/*body{
  padding-right: 0px;
  padding-left: 0px;
}*/

.screen_section{
  position: relative;
}


.navbar{
  height: 5rem;
}
.modify{
  background: #221f1f;

}


.navbar-brand{
  color: rgba(255,255,255,0.6);
}
.container-fluid{
  padding-right: 0px;
  padding-left: 0px;
}

.header--floating{
      background: #221f1f;
    box-shadow: 0 0 120px rgb(0 0 0 / 24%);
}
.all-header{
  position: relative;
  margin-bottom: -6px;
}

/*video{
    width: -webkit-fill-available;
  }*/
  video {
height: 100%;
left: 0;
object-fit: cover;
position: relative;
top: 0;
width: 100%;
}
  .ui-dark {
  color: #fff;
}
.ui-dark-background {
  background-color: #221f1f;
}
.text-video{
	    position: absolute;
    z-index: 2;
    top: 80px;
    /*left: 100px;*/
    /*background: azure;*/
}
/*.title-mean{
      line-height: 140%;
    font-size: 32px;
}
*/
/*
.text-box{
  padding: 162px 0px;
}*/
/*.text-box h1{
  font-size: 55px;
}*/

@media (max-width: 991px){
  .text-box{
  padding: 0px;
}
}



@media screen and (min-width: 668px) and (min-height: 416px)
.block {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.container .text-box h1{
  color: #faa41a;
}

.container .text-box p{
  color: #faa41a;
    margin-bottom: 6rem;
}

@media screen and (max-width: 1500px){
  .container .text-box p{
  color: #faa41a;
    margin-bottom: 6rem;
}

}

@media screen and (max-width: 1300px){
  .container .text-box p{
  color: #faa41a;
    margin-bottom: 4rem;
}

}


@media (max-width: 400px){
 div.text-box p.title-mean.h6{
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}
}

@media (max-width: 300px){
 div.text-box {
  display: none;
}
}
/*@media screen and (max-width: 1200px){
  .container .text-box p{
  color: #faa41a;
    margin-bottom: 2rem;
}

}*/

/*@media screen and (max-width: 1100px){
  .container .text-box p{
  color: #faa41a;
    margin-bottom: -2rem;
}

}*/

/*@media screen and (max-width: 992px){
  .container .text-box p{
  color: #faa41a;
    margin-bottom: -6rem;
}

}*/

@media (max-width: 720px){
  .video-nav{
    display: none;
  }
}

@media (max-width: 720px){
  nav.rside-nav.dot{
    display: none;
  }
}
/*
.dot {
  color: #fff;
}*/
/*.rside-nav a.is-active{
  color: #fff;
}*/
.rside-nav{
z-index: 3;
    position: fixed;
   /* left: 100%;*/
    top: 50%;
    /*bottom: 0;*/
    right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
/*.nav-aside__content {
    position: relative;
    left: -52px;
}*/

.rside-nav a {
display: block;
    position: relative;
    width: 20px;
    height: 20px;
}

/*
.rside-nav a:active:before, .rside-nav a.is-active:before {
  opacity: 0;
    transform: scale(3);
}*/
/*check above one good if need use it */
.rside-nav a:before {
    left: 8px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #221f1f;
}
.rside-nav a:after {
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 1px solid #221f1f;
    opacity: 0;
    transform: scale(1.5);
}

.rside-nav a:before, .rside-nav a:after {
    position: absolute;
    display: block;
    content: "";
}
.rside-nav.rnav-dark a:before {
    background-color: #fff;
}
.rside-nav.rnav-dark a:after {
    border-color: #fff;
}
.rnav-light{
  color: #fff;
}
/*.rside-nav a.active:after, .rside-nav a.is-active:after {
    opacity: 1;
}*/


/*add 127 not work and add 234 will work*/ 
/*check above one good if need use it add or remove comments for 181 and 205 */
 .rside-nav a.active:after {
    opacity: 1;
}
/*.has-hover .rside-nav a:hover:before {
  transform: scale(3);
  opacity: 1;
}*/


/*this border imp for button border*/

.screen1{
  background: #ffffff;
  padding: 2rem 1rem 2rem;
}

.screen .categories{
  position: relative;
  padding: 0px 20px;
}

.category {
  position: relative;
  padding-top: 15px;
    margin-top: 50px;
}
.categories .category1{
  box-shadow: 0 100px 200px rgb(66 0 5 / 30%);
}
/*.category__image video {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}*/

.category1-features{
  box-shadow: 0 100px 250px rgb(66 0 5 / 20%);
  position: absolute;
    left: 62%;
    margin-left: 50px;
    margin-top: -55px;
    padding: 41px 0px 40px;
    width: 270px;
}

@media (max-width: 767px){
 .category1-features {
   box-shadow: 0 100px 250px rgb(66 0 5 / 20%);
   padding: 41px 0px 40px;
    position: static;
    margin: -29px 30px 0;
    width: auto;

}
}

@media (max-width: 250px){
  .category1-features{
    margin: -29px 0px 0;
  }
}
@media (min-width: 767px){
 .category1-features {
  left:45%;
}
}

@media (min-width: 991px){
 .category1-features {
  left:62%;
}
}

.card .nav .nav-link {
  color: rgba(34,31,31,0.6);
}

.card .nav li{
  border-top: 1px solid rgba(34,31,31,0.08);
  
}
.card .nav li:first-child{
  border-top: 0px;
}
/*@media (max-width: 183px){
  .category1-features .card-body{
    padding: 0px;
  }
}*/
.category h2{
  position: absolute;
  left: 80px;
  top: -63px;
  color:black;
  /*padding-top: 180px;*/
  font-size: 9rem;
}
@media (max-width: 767px){
  .category h2{
     top: -24px;
     font-size: 4rem;

  }
}

@media (max-width: 240px){
.category h2{
  font-size: 3rem;
   left: 10px;
}
}
.category1-text{
      margin: 110px auto 0;
    padding-right: 445px;
    width: 685px;
}

@media (max-width: 767px){
 .category1-text {
 margin:30px 60px 0px;
 padding:0px 0px 58px;
 width: auto;
}
}




/*.ui-dark{
  color: #221f1f;
}

.ui-light{
  color: #fff;
}*/
/*below 1000px change or remove left and width of category-features*/

.screen2 {
    padding: 2rem 1rem 7rem;
}

.text-h2-size{
  font-size: 9rem;
  line-height: 1.04444em;
  font-family: "rawline","Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 768px){
  .text-h2-size{
    font-size: 6rem;
  }
}
@media screen and (max-width: 576px){
  .text-h2-size{
    font-size: 3rem;
  }
}
.text-change-a{
color: #d82533;

}
.text-h2-smallheading{
top: -16px;
position: relative;
display: inline-block;
font-size: 2.4rem;
font-weight: 300;
line-height: 1.33333em;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media screen and (max-width: 768px){
  .text-h2-smallheading{
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px){
  .text-h2-smallheading{
    font-size: 1.4rem;
  }
}
.text--h2-smallheading sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.screen2 .card{
  
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: none;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: none;
  border-radius: var(--bs-card-border-radius);
  /*var(--bs-card-border-width) solid var(--bs-card-border-color);  for border above*/
}
.screen2 .card{
  height: 400px;
}
 .card-small .card{
  height:200px;
  border-radius: none;


}
.card-background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*.card-background-batch1:before {
    content: '';
    position: absolute;
    right: -35%;
    top: -54%;
    width: 120%;
    height: 100%;
    background: radial-gradient(ellipse at center,#239f46 0%,rgba(239,168,173,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
  }

  .card-background-batch1:after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 150%;
    height: 100%;
    background: radial-gradient(ellipse at center,#d82533 0%,rgba(239,168,173,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
}*/

.card-background-batch2:before{
  content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#fc712c 0%,rgba(254,198,171,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
}

.card-background-batch2:after{
  content: '';
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#0bcbd2 0%,rgba(157,234,237,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;

}
.percircle--c2{
  background: #239f46;
}
.card-background-batch3:before{
content: '';
    position: absolute;
    left: -30%;
    top: -60%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#0bcbd2 0%,rgba(157,234,237,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
}

.card-background-batch3:after{
content: '';
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#fc712c 0%,rgba(254,198,171,0) 70%,rgba(255,255,255,0) 100%);
    z-index: 1;
}
.percircle--c3{
  background: #0bcbd2;
}
.card-background-batch4:before{
    content: '';
    position: absolute;
    left: -30%;
    top: -60%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#ef9d00 0%,rgba(239,157,0,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
}

.card-background-batch4:after{
    content: '';
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#0089c8 0%,rgba(0,137,200,0) 70%,rgba(255,255,255,0) 100%);
    z-index: 1;
}
.percircle--c4{
  background :#d82533;
}
.card-background-batch5:before{
    content: '';
    position: absolute;
    left: -30%;
    top: -60%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#fc712c 0%,rgba(252,113,44,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;

}
.card-background-batch5:after{
    content: '';
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center,#0bcbd3 0%,rgba(11,203,211,0) 70%,rgba(255,255,255,0) 100%);
    z-index: 1;

}
.percircle--c5{
  background: #fc712c;
}
.card .card-content{
  box-shadow: 0 100px 200px rgb(0 0 0 / 50%);
  
}

@media (min-width: 980px){
 .card-content {
 padding: 40px 50px;
}
}
.card-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

 .card-large .card-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 30px;
    transition-property: box-shadow,width,height;
    transition-duration: .8s;
}


    .card-background-batch1:before {
    content: '';
    position: absolute;
    right: -35%;
    top: -54%;
    width: 120%;
    height: 100%;
    background: radial-gradient(ellipse at center,#239f46 0%,rgba(239,168,173,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
}
.card-background-batch1:after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 150%;
    height: 100%;
    background: radial-gradient(ellipse at center,#d82533 0%,rgba(239,168,173,0) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
    }

    .card-content .h4 {
    position: relative;
    z-index: 2;
}
.card-content h3 small {
    display: block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.card-content-spacer{

    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
 .card .card-content p {
   position: absolute;
    bottom: 23px;
    left: 0px;
    margin: 0px;
    z-index: 2;
  }


  .percircle {
  position: absolute;
  left: 0;
  bottom: 73px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  transition-property: opacity;
  transition-duration: 0.8s;
  opacity: 0;
}

.card .percircle {
  opacity: 1;
}

.percircle--c1 {
  background-color: #2878db;
}
 
@media (min-width: 980px){
 .percircle {
    left: 4px;
    bottom: 48px;
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
  } 
}
 
.half-card{
  /*width: 50%;*/
  padding-top: 50%;
}

.half-card1 .card-content{
  background: #fff;
}

.screen3{
      padding: 6rem 1rem 4rem;
}

.about h2 .square{
  width: 16px;
  height: 16px;
  display: block;
  background: #d82533;
  
}
.about a .btn{
--bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 1rem;
}
.about h2 .btn-circle{
  width: 50px;
  height:50px;
  border: 1px solid rgba(34,31,31,0.2);
  border-radius: 100px;
}

.about h2 span{
  color: #d82533;
}

@media screen and (min-width: 668px) and (min-height: 416px){
  .container_footer {
    padding: 110px 60px 110px;
}
}

.map {
  position: relative;
  width: 100%;
} 

.map-inner {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}

.map__marker {
    position: absolute;
    z-index: 3;
    background: #d82533;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    transform: translate(-50%,-50%) scale(0.57895);
    transition-property: transform,background;
}

.map__marker.is-active {
    z-index: 2;
    background: #fff;
    transform: translate(-50%,-50%) scale(1);
}

.footer__address {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 300;
}

.footer__address {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .footer__address {
  color: rgba(255, 255, 255, 0.2);
  color: #4e4c4c;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .footer__address {
    position: absolute;
    left: 57%;
    bottom: 30px;
  }
  .footer__address h3 {
    display: inline-block;
  }
  .footer__address li {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    visibility: hidden;
  }
  .footer__address li.is-active {
    visibility: visible;
    z-index: 1;
  }
}