@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Bitter&family=Libre+Franklin:wght@800&family=Noto+Sans+TC:wght@300&family=Quicksand:wght@300;500&family=Raleway&family=Roboto:wght@300&family=Ubuntu:wght@400;500&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Quicksand', sans-serif;
}

.bootstrap-select  .btn:focus {
    outline: none !important;
}
:root {
    --primary-color: #797979;
    /*--secondary-color: #f4a636;*/
        /*--secondary-color:#f47435;    */
        /*--secondary-color:#07273c;*/
         --secondary-color:#f38035;
    --dark-color1: #111111;
    --dark-color2: #17384e;
    --white-color: #ffffff;
    --transition: 0.4s ease-in-out;
    --color-orange:#f37435;
}
table,h1,h2,h3,h4,h5,h6,ul,li,a,p,dl,dd,span,tr,td,th,tbody{
  margin: 0px;
  padding: 0px;
}
p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #9b9b9b;
}
h1,h2,h4,h3,h5,h6{    
    font-family: 'Quicksand', sans-serif;
}
a,a:hover{
  text-decoration: none;
}

body{
    font-family: 'Quicksand', sans-serif!important;
  background: url(../../assets/image/background_home_image.png);
    width: 100%;
    background-size: contain;
}
/*.galleryy .owl-stage-outer{*/
/*    position:relative;*/
/*    box-shadow: 0 4px 8px 0 rgb(132 132 132 / 90%);*/
/*    border: 8px solid linear-gradient( 0deg , rgb(244,170,54) 0%, rgb(243,115,53) 100%);*/
/*}*/


/*18/02/2023*/
.hs_blog_single_first_cont_wrapper p{
   margin-top: 5px
}


.as_journal_box_wrapper .text-center.as_subheading{
      margin-bottom: 30px
}
.hs_blog_box1_main_wrapper{
  margin-bottom: 10px
}
.footer_section{
    background: #e4eff4;
}
.card {

    margin: 15px 0px;
}
.apppointment_heading{
  font-size: 36px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 23px;
    position: relative;
    margin: -8px 0 20px;
}
.margin-bottom{
  margin-bottom:50px;
}
.apppointment_heading:after {
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: 3px solid var(--secondary-color);
    left: 0;
    bottom: 0;
}
.apppointment_heading:after {
    left: 50%;
    transform: translateX(-50%);
}
.headingafter{
  position: relative;
  margin-left: 14px;
}
.headingafter:after{
     position: absolute;
    top: -18px;
    left: -38px;
    content: "About";
    font-size: 62px;
    color: rgba(0,0,0,0.2);
    line-height: 11px;
    font-weight: bold;
}
.headingsunilafter{
  position: relative;
  margin-left: 14px;
}
.headingsunilafter:after{
     position: absolute;
    top: -18px;
    left: -38px;
    content: "About";
    font-size: 62px;
    color: rgba(0,0,0,0.2);
    line-height: 11px;
    font-weight: bold;
} 
.aboutimage{
  position: relative;
}
.aboutimage:after{
  position: absolute;
    top: -33px;
    left: -33px;
       width: 100%;
    height: 100%;
       background-color: var(--color-orange);
    content: "";
    z-index: -1;
}
.aboutimagesunil{
  position: relative;
}

.aboutimagesunil:after{
  position: absolute;
    top: -33px;
    right: -33px;
       width: 100%;
    height: 100%;
       background-color: var(--color-orange);
    content: "";
    z-index: -1;
}
.horoscopes{
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../../assets/image/horoscope.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
}

.heading_section h3{
   font-size: 50px;
    font-weight: 700;
    margin-bottom: 7px;
    word-break: break-word;
    color:#fff;
}
.bradcrumb_section {
  display: flex;
    justify-content: center;
}
.bradcrumb_section ul{
     display: flex;
    color: #fff;
    justify-content: center;
    line-height: normal;
    list-style: none;
}
.bradcrumb_section ul li{
   color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    position: relative;
    word-break: break-word;
    text-transform: capitalize;
    position: relative;
}
.bradcrumb_section ul li:before {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    content: '\21D2';
    font-size: 12px;
    color: inherit;
    line-height: normal;
    font-weight: 900;
}
.hs_service_icon_wrapper  .svg-inline--fa{
  color: #ff7e00;
    margin-left: 0;
    font-size: 40px;
}


/*form appointment*/
.as_heading {
    font-size: 36px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 23px;
    position: relative;
    margin: -8px 0 20px;
}
.as_font14 {
    font-size: 14px;
    line-height: 24px;
}
.as_padderBottom10 {
    padding-bottom: 10px;
}
.as_heading.as_heading_center:after {
    left: 50%;
    transform: translateX(-50%);
}

