@import url('https://fonts.googleapis.com/css2?family=Playball&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

 
.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: #f8931d;
   font-family: 'Playball', 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: #f8931d;
    }
    .just-border {
        float: left;
        width: 100%;
        border: 5px solid whitesmoke;
        padding: 20px;
    }
   
 
.header-left {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.header-left img{
    float: left;
    width: 100%;
}

  .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: #ed1b24;
    font-family: 'Playball', cursive;
}
.underline2 {
    float: none;
    text-align: center;
    width: 150px;
    height: 10px;
    background-color: #f8931d;
    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: #ed1b24;
    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: #ed1b24;
    font-family: 'Playball', cursive;
}
.underline4 {
    float: none;
   text-align: justify;
    width: 200px;
    height: 10px;
    background-color: #f8931d;
    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: #ed1b24;
}
.wazifa-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Playball', cursive;
    background-color: #f8931d;
    color: #ed1b24;
 
}
.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 #f8931d;
    padding: 3px;
}
.wazifa-list-header {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 25px;
    color: #f8931d;
    font-family: 'Playball', cursive;
    padding-top: 30px;
}
.wazifa-list-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: #e0dcce;
    padding: 20px 0px;
    font-family: 'Roboto', sans-serif;
}
.why-us {
    background-image: url(../images/download.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    padding: 50px 0px;
} 
.why-border {
    float: left;
    width: 100%;
    position: relative;
z-index: 1;

}
.why-left {
    float: left;
    width: 100%;
}
.why-left img{
    float: left;
    width: 100%;
}
.why-center {
    float: left;
    width: 100%;
    text-align: center;
    background: transparent;
    padding: 10px;
    margin-top: 15px;
}
.wgy-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #fff;
    font-family: 'Playball', cursive;
}
.why-sub {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #f8931d;
    font-family: 'Roboto', sans-serif;
}
.why-desc {
    font-size: 18px;
    float: left;
    width: 100%;
    color: white;
    padding: 20px 30px;
    font-family: 'Roboto', sans-serif;
}
.why-right {
    float: left;
    width: 100%;
    text-align: center;
}
.why-right-header {
    font-size: 35px;
    float: left;
    width: 100%;
    font-family: 'Playball', cursive;
    color: #fff;
  background: #ed1b24;
}
.why-right-desc {
    float: left;
    width: 100%;
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0px;
}




.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #ed1b24;
font-family: 'Playball', cursive;
 padding-bottom: 30px;
}

.testi-border {
    float: left;
    width: 100%;
    background-color:e0dcce;
    padding: 10px;
    border: 1px solid #ed1b24;
}
.com-img {
    float: left;
    width: 100%;
}
.com-img img{
   float: left;
   width: 30px;
  
}
.testi-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
   font-family: 'Roboto', sans-serif;
    padding: 20px 0px;
}
.testi-img {
    float: left;
    width: 100%;
}
.testi-img img {
float: none;
border: 1px solid #ed1b24;
padding: 5px;
width: 30%;
margin: 0 auto;
display: table;
}
.testi-name {
float: left;
width: 100%;
font-size: 25px;
color: #ed1b24;
font-family: 'Playball', cursive;
text-align: center;
}


.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: 'Playball', cursive;
    color: #ed1b24;
    text-align: center;
    margin-bottom: 30px;
}



.other-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1 ;
    padding: 10px;
    margin-bottom: 30px;
}
.other-border2 {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1 ;
    padding: 10px;
}

.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #ed1b24;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px;
position: relative;
z-index: 1;
font-family: 'Playball', cursive;
}

