.carousel-item{
  height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-color: rgba(0,0,0,0.5) !important;
}


.carousel-caption {
bottom: 25% !important;
}
.carousel-caption h5{
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: capitalize;
}

.carousel-caption p{
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media (max-width:600px) {
.carousel-caption h5{
    font-size: 23px;
    margin: 10px 0;
}

.carousel-caption p{
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0px;
    text-transform: capitalize;
}
}

.feature-section{
  position: relative;
}
.feature-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 699px;
  height: 636px;
  background-repeat: no-repeat;
}

@media (max-width:600px) {
  .feature-section .pattern-layer {
    display: none;
  }
}

.feature-section .inner-container {
    position: relative;
    background: #1c1c1c;
    margin-top: -60px;
    z-index: 1;
}
.feature-section .inner-container .single-item {
    position: relative;
    float: left;
    width: 50%;
}
.feature-section .inner-container .single-item:first-child .inner-box {
    background: #e53622;
}
.feature-section .inner-container .single-item .inner-box .icon-box {
    position: absolute;
    left: 50px;
    top: 28px;
    font-size: 65px;
    line-height: 65px;
}
.feature-section .inner-container .single-item:first-child .inner-box .icon-box {
    color: #fff;
}
.feature-section .inner-container .single-item .inner-box p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.feature-section .inner-container .single-item .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.feature-section .inner-container .single-item .inner-box {
    position: relative;
    padding: 32px 30px 34px 145px;
}

.main-footer .clearfix{
  padding-left: 0px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

@media (max-width:600px) {
  .feature-section .inner-container .single-item {
    width: 100%;
  }

  .feature-section .inner-container .single-item .inner-box p {
    display: block;
    font-size: 12px;
  }

  .feature-section .inner-container .single-item .inner-box h3 {
    font-size: 18px;
  }
}


.about_section{
  position: relative;
  padding: 120px 0px;
}

.icon-layer {
  position: absolute;
  right: 270px;
  bottom: 0px;
}

.icon-layer img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.image_wrapper {
    position: relative;
    display: block;
    margin-right: 60px;
    padding-bottom: 110px;
}
.image_wrapper .image-content {
    position: absolute;
    left: -60px;
    top: 60px;
    background: #fff;
    border: 1px solid #dfdfdf;
    width: 170px;
    padding: 15px;
    text-align: center;
    z-index: 1;
}
.image_wrapper .image-content:before {
    position: absolute;
    content: '';
    background: #dfdfdf;
    width: 60px;
    height: 50px;
    left: 0px;
    bottom: -50px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0px 0px);
}
.image_wrapper .image-content .inner {
    position: relative;
    display: block;
    padding: 20px 15px 19px 15px;
    border: 1px dashed #dfdfdf;
}
.image_wrapper .image-content .inner h2 {
    color: #e53622;
    display: block;
    font-size: 54px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 0px;
}
.image_wrapper .image-content .inner h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    color: #1c1c1c;
    margin: 0px;
    transition: all 500ms ease;
}
.image_wrapper .image-1 {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}
.image_wrapper .image-1:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 110px;
    height: 10px;
}
.image_wrapper .image-1:before {
    background: #e53622;
}

.image_wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.image_wrapper .image-1:after {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image_wrapper .image-2 {
    position: absolute;
    right: -30px;
    bottom: 0px;
    border: 30px solid #fff;
    border-bottom: none;
}

@media (max-width:600px) {
  .about_section{
      padding: 0px;
  }

  .image_wrapper {
    display: none;
  }

}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 33px;
  line-height: 40px;
  /* padding-left: 37px; */
  font-weight: 700;
  margin: 0px;
  text-transform:capitalize;
}

.sec-title:before {
  position: absolute;
  content: '';
  width: 28px;
  height: 3px;
  left: -26px;
  top: 8px;
  background: #e53622;
}

.sec-title p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  /* padding-left: 37px; */
  font-weight: 700;
  margin: 0px;
}

.text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #868686;
}

/* ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
} */

.abo_cont .list-item {
    margin-bottom: 40px;
}

.abo_cont .list-item li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #1c1c1c;
    padding-left: 27px;
}

.abo_cont .list-item li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 700;
    left: 0px;
    top: 0px;
}

.abo_cont .list-item li:before {
    color: #e53622;
}

