

/*
    author : Ahiduzzaman Shanto 

*/



/* section title css */

.style-nine .bar-main {
    display: none;
}
.style-nine .section-title h5 {
    font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    margin: 0 0 17px 0;
}
.style-nine .section-title h3 {
    font-size: 36px;
}
.style-nine .section-title h2 {
    font-size: 36px;
}
.style-nine .section-title.t_center {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}
.style-nine .section-title.t_left {
    margin-bottom: 22px;
}
.style-nine .section-title.t_left p {
    margin-top: 18px;
    margin-bottom: 0;
    width: 100%;
}


/* feature box 12 css */

.feature-box.style-12 {
    background: #F7F7F7;
    text-align: center;
    padding: 39px 21px 47px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0;
}
.feature-box.style-12:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scale(0);
    background: #050A1E;
    z-index: -1;
    transition: 0.5s;
}
.feature-box.style-12:hover:before {
    transform: scale(1);
}
.feature-box.style-12:after {
    position: absolute;
    content: "";
    top: -136px;
    left: -137px;
    z-index: 1;
    height: 300px;
    width: 300px;
    opacity: 0;
    transition: 0.5s;
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/feature-box-shape1.png');
}
.feature-box.style-12:hover:after {
    opacity: 1;
}
.feature-box.style-12 .feature-box-icon i {
    display: inline-block;
    color: #FF3B00;
    font-size: 45px;
    transition: 0.3s;
}
.feature-box.style-12:hover .feature-box-title h2 {
    color: #ffffff;
}
.feature-box.style-12 .feature-box-desc p {
    transition: .5s;
    padding: 0 0 10px 0;
}
.feature-box.style-12 .btn-read-more a{
    font-size: 16px;
    color: #050a1e;
    font-weight: 400;
    border-bottom: 1px solid #AEAFB4;
    transition: 0.3s;
    font-family: "Rubik",Sans-serif;
}
.feature-box.style-12 .btn-read-more a i {
    display: inline-block;
    font-size: 14px;
    transform: rotate(309deg);
    position: relative;
    left: 6px;
    top: 0px;
    color: #050a1e;
    transition: 0.3s;
}

.feature-box.style-12 .feature-box-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 12px 0 17px;
    transition: 0.5s;
}
.feature-box.style-12:hover .feature-box-desc p {
    color: #9d9d9d;
}
.feature-box.style-12:hover .btn-read-more a {
    color: #ff3c00;
    border-bottom: 1px solid #ff3c00;
}
.feature-box.style-12:hover .btn-read-more a i{
    color: #ff3c00;
}

/* feature box 13 css */

.feature-box.style-13 {
    text-align: center;
    padding: 32px 13px 12px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(85,85,85,0.1);
}
.feature-box.style-13:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/branding-feture-shape.png');
    background-repeat:no-repeat;
    background-size:cover;
    z-index: -1;
    transition: 0.5s;
    height:0%;
}
.feature-box.style-13:hover:before {
    height:100%;
}
.feature-box.style-13 .feature-box-icon i {
    display: inline-block;
    color: #FF3B00;
    font-size: 45px;
    transition: 0.3s;
}
.feature-box.style-13:hover .feature-box-icon i{
    color: #fff;
}
.feature-box.style-13:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 80px;
    height: 112px;
    background-color: #f6f7f9;
    z-index: -1;
    border-radius: 0 0 40px 40px;
    transition: 0.5s;
}
.feature-box.style-13:hover:after {
    opacity: 0.25;
    background-color: #ff3c00;
}
.feature-box.style-13 .feature-box-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 16px 0 10px;
    transition: 0.5s;
}
.feature-box.style-13:hover .feature-box-title h2 {
    color: #ffffff;
}
.feature-box.style-13 .feature-box-desc p {
    transition: .5s;
    padding: 0 0 10px 0;
}
.feature-box.style-13:hover .feature-box-desc p {
    color: #fff;
}
.feature-box.style-13:hover .btn-read-more a {
    color: #ff3c00;
    border-bottom: 1px solid #ff3c00;
}


/* about us css */

