.dt-content {
    background: #d51b43;
    align-items: center;
    padding: 10px;
    border-radius: 0px 11px 14px 0px;
}
.dt {
    text-align: center;
    background: #9fc14b;
    padding: 13px 10px;
}
.dt h4{
    margin-bottom: 0px;
    font-size: 25px;
}
.dt h3{

    font-size: 14px;
    line-height: 26px;
    margin-bottom: 1px;
}
.dt-content p{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.imp-dat {
    align-items: center;
    background: #db1642;
}

.sdg {
    position: relative;
}
.sdg22 {
    width: 109px;
    margin-left: -25px;
}
.inner-box1 {
    z-index: 9998;
    position: absolute;
    width: 386px;
    background: #9cc257;
    padding: 14px 16px;
    border-radius: 10px;
    top: -200px;
    display: none;
    transition-duration: 1s;
    flex-direction: row;
}
.inner-box1 h4 {
    font-size: 15px;
    color: #ff005e;
    margin-bottom: 8px;
}
.author-image img {
    width: 56px;
    height: 56px;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
}
.inner-box1 .text {
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
}
.session-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 21px;
    min-height: 73px;
}
.session-list li {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 14px;
    margin-top: 11px;
    color: #16008f;
    font-weight: 600;
}
.sdg22 {
    width: 109px;
    margin-left: -25px;
}
.session-list li {
    margin-bottom: -6px;
}
/* 3 section */
.dz-services-tabs .nav-link.active {
    color: #ffffff;
    background: #cd1342;
    backdrop-filter: blur(2px);
}
.dz-services-tabs .nav-link {
    color: #343434;
    border: 0;
    font-size: 20px;
    background: #fff;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
    border-radius: 100px;
    padding: 20px 30px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
}
.dz-flex-wrapper .dz-flex-inner {
    display: flex;
    gap: 30px;
    padding: 30px;
    min-width: 750px;
}
.dz-flex-wrapper .dz-flex-info {
    border-radius: 20px;
    opacity: 1;
    transition: all 0.5s;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    display: flex;
    background-color: #fff;
    width: inherit;
    flex: 1;
}
.dz-flex-wrapper .dz-media {
    width: 300px;
    height: 440px;
    min-width: 300px;
}
.btn-square.btn-lg, .btn-group-lg > .btn-square.btn {
    height: 46px;
    width: 46px;
    min-width: 46px;
    font-size: 18px;
    /* transform: rotate(230deg); */
}
.cta-btn {
    display: inline-block;
    background: #cd1342;
    color: #fff;
    height: 40px;
    line-height: 20px;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    margin-top: 5px;
    margin-right: 9px;
    transition: all 0.3s ease;
}
.dz-flex-wrapper .dz-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.dz-flex-wrapper.style-2 .dz-media .btn {
    border-radius: 50px;
}
.dz-flex-wrapper .dz-media .btn {
    position: absolute;
    bottom: 52px;
    left: 80px;
    border-radius: 8px;
    background: #fff;
    font-weight: 500;
}
.ab-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
}
.ab-content h4 span{color: #d51b43;
    line-height: 34px;
    font-style: italic;
    font-size: 21px;}
   .ab-content i{
        font-size: 62px;
    margin: 0px 10px;
    color: #d51b43;
    }
.news-section-two .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -252px;
    border-radius: 50%;
}
.news-section-two .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    top: -252px;
    border-radius: 50%;
}
.fa-gear{
       font-size: 92px;
    margin-right: 14px;
    color: #070752;
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #db1642 0%, #081667 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rotates 15s linear infinite;
}
@keyframes mymove {
  100% {transform:rotates(360deg);}
}
.box-con {
    background: #fff;
    box-shadow: 0px 0px 2px #03003080;
    padding: 7px 10px;
    border-radius: 20px;
    text-align: left;
    margin-bottom: 16px;
    display: flex;
    min-height: 133px;
    align-items: center;
}
.box-con i {
    font-size: 45px;
    color: #d51b43;
    margin: 14px 18px;
}
.box-con h4 {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 11px;
    font-weight: 600;
}
.box-con p{
        font-size: 14px
}
@media only screen and (max-width:600px){
 .dz-flex-wrapper .dz-flex-inner {
    display: grid!important;
    gap: 3px!important;
    padding: 8px!important;
    min-width: 747px;
}
.dz-flex-wrapper .dz-media {
    width: 131px!important;
    height: auto!important;
    min-width: auto!important;
    align-items: center!important;
}
     .sdg {
      
        margin-left: 0px !important;
    }
    .top {
        top: -23px !important;
        margin-left: 0px !important;
    }
.sdg .img11 {
        width: 319px !important;
        height: 96px !important;
        cursor: pointer;
        transition: filter 0.3s ease, transform 0.3s ease;
        overflow: visible;
        transform: scale(1.05);
        z-index: 2;
    }
    
    
    .sdg .img12 {
        width: 269px !important;
        /* height: 96px !important; */
        cursor: pointer;
        transition: filter 0.3s ease, transform 0.3s ease;
        overflow: visible;
        transform: scale(1.05);
        z-index: 2;
        position: relative;
    }
    .sdg22 {
    width: 115px;
    margin-left: -11px!important;
}
.solutek-btn2{
  display: none;
}}


@media only screen and (min-width:2200px) and (max-width:4552px){
    .slide-img22{
        margin-top: -222px!important;
}
.db {
    position: absolute;
    right: 250px;
    top: 318px!important;
    font-weight: 800;
    padding: 17px 10px;
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(45deg, #010052, #010052);
}
}