.panel-primary {
    border-color:transparent !important;
}

.blue {
  background-image: linear-gradient(30deg, #172b4d, #155791);
}

.news {
  box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
  width: 900px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 4px;
  padding: 1px;
  -webkit-user-select: none;
}

.news span {
  float: right;
  color: #fff;
  padding: 9px;
  position: relative;
  box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
  cursor: pointer;
}

.text1 {
  box-shadow: none !important;
  width: 750px;
}

.form-control{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
  border-bottom: solid #155791 2px !important;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel::-webkit-scrollbar {
  width: 15px;
}
/* Track */
.panel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #343a40;
}
/* Handle */
.panel::-webkit-scrollbar-thumb {
  background-image: linear-gradient(30deg, #172b4d, #155791);
}
/* Handle on hover */
.panel::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(30deg, #172b4d, #155791);
}

.panel-heading {
  background-image: linear-gradient(30deg, #172b4d, #155791);
  color: #ffffff;
  border-radius: 25px 25px 0 0;
}

.panel {
  /* border-radius: 25px 25px 0 0; */
  height: 250px;
  overflow-y: scroll;
  text-decoration: none;
}


.list-group a {
  text-decoration: none;
}

.list-group-item {
  color: #000000;
}

.list-group-item:hover {
  background-color: #e4e4e4;
}
/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

body {
  background: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

.heading {
  font-size: 60px;
}

.subheading {
  font-size: 14px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

p {
  letter-spacing: 0px;
  line-height: 28px;
}

#about,
.contact {
  margin-top: 5vh;
  padding-top: 50px;
  padding-bottom: 100px;
}

#about .fa {
  font-size: 28px;
  min-width: 34px;
}

/* start navigation */
.custom-navbar {
  background: #ffffff;
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  color: #303030;
  font-size: 40px;
}

.custom-navbar .navbar-brand .navbar-toggle {
  background: #55acee;
  padding: 4px 6px;
  font-size: 16px;
  color: #ffffff;
}

.custom-navbar .nav li a {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.custom-navbar .nav li a:hover {
  /* background: #172b4d; */
  background: #172b4d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;

}

.custom-navbar .nav>li>a:focus {
  background-color: transparent;
  outline: none;
}

.custom-navbar .nav li.active>a {
  /* background-color: #172b4d; */
  background-image: linear-gradient(30deg, #172b4d, #155791);
  color: #ffffff;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #172b4d;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: #ffffff;
    padding: 14px;
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    padding: 14px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }

}



#searchSection {
  position: absolute;
  top: 20vh;
  left: 30vw;
  margin-top: -50px;
  margin-left: -50px;
  width: 70vw;
  height: 40vh;
  border-radius: 25px 25px 0 0;
  display: flex;
}

.from-input {
  padding: 10px 0;
}

@media (max-height: 836px) {
  #commentary {
    margin-top: 100px;
    text-align: center;
    height: 120vh !important;
  }

  .card-commentaries {
    background-image: linear-gradient(30deg, #172b4d, #155791);
    position: absolute;
    top: 50vh !important;
    left: 30vw;
    margin-top: -50px;
    margin-left: -50px;
    width: 70%;
    height: 40vh;
    border-radius: 25px 25px 0 0;
  }
  .faq-accordian .card {
		width: auto !important;
	}
}

@media (max-width: 769px) {
  .from-input {
    padding: 5px 0;
  }

  .card-commentaries {
    background-image: linear-gradient(30deg, #172b4d, #155791);
    position: absolute;
    top: 90vh !important;
    left: 30vw;
    margin-top: -50px;
    margin-left: -50px;
    width: 70%;
    height: 40vh;
    border-radius: 25px 25px 0 0;
  }

  #searchSection {
    position: absolute;
    top: 30vh;
    left: 30vw;
    margin-top: -50px;
    margin-left: -50px;
    width: 70vw;
    height: 40vh;
    border-radius: 25px 25px 0 0;
    display: flex;
  }

  #commentary {
    /* background: url('../images/home-bg.jpg') no-repeat; */
    margin-top: 100px;
    text-align: center;
    height: 120vh !important;
  }
}

@media (max-height: 835px) {
  #searchSection {
    position: absolute;
    top: 30vh !important;
    left: 30vw;
    margin-top: -50px;
    margin-left: -50px;
    width: 70vw;
    height: 40vh;
    border-radius: 25px 25px 0 0;
    display: flex;
  }
}

#commentary {
  /* background: url('../images/home-bg.jpg') no-repeat; */
  margin-top: 100px;
  text-align: center;
  height: 100vh;
}

