body,
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  color: black;
}

a:hover {
  text-decoration: none;
}

ul li a {
  color: black;
}

a {
  color: black;
}

ul li,
p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #3c3a39;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "IndustryTest-Medium";
  font-weight: 500;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -5%;
  text-transform: capitalize;
  color: #3c3a39;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}

h2 {
  font-family: "IndustryTest-Medium";
  font-weight: 500;
  font-size: 48px;
  line-height: 113.99999999999999%;
  letter-spacing: -4%;
  text-transform: capitalize;
  color: #000000;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.fa-arrow-right:before {
  content: "\f061";
  padding-left: 7px;
  font-size: 21px;
}

/*back to top*/

#back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0;
  z-index: 99999999;
  width: 50px;
  margin-right: 10px;
  height: 48px;
  animation: rotate 10.5s;
  text-align: center;
  line-height: 50px;
  background: #252522;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.5s linear;
  opacity: 0;
}

.show {
  display: block !important;
}

#back-to-top.show {
  opacity: 1;
  right: 0;
}

@font-face {
  font-family: "IndustryTest-Medium";
  src: url("../fonts/IndustryTest-Medium.woff");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Regular.woff");
}

/*back to top*/

/*HEADER*/

header .navbar {
  background-color: #3c3a39;
  padding-top: 36px;
  padding-bottom: 36px;
}

.header-logo img {
  width: 150px;
  position: relative;
  z-index: 99;
}

header .navbar {
  padding-right: 60px;
}

header .menu-item a:hover {
  color: #fdbb2d;
}

ul#menu-header-menu > li.current-menu-item > a {
  color: #fdbb2d;
}

div#navbarSupportedContent {
  justify-content: flex-end;
}

header ul li a {
  color: #fff;
  margin: 0px 25px;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  text-transform: uppercase;
}

header ul li:last-child a {
  margin-right: 0px;
}

ul#menu-header-menu-1 li:hover > ul.sub-menu,
ul#menu-header-menu li:hover > ul.sub-menu {
  max-height: 500px; /* enough space for submenu items */
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

ul.sub-menu {
  list-style: none;
  padding: 0px;
  position: absolute;
  background: #000000a3;
  min-width: 220px;
  border-radius: 0px;
  box-shadow: 0px 29px 38px -50px #5f5f5f;
  z-index: 999999999999999 !important;
  border: 1px solid #fdbb2d;
  /* Animation base */
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease;
}

ul.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #000;
  top: -9px;
  left: 47%;
  position: absolute;
  display: none;
}

ul#menu-header-menu .sub-menu li {
  border-bottom: 1px solid #fff;
  padding: 0px;
}

.navbar_content .sub-menu a {
  padding-bottom: 0;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  margin: 0px;
}

header .sub-menu .menu-item a:hover {
  color: #fdbb2d;
}

ul#menu-header-menu .sub-menu li:last-child {
  border: none;
}

/* Header Section END */

/* Home Page */

.page-template-index header {
  display: none;
}

.index-slider-image {
  position: relative;
}

.index-slider-image img {
  width: 100%;
  /* height: 620px;
  object-fit: cover; */
}

.index-slider .index-header-section-1-description {
  position: unset;
}

.index-slider .index-header-banner-description-bottom {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
}

.index-slider-description {
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 0px;
  margin: 0px;
}

.index-slider-description .index-header-banner-left .section-1-title h1 {
  font-size: 82px;
}

.index-slider-top-fade {
  background-image: linear-gradient(180deg, black, transparent);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 150px;
}

.index-slider-left-fade {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: linear-gradient(50deg, #000000b3, transparent);
  top: 0px;
}

.section-1 {
  position: relative;
  padding: 60px 0px;
}

.header-banner-video,
.Index-header-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* height: 100%; */
  background-position: center;
}

.index-page-section .header-banner-video video {
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.index-page-section .header-banner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-header-section-1-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
}

.header-banner-desc,
footer,
header .navbar,
.Index-header-banner .section-1-description {
  padding-left: 60px;
  padding-right: 60px;
}

.header-banner-desc .container-fluid,
.Index-header-banner .section-1-description .container-fluid,
footer .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.index-header-banner-description {
  padding: 55px 0px 60px;
}

.index-header-banner-left .section-1-title h1 {
  font-family: "IndustryTest-Medium";
  font-weight: 500;
  font-size: 128px;
  line-height: 108%;
  text-transform: uppercase;
  color: #ffff;
  margin-bottom: 25px;
}

.index-header-banner-left .section-1-button {
  display: inline-block;
}

.home-button-white a {
  border: 2px solid #ffffff;
  padding: 10px 16px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.home-button-white a i::before {
  font-size: 14px;
  padding-left: 0px;
}

.home-button-white a:hover {
  background: #fdbb2d;
  border: 2px solid #fdbb2d;
  color: #3c3a39;
}

.index-header-banner-right {
  display: flex;
  align-items: flex-end;
}

.index-header-banner-right a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter";
  font-weight: 600;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}

.index-header-banner-right a:hover {
  color: #fdbb2d;
}

.index-header-banner-right .section_1_repeater_img_content {
  margin: 24px 0px;
}

.index-header-banner-description-bottom header {
  display: block;
}

.index-header-banner-description-bottom .navbar {
  background: unset;
  padding: 25px 30px 25px 0px;
}

