@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');
:root{
    --bs-primary: #047CBB;
    --bs-secondary: #FCB80F;
    --bs-dark-blue:#073364;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6B6B6B;
    --bs-gray-dark: #343a40;
    --bs-body-font-family: "Lora", serif;
    --bs-header-font-family: "Sora", sans-serif;
    --bs-light-bg: #F5F5F5;
    --bs-box-shadow: 0 0 15px #343a4044;
    --bs-white25:#ffffff34;
    --bs-border-radius-primary: 15px;
}

body
{
    font-family: var(--bs-body-font-family);
    /* font-size: 14px; */
}

.header-top-container
{
    font-family: var(--bs-header-font-family) !important;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 7px 0;
    font-size: 12px;
}
.header-top-container a{
    text-decoration: none;
    color: var(--bs-white);
    
}
.header-top-container img
{
    width: 25px;
}

img.logo {
    width: 160px;
}
nav.navbar.navbar-expand-lg.bg-light.header-container {
    box-shadow: 0 0 15px #10101021;
    z-index: 2;
    position: sticky;
    top: 0;
    font-family: var(--bs-header-font-family) !important;
    text-transform: uppercase;
}

/*custom-toggler-icon*/
button.navbar-toggler  {
    border: none;
    outline: none;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 255 255 / 55%) !important;
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
button.navbar-toggler:hover , button.navbar-toggler:focus , button.navbar-toggler:active {
    border: none;
    outline: none;
}

.custom-toggler-icon {
  position: relative;
  width: 30px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.custom-toggler-icon::before,
.custom-toggler-icon::after,
.custom-toggler-icon span {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.custom-toggler-icon span {
  top: 50%;
  transform: translateY(-50%);
}

.custom-toggler-icon::before {
  top: 0;
}

.custom-toggler-icon::after {
  bottom: 0;
}

/* .active
{
    color: var(--bs-secondary) !important;
    font-weight: 600;
} */

.btn-primary {
    border-radius: 50px;
    padding: 7px 20px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border: none;
    text-transform: uppercase;
    font-family: var(--bs-header-font-family) !important;
    font-size: 14px;
    font-weight: 600;
}
.btn-secondary {
    border-radius: 50px;
    padding: 7px 20px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border: none;
    text-transform: uppercase;
    font-family: var(--bs-header-font-family) !important;
    font-size: 14px;
    font-weight: 600;
}
.span-tag
{
    text-transform: uppercase;
    color: var(--bs-primary);
    font-family: var(--bs-header-font-family);
}
h1 , h2 , h3 ,h4 , h5 , h6
{
    font-family: var(--bs-header-font-family);
}
h1 span , h2 span , h3 span , h4 span , h5 span , h6 span
{
    color: var(--bs-secondary);
    
}

.banner-section
{
    background-color: #FAFAFB;
    background-image: url(../img/bg-img/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

section.about-us-section {
    background-color: #FAFAFB;
    background-image: url(../img/bg-img/blue-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--bs-white);

}
section.map-section {
    background-color: #FAFAFB;
    background-image: url(../img/bg-img/blue-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--bs-white);

}
section.faq-section {
    background-color: #FAFAFB;
    background-image: url(../img/bg-img/greyandblue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    

}

section.our-v-m-section{
    background-color: #FEF5E0;
}
.span-tag1
{
    text-transform: uppercase;
    color: var(--bs-secondary);
    font-family: var(--bs-header-font-family);
}
.marquee-container {
    /* transform: rotate(-5deg); */
    /* transform-origin: left center; */
    background-color: #FAFAFB;
    /* border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #00000025; */
    padding-top: 8px ;
    padding-bottom: 5px;
    /* margin-bottom: -62px; */
}

section.why-choose-us-section {
    background-color: #FAFAFB !important;
}
.why-choose-body-container {
    
    border-radius: 15px;
    padding: 15px;
    
    /* font-size: 12px; */
}
.why-choose-body-container:hover {
    background-color: var(--bs-white);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 12px #00000021;
    /* font-size: 12px; */
}
.why-choose-body-container h3 {
    font-size: 16px;
    color: var(--bs-dark-blue);
    font-weight: 600;
    margin-top: 10px;
}
.why-choose-body-container a {
    color: var(--bs-dark-blue) !important;
    text-decoration: underline;
    font-weight: 600;
}

@keyframes lightShake {
    0% { transform: translate(0, 0); }
    25% { transform: translate(1px, -1px); }
    50% { transform: translate(-1px, 1px); }
    75% { transform: translate(1px, 1px); }
    100% { transform: translate(0, 0); }
}
  
.shake-light {
animation: lightShake 1s ease-in-out infinite;
}
  

.card.h-100.shadow-sm.border-0 {
    
    background-color: var(--bs-primary) !important;
    color: var(--bs-white);
}

.card-footer.bg-white.border-0.d-flex.align-items-center {
    
        
    background-color: var(--bs-dark-blue) !important;
        padding: 10px 20px;
        color: var(--bs-white);
        font-weight: 600;
        font-size: 14px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary) !important;
}

.r-white
{
    color: white;
}
@media only screen and (max-width: 991px) {
    .r-white
    {
        color: var(--bs-gray-dark);
    }
    section.faq-section {
        background-color: #FAFAFB;
        background-image: url(../img/bg-img/greyandblue.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        
    
    }
    
  }

.footer 
{
    background-color: var(--bs-dark-blue) !important;
    color: var(--bs-light-bg);
    font-size: 12px;
}
.footer a
{
    color: var(--bs-light-bg) !important;
    text-decoration: none;
}

.footer ul li
{
    padding-bottom: 10px;
}


.sub-banner-section {
    background-color: var(--bs-primary);
    background-image: url(../img/bg-img/blue-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--bs-white);
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Sora';
    padding: 60px 15px;
    background-position: center;
}
a.nav-link.active
{
    color: var(--bs-secondary) !important;
    font-weight: 600;
}

input.form-control.banner-input , select.form-select.banner-input  {
    height: 45px !important;
    background-color: var(--bs-light-bg) !important;
}
textarea.form-control.banner-input
{
    background-color: var(--bs-light-bg) !important;
}

.contect-mail, .contect-call {
    border: 2px solid var(--bs-secondary);
    border-radius: var(--bs-border-radius-primary);
}

section.services1{
    background-color: aliceblue !important;
}