@import url('https://fonts.googleapis.com/css2?family=Sofia&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: #000;
        position: relative;
        z-index: 1;
    }
    .just-headr {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 38px;
        color: #ffc107;
 font-family: 'Sofia', 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: #ffc107;
    }
    .just-border {
        float: left;
        width: 100%;
        border: 5px solid whitesmoke;
        padding: 20px;
    }
   
    .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: #ffc107;
        text-transform: capitalize;
        text-align: center;
    font-family: 'Sofia', 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: 'Sofia', 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: #e0dcce;
        border: 1px solid #ffc107;
        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: #ffc107;
  }
 
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
}

  .about-us {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 50px 0px;
}.ab-le {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: #ffc107;
  font-family: 'Sofia', cursive;
}
.underline2 {
    float: none;
    text-align: center;
    width: 150px;
    height: 2px;
    background-color: #ffc107;
    display: table;
    margin: 0 auto;
  
}
.about-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 50px;
}
.about-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.about-desc span
{
    color: #ffc107;
}
.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: #fff;
}
.about-desc li i {
    color: #ffc107;
    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: #0a1789;
  font-family: 'Sofia', cursive;
}
.underline4 {
    float: none;
   text-align: justify;
    width: 200px;
    height: 10px;
    background-color: #ffc107;
    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: #0a1789;
}
.wazifa-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
  font-family: 'Sofia', cursive;
    background-color: #ffc107;
    color: #0a1789;
 
}
.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 #ffc107;
    padding: 3px;
}
.wazifa-list-header {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 25px;
    color: #ffc107;
  font-family: 'Sofia', 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 {
    float: left;
    width: 100%;
    padding: 50px 0px; 
    background: #ffc107; 
} 
.why-border {
    float: left;
    width: 100%;
    position: relative;
z-index: 1;

}
.devider {
    width: 50px;
    height: 2px;
    background: #0a1789;
    position: relative;
    z-index: 1;
    left: 15px;
    display: table;
    margin: 0 auto;
}
.solutionproblem {
    background-image: url(../images/site.html);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.site-heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: white;
  font-family: 'Sofia', cursive;
    padding-bottom: 30px;
}
.devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #ffc107;
}
.site-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
     font-family: 'Roboto', sans-serif;
    padding-top: 30px;
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #0a1789;
  font-family: 'Sofia', cursive;
    position: relative;
    z-index: 1;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
     font-family: 'Roboto', sans-serif;
    padding-bottom: 30px;

}
.why-left {
    float: left;
    width: 100%;
}
.why-left img{
    float: left;
    width: 100%;
}
.why-right {
    float: left;
    width: 100%;
}
.h-righr-p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #0a1789;
    font-family: 'Sofia', cursive;
    font-weight: 600;
}
.whychoose-item {
    background-color: #0a1789;
    border: 1px solid #0a1789;
    border-radius: 5px;
    text-align: left;
    padding: 14px;
    box-shadow: 0 0 8px 0 #b3b3b3;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
  
}
.top-services4 {
    padding: 0;
    float: left;
    width: 100%;
}
.single-features-style1 {
    position: relative;
    display: block;
    padding: 0 10px;
    margin-bottom: 10px;
}
.single-features-style1 .icon-holder {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    padding: 3px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.single-features-style1 .dotted-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation: service_hexagon 3s infinite linear;
    animation: service_hexagon 3s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes service_hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.single-features-style1 .dotted-box::before {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: absolute;
    background: #000;
    top: 0px;
    right: 13px;
    z-index: 10;
}
.single-features-style1 .dotted-box::after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
    border: 3px solid #ffffff;
    position: absolute;
    bottom: 0px;
    left: 13px;
    z-index: 10;
}
.single-features-style1 .icon-holder .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(251, 243, 241);
}
.single-features-style1 .icon-holder .inner:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    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: #000;
}
.single-features-style1 .icon-holder span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 59px;
    transition: all 500ms ease;
}
.single-features-style1 .icon-holder span
{
    color: #000;
}
.whychoose-item:hover .icon-holder span{
    color: white;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.whychoose-item:hover .dotted-box {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.whychoose-item:hover .icon-holder .inner:before {
   background: #000;
   transform: scale(1);
   -webkit-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.whychose-text
{
    float: left;
    width: 100%;   
}
.whychoose-item h3 {
    color: #ffc107;
    font-size: 20px;
  font-family: 'Sofia', cursive;
   font-weight: bold;
   text-align: center;
}
.testim{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #ffc107;
    position: relative;
    z-index: 1;
  }
.testim h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: black;
    font-family: 'Sofia', cursive;
}
.testim-content {
    float: left;
    width: 100%;
}
.testim-box {
    float: left;
    width: 100%;
    background: #0a1789;
    padding: 30px 20px;
}
.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: #ffc107;
    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%;
   
}
.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: black;
}
.footer-border {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.f {
    float: left;
    width: 100%;
}
.f img {
    display: table;
    margin: 0 auto;
    float: none;
}
.footer-border img{
    float: left;
    width: 100%;
}
.footer-border a{
    color: #ffc107;
    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%;
}
.ft-de {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.footer-about {
    float: left;
    width: 100%;
}
.footer-about img{
    float: left;
    width: 100%;
}
.footer-about2 {
    padding: 10px;
    float: left;
    width: 100%;
    border: 4px solid white;
}
.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: #ffc107;
    padding: 0 5px 0 0;
}
.about-head {
    text-align: left;
    padding: 0;
    padding-bottom: 0px;
}
.about-head p {
    margin: 0;
    color: #ffc107;
    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: #ffc107;
}
.about-call ul li:hover i
{
  transform: rotate(360deg);
}
.about-call li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffc107;
    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: #0a1789;
    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: #ffc107;
    padding-right: 5px;
}
.tp1 p{
    color: #ffc107;
    margin: 0px;
    font-size: 18px;
}
p.tp11 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: white;
    
}

