/* GLOBAL_CSS_CHANGES_START_FROM_HERE */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea,
label {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

select.minimal {
    background-image: url(../images/selectArrow.png) !important;
    background-position: calc(100% - 15px) calc(1em + 11px) !important;
    background-repeat: no-repeat !important;
}

/* GLOBAL_CSS_CHANGES_END_HERE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */

/* GLOBAL_VAR_CSS_START_FROM_HERE */
:root {
    --White: #ffffff;
    --Black: #222;
    --Dark-Blue: #0F1E2F;
    --Light-Blue: #0062FF;
    --SpaceGrotesk-Light: "SpaceGrotesk-Light";
    --SpaceGrotesk-Regular: "SpaceGrotesk-Regular";
    --SpaceGrotesk-Medium: "SpaceGrotesk-Medium";
    --SpaceGrotesk-Bold: "SpaceGrotesk-Bold";
}

/* GLOBAL_VAR_CSS_CSS_HERE */

/* FONT_CSS_START_FROM_HERE */
@font-face {
    font-family: "SpaceGrotesk-Light";
    src: url("../webfonts/SpaceGrotesk-Light.ttf");
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: "SpaceGrotesk-Regular";
    src: url("../webfonts/SpaceGrotesk-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: "SpaceGrotesk-Medium";
    src: url("../webfonts/SpaceGrotesk-Medium.ttf");
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: "SpaceGrotesk-Bold";
    src: url("../webfonts/SpaceGrotesk-Bold.ttf");
    font-weight: regular;
    font-style: normal;
}

/* FONT_CSS_END_HERE */

/* SCROLL-CSS */
body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: var(--White);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--Black);
}

/* SCROLL-CSS */

.d-logout-Drop a {
    padding: 10px 10px;
}

/* COMMON-CSS */
.common_btn_light {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0px 0px 30px;
    width: 200px;
    height: 55px;
    border-radius: 36px;
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Bold);
    text-transform: capitalize;
    color: var(--Black);
    background-color: var(--White);
    border: 1px solid var(--Light-Blue);
    z-index: 3;
    transition: .5s ease;
}

.common_btn_light i {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    color: var(--White);
    background-color: var(--Light-Blue);
    transition: .5s ease;
}

.common_btn_light:hover {
    color: var(--White);
    background-color: var(--Light-Blue);
}

.common_btn_light:hover i {
    color: var(--Light-Blue);
    background-color: var(--White);
}

.common_btn_dark {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 50px;
    width: 180px;
    height: 55px;
    border: 0;
    border-radius: 36px;
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Bold);
    text-transform: capitalize;
    color: var(--White);
    background-color: var(--Dark-Blue);
    z-index: 3;
    transition: 0.5s all;
}

.common_btn_dark i {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    color: var(--Dark-Blue);
    background-color: var(--White);
    transition: .5s all;
}

.common_btn_dark:hover {
    color: var(--White);
    background-color: var(--Light-Blue);
}

.common_btn_dark:hover i {
    color: var(--Light-Blue);
    background-color: var(--White);
}

.heading {
    font-size: 60px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Dark-Blue);
    text-transform: capitalize;
}

/* COMMON-CSS */


/* HEADER-CSS */
.header_main_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px 10px 0px;
    z-index: 99;
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    background-color: var(--White);
    border-radius: 50px;
    box-shadow: 0px 5.333px 42.667px 0px rgba(0, 0, 0, 0.03), 0px 32px 42.667px -10.667px rgba(0, 0, 0, 0.07);
    padding: 10px 40px;
}

.header_warp_logo {
    width: 180px;
}

.header_warp_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_warp_link {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header_warp_nav_link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.header_warp_nav_link ul li a {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Black);
    text-transform: capitalize;
    position: relative;
}

.header_warp_nav_link ul li:hover a {
    color: var(--Dark-Blue);
}

.header_warp_nav_link ul li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    border-radius: 20px;
    background-color: var(--Dark-Blue);
    transform-origin: center;
    transform: scaleX(0);
    transition: 0.5s all;
}

.header_warp_nav_link ul li a:hover::before {
    transform-origin: center;
    transform: scaleX(1);
}

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

/* HEADER-CSS */



/* INDEX-CSS */
/* INDEX_BANNER_WRAPPER_START */
.index_banner_wrapper {
    position: relative;
    padding: 170px 0px 50px 0px;
    height: 100vh;
}

.index_banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.index_banner_bg img {
    width: 100%;
    height: 94%;
    object-fit: cover;
    transition: 0.5s all;
    animation: bg_scale 7s linear infinite;
}

.index_banner_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.index_banner_wrap_icon {
    width: 150px;
    margin: 0 auto;
}

.index_banner_wrap_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner_wrap_text h5 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    text-transform: capitalize;
}

.index_banner_wrap_text h6 {
    font-size: 80px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Dark-Blue);
    text-transform: capitalize;
}

.index_banner_wrap_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 860px;
    height: 90px;
    background-color: var(--White);
    padding: 10px 20px;
    border-radius: 60px;
}

.index_banner_wrap_input_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.index_banner_wrap_input input {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    border: unset;
    width: 270px;
    border-bottom: 1.25px solid #c7c7c7;
    padding: 0 0 3px 0;
}

.index_banner_wrap_input::placeholder {
    color: var(--Black);
    opacity: 0.5;
}

.index_banner_wrap_select .form-select {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    border: unset !important;
    border-bottom: 1px solid #00000059 !important;
    border-radius: unset !important;
    width: 200px;
}

.banner_wrap_select option {
    background-color: var(--Dark-Blue);
    color: var(--White);
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    border-radius: 10px !important;
}

.index_banner_wrap_select .form-select:focus {
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
    border: none !important;
}

.index_banner_box_btn button {
    border: unset;
    width: 220px;
    padding: 0px 0px 0px 25px;
}

/* INDEX_BANNER_WRAPPER_END */


/* INDEX_FIRST_WRAPPER_START */
.index_first_wrapper {
    padding: 50px 0px;
}

