


.banner-shape-rotateme {
    -webkit-animation-name: banner-shape-rotateme;
    animation-name: banner-shape-rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes banner-shape-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/*   service box style 2 css start   */

.service-box.style2 {
    padding: 45px 45px 45px 45px;
    background: #071518;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style2 .single-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}
.service-box.style2 .single-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: "";
    -webkit-transition: all .10s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
}

.service-box.style2:hover .single-image::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
}
.service-box.style2 .service-box-icon {
    position: absolute;
    bottom: 6%;
    right: 5%;
    background: #081619;
    padding: 17px 16px 17px;
    transition: .5s;
}
.service-box.style2:hover .service-box-icon {
    background: #CBA672;
}
.service-box.style2 .service-box-icon img {
    width: inherit;
    filter: brightness(1) invert(0);
    transition: .5s;
}
.service-box.style2:hover .service-box-icon img {
    filter: brightness(0) invert(0);
}
.service-box.style2 .service-box-title h3 {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 37px 0 11px;
    transition: .5s;
}
.service-box.style2:hover .service-box-title h3 {
    color: #CBA672;
}
.service-box.style2 .content p {
    font-size: 16px;
    line-height: 30px;
    color: #b4b4b4;
    font-weight: 400;
    text-align: left;
    transition: 0.5s;
    margin-bottom: 0;
}
.service-box.style2:hover .content p {
    color: #fff;
}
.service-box.style2 .service-btn a:before {
    display:none;
}
.service-box.style2 .service-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.service-box.style2 .service-btn:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 12px;
    left: 35px;
    width: 30px;
    height: 2px;
    background: #0b59db;
    transition: .5s;
}
.service-box.style2:hover .service-btn:after {
    left: -15px;
    background: #ffffff;
    width: 20px;
}
.service-box.style2 .service-btn a {
    padding: 0 0 0 12px;
    border-radius: 0;
    background-color: inherit;
    color: #232323;
    display: inline-block;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito";
    border: none;
}
.service-box.style2:hover .service-btn a {
    color: #fff;
    opacity: 1;
    border: none;
}

/*   about css start   */

.about-exprnc-shape-html {
    background: #0B59DB;
    padding: 27px 36px 23px 36px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-exprnc-shape-html:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 122px;
    background: #1164ED;
    transition: .5s;
    border-radius: 0 0 80px 80px;
}
.about-exprnc-shape-html h1 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 10px 0;
}
.about-exprnc-shape-html h1:before {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .5s;
}
.about-exprnc-shape-html h4 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    padding: 20px 0 0 0;
}

/*section title two css start*/

.section-title.style2 {
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: center;
}
.section-title.style2 .subtitle {
    font-size: 16px;
    color: #cba673;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 21px;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 17px;
}
.section-title.style2 .subtitle::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2025/01/sub-shape.png);
    background-repeat: no-repeat;
    left: 0;
    top: -4px;
}
.section-title.style2 h3 {
    color: #ffff;
    line-height: 68px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 60px;
}
.section-title.style2 h2 {
    font-size: 42px;
    color: #041424;
    font-weight: 700;
    margin: 4px 0 0 0;
}
.section-title.style2 .description {
    margin: 10px 0 0;
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
}

/* Line Css */

.title-lines .section-title.style2{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.title-lines .section-title.style2::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #DBE0E7;
    overflow: hidden;
}
.title-lines .section-title.style2::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 35px;
    bottom: 0;
    left: 0;
    background: #CBA672;
    -webkit-animation: moveLeftRight 20s linear infinite;
    animation: moveLeftRight 20s linear infinite;
    overflow: hidden;
}
@-webkit-keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*       icon-box.style2 css start       */

.icon-box.style-two {
    display: flex;
    align-items: center;
    padding: 0px 0 0 0;
}

.icon-box.style-two .icon-box-content h2 {
    font-size: 22px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 500;
}
.icon-box.style-two .icon-box-content .description p {
    font-size: 14px;
    line-height: 0;
    color: #b4b4b4;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
}

/*       button.style4 css start       */

.dreamit-button.style4 .dreamit-button a {
    padding: 13px 22px 13px 22px;
    background: #CBA672;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #CBA672;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Nunito";
}
.dreamit-button.style4 .dreamit-button a:hover {
    color: #CBA672;
}
.dreamit-button.style4 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 3px;
    transition: .5s;
}
.dreamit-button.style4 .dreamit-button a:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button.style4 .dreamit-button a i {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #CBA672;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: .5s;
    font-weight: 700;
}
.dreamit-button.style4 .dreamit-button a:hover i {
    background: #CBA672;
    color: #fff;
}

