:root {
  --orange:#ff5e14;
  --downriver:#0e2b5c;
  --gray: #f1f1f1;
  --black:#000000;
  --white: #ffffff;
}
/* ====================== slider ========================= */
#slider .carousel-control-prev {
    left: -25px;
}
#slider .carousel-control-next {
    right: -25px;
}
#slider .carousel-item .carousel-caption{
  width: 35vw;
  background-color: var(--white);
  padding: 2% 3%;
  border-top-left-radius: 50px;
  text-align: start;
  color: var(--black);
  top: 15%;
  bottom: unset;
  left: 7%;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
}
#slider .slider-small-heading{
  font: bold 16px/21px Roboto Slab;
}
#slider .slider-main-heading{
  font: 30px/60px Lato;
}
#slider .last-word{
  font-weight: 900;
}
#slider .slider-description-text{
  font: 16px/26px Assistant;
}
#slider .slider-list-text{
  font: 12px/26px Assistant;
}
#slider .slider-list-text i{
  color: var(--orange);
}
#slider .slider-button, #about-us .about-learn-more-btn{
  background-color: var(--orange);
  width: max-content;
  padding: 15px 25px 15px 20px;
}
#slider .slider-button a, #about-us .about-learn-more-btn{
  color: var(--white);
  font: 600 19px/21px Assistant;
}
#slider .slider-button a i, #about-us .about-learn-more-btn i{
  background: var(--white);
  color: var(--orange);
  border-radius: 50%;
  font-size: 12px;
  padding: 3px;
}
#slider :is(.carousel-control-next, .carousel-control-prev){
  opacity: .9 !important;
}
#slider :is(.carousel-control-prev-icon, .carousel-control-next-icon) {
  background-image: none;
}
#slider .carousal-indicators i {
  background: var(--white);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  opacity: 1 !important;
  color: var(--black);
  line-height: 30px;
  padding: 5px 5px;
}
#slider .carousel-indicators{
  left: unset;
}
#slider .carousel-indicators [data-bs-target] {
  margin : 0;
  color: #a1a1a1;
}
#slider .carousel-indicators .active{
  height: 6px;
  width: 40px;
}
#slider .carousel-indicators span{
  font: bold 16px/30px Source Sans Pro;
  color: var(--white);
}
#slider .slider-button:hover {
    background-color: #0e2b5c;
}
#slider .slider-button:hover a i{
  color: #0e2b5c;
}
#top-header .header-quote-btn a:hover{
  background-color: var(--orange);
}
#top-header .header-quote-btn:hover a i{
  color: var(--orange);
}
#latest-news .blog-content:hover .read-more {
  background-color: var(--orange);
  color: #fff;
}
#request-quote .request-quote-btn:hover{
  background-color: var(--orange);
  color: #fff;
}
#request-quote .request-quote-btn:hover i{
  background-color: #fff;
  color: var(--orange);
}
#testimonial .testimonial-container:hover{
  /* background-color: var(--orange); */
}
#about-us .card-heading:hover {
    color: #0e2b5c;
}
#about-us .right-text:hover {
    background-color: #0e2b5c;
}
.service-card:hover img {
    transition: 1s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
#team .team-name:hover a {
    color: #0e2b5c;
}
/* ==================== section headings ===================== */
.section-small-heading{
  font: bold 32px/43px Roboto Slab;
  color: var(--orange);
  position: relative;
}
.section-small-heading::before{
  content: '';
  height: 50px;
  width: 50px;
  position: absolute;
  left: -25px;
  bottom: 10px;
  background-color: var(--gray);
  z-index: -1;
}
:is(#testimonial, #latest-news, #location, #project) .section-small-heading{
  width: max-content;
  margin: 0 auto;
}
.section-main-heading{
  font: bold 37px/65px Lato;
  color: var(--downriver);
}
.paragraph-blue{
  color: var(--downriver);
}
/* ======================= about us ====================*/
#about-us{
  padding: 50px 0;
}
#about-us .about-main-heading{
  width: 75%;
}
#about-us .card-container img{
  height: 50px;
  width: 50px;
}
#about-us .card-heading{
  font: 23px/30px Robot Slab;
  color: var(--orange);
}
#about-us .girl-image{
  border-radius: 50%;
  border: 1px solid var(--orange);
  padding: 5px;
}
#about-us .about-number{
  font: 600 15px/20px Assistant;
  color : var(--downriver);
}
#about-us .about-person-designation{
  color : var(--downriver);
  opacity: 0.6;
  font: 300 16px/20px Assistant;
}
#about-us .about-us-right-section{
  /* height: 80vh; */
   height: 529px;
}
#about-us .about-us-right-section img{
  height: 100%;
  max-width: 100%;
  width: 100%;
}
#about-us .right-text{
  top: 45%;
  left: 0px;
  transform: translateY(-50%);
  background-color: #ff5e14;
  border: solid var(--white);
  border-width: 15px 20px 15px 0px;
  text-align: start;
  padding: 30px 70px 30px 40px;
  color: var(--white);
}
#about-us .right-text h1{
  font: normal normal normal 60px/65px Roboto Slab;
}
.about-representative {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
#about-us .exp-year-text{
  font: 18px/24px Roboto Slab;
  width: min-content;
  margin: 0;
}
#about-us .about-learn-more-btn:hover {
    background-color: #0e2b5c;
}
#about-us .about-learn-more-btn:hover i{
  color: #0e2b5c;
}
/* =================== service section =========================== */
#services{
  background-position: top;
  background-size: cover;
  padding-block-start: 20%;
  margin-block-start: -5%;
}
#services .service-container {
  background: var(--downriver);
  width: 90%;
  margin: 0% auto 0;
  padding-block: 5%;
}
#services .service-small-heading{
  color: var(--orange);
  font: bold 34px/60px Roboto Slab;
  width: max-content;
  background-color: var(--white);
  margin: 0 auto;
  padding : 5px 20px;
}
#services .service-main-heading{
  font: bold 30px/45px Lato;
  width: 40%;
  margin: 20px auto;
  color: var(--white);
}
#services .services-row{
  counter-reset: card;
}
#services .service-card::before {
  counter-increment: card;
  content: "0" counter(card);
  position: absolute;
  right: 15px;
  top: 15px;
  font: bold 80px/70px Montserrat;
  color: #eeeeee;
}
#services .service-card{
  position: relative;
  background-color: #fff;
  width: 80%;
  height: 80%;
  margin: 10% auto;
  padding: 40px 25px;
  border-top-left-radius: 50px;
}
#services .service-card img{
  height: 60px;
  width: 60px;
}
#services .service-post-title{
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
#services .service-post-title:not(:hover) {
  text-overflow: ellipsis;
}
#services .service-post-title:hover a,
#services .service-post-title:focus a {
  display: inline-block;
  animation-name: scroll-text;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes scroll-text {
  0% {
    transform: translateX(0%);
 }
  90% {
    transform: translateX(-100%);
 }
  95% {
    transform: translateX(0%);
 }
  100% {
    transform: translateX(0%);
 }
}
#services .service-post-title a{
  font: bold 20px/45px Lato;
  color: var(--downriver);
}
#services p{
  color: var(--orange);
  font-size: 18px;
}
/* ================= project section ========================= */
#project{
  margin-block-start :6%;
}
#project .carousel img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#project .project-hover-box{
  color: var(--white);
}
#project .project-hover-content{
  z-index: 2;
  left: 0;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  align-items: end;
  padding: 10px;
}
.project-contnt{
  padding: 15px;
}
#project .project-hover-box:hover .project-hover-content{
  display: flex;
  background: transparent linear-gradient(181deg, #0E2B5C00 0%, #0E2B5C 100%);
}
#project .project-title{
  font: normal normal bold 20px/33px Lato;
}
#project .project-read-more{
  font: 14px/28px Assistant;
  color: var(--white);
}
#project .project-read-more i,#latest-news .read-more i{
  position: relative;
  top: 1px;
}
/* ========================== why choose us ================================= */
#why-choose-us .why-chooose-left-content{
  background-color: var(--downriver);
  padding: 10% 10% 10% 25%;
  color: var(--white);
}
#why-choose-us .choose-small-heading{
  background-color: var(--orange);
  font: 25px/40px Roboto Slab;
  width: max-content;
  padding: 0px 6%;
}
#why-choose-us .choose-main-heading{
  font: bold 30px/45px Lato;
}
#why-choose-us .percentage-text{
  font: 16px/16px Roboto Slab;
}
#why-choose-us progress{
  accent-color: var(--orange);
}
#why-choose-us .progress-percentage {
  background-color: var(--white);
  color: var(--downriver);
  padding: 0 5px;
  top: 1px;
  border-radius: 5px;
}
#why-choose-us .why-chooose-right-content {
  padding: 0% 15% 0% 5%;
}
#why-choose-us .why-chooose-right-content .why-description{
  font: 16px/30px Assistant;
  color: var(--downriver);
  position: relative;
  padding: 20px 145px 20px 40px;

}
#why-choose-us .why-chooose-right-content .why-description:before{
  content: " ";
  position: absolute;
  left: -20px;
  top: 50%;
  background-color: var(--downriver);
  height: 1px;
  width: 50px;
}
#why-choose-us .feature-number{
  color: var(--orange);
  font-weight: 700;
}
#why-choose-us .feature-text{
  color: var(--downriver);
  font: bold 18px/33px Lato;
}
/* .progress-bar{
    width: 70%;
    background: #fff;
    border-radius: 25px;
}
.progress{
    /* width: 65%;
    background: #f95e15;
    border-radius: 5px;
    height: 10px;
}
.progress-percentage{
    position: absolute;
    right: -28px;
} */
/* ===================================== team =============================== */
#team{
  margin: 50px 0;
}
#team .section-main-heading{
  font: bold 38px/70px Lato;
  color: var(--downriver);
  border-block-end: 1px solid var(--downriver);
  width: max-content;
  padding: 20px 0;
}
#team .team-name{
  margin: 30px 0 15px 0;
}
#team .meta-designation {
  font: normal normal normal 18px/10px Lato;
  color: #0E2B5C;
}
#team .team-name a{
  font: 32px/43px Roboto Slab;
  color: var(--orange);
}
#team .team-description{
  font: normal normal 20px/40px Assistant;
  color: var(--downriver);
  width: 48ch;
}
#team .team-social-share a{
  border: 1px solid var(--downriver);
  height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: var(--downriver);
  margin : 15px 8px 0 0;
}
#team .team-social-share a:hover{
  color: #fff;
  background-color: #f95e15;
  border-color: #f95e15;
}
#team .slider-nav  img {
  padding: 25px 20px;
  aspect-ratio: 1 / 1.25;
}
#team .slider-nav .slick-slide {
    /* width: 145px !important; */
}
#team .slick-list {
    /* height: 545px !important;  */
}
#team .team-image{
  width: 35%;
}
#team .team-image img{
  width: 100%;
  margin: -20px 0;
}
#team .team-text-content{
  width: 65%;
  margin-inline-start: 45px;
  margin-top: -10%;
}
#team .slider-for .slick-prev, #team .slider-for .slick-next{
  font-size: 0;
  background: var(--white);
  border: none;
  height: 35px;
  width: 35px;
  position: absolute;
  left: 28%;
  color: var(--black);
}
#team .slider-for .slick-prev{
  bottom: 75px;
  z-index: 1;
}
#team .slider-for .slick-next{
  bottom: 25px;
}
#team .slider-for .slick-prev:after{
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 18px;
}
#team .slider-for .slick-next:after{
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 18px;
}
/* =============================== testimonial =============================  */
:root{
  --testi-dimention : 60px;
}
#testimonial{
  margin: 50px 0;
}
#testimonial .testimonial-container{
  background-color: var(--downriver);
  color: var(--white);
  padding: 20% 9% 10%;
}
#testimonial .testimonial-container img{
  height: var(--test-dimention);
  width: var(--test-dimention);
  border-radius: 50%;
  position: absolute;
  top: -44px;
  left: 10px;
  border: 3px solid var(--white);
}
#testimonial .owl-item{
  padding-block-start: 45px;
}
#testimonial .testimonial-description{
  font:20px/30px Assistant;
}
#testimonial .star-container{
  border-block-end: 1px solid #fff;
  max-width: 75%;
  width:100%;
  padding-block-end: 10px;
}
#testimonial .testimonial-title a{
  font: bold 24px/34px Roboto Slab;
  color: var(--white);
  margin-block-start: 15px
}

