@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,700;1,700&display=swap');
/* CSS Document */
.login__box {
    background-color: #00b0f0;
    text-align: left;
    margin: 50px 0;
    border-radius: 30px;
    padding: 50px 40px;
}
.login__box h3.heading.text-center {
    color: #fff;
    margin: 0 0 20px;
}
.login__box form input {
    width: 100%;
    background-color: #fff !important;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 0 10px;
}
.login__box form button {
    width: 100%;
    background-color: #4b67ac;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 10px;
}
.login__box .forget, .login__box .forget a {
    color: #fff;
}
.inner_bannerCon {
    display: none;
}
.member-sec .slide-txt h5 {
    display: none;
}
body, html{
    height: 100%;
}
body{
    background: #fff;
}
h3 {
    font-size: 58px !important;
}
h4 {
    font-size: 40px !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Rubik", sans-serif;
}
p, li{
    font-family: "Jost", sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}


/*Header Css Start*/
header {
    padding: 12px 0;
        position: absolute;
    width: 100%;
    z-index: 99;
}
.navbar {
    padding: 0 !important;
}
ul.navbar-nav {
    margin: 0 auto;
}
header a {
    font-family: "Montserrat", sans-serif;
}
a.navbar-brand {
    margin: 0;
}
.navbar-nav a {
    padding: 0 12px !important;
    color: #000 !important;
    font-size: 16px;
}
header .dropdown-menu a {
    padding: 8px 20px !important;
}
.dropdown-menu a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}
.main-ctgr {
    font-weight: 600;
    background-color: #00b0f0 !important;
}
.dropdown-menu {
    background-color: #00b0f0 !important;
    padding: 0 !important;
}
.main-ctgr:hover {
    background-color: #4967ae !important;
}
ul.navbar-nav .dropdown-menu a:hover {
    background-color: #4967ae;
}
/*Header Css End*/

/*Banner Css Start*/
.banner-sec {
    /*background-image: url(../images/banner.jpg);*/
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 130px 0 50px;
    overflow: hidden;
}
.home-banner::before {
    /* background-image: url(../images/homeheader.png); */
    content: '';
    height: 450px;
    width: 450px;
    position: absolute;
    top: 170px;
    left: 150px;
    background-size: cover;
    background-position: center;
    background-color: #00b0f06b;
    border-radius: 100%;
    animation: key1 0.9s ease infinite alternate;
}
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
.home-banner::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 400px solid transparent;
    border-right: 400px solid #4b67acbf;
    border-bottom: 280px solid transparent;
    position: absolute;
    top: 230px;
    left: 230px;
    transform: scale(6.5);
    z-index: -1;
    -webkit-animation: rotate 9s normal linear infinite;
    animation: rotate 20s normal linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.banner-sec .row {
    align-items: center;
}
.slide-cap-img img {
    width: 100%;
}
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
.slide-cap h1 {
    color: #26479A;
    font-size: 52px;
}
.slide-cap p {
    color: #000;
    font-size: 20px;
    opacity: 0.8;
    margin: 15px 0 30px;
}
.hover-btn {
    background-color: #00B0F0;
    color: #fff !important;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.hover-btn::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #405b9f;
    left: 0;
    bottom: -60px;
    transition: all 0.5s;
}
.hover-btn span {
    position: relative;
    z-index: 99;
}
.hover-btn:hover::before {
    bottom: 0px;
}
.hover-btn span i {
    margin-left: 5px;
}
.slide-cap-img {
    position: relative;
    left: 50px;
    animation: key1 .6s ease infinite alternate;
}
.arrow-btn {
    position: absolute;
    bottom: 80px;
    left: -40px;
}
.arrow-btn img {
    height: 160px;
    width: 160px;
    animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
  }
  50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.arrow-btn::before {
    content: '';
    background-image: url(../images/arrow.png);
    position: absolute;
    height: 70px;
    width: 70px;
    background-size: cover;
    top: 45px;
    left: 45px;
    z-index: 99;
}

/*Counter Css Start*/
.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}
.counters {
    background-color: #00B0F0;
    padding: 30px 0;
}
.counters p {
    margin: 0;
    font-weight: bold !important;
    color: #fff;
}
.counter {
    font-family: "Rubik", sans-serif;
    font-size: 48px;
    position: relative;
    color: #fff;
}
.counter.completed::after {
  content: '+';
  margin-left: 5px; /* Adjust this to your preference */
}

