/* start bootstrap modification  */
body {
    /* font-family: 'Inter', sans-serif !important; */
    font-size: 16px !important;
    /* font-family: 'Montserrat', sans-serif !important ; */
    /* font-family: 'Mukta', sans-serif !important; */
    font-family: 'Noto Sans', sans-serif !important;
}
a{
    color: inherit !important;
    text-decoration: none;
}


/* svg stroke */


/* .st0  {
    fill: none;
    stroke: #000000;
    stroke-width: 5;
    stroke-miterlimit: 10;
} */

/* @media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
} */

/* Custom background color for .bg-primary */
.bg-primary {
    background-color: #083b82 !important;
    /* Use !important to ensure override */
}

.bg-secondary {
    background-color: #cd171f !important;
    /* Use !important to ensure override */
}

.border-secondary {
    border-color: #cd171f !important;
}

/* Custom text color for .text-primary */
.text-primary {
    color: #083b82 !important;
    /* Use !important to ensure override */
}

.text-secondary {
    color: #cd171f !important;
    /* Use !important to ensure override */
}

.border-slide {
    position: relative;
    transition: 0.2s;
}

.border-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #cd171f;
    /* transform: translateX(); */
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
}

.border-slide:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.banner-height {
    height: 60vh;

    @media screen and (max-width: 480px) {
        height: 40vh;
    }
}
/* .banner-height {
    height: 60vh;

    @media screen and (max-width: 480px) {
        height: 40vh;
    }
} */


.banner-responsive-pasa03 {
    z-index: 500;
    left: 15%;
    top: 50%;

    @media screen and (max-width: 480px) {
        left: 5%;
        top: 50%;
    }
}

/* .banner-height {
    height: 70vh;

    @media screen and (max-width: 480px) {
        height: 40vh;
    }
} */

h2 {
    font-weight: 800;
    font-size: 35px;
}

h3 {
    font-weight: 800;
    font-size: 34px;
    /* font-size: 1.5em; */
    color: #083b82;
}

h6 {
    color: #083b82;
    font-weight: 600;
    font-size: 20px !important;
}

/* end bootstrap modification */

.service-button {
    font-size: 40px;
    /* background-color: #083b82 !important; */
    border-radius: 50%;
    color: #cd171f;
}

.service-parent div div figure {
    border: 0px solid #cd171f;
    border-radius: 50%;
}

.service-parent div:hover figure {
    border: 3px solid #cd171f;
    transition: all 0.1s ease;
    padding: 5px;
}

.parallax-service {
    padding: 60px 0 70px 0;
    background: #f8f8f8;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.benefit-card {
    background-color: #fff;
    padding: 2em;
    /* border-radius: 22px; */
    border: 10px;
    border-color: #cd171f;
    border-top-style: solid;
}

.benefit-card:hover {
    background-color: #fff;
    padding: 2em;
    /* border-radius: 22px; */
    border: 0px;
    border-color: #cd171f;
    border-top-style: solid;
    transition: .2s ease-in-out;
}

.button-hover-pasa03:hover {
    transform: scale(1.03);
    transition: .2s ease-in-out;
    cursor: pointer;
    /* border-radius: 22px; */
    /* box-shadow: 0 8px 32px 0 #fff; */
}


.choose-cards-pasa03 {
    position: relative;
    transition: 0.2s;
}

.choose-cards-pasa03::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #cd171f;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
}

.choose-cards-pasa03:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.choose-cards-pasa03:hover {
    color: #fff;
}

/* start gallery  */
.gallery-card{
    overflow: hidden;
}
.gallery-card .hover-dark {
    width: 100%;
    height: 100%;
    background-color:transparent;
    transition: background-color 0.5s;
}

.gallery-card:hover .hover-dark {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    /* transition: background-color 0.5s; */
}
.gallery-card img{
   transform: scale(1);
    transition: transform 0.5s;
    /* overflow: hidden; */
}
.gallery-card:hover img {
    transform: scale(1.04);
    /* overflow: hidden; */
}

.gallery-button{
    opacity: 0;
    transition: opacity 0.5s;
}
.gallery-card:hover .gallery-button{
    opacity: 1;
}
.gallery-button button{
    color: white;
    border: 0px;
    background-color: transparent;
}
.gallery-button button::before{
    background-color: transparent;
}
.gallery-button button:hover {
    color: white;
    border: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    scale: 1;
    box-shadow: none;
}
/* end gallery  */

/* for google translate image hiding */
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none !important;
}
/* for hiding the top navbar  */
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    visibility: hidden !important;
}
.VIpgJd-ZVi9od-ORHb{
    visibility: hidden !important;
}
.body-position-gtranslation{
    top: 0 !important;
}

.skiptranslate{
    display: none !important;
}


/* back to top  */

#button {
    display: inline-block;
    background-color:#cd171f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  @media screen and (max-width:480px) {
    #button{
            bottom: 4px;
            right: 4px;
        }    
    }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  /* .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }
  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }
  .content h3 {
    font-style: italic;
    color: #96a2a7;
  } */

  /* start button */
  button {
    appearance: none;
    /* background-color: transparent; */
    background-color: #083b82;
    /* border: 0.125em solid #1A1A1A; */
    /* border-radius: 0.9375em; */
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 1.75em;
    min-width: 0;
    outline: none;
    padding: 3px 30px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
   }
   
   button:disabled {
    pointer-events: none;
   }
   button:hover {
    color: #fff;
    background-color: #274166;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
   }
   
   button:active {
    box-shadow: none;
    transform: translateY(0);
   }
  /* end button */
  
  
  
  /* start nav bar  */
  .navbar-light .navbar-toggler{
    background-color: white;
  }
  .nav-item a{
    display: inline-block;
  }

  .dropdown-item:active{
    background-color: #e0e0e0 !important;
    }

    .navbar-light .navbar-toggler{
        color: white;
    }

     
  /* end nav bar  */
  