@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

p,
.sec-text {
  line-height: 1.6;
}

.logo {
  width: 220px;
}

.sec-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  color: #555;
}

.sec-title-secondary {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #f68a1f;
  text-transform: capitalize;
  font-family: "Dancing Script", cursive;
}

.sec-text {
  color: #555;
}

.secondary-title {
  font-size: 24px;
  color: #f68a1f;
  font-weight: 500;
  line-height: 120%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}

.social-item {
  margin-right: 15px;
}

.social-link {
  color: #fff;
}

.social-link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.social-link i:hover {
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-title {
  font-size: 18px;
  color: #f68a1f;
  text-transform: capitalize;
}

.card-secondary-title {
  font-size: 16px;
  color: #f68a1f;
  text-transform: capitalize;
}

.card-date {
  font-size: 14px;
}

.theme-alert {
  background-color: rgba(246, 138, 31, 0.15);
  border-left: 8px solid #f68a1f;
  border-right: 8px solid #f68a1f;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  padding: 1.5rem;
  color: #ff7f00;
}

.first-letter::first-letter {
  float: left;
  font-size: 5.5rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.1em 0;
  color: #f68a1f;
}

.float-text p {
  margin-bottom: 20px;
}

.float-text figure {
  float: right;
  max-width: 50%;
  margin: 0 0 10px 30px;
}

.float-text figure figcaption {
  text-align: center;
  margin-top: 10px;
  color: #f68a1f;
  font-weight: bold;
}

.float-text figure img {
  width: 100%;
}

.bor-bottom {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.bor-bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #aeaeae;
  bottom: 0;
  left: 0;
}

.bor-bottom::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 5px;
  background-color: #ff7f00;
  bottom: -1px;
  left: 0;
}

.tags .tag {
  padding: 0.15rem 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #ced4da;
  border-radius: 0.7rem;
  margin: 0.2rem 0.1rem;
  display: inline-block;
  color: #666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tags .tag:hover {
  background-color: #f68a1f;
  text-decoration: none;
  color: #fff;
  border-color: #f68a1f;
}

.achievement-item-img {
  border: 1px solid #ced4da;
}

.achievement-item .blog-item-body {
  padding-bottom: 0;
}

.achievement-item:not(:last-child) {
  margin-bottom: 50px;
}

.common-banner {
  height: 400px;
  overflow: hidden;
}

.pagination {
  margin-top: 40px;
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
}

.pagination-item {
  margin-left: 10px;
}

.pagination-item a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ced4da;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  color: #909090;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagination-item.active a, .pagination-item:hover a, .pagination-item:active a, .pagination-item:focus a {
  background-color: #f68a1f;
  border: 1px solid #f68a1f;
  color: #fff;
}

.pagination-item a.active,
.pagination-item a:hover,
.pagination-item a:active,
.pagination-item a:focus {
  background-color: #f68a1f;
  border: 1px solid #f68a1f;
  color: #fff;
}

.pagination-item a:focus,
.pagination-item a:focus-within {
  outline: none;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-theme-primary {
  background-color: #f68a1f;
  color: #fff;
}

.btn-theme-secondary {
  background-color: #ff7f00;
  color: #fff;
}

.btn-theme-outline {
  border: 1px solid #06d2ff;
  color: #fff;
}

.text-theme-primary {
  color: #f68a1f;
}

.text-theme-secondary {
  color: #ff7f00;
}

.text-theme-optional {
  color: #555;
}

.text-placeholder {
  color: #acacac;
}

.text-light-dark {
  color: #666;
}

.bg-theme-primary {
  background-color: #f68a1f;
}

.bg-theme-optional {
  background-color: #f3f5f7;
}

.navbar .nav-container {
  position: relative;
}

.navbar-brand {
  font-weight: 500;
  font-size: 32px;
  color: #f68a1f;
}

.navbar-brand .logo {
  width: 220px;
}

.navbar-toggler {
  border: 1px solid #f68a1f;
  position: absolute;
  top: 15px;
  right: 0;
}

.navbar-nav .nav-item {
  line-height: 25px;
}

.navbar-nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #000;
}

.navbar-nav .btn {
  margin-left: 25px;
  padding-left: 27px;
  padding-right: 27px;
}

/* hamburger menu start */
.header-nav #hamburger {
  cursor: pointer;
}

.header-nav #hamburger span {
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f68a1f;
  display: block;
  -webkit-transition: 0.33s;
  transition: 0.33s;
  margin-left: 0;
}

