@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  margin: 0;
}
/* body {font-family:"Roboto", sans-serif;} */
body {
  font-family: "proxima-nova", sans-serif;
}
.primary_bg-color {
  background-color: #e63225;
}
.secondary_grey_bg {
  background-color: #e5e5e5;
}
a {
  color: #000;
  text-decoration: underline;
}
h2 {
  font-size: 3rem;
  font-weight: 700;
}
h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
h4 {
  font-size: 2rem;
  font-weight: 700;
}
h5 {
  font-size: 1.7rem;
  font-weight: 700;
}
h6 {
  font-size: 1.5rem;
  font-weight: 700;
}
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
p,
ul {
  font-size: 1.1rem;
}
ul {
  padding-left: 20px;
}
.btn1 {
  color: #000;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.btn1:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.btn2:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.small_border {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.small_border:after {
  position: absolute;
  content: "";
  width: 14%;
  height: 8px;
  background: #e63225;
  bottom: -20px;
  left: 0;
}
header {
  position: relative;
  z-index: 2;
  padding: 35px 0;
}
header .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo img {
  max-width: 360px;
  width: 100%;
}

header .social-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .social-wrap a {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s linear;
}
header .social-wrap a img {
  width: 24px;
  height: 24px;
  transition: all 0.3s linear;
}
header .social-wrap a:hover {
  background-color: #e63225;
  color: #fff;
}
header .social-wrap a:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(48%) saturate(11%)
    hue-rotate(320deg) brightness(103%) contrast(100%);
}
.hero-section {
  position: relative;
  margin-top: -179px;
}
.hero-section .items > img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .hero-content {
  position: relative;
  z-index: 1;
}
.hero-section .items {
  min-height: 760px;
  padding-top: 200px;
}
.hero-section h1 {
  font-size: 59px;
  color: #fff;
  font-weight: 800;
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 64px;
}
.hero-section p {
  font-size: 35px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  max-width: 635px;
  width: 100%;
  line-height: 42px;
  font-family: "Montserrat", serif;
  letter-spacing: -1px;
}
.hero-section .hero-content a {
  background-color: #eb312f;
  text-decoration: none;
  padding: 16px 25px;
  display: inline-block;
  border-radius: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin-top: 50px;
}
.custom-nav-width {
  position: absolute;
  bottom: 20%;
  right: 0px;
  z-index: 9;
  width: 100%;
}
.custom-nav-width .custom-nav {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: end;
}
.custom-nav-width .custom-nav button {
  background-color: transparent;
  outline: 0;
  border: none;
}
.custom-nav-width .custom-nav button:first-child {
  margin-right: -18px;
}
button {
  cursor: pointer;
}
.custom-nav-width .custom-nav button img {
  width: 90px;
}
.hero-section .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-section .owl-dots span {
  display: inline-block;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #707070;
}
.hero-section .owl-dot {
  margin: 3px;
  display: inline-block;
}
.hero-section .owl-dot.active span {
  background-color: #fff;
}
.looking-for-cropac {
  padding: 50px 0;
  background-color: #eb312f;
}
.looking-for-cropac .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.looking-for-cropac h2 {
  color: #fff;
  font-size: 59px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 15px;
}
.looking-for-cropac .content p {
  font-size: 25px;
  color: #fff;
  max-width: 748px;
  width: 100%;
  line-height: 30px;
  margin: 0;
}
.looking-for-cropac .content-btn a {
  font-size: 30px;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  padding: 26px 40px;
  border-radius: 10px;
  font-weight: 800;
  display: inline-block;
}
.looking-for-cropac .content {
  width: 65%;
  padding-right: 20px;
}
.looking-for-cropac .content-btn {
  width: 35%;
  text-align: end;
}
.looking-for-cropac .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  z-index: 9;
}
.modal-overflow {
  padding: 30px 0;
}
.looking-for-cropac .modal-container {
  max-width: 800px;
  background: transparent;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.looking-for-cropac .cancel-btn {
  border: none;
  outline: 0;
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: -60px;
  z-index: 10;
  cursor: pointer;
}
.looking-for-cropac .modal-form > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.looking-for-cropac .form-content {
  position: relative;
  z-index: 2;
  width: 370px;
  margin-left: auto;
  padding: 40px 25px;
  text-align: right;
}
.looking-for-cropac .form-content img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 30px;
}
.looking-for-cropac .form-content h5 {
  color: #eb312f;
  font-weight: 400;
  margin-bottom: 5px;
}
.looking-for-cropac .form-content h3 {
  color: #252b2e;
  font-size: 54px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 15px;
}
.looking-for-cropac .form-content p {
  color: #eb312f;
  max-width: 260px;
  margin-left: auto;
  width: 100%;
  margin-bottom: 20px;
  line-height: 27px;
}
.looking-for-cropac .form-bx {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
}
.looking-for-cropac .form-bx .input-bx {
  background-color: #ededed;
  border: 1px solid #b5b5b5;
  padding: 15px;
  border-radius: 6px;
  outline: 0;
  text-align: center;
}
.looking-for-cropac .form-bx button {
  margin: auto;
  background-color: #e61c26;
  border: none;
  padding: 15px 35px;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
}
footer .footer-logo-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 0;
}
footer .ftr-description {
  width: 82%;
  padding-left: 30px;
}
footer .footer-logo {
  width: 18%;
}
footer .ftr-description p {
  margin: 0;
  font-size: 15px;
  color: #222e36bd;
}
footer h6 {
  text-align: center;
  font-size: 27px;
  margin: 20px 0 40px;
}
footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
footer ul li {
  list-style: none;
  text-align: center;
  width: calc((100% / 6) - 17px);
}
footer li p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #222e36bd;
}
footer li small {
  display: block;
  margin-bottom: 7px;
  color: #222e36bd;
}
footer li b {
  font-size: 16px;
}
footer .bottom-line {
  width: 100%;
  background-color: #000000;
  margin-top: 50px;
  padding: 25px 0;
  color: #fff;
}
footer .btm-line-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .btm-line-wrap p {
  margin: 0;
  font-size: 15px;
  font-family: "Montserrat", serif;
  font-weight: normal;
}
footer .btm-line-wrap a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-family: "Montserrat", serif;
}
footer .btm-line-wrap ul li:nth-child(2)::before {
  content: "";
  width: 2px;
  height: 17px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
footer .btm-line-wrap ul li:nth-child(2)::after {
  content: "";
  width: 2px;
  height: 17px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

footer .btm-line-wrap ul {
  display: flex;
  gap: 0;
}
footer .btm-line-wrap ul li {
  width: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/*===Modal===*/
/* //  */
#popmake-204 {
  max-width: 800px !important;
  background-color: transparent;
  box-shadow: none;
}
#popmake-204 .popmake-content {
  position: relative;
}
#popmake-204 .popmake-content .form-bx {
  position: absolute;
  bottom: 6%;
  right: 4%;
  max-width: 280px;
  width: 100%;
  text-align: center;
}

