body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  color: #000000;
}


.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 6px;
  border-radius: 0.275rem;
}

.footer-text{
  border-top: 1px solid;
}

.footer-text {
  font-size: 14px;
}

.btn-primary {
  padding: 1rem 3.7rem;
  font-size: 13px;
  font-weight: 500;
  background: #079AFF;
  border: 2px solid #079AFF;

}
.btn-primary:hover {
  background: #fff;
  border: 2px solid #079AFF;
  color: #079AFF;
}

a{
  color: #079aff;
  text-decoration: none;
}
a:hover{
  color: #09204D;
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:active{
  background-color: #ef972c;
  color: #fff;
}
.page-link{
  color: #079aff;
}
.active>.page-link, .page-link.active {
  background-color: #079aff;
  border-color: #079aff;
}
/*
 * Custom Style
 */

 .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}
.h-100vh {
  height: 100vh;
}
.h-50vh {
  height: 50vh;
}
.align-items-center {
  align-items: center!important;
}
.justify-content-center {
  justify-content: center!important;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-signup{  
  border-radius: 4px 4px 4px 4px;
  padding: 0.5rem 2.5rem;
  margin:2px 8px;
}

.btn-login{ 
  border-radius: 4px 4px 4px 4px;
  padding: 0.5rem 2.5rem;
  margin:2px 4px;
}

/*
 * Section
 */

 .bg-overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  z-index:-1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
}
.bg-overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(31,39,73,.6);
}
section {
  position: relative;
  
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
#hero-section{
  display: flex;
}
#hero-section h1{
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
#hero-section .bg-overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(4,18,45,.3);
}
#topbanner .topbanner-img {
  margin: -280px 0px 0px 0px;
}
#topbanner .topbanner-img {
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #04122D;
  border-radius: 8px 8px 8px 8px;
}

.academic-img {
  border-radius: 0px 20px 20px 0px;
}
.academic-right {
  background-color: #09204d;
  padding: 130px 50px;
}
.academic-right h2 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

.academic-right span.text-small {
  font-size: 18px;
}

.academic-right h6 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}
.academic-right p {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 16px;
}


.about-people {
  color: #000000;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.aboutus{
  padding: 0px 0px 0px 110px;

}

.about-tabs {
  padding: 0px 40px 120px 110px;
}
.accordion-button::after{
  display: none;
}

#accordion-about .accordion-button:not(.collapsed){
  color: #1E8DCB !important;
  border-bottom: 2px solid #1E8DCB !important;

}

#accordion-about .accordion-item {
  border: 0;
  border-bottom: 0px solid #767676;
  padding: 20px 0px 10px 8px;
  border-radius: 0px;
}
#accordion-about .accordion-item {
  border: 0;
}
  

#accordion-about button.accordion-button {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  line-height: 25px;
  color: #767676;
  padding: 1.25rem 0.25rem;
  border-bottom: 2px solid #767676 !important;
  border-radius: 0px;
  background-color: transparent !important;
}

#accordion-about button.accordion-button:focus {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  line-height: 25px;
  color: #767676;
  /* border-bottom: 2px solid #767676 !important; */
  border-radius: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
}

#accordion-about .accordion-collapse .accordion-body p {
  color: #767676;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
}

.law-enforcement-right {
  padding: 0px 115px 0px 50px;
}

.law-enforcement-right h2 {
  color: #000000;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 70px;
}

.law-enforcement-right p {
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Open Sans", Sans-serif;
}


.testimonials-card {
  padding: 20px;
  border: 2px solid #1e8dcb;
  border-radius: 8px;
  margin: 0px;
}
.testimonials-img {
  padding-top: 16px;
  padding-bottom: 20px; 
  border-radius: 50%;
  width: 75px;
}
.testimonials-card .title {
  color: #1B479A;
  font-size: 21px;
  font-family: "Josefin Sans", Sans-serif;
}
.testimonials-card .fa-star {
  color: #eeac4d;
  font-size: 13px;
}
.testimonials-card .para {
  color: #000000;
  font-family: "Josefin Sans", Sans-serif;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 22px;
}
.testimonials-card .sub-para {
  font-family: "Josefin Sans", Sans-serif;
  color: #7B7B7B;
}

