.color-item-active-----disable {
    background: var(--highlight-color);
    padding: 0.25rem;
    position: absolute;
    bottom: 5px;
    right: -5px;
    width: 26px;
    height: 26px;
    z-index: 9;
    border-radius: 100px;
    line-height: 1;
    color: #fff;
    border: 1px solid;
}

.round-shape-colors ul li-----disable .item:after {
    opacity: 0;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}

@keyframes slide-----disable {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.circular-menu .floating-btn {
    background: transparent;
    border: 0px;
}

.floating-btn img {
    width: 80px;
    top: 0;
}

.circular-menu .floating-btn, .circular-menu.active .floating-btn, .circular-menu .floating-btn:active {
    box-shadow: none;
}

.floating-btn:before {
    display: none !important;
}

.circular-menu .floating-btn {
    width: 5.5em;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    text-align: center;
    justify-content: center;
    padding: 0 18px;
    border-bottom: 5px solid var(--default-border-color);
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 0px 0;
    display: inline-block;
    padding: 0.5rem 1rem;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: var(--gray);
    text-transform: uppercase;
    font-family: var(--bold-fonts);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: var(--highlight-color);
}

.portfolio #portfolio-flters li::before {
    width: 0%;
    background: transparent;
    top: 105%;
    transition: all ease 1s;
    transition-property: width;
}

.portfolio #portfolio-flters li:hover::before, .portfolio #portfolio-flters li.filter-active::before {
    background: var(--alert-color);
    width: var(--tab-nav-width);
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    text-align: center;
    background: rgba(31, 53, 72, 0.6);
    padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
    color: #428bca;
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 7px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    height: 35px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
    background: #428bca;
    color: #fff;
}

.portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.gallery-slider .carousel-item {
    height: 70vh;
}

.gallery-slider .carousel-item:before {
    background: none !important;
}

.gallery-slider .slider-wrapper .carousel-item {
    height: 100vh;
}

.gallery-slider .carousel-indicators li {
    width: 150px !important;
    height: 100px;
    border-radius: 0;
    position: relative;
}

.gallery-slider .carousel-indicators li img {
    width: 100%;
    opacity: 1;
    display: block;
}

.gallery-slider .slider-nav-wrapper {
    position: relative;
    bottom: unset !important;
}

.gallery-slider .carousel-indicators li img, .gallery-slider .carousel-indicators li canvas {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.gallery-slider .carousel-indicators li .sld-thumb {
    display: none;
}

.gallery-slider .carousel-control-prev, .gallery-slider .carousel-control-next {
    color: var(--primary-color);
}

.videothumb i.fa.fa-youtube-pla {
    display: none;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 5px solid var(--highlight-color);
}

.ribbon span {
    position: absolute;
    display: flex;
    width: 240px;
    padding: 1.5rem 0 0.4rem 0;
    background-color: #3498db;
    background: linear-gradient(45deg, var(--primary-color), var(--highlight-color));
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: var(--bold-fonts);
    font-size: 23px;
}

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -23px;
    top: 21px;
    transform: rotate(-45deg);
}

span.product-tag-small {
    top: 0px;
    font-size: 12px;
    background: none;
    z-index: 1;
    box-shadow: none;
    right: -8px;
    padding: 2rem 0.5rem;
}

.product-cards-wrapper .card-header.badge-wrapper:before {
    opacity: 0;
}

.product-cards-wrapper .card-header {
    overflow: unset;
}

.blog-cards .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.managment-section li {
    margin-bottom: 2rem;
}

.readmore-wrapper {
    margin-top: 0.5rem;
    color: var(--primary-color);
}

.media-body .readmore-content {
    opacity: 0;
}

.media-body .readmore-content.collapse.show {
    display: inline;
    transition: 0.5s all ease;
    opacity: 1;
}

.media-body .readmore-wrapper {
    display: inline-block;
    width: max-content;
}

.media-body .readmore-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-body .readmore-wrapper a i.fa {
    margin-left: 0.25rem;
}

.no-gutters-section .card-group {
    align-items: center;
}

.readmore-wrapper a {
    display: inline-flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.readmore-wrapper {
    display: inline;
}

.no-gutters-section .card {
    border: 0;
    background: var(--bg-light-color);
    border-radius: 0;
}

.no-gutters-section .img-card .card-body {
    padding: 0;
}

.no-gutters-section .img-card .card-body img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

section#vision-tab .card {
    border: 0px;
}

