/* ----------------------------------------------------------------------------------------
* Author        : CodersPoint
* Template Name : Consal - Multipurpose Html5 Template
* File          : Consal main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Project/work area css

07. Testimonial Area Css 

08. Blog Area Css 

09. Client area css

10. footer area css

11. About page css

12. Portfolio page css

13. Blog page css 

14. Single post page css

15. Contact page css





-------------------------------------------------------------------------------------- */


/* Google Fonts Raleway and sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #777;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
}

h2 {
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
}

h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
}

p {
}

a {
    color: #77be2d;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #77be2d;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #e44c0a;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: 1px;
    border: 1px solid transparent;
}
.btn:hover{
    border: 1px solid #77be2d;
    background: #fff;
    color: #77be2d;
}
.btn.btn-trnsp {
    background: none;
    border: 1px solid #77be2d;
    color: #77be2d;
}

.btn-big {
    border: 2px solid #000;
    font-size: 20px;

}

.btn.btn-trnsp:hover {
    border-color: #77be2d;
    background: #77be2d;
    color: #fff;
}

.btn.btn-reverse {
    background: #333;
    color: #fff;
}
.btn.btn-reverse:hover {
    background: #77be2d;
}

.section-big {
    padding: 50px 0 40px 0;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
}

.section-title h2 {
    position: relative;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.section-title h2 span{
    color: #77be2d;
}
.section-title h2::after{
    position: absolute;
    content: "";
    background: #77be2d;
    width: 100px;
    height:2px;
    left: 43%;
    bottom: 0;

}

.section-title p {
    margin-top: 15px;
    color: #333;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

i.fa {
    color: #77be2d;
}




/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    height: 50px;
    line-height: 50px;
    background: #555;
    color: #fff;
    font-size: 14px;
}
.tcontact{
    float: left;
}
.tcontact ul,.tsocial ul{
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.tcontact ul li{
    display: inline-block;
}
.tcontact ul li i.fa{
    margin-right: 10px;
}
.tcontact ul li a{
    color: #fff;
    margin-right: 15px;
}
.tcontact ul li a:hover{
    color: #77be2d;
}
.tsocial{
    float: right;
}
.tsocial ul li{
   display: inline-block;
}
.tsocial ul li i.fa{
    margin-left: 10px;
    border: solid 1px silver;
    padding: 6px;
}
.tsocial ul li i.fa:hover{
    color: #fff;
}


.bsocial{
    float: left;
}
.bsocial ul li{
   display: inline-block;
}
.bsocial ul li i.fa{
    margin-right: 10px;
    border: solid 1px silver;
    padding: 6px;
    margin-top: 7px;
}
.bsocial ul li i.fa:hover{
    color: #fff;
}


.menu-holder {
   height: 108px;
}

.menu-area {
    background: #fff;
    height: 120px;
    z-index: 99;    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    position: fixed;
    width: 100%;
    top: 0;

}

.menu-area.sticky-menu {
    top: 0px;
    height: 65px;
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}

.mainmenu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .navbar-brand img {
    width: 90%;
    margin: 2% 0;
    height: auto;
}

.navbar-brand {
   padding: 10px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffde17;
}

.navbar-brand:hover {
    color: #77be2d;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
}

.navbar-nav li a {
    color: #333;
    font-style: normal;
    font-weight: 600;
    font-family: "Source Sans Pro";
    font-size:17px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
    color: #77be2d;
}

.mainmenu li.active a {
    color: #77be2d;
}
#not-active{
    color: #333;
}
#not-active:hover{
    color: #77be2d;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.navbar-nav .dropdown-menu li a {
    padding: 10px;

}
.navbar-nav .dropdown-menu li a:hover{
    background: none;
    color:#77be2d;
}
.navbar-right .dropdown-menu{
   left: 0;
}

@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.navbar-nav .dropdown-menu li a {
    padding: 10px;
}





/* -----------------------------------------------------------------------------------
*                               03. Slider area css
* ----------------------------------------------------------------------------------- */

#slider {
    height: 100%;
    max-height: 480px;
}

#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item {
    height: 100%;
    min-height: 400px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    background: #fff;
    margin-left: 5px;
}

#slider .carousel-indicators li.active {
    border-color: #77be2d;
    background: #77be2d;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none;
}

#slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.right.carousel-control img,
.left.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -26px;
    padding: 20px 10px;
}

.carousel-control img:hover  {
    background: #77be2d;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/01.jpg);
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
}

#slider .slide3 {
    background-image: url(../img/slider/03.jpg);
}

.intro-text {
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.intro-text h2 {
    color: inherit;
    font-size: 50px;
    font-weight: 700;
}

.intro-text p {
    margin-bottom: 25px;
    font-size: 1.2em;
}

.intro-text .btn {
    margin: 0 10px;
}


/* Slider Fade Effect */
/*.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity:0;
}

.carousel.carousel-fade .item.left {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    
}

.carousel.carousel-fade .active.item {
    opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}*/




/* Slider text animation */

.intro-text h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.9s ease .1s;
    -moz-transition: all 0.9s ease .1s;
    -ms-transition: all 0.9s ease .1s;
    -o-transition: all 0.9s ease .1s;
    transition: all 0.9s ease .1s;
    opacity: 0;
}
.item.active .intro-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.intro-text .btn {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.9s ease .1s;
    -moz-transition: all 0.9s ease .1s;
    -ms-transition: all 0.9s ease .1s;
    -o-transition: all 0.9s ease .1s;
    transition: all 0.9s ease .1s;
    opacity: 0;
}
.item.active .intro-text .btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
    opacity: 1;
}
.intro-text p {
    transform: scale(0.5);
    -webkit-transition: all 0.9s ease .1s;
    -moz-transition: all 0.9s ease .1s;
    -ms-transition: all 0.9s ease .1s;
    -o-transition: all 0.9s ease .1s;
    transition: all 0.9s ease .1s;
    opacity: 0;
}
.item.active .intro-text p {
    transform: scale(1);
    opacity: 1;
}

.intro-text .btn:hover {
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}




/* ----------------------------------------------------------------------------
*                               04. About area css
* ----------------------------------------------------------------------------*/

.about-area {
    background: #fff;
}

.about-text h2 {
    position: relative;
    
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    display: inline-block;
    color: #fff;
    padding-bottom: 20px;
}
.about-text h2 span{
    color: Yellow;
}
.about-text h2::after{
    position: absolute;
    content: "";
    background: #77be2d;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.about-text p{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align:justify;
    font-size:16px;
}
.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #333;
    border-radius: 50px;
}

.about-text .btn {
    margin-top: 15px;
}

.about-img img {
    width: 100%;
}

/*Fun facts area css */
.fun-fact-area {
    margin-top: 100px;
}

