@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    background: #fff;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Cormorant Garamond', serif;
}
p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common{
    color: #E6D58B;
}
.main-title{
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    background: #fff;
    display: inline-block;
}
.main-title::before {
    position: absolute;
    left: -20px;
    top: -14px;
    display: inline-block;
    content: " ";
    width: 40px;
    height: 60px;
    background: none;
    border: 3px solid #E6D58B;
    z-index: -2;
}
.main-text{
    font-size: 16px;
    color: #6e7879;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.quote-title{
    font-size: 50px;
    color: #061848;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 15px;
}
.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding:  0px;
    background: #061848 !important;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed .navbar-brand img{
    width: 150px !important;
}

.whatsapp-button{
    position: fixed;
    bottom: 85px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 70px;
    height: 70px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}
.whatsapp-button:hover , .whatsapp-button:focus{
   color:#fff !important;
}
@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
@keyframes swip_left {
    from {
        transform: translate(-50px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
@keyframes swip_right {
    from {
        transform: translate(50px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0,0,);
        opacity: 1
    }
}
.banner-section {
    position: relative;
}
.banner-section header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
}
.banner-section header .navbar{
    background: transparent;
    padding: 15px 0px;
}
.banner-section header .navbar .navbar-brand img{
    width: 200px;
}
.banner-section header .navbar .nav-link{
    font-size: 16px;
    color: #fff;
}
.banner-section header .navbar .nav-link.active , .banner-section header .navbar .nav-link:hover{
    color: #E6D58B;
}
.banner-section header .navbar .nav-item{
    margin-left: 30px;
}
.banner-section .banner-img{
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position:top  !important;
    background-repeat: no-repeat !important;
    position: relative;
    webkit-clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 100% 0);
    clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 100% 0);
}
.banner-section .banner-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #061848af;
    webkit-clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 100% 0);
    clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 100% 0);
}
.banner-section .banner-img-1{
    background: url(../images/banner-1.webp) ;
}
.banner-section .banner-img-2{
    background: url(../images/banner-2.webp) ;
}
.banner-section .banner-img-3{
    background: url(../images/banner-3.webp) ;
}
.banner-section .banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    z-index: 1;
}
.banner-section .banner-content .banner-title{
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.banner-section .banner-content .banner-subtitle{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.banner-section .banner-content .banner-subtitle span{
    color: #E6D58B;
}
.banner-section .icon{
   position: absolute;
   bottom: 50px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 1;
}
.banner-section .icon a{
    font-size: 26px;
    color: #E6D58B;
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #E6D58B;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
  }
  .demo a:hover {
    opacity: .5;
  }
  #scroll08 a {
    padding-top: 60px;
  }
  #scroll08 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
   transform: translateX(-50%);
    border: 2px solid #E6D58B;
    border-radius: 50px;
    box-sizing: border-box;
  }
  #scroll08 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #E6D58B;
    animation: up_down 1.1s infinite;
    border-radius: 100%;
    box-sizing: border-box;
  }
  @keyframes up_down {
    from {
        transform: translate(0px, 30px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.projects{
    padding: 60px 0px;
}
.projects .project-title{
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}
.projects .project-title::after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #E6D58B;
    bottom: 0px;
}
.projects .project-list{
    margin-top: 20px;
}
.projects .project-list li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    margin-bottom: 10px;
    position: relative;
}
.projects .project-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #E6D58B;
}
.projects .project-gallery img{
    width: 100%;
}
.projects .project-gallery .project-carousel .owl-nav{
    display: none !important;
}
.projects .project-gallery .project-carousel .owl-dots {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.projects .project-gallery .project-carousel .owl-dots .owl-dot span {
    width: 30px;
    height:5px;
    margin: 5px 7px;
    background:#efefef;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 0px;
    position: relative;
}
.projects .project-gallery .project-carousel .owl-dots .owl-dot.active span{
   border-color: #E6D58B;
   background: #E6D58B;
}
.our-service{
    padding: 60px 0px ;
}
.our-service .service-card{
    padding: 20px;
    border: 1px solid #f1eeeb;
    position: relative;
    width: 100%;
    height: 100%;
}
.our-service .service-card .back-img{
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    opacity: 0.5;
}
.our-service .service-card .icon{
    margin-bottom: 10px;
}
.our-service .service-card .icon img{
    width: 50px;
}
.our-service .service-card .card-title{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #222;
    position: relative;
    z-index: 1;
}
.about-detail{
    padding: 60px 0px;
}
.pdf-button{
    padding: 15px 0px;
}
.pdf-button .pdf-btn{
    background: #061848;
    padding: 12px 30px;
    border-radius: 3px;
    color: #fff;
}
.pdf-button .pdf-btn i{
    margin-right: 5px;
}
.image--box {
    margin-top: 20px;
    display: grid;
    grid-auto-rows: 320px;
    grid-gap: 5px;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-auto-flow: dense;
}
.image--box .box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 1.2s all;
    position: relative;
}
.image--box .box a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../images/search.png);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.image--box .box:hover img {
    transform: scale(1.2);
}
.image--box .box:hover a::after {
    opacity: 1;
    visibility: visible;
}
.image--box .box img {
    transition: 1.2s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: top;
}
.image--box .box.tall {
    grid-row: span 2;
}
.image--box .box.tall .img-box{
   height: 660px;
   width: 100%;
}
.image--box .box.wide .img-box{
    height: 330px;
    width: 100%;
 }
 .image--box .box .img-box{
    height: 330px;
    width: 100%;
 }
