@import url('../css2.css');
@import url('../css2-1.css');

.width100 {
    width: 100% !important;
}

.ser-page h1, .ser-page h2, .ser-page h3, .ser-page h4, .ser-page h5, .ser-page h6 {
    color: #AB1818 !important;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
}

.choose-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #0d012f;
}
.choose-sec-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Mitr', sans-serif;
    padding-bottom: 30px;
}
.choose-sec .choose-col {
    padding: 10px 5px;
    float: left;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.choose-sec .choose-col .choose-box:hover span {
    border-style: dashed;
    color: #fff;
}
.choose-sec .choose-col .choose-box:hover span:before {
   
    -webkit-transform: scale(1);
    transform: scale(1);
  
}
.choose-sec .choose-col .choose-box {
    padding: 30px 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 5px;
}
.choose-sec .choose-col span {
    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;
    font-size: 40px;
    color: #ffde29;
    position: relative;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    border: 2px solid #fbfbfb;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.choose-sec .choose-col span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #db0511;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.service-name {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
    margin: 0px;
    padding: 20px 0 0 0;
}

.banner_container {
    float: left;
    width:100%;
}
.banner_container img{
    float: left;
    width: 100%;
}
.logo-sec {
    float: left;
    width: 100%;
}
.logo-sec .logo-inr {
    padding: 0px;
}
.logo-sec .logo-p1 {
    font-size: 25px;
    padding: 5px;
    border-radius: 30px;
    background: #db0511;
    text-transform: capitalize;
    font-family: 'Mitr', sans-serif;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
}
.logo-sec .logo-p22 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 5px;
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}
.logo-sec .logo-p22 strong {
    color: #db0511;
}
.logo-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;
}
.logo-sec ul li {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 8px;
    font-size: 20px;
    color: #db0511;
    font-family: 'Roboto', sans-serif;
}
.logo-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;
    border-radius: 4px;
    border: 1px solid #000;
}
.logo-sec ul li span {
    font-size: 16px;
    color: #000;
    padding-left: 8px;
    font-weight: 700;
}
.copyrt {
    width: 100%;
    float: left;  
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #0D012F;
    padding: 20px 0 10px 0;
    }
    
    .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: #db0511;
        position: relative;
        z-index: 1;
    }
    .just-headr {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: #ffde29;
 font-family: 'Mitr', sans-serif;
    }
    .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: #ffde29;
    }
    .just-border {
        float: left;
        width: 100%;
        border: 5px solid whitesmoke;
        padding: 20px;
    }
   
.header-left {
    float: left;
    width: 100%;

}
.header-left img{
    float: left;
    width: 100%;
}

.about-us {
  float: left;
  width: 100%;
  padding: 50px 0px;
  /* background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
}
.ab-le {float: left;
    width: 100%;
}
.abt-r {float: left;
    width: 100%;
}
.ab-ri {
    float: left;
    width: 100%;
}
.ab-ri img{
    float: left;
    width: 100%;
}
.about-us-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #db0511;
    font-family: 'Mitr', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.underline2 {
    float: none;
    text-align: center;
    width: 150px;
    height: 2px;
    background-color: #db0511;
    display: table;
    margin: 10px auto;
  
}
.about-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 50px;
}
.about-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}
.about-desc span {
    color: #db0511;
    font-weight: 600;
}
.abt-r img {
    float: left;
    width: 100%;
}
img.hand {
    position: relative;
}
img.hand_bg.fa-spin {
    position: absolute;
    left: 0;
    animation: fa-spin 5.2s infinite linear;
}
.about-desc ul {
    /* margin: 0;
    padding: 0 0 10px 0;
    list-style: none; */
}
.about-desc ul li {
  
    padding: 5px 0 0;
    line-height: 28px;
    color: #000;
}
.about-desc li i {
    color: #ffde29;
    padding: 0 7px 0 0;
    font-size: 16px;
    font-weight: 600;
}
.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: #db0511;
  font-family: 'Mitr', sans-serif;
}
.underline4 {
    float: none;
   text-align: justify;
    width: 200px;
    height: 10px;
    background-color: #ffde29;
    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: #db0511;
}
.wazifa-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
  font-family: 'Mitr', sans-serif;
    background-color: #ffde29;
    color: #db0511;
 
}
.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 #ffde29;
    padding: 3px;
}
.wazifa-list-header {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 25px;
    color: #ffde29;
  font-family: 'Mitr', sans-serif;
    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;
}
.banner4 {
    float: left;
    width: 100%;
    background: black;
    padding: 10px 0px;
}
.banner4 img {
    float: none;
    display: table;
    margin: 0 auto;
}

