


.icon-box.style-13 .icon-box-icon {
    display: flex;
    align-items: center;
}

.icon-box.style-13 .title h2 {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 8px;
    margin-left: 13px;
}

.dit-button.style-seven a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 17px;
    padding: 15px 30px;
    transition: .5s;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}

.dit-button.style-seven i {
    margin-left: 5px;
}

.service-box-content.twenty-one{
    background-color: #fff;
    position: relative;
    padding: 35px 15px 10px 15px;
    border-radius: 5px;
    transition: .5s;
}

.service-box-content.twenty-one:hover{
    transition: .5s;
    background: transparent;
}
.service-box-content.twenty-one .service-box-title h2{
    margin: 5px 0 17px 0;
    font-size: 20px;
    padding: 0;
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box-content.twenty-one .service-box-icon i {
    transition: .5s;
    font-size: 45px;
}
.service-box-content.twenty-one:hover .service-box-icon i {
    transition: .5s;
    color: #fff;
}
.service-box-content.twenty-one:hover .service-box-title h2{
    transition: .5s;
    color: #ff3c00;
}

.service-box-content.twenty-one:hover .service-box-desc p{
    transition: .5s;
    color: #fff;
}
.service-box-content.twenty-one .service-box-desc p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 33px;
}
.service-box-content.twenty-one .service-btn > a {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-transform: uppercase;
    font-weight: 400;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ff3c00;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -15px;
}

.service-box-content.twenty-two {
    padding: 38px 10px 50px 10px;
    border-radius: 5px;
    transition: .5s;
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/Consen-2vb.jpg');
}
.service-box-content.twenty-two:hover {
    padding: 38px 10px 50px 10px;
    border-radius: 5px;
    transition: .5s;
    background: none;
}
.service-box-content.twenty-two .service-box-icon i {
    margin-bottom: 26px;
    display: inline-block;
    color: #FF3C00;
    font-size: 45px;
    transition: .5s;
}

.service-box-content.twenty-two .service-box-title h2 {
    margin: 0 0 21px 0;
    font-size: 22px;
    padding: 0;
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service-box-content.twenty-two:hover .service-box-title h2{
    color: #FF3C00;
    transition: .5s;
}

.service-box-content.twenty-two:hover .service-box-desc p,
.service-box-content.twenty-two:hover .service-box-icon i{
    color: #fff;
    transition: .5s;
}

.service-box-content.twenty-two .service-box-desc p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
}
.service-box-content.twenty-two .service-btn > a {
    color: #232321;
    font-size: 17px;
    border: 1px solid#232321;
    padding: 15px 26px 15px;
    text-transform: capitalize;
    transition: .5s;
    background: transparent;
}
.service-box-content.twenty-two:hover .service-btn > a {
    background: #FF3D00;
    color: #fff;
    border-color: #FF3D00;
    transition: .5s;
}

.style8 .itsoft-single-cases-study .em-cases-study-content {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    text-align: left;
    background: #0a0a1d;
    /* margin: auto; */
    padding: 30px 35px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    width: 100%;
    opacity: 0;
    border-bottom: 4px solid #FF3C00;
    border-radius: 0px 0px 7px 7px;
}

.style8 .owl-item:nth-child(odd) {
    margin-top: 20px;
}

.style8 .itsoft-single-cases-study .case-study-thumb{
    position: relative;
}
.style8 .itsoft-single-cases-study .case-study-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.75); */
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,0,0,.7));
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.style8 .itsoft-single-cases-study .case-study-thumb img{
    width: 100%;
}

.style8 .itsoft-single-cases-study .em-cases-study-title h2 a {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    line-height: 1.4;
}
.style8 .itsoft-single-cases-study .case_category span{
    position: relative;
    padding-left: 50px;
}

.style8 .itsoft-single-cases-study .case_category span::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    background-color: #fff;
    height: 1px;
    width: 45px;  
}

.style8 .itsoft-single-cases-study .case-study-thumb::after {
    display: none;
}

.my-accordion.style3 li a.active::after {
    content: "\f068";
    right: 31px;
    top: 18px;
    color: #fff;
    z-index: 99999;
}

ul.my-accordion.style3 li a {
    position: relative;
    display: block;
    font-size: 17px;
    outline: 0;
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: #0a0a1d;
    transition: .3s;
    margin-left: 0;
    /* border: 1px solid#626065; */
    padding: 14px 20px 14px 52px;
    border-radius: 5px;
    background-color: #f7f7f7;
}

