@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

html * {
  font-family: 'Source Sans Pro';
}

body {
  background: #e7e7e7;
  overflow-x: hidden;
}

.header {
  position: fixed;
  background-color: rgba(44, 39, 39, 0.9);
  padding: 0 5%;
  padding-bottom: 6px;
  right: 0;
  left: 0;
  z-index: 10;
  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;
}

header.main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.main li {
  list-style-type: none;
}

header.main li a {
  padding: 0 1.5rem;
  display: block;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-secondary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.menu-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.menu-top-container li > a {
  color: #fff;
  font-weight: 700;
}

.menu-secondary-container li:last-child > a {
  padding: 10px 20px;
  border: solid 2px #d90000;
  background-color: #d90000;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-secondary-container li:last-child > a:hover {
  background-color: #fff;
  color: #d90000 !important;
}

.menu-secondary-container li > a {
  color: #fff;
  font-weight: 500;
}

.menu-top-container li > a:hover,
.menu-secondary-container li > a:hover {
  color: #ff9326;
}

.about-us p {
  font-size: 1rem;
  line-height: 2em;
}

.menu-item.active > a {
  color: #ff9326;
}

.about-us h2,
.about-us h5 {
  color: #d80000;
  font-weight: 600;
}

/* Additional properties for vertical alignment */
.header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* //////////////////////// */
.about-us a:hover {
  color: #B79753;
}

.abt-cont3 li::marker {
  color: #D80000;
}

.abt-cont3 ul {
  padding-left: 0;
  margin-left: 20px;
}

.abt-cont3 li {
  padding-bottom: 10px;
}

a {
  text-decoration: none;
  color: #2c2626;
}

.banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100vh;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-button1 {
  padding: 20px 30px;
  border: solid 2px #D90000;
  background-color: #D90000;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 60px;
}

.banner-button1:hover {
  background-color: #fff;
  color: #D90000;
}

.top {
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
}

.center {
  margin: -20px 0 -10px 0;
  font-weight: 700;
  font-size: 6rem;
  color: #fff;
}

.bottom {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}

.fish-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.fish-title::before {
  content: '';
  height: 3px;
  width: 48px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
}

.fish {
  position: relative;
}

/* //////////////////////// */

.fish::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.fish:hover .fish-title::before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.fish {
  height: 495px;
}

.fish .background {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.whats-new {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  padding-left: 250px;
  padding-right: 250px;
}

.whats-new-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  color: #d80000;
}

.whats-new-title::before {
  content: '';
  height: 3px;
  width: 48px;
  background-color: #000000;
  display: block;
  margin: 0 auto;
}

.whats-new-thumbnail {
  position: relative;
}

.whats-new-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.whats-new-card:hover .whats-new-thumbnail::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.whats-new-card:hover .post-title {
  color: #ff9326 !important;
}

.whats-new-bubble {  
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(25px, 40px) scale(0.9);
  z-index: 2;
}

.post-date {
  padding-top: 15px;
  color: #2c2626;
  font-style: italic;
  font-size: 1rem;
}

/* //////////////////////// */

.gallery {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.left-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}

.img-container {
  position: relative;
}

.img-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3;
  transition: background-color 0.3s ease;
}

.img-container:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-gallery {
  border: solid 2px #D90000;
  background-color: #D90000;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin: 70px 0;
  padding: 18px 25px;
}

.btn-gallery:hover {
  background-color: #fff;
  color: #D90000;
}

.about-red {
  background-color: #F3F1ED;
}

.about-red p {
  font-size: 1rem;
  padding: 10px 0px;
  line-height: 2em;
}

.learn-more-content-l .col-lg-6:first-child {
  padding-left: calc((100% - 1055px) / 2);
}

.testimonial {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  max-width: 100%;
  width: 545px;
  margin: 0 auto;
}

.testimonial-bubble {  
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0px, 360px);
}

/* //////////////////////// */

.testimonial-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  color: #D90000;
}

.testimonial-title::before {
  content: '';
  height: 3px;
  width: 48px;
  background-color: #CDCDCD;
  display: block;
  margin: 0 auto;
}

.client-title {
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  color: #a1a1a1;
}

.hire-red {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.hire-red-form {
  max-width: 100%;
  width: 580px;
  margin: 0 auto;
  padding: 46px 26px;
  background-color: #fff;
}

.hire-red-form input[type=submit]  {
  text-transform: uppercase;
  padding: 18px 25px;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
  border: solid 2px #D90000;
  background-color: #D90000;
  text-decoration: none;
  font-size: 16px;
}

.hire-red-form input[type=submit]:hover {
  background-color: #fff;
  color: #D90000;
}

.hire-red-form .top_label {
  display: flex;
  justify-content: center;
}

.footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.footer-bubble-1 {  
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-150px, 70px) scale(.7);
}

/* //////////////////////// */

.footer-bubble-2 {  
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(270px, -150px) scale(.7);
}

.footer-width {
  position: relative;
  max-width: 100%;
  width: 1055px;
  margin: 0 auto;
  z-index: 2;
}

.footer-width p,
.footer-nav li a {
  line-height: 2em;
}

.footer-form-1 .gform_heading {
  color: #fff;
}

.footer-form-1 input[type=submit] {
  border: 2px solid #D80000 !important;
  background-color: #D80000 !important;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  padding: 8px 43px;
  text-transform: uppercase;
}

.footer-form-1 input[type=submit]:hover { 
  background-color: #fff !important;
  color: #D90000;
}

.footer-form-1 input[type=email] {
  border-radius: 0;
  padding: 10px 16px;
  background-color: #3f3a3a;
  border: none;
  color: white;
}

.footer-form-1 input[type=email]::placeholder {
  color: #fff; 
}

.footer-form-1 .before {
  display: flex;
  justify-content: flex-end;
}

.footer-width h3,
.footer-width p,
.footer-width ul li,
.footer-width .copyright a {
  color: #fff;
}

.footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  -webkit-columns: 2;
}

.footer-list li a {
  color: #fff;
}

.footer-list li a:hover {
  color: #B79753;
}

.slick-arrows {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 50px;
}

.slick-arrows img:first-child:hover {
  transform: translateX(-10px);
  transition: 0.15s ease;
  cursor: pointer;
}

.slick-arrows img:last-child:hover{
  transform: translateX(10px);
  transition: 0.15s ease;
  cursor: pointer;
}

/* //////////////////////// */

.attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.slick-gallery-2 .slick-slide {
  margin: 0;
  padding: 0;
}

.slick-gallery-2 .slick-list {
  margin: -10px 0;
}

.slick-gallery-2 .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s;
  z-index: 4;
}

.back-to-top:hover {
  opacity: 1;
}

ul.social-media-lists {
  display: flex;
  justify-content: center;
}

.social-media li.list {
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding: 3px;
  margin: 0 5px;
  transition: 0.3s;
}

.social-media li.list:hover {
  margin-top: -5px !important;
  cursor: pointer !important;
  border-color: #d80000 !important;
}

.social-media li.list:hover i {
  color: #d80000 !important;
}

.social-media li.list i {
  transition: 0.3s;
}

li.list a {
  color: #fff;
  font-size: 15px;
}

.form-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.logo-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* //////////////////////// */
.top-form h2 {
  color: #d80000;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1em;
}

.top-form h2::before {
  content: '';
  display: block;
  background-color: #CDCDCD;
  width: 49px;
  height: 4px;
  margin-bottom: 20px;
}

.gform_confirmation_message {
  color: #fff;
}

/* Move reCAPTCHA v3 badge to the left */
 
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}