
@import url("https://db.onlinewebfonts.com/c/d4857d6b90bd64250d16f4e89165bbd4?family=Boton+Medium");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
html{
  scroll-behavior: smooth !important;
}
:root {
  --main-font2:"Boton";
  --main-font:"Lato", sans-serif;
  --sec-font:"Poppins", sans-serif;
}
/* body { padding-top: 70px; } */
body{
  scroll-behavior: smooth;

}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.swiper {
  height: 450px;
  width: 95%;
  margin: auto;
}
.menu a{
  color: #fff !important;
  text-decoration: none ;
}
.card {
  box-shadow: none !important;
}
.container {
  margin: 0;
  padding: 0;
}
.header-section{
  width: 85% !important;
}
.header-top {
  /* border: 2px solid #ea8b2a; */
  padding-top: 10px;
  height: auto;
  width: auto;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 320px;
  height: auto;
  display: inline-block;
 
}
.site-title {
  /* font-family: 'Montserrat', sans-serif; */

  font-weight: 500;
  padding-top: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px; /* Adjust as needed */
  margin-left: 5px; /* Adjust spacing between logo and text */
}
.site-title h2 {
  color: #0f5da5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.spacing {
  padding: 10px;
  border-left: 12px solid #0000;
}
.icons {
  padding: 15px;
  border-right: 1px solid #aeaeae;
  color: #ea8b2a;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.icons:hover{
  color: #2069AB;
}
.last:hover{
  /* transition: ; */
  color: #2069AB ;
}

.last{
  padding: 10px;
  color: #ea8b2a;
  font-size: 25px;
}
/* sliderr-1 */
.banner-slider {
  position: relative;
}
.header-bottom {
  /* height: 20px; */
   width: 80% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0%);
  justify-content: center;
  background-color: #ea8b2a !important;
  z-index: 2;
}

.navbar-nav .nav-item:hover .nav-link{
  color: #fff !important;
  font-weight: bold;
}
.nav-link.active{
  color: #fff !important;
  font-weight: bold;
}
.slider {
  z-index: 1;
}
.slider-screen {
  /* border: 1px solid black; */
  height: 800px !important;
}
.header-bottom li  {
  font-size: 15px;
  color: #fff !important;
}
.profile-btn {
  float: left;
}
.slider-banner {
  position: relative;
}
.Slider-1-caption {
  justify-content: end;
  position: absolute;
  top: 40%;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 7.25rem;
  padding-left: 30%;
  padding-bottom: 1.25rem;

  color: #fff;
  text-align: center;
}
.Slider-1-caption h5 {
  font-weight: 500;
  font-family: "Boton Medium";
  padding: 2px;
  font-size: 30px;
  color: #ffffff;
}
.Slider-1-caption .btn {
  margin-left: 10%;
  align-items: end;
  color: #fff;
  background-color: #ea8b2a;
}
.carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="orange" class="bi bi-arrow-left-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5"/></svg>') !important;
  /* background-color: #fff; */
  color: #ea8b2a !important;
}
.carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="orange" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/></svg>') !important;
  /* background-color: #fff; */
  color: #ea8b2a !important;
}
.icons-section {
  padding-top: 25px;
  margin-left: 0;
}

.icons-section a,
.icons-section a:hover,
.icons-section a:focus {
  text-decoration: none;
}

