@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: 'bodonitown';
    src: url(../fonts/bodonitown.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: 120px 0;
}

.all-section-btm {
    padding-bottom: 120px
}

.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 {
    font-family: 'bodonitown';
    font-size: 70px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: capitalize;
}

h2 {
    font-family: 'bodonitown';
    font-size: 75px;
    color: #151515;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: 'bodonitown';
    font-size: 46px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'bodonitown';
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: 'bodonitown';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: 'bodonitown';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #6c6c6c;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0 70px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    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: #000000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.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;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.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-caption {
    position: absolute;
    top: 0;
    width: 100%;
    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: center;
    background: rgb(0 0 0 / 20%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

.container-fluid {
    padding: 0 4%;
}

.headerbtn {
    text-align: end;
}

.menuSection {
    padding: 20px 0;
}

.theme_btn2 {
    padding: 3px 15px 3px 3px;
    border: 1px solid #a81d2f;
    border-radius: 55px;
    color: #000000;
    background: #ffffff;
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.theme-btn-inner2 {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.btn-text2 {
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-img2 img {
    transition: all 0.3s ease;
}

.theme_btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #a81d2f;
    z-index: 1;
    transition: width 0.4s ease;
}

.theme_btn2:hover {
    color: #000 !important;
}

.theme_btn2:hover::before {
    width: 100%;
}

.theme_btn2:hover .btn-text2 {
    background: transparent;
    color: #ffffff;
}

.theme_btn2:hover .btn-img2 img {
    filter: brightness(0) invert(1);
}

.d_block {
    display: block;
}

/* banner */

.bnr_bg img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.banner_text p {
    color: #ffffff;
    margin: 10px 0 30px;
    width: 80%;
}

.banner_text h3 {
    width: fit-content;
    font-size: 25px;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    margin-bottom: 20px;
}

.banner-progress {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    position: absolute;
    bottom: 40px;
    right: -90px;
    width: 100%;
}

.banner-progress-bar {
    width: 300px;
    height: 1px;
    background: #353636;
    position: relative;
    overflow: hidden;
}

.banner-progress-bar-fill {
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 0%;
    transition: width 0.4s ease-in-out;
}

.span-p {
    font-family: 'bodonitown';
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    color: rgb(255 255 255);
    padding: 0px 20px;
    transition: color 0.3s;
}

.span-p.active {
    color: rgb(255, 255, 255);
}

.banner_text {
    position: relative;
    z-index: 1;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.bnr_slid_right img {
    transform: rotate(180deg);
}

.bnr_slid_left img,
.bnr_slid_right img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: 0.3s;
}

.bnr_slid_left,
.bnr_slid_right {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s;
    background: transparent;
}

.bnr_slid_left:hover,
.bnr_slid_right:hover {
    background: #ffffff;
}

.bnr_slid_left:hover img,
.bnr_slid_right:hover img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(66%) saturate(484%) hue-rotate(144deg) brightness(86%) contrast(81%);
}

.bnr_slider .slick-list {
    overflow: visible;
}

.bnr_slider .slick-slide {
    opacity: 0;
}

.bnr_slider .slick-active {
    opacity: 1;
}

.bnr_right_main_txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.bnr_right_main_txt h3 {
    font-size: 25px;
}

.bnr_right_main_txt h4 {
    font-size: 25px;
    color: #9b1f31;
}

.bnr_right_main_txt ul::before {
    content: '';
    background: #286a79;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 10%;
    bottom: 0;
    right: 0;
    transition: width 0.9s ease-in-out;
}

.bnr_right_main_img img {
    height: 250px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    border: 5px solid #ffffff;
}

.bnr_right_main_txt {
    border-radius: 5px 5px 0 0;
    background: #ffffff;
    padding: 100px 25px 30px;
    border-bottom: 1px solid #0000001c;
}

.bnr_right_main {
    width: 410px;
    position: relative;
}

.bnr_right_main_img {
    width: 90%;
    margin: 0 auto -80px;
}

.main_slider {
    position: relative;
}

.bnr_right_slider_wrap {
    width: 440px;
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 9;
}

.bnr_right_slider .slick-slide {
    opacity: 1;
}

.bnr_right_slider_wrap button {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    position: absolute;
    bottom: -25px;
    z-index: 99;
    right: 50px;
}

.bnr_right_slider_wrap button img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: 0.3s;
    transform: rotate(180deg);
}

/* banner */

/* about */

.about_left img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 680px;
    object-position: left;
}

.about_right {
    text-align: end;
}

.about_left_txt h3 {
    font-size: 46px;
    margin-bottom: 5px;
}

.about_left_txt p {
    font-size: 16px;
}

.about_right ul {
    column-count: 1;
    width: 80%;
    margin: 0 0 20px auto;
}

.about_right ul li {
    font-family: 'bodonitown';
    font-size: 18px;
    color: #151515;
    font-weight: 400;
    margin-bottom: 20px;
    padding-right: 40px;
    position: relative;
}

.about_right ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.about_right p {
    font-size: 16px;
    color: #000;
    width: 80%;
    margin: 0 0px 40px auto;
}

.about_right_img img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 460px;
}