.other-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0px 20px;
}
.other-img::before
{
    position: absolute;
    margin: 0px 20px;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: rgba(0, 0, 0, 0.425);
}
.other-img img {
    float: left;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.other-border:hover .other-img::before
{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: scale(1);

}
.title-sub {
    display: block;
    text-transform: uppercase;
    color: #ed1b24;
    letter-spacing: 2px;
    padding: 0px 0px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
}

.other-desc {
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: black;
    float: left;
    width: 100%;
}
.other-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 5px 0px;
}
.srv-content {
    float: left;
    width: 100%;
    padding: 10px 5px;
    -webkit-box-shadow: 0px 0px 20px #00000040;
    box-shadow: 0px 0px 20px #00000040;
    background: #fff;
    position: relative;
    z-index: 2;
}
.other-call a {
    background: #ed1b24;
    padding: 5px 10px;
    color: #e0dcce;
    border-radius: 20px;
}
  .header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.header-left {
    float: left;
    width: 100%;
   
}
.header-left img{
    float: left;
    width: 100%;
   
}
.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: black;
}
.footer-border {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.ft-ga
{
    float: left;
    width: 100%;
}
.ft-ga img
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.footer-border img{
    float: left;
    width: 100%;
}
.footer-border a{
    color: #f8931d;
    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: #e0dcce;
    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: #f8931d;
    padding: 0 5px 0 0;
}
.about-head {
    text-align: left;
    padding: 0;
    padding-bottom: 0px;
}
.about-head p {
    margin: 0;
    color: #f8931d;
    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 #e0dcce;
    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: #e0dcce;
    font-size: 19px;
    text-transform: capitalize;
}
.about-call ul li:hover a
{
    color: #f8931d;
}
.about-call ul li:hover i
{
  transform: rotate(360deg);
}
.about-call li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f8931d;
    line-height: 35px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    position: absolute;
    top: -17px;
    left: 50%;
    transition: 0.4s;
    margin-left: -17px;
}
.top-sec {
    text-align: center;
    float: left;
    width: 100%;
    background: #ed1b24;
    padding-top: 10px;
}
.top-sec .top-col1 {
    float: left;
    width: 100%;
}
.top-inr {
    padding: 0px;
    text-align: justify;
    padding-left: 50px;
}
.top-sec .top-col .top-inr {
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.top-sec .top-p1 a {
    color: #fff;
    padding-left: 15px;
}
.top-sec .top-p1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.top-sec .top-p1 span {
    display: block;
    color: #fbfbfb;
    font-weight: 400;
    font-size: 16px;
}.top-sec .top-col2 {
    z-index: 1;
}
.top-sec .top-col3 {
    z-index: 1;
}
.top-sec .top-col2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: inherit;
    z-index: -1;
    -webkit-transform: skew(
45deg);
    transform: skew(
45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.top-sec .top-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #ed1b24;
    padding: 5px 15px;
}

.top-sec .top-p2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}
.top-sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top-sec ul li {
    padding: 0px 5px;
    list-style: none;
}
.top-sec ul li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #fff;
    color: #ed1b24;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top-sec ul li i:hover
{
    background: #f8931d;
    color: black;
   
}
.header-center {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.hd-one {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #ed1b24;
    font-family: 'Playball', cursive;
}
.hd-two {
    font-size: 25px;
    float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.hd-three {
    float: left;
    width: 100%;
    background: #f8931d;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.welc {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 15px;
    z-index: 1;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 800;
    color: #ed1b24;
    text-transform: uppercase;
    word-spacing: 10px;
    position: relative;
}
.welc::before{
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    background: #fbfbfb;
    z-index: -1;
    -webkit-box-shadow: 0px -2px 20px #0000004f;
    box-shadow: 0px -2px 20px #0000004f;
}
.logo-col4 {
    background: #ed1b24;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0px 40px;
}
.logo-col4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: 'Roboto', sans-serif;
}
.logo-col4 ul li {
    padding: 10px 25px;
    color: #fff;
    position: relative;
    font-size: 18px;
    list-style: none;
}
.logo-col4 ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 20%;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    border-right: 1px solid #fff;
}










@media(min-width:320px) and (max-width:479px)
{
    
    .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;}
    .contact {
        display: none;
    }
    .header-right {
        padding: 10px 7px;
    }
    .top-sec .top-col1 {
      
        clip-path: none;
    }
    .top-sec .top-p2 {
      
        font-size: 18px;
    }
    .hd-three {
        font-size: 16px;
    }
    .hd-two {
        font-size: 18px;
    }
    .hd-one {
        font-size: 25px;
    }
    .welc {
        font-size: 20px;
    }
    .logo-col4 {
        display: none;
    }
}
@media(min-width:480px) and (max-width:639px)
{.contact {
    display: none;
}
.logo-col4 {
    display: none;
}
.welc {
    font-size: 20px;
}
.hd-three {
    font-size: 16px;
}
.hd-two {
    font-size: 18px;
}
.hd-one {
    font-size: 25px;
}
.top-sec .top-p2 {
      
    font-size: 18px;
}
.top-sec .top-col1 {
      
    clip-path: none;
}
    .text1 {
        font-size: 18px;
    }
    .about-us-header {
        font-size: 35px;
    }
   
    .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;}
    .top-col3 {
        display: none;
    }
    .top-inr {
        text-align: center;
        padding: 0px;
    }
}
@media(min-width:640px) and (max-width:767px){
    .contact {
        text-align: center;
    }
    .testi-border{margin-bottom: 30px;}
    .header-right {
        padding: 10px 168px;
    }
    .top-col3 {
        display: none;
    }
    .top-inr {
        text-align: center;
        padding: 0px;
    }
}
@media(min-width:768px) and (max-width:991px){
.head-main .col-sm-6{width: 100%;
text-align: center;}
.why-us .col-sm-4{width: 50%;}
.header .col-sm-5{width: 100%;}
.header .col-sm-7{width: 100%;}
.header-right {
    padding: 10px 45px;
}
.top-inr {
    text-align: center;
    padding: 0px;
}
.top-col3 {
    display: none;
}
.top-sec .col-sm-4{width: 50%;}
.other-services .col-sm-3{width: 50%;}
.testi .col-sm-4{width: 50%;
margin-bottom: 30px;}
.footer .col-sm-3{width: 50%;}
.logo {
    display: none;
}
.top-srv-sec .col-sm-4{width: 50%;}
}
@media(min-width:992px) and (max-width:1200px){
    .top-sec .top-col1 {
      
        clip-path: none;
    }
    
}