.index_first_wrap_ttext {
    text-align: center;
    margin: 0 0 50px 0;
}

.index_first_wrap_marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 200vw;
    transform: translate(-90px, 0px);
    margin: 0 0 70px 0;
    animation: left-right 25s linear infinite;
}

.index_first_wrap_marquee_img {
    width: 300px;
}

.index_first_wrap_marquee_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_first_wrap_main_box {
    background-image: url(../images/bg_lines.png);
    background-position: center;
    background-size: cover;
    background-color: var(--Dark-Blue);
    border-radius: 40px;
    padding: 100px 110px 70px 110px;
}

.index_first_wrap_top {
    margin: 0px 0px 70px 0px;
}

.index_first_wrap_box_text h5 {
    font-size: 20px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.index_first_wrap_box_text h6 {
    font-size: 50px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--White);
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.index_first_wrap_box_text h6 span {
    color: var(--Light-Blue);
}

.index_first_wrap_box_text a {
    background-color: transparent;
    color: var(--White);
}

.index_first_wrap_link_text p {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    margin: 0 0 30px 0;
    max-width: 400px;
}

.index_first_wrap_link_text p span {
    opacity: 0.5;
}

.index_first_wrap_link_btn ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 10px 0px;
}

.index_first_wrap_link_btn ul li a {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    background-color: var(--Light-Blue);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 30px;
    transition: 0.5s all;
}

.index_first_wrap_link_btn ul li a:hover {
    color: var(--Dark-Blue);
    background-color: var(--White);
}

.index_first_wrap_estimate_box {
    background-color: var(--White);
    border-radius: 20px;
    border: 0.805px solid #3E81FF;
    box-shadow: 0px 24.156px 32.208px 0px rgba(192, 229, 255, 0.20);
    padding: 20px 20px 20px 50px;
}

.index_first_estimate_text {
    max-width: 450px;
}

.index_first_estimate_text h6 {
    font-size: 35px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.index_first_estimate_text p {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    line-height: 26px;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.index_first_estimate_img {
    overflow: hidden;
    border-radius: 15px;
}

.index_first_estimate_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.index_first_estimate_img:hover img {
    transform: scale(1.1);
}

/* INDEX_FIRST_WRAPPER_END */


/* INDEX_SECOND_WRAPPER_START */
.index_second_wrapper {
    padding: 50px 0px;
}

.index_second_wrap_ttext {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.index_sec_wrap_service {
    margin: 0px 0px 30px 0px;
}

.index_sec_wrap_service_box {
    margin: 0px 0px 30px 0px;
}

.index_sec_wrap_service_box:hover .index_sec_service_box_img {
    transform: translate(0px, -20px);
}

.index_sec_service_box_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #0d6efd;
    border-radius: 50px;
    margin: 0px auto 15px auto;
    transition: 0.5s all;
}

.index_sec_service_img_wrap {
    width: 50px;
}

.index_sec_service_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_sec_service_box_text h6 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.index_sec_service_box_text p {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Light);
    color: #757575;
    text-align: center;
    line-height: 22px;
    max-width: 300px;
    margin: 0 auto;
}

.index_sec_wrap_btn a {
    margin: 0 auto;
}

/* INDEX_SECOND_WRAPPER_END */


/* INDEX_THIRD_WRAPPER_START */
.index_third_wrapper {
    padding: 50px 0px;
}

.index_third_wrap_main {
    background-image: url(../images/bg_lines.png);
    background-position: center;
    background-size: cover;
    background-color: var(--Dark-Blue);
    border-radius: 30px;
    padding: 100px 40px 70px 40px;
}

.index_third_wrap_ttext p {
    font-size: 20px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
}

.index_third_wrap_flex_text h6 {
    color: var(--White);
    width: 60%;
}

.index_third_wrap_flex_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 50px 0px;
}

.index_third_wrap_flex_text a {
    color: var(--Dark-Blue);
    background-color: var(--White);
}

.index_third_wrap_flex_text a i {
    color: var(--White);
    background-color: var(--Dark-Blue);
}

.index_third_wrap_cd_main {
    position: relative;
    overflow: hidden;
}

.index_third_wrap_img {
    overflow: hidden;
    border: 1px solid var(--White);
    border-radius: 20px;
    height: 500px;
}

.index_third_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.index_third_wrap_cd_main:hover .index_third_wrap_img img {
    transform: scale(1.1);
}

.index_third_wrap_cd_bottom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    left: 25px;
    bottom: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(7px);
    padding: 15px 20px;
}

.index_third_wrap_cd_text h6 {
    font-size: 20px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Black);
    text-transform: uppercase;
}

.index_third_wrap_cd_text p {
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    opacity: 0.5;
    text-transform: uppercase;
}

.index_third_wrap_cd_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--Light-Blue);
    border-radius: 50px;
    transform: rotate(0deg);
    transition: 0.5s all;
}

.index_third_wrap_cd_main:hover .index_third_wrap_cd_icon {
    transform: rotate(49deg);
}

/* INDEX_THIRD_WRAPPER_END */


/* INDEX_FOURTH_WRAPPER_START */
.index_fourth_wrapper {
    padding: 50px 0px;
}

.index_fourth_wrap_ttext {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.index_fourth_wrap_left_img {
    margin: 0px 0px 30px 0px;
    overflow: hidden;
    border-radius: 8px;
}

.index_fourth_wrap_left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.index_fourth_wrap_left_img:hover img {
    transform: scale(1.1);
}

.index_fourth_wrap_left_text p {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    margin: 0px 0px 5px 0px;
}

.index_fourth_wrap_left_text h6 {
    font-size: 36px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Black);
    text-transform: capitalize;
}

.index_fourth_wrap_right_box {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #F3F3F3;
    padding: 0px 0px 27px 0px;
    margin: 0px 0px 27px 0px;
}

.index_fourth_wrap_right_box:nth-child(3) {
    border-bottom: none;
}

.index_fourth_wrap_right_img {
    width: 150px;
    overflow: hidden;
    border-radius: 8px;
}

