@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600|Open+Sans:400,600,700');

/*======================
        1.BASIC
========================*/

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

:root {
    --site-font: "Figtree", sans-serif;
    --site-font-2: "Barlow Semi Condensed", sans-serif;
    --site-main: black;
    --site-color1: #1d90bd;
    --site-color2: #1bd2b5;
    --site-color3: #fd0468;
    --site-main2: rgb(255, 255, 255);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background: -webkit-linear-gradient(left, #2798c5 0, #56c0ea 100%);
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 25px;
    display: block;
}

/*==========================
        2.PRELOADER
============================*/

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    height: 1px;
    background: #000;
    position: absolute;
    z-index: 9999;
}

/*==========================
        3.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.sec_subtitle {
    max-width: 550px;
    line-height: 1.6;
}

.section_title h4 {
    font-size: 40px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.section_title h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.section_title h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #e9204f;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.vr_line {
    height: 34px;
    width: 3px;
    background-color: #e9204f;
}

.bg-grey {
    color: #747474 !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-custom {
    background-color: #e9204f;
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #777;
}

.text-custom {
    color: #000000 !important;
}

.h-100vh {
    height: 100vh;
}

.h-90vh {
    height: 90vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

.bg-black-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c405a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-black {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-blacks {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn {
    border-radius: 0;
    padding: 10px 40px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border: 2px solid #000000;
    outline: none;
    color: rgb(0, 0, 0);
    background-color: transparent;
    white-space: nowrap;
}

.btnp {
    border-radius: 0;
    padding: 0px 15px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border: 2px solid;
    border-image: linear-gradient(45deg, #1b86b6, #d7027f) 1;
    background-color: #000;
    outline: none;
    color: rgb(255, 255, 255);
    background: linear-gradient(45deg, #011016, #010b13);
    white-space: nowrap;
}

.btn--border::after,
.btn--border::before,
.btn--border span::after,
.btn--border span::before {
    content: "";
    position: absolute;
    background-color: rgb(255, 255, 255);
    transition: 0.5s ease;

}

.btn--border::after,
.btn--border::before {
    height: 100%;
    width: 2px;
    top: -2px;
}

.btn--border::after {
    left: -2px;
}

.btn--border::before {
    right: -2px;
}

.btn--border span::after,
.btn--border span::before {
    height: 2px;
    width: 100%;
    left: -2px;
}

.btn--border span::after {
    top: -2px;
}

.btn--border span::before {
    bottom: -2px;
}

.btn:hover {
    border: 2px solid var(--site-color1);
    color: var(--site-color1);
}

.btn--border:hover:before {
    transform: translatex(12px);
}

.btn--border:hover span::after {
    transform: translatey(-12px);
}

.btn--border:hover span::before {
    transform: translatey(12px);
}

.btn--swap span {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    font-size: 16px;
    box-sizing: border-box;
    opacity: 0;
    color: #fff;
    transition: 0.35s ease;
}

.btn--swap::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #e9204f;
    transition: 0.5s ease;
}

.btn--swap:hover:before {
    width: 100%;
}

.btn--swap:hover span {
    opacity: 1;
}

.btn--future::after,
.btn--future::before {
    content: "";
    position: absolute;
    border: 2px solid white;
    width: calc(100% + 15px);
    height: 60px;
    transition: 0.5s ease;
}

.btn--future::after {
    top: -15px;
    left: -15px;
    border-right: none;
    border-bottom: none;
}

.btn--future::before {
    bottom: -15px;
    right: -15px;
    border-left: none;
    border-top: none;
}

.btn--future:hover:after,
.btn--future:hover:before {
    width: calc(100% - 30px);
    height: 80px;
}

/*COLOR SWITCHER START*/
#color-switcher div h3 {
    font-size: 16px;
    margin: 8px 3px 12px
}

#color-switcher {
    background: none repeat scroll 0 0 #ffff;
    box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, .08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#color-switcher div {
    padding: 5px 10px
}

