@media only screen and (max-width: 992px) {
    .tp-hero-vp-title h2 {
    font-size: 80px;
    line-height: 85%;
    text-transform: uppercase;
}
.about-content {
    text-align: left;
    padding: 100px 50px 50px 50px;
}
.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px !important;
    display: flex;
}
.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 180px auto;
}
.site-menu-toggle{
    right:20px;
    top:30px;
    position: absolute;
}
.tp-video-vp-img-inner-2 video{
    margin-top:150px;
}
}
@media only screen and (max-width: 767px) {
.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px !important;
    display: flex;
}
.tp-hero-vp-title h2 {
    font-size: 42px;
}
.tp-hero-vp-title {
    position: relative;
}

.site-menu-toggle{
    right:20px;
    top:30px;
    position: absolute;
}

.des-brand-item{
    display: block;
}
.title-area h2 {
    font-size: 50px;
    font-weight: 700;
}
.breadcrumb-section__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: 14px;
    text-transform: uppercase;
}
.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 180px auto;
}
.about-area {
    padding: 50px 0 0 0;
    background: #000;
    margin: 50px 0 0 0;
}
.about-content {
    text-align: left;
    padding: 0 0 0 20px;
    margin-top: 50px;
}
}