#about {
    position: relative;
}
.nobtpadd{margin-bottom: 0 !important;}
#about::before {
    content: "";
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    transform: skew(-85.8deg);
    transform-origin: 300px;
    background: #fff;
    height: 300px;
    transform-origin: left bottom;
}

#about::after {
    content: "";
    position: absolute;
    bottom: -300px;
    left: 0;
    width: 100%;
    transform: skew(-85.8deg);
    transform-origin: 300px;
    background: #fff;
    height: 300px;
    transform-origin: left top;
    z-index: 1;
}

.about-heading h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
    margin-top: 50px;
    margin-bottom: 20px;
}

.about-heading p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444444;
    padding: 0 275px;
    margin-bottom: 0;
}
.circle-main {
    width: 370px;
    height: 370px;
    border: 1px solid #444444;
    margin: 0 auto;
    margin-top: 300px;
    border-radius: 50%;
    margin-bottom: 240px;
}

.about-circle {
    position: relative;
    width: 320px;
    height: 320px;
    margin-left: 25px;
    margin-top: 25px;
}
.about-circle img{
    border-radius: 50%;
}
.about-circle:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}

.about-main {
    position: relative;
}

.about-left {
    width: 370px;
    background: #eeeeee;
    position: absolute;
    top: 45%;
    left: -5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-left:hover {
    filter: drop-shadow(2px 2px 2px #bdb3b3);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-left:hover::before {
    background: #07aaa5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-left::after {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    right: -10px;
    top: 40%;
    background: #eeeeee;
    transform: rotate(45deg);
    z-index: 998;
}

.about-left::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    right: -46px;
    top: 45%;
    background: #353535;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-left h3 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #111111;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.about-left p {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
    padding-bottom: 30px;
    z-index: 999;
    position: relative;
}

.about-right {
    width: 370px;
    background: #eeeeee;
    position: absolute;
    top: 45%;
    right: -5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-right:hover {
    filter: drop-shadow(-2px 2px 2px #bdb3b3);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-right:hover::before {
    background: #07aaa5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-right::after {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    left: -10px;
    top: 40%;
    background: #eeeeee;
    transform: rotate(45deg);
    z-index: 998;
}

.about-right::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: -46px;
    top: 45%;
    background: #353535;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-right h3 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #111111;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.about-right p {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
    padding-bottom: 30px;
    z-index: 999;
    position: relative;
}

.about-top {
    width: 370px;
    background: #eeeeee;
    position: absolute;
    top: 92px;
    left: 34%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-top:hover {
    filter: drop-shadow(0px 2px 3px #bdb3b3);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-top:hover::before {
    background: #07aaa5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-top::after {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    left: 45%;
    bottom: -5%;
    background: #eeeeee;
    transform: rotate(45deg);
    z-index: 998;
}

.about-top::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 48%;
    bottom: -23%;
    background: #353535;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-top h3 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #111111;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.about-top p {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
    padding-bottom: 30px;
    z-index: 999;
    position: relative;
}

.about-bottom {
    width: 370px;
    background: #eeeeee;
    position: absolute;
    bottom: 30px;
    left: 34%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-bottom:hover {
    filter: drop-shadow(0px -2px 3px #bdb3b3);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-bottom:hover::before {
    background: #07aaa5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-bottom::after {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    left: 45%;
    top: -5%;
    background: #eeeeee;
    transform: rotate(45deg);
    z-index: 998;
}

.about-bottom::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 48%;
    top: -23%;
    background: #353535;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.about-bottom h3 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #111111;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.about-bottom p {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
    padding-bottom: 30px;
    z-index: 999;
    position: relative;
}


/* ========= 
    media Queries max width 992px 
========= */

@media (min-width: 992px) and (max-width: 1199px) {
    
    /* about */
    .about-heading h2 {
        margin-top: 0;
    }
    .about-heading p {
        padding: 0 75px;
        padding-bottom: 30px;
    }
    .circle-main {
        width: 240px;
        height: 240px;
        margin-top: 230px;
    }
    .about-circle {
        width: 215px;
        height: 215px;
        margin-left: 12px;
        margin-top: 12px;
    }
    .about-top {
        width: 300px;
        top: 36px;
        left: 34%;
    }
    .about-top h3 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-bottom {
        width: 300px;
        bottom: 56px;
        left: 34%;
    }
    .about-bottom h3 {
        padding-bottom: 0;
    }
    .about-bottom p {
        padding-bottom: 0;
    }
    .about-left {
        width: 300px;
        top: 38%;
        left: 28px;
    }
    .about-left h3 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-left p {
        padding-bottom: 10px;
    }
    .about-right {
        width: 300px;
        top: 38%;
        right: 28px;
    }
    .about-right h3 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-right p {
        padding-bottom: 10px;
    }
}

/* ============== 
    media min-width: 768px 
=============== */

@media (min-width: 768px) and (max-width: 991px) {

    /* about */
    .about-heading h2 {
        margin-top: 0;
    }
    .about-heading p {
        padding: 0px 50px;
    }
    .circle-main {
        width: 150px;
        height: 150px;
        margin-top: 270px;
    }
    .about-circle {
        width: 130px;
        height: 130px;
        margin-left: 9px;
        margin-top: 10px;
    }
    .about-top {
        width: 250px;
        top: -118%;
        left: 33%;
    }
    .about-top::after {
        height: 30px;
        width: 30px;
        left: 46%;
    }
    .about-top::before {
        bottom: -24%;
    }
    .about-top h3 {
        font-size: 18px;
        padding: 0 30px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-top p {
        font-size: 14px;
        padding: 0 10px;
        padding-bottom: 13px;
    }
    .about-left {
        width: 250px;
        top: -6%;
        left: 13px;
    }
    .about-left::after {
        height: 30px;
        width: 30px;
        top: 42%;
    }
    .about-left h3 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-left p {
        padding: 0px 18px;
        padding-bottom: 16px;
    }
    .about-right {
        width: 250px;
        top: -6%;
        right: 12px;
    }
    .about-right::after {
        height: 30px;
        width: 30px;
        top: 42%;
    }
    .about-right h3 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-right p {
        padding: 0px 15px;
        padding-bottom: 16px;
    }
    .about-bottom {
        width: 250px;
        bottom: -201px;
        left: 33%;
        bottom: -175px;
    }
    .about-bottom::after {
        height: 30px;
        width: 30px;
        left: 46%;
    }
    .about-bottom::before {
        top: -25%;
    }
    .about-bottom h3 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-bottom p {
        padding: 0 10px;
        padding-bottom: 10px;
    }
    
}

/* ============== 
    media 767 
=============== */

@media (max-width: 767px) {
    
    /* about part */
    #about {
        height: 1280px
    }
    .about-heading h2 {
        margin-top: 20px;
    }
    .about-heading p {
        padding: 0px 0px;
    }
    .circle-main {
        margin-top: 40px;
        width: 200px;
        height: 200px;
        margin-bottom: 650px;
    }
    .about-circle {
        width: 180px;
        height: 180px;
        margin-left: 9px;
        margin-top: 9px;
    }
    .about-top {
        width: 280px;
        top: 240px;
        left: 50%;
        transform: translateX(-50%);
    }
    .about-top::after {
        display: none;
    }
    .about-top::before {
        display: none;
    }
    .about-top h3 {
        padding-top: 0px;
    }
    .about-top p {
        padding-bottom: 10px;
    }
    .about-top::after {
        left: 44%;
    }
    .about-bottom {
        width: 280px;
        bottom: -735px;
        margin-bottom: 25px;
        transform: translateX(-50%);
        left: 50%;
    }
    .about-bottom::after {
        display: none;
    }
    .about-bottom::before {
        display: none;
    }
    .about-bottom h3 {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .about-bottom p {
        padding-bottom: 10px;
    }
    .about-bottom::after {
        left: 44.2%;
    }
    .about-left {
        width: 280px;
        top: 205%;
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
    }
    .about-left::after {
        display: none;
    }
    .about-left::before {
        display: none;
    }
    .about-left h3 {
        padding-top: 0px;
    }
    .about-left p {
        padding-bottom: 10px;
    }
    .about-right {
        width: 280px;
        top: 290%;
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
    }
    .about-right::after {
        display: none;
    }
    .about-right::before {
        display: none;
    }
    .about-right h3 {
        padding-top: 0px;
    }
    .about-right p {
        padding-bottom: 10px;
    }
    
}