@font-face {
  font-family: helvetica-m;
  src: url("../fonts/Helvetica-Condensed.otf");
}

@font-face {
  font-family: helvetica-b;
  src: url("../fonts/Helvetica-Condensed-Bold.otf");
}

@font-face {
  font-family: helvetica-l;
  src: url("../fonts/Helvetica-Condensed-Light.otf");
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/******************************************************************************HEADER*********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: helvetica-m !important;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 05px;
}

body::-webkit-scrollbar-track {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

body::-webkit-scrollbar-thumb {
  background: #0000;
  /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh black;
}

#preloader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 100000000000000000;

  background-color: #fff;
}

#status {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  z-index: 100000000000000000000;
}

.text-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  position: absolute;
  opacity: 1;
}

.text-bg img {
  height: 100%;
  object-position: center;
  object-fit: contain;
  width: 100%;
}

.dropdown:hover > .dropdown-menu {
  display: block !important;
  margin-top: -5px !important;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none !important;
}

.dropdown-toggle::after {
  content: none !important;
}

.navbar {
  padding: 0 15%;
  background-color: #fff !important;
}

.nav-link {
  color: #000 !important;
  margin: 0 10px;
  font-size: 20px;
  transition: 300ms ease-in-out;
}

.nav-link:hover {
  color: #bf1d27 !important;
}

.nav-link-btn {
  background-color: #bf1d27 !important;
  border: 1px solid #bf1d27;
  border-radius: 5px !important;
  color: #fff !important;
  padding: 10px 20px !important;
}

.nav-link-btn:hover {
  background-color: #fff !important;
  color: #bf1d27 !important;
  padding: 10px 10px;
}

.dropdown-item:hover {
  background-color: #bf1d27 !important;
  color: #fff !important;
}
input::-webkit-outer-spin-button,
#warehousecalculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#warehousecalculator input[type="number"] {
  -moz-appearance: textfield;
}

#warehousecalculator .form-row button {
  background: #000;
  border: none;
  width: 100%;

  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica;
  outline: none;
  color: #fff;
}

#warehousecalculator .form-control {
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  font-family: Helvetica;
  background: #fff;
  color: rgba(0, 0, 0, 1);

  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#warehousecalculator .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px;
  font-weight: bold;
  font-family: Helvetica;
}

#warehousecalculator .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px;
  font-weight: bold;
  font-family: Helvetica;
}

#warehousecalculator .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px;
  font-weight: bold;
  font-family: Helvetica;
}

#warehousecalculator .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px;
  font-weight: bold;
  font-family: Helvetica;
}

.form-control:focus,
#warehousecalculator .form-control:active {
  border-color: #cf4044 !important;
}

#warehousecalculator .form-row button:hover {
  background: #e31e24;
  color: #fff;
}
.top-para {
  padding-top: 50px;
}
@media only screen and (max-width: 1715px) {
  .nav-link-btn {
    background-color: #bf1d27 !important;
    border: 1px solid #bf1d27;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1610px) {
  .nav-link {
    color: #000;
    margin: auto;
    font-size: 18px;
    transition: 300ms ease-in-out;
  }

  .navbar-brand img {
    height: 80px;
  }
}

@media only screen and (max-width: 1500px) {
  .navbar {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 1360px) {
  .top-para {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1220px) {
  .navbar {
    padding: 0 5%;
  }

  .nav-link {
    margin-top: 12px !important;
  }

  .nav-link-btn {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 992x) {
  .navbar-brand img {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    height: 50px;
  }
}

.loader {
  position: relative;
  width: 88px;
  height: 16px;
  margin: 24px auto;
}

.dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #ccc;
  position: absolute;
}

.dot_1 {
  animation: animateDot1 1.5s linear infinite;
  left: 24px;
  background: #bf1d27;
}

.dot_2 {
  animation: animateDot2 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 48px;
}

.dot_3 {
  animation: animateDot3 1.5s linear infinite;
  left: 24px;
}

.dot_4 {
  animation: animateDot4 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 48px;
}

@keyframes animateDot1 {
  0% {
    transform: rotate(0deg) translateX(-24px);
  }
  25% {
    transform: rotate(180deg) translateX(-24px);
  }
  75% {
    transform: rotate(180deg) translateX(-24px);
  }
  100% {
    transform: rotate(360deg) translateX(-24px);
  }
}
@keyframes animateDot2 {
  0% {
    transform: rotate(0deg) translateX(-24px);
  }
  25% {
    transform: rotate(-180deg) translateX(-24px);
  }
  75% {
    transform: rotate(-180deg) translateX(-24px);
  }
  100% {
    transform: rotate(-360deg) translateX(-24px);
  }
}
@keyframes animateDot3 {
  0% {
    transform: rotate(0deg) translateX(24px);
  }
  25% {
    transform: rotate(180deg) translateX(24px);
  }
  75% {
    transform: rotate(180deg) translateX(24px);
  }
  100% {
    transform: rotate(360deg) translateX(24px);
  }
}
@keyframes animateDot4 {
  0% {
    transform: rotate(0deg) translateX(24px);
  }
  25% {
    transform: rotate(-180deg) translateX(24px);
  }
  75% {
    transform: rotate(-180deg) translateX(24px);
  }
  100% {
    transform: rotate(-360deg) translateX(24px);
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/******************************************************************************FOOTER*********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.footer {
  padding: 2% 15% 0% 15%;
  border-top: 2px solid #eee;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul li p {
  font-size: 20px;

  line-height: 20px;
  color: #000;
  font-family: helvetica-m;
}
.footer a {
  color: #000 !important;
  transition: 200ms ease-in-out;
}

.footer a:hover {
  color: #bf1d27 !important;
  text-decoration: none !important;
}

.footer .f-text p {
  font-size: 25px;

  line-height: 35px;
  color: #000;
  font-family: helvetica-m;
}

.footer h4 {
  font-size: 30px;

  line-height: 65px;
  color: #000;
  font-family: helvetica-b;
}

.footer .small-f {
  margin-top: 50px;
}

.footer .small-f p {
  font-size: 20px;

  line-height: 30px;
  color: #000;
  font-family: helvetica-m;
}

.footer .small-f p span {
  font-family: helvetica-b;
}

@media only screen and (max-width: 1500px) {
  .footer {
    padding: 2% 10%;
  }
}

@media only screen and (max-width: 1220px) {
  .footer {
    padding: 2% 5%;
  }

  .footer p {
    font-size: 20px;
    line-height: 60px;
  }

  .footer h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1020px) {
  .footer p {
    font-size: 22px;
    line-height: 60px;
  }

  .footer h4 {
    font-size: 28px;
  }

  .footer ul li {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 770px) {
  .footer .text p {
    font-size: 18px;
    line-height: 45px;
  }

  .footer h4 {
    font-size: 25px;
  }

  .footer ul {
    padding-inline-start: 0 !important;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/******************************************************************************INDEX**********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/****************************************************************************SECTION-1********************************************************************/
.index-page .section-1 .banner-img {
  width: 100vw;
  height: 100vh;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/index/Index banner002.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.index-page .section-1 .banner-img .banner-text {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-25%, -50%);
}

.index-page .section-1 .banner-img .banner-text h2 {
  font-size: 65px;

  line-height: 80px;
  color: #fff;
  font-family: helvetica-b;
}

.index-page .section-1 .banner-img .banner-text p {
  font-size: 35px;

  line-height: 80px;
  color: #fff;
  font-family: helvetica-m;
}

.index-page .section-1 .banner-img .banner-text button {
  background-color: #bf1d27;
  border: 1px solid #bf1d27;
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  transition: 300ms ease-in-out;
}

.index-page .section-1 .banner-img .banner-text button:hover {
  background-color: transparent;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-1 .banner-img .banner-text h2 {
    font-size: 55px;
    line-height: 70px;
  }

  .index-page .section-1 .banner-img .banner-text p {
    font-size: 25px;
    line-height: 70px;
  }

  .index-page .section-1 .banner-img .banner-text button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-1 .banner-img .banner-text h2 {
    font-size: 50px;
    line-height: 65px;
  }

  .index-page .section-1 .banner-img .banner-text p {
    font-size: 20px;
    line-height: 65px;
  }

  .index-page .section-1 .banner-img .banner-text button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-1 .banner-img .banner-text h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .index-page .section-1 .banner-img .banner-text p {
    font-size: 22px;
    line-height: 60px;
  }

  .index-page .section-1 .banner-img .banner-text button {
    font-size: 22px;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-1 .banner-img .banner-text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .index-page .section-1 .banner-img .banner-text p {
    font-size: 18px;
    line-height: 45px;
  }

  .index-page .section-1 .banner-img .banner-text button {
    font-size: 18px;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-2********************************************************************/
.index-page .section-2 {
  padding: 10% 15%;
}

.index-page .section-2 .text {
  text-align: center;
}

.index-page .section-2 .text h2 {
  font-size: 65px;

  line-height: 80px;
  color: #000;
  font-family: helvetica-b;
}

.index-page .section-2 .text p {
  font-size: 35px;

  line-height: 80px;
  color: #000;
  font-family: helvetica-m;
}

.index-page .section-2 .text button {
  background-color: #bf1d27;
  border: 1px solid #bf1d27;
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  transition: 300ms ease-in-out;
}

.index-page .section-2 .text button:hover {
  background-color: transparent;
  color: #bf1d27;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-2 {
    padding: 10% 10%;
  }

  .index-page .section-2 .text h2 {
    font-size: 55px;
    line-height: 70px;
  }

  .index-page .section-2 .text p {
    font-size: 25px;
    line-height: 70px;
  }

  .index-page .section-2 .text button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-2 {
    padding: 10% 5%;
  }

  .index-page .section-2 .text h2 {
    font-size: 50px;
    line-height: 65px;
  }

  .index-page .section-2 .text p {
    font-size: 20px;
    line-height: 65px;
  }

  .index-page .section-2 .text button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-2 .text h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .index-page .section-2 .text p {
    font-size: 22px;
    line-height: 60px;
  }

  .index-page .section-2 .text button {
    font-size: 22px;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-2 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .index-page .section-2 .text p {
    font-size: 18px;
    line-height: 45px;
  }

  .index-page .section-2 .text button {
    font-size: 18px;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-3********************************************************************/
.index-page .section-3 {
  background-color: #2a261f;
  padding: 8% 0;
  position: relative;
}

.index-page .section-3 .text {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10 !important;
}

.index-page .section-3 .text h2 {
  font-family: helvetica-b;
  font-size: 65px;
  color: #fff;
  line-height: 90px;
}

.s-text {
  position: absolute;
  right: -5%;
  bottom: 5%;
}

.card-1 {
  padding: 20px 20px;
  background-color: #ddd8cc;
}

.card-2 {
  padding: 20px 20px;
  background-color: #ddd8cc;
}

.card-3 {
  padding: 20px 20px;
  background-color: #ddd8cc;
}

.card-4 {
  padding: 20px 20px;
  background-color: #ddd8cc;
}

.card-5 {
  padding: 20px 20px;
  background-color: #ddd8cc;
}

.index-page .section-3 .swiper {
  width: 100%;
  height: 600px;
  margin-top: 50px;
}

.index-page .section-3 .swiper-slide {
  text-align: center;
  background-color: transparent;
}

.index-page .section-3 .swiper-slide .banner-img {
  width: 80%;
  height: 80%;
  transition: 500ms ease-in-out;
  position: relative;
}

.index-page .section-3 .swiper-slide-active .banner-img.active {
  width: 100%;
  height: 100%;
  transition: 500ms ease-in-out;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-3 .text h2 {
    font-family: helvetica-b;
    font-size: 55px;
    color: #fff;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-page .section-3 .text h2 {
    font-family: helvetica-b;
    font-size: 50px;
    color: #fff;
    line-height: 70px;
  }

  .index-page .section-3 .text {
    text-align: center;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10 !important;
  }
}

@media only screen and (max-width: 992px) {
  .index-page .section-3 .text h2 {
    font-family: helvetica-b;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
  }

  .index-page .section-3 .swiper-slide {
    text-align: center;
    background-color: transparent;
    padding: 0 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .index-page .section-3 .text h2 {
    font-family: helvetica-b;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
  }

  .index-page .section-3 .text {
    text-align: center;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10 !important;
  }

  .index-page .section-3 .swiper-slide {
    text-align: center;
    background-color: transparent;
    padding: 0 25px !important;
  }

  .index-page .section-3 .s-text h2 {
    font-size: 18px;
  }

  .index-page .section-3 .s-text p {
    font-size: 15px;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-4********************************************************************/
.index-page .section-4 {
  padding-top: 6%;
  background-color: #fff;
}

.index-page .section-4 .sec-1 {
  padding: 0% 15%;
  background-color: #fff;
}

.index-page .section-4 .text h2 {
  font-size: 65px;

  line-height: 80px;
  color: #000;
  font-family: helvetica-b;
}

.index-page .section-4 .text p {
  font-size: 25px;

  line-height: 40px;
  color: #000;
  font-family: helvetica-m;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-4 .sec-1 {
    padding: 0% 10%;
  }

  .index-page .section-4 .text h2 {
    font-size: 55px;
    line-height: 70px;
  }

  .index-page .section-4 .text p {
    font-size: 25px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-4 .sec-1 {
    padding: 0% 5%;
  }

  .index-page .section-4 .text h2 {
    font-size: 50px;
    line-height: 65px;
  }

  .index-page .section-4 .text p {
    font-size: 25px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-4 .text h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .index-page .section-4 .text p {
    font-size: 22px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-4 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .index-page .section-4 .text p {
    font-size: 18px;
    line-height: 30px;
  }
}

.index-page .section-4 .sec-2 {
  width: 100%;
  height: 700px;
  margin: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/index/h1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
  cursor: pointer;
}

.index-page .section-4 .sec-2 .text .hide-p-1,
.index-page .section-4 .sec-2 .text .hide-p-2,
.index-page .section-4 .sec-2 .text .hide-p-3 {
  color: #fff !important;
}

.index-page .section-4 .sec-2 .text-1,
.text-2,
.text-3 {
  position: relative;
}

.index-page .section-4 .sec-2 .text-1,
.text-2 {
  border-right: 1px solid #fff;
}
.index-page .section-4 .sec-2 .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-page .section-4 .sec-2 .text h3 {
  position: absolute;
  color: #fff;
  bottom: 10%;
  left: 5%;
}

.index-page .section-4 .sec-2 .text p {
  position: absolute;
  color: #fff;
  bottom: 2%;
  left: 5%;
}

.index-page .section-4 .sec-1 .pr-hide .project {
  width: 100%;
  height: 400px;
  margin: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/index/h1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
  cursor: pointer;
  position: relative;
}

.index-page .section-4 .sec-1 .pr-hide .project .text {
  position: absolute;
  z-index: 100000000 !important;
  color: #fff !important;
  bottom: 5%;
  left: 5%;
}

.index-page .section-4 .sec-1 .pr-hide .project .text h3 {
  font-size: 22px;
}

.index-page .section-4 .sec-1 .pr-hide .project .text p {
  color: #fff;
}

.index-page .section-4 .sec-1 .pr-hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .index-page .section-4 .sec-2 {
    display: none;
  }

  .index-page .section-4 {
    padding-top: 10%;
  }

  .index-page .section-4 .sec-1 .pr-hide {
    display: block;
  }
}
/********************************************************************************************************************************************************/
/****************************************************************************  index video section ********************************************************************/

.index-page .index_video_section .video video {
  object-position: center;
  object-fit: cover;
  height: 90vh;
  width: 100%;
}

.index-page .index_video_section .index_video {
  height: 90vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-page .index_video_section .video_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.index-page .index_video_section .video_text {
  position: absolute;
  bottom: 25%;
  left: 10%;
}

.index-page .index_video_section .video_text h3 {
  font-family: helvetica-b;
  font-size: 65px;
  color: #fff;
  line-height: 80px;
}

.index-page .index_video_section .video_text h5 {
  font-family: helvetica;
  font-size: 35px;
  color: #fff;
  line-height: 50px;
}

.index-page .index_video_section .video_text button {
  background-color: #bf1d27;
  border: 1px solid #bf1d27;
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  transition: 300ms ease-in-out;
}

.index-page .index_video_section .video_text button:hover {
  background-color: transparent;
  color: #bf1d27;
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-5********************************************************************/
.index-page .section-5 {
  padding: 0 0 8% 0;
  background-color: #fff;
}

.index-page .section-5 .sec-1 .col-4 {
  width: 100%;
  height: 400px;
  margin: 0;
  /* background-image: url("../images/index/dot.png");*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-page .section-5 .sec-1 .col-6 {
  width: 100%;
  height: 400px;
  margin: 0;
  /* background-image: url("../images/index/dot.png");*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-page .section-5 .sec-1 h2 {
  font-size: 112px;
  font-family: helvetica-b;
}

.index-page .section-5 .sec-1 p {
  font-size: 35px;
  font-family: helvetica-m;
  font-weight: 800;
}

.counting_sec {
  position: relative;
  height: 800px;

  overflow: hidden;
}
.counting_sec h6 {
  text-align: center;
  font-size: 25px;
  color: grey;
  line-height: 25px;
  letter-spacing: 10px;
  word-wrap: break-word;
}
.counting_text {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .index-page .section-5 .sec-1 .col-4 {
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  .index-page .section-5 .sec-1 .col-6 {
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  .counting_sec {
    position: relative;
    height: 400px;
    overflow: hidden;
  }
  .counting_sec h6 {
    text-align: center;
    font-size: 25px;
    line-height: 20px;

    letter-spacing: 5px;
    word-wrap: break-word;
  }
  .index-page .section-5 {
    padding: 0% 0 5% 0;
    background-color: #fff;
  }

  .index-page .section-5 .sec-1 h2 {
    font-size: 45px;
    font-family: helvetica-b;
  }

  .index-page .section-5 .sec-1 p {
    font-size: 25px;
    font-family: helvetica-m;
    font-weight: 800;
  }
}

@media only screen and (max-width: 767px) {
  .index-page .section-5 .sec-1 h2 {
    font-size: 30px;
    font-family: helvetica-b;
  }

  .index-page .section-5 .sec-1 p {
    font-size: 15px;
    font-family: helvetica-m;
    font-weight: 800;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-6********************************************************************/
.index-page .section-6 .sec-1 {
  padding: 0 15%;
  background-color: #fff;
}

.index-page .section-6 .sec-1 .text h2 {
  font-size: 65px;
  line-height: 80px;
  font-family: helvetica-b;
}

.index-page .section-6 .sec-1 p {
  font-size: 25px;
  line-height: 40px;
  font-family: helvetica-m;
}

.index-page .section-6 .sec-2 {
  width: 100vw;
  height: 100vh;
  position: relative;
  margin: 80px 0 0 0;
  background-image: url("../images/index/index_parallax.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-6 .sec-1 {
    padding: 0 10%;
  }

  .index-page .section-6 .sec-1 .text h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .index-page .section-6 .sec-1 p {
    font-size: 22px;
    line-height: 37px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-6 .sec-1 {
    padding: 0 5%;
  }

  .index-page .section-6 .sec-1 .text h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .index-page .section-6 .sec-1 p {
    font-size: 20px;
    line-height: 35px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-6 .sec-1 .text h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .index-page .section-6 .sec-1 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-6 .sec-1 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .index-page .section-6 .sec-1 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-7********************************************************************/
.index-page .section-7 {
  padding: 6% 0;
}

.index-page .section-7 .text {
  text-align: center;
}

.index-page .section-7 .text h2 {
  font-size: 65px;
  line-height: 80px;
  font-family: helvetica-b;
  margin-bottom: 20px;
}

.index-page .section-7 .text img {
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  transition: 300ms ease-in-out;
}

.index-page .section-7 .text img:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1500px) {
  .index-page .section-6 .sec-1 {
    padding: 0 10%;
  }

  .index-page .section-6 .sec-1 .text h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .index-page .section-6 .sec-1 p {
    font-size: 22px;
    line-height: 37px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-7 .text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-7 .text h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-7 {
    padding: 10% 0;
  }

  .index-page .section-7 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-8********************************************************************/
.index-page .section-8 .sec-1 {
  padding: 5% 15% 2% 15%;
}

.index-page .section-8 .sec-2 {
  padding-left: 20%;
}

.index-page .section-8 .sec-1 .text h2 {
  font-size: 65px;
  line-height: 80px;
  font-family: helvetica-b;
}
.index-page .section-8 .sec-3 .text h2 {
  font-size: 50px;
  line-height: 80px;
  color: #000 !important;
  font-family: helvetica-b;
}
.index-page .section-8 .sec-1 p {
  font-size: 25px;
  line-height: 40px;
  font-family: helvetica-m;
}

.index-page .section-8 .sec-2 .swiper {
  width: 100%;
  height: 100%;
}

.index-page .section-8 .sec-2 .swiper .swiper-slide {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 80px;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 98% !important;
  left: 20%;
  z-index: 100000000000000000 !important;
}

:root {
  --swiper-theme-color: #000 !important;
}

.index-page .section-8 .sec-2 .swiper .swiper-slide .banner-img {
  position: relative;
}

.index-page .section-8 .sec-2 button {
  background-color: #fff;
  outline: none;
  border: 1.5px solid black;
  color: #000;
  padding: 5px 30px;
  font-size: 30px;
  float: right;
  margin-right: 150px;
  margin-top: 25px;
  margin-bottom: 50px;
  transition: 300ms ease-in-out;
}

.index-page .section-8 .sec-2 button:hover {
  background-color: #000;
  color: #fff;
}

.index-page .section-8 .sec-2 .swiper .swiper-slide .banner-img img {
  width: 427px;
  height: 650px;
  object-fit: cover;
}

.index-page .section-8 .sec-2 .text {
  position: absolute;
  bottom: 2%;
}

.index-page .section-8 .sec-2 .text .txt {
  color: #fff !important;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-8 .sec-1 {
    padding: 5% 10% 2% 10%;
  }

  .index-page .section-8 .sec-2 {
    padding-left: 15%;
  }

  .index-page .section-8 .sec-1 .text h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .index-page .section-8 .sec-3 .text h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .index-page .section-8 .sec-1 p {
    font-size: 22px;
    line-height: 37px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-8 .sec-1 {
    padding: 5% 5% 2% 5%;
  }

  .index-page .section-8 .sec-2 {
    padding-left: 10%;
  }

  .index-page .section-8 .sec-1 .text h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .index-page .section-8 .sec-3 .text h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: helvetica-b;
  }

  .index-page .section-8 .sec-1 p {
    font-size: 20px;
    line-height: 35px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-8 .sec-1 .text h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .index-page .section-8 .sec-2 {
    padding-left: 5%;
  }

  .index-page .section-8 .sec-1 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-8 .sec-1 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .index-page .section-8 .sec-3 .text h2 {
    font-size: 35px;
    line-height: 45px;
    font-family: helvetica-b;
  }
  .index-page .section-8 .sec-1 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }

  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 93% !important;
    left: 0%;
    z-index: 100000000000000000 !important;
  }

  .index-page .section-8 .sec-2 button {
    background-color: #fff;
    outline: none;
    border: 1.5px solid black;
    color: #000;
    padding: 5px 30px;
    font-size: 30px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
    transition: 300ms ease-in-out;
  }
}

@media only screen and (max-width: 500px) {
  .index-page .section-8 .sec-2 .swiper .swiper-slide .banner-img img {
    width: 330px;
    height: 650px;
    object-fit: cover;
  }
}
/********************************************************************************************************************************************************/
/****************************************************************************SECTION-8.2********************************************************************/
.index-page .section-8-2 {
  padding: 5% 15%;
}

.index-page .section-8-2 h2 {
  font-size: 65px;
  line-height: 80px;
  font-family: helvetica-b;
  transition: 300ms ease-in-out;
}

.index-page .section-8-2 i {
  transition: 300ms ease-in-out;
}

.index-page .section-8-2 .fff .text-center:hover i {
  transform: scale(1.1);
  color: #bf1d27;
}

.index-page .section-8-2 .fff .text-center:hover h3 {
  color: #bf1d27 !important;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-8-2 {
    padding: 5% 10%;
  }

  .index-page .section-8-2 h2 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-8-2 {
    padding: 5% 5%;
  }

  .index-page .section-8-2 h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .index-page .ft {
    margin: auto !important;
    width: 50% !important;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-8-2 h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 600px) {
  .index-page .ft {
    margin: auto !important;
    width: 100% !important;
    padding-right: 8px;
    padding-left: 8px;
  }

  .index-page .fa-5x {
    font-size: 60px !important;
  }

  .index-page .section-8-2 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .index-page .fff {
    margin-bottom: 50px !important;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-9********************************************************************/
.index-page .section-9 {
  background-color: #2a261f;
  padding: 7% 0;
  color: #ffff;
}

.index-page .section-9 .sec-1 {
  padding: 0 15%;
}

.index-page .section-9 .sec-1 .text h2 {
  font-size: 65px;
  line-height: 80px;
  font-family: helvetica-b;
}

.index-page .section-9 .sec-1 p {
  font-size: 25px;
  line-height: 40px;
  font-family: helvetica-m;
}

.index-page .section-9 .sec-2 {
  padding: 8% 20% 0% 20%;
}

.index-page .section-9 .sec-2 .text {
  text-align: center;
}

.index-page .section-9 .sec-2 .text i {
  font-size: 85px;
  margin-bottom: 30px;
}

.index-page .section-9 .sec-2 .text p {
  font-size: 25px;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-9 .sec-1 {
    padding: 0 10%;
  }

  .index-page .section-9 .sec-2 {
    padding: 8% 15% 0% 15%;
  }

  .index-page .section-9 .sec-1 .text h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .index-page .section-9 .sec-1 p {
    font-size: 22px;
    line-height: 37px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-9 .sec-1 {
    padding: 0 5%;
  }

  .index-page .section-9 .sec-2 {
    padding: 8% 10% 0% 10%;
  }

  .index-page .section-9 .sec-1 .text h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .index-page .section-9 .sec-1 p {
    font-size: 20px;
    line-height: 35px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-9 {
    background-color: #2a261f;
    padding: 10% 0;
    color: #ffff;
  }

  .index-page .section-9 .sec-2 {
    padding: 8% 05% 0% 05%;
  }

  .index-page .section-9 .sec-1 .text h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .index-page .section-9 .sec-1 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-9 .sec-1 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .index-page .section-9 .sec-1 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-10********************************************************************/
.index-page .section-10 {
  padding: 125px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/index/index_image_3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

.index-page .section-10 .text {
  text-align: center;
}

.index-page .section-10 .text h2 {
  font-size: 65px;
  line-height: 80px;
  font-family: helvetica-b;
}

.index-page .section-10 .text p {
  font-size: 30px;
  line-height: 40px;
  font-family: helvetica-m;
}

.index-page .section-10 .text button {
  background-color: #bf1d27;
  border: 1px solid #bf1d27;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  transition: 300ms ease-in-out;
}

.index-page .section-10 .text button:hover {
  background-color: transparent;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-10 .text h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .index-page .section-10 {
    margin-top: 80px;
    padding: 150px 0;
  }

  .index-page .section-10 p {
    font-size: 22px;
    line-height: 37px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-10 .text h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .index-page .section-10 p {
    font-size: 20px;
    line-height: 35px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-10 .text h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .index-page .section-10 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-10 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .index-page .section-10 p {
    font-size: 18px;
    line-height: 30px;
    font-family: helvetica-m;
  }
}

/********************************************************************************************************************************************************/
/****************************************************************************SECTION-11********************************************************************/
.index-page .section-11 {
  padding: 0% 15%;
  padding-bottom: 6%;
}

.index-page .section-11 .text h2 {
  font-size: 65px;
  line-height: 80px;
  font-family: helvetica-b;
}

.index-page .section-11 input::-webkit-outer-spin-button,
.index-page .section-11 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.index-page .section-11 input[type="number"] {
  -moz-appearance: textfield;
}

.index-page .section-11 .nav-tabs {
  width: 100%;
  border: none;
  outline: none;
}

.index-page .section-11 .nav-tabs .nav-item {
  width: 33.33%;
  border: none;
  outline: none;
  float: left;
}

.index-page .section-11 .nav-tabs .nav-item a {
  text-decoration: none;
  border: none;
  outline: none;
  font-size: 25px;
  text-align: center;
  line-height: 35px;

  font-weight: bold;
  color: #000;
  font-family: Helvetica;
}

.index-page .section-11 .nav-tabs .nav-item a.active {
  border: 3px solid #e31e24;
  color: #e31e24;
}

.index-page .section-11 .form-row button {
  background: #000;
  border: none;
  width: 100%;

  font-size: 25px;
  font-weight: bold;
  font-family: Helvetica;
  outline: none;
  color: #fff;
}

.index-page .section-11 .form-control {
  height: 80px;
  font-size: 25px;
  font-weight: bold;
  font-family: Helvetica;
  background: #fff;
  color: rgba(0, 0, 0, 1);

  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.index-page .section-11 .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 25px;
  font-weight: bold;
  font-family: Helvetica;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 25px;
  font-weight: bold;
  font-family: Helvetica;
}

.index-page .section-11 .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 25px;
  font-weight: bold;
  font-family: Helvetica;
}

.index-page .section-11 .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 25px;
  font-weight: bold;
  font-family: Helvetica;
}

.index-page .section-11 .form-control:focus,
.index-page .section-11 .form-control:active {
  border-color: #cf4044 !important;
}

.index-page .section-11 .form-row button:hover {
  background: #e31e24;
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  .index-page .section-11 {
    padding: 0% 10%;
    padding-bottom: 6%;
  }

  .index-page .section-11 .text h2 {
    font-size: 55px;
    line-height: 65px;
    font-family: helvetica-b;
  }
}

@media only screen and (max-width: 1220px) {
  .index-page .section-11 {
    padding: 0% 5%;
    padding-bottom: 6%;
  }

  .index-page .section-11 .text h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: helvetica-b;
  }
}

@media only screen and (max-width: 1020px) {
  .index-page .section-11 .text h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: helvetica-b;
  }
}

@media only screen and (max-width: 770px) {
  .index-page .section-11 .nav-tabs .nav-item a {
    font-size: 20px;

    line-height: 30px;
  }

  .index-page .section-11 .text h2 {
    font-size: 35px;
    line-height: 45px;
    font-family: helvetica-b;
  }

  .index-page .section-11 .nav-tabs .nav-item a.active {
    border: 1px solid #e31e24;
    color: #e31e24;
  }
}

@media only screen and (max-width: 490px) {
  .index-page .section-11 .nav-tabs .nav-item a {
    font-size: 15px;
    line-height: 25px;
  }

  .index-page .section-11 .nav-tabs .nav-item a.active {
    border: 1px solid #e31e24;
    color: #e31e24;
  }
}

@media only screen and (max-width: 400px) {
  .index-page .section-11 .nav-tabs .nav-item a {
    font-size: 12px;
    line-height: 25px;
  }

  .index-page .section-11 .nav-tabs .nav-item a.active {
    border: 1px solid #e31e24;
    color: #e31e24;
  }
}

.index-page .swiper {
  width: 100%;
  height: 100%;
}

.index-page .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.index-page .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/******************************************************************************ABOUT**********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Gradient Scrollbar */
body::-webkit-scrollbar {
  width: 05px;
}

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica-Condensed.otf");
}

@font-face {
  font-family: Helvetica_bold;
  src: url("../fonts/Helvetica-Condensed-Bold.otf");
}

body::-webkit-scrollbar-track {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

body::-webkit-scrollbar-thumb {
  background: #0000;
  /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh black;
}

.about-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.about-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.about-page .sectionp2 {
  font-size: 25px;

  color: #a1a1a1;
  text-align: center;

  font-family: Helvetica;
}

.about-page .sectionh5 {
  font-size: 25px;

  line-height: 40px;

  font-family: Helvetica;
}

.about-page .section_1_h1 {
  font-size: 91px;

  font-family: Helvetica_bold;
}

.about-page .sectionh1 {
  font-size: 63px;

  line-height: 80px;
  font-family: Helvetica_bold;
}

/*============== Section 2 ======================*/

.about-page .service_section_2 {
  height: 80vh;

  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/*============== Section 3 ======================*/

.about-page .section_cards {
  /*height: 400px;
    width: 100%;
    object-position: center;
    object-fit: contain;*/
  margin-bottom: 100px;
}

.about-page .section_cards img {
  height: 150px;
  width: 100%;
  object-position: center;
  object-fit: contain;
}

/*============== Section 4 ======================*/

.about-page .service_section_4 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/index/index_image_3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.about-page .sectionh5_white {
  font-size: 25px;

  line-height: 50px;
  color: #fff;

  font-family: Helvetica;
}

.about-page .sectionh1_white {
  font-size: 65px;

  line-height: 80px;
  color: #fff;
  font-family: Helvetica_bold;
}

.about-page .section_btn {
  padding: 10px 20px;
  color: #fff;
  outline: none;
  border: none;
  background: #e31e24;
}

/*============== Section 5 ======================*/

.about-page .service_section_5 {
  background: #f9f9f9;
}

.about-page .service_section_5_img img {
  height: 200px;
  width: 100%;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}

.row_1,
.row_2,
.about-page .row_3 {
  margin-bottom: 100px;
}

/*============== Section 7 ======================*/

.about-page .box_1 {
  padding: 0% 10%;
  margin-top: -70px;
}

.about-page .box_1 h5 {
  background: #e31e24;
  font-size: 25px;
  padding: 40px 0px;

  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica;
}

.about-page .box_1 button {
  background: #fff;
  border: none;
  margin-left: 20px;
  padding: 0px 30px;
  font-size: 15px;
  outline: none;
}

.about-page .box_2 {
  border: 1px solid #e31e24;
  justify-content: center;

  height: 120px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.about-page .box_row {
  width: 100%;
  display: inline-block;
}

.about-page .box_col {
  display: inline-block;
  width: 20%;
  padding: 5px;
  float: left;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.about-page .box_2 h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%);
  font-size: 22px;
  text-align: center;
  font-family: Helvetica;
}

.about-page .box_col:hover .box_2 {
  background: #e31e24;
  cursor: pointer;
}

.about-page .box_col:hover .box_2 h5 {
  color: #ffff;
}

/*============== Section 10 ======================*/

/*============================ About Section 3 ================================*/

.about-page .about_image img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

/* The actual timelines (the vertical ruler) */
.about-page .about_section_4 .timelines {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* The actual timelines (the vertical ruler) */
.about-page .about_section_4 .timelines::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.about-page .about_section_4 .containers {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timelines */
.about-page .about_section_4 .containers::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px !important;
  background-color: #000;
  border: 4px solid #000;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.about-page .about_section_4 .lefts {
  left: 0;
}

/* Place the container to the right */
.about-page .about_section_4 .rights {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.about-page .about_section_4 .lefts::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.about-page .about_section_4 .rights::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.about-page .about_section_4 .rights::after {
  left: -12px;
}

/* The actual content */
.about-page .about_section_4 .contents {
  padding: 20px 30px;
  background-color: #e31e24;
  position: relative;
  border-radius: 6px;
}

@media screen and (max-width: 1500px) {
  .about-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .about-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .about-page .service_section_2 {
    height: 60vh;
  }

  .about-page .sectionh5 {
    font-size: 22px;

    line-height: 37px;

    font-family: Helvetica;
  }

  .about-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .about-page .box_col {
    display: inline-block;
    width: 33.33%;
    padding: 5px;
    float: left;
  }

  .about-page .box_1 {
    padding: 0% 5%;
  }
}

@media screen and (max-width: 1220px) {
  .about-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .about-page .box_1 {
    padding: 0% 2%;
  }

  .about-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .about-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }

  .about-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .about-page .box_1 h5 {
    font-size: 20px;
    padding: 20px 0px;

    line-height: 50px;
  }
}

@media screen and (max-width: 1020px) {
  .about-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .about-page .section_1_h1 {
    font-size: 81px;
  }

  .about-page .service_section_2 {
    height: 50vh;
  }

  .about-page .sectionh5 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .about-page .box_col {
    display: inline-block;
    width: 50%;
    padding: 5px;
    float: left;
  }

  .about-page .box_1 h5 {
    font-size: 18px;
    padding: 20px 0px;

    line-height: 50px;
  }
}

@media screen and (max-width: 770px) {
  .row_1,
  .row_2,
  .about-page .row_3 {
    padding-top: 50px;

    margin-bottom: 50px;
  }

  .about-page .row_2 {
    background: #fff;
  }

  .about-page .box_1 {
    margin-top: 40px;
  }

  .about-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 10px;
    padding: 0px 15px;
    font-size: 15px;
    outline: none;
  }

  .about-page .box_1 h5 {
    font-size: 15px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .about-page .section_1_h1 {
    font-size: 65px;
  }

  .about-page .sectionh5 {
    font-size: 18px;
    line-height: 25px;
  }

  .about-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .about-page .about_section_4 .timelines::after {
    left: 31px;
  }

  /* Full-width containers */
  .about-page .about_section_4 .containers {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .about-page .about_section_4 .containers::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .about_section_4 .lefts::after,
  .about-page .about_section_4 .rights::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .about-page .about_section_4 .rights {
    left: 0%;
  }
}

@media screen and (max-width: 499px) {
  .about-page .box_1 h5 {
    font-size: 13px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .about-page .section_1_h1 {
    font-size: 45px;
  }

  .about-page .service_section_2 {
    height: 40vh;
  }

  .about-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 10px;
    padding: 0px 10px;
    font-size: 13px;
    outline: none;
  }

  .about-page .box_col {
    display: inline-block;
    width: 100%;
    padding: 5px;
    float: left;
  }
}

@media screen and (max-width: 400px) {
  .about-page .box_1 h5 {
    font-size: 10px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .about-page .section_1_h1 {
    font-size: 35px;
  }

  .about-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 0px;
    padding: 0px 10px;
    font-size: 10px;
    outline: none;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/******************************************************************************SERVICE**********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Gradient Scrollbar */
body::-webkit-scrollbar {
  width: 05px;
}

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica-Condensed.otf");
}

@font-face {
  font-family: Helvetica_bold;
  src: url("../fonts/Helvetica-Condensed-Bold.otf");
}

body::-webkit-scrollbar-track {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

body::-webkit-scrollbar-thumb {
  background: #0000;
  /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh black;
}

.service-page .colum2 {
  columns: 2;
  column-gap: 40px;
}

.service-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.service-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.service-page .sectionp2 {
  font-size: 25px;

  color: #a1a1a1;
  text-align: center;

  font-family: Helvetica;
}

.service-page .sectionh5 {
  font-size: 25px;

  line-height: 40px;

  font-family: Helvetica;
}

.service-page .section_1_h1 {
  font-size: 91px;

  font-family: Helvetica_bold;
}

.service-page .sectionh1 {
  font-size: 52px;

  line-height: 80px;
  text-align: center;
  font-family: Helvetica_bold;
}

.service-page .service_section_5 .sectionh3 {
  font-size: 35px;

  line-height: 50px;
  margin-bottom: 20px;
  font-family: Helvetica_bold;
}

/*============== Section 2 ======================*/

.service-page .service_section_2 {
  height: 80vh;

  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/*============== Section 3 ======================*/

.service-page .section_cards {
  /*height: 400px;
    width: 100%;
    object-position: center;
    object-fit: contain;*/
  margin-bottom: 100px;
}

.service-page .section_cards img {
  height: 150px;
  width: 100%;
  object-position: center;
  object-fit: contain;
}

/*============== Section 4 ======================*/

.service-page .service_section_4 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/index/index_image_3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.service-page .sectionh5_white {
  font-size: 25px;

  line-height: 50px;
  color: #fff;

  font-family: Helvetica;
}

.service-page .sectionh1_white {
  font-size: 65px;

  line-height: 80px;
  color: #fff;
  font-family: Helvetica_bold;
}

.service-page .section_btn {
  padding: 10px 20px;
  color: #fff;
  outline: none;
  border: none;
  background: #e31e24;
}

/*============== Section 5 ======================*/

.service-page .service_section_5 {
  background: #f9f9f9;
}

.service-page .service_section_5_img img {
  height: 150px;
  width: 100%;
  /*  border-radius: 50%;*/
  object-fit: contain;
  object-position: center;
}

.row_1,
.row_2,
.service-page .row_3 {
  margin-bottom: 100px;
}

/*============== Section 7 ======================*/

.service-page .box_1 {
  padding: 0% 10%;
  margin-top: -70px;
}

.service-page .box_1 h3 {
  background: #e31e24;
  font-size: 25px;
  padding: 40px 0px;

  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica;
}

.service-page .box_1 button {
  background: #fff;
  border: none;
  margin-left: 20px;
  padding: 0px 30px;
  font-size: 15px;
  outline: none;
}

.service-page .box_2 {
  border: 1px solid #e31e24;
  justify-content: center;

  height: 120px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.service-page .box_row {
  width: 100%;
  display: inline-block;
}

.service-page .box_col {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.service-page .box_2 h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%);
  font-size: 22px;
  text-align: center;
  font-family: Helvetica;
}

.service-page .box_col:hover .box_2 {
  background: #e31e24;
  cursor: pointer;
}

.service-page .box_col:hover .box_2 h3 {
  color: #ffff;
}

/*============================ About Section 3 ================================*/

.service-page .about_image img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1500px) {
  .service-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .service-page .carousel-inner h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .service-page .carousel-inner p {
    font-size: 25px;
    line-height: 35px;
  }

  .service-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .service-page .service_section_2 {
    height: 60vh;
  }

  .service-page .sectionh5 {
    font-size: 22px;

    line-height: 37px;

    font-family: Helvetica;
  }

  .service-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .service-page .box_col {
  }

  .service-page .box_1 {
    padding: 0% 5%;
  }
}

@media screen and (max-width: 1220px) {
  .service-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .service-page .box_1 {
    padding: 0% 2%;
  }

  .service-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .service-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }

  .service-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .service-page .box_1 h3 {
    font-size: 20px;
    padding: 20px 0px;

    line-height: 50px;
  }
}

@media screen and (max-width: 1020px) {
  .service-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .service-page .section_1_h1 {
    font-size: 81px;
  }

  .service-page .service_section_2 {
    height: 50vh;
  }

  .service-page .sectionh5 {
    font-size: 20px;
    line-height: 30px;
  }

  .service-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .service-page .box_col {
  }

  .service-page .box_1 h3 {
    font-size: 18px;
    padding: 20px 0px;

    line-height: 50px;
  }
}

@media screen and (max-width: 770px) {
  .row_1,
  .row_2,
  .service-page .row_3 {
    padding-top: 50px;

    margin-bottom: 50px;
  }

  .service-page .row_2 {
    background: #fff;
  }

  .service-page .box_1 {
    margin-top: 40px;
  }

  .service-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 10px;
    padding: 0px 15px;
    font-size: 15px;
    outline: none;
  }

  .service-page .box_1 h3 {
    font-size: 15px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .service-page .section_1_h1 {
    font-size: 65px;
  }

  .service-page .sectionh5 {
    font-size: 18px;
    line-height: 25px;
  }

  .service-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }

  .service-page .service_section_10 .nav-tabs .nav-item a {
    font-size: 20px;

    line-height: 30px;
  }

  .service-page .service_section_10 .nav-tabs .nav-item a.active {
    border: 1px solid #e31e24;
    color: #e31e24;
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .service-page .about_section_4 .timelines::after {
    left: 31px;
  }

  /* Full-width containers */
  .service-page .about_section_4 .containers {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .service-page .about_section_4 .containers::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .about_section_4 .lefts::after,
  .service-page .about_section_4 .rights::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .service-page .about_section_4 .rights {
    left: 0%;
  }
}

@media screen and (max-width: 499px) {
  .service-page .box_1 h3 {
    font-size: 13px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .service-page .section_1_h1 {
    font-size: 45px;
  }

  .service-page .service_section_2 {
    height: 40vh;
  }

  .service-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 10px;
    padding: 0px 10px;
    font-size: 13px;
    outline: none;
  }

  .service-page .box_col {
  }
}

@media screen and (max-width: 400px) {
  .service-page .box_1 h3 {
    font-size: 10px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .service-page .section_1_h1 {
    font-size: 35px;
  }

  .service-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 0px;
    padding: 0px 10px;
    font-size: 10px;
    outline: none;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/******************************************************************************Contact**********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
* {
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Gradient Scrollbar */
body::-webkit-scrollbar {
  width: 05px;
}

body::-webkit-scrollbar-track {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

body::-webkit-scrollbar-thumb {
  background: #0000;
  /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh black;
}

body,
html {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow-x: hidden !important;
  /*transition: all .2s linear;*/
  width: 100% !important;
}

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica-Condensed.otf");
}

@font-face {
  font-family: Helvetica_bold;
  src: url("../fonts/Helvetica-Condensed-Bold.otf");
}

.contact-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.contact-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.contact-page .sectionp2 {
  font-size: 25px;

  color: #a1a1a1;
  text-align: center;

  font-family: Helvetica;
}

.contact-page .sectionh5 {
  font-size: 25px;

  line-height: 40px;

  font-family: Helvetica;
}

.contact-page .section_1_h1 {
  font-size: 91px;

  font-family: Helvetica_bold;
}

.contact-page .sectionh1 {
  font-size: 63px;

  line-height: 80px;
  font-family: Helvetica_bold;
}

/*============== Section 10 ======================*/

/*============== Section 3 ======================*/

.contact-page .contact_section_3 {
  height: 100vh;

  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/*============== Section 3 ======================*/

@media screen and (max-width: 1500px) {
  .contact-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .contact-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .contact-page .sectionh5 {
    font-size: 22px;

    line-height: 37px;

    font-family: Helvetica;
  }
}

@media screen and (max-width: 1220px) {
  .contact-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .contact-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .contact-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }

  .contact-page .contact_info {
    padding-left: 10px;
  }
}

@media screen and (max-width: 499px) {
  .contact-page .section_1_h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 400px) {
  .contact-page .section_1_h1 {
    font-size: 35px;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/******************************************************************************LOCATIONS**********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*==================== Section 1 ================*/

.location-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.location-page .sectionp2 {
  font-size: 25px;

  color: #a1a1a1;
  text-align: center;

  font-family: Helvetica;
}

.location-page .sectionh5 {
  font-size: 25px;

  line-height: 40px;

  font-family: Helvetica;
}

.location-page .section_1_h1 {
  font-size: 91px;

  font-family: Helvetica_bold;
}

.location-page .sectionh1 {
  font-size: 52px;

  line-height: 80px;
  text-align: center;
  font-family: Helvetica_bold;
}

.location-page .service_section_5 .sectionh3 {
  font-size: 35px;

  line-height: 50px;
  margin-bottom: 20px;
  font-family: Helvetica_bold;
}

/*===============Section 2=======================*/

.location-page .location-section2 .main_images_location {
  height: 700px;

  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  object-position: center;
}

/*===============Section 3=======================*/

.location-page .location-section3 .other_images_location img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.location-page .other_images_location {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

/*boxxx*/

.location-page .box_1 {
  padding: 0% 10%;
  margin-top: -70px;
}

.location-page .box_1 h3 {
  background: #e31e24;
  font-size: 25px;
  padding: 40px 0px;

  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica;
}

.location-page .box_1 button {
  background: #fff;
  border: none;
  margin-left: 20px;
  padding: 0px 30px;
  font-size: 15px;
  outline: none;
}

.location-page .overlay_locations {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(191, 29, 39, 0.3);
  overflow: hidden;
}

.location-page .other_images_location:hover .overlay_locations {
  opacity: 1;
}

.location-page .other_images_location:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.location-page .text_location {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*=============== SECTION 4 ====================*/

.location-page .location-section4-img img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: contain;
}

.location-page .location-section4 .sectionh3 {
  font-size: 35px;

  line-height: 50px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  font-family: Helvetica_bold;
}

.location-page .location-section4 .available_plots {
  border-right: 3px solid #e31e24;
}

.location-page .location-section4 .available_plots .available_plots_p {
  font-size: 25px;
  padding: 5px 0px;
  color: rgba(0, 0, 0, 0.5);
  font-family: Helvetica_bold;
}

/*============== Section 5 ======================*/

/*=============== Section 8 ====================*/
.location-page .section-8 {
  padding-top: 6%;
  background-color: #fff;
}

.location-page .section-8 .sec-1 {
  padding: 0% 15%;
  background-color: #fff;
}

.location-page .section-8 .text h2 {
  font-size: 65px;

  line-height: 80px;
  color: #000;
  font-family: helvetica-b;
}

.location-page .section-8 .text p {
  font-size: 25px;

  line-height: 40px;
  color: #000;
  font-family: helvetica-m;
}

/*============== Section 10 ======================*/

.location-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.location-page .sectionh1 {
  font-size: 52px;

  line-height: 80px;
  text-align: center;
  font-family: Helvetica_bold;
}

@media screen and (max-width: 1500px) {
  .location-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .location-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .location-page .box_1 {
    padding: 0% 5%;
  }

  .location-page .section-8 .sec-1 {
    padding: 0% 10%;
  }

  .location-page .section-8 .text h2 {
    font-size: 55px;
    line-height: 70px;
  }

  .location-page .section-8 .text p {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1220px) {
  .location-page .section-8 .sec-1 {
    padding: 0% 5%;
  }

  .location-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }

  .location-page .section-8 .text h2 {
    font-size: 50px;
    line-height: 65px;
  }

  .location-page .section-8 .text p {
    font-size: 25px;
    line-height: 40px;
  }

  .location-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .location-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .location-page .box_1 {
    padding: 0% 2%;
  }

  .location-page .box_1 h3 {
    font-size: 20px;
    padding: 20px 0px;

    line-height: 50px;
  }
}

@media screen and (max-width: 1020px) {
  .location-page .section-8 .text h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .location-page .sectionh5 {
    font-size: 20px;
    line-height: 30px;
  }

  .location-page .section-8 .text p {
    font-size: 22px;
    line-height: 40px;
  }

  .location-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .location-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .location-page .section_1_h1 {
    font-size: 81px;
  }

  .location-page .box_1 h3 {
    font-size: 18px;
    padding: 20px 0px;

    line-height: 50px;
  }
}

@media screen and (max-width: 770px) {
  .location-page .section_1_h1 {
    font-size: 65px;
  }

  .location-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }

  .location-page .box_1 {
    margin-top: 40px;
  }

  .location-page .sectionh5 {
    font-size: 18px;
    line-height: 25px;
  }

  .location-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 10px;
    padding: 0px 15px;
    font-size: 15px;
    outline: none;
  }

  .location-page .box_1 h3 {
    font-size: 15px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .location-page .section-8 .text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .location-page .section-8 .text p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .location-page .section_1_h1 {
    font-size: 45px;
  }

  .location-page .box_1 h3 {
    font-size: 13px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .location-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 10px;
    padding: 0px 10px;
    font-size: 13px;
    outline: none;
  }
}

@media screen and (max-width: 400px) {
  .location-page .section_1_h1 {
    font-size: 35px;
  }

  .location-page .box_1 h3 {
    font-size: 10px;
    padding: 15px 0px;

    line-height: 50px;
  }

  .location-page .box_1 button {
    background: #fff;
    border: none;
    margin-left: 0px;
    padding: 0px 10px;
    font-size: 10px;
    outline: none;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/****************************************************************************** DIRECTORS **********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*================ SECTION 1 ==================*/

.director-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.director-page .sectionh1 {
  font-size: 52px;

  line-height: 80px;
  text-align: center;
  font-family: Helvetica_bold;
}

.director-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.director-page .section_1_h1 {
  font-size: 91px;

  font-family: Helvetica_bold;
}

.director-page .greybox {
  height: 100%;
  min-height: 500px;
  width: 100%;
  background: #f8f8f8;
}

.director-page .grey_box2 {
  height: 400px;
  width: 100%;
  background: #f8f8f8;
}

.director-page .director_h3 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 40px;
  font-family: Helvetica_bold;
}

.director-page .director_p {
  font-size: 20px;
  line-height: 30px;

  font-family: Helvetica;
}

.director-page .sectionh5 {
  font-size: 25px;
  line-height: 35px;

  font-family: Helvetica;
}

.director-page .director_journey {
  background: #f7f8f9;
}

.director-page .p_image img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* The actual timelines (the vertical ruler) */
.director-page .director_journey .timelines {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* The actual timelines (the vertical ruler) */
.director-page .director_journey .timelines::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #e31e24;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.director-page .director_journey .containers {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timelines */
.director-page .director_journey .containers::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px !important;
  background-color: #e31e24;
  border: 4px solid #e31e24;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}
.director-page .director_journey .containers::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px !important;
  background-color: #e31e24;
  border: 4px solid #e31e24;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}
/* Place the container to the left */
.director-page .director_journey .lefts {
  left: 0;
}
.director-page .director_journey .lefts .justify_things {
  justify-content: flex-end;
}
/* Place the container to the right */
.director-page .director_journey .rights {
  left: 50%;
}

.director-page .director_journey .rights .justify_things {
  justify-content: flex-start;
}
/* Add arrows to the left container (pointing right) */
.director-page .director_journey .lefts::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid transparent;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent transparent;
}

/* Add arrows to the right container (pointing left) */
.director-page .director_journey .rights::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid transparent;
  border-width: 10px 10px 10px 0;
  border-color: transparent transparent transparent transparent;
}

/* Fix the circle for containers on the right side */
.director-page .director_journey .rights::after {
  left: -12px;
}

/* The actual content */
.director-page .director_journey .contents {
  padding: 0px 30px;
  background-color: transparent;
  position: relative;
  margin-top: -50px;
  margin-bottom: 60px;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 1500px) {
  .director-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .director-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .director-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }
}

@media screen and (max-width: 1220px) {
  .director-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .director-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .director-page .director_h3 {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 40px;
  }

  .director-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .director-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }
}

@media screen and (max-width: 1020px) {
  .director-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .director-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .director-page .section_1_h1 {
    font-size: 81px;
  }

  .director-page .sectionh5 {
    font-size: 20px;
    line-height: 30px;
  }

  .director-page .director_h3 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 35px;
  }
}

@media screen and (max-width: 770px) {
  .director-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }

  .director-page .section_1_h1 {
    font-size: 65px;
  }

  .director-page .director_h3 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 35px;
  }

  .director-page .sectionh5 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 800px) {
  .director-page .director_journey .lefts .justify_things {
    justify-content: flex-start;
  }

  /* Place the timelime to the left */
  .director-page .director_journey .timelines::after {
    left: 31px;
  }

  /* Full-width containers */
  .director-page .director_journey .containers {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .director-page .director_journey .containers::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .director-page .director_journey .lefts::after,
  .director-page .director_journey .rights::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .director-page .director_journey .rights {
    left: 0%;
  }
}

@media screen and (max-width: 500px) {
  .director-page .section_1_h1 {
    font-size: 45px;
  }

  .director-page .sectionh5 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 400px) {
  .director-page .section_1_h1 {
    font-size: 35px;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/****************************************************************************** FAQS **********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*================ SECTION 1 ==================*/

.faq-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.faq-page .sectionh1 {
  font-size: 52px;

  line-height: 80px;
  text-align: center;
  font-family: Helvetica_bold;
}

.faq-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.faq-page .section_1_h1 {
  font-size: 91px;

  font-family: Helvetica_bold;
}

.faq-page .accordion {
  background-color: transparent;
  color: #444;
  border: 1px solid #bf1d27;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
}

.faq-page .active_faqa,
.faq-page .accordion:hover {
  background-color: #bf1d27;
  color: #fff;
}

.faq-page .accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-page .active_faqa:after {
  content: "\2212";
  color: #fff;
}

.faq-page .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-page .panel {
  /* padding: 15px 0px;*/
}
.faq-page .panel h3 {
  font-size: 20px;
  line-height: 30px;
}

.faq-page .sectionh5 {
  font-size: 25px;
  line-height: 35px;

  font-family: Helvetica;
}

.faq-page .faq_banner {
  height: 500px;
  background-image: url(https://images.pexels.com/photos/5428836/pexels-photo-5428836.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
}

.faq-page .accordian_example .nav-tabs {
  width: 100%;
  border: none;
  outline: none;
}

.faq-page .accordian_example .nav-tabs .nav-item {
  width: 25%;
  border: none;
  outline: none;
  float: left;
}

.faq-page .accordian_example .nav-tabs .nav-item a {
  text-decoration: none;
  border: none;
  outline: none;
  font-size: 20px;
  text-align: center;
  line-height: 35px;

  font-weight: bold;
  color: #000;
  font-family: Helvetica;
}

.faq-page .accordian_example .nav-tabs .nav-item a.active {
  border: 3px solid #e31e24;
  color: #e31e24;
}

@media screen and (max-width: 1500px) {
  .faq-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .faq-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .faq-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }
}

@media screen and (max-width: 1220px) {
  .faq-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .faq-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .faq-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .faq-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }
}

@media screen and (max-width: 1020px) {
  .faq-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .faq-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .faq-page .section_1_h1 {
    font-size: 81px;
  }

  .faq-page .sectionh5 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 770px) {
  .faq-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }

  .faq-page .section_1_h1 {
    font-size: 65px;
  }

  .faq-page .sectionh5 {
    font-size: 18px;
    line-height: 25px;
  }

  .faq-page .accordian_example .nav-tabs .nav-item a {
    font-size: 20px;

    line-height: 30px;
  }

  .faq-page .accordian_example .nav-tabs .nav-item a.active {
    border: 1px solid #e31e24;
    color: #e31e24;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .section_1_h1 {
    font-size: 45px;
  }

  .faq-page .sectionh5 {
    font-size: 15px;
    line-height: 22px;
  }

  .faq-page .accordian_example .nav-tabs .nav-item a {
    font-size: 15px;

    line-height: 25px;
  }

  .faq-page .accordian_example .nav-tabs .nav-item a.active {
    border: 1px solid #e31e24;
    color: #e31e24;
  }
}

@media screen and (max-width: 400px) {
  .faq-page .section_1_h1 {
    font-size: 35px;
  }

  .faq-page .accordian_example .nav-tabs .nav-item a {
    font-size: 13px;

    line-height: 25px;
  }

  .faq-page .accordian_example .nav-tabs .nav-item a.active {
    border: 1px solid #e31e24;
    color: #e31e24;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/****************************************************************************** Blog **********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*================ SECTION 1 ==================*/

.blog-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.blog-page .sectionh1 {
  font-size: 52px;

  line-height: 60px;

  font-family: Helvetica_bold;
}

.blog-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.blog-page .blog_slider .carousel-indicators {
  bottom: -80px;
}

.blog-page .blog_slider .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #e31e24;
  border-radius: 50%;
}

.blog-page .section_1_h1 {
  font-size: 91px;

  font-family: Helvetica_bold;
}

.blog-page .caraosl_image img {
  min-height: 400px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-page .sectionh5 {
  font-size: 25px;
  line-height: 35px;

  font-family: Helvetica;
}

.blog-page .blog_banner {
  height: 500px;
  background-image: url(https://images.pexels.com/photos/1591056/pexels-photo-1591056.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
}

.blog-page .blog_section2 .card:hover .card-img-top img {
  transform: scale(1.1);
}

.blog-page .blog_section2 .card-img-top {
  height: 350px;
  width: 100%;
  object-fit: cover;

  overflow: hidden;
  object-position: center;
}

.blog-page .blog_section2 .card-img-top img {
  height: 100%;
  transition: 300ms ease-in-out;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}

.blog-page .blog_section2 .card-title {
  height: 100px;
  margin: auto;
  font-size: 35px;
  font-weight: bold;
  overflow: hidden;
  font-family: Helvetica_bold;
}

.blog-page .blog_section2 a {
  text-decoration: none;
  color: inherit;
}

.blog-page .blog_section2 .card-text {
  height: 100px;
  font-size: 20px;
  line-height: 28px;

  font-family: Helvetica;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .blog-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .blog-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .blog-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }
}

@media screen and (max-width: 1220px) {
  .blog-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .blog-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .blog-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .blog-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }
}

@media screen and (max-width: 1020px) {
  .blog-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .blog-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .blog-page .section_1_h1 {
    font-size: 81px;
  }

  .blog-page .sectionh5 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 770px) {
  .blog-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-page .section_1_h1 {
    font-size: 65px;
  }

  .blog-page .sectionh5 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 500px) {
  .blog-page .section_1_h1 {
    font-size: 45px;
  }

  .blog-page .sectionh5 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 400px) {
  .blog-page .section_1_h1 {
    font-size: 35px;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/****************************************************************************** Blog Inside **********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*================ SECTION 1 ==================*/

.bloginside-page .section {
  padding: 5% 0%;
  /*margin-top: 5%;*/
}

.bloginside-page .sectionh1 {
  font-size: 52px;

  line-height: 60px;

  font-family: Helvetica_bold;
}

.bloginside-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.bloginside-page .section_1_h1 {
  font-size: 60px;
  font-family: Helvetica_bold;
}

.bloginside-page .caraosl_image img {
  min-height: 400px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.bloginside-page .bloginside_image1 {
  min-height: 400px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
}

.bloginside-page .sectionh2 {
  font-size: 22px;
  line-height: 32px;
  font-family: Helvetica;
  font-weight:bold;
}

.bloginside-page .sectionh3 {
  font-size: 22px;
  line-height: 32px;
  font-family: Helvetica;
  font-weight:bold;
}

.bloginside-page .sectionh4 {
  font-size: 22px;
  line-height: 32px;
  font-family: Helvetica;
  font-weight:bold;
}

.bloginside-page .sectionh5 {
  font-size: 18px;
  line-height: 28px;
  font-family: Helvetica;
  font-weight:normal !important;
}
.bloginside-page .sectionh6 {
  font-size: 20px;
  line-height: 30px;
  font-family: Helvetica;
}
.bloginside-page .blog_banner {
  padding: 0 15%;
  width: 100%;
}
.blog_baner_inside{
   padding: 0 15% !important;
  width: 100%; 
}

.bloginside-page .blog_banner img {
  object-fit: cover;
  width: 100%;
  height:500px !important;
}
.blog_baner_inside img {
  object-fit: cover;
  width: 100%;
  height:auto !important;
}

.bloginside-page .related_blog .card:hover .card-img-top img {
  transform: scale(1.3);
}

/*boxxx*/

.bloginside-page .box_1 {
  padding: 0% 0%;
  margin-top: -0;
}

.bloginside-page .box_1 h3 {
  background: #e31e24;
  font-size: 20px;
  padding: 30px 20px;

  line-height: 30px;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica;
}

.bloginside-page .related_blog .card-img-top {
  height: 300px;
  width: 100%;
  object-fit: cover;

  overflow: hidden;
  object-position: center;
}

.bloginside-page .related_blog .card-img-top img {
  height: 100%;
  transition: 300ms ease-in-out;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}

.bloginside-page .related_blog .card-title {
  height: 100px;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  font-family: Helvetica_bold;
}

.bloginside-page .related_blog a {
  text-decoration: none;
  color: inherit;
}

.bloginside-page .related_blog .card-text {
  height: 100px;
  font-size: 20px;
  line-height: 28px;

  font-family: Helvetica;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .bloginside-page .section {
    padding: 5% 0%;
    /*margin-top: 5%;*/
  }

  .bloginside-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .bloginside-page .section_1_h1 {
    font-size: 60px;

    font-family: Helvetica_bold;
  }
}

@media screen and (max-width: 1220px) {
  .bloginside-page .section {
    padding: 5% 0%;
    /*margin-top: 5%;*/
  }

  .bloginside-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .bloginside-page .section_1_h1 {
    font-size: 60px;

    font-family: Helvetica_bold;
  }

  .bloginside-page .sectionh5 {
    font-size: 18px;
    line-height: 28px;
    font-family: Helvetica;
  }
}

@media screen and (max-width: 1020px) {
  .bloginside-page .section {
    padding: 5% 0%;
    /*margin-top: 5%;*/
  }

  .bloginside-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .bloginside-page .section_1_h1 {
    font-size: 51px;
  }

  .bloginside-page .sectionh5 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 770px) {
  .bloginside-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }

  .bloginside-page .section_1_h1 {
    font-size: 50px;
  }

  .bloginside-page .sectionh5 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 500px) {
  .bloginside-page .section_1_h1 {
    font-size: 45px;
  }

  .bloginside-page .sectionh5 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 400px) {
  .bloginside-page .section_1_h1 {
    font-size: 35px;
  }
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/****************************************************************************** Client Tale **********************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

/*================ SECTION 1 ==================*/

.clienttales-page .section {
  padding: 5% 15%;
  /*margin-top: 5%;*/
}

.clienttales-page .sectionh1 {
  font-size: 52px;

  line-height: 60px;

  font-family: Helvetica_bold;
}

.clienttales-page .sectionp {
  font-size: 25px;

  text-align: center;

  font-family: Helvetica;
}

.clienttales-page .section_1_h1 {
  font-size: 91px;
  font-family: Helvetica_bold;
}

.clienttales-page .client_tale_logos img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.clienttales-page .client_tale_logos:hover img {
  cursor: pointer;
  transform: scale(1.1);
}

.clienttales-page .clienttales_img img {
  min-height: 400px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
}

.clienttales-page .sectionh5 {
  font-size: 25px;
  line-height: 35px;

  font-family: Helvetica;
}

.clienttales-page .client_tale_banner {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .clienttales-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .clienttales-page .sectionh1 {
    font-size: 55px;

    line-height: 65px;
    font-family: Helvetica_bold;
  }

  .clienttales-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }
}

@media screen and (max-width: 1220px) {
  .clienttales-page .section {
    padding: 5% 10%;
    /*margin-top: 5%;*/
  }

  .clienttales-page .sectionh1 {
    font-size: 50px;

    line-height: 60px;
    font-family: Helvetica_bold;
  }

  .clienttales-page .section_1_h1 {
    font-size: 91px;

    font-family: Helvetica_bold;
  }

  .clienttales-page .sectionh5 {
    font-size: 20px;

    line-height: 35px;

    font-family: Helvetica;
  }
}

@media screen and (max-width: 1020px) {
  .clienttales-page .section {
    padding: 5% 5%;
    /*margin-top: 5%;*/
  }

  .clienttales-page .sectionh1 {
    font-size: 45px;
    line-height: 55px;
  }

  .clienttales-page .section_1_h1 {
    font-size: 81px;
  }

  .clienttales-page .sectionh5 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 770px) {
  .clienttales-page .sectionh1 {
    font-size: 35px;
    line-height: 45px;
  }

  .clienttales-page .section_1_h1 {
    font-size: 65px;
  }

  .clienttales-page .sectionh5 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 500px) {
  .clienttales-page .section_1_h1 {
    font-size: 45px;
  }

  .clienttales-page .sectionh5 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 400px) {
  .clienttales-page .section_1_h1 {
    font-size: 35px;
  }
}
.copys {
  background: #000 !important;
  padding: 15px 15% 0% 15%;
}

.footer-menu h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
.copyright-text p {
  font-size: 20px;

  line-height: 30px;
  color: #fff;
  font-family: helvetica-m;
}

.copyright-text p span {
  font-family: helvetica-b;
}
