p {
    text-align: justify
}

.banner-part {
    background: #050505;
    padding-top: 70px;
    min-height: 600px;
    position: relative;
    z-index: 2
}

    .banner-part.innerbanner {
        height: auto;
        display: flex;
        padding-bottom: 35px
    }

    .banner-part:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        background-color: #050505;
        width: 50%
    }

.panel-label-anim {
    color: #a7a5a6;
    text-transform: uppercase;
    font-weight: 700;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    z-index: -1;
    left: -25px;
    top: -140px;
    position: absolute
}

.certified-logo-inner img {
    width: 21%;
    margin-top: 5%;
    margin-left: 5px;
    height: auto
}

.certified-logo-inner {
    display: flex;
    gap: 20px
}

@media (max-width:767px) {
    .certified-logo-inner img {
        width: 30%;
        margin-top: 25px;
        margin-left: 2px;
        height: auto
    }

    .certified-logo-inner {
        display: flex;
        gap: 10px
    }

    .softdevl-contant, .softdevl-contantctain {
        padding: 0 0 0 0px !important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .certified-logo-inner img {
        width: 28%;
        margin-top: 25px;
        margin-left: 2px;
        height: auto
    }

    .certified-logo-inner {
        display: flex;
        gap: 10px
    }

    .softdevl-contant, .softdevl-contantctain {
        padding: 0 0 0 25px !important
    }
}

@media(max-width:1023px) {
    .panel-label-anim {
        width: 15.3em;
        height: 15.3em
    }
}

@media(max-width:979px) {
    .panel-label-anim {
        width: 13.3em;
        height: 13.3em
    }
}

.anim-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.graydash {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    opacity: .1
}

.smaldash {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg)
}

.graydash circle {
    stroke: #D2EBF3;
    stroke-dasharray: 1 2000;
    animation: dash 1s linear;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: paused
}

.smaldash circle {
    stroke: #5a99ec;
    stroke-dasharray: 20 2000;
    animation: smdash 1s linear;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: paused
}

.panel-label-anim.js-round-animation circle {
    animation-play-state: running
}

@keyframes rotate {
    0% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

@keyframes smdash {
    0% {
        stroke-dashoffset: 16
    }

    100% {
        stroke-dashoffset: -617
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,2000;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 314,2000;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 628,2000;
        stroke-dashoffset: 0
    }
}

.h1heading {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px
}

.h4heading {
    font-size: 40px;
    color: #0c4958;
    font-weight: 600;
    padding-bottom: 15px
}

.maintitles h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px
}

.maintitles.lefttitles.abouts h2 span {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
    margin-top: 70px
}

