@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
html{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}


.navigation.scrolled {
    background-color: #849F74 !important;
    transition: background-color 200ms linear;
}
.navigation.scrolled{
padding: 0;
}


.navigation{
	width: 100%;
	background: transparent;
    padding: 10px 0;
    position: fixed;
    z-index: 100;
    transition: .5s;
}
.navigation .toggle-bar{
	display: none;
}
.navigation .row{
	display: flex;
}
.navigation .col-lg-6{
	width: 50%;
}
.navigation .logo{
    padding: 7px 10px;
	text-align: left;
}
.navigation .row .toggle-bar{
	text-align: right;
}
.navigation .logo img{
	width: 150px;
	padding: 0;

}
.navigation .menu ul{
	list-style-type: none;
	width: 100%;
	overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: right;
}
.navigation .menu ul li{
	display: inline-block;

}
.navigation .menu ul li a{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 15px 20px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0;
    transition: .3s;
}
.navigation ul li a:hover{
    color: #eeeeee;
}



.slider .slide {
    height: 100vh;
}

.slide {
    position: relative;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
   }
}
.slide .slide__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    object-fit: initial;
    animation-duration: 3s;
    transition: all 1s ease;
    
}
.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.slide .slide__content--headings {
    text-align: center;
    color: #FFF;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 85vh;
}
.slide .slide__content--headings h2 {
    font-size: 20px;
    margin: 12px 0;
    text-transform: uppercase;
}
.slide .slide__content--headings .animated {
    transition: all .5s ease;
    
}
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 25px !important;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
    opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}
.slick-dots li button:before{
    display: none;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}
@keyframes zoomInImage {
    from {
        transform: scale3d(1,1,1);
   }
    to {
        transform: scale3d(1.1,1.1,1.1);
   }
}
.zoomInImage {
    animation-name: zoomInImage;
}
@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1,1.1,1.1);
   }
    to {
        transform: scale3d(1,1,1);
   }
}
.zoomOutImage {
    animation-name: zoomOutImage;
}


