.container-fluid {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.main-banner {
  height: 990px;
  position: relative;
  z-index: 1;
  background: #000;
  padding-top: 100px;
}
.main-banner .banner-inner .banner-content {
  height: 700px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
  color: #fff;
}
.main-banner .banner-inner .banner-content .title {
  font-family: "Lobster", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}
.main-banner .banner-inner .banner-content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.main-banner .banner-inner .banner-content .bt {
  width: max-content;
}
.main-banner .banner-inner .banner-right-content {
  height: 700px;
  margin-top: 250px;
}
.main-banner .banner-inner .banner-right-content .magnific-popup {
  margin-left: 80px;
}
.main-banner .banner-inner .banner-right-content .magnific-popup .orange-box {
  height: 120px !important;
  width: 120px !important;
  background-color: #f66135;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-info {
  padding: 25px 15px;
  width: 100px;
  min-width: 100px;
}
.vertical-info > * {
  writing-mode: sideways-lr;
  color: #000 !important;
}
.vertical-info .social-list li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.vertical-info a.btn:hover {
  color: #fff !important;
  background-color: var(--bs-primary);
}

.social-list {
  display: flex;
  gap: 30px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}
.social-list li a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-secondary);
  letter-spacing: 1px;
}

.side-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent !important;
}
.side-header .navbar-brand {
  height: 100px;
  width: 100px;
}
.side-header .navbar-brand img {
  width: 100%;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
}

.bt {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: orangered;
  color: #fff;
  line-height: 1;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.bt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: url(../images/angle1.png);
}

.swiper-pagination-two {
  position: absolute;
  left: 35px !important;
  z-index: 1;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 99;
  width: auto !important;
  top: auto !important;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0 !important;
}
.swiper-pagination-two .swiper-pagination-bullet {
  background-color: #fff;
  width: 6px;
  height: 6px;
  margin: 17px 0 !important;
  margin: 6px 10px !important;
  display: block;
  text-align: center;
  position: relative;
}
.swiper-pagination-two .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50px;
  border: 1px solid transparent;
  background: transparent;
  left: -6px;
  top: -6px;
}
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FE9F10;
}
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid #fff;
}

.testimonial_swiper {
  overflow: hidden;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.content-inner1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-inner2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.content-inner3 {
  padding-top: 100px;
  padding-bottom: 0;
}

.content-inner4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-us .about-media {
  position: relative;
  z-index: 1;
}
.about-us .about-media .about-m1 img {
  border-radius: 15px;
}
.about-us .about-media .about-m2 {
  position: absolute;
  right: -17px;
  top: 229px;
  border: 5px solid #fff;
  border-radius: 15px;
}
.about-us .about-media .about-m2 img {
  border-radius: 15px;
}
.about-us .about-media .img1 {
  position: absolute;
  bottom: -50px;
  left: 80px;
}
.about-us .about-media .img2 {
  position: absolute;
  top: 165px;
  right: 10px;
}
.about-us .about-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.about-us .about-content .title {
  font-family: "Lobster", sans-serif;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}
.about-us .about-content .title .text-1 {
  color: #f66135;
}
.about-us .about-content .text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.9;
}

