/*  */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "my-font";
    src: url(../fonts/sagite-woo.otf);
}

@font-face {
    font-family: "my-font2";
    src: url(../fonts/andaman.ttf);
}

:root {
    --theme-color: #000;
    --theme-color-second: #000;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    font-size: 15px;
    color: #1e1e1e;
    background-color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    font-family: "Urbanist", sans-serif;
    /* color: var(--theme-color) !important; */
}

a {
    color: #0055f1;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    transition: all .6s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 12px;
    color: inherit;
    font-family: "my-font";
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
    margin: 0;
    line-height: 30px;
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 500;
}

ul li {
    margin-bottom: 0px;
}

.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

.li {
    display: inline-block;
    padding: 0px 5px;
}

ul {
    list-style: none;
    padding: 0;
}

h1 {
    font-size: 74px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 37px;
}

h4 {
    font-size: 23px;
}

h5 {}

h6 {}

.bg-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.gap {
    margin-bottom: 30px;
}

section {
    padding: 80px 0px;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}


/* navbar */

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

* {
    box-sizing: border-box;
}

.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #b20181;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #000000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.m-backtotop.active {
    bottom: 15px;
    opacity: 1;
}

.m-backtotop>div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.m-backtotop>div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 20px;
    cursor: pointer;
    background: black;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover>div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}


/* Small Header */

.small {
    display: none;
}


/* Main Header */

.header_menu {
    background: transparent;
    padding: 11px 0;
    position: absolute;
    left: 0;
    right: 0;
}

a.navbar-brand img {
    width: 140px;
}

.header_menu li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 29px 15px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}

.header_menu li a:hover {
    color: var(--theme-color-second);
}

.hd_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.header_menu a.comon-btn {
    margin-left: 8px;
}

a.comon-btn {
    background: #A020F0;
    color: #fff;
    display: flex;
    font-size: 18px;
    padding: 16px 0px;
    border-radius: 50px;
    align-items: center;
    gap: 9px;
    width: 15rem;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #cc8899;
}

a.comon-btn:hover {
    background: #121212;
    color: #fff;
}

