html,
body{
    padding: 0px;
    height: 100%;
    margin: 0px;
    color: #333;
    font-family: 'Jost','Work sans', "Trebuchet MS", "Lucidia Grande", 'Lato', 'Ubuntu', sans-serif, Arial;
    background-color: #eeeeee;
}

.block-cont{
    display: block;
    height: 15px;
    margin: 2px 0px;
    clear: both;
    padding: 10px 0px;
    width: 100%;
}

a, a:hover{
    text-decoration: none;
    color: #333;
}


/* button style */
.btnSendStyle{
    width: 100%;
    margin: 8px 0px;
    padding: 15px 0%;
    border-radius: 5px;
    border: 1px solid #d17204; 
    font-size: 14px;
    background-color: #d17204;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }


/* navigation style */
#nav-menu-mobile{
    display: none;
}
#nav-menu{
    height: 70px;
    background-color:transparent;
    width: 100%;
    padding: 0px 4%;
    line-height: 70px;
    clear: both;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;}
    
#nav-menu .logo{
  padding: 0px;
  width: 20%;
  margin: 0px;
  font-size: 32px;
  color: #d17204;
  font-weight: bold;
  float: left;
  background-color: transparent;
  list-style: none;}

#nav-menu .logo img{
    width: 100px;
    height: 100px;
    padding: 1px;
    margin: 15px 0px 0px 0px;
    border-radius:50%;
    background-color: #fff;
    object-fit: contain;}

#nav-menu .logo a{
    color: #d17204;
    text-decoration: none;
}

#nav-menu .nav-links a{
    padding: 0px 1%;
    font-weight: bold;
    color: #fff;
    margin: 0px 0.5%;}

#nav-menu .nav-links .active-link-nav{
    font-weight: bold !important;
    color: #d17204 !important;
}

#nav-menu .nav-links{
    padding: 0px;
    width: 80%;
    margin: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    float: right;
    background-color: transparent;
    list-style: none;}

#nav-menu .nav-links li{
    float: right !important;
    text-align: right !important;
    list-style: none;
    padding: 0px 1%;
    margin: 0px 0.5%;
}
/* end nav */


/* footer container style */
#footer{
    min-height: 300px;
    width: 100%;
    clear: both;
    background: #d17204;
    margin: 0px;
    padding: 30px 0px 0px 0px;
    box-sizing: content-box;
    color:#fff;
    
}
#footer .footer-bottom{
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.16);
    text-align: center;
    font-size: 15px;
    clear: both;
    width: 100%;
}
#footer section h2{
    font-size: 17px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
#footer .footer-logo{
    margin: 0px 3% 20px 3%;
    height: 50px;
    line-height: 50px;
    width: 94%;
    clear: both;
}

#footer .footer-logo img{
    margin: 5px 0px;
    height: 96px;
    width: 96px;
    object-fit: cover;
    float: left;
}
#footer .footer-logo a{
    font-size: 32px;
    color:#fff;
    float: left;
    text-decoration: none;
    font-weight: bold;
}

#footer .about-footer{
    float:left;
    min-height:180px;
    width: 40.5%;
    margin:0px;
    text-align: justify;
    padding: 5px 4% 5px 3%;
}
#footer .about-footer p{
    margin: 0px 0px 18px 0px;
    padding: 0px;
    font-size: 14px;
}
#footer .footer-service{
    float:left;
    min-height:180px;
    width: 20%;
    margin:0px;
    padding: 5px 3% 5px 4%;
}
#footer .footer-service a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px 0px;
    font-size: 14px;
}

#footer .footer-support{
    float:left;
    min-height:180px;
    width: 18%;
    margin:0px;
    padding: 5px 2%;
}

#footer .footer-support a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px 0px;
    font-size: 14px;
}
#footer .footer-contact{
    float:left;
    min-height:180px;
    width: 18%;
    margin:0px;
    padding: 5px 3% 5px 0.5%;
}

#footer .footer-contact p{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px 0px;
    margin: 0px;
    font-size: 14px;
}

#footer .footer-contact a{
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    float: left;
    font-size: 14px;
    margin: 10px 4% 0px 0px;
    background: #d17204;
}

#footer .footer-contact .a-f{
    padding: 4px 8px;
}

#footer .footer-contact .a-i{
    padding: 4px 6px;
}

