* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", serif;
}

body {
  font-family: "Roboto", serif;
  background-color: rgba(79, 78, 81, 1);
  width: 100%;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h3 {
  font-family: "Roboto", serif;
  /* color: #2a3f70 !important; */
}

p {
  color: #e2e2e2;
}

a * {
  text-decoration: none;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
  max-width: 100%;
}

.section_title {
  padding-bottom: 20px;
}

.section_title h2 {
  font-family: "Roboto", serif;
  /* text-align: center; */
  font-size: 30px;
  font-weight: 400;
  color: #faf7f7;
}

.section_title h3 {
  color: #faf7f7;
  font-size: 20px;
  padding-top: 20px;
}

.subtitle {
  margin-bottom: 15px;
}

.subtitle p {
  font-size: 28px;
  color: #faf7f7;
  font-weight: 300;
}

.section_paragraph p {
  font-size: 14px;
  color: #e2e2e2;
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: 300;
  text-align: justify;
}

/* section space */

section {
  padding-bottom: 70px;
  /* background: url(../images/webp/section_bg.webp) no-repeat center center; */
}

section#about_tafe_terra {
  padding: 50px 0px 70px;
}

section#horizon,
section#latitude {
  padding-bottom: 50px;
}

#banner {
  padding: 0px;
  position: relative;
  padding-top: 90px;
}

section#brochure_section {
  padding-bottom: 0px;
}

/* Header CSS */

.mobile_menu {
  display: none;
}

/* 
header.header {
  padding: 15px 0px;
  position: relative;
  width: 100%;
  z-index: 999;
  background: #f37021;
} */

header.active {
  position: fixed;
}

.header_logo {
  width: 95%;
}

.navbar {
  display: flex;
  justify-content: flex-end;
}

.navbar ul li {
  margin: 0px 10px;
}

.navbar ul li a {
  color: #ffffff;
  font-size: 16px;
  padding: 0px 15px;
}

.navbar ul li a:hover {
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

/* Download Button */

.header_btn {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 5px;
  margin: 0px 15px;
  text-align: center;
  width: 100%;
}

.header_btn a {
  color: #f37021;
}

.header_btn a:hover {
  color: #f37021;
}

/* Header CSS Ends*/

/* Banner CSS */

#banner .row {
  width: 100%;
}

.banner_wrapper {
  display: flex;
  overflow: hidden;
}

.banner_left,
.banner_right {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner_content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 30px;
  z-index: 1;
}

.banner_content h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.banner_btn a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 55px;
  border-radius: 5px;
  font-size: 12px;
}

.banner_content p {
  padding-top: 60px;
  font-size: 18px;
}

.banner_left img,
.banner_right img {
  filter: brightness(0.5);
  transition: all 0.7s ease-in-out;
  overflow: hidden;
}

.banner_left:hover img,
.banner_right:hover img {
  filter: brightness(0.28);
  transform: scale(1.2);
  transition: all 0.7s ease-in-out;
}

/* about */
/* .about_right {
  padding: 0px 50px;
} */

.download_img {
  display: flex;
  justify-content: center;
}

.download_img img {
  width: 40%;
}

/* download */

.download_img {
  position: relative;
}

.app_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}

.download_title.section_title h2 {
  font-size: 40px;
}

.download_section {
  padding-left: 16%;
}

.download_btn a {
  width: 42%;
  padding: 0;
}

.download_btn a:nth-child(1) {
  width: 40%;
}

.download_btn {
  display: flex;
  gap: 15px;
  padding-top: 25px;
}

.download_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  width: 250px;
  height: 450px;
  z-index: -1;
  box-shadow: 0 0 20px 20px #f3702173;
}

/* video gallery slider */