.About-us h2 {
  font-weight: bold;
  font-family: var(--main-font);
}
.About-us .btn {
  padding: 10px 5px;
  width: 150px;
  border: none;
  /* border-radius: 5; */
  background-color: #ea8b2a;
}
.about-ul li::marker {
  color: #ea8b2a !important;
}
.footer{
  width: 80% !important;
}
.footer-section {
  /* width: 100%; */
  /* height: 300px; */
  background-color: #ea8b2a;
}
.nav-content {
  padding-left: 0 !important;
  font-size: 15px;
  color: #fff;
}
.nav-content1 {
  padding-left: 0 !important;
  font-size: 15px;
  color: #fff;
}
.nav-head {
  font-size: 20px;
}
.list-group-item a,
.list-inline-item a{
  text-decoration: none;
  color: #fff !important;
}
.list-group-item{
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.list-inline-item,
.nav-link {
  padding-left: 0 !important;
  color: #fff !important;
}
.Slider-1 {
  height: 550px;
  border: 1px solid b;
}
.Abt-Slider-1{
  height: 300px;
}

.About-bg-1 {
  background-image: url("./images/ab-us-banner copy.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg0 {
  background-image: url("./images/initialSlide.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg1 {
  background-image: url("./images/dreamit.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg2 {
  background-image: url("./images/sweetHome.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg3 {
  background-image: url("./images/happyRetirement.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg4 {
  background-image: url("./images/wedding.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg5 {
  background-image: url("./images/babyFurure.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg6 {
  background-image: url("./images/firstCar.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.About {
  margin: auto;
  margin-bottom: 40px;
  width: 80% !important;
  justify-content: center;
}
.about-img {
  height: auto !important;
  padding-left: 10px;
  /* text-align: right; */
}
.Latest-update{
  width: 80% !important;
  margin: auto;
 
}
.faqs-section{
  background: #F9F9F9;
}
.accordion-button{ background: #F9F9F9 !important;}
.faqs{
  padding: 30px 0px;
  /* margin: 30px 0px; */
  width: 80% !important;
  font-family: var(--main-font);
}
.faqs h2{
  /* font-family: var(--main-font); */
 color: #2069AB; ;
 font-family: var(--main-font);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E") !important;
   color: #ffff !important;
}
.accordion-button:not(.collapsed)::after {
  color: #ffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
}
.Latest-update h2 {
  text-align: center;
  padding: 25px;
  color: #ea8b2a;
  font-weight: 700;
  font-family: var(--main-font);
}
.latest-content {
  margin: 10px;
  width: calc(25% - 20px) !important;
  padding: 0 !important;
  border: 1px solid #f2f3f5b7 !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: var(--main-font) !important;
}
.latest-content a{
  text-decoration: none;
}
.latest-content:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transform: scale(1.05,1.05);

}
.latest-caption p{
  font-size: 16px;
  line-height: 19px;
}
.latest-caption {
  padding: 20px;
  color: #ea8b2a;
}
.latest-caption a{
	text-decoration: none;
	color: #ea8b2a;
}

.latest-caption .date {
  padding-right: 1px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #808080;
  /* border-right: 1px solid black; */
}
.latest-caption .admin-span {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.term-span {
  text-align: right !important;
}
.testimonial-section {
  height: 300px;
  width: auto;
  background-image: url("./images/testimo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-section h2 {
  padding-top: 10px;
  text-align: center;
  color: #ea8b2a;
  text-transform: capitalize !important;
  font-weight: 800;
}
.reviews {
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.testimonial {
  color: #ffff;
}
.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  text-transform: capitalize;
  z-index: 999;
}
.white-heading {
  color: #ffffff;
}
.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  /* background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png); */
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
.numeric-data::after{
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  /* background: url("../assets/images/testimo.jpg"); */
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.Achievement {
  min-height: 100px;
  /* height: 400px; */
  position: relative;
  background: url("../assets/images/grey.jpg");
  background-color: #808080;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
}
.numeric-data {
  min-height: 100px;
  /* height: 400px; */
  position: relative;
  background: url("../assets/images/StatBg.jpg");
  background-color: #808080;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
}
.numeric-data-container{
  padding: 20px 10px !important;
  height: auto;
  margin: auto;
  width: 80% !important;
  /* border: 2px solid #ea8b2a; */
}
.vision-mission-section {
  min-height: 100px;
  /* height: 400px; */
  position: relative;
  background: url("../assets/images/vision-mission-background.jpg");
  /* background-color: #808080; */
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
}
.vision-mission{
  padding: 50px 0px;
  height: auto;
  margin: auto;
  padding: 20px 10px !important;
  width: 80% !important;
}
.vision-mission h2{
  font-family: var(--main-font);
  padding-bottom: 10px;
  font-weight: 700;
  color: #ea8b2a;
}
.vision-mission p{
  font-family: var(--main-font);
  color: #ffffff;
  padding-bottom: 10px;
}
.counter-section i { display:block; margin:0 0 10px}
.counter-section span.counter { font-size:40px; color:#ffff; font-weight: 700; line-height:60px; display:inline-block; font-family: var(--main-font); letter-spacing: 2px}
.counter-title{ font-size:20px; font-weight: 800; letter-spacing:1px; text-transform: capitalize ;color:#ea8b2a; font-family: var(--main-font);display: block;}
.counter-icon {top:25px; position:relative}
.counter-style2 .counter-title {letter-spacing: 0.55px; float: left;}
.counter-style2 span.counter {letter-spacing: 0.55px; float: left; margin-right: 10px;}
.counter-style2 i {float: right; line-height: 26px; margin: 0 10px 0 0}
.counter-subheadline span {float: right;}  
.counter-txt{
  font-size: 40px; color: #fff;font-family: var(--main-font);font-weight: bolder;text-transform: capitalize;
}

.medium-icon {
  color: #ea8b2a;
    font-size: 40px !important;
    margin-bottom: 15px !important;
} 

/*---------------- Moneykebol--------------------  */
.moneybol:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  /* background: url("../assets/images/testimo.jpg"); */
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.moneybol {
  min-height: 100px;
  /* height: 500px; */
  position: relative;
  background: url("../assets/images/Anubhav-ke-moneyBol-Bg.jpg");
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
}
.moneybol-inner{
  padding-bottom: 2rem;
  width: 80% !important;
  
}
.moneybol-left{
  width: 70%;
  padding: 20px;
}
.moneybol-left .btn{
  padding: 10px 5px;
  width: 150px;
  border: none;
  border-radius: 5px;
  color: #ffff;
  background-color: #ea8b2a;
}
.moneybol-left .btn:hover{
  
  background-color: #343A40;
  color: #fff;
}
.moneybol-right{
 
  padding-top: 3.8rem;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container{
  height: 300px;
  width: auto;
  border: 2px solid #ea8b2a !important;
}
.moneybol-left h2{
  text-align: justify;
  font-size: 20px;
  padding: 20px 0px 10px 0px !important;
  color: #ea8b2a;
  font-weight: 600;
  font-family: var(--main-font);
}
.moneybol-left p{
  text-align: left;
  font-size: 14px;
  color: #808080;
  font-family: var(--main-font);
}
.moneybol-left ul li{
  font-family: var(--main-font) !important; 
  font-weight: 500;
}
.moneybol-img{
  width: 300px;
}
.progress-title{
  font-size: 14px;
  font-weight: 700;
  color: #000;
  /* margin: 0 0 10px; */
}
.progress{
  height: 12px !important;
  background: #f8f8f8;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  overflow: visible;
  position: relative;
}
.progress .progress-bar{
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  animation: animate-positive 2s;
}
.progress .progress-bar:after{
  content: "";
  width: 10px;
  height: 10px;
  background: #23e454;
  border: 6px double #fff;
  outline: 2px solid #23e454;
  position: absolute;
  top: -6px;
  right: 0;
}
.progress.red .progress-bar:after{
  background: #f80a0a;
  outline: 2px solid #f80a0a;
}
.progress.yellow .progress-bar:after{
  background: #f9d700;
  outline: 2px solid #f9d700;
}
.progress.blue .progress-bar:after{
  background: #0698ff;
  outline: 2px solid #0698ff;
}
@-webkit-keyframes animate-positive{
  0% { width: 0; }
}
@keyframes animate-positive{
  0% { width: 0; }
}
/* ----------------------------------------------- */

/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  /* background: url("../assets/images/testimo.jpg"); */
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 100px;
  /* height: 400px; */
  position: relative;
  background: url("../assets/images/testimonilBg.jpg");
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
}
.testimonial-slider{
  width: 80% !important;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
 
  width: 70px;
  height: 70px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  border: 2px solid orange;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  text-align: center;
  letter-spacing: 0.1rem !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 1rem;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
.white {
  background: none;
  color: #ffffff !important;
}

/* tax planning */
.iconHolder{
	float: left;
	width:50px;
	height:50px;
  margin-right: 10px;
}
.iconHolderRight{
	float: right;
	width:50px;
	height:50px;
  margin-left: 10px;	
}
.iconHolderRight img{
  height: 100%;
	width: auto;
}
.tab-pane p{
  text-align: justify;
}
.iconHolder img{
	height: 100%;
	width: auto;
}
.iconHolderTxt{
  line-height: 50px;
	text-align:left;
  /* justify-content: end; */
	font-size: 1.1em;
	float: left;
  /* margin: auto 16px; */
  word-wrap: break-word;
  transition:100ms all ease-in-out;
}
.iconHolderTxtRt{
  line-height:50px;
	text-align: right;
  /* justify-content: end;/ */
	font-size: 1.1em;
  float: right;
  transition: 100ms all ease-in-out;
}
.iconHolderTxt:hover{
 
	 color: #ea8b2a;
}
.tab-heading{
  
  color: #ea8b2a;
}
.orange-txt{
  color: #ea8b2a ;
  font-size: 15px;
}
.Responsive-nav-tab .carousel-control-prev-icon,
.Responsive-nav-tab .carousel-control-next-icon{
  background-color: #0698ff;
  position: absolute;
  bottom: -40px;
  justify-content: none !important;
}
.orange{
  background: #ea8b2a !important
}

.orange-btn{
  width: max-content !important;
  color: #fff !important ;
  background: #ea8b2a !important
  
}
.orange-btn:hover{
  background-color: #343A40 !important;
  color: #fff;
}
.list-group-item{
  letter-spacing: 0.1px;
  
  font-size: 15px;
  margin: 5px !important;
}
.list-group-item .bi{
  font-size: 25px;
  padding: 5px 10px 5px 0px;
  color: #ea8b2a;
}
.list-group-item .lft{
  padding: 5px 0px 5px 10px !important;
}
.tax-plan{
  /* border: 2px solid #000; */
}
.tax-planning-container{
  background-color: #ffff !important;
  z-index: 1;
 position: relative;
 top: -30px;
  
  padding-left: 0!important;
  padding-right: 0!important;
  border-top: 5px solid #ea8b2a;
  width: 85% !important;
  
}

.list-group-item.selected {
  color: orange;
  font-weight: bold;
}
.list-group-item:hover .iconHolderTxt{
  cursor: pointer;
  margin-left: 20px !important;
  font-weight: 500;
}
.list-group-item:hover .iconHolderTxtRt {
  cursor: pointer;
  /* z-index: 2; */
  color: orange;
  margin-right: 20px !important;
  font-weight: 500;
  /* background-color: var(--bs-list-group-active-bg); */
  /* border-color: var(--bs-list-group-active-border-color); */
}

/* about-us company-info section */
.Company-team-content,
.Teams-container
.Contact-Us-sec,
.Company-info-content{
  width: 80% !important;
  font-family: var(--main-font);
}
.info{
  text-align: center;
}
.info h2{
  text-align: center;
  color: #000 !important;
  font-weight: 700;
  font-size: 20px !important;
  font-family: var(--main-font);
 
}

/* about-us company-info section  end*/
.nav-pills-custom .nav-link{
  color: #000!important;
}
.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.tab {
  background: linear-gradient(to right bottom, #ff8c35 50%, #fa8231 50%);
  font-family: var(--main-font);
  padding: 15px;
  border-radius: 15px;
}
.tab .nav-tabs {
  margin: 0;
  border: none;
}
.tab .nav-tabs li a {
  color: #fff;
  background: transparent;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 25px 10px;
  margin: 0 10px 13px 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover {
  color: #fa8231;
  background: transparent;
  border: none;
}
.tab .nav-tabs li a:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  filter: blur(5px);
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
  border-radius: 10px;
  opacity: 1;
  filter: blur(0);
}
.tab .tab-content {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.25);
  position: relative;
}
/*  */
.Responsive-nav-tab{
  display: none;
}
.my-float{
	margin:8px;
  padding: 5px 0px;
}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50%;
	text-align:center;
  font-size:28px;

	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.about-img svg{
  text-align: center;
  height: 500px;
  width: 100% ;
  font-family: var(--sec-font) ;
  cursor: pointer;
}
#rotate{
  position: absolute;
  animation: updown 2s linear infinite; 
  transform-origin: 50% 50%;
  transform-box:fill-box ;
  /* animation-fill-mode: forwards; */
  /* transform-box: fill-box; */
} 
@keyframes updown{
 from {
  
    transform:  rotate(0deg) ;
  }
  to {
    transform:  rotate(360deg) ;
    
  }
}
svg:hover #rotate {
  animation-play-state: paused;
}
.copy-write{
  width: 80% !important;
  color: #ffffff;
}
.copy-write a{
	text-decoration: none;
	color: #fff;
}
.bi-bar-chart-line-fill{
  color: #ea8b2a;
  font-size: 50px;
}


/* About-us section */
.Abt-heading{
  color: rgb(36,101,168);
  font-weight: 700;
  font-family: var(--main-font);
}
.Abt-heading span{
  font-size: 15px ;
}
.grey{
  color: #777777;
}

.team-section{
  width: 80% !important;
}
.team-member:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.Achievement-section{
  position: relative;
  width: 70% !important;
}
.footer-logo{
  width: 70%;
}
.responsive-accordian .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E") !important;
   color: blue !important;
}
.responsive-accordian .accordion-button:not(.collapsed)::after {
  color: #ffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
}
.responsive-accordian{display: none; padding-left: 0px;
  padding-right: 0px;}
.responsive-accordian .accordion-button{
  color: #fff !important;
  border: none !important;
  background-color: #ea8b2a !important;
}
.responsive-accordian .accordion-item{
  background-color: none !important;
}
.responsive-accordian .accordion-button:focus{
  box-shadow: none !important;
}

/* .nav-link:is(:link,:active,:visited).active{
  color:  #000 ;
  border: 2px solid #000;
} */
/* Responsive screens  */
/* Extra Small Devices (Phones) */



/* Contact us */
.Contact-Us h2{
  /* font-family: "Boton Medium"; */
  font-weight:600;
  padding: 15px 0px;
  color: rgb(36,101,168);
  font-family: var(--main-font);
  font-size: 25px;
}

.toast{
  background:#ea8b2a !important ;
  color: #fff !important;
  font-family: var(--main-font) !important;
}
.btn.submit{
  background:#ea8b2a !important ;
  color: #fff;
  padding: 10px 35px;
}
/* Our team */
.company-info h2{
  color: rgb(36,101,168) ;
  font-family: var(--main-font);
}
/* Our team2 */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  /* min-width: 0; */
  /* word-wrap: break-word; */
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid orange ;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  transition: 0.2s all ease-in-out;

}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1.6px solid transparent;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0);
  transition: 0.2s all ease-in-out;
  pointer-events: none; /* Ensure the overlay doesn't interfere with the content */
}
.Co-workers{
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  margin: 10px;
  width: calc(33.3333% - 20px) !important;
  height: 320px;
  /* position: relative; */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;

}
.Mentor {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  margin: 10px;
  width: calc(33.333% - 20px) !important;
  height: 320px;
  /* position: relative; */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;

  /* padding-bottom: 1px; */
}

.res-div,
.Mentors-div {
  background: rgba(74, 78, 204, 0.1);
  box-sizing: border-box !important;
  width: max-content;
  /* max-width: 190px auto; */
  border-radius: 50px !important;
  border-style: solid;
  border-color: #4a4ecc !important;
  border-width: 0.5px;
  padding: 4px 15px 4px 15px;
  display: flex;
  flex-direction: row;
  /* gap:10px; */
  color: #2f2924;
  align-items: left;
  justify-content: left;
  text-align: left;
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 500;
}

.mentor-img {
  /* position: absolute; */
  width: 100%;
}

.Mentor-name {
  color: orange;
  text-align: left;
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.Co-workers .M-img,
.Mentor .M-img {
  position: relative;
  height: 330px;
  width: 100%;
  overflow: hidden;
  transition: 100s all ease-in-out;
}
.M-img img{
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  object-position: center top;
}
.card:hover .M-img img{
  transform: scale(1.07);

  overflow: hidden;
}
.card-img-overlay {
  text-align: center;
  /* margin-bottom: auto; */
  margin-top: auto !important;
  /* margin-right:auto ; */
  margin-left: auto !important;
  height: min-content;
  width: 65px;
  margin-bottom: 5px;
  background-color: #8b8b8b;
  background: rgba(4, 22, 57, 0.6);
  border-radius: 16px 16px 0px 16px !important;
  cursor: pointer;
  padding: 0px 10px !important;
}
@media screen and (min-width: 1200px) and (max-width: 1385px) {
  .card-img-overlay {
    margin-bottom:10px !important;
  }
}
.card-img {
  border-radius: 0px !important;
}
.menu {
  /* position: absolute; */
  color: #e6e4e9;
  margin-left: 10px;
}

.M-desig {
  box-sizing: border-box !important;
  color: #000000;
  text-align: left;
  font-family: var(--main-font);
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  /* padding-bottom: 5px; */
}

.Mentors-content {
  position: relative;
  text-align: left !important;
  padding: 15px 16px !important;
  width: max-content;
}
.Mentors-content p{
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 400;
}
.Mentors-content h3{
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 500;
}
.Achievements-slider{
  padding: 5rem 0px !important;
  background-color: #fff;
}
.Achievements-slider .heading-sec h2{
  font-size: 40px;
  font-family: var(--main-font) !important;
  font-weight: 500;
  color: #000;

}
.Achievements-sec .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="orange" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/></svg>') !important;
  /* background-color: #fff; */
  color: #ea8b2a !important;
}
.Achievements-sec .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="orange" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>')!important;
  /* background-color: #fff; */
  color: #ea8b2a !important;
 
}
.Achievements-sec .carousel-control-prev-icon,
.Achievements-sec .carousel-control-next-icon {
  width: 60px !important;
  height: 60px !important;
}
.Achievements-slider 
.card.Award-card{
  background-color: transparent !important;
  width: 70% !important;
  /* border: 2px solid red !important; */
}
.Award-card .img-holder {
  height: 250px;
  width: auto;
  margin: 20px auto;
}
.Award-card .img-holder img{
  height: 100%;
  width: auto;
}
.Award-card p{
  font-family: var(--main-font);
  font-size: 25px;
  font-weight: 400;
  margin: 20px;
  color: #000;
}
.videoContainer{
  height: 400px;
  width: auto;
}
.divs{
  height: 100px;
  width: 10px;
  border-left: 5px solid gray;
  border-left-style:dashed ;
}
.border-up{
  /* padding: 90p 0px; */
  /* border-top: 5px solid orange; */
  /* border-top-style:dashed ; */
}
@media only screen and (max-width: 575px) {
 
  .Achievements-slider .card.Award-card{
    width: 90% !important;
  }
  .vision-mission-section {
    filter: grayscale(40%);
    background-position: left;

  }
  /* CSS styles for phones */
  .Company-team-content{
    width: 100% !important;
  }
  .Mentor {
    margin: 10px auto !important;
    width: calc(100% - 20px) !important;
  }
  .Co-workers{
    margin: 10px auto !important;
    width: calc(100% - 20px) !important;
  }
  .header-section{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-bottom{
    padding: 5px 0px;
    width: 100% !important;
  }
  .Slider-1-caption {
    right: 5%;
  }
  .Slider-1-caption h5 {
    font-weight: 500;
    font-family: "Boton Medium";
    top: 0;
    padding-left: 10%;
    font-size: 15px;
  }
  .Slider-1 {
    height: 400px;
    border: 1px solid b;
  }
  .Slider-1-caption .btn {
    width: auto;
    display: none !important;

  }
  .btn {
    width: 80%;
  }
  .responsive-accordian{display: block;padding: 0 !important;}
  .footer-in {
    padding-left: none !important;
    padding-right: none !important;
    /* padding-top: 20px !important; */
    /* text-align: center; */
    /* padding: 5px; */
  }
  .nav-content {
    /* margin-top: 5px; */
    padding-top: 5px;
    border-bottom: 1px solid #ffff;
  }
  .responsive {
    margin: 10px;
  }
  .bg2 .bg1 {
    background-size: contain; /* or any other suitable style for smaller screens */
  }
  .about-img {
      margin: 0px 30px;
    /* justify-content: center; */
    /* text-align: center ; */
  }
  .img-box{
    justify-content: left;
  }
  .logo {
    margin: auto;
    padding: 8px 0;
    width: 100% !important;
  }
  .icons-section {
    display: none !important;
  }
  .member-login{
    color: #ffff !important;
  }
  /* latest update */

  .latest-content {
    margin: 20px;
    width: calc(100% - 40px) !important;
  }
  .latest-caption {
    padding: 15px;
  }
  /*  */
  .testimonial-slider {
    width: 100% !important;
}
  .testimonial4_slide {
    width: 90% !important;
    padding: 5px;
  }
  .testimonial4_slide p {
   
    font-size: 15px;
    margin: 20px  20px;
  }
  .nav-link {
    padding-left: 10px !important;
    /* color: #000 !important; */
  }
  .nav-link.active {
    background-color: orange !important;
    color: white; /* Optional: Change text color for better visibility */
  }
  .tab-pane {
    border: 2px solid #ea8b2a;
    padding: 10px
  }
  .Responsive-nav-tab{
    padding: 20px 0px ;
    display: block;
  }
  .nav-content{
    display: none;
  }
  .tax-planning-container{
    display: none !important;
  }
  .moneybol-right{
    padding-top: 2rem;
 
    width: 100% !important;
  }
  .Nav-2{
    padding: 10px 0px;
  }
  .copy-write{
    padding: 20px 20px;
    text-align: center;
  }
} 
.icons-box a{
  text-decoration: none;
  color: #fff ;
} 
.social-icon{
  
}
/* Small Devices (Tablets) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Achievements-slider .card.Award-card{
    width: 90% !important;
  }
  .vision-mission-section {
    filter: grayscale(40%);
    background-position: left;

  }
  .Company-team-content{
    width: 100% !important;
  }
  .Mentor {
    margin: 10px auto !important;
    width: calc(100% - 20px) !important;
  }
  .Co-workers{
    margin: 10px auto !important;
    width: calc(50% - 20px) !important;
  }
  /* CSS styles for tablets */
  .icons-section {
    display: none !important;
  }
  .header-section{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Slider-1-caption h5 {
    font-weight: 500;
    font-family: "Boton Medium";
    top: 10%;
    padding-left: 30%;
    font-size: 20px;
  }
  .about-img{
    text-align: center;
  } 
  .latest-content {
    margin: 10px;
    width: calc(50% - 20px) !important;
  }
  .nav-link {
    padding: 5px !important;
    /* color: #000 !important; */
  }
  .nav-link.active {
    background-color: orange !important;
    color: white; /* Optional: Change text color for better visibility */
  }
  .tab-pane {
    border: 2px solid #ea8b2a;
    padding: 10px
  }
  .Responsive-nav-tab{
    padding: 20px 15px ;
    display: block !important;
  }
  .nav-content{
    display: none;
  }
  .responsive-accordian{display: block;}
  .tax-planning-container{
    display: none;
  }
  .header-bottom{
    padding: 5px 0px;
    width: 100% !important;
  }
  .list-group-item {
    letter-spacing: 0.2px;
    font-size: 10px;}
  .footer-section {
      margin-bottom: 5px;
      padding: 10px 0px;
  }
  .Nav-2{
    border-top: 1px solid #ffffff ;
    padding: 20px 0px;
  }
  .copy-write{
    border-top: 1px solid #ffffff ;
    padding: 20px 0px;
    text-align: center;
  }
}
/* Medium Devices (Laptops) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .About-us{
    
  }
  .latest-content {
    margin: 10px;
    width: calc(50% - 20px) !important;
  }
  
  .Company-team-content{
    width: 100% !important;
  }
  .Mentor {
    margin: 10px auto !important;
    width: calc(50% - 20px) !important;
  }
  .Co-workers{
    margin: 10px auto !important;
    width: calc(50% - 20px) !important;
  }
  .responsive-accordian{display: block;}
  .tax-planning-container{
    display: none;
  }
  .header-section{
      padding:20px 0px 20px 0px !important;
  }
  .icons {
    padding: 5px;
    text-align: left;
  }
  .Slider-1-caption h5 {
    font-weight: 500;
    font-family: "Boton Medium";
    top: 20%;
    padding-left: 50%;
    font-size: 20px;
  }
  .Slider-1-caption .btn {
    display: none !important;
    margin-left: 40%;
  }
  .latest-caption {
    padding: 10px;
  }
  .list-group-item {
    letter-spacing: 0.1px;
    font-size: 10px;}
    .footer-section {
      margin-bottom: 5px;
      padding: 30px 0px;
  }
  .nav-li{
    margin-right: 5px;
    flex-wrap:wrap;
  }
  .copy-write{
    padding: 25px 0px;
  }
  /* CSS styles for laptops */
}

/* Large Devices (Desktops) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .Company-team-content{
    width: 100% !important;
  }
  .Mentor {
    margin: 10px auto !important;
    width: calc(33.3333% - 20px) !important;
  }
  .Co-workers{
    margin: 10px auto !important;
    width: calc(33.333% - 20px) !important;
  }

  /* CSS styles for desktops */
  .moneybol-right{
    padding-top: 3rem !important;
  }
  .navbar-nav .nav-item .dropdown-menu{ display: none; }
	.navbar-nav .nav-item:hover .nav-link{ color: #0000 !important  }
 
	.navbar-nav .nav-item:hover .dropdown-menu{ display: block; }
	/* .navbar-nav .nav-item .dropdown-menu{ margin-top:0; } */
}
@media screen and (min-width: 1900px) {
  .container {
    width: 100% !important;
  }
}
