@import url('https://fonts.googleapis.com/css2?family=Lobster&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');
.header {
    float: left;
    width: 100%;
    background-color: white;
    padding: 10px 0px;
}
.header-left {
    float: left;
    width: 100%;
   
}
.header-left img{
    float: left;
    width: 100%;
   
}
.header-right {
    float: left;
    width: 100%;
}
.header-right img{
    float: left;
    width: 100%;
}
.header-right1 {
    float: left;
    width: 100%;
}
.header-right1 img{
    float: left;
    width: 100%;
}

  .text1 {
    float: left;
    width: 100%;
    background: #c82908;
    font-size: 20px;
    color: white;
    padding: 5px 0px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
}
.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}


.copyrt {
    width: 100%;
    
    float: left;  
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: black;
    background: white;
    padding: 10px 0px;
    }
    
    .last-row
    {
    float: left;
    width: 100%;
    }
    .cal
    {
    
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
    
    }
    
    .whatsaapp img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    .cal img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    
    .whatsaapp
    {
    
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
    
    }
    .banner3 {
        float: left;
        width: 100%;
    }
    .banner3 img{
        float: left;
        width: 100%;
    }
 
    
    @-webkit-keyframes blink2 {
        from {color: black;}
        to {color:white;}
      }
      .just {
        float: left;
        width: 100%;
        padding: 50px 0px;
        background: black;
        position: relative;
        z-index: 1;
    }
    .just-headr {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: #fdcb00;
   font-family: 'Lobster', cursive;
    }
    .just-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
    }
    .just-call {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
    }
    .just-call a
    {
        color: #fdcb00;
    }
    .just-border {
        float: left;
        width: 100%;
        border: 5px solid whitesmoke;
        padding: 20px;
    }
    .most-right {
        float: left;
        width: 100%;
        margin-top: -40px;
    }
  
   .most-right ul {
        text-align: left;
        width: 100%;
        padding: 20px;
        background: #c82908;
    }
    .most-right ul li {
        line-height: 50px;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        list-style: none;
        color: #fff;
    }
    .most-right ul li i{
        padding-right: 10px;
        color: #fff;
    }
    .most-services {
        width: 100%;
        float: left;
        padding: 50px 0px;
    }
    .ban2-sec {
        text-align: center;
        padding: 100px 0px;
        position: relative;
        background: url(../images/cal-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        z-index: 1;
        float: left;
        width: 100%;
    }
    .ban2-sec:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        z-index: -1;
        background: #000000b8;
    }
    .ban-name {
        font-size: 60px;
        color: #fdcb00;
        text-transform: capitalize;
        text-align: center;
      font-family: 'Lobster', cursive;
        margin: 0px;
        font-weight: 700;
        width: 100%;
        float: left;
    }
    .astr-name {
        font-size: 40px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
      font-family: 'Lobster', cursive;
        margin: 0px;
        padding: 10px 0px;
        width: 100%;
        float: left;
    }
    .ban-call {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
       font-family: 'Roboto', sans-serif;
        padding: 10px 0px;
    }
    .ban-call a{
    position: relative;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: white;
        border: 1px solid #fdcb00;
        padding: 10px 20px;
        font-weight: 400;
        z-index: 1;
    }
    .ban-call a::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 0 auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        background: black;
        border-radius: inherit;
        z-index: -1;
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
  .ban-call a:hover::before
  {
     transform: scale(0);
  }
  .ban-call a:hover
  {
     color: #fdcb00;
  }
  .about-us {
    float: left;
    width: 100%;
    background-color: white;
    padding: 50px 0px;
}
.about-us-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #c82908;
    font-family: 'Lobster', cursive;
}
.underline2 {
    float: none;
    text-align: center;
    width: 150px;
    height: 10px;
    background-color: #fdcb00;
    display: table;
    margin: 0 auto;
  
}
.about-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 50px;
}
.about-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.about-desc span
{
    color: #c82908;
    font-weight: bold;
}