/*       service box css start       */

.service-box.style3 {
    padding: 32px 32px 35px;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2025/01/service-bg2.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-align: center;
}
.service-box.style3::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2025/01/service-bg02.png);
    background-repeat: no-repeat;
    transition: .4s;
    z-index: -1;
    border-radius: 0px;
}
.service-box.style3:hover::before {
    height: 100%;
}

.service-box.style3 .service-box-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.service-box.style3 .service-box-title h3 {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    margin: 6px 0 5px 0;
    transition: .5s;
}
.service-box.style3:hover .service-box-title h3 {
    color: #071417;
}
.service-box.style3 p.description {
    font-size: 16px;
    line-height: 28px;
    color: #b4b4b4;
    font-weight: 400;
    transition: .5s;
    padding: 8px 0 10px;
}
.service-box.style3:hover p.description {
    color: #071417;
}
.service-box.style3 .service-btn a {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    transition: .5s;
}
.service-box.style3:hover .service-btn a {
    color: #071417;
}
.service-box.style3 .service-btn a i {
    font-size: 16px;
    font-weight: 700;
    transition: .4s;
    margin-left: 8px;
}


/*       team style 3 css start       */

.team.style3 {
    position: relative;
    z-index: 1;
    line-height: 0;
    transition:0.5s;
}
.team.style3 .image img {
    width: 100%;
}
.team.style3 .team-content {
    position: relative;
    padding: 15px 0 15px 0;
    border-radius: 0 0 5px 5px;
    filter: drop-shadow(0px 10px 10px rgba(207,218,235,0.2));
    background: #fff;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2023/12/it-solution-team-content-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 0;
    transition:0.5s;
}
.team.style3:hover .team-content {
    margin: -35px 0 0 0;
}
.team.style3 .team-content:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2023/12/team-shape-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
    transition: .5s;
    height:0;
    width:100%;
}
.team.style3:hover .team-content:before {
    height:100%;
}
.team.style3 .bio {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 0;
    /* transform: perspective(500px)rotateX(90deg); */
    /* -webkit-transition: all 400ms linear 0ms; */
    /* transition: all 400ms linear 0ms; */
}
.team.style3 .bio h2 {
    font-size: 24px;
    color: #041424;
    font-weight: 600;
    text-align: center;
    transition: .5s;
}
.team.style3:hover .bio h2 {
    color:#fff;
}
.team.style3 .team-content h5 {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    text-align: center;
    margin: 4px 0 0 0;
    transition: .5s;
}
.team.style3:hover .team-content h5 {
    color:#fff;
}
.team.style3 .social-icon {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 6px 0 0;
    transition: 0.5s;
    opacity: 0;
}
.team.style3:hover .social-icon {
    padding: 14px 0 24px;
    opacity: 1;
}
.team.style3 .social-icon li {
    display: inline-block;
    list-style: none;
}
.team.style3 ul.social-icon li a {
    text-align: center;
    display: inline-block;
    color: #0B59DB;
    font-size: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 8px 0 8px;
    transition: .3s;
}
.team.style3:hover ul.social-icon li a {
    color:#fff;
}
.team.style3 .team-share-icon {
    text-align: center;
}
.team.style3 .team-share-icon i {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #0B59DB;
    border-radius: 100%;
    display: inline-block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    transition: .4s;
}
.team.style3:hover .team-share-icon i {
    color: #0B59DB;
    background: #fff;
    cursor: pointer;
}

/*   counter section style three   */

.single-counter.style_three {
    text-align: center;
}
.single-counter.style_three .icon{
	margin-bottom:40px;
}
.single-counter .icon i {
    font-size: 50px;
    color: #CBA672;
}
.single-counter.style_three .counter-content span {
    margin-bottom: 25px;
    display: inline-block;
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}
.single-counter.style_three .counter-content .suffix {
    color: #ffffff;
}
.single-counter.style_three .counter-content h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #fff;
    opacity: 0.6;
}

/*       case study style 3 css start       */

