body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
    color: #fff;
    background: #fff;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: 'Kanit', sans-serif;
}
p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #f6584d;
    color: #fff;
}

#preloader{
    background: #fff url(../images/preloader/loader.gif);
    background-size: 10%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}

/* ************Header*********** */

header{
    background-color: #d60404;
    padding: 15px 0;
    text-align: center;
}
header a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease;
   
}
header a i{
    margin-right: 10px;
}
header a:hover{
    color: #fff;
}

.navbar {
    background-color: rgb(25 25 92);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}
.navbar .navbar-brand img{
    width: 400px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #f2f2ff;
    font-weight: 800;
    font-size: 16px;
    margin: 0 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #f90000;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #6565ae;
}
.navbar .navbar-toggler-icon{
    color: #fff;
}
.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0.25rem #fff;
}
.dropdown-menu[data-bs-popper] {
    top: 140%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu {
    box-shadow: 1px 2px 15px rgb(0 0 0 / 55%);
}
.dropdown-item {
    margin: 2px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-item:hover {
    border-top: 1px solid #d60404;
    border-bottom: 1px solid #d60404;
    margin: 2px 0;
    background-color: #d60404;
    color: #fff;
}
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #f6584d;
    border-top: 1px solid #f6584d;
    border-bottom: 1px solid #f6584d;
}




/* ************About********** */


.about{
    padding: 100px 0;
    background: url(../images/about/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap h1{
    color: #560342;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
}
.about .wrap h2{
    color: #f6584d;
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Kanit', sans-serif;
}
.about .wrap p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}
.about .wrap p b{
    color: #4b4b81;
}

.service{
    background-color: rgb(18 0 81);
    padding: 25px;
}
.service img{
    border-radius: 5px;
}
.service h4{
    font-size: 30px;
    margin-top: 15px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
}
.service h5{
    font-size: 28px;
    margin-top: 15px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
}
.service p{
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
}



/* *************our-products************** */

.our-products{
    background-color: #ffffff;
}
.our-products h1{
    font-size: 35px;
    line-height: 61px;
    font-weight: 800;
    color: #560342;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
}

.our-products h2{
    font-size: 33px;
    line-height: 61px;
    font-weight: 800;
    color: #560342;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
}

.our-products-sub{
    background-color: #f9f6f6;
}
.our-products-sub h2{
    font-size: 33px;
    line-height: 61px;
    font-weight: 800;
    color: #560342;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
}
.our-products-sub h3{
    font-size: 32px;
    line-height: 61px;
    font-weight: 800;
    color: #560342;
    margin-bottom: 20px;
    font-family: 'Kanit', sans-serif;
 
}
.our-products-sub3{
    background-color: #fff;
}
.our-products-sub-4 h4{
    font-size: 33px;
    line-height: 61px;
    font-weight: 800;
    color: #560342;
    margin-bottom: 20px;
    font-family: 'Kanit', sans-serif;

}
.our-products-sub-4 p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 25px;
 
}

.our-products-sub p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 25px;
}










.our-products p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 25px;
}
.our-products .wrap{
    margin-bottom: 50px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    padding: 20px 10px;

}
.our-products .wrap h5{
    font-size: 35px;
    line-height: 41px;
    font-weight: 600;
    color: #560342;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    
}
.our-products .wrap figure{
    margin-bottom: 20px;
}
.our-products .wrap figure img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.our-products .wrap p{
    font-size: 17px;
    line-height: 21px;
    color: #333594;
    margin-bottom: 10px;
    text-align: center;
}
.our-products .wrap a.btn{
    color: #333594;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #333594;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.our-products .wrap a.btn:hover{
    color: #fff;
    background: #36a652;
}






/* ***********Clients********** */

.clients{
    background-color: #4D273F;
}
.clients h6{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}




/* *****************Footer*************** */



