

/*
============================================
      Developer : Ahiduzzaman Shanto
============================================
*/


.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);
  }
}

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

/* 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: #0C5ADB;
    -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);
    }
}


/*       button.style4 css start       */

.dreamit-button.style4 .dreamit-button a {
    padding: 13px 22px 13px 22px;
    background: #0c5adb;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #0c5adb;
    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: #0c5adb;
}
.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: #0c5adb;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: .5s;
    font-weight: 700;
}
.dreamit-button.style4 .dreamit-button a:hover i {
    background: #0c5adb;
    color: #fff;
}

/*       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.ditsolution.net/medi/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.ditsolution.net/medi/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;
    font-family: "Rajdhani";
    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;
    font-family: "Nunito";
    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: #0c5adb;
}
.single-counter.style_three .counter-content span {
    margin-bottom: 25px;
    display: inline-block;
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
    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;
    font-family: "Nunito";
    text-align: center;
    color: #fff;
    opacity: 0.6;
}

/*       case study style 3 css start       */

.cases-study-content-f {
    position: relative;
    bottom: 62px;
}
.case-study.style4 .single_case_study .cases-study-content-inner {
    padding: 26px 0 21px 30px;
    position: relative;
    background-color: #fff;
    width: 75%;
    left: 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 10px 50px 0 rgba(175, 189, 199, 0.2);
    display: flex;
    align-items: center;
    transition: .3s;
    z-index: 1;
}
.case-study.style4 .single_case_study:hover .cases-study-content-inner {
    border-radius: 0 0 5px 0;
}
.case-study.style4 .single_case_study .cases-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    transition: .3s;
    height: 100%;
    width: 6px;
    background: #0c5adb;
}
.case-study.style4 .case-study-thumb img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.case-study.style4 .case-study-thumb:before {
    background: rgba(12,89,215,0.30);
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    transition: .5s;
    height: 0;
    width: 100%;
    border-radius: 10px;
}
.case-study.style4 .single_case_study:hover .case-study-thumb:before {
    height: 100%;
    bottom:0;
}
.case-study.style4 .single_case_study .em-case-study-button a {
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #0c59d7;
    padding: 0;
    border-radius: 40px 40px 40px 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.case-study.style4 .single_case_study .em-case-study-button {
    text-align: center;
    background: transparent;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    position: absolute;
    right: -44px;
    top: -45px;
    opacity: 0;
    transition: .5s;
    padding: 0;
}
.case-study.style4 .single_case_study:hover .em-case-study-button {
    opacity: 1;
    transition: .5s;
}
.case-study.style4 .single_case_study .cases-study-contents h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 5px;
    display: inline-block;
    padding: 0;
}
.case-study.style4 .single_case_study .cases-study-contents h2 a {
    margin: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .3s;
    font-size: 24px;
    line-height: 28px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.case-study.style4 .single_case_study .cases-study-contents h2 a:hover {
    color: #0c5adb;
}
.case-study.style4 .single_case_study .case_category span {
    font-size: 76px;
    font-weight: 700;
    font-family: "Rajdhani";
    top: 8px;
    transition: .3s;
    position: relative;
    margin: 0 15px 0 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DADDDF;
}
.case-study.style4 .single_case_study:hover .case_category span {
    -webkit-text-stroke-color: #0c5adb;
}
.port_dtl_social i {
    padding: 0 10px 0 10px;
    color: #0c5adb;
}
.case_study_carousel_four.owl-theme .owl-dots .owl-dot.active span {
    background: #0c5adb;
}
.case_study_carousel_four.owl-theme .owl-dots .owl-dot:hover span {
    background: #0c5adb;
}
.case_study_carousel_four.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5px;
}

/*       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: #0c5adb;
    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 #0c5adb;
    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.ditsolution.net/medi/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.ditsolution.net/medi/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: #0c5adb;
    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;
}

/*       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.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: #0c5adb;
}
.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: #0c5adb;
}
.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: #0c5adb;
}
.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: #0c5adb;
}


/*   Footer css start   */
.mc4wp-form-fields button {
    position: absolute;
    right: 7px;
    top: 7px;
    border: none;
    background: #fff;
    padding: 13px 27px;
    border-radius: 5px;
}
.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: #0c5adb;
    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: #0c5adb;
}
.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: #0c5adb;
    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;
}
.slick-slide img {
    display: block;
}
.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: #0c5adb !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: #0c5adb;
}
.gap.circle-slider.style_two .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    background: #0c5adb !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: #0c5adb;
}
.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: #0c5adb !important;
}
.gap.circle-slider.style_two .slick-next.slick-arrow:hover:before {
    background: #fff !important;
    color: #0c5adb !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.ditsolution.net/medi/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.ditsolution.net/medi/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 {
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 3px;
    font-size: 19px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Rajdhani";
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn {
    padding: 15px 37px 15px 42px;
    font-weight: 500;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #0c5adb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    margin-right: 17px;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #080E21;
    border-radius: 5px;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap p {
    font-size: 18px;
    color: #B6B9C0;
    margin-top: 4px;
    width: 74%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
    font-family: "Nunito";
}
.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: -81px;
    bottom: -98px;
}
.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 .hero-text-wrap .btn i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 25px;
    text-align: center;
    background: #0c5adb;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn:hover i {
    background: transparent;
    color: #fff;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.four .slider-single-image:before {
    position: absolute;
    content: "";
    background: url(https://wp.ditsolution.net/medi/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

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
















































