@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'times new roman bold';
    src: url(../fonts/times\ new\ roman\ bold.ttf);
}

@font-face {
    font-family: 'times new roman';
    src: url(../fonts/times\ new\ roman.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #000;
    font-size: 65px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: 'times new roman';
}

h2 {
    font-family: 'times new roman';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'times new roman';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'times new roman';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'times new roman';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'times new roman';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    font-size: 15px;
    color: #8b8986;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}



/* Header Start */

.menuSec {
    padding: 0px 0;
    height: 100%;
    width: 100%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 3.5%;
    height: 100%;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ee0000;
}


.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}


/* Header End */

/* Banner Start */

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-item {
    padding: 0px 80px;
}

section.main_slider:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 80 px;
    height: 100%;
    top: 0;
    z-index: 99;
    left: 0;
}


.banner-bg-img-fluid {
    width: 100%;
    height: 800px;
    object-fit: cover;
    border-radius: 10px;
}

.inner-banner-bg-img-fluid {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

section.main_slider .container-fluid.add-padding {
    padding: 0 5%;
}

.main-silder-socail-link {
    position: absolute;
    left: 20px;
    top: 15%;
    z-index: 111;
}

.inner-main-silder-socail-link {
    position: absolute;
    left: 20px;
    top: 15%;
    z-index: 111;
}

.inner-main-silder-socail-link ul {
    position: relative;
}

.main-silder-socail-link ul {
    position: relative;
}

.main-silder-socail-link ul:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 1px;
    height: 310px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -330px;
}

.main-silder-socail-link ul li a {
    color: #c3ccd1;
    font-size: 18px;
    border: 1px solid #c3ccd1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.5s;
}

.main-silder-socail-link ul li a:hover {
    background: #ffffff;
    transition: 0.5s;
    transform: rotate(360deg);
    color: #fff;
    border: transparent;
    background-image: -moz-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
}

.inner-main-silder-socail-linkul li a:hover {
    transition: 0.5s;
    transform: rotate(360deg);
    color: #fff;
}

.main_slider-follow-us {
    position: absolute;
    left: 0;
    z-index: 9;
}

.inner-main_slider-follow-us {
    position: absolute;
    left: 0;
    z-index: 9;
}

.inner-main-silder-socail-link ul:before {
    content: "";
    position: absolute;
    background: #2d2d2d;
    width: 1px;
    height: 76%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 107%;
}

.inner-main_slider-follow-us h2 {
    font-size: 14px;
    color: #fff;
    padding: 20px 0px 0px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 14;
    background: #151515;
}

.main_slider-follow-us h2 {
    font-size: 14px;
    z-index: 14;
    padding: 20px 0px 0px 15px;
    color: #fff;
    text-transform: uppercase;
    background: #151515;
}

.inner-main_slider-follow-us {
    position: absolute;
    left: 6px;
    z-index: 999;
    transform: rotate(90deg);
    bottom: 90px;
}

.main_slider-follow-us {
    position: absolute;
    left: 6px;
    z-index: 9999;
    transform: rotate(90deg);
    bottom: 190px;
}

.inner-banner_text.banner_text h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: end;
}

.inner-carousel-caption {
    top: 0px;
}