footer{
    background-color: #350000;
    border-top: 1px solid #fff;
    padding: 0px 0 0;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width:350px;
    margin-top: 40px;
    margin-bottom: 25px;
}
footer .footer-wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
footer .footer-wrap .social-icon a i{
        color: blue;
        font-size: 16px;
        margin: 0 10px;
        transition: all 0.5s ease;
        background: #fff;
        width: 31px;
        height: 31px;
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 15px;
}
footer .footer-wrap .social-icon a:hover i{
    color: blue;
}

footer .footer-wrap h4{
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li{
    display: flex;
    align-items: baseline;
}
footer .footer-wrap ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.5s ease;
    font-family: Arial, Helvetica, sans-serif;
   
}
footer .footer-wrap ul li:hover a{
    color: #ffff;
    transform: scale(1.05);
}
footer .footer-wrap .tags li a i{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    transition: all 0.5s ease;
}
footer .footer-wrap .tags li a:hover i{
    color: #fff;
    transform: scale(1.2);
}

footer .footer-wrap ul li i{
    color: #fff;
    margin-right: 15px;
    transition: all 0.5s ease;
}
footer .footer-wrap ul li:hover i{
    color: #fff;
    transform: scale(1.2);
}
footer .footer-bottom{
    background-color: rgb(31 0 90);
    border-top: 1px solid fff;
}
footer .copy-right{
    color: #fff;
    margin: 30px 0 20px;
}
footer .copy-right span{
   color: #fff;
   font-weight: 800;
}
footer .copy-right a{
   color: #fff;
   font-weight: 800;
}
footer .footer-bottom .stair p{ 
    color: #f1f1f1;
    padding: 20px 0;
}





/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/breadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.breadcum::after{
    background: rgb(0 0 0 / 50%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h6{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #f6584d;
}



/* *************ABOUT************ */

.about-us p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 18px;
}
.about-us p b{
    color: #560342;
}
.about-us h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #560342;
    margin-bottom: 30px;
    font-family: 'Kanit', sans-serif;
}
.about-us h2{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #252525;
    text-align: right;
    margin-bottom: 30px;
    display: inline-block;
    font-family: 'Kanit', sans-serif;
}
.about-us h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #36a652;
    margin-bottom: 30px;
    font-family: 'Kanit', sans-serif;
}
.about-us figure img{
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    border-radius: 15px;
}
.about-us h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
}
.about-us h5 span {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    text-align: center;
}
 .back{
    background-color: #f1f1f1;
}




/* ------Gallery----- */


.gallery h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #36a652;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item .item img{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}



/* ---------------contact------------- */

.contact{
    margin-top: 40px;
}
.contact .wrap{
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(255 255 255 / 80%);
    padding: 0px 50px;
}
.contact .wrap h6 {
    font-size: 22px;
    font-weight: 800;
    color: #560342;
    margin-bottom: 15px;
}
.contact .wrap a {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin: 10px 5px;
    display: block;
    transition: 0.5s all ease;
}
.contact .wrap a i{
    color: #560342;
    margin-right: 10px;
    transition: 0.5s all ease;
}
.contact .wrap a:hover i{
    color: #252525;
    transform: scale(1.2);
}
.contact .wrap a:hover{
    color: #f6584d;
    transform: scale(1.05);
}


/* -----------career---------- */

.about-career{

    padding: 80px 0;
}
.about-career h6{
    font-size: 30px;
    font-weight: 700;
    color: #560342;
    margin-bottom: 20px;
    font-family: 'Kanit', sans-serif;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #f6584d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #000;
    font-size: 16px;
    background-color: #f1f1f1;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #000;
    background-color: #f1f1f1;
    outline: 0;
    box-shadow: none;
    border: none;
}
.about-career #contact-form label {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form button.btn {
    color: #560342;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #560342;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
}
.about-career #contact-form button.btn:hover{
    color: #fff;
    background-color: #560342;
}



/* Back to top button */

#button {
    display: inline-block;
    background-color: #36a652;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #36a652;
  }
  #button:active {
    background-color: #36a652;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 15%;
    left: 30px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #0dc152;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #009688;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon a .fa-whatsapp{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.floating-icon a .fa-phone{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}