.fun-fact {
    background: #77be2d;
    text-align: center;
    padding: 30px;
    border: none;
    margin-bottom: 30px;
}

.fun-fact.last {
    border: none;
}

.fun-fact i.fa {
    font-size: 32px;
    position: relative;
    color: #fff;
}

.fun-fact h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px;
}
.fun-fact p{
    color: #fff;
}
/* --------------------------------------------------------------------------------
*                                   05. Service area css
* ------------------------------------------------------------------------------- */

.service-area {
    background-color: #f5f5f5;
}

.pic-single-service {
    margin-bottom: 40px;
    background: #fff;
}
.pic-single-service h3{
    color: #333;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 10px;
}
.pic-single-service h3:hover{
    cursor: pointer;
    color: #77be2d;
}
.pic-single-service p{
    color: #777;
    line-height: 25px;
    padding-left: 20px;
    padding-bottom: 0px;
    
}



/* ----------------------------------------------------------------------------------------
*                               07. Portfolio/work area css
* --------------------------------------------------------------------------------------- */

.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.filters li {
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    border: 2px solid #27ae60;
    line-height: 30px;
    padding: 0 20px;
    color: #27ae60;
}

.filters li.active,
.filters li:hover {
    background: #27ae60;
    color: #fff;
}

.work-items .item {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.work-items .item img {
    width: 100%;
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    text-align: center;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    left: 0;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -18px;
    transform: scale(0);
    transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
    background: #27ae60;
    padding: 15px;
    border-radius: 50%;
}

.work-items .item:hover .overlay i.fa {
    transform: scale(1);
}


.blog-area {
    background: #f5f5f5;
}


/* ----------------------------------------------------------------------------------------
*                                08. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background: #fff;
}

.testimonial-list .single-testimonial{
    margin: 15px auto;
    max-width: 800px;
    margin: 15px;
    height: 350px;
}
.single-testimonial p {
    height: 120px;
    overflow: hidden;
}

.testimonial-list .desg {
    text-align: right;
    color: #000;
    margin: 0;
}

.single-testimonial img {
    width: 80px;
    height: 80px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #000;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 15px;
    color: #ffffff;
    background: #27ae60;
    padding: 0 20px;
    border-radius: 0px;
    opacity: 1;
    margin: 0 5px;
    line-height: 30px;
    border: 2px solid #27ae60;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #fff;
    color: #27ae60;
}


/* ----------------------------------------------------------------------------------------
*                                08. blog area css
* --------------------------------------------------------------------------------------- */
 

.blog-list .single-item {
    margin: 15px auto;
    max-width: 800px;
    margin: 15px;
}

.blog-list .desg {
    text-align: right;
    color: #000;
    margin: 0;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #000;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 15px;
    color: #ffffff;
    background: #27ae60;
    padding: 0 20px;
    border-radius: 0px;
    opacity: 1;
    margin: 0 5px;
    line-height: 30px;
    border: 0px solid #27ae60;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #fff;
    color: #27ae60;
}




/* --------------------------------------------------------------------------------
*                               06. Project area css
* ------------------------------------------------------------------------------- */

.project-item {
    margin-top: 5px;
    text-align: center;
}
.latest-project-area {
    overflow: hidden;

}
.project-item-img img{
    width: 100%;
   
    border-radius: 15px;
 

}
.project-item-img::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    top:0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.project-item{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: height 0.3s;
}
.project-item:hover .project-item-img::before{
    visibility: visible;
    opacity: 1;
}
.toplayer{
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    left: 30px;
    text-align: center;
    top: 30px;
    height: calc(100% - 60px);
}

.toplayer:before{
    content: '';
    position: absolute;
    border: 1px solid rgba(119, 190, 45, 0.6);
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.project-item:hover .toplayer:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}
.toplayer .overlay{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    left: 50%;
}
.toplayer .overlay .links a{
    width: 35px;
    height: 35px;
    color: #fff;
    background: #77be2d;
    display: inline-table;
    margin-right: 2px;
    opacity: 0;
    visibility: hidden;
}
.toplayer .overlay .links a:hover{
    background: #fff;
    color: #77be2d;
}
.toplayer .overlay .links h2.project-title a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.project-item .links a {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.project-item:hover .links a{
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}
.toplayer .overlay .links span{
    vertical-align: middle;
    display: table-cell;
}
.project-item:hover .toplayer .overlay .links h2.project-title a {
    opacity: 1;
    width: 100%;
    visibility: visible;
    -webkit-transition-delay: 0.4s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.news-carousel .owl-item {
    padding: 0 15px;
}

.owl-slider .owl-controls, 
.news-carousel .owl-contro{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;    
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

}
.owl-slider .owl-controls {
    opacity: 1;
}

.owl-buttons {
    opacity: 1;
}

.owl-buttons i.fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #77be2d;
    background: #f5f5f5;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    top: 40%;
    position: absolute;
    
}
.owl-buttons i.fa:hover {
    background: #77be2d;
    color: #fff;
}
.owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
}
.owl-nav.owl-next{
    right: -100px;
}
.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #fff;
    background: #fff;
    float: left;
}
.owl-pagination {
    width: 80px;
    margin: auto;
    margin-top: 40px;
    display: none;
}
.owl-prev {
    float: left;
}

.owl-next {
    float: right;
    margin-right: 36px;
}

.news-carousel .owl-buttons {
   margin: ;
}

.owl-client .owl-controls {
    display: none;
    visibility: hidden;
    opacity: 0;
}







/* -------------------------- */
/*      Call To Action        */
/* -------------------------- */
.action-area {
    background-color: #f4f4f4;
    height: 400px;

}

.action-area p {
    font-size: 20px;
    color: #777;
    padding-top: 20px;
    margin-bottom: 25px;
}

.action-area h2 {
    color: #333;
    margin-top: 0px;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}

.action-area .btn {
    margin-top: 25px;
}

/* ----------------------------------------------------------------------------------------
*                                07. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    
}

.single-testimonial {
    position: relative;
    padding: 22px;
    background: #f5f5f5;
    margin: 15px;
    overflow: hidden;
    border: solid 1px red;
    border-radius: 20px;
}

.test-meta {
   overflow: hidden;
   padding-bottom: 20px;
}

.test-meta img {
    max-width: 80px;
    float: left;
    border-radius: 100px;
}

.single-testimonial i.fa {
    font-size: 22px;
    display: inline-block;
    color: #77be2d;
    position: absolute;
    left: -29px;
}

.single-testimonial p {
    color: #777;
    position: relative;
    text-indent: 30px;
    height: 125px;
    overflow: hidden;
}

.single-testimonial h4 {
    color: #333;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}



/* ----------------------------------------------------------------------------------------
*                                   08. Blog area css
* --------------------------------------------------------------------------------------- */
 
 
 