section.main_slider {
    position: relative;
    padding-bottom: 50px;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.add-padding {
    padding: 0 7%;
}

.banner_text {
    background: #ffffff;
    padding: 35px 35px 40px;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
    min-height: 275px;
    justify-content: center;
}

.banner_text p {
    width: 85%;
    font-size: 14px;
    font-weight: 600;
    color: #6b6b6b;
    line-height: 25px;
    padding-left: 10px;
    margin-bottom: 25px;
}

.theme-btn-arrow img {
    width: 8px;
    height: 12px;
    object-fit: contain;
}

.menusection {
    padding: 15px 0;
}

.banner_text h4 {
    color: #242022;
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner_text span {
    color: #ee0000;
    font-weight: 500;
}

.theme-btn {
    gap: 15px;
    display: flex;
    display: flex;
    color: #ee0000;
    background: transparent;
    font-weight: 500;
    width: max-content;
    align-items: center;
    align-items: center;
    border-radius: 50px;
    font-family: 'Montserrat';
    padding: 5px 8px 5px 25px;
    border: 1px solid #ee0000;
}

.theme-btn-2 {
    gap: 15px;
    display: flex;
    display: flex;
    color: #ee0000;
    background: transparent;
    font-weight: 500;
    width: max-content;
    align-items: center;
    align-items: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 4px 5px 4px 25px;
    border: 2px solid #ee0000;
}

.theme-btn-2 i {
    height: 45px;
    width: 45px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}


.theme-btn i {
    height: 45px;
    width: 45px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.theme-btn-text {
    background: #be2025;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

span.theme-btn-arrow {
    padding: 10px 15px;
}

.carousel-control-prev,
.carousel-control-next {
    top: inherit;
    bottom: -50px;
    width: 0%;
    padding: 0;
    opacity: 5;
    z-index: 111;
}

.inner-banner {
    height: 75vh;
}

.carousel-control-next-icon {
    background-image: inherit !important;
    position: relative;

}

.carousel-control-next-icon:before {
    content: "\f0da";
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 pro';
    background: #ee0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 20px;
    color: #fff;
    bottom: 0;
}

.carousel-control-prev-icon {
    background-image: inherit !important;
    position: relative;
}

.carousel-control-prev-icon:before {
    content: "\f0d9";
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 pro';
    background: #a60000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 22px;
    bottom: 0;
    color: #fff;
}


.carousel-control-next {
    right: inherit;
    left: 0px;
    bottom: 30px;
}

.inner-banner_text.banner_text {
    width: fit-content;
    padding: 35px 90px 35px 50px;
}

/* Banner End */

/* about-sec */

.about-sec {
    padding: 100px 0px;
    position: relative;
}

.about-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 125%;
    position: absolute;
    background: url(../images/about-before.png) no-repeat;
    background-size: cover;
    background-position: 0px -740px;
}

.about-img {
    width: 100%;
    height: 700px;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-text {
    padding: 50px 0px 0px 50px;
    position: relative;
    height: 100%;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text p {
    color: #8b8986;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-text a {
    margin-top: 30px;
}

.about-before-box {
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 125%;
    padding: 35px 50px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
}

.about-before-box h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 10px;
}

.about-before-box p {
    color: #ffffff5e;
}

.what-we-offer-slider {
    width: 90vw;
}

.what-we-offer-slider .slick-active {
    opacity: 1;
}

.what-we-offer-slider-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.what-we-offer-slider-box h4 {
    margin: 15px 0px;
}

.what-we-offer-slider-box a {
    color: #ee0000;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-decoration: underline;
}

/* about-sec */


/* recwnt-sec */

.recent-sec {
    padding: 80px 0px 100px;
    background: #faf4ed;
}

.section-heading {
    position: relative;
    margin-bottom: 50px;
}

.section-heading h2 {
    text-align: center;
    margin-bottom: 10px;
}

.section-heading h2 span {
    color: #ee0000;
}

.section-heading p {
    width: 60%;
    text-align: center;
    margin: auto;
    color: #8a8783;
}

.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 500px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    background: url(../images/video-play-btn.png)no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    font-size: 26px;
    z-index: 9;
}

.play-btn.hidden {
    display: none;
}

section.elegant-sec {
    padding: 100px 0;
    position: relative;
}

.elegent-head h2 {
    color: #ff4600;
}

.video-container video {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 40px;
}


.recent-text ul {
    gap: 15px;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.recent-text ul::before {
    width: 4px;
    right: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
}

.recent-text ul li img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

.recent-text ul li {
    position: relative;
    border-right: 4px solid #ffffff;
}

.recent-text ul li:hover {
    border-right: 4px solid #ee0000;
}

.recent-text ul li h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.recent-text ul li h6 {
    font-size: 12px;
    color: #898988;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.recent-text ul li:hover h6 {
    color: #ee0000;
}

.recent-text ul li span {
    top: 5px;
    font-weight: 500;
    right: 10px;
    color: #ee0000;
    position: absolute;
    font-family: 'Montserrat';
}

.recent-text p {
    font-weight: 500;
    color: #7b7876;
}

.recent-text a {
    margin-top: 25px;
}

/* recwnt-sec */


/* faith-based-sec */

.faith-based-sec {
    padding: 100px 0px;
}

.faith-based-tex h2 span {
    color: #ee0000;
}

.faith-based-tex h2 {
    margin-bottom: 15px;
}

.faith-based-tex p {
    width: 95%;
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
    margin-bottom: 15px;
}

.faith-based-tex a {
    margin-top: 50px;
}

.faith-based-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 15px;
}

/* faith-based-sec */

/* blog sec */

.blog-boxes-sec {
    padding: 100px 0px;
}

.blog-box-img,
.blog-box-2-img {
    width: 100%;
    height: 370px;
    position: relative;
}

.blog-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-box-img h3 {
    position: absolute;
    right: 25px;
    top: 0;
    color: #fff;
    line-height: 25px;
    padding: 20px 15px 15px;
    text-align: center;
    font-family: 'Montserrat';
    background-image: -moz-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
}

.blog-box-2-img h3 {
    position: absolute;
    right: 25px;
    top: 0;
    color: #fff;
    line-height: 25px;
    padding: 20px 15px 15px;
    text-align: center;
    font-family: 'Montserrat';
    background-image: -moz-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
}

.blog-box-2-img h3 span {
    font-size: 18px;
    font-weight: 300;
}

.blog-box-img h3 span {
    font-size: 18px;
    font-weight: 300;
}

.blog-box-2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-box-text {
    width: 85%;
    margin: 25px auto;
}

.blog-box-2 {
    margin-top: 25px;
}

.blog-box-2-text {
    width: 85%;
    margin: 25px auto;
}


.blog-box-text h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #242022;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-box-2-text h4 {
    color: #242022;
    overflow: hidden;
    line-height: 38px;
    margin-bottom: 15px;
    display: -webkit-box;
    padding-bottom: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid #e8e8e8;
}

.blog-box-text p,
.blog-box-2-text p {
    font-weight: 500;
    color: #868686;
}

/* blog sec */

/* service-sec */

.service-sec {
    padding: 100px;
    background: url(../images/about-before.png)no-repeat;
    background-size: cover;
    background-position: center;
}

.service-img {
    width: 87%;
    height: 450px;
}

.service-text {
    width: 87%;
    float: right;
}

.service-text-2 {
    width: 87%;
    float: left;
}

.service-img-2 {
    width: 87%;
    float: right;
}

.service-text h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

.service-text-2 h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

.service-text p {
    color: #8b8986;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-text-2 p {
    color: #8b8986;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-text a {
    margin-top: 25px;
    font-weight: 600;
}

.service-text-2 a {
    margin-top: 25px;
    font-weight: 600;
}

.service-text h3 span {
    color: #ee0000;
}

.service-text-2 h3 span {
    color: #ee0000;
}

.service-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.service-img-2 img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.first-servicew-row {
    padding: 25px 0px 50px;
    position: relative;
}

.first-servicew-row::after {
    width: 10%;
    height: 1px;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #ee0000;
}

.first-servicew-row::before {
    left: 0;
    right: 0;
    width: 1px;
    top: 0;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background: #ee0000;
}

.first-servicew-row h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    color: #fff;
    z-index: 2;
    width: 50px;
    text-align: center;
    margin: auto;
    background: #ee0000;
}

.sec-servicew-row h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    color: #fff;
    z-index: 2;
    width: 50px;
    text-align: center;
    margin: auto;
    background: #000000;
}

