@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --primary: #20605d;
  --primary_hover: #1f7477;
  --primary_light: #ac6e1d0c;
  --secondry: #333;
  --secondry_hover: #222;
}

body {
  font-family: Roboto, sans-serif;
  color: var(--secondry);
}

* {
  font-family: Roboto, sans-serif;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: var(--primary_hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary);
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
    padding: 7px;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
@media (max-width: 400px) {
    .back-to-top {
        padding: 0px;
    }

}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: var(--primary_hover);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.font-resize strong {
  font-weight: 400;
}

#topbar {
  background: var(--primary);
  height: max-content;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 4px 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
  font-size: 14.5px;
}
#topbar .contact-info i a {
  /* line-height: 0; */
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: var(--primary_hover);
  transition: all 0.5s;
  z-index: 997;
  /* height: 86px; */
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  padding: 0px 0;
}
#header.fixed-top {
  /* height: 70px; */
  padding: 0px 0;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: var(--primary);
}
#header .logo img {
  max-height: 80px;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 800px) {
  .logo img {
    height: 6rem;
  }
}

@media (max-width: 600px) {
  .logo img {
    height: 5rem;
  }
}

@media (max-width: 400px) {
  .logo img {
    height: 3.9rem;
  }
  #topbar .contact-info i a {
    font-size: 12px;
  }
}
/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ /** * Desktop Navigation */
.font-resize {
  margin: 5px 10px;
}

.CP {
  cursor: pointer;
}

.theme_changer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
}

.theme {
  height: 1.2rem;
  width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
}

.theme:hover {
  opacity: 0.8;
}

.dark_theme {
  background: var(--secondry);
  color: #fff;
}

.light_theme {
  background: rgb(238, 237, 237);
  color: var(--secondry);
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 50px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -9px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  /* color: var(--primary); */
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--primary_hover);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  transition: linear all 0.3s;
}

.navbar .dropdown ul li:hover {
  background: #164240;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: #fff;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

table {
  border-bottom: 0px;
  border: #c3e0df;
  border-collapse: collapse;
}

.subcat {
  display: none;
}

.activesubcat {
  display: block;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

.side-nav-opsion {
  display: none;
}

@media (max-width: 991px) {
  .side-nav-opsion {
    display: block;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .side-nav {
    display: none;
  }

  .navbar ul {
    display: none;
  }
  .font-resize {
    display: none;
  }
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: -100rem;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--primary);
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--primary);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: var(--primary);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------------*/

.heading-wrepper {
  height: 36vh;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -13px; */
}

.heading-wrepper .title-wrepper {
  height: 100%;
  width: 100%;
  background: #000000c0;
  padding: 1rem 2.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.heading-wrepper .title-wrepper h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  /* letter-spacing: 1px; */
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
    0deg,
    var(--primary) 0%,
    var(--primary_hover) 100%
  );
  padding: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: var(--secondry);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid var(--secondry);
  font-weight: 600;
}
#hero .btn-get-started:hover {
  background: var(--secondry);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }
  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/* ------------------------------------------ */

.main-cards-wrepper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: max-content;
}

.main-card {
  flex: 1;
  box-shadow: 1px 1px 15px #5f5d5d49;
  background: #fff;
  margin: 10px 1rem;
  padding: 1rem;
  min-height: 23rem;
  border-radius: 7px;
  position: relative;
  height: 100%;
  min-width: 15rem;
}

.main-card2 {
  flex: 1;
  box-shadow: 1px 1px 15px #ffffff49;
  background: #fff;
  margin: 10px 1rem;
  padding: 1rem;
  min-height: 20rem;
  border-radius: 7px;
  position: relative;
  height: 100%;
  min-width: 15rem;
}

.main-card .text {
  display: flex;
  align-items: baseline;
}

.view {
  border: none;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  /* background: var(--secondry); */
  font-size: 15px;
  font-weight: 400;
  color: var(--secondry);
  border-radius: 4px;
  transition: linear all 0.2s;
}

.view:hover,
.view2:hover {
  background: rgba(128, 128, 128, 0.24);
}
.view-dark:hover {
  background: #2b7e7a;
}

