
   
   

.head1a{
  background:#111e39;
   height: 60px;
}
.navbar{
  background:#fed140;
   
    
}

.whatsapp{
  text-decoration: none;
  color: white;
}

.navbar .navbar-nav .nav-item .nav-link{
    color: #071026;
    margin-left: 17px;
    font-weight: 650;
/*    background: black;*/
    
}

.navbar .navbar-nav .nav-item .nav-link:hover{
    
    background:#a0531c;
    color: white;
    
}

.bg-scrolling {
   background:#faca2e;
   box-shadow: 2px 2px 2px 2px black;
  
}


.ar1{
  background-color: #a0531c;
  color: #fffdd0;
  border-radius: 10px;

}
.ar1 h4{
  line-height: 28px;
}
.ar1 .accordion-item{
  background-color:#fffdd0 ;
  margin-top: 13px;
  color: #a0531c;
  border-radius: 10px;
}
.accordion-button:not(.collapsed) {
  background-color:#fffdd0 ;
  color: #a0531c;
}
.bdr{
  border-left: 5px double #fff ;
 
}
.bdr1{
  border-left: 5px double #a0531c;
  color: #a0531c;
 
}
h3{
  font-family: Oswald-VariableFont_wght;
  /* color: #000; */
}
h4{
  font-family: Oswald-VariableFont_wght;
  /* color: #000; */
}
p{
  font-family: Oswald-VariableFont_wght;
  /* color: #000; */
}
.member li{
  font-family: Oswald-VariableFont_wght;
  /* color: #000; */
}
.accordion-button{
  color: #a0531c;
}
.carousel-control-next-icon{
  background-color: #a0531c;
  padding: 5px;
}
.carousel-control-prev-icon{
  background-color: #a0531c;
  padding: 5px;
}
.ddr img{
  border-radius: 10px;
}
.icon i{
  padding:10px;
  background-color: #a0531c;
}
.icon i:hover{
  padding:10px;
  background-color: #632b03;
  cursor: pointer;
}
.lawpage h3{
  font-family:  RBalina-Personal-Use;  
}
.lawpage .body:hover{
background-color: #a0531c;
color: whitesmoke;
padding-left: 10px;
cursor: pointer;
}

.progress-bar{
  background-color: #a0531c;
}
.abt img{
   border: 4px solid #d1ebf9; 
}
/* .btn{
  background-color: #a0531c;
} */
h5{
  color: #a0531c;
  
}
.hadingsm{
    font-size: 15px;
    color: white;
    background: red;
    text-align: center;
    font-weight: 600;
    
}
.linksa{
    border: 2px solid #ccc;
    background: #fff;
    padding: 0px;
    text-align: center;
    
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
  cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* -------------------testimonial----------- */


.testimonials .card{
background-color: #eee;
color: rgb(14, 13, 13);
font-size: 15px;
font-style: italic;
font-weight: 300;
}
.testimonials h3 {
  margin-bottom: 20px;
}
.testimonials .card {
  border: 3px #fdf9f9 solid !important;
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}



@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .5em;
      vertical-align: 0;
      border-bottom: .3em solid transparent;
      border-top: .3em solid transparent;
      border-left: .3em solid;
  }
}

.linksa span{
    font-size: 14px;
  
}

.linksa span a{
    color: orangered;
    text-decoration: none;
    font-size: 14px;
   
}
.linksa span a:hover{
    color:red;
    text-decoration: none;
}

.ftr li{
    list-style-type: none;
    font-size: 13px;
    line-height: 30px;
    font-family: Oswald-VariableFont_wght;
  
}
.ftr li a{
color: white;
font-size: 13px;
    line-height: 30px;
    font-family: Oswald-VariableFont_wght;
    text-decoration: none;
}
.ftr3 li{
  list-style-type:none;
  font-size: 13px;
  line-height: 30px;
  font-family: Oswald-VariableFont_wght;
  color: white;

}

.ftr3 li a{
  list-style-type: none;
  font-size: 13px;
  line-height: 30px;
 color: white;
 text-decoration: none;

}

.ftr3 li a:hover{
  
 color: #632b03;
 

}
.sld1p .card-text{
  font-size: 14px;
}
.ftr li a:hover{
  color: #632b03;
  cursor: pointer;
}
.ptext{
    font-size: 13px;
    line-height: 30px;
    /* text-align: justify */
}
.video iframe{
  width: 100%;
  height: 300px;
  border: 8px solid #fffdd0;
}
.vdo{
  background-color: #a0531c;
}
.foot{
  background-image: url(../images/footer.jpg);
}

.ftrd p{
  font-size: 13px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}