@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;700;800&family=Roboto:wght@400;500;700;900&display=swap');
@import "bootstrap.min.css";
@import "classy-nav.min.css";


/* Search */

/*
- TopMenu
 */
/*==============Top Menu==================*/

/* ------------- New Code Start ------------- */
.google-search .table-striped > tbody > tr:nth-of-type(2n+1) {
	--bs-table-accent-bg: none;
}

.google-search tbody, td, tfoot, th, thead, tr {
	border-style: none;
}

.float-right {
	float: right !important;
}

.nav-link:focus, .nav-link:hover {
	color: #ffc107 !important;
}

.classy-nav-container .col-lg-10 {
    position: relative;
}

.dropdown-toggle {
    margin-top: 6px;
}

a {
    text-decoration: none;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.container-fluid {
	width: 100%;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px !important;
	margin-left: -15px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.pl-lg-5, .px-lg-5 {
	padding-left: 3rem !important;
}

.card-body {
	flex: 1 1 auto !important;
	padding: 1.25rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.no-gutters {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
/* ------------- New Code End ------------- */

.top-menu {
    background: #2E3094;
}
.alumni-carousel .item {
    background: white;
    min-height: 500px;
}
.top-menu a {
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section.google-search {
    background: white;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
}
a.menu-heading {
    font-size: 18px !important;
    color: #ffbc42 !important;
    font-weight: 600 !important;
}
.page-body p {
    line-height: 28px;
    font-size: 1rem;
    font-weight: 300;
}

.page-body li {
    line-height: calc(1.5rem / (.9));
    color: #1b1b1b;
    margin-bottom: 1rem;
}


.page-body h2 {
    text-transform: capitalize !important;
}
.box {
    text-align: center;
    background: #2e3094;
    padding: 20px 0;
}
.box span {
    font-size: 28px;
    color: white;
}
.box a {
        color: white;
}
body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fdfdfd;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #333;
}

a:hover, a:focus {
    text-decoration: none;
    color: #ffc107;
    outline: none !important;
}

h1, h2, h3, h4, h5 {
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}


.text-primary {
    color: #FFBC42 !important;
}

.topper {
    font-size: 15px;
    width: 100%;
    display: block;
}

@media (max-width: 767.98px) {
    .topper {
        margin-bottom: 10px;
    }
}

.topper .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.topper .icon span {
    color: #FFBC42;
    font-size: 20px;
}

.topper .text {
    color: rgba(0, 0, 0, 0.7);
    padding-left: 15px;
}

.topper .text span {
    width: 100%;
    display: block;
}

.topper .text span:first-child {
    font-weight: 700;
    color: #000000;
}

.topper .d-block {
    width: 100%;
}

.topper .btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.searchform {
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.searchform .form-control {
    width: calc(100% - 52px);
    border: none;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
}

.searchform .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
}

.searchform .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.searchform .form-control:-ms-input-plac255h255l255er {
    /* IE 0+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.searchform .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7) !important;
}

.searchform .search {
    width: 52px;
    height: 52px;
}

.searchform .search span {
    font-size: 20px;
}

.ftco-navbar-light {
    background: #0d1128 !important;
    z-index: 3;
}


@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #0d1128 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}


@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }
}


@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}


@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none;
    }
}


@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #FFBC42;
    }
}


@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #212529;
}
.hero-wrap-3 {
    height: 500px;
}
.hero-wrap.hero-wrap-2 {
    height: 300px;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 300px;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #FFBC42 !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}

.owl-carousel.home-slider {
    position: relative;
    height: 600px;
    z-index: 0;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
    position: relative;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d1128;
    background: -moz-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #FFBC42));
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1128', endColorstr='#FFBC42', GradientType=1);
    opacity: .5;
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 600px;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000000;
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
    display: block;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text p {
    color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #FFBC42;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

.bg-light {
    background: #fafafa !important;
}

.bg-darken {
    background: #0d1128 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-primary {
    background: #2E3094;
}

.bg-secondary {
    background: #fda638 !important;
}

.bg-tertiary {
    background: #8cc152;
}

.bg-quarternary {
    background: #f1453d;
}

.bg-fifth {
    background: #D81159;
}

.ftc-no-pb {
    padding-bottom: 0 !important;
}


.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #2E3094;
    border: 1px solid #2E3094;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 1px solid #FFBC42;
    background: transparent;
    color: #FFBC42;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #FFBC42;
    background: transparent;
    color: #FFBC42;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #FFBC42;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #FFBC42;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
    border: 1px solid #fff;
    color: #FFBC42;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #FFBC42;
}

.btn.btn-secondary {
    background: #fda638;
    border: 1px solid #fda638;
    color: #fff;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    border: 1px solid #fda638;
    color: #fff;
}

.btn.btn-tertiary {
    background: #8cc152;
    border: 1px solid #8cc152;
    color: #fff;
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active {
    border: 1px solid #8cc152;
    color: #fff;
}

.btn.btn-quarternary {
    background: #f1453d;
    border: 1px solid #f1453d;
    color: #fff;
}

.btn.btn-quarternary:hover, .btn.btn-quarternary:focus, .btn.btn-quarternary:active {
    border: 1px solid #f1453d;
    color: #fff;
}

.btn-custom {
    font-weight: 500;
    color: #ca4c00;
    border-bottom: 4px solid #ff6b12;
}

.img-2 {
    background-position: top center !important;
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }
}

.wrap-about {
    position: relative;
}

.wrap-about h2 {
    font-weight: 500;
}

.wrap-about .img {
    width: 100%;
}

.ftco-services {
    padding: 0 0 5em 0;
}

/* New Change */
.ftco-services .services {
    display: block;
    /* width: 100%; */
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ftco-services .services .icon span {
    font-size: 50px;
    color: #fff;
}

.ftco-services .services .media-body {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {
    .ftco-services .services .media-body {
        padding-bottom: 3.5em !important;
    }
}

.ftco-services .services .media-body h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.services-2 {
    margin-bottom: 30px;
}

.services-2 .icon {
    line-height: 1;
    position: relative;
    width: 80px;
    height: 80px;
    background: #2E3094;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.services-2 .icon span {
    font-size: 30px;
    color: #fff;
}

.services-2 .text {
    width: calc(100% - 80px);
}

.services-2 .text h3 {
    font-size: 20px;
    font-weight: 500;
}

.course {
    margin-bottom: 30px;
}
.short-desc {
    max-height: 200px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .course .text {
        width: 100%;
    }
}

.course .text p.meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.course .text p.meta span {
    width: 100%;
}

.course .text p.meta i {
    color: #FFBC42;
}

.course .text h3 {
    font-weight: 500;
    font-size: 24px;
}

.course .text h3 a {
    color: #000000;
}

.course .img {
    width: 100%;
    height: 300px;
}

@media (max-width: 991.98px) {
    .course .img {
        width: 100%;
        height: 300px;
    }
}

.staff {
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .img-wrap {
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text .position {
    text-transform: uppercase;
    color: #b3b3b3;
    color: #FFBC42;
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 500;
}

.staff .text .faded {
    opacity: 1;
}

.staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: transparent;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .ftco-social li a {
    color: #FFBC42;
}

.staff:hover .ftco-social, .staff:focus .ftco-social {
    opacity: 1;
    top: -50px;
}

.staff:hover .img, .staff:focus .img {
    margin-top: -10px;
}

.staff:hover .text h3, .staff:focus .text h3 {
    color: #FFBC42;
}

.ftco-social {
    padding: 0;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.ftco-gallery {
    padding: 0;
}

.gallery {
    display: block;
    height: 350px;
    position: relative;
}

.gallery .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    background: #FFBC42;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery .icon span {
    color: #fff;
}

.gallery:hover .icon, .gallery:focus .icon {
    opacity: 1;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    height: 50px;
    overflow: hidden;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
    color: #FFBC42;
}

.blog-entry .text .meta-chat {
    color: #b3b3b3;
}

.blog-entry .text .read {
    color: #000000;
    font-size: 14px;
}

.blog-entry .meta-date {
    display: inline-block;
    background: #2E3094;
}

.blog-entry .meta-date span {
    display: block;
    color: #fff;
}

.blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}

.blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
    font-size: 13px;
}

.blog-entry .meta > div {
    display: block;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.blog-entry .meta > div a {
    color: #b3b3b3;
    font-size: 13px;
}

.blog-entry .meta > div a:hover {
    color: #cccccc;
}
.event-text {
    max-height: 120px;
    overflow: hidden;
}
.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.block-27 ul li a, .block-27 ul li span {
    border: 1px solid #FFBC42;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.block-27 ul li.active a, .block-27 ul li.active span {
    background: #FFBC42;
    color: #fff;
    border: 1px solid transparent;
}

.aside-stretch {
    background: #fff;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #fff;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-control:active {
    border-color: #000000;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #2E3094 !important;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 7em 0;
    position: relative;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 14px;
    background: #232323;
    padding: 6em 0;
}

.ftco-footer .ftco-footer-widget {
    width: 100%;
    display: block;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
}

.ftco-footer .ftco-footer-widget .logo {
    color: #FFBC42;
}

.ftco-footer .ftco-footer-widget .logo span {
    color: #fda638;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ftco-footer .categories li a span {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ftco-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.ftco-footer .subscribe-form .form-group input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
}

.ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group .submit {
    color: #fff !important;
    font-size: 16px;
    background: #2E3094 !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer;
    background: #FFBC42 !important;
}

.ftco-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer .block-21 .text .heading {
    font-weight: 400;
    font-size: 16px;
}

.ftco-footer .block-21 .text .heading a {
    color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
    color: #FFBC42;
}

.ftco-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.ftco-footer .block-21 .text .meta > div a {
    color: gray;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 35px;
    width: 35px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav > li {
    display: inline-block;
}

.footer-small-nav > li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
    color: #FFBC42;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #FFBC42;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 95, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(253, 95, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 95, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(253, 95, 0, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(253, 95, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(253, 95, 0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(253, 95, 0, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(253, 95, 0, 0);
        box-shadow: 0 0 0 30px rgba(253, 95, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(253, 95, 0, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(253, 95, 0, 0);
        box-shadow: 0 0 0 0 rgba(253, 95, 0, 0);
    }
}

.heading-section .subheading {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
}

.heading-section h2 {
    font-size: 44px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-black h2 {
    color: #000000;
}

.hotel-img,
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #000000;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

.testimony-section .owl-dots .owl-dot.active {
    background: #FFBC42;
}

.testimony-section .owl-item {
    opacity: .1 !important;
    margin-top: 20px;
}

.testimony-section .owl-item.center {
    padding-bottom: 30px;
    margin-top: 0;
    opacity: 1 !important;
}

.testimony-section .owl-item.center p {
    font-size: 18px;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
}

.testimony-wrap .user-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
}

.testimony-wrap .text {
    width: calc(100% - 120px);
    position: relative;
}

.testimony-wrap .quote {
    position: absolute;
    top: -40px;
    left: 0;
    opacity: .1;
}

.testimony-wrap .quote i {
    font-size: 100px;
    color: #D81159;
}

.testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
}

.testimony-wrap .position {
    font-size: 14px;
    color: #FFBC42;
}

@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.video {
    width: 100%;
    position: relative;
}

.icon-video {
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-video span {
    font-size: 30px;
    color: #FFBC42;
}

#section-counter {
    position: relative;
    z-index: 0;
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .8;
    background: #0d1128;
    background: #0d1128;
    background: -moz-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #FFBC42));
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    background: linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1128', endColorstr='#FFBC42', GradientType=1);
}

.ftco-counter {
    overflow-x: hidden;
    position: relative;
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: top center !important;
    }
}

.ftco-counter .img-video {
    width: 100%;
    display: block;
}

@media (max-width: 767.98px) {
    .ftco-counter .img-video {
        height: 300px;
    }
}

.ftco-counter .icon span {
    font-size: 50px;
    color: #000000;
    line-height: 1;
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    display: block;
}

.ftco-counter .text span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-consult {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

@media (max-width: 991.98px) {
    .ftco-consult {
        background-position: top center !important;
    }
}

.ftco-consult .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #FFBC42;
    background: -moz-linear-gradient(45deg, #FFBC42 0%, #0d1128 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #FFBC42), color-stop(100%, #0d1128));
    background: -webkit-linear-gradient(45deg, #FFBC42 0%, #0d1128 100%);
    background: -o-linear-gradient(45deg, #FFBC42 0%, #0d1128 100%);
    background: -ms-linear-gradient(45deg, #FFBC42 0%, #0d1128 100%);
    background: linear-gradient(45deg, #FFBC42 0%, #0d1128 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBC42', endColorstr='#0d1128', GradientType=1);
}

.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block;
}

.appointment-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.appointment-form .form-group .icon span {
    color: white !important;
}

.appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
    position: relative;
}

.appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.appointment-form .form-group .btn {
    width: 100%;
    display: block !important;
}

.appointment-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    height: 58px !important;
    padding-left: 0;
    padding-right: 0;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.appointment-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:focus, .appointment-form .form-control:active {
    border-color: #fff;
}

.appointment-form textarea.form-control {
    height: inherit !important;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .box {
    width: 100%;
    display: block;
}

.contact-section .box h3 {
    font-size: 24px;
    font-weight: 500;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 400;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
    color: #FFBC42;
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
}

.post-info > div {
    display: inline-block;
}

.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 18px;
    font-weight: 500;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form {
    background: #fafafa;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subs-wrap {
    background: #FFBC42 !important;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
}

.subs-wrap h3 {
    color: #fff;
    font-size: 30px !important;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input {
    background: transparent !important;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.subscribe-form .form-group .submit {
    color: #000000 !important;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16px;
    background: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group .submit:hover {
    cursor: pointer;
}

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-top: 5em;
    }
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.categories, .sidelink {
    padding: 0;
}

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a, .sidelink li a {
    display: block;
}

.categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic;
}

/*-----------mps Display----------*/
.mps-image {
    height: 100px;
    margin: 5px auto;

}

.int-link-image {
    max-width: 100px;
    min-height: 100px;
    margin: 0 auto;
}

/* end menu */
/* notice board */
.full-notice {
    background: #f3f2f2;
    padding: 10px;
    border: 1px solid #f3e9b5;
}

/* notice board */

/*--------------- Admin image --------*/
.view img {
    border: 5px solid white;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

/*------------ End admin ----------*/
#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/******************** Event ****************/
.date-bg {
    background: #1c448e;
    color: #ffffff;
}

.title-bg {
    color: #000000;
    background: #ffd5055c;
}

.event-date {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
}

.event-content {
    font-size: 14px;
    max-height: 30px;
    overflow: hidden;
}

.visitor-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
}
/* -------------------- New CSS Start ----------*/

/*ul,*/
/*ol {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/* ------------------------ Common CSS start ------------------------ */

.heading_30 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}

.heading_24 {
    font-size: 24px;
    font-weight: 600;
}

.white_text {
    color: #fff;
}

.text_center {
    text-align: center;
}

.text_bold {
    font-weight: 600;
}

.text_medium {
    font-weight: 500;
}

.link_text {
    color: #2E3094;
    transition: all linear .2s;
}

.link_text:hover {
    color: #FFBC42;
}

.d_center {
    margin: 0 auto;
}

.justify_center {
    justify-content: center;
}

.regular_btn {
    background: #2E3094;
    border: 1px solid #2E3094;
    border-radius: 4px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.regular_btn:hover {
    border-color: #FFBC42;
    color: #FFBC42;
    background-color: #fff;
}

.outline_btn {
    background: #fff;
    padding: 0.375rem 1.75rem;
    border: 1px solid #2E3094;
    color: #2E3094;
    font-family: "Poppins", sans-serif;
}

.outline_btn:hover {
    border-color: #FFBC42;
    color: #FFBC42;
}

.section_margin {
    margin: 112px 0;
}

.section_padding {
    padding: 112px 0;
}

.mb_12 {
    margin-bottom: 12px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_85 {
    margin-bottom: 85px;
}

.mb_100 {
    margin-bottom: 100px;
}

.mb_120 {
    margin-bottom: 120px;
}

.mb_150 {
    margin-bottom: 150px;
}

.mt_85 {
    margin-top: 85px;
}

.mt_100 {
    margin-top: 100px;
}

.span_block {
    display: block;
}
/* ------------------------ Common CSS end ------------------------ */

/* --------------------- Page banner start --------------------- */
#page_banner {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#page_banner .page_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #212529;
    z-index: 1;
}

.page_title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner_box {
    height: 300px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-breadcrumb {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.banner-breadcrumb span {
    color: #fff;
}

.border_bottom {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.banner-breadcrumb span a {
    color: #fff;
}

.banner-breadcrumb i {
    font-size: 11px;
    color: #fff;
}
/* --------------------- Page banner end --------------------- */
/* --------------------- Admission page start --------------------- */
.admission_banner {
    background: url(../images/page-banner/admission-banner.jpeg);
}

.img_part {
    height: 100%;
    min-height: 453px;
}

.img_part img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.right_info {
    padding-left: 60px;
    padding-right: 114px;
}

.left_info {
    padding-right: 60px;
    padding-left: 114px;
}

.info_link {
    margin-right: 112px;
}

.info_link_0 {
    margin-right: 0;
}

.info_link li {
    border-bottom: 1px solid #DEE2E6;
    padding-top: 19px;
    padding-bottom: 12px;
}

.info_link li:last-child {
    border-bottom: none;
}

.info_link li a {
    color: #333333;
    text-transform: uppercase;
}

.info_link li a:hover {
    color: #FFBC42;
}
/* --------------------- Admission page end --------------------- */
/* --------------------- Admission test page start --------------------- */
.admission_test_box {
    padding: 50px 112px;
    border-radius: 4px;
}

label {
    display: block;
}

#admission_test form {
    padding: 70px 60px 0 60px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#admission_test input {
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    padding: 10px 18px;
    width: 100%;
    margin-bottom: 40px;
}
/* --------------------- Admission test page end --------------------- */
/* --------------------- Admission contact page start --------------------- */
.icon_box {
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.icon_box i {
    font-size: 18px;
}

.icon_box .i_21 {
    font-size: 21px;
}

.icon_box .i_14 {
    font-size: 14px;
}

.icon_box:hover {
    border-color: #FFBC42;
    transition: all linear .2s;
}

.people_box {
    display: flex;
    border: 1px solid rgba(216, 216, 216, .5);
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.people_box .img_box {
    width: 178px;
    height: 200px;
    padding: 13px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    margin-right: 50px;
}

.people_box .img_box img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.people_box .text_box {
    margin-top: 20px;
}

.people_name {
    font-size: 18px;
    margin-bottom: 10px;
}

.people_designation {
    margin-bottom: 20px;
}

/* --------------------- Admission contact page end --------------------- */
/*************** quick menu ****************/
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.quick-menu {
    min-width: 300px;
    text-align: center;
    right: 15px;
    padding: 20px;
    margin-top: 23px;
    font-size: 13px;
}
.quick {
    margin: 10px 0;
}
/* --------------------- Admission Eligibility page Start --------------------- */
.admission_eligibility_banner {
    background: url(../images/page-banner/admission-eligibility-banner.png);
}

#admission_eligibility .nav-pills {
    padding-left: 114px;
    padding-right: 40px;
}

#admission_eligibility .nav-pills .nav-link {
    color: #333333;
    background-color: transparent;
    padding: 23px 0;
    text-align: left;
    border-bottom: 1px solid #DEE2E6;
    width: 100%;
    border-radius: 0;
    transition: all linear .2s;
}

#admission_eligibility .nav-pills .nav-item:last-child .nav-link {
    border-bottom: none;
}

#admission_eligibility .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-weight: 500;
    background-color: transparent;
}

#admission_eligibility .nav-link:focus {
    color: #333333 !important;
}

#admission_eligibility .accordion-button:not(.collapsed) {
    color: #2E3094;
    background-color: transparent;
    font-weight: 500;
}

#admission_eligibility .accordion-button:focus {
    box-shadow: none;
}

#admission_eligibility  .accordion-header .accordion-button {
    font-size: 18px;
    padding: 26px 10px;
}

#admission_eligibility .accordion-body {
    padding: 26px 10px;
}

#admission_eligibility .tab-content {
    margin-right: 40px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-item {
    background-color: transparent;
}
/* --------------------- Admission Eligibility page end --------------------- */
/* --------------------- Faculty Programs page start --------------------- */

#faculty_programs .faculty_program_control {
    justify-content: center;
}

#faculty_programs .nav-pills .nav-link {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #6B6B6B;
    text-transform: capitalize;
    padding: 8px 24px;
    letter-spacing: 1px;
}

#faculty_programs .nav-link:focus, #faculty_programs .nav-link:hover {
    color: #2E3094 !important;
}

#faculty_programs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #2E3094;
    background-color: #fff;
    border: 1px solid #2E3094;
}

#faculty_programs .tab-pane .info_link {
    margin-right: 0;
}
/* --------------------- Faculty Programs page end --------------------- */
/***************** Social Share Button *****************/
.IN-widget {
    margin-bottom: 15px!important;
}
.twitter-share-button {
    position: relative!important;
    top: 9px;
}
.quick a span {
    font-size: 20px;
}
/******************* Back top ****************/
#button {
    display: inline-block;
    background-color: #2e3094;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 0px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
/*----- Student Article button------------*/
.mob-margin {
    margin-bottom: 20px;
}



@media only screen and (max-width: 768px) {
    #button {
        bottom: 70px;
        right: 20px;
    }
}
/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}
@media only screen and (min-width: 500px) {
    .content {
        width: 43%;
    }
    #button {
        margin: 30px;
    }
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .gsc-input-box {
        padding-top: 1px !important;
        padding-bottom: 2px !important;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 575px) {
    .modal-dialog {
        width: 100%;
        margin: 1.75rem auto;
    }
}
.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}
.content h3 {
    font-style: italic;
    color: #96a2a7;
}