.img_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.play_btn {
  position: absolute;
  top: 50%;
  background: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play_btn svg {
  color: #f37021;
}

.img_box img {
  filter: brightness(0.8);
}

.img_box:hover {
  box-shadow: rgb(243 112 33 / 28%) 0px 8px 24px;
}

.gallery_slider .owl-item.active.center {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.gallery_slider .owl-item {
  transform: scale(0.8);
  transition: all 0.5s ease-in-out;
}

.mfp-iframe-holder .mfp-close {
  color: #fff !important;
  width: 4% !important;
  top: 0px !important;
  right: 0px !important;
}

/* footer */

.address_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.address_box h2,
.authorized-dealer-wrapper h2,
.social_box h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.authorized-dealer-wrapper h2 {
  margin-bottom: 10px;
}

.address_box p {
  color: #000;
}

.social_wrapper {
  /* padding-bottom: 60px; */
  padding: 10px 0;
}

.address_box p a,
.authorized-dealer-list p a {
  text-decoration: none;
  color: #000;
}

.authorized-dealer-list p a:hover {
  font-weight: 600;
}

.social_icon {
  display: flex;
  width: 90%;
  gap: 10px;
  padding: 10px 0px;
}

/* owl nav */

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/* footer form css */

section.forms {
  display: none;
}

#enquire_price input.form_input {
  background: #43661947;
  color: #000000;
}

#enquire_price input.form_input::placeholder {
  color: #000000;
}

#sticky-form .form_box,
#enquire_price .form_box {
  flex-direction: column;
}

#sticky-form .form_submit_btn input {
  background: #205121;
  color: #000;
}

#contact_us input.form_input {
  border: 1px solid #205121;
}

form#contact_us,
#enquire_price,
#brochure_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

form#contact_us .section_title h3 {
  font-size: 20px;
  color: #205121;
}

form#banner_form {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

#contact_us .form_box {
  width: 100%;
}

.form_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

input.form_input {
  background: #ffffff;
  backdrop-filter: blur(5px);
  border: 0;
  border-radius: 5px;
  padding: 8px 20px;
  color: #000;
  width: 100%;
  font-size: 14px;
}

input.form_input::placeholder {
  color: #000000;
  font-size: 14px;
}

input:focus-visible {
  outline: 0;
}

label.checkbox-inline {
  display: flex;
  width: 100%;
  gap: 10px;
  font-size: 12px;
}

label.checkbox-inline input {
  margin-bottom: 33px;
  border: 0;
  width: 18px;
}

.privacy_policy_tc {
  font-size: 10px;
  color: #fff;
}

.form_submit_btn input {
  background: #000;
  color: #fff;
  padding: 8px 35px;
}

form#contact_us {
  /* padding: 50px 0px; */
  /* border-bottom: 1px solid #fff; */
}

.form_input {
  width: 100%;
}

.form_box .intl-tel-input {
  width: 100%;
}

.form_box .intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  color: #000;
}

.form_box .intl-tel-input .selected-flag {
  height: 100%;
  max-height: 65%;
  padding: 18px 10px;
}

.error {
  color: #d10508;
  font-size: 12px;
}

form#sticky-form {
  position: fixed;
  top: 20%;
  right: -350px;
  background: #a2b68b;
  padding: 26px 15px;
  width: 350px;
  height: auto;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 3px 0px #0000006b;
  z-index: 9;
}

form#sticky-form.active {
  right: 0;
  transition: all 0.5s ease-in-out;
}

form#enquire_price {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  width: 25%;
}

button.enquire_now {
  position: absolute;
  left: -92px;
  transform: rotate(270deg);
  padding: 10px 20px;
  bottom: 0;
  top: 0;
  height: 45px;
  margin: auto;
  border: 1px solid transparent;
  background: #000;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}

.close {
  position: absolute;
  top: 3px;
  right: 3px;
}

.contact a,
.address p {
  font-size: 18px;
}

.mobile {
  display: none !important;
}

footer#footer {
  background: #f37021;
  padding: 20px 0;
}

.benefits_section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 0px 0px 0px 15px; */
  margin-bottom: 0;
}

.benefits_section ul li {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  width: 100%;
}

.benefits_section {
  background: #f37021;
  padding: 10px;
  /* margin-top: 10px; */
  border-radius: 5px;
  width: 90%;
}

.benefits_section p {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

#horizon .benefits_section ul li {
  width: 100%;
}

.cs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.download-cta {
  text-decoration: none;
  background-color: #f37021;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
  width: 65%;
  text-align: center;
}

a.download-cta:hover {
  background-color: #f37221bb;
}

.header {
  background-color: rgba(79, 78, 81, 1);
  width: 100%;
  z-index: 99;
  transition: all 0.7s ease-in-out;
  position: fixed;
}

.custom-header {
  display: flex;
  align-items: stretch;
  height: 90px;
}