.offices-wrapper .card-group {
    justify-content: space-between;
}

.offices-wrapper .card {
    flex: 0 32.33%;
    margin: 0 0rem 1rem 0;
}

.offices-wrapper .card-header {
    color: #fff;
    font-size: var(--body-fonts-size);
    background: var(--primary-color);
    font-family: var(--bold-fonts);
    text-transform: uppercase;
}

.offices-wrapper .card-body h3 {
    font-size: var(--body-fonts-size);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.offices-wrapper ul {
    list-style: none;
    padding-left: 0;
}

.offices-wrapper .card-body ul h3 {
    margin-bottom: 0.2rem;
}

.offices-wrapper ul li {
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
}

.offices-wrapper ul li i {
    margin-right: 1rem;
    font-size: var(--backtop-icon-fonts-size);
    color: var(--primary-color);
}

.offices-wrapper ul li div * {
    display: block;
}

.info-box li label {
    padding: 10px;
    margin-bottom: 0;
}

.milestone-slider {
    width: 100%;
}

.milestone-slider .carousel-item {
    height: auto;
}

.milestone-slider .carousel-container {
    padding: 0;
    position: unset;
}

.milestone-slider .carousel-container .carousel-content {
    padding: 0 1.5rem;
    height: 100%;
}

.milestone-slider .carousel-container .carousel-content img {}

.milestone-slider .carousel-indicators li {
    background: #000 !important;
    height: 10px !important;
    padding: 0 !important;
    border: 0;
}

.milestone-slider .carousel-control-prev {
    left: -25px;
}

.milestone-slider .carousel-control-next {
    right: -25px;
}

.price-grid-wrapper .card-header h3 {
    font-size: var(--body-fonts-size);
    margin: 0;
}

.price-grid-wrapper .card-header {
    background: #f1f1f1;
}

.products-tab-wrapper .color-tab-wrapper .slider-wrapper .carousel-item {
    background-size: contain;
    background-position: top;
}

.videos-wrapper .cards-overlay.youtube-card .card-body {
    padding: 0;
}

.videos-wrapper .cards-overlay .card-body .youtube-heading p {
    display: block;
    margin-bottom: 0;
    margin-bottom: 0;
    font-family: var(--bold-fonts);
    font-size: var(--bold-fonts-size);
    padding: 0 1.5rem;
}

videos-wrapper .cards-overlay .card-body .youtube-heading h4 {
    color: #fff;
}

.videos-wrapper .cards-overlay .card-body .youtube-heading {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 3.5rem;
    color: #fff;
    bottom: 10px;
}

.usp-slider .slider-nav-wrapper.col {
    position: relative;
    padding: 0.5rem 0;
    bottom: 0;
}

.usp-slider .carousel-container .carousel-content {
    padding: 0;
}

.usp-slider h2 {
    color: var(--primary-color);
}

.usp-slider p {
    color: initial;
}

.usp-slider .carousel-container {
    padding: 0;
    position: unset;
}

.usp-slider .carousel-control-prev, .usp-slider .carousel-control-next {
    color: inherit;
}

.usp-slider .carousel-indicators li {
    background: var(--black);
    border: 0;
}

.usp-slider .carousel-indicators li.active {
    background: var(--primary-color);
}

.usp-slider .slider-nav-wrapper.col {
    position: relative;
    padding: 0.5rem 0;
    bottom: 0;
}

.usp-slider .carousel-item {
    height: auto !important;
}

.usp-slider .carousel-container .carousel-content section {
    padding: 0;
}

#glass {
    position: absolute;
    border-radius: 0%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .6);
}

.flip-wrapper {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
}