.index-about-section .about-us {
  color: #fdbb2d;
  font-size: 24px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.about-description {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.index-about-section .section-2-title h2 {
  color: #3c3a39;
}

.index-about-section .section-2-content p {
  color: #000;
  width: 85%;
  margin-bottom: 0px;
}

.section-2-button {
  display: inline-flex;
}

.section-2-button a {
  background: #fdbb2d;
  border: 2px solid #fdbb2d;
  padding: 10px 16px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3c3a39;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-2-button a i::before {
  font-size: 14px;
  padding-left: 0px;
}

.section-2-button a:hover {
  background: transparent;
  border: 2px solid #3c3a39;
}

.index-about-section .about-description-left-content img {
  width: 100%;
}

.index-project-section .section-3 {
  background-color: #fdbb2d;
  height: 470px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.index-project-section-bottom {
  margin: 48px -15px;
}

.index-project-section-top-left h2 {
  color: #3c3a39;
}

.index-project-section-top-right {
  display: flex;
  align-items: flex-end;
}

.our-project p {
  /* padding: 30px 0px; */
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 16%;
  text-transform: uppercase;
  margin: 0px;
  font-family: "Inter";
  letter-spacing: 6px;
  color: #3c3a39;
  z-index: 1;
  position: relative;
  background: #fdbb2d;
  display: inline;
  padding-right: 20px;
}

.index-project-section-bottom.about-values-section-top .line {
  right: 18%;
}

.shadrocks-slider .slick-prev {
  left: unset;
  z-index: 999;
  top: -84px;
  right: 11%;
  transform: unset;
  font-weight: 900;
  border: 2px solid #3c3a39;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdbb2d;
  width: unset;
  height: unset;
}

.shadrocks-slider .slick-next {
  z-index: 999;
  top: -84px;
  right: 15px;
  transform: unset;
  font-weight: 900;
  border: 2px solid #3c3a39;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdbb2d;
  color: #3c3a39;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 100%;
  flex-direction: row-reverse;
  gap: 8px;
  width: unset;
  height: unset;
}

.shadrocks-slider .slick-prev:before {
  content: "\f060";
}

.shadrocks-slider .slick-next:before {
  content: "\f061";
}

.shadrocks-slider .slick-prev:before,
.shadrocks-slider .slick-next:before {
  font-size: 20px;
  line-height: 20px;
  opacity: 1;
  color: #3c3a39;
  font-family: "FontAwesome";
}

.shadrocks-slider .slick-prev:hover,
.shadrocks-slider .slick-prev:focus,
.shadrocks-slider .slick-next:hover,
.shadrocks-slider .slick-next:focus {
  outline: none;
  background: #fdbb2d;
  color: #3c3a39;
}

.index-services-section-right-description {
  margin: 15px 0px;
}

.index-services-section-right .Section-4-right-content {
  border: 1px solid #3c3a39;
  height: 100%;
  padding: 20px;
}

.index-services-section {
  padding-bottom: 60px;
}

.index-services-section-right .Section-4-right-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -3%;
  font-family: "Inter";
  margin: 20px 0px;
}

/* about page */

.about-team-section {
  padding: 60px 0px 30px;
  position: relative;
}

.about-team-section .section-2 {
  background-color: #fdbb2d;
  height: 544px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.about-team-section .section-2-our-team {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3c3a39;
  font-family: "Inter";
}

.about-team-section .section-2-title h2 {
  letter-spacing: -2px;
  color: #3c3a39;
  padding: 36px 0px;
  text-transform: math-auto;
}

.team-cards {
  padding-top: 100px;
}

.team-details {
  border-bottom: 4px solid #5d5d5a;
  margin: 0px -10px;
}

.team-details img {
  width: 100%;
}

.about-team-slider-top-right {
  padding: 90px 160px 15px 160px;
  background: #fff;
}

.about-team-slider-top-right h2 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "IndustryTest-Medium";
  color: #3c3a39;
  margin-top: 5px;
}

.about-team-slider-top-right h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #3c3a39;
  font-weight: 400;
  margin-top: 20px;
  letter-spacing: 1px;
}

.about-slider-number p {
  margin-bottom: 10px;
}

.about-slider-number p,
.about-slider-number a {
  color: #3c3a39;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Inter";
}

.team-card.section-2-repeater-description {
  margin-bottom: 52px;
}

.team-card.section-2-repeater-description .card {
  border: 1px solid #d2d2d2;
  height: 100%;
  padding-bottom: 16px;
  cursor: pointer;
  border-radius: 0px;
}

.about-team-section .section-2-repeater-description h2 {
  font-family: "IndustryTest-Medium";
  font-size: 24px;
  line-height: 100%;
  color: #3c3a39;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 6px;
  -webkit-transition: background 0.8s cubic-bezier(0.04, 0.4, 0.57, 1.13);
  -moz-transition: background 0.8s cubic-bezier(0.04, 0.4, 0.57, 1.13);
  transition: background 0.8s cubic-bezier(0.04, 0.4, 0.57, 1.13);
}

.section-2-repeater-description p {
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  color: #3c3a39;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.3;
}

.about-slider-numbers {
  padding: 0px 30px;
}

.about-slider-numbers a {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}

.page-template-about .section-3 {
  padding: unset;
  background-color: unset;
  height: unset;
}

.about-values-section {
  margin: 40px 0px 0px;
}

.about-values-section-top {
  position: relative;
}

.about-values-section-left {
  display: flex;
  align-items: center;
}

.about-values-section-left h4 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3c3a39;
  margin-bottom: 0px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 25px;
}

.about-values-section-right {
  justify-content: right;
  display: flex;
}

.about-values-section-right .section-3.button {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-left: 25px;
}

.home-button-black a {
  border: 2px solid #3c3a39;
  padding: 10px 16px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3c3a39;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.home-button-black a i::before {
  font-size: 14px;
  padding-left: 0px;
}

.home-button-black a:hover {
  background: #fdbb2d;
  border: 2px solid #fdbb2d;
}

.about-values-section-top .line {
  border: 1px solid;
  border: 2px solid #3c3a39;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  margin: auto;
}

.about-values-section .section-3-repeater {
  padding: 70px 0px 60px;
}

.about-values-section .section-3-repeater h2 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #000;
  margin-bottom: 16px;
}

/* About Page END */

/*FOOTER*/

footer {
  background-color: #f5f5f5;
  padding-top: 56px;
  padding-bottom: 30px;
}

footer p,
footer a,
.footer-content-section a,
footer ul li a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  /* width: 80%; */
}