.index_fourth_wrap_right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.index_fourth_wrap_right_box:hover .index_fourth_wrap_right_img img {
    transform: scale(1.1);
}

.index_fourth_wrap_right_text {
    max-width: 300px;
}

.index_fourth_wrap_right_text p {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    margin: 0px 0px 5px 0px;
}

.index_fourth_wrap_right_text h6 {
    font-size: 20px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Black);
}

.index_fourth_wrap_btn a {
    margin: 50px auto 0px auto;
}

/* INDEX_FOURTH_WRAPPER_END */


/* INDEX_FIFTH_WRAPPER_START */
.index_fifth_wrapper {
    padding: 50px 0px;
}

.index_fifth_wrap_main h6 {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.index_fifth_wrap_card {
    position: relative;
}

.index_fifth_wrapcd_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.index_fifth_wrapcd_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.index_fifth_wrapcd_img::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.83) 100%);
    z-index: 1;
}

.index_fifth_wrap_card:hover .index_fifth_wrapcd_img img {
    transform: scale(1.1);
}

.index_fifth_wrapcd_text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 2;
}

.index_fifth_wrapcd_text h5 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--White);
    text-transform: capitalize;
    margin: 0px 0px 5px 0px;
}

.index_fifth_wrapcd_text a {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    text-transform: capitalize;
}

.index_fifth_wrapcd_text a img {
    padding: 0px 0px 0px 10px;
}

.index_fifth_wrapcd_text a img {
    padding: 0px 0px 0px 10px;
    transition: 0.5s all;
}

.index_fifth_wrap_card:hover .index_fifth_wrapcd_text a img {
    padding: 0px 0px 0px 20px;
}

/* INDEX_FIFTH_WRAPPER_END */


/* INDEX_SIXTH_WRAPPER_START */
.index_sixth_wrapper {
    padding: 50px 0px;
}

.index_sixth_wrap_ttext h6 {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.index_sixth_slider .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto 60px 0px;
}

.index_sixth_wrap_slide:nth-child(1) {
    transform: translate(0px, 30px);
}

.index_sixth_wrap_slide:nth-child(3) {
    transform: translate(0px, 20px);
}

.index_sixth_wrap_slide:nth-child(4) {
    transform: translate(0px, 30px);
}

.index_sixth_wrap_slide:nth-child(6) {
    transform: translate(0px, 20px);
}

.index_sixth_wrap_slide:nth-child(8) {
    transform: translate(0px, 30px);
}

.index_sixth_wrap_slide1 {
    height: 310px;
    border-radius: 10px;
    background: #F3F3F3;
    padding: 25px 30px;
}

.index_sixth_wrap_slide2 {
    height: 350px;
    border-radius: 10px;
    background: #F3F3F3;
    padding: 30px 35px;
}

.index_sixth_slide_stars ul {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffc247;
    margin: 0px 0px 30px 0px;
}

.index_sixth_slide_text p {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Light);
    color: #666;
    line-height: 22px;
    margin: 0px 0px 30px 0px;
}

.index_sixth_wrap_box_author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.index_sixth_slide_author_img {
    width: 50px;
}

.index_sixth_slide_author_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_sixth_slide_author_info h5 {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    margin: 0px 0px 3px 0px;
}

.index_sixth_slide_author_info p {
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Light);
    color: #666;
}

/* INDEX_SIXTH_WRAPPER_END */
/* INDEX-CSS */


/* INNER-CSS */
/* INNER-COMMON-CSS-START */
.common_banner_wrapper {
    padding: 230px 0px 20px 0px;
    position: relative;
    height: 65vh;
    overflow: hidden;
}

.common_banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.common_banner_bg img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    z-index: -1;
    animation: bg_scale 7s linear infinite;
}

.common_banner_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.common_banner_img {
    width: 100px;
}

.common_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_banner_text {
    text-align: center;
}

.common_banner_text p {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    text-transform: capitalize;
    line-height: 20px;
}

.common_banner_text h6 {
    font-size: 80px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--White);
    text-transform: capitalize;
    line-height: 90px;
}

/* INNER-COMMON-CSS-END */

/* ABOUT-CSS-START */
.about_first_wrapper {
    padding: 50px 0px;
}

.about_first_wrap_ttext {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.about_first_wrap_card {
    margin: 0px 0px 50px 0px;
}

.about_first_wrap_card_main:hover .about_first_wrap_card_img {
    transform: translate(0px, -40px);
}

.about_first_wrap_card_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    background-color: rgba(240, 240, 240, 0.9);
    border-radius: 80px;
    margin: 0px auto 10px auto;
    transition: 0.5s all;
}

.about_cd_img {
    width: 70px;
    height: 70px;
}

.about_cd_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_first_wrap_card_text h6 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.about_first_wrap_card_text p {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: #757575;
    line-height: 24px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
}

