
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
   
}


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

}


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

}

@media (min-width: 992px) and (max-width: 1199px) {

.ast_horoscope_box h4{
	font-size:18px;
}
.about_slider .btn-wrap{
		right:25px;
	}
	.about_slider.slider_half .btn-wrap{
		bottom:12px;
	}

  .ast_team_box h4 {
	    font-size: 20px;
	}

}


/*------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
.ast_footer_wrapper {
    position: initial;
    padding-top: 2rem;
}
.ast_download_wrapper {
    margin-bottom: 0px;
}

.ast_menu ul li a {
    padding: 28px 10px 30px 10px;
}
.ast_header_bottom.style_2 {
    padding: 0px 20px;
}


}

/*------------------------------------------*/


/*----------tablet------wrap------start--------------*/

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

/*------------------------------------*/



.ast_menu ul li.as_submenu_li::after {
  right: 14px;
  top: 6px;
}


.ast_menu ul li.as_submenu_li.open::after,
.ast_menu ul li.as_submenu_li.active::after {
    content: '–';
    color: var(--primary-color);
}

/* Optional: submenu toggle */
.ast_menu ul li.as_submenu_li ul {
    display: none;
}

.ast_menu ul li.as_submenu_li ul.open {
    display: block;
}

/*------------------------------------*/

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(28, 30, 44, 0.79);
    z-index: 1;
    display: none;
}


.mob-menu-tp-bx{
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 13px;
  border-bottom: 1px solid #c18c5533;
  margin-bottom: 10px;
  align-items: center;
}

.mob-logo a img{
  width: 100px;
}

/* Close icon */
.menu-close {
    display: block;
  text-align: right;
  color: #43464b;
  cursor: pointer;
  font-size: 20px;
  transition: 0.4s ease;
}

.menu-close:hover{
  color: var(--primary-color);
}





/*------------------------------------------*/
.ast_menu_btn{
    display: block;
    float: none;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: var(--primary-color);
    border-radius: 3px;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.ast_menu ul li ul.submenu {
    width: 100%;
    display: none;
}
.ast_about_info_img img {
    margin-top: 30px;
}
.ast_overview_info h1 {
    width: 100%;
    text-align: center;
}
.ast_overview_info p {
    width: calc(100% - 0px);
    text-align: center;
}
.ast_main_menu_wrapper{
	z-index: 2;
	position:fixed;
    left: 0px;
    top: 0px;
	bottom:0px;
    background-color:#f1eded;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100vh;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	-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 {
    overflow-y: scroll;
    height: 100%;
}
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	outline: 0px;
}
.ast_menu ul {
    width: 100%;
    display: block;
}
.ast_menu ul li {
    width: 100%;
}

.ast_menu ul li a{
    padding: 10px;
    border-top: 0px;
    border-bottom: 1px solid #b8848429;
    color: #4b495a;
}

.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
	padding-left:25px;
	font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
	padding-left:40px;
}
.ast_header_bottom .col-sm-3{
	width:100%;
}

/*-------------------------------------------*/

.about_slider , .about_slider.slider_half{
		margin-bottom:30px;
		height:282px;
	}
	.about_slider .card , .about_slider.slider_half .card{
		left:35%;
		width:auto;
	}
	.about_slider.slider_half img , .about_slider.slider_half .card{
		width:300px;
	}


.ast_heading p {
    width: 100%;
}
.about_slider .card {
    height: auto;
}

/*------=============================---------*/

.logo {
  clip-path: polygon(20% 0%, 60% 0%, 65% 100%, 0% 100%);
  left: -282px;
  height: 74px;
}

.logo img {
  width: 125px;
}

.ast_pagetitle {
  padding: 115px 0px 50px 0px;
}

.as_blog_box {
  margin: 35px auto 25px;
}

.hrzntl-blg-crd{
    margin-top: 10px;
}

.page_title h2 {
  font-size: 30px;
}

.ast_servicelink ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*----------------------*/

.ast_bannertext_wrapper {
  padding-top: 0%;
  width: 100%;
}

.ast_bannertext_wrapper h1::first-letter {
  font-size: 2.3rem;
}