footer a:hover,
footer ul li a:hover,
.footer-content-section a:hover {
  color: #fdbb2d;
}

.footer-content-section a {
  text-decoration: underline;
}

.footer-content-section a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-content-section {
  margin-bottom: 12px;
}

footer ul li {
  padding: 8px 0px;
}

footer ul li a {
  padding: 0px;
}

footer h2 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}

.footer-nation-image img {
  width: 170px;
}

.footer-section:nth-child(1) p {
  margin-top: 25px;
}

.social-icon-app {
  margin-left: 10px;
  margin-bottom: 10px;
}

.social-icon-app a {
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon-app a:hover {
  border: 1px solid #fdbb2d;
}

.footer-bottom-section {
  margin-top: 50px;
}

.footer-bottom-section-right {
  text-align: right;
}

.footer-nation-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer-bottom-section-right p {
  width: 85%;
}

/* Footer END */

/* contact */

.header-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.header-banner-desc {
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 50px;
  z-index: 1;
}

.header-banner-desc h1 {
  color: #fff;
  text-transform: uppercase;
}

.header-banner-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 0px;
  /* height: 250px; */
  background-image: linear-gradient(0deg, black, transparent);
}

.contact-page-section {
  padding: 60px 0px;
}

.contact-page-section-left-description {
  width: 80%;
}

.contact-page-section-left h2 {
  font-family: "IndustryTest-Medium";
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3px;
  padding: 0px;
  margin-bottom: 25px;
}

.contact-page-section-left .contact-discription {
  margin: 40px 0px;
}

.contact-page-section-left .social-icon-app {
  margin-right: 36px;
  margin-left: 0px;
}

.contact-page-section-left .social-icon-app a {
  color: #3c3a39;
  font-size: 36px;
  border: none;
}

.contact-page-section-left .social-icon-app a:hover {
  border: none;
}

.contact-page-section :focus-visible {
  outline: unset;
}

.contact-page-section textarea,
.contact-page-section input {
  background-color: #f7f7f7;
  width: 100%;
  border: unset;
  color: #3c3a39;
  font-size: 16px;
  line-height: 180%;
  font-family: "Inter";
  font-weight: 400;
  margin-top: 10px;
  padding: 10px;
}

.contact-page-section form label {
  width: 100%;
  color: #3c3a39;
  font-size: 16px;
  line-height: 180%;
  font-family: "Inter";
  font-weight: 400;
}

.contact-page-section textarea.wpcf7-form-control.wpcf7-textarea {
  height: 165px;
}

.contact-page-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: unset;
  border: 2px solid #3c3a39;
  color: #3c3a39;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 13px 38px;
  margin-top: 0px;
}

.contact-page-section .contact-form p {
  display: flex;
  justify-content: flex-end;
}

.section-2-content p {
  width: 97%;
}

/* Contact Page END */

/* career */

.career-section {
  padding: 60px 0px 40px;
}

.career-section h4 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  margin-bottom: 15px;
}

.career-section-repeater-description {
  margin: 15px 0px;
}

.career-section-repeater-description img {
  width: 100%;
}

.alignnone {
  margin: 0px !important;
}

/* career Page END */

/* 404 */
article#post-404 h1 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}

article#post-404 {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 30px;
}

article#post-404 p {
  text-align: center;
  padding-bottom: 15px;
}

/* 404 END */

/* Archive Page */

.single-page {
  margin-bottom: 60px;
}

.archive-header-section {
  background: #f5f5f5;
  padding: 60px 0px;
}