.view2 {
  border: none;
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  /* background: var(--secondry); */
  font-size: 15px;
  font-weight: 400;
  color: var(--secondry);
  border-radius: 4px;
  transition: linear all 0.3s;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 15px 0;
}

.contact-info i {
  font-size: 1.5rem;
  margin-right: 12px;
  color: var(--primary);
}

.contact-info span {
  font-weight: 500;
  color: var(--primary);
  font-size: 1rem;
}

.contact-info p {
  line-height: 27px;
}

.view-dark {
  background: var(--primary_hover);
  color: #fff;
  transition: linear all 0.3s;
}

.viwe i {
  font-size: 1.1rem;
  margin-left: 5px;
}

.dark-card {
  background: var(--primary);
  color: #fff;
}

.dark-card ul li {
  margin: 0 0 0px 0px;
}

.dark-card ul li a {
  color: #fff;
  transition: linear all 0.3s;
  margin: 7px 2px;
  font-size: 15px;
  font-weight: 200;
  line-height: 28px;
}

.dark-card ul li a:hover {
  color: rgb(204, 203, 203);
}

/* ------------------------------------------ */

.box {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  height: 1.8rem;
  width: 1.8rem;
  margin: 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
  cursor: pointer;
}

.box:hover {
  background: var(--primary_hover);
}

.box-wrepper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.secretary-wrepper {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.secretary-wrepper .secretary {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.secretary-wrepper .secretary:not(:last-child) {
  margin: 0 0 1rem 0;
}

.secretary-wrepper .secretary .photo img {
  height: 4.5rem;
  width: 4.5rem;
  margin-right: 15px;
}

.secretary-wrepper .secretary p {
  margin: 0;
}

.secretary-wrepper .secretary p:first-child {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.position {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.secretary-wrepper .secretary p:last-child {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.other-portel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.other-portel a {
  margin: 1rem;
}

/* ------------------------------------------ */

.main-title h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}

small {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.testimonial-card-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: fit-content;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding-bottom: 1rem;
}
.testimonial-card-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonial-card-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonial-card-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonial-card-item .quote-icon-left,
.testimonial-card-item .quote-icon-right {
  color: #fedac0;
  font-size: 26px;
}
.testimonial-card-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonial-card-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonial-card-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.b-btn2 {
  padding: 5px 1rem 5px 1rem;
  /* background: var(--primary); */
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  border: 2px solid var(--primary);
  background: var(--primary);
  transition: all linear 0.2s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  letter-spacing: 0.3px;
  transition: all linear 0.2s;
}

.b-btn2:hover {
  border: 2px solid var(--primary_hover);
  color: #fff;
  background: var(--primary_hover);
}

.b-btn2 i {
  font-size: 1.5rem;
  margin-left: 3px;
}

.b-btn {
  padding: 7px 1rem 7px 1rem;
  /* background: var(--primary); */
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: var(--primary);
  border: 2px solid var(--primary);
  transition: all linear 0.2s;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  transition: all linear 0.2s;
}

.b-btn:hover {
  /* border: 2px solid var(--secondry); */
  border: 2px solid transparent;
  color: var(--secondry);
}

.b-btn i {
  font-size: 1.5rem;
  margin-left: 3px;
}

.d-box {
  position: relative;
  padding-top: 2rem;
}

.days {
  position: absolute;
  top: -1rem;
  left: 0.8rem;
  /* background: var(--primary); */
  background: #333;
  color: #fff;
  padding: 5px 13px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
}

.days-tag {
  position: absolute;
  top: -1rem;
  left: 0.4rem;
  /* background: var(--primary); */
  background: #333;
  color: #fff;
  padding: 5px 13px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  border: 3px solid #fff;
}

.i-box {
  position: relative;
  padding-top: 2rem;
}
.i-box-grid {
  position: relative;
}

.info_grid {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primary);
  color: #fff;
  padding: 5px 13px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  min-width: fit-content;
}

.info {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primary);
  color: #fff;
  padding: 5px 13px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  min-width: fit-content;
}

.d_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 3rem 2rem;
}

.d_grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.d_grid_4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.d_grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.d_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.book-btn {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  background: var(--primary);
  color: #fff;
  border-radius: 7px;
  border: none;
  box-shadow: 1px 1px 15px #5f5d5d6e;
  transition: linear all 0.3s;
}

.book-btn:hover {
  background: #333;
  box-shadow: none;
}

.title {
  margin-top: 12px;
  margin-bottom: 28px;
}

.title-2 {
  /* margin-top: 12px; */
  margin-bottom: 28px;
}

.title h5 {
  color: var(--primary);
  font-size: 28px;
  margin-bottom: 0px;
  font-weight: 800;
  /* letter-spacing: 0.5px; */
}

.title p {
  font-size: 16px;
  color: var(--secondry);
  font-weight: 400;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondry);
}