.abo_cont blockquote {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 31px 50px 32px 50px;
    margin: 0px;
    margin-bottom: 50px;
}
.abo_cont blockquote:before {
    position: absolute;
    content: '';
    background: #f6f6f6;
    width: 40px;
    height: 30px;
    left: 0px;
    bottom: -30px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}
.abo_cont blockquote .icon {
    position: absolute;
    left: 50px;
    top: -10px;
    font-size: 80px;
    line-height: 60px;
    font-weight: 700;
    color: #e53622;
}
.abo_cont blockquote h3 {
    display: block;
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
}

@media (max-width:600px) {
  .sec-title h2 {
    font-size: 21px !important;
    line-height: normal !important;
    padding-left: 37px !important;
  }

  .sec-title p{
    padding-left: 37px !important;
  }

  .sec-title:before{
    left: 0px !important;
    width: 42px !important;
    top: 9px !important;
  }

  .text p {
    font-size: 14px !important;
    font-weight: 500;
    line-height: normal !important;

  }
}

.service-section .title-inner {
  position: relative;
  margin-bottom: 54px;
}
.service-section .title-inner .sec-title {
    margin-bottom: 0px;
}
.service-section .title-inner .sec-title, .service-section .title-inner .text {
    position: relative;
    width: 50%;
}
.service-section .title-inner .text {
    padding-left: 100px;
    margin-top: 26px;
}
.pull-left {
    float: left;
}
.service-section .title-inner .text p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
}
p {
    position: relative;
    transition: all 500ms ease;
}


.card-cstm .category-box {
  display: none;
    position: absolute;
    left: 0px;
    top: -21px;
    width: 100%;
    text-align: center;
}
.card-cstm .category-box .category {
    position: relative;
    display: inline-block;
}
.card-cstm .category span {
    background: #e53622;
}
.card-cstm .category-box span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 28.5px;
    letter-spacing: 1px;
}

.card-cstm .category-box .category .shape {
    background: #e53622;
}
.card-cstm .category-box .category .shape {
    position: absolute;
    width: 10px;
    height: 19px;
}
.card-cstm .category-box .category .shape-1 {
    left: -10px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0px 0px);
}
.card-cstm .category-box .category .shape-2 {
    left: -10px;
    bottom: 0px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0px 0px);
}
.card-cstm .category-box .category .shape-3 {
    right: -10px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}
.card-cstm .category-box .category .shape-4 {
    right: -10px;
    bottom: 0px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0px 0px);
}
.relative_D{
    position: relative;
}

.card-text h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.card-text h3 a {
    display: inline-block;
    color: #1c1c1c;
}
.card-text p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.card-body .link {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 9px 30px 8px 30px;
}
.card-body .link a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    color: #868686;
    font-weight: 700;
    text-transform: uppercase;
}

.card-body .link:hover a{
  color:#e53622;
}

.chat-box {
    position: relative;
    display: block;
    margin-top: 63px;
}

.chat-box .inner {
    position: relative;
    display: inline-block;
    padding-left: 150px;
    text-align: left;
    padding-bottom: 7px;
}

.chat-box .inner .image-box {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 67px;
    height: 73px;
}

.chat-box .inner p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.chat-box .inner h3 {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.chat-box .inner .image-box i {
    position: absolute;
    right: -50px;
    top: 5px;
    height: 62px;
    width: 63px;
    font-size: 30px;
    color: #fff;
    line-height: 62px;
    text-align: center;
    z-index: 1;
    background: #e53622;
}

@media (max-width:600px) {
  .chat-box .inner p {
    font-size: 10px;
    line-height: normal;
  }

  .chat-box .inner h3 {
    display: block;
    font-size: 16px;
  }

}


.cta-section {
  position: relative;
  padding: 100px 0px;
}

.bg-color{
  background: #e53622;
}
.cta-section .inner-box {
    position: relative;
    display: block;
}
.cta-section .inner-box .icon-box {
    position: absolute;
    left: -70px;
    bottom: -100px;
}
.cta-section img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.cta-section .inner-box .text h2 {
    position: relative;
    font-size: 36px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
}
.pull-right {
    float: right;
}

.cta-section .inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #fff !important;
    background: #1c1c1c;
    text-align: center;
    padding: 20px 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}
.cta-section .inner-box .btn-box a:hover {
    color: #e53622 !important;
}
.cta-section .inner-box .btn-box a:hover {
    background: #fff;
}