.about_left {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.abt_sm {
    border-radius: 10px;
    position: absolute;
    width: 360px;
    bottom: -40px;
    right: -40%;
    z-index: 1;
    border: 10px solid #ffffff;
}

.abt_sm img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.abt_sm::before {
    content: '';
    background: #a31e2ee6;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.about_right_img {
    padding-left: 60px;
}

.abt_sm h2 {
    font-size: 64px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

/* about */

/* service */

.service {
    padding: 70px 0 120px;
    position: relative;
    z-index: 3;
}

.service::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: url(../images/ser_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 520px;
    width: 100%;
    top: 0;
    left: 0;
}

.service::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: #000000e7;
    background-size: cover;
    height: 520px;
    width: 100%;
    top: 0;
    left: 0;
}

.service_heading h2 {
    font-size: 65px;
    color: #ffffff;
}

.servbtns button img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(2007%) hue-rotate(334deg) brightness(85%) contrast(95%);
}

.servbtns_prev img {
    transform: rotate(180deg);
}

.servbtns button {
    border: 2px solid #a52234;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    background: transparent;
    transition: all .3s ease-in;
}

.servbtns button:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
}

.servbtns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.row.ser_border {
    padding-bottom: 30px;
    border-bottom: 1px solid #797878;
    margin-bottom: 50px;
}