.two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 1rem; */
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------ */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.opsion-img {
  margin-bottom: 1rem;
}

.opsion-img img {
  height: 15rem;
  width: 20rem;
  border-radius: 10px;
}

.main-poins li {
  font-size: 15px;
  font-weight: 500;
  color: #777;
}

.important-reporting p {
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}

.day-image > img {
  height: 25rem;
  width: 50rem;
  border-radius: 10px;
}

.day-image img {
  margin-bottom: 1rem;
}

.day-title {
  font-size: 1.2rem;
  color: var(--primary);
  display: flex;
  align-items: baseline;
  font-weight: 600;
}

.day-title i {
  color: var(--primary);
  font-size: 2rem;
}

.day-title small {
  font-weight: 400;
  font-size: 12px;
  color: var(--secondry);
  margin-left: 3px;
  float: inline-end;
}

.text-title {
  font-weight: 500;
  font-size: 15px;
  color: var(--secondry);
}

.text-title .small {
  font-size: 13px;
  font-weight: 500;
}

.text-deatils {
  font-size: 15px;
  font-weight: 400;
  margin-right: 2rem;
  color: #777;
}

.reporting {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.reporting span {
  font-weight: 500;
  font-size: 18px;
  color: var(--secondry);
  margin-right: 10px;
}

.reporting p {
  color: var(--primary);
}

.wrepper2 {
  background: #a1707018;
}

.wrepper2 > ul {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 0px;
  transition: linear all 0.3s;
}

.months {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 0px;
  transition: linear all 0.3s;
}

.months li {
  margin-right: 0.8rem;
  /* margin-bottom: 10px; */
  font-weight: 500;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.062);
  color: rgba(51, 51, 51, 0.801);
  padding: 8px 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  /* border: 3px solid #fff; */
}

.months li.active-month {
  background: var(--primary);
  color: #fff;
  box-shadow: 1px 1px 15px #5f5d5d83;
}

.tag {
  background: rgba(51, 51, 51, 0.062);
  width: fit-content;
  padding: 8px 15px;
  border-radius: 30px;
  border: 1px solid rgba(51, 51, 51, 0.801);
}

.show {
  height: 100%;
}

.wrepper2 .date {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 0px;
  transition: linear all 0.3s;
  transition: linear all 0.5s;
}

.wrepper2 .date li.date-active {
  /* border: 2px solid var(--primary); */
  background: #333;
  color: #fff;
  box-shadow: 1px 1px 15px #5f5d5d83;
}

.wrepper2 .date li {
  margin-right: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
}

.wrepper2 .date li {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.801);
  color: rgba(51, 51, 51, 0.801);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.wrepper1 {
  background: #85858518;
}

.wrepper3 {
  background: #ffffff;
}

.inner-card {
  border: 2px solid #4747471a;
  background: rgb(255, 252, 252);
  margin: 10px 0;
  cursor: pointer;
}

.card_shadow {
  box-shadow: 1px 1px 15px #5f5d5d83;
}

.color-gray {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  line-height: 27px;
}

.active_card {
  border: 2px solid var(--primary);
}

.card_hover:hover {
  border: 2px solid var(--primary);
}

.card_hover {
  box-shadow: 1px 1px 15px #5f5d5d49;
  border: 2px solid transparent;
}

.over-X {
  min-width: 100vw;
  overflow-x: auto;
}

section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  padding-bottom: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fd9042;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: var(--primary);
}
@media (min-width: 1024px) {
}
#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.artist-deatiles {
  border: 1px solid #2222221e;
  padding: 1rem 1rem;
  transition: linear all 0.2s;
}