/*About Sec Css Start*/
.about-sec {
    background-color: #4A66AC;
    padding: 70px 0;
}
.about-img img {
    width: 100%;
    border-radius: 0 270px 0px 0px;
    height: 460px;
    object-fit: cover;
}
.about-sec .row {
    align-items: center;
}
.about-txt {
    color: #fff;
}
.about-txt a {
    margin-top: 16px;
}
.about-contact {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
}
.about-contact span {
    color: #00B0F0;
    background-color: #fff;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-right: 16px;
}
.about-btn b {
    display: block;
    font-size: 22px;
    line-height: 32px;
}
.about-contact-pd {
    margin-left: 30px;
}
.about-txt p {
    padding-right: 20px;
}
.about-btn a {
    color: #fff !important;
}

/*Events Sec Css Start*/
.events-sec {
    padding: 60px 0;
    text-align: center;
}
.title-wid {
    width: 60%;
    margin: 0 auto 40px;
}
.event-title h3 {
    color: #4A66AC;
}
.ftr-proj {
    width: 33%;
    padding: 10px;
    display: inline-block;
}
.proj-img {
    background-color: #4a66ac;
    border-radius: 10px;
    overflow: hidden;
}
.ftr-proj img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s;
    transform: scale(1.1);
}
.proj-img:hover img {
    transform: scale(1.3) rotate(7deg);
    opacity: 0.3;
}
img.fancybox-image {
    border-radius: 20px;
}
.catg-btns {
    padding: 0px 0 30px;
}
.catg-btns button {
    background-color: transparent;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    margin: 0 5px;
    padding: 0 18px;
    color: #000;
}
.catg-btns button.active {
    border-bottom: 2px solid #4a66ac;
    color: #4a66ac;
}

/*Member Sec Css Start*/
.member-sec {
    background-color: #00B0F0;
    padding: 60px 0 120px;
    text-align: center;
}
.slide-box {
    background-color: #fff;
    overflow: hidden;
    margin: 0 15px;
    border-radius: 15px;
    text-align: left;
}
.slide-txt {
    padding: 35px;
    position: relative;
}
.slide-txt .arrow-btn {
    position: absolute;
    top: -60px;
    left: auto;
    bottom: auto;
    right: 40px;
}
.slide-txt .arrow-btn img {
    height: 130px;
    width: 130px !important;
}
.slide-txt .arrow-btn::before {
    top: 30px;
    left: 30px;
}
.slide-box img {
    width: 100%;
}
.slide-txt h5 {
    color: #4A66AC;
    font-size: 26px;
}
.slide-txt h4 {
    color: #04b1f0;
}
.slide-txt h5 span {
    color: #4a66ac;
    font-size: 26px;
    font-family: "Rubik", sans-serif;
}
.free-scroll {
    margin: 20px 0 30px;
    height: 147px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}
/*ul.free-scroll {*/
/*    overflow: hidden;*/
/*}*/
.slide-txt ul li, .slide-txt ul li p {
    font-size: 16px !important;
}
.slide-txt ul li p {
    margin: 0;
}
.slide-txt ul li {
    margin: 6px 0;
    position: relative;
    padding-left: 28px;
}
.slide-txt ul li::before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #4a66ac;
    position: absolute;
    left: 6px;
    border-radius: 100%;
    top: 7px;
}
.slide-txt ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.slide-txt ul::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.slide-txt ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #4a66ac;
}
.pkg-btns {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}
.pkg-btns a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border: 2px solid transparent;
    margin: 0 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.pkg-btns a:hover {
    color: #fff;
}
.pkg-btns a span {
    position: relative;
    z-index: 99;
}
a.pkg-btn1 {
    background-color: #00b0f0;
    color: #fff !important;
}
a.pkg-btn2 {
    border: 2px solid #4a66ac;
    color: #4a66ac;
}
.pkg-btns a::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #405b9f;
    left: 0;
    bottom: -60px;
    transition: all 0.5s;
}
.pkg-btns a:hover::before {
    bottom: 0px;
}
.member-title h3 {
    color: #fff;
}
.member-title {
    margin: 0 0 30px;
}
.member-sec .slick-dots {
    display: none !important;
}
.member-sec .slick-arrow {
    top: auto;
    bottom: -120px;
    background-color: #4A66AC !important;
    height: 50px;
    width: 50px;
    border-radius: 100%;
}
.member-sec .slick-arrow::before {
    font-family: math;
    font-size: 34px;
    line-height: 55px;
}
.member-sec .slick-prev {
    left: 43%;
}
.member-sec .slick-next {
    right: 43%;
}