.commentaries-card-body {
  background-color: #f7f7f7;
  position: relative;
  top: 2vh;
  width: 70vw;
  height: 30vh;
  overflow-y: scroll;
  overflow-x: scroll;
}

.commentaries-card-body table tr {
  border-bottom: 1px solid gray;
}

.commentaries-card-body table tr td {
  padding: 10px 5px;
  text-align: center;
  width: 70vw;

}

.commentaries-card-body table tr:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.card-commentaries h3 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  margin-top: 10px !important;
  letter-spacing: 0 !important;
}

.card-commentaries {
  background-image: linear-gradient(30deg, #172b4d, #155791);
  position: absolute;
  top: 40vh;
  left: 30vw;
  margin-top: -50px;
  margin-left: -50px;
  width: 70%;
  height: 40vh;
  border-radius: 25px 25px 0 0;
}

@media (max-width: 1199px) {
  .card-commentaries {
    top: 60vh;
  }
}

/* home section */
.home {
  /* background: url('../images/home-bg.jpg') no-repeat; */
  margin-top: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  text-align: center;
}

.home hr {
  border: 2px solid #404040;
  width: 100px;
}

.home h3 {
  letter-spacing: 2px;
}

.home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #404040;
  color: #404040;
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

.home .btn:hover {
  background: #404040;
  color: #ffffff;
}

/* about section */

#about .col-md-4 .fa {
  background-image: linear-gradient(30deg, #172b4d, #155791);
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}

#about .col-md-6 {
  padding-top: 60px;
}

#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}

#about .col-md-6 p {
  padding-bottom: 30px;
}

#about span {
  display: block;
  padding-bottom: 6px;
}

#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}

#about .progress .progress-bar-primary {
  background: #172b4d;
}

/* portfolio section */
#portfolio {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
}

#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}

#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

#portfolio img:hover {
  opacity: 0.6;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 40px 0 24px 0;
  overflow: hidden;
  text-align: center;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}

.filter-wrapper li a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  background: #172b4d;
  color: #ffffff;
  outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}

.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}

.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}

#team h3 {
  color: #202020;
  line-height: 4px;
}

#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
.contact {
  background: #f9f9f9;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.contact .fa {
  font-size: 40px;
}

.contact form {
  padding-top: 80px;
}

.contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.contact .form-control:focus {
  border: 2px solid #808080;
}

.contact input {
  height: 50px;
}

.contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}

.contact input[type="submit"]:hover {
  background: #808080;
  color: #ffffff;
}

.contact textarea {
  height: 285px;
}

.contact-info-box h3 {
  font-size: 16px;
}

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: auto;
}

.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.social-icon li a {
  border-radius: 50%;
  color: #303030;
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #172b4d;
  color: #ffffff;
}

/* copyright section */
#copyright {
  background: #404040;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

#copyright p {
  padding-top: 20px;
}

#copyright a {
  color: #fff;
}

#copyright a:hover {
  color: #172b4d;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

#copyright .fa {
  background: #383838;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}

#copyright .fa:hover {
  background: #172b4d;
  color: #000;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {

    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }

}


@media (max-width: 767px) {
  .home {
    height: 1500px !important;
  }
}

@media (max-width: 980px) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }

  #about img {
    padding-top: 40px;
  }

  .contact form {
    padding-top: 30px;
  }

}

