:root {
  --color-primary: #b93b00;
  --color-secondary: #1F1F25;
  --color-green: #148a1c;
  --color-blue: #0b71bc;
  --color-sky: #0b71bc;
}

.rts-banner-area-two {
    background-image: url(/images/20.webp) ;
}


.banner-style-one {
    background-image: url(/images/hero.webp);
}



.banner-inner-two-content .title{
  font-size: 50px;
   -webkit-text-stroke: 1px red;
    -webkit-text-fill-color: white;
}

.banner-inner-two-content .title span{
  -webkit-text-stroke: 1px #4c5aeb;
  -webkit-text-fill-color: white;
}




.header-main-one-wrapper .thumbnail{
  width: 20%;
    margin: 17px 0;
}

.thumbnail-about-and-progress-1 .progress-area-wrapper{
    left: -30%;
    bottom: 190px;
  background: #020a70;
}



div[role=tooltip]{
  display: none;
}

button.mod-menu__toggle-sub{
  display: none;
}

.footer-8-area-bg.bg_image.pt--65{
  background-color: #000;
}


.become-client-btn{
  position: fixed;
    right: 0;
    top: 55%;
    left: auto;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 25px 6px;
    background-color: green ;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    z-index: 1000;
    color: #fff;
    cursor: pointer;
   font-size: 18px;
  font-weight: 600;
}

.about-content-left-one .call-and-sign-area .call-area .icon,
.thumbnail-accountent-why-choose .counter-about-area{
  background: var(--color-green);
}

.header-top-area-wrapper .header-top-one-wrapper .left .mail{
  display: inline-block;
}

.banner-accountent-bg{
  height: 700px;
}

.banner-accountent-content .title{
  font-size: 60px
}

.rts-blog-h-2-wrapper .body span{
  color: var(--color-sky);
}


.single-feature-service-wrapper-8 .icon{
  background: #037bc6;
}

.progress-wrap{
  bottom: 105px;
}

.quote-btn{
  background: var(--color-green) !important;
}

.thumbnail-about-1{
  border-radius: 40px;
}


.banner-style-one .banner-one-inner .title,
.banner-style-one .banner-one-inner .title span{
  color: #050c68;
  font-size: 50px;
}


.banner-style-one .banner-one-inner .title span{
  font-size: 40px;
}


@media only screen and (max-width: 768px) {

.header-main-one-wrapper .thumbnail{
  width: 50%;
}

  
  .mobile-menu nav ul li{
    width: 100%;
    margin-bottom: 15px;
  }

  .thumbnail-banner-area-accountent .absolute-rating-area{
    padding: 9px 10px;
  }

  .thumbnail-about-and-progress-1 .progress-area-wrapper{
    display: none;
  }

  .thumbnail-accountent-why-choose .counter-about-area{
    top: 193px;
  }

  .header-main-one-wrapper .thumbnail a img {
      max-width: 175px;
  }

  .rts-sidebar-menu-desktop{
    display: none;
  }

  .banner-accountent-content .title {
    font-size: 36px;
    line-height: 49px;
}

  .become-client-btn{
    display: none;
  }

  .thumbnail-banner-area-accountent{
    text-align: center;
  }

  .thumbnail-banner-area-accountent img{
    max-width: 90%;
  }

  .acc-logo{
    display: none;
  }
  
.banner-style-one::after{
  background: rgba(255, 255, 255, 0.1);
}

  .banner-style-one .banner-one-inner .pre-title{
    display: none;
  }

  .banner-style-one .banner-one-inner .title, .banner-style-one .banner-one-inner .title span{
    color: #FFF;
    text-shadow: 1px 2px 7px #000000;
  }

  .banner-style-one .banner-one-inner .title{
    font-size: 30px;
  }

  .banner-style-one .banner-one-inner .title span{
    font-size: 22px;
  }

  
}

