*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: 0px !important;
  scroll-behavior: smooth;
}
ul {
  list-style: none;
}
a:focus,
.btn:focus,
input:focus {
  box-shadow: none !important;
  outline: 0px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #02295c;
  -webkit-box-shadow: 0 0 0px 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  /*}


*::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
  border-radius: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar
{
  height: 10px;
  width: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
  background-color: #1066a3;*/
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
img {
  max-width: 100%;
}
a {
  transition: all 0.3s ease-out;
  display: inline-block;
}
a:hover {
  text-decoration: unset;
}
.underline {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: unset !important;
}
button {
  transition: all 0.3s ease-out;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0px;
  padding: 0;
  font-family: "Karbon";
}

/* Fonts */

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Semibold.woff2") format("woff2"),
    url("../fonts/Karbon-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/Karbon-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Thin.woff2") format("woff2"),
    url("../fonts/Karbon-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-ThinItalic.woff2") format("woff2"),
    url("../fonts/Karbon-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "KarbonUCLA BoldOutline";
  src: url("../fonts/KarbonUCLABoldOutline.woff2") format("woff2"),
    url("../fonts/KarbonUCLABoldOutline.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KarbonUCLA BoldOpen";
  src: url("../fonts/KarbonUCLA-BoldOpen.woff2") format("woff2"),
    url("../fonts/KarbonUCLA-BoldOpen.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KarbonUCLA";
  src: url("../fonts/KarbonUCLA-Thin.woff2") format("woff2"),
    url("../fonts/KarbonUCLA-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-BoldItalic.woff2") format("woff2"),
    url("../fonts/Karbon-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Bold.woff2") format("woff2"),
    url("../fonts/Karbon-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Hairline.woff2") format("woff2"),
    url("../fonts/Karbon-Hairline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-HairlineItalic.woff2") format("woff2"),
    url("../fonts/Karbon-HairlineItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Light.woff2") format("woff2"),
    url("../fonts/Karbon-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Medium.woff2") format("woff2"),
    url("../fonts/Karbon-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-MediumItalic.woff2") format("woff2"),
    url("../fonts/Karbon-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-RegularItalic.woff2") format("woff2"),
    url("../fonts/Karbon-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Regular.woff2") format("woff2"),
    url("../fonts/Karbon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karbon Thin";
  src: url("../fonts/KarbonUCLA-Thin.woff2") format("woff2"),
    url("../fonts/KarbonUCLA-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Swiper Styles */

.swiper-hero .swiper-slide > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper-hero .swiper-slide .hero-image-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0, 0.8) 100%
  );
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-hero .swiper-slide .hero-image-content h3 {
  font-weight: 200;
  font-size: 80px;
  font-family: "Karbon Thin";
  letter-spacing: 2px;
}
.swiper-hero .swiper-slide .hero-image-content p {
  font-weight: 600;
  letter-spacing: 2px;
}

.swiper-hero .swiper-button-next:after,
.swiper-hero .swiper-button-prev:after {
  font-size: 24px;
}
.swiper-hero .swiper-button-next,
.swiper-hero .swiper-button-prev {
  color: #fff;
  font-size: 20px;
  top: 90%;
}

.swiper-hero .swiper-button-prev {
  right: 50px;
  left: inherit;
}

.swiper-tri-slider .swiper-button-next:after,
.swiper-tri-slider .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}

.swiper-tri-slider .swiper-slide img {
  width: 100%;
}
.swiper-tri-slider .swiper-slide .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  padding-top: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0, 0.8) 100%
  );
  width: 100%;
  letter-spacing: 2px;
}
.swiper-tri-slider .swiper-slide .slider-content p {
  margin: 0;
}

.swiper-tri-slider .swiper-button-next,
.swiper-tri-slider .swiper-button-prev {
  opacity: 1;
  text-shadow: 2px 2px 4px #000;
}
.swiper-button-disabled {
  display: none;
}
section.tri-slider {
  padding: 10px 0;
}

/* navbar navigation */

.main-header .navbar-brand {
  margin: auto;
}
.main-header .navbar {
  padding-left: 0;
  padding-right: 0;
}
home header.main-header {
  position: fixed;
  left: 0;
  top: 0;
}
header.main-header {
  z-index: 9999;
  width: 100%;
  background: rgb(4 59 91 / 80%);
  color: #fff;
}
.logo {
  min-height: 35px;
}
.main-header .btn-outline-primary {
  color: #fff;
  border-color: #fff;
  border-radius: 0px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
}
.main-header .navbar-brand {
  font-weight: 500;
  color: #fff;
}
.main-header .navbar-brand span {
  margin-right: 4px;
  font-size: 26px;
  font-weight: 600;
}
.main-header .navbar-light .navbar-toggler {
  display: block;
  border: 0;
  color: #fff;
}
.main-header .navbar-toggler .toggler-icon {
  height: 2px;
  width: 35px;
  background: #043b5b;
  background: #fff;
  display: block;
  margin: 0 0 10px 0;
}
.main-header .navbar-toggler .toggler-icon:last-child {
  margin: 0 0 0px 0;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #fff;
}
.main-header .navbar-collapse {
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding: 20px 50px;
  width: 380px;
}
.navbar-nav {
  line-height: 35px !important;
}

.main-header .navbar-collapse .navbar-toggler .toggler-icon {
  background: #043b5b;
}
.main-header .navbar-collapse .navbar-toggler {
  padding: 0;
  margin-bottom: 30px;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-size: 12px;
  color: #043b5b;
  font-weight: 400;
  position: relative;
}

/* page styles */