.ser_main {
    transition: all .3s ease-in;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.ser_main_txt h3 {
    font-size: 30px;
}

li.s_width {
    width: 80%;
}

.ser_main_txt h4 {
    font-size: 35px;
    color: #9b1f31;
}

.ser_main_txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.ser_main_txt ul::before {
    content: '';
    background: #a31e2ee6;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 10%;
    bottom: 0;
    right: 0;
    transition: width 0.9s ease-in-out;
}

.ser_main_img img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.ser_main_txt {
    padding: 10px 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
}

.ser_main:hover .ser_main_txt ul::before {
    width: 100%;
}

.ser_main:hover {
    background: #a31e2d;
}

.service_slider .slick-slide {
    opacity: 1;
}

/* service */

/* What’s Included */

.hero_inr_wrapper>img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hero_inr_wrapper {
    position: relative;
    overflow: hidden;
}

.hero_inr_wrapper::before {
    content: '';
    background: url(../images/hero-2.png);
    position: absolute;
    bottom: 0;
    left: -2px;
    z-index: 1;
    width: 220px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero_inr_wrapper::after {
    content: '';
    background: url(../images/hero-3.png);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero_wrapper {
    padding-left: 70px;
    padding-bottom: 70px;
    position: relative;
}

.hero_wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: -1;
    width: 960px;
    height: 100%;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.hero_wrapper::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 430px;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.hero_content h2 {
    font-size: 45px;
    margin-bottom: 5px;
}

.hero_content ul li {
    font-family: 'bodonitown';
    font-size: 16px;
    color: #151515;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.hero_content ul {
    column-count: 1;
}

.hero_content ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.hero_content {
    position: absolute;
    width: 40%;
    background: #ffffff;
    z-index: 2;
    bottom: 0;
    right: 0;
    border-radius: 5px 0px 0px 0px;
    height: 530px;
    padding: 40px 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.hero_main_page .hero_content {
    height: 350px;
}

/* What’s Included */

/* Why It’s Hard */

.wcu_heading h2 {
    text-align: center;
    font-size: 65px;
    color: #ffffff;
}

.wcu {
    padding: 60px 0;
    background: url(../images/wcu-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.wcu::after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #000000cc;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.wcu .container-fluid {
    position: relative;
    z-index: 99;
}

.wcu_icon_wrap {
    padding: 7px 0px 0px 7px;
    border-radius: 5px;
    margin: 0 auto 30px;
    width: fit-content;
    position: relative;
}

.wcu_icon_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
}

.wcu_icon_wrap::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    z-index: -1;
    width: 20%;
    height: 20%;
    border-radius: 0px;
    transition: all .4s ease-in-out;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
}

.wcu_main:hover .wcu_icon_wrap::after {
    bottom: -7px;
    right: -7px;
    z-index: -1;
    width: 104%;
    height: 104%;
    border-radius: 5px;
    background: #ffffff;
}

.wcu_main:hover .wcu_icon {
    background: #a21e30;
}

.wcu_main:hover .wcu_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(0%) hue-rotate(32deg) brightness(104%) contrast(102%);
}

.wcu_icon {
    border-radius: 5px;
    width: 185px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    transition: all .4s ease-in-out;
}

.wcu_icon img {
    height: auto;
    width: 100px;
    object-fit: contain;
    transition: all .4s ease-in-out;
}

.wcu_main h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}

.wcu_main p {
    font-size: 18px;
    color: #babbbb;
}

.wcu_main {
    padding: 10px 40px;
    text-align: center;
    position: relative;
}

.wcu_main::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 1px;
    height: 70%;
    background: #141514;
}

/* Why It’s Hard */

/* Our Pricing */

.pricing_heading {
    text-align: center;
    margin-bottom: 70px;
}

.pricing_heading p {
    width: 52%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
}

.pricing_heading h2 {
    margin-bottom: 10px;
}

.price_icon h3 {
    font-size: 55px;
    transition: all .3s ease-in;
}

.price_icon h3 span {
    display: block;
    font-size: 18px;
}

.price_icon {
    height: 160px;
    width: 180px;
    border-radius: 10px;
    border: 10px solid #b01d2e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px;
    transition: all .3s ease-in;
}

.pricing_main h4 {
    font-size: 45px;
    position: relative;
    z-index: 2;
    color: #ffff;
    margin: 70px 0;
}

.pricing_main h4::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -73px;
    background: #000000;
    height: 100px;
    width: 27vw;
    z-index: -1;
    transition: all .3s ease-in;
}

.pricing_main {
    padding: 80px 60px 40px;
    background: #f6f3f3;
    border-radius: 10px;
    text-align: center;
    width: 430px;
    transition: all .3s ease-in;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.pricing_main ul li {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #6f6e6e;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    width: fit-content;
    margin: 0 0 20px;
    transition: all .3s ease-in;
    text-align: start;
}

.pricing_main ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    height: 10px;
    width: 10px;
    z-index: 1;
    transition: all .3s ease-in;
}

.pricing_main ul {
    margin: 30px auto;
}

.pricing_main:hover {
    background: #111112;
    transform: scale(1.1);
}

.pricing_main:hover ul li {
    color: #969697;
}

.pricing_main:hover .price_icon {
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
}

.pricing_main:hover .price_icon h3 {
    color: #ffffff;
}

.pricing_main:hover h4::before {
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
}

/* Our Pricing */

/* testimonials sec */

.real-slid .slick-active {
    opacity: 1;
}

.real-img-sm img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    transition: all .3s ease-in;
}

.real-img-sm {
    display: flex;
    align-items: center;
    gap: 20px;
}

.real-img-sm h5 {
    font-size: 20px;
    color: #2e2e2e;
}