.orange-bg {
  background-color: rgba(246, 97, 53, 0.6);
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 35px;
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 190px;
}
.orange-bg .section-head.style-1 .sub-title {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.orange-bg .section-head.style-1 .title {
  color: #fff;
  font-size: 60px;
  font-family: "Lobster", sans-serif;
}
.orange-bg .testimonial-sec .testimonial-bx {
  position: relative;
  z-index: 1;
}
.orange-bg .testimonial-sec .testimonial-bx .ss-media {
  width: 80%;
}
.orange-bg .testimonial-sec .testimonial-bx .ss-media img {
  border-radius: 15px;
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  transform: translateY(-50%);
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content .star {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 3px;
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content .star li a {
  color: #f3b300;
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content .text {
  margin-bottom: 15px;
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content .avtar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content .avtar .ss-media {
  width: auto;
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content .avtar .ss-content {
  line-height: 1;
}
.orange-bg .testimonial-sec .testimonial-bx .testimonial-content .avtar .ss-content .text {
  margin-bottom: 0;
}
.orange-bg .design {
  position: absolute;
  right: 500px;
  bottom: 25px;
}

.section-head .style-1 {
  text-align: center !important;
  margin-bottom: 30px;
  color: #fff;
}
.section-head .style-1 .sub-title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.section-head .style-1 .title {
  font-size: 60px;
  font-family: "Lobster", sans-serif;
}

.team-sec {
  margin-top: 80px;
}
.team-sec .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.team-sec .title {
  font-family: "Lobster", sans-serif;
  font-size: 60px;
  line-height: 1;
}
.team-sec .team-bx {
  position: relative;
  z-index: 1;
}
.team-sec .team-bx .ss-media {
  margin-bottom: 10px;
}
.team-sec .team-bx .ss-content .title {
  font-size: 20px;
  font-family: "Lobster", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
.team-sec .team-bx .ss-content .sub-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
.team-sec .team-bx .team-social {
  position: relative;
}
.team-sec .team-bx .team-social a {
  float: right;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 48px;
  text-align: center;
  border-radius: 0;
  background: #f66135;
  color: #fff;
  font-size: 18px;
}
.team-sec .team-bx .team-social a.plus-btn {
  font-size: 22px;
  right: 0;
  margin-top: -105px;
  top: -35px;
  height: 35px;
  width: 35px;
  border-radius: 0px;
  background: #ffffff;
  border-top-left-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(1px 1px 13px rgba(0, 0, 0, 0.25));
}
.team-sec .team-bx .team-social a.plus-btn i {
  font-size: 15px;
  color: #000;
}
.team-sec .team-bx .team-social .sub-team-social {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
  width: 50px;
  border-radius: 0;
  opacity: 0;
  transition: 0.5s;
  margin-bottom: 5px;
}
.team-sec .team-bx .team-social .sub-team-social li {
  margin-bottom: 8px;
  list-style: none;
}
.team-sec .team-bx .team-social .sub-team-social li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  margin-bottom: -20px;
}
.team-sec .team-bx .team-social .sub-team-social li:first-child a {
  border-radius: 15px 0px 0 0;
}
.team-sec .team-bx .team-social .sub-team-social li:last-child a {
  border-radius: 0 0 0px 0px;
}
.team-sec .team-bx .team-social:hover .plus-btn {
  border-top-left-radius: 0px;
}
.team-sec .team-bx .team-social:hover .sub-team-social {
  opacity: 1;
  bottom: 100px;
}
.team-sec .team-bx .team-social:hover .sub-team-social li a {
  margin-bottom: 0;
}
.team-sec .right-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.team-sec .right-content .ss-media {
  height: 180px;
  width: 450px;
}
.team-sec .right-content .text {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  width: 70%;
}
.team-sec .right-content a {
  line-height: 1;
  color: #000;
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
}

.counter-box.style-1 .title {
  font-size: 50px;
  font-style: normal !important;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
}
.counter-box.style-1 .text {
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #f66135;
  line-height: 1;
  margin-bottom: 0;
}

.footer-sec {
  margin-top: 80px;
}
.footer-sec .footer-top {
  height: 500px;
  position: relative;
  z-index: 1;
}
.footer-sec .footer-top:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.footer-sec .footer-top .top-content {
  padding: 130px 0px 0px 20px;
}
.footer-sec .footer-top .top-content ul {
  padding-left: 0;
}
.footer-sec .footer-top .top-content ul .heading {
  list-style-type: none;
  font-size: 24px;
}
.footer-sec .footer-top .top-content ul .heading a {
  text-decoration: none;
  color: #fff;
}
.footer-sec .footer-top .top-content ul .inner-bx {
  list-style-type: none;
  font-size: 18px;
  line-height: 2;
}
.footer-sec .footer-top .top-content ul .inner-bx strong {
  color: #fff;
}
.footer-sec .footer-top .top-content ul .inner-bx a {
  text-decoration: none;
  color: #fff;
}
.footer-sec .footer-bottom {
  background: black;
  padding: 10px 8px;
}
.footer-sec .footer-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  padding: 10px 5;
}
.footer-sec .footer-bottom .bottom-content p {
  margin-bottom: 0;
  color: #fff;
}
.footer-sec .footer-bottom .bottom-content ul {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.footer-sec .footer-bottom .bottom-content ul li a {
  text-decoration: none;
  color: #fff;
}

.gallery-sec {
  overflow: hidden;
}
.gallery-sec .title {
  text-align: center;
  font-size: 60px;
  font-family: "Lobster", sans-serif;
  margin-bottom: 40px;
  line-height: 1;
}
.gallery-sec .title .text-1 {
  color: #f66135;
}
.gallery-sec .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gallery-sec .ss-media {
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