.main .section1{
    width: 100%;
    margin-top: 100px;
}
.main .section1 .card{
    padding: 20px;
}
.main .section1 .card img{
    width: 100%;
    height: 400px;
}
.main .section1 .card h2{
    font-size: 22px;
    color: #2b2b2b;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
}
.main  .section2{
    height: auto;
    width: 100%;
    background: url('../images/wood-design.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 70px;
}
.main .section2 .overlay{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.main .section2 .caption a{
    display: block;
    padding: 80px 20px;
    text-align: center;
}
.main .section2 .caption .subtitle{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.main .section2 .caption .title{
    display: block;
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}
.main .section3{
    margin-top: 70px;
}
.main .section3 .details{
    padding-top: 100px;
    padding-right: 50px;
}
.main .section3 .details p{
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}
.main .section3 .details span{
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}
.main .section3 .image img{
    width: 100%;
    border-radius: 5px;
}
.main .section4{
    margin-top: 70px;
}
.main .section4 .details{
    padding-top: 70px;
    padding-left: 50px;
}
.main .section4 .details p{
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}
.main .section4 .details span{
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}
.main .section4 .image img{
    width: 100%;
    border-radius: 5px;
}
.main  .section5{
    height: auto;
    width: 100%;
    background: url('../images/wood-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    margin-top: 70px;
}
.main .section5 .overlay{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.main .section5 .carousel-content{
    padding: 100px 10px;
}
.main .section5 .swiper {
    height: 300px;
}
.main .section5 .swiper .swiper-wrapper {
    align-items: center;
}
.main .section5 .swiper .swiper-slide {
    height: 100% !important;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.2s;
}

.main .section5 .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}

.main .section5 .swiper .prev, .swiper .next {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.65;
    transition: 0.2s;
}
.main .section5 .swiper .prev:hover, .swiper .next:hover {
    opacity: 1;
}
.main .section5 .swiper .prev svg, .swiper .next svg {
    width: 20px;
    height: 20px;
}
.main .section5 .swiper .prev svg path, .swiper .next svg path {
    fill: #fff;
}
.main .section5 .swiper .prev {
    left: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 13px;
}
.main .section5 .swiper .next {
    right: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 13px;
}
.main .section5 .swiper .pagination {
    margin-left: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    z-index: 100;
}
.main .section5 .swiper .pagination span {
    font-size: 0;
    opacity: 1;
    margin: 0px 6px !important;
    border: 1px solid #fff;
}
.main .section5 .swiper .pagination span.swiper-pagination-bullet-active {
    background-color: transparent;
    transform: scale(1.5);
}

footer{
    width: 100%;
    background: #849F74;
    padding-top: 70px;
}
footer .footer-content{
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
footer .footer-content img{
    width: 150px;
    margin-bottom: 10px;
}
footer .footer-content p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.7em;
}
footer .copyright p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
}
footer .copyright{
    padding: 10px 10px;
    margin-top: 20px;
}
footer .copyright ul{
    list-style-type: none;
    text-align: right;
}
footer .copyright ul li{
    display: inline-block;
}
footer .copyright ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
}

/* Contact Page desktop version css */
.header{
    height: 350px;
    width: 100%;
    background-size: cover !important;
}
.header .overlay{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.header .caption{
    
}
.header .caption h1{
    font-size: 40px;
    font-weight: 300;
    color: #eeeeee;
    text-transform: uppercase;
    text-align: center;
    padding-top: 180px;
}

/* Contact page css.....*/
.contact-page{
    padding: 100px 10px;
}

.contact .title {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
    
}
.contact .contact-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.contact .contact-content .column{
    width: calc(50% - 30px);
}
.contact .contact-content .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact .contact-content .left p{
    text-align: justify;
}
.contact .contact-content .left .icons{
    margin: 10px 0;
}
.contact .contact-content .row{
    display: flex;
    height: 65px;
    align-items: center;
}
.contact .contact-content .row .info{
    margin-left: 30px;
}
.contact .contact-content .row i{
    font-size: 25px;
    color: #849F74;
}
.contact .contact-content .info .head{
    font-weight: 500;
    margin-bottom: 5px;
}
.contact .contact-content .info .sub-title{
    color: #333;
}
.contact .right form .fields{
    display: flex;
}
.contact .right form .field,
.contact .right form .fields .field{
    width: 100%;
    margin-bottom: 15px;
}
.contact .right form .name {
    margin-right: 10px;
}

.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea{
    width: 100%;
    border: 1px solid lightgrey;
    outline: none;
    padding: 12px 15px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus{
    border-color: #849F74;
}
.contact .right form .textarea textarea{
    width: 100%;
    height: 150px;
    padding-top: 10px;
    resize: none;
}
.contact .right form .button-area{
  display: flex;
  align-items: center;
}
.contact .right form button{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 15px 25px;
    background: #849F74;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 5px;
}
.contact-page .container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px;
}


/* About Us page desktop version css */
.about-page{
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-page .section3 .details{
    padding-top: 50px;
    padding-right: 50px;
}
.about-page .section3 .details h2{
    font-size: 30px;
    font-weight: 300;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-page .section3 .details p{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}
.about-page .section3 .details span{
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}
.about-page .section3 .image img{
    width: 100%;
    border-radius: 5px;
}
.about-page .section4{
    margin-top: 70px;
}
.about-page .section4 .details{
    padding-top: 70px;
    padding-left: 50px;
}
.about-page .section4 .details h2{
    font-size: 30px;
    font-weight: 300;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-page .section4 .details p{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}
.about-page .section4 .details span{
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}
.about-page .section4 .image img{
    width: 100%;
    border-radius: 5px;
}

/* Design page desktop version css */
.design-page .section1{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 100px;
}
.design-page .section1 .heading h2{
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 40px;
}
.design-page .section1 .slider {
    margin: 0 auto;
    max-width: 900px;
}
  
.design-page .section1 .slide_viewer {
    height: 500px;
    overflow: hidden;
    position: relative;
}
  
.design-page .section1 .slide img{
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
}  
.design-page .section1 .slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}
.design-page .section1 .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}
.design-page .section1 .slide:first-child {
    display: block;
}
  
.design-page .section1 .slide:nth-of-type(1) {
    background: #D7A151;
}
.design-page .section1 .slide:nth-of-type(2) {
    background: #F4E4CD;
}
.design-page .section1 .slide:nth-of-type(3) {
    background: #C75534;
}
.design-page .section1 .slide:nth-of-type(4) {
    background: #D1D1D4;
}
.design-page .section1 .slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.design-page .section1 a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
  
.design-page .section1 .slide_btn.active, .slide_btn:hover {
    color: #849F74;
    cursor: pointer;
}
  
.design-page .section1 .directional_nav {
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    top: -250px;
}
  
.design-page .section1 .previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}
  
.design-page .section1 .next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}
  
.design-page .section1 .previous_btn, .next_btn {
    cursor: pointer;
    height: 40px;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 40px;
}
  
.design-page .section1 .previous_btn:hover, .next_btn:hover {
    opacity: 1;
}
  
@media only screen and (max-width: 767px) {
    .design-page .section1 .previous_btn {
      left: 50px;
    }
    .design-page .section1 .next_btn {
      right: 50px;
    }
}

.design-page .explore{
    margin-bottom: 70px;
}
.design-page .explore .heading h2{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 40px 20px;
}
.design-page .explore .card{
    display: flex;
    background: #ececec;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
    height: 200px;
}
.design-page .explore .card .image{
    width: 50%;
}

.design-page .explore .card .image img{
    width: 100%;
    height: 200px;
}
.design-page .explore .card .details{
    width: 50%;
    padding: 20px;
    padding-left: 20px;
}
.design-page .explore .card .details h4{
    font-size: 16px;
    font-weight: 300;
    color: #849F74;
}
.design-page .explore .card .details h2{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0;
}
.design-page .explore .card .details p{
    font-weight: 300;
    margin-top: 8px;
}
.design-page .explore .card .details a{
    font-weight: 300;
    display: block;
    margin-top: 10px;
    color: #849F74;
}

/* Process page desktop version css */
.process-page .section1{
    margin-top: 70px;
}
.process-page .section1 .details{
    padding-top: 70px;
    padding-left: 50px;
}
.process-page .section1 .details h2{
    font-size: 30px;
    font-weight: 300;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.process-page .section1 .details p{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}

.process-page .section1 .image img{
    width: 100%;
    border-radius: 5px;
}
.process-page .section2{
    width: 100%;
    margin-top: 70px;
}
.process-page .section2 .details{
    padding-top: 50px;
    padding-right: 50px;
}
.process-page .section2 .details h2{
    font-size: 30px;
    font-weight: 300;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.process-page .section2 .details p{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}

.process-page .section2 .image img{
    width: 100%;
    border-radius: 5px;
}
.process-page .section3{
    margin-top: 70px;
}
.process-page .section3 .details{
    padding-top: 100px;
    padding-left: 50px;
}
.process-page .section3 .details h2{
    font-size: 30px;
    font-weight: 300;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.process-page .section3 .details p{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}
.process-page .section3 .image img{
    width: 100%;
    border-radius: 5px;
}
.process-page .section4{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}
.process-page .section4 .details{
    padding-top: 80px;
    padding-right: 50px;
}
.process-page .section4 .details h2{
    font-size: 30px;
    font-weight: 300;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.process-page .section4 .details p{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
    color: #2b2b2b;
}

.process-page .section4 .image img{
    width: 100%;
    border-radius: 5px;
}
.mobile-img{
    display: none;
}


@media only screen and (max-width: 768px){
    .mobile-img{
        display: block;
        margin-top: 20px;
    }
    .desktop-img{
        display: none;
    }
    .row{
        display: block;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }
    .container{
        padding: 15px;
    }
    .navigation .menu ul .btn a{
        display: none;
    }
    .navigation{
        width: 100%;
        padding: 0;
    }
    
    .navigation .row{
        display: flex;
    }
    .navigation .col-lg-6{
        width: 50%;
    }
    .navigation .col-lg-9{
        width: 100%;
    }
    .navigation img{
        width: 25%;
        padding-top: 0px;
        padding: 17px;
    }
    .navigation .nav-order-btn{
        display: inline-block;
        vertical-align: sub;
    }
    .navigation .nav-order-btn a{
        display: inline-block;
        font-size: 14px;
        text-align: center;
        padding: 12px 12px;
        background: #f17c00;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 5px;
        vertical-align: super;
    }
    .navigation .toggle-bar{
        display: block;
        text-align: right;
    }
    .navigation-bar{
        display: none;
    }
    .navigation .fa{
        font-size: 27px;
        color: #fff;
        padding: 18px 20px;
    }
    .navigation .menu ul{
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        background: #333333;
        position: absolute;
        margin-left: 0;
        left: 0;
        text-align: left;
        display: none;
        margin: 0;
        padding: 0;
        z-index: 1;
    }
    .navigation.scrolled .logo{
        padding: 0;
        transition: .3s;
    }
    .navigation.scrolled .fa{
        padding: 11px 20px;
        transition: .3s;
    }
    .navigation .menu ul li{
        display: block;
        border-bottom: 1px solid #828282;
    }
    .navigation .menu ul li a{
        display: inline-block;
        text-decoration: none;
        padding: 20px 16px;
        font-size: 17px;
        font-weight: 400;
        width: 100%;
        margin: 0;
    }
    .navigation .logo img{
        width: 125px;
        padding: 0 10px;
    }

/* Home page mobile responsive css */
.slider .slide {
    height: 100vh;
}
.slide .slide__img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slide .slide__content--headings h2{
    font-size: 18px;
}
.slide .slide__content--headings{
    margin-top: 80vh;
}
.main .section1 .card img{
    height: auto;
}
.main .section1{
    margin-top: 50px;
}
.main .section2{
    margin-top: 50px;
}
.main .section2 .caption a{
    padding: 50px 20px;
}
.main .section2 .caption .subtitle{
    font-size: 18px;
}
.main .section2 .caption .title{
    font-size: 30px;
}
.main .section3{
    margin-top: 50px;
}
.main .section3 .details{
    padding-top: 0;
    padding-right: 0;
}
.main .section3 .image img{
    margin-top: 30px;
}
.main .section4{
    margin-top: 30px;
}
.main .section4 .details{
    padding: 0;
    margin-top: 30px;
}
.main .section5 .swiper{
    height: auto;
}
.main .section5 .carousel-content{
    padding: 50px 10px;
}
.main .section5 .swiper .pagination{
    display: none;
}
.main .section5 .swiper .next{
    height: 40px;
    width: 40px;
}
.main .section5 .swiper .prev{
    height: 40px;
    width: 40px;
}
footer{
    padding-top: 30px;
}
footer .footer-content p{
    font-size: 16px;
}
footer .copyright{
    margin-top: 10px;
}
footer .copyright p{
    font-size: 16px;
    text-align: center;
}
footer .copyright ul{
    margin-top: 20px;
}
footer .copyright ul li a{
    font-size: 16px;
}
 /* Contact page mobile responsive css */
 .contact-page{
    padding: 50px 10px;
 }
 .contact .contact-content{
    display: block;
}
.contact .contact-content .column{
    width: 100%;
}
.contact-form{
    margin-top: 30px;
}
.contact .title{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact .contact-content .text{
    font-size: 20px;
}

/* Design page mobile responsive css */
.header{
    height: 220px;
}
.header .caption h1{
    padding-top: 120px;
    font-size: 30px;
}
.design-page .section1{
    margin-bottom: 50px;
}
.design-page .section1 .heading h2{
    font-size: 30px;
}
.design-page .section1 .slide_viewer{
    height: 250px;
}
.design-page .section1 .slide_viewer{
    height: 250px;
}
.design-page .section1 .slide img{
    height: 250px;
    object-fit: cover;
}
.design-page .section1 .directional_nav{
    top: -130px;
}
.design-page .section1 .next_btn{
    right: 20px;
}
.design-page .section1 .previous_btn{
    left: 15px;
}
.design-page .explore .heading h2{
    font-size: 30px;
    padding: 20px;
}
.design-page .explore .card{
    display: block;
    margin: 20px 0;
    height: auto;
}
.design-page .explore .card .image{
    width: 100%;
}
.design-page .explore .card .image img{
    height: auto;
}
.design-page .explore .card .details{
    width: 100%;
}

/* Process page mobile responsive css */
.process-page .section1{
    margin-top: 50px;
}
.process-page .section1 .details{
    padding-top:20px;
    padding-left: 0;
}

.process-page .section1 .details h2{
    font-size: 25px;
}
.process-page .section1 .details p{
    font-size: 16px;
}
.process-page .section2{
    margin-top: 50px;
}
.process-page .section2 .details {
    padding-top: 20px;
    padding-right: 0;
}
.process-page .section2 .details h2{
    font-size: 25px;
}
.process-page .section2 .details p{
    font-size: 16px;
}
.process-page .section3{
    margin-top: 30px;
}
.process-page .section3 .details {
    padding-top: 30px;
    padding-left: 0;
}
.process-page .section3 .details h2{
    font-size: 25px;
}
.process-page .section3 .details p{
    font-size: 16px;
}
.process-page .section4 .details{
    padding-top: 30px;
    padding-right: 0;
}
.process-page .section4 .details h2{
    font-size: 25px;
}
.process-page .section4 .details p{
    font-size: 16px;
}

/* About page mobile responsive css */
.about-page{
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-page .section3 .details{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
}
.about-page .section3 .details h2{
    font-size: 25px;
}
.about-page .section3 .details p{
    font-size: 16px;
}
.about-page .section4{
    margin-top: 30px;
}
.about-page .section4 .details {
    padding-top: 0;
    padding-left: 0;
}
.about-page .section4 .details h2{
    font-size: 25px;
}
.about-page .section4 .details p{
    font-size: 16px;
}




}