ul.my-accordion.style3 li a.active {
    border-radius: 5px;
}
.my-accordion.style3 li a.active::before {
    width: 30px;
    right: 20px;
    height: 30px;
    /* background: #fff; */
    top: 12px;
    background: transparent;
}
.my-accordion.style3 li a::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 12px;
    width: 29px;
    height: 29px;
    /* line-height: 33px; */
    /* border-radius: 50%; */
    background: transparent;
    box-shadow: none;
    border: none; 
}

.my-accordion.style3 li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 12px;
    color: #0a0a1d;
}

.my-accordion.style3 p {
    display: none;
    /* margin: 8px 0 11px 21px; */
    padding: 24px 25px 24px;
    line-height: 28px;
    color: #0a0a1d;
    opacity: 0.7;
    background-color: #f7f7f7;
    margin: 0px;
}


.team.style8 .team-content {
    padding: 28px 20px 25px;
    text-align: center;
    border-bottom: 3px solid #FF3C00;
    position: relative;
    margin-bottom: -3px;
}

.team.style8 .team-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/Consen-fec2.jpg);
    transition: .5s;
}

.team.style8 .team-content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: rgba(10, 10, 29, .8);
    transition: .5s;
    /*z-index: -1;*/
}

.team.style8:hover .team-content:after {
    width: 100%;
}

.team.style8 .bio {
    position: relative;
    z-index: 9;
}
.team.style8 .team-content h2 {
    font-size: 20px;
    color: #0a0a1d;
    font-weight: 600;
    transition: .5s;
}

.team.style8 .team-content h5 {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    margin-top: 10px;
    margin: 0;
    transition: .5s;
}

.team.style8:hover .team-content h2,
.team.style8:hover .team-content h5{
    transition: .5s;
    color: #fff;
}
.team.style8 .image{
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.team.style8 .image:before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s;
    background: linear-gradient(0deg, rgba(255, 59, 0, 0.802) 0%,     rgba(255, 59, 0, 0.802) 10%, rgba(255, 59, 0, 0) 60%, rgba(255, 59, 0, 0) 40%);
}

.team.style8:hover .image:before{
    opacity: 1;
    bottom: 0;
}
.team.style8 .image .social-icon {
    position: absolute;
    bottom: -50%;
    right: 16px;
    margin: auto;
    transition: .5s;
    z-index: 999;
}

.team.style8:hover .image .social-icon {
    bottom: 23px;
}

.team.style8 .image .social-icon li i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0a0a1d;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    margin: 5px;
}

.team.style8 .image .social-icon li {
    list-style: none;
}

.team.style8 .image .social-icon li:nth-child(2) i {
    background: #FB3C00;
}

.team.style8 .team-content .share-icon {
    position: relative;
    display: block;
}
.team.style8 .team-content .share-icon span {
    display: block;
    position: absolute;
    top: -44px;
    right: 3px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    /* border: 4px solid #fff; */
    z-index: 3;
    background: #FB3C00;
    color: #fff;
    transition: .5s;
}

.team.style8:hover .team-content .share-icon span{
    background: #fff;
    color: #e9455a;
    transition: .5s;
}

.rubik .blog_style_five .itsoft-blog-readmore a {
    font-family: "Rubik",Sans-serif;
}

.rubik .blog-page-title_adn a {
    font-weight: 500;
    font-size: 20px;
}

.rubik ul.post-categories {
    display: none;
}


.home06 .mc4wp-form-fields input, .mc4wp-form-fields textarea {
    font-size: 14px;
    height: 63px;
    padding: 5px 15px;
    width: 100%;
    background: #041c39;
    border: 0;
    margin: auto;
    border: 0;
    border-radius: 3px;
    color: #fff;
}

.home06 .mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus {
    outline: 0;
    box-shadow: #00142C;
    border-color: #00142C;
    box-shadow: inset 0 1px 1px rgba(0, 20, 44, .075), 0 0 8px rgba(0, 20, 44, .6);
}

.home06 input[type="email"]::placeholder {
    color: #fff;
}

.home06 .mc4wp-form-fields button {
    height: 100%;
    position: absolute;
    right: 6px;
    top: 0px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #f9664b, #ffcc30);
}

