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

.corpix__carousel {
    overflow: hidden;
}
.corpix__carousel .swiper-button-next, .corpix__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(--corpix-primary-color);
}
.corpix__carousel .swiper-button-next:after, .corpix__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;
}
.corpix__carousel .swiper-button-prev:after {
    content: '\f108';
}
.corpix__carousel .swiper-button-next:after {
    content: '\f109';
}
.corpix__carousel:hover .swiper-button-next, .corpix__carousel:hover .swiper-button-prev {
    opacity: 1;
    transition: all .4s, transform .35s;
}
.corpix__carousel:hover .swiper-button-next:active, .corpix__carousel:hover .swiper-button-prev:active {
    transform: translate(2px, 2px);
}
.corpix__carousel .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(0);
    transition: all .4s, transform .15s;
}
.corpix__carousel:hover .swiper-button-next {
    right: 30px;
    transition: all .4s, transform .15s;
}
.corpix__carousel .swiper-button-prev {
    right: auto;
    left: 0;
    transform: translateX(0);
    transition: all .4s, transform .15s;
}
.corpix__carousel:hover .swiper-button-prev {
    left: 30px;
    transition: all .4s, transform .15s;
}
/*== Dot style ==*/

.corpix__carousel .swiper-pagination {
    width: 100%;
    left: 0;
    text-align: center;
}
.corpix__carousel .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 14px;
    opacity: 1;
}
.corpix__carousel .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
    margin-left: 5px;
}
.corpix__carousel .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}
body .elementor-widget-container .corpix__carousel.pagination_square .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
}
body .elementor-widget-container .corpix__carousel.pagination_line_circle .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
body .elementor-widget-container .corpix__carousel.pagination_line .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 10px;
}
body .elementor-widget-container .corpix__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 .corpix__carousel.pagination_square_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--corpix-primary-color);
    background: transparent;
    transition: all 0.3s;
}
body .elementor-widget-container .corpix__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(--corpix-primary-color);
}
body .elementor-widget-container .corpix__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 .corpix__carousel.pagination_circle_border .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--corpix-primary-color);
    background: transparent;
    border-radius: 100%;
    transition: all 0.3s;
}
body .elementor-widget-container .corpix__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(--corpix-primary-color);
}
/* ==================== ## Button ==================== */

.tpc-btn {
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    background-color: #ffa800;
    border-color: transparent;
    border: 2px solid #ffa800;
    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: #ffa800;
}
.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 and 2 ==================== */

.corpix-feedback-style-1 {
    padding: 35px 0;
}
.corpix-fixed-style .corpix-testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.corpix-fixed-style.corpix-feedback-style-2 .corpix-testimonial-wrapper {
    align-items: center;
}
.corpix-fixed-style .corpix-testimonial-wrapper .testimonial-quote-fixed, .corpix-fixed-style .corpix-testimonial-wrapper .testimonial-img-fixed {
    position: relative;
    flex: 0 0 auto;
    width: 33.333333%;
    z-index: 9;
}
.corpix-fixed-style .corpix-testimonial-wrapper .corpix-slider-wrapper {
    flex: 0 0 auto;
    width: 66.6666%;
    overflow: hidden;
    padding-left: 20px;
}
.corpix-fixed-style .testimonial-quote-fixed .quote {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-60%, -65%);
}
.corpix-fixed-style .testimonial-quote-fixed .quote svg {
    width: 100%;
    height: 100%;
}
.corpix-fixed-style .testimonial-quote-fixed .svg-shape {
    position: relative;
    z-index: 1;
}
.corpix-fixed-style .testimonial-quote-fixed .svg-shape svg {
    width: 382px;
    height: 360px;
    fill: #ffa800;
}
.corpix-fixed-style .testimonial-quote-fixed .svg-shape::after {
    content: "";
    position: absolute;
    left: 30px;
    top: -15px;
    border: 2px solid #000;
    border-radius: 45px;
    width: 380px;
    height: 355px;
    z-index: -1;
}
.corpix-fixed-style .corpix-slider-wrapper .single-testimonial .testimonial-content {
    padding-right: 60px;
    padding-left: 35px;
}
.corpix-fixed-style .corpix-slider-wrapper .single-testimonial .testimonial-content .testimonial-text {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}
.corpix-fixed-style .corpix-slider-wrapper .single-testimonial .testimonial-content .testimonial-text span {
    color: #ffa800;
    font-size: inherit;
    line-height: inherit;
}
.corpix-feedback-style-2 .corpix-slider-wrapper .single-testimonial .testimonial-content .testimonial-text span {
    color: #fc653c;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
}
.corpix-fixed-style .corpix-slider-wrapper .single-testimonial .testimonial-content .name {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 35px;
}
.corpix-fixed-style .corpix-slider-wrapper .single-testimonial .testimonial-content .designation {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.corpix-fixed-style .corpix-testimonial-wrapper .corpix-slider-wrapper .swiper-pagination {
    position: relative;
    left: 35px;
}
@media only screen and (max-width:1199px) {
    .corpix-fixed-style .corpix-testimonial-wrapper .corpix-slider-wrapper {
        width: 100%;
    }
    .corpix-fixed-style .corpix-testimonial-wrapper>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
    }
    .corpix-fixed-style .corpix-testimonial-wrapper .testimonial-quote-fixed {
        width: 100%;
    }
    .corpix-fixed-style .testimonial-quote-fixed .svg-shape::after {
        left: 305px;
        top: -20px;
    }
    .corpix-fixed-style .testimonial-quote-fixed .quote {
        transform: translate(-50%, -65%);
    }
    .corpix-fixed-style .corpix-testimonial-wrapper .corpix-slider-wrapper .swiper-pagination {
        left: -15px;
    }
}
@media only screen and (max-width: 991px) {
    .corpix-fixed-style .testimonial-quote-fixed .svg-shape::after {
        left: 200px;
        top: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-fixed-style .testimonial-quote-fixed .svg-shape {
        display: none;
    }
    .corpix-fixed-style .testimonial-quote-fixed .quote {
        background: #ffa800;
        border-radius: 45px;
        margin-top: 130px;
        padding: 40px;
    }
    .corpix-feedback-style-1 .corpix-slider-wrapper .single-testimonial {
        margin-top: 230px;
    }
}
/* ==================== ## Testimonial-3 ==================== */

.corpix-feedback-style-3 .single-testimonial {
    max-width: 680px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
.corpix-feedback-style-3 .single-testimonial .testimonial-quote {
    position: relative;
}
.corpix-feedback-style-3 .single-testimonial .svg-shape-02 {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.corpix-feedback-style-3 .single-testimonial .svg-shape-02::after {
    content: "";
    position: absolute;
    left: 20px;
    top: -10px;
    border: 2px solid #000;
    border-radius: 20px;
    width: 150px;
    height: 150px;
    z-index: -1;
}
.corpix-feedback-style-3 .single-testimonial .svg-shape-02 svg {
    fill: #ffa800;
    width: 155px;
    height: 147px;
}
.corpix-feedback-style-3 .single-testimonial .quote {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -65%);
}
.corpix-feedback-style-3 .single-testimonial .testimonial-content .testimonial-text {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}
.corpix-feedback-style-3 .single-testimonial .testimonial-content .testimonial-text span {
    color: #ffa800;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
}
.corpix-feedback-style-3 .single-testimonial .testimonial-content .name {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 35px;
}
.corpix-feedback-style-3 .single-testimonial .testimonial-content .designation {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

/* ==================== ## Corpix Hero ==================== */

.corpix-hero-section {
    display: flex;
    height: 1115px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 78px;
}
.corpix-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #113864;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.corpix-hero-section .shape-1 {
    width: 510px;
    height: 510px;
    background: #0a0c1c;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    top: 160px;
    left: 70px;
    -webkit-animation: animationOne 15s infinite linear;
    animation: animationOne 15s infinite linear;
    z-index: -1;
}
.corpix-hero-section.hide-animated-shape .shape-1{
    display: none;
}
.corpix-hero-section .shape-2 {
    width: 970px;
    height: 970px;
    border: 3px solid #ffa800;
    border-radius: 50%;
    position: absolute;
    top: -59%;
    right: -5%;
    z-index: -1;
}
.corpix-hero-section .shape-3 {
    width: 970px;
    height: 970px;
    border: 3px solid #ffa800;
    border-radius: 50%;
    position: absolute;
    top: -64%;
    right: -12%;
    z-index: -1;
}
.corpix-hero-section .shape-4 {
    width: 905px;
    height: 905px;
    background: #ffa800;
    border-radius: 50%;
    position: absolute;
    right: -14%;
    bottom: -35%;
    z-index: -1;
}
.corpix-hero-section .shape-5 {
    width: 900px;
    height: 900px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -12.5%;
    bottom: -27%;
    z-index: -1;
}
.corpix-hero-section .hero-content {
    padding-top: 210px;
}
.corpix-hero-section .hero-content .title {
    font-size: 130px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffa800;
    text-decoration-color: #ffa800;
    color: #ffffff;
}
.corpix-hero-section .hero-content .sub-title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}
.corpix-hero-section .hero-content .corpix-btn {
    margin-top: 70px;
}
span.btn-icon {
    display: inline-block;
    transform: translateY(4px);
}
span.btn-icon svg {
    transform: rotate(-32deg);
    transition: all 0.3s ease 0s;
}
.corpix-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ffa800;
    border-color: transparent;
    color: #0a0c1c;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
}
.corpix-btn:hover {
    box-shadow: none;
    color: #ffa800;
    background: #ffffff;
}
.corpix-btn:hover span.btn-icon svg {
    fill: #ffa800;
}
@media only screen and (max-width: 575px) {
    .corpix-hero-section .shape-2 {
        display: none;
    }
    .corpix-hero-section .shape-3 {
        display: none;
    }
}
@-webkit-keyframes animationOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
/* ==================== ## Corpix Hero-2 ==================== */