.log-anmt {
    padding: 3px;
    background: #ffc107;
    outline: 3px dashed #0a1789;
    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 #ffc107;
    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 #0a1789;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 1;
    font-weight: 400;
    background: #0a1789;
    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: #ffc107;
    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: #ffc107;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top-sec ul li i:hover
{
    background: #ffc107;
    color: black;
   
}
.header-center {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.hd-one {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #0a1789;
  font-family: 'Sofia', 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: #ffc107;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}

.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #000;
}
.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'Sofia', cursive;
    color: #fff;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffc107;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}.best-border {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px #fff;
    box-shadow: 0px 0px 20px #fff;
}
.best-img {
    float: left;
    width: 100%;
    padding: 10px;
    background: #ffc107;
    border-radius: 50%;
}
.best-img img
{
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 10px solid #0a1789;
}
.other-title {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    padding: 8px 0px;
    font-family: 'Sofia', cursive;
    color: #0a1789;
    text-align: center;
}
.other-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.popular-sec {
    padding: 50px 0px;
    text-align: center;
    float: left;
    width: 100%;
    background: url(../images/image-asset.gif);
}
.popular-sec .srv-mn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.popular-sec .srv-mn .srv-inr {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 16px 0px;
}
.popular-sec .srv-mn .srv-inr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    border: 10px solid #ffc107;
    background: #0a1789;
}
.popular-sec .srv-mn .srv-inr .srv-im {
    padding: 10px;
    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;
}
.popular-sec .srv-mn .srv-inr .srv-im .srv-image-box {
    padding: 5px;
    background: #fff;
    float: left;
    width: 100%;
}
.popular-sec .srv-mn .srv-inr:hover .srv-im img {
    -webkit-box-shadow: -10px 0px #0a1789;
    box-shadow: -10px 0px #0a1789;
}
.popular-sec .srv-mn .srv-inr .srv-im img {
     float: left;
    width: 100%;
}
.popular-sec .srv-mn .srv-inr .srv-content {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.popular-sec .srv-mn .srv-inr .srv-content .srv-name {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Sofia', cursive;
    margin: 0px;
    font-weight: 500;
}
.popular-sec .srv-mn .srv-inr .srv-content .srv-spn1 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #ffc107;
    font-family: 'Roboto', sans-serif;
}
.popular-sec .srv-mn .srv-inr .srv-content .srv-para {
    padding-top: 20px;
    line-height: 27px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    border-top: 1px solid #ffc107;
    font-family: 'Roboto', sans-serif;
}
.cont-col1 {
    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;
    float: left;
    width: 100%;
}
.cont-col1 .cont-inr {
    padding: 15px;
    background: #0a178961;
}
.cont-col1 .cont-inr .cont-head {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 30px;
    letter-spacing: 4px;
    color: #ffc107;
    position: relative;
    font-family: 'Sofia', cursive;
}
.cont-col1 .cont-inr .cont-head:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    top: inherit;
    right: inherit;
    bottom: 25px;
    left: 0px;
    margin: 0 auto;
    background: #ffc107;
}
.cont-col1 ul {
    list-style: none;
    margin: 0px;
}
.cont-col1 .cont-inr ul li {
    line-height: 30px;
    padding: 13px 0px;
    font-size: 20px;
    color: #ffc107;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.cont-col1 .cont-inr ul li span {
    display: block;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
}
.cont-col1 .fa {
    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: 20px;
    background: #ffffff;
    color: #0a1789;
    -webkit-box-shadow: inset 0px 0px 10px #0a1789;
    box-shadow: inset 0px 0px 10px #0a1789;
}
.cont-col1 a{color: #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;
    }
    .top-col3 {
      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;
    }
    .tp1.tp3 {
    display: none;
}
.logo-p2 a {
    float: left;
    width: 100%;
}
.header-center {
    padding-top: 35px;
}
.h-righr-p {
    font-size: 20px;
}
.log-anmt {
   
    margin-top: -7px;
}
.logo-spn1 {
    display: none;
}
}
@media(min-width:480px) and (max-width:639px)
{.contact {
    display: none;
}
.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;
      }
     
      .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.tp3 {
    display: none;
}
.logo-p2 a {
    float: left;
    width: 100%;
}
.header-center {
    padding-top: 35px;
}
.h-righr-p {
    font-size: 20px;
}
.log-anmt {
   
    margin-top: -7px;
}
.logo-spn1 {
    display: none;
}
}
@media(min-width:640px) and (max-width:767px){
    .contact {
        text-align: center;
    }
    .testi-border{margin-bottom: 30px;}
    .header-right {
        padding: 10px 168px;
    }
   .tp1.tp3 {
    display: none;
}
.h-righr-p {
    font-size: 20px;
}

}
@media(min-width:768px) and (max-width:991px){
.head-main .col-sm-6{width: 100%;
text-align: center;}
.why-us .col-sm-3{width: 50%;}
.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-4{width: 50%;}
.testim .col-sm-4{width: 50%;
margin-bottom: 30px;}
.footer .col-sm-6{width: 100%;}
.logo {
    display: none;
}
.top-srv-sec .col-sm-4{width: 50%;}
.best-services .col-sm-3{
    width: 50%;
}
.top-sec .col-sm-4{width: 50%;}
.popular-sec .col-sm-6{width: 100%;}
}
@media(min-width:992px) and (max-width:1200px){
    .top-sec .top-col1 {
      
        clip-path: none;
    }
    
}