.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter", sans-serif;
  color: #181818;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  color: #777c90;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(white, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #181818;
}

*::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
.black-bg {
  background: black;
}

.ht_btn {
  overflow: hidden;
  color: white;
  background: #e8112b;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 16px;
  padding: 22px 33px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  transition: all;
  text-transform: uppercase;
  z-index: 3;
}

.ht_btn img {
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ht_btn::before {
  content: "";
  background: #13248c;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ht_btn:hover {
  color: white;
}

.ht_btn:hover::before {
  width: 100%;
}

.ht_btn.hover-bg::before {
  background: #181818;
}

.ht_btn.hover-bg:hover::before {
  width: 100%;
}

.blog_btn {
  color: #e8112b;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}

.blog_btn:hover {
  color: white;
  border-bottom: 1px solid white;
}

.blog_btn2 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.blog_btn2:hover {
  color: white;
  border-bottom: 1px solid white;
}

.ht_btn2 {
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #f7c600;
  padding: 22px 33px;
  text-transform: uppercase;
}

.ht_btn2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ht_btn2:hover::before {
  width: 100%;
  background: white;
}

/*section__title*/
.sub__title {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}

@media only screen and (max-width: 1600px) {
  .sub__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sub__title {
    font-size: 18px;
    letter-spacing: 2px;
  }
}



.section__title__main {
  font-size: 48px;
  line-height: 1.2;
}

.section__title__main span {
  color: #f14c53;
  border-bottom: 2px solid #f14c53;
}

@media only screen and (max-width: 1600px) {
  .section__title__main {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .section__title__main {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .section__title__main {
    font-size: 24px;
  }
}

.blog__title {
  color: #181818;
  font-size: 24px;
  line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .blog__title {
    font-size: 20px;
  }
}

.blog__title__two {
  color: #181818;
  font-size: 32px;
  line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .blog__title__two {
    font-size: 20px;
  }
}

.sub__title__two {
  color: #e8112b;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.section__title__two {
  font-size: 40px;
}

.section__title__two span {
  color: #13248c;
  border-bottom: 2px solid #13248c;
}

@media only screen and (max-width: 1600px) {
  .section__title__two {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .section__title__two {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .section__title__two {
    font-size: 24px;
  }
}

.inner__title__one {
  font-size: 32px;
}

@media only screen and (max-width: 1200px) {
  .inner__title__one {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .inner__title__one {
    font-size: 20px;
  }
}

.theme__main__banner {
  position: relative;
  z-index: 1;
}

.theme__main__banner .banner__description {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.6;
  max-width: 95%;
  font-weight: 500;
}

.theme__main__banner .popup-video {
  width: 60px;
  height: 60px;
  line-height: 58px;
  border-radius: 60px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(7.5px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.theme__main__banner .popup-video:hover {
  transform: scale(1.1);
}

section.branches__section {
  background-color: #13248c;
}

h2.text-white {
  color: white;
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .theme__main__banner .banner__description {
    font-size: 18px;
  }

  .theme__main__banner .banner__btn {
    justify-content: center;
  }
}

.main__banner__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.main__banner__bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(133deg, #181818 0%, rgba(24, 24, 24, 0.3) 100%);
  background: -moz-linear-gradient(133deg, #181818 0%, rgba(24, 24, 24, 0.3) 100%);
  background: -ms-linear-gradient(133deg, #181818 0%, rgba(24, 24, 24, 0.3) 100%);
  background: -o-linear-gradient(133deg, #181818 0%, rgba(24, 24, 24, 0.3) 100%);
  background: -webkit-linear-gradient(133deg, #181818 0%, rgba(24, 24, 24, 0.3) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main__banner__bg .pattern__h1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.main__banner__bg .pattern__h2 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

/* .thumbs__slider {
  margin-top: -84px;
  position: relative;
  z-index: 11;
} */
.hi {
  position: absolute;
  bottom: -10px;
}

.thumbs__slider .theme__thumbs__title {
  text-align: center;
  height: 51px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 33px;
  padding: 20px 21px;
  width: 100%;
  display: inline-block;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7.5px);
}

.thumbs__slider .swiper-slide-active .theme__thumbs__title {
  border-top: 3px solid #f7c600;
  border-right: 3px solid #f7c600;
  border-left: 3px solid #f7c600;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
}

@media only screen and (max-width: 1200px) {
  .thumbs__slider .theme__thumbs__title {
    font-size: 11px;
  }
}

.banner__sub__title {
  color: #f7c600;
  font-size: 36px;
  font-weight: bold;
}

.hero__img img {
  width: 65%;
}

@media only screen and (max-width: 1200px) {
  .banner__sub__title {
    font-size: 20px;
  }
}

.banner__main__title {
  font-size: 63px;
  color: white;
  line-height: 1.2;
}

.banner__main__title span {
  color: #f7c600;
  border-bottom: 2px solid #f7c600;
}

@media only screen and (max-width: 1600px) {
  .banner__main__title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner__main__title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner__main__title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__main__title {
    font-size: 38px;
  }
}

.banner__sub__title2 {
  color: #f7c600;
  font-size: 24px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
  .banner__sub__title2 {
    font-size: 20px;
  }
}

.theme__content__two {
  position: relative;
  z-index: 1;
}

.theme__content__two .search__section {
  display: inline-block;
  width: 683px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.theme__content__two .search__section span {
  background: linear-gradient(135deg, rgba(24, 24, 24, 0.3) 0%, rgba(24, 24, 24, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(24, 24, 24, 0.3) 0%, rgba(24, 24, 24, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(24, 24, 24, 0.3) 0%, rgba(24, 24, 24, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(24, 24, 24, 0.3) 0%, rgba(24, 24, 24, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(24, 24, 24, 0.3) 0%, rgba(24, 24, 24, 0.1) 100%);
  backdrop-filter: blur(7.5px);
  padding: 25px;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.theme__content__two .search__section .search__content {
  background: #f7c600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 25px 30px;
}

.theme__content__two .search__section .search__content input {
  color: rgba(24, 24, 24, 0.5);
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(24, 24, 24, 0.5);
  display: block;
  width: 310px;
}

.theme__content__two .search__section .search__content button {
  color: white;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  background: #181818;
  display: inline-block;
  padding: 13px 25px;
  line-height: 1;
  border: 0;
}

.theme__content__two .search__section .search__content button:hover {
  background: #e8112b;
}

@media only screen and (max-width: 767.98px) {
  .theme__content__two .search__section .search__content input {
    width: 100%;
    margin-bottom: 15px;
  }

  .theme__content__two .search__section .search__content button {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .theme__content__two .search__section {
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .theme__content__two .search__section {
    width: 100%;
  }
}

.banner__main__title__two {
  font-size: 108px;
  line-height: 1.24;
}

.banner__main__title__two span {
  color: #f7c600;
  text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  .banner__main__title__two {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner__main__title__two {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner__main__title__two {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__main__title__two {
    font-size: 38px;
  }
}

.theme__main__banner__three {
  position: relative;
  z-index: 1;
}

.theme__main__banner__three .shadow__text {
  position: absolute;
  z-index: -1;
  font-size: 310px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.1;
  background: linear-gradient(0deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  background: -moz-linear-gradient(0deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  background: -o-linear-gradient(0deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  background: -ms-linear-gradient(0deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  background: -webkit-linear-gradient(0deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  right: 0;
  top: 31%;
  text-align: center;
}



.swiper-button-prev,
.swiper-button-next {
  color: white;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(7.5px);
  line-height: 60px;
  text-align: center;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  display: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.hero__slider__one .swiper-button-prev {
  left: -1120px;
  border-radius: 50%;
}

.hero__slider__one .swiper-button-next {
  right: -120px;
  border-radius: 50%;
}

.hero__slider__one .swiper-button-prev,
.hero__slider__one .swiper-button-next {
  top: 53%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero__slider__one .swiper-button-prev:hover,
.hero__slider__one .swiper-button-next:hover {
  background: #e8112b;
}


.hero__slider__one:hover .swiper-button-prev {
  top: 34%;
  left: 120px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero__slider__one:hover .swiper-button-next {
  top: 34%;
  right: 120px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}


.swiper-pagination .swiper-pagination-bullet {
  background: #777c90;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e8112b;
}

.portfolio__pagination {
  position: relative;
  z-index: 1;
}

.portfolio__pagination .swiper-button-next {
  left: auto;
  right: 45%;
}

.portfolio__pagination .swiper-button-prev {
  left: auto;
  right: 50%;
}

.portfolio__pagination .swiper-button-prev,
.portfolio__pagination .swiper-button-next {
  color: #f7c600;
  border-radius: 50%;
  background: rgba(247, 198, 0, 0.1);
  top: 95%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio__pagination .swiper-button-prev:hover,
.portfolio__pagination .swiper-button-next:hover {
  color: #181818;
  background: #f7c600;
}


.testimonial__slider__one {
  position: relative;
  z-index: 1;
}

.testimonial__slider__one .swiper-button-next {
  right: 0;
}

.testimonial__slider__one .swiper-button-prev {
  left: 0;
}

.testimonial__slider__one .swiper-button-prev,
.testimonial__slider__one .swiper-button-next {
  color: #f7c600;
  border-radius: 50%;
  background: rgba(247, 198, 0, 0.1);
  top: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial__slider__one .swiper-button-prev:hover,
.testimonial__slider__one .swiper-button-next:hover {
  color: #181818;
  background: #f7c600;
}

.hero__slider__two .swiper__pagination__two {
  position: absolute;
  right: 20.4%;
  bottom: 56px;
}

.hero__slider__two .swiper-button-prev {
  left: -70px;
  right: auto;
}

.hero__slider__two .swiper-button-next {
  left: 100%;
  right: 0;
}

.hero__slider__two .swiper-button-prev,
.hero__slider__two .swiper-button-next {
  border-radius: 50%;
}

.hero__slider__two .swiper-button-prev:hover,
.hero__slider__two .swiper-button-next:hover {
  color: white;
  background: #e8112b;
}

.swiper__pagination__three {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
}

.testimonial__content__section {
  position: relative;
  z-index: 1;
}

.testimonial__pagination__one .slick-arrow {
  color: #f7c600;
  width: 60px;
  height: 60px;
  background: rgba(247, 198, 0, 0.1);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
  top: 25px;
}

.testimonial__pagination__one .slick-arrow:hover {
  color: #181818;
  background: #f7c600;
}

.testimonial__pagination__one .next_t1 {
  left: auto;
  right: 0;
}

.widget__title {
  color: white;
  font-size: 24px;
}


.service-widget {
  list-style: none;
  padding: 0 15px;
}

.service-widget li:last-child a {
  margin-bottom: 0;
}

.service-widget li a {
  color: #181818;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  padding: 20px 30px;
  background: #f8f9fc;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

.service-widget li a::before {
  content: "";
  position: absolute;
  background: #e8112b;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-widget li a::after {
  content: "";
  position: absolute;
  background: #e8112b;
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-widget li a span {
  color: #e8112b;
}

.service-widget li a:hover {
  color: white;
}

.service-widget li a:hover span {
  color: white;
}

.service-widget li a:hover::before,
.service-widget li a:hover::after {
  width: 52%;
}



.widget-form {
  padding: 34px 40px 40px 40px;
}

.widget-form p {
  color: white;
}

.widget-form input,
.widget-form textarea {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: white;
  font-size: 16px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.widget-form input:focus,
.widget-form textarea:focus {
  color: white;
  outline: none;
  border-color: #e8112b;
}

.widget-form input::placeholder,
.widget-form textarea::placeholder {
  color: white;
  font-size: 16px;
}

.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: white;
  font-size: 16px;
}

.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
  color: white;
  font-size: 16px;
}

.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
  color: white;
  font-size: 16px;
}

.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
  color: white;
  font-size: 16px;
}

.widget-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}

.widget-form .widget-btn {
  color: white;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border: 0;
  background: #e8112b;
  width: 100%;
  padding: 21px 0 20px 0;
}

.widget-form .widget-btn:hover {
  color: #181818;
  background: white;
}



.widget__search {
  padding: 40px;
}

.widget__search .subscribe-form {
  position: relative;
  z-index: 1;
}

.widget__search .subscribe-form input {
  color: #777c90;
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 25px;
  border: 0;
  background: white;
}

.widget__search .subscribe-form input::placeholder {
  color: #777c90;
}

.widget__search .subscribe-form input::-moz-placeholder {
  color: #777c90;
}

.widget__search .subscribe-form input::-webkit-placeholder {
  color: #777c90;
}

.widget__search .subscribe-form input::-o-placeholder {
  color: #777c90;
}

.widget__search .subscribe-form .widget-btn {
  border: 0;
  background: #e8112b;
  width: 60px;
  height: 60px;
  line-height: 50px;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.widget__search .subscribe-form .widget-btn i {
  font-size: 18px;
}


.widget-post {
  padding: 35px 40px;
}

.widget-post .recent__post {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.widget-post .post-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget-post .post__thumb {
  display: inline-block;
  margin-right: 20px;
}

.widget-post .post__content h5 {
  color: #181818;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-post .post__content h5 a:hover {
  color: #e8112b;
}

.widget-post .post__content span {
  color: #e8112b;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
}


.widget-categories {
  padding: 40px;
}

.widget-categories .service-widget {
  padding: 0;
}


.widget-categories-tag {
  padding: 35px 40px 30px 40px;
}


.tag-list a {
  color: #777c90;
  font-size: 16px;
  font-weight: 400;
  background: white;
  display: inline-block;
  padding: 16px 20px;
  margin: 8px 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}

.tag-list a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.tag-list a:hover {
  color: white;
}

.tag-list a:hover::before {
  width: 100%;
  background: #e8112b;
}




.page-navigation .page-link {
  display: inline-block;
  color: #181818;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgba(24, 24, 24, 0.1);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
}

.page-navigation .page-link:hover,
.page-navigation .page-link:focus {
  color: white;
  background: #e8112b;
  border-color: #e8112b;
  box-shadow: none;
}

.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  padding-right: 0;
}

.offer__bg__wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.single__offer__box {
  background: white;
  padding: 40px 0px 25px 30px;
  box-shadow: 30px 15px 40px 0px rgba(24, 24, 24, 0.03);
  position: relative;
  z-index: 1;
  width: 112%;
}

.single__offer__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #f7c600;
  left: 0;
  top: -10px;
  width: 100%;
  height: 107%;
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single__offer__box .icon {
  text-align: center;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f7c600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single__offer__box .icon img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single__offer__box .icon .icon-front {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  transform: scale(1);
}

.single__offer__box .icon .icon-back {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}

.single__offer__box:hover::before {
  transform: scale(1);
}

.single__offer__box:hover .icon {
  background: #181818;
}

.single__offer__box:hover .icon .icon-front {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.single__offer__box:hover .icon .icon-back {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.single__offer__box:hover p {
  color: #181818;
}



.offer__title {
  font-size: 24px;
}

.single__offer__box2 {
  border: 2px solid rgba(24, 24, 24, 0.05);
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
  padding: 65px 20px 15px 20px;
  position: relative;
  z-index: 1;

}

.single__offer__box2 .icon {
  width: 80px;
  height: 80px;
  background: #e8112b;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single__offer__box2 .icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #920d1d;
  clip-path: polygon(0 1%, 0% 100%, 100% 100%);
  right: -40px;
  top: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single__offer__box2:hover {
  border-color: white;
}


.single__offer__box3 {
  padding: 25px 6px 10px 30px;
  border-radius: 24px;
}

.single__offer__box3 .icon {
  width: 70px;
  height: 70px;
  background: #13248c;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single__offer__box3 .icon img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-filter: invert(100%);
    filter: invert(100%);
}

.single__offer__box3:hover .icon {
  background: #d5111b;
}

.single__offer__box3:hover .icon img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.single__feature__img img {
  border-radius: 24px;
}

.freight__box {
  text-align: center;
}

.freight__box img {
  display: inline-block;
}

.about__bg_map {
  position: relative;
  z-index: 1;
}

.about__bg_map .ab__map__bg {
  position: absolute;
  z-index: -1;
}

.service__region {
  border: 2px solid #f7c600;
}

.service__region .icon {
  width: 80px;
  height: 76px;
  display: inline-block;
  background: #f7c600;
  text-align: center;
  line-height: 80px;
  margin-right: 20px;
}

.service__region h4 {
  color: #181818;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}


.about__img__wrapper {
  position: relative;
  z-index: 1;
}



.about__img__wrapper .about__1 {
  position: absolute;
  z-index: -1;
  left: 95px;
  top: 98px;
}

.about__img__wrapper .about__2 {
  position: absolute;
  z-index: -1;
  left: 70px;
  top: 56%;
}

.about__img__wrapper .about__3 {
  position: absolute;
  z-index: 1;
  right: 19%;
  top: 16%;
}

.about__img__wrapper .about__shape__bg {
  position: absolute;
  z-index: -2;
  background: #f8f9fc;
  width: 95%;
  height: 442px;
  bottom: 0;
  left: 15px;
}

.about__img__wrapper .support__box {
  position: absolute;
  right: -17px;
  bottom: -40px;
  z-index: 1;
  text-align: center;
  background: #e8112b;
  padding: 30px 30px 20px 30px;
}

.about__img__wrapper .support__box .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 auto 20px auto;
  background: white;
  border-radius: 50%;
}

.about__img__wrapper .support__box .suppot__title {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.about__img__wrapper .support__box .number {
  font-size: 24px;
  color: white;
}


.about__img__wrapper__two {
  position: relative;
  z-index: 1;
}

.about__img__wrapper__two .about__main__1 {
  position: relative;
  z-index: 1;
}


.about__img__wrapper__two .about__main__2 {
  position: absolute;
  z-index: 3;
  right: 50px;
  bottom: -50px;
}

.about__img__wrapper__two .about__shape__1 {
  width: 310px;
  height: 310px;
  border: 30px solid #13248c;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 20px;
}

.about__img__wrapper__two .about__shape__2 {
  background: rgba(232, 17, 43, 0.8);
  width: 180px;
  height: 180px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 19%;
  bottom: 10%;
}















.submit__form {
  padding: 40px;
}

.submit__form .input__box label {
  color: white;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}

.submit__form .input__box input {
  color: white;
  font-size: 16px;
  font-weight: 400;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 60px;
  width: 100%;
}

.submit__form .input__box input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}

.submit__form .input__check label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
  margin-left: 7px;
}

.submit__form .input__check .form-check-input {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  width: 30px;
  height: 30px;
  line-height: 30;
}

.submit__form .input__check .form-check-input:focus {
  box-shadow: none;
}

.submit__form .input__check .form-check-input:checked {
  background: #e8112b;
}



.form__title__one {
  color: white;
  font-size: 32px;
}


.chose__img__wrapper__one .chose__main__2 {
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: -50px;
}

.chose__img__wrapper__one .chose__shape__1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5%;
  left: 13%;
}

.chose__img__wrapper__one .chose__shape__2 {
  width: 240px;
  height: 240px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  border: 50px solid #e8112b;
  mix-blend-mode: multiply;
  right: 29%;
  top: 28%;
  animation: float-bob-y infinite linear 3s;
}

.faq__que__list {
  position: relative;
  z-index: 1;
}

.faq__que__list .faq__pattern__1 {
  position: absolute;
  z-index: -1;
  right: -4%;
  top: -9px;
}

.faq__que__list .accordion-item {
  border: 0;
  background: white;
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
}

.faq__que__list .accordion-item button:focus,
.faq__que__list .accordion-item input:focus,
.faq__que__list .accordion-item input:focus,
.faq__que__list .accordion-item textarea,
.faq__que__list .accordion-item textarea:focus {
  outline: 0;
}

.faq__que__list .accordion-item .border-class {
  border: 1px solid #e8112b;
  display: inline-block;
  width: 100%;
}

.faq__que__list .accordion-item .accordion-button {

  transition: unset;
  color: #181818;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 24px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  padding: 25px 25px 20px 25px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
  background: transparent;
}

.faq__que__list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
}
header.main-header.header-style-two .header-lower {
  background-color: #d5111b;
}

/* shipping */

.portfolio__bg__wrapper {
  position: relative;
  z-index: 1;
}
.portfolio__bg__wrapper .portfolio__bg3 {
  position: absolute;
  z-index: -1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 7.5%;
  width: 100%;
}
.portfolio__wrapper__three {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.portfolio__wrapper__three .portfolio__content {
  padding-left: 30px;
  padding-right: 38px;
  padding-top: 48px;
  padding-bottom: 23px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -100%;
  right: 0;
  border-radius: 0px 0px 24px 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(7.5px);
  border-radius: 0 0 24px 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__wrapper__three .portfolio__btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  right: 56px;
  bottom: 116px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__title__three {
  color: white;
  font-size: 20px;
}
.portfolio__wrapper__three:hover .portfolio__content {
  bottom: 0;
}
.portfolio__wrapper__three .portfolio__btn:hover {
  transform: scale(1.1);
}.portfolio__bg__wrapper .portfolio__bg3
.portfolio__wrapper__three .portfolio__content .portfolio__title__three:hover {
  color: #e8112b;
}
section.project__section.pt-175.pb-180.pb-lg-60.pt-lg-55 {
  background-color: #8080800f;
  padding-top: 46px;
}
.grey-bg {
  background: #f8f9fc;
}

.testimonial__bg__wrapper {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.justify-content-center {
  justify-content: center !important;
}
.inner__content.mb-50 {
  background-color: white;
  padding: 21px;
  border-radius: 18px;
}
.testimonial__wrapper__three .inner__content .description {
  font-size: 20px;
  line-height: 1.8;
  font-style: italic;
}

.services-section-two {
  position: relative;
  padding: 30px 0px 80px;
}

.sec-title.centered {
  text-align: center;
}
.sec-title {
  position: relative;
  margin-bottom: 65px;
}
.sec-title.style-two h2 {
  font-weight: 800;
  font-size: 45px;
  font-family: 'Montserrat', sans-serif;
}
.sec-title h2 {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  color: #00000a;
  line-height: 1.2em;
  text-transform: capitalize;
}
.sec-title.centered .text {
  max-width: 790px;
  margin: 0 auto;
}
.sec-title .text {
  position: relative;
  font-size: 16px;
  margin-top: 25px !important;
  color: rgba(0,0,0,0.60);
}
.services-section-two .outer-blocks {
  position: relative;
  border: 1px solid #f3f3f3;
}
.services-section-two .services-block-three {
  position: relative;
  padding: 0px;
  border-right: 1px solid #f3f3f3;
}
.services-block-three .inner-box {
  position: relative;
  text-align: center;
  padding: 35px 15px 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-block-three .inner-box .icon-box {
  position: relative;
  color: #13248c;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-block-three .inner-box h3 {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.services-block-three .inner-box h3 a {
  color: #1f1f1f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-block-three .inner-box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  color: #777c90;
  margin-bottom: 15px;
}
.services-block-three .inner-box .arrow-box {
  position: relative;
  width: 40px;
  height: 40px;
  color: #f3f3f3;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 4px;
  bottom: -20px;
  border: 2px solid #f3f3f3;
  background: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-block-three .inner-box:hover {
  background-color: #13248c;
}
.services-block-three .inner-box:hover h3 a, .services-block-three .inner-box:hover .icon-box, .services-block-three .inner-box:hover .text {
  color: #ffffff;
}
.sec-title.centered.style-two span {
  color: #f14c53;
  border-bottom: 2px solid #f14c53;
}
.services-block-three .inner-box a.arrow-box .fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: red;
}
.services-block-three .inner-box:hover h3 a, .services-block-three .inner-box:hover a span.arrow.fa.fa-angle-right {
  rotate: 356deg;
  transition: 1s all;
}