@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.footer-wrapper {
  position: relative;
}

.footer-wrapper .dot-shape {
  position: absolute;
  top: -9%;
  right: 0px;
  opacity: 0.1;
}

@media (max-width: 1199px) {
  .footer-wrapper .dot-shape {
    display: none;
  }
}

.footer-wrapper .arrow-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .footer-wrapper .arrow-shape-2 {
    display: none;
  }
}

.footer-wrapper .arrow-shape {
  position: absolute;
  bottom: 5%;
  right: 0;
}

@media (max-width: 1199px) {
  .footer-wrapper .arrow-shape {
    display: none;
  }
}

.footer-wrapper .left-shape {
  position: absolute;
  bottom: 8%;
  left: 5%;
}

@media (max-width: 1399px) {
  .footer-wrapper .left-shape {
    display: none;
  }
}

.footer-wrapper .right-shape {
  position: absolute;
  top: 30%;
  right: 3%;
}

@media (max-width: 1399px) {
  .footer-wrapper .right-shape {
    display: none;
  }
}

.footer-wrapper .footer-top {
  position: relative;
  z-index: 9;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .footer-wrapper .footer-top {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .footer-wrapper .footer-top {
    padding-top: 50px;
  }
}

.footer-wrapper .footer-top .single-footer-widget {
  margin-top: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .widget-head {
  margin-bottom: 35px;
}

.footer-wrapper .footer-top .single-footer-widget .widget-head h4 {
  color: #fff;
}

.footer-wrapper .footer-top .single-footer-widget p {
  color: #FFFFFFA6;
  padding: 0px;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 35px;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li {
    padding: 0px;
  width: 40px; 
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
  background-color: #FFFFFF1A;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li:hover {
  background-color: #ff7100;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li i {
  font-size: 16px;
  color: #fff;
}

#scrollUp{
    display: none;
}
.social-icon li:before {    
    margin: 0px 0px 0px;
    content:unset !important;
    
}

.footer-wrapper .footer-top .single-footer-widget .list li {
  font-weight: 16px;
  font-weight: 400;
  color: #FFFFFFA6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 0px;
}

.footer-wrapper .footer-top .single-footer-widget .list li i {
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li a {
  color: #FFFFFFA6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover {
  margin-left: 5px;
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover a {
  color: #ff7100;
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover a i {
  color: #ff7100;
}

.footer-wrapper .footer-top .single-footer-widget .list.color-two li:hover a {
  color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .list.color-two li:hover a i {
  color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items:not(:last-child) {
  margin-bottom: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul {
  margin-bottom: 10px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul li {
  font-size: 14px;
  color: #FFFFFFA6;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul li i {
  color: #FFFFFFA6;
  font-size: 16px;
  margin-right: 10px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content h6 a {
  color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content h6 a:hover {
  color: #ff7100;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content.color-two h6 a:hover {
  color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter {
  position: relative;
  margin-top: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter input {
  background: var(--white);
  padding: 20px 30px;
  font-size: 16px;
  color: #5D666F;
  width: 100%;
  position: relative;
  font-weight: 400;
  border: none;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter button {
  position: absolute;
  right: 5px;
  border: none;
  top: 5px;
  bottom: 5px;
  font-size: 16px;
  background: #ff7100;
  color: var(--white);
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 700;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter.style-two button {
  background-color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter.style-two button i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-wrapper .footer-top .single-footer-widget .input-save {
  margin-top: 25px;
}

.footer-wrapper .footer-top .single-footer-widget .input-save input {
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFFA6;
  background-color: transparent;
  outline: none;
  color: #ff7100;
}

.footer-wrapper .footer-top .single-footer-widget .input-save label {
  margin-left: 10px;
  color: #FFFFFFA6;
  font-weight: 400;
  font-size: 16px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list:not(:last-child) {
  margin-bottom: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme2);
  border-radius: 100%;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .icon i {
  font-size: 16px;
  color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content p {
  margin-bottom: 5px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 {
  font-size: 16px;
  text-transform: unset;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 a {
  color: var(--white);
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: unset;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 a:hover {
  color: var(--theme2);
}
.section-padding {
    padding: 60px 0px 0px;
}
.section-bg {
    background-color: #1d2027;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); 
}
@media (min-width: 576px) {
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
.text-center {
    text-align: center !important; 
}
.cta-banner-style-1 .cta-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cta-banner-style-1 .cta-banner::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background-color: #ff7100;
    z-index: 2;
    opacity: 0.9;
    mix-blend-mode: multiply;
}
.section-title-content {
    margin-bottom: 0px;
    position: relative;
    z-index: 99;
    margin-top: -6px;
}
.cta-banner-style-1 .cta-banner .section-title-content span {
    color: rgb(255 251 255) ;
    margin-bottom: 10px;
    display: inline-block;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgb(255 251 255) !important;
}
.cta-banner-style-1 .cta-banner .section-title-content h2 {
    color:  #fff;
    font-size: 32px;
}
.theme-btn.bg-style-3 {
    background-color: #fff;
    color: #1c2539;
}
.theme-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none !important;
  background-color: #ff7100;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 99;
}

.theme-btn::before {
  position: absolute;
  content: '';
  background-color: #1c2539;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
          transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #1c2539;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}

.theme-btn:hover { 
  color: var(--white);
}

.theme-btn:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme-btn:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.footer-wrapper .footer-bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-wrapper .footer-bottom {
    background-color: #000;
    padding: 40px 0 30px;
    position: relative;
}
.footer-wrapper .footer-bottom .scroll-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.4s 
ease-in-out;
    transition: all 0.4s 
ease-in-out;
    z-index: 99;
}
.footer-wrapper .footer-bottom .scroll-icon i {
    color: #ff7100;
    -webkit-transition: all 0.4s 
ease-in-out;
    transition: all 0.4s 
ease-in-out;
}



@media (max-width: 575px) {
    .cta-banner-style-1 .cta-banner {
        padding: 50px 40px;
        gap: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.cta-banner-style-1 .cta-banner .section-title-content {
        text-align: center;
        margin: 0 auto;
    }
.cta-banner-style-1 .cta-banner .section-title-content span {
        font-size: 18px;
    }
.cta-banner-style-1 .cta-banner .section-title-content h2 {
        font-size: 32px;
    }
.theme-btn {
        font-size: 14px;
        padding: 12px 32px;
    }
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
}