#color-switcher .bottom {
    background: none repeat scroll 0 0 #fff;
    color: #252525;
    padding: 0
}

#color-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #2b2424;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px
}

#color-switcher .bottom a {
    text-decoration: none
}

#color-switcher .bottom a.settings i {
    margin-left: 5px;
    color: #fff;
    font-size: 24px;
    position: absolute
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
    border-radius: 0
}

ul.pattern li {
    float: left;
    margin: 2px
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    margin: 5px
}

ul.pattern .color1 {
    background: #e9204f;
}

ul.pattern .color2 {
    background: #e3ab89;
}

ul.pattern .color3 {
    background: #1E716B;
}

ul.pattern .color4 {
    background: #fe9e48;
}

ul.pattern .color5 {
    background: #11a3e5;
}

ul.pattern .color6 {
    background: #ec989f;
}

ul.pattern .color7 {
    background: #77885f;
}

ul.pattern .color8 {
    background: #638296;
}

ul.pattern .color9 {
    background: #f58075;
}


@media only screen and (max-width:479px) {
    #color-switcher {
        display: none
    }
}

/*COLOR SWITCHER END*/
/*==========================
        4.NAVBAR
============================*/

.custom-nav {
    padding: 2px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: var(--site-color1);
    background: linear-gradient(45deg, #1d90bd, #5bc4ee);
}



.custom-nav .navbar-nav li a {
    color: var(--site-main2);
    font-size: 14px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 18px;
    border-width: 5px;
    transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    border-color: #fff;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
    border-color: #000;
}

.custom-nav.stickyadd .navbar-nav li.active a:after,
.custom-nav.stickyadd .navbar-nav li:hover a:after,
.custom-nav.stickyadd .navbar-nav li:active a:after,
.custom-nav .navbar-nav li.active a:after,
.custom-nav .navbar-nav li:hover a:after,
.custom-nav .navbar-nav li:active a:after {
    opacity: 1;
}

@media (min-width: 292px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}

@media (min-width: 292px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-collapse {
    /* flex-basis: 100%; */
    /* flex-grow: 1; */
    align-items: center;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #e9204f;
}

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

/* .stickyadd .logo .logo-light {
    display: none;
} */

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    margin-top: 0px;
}

.navbar-brand.logo img {
    height: 70px;
    margin-top: 0px;
}



/* dashboard profile */
/* Navbar Styles */
.navbar {
    background: #1d90bd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    font-weight: 700;
    color: #1d90bd;
    font-size: 24px;
}

.nav-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff;
    position: relative;
    border: none;
    transition: all 0.3s;
    border: 1px solid #e9ecef;
}

.nav-icon-btn:hover {
    background: #1d90bd;
    color: white;
}

/* Sidebar Styles */
#sidebar {
    background: #ffffff;
    min-width: 260px;
    max-width: 260px;
    min-height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    left: 0;
    box-shadow: 0 0 15px rgb(29 144 189 / 18%);
    transition: all 0.3s;
    z-index: 1000;
}

#sidebar.active {
    margin-left: -260px;
}

.sidebar-menu {
    padding: 1rem;
}

.menu-title {
    color: #667085;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin-top: 15px;
}

.sidebar-link {
    padding: 12px 20px;
    color: #667085;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    margin: 4px 0;
    transition: all 0.3s;
}

.sidebar-link:hover,
.sidebar-link.active {
    background: #1d90bd;
    color: white;
}

.sidebar-link i {
    width: 24px;
    font-size: 18px;
    margin-right: 10px;
}

/* Content Area */
.dashboard-content {
    margin-left: 260px;
    padding: 20px;
    transition: all 0.3s;
}

#sidebar.active+.dashboard-content {
    margin-left: 0;
}

.card-details {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.212);
}

.price del {
    color: red;
    margin-right: 5px;
}

.feature-list li {
    list-style: none;
    margin-bottom: 8px;
}

.feature-list li::before {
    content: '\2714';
    color: green;
    margin-right: 5px;
}

