@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Long+Cang&family=Teko:wght@300;400;500;600;700&display=swap');

img{
    max-width: 100%;
    height:auto;
 }
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
ul.list-social.con-soc li a {
    color: #fff;
}
a.call-now {
    color: #fff;
}
.gallery-caption {
    box-sizing: border-box;
}
.bypostauthor{
    box-sizing: border-box;
}
.breadscrumb-inner {
    position: absolute;
    top: 58%;
    /* left: 10px; */
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600 !important;
}

    ul.footerss li {
    /* display: inline-block; */
    list-style: none;

}
ul.footerss {
    margin: 0;
    padding: 0;
}
h3.foots-titless:after {
    display: block;
    content: "";
    width: 50%;
    height: 3px;
    border-radius: 10px;
    background-color: #fff !important;
    margin: 10px 0 10px 0;
}
.apus-copyright p {
    display: block !important;
}
footer#apus-footer p {
    display: none;
}
h3.foots-titless {
    /* margin: 0; */
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}
ul#menu-footer-1 li:before {
    /* position: absolute; */
    /* content: ""; */
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-align: justify;
    letter-spacing: 9px;
    font-weight: 900;
}
ul#menu-footer-2 li:before {
    /* position: absolute; */
    /* content: ""; */
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-align: justify;
    letter-spacing: 9px;
    font-weight: 900;
}
.float{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
	    left: 40px;
    background: #000;
    /* background-color: #F33; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}
a#menu-share i {
    font-size: 30px;
    color: #fff;
}


ul.calls {
    position: fixed;
    left: 0px;
    padding-bottom: 20px;
    bottom: 63px;
    z-index: 100;
}

ul.calls li{
	list-style:none;
	margin-bottom:10px;
}
section.secondaryy a.btn.btn-primary {
    background: #4c4cef;
    border: 2px solid;
}
ul.calls li a{
	background-color:#00f;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:60px;
	height:60px;
	display:block;
}
li.whatsapp a {
    background: green !important;
}

ul.calls:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:24px;
	margin-top:18px;
}

a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}
ul.calls li a i.fa {
    font-size: 25px;
}
ul.b-feat {
    padding: 10px;
    
    border: 2px solid #fff;
    margin: 18px;
    border-radius: 29px;
}
.ser-imgs {
    float: left;
    width: 120px;
    height: 120px;
    line-height: 90px;
    border-radius: 100%;
    background-color: #008000;
    text-align: center;
    border: 10px solid #FFFFFF;
    -webkit-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -o-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: -1px 0px 1px 0px #e1e1e1;
    box-shadow: -1px 0px 1px 0px #e1e1e1;
}
.why-Astrologers {
    position: absolute;
    top: -12px;
    left: 150px;
    right: 0;
    height: 80px;
    /* background-color: #ffffff; */
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: 0;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: -6px;
    -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -o-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: 0px 0px 1px 0px #e1e1e1;
    box-shadow: 0px 0px 1px 0px #e1e1e1;
}
h3.why-Astrologers {
    font-size: 18px;
    text-transform: uppercase;
}
.ser-imgs img {
    margin-top: 15px;
}
.ast_heading h1 {
    text-align: center;
    font-family: "Teko", sans-serif !important;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600 !important;
}
.ast_heading h1 span {
        color: #008000;
    text-transform: uppercase;
    font-family: "Teko", sans-serif !important;
}
.shreem-testi .item {
    background: #4caf50;
    padding: 10px 20px;
}
.info span {
    color: #fff !important;
}
.shreem-testi.description {
    margin-bottom: 10px !important;
}
.shreem-testi .item .description {
    font-size: 14px;
    /* text-align: justify; */
    line-height: 20px;
    margin-bottom: 15px;
}
.slide-imgs{
	animation: rotating 20s linear infinite;
    border-radius: 50%;
    margin: 0 -10px;
    position: relative;
    width: calc(100% + 20px);
}
table.table.table-dark {
    background: #000;
    color: #fff !important;
    text-align: center;
}
table.table.table-dark th {
    text-align: center;
}
.bookies {
    background: #008000;
}
h3.h3-headings {
    color: #d90000;
    text-transform: uppercase;
    font-size: 16px;
    /* margin: 0; */
}
.vasthu-det {
    background: #f2f2f2;
    padding: 30px 10px 5px;
    margin: 0 0 20px 0;
}
.bookings {
    background: #f2f2f2;
    padding: 20px 25px;
    margin-bottom: 20px;
}
p.bookt {
    text-align: center;
}
.medics {
    text-align: left !important;
}
table.table.table-dark.medics {
    text-align: left !important;
    font-size: 14px !important;
}
.tt-box01__title {
    font-size: 26px;
    line-height: 36px;
    color: #303442;
    /* font-family: Poppins,sans-serif; */
    position: relative;
    padding: 0px 0 0 20px;
    text-transform: uppercase !important;
    margin: 0 0 23px;
}
.tt-box01__title:before {
    content: '';
    width: 4px;
    height: calc(100% - 20px);
    background-color: #f47629;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
}
.tt-box01__description {
    border: 7px solid #1e1f24a8;
    display: inline-block;
    padding: 32px 30px;
    max-width: 100%;
    border-radius: 10px;
}
/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 5px; background: #fff; border: 1px solid #cfcfcf;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}