/* ============================== latest post ============================= */
#latest-news .read-more{
  right: 0;
  bottom: 0;
  background-color: var(--white);
  font: 14px/19px Roboto Slab;
  padding: 7px 20px;
  color: var(--downriver);
}

#latest-news .news-title{
  font: bold 24px/25px Roboto Slab;
  color: var(--downriver);
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
#latest-news .news-title:not(:hover) {
  text-overflow: ellipsis;
}
#latest-news .news-title:hover span,
#latest-news .news-title:focus span {
  display: inline-block;
  animation-name: scroll-text;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
#latest-news .news-content{
  padding-inline-end: 20px;
}
#latest-news .news-content{
  font: 18px/26px Assistant;
  color: var(--downriver);
}
/* request-quote */
#request-quote {
    margin-top: 4%;
}
#request-quote{
  background-size: 100% 100%  ;
}
#request-quote .request-content{
  padding: 12% 0;
  width: 50%;
}
#request-quote .request-main-heading{
  font: 300 35px/60px Lato;
  color: #d4d4d4cf;
}
#request-quote .last{
  color: #fff;
}
#request-quote .request-quote-btn{
  background-color: var(--white);
  width: max-content;
  padding: 14px 21px 16px;
  color: var(--orange);
  font: 600 16px/21px Assistant;
}
#request-quote .request-quote-btn i{
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  margin-inline-start: 7px;
}
#request-quote h3 .last {
    font-weight: bold;
    font-family: auto;
    font-size: 40px;
}
/* ================== location ============================== */
#location{
  margin-block: 5%;
  padding-inline: 5%;
}
#location .location-map{
  width: 100%;
  margin-block-start: 5%;
}
#location .location-container .location-name img{
  height: 75px;
}
#location .location-container .location-name1{
  top: 15%;
  left: 50%;
}
#location .location-container .location-name2{
  top: 38%;
  left: 16%;
}
#location .location-container .location-name3{
  top: 40%;
  left: 70%;
}
#location .location-container .location{
  display: none;
  background-color: var(--white);
  font: 14px/20px Roboto Slab;
  box-shadow: 0px 0px 5px #00000033;
  color: var(--downriver);
  text-align: center;
  padding-inline: 10px;
  height: max-content;
}
#location .location-container .location-name:hover .location{
  display: block;
}
/* ======================= sponser ======================== */
#sponsor .sponser-content {
  border: 4px solid var(--orange);
}
.test{
    display: flex;

}
.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px 20px 0px 0px;
}
.progress{
  width: 50%;
  height: 8px;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: none;
  overflow: visible;
  /* position: relative; */
  top: 2px;
}
.progress .progress-bar{
  border-radius: 5px;
  box-shadow: none;
  /* position: relative; */
  animation: animate-positive 2s;
}
.progress-bar-success{
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px 40px 0px 0px;
  background: #fff;
  color: #0e2b5c;
  height: 20px;
  width: 30px;
  padding: 2px 4px;
  border-radius: 3px;
}