.archive-header-section-left {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.archive-header-section-left h1 {
  font-family: "IndustryTest-Medium";
  font-weight: 500;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -5%;
  text-transform: capitalize;
  color: #3c3a39;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}

.archive-header-section-left hr {
  border-top: 13px solid #fdbb2d;
  margin: 0px;
  margin-top: -13px;
}

.archive-header-section-right {
  display: flex;
  gap: 10px;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
}

.archive-header-section-right p {
  margin-bottom: 0px;
}

.single-page-content .news-post-desc {
  padding-top: 72px;
}

.single-back-button {
  /* background: #f5f5f5; */
  padding: 72px 0px;
  /*  margin-bottom: 120px;  */
}

.home-text-button-black a {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #3c3a39;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-text-button-black a i {
  color: #fdbb2d;
}

.single-page-image img {
  width: 100%;
}

.single-page-description {
  margin: 60px -15px 25px;
  border-bottom: 1px solid #000;
  /* padding-bottom: 50px; */
}

.single-post-content-repeater-content {
  margin: 18px 0px;
}

.single-post-content-repeater {
  margin-top: 18px;
}

.single-post-content-repeater-content h3 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #000;
}

.single-post-content-repeater-content p {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: #000;
  line-height: 180%;
  margin-bottom: 0px;
}

.nav-post-thumbnail img {
  width: 74px;
  height: 101px;
  object-fit: cover;
}

.nav-post-title {
  font-family: "IndustryTest-Medium";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #3c3a39;
  margin-bottom: 8px;
}

.nav-post-content span {
  display: flex;
  gap: 8px;
  align-items: center;
}

.single-page-bottom-button-right .post-navigation a {
  display: flex;
  flex-direction: row-reverse;
}

.single-page-bottom-button-right .nav-post-content span {
  justify-content: right;
}

.blog-listing-table .nav-tabs {
  border-bottom: unset;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 70px;
}

.blog-listing-table .nav-tabs .nav-link,
.blog-listing-table .nav-tabs .nav-link.active {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  border: unset;
  color: #3c3a39;
  background: unset;
}

.blog-listing-table .nav-tabs .nav-link.active {
  color: #fdbb2d;
}

.archive-page-post-section {
  position: relative;
}

.archive-page-post-section img {
  width: 100%;
}

.archive-page-post-section-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
  z-index: 1;
}

.archive-page-post-section-description h2 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 15px;
}

.archive-page-post-section-content {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.archive-page-post-section-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fdbb2d;
  padding: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.archive-page-post-section-arrow i.fa-arrow-right:before {
  padding-left: 0px;
}

.archive-page-post-section-arrow i {
  transform: rotate(-45deg);
}

.blog-listing-section1-right-description-right {
  margin: 15px 0px;
}

#post-listing-container {
  margin-bottom: 35px;
}

.archieve-gradient {
  /* background: linear-gradient(0deg, rgb(0 0 0 / 37%) 66.14%, rgb(0 0 0 / 0%) 123.41%); */
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(0deg, #00000096, transparent);
}

/* Archive Page */

.single-page-award-section-content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 18px;
}

.single-page-award-section-content img {
  padding-top: 5px;
}

.single-page-award-section-description p {
  color: #000;
  margin-bottom: 0px;
}

.single-page-award-section-description p strong {
  font-weight: bold;
}

.header-slider .slick-next,
.header-slider .slick-prev {
  z-index: 99;
  background: #fdbb2d;
  bottom: 0;
  transform: translate(0, 0);
  top: unset;
  width: 48px;
  height: 48px;
}

.header-slider .slick-prev {
  left: unset;
  right: 48px;
}

.header-slider .slick-next {
  right: 0px;
}

.header-slider .slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
  color: #3c3a39;
}

.header-slider .slick-next:before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #3c3a39;
}

/*  RESPONSIVENESS  */

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }

  .rooms-section-1 {
    max-width: calc(100% - (100% - 1440px) / 2);
    margin-left: auto;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }

  .rooms-section-1 {
    max-width: calc(100% - (100% - 1200px) / 2);
    margin-left: auto;
  }
}

@media screen and (max-width: 1599px) {
  .contact-page-section-left-description {
    width: 95%;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 75px;
  }
}