@media screen and (max-width: 767px) {
  .contact-info-box {
    margin-bottom: 20px;
  }

  .contact-info-box:last-child {
    margin-bottom: 0;
  }



}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }

  #about .col-md-4 .fa {
    margin-top: 32px;
  }

  .contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }

}
body::-webkit-scrollbar {
  width: 15px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #343a40;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #343a40;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #343a40
}
::-webkit-scrollbar {
  width: 0;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent;
}


.sidenav-web {
  visibility: visible;
}


/* Side Nav  Left*/
aside {
  color: #fff;
  background-image: linear-gradient(30deg, #172b4d, #155791);
  width: 255px;
  height: 80vh;
  padding-left: 20px;
  border-top-right-radius: 80px;
  top: 20vh;
  text-align: left;
  position: fixed;
  z-index: 1;
  transition: 0.5s;
  overflow-y: scroll;

}

@media (max-width: 930px) {
  aside {
    width: 200px !important;
  }

  .push {
    margin-left: 200px !important;
  }

}

@media (max-width: 725px) {
  aside {
    visibility: hidden !important;
  }
  .showSidebar{
    visibility: hidden !important;
  }

  .push {
    margin-left: 0px !important;
  }

}

aside a {
  /* font-size: 17px; */
  color: #fff;
  display: block;
  padding: 20px;
  padding-left: 30px;
  text-decoration: none;
  /* -webkit-tap-highlight-color: transparent; */

}

aside a:hover {
  text-decoration: none;
  color: #000000;
  background: #fff;
  outline: none;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

aside a i {
  margin-right: 5px;
}

aside a:hover::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 100%;
  right: 0;
  height: 40px;
  width: 40px;
  border-bottom-right-radius: 18px;
  box-shadow: 0 20px 0 0 #fff;
}

aside a:hover::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 58px;
  right: 0;
  height: 40px;
  width: 40px;
  border-top-right-radius: 18px;
  box-shadow: 0 -20px 0 0 #fff;
}

aside .sidenav-heading {
  margin: 0;
  padding: 40px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.push {
  margin-left: 255px;
}


/* Side Nav  Left*/
.right-sidenav {
  color: #fff;
  width: 15vw;
  position: sticky;
  padding-right: 20px;
  height: 60vh;
  background-image: linear-gradient(30deg, #172b4d, #155791);
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  top: 40vh;
  float: right;
  overflow: scroll;
  /* left: 85vw; */

}

.right-sidenav a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 12px;
  padding-left: 30px;
  text-decoration: none;
  text-align: left;
}

.right-sidenav a:hover {
  text-decoration: none;
  color: #000000;
  background: #fff;
  outline: none;
  position: relative;
  background-color: #fff;

}

.right-sidenav a i {
  margin-right: 5px;
}

.right-sidenav a:hover::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 100%;
  right: 0;
  height: 35px;
  width: 35px;
  border-bottom-right-radius: 18px;
}

.right-sidenav a:hover::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 38px;
  right: 0;
  height: 35px;
  width: 35px;
  border-top-right-radius: 18px;
}

.right-sidenav p {
  margin: 0;
  padding: 40px 10px;
  font-size: 30px;
}

.client-logo {
  height: min(40vw, 150px);
  width: min(50vw, 200px);
}

/* marquee */
.head-line {
  box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
  margin: 20px auto;
  background-image: linear-gradient(30deg, #172b4d, #155791);
  position: relative;
  top: 10vh;
  float: left;
  color: #ffffff;
  overflow: hidden;
  width: 100rem;
  height: 6vh;
  border-radius: 25px 0 0 25px;
}


@media (max-width: 1270px) {


  .right-sidenav {
    width: 0vw;
    padding-right: 0px;
    height: 0vh;
    margin-top: 0vh;
    margin-left: 0vw;
  }

  .right-sidenav a {
    font-size: 0px;
    padding: 0px;
    padding-left: 0px;
  }

}


.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}




/* Universal Search */

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