#footer .footer-contact .a-t{
    padding: 4px 6px;
}



/* index home style */
#splash-screen-home{
    height: 650px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    background-image: url(../media/images/back-5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;}
    
    #splash-screen-home .splash-screen-home{
    height: 650px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    clear: both;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);}
    
    #splash-screen-home .splash-screen-home h3{
        font-size: 60px;
        font-weight: bold;
        padding: 150px 5% 15px 5%; 
        margin: 0px;
        width: 56%;
        color: #fff;
    }
    
    #splash-screen-home .splash-screen-home p{
        font-size: 18px;
        font-weight: bold;
        padding: 15px 5% 10px 5%; 
        margin: 0px;
        width: 56%;
        color: #fff;}
    
    #splash-screen-home .splash-screen-home a{
            text-align: center;
            padding: 12px 2%;
            color: #fff;
            border-radius: 3px;
            margin: 35px 0px 0px 5%;
            text-decoration: none;
            display: block;
            clear: both;
            width: 140px;
            background-color:#d17204;}
    
        #splash-screen-home .splash-screen-home img{
            margin: 0px 5% 15px 4.5%; 
            width: 12%;
            height: 100px;
            object-fit: contain;
            float: left;
            object-position: left;
        }

        

/*  feature */
#container-why-install{
    width: 100%;
    padding: 30px 10%;
    min-height: 800px;
    clear: both;
    margin: 0px;
    background-color: #fff;}

#container-why-install h1{
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    margin: 0px;
    color: #99a3a4;}

#container-why-install h2{
  padding: 13px 0px;
  text-align: center;
  font-size: 46px;
  width: 60%;
  margin: 0px auto;
  clear: both;}

#container-why-install h3{
    padding: 10px 0px;
    text-align: center;
    font-size: 12px;
    margin: 0px;
    color: #99a3a4;}

#container-why-install article{
    width: 17.6%;
    float: left;
    border: 1px solid #d5dbdb;
    margin: 35px 1% 25px 1%;
    padding: 10px 1.3%;
    border-radius: 5px;
    min-height: 160px;
}
#container-why-install article section img{
    height: 100px;
    width: 100px;
    padding: 10px 0px 0px 0px;
    object-fit: contain;
    object-position: center;
}
#container-why-install article section{
    height: 120px;
    margin: 10px auto;
    text-align: center;
    width: 70px;
    line-height: 120px;
    color: #fff;
    font-size: 16px;
}

#container-why-install article h4{
    text-align: center;
}

#container-why-install #contents-services-clicked{
    clear: both;
    margin: 10px 0px;
    display: block;
    width: 100%;
    height: 400px;
    padding: 10px 0px 0px 0px;
}
#container-why-install #contents-services-clicked-right{
    float: left;
    width: 56%;
    padding: 5px 0px;
    margin: 0px 4% 0px 0px;
    min-height: 200px;}

#container-why-install #contents-services-clicked-right .service-home-title{
        font-size: 32px;
        font-weight: bold;
        padding: 15px 0px;}

#container-why-install #contents-services-clicked-right .service-home-desc{
        font-size: 16px;
        color: #333;}

#container-why-install #contents-services-clicked-right .service-home-point-list{
    padding: 15px 0px 0px 4%;}

#container-why-install #contents-services-clicked-left{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 20%;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 60%;
    float: right;
    width: 40%;
    text-align: center;
    padding: 5px 0px;
    margin: 50px 0px 0px 0px;
    min-height: 300px;}

    #container-why-install #contents-services-clicked-left img{
        height: 260px;
        width: 90%;
        object-fit: cover;
        margin: 20px auto;}




/* about home */
#about-us-home{
    width: 100%;
    min-height: 500px;
    background-color: #d1720420;
    clear: both;
    padding: 50px 7.5%;
    margin: 0px;
    display: block;}

#about-us-home #about-us-home-left{
    float: left;
    display: block;
    width: 60%;
    padding: 0px 4% 0px 0px;
    height: auto;
}

#about-us-home #about-us-home-full{
    clear: both;
    display: block;
    width: 40%;
    padding: 0px 4% 0px 0px;
    height: auto;
    margin: 0px auto;
    text-align: center;
}

