@import url(https://fonts.googleapis.com/css?family=Vollkorn);
@import url(https://fonts.googleapis.com/css?family=Poly);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
body,td,th {
    font-family: 'Verdana', sans-serif;
}
body {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
.head_top_main {
    width: 100%;
    background-color: #333333;
}
.timing{float: left;}
.timing ul{
    margin: auto;
}
.timing ul li {
    display: inline-block;
    list-style-type: none;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}
.timing ul li a{
    color: #fff;
}
.timing ul li a:hover{
    text-decoration: none;
}
.social-links{
    text-align: right;
    top: 5px;
}
.social-links li {
    text-align: center;
    display: inline-block;
    position: relative;
}

.social-links li a span{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    transition: box-shadow .4s ease-in-out;
    background-color: #000;
    color: #fff;
}
.social-links li:nth-child(1) span{background:rgb(59, 89, 152);box-shadow:0 0 0 0 rgba(59, 89, 152,0.6);}
.social-links li:nth-child(2) span{background:rgb(210, 64, 46);box-shadow:0 0 0 0 rgba(210, 64, 46,0.6);}
.social-links li:nth-child(3) span{background:rgb(0, 172, 238);box-shadow:0 0 0 0 rgba(0, 172, 238, 0.6);}
.social-links li:nth-child(4) span{background:rgb(203, 34, 41);box-shadow:0 0 0 0 rgba(203, 34, 41, 0.6);}
.social-links li:nth-child(5) span{background:rgb(0, 159, 227);box-shadow:0 0 0 0 rgba(0, 159, 227, 0.6);}
.social-links li a:hover span, .social-links li a:active span {
    box-shadow: 0 0 0 25px transparent;
}
/*.top-header{
background-color: #950505;
}*/
ul.top-header-bar li{
    margin-right: 35px;
}
ul.top-header-bar li i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 7px;
}
.top-header .logo{
    padding:15px 0;
}
.top-contacts {
    text-align: right;
    padding: 15px 0px;
}
.top-contacts ul li{
    display: inline-block;
    text-align: left;
    margin-right: 45px;
}
.top-contacts ul li:last-child {
    margin-right: 0;
}
.top-contacts ul li strong{
    border-color: #dc270e!important;
    transform: rotate(90deg);
    -webkit-border-radius: 63px 63px 63px 63px/ 108px 108px 72px 72px;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    width: 51px;
    height: 51px;
    display: inline-block;
    border: 1px solid;
    margin-right: 20px;
}
.top-contacts ul li i{
    color: #dc270e;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 51px;
    height: 51px;
    text-align: center;
    padding-top: 15px;
    transform: rotate(-90deg);
    position: relative;
}
.top-contacts ul li .text-box {
    display: inline-block;
    vertical-align: middle;
}
.top-contacts ul li .text-box p{
    color: #dc270e;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.top-contacts a{
    color:#000;
    font-size: 16px;
}
.top-contacts a:hover{
    text-decoration: none;
}


.menu{
    padding-left:100px;
    padding-right:100px;
}
#navbar-main{
    background-color: #dc270e;
    border-radius: 0;
}
#navbar-main.navbar{
    margin-bottom: 0!important;
}
#navbar-main .nav li a{
    color: #fff;
}
#navbar-main .navbar-nav>.active>a, #navbar-main .navbar-nav>.active>a:focus, 
#navbar-main .navbar-nav>.active>a:hover, #navbar-main .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #fc7a20!important;
}
.navbar{
    min-height: 0px!important;
    margin-bottom: 0px!important;
    border: none!important;
}
.navbar-nav{
    margin: -1.5px -15px!important;
}
.navbar-nav li a:visited, .navbar-nav li a:focus{
      background-color: transparent!important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
}
.navbar-toggle {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.about-us{
    padding: 50px 0;
}
.about-us h2, .about-us h1, .contact-form-section h1{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    margin-bottom: 20px;
    color: #dc270e;
    text-transform: uppercase;
    text-align: center;
    padding: 0 121px;
}
.about-us h3{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    color: #dc270e;
    text-transform: uppercase;
}
.about-us p{
    font-size: 20px;
    font-family: 'Poly', serif;
    text-align: justify;
}
/*=======================Page Title Start=======================*/
.section-title{
    padding-bottom: 20px;
}
.section-title h3{
    font-size: 32px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    color: #dc270e;
    text-transform: uppercase;
    text-align: center;
}
.section-title h3::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fc7a20;
    width: 110px;
    height: 3px;
    margin: 0 auto;
    bottom: 20px;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.page-title {
    height: 370px;
    text-align: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background: url(../images/content/inner-bg.jpg) no-repeat;
}
.page-title h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.page-title ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 1px;
    color: #fff;
}
.page-title ul li a {
    font-weight: 600;
    color: #fff;
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*=======================Quick Enquiry Start=======================*/
.quick-enquiry{
    background-image: url(../images/enquiry-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    background-attachment: fixed;
}
.quick-enquiry h3{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    padding-bottom:30px;
    color: #fff;
    text-transform: uppercase;
}

.quick-enquiry .enquiry-form .form-group .group-inner label {
    position: absolute;
    right: 25px;
    top: 5px;
    font-size: 20px;
    color: #fc7a20;
}
.quick-enquiry .enquiry-form .form-group .group-inner label.icon-label-service {
    right: 40px;
}
.btn-style-one{
    background-color: #fc7a20;
    color: #fff;
    font-weight: bold;
    padding: 9px 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-one:hover {
    background: #f79843;
    color: #fff;
}

/*=======================Services Section Start=======================*/
.services{
    padding: 50px 0;
}
.services .heading-text{
    text-align: center;
    padding-bottom: 20px;
}
.services .heading-text h2{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    text-align: center;
    color: #dc270e;
}
.services .heading-text p{
    color: #777777;
    font-size: 16px;
    margin: 0 100px 0 100px;
    text-align: center;
}
.services .service-list{
    border: 1px dashed #cecece;
    padding: 15px 10px;
    margin-bottom: 20px;
    transition: all 1s ease-in-out;
}
.services .service-list:hover{
    border: 1px dashed #cd1a1a;
    transform: scale(1.05);
}

.services .service-list h3{
    color: #dc270e;
    font-size: 18px;
}
.services .service-list p{
    color: #777777;
    font-size: 16px;
}
.services .service-list .btn{
    background-color: #fc7a20;
}

/*
======================================
Blog Area CSS
======================================
*/
.blog-area {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.single-blog-post .post-img {
    overflow: hidden;
    padding: 10px;
}
.single-blog-post .post-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    width: 100%;
}
.single-blog-post .post-img:hover img {
    transform: scale(1.3);
}
.post-content {
    padding: 5px 0 0;
}
.post-content ul li {
    display: inline-block;
    margin-right: 20px;
    color: #848484;
}
.post-content ul li:last-child {
    margin-right: 0;
}
.post-content ul li i {
    margin-right: 4px;
}
.post-content h3 {
    margin: 10px 0 0;
    line-height: 1.3;
}
.post-content h3 a {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: #dc270e;
}
.post-content p {
    margin: 10px 0 15px;
    font-size: 15px;
}
.blog-content.post-content {
    padding: 24px 0 0;
}
.blog-content.post-content h3 {
    margin: 12px 0 0;
}
.blog-content.post-content h3 a {
    font-size: 16px;
    display: inline-block;
}
.border {
    margin: 25px 0;
}
.blog-area .single-blog-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 26px;
}
.read-more-btn {
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    background-color: #fc7a20;
    color: #fff;
    padding: 10px;
}
.read-more-btn:hover{
    color: #fff;
}
.side-bar {
    padding: 20px 20px;
    background-color: #f1efee;
    margin-top: 10px;
}
.side-bar .widget {
    margin-bottom: 40px;
}
.side-bar .widget .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #dc270e;
}
.side-bar .widget .title::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 90px;
    height: 4px;
    background: #fc7a20;
}
.side-bar .latest-post .single-post {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #dc270e;
}
.side-bar .single-post .img {
    width: 115px;
    float: left;
    margin-right: 10px;
}
.side-bar .single-post .content h4 a{
   color: #fff;
}
/*

/*=======================Testimonials start=======================*/