/*Blog Sec Css Start*/
.blog-sec {
    text-align: center;
    padding: 60px 0 120px;
    background-color: #EDF2F4;
}
.blog-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog-box {
    background-color: #fff;
    margin: 0 12px;
}
.blog-con {
    text-align: left;
    padding: 25px;
}
.blog-con p {
    font-size: 15px;
    margin: 0 0 7px;
}
.blog-con a {
    color: #4A66AC;
}
.blog-sec .slick-dots {
    display: none !important;
}
.blog-sec .slick-arrow {
    top: auto;
    bottom: -120px;
    background-color: #4A66AC !important;
    height: 50px;
    width: 50px;
    border-radius: 100%;
}
.blog-sec .slick-arrow::before {
    font-family: math;
    font-size: 34px;
    line-height: 55px;
}
.blog-sec .slick-prev {
    left: 43%;
}
.blog-sec .slick-next {
    right: 43%;
}

/*Newsletter Sec Css Start*/
section.newsltr-sec {
    background-color: #4A66AC;
    padding: 30px 0;
}
.newsltr-title {
    color: #fff;
}
.newsltr-title h4 {
    width: 65%;
}
.newsltr-sec .row {
    align-items: center;
}

.newsltr-form {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.newsltr-form input {
    width: 100%;
    border: none;
    padding: 14px 15px;
    background-color: #fff;
    border-radius: 8px;
}

.newsltr-form button {
    background-color: #00B0F0;
    border: #fff;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    padding: 0 24px;
    cursor: pointer;
}

/*Footer Css Start*/
.footer-top {
    padding: 50px 0 30px;
    border-bottom: 1px solid #00000059;
}
.footer-widget-logo {
    margin: 0 0 22px;
}
h4.footer-widget-title {
    font-size: 26px !important;
    color: #29ace3;
}
.footer-area a {
    color: #212529;
    font-weight: 400;
}
.footer-hover-two {
    padding-left: 40px;
}
.footer-widget-newsletter-input input {
    background: #4a66ac;
    box-shadow: 0px 20px 50px rgba(15, 23, 79, 0.14), inset 0px 0px 3px rgba(255, 255, 255, 0.15);
    width: 100%;
    height: 54px;
    border: 1px solid rgba(12, 19, 56, 0.14);
    border-radius: 10px;
    padding: 5px 20px 5px 50px;
    color: #fff;
}
.footer-widget-newsletter-input input::placeholder {
    color: #fff;
}
.p-relative {
    position: relative;
}
.footer-widget-newsletter-input span {
    position: absolute;
    top: 58%;
    transform: translateY(-57%);
    left: 22px;
}
.footer-3-col-4 .footer-widget-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.footer-3-col-4 .footer-widget-newsletter-btn-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    background-color: #25ade3;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-widget-btn button {
    padding: 0;
    border: none;
    background-color: transparent;
}
.footer-widget-social-4 a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #414EAD;
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer-widget-social-4 a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #4a66ac;
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    color: #fff;
}
.footer-widget-social-4 a:hover {
    background-color: #25ade3;
    color: #fff;
}
.footer-widget-social-4 {
    margin-top: 16px;
    margin-bottom: 10px;
}
.footer-widget-copyright {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.footer-widget-copyright span a {
    color: #4a66ac;
    font-weight: 600;
}
.footer-widget-copyright span {
    padding: 10px 0;
    font-family: "Jost", sans-serif;
}

/*Feature Sec Start*/
.block-feature-eleven {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
}
.title-one h3 {
    color: #04b1f0;
}
.block-feature-eleven::before {
    background-image: url(../images/branding.png);
    content: '';
    height: 400px;
    width: 400px;
    position: absolute;
    left: 0;
    top: 30px;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}
.block-feature-eleven .slider-wrapper {
    width: 78vw;
}
.block-feature-eleven .card-style-seventeen {
    padding: 30px 30px 40px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    min-height: 430px;
    display: block !important;
}
.card-style-seventeen h4 {
    font-size: 24px !important;
    min-height: 60px;
    display: flex;
    align-items: center;
    color: #04b1f0;
}
.card-style-seventeen p {
    margin: 0;
    font-size: 17px;
}
.service-slider-one .slick-slide {
    margin: 0 10px;
}
.block-feature-eleven .slider-wrapper .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -45px;
    left: 10px;
    width: auto;
}
.block-feature-eleven .slider-wrapper .slick-dots .slick-active button {
    background: #00b0f0;
}
.block-feature-eleven .slider-wrapper .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #00b0f0;
    border-radius: 100%;
}
.card-style-seventeen .icon {
    width: 70px;
    height: 70px;
    padding: 15px;
    background: #f6f6f6;
    margin: 0 0 14px;
}
.card-style-seventeen .text {
    padding-left: 9px;
}

