/*
Developer : Ahiduzzaman Shanto
Version: 1.0.0
*/

/*==================    button section css start here  =====================  */
svg {
    overflow: hidden;
    vertical-align: middle;
    height: 20px;
    width: auto;
}

/*   single Button css option 1  */

.single-button.option1 .button-content a {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    background: #f7931a;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 5px;
}

.single-button.option1 .button-content a:hover {
  color:#fff;
}

.single-button.option1 .button-content a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -35%;
    top: 0;
    background: #33406a;
    border-radius: 4px;
    transition: 0.6s;
    z-index: -1;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.single-button.option1 .button-content a:hover:before {
    height: 100%;
    width: 135%;
}

.single-button.option1 .button-content a i {
    padding: 0 0 0 10px;
    position: relative;
    top: 0;
    font-size: 13px;
    color: #fff;
    transition: 0.4s;
}

.single-button.option1 .button-content a:hover i {
  color: #fff;
}

.button-content a svg {
    font-size: 14px;
    margin-top: 17px;
    margin-left: 8px;
    float: right;
    color: #fff;
}

/*   single Button css option 2  */

.single-button.option2 .button-content a {
    padding: 18px 30px 18px 30px;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 33px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #33406a;
    margin:0;
    text-transform: uppercase;
}

.single-button.option2 .button-content a:hover {
    color:#fff;
}

.single-button.option2 .button-content a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 0;
    height: 100%;
    background: #33406a;
    border-radius: 33px;
    transition: 0.4s;
    z-index: -1;
}

.single-button.option2 .button-content a:hover:before {
    width:106%;
}

/*   banner shape css advince class  */

.home5-banner-animate-img{ 
    -webkit-animation: top-image-bounce 3s infinite ease-in-out;
    animation: top-image-bounce 3s infinite ease-in-out;
}
@keyframes top-image-bounce {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
}

/*   section title css start here  */

.main-title-area .section-subtitle h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-family: "Roboto", sans-serif;
    color: #f7931a;
}

.main-title-area .section-title-one h1 {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    transition: 0.4s;
    line-height: 1.2;
    margin: 0 0 2px 0;
}

.main-title-area .section-title-two h1 {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    transition: 0.4s;
    line-height: 1.2;
    margin: 0;
}

.main-title-area span.section-highlight-title {
    font-family: "Jost", sans-serif;
    color: #f7931a;
    font-size: 48px;
    font-weight: 700;
    transition: 0.4s;
    line-height: 1.2;
}

.main-title-area .section-description p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    padding: 16px 0 5px 0;
}

/*   Work Process css start here  */
.main-title-area.option2 .section-subtitle h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #FFFFFF;
    margin:0;
}

.main-title-area.option2 .section-title-one h1 {
    margin: 20px 0 15px 0;
    font-family: "Jost", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #FFFFFF;
}

.main-title-area.option2 .section-title-two h1 {
    font-family: "Jost", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0;
}

.main-title-area.option2 .section-description p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    padding: 20px 0 0 0;
    width: 80%;
}

/*   Service style 3 css start here  */

.single-service-wrap.style-three {
    padding: 40px 40px 30px 40px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #333F4D;
}

.single-service-wrap.style-three .thumb img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-service-wrap.style-three:hover .thumb img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.single-service-wrap.style-three .single-service-details h5 {
    margin: 37px 0 20px 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Jost", sans-serif;
}

.single-service-wrap.style-three .single-service-details p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px;
}

.single-service-wrap.style-three .service-button a {
    height: 55px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    border-radius: 5px;
    z-index: 1;
    border: 1px solid #333F4D;
    line-height: 54px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: transparent;
}

.service-button a svg {
    padding: 0 0 0 5px;
}

.single-service-wrap.style-three .service-button a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -35%;
    top: 0;
    background: #33406a;
    border-radius: 4px;
    transition: 0.6s;
    z-index: -1;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.single-service-wrap.style-three .service-button a:hover:before {
    height: 100%;
    width: 135%;
}

/*   team style four css start here  */

