.about-area-3 .about-content .text {
    font-weight: 300 !important;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
    color: #fff;
}

.navbar-area.navbar-transparent .navbar .navbar-toggler .toggler-icon {
    background-color: #fff;
}

@media only screen and (max-width:991px) {
    .onlyForDesktop {
        display: none;
    }
}

.about-area-3 {
    background-color: #fff !important;
}

.services-area {
    background-color: #fff !important;
}

.cust-icon {
    height: 60px;
}

.cust-title {
    font-size: 33px !important;
}

.cust-btn {
    background-color: transparent;
    border: 1px solid;
    padding: 2px 15px;
    line-height: 35px;
}

.cust-p {
    font-size: 14px !important;
}

.services-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.banner {
    background-image: url(../images/product.png);
    background-position: 45% 27%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    color: white !important;
}

.single-services {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

#changingText {
    animation: cursoranim 1s linear infinite;
}

@keyframes cursoranim {
    50% {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }
}

.cust-social li a {
    font-size: 10px !important;
}

.cust-ul {
    margin-left: 25px;
    margin-top: 10px;
}

.cust-ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.header-hero::before {
    background: transparent !important
}

@media (max-width:767px) {
    .header-hero {
        height: 1200px !important;
    }
}

.back-to-top {
    background-color: #000;
    color: white;
}

.back-to-top:hover {
    background-color: #000;
    color: white;
}

.footer-area.footer-dark .footer-widget .footer-link ul li a:hover,
.footer-area.footer-dark .footer-copyright .social li a:hover {
    color: #00acc2;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item:hover a,
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item:hover a {
    color: #fff;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::before {
    background-color: #fff;
}

.single-services:hover {
    background-color: #000;
}

.single-services .services-icon i {
    color: #000;
}

.copyright p {
    font-size: 13px !important;
}

.single-services {
    min-height: 300px !important;
}

.cust-nav-item a {
    color: #00acc2 !important;
}

.cust-header-hero {
    height: auto !important;
}

.cust-header-hero .header-content .header-title {
    line-height: 40px !important;
}

.crm-services .single-services {
    min-height: 300px !important;
}

.erp-services .single-services {
    min-height: 350px !important;
}

.single-services .services-icon,
.services-title {
    text-align: center;
}

.single-services .services-icon svg {
    color: #000;
    font-size: 34px;
}

.single-services:hover svg {
    color: white;
}

.animate-img {
    -webkit-animation: glide 2s ease-in-out alternate infinite;
}

@-webkit-keyframes glide {
    from {
        left: 0px;
        top: 0px;
    }

    to {
        left: 0px;
        top: 20px;
    }
}

.order-sm-first {
    order: 2;
}

.cust-font p {
    font-size: 12px !important;
}

.cust-font .cust-ul li {
    font-size: 12px;
}

@media only screen and (max-width:767px) {
    .header-hero .header-content {
        z-index: 0 !important;
    }
}

.product-list .single-services {
    min-height: 300px !important;
}

.product-list .single-services:hover {
    background-color: transparent !important;
}

.product-list .single-services:hover .text {
    color: #121212 !important;
}

.product-list .single-services img {
    max-height: 51px;
}

#main,
#thumbnails img {
    box-shadow: 2px 2px 10px 5px #b8b8b8;
    border-radius: 10px;
}

* {
    transition: all 0.5s ease;
}

#thumbnails {
    text-align: center;
}

#thumbnails img {
    width: 100px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
}

@media only screen and (max-width:480px) {
    #thumbnails img {
        width: 50px;
        height: 50px;
    }
}

#thumbnails img:hover {
    transform: scale(1.05);
}

#main {
    width: 50%;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 20px auto;
}

@media only screen and (max-width:480px) {
    #main {
        width: 100%;
    }
}

.hidden {
    opacity: 0;
}

.arrows {
    width: 48px;
    height: 48px;
    border-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -31px;
}

.prev {
    left: 10px;
    font-size: 20px;
    font-weight: bolder;
}

.next {
    font-size: 20px;
    font-weight: bolder;
    right: 10px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cust-contact-area {
    padding-top: 120px !important;
}

.cust-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.cust-contact-form {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    padding: 20px 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.cust-contact-form h1 {
    font-size: 20px;
}

.cust-contact-form::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #fbcb41;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#fbcb41, #fbcb41), linear-gradient(#fff, #fff);
    animation: rotate 20s linear infinite;
}

.cust-contact-form::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}