.blog-image img {
    width: 100%;
    height:200px;
    padding-bottom: 20px;
    border-radius:15px;
}
.blog-content h3{
      color: #333;
    font-weight: 600;
    margin-top: -10px;
    font-size: 16px;
}
.blog-content {
       padding: 6px 15px;
    height: 80px;
    overflow: hidden;
    line-height: 53px;
}
.post-info {
    position: relative;
    margin-bottom: 15px;
    color: #999999;
}

.post-info a {
    position: relative;
    color: #4f4f4f;
    font-family: inherit;
    padding: 0px 15px;
}

span.fa.fa-user.user-color {
    color: #33333391 !important;
    margin-right: 3px;
}

.blog-content .subtitle {
    text-transform: inherit;
  
}
.blog-content .subtitle i.fa {
    color: #77be2d;
}
.blog-content .btn {
    margin-top: 10px;
}
.blog-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-btn{
       
    margin-top: 20px;
    
    color: #111;
    
    float:right;
     
}
.blog-btn:hover{
    color: #333;
}
.blog-btn:hover.blog-btn i.fa{
     color: #333;
}

.blog-meta span {
    float: left;
    margin-right: 15px;
    color: #333;
}
.blog-meta span a{
    color: #333;
}
.blog-meta span a:hover{
    color: #77be2d;
}
.blog-meta span i.fa {
    margin-right: 4px;
}

.blog-meta span a:hover i.fa {
    color: #333;
}

.more-link a {
    background-color: #61CE7000;
    font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FF9543;
    color: #77be2d;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #77be2d;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
}
span.fa.fa-clock-o.clock-color {
    margin-right: 3px;
}



/* ----------------------------------------------------------------------------------------
*                                   09. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    width: auto;
    max-width: 100%;
    
    padding: 0 5%;
 
}

.client-area img {
    border-radius:15px!important;
 
}
.client-area
{
    background-color: #fff;
}
/* ----------------------------------------------------------------------------------------
*                                   10. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #333;
    padding: 50px 0px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.footer-area a {
    color: #fff;
}
.footer-area img {
    max-width: 200px;
    margin-bottom: 20px;
}
.footer-area h4 {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/*.footer-area h4::after{
    content: "";
    position: absolute;
    left: 0;
    width: 75px;
    bottom: -20px;
    height: 2px;
    width: 50px;
    background: #eee;
}*/
.recent-post{
    overflow: hidden;
    margin-top: 20px;
}

.recent-post img{
   float: left;
   cursor: pointer;
   clear: both;
   padding-right: 15px;
}
.recent-post a{
  display: block;
  padding-bottom: 46px;

}
.ft-widget{
    margin-top: 30px;
}
.footer-contact{
    margin-top: 15px;
}
.footer-contact p i.fa{
    font-size: 15px;
    padding-right: 10px;
}
.q-link{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
    overflow: hidden;
}
.q-link li {
   /*display: inline-block;*/
   border:0px solid #fff;
   margin-bottom: 5px;
   margin-right: 2px;
   list-style-type: none;
}
.q-link li:hover{
    /* border: 1px solid #77be2d;*/
}
.q-link li a{
    color: #fff;
    padding: 0 5px;
    margin: 5px 3px;
    transition: all 0.4s ease 0s!important;
    -webkit-transition: all 0.4s ease 0s!important;
}
.q-link li a:hover{
     color:#77be2d;
 }
 .footer-area a:hover{
    color:#77be2d;
 }
.copyright-text {
    padding: 20px 0px;
    background: #0e181e;
    color: #fff;
}
.copyright-text p {
    margin: 0;
}
/* ----------------------------------------------------------------------------------------
*                                   11. About page css
* --------------------------------------------------------------------------------------- */
.page-title{
    background-color: #ff4400;
    position: relative;
    padding: 25px 0;
    margin: 0;
}
.page-title::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(100,100,100, 0.5);*/
}

.page-title h2{
    color: #ffffff;
    font-size: 27px;
    line-height: 36px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.page-title ul{
    margin:0;
    padding:0;
    list-style: none;
}
.page-title ul li{
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #ffffff;
    line-height: 36px;
    font-size: 15px;
    font-weight: 600;
}
.page-title ul li::after{
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  left: 100%;
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.page-title ul li:last-child::after{
    display: none;
}
.page-title ul li a{
     color: #000;
     margin-right: 10px;
}
/* Our Skills  */
.our-skills-area{
    background: #f5f5f5;
}
.progress{
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    height: 30px;
    position: relative;
}
.progress strong{
    position: absolute;
    right: 5px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 4px;
}
.progress-bar{
    position: relative;
    background: #77be2d;
    box-shadow: none;
}
.progress-bar span{
    position: absolute;
    font-size: 15px;
    left: 10px;
    padding: 4px 0;
    
}

/*  Who we are Area 
---------------------------------------------------------------- */
.weare-item h2{
    color: #333;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}
.weare-item img{
    margin-bottom: 30px;
}

.slider-text h3{
   margin: 0;
   margin-top: 30px;
   color: #333;
}
.left-control,.right-control{
    background: #77be2d;
    width: 40px;
    height: 40px;
    top: 20%;
    margin: 10px;
    opacity: 0.7;
    visibility: hidden;
    transition: all 0.3s;
   
}
#prev{
    left: 5px;
}

.left-control{
    transform: translateX(-40px);
    
}
.right-control{
    transform: translateX(40px);
    
}
.left-control i.fa,.right-control i.fa{
    color: #fff;
    position: absolute;
    text-align: center; 
    line-height: 40px;
    font-size: 30px;
}
.left-control i.fa{
   left: 10px;
}
.left-control:hover,.right-control:hover{
    opacity: 1;
}
.carousel:hover .left-control,.carousel:hover .right-control{
   visibility: visible;
   transform: translateX(0);
}
/*  Team Area 
---------------------------------------------------------------- */
.team-area {
    background-color: #f5f5f5;
}

.team-member{
    background-color: #fff;
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.member-image{}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    color: #333;
}
.member-social{
    padding-bottom: 20px;
}
.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #77be2d;
}

/* ---------------------------------------------------------------------------------
*                               12. Portfolio page css
* -------------------------------------------------------------------------------- */
 

.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    transform: translate(0,-115%);
}