.navbar li:hover a {
    color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar li .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar li:hover a {
        color: var(--theme-color-second);
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar li:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

ul.dropdown-menu.fade-up li a:hover {
    color: #fff !important;
    background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
    border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
    border-bottom: 1px solid #c1c0bd;
    margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
    color: #000 !important;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
    border: none;
    background: #fff;
    padding: 0 0;
    min-width: inherit;
    width: 280px;
    border-radius: 0px;
}

.link-sm-2 i {
    top: -9px !important;
}

.link-sm-2 {
    position: relative;
}

a.comon-btn img {
    width: 26px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}


/* Banner Sec */

a.comon-btn2 {
    background: #A020F0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 16px 0px;
    border-radius: 50px;
    width: 15rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

a.comon-btn2:hover {
    background: #121212;
    color: #fff;
}

a.comon-btn3 {
    font-weight: 500;
    background: #121212;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 16px 0px;
    border-radius: 50px;
    width: 15rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

a.comon-btn3:hover {
    background: #b20181;
    color: #fff;
}

.banner_sec .banner_heading h1 .text_style {
    font-family: "my-font2";
}

.banner_sec h1 {
    line-height: 1.1;
    margin-bottom: 2px;
}

.banner_sec .banner_heading p span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: -18px;
    display: block;
}

.banner_sec {
    padding: 190px 0 175px;
}

/* about_liz */

.about_liz h2 {
    font-family: "my-font2";
}

.about_liz .hd_info p span {
    font-family: "my-font2";
    font-size: 35px;
}

/* our_service */



.our_service .content a {
    color: #000;
    padding: 5px 5px;
    border-bottom: 2px solid #b20181;
    transition: 0.6s;
    font-size: 18px;
    font-weight: 500;
}

.our_service .service-box:hover .content a {
    padding: 5px 8px;
    transition: 0.6s;
}

a.border-btn {
    background-color: #fff;
    color: #000;
    border-color: #000;
}


/* skills_offering */
.skills_offering {
    padding: 120px 0;
}

.skills_offering ul li {
    display: flex;
    font-size: 18px;
    align-items: center;
    font-weight: 500;
    margin-bottom: 15px;
    gap: 10px;
    letter-spacing: 1px;
}
.skills_offering p a {
   
    align-items: center;
    color: #000;
    font-weight: 600;
    position: relative;
    
}

.our_service h4 {
    min-height: 57px;
}

/* during_work */

.during_work ul li {
    display: flex;
    font-size: 19px;
    align-items: start;
    font-weight: 500;
    margin-bottom: 15px;
    gap: 10px;
}

.during_work ul li img {
    position: relative;
    top: 5px;
}

/* kundalani_awekening */

.kundalani_awekening {
    /* background-position: top!important; */
    padding: 80px 0 445px;
    background-attachment: fixed !important;
}

/* client_testimonial */

.client_testimonial .author-box {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.client_testimonial .author-box img {
    width: 55px !important;
}

.client_testimonial .review-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 25px 35px;
    margin: 10px 10px;
    border-bottom: 10px;
}

.client_testimonial .author-box span {
    background-color: rgb(255, 196, 0);
    display: inline-block;
    /* padding: 7px 12px; */

    text-align: center;
    border-radius: 60px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 27px;
    gap: 4px;
    font-weight: 600;
}


.client_testimonial .author-box span i {
    font-size: 10px;
}

.client_testimonial .review-box .content p {
    font-size: 19px;
    margin-bottom: 10px;
}

.client_testimonial .review-box .content a {
    font-size: 17px;
    color: #000;
}

.client_testimonial .review-box .content {
    margin-bottom: 25px;
}

.client_testimonial .author-name p {
    font-size: 17px;
    letter-spacing: -0.9px;
}


.client_testimonial .owl-nav img {
    width: 35px;
}

.client_testimonial button.owl-prev {
    position: absolute;
    top: 40%;
    left: -5%;
}

.client_testimonial button.owl-next {
    position: absolute;
    top: 40%;
    right: -5%;
}

/* get_in_touch */

.get_in_touch input {
    width: 100%;
    outline: none;
    padding: 13px;
    font-size: 20px;
    background-color: #f3f3f3;
    border: none;
}

.get_in_touch textarea {
    width: 100%;
    outline: none;
    padding: 13px;
    font-size: 20px;
    background-color: #f3f3f3;
    border: none;
    height: 165px;
}

.get_in_touch button {
    background: #cc8899;
    color: #fff;

    font-size: 18px;
    padding: 16px 0px;
    border-radius: 50px;
    align-items: center;
    gap: 9px;
    width: 15rem;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #cc8899;
    letter-spacing: 3px;
}

/* faq */

.faq .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #b20181;
    box-shadow: none;
}

.faq .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #ebbdde;
    border: 0;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 2px;
    transition: var(--bs-accordion-transition);
    border-radius: 21px;
    border: none;
}

.faq .accordion-item {
    border-radius: 21px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #b20181;
    color: #fff;
}


.faq .accordion-item .head {
    border-left: 2px solid #fff;
    padding-left: 35px;
    margin-left: 15px;
}

.faq .accordion-button::after {
    flex-shrink: 0;
    width: 45px;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../image/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 45px;
    transition: var(--bs-accordion-btn-icon-transition);
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../image/right-arrow-white.png);
    transform: rotate(90deg);
}


.blog-sec .head-blog .content {
    padding-left: 35px;
    border-left: 5px solid #1e1e1e;
}

.blog-sec .date-box {
    background-color: #b20181;
    padding: 35px;
    color: #fff;
}