.first-servicew-row-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 80px;
    text-align: center;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(11%) sepia(94%) saturate(7363%) hue-rotate(9deg) brightness(92%) contrast(115%);
}

.first-servicew-row-img-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 80px;
    text-align: center;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7465%) hue-rotate(258deg) brightness(108%) contrast(108%);
}

.sec-servicew-row {
    position: relative;
    padding: 25px 0px 50px;
}

.sec-servicew-row::before {
    left: 0;
    right: 0;
    width: 1px;
    top: 0;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background: #000;
}

.sec-servicew-row::after {
    left: 0;
    right: 0;
    bottom: 0;
    width: 10%;
    content: '';
    height: 1px;
    margin: auto;
    position: absolute;
    background: #000;
}

/* service-sec */

/*footer start*/

footer {
    background-color: #000;
    padding: 100px 0px 10px 0px;
}

.pbt {
    padding-bottom: 80px;
}

.footer-links h5 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #fff;
}

.footer-links ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #7e7e7e;
    font-family: 'Montserrat';
}

.footer-links ul li {
    padding: 6px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-links ul li p {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    color: #7e7e7e;
}

.foter-logo h4 {
    margin-bottom: 10px;
    color: #fff;
}

.foter-logo ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foter-logo ul li a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #ee0000;
    justify-content: center;
}

