@font-face {
    font-family: 'Alexandria-Regular';
    src: url('../fonts/Alexandria-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Alexandria-Bold';
    src: url('../fonts/Alexandria-Bold.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Alexandria-Thin';
    src: url('../fonts/Alexandria-Thin.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Alexandria-Medium';
    src: url('../fonts/Alexandria-Medium.ttf') format('truetype');
    font-weight: normal;
}

html {
    scroll-behavior: smooth;
    direction: rtl;
}

body {
    font-family: "Alexandria-Regular";
    /*user-select: none;*/
    background-color: #f7f9ff;
    overflow-x: hidden;
}

body.pannel {
    overflow-x: visible;
}

.font-bold {
    font-family: "Alexandria-Regular";
}

.main-text {
    color: #243b5b;
}

.main-text2 {
    color: #495c76;
}

.main-bg {
    background-color: #243b5b;
}

.second-text {
    color: #c9a759;
}

.bg-gray {
    background-color: #e8eaef;
}

.bg-gray2 {
    background: linear-gradient(rgba(110, 112, 9, 0) 0%, rgba(110, 112, 9, 0.07) 100%);
}

.bg-gray3 {
    background-color: #fafafb;
}

.bg-sky {
    background-color: #caf1f8;
}

.bg-sky2 {
    background: linear-gradient(rgba(9, 112, 85, 0) 0%, rgba(9, 112, 85, 0.07) 100%);
}

.bg-purple {
    background: linear-gradient(rgba(112, 9, 9, 0) 0%, rgba(112, 9, 9, 0.07) 100%);
}

.bg-purple2 {
    background: linear-gradient(rgba(103, 9, 112, 0) 0%, rgba(103, 9, 112, 0.07) 100%);
}

.bg-orange {
    background-color: #ff8a1f;
}

.bg-orange2 {
    background-color: #faf4f4;
}

.border-main {
    border: 2px solid #243b5b;
}

.transition {
    transition: all .4s;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all .4s;
}

.cursor-pointer {
    cursor: pointer;
}

.top-124 {
    top: 124px;
}

.h-100vh {
    height: 100vh;
}

.h-2 {
    height: 2px;
}

.w-10 {
    width: 40px;
}

.h-10 {
    height: 40px;
}

.w-20 {
    width: 20px;
}

.w-36 {
    width: 36px;
}

.h-36 {
    height: 36px;
}

.w-24 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-32 {
    width: 8rem;
}

.h-40 {
    height: 10rem;
}

.w-40 {
    width: 10rem;
}

.h-58 {
    height: 58px;
}
.w-60{
    width: 60px;
}
.w-70 {
    width: 70px
}

.w-98 {
    width: 98px;
}

.w-136 {
    width: 136px;
}

.h-106 {
    height: 106px;
}

.h-105 {
    height: 105px;
}

.h-136 {
    height: 136px;
}

.h-180 {
    height: 180px;
}

.w-160 {
    width: 160px;
}

.w-193 {
    width: 193px;
}

.w-230 {
    width: 230px;
}

.w-250 {
    width: 250px;
}

.w-270 {
    width: 270px;
}

.w-330 {
    width: 330px;
}

.w-574 {
    width: 574px;
}

.h-574 {
    height: 574px;
}

.pt-6 {
    padding-top: 4rem;
}

.pb-9 {
    padding-bottom: 9rem;
}

.pt-84 {
    padding-top: 84px !important;
}

.h-2 {
    height: 2px !important;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.z-1 {
    z-index: -1;
}

.z-10 {
    z-index: 10;
}

.z-90 {
    z-index: 90;
}

.top-18 {
    top: 18%;
}

.top-29 {
    top: -29px;
}

.top-30 {
    top: 30px;
}

.top-57 {
    top: -57px;
}

.top-101 {
    top: 100px;
}

.top-250 {
    top: 250px;
}

.right-65 {
    right: 65px;
}

.right-78 {
    right: -78px;
}

.left-65 {
    left: 65px;
}

.left-78 {
    left: -78px;
}

.bottom-45 {
    bottom: -45px;
}
.mb-22{
    margin-bottom: 22px;
}
.gap-100 {
    gap: 100px;
}

.fill-white {
    fill: white;
}

.text-justify {
    text-align: justify;
}

.rotate-180 {
    transform: rotate(180deg);
}

.rounded-lg {
    border-radius: .5rem;
}

.rounded-4 {
    border-radius: 1rem;
}

.rounded-5 {
    border-radius: 1.5rem;
}

.rounded-top2 {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}

.border-gray {
    border: 1px solid rgb(179, 179, 179);
}

.border-dashed {
    border: 1px dashed;
}

.custom-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 10px 10px 20px;
}

.opacity-60 {
    opacity: 60%;
}

.opacity-none {
    opacity: 0;
}

.swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #c9a759;
    width: 1rem;
    height: 1rem;
    opacity: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #c9a759;
}

.swiper-button-prev,
.swiper-button-next {
    width: 88px;
    height: 40px;
    border-radius: .75rem;
    background-color: white;
    top: 33px;
}

.swiper-rtl .swiper-button-prev {
    left: 117px;
    right: auto;
}

.swiper-rtl .swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: '';
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    box-shadow: none;
    background-color: #f9fafb;
}

.navbar-toggler {
    border-radius: 0.44rem;
}

.iti__country-list {
    width: 249px;
    left: 0;
    overflow-x: hidden;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 0;
}

.select2-container .select2-selection--single {
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    text-align: center;
}

.select2-results__option--selectable {
    text-align: center;
}

.select2-container {
    display: inline-block;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 11px;
}

input[type='email'],
input[type='number'],
.iti--allow-dropdown input {
    text-align: left;
    direction: ltr;
}

.table> :not(caption)>*>* {
    border-bottom-width: 0;
}

/* header */
header {
    background-color: white;
    z-index: 20;
}

header ul li a {
    border-bottom: 4px solid transparent;
    transition: all .4s;
    color: #243b5b !important;
}

header ul li a:hover,
header ul li a.active {
    border-bottom: 4px solid #c9a759;
    color: #243b5b !important;
}

header .socials,
.socials svg {
    color: #243b5b;
    fill: #243b5b;
    transition: all .4s;
}

header .socials:hover,
.socials svg:hover {
    color: #c9a759;
    fill: #c9a759;
}

header ul {
    padding: 0;
}

/* banner */
#banner svg,
#contact svg {
    fill: #243b5b;
}

