@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&amp;display=swap');


body{
    margin:0;
    padding:0;
    color:##B80000;
    font-family: 'Montserrat', 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;*/


/* START HEADER SECTION*/


/* start top head section*/


.tophead-section{
  padding:0;
  background: #700909;
}
.tophead-section1{
  padding: 0;
  color:#fff;
}

.tophead-left{
  padding: 0px 0;
}
.tophead-left1{
  padding:0px;
}
.tophead-left1 .span-1{
    font-size: 16px;
    padding: 10px 10px;
    display:inline-block;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    background:#FAF22F;
    margin: 0px;
}
.tophead-left1 .span-2{
    font-size: 15px;
    padding: 11px 0px 0 10px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    
  }
@keyframes neon {
  from {
    text-shadow:
    0 0 6px rgb(255 192 2),
    0 0 30px rgb(255 255 255),
    0 0 12px rgb(255 192 0),
    0 0 21px rgb(255 192 0),
    0 0 34px rgb(255 192 0),
    0 0 54px rgb(255 192 0);
  }
  to {
    text-shadow:
    0 0 6px rgb(218 218 193),
    0 0 30px rgb(255 254 249),
    0 0 12px rgb(241 241 197),
    0 0 22px rgb(255 192 0),
    0 0 38px rgb(255 229 148),
    0 0 60px rgb(255 192 1);
  }
}



.stats {
  padding: 0px 0px;
  text-align: center;
  display: flex;
  font-weight: 700;
 }
.stats i{
  font-size: 60px;
}
.counting1{
  padding:0;
}


.counting1 .counting{
   background:#FAF22F;
   color:#000;
   padding: 6px 23px;
   font-size: 22px;
   line-height: 39px;
   font-weight: 600;
   margin: 0px 0px 0 16px;
}
.top-txt{padding:0;}
.top-txt p{
    font-size: 16px;
    padding: 11px 0px 0 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}


/*test top change end*/




.tophead-right{
  padding: 0 10px;
}
.tophead-right1{
  padding: 0px;
  text-align: right;
  color: #fff;
}

.toplist{
  padding: 0px;
}
.toplist1{
  padding: 5px 0;
}
.toplist1 ul{
  padding:0;
  margin:0;
  list-style: none;
}
.toplist1 ul li{
  padding: 0 5px 0 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #FAF22F;
  text-transform: capitalize;
}
.toplist1 ul .bb{
  color:#fff;
}
.toplist1 ul .ba{
  color:#fff;
  font-weight: 500;
}
.toplist1 ul .ba img{
  color:#fff;
  width: 34px;
}
.toplist1 ul .bb img{
  padding: 0 0px 0 0;
  width: 28px;
}
.toplist1 ul li a{
  background:#FAF22F;
}
.toplist1 ul li a i{
  background:#FAF22F;
  border-radius: 50px;
  color: #000;
  text-align: center;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0;
}
.toplist1 ul li a:hover i{
animation-iteration-count: 1;
animation:bounce 1s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-5px);}
    60% {transform: translateY(-1px);}
} 




.top-call{
  padding: 0px;
}
.topcall1{
  padding: 0px 0 0px 0;
  color:#fff;
}
.topcall1 a{
  color:#000;
  background:#FAF22F;
  font-size: 16px;
  display: inline-block;
  padding: 10px 15px;
  text-transform:uppercase;
  text-decoration: none;
  font-weight: 600;
}
/* end top head section*/

/* start head section*/

.head-section{
  padding:0;
  /* display: none; */
}
.head-section1{
  padding: 0 0px 0px 0px;
}
.head-logo1{
  padding:10px;
}
.head-logo2{
  padding: 0px;
  text-align: center;
}


.head-right1{
    padding: 10px 0 0;
}
.head-right2{
    padding: 10px 0 0 0;
    text-align: right;
}
.head_righttop1{
  padding: 0px;
  text-align: right;
}
.head_righttop2{
  padding: 10px 0;
}
.head_righttop2 ul{
  margin:0;
  padding:0;
  list-style: none;
}
.head_righttop2 ul li{
  margin:0;
  padding: 0px 2px;
  display: inline-block;
}
.head_righttop2 ul li .top-right1{
  color: #000;
  background:#ffb700;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: capitalize;
}
.head_righttop2 ul li .top-right2{
  border: .5px solid #ffb700;
  border-radius: 30px;
  font-size:15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #B80000;
  margin: 0;
  padding: 7px 16px;
}
.head_righttop2 ul li .top-right2 i{
  color: #ffb700;
  font-size: 18px;
}



