﻿
html{
    height: auto !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

a:hover{
    text-decoration:none;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.background_main {
    background-image: url('../images/Banner_main.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    max-height:250px;
    top:0 !important;
}

.goog-te-banner-frame {
    display:none;
}

.header_nav .nav_menu .nav_main li a {
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.header_nav .nav_menu .nav_main li.active a {
    color: #fff;
}

.header_nav .nav_menu .nav_main li a:hover {
    background: #fff;
    color: #000;
    transition: 0.8s;
    border-radius: 3px;
}

.poppin_font {
    font-family: 'Poppins', sans-serif;
}


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900');



@import url(animate.css);
/* @import url(font-awesome.min.css); */
/* @import url(magnific-popup.css); */
/* @import url(responsiveslides.css); */
@import url(owl.carousel.min.css);
/* @import url(flaticon.css); */



/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    position: fixed;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.loader {
    display: inline-flex;
    flex-wrap: wrap;
    width: 258px;
    height: 229px;
}





#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    font-size: 34px;
    border-radius: 2px;
    transition: .2s;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
    background: #57cef8;
    color: #ffffff;
    padding: 0;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.main-top {
    background: #652C90;
}

.left-top a {
    display: inline-block;
    color: #ffffff;
    float: left;
    font-size: 14px;
}

.new-btn-d {
    padding: 12px 30px;
    font-weight: 400;
    background: none;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    border-radius: 0;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-transform: uppercase;
}

    .new-btn-d::before, .new-btn-d::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        top: 100%;
        z-index: -9;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition-timing-function: ease;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .new-btn-d:hover::before, .new-btn-d:hover::after {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .new-btn-d::before {
        background: rgba(255,255,255,0.2);
    }

    .new-btn-d::after {
        background: #00cb86;
    }

    .new-btn-d:hover::after {
        -webkit-transition-delay: 0.175s;
        transition-delay: 0.175s;
    }


.mail-b {
    float: left;
}

    .mail-b a {
        font-size: 14px;
        color: #ffffff;
        padding: 12px 30px;
        border: 2px solid #ffffff;
    }

        .mail-b a:hover {
            color: #00cb86;
            border: 2px solid #00cb86;
        }

.right-top {
    float: right;
}

    .right-top ul {
    }

        .right-top ul li {
            float: left;
        }

            .right-top ul li a {
                font-size: 27px;
                display: inline-block;
                color: #ffffff;
                padding: 0px 20px;
                border: 2px solid #ffffff;
            }

                .right-top ul li a:hover {
                    background: #652C90;
                    color: #fff !important;
                    transition: 0.3s;
                }

.wel-nots {
    float: right;
    margin-left: 20px;
}

    .wel-nots p {
        font-size: 16px;
        color: #ffffff;
        padding: 12px 0px;
        margin: 0px;
    }


.top-header .navbar {
    padding: 5px 0px;
}

.top-header {
    background: #ffffff;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 20;
}

.navbar-expand-lg .navbar-collapse{
    flex:inherit;
}
.top-header .navbar .navbar-collapse ul li a {
    /*text-transform: uppercase;*/
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    font-weight: 600;
    color: #333;
}


   /* .top-header.fixed-menu {
        width: 100%;
        /*position: fixed;*/
        /*box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);*/
/*  -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        background: #fff;
        z-index: 20;
    }*/

.navbar-toggler {
    border: 1px solid #57cef8;
    border-radius: 0;
    margin: 16px 15px;
    padding: 10px 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .navbar-toggler span {
        background: #333333;
        display: block;
        width: 25px;
        height: 2px;
        margin: 0 auto;
        margin-top: 0px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .navbar-toggler span + span {
            margin-top: 5px;
        }

    .navbar-toggler:hover {
        border: 1px solid #00cb86;
    }

        .navbar-toggler:hover span {
            background: #00cb86;
        }

.main_btn {
    background: #652C90;
    border-color: #652C90;
    color: #fff;
    border-radius: 25px;
}

.Top_header {
    display: flex;
}

.Top_header .left-top {
    width: 16.5%;
    max-width: 16.5%;
    min-width: 16.5%;
}

.Top_header .center-top {
    width: 63%;
    max-width: 63%;
    min-width: 63%;
    display: flex;
}

    .Top_header .center-top .width_calc {
        width: calc(100%/2);
    }

.Top_header .right-top {
     width: 20.5%;
     max-width: 20.5%;
     min-width: 20.5%;
     padding-left: 0.8rem;
}

.Background_Homepage {
    background: url(../images/Banner.png) left top no-repeat;
    background-size: cover;
    min-height: 750px;
    height: 750px;
    max-height: 750px;
}

.Background_Thirthavidi {
    background: url('../images/Thirthavidi_Banner.jpg') left 11.3rem no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 600px;
    max-height: 600px;
}

.banner_heading h1 {
    font-weight: bold;
    padding-top: 10rem;
    font-size: 4rem;
}

.aksh_sec p {
    line-height: 1.3;
}

.aksh_sec .view_text {
    font-size: 0.9rem;
    color: #652C90;
    font-weight: 600;
    text-decoration: underline;
}

.blue_btn {
    background: #652C90;
    border-color: #652C90;
    color: #fff;
}

.upcoming_sec .upcoming_heading {
    font-size: 1.1rem;
    color: #652C90;
}

.text_blue {
    color: #652C90;
}

.upcoming_sec p {
    line-height : 1.2;
}

.priests_sec .profile {
    border-radius: 5px;
}

.testimonial_bg {
    background-image: url('../images/Testimonial_bg.png');
    background-size : cover;
}

.footer_bg {
    background: #1C032E;
}

.footer_main_sec .footer_main .contact_sec ul li {
    list-style:none;
    font-size: 15px;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoFacebook:hover i,
    .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

.footer_main {
    border-bottom : 2px dashed #fff;
}

.Astrology_bg {
    background: url('../images/Astrology_bg.svg') 250px 210px no-repeat;
    margin: 0 auto;
    width: 100%;
    min-height: 820px;
}


.hs_sign_wrapper{
	float:left;
	width:100%;
	padding-top:78px;
}
.hs_sign_heading_wrapper{
	float:left;
	width:100%;
}
.hs_sign_box{
    float: left;
    text-align: center;
    width: 100%;
    min-height: 185px;
    padding-top: 20px;
    margin-top: 60px;
    background: #fff;
	-webkit-box-shadow: 0px 0px 35px -20px;
    box-shadow: 0px 0px 35px -20px;
}
.hs_sign_box:hover{
    background: #75429c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_sign_box:hover h2, 
.hs_sign_box:hover p {
    color: #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_sign_box h2 {
    font-size: 20px;
	padding-bottom:8px;
    font-weight: 600;
}


@media (min-width: 769px) and (max-width: 1200px) {
    .Top_header .left-top {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
    }

    .Top_header .center-top {
        width: 57%;
        max-width: 57%;
        min-width: 57%;
    }

    .Top_header .right-top {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
    }

    .Top_header .center-top .number_text {
        width: 75%;
    }

    .top-header .navbar .navbar-collapse ul li a {
        font-size: 14px;
        padding: 10px 8px;
    }
    .navbar-expand-lg .navbar-collapse {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .Top_header {
        display: flow-root;
    }
    .Top_header .left-top {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .navbar-expand-lg .navbar-collapse {
        width: 100%;
    }

    .Top_header .center-top {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .Top_header .right-top {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }    
}

.Privacy_Policy_sec .Privacy_Policy_Content p {
    font-weight: normal;
    font-size: 0.95rem;
}

.Privacy_Policy_sec .Privacy_Policy_Content .info_sec {
    font-weight: normal;
    font-size: 0.95rem;
    line-height: 2;
}

.who_we_are .who_we p{
    font-size: 0.90rem;
}

.who_we_are .who_we .sarva_points {
    line-height: 2;
}



.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

    .accordion a:hover,
    .accordion a:hover::after {
        cursor: pointer;
        color: #652C90;
    }

        .accordion a:hover::after {
            border: 1px solid #03b5d2;
        }

    .accordion a.active {
        color: #652C90;
        border-bottom: 1px solid #03b5d2;
    }

    .accordion a::after {
        font-family: 'Ionicons';
        content: '\f218';
        position: absolute;
        float: right;
        right: 1rem;
        font-size: 1rem;
        color: #652C90;
        padding: 3px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #7288a2;
        text-align: center;
    }

    .accordion a.active::after {
        font-family: 'Ionicons';
        content: '\f209';
        color: #03b5d2;
        border: 1px solid #03b5d2;
    }

.accordion .content {
    display: none;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

    .accordion .content p {
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.7;
    }

.Faq_main .Faq_sec .faq {
    border-bottom: 1px dashed #757575;
}

.Join_with_us .join_with_us_sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 5px;
}

.Join_with_us .join_with_us_sec .padd_for_join {
    padding-right: 10px;
    padding-right: 10px;
}
.testimonial_sec p {
    font-size: 0.90rem;
}

.Thirthavidi_services .Thirthavidi_services_main h5 {
    border-bottom: 2px dashed #757575;
}

.Thirthavidi_services .Thirthavidi_services_main p {
    font-weight: 600;
    color: #652C90;
}


/*testimonial_css*/



.testim {
    width: 100%;
    /*position: absolute;*/
  /*  top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);*/
}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #1d1d22;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #652C90;
        }


        .testim .arrow.left {
            left: 10px;
        }

        .testim .arrow.right {
            right: 10px;
        }


.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #9b9b9b;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #652C90;
                border-color: #652C90;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }


            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }


        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: #652C90;
            font-size: 1.5em;
            margin: 15px 0;
        }

            .testim .cont div h2 span {
                font-size: 1rem;
            }

            .testim .cont div p {
                font-size: 0.9em;
                color: #757575;
                width: 80%;
                margin: auto;
            }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .Top_header .left-top {
        width: 23%;
        max-width: 23%;
        min-width: 23%;
    }

    .Top_header .center-top {
        width: 49%;
        max-width: 49%;
        min-width: 49%;
        display: inline;
    }

    .Top_header .right-top {
        width: 32%;
        max-width: 32%;
        min-width: 32%;
        padding-left: 0.8rem;
    }

}

.Service_page_inner #btnback {
    cursor: pointer;
}


.who_we_main .who_we_main_sec .who_we_home {
    border-bottom: 2px dashed #212121;
}

.priests_sec .profile_main_sec {
    max-width: 100%;
}



/*rating css*/



.rating__icon {
    pointer-events: none;
}

.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

.rating__icon--star {
    color: orange;
}

.rating__icon--none {
    color: #eee;
}

.rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover
.rating__input--none:not(:hover) + .rating__label
.rating__icon--none {
    color: #eee;
}


.rating__icon {
    pointer-events: none;
}

.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

.rating__icon--star {
    color: orange;
}

.rating__icon--none {
    color: #eee;
}

.rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

.rating-group:hover
.rating__input--none:not(:hover) + .rating__label
.rating__icon--none {
    color: #eee;
}


.rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}



.rating__icon {
    pointer-events: none;
}

.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.rating__input--none {
    display: none;
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

.rating__icon--star {
    color: orange;
}

.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.getquoteformmain #full-stars-example-two .rating-group {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1.5rem;
}

.profile .name-user .col-md-6.text-warning {
    display: flex;
    padding-left: 0;
    grid-gap: 0.25rem;
}