@media (max-width:600px) {
    .cta-section .inner-box{
      text-align: center !important;
    }

    .cta-section .inner-box .pull-right{
      float: none;
    }
}

.caseblock .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.caseblock .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #1c1c1c;
}
.caseblock .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.caseblock img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.caseblock .inner-box .text {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 500ms ease;
}
.caseblock .inner-box .text h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
}
.caseblock .inner-box .text h3 a {
    display: inline-block;
    color: #fff;
}
.caseblock .inner-box .text p {
    font-size: 18px;
    line-height: 30px;
    color:   #7c7c7c;
    font-weight: 600;
}
.caseblock .inner-box .link {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.caseblock .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    transform: scale(0, 0);
}
.caseblock .inner-box .link a {
    background: #e53622;
}
.caseblock .inner-box:hover .image-box img {
    opacity: 0.1;
    transform: scale(1.05);
}
.caseblock .inner-box:hover .text {
    top: 50%;
    opacity: 1;
}
.caseblock .inner-box:hover .link a {
    transform: scale(1, 1);
}

.wtochooseus_section{
  position: relative;
  padding-bottom: 80px;
}

.wtochooseus_section .image-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.image-box {
position: relative;
}
.wtochooseus_section .image-box .bg-layer {
  position: absolute;
  left: 160px;
  top: 0px;
  width: 85%;
  height: calc(100% + 120px);
  z-index: -1;
}

@media (max-width:600px) {
.wtochooseus_section .image-box .bg-layer {
  display: none;
}
}

.bg-color-1 {
  background: #f6f6f6;
}
.wtochooseus_section .image-box img {
  position: relative;
  float: right;
  max-width: none;
}
.wtochooseus_section img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.wtochooseus_section .image-box .text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 310px;
  padding: 54px 50px 52px 70px;
}
.wtochooseus_section .image-box .text {
  background: #e53622;
}
.wtochooseus_section .image-box .text h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}

.wtochooseus_section .content-box{
  position: relative;
  padding-top: 111px;
}

.wtochooseus_section .inner-box .single-item {
  position: relative;
  display: block;
  padding: 30px 30px 0px 115px;
  transition: all 500ms ease;
}

.wtochooseus_section .inner-box .single-item:hover {
  background: #fff;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
}

.wtochooseus_section .inner-box .single-item .icon-box {
  position: absolute;
  left: 26px;
  top: 40px;
  font-size: 65px;
  line-height: 65px;
  color: #e53622;
}
.wtochooseus_section .inner-box .single-item h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.wtochooseus_section .inner-box .single-item h3 span {
color: #e53622;
}
.wtochooseus_section .inner-box .single-item p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.content-column{
padding-top: 111px;
padding-left: 55px;
}

@media (max-width:600px) {
.wtochooseus_section {
  padding-bottom: 0px;
}

.content-column{
  padding-top: 35px;
  padding-left: 0px;;
}

.wtochooseus_section .inner-box .single-item h3 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8px;
}

.wtochooseus_section .inner-box .single-item p {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
}

.wtochooseus_section .inner-box .single-item {
  padding: 34px 15px 15px 115px;
}
}

.testimonial_section{
  position: relative;
}
.sec-pad {
  padding: 110px 0px 120px 0px !important;
}
.testimonial_section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 698px;
    height: 582px;
    background-repeat: no-repeat;
}
.testimonial_section .pattern-layer .pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 577px;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 50px 60px 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    max-width: 570px;
    margin-bottom: 40px;
}
.testimonial-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 60px;
    height: 40px;
    left: 0px;
    bottom: -39px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}
.testimonial-block-one .inner-box .pattern {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 560px;
    height: 376px;
    background-repeat: no-repeat;
    z-index: -1;
}
.testimonial-block-one .inner-box .icon-box {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 160px;
    line-height: 90px;
    font-weight: 700;
    z-index: 1;
    color: #e53622;
}
.testimonial-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #f6f6f6;
    width: 130px;
    height: 130px;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.testimonial-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 32px;
    z-index: 1;
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    padding: 15px 0px 12px 0px;
}
.testimonial-block-one .inner-box .author-box h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #e53622;
}
.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width:600px) {
  .testimonial_section .pattern-layer .pattern-1{
    width: auto;
  }
}

