@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;800&family=Marcellus&display=swap");
@font-face {
  font-family: "ACaslonPro-Regular";
  src: url("../fonts/ACaslonPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: "ACaslonPro-Bold";
  src: url("../fonts/ACaslonPro-Bold.otf") format("opentype");
}

@font-face {
  font-family: "AkzidenzGroteskBQ-Bold";
  src: url("../fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1170px;
}
.logo-header {
  background: #1f3365;
  padding: 5px 0;
  border-top: 1px solid #fff;
}
.logo-header img {
  height: 124px;
  max-width: auto;
}
.logo-header h1,
.logo-header p {
  text-align: center;
  color: #fff;
}
.logo-header h1 {
  font-size: 32px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: bold;
}
.logo-header p {
  font-size: 16px;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  padding-bottom: 20px;
  padding-top: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 281px;
}

.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  top: 0px;
}

.desktop-nav .navbar .others-options ul li .search-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 0px;
}

.info-professionalizing-law .info-p {
  padding: 75px 10px 0;
}

.info-professionalizing-law .info-p a.default-btn {
  color: #fff;
}

.info-professionalizing-law .info-photo {
  padding: 0px;
}

.study-area {
  height: 520px;
}

.parent {
  /* width: 681px; */
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  overflow: hidden;
  position: relative;
  /* border-radius: 16px; */
  -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  z-index: 1;
}

svg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 500px;
}
.modal-header{
  justify-content: space-between;
}
button {
  /* position: absolute; */
  z-index: 50;
  width: 40px;
  overflow: hidden;
  height: 40px;
  border: none;
  border-radius: 50%;
  /* background: #000; */
  cursor: pointer;
  -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.1);
}
button:focus {
  outline-width: 0;
}

circle {
  stroke: #000;
  stroke-opacity: 0;
  fill: none;
  transition: 0.3s;
}

#svg1 circle {
  transition-timing-function: linear;
}

#svg2 circle {
  transition-timing-function: linear;
}

#Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-7px, -8px);
}

#Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-9px, -8px);
}

.right {
  margin-left: 23.5%;
  margin-top: 200px;
  border: 1px solid #1f3365;
  background-color: transparent;
  transition: 0.5s;
}
.right:hover {
  background-color: #fff;
}

.left {
  margin-left: 0.5%;
  margin-top: 200px;
  border: 1px solid #1f3365;
  background-color: transparent;
  transition: 0.5s;
}
.left:hover {
  background-color: #fff;
}

.circle1 {
  transition-delay: 0.05s;
}

.circle2 {
  transition-delay: 0.1s;
}

.circle3 {
  transition-delay: 0.15s;
}

.circle4 {
  transition-delay: 0.2s;
}

.circle5 {
  transition-delay: 0.25s;
}

.circle6 {
  transition-delay: 0.3s;
}

.circle7 {
  transition-delay: 0.35s;
}

.circle8 {
  transition-delay: 0.4s;
}

.circle9 {
  transition-delay: 0.45s;
}

.circle10 {
  transition-delay: 0.05s;
}

.circle11 {
  transition-delay: 0.1s;
}

.circle12 {
  transition-delay: 0.15s;
}

.circle13 {
  transition-delay: 0.2s;
}

.circle14 {
  transition-delay: 0.25s;
}

.circle15 {
  transition-delay: 0.3s;
}

.circle16 {
  transition-delay: 0.35s;
}

.circle17 {
  transition-delay: 0.4s;
}

.circle18 {
  transition-delay: 0.45s;
}

.slide1 {
  background-image: url("images/banner/graduation.png");
}

.slide2 {
  background-image: url("images/banner/slide2-a.png"); /* #1F3365; //url("images/banner/slide2-a.png"); */
}

.slide2 video {
  /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0; */
  /*  -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */
}

#videoslide {
  background: #1f3365e8;
  font-size: 22px;
  /* padding: 15px 30px; */
  display: inline-block;
  top: 0px;
  position: absolute;
  left: 0px;
}

#videoslide video {
  object-fit: cover;
  width: 1560px;
  height: 500px;
}

#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.slide3 {
  background-image: url("images/banner/partnership-a.png");
}

.slide4 {
  background-image: url("images/banner/slide2.jpg");
}

.slide5 {
  background-image: url("images/banner/slide3-a.png");
}

.slide-text {
  background: #1f3365e8;
  font-size: 22px;
  padding: 15px 30px;
  display: inline-block;
  bottom: 55px;
  position: absolute;
  left: 100px;
  min-height: 100px;
  max-width: 600px;
  text-align: left;
}
.slider {
  position: absolute;
  width: 400%;
  height: 100%;
  background: #000;
  display: inline-flex;
  overflow: hidden;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
  position: absolute;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 62px;
  padding-top: 138px;
  font-weight: 800;
  font-family: "Marcellus", "Heebo", sans-serif;
  text-align: center;
  width: 25%;
  height: 100%;
  z-index: 10;
  transition: 1.4s;
}