/* projects */
#projects svg,
#blog .swiper .swiper-button-prev svg,
#blog .swiper .swiper-button-next svg,
.projects svg {
    fill: #c9a759;
}

#projects .swiper-slide:hover,
.projectList:hover {
    background-color: #243b5b !important;
}

#projects .swiper-slide:hover p,
#projects .swiper-slide:hover h3,
.projectList:hover p,
.projectList:hover h3
{
    color: white !important;
}

/* istanbulProjects */
#istanbulProjects {
    background-image: url('../img/istanbul0add.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#istanbulProjects::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.584);
    z-index: 0;
    filter: blur(4px);
}

.back {
    background: linear-gradient(rgba(157, 219, 217, 0.5) 0%, rgba(89, 188, 203, 0.5) 50%, rgba(4, 90, 103, 0.5) 100%);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: all .4s;
}

.istanbulProjectsCart:hover .back {
    opacity: 100%;
}

/* services */
.servicesCard:hover {
    background-color: #243b5b;
}

.servicesCard:hover p,
.servicesCard:hover h3 {
    color: #71c7d0 !important;
}

.servicesCard>div {
    transition: all .4s;
}

.servicesCard:hover>div {
    background-color: #415571 !important;
    box-shadow: 5px 4px 16px 1px black inset;
    border: none;
}

/* about page */
.aboutCircles:hover div {
    background-color: #243b5b !important;
}