.filters li {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 20px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.filters li.active {
    color: #77be2d;
}


.filters li.active, .filters li:hover {
    background: #27ae60;
    color: #fff;
}
.filters li {
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    border: 2px solid #27ae60;
    line-height: 30px;
    padding: 0 20px;
    color: #27ae60;
}

/* ----------------------------------------------------------------------------------
*                               13. Blog Page css 
* --------------------------------------------------------------------------------- */
.single-post {
    margin-bottom: 50px;
}    
.single-post h2{
    color: #333;
    font-weight: 600;
    margin-top: -10px;
}
.single-post h3{
    font-size: 24px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 8px;
    cursor: pointer;
}
.single-post p{
    
}
.post-quote{
    margin: 30px;
    padding: 0;
    padding-left: 15px;
}
.post-quote p{
    background: #f5f5f5;
    font-size: 14px;
    padding: 20px;
}
.tag-share{
    margin-top: 25px;
    width: 100%;
    border-top: 1px solid rgb(238, 238, 238);
    overflow: hidden;
    padding: 15px 0px;
    margin-bottom: 70px;
}
.tags{
    float: left;
}
.tags ul,.blog-social ul{
    margin:0;
    padding: 0;
    list-style-type: none;
}
.tags ul li{
    display: inline-block;
}
.tags ul li i{
    font-size: 18px;
    transform: rotate(90deg);
    margin-right: 5px;
}
.tags ul li a{
    color: rgb(153, 153, 153);
    transition: 0.3s;
}
.tags ul li a:hover{
    color: #77be2d;
}
.blog-social{
    float: right;
}
.blog-social ul li{
    display: inline-block;
    margin-left:10px;
}
.blog-social ul li a{
    color: rgb(153, 153, 153);
}
.single-post h3:hover{
    color: #77be2d;
}
.featured-img {
    position: relative;
}

.featured-img img {
    margin-bottom: 20px;
}
.featured-img a:hover{
    color: #77be2d;
}
.news-meta span {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.news-meta span a{
    color: #000;
}
.single-post .btn{
    padding: 10px 12px;
    border-radius: 4px;
    text-transform: capitalize;
}
.single-post .btn:hover{
    background: #77be2d;
    color: #333;
}
.widget {
    margin-bottom: 40px;
}
.widget-search input{
    position: relative;
    width: 100%;
    line-height: 45px;
    padding:0 35px 0 20px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.widget-search input:focus{
    border: 1px solid #77be2d;
    outline: 0;
}
.widget-search-btn{
    background: rgba(0,0,0,0);
    border: 0;
    border-radius: 0;
    color: #8e8e8e;
    line-height: 46px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
}
.widget-search-btn:focus{
    outline: none;
}
.widget-search-btn i.fa{
    color: #8e8e8e;
    margin-right: 20px;
}
.widget-search-btn i.fa:hover{
    color: #77be2d;
}
.widget-title{
    border-bottom: 1px solid #f5f5f5;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding-bottom: 14px;
}

.widget ul {
   list-style: outside none none;
   margin: 0;
   padding: 0;
}
.widget ul li{
    margin-bottom: 8px;
}
.widget a {
    color: inherit;
}
.widget-recent-posts a::before,.widget-archives a::before,.widget-categories a:before{
    content: "\f1db";
    font-family: "FontAwesome";
    margin-right: 8px; 
    font-size: 13px;
}
.widget a:hover {
    color: #77be2d;
}

.widget-recent-comment ul li b {
    color: #000;
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0;
}
.widget-popular-tag ul li{
    display: inline-block;
    border:1px solid #777;
    padding: 0 10px;
}
.widget-popular-tag ul li:hover{
    border: 1px solid #77be2d;
}

/*------------------------------------------------------------------*/
/*                       14 Single post page css */
/*------------------------------------------------------------------*/

.blog-comments {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

.comments ul li .comment-box {
    border: 1px solid #f3f3f3;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 35px; 
}
.comments ul li .comment-box img {
    float: left;
    max-width: 125px;
    width: auto; 
    margin-left: 20px;
    margin-top: 35px;
}
.comments ul li .comment-box .comment-content {
    margin-left: 140px; 
}
.comments ul li .comment-box .comment-content h4 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin:0;
    margin-top: 30px;
    cursor: pointer;
    text-transform: uppercase; 
}

.comments ul li .comment-box .comment-content span {
    color: #555555;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.comment-btn{
    width: 80px;
    float: right;
    display: block;
    background: #77be2d;
    color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    outline: none;
    padding: 0 15px;
    margin-right: 20px;
    margin-top: -18px;
    cursor: pointer;
}
.comment-btn:hover{
    background: #fff;
    color: #77be2d;
    border:1px solid #77be2d;
}
.comment-content p{
    padding-right: 20px;
}
.comments ul.depth .comment-box {
    margin-left: 20px; 
}
.comments ul li {
    list-style: outside none none; 
}
.comment-form textarea{
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;

}
.comment-form input{
    line-height: 50px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 2px;
    padding: 0px 20px;
}
.comment-form textarea:focus,.comment-form input:focus{
    outline: none;
    border:1px solid #77be2d;
}
.blog-preview .post-content {
    padding: 25px 25px 50px; 
}
.form-btn{
    width: 185px;
    color: #fff;
    background: #77be2d;
    outline: none;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 0;
    margin-top: 30px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.form-btn:hover{
    background: #fff;
    color: #77be2d;
    border:1px solid #77be2d;
}
@media (max-width: 767px) {
    .comments ul.depth .comment-box {
        padding-left: 50px; 
    } 
}

.comments h2 {
    margin-bottom: 30px; 
    margin-top: 20px;
}
/* ----------------------------------------------------------------------------------------
*                                   15. Contact page css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #77be2d;
    font-size: 18px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}


.all-booking-form .form-group {
    position: relative;
    /*border: 1px solid #bbb;*/
    border-radius: 2px;
    padding-left: 0px;
    margin-bottom: 15px;
}

.all-booking-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #77be2d;
    font-size: 18px;
}

.all-booking-form #message {
    padding-top: 10px;
    height: 150px;
}


#submitButton {
  background: #77be2d none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  padding: 0;
  margin-top: 10px;
    margin-bottom: 20px;
  text-align: center;
  width: 185px;
  text-transform: capitalize;
}
#submitButton:hover{
  background: #fff none repeat scroll 0 0;
  border-color: #77be2d;
  color: #77be2d;
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address-box {
    margin-bottom: 5px;
    padding-left: 40px;
}
.contact-area h3 {
    margin-top: 0px;
    color: #333;
    font-weight: 600;
}
.address-box i.fa {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
    color: #777;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}
.address-box p a{
    color: #77be2d;
}
.contact-info {
    margin-bottom: 30px;
}

.contact-info i.fa {
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
}

.contact-info a {
    color: inherit;
}
.gmap-area {
    padding-top: 0px;
}
#contactgoogleMap {
    width: 100%;
    height: 400px;
}

.pic-single-service.all-puja {
    padding: 15px;
    border-radius: 10px
}

.pic-single-service.home-all-puja {
    padding: 15px;
    border-radius: 10px
}



