body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
   margin-right: 0px;
    padding: 0px; 
  }

  .navcontainer{
   background-color: transparent;
  }

  .nav-logo .logo-img{
    height: 50px;
    width: 100px;
    
  }

  .navbar-toggler {
    background-color: white !important; 
    border: none; 
}

.navbar-toggler-icon {
  color: black !important; 
  border: none; 
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}


  
  footer{
    position: absolute;
    margin-top: auto;
  }

  .carousimage {
    width: 100%;
    height: 98vh;    
    object-fit: cover; 
}
  
  .tooltip-inner{
    color: brown;
  }

  /* carousel text */
  .carousel-inner .carousel-item h1{
    color:green;
    font-family: Forte;
    font-size: 110px;
  }

  .carousel-inner .carousel-item h2{
    color:#ed3f1c;
  }

  .carousel-inner .carousel-item p{
    color:#ed3f1c;
    font-family:cursive;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
  }

  /* mybutton */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  .page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.page-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.page-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}



/* Contact Page */
.page-content {
  padding-top: 50px;
  padding-bottom: 50px;
}


.contact .item {
  
  border: 1px solid #d8d8d8;
  background: #f3f3f3;
  padding: 25px;
  text-align: center;
  min-height: 200px;
}
.contact .item .icon {
  font-size: 35px;
  color: #ed3f1c;
  margin-bottom: 10px;
}
.contact .item h2 {
  font-size: 20px;
  font-weight: 700;
}
.contact .item .text {
  font-size: 14px;
}
.contact .form-map {
  margin-top: 50px;
}
.contact .form-map h2 {
  font-size: 20px;
  font-weight: 700;
}
.contact .form-map input,
.contact .form-map textarea,
.contact .form-map button {
  font-size: 14px;
}
.contact .form-map textarea {
  height: 200px;
}
.contact .form-map button {
  background: #ee6348;
  border: 0;
}
.contact .form-map iframe {
  width: 100%;
  height: 350px;
}
@media only screen and (max-width: 991px) {
  .contact .form-map button {
      margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .item {
      margin-bottom: 25px;
  }
}

/* Preloader Section */


#preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
#preloader_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/uploads/preloader/preloader_block.gif);
}

body.loaded #preloader {
  display: none;
}

/* preloader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.8); 
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .spinner {
            border: 16px solid #f3f3f3; 
            border-top: 16px solid #3498db; 
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 2s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
 */

 .ifram_card{
  height:320px;
  border-radius: 2px;
  box-shadow: 3px 3px 3px 10px gray,-2px -2px 2px 10px rgb(231, 6, 6);
  border-radius: 10px;
  overflow: hidden;
 }

 .custm_shdwimg_iframe{
  box-shadow: 3px 3px 3px 10px gray,-2px -2px 2px 10px rgb(226, 2, 2);
  border-radius: 10px;
}

.carosl_card{
  font-family: arial narrow !important;
  font-size: 15px !important;
  text-align: justify;
  color: white !important;
}







