body {
  background-color: antiquewhite;
}

h2 {
  font-weight: 700 !important;
  font-size: 40px !important;
  color: #3e4077 !important;
}

p {
  font-size: 18px;
}

footer {
  background: linear-gradient(45deg, #3b3e78, #0d2240);
  border-top: 0px;
}
footer h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ddd;
  font-family: "Lato", sans-serif;
}
footer ul li {
  padding: 0px !important;
  margin-bottom: 10px !important;
}
footer ul li a {
  padding: 0px !important;
}
footer .footer-social ul li {
  display: flex;
  background-color: #e2ca55;
  justify-content: center;
  align-items: center;
  color: #3b4078;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
}
footer .widget p {
  opacity: 1;
  color: white;
}
footer .footer-logo {
  display: block;
  margin-bottom: 10px;
}
footer #copyrights {
  padding: 10px 0;
  background-color: #3b4078;
  color: #fff5c7 !important;
  font-weight: 300;
  font-size: 13px;
}

@media only screen and (max-device-width: 760px) {
  .governors-wrapper.container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .governors-wrapper h2 {
    font-size: 22px !important;
    padding-left: 15px;
  }
}

.governors-card {
  padding-bottom: 30px;
  border: 0px !important;
}
.governors-card .governors-card-inner {
  border-radius: 15px;
  box-shadow: 2px 2px 5px #cfcfcf;
}
.governors-card .governors-card-inner .governors-card-title {
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #ebd573);
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
}
.governors-card .governors-card-inner .governors-card-title h2 {
  font-size: 20px !important;
  color: #3e4077 !important;
  padding-left: 0px;
}
.governors-card .governors-card-inner .governors-card-title h3 {
  font-size: 18px !important;
}
.governors-card .governors-card-inner .governors-card-title h5 {
  font-size: 15px !important;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #5a5a5a;
}
.governors-card .governors-card-inner .governors-card-body {
  padding: 40px 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body {
    padding: 25px 20px;
  }
}
.governors-card .governors-card-inner .governors-card-body .governors-img-section {
  float: left;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-img img {
    width: 100px;
    height: 100px;
  }
}
.governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-spouse-img {
  margin-left: -30px;
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-spouse-img {
    margin-left: -15px;
  }
}
.governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-spouse-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-spouse-img img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-text-section {
    width: 55%;
  }
}
.governors-card .governors-card-inner .governors-card-body .governors-img-section .governors-text-section p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.2px;
  padding-left: 20px;
  line-height: 25px;
}
.governors-card .governors-card-inner .governors-card-body .governors-logo-section {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body .governors-logo-section {
    position: relative;
  }
}
.governors-card .governors-card-inner .governors-card-body .governors-logo-section .governors-img {
  margin-top: -100px;
  background: transparent;
  margin-right: 15px;
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body .governors-logo-section .governors-img {
    margin-top: 15px;
  }
}
.governors-card .governors-card-inner .governors-card-body .governors-logo-section .governors-img img {
  width: 110px;
  object-fit: contain;
  height: auto;
}
@media only screen and (max-device-width: 760px) {
  .governors-card .governors-card-inner .governors-card-body .governors-logo-section .governors-img img {
    width: 80px;
  }
}

