.LOGO{
    height: 3.5rem;
}

.image1-size{
    width: 90%;
    height: 450px;
}
.Collage-size{
    width: 90%;
    height: 600px;
}

/* Backgrpound Image Starts */
.hero
{
    background-image: url(../images/Homepage_Image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.575);
    color:white;
    font-weight: 600;
    position: relative;
    z-index: 2;
    height: 50px;
}
.hero::after
{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.452);
    z-index: -1;
}
.SerImg{
    background-image: url(../images/slide-2-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.575);
    color:white;
    font-weight: 600;
    position: relative;
    z-index: 2;
    height: 350px;

}
.SerImg::after
{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.452);
    z-index: -1;
}

.display-4
{
    font-weight: normal;
}
/* Backgrpound Image Ends */

.clor{
    color: teal;
}

.carousel1{
    height: 200px;
}

/* cards animation */
.animate__animated.animate__fadeInRight {
    --animate-duration: 5s;
}

.animate__animated.animate__fadeInUp {
    --animate-duration: 3s;
}

:root {
--animate-duration: 2s;
--animate-delay: 1s;
}
a{
    text-decoration: none;
}

/*  google map */
iframe:focus {
    outline: none;
    border-radius: 30px;
  }
  
  iframe[seamless] {
    display: block;
    
  }

  .map{
      border-radius: 15px;
  }

  .iconbox
{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:var(--app-purple);
    color:  #ffffff;
    font-size: 32px;
    border-radius: 100px;
    flex: none;
    text-align: center;
}

.col-img{
        height: 30rem;
        width: 39rem;
        padding-left: 1rem
}

/* .col-img2{
    background-image: url(../images/why-us-img2.jpg);
    width: 50px;
    
} */

body { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.text-celadon{
    color:#1581af;
}

.color{
    background-color: #27cfdc;
}

.service{
    color: #147ea8;
    color: rgba(252, 249, 249, 0.699);
}

.Testimonials{
    color: #1581af;
}

.services{
    color: #1581af;
}

/* .font{
    font-family: "Times New Roman", Times, serif;
} */

.p1{
    font-family: Helvetica, Helvetica, sans-serif;
}
.p2{
    font-family: "Lucida Console", "Courier New", monospace;
}
.p3{
    font-family: 'Roboto Condensed';
}
.p4{
    font-family: 'Montserrat';
}
.p5{
    font-family: 'Open Sans';
}
.owl-img-height{
    width: 180px;
    height: 230px;
}

.zoom {
    padding: 0px;
    /*background-color: green;*/
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 85px;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    .shardeen:hover{
        color: blueviolet !important;
    }
    /* .shardeen{
        color: white;
    } */
    .dropdown:hover .dropdown-content {
        display: block;}