.footer-links ul li i {
    color: #fff;
    font-size: 20px;
}

.footer-links {
    margin-top: 40px;
}

.foter-logo img {
    height: 95px;
}

.foter-logo p {
    margin: 15px 0px;
    width: 90%;
    font-weight: 500;
    font-size: 14px;
    color: #7e7e7e;
    font-family: 'Montserrat';
}

.col-ul-2 {
    columns: 2;
}

.footer-bot::before {
    position: absolute;
    top: 0;
    content: '';
    background-color: #fff;
    width: 100%;
    left: 0;
    height: 1px;
}

.footer-links-ul {
    gap: 25px;
    display: flex;

    flex-direction: column;
}

.footer-bot {
    padding: 20px 0px 10px;
    position: relative;
}

.footer-bot p {
    text-align: center;
    color: #7e7e7e;
    margin-bottom: 0;
}

/*footer end*/




/*contact */

.contact-form form {
    position: relative;
}

.contact-form .form-group,
.contact-form .form-group-2 {
    position: relative;
}

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form .form-group-2::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 0px;
    rotate: 180deg;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form .form-group-2 i {
    position: absolute;
    top: 20px;
    right: 13px;
    font-size: 20px;
    color: #7e7e7e;
}

.contact-form form select {
    height: 55px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 5px;
}

.contact-form form select option {
    color: #909091;
    font-family: 'Montserrat';
}

.contact-form form input.form-control {
    height: 55px;
    font-size: 15px;
    padding-left: 55px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 5px;
}

.contact-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-form form textarea.form-control {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 10px;
}

.contact-form .email {
    padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px solid #ee0000;
    height: 70px;
    width: 70px;
    color: #ee0000;
    border-radius: 50px;
    -webkit-background-clip: text;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    background: transparent;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-main-sec h4 {
    /* margin: 0; */
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #000;
    margin-bottom: -5%;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 30px;
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 16px;
    color: #8b8b8b;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text {
    font-size: 15px;
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 18px;
}

.contact-main-sec {
    padding: 100px 0;
    background: #faf4ed;
}

.b-img img {
    border-radius: 20px;
}

.contact-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #7e7e7e;
}

.contact-form {
    margin-top: 0;
}

.contact-form button {
    margin-top: 5%;
}

button.theme_btn img {
    width: 30%;
}

.add-t-cart {
    display: flex;
    gap: 10px;
}

a.secondCartBtn {
    background: #5a34f1 !important;
    display: flex;
    gap: 5px;
    align-items: center;
}

img.secondCartBtnImg {
    height: 17px;
}

/*contact end*/

/* book */


.book-section {
    padding: 100px 0px;
    background: #faf4ed;
}

.form-group-2,
.form-group {
    position: relative;
}

.book-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #7e7e7e;
    background: #faf4ed;
}

.book-form .form-group input {
    height: 55px;
    font-size: 15px;
    padding-left: 55px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    border-radius: 5px;
}

.book-form .form-group-2 input {
    height: 55px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    margin: 20px 0px;
    font-family: 'Montserrat';
    border-radius: 5px;
}

.book-form .form-group-2 select {
    height: 55px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    /* margin-top: 20px; */
    font-family: 'Montserrat';
    border-radius: 5px;
}

.book-form .form-group textarea {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 10px;
}

.book-form .form-group-2 i {
    position: absolute;
    top: 20px;
    right: 13px;
    background: #faf4ed;
    font-size: 20px;
    color: #7e7e7e;
}

