/* Home Page */
/*Navbar*/

.home{
    background-image: url('image/home_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
}
.logo{
    width: 88px;
    height: 88px;
    margin-left: 15px;
}
.nav-item, .nav-link{
    margin-right: 15px;
    font-size: 20px;
}
.banner-text{
    position: relative;
    color: white;
    -webkit-text-stroke:2px #575756;
    text-align: center;
    padding-left: 50px;
    font-size: 66px;
    padding-top: 300px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.banner-text a{
    color: #ffc107 !important;
    font-size: 66px;
    padding-top: 200px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.navbar{
    background-color: #575756;
}
.navbar a{
    color: white ;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.nav li :hover{
    text-decoration: overline;
    text-decoration-color: #ffc107;
}
.nav-contact{
    color: #575756 !important;
    background-color: white;
    border-radius: 10px;
}
.nav-contact-item :hover{
    text-decoration: none !important;
    background-color: #ffc107 !important;    
}

/* Product Page */
.product{
    padding-top: 50px;
}
.product_main_text{
    font-family: 'Ubuntu', sans-serif;
    font-weight: medium;
    padding-top: 100px;
    text-align: center;
}

.product_sub_text{
    background-image: url('image/servicebackground.svg');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    height: 400px;
    text-align: center;
    padding-top: 150px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: lighter;
}
.product_sub_text a{
    font-weight: bold;
}

.product-table{
    color: #575756;
    font-family: 'Ubuntu', sans-serif;
    font-weight: initial;
    text-align: center;
    padding: 10px;
    padding-bottom: 50px;
}

/* About Page #1 */
.about_part1{ 
    margin-top: 120px;
    background-color: #ffc107;
    height: 800px;
}
.about_text{
    font-family: 'Ubuntu', sans-serif;
    font-weight: medium;
    padding: 230px 0;
}
.about_text h3{
    font-weight: lighter;
}

.about_image{
    padding: 180px 0;
}
.about1{
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 20px;

}
.about2{
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 20px;

}
.about3{
    margin-top: 23px;
    width: 100%;
    height: 288px;
    object-fit: cover;
    border-radius: 20px;
}

/* About Page #2 */
.flag img{
    width: 100%;
    height: 80px;
    vertical-align: middle;
    margin-top: 50px;
    margin-left: 50px;
}

.about_image_flag{
    padding: 218px 0;
}
.about_text a{
    font-weight: bold;
    background-color: #ffc107;
    border-style: solid;
    border-color: #ffc107;
    border-width: 3px;
    width: max-content;
    border-radius: 10px;
}
.product_contact :hover{
    color: #ffc107;
    background-color: white;
}

.certificate-table{
    text-align: center;
    border-style: dotted;
    border-color: #575756;
    border-radius: 188px;
    border-width: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.certificate_img_table{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.certificate-table img{
    width: 60%;
}

.certificate-table{
    font-family: 'Ubuntu', sans-serif;
    font-weight: medium;
}
.certificate-table h1 a{
    color: #ffc107 !important;
}

/*Service*/
.servicecanvas{ 
    margin-top: 180px;
    background-color: #ffc107;
    height: 1600px;
}

.servicecanvas h1{
    color: white;
    background: #575756;
}

.servicetitle{
    font-family: 'Ubuntu', sans-serif;
    font-weight: medium;
    font-size: 50px;
    padding-top: 120px;
    text-align: center;
}

.servicetable{

    padding-top: 50px;
    text-align: center;
    border-radius: 20%;
}
.servicetable h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.servicetable h5{
    font-family: 'Ubuntu', sans-serif;
    font-weight: medium;
}

.servicetable p{
    font-family: 'Ubuntu', sans-serif;
    font-weight: lighter;
}
.servicemerit{
    padding-top: 210px;
}
.merittable{
    font-family: 'Ubuntu', sans-serif;
    background-color: #575756;
    text-align: center;
    padding-top: 30px;
    border-radius: 30px;
}
.merittable h1{
    font-weight: medium;
}

.merittable h5{
    font-weight: lighter;
}

.merittable img{
    width: 100%;
    height: 158px;
    object-fit: cover;
    object-position: 0 18%;
    border-radius: 88px;
}

.merittable h5{
    color: white;
}
.serviceyear{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.serviceyear h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 130px;
    color: #ffc107;
}

.serviceyear h5{
    font-family: 'Ubuntu', sans-serif;
    font-weight: medium;
    color: #575756;
}
.circle{
    height: 230px;
    width: 230px;
    background-color: white;
    border-radius: 50%;
    position:absolute;
}

/*Contact*/
.contact_left{
    padding-top: 50px;
    position: relative;
}
.contact_left:before{
    content: '';
    display: block;
    position: absolute;
    opacity: 0.15;
    left: 0;
    top: 0;
    background-image: url('image/contact_background.jpg');
    background-size: cover;
    width: 100%;
    height: 850px;
    background-position-x: right;
}
.contact_left_text {
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    padding-top: 100px;
    padding-left: 150px;
}
.contact_left_text h1 h2{
    font-weight: medium;
}
.contact_left_text h4{
    font-weight: initial;
    color: #575756;
}
.contact_left_text h5{
    font-weight: lighter;
}
.contact_right{
    font-family: 'Ubuntu', sans-serif;
    padding-top: 200px;
    padding-bottom: 100px;
}
.contact_right a {
    float: right;
}
.contact_right button{
    float: right;
}
.footer{
    display: inline-block;
    background-color: #ffc107;
    margin-top: 25px;
    height: 80px;
    width: 100%;
    text-align: center;
    color: #575756;
    font-family:'Ubuntu', sans-serif;
}

