a{
    text-decoration: none;
    transition: all ease 0.3s;
}
.small-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    font-family: var(--bs-fancy-font-family);
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 10px;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6,
.med-title, .title, .blog-link {
    font-family: var(--bs-title-font-family);
    color: var(--bs-title-color);
}
.blog-link{
    font-size: 18px;
    font-weight: 600;
}
.title {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--bs-title-font-family);
}
.med-title {
    font-size: 22px;
    font-weight: 700;
}
a.med-title:hover, a.blog-link:hover {
    color: #00a4ff;
}
.title-seperator{
    position: relative;
}
.title-seperator::after{
    content:"";
    position: absolute;
    top: 50%;
    width: 40%;
    left: 0;
    height: 1px;
    background-color: #00000042;
}
.title-seperator::before{
    content:"";
    position: absolute;
    top: 50%;
    width: 40%;
    right: 0;
    height: 1px;
    background-color: #00000042;
}

.gg-btn-primary {
    --btn-bg: #00a4ff;
    --btn-hover-bg: #ff8559;
}

.gg-btn-secondary {
    --btn-bg: #ff8559;
    --btn-hover-bg: #00a4ff;
}

.gg-btn-success {
    --btn-bg: #28a745;
    --btn-hover-bg: #1e7e34;
}

.gg-btn-warning {
    --btn-bg: #ffc107;
    --btn-hover-bg: #d39e00;
}

.gg-btn-danger {
    --btn-bg: #dc3545;
    --btn-hover-bg: #a71d2a;
}

.gg-btn-dark {
    --btn-bg: #212529;
    --btn-hover-bg: #000000;
}
.gg-btn {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    font-family: var(--bs-title-font-family);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    overflow: hidden;
    z-index: 0;
    text-transform: uppercase;
    transition: all ease 0.4s;
    border: 1px solid transparent;
}

.gg-btn {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
}

.gg-btn::before,
.gg-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--btn-hover-bg);
    transition: all ease 0.5s;
    z-index: -1;
    border-radius: inherit;
}

.gg-btn::before {
    transform: rotateX(90deg);
}

.gg-btn::after {
    transform: rotateY(90deg);
}

.gg-btn:hover::before {
    transform: rotateX(0);
}

.gg-btn:hover::after {
    transform: rotateY(0);
}

.gg-btn-border {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: inherit;
    background-color: transparent;
    border: 3px dashed white;
    z-index: 1;
    opacity: 0.4;
    transition: all ease 0.4s;
}

.gg-card-border {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: inherit;
    background-color: transparent;
    border: 3px dashed #ff8559;
    z-index: 0;
    opacity: 0.4;
    transition: all ease 0.4s;
}

.card{
    border-radius: 18px;
}

#preloader {
    background: #ffffff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.preloader img{
    width: 350px;
}

.preloader {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, #ffffffde, transparent);
    z-index: 2;
    animation: shine 2s infinite;
}
@keyframes shine {
    to {
        left: 100%;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

#preloader.slide-up {
    animation: slideUp 1s forwards ease-in-out;
}

.section{
    padding: 75px 0;
}
.about-section{
    background-image: url('../images/about-bg.png');
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
}
.header {
    padding: 9px 0;
    font-family: var(--bs-title-font-family);
}
.header-info {
    font-size: 17px;
    color: white;
    font-weight: 600;
}

.social-icons{
    display: flex;
    align-items: center;
    gap: 8px;
}
.social-icons a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    color: white;
    font-size: 16px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px dashed rgba(255, 255, 255, 0.4);
    transition: 0.3s ease;
}
.social-icons a:hover {
    background-color: #ff8559;
}

.topnav {
    background-color: white;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

.topbar {
    background: white;
    font-family: var(--bs-title-font-family);
    padding: 8px 0;
}
.topbar .navbar-nav .nav-link.active, .topbar.navbar-nav .nav-link.show {
    color: #ff8559;
}

.topbar .navbar-nav .nav-link:hover{
    color: #ff8559;
}

.topbar .nav-link{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #242424;
}
.topbar .navbar-nav .nav-link.active::after{
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background-color: #ff8559;
    margin: 1px auto 0 auto;
    border-radius: 2px;
}

.topbar .navbar-brand .logo{
    width: 150px;
}

.topnav.sticky-header {
    position: fixed;
    top: -145px;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(145px);
    -ms-transform: translateY(145px);
    transform: translateY(145px);
    z-index: 99;
    width: 100%;
    box-shadow: 0 0px 8px #0000000d;
    z-index: 999;
}

.topnav.sticky-header .header{
    display: none;
}

@media screen and (min-width: 992px) {
    .topbar.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }    
}