.aboutCircles path,
.aboutCircles rect {
    transition: all .4s;
}

.aboutCircles:hover path,
.aboutCircles:hover rect {
    fill: #95d4dc;
}

.aboutCircles:hover p {
    color: white;
}

.circleContent {
    opacity: 0;
    z-index: -3;
}

.circleContent.active {
    opacity: 100%;
}

.nav-tabs .nav-link {
    border-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.nav-link,
.nav-link:hover {
    color: black;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link.active {
    border-color: transparent;
    color: white;
    background-image: url('../img/tabbg.PNG');
}

/* single project page */
.details svg {
    fill: #71c7d0;
}

.gallery img {
    width: 100%;
    height: 537px;
}

.smallImgs img {
    height: 139px;
    width: 100%;
}

.projectSwiper .smallImgs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.projectSwiper .smallImgs .swiper-slide-thumb-active {
    opacity: 1;
}

/* landing page */
#statistics {
    background: linear-gradient(rgba(185, 192, 216, 0.6) 0%, rgba(165, 180, 208, 0) 40%);
}

#homes img {
    height: 420px;
}

#map svg {
    opacity: 0;
}

#map #istanbul {
    opacity: 100%;
}

#map g:hover+svg {
    opacity: 100%;
}

#landingcontact .iti {
    width: 100%;
}

/* pannel */
#sidebar {
    width: 0;
    overflow: hidden;
}

#sidebar.active {
    width: 270px;
}

#sidebar ul li:hover {
    background-color: #e6f7ff;
}

#sidebar ul li.active {
    background-color: #e6f7ff;
    border-right: 2px solid #2395ff;
}

#sidebar ul li:hover a,
#sidebar ul li.active a,
#sidebar ul li.active svg {
    color: #2395ff !important;
    fill: #2395ff !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item:hover {
    background-color: transparent;
}

.project .select2-container {
    width: auto !important;
    min-width: 99px;
}

.project .select2-container--default .select2-selection--multiple {
    height: 44px;
}
.filter .select2-container--default .select2-selection--multiple {
    height: auto;
}
input[type='submit']{
    z-index: 9;
}
.pannelContent {
    height: 88vh;
}

.pannelContent::-webkit-scrollbar {
    width: 0;
    /* width of the entire scrollbar */
}

.pannelContent::-webkit-scrollbar-track {
    background: #fafafb;
    /* color of the tracking area */
    margin: 29px 0;
    width: 0;
}

.pannelContent::-webkit-scrollbar-thumb {
    background-color: #fafafb;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fafafb;
    /* creates padding around scroll thumb */
    width: 0;
}

.pannelContent {
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: #fafafb;
    /* scroll thumb and track */
    scroll-margin: 29px 0;
}
/* footer */
footer {
    background-color: #243b5b;
}

footer svg {
    fill: white;
}

footer li a {
    color: white;
}

footer li a:hover,
footer a:hover p {
    color: #c9a759 !important;
}

footer a:hover svg {
    fill: #c9a759 !important;
}

footer #copyright {
    background-color: #405470;
}
@media only screen and (min-width:1200px) {
    .projectPage .container{
        max-width: 960px;
    }
}
@media only screen and (max-width:1200px) {

    #overlay.active {
        display: block;
    }

    #overlay {
        display: none;
    }

    #sidebar.active {
        left: 0;
    }

    #sidebar {
        left: -300px;
        position: fixed;
        bottom: 0;
        top: 0;
        z-index: 99;
    }

    .pannelContent {
        height: auto;
    }
}
@media only screen and (max-width:992px) {
    .gap-100 {
        gap: 0;
    }

    header svg {
        width: 5rem !important;
    }

    header ul {
        background-color: #f9fafb;
        border: 1px solid rgb(223, 222, 222);
        border-radius: 6px;
        padding: 15px 29px !important;
        margin-top: 22px;
    }

    header ul li a {
        padding: 9px !important;
        border-radius: 8px;
        border-bottom: none;

    }

    header ul li a:hover,
    header ul li a.active {
        background-color: #f3f4f6;
        border-bottom: none;
    }

    #searchBox.position-sticky {
        position: static !important;
    }

    #passport .w-250 {
        width: auto;
    }

    footer .border-end {
        border-right: none !important;
    }
}

