body{
    margin: 0;
    color: #111111;
    font-family: 'Hanken Grotesk';
}

a{
    text-decoration: none;
}

.pt-pb{
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-80{
    padding-top: 80px;
}

.pt-50{
    padding-top: 50px;
}

ul{
    padding: 0;
}

.header-menu{
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 4px #111;
    left: 0;
    right: 0;
}

.top-menu{
    background: #626262;
    padding: 10px 0px;
}

.top-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-icon span img{
    width: 25px;
    filter: invert(1);
    margin-right: 4px;
}

.header-icon a{
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
}

.header-social a{
    display: inline-block;
}

.header-social a i{
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #111111;
    box-shadow: 1px 2px 5px #111111;
    margin-right: 8px;
}

.header-menu .logo{
    width: 120px;
}

.header-menu .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

.navigation-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-menu .navbar .nav-link{
    color: #111111;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 5px;
}

.header-menu .navbar .nav-item{
    padding: 24px 20px;
}

.header-menu .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #c80709;
    border-bottom: 1px solid #c80709;
}

.header-menu .navbar .nav-link:hover{
    color: #c80709;
}

.header-menu .dropdown-menu .dropdown-item{
    padding: 5px 20px;
}

.header-menu .dropdown-menu .dropdown-item:hover{
    color: #c80709;
}

/*================================Main Css======================*/

.banner-area{
    margin-top: 160px;
}

.banner-item{
    position: relative;
}

.banner-item img{
    width: 100%;
    object-fit: cover;
    height: 650px;
}