.blog-sec .date-box h4 {
    font-family: "Urbanist", sans-serif;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.blog-sec .blog-content h4 {
    font-family: "Urbanist", sans-serif;
}

.blog-sec .social-view {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.blog-sec .social-view .comment ul {
    display: flex;
    gap: 31px;
    margin: 0;
}

.blog-sec .social-view .comment ul li i {
    color: #b20181;
}

.blog-sec .social-view .comment ul li {
    display: flex;
    gap: 10px;
}

.blog-sec .social-view .date ul li i {
    color: #b20181;
}

.blog-sec .social-view .date ul li {
    display: flex;
    gap: 10px;
}

.blog-sec .social-view {
    padding: 10px 0;
    border-bottom: 1px solid #666;
    margin-bottom: 25px;
}

.blog-sec a.read {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;

}



/* footer */

.footer {
    background-color: #b20181;
    padding: 75px 0;
    color: #fff;
}

.footer .ft-contact li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer .ft-contact li img {
    width: 54px;
}

.footer .ft-contact li a {
    color: #fff;
    font-size: 19px;
}

.footer .ft-contact li a.social {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer h5 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.footer .quck-link li a {
    color: #fff;
    font-size: 17px;
    display: flex;
    gap: 8px;
}

.footer .quck-link li {
    margin-bottom: 10px
}

.footer form {
    display: flex;
    background-color: #fff;
    border: 5px;
    padding: 6px;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.footer form input {
    outline: none;
    padding: 12px;
    border: none;
    align-items: center;
    font-size: 20px;
}

.footer form button {
    padding: 12px;
    width: 100%;
    background-color: #000;
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 10px;
}



/* abbout-banner */

.abbout-banner {
    padding-top: 120px;
}

.abbout-banner h2 {
    font-family: "my-font2";
    text-align: center;
}

/* about-2 */
.about-2 h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}

.about-2 .text-underline {
    text-decoration: underline;
}

/* about-3 */

.about-3 h6 {
    font-size: 25px;
    font-weight: bold;
}

/* witness-atate */

.witness-atate {
    background-position: top !important;
    padding-bottom: 485px;
}

/* more-about-the-work */

.more-about-the-work {
    padding-bottom: 445px;
    background-position: top !important;
    /* background-attachment: fixed!important; */
}




/* contact page */

.contact-banner {
    padding: 385px 0 45px;
    background-position: top !important;
}

#contact-page input,
#contact-page textarea {
    background-color: #f5deee;
}

#contact-page p a {
    color: #b20181;
}

.contact-page-2 a.comon-btn {
    width: initial;
    display: inline-block;
    padding: 16px 18px;
}

.contact-page-3 ul {
    font-family: "my-font";
}

.contact-page-3 ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: bold;
}

.contact-4 p {
    margin-bottom: 5px;
}

/* experience-page */

.experience-banner {
    padding: 195px 0;
}

/* testimonial */

.testimonial .span {
    color: #000;
}

.testimonial .mrgn {
    display: block;
    /* margin-left: 106px; */
    margin: 0 auto;
    margin-left: 106px;
}

.testimonial .bg-g6 {
    background-color: #b20181;
    padding: 50px 50px 50px 112px;
    border-radius: 15px;
    color: #fff;
}

.testimonial .bg-g6 img {
    width: 60px;
}

.testimonial .bg-g6 h5 {
    font-size: 28px;
    margin-bottom: 25px;
}

.testimonial .relative-box {
    position: relative;
    left: 100px;
}

.testimonial .swiper-button-next::after,
.testimonial .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    display: none;
}

.testimonial .swiper-button-next img,
.testimonial .swiper-button-prev img {
    width: 35px;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 94%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.testimonial .mySwiper2 .swiper-slide {
    padding: 30px 0;
}

.spirityal .revie-box ul {
    display: flex;
    gap: 3px;
    justify-content: center;
    color: rgb(255, 166, 0);
}

.spirityal .revie-box hr {
    color: #b20181;
    opacity: 1;
}

.spirityal .owl-nav img {
    width: 35px;
}

.spirityal .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}