.main-header h3.title {
  color: #043b5b;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 8px;
  font-family: "Karbon Thin";
  letter-spacing: 2px;
}
.main-header p.sub-title {
  color: #043b5b;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(41 107 150);
}
.about-text h3 {
  font-weight: 200;
  font-size: 50px;
  letter-spacing: 2px;
  font-family: "Karbon Thin";
}
.about-sec {
  padding: 100px 0px;
}
.about-text h4 {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: -10px;
  letter-spacing: 2px;
}
.btn-green {
  color: #0f4462;
  border-color: #0f4462;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 2px;
}
.btn-green:hover {
  color: #fff;
  border-color: #0f4462;
  background: #0f4462;
}
.row-align-c {
  align-items: center;
}

/* footer styles */
footer.page-footer {
  background: #181919;
  padding: 25px 0px;
  color: #fff;
}
.footer-heading {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.footer-text {
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 2px;
}
.gallery-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: 40px;
  background: rgb(4 59 91 / 25%);
  height: 100%;
}
.gallery-box .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 120%;
  height: 120%;
  max-width: 150%;
  z-index: -1;
  object-fit: cover;
  /*transform: translate(-8%, -8%);*/
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.gallery-box:hover .bg-image {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  /*transform: translate(0%,0%);*/
}
.gallery-box h3 {
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  position: relative;
  z-index: 9;
  font-size: 2.5em;
  text-transform: uppercase;
}

.gallery-box ul.activity {
  display: flex;
  position: relative;
  z-index: 9;
}
.gallery-box ul.activity li {
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
.gallery-box ul.activity li span {
  width: 4px;
  height: 4px;
  background: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: -3px;
  border-radius: 50px;
}

.gallery-content p {
  color: #fff;
  font-size: 16px;
}

.gallery-content {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  transform: translate(0px, 100px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  position: relative;
  z-index: 9;
}
.gallery-box:hover .gallery-content {
  transform: translate(0px, 0px);
  opacity: 1;
}
.gallery-box .gallery-content ul.activity {
  margin-top: auto;
  padding-top: 20px;
}
.gallery-box .gallery-content ul.activity li {
  margin-right: 24px;
}
.gallery-box .gallery-over {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: rgb(4 59 91 / 80%);
  z-index: 1;
  transform: translate(0px, 80px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.gallery-box:hover .gallery-over {
  transform: translate(0px, 0px);
  opacity: 1;
}
section.about-us-gallery .col-md-6 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.swiper-testimonial-slider .swiper-slide p {
  max-width: 800px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #7b7b7b;
}

.swiper-testimonial-slider .swiper-slide {
  text-align: center;
}
section.testimonial-slider {
  padding: 60px 0;
}
.navbar-nav .nav-link {
  padding: 0;
}
.navbar-nav .nav-link img {
  width: 14px;
  position: absolute;
  right: 10px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover img {
  transform: rotate(0deg);
}

/* posts styles */
/*** archive layout */
.archive .post {
  border-bottom: 4px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/*** page layout */
.post-template-default,
.archive {
  display: grid;
  grid-template-columns: 1fr minmax(30em, 50em) minmax(180px, 300px) 1fr;
  grid-template-rows: 75px auto;
  grid-template-areas:
    "header header header header"
    ". content sidebar ."
    "footer footer footer footer";
  column-gap: 50px;
  row-gap: 50px;
}
header {
  grid-area: header;
}
.post-template-default main,
.archive main {
  grid-area: content;
}
.post-template-default .entry-header,
.archive .entry-header {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  gap: 10px;
}
aside {
  grid-area: sidebar;
}
footer.page-footer {
  grid-area: footer;
}
/*** post content styles */
.post-template-default h1,
.post-template-default h2,
.archive h1,
.archive h2 {
  font-weight: 300;
}
.archive h2 {
  font-size: 3.25em;
}
.post-template-default h1,
.archive h1 {
  font-size: 3.25em;
  color: #003b5c; /* UCLA Darkest Blue */
}
h2.widget-title {
  font-weight: 600;
  font-size: 1.75rem;
  color: #999;
}
.entry-content p,
.entry-content a,
.entry-content li,
.widget-area p,
.widget-area a,
.nav-links span {
  font-family: Arial, Helvetica, sans-serif;
}
.post-template-default p,
.entry-content li,
.archive p {
  color: #666;
}
.post-template-default a,
.archive a {
  color: #2774ae; /* UCLA Blue */
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.entry-date {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
.post-thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.post-thumbnail-caption, .wp-block-image figcaption {
    padding: 15px 25px;
    background-color: #ffffff;  
    font-size: 0.875em;
    font-family: "Karbon";
    font-style: italic;
}
.post-thumbnail-caption {
  align-self: flex-end;
  margin-right: 50px;
  margin-top: -25px;
  max-width: 380px;
}
.wp-block-image figure {
  position: relative;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: block;
}
.wp-block-image img {
  max-width: 100%;
  margin-bottom: 50px;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  position: absolute;
  margin-top: -75px;
}
.wp-block-image .aligncenter > figcaption {
    left: 50px;
}
.wp-block-image .alignleft > figcaption {
  left: 50px;
  max-width: 270px;
}
.wp-block-image .alignright > figcaption {
    right: 50px;
    max-width: 270px;
}
  
.widget_recent_entries li {
  margin-bottom: 10px;
}
/* media queries */

@media only screen and (max-width: 600px) {
  .navbar-collapse {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  aside {
    display: none;
  }
  .post-template-default,
  .archive {
    display: grid;
    grid-template-columns: 1fr minmax(450px, 800px) 1fr;
    grid-template-rows: 75px auto;
    grid-template-areas:
      "header header  header"
      ". content  ."
      "footer footer footer";
    column-gap: 25px;
    row-gap: 25px;
  }
  .post-navigation .nav-links {
    flex-direction: column;
    align-items: center;
  }
}