.about_first_wrap_box {
    padding: 100px 50px 40px 50px;
    background-image: url(../images/bg_lines.png);
    background-size: cover;
    background-position: center;
    background-color: var(--Dark-Blue);
    border-radius: 40px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.about_first_wrap_box_text {
    max-width: 620px;
}

.about_first_wrap_box_text h6 {
    color: var(--White);
    margin: 0px 0px 20px 0px;
}

.about_first_wrap_box_text p {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    margin: 0px 0px 20px 0px;
}

.about_first_wrap_box_text ul {
    margin: 0px 0px 0px 15px;
}

.about_first_wrap_box_text ul li {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    padding: 3px 0px;
    list-style: disc;
}

.about_first_wrap_img {
    position: absolute;
    bottom: 0;
    right: 50px;
    overflow: hidden;
    max-width: 680px;
}

.about_first_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ABOUT-CSS-END */

/* GALLERY-CSS-START */
.gallery_first_wrapper {
    padding: 50px 0px;
}

.gallery_first_wrap {
    padding: 50px 30px;
    background-color: var(--Dark-Blue);
    background-image: url(../images/bg_lines.png);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.gallery_first_wrap_ttext {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
}

.gallery_first_wrap_text_l {
    max-width: 750px;
}

.gallery_first_wrap_text_l h5 {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
}

.gallery_first_wrap_text_l h6 {
    font-size: 45px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--White);
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.gallery_first_wrap_text_r {
    max-width: 450px;
}

.gallery_first_wrap_text_r p {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
}

.gallery_first_wrap_images {
    --cols: 3;
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 30px;
}

.gallery_first_wrap_img {
    overflow: hidden;
    border: 2px solid var(--White);
    border-radius: 15px;
}

.gallery_first_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.gallery_first_wrap_img:hover img {
    transform: scale(1.1);
}

/* GALLERY-CSS-END */

/* CATEGORY-CSS-START */
/* CATEGORY-CSS-END */

/* BLOG-CSS-START */
.blog_first_wrapper {
    padding: 50px 0px;
}

.blog_first_wrap {
    background-color: var(--Dark-Blue);
    background-image: url(../images/bg_lines.png);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 80px 50px 100px 50px;
}

.blog_first_wrap_ttext {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
}

.blog_first_wrap_l {
    width: 450px;
}

.blog_first_wrap_l h5 {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
}

.blog_first_wrap_l h6 {
    font-size: 45px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--White);
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.blog_first_wrap_r {
    width: 620px;
}

.blog_first_wrap_r p {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
}

.blog_wrap_left_box {
    background-color: var(--White);
    height: 320px;
    border-radius: 15px;
    box-shadow: 0px 16.775px 22.367px 0px rgba(192, 229, 255, 0.20);
    padding: 20px 20px 20px 40px;
    margin: 0px 0px 30px 0px;
}

.blog_wrap_left_box_text {
    width: 350px;
}

.blog_wrap_left_box_text span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.blog_wrap_left_box_text span h6 {
    font-size: 12px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Black);
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
}

.blog_wrap_left_box_text h5 {
    font-size: 20px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    margin: 0px 0px 15px 0px;
}

.blog_wrap_left_box_text p {
    font-size: 12px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    opacity: .8;
    margin: 0px 0px 20px 0px;
}

.blog_wrap_left_box_img {
    overflow: hidden;
    border-radius: 15px;
}

.blog_wrap_left_box_img img {
    width: 100%;
    height: 100%;
    max-height: 230px !important;
    object-fit: cover;
    transition: 0.5s all;
}

.blog_wrap_left_box:hover .blog_wrap_left_box_img img {
    transform: scale(1.1);
}

.blog_wrap_left_box_text a {
    font-size: 12px;
    width: 150px;
    height: 45px;
    padding: 10px 15px;
}

.blog_wrap_left_box_text a i {
    width: 35px;
    height: 35px;
    right: 4px;
}

.blog_wrap_left_page_btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 55%;
    height: 60px;
    background-color: var(--White);
    border-radius: 50px;
    margin: 0 auto;
}

.blog_wrap_left_page_btn ul li a {
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    transition: 0.5s all;
}

.blog_wrap_left_page_btn ul li a:hover {
    color: var(--White);
    background-color: var(--Light-Blue);
}

.blog_wrap_left_page_btn ul li button {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 45px;
    border-radius: 15px;
    border: 1px solid transparent;
    padding: 0px 40px;
    transition: 0.5s all;
}

.blog_wrap_left_page_btn ul li button:hover {
    color: var(--White);
    background-color: var(--Light-Blue);
}

.blog_wrap_right_search {
    position: relative;
}

.blog_wrap_right_search input {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    background-color: var(--White);
    width: 100%;
    height: 70px;
    border-radius: 70px;
    border: 1px solid rgba(17, 17, 17, 0.19);
    padding: 15px 20px;
    margin: 0px 0px 20px 0px;
}

.blog_wrap_right_search i {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    top: 10px;
    right: 10px;
    font-size: 16px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    color: var(--White);
    background-color: var(--Light-Blue);
}

.blog_wrap_right_category_box {
    background-color: var(--White);
    border-radius: 10px;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.blog_wrap_right_category_box h3 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    margin: 0px 0px 15px 0px;
}

.blog_wrap_right_category_box ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    list-style: disc !important;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 5px 0px;
    transition: 0.5s all;
}

.blog_wrap_right_category_box ul li a:hover {
    background-color: var(--Light-Blue);
}

.r_bordr {
    border-bottom: none !important;
}

.blog_wrap_right_category_box ul li p {
    font-size: 15px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Black);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s all;
}

.blog_wrap_right_category_box ul li:hover p {
    color: var(--White);
}

.blog_wrap_right_category_box ul li p i {
    font-size: 5px;
}

.blog_wrap_right_category_box ul li span {
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    text-transform: capitalize;
}

.blog_wrap_right_category_box ul li:hover span {
    color: var(--White);
}

.blog_wrap_right_blog_box {
    background-color: var(--White);
    border-radius: 10px;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.blog_wrap_right_blog_box h3 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    margin: 0px 0px 15px 0px;
}

.blog_box_crd:nth-child(4) {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.blog_box_crd {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}

.blog_box_crd_img {
    width: 90px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}

.blog_box_crd_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.blog_box_crd:hover .blog_box_crd_img img {
    transform: scale(1.1);
}

.blog_box_crd_text {
    max-width: 300px;
}

.blog_box_crd_text p {
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    margin: 0px 0px 10px 0px;
}

.blog_box_crd_text h6 {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Black);
    margin: 0px 0px 10px 0px;
}

.blog_wrap_right_poptag_box {
    padding: 20px;
    background-color: var(--White);
    border-radius: 10px;
}

.blog_wrap_right_poptag_box h3 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Dark-Blue);
    text-transform: capitalize;
    margin: 0px 0px 15px 0px;
}

.blog_wrap_right_poptag_box ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 10px 0px;
}

.blog_wrap_right_poptag_box ul li a {
    font-size: 13px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    background-color: var(--Light-Blue);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 30px;
    transition: 0.5s all;
}