.contact-form {
  background-color: #09204D;
  padding: 55px 90px 65px 75px;
}
.contact-title {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25em;
  margin-bottom: 24px;
}
.contact-form .form-control{
  color: #ffffff;
  background-color: #FFFFFF00;
  border-color: #FFFFFF94;
  border-width: 2px 2px 2px 2px;
  border-radius: 7px 7px 7px 7px;
}
.contact-form .form-control::placeholder {
  color: #ffffff;
}
/*
 * Pages
 */

#page-header{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
#page-header .bg-overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(4,18,45,.3);
}
#page-header .page-title{
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
#page-header .breadcrumb .breadcrumb-item{
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform:capitalize;
}

.breadcrumb .breadcrumb-item a:hover{ 
  color: #1e8dcb;
}

#page-header .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  color: #b3b3b3;
}

@media (max-width: 991px) {    
    #navbarNav {
      background-color: #161d32f2;
      padding-bottom: 10px;
    }
}

.navbar-nav .nav-item{
  padding: 0.5rem 0.8rem !important;
}
.navbar-nav .nav-link{
  position: relative;
  color: #ffffff;
  padding: 0.5rem 0rem !important;
}
.navbar-nav .nav-link::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  will-change: transform;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link:focus::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.navbar-nav .nav-link.active::after{
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.contact-left{
  display: flex;
  align-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #09204D;
  border-radius: 20px 0px 0px 20px;
}
.contact-right{
  background-color: #F5F5F5;
  border-radius: 0px 20px 20px 0px;
}

/*
 * Articles
 */

.card-blog {
  position: relative;
  color: #17161A;
  border: 0;
  border-radius:15px !important;
  -webkit-box-shadow: inset 0 0 0 1px rgba(177, 177, 180, 0.3);
  box-shadow: inset 0 0 0 1px rgba(177, 177, 180, 0.3);
}
.card-blog .card-img-top {
  display: block;
  overflow: hidden;
}
.card-blog .card-img-top .card-img{
  border-radius: 0 !important;
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
}
.card-blog:hover, .card-blog:focus {
  color: #17161A;
}
.card-blog:hover .card-img-top .card-img{
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.card-blog .card-title, .card-blog .card-title a{
  color: #09204D;
}
.card-blog .btn-link {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  color: #079aff;
  padding:5px 0px;
  background-color: transparent;
}
.card-blog .btn-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #079aff;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  will-change: transform;
}
.btn-link:hover::after, .btn-link:focus::after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding:20px 0;
  border-top: 1px solid #ccc;
}
/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.social-icons i.fab {
  color: #1b479a;
  font-size: 24px;
  margin-right: 22px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .social-icons i.fab { 
    margin-right: 14px; 
  }
}

.address-information h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.address-information p {
  font-size: 14px;
  margin-bottom: 40px;
}

.footer-menus li a.link-secondary {
  line-height: 30px;
  font-size: 15px;
  color: #000 !important;
}

.address-information {
  margin-top: 10px;
}

.fixed-top {
  background: #0d6efd !important;
}

.btn-outline-primary{
  border: 2px solid #0d6efd;
  color: #0d6efd;

}

.btn-outline-primary:hover{
    background-color: #fff;
    color: #0d6efd;

}

.btn-outline-light{
  border: 2px solid #fff;
}

.btn-outline-light:hover{
  background-color: #0d6efd;
  border: 2px solid #0d6efd;
  color: #fff;
}

@media (max-width: 768px) {
  #hero-section h1 {
    font-size: 40px; 
  }
}

@media (max-width: 380px) {
  #hero-section h1 {
    font-size: 32px; 
  }
}

@media (max-width: 1400px) { 
  #topbanner .topbanner-img {
    margin: -210px 0px 0px 0px;
  }
} 

@media (max-width: 1350px) { 
  #topbanner .topbanner-img {
    margin: -230px 0px 0px 0px;
  }
} 

