/* commen */

@charset "utf-8";
 
*{
    margin: 0;
    padding: 0; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
    width: 100%;
}
 
a {
    text-decoration:none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: none;
}
li {
    list-style:none;
}

.container{
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}
body{
   font-family: 'Fira Sans Condensed';
    overflow-x: hidden; 
    float: left; 
    width: 100%;
}
.fas.fa-phone {

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

}
::placeholder{
    color: #fff;
}
/*------------ 12. scrollup Start----------*/
#goToTopBtn {
    background: rgb(92,221,130);
background: linear-gradient(90deg, rgba(225,161,77,1) 0%, rgba(193,100,23,1) 76%);
    border: 3px solid #c16717;
    border-radius: 50%;
    bottom: 45px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: none;
    font-size: 15px;
    height: 45px;
    line-height: 41px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 999;
    /* background-color: #252525; 
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none; */

}
#goToTopBtn.fixed {
    display: block;
}
#goToTopBtn:hover {
    background: linear-gradient(to right,#32cd33 50%,#32cd33 50%) no-repeat 100% 100%/210% 100% #9689e6!important;
    border-color: #32cd33;
    color: #fff;
    /* background: #97a2aa; */
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
/*------------ 12. scrollup End----------*/

.cred {
    float: left;
    width: 100%;
    padding: 15px;
    background: black;
}
.cred h4{
    float: left;
    color: white;
    font-size: 15px;
    font-weight: normal;
}
.cred h5 a{
    float: right;
    color: white;
    font-size: 16px;
}

/**header**/

header.fixed .header-top {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    margin: 0;
    z-index: 9; 
    z-index: 99999999;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    transition: 1s;
}

header  {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    margin: 0;
    z-index: 9; 
    /*! z-index: 99999999; */
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    transition: 1s;
}

header.fixed .logo {
    float: left;
    width: 12%;
    padding: 10px;
    transition: 1s;
}
header.fixed .top-line {
    float: left;
    width: 100%;
    background: #93571b;
    padding: 2px 0;
}
.header-top{
    float: left;
    width: 100%;
    background: white;
}
.header-top .top-line {
    float: left;
    width: 100%;
    background: #93571b;
    padding: 5px 0;
}
.top-main {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    float: left;
    width: 15%;
    padding: 15px 0;
}
.logo img{
   width: 100%;
}
.contact-top {
    float: left;
    width: 40%;
    margin-left: 30%;
    margin-top: 15px;
}
.contact-top p {
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ico01 {
    float: left;
    width: 50%;
    padding-left: 20px;
    line-height: 23px;
    font-size: 18px;
    padding-bottom: 10px;
    color: #a55d2b;
    font-weight: 600;
}
.ico01::before{
    content: '\f2b6';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #32cd33;
}
.ico01:hover,
.ico02:hover {
    color: #2fb753;
}
.ico02 {
    float: left;
    width: 50%;
    padding-left: 20px;
    line-height: 36px;
    font-size: 18px;
    padding-bottom: 10px;
    color: #a55d2b;
    font-weight: 600;
}
.ico02::before{
    content: '\f095';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #32cd33;
    transform: rotate(90deg);
}
.main-navigation {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #a55d2b;
}
.pc-navigation {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pc-navigation li a {
   color: #fff;
   padding: 10px;
   font-size: 17px;
   font-weight: 800;
   text-transform: uppercase;
   display: inline-block;
   letter-spacing: 1px;
}
.pc-navigation li a:hover{
    color: #da612a;
    background: white;
    border-radius: 7px;
}


/** main **/
.banner {
    float: left;
    width: 100%;
}
.bann {
    float: left;
    width: 100%;
    position: relative;
}
.bann-img{
    float: left;
    width: 100%;
    height: 100vh;

}
.bann-img img{
    float: left;
    width: 100%;
}
.cont {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cont01  {
    float: left;
    width: 50%;
    position: absolute;
    top: 30%;
    right: 6%;
    text-align: center;
}
.cont p, .cont01 p {
    clear: both;
    margin: 0 auto;
    width: 43%;
    color: #fff;
    font-size: 31px;
    padding-bottom: 35px;
    font-weight: 600;
    font-family: Raleway;
    text-transform: capitalize;
    text-shadow: 0 0 30px #0000, 0 0 20px #000;
}
.cont h2, .cont01 h2{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 45px;
    text-shadow: 0 0 30px #0000, 0 0 20px #000;
    margin-bottom: 10px;
    margin-top: 18%;
}
/* a.main-button{
    color: #fff;
    background: #da612a;
    padding: 17px 35px;
    font-size: 20px;
    font-weight: 600;
}
a.main-button:hover{
    background: #8de28f;
} */
/*===Button Style===*/

.main-button {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    padding: 15px 22px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0%;
    border: 1px solid #da612a;
    color: #fff;
    background: #da612a;
    color: #fff;
}

.main-button:before {
    position: absolute;
    content: "";
    left: 0;
    opacity: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #8de28f;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
}

.main-button:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-button:hover {
    color: #fff;
}

/*=== End Button Style===*/

.home-about{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background-image: url(../images/im.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.home-about-main {
    float: left;
    width: 60%;
    padding: 50px 25px 50px 56px;
    background: #32cd33;
    color: #fff;
    border-bottom: 6px solid #a55d2b;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.home-about-main h2 {
    float: left;
    width: 100%;
    font-size: 25px;
    padding-bottom: 13px;
    font-weight: 800;
}
.home-about-main p {
    float: left;
    width: 77%;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
}
.home-about-main a {
    width: 22%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background-color: #662b01;
    padding: 10px 15px;
    text-align: center;
    clear: both;
    border:2px solid #fff;
    font-weight: 700;
}
.home-about-main a:hover{
    background-color:#fff;
    color:#662b01;
}
.chic {
    width: 16% !important;
}

.home-product {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.home-product-main {
    float: left;
    width: 100%;
}
.home-product-main h2{
    float: left;
    width: 100%;
    font-size: 30px;
    padding-bottom: 13px;
    font-weight: 800;
    color: #662b01;
    text-align: center;
}
.home-product-main p{
    width: 88%;
    margin: 0 auto;
    clear: both;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #535353;
}
.home-sub-products {
    clear: both;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    flex-wrap: wrap;
}
.home-type-woods {
    float: left;
    width: 32%;
}
.home-type-imo {
    float: left;
    width: 100%;
}
.home-type-imo01 {
    float: left;
    width: 100%;
    background: #eeeeee;
    padding: 20px 0;
    min-height: auto;
    border-bottom: 4px solid #662b01;
    margin-bottom: 40px;
}
.home-type-imo01 h3{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #662b01;
}
.home-type-imo01 h3::after{
    content: '';
    width: 60px;
    left: 0;
    right: 0;
    height: 3px;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    background-color: #662b01;
    position: absolute;
    text-align: center;
}

.fab.fa-facebook-f {
    color: 
    #2b55ae;
}
.fab.fa-twitter {
    color: #00acee;
}
.fab.fa-youtube {
    color: #c4302b;
}
.fab.fa-linkedin-in {
    color: #0e76a8;
}







.home-type-imo01 p {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 30px;
    line-height: 24px;
    font-size: 17px;
    padding: 30px;
}
.home-type-imo01 a {
    margin: 0 auto;
    clear: both;
    width: 35%;
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #32cd33;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
    margin-left: 33%;
}
.home-type-imo01 a:hover {
    background: #93571b;
}

.home-service {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #eeeeee;
}
.home-service-main {
    float: left;
    width: 100%;
}
.home-service-main h2{
    float: left;
    width: 100%;
    font-size: 30px;
    padding-bottom: 13px;
    font-weight: 800;
    color: #662b01;
    text-align: center;
}
.home-service-main p{
    width: 88%;
    margin: 0 auto;
    clear: both;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #444;
}
.home-service-cover {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
    padding: 40px 0;
}
.home-sub-main {
    float: left;
    width: 32%;
}
.home-sub-imo {
    float: left;
    width: 100%;
    position: relative;
}
.home-sub-imo img{
    width: 100%;
    display: block;
}
.home-sub-cont {
    float: left;
    width: 100%;
    padding: 10px;
    background: #32cd33;
    border-bottom: 4px solid #662b01;
}
.home-sub-cont h4{
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
 

  input[type=text],input[type=tel], select, textarea, input#fname, 
input#lname, input#cname, input#pname {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 0;
    resize: vertical;
    font-family: open sans;
    color: #fff;
    float: left;
    background: #662b01;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}
 input[type="submit"] {
    text-transform: uppercase;
    font: 600 15px/36px "Open Sans",sans-serif;
    color: #fff;
    padding: 2px 29px 0;
    text-shadow: none;
    letter-spacing: 1px;
    border: 1px solid #cdcdcd;
    background: #32cd33;
    border-radius: 0;
    margin-top: 30px;
    cursor: pointer;
}
  input[type="submit"]:hover{
    background: #bb793c;
    color: #fff;
}




.home-main-cont.wrap04 input[type=submit] {
    background-color:#db002f;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
  }
  
.home-main-cont .wrap04 input#submit-btn:hover {
    background: #93571b;
}
.home-main-cont .wrap04 input[type=submit] {
    background-color: #32cd33;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 2px;
    width: 20%;
    margin: 0 auto;
    clear: both;
    display: block;
}
.home-main-cont .wrap02 textarea#subject {
    height: 160px;
}
/* .kings-contact-form .wrap02 input[type=text],input[type=tel], select, textarea#subject, input#fname, input#lname, input#cname, input#pname {
    margin-bottom: 20px;
    border-radius: 0;
    font: 15px/31px "Open Sans",sans-serif;
    color: #959595;
    padding: 11px 20px;
    border: 1px solid #e1e1e1;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
} */
.home-form-main {
    float: left;
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/background-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.home-main-cont, .career-slit01 {
    float: left;
    width: 100%;
}
.a1 {
    float: left;
    width: 50%;
}
.career-slit, .career-slit01 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career-slit .wrap01 {
    float: left;
    width: 22%;
    padding-bottom: 25px;
}
.career-slit01 .wrap02 {
    float: left;
    width: 48%;
    padding-bottom: 25px;
}
.home-main-cont h2 {
    float: left;
    width: 100%;
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 800;
    color: #a55d2b;
    text-align: center;
}


/**footer-cont**/
.footer-content {
    float: left;
    width: 100%;
    background: rgb(92,221,130);
  background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    padding: 60px 60px;
    border-top: 5px solid #662b01;
    background-size: cover;
}
.foot {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.sub-foot {
    float: left;
    width: 37%;
    color: #ffff;
    /* background-color: #242424; */
}
.sub-foot h3 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.sub-foot01 {
    float: left;
    width: 18%;
    color: #ffff;
}
.sub-foot01 h3 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}


.ico01 {
    float: left;
    width: 100%;
    padding-left: 35px;
    line-height: 23px;
    font-size: 18px;
    padding-bottom: 10px;
}
.ico01::before{
    content: '\f2b6';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.ico02 {
    float: left;
    width: 100%;
    padding-left: 35px;
    line-height: 36px;
    font-size: 18px;
    padding-bottom: 10px;
}
.ico02::before{
    content: '\f095';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
    color: #fff;
    transform: rotate(90deg);
}
.ico03 {
    float: left;
    width: 100%;
    padding-left: 35px;
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
    
}
.ico03::before{
    content: '\f3c5';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.ico01 a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.ico01 a:hover{
    color: #32cd33;
}
.ico02 a:hover{
    color: #32cd33;
}
.ico03 a:hover{
    color: #32cd33;
}
.ico02 a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.ico03 a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.sub-foot ul li {
    float: left;
    margin-right: 35px;
    margin-left: 10px;
}
.sub-foot ul li i:hover{
    color: #fff;
}

.sub-foot ul li i{
    font-size: 25px;
}

.footer-navi {
    width: 82%;
    clear: both;
    margin: 0 auto;
}
.footer-navi li{
    list-style-type: none;
}
.footer-navi li a {
    float: left;
    /* width: 100%; */
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    clear: both;
    color: #fff;
    font-weight: 500;
}
.footer-navi li a:hover {
    color: #32cd33;
}
.footer-navi li a:before {
    content: '\f105';
    position: absolute;
    margin-left: -15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}


.home-type-imo img{
    width: 100%;
    box-shadow: 1px 1px 15px 5px grey;
}
.home-type-imo {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 220px;
    max-width: 540px;
    width: 100%;
    color: #000000;
    text-align: center;
  }
  .home-type-imo * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .home-type-imo img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    height: 265px;
    object-fit: cover;
  }
  .home-type-imo:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home-type-imo figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .home-type-imo h2,
  .home-type-imo p {
    margin: 0;
    width: 100%;
    opacity: 0;
  }
  .home-type-imo h2 {
    padding: 0 30px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px !important;
    line-height: 26px;
    color: #a55d2b;
    font-weight: bold;
    margin-bottom: 0 !important;
  }
  .home-type-imo p {
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 500;
  }
  .home-type-imo a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .home-type-imo:hover:after,
  .home-type-imo.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .home-type-imo:hover figcaption h2,
  .home-type-imo.hover figcaption h2,
  .home-type-imo:hover figcaption p,
  .home-type-imo.hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .home-type-imo:hover figcaption h2,
  .home-type-imo.hover figcaption h2 {
    opacity: 1;
  }
  .home-type-imo:hover figcaption p,
  .home-type-imo.hover figcaption p {
    opacity: 0.7;
  }



  .home-sub-imo {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 470px;
    width: 100%;
    color: #000000;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
  }
  .home-sub-imo{
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .home-sub-imo img {
    max-width: 100%;
    vertical-align: top;
  }
  .home-sub-imo figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  .home-sub-imo h2,
  .home-sub-imo h4 {
    margin: 0;
  }
  .home-sub-imo h2 {
    font-weight: 600;
    padding-top: 20px;
  padding-bottom: 10px;
    color: #393939;
  }
  .home-sub-imo h4 {
    font-weight: 400;
    text-transform: uppercase;
  }
  .home-sub-imo i {
    font-size: 32px;
  }
  .home-sub-imo:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
  .home-sub-imo a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .home-sub-imo:hover figcaption,
  .home-sub-imo.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .home-sub-imo:hover:after,
  .home-sub-imo.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
  }


/** About us -page **/

.about-page {
    float: left;
    width: 100%;
    position: relative;
}
.about-page img{
    width: 100%;
    height: 56vh;
    background-position: 50% 100%;
    margin-top: 150px;
}
.about-page:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*! background: #1c1c1c; */
    opacity: .60;
    position: absolute;
}
#about-pageheading {
    color: #fff;
    font-size: 42px;
    position: absolute;
    top: calc(100% - 40%);
    width: 100%;
    left: 0%;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#about-pageheading span {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: calc(100% - 62%);
    width: 100%;
    left: 0%;
    padding: 40px 0;
    border-radius: 10px;
    line-height: 40px;
}
#about-pagesubheading{
    color: #fff;
    position: absolute;
    top: calc(100% - 45%);
    width: 100%;
    left: 0;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    text-align: center;
}
.about-pagesubheading i.fa.fa-angle-right {
    color: #1ff4ff;
    font-weight: 600;
    font-size: 11px;
}
.about-home01 {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .04em;
    opacity: 0.7;
}

/**about-page-panel01**/
.about-page-panel01 {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.about-page-main {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-image: url(../images/about-house-bg.png);
}
.about-page-main:before {
    position: absolute;
    left: -120px;
    bottom: -25px;
    width: 400px;
    height: 300px;
    background-image: url(../images/icon-dots.png);
    background-repeat: repeat;
    background-position: left top;
    content: "";
}
.about-page-imo {
    float: left;
    /* margin: -60px auto; */
    margin-top: -250px;
    margin-left: 65px;
    width: 33%;
    box-shadow: 0 2px 18px rgba(0,0,0,0.19);
    border: 2px solid #ffffff;
    z-index: 1;
    position: relative;
    height: 265px;
}
.about-page-imo img {
    width: 100%;
    height: 100%;
}
.about-page-cont span {
font-weight: bold;
color:
    #a55d2b;
    letter-spacing: 1px;
}
.sub-imo01 {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 50px;
}
.sub-imo01 img {
    width: 47%;
    height: 300px;
}
.about-page-cont{
    float: left;
    width: 48%;
    margin-top: 48px;
}
.about-page-cont h2{
    float: left;
    width: 100%;
    color: #662b01;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 15px;
    position: relative;
}
.about-page-cont h2::after {
    content: '';
    width: 60px;
    left: 3px;
    right: 0;
    height: 3px;
    /* margin: 0 auto; */
    display: block;
    margin-top: 5px;
    background-color: #662b01;
    position: absolute;
    text-align: center;
}
.about-page-cont p{
    float: left;
    width: 100%;
    line-height: 28px;
    text-align: justify;
    margin-top: 12px;
    color: #404040;
}
.about-para-main {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.about-para-main p{
    float: left;
    width: 100%;
    line-height: 28px;
    text-align: justify;
    color: #404040;
}

.about-page-panel02 {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.about-page-service{
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-page-service {
    float: left;
    width: 48%;
    padding: 25px;
    border: 10px solid #f0f0f0;
        height: 300px;
}
.sub-page-service h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 20px 0 10px 0;
    position: relative;
}
.sub-page-service h2::after {
    content: '';
    width: 60px;
    left: -68px;
    right: 0;
    height: 3px;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    background-color: #662b01;
    position: absolute;
    text-align: center;
}
.sub-page-service h2 span{
    text-align: center;
    font-size: 25px;
    color: #662b01;
}

.sub-page-service p {
    float: left;
    width: 100%;
    line-height: 28px;
    color: #606060;
    text-align: justify;
    padding-bottom: 30px;
    margin-top: 15px;
}
.about-future {
    float: left;
    width: 100%;
    padding: 80px 0 100px;
    background-image: url(../images/background-05.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-future-main {
    float: left;
    width: 100%;

}
.about-future-main h2 {
    float: left;
    width: 100%;
    font-size: 25px;
    text-align: center;
    position: relative;
}
.about-future-main h2::after {
    content: '';
    width: 54px;
    left: -19px;
    right: 0;
    height: 3px;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    background-color: #662b01;
    position: absolute;
    text-align: center;
}
.about-future-main p {
    float: left;
    width: 100%;
    font-size: 18px;
}
.about-future-main p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    padding-top: 11px;
    color: #404040;
}
.about-future-main p span {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #662b01;
}



/***=== contact-page ===***/
.kings-wood-contact-main {
    float: left;
    width: 100%;
    padding: 40px 0;
    background-image: url(../images/about-house-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.lings-contact-cover {
    float: left;
    width: 100%;
}
.lings-contact-cover h2{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 15px;
}
.lings-contact-cover h2::after {
    content: '';
    width: 54px;
    left: 0;
    right: 0;
    height: 3px;
    /* margin: 0 auto; */
    display: block;
    margin-top: 5px;
    background-color: #662b01;
    position: absolute;
    text-align: center;
}
.lings-contact-cover p {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-top: 15px;
}
.kings-contact-details {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}
.kings-contact-details h2 {
    font-size: 30px;
    margin-left: 12%;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: 
    #662b01;
}
.ud {
    float: left;
    width: 40%;
}
.sub-kings-contact {
    float: left;
    width: 50%;
}
.kings-contact-form {
    float: left;
    width: 40%;
}
.media {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    text-align: center;
    align-items: center;
}
.media-left {
    float: left;
    width: 14%;
    text-align: center;
}
.media-left a {
    color: #662b01;
    border: 1px solid #662b01;
    border-radius: 100%;
    display: block;
    width: 60px;
    height: 60px;
    cursor: default;
}
.media .media-left a i {
    border-radius: 50%;
    font-size: 30px;
    line-height: 32px;
    padding-top: 15px;
}
.media-body {
    float: left;
    width: 100%;
    text-align: left;
    font: 16px/26px "Open Sans",sans-serif;
    /* color: #898989; */
    letter-spacing: .3px;
}
.media-body a {
    color: #000;
}


.products {
    float: left;
    width: 100%;
    background-image: url(../images/background-05.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 220px;
    padding-bottom: 75px;
}
.wood img {
    float: right;
    width: 35%;
    padding: 20px;
}
.products h2{
    
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #a55d2b;
    margin-bottom: 20px;
}
.wood h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #57871c;
}
.wood {
    float: left;
    width: 100%;
}
.wood h4{
    
    font-size: 24px;
    color: #a55d2b;
    margin-top: 20px;
}
.wood p{
    
    margin-top: 15px;
    line-height: 28px;
    text-align: justify;
    color: #2d2d2d;
}

.fa.fa-phone {
    transform: rotate(90deg);
    margin-left: 18px;
    margin-top: 5px;
}

.feb {
    float: left;
    width: 50%;
}

.error {

    color: 

    red;
    margin-top: 5px;
    float: left;
    width: 100%;

}

.result {

    float: left;
    width: 100%;
    font-size: 25px;
    color: 

    black;

}


.mar {
    float: left;
    width: 50%;
    padding: 10px 50px 50px 50px;
}

.sub-foot img {
    padding: 30px;
}

.cli {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.cli h2{
    float: left;
    width: 100%;
    font-size: 33px;
    padding-bottom: 13px;
    font-weight: 800;
    color: #662b01;
    text-align: center;
    text-transform: uppercase;
}

.clients{
    float: left;
    width: 100%;
}

.clients img{
    padding: 23px;
    border: 1px solid #a55d2b;
    margin: 20px;
}
.c1 {

    padding: 25px;

}

.demo-gallery {
    float: left;
    width: 100%;
}
.n-logo.pr-logo li {
    width: 26%;
    margin-right: 15px;
    float: left;
    list-style: none;
    padding: 5px;
    height: 200px;
}
.n-logo.pr-logo img{
    float: left;
    width: 100%;
    height: 100%;
}

.net {
    float: left;
    width: 100%;
    background: 
    #f2f2f2;
    padding-bottom: 5%;
}
.n1 {
    float: left;
    width: 50%;
}
.n2 {
    float: left;
    width: 45%;
    padding: 0 50px 50px 50px;
    background: #a55d2b;
    margin-top: 8%;
    margin-left: 5%;
}
.n1 img{
    float: left;
    width: 100%;
}
.n2 h3{

    font-size: 28px;
    margin-top: 50px;
    color: #fff;
}
.n2 p{
    
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #eee;
}

.more {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.more a {
    padding: 10px;
    background: 
#a55d2b;
color:
    white;
    width: 200px;
    display: inline-block;
}

.more a:hover {
    background: 
    #32cd33;
}

.products .home-type-imo01{
    min-height: auto;
}
.products .home-product{
    padding: 20px 0;
}

.map {
    float: left;
    width: 100%;
}

.map iframe{
    float: left;
    width: 100%;
    height: 400px;

}

.login a {
    display: inline-block;
    padding: 10px;
    background: 
#a55d2b;
color:
    white;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}
.login a:hover{
    background: #0f8852;
}


.header-top{
    display: block;
}

.lines{
    display: none;
}



































































































@media (max-width: 767px)
{

    header span{
        font-family: 'Times New Roman';
    }
    .container{
        width: 90%;
    }

h2{
    font-size: 16px !important;

}
h3{
    font-size: 15px !important;
}
h4{
    font-size: 14px !important;
}
h5{
    font-size: 13px !important;
}
h6{
    font-size: 13px !important;
}
p{
    font-size: 14px !important;
}
header.fixed .logo{
    width: 25%;
    float: left;
}
header.fixed #nav-icon1{
    /*! top: 25px; */
}
header.fixed .back {
    padding: 4px;
    margin-top: 0px;
}
 
.logo{
    width: 20%;
    float: left;
    margin-left: 0;
    padding: 0;
    margin-top: 10px;
}
    .logo img{
    width: 100%;
    float: left;
}

.lines {
    display: block;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: 
    white;
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
}
.header-top{
    display: none;
}

.bann-img{
    margin-top: 0;
    height: 60vh;
}
    .bann-img img{
float: left;
    width: 100%;
    height: 60vh;
object-fit: cover;
    }
.nav{
    align-items:  flex-start;
}
.bann {
    float: left;
    height: 70vh;
}

.main-button, .main-button01{
    padding: 5px 10px;
}
.cont p{
    margin-bottom: 30px;
    line-height: 24px;
    width: 70%;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.cont h3{
    margin-bottom: 0;
}
.nav1 {

    float: left;
    width: 60%;
    background: none;
    -webkit-transform: none;
    transform: none;

}
.nav1::before {

  display: none;

}
.up {

    -webkit-transform: none;
    transform: none;

}
.social ul {


    display: none;
}
.nav1 ul li {

    list-style: none;
    float: left;
    margin-left: 0;

}
.social ul li a {

    float: left;
    margin-left: 0;
    padding: 10px;

}
#nav-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  /*! margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 10px;
    right: 5%;
  float: right;
  z-index: 9999;
}
.nav ul li{
    width: 100%;
    list-style: none;
    margin-left: 0;
    float: left;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: black;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.nav ul li a {

    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    justify-content: right;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.nav ul li ul li a{
    color: #fff;
    font-size: 13px;
    padding: 0;
    padding: 10px;
    margin-top: 0;
    text-align: left;
}
.nav .sub.opened ul{
    display: block;
    width: 100%;
    position: unset;
    background: #f20309;
    margin-top: 0;
    padding: 5px;
    animation: fadeInDown 0.5s;
    transition: 1s linear;
}
    .nav ul li a i {

    position: absolute;
    margin-left: 15px;

    margin-top: 3px;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 9999999;
  opacity: 1;
  background: white;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 1;
  background: white;
}
.nav ul li a:hover {

    color: #d98400;
    text-align: center;

    background: black;
}
.nav ul li ul li ul.sub-menu {

   /* left: 150px;
    top: 0;
    display: none;
    width: 370px;*/

}

body.nav-show header{
    right: 200px;
    left: -100px;
}
.nav{
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    padding: 15px;
    list-style: none;
    overflow: auto;
    z-index: 9999;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: 1s;
}
.nav ul {

    padding: 10px;
    float: left;
    margin-top: 20px;

}
.nav.nav-show{
    right: 0;
    padding-top: 10%;
    width: 75%;
    background: rgb(165, 93, 43);
    transition: 1s;
    border: 1px solid white;
}
.nav span {
       position:absolute;
       right:0;
           right: -173px;
   top: 19px;
    -webkit-transform: translateY(-50%);
               transform: translateY(-50%);
   }
       .ground{width:100%}
    header.fixed .nav{width:72%;}
    .mail p{max-width:100%}

.nav1 {

    float: left;
    margin-top: 0;
    padding-left: 20px;
    width: 60%;

}
.nav1 ul li {

    float: left;
    list-style: none;
    margin-left: 0;
    width: 100%;

}
.nav1 ul li a {

    float: left;
    text-decoration: none;
    color: black;
    font-size: 12px;
    margin-top: 3px;

    padding: 3px;
}

header.fixed .nav1 ul li a{
    font-size: 12px;
}
 

.head{
    padding: 10px;
    width: 100%;
    float: left;
}
header.fixed .head{
    padding: 6px;
}

 
.nav ul li ul li:hover ul.sub-menu{
    display: none;
}

.nav ul li:hover ul  {
    display: none;
}
 
.nav ul li ul.show{

    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);

    background: white;
    width: 100%;
    float: left;
    margin-top: 0;
}


.nav ul li ul li ul.sub-menu.show {

    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);

    background: #e6e6e6;
    width: 100%;
}


.nav ul li .hun {

    width: 100%;
    margin-left: 0px;
    z-index: 9999;

}
.nav ul li ul li ul.sub-menu{
    left: 0;
    top: 100%;
}
.nav ul li ul li {

    margin: 0;
    text-align: left;

    display: block;
    padding: 0;
    margin-top: 0;
}
.nav ul li ul li ul.sub-menu a {

    font-size: 12px;
    text-align: right;
    background: #e6e6e6;

}
 
.nav ul li:hover ul li{
    display: inline-block;
}
.nav ul li ul{
 
    display: none;
     
}
    
    
    .nav .sub.opened{
    position: relative;
    top: 0;
    width: 100%;
    /*! background: orange; */
    margin-top: 0;
    overflow: hidden;
}
    
    
.nav ul li:hover ul li{
    float: none;
}
body.nav-show header {

    right: 200px;
    left: -100px;

}
#nav-icon1.open {
    z-index: 99999999;
}

.head-top{
    display: none;
}
.lines{
    display: block;
}
.banners{
    height: 60vh;
}
.banners img{
    height: 60vh;
}
.home-about-main{
    width: 100%;
    padding: 20px;
}
.home-about-main a{
    float: left;
    width: auto;
    font-size: 13px;
}
.home-product{
    padding: 30px 0;
}

.home-product-main p{
    width: 100%;
    line-height: 25px;
}
.home-sub-products{
    display: inline-block;
    width: 100%;
    padding: 25px 0 0;
}
.home-type-woods {
    float: left;
    width: 100%;
}
.home-type-imo img{
    height: auto;
}
.home-type-imo01 p{
    padding: 15px;
}

.home-type-imo01{
    min-height: auto;
}

.home-type-imo01 a{
    width: 30%;
    margin-left: 35%;
}
.more{
    margin-top: 0;
}
.home-service{
    padding: 20px 0;
}
.home-service-main p{
    width: 100%;
    line-height: 25px;
}
.home-service-cover{
    display: inline-block;
    padding: 20px 0;
}
.home-sub-main{
    width: 100%;
    margin-bottom: 20px;
}
.cli{
    padding: 30px 0;
}
.clients img {
    padding: 5px;
    border: 1px solid #a55d2b;
    margin: 0;
}

.contact-top {
    width: 50%;
    margin-left: 0;
    margin-top: 0;
}
.contact-top p{
    display: inline-block;
}
.ico01 {
    float: left;
    width: 100%;
    padding-left: 35px;
    line-height: 26px;
    font-size: 12px;
    padding-bottom: 0;
}
.ico02 {
    float: left;
    width: 100%;
    padding-left: 35px;
    line-height: 15px;
    font-size: 12px;
    padding-bottom: 0;
}

header.fixed .logo{
    width: 20%;
    padding: 0;
    transition: 0;
}

.about-page img {

    width: 100%;
    height: 60vh;
    background-position: 50% 100%;
    margin-top: 60px;
    object-fit: cover;

}
#about-pageheading{
    font-size: 22px;
}
.about-page-main{
    display: inline-block;
}
.about-page-imo {

    float: left;
    margin: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    box-shadow: 0 2px 18px rgba(0,0,0,0.19);
    border: 2px solid #ffffff;
    z-index: 1;
    position: relative;
    height: auto;

}
.about-page-cont {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.about-page-cont p{
    margin-top: 10px;
    line-height: 25px;
}
.sub-imo01{
    position: relative;
    bottom: 0;
}
.sub-imo01 img{
    width: 100%;
    height: auto;
}

.about-page-main::before{
    display: none;
}
.about-para-main{
    padding: 30px 0 0;
}

.about-page-panel02{
    padding: 10px 0;
}
.about-page-service{
    display: inline-block;
}
.sub-page-service{
    width: 100%;
    height: auto;
    padding: 10px;
}
.sub-page-service{
    width: 100%;
    height: auto;
    padding: 10px;
}
.sub-page-service p{
    line-height: 25px;
}

.about-future{
    padding: 30px 0 100px;
}
.sub-page-service h2::after{
    left: 0;
}
.sub-page-service h2 span{
    font-size: 20px;
}
.about-future-main h2::after{
    left: 0;
}
.about-future-main p span{
    font-size: 17px;
}
.about-future-main p{
    line-height: 27px;
}

.home-form-main{
    padding: 30px 0;
}
.home-main-cont h2{
    padding-bottom: 15px;
}
.feb {
    float: left;
    width: 100%;
}
.mar {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.wrap2bt input[type="submit"]{
    margin-top: 15px;
    font-size: 12px;
}
.footer-content{
    padding: 15px;
}

.foot{
    display: inline-block;
}
.sub-foot01{
    width: 100%;
}
.sub-foot{
    width: 100%;
    
}

.sub-foot ul li {
    float: left;
    margin-right: 26px;
    margin-left: 10px;
    margin-top: 10px;
}
.cred {

    float: left;
    width: 100%;
    padding: 10px;
    background: black;
    text-align: center;

}
.cred h4{
    float: unset;

}
.cred h5 a{
    float: unset;
    
    font-size: 13px;
    margin-top: 7px;
    display: inline-block;
}
.products{
    margin-top: 100px;
}

.products h2{
    margin-bottom: 0;
    margin-top: 20px;
}
.n1 {

    float: left;
    width: 100%;

}
.n2{
    width: 100%;
    margin-left: 0;
    padding: 15px;
}
.n2 h3{
    margin-top: 20px;
}
.n-logo.pr-logo li {

    width: 100%;
    margin-right: 0;
    float: left;
    list-style: none;
    padding: 10px;
    height: auto;
    margin-top: 15px;

}
.brw {

    background: #32cd33;

}
.kings-contact-details{
    display: inline-block;
    padding: 20px 0;
}

.sub-kings-contact{
    width: 100%;
}

.kings-contact-form{
    width: 100%;
}
.media-body{
    letter-spacing: 0;
    padding-left: 10px;
    font-size: 14px;
}
    .ud{
        width: 100%;
    }
    .result{
        font-size: 15px;
    }
.media-left a{
    width: 40px;
    height: 40px;
}
.media .media-left a i {

    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    padding-top: 0;

}

.fa.fa-phone {

    transform: rotate(90deg);
    margin-left: 0;
    margin-top: 5px;

}

.map iframe{
    height: 300px;
}

.home-about-main p{
    line-height: 25px;
}


.chic {
    width: 100% !important;
}

.a1 {
    float: left;
    width: 100%;
}




















































