.artist-deatiles:hover {
  box-shadow: 1px 1px 20px rgba(169, 169, 169, 0.473);
}

.artist-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}

.artist-add {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondry);
  line-height: 20px;
  margin-bottom: 0;
}

.publications {
  height: fit-content;
  text-align: center;
  padding: 10px;
}

.publications img {
  max-height: 18rem;
}

.publications p {
  margin: 3px 0;
}

.publications p:last-child {
  font-size: 17px;
  color: var(--secondry);
}

.Photo-Gallery {
  border-radius: 10px;
  height: fit-content;
}

.Photo-Gallery img {
  min-width: 16rem;
  width: 100%;
  height: 13rem;
  padding: 8px;
}

.Photo-Gallery p {
  margin: 0px 0;
  text-align: center;
  padding: 8px 4px;
  background: #2d8682;
  color: #fff;
  text-transform: capitalize;
}

.Head-o-Department {
  max-width: 420px;
  padding: 1rem;
}

.Head-o-Department h5 {
  font-size: 22px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.Head-o-Department p {
  color: #777;
}

.Head-o-Department img {
  box-shadow: 0px 0px 10px rgba(105, 105, 105, 0.342);
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: var(--primary_hover);
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: var(--primary);
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-size: 22px;
  color: #211918;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
  margin-top: 0;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: var(--primary);
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--primary);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: var(--primary_light);
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: var(--primary);
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/* --------------------------ContactController--------------------------- */

.contact-wrepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-wrepper > div {
  flex: 1;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--primary_light);
  border-radius: 4px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: var(--primary_hover);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: var(--primary);
}
.services .icon-box:hover .icon {
  border-color: var(--primary);
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fedac0;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ef6603;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef6603;
}

.carousel-indicators {
  display: none;
}

.primary-bg {
  background: var(--primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-links
{
  justify-content: space-between;
}
.footer-links ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  list-style: disc;
  margin: 0px 5px 0px 8px;
  padding: 12px 12px 5px 12px;
  align-items: center;
  justify-content: center;
}

.footer-links ul li {
  margin: 2px 2rem 2px 0rem;
  font-weight: 500;
  font-size: 15px;
  color: #555;
  cursor: pointer;
}

.footer-links ul li:hover {
  color: var(--secondry_hover);
}
.visiter {
    margin: 15px 2rem 2px 0rem;

    font-size: 15px;
    color: #555;
    cursor: pointer;
}
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: var(--primary_light);
}
#footer .footer-newsletter {
  padding: 30px 0;
  /* background: var(--primary_light); */
  background: #fff;
  border-bottom: 0.3px solid rgba(119, 119, 119, 0.397);
  border-top: 0.3px solid rgba(119, 119, 119, 0.397);
  margin-top: 3rem;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: var(--primary);
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--primary);
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--primary);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: var(--primary_hover);
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

/* tabel  */

.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar .nav-link {
  font-weight: 500;
  color: var(--bs-dark);
}
.sidebar .nav-link:hover {
  color: var(--bs-primary);
}
thead input {
  width: 100%;
}
thead input {
  font-size: 13px;
  padding-left: 5px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  font-size: 13px;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  font-size: 14px;
  font-weight: 600;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  font-size: 14px;
  font-weight: 600;
}
table.dataTable.row-border tbody tr th,
table.dataTable.row-border tbody tr td,
table.dataTable.display tbody tr th,
table.dataTable.display tbody tr td {
  padding: 0.8rem 0;
  padding-left: 1.1rem;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 15px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
}

.dataTables_wrapper .dataTables_length {
  float: right;
  margin-left: 1rem;
}
.title {
  /* font-size: 1.5rem;
  margin-bottom: -45px; */
  font-weight: 600;
  color: var(--primary);
}
.title2 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0.3rem 0 0.6rem 0;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 0.8rem;
  color: var(--primary);
}
.title2 img {
  height: 2rem;
  margin-right: 7px;
}
.bg_card {
  background: #fff;
  border: rgba(128, 128, 128, 0.226) 1px solid;
  padding: 5px 1rem;
  margin: 0.5rem 0;
  /* width: 61rem; */
  min-width: 61rem;
  overflow-x: auto;
  width: 100%;
}
.bg_cover {
  /* background: #f0f3fa; */
  min-height: 100vh;
}
.active_li {
  background: var(--primary);
  color: #f0f3fa;
}

