body {
    font-family: "Neue Haas Grotesk Display Pro";
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Neue Haas Grotesk Display Pro";

}

p {
    color: #000;
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 300;
    font-size: 20px;
    line-height:32px;
}

a {
    outline: 0;
    color: #222;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;

}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.btn {
    outline: 0;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    cursor: pointer;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

button:focus {
    outline: none;
}

/* .container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
} */

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/NeueHaasDisplay-XThin.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-XThin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/NeueHaasDisplay-XXThin.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-XXThin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Mediu.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/NeueHaasDisplay-Thin.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/* HEADER STYLES*/

/* -----scrooling image-css-------- */


.container-inview.hide {
    display: none;
}


.container-inview2.hide {
    display: none;
}
.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-menulist {
    padding:10px 50px;
}

.nav-button .cmn-btn {
    padding: 15px 25px;
    border-radius: 5px;
    background: #e39d00 !important;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    transition: 0.7s ease-out;
    position: relative;
    letter-spacing: 2px;
    border: 1px solid transparent;
    transform: skew(-21deg);
}



.nav-button .cmn-btn {
    background: #fff;
    box-shadow: inset 0 0 0 0 #fff;
    transition: 0.7s ease-out;
}

.nav-button .cmn-btn:hover {
    box-shadow: inset 0 -100px 0 0 #e39d00;
    color: #fff;
    transition: 0.7s ease-out;
    background: transparent;
    border: 1px solid #fff;
} 




.btn {
  color: #fff;
  background: #e39d00;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 1.1rem;
  padding: 12px 35px;
  display: inline-block;
  transform: skew(-21deg);
  /* Un-skew the text */
}
.btn:hover {
  transform: skew(0deg);
  /* Un-skew the text */
}
.btn:visited {
  color: #fff;
}
.btn:hover {
  background: #000;
}
.btn > span {
    display: inline-block;
    transform: skew(21deg);
    transition: 0.7s ease-in-out;
}



.btn:hover span {
  transform: skew(0deg);
  /* Un-skew the text */
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: inherit;
}

header.navpage-header.is-sticky .top-wrapper {
    display: none;
}

.navpage-header {
    position:relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}


/* STICKY STYLES */
.navpage-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
    background: #fff;
    z-index: 9999;
    color: #000;
 
}

.navpage-header.is-sticky .logo-box img {
    max-width: 80%;
}

.navpage-header.is-sticky .main-menulist {
    padding: 5px 75px;
}


.navpage-header.is-sticky .nav-link {
    color: #000;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

i.fa.fa-bars {
    color: #000;
}

.navbar-toggler {
    background-color: #000;
}

.navbar {
    align-items: center;
    padding: 0;
}

button.navbar-toggler.collapsed i {
    /* color: #f0287a; */
    color: #fff;
    font-size: 20px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.nav-icons {
    display: flex;
    justify-content: center;
}

.nav-icons li {
    padding: 5px 10px;
}

.btn-secondary {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

.navbar .nav-link {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    transition: 0.5s ease-in-out;
    position: relative;
}


.nav-item {
    padding: 0px 0px 0px 40px;
    display: flex;
    align-items: center;
    color: #fff;
}
.nav-link:hover {
    color: #e39d00;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}

.dropdown-item {
    padding: 8px;
    position: relative;
    font-weight: 300;
}

.dropdown-menu li:hover {
    background: #e39d00;
    transition: 0.7s ease-in-out;
}

.dropdown-menu li:hover a {
    color: #fff;
    transform: translateX(5px);
    transition: 0.3s ease-in-out;
}

.btn-secondary:focus {
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.dropdown-menu {
    padding: 0;
}


@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);

    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        margin-top: 0;
    }
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
}

/* -----nav-hover-css----- */

.banner-image .each {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.btn:hover {  color: #ffffff;}
.SMN_effect-44 a:after {
    left: 50%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(227 157 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(255,255,255,0.2)', GradientType=1);
}

.SMN_effect-44 a:before {
    right: 50%;
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgb(227 157 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.2)', endColorstr='rgba(0,0,0,0)', GradientType=1);
}
.SMN_effect-44 a:after,
.SMN_effect-44 a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    transition: all 0.4s ease-in 0s;
}

.SMN_effect-44 a:hover:after {
    width: 50%;
    left: 0;
}

.SMN_effect-44 a:hover:before {
    right: 0;
    width: 50%;
}

.SMN_effect-44 .dropdown a:after {
    background: none !important;
}

.SMN_effect-44 .dropdown a:before {
    background: none !important;
    left: 0;
}

.SMN_effect-44 .dropdown a:after {
    position: relative !important;
    left: 0;
}

.SMN_effect-44 .dropdown a::before {
    position: relative !important;
    display: inline-block;
}

.SMN_effect-44 .dropdown a:after,
.SMN_effect-44 .dropdown a:before {
    position: relative !important;
    display: inline-block;
}

.SMN_effect-44 .dropdown a:hover:after {
    width: 0;
    left: 0;
}

.SMN_effect-44 .dropdown a:hover:before {
    right: 0;
    width: 0;
}


/* ------------------------banner------------------------- */

.banner-content {position: absolute; left: 0px; right: 0px; margin: auto; text-align: center; bottom: 80px; z-index: 99;}
.banner-content .banner-title {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    transition: all 0.5s ease-in;
}

.banner-slider{ position: relative;}
.banner-slider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgb(5 37 64 / 0%), rgb(5 37 64 / 0%), rgb(0 0 0));
    transition: .7s ease-in-out;
}
 
.banner-content .banner-title2 {
    font-size: 39px;
    font-weight: 400;
    color: #fff;
    font-family: roboto;
    margin-bottom: 30px;
}
  .common-btn {
    background-color: #e39d00;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    transition: all 0.5s ease-in;
    border: 1px solid transparent;
}
.common-btn:hover {
    background-color: #27397d;
    color: #fff;
    border: 1px solid #27397d;
    transform: rotateX(360deg);
}



/* -----------------------home-about-sec1------------------------------- */

.home-about-sec1{padding:70px 50px;}
.home-about-box {
    display: flex;
    gap: 10px;
    float: left;
    margin-right: 50px;
}
.home-about-box img{ border-radius: 10px;}
.home-about-text {
    padding-left: 0px;
    padding-top: 80px;
}
.home-about-text h2{
    font-size: 60px;
    font-weight: 300;
}
.home-about-text h2 span{
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block !important;
}

/* -----------------------------Office--------------------------------- */
.Office{ padding:70px 40px; background: #0e2b44;}
.headiing2{ text-align: center; color: #fff; font-size: 60px; font-weight: 300;}
.Office p{ text-align: center; color: #fff; font-size:19px; margin-bottom: 30px;}
#related-slid .owl-prev {position: absolute;top: 50%;right: 20px;display: none;}
#related-slid .owl-prev span {background-color: #fff;width: 40px;height: 40px;border-radius: 50%;color: #000;font-size: 24px;text-align: center;}
#related-slid.owl-next span {background-color: #fff;width: 40px;height: 40px; border-radius: 50%;color: #000;font-size: 24px;text-align: center;}
#related-slid .owl-next {position: absolute; display: none;top: 50%;left: 20px;}
#related-slid .owl-nav {display:block;}

#related-slid .owl-dots {display: flex; z-index: 9999;position: relative;bottom: 0px;justify-content: center; margin-top:30px;}
#related-slid .owl-dot {background-color: #fff; width: 15px; height: 15px;margin: 2px;border-radius: 50%;}
#related-slid .owl-dot.active{background-color: #e39d00;width: 15px;height: 15px;margin: 2px;border-radius: 50%;}



/* ------------------------our-work-sec---------------------------- */


.client-detail {
    position: relative;
    text-align: center;
    border-radius: 10px;
}
.client-detail:hover h3{
    color: #fff;
    bottom: 30px;
    transition: all 0.4s ease-in 0s;
}
.Testimonial-frame .owl-carousel .owl-item img {
    display: block;
    width:100% !important;
    border-radius: 10px;
}

.client-detail img{
    border-radius: 10px;
}
/* .client-detail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgb(5 37 64 / 0%), rgb(5 37 64 / 0%), rgb(0 0 0));
    transition: .7s ease-in-out;
} */
.client-detail h3 {
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 26px;
    font-weight: 300;
    transition: all 0.4s ease-in 0s;
}




/* ------------------our-prosses-------------------------- */

.our-prosses{
    padding: 70px 40px;
    position: relative;
}
.our-prosses:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/our-bg.webp);
    background-repeat: no-repeat;
    width: 200px;
    height: 700px;
    z-index: -1;
}
.our-prosses .headiing2{ color: #000; margin-bottom:50px;}

.our-prosses .our-prosses-box{
    text-align: center;
    position: relative;
}
.our-prosses .our-prosses-box::after {
    position: absolute;
    content: "";
    right: 0px;
    background-image: url(../images/lock.webp);
    width: 13px;
    height: 23px;
    top: 20%;
    background-repeat: no-repeat;
    animation: float 6s ease-in-out infinite;
    z-index: 2;
}

    


@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-40px);
    }

    100% {

        transform: translatey(0px);
    }
}


.our-prosses-box23::after {
    display: none;
}
.our-prosses-box h4 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 300;
}

