@import url('../css2.css');
@import url('../css2-1.css');

 
.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: #fff;
    background: #000;
    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: red;
        position: relative;
        z-index: 1;
    }
    .just-headr {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: #fed001;
 font-family: 'K2D', 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: #fed001;
    }
    .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.html);
        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: #fed001;
        text-transform: capitalize;
        text-align: center;
    font-family: 'K2D', sans-serif;
        margin: 0px;
        font-weight: 700;
        width: 100%;
        float: left;
    }
    .astr-name {
        font-size: 40px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
    font-family: 'K2D', sans-serif;
        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 #fed001;
        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: #fed001;
  }
 
.header-left {
    float: left;
    width: 100%;

}
.header-left img{
    float: left;
    width: 100%;
}
.header-left2 {
    float: left;
    width: 100%;

}
.header-left2 img{
    float: none;
    display: table;
    margin: 0 auto;
}
  .about-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #fff;
}
.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: #c70b0d;
	font-weight:bold;
  font-family: 'K2D', sans-serif;
}
.underline2 {
    float: none;
    text-align: center;
    width: 150px;
    height: 2px;
    background-color: #000;
    display: table;
    margin: 0 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;
}
.about-desc span
{
    color: #c70b0d;
	font-weight:bold;
}
.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: #c70b0d;
    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: red;
  font-family: 'K2D', sans-serif;
}
.underline4 {
    float: none;
   text-align: justify;
    width: 200px;
    height: 10px;
    background-color: #fed001;
    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: red;
}
.wazifa-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
  font-family: 'K2D', sans-serif;
    background-color: #fed001;
    color: red;
 
}
.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 #fed001;
    padding: 3px;
}
.wazifa-list-header {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 25px;
    color: #fed001;
  font-family: 'K2D', 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;
}
.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px; 
  
    background: #fff;
} 
.why-border {
    float: left;
    width: 100%;
    position: relative;
z-index: 1;

}
.devider {
    width: 50px;
    height: 2px;
    background: #fff;
    position: relative;
    z-index: 1;
    left: 15px;
    display: table;
    margin: 0 auto;
}