.blog_wrap_right_poptag_box ul li a:hover {
    border: 1px solid var(--Light-Blue);
    color: var(--Dark-Blue);
    background-color: var(--White);
}

/* BLOG-CSS-END */

/* CONTACT-CSS-START */
.contact_first_wrapper {
    padding: 50px 0px;
}

.contact_first_wrap_box {
    background-color: var(--Dark-Blue);
    background-image: url(../images/bg_lines.png);
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    padding: 90px 100px 70px 100px;
    width: 90%;
    margin: 0 auto 90px auto;
}

.contact_first_wrap_ttext h6 {
    font-size: 50px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--White);
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.contact_form_field input {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    background-color: var(--White);
    width: 100%;
    height: 70px;
    border-radius: 70px;
    border: 1px solid rgba(17, 17, 17, 0.19);
    padding: 15px 20px;
    margin: 0px 0px 25px 0px;
}

.contact_form_field input::placeholder {
    color: #757575;
}

.contact_form_field textarea {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    background-color: var(--White);
    width: 100%;
    height: 200px;
    border-radius: 20px;
    border: 1px solid rgba(17, 17, 17, 0.19);
    padding: 25px 30px;
    margin: 0px 0px 25px 0px;
    resize: none;
}

.contact_first_wrap_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_first_wrap_btn button {
    border: 1px solid transparent;
    width: 220px;
    height: 60px;
    padding: 0px 0px 0px 20px;
    color: var(--Dark-Blue);
    background-color: var(--White);
    transition: 0.5s all;
}

.contact_first_wrap_btn button i {
    color: var(--White);
    background-color: var(--Dark-Blue);
    transition: 0.5s all;
}

.contact_first_wrap_link {
    margin: 0px 0px 30px 0px;
}

/* CONTACT-CSS-END */
/* INNER-CSS */


/* FOOTER-CSS */
.footer_wrapper_main {
    padding: 50px 0px 0px 0px;
    background-image: url(../images/bg_lines.png);
    background-size: cover;
    background-position: center;
    background-color: var(--Dark-Blue);
}

.newsletter_heading h6 {
    font-size: 60px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    margin: 0px 0px 10px 0px;
}

.newsletter_input_box {
    display: flex;
    align-items: end;
    margin: 0px 0px 50px 0px;
}

.newsletter_input {
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.newsletter_btn {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.newsletter_input input {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0px 10px;
}

.newsletter_input::placeholder {
    color: var(--White);
    opacity: 0.5;
}

.newsletter_btn button {
    width: 100px;
    height: 50px;
    border: none;
    border-radius: 30px;
}

.newsletter_btn button img {
    transition: 0.5s all;
}

.newsletter_btn button:hover img {
    transform: translate(10px, 0px);
}

.footer_warp_main {
    margin: 0px 0px 50px 0px;
}

.footer_logo {
    width: 200px;
    margin: 0px 0px 50px 0px;
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_link_icon ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_link_icon ul li a {
    font-size: 18px;
    color: var(--Dark-Blue);
    background-color: var(--White);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    transition: 0.5s all;
}

.footer_link_icon ul li a:hover {
    transform: rotate(360deg);
}

.footer_link_heading h6 {
    font-size: 24px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--White);
    text-transform: capitalize;
    margin: 0px 0px 30px 0px;
}

.footer_link_nav ul li a {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Light);
    color: var(--White);
    text-transform: capitalize;
    line-height: 2.2;
    position: relative;
    transition: 0.5s all;
}

.footer_link_nav ul li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--White);
    bottom: -5px;
    transform-origin: center;
    transform: scaleX(0);
    border-radius: 20px;
    transition: 300ms ease;
}

.footer_link_nav ul li a:hover::before {
    transform-origin: center;
    transform: scaleX(1);
}

.footer_link_contact ul li {
    margin: 0px 0px 20px 0px;
}

.footer_link_contact ul li a {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    display: flex;
    align-items: baseline;
    gap: 20px;
    width: 250px;
}

.footer_copyright p {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    padding: 30px 0px;
    text-align: center;
    border-top: 1px solid var(--White);
}

/* FOOTER-CSS */

/* DASHBOARD-CSS */

.dashboard-main-th-userm-f {
    display: flex;
    align-items: center;
    gap: 30px;
}

.dashboard-main-th-user-f {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
}

.dashboard-main-th-user-name p {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    font-family: var(--SpaceGrotesk-Medium);
    user-select: none;
}

.dashboard-main-th-user-bell i {
    font-size: 25px;
}

.dashboard-main-th-user-bell span {
    color: var(--White);
    background-color: #BD0C0C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-size: 10px;
}

.dashboard-main-th-user-bell {
    position: relative;
    cursor: pointer;
}

.dashboard-main-th-user-bell span {
    position: absolute;
    top: -6px;
    right: -10px;
}

.dashboard-main-th-user-img {
    max-width: 50px;
}

.dashboard-main-th-user-img img {
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.navDropNoti {
    background: var(--White);
    display: flex;
    flex-direction: column;
    width: 400px;
    position: absolute;
    top: 40px;
    left: -170px;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 10px 0px;
    display: none;
    overflow: hidden;
}

.navDropNoti-head h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 18px;
    color: var(--Black);
    border-bottom: 1px solid #eee;
    padding: 0px 10px 5px 10px;
}

