body{
    overflow-x: hidden;
}

.section{
    margin-top: 72px;
    margin-bottom: 72px;
  }
  
  .section h2.section-head{
    text-align: center;
    margin-bottom: 38px;
    color: #000;
  }

  .section2{
    margin-top: 72px;
    margin-bottom: 72px;
  }
  
  .section2 h2.section-head{
    text-align: left;
    margin-bottom: 38px;
    color: #000;
  }

  .navbar {
    background-color: lightslategray;
    margin-bottom: 0px;

}

.navbar-brand {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.navbar-toggler-icon {
    background-color: #ffffff;
}

.navbar-toggler {
    border-color: #ffffff; 
}



.navbar-nav .nav-item .nav-link.underline {
    position: relative;
    color: white; /* Change the color as desired */
    text-decoration: none !important; /* Remove the default underline */
}

.navbar-nav .nav-item .nav-link.underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white; /* Change the color as desired */
    bottom: -2px;
    left: 0;
    transform: scaleX(0); /* Initial scale for the underline */
    transform-origin: bottom right;
    transition: transform 0.9s ease-in-out;
}

.navbar-nav .nav-item .nav-link.underline:hover::before {
    transform: scaleX(1); /* Scale up on hover */
    transform-origin: right left;
}


.slider-container {
    width: 100%;
    margin: 0 auto;
   overflow-x: hidden;
   height: 500px;
   overflow-y: hidden;
   border-radius: 8px;
  }

  .box{
    margin-top: 30px;
  }

 

.border__color.border__color--8::before {
    background: #68b9d8 none repeat scroll 0 0;
}
.service--2 .border__color::before {
    
    box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2);
}
.border__color::before {
   
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.service {
    
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    padding: 0 10%;
    position: relative;
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}


        .bb {
            border-radius: 100%;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            height: 85px;
            left: 50%;
            line-height: 85px;
            margin: auto;
            position: absolute;
            text-align: center;
            top: -20px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 85px;
            background-image: url(../image/service.png);
            background-size: cover;
            transition: 0.3s;
            overflow: hidden;
        }

        /* Hover effect */
        .bb:hover {
            background-color: #ff5733; /* Change background color on hover */
            -webkit-transform: translate(-50%, -50%) rotate(20deg); /* Rotate on hover */
            transform: translate(-50%, -50%) rotate(20deg);
            color: #fff; /* Change text color on hover */
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Change box shadow on hover */
            font-size: 24px; /* Increase font size on hover */
        }
    



.section1{
    margin-top: 70px;
    max-width: 400px;
}

.back{
    background-image: url(../image/3.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    height: 350px;
  }

  .contact{
    text-align: end;
  }
  
  .contact a{
   background-color: white;
  }

  .contact a:hover{
    color: black;
    text-decoration: underline l;
    
  }

  .btn{
    color: #E01E48;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    position: relative;
}
.btn span{
    display: block;
    padding:10px 13px;
    position: relative;
}
.btn:before,
.btn:after,
.btn span:before,
.btn span:after{
    content: "";
    background: #E01E48;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.15s ease-in-out 0s;
}
.btn:before,
.btn:after{
    width: 2px;
    height: 0;
}
.btn span:before,
.btn span:after{
    width: 0;
    height: 2px;
    transition-delay: 0.15s;
}
.btn:after{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
.btn span:before{
    right: 0;
    left: auto;
}
.btn span:after{
    top: auto;
    bottom: 0;
}
.btn:hover:before,
.btn:hover:after{
    height: 100%;
    transition-delay: 0.15s;
}
.btn:hover span:before,
.btn:hover span:after{
    width: 100%;
    transition-delay: 0s;
}


  .container2 {
    position: fixed;
    display: inline-block;
    background-color: #008CBA;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 2px 4px;
    margin: 0px;
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
   margin-top: 30%;
    margin-left: 85vw;
    z-index: 1;
    margin-right: 0px;
  }
  
  .container2 a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 4px;
    writing-mode: vertical-lr;
  }

  #scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    
  }

  
  #footer {
    background-color: lightslategray;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    left: 0;
    animation: footerAnimation 4s infinite alternate;
}

#footer span {
    font-size: 16px;
}

@keyframes footerAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
    }
}

.header {
    background: blue;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.logo {
    max-width: 150px;
    height: auto;
    float: left;
    
}
.header h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.header h1{
    margin-top: 25px;
}

.header p {
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .logo {
        max-width: 80px;
    }
    .header h1 {
        font-size: 24px;
    }
    .header p {
        font-size: 14px;
    }
}

.top-bar p {
    font-size: 22px;
    color: #777;
    margin: 0;
}
/* ===================== */
/* ADMIN Panel CSS START */
/* ===================== */

#wrapper-admin{
    padding: 100px 0 0;
}

img.logo{
    width: 100%;
    height: auto;
    display: block;
}

#header-admin{
    background-color: #1E90FF;
    padding: 15px 0;
}

#header-admin .admin-logout{
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

#header-admin .admin-logout:hover{
    text-decoration: underline;
}

#admin-menubar{
    background-color: #fff;
}
#admin-menubar .admin-menu{
    font-size: 0;
}
#admin-menubar .admin-menu li{
    display: inline-block;
    margin: 0 5px 0 0;
}
#admin-menubar .admin-menu li a{
    color: #1E90FF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
    transition: all 0.3s;
}

#admin-menubar .admin-menu li a:hover{
    color: #fff;
    background-color: #1E90FF;
}

#admin-content{
    padding: 20px 0;
    min-height: 750px;
}

#admin-content .admin-heading{
    font-size: 35px;
    margin: 0 0 15px;
}

#admin-content .add-new{
    color: #fff;
    background-color: #273F4F;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 10px;
    /* margin: 0 0 20px; */
    display: block;
    transition: all 0.3s;
}
#admin-content .add-new:hover{
    text-shadow: 0 0 3px #000;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}

#admin-content .content-table{
    border: 1px solid #000;
    width: 100%;
    margin: 0 0 20px;
}

#admin-content .content-table thead{
    color: #fff;
    background-color: #333;
}

#admin-content .content-table th{
    padding: 10px;
    border: 1px solid #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

#admin-content .content-table tbody{
    color: #333;
}

#admin-content .content-table tbody tr{
    background-color: #e7e7e7;
}
#admin-content .content-table tbody tr:nth-child(even){
    background-color: transparent;
}
#admin-content .content-table tbody td{
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;

}

#admin-content .content-table tbody td:nth-child(2){
    text-align: left;
}

#admin-content .admin-pagination{
    margin: 0;
}
#admin-content .admin-pagination li a{
    display: block;
}

.id,
.edit,
.delete{
    text-align:center;
}

form{
    background: #fff;
    padding: 25px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.13);
}

/* ===================== */
/* ADMIN Panel CSS END */
/* ===================== */