.real-img-sm h5 span {
    margin-top: 5px;
    display: block;
    font-size: 15px;
}

.real-talk-txt {
    text-align: center;
}

.real-talk-txt h3 {
    font-size: 75px;
    margin-bottom: 10px;
}

.real-talk-txt p {
    width: 52%;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 14px;
}

.real-main-bx p {
    font-size: 14px;
    color: #363636;
    margin-top: 20px;
    font-style: italic;
}

.star {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
}

.main-bx-work:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #b3242b;
    transition: 2s;
}

.main-bx-work:hover p {
    color: #fff;
}

.main-bx-work:hover h5 {
    color: #fff;
}

.main-bx-work:hover h4 {
    background-color: #fff;
    color: #000;
}

.star ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.star ul li a i {
    color: #f39f1e;
}

.star h5 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #363636;
    margin: 0;
}

.real-main-bx:hover {
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: all .3s ease-in;
}

.real-main-bx:hover h5 {
    color: #fff;
}

.real-main-bx:hover .star ul li a i {
    color: #fff;
}

.real-main-bx:hover p {
    color: #d0959d;
}

.real-main-bx {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.real-slid .slick-track {
    margin-bottom: 50px;
}

/* testimonials sec */

/* footer */

.footerSec {
    padding: 80px 0 0px;
    background: #111112;
}

.footer-btm {
    margin-top: 50px;
    background: #242427;
    padding: 20px 0;
    text-align: center;
}

.copy-txt p {
    color: #ffffff;
    margin-bottom: 0;
}

.ftr_lgo a {
    margin-bottom: 30px;
}

.ftr_lgo p {
    font-size: 14px;
    color: #808081;
    font-weight: 500;
}

.footerSec h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
}

.ftr_links>ul li {
    margin-bottom: 20px;
}

.ftr_links>ul {
    column-count: 2;
}

.ftr_links>ul li a {
    font-size: 13px;
    color: #858585;
    font-family: 'Montserrat';
    font-weight: 500;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}

ul.social {
    margin-top: 40px !important;
    gap: 20px;
}

ul.social li a {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 17px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    z-index: 12;
    position: relative;
}

ul.social li a:hover {
    border: 1px solid #a81d2f;
    color: #a81d2f !important;
    background: #ffffff;
    transform: translateY(-10px) !important;
}

.ftr_contact ul li a {
    font-size: 14px;
    color: #858585;
    font-family: 'Montserrat';
    font-weight: 400;
    transition: all 0.3s ease-in;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.ftr_links>ul li a:hover,
.ftr_contact ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
    border-bottom: 1px solid #a81d2f;
}

.ftr_contact ul li a i {
    font-size: 17px;
    color: #ffffff;
}

.ftr_contact ul li {
    margin-bottom: 30px;
}

.newsletter p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.newsletter input {
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Montserrat';
    border: 1px solid #454546;
    border-radius: 50px;
    background: transparent;
    margin-bottom: 30px;
}

.newsletter input::placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.ftr_lgo {
    padding-right: 30px;
    border-right: 1px solid #29292a;
    height: 100%;
}

.ftr_links {
    padding-left: 40px;
    padding-right: 30px;
    border-right: 1px solid #29292a;
    height: 100%;
}

.ftr_contact {
    padding-left: 40px;
    padding-right: 30px;
    border-right: 1px solid #29292a;
    height: 100%;
}

.newsletter {
    padding-left: 30px;
}

/* footer */

/* faq */

.community_faq .accordion-body ul li {
    margin: 20px 0;
    padding-left: 20px;
    position: relative;
}

.community_faq .accordion-body ul li::before {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #ff9800;
    top: 9px;
    left: 0;
    z-index: 1;
}

.community_faq .accordion-button {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    padding: 20px 0px;
    font-family: 'bodonitown';
}

.community_faq .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.community_faq .accordion-body {
    padding: 0 0 20px;
    width: 85%;
}

.community_faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: unset;
}

