body {
  font-family: "Jost", sans-serif;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

strong {
  color: var(--text-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #19243e;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 35px;
}
p {
  color: #364152;
}
li strong {
  font-size: 20px;
}
* {
  outline: 0;
}

.fw-medium {
  font-weight: 500;
}
.fw-semi-bold {
  font-weight: 600;
}
.text-primary {
  color: var(--color-primary) !important;
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.text-secondary {
  color: var(--color-secondary) !important;
}
.bg-secondary {
  background-color: var(--color-secondary) !important;
}
.text-success {
  color: var(--color-success) !important;
}
.bg-success {
  background-color: var(--color-success) !important;
}
.text-dark {
  color: #000000 !important;
}
.bg-light {
  color: #f4f4f4 !important;
}
.text-light {
  color: #f5f5f5 !important;
}
.text-white {
  color: #fff !important;
}
.section-py {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-fluid .section-px {
  padding-left: 80px;
  padding-right: 80px;
}
.img-full {
  width: 100%;
}
.required {
  border: 1px solid #ff0000;
  background-color: #fffdee;
}
.text-justify {
  text-align: justify;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  font-size: 25px;
  font-weight: 500;
}
span.faq-search-icon.position-absolute i.fa.fa-search.text-danger {
  display: none !important;
}
.btn.btn-primary {
  background: var(--color-primary);
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 99px;
}

.btn.btn-primary:hover {
  background: var(--color-secondary);
}
.btn.btn-secondary {
  background: #e9ecef;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  border: 0;
  border-radius: 99px;
}

.btn.btn-secondary:hover {
  background: var(--color-primary);
  color: #fff;
}
.slide .slide-text .btn.btn-secondary:hover {
  background: var(--color-primary);
  color: #fff;
}
.slide .slide-text .btn.btn-secondary {
  background: #fff;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  border: 0;
  border-radius: 99px;
}
.fa-square-full:before {
  content: "\f45c";
  color: var(--color-primary);
}
.bg-cyan {
  background-color: #d7f0ea !important;
}

.bg-old-lack {
  background-color: #fcf6e8 !important;
}

.bg-lavender {
  background-color: #e7e7f4 !important;
}

.container {
  max-width: 1564px;
}
.page-banner h1 {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  padding: 5px 15px;
  background: var(--color-secondary);
}

/* header-2064  */

.header-2064 .navbar {
  padding: 0;
  /* background-color: var(--navbar-bg); */
}

.header-2064 .top-bar a {
  padding: 0 10px;
  color: #fff;
}
.header-2064 .top-bar a:hover {
  color: var(--color-secondary);
}

.header-2064 .top-bar {
  background-color: #5e5e5e;
  padding: 10px 0;
}
.header-2064 .top-nav li a {
  padding: 0 10px;
  color: #000;
}
.header-2064 .logo {
  padding: 0;
}
.header-2064 .header-main {
  padding: 35px 0;
}

.contactus .btn.btn-primary {
  background-color: var(--color-secondary);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-2064 .navbar a,
  .header-2064 .navbar a:focus {
    padding: 8px 20px !important;
    font-size: 18px !important;
  }
  .contactus .btn.btn-primary {
    padding: 15px 25px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .header-2064 .navbar {
    padding: 0;
  }
  .header-2064 .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .header-2064 .navbar li {
    position: relative;
  }
  .header-2064 .navbar a,
  .header-2064 .navbar a:focus {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size: 20px;
  }
  .header-2064 .navbar a i,
  .header-2064 .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .header-2064 .navbar a:hover:before,
  .header-2064 .navbar li:hover > a:before,
  .header-2064 .navbar ul li a:hover,
  .header-2064 .navbar ul li.active:focus,
  .header-2064 .navbar ul li.active a {
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 99px;
  }
  .header-2064 .navbar ul li.active:before {
    visibility: visible;
    width: 100%;
  }

  .header-2064 .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .header-2064 .navbar .dropdown ul {
    background-color: #212529;
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 0;
  }
  .header-2064 .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .header-2064 .navbar .dropdown ul li {
    min-width: 200px;
  }
  .header-2064 .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #fff !important;
    border-radius: 0 !important;
  }
  .header-2064 .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .header-2064 .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
    border-radius: 0;
  }

  .header-2064 .mobile-nav-show,
  .header-2064 .mobile-nav-hide {
    display: none;
  }
}

.hd-tel a:hover {
  color: var(--color-primary) !important;
}
@media (max-width: 991px) {
  .mobile-nav-show {
    color: #000;
  }
  .header-2064 .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .header-2064 .navbar ul {
    background-color: #000;
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .header-2064 .navbar a,
  .header-2064 .navbar a:focus {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
  }
  .header-2064 .navbar a i,
  .header-2064 .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .header-2064 .navbar a:hover,
  .header-2064 .navbar .active,
  .header-2064 .navbar .active:focus,
  .header-2064 .navbar li:hover > a {
    color: #fff;
    background-color: var(--color-primary);
  }
  .header-2064 .navbar .dropdown ul,
  .header-2064 .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 0 20px;
    transition: all 0.5s ease-in-out;
  }
  .header-2064 .navbar .dropdown > .dropdown-active,
  .header-2064 .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .header-2064 .mobile-nav-show {
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
    margin-left: 20px;
  }
  .header-2064 .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .mobile-nav-active .header-2064 {
    overflow: hidden;
  }
  .mobile-nav-active .header-2064 .navbar {
    right: 0;
  }
  .mobile-nav-active .header-2064 .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9996;
  }
}
@media (max-width: 1400px) {
  .header-2064 .btn.btn-quote {
    padding: 8px 20px;
    font-size: 18px;
  }
}

/*-------header-2064--------*/

.slide .slide-text h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
}
.slide .slide-text p {
  color: #fff;
}

.slide .slide-text {
  position: absolute;
  width: -webkit-fill-available;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-align: center;
}
/* ---------2175 --------------*/

/* --------section-2084 ------------*/

/* ------section-2009---- --*/

.section-2009 {
  background-image: url("../img/home-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.section-2009 .btn.btn-2009 {
  background-color: #1545f1;
  color: #fff;
}

/* 
section-2053 */
.section-2053 li a {
  padding: 0 20px;
}
.section-2053 {
  background-image: url("../img/footer-img-1.jpg");
  background-size: cover;
}
.section-2053 a {
  color: #fff;
  text-decoration: none;
}
.section-2053 .footer-contact .fa-solid {
  background-color: var(--color-primary);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 20px;
}
.footer-middle p,
.footer-middle h4 {
  color: #fff;
  font-weight: 400;
}
.section-2053 .menu-inline li {
  display: inline-flex;
  margin-bottom: 0;
}
.section-2053 a:hover {
  color: var(--color-primary);
}
.section-2053 .menu-inline li + li {
  margin-left: 10px;
  line-height: 20px;
  border-left: 1px solid;
}
.section-2053 .social .fa-brands {
  color: var(--color-primary);
  background-color: transparent;
  margin: 0 15px;
  font-size: 20px;
}
.section-2053 .social .fa-brands:hover {
  color: #ffffff;
}
/* section-2119 */
.section-2119 {
  background-color: #efefef;
}
.section-2119 .form-control {
  background-color: #3b4d5a;
  border: 1px solid #3b4d5a;
  border-radius: 0;
  min-height: 55px;
  color: #fff;
}
.section-2119 .form-control::placeholder {
  color: #ffffff;
}
.section-2119 .btn-primary {
  background-color: #8ac633;
  color: #fff;
}
.section-2119 .address a {
  color: #000;
}
.testimonial-item .desc {
  color: #000;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

/* section-2141 */

.section-2141 .card .upper_hover {
  display: none;
}
.section-2141 .card:hover .upper_hover {
  transition: 1s;
  display: block;
  background-color: transparent;
  max-height: 100%;
  background-image: url(../img/secton-three-hover.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.section-2141 .card .down_text {
  display: block;
}
.section-2141 .card:hover .down_text {
  display: none;
}

.section-2141 h5 a,
.section-2141 p a {
  color: #fff;
}

/* section-2085 */

/*.section-2085 {*/
/*  background-image: url(../img/banifit-bg.jpg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/

.section-2085 .card {
  height: 100%;
}
.section-2085 .card:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.section-2085 .card:hover .btn.btn-primary {
  background-color: #fff;
  color: #19243e;
}
.section-2085 .card:hover > .card-body h5 {
  background-color: var(--color-primary);
  color: #fff;
}
.section-2085 .card:hover > .card-body p {
  color: #fff;
}

.section-2085 .card:hover > .card-body img {
  filter: brightness(5.5);
}

/* testimonial */

.testimonial-item {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 30px;
  text-align: center;
  margin: 15px;
  border-radius: 3px;
}

.video-text {
  position: absolute;
  width: -webkit-fill-available;
  background-color: #00000042;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.playbtn {
  position: absolute;
  width: -webkit-fill-available;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
video {
  width: 100%;
  max-height: 100%;
}
.playbtn .fa-regular,
.far {
  font-weight: 400;
  font-size: 80px;
}

.section-2044 .section-top {
  background-color: #23313a;
  padding-bottom: 50px;
}
.section-2044 .section-bottom {
  background-color: var(--color-primary);
  margin-top: -75px;
  max-width: 900px;
}
.section-2044 .section-bottom .btn-primary {
  background-color: #23313a;
  color: #fff;
}
.section-2085 .col-xl-3.col-sm-6.mb-4.mb-xl-0 h5 {
  text-transform: capitalize;
}
/*-------soh-------*/

@media screen and (max-width: 1440px) {
  .slide .slide-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .playbtn .fa-regular,
  .far {
    font-size: 50px;
  }
  .playbtn {
    top: 30%;
    left: 50%;
  }
  .section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .video-text {
    position: initial;
    width: auto;
    transform: translate(0);
    color: #19243e;
    text-align: center;
    padding: 50px 0;
  }
  .video-text h1,
  .video-text h3,
  .video-text span {
    color: #19243e !important;
  }
  .section-2053 li a {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  .playbtn {
    top: 25%;
  }
  .header-2064 .top-bar a {
    padding: 0 5px;
    color: #fff;
    font-size: 17px;
  }
  .page-banner h1 {
    font-size: 30px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 575px) {
  .header-2064 .logo {
    text-align: center;
  }
  .header-2064 .header-main {
    padding: 30px 0;
  }
  .contactus .btn.btn-primary {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 99px;
  }
  .playbtn {
    top: 20%;
    left: 50%;
  }
}