.navDropNoti-head h5 p {
    color: #BD0C0C;
    background-color: #eeee;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.navDropNoti-m-flex {
    display: flex;
    align-items: normal;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.navDropNoti-m-text h6 {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 14px;
    color: var(--Black);
}

.navDropNoti-m-text p {
    font-family: var(--SpaceGrotesk-Regular);
    font-size: 14px;
    color: #999999;
    margin: 0px 0px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navDropNoti-m-text p a {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 16px;
    color: var(--Black);
}

.navDropNoti-m-text p a:hover {
    text-decoration: underline;
}

.d-logout-Drop {
    background: var(--White);
    display: flex;
    flex-direction: column;
    width: 170px;
    position: absolute;
    top: 53px;
    left: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 10px 10px;
    display: none;
    padding: 0;
    overflow: hidden;
}

.d-logout-Drop button {
    font-family: var(--SpaceGrotesk-Medium);
    background-color: transparent;
    color: var(--Black);
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 10px;
}

.d-logout-Drop button:hover {
    color: var(--White);
    background-color: var(--Light-Blue);
}

.d-logout-Drop button:hover img {
    filter: brightness(10) invert(1);
}

.bb-none {
    border-bottom: none !important;
}

.header_main_wrap_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
}

.dashboard-main-th-user-name span {
    color: #22AB00;
    font-family: var(--Montserrat-Regular);
    font-size: 14px;
}

.Dheader_main_wrapper {
    background-color: #FDFDFE;
    padding: 20px 0px;
    position: fixed;
    z-index: 99;
    top: 0px;
    width: 100%;
}

.d_body {
    background-color: #D9EDF7;
}

.header_main_wrap_logo img {
    max-width: 300px;
}

.dashboard_side_bar {
    position: fixed;
    background-color: var(--Black);
    width: 300px;
    padding: 140px 0px 30px 0px;
    top: 0px;
    height: 100vh;
}

.dashboard_main_wrap {
    position: relative;
}

.dashboard_side_bar .nav {
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
}

.dashboard_side_bar .nav-link {
    color: var(--White);
    text-align: start;
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 17px;
    padding: 15px 15px;
    border-radius: 0px 50px 50px 0px;
}

.dashboard_side_bar .nav-pills .nav-link.active,
.dashboard_side_bar .nav-pills .show>.nav-link {
    background-color: var(--Light-Blue);
}

.dashboard_side_bar .nav-link img {
    max-width: 22px;
    margin: 0px 10px 0px 0px;
}

.dashboard_main_box {
    padding: 30px;
    background-color: var(--White);
    margin: 130px 30px 30px 330px;
    border-radius: 12px;
    width: calc(100% - 330px);
}

.d_content_main_heading {
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_content_main_heading h6 {
    font-family: var(--SpaceGrotesk-Bold);
    font-size: 40px;
    color: var(--Black);
}

.d_content_top_crbox_f {
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background-color: var(--White);
    box-shadow: 0px 8px 22.5px -3px rgba(0, 0, 0, 0.07);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.5s ease;
}

.d_content_top_crbox_f:hover {
    box-shadow: 5px 9px 22.5px 4px rgb(0 0 0 / 13%);
}

.d_content_top_crbox_text h6 {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 22px;
    color: var(--Black);
}

.d_content_top_crbox_text p {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 18px;
    color: var(--Black);
    opacity: 0.8;
}

.d_content_main_boxes {
    margin: 0px 0px 40px 0px;
}

.d_content_main_box {
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background-color: var(--white);
    box-shadow: 0px 8px 22.5px -3px rgba(0, 0, 0, 0.07);
    padding: 20px 30px;
}

.d_content_main_box_heading h6 {
    font-family: var(--SpaceGrotesk-Bold);
    font-size: 20px;
    color: var(--Black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}

.d_content_main_box_heading h6 a {
    color: var(--black);
    font-size: 25px;
    opacity: 0.3;
}

.d_content_main_box_heading {
    margin: 0px 0px 25px 0px;
}

.d_content_main_box_chart img {
    max-width: 395px;
}

.yellowp {
    color: #E56B00 !important;
}

.greenp {
    color: #0A9E3B !important;
}

.bluep {
    color: #5B93FF !important;
}

.d_content_main_box_table_m table.dataTable th.dt-type-numeric {
    text-align: start;
}

.d_content_main_box_table_m .dt-length,
.d_content_main_box_table_m .dt-search {
    display: none;
}

.d_content_main_box_table_m table.dataTable>thead>tr>th {
    border: 0px;
    font-family: var(--SpaceGrotesk-Medium);
}

.d_content_main_box_table_m .table>:not(caption)>*>* {
    border: 0px;
}

.d_content_main_box_table_m .dt-container.dt-empty-footer tbody>tr:last-child>* {
    border: 0px;
}

.d_content_main_box_table_m table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 0px;
    outline-offset: 0px;
}

.d_content_main_box_table_m .dt-column-order::before {
    content: '\f176' !important;
    font-family: 'Font Awesome 5 free';
    opacity: 1 !important;
    top: 19px;
    left: 0px !important;
}

.d_content_main_box_table_m .dt-column-order::after {
    content: '\f175' !important;
    font-family: 'Font Awesome 5 free';
    opacity: 1 !important;
    top: 19px !important;
    left: -10px !important;
}

.d_content_main_box_table_m .dt-column-title {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 14px;
    color: var(--Black);
}

.d_content_main_box_table_m table tbody tr td,
.d_content_main_box_table_m table tbody tr th {
    font-family: var(--SpaceGrotesk-Bold);
    font-size: 16px;
    color: #777;
    padding: 20px 10px !important;
    border-bottom: 1px solid rgba(45, 45, 45, 0.19) !important;
}

.d_content_main_box_table_m table.dataTable>tbody>tr {
    background-color: #f9f9f9;
    border-bottom: 10px solid rgb(255 255 255);
}

.d_content_main_box_table_m .dt-info {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 16px;
    color: var(--black);
}

.d_content_main_box_table_m .dt-container .dt-paging .dt-paging-button {
    padding: 5px 20px !important;
    text-decoration: none !important;
    color: var(--Black) !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    background: transparent;
    font-size: 25px;
}

.d_content_main_box_table_m .dt-paging.paging_full_numbers {
    width: 287px;
    margin: 0px 0px auto auto;
    border: 1px solid #C0C3C9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.d_content_main_box_table_m .dt-container .dt-paging .dt-paging-button.current,
.d_content_main_box_table_m .dt-container .dt-paging .dt-paging-button.current:hover {
    background: var(--Light-Blue) !important;
    color: var(--White) !important;
}

.d_content_main_box_table_m .dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    cursor: default;
    color: var(--Black) !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.d_content_main_box_table_m table.dataTable {
    width: 100% !important;
}

.d_content_main_box_table_m table tbody td a:hover {
    text-decoration: underline;
}

.profile_custom_tab {
    display: none;
}

.d_content_main_form_inputs label {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 20px;
    color: #111;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
}

.d_content_main_form_inputs label span {
    color: #F00;
}

.d_content_main_form_inputs {
    margin: 0px 0px 20px 0px;
}

.d_content_main_form_inputs input {
    border-radius: 50px;
    border: 0;
    background: rgb(214 214 214 / 43%);
    width: 100%;
    height: 60px;
    color: #111;
    padding: 0px 20px;
    font-family: var(--SpaceGrotesk-Regular);
    font-size: 16px;
}

.d_content_main_form_inputs select {
    border-radius: 50px;
    border: 0;
    background: rgb(214 214 214 / 43%);
    width: 100%;
    height: 60px;
    color: #111;
    padding: 0px 20px;
    font-family: var(--SpaceGrotesk-Regular);
    font-size: 16px;
}

.d_content_main_form_wrap {
    width: 70%;
}

.d_content_main_form_inputs textarea {
    border-radius: 10px;
    border: 0;
    background: rgb(214 214 214 / 43%);
    width: 100%;
    height: 190px;
    color: #111;
    padding: 15px 20px;
    font-family: var(--SpaceGrotesk-Regular);
    font-size: 16px;
    resize: none;
}

.border-bottom {
    border-bottom: 1px solid #22222214 !important;
}

.d_content_main_box_table_m table tbody tr td ul {
    display: flex;
    align-items: center;
    gap: 1px;
}

.d_content_main_box_table_m table tbody tr td ul li i {
    color: #ECBD00;
}

.avatar-upload {
    position: relative;
    margin: 0px auto 20px auto;
    overflow: hidden;
    max-width: 120px;
    padding: 10px 0px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    bottom: -6px;
}

.avatar-upload .avatar-preview {
    width: 110px;
    height: 110px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 100%;
    background-color: #0062FF;
    border: 3px solid var(--White);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #ffffff;
    border-color: #0062FF;
}

.avatar-upload .avatar-edit input+label:hover::after {
    color: var(--black);
}

.avatar-upload .avatar-edit input+label::after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: var(--White);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
    font-size: 16px;
    transition: 0.5s all;
}

.pro_user_upload_wrap {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.profile_box_wrap {
    box-shadow: 0px 0px 11px 0px #00000017;
    border: 1px solid #0000001c;
    border-radius: 10px;
    padding: 50px;
}

.pro_user_upload_wrap_text h6 {
    font-family: var(--SpaceGrotesk-Bold);
    font-size: 22px;
    color: var(--Black);
    margin: 0px 0px 5px 0px;
}

.pro_user_upload_wrap_text h4 {
    font-family: var(--SpaceGrotesk-Medium);
    font-size: 16px;
    color: #666666;
}

.tag-container-wrapper {
    border-radius: 30px 0px 0px 30px;
    background-color: rgb(214 214 214 / 43%);
    width: calc(100% - 40px);
    position: relative;
}

.tag-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    height: 60px;
    position: relative;
}

.tag-container::before {
    content: '';
    width: 1px;
    height: 26px;
    background-color: #0000004d;
    position: absolute;
    top: 17px;
    right: 6px;
}

.tag {
    background-color: #0062FF;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--White);
    border-radius: 30px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.tag button {
    background-color: var(--White);
    border: 1px solid var(--Black);
    color: var(--Black);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: 0px;
}

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

.d_content_main_form_inputsf select {
    width: 40px;
    border-radius: 0px 30px 30px 0px;
    padding: 0px 20px;
}

.remove-all-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 14px;
}

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

.d_content_main_form_btn .common_btn_light {
    width: 170px;
    padding: 0px 0px 0px 40px;
}

/* DASHBOARD-CSS */

/* INNER-PAGES  */

.register_first_wrap_checkboxes {
    margin: 0px 0px 20px 0px;
}

.register_first_wrap_checkboxes_flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.register_first_wrap_checkboxes h3 {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Medium);
    color: #111111;
    margin: 0px 0px 10px 0px;
}

.radio-button {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    align-items: center;
    color: var(--Black);
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    cursor: pointer;
}

.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
    background-color: #E3E3E3;
}

