@charset "UTF-8";
/* ==================== ##techmax__carousel reset CSS ==================== */

.techmax__carousel {
    overflow: hidden;
}
.techmax__carousel .swiper-button-next, .techmax__carousel .swiper-button-prev {
    display: block;
    position: absolute;
    z-index: 100;
    top: calc(50% - 22px);
    bottom: unset;
    width: 45px;
    height: 45px;
    margin: 0;
    border: unset;
    border-radius: 100px;
    padding: 0;
    font-size: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    opacity: 0;
    box-shadow: 5px 4px 13px 0 rgb(46 63 99 / 15%);
    transition: all .4s, transform .35s;
    color: #fff;
    background: var(--techmax-primary-color);
}
.techmax__carousel .swiper-button-next:after, .techmax__carousel .swiper-button-prev:after {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    font-family: 'Flaticon';
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    transition: color 0s;
    left: 0;
}
.techmax__carousel .swiper-button-prev:after {
    content: '\f108';
}
.techmax__carousel .swiper-button-next:after {
    content: '\f109';
}
.techmax__carousel:hover .swiper-button-next, .techmax__carousel:hover .swiper-button-prev {
    opacity: 1;
    transition: all .4s, transform .35s;
}
.techmax__carousel:hover .swiper-button-next:active, .techmax__carousel:hover .swiper-button-prev:active {
    transform: translate(2px, 2px);
}
.techmax__carousel .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(0);
    transition: all .4s, transform .15s;
}
.techmax__carousel:hover .swiper-button-next {
    right: 30px;
    transition: all .4s, transform .15s;
}
.techmax__carousel .swiper-button-prev {
    right: auto;
    left: 0;
    transform: translateX(0);
    transition: all .4s, transform .15s;
}
.techmax__carousel:hover .swiper-button-prev {
    left: 30px;
    transition: all .4s, transform .15s;
}
/*== Dot style ==*/

.techmax__carousel .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 14px;
}
.techmax__carousel .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
body .elementor-widget-container .techmax__carousel.pagination_square .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
}
body .elementor-widget-container .techmax__carousel.pagination_line_circle .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
body .elementor-widget-container .techmax__carousel.pagination_line .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 10px;
}
body .elementor-widget-container .techmax__carousel.pagination_square_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: transparent;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 0;
    transition: all 0.3s;
}
body .elementor-widget-container .techmax__carousel.pagination_square_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--techmax-primary-color);
    background: transparent;
    transition: all 0.3s;
}
body .elementor-widget-container .techmax__carousel.pagination_square_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -4px;
    border-radius: 0;
    background: var(--techmax-primary-color);
}
body .elementor-widget-container .techmax__carousel.pagination_circle_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: transparent;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 0;
    transition: all 0.3s;
}
body .elementor-widget-container .techmax__carousel.pagination_circle_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--techmax-primary-color);
    background: transparent;
    border-radius: 100%;
    transition: all 0.3s;
}
body .elementor-widget-container .techmax__carousel.pagination_circle_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 100%;
    background: var(--techmax-primary-color);
}
/* ==================== ## Button ==================== */

.tpc-btn {
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    background-color: #005de0;
    border-color: transparent;
    border: 2px solid #005de0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 52px;
    padding: 0px 48px;
    border-style: solid;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.tpc-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #ffffff;
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}
.tpc-btn:focus, .tpc-btn:focus:active {
    box-shadow: none;
}
.tpc-btn:hover {
    box-shadow: none;
    color: #005de0;
}
.tpc-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}
.tpc-btn-2 {
    height: 50px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 45px;
}
.tpc-btn-3 {
    background: #ff5538;
    border: 2px solid #ff5538;
}
.tpc-btn-3:hover {
    color: #ff5538;
}
/* ==================== ## Testimonial-1 ==================== */

.techmax-testimonial {
    background: #ffffff;
    padding: 50px;
    border-radius: 5px;
    position: relative;
    margin: 18px 0;
    text-align: center;
}
.techmax-testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleY(1.1) scaleX(0.85);
    border-radius: 5px;
}
.techmax-testimonial::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleY(1.05) scaleX(0.92);
    border-radius: 5px;
}
.techmax-testimonial .testimonial-content .title {
    font-size: 22px;
    line-height: 30px;
    color: var(--techmax-secondary-color);
}
.techmax-testimonial .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: underline;
    color: #000c29;
    margin-top: 15px;
}
.techmax-testimonial .testimonial-content .testimonial-author-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.techmax-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author {
    display: flex;
    align-items: center;
}
.techmax-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.techmax-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text {
    flex: 1;
    margin-left: 20px;
}
.techmax-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #231e32;
}
.techmax-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .designation {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: var(--techmax-secondary-color);
}
.techmax-testimonial .testimonial-content .testimonial-author-wrap .testimonial-quote {
    margin-left: 25px;
    margin-top: 10px;
}
/* ==================== ## Testimonial-2 ==================== */

.techmax-testimonial-2{
    display: flex;
    align-items: center;
}
.techmax-testimonial-2 .testimonial-image img {
    border-radius: 10px;
}
.techmax-testimonial-2 .testimonial-content {
    flex: 1;
    margin-left: 90px;
    position: relative;
}
.techmax-testimonial-2 .testimonial-content .testimonial-quote {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
}
.techmax-testimonial-2 .testimonial-content p {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    color: #000c29;
}
.techmax-testimonial-2 .testimonial-content .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #231e32;
    margin-top: 30px;
}
.techmax-testimonial-2 .testimonial-content .designation {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    color: #5149f3;
}
/* ==================== ## Testimonial-3 ==================== */

.techmax-testimonial-3 {
    display: flex;
    background: #ffffff;
    padding: 60px 110px 60px 75px;
    border-radius: 10px;
    margin: 15px 0;
    position: relative;
}
.techmax-testimonial-3::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    background: #ff5538;
    transform: translateX(-50%);
    width: calc(100% - 45px);
    height: 100%;
    z-index: -1;
}
.techmax-testimonial-3 .testimonial-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.techmax-testimonial-3 .testimonial-content {
    flex: 1;
    margin-left: 50px;
}
.techmax-testimonial-3 .testimonial-content p {
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
}
.techmax-testimonial-3 .testimonial-content .testimonial-author {
    display: flex;
    margin-top: 30px;
}
.techmax-testimonial-3 .testimonial-content .testimonial-author .author-text .name {
    font-size: 16px;
    line-height: 20px;
    color: #231e32;
}
.techmax-testimonial-3 .testimonial-content .testimonial-author .author-text .designation {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #ff5538;
    margin-top: 3px;
    display: inline-block;
}
.techmax-testimonial-3 .testimonial-content .testimonial-author .testimonial-quote {
    margin-left: 50px;
}
/* ==================== ## Testimonial-4 ==================== */

.techmax-testimonial-4 {
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.techmax-testimonial-4 .testimonial-content {
    padding: 50px 50px 60px 50px;
}
.techmax-testimonial-4 .testimonial-content .testimonial-quote {
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    color: var(--techmax-secondary-color);
    background: #ccdef7;
}
.techmax-testimonial-4 .testimonial-content .testimonial-quote img {
    position: relative;
    top: 18px;
}
.swiper-slide.swiper-slide-active .techmax-testimonial-4 {
    background: linear-gradient(130deg, #54d6eb 0%, #035cdd 100%);
}
.techmax-testimonial-4 .testimonial-content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000c29;
    margin-top: 10px;
}
.swiper-slide.swiper-slide-active .techmax-testimonial-4 p {
    color: #fff;
}
.techmax-testimonial-4 .testimonial-content .testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.swiper-slide.swiper-slide-active .techmax-testimonial-4 .testimonial-content .testimonial-author .author-text .name {
    color: #fff;
}
.techmax-testimonial-4 .testimonial-content .testimonial-author .author-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.techmax-testimonial-4 .testimonial-content .testimonial-author .author-text {
    margin-left: 25px;
}
.techmax-testimonial-4 .testimonial-content .testimonial-author .author-text .name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #231e32;
}
.techmax-testimonial-4 .testimonial-content .testimonial-author .author-text .designation {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--techmax-secondary-color);
    margin-top: 5px;
    text-align: left;
}
.swiper-slide.swiper-slide-active .techmax-testimonial-4 .testimonial-content .testimonial-author .author-text .designation {
    color: #fff;
}
/* ==================== ## Testimonial-5 ==================== */