/* cosia-tica */

.cosia-tica .back {
    padding: 80px 0;
    border-radius: 10px;
}

.cosia-tica .back .review-material {
    background-color: #b20181;
    padding: 45px;
    border-radius: 10px;
    color: #fff;
    position: relative;
}

.cosia-tica .back .review-material .img-box {
    width: 95px;
    position: relative;
    margin-top: -70px;
}

.physical-bg .owl-nav img {
    width: 35px;
}

.physical-bg .owl-nav {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}


/* deepest-fear */

.deepest-fear ul li {
    font-size: 18px;
    margin-bottom: 5px;
}

.new-book h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #418be1;
}

.new-book .checked li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 19px;
    margin-bottom: 5px;
}

.new-book .heading p {
    margin-bottom: 5px;
}

/* best-philoshopy */
.best-philoshopy .checked li,
.healing-conspidancy .checked li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 19px;
    margin-bottom: 5px;
}

/* .healing-conspidancy */

.healing-conspidancy p b {
    color: #418be1;
    font-size: 20px;
}

.healing-conspidancy .checked-2 li {
    display: inline;
}


/* blog */

.blog .date-box h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
}

.blog .date-box .span-month {
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
    font-weight: 500;
}

.blog .blog-content h3 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.blog .active>.page-link,
.blog .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #b20181;
    border-color: #b20181;
}

.blog .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #000;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none !important;
}


.blog .search_bar .form-inline {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog .form-control:focus {
    color: #5F656F;
    background-color: #fff;
    border-color: #B7B7B7;
    outline: 0;
    box-shadow: none;
}

.blog .btn-outline-success {
    color: #fff;
    border-color: #b20181;
    background: #b20181;
    padding: 12px;
    width: 8rem;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: none;
}


.blog .search_bar h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.blog .form-control {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.blog .search_bar h5 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}


.healing_conspidancy_img {
    width: 250px;
}



/* Contact Form CSS */
#wpcf7-f7-o1 form p,
#wpcf7-f329-o1 form p {
	margin-bottom: 0px !important;
}

/* Blog Navvigation */

.center {
  display: flex;
	justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
	border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #b20181;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3; 
	border-radius: 5px;
}


/* Blog Search */
input#search-form-1 {
    border: none;
    outline: none;
	width: 100%;
}
.single-post label {
    width: 100%;
}
.search-form label {
	width: 100% !important;
}
.search-form label {
    width: 78% !important;
    /* display: flex; */
}
.blog .btn-outline-success {
    color: #fff;
    border-color: #b20181;
    background: #b20181;
    padding: 12px;
    width: 21%;
}
input#search-form-1 {
    border: none;
    outline: none;
    width: 100%;
    border: 1px solid #ccc;
	padding: 12px; 
	border-radius: 0.375rem;
}

/* Blog Leave A Comment */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
		color: white !important;
		background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
		border: none;
}
#respond form p{
		color: #6d6d6d;
	  margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #b20181;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
	color: #0f3ca1 !important;
	text-decoration: underline;
	display: inline-block !important;
}
#comments .comment-author a{
	color: #000 !important;
}
#comments .comment-metadata a{
	color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
		color: white !important;
		background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
	color: white !important;
		background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin-right: 10px !important;
}


/* Footer Newsletter */
.emaillist .es-form-field-container{
        width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.emaillist .gjs-row:nth-child(1){
       display:none;
}
.emaillist .gjs-row:nth-child(2){
        margin: 0;
    width: 59%;
}
.emaillist .gjs-row:nth-child(3){
    margin: 0;
    width: 41%;
}
.emaillist input[type="submit"] {
    width: 100%;
    background-color: #000000;
    color: #fff;
    border-radius: 10px;
}

section.contact-page-3 h2 {
	    font-family: "Urbanist", sans-serif;
}