.corpix-hero-section-02, .corpix-hero-section-03, .corpix-hero-section-04, .corpix-hero-section-05, .corpix-hero-section-06 {
    height: 1120px;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    z-index: 1;
}
.corpix-hero-section-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #113864;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.corpix-hero-section-02 .shape-4 {
    position: absolute;
    left: -25%;
    bottom: -80%;
}
.corpix-hero-section-02 .shape-4 svg {
    width: 1879px;
    height: 1932px;
    fill: #0a0c1c;
    opacity: 0.4;
}
.corpix-hero-section-02 .shape-5 {
    position: absolute;
    top: -14%;
    right: -11%;
}
.corpix-hero-section-02 .shape-5 svg {
    width: 617px;
    height: 538px;
    fill: #0a0c1c;
    opacity: 0.5;
}
.corpix-hero-section-02 .hero-content {
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.corpix-hero-section-02 .hero-content .shape-1 {
    position: absolute;
    top: -42%;
    left: -29%;
    z-index: -1;
}
.corpix-hero-section-02 .hero-content .shape-1 svg {
    width: 1111px;
    height: 920px;
    fill: #ffa800;
}
.corpix-hero-section-02 .hero-content .shape-2 {
    position: absolute;
    top: 13%;
    left: -40%;
    z-index: -1;
}
.corpix-hero-section-02 .hero-content .shape-2 svg {
    width: 308px;
    height: 204px;
    fill: #ffa800;
}
.corpix-hero-section-02 .hero-content .shape-3 {
    position: absolute;
    top: 63%;
    right: -34%;
    z-index: -1;
}
.corpix-hero-section-02 .hero-content .shape-3 svg {
    width: 246px;
    height: 158px;
    fill: #ffffff;
}
.corpix-hero-section-02 .hero-content .title, .corpix-hero-section-04 .hero-content .title, .corpix-hero-section-05 .hero-content .title, .corpix-hero-section-06 .hero-content .title {
    font-size: 130px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.corpix-hero-section-02 .hero-content .sub-title, .corpix-hero-section-04 .hero-content .sub-title, .corpix-hero-section-05 .hero-content .sub-title, .corpix-hero-section-06 .hero-content .sub-title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
.corpix-hero-section-02 .hero-content .corpix-btn, .corpix-hero-section-04 .hero-content .corpix-btn, .corpix-hero-section-05 .hero-content .corpix-btn, .corpix-hero-section-06 .hero-content .corpix-btn {
    margin-top: 40px;
}
.corpix-hero-section-02 .hero-content .corpix-btn {
    background: #0a0c1c;
    color: #ffffff;
}
.corpix-hero-section-02 .hero-content .corpix-btn span.btn-icon svg {
    fill: #ffffff;
}
.corpix-hero-section-02 .hero-content .corpix-btn:hover {
    color: #ffa800;
}
.corpix-hero-section-02 .hero-content .corpix-btn:hover span.btn-icon svg {
    fill: #ffa800;
}
/* @media only screen and (max-width: 1199px) {
    .corpix-hero-section-02,
    .corpix-hero-section-06
     {
      height: 780px;
    }
    .corpix-hero-section-02 .hero-content,
    .corpix-hero-section-06 .hero-content
     {
      margin-top: 0;
    }
    .corpix-hero-section-02 .hero-content .title,
    .corpix-hero-section-06 .hero-content .title
     {
      font-size: 80px;
      line-height: 100px;
    }
  } */

/* @media only screen and (max-width: 767px) {
    .corpix-hero-section-02,
    .corpix-hero-section-06
     {
      height: 660px;
    }
    .corpix-hero-section-02 .hero-content,
    .corpix-hero-section-06 .hero-content
     {
      margin-top: 0;
    }
    .corpix-hero-section-02 .hero-content .title,
    .corpix-hero-section-06 .hero-content .title
     {
      font-size: 60px;
      line-height: 80px;
    }
    .corpix-hero-section-02 .hero-content .sub-title,
    .corpix-hero-section-06 .hero-content .sub-title
     {
      font-size: 26px;
    }
  }
   */

/* @media only screen and (max-width: 575px) {
    .corpix-hero-section-02,
    .corpix-hero-section-06
     {
      height: 610px;
    }
    .corpix-hero-section-02 .shape-4 {
      display: none;
    }
    .corpix-hero-section-02 .hero-content,
    .corpix-hero-section-06 .hero-content
     {
      max-width: 420px;
    }
    .corpix-hero-section-02 .hero-content .shape-1 {
      display: none;
    }
    .corpix-hero-section-02 .hero-content .title,
    .corpix-hero-section-06 .hero-content .title
     {
      font-size: 50px;
      line-height: 70px;
    }
    .corpix-hero-section-02 .hero-content .sub-title,
    .corpix-hero-section-06 .hero-content .sub-title
     {
      font-size: 22px;
    }
  } */

/* ==================== ## Corpix Hero-3 ==================== */

.corpix-hero-section-03 {
    background: #ffa800;
}
.corpix-hero-section-03 .hero-img-3 {
    position: absolute;
    top: -1%;
    right: 0;
}
.corpix-hero-section-03 .shape-1 {
    position: absolute;
    top: 12%;
    left: -3%;
    -webkit-animation: animate-01 3s infinite;
    animation: animate-01 3s infinite;
}
.corpix-hero-section-03 .shape-2 {
    position: absolute;
    top: 37%;
    right: 14%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
}
.corpix-hero-section-03 .shape-3 {
    position: absolute;
    top: 13%;
    left: 30%;
    width: 75px;
    height: 75px;
    border: 5px solid #ffc24d;
    border-radius: 50%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
}
.corpix-hero-section-03.hide-animated-shape .shape-1,
.corpix-hero-section-03.hide-animated-shape .shape-2,
.corpix-hero-section-03.hide-animated-shape .shape-3{
    display: none;
}
.corpix-hero-section-03 .hero-content {
    margin: 0 auto;
    margin-top: -60px;
    margin-left: 0;
    position: relative;
    z-index: 1;
}
.corpix-hero-section-03 .hero-content .title {
    padding-right: 90px;
}
.corpix-hero-section-03 .hero-content .title span {
    display: inline-block;
    padding: 0 25px;
    margin-top: 10px;
}
.corpix-hero-section-03 .hero-content .title .title-1 {
    background-color: #000;
    color: #ffffff;
}
.corpix-hero-section-03 .hero-content .title>span:first-child {
    margin-top: 0;
}
.corpix-hero-section-03 .hero-content .title .title-1>span {
    color: #ffa800;
    padding: 0;
}
.corpix-hero-section-03 .hero-content .title .title-2 {
    color: #000000;
    background-color: #ffffff;
}
.corpix-hero-section-03 .hero-content .sub-title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 30px;
}
.corpix-hero-section-03 .hero-content .btn {
    background: #0a0c1c;
    color: #ffffff;
    margin-top: 40px;
}
.corpix-hero-section-03 .hero-content .btn:hover {
    color: #ffa800;
}
@-webkit-keyframes animate-01 {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(10deg);
    }
}
@keyframes animate-01 {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(10deg);
    }
}
@-webkit-keyframes zoom-inout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom-inout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
@media only screen and (max-width: 1199px) {
    .corpix-hero-section-03 .hero-img-3 {
        top: -10%;
    }
    .corpix-hero-section-03 .shape-1 {
        top: inherit;
        left: 70%;
        bottom: 5%;
    }
    .corpix-hero-section-03 .shape-1 img {
        width: 170px;
    }
    .corpix-hero-section-03 .shape-2 {
        top: 33%;
        right: 22%;
    }
    .corpix-hero-section-03 .shape-2 img {
        width: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .corpix-hero-section-03 {
        height: 790px;
    }
    .corpix-hero-section-03 .hero-img-3 {
        top: -1%;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-hero-section-03 {
        height: 650px;
    }
    .corpix-hero-section-03 .shape-2 {
        right: 5%;
    }
    .corpix-hero-section-03 .shape-3 {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .corpix-hero-section-03 .hero-img-3 {
        display: none;
    }
}
@media only screen and (max-width: 450px) {
    .corpix-hero-section-03 .hero-content .title {
        padding-right: 0;
    }
}
/* ==================== ## Corpix Hero-4 ==================== */

.corpix-hero-section-04 {
    padding-top: 220px;
    padding-bottom: 250px;
}
.corpix-hero-section-04::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #262626;
    opacity: 0.9;
}
.corpix-hero-section-04 .corpix-bg-text {
    font-size: 800px;
    font-weight: 700;
    line-height: 150px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #fff;
    z-index: -1;
    position: absolute;
    top: 40%;
    left: -75px;
    transform: translateY(-50%);
    z-index: -2;
    -webkit-user-select: none;
    /* Safari */
    user-select: none;
    /* Standard syntax */
}
.corpix-hero-section-04 .hero-content {
    max-width: 710px;
    margin: 0 auto;
    margin-left: 0;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.corpix-hero-section-04 .hero-img {
    position: relative;
    padding-right: 45px;
    z-index: 1;
}
.corpix-hero-section-04 .hero-img img {
    width: 100%;
    border-radius: 5px;
}
.corpix-hero-section-04 .hero-img::before {
    content: "";
    position: absolute;
    right: 0;
    top: 90px;
    background: #f82c47;
    width: 300px;
    height: 595px;
    border-radius: 5px;
    z-index: -1;
}
.corpix-hero-section-04 .hero-img .shape-01 {
    position: absolute;
    top: -60px;
    left: -65px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    z-index: -1;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
}
.corpix-hero-section-04.hide-animated-shape .hero-img .shape-01{
    display: none;
}
.corpix-hero-section-04 .corpix-hero-btn .corpix-btn {
    background: #f82c47;
}
.corpix-hero-section-04 .corpix-hero-btn .corpix-btn:hover {
    background: #0a0c1c;
    color: #f82c47;
}
.corpix-hero-section-04 .hero-content .corpix-btn:hover span.btn-icon svg {
    fill: #f82c47;
}
@media only screen and (max-width: 1399px) {
    .corpix-hero-section-04 .hero-img::before {
        top: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .corpix-hero-section-04 {
        padding-top: 140px;
        padding-bottom: 120px;
    }
    .corpix-hero-section-04 .hero-img::before {
        top: 80px;
        height: 510px;
    }
    .corpix-hero-section-04 .hero-img .shape-01 {
        top: -35px;
        left: -60px;
        width: 120px;
        height: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .corpix-hero-section-04 {
        padding-top: 140px;
        padding-bottom: 120px;
    }
    .corpix-hero-section-04 .hero-img {
        text-align: center;
        padding-right: 0px;
        margin-top: 90px;
    }
    .corpix-hero-section-04 .hero-img img {
        width: 410px;
    }
    .corpix-hero-section-04 .hero-img::before {
        right: 95px;
        top: 85px;
        height: 510px;
    }
    .corpix-hero-section-04 .hero-img .shape-01 {
        left: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-hero-section-04 .hero-img::before {
        right: 25px;
        top: 78px;
    }
    .corpix-hero-section-04 .hero-img .shape-01 {
        left: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .corpix-hero-section-04 {
        padding-top: 120px;
        padding-bottom: 90px;
    }
    .corpix-hero-section-04 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
    .corpix-hero-section-04 .hero-img {
        margin-top: 60px;
    }
    .corpix-hero-section-04 .hero-img::before {
        display: none;
    }
    .corpix-hero-section-04 .hero-img .shape-01 {
        display: none;
    }
}
/* ==================== ## Corpix Hero-5 ==================== */

.corpix-hero-section-05::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(10, 12, 28, 0.5);
}
.corpix-hero-section-05 .hero-content {
    text-align: left;
    max-width: 710px;
    margin: 0 auto;
    margin-left: 0;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.corpix-hero-section-05 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.corpix-hero-section-05 .shape-1 {
    position: absolute;
    top: -84%;
    right: -7%;
}
.corpix-hero-section-05 .shape-1 svg {
    fill: #fc653c;
}
.corpix-hero-section-05 .shape-2 {
    position: absolute;
    top: -73%;
    right: -14%;
}
.corpix-hero-section-05 .shape-2 svg {
    fill: none;
    stroke-width: 1px;
    stroke: #fc653c;
}
.corpix-hero-section-05 .shape-3 {
    position: absolute;
    left: -16%;
    bottom: -38%;
}
.corpix-hero-section-05 .shape-3 svg {
    fill: #fc653c;
}
.corpix-hero-section-05 .shape-4 {
    position: absolute;
    left: -13%;
    top: 66%;
}
.corpix-hero-section-05 .shape-4 svg {
    fill: none;
    stroke-width: 1px;
    stroke: #fc653c;
}
.corpix-hero-section-05 .corpix-hero-btn .corpix-btn {
    background: #fc653c;
    border-radius: 5px;
}
.corpix-hero-section-05 .corpix-hero-btn .corpix-btn:hover {
    background: #ffffff;
    color: #fc653c;
}
@media only screen and (max-width: 1399px) {
    .corpix-hero-section-05 .hero-content .title {
        font-size: 115px;
        line-height: 135px;
    }
}
@media only screen and (max-width: 1199px) {
    .corpix-hero-section-05 {
        height: 780px;
    }
    .corpix-hero-section-05 .shape-1 {
        top: -120%;
        right: -29%;
    }
    .corpix-hero-section-05 .shape-2 {
        top: -112%;
        right: -33%;
    }
    .corpix-hero-section-05 .shape-3 {
        left: -19%;
        bottom: -88%;
    }
    .corpix-hero-section-05 .shape-4 {
        left: -15%;
        top: 74%;
    }
}
@media only screen and (max-width: 991px) {
    .corpix-hero-section-05 {
        height: 660px;
    }
    .corpix-hero-section-05 .shape-1 {
        top: -125%;
        right: -59%;
    }
    .corpix-hero-section-05 .shape-2 {
        top: -115%;
        right: -59%;
    }
    .corpix-hero-section-05 .shape-3 {
        left: -43%;
        bottom: -90%;
    }
    .corpix-hero-section-05 .shape-4 {
        left: -33%;
        top: 77%;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-hero-section-05 {
        height: 610px;
    }
    .corpix-hero-section-05 .hero-content .title {
        font-size: 65px;
        line-height: 85px;
    }
}
@media only screen and (max-width: 575px) {
    .corpix-hero-section-05 .shape-1 {
        display: none;
    }
    .corpix-hero-section-05 .shape-2 {
        display: none;
    }
    .corpix-hero-section-05 .shape-3 {
        display: none;
    }
    .corpix-hero-section-05 .shape-4 {
        display: none;
    }
    .corpix-hero-05 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
}
/* ==================== ## Corpix Hero-6 ==================== */

.corpix-hero-section-06 {
    padding-top: 220px;
    padding-bottom: 130px;
}
.corpix-hero-section-06::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #113864;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.corpix-hero-section-06 .hero-content {
    text-align: left;
    max-width: 710px;
    margin: 0 auto;
    margin-left: 0;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.corpix-hero-section-06 .corpix-hero-btn .corpix-btn {
    background: #ffa800;
}
.corpix-hero-section-06 .corpix-hero-btn .corpix-btn:hover {
    background: #ffffff;
    color: #ffa800;
}
@media only screen and (max-width: 1199px) {
    .corpix-hero-section-06 {
        padding-top: 190px;
        padding-bottom: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-hero-section-06 {
        padding-top: 140px;
        padding-bottom: 90px;
    }
}
.corpix-hero-section-06 .hero-content .btn {
    background: #ffa800;
    color: #0a0c1c;
}
.corpix-hero-section-06 .hero-content .btn:hover {
    background: #ffffff;
    color: #ffa800;
}
/* ==================== ## Team ==================== */

.corpix-teacher-wrapper {
    margin-top: 30px;
}
.corpix-teacher-wrapper .teacher-img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.corpix-teacher-wrapper .teacher-img a::before {
    content: "";
    position: absolute;
    left: -28%;
    bottom: -93%;
    background: rgba(16, 18, 34, 0.5);
    border-radius: 50%;
    width: 465px;
    height: 465px;
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
/* .corpix-teacher-wrapper .teacher-img a::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;
} */

.corpix-teacher-wrapper:hover .teacher-img a::before {
    opacity: 1;
    visibility: visible;
}
/* .corpix-teacher-wrapper:hover .teacher-img a::after {
    opacity: 0.35;
    visibility: visible;
} */

.corpix-teacher-wrapper .teacher-img a img {
    width: 100%;
}
.corpix-teacher-wrapper .teacher-bottom {
    position: relative;
    margin-top: 15px;
    padding-left: 20px;
    transition: all 0.3s linear;
}
.corpix-teacher-wrapper .teacher-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #ffa800;
    width: 3px;
    height: 100%;
    transition: all 0.3s linear;
}
.corpix-teacher-wrapper .teacher-bottom .teacher-name-deg a .teacher-name {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.corpix-teacher-wrapper .teacher-bottom .teacher-name-deg .teacher-deg {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.corpix-teacher-wrapper .teacher-bottom .social-shear {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -65px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.corpix-teacher-wrapper .team-info-icons {
    margin-left: 0;
    padding-left: 0;
}
.corpix-teacher-wrapper .team-info-icons li {
    display: inline-block;
}
.corpix-teacher-wrapper .team-info-icons li:first-child {
    margin-left: 0;
}
.corpix-teacher-wrapper .team-info-icons li+li {
    margin-left: 10px;
}
.corpix-teacher-wrapper .team-info-icons li a {
    font-size: 20px;
    transform: translate3d(0, 0, 0);
    color: #ffffff;
}
.corpix-teacher-wrapper .team-info-icons li:hover a {
    transform: translateY(-5px);
    color: #ffa800;
}
.corpix-teacher-wrapper:hover .teacher-bottom {
    padding-left: 65px;
}
.corpix-teacher-wrapper:hover .teacher-bottom::before {
    width: 45px;
}
.corpix-teacher-wrapper:hover .social-shear {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -80px);
}
.corpix-teacher-wrapper:hover .teacher-img a::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 991px) {
    .corpix-teacher-wrapper .teacher-img a::before {
        left: -18%;
        bottom: -85%;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-teacher-wrapper .teacher-img a::before {
        width: 365px;
        height: 365px;
    }
}
@media only screen and (max-width: 575px) {
    .corpix-teacher-wrapper .teacher-img a::before {
        width: 465px;
        height: 465px;
        left: 4%;
        bottom: -54%;
    }
}
@media only screen and (max-width: 449px) {
    .corpix-teacher-wrapper .teacher-img a::before {
        width: 360px;
        height: 360px;
        left: 3%;
        bottom: -50%;
    }
}
/* ==================== ## 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: #ffa800;
    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;
}
/* ==================== ## Work / Project ==================== */

/* ========== # Style 1 ============== */

.tpc-work-item .tpc-work-wrapper {
    position: relative;
    overflow: hidden;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-link {
    display: block;
    position: relative;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-link img {
    width: 100%;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-link::before {
    content: "";
    position: absolute;
    right: -165px;
    bottom: -150px;
    background: rgba(16, 18, 34, 0.6);
    border-radius: 50%;
    width: 410px;
    height: 410px;
    transition: all 0.3s linear;
    z-index: 0;
}
.tpc-work-item.hover-enabled.hover-1 .tpc-work-wrapper .tpc-work-link::before{
    opacity: 0;
    visibility: hidden;
}
.tpc-work-item.hover-2 .tpc-work-wrapper .tpc-work-link::before, .tpc-work-item.hover-2 .tpc-work-wrapper .tpc-work-link::after{
    display: none;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-link::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -115px;
    border: 1px solid #ffa800;
    border-radius: 50%;
    width: 410px;
    height: 410px;
    transition: all 0.3s linear;
    z-index: 0
}
.tpc-work-item.hover-enabled.hover-1 .tpc-work-wrapper .tpc-work-link::after {
    opacity: 0;
    visibility: hidden;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.3s linear;
    text-align: center;
    transform: translateY(-50px);
}
.tpc-work-item.hover-enabled .tpc-work-wrapper .tpc-work-content{
    transform: translateY(-25px);
    opacity: 0;
    visibility: hidden;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-content .title {
    font-size: 24px;
    background: #ffa800;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    padding: 0 35px;
    color: #0a0c1c;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-content .subtitle-warp {
    margin: 0 auto;
    margin-top: 8px;
}
.tpc-work-item .tpc-work-wrapper .tpc-work-content .sub-title {
    font-size: 18px;
    background: #0a0c1c;
    max-width: 145px;
    display: inline;
    color: #ffffff;
    padding: 5px 30px;
}
.tpc-work-item.hover-enabled.hover-1 .tpc-work-wrapper:hover .tpc-work-link::before, .tpc-work-item.hover-enabled.hover-1 .tpc-work-wrapper:hover .tpc-work-link::after {
    opacity: 1;
    visibility: visible;
}
.tpc-work-item.hover-enabled .tpc-work-wrapper:hover .tpc-work-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50px);
}
/* ========== # Style 2 ============== */

.tpc-work-item.hover-2 .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    background: #f82c47;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    z-index: 1;
}
.tpc-work-item.hover-enabled.hover-2 .shape-1{
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
}
.tpc-work-item.hover-2 .shape-1::before {
    content: "";
    width: 300px;
    height: 300px;
    background: #f9425a;
    border-radius: 50%;
    position: absolute;
    right: -80px;
    bottom: -80px;
}
.tpc-work-item.hover-2 .shape-1::after {
    content: "";
    width: 300px;
    height: 300px;
    border: 3px solid #fa7687;
    border-radius: 50%;
    position: absolute;
    right: -55px;
    bottom: -40px;
}
.tpc-work-item.hover-2 .tpc-work-wrapper .tpc-work-content {
    z-index: 5;
    transform: translateY(-60px);
}
.tpc-work-item.hover-2 .tpc-work-wrapper .tpc-work-content .title {
    background: none;
    height: 0px;
    line-height: 0px;
    padding: 0 0px;
    color: #ffffff;
}
.tpc-work-item.hover-2 .tpc-work-wrapper .tpc-work-content .sub-title {
    background: none;
    color: #ffffff;
    height: 0px;
    line-height: 0px;
    padding: 0 0px;
    margin-top: 15px;
}
.tpc-work-item.hover-enabled.hover-2 .tpc-work-wrapper:hover .tpc-work-content {
    transform: translateY(-90px);
}
.tpc-work-item.hover-enabled.hover-2 .tpc-work-wrapper:hover .shape-1 {
    transform: scale(0.9);
    opacity: 1;
    visibility: visible;
}
/* ==================== ##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(--corpix-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(--corpix-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: #ffa800;
    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: #ffa800;
    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.title-decoration .tpc-accordion_title {
    position: relative;
    z-index: 0;
}
.tpc-accordion.title-decoration .tpc-accordion_title::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #faa400;
    z-index: -1;
    border-radius: 50%;
    top: -5px;
    left: -10px;
}
.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 ==================== */

/*======== # Style 1 ======== */

.elementor-widget-tpc-year-experience .year-experience.style-1 {
    width: 305px;
    background: #ffa800;
    padding: 40px 50px;
    position: relative;
    z-index: 2;
}
.elementor-widget-tpc-year-experience .year-experience.style-1 .shape-1 {
    width: 240px;
    height: 240px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -120px;
    bottom: -105px;
    overflow: hidden;
    z-index: 1;
}
.elementor-widget-tpc-year-experience .year-experience.style-1 .shape-1::before {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transform: scale(0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.elementor-widget-tpc-year-experience .year-experience.style-1 .experience-content {
    position: relative;
    z-index: 2;
}
.elementor-widget-tpc-year-experience .year-experience.style-1 .experience-content .number {
    font-size: 72px;
    line-height: 1;
    color: #0a0c1c;
    position: relative;
    padding-left: 20px;
}
.elementor-widget-tpc-year-experience .year-experience.style-1 .experience-content .number::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #ffffff;
    width: 10px;
    height: 67px;
}
.elementor-widget-tpc-year-experience .year-experience.style-1 .experience-content span.text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    color: #0a0c1c;
    margin-top: 15px;
}
/*======== # Style 2 ======== */

.elementor-widget-tpc-year-experience .year-experience.style-2 {
    background: #fc653c;
    padding: 50px 51px 70px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.elementor-widget-tpc-year-experience .year-experience.style-2.bg-shape::before {
    content: "";
    position: absolute;
    right: -170px;
    bottom: -170px;
    background: #ffffff;
    opacity: 0.1;
    border-radius: 50%;
    width: 360px;
    height: 360px;
    z-index: -1;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience {
    display: flex;
    align-items: center;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience .number {
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    font-size: 48px;
    color: #fc653c;
    background: #ffffff;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience .text {
    flex: 1;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 20px;
    margin-bottom: 0;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content {
    margin-top: 25px;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content.add-border {
    border-top: 1px solid #ffffff;
    padding-top: 35px;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content p.description {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content .link-btn {
    margin-top: 20px;
    color: #ffffff;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content .link-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--corpix-header-font-color);
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content .link-btn .link-icon {
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background: var(--corpix-header-font-color);
    display: inline-block;
    margin-left: 5px;
    transform: rotate(-35deg);
    font-size: 14px;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content .link-icon i {
    transform: rotate(-35deg);
    color: #ffffff;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content .link-btn {
    color: #ffffff;
}
.elementor-widget-tpc-year-experience .year-experience.style-2 .experience-content .link-btn:hover {
    color: var(--corpix-header-font-color);
}
/*======== # Style 3 ======== */

.year-experience.style-3 {
    max-width: 410px;
    z-index: 1;
    position: relative;
}
.year-experience.style-3 .shape-1 {
    height: 90px;
    width: 350px;
    background: #ffa800;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
.year-experience.style-3 .experience {
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.22);
    padding: 30px 40px;
}
.year-experience.style-3 .experience .experience-icon {
    flex-shrink: 0;
}
.year-experience.style-3 .experience .experience-text {
    position: relative;
    padding-left: 35px;
    margin-left: 35px;
    margin-right: 50px;
}
.year-experience.style-3 .experience .experience-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e1e1e1;
    width: 1px;
    height: 75px;
}
.year-experience.style-3 .experience .experience-text .title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0a0c1c;
}
/* ==================== ## 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;
}
@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: #ffa800;
    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;
}

/* ==================== ##Service 1 ==================== */

.elementor-widget-tpc-service .service-item.layout-1 .single-item {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 40px 40px 35px 30px;
    z-index: 1;
    transition: all 0.3s linear;
}
.service-item.layout-1 .single-item .service-content {
    margin-right: 15px;
}
.service-item.layout-1 .single-item .service-icon {
    flex-shrink: 0;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item .shape-1 {
    width: 325px;
    height: 325px;
    border: 8px solid #ffc24d;
    border-radius: 50%;
    transform: scale(0.9);
    position: absolute;
    top: -82%;
    right: -27%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s linear;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item .service-content .title {
    color: var(--corpix-header-font-color);
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item .service-content .icon-link {
    transition: all 0.3s linear;
    transform: rotate(-35deg);
    display: inline-block;
    font-size: 24px;
    line-height: initial;
}
.service-item i.icon-link{
    transition: all 0.3s linear;
    transform: rotate(-35deg);
    display: inline-block;
    font-size: 24px;
    line-height: initial;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item .service-icon {
    width: 90px;
    position: relative;
    z-index: 1;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item .service-icon .icon-bg {
    position: absolute;
    left: 40px;
    top: -20px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item:hover {
    background: #ffa800;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item:hover .shape-1 {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item:hover .service-content .title {
    color: #ffffff;
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item:hover .service-content .icon-link {
    filter: brightness(0) invert(1);
}
.elementor-widget-tpc-service .service-item.layout-1 .single-item:hover .service-icon img {
    filter: brightness(0) invert(1);
}
.elementor-widget-tpc-service .service-bottom-text {
    margin-top: 50px;
}
/* ==================== ##Service 2 ==================== */

.service-item .service-icon .icon-bg {
    position: absolute;
    left: 25px;
    top: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.service-item .service-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    transition: all 0.3s linear;
}
.service-item .service-content .link-btn {
    margin-top: 20px;
}
.service-item .service-content .link-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--corpix-header-font-color);
}
.service-item .service-content .link-btn .link-icon {
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background: #ffa800;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(-35deg);
    font-size: 14px;
}
.service-item .service-content .link-btn .link-icon i {
    transform: rotate(-35deg);
    color: var(--corpix-header-font-color);
}
.service-item.service-style.add-hover:hover {
    background: var(--corpix-header-font-color);
}
.service-item.service-style.add-hover:hover .service-icon .icon-image {
    filter: brightness(0) invert(1);
}
.service-item.service-style.add-hover:hover .service-content p {
    color: #ffffff;
}
.service-item.service-style.add-hover:hover .service-content .link-btn {
    color: #ffffff;
}
.service-item.service-style.add-hover:hover .service-content .link-btn:hover {
    color: #ffa800;
}
.service-item.layout-2, .service-item.layout-3 {
    background: #ffffff;
    padding: 60px 47px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
}
.service-item.layout-2.add-box-shadow, .service-item.layout-3.add-box-shadow {
    box-shadow: 0px 0px 196px 0px rgba(0, 0, 0, 0.05);
}
.service-item.layout-2 .shape-1, .service-item.layout-3 .shape-1 {
    width: 325px;
    height: 325px;
    border: 8px solid #ffa800;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -125px;
    z-index: -1;
}
.service-item.layout-2 .service-content .title, .service-item.layout-3 .service-content .title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--corpix-header-font-color);
    margin-top: 30px;
    display: block;
}
/* ==================== ##Service 3 ==================== */

.elementor-widget-tpc-service .service-item.layout-3 .shape-1 {
    border: 8px solid #fa6c7f;
    top: -120px;
    right: -120px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.elementor-widget-container .layout-3 .shape-2 {
    position: absolute;
    left: -50px;
    bottom: -30px;
}
.elementor-widget-tpc-service .layout-2 .service-icon, .elementor-widget-tpc-service .layout-3 .service-icon {
    position: relative;
    z-index: 1;
}
.elementor-widget-tpc-service .layout-2 .service-icon .icon-image .elementor-widget-tpc-service .layout-3 .service-icon .icon-image {
    width: 92px;
    height: 92px;
    transition: all 0.3s linear;
}
.service-item.layout-3:hover .service-icon .icon-image {
    filter: brightness(0) invert(1);
}
.elementor-widget-tpc-service .layout-3 .service-icon::before {
    display: none;
}
.elementor-widget-tpc-service .layout-3.service-style.add-hover:hover {
    background: #f82c47;
}
.elementor-widget-tpc-service .layout-3.service-style.add-hover:hover .shape-1 {
    opacity: 1;
    visibility: visible;
}
.elementor-widget-tpc-service .service-style.add-hover:hover .service-icon .icon {
    filter: brightness(0) invert(1);
}
.elementor-widget-tpc-service .service-style.add-hover:hover .service-content .title {
    color: #ffffff;
}
/* ==================== ##Service 4 ==================== */

.elementor-widget-tpc-service .service-item.layout-4 {
    display: flex;
    align-items: center;
    padding: 70px 60px;
}
.elementor-widget-tpc-service .service-item.layout-4 .service-text {
    flex: 1;
    margin-left: 25px;
    padding-right: 15px;
}
.elementor-widget-tpc-service .service-item.layout-4 .service-text .title-2 {
    color: #0a0c1c;
    position: relative;
}
.elementor-widget-tpc-service .service-item.layout-4 .service-text .title-2:hover {
    color: #ffa800;
}
@media only screen and (max-width: 767px) {
    .elementor-widget-tpc-service .service-item.layout-4 {
        display: block;
    }
    .elementor-widget-tpc-service .service-item.layout-4 .service-text {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .elementor-widget-tpc-service .service-item.layout-4 .service-icon-1 {
        margin-bottom: 15px;
    }
}
/* ==================== ##Service 5 ==================== */

.service-item.layout-5 .service-item-wrap {
    display: flex;
    align-items: center;
    padding: 40px 15px;
}
.service-item.layout-5 .service-item-wrap.add-border {
    border-bottom: 1px solid #e1e1e1;
}
.service-item.layout-5 .service-item-wrap .service-icon {
    height: 75px;
    width: 75px;
    line-height: 72px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-item.layout-5 .service-item-wrap .service-icon.round-bg {
    background: #ffffff;
    border-radius: 50%;
}
.service-item.layout-5 .service-item-wrap .service-text {
    flex: 1;
    margin-left: 30px;
}
.service-item.layout-5 .service-item-wrap .service-text .title {
    color: #0a0c1c;
}
/* ==================== ##Image Layer 1 ==================== */

.corpix-image-layer {
    position: relative;
}
.corpix-image-layer .shape-1 {
    position: absolute;
    top: -50px;
    left: -25px;
    z-index: -1;
}
.corpix-image-layer .about-img {
    position: relative;
    z-index: 1;
}
.corpix-image-layer .about-img .image {
    width: 100%;
}
.corpix-image-layer .about-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(17, 56, 100, 0.5);
    width: 100%;
    height: 100%;
}
.corpix-image-layer .about-img.image-1 {
    position: relative;
    overflow: hidden;
}
.corpix-image-layer .about-img.image-1 img {
    width: 100%;
}
.corpix-image-layer.style-1 .about-img.image-1 .shape-2 {
    position: absolute;
    left: -50px;
    bottom: -190px;
    width: 330px;
    height: 330px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.corpix-image-layer.style-1 .about-img.image-1 .shape-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #ffffff;
    border-radius: 50%;
    transform: scale(0.85);
}
/* ==================== ##Image Layer 2 ==================== */

.corpix-image-layer .about-img-right .shape-2 {
    border: 12px solid #ffa800;
    margin-bottom: 20px;
}
/* ==================== ##Image Layer 3 ==================== */

.corpix-image-layer.style-3, .corpix-image-layer.style-4 {
    position: relative;
}
.corpix-image-layer.style-3 .img-layer, .corpix-image-layer.style-4 .img-layer {
    position: relative;
    display: inline-block;
}
.corpix-image-layer.style-3 .img-layer-big, .corpix-image-layer.style-4 .img-layer-big {
    position: relative;
    z-index: 1;
}
.corpix-image-layer.style-3 .img-layer.img-layer-big .shape-1 {
    width: 190px;
    height: 320px;
    background: #ffa800;
    position: absolute;
    right: -45px;
    top: -55px;
    z-index: -1;
    left: unset;
}
.corpix-image-layer.style-3 .img-layer-sm {
    position: absolute;
    right: 3%;
    bottom: -47%;
    border: 10px solid #ffffff;
    z-index: 2;
}
@media only screen and (max-width: 1199px) {
    .corpix-image-layer.style-3 .img-layer-sm {
        right: 22%;
        bottom: -42%;
    }
}
@media only screen and (max-width: 575px) {
    .corpix-image-layer.style-3 .img-layer, .corpix-image-layer.style-4 .img-layer {
        display: block;
    }
    .corpix-image-layer.style-3 .img-layer img, .corpix-image-layer.style-4 .img-layer img {
        width: 100%;
    }
    .corpix-image-layer.style-3 .img-layer-big .shape-1, .corpix-image-layer.style-4 .img-layer-big .shape-1 {
        display: none;
    }
    .corpix-image-layer.style-3 .img-layer-sm, .corpix-image-layer.style-4 .img-layer-sm {
        display: none;
    }
}
/* ==================== ##Image Layer 4 ==================== */

.corpix-image-layer.style-4 .img-layer-sm {
    position: absolute;
    right: -2px;
    bottom: -95px;
    z-index: 2;
    border: 10px solid #ffffff;
}
.corpix-image-layer.style-4 .img-layer.img-layer-sm .shape-1 {
    width: 35px;
    height: 165px;
    background: #f82c47;
    top: -195px;
    left: 95px;
}
@media only screen and (max-width: 1199px) {
    .corpix-image-layer.style-4 .img-layer-sm {
        right: 31%;
    }
    .corpix-image-layer.style-4 .img-layer.img-layer-sm .shape-1 {
        left: 190px;
    }
}
@media only screen and (max-width: 991px) {
    .corpix-image-layer.style-4 .img-layer-sm {
        right: 6%;
    }
    .corpix-image-layer.style-4 .img-layer.img-layer-sm .shape-1 {
        left: 100px;
    }
}
@media only screen and (max-width: 575px) {
    .corpix-image-layer.style-4 .img-layer-sm {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-image-layer.style-4 .img-layer.img-layer-sm .shape-1 {
        display: none;
    }
}
/* ==================== ##Image Layer 5 ==================== */

.corpix-image-layer.style-5 .about-img-5 {
    position: relative;
    padding-left: 55px;
    z-index: 1;
}
.corpix-image-layer.style-5 .about-img-5::before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    background: #fc653c;
    width: 245px;
    height: 600px;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .corpix-image-layer.style-5 .about-img-5::before {
        top: -18px;
        height: 570px;
    }
}
@media only screen and (max-width: 767px) {
    .corpix-image-layer.style-5 .about-img-5::before {
        height: 470px;
    }
}
@media only screen and (max-width: 575px) {
    .corpix-image-layer.style-5 .about-img-5::before {
        display: none;
    }
}
/* ==================== Mail Chimp plugin ==================== */

.tpc-mailchimp-form-wrap {
    position: relative;
    overflow: hidden;
}
.tpc-mailchimp-form-wrap input {
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 150px;
    margin-bottom: 0;
    border-radius: 4px;
    background: #fff;
}
.tpc-mailchimp-form-wrap input:focus {
    border: none;
}
@media only screen and (max-width:575px) {
    .tpc-mailchimp-form-wrap input {
        padding: 0 20px
    }
}
.footer .tpc-mailchimp-form-wrap .btn {
    position: absolute;
    height: 45px;
    background-color: var(--corpix-primary-color);
    color: #000000;
    top: 0;
    right: 0;
    padding: 0 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media only screen and (max-width:575px) {
    .footer .tpc-mailchimp-form-wrap .btn {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }
}
.footer .mc4wp-form-fields {
    position: relative;
}
.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']) {
    width: 100%;
    text-align: left;
    border: 0;
    border: 1px solid #6d7078;
    background-color: transparent;
    color: #dbdbdb;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.footer .mc4wp-form-fields input[type='email']:not([type='checkbox'])::placeholder {
    font-size: 13px;
    font-weight: 700;
    outline: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: 0.4s;
}
.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):focus::placeholder, .footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):active::placeholder {
    opacity: 0;
}
.footer .mc4wp-form-fields input[type='submit'] {
    transition: all 400ms;
    margin-bottom: 0;
    padding: 0 34px;
    height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #fff !important;
    letter-spacing: 0;
}
.footer .mc4wp-form-fields input[type='submit']:hover, .footer .mc4wp-form-fields input[type='submit']:active, .footer .mc4wp-form-fields input[type='submit']:focus {
    background: transparent !important;
}
/* ==================== Category List ==================== */

.tpc-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tpc-category-list .category-list-item {
    padding: 30px 35px;
    transition: .5s;
}
.tpc-category-list .category-list-item:hover, .tpc-category-list .category-list-item.active {
    border-bottom-color: #E5E5E5 !important;
}
.tpc-category-list .category-list-item .tpc-header-list-text {
    margin-right: 20px;
}
.tpc-category-list .category-list-item.icon-hover-visible .tpc-header-list-icon {
    left: 25px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.tpc-category-list .category-list-item:hover.icon-hover-visible .tpc-header-list-icon, .tpc-category-list .category-list-item.active.icon-hover-visible .tpc-header-list-icon {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.tpc-category-list .category-list-item.icon-hover-visible .tpc-header-list-icon svg{
   width: 24px;
}
/* ==================== Custom Heading ==================== */

.dbl__link .dbl__title-wrapper .dbl__title {
    transition: .5s;
}