.tech-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.card-header {
    background: none;
    border-bottom: 1px solid #e9ecef;
    padding: 20px;
}

.stat-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    color: #1d90bd;
}

.stat-label {
    color: #667085;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    #sidebar {
        margin-left: -260px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    .dashboard-content {
        margin-left: 0;
    }
}

/* Chart container */
.chart-container {
    position: relative;
    height: 300px;
    width: 100%;
}

/* Notification badge */
.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff6b6b;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 10px;
}

/*==========================
        5.HOME
============================*/



.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-family: "AvantGarde Bold", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: capitalize;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

.design_home li::after {
    content: "|";
    margin: 0 20px;
    color: #fff;
}

.design_home {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #e9204f, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    position: relative;
    display: inline-block;
    padding: 5px 40px;
}

.design_home li:last-child:after {
    content: "";
}

.social_home li a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    text-align: center;
}

/* btn hover home 3 (index_3) */

.particlescss {
    position: relative;
    z-index: 99;
}

/* creative background home 4 (index_4) */

.creative_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}

/* creative background home 4,5,6 (index_6) */



/* clip home 7,8,9 (index_6) */

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 140%, 0 83%);
    position: relative;
}

/*----index 14----*/

.bg-home-slider {
    position: relative;
}

.bg-home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

.carousel-control-prev>span,
.carousel-control-next>span {
    font-size: 44px;
}

/*index 15*/

.wave_sec {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wave_sec svg {
    height: 180px;
}

.project-video .play-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #ffa114;
    background-color: #ffffff;
    box-shadow: 0 0 0px 12px rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}

/*======================
    owl slider click point
========================*/

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #e9204f !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

/*==========================
        6.ABOUT US
============================*/

.about_boxes.mx-auto.mt-5 {
    padding: 20px 20px;
}

.about-img img {
    box-shadow: 20px 19px 0px -4px #e9204f;
}

.about-imgbox:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0;
    border: 10px solid #e9204f;
}

.about-imgbox img {
    box-shadow: -20px -19px 0px -4px #000;
}

.about-imgbox {
    padding: 0 30px 30px 15px;
}

.about-work li {
    font-size: 18px;
}

.about-work li::after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 12px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.about-work li:last-child:after {
    content: "";
    display: none;
}

/* clip about 7,8,9 (index_6) */

.aboutclip_img img {
    margin-top: 2rem;
    box-shadow: 20px 19px 0px -4px #e9204f;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.text-site {
    color: var(--site-color1);
}

/*======================
    7.SERVICES         
========================*/

.services_bg {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 25rem;
    position: relative;
    background: #000;
}

#slider-top {
    margin-top: -8rem;
}

.service_box {
    height: 23rem;
    background: #fff;
    padding: 100px 40px 60px;
    position: relative;
    margin: 0px 10px;
}

.service_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9204f;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
}

.service_box:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

.service_box h2 {
    color: #d8d8d8;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 40px;
    top: 60px;
    font-size: 4em;
    font-weight: 800;
    z-index: 1;
    opacity: 0.5;
    transition: 0.5s;
}

.service_box:hover h2 {
    opacity: 1;
    color: #fff;
    transform: translateY(-40px);
}

.service_box h5 {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 1.5em;
    z-index: 2;
    color: #333;
    transition: 0.5s;
}

.service_box:hover h5 {
    color: #fff;
}

.service_box p {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 2;
    color: #555;
    transition: 0.5s;
}

.service_box:hover p {
    color: #fff;
}

/*==========================
    8.PROCESS (Work)
============================*/

.process_step {
    padding: 10px 0;
    position: relative;
    margin-top: 35px;
}

.process_step::after {
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e6e6e6;
}

.process_box {
    margin-bottom: 50px;
}

.process_step .process_box .process_left {
    margin-right: 20px;
}