.case-study.style4 .single_case_study .image-thumb {
    position: relative;
    overflow: hidden;
}
.case-study.style4 .single_case_study .case-study-thumb img {
    width: 100%;
    border-radius: 0;
}
.case-study.style4 .single_case_study .cases-study-contents {
    position: absolute;
    bottom: -59%;
    width: 75%;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0;
    padding: 21px 19px 26px;
    transition: .5s;
}
.case-study.style4 .single_case_study:hover .cases-study-contents {
    bottom: 0;
}
.case-study.style4 .single_case_study .case-study-icon {
    position: absolute;
    bottom: 20%;
    background-color: #cba673;
    padding: 12px 12px;
    left: -10%;
    transition: .5s;
    opacity: 0;
}
.case-study.style4 .single_case_study:hover .case-study-icon {
    left: 0;
    opacity: 1;
}
.case-study.style4 .single_case_study .em-case-study-button {
    text-align: center;
    background: transparent;
    border-radius: 10px 10px 0 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 98%;
    opacity: 0;
    transition: .5s;
}
.case-study.style4 .single_case_study:hover .em-case-study-button {
    opacity: 1;
    right: 71px;
    transition: .5s;
}

.case-study.style4 .single_case_study .em-case-study-button a {
    display: block;
    font-size: 18px;
    color: #012549;
    background-color: transparent;
    padding: 0;
    border-radius: 33px;
}
.case-study.style4 .single_case_study .em-case-study-button a i {
    display: inline-block;
    position: absolute;
    bottom: 7%;
    right: -16%;
    width: 60px;
    height: 60px;
    background: #CBA672;
    z-index: 1;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    transform: rotate(-45deg);
    transition: .5s;
}
.case-study.style4 .single_case_study .cases-study-contents h2 {
    margin: 0;
    line-height: 28px;
}

.case-study.style4 .single_case_study .cases-study-contents h2 a {
    display: inline-block;
    font-size: 24px;
    color: #071417;
    font-weight: 500;
}

.case-study.style4 .single_case_study .case_category span {
    color: #0c59d7;
    font-size: 18px;
    font-weight: 500;
}


/*       work process style 4 css start       */

.work_progress.style4 {
    padding: 0 50px;
    position: relative;
    text-align: center;
}
.work-process.style4 .icon {
    position: relative;
}
.work_progress.style4 .work_progress-number {
    position: absolute;
    left: 20%;
    top: 10%;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #CBA672;
    transition: .5s;
}
.process-style4-shap-two .work_progress.style4 .work_progress-number {
    position: absolute;
    left: 20%;
    top: 38%;
}
.work_progress.style4 .icon img {
    border: 2px dashed #CBA672;
    border-radius: 100%;
    padding: 10px;
    transition: .5s;
}
.work_progress.style4:hover .icon img {
    animation: rotateme-img 20s linear infinite;
}
@keyframes rotateme-img {
    from {
        transform: rotate(0deg);
        }
    to {
        transform: rotate(360deg);
        }
}

.process-style4-shap-one {
    position: relative;
    transition: .5s;
}
.process-style4-shap-one::before {
    position: absolute;
    content: '';
    right: -80px;
    top: 90px;
    width: 139px;
    transition: .5s;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2023/12/it-solution-work-shape-1.png);
}
.process-style4-shap-two::before {
    position: absolute;
    content: '';
    right: -80px;
    top: 90px;
    width: 139px;
    height: 26px;
    transition: .5s;
    background-repeat: no-repeat;
    background-image: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2023/12/it-solution-work-shape-2.png);
}
.work_progress.style4 .title {
    font-size: 23px;
    color: #fff;
    margin: 20px 0 10px;
    transition: .5s;
}
.work_progress.style4 p.description {
    opacity: 0.502;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito";
    text-align: center;
    transition: .5s;
}

/*       video box style 4 css start       */

.single-video.style-four .video-icon a {
    background: #CBA672;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    z-index:1;
}
.single-video.style-four .video-vemo-icon.venobox.vbox-item {
    color: #fff;
}
.single-video.style-four .video-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}



/*       icon box style 8 css start       */