.wazifa-list:hover  .wazifa-img img{
    animation: scale 5s linear infinite;
}
.wazifa {
    width: 100%;
    float: left;
    background-color: white;
    padding: 50px 0px;
}
.wazifa-left {
    float: left;
    width: 100%;
    text-align: justify;
}
.wazifa-left img {
    float: left;
    width: 100%;
    padding-top: 50px;
}
.wazifa-left-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #c82908;
    font-family: 'Lobster', cursive;
}
.underline4 {
    float: none;
   text-align: justify;
    width: 200px;
    height: 10px;
    background-color: #fdcb00;
    display: table;
    margin: 0 auto;
  
  
}
.waif0left-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.wazifa-right {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #c82908;
}
.wazifa-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Lobster', cursive;
    background-color: #fdcb00;
    color: #c82908;
 
}
.wazifa-list {
    float: left;
    width: 100%;
  padding:20px;
}
.wazifa-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.wazifa-img img{
    float: left;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #fdcb00;
    padding: 3px;
}
.wazifa-list-header {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 25px;
    color: #fdcb00;
    font-family: 'Lobster', cursive;
    padding-top: 30px;
}
.wazifa-list-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: white;
    padding: 20px 0px;
    font-family: 'Roboto', sans-serif;
}
.why-border span img {
    display: inline-block;
    width: 48px;
}
.ast_whywe_info_box_info {
    position: absolute;
    top: 20px;
    left: 50px;
    right: 0;
    height: 80px;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: -1;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 75px;
    -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -o-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: 0px 0px 1px 0px #e1e1e1;
    box-shadow: 0px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box_info p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}
.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #fdcb00;
} 
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
color: #c82908;
font-family: 'Lobster', cursive;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.why-border {
    float: left;
    width: 100%;
    position: relative;
z-index: 1;
margin-bottom: 30px;
}
.why-border span {
float: left;
width: 120px;
height: 120px;
line-height: 90px;
border-radius: 100%;
background-color: #c82908;
text-align: center;
border: 10px solid #FFFFFF;
-webkit-box-shadow: -1px 0px 1px 0px #e1e1e1;
-moz-box-shadow: -1px 0px 1px 0px #e1e1e1;
-o-box-shadow: -1px 0px 1px 0px #e1e1e1;
-ms-box-shadow: -1px 0px 1px 0px #e1e1e1;
box-shadow: -1px 0px 1px 0px #e1e1e1;
}
.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #c82908;
font-family: 'Lobster', cursive;
 padding-bottom: 30px;
}

.testi-border {
    float: left;
    width: 100%;
    background-color:whitesmoke;
    padding: 10px;
    border: 1px solid #c82908;
}
.com-img {
    float: left;
    width: 100%;
}
.com-img img{
   float: left;
   width: 30px;
}
.testi-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
   font-family: 'Roboto', sans-serif;
    padding: 20px 0px;
}
.testi-img {
    float: left;
    width: 100%;
}
.testi-img img {
float: none;
border: 1px solid #c82908;
padding: 5px;
width: 30%;
margin: 0 auto;
display: table;
}
.testi-name {
float: left;
width: 100%;
font-size: 25px;
color: #c82908;
font-family: 'Lobster', cursive;
text-align: center;
}

