.hr-h1 {
  margin: 0 auto 35px auto;
  border-style: solid;
  border-width: 5px;
  border-color: orange;
  width: 100px;
}

section {
  align-items: center;
  /*padding: 70px 100px;*/
}

section p {
  /*text-align: center;*/
  /*margin-bottom: 35px;*/
  /*padding: 0 20px;*/
  line-height: 2;
  font-family: 'Lato', sans-serif;
}
.laws{
    font-weight:bold;
    line-height:25px;
}
.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


/* General slide up */
.slideanim {
  visibility: ;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* Service slide left */
.slideanimleft {
  visibility: ;
}

.slideleft {
  animation-name: slideleft;
  -webkit-animation-name: slideleft;
  -moz-animation-name: slideleft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slideleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@media (max-width: 375px) {
  section {
    padding: 20px 10px;
  }

  .bg-section h1 {
    font-size: 27px;
  }
}





/*---------------------------------------------------
 *  Service
 *-------------------------------------------------- */
/* {
  background-color: #eee;
}*/

 .tab-content {
  background-color: #fff;
  min-height: auto;
  padding: 25px;
}

 .brand-pills li a {
  font-size: 17px;
  padding:15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #4e4e4e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

 .brand-pills li a:focus {
  font-size: 15px;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #3377aa;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

 .brand-pills li.active a {
  background-color:#08419a;
}

 .brand-pills li.active a:focus, 
 .brand-pills li.active a:hover, 
 .brand-pills li.active a:focus:hover {
  background-color: #08419a;
}

 .brand-pills > li > a:hover, 
 .brand-pills > li > a:focus:hover {
  background-color: #08419a;
}

 li.brand-nav.active a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 25px solid #08419a;
  position: absolute;
  /*top: 50%*/;
  margin-top: -38px;
  left: 100%;
  z-index: 2;
}
.centre-h3{
   font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    color: #08419a;
    text-align: center;
    margin: 15px;
    padding-bottom: 0px;
}
 #service h3  {
 font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    color: #08419a;
    text-align: center;
    margin: 15px;
    padding-bottom: 0px;
 
}

 p {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  font-weight: 500;
  color: #0f0f0f;
  color: rgba(15, 15, 15, 0.6);
  font-family: 'Mukta', sans-serif;
  word-spacing: 3px;
}


@media (max-width: 375px) {


   .tab-content {
    min-height: 680px;
    padding: 10px;
  }

   h3 {
    font-size: 20px;
  }

   p {
    line-height: 20px;
    padding: 5px;
  }

   .brand-pills li a {
    font-size: 14px;
    padding: 20px 15px;
        position: relative!important;
    display: block!important;
    margin: 10px 10px 0px 10px!important;
  }

   .brand-pills li a:focus {
    font-size: 14px;
    padding: 20px 15px;
  }

   li.brand-nav.active a:after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #08419a;
    margin-top: -25px;
  }
}
ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #08419a;
  background-color: #08419a;
}


/* Float the list items side by side */

ul.tab li {
  float: left;
}


/* Style the links inside the list items */

ul.tab li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}


/* Change background color of links on hover */

/*ul.tab li a:hover {
  background-color: #fff;
  color:#000;
}*/


/* Create an active/current tablink class */

ul.tab li a:focus,
.active {
  background-color: #fff;
  color:#000 !important;
}

.brand-nav a:hover, active{color:#fff!important;}
/* Style the tab content */

.tabcontent {
  display: none;
  padding: 12px 12px;
  border: 1px solid #08419a;
  border-top: none;
  color:#000;
  -webkit-animation: fadeEffect 1.25s;
  animation: fadeEffect 1.25s;
  /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
