body{
  scroll-behavior: smooth;
}

.header-details .call{
  display: flex;
  gap: 20px;
}
a{
  text-decoration: none;
}

.call h5 a {
    color: #555555;
    text-decoration: none;
    font-size: 16px;
}

.call h5 a span{
  margin-right: 5px;
}

.header-details{
    display: flex;
    justify-content: space-between;
}

.social-links span{
  display: flex;
  gap: 15px;
}
.social-links{
  border-left: 1px solid #b1b1b1;
  padding-left: 30px;
}
.social-links span i{
  color: #555555;
  font-size: 18px;
}
.head-top{
  padding-top: 10px;
  border-bottom: 1px solid #555555;
}
.header-details{
  
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav{
  justify-content: end;
  width: 100%;
 
}

.nav-link{
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px!important;
}

.nav-link:hover{
  color: #e64200;
}

.nav-link-drop{
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px!important;
}

.nav-link-drop:hover{
  color: #e64200;
}

.active{
  color: #e64200!important;
} 

.navbar{
  background: #ffffff;
}

.head-sec{
  border-top: 3px solid #e64200;
  z-index: 111;
  top: 0;
  width: 100%;
}

.head-sec{
  background-color: rgba(255, 255, 255, 1);
}

.nav-link:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  padding: 1px;
  display: block;
  margin-top: 4px;
  transition: all ease 0.5s;
}

.dropdown-toggle::after {
  display: inline-block!important;
  margin-left: .255em!important;
  vertical-align: .255em!important;
  content: ""!important;
  border-top: .3em solid!important;
  border-right: .3em solid transparent!important;
  border-bottom: 0!important;
  border-left: .3em solid transparent!important;
}

.dropdown-toggle:hover:after {
  content: "";
  width: 0%!important;
  height: 1px;
  background-color: transparent!important;
  padding: 1px;
  display: block;
  margin-top: 4px;
  
}

.dropdown:hover .dropdown-menu {
  display: block;
}


.nav-link:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e64200;
  padding: 1px;
  display: block;
  margin-top: 4px;
  
}

/* .nav-link.active:after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e64200;
  padding: 1px;
  display: block;
  margin-top: 4px;
} */

.btn-primary{
  background-color: #e64200;
  border: 1px solid #e64200;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: 500;
}

.btn-primary:hover{
  background-color: #000000;
  border: 1px solid #55410f;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: 500;
}

.nav-link:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e64200;
  padding: 1px;
  display: block;
  margin-top: 4px;
  
}

.header-btn{
  margin-left: 20px;
}

.clients-logo{
  background-color: #dadada;
  
}

#logo-carousel .owl-nav{
  display: none;
}

#logo-carousel .owl-dots{
  display: none;
}

.about-img img{
  border-radius: 20px;
 
}

.about-sec{
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #f5f8fc;
}




.years{
  max-width: 350px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  padding: 10px 60px 10px 20px;
  border-radius: 20px;
  top:-60px;
  left: 20px;

}
.years h3{
  font-size: 35px;
  font-weight: 700;
  color: #e64200;
}