.header-left {
  background: rgba(243, 112, 33, 1);
  clip-path: polygon(0 0%, 90% 0, 80% 110%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: left;
  width: 25%;
  z-index: 1;
  padding-left: 60px;
}

.header-left img {
  max-height: 70px;
}

.header-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  /* border-bottom: 1.5px solid rgba(243, 112, 33, 1); */
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 5px 0 40px;
  width: 100%;
}

ul.nav:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1.5px;
  background: rgba(243, 112, 33, 1);
  z-index: 0;
  left: -110px;
  bottom: 0px;
}

.nav-item {
  margin: 0 12px;
  position: relative;
  flex-grow: 1;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  padding: 5px 20px 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

/* Highlighted border effect on active tab */
.nav-item.active .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: -1;
  background-color: rgba(79, 78, 81, 1);
  transform: scale(1, 1.5) perspective(0.5em) rotateX(3deg);
  transform-origin: bottom;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid rgba(243, 112, 33, 1);
  border-bottom: 0;
  width: auto;
  height: auto;
}

.about_title.section_title {
  position: relative;
  background-color: rgba(79, 78, 81, 1);
  color: #fff;
  padding: 40px 20px;
  font-family: sans-serif;
  overflow: hidden;
  padding-bottom: 0;
  margin-left: -40px;
}

.about_title.section_title:before {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid rgba(243, 112, 33, 1);
}

.about_title.section_title h2 {
  display: inline-block;
  padding: 0px 20px;
  font-size: 19px;
  letter-spacing: 3px;
  margin: 0;
  font-weight: 500;
  z-index: 2;
  position: relative;
}

.about_title.section_title h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -5px;
  left: 0;
  z-index: -1;
  transform: scale(1.1, 1.8) perspective(0.5em) rotateX(3deg);
  transform-origin: bottom;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid rgba(243, 112, 33, 1);
  border-bottom: 0;
  background: rgba(79, 78, 81, 1);
  width: auto;
  height: auto;
}

.about_right h3 {
  color: #faf7f7;
  font-size: 20px;
  padding-top: 20px;
}

/* .m-l {
  margin-left: -150px;
  z-index: -1;
}
.p-l{
  padding-left: 125px !important;
} */
.ml-left-side {
  width: 95%;
  margin-right: auto;
}

.ml-right-side {
  width: 95%;
  margin-left: auto;
  padding: 0;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.col-0 {
  padding-left: 0;
  padding-right: 0;
}

section#latitude {
  position: relative;
  overflow: hidden;
}

.bottomline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(243, 112, 33, 1);
  z-index: -2;
  left: -100%;
  top: 64px;
}

#latitude .about_right.bottomline:before {
  right: -100%;
  left: -100%;
  width: auto;
}

.section_paragraph {
  padding-top: 10px;
  width: 95%;
}

.menu.mobile_menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 10px;
}

.menu.mobile_menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  border-radius: 2px;
}

.about_right {
  position: relative;
  /* margin-bottom: 40px; */
}

.hide-header {
  top: -100px;
  /* adjust based on your header height */
  transition: all 0.7s ease-in-out;
}

.pd-0 {
  /* padding-right: 0 !important;
  padding-left: 0 !important; */
  /* margin-left: -20px; */
}

.gallery_slider {
  position: relative;
}

.gallery_slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: rgba(243, 112, 33, 1);
  z-index: -1;
  left: 0;
  right: 0;
  top: 43%;
}

.about_left {
  position: relative;
  z-index: 3;
  top: -30px;
}

.about_left a.cs-top {
  margin-top: 15px;
}

.authorized-dealer-list p {
  margin-bottom: 5px;
}

.footer_logo {
  width: 30%;
}

.address-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.col-xs-6 {
  width: 50%;
}

footer h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.mfp-content video {
  height: auto !important;
  max-width: 100%;
  margin: auto;
}

div#video-modal {
  width: 70%;
  margin: auto;
  position: relative;
}

section#horizon,
section#about_tafe,
#about_tafe_terra {
  overflow: hidden;
}

