/*
Author          :   Theexpertguy
Author URi      :   http://theexpertguy.com/
Template Name   :   Acuml8 HTML5 Bootstrap Template
Version         :   1.1
File            :   Style CSS
*/

/*
[Table of contents]
1. Font Family
2. Typography 
3. Header
4. Navbar(Menu)
5. Slider 
6. Body Content
7. Footer  
8. Preloader

[table of Pages]
 1. Index
 2. Blogs
 3. Blog Details 
 4. About us
*/

@import "animate.min.css"; 
@import "responsive.css"; 

html {
    scroll-behavior: smooth;  
}
body{
    overflow-x: hidden
}
h1,h2,h3,h4,h5,h6,p,a,span,div,label{
    font-family: 'Fira Sans', sans-serif !important;
}
p{
    text-align: justify;
}

.font-fira{
    font-family: 'Fira Sans', sans-serif; 
} 
:root {
    --white-color: #fff;
    --black-color: #2D3748; 
    --main-bg-color: #002365;
    --main-bg-color2: #ff6a04;
}
::selection{
    background: transparent;
    color: var(--main-bg-color2);
} 
.text-grey{
    color: #718096;
}
.text-purple{
    color: #7E46FE !important;
}
.text-green{
    color: #14D1A4 !important;
}
.text-orange{
    color: #FEBE30 !important;
}

/*Header start*/ 
header .logo{
    width: 200px;
    position: absolute; 
    top: -103px;
    left: 35%;
}
header .top-header{
    background: url(../images/gurudwara-gome-bg.png) no-repeat 50% 100% #002365;
    padding-top: 240px; 
    padding-bottom: 10px;
}
header .top-header h3{
    color: var(--white-color);
    position: absolute;
    width: 22%;
    top: 35px;
    font-size: 18px;
    line-height: 28px;
} 
header .top-header h4 a{
    font-size: 20px !important;
}
header .top-header h4{
    color: var(--main-bg-color); 
    font-size: 12px;  
} 
header .headertoplt, header .headertoprt {
    position: absolute;
    width: 25%;
    top: -65px;
    font-size: 18px;
    line-height: 28px;
} 
header .headertoprt {
    right: 0px;
}
header .topmenu{
    background: var(--main-bg-color2) !important;
}
header .topmenu ul li {
    margin-left: 20px
}
header .topmenu ul li a::before{
    content: '';
    background: url(../images/khanda-white.png) no-repeat 50% 50%;
    width: 20px;
    height: 23px;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}
header .topmenu ul li:hover>a::before {
    background: url(../images/khanda-blue.png) no-repeat 50% 50%;
}
header .topmenu ul li a{
    padding: 8px 12px;
    font-size: 20px;
    font-weight: bold;
    color: var(--white-color);
    text-decoration: none;
    margin-right: 0px;
    transition-duration: 0s;
    text-transform: uppercase;
    transition: 0.3s;
}
header .topmenu ul li a.active::before{ 
    background: url(../images/khanda-blue.png) no-repeat 50% 50%;
}
header .topmenu ul li a.active{ 
    color:var(--main-bg-color) !important; 
}
header .topmenu ul li:hover a{  
    color:var(--main-bg-color); 
}
/*Header end*/