.dit-button.style-eight a {
    display: inline-block;
    background: #050A1E;
    color: #fff;
    padding: 15px 32px 15px 60px;
    margin-top: 19px;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid #050A1E;
}
.dit-button.style-eight a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.dit-button.style-eight a:after {
    position: absolute;
    content: "";
    left: 0;
    left: 22px;
    top: 11px;
    height: 33px;
    width: 33px;
    background: url(setting.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.dit-button.style-eight a:hover {
    border: 1px solid #FF3C00;
}
.dit-button.style-eight a:hover:before {
    width: 100%;
    left: 0;
    background: #FF3C00;
}


.dit-button.style-nine a {
    display: inline-block;
    background: #FF3C00;
    color: #fff;
    padding: 15px 32px 15px 60px;
    margin-top: 0;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid #FF3C00;
}
.dit-button.style-nine a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.dit-button.style-nine a:after {
    position: absolute;
    content: "";
    left: 0;
    left: 22px;
    top: 11px;
    height: 33px;
    width: 33px;
    background: url(setting.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.dit-button.style-nine a:hover {
    border: 1px solid #050A1E;
}
.dit-button.style-nine a:hover:before {
    width: 100%;
    left: 0;
    background: #050A1E;
}


/* 

    Button style ten

*/

.dit-button.style-ten a {
    display: inline-block;
    color: #fff;
    padding: 15px 32px 15px 60px;
    margin-top: 0;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: transparent;
    border: 2px solid #78878E;
}
.dit-button.style-ten a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #FF3C00;
    z-index: -1;
    transition: 0.5s;
}
.dit-button.style-ten a:after {
    position: absolute;
    content: "";
    left: 0;
    left: 22px;
    top: 11px;
    height: 33px;
    width: 33px;
    background: url(setting.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.dit-button.style-ten a:hover:before {
    width: 100%;
    left: 0;
}
.dit-button.style-ten a:hover {
    border-color:#FF3C00;
}



/* 

    icon box 14 css 

*/

.icon-box.style-14 {
    background: #fff;
    padding: 9px 9px 9px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.icon-box.style-14 .icon-box-icon {
    display: flex;
}
.icon-box.style-14:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff3c00;
    z-index: -1;
    transition: 0.5s;
}
.icon-box.style-14:hover:before {
    width: 100%;
}
.icon-box.style-14 .title h2 {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #050a1e;
    font-weight: 500;
    transition: 0.5s;
    margin: 0;
}
.icon-box.style-14 .title {
    position: relative;
    margin: auto;
}
.icon-box.style-14:hover .title h2 {
    color: #fff;
}
.icon-box.style-14 .icon {
    background: #F0F0F0;
    width: 114px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    margin-right: 19px;
    transition: 0.5s;
}
.icon-box.style-14:hover .icon {
    background: #fff;
}
.icon-box.style-14 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 45px;
    color: #f12a02;
    transition: 0.5s;
}


/* 

    Casestudy 9 css 

*/

.style-nine .dreamit-single-cases-study {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    z-index: 1;
}
.style-nine .em-cases-study-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 83%;
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 1;
    padding: 0;
    background-color: rgba(255,255,255,0.14901960784313725);
}
.style-nine .dreamit-single-cases-study:hover .em-cases-study-content {
    bottom: 30px;
    left: 0;
    width: 83%;
    right: 0;
    margin: auto;
}
.style-nine .em-cases-study-content:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #ff3c00;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.style-nine .dreamit-single-cases-study:hover .em-cases-study-content:before {
    width: 100%;
}
.style-nine .em-cases-study-title h2 a {
    display: inline-block;
    padding: 18px 0 18px 22px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.5s;
}
.style-nine .case_category {
    display: none;
}
.style-nine .em-cases-study-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0 0;
    text-align: left;
}
.style-nine .btn-details a {
    position: absolute;
    top: 20px;
    right: 19px;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
}
.style-nine .btn-details a i {
    background: #ff3c00;
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    font-size: 20px;
    transform: rotate(317deg);
    margin: auto;
    display: inline-block;
}
.style-nine .dreamit-single-cases-study:hover .btn-details a {
    opacity: 1;
}
.case-study-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(5,9,29,0.99) 0%, rgba(5,9,29,0) 64%, rgba(5,9,29,0) 100%);
    content: "";
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}



