@import url("https://fonts.googleapis.com/css2?family=Adamina&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    word-break: break-word;
    font: 15px / 25px Poppins, sans-serif;
    color: rgb(57, 57, 57);
    overflow-x: hidden;
}

a {
    font-family: Poppins, sans-serif;
    text-decoration: none;
    color: rgb(40, 177, 109);
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: rgb(57, 57, 57);
}

a:hover {
    transition: 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: 0.5s;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

select {
    background: url("../images/arrow.png") right center no-repeat rgb(255, 255, 255);
    padding: 0px 40px 0px 30px;
}

::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url("../fonts/fontawesome-webfont.eot");
}

.noPadding {
    padding: 0px;
}

.noLeft {
    padding-left: 0px;
}

.noRight {
    padding-right: 0px;
}

.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: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 140px 0px;
}

.centerCol {
    float: none;
    margin: 0px auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    align-items: center;
}

h1 {
    font-family: Adamina, serif;
    font-size: 60px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

h2 {
    font-family: Adamina, serif;
    font-size: 48px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

h3 {
    font-family: Adamina, serif;
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}

h4 {
    font-family: Adamina, serif;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}

h5 {
    font-family: Adamina, serif;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}

h6 {
    font-family: Adamina, serif;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}

p {
    color: rgba(0, 0, 0, 0.66);
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0px 20px;
    text-align: justify;
}

.menuSec {
    padding: 0px;
}

.menuSec img {
    margin: 0px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li {
    position: relative;
    overflow: hidden;
}

.menuSec ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 3px;
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%);
    transition: height 0.3s ease-in-out;
    z-index: 0;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
    padding: 15px 20px;
    z-index: 1;
}

.menuSec ul li:hover::before {
    height: 100%;
}

.menuSec ul li:has(a.active)::before {
    height: 100%;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: rgb(255, 255, 255);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: rgb(0, 0, 0);
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    padding: 13px 20px !important;
    color: rgb(255, 255, 255) !important;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0px;
}

.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: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0px;
}

.menuSec ul::before,
.menuSec ul::after {
    content: " ";
    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: rgb(0, 0, 0);
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
}

.dropdown-menu {
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0px;
    margin: 0px;
    font-size: 1rem;
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    position: absolute !important;
    text-align: left !important;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    opacity: 1;
    width: 50px;
    height: 50px;
    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: rgb(255, 255, 255);
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    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: 20px;
    height: 10px;
    padding: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-width: 10px 0px;
    border-style: solid none;
    border-color: transparent currentcolor;
    border-image: initial;
    opacity: 1;
    border-radius: 20px;
    margin: 3px !important;
}

.carousel-caption {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-align: left;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    width: 12px;
    height: 12px;
    margin: 0px;
}

.carousel-indicators .active {
    margin: 0px;
    background-color: rgb(237, 120, 41);
    width: 20px;
    height: 10px;
}

/* header */

.header_btn {
    text-align: end;
}

.container-fluid {
    padding: 0px 8%;
}

.themebtn {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%);
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: 0.3s ease-in;
}

.themebtn:hover {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%) text;
    color: transparent;
    border: 1px solid rgb(127, 43, 158);
    transform: scale(1.05);
    box-shadow: rgba(127, 43, 158, 0.47) 0px 0px 20px;
}

.header_btn {
    text-align: end;
}

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 15px 0px;
}

/* header */

/* banner */

.main_slider .carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    display: flex;
    justify-content: end;
    gap: 5px;
    padding: 0px;
    margin-right: 1%;
    margin-bottom: 30px;
    list-style: none;
}

.marquee-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    background: rgb(127, 43, 158);
    padding: 36px 0px;
}

.marquee {
    display: flex;
    width: max-content;
    animation: 20s linear 0s infinite normal none running scroll;
}

.marquee ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.marquee li {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-right: 30px;
    font-family: Adamina, serif;
    text-transform: uppercase;
    position: relative;
}

