@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&amp;display=swap');
.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
   
}
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
}
.logo {
    float: left;
    width: 100%;
}
.logo img {
    float: none;
    display: table;
    margin: 0 auto;
    width: 65%;
}
.header-right {
    float: left;
    width: 100%;
}
.header-right img{
    float: left;
    width: 100%;
}
  .text1 {
    float: left;
    width: 100%;
 
    font-size: 20px;
    color: #000000;
    font-family: 'Mukta', sans-serif;
    position: relative;
    z-index: 1;
}

.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}

.best-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
    font-family: 'Mukta', sans-serif;
    padding-bottom: 10px;
}
.best-services {
    float: left;
    width: 100%;
    padding-top: 50px;
    background-image: url(../images/Background.jpg);
}
.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #ffde59;
  font-family: 'Calistoga', cursive;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    padding-bottom: 30px;
}
.best-border {
    float: left;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px #908f8f7d;
    box-shadow: 0px 0px 10px #908f8f7d;
    background: #ffffffdb;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.best-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.best-img img{
    float: left;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: black;
    background: #ffde59;
    padding: 10px;
  font-family: 'Calistoga', cursive;
}


.best-Call {
    padding: 10px 0px;
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.best-Call a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    z-index: 1;
    font-family: 'Mukta', sans-serif;
}
.best-Call a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #9c0000;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.best-Call a:hover::before {
    background: transparent;
}
.best-Call a:hover{
    background: transparent;
    color: #9c0000;
    border: 2px solid #9c0000;
}
.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    background-color: black;
}

.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #ffffff ;
 font-family: 'Calistoga', cursive;
}

    .testi-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: rgb(255, 255, 255);
        padding-bottom: 30px;
       font-family: 'Mukta', sans-serif;
    }
    .line1
    {
        float: left;
        width: 100%;
    }
.line1 img {
    display: table;
    float: none;
    margin: 0 auto;
}
    .testi-border {
        float: left;
        width: 100%;
        background: #ffffff;
        padding: 10px;
        position: relative;
        z-index: 1;
    }
    .testi-desc {
        float: left;
        width: 100%;
        padding: 15px;
        position: relative;
        color: rgb(15, 15, 15);
       font-family: 'Mukta', sans-serif;
        font-size: 18px;
        z-index: 1;
    }
    .tetsi-name {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 20px;
        color: #ff0410;
       font-family: 'Mukta', sans-serif;
       font-weight: bold;
    }
    .tetsi-img {
        float: left;
        width: 70px;
        height: 70px;
        overflow: hidden;
    position: absolute;
    bottom: -35px;
    right: 23px;
    }
    .tetsi-img img{
        float: right;
        width: 100%;
        border-radius: 50%;

    }