.card_cstm{
border-radius: 40px 40px 40px 40px;
transition: all .5s ease-in-out;
}

.img_top_cstm{
border-radius: 35px 35px 35px 0;
}

.card_cstm:hover {
  transform: translateY(4px);
}

.trip_cat a {
font-size: 12px;
font-weight: 700;
display: inline-block;
text-align: center;
color: #fff;
background: #47b4b3;
padding: 5px 10px;
border-radius: 0;
margin-right: 6px;
text-transform: capitalize;
}

.trip_content h5 a{
color: #222222 !important;
text-transform: capitalize;
font-family: 'Roboto', sans-serif !important;
font-size: 16px;
font-weight: 700;
}

.blog--post--meta ul {
display: flex;
flex-wrap: wrap;
}
.list-wrap {
margin: 0px;
padding: 0px;
}
.blog--post--meta ul li, .blog--post--meta ul li span, .blog--post--meta ul li a {
font-size: 12px;
color: #222;
}

.blog--post--meta ul li {
margin-right: 30px;
}
.list-wrap li {
list-style: none;
}
.blog--post--meta ul li span i, .blog--post--meta ul li a i {
margin-right: 2px;
color: #47b4b3;
}

.trip_footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
padding-top: 15px;
border-top: 1px solid rgba(16, 12, 8, 0.2);
}

.trip_footer .price-area {
line-height: 1;
}

.trip_footer .price-area h6 {
color: #333;
font-family: 'Roboto', sans-serif !important;
font-size: 12px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.24px;
text-transform: capitalize;
margin-bottom: 0;
}

.trip_footer .price-area span {
color: #47b4b3;
font-family: 'Roboto', sans-serif !important;
font-size: 26px;
font-weight: 500;
line-height: 1;
display: inline-block;
text-transform: capitalize;
}

@media (min-width: 1200px) and (max-width: 1399px) {
.trip_footer .price-area span {
   font-size: 22px;
}
}

.trip_footer .price-area span del {
color: rgba(16, 12, 8, 0.5);
font-size: 16px;
font-weight: 500;
}

.trip_footer .price-area p {
color: #787878;
font-family: 'Roboto', sans-serif !important;
font-size: 10px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.2px;
text-transform: capitalize;
margin-bottom: 0;
}

.trip_footer a {
font-size: 13px;
text-transform: capitalize;
font-weight: 800;
display: block;
color: #222;
}

.trip_footer a i {
margin-right: 10px;
}

.border_r25{
border-radius: 25px;
}
.border_r23{
border-radius: 23px;
}

.card_p{
  font-size: 15px;
    line-height: 24px;
}


.section-footer-text.section-satisfy-img .satisfy-client-image.add-more {
  width: 32px;
  height: 32px;
}

.section-footer-text.section-satisfy-img .satisfy-client-image.add-more img {
  width: 100%;
  max-width: 14px;
}

.section-footer-text p {
  color: #2c2c2c;
  margin-bottom: 0;
}

.section-footer-text p a {
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #EECE38;
  transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover {
  color: #2c2c2c;
}


.main-footer{
background-image: url("../../assets/imgs/footer-bg.png");
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100% auto;
padding: 100px 0 60px;
margin-bottom: 20px;
}

.dark-section {
  background-color: #2c2c2c !important;
}

.footer-contact-info-box{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
border-bottom: 1px solid #FFFFFF1A;
padding-bottom: 40px;
margin-bottom: 40px;
}

.footer-contact-info{
/* width: calc(100% - 160px); */
}

.footer-logo img{
width: 100%;
max-width: 147px;
}

.footer-contact-info-content{
margin-top: 20px;
}

.footer-contact-info-content p{
color: #FFFFFF;
margin: 0;
}

.footer-social-links{
margin-top: 30px;
}

.footer-social-links ul{
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px;
margin: 0;
padding: 0;
}

.footer-social-links ul li{
line-height: 1.5em;
color: #FFFFFF;
}

.footer-social-links ul li a{
background-color: #FFFFFF1A;
color: inherit;
backdrop-filter: blur(180px);
-webkit-backdrop-filter: blur(180px);
border-radius: 12px;
display: flex;
align-items: center;
gap: 5px;
padding: 8px 14px;
transition: all 0.4s ease-in-out;
}

.footer-social-links ul li a:hover{
background: #EECE38;
color: #2C2C2C;
}

.footer-social-links ul li a i{
font-size: 20px;
color: inherit;
}

.footer-links-box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
}