table .row {
  overflow-x: auto;
}

.filters {
  display: none;
}

.form-wrepper {
  padding: 1rem 1.5rem;
  /* margin: 2rem 1rem; */
  border-radius: 10px;
  /* box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.26); */
  width: 90%;
  margin: auto;
  margin-bottom: 2rem;
}

.form-wrepper form {
  background-color: #f7f7f7;
  padding: 1rem 2rem;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.37);
  border: 1px solid #5f5d5d6e;
}

.form-star {
  color: red;
  margin-left: 3px;
  font-size: 14px;
}

.table-wrepper {
  overflow-x: auto;
  overflow-y: hidden;
}

.table-wrepper table {
  /* width: max-content; */
}

.mobile-only {
  display: none;
}

.reponsive-flex {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.reponsive-flex .img-cover {
  height: 8rem;
  width: 8rem;
}

.reponsive-flex .card-body {
  text-align: center;
}

@media (max-width: 991px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 0.8rem;
  }
  .heading-wrepper {
    height: 28vh;
  }
  .heading-wrepper .title-wrepper {
    padding: 1rem 1.5rem;
  }
  .heading-wrepper .title-wrepper h5 {
    font-size: 1.6rem;
  }
  .back-to-top i {
    margin-left: 0.4rem;
  }
  #footer .copyright {
    padding: 1rem;
  }
  .mobile-only {
    display: block;
  }
  .form-wrepper {
    width: 100%;
  }

  .form-wrepper .row {
    display: block;
    padding-bottom: 0.7rem;
  }

  .form-wrepper form {
    padding: 1rem;
  }
}

@media (max-width: 780px) {
  .form-wrepper .img-wrepper .pip .imageThumb {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 400px) {
  .d_grid_4 {
    grid-template-columns: 1fr;
  }

  .d_grid_3 {
    grid-template-columns: 1fr;
  }

  .d_grid_4 {
    grid-template-columns: 1fr;
  }

  .d_grid_2 {
    grid-template-columns: 1fr;
  }

  .text-container {
    box-shadow: none;
  }
  .contact-info {
    margin: 7px 0;
  }
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 0.03px;
    color: #919191;
    font-weight: 500;
  }
  .contact-wrepper {
    flex-flow: column-reverse;
  }
  .form-wrepper {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 500px) {
  .form-wrepper {
    width: 100%;
    padding: 0;
  }
  .table-wrepper {
    font-size: 65%;
  }
  .form-wrepper * {
    /* font-size: 60%; */
  }

  .form-wrepper form {
    padding: 1rem;
  }

  .form-wrepper form input {
    /* margin-bottom: 1rem; */
  }

  .form-wrepper .form-check-input {
    height: 1rem;
    width: 1rem;
  }

  .form-wrepper .form-check label {
    text-align: left;
    width: 86%;
    /* margin-left: 1rem; */
  }

  .form-wrepper .row {
    display: block;
  }

  .form-wrepper .text {
    text-align: center;
    font-size: 0.8rem;
  }
  .form-wrepper .form-label {
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 500;
    color: #596d7d;
  }
  .text-container {
    padding: 1rem;
  }
}

/* form 1 */

.Profile-Photo img {
  height: 8rem;
  width: 8rem;
}
/********** Table **********/
.tableOut {
    overflow-y: hidden;
    overflow-x: auto
}

table, .tableData {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
    border-top: 1px solid #E9E9EA;
    border-left: 1px solid #E9E9EA;
}

table table, .tableData table {
    margin: 0
}

th, td, .tableData th, .tableData td {
    border: none;
    padding: 8px 10px;
    border-bottom: 1px solid #E9E9EA;
    border-right: 1px solid #E9E9EA;
}

table tr:nth-child(odd) td, .tableRowOdd {
    background-color: #f9f9f9;
}

caption, th, td {
    font-weight: normal;
    background: #fff
}

th, .tableData th {
    background: #1c5d60;
    color: #fff;
}

.tableScroll {
    overflow-y: hidden;
    overflow-x: auto
}