.techmax-testimonial-5 {
    display: flex;
}
.techmax-testimonial-5 .testimonial-content {
    flex: 1;
    padding-left: 50px;
}
@media only screen and (max-width: 768px) {
    .techmax-testimonial-5 {
        display: initial;
    }
    .techmax-testimonial-5 .testimonial-content {
        padding-left: 0;
        padding-top: 20px;
    } 
}
.techmax-testimonial-5 .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000c29;
}
.techmax-testimonial-5 .testimonial-content .testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.techmax-testimonial-5 .testimonial-content .testimonial-author .author-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.techmax-testimonial-5 .testimonial-content .testimonial-author .author-text {
    flex: 1;
    margin-left: 20px;
}
.techmax-testimonial-5 .testimonial-content .testimonial-author .author-text .name {
    font-size: 16px;
    line-height: 20px;
    color: #231e32;
}
.techmax-testimonial-5 .testimonial-content .testimonial-author .author-text .designation {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: var(--techmax-secondary-color);
}
/* ==================== ## Testimonial-6 ==================== */

.techmax-testimonial-6 {
    text-align: center;
}
.techmax-testimonial-6 .testimonial-content p {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 30px;
}
.techmax-testimonial-6 .testimonial-content .testimonial-author {
    margin-top: 30px;
}
.techmax-testimonial-6 .testimonial-content .testimonial-author .name {
    font-size: 16px;
    line-height: 20px;
    color: #231e32;
}
.techmax-testimonial-6 .testimonial-content .testimonial-author .designation {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .techmax-testimonial-2 {
        flex-direction: column;
    }
    .techmax-testimonial-2 .testimonial-content {
        margin-left: 30px;
        margin-top: 60px;
    }
    .techmax-testimonial-3 {
        padding: 60px 50px 60px 50px;
        flex-direction: column;
        gap: 30px;
    }
    .techmax-testimonial-3 .testimonial-content .testimonial-author .testimonial-quote {
        margin-left: 20px;
    }
    .techmax-testimonial-3 .testimonial-img {
        text-align: center;
    }
    .techmax-testimonial-3 .testimonial-content {
        margin-left: 0;
    }
   
}

/* ==================== ## Testimonial-7 ==================== */

.techmax-testimonial-7{
    display: flex;
    align-items: center;
}
.techmax-testimonial-7 .testimonial-image img {
    border-radius: 10px;
}
.techmax-testimonial-7 .testimonial-content {
    flex: 1;
    position: relative;
    padding: 35px;
    padding-left: 90px;
    background: #ffffff;
    
}
.techmax-testimonial-7 .testimonial-content .testimonial-quote {
    position: absolute;
    left: 60px;
    top: 40px;
    width: 100%;
    height: 100%;
}
.techmax-testimonial-7 .testimonial-content p {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    color: #000c29;
}
.techmax-testimonial-7 .testimonial-content .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #231e32;
    margin-top: 30px;
}
.techmax-testimonial-7 .testimonial-content .designation {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    color: #5149f3;
}

@media only screen and (max-width: 991px) {
    .techmax-testimonial-7 {
        flex-direction: column;
    }
}



/* ==================== ## Skill ==================== */

.skill-img-item {
    margin-top: 30px;
    position: relative;
}
.skill-img-item .skill-img {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s linear;
    z-index: 1;
}
.skill-img-item .skill-img .image {
    display: block;
    position: relative;
}
.skill-img-item .skill-img img {
    border-radius: 5px;
}
.skill-img-item .skill-img .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #010f31 100%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}
.skill-img-item .skill-img .image img {
    border-radius: 5px;
    width: 100%;
}
.skill-img-item .skill-img .skill-img-text {
    position: absolute;
    bottom: 45px;
    left: 30px;
}
.skill-img-item .skill-img .skill-img-text .title {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}
.skill-img-item .skill-img .skill-img-text .title a:hover {
    color: #005de0;
}
.skill-img-item .skill-img .skill-img-text {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #005de0;
    transition: all 0.3s linear;
}
.skill-img-item .skill-img .skill-img-text i {
    position: relative;
    top: 1px;
    margin-left: 4px;
    transition: all 0.3s linear;
}
.skill-img-item .skill-img .skill-img-text .skill-btn:hover {
    color: #ffffff;
}
.skill-img-item .skill-img .skill-img-text .skill-btn:hover i {
    color: #ffffff;
}
.skill-img-item .skill-img:hover {
    transform: translateY(-5px) translate3d(0, -5px, 0);
}
.skill-img-item a.skill-btn {
    color: #fff;
    background: var(--techmax-primary-color);
    border-radius: 100px;
    padding: 0px 18px;
    margin-top: 15px;
    display: inline-block;
}
/* ==================== ## Service-1 ==================== */

.service-item-wrap .service-item {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
    padding: 34px 40px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-item-wrap .service-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(148deg, #54d6eb 0%, #055fdd 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
}
.service-item-wrap .service-item .shape-1 {
    width: 235px;
    height: 235px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -80px;
    right: -80px;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    z-index: -1;
}
.service-item-wrap .service-item .shape-2 {
    position: absolute;
    right: -135px;
    bottom: 55px;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    z-index: -1;
}
.service-item-wrap .service-item .service-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 12px;
    transition: all 0.3s linear;
}
.service-item-wrap .service-item .service-content .title {
    color: #231e32;
}
.service-item-wrap .service-item:hover .service-content .title {
    color: #fff;
}
.service-item-wrap .service-item .service-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #4c4d56;
    margin-top: 20px;
    transition: all 0.3s linear;
}
.service-item-wrap .service-item:hover .service-content p {
    color: #fff;
}
.service-item-wrap .service-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.service-item-wrap .service-item:hover .shape-1 {
    opacity: 1;
    visibility: visible;
}
.service-item-wrap .service-item:hover .shape-2 {
    opacity: 1;
    visibility: visible;
}
.service-item-wrap .service-item:hover .service-content .title a {
    color: #ffffff;
}
.service-item-wrap .service-item:hover .service-content p {
    color: #ffffff;
}
/* ==================== ## Service-2 ==================== */

.service-item-wrap .single-item {
    /*    border: 1px solid #ebebeb;*/
    padding: 45px;
    padding-bottom: 65px;
    border-radius: 10px;
    margin-top: 30px;
}
.service-item-wrap .single-item .features-icon img {
    width: 60px;
}
.service-item-wrap .single-item .features-content .title {
    font-size: 22px;
    line-height: 30px;
    color: #231e32;
    margin-top: 20px;
}
.service-item-wrap .single-item .features-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 10px;
}
.service-item-wrap .single-item .features-icon {
    position: relative;
}
.service-item-wrap .single-item .features-icon::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 15px;
    width: 50px;
    height: 50px;
    background: #e5eefc;
    border-radius: 50%;
    z-index: -1;
}
.service-item-wrap .single-item.right .features-icon::before {
    right: -12px;
    left: auto;
}