/*LeaderShip Page Css Start*/
.inn-banner-sec {
    background-color: #fff;
    position: relative;
}
.story-sec .row {
    align-items: center;
}
.inn-banner-sec::before {
    /*background-image: url(../images/homeheader.png);*/
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.inn-banner-sec img {
    width: 100%;
    opacity: 0.3;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.inn-cap {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.inn-cap h2 {
    font-size: 58px;
    color: #26479A;
}
.ldr-sec {
    padding: 80px 0;
}
.ldr-blk img {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    border-radius: 10px;
    width: 40%;
    height: 510px;
    object-fit: cover;
}
.story-sec {
    background-color: #00B0F0;
    padding: 60px 0;
    color: #fff;
}
.story-blk p, .ldr-blk p {
    text-align: justify;
}
.ldr-blk h3 {
    color: #29ace3;
}
.mission-sec {
    background-color: #4967ae;
}.invst-form select {
    height: 47px !important;
    color: #6c757d;
}
.story-title {
    text-align: center;
    margin: 0 0 50px;
} 
.story-img img {
    width: 100%;
    height: 900px;
    border-radius: 10px;
    object-fit: cover;
}
.story-blk hr {
    border-color: #ffffff4f;
    margin: 28px 0;
}  

/*Event Page Css Start*/
.hero-search-form {
    background-color: #00b0f0;
    padding: 20px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}
.hero-search-form .form-control {
    width: 100%;
    box-shadow: none;
    outline: 0;
    background: #f6f8ff;
    border: 1px solid #dde4ff;
    font-size: 14px;
    color: #2f3d7e;
    padding: 0 20px;
    min-height: 40px;
}
.btn-default {
    display: inline-block;
    background: #4a66ac;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}
.hero-search-form .btn-default {
    width: 100%;
    padding: 8px 20px;
    margin-top: 15px;
}
.hero-search-form .col-lg-2 {
    padding: 0 5px;
}
.event-filter {
    margin: 0 0 40px;
}
.event-blk {
    margin: 20px 0;
}
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-title {
    font-size: 19px;
    margin-bottom: 14px;
    font-weight: 700;
}
.gdlr-core-event-item .gdlr-core-event-item-info-wrap {
    color: #9e9e9e;
}

.gdlr-core-event-item .gdlr-core-event-item-info-wrap {
    font-size: 15px;
}
.gdlr-core-event-item .gdlr-core-event-item-info-wrap .gdlr-core-head {
    margin-right: 10px;
}
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-info {
    display: block;
    margin-bottom: 2px;
}

.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
    border-color: #4a66ac;
}
.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    white-space: nowrap;
    margin-right: 25px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-bottom: 10px;
}
.gdlr-core-type-start-date-month .gdlr-core-date {
    color: #4a66ac;
    font-family: "Jost", sans-serif;
}

.gdlr-core-type-start-date-month .gdlr-core-date {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    display: block;
}
.gdlr-core-type-start-date-month .gdlr-core-month {
    color: #4a66ac;
    font-family: "Jost", sans-serif;
}

.gdlr-core-type-start-date-month .gdlr-core-month {
    font-size: 17px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.ev-overly {
    border: 2px solid #4a66ac;
    background-color: #4a66ac;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
    position: relative;
}
p.time {
    position: absolute;
    top: -50px;
    width: 100%;
    background-color: #00b0f0;
    color: #fff;
    margin: 0;
    padding: 4px 10px;
    transition: all 0.5s;
}
.event-blk:hover p.time {
    top: 0;
}
.discp-blk {
    display: inline-block;
    height: 50px;
    overflow-y: scroll;
    width: 100%;
    padding-right: 20px;
    margin: 0 0 10px;
}
.discp-blk::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

.discp-blk::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}
.ev-flx {
    display: flex;
    align-items: center;
}
.ev-flx span {
    color: #4a66ac;
    font-weight: 600;
    width: 30%;
    font-size: 18px;
}
.ev-flx a {
    background-color: #4a66ac;
    color: #fff;
    text-align: center;
}
.gdlr-core-event-item-title {
    min-height: 60px;
    display: flex;
    align-items: center;
}
.discp-blk::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
.event-blk:hover img {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
}
.event-blk img {
    width: 100%;
    margin: 0;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s;
}
.gdlr-core-event-item-content-wrap {
    text-align: left;
    overflow: hidden;
}
h3.gdlr-core-event-item-title {
    font-size: 20px !important;
}
h3.gdlr-core-event-item-title a {
    color: #000;
}
span.gdlr-core-event-item-info.gdlr-core-skin-caption.gdlr-core-type-time {
    color: #000;
    font-weight: 400 !important;
    font-family: "Jost", sans-serif;
}
span.gdlr-core-event-item-info.gdlr-core-skin-caption.gdlr-core-type-location {
    display: block;
    font-weight: 400 !important;
    font-family: "Jost", sans-serif;
}
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-content-wrap {
    overflow: hidden;
}

/*Contact Page Css Start*/
section.contact-sec {
    text-align: center;
    padding: 60px 0;
}
.form-blk {
    background-color: #00b0f03d;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}
.form-blk input, .form-blk textarea {
    padding: 10px 20px;
    margin: 0 0 14px;
}
.form-blk textarea {
    height: 150px;
    resize: none;
}
.form-blk button {
    width: 100%;
    background-color: #4a66ac;
    border-color: #4a66ac;
    height: 50px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}
.loc-sec .row {
    justify-content: center;
}
.loc-sec {
    padding: 0 0 60px;
}
.loc-box {
    background-color: #00b0f03d;
    text-align: center;
    border-radius: 20px;
    padding: 40px 10px;
}
.loc-box a {
    background-color: #4a66ac;
    color: #fff;
    /* width: 100%; */
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
}

/*Calander Css Start*/
.sidebar-page-container {
    position: relative;
    padding: 90px 0px 60px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 30px;
}
.event-single {
    position: relative;
}
.event-single .inner-box {
    position: relative;
}
.event-single .inner-box .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.event-single .inner-box {
    position: relative;
}
.event-single .inner-box .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.event-single .inner-box .image .post-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #4967ae;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
    padding: 5px 33px;
    text-transform: uppercase;
}
.event-single .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}
.event-single .inner-box h2 {
    position: relative;
    color: #333333;
    font-weight: 700;
    font-size: 30px !important;
    margin-bottom: 30px;
    line-height: 1.4em;
}
.event-single .inner-box .lower-content .post-info {
    position: relative;
}
.event-single .inner-box .lower-content .post-info li {
    position: relative;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #e5e5e5;
}
.event-single .inner-box .lower-content .post-info li .icon {
    position: relative;
    color: #4967ae;
    font-size: 25px;
    line-height: 1em;
    display: block;
    margin-bottom: 8px;
}
.event-single .inner-box .lower-content .post-info li.social {
    padding: 30px 50px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}
.event-single .inner-box .lower-content .post-info li:last-child {
    margin-right: 0px;
}
.event-single .inner-box .lower-content .post-info li.social a {
    color: #4967ae;
    font-size: 14px;
    margin-left: 18px;
}
.sidebar .widget-content {
    padding: 30px 25px 30px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: #222222;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 47px;
    background: #4967ae;
    border-radius: 3px;
    cursor: pointer;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-title h2 {
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.sidebar-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #4967ae;
}
.sidebar .widget-content {
    padding: 30px 25px 30px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.categories-blog ul {
    position: relative;
}
.categories-blog ul li {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.categories-blog ul li:first-child a {
    padding-top: 0px;
}

.categories-blog ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    display: block;
    padding: 13px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px solid #ebebeb;
}
.categories-blog ul li span {
    position: absolute;
    right: 0px;
}
.upcoming-events .event-info {
    position: relative;
    margin-bottom: 30px;
}
.upcoming-events .event-info .info-inner {
    position: relative;
    padding-left: 90px;
    min-height: 80px;
}
.upcoming-events .event-info .info-inner .post-date {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 30px !important;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 17px 20px;
    border-radius: 5px;
    background-color: #4967ae;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.upcoming-events .event-info .info-inner .post-date span {
    display: block;
    font-size: 14px !important;
    font-weight: 400;
    margin-top: 5px;
    text-transform: capitalize;
}
.upcoming-events .event-info .info-inner h3 a {
    color: #000;
}
.upcoming-events .event-info .info-inner h3 {
    position: relative;
    color: #333333;
    font-size: 17px !important;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
}
.upcoming-events .event-info .info-inner ul {
    position: relative;
}
.upcoming-events .event-info .info-inner ul li {
    position: relative;
    color: #777777;
    font-size: 13px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 8px;
}
.upcoming-events .event-info .info-inner ul li .icon {
    position: absolute;
    left: 0px;
    color: #4967ae;
    font-size: 15px;
}
.map-outer iframe {
    width: 100%;
    height: 350px;
}
.event-form {
    margin-top: 30px;
}
.invst-form select {
    height: 47px !important;
    color: #6c757d;
}
section.inn-pkg {
    padding: 60px 0;
}
section.inn-pkg .slide-txt ul {
    height: auto;
    margin: 0;
    overflow: auto;
}
button.pkg-btn1 {
    background-color: #00b0f0;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border: 2px solid transparent;
    margin: 0 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
button.pkg-btn1:hover {
    background-color: #4964a9; /* Darker shade of blue */
    border-color: #fff; /* Add white border */
    color: #4964a9; /* Change text color */
    transition: all 0.5s;
    
}

/* Cart Page Css Start */
.pro-cart {
    display: flex;
}
a.cart-delete {
    background-color: #ff2756;
    color: #fff;
    display: inline-flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 10px;
}
section.cart-sec {
    padding: 60px 0;
}
.cart-totals {
    background-color: #0000000d;
    padding: 40px;
}
.cart-totals li {
    border-bottom: 1px solid #00000057;
    padding: 10px 0;
}
.ad-crt-cta a {
    background-color: #4a66ac;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 14px 0;
    border-radius: 5px;
}
.cart-totals li:last-child {
    border-bottom: none;
}
table.table th {
    background-color: #f2f2f2;
    border: 1px solid #9f9f9f;
}
table.table td {
    padding: 20px 10px;
    border: 1px solid #9f9f9f;
}
.shop_btn a {
    background-color: #4a66ac;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
}

.ad-crt-cta a:hover, .shop_btn a:hover {
    background-color: #00b0f0;
    color: #fff !important;
}

/* check out page css start */

section.checkout_section {
    padding: 70px 174px;
  }
  
  .form_heading.alt h3 {
    font-size: 34px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--f3);
  }
  
  .order-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-bottom: none;
    padding: 18px 0px 0;
}
  
  .order-detail p {
    width: 50%;
    margin: 0;
    font-weight: 700;
    font-family: var(--f3);
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
  
  .order-main h3 {
    font-size: 36px;
    font-family: var(--f3);
    color: #fff;
  }
  
  .order-main {
    padding: 44px;
    width: 90%;
    margin: 0 auto;
  }
  
  label.order-price {
    font-weight: 400;
  }
  
  p.order-price {
    font-weight: 400;
  }
  
  .input_fields input {
    padding: 10px;
    margin: 10px 0;
    border-radius: 50px;
  }
  
  .form_heading.alt {
    padding-bottom: 20px;
  }
  
  .order_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto 70px;
    height: auto;
    position: relative;
    padding: 50px 0;
}
button.themebtn {
    background-color:#4a66ac !important;
    display: inline-block;
    padding: 14px 22px !important;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 20px;
}
.order-detail:last-child {
    border-bottom: none;
}
  
  .order__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    border-radius: 30px;
    overflow: hidden;
    background-color: #25ade3;
}
.order__bg img {
    display: none;
}
  
  .order__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cards-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.cards-flx img {
    max-width: 220px;
}


  /* check out page css end */
  
.calendar {
    position: absolute;
    top: 115px;
    left: 70px;
}  
.hdd {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.header-display {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-display p {
  color: var(--accent);
  margin: 5px;
  font-size: 1.2rem;
  word-spacing: 0.5rem;
}

pre {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--accent);
}

.days,
.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: auto;
  padding: 0 20px;
  justify-content: space-between;
}
.week div,
.days div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3em;
  border-radius: 100%;
  font-family: "Jost", sans-serif;
}
.days div:hover {
  background: var(--accent-2);
  color: rgb(25, 25, 201);
  cursor: pointer;
}
.week div {
  opacity: 0.5;
}
.current-date {
  background-color: #00B0F0;
  color: #fff;
}
.display-selected {
  margin-bottom: 10px;
  padding: 20px 20px;
  text-align: center;
}