.card .content{
    width:100%;
    margin:7px auto;
}


@-moz-document url-prefix() {
#gs_id50{margin-bottom:0px !important;}
#gs_tti50{background-color:white;}
#gsib_b{background-color:white;}
#gs_tti50{border:0px !important; padding:3px;}
.gsc-search-button,.gsib_b,.gsc-input{background: white;
border: 0px !important;}
.gsc-search-button{padding:0px !important;}
}


/* ================================= New Search Modal Start =============================== */
.search_inner {
    line-height: 1;
}
.search_inner i {
    font-size: 25px;
    font-weight: 400;
    color: #3a3a3a;
    padding-right: 20px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s all ease;
}

.search_inner i:hover {
    color: #ffbc42;
}

.calling-info {
    display: flex;
    align-items: center;
}

.top_cls {
    text-align: right;
    margin-right: 10px;
}

.modal_search {
    padding: 10px 40px;
}

.modal-dialog.home_modal {
    margin-top: 115px;
    max-width: 100%;
}

.home_modal .modal-content {
    border-radius: 2px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.form_wrapper {
    border-bottom: 1px solid #cfcfcf;
    display: flex;
}

.form_wrapper input {
    width: 94%;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 20px;
}

.form_wrapper input::placeholder {
    color: #6c767a;
    font-size: 20px;
}

.form_wrapper button {
    width: 5%;
    border: none;
    background-color: transparent;
}

.form_wrapper button i {
    font-size: 40px;
    color: #3a3a3a;
    transition: 0.3s all ease;
}

.form_wrapper button i:hover {
    color: #ffbc42;
}

.modal_search_result {
    padding: 0 40px 20px 40px;
}

.each_sug {
    margin: 15px 10px;
    padding: 12px 15px;
    line-height: 1.25;
    border-radius: 4px;
}

.each_sug:hover {
    background-color: #ecf7fe;
}

.each_sug:hover .search_result_title {
    color: #2e3094;
}

.each_sug a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.each_sug .search_result_title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.each_sug .search_result_link,
.each_sug .search_result_des {
    font-size: 14px;
    font-weight: 300;
    color: #646464;
    margin-bottom: 8px;
}

.search_pagination {
    padding: 0 40px 20px 40px;
    text-align: center;
}

.search_pagination ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.search_pagination ul li a {
    font-size: 14px;
    color: #6b6b6b;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    line-height: 2;
}

.search_pagination ul li a:hover {
    color: #fff;
    background-color: #2e3094;
    border: 1px solid #2e3094;
}

.search_pagination ul li a.active {
    background-color: #ffbc42;
    border: 1px solid #ffbc42;
    color: #000;
}

.search_not_found {
    padding: 50px 0;
}

.search_not_found h2 {
    margin-bottom: 50px;
}

.search_not_found a {
    color: #2e3094;
    font-weight: 500;
}

.search_not_found a:hover {
    color: #ffbc42;
}
/* ================================= New Search Modal End =============================== */