.flip-wrapper .flip-card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip-wrapper .flip-card {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip-wrapper .flip-card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flip-wrapper .flip-card .front {
    width: 100%;
    z-index: 1;
}

.flip-wrapper .flip-card .back {
    display: none;
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip-wrapper .flip-card .back.show {
    display: block;
}

.inner {
    margin: 0px !important;
}

.installment-estimation {
    padding: 30px;
}

.installment-details .row-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}

.installment-note p {
    margin-bottom: 0;
}

.installment-note {
    margin: 1.5rem 0;
    background: var(--alert-color);
    padding: 0.75rem;
    color: #fff;
    border-radius: 6px;
}

.installment-note p span {
    font-family: var(--bold-fonts);
}

.price-grid-wrapper thead th {
    background: #f1f1f1;
    border: 0;
}

.price-grid-wrapper thead th {
    background: #f1f1f1;
    border: 0;
    color: var(--primary-color);
    font-family: var(--bold-fonts);
    font-size: var(--body-fonts-size);
    font-weight: inherit;
}

.ft-single-img img {
    height: 80px;
    object-fit: contain;
}

.list-center-bullets {
    display: inline-block;
    text-align: left;
}

.translate-rtl li.media {
    direction: rtl;
    text-align: right;
}

.translate-rtl li.media .media-body {
    padding-right: 1.5rem;
}

.installment-logo {
    width: auto;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.blink-image {
    -moz-animation: blink normal 0.6s infinite ease-in-out;
    -webkit-animation: blink normal 0.6s infinite ease-in-out;
    -ms-animation: blink normal 0.6s infinite ease-in-out;
    animation: blink normal 0.9s infinite ease-in-out;
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinking, .slider-wrapper .price-tag {
    animation: blinkingText 1.1s infinite;
}

@keyframes blinkingText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#withInstallment .nav-tabs .nav-link, #withoutInstallment .nav-tabs .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h2.rssapp-card-title, h2.rssapp-card-title * {
    font-size: 14px !important;
    font-family: var(--body-fonts) !important;
}

.container-wall-feed .rssapp-title-header {
    display: none !important;
}

.rssapp-title-header {
    display: none !important;
}

.gallery-slider .slider-nav-wrapper .carousel-indicators {
    width: 90%;
}

.table td {
    vertical-align: middle;
}

.installment-logo a {
    display: block;
    z-index: 999;
    width: 100%;
    position: relative;
}

.youtube-video-slide .carousel-content .btn, .video-slide .carousel-content .btn {
    position: relative;
    z-index: 9999;
    margin-bottom: 4rem;
    display: none;
}

.youtube-video-slide .carousel-content, .video-slide .carousel-content {
    text-align: center;
    padding: 0;
}

.youtube-video-slide .carousel-container, .video-slide .carousel-container {
    align-items: flex-end;
}

.youtube-video-slide:hover .carousel-content .btn, .video-slide:hover .carousel-content .btn {
    display: block;
}

.youtube-video-slide .embed-responsive {
    z-index: 9;
}

.gallery-slider .carousel-item {
    height: 70vh;
    margin-top: -0.5rem;
    background-size: contain;
}

.gallery-slider .youtube-video-slide .embed-responsive {
    height: 100%;
}

.gallery-slider .youtube-video-slide .embed-responsive iframe {
    top: 0;
}

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: var(--alert-color);
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

.vbox-container img {
    max-width: 100%;
    width: 90%;
}

.vbox-overlay.img-preview-wrapper .vbox-content {
    padding: 0;
}

/*Main Slider Fixed  Btn Css*/

.btn-wrapper.btn-to-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-wrapper.btn-to-right a.btn {
    border-radius: 0;
    padding: 0.5rem 2.5rem;
    animation: blink 1.5s infinite;
}

.usp-slider img {
    width: 550px !important;
    height: 340px;
    object-fit: cover;
}

.usp-slider {
    padding-top: 3rem;
}

/*Notifier*/

.notifier-alert {
    position: fixed;
    top: 66px;
    right: 10px;
}

.notify-btn {
    position: fixed;
    bottom: 68vh;
    z-index: 9999;
}

.modal-fullscreen .modal-body {
    height: 80vh;
    overflow-y: auto;
}

.modal-fullscreen .modal-body {
    height: 50vh;
    overflow-y: auto;
}

.modal-header {
    background-color: #00344d;
}

.modal-header>.modal-title, .modal-header>.close {
    color: white;
}

#successModal, .fade:not(.show) {
    opacity: 5;
}

.loader1 img {
    width: 10%;
}
form .loading img {
    width: 66px;
}
#successModal {
    background: var(--primary-color-light);
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
        .circular-menu.active:after {
            transform: scale(8, 8);
        }
    }
}