.about_img img {
  width: 100%;
  object-fit: cover;
}
.form_submit_btn {
  width: 50%;
  margin-left: auto;
}
.footer-wrapper {
  width: 90%;
  margin: auto;
}
section#latitude .ml-right-side {
  /* width: 94%; */
}
section#about_tafe_terra .ml-right-side {
  width: 95%;
}
section#about_tafe_terra .section_paragraph {
  width: 95%;
}
/*Responsive css*/
@media only screen and (min-width: 1350px) {
  .ml-left-side {
    width: 90%;
  }

  .ml-right-side {
    width: 90%;
  }
  section#latitude .ml-right-side {
    width: 93%;
  }
  section#about_tafe_terra .ml-right-side {
    padding-bottom: 30px;
  }

  .section_paragraph {
    width: 90%;
  }
  .section_paragraph p {
    line-height: 24px;
  }
  .header-left {
    padding-left: 60px;
  }
  .ml-left-side .about_img {
    width: 96%;
}
}

@media only screen and (min-width: 1400px) {
  .bottomline:before {
    top: 62px;
    height: 2px;
  }

  .about_title.section_title:before {
    bottom: 0px;
  }
  section#gallery {
    padding-top: 50px;
  }
  .nav{
    gap: 10px;
    
  }
  .header-left {
    padding-left: 70px;
}
}

@media only screen and (min-width: 1900px) {
 
  .header-left {
    padding-left: 90px;
  }
  .nav-link {
    font-size: 20px;
  }
  .nav{
    gap: 40px;
  }
  .about_right h3 {
    font-size: 25px;
  }

  .section_paragraph p {
    line-height: 30px;
    font-size: 22px;
  }

  .header-left img {
    max-height: 100%;
  }
  .custom-header {
        height: 120px;
  }
  p {
    font-size: 22px;
  }

  .bottomline:before {
    top: 80px;
  }

  .about_title.section_title h2 {
    font-size: 35px;
  }

  .banner_btn a {
    font-size: 20px;
  }

  .banner_content p {
    font-size: 25px;
  }

  .benefits_section p {
    font-size: 25px;
  }

  .benefits_section ul li {
    font-size: 20px;
  }

  a.download-cta {
    font-size: 25px;
  }

  .play_btn {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }

  .address_box h2,
  .authorized-dealer-wrapper h2,
  .social_box h2,
  footer h2 {
    font-size: 30px;
  }

  .about_title.section_title h2 {
    padding: 0px 40px;
  }

  .section_paragraph {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 2500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 2000px;
  }
  ul.nav:before {
    bottom: 1px;
  }
  .header-left {
    padding-left: 110px;
  }
  .nav-item.active .nav-link::before {
    bottom: 1px;
  }
  .nav-link {
    font-size: 25px;
  }

  .about_right h3 {
    font-size: 30px;
  }

  .section_paragraph p {
    line-height: 30px;
    font-size: 25px;
  }

  p {
    font-size: 25px;
  }

  .bottomline:before {
    top: 80px;
  }

  .about_title.section_title h2 {
    font-size: 35px;
  }

  .banner_btn a {
    font-size: 25px;
  }

  section#horizon,
  section#latitude {
    padding-bottom: 100px;
  }

  .banner_content p {
    font-size: 30px;
  }

  .benefits_section p {
    font-size: 30px;
  }

  .benefits_section ul li {
    font-size: 25px;
  }

  a.download-cta {
    font-size: 30px;
  }

  .play_btn {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }

  .address_box h2,
  .authorized-dealer-wrapper h2,
  .social_box h2,
  footer h2 {
    font-size: 35px;
  }

  ul.nav:before {
    left: -160px;
  }
  section#about_tafe_terra .ml-right-side {
    width: 96%;
}
}

@media only screen and (min-width: 3500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 3000px;
  }
  .header-left {
    padding-left: 160px;
  }
  .header-left img {
    width: 360px;
  }
  .nav {
    gap: 90px;
  }
  .nav-link {
    font-size: 35px;
  }

  .about_right h3 {
    font-size: 40px;
  }

  .section_paragraph p {
    line-height: 40px;
    font-size: 35px;
  }

  p {
    font-size: 35px;
  }

  .bottomline:before {
    top: 92px;
  }

  .about_title.section_title h2::before {
    bottom: -20px;
  }

  .about_title.section_title h2 {
    font-size: 45px;
  }

  .banner_btn a {
    font-size: 35px;
  }

  .banner_content p {
    font-size: 40px;
  }

  .benefits_section p {
    font-size: 40px;
  }

  .benefits_section ul li {
    font-size: 35px;
  }

  a.download-cta {
    font-size: 40px;
  }

  .play_btn {
    font-size: 40px;
    width: 70px;
    height: 70px;
  }

  .address_box h2,
  .authorized-dealer-wrapper h2,
  .social_box h2,
  footer h2 {
    font-size: 45px;
  }

  ul.nav:before {
    left: -160px;
  }

  .custom-header {
    height: 170px;
  }
  .footer-wrapper {
    width: 91%;
  }
}