.as_journal_box_wrapper {
      background-color: #e4eff4;
    display: flex;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 25px;  
}
.as_footer_logo{
  width: 150px
}
.as_subheading {
    font-size: 22px;
    text-transform: capitalize;
}
.as_journal_box_wrapper label {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
.as_journal_box_wrapper .form-group {
    margin-bottom: 20px;
}
.form-group {
    text-align: initial;
    margin: 10px 0;
}
.form-group {
    text-align: initial;
}
.as_journal_box_wrapper .form-control {
    border: 1px solid rgb(255 255 255 / 10%);
}
.form-control {
    height: 50px;
    background-color: var(--dark-color2);
    border: none;
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    padding: 0 40px 0 30px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection__arrow {
    height: auto !important;
    bottom: 1px;
    right: 18px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 15px;
}
textarea.form-control {
    min-height: calc(1.5em + (0.75rem + 2px));
}

.as_journal_box_wrapper .form-control {
     border-radius: 3px; 
}















/*form appointment*/



/*18/02/2023*/


h3.as_font14.as_padderBottom50{
   font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    color: #131313;

}
.subheading_heading{
    margin-bottom:15px;
    
}
.whychooseus{
  border: 1px solid #ccc;
    padding: 0px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgb(132 132 132 / 90%);
}
.why_choose_us{
    margin-bottom:30px;
}
.icon_choose{
    border-right: 1px solid #ccc;
    padding-top: 21px;
}
.icon_choose .svg-inline--fa{
    font-size: 60px;
    color: var(--color-orange);
    margin-right: 15px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
.content_choose{
    padding-left: 15px;
}
.content_choose h3{
    font-size: 20px;
    padding-top: 16px;
}
.content_choose p{
    padding-bottom: 10px;
}
.bg-border{
    position:relative;
    box-shadow: 0 4px 8px 0 rgb(132 132 132 / 90%);
}
.as_info_detail .icon.padding_none{
        margin-top: 10px;
}
.as_info_detail .icon li .svg-inline--fa {
    font-size: 15px;
    color: var(--secondary-color);
    background: var(--white-color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 8px;
}
.as_info_detail  .icon.padding_none li {
    display: inline-flex;
    padding: 0 3px;
}
.iconcontent{
    width: 100%;
    display: flex;
}
.iconcontent .svg-inline--fa{
  font-size: 30px;
    padding-top: 7px;
    color:#fff;
        padding: 6px;
}
.owl-carousel.galleryy .owl-stage-outer{
    border: 4px solid var(--secondary-color);
}

.display_none_language{
    display:none;
}
.sticky .login .language{
   opacity:0;
   visibility:hidden;
}
.sticky .appointment a{
    background: var(--secondary-color);
    padding: 11px 14px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
}
.iconcontent p{
      width: 142px;
    text-align: left;
    margin-left: 8px;
    color: #333;
    font-weight: 500;
      font-size: 13px;
          display: flex;
    align-items: center;
}

.contentheader1{
    display:flex;
    justify-content:center;
    width:100%;
    position:relative;
}
.content12{
    position: absolute;
    right: 0px;
    top: 178PX;
    width: 50%;
}
/*.bgheader:before, .bgheader3:before, .bgheader1:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.5);*/
/*}*/
.content12 h3{
    font-size: 45px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}
.content12 p{
    padding: 0px 127px 0px 0px;
    color: #fff;
    font-size: 22px;
}
.content13{
    position: absolute;
    right: -30px;
    top: 137PX;
    width: 50%;
}
.content13 h3{
    font-size: 45px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
        text-transform: capitalize;
    padding: 0px 37px 0px 0px;
}
.content13 p{
     padding: 0px 127px 0px 0px;
    color: #fff;
    font-size: 22px;
}
.content14{
      position: absolute;
    right: -121px;
    top: 137PX;
    width: 50%;
}
.content14 h3{
    font-size: 45px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
        text-transform: capitalize;
    padding: 0px 37px 0px 0px;
}
.content14 p{
     padding: 0px 127px 0px 0px;
    color: #fff;
    font-size: 22px;
}
.contactus{
    display: inline-block;
    width: 150px;
    height: 40px;
    background-image: -webkit-linear-gradient( 0deg , rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    text-align: center;
    padding: 7px 0px 0px;
    margin-top: 22px;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s linear ease-in-out;
}
.contactus:hover{
    border:1px solid #ccc;
    background:transparent;
    color:#fff;
}
.liststyle > ul li{
     padding:0px;
 }
.liststyle ul li .iconcontent{
     display:flex;
        
 }
    .contentheader3 {
    position: absolute;
    left: 85px;
    top: 0px;
    background: white;
    height: 536px;
    width: 530px;
 }
 .contentheader3 h3{
     font-size:30px;
     font-weight:bold;
 }
 .contentheader3 p{
     padding-top: 82px;
    padding-left: 101px;
    padding-top: 155px;
    padding-left: 101px;
    font-size: 39px;
    text-transform: capitalize;
 }
nav{
  /*position: fixed;*/
  position:relative;
  z-index: 99;
  width: 100%;
background-color: rgb(255 255 255 / 100%);
transition:0.5s all linear;
}
header{
  /*position: fixed;*/
    z-index: 11;
    width: 100%;
}
nav .wrapper{
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
justify-content: space-between;
}
.sticky .wrapper{
    position: relative;
    height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*transition:0.5s linear all;*/
width: 90%;
}
.item.bgheaderfirst{
     background-image: url(../.././assets/image/astrological_slider.jpg);
    background-size: cover;
    background-position: 26% 43%;
    animation:rotate 0.5s linear infinite;
}
@keyframes rotate{
    100%{
        /*transform:rotate(360deg);*/
    }
}
.item.bgheader{
   background-image: url(../.././assets/image/image1.webp);
    background-size: cover;
    background-position: 26% 43%;
}
.item.bgheader1{
    background-image: url(../.././assets/image/image2.webp);
    background-size: cover;
    background-position: 26% 43%;
}
/*.item.bgheader3{*/
/*    background-image:url(../.././assets/image/healing.png);*/
/*    background-size: cover;*/
/*    background-position: 26% 43%;*/
/*}*/
.bg-icon li .svg-inline--fa{
   background-image: -webkit-linear-gradient( 0deg , rgb(244,170,54) 0%, rgb(243,115,53) 100%)!important;
   color:#fff!important;
    
}
.logo{
    width: 150px;
}
.logo a img{
    width: 100%;
    height: 100%;
    
}
.loginbtn.btn-login{
    display:flex;
    justify-content:center;
    align-items:center;
}
.usericon{
   background-color: rgb(17 16 17);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.usericon .svg-inline--fa{
    color: #fff;
       font-size: 24px;
}
 .subheaderli li a{
     padding: 6px 0px 0px;
  }
  .login a,.signup a,.login span{
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    margin-left: 13px;
    margin-right: 13px;
  }
  .login span{
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    margin-left:5px;
    margin-right: 5px;
  }


.textsliderposition{
    position: relative;
}

.textslider{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
}
.textslider h3{
    width: 100%;
    display: block;
    text-align: center;
}
.textslider1{
    position:absolute;
    bottom:0px;
    width:100%;
}
.textslider1 h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
  background:var(--color-orange);
    text-align: center;
    font-size: 15px;
        padding: 8px 20px;
}
.clientimage{
        width: 150px;
    border-radius: 50%;
    margin-right: 16px;
}
.clientimage img{
    width: 100%;
    border-radius: 50%;
}
.testimonialscontent h3{
    font-family: 'Allura', cursive;
    margin-top: 19px;
    font-weight: 600;
}
.bg-white div .svg-inline--fa{
        font-size: 38px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}
/*.margin-top-10{*/
/*    margin-top:-15px;*/
/*}*/
/*slider */
/*update css*/
.headerr .headerslider .item {
  position: relative; 
  margin: 0px 0px 0px;
  padding: 0px;
  height: 450px;
}

.videoheight{
    height: 90vh;
}
.videoheight video{
    width: 100%;
}
.reportss .item{
    padding: 0px;
}
.headerr .item img {
  width: 100%;
  height: 100%;
}
.headerr .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.headerr .item .cover .header-content {
  position: relative;
padding: 95px 0px 1px;
    overflow: hidden;
}
.headercontact p{
    font-size: 20px;
    font-weight: 600;

}
.contactno{
    display: flex;
    justify-content: center;
    align-items: self-end;
}
.contactno a span{
 background:var(--color-orange);
    padding: 5px 8px;
    border-radius: 25px;
    margin: 0px 10px;
}
.contactno a span .svg-inline--fa{
    color: #fff;
    font-size: 20px;
    margin: 0px 5px;

}
.display-flex-end{
    display:flex;
}
.headerslidermobile{
    display:none;
}
.contactno a{
   color: #fff;
    font-size: 21px;
}
/*.headerr .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}*/
.headerr .item .cover .header-content h2 {
  font-weight: 300;
    font-size: 32px;
    color: #fff;
    margin-bottom: 16px;
}
.headerr .item .cover .header-content h1 {
  font-size: 45px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.headerr .item .cover .header-content h4 {
  font-size: 24px;
    line-height: 36px;
    color: var(--secondary-color);
    font-weight: 600;
}
.btnlogin{
    display:none;
}
.header-content p{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 21px;
}
.imageastro{
       width: 65%;
    height: 100%;
    margin-top: 44px;
}
.imageastro img{
    width: 100%;
}
.headerr .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 60px;
  cursor: pointer;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headerr .owl-nav .owl-prev span {
   font-size: 45px;
    color: var(--secondary-color);
    line-height: 36px;
}
.headerr .owl-nav .owl-prev:focus {
  outline: 0;
}
.headerr .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.display_flex{
    display:flex;
    justify-content:center
}
.headerr .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 60px;
  cursor: pointer;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headerr .owl-nav .owl-next span {
  font-size: 45px;
    color: var(--secondary-color);
    line-height: 36px;
}
.headerr .owl-nav .owl-next:focus {
  outline: 0;
}
.headerr .owl-nav .owl-next:hover {
     background: #fff !important;
}
.headerr:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.headerr:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/*sldier*/
/*updated css*/
.text-align-left{
    text-align: left;
}
.as_font14.text-align-left{
    padding-bottom: 10px;
}


/*updated css*/
.heading_1 h2{
    font-size: 21px;
    margin-bottom: 12px;
}
.text2{
    padding: 14px 25px 0px;
}
.text2 img{
    border-radius: 5px;
}
.text2 p{
          margin-top: 10px;
    margin-bottom: 8px;
    height: 56px;
}
.text2 a{
        text-decoration: none;
   background:var(--color-orange);
    color: #fff;
    padding: 5px 12px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
}
.textslider h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.boxleft{
    background-color: #fcfaf2!important;
    padding: 15px 0px;
    border: 1px solid rgba(67,67,67,.125);
}
.textslider1{
    
}
.astrology .item{
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgb(132 132 132 / 90%);
    margin-bottom: 8px;
}
.textslider h3{
    padding: 5px 15px 5px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.subheaderimage{
     width: 30px;
}
.as_info_detail .liststyle{
    display: flex;
    align-items: center;
}
.language select:focus{
    outline: -webkit-focus-ring-color auto 0px!important;
}
.bg-white-2{
        margin: 23px 0px;
}
.boxfooter{
    position:relative;
}
.boxfooter:before{
   content: "";
    background: #fff;
    height: 120px;
    width: 120px;
    border: 1px dotted #ccc;
    transform: rotate(45deg);
    display: inline-block;
    top: 0px;
    position: absolute;
    left: 0px;
    z-index: -1;
}
.bg-white-1{
    background:transparent!important;
}
.bg-white{
    text-align: center;
    border: 2px dotted #ccc;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-white div h3{
    font-size: 13px;
        padding: 0px 15px;
}
.bg-white div img{
    margin-bottom: 5px;
    width: 40px;
}
.padding-top-bottom {
    padding: 32px 0px;
}
.padding-top-bottom1{
    padding: 28px 0px;
}
.Hand_written .col-md-3{
    background: 1px solid #ccc;
}


.reportss .text2,.astrology .text2{
    padding: 15px;
    
    height: 133px;

}
.subheading{
    background: #ed981c;
    display: inline-block;
   
}
.textslider{
    text-align: center;
 
   background:var(--color-orange);
}
.text .subheading{
   font-size: 15px;
    padding: 5px 0px;
    color: #fff;
    padding-right: 34px;
    padding-left: 5px;
    position: relative;
}
.text .subheading:before{
    content: "";
    position: absolute;
    display: inline-block;
    border: 16px solid #fcfaf2;
    right: -2px;
    border-left: 16px solid transparent;
    top: -2px;
    z-index: 1;
    height: 30px;
}

.clientimage img{
    filter: blur(8px);
}
.clientimage h3{
    text-align: center;
}
.testimonialscontent{
    padding: 0px 10px;
}
.Hand_written.as_padderTop80.as_padderBottom80.bg-white-1{
    margin-top: 40px;
}
.imageradius img{
    border-radius: 10px;
}
/******/
.readmore{
    height: 175px;
}
 .footer_icon{
    display: flex;
    list-style: none;
  }
  .footer_icon li{
        margin: 0px 15px;
  }
  .icon{
    float: right;
  }
  .as_info_detail ul{
    margin-top: 8px;
  }

.icon li .svg-inline--fa {
 font-size: 15px;
    color: var(--secondary-color);
    background: var(--white-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 8px;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
  position: relative;
}
.nav-links li a{
  color:#333;
  padding: 28px 15px;
  transition: all 0.3s ease;
  display: block;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    line-height: 16px;
    font-family: Quicksand,sans-serif;
    font-weight: 500;
}
.nav-links li .drop-menu li a {
color: #333;
    padding: 12px 9px;
    transition: all 0.3s ease;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #d5d2d2;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    line-height: 16px;
    font-family: Quicksand,sans-serif;
    font-weight: 500;
}
.nav-links li:after{
 position: absolute;
 bottom: 10px;
 display: block;
 height: 2px;
 width: 100%;
 background-color: var(--secondary-color);
 content: '';
 transform: scaleX(0);

}
.nav-links li ul li:after{
  content: none;
}
.nav-links li:hover:after{
 transform: scaleX(0.5);
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
     background: #e4eff4;
    width: 234px;
    line-height: 45px;
        top: 55px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  /*padding: 0 0 0 15px;*/
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

/*sub header*/
.login{ 
    display:flex;
    justify-content:space-between;
}
.login a{
        display: inline-block;
    padding: 5px 12px;
       font-size: 16px;
    /*background-image: -webkit-linear-gradient( 0deg , rgb(244,170,54) 0%, rgb(243,115,53) 100%);*/
    background-color:var(--color-orange);
    border-radius: 4px;
}
.contact_info a{
    color: #333;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
}
.contact_info .svg-inline--fa{
 font-size: 15px;
    color: var(--secondary-color);
    background: var(--white-color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 8px;
        margin-right: 10px;
}
.language > .dropdown{
    
}
.btn-login a{
   background-color:var(--color-orange);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language select{
  background-color:var(--color-orange);
    padding: 9px 15px;
    display: inline-block;
    /*background: transparent;*/
    /*border: 2px solid #ffffff;*/
    border-radius: 4px;
    color: #fff;
    border: none
}
.language select:foucs{
    border:none;
    outline:none;
}
.language select option{
    border:none;
    color:#000;
}
.view_all{
    display: flex;
    justify-content: end;
    margin-top: 26px;
}

.as_info_detail {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    /*padding: 10px 0;*/
}
.as_info_detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_info_detail ul li {
    display: inline-flex;
}
.as_info_detail ul li a, .as_info_detail ul li a:focus {
    text-decoration: none;
    color: inherit;
}
.as_infobox {
    display: flex;
    color: #ffffff;
}
.headercontact{
display:flex;
}
.as_info_detail ul li .as_infobox>span {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as_search_wrapper{
    display: inline-block;
}
.as_search_wrapper .icon li{
    margin: 0px 5px;
    display: inline-block;
}
.headingtag,.headingremedies{
    background: var(--secondary-color);
    display: inline-block;
    margin-bottom: 30px;
    box-sizing: border-box
}
.textheading{
    margin-bottom: 21px;
    font-size: 22px;
    font-weight: 500;
}
.subheadingclass,
.textheading h3{
    font-size:24px;
    font-weight:700;
    
}
.view_all a{
       color: #fff;
   background:var(--color-orange);
    padding: 5px 40px;
    border-radius: 9px;
    font-size: 20px;
}
.headingtag h3{
    font-size: 16px;
    padding: 5px;
    color: #fff;
    position: relative;
    width: 150px;
}
.headingtag h3:before{
    content: "";
    position: absolute;
    display: inline-block;
    border: 15px solid #fff;
    border-left: 15px solid transparent;
    right: -2px;
    top: -1px;

}

.headingremedies h3{
    font-size: 16px;
    padding: 5px;
    color: #fff;
    position: relative;
    width: 150px;
}
.headingremedies h3:before{
    content: "";
    position: absolute;
    display: inline-block;
    border: 15px solid #fcfaf2;
    border-left: 15px solid transparent;
    right: -2px;
    top: -1px;
}

.as_user {
    position: relative;
    margin-left: 30px;
}
.as_user img {
    border-radius: 100%;
    border: 3px solid #fff;
}
.subheader {
background-color: #e4eff4;
}

/*about us head*/
/*.as_about_wrapper {*/
/*    background-image: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/bg2.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
.as_padderBottom80 {
    padding-bottom: 30px;
}
.as_padderTop80 {
    padding-top: 80px;
}
.about .as_padderTop80 {
    padding-top: 30px;
}
.margin-left-30{
  margin-left: 30px;
}
.as_paragraph_wrapper p{
  text-align: justify;
}
.as_aboutimg {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.as_aboutimg img {
    display: inline-block;
}
img {
    max-width: 100%;
    
}
img{
  position: relative;
}
.as_icon{
  background-image: url(../../assets/image/icon_1.png);
    height: 80px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    margin: auto;
}
.as_icon,.as_icon1,.as_icon2,.as_icon3,.as_icon4,.as_icon5,.as_icon6,.as_icon7{
    height: 88px;
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    margin: auto;
}

.as_icon{
  background-image: url(../../assets/image/icon_1.png);
  }
  .as_service_box:hover .as_icon{
  background-image: url(../../assets/image/icon_1_hover.png);
  }


.as_icon1{
  background-image: url(../../assets/image/vastushastraicon.png);
  }
  .as_service_box:hover .as_icon1{
  background-image: url(../../assets/image/vastushastraicon_hover.png);
  }



.as_icon2{
  background-image: url(../../assets/image/icon_3.png);
}
 .as_service_box:hover .as_icon2{
  background-image: url(../../assets/image/icon_2_hover.png);
  }



.as_icon3{
  background-image: url(../../assets/image/icon_4.png);

}
 .as_service_box:hover .as_icon3{
  background-image: url(../../assets/image/icon_4_hover.png);
  }




.as_icon4{
  background-image: url(../../assets/image/icon_5.png);

}
 .as_service_box:hover .as_icon4{
  background-image: url(../../assets/image/icon_5_hover.png);
  }



.as_icon5{
  background-image: url(../../assets/image/icon_6.png);
   
}
 .as_service_box:hover .as_icon5{
  background-image: url(../../assets/image/icon_6_hover.png);
  }


.as_icon6{
  background-image: url(../../assets/image/icon_7.png);

}
 .as_service_box:hover .as_icon6{
  background-image: url(../../assets/image/icon_7_hover.png);
  }



.as_icon7{
  background-image: url(../../assets/image/icon_7.png);
  
}
 .as_service_box:hover .as_icon7{
  background-image: url(../../assets/image/icon_7_hover.png);
  }



.as_icon8{
  background-image: url(../../assets/image/icon_1.png);
}
 .as_service_box:hover .as_icon8{
  background-image: url(../../assets/image/icon_2_hover.png);
  }



img, svg {
    vertical-align: middle;
}
.as_aboutimg span.as_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.as_aboutimg span.as_play:after, .as_aboutimg span.as_play:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    background-color: rgb(246 246 246 / 60%);
    animation: zoom 0.8s infinite alternate;
    border-radius: 100%;
    z-index: -1;
}
:after, :before {
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
}
.as_aboutimg span.as_play:after {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
}
.as_aboutimg span.as_play:after, .as_aboutimg span.as_play:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    background-color: rgb(246 246 246 / 60%);
    animation: zoom 0.8s infinite alternate;
    border-radius: 100%;
    z-index: -1;
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid #f4a636;
    margin-top: 20px;
}

.as_contact_expert {
    display: flex;
    margin: 40px 0;
    align-items: center;
    color: var(--dark-color1);
}
.as_contact_expert .as_icon {
  width: 69px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
}
.as_contact_expert .as_icon:before {
   position: absolute;
  left: -15px;
    top: -1px;
    bottom: 0;
    right: 0;
    border: 1px solid #dcdcdc;
    content: '';
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.as_year_ex {
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
    /*font-family: 'Philosopher', sans-serif;*/
    margin-right: 10px;
}
.as_contact_expert h5 {
    font-size: 18px;
    margin: 0;
}
.as_contact_expert h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0 0;
}
.as_btn, .as_btn:focus, .as_btn:visited {
    height: 45px;
  background:var(--color-orange);
   
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    border: none !important;
    position: relative;
    color: var(--white-color);
    border-radius: 45px;
    outline: none;
    min-width: 160px;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
}
.as_btn:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
}

.as_padderBottom50 {
    padding-bottom: 50px;
}
.as_padderTop20 {
    padding-top: 20px;
}

/*why choose us*/
.as_whychoose_wrapper {
    background-image: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/bg5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0 90px;
    position: relative;
    z-index: 1;
}
/*
.as_whychoose_wrapper:before {
    position: absolute;
    content: '';
    background: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/shape.svg") no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.as_whychoose_wrapper:after {
    position: absolute;
    content: '';
    background: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/shape.svg") no-repeat;
    transform: scale(-1);
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}*/
.as_whychoose_wrapper .as_heading {
    color: #ffffff;
}
.as_whychoose_wrapper p {
    color: #ffffff;
}

.as_padderBottom50 {
       padding-bottom: 8px;
}
.as_padderTop20 {
    padding-top: 20px;
}
.as_whychoose_wrapper p {
    color: #ffffff;
}

.as_choose_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_choose_ul li {
    display: inline-flex;
    width: 19.5%;
    justify-content: center;
    color: #ffffff;
}

.text-center {
    text-align: center!important;
}
.as_number {
    display: block;
    position: relative;
    width: 130px;
    margin: 0 auto;
}
.as_whychoose_box .as_number>span {
    font-size: 50px;
    /*font-family: 'Philosopher', sans-serif;*/
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*service*/
.as_service_wrapper {
    /*background-image: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/bg4.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 30px 0px;
}
.as_padderBottom20 {
    padding-bottom: 20px;
}
.as_padderTop20 {
    padding-top: 20px;
}
.as_service_box {
    background-color: #ffffff;
    padding: 59px 22px 25px;
    margin-top: 30px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
    border: 1px solid rgb(231, 231, 231);
    position: relative;
    min-height: 322px;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}
.as_service_box .as_icon svg {
    fill: #f38035;
    transition: none;
}

.as_service_box .as_subheading {
    margin: 13px 0 8px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    transition: none;
}
.as_subheading {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--dark-color1);
}
.as_service_box p {
    transition: none;
}
.as_link {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 17px;
    color: var(--secondary-color);
    letter-spacing: 0.6px;
    font-weight: 500;
    display: flex;
    margin-top: 15px;
    justify-content: center;
    transition: none;
    cursor: pointer;
}
.as_link .svg-inline--fa{
  margin-left: 9px;
    margin-top: 2px;
}
.as_service_box .as_link span svg, .as_service_box .as_link span {
    transition: none !important;
    fill: var(--primary-color);
}
.contact .svg-inline--fa{
  color:#fff;
}
.as_link span {
    margin: -1px 0 0 5px;
}
.as_service_box .as_link span svg, .as_service_box .as_link span {
    transition: none !important;
    fill: var(--primary-color);
}
.as_service_box:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
}
.as_service_box {
    background-color: #ffffff;
   padding: 21px 22px 20px;
    margin-top: 22px;
   box-shadow: 0 4px 8px 0 rgb(132 132 132 / 90%);
    border: 1px solid rgb(231, 231, 231);
    position: relative;
    min-height: 322px;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}
.as_service_box P{
        text-align: left;
    text-overflow: ellipsis;
    height: 143px;
    overflow: hidden;
} 

.as_service_box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -135px;
    background-image: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/circle.png");
    width: 271px;
    height: 270px;
    animation: circle 9s infinite linear;
    -webkit-animation: circle 9s infinite linear;
    -moz-animation: circle 9s infinite linear;
    z-index: -1;
}
@keyframes circle{
  100%{
    transform: rotate(360deg);
  }
}

/*blog section*/
.as_blog_detail ul li a .svg-inline--fa {
    color: var(--secondary-color);
    margin-right: 10px;
}
.as_blog_wrapper {
    background-image: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/bg4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*.as_heading {*/
/*    font-size: 36px;*/
/*    text-transform: capitalize;*/

/*    position: relative;*/
/*    margin: -8px 0 0;*/
/*    color: var(--dark-color1);*/
/*    font-weight: 600;*/
/*}*/

.as_heading{
       position: relative;
    z-index: 1;
  margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
   padding: 13px 31px 0px;
   display: inline-block;
   width: 235px;
    height: 52px;
   background:var(--color-orange);
}

/*.as_heading:before{*/
/*       position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    content: "";*/
/*    background: url(background-tittle.png);*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    background-repeat: no-repeat;*/
/*    display: inline-block;*/
/*    z-index: -1;    */
/*}*/
/*.as_heading:before{*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    z-index: -1;*/
/*    width: 225px;*/
/*    height: 52px;*/
/*    background-image: -webkit-linear-gradient( 0deg , rgb(244,170,54) 0%, rgb(243,115,53) 100%);*/
/*}*/
.as_heading:after{
    position: absolute;
    top: -1px;
    right: -1px;
    content: "";
    display: inline-block;
    z-index: -1;
    border-left: 28px solid transparent;
    border-top: 28px solid #fff;
    border-bottom: 26px solid;
}
.v3_blog_wrapper .row {
    justify-content: center;
}
.as_blog_box {
    margin-top: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgb(231, 231, 231);
    overflow: hidden;
}
.as_blog_img {
    position: relative;
    margin-bottom: 36px;
}
.as_blog_img .as_btn {
    position: absolute;
    right: 35px;
    bottom: -25px;
    color: #fff;
    padding: 0 5px;
}
.as_btn .svg-inline--fa{
         font-size: 39px;
    
}
.as_blog_box ul li {
    display: inline-flex;
    margin-right: 30px;
    font-size: 14px;
    line-height: 24px;
}

.as_blog_box .as_subheading {
    line-height: 28px;
    margin: 8px 0;
    font-size: 20px;
    transition: all 0.3s linear;
}
.as_subheading {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--dark-color1);
}
.as_blog_detail {
    padding: 0 20px 20px;
}

.as_margin0 {
    margin: 0px !important;
}
.as_blog_detail p{
  margin: 0px !important;
    font-family: 'Lato', sans-serif;
    color: var(--primary-color);
    font-weight: 500;
}

.as_blog_box .as_subheading {
    line-height: 28px;
    margin: 8px 0;
    font-size: 20px;
    transition: all 0.3s linear;
}
.as_blog_box .as_subheading>a {
    transition: none;
}
h4.as_subheading a{
  font-size: 20px;
    font-weight: 400;
    /*font-family: 'Philosopher', sans-serif;*/
    color: var(--primary-color);
    text-decoration: none;
}
.as_blog_detail ul li a{
    color: var(--primary-color);
    text-decoration: none;
}
.as_padderTop60 {
    padding-top: 60px;
}

.as_icon .lnr{
  font-size: 70px;
  color: var(--secondary-color);
  font-weight: 400;
}

.as_service_box:hover .as_icon svg {
    fill: #fff;
    transition: none;

}
.as_service_box:hover .as_icon .lnr{
  color: #fff;
}
.as_service_box:hover .as_subheading,
.as_service_box:hover .as_paddingBottom10,
.as_service_box:hover .as_link,
.as_service_box:hover .as_link span svg{
    color: var(--white-color);
    fill: var(--white-color);
}
.top_box img{
  border-radius: 5px
}




/*online course*/
.cources_name h3{
     font-size: 20px;
    margin-bottom: 10px;
}
.cources_name ul li{
  position: relative;
  list-style: none;
  margin-left: 16px;
}
.cources_name ul li:before{
  position:absolute;
  left: -20px;
  content: '\2727';

}
.details_cource{
  text-align: center;
    background: #f37435;
        padding: 20px 0px;
         border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.details_cource h3{
    color: #fff;
    font-size: 30px;
}
.details_cource p{
  font-size: 24px;
  color:#fff;
}  
.points{
padding: 15px 52px;
}
.points ul li{
    padding: 10px 0px;
    font-size: 20px;
    position: relative;
}
.points ul li:before{
  position: absolute;
    content: '\2727';
    left: -23px;
    top: 10px;
  
}
.box_course{
  border: 1px solid #ccc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
.fees_rate{
  text-align: center;
    padding: 10px;
   
}
.fees_rate a{
  border: 1px dashed;
    padding: 10px;
    margin-bottom: 19px;
    display: inline-block;
    width: 180px;
    height: 50px;
    font-size: 25px;
}
/*footer*/
.whatsaap_icon{
   position: fixed;
      right: 24px;
    bottom: 27px;
    width: 50px;
    height: 50px;
    z-index: 999;
}
.payment {
    width: 200px;
    margin: 0px 8px;
}
.payment img{
    width: 100%;
}
.as_contact_list li .svg-inline--fa {
    margin-right: 15px;
    font-size: 15px;
    color:#9b9b9b;
}
.bg-footer {
    position: relative;
    color: #fff;
    z-index: 1;
}



/*.as_footer_wrapper:before {
    position: absolute;
    content: '';
    background: url("https://kamleshyadav.com/html/astrology/version-3/assets/images/shape.svg") no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}*/
.as_know_sign_wrapper {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    position: relative;
    z-index: 1;
}
.as_know_sign_wrapper .as_heading {
    color: #fff;
    padding: 11px 0 0;
}

.as_sign_form ul li {
    display: inline-flex;
    width: 23%;
    margin-left: 15px;
}
.as_footer_inner {
    display: flex;
    border-bottom: 1px solid rgb(34 0 0 / 30%);
    color: #000;
}
.as_footer_widget {
    margin-top: 30px;
}
.as_footer_widget>p {
    margin: 0px 0 20px;
    font-size: 16px;
    color: #9b9b9b;
    font-family: 'Quicksand', sans-serif!important;
}
.as_footer_widget .as_contact_list li {
    padding-left: 0;
    display: flex;
    align-items: baseline;
}
.as_footer_widget > ul > li {
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
    padding-left: 18px;
}
.as_footer_widget .as_contact_list li img {
    margin: 0 15px 0 0;
    transform: translateY(3px);
}
.as_footer_widget .as_contact_list li p {
    margin: 0;
}
.as_footer_widget > ul > li a {
    transition: 0.2s linear;
}
.as_footer_widget > ul > li {
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
}
.as_footer_widget {
    margin-top: 30px;
}
.as_footer_heading {
    font-size: 20px;
    line-height: 46px;
    margin: 0;
    position: relative;
    margin-bottom: 8px;
        color: var(--color-orange);
        font-weight: bold;
}
.as_footer_widget > ul > li:before {
    content: '\2727';
    position: absolute;
    border-radius: 100%;
    left: -8px;
    top: 0px;
    font-size: 25px;
}

.as_newsletter_box .form-control {
    border-radius: 45px;
    height: 45px;
}
.form-control {
    height: 45px;
    background-color: #ffffff;
    border: 1px solid rgb(121 121 121 / 20%);
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    padding: 0 28px;
    border-radius: 45px;
}
.as_newsletter_box .as_btn {
    position: absolute;
    right: 5px;
    height: 35px;
    top: 5px;
    bottom: 5px;
       min-width: 38px;
    z-index: 1;
}
.as_newsletter_box .as_btn:hover{
  color: var(--color-orange)
}
.as_newsletter_box .as_btn img {
    width: 17px;
}
.as_btn:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
}
.as_newsletter_box {
    position: relative;
}
.as_login_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.as_login_data label {
    font-weight: 400;
    margin: 0;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    color: #9b9b9b;
}
label {
    display: inline-block;
}
.as_footer_widget .as_login_data label .checkmark {
   border: 1px solid #000000;
}
.as_login_data label .checkmark {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    border: 1px solid #e7e7e7;
}
.as_login_data label input:checked + .checkmark:after {
    transform: rotate(-45deg) scale(1);
}
.as_login_data label .checkmark:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    transform: rotate(-45deg) scale(0);
    top: 3px;
    left: 3px;
}
.sticky {
    display: flex;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  animation: headerdown 0.5s ease-in-out;
  border-bottom: 2px solid var(--secondary-color);
  transition:0.5s linear all;
}
@keyframes headerdown{
  0%{
    top:2px;
  }
  100%{
    transform: translateY(0px);
  }
}
 .appointment a {
    background: var(--secondary-color);
    padding: 11px 14px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
}
.sticky.header .logo{
  display: inline-block;
}
/*@keyframes headerdown{*/
/*  0%{*/
/*    top:-10px;*/
/*  }*/
/*  100%{*/
/*    transform: translateY(10px);*/
/*  }*/
/*}*/

label input{
  opacity: 0;
  visibility: hidden;
}
.as_footer_widget ul{
  list-style: none;
}
.as_copyright_wrapper{
     padding: 10px 0px;
}
.as_footer_widget ul li a{
  color: #9b9b9b;
  text-decoration: none;
  font-size:16px;
}

.list_stylenone li:before{
    content: none!important;
}
.bg-color.icon li .svg-inline--fa{
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/*slider team*/
.item{
    /*box-shadow: -1px 1px 13px -8px rgb(0 0 0 / 75%);*/
        box-shadow: 1px 1px 8px #ccc;
    padding: 15px 15px;
    margin: 0px 11px;
    /*border: 1px solid #ccc;*/
}
.slider .item{
  border: 1px solid #ccc;
}
.top_box{
  width: 120px;
    height: 120px;
}
.top_box img{
    width: 100%;
    height: 100%;
}
.centent .name{
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
}
.centent ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-left: 12px;
}
.centent ul li{
    font-size: 16px;
        margin-bottom: 12px;

}
.centent ul li span{
    margin-left: 10px;
    font-size: 16px;
}
.problems_solution{
    margin-top: 15px;
}
.problems_solution p{
   font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #9b9b9b;
}
.problems_solution .svg-inline--fa {
  font-size: 22px;
    margin-right: 10px;
    margin-top: 6px;
}
.contact{
  width: 80px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: var(--color-orange);
    margin: 10px auto;
}
.contact a .svg-inline--fa{
    font-size: 20px;
    line-height: 39px;
}
.contact a{
    color: #fff;
}
.star{
    text-align: center;
}
.star li{
    display: inline-block;
}
.star li .svg-inline--fa {
    color: var(--secondary-color);
    margin-top: 5px;

}
.slider{
    padding: 25px 0px;
}


/*owl navigation*/
.slider  {
  position: relative;
}
.owl-nav .owl-prev{
 position: absolute;
    left: -25px;
    top: 43%;
    background: #fff!important;
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    box-shadow: 0 4px 8px 0 rgb(132 132 132 / 90%);
}
.owl-nav .owl-next{
 position: absolute;
    right: -31px;
    top: 43%;
    background: #fff!important;
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    box-shadow: 0 4px 8px 0 rgb(132 132 132 / 90%);
}
.owl-nav .owl-prev span{
     color: #f37a35;
    font-size: 60px;
    line-height: 36px;
}
.owl-nav .owl-next span{
      color: #f37a35;
    font-size: 60px;
    line-height: 36px;
}



.as_subheading span{
    display: block;
}

.as_copyright_wrapper p{
       padding-top: 18px;
      
}
.as_padderTop80.as_padderBottom80.bg-white-2{
    padding-bottom: 80px;
}
/*slider team end*/

/*gallery*/
/*.card{
    width: 275px;
    position: relative;
    display: inline-block;
    height: 275px;
    margin-right: -6px;
    margin-top: -6px;
    border: 1px;
}*/
.galleryy .item{
    margin: 0px;
    padding: 0px;
}
.card-image,
.card-image img{
    width: 100%;
    height: 100%;
}






@media screen and (max-width:1920px){
    .headerr .item .cover .header-content {
    padding: 170px 0px 1px;
}

}
@media (min-width: 1400px) and (max-width: 1810px){

.as_info_detail ul li, .as_right_info, .as_menu >ul >li {
    font-size: 14px;
}
.as_info_detail ul li, .as_right_info, .as_menu >ul >li {
    font-size: 14px;
}

}
@media (max-width: 1800px){
.as_whychoose_wrapper:before, .as_footer_wrapper:before {
    top: -1px;
}
.as_whychoose_wrapper:after, .as_banner_wrapper:after {
    bottom: -1px;

}
.as_whychoose_wrapper:before, .as_footer_wrapper:before {
    top: -1px;
}
}
@media screen and (max-width:1366px){
  .sticky .wrapper {
    width: 82%;
}
}
@media screen and (max-width:1024px){
  .iconcontent p {
    width: 135px;
}
@media screen and (max-width:991px){
    .nav-links li .drop-menu li a {
    color: #fff;
    border-bottom:none;
    font-size: 15px;
}
.nav-links .drop-menu {
    background: #242526;
}

.drop-menu li::nth-last-child(n){
        border-bottom:none;
}
}
@media screen and (max-width: 970px) {
 .display_none_language{
    display:block;
}
.subheader{
    display:none;
}
.headerr .headerslider .item {
height: 200px;
}
.headerr .item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.display_none_language select {
    padding: 7px 0px;
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #fff;
    text-overflow: ellipsis;
    width: 57px;
    margin: 0px 15px 0px;
}
    .videoheight{
        height:auto;
    }
    .headerr .item .cover {
    height: 132%;
    }
    .btnlogin{
      width: 30px;
    height: 30px;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 26px;
        
    }
    .btnlogin .svg-inline--fa {
        color: #fff;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }
     .activetogggle{
     max-height:100%!important;
 }
    .nav-links li:after{
        content:none;
    }
  .wrapper .btn{
    display: block;
  }
 .wrapper .btn {
    color: #000;
}
.btn-login a {
    width: 78px;
    height: 34px;
}
.sticky.header .logo {
    display: inline-block;
     margin-left: 0px; 
}
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }   
   .liststyle ul li {
       width:30%;
   }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
   margin: 0px 2px;
    border-bottom: 1px solid #ccc;
  }
  .nav-links li a{
     display: block;
    font-size: 15px;
    padding: 9px 0px;
    color: #fff;
  }
  .btn.close-btn .svg-inline--fa{
      color:#fff;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  /*#showDrop:checked ~ .drop-menu,*/
  /*#showMega:checked ~ .mega-box{*/
  /*  max-height: 100%;*/
  /*}*/

  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
@media screen and (max-width: 767px){
    .as_footer_widget {
    margin-top:0px;
}
    .contactno a {
    font-size: 16px;
}
.imageastro {
    margin-top: 66px;
}
.ourservice_none_mobile{
    display:none;
}
    .contactno a span .svg-inline--fa {
    font-size: 13px;
    margin: 0px 5px;
}
    .header-content p{
    font-size: 13px;
    margin-top: 0px;
}
    .contact {
    width: 82px;
    height: 42px;
    }
    .login {
    display: flex;
   justify-content: space-around;
    width: 54%;
}
    .as_padderTop80 {
    padding-top: 34px;
}
    .item.bgheader3 {
        background-position: 33% 75%;
}
.as_padderBottom80 {
    padding-bottom: 25px;
}
.content13 h3 {
    font-size: 26px;
    margin: 5px 0 4px;
}
.content13 p {
    padding: 0px 60px 0px 0px;
    font-size: 13px;
}
.content13{
 right: -19px;
    top: 111PX;
    width: 100%;
}
/*.bgheader:before,*/
/*.bgheader3:before,*/
/*.bgheader1:before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    top:0px;*/
/*    left:0px;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:rgba(0,0,0,0.5);*/
/*}*/
.item.bgheader {
    background-position: 4% 43%;
}
.content12 p {
    padding: 0px 44px 0px 0px;
    font-size: 13px;
}
.content12 h3 {
    font-size: 31px;
    margin: 10px 0 0px;
 }
 .content12{
    right: -19px;
    top: 111PX;
    width: 100%;
}
.contactus {
    width: 96px;
    height: 31px;
    line-height: 31px;
    padding: 0px;
    font-size: 13px;
}
.content14 {
    position: absolute;
    left: 17px;
   top: 145PX;
    width: 100%;
}   
.content14 h3 {
    font-size: 26px;
    margin: 3px 0 2px;
}
.content14 p {
    padding: 0px 18px 0px 0px;
    font-size: 13px;
}
    .bg-white {
    width: 100px;
    height: 100px;
}
.boxfooter:before {
    height: 100px;
    width: 100px;
}
.bg-white div h3 {
    font-size: 10px;
}
    .view_all a {
        padding: 5px 15px;
    font-size: 14px;
    margin-bottom: 27px;
}
    .margin-top-10 {
     margin-top: 0px; 
    margin-bottom: 60px;
}
    .item.videoheight{
        background-position: 48% 101%;
    }
    .imageradius{
        margin-top:6px;
    }
    .flex_direction{
        flex-direction:column;
    }
    .clientimage {
    width: 97px;
    border-radius: 50%;
    margin: 10px auto 16px;
}
    .headercontact {
    flex-direction: column;
}
.contactno {
    justify-content: flex-start;
        margin-top: 13px;
}
.contactno a span {
    padding: 1px 8px;
    margin: 0px 4px 0px 0px;
}
    .contentheader1:before {
   width: 300px;
    height: 300px;
    top: 80px;
    right: 61px;
}
.content h2 {
    font-size: 32px;
    text-align: center;
}
 .content p {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
}
.content {
    right: 63px;
    top: 72px;
    width: 288px;
 }

 .headerr .item .cover .header-content h1 {
    font-size: 18px;
    margin-bottom: 0px;
 }
 .headerr .item .cover .header-content h2 {
    font-size: 14px;
   margin-bottom: 0px;
}
.headerr .item .cover .header-content h4 {
    font-size: 12px;
    line-height: 24px;
}
.contactno a span .svg-inline--fa {
    font-size: 15px;
}
.d-flex.headercontact{
    display:block;
}
.d-flex.headercontact
    .headerslidermobile{
        display:block;
    }
    
     .subheader .as_info_detail .container-fluid .row .col-lg-3 > .logo,
          .subheader .as_info_detail .container-fluid .row .col-lg-6 > .liststyle
  {
    display:none;
  }
  .liststlye ul li{
       padding:0px;
  }
  .display-flex-end{
      justify-content:center;
  }
    #nav{
        display:flex;
    }
    .menu-btn{
        position:absolute;
        right:0px;
    }
    

.headerr .item .cover .header-content {
       padding: 0px 10px 1px;
}
.headerr .item .cover {
    padding: 23px 0;
    top: -22px;

}
    .flex-direction{
        flex-direction: column;
    }
    .icon {
    
    display: flex;
    justify-content: center;
}
.card {
    width: 100%;
    }
.as_choose_ul li {
    width: 100%;
}
.as_contact_expert .as_icon:before {
    position: absolute;
    left: -8px;
    }
    .as_contact_expert .as_icon {
    width: 69px;
    height: 69px;
}
    .as_icon{
        display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 28px;
    padding-left: 10px;
    }
    .readmore {
    height: 47px;
}
.as_contact_expert {
    justify-content: center;
}
.margin-top-150 {
    margin-top: 70px;
}
.as_service_box {
    background-color: #ffffff;
    padding: 0px 14px 25px;
}
.as_subheading span{
    display: inline-block;
}
}   
@media screen and (max-width: 425px){
    nav .wrapper {
    padding: 0px 12px;
        justify-content: space-evenly;
    }
    .logo {
    width: 150px;
}
    .as_heading:after {
    border-left: 22px solid transparent;
    border-top: 22px solid #fff;
}
    .header-content p {
     margin-top: 0px; 
}
.owl-nav .owl-next {
    right: -7px;
    top: 43%;
    width: 30px;
    height: 30px;
}
.owl-nav .owl-next span {
       font-size: 35px;
    line-height: 23px;
}
    .login .language{
        display:none;
    }
    .as_contact_expert .as_icon:before {
   left: -12px;
    top: -13px;
}
.owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    left: -11px;

}
.as_heading {
    width: 192px;
    height: 42px;
    line-height: 42px;
    padding: 0px 14px 0px;
    font-weight: 600;
}
.owl-nav .owl-prev span {
        font-size: 35px;
    line-height: 23px;
}
.as_contact_expert .as_icon {
    width: 47px;
     height:auto; 
     padding: 0px;
}
.as_contact_expert .as_icon:before {
   width: 70px;
    height: 70px;
}
.contentheader1:before {
    width: 250px;
    height: 250px;
    top: 113px;
    right: 55px;
}
.content {
    right: 46px;
    top: 113px;
    width: 257px;
}
.content p {
    font-size: 20px;
 }

}