.marquee li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/star.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.banner_text h3 {
    color: rgb(111, 110, 110);
    font-size: 24px;
    text-transform: none;
    margin-bottom: 25px;
}

.call_to i {
    background: rgb(237, 120, 41);
    height: 55px;
    width: 55px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.call_to h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.call_to h5 a {
    font-family: Adamina, serif;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    transition: 0.3s ease-in;
}

.call_to h5 a:hover {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%) text;
    color: transparent;
    transform: translateX(10px);
}

img.img-fluid {
    width: 100%;
    object-fit: cover;
    height: 950px;
}

ul.call_to {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

ul.bnr_ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.main_slider {
    position: relative;
}

.banner_text {
    width: 92%;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.banner_img {
    bottom: 0px;
    width: 44%;
    right: 135px;
    height: 87vh;
    position: absolute;
    z-index: 2;
}

/* banner */

/* about */

.abt_txt h2 {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%) text;
    color: transparent;
}

.abt_txt h3 {
    font-size: 33px;
    margin-bottom: 10px;
}

.abt_txt ul li h4 {
    font-size: 26px;
}

.abt_txt ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.abt_txt ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    background: url("../images/checked.png") 0% 0% / contain no-repeat;
    height: 22px;
    width: 22px;
    z-index: 1;
}

.abt_left {
    position: relative;
    padding-right: 60px;
    padding-bottom: 65px;
}

.abt_left img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}

.exp h5 {
    width: fit-content;
    display: flex;
    font-size: 53px;
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.exp h5 span {
    font-size: 24px;
    width: 65%;
    display: block;
}

img.abt_sm {
    height: 250px;
    width: 360px;
    border: 3px solid rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.exp {
    background: rgb(127, 43, 158);
    height: 100px;
    width: 270px;
    border: 3px solid rgb(255, 255, 255);
    position: absolute;
    bottom: 30px;
    left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about {
    position: relative;
}

img.abt_brain {
    position: absolute;
    bottom: 30px;
    right: 70px;
}

.abt_txt {
    padding-left: 20px;
}

/* about */

/* take next step */

.next_step_txt {
    text-align: center;
}

.next_step_txt h2 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    margin-bottom: 20px;
}

.next_step {
    padding: 100px 0px;
    background: url("../images/next-step-bg.png") 0% 0% / cover no-repeat;
}

/* take next step */

/* service */

.service_heading h3 {
    color: rgb(127, 43, 158);
    font-size: 30px;
}

.service_heading h2 {
    margin-bottom: 0px;
}

.service_btn {
    text-align: end;
}

.service_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.service_img {
    height: 290px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.service_txt h3 {
    font-size: 28px;
}

.service_txt p {
    margin: 10px 0px 20px;
}

.service_txt a {
    color: rgb(127, 43, 158);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(183, 135, 200);
    transition: 0.4s ease-in;
}

.service_txt a:hover {
    transform: translateX(10px);
}

.service_main {
    background: rgb(255, 255, 255);
    padding: 40px;
    border: 1px solid rgb(222, 217, 213);
    border-radius: 3px;
    position: relative;
    margin-top: 30px;
    z-index: 2;
}

.service_main::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%);
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease-in;
}

.service_main:hover::before {
    height: 100%;
}

.service_main:hover * {
    color: rgb(255, 255, 255);
}

.service {
    background: rgb(254, 248, 244);
}

.ser_icon {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%);
    height: 75px;
    width: 75px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    right: 40px;
    transition: 0.4s ease-in;
}

.service_main:hover .ser_icon {
    background: rgb(254, 248, 244);
}

.service_main:hover .ser_icon img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(34%) saturate(6546%) hue-rotate(274deg) brightness(95%) contrast(86%);
}

/* service */

/* why choose us */

.why_choose {
    background: url("../images/why-choose-bg.png") 0% 0% / cover no-repeat;
}

.why_choose_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.why_choose_right {
    height: 470px;
    border-radius: 3px;
}

.why_choose_left h2 {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%) text;
    color: transparent;
}

