@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');



body{
  margin:0;
  padding:0;
  color:#b14305;
  font-family: "Quicksand", sans-serif;
}
.main{
  margin: auto;
  padding: 0;
  width: 94%;
}
a{
  color: #000;
  text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}
p{margin:0;}

/*font-family: 'Rancho', cursive;*/

/*  font-family: "DM Serif Text", serif;
*/
/* START HEADER SECTION*/


/* start top head section*/


.tophead-section{
  padding:0;
  background: #ffffff00;
}
.tophead-section1{
  padding: 0;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tophead-left{
  padding: 0;
}
.tophead-left1{
  padding:0px;
}

.top-left1{
  padding: 0px;
}
.top-left2{
  padding: 0;
  border:1px solid;
}
.animated-words1 {
   background: #fff;
   padding: 17px 4px;
}
.animated-words1 span{
  font-size:15px;
  font-weight:600;
}
.animated-words1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
    color: #b14305;

}
.animated-words1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
    color: #b14305; 
}
.animated-words1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
    -ms-animation-delay: 9s; 
    animation-delay: 9s; 
    color: #b14305;
}
.animated-words1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
    -ms-animation-delay: 12s; 
    animation-delay: 12s; 
    color: #b14305;
}
.animated-words1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
    -ms-animation-delay: 15s; 
    animation-delay: 15s; 
    color: #b14305;
}
.animated-words1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #b14305;
    -webkit-animation: animateWord1 18s linear infinite 0s;
    -ms-animation: animateWord1 18s linear infinite 0s;
    animation: animateWord1 18s linear infinite 0s;
    font-size: 22px;
    top: 3px;
    font-family: 'El Messiri', sans-serif;
}
@-webkit-keyframes animateWord1 {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-20px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(20px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

.top-right1{
  padding: 0px;
  text-align: center;
}
.top-right2{
  padding: 0px;
}

.animated-words {
   
}

.animated-words span{
  color:#ffc000;
  font-weight:500;
  text-transform:capitalize;
  margin:0;
  font-size:17px;
}
.animated-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
}
.animated-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
}
.animated-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
    -ms-animation-delay: 9s; 
    animation-delay: 9s; 
}
.animated-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
    -ms-animation-delay: 12s; 
    animation-delay: 12s; 
}
.animated-words span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
    -ms-animation-delay: 15s; 
    animation-delay: 15s; 
}
.animated-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: animateWord 18s linear infinite 0s;
    -ms-animation: animateWord 18s linear infinite 0s;
    animation: animateWord 18s linear infinite 0s;
    font-size: 20px;
    top: 3px;
    width: 100%;
    left: 0;
}
@-webkit-keyframes animateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-20px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(20px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

.top-counter1{
  padding: 0 0px 10px 15px;
}
.top-counter2{
  padding: 0px;
}
.stats {
  padding: 0px 0px;
  text-align: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
 }
.stats i{
  font-size: 60px;
}
.counting1{
  padding:0;
}


.counting1 .counting{
   background:#ffc000;
   color:#000;
   padding: 6px 23px;
   font-size: 22px;
   line-height: 39px;
   font-weight: 600;
   margin: 0;
}
.top-txt{padding:0;}
.top-txt p{
    font-size: 17px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
    margin: 0px;
}


/*test top change end*/




.tophead-right{
  padding: 0 10px;
}
.tophead-right1{
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toplist{
  padding: 0px;
}
.toplist1{
  padding: 0 20px 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}




.top-call{
  padding: 0px;
}
.topcall1{
  padding: 0;
  color:#fff;
}
.topcall1 a{
  color: #ffffff;
  background: #b14305;
  font-size: 16px;
  padding: 8px 15px;
  width: fit-content;
  text-shadow: 0px 1px 10px #fff;
  display: block;
  text-transform:uppercase;
  text-decoration: none;
  font-weight: 600;
}

/* end top head section*/

/* start head section*/

.head-section{
  padding: 30px 0 0;
}
.head-section aside{display:none;}
.mobile-header{display:none;}
.head-logo1{
  padding: 0;
}
.head-logo2{
  padding: 0px;
  text-align: center;
}
.head-right1{
  padding: 0 0px 9px 10px;
}
.head-right2{
  padding: 0 0px 10px 0px;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-left1{
  padding: 0px;
}
.head-left2{
  padding: 0px;
}
.head-left2 img{

height: 35px;
}
.head-left2 a{
  color: #000000;
  font-size: 42px;
  text-transform: capitalize;
  margin:0;
  padding: 0 0px 0 0;
  font-weight: 800;
  text-decoration: none;
}
.head-left2 p .chat {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 auto;
  display:block;
  font-weight: 500;
  padding: 5px 18px;
  border-radius: 40px;
  width: fit-content;
  background: #00d500;
}
.head-left2 p .chat span{
  color:#00cc10;
  font-weight: 600;
  font-size: 19px;
  animation: blk 0.3s infinite;
}
@keyframes blk{
  0%{color:#00cc10;}
  50%{color:#ffffff;}
  100%{color:#00cc10;}
}




.head1right1{
  margin: 0 auto;
  padding: 0;
}

.img-left{
  width: 20%;
}
.content-right{
}
.content-right span{
  color: #b14305;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
}
.content-right p{
  color: #000000;
  font-size: 12px;
  margin:0;
  font-weight: 500;
  padding: 4px 0 0 0;
  text-transform: uppercase;
}



.head-bottom{
  padding: 0;
}
.head-bottom p{
  color:#000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin:0;
  padding: 0px 0 8px;
}
.head-bottom ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.head-bottom ul li{
    padding: 7px 6px;
    border:1px solid #222;
    color: #ac0000;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    margin:0 4px;
    border-radius: inherit;
    font-size: 16px;
}
.head-bottom li i{
    padding: 0 5px 0 0;
    color: #fff;
}
.head-bottom li:nth-child(2){
    background: #b14305;
    color: #fff;
    border: 0;
}
.head-bottom li:nth-child(3){
    background:#2e2e2e;
    color: #fff;
}
.head-bottom li:nth-child(4){
    background:#b14305;
    color: #fff;
    border:0;
}

/* end head section*/


/* start head list section*/

.head-list{
    padding:0;
}
.head-list1{
    padding: 0px;
    text-align: center;
}
.head-navigation1{
    padding: 0px;
}
.head-navigation2{
    padding: 0% 0 0px 0px;
}
.logo-mobile{display:none;}
/*start navbar toggal*/
.navbar-inverse .navbar-toggle:hover {
    background-color: #800000;
}
.navbar-inverse .navbar-toggle {
    border-color: #ffa704;
    float: right;
    background: #b14305;
    border: 0;
    padding: 13px 11px;
    border-radius: 0;
    margin: -70px 20px 0 0px;
}
/*end navbar toggal*/

.navbar {
    position: relative;
    min-height: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    transition: 0.4s ease-in-out;
    border: 1px solid #ffffff;
}
.navbar-inverse {
    border: none;
    padding: 0px;
    z-index: 99;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    padding: 4px 45px 4px 45px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #b14305 !important;
    transition: 0.8s;
}
.navbar-nav {
    padding: 0px 0px;
    border-radius: 8px;
    margin: 11px 0px;
    float: none;
}
.navbar-nav>li{
   padding: 0 0;
   float: none;
   display: inline-block;
}
.border-none:after{
  display:none;
}

.navbar-nav>.active>a{
  background-color:transparent;
  color:#b14305;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #b14305;
    background-color: #08080800;
}
.navbar-nav>.line{
    border-right:0;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
    border-color: #ffa70400;
    box-shadow: inset 0 1px 0 rgb(242 134 5 / 0%);
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}


.navbar-inverse {
    background-color: #00000000;
    border-color: transparent !important;
}

.navbar-inverse .navbar-nav>.open>a{
    background:#002100;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #084473;
    background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #b14305 !important;
    color: #ffffff !important;
}

.nav-right1{
  padding: 10px 10px 0;
}
.nav-right2{
  padding: 0px;
}
.nav-right2 a{
  background: #b14305;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding: 12px 25px;
  text-decoration: none;
  font-size: 21px;
  font-weight: 500;
}
/* end head list section*/


/* start mobile header section  */

@media (max-width: 767px){
.tophead-section{display:none;}
.mobile-header{display: block;position: relative;overflow: hidden;}
.head-section{
  background: url(../images/background.jpg) no-repeat;
  padding: 5px 0 0;
  background-size: cover;
  background-attachment: fixed;
}
.head-section aside{
  color: #fff;
  font-size: 18px;
  padding: 0 0 10px 0;
  font-weight: 700;
  display: block;
}
.head-logo1{width:60%}
  .navbar-inverse .navbar-nav>li>a{padding: 5px 0;color: #fff;text-transform: capitalize;text-align: left;font-size: 16px;}
.mobile-header span{
  display:block;
  position: relative;
}
.mobile-header span .round-image {
  position: absolute;
  content: '';
  background-position: center;
  top: -31px;
  animation: rotate 8s linear infinite;
  filter: brightness(0) invert(1);
  opacity: 0.4;
  background-size: auto;
  background-repeat: no-repeat;
  left: 0px;
  min-width: 277px;
  min-height: 277px;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.mobile-header i{
  font-size: 24px;
  color: #fff;
  display: block;
  background: #eeeeee5c;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  padding: 3px 0px;
}
  .head-right1{display:none;}
  .header-img{display:none;}
  .logo-mobile{display: block;}
  .logo-desktop{display:none;}

.mobile-header img{height:400px;z-index: 99;position: relative;}


}
/* end mobile header section */









/* start header image section*/

.header-img{
  padding: 0;
}

/* end header image section*/

/* END HEADER SECTION */


/*start best services section*/

.bestservices-section{
  padding: 0;
}
.bestservices-section1{
  padding: 100px 0px 50px;
}
.horoscope-head{
   padding: 0;
   text-align: center;
}
.horoscope-head p{
  color: #5d5d5d;
  font-size: 17px;
  padding: 0px 0 0px 0px;
  margin: 0;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.horoscope-head strong{
  font-weight: 500;
  font-size: 65px;
  text-transform: capitalize;
  color:#b14305;
  font-family: "DM Serif Text", serif;
}

.best-services{
  overflow: hidden;
  padding: 170px 0px 0px 0px;
}
.best-services1{
  padding: 20px;
}
.best-services2{
  border-radius: 26px;
  text-align: center;
  padding: 0px 25px 25px 25px;
  position: relative;
  background: linear-gradient(45deg, #b14305, #7a3300);
}
.best-services3 {
  margin-bottom: -80px;
  padding: 0;
  position: relative;
}
.best-services3:before {
    position: absolute;
    content: '';
    background-image: url(../images/service-page-before.png);
    width: 100%;
    background-position: center;
    height: 100%;
    display: flex;
    top: -131px;
    animation: rotate 8s linear infinite;
    background-size: auto;
    background-repeat: no-repeat;
    left: -20px;
    z-index: -99;
    min-width: 337px;
    min-height: 337px;
    right: 0;
    margin: 0 auto;
}
.best-services3 img{
  border-radius:50%;
  margin: -90px auto 0;
  display: block;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.best-services4{
  padding: 100px 0px 0px;
  text-align: center;
}
.best-services4 strong{
    font-size: 25px;
    margin: 0;
    color: #ffc000;
    text-transform: capitalize;
    padding: 0px 0;
    font-weight: 700;
}
.best-services4 p{
  color: #ffffff;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  font-size: 15px;
  padding: 10px 0 20px 0;
}
.best-services4 a{
    float: left;
    color: #fff;
    background: #d90a0a;
    padding: 9px 17px 10px;
    border-radius: 14px;
    margin: 0px 0 0 0;
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.best-services4 a img{
    width: 26px;
}
.best-services4 .talk-astro span {
  border-color: #d90a0a;
  
}
.best-services4 .talk-astro1 img{
    width:40px;
}
.best-services4 .talk-astro1{
    float: right;
    background:#4fc040;
}
.best-services4 a span{
  display: block;
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 32px;
  border: 2px solid #4fc040;
  outline: 2px solid #ffffff;
  margin: 0 auto 5px;
  border-radius: 50%;
} 
/*end best services secion*/

/* start why choose us section*/

.chooseus-section{
  padding: 70px 0px;
}
.chooseus-section1{padding: 0;}
.choose-us1{
  padding: 0;
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
}
.chooseus-left1{
  padding: 0;
}
.chooseus-left2{
  padding: 0px;
  text-align: center;
}
.chooseus-left2 img{
  /* height:450px; */
  border-radius: 40px;
}


.chooseus-right1{
  padding: 10px;
}
.chooseus-right2{
  padding: 0 0  0 30px;
}
.choose-head{
   padding: 0px 0;
   text-align: left;
}
.choose-head p{
  color: #000000;
  font-size: 24px;
  padding: 0px 0 0px 0px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.choose-head strong{
  font-weight: 500;
  font-size: 69px;
  text-transform: capitalize;
  color: #b14305;
  font-family: "DM Serif Text", serif;
}
.choose-head strong span{
  color: #ffc000;
  font-weight: 700;
}
.choose-head .line{
  width: 8px;
  height: 8px;
  border-radius:50px;
  background: #ffc000;
  /* display:inline-block; */
  position:relative;
  margin: 0px auto;
}
.choose-head .line:after{
  content:'';
  border:1px solid #ffffff;
  width: 40px;
  position:absolute;
  left: 8px;
  top: 4px;
}
.choose-head .line:before{
  content:'';
  border:1px solid #ffffff;
  width: 40px;
  position:absolute;
  right:8px;
  top: 4px;
}
.choose-content{
  padding: 30px 0px 0 0px;
}
.choose-content p{
  color: #000000;
  text-align: left;
  line-height: 35px;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* end why choose us section*/



/* start about us section*/

.aboutus-section{
  padding: 0;
}
.aboutus-section1{
  padding: 50px 0px 40px;
  border-bottom: 1px dashed #a9a9a9ee;
}
.aboutus-head{
  padding: 0px 0;
  text-align: center;
}
.aboutus-head strong{
  color:#b14305;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin:0;
}

.aboutus-head p{
  color:#222;
  font-size: 19px;
  text-transform: capitalize;
  margin:0;
  padding: 0px 0 9px 0;
  font-weight: 500;
}

.aboutus-content1{
  padding: 10px;
}
.aboutus-content2 {
  padding: 10px 0;
  /* text-align: center; */
}
.aboutus-content2 img{
   height: 400px;
   box-shadow: 14px 12px 7px 4px #a23f044f;
   border-radius: 20px;
   float:right;
}

.aboutus-content2 p{
  color: #222;
  margin:0;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  padding: 17px 0 0px;
}
.aboutus-content2  p strong{
  color: #b14305;
  font-weight: 700;
}
.aboutus-content2 ul{
  text-align: left;
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}
.aboutus-content2 h2{
  color: #000000;
  font-weight: 700;
  border-bottom: 2px solid #7e3400;
  font-size: 22px;
  padding: 20px 0 2px;
  width: fit-content;
  text-transform: uppercase;
}
.aboutus-content2 ul li{
  margin:0;
  font-size: 14px;
  padding: 0px 0;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 27px;
}
.aboutus-content2 li:before {
    color: #b14305;
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    font-size: 20px;
    padding: 0 6px 0 0px;
    font-family: "Font Awesome 5 Free";
}
.view-more{
  padding:10px 0;
  text-align:left;
}
.view-more a{
  background:#b14305;
  color:#fff;
  display: block;
  font-weight: 600;
  padding: 9px 20px;
  border-radius:4px;
  font-size: 18px;
  text-transform:uppercase;
  width: fit-content;
}
.aboutus-content2 span{
  color:#b14305;
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  margin:0;
  display: inline-block;
  padding: 10px 0 0;
}
.aboutus-content2 span .line{
  width: 8px;
  height: 8px;
  border-radius:50px;
  background: #b14305;
  /* display:inline-block; */
  position:relative;
  margin: 4px 43px 20px;
}
.aboutus-content2 span .line:after{
  content:'';
  border:1px solid #d8d8d8;
  width: 40px;
  position:absolute;
  left: 8px;
  top: 4px;
}
.aboutus-content2 span .line:before{
  content:'';
  border:1px solid #d8d8d8;
  width: 40px;
  position:absolute;
  right:8px;
  top: 4px;
}

/* end about us section*/

/* start our services section*/

.ourservices-section{
  padding: 0;
  background: #f9f9f9;
}
.ourservices-section1{
  padding: 40px 0px 100px;
}
.our-services1{
  padding: 0px;
}

.our-services2{
  padding: 10px;
}
.our-services3{
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #ccce;
}
.ourservices-left1{
  padding: 10px;
}
.ourservices-left2{
  padding: 0px;
  text-align: right;
}
.ourservices-left2 strong{
  color:#b14305;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
}
.ourservices-left2 p{
  color: #000000;
  line-height: 25px;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  padding: 6px 0 20px 0;
}


.ourservices-right1{
  padding: 0px;
}
.ourservices-right2{
  padding: 10px 0px 0px 0px;
}
.ourservices-right2 img{border-radius: 50%;}
.ourservices-left2 a{
    color: #fff;
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 0px;
    float: left;
    margin: 0 auto 0 10px;
    border: 3px solid #e80000;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.ourservices-left2 .talk-astro img{
    width: 38px;
}
.ourservices-left2 .talk-astro1 img{
    width: 49px;
}
.ourservices-left2 .talk-astro1{
    border: 3px solid #4fc040;
}
/* end our services section*/

/* start main servoces section*/

.mainservices-section{
  padding: 50px 0 0;
}
.mainservices-section em{
  font-size: 50px;
  color: #b14305;
  font-weight:700;
  line-height: 70px;
  text-align:center;
  display:block;
  font-style: normal;
  text-transform:capitalize;
}
.mainservices-section1{
  padding: 70px 0px 50px;
}
.mainservices1{
  padding: 0 0px;
}
.main-services1{
  padding: 0px;
}
.main-services2{
  padding: 50px 30px;
  background:#b14305;
  text-align: center;
  color: #fff;
}
.main-services6{
  padding: 10px 0;
}
.main-services6 strong{
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-services6 p{
      color: #fff;
      line-height: 30px;
      margin: 0;
      font-weight: 500;
      font-size: 15px;
      padding: 0px 0 20px 0;
}



.main-services3{
  padding: 0px;
}
.main-services4{
  padding: 60px 30px;
  text-align: center;
  margin: -24px 0 0 0;
  background: #7a3300;
}

.main-services-6{
  padding: 30px 0 0;
}
.main-services-6 strong{
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-services-6 p{
      color: #ffffff;
      margin: 0;
      font-size: 16px;
      line-height: 32px;
      font-weight: 400;
      padding: 10px 0 0px 0;
}
.main-services5{
  padding:0;
  text-align:center;
}
.main-services-5{
  padding:0;
  text-align:center;
}
.main-services-5 img{
  border-radius: 50%;
  border: 6px solid #7a3300;
  outline: 4px solid #ffffff;
}
.main-services5 img{
  border-radius: 50%;
  border: 6px solid #b14305;
  outline: 4px solid #ffffff;
}
@keyframes newcl
{
  0%{transform:  rotate(0deg);}
  100%{transform:  rotate(360deg);}
}

/* end main services section*/

/* start top services section*/

.topservices-section{
  padding: 0;
  background: #ffc000;
  display: none;
}
.topservices-section1{
  padding: 50px 30px;
}
.topservices1{
  padding: 10px 5px;
}
.topservices2{
  padding: 0px;
}
.top-services3{
  padding:0;
}
.top-result{
  position: absolute;
    top: 0;
    left: 0;
    width: 82px;
}
.topservices4{
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     padding: 14px !important;
     background: rgb(0 0 0 / 76%);
  }
.topservices4 strong{
  color:#ffc000;
  font-weight: 600;
  margin:0;
  font-size: 21px;
}
.topservices4 p{
  margin: 0;
  padding: 4px 0;
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}
.topservices4 .call1{
   color: #fff;
   padding: 6px 10px;
   display:inline-block;
   margin: 11px  1px 0;
   font-size: 14px;
   font-weight:600;
   background-color: #ad0000;
   border-color: #ffc107;
}
.topservices4 .call2{
   color: #fff;
   padding: 6px 10px;
   display:inline-block;
   text-transform: capitalize;
   font-weight:600;
   background-color: #065506;
}
.topserv-head{
   padding: 10px 0;
   text-align: center;
}
.topserv-head p{
  color: #222;
  font-size: 17px;
  padding: 0px 0 0px 0px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.topserv-head strong{
  color:#000;
  font-weight: 500;
  font-size: 37px;
  text-transform: uppercase;
}
.topserv-head strong span{
  color:#b14305;
  font-weight: 700;
}
.topserv-head .line{
  width: 8px;
  height: 8px;
  border-radius:50px;
  background: #b14305;
  /* display:inline-block; */
  position:relative;
  margin: 0 auto;
}
.topserv-head .line:after{
  content:'';
  border: 1px solid #000000;
  width: 40px;
  position:absolute;
  left: 8px;
  top: 4px;
}
.topserv-head .line:before{
  content:'';
  border: 1px solid #000000;
  width: 40px;
  position:absolute;
  right:8px;
  top: 4px;
}

/* end top services section*/

/* start chat testimonials section*/

.chatclient-section{
  padding: 0;
  background: #f5f5f5;
  display: none;
}
.chatclient-section1{
  padding: 50px 30px;
}
.chat-client1{
  padding: 20px 0;
}
.chat-img1{
  padding: 10px;
}
.chat-img2{padding:0;}
.chat-img2 img{
  padding: 0;
  text-align: center;
}
/* end  chat testimonials section*/

/* start form section */

.form-section{
  padding: 0;
  background: linear-gradient(45deg, #b14305, #7a3300);
}
.form-section1{
  padding: 50px 0px;
}
.serv-list1{
  padding: 0;
}
.client{padding:0;}
.client img{
  border-radius:30px;
  margin: 0 auto;
  display: block;
}
.serv-list2{
  padding: 0;
}
.serv-list3{
  padding: 10px;
}
.serv-list4{
  padding: 0px;
}
.serv-list4 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.serv-list4 ul li{
  padding: 9px 10px;
  background: #ffffff;
  color: #000;
  border-radius: 30px;
  margin: 8px 4px;
  text-transform: capitalize;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}
.serv-list4 ul li:before {
    color: #b14305;
    content: "\f192";
    font-weight: 900;
    display: inline-block;
    font-size: 18px;
    padding: 0 0px 0 0px;
    font-family: "Font Awesome 5 Free";
}


.form1{
  padding: 10px 10px;
}
.form2{
  padding: 10px 20px;
  background: #000;
  box-shadow: 0 0 1px #000;
}
.contactus-right1{
  padding:0px;
}
.contactus-head{
  padding: 10px 0 0;
  text-align: left;
}
.contactus-head p{
  color: #fff;
  font-size: 17px;
  padding: 0px 0 2px 0px;
  margin: 0;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}
.contactus-head strong{
  color: #fff;
  font-weight: 500;
  font-size: 37px;
  text-transform: uppercase;
}
.contactus-head strong span{
  color: #ffc000;
  font-weight: 700;
}
.contactus-head .line{
  width: 8px;
  height: 8px;
  border-radius:50px;
  background: #ffc000;
  /* display:inline-block; */
  position:relative;
  margin: 0 0 0 48px;
}
.contactus-head .line:after{
  content:'';
  border:1px solid #ffffff;
  width: 40px;
  position:absolute;
  left: 8px;
  top: 4px;
}
.contactus-head .line:before{
  content:'';
  border:1px solid #ffffff;
  width: 40px;
  position:absolute;
  right:8px;
  top: 4px;
}
.list-head{
   padding: 0px 0;
   text-align: left;
}
.list-head p{
  line-height: 45px;
  color: #ffffff;
  font-size: 30px;
  padding: 0px 0 0px 0px;
  margin: 0;
  font-weight: 800;
  text-transform: capitalize;
}


/* end form section*/


/* start testimonials section*/

.testimonials-section{
  padding: 0;
}
.testimonials-section1{
  padding: 50px 30px;
}
.horoscope-head .rating{
    color: #222;
    padding: 7px 22px;
    text-transform: uppercase;
    border-radius: 33px;
    font-size: 16px;
    text-align: center;
    background: #d1d1d1;
    font-weight: 600;
    text-decoration: none;
    transition: 0.7s;
    width: fit-content;
    margin: 0px auto 30px;
}
.horoscope-head .rating .rate{
    font-weight: 600;
    color: #222;
    padding-left: 5px;
}
.testimonials{
  padding: 0px 0px 0;
}
.testimonials-1{
  padding: 10px;
}
.testimonials-2{
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #0000004a;
}
.testimonials-3{
  text-align: center;
  padding: 0;
}
.testimonials-3 p{
    color: #222;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    transition: all 0.3s ease 0s;
    padding: 0px 0 0 0;
    margin: 0;
}
.testimonials-4{
  text-align: center;
  padding: 14px 0 0 0;
}
.testimonials-4 img{
  /* border-radius: 50%; */
  width: 140px;
}

.testimonials-4 p{
  color: #ffffff;
  text-transform: uppercase;
  margin:0;
  padding: 7px 0px;
  font-weight: 700;
  background: #a84105;
  font-size: 17px;
}
.testimonials-4 span{
  color: #000;
  font-weight: 600;
  text-transform:uppercase;
  font-size: 16px;
}
.testimonials-4 i {
    background: linear-gradient(to right, #ffb700 0%, #9a7b01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    padding: 5px 1px 0;
}

/* end testimonials section*/

/* start footer section*/

.footer-section{
  padding:0;
  background:#000;
}
.footer-section1{
  padding: 40px 0;
}

.footer-about{
  padding: 0px;
}
.footer-about1{
  padding: 0;
}
.footer-img{
  padding: 0;
  text-align: center;
}
.footer-img img{
  background:#fff;
  padding:3px;
}
.footer-content{
  padding: 10px 0 15px;
  text-align: left;
}
.footer-content p{
  color: #ffffff;
  font-size: 14px;
  margin:0;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
}
.footer-content a{
  color: #000;
  background: #ffb000;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 8px 10px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}


.footer-1{
  padding: 0;
}
.footer-2{
  padding: 0px 0px 0 20px;
}
.footer-2 aside{
  color:#fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}
.footer-3{
  padding: 0;
}
.footer-4{
  padding: 0px;
}
.footer-5{
  text-align: left;
  padding: 0;
}
.footer-5 p{
  color:#ffc000;
  text-transform:capitalize;
  margin:0;
  font-size: 24px;
  font-weight:600;
}
.footer-6{
    padding: 10px 0;
    text-align: left;
}
.footer-6 a{
  color: #ffffff;
  font-size: 43px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0px 0 0;
  font-weight: 800;
  text-decoration: none;
}
.footer-6 ul{
  margin:0;
  padding: 0;
  list-style: none;
}
.footer-6 ul li{
  margin: 0;
  padding: 0;
  line-height: 31px;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}
.footer-6 li i{
  color: #ffc000;
  margin:0;
  padding: 0 5px 0 0;
}
.dis{
  padding: 0 0  10px 0;
  text-align: right;
}
.dis p{
  color: #929292;
  margin:0;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding: 0;
}
/* end footer section*/


/* start copy right section*/

.copyright-section{
  padding: 0;
  background: #101010;
}
.copyright-section1{
  padding: 0px;
}
.copy-right {
  padding: 15px 0;
  text-align: center;
}
.copy-right p{
  color: #fff;
  padding: 0 0 10px 0;
  font-size: 16px;
  margin:0;
}
.copy-right span{
  color:#ffc000;
  font-size: 14px;
  font-weight: 500;
}

/* end copy right section*/
.fix
{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.end
{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i
{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li
{
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 15px;
    width: 60px;
    border-radius: 1px solid #000;
    background: #f10000;
    line-height: 57px;
    border-radius: 50%;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
  display: block;
  position: relative;
}
.end li a span{
    position: absolute;
    top: -6px;
    right: 0;
    background: #ed270c;
    border: 1px solid #eee;
    height: 20px;
    border-radius: 40px;
    line-height: 20px;
    width: 20px;
}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
}







/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .navbar-nav{float:none;}
  .navbar-nav li{display: block;padding: 4px 0 0 20px;}
  .animated-words1{text-align:left;}
  .head-top{padding:10px 0 ; clip-path:none;}
  .head-section1 {padding: 0 0px 0px 0px;}
  .head-right1 {padding: 0 0px 5px 0px;text-align: center;}
  .head-right2{padding:0px 0;text-align:center;display: block;}
  .head-bottom {padding: 10px 5px 10px;}
  .list-left {padding:5px 0 5px;}
  .list-right {padding: 5px 0 10px;}
  .tophead-right {text-align:center;padding: 0 0px;}
  .topcall1{ display: none;}
  .horoscope-section1{padding: 30px 0px;}
  .bestservices-section1{padding: 30px 0px;}
  .best-services1{width: 50%;padding: 10px;}
  .best-services1:nth-child(3){margin:80px 0 0;}
  .best-services2 {padding: 0px 15px 25px 15px;}
  .chooseus-section {padding: 30px 0px;}
  .chooseus-left2 img {height: auto;}
  .chooseus-section1 {padding: 10px 15px 0px;}
  .chooseus-right1 {padding: 0px;}
  .chooseus-right2 {padding: 10px 0px;}
  .choose-content {padding: 0;}
  .chooseus-left2 {border-right: 0px solid;}
  .horoscope-list ul li{margin: 2px;}
  .aboutus-content2 img{height: auto;float:none;}
  .aboutus-section1{padding: 30px 0;}
  .ourservices-section1{padding: 30px 0px;}
  .divReverse {display: flex;flex-wrap: wrap-reverse;padding: 10px 10px 20px;}
  .mainservices-section1{padding: 0 0px 30px;}
  .ourservices-left2{text-align: center;margin: 0 auto;}
  .mainservices1 { padding: 0 0px;}
  .main-services2 { padding: 20px 10px;}
  .main-services4 {padding: 20px 10px;}
  .ourservices-right2{padding-left:0;}
  .ourservices-left1 {padding: 10px 0 0 0;width: 100%;}
  .ourservices-right1{width: 100%;}
  .topservices-section1{padding: 30px 0;}
  .topservices1{width:50%;}
  .chat-img1{width: 50%;}
  .form-section1{padding: 30px 0px;}
  .testimonials-section1{padding: 90px 0px 60px;}
  .footer-content{text-align:center;}
  .fix {display:block;}
  .copyright-section{padding: 0 0 0px 0;}
  .footer-section1 {padding: 0 0px;}
  .footer-2 {padding: 0px 0px 0 0px;}
  .testimonials-1{width: 100%;}
  .horoscope-head .rating{}
  .chatclient-section1 {padding: 50px 0px;}
  .head-left2 a {font-size: 37px;}
  .tophead-right1{display:block;}
  .content-right span{font-size: 19px;}
  .horoscope-head strong{font-size: 51px;}
  .best-services3:before{display:none;}
  .choose-us1{display:block;}
  .mainservices-section em {font-size: 30px;line-height: 50px;margin: 0 0 10px 0;}
  .testimonials-2 {padding: 20px 10px;}
  .our-services2{width:50%;}
  .ourservices-left2 a{float: none;}
  .list-head p{line-height: 46px;font-size: 28px;}
 

  



}


@media only screen and (min-width: 768px) and  (max-width:991px) {
  .animated-words1{text-align:left;}
  .head-top{padding:10px 0;clip-path: none;}
  .head-section1 {/* padding: 0 0px 0px 0px; */}
  .head-right1 {padding: 0 0px 5px 0px;text-align: center;}
  .head-right2{padding:0px 0;text-align:center;}
  .head-bottom {padding: 10px 5px 10px;}
  .list-left {padding:5px 0 5px;}
  .list-right {padding: 5px 0 10px;}
  .tophead-right {text-align:center;padding: 0 0px;}
  .topcall1{text-align:center;padding: 18px 0 14px 0;}
  .topcall1 a {font-size: 13px;padding: 8px 5px;border: 0;}
  .head-bottom p { font-size: 14px;}
  .head-bottom ul li {margin: 0 7px 4px;font-size: 14px;padding: 5px 10px;}
  .list-left1 p {font-size: 15px;}
  .list-center1 p {padding: 7px 10px;font-size: 16px;}
  .list-right1 p {font-size: 14px;}
  .list-right1 p i { padding: 0 0px 0 0;}
  .toplist1 ul li{display:none;}
  .toplist1 ul .bb{display:block;font-size: 16px;}
  .horoscope-list ul li{margin:2px;}
  .chooseus-section {padding: 30px 0px;}
  .chooseus-left2 img {height: auto;}
  .chooseus-section1 {padding: 10px 0px;}
  .chooseus-right1 {padding: 0px 0  0px 20px;}
  .chooseus-right2 {padding: 10px 0px;}
  .choose-content {padding: 20px 10px;}
  .chooseus-left2 {border-right: 0px solid;}
  .choose-head strong {font-size: 45px;}
  .mainservices1 { padding: 0 0px;}
  .main-services2 { padding: 20px 10px;}
  .main-services4 {padding: 20px 10px;}
  .ourservices-right2{padding-top: 20px;text-align: center;}
  .ourservices-right2 img {height:150px;}
  .ourservices-left1 { text-align:center;}
  .main-services6 strong { font-size: 20px;}
  .navbar-nav>li {padding: 0 7px;}
  .chat-img1{width:50%;}
  .horoscope-head .rating{width:30%;}
  .footer-5 p {font-size: 19px;}
  .navbar-inverse .navbar-nav>li>a {padding: 4px 15px 4px 15px;font-size: 16px;}
  .bestservices-section1 { padding: 50px 0px 50px;}
  .best-services3:before{display:none;}
  .best-services1{margin:40px 0 0;}
  .best-services { padding: 80px 0px 0px 0px;}
  .mainservices-section em {font-size: 37px;line-height: 50px;}
  
  
 
    
   

}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .topcall1 a {font-size: 12px;border: 0px solid;padding: 8px 2px;}
  .head-left2 p span { font-size: 16px;}
  .head-bottom p {font-size: 15px;}
  .head-bottom {padding: 15px 22px 0;}
  .head-bottom ul li {padding: 3px 9px;font-size: 15px;margin: 0 2px;}
  .chooseus-section {padding: 30px 0px;}
  .chooseus-left2 img {height: auto;}
  .chooseus-section1 {padding: 10px 0px;}
  .chooseus-right1 {padding: 0px;}
  .chooseus-right2 {padding: 0 0 0 30px;}
  .choose-content {padding: 20px 10px;}
  .chooseus-left2 {border-right: 0px solid;}
  .choose-head strong {font-size: 50px;}
  .horoscope-list ul li{margin:2px;}
  .head-left2 p {font-size: 14px;}
  .content-right span {font-size: 19px;}
  .navbar-nav>li {padding: 0 18px;}
  .navbar-inverse .navbar-nav>li>a {padding: 4px 0px 4px 0px;font-size: 16px;}

  .footer-6 ul li {font-size: 14px;}
  .footer-5{padding-top:5px}
  .contactus-head strong { font-size: 30px;}
  .topservices1{width:50%;}
  .ourservices-left2 strong {font-size: 19px;}
  .head-left2 a {font-size: 40px;}
  .best-services3:before{display:none;}
  .mainservices-section em {font-size: 49px;}

}

@media only screen and (min-width:1200px) and  (max-width:1300px){



}

@media (max-width: 575px) and (min-width: 0px) {
  .best-services1{width: 100%;}
  .tophead-section1{display:block;}
  .toplist1 {padding: 0 0px 0 0px;}
  .top-txt p {font-size: 14px;}
  .counting1 .counting {padding: 6px 13px;margin: 0 0 0 10px;}
  .head-left2 p .chat{font-size: 15px;padding: 5px 14px;}
  .horoscope-head strong{font-size: 29px;}
  .horoscope-head p {font-size: 13px;}
  .best-services1:nth-child(2), .best-services1:nth-child(3){margin:100px 0 0;}
  .choose-head strong {font-size: 37px;}
  .mainservices-section em {font-size: 20px;line-height: 30px;}
  .list-head p {font-size: 24px;line-height: 36px;}
  .footer-6 a{font-size: 35px;}
  .footer-2 aside {font-size: 20px;line-height: 35px;}
  .mobile-header i{ font-size: 18px; padding: 3px 0 4px;margin: 20px 0 -20px 0;}
  .mobile-header img{height:auto;}
  .mobile-header span .round-image{min-width: 197px;min-height: 197px;height: auto;}
  .chat-img1{width: 100%;}
  .our-services2{width:100%;}
  .serv-list3{padding:0;}



}

@media (max-width: 420px) and (min-width: 0px) { 
  .mobile-header i{font-size: 18px;padding: 3px 5px 4px;margin: 20px 0 -20px 0;}
  .head-logo1{width:70%;}
  .navbar-inverse .navbar-toggle{margin: -36px 0px 0 0px; padding: 7px 7px;}
  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{color: #fff;}
  .navbar-nav li {padding: 4px 0 0 0px;}
  .mobile-header span .round-image{min-width: 197px;min-height: 197px;height: auto;}


}
  