.best-services {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.best-services::before{
    content: "";
    position: absolute;
    width: 65%;
    height: 80%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #c82908;
    z-index: -1;
}
.best-sub {
    float: left;
    width: 100%;
    font-size: 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.best-header {
    float: left;
    width: 100%;
    font-size: 45px;
  font-family: 'Lobster', cursive;
    color: #fdcb00;
    padding-bottom: 30px;
}
.best-services::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 56%;
    top: 36%;
    background: #003a0d2e;
    z-index: -1;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.best-border {
    float: left;
    width: 100%;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0 0 25px 0 #00000029;
    box-shadow: 0 0 25px 0 #00000029;
    position: relative;
    z-index: 1;
}
.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #c82908;
    font-family: 'Roboto', sans-serif;
}
.best-img {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.best-img img {
    float: left;
    width: 100%;
}
.best-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
}
.best-call a{
position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #c82908;
    padding: 10px 20px;
    font-weight: 400;
    z-index: 1;
}
.best-call a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #c82908;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.best-border:hover .best-call a::before{
    -webkit-transform: scale(0);
    transform: scale(0);
}
.best-border:hover .best-call a{
  color: #c82908;
}
.best-border::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #fdcb00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.best-border:hover::before
{
    width: 100%;
}
.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: black;
}
.footer-border {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.footer-border img{
    float: left;
    width: 100%;
}
.footer-border a{
    color: #fdcb00;
    font-size: 30px;
    padding: 13px 0 0 0;
    font-weight: 600;
    display: inline-block;
    text-align: center;
     font-family: 'Roboto', sans-serif;
    float: left;
    width: 100%;
}
.footer-about {
    padding: 10px;
    float: left;
    width: 100%;
}
.footer-about1 {
    padding: 10px 0;
}
.quick-serv {
    padding: 20px 0;
    text-align: left;
}
.quick-serv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-serv ul li {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 400;
     font-family: 'Roboto', sans-serif;
}
.quick-serv li i {
    color: #fdcb00;
    padding: 0 5px 0 0;
}
.about-head {
    text-align: left;
    padding: 0;
    padding-bottom: 0px;
}
.about-head p {
    margin: 0;
    color: #fdcb00;
    font-size: 27px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 0;
     font-family: 'Roboto', sans-serif;
}
.about-call {
    padding: 35px 0 0;
    text-align: center;
}
.about-call ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-call ul li {
    display: block;
    border: 1px solid #ccbbbb;
    height: 62px;
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 38px;
    padding-top: 22px;
    letter-spacing: 0.5px;
     font-family: 'Roboto', sans-serif;
}
.about-call li a {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
}
.about-call ul li:hover a
{
    color: #fdcb00;
}
.about-call ul li:hover i
{
  transform: rotate(360deg);
}
.about-call li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fdcb00;
    line-height: 35px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    position: absolute;
    top: -17px;
    left: 50%;
    transition: 0.4s;
    margin-left: -17px;
}
.other-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.other-sub {
    float: left;
    width: 100%;
    font-size: 30px;
    color: black;
   font-family: 'Roboto', sans-serif;
   text-align: center;
}
.other-header {
    float: left;
    width: 100%;
    font-size: 45px;
 font-family: 'Lobster', cursive;
    color: #c82908;
    text-align: center;
}



.other-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1 ;
    margin-bottom: 30px;
    padding: 10px;
}
.other-border2 {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1 ;
    padding: 10px;
}

.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px;
    background: #c82908;
position: relative;
z-index: 1;
}
.other-title::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -10px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #c8290894;
    margin: 0px;
    -webkit-transform: skewY(
-20deg
);

    transform: skewY(
-20deg
);
    z-index: -1;
}
.other-title::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -10px;
    bottom: inherit;
    margin: 0 auto;
    background: #c8290894;
    margin: 0px;
    left: inherit;
    right: 0;
    -webkit-transform: skewY(
20deg
);
    transform: skewY(
20deg
);}
.other-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0px 20px;
}
.other-img img {
    float: left;
    width: 100%;
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 100%, 0% 100%);
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 100%, 0% 100%);
}
.head-main {
    float: left;
    width: 100%;
    background: #fdcb00;
  
}
.bg-r {
    float: left;
    width: 100%;
    background: #c82908;
    position: relative;
    padding-top: 5px;
    border-radius: 30px;
}
.contact {
    float: left;
    width: 100%;
}
.contact li {
    list-style: none;
    display: inline;
    color: white;
    font-size: 20px;
    padding-right: 30px;
    font-family: 'Roboto', sans-serif;

}

