@import "assets/section-css/reset.css";
@import "assets/section-css/header.css";
@import "assets/section-css/hero.css";
@import "assets/section-css/about.css";
@import "assets/section-css/blog.css";
@import "assets/section-css/call-action.css";
@import "assets/section-css/video.css";
@import "assets/section-css/faq.css";
@import "assets/section-css/contact.css";
@import "assets/section-css/footer.css";


.mb-0{ margin-bottom:0px !important; }
.mb-15{ margin-bottom:15px !important; }
.mb-40{ margin-bottom:40px !important; }
.mb-30{ margin-bottom:30px !important; }
.mb-20{ margin-bottom:20px !important; }
.mb-50{ margin-bottom:50px !important; }

.ed-about__features-list.mylist li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    gap: 10px;
}

.ed-about__features-list.mylist li:last-child {
    margin: 0;
}

.ed-about__features-list.mylist li img {
    margin-top: 5px;
    filter: invert(1);
}


/* incredible-card Start  */
.incredible-card {
    background: #e8e8e8;
    border-radius: 10px;
    padding: 20px 25px;
    height: 230px;
    display: flex;
    justify-content: space-between;
    transition: 0.5s ease-in-out all;
    border: 1px solid #c01117;
}

.bg-image {
    background-size: cover;
    background-position: center;
}

@media (max-width: 1399px) {
    .incredible-card {
    }
}

.shine {
    position: relative;
    overflow: hidden;
}

.incredible-card:hover {
    transition: 0.5s ease-in-out all;
}

.incredible-card:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(2deg, #000000eb, transparent);
    height: 100%;
}

.shine::after {
    position: absolute;
    top: 0px;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.shine:hover::after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.inc-info {
    position: relative;
    width: 100%;
    margin-top: auto;
}

.incredible-card h6 {
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.incredible-card a {
    text-decoration: unset;
    color: #c7181e;
    font-weight: 500;
    background: #fff;
    padding: 3px 9px;
    display: table;
    border-radius: 15px;
    font-size: 12px;
    transition: 0.5s ease-in-out all;
}
/* incredible-card End  */



/* Tab Section  */
.tabSection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.tabSection .nav {
    flex-direction: column;
    width: 245px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabSection .nav .nav-item:not(:last-child) {
    margin-bottom: 10px;
}


.tabSection .nav .nav-item {
    float: none;
    list-style: none;
    padding: 0;
}

.tabSection .nav .nav-item .nav-link {
    background: #fff;
    padding: 20px 30px;
    border-radius: 50px 0 0 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #3F3F42;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    margin: 0;
    box-shadow: none;
}

.tabSection .nav .nav-item .nav-link.active, .tabSection .nav .nav-item .nav-link:hover {
    color: #fff;
    position: relative;
    background: var(--ed-primary-color);
}

.tabSection .nav .nav-item .nav-link i {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
}

.tabSection .tab-content {
    flex: 1;
    background: none;
    padding: 0;
}

.univariety-wrap .tab-pane.fade.show.active {
    opacity: 1;
}

.tab_wrap {
    background: #fff;
    padding: 40px;
    border-radius: 0 25px 25px;
    box-shadow: 0px 0px 30px #0000000D;
    min-height: 500px;
}

.tab_wrap .tabContentbox h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--ed-primary-color);
    line-height: normal;
    margin-bottom: 20px;
    letter-spacing: -0.7px;
}

.tab_wrap .tabContentbox p {
    font-size: 17px;
    text-align: justify;
    line-height: 26px;
}

.tab_image_box {
    width: 100%;
    border: 1px solid #ff0000;
    border-radius: 15px;
    overflow: hidden;
}

.tab_image_box img {
    width: 100%;
}

/* Tab Section End  */


#particles-js, #particles-js1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* Whatsapp  */
a.blantershow-chat {
    color: #ffffff;
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    left: 30px;
    font-size: 14px;
    padding: 5px 13px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px #000000a1;
    white-space: nowrap;
    align-items: center;
    background: linear-gradient(45deg, #25d83f, #0c6018);
    border: 1px solid #ffffff5e;
    font-weight: 500;
}

a.blantershow-chat.inquire_mobile {
    display: none;
}

a.blantershow-chat img {
    margin: 0 5px 0 0;
    height: 24px;
}


/* Industry served  */

.industryserve ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.industryserve ul li {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    column-gap: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    color: #444;
    border: 1px solid #ddd;
    padding: 13px;
    border-radius: 10px;
}
/* Industry served end  */


.ed-about__content blockquote {
    margin: 0;
    text-align: left;
    border-left: 5px solid #8888;
    padding: 10px 15px;
    font-weight: 700;
    color: #333;
    margin-top: 30px;
}

.industryserve.realsites ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.industryserve.realsites ul li {
    display: table;
    text-align: center;
    background: #fff;
    text-transform: unset;
    padding: 25px 20px;
}

.industryserve.realsites ul li p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
}

.industryserve.realsites ul li .imagebox {
    margin-bottom: 15px;
}

.industryserve.realsites ul li span {
    display: table;
    width: 100%;
    font-size: 15px;
}


/* Counter  */
.counter-bg {
    background: #113659;
}

.counter_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
}

.single-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-counter img {
    margin-right: 15px;
    height: 73px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.single-counter .counter-details .title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.single-counter .counter-details .title span {
    font-size: 40px;
}

.single-counter .counter-details p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}


.modal-title {
    font-size: 20px;
}