.display-selected {
    opacity: 0;
}

#payment-form button#submit {
    background-color: #29ace3 !important;
    color: white;
}
        
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
button.navbar-toggler {
    background-color: #4b67ac;
}
span.navbar-toggler-icon {
    filter: invert(1);
}
.slide-cap h1 {
    font-size: 32px;
}
.slide-cap-img {
    left: 0;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 0;
    border-radius: 15px;
    border-bottom: 5px solid #00b0f0;
}
.arrow-btn {
    bottom: 0;
    left: 0;
}
.counters .container {
    display: block;
}
.counters .container div {
    background-color: #4a66ac42;
}
.counters p {
    padding: 10px 0;
}
.counter {
    margin-top: 12px;
}
.counters {
    padding: 30px 0 40px;
}
.block-feature-eleven .slider-wrapper {
    width: auto;
}
.block-feature-eleven {
    text-align: center;
}
h3 {
    font-size: 42px !important;
}
.block-feature-eleven .card-style-seventeen {
    min-height: auto;
    text-align: center;
}
.card-style-seventeen h4 {
    min-height: auto;
    display: block;
}
.card-style-seventeen .icon {
    margin: 0 auto 20px;
}
.block-feature-eleven .slider-wrapper .slick-dots {
    left: 0;
    right: 0;
}
.about-img img {
    border-radius: 10px;
    height: 320px;
}
.about-txt {
    margin-top: 20px;
}
.about-contact-pd {
    margin-left: 0;
}
.title-wid {
    width: 100%;
}
.slide-txt {
    padding: 35px 20px;
}
.member-sec .slick-prev {
    left: 33%;
}
.member-sec .slick-next {
    right: 33%;
}
.newsltr-title h4 {
    width: 100%;
}
.footer-hover-two {
    margin: 20px 0;
    padding: 0;
}
.footer-widget-copyright {
    display: block;
}
h4 {
    font-size: 30px !important;
}
.slide-txt .arrow-btn {
    top: -100px;
    right: 10px;
}
.navbar-collapse {
    background-color: #4b67ac;
    padding: 10px 0;
}
header .navbar-nav a {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 9px 15px !important;
    display: inline-block;
    width: 100%;
}
.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 28px;
}
header .form-inline a.hover-btn {
    padding: 10px 15px 0 !important;
    background-color: transparent;
    width: 100%;
}
header .form-inline {
    display: block;
    margin: 0 !important;
}
header {
    z-index: 99999;
}
.inn-banner-sec img {
    height: 250px;
}
.inn-cap h2 {
    font-size: 38px;
}
.inn-cap {
    top: 30px;
}
.story-img img {
    height: 350px;
}
.ldr-blk img {
    width: 100%;
    height: 350px;
}
.story-blk {
    margin-top: 20px;
}
.hero-search-form .col-lg-3 {
    margin-bottom: 4px;
}
.slide-cap-img .arrow-btn {
    display: none;
}
.slide-cap-img img {
    display: none !important;
}
.display-selected {
    margin-bottom: 0;
    padding: 0;
}
.calendar {
    position: static;
}
}