<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1366px) and (min-width: 1025px){

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

    .about-img2 img{
        bottom: 0;
    }
}
@media (max-width: 980px){
section.about-us-home .row{
    flex-direction: column-reverse;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
    margin-top: var(--m80);
    height: auto;
}
section.about-us-home{
    padding-bottom: 50px;
}
section.about-us-home .col-7.abt-right {
    width: 100%;
    padding-left: 12px;
}
section.about-us-home .abt-co-img{
    padding-right: 0;
}
section.about-home .col-5 {
    flex: 0 0 auto;
    width: 100%;
}
section.about-home .col-7.md-12.sm-12{
    width: 100%;
    margin-top: var(--m30);
    padding: 0 var(--p12);
}
section.about-home img{
    height: 400px;
}
section.about-home .about-img .main-about-img{
    width:100%;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    right: -53px;
    top: 45%;
    z-index: 999;
    color: #fff !important;
    background: var(--secondary-color);
    padding: var(--p10) var(--p25);
    border-radius: 40px;
}
.about_section .about_img{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
}
.about_section .about_content{
    min-height: auto;
}
.about_section .about_img img{
    height: 400px;
}
}
@media (max-width: 540px){
section.about-us-home .about-img1 {
    overflow: hidden;
}
section.about-us-home  .about-img2 {
    overflow: hidden;
}
section.about-us-home .col-7.abt-right {
    width: 100%;
    padding: 0px;
    padding-top: 0;
}
section.about-us-home .abt-co-img-right {
    text-align: left;
    z-index: 1;
    transform: translateY(0%) translateX(0px);
    position: relative;
    top: 0;
    margin-top: var(--m20);
}
section.about-us-home p{
    line-height: 1.5rem;
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width:100%;
}
section.about-us-home .abt-co-img-left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.about-us-home .col-5.abt-left{
    padding:0px;
    margin-top: var(--m30);
}
section.about-home .col-5, section.featured-pro .col-md-4{
    padding:0px;
}
section.about-home .col-7.md-12.sm-12{
    padding:0 0px;
}
section.about-home img{
    height:350px;
}
section.about-home .col-6.dash-top{
    width: 75px;
    padding: 0px;
    margin-bottom: var(--m10);
}

section.about-home .abt-cont{
    max-height: 385px;
}
section.about-us-home .about-img1 img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}
section.about-us-home .about-img2 img {
    position: relative;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 300px !important;
    border: 0px solid #fff;
    object-fit: cover;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
  right: -51px;
    top: 45%;
    z-index: 999;
    color: #fff !important;
    background: var(--secondary-color);
    padding: var(--p10) var(--p25);
    border-radius: 40px;
}
.banner h1{
    display: none;
}
section.about-us-home {
    padding-bottom: 40px;
}
.about_section .about_img img{
    height: 300px;
}
.about_section .about_content h5 {
    font-size: var(--f24);
    }
}
@media (max-width: 320px){

}</pre></body></html>