
   
   
   
}
/* body{
  font-family: PTSans-Regular;
} */

.head1a{
  background-image: linear-gradient(to bottom right, rgb(145, 5, 5), #a0531c); height: 10px;
}
.navbar{
    background: #000;
   
    
}



.navbar .navbar-nav .nav-item .nav-link{
    color: #fff;
    margin-left: 15px;
    font-weight: 600;
/*    background: black;*/
    
}

.navbar .navbar-nav .nav-item .nav-link:hover{
    
    background:#a0531c;
    
}


.ar1{
  background-color: #a0531c;
  color: #fffdd0;
  border-radius: 10px;
}

.ar1 .accordion-item{
  background-color:#fffdd0 ;
  margin-top: 15px;
  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;
 
}
.law1p{
  background-image: url(../images/law-p.jpg);
}
.law1p .card-text{
font-size: 14px;
}
.law1p .card-header{
  font-size: 14px;
  font-weight: 500;
  }
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;
}


.abt img{
  border: 8px solid #fffdd0;
}
/* .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;
}



.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: square;
    font-size: 13px;
    line-height: 30px;
    font-family: Oswald-VariableFont_wght;
  
}
.ftr li:hover{
  color: #632b03;
  cursor: pointer;
}
.ptext{
    font-size: 13px;
    line-height: 30px;
    /* text-align: justify */
}
.video1 video{
  
  width: 100%;
  height: auto;
  border: 8px solid #fffdd0;
}
.dropdown-menu .dropdown-item{
  color: white;
  border-bottom: 1px solid grey;
}
.vdo{
  background-color: #a0531c;
}
.foot{
  background-image: url(../images/law-p.jpg);
}

@-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;
}
.navbar-light .navbar-toggler-icon{
  color: #632b03;
}
/* -------------meadia Query---------------------- */

@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;
  }

}