.circle-boxs {
    width: 42px;
    height: 22px;
    background-color: #d7eaf0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
    z-index: 1;
    transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -webkit-transform: rotate(-64deg);
    position: relative;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.circlewith-titles {
    position: relative;
    min-height: 240px;
    width: 100%;
    z-index: 3
}

    .circlewith-titles.sidedots:before {
        position: absolute;
        right: 10%;
        top: 0;
        height: 20px;
        width: 20px;
        content: "";
        background: #1b92af;
        bottom: 0;
        margin: auto auto;
        border-radius: 100px;
        -webkit-animation: pulse 3s infinite;
        animation: pulse 3s infinite
    }

.circletops {
    left: auto;
    top: 0;
    right: 0
}

.circlewith-titles .maintitles {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    text-align: right;
    right: 10px;
    left: 0
}

.circletops.leftside {
    left: 0
}

.circlewith-titles .maintitles.lefttitles {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    text-align: left;
    right: 0;
    left: 50px
}

    .circlewith-titles .maintitles.lefttitles h4 span {
        font-size: 30px;
        display: block;
        color: #fff;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        font-weight: 400
    }

.softdevl-contant {
    padding: 0 0 0 70px;
    position: relative;
    z-index: 2
}

    .softdevl-contant h4 {
        font-size: 42px;
        color: #fff;
        font-weight: 600
    }

    .softdevl-contant h2 {
        font-size: 26px;
        color: #fff;
        font-weight: 600;
        padding: 20px 0 30px 0
    }

.gettouch ul li {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 20px
}

    .gettouch ul li:last-child {
        margin-right: 0
    }

    .gettouch ul li a {
        display: inline-block;
        font-size: 14px;
        padding: 12px 30px;
        border-radius: 6px;
        color: #a4d0dc;
        font-weight: 500;
        border: 2px solid #00a5d1
    }

        .gettouch ul li a span i {
            position: relative;
            bottom: 3px;
            padding-left: 5px;
            -webkit-animation: pulse 3s infinite;
            animation: pulse 3s infinite;
            font-size: 13px
        }

        .gettouch ul li a:focus, .gettouch ul li a:hover {
            background: #006782;
            color: #fff
        }

        .gettouch ul li a.active {
            background: #0f7993;
            color: #fff
        }

            .gettouch ul li a.active:focus, .gettouch ul li a.active:hover {
                background: #006782
            }

.ourgold-partner {
    margin-top: 40px
}

    .ourgold-partner ul li a img {
        width: 150px
    }

    .ourgold-partner ul li a:hover img {
        transition: all .4s ease-in;
        transform: scale(1.1)
    }

.inbanner-slider {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px
}

    .inbanner-slider:before {
        position: absolute;
        right: -15px;
        top: 10px;
        bottom: 0;
        content: "";
        width: 50%;
        height: 100%;
        border-radius: 30px 0 0 30px;
        margin: auto auto;
        background-image: linear-gradient(to right top,#127b94,#4d93a8,#75abbc,#9bc4d1,#c0dde6)
    }

.banner-topimg {
    position: relative;
    z-index: 3;
    padding: 30px 0 0 0
}

.company--pages {
    position: relative;
    z-index: 2
}

.companypages-topbg {
    padding: 50px 80px 30px 80px;
    position: relative;
    margin-bottom: 60px;
    width: 100%
}

    .companypages-topbg:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        background: #006782;
        border-radius: 50px;
        min-height: 580px
    }

.contactus-topbg {
    margin-right: 0;
    padding: 40px
}

.circlewith-titles .maintitles.lefttitles h4 span {
    font-size: 16px;
    padding-bottom: 2px
}

.circletops.leftside {
    left: 0;
    right: 0;
    margin: 0 auto
}

.circlewith-titles .maintitles.lefttitles {
    left: 0;
    justify-content: center;
    text-align: center
}

.technology-bgscl {
    background: #fff;
    position: relative;
    z-index: 5;
    margin-top: 30px;
    padding: 20px 60px 50px 60px;
    border-radius: 15px;
    box-shadow: 0 2px 20px 0 rgb(68 82 120 / .3);
    -webkit-box-shadow: 0 2px 20px 0 rgb(68 82 120 / .3);
    -moz-box-shadow: 0 2px 20px 0 rgb(68 82 120 / .3)
}

.services-techbox {
    padding: 40px 15px;
    margin-top: 30px;
    transition: all .4s ease-in-out 0s;
    width: 100%;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s
}

.techno-icons img {
    width: 36px
}

.services-techbox h4 {
    padding: 30px 0;
    font-size: 16px;
    font-weight: 600;
    color: #2f2f33
}

.learnmores-btns {
    background: #2f2f33;
    color: #fff;
    padding: 8px 24px 10px 24px;
    display: inline-block;
    font-size: 13px;
    border-radius: 6px
}

.services-techbox:hover {
    box-shadow: 0 0 10px 0 rgb(113 119 135 / .3);
    -webkit-box-shadow: 0 0 10px 0 rgb(113 119 135 / .3);
    -moz-box-shadow: 0 0 10px 0 rgb(113 119 135 / .3)
}

    .services-techbox:hover .learnmores-btns {
        background: #006782;
        color: #fff
    }

.techno-icons {
    position: relative
}

    .techno-icons::before {
        background: #d2ebf3;
        height: 56px;
        width: 56px;
        content: "";
        top: -12px;
        position: absolute;
        z-index: -1;
        border-radius: 100px;
        margin: 2px 0 0 -22px
    }

@media (max-width:575.98px) {
    .line {
        display: none
    }

    section {
        padding: 30px 0
    }

    .inbanner-slider {
        margin-top: 10px;
        margin-bottom: 40px
    }

    .plt15 {
        padding-left: 0
    }

    .banner-topimg img {
        width: 200px
    }

    .preferences-img.micdynamik img {
        margin-top: 10px
    }

    .circlewith-titles {
        min-height: 120px;
        margin-bottom: 15px
    }

    .panel-label-anim {
        width: 120px;
        height: 120px
    }

    .circle-boxs {
        width: 22px;
        height: 12px;
        top: -6px
    }

        .circle-boxs.topboxs {
            top: -6px;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
            width: 24px;
            height: 14px
        }

    .business-growth {
        display: none
    }

    .customslider-image img {
        width: 180px
    }

    .banner-part {
        padding-top: 70px
    }

    .softdevl-contant {
        padding: 0;
        text-align: center
    }

        .softdevl-contant h4 {
            font-size: 20px
        }

        .softdevl-contant h2 {
            font-size: 14px;
            padding: 12px 0 10px 0
        }

    .gettouch ul li a.active, .gettouch ul li a:hover {
        font-size: 13px
    }

    .gettouch ul li a {
        padding: 8px 20px;
        font-size: 13px
    }

        .gettouch ul li a span i {
            font-size: 12px
        }

    .ourgold-partner ul li a img {
        width: 85px
    }

    .ourgold-partner {
        margin-top: 20px
    }

    .maintitles.centertitles.flxcoll {
        padding-top: 0
    }

    .h1heading {
        font-size: 16px;
        padding-bottom: 5px
    }

    .h4heading {
        font-size: 16px;
        padding-bottom: 5px
    }

    .maintitles h4 {
        font-size: 16px;
        padding-bottom: 5px
    }

    .maintitles p {
        font-size: 12px;
        line-height: 18px
    }

    .mgttop8 {
        margin-top: 20px
    }

    .pmgttops {
        margin-top: 10px
    }

    .companypages-topbg {
        margin-right: 0;
        padding: 30px 15px 0 15px
    }

    .circlewith-titles .maintitles.lefttitles h4 span {
        font-size: 16px;
        padding-bottom: 2px
    }

    .circlewith-titles .maintitles.lefttitles {
        left: 0;
        justify-content: center;
        text-align: center
    }

    .companypages-topbg {
        padding: 40px 20px 0 20px;
        margin-bottom: 40px
    }

        .companypages-topbg::before {
            min-height: 700px
        }

    .technology-bgscl {
        margin-top: 0;
        padding: 5px 20px 20px 20px
    }

    .services-techbox h4 {
        padding: 22px 0 12px 0;
        font-size: 13px
    }

    .services-techbox {
        margin-top: 15px;
        padding: 25px 15px 20px 15px
    }

    .learnmores-btns {
        padding: 5px 15px 7px 15px;
        font-size: 12px
    }

    .techno-icons img {
        width: 30px
    }

    .techno-icons::before {
        height: 50px;
        width: 50px;
        margin: 1px 0 0 -22px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .line {
        display: none
    }

    section {
        padding: 40px 0
    }

    .plt15 {
        padding-left: 0
    }

    .banner-topimg img {
        width: 300px
    }

    .circlewith-titles {
        min-height: 135px;
        margin-bottom: 10px
    }

    .panel-label-anim {
        width: 130px;
        height: 130px
    }

    .circle-boxs {
        width: 26px;
        height: 15px;
        top: -5px
    }

        .circle-boxs.topboxs {
            top: -7px;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
            width: 26px;
            height: 16px
        }

    .business-growth {
        display: none
    }

    .customslider-image img {
        width: 230px
    }

    .banner-part {
        padding-top: 80px
    }

    .softdevl-contant {
        padding: 0;
        text-align: center
    }

        .softdevl-contant h4 {
            font-size: 24px
        }

        .softdevl-contant h2 {
            font-size: 18px;
            padding: 10px 0 15px 0
        }

    .gettouch ul li a.active, .gettouch ul li a:hover {
        font-size: 13px
    }

    .gettouch ul li a {
        padding: 8px 20px;
        font-size: 13px
    }

        .gettouch ul li a span i {
            font-size: 12px
        }

    .ourgold-partner ul li a img {
        width: 100px
    }

    .ourgold-partner {
        margin-top: 20px
    }

    .maintitles.centertitles.flxcoll {
        padding-top: 0
    }

    .h1heading {
        font-size: 20px;
        padding-bottom: 5px
    }

    .h4heading {
        font-size: 20px;
        padding-bottom: 5px
    }

    .maintitles h4 {
        font-size: 20px;
        padding-bottom: 5px
    }

    .maintitles p {
        font-size: 13px
    }

    .contactus-topbg {
        margin-right: 0;
        padding: 40px
    }

    .circlewith-titles .maintitles.lefttitles h4 span {
        font-size: 16px;
        padding-bottom: 2px
    }

    .companypages-topbg {
        padding: 40px 20px 0 20px;
        margin-bottom: 40px
    }

        .companypages-topbg::before {
            min-height: 340px
        }

    .technology-bgscl {
        margin-top: 20px;
        padding: 5px 20px 20px 20px
    }

    .services-techbox h4 {
        padding: 28px 0 16px 0;
        font-size: 14px
    }

        .services-techbox h4 br {
            display: block
        }

    .services-techbox {
        margin-top: 15px;
        padding: 30px 15px
    }

    .learnmores-btns {
        padding: 6px 18px 8px 18px;
        font-size: 12px
    }

    .techno-icons img {
        width: 30px
    }

    .techno-icons::before {
        height: 50px;
        width: 50px;
        margin: 1px 0 0 -22px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .line {
        display: none
    }

    section {
        padding: 60px 0
    }

    .circlewith-titles {
        min-height: 180px;
        margin-bottom: 15px
    }

    .panel-label-anim {
        width: 180px;
        height: 180px
    }

    .circle-boxs {
        width: 30px;
        height: 18px;
        top: -8px
    }

        .circle-boxs.topboxs {
            top: -7px;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
            width: 30px;
            height: 18px
        }

    .business-growth {
        display: none
    }

    .customslider-image img {
        width: 260px
    }

    .banner-part {
        padding-top: 90px
    }

    .softdevl-contant {
        padding: 0;
        text-align: center
    }

        .softdevl-contant h4 {
            font-size: 30px
        }

        .softdevl-contant h2 {
            font-size: 20px;
            padding: 10px 0 20px 0
        }

    .gettouch ul li a.active, .gettouch ul li a:hover {
        font-size: 14px
    }

    .gettouch ul li a {
        padding: 10px 24px
    }

    .ourgold-partner ul li a img {
        width: 120px
    }

    .ourgold-partner {
        margin-top: 20px
    }

    .banner-topimg img {
        width: 350px
    }

    .h1heading {
        font-size: 24px;
        padding-bottom: 10px
    }

    .h4heading {
        font-size: 24px;
        padding-bottom: 10px
    }

    .maintitles h4 {
        font-size: 20px;
        padding-bottom: 10px
    }

    .maintitles p {
        font-size: 14px
    }

    .circlewith-titles .maintitles.lefttitles h4 span {
        font-size: 16px;
        padding-bottom: 2px
    }

    .companypages-topbg {
        padding: 50px 30px 10px 30px;
        margin-bottom: 20px
    }

        .companypages-topbg::before {
            min-height: 440px
        }

    .technology-bgscl {
        margin-top: 20px;
        padding: 20px 30px 30px 30px
    }

    .services-techbox h4 {
        padding: 28px 0 20px 0
    }

        .services-techbox h4 br {
            display: block
        }

    .services-techbox {
        margin-top: 10px;
        padding: 30px 15px
    }

    .learnmores-btns {
        padding: 6px 18px 8px 18px;
        font-size: 12px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .line {
        display: none
    }

    section {
        padding: 70px 0
    }

    .circlewith-titles {
        min-height: 180px;
        margin-bottom: 15px
    }

    .panel-label-anim {
        width: 180px;
        height: 180px
    }

    .circle-boxs {
        width: 30px;
        height: 18px;
        top: -10px
    }

        .circle-boxs.topboxs {
            top: -7px;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
            width: 30px;
            height: 18px
        }

    .business-growth {
        display: none
    }

    .customslider-image img {
        width: 290px
    }

    .banner-part {
        padding-top: 90px
    }

    .softdevl-contant {
        padding: 0
    }

        .softdevl-contant h4 {
            font-size: 32px
        }

        .softdevl-contant h2 {
            font-size: 20px;
            padding: 10px 0 20px 0
        }

    .gettouch ul li a.active, .gettouch ul li a:hover {
        font-size: 14px
    }

    .gettouch ul li a {
        padding: 10px 24px
    }

    .ourgold-partner ul li a img {
        width: 120px
    }

    .ourgold-partner {
        margin-top: 20px
    }

    .h1heading {
        font-size: 28px;
        padding-bottom: 10px
    }

    .h4heading {
        font-size: 28px;
        padding-bottom: 10px
    }

    .maintitles h4 {
        font-size: 26px;
        padding-bottom: 10px
    }

    .maintitles p {
        font-size: 14px
    }

    .companypages-topbg {
        padding: 50px 60px 20px 60px;
        margin-bottom: 30px
    }

        .companypages-topbg::before {
            min-height: 480px
        }

    .services-techbox h4 br {
        display: block
    }

    .services-techbox h4 {
        font-size: 15px
    }
}

@media (min-width:1080px) and (max-width:1440px) {
    .banner-part.innerbanner {
        height: auto
    }

    .certified-logo-inner img {
        width: 28%;
        margin-top: 25px;
        margin-left: 2px;
        height: auto
    }

    .certified-logo-inner {
        display: flex;
        gap: 10px
    }
}
