.tp-slider-2-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: -130px;
    background-color: #d90a2c;
    height: 810px;
    width: 810px;
    mix-blend-mode: darken;
    border-radius: 50%;
    transition: transform 0.3s linear;
    transform: scale(0.85);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.serve_industries_item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    flex: 1 1 auto;
    width: 20%;
    max-height: 600px;
    min-height: 600px;
    background: grey;
    transition: all .8s ease-in-out;
    cursor: pointer;
    overflow: hidden
}

.serve_industries {
    display: flex;
    width: 100%;
    height: 100%
}

.serve_industries_item a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    transform: scale(1);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    text-transform: uppercase;
    background: #00000036
}

.serve_industries_item_title {
    padding: 0 25px 25px 0
}

.serve_industries_item:hover {
    width: 30%

}
.serve_industries_item {
 
    background-size: cover;
}
.bg-1{
    background:url(../images/bg1.png) no-repeat center bottom;
    background-size:cover;
    /*background-attachment:fixed;*/
}
.about-area {
    background: url(../images/ab-bg.png) no-repeat;
    background-size: cover;
}
.site-color {
    color: #d90a2c;
}
.bg2 {
    background: #fcfaf5;
}
/*.provide-area {
    background: linear-gradient(276.92deg, #F1F2FE 14.79%, #FDF0F9 57.41%, #FEFBE8 95.05%);
}*/
.scrolling-block {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.scrolling-badge .badge {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 30px;
}

    .scrolling-badge .badge:nth-child(1n) {
        background: linear-gradient(91.36deg,rgba(31,128,255,.32) 2.16%,rgba(13,72,166,.16) 98.84%);
        color: #1f80ff
    }

    .scrolling-badge .badge:nth-child(2n) {
        background: linear-gradient(93.64deg,rgba(199,44,145,.32),rgba(178,36,133,.16));
        color: #d341a5
    }

    .scrolling-badge .badge:nth-child(3n) {
        background: linear-gradient(93.64deg,rgba(255,165,48,.32),rgba(229,82,0,.16));
        color: #f58220
    }

    .scrolling-badge .badge:nth-child(4n) {
        background: linear-gradient(93.64deg,rgba(125,204,122,.32),rgba(66,127,48,.16));
        color: #4aa147
    }

    .scrolling-badge .badge:nth-child(5n) {
        background: linear-gradient(93.64deg,rgba(110,110,219,.32),rgba(60,50,127,.16));
        color: #6e6edb
    }
.integration-list ul {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    list-style:none;
}

    .integration-list ul li {
        animation: 15s floatingrev linear infinite;
    }

.integration-list li > figure {
    background: #fff;
    margin: 15px 10px;
    border-radius: 15px;
    font-size: 16px;
    width: 150px;
    height: 150px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 5px 30px #0000001c;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform-origin: center
}

.integration-list li > figure {
    /*opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);*/
    transition: all 1s cubic-bezier(0, 0, 0.18, 0.97);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.97)
}

    /*.integration-list li>figure {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}
*/
    .integration-list li > figure img {
        height: 60px;
        margin: 16px 0 12px;
    }

    .integration-list li > figure h4 {
        font-size: 18px;
        color: #212121;
    }

.integration-list ul li:nth-child(2n+2) {
    animation: 15s floating linear infinite
}

.integration-list ul li:nth-child(2n+2) {
    position: relative;
    top: -80px;
}

.integrate-tech {
    position: relative;
    padding: 5em 0;
    position: relative;
    background: #0f0f0f url(../images/blur-bg.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

    .integrate-tech .blur {
        backdrop-filter: blur(80px);
        flex: 0 0 auto;
        height: 100%;
        left: 0;
        overflow: visible;
        position: absolute;
        top: 0;
        width: 100%;
    }
    /*.integrate-tech::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    width: 100%;
    background: linear-gradient(#282828, #0f0f0f);
}*/
    .integrate-tech .section-title {
        padding-bottom: 120px;
    }

@keyframes floating {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}

@-webkit-keyframes floating {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}

@keyframes floatingrev {
    0% {
        transform: translateY(30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}

@-webkit-keyframes floatingrev {
    0% {
        transform: translateY(30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}


.tabbing_services_section {
    padding: 4% 0;
    background-image: var(--wpr-bg-8f002cc9-f9a7-4ba3-a324-6bfae19691bb);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top,left;
    min-height: 700px
}

.tabbing-title-box {
    width: 30%;
    float: left;
    background: #fff;
    border-radius: 20px;
    padding: 30px
}

.tabbing_content_box {
    float: right;
    width: 60%
}

.tabing_cont_ent_home {
    display: none
}

    .tabing_cont_ent_home.rement_curnt {
        display: block
    }

.tabbing_content_box_iner h3 {
    color: #000;
    font-size: 44px;
    font-weight: 600;
    line-height: 56px
}

.tabbing_content_box_iner ul li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    padding: 35px 0 0;
    text-align: center
}

    .tabbing_content_box_iner ul li a samp {
        background: 0 0;
        min-height: 60px;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center
    }

    .tabbing_content_box_iner ul li a span {
        font-size: 14px;
        line-height: 20px;
        display: block;
        color: #000;
        min-height: 38px
    }

.tabing_lik_cl.rement_curnt .tab_icon {
    background-position: 0 0
}

.tab_icon {
    margin: 0 10px 0 0;
    width: 38px;
    background-size: cover;
    height: 38px;
    display: inline-block;
    background-position: 0 -46px;
    background-repeat: no-repeat;
    vertical-align: middle
}

.tabing_lik_cl.tyb1.rement_curnt .tab_icon {
    background-position: 0 3px
}

.tabing_lik_cl.tyb5.rement_curnt .tab_icon {
    background-position: 0 1px
}

.tabing_lik_cl.tyb8.rement_curnt .tab_icon {
    background-position: 0 -1px
}

.tabing_lik_cl.rement_curnt .tab_icon_title {
    color: #f95408
}

.tab_icon_title {
    display: inline-block;
    width: calc(100% - 60px);
    font-weight: 700;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    color: #000
}

.tabing_lik_cl {
    cursor: pointer;
    padding: 10px 0
}
.tabbing_services_section {
    background: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top,left;
    min-height: 700px;
}
.tabbing_services_section_col {
    background: #fff;
    border-radius: 25px;
}
.tabing_cont_ent_home.rement_curnt {
    padding: 25px;
}
.text-justify{
    text-align:justify;
}
.tp-footer-widget-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.tp-footer-widget-link ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.tp-footer-widget-content-list-item > a {
    color: #fff;
}
.tp-footer-widget-newsletter-content p {
  font-size: 14px;
  color: #fff;
}
.breadcrumb-wrap {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.tp-offer-item-content p {
    color: #fff;
}
.tp-footer-widget-title {
    color: #d90a2c;
}
.tp-footer-widget-content-list-item {
    display: flex;
}



@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-slider-2-title {
            font-size: 48px;
        }
        .tp-header-3-menu {
            margin-left: 100px;
        }
        }