.pic-single-service.all-puja h3 {
    padding-top: 15px !important;
    color: #000;
    height: 44px;
    overflow: hidden;
    margin-bottom: 0px !important;
    line-height: 25px;
}


.project-item.pic-single-service.home-all-puja:hover {
    background: rgb(255 222 23 / 14%) !important;
}


.pic-single-service.all-puja:hover {    
    background: rgb(255 222 23 / 14%) !important;
}


.pic-single-service.all-puja img {
    border-radius: 10px;
}

.pic-single-service.home-all-puja h3 {
    padding-top: 0px!important;
    color: #000;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0px!important;
    line-height: 25px;
}

.pic-single-service.home-all-puja img {
    border-radius: 10px;
}



/*for services*/




/*--------*/
 .kundali-card {
      border: 2px solid #ffa14b;
      border-radius: 20px;
      padding: 30px 20px 40px;
      text-align: center;
      position: relative;
      background-color: #fff;
          margin-bottom: 50px;
              height: 360px;
    }

    .kundali-icon {
      width: 100%;
      height: 140px;
     
 
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 10px;
      
      left: 50%;
      transform: translateX(-50%);
      border: 5px solid #fff;
    }

    .kundali-icon img {
      width: auto;
    height: 132px;
    margin-bottom: 15px;
    margin-top: 10px;
    }

    .kundali-title {
    color: #150D43;
    margin: 125px 0px 10px 0px;
    font-family: "Fira Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    }

    .kundali-desc 
    {
        color: #6A6874;
        /* font-family: "Fira Sans", Sans-serif; */
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        margin-bottom: 20px;
        height: 73px;
        overflow: hidden;

    }

    .btn-kundali {
     /* color: #ffa14b;
      border: 1px solid #ffa14b;
      font-weight: 600;
      border-radius: 6px;*/

      background-color: #61CE7000;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FF9543;
    color: #77be2d;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #77be2d;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;

    }

    .btn-kundali:hover {
      background-color: #77be2d;
      color: #fff;
    }

    .btn-member {
     /* color: #ffa14b;
      border: 1px solid #ffa14b;
      font-weight: 600;
      border-radius: 6px;*/

      background-color: #61CE7000;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FF9543;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fc0;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;

    }

    .btn-member:hover {
      background-color: red;
    color: #fff;
    border-color: red;
    }



    .btn-view-more {
    background-color: #ffde17;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #FF9543;
    color: #000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffde17;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
}
.btn-view-more:hover {
      background-color: #77be2d;
      color: #fff;
    }

     .btn-service-book {
     /* color: #ffa14b;
      border: 1px solid #ffa14b;
      font-weight: 600;
      border-radius: 6px;*/

      background-color: #77be2d;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FF9543;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #77be2d;
    border-radius: 10px!important;
    padding: 7px 20px 7px 20px !important;

    }

    .btn-service-book:hover {
      background-color: #77be2d;
      color: #fff;
    }


    .about-img.home-about-img 
    {
    border: 4px solid Yellow;
    border-radius: 20px;
    background-color: #f5f5f5;
   }

   .home-about-img img {
    height: 400px!important;
}

.left-menu-list li {
    float: none;
    margin-bottom: 3px;
    list-style-type: none;
}

.left-menu-list li.active-top a {
    background: #7d7877;
    color: #fff;
    font-size: 22px;
}



.left-menu-list li:hover {
    background-color: #0075c2;
    color: #fff;
}


.left-menu-list li a {
    display: block;
    border: none;
    background: #f1f1f1;
    font-size: 17px;
    color: #242424;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: .3px;
    line-height: 55px;
    padding: 0px 10px;
    border-radius: 0px;
    cursor: pointer;
}

.left-menu-list li.left-manu-active a {
    background: #77be2d;
    color: #fff;
}



.left-menu-list li a:hover {
    display: block;
    border: none;
    background: #77be2d;
    font-size: 17px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: .3px;
    line-height: 55px;
    padding: 0px 10px;
    border-radius: 0px;
    cursor: pointer;
}

.left-menu-list h1 {
    background-color: #77be2d;
    color: #fff;
    padding: 15px 0 15px 15px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid #fff;
}


.cust-justify div {
    text-align: justify;
}
.single-conimg {
    float: left;
    margin: 15px 15px 15px 0;
}
.single-conimg img {
    border-radius: 10px;
    border: 1px solid #7e7e7e;
    padding: 10px 10px 10px 10px;
}
.single-conimg {
    margin-top: 0px;
}

.single-post.contant-div.cust-justify h2 {
    margin-top: 0px;
}

.single-post.contant-div.cust-justify h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.book-puja a {
    /*background: #084090;
    color: #fff;*/
    padding: 10px 15px;
    background-color: #77be2d;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FF9543;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #77be2d;
    border-radius: 10px !important;
  
}


a.btn.btn-bread-book-now {
  
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FF9543;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #77be2d;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
    background: #77be2d;
}
.bread-book-main {
    margin-top: 25px;
}
a.btn.btn-bread-book-now.pull-right:hover {
    background: #fff !important;
    color: #000;
}



.single-post.contant-div.cust-justify p {
    color: #000!important;
}

.single-post.contant-div.cust-justify h3 {
    color: #77be2d;
    font-weight: 600;
    margin: 8px 3px 10px 0px !important;
}

.first-description-margin div {
    color: #000!important;
    margin: 0px;
    padding: 0px;
}

.ft-widget-new h1 {
    border: 1px solid #fff!important;
    padding: 15px 0px 15px 10px!important;
    border-radius: 5px;
    font-size: 25px;
    margin-top: 10px;
}

a.read-more {
    color: #fff;
    background: #77be2d;

}



.product-list-new {
    height: 510px;
}
.sec-title h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #693D1B;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom:30px;
    
}
img.cate-icon {
    width: 100%;
    background-color: #ff7518;
    border-radius: 15px;
}
h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    color: #444;
}
.sec-title p {
    position: relative;
    font-size: 15px;
    color: #3a4145;
    margin-bottom: 10px;
}