.our-img {
    box-shadow: 0px 0px 15px #ccc;
    border: 1px solid #e39d00;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: auto;
    line-height: 140px;
    background: #fff;
    animation: float 6s ease-in-out infinite;
    z-index: 2;
}

/* -------------------------home-sec2-------------------------- */
.home-sec2{
    background:#fef6f4;
}
.padding-space {
    padding: 50px 40px;
}
.home-sec2.home-sec2 .home-bayarea-text {
    padding: 15px 0px;
}
.home-sec2 .headiing2{
   text-align: left;
   color: #000;
}
.contact-icon1 {
    background: #e39d00;
    width: 90px;
    height: 90px;
    padding: 4px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-icon.contact-icon1 img {
    width: 70px;
    height: 70px;
}

.contact-icon {
    margin-left: -30px;
    margin-top: 5px;
}

.contact-icon1 {
    margin-left:0px;
    margin-top: 0px;
}








/* -------------------------------project-c------------------------------ */


.project-c{
    text-align: center;
    padding: 80px 0px;
    position: relative;
}
.project-c:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/pro-bg.webp);
    background-repeat: no-repeat;
    width: 438px;
    height:292px;
    z-index: -1;
}
.project-c ul {
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
    padding: 0px 25%;
}
.project-c ul li {
    display: inline-grid;
    font-size: 20px;
    border-right: 1px solid #e39d00;
    padding-right: 70px;
}
.project-c ul li:last-child {
    display: inline-grid;
    font-size: 20px;
    border-right: 0px solid #e39d00;
    padding-right: 70px;
}
.project-c ul li{
   display: inline-grid;
   font-size: 20px;
}
.project-c ul li span {
    color: #ffffff;
    font-size: 120px;
    -webkit-text-stroke: 1px #e39d00;
    line-height: 120px;
}



/* ---------------------------home-sec6------------------------------ */