/*STYLE 2 START */
.style-2{
    background: aliceblue;
    padding: 50px 0px;
}
.style-2 .gtco-testimonials {
    position: relative;
    margin-top: 30px;
} 
.style-2 .owl-stage-outer {
    padding: 30px 0;
}
.style-2 .owl-nav {
    display: none;
} 
.style-2 .gtco-testimonials span {
    position: relative; 
    display: block; 
    border: 2px solid #dfdfdf;
    margin: 0 5px; 
    background: #000;
    box-shadow: none;
    height: 3px;
    width: 12px; 
    font-size: 18px;
    color: #666666;
}
.style-2 .active {
    box-shadow: none;
    opacity: 0.5; 
    transition: all 0.3s;
} 
.style-2 .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
.style-2 .card-img-top { 
    border-radius: 100% !important;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px !important;
    height: 100px  !important;
}
.style-2 .gtco-testimonials h5 {
    color: #444;
    font-size: 21px;
    line-height: 1.3; 
    font-weight: bold; 
    text-transform: capitalize; 
} 
.style-2 .gtco-testimonials h5 small{
    color: #999;
    font-size: 12px; 
    letter-spacing: 2px;
    text-transform: uppercase; 
} 
.style-2 .gtco-testimonials p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
} 
.style-2 .center {
    opacity: 1;
}  
.style-2 .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}  
.style-2 .owl-carousel .owl-nav button, .owl-next, .owl-prev {
    outline: 0;
}
.style-2 .owl-dots {
    text-align: center;
}
.style-2 .gtco-testimonials .owl-dot.active span {
    border: 2px solid #333;
}
.style-2 .gtco-testimonials button.owl-dot {
    outline: 0;
}
@media (max-width: 767px) {
    .style-2 .gtco-testimonials {
        margin-top: 20px;
    }
}
/*STYLE 2 END */

section{
    padding: 70px 0px;
}

.financial-section{
    background: var(--main-bg-color2);
}

.fixtopmenu{
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(56px); 
    padding-bottom: 20px;
} 
.bottomImg{
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 230px;
}
.btn-white{
    padding: 12px 25px;
    font-size: 18px;
    text-decoration: none;
    min-width: 210px; 
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    background: var(--white-color);
    color: var(--main-bg-color)  !important;
    font-family: 'Fira Sans', sans-serif !important;
}
.btn-blue{
    padding: 12px 25px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    min-width: 210px; 
    line-height: 30px;
    font-weight: bold;
    background: var(--main-bg-color);
    color: var(--white-color) !important;
    font-family: 'Fira Sans', sans-serif !important;
}
.btn-blue:hover,.btn-white:hover{
    text-decoration: underline
}

/*contact*/
.contact-form__input{
    padding: 10px;
    width: 100%;
    margin-bottom: 10px
}

#gotop{
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 60px; 
    right: 60px;
    z-index: 9999;
    transition: .5s;
    color: #fff;
}
#gotop:hover{ 
    transform: translateY(-10px);
    color: orange
}

/*footer start*/ 
.footer-section{
    background: var(--main-bg-color);
    padding: 40px; 
}
.footer-section h3{
    color: var(--white-color); 
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase; 
}
.footer-section h5{
    font-size: 16px
}
.footer-section ul li{
    list-style: square; 
    color: #fff;
}
.footer-section ul li a{
    color: var(--white-color); 
    text-decoration: none;
}
.footer-section .social-media li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    border:1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
}
/*footer end*/

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    background-color: #5591F5;
    outline: 1px solid slategrey;
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center; 
    background-color: #fff;
    z-index: 9999;
}
#loading-image {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 100;
}

/* cursor start */
.cursor {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim 0.5s infinite alternate;
    pointer-events: none;
}

.cursor::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border: 8px solid #9ED0EE;
    border-radius: 50%;
    opacity: 0.5;
    top: -2px;
    left: -2px;
    animation: cursorAnim2 0.5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.7);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 0.5s forwards;
    border: 1px solid #6DCCE7;
}

@media only screen and (max-width: 1280px) {
    header .logo {
        width: 200px;
        position: absolute;
        top: -50px;
        left: 32.5%;
    }
}

@media only screen and (max-width: 400px) {
    header .logo {
        width: 200px;
        position: absolute;
        top: -87px;
        left: 5% !important;
    }
    header .top-header {
        background: url(../images/gurudwara-gome-bg.png) no-repeat 51% 89% #002365 !important;
        padding-top: 231px !important;
        padding-bottom: 14px !important;
    }
}
@media only screen and (max-width: 768px) {
    header .logo {
        width: 200px;
        position: absolute;
        top: -87px;
        left: 27%;
    }
    header .top-header {
        background: url(../images/gurudwara-gome-bg.png) no-repeat 51% 89% #002365 !important;
        padding-top: 231px !important;
        padding-bottom: 14px !important;
    }
} 