.why_choose_left h3 {
    color: rgb(255, 255, 255);
    font-size: 33px;
    margin-bottom: 10px;
}

.why_choose_left p {
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    width: 85%;
}

.why_choose_left ul li {
    color: rgb(255, 255, 255);
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.why_choose_left ul li::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/checked.png") 0% 0% / contain no-repeat;
    height: 22px;
    width: 22px;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(106%) contrast(102%);
}

.why_choose_left ul li h4 {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

/* why choose us */

/* testimonial */

.testimonial {
    background: rgb(254, 248, 244);
}

.testi_heading {
    text-align: center;
    margin-bottom: 30px;
}

.testi_heading h3 {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%) text;
    color: transparent;
}

.testi_heading p {
    width: 50%;
    margin: 0px auto;
    text-align: center;
}

.testi_txt p {
    font-size: 16px;
    margin-bottom: 0px;
    transition: 0.3s ease-in;
}

.testi_txt {
    border: 1px solid rgb(223, 217, 213);
    padding: 50px 40px 40px;
    position: relative;
    transition: 0.3s ease-in;
}

.testi_avatar ul li h4 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}

.testi_avatar ul li h5 {
    font-size: 17px;
    color: rgb(127, 43, 158);
}

.testi_avatar img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    object-fit: cover;
}

.testi_avatar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.testi_avatar {
    padding: 40px 0px 0px 70px;
}

.testi_txt::before {
    content: "";
    position: absolute;
    top: -28px;
    right: 35px;
    width: 65px;
    height: 85px;
    background: url("../images/testi-1.png") 0% 0% / contain no-repeat;
    z-index: 1;
}

.testi_txt::after {
    content: "";
    position: absolute;
    bottom: -53px;
    left: -2px;
    width: 100px;
    height: 55px;
    background: url(../images/bubble.jpg);
    z-index: 1;
    background-repeat: no-repeat;
}

.testi_main:hover .testi_txt::after {
    background: url(../images/purple-bubble.jpg);
    background-repeat: no-repeat;
    bottom: -54px;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi_slider .slick-track {
    margin-top: 40px;
}

.testi_main:hover .testi_txt {
    background: rgb(152, 60, 132);
}

.testi_main:hover .testi_txt p {
    color: rgb(255, 255, 255);
}

.testi_main:hover .testi_txt::before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(95%) saturate(2217%) hue-rotate(346deg) brightness(99%) contrast(88%);
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 40px;
    transform: translateY(-50%);
    background: rgb(0, 0, 0);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in;
}

.custom-prev {
    left: -40px;
}

.custom-next {
    right: -40px;
}

.custom-prev img,
.custom-next img {
    width: 20px;
    height: auto;
    object-fit: contain;
}

.custom-next img {
    transform: rotate(180deg);
}

.custom-prev:hover,
.custom-next:hover {
    background: rgb(152, 60, 132);
}

.custom-prev:hover img,
.custom-next:hover img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(51%) saturate(1766%) hue-rotate(341deg) brightness(94%) contrast(97%);
}

/* testimonial */

/* contact */

.contact_content form input,
.contact_content form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 3px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 25px;
    color: rgb(0, 0, 0);
}

.contact_content form input::placeholder,
.contact_content form textarea::placeholder {
    color: rgb(133, 131, 131);
}

.contact_content form textarea {
    height: 160px;
    resize: none;
}

.contact_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.contact_img {
    height: 550px;
    border-radius: 3px;
    padding-right: 20px;
}

/* contact */

/* footer */

.ftr_txt {
    margin-right: 90px;
}

.ftr_txt p {
    margin-top: 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-bottom: 60px;
}

.footerSec h4 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 10px 0px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.footerSec h4::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -30px;
    background: rgb(147, 57, 137);
    height: 100%;
    width: 112%;
    z-index: -1;
}

.quick_links.ftr_last {
    overflow: hidden;
}

.quick_links ul li {
    margin-bottom: 30px;
}

.quick_links ul li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
}

.quick_links ul li a:hover {
    color: rgb(230, 116, 51);
    text-decoration: underline;
}