.single-team.four {
    transition: 0.5s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.single-team.four .images {
    background: #050D1A;
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.single-team.four .images img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.single-team.four:hover .images img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-team.four .team-content {
    position: relative;
    z-index: 1;
    padding: 20px 0 18px 0;
    border-radius: 0 0 5px 5px;
    transition:0.5s;
}

.single-team.four .team-content h3 {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    text-align: right;
    transition:0.5s;
}

.single-team.four .team-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    text-align: right;
    transition:0.5s;
}

.single-team.four ul.social-icon li {
    list-style: none;
}

.single-team.four .team-social-media {
    margin: 0;
    display: inline-block;
    text-align: center;
    background: #f7931a;
    height: 65px;
    line-height: 63px;
    width: 65px;
    position: absolute;
    left: 0;
    bottom: 36px;
    padding: 0;
    z-index: 1;
    transition: 0.5s;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.single-team.four .team-social-media:before {
    content: "";
    background-image: url(https://investonwp.wowtheme7.com/wp-content/uploads/2024/12/team-share.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
    height: 16px;
    width: 15px;
    left: 23px;
    top: 22px;
}

.single-team.four ul.social-icon {
    padding: 0;
    position: absolute;
    bottom: 56px;
    left: -100px;
    transition:0.5s;
}

.single-team.four .team-social-media:hover ul.social-icon {
    left: 8px;
}

.single-team.four ul.social-icon li a {
    display: block;
    font-size: 15px;
    border: 1px solid #f7931a;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 7px;
    cursor: pointer;
}

/*   Work Process css start here  */

.work-system-section {
    border-radius: 10px;
    padding: 37px 0 28px 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #050D1A;
    position: relative;
    z-index: 1;
}

.work-system-numbering h3 {
    color: #f7931a;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    line-height: 30px;
    font-size: 36px;
    margin: 0 0 25px 0;
}

.working-title h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Jost", sans-serif;
    margin: 0 0 15px 0;
}

.working-description p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin: 0 0 25px 0;
}

.work-system-icon-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.work-system-section:hover .work-system-icon-img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*   work process style 2 css start here  */

.work_progress.option2 {
    background: rgba(247, 147, 26, 0.1);
    padding: 42px 48px;
    border-radius: 10px;
    display: inline-block;
    transition: 0.4s;
    z-index: 1;
    text-align: center;
    position: relative;
}

.work_progress.option2::before {
    content: "";
    background: #f7931a;
    position: absolute;
    transition: 0.4s;
    z-index: -1;
    height: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
}

.work_progress.option2:hover::before {
    height:100%;
}

.work_progress.option2 .work-system-icon-img img {
    position: absolute;
    transition: 0.4s;
    z-index: 1;
    height: 26px;
    right: -33%;
    bottom: 44%;
    width: 30px;
}

.work_progress.option2:hover .work-system-icon-img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.work_progress.option2 .work-system-numbering h3 {
    color: #f7931a;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    line-height: 50px;
    font-size: 48px;
    transition: 0.4s;
    margin: 0 0 15px 0;
}

.work_progress.option2:hover .work-system-numbering h3 {
    color: #fff;
}

.work_progress.option2 .working-title h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Jost", sans-serif;
    margin: 0;
}

.work_progress.option2 .working-description p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin: 0;
}


/*   Calculator css start here  */

.single-input-inner.style-bg h5 {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.single-input-inner .single-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0 !important;
    border-radius: 6px;
    padding: 0 18px;
    margin-bottom: 20px;
}