.head_rightbottom1{
  padding: 10px 0 10px 10px;
}
.head_rightbottom2{
  padding: 10px 0px;
  text-align: right;
}
.head_rightbottom2 ul{
  margin: 0;
  padding:0;
  list-style: none;
}
.head_rightbottom2 ul li{
  display: inline-block;
  margin: 0;
  padding: 0 7px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.head_rightbottom2 ul li i{
  color: #ffb700;
  font-size: 20px;
  padding: 0 5px 0 0;
}

.head-bottom{
   padding:0;
}
.head-line1{
  padding: 8px 10px;
  background:#B80000;
}
.head-line-1{
  padding: 0px;
}
.head-line-1 p{
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.head-line2{
  padding: 8px 10px;
  background:#ffb700;
}
.head-line-2{
  padding: 0px;
}
.head-line-2 p{
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.head-animation1{
    padding: 10px 0px;
}
.animation-left1{
    padding: 10px;
}
.animation-left2{
    padding: 0px;
}
.animation-left2 .word {
  margin: auto;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  color: #222;
}
.call-right1{
    padding: 10px;
}
.call-right2{
    padding: 0px;
    text-align: center;
}
.call-right2 a{
    background: #B80000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    padding: 9px 17px;
    text-decoration: none;
    text-transform: capitalize;
}



/* end head section*/
/* start head list section*/

.head-list{
    padding:0; 
    background-color: #feba01;
}
.head-list1{
    padding: 0px;
    text-align: center;
}

.list-left{
    padding: 0px;
}
.list-left1{
    padding: 0px 0;
}
.list-left1 p{
    color: #000;
    margin:0;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0;
}



.list-center{
    padding: 10px;
}
.list-center1{
    padding: 0px;
}
.list-center1 p{
    padding: 7px 10px;
    text-transform: capitalize;
    margin:0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background:#B80000;
}

.list-right{
    padding: 10px;
}
.list-right1{
    padding: 0px;
}
.list-right1 p{
    color: #000;
    font-size: 18px;
    padding: 9px 0 0;
    font-weight: 600;
    text-transform: capitalize;
}
.list-right1 p i{
  background:#000;
  color:#FAF22F;
  padding:2px;
  font-size:13px;
  margin:0 3px;
}
/* end head list section*/


/* start header image section*/

.header-img{
  padding: 0;
}
#snow {
    background: none;
    background-image: url(../images/sn1.html), url(../images/sn2.html), url(../images/sn3.html);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
} 
/* end header image section*/


/* END HEADER SECTION*/

/* start horoscope section*/

/* start horoscope section*/

.horoscope-section{
  padding:0;
}
.horoscope-section1{
  padding: 50px 30px 50px;
}
.horoscope-head{
   padding: 10px 0;
   text-align: center;
}
.horoscope-head p{
  color: #222;
  font-size: 17px;
  padding: 0px 0 0px 0px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.horoscope-head strong{
  color: #B80000;
  font-weight: 700;
  font-size: 37px;
  text-transform: uppercase;
}
.horoscope-head strong span{
  color: #B80000;
  font-weight: 700;
}
.horoscope-head .line{
  width: 8px;
  height: 8px;
  border-radius:50px;
  background: #B80000;
  display:inline-block;
  position:relative;
  margin: 0 auto;
}
.horoscope-head .line:after{
  content:'';
  border:1px solid #d8d8d8;
  width: 40px;
  position:absolute;
  left: 8px;
  top: 4px;
}
.horoscope-head .line:before{
  content:'';
  border:1px solid #d8d8d8;
  width: 40px;
  position:absolute;
  right:8px;
  top: 4px;
}
.horoscope-list{
  padding: 10px 0;
}
.horoscope-list ul{
  margin:0;
  padding: 0;
  list-style: none;
}
.horoscope-list ul li{
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #90909066;
  text-align: center;
}
.horoscope-list li img{
  height: 84px;
  transition:0.6s ease-in-out;
  text-align: center;
}
.horoscope-list li p{
  color: #494949;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 0 5px;
}
.horoscope-list li:hover img{
  transition:0.6s ease-in-out;
  transform:scale(1.1);
}
/* end horoscope section*/

/* start about us section*/

.aboutus-section{
  padding: 0;
}
.aboutus-section1{
  padding: 50px 30px 40px;
}

.aboutus-content1{
  padding: 10px;
}
.aboutus-content2 {
  padding: 10px 0;
  /* text-align: center; */
}

.aboutus-content2 p{
  color: #222;
  text-align: left;
  margin:0;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  padding: 6px 0;
}
.aboutus-content2  p strong{
  color: #B80000;
  font-weight: 700;
}
.aboutus-content2 ul{
  text-align: left;
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}
.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: #B80000;
    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:#B80000;
  color:#fff;
  padding:8px 10px;
  border-radius:4px;
  border:1px solid #bb0917;
  text-transform:uppercase;
}
.aboutus-content2 span{
  color:#B80000;
  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: #B80000;
  /* 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 choose us section*/

.chooseus-section{
    padding:0;
    background-color:#B80000;
    background-repeat: no-repeat;
        background-attachment: fixed;
   background-size: cover;
}
.chooseus-section1{
    padding: 50px 30px;
}
.choose-left{
    padding: 10px;
}
.choose-left1{
    padding: 0px;
}
.choose-head{
   padding: 0px 0;
   text-align: left;
}
.choose-head p{
  color: #fff;
  font-size: 17px;
  padding: 1px 0 0px 0px;
  margin: 0;
  font-weight: 500;
  text-align: -webkit-match-parent;
  text-transform: capitalize;
}
.choose-head strong{
  color: #feba01;
  font-weight: 600;
  font-size: 37px;
  text-transform: uppercase;
}
.choose-head strong span{
  color: #FAF22F;
  font-weight: 700;
}
.choose-txt{
    padding: 10px 0;
}
.choose-txt p {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 12px 0 24px 0px;
    text-transform: capitalize;
}
.choose-txt a{
    border-radius: 0px;
    padding: 8px 21px;
    color: #000;
    background: #feba01;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.choose-txt a:hover{
   background: #B80000;
   color: #feba01;
}




.choose-right{
    padding: 10px;
}
.choose-right1{
    padding: 10px 0;
    text-align: center;
}
.choose-right1 .choose-list1{
    padding: 0;
    margin: 0;
    list-style: none;
    column-count: 2;
    column-gap: 0px;
    column-rule-width: 2px;
    column-rule-color: #feba01;
    column-rule-style: solid;
    border-bottom: 2px solid #feba01;
}
.choose-right1 .choose-list1 li{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px;
}
.choose-right1 .choose-list1 li span{
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}
.choose-right1 .choose-list2 li span{
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}
.choose-right1 .choose-list1 li i{
    color: #ba0000;
    font-size: 25px;
    color: #feba01;
    font-size: 44px;
    padding: 0 0 8px 0;
}
.choose-right1 .choose-list2{
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 0px;
    column-rule-width: 2px;
    column-rule-color: #feba01;
    column-rule-style: solid;
    list-style: none;
}
.choose-right1 .choose-list2 li{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 15px;
}
.choose-right1 .choose-list2 li i{
    color: #feba01;
    font-size: 44px;
    padding: 0 0 8px 0;
}

/*end choose us section*/

/*start main services section*/

.main-services{
    padding: 0;
}
.main-services1{
    padding: 30px 30px 50px 30px;
}
.main-head{
    padding: 0;
    text-align: center;
}
.main-head p{
    padding:60px 0 10px 0;
    margin: 0;
    font-size:40px;
    font-weight: 600;
    font-family: 'Federo', sans-serif;
    text-transform: capitalize;
}
.main-head span{
    color: #000;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}
.circ {
    position: absolute;
    top: 30px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 3px solid #B80000;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circ:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 4px;
    background: #ffb700;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circ:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 8px;
    margin: 2px;
    border-radius: 100%;
    background-color: #B80000;
}
.main-services2{
    padding: 20px;
}
.main-services4{
    padding: 10px 15px;
}
.main-services5{
    box-shadow: 0 0 5px #afa5a5;
    padding: 1px 0 15px 0;
    /* border:1px solid; */
}
.main-img{
    padding: 0;
}
.main-img img{
    position: absolute;
    /*  height: 215px;
    width: 215px;*/
    border-radius: 50%;
    top: 15px;
    left: -15px;
    height: 215px !important;
    width: 215px !important;
}
.main-img span {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #B80000;
    border-radius: 50%;
    line-height: 50px;
    left: 128px;
    box-shadow: 0 0 0 7px #eee;
    text-align: center;
    animation: clc 0.6s infinite;
    top: 19rem;
}
@keyframes clc{
  0%{box-shadow: 0 0 0 4px #eee;}
  50%{box-shadow: 0 0 0 8px #eee;}
  100%{box-shadow: 0 0 0 4px #eee;}

}
.main-img  span a {
    height: 50px;
    background: transparent;
    color: #fff;
    width: unset;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 28px;
}
.main-txt{
    padding: 10px 0px 10px 0px;
    text-align: left;
}
.main-txt .main-txt1{
    padding: 0px 0 0;
    margin: 0;
    font-size: 29px;
    color: #B80000;
    font-weight: 700;
    text-transform: capitalize;
}
.main-txt .heading-line{
    color: #222;
    margin: 0;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}
.main-txt .main-txt2 {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    padding: 10px 0 14px 0;
}
.main-txt a{
    color: #000;
    font-weight:600;
    font-size: 20px;
    text-transform: capitalize;
    background:#ffb700;
    padding: 7px 16px;
    text-align: center;
    margin: 0;
    text-decoration: none;
}
.main-txt:hover a{
   color:#fff;
   background:#B80000;
}
/*end main services section*/


/* start servies section*/

/* start main servoces section*/

.ourservices-section{
  padding: 0;
}
.ourservices-section1{
  padding: 30px 30px 50px;
}
.ourservices1{
  padding: 0 80px;
}
.our-services1{
  padding: 0px;
}
.our-services2{
  padding: 50px 30px;
  background:#B80000;
  text-align: center;
  color: #fff;
}
.our-services6{
  padding: 10px;
}
.our-services6 strong{
    color: #FAF22F;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}
.our-services6 p{
      color: #fff;
    line-height: 25px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0 20px 0;
}



.our-services3{
  padding: 0px;
}
.our-services4{
  padding: 60px 30px;
  text-align: center;
  margin: -24px 0 0 0;
  background: #FAF22F;
}

.our-services-6{
  padding: 10px;
}
.our-services-6 strong{
    color: #B80000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;

}
.our-services-6 p{
      color: #000;
      line-height: 25px;
      margin: 0;
      font-weight: 400;
      font-size: 14px;
      padding: 10px 0 20px 0;
}
.our-services5{
  padding:0;
  text-align:center;
}
.our-services-5{
  padding:0;
  text-align:center;
}
.our-services-5 img{
  animation: newcl 5s linear infinite;
  border-radius: 50%;
  border:4px solid;
  height: 201px;
}
.our-services5 img{
  animation: newcl 5s linear infinite;
  border-radius: 50%;
  border:4px solid;
  height: 140px;
}
@keyframes newcl
{
  0%{transform:  rotate(0deg);}
  100%{transform:  rotate(360deg);}
}

/* end services section*/

/*start testimonials section*/

.testimonials-section{
    padding: 0;
    background:#700909;
    
}
.testimonials-section1{
    padding: 50px 30px;
}
.about1-head{
    text-align: center;
    padding: 0;
}
.about1-head p{
    color: #fff;
    margin: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 0;
    text-transform: capitalize;
}
.about1-head strong{
    margin: 0;
    color: #ffc800;
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 0;
}
.testii{
    padding: 40px 30px 30px 30px;
}
.testi-1{
    padding: 10px;
}
.testi-2{
    padding: 40px 30px;
    background:#fff;
    border:1px solid;
}
.testi-txt{
    padding: 5px;
    text-align: left;
}
.testi-txt img{height: 30px;display: inline-block;position: absolute;}
.testi-txt p{
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-left: 38px;
    margin-bottom: 0;
}
.testi-img{
    text-align: right;
}
.testi-img img{
    border-radius: 50%;
    text-align: right;
    height: 81px;
}
.heading-testi{
    text-align: left;
    padding: 5px;
}
.heading-testi span{
    color: #B80000;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.heading-testi p{
    text-transform: capitalize;
    margin: 0;
    font-size: 20px;
    padding: 5px 0 9px 0;
    font-weight: 600;
    font-style: italic;
    color: #000000;
}
.heading-testi i{
    color: #B80000;
    font-size: 17px;
    letter-spacing: 2px;
}

/*end testimonials section*/

/* start form section*/

/*start form section*/

.form-section{
  padding: 0;
}
.form-section1{
  padding:50px 30px;
}
.form1{
  padding: 10px;
}
.form2{
  padding: 0px 0 20px 0;
  border:1px solid #b3b3b3;
}
.contac-r {
    padding: 40px 0px 0px 0px;
    margin: 0;
    text-align: left;
}
.form-texxx{
    padding: 5px 0px;
    background: #B80000;
    text-align: center;
}
.form-texxx p{
    padding: 0px 0 0px 0px;
    margin: 10px 0px 0px 0px;
    font-size: 25px;
    font-weight: 600;
    color: #FAF22F;
    text-align: center;
}
.tri {
   border: 40px solid transparent;
   border-top: 40px solid #B80000;
   position: absolute;
   bottom: -80px;
   width: 50px;
   left: 0;
   right: 0;
   margin: 0 auto;
}
.form-texxx span{
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}
.form-group {
    padding: 2px 15px;
    margin-bottom: 8px;
}
input.form-control {
    color: #000;
    font-weight: 500;
}
.form-group label {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.form-control {
    background:#ffffff;
}
textarea.form-control {
    height: 80px;
    font-weight: 500;
    color: #000;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    font-size: 16px;
    padding: 12px 18px;
    color: #fff;
    background: #B80000;
    letter-spacing: 1px;
}
.btn-group>.btn:first-child:hover{
  background: #FAF22F;
  color: #000000;
}


.contact-detail1{
  padding: 10px 20px 0px 20px;
}
.contact-detail2{
  padding: 0px;
}
.detail-head{
  padding: 0;
  text-transform: capitalize;
  text-align:left;
}
.detail-head p{
  color: #B80000;
  font-size: 27px;
  margin: 0;
  padding: 0px 0 0;
  font-weight: 600;
  text-transform: capitalize;
}
.detail-head span{
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 30px;
}
.contact-detail3{
  padding:20px 10px;
}
.contact-detail3 ul{
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.contact-detail3 li{
    margin: 0px;
    padding: 12px 0px;
    list-style: none;
    padding-left: 70px;
    text-align: left;
}
.contact-detail3 li i {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: absolute;
    background: #FAF22F;
    line-height: 45px;
    text-align: center;
    font-size: 21px;
    color: #B80000;
    left: 0;
}
.contact-detail3 li p{
       padding: 0 0 0px 0px;
       margin: 0;
       text-transform: capitalize;
       color: #B80000;
       font-weight: 700;
       font-size: 21px;
}
.contact-detail3 li a {
    padding: 0px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

/*end form section*/



/* end form section*/

/* start footer section*/

.footer-section{
  padding:0;
  background:#000;
}
.footer-section1{
  padding: 0 30px;
}

.footer-about{
  padding: 0px;
}
.footer-about1{
  padding: 10px;

}
.footer-img{
  padding: 0;
  text-align: center;
}
.footer-content{
  padding: 10px 0 15px;
  text-align: left;
}
.footer-content p{
  color: #fff;
  font-size: 14px;
  margin:0;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
}
.footer-content a{
  color: #000;
  background: #FAF22F;
  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: 10px;
}
.footer-2{
  padding: 0px 0px 0 20px;
}
.footer-3{
  padding: 10px 10px 7px 10px;
}
.footer-4{
  padding: 0px;
}
.footer-5{
  text-align: left;
  padding: 10px 0 0;
}
.footer-5 p{
  color:#FAF22F;
  text-transform:capitalize;
  margin:0;
  font-size: 24px;
  font-weight:600;
}
.footer-6{
    padding: 10px 0;
    text-align: left;
}
.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: #FAF22F;
  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*/

.copy {
    padding: 0;
    background: #000000;
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
}
.copyright-section1{
  padding: 0px;
    padding: 0;
  background:#FAF22F;
  margin:0px;
}
.copy-right {
  padding: 5px 0;
  text-align: center;
  
}
.copy-right p{
  color: #000;
  padding: 0 0 0px 0;
  font-size: 16px;
  margin:0;
}
.copy-right span{
  color:#000;
  font-size: 14px;
  font-weight: 500;
}

/* end copy right section*/

  #callbook {
    background:green;
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff; 
    background:red;
    position: relative;
    padding: 21px;
    width:50%;
    list-style:none;
    float:left; text-align: center;
}
  #callbook ul li a span {
    color: #fff;
    font-size:22px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -15px;
}
#callbook ul li a i{ 
  color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 20px;

}    
#callbook ul li a i{
        animation: pulsate 0.5s ease-out;
        animation-iteration-count: infinite;
        -webkit-animation: pulsate 0.5s ease-out;
        -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
        0% {transform: scale(0.9, 0.9); opacity: 1;}
        50% {transform: scale(1.2, 1.2); opacity: 1;}
        100% {transform: scale(0.9, 0.9); opacity: 1;}
    }







/*start media query*/

@media (max-width: 767px){
    body{text-align: center;}
    .tophead-right1{text-align:center;}
    .toplist1 ul .bb{display:none;}
    .head-right2{text-align:center;padding: 0;}
    .aboutus-section1{padding: 50px 0px 40px;}
    .chooseus-section1 { padding: 50px 0px;}
    .choose-head{text-align:center;}
    .aboutus-content2 span {  font-size: 20px;}
    .head-bottom{display:none;}
    .list-left { padding: 10px 0;}
    .head-right1 {padding: 0px 0 0;}
    .head-logo1 {padding: 5px;}
    .head_righttop2 ul li .top-right1{padding: 7px 15px;font-size: 15px;}
.head_righttop2 ul li .top-right2{font-size:14px;padding: 7px 10px;}
 .list-left1 p {padding:0;font-size: 15px;}
    .list-center {padding: 0px;}
    .list-right {padding: 0px 0 10px; }
     .ourservices-section1{padding: 0 0px 30px;}
       .ourservices1 { padding: 0 0px;}
   .our-services2 { padding: 20px 10px;}
    .our-services4 {padding: 20px 10px;}
    .main-img img{height: auto !important;width: auto !important;}
    .main-services2 {padding: 20px 0;}
    .main-services1 { padding: 30px 0px 50px 0px;}
    .main-txt .heading-line {font-size: 15px;}
    .footer-content{text-align:center;}
    #callbook ul li {padding: 20px 0px;}
    #callbook {display:block;}
    #callbook ul li a span {top: -5px;}
    #callbook ul li a i{ top: -5px;}
    #callbook ul li a span { font-size: 17px;}
    .copyright-section{padding: 0 0 20px 0;}
    .footer-section1 {padding: 0 0px;}
    .footer-2 {padding: 0px 0px 0 0px;}
    .footer-3 {width: 50%;}
    .testimonials-section1 {padding: 30px 0;}
    .testii {padding: 20px 0;}
    .testi-1 {width: 50%;}
    .testi-2 {padding: 14px 10px;}
    .form-section1 {padding: 50px 0px;}



}


@media only screen and (min-width: 768px) and  (max-width:991px) {
  .toplist1 ul .bb{display:none;}
  .toplist1 ul li:nth-child(5){display:none;}
  .topcall1 a {font-size: 13px;padding: 11px 5px;}
  .tophead-left1 .span-1{font-size: 14px;padding: 6px 2px;}
  .tophead-left1 .span-2 {font-size: 14px;padding: 11px 0px 0 2px;}
  .list-center1 p {padding: 7px 6px;font-size: 14px;font-weight:600;}
  .list-right1 p i {padding: 2px 1px;font-size: 9px;display: none;}
  .list-right1 p {font-size: 14px;}
  .list-left {padding: 0px;}
  .list-left1 p { font-size: 15px;}
  .ourservices1 { padding: 0 0px;}
  .our-services2 { padding: 20px 10px;}
  .our-services4 {padding: 20px 10px;}
  .our-services6 strong { font-size: 20px;}
  .footer-2 {padding: 0px 0px 0 0px;}
  .footer-1 {padding: 10px 0;}
  .footer-5 p {font-size: 20px;}

   

}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
   .topcall1 a {font-size: 12px;border: 0px solid;padding: 8px 2px;}
   .horoscope-list ul li{margin:2px;}
  .top-txt p {font-size: 15px;}
  .head-left2 p {font-size: 14px;}
  .toplist1 ul .bb{display:none;}
  .footer-5 p {font-size: 16px;}
  .dis p {font-size: 11.8px;}
  .footer-2 { padding: 0px 0px 0 10px;}
  .footer-about1 {padding: 20px 10px 10px;}
    .footer-6 ul li {font-size: 14px;}
   .footer-5{padding-top:5px}

}

@media only screen and (min-width:1200px) and  (max-width:1300px){
 .topcall1 a {font-size: 15px;border: 0px solid;padding: 8px 9px;}
 .top-txt p { font-size: 14px;}


}

@media (max-width: 575px) and (min-width: 0px) {
   .horoscope-list li p { font-size: 14px;}
    .horoscope-list ul li { margin: 1px 0;}
    .horoscope-head strong {font-size: 22px;}
    .choose-right1 .choose-list2 li {padding: 10px;}
    .choose-head strong {  font-size: 28px;}
    .list-left1 p {padding:0;font-size: 22px;}
    .list-center {padding: 0px;}
    .list-right {padding: 0px 0 10px; }
    .head_righttop2 ul li .top-right1 {padding: 5px 6px;font-size: 14px;}
    .head_righttop2 ul li .top-right2 {font-size: 12px;padding: 5px 3px;}
    .head_righttop2 ul li:last-child{display:none;}
    .our-services6 strong { font-size: 20px;}
    .main-img span {left: 96px;top: 14rem;}
    .main-txt .heading-line {font-size: 16px;}
    .main-txt .main-txt1 {font-size: 28px;}
    .footer-content{text-align:left;}
    .footer-3 {width: 100%;padding: 0px 0px 0px 0px;}
       .testi-1 {width: 100%;}





}

@media (max-width: 380px) and (min-width: 290px) { 
.toplist1 ul li {display:none;}
.toplist1 ul .bb{display:none;}
.tophead-left1 .span-1{font-size: 13px;padding: 5px 2px;}
.tophead-left1 .span-2 {font-size: 17px;padding: 11px 0px 0 5px;}
.topcall1 a {font-size: 14px; padding: 10px 10px;}
.choose-right1 .choose-list1 li span {font-size:15px;}
.choose-right1 .choose-list2 li span {font-size:15px;}
.horoscope-head p { font-size: 14px;font-weight:500;}
.list-center1 p {padding: 7px 6px;font-size: 13px;font-weight:600;}
.list-right1 p i {  padding: 2px 1px;font-size: 9px;}
.list-right1 p {font-size: 13px;}
 .main-img span {left: 187px; top: 16rem;}
   .main-img img { position:relative; height: 215px !important; width: 215px !important;}
   .main-img{width: 100%;}
   .main-txt{width: 100%;}
   .main-txt {padding: 20px 15px 10px 15px;text-align: center;}





}
.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bg.html);
    background-size: cover;
}
.best-ser .why-min-right {
    float: left;
    width: 100%;
    border: 10px solid #fddf15;
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}
.about-header{
    padding: 10px 0;
    text-align: center;
}
.about-header p {
    display: block;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Alice', serif;

}
.about-header strong {
    font-size: 40px;
    margin: -7px 0 -5px;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 0 0px;
    color: #B80000;
    font-family: 'Stardos Stencil', cursive;
}
.about-header span {
    height: 1px;
    position: relative;
    width: 22%;
    margin: -5px 0 0;
    background: #000;
    display: inline-block;
}
.about-header span:before {
    height: 5px;
    width: 68px;
    position: absolute;
    content: "";
    top: -2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #B80000;
    display: inline-block;
}
.abt-desc {
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: 'Alice', serif;
}
.abt-desc span
{
    color: #fddf15;
    font-size: 18px;
}
.n-bor {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    border:1px solid #B80000;
    background: #fff;
    padding: 15px;
}
.n-bor-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.n-bor-img img{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.n-bor:hover:hover  .n-bor-img img
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
        -webkit-transform: rotate(2deg) scale(1.2);
        transform: rotate(2deg) scale(1.2);
        overflow: hidden;
    position: relative;
 
}
.n-bor-tit {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: #B80000;
    font-family: 'Stardos Stencil', cursive;
      padding: 10px;
}
.n-bor-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 5px 20px;
   font-family: 'Alice', serif;
}
.n-bor-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 10px 0px;
    font-family: 'Stardos Stencil', cursive;
}
.n-bor-call a {
    background: #fddf15;
    padding: 10px 15px;
    border-radius: 30px;
    color: #000;
}
.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bg.html);
    background-size: cover;
}
.best-ser .why-min-right {
    float: left;
    width: 100%;
    border: 10px solid #fddf15;
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}