ul.contact-details {
    float: left;
    width: 100%;
}
.contact i
{
    color: #fdcb00;
    padding-right: 5PX;
}
.contact-right {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-right:30px ;

}
.bg-r span {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 17px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fdcb00;
    box-shadow: 0 0 8px #fdcb00;
}
.topb {
    left: unset !important;
    right: 17px;
}
@media(min-width:320px) and (max-width:479px)
{
    .contact li {
        padding-right: 66px;
    }
    .contact-details {
        text-align: center;
    }
    .text1 {
        font-size: 18px;
    }
    .about-us-header {
        font-size: 35px;
    }
    .why-header {
        font-size: 35px;
    }
    .ast_whywe_info_box_info p {
        font-size: 18px;
        text-align: center;
    }
    .best-header {
        font-size: 35px;
        text-align: center;
    }
    .best-sub {
        text-align: center;
    }
    .best-services::before {
        width: 100%;
    }
    .best-border{margin-bottom: 30px;}
    .best-title {
        font-size: 20px;
    }
    .just-headr {
        font-size: 35px;
    }
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .wazifa-list-desc {
        text-align: center;
    }
    .wazifa-list-header {
        text-align: center;
    }
    .ban-name {
        font-size: 35px;
    }
    .astr-name {
        font-size: 25px;
    }
    .other-sub {
        font-size: 20px;
    }
    .other-header {
        font-size: 35px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-border{margin-bottom: 30px;}
}
@media(min-width:480px) and (max-width:639px)
{
    .contact li {
        display: none;
    }
    .contact-details {
        text-align: center;
    }
    .contact-right {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .text1 {
        font-size: 18px;
    }
    .about-us-header {
        font-size: 35px;
    }
    .why-header {
        font-size: 35px;
    }
    .ast_whywe_info_box_info p {
        font-size: 18px;
        text-align: center;
    }
    .best-header {
        font-size: 35px;
        text-align: center;
    }
    .best-sub {
        text-align: center;
    }
    .best-services::before {
        width: 100%;
    }
    .best-border{margin-bottom: 30px;}
    .best-title {
        font-size: 20px;
    }
    .just-headr {
        font-size: 35px;
    }
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .wazifa-list-desc {
        text-align: center;
    }
    .wazifa-list-header {
        text-align: center;
    }
    .ban-name {
        font-size: 35px;
    }
    .astr-name {
        font-size: 25px;
    }
    .other-sub {
        font-size: 20px;
    }
    .other-header {
        font-size: 35px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-border{margin-bottom: 30px;}
}
@media(min-width:640px) and (max-width:767px){
    .contact {
        text-align: center;
    }
    .testi-border{margin-bottom: 30px;}
    .most-right {
        margin: 0px;
    }
    .best-border{margin-bottom: 30px;}
}
@media(min-width:768px) and (max-width:991px){
.head-main .col-sm-6{width: 100%;
text-align: center;}
.header .col-sm-4{width: 100%;}
.why-us .col-sm-4{width: 50%;}
.most-services .col-sm-8{width: 100%;}
.most-services .col-sm-4{width: 100%;}
.best-services .col-sm-4{width: 50%;
margin-bottom: 30px;}
.wazifa .col-sm-8{width: 100%;}
.wazifa .col-sm-4{width: 100%;}
.wazifa-list .col-sm-4{width: 50%;}
.wazifa-list .col-sm-8{width: 50%;}
.other-services .col-sm-3{width: 50%;}
.testi .col-sm-4{width: 50%;
margin-bottom: 30px;}
.footer .col-sm-3{width: 50%;}
}
@media(min-width:992px) and (max-width:1200px){
    .most-services .col-sm-8{width: 100%;}
    .most-services .col-sm-4{width: 100%;}   
    .best-services .col-sm-4{width: 50%;
        margin-bottom: 30px;}
}