#about-us-home #about-us-home-left h4, #about-us-home #about-us-home-full h4{
    color: #99a3a4;
    font-size: 16px;
    margin: 0px;
    padding: 5px 0px;
}
#about-us-home #about-us-home-left h2, #about-us-home #about-us-home-full h2{
    color: #222;
    font-size: 36px;
    margin: 0px;
    padding: 5px 0px;
}
#about-us-home #about-us-home-left p, #about-us-home #about-us-home-full p{
    color: #333;
}
#about-us-home #about-us-home-full .sub-achieve-1{
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px 5%;
    margin: 30px 0px;
}

#about-us-home #about-us-home-full .sub-achieve-2{
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px 5%;
    margin: 30px 0px;
}


#about-us-home #about-us-home-full .sub-achieve-1 img{
    width: 128px;
    height: 128px;
    object-fit: contain;
    padding: 20px;
    background-color: rgb(109, 238, 156);
    border-radius: 50%;
}


#about-us-home #about-us-home-full .sub-achieve-2 img{
    width: 128px;
    height: 128px;
    object-fit: contain;
    padding: 20px;
    background-color: #fff;
    border-radius: 50%;
}

#about-us-home #about-us-home-right{
    float: right;
    display: block;
    width: 40%;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    height: auto;
    text-align: center;}

#about-us-home #about-us-home-right img{
    width: 260px;
    height: 260px;
    margin: 60px 0px 0px 0px;
    object-fit: cover;}


/* success home */
/* about home */
#about-us-success{
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    clear: both;
    padding: 50px 7.5%;
    margin: 0px;
    display: block;}

#about-us-success #about-us-home-left{
    float: right;
    display: block;
    width: 56%;
    padding: 0px 0% 0px 4%;
    height: auto;
}

#about-us-success #about-us-home-left h4{
    color: #99a3a4;
    font-size: 16px;
    margin: 0px;
    padding: 15px 0px 5px 0px;
}
#about-us-success #about-us-home-left h2{
    color: #222;
    font-size: 36px;
    margin: 0px;
    padding: 10px 0px;
}
#about-us-success #about-us-home-left p{
    color: #333;
    padding: 10px 0px;
}
/* #about-us-home #about-us-home-left .sub-achieve-1
#about-us-home #about-us-home-left .sub-achieve-2 */

#about-us-success #about-us-home-right{
    float: left;
    display: block;
    width: 40%;
    padding: 0px;
    margin: 50px 0px 0px 0px;
    height: auto;
    text-align: center;
}
#about-us-success #about-us-home-right img{
    width: 360px;
    height: 360px;
    margin: 10px 0px 0px 0px;
    object-fit: contain;
}