@media screen and (max-width: 1439px) {
  footer p,
  footer a,
  .footer-content-section a,
  footer ul li a {
    font-size: 15px;
  }

  .index-header-banner-left .section-1-title h1 {
    font-size: 115px;
    line-height: 104%;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 1365px) {
  .rooms-section-1 {
    max-width: calc(100% - (100% - 1140px) / 2);
    margin-left: auto;
  }

  .header-banner-desc,
  footer,
  header .navbar,
  .Index-header-banner .section-1-description {
    padding-left: 25px;
    padding-right: 25px;
  }

  header .navbar {
    padding-right: 60px;
  }

  h1 {
    font-size: 75px;
  }

  article#post-404 {
    padding-top: 100px;
  }

  .index-header-banner-left .section-1-title h1 {
    font-size: 102px;
    line-height: 98%;
  }

  .index-header-banner-right a {
    font-size: 13px;
    line-height: 22px;
    gap: 8px;
  }

  .index-header-banner-right a img {
    width: 20px;
  }

  .about-description {
    gap: 20px;
  }

  .our-project p,
  .index-about-section .about-us {
    font-size: 20px;
  }

  h2 {
    font-size: 44px;
    line-height: 110%;
  }

  .index-about-section .section-2-content p {
    width: 95%;
  }

  .index-services-section-right .Section-4-right-content h3 {
    font-size: 17px;
  }

  .footer-content-section img {
    width: 18px;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1199px) {
  header .navbar {
    padding-right: 40px;
  }

  .rooms-section-1 {
    max-width: calc(100% - (100% - 960px) / 2);
    margin-left: auto;
  }

  /* contact */

  h1 {
    font-size: 58px;
    line-height: 90%;
  }
  .contact-page-section-left h2 {
    font-size: 53px;
    line-height: 61px;
    margin-bottom: 20px;
  }

  .contact-page-section-left .contact-discription {
    margin: 30px 0px;
  }

  .contact-page-section-left .social-icon-app {
    margin-right: 30px;
  }

  .contact-page-section-left .social-icon-app a {
    font-size: 30px;
  }

  header .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .archive-header-section-left h1 {
    font-size: 80px;
  }

  .archive-header-section {
    padding: 50px 0px;
  }

  .about-team-slider-top-right {
    padding: 90px 90px 15px;
  }

  .about-team-slider-top-right h3 {
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .about-team-section .section-2-title h2 {
    padding: 30px 0px;
  }

  .about-team-section .section-2-repeater-description h2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-2-repeater-description p {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .about-slider-numbers {
    padding: 0px 18px;
  }

  .about-values-section {
    margin: 25px 0px 0px;
  }

  .about-values-section-left h4 {
    font-size: 22px;
  }

  .about-values-section .section-3-repeater h2 {
    font-size: 19px;
  }

  .archive-page-post-section-description h2 {
    font-size: 25px;
  }

  .blog-listing-table .nav-tabs {
    margin-top: 55px;
  }

  .blog-listing-table .nav-tabs {
    margin-top: 50px;
  }
  /* 
  .single-back-button {
    margin-bottom: 100px;
  } */

  article#post-404 h1 {
    font-size: 84px;
  }

  .career-section {
    padding: 50px 0px 30px;
  }

  .career-section h4 {
    font-size: 18px;
  }

  .index-header-banner-left .section-1-title h1 {
    font-size: 80px;
  }

  .our-project p,
  .index-about-section .about-us {
    font-size: 18px;
  }

  h2 {
    font-size: 38px;
    line-height: 100%;
  }

  .index-about-section .section-2-content p {
    width: 100%;
  }

  ul li,
  p {
    font-size: 14px;
    line-height: 175%;
  }

  .home-button-black a,
  .home-button-white a,
  .section-2-button a {
    font-size: 14px;
  }

  .about-description {
    padding: 20px 15px;
  }

  .our-project p,
  .index-about-section .about-us {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .shadrocks-slider .slick-next {
    font-size: 14px;
  }

  .shadrocks-slider .slick-prev {
    right: 12%;
  }

  .index-services-section-right .Section-4-right-content h3 {
    font-size: 15px;
  }

  .index-services-section-right .Section-4-right-content {
    padding: 20px 20px 10px;
  }

  .index-project-section .section-3 {
    height: 420px;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .index-header-section-1-description {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }

  h1 {
    font-size: 42px;
    line-height: 80%;
  }

  .rooms-section-1 {
    max-width: calc(100% - (100% - 720px) / 2);
    margin-left: auto;
  }

  .header-menu-logo {
    padding-top: 90px;
    text-align: center;
  }

  #toggle:checked ~ .toggle-btn {
    position: fixed;
    right: 20px;
    top: 20px;
  }

  .toggle-btn {
    z-index: 9999999999999;
    cursor: pointer;
    margin-bottom: 0px;
  }

  .cross-btn-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
  }

  .toggle-btn .bar:nth-child(1) {
    transition: all 0.6s ease-in-out;
  }

  .toggle-btn .bar {
    width: 36px;
    height: 4px;
    opacity: 1;
    margin: 5px 0px 5px auto;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }

  #toggle:checked ~ .toggle-btn .bar {
    background-color: #ffffff;
  }

  header #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(60deg);
    transform: translateY(0px) rotate(50deg);
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-46deg);
    transform: translateY(-9px) rotate(-50deg);
  }

  #toggle:checked ~ #navbarSupportedContent {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
  }

  #navbarSupportedContent {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .navbar-collapse {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #3c3a39;
    transition: 0.3s;
    z-index: 99999999999999999999999;
  }

  .navbar_content {
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #3c3a39;
    transition: 0.3s;
    z-index: 9999999999999999;
  }

  .navbar ul {
    display: block;
    position: absolute;
    top: 180px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #3c3a39;
    padding: 15px;
    transition: 0.3s;
    text-align: center;
    border-radius: 7px;
    opacity: 1;
    visibility: visible;
    min-height: max-content;
    overflow: unset;
  }

  .navbar_content li {
    padding: 8px 0px;
  }

  .navbar_content a {
    margin: 0px !important;
    display: block;
  }

  header .menu-item a:hover {
    color: #ffffff;
  }

  ul#menu-header-menu > li.current-menu-item > a {
    color: #ffffff;
  }

  ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: relative;
    display: block;
    background: no-repeat;
    width: 100%;
    margin: 10px auto 0px;
    border-radius: 0px;
    transform: translateX(0);
    border: 1px solid #fff;
    top: 0px;
    left: 0px;
    /* background-image: linear-gradient(92.35deg, #ec4e4e -0.09%, #f3549e 99.83%); */
  }

  ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #ffffff;
    top: -9px;
    left: 49%;
    position: absolute;
    display: block;
  }

  ul#menu-mobile-menu .sub-menu li {
    border-bottom: 1px solid #fff;
    padding: 0px;
  }

  .navbar_content .sub-menu a {
    padding: 10px 15px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 20px;
  }

  .header-banner-desc,
  footer,
  header .navbar,
  .Index-header-banner .section-1-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-template-about .section-1-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #3c3a39;
  }

  .page-template-about .section-1 {
    position: relative;
    padding: 30px 0px;
  }

  .page-template-about .section-1-title h1 {
    font-size: 65px;
    line-height: 73px;
    letter-spacing: -2px;
  }

  .about-team-slider-top-right {
    padding: 15px 70px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-template-about .section-2-our-team {
    font-size: 24px;
    padding: 40px 0px 0px;
  }

  .page-template-about .section-2-title h2 {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: -2px;
    padding: 36px 0px 25px;
  }

  header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  p {
    font-size: 14px;
    line-height: 170%;
  }

  /* contact */

  .contact-page-section-left-description {
    width: 100%;
  }

  .contact-page-section-left h2 {
    font-size: 43px;
    line-height: 51px;
  }

  .wpcf7-spinner {
    display: none;
  }

  .page-template-contact .contact-form p {
    justify-content: flex-start;
  }

  .contact-page-section-left .social-icon-app {
    margin-right: 28px;
  }

  .contact-page-section-left .social-icon-app a {
    font-size: 28px;
  }

  footer .col-md-6 {
    padding-bottom: 35px;
  }

  .footer-img a img {
    width: 58%;
  }

  article#post-404 {
    padding-top: 70px;
  }

  article#post-404 h1 {
    font-size: 75px;
    padding-top: 25px;
  }

  .career-section {
    padding: 40px 0px 30px;
  }

  .page-template-index header {
    display: block;
  }

  .index-header-banner-description-bottom header {
    display: none;
  }

  .index-header-banner-left .section-1-title h1 {
    font-size: 55px;
    line-height: 108%;
  }

  h2 {
    font-size: 28px;
  }

  .about-description {
    gap: 15px;
  }

  p {
    font-size: 13px;
    line-height: 155%;
  }

  .shadrocks-slider .slick-prev:before,
  .shadrocks-slider .slick-next:before {
    font-size: 15px;
  }

  .shadrocks-slider .slick-prev {
    right: 16%;
  }

  .index-project-section-bottom.about-values-section-top .line {
    right: 25%;
  }

  .index-services-section-right .Section-4-right-content {
    padding: 20px 10px 10px;
  }

  .index-project-section .section-3 {
    height: 370px;
  }

  .archive-header-section {
    padding: 35px 0px;
  }

  .page-template-about .section-2-our-team {
    font-size: 22px;
    padding: 0px 0px;
  }

  .archive-header-section-left h1 {
    font-size: 70px;
  }

  .page-template-about .section-2-title h2 {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: -1px;
    padding: 20px 0px;
  }

  .about-values-section-top .line {
    border: 1px solid #3c3a39;
  }

  .about-team-section .section-2 {
    height: 416px;
  }

  .about-team-section {
    padding: 40px 0px;
    position: relative;
  }

  .about-values-section .section-3-repeater {
    padding: 50px 0px;
  }

  .about-values-section-left h4 {
    font-size: 22px;
  }

  .about-values-section .section-3-repeater h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .archive-page-post-section-description h2 {
    font-size: 23px;
    margin-bottom: 13px;
  }

  .archive-page-post-section-content {
    font-size: 15px;
  }

  .blog-listing-table .nav-tabs {
    margin-top: 40px;
  }

  /* .single-back-button {
    background: #f5f5f5;
    padding: 40px 0px;
    margin-bottom: 80px;
  } */

  /* .single-page-description {
    margin: 60px -15px 30px;
  }

  .single-page-description {
    margin: 60px -15px 10px;
  } */

  footer p,
  footer a,
  .footer-content-section a,
  footer ul li a {
    font-size: 15px;
    line-height: 23px;
    width: unset;
  }

  footer {
    padding-top: 50px;
  }

  /* .home-text-button-black {
    margin-top: 15px;
  } */

  .nav-post-title {
    font-size: 18px;
  }
  .contact-page-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 13px 31px;
  }

  .single-page-award-section-content {
    margin-top: 20px;
  }

  .single-page-award-section-content img {
    padding-top: 3px;
  }

  .section-1-description.index-header-section-1-description {
    top: unset;
    transform: translateY(0px);
  }

  .index-slider-description {
    bottom: 40px;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 40px;
  }

  .index-slider-top-fade {
    display: none;
  }

  /* .index-slider-image img {
    height: 520px;
  } */
}