.community_faq .accordion-button::after {
    position: absolute;
    content: "\f107";
    background: #fff;
    color: #921732;
    border: 1px solid #951732;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 0;
    font-size: 15px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.community_faq .accordion-button:not(.collapsed)::after {
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    color: #ffffff;
    border: 1px solid #ffffff;
    top: 20px;
    content: "\f106";
}

.community_faq .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: unset;
    border-right: unset;
    border-top: none;
    position: relative;
}

.abt_left p {
    width: 93%;
    margin-bottom: 20px;
}

/* faq */

/* inner pages */

/* inner banner */

.inr_bnr_bg img {
    width: 100%;
    height: 585px;
    object-fit: cover;
    object-position: 0% 35%;
}

.inr_bnr_txt h2 {
    color: #ffffff;
}

/* inner banner */

/* about page */

/* rating */

.rating_sec {
    padding: 100px 0;
    background: url(../images/wcu-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.rating_sec::after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #000000cc;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.rating_sec .container-fluid {
    position: relative;
    z-index: 3;
}

.counter h2 {
    font-size: 76px;
    margin-bottom: 10px;
    color: #fff;
}

.counter p {
    color: #919291;
}

.counter {
    padding: 10px 40px;
    border-right: 2px solid #969494d1;
}

.rating_sec .col-lg-3:last-child .counter {
    border-right: none;
}

/* rating */

/* about page */

/* What’s Included page */

.inner_hero_page_content {
    margin-top: 20px;
}

.inner_hero_page_content h2 {
    font-size: 75px;
    margin-bottom: 5px;
}

.inner_hero_page_content ul li {
    font-family: 'bodonitown';
    font-size: 16px;
    color: #151515;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.inner_hero_page_content ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
}

/* team */

.team .pricing_heading {
    margin-bottom: 30px;
}

.team_txt h3 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.team_txt p {
    font-size: 20px;
    transition: all 0.3s ease;
}

.team_social ul li a i {
    font-size: 17px;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    color: #ffffff;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.team_social ul li a i:hover {
    background: #ffffff;
    color: #b11c2e;
    border: 1px solid #b11c2e;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.team_social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.team_card {
    padding: 10px;
    text-align: center;
    background: #ffffff;
    transition: all 0.3s ease;
}

.team_card:hover {
    background: #000000;
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.team_card:hover .team_txt h3 {
    color: #ffffff;
}

.team_txt {
    padding: 20px;
}

.team_img img {
    width: 100%;
    object-fit: cover;
    height: 360px;
}

/* team */

/* What’s Included page */

/* Services page */

.service_page_img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 5px;
}

.service_page_txt {
    padding: 0 20px;
}

.service_page_txt h2 {
    font-size: 60px;
    margin-bottom: 10px;
}

/* Services page */

/* contact */

.contact {
    padding: 100px 0;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #cccccc;
    font-size: 15px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
    border-radius: 50px;
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #898989;
}

.contact_right form textarea {
    resize: none;
    min-height: 170px;
}

.contact_left h2 {
    font-size: 73px;
    margin-bottom: 20px;
}

.contact_left p {
    margin-bottom: 30px;
}

.con_icon {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(183, 28, 45, 1) 0%, rgba(168, 29, 47, 1) 50%, rgba(151, 31, 49, 1) 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 40px;
}

.con_txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #191a1a;
}

.contact_top a {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.con_txt span {
    color: #191a1a;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact_left ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.contact_left ul li {
    margin-bottom: 30px;
}

.map {
    margin-top: 50px;
}

.contact_left .team_social ul {
    justify-content: flex-start;
}

.contact_left .team_social ul li a i {
    font-size: 20px;
    width: 50px;
    height: 50px;
}

/* contact */

/* inner pages */

.banner_text h4 {
    color: #ffffff;
}

/* what we do what we dont do */


.what_we_do_txt ul li {
    font-family: 'bodonitown';
    font-size: 16px;
    color: #151515;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.what_we_do_txt ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.what_we_do_img1 img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}

.what_we_do_img2 img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.what_we_do_txt {
    padding-left: 70px;
}

/* what we do what we dont do */

.service_page_btm h4{
    color: #a81d2f;
    text-align: center;
}