/* site header */
#background-header{
    height: 250px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    background-image: url(../media/images/headers-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;}
    
    #background-header .background-header{
    height: 250px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    clear: both;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);}
    #background-header .background-header h2{
        text-align: center;
        font-size: 36px;
        margin: 0px;
        padding: 120px 0px 0px 0px;
        color: #d17204;
    }
    #background-header .background-header h4{
        text-align: center;
        font-size: 18px;
        margin: 0px;
        padding: 5px 0px 0px 0px;
        color: #fff;
    }
    #background-header .background-header h4 a{
        text-decoration: none;
        color: #fff;
    }




    /* about us page style */
    #about-us-cont{
        clear:both;
        width: 100%;
        padding: 40px 10%;
        display: block;
        background-color: #fff;
        min-height: 400px;
        margin: 0px;
    }
    #about-us-cont .cont-img{
        width: 50%;
        margin: 0px 5% 0px 0px;
        float: left;
        text-align: center;
        height: 300px;}

        #about-us-cont .cont-img img{
            width: 90%;
            height: 340px;
            padding: 0px 0px 0px 0px;
            object-fit: contain;
        }
        #about-us-cont .cont-txt{
            width: 45%;
            margin: 0px 0% 0px 0px;
            float: right;
            padding: 40px 0px 0px;
            height: 300px;}


            #container-about-us-stats{
                height: 300px;
                margin: 0px 0px 50px 0px;
                padding: 0px 5%;
                width: 100%;
                clear: both;
                display: block;
                position: relative;
                background-image: url(../media/images/back-2.jpg);
                background-size: cover;
                background-attachment: fixed;
                background-position: center;
            }


            #container-about-us-stats article{
                width: 21%;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12),  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
                float: left;
                margin: 150px 2% 40px 2%;
                height: 250px;
                padding: 50px 3%;
                border-radius: 8px;
                background-color: #fff;
                text-align: center;
            }

            #stats-container-list{
                width: 100%;
                clear: both;
                padding: 50px 10%;
                height: 250px;
                display: block;
            }

            #stats-container-list article{
                float: left;
                width: 27.333%;
                text-align: center;
                margin: 0px 3%;
            }

            #stats-container-list article h2{
                font-size: 36px;
                margin: 0px;
                padding: 55px 0px 2px 0px;
            }

            #stats-container-list article h3{
                font-size: 18px;
                margin: 0px;
                padding: 3px 0px;
            }


            #team-container{
                width: 100%;
                clear: both;
                padding: 70px 5%;
                min-height: 600px;
                display: block;
                background-color: #fbfcfc;}

                #team-container h2{
                    text-align: center;
                    font-size: 28px;
                }

                #team-container p{
                    text-align: center;
                    font-size: 16px;
                    padding: 0px 0px 30px 0px;
                }

            #team-container article{
                width: 17%;
                height: 390px;
                padding: 0px;
                margin: 10px 1.5%;
                float: left;
                position: relative;
                border-radius: 5px;
                cursor: pointer;
            }

            #team-container article .team-sub-bio{
                position: absolute;
                background-color: rgba(0, 0, 0, 0.46);
                bottom: 0;
                left: 0;
                min-height: 50px;
                width: 100%;
                text-align: center;
                font-weight: bold;
                color: #fff;
                font-size: 14px;
                padding: 8px 3%;
            }

            #team-container article .img-team-m{
                clear: both;
                width: 100%;
                height: 390px;
                border-radius: 5px;
            }

            #team-container article .img-team-m img{
                width: 100%;
                height: 390px;
                object-fit: cover;
                border-radius: 5px;
            }

            #team-container article .img-view{
                float: left;
                width: 30%;
            }
            #team-container article .img-view img{
                width: 100%;
                margin: 50px 0px 0px 0px;
                height: 350px;
                object-fit: cover;
                border-radius: 5px;
            }
            #team-container article .bio-team{
                float: left;
                width: 70%;
                padding: 10px 4%;
                position: relative;
            }

            #team-container article .bio-team button{
                float: right;
                position: absolute;
                top: 0px;
                right: 0;
                height: 50px;
                width: 50px;
                line-height: 50px;
                text-align: center;
                border: 0px;
                font-size: 18px;
                font-weight: bold;
                background-color: red;
                color: #fff;
            }


            #team-container article .cont-team-m{
                display: none;
                z-index: 10000000000;
                position: fixed;
                background-color: #fff;
                top: 25vh;
                border-radius: 5px;
                width: 900px;
                left:29%;
                padding: 0px 2%;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12),  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
                height: 50vh;
                transition: 2s;}
            
            #team-container article .cont-team-m h2{
                margin: 60px 0px 6px 0px;
                padding: 3px 0px;
                font-size: 20px;
                text-align: center;
            }

            #team-container article .cont-team-m h3{
                margin: 5px 0px;
                padding: 3px 0px;
                font-size: 15px;
                text-align: center;
            }

            #team-container article .cont-team-m p{
                text-align: center;
                margin: 1px 0px;
                padding: 2px 0px;
            }

            #team-container article .cont-team-m p a{
                margin: 0px 5px;
                text-decoration: none;
                color: #fff;
            }

        
/* contact us style */
#map-container{
    height: 450px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
    background-color: #fff;
  }
  
  #map-container iframe{
    height: 450px;
    width: 100%;
  }
  #get-in-touch{
    float: left;
    min-height: 540px;
    background-color: #fff;
    width: 50%;
    padding: 40px 2% 20px 3%;
    margin: 0px;
    color: #333;
  }
  
  #get-in-touch h2{
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-size: 28px;
  }
  
  #get-in-touch h3{
    padding: 25px 0px 8px 0px;
    margin: 0px;
    font-size: 16px;
  }
  
  #get-in-touch a{
    padding: 5px 0px;
    margin: 0px;
    font-size: 14px;
    display: block;
  }
  #get-in-touch p{
    padding: 10px 0px;
    margin: 0px;
    font-size: 13px;
  }
  
  #get-in-touch-form{
    float: left;
    min-height: 540px;
    background-color: #fff;
    width: 50%;
    padding: 40px 3% 20px 3%;
    margin: 0px;
    color: #333;
  }
  /* end here contact us style */


  /*  form */
  