.home-sec6 {
    background-image: url(../images/testi-bg.webp);
    width: 100%;
    padding: 30px 50px;
    position: relative;
    height: 870px;
}
.home-title {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.main-testi-wrapper {
    background: #0e2b44d9;
    width: 720px;
    position: absolute;
    bottom: 0px;
    padding: 30px 50px 50px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}


.wpcf7-spinner {
    position: absolute !important;
    z-index: 9999;
    right: -63px;
    bottom: 9px;
}




.google-img {
    text-align: center;
    width: 100%;
    display: ruby;
}
.google-img img {
    border-radius: 0px !important;
    text-align: center !important;
    margin-bottom: 20px;
    width: auto !important;
}
.testi-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-item img {
    display: block;
    border-radius: 100px;
}
.testi-name {
    font-size: 23px;
    padding-left: 15px;
    color: #fff;
    font-weight: 300;
}

.testi-box-text p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

#related-slid2 .owl-dots {display: flex; z-index: 9999;position: relative;bottom: 0px;justify-content: center; margin-top:30px;}
#related-slid2 .owl-dot {background-color: #ffffff; width:30px; height: 3px;margin: 2px;border-radius:0px;}
#related-slid2 .owl-dot.active { background-color: #e39d00; width: 30px; height: 3px; margin: 2px; border-radius: 0px;}









.home-sec66 {
    background-image: url(../images/about-us-bg2.webp);
    width: 100%;
    padding: 30px 50px;
    position: relative;
    background-repeat: no-repeat;
    height: 790px;
}
.home-sec66 .main-testi-wrapper {
    background:#000000d9;
    width: 720px;
    position: absolute;
    bottom: 0px;
    padding: 30px 50px 50px;
    text-align: left;
    border-radius: 10px 10px 0px 0px;
}

.home-sec66 .main-testi-wrapper p{ color: #fff;}
.our-work-sec{
    padding: 80px 0px;
}
.our-work-sec .headiing2 {
    text-align: center;
    color: #000000;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
}


.our-work-sec .item {
    opacity:1;
    transition: .4s ease all;
    margin: 0 0px;
    transform: scale(1);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.our-work-sec .active .item{
  opacity:1;
  transform:scale(1);
} 

.our-work-sec .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.our-work-sec .inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.our-work-sec .inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.our-work-sec .inner a:hover{border-color:#fff;}
.our-work-sec .black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.our-work-sec .black .inner a:hover{border-color:#000;}


.our-work-sec .owl-controls{position:absolute; margin-top:300px;}
.our-work-sec .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    border-radius: 10px;
}
.our-work-sec .owl-dots {display: flex; z-index: 9999;position: relative;bottom: 0px;justify-content: center; margin-top:30px;}
.our-work-sec .owl-dot {background-color: #e39d00; width:30px; height: 3px;margin: 2px;border-radius:0px;}
.our-work-sec .owl-dot.active { background-color: #2f2d2d; width: 30px; height: 3px; margin: 2px; border-radius: 0px;}




/* -------------------------------footer------------------------------------ */
footer { background-image:url(../images/footer-bg.webp);  padding: 0px 0px 30px; position: relative; background-size:cover;}
footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgb(5 37 64 / 0%), rgb(5 37 64 / 0%), rgb(0 0 0));
    transition: .7s ease-in-out;
}
.footer-box1 h4{ font-size: 29px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.footer-box1 ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer-box1 ul li{ list-style: none; padding-bottom: 0px; color: #fff;}
.footer-box1 ul li a {
    font-size: 18px;
    color: #fff;
    padding-left: 12px;
	font-weight: 100;
}
.footer-box2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 0px;
    height:100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer-box2 ul {
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px !important;
}
.footer-box1 ul li {
    list-style: none;
    padding-bottom: 0px;
    padding-left: 30px;
    color: #fff;
    position: relative;
    padding-top: 13px;
    font-weight: 300;
}


.footer-box1 ul li i{ font-size: 30px; position: absolute; top: 10px; left: 0px;}
.footer-box2 ul li a{ color: #fff; font-weight: 300;}
.footer-box2 ul li a:hover {
    color: #e39d00;
}
.footer-box2 .social-media ul {
    justify-content: start;
    padding-left: 30px;
}
.footer-box2 .social-media ul li { list-style: none; padding: 0px 10px; background: #fff; margin: 0px 5px; border-radius: 50%; width: 55px; height: 55px; line-height: 65px; border: 1px solid #fff;}
.footer-box4 .social-media ul li:hover{ background: #e39d00 !important;}
.footer-box4 .social-media ul li:hover i{ color: #fff;}
.footer-box2 .social-media ul li:hover {background: #fff;}
.footer-box2 .social-media ul li:hover a {color: #004e4a;}
.footer-box2 .social-media ul li a{ color: #fff;}
.footer-box3 ul li {
    list-style: none;
    padding-bottom: 0px;
    padding-left: 40px;
    color: #fff;
    position: relative;
    padding-top: 15px;
    display: inline-grid;
}
.footer-box3 ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.footer-box3 ul li a:hover {
    color: #e39d00;
}
.footer-box3 ul li i{ font-size: 30px; position: absolute; top: 25px; left: 0px;}
.footer-box2 .social-media ul li a i{ font-size: 28px; color: #000;}
.footer-box2 .social-media ul li a:hover{ font-size: 28px; color: #000;}
.footer-box3 { padding-left: 10px !important; padding-top: 0px;}
.footer-box1 { padding-top: 15px;  padding-left: 30px; padding-bottom: 25px;}
.copy-right {
    padding-top: 30px;
    padding: 30px 0px 0px;
    position: relative;
    z-index: 9;
}
.footer-box4{ border-right: 0px solid #ddd;}
.copy-right p { color: #fff; font-size: 18px;}
.copy-right p i {  color: #f00;}
.copy-right p a{ color: #fff; font-size: 18px; font-weight: 300;}
.copy-right p a:hover { color: #fff; color: #e39d00;}
.footer-box3 ul {  column-count: 1; margin-bottom: 0px;}
.social-media{ margin-top: 0px;}
.foter-news{ text-align: center;}
.foter-news p{ font-size: 19px; color: #fff; }
.footer-input{ width: 700px; float: right; position: relative;}
.footer-input::before {
    content: "";
    position: absolute;
    background-image: url(../images/input-before.webp);
    background-repeat: no-repeat;
    width: 119px;
    height: 86px;
    left: -180px;
    top: -30px;
}
.footer-input input{ width: 100%;}
.footer-input input {
    width: 100%;
    padding: 20px 15px;
    background: #004e4a;
    border: 1px solid #004e4a;
    color: #fff;
    border-radius: 10px;
}
.footer-top {
    padding: 80px 40px 40px;
    position: relative;
    z-index: 1;
}
.footer-top {
    padding: 80px 40px 40px;
    position: relative;
    z-index: 1;
}
.location-icon {
    position: absolute;
    top: 18px;
    right: 15px;
}
.all-footer-sec {
    background: #0e2b44b5;
    margin: 0px 50px;
    padding: 50px 50px;
}
.all-footer-sec {
    background: #0e2b44b5;
    margin: 0px 50px;
    position: relative;
    z-index: 9;
    border-radius: 10px;
}
.all-footer-sec h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.footer-menu2 ul li {
    padding-bottom: 10px;
}
.footer-menu2 ul li a {
    color: #fff;
    font-weight: 300;
}
.footer-menu2 ul li a:hover {
    color: #e39d00;

}
.footer-centter {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.footer-menu1 img{ margin-bottom:50px; animation: float 6s ease-in-out infinite; z-index: 2;}
.footer-menu1 p { color: #fff; font-size: 19px;}

.footer-menu{
    position: relative;
    z-index: 9;
}

.footer-menu4 input {
    width: 100%;
    padding: 15px 15px;
    border-radius:5px;
    border: none;
    margin-bottom:0px;
    background: #ffffff70;
}
::placeholder{ color: #000;}

#mnmwp-main-menu ul ul {
    padding-top: 10px;
}



/* ----------------------blog-listing-css-------------------------- */

.default-sec {
    background: #e39d0057;
    padding: 150px 0px;
}

.inner-main-title {
    text-align: center;
    font-size: 60px;
}

.home-blog-img a{
    display: block;
}
.blog-section{
    padding: 100px 0px;   
}
.blog-text {
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
}
.blog-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}
.inner-blog-card {
    background: #fff;
    border-radius: 30px;
}
.inner-blog-card video {
    border-radius: 30px;
}
.blog-img a {
    width: 100%;
}

.blog-search .blog-submit{
   position: absolute;
   right: 0px;
   top: 0px;
}
.home-blog-button a {
    margin: 0;
}
.blog-title{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.blog-search button {
    background: #e39d00;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0px 20px;
    transition: 0.5s ease-in-out;
}
.blog-search button:hover {
    background: #000;
    color: #fff;
    transition: 0.5s ease-in-out;
}
 .blog-listing-title{
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.blog-listing-button .book-btn{
    margin: 0;
}
 .inner-blog-card-text{
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box{
    box-shadow: 0px 0px 20px #ccc;
    background: #ffff !important;
    padding: 20px 25px 140px 25px;
   
}
.blog-search input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-right: 10px;
}
.blog-search .form-control {
    max-width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
}

.blog-submit{
    border-radius: 10px;
    background-color: #6ccff6;
    padding: 15px 20px;
   font-weight: 600;
}

.categories ul li {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid #9f9f9f;
    padding: 10px 0px 10px 0px;
    position: relative;
}

.categories ul li a{
display:inherit !important;
transition: 0.5s ease-in-out;
}

.categories  a:hover{
color: #6ccff6;
transition: 0.5s ease-in-out;
}
.categories ul li i {
    position: absolute;
    left: 0;
    top: 18px;
}
.search-icon {
    right: 10px;
    position: absolute;
    top: 14px;
    font-size: 18px;
}
.blog-main-form textarea{
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    height: 180px;
}



/* -----------------blog-detail-csss------------------- */

.blog-banner-text{
    margin: 30px 0px;
}
.blog-detail-title{
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-title{
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-form .form-check{
    margin: 10px ;
}

.blog-contact-form .form-check label{
  font-size: 18px;
}
.blog-contact-form .contact-button{
text-align: start;
}
.blog-contact-form{
   box-shadow: 0px 0px 20px #ccc;
   padding: 40px 30px;
   height: auto;
   margin: 0;
   position: relative;
}


/* -------------------end---------------------- */




/* -------------------------error-page---------------------- */

.no-banner-pad {
    padding: 150px 0px 150px 0px;
}

.error-title {
     color: #264160;
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    margin-top: 30px;
   
}
  .error {
     color: #197992;
    text-align: center;
   
  }
.error > .code {
    font-size: 18rem;
    margin: 0;
    line-height: 220px;
    letter-spacing: 25px;
    font-weight: bold;
    color: #e39d00;
    text-shadow: 0px 0px 12px #ceeef3;
    -webkit-text-stroke: 5px #000000;
}
  .error > p {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 20px;
     color: #264160;
  }

 

/* --------------thanku-page-css---------------- */


.message {
    padding: 40px;
    text-align: center;
    max-width: initial;
    margin: auto;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}
.thanku-text {
    font-size: 130px;
    color: #e39d00;
    text-shadow: 0px 0px 12px #ceeef3;
    -webkit-text-stroke: 5px #000000;
}

.message p{
    font-size: 30px;
    color: #264160;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
    letter-spacing: 2px;
}




/*-------------------------------contacy-us------------------------------------*/

 .inner-banner-contact{
    max-width: 40%;
    position: absolute;
    top: 44%;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: rgba(249, 245, 246, 0.7);
    border-radius: 44px;
    transition: all 0.5s ease-in;
}
.contt-text{ text-align: center; margin-bottom: 100px;}
.contt-text h3{ font-size: 60px; font-weight: 300;}
.contt-text p{ font-size: 24px;}
.inner-contact-title{
    text-align: center;
    color: #a90e14;
    font-size: 38px;
    font-weight: 300;
   padding:20px;
   
}
.home-contact-map iframe {
    border-radius: 10px;
}
section.inner-contact-social {
    padding: 100px 0px;
    background: #264262;
}
.center-box {
    max-width:100%;
    margin: auto;
}
.inner-contact-box {
    text-align:left;
    border-radius: 20px;
    position: relative;
    top: 0%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 30px 30px 20px;
    transition: all 0.5s ease-in;
    border:1px solid #fff; 
}

.inner-contact-box h4{ 
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}
.inner-contact-box:hover {
    transform: scale(1.02);
}
.inner-contact-box img{ margin-bottom: 20px;}
.inner-contact-box p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
}
.main-testi-wrapper .each {
    margin: 30px 0 0;
    gap: 20px;
    display: flex;
    justify-content: center;
}
.inner-contact-box p a{
    font-size: 18px;
    color: #fff;
}
.inner-contact-box a{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.inner-contact-box p a:hover{
    color: #e39d00;
}
.inner-contact-box a:hover{
    color: #e39d00;
}
.inner-contact-box .center-box {
    max-width: 100%;
    margin: auto;
}

.map{
    line-height: 0px;
}



/* ---------------------------contact-main-sec-------------------------- */

.contact-main-sec{ background: none; height: auto; padding: 100px 0px;}
.contact-main-sec .home-title { color: #000000;}

.contact-main-sec .home-contact-text p {
    color: #000000;
    font-size: 24px;
}
.contact-main-sec .home-contact-text ul li {
    font-size: 20px;
    color: #000000;
    padding-bottom: 2px;
}

.contact-main-sec .contact-form {
    position: relative;
    z-index: 1;
    border: 0px solid #197a92;
    padding: 0px 0px;
    border-radius: 30px;
}
.contact-main-sec .home-contact-inner{ background: none;  padding: 0px;}

.contact-main-sec .input-text {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 300;

}

.contact-main-sec .input-textarea {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0px;
    height: 265px;
    font-weight: 300;

}
.contact-form h3{ font-size: 60px; margin-bottom: 20px; font-weight: 300;}

/* ----------------------------projects-sec---------------------------- */
section.projects-sec {
    padding: 100px 50px;
}

.img-box img {
    border-radius: 30px;
}

.project-header {
    padding-left: 120px;
}
.projects-sec .p-0 {
    padding: 0px 5px !important;
}
.img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.img-box a {
    width: 100%;
    display: block;
}


.img-box:hover img {
    transform: scale(1.1) translateX(-4%);
    transition: all 0.8s ease-in-out;
    filter: brightness(0.6);
}

.img-box  img {
    border-radius: 10px;
    transform: scale(1.1) translateX(4%);
    transition: all 0.8s ease-in-out;
}
/* ------------------------------testimonial-css-------------------------------------- */



.testimonials-section {
    padding: 100px 50px 60px;
}
.admin-wrap .name {
    font-size: 20px;
}

.admin-wrap img{
  border-radius: 100px;
}

.review-star {
    padding: 20px 0px;
    position: absolute;
    bottom: 50px;
    right: 20px;
}
.admin-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
}
.testi-box {
    padding: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    height: 100%;
    border-bottom: 5px solid transparent;
    transition: 0.7s ease-in-out;
    position: relative;
}


.testi-box:hover {
border-bottom: 5px solid rgba(136, 165, 191, 0.48);
transition: 0.7s ease-in-out;
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.testi-box p {
    font-size: 18px;
    line-height: 32px;
    padding-top: 15px;
    padding: 15px 30px 15px;
    border-bottom: 1px solid #ccc;
}

.quotes {
    padding: 0px 30px;
}





/* -------------------------------home-kitchen-sec--------------------------- */


.home-kitchen-sec{
    padding: 100px 0px;
}
.home-kitchen-sec h3{ font-size: 60px; font-weight: 300;}
.Kitchen-box{ position: relative; height:100%;}
.Kitchen-box .Kitchen-img2{
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 10px;
    width: 420px;
}
.Kitchen-box .Kitchen-img1 img{ border-radius: 10px; }
.Kitchen-box .Kitchen-img1 {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    width: 420px;
}
.Kitchen-box .Kitchen-img2 img{ border-radius: 10px; }

.padding-space-change {
    padding: 70px 190px 70px 20px !important;
}
.padding-space-change .headiing2 {
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.Kitchen-text {
    padding-right: 40px;
}
.Kitchen-box img{
    border-radius: 10px;
}
.home-sec66 {
    background-size: cover;
}


.home-kitchen-sec-bg{ background-image: url(../images/about-us-bg.webp); height:82vh; width: 100%; background-repeat: no-repeat;     background-size: 100%;}
.home-kitchen-sec33{
    padding: 100px 0px;
}
.home-kitchen-sec33 h3{ font-size: 60px; font-weight: 300;}
.home-kitchen-sec33 p{
    font-size: 19px;
}

.home-kitchen-sec33 ul{
    padding-left: 15px;
}
.home-kitchen-sec33 ul li{
    font-size: 19px;
    list-style: disc;
    font-weight: 300;
    padding-bottom: 10px;
}

.home-kitchen-sec33 .Kitchen-text{ padding-left: 30px;}

.Testimonial-frame .banner-slider::after {
    display:none;
}

.padding-space {
    padding: 50px 0px;
}


.logo-box {
    width: 340px;
}

.footer-menu1 img {
    width: 200px;
}



.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	background:#e39d00;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

span.num {
    position: absolute;
    color: #e39d00;
    left: 0%;
    bottom: -50%;
}
aside#secondary {
    width: 100% !important;
}





#mnmwp-main-menu { padding: 0 0px !important; display: flex !important; justify-content: flex-end !important;}
#mnmwp-main-menu > ul > li > a { font-size: 18px !important; font-weight:300 !important; text-transform: capitalize !important;}
#mnmwp-main-menu > ul > li:hover > a { color: #e39d00 !important;}
#mnmwp-main-menu ul ul li a {  width: 200px !important;  font-size: 16px !important;  font-weight: 300 !important;}
#mnmwp-main-menu ul ul li.current-menu-item > a, #mnmwp-main-menu ul li.current-menu-ancestor ul li.current-menu-ancestor > a { background: #183246 !important ;}

.wpcf7-spinner { position: absolute !important;}



.desktop-banner{ display:block;}
.mobile-banner{ display:none;}





.footer-menu4 .each p {
    margin: 0;
    line-height: 20px;
}

.footer-menu4 .each:hover input {
    transform: skew(0deg, 0deg) !important;
}


.footer-menu4 .each {
margin-top: 0px;
border-radius: 5px;
font-size: 18px;
padding: 8px 28px;
border: none;
color: white;
cursor: pointer;
transition: 0.3s;
position: relative;
/* overflow: hidden; */
border: 1px solid transparent;
width: fit-content;
background: #E39D00;
transform: skew(-21deg);
transition: 0.7s ease-in-out;
}

.footer-menu4 .each:hover {
    background: #000;
    transform: skew(0deg, 0deg);
}



.footer-menu4 .each:hover input {
    transform: skew(0deg);
}
.footer-menu4 .each input {
    background: none !important;
    padding: 0;
    transform: skew(20deg);
}

.iconboxcallfoot i {
    font-size: 28px;
    color: #fff;
}
.footer-box2.footer-box1 {
    padding: 20px;
}



.footer-box2.footer-box1 ul li {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 10px;
}
.footer-box2.footer-box1 ul li:last-child{
	margin-bottom:0px;
}
.flex-main-aligncall {
    display: flex;
}








@media (max-width:1600px) {
.banner-content .banner-title { font-size: 55px;}
.banner-content { bottom: 120px;}
/* .home-about-box { width: 450px;} */
.home-about-box img { width: 400px !important;}
.home-about-text h2 { font-size: 55px;}
.home-about-text h2 span { font-size: 48px;}
.headiing2 {font-size: 55px;}
.client-detail h3 { font-size: 22px;}
.padding-space { padding: 50px 10px;}
.contact-icon1 { width: 90px; height: 90px; line-height:75px;}
.home-sec2.home-sec2 .home-bayarea-text {  padding: 7px 0px;}
.contact-icon1 img {  width: 75px;}
.our-prosses-box h4 { font-size: 22px;}
p { font-size: 18px;}
.our-img { width: 120px; height: 120px; line-height: 120px;}
.project-c ul li span { font-size: 110px;}
.project-c { padding: 70px 0px;}
.home-title { font-size: 55px;}
.testi-box-text p {font-size: 18px;}
.testi-name { font-size: 20px;}
.our-work-sec .headiing2 { font-size: 55px;}
.all-footer-sec { padding: 50px 50px 20px;}
.our-work-sec { padding: 70px 0px;}
.navpage-header.is-sticky .logo-box img { max-width: 80%;}
.error > .code {font-size: 14rem; line-height: 140px;}
.error-title {  font-size: 55px;}
.error > p { font-size: 26px;}
.no-banner-pad { padding: 120px 0px 120px 0px;}
.thanku-text { font-size: 120px;}
.message p {font-size: 26px;}
.no-banner-pad {padding: 120px 0px 120px 0px;}
.blog-section { padding: 80px 0px 50px;}
.blog-banner-text { margin: 15px 0px;}
.home-kitchen-sec h3{ font-size: 55px;}
.contt-text h3 { font-size: 55px;}
.contact-form h3 { font-size: 55px;}
.admin-wrap .name { font-size: 18px;}
.testi-box p { font-size: 17px;}
.inner-contact-box h4 { font-size:35px;}
.inner-contact-box img { width: 45px;}
.inner-contact-box p { font-size: 17px;}
section.inner-contact-social {  padding: 80px 0px;}
.contact-main-sec {padding: 80px 0px;}
.logo-box { width: 300px;}
.our-img img { width: 90px;}
.contact-icon.contact-icon1 img {  width: 60px; height:60px;}
.contact-icon1 { width: 70px; height: 70px; line-height: 70px; }
.contact-icon { margin-top: 0px;}
.contact-icon h3 { font-size: 24px;}	
.home-sec66 .main-testi-wrapper {  padding: 30px 40px 50px;}	
.footer-menu1 img {width: 170px;}	
.Kitchen-box .Kitchen-img2 { width: 390px;}	
.Kitchen-box .Kitchen-img1 { width: 400px;}	
.home-kitchen-sec {  padding: 80px 0px;}	
section.projects-sec { padding: 80px 50px;}
.contact-main-sec .input-text { padding: 12px 15px;font-size: 16px;}	
.contact-main-sec .input-textarea {  padding: 12px 15px; font-size: 16px;}	
.contt-text p { font-size: 22px;}	
.footer-box3 ul li { padding-top: 10px; padding-bottom: 10px;}	
.inner-contact-box { padding: 20px 30px 15px;}	
.footer-menu4 input { padding: 10px 15px;}	
.blog-title { font-size: 22px;}	
.navbar .nav-link { font-size: 18px;}	
.home-kitchen-sec33 h3 { font-size: 55px;}	
.home-kitchen-sec33 { padding: 80px 0px;}	
.home-about-text { padding-left: 0px; padding-top: 30px;}	
.btn { padding: 8px 35px;}	
.footer-box1 {padding-bottom: 20px;}	
.footer-box3 ul li i { top: 20px;}	
	
	
	
	
	
}

@media (max-width:1440px) {

.banner-content .banner-title2 { font-size: 32px; margin-bottom: 26px; }
.banner-content { bottom: 70px; }
/* .home-about-box { width: 380px; } */
.home-about-text h2 span {font-size: 42px;}
p { font-size: 17px;}
.home-about-text h2 { font-size: 50px; }
.home-about-text {padding-left:30px;}
.headiing2 {font-size: 50px; }
.Office { padding: 60px 40px;}
.client-detail h3 { font-size: 20px;}
.our-prosses-box h4 { font-size: 20px;}
.our-img { width: 100px; height: 100px; line-height: 100px;}
.our-img img { width: 80px; height: 80px;}
.home-sec2.home-sec2 .home-bayarea-text { padding: 10px 0px; }
.padding-space { padding: 30px 10px; }
.home-title { font-size: 50px; }
.our-work-sec .headiing2 { font-size: 50px; }
.our-work-sec { padding: 60px 0px; }
.footer-top { padding: 50px 40px 40px;}
.footer-menu2 ul li { padding-bottom: 8px;}
.footer-box3 ul li a { font-size: 16px;}
.footer-box1 ul li { font-size: 16px;}
.footer-box1 ul li a { font-size: 16px;}
.footer-box1 { padding-top: 15px;padding-left: 15px;}
.footer-box3 { padding-left: 0px !important;}
.copy-right p { font-size: 16px;}
.footer-menu1 p {font-size: 16px;}
.all-footer-sec { padding: 50px 40px 20px;}
.our-prosses { padding: 50px 40px;}
.logo-box img { width: 270px;}
.Office p { font-size: 18px;}
.project-c ul li span { font-size: 90px; }
.project-c ul { padding: 0px 20%;}
.testi-admin-img img { width: 70px !important;}
.inner-main-title {font-size: 55px;}
.footer-box2 .social-media ul li a i { font-size: 25px;}
.navbar .nav-link { font-size: 17px;}
.error > .code { font-size: 12rem;}
.error-title { font-size: 50px; }
.error > p {font-size: 22px; }
.no-banner-pad { padding: 100px 0px 100px 0px; }
.thanku-text { font-size: 100px; }
.contt-text h3 { font-size: 50px; }
.contact-form h3 { font-size: 50px;}
.home-kitchen-sec h3 {font-size: 50px;}
.inner-contact-box h4 { font-size: 30px; }
.home-sec2 { padding: 70px 20px 70px 0px;}
.padding-space {padding: 0px 10px;}	
.home-kitchen-sec33 h3 { font-size: 50px;}	
.padding-space-change {  padding: 0px 80px 70px 20px !important;}	
.contt-text { margin-bottom: 80px;}	
.home-kitchen-sec33 h3 { font-size: 45px;}	
#mnmwp-main-menu ul ul li a { font-size: 15px !important;}	
.home-about-text {  padding-top: 10px;}
.our-prosses .our-prosses-box::after { top: 15%;}	
	
	
	
	
}
@media (max-width: 1400px) {
.project-c ul li:last-child {  border-right: 0px solid #e39d00;padding-right: 0px;}
.home-kitchen-sec33 ul li { font-size: 18px;}	
.default-sec { padding: 130px 0px;}	
.contact-main-sec { padding: 60px 0px;}	
.home-about-box img { width: 360px !important; }	
	
	
	
	
	
}
@media (max-width: 1366px) {
.logo-box img { width: 200px; }
.banner-content .banner-title { font-size: 50px; }
.banner-content .banner-title2 { font-size: 24px; margin-bottom: 26px; }
.banner-content {bottom: 100px; }
.btn { padding: 10px 35px;}
/* .home-about-box { width: 360px;} */
.home-about-text h2 span { font-size: 40px; }
p {font-size: 16px; line-height: 28px;}
.headiing2 {font-size: 45px;}
.Office p {font-size: 17px; }
.contact-icon1 img { width: 60px;}
.contact-icon1 { width: 80px; height: 80px; line-height: 65px; }
.contact-icon h3 { font-size: 22px;}
.project-c { padding: 50px 0px;}
.google-img img { width: 200px !important;}
.main-testi-wrapper { width: 630px;}
.our-work-sec .headiing2 { font-size: 45px; }
.all-footer-sec h3 { font-size: 26px;}
.footer-box3 ul li { padding-left: 30px;}
.footer-box3 ul li i {font-size: 25px;left: -7px; }
.footer-box2 .social-media ul li { padding: 0px 6px; width: 50px; height: 50px; line-height: 60px;}
.footer-box1 ul li i {font-size: 25px;}
.navbar .nav-link { font-size: 16px;}
.btn > span { font-size: 16px;}
.copy-right p a { font-size: 16px;}
.footer-menu1 img {margin-bottom: 30px;width: 150px;}
.our-work-sec { padding: 50px 0px; }
.home-title {font-size: 45px;}
.testi-name {font-size: 18px; }
.our-work-sec .headiing2 { margin-bottom: 20px;}
.our-work-sec .owl-dots { margin-top: 20px;}
.foter-news p { font-size: 16px;}
.error > .code { font-size: 11rem; line-height: 100px; }
.error-title {font-size: 50px;}
.error > p { font-size: 22px; }
.message { padding: 0px;}
.blog-title { font-size: 20px;}
.blog-text {padding: 15px;}
.mb-5 { margin-bottom: 2rem !important;}
.blog-section { padding: 60px 0px 40px; }
.all-footer-sec { margin: 0px 40px;}
.blog-search-box { padding: 20px 15px 140px 15px;}
.blog-listing-title { font-size: 20px;}
.blog-search input { padding: 10px 15px;}
.inner-fax img {  width: 45px;}
.inner-contact-box h4 { font-size: 30px;}
.home-contact-map iframe { height: 500px;}
.contact-main-sec .input-textarea { height: 210px;}
.contact-main-sec .input-text {padding: 10px 15px; font-size: 16px;}
.contt-text h3 {font-size: 45px;}
.contact-main-sec { padding: 60px 0px;}
.contact-form h3 {font-size: 45px; }
.contt-text { margin-bottom: 80px;}
.testimonials-section { padding: 70px 50px 40px;}
.testi-box p {font-size: 16px; line-height: 28px;}
.quotes img { width: 55px;}
.admin-wrap img { width: 50px;}
.review-star { bottom: 15px;}
.testi-box { padding: 20px 0px;}
.quotes { padding: 0px 20px;}
.admin-wrap { padding-left: 20px;}
.testi-box p { padding: 15px 20px 15px;}
.home-kitchen-sec { padding: 70px 0px;}
.home-kitchen-sec h3 { font-size: 45px; }
.padding-space-change .headiing2 { margin-bottom: 10px;}
.Kitchen-box .Kitchen-img2 { width: 380px;}
.Kitchen-box .Kitchen-img1 { width: 380px;}
.padding-space { padding: 40px 40px 0px 10px; }
.nav-item { padding: 0px 0px 0px 30px;}
.home-about-text h2 {font-size: 45px;}
.client-detail h3 { font-size: 16px; }	
#related-slid .owl-dot { width: 11px; height: 11px;}	
#related-slid .owl-dot.active { width: 11px; height: 11px;}	
.our-img img { width: 70px; height: 70px; }	
.contact-icon1 { width: 60px; height: 60px; line-height: 60px;}	
.contact-icon h3 { margin-bottom: 0px;}	
.home-sec2 { padding: 60px 20px 60px 0px;}	
.project-c ul li span {font-size: 80px;}	
.project-c ul li { font-size: 18px;}	
.testi-box-text p { font-size: 17px; line-height: 28px;}	
.footer-menu1 img { width: 130px; }	
.home-kitchen-sec33 { padding: 60px 0px; }	
.home-kitchen-sec33 p {font-size: 17px;}	
.home-kitchen-sec33 ul li { font-size: 17px; }	
.home-sec66 .main-testi-wrapper p { margin-bottom: 5px;}	
.dropdown-item { font-size: 14px;}	
section.projects-sec { padding: 70px 50px;}	
.inner-contact-box p a { font-size: 17px;}	
section.inner-contact-social { padding: 70px 0px; }	
.inner-fax img {  width: 40px; }	
.contt-text p { font-size: 20px;}	
.default-sec { padding: 100px 0px; }	
.blog-detail-title { font-size: 24px;}	
.inner-contact-box h4 { font-size: 28px; }	
.inner-contact-box p { font-size: 17px; margin-bottom: 0px; }	
.home-about-text { padding-top: 20px;}	
	
	
	
	
}



@media (max-width: 1280px) {
/* .home-about-box { width: 330px; } */
.home-kitchen-sec { padding: 60px 0px; }	
.Kitchen-text { padding-right: 20px;}	
.home-kitchen-sec h3 { font-size: 40px; }	
.home-about-text { padding-left: 20px; }	
.padding-space { padding: 0px 40px 0px 10px; }	
.main-testi-wrapper { padding: 30px 30px 50px;}	
.our-work-sec .headiing2 { font-size: 40px; }	
.home-title { font-size: 40px;}	
.headiing2 { font-size: 40px; }	
.home-about-text h2 { font-size: 40px; }	
.home-about-text h2 span {font-size: 35px;}	
.Office { padding: 50px 40px;}	
.our-prosses .our-prosses-box::after { top: 15%;}	
.home-sec6 { height: 760px;}	
.project-c ul li span { font-size: 70px;}	
.home-kitchen-sec33 h3 { font-size: 40px; }	
.Kitchen-box .Kitchen-img2 { width: 330px; }	
.Kitchen-box .Kitchen-img1 { width: 350px; }	
.contt-text h3 { font-size: 40px;}	
.contact-form h3 {font-size: 40px; }	
.footer-menu1 img { margin-bottom: 20px;}	
	
	
	
	
	
}


@media (max-width: 1152px) {
.logo-box img { width: 180px;}
.inner-main-title { font-size:45px; margin-bottom:0px;}	
.main-menulist {  padding: 10px 30px;}	
.nav-item { padding: 0px 0px 0px 20px;}	
.container{ max-width: 90%;}	
/* .home-about-box { width: 290px; }	 */
.home-about-box img { width: 300px !important; }
.home-about-text h2 { font-size: 35px;}	
.home-about-text h2 span {font-size: 30px; }	
.headiing2 {font-size: 35px;}	
.padding-space {padding: 0px 0px 0px 0px; }	
.contact-icon.contact-icon1 img { width: 50px; height: 50px;}	
.contact-icon {margin-left:0px;}	
.home-sec2.home-sec2 .home-bayarea-text { padding: 5px 0px; }	
.project-c ul { padding: 0px 15%;}	
.footer-menu1 img {width: 120px;}	
.navpage-header.is-sticky .main-menulist { padding: 5px 40px;}	
.home-about-sec1 { padding: 50px 50px;}	
.home-about-text { padding-left: 0px;}	
.our-prosses-box h4 {font-size: 19px; }	
.banner-content .banner-title { font-size: 45px;}	
.banner-content .banner-title2 { font-size: 22px; margin-bottom: 26px; }	
.home-about-text p { margin-bottom: 5px;}	
.blog-title { font-size: 18px; }	
.social-media { display: inline-block; margin-top: 10px;}	
.footer-box2 .social-media ul { padding-left:0px;}	
.footer-box2 .social-media ul li { width: 40px; height: 40px; line-height: 45px; }	
.footer-box4 ul { margin-top: 5px;}	
.footer-box2 { padding-top: 0px;}	
.footer-box1 { padding-top: 10px;}
.inner-contact-box { padding: 20px 20px 15px;}	
.inner-contact-box h4 { font-size: 26px; }	
.banner-content { bottom: 70px;}	
.home-kitchen-sec h3 { font-size: 35px;  }	
.home-kitchen-sec33 h3 { font-size: 35px; }	
.Kitchen-text { padding-right: 0px; }	
.home-sec66 .main-testi-wrapper { width: 650px;}	
.home-sec2 { padding: 50px 20px 50px 0px; }	
section.projects-sec { padding: 60px 50px; }	
.footer-box2 .social-media ul li a i {font-size: 22px; }
mnmwp-main-menu > ul > li > a { font-size: 16px !important;}	
.footer-box1 { padding-bottom: 10px; }	
	
	
	
}
body, html{ overflow-x:hidden;}

@media (max-width: 1024px) {
.logo-box { width: 240px; }
/* .home-about-box { width: 250px;} */
.our-prosses .our-prosses-box::after { right: -10px;}
.project-c ul { margin-bottom: 0px;}
.all-footer-sec { padding: 50px 15px 20px;  margin: 0px 30px; }
.home-kitchen-sec33 ul { margin-bottom: 0px !important;}
.home-kitchen-sec33 .Kitchen-text {  padding-left: 10px;}
.home-sec66 .main-testi-wrapper { width: 610px;}
.padding-space-change { padding: 0px 30px 0px 20px !important;}	
.home-kitchen-sec { padding: 50px 0px;}	
.padding-space-change { padding: 0px 30px 0px 0px !important;}	
.contact-form h3 { font-size: 35px;}	
.contt-text h3 { font-size: 35px; }	
.contact-main-sec { padding: 50px 0px;}	
section.inner-contact-social { padding: 50px 0px;}	
.inner-main-title { font-size: 40px;}	
.navpage-header.is-sticky .main-menulist { padding: 5px 30px; }	
.home-about-box img { width: 260px !important; }	
.home-about-box { margin-right: 40px;}	
	
	
	
}



@media (max-width:991px) {
.navpage-header .each { position: absolute; top: 20px; right: 120px;}
.navbar-toggler { background-color: #ffffff;}	
button.navbar-toggler.collapsed i { color: #000000;  font-size: 25px;}	
.navbar-toggler:focus { box-shadow: inherit !important;}	
.navbar-nav { display: block;}	
.navpage-header { position: absolute;}	
.toop-space{ height:80px;}	
/* .home-about-box { width: 210px;} */
.client-detail h3 { font-size: 18px; }	
.our-prosses .our-prosses-box { margin-bottom: 70px;}	
.our-prosses .our-prosses-box::after{ display:none;}	
.our-prosses-box h4 {font-size: 22px;}	
.our-prosses { padding: 50px 40px 0px; }
.main-testi-wrapper {width: 600px;}	
.testi-box-text p { font-size: 16px; line-height: 28px;}	
.footer-box3 { padding-left: 20px !important;}	
.footer-box4 ul { margin-top: 0px; }	
.footer-box1 { padding-top: 10px;padding-bottom: 10px;}	
.text-center { text-align: left !important;}	
.footer-box2 .social-media ul { justify-content: center; padding-left:15px;  align-items: center; text-align: center;}
.footer-box2 { border-right: 0px solid #fff;}	
.is_mobile #mnmwp-main-menu #mnm-menu-button { position: absolute; top: 10px;right: 0px;}	
.is_mobile #mnmwp-main-menu { position: absolute; top: 0px;}	
.is_mobile #mnmwp-main-menu ul {  margin-top: 70px; background: #fff;}	
.home-kitchen-sec h3 { font-size: 30px; }	
.headiing2 { font-size: 30px; }	
.all-footer-sec h3 { font-size: 30px; }	
.banner-content .banner-title { font-size: 40px; }	
.footer-top { padding: 40px 40px 40px; }
.default-sec { padding: 80px 0px;}	
button#toggle { transform: skew(0deg);}	
#mnmwp-main-menu > ul > li > a { font-size: 16px !important; font-weight: 400 !important;}	
.logo-box { width: 240px; position: relative; z-index: 999; }	
.logo-box img { width: 185px; }	
.navpage-header.is-sticky .main-menulist { padding: 5px 30px; }	
.home-title {font-size: 35px;}	
.home-sec66 .main-testi-wrapper { padding: 30px 20px 50px;}	
.home-title { margin-bottom: 20px;}	
.home-kitchen-sec33 { padding: 50px 0px; }	
#mnmwp-main-menu ul ul li a { font-size: 16px !important; font-weight: 100 !important;}	
.Kitchen-box .Kitchen-img1 {width: 300px;}	
.Kitchen-box .Kitchen-img2 { width: 300px;}	
.container { max-width: 95%;}	
section.projects-sec { padding: 50px 50px; }	
.contt-text { margin-bottom: 50px;}	
.contt-text p { font-size: 18px;}	
.home-about-box img { width: 240px !important; }	
#mnmwp-main-menu ul ul li a { width: 100% !important;}	
.home-kitchen-sec-bg { height: 53vh;}	
.all-footer-sec { padding: 50px 30px 20px; }	
.glightbox-clean .gprev { top: 50% !important;}	
.glightbox-clean .gnext { top: 50% !important;}	
	
	
	
}



@media (max-width:912px) {
.banner-content { bottom: 40px;}
/* .home-about-box { width: 190px; }*/
.home-kitchen-sec-bg { height: 48vh;}
.project-c ul {  padding: 0px 10%; }	
.all-footer-sec h3 { font-size: 28px;}	
	
	
	
	
	
}

@media (max-width:820px) {
.project-c ul { padding: 0px 7%;  gap: 30px;}	
.all-footer-sec h3 { font-size: 28px;}
.main-testi-wrapper { width: 550px;}	
.testi-name { font-size: 16px; }	
/* .home-about-box {  width: 170px;  }	 */
.our-work-sec .headiing2 { font-size: 35px; }	
.home-kitchen-sec-bg { height:30vh;}	
.padding-space-change { padding: 0px 10px 0px 0px !important; }	
.home-about-box img {  width: 200px !important;  }	
.home-sec66 { height: 600px;}
	
	
	
	
	
	
}

@media (max-width:767px) {
.desktop-banner{ display:none;}
.mobile-banner{ display:block;}
.main-menulist {padding: 10px 5px; }
.navpage-header.is-sticky .main-menulist { padding: 10px 5px; }
.navpage-header .each { right: 60px; }	
.btn { padding: 10px 25px; }	
.default-sec {padding: 60px 0px; }	
.blog-section{ padding: 30px 0px 30px;}	
.home-about-sec1 { padding: 30px 15px; }	
.home-about-text h2 {font-size: 30px; }	
.home-about-box {width: 170px; margin-bottom:0px; }	
.Office { padding: 30px 0px;}	
.our-prosses { padding: 30px 15px 0px; }
.home-sec2 { padding: 30px 10px 30px 10px;}	
.padding-space {text-align: center;}	
.padding-space .headiing2 { text-align: center; margin-top: 15px;}	
.contact-icon { margin-left: 0px; margin: auto; margin-bottom: 15px; }	
.project-c { padding: 30px 0px; }	
.project-c ul { padding: 0px 0%; display: block;}	
.project-c ul li { border-right: 0px solid #e39d00;padding-right: 0px; width: 100%;  margin-bottom: 30px;}	
.project-c ul li span { line-height: 70px;}
.home-sec6 { padding: 30px 0px;}	
.main-testi-wrapper { width: 100%; }	
.main-testi-wrapper { position: relative;}	
.home-sec6 { height: auto; }	
.home-title { font-size: 30px; }	
.our-work-sec { padding: 30px 0px;}	
.footer-top { padding: 30px 15px 30px; }	
.all-footer-sec { margin: 0px 0px;  padding: 40px 15px 10px; }	
.footer-centter { margin-top: 0px;}
.footer-box2 { border-left: 0px solid #fff;}	
.our-work-sec .headiing2 { font-size: 30px;}	
.text-end { text-align: left !important;}	
.footer-centter { padding-bottom: 20px;}	
.footer-box1 { padding-left: 0px; }	
.footer-box3 { padding-left: 10px !important; }	
.footer-box2 .social-media ul { padding-left: 0px; }	
.banner-content { bottom: 10px; }	
.home-kitchen-sec { padding: 30px 0px; }	
.container { max-width: 100%;}	
.home-kitchen-sec .Kitchen-box {margin-top: 15px;}	
.home-kitchen-sec33 { padding: 30px 0px; }	
.home-kitchen-sec33 .Kitchen-box {margin-bottom: 15px;}
.home-kitchen-sec33 h3 { font-size: 30px; }	
.home-kitchen-sec33 .Kitchen-text { padding-left: 0px; }	
.home-sec66 .main-testi-wrapper { padding: 30px 15px 30px; position: relative; }	
.home-sec66 { padding: 30px 25px; height: 600px;}	
.Kitchen-box .Kitchen-img1 { position: relative;  width:100%;}	
.Kitchen-img2{ display:none;}	
.home-kitchen-sec { text-align: center; }
.banner-content .banner-title { font-size: 35px; }
section.projects-sec { padding: 30px 15px; }
.blog-search-box { padding: 20px 15px 20px 15px; }
footer { padding: 0px 0px 0px;}
.contact-main-sec { padding: 30px 0px; }
.contt-text h3 { font-size: 30px; }
section.inner-contact-social {padding: 30px 0px; }
.inner-contact-box { margin-bottom: 15px; height: auto; }	
.contact-form h3 { font-size: 30px;}	
.contt-text { margin-bottom: 30px; }	
.home-about-box { display: block; width: 100%;}
.home-about-box img { width: 100% !important; margin-bottom: 15px;}	
.logo-box img { width: 150px; }
.main-testi-wrapper{ margin: 0px 20px;}	
.main-testi-wrapper { padding: 30px 15px 30px; }	
.main-testi-wrapper { width: 90%; }	
.main-testi-wrapper { border-radius: 10px 10px 10px 10px;}	
.call-buton .cc-calto-action-ripple i { font-size: 1.2rem;}	
.call-buton .cc-calto-action-ripple { width: 3rem; height: 3rem;}	
span.num { bottom: -70%; font-size: 11px;}	
.home-sec66 .main-testi-wrapper { margin: 0px 0px; }	
.home-kitchen-sec-bg { height: 20vh; }
.home-sec66 .main-testi-wrapper {  border-radius: 10px 10px 10px 10px;}	
.home-kitchen-sec h3 { font-size: 26px; }	
.headiing2 { font-size: 26px;}	
.inner-contact-box:hover {  transform: scale(1);}	
.error > .code { font-size: 7rem; line-height: 100px; }	
.error-title { font-size: 30px; }	
.error > p {font-size: 20px; }	
.thanku-text { font-size: 55px; -webkit-text-stroke: 2px #000000; }	
.message p { font-size: 20px; }	
.is_mobile #mnmwp-main-menu ul { margin-top: 63px;}	
.home-about-text h2 span { font-size: 26px; }	
.banner-content .banner-title2 { font-size: 20px; }	
.navpage-header .each { top: 15px;}	
.is_mobile #mnmwp-main-menu #mnm-menu-button { top: 0px; }	
.client-detail h3 { font-size: 20px;}	
.our-prosses-box h4 {font-size: 24px; }	
.our-img { width: 90px; height: 90px; line-height: 90px; }	
	.contact-form input[type="checkbox"] {
    margin-right: 4px;
}
	
	
	
	
	
}

