*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	/* color: #777777; */
	background-color:#FFF7F1;
	-webkit-font-smoothing: antialiased;
}
.ast_toppadder70{
	padding-top:70px;
}

.ast_toppadder50{
	padding-top:50px;
}

/* .navbar-toggler .navbar-toggler-icon{
  color: #000000;
} */
.nav-link{
  color:#ff6f00;
}
.navbar-nav{

  font-family: "Open Sans", sans-serif;
  font-size: large;
  
}
.nav-item a{
  color:#ff6f00;
}

.dropdown-menu .dropdown-item:hover{
  column-gap: #ff6f00;
}
.navbar-toggler{
  background-color: #000000;
}

.top-bar {
  background-color: #ff6f00;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

.top-bar .contact-info {
  text-align: left;
}

.top-bar .contact-info span {
  margin-right: 20px;
}


.top-nav{
  background-color: #ffffff;
  color: #ff6f00;
}


.icon-link{
  padding: 0px 10px;
  text-decoration: none;

}

@media screen and (max-width: 400px){
  .icon-link{
    padding: 0px 2px;}
}

.icon-link i{
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .navbar1 a:not(:first-child) {
      display: none;
  }

  .navbar1 a.icon {
      float: right;
      display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar1.responsive {
      position: relative;
  }

.navbar1.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
  }

  .navbar1.responsive a {
      float: none;
      display: block;
      text-align: left;
  }
}

@media only screen and (max-width: 800px) {
  .find-path {
      display: none;
  }
}

@media only screen and (max-width: 800px) {
  .desk-img{
     display: none;
  }
}



/*---------- Slider Css Start -------*/
.ast_slider_wrapper{ 
    /* padding-top: 30px; */
    float: left;
    width: 100%;
    position: relative;
	  z-index:1;
    /* background-color: rgba(0, 0, 0, 0.8);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

.anu {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.responsive-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without distortion */
  z-index: -1; /* Sends the image to the back */
}

.desktop {
  display: block;
}

.mobile {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 600px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    object-fit: contain; /* Ensures the whole image fits on smaller screens */
  }
}

.ast_banner_text {
  position: relative;
  z-index: 1; /* Keeps the text on top */
}


.ast_slider_wrapper .ast_img_overlay {
    z-index: -1;
}
.ast_banner_text{
	float:left;
	width:100%;
  bottom: 50px;
	color:#ff6f00;
	position:relative;
  overflow: hidden;
	padding:250px 0px;
}
.ast_bannertext_wrapper{
	float:left;
	width:100%;
  position: absolute;
  top: 50px;
  left: 10px;
}
.ast_bannertext_wrapper h1{
  font-family: 'Philosopher', sans-serif;
	float:left;
	width:100%;
	text-transform:capitalize;
	/* margin:50px 0px 0px 0px; */
  font-size: 50px;
	color:#ffffff;
  text-shadow:2px 2px 2px rgba(0, 0, 0, 9);
	font-weight:900;
}
.ast_bannertext_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
}
.ast_bannertext_wrapper ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
}
.ast_bannertext_wrapper ul li:last-child{
	margin-right:0px;
}
.ast_bannertext_wrapper ul li:after{
    content: "*";
    position: absolute;
    top: 3px;
    right: -20px;
}
.ast_bannertext_wrapper ul li:last-child:after{
    display:none;
}
.ast_bannertext_wrapper p{
	float:left;
	width:100%;
	margin:0px;
    text-transform: capitalize;
}
.ast_bannertext_wrapper img{
	display:inline-block;
}
.starfield {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
    z-index: -1;
}
.starfield > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-image: -webkit-radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-image: radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  -webkit-animation-name: starfieldRotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.starfield > *:nth-child(1) {
  -webkit-animation-duration: 18s;
}
.starfield > *:nth-child(2) {
  -webkit-animation-duration: 22s;
}
.starfield > *:nth-child(3) {
  -webkit-animation-duration: 36s;
}
.starfield > *:nth-child(4) {
  -webkit-animation-duration: 40s;
}
@-webkit-keyframes starfieldRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*---------- Slider Css End  -------*/