.years h6{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.satisfied{
  max-width: 350px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  bottom:-20px;
  right: 20px;


}
.satisfied h3{
  font-size: 35px;
  font-weight: 700;
  color: #e64200;
}

.satisfied h6{
  font-size: 18px;
  font-weight: 700;
  color: #e64200;
  text-transform: uppercase;
}

.about-img{
  position: relative;
}

.about-content h3{
  font-size: 35px;
  font-weight: 700;
}

.about-content h4{
  font-size: 25px;
  font-weight: 700;
}

.about-content {
  padding-left:20px;

}
 

.about-content p{
  font-size: 15px;
}


.service-head h2{
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.service-head h2 span{
  color: #e64200;
}

.service-head p{
  margin-top: 15px;
  color: #555555;
  text-align: center;
  font-size: 16px;
} 

.service-sec {
  background-color: #f5f8fc;
  position: relative;
}

.christmas-stars{
  position: absolute;
  right: 80px;
  animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.star-fixed{
  position: absolute;
  left: 150px;
  animation: rotate 6s infinite ease-in-out;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.service-box{
  background-color: #fff;
  padding: 15px 15px;
  transition: all ease 0.5s;
  border-radius: 15px;
}

.service-box:hover{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.service-box:hover .service-icon img{
  transform: rotate(360deg);
  transition: all ease 0.5s;
}

.btn-btn-all{
  display: flex ;
  justify-content: end;
}

.service-icon img{
  display: block;
  margin: auto;
  width: 80px;
}

.service-text-head  h5{
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.service-text-head  p{
  margin-top: 15px;
  font-size: 14px;
 
  text-align: center;
}

.faq-head h2 span{
  color: #e64200;
}



.faq-head h2{
  font-size: 38px;
  font-weight: 700;
  
}

.faq-content p{
  font-size: 16px;
  color: #555555;
}

.toggle-icon {
  font-weight: bold;
}

.accordion-header button{
  font-size: 18px;
  font-weight: 600;
  background-color: #fff!important;
  border-bottom: 1px solid #e7e7e7 !important;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px !important;
  

}
.accordion-button{
  color: #000!important;
  font-weight: 600;
}
.accordion-button:not(.collapsed){
  color: #e64200!important;
}
.accordion-item{
  border-bottom: 1px solid #442d01;
  border: 0px !important;
}



.progress-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#4caf50 0% 0%, #ffffff 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.progress-circle-inner {
  width: 85px;
  height: 85px;
  border-radius: 50%;
background-color: #fff;
  position: absolute;
  padding: 10px;
}

.percentage-text {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 25%;
  left: 23%;
  color: #e64200;
}
.success{
  position: absolute;
  top: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255,0.7);
  border-radius: 0px 0px 10px 0px;

}
.success h5{
  font-size: 16px;
  margin-top: 10px;
}
.faq-img{
  position: relative;
}

.faq-content{
  padding-right: 15px;
}

.support h4{
  font-size: 18px;
}

.support{
  position: absolute;
  right: 20px;
  background-color: rgba(255, 255, 255,0.7);
  bottom: -20px;
  padding: 10px 20px;
  border-radius: 20px;

}

.support h4 span{
  font-size: 30px;
  font-weight: 700;
  color: #e64200;
}

.team{
  background-color: #f5f8fc;
}


.team-head h2 span{
  color: #e64200;
}



.team-head h2{
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  
}

.team-head p{
  font-size: 16px;
  color: #555555;
  text-align: center;
}

.team-box{
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
}

.absolute-star{
   position: absolute;
   top: 40px;
   left: 20px;
   width: 40px!important;
   opacity: 0.4;
}

.absolute-star-2{
  position: absolute;
  top: 40px;
  right: 20px;
  width: 40px!important;
  opacity: 0.4;
}

/* .team-img{
  transform: translatex(10px);

} */

.team-box:hover .team-img{
  transform: scale(1.1);
  transition: all ease 0.5s;
}

.team-box:hover .absolute-star{
  opacity: 1;
  transform: rotate(360deg);
  transition: all ease 0.5s;
}

.team-box:hover .absolute-star-2{
  opacity: 1;
 
  transition: all ease 0.5s;
}

.team-name h6{
  text-align: center;
  font-size: 18px;
  color: #000;
}

.team-name p{
  text-align: center;
  font-size: 15px;
  color: #555555;
}

.team-name{
  padding: 10px 20px;
  background-color: rgba(255, 255, 255,0.8);
  position: absolute;
  bottom: 8px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  display: block;
  margin: auto;
}

.artical-head h2{
  font-size: 38px;
  font-weight: 700;
 
}

.artical-head h2 span{
  color: #e64200;
}

.artical-head p{
  margin-top: 15px;
  color: #555555;
 
  font-size: 16px;
} 

.artical-text{
  margin-top: 10px;
}

.artical-text span{
 color: #e64200;
 font-weight: 500;
 background-color: #fdf3df;
 padding: 5px;
 border-radius: 10px;
 font-size: 15px;
}

.artical-text h4{
  font-size: 20px;
  font-weight: 700!important;
  margin-top: 10px;
  color: #000;
}

.artical-text p.para{
 font-size: 14px;
 color: #555555;
 margin-bottom: 0px;
 
}

.artical-text h6{
  font-size: 16px;
  font-weight: 700!important;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
}


.artical-text p{
  font-size: 16px;
  
  margin-top: 10px;
  margin-bottom: 0px;
}
.name-date p{
  font-size: 14px;
 color: #555555;
 margin-bottom: 0px;
 margin-top: 5px;
}

#artical-carousel .owl-nav {
  position: absolute;
    top: -70px;
    right: 23px;
}

 .owl-prev { 
width: 35px;
    height: 35px;
    border: 1px solid #e64200!important;
    border-radius: 50%!important;
    position: relative;
    background-color:#e64200!important ;
}

.owl-prev span{
  color: #ffffff;
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: -19px;
    left: 10px;
}

.owl-next {
  width: 35px;
    height: 35px;
    border: 1px solid #e64200!important;
    border-radius: 50%!important;
    position: relative;
    background-color:#e64200!important ;
}

.owl-next span{
  color: #ffffff;
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: -19px;
    left: 10px;
}

.button-more {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.testimonial-sec{
  background-color: #f8f8f8;
}


.testimonial-head h2{
  font-size: 38px;
  font-weight: 700;
  
}

.testimonial-head h2 span{
  color: #e64200;
}

.testimonial-box {
  padding: 15px;
  border-radius: 15px;
  background-color: #f1f4fb;
}
.testimonial-box p{
  color: #000;
}


.name-date-photo{
  display: flex;
  gap: 15px;
  position: relative;
}

.quote{
  position: absolute;
  right: 30px;
  top: 0px;
 
}

.quote img{
  width: 50px!important;
  opacity: 0.7;
}

.user-name h6{
  margin-bottom: 5px;
  color: 000;
}

.user-name p{
  
  color: 000;
}

.user-photo img{
  width: 50px!important;
}

footer{
  background-color: #121111;
}

.footer-para p{
  color: #dedede;
}

.footer-title h5{
  color: #fff;
}

.links-footer ul{
  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
}

.links-footer ul li a{
 
  color: #dedede;
   text-decoration: none;
}

.links-footer ul li{
  padding-bottom: 15px;
}

.links-footer ul li a:hover{
  color: #e64200;
   
}

.footer-copyright p{
  color: #dedede;
}

.footer-copyright p a{
  color: #e64200;
  text-decoration: none;
  font-weight: 500;
} 

.footer-copyright{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 border-top: 1px solid #525252;
}

.social-links-footer a{
  color: #f5f8fc;
  padding: 10px;
  background-color: #6f4a01;
  text-decoration: none;
  
}

.footer-text{
  position: relative;
}

.footer-icons-fixed{
  position: absolute;
  bottom: 40px;
  right: -40px;
 
}

.footer-icons-fixed .christmas-stars {
  position: absolute;
  right: -19px;
  animation: blink 2s infinite ease-in-out;
  top: -37px;
}


.footer-icons-fixed .star-fixed {
  position: absolute;
  left: 38px;
  animation: rotate 6s infinite ease-in-out;
  top: -101px;
}

.service-box a{
 color: #000;
 text-decoration: none;
}

.banner-content {
  padding-top: 80px;
  padding-bottom:40px;
  padding-left: 100px;
}

.banner-inner{
  position: relative;
}

.banner-inner-service{
  position: relative;
}

.banner-content h1{
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}

.banner-content h6 a{
 
  color: #fff;
  text-decoration: none;
}


.banner-content h6{
 
  color: #fff;
 
}

.active-link{
  color: #ffffff!important;
}

.section-service-main{
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-content-inner{
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03), 0px 16px 48px rgba(6, 35, 63, 0.03);
}

.service-details-img img{
  border-radius: 20px;
}

.service-inner-text{
  margin-top: 20px;
}

.service-inner-text h3{
  font-weight: 700;
}

.service-inner-text p{
  font-size: 15px;
}


.features{
  margin-top: 15px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.features ul{
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}

.features ul li{
 font-size: 16px;
 font-weight: 500;
 padding-bottom: 5px;
 }

.features ul li::before{
 content: url(../img/icons/right-arrow.png);
 margin-top: 5px;
 margin-right: 8px;
}

.heading-message h4{
  font-weight: 700;
}

.message-now-form form input{
  border-radius: 0px;
}



.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: hsl(43, 95%, 43%);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(215, 155, 4, 0.2);
}

.categories-area{
 
  padding: 20px;
}

.cate-head h4{
  font-weight: 700;
}

.cate-links ul{
  list-style: none;
  padding-left: 0px;
}
.cate-links ul li{
padding:  5px 10px;
background-color: #fff;
border: 1px solid #e3e3e3;
border-radius: 10px;
margin-bottom: 5px;
font-weight: 500!important;

}

.cate-links ul li a{
  text-decoration: none;
  color: #000;
  font-weight: 500!important;
  display: flex;
justify-content: space-between;
}
.cate-links ul li a:hover{
  color: #de9709;
}
.cate-links ul li a h6{

  font-weight: 400!important;
}

.cate-links ul li a i{
  margin-top: 5px;
}

.contact-num{
  background: url(../img/contact-img.jpg);
}

.contact-num .back{
 background-color: rgba(121, 87, 0, 0.8);
 padding: 40px 20px;
}

.contact-details-icon img{
  display: block;
  margin: auto;
}

.help{
  margin-top: 15px;
}

.help h3{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.help h5{
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.help a{
  text-align: center;

  font-weight: 700;
  color: #feba00;
  text-decoration: none;
}

.help a h5{
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;

}

.social-service{
  background-color: #fff;
  padding: 10px;
}

.social-service{
  display: flex;
  gap: 30px;
}

.social-service a {
  color: #e64200;
  padding: 10px 10px;
  background-color: #e1e1e1;
}

.social-service a:hover {
  color: #ffffff;
  padding: 10px 10px;
  background-color: #e64200;
}

.social-head h5{
  font-size: 22px;
  font-weight: 700;
}

.about-img img{
  display: block;
  margin: auto;
}

.about-content h3{
  color: #e64200;
}

.about-content h5 span{
  color: #d99c00;
}
.about-content h5{
  margin-top: 15px;
}
.about-content h4{
  color: #e64200;
}

.contact-inner-head h2{
  font-weight: 700;
}

.contact-inner-head span{
  color: #e64200;
}

.contact-box-icon span{
  padding: 15px;
  background-color: #ffefeb;
    border-radius: 50%;
}

.contact-inner-boxes{
  display: flex;
  gap: 20px;
}
.contact-box-icon{
  margin-top: 15px;
}


.contact__item-thumb h5 {
  margin-bottom: 0px;
  font-size: 18px;
  color: #e64200;
}


.contact__item-thumb p a{
  margin-bottom: 0px;
  font-size: 1.125rem;
  color: #021738;
  text-decoration: none;
}

.contact-inner-form form button{
  max-width: 250px;
  display: block;
  margin: auto;
}

.contact-inner-form{
  position: relative;
  z-index: 111;
}

.contact-inner-form::before {
  position: absolute;
  content: "";
  top: 6%;
  left: -5%;
  height: 100%;
  width: 100%;
  background: linear-gradient(188.07deg, rgba(237, 242, 248, 0) 31.91%, #ffefeb 98.96%);
  border-radius: 100px;
  transform: rotate(-5deg);
  z-index: -11;
}

/* Initial style for the fixed navbar */
.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  transition: top 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff; /* Adjust as needed */
}

/* Style when scrolled */
.navbar.scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow when scrolled */
  top: 0;
  transition: top 0.3s ease;
}

form .btn{
  max-width: 200px;
  display: block;
  margin: auto;
}

.artical-box a{
  text-decoration: none;
}

.banner-inner{
  /* background-image: url(../img/about-banner.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 30px;
  bottom: 30px;
  background: #ac7b15;
  
}
.banner-inner-service{
  /* background-image: url(../img/service-banner.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top:30px;

  background: #442d01;
}

.artical-box:hover .artical-img img{
 transform: scale(1.1);
 transition-duration: 0.5s;
}

.artical-img{
  overflow: hidden;
}

.team-images img{
  display: block;
  margin: auto;
  border: 2px solid #e64200 ;
}

.team-text p{
  text-align: justify;
  margin-top: 15px;
}

.team-inner{
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
}

.section-team-inner {
  background: #efefef;
  padding-top: 50px;
  padding-bottom: 50px;
}

#content {
 
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#readMore{
  color: #e64200;
  text-decoration: none;
  font-weight: 500;
}


#fixed-social {
  position: fixed;
  top: 130px;
  z-index: 111;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #ae7d19;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
   line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 22222;
}
#fixed-social a:hover>span{
 visibility: visible;
 left: 41px;
 opacity: 1;
} 
#fixed-social a span {
 line-height: 40px;
   left: 60px;
   position: absolute;
   text-align: center;
   width: 120px;
   visibility: hidden;
   transition-duration: 0.5s;
   z-index: 11111;
   opacity: 0;
}
.fixed-facebook{
  background-color: #316FF6;
}
.fixed-facebook span{
 background-color: #316FF6;
}
.fixed-twitter{
 background-color: #1DA1F2;

}
.fixed-twitter span{
  background-color: #1DA1F2;
  
}
.fixed-gplus{
 background-color: #00AF54;

}
.fixed-gplus span{
  background-color: #00AF54;
}
.fixed-linkedin{
 background-color: #0077B5;

}
.fixed-linkedin span{
  background-color: #0077B5;
}
.fixed-instagrem{
 background-color: #E1306C;

}
.fixed-instagrem span{
  background-color: #E1306C;
}
.fixed-tumblr{
 background-color: #FF0000;

}
.fixed-tumblr span{
  background-color: #FF0000;
}
/*end fixed social*/

.item a{
  text-decoration: none!important;
}


/* roadmapcss  */

.roadmap-container {
  float: left;
  width: 100%;
  padding: 50px 0;
  font-family: "Stag Sans Round", sans-serif;
  font-size: 16px;

}
.roadmap-auto {
  max-width: 950px;
  margin: 0 auto;
}
.roadmap-container .roadmap-h2 {
  /* background: url(../template/images/underline-background.png) center bottom no-repeat; */
  /* background-size: 250px 3px; */
  color: #e64200;
  z-index: 1;
  font-family: "Stag Sans Round", sans-serif;
  font-size: 25px;
  /* line-height: 55px; */
  font-weight: 700;
  position: relative;
  /* margin-bottom: 20px; */
  /* padding-bottom: 6px; */
  text-align: center;
}

.roadmap-container .roadmap-timeline {
  padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.roadmap-container .timeline-dot {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border: 2px solid #e64200;
  border-radius: 6px;
  background-color: #e64200;
}
.roadmap-container .timeline-list {
  float: left;
  width: 100%;
  position: relative;
}
.roadmap-container .timeline-list .timeline-list-col {
  float: left;
  width: 50%;
  padding-top: 50px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 3;
}
.roadmap-container .timeline-list .timeline-item-block {
  width: 350px;
  margin-bottom: 50px;
  float: left;
  text-align: left;
}
.roadmap-container .timeline-list .timeline-item-block17q4 {
  margin-top: 50px;
}
.roadmap-container .timeline-list .timeline-item-block18q2 {
  margin-top: 50px;
}
.roadmap-container .timeline-list .timeline-item-block .timeline-item-time {
  position: relative;
  width: 320px;
  min-height: 36px;
  border-bottom: 0 solid #1bacb3;
}
.roadmap-container .timeline-list .timeline-item-block .timeline-item-label {
  float: left;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #222;
}
.roadmap-container .timeline-list .timeline-item-block .timeline-item-content {
  position: relative;
  left: 0;
  width: 280px;
  margin-top: 0;
  margin-right: 40px;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #555;
  font-weight: 400;
  text-transform: none;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
}
.roadmap-container
  .timeline-list
  .timeline-item-block
  .timeline-item-content
  p {
  background: url(../template/images/arrow-dot-gray2.png) 0 2px no-repeat;
  margin-bottom: 10px;
  background-size: 16px 16px;
  padding-left: 24px;
}
.roadmap-container
  .timeline-list
  .timeline-item-block
  .timeline-item-content
  p.no-bullet {
  background: none;
  padding-left: 0;
}
.roadmap-container .timeline-list .timeline-col-right {
  padding-top: 150px;
}
.roadmap-container .timeline-list .timeline-col-right .timeline-item-block {
  float: right;
}
.roadmap-container .timeline-list .timeline-col-right .timeline-item-label {
  float: right;
  text-align: right;
}
.roadmap-container .timeline-list .timeline-col-right .timeline-item-content {
  text-align: left;
  margin-left: 0px;
  margin-right: 0;
}
.roadmap-container .timeline-list .timeline-list-vr {
  width: 0;
  height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  z-index: 2l;
}

.roadmap-container .timeline-list .timeline-item-label-hr {
  float: left;
  width: 475px;
  height: 3px;
  background-color: #555;
  position: relative;
}
.roadmap-container .timeline-list .timeline-item-block .item-dot {
  left: auto;
  right: 0;
  bottom: -3px;
  margin-right: -3px;
  margin-left: 0;
}
.roadmap-container .timeline-list .timeline-col-right .item-dot {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: -5px;
}

.roadmap-container .timeline-list .timeline-col-right .timeline-item-label-hr {
  margin-left: -125px;
}

.roadmap-container .timeline-list .timeline-item-block .timeline-item-label2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 10px 6px 10px;
}
.roadmap-container
  .timeline-list
  .timeline-item-block-green
  .timeline-item-label2 {
  background-color: #e64200;
}
.roadmap-container
  .timeline-list
  .timeline-item-block-green
  .timeline-item-label-hr {
  background-color: #e64200;
}
.roadmap-container .timeline-list .timeline-item-block-green .item-dot {
  background-color: #e64200;
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-green2
  .timeline-item-label2 {
  background-color: #e64200;
}
.roadmap-container
  .timeline-list
  .timeline-item-block-green2
  .timeline-item-label-hr {
  background-color: #e64200;
}
.roadmap-container .timeline-list .timeline-item-block-green2 .item-dot {
  background-color: #e64200;
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-blue
  .timeline-item-label2 {
  background-color: #e64200;
}
.roadmap-container
  .timeline-list
  .timeline-item-block-blue
  .timeline-item-label-hr {
  background-color: #e64200;
}
.roadmap-container .timeline-list .timeline-item-block-blue .item-dot {
  background-color: #e64200;
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-blue2
  .timeline-item-label2 {
  background-color: #e64200;
}
.roadmap-container
  .timeline-list
  .timeline-item-block-blue2
  .timeline-item-label-hr {
  background-color: #e64200;
}
.roadmap-container .timeline-list .timeline-item-block-blue2 .item-dot {
  background-color: #e64200;
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-violet
  .timeline-item-label2 {
  background-color: #e64200;
}
.roadmap-container
  .timeline-list
  .timeline-item-block-violet
  .timeline-item-label-hr {
  background-color: #e64200;
}
.roadmap-container .timeline-list .timeline-item-block-violet .item-dot {
  background-color: #e64200;
  border-color: #fff;
}

.roadmap-container .timeline-list .timeline-item-block-mobile {
  display: none;
}

@media screen and (max-width: 950px) {
  .roadmap-container {
    padding: 22px 0;
  }
  .spacer-block {
    margin-bottom: 0;
  }
  .roadmap-container .roadmap-h2 {
    font-size: 25px;
    line-height: 30px;
    background-size: 150px 3px;
  }
  .roadmap-container .timeline-list .timeline-list-vr {
    left: 20px;
  }
  .roadmap-container .timeline-dot {
    left: 20px;
  }
  .roadmap-container .roadmap-timeline {
    padding-top: 0;
  }
  .roadmap-container .timeline-list .timeline-list-col {
    float: none;
    width: auto;
    margin-left: 25px;
    padding-left: 25px;
    margin-right: 25px;
  }
  .roadmap-container .timeline-list .timeline-item-block-mobile {
    display: block;
  }
  .roadmap-container .timeline-list .timeline-item-block .timeline-item-time {
    width: auto;
  }
  .roadmap-container .timeline-list .timeline-item-label-hr {
    float: none;
    width: auto;
    margin-left: -30px;
  }
  .roadmap-container .timeline-list .timeline-item-block .timeline-item-label {
    float: none;
  }
  .roadmap-container .timeline-list .timeline-item-block .item-dot {
    left: 0;
    right: auto;
    margin-left: -3px;
    margin-right: 0;
  }
  .roadmap-container .timeline-list .timeline-item-block .timeline-item-label2 {
    width: auto;
  }
  .roadmap-container
    .timeline-list
    .timeline-item-block
    .timeline-item-content {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .roadmap-container .timeline-list .timeline-col-right {
    display: none;
  }
  .roadmap-container .timeline-list .timeline-item-block {
    float: none;
    width: auto;
  }
}

/* roadmapp css  */


#mission {
  padding: 20px;
 
  border-radius: 30px;
  border: 1px solid #fff;

}

#mission h3{
  color: #ffc32a;
}

#mission p{
  font-size: 16px;
  color: #fff;
}

#Strategy{
  background-color: #f5f8fc;
}


.vision-sec{
  background-image: url(../img/mission-bg.jpg);
  background-position: center;
  background-size: cover;
}

.partners-heading h3{
  font-size: 35px;
  font-weight: 700;
  color: #e64200;
}

td,th{
  border-bottom: 0px;
}

td a{
 padding: 10px;
 box-shadow: 0px 0px 2px 2px #dfdfdf;
 display: block;

 justify-content: center;
 max-width: 200px;
 text-align: center;
 color: #e64200;
 font-weight: 500;
}

tr{
  border: 1px solid #dfdfdf;
}

th.col{
  padding-top: 20px;
}

@media screen and (max-width:450px) {
  td a img{
    display: block;
    margin: auto;
  }
}

.more-blogs a{
  color: #000;
  text-decoration: none;
}

.blog-small-img img{
  border-radius: 5px;
}

.blog-small-text p{
  color: #6f4a01;
}

.more-blogs{
  padding: 15px 10px;
  background-color: #fefefe;
}

.service-details-img{
  overflow: hidden;
  border-radius: 20px;

}


.service-details-img img:hover{
 transform: scale(1.1);
 transition-duration: 0.5s;
}



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


  .dropdown-item{
    text-wrap: wrap;
  }
  

  .dropdown-menu li{
    background-color: #f8f8f8;
    margin-bottom: 10px;
  }
}

.man-team h3{
  font-weight: 700;
  color: #6f4a01;
}

.shareholder-box p{
  margin-bottom: 0px;
}
.shareholder-box p a{
  color: #333;
  font-weight: 500;
  
}
.shareholder-box p a img{
  margin-right: 10px;
}

.shareholder-box{
  padding: 5px;
  background-color: #e8e8e8;
  margin-top: 20px;
}

.shareholder-patter-head h5{
  font-weight: 700;
  font-size: 20px;
}

.annual-general-box .row{
  align-items: center;
  border: 1px solid #b1b1b1;
  padding: 5px 0px;
  
}

.annual-box h6{
  margin-bottom: 0px;

}

.annual-box{
  background-color: #e8e8e8;
  padding: 5px 5px;
 }

 .investor-box{
  background-color: #e8e8e8;
  padding-bottom: 10px;
 }

 .company-name {
  padding: 5px 10px;
  color: #fff;
  background-color: #e64200;
 }

 .company-name h5{
  margin-bottom: 0px;
  
 }

 

 .contact-icon span{
  padding: 10px;
  background-color: #e64200;

 }
 

 .contact-text a{
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
 }

 .contact-list-box{
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 20px;
 }


 .categories-area{
  position: sticky;
  top: 100px;
 }

 #desktop-part{
  display: none;
}

.links-footer li a span{
  margin-right: 5px;
  font-size: 20px;
  color: #e64200;
}

.whatsapp-float{
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 30px;
  z-index: 9900;
  }
  .whatsapp-float img{
  width: 45px;
  height: 45px;
  margin-left: 1px;
  margin-top: -15px;
  }
  .call-icon-fixed{
      position: fixed;
      bottom: 40px;
      left: 20px;
      z-index: 999;
  }