.ast_about_wrapper {
    padding: 52px 10px 40px !important;
    background: url(../img/bg-img33.png);
}
.ast_about_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
}
.ast_about_info_img {
    float: left;
    width: 100%;
    text-align: center;
    /* margin-top: -83px; */
    margin-top: 10px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;

}
.about-text p {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #fff;
}
.padd-top-10{
    padding-top:10px !important;
}
.padd-top-20{
    padding-top:20px !important;
}
.padd-top-30{
    padding-top:30px !important;
}
.padd-top-40{
    padding-top:40px !important;
}
.padd-bott-20{
    padding-bottom:20px !important;
}
.padd-bott-30{
    padding-bottom:30px !important;
}
.pb-10 {
    padding-bottom: 10px!important;
}
.pb-20 {
    padding-bottom: 20px!important;
}
.pb-35 {
    padding-bottom: 35px;
}
.padd-bott-40{
    padding-bottom:40px !important;
}
.margin-top-5{
    margin-top:5px !important;
}
.margin-top-10{
    margin-top:10px !important;
}
.margin-top-15{
    margin-top:15px !important;
}
.margin-top-20{
    margin-top:20px !important;
}
.margin-top-30{
    margin-top:30px !important;
}
.margin-top-40{
    margin-top:40px !important;
}
.margin-top-60{
    margin-top:60px !important;
}
.margin-top-80{
    margin-top:80px !important;
}
.margin-bott-20{
    margin-bottom:20px !important;
}
.margin-bott-30{
    margin-bottom:30px !important;
}
.margin-bott-40{
    margin-bottom:40px !important;
}
.margin-bott-50{
    margin-bottom:50px !important;
}
.margin-bott-60{
    margin-bottom:60px !important;
}
.no-padd-bottom{
    padding-bottom:0px !important;
}
.no-padd-top{
    padding-top:0px !important;
}
.no-margin-bottom{
    margin-bottom:0px !important;
}
.no-margin-top{
    margin-bottom:0px !important;
}
.no-bg{
    background:none !important;
}
.no-padding{padding: 0 !important;}
.border-raduistb30{
border-radius: 30px 0 0 30px !important;    
}
.links{
     height: 70px;
    padding: 13px;
    overflow: hidden;
    
}
.links a{
font-size: 16px; 
    color: #111;
}

.latest-puja-area
{
    background-color: #f5f5f5;
}
.logo {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.round{border-radius:15px!important}

.project-item-img img {
    /*height: 263px;*/
    height: 220px;
    width: 100%;
}


.active-horoscope h4 {
    color: green!important;   
    font-weight: 600;
}

.active-horoscope p {
    color: green!important;   
    font-weight: 600;
}


ul.horoscope-api-lang li {
       margin: 0px 3px 10px 0px;
    display: inline-block;
}

.icon-image img {
    width: 100%;
}
section#horoscope-main {
    padding: 50px 0 40px 0;
}
.heading3 {
    position: relative;
    text-transform: capitalize;
    font-size: 24px;
    color: #004AAD;
    font-weight: 700;
}
.highlight {
    color: #e2650d !important;
}


.cust-box-card {
    box-shadow: 0 2px 16px 0 #D3D5DA;
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

ul.horoscope-api-lang li a {
    border: 1px solid #ff8500;
    padding: 4px 10px 4px 10px;
    border-radius: 10px;
    background: #ff8500;
    color: #fff;
}
a.active-lang {
    background-color: #29a71a !important;
    border: 1px solid #29a71a !important;
}




/*div#tabs {
   margin-bottom: 10px !important;
    padding: 0em 0em 0px !important;
    border-bottom: solid 1px silver !important;
}*/




div#tabs ul li {
   list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

div#tabs ul .active {
    border: 1px solid #2AAE60;
    background: #2AAE60;
    font-weight: normal;
    color: #ffffff;
    font-weight: bold;
}



div#tabs ul li a {
    padding: 10px 10px 10px 10px;
    color: #000;
    border: 1px solid #eee;
    margin: 6px 6px 5px 6px;
}



.content-page .about-text h2 {
    color: #444 !important;
}


.content-page .about-text h2 span {
    color: #77be2d !important;
}

.content-page p {
    color: #000 !important;
}

.project-item-new {
    padding: 10px;
    border: 1px solid #77be2d;
    border-radius: 10px;
}


.project-item-new:hover{
    background: rgb(255 222 23 / 14%)!important;  
}


.project-item-img-new::before{
    background: rgb(255 222 23 / 14%)!important;
    position: relative!important;
}


.home-product-name {   
    padding: 13px 0px 0px 0px!important;    
}


h4.similar-product-heading {
    color: #444;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;    
}

a.btn.product-btn-more-info {
    background: #e44c0a;
    margin-top: 10px;
}

a.btn.product-btn-more-info:hover{
    color: #fff!important;
    background: #77be2d!important;
}


.home-pooja-item-img img {
    height: auto!important;
}



.home-pooja-item-img::before {
    position: relative;
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(255 222 23 / 14%)!important;
    
}

.project-item.pic-single-service.all-puja h3 {
    padding-left: 0px!important;
    height: 25px!important;
}
.project-item.pic-single-service.home-all-puja h3 {
    padding-left: 0px!important;
    height: 25px!important;
}

.links.no-padd-bottom {
    height: 60px;
}

a.btn.pooja-btn-more-info:hover {
    background: #77be2d!important;
    color: #fff!important;
}





h2.heading2.other-free-horoscope {
    font-size: 23.2px!important;
    font-weight: 600;
    background: #ffde17;
    padding: 10px 10px 10px 9px;
    line-height: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}


.other-free-horoscope-section {
    background: #f5f5f5;
}

.other-free-horoscope-section {
    background: #f5f5f5;
    padding: 0px;
}


.content-wrapper.other-horoscope-para {
    color: #3a4145;
}


.active-horoscope-in-similar {
    background: #ffde17;
    border-radius: 10px;
}
.active-horoscope-in-similar h4 {
    margin-left: 5px;
}
.active-horoscope-in-similar p {
    margin-left: 5px;
}


.single-blog {
    background: #fff;
    height: 360px;
    border-radius: 15px;
}

.single-post-details h2 {
    color: #79be2d !important;
    font-size: 24px;
    margin-bottom: 8px;
}

.single-post.single-post-details img {
    border-radius: 10px;
    height: 450px;
    width: 100%;
}
.single-post.single-post-details p {
    color: #333;
    text-align: justify;
}

.single-blog-main-list {
    margin-bottom: 20px;
}

/*blog right side*/

.sidebar .recent-posts {
    position: relative;
    background: #f0e88b;
    border-radius: 10px;
    padding: 10px;
}

.sidebar .widget h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #d00404;
    font-weight: 600;
}
.sidebar .recent-posts .post {
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 70px;
    padding: 0px 0px 0px 84px;
    color: #cccccc;
}

.sidebar .recent-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
}

.sidebar .recent-posts .post a, .sidebar .recent-posts .post a:hover {
    /* color: #FA4DAC; */
    color: red;
}
.sidebar .recent-posts .post .post-thumb img {
    width: 100%;
    display: block;
    border-radius: 5px;
    height: 51px;
}
.sidebar .recent-posts .post h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 5px;
    line-height: 22px;
    color: #292929;
}
.sidebar .recent-posts .post h4 a {
    color: #292929;
    font-family: lato, sans-serif;
}