@media only screen and (max-width:768px) {
    #landingcontact .w-574 {
        width: auto;
    }

    #banner img {
        margin-top: 232px;
    }
    .banner_index img {
        margin-top: 0!important;
    }

    #homes img {
        height: auto;
    }

    #banner .iti,
    #banner .iti input,
    #banner a {
        width: 100% !important;
    }
    .gallery img{
        height: 333px;
    }
    .smallImgs img {
        height: 92px;
    }
}
@media only screen and (max-width:576px) {
    .pannel .container{
        max-width: 370px;
    }
}
@media only screen and (max-width:400px) {
    table.fs-14 {
        font-size: 10px;
    }

    #banner img {
        margin-top: 292px;
    }

    #banner h1 {
        font-family: "Alexandria-Regular";
        font-weight: bold;
    }
}
.blog-item .blog-img {
    height: 250px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.blog-single-area {
    padding: 40px 30px 60px;
}

element {
}
.blog-single-area {
    padding: 40px 30px 60px;

}
.rounded {
    border-radius: 0.3125rem !important;
}
.widget-padding {
    padding: 40px 24px;
}
.sidebar-widget .widget-top {
    gap: 20px;
}
.sidebar-widget .widget-top .spacer {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(11, 22, 63, 0.005);
    position: relative;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.sidebar-widget .widget-top .spacer::before {
     left: unset;
     right: unset;
}
.sidebar-widget .widget-top .spacer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 2px;
    background: #f4a717;
}
.recent_posts_list li .thumb-wrapper {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.recent_posts_list li .rp_content {
     margin-left: 0;
     margin-right: 20px;
}
.recent_posts_list li .rp_content a {
    font-size: 14px;
    font-weight: 500;
}
.recent_posts_list li .rp_content a {
    display: block;
    color: #7A7A7A;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.recent_posts_list li .rp_content .date {
    font-size: 14px;
    font-weight: 500;
}
.mt-40 {
    margin-top: 40px;
}
.btn-meta {
    padding: 4px 12px;
    font-size: 12px;
    color: #575757;
    font-weight: 600;
    border-radius: 3px;
    background: #F6F6F6;
    background-color: rgb(246, 246, 246);
    display: inline-block;
}

.bs-blog-thumb .btn-meta {
    left: unset;
    right: 16px;
    top: 16px;
}
.recent_posts_list li + li {
    margin-top: 30px;
    position: relative;
}
.mt-30 {
    margin-top: 30px;
}
.recent_posts_list{
    padding: 0;
}
.recent_posts_list li img{
    height: 70px;
}
.swiper-slide img{
    height: 200px;
    object-fit: cover;
}
.gallery img {
    width: 100%;
    height: 537px;
}
.btn-whatsup{
    background: #25d366 !important;
    border: none !important;
}
.excerpt_box{
    overflow: hidden;
    height: 122px;
}
.excerpt_box p{
    color: #808080;
    font-size: 15px;
}
.gray-text{
    color: #808080;
}
.room_box{
    height: 90px;
    overflow: hidden;
}
.nav-link{
    font-size: 1rem !important;
}
.blog-title{
    white-space: nowrap;
    overflow: hidden;
}
.blog:hover .group-hover\:animate-text-move {
    animation: move 5s linear infinite;
}
@keyframes move {
    to {
        transform:translateX(100%)
    }
}
.blog-description{
    height: 40px;
    overflow: hidden;
}
.pl-80
{
    padding-left: 80px!important;
}
.iti__country
{
    direction: ltr!important;
}
.iti__selected-flag
{
    direction: ltr!important;
}
main{
    background: #e8eaef;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d3d7de;
    border-radius: .375rem;
}
.project_pic{
    height: 250px !important;
}
.fixed-whatsapp{
    left: 2.5rem;
    animation: roll-in-left .6s ease-out both;
    z-index: 20;
    bottom: 2.5rem;
    position: fixed;
}
@keyframes roll-in-left {
    0% {
        transform:translateX(-800px) rotate(-540deg);
        opacity:0
    }
    to {
        transform:translateX(0) rotate(0deg);
        opacity:1
    }
}
.color-border{
    opacity: .75;
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128);
    border-radius: 9999px;
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite;
    width: 100%;
    height: 100%;
    display: inline-flex;
    left: 0;
    position: absolute;
}
@keyframes ping {
    75%,
    to {
        transform:scale(2);
        opacity:0
    }
}
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.font-light {
    font-weight: 300;
    font-family: 'Alexandria-Medium';
}
.text-graniteGray {
    --tw-text-opacity: 1;
    color: #666666;
}
.pager {
    display: flex;
    list-style: none;
    margin-top: 2rem;
    justify-content: center;
}
.pager li{
    width: 40px;
    background: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 5px;
    color: #2d4362;
    border-radius: 5px;
}
.pager li.active{
    background: #103e61;
    color: #fff;
}
.pager li a{
    color: #2d4362;
}
.specs_box{
    height: 150px;
    overflow: hidden;
}
.project-image{
    height: 200px;
    object-fit: cover;
}

.collapse-panel {
    display: block;
    width: 100%;
    border: 1px solid #66666650;
    border-radius: 5px;
    margin-top: 5px;
}

.collapse-panel h6, .collapse-panel h3 {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 7px 10px;
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.collapse-panel h6:before, .collapse-panel h3:before {
    content: '+';
    position: absolute;
    right: 7px;
}

.collapse-panel.active h6, .collapse-panel.active h3 {
    background: #e7f1ff;
    color: #0c63e4;
}

.collapse-panel.active h6 a {
    display: block;
}

.collapse-panel.active h6:before, .collapse-panel.active h3:before {
    content: '_';
    position: absolute;
    right: 7px;
    top: 6%;
}

.collapse-panel .panel-content {
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease;
    padding: 10px;
    font-size: 13px;
}

.collapse-panel.active .panel-content {
    max-height: 1000px;
}

.collapse-panel .panel-content {
    display: none;
}

.collapse-panel.active .panel-content {
    display: block;
}

.sticky-10 {
    position: sticky;
    top: 10px;
}

.contact-us-item-icon i,
.contact-us-item-content i {
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #7b7b7b;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    line-height: 26px;
}
.editor-text * {
    line-height: 2;
    font-size: 16px;
}

.editor-text img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
}

.editor-text p, .editor-text li {
    text-align: justify;
}

.editor-text h1, .editor-text h2 {
    font-size: 20px;
    text-align: justify;
}

.editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-size: 18px;
    text-align: justify;
}

