.slideInDown .main-menu{padding-top:30px;}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.main-footer::before{
    background-color: grey;
}

.logo-box::before{
    background-color: #fff;
}
.main-footer .footer-bottom{
    background-color: grey;
}
.main-menu .navigation > li > ul{
    background-color: grey;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
    color: red;
}
.main-menu .navigation > li:before{
    background-color: white;
    
}
.main-header .header-lower .logo-box:before {
    background-color: white;
}
.main-footer .contact-list li a{
    color:white;
}
.main-footer .contact-list li span{
    color: white;
}
.main-footer .contact-list li a:hover{
  color: white;
}
.main-footer .links-widget .list li a:hover {
  color: white;
}
.social-icon-two li a:hover{
  color: white;
}
.accordion {
  background-color: white;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: ridge;
  border-width: 1px;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}
.accordion1 {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: ridge;
  border-style: solid black;
  border-width: 1px;  
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}

a{
    color: black;
}
.accordion1 a:hover{
    color: black;
}
.panel  a:hover{
    color: black;
}
 
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 35px;
  background-color: white;
  border: ridge;
  border-style: solid black;
  border-width: 1px;
  border-top-style: none;
  border-right-style: ridge;
  border-bottom-style: none;
  border-left-style: ridge;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.pane2 {
  padding: 0 35px;
  background-color: white;
  border: ridge;
  border-style: solid black;
  border-width: 1px;
   
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.inner-box{
  padding: 0px;
  margin-bottom:5px;
  padding:5px
}
div .col-lg-4-col-md-6-col-sm-10 .wow .fadeIn .animated{
  padding-right: 1px;
  padding-left: 1 px;
}
a:hover{
  color: red;
}
.maintopic {
    text-align: center;
    font-size: 40px;
    color: #152545;
    margin-top: 50px;
	line-height: 40px;
}
.maintopic h2:before {
    position: absolute;
    left: 50%;
    margin-left: -67px;
    bottom: -10px;
    height: 3px;
    width: 133px;
    border-radius: 5px;
    background: #ff0000;
    content: "";
    text-align: center;
}

.service-detail-section {
    position: relative;
    padding: 80px 0 80px;
}

.active-button {
  color: red !important; /* Set the text color to red */
  font-weight: bold; /* Make the text bold */
}
.accordion1 a:hover {
  color:red; /* Change text color for better visibility */
}

.accordion:hover {
  color:red;
}

/*.gallery {
    border: 1px solid #cdc2c2;
}

.inner-box p{font-weight:bold;
margin-top:10px;
margin-bottom:10px;}*/