/* 

    service-box.service-style-six css 

*/



.service-cursousel-style-six {
    text-align: center;
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 28px 0 0 0;
    margin: 0 -4px 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service-cursousel-style-six:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #ff3c00;
    z-index: -1;
    transition: 0.5s;
}
.service-cursousel-style-six:hover:before {
    height: 100%;
    border: 1px solid #ff3c00;
}
.service-cursousel-style-six:hover {
    border: 2px solid #ff3c00;
}
.service-cursousel-style-six .service-box-icon {
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 100%;
    position: relative;
    transition: 0.5s;
}
.service-cursousel-style-six .service-box-icon i {
    display: inline-block;
    color: #FF3C00;
    transition: 0.5s;
}
.service-cursousel-style-six .service-box-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 49px;
    position: relative;
}
.service-cursousel-style-six .service-box-title h3:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    top: -21px;
    background: #ff3c00;
    margin: auto;
    transition: 0.5s;
}
.service-cursousel-style-six.slick-slide {
    height: inherit;
}
.service-cursousel-style-six .service-btn {
    display:none;
}
.service-cursousel-style-six.slick-slide.service-box {
    margin: 0 10px 40px 10px;
}
.service-cursousel-style-six:hover .service-box-title h3:before {
    background: #ffffff;
}
.service-cursousel-style-six:hover .service-box-icon {
    border: 1px solid #fff;
}
.service-cursousel-style-six:hover .service-box-icon i{
   color:#fff;
}
.element-email-icon i{
    padding: 9px 0 0 0;
}
.brand-item {
    -webkit-filter: grayscale(100%);
    transition: .5s;
}
.brand-item:hover {
    -webkit-filter: grayscale(0);
}


/* 

    single estimonial style10 css 

*/

.single_testimonial.style10 {
    background: #fff;
    padding: 41px 41px 3px;
    position: relative;
    margin-top: 18px;
}
.single_testimonial.style10 .testi_content {
    padding: 25px 0 0;
    text-align: left;
    line-height: 26px;
}
.single_testimonial.style10 .testi_text {
    font-size: 15px;
    font-style: inherit;
    width: 100%;
    margin: 0 auto 0;
}
.single_testimonial.style10 .testi_title h2 {
    font-size: 22px;
    text-align: left;
}
.single_testimonial.style10 .testi_title span {
    font-size: 16px;
    position: relative;
    color: #686868;
    font-weight: 300;
    padding: 0;
    margin: 5px 0 0 0;
}
.single_testimonial.style10 .em_reviews_rating i {
    color: #FF3C00;
    margin-left: 4px;
    font-size: 14px;
}
.single_testimonial.style10 .em_reviews_rating {
    position: absolute;
    right: 42px;
    top: 50px;
}
.single_testimonial.style10 .author {
    background: #EEEEEE;
    width: 80px;
    height: 78px;
    text-align: center;
    line-height: 76px;
    margin-right: 17px;
    margin-top: -3px;
}
.single_testimonial.style10 .author img {
    position: relative;
    top: 18px;
}
.single_testimonial.style10 .testi_title {
    margin-top: 0;
}
.single_testimonial.style10:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 9px;
    left: -10px;
    top: -10px;
    background: #E7E7E7;
    transition: 0.5s;
}
.single_testimonial.style10:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 80px;
    left: -10px;
    top: -1px;
    background: #E7E7E7;
    transition: 0.5s;
}
.single_testimonial.style10:hover:before {
    background: #ff3c00;
}
.single_testimonial.style10:hover:after {
    background: #ff3c00;
}


/* 

    title style10 css 

*/

.style10 .section-title.t_center h5 {
    position: relative;
    margin: 0 0 22px 0;
    display: inline-block;
}
.style10 .section-title.t_left h5 {
    position: relative;
    margin: 0 0 22px 0;
    left: 55px;
    display: inline-block;
}
.style10 .section-title.t_center h5:before {
    position: absolute;
    content: "";
    top: 9px;
    left: -50px;
    height: 2px;
    width: 41px;
    background: #FF3C00;
}
.style10 .section-title.t_left h5:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -50px;
    height: 2px;
    width: 41px;
    background: #FF3C00;
}
.style10 .section-title.t_center h5:after {
    position: absolute;
    content: "";
    top: 9px;
    right: -50px;
    height: 2px;
    width: 41px;
    background: #FF3C00;
}
.style10 .section-title h2 {
    font-size: 38px;
}