.footer-links{
max-width: 40%;
}


@media (max-width:600px) {
  .footer-links{
  max-width: 100% !important;
  }
}

.footer-links h3{
font-size: 20px;
color: #FFFFFF;
margin-bottom: 30px;
}

.footer-links ul{
list-style: disc;
margin: 0;
padding: 0 0 0 20px;
}

.footer-links ul li{
line-height: 1.5em;
color: #FFFFFF;
margin-bottom: 15px;
}

.footer-links ul li:last-child{
margin-bottom: 0;
}

.footer-links ul li::marker{
color: #EECE38;
transition: all 0.4s ease-in-out;
}

.footer-links ul li:hover::marker{
color: #FFFFFF;
}

.footer-links ul li a{
color: inherit;
transition: all 0.4s ease-in-out;
}

.footer-links ul li a:hover{
color: #EECE38;
}

.footer-contact-list ul{
list-style: none;
padding: 0;
}

.footer-contact-list ul li span{
font-weight: 600;
}

.footer-copyright-text{
border-top: 1px solid #FFFFFF1A;
padding-top: 40px;
margin-top: 40px;
}

.footer-copyright-text p{
color: #FFFFFF;
margin-bottom: 0;
}

.footer-copyright-text a{
color: #FFFFFF;
margin-bottom: 0;
}

.footer-copyright-text a:hover{
color: #EECE38;
}

.footer-newsletter-box{
height: 100%;
background-color: #FFFFFF1A;
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-radius: 12px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 30px;
text-align: center;
padding: 40px;
margin-left: 20px;
}

.footer-newsletter-box .satisfy-client-images{
margin: 0 auto;
}

.footer-newsletter-box .section-title{
margin-bottom: 30px;
}

.footer-newsletter-box .section-title h2{
font-size: 30px;
line-height: 1.2em;
letter-spacing: 0;
}

.footer-newsletter-form .form-group{
width: 100%;
display: flex;
background: transparent;
background-color: #FFFFFF1A;
border-radius: 12px;
padding: 10px;
}

.footer-newsletter-form .form-group .form-control{
width: calc(100% - 40px);
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
color: #FFFFFF;
background: transparent;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
padding: 6px 15px;
}

.footer-newsletter-form .form-group .form-control::placeholder{
color: #FFFFFF;
opacity: 40%;
}

.footer-newsletter-form .form-group .newsletter-btn{
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-color: #EECE38;
border: none;
border-radius: 5px;
transition: all 0.3s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover{
background-color: #FFFFFF;
}

.footer-newsletter-form .form-group .newsletter-btn i{
font-size: 18px;
color: #2C2C2C;
transition: all 0.4s ease-in-out;
}

.footer-newsletter-form p{
color: #FFFFFF;
margin: 20px 0 0 0;
}

.footer-newsletter-btn{
margin-top: 30px;
}

.footer-links ul li a:hover{
color: #EECE38;
}


a {
    text-decoration: none;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: #2c2c2c;
    background: #EECE38;
    border-radius: 100px;
    padding: 17px 45px 17px 24px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url("../../assets/imgs/arrow-primary.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}

.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #2c2c2c;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

.btn-default:hover {
    color: #FFFFFF;
}

.btn-default.btn-highlighted::after, .btn-default.btn-border::after {
    background-color: #ffffff;
}

.btn-default.btn-border {
    background: transparent;
    border: 1px solid #FFFFFF1A;
    color: #FFFFFF;
    padding: 16px 45px 16px 24px;
}

.btn-default.btn-border::before {
    background-image: url("../../assets/imgs/arrow-white.svg");
}

.btn-default.btn-highlighted:hover, .btn-default.btn-border:hover {
    color: #2c2c2c;
}

.btn-default:hover::before {
    transform: translateY(-50%) rotate(45deg);
    filter: brightness(0) invert(1);
}
.hero-btn .btn-default.btn-border:hover{
  background-color: #FFFFFF
}

.hero-btn .btn-default.btn-border:hover:before {
    filter: none;
    background-image: url("../../assets/imgs/arrow-primary.svg");
}

.btn-default.btn-highlighted:hover:before {
    filter: none;
}


a:hover {
    text-decoration: none;
    outline: 0;
}