.process_step .process_box .process_left::after,
.process_step .process_box .process_right::after {
    border: 4px solid #fff;
    content: "";
    height: 16px;
    box-shadow: 0 0 0 1px #e6e6e6;
    position: absolute;
    top: 20px;
    width: 16px;
    background-color: #e9204f;
    z-index: 1;
}

.process_step .process_box .process_left::after {
    right: -43px;
    background-color: #e9204f;
}

.process_step .process_box .process_right::after {
    left: -43px;
    background-color: #e9204f;
}

.process_step .process_box .process_detail_right {
    text-align: center;
    margin-left: 15px;
    float: left;
    padding: 20px;
    border: 1px solid #f3efef;
}

.process_step .process_box .process_right {
    text-align: center;
    margin-left: 20px;
    padding: 20px 0px;
    position: relative;
}

.process_step .process_box .process_left,
.process_step .process_box .process_right {
    text-align: center;
    /*padding: 20px 0px;*/
    position: relative;
}

.process_step .process_box .process_detail_left {
    text-align: center;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #f3efef;
}

.process_number h5 {
    font-size: 26px !important;
    color: #e9204f;
    background-color: #e9204f21;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.process_step h4,
.process_detail_left h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.process_right img,
.process_left img {
    max-width: 300px;
}

/*======================
    9.FUNFACTS
========================*/

#about-rt {
    background: white;
    margin-left: 47rem !important;
    margin-top: -35rem;
    padding: 10px 10px;
}

.bg_funfact {
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.14);
    position: relative;
    margin-top: -29rem;
}

.bg_funfacts {
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.14);
    position: relative;
    margin-top: -8rem;
}