.ast_bannertext_wrapper h1 {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.ast_bannertext_wrapper p {
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.baba-behnd-pttrn {
  top: -40px;
}

.ast_wave {
  width: 185px;
    height: 185px;
    top: -31px;
}

.ast_banner_text {
  padding: 95px 0px 0px;
}

.bttn-style1 {
  display: none;
}



.as_about_wrapper {
  padding: 2rem 0rem 2rem;
}



.as_about_slider .slick-dots {
  position: unset;
  display: flex;
  column-gap: 9px;
  margin: 10px 0px 15px
}

.as_aboutimg::after {
  width: 240px;
  height: 510px;
}


.as_aboutimg::before {
    width: 75px;
}

.about-rgt-wrp h1 {
  font-size: 1.4rem;
  margin-bottom: 1.0rem;
}

.as_about_slider {
   max-width: 340px;
  margin: 0px;
}

.as_aboutimg img {
  height: 400px;
}

.smll-abt-crd {
    height: 200px;
    margin-bottom: 17px;
}


.abt-three-crd-icon {
  width: 75px;
  height: 65px;
  line-height: 45px;
}

.abt-three-bx p {
  margin-bottom: 0px;
}

.abt-three-bx {
  height: auto;
  margin-bottom: 23px;
}

.about-msg-txt p {
  font-size: 16px;
  margin: 23px auto;
  padding: 15px 10px;
}

.abt-all-crd {
  padding: 18px 18px;
  height: 290px;
  margin-bottom: 20px;
}

.abt-all-crd h5 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 24px;
}

.abt-all-crd p {
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.bttn-style2 span {
  padding: 0.7em 0.8em 0.7em 0.8em;
  font-size: 13px;
}


.about_slider.slider_half img, 
.about_slider.slider_half .card {
    width: 200px;
}

.about_slider img {
    margin-top: 0px;
}

.ast_bannertext_wrapper h1::first-letter {
  font-size: 2.4rem;
}

/*---------------------------------------*/

.as_about_wrapper p {
  margin-bottom: 28px;
  line-height: 25px;
  text-align: left;
}



.gallry-bx a img {
  width: 100%;
  height: 300px;
}

.video-gall-wrp {
  padding-top: 2rem;
}

.video-play-icn::before {
    width: 55px;
    height: 55px;
}

.video-play-icn::after {
    width: 50px;
    height: 50px;
}

.play-icon {
    font-size: 19px;
}

.ast_contact_wrapper {
  padding: 30px 0px;
}

.ast_contact_info span {
  width: 75px;
  height: 75px;
  line-height: 65px;
}

.ast_contact_info span i {
  font-size: 24px;
}

.ast_contact_info h4 {
  font-size: 19px;
  margin: 15px 0px 10px 0px;
}

.ast_contact_info p {
  font-size: 13px;
}

.foot-map iframe {
  height: 270px;
}



}

/*----------tablet------wrap-------end--------------*/


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

 .ast_about_wrapper.ast_about_wrapper_01 {
        padding: 70px 0px 70px;
    }


.ast_logo {
    padding: 10px 0px;
}

.ast_footer_wrapper {
    position: initial;
}
.ast_download_wrapper {
    margin-bottom: 0px;
}
.ast_overview_info {
    text-align: center;
}
.ast_overview_info h1 {
    width: 100%;
}
.ast_overview_info p {
    width: 100%;
}
.ast_about_info_img img {
    margin-top: 0;
    margin-bottom: 20px;
}
.ast_about_info {
    text-align: center;
}

.sidebar_wrapper {
    margin-top: 50px;
}

.ast_contact_map {
    padding-top: 450px;
}

.ast_waves{
	display:none;
}
.ast_waves3{
	display:none;
}

.ast_about_info_img {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

}


/*---mobile---view------start-------------*/
@media screen and (max-width: 575px) {

.top-hdr-cont-dtl ul {
  justify-content: space-between;
}

.top-hdr-cont-dtl ul li i {
  padding: 5px 5px;
  font-size: 0.75rem;
}

.top-hdr-cont-dtl ul li a {
  font-size: 0.78rem;
}

.social-list {
    display: none;
}

.logo {
  clip-path: polygon(20% 0%, 60% 0%, 80% 100%, 0% 100%);
  left: -94px;
  height: 70px;
  line-height: 68px;
}

.logo img {
  width: 110px;
}




.bttn-style1 span {
  padding: 0.5em .50em 0.5em 0.50em;
}



.ast_bannertext_wrapper {
    padding-top: 0px;
    width: 100%;
}

.ast_bannertext_wrapper p {
  font-size: 0.85rem;
  line-height: 1.53rem;
}

/*--------------------------------------*/

.as_about_wrapper {
  padding: 2rem 0rem 2rem;
}

.about-main-wrp {
    flex-wrap: wrap;
}

.as_about_slider .slick-dots {
  position: unset;
  display: flex;
  column-gap: 9px;
  margin: 10px 0px 15px
}

.as_aboutimg::after {
  width: 240px;
  height: 510px;
}


.as_aboutimg::before {
    width: 75px;
}

.about-rgt-wrp h1 {
  font-size: 1.3rem;
  margin-bottom: 1.0rem;
}

.as_about_slider {
   max-width: 295px;
  margin: 0px;
}

.as_aboutimg img {
  height: 330px;
}

.smll-abt-crd {
    height: auto;
}




.abt-three-crd-icon {
  width: 75px;
  height: 65px;
  line-height: 45px;
}

.abt-three-bx p {
  margin-bottom: 0px;
}

.abt-three-bx {
  height: auto;
  margin-bottom: 23px;
}

.about-msg-txt p {
  font-size: 16px;
  margin: 23px auto;
  padding: 15px 10px;
}

.abt-all-crd {
  padding: 18px 18px;
  height: auto;
  margin-bottom: 20px;
}

.abt-all-crd h5 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 24px;
}

.abt-all-crd p {
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.bttn-style2 span {
  padding: 0.7em 0.8em 0.7em 0.8em;
  font-size: 13px;
}


.about_slider.slider_half img, 
.about_slider.slider_half .card {
	width: 200px;
}

.about_slider img {
	margin-top: 0px;
}

.ast_bannertext_wrapper h1::first-letter {
  font-size: 2.4rem;
}

.title {
  font-size: 1.5rem;
}

.title-bdr svg image{
    width: 225px;
}

.video-gall-wrp {
  padding-top: 2rem;
}

.video-sctn {
  padding: 2.5rem 0rem 3.0rem;
}

.as_blog_wrapper {
  padding: 2.0rem 0rem 2rem;
}

.as_blog_box ul {
  column-gap: 12px;
}

.as_blog_box ul li {
  font-size: 12px;
}

.as_blog_box {
  margin: 0px auto 10px;
}

.hrzntl-blg-crd {
  flex-wrap: wrap;
}

.ast_footer_wrapper {
    padding-top: 2rem;
}

.ast_copyright_wrapper {
  font-size: 12px;
  padding: 1.0rem 0rem;
}


.ast_contact_wrapper {
  padding: 30px 0px;
}

.ast_contact_info {
    margin-bottom: 20px;
}

.ast_contact_info span i {
  font-size: 23px;
}

.ast_contact_info span {
  width: 70px;
  height: 70px;
  line-height: 50px;
}

.ast_contact_info h4 {
  margin: 15px 0px 10px 0px;
}


.foot-map iframe {
  height: 260px;
}

.ast_servicelink ul {
    margin-bottom: 25px;
}

/*------------------------------*/


.ast_main_menu_wrapper {
    width: 310px;
}


.ast_footer_info ul li a {
    margin: 2px;
}
.page_title h2 {
    font-size: 24px;
}
.ast_pagetitle ul.breadcrumb li a {
    font-size: 16px;
}
.ast_pagetitle {
    padding: 100px 0px 40px;
}
.ast_heading h1 {
    font-size: 28px;
}
.ast_heading p {
    font-size: 15px;
}



.ast_bannertext_wrapper h1 {
    margin: 0px 0px 10px 0px;
    font-size: 27px;
    line-height: 36px;
}
.ast_bannertext_wrapper ul li {
    margin-right: 30px;
    font-size: 18px;
}
.ast_whywe_info_box_info {
    padding-top: 15px;
    padding-right: 0px;
}
.ast_whywe_info_box_info p {
    font-size: 15px;
}
.ast_header_bottom.style_2 {
    margin-top: 0px;
    padding: 0px 0px;
}
.ast_waves{
	display:none;
}
.ast_waves3{
	display:none;
}




}

/*---mobile---view------end-------------*/