.image--box .box.wide {
    grid-column: span 2;
}






.gallery{
    padding: 60px 0px;
}
.gallery .image--container {
    margin-top: 20px;
    display: grid;
    grid-auto-rows: 200px;
    grid-gap: 5px;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-auto-flow: dense;
}
.gallery .box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 1.2s all;
    position: relative;
}
.gallery .box a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../images/search.png);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.gallery .box:hover img {
    transform: scale(1.2);
}
.gallery .box:hover a::after {
    opacity: 1;
    visibility: visible;
}
.gallery .box img {
    transition: 1.2s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3.2;
}
.gallery .box.tall {
    grid-row: span 2;
}
.gallery .box.tall .img-box{
   height: 400px;
   width: 100%;
}
.gallery .box.wide .img-box{
    height: 200px;
    width: 100%;
 }
 .gallery .box .img-box{
    height: 200px;
    width: 100%;
 }
.gallery .box.wide {
    grid-column: span 2;
}
.client-service{
    padding: 60px 0px;
}
.client-service .client-box{
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding:30px 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
.client-service .client-box:hover{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.client-service .client-box:hover img{
    filter: grayscale(0) !important;
}
.client-box.client-bt-0{
    border-bottom: none;
}
.client-service .client-box .icon{
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
}
.client-service .client-box .icon .icon-img{
    float: left;
    margin-bottom: 10px;
    width: 100%;
    height: 70px;
    position: relative;
}
.client-service .client-box .icon img{
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.client-service .client-box .title{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Fira Sans', sans-serif;
}
.contact-us{
    padding: 60px 0px;
}
.contact-us .map-img{
    width: 100%;
    height: 500px;
}
.contact-us .map-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
}
.contact-us .contact-right .contact-title{
    font-size: 30px;
    font-weight: 600;
    color: #E6D58B;
    margin-bottom: 20px;
    text-align: center;
}
.contact-us .contact-right  .scan-img{
    width: 100%;
    height: 200px;
}
.contact-us .contact-right .scan-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
}
.nearest-list{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nearest-list {
    margin-bottom: 20px;
}
.nearest-list  .icon img{
    width: 45px;
    margin:  0 auto;
}
.nearest-list{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.footer{
    background: url(../images/footer.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   padding: 30px 0px 10px;
   margin-top: -1px;
   position: relative;
}
.footer::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #061848cb;
}
.footer .footer-logo {
   margin-bottom: 20px;
}
.footer .footer-logo img{
   width: 200px;
   filter: brightness(0) invert(1);
   z-index: 1;
   position: relative;
}
.footer .footer-text{
   font-size: 16px;
   line-height: 28px;
   color: #ffffff;
   font-weight: 400;
   margin-bottom: 15px;
   position: relative;
   z-index: 1;
}
.footer .footer-title{
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   margin-top: 20px;
   margin-bottom: 25px;
   position: relative;
   z-index: 1;
}
.footer .footer-contact-list{
   margin-bottom: 0px;
   padding-top:    0px;
   position: relative;
   z-index: 1;
}
.footer .footer-contact-list li{
   padding-bottom: 15px;
}
.footer .footer-contact-list .footer-contact{
   color: #ffff;
   font-size: 15px;
}
.footer .footer-contact-list .footer-contact i{
   margin-right: 10px;
}
.footer .footer-bottom{
   padding: 15px 0px 5px;
   border-top: 1px solid #ffffff14;
   position: relative;
   z-index: 1;
}
.footer .footer-bottom .copyright-text{
   font-size: 16px;
   color: #fff;
   font-weight: 400;
   text-align: center;
   margin-bottom: 0px;

}





#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #E6D58B;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background-color: #E6D58B;
}


.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}
.fade{
    opacity: 0 !important;
}
.hide{
   display: none !important;
}

@media (min-width:2000px) {
  
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1200;
        background: transparent;
        border-bottom: 1px solid #ffffff14;
        padding: 15px 0px;

    }
    .mobile-header .logo img {
        width: 150px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
    .toggler {
    color: #fff !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-section .banner-img{
        height: 550px;
    }
    .banner-section .banner-content .banner-title {
        font-size: 30px;
        line-height: 28px;
    }
    .main-title , .about-title , .form-section .form-left-title{
        font-size: 26px;
        line-height: 32px;
    }
    .gallery .image--container , .image--box{
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
    .main-title::before{
        left: -7px;
    top: -7px;
    width: 25px;
    height: 40px;
    }
    .contact-us .map-img{
        height: 300px;
    }
    .offcanvas-backdrop.show{
        opacity: 0;
    }
    .client-service .client-box{
        border: 1px solid #efefef !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1200;
        background: transparent;
        border-bottom: 1px solid #ffffff14;
        padding: 15px 0px;

    }
    .mobile-header .logo img {
        width: 150px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
    .toggler {
    color: #fff !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-section .banner-img{
        height: 550px;
    }
    .banner-section .banner-content .banner-title {
        font-size: 30px;
        line-height: 28px;
    }
    .main-title , .about-title , .form-section .form-left-title{
        font-size: 26px;
        line-height: 32px;
    }
    .gallery .image--container , .image--box{
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
    .main-title::before{
        left: -7px;
    top: -7px;
    width: 25px;
    height: 40px;
    }
    .contact-us .map-img{
        height: 300px;
    }
    .offcanvas-backdrop.show{
        opacity: 0;
    }
    .client-service .client-box{
        border: 1px solid #efefef !important;
    }
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1200;
        background: transparent;
        border-bottom: 1px solid #ffffff14;
        padding: 15px 0px;

    }
    .mobile-header .logo img {
        width: 150px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
    .toggler {
    color: #fff !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-section .banner-img{
        height: 550px;
    }
    .banner-section .banner-content .banner-title {
        font-size: 30px;
        line-height: 28px;
    }
    .main-title , .about-title , .form-section .form-left-title{
        font-size: 26px;
        line-height: 32px;
    }
    .gallery .image--container , .image--box{
        grid-template-columns: 1fr;
    }
    .main-title::before{
        left: -7px;
    top: -7px;
    width: 25px;
    height: 40px;
    }
    .contact-us .map-img{
        height: 300px;
    }
    .client-service .client-box{
        border: 1px solid #efefef !important;
    }
}