.site-heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: white;
  font-family: 'K2D', sans-serif;
    padding-bottom: 30px;
}
.devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #fed001;
}
.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: #fed001;
	font-weight:bold;
  font-family: 'K2D', sans-serif;
    position: relative;
    z-index: 1;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
     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: #000;
    font-family: 'K2D', sans-serif;
    font-weight: 600;
}
.whychoose-item {
    background-color: red;
    border: 1px solid red;
    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: #fed001;
    font-size: 20px;
  font-family: 'K2D', sans-serif;
   font-weight: bold;
   text-align: center;
}
.testim{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #fed001;
    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: 'K2D', sans-serif;
}
.testim-content {
    float: left;
    width: 100%;
}
.testim-box {
    float: left;
    width: 100%;
    background: red;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
	margin:10px;
    outline: 2px solid #fed001;
    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: 25%;
}
.tee-l img{
    float: left;
    width: 25%;
    border-radius: 50%;
}
.testim-box-content2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fed001;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid white;
}
  .header {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.header-left {
    float: left;
    width: 100%;
   padding: 9px;
}
.header-left img{
    float: left;
    width: 100%;
   
}

.top-sec {
    text-align: center;
    float: left;
    width: 100%;
    background: #000;
    /*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: #fed001;
    padding-right: 5px;
}
.tp1 p{
    color: #fed001;
    margin: 0px;
    font-size: 18px;
}
p.tp11 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: white;
    padding-top: 10px;
}

.log-anmt {
    padding: 3px;
    background: #fed001;
    outline: 3px dashed red;
    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 #fed001;
    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 red;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 1;
    font-weight: 400;
    background: red;
    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: #fed001;
    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: #fed001;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top-sec ul li i:hover
{
    background: #fed001;
    color: black;
   
}
.header-center {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.hd-one {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: red;
  font-family: 'K2D', 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: #fed001;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.mew-ser {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.our-serv {
    padding: 20px 10px;
    float: left;
    width: 100%;
}
.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%;
    border: 2px solid red;
}
.serv-txt {
    margin: 0;
    padding: 0 15px;
    margin-top: -30px;
    text-align: center;
}
.serv-txt1 {
    background: #FFC800;
    padding: 20px 15px;
    width: 100%;
}
.serv-txt1 span {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: red;
    font-family: 'K2D', sans-serif;
}
.serv-txt1 p {
    color: #222;
    margin: 0;
    font-weight: 400;
    line-height: 34px;
    padding: 10px 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
   background-color:#c70b0d;
}
.best-services2 {
    float: left;
    width: 100%;
   background: #000;
}

.best-services h2 {
    background: #fed001;
    float: left;
    width: 100%;
    font-family: 'K2D', sans-serif;
    font-size: 45px;
}
.best-services h2 span {
    text-align: left;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 70% 100%, 0% 100%);
    background: red;
    display: block;
    width: 25%;
    padding: 12px;
    float: left;
    width: 100%;
}
.best-services2 h2 {
    background: #eee;
    float: left;
    width: 100%;
    font-family: 'K2D', 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: red;
    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: #fed001;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.best-header2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'K2D', sans-serif;
    color: red;
}
.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;
    padding-bottom: 10px;
    background: #fff;
}
.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);
    outline: 3px solid #fed001;
    outline-offset: -20px;
}
.best-de {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.best-img {
    float: left;
    width: 100%;
}
.best-img span {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 8px 8px;
    color: #000000;
    left: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.best-img img
{
    float: left;
    width: 100%;
    outline: 3px solid #fff;
    outline-offset: -20px;
}
.other-title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 8px 0px;
    font-family: 'K2D', sans-serif;
    color: red;
    text-align: center;
}
.bestt-cal a {
    background: #000;
    padding: 5px 8px;
    color: white;
    border: 1px solid #fed001;
	text-decoration:none;
}
.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: #fed001;
}
.other-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'K2D', sans-serif;
    color: red;
}
.other-line {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.other-line i
{
color: red;
}
.other-line:before {
content: '';
position: absolute;
right: calc(50% + 20px);
top: 12px;
background: red;
width: 80px;
height: 3px;
margin: 0;
}
.other-line:after {
content: '';
position: absolute;
left: calc(50% + 20px);
top: 12px;
background: red;
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
, red, black 100px);
}
.other-title {
float: left;
width: 100%;
text-align: center;
font-size: 25px;
color:#c70b0d;
font-family: 'K2D', sans-serif;
font-weight: bold;
}
.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: red;
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: #fed001;
    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: #c70b0d;
    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 red;
    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: red;
    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: #000;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-family: 'K2D', sans-serif;
}
.pricingTable {
    color: #B185E8;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 25px;
    position: relative;
    border: solid 3px red;
    float: left;
    width: 100%;
}
.pricingTable img
{
    float: left;
    width: 100%;
}
.foot11 {
    padding: 0px;
    background: #000;
    float: left;
    width: 100%;
}
.foot12 {
    padding: 0px 0px 20px 0;
}
.foot-hide{
    padding: 10px;
}
.foot-line{
    padding: 10px 0;
}
.foot-line1
{
    padding: 10px;
    background: #fff;
    color: #fff;
    margin-top: -38px;
    right: 0;
    border-top-left-radius: 50px;
    padding: 9px 20px;
    border-bottom-left-radius: 50px;
}
.foot-line1 p{
    color: #000;
    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:#000;
}
.footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fed001;
    font-family: 'Roboto', sans-serif;
}
.footer-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: white;
     font-family: 'K2D', sans-serif;

    padding-bottom: 30px;
}
ul.footer-details {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #fed001;
}

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: #fed001;
    font-family: 'K2D', sans-serif;

    font-weight: 200;
}
.footer-sub-header2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fed001;
    font-family: 'K2D', 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: 'K2D', sans-serif;

}
.footer-border ul.footer-detail {
    font-size: 18px;
    color: white;
    padding-bottom: 0px;
     font-family: 'K2D', 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: #fed001;
    font-size: 20px;
    padding-right: 5px;
}
.footer2 a
{
  color: #fed001;
}
.footer2 span {
    display: block;
    background: #fed001;
    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)
{
    .header-left2{display: none;}
    .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 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%;
      }.best-services {
        padding: 0;
      }.best-services h2 {
        font-size: 35px;
      }
.tp1 {
  display: none;
}
p.tp11 {
  font-size: 16px;
  /*padding-top: 0px;*/
}
}
@media(min-width:480px) and (max-width:639px)
{.best-services2 h2 span {
  
    width: 70%;
  }  .header-left2{display: none;}
  .best-services2 h2 {
   
    font-size: 35;
  }.best-services {
    padding: 0;
  }.best-services h2 {
    font-size: 35px;
  }.best-services h2 span {
   
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 90% 100%, 0% 100%);
  }
    .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 {
  display: none;
}
p.tp11 {
  font-size: 16px;
  padding-top: 0px;
}
}
@media(min-width:640px) and (max-width:767px){
    .contact {
        text-align: center;
    }.header-left2{display: none;}
    .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%;
      }
      .best-services {
        padding: 0px;
      }
}
@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%;margin-bottom: 30px;}
.header .col-sm-5{width: 100%;}
.header .col-sm-6{width: 100%;}
.header-right {
    padding: 10px 45px;
}.header-left2{display: none;}
.best-services {
    padding: 0px;
  }

.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-4{
    width: 50%;
}
.best-services .col-sm-8{
    width: 100%;
}
.best-services2 .col-sm-3{
    width: 50%;
}
.f-left .col-sm-4{width: 50%;}
.top-sec .col-sm-4{width: 50%;}
.popular-sec .col-sm-4{width: 50%;}
.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%;}
}