@media only screen and (max-width: 1350px) {
  /* .about_right {
    padding: 0px 25px;
  } */

  ul.nav:before {
    bottom: 0;
  }

  #horizon .bottomline:before {
    top: 62px;
    height: 2px;
  }

  #about_tafe_terra .bottomline:before {
    top: 62px;
    height: 2px;
  }

  #about_tafe .bottomline:before {
    top: 62px;
    height: 2px;
  }

  .download_img::before {
    width: 210px;
    height: 380px;
  }
}

@media only screen and (max-width: 1285px) {
  .navbar ul li a {
    padding: 0;
  }
  section#about_tafe_terra .ml-right-side {
    width: 97%;
  }
  section#about_tafe_terra .section_paragraph {
    width: 97%;
  }
  .benefits_section {
    width: 95%;
  }
  .footer-wrapper {
    width: 95%;
  }
  .nav {
    gap: 20px;
  }
  .header-left {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .bottomline:before {
    top: 62px;
  }
  .nav-link {
    padding: 0 20px 2px;
  }
  section#latitude .bottomline:before {
    top: 62px;
  }
  .nav-item {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .m-l-mobile {
    /* margin-left: -150px;
    z-index: -1; */
    /* margin-left: -80px !important; */
  }

  .p-l-mobile {
    /* padding-left: 125px !important; */
    /* padding-left: 60px !important; */
  }
  .header-left {
    padding-left: 20px;
}
  .section_title {
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

  .bottomline:before {
    top: 62px;
    width: auto;
    right: -100%;
    left: -100%;
  }
  .about_left {
    top: 0px !important;
  }
  .section_paragraph {
    width: 95%;
    margin: auto;
  }
  .ml-right-side,.ml-left-side {
    margin: auto;
    width: 100%;
  }
  .about_img  {
    margin: auto;
    width: 94%;
  }
  .about_title.section_title {
    margin-left: 0px;
  }
  .about_right h3 {
    width: 99%;
    margin-left: auto;
  }
  .benefits_section {
    width: 95%;
    margin: auto;
    }
  section#horizon, section#latitude {
    padding-bottom: 0px;
  }
  .m-auto {
    width: 95%;
  }

  .pd-0 {
    padding: 40px 20px 0 !important;
  }

  .bottomline:before {
    /* width: 140%; */
  }

  .bottomline-right:before {
    content: none;
  }

  .about_left.bottomline:before {
    content: none;
  }
  
  .nav-item {
    margin: 0 5px;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav {
    padding: 0 5px;
    gap: 10px;

  }

  #latitude .about_right.bottomline:before {
    top: 62px;
  }
}

@media only screen and (max-width: 1199px) {

  #latitude .row,
  #download .row,
  #about_tafe .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .download_img::before {
    width: 180px;
    height: 290px;
  }

  .subtitle p {
    font-size: 18px;
  }

  .navbar ul li a {
    font-size: 14px;
    padding: 0;
  }

  .header_btn a {
    color: #f37021;
    font-size: 14px;
  }
  .nav-link {
    font-size: 13px;
    padding: 0 20px 0px;
  }
  /* 
  .about_right {
    padding: 0px 10px;
  } */
}

@media only screen and (max-width: 1024px) {
  .section_title h2 {
    font-size: 26px;
  }

  .subtitle p {
    font-size: 18px;
  }

  .section_paragraph p {
    font-size: 14px;
  }

  .navbar ul li a {
    font-size: 12px;
    padding: 0;
  }

  .header_btn a {
    color: #f37021;
    font-size: 12px;
  }

  .banner_content p {
    padding-bottom: 50px;
  }

  div.gallery_slider {
    margin-top: 50px;
  }

  /* .social_wrapper {
    padding-bottom: 82px;
  } */

  .download_img::before {
    width: 178px;
    height: 295px;
  }

  #contact_us .form_box {
    width: 100%;
  }

  .about_right {
    margin-bottom: 30px;
  }

  div#video-modal {
    width: 100%;
  }
}