/* ==================== ## Service-3 ==================== */

.service-item-wrap.techmax-service-3 .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background: #1d1927;
    margin-top: 0;
    border-radius: 0;
}

.service-item-wrap.techmax-service-3 .single-item .service-content .title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    transition: .3s;
}

.service-item-wrap.techmax-service-3 .single-item .service-content {
    margin-left: 40px;
}


.service-item-wrap.techmax-service-3 .single-item .service-content-wrap{
    display: flex;
}
.service-item-wrap.techmax-service-3 .single-item .service-icon-image{
    flex-shrink: 0;

}


.service-item-wrap.techmax-service-3 .single-item .arrow-icon svg{
    fill: #fff;
    transition: .3s;
}


.service-item-wrap.techmax-service-3 .single-item:hover .service-content .title {
    color: #005de0;
}

.service-item-wrap.techmax-service-3 .single-item:hover .arrow-icon svg{
    transform: translateX(10px);
    fill: #005de0;
}

@media only screen and (max-width: 450px) {

    .service-item-wrap.techmax-service-3 .single-item .service-content-wrap{
        display: block;
    }
    .service-item-wrap.techmax-service-3 .single-item .service-icon-image{
        margin-bottom: 25px;
    }
    .service-item-wrap.techmax-service-3 .single-item .service-content {
        margin-left: 0;
    }
}


/* ==================== ## Service-4 ==================== */
.service-item-wrap.techmax-service-4{
    position: relative;
    z-index: 1;
}
.service-item-wrap.techmax-service-4:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-item-wrap.techmax-service-4 .single-item {
    padding: 45px;
    padding-bottom: 30px;
    margin-top: 0;
}

.service-item-wrap.techmax-service-4 .single-item .features-content .title{
    transition: all 0.3s linear;
}

.transform-hover-effect{
    margin-top: 10px;
    transition: all 0.3s linear;
}
.transform-hover-effect:hover{
    transform: translateY(-10px);
}



/* ==================== ## Service-5 ==================== */
.service-item-wrap.techmax-service-5 .single-item {
    padding: 45px;
    padding-bottom: 30px;
    margin-top: 0;
}

.service-item-wrap.techmax-service-5 .single-item .features-content .title{
    transition: all 0.3s linear;
    margin-top: 0;
}

/* ==================== ## Techmax Service ==================== */

.techmax-service {
    background: #ffffff;
    padding: 55px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 1199px) {
    .techmax-service {
        padding: 40px;
    }
}
.techmax-service .service-content .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .techmax-service .service-content .title {
        font-size: 20px;
    }
}
.techmax-service .service-content .title a {
    color: #231e32;
    font-size: 22px;
}
.techmax-service .service-content .title a:hover {
    color: #ff5538;
}
.techmax-service .service-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 10px;
}
.techmax-service .service-content .read-more {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #ff5538;
    margin-top: 15px;
}
.techmax-service .service-content .read-more i {
    position: relative;
    top: 2px;
    transform: translateX(10px);
    transition: all 0.3s linear;
}
.techmax-service .service-content .read-more:hover i {
    transform: translateX(15px);
}
/* ==================== ## Techmax Hero ==================== */