.icon-box.style8 {
    background: #fff;
    padding: 27px 20px 26px 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.icon-box.style8::before {
    position: absolute;
    content: '';
    left:0;
    bottom: 0;
    width: 100%;
    height:0;
    transition: 0.4s;
    background: #CBA672;
    z-index:-1;
}
.icon-box.style8:hover::before {
    height: 100%;
}
.icon-box.style8 .icon {
    color: #CBA672;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border: 2px solid #CBA672;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0 20px 0 0;
    transition: 0.5s;
}
.icon-box.style8:hover .icon {
    color: #fff;
    border: 2px solid #fff;
}
.icon-box.style8 .icon-box-content h4 {
    font-size: 18px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.icon-box.style8:hover .icon-box-content h4 {
    color: #fff;
}
.icon-box.style8 p.description {
    font-size: 26px;
    color: #0c59d7;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.icon-box.style8:hover p.description {
    color: #fff;
}
.icon-box8 .icon-box.style8 {
    background: #fff;
    padding: 30px 20px 29px 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 10px rgba(207,218,235,0.2));
    background-color: #ffffff;
    border: 1px solid #0c59d7;
}
.icon-box8 .icon-box.style8 .icon i {
    font-size: 24px;
}



/*       brand style 3 css start       */

.brand.style3 .brand-item img {
    width: 63%!important;
    opacity: 1;
    transition: .5s;
    margin: auto;
}

/*  accordion style 3 css start  */

.accordion.style3 .my-accordion li {
    position: relative;
    margin-bottom: 0;
    list-style: none;
    z-index: 1;
    background: inherit;
    border-radius: 0;
    border-bottom: 1px solid #334664;
}
.accordion.style3 .my-accordion li:last-child {
    border-bottom: none;
}
.accordion.style3 .my-accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: inherit;
    border: none;
}
.accordion.style3 .my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    background: inherit;
    padding: 15px 20px 15px 0;
    z-index: 1;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff !important;
    font-weight: 600;
    font-family: "Rajdhani";
}
.accordion.style3 .my-accordion a.active {
    background: #0B59D7;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 15px 20px 15px 27px;
}
.accordion.style3 .my-accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 28px;
    transition: all 0.2s ease-in-out;
}
.accordion.style3 .my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 24px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.accordion.style3 .my-accordion li p {
    display: none;
    padding: 17px 25px 25px 0;
    opacity: 0.502;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito";
}
.accordion.style3 .my-accordion li:after {
    display:none;
}

/*  pricing style 4 css start  */

