.no-text-transfer {
    white-space: nowrap
}

.map-container-2 {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-2 iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.max-width-img {
    max-width: 100%;
    height: auto;
}

.my-carousel {
    padding: 0;
}

.navbar-font {
    font-size: larger;
}

/*img-hover*/
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
    position:relative;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

.img-hover:hover:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:30px;
    height:30px;
    border:1px solid #000;
}

.grayscale {
    -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
    -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
    filter: brightness(1.10) grayscale(100%);
}

/*beautiful cards*/

#cards_landscape_wrap-2 {
    text-align: center;
    background: #F7F7F7;
}
#cards_landscape_wrap-2 .container {
    padding-top: 5px;
    padding-bottom: 10px;
}
#cards_landscape_wrap-2 a {
    text-decoration: none;
    outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    width: 100%;
    height: auto;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box {
    text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
    padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer {
    background: #FFFFFF;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover {
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Black', sans-serif;
    letter-spacing: 1px;
    color: #2f2f2f;
}
/*beautiful cards end*/

.image-zoom {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    width: 100%;
    height: auto;
}
.image-zoom:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/*background image*/
.masthead {
    background-size: cover;
    min-height: 60vh;
    position: relative;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.background-image-header {
    font-size: 4rem;
}

.color-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 768px) {
    .masthead {
        min-height: 50vh;
    }
    .background-image-header {
        font-size: calc(1.525rem + 3.3vw);
    }
}
/*background image end*/

/*map*/
.google-map {
    height: 500px;
}
/*map end*/


/*footer*/
.no-text-decoration {
    text-decoration: none;
}

.no-text-decoration:hover {
    color: blue;
}
/*footer end*/

/*product card colors*/
.circle {
    border: 0.14em  #0F1C3F;
    /*border: 0.14em solid #0F1C3F;*/
    border-radius: 100%;
    box-shadow: 0.10em 0.10em 0 0 rgba(15, 28, 63, 0.125);
    height: 27px;
    width: 27px;
    margin: 4px;
    margin-bottom: 10px;
}

.circle2 {
    clip-path: circle(50%);
    height: 1.8em;
    width: 1.8em;
    border: 0.15em solid #0F1C3F;
    border-radius: 100%;
    box-shadow: 0.10em 0.10em 0 0 rgba(15, 28, 63, 0.125);
    margin: 1px;
}

.grey {
    background: #bdbdbd;
}

.red {
    background: #f70f0f;
}

.brown {
    background: #7f3f32;
}

.light-brown {
    background: #7f1f31;
}

.olive {
    background: #cae031;
}

.black {
    background: #262626;
}

.white {
    background: #bdbdbd;
}

.yellow {
    background: yellow;
}

.orange {
    background: darkorange;
}

.color-mix-black-white {
    background: linear-gradient(90deg, black, white);
}

.color-mix-brown-orange {
    background: linear-gradient(90deg, saddlebrown, orangered);
}

.color-mix-red-black {
    background: linear-gradient(90deg, black, red);
}

.color-mix-brown-dark_brown {
    background: linear-gradient(90deg, #4e2519, #c9651a);
}
/*product card colors end*/

/*new map*/
.map-card {
      border: none;
      border-radius: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .map-container {
      position: relative;
      width: 100%;
      height: 400px;
    }

    iframe {
      position: absolute;
      top: 0;
      left: 0;
      border: 0;
      width: 100%;
      height: 100%;
    }

    .map-header {
      background-color: #4a4a4a;
      color: #fff;
      text-align: center;
      padding: 1rem;
      font-weight: 500;
    }
/*new map end*/

/*GLight photo gallery*/
.img-fluid {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  .img-fluid:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  }
/*GLight photo gallery end*/