.style10 .section-title.t_center p {
    width: 70%;
    margin: 26px auto 0;
}
.style10 .section-title.t_center {
    margin-bottom: 35px;
}
.style10 .section-title.t_left {
    margin-bottom: 22px;
}
.style10 .section-title h3, 
.section-title h2 {
    font-size: 38px;
}
.style10 .section-title.t_left p {
    margin: 26px auto 0;
}


/* button style 12 */

.dit-button.style-12 a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 15px 48px;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-weight: 500;
    border-radius: 30px;
    overflow: hidden;
    font-family: 'Fira Sans';
}
.dit-button.style-12 a:before {
    position: absolute;
    content: "";
    background: #232323;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    top: 0;
    right: 0;
    left: inherit;
    border-radius: 30px;
}
.dit-button.style-12 a:hover:before {
    width: 100%;
    left: 0;
}



/* counter box style 7 */

.counter-box-style-7{
    border-radius: 120px;
    filter: drop-shadow(0px 10px 25px rgba(109,109,109,0.1));
    background-color: #ffffff;
}
.single_counter.style-7 {
    text-align: center;
}
.single_counter.style-7 #counter {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_counter.style-7 .countr_text > h1 {
    font-size: 40px;
    font-weight: 600;
    color: #FF3C00;
    display: inline-block;
    font-family: 'Fira Sans';
}
.single_counter.style-7 .countr_text > h3 {
    font-size: 45px;
    color: #FF3C00;
    display: inline-block;
    margin: 0;
    font-family: "Rubik",Sans-serif;
    font-weight: 500;
}
.single_counter.style-7 .counter_title h4 {
    text-transform: capitalize;
    margin-top: 4px;
    letter-spacing: 0;
    font-family: "Rubik",Sans-serif;
    font-size: 17px;
    color: #555555;
    font-weight: 500;
}


/* service box style 25 css */


.service-box.style25 {
    display: flex;
    align-items: center;
    padding: 28px 25px 17px 26px;
    position: relative;
    margin: 0 0 10px 50px;
    border-radius: 10px;
    filter: drop-shadow(0px 15px 30px rgba(109,109,109,0.1));
    background-color: #ffffff;
}
.service-box.style25 .service-box-icon {
    margin-bottom: 15px;
    display: inline-block;
    color: #FF3C00;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    background-color: #f6f7f9;
    text-align: center;
}
.service-box.style25 .service-content {
    padding-left: 29px;
}
.service-box.style25 .service-content h3 {
    font-size: 19px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    margin: 0 0 9px;
}
.service-box.style25 .service-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
}




/* testimonial style 11 css */


.single_testimonial.style11 {
    text-align: left;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 25px rgba(104,104,104,0.08));
    padding: 40px 30px 40px 36px;
    background: #fff;
    margin: 10px 0;
}
.single_testimonial.style11 .testi_text {
    width: inherit;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    padding: 20px 00 0 0;
    font-style: inherit;
}
.single_testimonial.style11 .testi_title {
    margin: 0 0 0 20px;
}
.single_testimonial.style11 .testi_title h2 {
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 20px;
    color: #232323;
    font-weight: 600;
}
.single_testimonial.style11 .testi_title span {
    display: block;
    padding-top: 5px;
    transition: .5s;
    font-size: 16px;
    color: #ff3c00;
    font-weight: 400;
}
.single_testimonial.style11 .testi-single-thumb {
    display: flex;
    align-items: center;
    position: relative;
}
.single_testimonial.style11 .testi-single-thumb:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    height: 40px;
    width: 60px;
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/testi-qu.png');
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial_list_style11.owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonial_list_style11.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
    display: none;
}
.testimonial_list_style11.owl-carousel  .owl-nav .owl-prev {
    right: auto;
    left: -50px;
    display: none;
}
.testimonial_list_style11.owl-carousel .owl-dots.disabled {
    display: block;
}
.testimonial_list_style11.owl-carousel .owl-dot {
    width: 30px;
    margin: 0 7px;
}
.testimonial_list_style11.owl-carousel .owl-dots {
    bottom: -55px;
}
.testimonial_list_style11.owl-carousel .owl-dot.active {
    background: #FF3C00;
}



