@charset "utf-8";
.content {
  min-height: 500px;
  padding: 100px 0;
}
.text-justify {
  text-align: justify;
}
.content1 {
  padding-top: 60px;
}
h2 {
  letter-spacing: -1px !important;
  font-weight: 900 !important;
  font-size: 24px !important;
  color: #1b4962;
}
.page {
  background-color: #f8f8fb;
}
.top-menu li a {
  padding-bottom: 4px;
  padding-top: 4px;
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.dropdown:hover {
  cursor: pointer;
}
.dropdown:hover .dropdown_menu li {
  display: block;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 12px;
  perspective: 1000px;
  z-index: 100000000000;
  min-width: 300px;
}
.dropdown_menu li {
  display: none;
  color: #fff;
  background-color: #fff;
  padding: 10px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.dropdown_menu li:hover {
  background-color: #e6e7e8;
}
.dropdown:hover .dropdown_menu--animated {
  display: block;
}
.dropdown_menu--animated {
  display: none;
}
.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}
.dropdown_menu-6 {
  animation: growDown 600ms ease-in-out forwards;
  transform-origin: top center;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.orgchart-card {
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  max-width: 280px;
}
.orgchart-card img {
  min-height: 166px;
  max-height: 166px;
  object-fit: cover;
}
.orgchart-card h5 {
  font-weight: 600;
  font-size: 16px;
}
.orgchart-card span {
  font-size: 14px;
  color: #6c757d;
}
@media (max-width: 576px) {
  .banner-slider {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .dropdown {
    /* position: relative; */
    perspective: 1000px;
    z-index: 1000000000;
  }
}
.copyrights {
  background-color: #353535;
}
.copyrights-text {
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}
.vc_custom {
  padding-top: 50px !important;
  background-image: url(../images/BG1.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.icon-info.icon-lg {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 35px;
  border-radius: 8px;
}
.icon-info {
  color: #fff;
}
.contents h3 {
  margin: 1.2em 0 0.7em;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  color: #010101;
}
.contents p {
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 1.2em;
  font-size: 0.75em;
  line-height: 2em;
  letter-spacing: 0.025em;
  text-align: center;
  color: #999;
}
.contents h3 a {
  color: #010101;
}
/* .copyrights-text a {
  color: #f13c46;
} */
.radius {
  border-radius: 5px;
  margin-right: 20px;
}
.backimg {
  background: #ffffff url(../images/back-blue.jpg) !important;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.counter-gradiant {
  background: #fda50d;
}
.txthomeboxes {
  color: #4f4f4f;
}
.counter2day {
  position: relative;
  font-size: 6.8rem;
  line-height: 10.2rem;
  line-height: 8.5rem;
  display: inline;
  margin-right: 16px;
  margin-top: 0;
  min-width: 110px;
}
.posterbox {
  border-radius: 20px;
  box-shadow: 5px 5px 10px #dfdede, -21px -21px 42px #fff;
  border: 1px solid rgba(125, 125, 125, 0.13);
}
.tostrt {
  display: block;
  color: #1b273d;
  letter-spacing: 0rem;
}
.btn-news {
  background-color: #e94d65;
  color: #ffffff;
  box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset,
    0 3px 10px rgba(0, 0, 0, 0.3);
}
.card-news {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
footer a {
  color: #e7e7e7;
  transition: all 0.2s ease-in-out;
}
footer a:hover {
  color: #b8c7d7;
}
footer {
  color: #e7e7e7;
  transition: all 0.2s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.thumbnail {
  animation: fadeIn 1s;
}
.thumbnail .img-container {
  transition: all 0.3s ease-in-out;
}
.thumbnail .img-container img {
  min-height: 210px;
  max-height: 210px;
  object-fit: cover;
}
.thumbnail:hover .img-container {
  transform: scale(0.9);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /* color: #3162a2; */
  background-color: #ffffff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  outline: 0;
}
.nav-tabs .nav-link {
  color: #404040;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0;
}
.row {
  margin-right: 0!important;
  margin-left: 0!important;
}
.ot-socialize{
   color: #1b4962;
  font-size: 2.5em;
}
.ot-icon{
   color: #e94d65;
  font-size: 2.5em;
  padding-bottom: 30px;
}
.bg-topmenu{
  background-color: #161735de;
 
}
 .bg-topmenu a{
  color: #FFF !important;
 }
 .image{
  text-align: center;
}
 .image-style-block-align-left{
  text-align: left;
}
.image-style-block-align-right{
  text-align: right;
}
.image-style-align-left{
  float : left;
}
.image-style-align-right{
  float : right;
}