/* .banner-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.banner-detail{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 40%;
    color: #fff;
    font-size: 20px;
    transform: translate(0px, -50%);
    background: rgb(17 17 17 / 40%);
    padding: 40px 30px;
    border: 8px solid rgb(255 255 255 / 20%);
    border-radius: 10px;
}

.banner-detail h1{
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.banner-btn{
    margin-top: 30px;
}

.banner-btn a i{
    margin-right: 10px;
}

.banner-btn a{
    color: #111111;
    text-decoration: none;
    padding: 12px 50px;
    font-size: 18px;
    border-radius: 0px 25px 25px 25px;
    background-color: #fff;
    background-image: radial-gradient(#c80709 0, #c80709 50%, transparent 0, transparent 100%);
    background-repeat: no-repeat;
    background-size: 250% 500%;
    background-position: -50% 25%;
    transition: background-position 0.5s ease;
    display: inline-block;
}

.banner-btn a:hover{
    background-position: 50% 26%;
    color: #fff;
}

.banner-slider .slick-prev, .banner-slider .slick-next{
    display: none !important;
}

.banner-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    top: -40px;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c80709;
}

.about-left{
    position: relative;
}

.about-left figure{
    margin: 0;
    width: 80%;
}

.about-left figure img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    border: 5px solid #c80709;
    border-radius: 8px;
}

.about-feedback{
    position: absolute;
    transform: rotate(270deg);
    font-size: 18px;
    right: -50px;
    top: 90px;
}

.about-feedback span{
    width: 60px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #626262;
    color: #fff;
    border-radius: 50%;
}

.about-feedback strong{
    margin-left: 12px;
}

.about-left-bottom{
    margin-top: -70px;
    position: relative;
    display: flex;
    justify-content: end;
}

.about-left-bottom figure{
    margin: 0;
    width: 80%;
}

.about-left-bottom figure img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 5px solid #c80709;
    border-radius: 8px;
}

.about-exp{
    flex-wrap: wrap;
    width: 150px;
    height: 150px;
    display: flex;
    background: #626262;
    border-radius: 50%;
    border: 5px solid #fff;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    transform: translate(25%, 0px);
    align-content: center;
    text-align: center;
    padding: 0px 6px;
}

.about-exp h3{
    margin: 0;
    font-size: 40px;
}


.about-exp p{
    margin: 0;
    text-transform: capitalize;
}

.home-about{
    padding: 0px 12px;
}

.home-about h4{
    color: #c80709;
}

.home-about h4::before{
    content: "";
    width: 40px;
    display: inline-block;
    height: 2px;
    background: #c80709;
    vertical-align: middle;
    border-radius: 30px;
    margin-right: 8px;
}

.home-about h2{
    font-size: 45px;
    margin-bottom: 20px;
}

.home-about li{
    list-style-type: none;
    padding: 4px 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.home-about li::before{
    content: "\f18e";
    font-family: fontawesome;
    margin-right: 8px;
}

.commn-btn{
    margin-top: 30px;
}

.commn-btn a{
    color: #fff;
    text-decoration: none;
    padding: 12px 50px;
    font-size: 18px;
    border-radius: 0px 25px 25px 25px;
    background-color: #626262;
    background-image: radial-gradient(#c80709 0, #c80709 50%, transparent 0, transparent 100%);
    background-repeat: no-repeat;
    background-size: 250% 500%;
    background-position: -50% 25%;
    transition: background-position 0.5s ease;
    display: inline-block;
}

.commn-btn a:hover{
    background-position: 50% 26%;
    color: #fff;
}

.choose-bg{
    background: #626262;
    padding: 70px 0px;
}

.choose-us-heading{
    color: #fff;
    text-align: center;
}

.choose-us-heading h4::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    margin-right: 8px;
}

.choose-us-heading h2{
    font-size: 45px;
}

.choose-pic figure{
    margin: 0;
}

.choose-pic figure img{
    width: 100%;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.why-us-detail{
    margin-top: -60px;
}

.choose-box{
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

.choose-box::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c80709;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.box-icon{
    position: relative;
}

.box-icon figure{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #1111110a;
    border-radius: 50%;
}

.box-icon figure img{
    width: 52px;
}

.choose-detail h4 a{
    text-transform: capitalize;
    color: #111111;
    font-weight: 600;
    font-size: 22px;
}

.choose-box:hover::before{
    height: 100%;
}

.choose-box:hover .choose-detail h4 a, .choose-box:hover .choose-detail{
    color: #fff;
    position: relative;
}

.choose-box:hover .box-icon figure{
    background: #fff;
}

.commn-heading{
    text-align: center;
    margin-bottom: 50px;
}

.commn-heading h4{
    text-transform: capitalize;
    color: #c80709;
}

.commn-heading h4::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #c80709;
    vertical-align: middle;
    margin-right: 8px;
}

.commn-heading h2{
    font-size: 45px;
}

.service-box{
    box-shadow: 0px 2px 4px #111111;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 24px;
    transition: 0.5s ease-in-out;
}

.service-pic figure img{
    width: 100%;
    height: 267px;
    object-fit: cover;
}

.service-detail{
    padding: 25px 15px;
    text-align: center;
    padding-bottom: 40px;
}

.service-detail h4 a{
    text-transform: capitalize;
    color: #111111;
    font-size: 21px;
    font-weight: 600;
}

.service-box:hover{
    transform: translateY(-10px);
}

.service-box:hover .service-pic figure img{
    filter: grayscale(100%);
}

.video-bg{
    position: relative;
}

.video-bg figure{
    margin: 0;
}

.video-bg figure img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.video-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11111180;
}

.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border: 2px solid #fff;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transition: 0.5s ease-in-out;
}

.play-icon:hover{
    background: #c80709;
    border-color: #c80709;
}

.modal-video{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 5px;
}

.client-brand-box{
    box-shadow: 0px 0px 6px rgb(39 39 39 / 40%);
    padding: 0px 15px;
    margin: 10px 12px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.client-brand-box figure{
    margin: 0;
}

.client-brand-box img{
    width: 100%
}

.client-views-slider .slick-dots li button:before {
    font-size: 30px;
}

.client-views-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #262626;
}

.home-contact-form{
    background: url(../img/amit/office-for-nuvem-labs-gurugram/office-nuvem-08.jpg);
    background-size: cover;
    padding: 100px 0px;
}

/*==========================About Us Css===============*/


.inner-banner-bg{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 160px;
    background-position: center;
}

.inner-banner-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(17 17 17 / 30%);
}