.testimonials{
    padding: 40px 0;
    background-image: url(../images/testimonials-bg.jpg);
    color: #fff;
}
.testimonials .heading-text h3{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    text-align: center;
}
/* carousel */
#quote-carousel 
{
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
    background: #fc7a20;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

#quote-carousel .item blockquote img {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border: 4px solid #CCC;
    opacity: 1;
    overflow: hidden;
    margin-bottom: 10px;
}
.carousel-inner .item small {
    color: #CCC;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {     
    .social-links, .timing{
        text-align: center;
    }
}
/* Small devices (tablets, up to 991px) */
@media (max-width: 991px) {     
    .social-links, .timing{
        text-align: center;
    }
}

/*=======================Testimonials End=======================*/

.consultation{
    padding: 40px 0;
    background-color: #f5f4f4;
}

.consultation h3{
    line-height: 1.3;
    font-family: 'Vollkorn', serif;
    font-size: 24px;
    font-weight: bold;
    color: #dc270e;
}

.consultation p{
    font-size: 18px;
    text-align: justify;
    font-family: 'Open Sans',sans-serif;
}
.consultation-contact{
    margin-top: 50px;
}
.consultation-contact h4 strong{
    border-color: #dc270e!important;
    transform: rotate(90deg);
    -webkit-border-radius: 63px 63px 63px 63px/ 108px 108px 72px 72px;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    width: 51px;
    height: 51px;
    display: inline-block;
    border: 1px solid;
    margin-right: 20px;
}
.consultation-contact h4 strong i{
    color: #dc270e;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 51px;
    height: 51px;
    text-align: center;
    padding-top: 15px;
    transform: rotate(-90deg);
    position: relative;
}