.single-input-inner.style-bg .single-select {
    background: rgba(247, 147, 26, 0.1);
    color: #f7931a;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}

.single-input-inner .single-select:after {
    height: 7px;
    right: 19px;
    width: 7px;
}

.single-input-inner input {
    width: 100%;
    height: 50px;
    border: 0 !important;
    padding: 0 18px;
    border-radius: 6px;
    font-weight: 300;
}

.single-input-inner.style-bg input {
    background: rgba(247, 147, 26, 0.1);
    color: #f7931a;
}

.single-input-inner label {
    width: 100%;
}

.single-input-inner {
    margin-bottom: 20px;
}

.single-input-inner.style-bg input::placeholder {
    color: #f7931a;
}

.single-input-inner .amount {
    width: 100%;
    height: 50px;
    border: 0 !important;
    padding: 0 18px;
    border-radius: 6px;
    font-weight: 300;
    display: block;
    line-height: 50px;
}

.single-input-inner.style-bg .amount {
    background: rgba(247, 147, 26, 0.1);
    color: #f7931a;
}

.single-input-inner.style-bg .amount::placeholder {
    color: #f7931a;
}

.calculator-button {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    border: 0;
    transition:0.5s;
    border-radius: 5px;
    z-index: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    user-select: none;
    font-size: 1rem;
    color: #fff;
    background: #f7931a;
}

.calculator-button:after {
    content: "";
    background: #33406a;
    position: absolute;
    transition: 0.4s;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    border-radius: 5px;
}

.calculator-button:hover:after {
    height: 100%;
    width: 135%;
}

/*   testimonial style 3 css start here  */

.addon-three .single-testimonial {
    padding: 0 40px 40px 40px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background: #050D1A;
    margin-top: 40px;
}

.addon-three .testimonial-content {
    background: #f7931a;
    padding: 15px;
    margin-top: -40px;
    position: relative;
    display: flex;
    border-radius: 5px;
    align-items: center;
    z-index: 1;
    transition: 0.4s;
    margin-right: 24px;
}

.addon-three .testimonial-content::after {
    content: "";
    background-image: url(https://investonwp.wowtheme7.com/wp-content/uploads/2024/12/home-6-testi-icon.svg);
    position: absolute;
    transition: 0.4s;
    z-index: -1;
    height: 49px;
    width: 49px;
    right: -23px;
    top: 10px;
}

.addon-three .testimonial-content:before {
    content: "";
    background: #33406a;
    position: absolute;
    z-index: -1;
    height: 100%;
    left:0;
    top: 0;
    transition: 0.5s;
    width: 0;
    border-radius: 5px;
}

.addon-three .single-testimonial:hover .testimonial-content:before {
    width: 100%;
}

.addon-three .thumb {
    margin-right: 8px;
}

.addon-three .testimonial-title h5 {
    font-size: 18px;
    color: #030912;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    margin: 0;
    line-height: 26px;
    transition:0.4s;
}

.addon-three .single-testimonial:hover .testimonial-title h5 {
    color:#fff;
}

.addon-three .testimonial-title h6 {
    font-size: 12px;
    color: #030912;
    margin: 0;
    line-height: 18px;
    transition:0.4s;
}

.addon-three .single-testimonial:hover .testimonial-title h6 {
    color:#fff;
}
.addon-three .testimonial-description p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    margin: 30px 0 13px 0;
}


.addon-three .testi-rating i {
    width: 1.125em;
    color: #FFC107;
}

.addon-three .arrow-prev.slick-arrow {
    height: 46px;
    width: 46px;
    line-height: 44px;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    transition: 0.4s;
    box-shadow: none;
    color: #fff;
    border: 1px solid #f7931a;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    background: transparent;
    position: absolute;
    top: -96px;
    right: 57px;
}

.addon-three .arrow-prev.slick-arrow:hover{
    background: #f7931a;
}

.addon-three  .arrow-next.slick-arrow {
    height: 46px;
    width: 46px;
    line-height: 44px;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    transition: 0.4s;
    box-shadow: none;
    color: #fff;
    border: 1px solid #f7931a;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    background: transparent;
    position: absolute;
    top: -96px;
    right: 0;
}

.addon-three  .arrow-next.slick-arrow:hover{
    background: #f7931a;
}

/* subscribe form css start here  */

.theme-subscribe-form.home-six input[type="email"] {
    background: #fff;
    text-indent: 0;
    height: 55px;
    padding: 0 130px 0 20px;
    color: var(--heading-color);
    width: 80%;
    border: 0;
    border-radius: 5px;
    margin-left: 15%;
}

.theme-subscribe-form.home-six input[type="submit"] {
    top: 0;
    font-size: 16px;
    height: 55px;
    padding: 0 30px;
    border: 0;
    transition: 0.5s;
    border-radius: 5px;
    z-index: 0;
    position: absolute;
    right: 0;
    background: #f7931a;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.theme-subscribe-form.home-six input[type="submit"]:hover{
    background: #33406a;
}

/* ====================== footer  Contact css start here  =========================== */

.footer-form-section .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.footer-form-section .form-group {
    padding: 0;
    margin: 0;
}

.footer-form-section .form-group p {
    padding: 0;
    margin: 0;
}

.footer-form-section .contact-button input {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    position: relative;
    border: 1px solid #f7931a;
    border-radius: 5px;
    z-index: 1;
    transition: 0.4s;
    background: transparent;
    color: #fff;
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
}

.footer-form-section .contact-button input:hover{
    background: #f7931a;
}

.footer-form-section .contact-button input[type=submit]:focus {
    border: 1px solid #f7931a;
    background: inherit;
}
.footer-form-section .form-control {
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #333F4D !important;
    background: transparent;
    width: 100%;
    height: 54px;
    font-weight: 300;
    font-size: 16px;
}

.footer-form-section .form-control:focus {
    background-color: inherit;
    color: #fff;
    border: none !important;
    border-bottom: 1px solid #333F4D !important;
}

.footer-form-section input::placeholder {
    color: #adadad !important;
    font-size: 16px;
}

.footer-form-section textarea.form-control {
    height: 90px;
    padding-top: 17px;
}

.footer-form-section textarea::placeholder {
    color: #adadad !important;
    font-size: 16px;
}

/* ====================== brand css start here  =========================== */

.partner-area.brand-two .item {
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
}

.partner-area.brand-two .slick-slide img {
    height: auto;
    margin: 0 auto;
}

/* === accordion css start === */

ul.accordion-content {
    padding: 0;
}

.accordion-content li {
    position: relative;
    list-style: none;
    z-index: 1;
    background: transparent;
    border: 1px solid #333F4D;
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 14px 25px 15px 25px;
}

.accordion-content li p {
    display: none;
    padding: 17px 25px 3px;
    color: #7a7a7a;
    font-size: 16px;
}

.accordion-content a {
    z-index: 1;
    position: relative;
    width: 100%;
    display: inline-grid;
    cursor: pointer;
    background: transparent;
    font-size: 20px;
    padding: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    font-weight: 600;
    font-family: 'Jost';
}

.accordion-content a.active {
    background: transparent;
    font-size: 20px;
    padding: 0 0;
    box-shadow: none;
    font-weight: 600;
    color: #f7931a !important;
}

.accordion-content a.active:hover {
    color: #fff;
}

.accordion-content a:after {
    width: 10px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    right: 0;
    content: " ";
    top: 50%;
    transition: 0.3s;
    transform: translate(-50%, -50%);
}

.accordion-content a:before {
    width: 2px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    right: 8px;
    content: " ";
    top: 50%;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
    transform: translate(-50%, -50%);
}

.accordion-content li p {
    display: none;
    font-size: 16px;
    color: #fffefc;
    padding: 13px 0 8px 0;
    background: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 27px;
}

.accordion-content a.active:after {
    transition: 0.3s;
    background: #f7931a;
    transform: translate(-50%, -50%);
}

.accordion-content a.active:before {
 display: none;
}

/**---------------------- pricing-area ----------------------**/
.pricing-tab.style-three {
    text-align: center;
}

.pricing-tab.style-three .nav-tabs {
    display: inline-flex;
    border: 0;
    margin-bottom: 54px;
}

.pricing-tab.style-three .nav-tabs .nav-item {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 45px;
    border-radius: 50px;
    border: 0;
    transition:0.4s;
}

.pricing-tab.style-three .nav-tabs .nav-item:hover {
    border: 0;
    text-decoration: underline;
}

.single-pricing-wrap.pricing-3 {
    border-radius: 5px;
    background: #050D1A;
    box-shadow: none;
    padding: 25px 30px 30px 30px;
    margin: 15px;
    transition: 0.4s;
    position: relative;
    text-align: left;
    z-index: 4;
}

.single-pricing-wrap.pricing-3:before {
    display: none;
}

.single-pricing-wrap.pricing-3:after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 75%;
    height: 60%;
    background: transparent;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-top: 15px solid #1C1713;
    border-left: 15px solid #1C1713;
}