.contact_links ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.contact_links ul li {
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.contact_links ul li a:hover {
    color: rgb(230 116 51);
    font-size: 14px;
}

.ftr_social ul {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.ftr_social ul li a {
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    font-size: 20px;
}

.ftr_social ul li a:hover {
    color: rgb(143, 55, 136);
    background: rgb(230, 116, 51);
    border: 1px solid rgb(143, 55, 136);
    text-decoration: none;
}

.footerSec {
    padding: 100px 0px 40px;
    background-image: url("../images/ftr-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.footerSec .container {
    position: relative;
    z-index: 99;
}

.dbhfg {
    display: flex;
    align-items: center;
    gap: 30px;
}

.dbhfg i {
    font-size: 20px;
}

.ftr_call {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 20px;
}

.ftr_call .hero_call a h5:hover {
    color: rgb(0, 0, 0);
}

.copy-txt p {
    color: rgb(255, 255, 255);
    background: rgb(237, 120, 41);
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 0px;
}

.footer-btm::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0px;
    background: rgb(83, 76, 75);
    height: 1px;
    width: 100%;
}

.footer-btm {
    position: relative;
}

.ftr_last p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.hero_call_icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.hero_call_icon a i {
    color: rgb(255, 255, 255);
}

.hero_call h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}

.hero_call a h5 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.hero_call {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

/* footer */

html,
body {
    overflow-x: hidden;
}

/* inner banner */

.inner_banner img {
    height: 500px;
}

.inner_banner h1 {
    text-align: center;
    margin-top: 10%;
}

/* inner banner */

/* service detail */

.service-detail-txt img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 30px;
}

/* service detail */

/* contact page */

.contactpage_content form input,
.contactpage_content form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 3px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 25px;
    color: rgb(0, 0, 0);
}

.contactpage_content form textarea {
    height: 200px;
    resize: none;
}

/* contact page */

/* blogs page */

.blog_card {
    margin: 20px 10px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background-color: #fefcf9;
    transition: background-color 0.3s ease;
}

.blog_card_img {
    height: 300px;
    border-radius: 3px;
    width: 100%;
}

.blog_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.blog_card_txt h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog_card_txt p {
    margin-bottom: 15px;
}

.blog_card_txt ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog_card_txt ul li span {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
}

.blog_card_txt ul li i {
    font-size: 15px;
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%) text;
    color: transparent;
    margin-right: 5px;
}

.blog_card_txt ul li {
    margin-right: 40px;
}

.blog_card_txt {
    padding: 20px 15px;
    position: relative;
}

.blog_card_icon a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #ffffff;
}

.blog_card_icon {
    position: absolute;
    right: 10px;
    bottom: 25px;
    width: 50px;
    height: 50px;
}

.blog_card:hover .blog_card_txt h3,
.blog_card:hover .blog_card_txt ul li i,
.blog_card:hover .blog_card_txt ul li span,
.blog_card:hover .blog_card_txt p {
    transition: color 0.3s ease;
}

.blog_card:hover {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%);
}

.blog_card:hover .blog_card_txt h3,
.blog_card:hover .blog_card_txt ul li i {
    color: #fff;
}

.blog_card:hover .blog_card_txt ul li span,
.blog_card:hover .blog_card_txt p {
    color: #ffffff;
}

.blog_card:hover .blog_card_icon a {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

/* blogs page */

/* blog Detail  */

.blog_detail {
    padding: 120px 0;
}

.blog_detail_content img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
}

.blog_detail_content h2 {
    color: #000000;
    margin-bottom: 20px;
}

.blog_detail_content p {
    margin-bottom: 30px;
}

.inr_blog_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.inr_blog_flx i {
    background: linear-gradient(0deg, rgb(149, 58, 135) 0%, rgb(218, 107, 61) 100%) text;
    color: transparent;
    font-size: 17px;
}

.inr_blog_flx span {
    color: #4c4c4c;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0 5px;
}

/* blog Detail page */