.home06 .mc4wp-form-fields button:hover {
    background: linear-gradient(-90deg, #ff783c, #feb835);
}

.service-box.style23 {
    display: flex;
    align-items: center;
    position: relative;
}

.service-box.style23 .service-box-img {
    margin-right: 30px;
}

.service-box.style23 .service-content h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.service-box.style23 .service-content p {
    color: #b1b5d3;
    margin-bottom: 0;
}

.service-box.style23 .service-btn {
    margin: 0;
    position: absolute;
    right: 75px;
}

.service-box.style23 .service-btn > a i {
    font-size: 35px;
    color: #fff;
}

.service-box.style23 .service-btn > a{
    position: relative;
}

.service-box.style23 .service-btn > a::after {
    position: absolute;
    left: -41px;
    content: "";
    border: 1px solid #293e57;
    height: 85%;
    width: 59px;
    border-radius: 5px;
    top: 2px;
}

.dit-button.style-eleven a {
    display: inline-block;
    background: #01213f;
    color: #fff;
    padding: 19px 40px 20px 28px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    position: relative;
    transition: .5s;
    border-radius: 5px;
    height: 100px;
    z-index: 1;
}

.dit-button.style-eleven i {
    font-size: 16px;
    color: #d1683d;
    transform: rotate(30deg);
    position: absolute;
    right: 20px;
    bottom: 15px;
    background: transparent;
    transition: none;
}

.dit-button.style-eleven a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    background: linear-gradient(90deg, #ff783c, #feb835);
    border-radius: 7px;
}

.dit-button.style-eleven a:hover::before{
    width: 100%;
    transition: .5s;
}


.home06 .section-title.t_center p {
    width: 60%;
    margin: 18px auto 0;
}

.service-box.style-twenty-four {
    padding: 0 35px 44px;
    text-align: center;
    position: relative;
    background: #011936;
    transition: .5s;
    border: none;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.service-box.style-twenty-four .service-box-title h2 {
    margin: 25px 0 20px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.service-box.style-twenty-four .service-box-desc p {
    color: #b1b5d3;
    margin-bottom: 32px;
}

.service-box.style-twenty-four .service-btn a {
    padding: 15px 20px;
    background: linear-gradient(90deg, #ff783c, #feb835);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
}

.service-box.style-twenty-four .service-btn a:hover {
    background: linear-gradient(-90deg, #ff783c, #feb835);
    color: #fff;
}


.single-counter.style6 {
    text-align: center;
}

.single-counter.style6 .icon i {
    display: inline-block;
    margin-bottom: 21px;
    font-size: 30px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(90deg, #ff783c, #feb835);
    border-radius: 50%;
    color: #fff;
}

.single-counter.style6 span.count.percent {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.single-counter.style6 span.plus {
    color: #ff783c;
    font-size: 34px;
}

.single-counter.style6 h6 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 9px;
}

.single-counter.style6 span{
    margin-bottom: 21px;
}

.icon-box.d-flex.style-sixteen .icon-box-icon .icon i {
    font-size: 12px;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background: linear-gradient(90deg, #ff783c, #feb835);
    border-radius: 50%;
}

.icon-box.d-flex.style-sixteen .icon-box-content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    /* margin-bottom: 15px; */
    margin-left: 16px;
}


.Home06 .dit-button.style5 a {
    padding: 15px 20px;
    background: linear-gradient(90deg, #ff783c, #feb835);
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    font-weight: 400;
}

.Home06 .dit-button.style5 a:hover {
    background: linear-gradient(-90deg, #ff783c, #feb835);
}

.Home06 .service-box.style19 {
    border: none;
    border-radius: 10px;
    background: #011936;
    padding: 38px 25px 30px;
    transition: .5s;
}

.Home06 .service-box.style19:hover .service-box-img {
    transform: rotate3d(20, 15, 20, 360deg);
    transition: .5s;
}

.Home06 .service-box.style19 .service-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 22px 0 18px;
}

.Home06 .service-box.style19 .service-content p {
    color: #b1b5d3;
    margin-bottom: 20px;
}

.Home06 .service-box.style19 .service-btn a {
    color: #ff783c;
    text-transform: uppercase;
    border: none;
    transition: .5s;
    margin-top: 0px;
}

.Home06 .service-box.style19 .service-btn a:hover {
    letter-spacing: 1px;
    background: transparent;
    transition: .5s;
}
.Home06 .service-box.style19:hover .service-btn a{
    background: transparent;
    transition: .5s;
}

.Home066 .Home06 .service-box.style19 {
    border: none;
    border-radius: 10px;
    background: #011936;
    padding: 0px 10px 30px 0px;
    transition: .5s;
}


.Home066 .Home06 .service-box.style19:hover .service-box-img {
    transform: none;
    transition: .5s;
}

.Home066 .Home06 .service-box.style19 .service-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 22px 29px 18px 0px;
}

.Home06 .style-nine .section-title h5 {
    font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    margin: 0 0 0px 0;
}


.blog_style.eight .itsoft-single-blog_adn {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #021c3b;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
     padding: 0px; 
}

.blog_style.eight .itsoft-blog-thumb_adn{
    position: relative;
    transition: .5s;
}
.blog_style.eight .itsoft-blog-thumb_adn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(2, 28, 59, 0.5);
    z-index: 1;
    transition: .5s;
}

.blog_style.eight .itsoft-single-blog_adn:hover .itsoft-blog-thumb_adn::before {
    opacity: 0;
    transition: .5s;
}

.blog_style.eight .em-blog-content-area_adn {
    padding: 25px 28px 30px;
    text-align: left;
    position: relative;
}

.blog_style.eight span {
    color: #737a96;
}

.blog_style.eight .blog-page-title_adn h2 {
    font-size: 20px;
    margin: 17px 0 7px;
    line-height: 1.2;
}

.blog_style.eight .blog-page-title_adn a {
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.blog_style.eight .blog-content_adn p {
    margin: 16px 0 15px;
    color: #b1b5d3;
}

.blog_style.eight .itsoft-blog-readmore a {
    /* padding: 13px 0px 0px; */
    display: inline-block;
    font-weight: 400;
    border-radius: 3px;
    transition: .3s;
    color: #ff783c;
    text-transform: uppercase;
    margin-top: 14px;
    padding: 0px;
}

.home06 .style7 .section-title h5 {
    font-size: 15px;
    line-height: 28px;
    color: #ff3c00;
    font-weight: 500;
    font-family: "Poppins";
    margin: 0 0 15px 0px;
}

.Home66 .home06 .mc4wp-form-fields input, .mc4wp-form-fields textarea {
    font-size: 14px;
    height: 68px;
    padding: 5px 15px;
    width: 100%;
    background: #fff;
    border: 0;
    margin: auto;
    border: 0;
    border-radius: 6px;
    color: #afaeae;
}

.Home66 .home06 input[type="email"]::placeholder {
    color: #afaeae;
}

.Home66 .home06 .mc4wp-form-fields button {
    height: 85%;
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #f9664b, #ffcc30);
}

.Home66 .home06 .mc4wp-form-fields button:hover {
    background: linear-gradient(-90deg, #ff783c, #feb835);
}

.icon-box.style-seventeen .icon-top {
    display: flex;
    align-items: center;
}

.icon-box.style-seventeen .icon-box-icon .icon i {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    transition: 0.5s;
    background-color: #fe3c00;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
}

.icon-box.style-seventeen .title h2 {
    font-size: 20px;
    font-weight: 500;
    margin-left: 30px;
    position: relative;
    padding-top: 5px;
}

.icon-box.style-seventeen .title h2:before {
    position: absolute;
    content: "";
    left: -9px;
    top: -3px;
    width: 69px;
    height: 2px;
    background: #ff3c00;
    transition: .5s;
}
.icon-box.style-seventeen .title h2:after {
    position: absolute;
    content: "";
    left: -10px;
    top: -3px;
    height: 66px;
    width: 2px;
    background: #ff3c00;
    transition: .5s;
}

.icon-box.style-seventeen .icon-box-content .description p {
    margin: 25px 0px 0px;
    font-family: Rubik !important;
    transition: .5s;
    color: #686868;
    font-size: 16px;
}

.icon-box.style-seventeen {
    padding: 40px 30px 34px 40px;
    background-color: #ffffff;
    border-radius: 10px;
    filter: drop-shadow(0 0 25px rgba(241,229,225,0.45));
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.icon-box.style-seventeen::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 1, 101% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: top right;
    background: #ff3c00;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    height: 100%;
    border-radius: 5px;
}

.icon-box.style-seventeen:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 1, 0% 100%, 101% 100%);
    transform: scale(0);
    transform-origin: bottom left;
    background: #ff3c00;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    border-radius: 5px;
}

.icon-box.style-seventeen:hover:before {
    transform: scale(1);
}

.icon-box.style-seventeen:hover:after {
    transform: scale(1);
}

.icon-box.style-seventeen:hover .title h2,
.icon-box.style-seventeen:hover .icon-box-content .description p{
    color: #fff;
}

.icon-box.style-seventeen:hover .title h2:before,
.icon-box.style-seventeen:hover .title h2:after,
.icon-box.style-seventeen:hover .icon-box-icon .icon i{
    background: #fff;
}

.icon-box.style-seventeen:hover .icon-box-icon .icon i{
    color: #ff3c00;
}

.style-11 .section-title h5 {
    color: #FF3C00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin: 0 0 23px 34px;
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.style-11 .section-title h5:before {
    position: absolute;
    content: "";
    left: -31px;
    top: 0px;
    background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/section.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.style-11 .section-title h5:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 100%;
    background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/section.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.style-11 .section-title .title h3, .section-title .title h2{
    font-size: 45px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
}

.style-11 .section-title.t_left p {
    margin-top: 7px;
    margin-bottom: 0;
    width: 100%;
    margin: auto;
    margin-top: 32px;
}

.Home07 .icon-box.style-seventeen .title h2:before{
    display:none;
}

.Home07 .icon-box.style-seventeen .title h2:after{
    display:none;
}

.Home07 .icon-box.style-seventeen .icon-box-icon .img-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    background-color: #f7f0ed;
    display: inline-block;
}

.Home07 .icon-box.style-seventeen{
    padding: 0px 0px 0px 0px;
    background: transparent;
    border-radius: 10px;
    filter: drop-shadow(0 0 25px rgba(241,229,225,0.45));
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.Home07 .icon-box.style-seventeen .title h2 {
    font-size: 24px;
    font-weight: 500;
    margin-left: 15px;
    position: relative;
    padding-top: 5px;
}

.Home07 .icon-box.style-seventeen::before {
   display:none;
}

.Home07 .icon-box.style-seventeen::after {
   display:none;
}

.Home07 .icon-box.style-seventeen:hover .title h2,
.Home07 .icon-box.style-seventeen:hover .icon-box-content .description p {
    color: #232323;
}

.Home07 .icon-box.style-seventeen .icon-box-content .description p {
    margin: 14px 0px 0px;
    transition: .5s;
    color: #686868;
    font-size: 16px;
}

.dit-button.style-thirteen a {
    background: #FB3C00;
    color: #fff;
    font-size: 17px;
    padding: 15px 30px;
    transition: .5s;
    z-index: 1;
    border-radius: 30px;
    position: relative;
}

.dit-button.style-thirteen a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    background: transparent;
    transition: .7s;
    z-index: -1;
    height: 100%;
    border-radius: 31px;
    border: 1px solid #FB3C00;
}

.dit-button.style-thirteen a:hover:before{
    top: 0px;
    left: 0px;
    transition: .7s;
}
.service-box-content.twenty-six .single-service {
    background-color: #fff;
    padding: 40px 33px 40px 33px;
    border-radius: 10px;
    transition: 0.5s;
}

.service-box-content.twenty-six .single-service:hover .service-box-desc p,
.service-box-content.twenty-six .single-service:hover .service-box-title h2{
    color: #fff;
    transition: 0.5s;
}

.service-box-content.twenty-six .single-service:hover{
    background-color: transparent;
    transition: 0.5s;
}
.service-box-content.twenty-six .service-top-text {
    display: flex;
    align-items: center;
}

.service-box-content.twenty-six .service-box-icon i{
    display: inline-block;
    font-size: 35px;
    color: #ff3c00;
    transition: 0.5s;
    background-color: #f5eeec;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
}

.service-box-content.twenty-six .service-box-title h2{
    margin: 0 0 20px 20px;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 500;
}

.service-box-content.twenty-six .slid_bar {
    padding: 15px 0 25px;
}


.service-box-content.twenty-six .service-bar {
    background: #E9E9E9;
    height: 2px;
    width: 100%;
    position: relative;
    border-radius: 30px;
    margin: 16px 0 23px 0;
    transition: 0.5s;
}

.service-box-content.twenty-six .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-content.twenty-six .bg-bar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    border-radius: 50%;
    background: #ff3c00;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: mh-hassan;
    animation-name: mh-hassan;
}

.service-box-content.twenty-six .service-btn a {
    padding: 12px 25px 12px 30px;
    font-size: 16px;
    font-family: 'Fira Sans';
    border-radius: 22px;
    background-color: #ffffff;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 21px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    transition: .5s;
}

.single_pricing.five{
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/pric-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    border-radius: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    box-shadow: none;
}

.single_pricing.five .pricing_top_bar {
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/prc-hd.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 56px 40px 29px;
    border-radius: 5px 5px 0 0;
    position: relative;
    border-radius: 9px;
    z-index: 1;
}

.single_pricing.five .pricing_top_bar:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/prc-hd2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(0.0, 1);
    border-radius: 9px;
    transition: .5s;
}

.single_pricing.five:hover .pricing_top_bar:before {
    transform: scale(1);
}

.single_pricing.five .pricing_top_bar .pricing_title h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 11px;
    color: #fff;
    background-color: #1a161e;
    display: inline-block;
    padding: 5px 17px;
    border-radius: 30px;
    transition: .5s;
}
.single_pricing.five:hover .pricing_top_bar .pricing_title h3 {
    background-color: #ec3902;
    transition: .5s;

}

.single_pricing.five .price_item_inner .price_item_inner_center .curencyp {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #fff !important;
}

.single_pricing.five .price_item_inner .price_item_inner_center span {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
}

.single_pricing.five .price_item_inner .price_item_inner_center .monthp .bootmp {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    color: #fff !important;
}

.single_pricing.five .pricing_content .pricing_body {
    padding: 25px 45px 39px;
}

.single_pricing.five .pricing_content .pricing_body ul li i {
    margin-right: 10px;
    color: #ff3c00;
}

.single_pricing.five .pricing_content .pricing_body .order_now a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding: 13px 37px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #FF3C00;
    border: 1px solid #FF3C00;
    border-radius: 30px;
    margin-top: 8px;
}

.single_pricing.five:hover .pricing_content .pricing_body .order_now a{
    color: #fff;
    transition: .5s;
}

.single_counter.style-8 .counter_title .counter_title h4 {
    text-transform: capitalize;
    font-size: 17px;
    color: #686868;
}

.single_counter.style-8 .countr_text > h1 {
    font-size: 50px;
    display: inline-block;
    font-weight: 500;
    margin: 0;
}

.single_counter.style-8 .countr_text > h3 {
    font-size: 50px;
    display: inline-block;
    font-weight: 500;
    margin: 0;
}

.blog_style_adn_2.style10 .single_case_study .itsoft-single-cases-study .em-cases-study-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    background: #fff;
    /* margin: auto; */
    padding: 16px 30px 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    width: 100%;
}


.blog_style_adn_2.style10 .single_case_study .case-study-thumb::before {
    display:none;
}

.blog_style_adn_2.style10 .single_case_study .case-study-thumb::after {
    display:none;
}

.blog_style_adn_2.style10 .single_case_study .case-study-thumb img{
    width: 100%;
}

.blog_style_adn_2.style10 .single_case_study .em-cases-study-content .em-cases-study-title h2 a{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    color: #0a060e;
}

.blog_style_adn_2.style10 .single_case_study .em-cases-study-content .em-cases-study-title h2 {
    line-height: 1.5;
    margin: 4px 6px 5px 0px;
}

.blog_style_adn_2.style10 .single_case_study .em-cases-study-content .case_category span {
    color: #ff3c00;
}

.blog_style_adn_2.style10 .single_case_study .em-cases-study-content i {
    transform: rotate(-30deg);
    position: absolute;
    right: 40px;
    top: 37%;
    font-size: 24px;
    color: #ff3c00;
}



/* service box 28 */

.service-box.style-28 {
    background: #fff;
    padding: 35px 30px 30px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 20px 10px 20px;
    transition:0.5s;
    border-radius: 9px;
}
.service-box.style-28:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: red;
    z-index: -1;
    transition:0.5s;
}
.service-box.style-28:hover:before {
    width: 100%;
}