.pricing.style4 {
    position: relative;
    padding: 0 28px 36px 28px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: left;
    transition: .4s;
    z-index:1;
}
.pricing.style4:before {
    background: #0B59D7;
    position: absolute;
    content: "";
    z-index: -1;
    left:0;
    top: 0;
    width:100%;
    height:0;
    line-height: 28px;
    border-radius: 4px;
    transition:0.4s;
}
.pricing.style4:hover:before {
    height:100%;
}
.pricing.style4 .pricing-head {
    text-align: right;
    position: relative;
    padding: 0 31px;
}
.pricing.style4 .pricing-title {
    position: relative;
    z-index: 1;
    margin: 33px 0 17px;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    transition: .5s;
    font-size: 18px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .pricing-head h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    position: absolute;
    right: 0;
    top: -17px;
    background: #0B59D7;
    border-radius: 5px;
    padding: 9px 17px 6px 17px;
    text-align: center;
}
.pricing.style4 .price-item {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 54px;
}
.pricing.style1 .price-item .currency{
    font-size: 42px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 span.currency {
    font-size: 42px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .price-item .tk {
    font-size: 42px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .pricing-p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
    padding: 0 0 5px 60px;
}
.pricing.style4 .pricing-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing.style4 .pricing-body ul li {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .pricing-body ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #0B59D7;
    border-radius: 3px;
    text-align: center;
    position: relative;
    top: 7px;
}
.pricing.style4 .pricing-button {
    position: relative;
    display: inline-block;
    padding: 7px 18px;
    width: inherit;
    background: #fff;
    text-align: left;
    margin-top: 0;
    transition: .5s;
    border-radius: 4px;
    border: 1px solid #0c59d7;
    color: #041424;
    font-weight: 500;
    font-size: 16px;
    font-family: "Nunito";
    left: 60px;
}

/*   pricing all hover   */

.pricing.style4:hover .pricing-title {
    color: #fff;
}
.pricing.style4:hover .pricing-body ul li {
    color: #fff;
}
.pricing.style4:hover .pricing-body ul li i {
    color: #0B59D7;
    background: #fff;
}
.pricing.style4:hover .pricing-p {
    color: #fff;
    opacity: 0.8;
}
.pricing.style4:hover .pricing-button {
    background: #0c59d7;
    border: 1px solid #fff;
    color: #fff;
}
.pricing.style4 .pricing-button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #0c59d7;
}
.pricing.style4:hover span.currency {
    color: #fff;
}
.pricing.style4:hover .price-item .tk {
    color: #fff;
}
.pricing.style4:hover .pricing-head h3 {
    color: #0B59D7;
    background: #fff;
}

/*pricing active*/

.pricing.style4.active {
    background: #0B59D7;
    transition: .5s;
}
.pricing.style4.active .pricing-title {
    background-color: inherit;
    color: #fff;
}
.pricing.style4.active .pricing-body ul li {
    color: #fff;
}
.pricing.style4.active .pricing-body ul li i {
    color: #0B59D7;
    background: #fff;
}
.pricing.style4.active .pricing-p {
    color: #fff;
    opacity: 0.80;
}
.pricing.style4.active .pricing-button {
    background: #0c59d7;
    border: 1px solid #fff;
    color: #fff;
}
.pricing.style4.active:hover .pricing-button {
    background: #fff;
    border: 1px solid #fff;
    color: #0c59d7;
}
.pricing.style4.active span.currency {
    color: #fff;
}
.pricing.style4.active .price-item .tk {
    color: #fff;
}
.pricing.style4.active .pricing-head h3 {
    color: #0B59D7;
    background: #fff;
}

/*   Blog post style 6 css start   */

.blog-post.style6 .single_blog_adn {
    background-color: #fff;
    padding: 20px 20px 27px;
    border-radius: 7px;
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn:hover {
    box-shadow: 0 2px 4px #0003;
    margin-top: -5px;
}
.blog-post.style6 .single_blog_adn img{
    border-radius: 5px;
}
.blog-post.style6 .single_blog_adn .blog-meta-left {
    margin: 25px 0 10px;
}
.blog-post.style6 .single_blog_adn .blog-meta-left span {
    margin-right: 25px;
    font-size: 15px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
}
.blog-post.style6 .blog-meta-left a {
    font-size: 15px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
    text-transform: capitalize;
    transition:0.5s;
}
.blog-post.style6 .blog-meta-left a:hover {
    color: #CBA672;
}
.blog-post.style6 .single_blog_adn .content {
    padding: 0 10px;
}
.blog-post.style6 .single_blog_adn h4.title {
    margin-bottom: 17px;
}
.blog-post.style6 .single_blog_adn h4.title a {
    font-size: 23px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn h4.title a:hover {
    color: #CBA672;
}
.blog-post.style6 .single_blog_adn .blog-meta-left i {
    color: #0B59D7;
    margin-right: 10px;
    font-size: 15px;
}
.blog-post.style6 .single_blog_adn .read-more {
    font-size: 18px;
    color: #041424;
    font-weight: 500;
    font-family: "Rajdhani";
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn .read-more:hover {
    color: #CBA672;
}
.blog-post.style6 .single_blog_adn a i {
    margin-left: 7px;
    font-size: 15px;
    top: 0;
    position: relative;
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn a:hover i {
    color: #CBA672;
}


/*   Footer css start   */

.home-two-footer-subscribe .mc4wp-form-fields .mailchimp-form input[type="email"] {
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    background-color: transparent;
    color: #fff;
    height: 50px;
    padding: 6px 20px 6px;
    border-radius: 3px;
    outline:0;
}
.home-two-footer-subscribe .mc4wp-form-fields .mailchimp-form input:focus {
    border: 1px solid #668ee7;
}
.home-two-footer-subscribe .mc4wp-form-fields .mailchimp-form input[type="email"]::placeholder {
    color: #CCD0D7 !important;
    font-size:15px;
}
.home-two-footer-subscribe p.mailchimp-form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 3px;
    background: #CBA672;
    color: #fff;
    /* font-family: 'Fira Sans'; */
    font-weight: 500;
    text-align: center;
    padding: 10px 29px;
    position: inherit;
    display: inline-block;
    margin-top: 20px;
}
.home-two-footer-subscribe p.mailchimp-form button:hover {
    background: #fff;
    color: #CBA672;
}
.it-solution-left-right {
    -webkit-animation: left-right 4s alternate infinite;
    animation: left-right 4s alternate infinite;
}
@keyframes left-right {
     0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.it-solution-dance {
    -webkit-animation: solutiondance 2s alternate infinite;
    animation: solutiondance 2s alternate infinite;
}

@keyframes solutiondance {
    0% {
        -webkit-transform: scale(0.8);
    }

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

/*   Testimonial two css start   */

/* client-reviews */

.client-reviews-text h4 {
    font-size: 24px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    margin: 24px 0 0 0;
    padding: 28px 0 5px 0;
    position: relative;
    z-index: 1;
}
.client-reviews-text h4::before {
    position: absolute;
    content: '';
    left:0;
    right:0;
    margin:auto;
    top: 0;
    width: 25px;
    height:2px;
    transition: 0.4s;
    background: #CBA672;
    z-index:1;
}

/* 39. client-reviews-text.two */

.client-reviews-text.two {
    width: 65%;
    text-align: center;
    margin: auto;
}
.client-reviews-text.two h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 24px;
}
.client-reviews-text.two i {
    margin: auto;
    margin-bottom: 24px;
}
.client-reviews-text.two span {
    font-weight: bold;
    color: #fe5716;
}
.slider-nav.slick-initialized.slick-slider.slick-dotted {
    width: 64%;
    margin: auto;
    margin-top: 40px;
}

.slider-nav__item.slick-slide.slick-current {
    position: relative;
}
.slider-nav__item.slick-slide.slick-current:before {
    left: 19%;
    content: "";
    background-color: #01bd71b8;
    width: 97px;
    height: 100%;
    position: absolute;
    margin: auto;
    border-radius: 62px;
}
.slider-nav__item.slick-slide.slick-current:after {
    left: 21%;
    content: "";
    border: 3px solid #fff;
    width: 91px;
    height: 106px;
    position: absolute;
    margin: auto;
    border-radius: 62px;
    top: 3px;
}

/* 18. nav-c-slider */
.nav-c-slider {
    position: relative;
    border-radius: 100%;
    min-height: 530px;
    margin-right: 64px;
    flex-shrink: 0;
}
.nav-c-slider a img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    /* border: 3px solid #fff; */
    /* box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0; */
    /* -webkit-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0; */
    /* -moz-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0; */
}
.nav-c-slider a img,
.slider-main-img img {
    object-fit: cover;
}
.nav-c-slider a {
    position: absolute;
}
.nav-c-slider a:nth-child(1) {
    top: 0%;
    right: 9%;
}
.nav-c-slider a:nth-child(2) {
    top: 20%;
    right: -6%;
}
.nav-c-slider a:nth-child(3) {
    top: 44%;
    right: 0;
}
.nav-c-slider a:nth-child(4) {
    top: 68%;
    right: -2%;
}
.nav-c-slider a:nth-child(5) {
    top: 84%;
    right: 14%;
}
.slider-main-img {
    position: absolute;
    left: 9%;
    top: 48%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.slider-main-img img {
    width: 440px;
    height: 440px;
    border-radius: 100%;
}
a.next-slide:before,
a.next-slide.nav-active:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 100px;
    z-index: 1;
}
.next-slide:hover:before,
a.next-slide.nav-active:hover:before,
a.next-slide.nav-active:before {
    visibility: visible;
    opacity: 0.8;
}
a.next-slide.nav-active img {
    height: 120px;
    width: 120px;
    border: 5px solid #fff;
    top: -17px;
    position: relative;
    box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0;
    -webkit-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0;
}
a.next-slide:before,
.client-reviews-text i {
    background-color: #0A9642;
}
@media(max-width: 1400px) {
    .client-reviews-text h3 {
        line-height: 40px;
        font-size: 24px;
    }
    .nav-c-slider {
        margin-right: 80px;
    }
    .slider-main-img img {
        width: 360px;
        height: 360px;
    }
    .nav-c-slider a img,
    a.next-slide:before,
    a.next-slide.nav-active:before {
        width: 70px;
        height: 70px;
    }
    .nav-c-slider {
        min-height: 475px;
    }
}

@media(max-width: 1200px) {
    .nav-c-slider {
        min-height: 446px;
        margin-right: 26px;
    }
    .client-reviews-text h3 {
        line-height: 34px;
        font-size: 20px;
    }
}

@media(max-width: 993px) {
    .slider-main-img img {
        width: 400px;
        height: 400px;
    }
    .nav-c-slider:before {
        width: 478px;
        height: 552px;
    }
    .request-quote {
        margin-top: 80px;
    }
}
@media(max-width: 576px) {
    .nav-c-slider {
        min-height: 446px;
        margin-right: auto;
        border: 0;
        border-top: 8px solid #fafafa;
        border-radius: 0;
    }
    .nav-c-slider:before {
        display: none;
    }
    .nav-c-slider a:nth-child(1) {
        top: -10%;
        left: 0;
        right: auto;
    }
    .gap.circle-slider.style_two .nav-c-slider a:nth-child(2) {
        top: 19%;
        right: 0;
        left: 17%;
    }
    .nav-c-slider a:nth-child(3) {
        top: -10%;
        left: 33%;
        right: auto;
    }
    .nav-c-slider a:nth-child(4) {
        top: -10%;
        left: 33%;
        right: auto;
    }
    .nav-c-slider a:nth-child(5) {
        top: -10%;
        left: 86%;
        right: auto;
    }
    a.next-slide:before,
    a.next-slide.nav-active:before,
    .nav-c-slider a img {
        width: 70px;
        height: 70px;
    }
}
@media(max-width: 450px) {

    a.next-slide:before,
    a.next-slide.nav-active:before,
    .nav-c-slider a img {
        width: 60px;
        height: 60px;
    }

}

/* testimonial style two*/

.gap.circle-slider.style_two .nav-c-slider {
    position: relative;
    border-radius: 100%;
    min-height: inherit;
    margin-right: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.gap.circle-slider.style_two .nav-c-slider a {
    position: inherit;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(2) {
    top: 19%;
    right: 20px;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(1) {
    top: 0;
    right: 40px;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(5) {
    top: 84%;
    right: -40px;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(4) {
    top: 68%;
    right: -20px;
}
.gap.circle-slider.style_two .client-reviews-text {
    text-align: center;
}
.gap.circle-slider.style_two a.next-slide:before, .client-reviews-text i {
    background-color: transparent;
}
.gap.circle-slider.style_two .client-reviews-text i {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    justify-content: center;
    display: inline-block;
    align-items: center;
    margin-right: 7px;
    color: #FF9000;
    position: relative;
    padding: 25px 0 0 0;
}
.gap.circle-slider.style_two .client-reviews-text p {
    font-size: 20px;
    line-height: 34px;
    color: #041424;
    font-weight: 400;
    font-family: "Nunito";
    text-align: center;
    width: 71%;
    margin: auto;
    margin: 16px auto 0;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    background: #CBA672 !important;
    height: 60px;
    width: 60px;
    line-height: 60px;
    top: 40px;
    color:#fff;
    transition: 0.4s;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow:hover {
    background: #fff !important;
    color: #CBA672;
}
.gap.circle-slider.style_two .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    background: #CBA672 !important;
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
    top: 40px;
    color: #fff;
    transition: 0.4s;
}
.gap.circle-slider.style_two .slick-next.slick-arrow:hover {
    background: #fff !important;
    color: #CBA672;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow:before {
    content:"\f104";
    font-family: Flaticon;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    z-index: 1;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 60px;
}
.gap.circle-slider.style_two .slick-next.slick-arrow:before {
    content:"\f105";
    font-family: Flaticon;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    z-index: 1;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 60px;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow:hover:before {
    background: #fff !important;
    color: #CBA672 !important;
}
.gap.circle-slider.style_two .slick-next.slick-arrow:hover:before {
    background: #fff !important;
    color: #CBA672 !important;
}
.testi-title-shape{
    position:relative;
    z-index:1;
}
.testi-title-shape:before {
    content: "";
    width: 184px;
    height: 142px;
    position: absolute;
    top: 0;
    right: 11%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2023/12/it-solution-testi-shape1.png);
}
.testi-title-shape:after {
    content: "";
    width: 184px;
    height: 142px;
    position: absolute;
    top: 0;
    left: 11%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2023/12/it-solution-testi-shape2.png);
}

/*   slick-slider style four   */

.dreamit-slick-slider .single-slick.four .slider-single-image img {
    filter: brightness(1);
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap h4:before {
    display: none;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap h4 {
    font-size: 16px;
    color: #cba673;
    font-weight: 500;
    padding-left: 0px;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 21px;
    font-family: "Poppins";
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 17px;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap h1 {
    font-size: 90px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .slider-buttons a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background: #CBA672;
    -webkit-transition: 0.4s;
    transition: 0.5s;
    border: none;
    padding: 8px 11px 8px 25px;
    font-size: 17px;
    line-height: 28px;
    color: #0c1c20;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 0;
    margin: 0 20px 0px 0;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .slider-buttons span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #ffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .slider-buttons a:hover span, 
.dreamit-slick-slider .single-slick.four .hero-text-wrap .slider-buttons a:focus span {
    width: 200%;
    height: 500px;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .slider-buttons a i {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-left: 6px;
    width: 40px;
    height: 40px;
    background-color: #0c1c20;
    color: #CBA574;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .slider-buttons a:hover i {
    background-color: #CBA574;
    color: #0c1c20;
}


.dreamit-slick-slider .single-slick.four .hero-text-wrap p {
    margin: 0;
    padding: 5px 0 48px;
    width: 79%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .single-slick.four .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: -75px;
    bottom: 0;
}
.dreamit-slick-slider .single-slick.four.align-items-center {
    position: relative;
}
.dreamit-slick-slider .single-slick.four .lines {
    padding: 25px 0 0 0;
}
.dreamit-slick-slider .single-slick.four .lines .line {
    display: none;
}
.dreamit-slick-slider .single-slick.four .slider-shape-image {
    position: absolute;
    right: 38%;
    bottom: 13%;
    animation: 0.8s 0.8s fadeInUp both;
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.dreamit-slick-slider .single-slick.four .slider-shape-image-two {
    position: absolute;
    right: 8%;
    top: 23%;
    animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.dreamit-slick-slider .single-slick.four .slider-shape-image-three {
    position: absolute;
    right: 8%;
    bottom: 8%;
    animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.dreamit-slick-slider .single-slick.four .slider-single-image:before {
    position: absolute;
    content: "";
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2023/12/it-solution-slick-animation.png);
    left: -38px;
    top: 20%;
    height: 143px;
    width: 144px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.dreamit-slick-slider .single-slick.four .slider-single-image:before {
    -webkit-animation-name: slick-shape-rotateme;
    animation-name: slick-shape-rotateme;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes slick-shape-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



/*==================================================

 Digital payment Home css start here

================================================= */


.about-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.about-thumb:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -70px;
    top: -55px;
    width: 100%;
    height: 100%;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2025/01/about-shape.png);
    background-repeat: no-repeat;
}
.service-details img {
    width: 100%;
    border-radius: 10px;
}
.service-dt-md .heading.style1 p {
    background: #c8c3c3;
    color: #252205;
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
    border-radius: 5px;
    font-style: italic;
    letter-spacing: 1px;
    border-left: 3px solid #CBA672;
    margin: 20px 0 0;
    width: 100%;
}
.service-dt .heading.style1 p {
    width: 100%;
}
.service-details .heading.style1 h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 0;
    margin: 0 0 15px;
}
.service-details ul.item-list.style1 li {
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    color: #fafafa;
    font-weight: 400;
    margin: 0;
}
.service-details ul.item-list.style1 li i {
    background: #CBA672;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    border-radius: 20px;
    margin-right: 10px;
}
.error .dreamit-button.style2 {
    text-align: center;
}


.foter .heading.style1 p {
    margin: 0px 0 10px;
    width: 85%;
    font-size: 16px;
    line-height: 30px;
    color: #b4b4b4;
    font-weight: 400;
    transition: 0.5s;
}
.heading.style1 h3 {
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 8px;
}
.heading.style1 p {
    margin: 0px 0 17px;
    width: 73%;
    font-size: 16px;
    line-height: 30px;
    color: #b4b4b4;
    font-weight: 400;
    transition: 0.5s;
}
.social-links.style1 ul li {
    list-style: none;
    display: inline-block;
}
.social-links.style1 ul li a {
    width: 45px;
    height: 45px;
    background-color: #222D2F;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    margin-right: 6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}
.social-links.style1 ul li a:hover {
    color: #071518 !important;
}
.social-links.style1 ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
   width: 100%;
    background: #CBA672;
    transition: .5s;
    content: "";
    z-index: -1;
    transform: scale(0);
}
.social-links.style1 ul li a:hover:before {
    width: 100%;
    transform: scale(1);
}

ul.item-list.style1 li  {
    list-style: none;
}
ul.item-list.style1 li a {
    display: inline-block;
    margin-left: -15px;
    font-size: 16px;
    line-height: 36px;
    color: #b4b4b4;
    font-weight: 400;
    font-family: "Poppins";
}
ul.item-list.style1 li a:hover{
    margin-left: .0;
    color: #CBA672;
}
ul.item-list.style1 li a i {
    font-size: 12px;
    opacity: 0;
    transition: .5s;
    font-weight: bold;
}
ul.item-list.style1 li a:hover i {
    opacity: 1;
}

input[type="email"] {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255, 0.102);
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: #ddd;
    outline: 0;
    padding: 0 0 8px 0;
}
.mc4wp-form-fields button {
    border: none;
    background: #fff;
    padding: 13px 76px;
    border-radius: 0;
    font-size: 17px;
    color: #0c1c20;
    font-weight: 600;
    background-color: #cba673;
    margin: 18px 0 0;
}

.footer-end {
    height: 1px;
    background: #242F30;
    margin: 112px 0 0;
}
.footer-end .heading.style1 p {
    font-size: 16px;
    line-height: 0;
    color: #b4b4b4;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding: 40px 0 22px;
}
.footer-end .heading.style1 p span {
    color: #CBA672;
}

.about-list ul.item-list.style1 li {
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 400;
}
.about-list ul.item-list.style1 li i {
    display: inline-block;
    color: #CBA573;
    font-size: 18px;
    margin-right: 13px;
}

.about-shape {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.about-shape:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 8%;
    left: 79%;
    width: 100%;
    height: 100%;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2025/01/about-boder1.png);
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.about-shape:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 18%;
    left: 83%;
    width: 100%;
    height: 100%;
    background: url(https://wp.dreamitworld.com/lawboss/wp-content/uploads/2025/01/about-boder2.png);
    background-repeat: no-repeat;
   animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
