.single-pricing-wrap.pricing-3:hover:after {
    border-top: 10px solid #f7931a;
    border-left: 10px solid #f7931a;
    left: -10px;
    top: -10px;
}

.single-pricing-wrap.pricing-3 .price {
    background: transparent;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    height: 35px;
    transition: 0.4s;
    border-radius: 0;
    line-height: 30px;
    box-shadow: none;
    padding: 0;
    margin: 10px 0 17px 0;
    position:relative;
}
.single-pricing-wrap.pricing-3 .thumb,
.single-pricing-wrap.pricing-3 .thumb-icon {
    margin-top: 0;
    text-align: right;
    transition:0.4s;
}

.single-pricing-wrap.pricing-3 .thumb img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-pricing-wrap.pricing-3:hover .thumb img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition:0.4s;
}

.single-pricing-wrap.pricing-3 .thumb-icon i {
   font-size: 65px;
}

.single-pricing-wrap.pricing-3 h5 {
    margin: 0;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
}

.single-pricing-wrap.pricing-3 p {
    color: #fff;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 30px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.single-pricing-wrap.pricing-3 p::before {
    content: "";
    background-image: url(https://investonwp.wowtheme7.com/wp-content/uploads/2024/12/home6-pricing-icon01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    transition: 0.4s;
    z-index: -1;
    height: 12px;
    width: 10px;
    left: 0;
    top: 8px;
}

.single-pricing-wrap.pricing-3 .btn {
    margin-bottom: -25px;
    height: 50px;
    line-height: 50px;
}

.single-pricing-wrap.pricing-3 .btn.btn-white {
    box-shadow: none;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    border: 0;
    transition: 0.4s;
    border-radius: 5px;
    z-index: 0;
    background: #f7931a;
    opacity: 1;
    color: #fff;
    width: 100%;
    margin: 30px 0 0 0;
}

.single-pricing-wrap.pricing-3 .btn.btn-white:after {
    content: "";
    background: #33406a;
    position: absolute;
    transition: 0.4s;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    border-radius: 5px;
}

.single-pricing-wrap.pricing-3 .btn.btn-white:hover:after {
    height: 100%;
    width: 135%;
}

.single-pricing-wrap.pricing-3:hover .price {
    background: transparent;
    border-top-left-radius: 0;
    color: #fff;
}

/**---------------------- transaction-area ----------------------**/

.transaction-tab-area.three {
    border-radius:0;
    padding:0;
}

.transaction-tab-area.three .transaction-tab {
    text-align: center;
    display: block;
    border: 0;
    margin-bottom: 38px;
}

.transaction-tab-area.three .transaction-tab li {
    display: inline-block;
    padding: 0;
    margin-right: 17px;
}

.transaction-tab-area.three .transaction-tab li a.nav-link {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border: 0;
    color: #fff;
    padding: 0 28px;
    margin-right: 10px;
    border-radius: 5px !important;
    border: 1px solid #f7931a !important;
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    transition:0.4s;
}

.transaction-tab-area.three .transaction-tab li a.nav-link:hover {
    background:#f7931a !important;
}

.transaction-tab-area.three .transaction-tab li a.nav-link.active {
    background: #f7931a !important;
    box-shadow: none;
    color: #fff;
    padding: 0 28px;
    margin-right: 10px;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    border: 1px solid #f7931a !important;
    transition:0.4s;
}

.transaction-tab-area.three .transaction-tab li a.nav-link.active:hover {
    background: transparent !important;
}

.transaction-table.style-three .table thead {
    background: #f7931a;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    box-shadow:none;
}

.transaction-table.style-three .table thead th {
    border: 0;
    color: #212529;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 25px;
    font-family: "Jost", sans-serif;
}

.transaction-table.style-three .table thead tr {
    border-radius: 0;
}

.transaction-table.style-three .table thead tr th:first-child {
    border-radius: 0;
}

.transaction-table.style-three .table thead tr th:last-child {
    border-radius: 0;
}

.transaction-table.style-three .table tbody tr:hover td {
    color: #fff;
}

.transaction-table.style-three .table tbody tr td:hover  {
    color: #f7931a;
}

.transaction-table.style-three .table tbody tr.table-margin th {
    padding: 5px;
    background: transparent;
}

.transaction-table.style-three .table tbody tr th {
    border: 0;
    padding: 15px 0 15px 25px;
    background: transparent;
    color: #fff;
    text-align: left;
    font-family: 'Roboto';
}

.transaction-table.style-three .table tbody tr {
    margin-bottom: 20px;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #333F4D;
}

.table-hover tbody tr:hover{
    background: transparent;
}

.transaction-table.style-three td.trans-button a {
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #f7931a;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    border-radius: 5px;
    z-index: 1;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
}

.transaction-table.style-three td.trans-button a:after {
    content: "";
    background: #33406a;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    border-radius: 5px;
}

.transaction-table.style-three td.trans-button a:hover:after {
    height: 100%;
    width: 135%;
}

.transaction-tab-area .transaction-table.style-three {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.transaction-table.style-three .table tbody tr th img {
    border-radius: 50%;
    min-width: 40px;
    margin-right: 10px;
}

.transaction-tab-area .transaction-table.style-three .table-responsive .table-hover{
    margin-bottom: 0;
}

.transaction-table.style-three .table tbody tr td {
    border: 0;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0px 25px;
    position: relative;
    transition: all 0.3s ease-in;
    font-family: "Roboto", sans-serif;
    text-align: left;
}

.transaction-table.style-three .table tbody tr td.trans-button {
    text-align: right;
    padding: 0px 20px;
}

body .transaction-table.style-three .table tbody tr th, .transaction-table.style-three .table tbody tr td {
    border-top: 0px solid #e5e5e5;
    border: none !important;
}

.transaction-table.style-three .table thead th {
    text-align: left;
    border: none !important;
}

.transaction-table.style-three .table thead th.text-end {
    text-align: right;
}

.transaction-table.style-three .table tbody tr td:last-child{
    border-right: 0px solid #e5e5e5;
}

.transaction-table.style-three .table tbody tr td.name:before {
    display: none
}

/**---------------------- 
*    blog style three css
 ----------------------**/

 .single-blog-style3 {
    border-radius: 6px;
    overflow: hidden;
    transition: 0.4s;
    background: #050D1A;
}

.single-blog-style3:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}

.single-blog-style3 .blog-wrap-details {
    padding: 25px 30px 37px 30px;
    position: relative;
}

.single-blog-style3 .blog-top-meta span {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}

.single-blog-style3 .blog-top-meta span i {
    background: rgba(255, 255, 255, 0.1);
    height: 26px;
    line-height: 26px;
    width: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    font-size: 13px;
    text-align: center;
}

.single-blog-style3 .blog-wrap-details h6 a {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 18px 0 0 0;
    display: inline-block;
    transition: 0.4s;
    line-height: 28px;
}

.single-blog-style3 .blog-wrap-details h6 a:hover {
    color: #f7931a
}

.single-blog-style3 .thumb {
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.single-blog-style3 .thumb span {
    position: absolute;
    height: 70px;
    width: 70px;
    line-height: 1.3;
    padding: 10px;
    padding-top: 25px;
    right: 30px;
    top: -36px;
    background: #f7931a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.single-blog-style3 .thumb img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.single-blog-style3:hover .thumb img {
    transform: scale(1.1);
}
