@media (min-width: 767px) {
            .mdc_main #innersec1 {
 background-image: url('../../front/img/dm/banner.webp');
    background-size: cover;
    color: white;
    padding: 100px 0;
    position: relative;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
  position: relative;
  background-position: right;
            }
        }
@media (max-width: 767px) {
    .innerSec4 .cardInn .btn-1{
        padding: 0px 10px !important;
    }
    .mdc_main #innersec1 .banner .title {
        margin-top: 75px !important;

    }
    .mdc_main #innersec1 .banner p {
        color: #fff;
    }
            .mdc_main #innersec1 {

    background: linear-gradient(90deg, hsla(239, 94%, 14%, 1) 0%, hsla(190, 68%, 50%, 1) 100%);
            }
}
        .mdc_main #innersec1 .banner .title {
            margin-top: 5px;
            color: #fff;
            font-size: 45px;
            margin-bottom: 15px;
        }

        .mdc_main #innersec1 .banner .content {
            text-align: justify;
        }

        .mdc_main #innersec1 .banner .custom_btn_sec .ban_btn_connect_tele {
            margin: 60px 15px;
        }

        .mdc_main #innersec1 .charts_orb {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            color: #fff;
            font-weight: bold;
            position: relative;
            overflow-x: hidden;
        }

        .mdc_main #innersec1 .orb_graphic {
            position: relative;
            text-align: center;
        }

        .mdc_main #innersec1 .orb_value {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            font-weight: bold;
        }

        .mdc_main #innersec1 .orb_label {
            text-transform: uppercase;
            text-align: center;
            font-size: 18px;
        }

        .mdc_sec_cont_div p {
            font-size: 18px;
        }

        .mdc_main #innersec1 svg {
            width: 100%;
            height: 150px;
            max-width: 175px;
        }

        .mdc_main #innersec1 circle {
            transform: rotate(-90deg);
            transform-origin: 50% 50%;
            stroke-dasharray: 318.16, 314.16;
            stroke-width: 2;
            fill: transparent;
            r: 50;
            cx: 85;
            cy: 75;
        }

        .mdc_main #innersec1 .fill {
            stroke: #8c12b5;
        }

        .mdc_main #innersec1 .banner .orb:hover {
            color: #15fbff;
            stroke: #15fbff;
        }

        .mdc_main #innersec1 .orb_value:after {
            content: "+";
        }
@media (min-width: 767px) {
        
    .proposal-form {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 720px;
    position: relative;
}
.website-input {
    min-width: 360px;

}
}
.website-input {
    flex: 1;
    height: 56px;
    padding: 0 20px;
    border: 1px solid #c9d3a4;
    border-radius: 10px;
    background: #f7f8ef;
    font-size: 16px;
    color: #8d8d75;
    outline: none;
    box-sizing: border-box;
}

.website-input::placeholder {
    color: #a6a68d;
    font-size: 18px;
    font-weight: 400;
}

.btn-1  {
    height: 56px;
    padding: 0 34px;
    border: none;
    border-radius: 10px;
     background: linear-gradient(to right, #d7667e, #de4a52);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.proposal-btn:hover {
    opacity: 0.9;
}
 .mdc_main #innersec3 {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .mdc_main #innersec3 p {
            color: #000;
        }

        .mdc_main #innersec3 a {
            text-decoration: none;
        }

        .mdc_main #innersec3 .mdc_service_box {
            position: relative;
            z-index: 0;
            border: 2px solid #1d82aa;
            padding: 10px;
            border-radius: 9px;
            text-align: justify;
            min-height: 380px;
            margin-top: 50px;
        }

        .mdc_main #innersec3 .mdc_service_box .sub_title,.mdc_main #innersec3 .mdc_service_box .sub_title a {
            color: #000;
            font-size: 20px;
            font-weight: 600;
            padding-top: 15px;
        }

        .mdc_main #innersec3 .mdc_service_box .sub_content {
            color: #000;
            padding-top: 15px;
            font-size: 14px;
        }

        .mdc_main #innersec3 .mdc_service_box:hover {
            z-index: 2;
            background: linear-gradient(to right, #207598, #3FB8DE);
            color: #fff;

        }
        .mdc_main #innersec3 .mdc_service_box:hover .sub_title, .mdc_main #innersec3 .mdc_service_box:hover .sub_title a,
        .mdc_main #innersec3 .mdc_service_box:hover .sub_content{
            color: #fff !important;

        }

        #innersec3 .serflex {
            display: flex;
            align-items: center;
            text-align: left;
            justify-content: space-between;
        }
        #innersec3 .serflex img{
            height: 50px;
            width : 50px;
        }
        .owl-buttons {
    position: absolute;
    top: 0%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: translateY(-50%);
    pointer-events: none;
    gap: 10px;
    margin-bottom : 20px;
}
.owl-buttons .owl-prev,.owl-buttons .owl-next {
    background: linear-gradient(to right, #d7667e, #de4a52);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.indus_serv {
    padding: 50px 0px;
    background: #fff;
}
.indus_serv .title {
    font-weight: 800;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.6;
    color: #000;
    text-align: center;
}
.indus_serv .contents {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.9;
    text-align: center;
}
.indus_serv .cus_row {
    border: 1px solid #AEAEAE;
    padding: 20px 10px;
    border-radius: 5px;
}
.indus_serv .col_bor_line {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.indus_serv .col_bor_line:nth-child(6n) {
    border-right: none;
}
.indus_serv .col_bor_line:nth-last-child(-n+6) {
    border-bottom: none;
}
.indus_serv .blockchain_box {
    text-align: center;
    margin: 30px 0px;
}
.indus_serv .sub_title {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.5;
    color: #000;
    padding-top: 10px;
}
.indus_serv .biance_cln_scpt_WhatSec {
    padding-top: 50px;
}
.indus_serv .biance_cln_scpt_WhatSec .title {
    font-weight: 800;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.6;
    color: #000;
    text-align: left;
}
.mdc_main .innerSec4 {
            padding-bottom: 50px;
        }
.innerSec4 .cardInn{
    background: linear-gradient(90deg, hsla(239, 94%, 14%, 1) 0%, hsla(190, 68%, 50%, 1) 100%);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: bold;

}
.innerSec4 .cardInn .sub_cnt{
    font-size: 30px;
}
.innerSec4 .cardInn .btn-1{
    background: transparent;
    border: 2px solid #fff;
    margin: 0px auto;
    font-weight: bold;
    font-size: 25px;
}
.innerSec5 {
	color: #000;
    padding: 50px 0px;
}
.innerSec5 .h2_size{
	color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.innerSec5 .sec_title .head {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;

}

.innerSec5 ul li .head {
	font-weight: bold;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	gap: 20px;
	height: 0px;
}

.innerSec5 ul li {
	list-style: none;
}

.innerSec5 ul li .head::before {
	content: "";
	background: linear-gradient(90deg, hsla(239, 94%, 14%, 1) 0%, hsla(190, 68%, 50%, 1) 100%);
	height: 20px;
	width: 20px;
	border-radius: 20px;

}
#innersec3 .post-slide{
    margin-left: 10px;
    border-radius: 5px;
}