/* animation */



.branding-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.branding-shape img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.finace-shape img {
    -webkit-animation: moveBounce 2.5s linear infinite;
    animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two {
  position: absolute !important;
  left: 0;
  top: 40%;
  z-index: -1;
}
.finace-shape-two img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape-three {
  position: absolute !important;
  left: 50%;
  top: 15%;
  z-index: -1;
}

.finace-shape-three img {
  -webkit-animation: moveLeftBounceright 2s linear infinite;
    animation: moveLeftBounceright 2s linear infinite;
}
@keyframes moveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.dance {
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
  }
}


.about-dance {
  -webkit-animation: about-dance 1.5s alternate infinite;
  animation: about-dance 1.5s alternate infinite;
}

@keyframes about-dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}




.finace-shape-about img {
  -webkit-animation: moveUpBounce 2s linear infinite;
    animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}







.finace-shape-border{
    position:relative;
    transition:0.5s;
}
.finace-shape-border:hover{
    left:-15px;
    transition:0.5s;
}


/* testimonial style 12 css */

.single_testimonial.style12 {
    position: relative;
    top: 0;
    margin: 0 -15px 0 -15px;
    padding: 0;
    background: #F1F2F3;
}
.single_testimonial.style12 .testi-single-thumb {
    align-items: center;
    float: left;
}
.single_testimonial.style12 .testi-single-thumb {
    float: left;
    margin-right: 28px;
    position: relative;
    margin-left: 0;
    display: inline-block;
    top: 0;
    background: #000;
    padding: 26px;
    z-index: 1;
}
.single_testimonial.style12 .testi_title h2 {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    font-family: 'Rubik';
}
.single_testimonial.style12 .testi_title span {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #FF3C00;
    margin: 0 5px 0 0;
    display: inline-block;
}
.single_testimonial.style12 .testi_content {
    text-align: left;
    line-height: 26px;
    padding: 25px 0 28px 0;
    margin: 0;
}
.single_testimonial.style12 .testi_text {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    font-style: italic;
    font-family: "Rubik";
}
.single_testimonial.style12 .author {
    border: 3px solid #FF3C00;
    border-radius: 50%;
    height: 78px;
    width: 78px;
}
.single_testimonial.style12 .testi_title {
    margin-top: 0;
}

.style-six.style-12 .section-title h3 {
    font-size: 36px;
}
.style-six.style-12 .section-title .title h2 {
    font-size: 36px;
}

.single_testimonial.style12 .testi-single-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/finace-shape-line.png');
    background-repeat: no-repeat;
    z-index:-1;
}



/* button style 14 */

.dit-button.style-14 a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 18px 49px 16px 49px;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-weight: 500;
    border-radius: 30px;
    overflow: hidden;
    font-family: 'Fira Sans';
}
.dit-button.style-14 a:hover {
    color: #fff;
}
.dit-button.style-14 a:before {
    position: absolute;
    content: "";
    background: rgb(255, 119, 119);
    height: 3px;
    width: 100%;
    transition: .5s;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 30px;
}
.dit-button.style-14 a:hover:before {
    height: 100%;
}


/* service box 27 */