.half-input-left{
    width: 49%;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px 1% 5px 0px;
  }
  
  .half-input-right{
    width: 49%;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px 0% 5px 1%;
  }
  
  .input-3-left{
    width: 32%;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px 0px;
  }
  .input-3-midd{
    width: 32%;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px 2%;
  }
  .input-3-right{
    width: 32%;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px 0px;
  }
  
  .half-input{
    width: 50%;
    float: left;
    height: auto;
  }
  .full-input{
    width: 100%;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px 0px;
  }
  .input-text{
    width: 96%;
    margin: 8px 0px;
    padding: 14px 2%;
    border-radius: 5px;
    border: 1px solid #E5E7E9;
    font-size: 11px;
  }
  .input-other{
    width: 96%;
    margin: 8px 0px;
    padding: 14px 2%;
    height: 120px;
    border-radius: 5px;
    border: 1px solid #E5E7E9;
    font-size: 11px;
  }
  
  .input-select{
    width: 100%;
    margin: 8px 0px;
    padding: 14px 2%;
    border-radius: 5px;
    border: 1px solid #E5E7E9;
    font-size: 11px;
  }

/* blog post sub style */
  #blog-sub-post{
      width: 100%;
      padding: 25px 5%;
      margin: 0px;
      background-color: #fff8f8;
      display: block;
      min-height: 700px;
      clear: both;
  }
  #blog-sub-post h4{
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    margin: 0px;
    color: #99a3a4;}

  #blog-sub-post h2{
  padding: 13px 0px;
  text-align: center;
  font-size: 46px;
  width: 60%;
  margin: 0px auto;
  clear: both;}

  .blog-container{
      width: 30.3%;
      height: 415px;
      background-color: #fff;
      margin: 15px 1.5%;
      float: left;
      padding: 0px;
      transition: 1s;
      border-radius:6px;
  }
  .blog-container-m{
    width: 30.3%;
    height: 500px;
    background-color: #fff;
    margin: 15px 1.5%;
    float: left;
    padding: 0px;
    border-radius:6px;
    transition: 1s;
}
.main-blog-image{
    width: 100%;
    height: 200px;
    border-radius: 6px;
    object-fit: cover;
}
.blog-container-m h5, .blog-container h5{
    padding: 5px 0%;
    margin: 0px;
    font-size: 16px;
}
.blog-container-m .bg-contents, .blog-container .bg-contents{
    padding: 10px 4%;
}
.blog-container-m h3, .blog-container h3{
    padding: 5px 0%;
    margin: 0px;
    font-size: 18px;
}
.blog-container-m:hover, .blog-container:hover{
    transition: 1s;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10),  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

#blog-post-read{
    float: left;
    width: 56%;
    padding: 0px 0px 5px 0px;
    margin: 30px 5% 30px 3%;
    min-height: 500px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

#blog-post-read .read-blog-img{
    width: 100%;
    height: 430px;
    padding: 6px 0.5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#blog-post-read .read-blog-img img{
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#blog-post-read .read-blog-heading{
    border-bottom: 2px solid #f2f4f4;
    margin: 10px 3%;
    padding: 10px 0px;
}

#blog-post-read .blog-read{
    padding: 10px 3%;
}


#blog-post-read .blog-tag-read{
    padding: 4.5px 4%;
    right: 25px;
    top: 375px;
    margin: 5px 7px 5px 0px;
    background-color: #d17204;
    border: 1px solid #d17204;
    border-radius: 4px;
    position: absolute;
}


#blog-other-side{
    float: right;
    width: 33%;
    padding: 0px;
    margin: 30px 3% 30px 0px;
    min-height: 500px;
    background-color: transparent;
}

#blog-other-side a{
    text-decoration: none;
    color:#333;
}

#blog-other-side .blog-latest-post{
    width: 100%;
    padding: 10px 3%;
    min-height: 200px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0px 0px 10px 0px;
}