.product-details-main span {
   display: block;
    font-size: 18px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 20px;
}

h4.no-product-found {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

h4.product-found-heading {
    background: #ffde17;
    color: #444;
    font-size: 21px;
    padding: 5px 5px 5px 10px;
    font-weight: 600;
}
h3.product-details-title {
    line-height: 30px;    
}


.similar-product {
    background: #eeeedd63;
}
.similar-product {
    background: #eeeedd63;
    padding: 50px 0 40px 0;
}

.item.gallery-img-list-new {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.item.gallery-img-list-new img {
    border-radius: 10px;
}



.contact-area .section_title h2 {
    font-size: 28px;
    color: #242424;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .84px;
}

.contact-area .section_title p {
    font-size: 17px;
    line-height: 28px;
    color: #211e1e;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    padding-top: 5px;
    text-align: justify;
    margin-bottom: 30px;
}

/*cotcat us------------*/

.c_details_item {
    background: #ffde1799;
    border: 1px solid #ffde1799;
    padding: 27px 30px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.c_details_item .media {
    color: #370a0a;
    font-weight: bold;
}
.c_details_item .media .media-left {
    padding-right: 30px;
    vertical-align: middle;
}
.c_details_item .media .media-left i {
    height: 50px;
    width: 50px;
    border: 1px solid #0075c2;
    border-radius: 50%;
    color: #0075c2;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.c_details_item .media .media-body a {
    display: block;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    color: #111;
    font-weight: bold;
    /* color: #a0a0a0; */
    letter-spacing: .34px;
    padding-top: 10px;
}

span.contact-success {
    color: green;
    font-size: 21px;
    font-weight: 600;
}

.footer-contact p i {
  margin-right: 8px;
}

.all-bookin-form .form-group{
    border: 1px solid red!important;
}


.all-booking-form .form-control {
    display: block;
    border: 0;
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    line-height: 1.42857143;
    color: #333;
    border: 1px solid #ccc;
    background-image: none;
    box-shadow: none;
}

.services-description-margin ul li {
    margin-left: 17px!important;
}


/*for new footer start*/

 .row.footer_sidebar {
    padding: 10px 0 40px;
}

.footer-new-structure h4 {
   
    color: #fff3eef0;
    margin: 15px 0px 0px 0px;
    text-transform: capitalize;
    font-size: 20px;


}

h4.widget_title.footer-astro-name {
    padding: 5px 15px 5px 15px;
    width: auto;
    border-radius: 10px;
    
    border: 1px solid #fff;
    margin-bottom: 10px;
}

a.sunb-domain-link {
    text-transform: lowercase !important;
}
.footer-new-structure h4:after {
   display: block;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    content: '';
}


li.footer_li a {
    color: #fff; 
 /*   font-family: "Montserrat", sans-serif;*/
  /*  color: #ccc;*/
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.3px; 
     text-transform: capitalize; 


    /*border: 1px solid #77be2d;*/
    border-radius: 15px;
   /* padding: 3px 12px 3px 12px;*/

}

li.footer_li a:hover {
       /*background: #77be2d !important;*/
    color: #77be2d!important;
   /* padding: 3px 12px 3px 12px;*/
}

.navbar-nav>li>.dropdown-service-menu{
    position: absolute;
    /*left: -9999px;*/
    background: #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 6px 10px #f40 !important;
    width: 526px;
   /* margin-top: 7px!important;*/
    
}


ul.dropdown-service-menu li {
    /* height: 0; */
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    float: left;
    width: 50%;
}

.navbar-nav .dropdown-service-menu li a:hover {
    /* background: none; */
    /* color: #77be2d; */
    color: #fff;
    background-color: #77be2d;
    color: #fff !important;
}








footer.footer_sidebar .widget_footer ul {
    list-style: none;
    padding-left: 0;
}

.footer_li {
    display: inline-block;
    margin-right: 15px;
    
}
/*footer.footer_sidebar .widget_footer.widget_links ul li a {
    font-family: "Open Sans", sans-serif;
    color: #fff!important;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}*/

li.footer_li i {
   float: left;
    font-size: 22px;
    color: #fff;
    width: 34px;
    text-align: left;
    padding-top: 3px;
}

.location_address.fleft {
    float: left;
    /*color: #ccc;*/
    line-height: 24px;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
}
a.link_white {
    background: #ffde17;
    color: #333;
    font-weight: 600;
    padding: 4px 12px 4px 12px;
    border-radius: 10px;    
}

.fleft.contact_no {
    float: left;
    color: #fff;
    line-height: 24px;
    width: -webkit-calc(100% - 34px);
    /*width: calc(100% - 34px);*/
}

.fleft.contact_mail {
    float: left;
    color: #fff;
    line-height: 24px;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
}

/*.widget_inner.row1.m0.share-on ul li {
    display: inline-block!important;    
}*/

.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}



.social-profile li:last-child {
    margin-right: 0
}

.social-profile li a {
    display: block;
    color: #ff4f1e;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ff4f1e;
    -webkit-transition: .3s;
    transition: .3s
}

.social-profile li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: .3s;
    transition: .3s
}

.social-profile li a:hover {
    background-color: #ff4f1e;
    border-color: transparent
}

.social-profile li a:hover i {
    color: #fff
}

.social-profile.style2 li a {
    color: #ff4f1e;
    border: none;
    -webkit-box-shadow: 0 0 6px rgba(255, 79, 30, .2);
    box-shadow: 0 0 6px rgba(255, 79, 30, .2);
    -webkit-transition: .3s;
    transition: .3s
}

.social-profile.style2 li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: .3s;
    transition: .3s
}


.link_white{color:#ff7518;}
.border-radius{border-radius:15px;}


a.link_white:hover {
    color: #f0e88b;
}


.footer-bottom {
    /*position: relative;
    background: #111;*/
    /* background: #131a22; */
   /* padding: 10px 0px 2px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-top: 0px dotted #ffffff;
    margin: -8px 0 -7px;
*/
    padding: 10px 0px 2px;
    background: #0e181e;
    color: #fff;

}

.footer-bottom .copyright {
    position: relative;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    padding: 8px 0;
    float: left;
}

.footer-bottom .copyright a {
    position: relative;
    color: #fc0;
}
.main-footer .social-links {
    position: relative;
    display: inline-block;
    margin: 0;
    float: right;
    padding: 0 0 7px;
}


  /*for new footer end*/



.home-gallery-list img {
    border-radius: 27px !important;
        padding: 5px!important;
    border: 1px solid red!important;
    width: 96%!important;
}

.home-gallery-list img:hover {
    border-radius: 27px !important;
        padding: 5px!important;
    border: 1px solid red!important;
    width: 96%!important;
}

.left-banner-image-in-details-page {
    margin-top: 20px;
}
.left-banner-image-in-details-page img {
    border-radius: 10px;
}

ul.dropdown-service-menu li a 
{
 color:#333!important;
}



li.home-active {
    background: #77be2d !important;
}

li.home-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}