/* **************************floating-icon-bottom************************** */

.floating-icon-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
}
.floating-icon-bottom .whatsapp{
    background-color: #0dc152;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 15px 0 0 0;
}
.floating-icon-bottom .call{
    background-color: rgb(25, 25, 92);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
}
.floating-icon-bottom .mail{
    background-color: #f1c232;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 0 15px 0 0;
}
.floating-icon-bottom i{
    color: #fff;
    display: block;
    font-size: 20px;
}


/* *************lets************* */

.lets{
    background-image: url(../images/service/let.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.lets h6{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.lets a.btn{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.lets a.btn:hover{
    color: #fff;
    background: #ff8100;
    border: 2px solid #ff8100;
}





/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 sm-767 to 576 
 */




/* ******1199px****** */                 

@media only screen and (max-width: 1199px) {

    .our-products .wrap h5 {
        font-size: 29px;
        line-height: 35px;
    }
    .our-products .wrap p {
        font-size: 14px;
        line-height: 20px;
    }
    
    footer {
        padding: 20px 0 0;
    }
    .about-us p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #000;
        margin-bottom: 30px;
    }
}
/* ******991px****** */                 

@media only screen and (max-width: 991px) {
#button{
        display: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar .navbar-nav {
        align-items: center;
    }
    .about {
        padding: 50px 0;
    }
    .about figure img {
        width: 250px;
        display: block;
        margin: 20px auto 0;
    }
    
    footer .footer-wrap h4 {
        font-size: 22px;
        line-height: 26px;
    }
    footer .footer-wrap p {
        font-size: 18px;
        line-height: 18px;
    }
    footer .footer-wrap ul li a {
        font-size: 18px;
        line-height: 19px;
    }
    .contact {
        margin-top: 0px;
    }
    .contact .wrap {
        font-size: 18px;
        padding: 20px 0px;
    }
    .about-career {
        background-image: url(../images/about/contact-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0;
    }
    #preloader{
        background: #fff url(../images/preloader/loader.gif);
        background-size: 10%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 100;
    }
}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {


    
    footer{
        padding: 0;
    }
    footer .footer-wrap h4 {
        margin: 0px 0 20px 0;
    }
    .about-us figure img {
        display: block;
        margin: 0 auto;

        
    }
    .breadcum .wrap h1 {
        font-size: 30px;
        line-height: 36px;
    }
   
    #preloader{
        background-size: 100%;
    }
    .our-products-sub img{
        width: 100%;
        margin-bottom: 20px;
    }
    #preloader{
        background: #fff url(../images/preloader/loader.gif);
        background-size: 10%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 100;
    }
}
/* ******575px****** */               

@media only screen and (max-width: 575px) {

    .about .wrap h1 {
        font-size: 37px;
        line-height: 43px;
    }
    
    .clientele figure img{
        display: block;
        margin: 0 auto;
    }
    .our-products-sub img{
        width: 100%;
        margin-bottom: 20px;
    }
    #preloader{
        background: #fff url(../images/preloader/loader.gif);
        background-size: 10%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 100;
    }
    
}
/* ******479px****** */                 

@media only screen and (max-width: 479px) {

    
    .our-products h4 , .offer h4 {
        font-size: 40px;
        line-height: 46px;
    }
    
    .about .wrap h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .about .wrap p {
        font-size: 15px;
        line-height: 21px;
    }
    .floating-icon-bottom .whatsapp , .floating-icon-bottom .call , .floating-icon-bottom .mail {
        font-size: 15px;
    }
    
    .navbar .navbar-brand img{
        width: 300px;
    }
   
    .our-products-sub img{
        width: 100%;
        margin-bottom: 20px;
    }
    #preloader{
        background: #fff url(../images/preloader/loader.gif);
        background-size: 10%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 100;
    }
}


.office{
    line-height: 25px;
}