.about-headcontent-left {
    width: 45%;
}

.about-headcontent-left .sechead_xlg {
    letter-spacing: 0;
    margin: 0;
}

.about-content-right {
    width: 50%;
    margin-bottom: 50px;
}

.about-item {
    position: relative;
    margin-bottom: 150px;
}

.about-item #circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
    max-width: 360px;
    height: 100%;
}

#circle text {
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#circle svg {
    position: absolute;
   left: -15px;
    top: -30px;
    /* width: 100%;
 height: 300px;*/
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;

}

.about-item #circle:after {
    position: absolute;
    content: "";
    left: 180px;
    height: 100%;
    width: 1px;
    background: #ffffff;
    bottom: 0;
    top: 295px;
}
.about-item ~ .flex-container.wrap.justify-content-between.ptag{margin-bottom: 60px;}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}


.img-logo-center {
    position: absolute;
     left: 160px;
    top: 130px;
}

.left-img {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    width: 679px;
    margin-bottom: 100px;
}

.content-right {
    width: calc(100% - 679px);
    display: inline-block;
    padding-left: 82px;
    margin-bottom: 100px;
}
.content-right .sechead_xlg.light-heading{font-size: 36px;}
#circle svg {
       width: 400px;
    height: 400px;
    position: relative;
}

@media(max-width:1366px) {
    .content-right {
        width: calc(100% - 600px);
        padding-left: 50px
    }

    .left-img {
        width: 600px;
    }
    .about-item{margin-bottom: 100px;}
    .about-item ~ .flex-container.wrap.justify-content-between.ptag {
    margin-bottom: 30px;
    }
}

@media(max-width:1200px) {
    .content-right {
        width: calc(100% - 500px);
        padding-left: 30px;
        margin-bottom: 70px;
    }

    .left-img {
        width: 500px;
        margin-bottom: 70px;
    }

    .about-item {
        margin-bottom: 70px;
    }
}

@media(max-width:992px) {
    .left-img {
        position: relative;
        top: inherit;
        width: 100%;
        margin-bottom: 50px;
    }

    .about-headcontent-left,
    .about-content-right {
        width: 100%;
    }
.about-item ~ .flex-container.wrap.justify-content-between.ptag {
    margin-bottom: 0;
    }
    .content-right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .about-headcontent-left .sechead_xlg{margin-bottom: 30px;}
    .about-item {
        margin-bottom: 50px;
    }
}

@media(max-width:767px) {
    .about-item #circle:after {
        content: none;
    }

    
    .about-content-right,
    .left-img,
    .about-item {
        margin-bottom: 30px;
    }

    .about-content-right {
        margin-bottom: 0;
    }
    #circle svg {
    width: 300px;
        height: 300px}
    .img-logo-center {
    position: absolute;
    left: 120px;
    top: 100px;
    width: 30px;
}
}

@media(max-width:580px) {
    .about-item #circle {
        left: -50px;
        top: -55px;
        padding-bottom: 100%;
    }
    #circle svg{top :0;left: 0;}
 .img-logo-center{    left: 130px;
    top: 125px;}
}

@media(max-width:380px) {
    .img-logo-center {
          left: 120px;
    top: 115px;
    }

    .about-item #circle {
        top: -62px;
    }

    #circle svg {
        width: 280px;
        height: 280px;
    }
   
}