.testim{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
    /* margin-bottom: 50px; */
  }
.testim h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: black;
    font-family: 'Mitr', sans-serif;
}
.testim-content {
    float: left;
    width: 100%;
}
.testim-box {
    float: left;
    width: 100%;
    background: #db0511;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    outline: 2px solid #fff;
    outline-offset: -5px;
}
.testim p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.tee-l {
    float: left;
    width: 100%;
}
.tee-l img{
    float: left;
    width: 50%;
    border-radius: 50%;
}
.testim-box-content2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #ffde29;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid white;
}
  .header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.header-left {
    float: left;
    width: 100%;
   
}
.header-left img{
    float: left;
    width: 100%;
   
}

.top-sec {
    text-align: center;
    float: left;
    width: 100%;
    background: #db0511;
    padding-top: 10px;
}
.tp1 {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.tp1 span {
    display: block;
    padding: 0px 20px;
}
.tp1 span a{
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.tp1 span i{
    color: #ffde29;
    padding-right: 5px;
}
.tp1 p{
    color: #ffde29;
    margin: 0px;
    font-size: 18px;
}
p.tp11 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: white;
    padding-top: 10px;
}

.log-anmt {
    padding: 3px;
    background: #ffde29;
    outline: 3px dashed #db0511;
    text-align: center;
    margin-top: 60px;
    z-index: 1;
    text-transform: capitalize;
}
.logo-spn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #000000;
    color: #fff;
    font-size: 18px;
    /* margin-top: -37px; */
    font-weight: 500;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 370px;
    top: 51px;
    outline: 1px solid #ffde29;
    outline-offset: -5px;
    font-family: 'Roboto', sans-serif;
}
.logo-p2 {
    padding: 10px;
    margin: 0px;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.logo-p2 a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #db0511;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 1;
    font-weight: 400;
    background: #db0511;
    margin-left: 5px;
}
.tp1.tp3::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    top: 20%;
    right: 0px;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    background: #fff;
}
.top-inr {
    padding: 0px;
    text-align: center;
}
.top-sec .top-col .top-inr {
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.top-sec .top-p1 a {
    color: #e0dcce;
    padding-left: 15px;
}
.top-sec .top-p1 {
    font-size: 20px;
    color: #fbfbfb;
    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 {
    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: #000;
}

.top-sec .top-p2 {
    font-size: 20px;
    text-transform: capitalize;
    color: black;
    font-weight: 500;
    font-size: 25px;
    position: relative;
    z-index: 1;
    padding: 0px 15px;
}
.top-p2::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0px;
    margin: 0 auto;
    background: #ffde29;
    z-index: -1;
    -webkit-transform: skew(
-15deg);
    transform: skew(
-15deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.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: #ffde29;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top-sec ul li i:hover
{
    background: #ffde29;
    color: black;
   
}
.header-center {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.hd-one {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #db0511;
  font-family: 'Mitr', sans-serif;
}
.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: #ffde29;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.mew-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.our-serv {
    /* padding:10px; */
    float: left;
    width: 100%;
    border: 2px solid #db0511;
    margin-bottom: 30px;
}
.our-serv1 {
    padding: 0px;
}
.serv-img {
    padding: 0;
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
    /* z-index: -1; */
    position: relative;
}
.our-serv1:hover .serv-img img {
    transition: 0.5s;
    transform: scale(1.1);
    filter: brightness(0.5);
}
.serv-img img {
    transition: 0.5s;
    width: 100%;
}
.serv-txt {
    margin: 0;
    /* padding: 0 15px;
    margin-top: -30px; */
    text-align: center;
}
.serv-txt1 {
    background: #fff;
    padding: 20px 15px;
    width: 100%;
}
.serv-txt1 span {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Poppins;
    color: #db0511;
}
.serv-txt1 p {
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.best-services {
    float: left;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    background: #fff;
}
.best-services2 {
    float: left;
    width: 100%;
   background: #000;
}

.best-services h2 {
    background: #000;
    float: left;
    width: 100%;
    font-family: 'Mitr', sans-serif;
    font-size: 45px;
}
.best-services h2 span {
    text-align: left;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 90% 100%, 0% 100%);
    background: #db0511;
    display: block;
    width: 55%;
    padding: 12px;
}
.best-services2 h2 {
    background: #eee;
    float: left;
    width: 100%;
    font-family: 'Mitr', sans-serif;
    font-size: 45px;
}
.best-services2 h2 span {
    text-align: left;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 90% 100%, 0% 100%);
    background: #db0511;
    display: block;
    width: 25%;
    padding: 12px;
}
.bestt-cal {
    /* float: left; */
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffde29;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.best-header2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'Mitr', sans-serif;
    color: #db0511;
}
.best-sub2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.best-border {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.best-border:hover .best-img img
{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.best-de {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 5px 0px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.best-img {
    float: left;
    width: 100%;
    box-shadow: 0 10px 6px -6px #777;
    border: 3px solid #eee;
}
.abt-img {
    float: left;
    width: 100%;
}
.abt-img img{
    float: left;
    width: 100%;
    outline: 2px solid #db0511;
    outline-offset: -15px;
    border-radius: 30px;
}
.best-img img
{
    float: left;
    width: 100%;
}
.other-title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 8px 0px;
    font-family: 'Mitr', sans-serif;
    color: #db0511;
    text-align: center;
}
.bestt-cal a {
    background: #db0511;
    padding: 7px 20px;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
}
.other-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: black;
    font-family: 'Roboto', sans-serif;
}

.counter {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #222222;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.other-services {
    float: left;
    width: 100%;
  padding-top: 50px;
  background: #ffde29;
}
.other-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'Mitr', sans-serif;
    color: #db0511;
}
.other-line {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.other-line i
{
color: #db0511;
}
.other-line:before {
content: '';
position: absolute;
right: calc(50% + 20px);
top: 12px;
background: #db0511;
width: 80px;
height: 3px;
margin: 0;
}
.other-line:after {
content: '';
position: absolute;
left: calc(50% + 20px);
top: 12px;
background: #db0511;
width: 80px;
height: 3px;
margin: 0;
}
.other-img {
float: left;
width: 100%;

}
.other-img {
float: left;
width: 100%;
padding: 0px 15px;
}
.other-img img {
float: left;
width: 100%;
box-shadow: 0 0 2px;
    padding: 12px;
    background: repeating-linear-gradient(
45deg
, #db0511, black 100px);
}
.other-title {
float: left;
width: 100%;
text-align: center;
font-size: 30px;
color: #db0511;
font-family: 'Mitr', sans-serif;
}
.other-desc {
float: left;
width: 100%;
text-align: left;
font-size: 16px;
color: black;
font-family: 'Roboto', sans-serif;
}
.other-call {
float: left;
width: 100%;
text-align: left;
font-size: 20px;
font-family: 'Roboto', sans-serif;
padding: 10px 0px;
text-align: center;
}
.other-call a {
color: white;
background: #db0511;
padding: 5px 10px;
}
.other-call i{
color: #fff;

}
.other-cnt {
float: left;
width: 100%;
background: #fff;
}
.other-border {
float: left;
width: 100%;
position: relative;
z-index: 1;
box-shadow: 0 0 4px #000;
    padding: 12px;
    margin-bottom: 30px;
    background: #ffffff;
}


.counter::before{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter:hover .counter-icon {
    transform: rotateY(
360deg
);
}
.counter::after {
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #db0511;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.counter .counter-value {
    color: #db0511;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
}
.counter h3 {
    font-size: 17px;
    font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-family: 'Mitr', sans-serif;
}
.pricingTable {
    color: #B185E8;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 25px;
    margin: 15px 15px;
    position: relative;
    border: solid 3px #ebebeb;
    /* float: left;
    width: 100%; */
}
.pricingTable:before {
    content: '';
    background: linear-gradient(#ffde29, transparent);
    border-radius: 30% 30% 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
    bottom: 0;
}
.pricingTable .pricingTable-header {
    margin: 0 0 20px;
}
.pricingTable .title {
    font-size: 25px;
    color: #db0511;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Mitr', sans-serif;
    margin: 0;
}
.pricing-content {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricing-content li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    padding: 0;
    margin: 0 0 13px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.pricing-content li i {
    color: #db0511;
    margin-right: 5px;
}
.foot11 {
    padding: 0px;
    background: #db0511;
    float: left;
    width: 100%;
}
.foot12 {
    padding: 0px 0px 20px 0;
}
.foot-hide{
    padding: 10px;
}
.foot-line{
    padding: 10px 0;
}
.foot-line1
{
    padding: 10px;
    background: #000;
    color: #fff;
    margin-top: -38px;
    right: 0;
    border-top-left-radius: 50px;
    padding: 9px 20px;
    border-bottom-left-radius: 50px;
}
.foot-line1 p{
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.footer-desc p{
float: left;
width: 100%;
text-align: left;
font-size: 18px;
font-family: 'Roboto', sans-serif;
color: #fff;

}
.footer2 {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background:#db0511;
}
.footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #ffde29;
    font-family: 'Roboto', sans-serif;
}
.footer-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: white;
     font-family: 'Mitr', sans-serif;

    padding-bottom: 30px;
}
ul.footer-details {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #ffde29;
}

ul.footer-details li{
    list-style: none;
    font-size: 25px;
    padding-right: 40px;
    display: inline;
    font-family: 'Roboto', sans-serif;
}
.footer-border {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.footer-sub-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #ffde29;
    font-family: 'Mitr', sans-serif;

    font-weight: 200;
}
.footer-sub-header2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #ffde29;
    font-family: 'Mitr', sans-serif;

    font-weight: 200;
    padding-bottom: 30px;
}
.footer-desc {
    float: left;
    width: 100%;
  border-bottom: 1px solid #fff;
    font-size: 20px;
    color: white;
     font-family: 'Mitr', sans-serif;

}
.footer-border ul.footer-detail {
    font-size: 18px;
    color: white;
    padding-bottom: 0px;
     font-family: 'Mitr', sans-serif;

}
.footer-border ul.footer-detail li{
    list-style: none;
 font-size: 20px;
 padding: 5px 0px;
 font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #ffffff26;
}
i.fa.fa-angle-right {
    color: #ffde29;
    font-size: 20px;
    padding-right: 5px;
}
.footer2 a
{
  color: #ffde29;
}
.footer2 span {
    display: block;
    background: #ffde29;
    color: #000;
    font-size: 20px;
    font-size: 25px;
    padding: 5px 20px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

@media(min-width:320px) and (max-width:479px)
{.logo-sec ul {
    display: none;
  }
  .logo-sec .logo-p1 {
    font-size: 20px;}
    .best-services h2 span {
  
        width: 90%;
      }
      .choose-sec-header {
        font-size: 35px;
      }
    .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;
    }
    .top-col3 {
      display: none;
    }
    .header-center {
        display: none;
    }
    .popular-sec .srv-mn .srv-inr .srv-content {
      
        padding: 0px 15px;
    }
    .popular-sec .srv-mn .srv-inr .srv-content .srv-name {
        font-size: 25px;
        font-weight: 500;
    }.best-header2 {
        font-size: 35px;
      }.counter {
        margin-bottom: 30px;
      }
      .tee-l img {
        width: 25%;
      }
      .testim-box{margin-bottom: 30px;}.other-title {
        font-size: 25px;
      } 
      .best-services h2 {
       
        font-size: 35;
      }
      .best-services2 h2 span {
  
        width: 70%;
      }
      .best-services2 h2 {
       
        font-size: 35;
      }
      .banner4 img {
      
        width: 100%;
      }
      .tp1 {
  width: 50%;
}
.tp1 p {
  font-size: 15px;
}
p.tp11 {
  font-size: 18px;
}
.abt-img {
  margin-top: 40px;
}
}
@media(min-width:480px) and (max-width:639px)
{.best-services2 h2 span {
  
    width: 70%;
  }
  .logo-sec ul {
    display: none;
  }
  .logo-sec .logo-p1 {
    font-size: 20px;}
    .best-services h2 span {
  
        width: 90%;
      }
      .choose-sec-header {
        font-size: 35px;
      }
  .best-services2 h2 {
   
    font-size: 35;
  }
    .best-services h2 span {
  
        width: 70%;
      }
      .best-services h2 {
       
        font-size: 35;
      }
      .banner4 img {
      
        width: 100%;
      }
    .contact {
    display: none;
}.best-header2 {
    font-size: 35px;
  }.counter {
    margin-bottom: 30px;
  } 
  .other-title {
    font-size: 25px;
  }
  .tee-l img {
    width: 25%;
  } .testim-box{margin-bottom: 30px;}
.top-col3 {
    padding-right: 35px;
}
.top-p1 {
    padding-left: 65px;
}
.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;
      }
      .header-center {
          display: none;
      }
      .popular-sec .srv-mn .srv-inr .srv-content {
        
          padding: 0px 25px;
      }
      .popular-sec .srv-mn .srv-inr .srv-content .srv-name {
          font-size: 25px;
          font-weight: 500;
      }
            .tp1 {
  width: 50%;
}
.tp1 p {
  font-size: 15px;
}
p.tp11 {
  font-size: 18px;
}
.abt-img {
  margin-top: 40px;
}
}
@media(min-width:640px) and (max-width:767px){
    .contact {
        text-align: center;
    }
    .logo-sec ul {
        display: none;
      }
      .logo-sec .logo-p1 {
        font-size: 20px;}
        .best-services h2 span {
      
            width: 90%;
          }
          .choose-sec-header {
            font-size: 35px;
          }
    .testi-border{margin-bottom: 30px;}
    .header-right {
        padding: 10px 168px;
    }
    .best-services h2 span {
  
        width: 70%;
      }
      .best-services h2 {
       
        font-size: 35;
      }
      .best-services2 h2 span {
  
        width: 70%;
      }
      .best-services2 h2 {
       
        font-size: 35;
      }
      .banner4 img {
      
        width: 100%;
      }
   
}
@media(min-width:768px) and (max-width:991px){
.head-main .col-sm-6{width: 100%;
text-align: center;}
.choose-sec .col-sm-3{width: 50%;margin-bottom: 30px;}
.header .col-sm-6{width: 100%;}
.header .col-sm-6{width: 100%;}
.header-right {
    padding: 10px 45px;
}
.top-sec .col-sm-4{width: 100%;text-align: center;}
.top-sec .col-sm-3{width: 50%;}
.top-col3{display: none;}
.other-services .col-sm-3{width: 50%;}
.testim .col-sm-4{width: 50%;
margin-bottom: 30px;}
.footer2 .col-sm-8{width: 100%;}
.footer2 .col-sm-4{width: 100%;}
.logo {
    display: none;
}
.top-srv-sec .col-sm-4{width: 50%;}
.best-services .col-sm-3{
    width: 50%;
}
.best-services2 .col-sm-3{
    width: 50%;
}
.f-left .col-sm-4{width: 50%;}
.top-sec .col-sm-4{width: 50%;}
.best-services .col-sm-8{width: 100%;}
.best-services .col-sm-4{width: 100%;}
.best-services h2 span {
  
    width: 70%;
  }
  .best-services h2 {
   
    font-size: 35;
  }
  .best-services2 h2 span {

    width: 70%;
  }
  .best-services2 h2 {
   
    font-size: 35;
  }
  .banner4 img {
  
    width: 100%;
  }
  .mew-ser .col-sm-4{width: 50%;}
}
@media(min-width:992px) and (max-width:1200px){
    .top-sec .top-col1 {
      
        clip-path: none;
    }
    .other-services .col-sm-3{width: 50%;}
}