#popmake-204 .gform_title {
  display: none;
}
#popmake-204 .gform_fields {
  gap: 10px;
}
#popmake-204 input[type="submit"] {
  margin: auto;
  background-color: #e61c26;
  border: none;
  padding: 15px 35px;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  outline: 0;
  border: none;
}
#popmake-204 .custom-frm-control input {
  background-color: #ededed;
  border: 1px solid #b5b5b5;
  padding: 0 15px;
  border-radius: 10px;
  outline: 0;
  color: #939393;
  height: 44px;
  cursor: auto;
}
#popmake-204 .gform-footer {
  margin-top: 10px;
}
#popmake-204 .validation_message,
#popmake-204 .gform_validation_errors {
  display: none;
}
#pum-204 button.pum-close {
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  top: 1%;
  right: -1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*===Modal===*/

.homepage-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-color: rgb(45 40 40 / 95%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999999999999999;
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  visibility: visible !important;
  overflow: visible !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable
  body
  > :not([aria-modal="true"]) {
  padding-right: 0 !important;
}

/* Spinner */
.homepage-load::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #ddd;
  border-top: 5px solid #e61c26;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Keyframes for spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

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

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

@media (max-width: 1400px) {
  .looking-for-cropac .form-content h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .looking-for-cropac .form-content {
    height: 95vh;
  }
  .modal-overflow {
    overflow: auto;
    height: 100%;
    padding-right: 10px;
  }
  .custom-nav-width .custom-nav {
    max-width: 1140px;
  }
  .looking-for-cropac h2 {
    font-size: 50px;
  }
  .looking-for-cropac .content-btn a {
    font-size: 26px;
    padding: 24px 40px;
  }
}

@media (max-width: 1200px) {
  .custom-nav-width .custom-nav {
    max-width: 960px;
  }
  .hero-section h1 {
    font-size: 50px;
  }
  .hero-section p {
    font-size: 32px;
    line-height: 44px;
  }
  header .header-logo img {
    max-width: 260px;
  }
  .hero-section .hero-content a {
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
  }
  .custom-nav-width {
    bottom: 10%;
  }
  .hero-section .items {
    min-height: 720px;
  }
  .looking-for-cropac .content {
    width: 60%;
  }
  .looking-for-cropac .content-btn {
    width: 40%;
  }
  .looking-for-cropac h2 {
    font-size: 44px;
  }
  .looking-for-cropac .content p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 992px) {
  .custom-nav-width .custom-nav {
    max-width: 720px;
  }
  .looking-for-cropac .cancel-btn {
    right: -11px;
  }
  footer ul li {
    width: calc((100% / 3) - 14px);
  }
  .hero-section h1 {
    font-size: 42px;
    line-height: 49px;
  }
  .hero-section p {
    font-size: 26px;
    line-height: 32px;
  }
  header .header-logo img {
    max-width: 230px;
  }
  .hero-section .hero-content a {
    font-size: 22px;
    margin-top: 21px;
  }
  .custom-nav-width .custom-nav button img {
    width: 70px;
  }
  .hero-section .items {
    min-height: 600px;
  }
  .looking-for-cropac .content-btn a {
    font-size: 18px;
    padding: 20px 24px;
    font-weight: 700;
  }
  .looking-for-cropac h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .looking-for-cropac .content p {
    font-size: 18px;
    line-height: 25px;
  }
  .looking-for-cropac {
    padding: 30px 0;
  }
  footer .btm-line-wrap {
    justify-content: center;
    gap: 10px;
  }
  footer .bottom-line {
    padding: 25px 0 50px;
  }
  .home-modal-bg img {
    object-fit: fill;
  }
  #pum-204 button.pum-close {
    top: 5%;
    right: 1%;
  }
  .looking-for-cropac .content {
    width: 65%;
  }
  .looking-for-cropac .content-btn {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .footer_logo {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .custom-nav-width .custom-nav {
    max-width: 540px;
  }
  footer ul li {
    width: calc((100% / 2) - 10px);
  }
  .looking-for-cropac .form-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .looking-for-cropac .form-content img {
    max-width: 160px;
    margin-bottom: 15px;
  }
  .looking-for-cropac .form-content h5 {
    font-size: 18px;
  }
  .looking-for-cropac .content,
  .looking-for-cropac .content-btn {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .looking-for-cropac .content-btn {
    text-align: center;
  }
  .looking-for-cropac .wrap {
    gap: 20px;
  }
  footer .footer-logo {
    width: 100%;
    text-align: center;
  }
  footer .ftr-description {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  footer .footer-logo-wrap {
    display: flex;
    padding: 30px 0;
    gap: 20px;
  }
  footer .footer-logo img {
    max-width: 150px;
  }
  .modal-overflow {
    padding: 15px 0;
  }

  #popmake-204 .popmake-content .form-bx {
    max-width: 180px;
  }
  #popmake-204 .custom-frm-control input {
    font-size: 10px;
    height: 36px;
    padding: 0 5px;
  }
  #popmake-204 .gform_fields {
    gap: 5px;
  }
  #popmake-204 .gform-footer {
    margin-top: 5px;
  }
  #popmake-204 input[type="submit"] {
    padding: 7px 29px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  footer ul li {
    width: 100%;
  }
  .looking-for-cropac .form-content {
    height: 380px;
    width: 295px;
  }
  .looking-for-cropac .form-content h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .looking-for-cropac .form-content p {
    font-size: 14px;
  }
  header .social-wrap {
    gap: 9px;
  }
  .looking-for-cropac .form-bx .input-bx {
    padding: 10px;
    font-size: 14px;
  }
  .looking-for-cropac .form-bx button {
    padding: 10px 32px;
    font-size: 14px;
  }
  header .header-logo img {
    max-width: 135px;
  }
  header .social-wrap a {
    width: 30px;
    height: 30px;
  }
  header .social-wrap a img {
    width: 15px;
    height: 15px;
  }
  .hero-section h1 {
    font-size: 30px;
    line-height: 33px;
  }
  .hero-section p {
    font-size: 20px;
    line-height: 27px;
  }
  .hero-section .hero-content a {
    font-size: 18px;
  }
  .custom-nav-width .custom-nav {
    padding: 0 15px;
  }
  .hero-section .items > img {
    object-fit: cover;
  }
  .hero-section .items {
    min-height: 580px;
    padding-top: 180px;
  }
  .hero-section .owl-dots {
    bottom: 0%;
  }
  .custom-nav-width .custom-nav button img {
    width: 50px;
  }

  footer .btm-line-wrap a {
    font-size: 14px;
    padding: 0 2px;
  }
  footer .btm-line-wrap p {
    font-size: 14px;
  }

  footer .bottom-line {
    padding: 25px 0 25px;
  }
  .looking-for-cropac .cancel-btn {
    right: -4px;
    top: 6px;
  }
  .looking-for-cropac .form-content {
    padding: 40px 10px;
  }
  .looking-for-cropac .cancel-btn img {
    width: 23px;
  }
  .modal-overflow {
    padding: 0;
  }
  footer li p {
    margin-bottom: 5px;
  }

  footer .btm-line-wrap ul {
    gap: 7px;
  }
  footer .btm-line-wrap ul li {
    width: 100%;
  }
  footer .btm-line-wrap ul li:nth-child(2)::before,
  footer .btm-line-wrap ul li:nth-child(2)::after {
    margin: 0 10px;
  }
  html.pum-open.pum-open-overlay.pum-open-scrollable
    body
    > :not([aria-modal="true"]) {
    padding-right: 0 !important;
  }

  .looking-for-cropac h2 {
    line-height: 33px;
  }

  #popmake-204 .custom-frm-control input {
    font-size: 7px;
    height: 23px;
    border-radius: 16px;
  }
  #popmake-204 input[type="submit"] {
    padding: 7px 16px;
    font-size: 8px;
    min-height: 26px;
    border-radius: 17px;
  }
  #popmake-204 .gform_fields {
    gap: 5px;
  }
  #popmake-204 .gform-footer {
    margin-top: 5px;
  }
  #popmake-204 img {
    min-height: 350px !important;
  }
  #popmake-204 .popmake-content .form-bx {
    max-width: 120px;
  }
  #popmake-204 input[type="submit"] + span {
    display: none;
  }
  #popmake-204 .gform_confirmation_message {
    font-size: 10px;
  }
  #popmake-204 .popmake-content .form-bx {
    bottom: 7%;
  }
  #popmake-204 {
    padding: 15px;
  }
  #pum-204 button.pum-close {
    top: 5%;
    right: 2%;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

#pum-204.show-popup {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}