.copyrt {
    width: 100%;
    
    float: left;  
    text-align: center;
    font-size: 16px;
    font-family: 'Mukta', sans-serif;
    padding: 20px;
    color: black;
    background: white;
    }
    
    .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%;
    }
    .text2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        padding: 15px;
        background: #9c0000;
        color: white;
        font-family: 'Mukta', sans-serif;
    }
    .text2 a{
        animation: 0.3s blink2 alternate infinite;
    }
    @-webkit-keyframes blink2 {
        from {color: white;}
        to {color:#ffde59;}
      }
      .some-list {
        float: left;
        width: 100%;
        padding: 50px;
        position: relative;
    z-index: 1;
    background: url(../images/download.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }
    .some-border {
        float: left;
        width: 100%;
        padding: 30px;
        background: #9c0000;
        border-radius: 15px;
    }
           
    
    .some-left {
        float: left;
        width: 100%;
        padding: 20px;
    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;
    }
    .some-right {
        float: left;
      width: 100%;
      padding: 20px;
    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;
    }
    .some-list::before
    {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        background: #fffbfbb3;
        z-index: -1;
    }
    .some-border ul
    {
        text-align: left;
        background: #ffde59;
        padding: 20px 40px;
        width: 100%;
    }
    .some-border li{
        line-height: 43px;
        font-size: 18px;
        text-transform: capitalize;
        list-style: none;
        font-family: 'Mukta', sans-serif;
    }
    .some-border i{
       padding-right: 10px;
       animation: 0.3s blink3 alternate infinite;
    }
    @-webkit-keyframes blink3 {
        from {color: black;}
        to {color:#9c0000;}
      }
    
 
.header-top {
    float: left;
    width: 100%;
   background-image: url(../images/hd-bg.gif);
}
.top-left {
    font-size: 25px;
    color: black;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Mukta', sans-serif;
    background-color: #ffde59;
    padding: 10px 0px;
    font-weight: bold;
}
.top-left::after {
    content: "";
    position: absolute;
    right: -22px;
    z-index: 1;
    top: 0;
    height: 20px;
    bottom: 0;
    margin: auto;
}
.top-left i{margin-right: 10px;}
.top-right {
    float: left;
    width: 100%;
    color: white;
    font-size: 20px;
    font-family: 'Mukta', sans-serif;
    padding: 10px 0px;
}
   
.about-us {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0px;
    
    text-align: center;
}


.abt-left {
    float: left;
    width: 100%;
}
.abt-right {
    float: left;
    width: 100%;
}
.abt-right img {
    float: left;
    width: 100%;
}
.abt-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
   font-family: 'Calistoga', cursive;
    color: #9c0000;
}
.line {
    float: left;
    width: 100%;
}
.line img {
    display: table;
    margin: 0 auto;
    float: none;
}
.abt-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: black;
    font-family: 'Mukta', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: black;
    line-height: 30px;
    font-family: 'Mukta', sans-serif;
}
.abt-desc ul {
    list-style: none;
    padding-top: 20px;
}
.abt-desc i
{
    padding-right: 10px;
    color: #9c0000;
}
.abt-desc span
{
    color: #9c0000;
    font-weight: bold;
}

.other-services {
    float: left;
    width: 100%;
    padding-top: 50px;
    background-image: url(../images/Background.jpg);
}
.other-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
  font-family: 'Calistoga', cursive;
}
.other-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffde59;
    padding-bottom: 30px;
}
.other-border {
    float: left;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px #908f8f7d;
    box-shadow: 0px 0px 10px #908f8f7d;
    background: #000000db;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.other-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.other-img img{
    float: left;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: rgb(255, 255, 255);
    padding: 10px;
  font-family: 'Calistoga', cursive;
}


.other-Call {
    padding: 10px 0px;
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.other-Call a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    z-index: 1;
    font-family: 'Mukta', sans-serif;
}
.other-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: #9c0000;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.other-Call a:hover::before {
    background: transparent;
}
.other-Call a:hover{
    background: transparent;
    color: #9c0000;
    border: 2px solid #9c0000;
}
.footer {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background: url(../images/Night-Background.png);
}
.footer-header {
    float: left;
    width: 100%;
    font-size: 30px;
    border-bottom: 2px dashed #ffde59;
font-family: 'Calistoga', cursive;
    color: #ffde59;
}
.footer ul {
    float: left;
    width: 100%;
    margin: 0;
padding: 9px 0 0 0;
list-style: none;
text-align: left;
}
.footer li {
    list-style: none;
    padding: 5px 0 5px 0;
line-height: 26px;
font-size: 18px;
font-weight: 300;
    float: left;
    width: 100%;
    font-family: 'Mukta', sans-serif;
    color: white;
}
.footer i {
    color: #ffde59;
    font-size: 20px;
    padding: 0 8px 0 0;
}
.footer li a    {
color: #ffde59;
padding: 5px 0 5px 0;
line-height: 26px;
font-size: 17px;
font-weight: 500;
text-transform: capitalize;
border: 1px solid #ffde59;
padding: 7px 6px;
display: block;
margin-bottom: 7px;
text-decoration: none;
transition: .6s;
}
.footer li a:hover{color: white;
border: 1px solid white;
}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.37);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  
  .text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Mukta', sans-serif;
    background: #9c0000;
}
 
  .text a
  {
      color: white;
  }
  .other-border:hover .overlay2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .best-border:hover .overlay2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;  
} 
.why-border {
    float: left;
    width: 100%;
    position: relative;
z-index: 1;

}