@keyframes opacityChange {
    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

.product-icon img {
    max-height: 80px;
}

.product-icon {
    font-size: 13px;
    text-align: center;
    padding: 2px;
}

.cust-test {
    font-size: 18px !important;
}

.validation-message {
    background-color: #f4cccc;
    color: #cc0000;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Verdana,
        Geneva, Tahoma, sans-serif;
    font-size: smaller;
}

.logbids-h1 {
    font-size: 15px;
    color: #ff8d00;
}

.lb {
    font-size: 30px !important;
    line-height: 40px !important;
}

.lb-service {
    min-height: 330px !important
}

.lb-service:hover {
    background-color: #000 !important;
}

.lb-service .services-icon i {
    color: #000;
}

.advantges {
    list-style: disc;
    line-height: 30px;
}

.lb-cust-nav-item a {
    color: #fff !important;
}

.lb-nav .nav-item a::before {
    background-color: #fff !important;
}

.lb-nav .nav-item.active a,
.lb-nav .nav-item:hover a {
    color: #fff !important;
}

.lb-title {
    font-size: 30px !important
}

.lb-btn {
    background: linear-gradient(to right, #ff8000 0%, #ff8d00 50%, #ff8000 100%) !important
}

.lb-signUp::before {
    background-color: #ff8d00 !important;
    background-image: linear-gradient(#ff8d00, #ff8d00), linear-gradient(#fff, #fff);
}

/* EP CSS Start */
.ep-h1 {
    font-size: 15px;
    color: #3e8f40;
}

.ep {
    font-size: 30px !important;
    line-height: 40px !important;
}

.ep-service {
    min-height: 330px !important
}

.ep-service:hover {
    background-color: #000 !important;
    /* transform: rotate(0deg); */
}

.ep-service .services-icon svg {
    color: #000;
}

.single-services:hover svg {
    color: #fff;
}

.advantges {
    list-style: disc;
    line-height: 30px;
}

.ep-cust-nav-item a {
    color: #fff !important;
}

.ep-nav .nav-item a::before {
    background-color: #fff !important;
}

.ep-nav .nav-item.active a,
.ep-nav .nav-item:hover a {
    color: #fff !important;
}

.ep-top {
    background-color: #000
}

.ep-top:hover {
    background-color: #000
}

.ep-title {
    font-size: 30px !important
}

.ep-btn {
    background: linear-gradient(to right, #3e8f40 0%, #3e8f40 50%, #3e8f40 100%) !important
}

.ep-signUp::before {
    background-color: #3e8f40 !important;
    background-image: linear-gradient(#3e8f40, #3e8f40), linear-gradient(#fff, #fff);
}

/* AB CSS Start  */

.single-services:hover svg {
    color: #fff;
}

.ab-cust-nav-item a {
    color: #fff !important;
}

.ab-nav .nav-item a::before {
    background-color: #fff !important;
}

.ab-nav .nav-item.active a,
.ab-nav .nav-item:hover a {
    color: #fff !important;
}

.vorkflo-text {
    font-size: 20px !important;
    line-height: 32px !important;
}

.vorkflo-ul li {
    list-style: disc;
    font-weight: 300;
    color: #6c6c6c;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
    margin-left: 25px
}

/* MAIN CAROUSEL HEIGHT */
.carousel {
    position: relative;
    height: 90vh;
    min-height: 500px;
    margin-top: 70px;
}

/* SLIDE SECTION */
.slider-section {
    min-height: 90vh;
    padding: 80px 0;
    background: #0c0c20;
    /* Dark theme */
    display: flex;
    align-items: center;
}

/* TEXT AREA */
.slider-text h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.slider-text p {
    font-size: 18px;
    line-height: 1.6;
}

.slider-btn {
    padding: 12px 28px;
    border-radius: 34px;
    font-size: 16px;
}

/* INDICATORS */
.carousel-indicators li {
    background-color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #8a2be2;
    /* Purple */
}

/* ARROWS */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 40px;
    filter: brightness(0) invert(1);
}

/* IMAGE SHAPE FOR DESKTOP */
.slide-image-shape {
    height: 450px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
    position: relative;
}

.slide-image-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------- */
/*               RESPONSIVE FIXES        */
/* ------------------------------------- */

/* MEDIUM DEVICES (TABLETS) */
@media (max-width: 992px) {
    .slider-text h1 {
        font-size: 36px;
    }

    .slider-text p {
        font-size: 16px;
    }

    .slide-image-shape {
        height: 350px;
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    }
}

/* SMALL DEVICES (MOBILE) */
@media (max-width: 768px) {
    .carousel {
        height: auto;
    }

    .slider-section {
        padding: 40px 0;
        text-align: center;
    }

    .slider-text h1 {
        font-size: 28px;
    }

    .slider-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    /* Remove polygon shape on mobile */
    .slide-image-shape {
        height: auto;
        clip-path: none;
        margin-top: 20px;
    }

    .slide-image-shape img {
        height: auto;
        border-radius: 10px;
    }

    /* Reduce button size */
    .slider-btn {
        padding: 10px 22px;
        font-size: 14px;
    }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 480px) {
    .slider-text h1 {
        font-size: 24px;
    }

    .slider-text p {
        font-size: 14px;
    }
}