.radio::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #0062FF;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.radio::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.radio-button input[type="radio"]:checked+.radio {
    transform: translateZ(0px);
}

.radio-button input[type="radio"]:checked+.radio::before,
.radio-button input[type="radio"]:checked+.radio::after {
    opacity: 1;
}

.register_first_wrapper {
    position: relative;
}

.register_left_col {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
}

.register_first_wrap_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.register_first_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: Scale infinite 5s linear;
}

.register_right_col {
    display: flex;
    align-items: center;
    min-height: 100vh;
    margin: 0px 0px 0px 50%;
    padding: 50px 100px 50px 100px;
}

.register_first_wrap_text {
    margin: 0px 0px 50px 0px;
}

.register_first_wrap_text h6 {
    font-size: 50px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Dark-Blue);
    line-height: 1;
    margin: 0px 0px 10px 0px;
}

.register_first_wrap_text h3 {
    font-size: 36px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Dark-Blue);
    line-height: 1;
    margin: 0px 0px 10px 0px;
}

.register_first_wrap_text p {
    font-size: 20px;
    font-family: var(--SpaceGrotesk-Regular);
    color: #111111;
    text-transform: capitalize;
}

.register_first_wrap_input {
    margin: 0px 0px 20px 0px;
    position: relative;
}

.register_first_wrap_input label {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Medium);
    color: #111111;
    margin: 0px 0px 5px 0px;
}

.register_first_wrap_input input {
    width: 100%;
    height: 60px;
    background-color: #F2F2F2;
    padding: 0px 25px;
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
    color: #757575;
    border: 0;
    border-radius: 50px;
    place-content: center;
}