/*---------- Button css starts -------*/
.ast_btn{
  margin-bottom: 20px;
    text-decoration: none;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0px 20px;
    min-width: 130px;
    background-color: #ff6f00;
    color: #ffffff;
    border: 1px solid #ff6f00;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_btn:hover, .ast_btn:focus{
	background-color:transparent;
	color:#ff6f00;
	border:1px solid #ff6f00;
	outline:none;
	box-shadow:none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- Button css end -------*/

/*---------- About Us css start -------*/

.ast_about_wrapper{
	float:left;
	width:100%;
	background-color:#FFF7F1;
  padding-bottom: 30px;
}
.ast_about_wrapper.ast_about_wrapper02 {
    padding:70px 0px 70px;
}
.ast_about_wrapper.ast_about_wrapper_01 {
    padding:70px 0px 70px;
}
.ast_about_wrapper.ast_about_wrapper03 {
    padding: 0 0 70px;
}
.ast_about_info{
	float:left;
	width:100%;
}
.ast_about_info h4{
	float:left;
	width:100%;
	font-size:20px;
	margin-top:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_about_info p{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.ast_about_info_img {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    
}
.ast_about_info_img img{
    /* width: 350px; */
    margin-top: -50px;
    border: 5px solid #ff6f00;
    border-radius: 50%;
}
/*---------- About Us css end -------*/

/*---------- Services css start -------*/

.service-head h1{
    font-family: 'Philosopher', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.service-head{
   
    text-align: center;
    color: #000000;
}

.service-head p{
    padding-bottom: 50px;
}

.service-head span{
    color: #ff6f00;
}

.service-wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
    padding-bottom: 50px;
    padding-top: 70px;
}

 .service-box{
	background-color:#ffffff;
}
.service-box{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 2px solid #ff6f00;
    border-radius: 15px;
    padding: 30px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-box:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-box:hover img {
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-box img{
	display:inline-block;
	border: 5px solid #ffffff;
    border-radius: 100%;
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-box:hover h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-box h4{
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: capitalize;
    margin: 25px 0px 10px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-box p{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

/*---------- Services css end -------*/

.find-path{
 width: 100%;
}

.find-path img{
    height: 200px;
    width: 100%;
}


/* timer css starts  */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
  }
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
  }
  .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
  }
  .odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
  }
  .fun-fact-section .fun-fact-grids .grid {
    background-color: #fd5f17;
    width: 25%;
    float: left;
    padding: 35px 25px 35px 95px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;

  }

  .timer-sec{
    margin: 30px 0px;
    background-image: url(/images/Shutterstock-OiPFtX6z5J-3.png);
    
  }
  
  @media (max-width: 1199px) {
    .fun-fact-section .fun-fact-grids .grid {
      width: 50%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
  }
  
  @media (max-width: 600px) {
    .fun-fact-section .fun-fact-grids .grid {
      width: 100%;
      float: none;
    }
  }
  
  .fun-fact-section .fun-fact-grids > .grid:nth-child(even) {
    background-color: #f84f02;
  }
  
  .fun-fact-section .fun-fact-grids .fi {
    position: absolute;
    left: 25px;
  }
  
  .fun-fact-section .fun-fact-grids .fi:before {
    font-size: 50px;
    font-size: 3.125rem;
    color: #131e4a;
  }
  
  .fun-fact-section .fun-fact-grids h3 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0.1em;
  }
  
  @media (max-width: 767px) {
    .fun-fact-section .fun-fact-grids h3 {
      font-size: 30px;
      font-size: 1.875rem;
    }
  }
  
  .fun-fact-section .fun-fact-grids p {
    color: #fff;
    margin: 0;
  }
/*---------- Timer css end -------*/

.ast_whywe_info_box{
	float: left;
    /* width: 100%; */
    position: relative;
    z-index: 1;
    margin-bottom:30px;
}
.ast_whywe_info_box span{
    float: left;
    width: 120px;
    height: 120px;
    line-height: 90px;
    border-radius: 100%;
    background-color: #ff6f00;
    text-align: center;
    border: 10px solid #FFFFFF;    
    -webkit-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -o-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: -1px 0px 1px 0px #e1e1e1;
    box-shadow: -1px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box span img{
	display:inline-block;
    width: 48px;
}
.ast_whywe_info_box_info{
    text-align: center;
    position: absolute;
    top: 20px;
    left: 90px;
    height: 80px;
    /* width: 30px; */
    background-color: #ba3131;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: -1;
    padding-top: 25px;
    padding-right: 70px;
    padding-left: 75px;
    -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -o-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: 0px 0px 1px 0px #e1e1e1;
    box-shadow: 0px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box_info p{
    float: left;
    /* width: 100%; */
    margin-bottom: 0px;
    font-size: 16px;
    color: #fbf8f8;
}

.why-us-left img{
    width: 100%;
    height: 500px;
}



.ast_header_bottom{
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    margin-top: 51px;
    z-index: 10;
}
.ast_header_bottom.style_2{
    background-color: rgba(0, 0, 0, 0);
    margin-top: 21px;
    padding: 0px 50px;
}
.ast_logo{
    float: left;
    width: 100%;
    padding: 16px 0px;
}
.ast_menu {
    float: left;
    width: 100%;
	position: relative;
}
.ast_menu ul {
    float: right;
    width: auto;
	margin:0;
	padding:0;
}
.ast_menu ul li {
	list-style:none;
	float:left;
	margin-right:0px;
	position:relative;
	/*-webkit-transition: all 0.5s;*/
 /*   -moz-transition: all 0.5s;*/
 /*   -ms-transition: all 0.5s;*/
 /*   -o-transition: all 0.5s;*/
 /*   transition: all 0.5s;*/
}
.ast_menu ul li:last-child{
	margin-right:0px;
}
.ast_menu ul li a {
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    padding: 38px 15px 38px 15px;
	position:relative;
	z-index:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform-origin: top;
}
.ast_menu ul li a:after{
	content:"";
	position:absolute;
	opacity:0;
	visibility:hidden;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:-1;
	background-color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li a:hover:after{
	opacity:1;
	visibility:visible;
	background-color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li a.active {
	background-color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-toggle::after {
    border: none;
}

.ast_menu ul li ul.submenu li{
	float:left;
	width:100%;
}
.ast_menu ul li ul.submenu li a{
    padding: 10px 10px;
    width: 100%;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li a:hover{
	border-top:0px;
	background-color: #ff6f00;
	color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li ul.submenu {
    top: 0px;
    left: auto;
    right: 100%;
    width: 140px;
}

.ast_menu_btn{
	display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.menu_fixed.ast_header_bottom {
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.7);
}
.ast_slider{
	float:left;
	width:100%;
}
.menu_fixed .ast_menu ul li ul.submenu {
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}


.why-us-sec{
    float: left;
    width: 100%;
    background-color: #FFF7F1;
}

.why-us-info{
    float:left;
	width:100%;
}

.why-us-info-box{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom:30px;
    
}

.why-us-info-box span{
    float: left;
    width: 120px;
    height: 120px;
    line-height: 90px;
    border-radius: 100%;
    background-color: #ff6f00;
    text-align: center;
    border: 10px solid #FFFFFF;  
    -webkit-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -o-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: -1px 0px 1px 0px #e1e1e1;
    box-shadow: -1px 0px 1px 0px #e1e1e1;
}

.why-us-info-box span img{
    display:inline-block;
    width: 48px;
}

.why-us-info-box-info{
    position: absolute;
    top: 20px;
    left: 50px;
    right: 0;
    height: 80px;
    z-index: -1;
    background-color: #ffffff;
    padding-top: 15px;
    padding-right: 110px;
    padding-left: 25px;
    margin-bottom: 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -o-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: 0px 0px 1px 0px #e1e1e1;
    box-shadow: 0px 0px 1px 0px #e1e1e1;
}

.why-us-info-box-info p{
    float: left;
    width: 100%;
    /* margin-bottom: 0px; */
    font-size: 16px;
    color: #333333;
    margin-left: 70px;
}


.why-us-right {
  text-align: center; 
}


.why-us-right img {
  position: relative;
  max-width: 100%;
  height: 550px;
  left: 70px;
  top: 90px;
 
}

@media (max-width: 768px) {
  .why-us-info-box {
      margin-bottom: 20px;
  }

  .why-us-right img {
   
    left: 2px;
    top: 20px;
  }
}

.ast_pagetitle{
	float: left;
	width: 100%;
	background-color: #272727;
	position:relative;
	background-attachment:fixed;
	 background-size: cover; 
	color:#ffffff;
	padding:200px 0px 100px 0px;
	background-image: url(/images/slider1.jpg);
   background-position: center center; 
	background-repeat: no-repeat; 
	text-align:center;
	}
.page_title h2{
	float:left;
	width:100%;
	color:#ffffff;
	margin:0px;
	font-size:36px;
	text-transform:capitalize;
	}

  .ast_pagetitle .breadcrumb {
    display:inline-block;
    padding: 0px;
    width:auto;
	}
.ast_pagetitle ul.breadcrumb {
	margin:0px;
	padding:0px;
	background-color: transparent;
}
.ast_pagetitle ul.breadcrumb  li{
    display: inline-block;
    width: auto;
    list-style: none;
    padding-top: 5px;
	}
.ast_pagetitle ul.breadcrumb li a{
	color: #ffffff;
	font-size: 18px;
	padding: 0px 10px;
	text-decoration: none;
	text-transform:capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:first-child a{
	padding-left:0px;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	padding-right:0px;
	}
.ast_pagetitle ul.breadcrumb li:hover a{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	color: #ff6f00;
    cursor: text;
	}
.ast_pagetitle ul.breadcrumb li i{
	font-size: 10px;
    border:1px solid #ffffff;
    border-radius:3px;
    padding: 3px 5px 3px 4px;
}
.ast_pagetitle ul.breadcrumb > li + li:before{
	display:none;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.panditji-form{
  display: block; 
  position: absolute; 
  margin-top: 200px !important; 
  right: 10%; 
  top: 25%;
  transform: translateY(-50%); 
  z-index: 2; 
  padding: 50px; 
  background-color: rgba(255, 255, 255, 0.8); 
  border-radius:30px; 
  border:2px solid #ff6f00; 
  max-width: 350px;
  height: 550px;
}

.pandit-form{
  margin-top: 280px !important; 
  transform: translateY(-50%); 
  z-index: 2; 
  padding: 30px; 
  background-color: rgba(255, 255, 255, 0.8); 
  border-radius:30px; 
  border:2px solid #ff6f00; 
  width: 330px;
  height: 500px;
}

.pandit-form button{
  margin-left: 80px;
}

.panditji-form button{
  margin-left: 80px;
}

@media (max-width: 1200px){
  .panditji-form{
    position: absolute;
    left: 5%;
    right: 5%;
    top: 125%;
    display: block;
    height: 550px;
  }
  .panditji-form button{
    position: absolute;
    margin-left: 50px;
  }
}


.info-box-info{
  position: absolute;
  top: 20px;
  left: 50px;
  right: 0;
  height: 80px;
  z-index: -1;
  background-color: #ffffff;
  padding-top: 15px;
  padding-right: 110px;
  padding-left: 25px;
  margin-bottom: 0px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
  -moz-box-shadow: 0px 0px 1px 0px #e1e1e1;
  -o-box-shadow: 0px 0px 1px 0px #e1e1e1;
  -ms-box-shadow: 0px 0px 1px 0px #e1e1e1;
  box-shadow: 0px 0px 1px 0px #e1e1e1;
}

.info-box-info p{
  float: left;
  width: 100%;
  /* margin-bottom: 0px; */
  font-size: 16px;
  color: #333333;
  margin-left: 70px;
}

/*-------- Contact css start ---------*/
.ast_contact_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_contact_info{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info span{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 75px;
    font-size: 36px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info span i{
	font-size:36px;
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info:hover span{
	background-color: #ff6f00;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_contact_info:hover span i{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	font-size:20px;
	margin:35px 0px 15px 0px;
}
.ast_contact_info p{
	float:left;
	width:100%;
}
.ast_contact_info p a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}        

/* ----------footer---------- */

.footer {
  background-color: #f9f6ed; /* Light beige background */
  padding: 20px 0;
  color: white;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  text-align: center;
}

.footer-logo {
  width: 100px; /* Adjust size as needed */
  margin-bottom: 10px;
}

.contact-details {
  margin: 5px 0;
}


.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu a {
  text-decoration: none;
  color: #ffffff;
}

.footer-services {
  list-style: none;
  padding: 0;
}

.footer-services li {
  margin-bottom: 5px;
}

.copyright {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  color: #888;
}

/* Indian cultural elements */
.footer {
  border-top: 5px solid #d2a71d; /* Golden border at the top */
}

.footer-container {
  padding: 10px;
}

.footer-column {
  position: relative;
}

.footer-column:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url('images/footerbg.jpg'); 
  background-repeat: repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5; /* Adjust opacity as needed */
}


/* -------------footer end------------- */


.appointment-btn{
  background-color: #ff6f00;
  color: #ffffff;
  padding: 20px 25px;
  border: 5px solid #ffffff;
  border-radius: 40px;
  margin-top: 40px;
  position: relative;
  left: 60px;
}

.appointment-btn:hover{
  background-color: #ffffff;
  color: #ff6f00;
  border: 5px solid #ff6f00;
}

.call-button,
.whatsapp-button {
    background-color: #ff6f00;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    padding: 20px 35px;
    transition: background-color 0.3s ease;
}

.call-button:hover,
.whatsapp-button:hover {
    background-color: #ffffff;
  color: #ff6f00;
  border: 5px solid #ff6f00;}

  
  .indi-ser{
    position: absolute;
  }

  .indi-img{
    position: relative;
    height: 300px;
    width: 250px;
    /* left: 200px; */
    margin-bottom: 30px;
  }

  .indi-ser-p{
    font-size: 17px;
    line-height: 2;
    text-align: justify;
    
  }

  .nav-box{
    background-color: #FF9F66;
    border-radius: 10px;   
    padding-bottom: 10px;
  }

  .nav-li{
    /* margin: 5px 0px; */
    padding: 8px 30px;
  }

  .nav-li:hover{
    background-color: #ffffff;
    color: #FF9F66;
  }

  .nav-box ul a {
    color: #ffffff;
    font-size: 16px;
  }

  .nav-li a:hover{
    background-color: #ffffff;
    color: #FF9F66;
  }

.carousel-container {
padding-top: 30px;  
width: 100%;
max-width: 600px; /* Set maximum width to maintain responsiveness */
overflow: hidden;
position: relative;
margin: 0 auto;
}

.carousel-slide {
display: none;
}

.carousel-slide img {
padding-top: 30px; 
width: 100%;
height: auto;
max-width: 600px; /* Set maximum width to maintain responsiveness */
height: 320px; 
}

.carousel-slide.active {
display: block;
animation: slide 5s infinite;
}

@keyframes slide {
0% {
opacity: 0;
transform: translateX(100%);
}
20% {
opacity: 1;
transform: translateX(0);
}
80% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-100%);
}
}

.aa {
  margin: 0;
  display: flex;
  flex-direction: column; /* Ensure content stacks vertically */
  height: 100vh;
}

.fixed-image {
  width: 100%; /* Make the image take full width on mobile */
  background: url('/images/panditji-2.jpg') no-repeat center center;
  background-size: cover;
  height: 950vh; /* Adjust the height of the image as needed */
}

.scrollable-content {
  width: 100%; /* Take full width on mobile */
  overflow-y: scroll;
  padding: 20px;
  box-sizing: border-box;
}

.scrollable-content ul li {
  list-style: none;
  line-height: 2;
}

.scrollable-content hr {
  border: 1px solid;
}

.scrollable-content h2 {
  font-weight: 700;
  color: #ff6f00;
  margin-bottom: 20px;
}

.scrollable-content h3 {
  color: #ff6f00;
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  /* Apply styles for screens wider than 600px (desktop/tablet) */
  .aa {
    flex-direction: row; /* Revert back to row layout for desktop */
  }

  .fixed-image {
    width: 40%; /* Take 40% width on desktop */
    height: auto; /* Adjust height as needed */
  }

  .scrollable-content {
    width: 60%; /* Take 60% width on desktop */
  }
}




