.footer{
    background-color: #333333;
    padding: 30px 0 0 0;
}
.footer .footer-top{margin-bottom: 20px;}
.footer .foot-description h3{
    font-size:24px; 
    color: #fff;
    margin-bottom: 20px;
}
.footer .foot-description p{
    color: #e7e2e5;
    text-align: justify;
}
.footer .quick-links h3, .footer .service-links h3, .footer .foot-contact h3{
    position: relative;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer .quick-links h3:after, .footer .service-links h3:after, .footer .foot-contact h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #dc270e;
}
.footer .quick-links ul, .footer .service-links ul{margin: 0; padding: 0;}
.footer .quick-links ul li, .footer .service-links ul li{
    position: relative;
    margin-bottom: 8px;
}
.footer .quick-links ul li a, .footer .service-links ul li a{
    color: #e7e2e5;
    padding-left: 20px;
}

.footer .quick-links ul li a:before, .footer .service-links ul li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    content: '\f101';
    line-height: 1.6em;
    font-family: 'FontAwesome';
}
.footer .foot-contact .contact-info{list-style: none; padding: 0; margin: 0;}
.footer .foot-contact .contact-info li {
    position: relative;
    color: #e7e2e5;
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.footer .foot-contact .contact-info li .fa {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
}

.footer-bottom{
    background-color: #dc270e;
    padding: 20px;
}
.footer-bottom .copyright{color: #fff; float: left;}
.footer-bottom .author{color: #fff; float: right;}
.footer-bottom .author a{color: #d0cecf; font-weight: bold; text-decoration: underline;}

input[type="text"], input[type="email"], select
{
    float:left;
    width:100%;
    height:40px;
    border:1px solid #c1c1c1;
    padding:0 20px
    ;box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin:0 0 30px 0;
    font:14px/14px 'Open Sans',sans-serif;color:#666;
}

/*=======================Contact Section=====================*/
.contact-form-section {
    position: relative;
    padding: 60px 0px 20px;
    background-color: #fafafa;
}

.contact-form .group-title {
    position: relative;
    margin-bottom: 22px;
}

.contact-form .group-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}
.contact-form .form-group .group-inner {
    position: relative;
}
.contact-form .form-group .icon-label {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
    color: #dc270e;
    z-index: 1;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #222222;
    border: 1px solid #e2e2e2;
    height: 152px;
    background: #ffffff;
    resize: none;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .btn-style-one:hover {
    color: #dc270e !important;
    border-color: #dc270e !important;
    background: none;
}
.contact-form button {
    position: relative;
    padding: 9px 66px;
    text-transform: uppercase;
}
.contact-form .btn-style-one {
    position: relative;
    padding: 6px 38px;
    line-height: 24px;
    text-transform: uppercase;
    background: #dc270e;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #dc270e !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.btn-style-two {
    position: relative;
    padding: 6px 38px;
    line-height: 24px;
    text-transform: uppercase;
    background: #dc270e;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #dc270e !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.info-block{
    margin-bottom: 20px;
}

.info-block h2 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.info-block .inner-box {
    position: relative;
    padding-left: 65px;
    padding-top: 2px;
}
.info-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background-color: #fc7a20;
}

.info-block .inner-box .text{
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
}
.contact-form-section .map{
    margin-top: 50px;
    margin-bottom: -20px;
}

.widget.widget_categories {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.sidebar_wrapper .widget-title, .widget-title {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}
.widget-title:after, .widget-title:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 70px;
    background-color: #ff6f00;
    height: 2px;
}
.sidebar_wrapper ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.sidebar_wrapper ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 10px;
}
.sidebar_wrapper ul li a {
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #777777;
}
#horoscope-form input[type="text"], #horoscope-form input[type="email"], #horoscope-form select {
    margin: 0px 0 10px 0;
}
.horoscope-section{
    padding: 50px 0px; 
    background: #fff;
}
.horoscope-details .horoscope-title{
    font-family: tahoma;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #5b5b5b;
}
.horoscope-details .horoscope-img{
    float: left;
    margin-right: 10px;
}
.inner-img img{
    margin: 30px auto;
}
.horoscope-inner{
    position: relative;
    display: block;
    margin-top: 30px;
}
.section-title-2 h1{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    margin-bottom: 20px;
    color: #dc270e;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}
.section-title-2 h1:after {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -27px;
    left: auto;
    bottom: 0px;
    width: 24px;
    border-bottom: 3px solid #ff6f00;
}
.section-title-2 h1:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -27px;
    bottom: 0px;
    width: 24px;
    border-bottom: 3px solid #ff6f00;
}

/*===========================Astrology Section=======================*/
.astrology-section{
    padding: 50px 0px; 
    background: #fff;
}

.astrology-section .section-desc{
    margin-top: 30px;
}
.astrology-section .section-desc p{
    font-size: 16px;
    /*line-height: 28px;*/
}
.astrology-section .section-services .img-box{
    float: left;
    padding-right: 12px;
    width: 40%;
}
.astrology-section .section-services{
    margin-top: 30px;
    background: rgba(206,188,187,0.5);
    padding: 10px 5px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.astrology-section .section-services .details-box h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 8px 0;
}

.astrology-section .section-services .details-box span{
    display: block;
    font-size: 14px; 
    line-height: 18px;
}

.astrology-section .section-services .details-box span .fa{
    color: #d9534f;
}

.astrology-section .section-services .details-box .btn{
    position: absolute;
    bottom: 10px;
}

/*===========================Vastu Section=======================*/

.vastu-section{
    padding: 50px 0px; 
    background: #fff;
}

.vastu-section .section-desc{
    margin-top: 30px;
}
.vastu-section .section-desc p{
    font-size: 16px;
}
.vastu-section .section-services .img-box{
    
}
.vastu-section .section-services{
    margin-top: 30px;
    background: rgba(206,188,187,0.5);
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.vastu-section .section-services .details-box{
    padding: 0px 10px 10px;
}
.vastu-section .section-services .details-box h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 15px 0px;
    color: #dc270e;
    font-weight: 700;
}
.vastu-section .section-services .details-box p{
    font-size: 16px;
}
.vastu-section .section-services .details-box ul li{
    list-style-type: square;
    padding: 5px 0px;
    font-size: 16px;
}
.vastu-section .section-services .details-box span .fa{
    color: #d9534f;
}

/*===========================Numerology Section=======================*/

.numerology-section{
    padding: 50px 0px; 
    background: #fff;
}

.numerology-section .section-desc{
    margin-top: 30px;
}
.numerology-section .section-desc p{
    font-size: 16px;
}
.numerology-section .section-services .img-box{
    text-align: center;
    
}
.numerology-section .section-services{
    margin-top: 30px;
    background: rgba(206,188,187,0.5);
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.numerology-section .section-services .details-box{
    padding: 10px 10px 10px;
}
.numerology-section .section-services .details-box h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 15px 0px;
    color: #dc270e;
    font-weight: 700;
}
.numerology-section .section-services .details-box p{
    font-size: 16px;
}
.numerology-section .section-services .details-box ul li{
    list-style-type: square;
    padding: 2px 0px;
    font-size: 16px;
}
.numerology-section .section-services .details-box span .fa{
    color: #d9534f;
}