.editor-text ol {
    padding-right: 2rem;
}

.custom-table {
    width: 100%;
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #f5f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.custom-table thead {
    background-color: #1c2d37;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-table th, .custom-table td {
    padding: 12px 20px;
    text-align: center;
}

.custom-table th {
    color: #fff!important;
}

.custom-table tbody tr {
    background-color: #c0cdd1;
    transition: background-color 0.3s ease;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #d5dde0;
}

.custom-table tbody tr:hover {
    background-color: #b89d5f;
}

.custom-table td {
    color: #1c2d37;
}

.custom-table th {
    border-bottom: 3px solid #b89d5f;
}

.custom-table tbody tr td:first-child {
    background-color: #1c2d37 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-right: 1px solid #b89d5f;
}

@media (max-width: 768px) {
    .custom-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .custom-table th, .custom-table td {
        white-space: nowrap;
    }

    .custom-table th {
        font-size: 14px;
    }

    .custom-table td {
        font-size: 12px;
    }
}

.link-landing-page {
    background: linear-gradient(45deg, #d9dcfd 0%, #e4f6f9 50%, #d9dcfd 100%, red 200%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    padding: 8px 0px 1px 0px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pointer {
    cursor: pointer;
}





     /* --------------------------------

     Basic Style

     -------------------------------- */
 .cd-breadcrumb, .cd-multi-steps {
     width: 100%;
     padding: 0.5em 1em;
     margin: 1em auto;
     background-color: #edeff0!important;
     box-shadow: 0 0 2px 0;
     border-radius: .25em;
 }
.cd-breadcrumb::after, .cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
    /* selected step */
    color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    /* replace the default separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
    background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
    background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
    background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
    background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
    background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
        padding: 0 1.2em;
    }
    .cd-breadcrumb li, .cd-multi-steps li {
        margin: 1.2em 0;
    }
    .cd-breadcrumb li::after, .cd-multi-steps li::after {
        margin: 0 1em;
    }
    .cd-breadcrumb li > *, .cd-multi-steps li > * {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 768px) {
    .cd-breadcrumb.triangle {
        /* reset basic style */
        background-color: transparent;
        padding: 0;
    }
    .cd-breadcrumb.triangle li {
        position: relative;
        padding: 0;
        margin: 0 4px 0 0;
    }
    .cd-breadcrumb.triangle li:last-of-type {
        margin-right: 0;
    }
    .cd-breadcrumb.triangle li > * {
        font-size: 15px;
        position: relative;
        padding: .85em .8em .85em 2.5em;
        color: #2c3f4c;
        background-color: #edeff0;
        /* the border color is used to style its ::after pseudo-element */
        border-color: #edeff0;
    }
    .cd-breadcrumb.triangle li > h1
    {
        font-size: 15px;
        position: relative;
        padding: 1em .8em 1em 2.5em;
        color: #2c3f4c;
        background-color: #edeff0;
        /* the border color is used to style its ::after pseudo-element */
        border-color: #edeff0;
    }
    .cd-breadcrumb.triangle li.current > * {
        /* selected step */
        color: #ffffff;
        background-color: #96c03d;
        border-color: #96c03d;
    }
    .cd-breadcrumb.triangle li:first-of-type > * {
        padding-left: 1.6em;
        border-radius: .25em 0 0 .25em;
    }
    .cd-breadcrumb.triangle li:last-of-type > * {
        padding-right: 1.6em;
        border-radius: 0 .25em .25em 0;
    }
    .no-touch .cd-breadcrumb.triangle a:hover {
        /* steps already visited */
        color: #ffffff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }
    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
        /*
            li > *::after is the colored triangle after each item
            li::after is the white separator between two items
        */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        height: 0;
        width: 0;
        /* 48px is the height of the <a> element */
        border: 26px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }
    .cd-breadcrumb.triangle li::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #ffffff;
        /* reset style */
        margin: 0;
    }
    .cd-breadcrumb.triangle li > *::after {
        /* this is the colored triangle after each element */
        z-index: 2;
        border-left-color: inherit;
    }
    .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
        /* hide the triangle after the last step */
        display: none;
    }
    .cd-breadcrumb.triangle.custom-separator li::after {
        /* reset style */
        background-image: none;
    }
    .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
        /* 50px is the height of the <a> element */
        border-top-width: 25px;
        border-bottom-width: 25px;
    }

    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li > *::after {
            /* fix a bug on Firefix - tooth edge on css triangle */
            border-left-style: dashed;
        }
    }
}
@media (min-width: 576px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        max-height: 300px;
        overflow-y: auto;
    }
    .dropdown .bi-chevron-down {
        transition: all 0.6s;
    }
    .dropdown:hover .bi-chevron-down {
        transform: rotate(180deg);
    }
    .dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .dropdown-menu::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}
@media (max-width: 576px) {
    .dropdown-menu {
        display: block;
        margin-top: 0;
        max-height: 200px;
        overflow-y: auto;
        max-width: 90%;
    }
    .dropdown .bi-chevron-down {
        display: none;
    }
}