.thumbnail{line-height: inherit;}
.thumbnail .caption{padding: 0; color: inherit;}

.thumb1 {margin-bottom: 20px;}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb1 .thumbnail {display: block; text-decoration: none; position: relative;}
.thumb1 .thumbnail figure{margin: 0; float: none; margin:0px 0px 0px 0px;}
.thumb1 .thumbnail figure img{width: 100%;}
.thumb1 .thumbnail .caption{position: absolute; width: 100%; left: 0; top: 0; height: 100%; overflow: hidden;}
.thumb1 .thumbnail .caption .over1{ font-family: 'Open Sans'; font-weight: 600; font-size: 18px; line-height: 22px; color: #fce29c; text-transform: uppercase; text-align: center;position: absolute; width: 100%; left: 0; top: 50%; margin-top: -22px; z-index: 2; opacity: 1; filter:alpha(opacity=100);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail:hover .caption .over1{ opacity: 0; filter:alpha(opacity=0);}
.thumb1 .thumbnail .caption .over2{ position: absolute; width: 190px; height: 190px; left: 50%; margin-left: -95px; top: 50%; margin-top: -95px; z-index: 1; background: #0a0f30; opacity: 0.45; filter:alpha(opacity=45);border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail:hover .caption .over2{ width: 800px; height: 800px; margin-left: -400px; margin-top: -400px; opacity: 0.75; filter:alpha(opacity=75);
transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out; -webkit-transition: all 1.3s ease-out; -o-transition: all 1.3s ease-out;
}
.thumb1 .thumbnail .caption .over3{ text-align: center;position: absolute; width: 100%; left: 0; top: 70px; z-index: 3; padding-left: 6%; padding-right: 6%; opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail:hover .caption .over3{ opacity: 1; filter:alpha(opacity=100);}
.thumb1 .thumbnail .caption .over3 .txt1{ color: #fce29c; padding-bottom: 30px;}

.thumb2 {margin-bottom: 20px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb2 figure{margin: 0; float: none; margin:0px 0px 30px 0px;}
.thumb2 figure img{width: auto; margin-left: auto; margin-right: auto;}
.thumb2 .caption{}

.thumb3 {margin-bottom: 20px;}
.thumb3.last {margin-bottom: 0px;}
.thumb3 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb3 figure{margin: 0; float: none; margin:0px 0px 10px 0px;}
.thumb3 figure img{width: 100%;}
.thumb3 .caption{}
.thumb3 .caption .txt1{text-transform: uppercase; font-weight: bold; font-style: italic; padding-bottom: 5px;}

.thumb4 {margin-bottom: 30px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb4 figure{margin: 0; float: left; margin:0px 50px 0px 0px;}
.thumb4 figure img{width: auto;}
.thumb4 .caption{display: table;}

.thumb5 {margin-bottom: 20px;}
.thumb5.last {margin-bottom: 0px;}
.thumb5 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb5 figure{margin: 0; float: left; margin:0px 20px 20px 0px;position: relative;}
.thumb5 figure a{display: block; position: relative;}
.thumb5 figure a img{width: auto;opacity: 1; filter: alpha(opacity=100);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb5 figure a:hover img{opacity: 0.7; filter: alpha(opacity=70);}
.thumb5 figure a em{position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background: url(../images/photo1.png) center center no-repeat; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb5 figure a:hover em{opacity: 1; filter: alpha(opacity=100);}
.thumb5 .caption{}
.thumb5 .caption .txt1{text-transform: uppercase; font-weight: bold; font-style: italic; padding-bottom: 5px;}

.thumb6 {margin-bottom: 30px;}
.thumb6.last {margin-bottom: 0px;}
.thumb6 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb6 figure{margin: 0; float: left; margin:0px 20px 0px 0px;}
.thumb6 figure img{width: auto;}
.thumb6 .caption{display: table;}

.thumb7 {margin-bottom: 40px;}
.thumb7.last {margin-bottom: 0px;}
.thumb7 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb7 figure{margin: 0; float: none; margin:0px 0px 10px 0px;}
.thumb7 figure img{width: auto; margin-left: auto; margin-right: auto;}
.thumb7 .caption{}
.thumb7 .caption .txt1{text-transform: uppercase; font-weight: bold; font-style: italic; padding-bottom: 5px;}



.thumb1 .thumbnail .caption .over2 {
    position: absolute;
    width: 190px;
    height: 190px;
    left: 50%;
    margin-left: -95px;
    top: 50%;
    margin-top: -95px;
    z-index: 1;
    background: #890705;/*#0a0f30   #0ea006*/
    opacity: 1;
    filter: alpha(opacity=45);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail .caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.thumbnail .caption {
    padding: 0;
    color: inherit;
}
.shreem-call-us .btn-theme {
    background: #fde476 !important;
    border-color: #fde476 !important;
    color: #890705 !important;
}
.count-downs h4 {
    text-align: center !important;
    margin: 0;
}

.count-downs {
    text-align: center;
}













@media screen and (max-width: 767px) {
.shreem-call-us .action {
    text-align: center !important;
}
.widget-action .title {
	    font-size: 26px !important;
    text-align: center;
}
}