body{font-family: 'Poppins', sans-serif; }
img{ max-width: 100%;}

/*-------*/
.content-part {
    background: #000000;
    width: 55%;
    padding: 10px 0px;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
.best-services {
    background-image: url(../images/banner-background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-part {
    width: 45%;
    background: #040000;
}
img.spe-top {
    margin-top: 30px;
}
ul.top-n li a i {
    color: #000000;
    background: #ffcb00;
    padding: 6px 8px;
    font-size: 25px;
    border-radius: 5px;
    margin: 0 3px 0 0;
}
.marquee-part {
    background: #e41700;
}
.top-bar {
    display: flex;
    background: #040000;
}
ul.top-n li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

ul.top-n li {
    list-style: none;
    display: inline-block;
    padding: 0 20px 0 0;
}
ul.top-n {
    padding: 0;
}

.icon-part ul li a { 
    padding: 4px 9px; 
} 
.icon-part ul li   {
    list-style: none;
    display: inline-block;
    padding: 3px 5px 0 0;
}
.icon-part ul  {
    padding: 0;
}
.content-part {
    padding: 0 0 0 8%;
    padding-top: 7px;
}
.icon-part {
    text-align: right;
    padding-right: 8%;
    padding-top: 7px;
}
 
img.logo-img {
    margin-bottom: 10px;
}
/*Start...........navigation-part*/
header.navigation-part {
    padding: 10px 0 0 0;
    background-image: url(../images/white-back.jpg.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}
.mar-part{
    background: #e41700;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 8px;}

/*Start........best-services*/
section.best-services {
    padding: 4% 0;
     text-align: center;
}
.box-services {
    text-align: center;
    border: 1px solid #d4d4e1;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
    padding: 5% 2%;
        background: #ffffff;
}

.box-services:hover {  
    box-shadow: 0 8px 8px 2px #e1e1e1;
}
.box-services img {
    width: 100px;
    padding: 10px;
    border-radius: 60px;
    border: dashed 2px #e7e7e7;
}
.box-services p {
    margin: 8px 0 14px;
    color: #000;
    font-size: 18px;
    padding: 0 20px;
}
.box-services p a.read-more {
    text-decoration: none;
    color: #ffffff;
    background: #e41700;
    padding: 6px 30px;
    border-radius: 60px;
}
.best-services h2 {
    color: #e41700;
    font-size: 25px;
    margin: 0;
}
.best-services h3 {
    color: #000000;
    font-size: 40px;
    padding: 10px 0 3% 0;
    font-weight: 700;
    margin: 0;
}


/*section.about-part*/

section.about-part {
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0;
        background-attachment: fixed;
}
.who-are h2 {
    margin: 0;
    color: #f99e07;
    font-size: 20px;
}
.who-are h3 {
    margin: 10px 0;
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
}
.who-are p { 
    color: #ffffffeb;
    font-size: 15px;
    line-height: 1.6;
}
.who-are h3 span {
    color: #f99e07;
}
div#exper {
    text-align: center;
    margin-top: 25px;
}
.ecper-box {
    text-align: center;
    border: 1px solid #d4d4e1;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
    padding: 8% 2%;
    background: #e41700;
}
div#exper h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
div#exper p {
    color: #fff;
    font-size: 16px;
}

/*Start.............services-part*/
.services-part h2 {
    color: #e41700;
    font-size: 25px;
    margin: 0;
}
.services-part h4 {
    color: #000000;
    font-size: 40px;
    padding: 10px 0 3% 0;
    font-weight: 700;
    margin: 0;
}
section.services-part {
    text-align: center;
}
.product-grid {
    background: #ac0000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    border: 10px solid #e41700;
    border-radius: 40px;
    overflow: hidden;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{ transition: all 0.3s ease; }
.product-grid .product-image:hover .pic-1{
    opacity: 0;
    transform: rotate(-20deg);
}
.product-grid .product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate(20deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}
.product-grid .product-image:hover .pic-2{
    opacity: 1;
    transform: rotate(0);
}
.product-grid .product-links{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 300ms ease-in-out;
}
.product-grid .product-image:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
    margin: 0 2px;
    display: inline-block;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.product-grid .product-image:hover .product-links li{ transform: translateY(0); }
.product-grid .product-image:hover .product-links li:nth-child(2){ transition: all 0.6s ease; }
.product-grid .product-image:hover .product-links li:nth-child(3){ transition: all 0.8s ease; }
.product-grid .product-image:hover .product-links li:nth-child(4){ transition: all 1s ease; }
.product-grid .product-links li a{
    color: #4cd137;
    background-color: #192a56;
    font-size: 16px;
    line-height: 34px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    z-index: 1;
    transition: all .4s ease 0s;
}
.product-grid .product-links li a:hover{
    color: #192a56;
    background: #4cd137;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product-grid .product-content{
    padding:20px 0 25px 5px;
    position: relative;
}
.product-grid .title{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 6px;
}
.product-grid .title a {
    color: #000000;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 17px;
    padding: 4px 16px;
    background: #fff;
    position: relative;
    border-radius: 42px;
    margin: 0;
    top: 5px;
}
div#top-ser {
    margin-top: 3%;
}
section.services-part {
    padding: 5% 0;
        background-image: url(../images/banner-background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-grid .title a:hover{ color: #ac0000; }
.product-grid .price{
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 13px 0  ;
}
@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
}

/*Start.........keword-part*/

.keword-part {
    background-image: url(../images/back-as.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding: 6% 0 3% 0;
}
.keword-part h2 {
    color: #fff;
    font-size: 25px;
    margin: 0;
}
.keword-part h3 {
    color: #f5c41c;
    font-size: 40px;
    padding: 10px 0 3% 0;
    font-weight: 700;
    margin: 0;
}
.keword-part p {
    margin: 0;
    color: #ffffffeb;
    font-size: 15px;
}
ul.vadic-part {
    padding: 0;
}
ul.vadic-part li {
    list-style: none;
    color: #ffffffdb;
    font-size: 15px;
    padding: 5px 0;
}
ul.vadic-part li:hover{
   color: #f5c41c;
}
ul.vadic-part li i {
    color: #f5c41c;
    font-size: 20px;
}
div#ul-part {
    margin-top: 3%;
}
button.call-btn.color-btn {
    background: #f5c41c;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-radius: 50px;
}
/*End...........keword-part*/

/*Start......many-part */
section.many-part {
    padding: 5% 0 0 0;
}
.many-part h3 {
    color: #e41700;
    font-size: 40px;
    padding: 10px 0 2% 0;
    font-weight: 700;
    margin: 0;
}
.many-part p {
    color: #000000;
    font-size: 20px; 
    margin: 0;
}

.details span {
    background: #e41700;
    color: #fff;
    border-radius: 50px;
    padding: 6px 10px;
    font-size: 18px;
    margin: 0 10px 0 0;
}
.details {
    margin-top: 20px;
}
.many-part img {
    width: 62%;
}
.many-part {
    padding: 5% 0 0 0;
   background-image: url(../images/banner-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


/*End......many-part */

.why-choose-us { 
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding:4%  0;
    background-attachment: fixed; 
}
 
.why-choose-us h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 45px 0;
}
.ser:hover {
    background: #e41700;
}
.ser img {
    margin: 0 auto;
}
.ser p {
    font-size: 17px;
    color: #fff;
}
.ser {
    border: dotted 2px #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

/*Start.........astrologer-part*/

.astrologer-part {
    padding: 15px 0;
    background-image: url(../images/white-back.jpg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.astrologer-part p {
    font-size: 22px;
    margin: 0;
}


/*Start...testimonial-part*/
.testimonial{
    text-align: center;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial .testimonial-title{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #e41700;
    margin: 0 0 10px 0;
}
.testimonial .testimonial-title small{
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.testimonial .description{
    font-size: 14px;
    color: #000;
    line-height: 27px;
    position: relative;
    margin: 0;
}
 
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #e41700;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    border: 2px solid #fa7921;
}
section.testimonial-part { 
    padding: 4% 0;
   background-image: url(../images/banner-background.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
        background-attachment: fixed;
}
.owl-theme .owl-controls .owl-buttons div {
 
    background: #e41700 !important; 
    opacity: 1 !important;
}
/*End....testimonial-part*/

/*Start........banner-section*/
section.banners-section .owl-carousel {
    display: unset; 
}
section.banners-section {
    padding: 4% 0;
    background: #f7f7f7;
}
.banners-section .post-slide {
    padding: 0 10px;
}
.banners-section h3 {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 45px 0;
}
/*End..........banner-section*/
 

/*Start.......footer*/

.footer-part {
    text-align: center;
    background: #222;
    color: #fff;
    padding: 4% 0 3% 0;
}
.footer-part h4 {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
}
.footer-part button.call-btn.color-btn {
    font-size: 18px;
}
footer.end-ft {
    background: #000;
    padding: 1% 0;
}
footer.end-ft p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 15px;
}

/*call-part*/
section.call-icon {
    display: flex; 
}
.phone {
    width: 50%;
    text-align: center;
    background: #e41700;
    padding: 10px 0;
}
.whatsapp {
    width: 50%;
    text-align: center;
    background: #000;
    padding: 10px 0;
}
section.call-icon p a {
    font-size: 21px;
    color: #fff;
    text-decoration: none;
}
section.call-icon p {margin: 0;}

/*End.....call-part*/
.call-icon-main {display: none;}
section.call-icon-main {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
}

@media (max-width:1199px) {
.box-services p { 
    font-size: 13px;
    padding: 0 0;
}
.content-part { 
    width: 40%; 
}
.icon-part {
    width: 60%; 
}
}

@media (max-width:1050px) {
div#bg-c {
    background: #242527;
    padding: 2%;
}
ul.vadic-part li { 
    font-size: 14px;
    padding: 4px 0;
}
.many-part h3 { 
    font-size: 30px; 
}
.ser p {
    font-size: 12px; 
}
div#exper h4 {
    font-size: 20px; 
}
div#exper p { 
    font-size: 13px;
}
 
}

@media (max-width:980px) {
ul.top-n li a { 
    font-size: 17px; 
}
ul.top-n li a span {
    font-size: 17px !important;
}
.box-services p a.read-more { 
    padding: 6px 23px;
    font-size: 12px; 
}
.who-are h3 { 
    font-size: 22px;
    line-height: 25px;
}
.who-are p { 
    font-size: 13px;
}
.keword-part h2 { 
    font-size: 20px;
    line-height: 28px; 
}
.keword-part h3 { 
    font-size: 30px; 
}
.keword-part p { 
    font-size: 13px;
}
ul.vadic-part li {
    font-size: 12px; 
}
.many-part h3 {
    font-size: 24px;
}
.many-part p { 
    font-size: 14px; 
}
.details span { 
    font-size: 13px; 
}
.ser p {
    font-size: 8px;
} 
.icon-part { 
    padding-right: 0;
}
}

@media (max-width:767px) {
marquee p {
    font-size: 14px !important;
}
    .call-icon-main {display: unset;}
.top-bar {
    display: unset;
}
.content-part {
    width: 100%;
    clip-path: unset;
}
.icon-part {
    width: 100%;
    text-align: center;
    padding: 10px 0 5px 0;
}
ul.top-n {
    margin: 0;
}
.content-part {
    width: 100%;
    clip-path: unset;
    padding:10px 0;
    text-align: center;
}
ul.top-n li { 
    display: block; 
}
ul.top-n li a {
    font-size: 16px;
    line-height: 23px;
}
.navigation-part {
    text-align: center;
}
.box-services {
    margin: 0 0 25px 0;
}
.best-services h3 { 
    font-size: 28px;
    padding: 4px 0 5% 0; 
}

div#exper { 
    margin-top: 0;
}
.ecper-box {
    margin: 20px 0 0 0;
}
.services-part h4 {
    font-size: 35px;
}
div#bg-c { 
    padding: 5%;
}
ul.vadic-part { 
    margin: 0;
}
div#exper p {
    font-size: 20px;
}
.product-grid .price { 
    font-size: 19px; 
}
ul.vadic-part li {
    font-size: 14px;
}
button.call-btn.color-btn { 
    margin: 20px 0 0 0;
}
section.many-part {
    padding: 8% 0;
}
.why-choose-us h2{font-size: 30px;margin: 0 0 22px 0}

.choose-1 img {
    margin: 0 0 25px 0;
}
.ser p {
    font-size: 20px;
}
.banners-section h3 { 
    font-size: 30px; 
    line-height: 40px;
    margin: 0 0 20px 0;
}
img.logo-img {
    margin-bottom: -10px;
}
.about-part img {
    margin-bottom: 15px;
}

.box-services p {
    font-size: 17px;
    padding: 0 0;
}
.icon-part ul li a {
    padding: 0;
}
}
  
@media (max-width:360px) {
.footer-part button.call-btn.color-btn {
    font-size: 16px !important;
}
.details span {
    font-size: 12px;
}
.icon-part ul {
    display: flex; 
}
}


.logo
{
    
    padding:10px;
    }