#blog-other-side .blog-latest-post article{
    width: 100%;
    clear: both;
    height: 100px;
    margin: 10px 0px;
}

#blog-other-side .blog-latest-post article h3{
    font-size: 14px;
    font-weight: bold;
    color: #d17204;
    margin: 0px;
}

#blog-other-side .blog-latest-post article .post-lt-img{
    width: 30%;
    height: 90px;
    margin: 5px 0px;
    float: left;
    padding: 0px 3% 0px 0px;
}

#blog-other-side .blog-latest-post article .post-lt-img img{
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}
#blog-other-side .blog-latest-post article .post-lt-txt{
    float: right;
    width: 70%;
    height: 90px;
    padding: 5px 2%;
}

#post-category-tag{
    width: 100%;
    padding: 10px 3%;
    min-height: 100px;
    background-color: #fff;
    border-radius: 3px;
    margin: 5px 0px;
}

#post-category-tag button{
    padding: 6px 3%;
    float: left;
    margin: 5px 7px 5px 0px;
    background-color: #d17204;
    border: 1px solid #d17204;
    border-radius: 4px;
}


/* project style */
#project-header{
    height: 60px;
    padding: 10px 4%;
    width: 92%;
    margin: 0px 0px;
    background-color: #fff;
    clear: both;
    line-height: 60px;
    text-align: center;
}
#project-header a{
    padding: 0px 2%;}

#projects{
    background-color: #fff;
    height: auto;
    margin: 0px;
    padding: 10px 2%;
    clear: both;
    width: 100%;}
    
    #projects article{
    position: relative;
    width: 30.33%;
    margin: 20px 1.5%;
    float: left;
    height: 430px;
    border-radius: 6px;
    background-color: #d17204;
    transition: 1.2s;}

#projects h4{
        padding: 30px 0px 0px 0px;
        text-align: center;
        font-size: 12px;
        margin: 0px;
        color: #99a3a4;}
    
#projects h2{
      padding: 13px 0px;
      text-align: center;
      font-size: 46px;
      width: 60%;
      margin: 0px auto;
      clear: both;}

#projects article img{
    width: 100%;
    height: 430px;
    border-radius: 6px;
    object-fit: cover;
    position: relative;
    transition: 1.2s;}
#projects article section{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 81%;
    left: 7.5%;
    right: 7.5%;
    height: auto;
    border-radius: 4px;
    bottom: 30px;
    padding: 8px 2%;
    transition: 1.2s;}

    #projects article:hover section{
        display: block;
        transition: 1.2s;
    }

    .force-background{
        background-color: #FBFCFC !important;
    }




/* contents */ 
#contents-container-left{
    width: 98%;
    height: auto;
    background-color: transparent;
    margin: 20px 2% 0px 0px;
    padding: 0px;
    float: left;
  }
  
  #contents-container-left .contents-container-left{
    width: 92%;
    min-height: 250px;
    background-color: #fff;
    margin: 0px;
    padding: 20px 6%;
    clear: both;
    font-size: 14px;
  }
  
  #contents-container-left .a-li{
    color: #333;
    text-decoration: none;
  }
  
  #contents-container-left .contents-container-left img{
    width: 100%;
    min-height: 200px;
    max-height: 400px;
    object-fit: cover;
    margin: 20px 0px;
    display: block;
    clear: both;
  }

  #our-partner{
      padding: 50px 5%;
      width: 100%;
      min-height: 300px;
      background-color: #fff;
      margin: 0px;
      text-align: center;
      clear: both;
      display: block;
  }

  #our-partner section{
      width: 17%;
      padding: 10px 1%;
      margin: 10px 1.5%;
      height: 130px;
      float: left;
      text-align: center;
  }

  #our-partner section img{
      width: 128px;
      height: 128px;
      object-fit: contain;
  }


  #about-us-p{
      width: 100%;
      min-height:200px;
      padding: 60px 10%;
      background-color: #fff8f8;
      clear: both;
  }

  #about-us-p .left{
      width: 35%;
      padding: 14px 2%;
      float:left;
      text-align: center;
  }

  #about-us-p .right{
    width: 65%;
    padding: 14px 4%;
    float:right;
}

#about-us-p .left img{
    width: 238px;
    height: 238px;
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
    object-fit: cover;
}