@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.preloader {
    background: #ffffff;
}

.preloader .loading {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 60%;
    border-color: transparent #3F51B5 transparent #3F51B5;
}

.preloader .loading-container {
    width: 300px;
}

.preloader #loading-icon {
    max-width: 100%;
    top: 30%;
}

.topbar {
    background: #FF5722;
    padding: 7px 0;
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1020; /* Keeps navbar above other content */
}

.content {
    padding: 20px;
}

.header-logo {
    max-width: 200px;
}

.navbar {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.main-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.main-menu ul > li > a:hover, .main-menu > ul > li > a:focus {
    color: #000000;
    background-color: rgba(35, 45, 194, 0.15);
    border-bottom: 2px solid #607d8b;
}

.hero{
	background: url(../images/backgrounds/slider2.jpg) no-repeat;
    background-position: bottom right;
    
}

.hero::before {
    background: none;
}

.hero.hero-slider-layout .hero-slide::before {
    background: rgb(32 43 109 / 25%);
}

.hero-content img {
    max-width: 200px;
}

.service-title img {
    filter: invert(1);
}

.scrolling-ticker-box .scrolling-content span {
    font-size: 60px;
}

.btn-default {
    background: #0B76DA;
    transition: background 0.3s ease;
}

/* Blink animation */
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
        background: #062b4e;
    }
    100% {
        opacity: 1;
    }
}

/* Apply the animation */
.btn-blink {
    animation: blink 1s infinite;
}

.footer-logo img {
    max-width: 250px;
}

.about-footer ul {
    float: right;
}

.about-footer h3 {
    color: #ffffff;
}

.about-footer p {
    font-size: 15px;
    margin-bottom: 30px;
}

ul.footer-contact-info li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

ul.footer-contact-info li img {
    max-width: 18px;
    margin-top: 3px;
}

ul.footer-contact-info li h6 {
    color: #ffffff;
    margin-left: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.connect-with-us {
    background: #FF5722;
    padding: 3px 0;
}

.connect-with-us p {
    margin-bottom: 0px;
    color: #ffffff;
}

.intro-video {
    background: url(../images/backgrounds/top-notch-services.jpg);
}

.app-links h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.app-links a {
    margin-right: 20px;
}

.app-links img {
    max-width: 150px;
}

.service-image a figure::before{
    background: linear-gradient(0.07deg, rgba(25, 86, 193, 0.8) 0.06%, rgba(96, 125, 139, 0.8) 99.94%);
}

.intro-video::before {
    background: rgb(32 43 109 / 25%);
}

.footer-copyright {
    padding: 25px 0;
    margin-top: 5px;
    border-top: none;
}

.main-footer {
    padding: 75px 0 0 0;
}

.page-header::before {
    background: rgb(32 43 109 / 25%);
}

.page-header-box h3 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 10px;
}

.page-header-box h6 {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.team_wrp {
    background: #fff;
    padding: 30px 30px 30px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.team_img {
    text-align: center;
    position: relative;
    z-index: 9;
}

.team_img img {
    border-radius: 50%;
    width: 214px;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.12);
    max-height: 220px;
}

.team_info {
    text-align: center;
}

.team_info h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.team_info h6 {
    font-size: 15px;
    margin-bottom: 20px;
    color: #6382f7;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.team_wrp:after {
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    display: block;
    height: 330px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    background: url(../images/backgrounds/bg-team.png) no-repeat top center;
}

.member-social-list {
    margin-top: 10px;
}

.intro-video-play-button a {
    background: #ff0033;
}

.docs-section ul li, .docs-section ol li {
    margin-bottom: 7px;
    line-height: 1.5;
}

.qr-modal-info91 {
    /* max-width: 150px; */
}

@media only screen and (max-width: 576){
    .header-logo {
        max-width: 200px;
    }
}