.header-nav #hamburger span:nth-child(1) {
  width: 12px;
}

.header-nav #hamburger span:nth-child(2) {
  width: 24px;
}

.header-nav #hamburger span:nth-child(3) {
  width: 12px;
}

.header-nav .display_menu #hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(2px, 1px);
  transform: rotate(45deg) translate(2px, 1px);
}

.header-nav .display_menu #hamburger span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav .display_menu #hamburger span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(6px, -9px);
  transform: rotate(45deg) translate(6px, -9px);
}

/* hamburger menu end */
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    margin-left: 0;
  }
  .navbar .navbar-collapse {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .navbar-brand .logo {
    width: 180px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.menu > li {
  list-style: none;
  margin-left: 10px;
}

.menu > li > a {
  text-decoration: none;
  padding: 10px 10px;
  color: #000;
  display: block;
}

.menu > li > a:hover {
  color: #f68a1f;
}

.has-dropdown {
  position: relative;
}

.sub-menu {
  position: absolute;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: left !important;
  background-color: #fff;
  border: 1px solid #eee;
  z-index: 3;
  white-space: nowrap;
  min-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sub-menu > li > a {
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000;
}

.menu li a i,
.sub-menu > li > a > i {
  margin-left: 5px;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}

.sub-menu li a:hover {
  background-color: #f5f7fa;
  color: #f68a1f;
}

.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sub-menu .sub-menu .submenu {
  top: 0;
  left: 100%;
}

.menu > li:hover > a + .sub-menu,
.sub-menu > li:hover > a + .sub-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.menu > li:hover > a > i,
.sub-menu > li:hover > a > i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 992px) and (max-width: 1366px) {
  .menu {
    font-size: 14px;
  }
  .sub-menu .sub-menu {
    top: 0;
    left: unset;
    right: 100%;
  }
  .sub-menu .sub-menu .submenu {
    top: 0;
    left: unset;
    right: 100%;
  }
}

@media (max-width: 991px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 3;
    padding: 15px 25px;
    top: 100%;
    border: 1px solid #eee;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }
  .menu > li {
    margin-left: 0;
  }
  .menu > li > a {
    padding-left: 0;
  }
  .has-dropdown {
    position: unset;
  }
  .sub-menu {
    position: relative;
    border: none;
    border-left: 1px dotted #aaa;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .sub-menu .sub-menu {
    margin-left: 15px;
    left: 0;
  }
  .menu > li:hover > a + .sub-menu,
  .sub-menu > li:hover > a + .sub-menu {
    height: auto;
    overflow: unset;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .display_menu .menu {
    height: auto;
    opacity: 1;
  }
}

.breadcrumb-item a {
  color: #f68a1f;
}

/* counter wrapper start */
.achievement {
  position: relative;
  color: #fff;
}

.counter-items {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.counter-box {
  border-right: 1px solid #c9c9c9;
  min-width: 20%;
  text-align: center;
}

.counter-box:last-child {
  border-right: none;
}

.counter-box p {
  font-size: 20px;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.counter-box p:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.counter-box h2 {
  font-size: 44px;
  margin-bottom: 0;
}

/* counter wrapper end */
.testimonial {
  /* the parent */
}

.testimonial-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f68a1f;
}

.testimonial-author {
  font-size: 18px;
}

.testimonial .slick-slide {
  margin: 0 15px;
}

.testimonial .slick-list {
  margin: 0 -15px;
}

@media (max-width: 767.98px) {
  .testimonial .slick-prev, .testimonial .slick-next {
    display: none !important;
  }
}

.office-card {
  margin-bottom: 30px;
}

.office-card .card-title {
  font-size: 20px;
  color: #f68a1f;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.office-card .nav-item {
  font-style: italic;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.office-card .nav-item i {
  color: #f68a1f;
}

.office-card .nav-item .nav-link {
  padding: 0;
  color: #000;
}

@media (max-width: 1199.98px) {
  .office-card .card-title {
    font-size: 18px;
  }
}

.partner-slider {
  /* the parent */
}

.partner-slider .slider-item {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.partner-slider .partner-item {
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  padding: 20px 10px;
}

.partner-slider .partner-item img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.partner-slider .slick-slide {
  margin: 0 10px;
}

.partner-slider .slick-list {
  margin: 0 -10px;
}

@media (max-width: 767.98px) {
  .partner-slider .slider-item {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .partner-slider .slider-item .partner-item:last-child {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .partner-slider .slider-item {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .partner-slider .slider-item .partner-item:last-child {
    display: unset;
  }
}

.news-slider {
  /* the parent */
}

.news-slider .slick-slide {
  margin: 0 15px;
}

.news-slider .slick-list {
  margin: 0 -15px;
}

.news-col {
  margin-bottom: 30px;
}

.news .card-title {
  font-size: 17px;
  height: 40px;
  overflow: hidden;
}

.news .card-title a {
  color: #f68a1f;
}

.news .card-title a:hover {
  text-decoration: none;
  color: #007bff;
}

.news .card-text {
  height: 75px;
  overflow: hidden;
}

.footer {
  font-size: 16px;
  color: #fff;
}

.footer-title {
  color: #f68a1f;
}

.footer-content .logo {
  max-width: 150px;
}

.footer .nav-link {
  color: #eee;
  padding-left: 0;
}

.footer .nav-link:hover {
  color: #FFF;
}

.footer-contact i {
  color: #ff7f00;
}

.footer-contact .nav-link:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #ddd;
}

.footer .social-item {
  margin-right: 0;
  margin-left: 15px;
}

.footer .social-link {
  color: #fff;
}

.footer .social-link i:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #f68a1f;
}

.footer .custom-form-control, .footer .input-group-text {
  border-radius: 0 !important;
}

.footer .custom-form-control {
  height: 50px;
  padding-left: 15px;
}

.footer .input-group-text {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ff7f00;
  color: #fff;
  border: 1px solid #ff7f00;
}

.footer .scroll-btn {
  position: fixed;
  display: none;
  bottom: 1rem;
  right: 1rem;
  width: 35px;
  height: 35px;
  background-color: #f68a1f;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #FFF;
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .scroll-btn:hover {
  opacity: 1;
  background: #f68a1f;
}

.mission-page .card-title {
  font-size: 22px;
}

.mission-page .card-top {
  position: relative;
  margin-bottom: 20px;
}

.mission-page .card-top i {
  font-size: 20px;
}

.mission-page .card-top::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #aeaeae;
  bottom: 0;
  left: 0;
}

.mission-page .card-top::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 5px;
  background-color: #ff7f00;
  bottom: -1px;
  left: 0;
}

.mission-page .first-letter::first-letter {
  font-size: 3.6rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mission-page .card-title {
    font-size: 20px;
  }
  .mission-page .first-letter::first-letter {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .mission-page .card-title {
    font-size: 18px;
  }
  .mission-page .first-letter::first-letter {
    font-size: 3.2rem;
  }
}

.contact-us-wrap .nav-link {
  padding-left: 0;
  color: #fff;
}

.contact-us-wrap .social-link i {
  color: #fff;
}

.contact-us-wrap .social-link i:hover {
  color: #fff;
}

.managing-director .card-title {
  color: #555;
  font-weight: bold;
}

.managing-director .mgd-card:not(:last-child) {
  margin-bottom: 30px;
}

.video-item {
  margin-top: 50px;
}

.video-col {
  margin-top: 30px;
}

.video .card-title {
  font-size: 16px;
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
}

.video .card-title a {
  color: #f68a1f;
}

.video .card-title a:hover {
  text-decoration: none;
  color: #007bff;
}

.video-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.video-item {
  position: relative;
}

.video-item img {
  width: 100%;
}

.video-item .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0;
  background-color: rgba(246, 138, 31, 0.8);
  color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.video-item .caption .play-button {
  margin-bottom: 10px;
}

.video-item:hover .caption {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-item-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ced4da;
}

.blog-item-title,
.blog-item .author-name {
  font-size: 1.5rem;
  color: #f68a1f;
  font-weight: 600;
}

.blog-item-text {
  color: #666;
}

.blog-item-body {
  padding: 1rem 0;
}

.blog-item-body .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e8efec;
}

.blog-item-body .author-by {
  font-size: 0.9rem;
}

.blog-item-body .author-name {
  font-size: 1rem;
}

.blog-item-btn {
  color: #f68a1f;
  border-bottom: 1px solid #f68a1f;
}

.blog-item-search {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px 30px 0 30px;
  border-radius: 0.25rem;
}

.blog .form-control {
  border-right: none;
  background-color: #f3f5f7;
  border: none;
}

.blog .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.blog .input-group-text {
  background-color: transparent;
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #f3f5f7;
}

.blog .sidebar-card-title {
  text-transform: capitalize;
}

.blog .sidebar .categories-card .list-group-item {
  margin-bottom: 10px;
  border: none;
  background-color: #f3f5f7;
  color: #000;
}

.blog .sidebar .categories-card .list-group-item:hover {
  background-color: #f68a1f;
  color: #fff;
}

.blog .sidebar .categories-card .list-group-item.active {
  background-color: #f68a1f;
  color: #fff;
}

.blog .recent-post-item {
  padding: 0.7rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.blog .recent-post-item-title {
  font-size: 1rem;
  color: #f68a1f;
}

.blog .recent-post-item-title a {
  color: #f68a1f;
  text-decoration: none;
}

.blog .recent-post-item-text {
  font-size: 0.9rem;
}

.blog .recent-post-item .recent-post-item-info {
  padding-left: 0.7rem;
}

.blog .post-navigate-title {
  font-size: 1rem;
  color: #f68a1f;
}

.blog .post-navigate-title:hover {
  text-decoration: none;
}

.blog .comment-card-title,
.blog .sidebar-card-title {
  font-size: 1.2rem;
  color: #f68a1f;
}

.blog .comment-author img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #f68a1f;
  border: 1px solid #ced4da;
}

.blog .comment-author .card-title {
  font-size: 17px;
}

.blog .social-item {
  margin-right: 7px;
}

.blog .social-link i {
  background-color: #f68a1f;
  color: #fff;
}

.blog .social-link i:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog .recent-post-item iframe {
    height: 140px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog .recent-post-item iframe {
    height: 90px;
  }
}

@media (max-width: 575.98px) {
  .blog-item-img iframe {
    height: 220px;
  }
  .blog .comment-author .card-title {
    font-size: 16px;
  }
  .blog .recent-post-item iframe {
    height: 200px;
  }
  .blog .recent-post-item-title {
    font-size: 0.95rem;
    margin-top: 15px;
  }
  .blog .recent-post-item-text {
    font-size: 0.85rem;
  }
  .blog .recent-post-item .recent-post-item-info {
    padding-left: 0;
  }
}

@media (max-width: 375px) {
  .blog .recent-post-item iframe {
    height: 130px;
  }
}

.gallery-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-item {
  position: relative;
}

.gallery-item img {
  width: 100%;
}

.gallery-item .caption {
  position: absolute;
  width: 100%;
  min-height: 50px;
  padding: 10px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  background-color: rgba(246, 138, 31, 0.8);
  color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gallery-item:hover .caption {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#lightboxed--bttn_close,
#lightboxed--bttn_prev,
#lightboxed--bttn_next {
  background-image: url("../../images/controls.png") !important;
}

#lightboxed--bttn_close:hover,
#lightboxed--bttn_prev:hover,
#lightboxed--bttn_next:hover {
  background-color: #f68a1f;
}

@media (max-width: 991.98px) {
  .gallery-images {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .gallery-images {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

@media (max-width: 480.98px) {
  .gallery-images {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1199.98px) {
  body,
  .btn,
  .form-control {
    font-size: 14px;
  }
  .sec-title {
    font-size: 40px;
  }
  .sec-title-secondary {
    font-size: 22px;
  }
  .secondary-title {
    font-size: 22px;
  }
  .theme-alert {
    font-size: 16px;
  }
  .card-title {
    font-size: 16px;
  }
  .card-secondary-title {
    font-size: 15px;
  }
  .card-date {
    font-size: 13px;
  }
  .card-text {
    font-size: 14px;
  }
  .news .card-title {
    font-size: 16px;
  }
  .news .card-text {
    height: 67px;
  }
}

@media (max-width: 991.98px) {
  .section-wrap,
  .history,
  .achievement,
  .mission,
  .testimonial-wrapper,
  .partner,
  .office,
  .news,
  .contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .sec-title {
    font-size: 36px;
  }
  .sec-title-secondary {
    font-size: 20px;
  }
  .secondary-title {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .sec-title {
    font-size: 30px;
  }
  .sec-title-secondary {
    font-size: 18px;
  }
  .secondary-title {
    font-size: 18px;
  }
  .float-text img {
    float: right;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .news .card-title {
    height: unset;
  }
  .news .card-text {
    height: unset;
  }
  .video .card-title {
    height: unset;
  }
  .video .card-text {
    height: unset;
  }
  .pagination-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=index.css.map */