.devider {
    width: 50px;
    height: 2px;
    background: #9c0000;
    position: relative;
    z-index: 1;
    left: 15px;
    display: table;
    margin: 0 auto;
}
.devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #9c0000;
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #9c0000;
   font-family: 'Calistoga', cursive;
    position: relative;
    z-index: 1;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Mukta', sans-serif;
    padding-bottom: 30px;

}
.why-right {
    float: left;
    width: 100%;
}
.whychoose-item {
    background-color: #000000;
    text-align: left;
    padding: 14px;
    box-shadow: 0 0 8px 0 #b3b3b3;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
  
}
.whychoose-item:hover {
    background-color: transparent;
    border: 1px solid white;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-image: url(../images/Atstrologer.jpg);
}
.choose-image {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.choose-image img {
    display: table;
    float: none;
    margin: 0 auto;
    width: 30%;
}
.whychose-text
{
    float: left;
    width: 100%;   
}
.whychoose-item h3 {
    color: #ffde59;
    font-size: 20px;
    font-family: 'Mukta', sans-serif;
    text-align: center;
}
.whychoose-item p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Mukta', sans-serif;
    text-align: center;

}
  @media(min-width:320px) and (max-width:479px)
{
    .top-left {
        font-size: 20px;
    }
    .top-right {
        font-size: 18px;
    }
    .right-header {
        font-size: 20px;
    }
    .right-header-title {
        font-size: 18px;
    }
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .why-header {
        font-size: 35px;
    }
   
    
    .other-header {
        font-size: 35px;
    }
   
    .cal-ban-head {
        font-size: 35px;
    }
    .cal-ban-desc {
        font-size: 20px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-sub {
        font-size: 18px;
    }
    .testi-border {
        margin-bottom: 40px;
    }
    .logo{display: none;}
    .best-sub {
        font-size: 18px;
    }
    .best-header {
        font-size: 35px;
    }
}
@media(min-width:480px) and (max-width:639px)
{.testi-border {
    margin-bottom: 40px;
}
.best-sub {
    font-size: 18px;
}
.best-header {
    font-size: 35px;
}
.logo{display: none;}
    .testi-header {
        font-size: 35px;
    }
    .testi-sub {
        font-size: 18px;
    }
    .cal-ban-head {
        font-size: 35px;
    }
    .cal-ban-desc {
        font-size: 20px;
    }
   
    .top-left {
        font-size: 20px;
    }
    .top-right {
        font-size: 18px;
    }
    .right-header {
        font-size: 20px;
    }
    .right-header-title {
        font-size: 18px;
    }
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .why-header {
        font-size: 35px;
    }
  
    .other-header {
        font-size: 35px;
    }
 
}
@media(min-width:640px) and (max-width:767px){
    .logo{display: none;}
}
@media(min-width:768px) and (max-width:991px){
.header .col-sm-5
{
    width: 100%;
}
.logo{display: none;}
.header .col-sm-4{width: 100%;}
.header .col-sm-7
{
    width: 100%;
}
.header-top .col-sm-3
{
    width: 100%;
}
.header-top .col-sm-9
{
    width: 100%;
}
.about-us .col-sm-6
{
    width: 100%;
}
.why-us .col-sm-3
{
    width: 50%;
}

.other-services .col-sm-3
{
    width: 50%;
}
.footer .col-sm-3
{
    width: 50%;
}

.testi .col-sm-4{width: 50%;
margin-bottom: 40px;}
.best-services .col-sm-3{width: 50%;}
}
@media(min-width:992px) and (max-width:1200px){
    .header .col-sm-5
    {
        width: 100%;
    }
    .header .col-sm-7
    {
        width: 100%;
    }
    .header .container-fluid {
  padding: 0;
}
}