.techmax-hero {
    background: linear-gradient(150deg, #030C2D 0%, #2976E6 100%);
    align-items: center;
    position: relative;
    overflow: hidden;
}
.techmax-hero .hero__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.tech-hero-section {
    height: 1120px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.tech-hero-section .shape-1 {
    width: 417px;
    height: 417px;
    background: linear-gradient(150deg, #035cdd 0%, #4ecdea 100%);
    opacity: 0.9;
    border-radius: 50%;
    position: absolute;
    top: 115px;
    left: 50px;
    z-index: -1;
}
.tech-hero-section .hero-content {
    max-width: 520px;
    position: relative;
}
.tech-hero-section .hero-content .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}
.tech-hero-section .hero-content .title {
    font-size: 72px;
    line-height: 92px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}
.techmax-hero .hero-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 40px;
}
.tech-hero-section .hero-content .hero-btn {
    margin-top: 40px;
}
@media only screen and (max-width: 1399px) {
    .tech-hero-section {
        height: 920px;
    }
}
@media only screen and (max-width: 1199px) {
    .tech-hero-section {
        height: 920px;
    }
    .tech-hero-section .shape-1 {
        width: 350px;
        height: 350px;
        top: 115px;
        left: 170px;
    }
    .tech-hero-section .hero-content {
        padding-top: 250px;
    }
    .tech-hero-section .hero-content .title {
        font-size: 55px;
        line-height: 72px;
    }
}
@media only screen and (max-width: 991px) {
    .tech-hero-section {
        height: 780px;
    }
    .tech-hero-section .hero-content {
        padding-top: 170px;
    }
}
@media only screen and (max-width: 767px) {
    .tech-hero-section .shape-1 {
        width: 250px;
        height: 250px;
        left: 30px;
    }
    .tech-hero-section .hero-content .title {
        font-size: 48px;
        line-height: 62px;
    }
    .tech-hero-section .hero-content .hero-btn .btn {
        padding: 0 45px;
    }
}
@media only screen and (max-width: 575px) {
    .tech-hero-section .hero-content .sub-title {
        font-size: 14px;
        line-height: 26px;
    }
    .tech-hero-section .hero-content .title {
        font-size: 36px;
        line-height: 48px;
    }
    .tech-hero-section .hero-content p {
        font-size: 16px;
    }
}
/* ==================== ## Techmax Hero-2 ==================== */

.tech-hero-section-2 {
    display: flex;
    height: 955px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.tech-hero-section-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #00213a;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tech-hero-section-2 .shape-1 {
    width: 578px;
    height: 315px;
    background-image: linear-gradient(290deg, #54d6eb 0%, #035cdd 100%);
    transform: skewY(15deg);
    position: absolute;
    left: 7.5%;
    top: 25%;
    z-index: -1;
}
.tech-hero-section-2 .shape-2 {
    width: 578px;
    height: 315px;
    background-image: linear-gradient(290deg, #54d6eb 0%, #035cdd 100%);
    transform: skewY(15deg);
    position: absolute;
    left: 3.5%;
    top: 50%;
    z-index: -1;
}
.tech-hero-section-2 .shape-3 {
    width: 578px;
    height: 315px;
    background: #ffffff;
    opacity: 0.2;
    transform: skewY(15deg);
    position: absolute;
    left: 12%;
    top: 40%;
    z-index: -1;
}
.tech-hero-section-2 .shape-4 {
    width: 578px;
    height: 315px;
    background: linear-gradient(90deg, #54d6eb 0%, #035cdd 100%);
    opacity: 0.8;
    transform: skewY(15deg);
    position: absolute;
    right: -10%;
    top: 76%;
    z-index: -1;
}
.tech-hero-section-2 .shape-5 {
    width: 358px;
    height: 195px;
    background: linear-gradient(280deg, #54d6eb 0%, #035cdd 100%);
    opacity: 0.8;
    transform: skewY(15deg);
    position: absolute;
    right: -6%;
    top: 67%;
    z-index: -1;
}
.tech-hero-section-2 .hero-content {
    max-width: 630px;
    position: relative;
}
.tech-hero-section-2 .hero-content .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}
.tech-hero-section-2 .hero-content .title {
    font-size: 60px;
    line-height: 78px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}
.tech-hero-section-2 .hero-content .tpc-btn-wrap {
    margin-top: 40px;
}
@media only screen and (max-width: 991px) {
    .tech-hero-section-2 {
        height: 760px;
    }
}
@media only screen and (max-width: 767px) {
    .tech-hero-section-2 {
        height: 660px;
    }
    .tech-hero-section-2 .shape-1 {
        width: 350px;
        height: 190px;
    }
    .tech-hero-section-2 .shape-2 {
        width: 350px;
        height: 190px;
        top: 46%;
    }
    .tech-hero-section-2 .shape-3 {
        width: 350px;
        height: 190px;
        top: 37%;
    }
    .tech-hero-section-2 .shape-4 {
        width: 350px;
        height: 190px;
    }
    .tech-hero-section-2 .shape-5 {
        width: 220px;
        height: 150px;
        top: 71%;
        right: -5%;
    }
    .tech-hero-section-2 .hero-content .sub-title {
        font-size: 14px;
        line-height: 28px;
    }
    .tech-hero-section-2 .hero-content .title {
        font-size: 40px;
        line-height: 52px;
    }
}
/* ==================== ## Techmax Hero-3 ==================== */

.tech-hero-section-3 {
    padding-top: 240px;
    padding-bottom: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.tech-hero-section-3 .hero-content {
    position: relative;
    max-width: 580px;
}
.tech-hero-section-3 .hero-content .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}
.tech-hero-section-3 .hero-content .title {
    font-size: 72px;
    line-height: 92px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}
.tech-hero-section-3 .tpc-btn-wrap {
    margin-top: 40px;
}
.tech-hero-section-3 .hero-content .hero-play-btn {
    margin-top: 40px;
}
.tech-hero-section-3 .tpc-video_popup .videobox_link:hover {
    background: #fff;
    fill: #ff5538;
}
.tech-hero-section-3 .video__text {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 15px;
}
@media only screen and (max-width: 767px) {
    .tech-hero-section-3 {
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .tech-hero-section-3 .hero-content .title {
        font-size: 48px;
        line-height: 60px;
    }
    .tech-hero-section-3 .hero-content .sub-title {
        font-size: 15px;
        line-height: 28px;
    }
    .tech-hero-section-3 .hero-content .hero-play-btn .play-btn i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .tech-hero-section-3 .hero-content .hero-play-btn .play-btn span {
        font-size: 18px;
    }
    .tech-hero-section-3 .hero-form .hero-form-wrap .heading-wrap .title {
        font-size: 28px;
    }
}
/* ==================== ## Techmax Hero-4 ==================== */

.tech-hero-section-4 {
    padding-top: 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tech-hero-section-4 .hero-content {
    padding-top: 155px;
    max-width: 550px;
    position: relative;
}
.tech-hero-section-4 .hero-content .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 40px;
    line-height: 38px;
    background: #252239;
    padding: 0 25px;
    display: inline-block;
    border-radius: 35px;
    margin-bottom: 10px;
}
.tech-hero-section-4 .hero-content .title {
    font-size: 72px;
    line-height: 92px;
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    .tech-hero-section-4 .hero-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .tech-hero-section-4 .hero-content .title {
        font-size: 48px;
        line-height: 58px;
    }
}
.tech-hero-section-4 .hero-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 25px;
}
.tech-hero-section-4 .hero-content .btn {
    margin-top: 50px;
}
.tech-hero-section-4 .hero-images {
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.tech-hero-section-4 .hero-images .shape-3 {
    position: absolute;
    top: 75px;
    left: -15px;
    -webkit-animation: rotate-style 50s linear infinite;
    animation: rotate-style 50s linear infinite;
}
.tech-hero-section-4 .hero-images .shape-4 {
    position: relative;
    bottom: -30px;
}
@media only screen and (max-width: 1199px) {
    .tech-hero-section-4 .hero-images .shape-3 {
        padding: 0 35px;
    }
}
@media only screen and (max-width: 991px) {
    .tech-hero-section-4 .hero-content {
        padding-top: 80px;
    }
    .tech-hero-section-4 .hero-images .shape-4 {
        padding: 0 0px;
    }
}
@media only screen and (max-width: 767px) {
    .tech-hero-section-4 .hero-content {
        padding-top: 0;
    }
    .tech-hero-section-4 .hero-images .shape-3 {
        left: 0;
    }
    .tech-hero-section-4 .hero-images .shape-4 {
        padding: 0 20px;
    }
}
/* ==================== ## Techmax Hero-5 ==================== */

.tech-hero-section-5 {
    display: flex;
    height: 960px;
    z-index: 1;
}
.tech-hero-section-5 .shape-1 {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1;
}
.tech-hero-section-5 .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.tech-hero-section-5 .hero-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.tech-hero-section-5 .hero-content .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 30px;
}
.tech-hero-section-5 .hero-content .title {
    font-size: 72px;
    line-height: 92px;
    color: #ffffff;
}
.tech-hero-section-5 .tpc-btn-wrap {
    margin-top: 45px;
}
@media only screen and (max-width: 767px) {
    .tech-hero-section-5 {
        height: 660px;
    }
    .tech-hero-section-5 .shape-1 img {
        width: 60%;
    }
    .tech-hero-section-5 .shape-2 {
        right: -280px;
    }
    .tech-hero-section-5 .shape-2 img {
        width: 60%;
    }
}
/* ==================== ## Techmax Hero-6 ==================== */

.tech-hero-section-6 {
    display: flex;
    z-index: 1;
}
.tech-hero-section-6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-55deg, #54d6eb 0%, #035cdd 100%);
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tech-hero-section-6 .hero-content {
    padding-top: 180px;
    max-width: 620px;
    position: relative;
}
.tech-hero-section-6 .hero-content .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}
.tech-hero-section-6 .hero-content .title {
    font-size: 68px;
    line-height: 80px;
    color: #ffffff;
}
.tech-hero-section-6 .tpc-btn-wrap {
    margin-top: 40px;
}
.tech-hero-section-6 .hero-images {
    padding-top: 125px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.tech-hero-section-6 .hero-images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-40deg, #54d6eb 0%, #035cdd 100%);
    opacity: 0.9;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    transform: translate(-35px, 40px);
    z-index: -1;
    -webkit-animation: animate-02 9s linear infinite;
    animation: animate-02 9s linear infinite;
}
.tech-hero-section-6 .hero-images .hero_thumb {
    position: relative;
}
@media only screen and (max-width: 1399px) {
    .tech-hero-section-6 .hero-content .title {
        font-size: 60px;
        line-height: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .tech-hero-section-6 .hero-content {
        padding-top: 110px;
    }
    .tech-hero-section-6 .hero-content .title {
        font-size: 55px;
        line-height: 72px;
    }
    .tech-hero-section-6 .hero-images::before {
        width: 480px;
        height: 480px;
        transform: translate(-30px, 80px);
    }
}
@media only screen and (max-width: 991px) {
    .tech-hero-section-6 .hero-content {
        padding-top: 70px;
    }
    .tech-hero-section-6 .hero-content .sub-title {
        font-size: 14px;
    }
    .tech-hero-section-6 .hero-content .title {
        font-size: 40px;
        line-height: 55px;
    }
    .tech-hero-section-6 .hero-content p {
        font-size: 14px;
        padding-right: 0;
    }
    .tech-hero-section-6 .hero-images::before {
        width: 380px;
        height: 380px;
        transform: translate(-25px, 80px);
    }
}
@media only screen and (max-width: 767px) {
    .tech-hero-section-6 .hero-content p {
        font-size: 16px;
    }
    .tech-hero-section-6 .hero-images::before {
        width: 430px;
        height: 430px;
        transform: translate(5px, 80px);
    }
    .tech-hero-section-6 .hero-images .hero_thumb {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 575px) {
    .tech-hero-section-6 .hero-content .title {
        font-size: 35px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 449px) {
    .tech-hero-section-6 .hero-images {
        padding-top: 90px;
    }
    .tech-hero-section-6 .hero-images::before {
        width: 350px;
        height: 350px;
        transform: translate(-10px, 60px);
    }
    .tech-hero-section-6 .hero-images .hero_thumb {
        padding: 0 15px;
    }
}
@keyframes animate-02 {
    0%, 100% {
        border-radius: 50% 50% 50% 50% / 50% 35% 65% 50%;
    }
    34% {
        border-radius: 50% 50% 35% 65% / 50% 50% 50% 50%;
    }
    50% {
        border-radius: 50% 50% 50% 50% / 65% 50% 50% 35%;
    }
    67% {
        border-radius: 35% 65% 50% 50% / 50% 50% 50% 50%;
    }
}


/* ==================== ## Techmax Hero-7 ==================== */
.tech-hero-section-7 {
    display: flex;
    height: 980px;
    z-index: 1;
  }

  
  .tech-hero-section-7 .shape-1 {
    position: absolute;
    z-index: -1;
  }
  
  .tech-hero-section-7 .hero-content {
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
    z-index: 1;
  }


  .tech-hero-section-7 .hero-content::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border: 5px solid #ffffff;
    width: 625px;
    height: 570px;
    transform: translateX(-50%);
    z-index: -1;
  }
  
  .tech-hero-section-7 .hero-content .shape-2 {
    width: 150px;
    height: 150px;
    background: linear-gradient(150deg, #035cdd 0%, #4ecdea 100%);
    border-radius: 50%;
    position: absolute;
    top: -75px;
    right: -50px;
    -webkit-animation: zoom-in-out 4s infinite;
            animation: zoom-in-out 4s infinite;
    z-index: -1;
  }

  @media only screen and (max-width: 450px) {
    .tech-hero-section-7 .hero-content::after{
       width: 260px !important;
    }   
    
  }
      

    @keyframes zoom-in-out{
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(0.85);
        }
        100% {
            transform: scale(1);
        } 
    }
    @-webkit-keyframes zoom-in-out {
        0% {
        transform: scale(1);
        }
        50% {
        transform: scale(0.85);
        }
        100% {
        transform: scale(1);
        }
    }

/* ==================== ## Techmax Hero-8 ==================== */
.tech-hero-section-8 {
    display: flex;
    height: 990px;
    z-index: 1;
  }
  
  .tech-hero-section-8 .row-align-center{
    align-items: center;
  }
  
  .tech-hero-section-8 .hero-content p {
    padding-right: 60px;
  }

  .tech-hero-section-8 .hero-images {
    position: relative;
    z-index: 1;
  }
  
  .tech-hero-section-8 .hero-images .shape-1 {
    position: absolute;
    left: 100px;
    top: 105px;
    z-index: 1;
  }
  
  .tech-hero-section-8 .hero-images .shape-2 {
    position: absolute;
    left: 130px;
    top: 0;
    -webkit-animation: up-down 5s linear infinite;
            animation: up-down 5s linear infinite;
  }
  
  .tech-hero-section-8 .hero-images .image {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  
  @media only screen and (max-width: 1199px) {
    .tech-hero-section-8 .hero-content {
      padding-top: 120px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .tech-hero-section-8{
        height: auto;
    }   
    
  }
  

/* ==================== ## Techmax Hero-9 ==================== */

  .tech-hero-section-9 {
    height: 900px;
    padding-top: 85px;
    background: none;
    z-index: 1;
  }
  
  
  .tech-hero-section-9 .hero-content {
    padding-top: 155px;
    max-width: 560px;
  }

  
  .tech-hero-section-9 .hero-content p {
    padding-right: 60px;
    margin-top: 25px;
  }
 
  .tech-hero-section-9 .hero-images {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-left: 50px;
    z-index: 2;
  }
  
  .tech-hero-section-9 .hero-images .shape-1 {
    position: absolute;
    left: 21%;
    bottom: 3%;
    -webkit-animation: up-down 5s infinite;
            animation: up-down 5s infinite;
  }
  
  .tech-hero-section-9 .hero-images .image {
    padding-top: 170px;
    padding-right: 80px;
    padding-left: 30px;
  }
  
  @media only screen and (max-width: 1399px) {
    .tech-hero-section-9 {
      height: 840px;
    }
    .tech-hero-section-9 .hero-content {
        padding-top: 120px;
      }
    .tech-hero-section-9 .hero-images {
      padding-left: 0px;
    }
    .tech-hero-section-9 .hero-images .image {
      padding-right: 50px;
      padding-left: 0;
    }

  }

  @media only screen and (max-width: 991px) {
    .tech-hero-section-9 {
      height: auto;
      padding-bottom: 240px;
    }
    .tech-hero-section-9 .hero-content {
      padding-top: 60px;
      max-width: unset;
    }
    .tech-hero-section-9 .hero-images {
      position: relative;
      width: 100%;
    }
    .tech-hero-section-9 .hero-images .image {
      padding-top: 70px;
      padding-right: 40px;
      padding-left: 40px;
    }
    .tech-hero-section-9 .hero-images .shape-1{
        bottom: -25%;
    }
    
  }

  @media only screen and (max-width: 449px){
    .tech-hero-section-9 .hero-images .image {
        padding-top: 70px;
        padding-right: 10px;
        padding-left: 10px;
      }

      .tech-hero-section-9 .hero-images .shape-1{
        width: 100px !important;
    }
  }
  



  /* ==================== ## Techmax Hero-10 ==================== */
.tech-hero-section-10 {
    height: 990px;
    display: flex;
    z-index: 1;
}
.tech-hero-section-10 .hero-content{
    padding-top: 70px;
}
.tech-hero-section-10 .hero-content .title{
    padding-right: 80px;
}
.tech-hero-section-10 .hero-content p {
    padding-right: 60px;
    margin-top: 25px;
}

.tech-hero-section-10 .hero-content .btn {
    margin-top: 50px;
    background: #005de0;
    border: 2px solid #005de0;
    padding: 0 70px;
}

.tech-hero-section-10 .hero-content .btn:hover {
    color: #005de0;
}

.tech-hero-section-10 .hero-images {
    position: relative;
    z-index: 1;
}


.tech-hero-section-10 .hero-images .image {
    padding-bottom: 45px;
    -webkit-animation: up-down 5s linear infinite;
    animation: up-down 5s linear infinite;
}


@media only screen and (max-width: 991px) {
    .tech-hero-section-10{
        height: auto;
    }   
    .tech-hero-section-10 .hero-content {
        text-align: center;
        padding-top: 140px;
    }
    .tech-hero-section-10 .hero-content .title{
        padding-right: 0;
    }
    .tech-hero-section-10 .hero-content p{
        padding-right: 0;
    }
    .tech-hero-section-10 .hero-images{
        padding-bottom: 100px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(25px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(25px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(25px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(25px);
    }
}


/* ==================== ## Team ==================== */

.techmax-teacher-wrapper .teacher-img {
    display: block;
    position: relative;
}
.techmax-teacher-wrapper .teacher-img a {
    display: block;
    position: relative;
}
.techmax-teacher-wrapper .teacher-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 430px;
    background-color: #0071dc;
    clip-path: polygon(0 34%, 0% 100%, 100% 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: 1;
}
.techmax-teacher-wrapper .teacher-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 480px;
    background-color: #0071dc;
    clip-path: polygon(0 34%, 0% 100%, 100% 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.techmax-teacher-wrapper:hover .teacher-img::before {
    opacity: 1;
    visibility: visible;
}
.techmax-teacher-wrapper:hover .teacher-img::after {
    opacity: 0.35;
    visibility: visible;
}
.techmax-teacher-wrapper .teacher-img .teacher-image img {
    border-radius: 5px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.techmax-teacher-wrapper .teacher-bottom {
    width: 260px;
    background: #ffffff;
    padding: 30px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.techmax-teacher-wrapper .teacher-bottom .teacher-name-deg a .teacher-name {
    font-size: 18px;
    margin-bottom: -5px;
    color: #29303b;
}
.techmax-teacher-wrapper .teacher-bottom .teacher-name-deg .teacher-name {
    font-size: 18px;
    margin-bottom: -5px;
    color: #29303b;
}
.techmax-teacher-wrapper .teacher-bottom .teacher-name-deg .teacher-deg {
    margin-bottom: 0;
    color: #686f7a;
    font-size: 15px;
}
.techmax-teacher-wrapper .teacher-bottom .social-shear {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.techmax-teacher-wrapper .team-info-icons {
    display: flex;
}
.techmax-teacher-wrapper .team-info-icons a {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    margin-left: 10px;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s linear;
}
.techmax-teacher-wrapper .team-info-icons a:first-child {
    margin-left: 0;
}
.techmax-teacher-wrapper .team-info-icons a:hover {
    transform: translateY(-5px);
}
.techmax-teacher-wrapper:hover .teacher-bottom .social-shear {
    opacity: 1;
    visibility: visible;
    transform: translateY(-45px);
}
/* ==================== ## Features ==================== */

.tpc-features-thumb {
    position: relative;
    left: 70px;
    width: 50%;
    height: 100%;
}
.tpc-features-thumb .shape-1 {
    position: absolute;
    left: 150px;
    top: 85px;
    padding: 0 20px;
    z-index: -1;
    animation: rotate-style 50s linear infinite;
}
.tpc-features-thumb.ani_2 .shape-1 {
    animation: rotate-style-2 5s linear infinite;
}
@keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-style-2 {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
/* ==================== ## About Sign ==================== */

.tpc-about-author {
    background: #ffffff;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
    padding: 35px 30px 35px 45px;
    border-radius: 5px;
    position: relative;
}
.tpc-about-author::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #005de0;
    height: 3px;
    width: calc(100% - 30px);
}
.tpc-about-author .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #090d2f;
    margin-top: 10px;
}
.tpc-about-author .designation {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #4c4d56;
}
.tpc-about-author img {
    width: 80px;
}
.tpc-about-author .author-img {
    position: absolute;
    left: -25px;
    top: 35px;
}
.tpc-about-author .author-img img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
/* ==================== ## Case Study 1 ==================== */

.tpc-case-study {
    display: flex;
    align-items: end;
    max-width: 1070px;
    height: 550px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.swiper-slide.swiper-slide-active .tpc-case-study::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #021944 100%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
}
.swiper-slide.swiper-slide-active .tpc-case-study::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 21%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tpc-case-study .case-study-content {
    display: none;
}
.swiper-slide.swiper-slide-active .tpc-case-study .case-study-content {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 70px;
    gap: 50px;
}
@media (max-width: 1600px) {
    .swiper-slide.swiper-slide-active .tpc-case-study .case-study-content {
        display: block;
    }
}
@media (max-width: 786px) {
    .swiper-slide.swiper-slide-active .tpc-case-study .case-study-content {
        display: block;
        padding: 50px 30px;
    }
}
.tpc-case-study .case-study-content .case-study-title {
    flex-shrink: 0;
}
.tpc-case-study .case-study-content .case-study-title .title {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 8px;
}
.tpc-case-study .case-study-content .case-study-title span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background: var(--techmax-primary-color);
    border-radius: 100px;
    padding: 0px 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tpc-case-study .case-study-content .case-study-text {
    flex-grow: 1;
}
.tpc-case-study .case-study-content .case-study-text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
}
.tpc-case-study .case-study-content .case-study-link {
    text-align: right;
    flex-grow: 1;
}
.tpc-case-study .case-study-content .case-study-link .skill-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #005de0;
    color: #ffffff;
    transition: all 0.3s linear;
}
.tpc-case-study .case-study-content .case-study-link .skill-btn:hover {
    background: #ffffff;
    color: #005de0;
}

/* ==================== ## Case Study 2 ==================== */

.tpc-case-study.project-style-2 .case-study-content{
    display: block;
}

.tpc-case-study.project-style-2 .case-study-content,
.swiper-slide.swiper-slide-active .tpc-case-study.project-style-2 .case-study-content {
    display: block;
    position: relative;
    max-width: 305px;
    padding: 35px 50px;
    background: #fff;
    left: 105px;
    bottom: 70px;
}
.tpc-case-study.project-style-2 .case-study-content::before,
.swiper-slide.swiper-slide-active .tpc-case-study.project-style-2 .case-study-content::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 75px;
    background: #005de0;
    left: 0;
    top: 50px;
}
@media (max-width: 450px) {
    .tpc-case-study.project-style-2 .case-study-content,
    .swiper-slide.swiper-slide-active .tpc-case-study.project-style-2 .case-study-content {
        max-width: 100%;
        left: unset;
        bottom: 20px;
    }
    
}
.tpc-case-study.project-style-2 .case-study-content .case-study-title .title {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.tpc-case-study.project-style-2 .case-study-content .case-study-text p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.tpc-case-study.project-style-2 .case-study-content .case-study-link{
    text-align: unset;
}
.tpc-case-study.project-style-2 .case-study-content .case-study-link .skill-btn-2 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.tpc-case-study.project-style-2 .case-study-content .case-study-link .skill-btn-2:hover {
   color: #005de0;
}
.tpc-case-study.project-style-2 .case-study-content .case-study-link .skill-btn-2 i{
    transition: .3s;
    margin-left: 5px;
    color: #005de0;
}
.tpc-case-study.project-style-2 .case-study-content .case-study-link .skill-btn-2:hover i{
    transform: translateX(10px);
}

/* ==================== ##Pricing Table ==================== */

.elementor-widget-tpc-pricing-table .tpc-pricing_plan {
    position: relative;
    z-index: 1;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan.hover-animation {
    padding-top: 20px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan.hover-animation .pricing_plan_wrap {
    transform: translateY(0);
    border-top: 6px solid var(--techmax-primary-color);
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan.hover-animation:hover .pricing_plan_wrap {
    transform: translateY(-20px);
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_plan_wrap {
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    transition: 0.5s;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_header {
    position: relative;
    z-index: 1;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title_wrapper {
    display: inline-block;
    position: relative;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title__shadow {
    position: absolute;
    z-index: -1;
    bottom: 0.04em;
    font-size: 2.4em;
    line-height: 1;
    opacity: 0.5;
    white-space: nowrap;
}
@supports (-webkit-text-stroke-width: 1px) {
    .elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title__shadow {
        opacity: 1;
        color: transparent !important;
        -webkit-text-stroke-width: 1px;
    }
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_highlighter {
    position: absolute;
    z-index: 1;
    top: 33px;
    right: 0;
    font-size: 16px;
    font-weight: 600;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_highlighter-icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    margin-right: 13px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_highlighter-icon:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_price_wrap {
    font-size: 42px;
    line-height: 0.01;
    font-weight: 700;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_currency {
    font-size: 0.55em;
    vertical-align: super;
    display: inline-block;
    transform: translateY(2px);
    margin-right: 7px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_price {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: 0.95;
    font-weight: inherit;
    color: inherit;
    vertical-align: baseline;
    text-decoration: inherit;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_price .price_decimal {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 101%;
    padding-left: 0.15em;
    vertical-align: top;
    font-family: inherit;
    font-size: 0.45em;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_period {
    color: #b4b4b4;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    top: -15px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content {
    padding-top: 20px;
    padding-bottom: 23px;
    text-align: left;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content p {
    margin-bottom: 14px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul {
    padding-bottom: 19px;
    word-break: break-word;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul:last-child {
    padding-bottom: 0;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul li {
    margin-bottom: 2px;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul li[style*='color']:before {
    color: inherit;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul li i {
    margin-right: 10px;
    color: var(--techmax-primary-color);
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_desc {
    font-size: 14px;
    padding: 17px 0;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_footer {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_footer .pricing_page_contact {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #005de0;
    text-decoration: underline;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .tpc-button {
    width: 100%;
}
.elementor-widget-tpc-pricing-table .tpc-pricing_plan .tpc-button .button-content-wrapper {
    justify-content: center;
}
.elementor-widget-tpc-pricing-table.aleft .pricing_content ul {
    align-items: flex-start;
    list-style: none;
}
.elementor-widget-tpc-pricing-table.acenter .pricing_content ul {
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.elementor-widget-tpc-pricing-table.aright .pricing_content ul {
    align-items: flex-end;
    list-style: none;
}
/* ==================== ## Service Two Carousel ==================== */

.service-item-2 .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.service-item-2 .service-img a {
    display: block;
    position: relative;
}
.service-item-2 .service-img a img {
    width: 100%;
}
.service-item-2 .service-img a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #010f3100 100%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}
.service-item-2 .service-img .shape-1 {
    width: 355px;
    height: 205px;
    background: linear-gradient(90deg, #54d6eb 0%, #035cdd 100%);
    transform: skewY(15deg);
    position: absolute;
    right: -9%;
    top: 48%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: 1;
}
.service-item-2 .service-img .shape-2 {
    width: 355px;
    height: 120px;
    background: linear-gradient(280deg, #54d6eb 0%, #035cdd 100%);
    transform: skewY(15deg);
    position: absolute;
    right: -35%;
    top: 42%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: 1;
}
.service-item-2 .service-img .service-img-text {
    position: absolute;
    top: 180px;
    left: 50px;
    padding: 0 30px 0 50px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
@media only screen and (max-width: 1199px) {
    .service-item-2 .service-img .service-img-text {
        padding: 0 30px;
    }
}
.service-item-2 .service-img .service-img-text p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.service-item-2 .service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px 40px 40px 35px;
}
@media only screen and (max-width: 1399px) {
    .service-item-2 .service-content {
        padding: 30px 25px 35px 25px;
    }
}
.service-item-2 .service-content .title {
    font-size: 24px;
    line-height: 30px;
    color: #231e32;
}
.service-item-2 .service-content .title a {
    font-size: 22px;
}
@media only screen and (max-width: 1399px) {
    .service-item-2 .service-content .title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .service-item-2 .service-content .title {
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px) {
    .service-item-2 .service-content .title {
        font-size: 20px;
    }
}
.service-item-2 .service-content .read-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    background: #005de0;
    color: #ffffff;
    display: inline-block;
}
.service-item-2:hover .service-img .shape-1 {
    opacity: 0.8;
    visibility: visible;
}
.service-item-2:hover .service-img .shape-2 {
    opacity: 0.8;
    visibility: visible;
}
.service-item-2:hover .service-img .service-img-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(-45px);
}
/* ==================== ##Accordion ==================== */

.tpc-accordion .tpc-accordion_header {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.4s;
}
.tpc-accordion .tpc-accordion_title {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.tpc-accordion .tpc-accordion_title-prefix {
    margin-right: 17px;
    font-size: inherit;
    line-height: 27px;
    color: inherit;
    background: #ddd;
    padding: 10px;
    border-radius: 100px;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
}
.tpc-accordion .tpc-accordion_content {
    display: none;
}
.tpc-accordion .tpc-accordion_content p:last-child {
    margin-bottom: 0;
}
.tpc-accordion .tpc-accordion_panel .tpc-accordion_title {
    font-weight: 700;
}
.tpc-accordion .tpc-accordion_icon {
    /*    height: 32px;
    width: 32px;*/
    transition: 0.4s, color 0s;
}
.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon {
    position: relative;
    z-index: 1;
    height: 14px;
    width: 14px;
}
.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:before, .tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg);
    transition: 0.5s ease-in-out, color 0s;
}
.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:before {
    width: inherit;
    height: 2px;
    margin: 0px 0 0 -7px;
}
.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:after {
    width: 2px;
    height: inherit;
    margin: -6px 0 0 -1px;
}
.tpc-accordion.icon-plus .tpc-accordion_header.active .tpc-accordion_icon:before, .tpc-accordion.icon-plus .tpc-accordion_header.active .tpc-accordion_icon:after {
    transform: rotate(-90deg);
}
.tpc-accordion.icon-plus .tpc-accordion_header.active .tpc-accordion_icon:before {
    opacity: 0;
}
.tpc-accordion.icon-custom .tpc-accordion_header .tpc-accordion_icon {
    transform: rotate(90deg);
}
.tpc-accordion.icon-custom .tpc-accordion_header:hover .tpc-accordion_icon, .tpc-accordion.icon-custom .tpc-accordion_header.active .tpc-accordion_icon {
    transform: rotate(-90deg);
}
/* ==================== ## Experience ==================== */

.experience-img-box {
    text-align: left;
    max-width: 260px;
    max-height: 300px;
    background: linear-gradient(-48deg, #54d6eb 0%, #035cdd 100%);
    padding: 90px 60px 65px 60px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.experience-img-box .number {
    font-size: 120px;
    line-height: 30px;
    color: #fff;
    display: block;
}
.experience-img-box .text {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-top: 55px;
}
.about-experience-award .experience-single-item {
    display: flex;
}
.about-experience-award .experience-single-item:last-child {
    margin-top: 65px;
}
.about-experience-award .experience-single-item .number {
    font-size: 120px;
    line-height: 30px;
    font-weight: 800;
    color: #005de0;
}
.about-experience-award .experience-single-item span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin-left: 25px;
}
.about-experience-award .experience-single-item span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin-left: 25px;
}
/* ==================== ## Animation Box ==================== */

.tpc-animation-thumb {
    position: relative;
    left: 70px;
    height: 100%;
}
.tpc-animation-thumb .shape-1 {
    position: absolute;
    left: 150px;
    top: 85px;
    padding: 0 20px;
    z-index: 0;
}
.tpc-animation-thumb .any__image.ani_1 img {
    z-index: 1;
    position: relative;
}
.tpc-animation-thumb .shape-1.ani_5, .tpc-animation-thumb .any__image.ani_2 {
    animation: rotate-style 50s linear infinite;
}
.tpc-animation-thumb .shape-1.ani_6, .tpc-animation-thumb .any__image.ani_3 {
    animation: rotate-style-2 5s linear infinite;
}
.tpc-animation-thumb .any__image.ani_7{
    animation: up-down 5s infinite;
}
@keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-style-2 {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
/* ==================== ##Video Popup ==================== */

.elementor-widget-tpc-video-popup.divider_yes .title:before {
    content: '';
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-top .title {
    margin-bottom: 20px;
    padding-bottom: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-top .title:before {
    bottom: 0;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-bot .title {
    margin-top: 20px;
    padding-top: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-bot .title:before {
    top: 0;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-left .title {
    margin-right: 20px;
    padding-right: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-left .title:before {
    right: 0;
    left: unset;
    top: 50%;
    width: 27px;
    height: 1px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-right .title {
    margin-left: 20px;
    padding-left: 37px;
}
.elementor-widget-tpc-video-popup.divider_yes .title_pos-right .title:before {
    left: 0;
    top: 50%;
    width: 27px;
    height: 1px;
}
.tpc-video_popup {
    position: relative;
    z-index: 1;
}
.tpc-video_popup .videobox_content {
    display: flex;
    align-items: center;
}
.tpc-video_popup .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.tpc-video_popup .title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}
.tpc-video_popup .title:before {
    position: absolute;
    z-index: 1;
    left: 50%;
    height: 27px;
    width: 1px;
    background: currentColor;
}
.tpc-video_popup .videobox_link {
    display: block;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    transition: all 0.4s;
    cursor: pointer;
}
.tpc-video_popup .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    transition: 0.3s;
    width: 18px;
}
.tpc-video_popup.with_image .videobox_link_wrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
}
.tpc-video_popup.button_align-left {
    text-align: left;
}
.tpc-video_popup.button_align-left .videobox_content, .tpc-video_popup.button_align-left .videobox_link_wrapper {
    justify-content: flex-start;
}
.tpc-video_popup.button_align-left.with_image .videobox_link_wrapper {
    left: 0;
    transform: translate(10%, -50%);
}
.tpc-video_popup.button_align-left.title_pos-right .videobox_content, .tpc-video_popup.button_align-left.title_pos-right .videobox_link_wrapper {
    justify-content: flex-end;
}
.tpc-video_popup.button_align-left.title_pos-top .videobox_content, .tpc-video_popup.button_align-left.title_pos-bot .videobox_content {
    align-items: flex-start;
}
.tpc-video_popup.button_align-center {
    text-align: center;
}
.tpc-video_popup.button_align-center .videobox_content, .tpc-video_popup.button_align-center .videobox_link_wrapper {
    justify-content: center;
}
.tpc-video_popup.button_align-center.with_image .videobox_link_wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
}
.tpc-video_popup.button_align-center.title_pos-right .videobox_content, .tpc-video_popup.button_align-center.title_pos-right .videobox_link_wrapper {
    justify-content: center;
}
.tpc-video_popup.button_align-right {
    text-align: right;
}
.tpc-video_popup.button_align-right .videobox_content, .tpc-video_popup.button_align-right .videobox_link_wrapper {
    justify-content: flex-end;
}
.tpc-video_popup.button_align-right.with_image .videobox_link_wrapper {
    right: 0;
    transform: translate(-10%, -50%);
}
.tpc-video_popup.button_align-right.title_pos-top .videobox_content, .tpc-video_popup.button_align-right.title_pos-top .videobox_link_wrapper, .tpc-video_popup.button_align-right.title_pos-bot .videobox_content, .tpc-video_popup.button_align-right.title_pos-bot .videobox_link_wrapper {
    align-items: flex-end;
}
.tpc-video_popup.button_align-inline {
    display: inline-block;
}
.tpc-video_popup.button_align-inline.with_image .videobox_link_wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
}
.tpc-video_popup.title_pos-right .videobox_content, .tpc-video_popup.title_pos-right .videobox_link_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.tpc-video_popup.title_pos-top .videobox_content, .tpc-video_popup.title_pos-top .videobox_link_wrapper {
    flex-direction: column;
}
.tpc-video_popup.title_pos-bot .videobox_content, .tpc-video_popup.title_pos-bot .videobox_link_wrapper {
    flex-direction: column-reverse;
}
.tpc-video_popup .videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.tpc-video_popup.animation_circles .videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0s infinite;
    animation-play-state: paused;
}
.tpc-video_popup.animation_circles .videobox_animation.circle_2 {
    animation-delay: 1.3s;
}
.tpc-video_popup.animation_circles .videobox_animation.circle_3 {
    animation-delay: 2.6s;
}
.tpc-video_popup.animation_circles .videobox_link:hover .videobox_animation, .tpc-video_popup.animation_circles.idle-animation .videobox_animation {
    animation-play-state: running;
}
.tpc-video_popup.animation_circles.idle-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}
@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.44);
        opacity: 0.5;
    }
    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}
.tpc-video_popup.animation_ring_pulse .videobox_animation {
    z-index: -1;
    background: inherit;
    animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation-play-state: paused;
}
.tpc-video_popup.animation_ring_pulse .videobox_link:hover .videobox_animation, .tpc-video_popup.animation_ring_pulse.idle-animation .videobox_animation {
    animation-play-state: running;
}
.tpc-video_popup.animation_ring_pulse.idle-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}
@keyframes pulse_ring {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.7);
    }
    100% {
        transform: scale(1);
    }
}
.tpc-video_popup.animation_ring_static .videobox_animation {
    z-index: -1;
    border: 1px solid;
    border-radius: inherit;
    top: -70%;
    left: -70%;
    width: 242%;
    height: 242%;
    transition: 0.5s;
}
.tpc-video_popup.animation_ring_static .videobox_link:hover .videobox_animation:not(:hover) {
    transform: scale(0.3);
    opacity: 0;
}
.tpc-video_popup.animation_ripple .videobox::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #005de0;
    border-radius: 50%;
    animation: video-ripple 1500ms ease-out infinite;
    left: 0;
    top: 0;
    z-index: -1;
}
@keyframes video-ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes video-ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
/* ==================== ##Progress Bar ==================== */

.tpc-progress_bar .progress_wrap {
    display: block;
    border-radius: unset;
    transition: width 1.5s;
}
.tpc-progress_bar .progress_label_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    transition: inherit;
}
.tpc-progress_bar .progress_bar_wrap {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: unset;
    transition: inherit;
}
.tpc-progress_bar .progress_bar {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 0;
    height: inherit;
    border-radius: inherit;
    transform: translateY(-50%);
    transition: inherit;
}
.tpc-progress_bar .progress_value_wrap {
    position: relative;
    z-index: 0;
    margin-left: 5px;
    padding-top: 1px;
}
.tpc-progress_bar .progress_bar_wrap-wrap {
    transition: inherit;
    border: 1px solid #d7d7d7;
}
.tpc-progress_bar .progress_label_wrap .progress_label, .tpc-progress_bar .progress_label_wrap .progress_value_wrap {
    font-weight: 600;
    font-size: 14px;
}
.tpc-progress_bar.dynamic-value .progress_label_wrap {
    width: 0;
}
/* ==================== ##TPC Icon Box ==================== */

.tpc-icon-box .single-contact-info {
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.11);
    padding: 55px;
    border-radius: 10px;
    margin-top: 70px;
}
.tpc-icon-box .single-contact-info .info-icon {
    width: 100px;
    height: 100px;
    line-height: 103px;
    background: #005de0;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -115px;
}
.tpc-icon-box .single-contact-info .info-icon img {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.tpc-icon-box .single-contact-info .info-icon i {
    font-size: 40px;
}
.tpc-icon-box .single-contact-info .info-content .title {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-top: 15px;
}
.tpc-icon-box .single-contact-info .info-content p {
    font-size: 22px;
    font-weight: 700;
    color: #005de0;
    text-decoration: underline;
    text-decoration-color: #7faeef;
}

/* ==================== ##TPC Number + Text ==================== */

.tpc-number-text .number-text-wrap{
    display: flex;
}
.tpc-number-text .number-text-wrap .number-text{
    margin-right: 20px;
}
.tpc-number-text .number-text-wrap .number-text .number{
    font-size: 48px;
    line-height: 1.2;
}
.tpc-number-text .number-text-wrap .title-description .title{
    font-size: 20px;
}
.tpc-number-text .number-text-wrap .title-description .desc{
    margin-bottom: 0;
}