@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
body {
  margin:0px;
  padding:0px;
  font-size:14px !important;
  color:#1a1a1a;
  font-family: 'Poppins', sans-serif !important;
  position: relative;
  background-color: #FBFBFB !important;
}
a{text-decoration:none !important;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{
  font-family: 'Nunito', sans-serif !important;
}
ul {list-style:none; margin:0; padding-left:0px !important}
* {
  box-sizing:border-box;
}
img {max-width: 100%;}
button:focus{outline:none !important;}
.checked {color: #ffd700;}
.stars i{font-size: 14px;padding: 2px;}

.header-top{
  width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #4c0bce;
    color: #fff;
}
.Left{
  width: 100%;
  text-align: left;
}
.Left ul{margin: 0;display: flex;}
.Left ul li{
  padding: 6px 15px;
  color: #fff;
  text-decoration: none;
}
.Right{
  width: 100%;
}
.Right ul{margin: 0;}
.Right ul{display: flex;justify-content: end;}
.Right ul li a{
  padding: 6px 15px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.main-header {position: relative; padding:0 ; z-index: 999; left: 0; right: 0; top: 0; background: #fff;box-shadow: 0px 4px 14px rgba(217, 217, 217, 0.25);}

.main-header .logo{position: relative;width: 80%;}

.subTT{font-weight: bold;color: #222}
.elementorMainTT{font-weight: bold;}
.elementor1Text p{text-align: justify;line-height: 28px;}
.bannerSec{
  width: 100%;
  padding: 80px 0;
  background-color: #f5f9ff;
  background-image: url(../img/banner-overla_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerSec:after {
  width: 460px;
  height: 200px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url(https://broomees.com/assets/images/banner-after.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  z-index: 1;
}
.tp-menu ul{
    margin:0;
    display:flex;
    justify-content: end;
}
.tp-menu ul li{
    margin-left: 20px;
}
.tp-menu ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 16px;
    background-color: #ff004c;
    border-radius: 5px;
}
.tp-menu ul li a:hover {
    background: #5006cc;
    color: #fff;
}
/*------*/
.rs-services{
  width: 100%;
  padding: 40px 0 20px;
}
.rs-services.style7 .services-item {
  position: relative;
  margin-bottom: 20px;
}
.rs-services.style7 .services-item .img-part img {
  width: 100%;
}
.rs-services.style7 .services-item .content-part {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.rs-services.style7 .services-item .icon-part img{
  width: 47px;
}
.rs-services.style7 .services-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.rs-services.style7 .services-item .content-part .title a {
  color: #ffffff;
}
.rs-services.style7 .services-item .content-part .title a:hover {
  color: #ffffff;
  transition: all 0.3s ease;
}
.rs-services.style7 .services-item .content-part .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.rs-services.style7 .services-item:hover .content-part {
  top: -10px;
}
/*------------*/

.rs-cta {
  position: relative;
  padding: 50px 0;
}
.rs-cta .cta-img img {
  min-height: 425px;
  width: 100%;
}
.rs-cta .cta-content {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-cta.style7 .partition-bg-wrap {
  background: none !important;
  position: relative;
}
.rs-cta-item{
  width: 100%;
  padding: 50px;
}

.rs-cta.style7 .partition-bg-wrap:after,
.rs-cta.style7 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style7 .partition-bg-wrap:after {
  background: url(../img/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-cta.style7 .partition-bg-wrap:before {
  background: url(../img/2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}
.sec-title2 .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    color: #031a3d;
}
.white-color {
    color: #ffffff !important;
}
.readon {
  outline: none;
  padding: 12px 40px;
  border: 1px solid #21a7d0;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #111111;
  background: #f3f8f9;
}
.readon.border-less {
    border: none;
}
.readon.border-less:hover {
    background: rgba(243, 248, 239, 0.8);
    color: #111111;
}
.readon:hover {
    background: #21a7d0;
    color: #ffffff;
}
/*--------*/

.rs-counter{padding: 80px 0}
.rs-counter .counter-item .rs-count {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    color: #112958;
    padding-right: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.rs-counter.style7 .counter-item .title {
    color: #54647b;
}
.rs-counter.style7 .counter-item .rs-count.purple-color {
    color: #c701f1;
}
.rs-counter.style7 .counter-item .rs-count.blue-color {
    color: #065ce8;
}
.rs-counter.style7 .counter-item .rs-count.pink-color {
    color: #f6075b;
}
.rs-counter.style7 .counter-item .rs-count.orange-color {
    color: #ffbc00;
}
.rs-counter .counter-item .rs-count:before {
    content: '';
    position: absolute;
    right: 0;
}
.rs-counter .counter-item .rs-count.percent:before {
    content: '%';
    right: -15px;
}
.rs-counter .counter-item .rs-count.plus:before {
    content: '+';
}

/*------*/

.faq-part{
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
.faq-main {
  padding: 60px 50px 70px;
  background: #f9f8f8;
}
.faq-main .title {
  font-size: 32px;
  color: #111111;
  line-height: 42px;
  font-weight: 700;
}

.accordion {
  width: 100%;
  max-width: 1000px;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  box-shadow: none;
  border: none !important;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
/*.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}*/
.accordion-item-header.active{
  background-color: #ff5421;
  color: #fff;
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.8rem;
}
.faq-part .faq-img {
    background: url(../img/faq1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 520px;
}
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}

/*----------*/
.timeline{
  counter-reset: item 0;
  position: relative;
}

.timeline li{
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  color: #184341;
  margin-bottom: 25px;
}
.timeline li span{
  display: inline-block;
  font-size: 24px;
}
.timelineDic{
  margin-bottom: 0;
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-size: 16px;
}
.timeline li:before{
  counter-increment: item;
  content: counter(item);
  width: 50px;
  height: 50px;
  border: 3px solid #ffd700;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 42px;
  margin: 0 auto 10px auto;
  background: #fff;
  color: #000;
  transition: all ease-in-out .3s;
  cursor: pointer;
}
.timeline li:hover:before{
  background: #000;
  color: #fff;
}

.timeline li.active{
  color: #555555;
}
.timeline li.active:before{
  background: #e21227;
  color: #F1F1F1;
}

.timeline li.active + li:after{
  background: #e21227;
}
/*-------*/
.ServItem{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 25px;
    overflow: hidden;
}
.ServItem .srvMain{
  padding: 15px 15px 25px 15px;
}
.ServItem .srvTT{
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.ServItem .location{
  font-size: 14px;
  margin-bottom:15px;
}
/*-----------*/
.single-process {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.single-process img {
  max-width: 100px;
  margin-bottom: 22px;
}

.single-process h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.single-process p {
  margin-bottom: 18px;
}

.single-process span {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e21227;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-process:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-process:hover span {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 50px;
  font-size: 20px;
  line-height: 60px;
}
/*--------*/
.elementor-button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1111;
}

.elementor-field-group{
  display: inline-block;
  width: 60%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #022157;
  background-color: transparent;
  color: #022157;
  padding: 0.375rem 0.75rem;
  margin-right: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.elementor-field-group:focus {
    color: #022157;
    background-color: transparent;
    border-color: #022157;
    outline: 0;
    box-shadow: 0;
}
.animated-home-valign h4{
  color: #022157;
  font-weight: bold;
}
.animated-home-valign h1{
  color: #fff;
  font-weight: bold;
  font-size: 50px;
}
.animated-home-valign p{color: #fff;font-weight: bold;font-size: 18px}
/*---------*/
.rle_pagetitle_wrapper.style_2 {
    background-image: url(../img/brdcrm_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.rle_bottompadder40 {
    padding-bottom: 40px;
}
.rle_toppadder40 {
    padding-top: 40px;
}
.rle_pagetitle_wrapper .page_title {
    float: left;
    width: 100%;
}
.rle_pagetitle_wrapper.style_2 .page_title h2 {
    color: #ffffff;
}
.rle_pagetitle_wrapper .page_title h2 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
ul.breadcrumb {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    justify-content: center;
}
ul.breadcrumb li {
    margin-right: 10px;
    color: #ffffff;
}
ul.breadcrumb li a {
    color: #ffffff;
}
ul.breadcrumb li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*--------*/
.home-main{
  width: 100%;
  padding: 60px 0 20px;
}
.land-pack{
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.land-pack ul{
  position:relative;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.land-pack ul li{
  /*width: 24.6666%;*/
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
}
.land-pack a{text-decoration: none;}
.land-pack-grid{
  display:inline-block;
  position:relative;
  overflow:hidden;
  /*height: 250px;*/
  box-sizing:border-box;
  border-radius: 2px;
  background-color: transparent;
  background-clip: border-box;
  /*box-shadow: 0 2px 4px rgba(37, 39, 42, 0.15);*/
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}
.land-pack-grid:hover .land-pack-grid-text{
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}
.land-pack-grid:hover .land-pack-grid-btn{
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
  color: #3330;
}
.land-pack-grid-img{height: 190px;overflow: hidden;}
.land-pack-grid-img img{
  width:190px;
  transition:all .5s ease;
  height: 190px;
  object-fit: cover;
  border-radius: 25px !important;
  border: solid #ffd700 1px;
  padding: 2px;
}

.land-pack-grid-text h5{
  margin-top: 10px;
  line-height: 22px;
  font-weight: 600;
  text-align:center;
  width: 100%;
  text-align: center;
  color: #0f073a;
}
.elementor{
  width: 100%;
  padding: 50px 0;
}
.elementor1{
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infobox{
  background-color: #fff;
  width: 100%;
  position: relative;
  border-radius: 10px 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    z-index: 111;
}
.infoboximg{height: 120px;width: 30%; overflow: hidden;}
.infoboximg img{width: 100%;height: 100%;object-fit: fill;}
.infoboxText{
  width: 70%;
  padding: 10px 15px;
}
.infoboxText h5{
  font-size: 16px;font-weight: bold;
  color: #222;
}
.infoboxText p{
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.readMore{
  display: block;
  padding-top: 5px;
  text-decoration: none;
  color: #004eff;
  font-size: 12px;
}
.curve{
  position: relative;
  padding-bottom: 180px !important;
}
.curve:before {
  content: "";
  display: block;
  background: url(../img/corve.png) top repeat-x;
  background-size: auto 100%;
  height: 285px;
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 0;
  padding: 0;
}
.elementor-9 {
    background-image: url(../img/dots-shape.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 16% auto;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#fff;
}
.elementskit-section-subtitle{color: #68778c;font-size: 18px;font-weight: bold;}
.elementor-9 .elementorPopulated{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    padding: 15px 10px;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    height: 250px;
}
.elementorPopulatedIcon{
  margin: auto;
  height: 70px;
  margin-bottom: 20px;
}
.elementorPopulatedIcon img{height: 100%;}
.elementorPopulatedText h6{
  font-weight: bold;
}
/*---------Counter ----------*/
.counter-main {
    background-image: url(../img/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#022157;
    color: #fff;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.counter-container span{
  font-size: 18px;
  font-weight: bold;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
  .counter-container{
      margin:0 0 20px 0;
  }
  .counter{
      font-size:30px;
  }
  .counter-main{padding-bottom:15px;}
  .fa-3x{font-size:2em;}
}
/*-------*/
.elementor-9 a{text-decoration: none;}
.elementorState{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 25px;
}
.elementorStateIcon{
  margin: auto;
}
.elementorStateIcon img{height: 100%;}
.elementorStateText h6{
  font-weight: bold;
  color: #222;
  font-size: 18px;
}
/*----*/
.elementor10{
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
}
.noticeElementor {
    width: 100%;
    height: 80vh;
    padding: 50px 20px;
    background: #022157;
    color: #fff;
    margin: 1em auto;
}
.microsoft{
  width: 100%;
    height: 50vh;
    overflow: hidden;
    
    position: relative;
    box-sizing: border-box;
}
.marquee {
    position: relative;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */

@keyframes marquee{
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #fff;
    transition: color .5s;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 1.6;
    font-size: 18px;
    display: flex;
}

.vanity a:hover, .microsoft a:hover {
    color: #022157;
}
.vanity a i, .microsoft a i{
  padding-top: 6px;
  margin-right: 10px;
  color: #022157;
}

/*-----*/
.contact-sec{
  width: 100%;
  padding: 50px 0 50px;
  border-top: solid 1px #ffd700;
  background-color: #ffd700;
  position: relative;
  color: #000;
}
.contact-sec h4{
  margin-top: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.contact-sec p{
  font-size: 18px;
  line-height: 34px;
}
.contact-sec .form-ss{
  width: 100%;
}

/*-------------*/
.reffer{
  width: 100%;
  padding: 50px 0;
}
.slider{position: relative;padding: 50px 0;}
.slider .buttons {
  z-index: 1;
  right: 50%;
  top: 261px;
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  transform: translateX(50%);
  background-color: #FFFFFF;
}
.slider .buttons .previous,
.slider .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.slider .buttons .previous {
  left: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-prev.svg");
}
.slider .buttons .previous:hover {
  transform: scale(1.25);
}
.slider .buttons .next {
  right: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-next.svg");
}
.slider .buttons .next:hover {
  transform: scale(1.25);
}
.slider .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.slider .slide .testimonial {
  padding: 32px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}
.slider .slide .testimonial blockquote {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}
.slider .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}
.slider .slide .testimonial .author span {
  display: block;
  color: #babacf;
  font-weight: 500;
}
.slider .slide .slider-img {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-bg.svg);
}
.slider .slide .slider-img img {
  width: 240px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}
.slider .slide .active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

@media screen and (min-width: 600px) {
  {
    max-width: 800px;
  }
  .slider .buttons {
    top: 280px;
  }

}
@media screen and (min-width: 900px) {
  .slider .buttons {
    right: 37%;
    top: 430px;
  }
  .slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  .slider .slide .testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  .slider .slide .testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
  }
  .slider .slide .testimonial .author span {
    display: contents;
  }
  .slider .slide .slider-img {
    padding: 55px;
  }
  .slider .slide .slider-img img {
    width: 400px;
  }
}
/*--------------*/

.rs-footer {
  background-color: #273c66;
  background-image: url(../img/footer-bg.png);
  background-size: cover;
}
.rs-footer.home9-style .footer-top {
  padding: 218px 0 93px;
}
.rs-footer.home9-style .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}
.rs-footer.home9-style .footer-top .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #f4bf00;
}
.rs-footer.home9-style .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}
.rs-footer.home9-style .footer-top .site-map li a {
  color: #e8e8e8;
}
.rs-footer.home9-style .footer-top .site-map li a:hover {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #f4bf00;
}
.rs-footer.home9-style .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer.home9-style .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}
.rs-footer.home9-style .footer-top .address-widget li i {
  position: absolute;
}
.rs-footer.home9-style .footer-top .address-widget li i:before {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a:hover {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.rs-footer.home9-style .footer-top.no-gap {
  padding-top: 93px;
}
.rs-footer.home9-style .footer-top .recent-post {
  display: flex;
}
.rs-footer.home9-style .footer-top .recent-post .post-img {
  width: 130px;
  float: left;
  padding-right: 15px;
}
.rs-footer.home9-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-date {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #f4bf00;
  padding-right: 5px;
}
.rs-footer.home9-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.rs-footer.home9-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.rs-footer.home9-style .footer-bottom .copyright a {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-bottom .copyright a:hover {
  color: #21a7d0;
}
.rs-footer.home9-style .footer-bottom .footer-logo a {
  display: inline-block;
}
.rs-footer.home9-style .footer-bottom .footer-logo a img {
  max-width: 50px;
}
.rs-footer.home9-style .footer-bottom .footer-social {margin-bottom: 0}
.rs-footer.home9-style .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.home9-style .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #f4bf00;
  color: #ffffff;
  text-align: center;
}
.rs-footer.home9-style .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}
.rs-footer.home9-style .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.rs-footer.home9-style .footer-bottom:before {
  background: rgba(255, 255, 255, 0.1);
}



@media only screen and ( max-width: 767px ) {
  header .login-ph,header .signup-ph{display: block;}
  header .login,header .signup{display: none;}
  .main-header .hdr-top .content {padding-left: 0;}
  .main-header .hdr-top .content {justify-content: center;}
  .main-header .hdr-top::before,ul.booking-icons-row li:not(:last-child) .booking-icons:after{display: none;}
  .main-header .hdr-top{background-color: #1A1A1A;}
  .main-header .hdr-top .content{justify-content: right;}
  .hdr-top .btn {padding: 8px 11px;}
  /*.header-top{display: none;}*/
  .main-header .logo{width: 100%;}
  .timeline li{width: 100%}
  .fix-footer {display: block;}
  .rs-cta.style7 .partition-bg-wrap::after, .rs-cta.style7 .partition-bg-wrap::before{
    width: 100%;
    height: 50%;
  }
  .rs-cta.style7 .partition-bg-wrap::after {
    bottom: unset;
    top: 0;
  }
  .sec-title2 .title {
    font-size: 30px;
    line-height: 36px;
  }
  .rs-services.style7 .services-item{margin-bottom: 20px;height: 230px;overflow: hidden;}
  .rs-services.style7 .services-item .content-part{padding: 30px 30px;}
  .rs-cta-item{padding: 20px 0}
  .counter-item{padding: 30px 0}
  .rs-counter {padding: 10px 0;}
  .Left ul{justify-content: space-between;}
  .Left ul li{padding: 0;}
  .tp-menu ul li{margin-left: 5px;}
  .tp-menu ul li a{
      padding: 6px 10px;
      font-size: 14px;
  }
  .faq-part{padding:0;}
  .faq-main{padding:15px;}
  .faq-main .title{font-size: 25px;}
}