@media only screen and (max-width: 996px) {
  #banner {
    padding-top: 60px;
  }

  ul.nav:before {
    content: none;
  }

  header.header {
    background: #f37021;
  }

  .header-right {}

  .header-right {
    position: absolute;
    top: 59px;
    left: -100%;
    z-index: 1;
    width: 100%;
    background: #f37021;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
  }

  .header-right.active {
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  .header-right ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  .header-right ul li {
    padding: 10px 0px;
  }

  .header-right ul li a {
    color: #fff;
    font-size: 18px;
  }

  .header-right ul li a:hover {
    color: #000000;
  }

  .mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 18px;
    position: relative;
    z-index: 9;
    display: block;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .menu span {
    border-bottom: 2px solid #ffffff;
    width: 25px;
    transition: all 0.5s ease-in-out;
  }

  .menu span:nth-child(2) {
    width: 15px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(1) {
    transform: rotate(45deg) translateX(10px);
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(3) {
    transform: rotate(-45deg) translateX(10px);
    transition: all 0.5s ease-in-out;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .header_logo {
    width: 40%;
  }

  .banner_wrapper {
    flex-direction: column;
  }

  .header_btn a {
    color: #f37021;
    font-size: 18px;
  }

  .header_btn {
    margin: 10px 0px;
  }

  /* .about_right {
    padding: 0px 10px;
  } */

  .download_img::before {
    width: 160px;
    height: 220px;
  }

  .download_section {
    padding: 0;
  }

  .download_title.section_title h2 {
    font-size: 35px;
  }

  .download_img img {
    width: 50%;
  }

  .address_box p {
    color: #000;
    font-size: 12px;
  }

  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }

  .custom-header {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .menu.mobile_menu {
    display: flex;
  }

  .header-left img {
    max-height: 60px;
    width: 100%;
  }

  .header-left {
    background: transparent;
    clip-path: none;
    width: auto;
    display: block;
    padding-left: 0;
  }

  .nav-item.active .nav-link::before {
    content: none;
  }

  .bottomline:before {
    top: 64px;
  }
}

@media only screen and (max-width: 768px) {
  .authorized-dealer-wrapper {
    padding: 10px;
  }
  section#horizon, section#latitude {
    padding-bottom: 0px;
}
.custom-header {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 479px) {
  .about_title.section_title h2 {
    line-height: 23px;
  }

  .navbar {
    top: 77px;
  }

  section#about_tafe_terra {
    padding: 20px 0px;
  }

  .subtitle p {
    font-size: 16px;
  }

  .section_paragraph {
    width: 94%;
    margin: 0 auto;
  }

  /* .about_right {
    padding: 20px 0px;
  } */
  div.gallery_slider {
    margin-top: 0px;
  }

  section#about_terra {
    padding: 50px 20px;
  }

  section {
    padding: 0px 0px 50px;
  }

  .download_img::before {
    width: 135px;
    height: 225px;
  }

  .download_section {
    padding-left: 0;
  }

  /* .footer_logo {
    padding: 30px 0px;
    text-align: center;
  } */

  .footer_logo img {
    width: 50%;
  }

  .address_box p {
    color: #000;
    font-size: 18px;
  }

  .address_box {
    gap: 15px;
    padding: 0px 10px;
    padding-bottom: 20px;
  }

  .social_wrapper {
    padding: 0px 10px;
    /* padding-bottom: 60px; */
  }

  #contact_us .form_box {
    width: 95%;
  }

  .gallery_slider .owl-item.active.center {
    transform: none;
    transition: all 0.5s ease-in-out;
  }

  .gallery_slider .owl-item {
    transform: none;
    transition: all 0.5s ease-in-out;
  }

  form#contact_us {
    padding-top: 0;
  }

  .download_img {
    position: relative;
    padding-bottom: 15px;
  }

  .benefits_section ul li,
  #horizon .benefits_section ul li {
    width: 100%;
  }

  a.download-cta {
    width: 95%;
  }

  .cs-row {
    flex-direction: column;
    gap: 30px;
  }

  .img_box {
    width: 100%;
  }

  .banner_content {
    top: 50%;
  }

  .banner_content p {
    padding-top: 0px;
    font-size: 15px;
  }

  .banner_content h1 {
    font-size: 36px;
    font-weight: 400;
  }
  .footer_logo {
    width: 50%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 360px) {
  .navbar {
    top: 72px;
  }
}