@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
	.top-form-area {
        position: relative;
        z-index: 19;
        margin-top: -30px;
        margin-bottom: 80px;
    }
    .home-about-img-area>.home-about-experience>span.exp-text {
        font-size: 24px;
        font-weight: 700;
        color: white;
        display: flex;
        width: 100%;
        text-align: center;
        padding: 0px 10px;
    }
    .home-about-img-area>.video-str>.video-box {
        display: flex;
        width: 75%;
        border-radius: 20px;
        box-shadow: 0px 3px 30px rgba(0, 0, 0, .16);
        overflow: hidden;
        position: relative;
        height: 290px;
        align-items: center;
        justify-content: center;
        top: 0;
        text-decoration: none;
    }
    .home-about-img-area>.video-str {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        margin-top: -150px;
        margin-bottom:30px;
    }
    .home-about-text-area {
        padding-left: 15px;
    }
    .number-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .why-list>h3 {
        font-family: "playfair-display", serif;
        font-size: 24px;
        font-weight: 700;
        color: white;
        border-bottom: 1px solid #E5007D;
        padding-bottom: 5px;
        width: fit-content;
        margin-bottom: 40px;
    }
    .owl-theme .owl-nav {
        margin-top: 0px;
        position: absolute;
        top: -90px;
        right: 0px;
    }
    .gallery-area>.overlay {
        padding-top: 60px;
        padding-bottom: 60px;
        display: flex;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .66);
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .gallery-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 60px;
    }
    .gallery-right {
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 60px;
    }
    .content-img {
        display: flex;
        width: 100%;
        position: relative;
        height: 240px;
        margin-bottom: 30px;
    }
    .branch-text {
        padding-left: 15px;
    }
    .about-area>.about-img {
        display: flex;
        width: 100%;
        position: relative;
        height: 260px;
        margin-bottom: 30px;
    }
    .blog-cat-box>a {
        display: flex;
        position: relative;
        width: 100%;
        height: 330px;
        flex-direction: column;
        justify-content: flex-end;
        text-decoration: none;
    }
    .post-text>.post-img {
        display: flex;
        width: 100%;
        position: relative;
        height: 300px;
        margin-bottom: 30px;
    }
    .pageHeader {
        position: relative;
        height: 330px;
        display: flex;
        align-items: center;
    }
    .headercrumb>h2 {
        display: flex;
        text-align: right;
        color: white;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: white;
        border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }
    ul.navbar-nav{
        background-color: white;
        padding: 0px 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: black;
        transition: all .4s;
    }
    .navbar-expand-lg .navbar-nav .nav-link.btn.btn-outline {
        border: 1px solid #E5007D;
        border-radius: 6px;
        height: 46px;
        display: flex;
        align-items: center;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 0px;
        margin-left: 0px;
        background-color: #E5007D;
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
        color: white;
    }
}