.tp-banner-bg {
    height: calc(100vh);
    display: flex;
    align-items: center;
}

.tp-banner {
    padding-top: 170px;
    padding-bottom: 440px;
}
h2.tp-banner-title {
    font-size: 60px;
}
.tp-banner-bg .tp-banner-bg-shape {
    top: auto;
    height: 90%;
    width: 50%;
    bottom: 0;
}
.banner-area.tp-banner-bg::before {
    top: auto;
    height: 90%;
    width: 50%;
    bottom: 0;
}


section.services-area.tp-services-plr {
    padding-bottom: 0;
}
.services-area .tp-services-item {
    margin-left: 0px;
    padding: 30px 30px 45px 30px;
    height: calc(100% - 50px);
}
.services-area .tp-services-item-content ul {
    padding-left: 15px;
}
.tp-header-area .main-menu ul li .tp-submenu {
    width: 340px;
}
.main-menu ul li .tp-submenu > li > a {
    padding: 6px 20px;
}



@media only screen and (max-width:991px){
.tp-banner-bg {
    height:auto;   
}
.tp-banner-bg .tp-banner-bg-shape,
.banner-area.tp-banner-bg::before{
    display:none;
}
}