li.about-active {
    background: #77be2d !important;
}

li.about-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}


li.service-active {
    background: #77be2d !important;
}

li.service-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}

li.report-active {
    background: #77be2d !important;
}

li.report-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}
li.remedy-active {
    background: #77be2d !important;
}

li.remedy-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}

li.pooja-active {
    background: #77be2d !important;
}

li.pooja-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}

li.product-active {
    background: #77be2d !important;
}

li.product-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}


li.tips-active {
    background: #77be2d !important;
}

li.tips-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}



li.contact-active {
    background: #77be2d !important;
}

li.contact-active a {
    color: #fff !important;
    padding: 8px 14px 8px 14px!important;
}


ul.dropdown-menu li a {
    color: #333 !important;
}

.booking-success-message h4 {
    color: green!important;
    font-size: 20px!important;    
}


p.tag-line {
   color: #fff !important;
    /* background: #fff; */
    /* border-radius: 10px; */
    padding: 3px 2px 0px 0px;
    font-size: 17.5px;
    font-weight: 600;
    /* width: 39%; */
    margin-bottom: 0;
    /* margin-top: 5px; */
    font-style: normal;
    text-shadow: 3px 7px 12px #333333;
}

section.page-title.section-big.about-bread {
    padding: 20px 0px 15px 0px;
}


span.specialization {
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ffde178c;
    border-radius: 20px;
    white-space: nowrap;
    display: flex
;
    align-items: center;
    justify-content: center;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    color: #000;
    font-weight: 650;
}

h2.specialization-in-about {
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: 550;
    color: #77be2d!important;
}

.footer-bottom .tsocial {
    margin-top: 0px!important;
    padding: 0 0 5px 0px;
}

/*payment page css */

.list-search {
    background: #ffde178c;
    /* background: #FFEED7; */
    border: 1px solid #ffde178c;
    margin-bottom: 11px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.list-search h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    float: left;
    font-weight: 600;
}

.payment-condiv {
    margin: 0 auto;
}
.payment-condiv ul {
    border: 1px solid #cacaca;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
    border-radius: 10px;    
}
.payment-condiv ul li {
    width: 100%;
    float: left;
    list-style: none;
}
.po-img-box {
    padding: 12px 15px;
    font-family: 'Nunito', sans-serif;
    font-size: 19px;
    display: inline-block;
    width: 100%;
    border-right: 1px solid #cacaca;
}
.po-img-box img {
    width: 48px;
    margin-right: 6px;
}
.po-item-text {
    padding: 19px 0 !important;
    font-size: 17px;
    color: #333;
}

.payment-condiv.scaner-img {
    border: 1px solid #333;
    margin-top: 22px;
    border-radius: 6px;
    padding: 10px;
}

.list-search.san-title {
    background: #ff4400!important;    
}

.list-search.san-title h2 {
    color: #fff;
}


a.btn.btn-book-report {
    padding: 10px 15px;
    background-color: #77be2d;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FF9543;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #77be2d;
    border-radius: 10px !important;
}

a.btn.btn-sample-report {
    padding: 10px 15px;
    background-color: #ffde17;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #FF9543;
    color: #333;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffde17;
    border-radius: 10px !important;
}


a.view-sample-report-in-booking.pull-right {
    padding: 3px 8px;
    background-color: #ffde17;
    font-family: "Fira Sans", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    fill: #FF9543;
    color: #333;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffde17;
    border-radius: 10px !important;
    margin: 0px !important;
}

a.view-sample-report-in-booking.pull-right {
    padding: 3px 8px;
    background-color: #ffde17;
    font-family: "Fira Sans", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    fill: #FF9543;
    color: #333;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffde17;
    border-radius: 10px !important;
    /* margin: 0px !important; */
    width: 150px;
}


a.btn.btn-tips-title {
    padding: 10px 15px;
    background-color: #ffde17;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #FF9543;
    color: #333;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffde17;
    border-radius: 10px !important;
}

a.btn.btn-tips-title.active {
    background: #77be2d;
    border-color: #77be2d;
    color: #fff;
}


.about-text.astro-tips-title-heading {
    margin-bottom: 21px;
}
.astro-tips-details ul li {
    margin-left: 16px;
}


span.list-style-type {
    height: 10px;
    width: 10px;
    border: 1px solid red;
    display: inline-block;
    margin-left: 0px;
    margin-right: 5px;
    background-color: red;
}

.astro-tips-tabs {
    border-bottom: 1px solid #ddd!important;
  
}


.astro-tips-tabs>li.active>a, .astro-tips-tabs>li.active>a:focus, .astro-tips-tabs>li.active>a:hover {
    /* color: #555; */
    cursor: default;  
     border: 1px solid #77be2d!important; 
    border-bottom-color: transparent!important;
    background: #fff !important;
    color: #77be2d !important;
    font-size: 20px;
}


.astro-tips-tabs>li>a:hover {
    border-color: #eee #eee #ddd!important;
}
.astro-tips-tabs>li>a:focus, .astro-tips-tabs>li>a:hover {
    text-decoration: none;
    background-color: #eee!important;
}

.left-banner-border-radius img {
    border-radius: 10px;
}




.astro-tips-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffde17!important;
    color: #000;

}

.astro-tips-details {
    margin-top: 15px;
}

/*feedback detilas page */

.feedback-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 38px;
    margin-top: 26px;
}
.feedback-item {
    width: 50%;
    float: left;
    padding: 10px;
    margin-bottom: 0;
}
.feedback-item-con {
    border: 1px solid #303030;
    border-radius: 4px;
    padding: 20px 20px 0;
    height: 180px;
}
.feedback-image {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 21px;
    border: 1px solid #000;
}

.feedback-des h3 {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}
span.pull-right.feedback-city-name {
    font-size: 13px;
}


/*mobile menu css*/

.mobile-menu{
    display: none!important;
}

.reveal.image-anime.home-about-fisrt-img-section {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: inherit;
}

.col-xs-hidden{
    display: block;
}

.col-md-hidden{
    display: none;
}

.main-header-mobile-new {
  display: none;
}




/*#m-overlay {
  position: fixed;
  left: 0;
  right: 0;
  background: #55515199;
  z-index: 99;
  top: 0;
  bottom: 0;
}
*/

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 36px;
  margin-left: 0;
  background: #fff;
  width: 250px;
  line-height: 31px;
}




.menu-item-box-heading h3 {
    background: #eee;
    padding: 10px;
    color: #cd3131;
    font-weight: 600;
}































































