a{
text-decoration: none !important;
}

nav{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
z-index: 11111;
    box-shadow: 1px 9px 13px 0px #00000014;
}

.active{
background-color: #e46813 !important;
color: white !important;   
border-radius: 4px !important; 
letter-spacing: 1px;

}



nav .nav-items{
list-style-type: none;
padding: 0px;
margin: 0px;
}

nav .nav-items li{
margin: 0px 5px;
color: black;
font-weight: 500;
padding: 10px;
cursor: pointer;
transition: all 0.3s ease-in-out;
font-size: 13px;
}

nav .nav-items li:hover{
    background-color: #fc7216 !important;
color: white !important;   
border-radius: 4px !important;

}

.header{
display: flex;
justify-content: end;
border-bottom: 1px solid rgb(238, 238, 238);
}


.social-links{
    background-color: #e46813;
    position: relative;
    height: 25px;
    width: 25px;
border-radius: 50px;
}
.ico-1{
  background-color: #3B5998 !important;
}
.ico-2{
  background-color: #1DA1F2 !important;
}
.ico-3{
  background-color: #CD201F !important;
}
.ico-4{
    background: linear-gradient(to right, #833ab4, #fd1d1d);
}
.ico-5{
  background-color: #25D366 !important;
}
.mail{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e46813;
    padding: 5px 15px;
    border-radius: 50px;
}

.mail a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 12px;
}