.service-box.style-27 {
    background: #fff;
    padding: 35px 30px 30px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 10px 0;
    transition:0.5s;
}
.service-box.style-27:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: url("https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/finace-service-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition:0.5s;
}
.service-box.style-27:hover:before {
    width: 100%;
}
.service-box.style-27 .service-box-img {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service-box.style-27:hover .service-box-img img{
    filter: brightness(0)invert(1);
}



.service-box.style-27 .service-content h3 {
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    font-weight: 500;
    width: 85%;
    margin: 27px 0 20px 0;
    transition:0.5s;
}
.service-box.style-27:hover .service-content h3 {
    color: #fff;
}
.service-box.style-27 .service-number {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #FF3C00;
    transition:0.5s;
}
.service-box.style-27 .service-box-number {
    background: #FF3C00;
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 16px;
    transition:0.7s;
}
.service-box.style-27:hover .service-box-number {
    color: #FF3C00;
    background: #fff;
}
.service-box.style-27 .service-box-number::before {
    display:none;
}
.service-box.style-27 .service-bar {
    background: #E9E9E9;
    height: 2px;
    width: 100%;
    position: relative;
    border-radius: 30px;
    margin: 0 0 23px 0;
    transition:0.5s;
}
.service-box.style-27:hover .service-bar {
    background-color: rgba(255,255,255,0.2);
}
.service-box.style-27 .service-content p {
    font-size: 16px;
    line-height: 26px;
    color: #6d6d6d;
    font-weight: 400;
    font-family: "Rubik";
    transition:0.5s;
}
.service-box.style-27:hover .service-content p {
    color: #fff;
}
.service-box.style-27 .service-btn {
    margin-top: 26px;
}
.service-box.style-27 .service-btn a {
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(35,35,35,0.1);
    padding: 9px 20px 9px 20px;
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    text-align: center;
    font-family: "rubik";
    text-transform: inherit;
    transition:0.5s;
}
.service-box.style-27:hover .service-btn a {
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
}
.service-box.style-27 .service-btn a i {
    color: #ff3c00;
    font-size: 11px;
    transition:0.5s;
}
.service-box.style-27:hover .service-btn a i {
    color: #fff;
}


/* service animation */


.service-box.style-27 .service-bar:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: #FF3C00;
    color: #FF3C00;
    border-radius: 10%;
    -webkit-animation: Servive-MOVIE-BG 6s linear infinite alternate;
    -moz-animation: Servive-MOVIE-BG 6s linear infinite alternate;
    -o-animation: Servive-MOVIE-BG 6s linear infinite alternate;
    animation: Servive-MOVIE-BG 6s linear infinite alternate;
    opacity: 1;
    z-index: 1;
    transition:0.5s;
}
.service-box.style-27:hover .service-bar:before {
    color: #fff;
    background: #FFf;
}




@keyframes Servive-MOVIE-BG {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(170px);
            transform: translateX(170px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}


/* why choose Us rotate animation */ 

.finace-whychoose-rotateme {
  -webkit-animation-name: finace-whychoose-rotateme;
          animation-name: finace-whychoose-rotateme;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes finace-whychoose-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.finace-progress-css .elementor-title {
    position: relative;
    top: -9px;
}
.finace-progress-css .elementor-progress-percentage {
    margin-top: -26px;
    font-size: 16px;
}

/* single-counter style9 css */

.single-counter.style9 {
    background: #f4f4f4;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px 0 25px 0;
}
.single-counter.style9 .count.percent {
    font-size: 30px;
    line-height: 22px;
    color: #232323;
    font-weight: 600;
}
.single-counter.style9 .icon i {
    font-size: 45px;
    color: #ff3c00;
}
.single-counter.style9 h6 {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    margin: 0;
    padding: 8px 0 0 0;
}
.single-counter.style9 #counter {
    position: relative;
    z-index: 1;
    margin: 27px 0 0 0;
}
.single-counter.style9 .plus {
    color: #FF3C00;
    position: relative;
    top: -15px;
    line-height: 0;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
}
.single-counter.style9 .counter_icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: inherit;
    margin-right: 0;
}
.single-counter.style9.style10 .count.percent {
    display: none;
}
.single-counter.style9.style10 {
    background: inherit;
    padding: 48px 0 39px 0;
}
.single-counter.style9.style10 h6 {
    color: #fff;
}
.single-counter.style9.style10 #counter {
    position: relative;
    z-index: 1;
    margin: 7px 0 0 0;
}
.single-counter.style9.style11 {
    background: inherit;
}
.single-counter.style9.style11 .count.percent {
    color: #fff;
    font-size: 40px;
}
.single-counter.style9.style11 h6 {
    color: #9d9ea6;
}
.single-counter.style9.style11 .plus {
    font-size: 40px;
    top:2px;
}
.single-counter.style9.style11 #counter {
    margin: 0;
    right: 0;
    position: relative;
    display: inline-block;
    text-align: left;
}
.single-counter.style9.style11 {
    padding: 0;
    position: relative;
    right: 0;
    text-align: right;
}
.single-counter.style9.style11 .counter-box-thumb {
    display: none;
}