.service-box.style-28 .service-box-icon i {
    font-size: 47px;
}
.service-box.style-28:hover .service-box-icon i {
    color: #fff;
    transition: 0.5s;
}
.service-box.style-28 .service-content h3 {
    font-size: 22px;
    line-height: 26px;
    color: #232323;
    font-weight: 500;
    /* width: 85%; */
    margin: 13px 0 20px 0;
    transition: 0.5s;
}
.service-box.style-28:hover .service-content h3 {
    color: #fff;
}
.service-box.style-28 .service-number {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    background: #FF3C00;
    transition:0.5s;
    border-radius: 0px 0px 0px 9px;
}
.service-box.style-28 .service-box-number {
    background: #FF3C00;
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 16px;
    transition:0.7s;
    border-radius: 0px 0px 0px 9px;
    
}
.service-box.style-28:hover .service-box-number {
    color: #FF3C00;
    background: #fff;
    border-radius: 0px 0px 0px 9px;
}
.service-box.style-28 .service-box-number::before {
    display:none;
}

.service-box.style-28:hover .service-bar {
    background-color: rgba(255,255,255,0.2);
}
.service-box.style-28 .service-content p {
    font-size: 16px;
    line-height: 26px;
    color: #6d6d6d;
    font-weight: 400;
    font-family: "Rubik";
    transition:0.5s;
}
.service-box.style-28:hover .service-content p {
    color: #fff;
}
.service-box.style-28 .service-btn {
    margin-top: 26px;
}
.service-box.style-28 .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-28:hover .service-btn a {
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
}
.service-box.style-28 .service-btn a i {
    color: #ff3c00;
    font-size: 11px;
    transition:0.5s;
}
.service-box.style-28:hover .service-btn a i {
    color: #fff;
}



