@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(./gicons/MaterialIcons-Regular.ttf);
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    src: url(./gicons/MaterialIconsOutlined-Regular.otf);
}
.material-icons-outlined {
    font-family: "Material Icons Outlined";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "Material Icons Round";
    font-style: normal;
    font-weight: 400;
    src: url(./gicons/MaterialIconsRound-Regular.otf);
}
.material-icons-round {
    font-family: "Material Icons Round";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "Material Icons Sharp";
    font-style: normal;
    font-weight: 400;
    src: url(./gicons/MaterialIconsSharp-Regular.otf);
}
.material-icons-sharp {
    font-family: "Material Icons Sharp";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.material-inline {
    vertical-align: bottom;
}
.material-middle {
    vertical-align: middle;
}
#imageCarousel .carousel-item {
    transition: 0.5s ease;
}
.mrg-top-60 {
    margin-top: 60px;
}
@media (min-width: 2400px) {
    .container-xxl {
        max-width: 1920px !important;
    }
}
@media (min-width: 1700px) {
    .container-xxl {
        max-width: 1670px !important;
    }
}
.accordion-button.collapsed,
.accordion-item {
    border-radius: 18px !important;
}
.bg-purple {
    background-color: var(--bs-purple);
}
.bg-primary {
    background-color: var(--primary-dim-color) !important;
}
.rounded {
    border-radius: 22px !important;
}
::-webkit-scrollbar {
    width: 5px;
    height: 1em;
}
::-webkit-scrollbar-button {
    background: var(--primary-color);
}
::-webkit-scrollbar-track-piece {
    background: var(--background-body);
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}
.text-justify {
    text-align: justify;
}
.carousel-inner-testimonial {
    padding: 1em;
}
@media screen and (min-width: 576px) {
    .carousel-inner-testimonial {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .carousel-item-testimonial {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}
@media screen and (min-width: 768px) {
    .carousel-item-testimonial {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}
.carousel .card {
    margin: 0 0.5em;
    border: 0;
}
.carousel-control-testimonial-next,
.carousel-control-testimonial-prev {
    padding: 5px;
    width: 3rem;
    height: 3rem;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-brand .logo {
    max-height: 90px;
}
.card-img-top {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.text-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncated-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-expanded {
    -webkit-line-clamp: unset;
}
.text-primary {
    color: var(--primary-color);
}
.text-secoundary {
    color: var(--secoundary-color);
}
.two-line-container {
    height: 50px;
    overflow: hidden;
}
.whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-widget img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 7px;
    background-color: #fff;
    border-radius: 36px;
}
.ch60 {
    max-height: 600px;
}
.bg-whatsapp {
    background-color: #25d366 !important;
}
.btn-border {
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    color: #fff;
}
.brand-bg {
    margin: 10px 0 20px 0;
}
.circle-3 {
    display: inline-block;
    height: 45px;
    min-width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
}
.brand-bg a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease;
}
.brand-bg a:hover {
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease;
}
.brand-bg a.facebook {
    background: #3280e7;
}
.brand-bg a.facebook:hover {
    background: #134fa0;
}
.brand-bg a.facebook-o {
    background: 0 0;
    border: 2px solid #fff;
}
.brand-bg a.facebook-o:hover {
    background: #134fa0;
}
.brand-bg a.twitter {
    background: #32c8de;
}
.brand-bg a.twitter:hover {
    background: #188392;
}
.brand-bg a.twitter-o {
    background: 0 0;
    border: 2px solid #fff;
}
.brand-bg a.twitter-o:hover {
    background: #188392;
}
.brand-bg a.google-plus {
    background: #f96f4a;
}
.brand-bg a.google-plus:hover {
    background: #eb6440;
}
.brand-bg a.google-plus-o {
    background: 0 0;
    border: 2px solid #fff;
}
.brand-bg a.google-plus-o:hover {
    background: #eb6440;
}
.brand-bg a.linkedin {
    background: #729fda;
}
.brand-bg a.linkedin:hover {
    background: #3069b6;
}
.brand-bg a.linkedin-o {
    background: 0 0;
    border: 2px solid #fff;
}
.brand-bg a.linkedin-o:hover {
    background: #3069b6;
}
.brand-bg a.pinterest a {
    background: #ed5441;
}
.brand-bg a.pinterest a:hover {
    background: #b72411;
}
.brand-bg a.dropbox {
    background: #32c8de;
}
.brand-bg a.dropbox:hover {
    background: #188392;
}
.brand-bg a.bitcoin a {
    background: #f8a841;
}
.brand-bg a.bitcoin a:hover {
    background: #cc7607;
}
.brand-bg a.foursquare a {
    background: #22bed4;
}
.brand-bg a.foursquare a:hover {
    background: #146f7c;
}
.brand-bg a.flickr a {
    background: #ff61e7;
}
.brand-bg a.flickr a:hover {
    background: #fa00d4;
}
.brand-bg a.github a {
    background: #666;
}
.brand-bg a.github a:hover {
    background: #333;
}
.brand-bg a.instagram {
    background: #833ab4;
}
.brand-bg a.instagram:hover {
    background: #e1306c;
}
.brand-bg a.skype a {
    background: #32c8de;
}
.brand-bg a.skype a:hover {
    background: #188392;
}
.brand-bg a.tumblr i {
    background: #84a1c8;
}
.brand-bg a.tumblr i:hover {
    background: #476d9f;
}
.brand-bg a.vimeo i {
    background: #32c8de;
}
.brand-bg a.vimeo i:hover {
    background: #188392;
}
.brand-bg a.dribbble i {
    background: #ff2edf;
}
.brand-bg a.dribbble i:hover {
    background: #c700a9;
}
.brand-bg a.youtube {
    background: #ed5441;
}
.brand-bg a.youtube:hover {
    background: #b72411;
}
.brand-bg a.youtube-o {
    background: 0 0;
    border: 2px solid #fff;
}
.brand-bg a.youtube-o:hover {
    background: #b72411;
}
.brand a a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: color 2s ease;
    -moz-transition: color 2s ease;
    -o-transition: color 2s ease;
    -ms-transition: color 2s ease;
    transition: color 2s ease;
}
.brand a i:hover {
    -webkit-transition: color 2s ease;
    -moz-transition: color 2s ease;
    -o-transition: color 2s ease;
    -ms-transition: color 2s ease;
    transition: color 2s ease;
}
.brand a.facebook i {
    color: #3280e7;
}
.brand a.facebook i:hover {
    color: #134fa0;
}
.brand a.twitter i {
    color: #32c8de;
}
.brand a.twitter i:hover {
    color: #188392;
}
.brand a.google-plus i {
    color: #f96f4a;
}
.brand a.google-plus i:hover {
    color: #eb6440;
}
.brand a.linkedin i {
    color: #729fda;
}
.brand a.linkedin i:hover {
    color: #3069b6;
}
.brand a.pinterest i {
    color: #ed5441;
}
.brand a.pinterest i:hover {
    color: #b72411;
}
.brand a.dropbox i {
    color: #32c8de;
}
.brand a.dropbox i:hover {
    color: #188392;
}
.brand a.bitcoin i {
    color: #f8a841;
}
.brand a.bitcoin i:hover {
    color: #cc7607;
}
.brand a.foursquare i {
    color: #22bed4;
}
.brand a.foursquare i:hover {
    color: #146f7c;
}
.brand a.flickr i {
    color: #ff61e7;
}
.brand a.flickr i:hover {
    color: #fa00d4;
}
.brand a.github i {
    color: #666;
}
.brand a.github i:hover {
    color: #333;
}
.brand a.instagram i {
    color: #d6917a;
}
.brand a.instagram i:hover {
    color: #b35637;
}
.brand a.skype i {
    color: #32c8de;
}
.brand a.skype i:hover {
    color: #188392;
}
.brand a.tumblr i {
    color: #84a1c8;
}
.brand a.tumblr i:hover {
    color: #476d9f;
}
.brand a.vimeo i {
    color: #32c8de;
}
.brand a.vimeo i:hover {
    color: #188392;
}
.brand a.dribbble i {
    color: #ff2edf;
}
.brand a.dribbble i:hover {
    color: #c700a9;
}
.brand a.youtube i {
    color: #ed5441;
}
.brand a.youtube i:hover {
    color: #b72411;
}
.bg-back {
    background-color: rgb(var(--background-body)) !important;
}
.toastmsg {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}
.toastmsg.show {
    visibility: visible;
    -webkit-animation:
        fadein 0.5s,
        fadeout 0.5s 2.5s;
    animation:
        fadein 0.5s,
        fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--secondary-color);
}


.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Bootstrap 5 xxl breakpoint (1400px) */
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1320px;
    }
}

/* Optional: match Bootstrap 4 container sizes for smaller breakpoints */
@media (min-width: 576px) {
    .container-xxl {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-xxl {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-xxl {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 2400px) {
    .container-xxl {
        max-width:1920px!important
    }
}

@media (min-width: 1700px) {
    .container-xxl {
        max-width:1670px!important
    }
}
.text-primary{
    color: var(--secoundary-color-hover) !important;
}
.card-round{
    border-radius: 24px !important;
}
.text-black{
    color: #212121 !important;
}