@font-face {
    font-family: 'Gilroy-Medium';
    src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(../fonts/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../fonts/Gilroy-Regular.ttf);
}

body {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: relative;
}
/* loader */
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: rgb(23, 22, 22);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
}

.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1s infinite;
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1s infinite;
    background-color: #00a096;
    box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }

    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }

    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}
/* loader end */

/* scroll bar start */
/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0075FF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* scroll bar end */

/* navbar start */
header {
    background: rgba(255, 255, 255, 0.103);
    box-shadow: inset 54.8536px -54.8536px 54.8536px rgba(165, 165, 165, 0.103), inset -54.8536px 54.8536px 54.8536px rgba(255, 255, 255, 0.103);
    backdrop-filter: blur(40.0431px);
    -webkit-backdrop-filter: blur(40.0431px);
    /* overflow: hidden; */
    transition: 0.5s;
    z-index: 1;
    width: 100%;


}

header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

header.fixed .navbar {
    padding: 30px 0 20px;
}

header.fixed .navbar .navbar-brand img {
    max-width: 100px;
}

header .navbar {
    background: transparent !important;

}

header .navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

header .navbar {
    padding: 20px 0 20px;
}

header .navbar .navbar-collapse {
    flex-grow: inherit;
}

header .navbar .navbar-nav .nav-item {
    margin-left: 10px;
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #111;
    font-family: Gilroy-Bold;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.145px;
    text-transform: capitalize;
    text-decoration: none;
}

header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .nav-link.active {
    /* border: 2px solid #2563EB; */
    color: #0075FF;
}

.navbar-brand {
    margin-left: 16px;
}

/* navbar end */

/* query-start */
.query .container-fluid {
    background-image: url(../images/query/query-img.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    height: 599.567px;
    width: 100%;
}

.query-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.query-sub {
    color: #FFF;
    text-align: center;
    /* font-family: Gilroy-SemiBold; */
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.query-heading {
    color: #FFF;
    text-align: center;
    /* font-family: Gilroy-Bold; */
    font-size: 59px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.77px;
    text-transform: capitalize;
}

.query-smallheading {
    color: #FFF;
    text-align: center;
    /* font-family: Gilroy-Medium; */
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: capitalize;
}

.query-btn {
    color: #000;
    text-align: center;
    /* font-family: Gilroy-Medium; */
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: capitalize;
    border-radius: 50px;
}

/* query-end */

/* newsletter-start */
.newsletter .container-fluid {
    background: #E6F2FF;
    height: 434.629px;
}

.newsletter-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsletter-heading {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}

.newsletter-sub {
    color: #858A8F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newsletter-input {
    height: 100%;
}

.newsletter-form ::placeholder {
    color: #AAB0B7;
    /* font-family: Gilroy-Bold; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newsletter-form button {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    width: 100%;
}

/* newsletter-end */

/* footer-start */
.footer-row {
    padding-bottom: 100px;
}

.footer-email,
.footer-phone {
    color: #63657E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.footer-email span,
.footer-phone span {
    margin-left: 20px;
}

.menu-1-heading,
.menu-2-heading,
.menu-3-heading {
    color: #090F4E;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu-ul,
.footer-address {
    padding: 0;
    padding-top: 25px;
}

.menu-ul li {
    padding: 10px 0;
    list-style-type: none;
}

.menu-ul li a {
    color: var(--63657-e, #63657E);
    /* font-family: Gilroy-Medium; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

.menu-ul li a:hover {
    color: #0075FF;
}

.address {
    color: var(--63657-e, #63657E);
    /* font-family: Gilroy-Medium; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.social a {
    color: #63657E;
}

.social a:hover {
    color: blue;
}

.mini-footer {
    padding-bottom: 0 !important;
}

.copyright-main {
    color: #63657E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.design {
    color: #63657E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.footer-circle-2 {
    right: 20px;
    bottom: -60px;
}

.footer-circle-3 {
    right: -30px;
}

.copyright-main {
    margin-bottom: 0;
}
.img1{
    z-index: -1;
    position: relative;
    width: 100%;
}
/* footer-end */
a{
    text-decoration: none !important;
}
.card-heading{
    font-size: ;
}
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1199px) {

    /* navbar-responsive-start */
    header .navbar {
        padding: 30px 0 20px;
    }


}

@media only screen and (max-width: 991px) {
    header .navbar .navbar-nav {
        padding: 15px 0;
    }

    header .navbar .navbar-nav .nav-item {
        margin-left: 0;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0;
    }

    header .navbar .navbar-nav .nav-item .nav-link:hover,
    header .navbar .navbar-nav .nav-item .nav-link.active {
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0;
    }

    header button:focus:not(:focus-visible) {
        box-shadow: none;
    }

    .footer-circle-2 {
        right: 15px;
        top: 30px;
    }

    .footer-circle-3 {
        right: 10px;
        top: -40px;
    }

    .query-heading {
        font-size: 50px;
    }

}

@media only screen and (max-width: 767px) {
    header .navbar {
        padding: 15px 0 15px;
    }

    header .navbar .navbar-brand img {
        max-width: 100px;
    }

    /* navbar-responsive-end */

}

@media only screen and (max-width: 479px) {

    /* query-start */
    .query .container-fluid {
        background-image: url(../images/query/query-small.png);
        height: 277.611px;
        width: 100%;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .query-sub {
        font-size: 12.979px;
    }

    .query-heading {
        font-size: 16.719px;
    }

    .query-smallheading {
        font-size: 14.765px;
    }

    .query-btn {
        font-size: 15.894px;
    }

    /* query-end */

    /* newsletter-start */
    .newsletter .container-fluid {
        height: 300px;
    }

    .newsletter-inner {
        padding-bottom: 0 !important;
    }

    .newsletter-heading {
        font-size: 28.863px;
        line-height: 34.876px;
    }

    .newsletter-sub {
        font-size: 12.026px;
        line-height: 17.432px;
    }

    .newsletter-input {
        font-size: 14.26px;
    }

    .newsletter-form ::placeholder {
        font-size: 14.26px;
        line-height: 11.112px;
    }

    .newsletter-form button {
        font-size: 14.26px;
        line-height: 11.112px;
    }

    /* newsletter-end */

    /* footer-start */
    .copyright-main,
    .copyright-sub {
        font-size: 13px !important;
    }

    .footer-circle-2 {
        right: 15px;
        top: 30px;
    }

    .footer-circle-3 {
        right: 10px;
        top: -40px;
    }

    .footer-row {
        padding-bottom: 25px;
    }

    /* footer-end */
}