/* ----------------------- */
.banner{
    background-image: url(../img/banner/map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;

}
body{
    font-family: 'Kanit', sans-serif;
}
.banner-text h3{
    font-size: 18px;
    font-weight: bold;
}
.banner-text h1{
color: #111633;
    margin: 0px 0px 15px 0px;
    font-family: "Kanit", Sans-serif;
    font-size: 54px;
    font-weight: 700;
}
.elementskit-border-divider,
.elementskit-border-divider::before {
    height: 4px;
}

/* Set the width and background gradient for the div */
.elementskit-border-divider {
    width: 50px;
    background: linear-gradient(90deg, #ff712b 0%, #ff712b 100%) !important;
    margin-left: auto;
    margin-right: auto;
}

/* Additional styles for the div within the context of '.ekit-wid-con' */
.ekit-wid-con .elementskit-border-divider {
    width: 50px;
    background: #2575fc;
    border-radius: 2px;
    position: relative;

    left: 11px;
}
.banner-text p{
    color: #343F5A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0px 20px 0px;
}
.button {
    font-family: "Poppins", Sans-serif;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    background-color: #E46813;
    border-width: 2px 2px 2px 2px;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #E46813;
    text-decoration: none;
    transition: .3s;
}
.button:hover{
    color: #E46813;
    background-color: #fff;
   
    transition: .3s;
}

.lang-content h5{
    margin: 0px;
    font-weight: 600;

}

.bg-gray{
    padding: 25px 20px;
    background-color: #f3f3f3;
    border-radius: 10px;
}



.headerline h4{
    color: #00092A;
    font-family: "Kanit", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
}

.headerline p{
    color: #343F5A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

.underline .dot-1{
height: 4px;
width: 4px;
border-radius: 50%;
background-color: #E46813;
}
.underline .line{
    height: 4px;
width: 30px;
border-radius: 2px;
background-color: #E46813;
}

.b-radius-10{
    border-radius: 10px !important;
}

.b-radius-5{
    border-radius: 5px !important;
}

.icon-bg{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #015AF2;
    position: relative;
    transition: all 0.2s ease-in-out;

}

.icon-bg .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hover-change{
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #015AF2;
    transition: ease-in-out .3s;
}

.shadow p{
   
text-align: justify;

font-family: "Poppins", Sans-serif;
font-size: 16px;
font-weight: 500;
}

.shadow:hover .icon-bg{
    background-color: #E46813;

}
.shadow:hover .hover-change {
  color: #E46813;
  transition: ease-in-out .3s;
}

.bg-img{
    background-color: #fafbff;
}

.form-mod{
    border: 1px solid #e46813;
    /* border-radius: 5px; */
    padding: 0px 15px;
    letter-spacing: 1px;
    line-height: 2.5;
    color: #e46813;
}

.btn-theme{
    background-color: #e46813;
    border: none;
    color: white;
    width: 100px;
    line-height: 2.5;
}

.outline-card{
 border: 3px solid #e46813;  
 border-radius: 5px; 
 transition: all 0.3s ease-in-out;
}

.outline-card h5{
    margin: 0px;
    line-height: 2;
    color: white !important;
    font-weight: 600;
}

.outline-card:hover{
    background-color: #e46813;
    cursor: pointer;

}

.color-black{
    margin: 0px;
    line-height: 1.5 !important;
    color: #e46813 !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;

}

.outline-card:hover .color-black{
color: white !important;
}

.bg-indest-img{
    background-image: url('../img/banner-sectionimg.jpg');
   background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-blend-mode: darken;
}

.nav-items-m{
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: white;
    box-shadow: 1px 20px 20px 0px #0000003d;
    width: 100%;
    padding: 0px;
    border-radius: 0px 0px 5px 5px;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.nav-items-m-2{
    position: absolute;
    left: 0px;
    top: 147px;
    background-color: white;
    box-shadow: 1px 20px 20px 0px #0000003d;
    width: 100%;
    padding: 0px;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 111;
}

.nav-items-m-3{
    position: absolute;
    left: -19px;
    top: 43px;
    background-color: white;
    box-shadow: 1px 20px 20px 0px #0000003d;
    width: 111%;
    padding: 0px;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 111;
}

.nav-items-m-4{
    position: absolute;
    left: -19px;
    top: 43px;
    background-color: white;
    box-shadow: 1px 20px 20px 0px #0000003d;
    width: 111%;
    padding: 0px;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 111;
}



.openmenuitems{
    opacity: 1;
transform: none;
visibility: visible;
}


.openmenuitemsinner{
    opacity: 1;
transform: none;
visibility: visible;
}
.nav-list{
    padding: 12px 15px;
    font-weight: 500;
    position: relative;
    background-color: white;
    color: black;
}

.nav-list-2{
    padding: 12px 15px;
    font-weight: 500;
    position: relative;
    background-color: white;
    color: black;
}
.nav-items-m a{
color: black    !important;
}

.nav-list-3{
    padding: 12px 15px;
    font-weight: 500;
    position: relative;
    background-color: white;
    color: black;
}
.colorthemeselect{
    background-color: #e46813 !important;
    color: white !important;
}

.colorthemeselectText{
    color: #e46813 !important;
}
.color-t-b{
    color: black;
}



.d-menu-item{
    padding: 0px;
    position: absolute;
    left: 0%;
    top: 100%;
    background-color: white;
    box-shadow: 0px 7px 11px 0px #00000042;
    width: max-content;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.drop-item-d:hover .d-menu-item{
transform: none;
opacity: 1;
}

.d-item{
letter-spacing: 0px;
}

.d-menu-item-2{
    padding: 0px;
    position: absolute;
    left: 100%;
    width: max-content;
    background-color: white;
    top: 0px;
    box-shadow: 0px 7px 11px 0px #00000042;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.d-item:hover .d-menu-item-2{
    opacity: 1;
    transform:none;
}

.d-inner-items{
    letter-spacing: 0px;
}

.breadcrumb-head{
    position: relative;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content{
position: absolute;
width: 100%;
top: 0px;
left: 0px;
}

.overlay-black{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.322);
}

.breadcrumb-head h5{
    color: white;
text-align: center;
font-weight: 700;
}

.breadcrumb-head h1{
    padding-top:40px ;
text-align: center;
color: white;
}

.breadcrumb-head p{
    padding-top:40px ;

color: white;
text-align: center;
}



.section-content h6{
    color: #015AF2;
}

.section-content p{
    text-align: justify;
}


.section-content ul{
padding: 0px;
}

.section-content ul li{
    padding: 4px 0px;
    font-size: 12px;
}
.testi-p{
    
    margin: 24px 24px 24px 24px !important;
    color: #666666 !important;
    font-family: "Open Sans", Sans-serif !important;
    font-size: 15p !important;
    font-weight: 400 !important;
}
.phone-call-button{
    padding: 13px;
    background: rgb(239,82,97);
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    box-shadow: -1px 2px 10px gray;
}
@media screen and (max-width:768px){
    .phone-call-button{
        padding: 4px;
    }
    .phone-call-button-2{
        padding: 4px !important;
    }
}
.phone-call-button-2{
    padding: 13px;
    background: #29A71A;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 5px;
    box-shadow: -1px 2px 10px gray;
}