.inner-banner-detail{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.inner-banner-detail h1{
    font-size: 45px;
    text-transform: capitalize;
}

.inner-banner-detail li{
    list-style-type: none;
    display: inline-block;
    padding: 0px 2px;
    font-size: 20px;
    color: #c80709;
}

.inner-banner-detail li a{
    color: #fff;
}

.about-interior-box{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}

.about-interior-icon figure{
    margin: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #cccccc42;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.about-interior-icon figure img{
    width: 45px;
}

.about-interior-detail{
    padding: 0px 12px;
}

.about-interior-detail h4 a{
    color: #111111;
    text-transform: capitalize;
}

.about-interior-detail p{
    margin: 0;
}

.about-interior-box:hover .about-interior-icon figure{
    background: #c80709;
}

.about-interior-box:hover .about-interior-icon figure img{
    filter: invert(1);
}


/*=============================Services================*/

.inner-service-detail h2{
    font-size: 25px;
    font-weight: 600;
}

.service-faq .accordion-button {
    color: #111111;
    border: 1px solid #111111;
    margin-bottom: 10px;
    font-weight: 500;
}

.service-faq .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.service-faq .accordion-item{
    border: none;
}

.service-faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.service-faq .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.service-faq .accordion-button:not(.collapsed) {
    color: #111111;
    background-color: unset;
    border-bottom: 1px solid #111111;
}

.service-faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.interior-service-side{
    padding: 30px 20px;
    box-shadow: 0px 1px 5px rgb(17 17 17 / 50%);
    border-radius: 5px;
}

.interior-service-side h4{
    text-transform: capitalize;
}

.interior-service-side ul{
    padding-left: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(17 17 17 / 20%);
    margin-top: 25px;
}

.interior-service-side li{
    padding: 8px 0px;
}

.interior-service-side li a{
    color: #111;
}

.interior-service-side figure img{
    width: 100%;
}

.service-contact{
    padding: 8px 0px;
    transition: 0.5s ease-in-out;
}

.service-contact span{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(17 17 17 / 5%);
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.5s ease-in-out;
}

.service-contact span img{
    width: 20px;
}

.service-contact a{
    color: #111;
}

.service-contact:hover span img{
    filter: invert(1);
}

.service-contact:hover span{
    background:#111;
}

.interior-right-side figure img{
    width: 100%;
    border-radius: 5px;
}

.about-interior-archi figure img{
    height: 300px;
    object-fit: cover;
}

.about-interior-archi ul{
    padding-left: 20px;
}

.about-interior-archi li{
    padding: 6px 0px;
    text-transform: capitalize;
}

.service-left-side{
    position: sticky;
    top: 0;
}

.faq-heading{
    padding-top: 30px;
    padding-bottom: 20px;
}

.faq-heading h5{
    text-transform: capitalize;
    color: #c80709;
}

.faq-heading h5::before{
    content: "";
    display: inline-block;
    background: #c80709;
    width: 40px;
    height: 2px;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 30px;
}


/*====================Portfolio=====================*/


.portfolio-gallery{
    position: relative;
    box-shadow: 1px 3px 8px rgb(0 0 0 / 50%);
    border-radius: 5px;
}

.gallery-box{
    box-shadow: none !important;
}

.portfolio-gallery figure{
    margin: 0;
}

.portfolio-gallery img{
    width: 100%;
    vertical-align: middle;
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
}

.gallery-detail{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    background: rgb(98 98 98 / 60%);
    padding: 10px 0px;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.gallery-detail a{
   display: inline-block;
   color: #fff;
   text-transform: capitalize;
}

.portfolio-gallery video{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}



/*==========================Contact Us======================*/

.contactus-page{
    box-shadow: 0px 2px 5px #111111;
    border-radius: 10px;
}

.contactus-form{
    padding: 30px 30px;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
}

.contactus-form h2{
    font-size: 45px;
    color: #111111;
    margin-bottom: 30px;
}

.contactus-form label{
    margin-bottom: 2px;
}

.contactus-form .form-control{
    border: 1px solid #111111;
    padding: 10px 10px;
}

.send-btn button{
    width: 100%;
    border: 1px solid #111111;
    background: #111111;
    color: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    text-transform: uppercase;
}

.get-touch{
    box-shadow: 1px 1px 6px #121212;
    border-radius: 10px;
    padding: 30px 20px;
    height: 156px;
    margin-top: -20px;
    position: relative;
    background: #fff;
}

.touch-icon{
    margin-bottom: 15px;
}

.touch-icon img{
    width: 40px;
    margin-right: 10px;
}

.touch-icon strong{
    font-size: 22px;
    vertical-align: middle;
}

.touch-text a{
    color: #121212;
}

.touch-text p{
    margin: 0;
}


.contact-map iframe{
    width: 100%;
    height: 500px;
}

.contact-bg{
    height: 100%;
}

.contact-bg figure{
    margin: 0;
    height: 100%;
}

.contact-bg figure img{
    width: 100%;
    height: 100%;
}



/*=========================Sevice Page======================*/

.service-detail-box{
    box-shadow: 1px 2px 8px #000;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.inner-service-pic figure{
    margin: 0;
    transition: 0.5s ease-in-out;
}

.inner-service-pic figure img{
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.service-detail-box:hover .inner-service-pic figure img{
    filter: grayscale(100%);
}

.service-detail-box:nth-child(even) .row{
    flex-direction: row-reverse;
}

.interior-right-side .accordion-item {
    border: none;
}

.interior-right-side .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.interior-right-side .accordion-button {
    color: #111;
    border: 1px solid #626262;
    margin-bottom: 10px;
}

.interior-right-side .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.interior-right-side .accordion-button:focus {
    border-color: #626262;
    box-shadow: none;
}

.interior-right-side .accordion-button:not(.collapsed) {
    color: #c80709;
    background-color: #fff;
    border: 1px solid #c80709;
}

/*========================Our Process===================*/

.process-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.process-box:nth-child(even){
    flex-direction: row-reverse;
}

.process-pic{
    width: 40%;
}

.process-pic figure{
    margin: 0;
}

.process-pic figure img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.process-detail{
    width: 60%;
    background: #fff;
    margin-left: -40px;
    padding: 50px 35px;
    box-shadow: 2px 2px 6px #626262;
    border-radius: 10px;
}

.process-detail h4{
    text-transform: capitalize;
}

.process-box:nth-child(even) .process-pic img{
    margin-left: -40px;
    position: relative;
    z-index: -1;
}

.process-detail h4 span{
    display: inline-block;
    background: #262626;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 8px;
    margin-bottom: 15px;
}

.process-detail li{
    display: inline-block;
    width: 49%;
    padding: 5px 0px;
}

.process-detail li::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111;
    vertical-align: middle;
    margin-right: 8px;
}


/*====================Footer CSS====================*/

.footer-area{
    background: #626262;
    padding: 70px 0px;
    color: #fff;
    padding-bottom: 20px;
}

.footer-area h4{
    text-transform: uppercase;
    margin-bottom: 26px;
    position: relative;
    font-size: 21px;
}

.footer-area h4::before{
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}

.footer-about a img{
    width: 120px;
    margin-bottom: 20px;
}

.social-media{
    padding-top: 15px;
}

.social-media a{
    color: #fff;
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.social-media a i{
    font-family: 'FontAwesome';
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 7px;
}

.social-media a:hover{
   color: #111111;
}

.social-media a:hover i{
    background: #fff;
    border: 1px solid #fff;
}

.footer-about{
    padding-right: 15px;
}

.footer-menu ul{
    padding: 0;
}

.footer-menu li{
    list-style-type: none;
    padding: 8px 0px;
    transition: 0.5s ease-in-out;
}

.footer-menu li::before{
    content: "\f101";
    font-family: fontawesome;
    padding-right: 6px;
    font-size: 12px;
}

.footer-menu li:hover{
    transform: translateX(5px);
}

.footer-menu li a{
    color: #fff;
    vertical-align: middle;
}


.footer-add ul{
    padding: 0;
}

.footer-add li{
    list-style-type: none;
    display: flex;
    padding: 8px 0px;
}

.footer-add li a{
    color: #fff;
    display: flex;
    align-items: center;
}

.footer-add li i{
    font-family: 'FontAwesome';
    color: #fff;
    width: 26px;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    color: #fff;
    border-top: 1px solid #ccc;
}

.footer-bottom p{
    margin: 0;
}

.footer-bottom p a{
    color: #c80709;
    text-decoration: underline;
}

.term-policy a{
    color: #fff;
    margin-left: 10px;
}


/*========================MEDIA QUERY=====================*/



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown .dropdown-menu {
        display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
    .dropdown .dropdown-menu {
        padding: 10px 0px;
        top: 90px;
        border-radius: 0;
    }
}
  
@media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin-right: unset;
        margin-left: unset;
        padding: 0;
    }
}

@media(max-width:1024px){
    .about-feedback {
        right: -60px;
        top: 50px;
    }
    .about-exp {
        transform: translate(0%, 0px);
    }
    .about-left-bottom figure {
        margin: 0;
        position: relative;
    }
    .banner-detail h1 {
        font-size: 55px;
    }
    .home-about h2 {
        font-size: 40px;
    }
    .testimonial-heading h2 {
        font-size: 40px;
    }
    .commn-heading h2 {
        font-size: 40px;
    }
}

@media(max-width:991px){
    .header-social{
        display: none;
    }

    .header-icon:nth-child(3){
        display: none;
    }
    .banner-detail h1 {
        font-size: 50px;
    }
    .about-feedback {
        right: -60px;
        top: 120px;
    }
    .about-exp {
        left: 0;
        transform: translate(50%, 0px);
    }
    .home-about {
        padding-top: 70px;
    }
    .choose-box {
        height: 310px;
        margin-bottom: 24px;
    }
    .footer-add{
        padding-top: 40px;
    }
    .testimonial-content {
        width: 100%;
    }
    .testimonial-pic {
        width: 100%;
    }
    .header-menu .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        border-bottom: none;
    }
    .custom-row {
        grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
    }
    .inner-banner-detail {
        width: 100%;
    }
    .video-bg figure img {
        height: auto;
    }
    .testimonial-pic figure img {
        height: auto;
    }
    .banner-detail{
        width: 90%;
        left: 50%;;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .choose-pic figure img{
        height: auto;
    }
    .process-detail {
        width: 100%;
        margin-left: 0;
    }
    .process-pic {
        width: 100%;
    }
    .process-box:nth-child(even) .process-pic img {
        margin-left: 0px;
    }
    .footer-bottom {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
    }
    .navbar-nav{
        padding-top: 10px;
    }
    .header-menu .navbar .nav-item {
        padding: 0px 0px;
    }
    .get-touch {
        height: auto;
        margin-top: 24px;
    }
    .contact-bg figure img {
        border-radius: 10px 10px 0px 0px;
    }
    .contactus-form {
        border-radius: 0px 0px 10px 10px;
    }
    
}
@media(max-width:767px){
    .banner-btn {
        margin-top: 40px;
    }
    .banner-detail h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .about-feedback {
        top: 80px;
    }
    .about-exp {
        left: 0%;
    }
    .footer-menu {
        padding-left: 0;
        margin-top: 30px;
    }
    .footer-add {
        padding-top: 20px;
    }
    .custom-row {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .inner-banner-detail h1 {
        font-size: 50px;
    }
    .service-pic figure img {
        height: auto;
    }
    .service-detail {
        padding-bottom: 25px;
    }
    .help-bg {
        border-radius: 0px 0px 10px 10px;
    }
    .process-detail li {
        width: 100%;
    }
    .inner-service-detail{
        padding-top: 25px;
    }
    .footer-bottom p {
        text-align: center;
    }
    .lightbox .lb-image {
        height: 400px !important;
        object-fit: cover;
    }
    .top-menu{
        display: none;
    }
    .banner-area {
        margin-top: 115px;
    }
    .banner-item img {
        height: 500px;
    }
    .modal-video {
        height: 500px;
    }
    .banner-item img{
        height: 400px;
    }
    .inner-banner-bg {
        margin-top: 115px;
    }
    .get-touch {
        height: auto;
        margin-top: 24px;
    }
    .contact-map iframe {
        height: 300px;
    }
}

@media(max-width:480px){
    .home-about h2 {
        font-size: 26px;
    }
    .choose-us-heading h2 {
        font-size: 26px;
    }
    .commn-heading h2 {
        font-size: 26px;
    }
    .banner-btn a {
        margin-bottom: 15px;
        padding: 10px 20px;
    }
    .banner-btn {
        margin-top: 20px;
    }
    .about-left-bottom {
        margin-top: -50px;
    }
    .about-exp h3 {
        font-size: 26px;
    }
    .about-exp {
        left: 0;
        transform: translate(0, 0);
        width: 130px;
        height: 130px;
    }
    .testimonial-heading h2 {
        font-size: 26px;
    }
    .header-icon span img {
        width: 18px;
    }
    .header-icon a {
        font-weight: unset;
        vertical-align: middle;
    }
    .inner-banner-detail h1 {
        font-size: 40px;
    }
    .banner-detail h1 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .banner-detail {
        padding: 15px 15px;
        font-size: 16px;
    }
     .banner-detail p{
        line-height: 1.2;
    }
    .modal-video {
        height: 350px;
    }
    .contactus-form h2 {
        font-size: 26px;
    }
    .touch-icon img {
        width: 30px;
    }
}

@media(max-width:400px){
    .about-feedback {
        right: -70px;
    }
    .about-feedback span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .testimonial-content {
        padding: 40px 25px;
    }
    .inner-banner-detail li {
        font-size: 16px;
    }
    .inner-banner-bg {
        height: 200px;
    }
}
@media(max-width:320px){
    .about-left-bottom figure img{
        width: 100%;
    }
    .about-feedback {
        right: -67px;
        font-size: 16px;
        top: 60px;
    }
    .inner-banner-detail h1 {
        font-size: 30px;
    }
    .about-feedback span {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .about-feedback strong {
        margin-left: 6px;
    }
    .term-policy a {
        display: inline-block;
        padding: 3px 0px;
    }
    
}