.tran {
  transform: scale(1.3);
}

.up1 {
  z-index: 20;
}

.up2 {
  z-index: 40;
}

.steap {
  stroke-width: 0;
}

.streak {
  stroke-width: 82px;
}

ul.date-time {
  padding: 0;
}
.date-time li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
}

.blog-details-content p {
  font-size: 18px;
}

#contactForm .default-btn {
  width: 300px;
  border-radius: 5px;
  padding: 0;
}

.single-blog .blog-img img {
  height: 250px;
  width: 410px;
  object-fit: cover;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#pageContent .row {
  margin-bottom: 15px;
  border-bottom: 2px solid;
  padding-bottom: 15px;
  color: var(--main-color);
}

.single-team {
  margin-top: 15px;
}

.single-team .team-head {
  position: relative;
  height: 300px;
}

.single-team .t-content {
  text-align: center;
  padding: 5px 5px;
  position: relative;
}

.single-team .team-head img {
  height: 290px;
  width: 265px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
}

.single-team .t-content .name {
  line-height: 22px;
}

.single-team .t-content .designation {
  position: relative;
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
  margin-top: 5px;
}

.single-team {
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 4px 10px #0000001a;
  -moz-box-shadow: 0px 4px 10px #0000001a;
  box-shadow: 0px 4px 10px #0000001a;
}

.top-header .social-icon li a.contact-btn {
  display: inline;
  background: no-repeat;
  color: #fff;
  padding: 5px 10px;
}

.service {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.service-title {
  font-size: 18px;
  text-align: center;
  min-height: 110px;
  padding-top: 80px;
  line-height: inherit;
  font-family: "Tahoma";
  color: #ffffff;
  position: relative;
}

.service-title:hover {
  color: #2e2751;
}

.service::before {
  content: " ";
  height: 200px;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  background: rgb(31 51 101 / 89%);
  border-radius: 5px;
}

.service:hover::before {
  content: " ";
  height: 200px;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  background: #fdf200f7; /*rgb(250 250 250 / 83%); */
  color: #2e2751;
  transition: 0.5s ease;
  animation-delay: 0.1s;
}

.service-title-2 {
  font-size: 12px;
  text-align: center;
  background: #1f3365;
  min-height: 46px;
  color: #fff;
  padding: 5px 0;
  border-top: 2px solid #c4c4c4;
}

.service-title-3 {
  font-size: 16px;
  text-align: center;
  background: #1f3365;
  min-height: 46px;
  color: #fff;
  padding: 5px 0;
  border-top: 2px solid #c4c4c4;
}

.services {
  border: 1px solid #c4c4c4;
}

.single-blog .blog-content h3.service-title-3 {
  font-size: 16px;
  text-align: left;
  padding: 10px 15px;
  font-family: tahoma;
  min-height: 100px;
}

.single-blog .blog-content:hover {
  background: none;
}

.single-blog .blog-content::before,
.single-blog .blog-content::after {
  background-color: transparent;
}

.single-counter.bg-style {
  background-color: #1f3365;
}

.single-counter.bg-style h2 {
  color: #fff;
  text-align: center;
}

.single-counter.bg-style h4 {
  color: #ffffff;
}

.sidebar-widget {
  padding: 30px 15px;
}

.blog-details-content .tags {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 5px 30px 10px;
  background-color: transparent;
}

.page-title-area .page-title-content ul {
  display: none;
}

.main-default-content ul li::before {
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #000;
}

.main-default-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  background: #000;
  padding: 5px 15px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  list-style: none;
  color: #fff;
  font-size: 15px;
}

.main-default-content ul li::before {
  background-color: #1f3365;
}

.shape counter-shape-1,
shape counter-shape-2 {
  visibility: hidden;
}

.about-content p,
.admission-content p {
  font-size: 16px;
}

.accordion-content ul,
.accordion-content ol {
  list-style-type: disc;
}

.all-news .blog-img {
  margin-bottom: 0px;
}

.faq-accordion .accordion .accordion-content {
  margin-left: 0px;
}

p {
  line-height: 1.5;
}

.amazingslider-text-1 {
  font-family: "Marcellus";
}

.single-footer-widget .social-icon li a:hover {
  color: #ffffff;
}

#menu-title-center {
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 15px;
}

.ce-table thead {
  background: #1f3365;
  color: #fff;
  text-align: center;
  font-family: "Marcellus";
}

@media (max-width: 700px) {
  .parent {
    margin-left: 1%;
    height: 200px;
  }

  .slide-text {
    background: #1f3365e8;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    bottom: 15px;
    position: absolute;
    left: 10px;
    min-height: 0;
    max-width: initial;
    text-align: left;
  }

  #videoslide video {
    object-fit: cover;
    width: 100%;
    height: 200px;
  }

  #videoslide {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) .mobile-responsive-nav .mean-container a.meanmenu-reveal span {
  margin-top: 0px;
  top: 7px;
}