.hero-section {
    min-height: 85vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.about-banner {
    padding: 120px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(0deg, #000000c4, #ffffff42);
}
.about-banner .overlay{
    background: #00000091;
}
.hero-card{
    position: relative;
    border-radius: 25px;
    background-color: white;
}
.hero-card-body {
    padding: 35px;
}
.hero-title {
    font-size: 52px;
    font-weight: 700;
}
.hero-subtitle {
    font-size: 18px;
    font-weight: 500;
}
.hero-slider {
    margin-top: 145px;
}
/* Slick dots customization */
.slick-dots {
    bottom: 30px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.slick-dots li button:before {
    color: #fff;
    font-size: 10px;
}

.icon-box{
    position: relative;
    height: 72px;
    width: 72px;    
    border-radius: 100%;
    background-color: #00a4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box img{
    width: 52px;
}
.icon-box-sm{
     height: 52px;
    width: 52px;   
}
.session-section {
    background-image: url("../images/session-ele-1.png"), url("../images/session-ele-2.png");
    background-position: top 0 left 10%,  top 35% right 10% ;
    background-size: 98px , 185px;
    background-repeat: no-repeat;
}

.award-icon {
    height: 128px;
}

@media screen and (min-width: 1024px) {
   .award-icon{
        height: 100%;
   } 
}

.gallery-section{
    background-color: #f0f8ff;
}
.gallery-img{
    height: 350px;
    border-radius: 20px;
    position: relative;
}
.gallery-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 3px dashed rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}
.gallery-img img{
    border-radius: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cta-section {
    background: #ff8559;
}
.blog-card{
     transition: all ease 0.4s;
    border: 1.5px dashed #00000045
}
.blog-card-img {
    transform: scale(1);
    border-radius: 14px;
    overflow: hidden;
}
.blog-card-img img{
    transition: all ease 0.4s;
    height: 250px;
    object-fit: cover;
}
.blog-card:hover .blog-card-img img{
    transform: scale(1.1);
}
.blog-card:hover{
    background-color: #f3fff5;
}
.blog-card:hover a.med-title{
    color: #00a4ff;
}

.blog-pagination .pagination {
    gap: 9px;
    justify-content: center;
}
.blog-pagination .page-link {
    border-radius: 8px !important;
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #E9E8EA;
    color: #5b5a7b;
    border: 2px solid #5b5a7b40;
}
.blog-pagination .page-item.active .page-link {
    background: #00a4ff;
    color: white;
    border-color: #00a4ff;
}
.blog-pagination .page-link:hover {
    background: #ff8559;
    color: white;
    border-color: #ff8559;
}
blockquote.gg-quote {
    text-align: left;
    padding: 14px 24px;
    border-left: 0;
    border-radius: 15px;
    box-shadow: -4px 0px 0px #00a4ff;
    background-color: transparent;
}

.faq-accordion .accordion-item {
    border: none;
    box-shadow: 0 1px 3px #0000001f;
    border-radius: 12px;
}
.faq-accordion button.accordion-button.collapsed {
    border-radius: 14px !important;
}
.faq-accordion button.accordion-button {
    border-radius: 14px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
}

.footer{
    background-image: url("../images/footer-element-2.png");
    background-position: bottom center;
    background-size: 400px;
    background-repeat: no-repeat;
    color: white;
}
.footer-section{
    background-color: #000e26ed;
    color: white;
    position: relative;
}
.footer-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 150px;
    z-index: 1;
    background-image: url('../images/footer-element-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 75px;
}
.footer-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 150px;
    z-index: 1;
    background-image: url('../images/footer-element-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 75px;
}

.footer-logo a{
    font-size: 36px;
    font-weight: 700;
}
.footer-title {
    font-size: 24px;
    position: relative;
    padding: 0 0 14px 0;
    margin: 0 0 26px 0;
}
.footer-title::after, .footer-title::before {
    position: absolute;
    content: "";
    height: 2.5px;
    width: 65%;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    bottom: 0;
}
.footer-title::after {
    width: 70px;
    background-color: var(--bs-secondary);
}
a.footer-links{
    display: block;
    color: white;
    font-size: 16px;
    transition: all ease 0.3s;
}
a.footer-links:hover{
    color: #00a4ff;
}

.footer-bottom {
    background-color: #ff8559;
    padding: 12px 0;
    color: white;
    font-size: 14px;
}