@media screen and (max-width: 767.98px) {
  /* .index-slider-image img {
    height: unset;
  } */
  h1 {
    font-size: 36px;
    line-height: 80%;
  }

  .index-page-section .header-banner-video video {
    height: 450px;
  }

  .rooms-section-1 {
    max-width: calc(100% - (100% - 540px) / 2);
    margin-left: auto;
  }

  .header-banner-desc,
  footer,
  header .navbar,
  .Index-header-banner .section-1-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-logo a img {
    width: 80%;
  }

  .contact-page-section {
    padding: 40px 0px;
  }

  .contact-page-section-left h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .contact-page-section-left .social-icon-app {
    margin-right: 25px;
  }

  .contact-page-section-left .social-icon-app a {
    font-size: 25px;
  }

  .contact-page-section-right {
    margin-top: 50px;
  }

  .footer-content-section img {
    width: 21px;
  }

  .footer-img a img {
    width: 34%;
  }

  .col-lg.footer a p {
    font-size: 15px;
  }

  .toggle-btn .bar {
    width: 30px;
    height: 3px;
  }

  article#post-404 h1 {
    font-size: 65px;
    padding-top: 30px;
  }

  .index-header-banner-left .section-1-title h1 {
    font-size: 45px;
  }

  .index-header-banner-right .section_1_repeater_img_content {
    margin: 20px 0px;
  }

  .index-header-banner-right {
    margin-top: 30px;
  }

  .about-description {
    padding: 40px 15px;
  }

  .index-project-section-bottom {
    margin: 30px -15px;
  }

  .about-team-section {
    padding: 40px 0px;
  }

  .about-description.index-services-section-left {
    padding-top: 10px;
  }

  .index-services-section {
    padding-bottom: 40px;
  }

  .archive-header-section {
    padding: 30px 0px;
  }

  .archive-header-section-left h1 {
    font-size: 50px;
  }

  .archive-header-section-right {
    margin-top: 20px;
  }

  .about-team-section {
    padding: 30px 0px;
  }

  .page-template-about .section-2-title h2 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0px;
    padding: 15px 0px;
  }

  .page-template-about .section-2-our-team {
    font-size: 20px;
  }

  .team-cards {
    padding-top: 30px;
  }

  .about-team-section .section-2-repeater-description h2 {
    font-size: 23px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-team-section .section-2-repeater-description p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-values-section {
    margin: 20px 0px 0px;
  }

  .about-values-section-top .line {
    display: none;
  }

  .about-values-section-left h4 {
    font-size: 22px;
  }

  .about-values-section .section-3-repeater {
    padding: 35px 0px;
  }

  .about-values-section .section-3-repeater h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .about-team-section .section-2 {
    height: 340px;
  }

  .archive-header-section-left hr {
    border-top: 9px solid #fdbb2d;
    margin: 0px;
    margin-top: -10px;
  }

  .blog-listing-table .nav-tabs {
    margin-top: 30px;
  }

  .blog-listing-table .nav-tabs .nav-link,
  .blog-listing-table .nav-tabs .nav-link.active {
    font-size: 15px;
  }

  .fa-arrow-right:before {
    font-size: 16px;
  }

  .archive-page-post-section-arrow {
    width: 40px;
    height: 40px;
  }

  .archive-page-post-section-description h2 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  #post-listing-container {
    margin-bottom: 30px;
  }

  .fa-arrow-left:before {
    font-size: 16px;
  }

  .single-back-button {
    padding: 55px 0px;
    /* margin-bottom: 50px; */
  }

  .single-page-bottom-button {
    gap: 20px;
  }

  .single-page-description {
    margin: 45px -15px 25px;
    /* padding-bottom: 30px; */
  }

  .single-post-content-repeater-content {
    margin: 10px 0px;
  }

  /* .nav-post-title {
    font-size: 18px;
  } */

  .single-post-content-repeater-content p {
    margin-bottom: 9px;
  }
  /* 
  .single-page {
    margin-bottom: 60px;
  } */

  .single-page-content .news-post-desc {
    padding-top: 55px;
  }

  /* .home-text-button-black {
    margin-top: 20px;
  } */

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer.footer-section {
    display: block;
    margin-top: 30px;
  }

  footer .footer-section p {
    margin-top: 15px;
  }

  .footer-section {
    margin-top: 20px;
  }

  .footer-logo a img {
    width: 165px;
  }

  footer {
    padding-top: 40px;
  }

  .footer-nation-image {
    justify-content: left;
    margin-bottom: 15px;
  }

  .footer-bottom-section-right {
    text-align: left;
  }

  .footer-bottom-section {
    margin-top: 30px;
  }

  .shadrocks-slider .slick-prev {
    top: -64px;
    right: 20%;
    padding: 10px 15px;
  }

  .shadrocks-slider .slick-next {
    top: -64px;
    padding: 10px 15px;
  }

  .index-project-section-bottom {
    margin: 30px -15px;
  }

  .single-page-bottom-button-right .post-navigation a {
    display: flex;
    flex-direction: unset;
  }

  .single-page-bottom-button-right .nav-post-content span {
    justify-content: unset;
  }

  .section-2-content p {
    width: unset;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 32px;
  }

  .social-icon-app {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575.98px) {
  .navbar_content a {
    font-size: 14px;
  }

  .index-page-section .header-banner-video video {
    height: 420px;
  }

  .header-banner {
    height: 280px;
  }

  h1 {
    font-size: 32px;
  }

  .rooms-section-1 {
    max-width: 100%;
  }

  .header-banner-desc,
  footer,
  header .navbar,
  .Index-header-banner .section-1-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer {
    padding-top: 30px;
  }

  .contact-page-section-left h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
  }

  .contact-page-section textarea,
  .contact-page-section input {
    margin-top: 5px;
    padding: 5px;
  }

  .page-template-contact input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100px;
    padding: 12px 0px;
  }

  .archive-header-section-left h1 {
    font-size: 35px;
  }

  .archive-header-section-left hr {
    border-top: 6px solid #fdbb2d;
    margin-top: -8px;
  }

  .page-template-about .section-2-title h2 {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0px;
    padding: 10px 0px;
  }

  .about-team-section .section-2 {
    height: 300px;
  }

  .team-card.section-2-repeater-description {
    margin-bottom: 15px;
  }

  .about-values-section {
    margin: 30px 0px 0px;
  }

  .about-values-section-right {
    justify-content: flex-start;
    display: flex;
  }

  .about-values-section-right .section-3.button {
    padding-left: 0px;
    padding-top: 15px;
  }

  .about-values-section .section-3-repeater h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .blog-listing-table .nav-tabs {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .archive-page-post-section-description h2 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  #post-listing-container {
    margin-bottom: 20px;
  }

  .single-back-button {
    padding: 40px 0px;
    /* margin-bottom: 30px; */
  }

  .single-page-description {
    margin: 30px -15px 25px;
    /* padding-bottom: 35px; */
  }

  .single-post-content-repeater {
    margin-top: 15px;
  }

  .single-post-content-repeater-content h3 {
    font-size: 15px;
    line-height: 23px;
  }

  .single-post-content-repeater-content p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 4px;
  }

  .single-page {
    margin-bottom: 30px;
  }

  /* .home-text-button-black {
    margin-top: 16px;
  } */

  .single-page-content .news-post-desc {
    padding-top: 40px;
  }

  .nav-post-thumbnail img {
    width: 68px;
    height: 75px;
    object-fit: cover;
  }

  footer p,
  footer a,
  .footer-content-section a,
  footer ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-section {
    margin-top: 18px;
  }

  footer .footer {
    margin-top: 30px;
  }

  .index-header-banner-description {
    padding: 45px 0px 50px;
  }

  .index-header-banner-left .section-1-title h1 {
    font-size: 40px;
  }

  .shadrocks-slider .slick-prev {
    right: 25%;
  }

  .single-page-award-section-content {
    flex-direction: column;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 26px;
  }

  .index-slider-description {
    left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .header-menu-logo img {
    width: 120px;
  }

  .contact-page-section-left h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-page-section-left .social-icon-app {
    margin-right: 20px;
  }

  .contact-page-section-left .social-icon-app a {
    font-size: 23px;
  }

  .contact-page-section form label {
    font-size: 14px;
  }

  .contact-page-section textarea.wpcf7-form-control.wpcf7-textarea {
    height: 145px;
  }

  .contact-page-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 14px;
  }

  .career-section {
    padding: 30px 0px 30px;
  }

  .archive-header-section-left h1 {
    font-size: 30px;
  }

  .archive-header-section-left hr {
    border-top: 4px solid #fdbb2d;
    margin: 0px;
    margin-top: -7px;
  }

  .page-template-about .section-2-our-team {
    font-size: 18px;
  }

  .page-template-about .section-2-title h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    padding: 6px 0px;
  }

  .about-team-section .section-2 {
    height: 403px;
  }

  .about-values-section-left h4 {
    font-size: 20px;
  }

  .about-values-section .section-3-repeater {
    padding: 30px 0px 20px;
  }

  .blog-listing-table .nav-tabs .nav-link,
  .blog-listing-table .nav-tabs .nav-link.active {
    font-size: 14px;
  }

  .blog-listing-table .nav-tabs {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .archive-page-post-section-description h2 {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .archive-page-post-section-content {
    font-size: 14px;
  }

  .fa-arrow-left:before,
  .fa-arrow-right:before {
    font-size: 15px;
  }

  .archive-page-post-section-arrow {
    width: 35px;
    height: 35px;
  }

  #post-listing-container {
    margin-bottom: 10px;
  }

  /* .single-back-button {
    padding: 15px 0px;
    margin-bottom: 20px;
  } */

  /* .single-page-description {
    margin: 20px -15px 10px;
  } */

  .single-post-content-repeater {
    margin-top: 8px;
  }

  .nav-post-title {
    font-size: 15px;
  }

  .nav-post-thumbnail img {
    width: 54px;
    height: 60px;
  }

  .nav-post-content span {
    gap: 4px;
    font-size: 15px;
  }

  .fa-arrow-right:before {
    padding-left: 0px;
  }

  /* .single-page {
    margin-bottom: 22px;
  } */

  .single-post-content-repeater-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .single-post-content-repeater-content h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .single-page-award-section-content {
    margin-top: 10px;
  }

  .single-post-content-repeater-content {
    margin: 7px 0px;
  }

  .header-slider .slick-next,
  .header-slider .slick-prev {
    width: 38px;
    height: 38px;
  }

  .header-slider .slick-prev {
    right: 38px;
  }

  .index-header-banner-left .section-1-title h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 22px;
  }

  .our-project p,
  .index-about-section .about-us {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .shadrocks-slider .slick-prev {
    right: 36%;
  }

  .index-project-section .section-3 {
    height: 345px;
  }

  .index-slider-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .index-slider-description .index-header-banner-left .section-1-title h1 {
    font-size: 22px;
  }

  .index-slider-description {
    bottom: 15px;
  }
}

/*  RESPONSIVENESS  */

form .wpcf7-spinner {
  display: none;
}

form.submitting .wpcf7-spinner {
  display: inline-block;
}