@media (max-width: 1280px) { 
  #topbanner .topbanner-img {
    margin: -240px 0px 0px 0px;
  }
} 
 
@media (max-width: 768px) { 
  #topbanner .topbanner-img {
    margin: -190px 0px 0px 0px;
  }
} 

@media (max-width: 380px) {
  #topbanner .topbanner-img{
    margin: -210px 0px 0px 0px;
  }
}

@media (max-width: 380px) {
  #hero-section  p{
    font-size: 16px;
  }
} 


@media (max-width: 768px) {
  .academic-right { 
    padding: 90px 50px;
  }
}

@media (max-width: 380px) {
  .academic-right { 
    padding: 40px 20px;
  }
}

@media (max-width: 768px) { 
  .academic-img {
    border-radius: 0px;
  }
}

@media (max-width: 380px) { 
  .btn-primary {
    padding: 0.6rem 2rem;
    font-size: 14px; 
  }
}

@media (max-width: 768px) {
  .about-people{ 
    font-size: 45px;  
    padding: 0px 30px; 
  }
}

@media (max-width: 380px) {
  .about-people{ 
    font-size: 36px;
    margin-bottom: 0px;
    padding: 0px 8px;
    line-height: 40px;
  }
}

 
@media (max-width: 768px) {
  .law-enforcement-right h2 { 
    font-size: 45px; 
    margin-top: 40px;
  }
}

@media (max-width: 380px) {
  .law-enforcement-right h2 { 
    font-size: 36px; 
    margin-top: 40px;
    line-height: 40px;
  }
}

  @media (max-width: 380px) {
  .academic-right h2 {
    margin-bottom: 20px; 
    font-size: 36px;  
    line-height: 1.3;
  }
}  

@media (max-width: 380px) { 
  .law-enforcement-right p{
    line-height: 30px;
  }
}


@media (max-width: 380px) {
  .academic-right h6{
      line-height: 30px;
  }
}


@media (max-width: 768px) { 
  .about-tabs {
    padding: 0px 40px 120px 40px; 
  }
}

@media (max-width: 380px) { 
  .about-tabs {
    padding: 0px 30px 120px 15px;
  }
}

@media (max-width: 380px) { 
  .law-enforcement-right {
    padding: 0px 20px 0px 20px;
  }
} 

@media (max-width: 768px) { 
  .testimonials-card {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 380px) { 
    .testimonials-card {
      padding: 20px;  
      margin: 0px 10px;
      margin-bottom: 10px;
      padding-bottom: 0px;
    }
}

@media (max-width: 768px) {  
  .contact-title { 
    font-size: 45px;  
    margin-bottom: 24px;
  }
}

@media (max-width: 380px) {  
    .contact-title { 
      font-size: 34px;  
      margin-bottom: 24px;
    }
}
 

@media (max-width: 380px) {   
    .contact-form { 
      padding: 48px 25px 48px 25px;
    }
  }
  @media (max-width: 380px) {    
      .footer {
        padding: 0px 30px;
    }
}

@media (max-width: 380px) {    
      .testimonials-card .para { 
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {   
    .testimonials-img {
      padding-top: 6px;
      padding-bottom: 18px; 
    }
}

@media (max-width: 768px) {    
  section { 
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 380px) {    
  section { 
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}



@media (max-width: 380px) {    
  .address-information p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 380px) {    
  .card-blog {
    margin: 0px 20px;
  }
}

@media (max-width: 380px) {    
  .contact-left{
    border-radius: 0px;
  }
}

@media (max-width: 380px) {    
  .contact-right{
    border-radius: 0px;
  }
}


.card-blog .card-img-top .books-card-img{
  /* height: 525px !important; */
  height: 225px !important;
  width: 200px;
  margin-left: 20%;
}


@media (min-width: 1200px) {


  .navbar-nav .nav-item{
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  
}

.professinal{
  font-size: 1.5rem;
}
#page-header p {
    color: #fff;
}
ul.law-new-ul li {
    font-size: 18px;
    line-height: 40px;
}