/* case study style11 css */

.style-nine.style11 .case-study-thumb {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.style-nine.style11 .case-study-thumb :before {
    content: "";
    position: absolute;
    height: 78px;
    width: 78px;
    background: url("https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/finace-case-hover-shape.png");
    top: -80px;
    right: -80px;
    transition:0.5s;
}
.style-nine.style11 .dreamit-single-cases-study:hover .case-study-thumb :before {
    top: 0;
    right: 0;
}
.style-nine.style11 .case_category {
    display: block;
    text-align: left;
}
.style-nine.style11 .em-cases-study-content:before {
    display:none;
}
.style-nine.style11 .em-cases-study-content {
    position: absolute;
    bottom: -140px;
    left: 0;
    right: inherit;
    width: 80%;
    z-index: 1;
    opacity: 1;
    padding: 27px 0 22px 30px;
    background-color: #fff;
    transition: 0.5s;
}
.style-nine.style11 .dreamit-single-cases-study:hover .em-cases-study-content {
    bottom: 30px;
    left: 0;
    width: 80%;
    right: inherit;
    margin: inherit;
}
.style-nine.style11 .em-cases-study-title h2 a {
    display: inline-block;
    padding: 11px 0 8px 0;
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    transition: 0.5s;
}
.style-nine.style11 .em-cases-study-title h2 a:hover {
    color: #ff3c00;
}
.style-nine.style11 .case_category span a {
    font-size: 16px;
    line-height: 22px;
    color: #ff3c00;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 30px;
}
.style-nine.style11 .case_category span a:before {
    background: #ff3c00;
    font-weight: 500;
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 9px;
    left: 0;
}
.style-nine.style11 .dreamit-single-cases-study:hover .em-cases-study-content {
    bottom: 30px;
    left: 0;
    width: 80%;
    right: inherit;
    margin: inherit;
}
.style-nine.style11 .btn-details a {
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
}
.style-nine.style11 .btn-details a {
    position: absolute;
    top: -25px;
    right: -25px;
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
}
.style-nine.style11 .btn-details a i {
    background: #ff3c00;
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    transform: rotate(0deg);
    margin: auto;
    display: inline-block;
    border:1px solid #ff3c00;
    transition:0.5s;
}
.style-nine.style11 .btn-details a:hover i {
    background: #fff;
    color: #ff3c00;
}
.style-nine.style11 .case-study-thumb::after {
    display:none;
}
.style-nine.style11 .case-study-thumb::before {
    display:none;
}
.style-nine.style11 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -93px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dit-button.style-14.style15 a {
    background: #232323;
}
.dit-button.style-14.style15 a:before {
    background: #7a7a7a;
}



/* testimonial style 13 css */


.single_testimonial.style13 {
    text-align: left;
    margin: 10px 0;
    transition:0.5s;
}
.single_testimonial.style13 .testi_content {
    background: #fff;
    padding: 42px 0 40px 32px;
    position: relative;
    z-index: 1;
}
.single_testimonial.style13 .testi_content:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 120px;
    background: url("https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/testi-img-bg.png");
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition:0.5s;
    z-index:-1;
}
.single_testimonial.style13:hover .testi_content:before {
    width:100%;
    height: 100%;
}
.single_testimonial.style13 .testi_content:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    left: 20px;
    bottom: -9px;
    transition: 0.5s;
    z-index: -9;
    transform: rotate(45deg);
}
.single_testimonial.style13:hover .testi_content:after {
    background: #FF3C00;
}
.single_testimonial.style13 .testi_text {
    width: inherit;
    margin: 0;
    padding: 0;
    font-style: inherit;
    font-size: 16px;
    line-height: 30px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    transition:0.5s;
}
.single_testimonial.style13:hover .testi_text {
    color: #fff;
}
.single_testimonial.style13 .em_reviews_rating {
    padding: 20px 0 0 0;
    position: relative;
}
.single_testimonial.style13 .em_reviews_rating:before {
    content: "";
    position: absolute;
    height: 28px;
    width: 38px;
    background: url("https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/testi-qu-shape.png");
    top: 20px;
    right: 30px;
    transition: 0.5s;
}
.single_testimonial.style13:hover .em_reviews_rating:before {
    filter: brightness(0)invert(1);
}
.single_testimonial.style13 .testi-star i.active {
    color: #FF3C00;
    font-size: 15px;
    margin: 0 1px;
    transition:0.5s;
}
.single_testimonial.style13:hover .testi-star i.active {
    color: #fff;
}
.single_testimonial.style13 .testi_title {
    margin: 0 0 0 15px;
}
.single_testimonial.style13 .testi_title h2 {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
.single_testimonial.style13 .testi_title span {
    display: block;
    padding-top: 5px;
    transition: .5s;
    font-size: 14px;
    line-height: 24px;
    color: #9d9ea6;
    font-weight: 400;
    font-family: "Rubik";
}
.single_testimonial.style13 .testi-single-thumb {
    display: flex;
    align-items: center;
    position: relative;
}
.single_testimonial.style13 .author img {
    height: 65px;
    width: 65px;
    line-height: 65px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    transition:0.5s;
}
.single_testimonial.style13:hover .author img {
    border: 3px solid #FF3C00;
}
.single_testimonial.style13 .testi-single-thumb:before {
    display:none;
}
.testimonial_list_style13.owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonial_list_style13.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
    display: none;
}
.testimonial_list_style13.owl-carousel  .owl-nav .owl-prev {
    right: auto;
    left: -50px;
    display: none;
}
.testimonial_list_style13.owl-carousel .owl-dots.disabled {
    display: block;
}
.testimonial_list_style13.owl-carousel .owl-dot {
    width: 30px;
    margin: 0 7px;
}
.testimonial_list_style13.owl-carousel .owl-dots {
    bottom: -65px;
}
.testimonial_list_style13.owl-carousel .owl-dot.active {
    background: #FF3C00;
}