.book-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.book-form .form-group-2::after {
    top: 0px;
    content: '';
    width: 10px;
    right: 40px;
    height: 53px;
    rotate: 180deg;
    position: absolute;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.book-btn {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-form h2 {
    text-align: center;
    margin-bottom: 5px;
}

.book-form p {
    text-align: center;
    color: #8b8986;
    width: 60%;
    margin: auto;
    font-weight: 500;
    margin-bottom: 15px;
}

/* book */


.blog-page-sec,
.service-detail-sec {
    padding: 100px 0px;
    background: #faf4ed;
}

.service-detrail-txt img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

.service-detrail-txt h2 {
    margin-top: 25px;
    font-weight: 300;
    margin-bottom: 10px;
}

.service-detrail-txt p {
    color: #8b8986;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-detrail-txt a {
    margin-top: 30px;
}

/* blog-detail */


.blog-detrail-txt .blog-box-img {
    height: 650px;
}

.blog-detrail-txt h3 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px dashed #e2ddd7;
}

.blog-detrail-txt p {
    margin-bottom: 15px;
}

/* blog-detail */


/* blog page */

.blog-box-2 .blog-box-2-text {
    width: 100%;
}

/* blog page */

/* faith-page */


.faith-page-sec {
    background: #faf4ed;
    padding: 100px 0px;
}

.faith-page-headng {
    text-align: center;
    margin-bottom: 100px;
}

.faith-page-headng h2 {
    text-align: center;
    margin-bottom: 10px;
}

.faith-page-headng h2 span {
    color: #ee0000;
}

.faith-page-headng p {
    margin-bottom: 15px;
}

.faith-page-headng img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.bilbble-img {
    height: 550px;
    width: 100%;
}

.bilbble-img img {
    width: 90%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.bibble-text h2 {
    margin-bottom: 10px;
}

.bibble-text p {
    margin-bottom: 15px;
}

.bibble-sec {
    margin-bottom: 100px;
}

.faith-box {
    margin-bottom: 25px;
}

.faith-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.faith-box h4 {
    font-weight: 300;
    margin: 20px 0px 10px;
}

.faith-box p {
    margin-bottom: 15px;

}

.faith-box h5 {
    color: #ee0000;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.inner-video-box {
    position: relative;
}

.inner-video-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
    width: 60px;
    background: url(../images/video-play-btn.png)no-repeat;
    background-size: contain;
}

.episodes-heaing {
    margin-bottom: 50px;
}

.episodes-heaing h2 {
    margin-bottom: 10px;
}

.episodes-heaing p {
    width: 60%;
}

.episodes-heaing h2 span {
    color: #ee0000;
}

/* faith-page */

/* about page */
.inner-about-img {
    height: 650px;
    width: 100%;
}

.inner-about-img img {
    width: 95%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.inner-about-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.inner-about-tex h2 {
    margin-bottom: 10px;
}

.inner-about-tex h2 span {
    color: #ee0000;
}

.inner-about-tex p {
    margin-bottom: 15px;
}

.inner-about-tex h4 {
    margin-top: 25px;
    color: #ee0000;
}

.inner-about-sec {
    background: #faf4ed;
    padding: 100px 0px;
}


.inner-about-img-2 {
    width: 100%;
    height: 500px;
    position: relative;
}

.name-and-tital {
    padding: 15px 25px;
    bottom: 15px;
    left: 15px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    position: absolute;
}

.name-and-tital h4 {
    color: #fff;
}


.about-page-bottom {
    margin-top: 100px;
}

/* about page */


/* Testimonial Section Start */

.our-client-sec {
    padding: 100px 0px;
    background: #faf4ed;
}

.our-client-sec .head-effect::after {
    width: 50%;
}

.client-sli .slick-slide {
    opacity: 1;
}

.client-sli .slick-prev,
.client-sli .slick-next {
    top: 2%;
}

.client-sli .slick-prev {
    left: -50px;
}

.client-box {
    margin: 0px 0;
    transition: ease-in;
    transition-duration: 0.3s;
}

.client-sli {
    position: relative;
    z-index: 1;
}

.client-sli::after {
    content: '';
    position: absolute;
    left: 0;
    top: 36px;
    border: 1px #000000;
    width: 100%;
    border-style: dashed;
    border-width: 1px;
    z-index: -1;
}

.client-box:hover .client-ineer-box::before {
    border-top-color: #ee0000;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-box .quotess::after {
    background: #060606;
}

.client-box:hover .client-ineer-box {
    background-image: -moz-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-ineer-box ul li h4 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-ineer-box ul li h4 span {
    color: #fff;
    font-weight: 300;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-ineer-box p {
    color: #fff;
    font-weight: 300;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-sli .slick-prev:before {
    content: '\f053';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #ee0000;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.client-sli .slick-next:before {
    content: '\f054';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #ee0000;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.client-box h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #b4aeaa;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.client-box .quotess::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 30px;
}

.client-box .quotess::before {
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.client-ineer-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
    z-index: 2;
    background-color: #fff;
    padding: 60px 30px;
    position: relative;
    box-shadow: 0 0 10px 0 #00000022;
    background: #fff;
    border-radius: 10px;
}

.client-ineer-box ul {
    display: flex;
    justify-content: space-between;
}

.client-ineer-box ul li h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.client-ineer-box ul li h4 span {
    font-size: 19px;
    display: block;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0px;
}

.client-ineer-box ul li i {
    color: #ffb503;
    margin-right: 5px;
}

section.our-client-sec.themes-padd {
    padding-bottom: 0;
    padding: 0px 0 80px;
}

section.our-client-sec.themes-padd .slick-track {
    margin-bottom: 30px;
}

h2.themes-h2.head-effect {
    font-size: 60px;
    color: #000000;
    margin: 0 0 5px;
}

h2.themes-h2.head-effect span {
    color: #ee0000;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
    background: #000000;
}

.client-sli .slick-next {
    right: -20px;
}

.client-ineer-box p {
    font-size: 16px;
    color: #424242;
    margin: 0;
}

.slick-current.slick-active .client-ineer-box {
    background-image: -moz-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -webkit-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
    background-image: -ms-linear-gradient(15deg, rgb(238, 0, 0) 0%, rgb(166, 0, 0) 100%);
}

.slick-current.slick-active .client-ineer-box h4,
.slick-current.slick-active .client-ineer-box p,
.slick-current.slick-active .client-ineer-box h4 span {
    color: #fff;
}

.slick-current.slick-active .client-box .quotess {
    background-color: #f6a49f;
}

.slick-current.slick-active .client-box .quotess::after {
    background: #ee0000;

}

.slick-current.slick-active .client-ineer-box::before {
    border-top-color: #ee0000;
}

/* Testimonial Section End */


/*product detail page css start*/

.productdetailsec {
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
}

.productdetailtext h3 {
    font-size: 33px;
    line-height: 45px;
    letter-spacing: 0;
    color: #121212;
    font-family: 'saud';
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}


.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 30px;
    color: #1d1d1db0;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #ee0000;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    border: 4px solid #E1E1E1;
    height: 100%;
}

.productdetailsmallportion img:hover {
    border: 2px solid #ee0000;
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #ee0000;
}

.productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: #ee0000;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 50px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #ac725c;
}

.iconlist {
    margin-top: 20px;
}

.quanity.product-detail h5 {
    font-size: 18px;
    color: #250503;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

ul.quan-count li {
    width: 30%;
}

ul.quan-count {}

.num-block.skin-2 {}

.iconlist ul {
    display: block;
    column-count: 2;
    width: 60%;
    margin: 60px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #ee0000;
}

ul.disc-list p {
    font-size: 17px !important;
    color: #0e0e0f !important;
    font-family: 'saud' !important;
    padding: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 80%;
    height: 70;
    border-radius: 0;
    object-fit: contain;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 0;
    object-fit: cover;
}


/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 90%;
    height: 52px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-left: 0;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.statment-choose h6 {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Montserrat';
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ee0000;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 20px;
    font-family: 'Montserrat';
    color: #250503;
}

ul.rate-reviews li:first-child i {
    color: #facc2b;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #000;
    font-size: 22px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    font-family: 'saud';
}

.price h5 {
    font-size: 45px;
    font-family: 'Montserrat';
    color: #1c1c1c;
    font-weight: 700;
    margin: 30px 0;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "â˜…";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #ee0000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #0b0c0c;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.bg-product-color {
    padding: 100px 0px;
    background: #faf4ed;
}

/*  product Detail Review Section End */



/* Products Page Start */

.product-inner-sec .product-side-bar {
    height: 100%;
    padding-right: 0;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 26px;
    margin: 20px 0;
    color: #271e17;
    position: relative;
    text-transform: uppercase;
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 17px;
    right: 10px;
    background: #632705;
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #24110b;
    padding: 10px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    margin-right: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: #f0f0f0;
}


/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: #ee0000;
    border-radius: 5px;
}

.product-inner-sec .al-cent {
    align-items: center;
    margin-bottom: 30px;
}

.product-inner-sec select {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 18px;
    border-radius: 0;
    -webkit-appearance: auto;
}

.product-inner-sec h6 {
    margin: 0;
    font-size: 18px;
    float: right;
    color: #000;
    font-family: 'Montserrat';
}

.product-inner-sec .arrival-text h4 {
    font-size: 21px;
}

.product-inner-sec .product-side-bar ul {
    padding-right: 20px;
}

.about-bottom-btn a {
    padding: 15px 50px;
}

.about-bottom-btn {
    text-align: center;
    margin-top: 30px;
}

.product-inner-sec {
    position: relative;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -750px;
}

.product-box-img {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
}

.product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-inner-sec {
    background: #faf4ed;
}

.w-100 {
    width: 100%;
}

.product-box {
    margin-bottom: 25px;
}

.product-box h5 {
    font-size: 16px;
    margin: 15px 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    border-bottom: 1px solid #d9d9d9;
}

.product-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-box ul {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: space-between;
}

.product-box ul li a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #ee0000;
    display: flex;
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

/* Products Page End */



/* Faqs css Starts */

.accordion-button::after {
    content: '+';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    font-size: 40px;
    background: #e80000;
    border-radius: 10px;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    font-size: 40px;
    background: #e80000;
    border-radius: 10px;
    color: #fff;
    padding: 0 0 7px 0;
    transform: rotate(-180deg);
}

.accordion-button {
    font-size: 15px;
    line-height: 1;
    color: #000;
    font-family: 'times new roman';
    font-weight: 500;
    padding: 10px 20px;
}

.accordion-item {
    margin: 0px 0;
    box-shadow: none;
    border: 1px solid #6c757d5e !important;
    border-radius: 0px !important;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.2s;
}

.accordion-item:hover {
    scale: 0.969;
    transition: ease-out;
    transition-duration: 0.2s;
}

.accordion-button:focus {
    border-color: #0000;
    box-shadow: none;
    outline: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.accordion-body p {
    font-size: 14px;
    line-height: 28px;
    color: #adaaaa;
    font-family: 'Montserrat';
}

.faq-btn a.theme2 {
    color: #000;
    background-color: #0000;
    border: 3px solid #006738;
}

.faq-btn .theme2 i {
    color: #000;
}

.faq-btn a.theme2:hover {
    color: #fff;
    background-color: #000;
    border: 3px solid #0000;
}

.faq-btn a.theme2:hover.theme2 i {
    color: #fff;
}

.faq-btn {
    width: 35%;
    margin: 40px 0 0 0;
}

.faq-img {
    height: 700px;
    width: 100%;
}

.faq-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.faq-txt-main {
    position: relative;
    width: 100%;
}

.faq-txt h3 {
    font-size: 89px;
    line-height: 89px;
    font-weight: 300;
}

.accordion-button {
    background-color: #faf4ed !important;
}

.faq {
    padding: 100px 0px;
    background: #faf4ed;
}

/* Faqs css End */

.donate-sec {
    background-color: #faf4ed;
    padding: 100px;
}

.donate-sec h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #000;
}

.donate-sec input,
.donate-sec textarea {
    width: 100%;
    padding: 10px 25px;
    height: 60px;
    margin-bottom: 20px;
    border: 1px solid #edeae7;
    border-radius: 10px;
    font-size: 14px;
    background-color: #fdfaf6;
}

.donate-sec input[type="checkbox"] {
    margin-right: 10px;
}

.donate-sec textarea {
    resize: none;
    height: 140px;
}

.donate-sec label {
    align-items: center;
    font-size: 14px;
    display: flex;
    margin-bottom: 20px;
    color: #000;
    justify-content: flex-start;
}

.donate-sec label input {
    height: 25px;
    width: 25px;
    margin: 0;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/