.blog_style_nine .single_blog_adn{
    position:relative;
    z-index: 1;
    transition: .5s;
}
.blog_style_nine .single_blog_adn:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 10px;
    height: 100%;
    width: 0;
    background: #FF3C00;
    border-radius: 15px;
    transition: .5s;
}

.blog_style_nine .single_blog_adn:hover:before {
    left: 8px;
    width: 96%;
}

.blog_style_nine .single_blog_adn:hover .itsoft-blog-meta-name,
.blog_style_nine .single_blog_adn:hover .itsoft-blog-readmore a,
.blog_style_nine .single_blog_adn:hover .blog-page-title a{
    color: #fff;
    transition: .5s;
}

.blog_style_nine .single_blog_adn:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: url('https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/Home-1ddd.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: .5s;
}

.blog_style_nine .single_blog_adn:hover:after {
    left: 0;
    width: 100%;
    transition: .5s;
}

.blog_style_nine .single_blog_adn:hover .itsoft-single-blog_adn{
    background: transparent;
    transition: .5s;
}

.blog_style_nine .single_blog_adn .itsoft-single-blog_adn {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 25px 35px 15px 15px;
    border-radius: 9px;
}

.blog_style_nine .single_blog_adn .top-content {
    display: flex;
    align-items: center;
}


.blog_style_nine .single_blog_adn .top-content .user_thumb img {
    width: 56%;
    border-radius: 30px;
}

.blog_style_nine .single_blog_adn .post-categories li {
    list-style: none;
    display: inline-block;
}

.blog_style_nine .single_blog_adn .post-categories li a {
    display: inline-block;
    background: #FF3C00;
    padding: 6px 16px;
    line-height: 19px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 1px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog_style_nine .single_blog_adn .em-blog-content-area_adn {
    padding: 21px 18px 15px;
    text-align: left;
    position: relative;
}

.blog_style_nine .single_blog_adn .itsoft-blog-meta-name a {
    color: #ff3c00;
}

.blog_style_nine .single_blog_adn .itsoft-blog-meta-name {
    margin-top: 15px;
}

.blog_style_nine .single_blog_adn .itsoft-blog-readmore a {
    padding: 0px; 
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    color: #616161;
}

.blog_style_nine .single_blog_adn:hover .itsoft-blog-readmore a {
    color: #FF3C00;
    transition: .5s;
}
.blog_style_nine .single_blog_adn .blog-page-title > h2 {
    margin-bottom: 25px;
    margin-top: 35px;
}


















































/* 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);
  }
}