/* Contact Finace Consultant css */

.form-area.contact-form.finace-consultant .form-control {
    height: 54px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: inherit ;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color:#fff;
}
.form-area.contact-form.finace-consultant .form-control::placeholder {
    opacity: 0.500;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}
.form-area.contact-form.finace-consultant textarea {
    height: 150px;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: inherit ;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    opacity: 0.500;
    color: #ffffff;
}
.form-area.contact-form.finace-consultant textarea ::placeholder {
    font-size: 15px;
    opacity: 0.500;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}
.form-area.contact-form.finace-consultant .form-control:focus{
    background: inherit !important;
    border-color: #FF3C00 !important;
    outline: 0;
    box-shadow: none !important;;
}
.form-area.contact-form.finace-consultant textarea:focus{
    background: inherit !important;
    border-color: #FF3C00 !important;
    outline: 0;
    box-shadow: none !important;;
}
.form-area.contact-form.finace-consultant .button {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 17px 49px 17px 49px;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-weight: 500;
    border-radius: 30px;
    overflow: hidden;
    font-family: 'Fira Sans';
    margin: 5px 0 0 0;
}
.form-area.contact-form.finace-consultant .button:hover {
    color: #fff;
    background: rgb(255, 119, 119);
}



/* video animation */


.single-video.style-three .video-icon a i{
	font-size: 20px;
}
.single-video.style-three .video-icon a {
    background: #FF3C00;
    height: 60px;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 15px;
    position: relative;
    top: inherit;
}
.single-video.style-three .video-icon a{
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white-color 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}
@-webkit-keyframes ripple-white-color {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


















/* footer animation */

.finace-footer-shape {
  -webkit-animation: footermoveLeftBounceright 2s linear infinite;
    animation: footermoveLeftBounceright 2s linear infinite;
}
@keyframes footermoveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.finace-footer-shape-up {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}



