.register_first_wrap_input span {
    position: absolute;
    bottom: 22px;
    right: 20px;
    cursor: pointer;
}

.register_first_wrap_bottom_text p {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: #111111;
    text-align: center;
}

.register_first_wrap_bottom_text p a {
    font-family: var(--SpaceGrotesk-Medium);
    color: #111111;
}

.register_first_wrap_btn {
    margin: 0px 0px 10px 0px;
}

.check {
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Medium);
    color: var(--Black);
    user-select: none;
}

.check:before {
    content: "";
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--Black);
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
    margin: 2px 5px 0px 0px;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

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

.register_first_wrap_flex a {
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Dark-Blue);
    text-decoration: underline;
}

.otp-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.otp-input input {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 30px;
    font-family: var(--SpaceGrotesk-Regular);
    color: #666666;
    transition: all 0.3s ease;
    border-radius: 80px;
    border: 1.184px solid #D6DDEB;
    background: #F0F0F0;
}

.otp-input input:focus {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}

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

.otp-input input[type=number] {
    -moz-appearance: textfield;
}

.popup_modal .modal-dialog {
    max-width: 700px;
}

.popup_modal .modal-content {
    padding: 50px 60px;
    position: relative;
}

.popup_modal_close_btn button {
    background-color: transparent;
    border: 0;
}

.popup_modal_close_btn button i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
}

.popup_modal_icon {
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.popup_modal_text {
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.popup_modal_text h6 {
    font-size: 30px;
    font-family: var(--SpaceGrotesk-Medium);
    color: #111111;
    margin: 0px 0px 10px 0px;
}

.popup_modal_text p {
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    font-family: #666666;
}

.index_services_box_wrap {
    background-image: url(../images/bg_lines.png);
    background-position: center;
    background-size: cover;
    background-color: var(--Dark-Blue);
    border-radius: 12px;
    padding: 20px 20px;
    margin: 0px 0px 30px 0px;
}

.index_services_box_text {
    margin: 20px 0px 0px 0px;
}

.index_services_box_text h6 {
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--White);
    background-color: var(--Light-Blue);
    display: inline;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 30px;
    transition: 0.5s all;
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
}

.index_services_box_text p {
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
    color: #FFF;
    margin: 20px 0px 0px 0px;
}

.index_services_box_info {
    margin: 10px 0px 0px 0px;
}

.index_services_box_info ul {
    display: flex;
    gap: 10px;
}

.index_services_box_info ul li a {
    background: #0062ff;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 14px;
    font-family: var(--SpaceGrotesk-Regular);
}

.index_sec_wrap_details_text h6 {
    font-size: 35px;
    margin: 0px 0px 5px 0px;
    font-family: var(--SpaceGrotesk-Bold);
}

.index_sec_wrap_details_text p {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    font-family: var(--SpaceGrotesk-Regular);
}

.index_sec_wrap_details_text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.index_sec_wrap_details_text ul li a {
    font-size: 15px;
    background: #0056e0;
    padding: 6px 14px;
    color: #FFF;
    border-radius: 50px;
    font-family: var(--SpaceGrotesk-Regular);
}

.index_sec_wrap_details_text ul {
    display: flex;
    gap: 5px;
}

.services-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0px 0px 0px;
}

.index_sec-wrap_btn_l a {
    font-size: 15px;
    padding: 10px 10px;
    border-radius: 50px;
    background: #0f1e2f;
    color: #FFF;
}

.index_sec-wrap_btn_l a {
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 50px;
    background: #0f1e2f;
    color: #FFF;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    font-family: var(--SpaceGrotesk-Regular);
}

.index_sec-wrap_btn_l a i {
    font-size: 14px;
    background: #FFF;
    color: #0f1e2f;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.index_sec-wrap_btn_l {
    margin: 0px 0px 0px 0px;
}

.index_sec_wrap_rating ul {
    display: flex;
    gap: 5px;
}

.index_sec_wrap_rating ul li a {
    font-size: 15px;
}

/* INNER-PAGES  */

/* ANIMATIONS */
@keyframes bg_scale {
    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes left-right {
    0% {
        transform: translate(-5vw, 0);
    }

    50% {
        transform: translate(-80vw, 0);
    }

    100% {
        transform: translate(-5vw, 0);
    }
}

@keyframes common_bg {
    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes Scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* ANIMATIONS */

/*ADDITIONAL CSS*/
/*ADDITIONAL CSS*/
/* DASHBOARD MODAL CSS START */
.dashboard_form_modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    background: var(--White);
    padding: 30px;
}

.dashboard_form_modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.dashboard_form_modal .modal-body {
    padding: 10px;
}

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

.dashboard_form_modal_text h6.heading {
    font-size: 32px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--Dark-Blue);
    margin-bottom: 10px;
}

.dashboard_form_modal_input {
    margin-bottom: 20px;
}

.dashboard_form_modal_input input[type="text"],
.dashboard_form_modal_input input[type="number"],
.dashboard_form_modal_input select,
.dashboard_form_modal_input textarea {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-family: var(--SpaceGrotesk-Regular);
    color: var(--Black);
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dashboard_form_modal_input input[type="text"]:focus,
.dashboard_form_modal_input input[type="number"]:focus,
.dashboard_form_modal_input select:focus,
.dashboard_form_modal_input textarea:focus {
    background: var(--White);
    border-color: var(--Light-Blue);
    box-shadow: 0 0 0 4px rgba(0, 98, 255, 0.1);
}

.dashboard_form_modal_input textarea {
    min-height: 120px;
    resize: vertical;
}

.dashboard_form_modal_input input[type="submit"] {
    width: 100%;
    padding: 18px;
    font-size: 18px;
    font-family: var(--SpaceGrotesk-Bold);
    color: var(--White);
    background: var(--Light-Blue);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    margin-top: 10px;
}

.dashboard_form_modal_input input[type="submit"]:hover {
    background: var(--Dark-Blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 98, 255, 0.2);
}

/* DASHBOARD MODAL CSS END */