.funfact_box {
    box-shadow: 0 0 0px 8px rgba(233, 32, 79, 0.23);
    background: -webkit-gradient(linear, left top, right bottom, from(#e9204f), to(#e9204f));
    background: linear-gradient(to bottom right, #e9204f, #e9204f);
}

/*==========================
        10.PRICING
============================*/

.price_border_box {
    padding: 40px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    border-top: 3px solid #e9204f;
}

.price_border_box.active .lable {
    background: #e9204f;
    padding: 8px 0;
    text-align: center;
    width: 130px;
    position: absolute;
    top: -17px;
    right: 0px;
    left: 0;
}

.price_border_box.active .lable h6 {
    color: #fff;
    font-size: 14px;
}

.price_border_box .lan-price h1 sup,
.price_border_box .lan-price h1 sub {
    font-size: 26px;
}

.price_border_box .lan-price h1 {
    font-size: 49px;
    font-weight: 600;
}

.price_border_box .price-name h5 {
    font-weight: 600;
}

.price_border_box .lan-price h1 sup {
    position: relative;
    top: -15px;
}

.price_border_box .lan_price_feat {
    padding: 40px 0px;
}

.price_border_box .lan_price_feat p {
    font-size: 14px;
    color: #777;
}

/*==========================
      11.TEAM
============================*/

.social-icons .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    margin: 0 7px;
    transition: transform .5s;
}

.social-icons .fa:hover {
    background: #e9204f;
    color: #fff;
    transform: translateY(-7px);
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.team-hover {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s
}

.single-team img {
    width: 100%;
    height: auto;
}

.team-hover h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.team-hover h4 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.team-hover ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.team-hover ul li {
    display: inline-block;
}

.team-hover ul li {
    background-color: #333;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin: 0 2px;
    text-align: center
}

.team-hover ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
}

.single-team {
    margin: 0 10px;
    position: relative;
    z-index: 2;
}

.team-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    z-index: -1;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.single-team:hover .team-hover {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*==========================
        12.CLIENTS
============================*/

.client_name img {
    display: block;
    margin: 10px auto;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid #007bff;
    max-width: 100%;
}


@media (max-width: 576px) {
    .client_name img {
        width: 42px !important;
        height: 42px;
    }
}

.text-center.testi_boxes.mx-auto img {
    width: 10%;
    position: center;
}

.client_review {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
    max-width: 550px;
}

.testi_boxes .tam_testi_icon {
    font-size: 80px;
}

.client_name {
    font-size: 18px;
}

.client-img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 10px;
    left: 50px;
    bottom: 0;
}

.client-img img {
    box-shadow: 20px 19px 0px -4px #e9204f;
}

.client-img {
    padding: 0 30px 30px 15px;
}

/*==========================
      13.PORTFOLIO (category)
============================*/

.portfolio_menu li {
    margin-right: 0px !important;
}

.portfolio_menu li:last-child:after {
    content: "";
    display: none;
}

.portfolio_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 0px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.portfolio_menu li a.active {
    background-color: #e9204f;
    color: #ffffff;
}

.portfolio_menu li a:hover {
    background-color: #e9204f;
    color: #ffffff !important;
}

.portfolio_imgbox {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.portfolio_imgbox {
    position: relative;
    overflow: hidden;
}

.portfolio_imgbox a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.portfolio_imgbox .portfolio_images {
    position: relative;
}

.portfolio_imgbox .portfolio_images img {
    transition: all 0.5s;
    width: 100%;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay a {
    height: 100%;
    width: 100%;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 100px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 75px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}

.portfolio_imgbox:hover img {
    transform: scale(1.1);
}

.portfolio_imgbox:hover .portfolio_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.portfolio_imgbox:hover .portfolio_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.portfolio_imgbox:hover .portfolio_overlay h4:before {
    right: -100%;
}

.portfolio_imgbox:hover .portfolio_overlay h6 {
    color: white;
}

.portfolio_imgbox:hover .portfolio_overlay h6:before {
    left: -100%;
}

/*==========================
        14.BLOG
============================*/

.blog_box {
    box-shadow: 0 5px 30px -2px rgba(154, 161, 171, .1);
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
}

.blog_box .blog_img img {
    transition: all 0.5s;
}

.blog_box:hover .blog_img img {
    transform: translateY(-8px);
    box-shadow: 0 1px 25px -12px rgba(0, 0, 0, 0.41);
}

.blog_box .blog_content .blog_date_post p {
    font-size: 14px;
}

.blog_content p {
    font-size: 15px;
}

.blog_box h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.blog_box .read_more {
    font-size: 14px;
    font-weight: bold;
}

.blog_box .blog_budget {
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    top: 25px;
    left: 25px;
}

.blog_box .blog_border {
    height: 2px;
    width: 0px;
    background: #ff4f64;
    display: inline-block;
    position: relative;
    top: -4px;
    transition: all 0.5s;
}

.blog_box .read_more:hover .blog_border {
    width: 30px;
}

.blog_video .blog_play {
    position: absolute;
    top: 52%;
    left: 52%;
    margin-left: -40px;
    margin-top: -40px;
}

.blog_play {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #000 !important;
    font-size: 35px;
    line-height: 65px;
    background-color: #fff;
}

.blog_box .blog_divider {
    height: 1px;
    margin: 20px 0;
    width: 100%;
    background-color: #e7e7e7;
}

.blog_box .blog_content .comment_icon i {
    position: relative;
    top: 1px;
}

.blog_box .blog_content .comment_icon:hover,
.blog_box .blog_content .like_icon:hover {
    color: #ff4f64 !important;
    transition: all 0.5s;
}




/*==========================
      15.CONTACT form (get in touch)
============================*/

.contacts_box_side {
    padding: 14px 10px;
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.08);
}

.contacts_box_side .contacts_icons {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}

.contacts_box_side .contacts_icons i {
    height: 61px;
    width: 61px;
    display: block;
    font-size: 26px;
    box-shadow: 0 0 0px 8px #dca808;
    line-height: 54px;
    background: #032e61;
    background: -webkit-gradient(linear, left top, right bottom, from(#6c8fdd), to(#1a4ac1));
    color: #fff;
    text-align: center;
}

.contacts_box_side .services_more a {
    font-size: 15px;
    transition: all 0.5s;
}

.contacts_box_side .services_more a:hover {
    color: #032e61 !important;
}

.contacts_box_side .services_content {
    margin-left: 25%;
}

.contacts_box_side .services_content p {
    line-height: 1.6;
}

.contacts_box_side .services_content h5 {
    font-family: 'Open Sans', sans-serif;
}

/* form */

.bg-conform-img {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.checkbox {
    margin-left: 16px;
}

.formBox {
    background: linear-gradient(120deg, #F0F7FF 0%, #f8f9fa 87%);
    padding: 50px;
}

.formBox h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 48px;
}

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.inputBox .inputText {
    position: absolute;
    font-size: 16px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}

.inputBox .input {
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    color: #a3ceff;
}

.focus .inputText {
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #000;
}

label {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    transition: border-color 0.3s ease;
}


.form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


textarea.form-control {
    resize: vertical;
}


.form-group button {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-group button:hover {
    background-color: #0056b3;
}

.error-message {
    color: red;
    font-size: 14px;
}

.form-container,
.image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px;
}

/*==========================
        16.GET STARTED NOW
============================*/

.bg-coursesone {
    position: relative;
    overflow: hidden;
}

.bg-courses-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.Courses_side {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 215px);
    top: 50%;
    transform: translateY(-50%);
}

.pro_desc .section_title .section_subtitle {
    color: rgb(255, 255, 255);
}

.pro_best_fet p {
    border-radius: 3px;
    border: 1px solid rgba(247, 247, 247, 0.14);
    padding: 10px 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
    cursor: pointer;
    transition: all 0.5s;
}

.pro_best_fet p:hover {
    color: #000000;
    background-color: #fff;
    transform: translate(0, -4px)
}

.pro_best_fet {
    max-width: 350px;
}

.pro_best_fet.mt-4.pt-3 {
    margin-left: 380px;
}


.back_top,
.bg-gradient,
.home-bg,
.btn-gradient,
.features_border,
.in_features,
.bg-coursesone {
    background: #000000;
    background: -webkit-linear-gradient(left, #2798c5 0, #56c0ea 100%);
}

/* 
details */

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.features-list span {
    width: 40px;
    height: 40px;
    background-color: var(--site-color1);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.features-list strong {
    font-weight: bold;
}

.details-carousel .item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

@media (max-width: 776px) {
    .details-carousel .item img {
        height: 100%;
    }
}

/*==========================
        17.FOOTER
============================*/

.footer_tag {
    background-color: #000;
    position: relative;
    background-size: cover;
}

.footer_tag .footer_logo {
    height: 26px;
}

.footer_tag .footer_title_border {
    background-color: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 26px;
}

.footer_tag h6 {
    font-size: 18px;
}

.footer_tag .footer_menu_list li a {
    color: rgb(255, 255, 255) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_tag .footer_menu_list li a:hover {
    color: #e9204f !important;
}

.footer_tag p {
    font-size: 14px !important;
    color: rgb(255, 255, 255);
}

.fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    color: #e9204f !important;
    background-color: #fff;
}


/**BACK TO TOP**/

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    border: 1px solid #ffffff;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a3c85e;
    transition: all 0.8s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top i {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.social-icon>li a,
.social-icon a,
.team-icon>li a,
.main-icon i {
    background-color: transparent;
    font-size: 15px;
    color: #85909a;
    border: 1.4px solid #85909a;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width: 36px;
    transition: all 0.5s;
}

.team-icon>li a {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #a3c85e;
}

.team-icon a:hover {
    background-color: #ffffff;
    color: #a3c85e;
}

.social-icon a:hover {
    background: #e9204f;
    border: 1.4px solid #e9204f;
    color: #fff !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.menu-privacy-container ul li {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #f4f4f4;
}

a.tc-menu-inner {
    margin-left: 10px;
    color: #e9204f;
    font-size: 14px;
}


/*==========================
        18.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
    }

    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 9px;
        padding: 6px 0;
        color: #ffffff;
    }

    .custom-nav .navbar-nav li.active a {
        color: #e9204f;
    }

    .custom-nav>.container {
        width: 90%;
    }

    .custom-nav .logo .logo-dark {
        display: inline-block;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .navbar-toggler {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }

    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }

    .h-100vh {
        height: auto;
    }

    .clip-home {
        clip-path: none;
    }

    .vertical-content {
        display: inherit;
    }

    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 130px 0 145px 0;
    }

    .creative_homebg {
        height: 100vh;
    }

    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }

    .copy-rights {
        line-height: 26px;
    }

    .logo_img img {
        margin-top: 10px;
    }

    .border_left {
        border: none;
    }

    .bg-home-slider .carousel-control-next,
    .carousel-control-prev {
        width: 6%;
    }

    .design_home li::after {
        display: none;
    }

    .design_home li {
        display: block;
    }

    .work_menu li:after {
        display: none;
    }

    .process_step::after {
        margin: 0;
    }

    .process_box .work_images {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }

    .process_box .work_images::after {
        left: -24px !important;
    }

    .process_box .work_detail {
        text-align: left !important;
        margin-left: 15px;
    }

    #about-rt {
        background: white;
        margin-left: 0rem !important;
        margin-top: -40rem;
        padding: 10px 10px;
    }

    .card {
        margin-top: 20px;
    }

    .blog-content {
        height: 95vh;
        width: auto;
    }

    .single-blog {
        margin-top: 20px;
    }

    #contactresp {
        padding: 2rem 0 5rem 0;
    }
}

@media (max-width: 492px) {
    .custom-nav .navbar-nav li a {
        color: var(--site-main2);
        font-size: 10px;
        background-color: transparent !important;
        padding: 1px 0 !important;
        position: relative;
        margin: 0px 3px;
        border-width: 5px;
        margin-top: 6px;
        transition: all 0.4s;
    }
}


.projext-card {
    text-align: center;
    padding: 30px 20px;
    transition: 0.3s ease-in-out;
}

.project-image {
    position: relative;
    display: inline-block;
}

.project-image img {
    width: 200px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 13px 57px -15px rgba(0, 41, 101, 0.15);
}

/* Side images default state */
.project-image .background {
    position: absolute;
    top: 28px;
    width: 160px;
    height: 226px;
    filter: brightness(90%);
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.project-image .main {
    position: relative;
    z-index: 2;
    height: 280px;

}

/* @media (min-width: 498px) {

.project-image .background {
    position: absolute;
    top: 28px;
    width: 160px;
    height: 212px;
    filter: brightness(90%);
    transition: 0.3s ease-in-out;
    z-index: 1; 
}
.project-image .main {
    position: relative;
    z-index: 2; 
     height: 140px;

}
} */
.project-image .left {
    left: -60px;
    transform: rotate(0deg) translateX(0px);
}

.project-image .right {
    right: -60px;
    transform: rotate(0deg) translateX(0px);
}


/* Hover effect */
.project-image:hover .right {
    filter: brightness(100%);
    transform: rotate(10deg) translateX(15px);
}

.project-image:hover .left {
    filter: brightness(100%);
    transform: rotate(-10deg) translateX(-15px);
}

.site-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.site-text {
    font-size: 14px;
    color: #666;
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 1198px) {

    .project-image .right {
        right: -28px;

    }

    .project-image .left {
        left: -28px;

    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .project-image img {
        width: 150px;
        /* Reduce image size */
    }

    .project-image .background {
        width: 120px;
        /* Reduce background image size */
    }

    .project-image .right {
        right: -40px;
        transform: rotate(0deg) translateX(0px);
    }

    .project-image .left {
        left: -40px;
        transform: rotate(-0deg) translateX(-0px);
    }

    .project-image:hover .right {
        right: -40px;
        transform: rotate(10deg) translateX(10px);
    }

    .project-image:hover .left {
        left: -40px;
        transform: rotate(-10deg) translateX(-10px);
    }

    .site-title {
        font-size: 18px;
    }

    .site-text {
        font-size: 13px;
        max-width: 250px;
    }
}


/* search */
.search {
    margin: auto;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search input {
    width: 75%;
    padding: 0;
    border: none;
    outline: none;
    margin-left: 10px;
}

.search button {
    width: 10%;
    padding: 0;
    border: none;
    outline: none;
    font-size: 25px;
    margin: auto;
    margin-right: 0;
    color: rgb(139, 139, 139);
    background: white;
}

@media only screen and (max-width: 600px) {
    .search {
        width: 100%;
        flex-wrap: wrap;
    }

    .search select {
        width: 100%;
    }
}

/* faq */
.faq-title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.faq-title span {
    color: var(--site-color1);
}

.faq-accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border: none;
}

.faq-accordion .accordion-header button {
    background: #fff;
    font-weight: bold;
    color: #333;
    border-radius: 10px;
    box-shadow: none;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-accordion .accordion-body {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.faq-image {
    text-align: center;
}

.faq-image img {
    max-width: 100%;
}

.accordion-button::after {
    content: none;
}

.accordion-button::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f067";
    margin-left: 10px;
    transition: transform 0.3s;
    order: 1;
}

.accordion-button[aria-expanded="true"]::before {
    content: "\f068";
    transform: rotate(180deg);
}


/* nav tab*/
.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.custom-col-style {
    padding-left: 20px;
    padding-right: 20px;
}

.custom-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.project-tab-list {
    display: flex;
    justify-content: center;
}

.project-tab-list a h4 {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    letter-spacing: .5px;
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 0px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.project-tab-list a {
    color: #999999;

}

.project-tab-list a.active h4,
.project-tab-list a h4:hover {
    background: linear-gradient(45deg, #0831e3, #1bd2b5);
    color: #ffffff;
}

.project-tab-list a {
    line-height: 1;
    margin: 0 5px;
    border: 2px solid #09c6f5;
    margin-top: 2px;
}

/* Style for Outer Tabs */
.nav-tabs .nav-link {
    background-color: #f8f9fa;
    color: #007bff;
    border: 1px solid #dee2e6;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

/* Style for Inner Tabs (Pills) */
.nav-pills .nav-link {
    background-color: #e9ecef;
    color: #495057;
    margin-right: 5px;
    border-radius: 5px;
    padding: 8px 12px;
    transition: all 0.3s ease-in-out;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    background-color: #17a2b8;
    color: white;
}

/* Content Styling */
.tab-content {
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 5px;
}

.list-inline-item {
    transition: all 0.5s ease-in-out;
}

/* Responsive Adjustments */
@media (max-width: 576px) {

    .nav-tabs .nav-link,
    .nav-pills .nav-link {
        padding: 8px 10px;
        font-size: 14px;
    }
}

.price-code {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.price {
    font-weight: bold;
    color: #27ae60;
    /* Green for price */
}

.code {
    font-style: italic;
    color: #8e44ad;
    /* Purple for code */
}

/* notification */
.notification {
    --notification-font-icon: 'Font Awesome 6 Free';
    --notification-color: #283C5A;
    position: relative;
    background-color: color-mix(in srgb, var(--notification-color) 7%, white);
    border-width: 1px;
    border-style: solid;
    border-color: var(--notification-color);
    padding-block: 1.25rem;
    padding-inline: 3rem 1.25rem;
    border-radius: 4px;
    margin-bottom: 8px;
}

.notification:before {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0f3";
    font-family: var(--notification-font-icon);
    font-weight: 700;
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--notification-color);
}

.notification:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2rem;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background-color: var(--notification-color);
}

.notification.-info {
    --notification-color: #007bff;
}

.notification.-info:before {
    content: "\f05a";
}

.notification.-warning {
    --notification-color: #FFC107;
}

.notification.-warning:before {
    content: '\f06a';
}

.notification.-error {
    --notification-color: #DC3545;
}

.notification.-error:before {
    content: "\f071";
}

.notification.-success {
    --notification-color: #28A745;
}

.notification.-success:before {
    content: "\f058";
}