.theme-wrapper .theme-dg {
  background: linear-gradient(181deg, transparent, #efefef);
}
.theme-wrapper .theme-dg h2 {
  font-weight: 700 !important;
  font-size: 30px !important;
  color: #424242 !important;
}
.theme-wrapper .theme-dg h4 {
  font-weight: 400 !important;
}
.theme-wrapper .theme-intro h2 {
  font-size: 40px !important;
  color: #3e4077 !important;
}
.theme-wrapper .theme-intro img {
  width: 260px;
}

.point-wrapper .card .card-body {
  padding: 0px !important;
  position: relative;
}
.point-wrapper .card .card-body .point-icon img {
  width: 175px;
}
.point-wrapper .card .card-body .point-letter {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 66px;
  font-size: 50px;
  font-family: "Lato";
  font-weight: 900;
  color: #3e4077;
}
.point-wrapper .card .card-footer {
  background: transparent;
  padding: 0px !important;
}
.point-wrapper .card .card-footer h4 {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 24px;
  color: #3e4077;
}

.global-point-wrapper .card .card-body {
  padding: 0px !important;
  position: relative;
}
.global-point-wrapper .card .card-body .point-icon img {
  width: 150px;
}
.global-point-wrapper .card .card-footer {
  background: transparent;
  padding: 0px !important;
  margin-bottom: 35px;
}
.global-point-wrapper .card .card-footer h4 {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 20px;
  color: #3e4077;
  margin-top: 30px;
  text-transform: uppercase;
}

.vision-mission-wrapper {
  background-image: url("./Vision-bg.jpg");
  height: 560px;
  background-size: 100%;
}

.activities-wrapper .card {
  height: 100vh;
  border-radius: 20px;
  border: 0px;
  box-shadow: 2px 2px 5px #cfcfcf;
}
.activities-wrapper .card img {
  border-radius: 20px 20px 0 0;
}
.activities-wrapper .card h4 {
  padding: 15px 25px 8px;
  font-size: 18px !important;
  text-transform: capitalize;
}
.activities-wrapper .card h5 {
  padding: 0px 25px;
  font-size: 16px !important;
  text-transform: capitalize;
}
.activities-wrapper .card h6 {
  padding: 0px 25px;
  font-size: 14px !important;
  text-transform: capitalize;
  font-weight: 400;
}
.activities-wrapper .card p {
  font-size: 15px !important;
  padding: 14px 25px;
  color: #000000;
  font-weight: 300;
  line-height: 24px !important;
}

.nav-pan h4 {
  font-size: 15px !important;
  display: inline-block;
  font-family: "Raleway", sans-serif;
}

.point-list-wrapper .nav a.nav-link {
  display: flex;
  align-items: center;
  background: transparent;
  color: #3e4077;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 0;
  border-bottom: 1px solid transparent !important;
}
.point-list-wrapper .nav a.nav-link img {
  width: 65px;
}
.point-list-wrapper .nav a.nav-link span {
  text-transform: uppercase;
  margin-top: 8px;
  margin-left: 8px;
}
.point-list-wrapper .nav a.nav-link:hover, .point-list-wrapper .nav a.nav-link:active, .point-list-wrapper .nav a.nav-link.active {
  border-radius: 0 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #e3e3e3 !important;
}
.point-list-wrapper .tab-content .tab-pane ul {
  list-style: square;
}
.point-list-wrapper .tab-content .tab-pane ul li {
  font-size: 15px;
  font-family: "Raleway";
  font-weight: 500;
  margin-bottom: 8px;
}

.special-point-list-wrapper .nav a.nav-link {
  display: flex;
  align-items: center;
  background: transparent;
  color: #3e4077;
  font-size: 15.1px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 0;
  border-top: 1px solid transparent !important;
}
.special-point-list-wrapper .nav a.nav-link img {
  width: 65px;
}
.special-point-list-wrapper .nav a.nav-link span {
  text-transform: uppercase;
  margin-top: 0px;
  margin-left: 0px;
}
.special-point-list-wrapper .nav a.nav-link:hover, .special-point-list-wrapper .nav a.nav-link:active, .special-point-list-wrapper .nav a.nav-link.active {
  border-radius: 0 !important;
  background-color: transparent !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  color: #d6b42e;
}
.special-point-list-wrapper .tab-content .tab-pane ul {
  list-style: square;
}
.special-point-list-wrapper .tab-content .tab-pane ul li {
  font-size: 15px;
  font-family: "Raleway";
  font-weight: 500;
  margin-bottom: 12px;
}
.special-point-list-wrapper .tab-content .tab-pane ul li i,
.special-point-list-wrapper .tab-content .tab-pane ul li span {
  color: #f0c415;
}

.governor-wrapper ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
.governor-wrapper p {
  font-size: 16px;
}

.search-wrapper .form-control,
.search-wrapper .filter-dropdown {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 38px;
  width: 200px;
}
.search-wrapper .btn-default {
  background-color: #3b3e78;
  border-radius: 0;
  color: white;
  line-height: 20px;
  height: 38px;
}
.search-wrapper form {
  margin-bottom: 0px;
}

.cabinet-view {
  box-shadow: 2px 2px 5px #dee2e6;
}
.cabinet-view td {
  padding: 0px !important;
}
.cabinet-view .cabinet-name {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-left: 15px !important;
}
.cabinet-view .cabinet-big-txt {
  padding: 3px 15px;
  font-size: 14px;
  font-weight: bold;
}
.cabinet-view .cabinet-more-btn {
  padding: 8px 25px;
  border-radius: 20px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 13px;
}
.cabinet-view .cabinet-icon-box {
  padding: 7px 12px;
  background-color: #e3cc7e;
  color: #fff;
  margin-right: 15px;
}

.projects-view {
  box-shadow: 2px 2px 5px #dee2e6;
  margin-bottom: 20px;
}
.projects-view td {
  padding: 0px !important;
}
.projects-view .cabinet-name {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-left: 15px !important;
}
.projects-view .cabinet-big-txt {
  padding: 3px 15px;
  font-size: 14px;
  font-weight: bold;
}
.projects-view .cabinet-more-btn {
  padding: 8px 25px;
  border-radius: 20px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 13px;
}
.projects-view .cabinet-icon-box {
  padding: 7px 12px;
  background-color: #e3cc7e;
  color: #fff;
  margin-right: 15px;
}

@media only screen and (max-device-width: 760px) {
  body.stretched #wrapper .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  #primary-menu-trigger {
    top: 10px !important;
  }

  #logo {
    height: 70px !important;
  }
  #logo img {
    height: 70px !important;
  }

  .vision-mission-wrapper {
    height: 685px;
  }

  .point-wrapper .card .card-footer h4,
.global-point-wrapper .card .card-footer h4 {
    font-size: 18px;
    margin-bottom: 35px !important;
  }

  .theme-wrapper .theme-intro h2 {
    font-size: 30px !important;
  }
}