@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

/*font-family: 'PT Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

/*font-family: 'Kanit', sans-serif;*/

/*main color : #0d2b51*/
.common-padding{padding: 40px 0;}
a:hover{text-decoration: none;}
.whatsapp i.fa.fa-whatsapp {
    width: 40px;
    height: 40px;
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
#callme i {
    width: 40px;
    height: 40px;
    background: #09296c;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 66px;
    right: 20px;
    z-index: 9;
}
p{
    font-family: 'PT Sans', sans-serif;
}
.moretext {
  display: none;
}
.moretext1 {
  display: none;
}
.moretext2 {
  display: none;
}
.rd-wrap {
    background: #efe5ed;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 4px 10px 1px 1px #0d1e43;
    text-align: center;
    margin-bottom: 25px;
}

.rd-wrap img {
    width: 100px;
    height: 100px;
    background: #d5991f;
    padding: 20px;
    border-radius: 50%;
}
.img-100{
    width: 100%;
}
.rd-wrap a{
    color: #000000;
    font-weight: 600;
}
.rd-wrap a i{
    display: inline-block;
    margin-right: 10px;
}

.rd-wrap figcaption {
    font-family: 'Kanit';
    font-size: 24px;
    padding: 10px 0;
    color: #0c1f45;
    font-weight: 600;
}
button.owl-prev {
    background: #000 !important;
    color: #fff !important;
    width: 30px !important;
    margin-right: 8px;
    height: 30px;
}
button.owl-next {
    background: #000 !important;
    color: #fff !important;
    width: 30px !important;
    margin-right: 8px;
    height: 30px;
}
.owl-nav{
    display: block;
}

footer{
    background: #171717;
    padding: 30px 0 20px 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.other{
    margin-bottom: 30px;
}
.other h3 {
    font-size: 19px;
    color: #ff3a3a;
    margin-bottom: 30px;
}
.copyright{
    padding-top: 20px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    color: #fdd602;
}
.copyright p{
    color: #fff;
    margin: 0;
    font-size: 14px;	
}
.copyright ul li {
    display: inline-block;
}
.copyright ul li img{
    width: 38px;
    height: 25px;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000687;
}
.overlay-text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: #782e5791;
    padding: 20px;
    border-radius: 5px;
}
.overlay-text h3{
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
}
.overlay-text h4{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 25px;
}
.overlay-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.overlay-text ul li{
    display: inline-block;
}
.overlay-text ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 13px 20px;
    margin-right: 10px;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
}
.overlay-text ul li a i{
    margin-right: 10px;
}
.overlay-text ul li a:hover{
    background: #333;
    cursor: pointer;
}
.overlay-text a{
    color: #fff;
}
.overlay-text:hover{
    background: #791e51;
}
h5.footer-head {
    position: relative;
    text-align: center;
    color: #ff3a3a;
    margin-bottom: 40px;
    font-family: 'Kanit', sans-serif;
    font-size: 23px;
}
h5.footer-head:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 300px;
    height: 3px;
    background: #ff3a3a;
    transform: translateX(-50%);
}
.footer-location li a{
    color: #f1f1f1;
    font-family: 'Kanit', sans-serif;
}
.footer-location li a i{
    margin-right: 5px;
}
.footer-location li a:hover{
    color: #ff3a3a;
}
.copyright ul{
    text-align: right;
}
.owl-img-wrapper {
    position: relative;
    background: #55173a;
    padding: 5px;
}
.owl-img-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.owl-img-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    transform: scale(0);
}
.owl-img-wrapper:hover::before{
    transform: scale(1);
}
.owl-img-wrapper .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.owl-img-wrapper .text figcaption {
    color: #fff;
    font-size: 32px;
    font-family: 'Jost';
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
.owl-img-wrapper button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    outline: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'Jost';
}
.owl-img-wrapper button:hover{
    background: #55173a;
    color: #fff;
}
.owl-img-wrapper button:hover i{
    transform: translate(5px);
    transition: 0.5s;
}
.owl-img-wrapper button i{
    margin-left: 10px; 
    transition: 0.5s;
}
.owl-img-wrapper img {
    display: block;
    width: 100%;
    height: 450px;
}

.content-part p{
    text-align: center;
    font-family: 'Jost';
}
.content-part {
    margin-bottom: 30px;
}
.big-wrap{
    position: relative;
    overflow:hidden;
}
.big-wrap .text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.big-wrap .text figcaption {
    color: #fff;
    font-size: 28px;
    font-family: 'Jost';
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
.big-wrap a{
    color: #fff;
    font-family: 'Jost';
}
.big-wrap a:hover i{
    transform: translate(5px);
    transition: 0.5s;
}
.big-wrap a:hover{
    color: #ff3a3a;
}
.big-wrap a i{
    margin-left: 10px; 
    transition: 0.5s;
}
.big-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    transform: scale(0);
}
.big-wrap:hover::before {
    transform: scale(1);
    z-index: 1;
}
.big-wrap img{
    width: 100%;
    transition: 1s;
    height: 353px;
}
.big-wrap:hover img{
    transform: scale(1.1);
}
.big div[class^="col"]{
    padding: 3px;
}
.big h3.title {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Jost';
    color: #444343;
    font-weight: 600;
}
ul#pills-tab {
    margin-bottom: 40px !important;
    justify-content: center;
}
#pills-tab a.nav-link.active {
    background-color: #fff0 !important;
    color: #ff3a3a !important;
    border-bottom: 2px solid;
    font-weight: 600;
    padding: 5px 20px;
}
#pills-tab a.nav-link{
    background-color: #fff0 !important;
    color: #000 !important;
    font-weight: 600;
    padding: 5px 20px;
    font-family: 'Jost';
}
.tab-wrap{
    position: relative;
    margin-bottom: 20px;
}
.tab-wrap img{
    height: 290px;
    width: 100%;
}
.tab-wrap figcaption .name {
    font-family: 'Jost';
    display: block;
    font-size: 14px;
    color: #333;
}
.tab-wrap figcaption .type a{
    font-family: 'Jost';
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.tab-wrap figcaption .type a:hover{
    color: #ff3a3a;
}
.tab-wrap figcaption span.on {
    font-family: 'Jost';
    display: block;
    font-size: 14px;
    color: #333;
}
.tab-wrap figcaption {
    padding: 10px;
    background: #f1f1f18c;
}
.img{
    position: relative;
}
.img img{
    width: 100%;
}
.img-text{
    position: absolute;
    top: 20%;
    left: 5%;
    width: 50%;
}
.img-text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.img-text ul li{
    display: inline-block;
}
.img-text ul li a i{
    color: #fff;
    margin-right: 8px;
}
.img-text ul li a.w-app{
    display: inline-block;
    color: #fff;
    background: green;
    padding: 10px 20px;
    margin-right: 10px;
}
.img-text ul li a.phone{
    display: inline-block;
    color: #fff;
    background: blue;
    padding: 10px 20px;
}
.img-text ul li a:hover{
    background: #ff3a3a;
}
.img-text h3{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 43px;
}
.img-text p{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 20px;
}
.home-bg{
    margin-bottom: 30px;
}
.breadcrumb-wrap {
    position: relative;
}
.breadcrumb-wrap h1{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 36px;
}
.breadcrumb-wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    line-height: 51px;
}
.breadcrumb-wrap ul li{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    display: inline-block;
}
.breadcrumb-wrap ul li a{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}
.breadcrumb-wrap .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #0b2355d1;
    padding: 15px;
}
.breadcrumb-wrap img{
	width: 100%;
}
.box-img img {
    width: 100%;
    box-shadow: -16px 20px 0px 0px #0f2758;
    border-radius: 5px;
}
.content p {
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 700;
}
.social-contact {
    padding: 25px;
    background: #ffffff;
    min-height: 150px;
    box-shadow: 1px 1px 6px 0px #0e2657;
    border-radius: 4px;
}
.social-contact h4 {
    font-size: 20px;
    color: #192246;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}

span.bold {
    color: #000;
}
.social-contact ul {
    padding: 0;
    list-style: none;
}
.social-contact ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
.social-contact ul li {
    font-size: 16px;
    font-weight: 600;
    color: #192246;
    font-family: 'Kanit', sans-serif;
    margin-right: 20px;
    display: inline-block;
}
.social-contact ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
}
.social-contact ul li i {
    color: #192246;
    margin-right: 10px;
}

/* customer review */
.fixpad {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec6wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sec6head {
    text-align: center;
}
.sec6head h2{
    text-transform: capitalize;
    font-weight: 900;
    line-height: 44px;
    /* text-align: center; */
}
.faqwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.faqbox {
    flex: 1 1 48%;
}
.faqbox h5 {
    font-weight: 600;
    margin-bottom: 8px;
    background: #0f2658;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.6px;
}
.faqbox p {
	font-family: 'EB Garamond', serif;
    text-align: justify;
    font-size: 22px;
    line-height: 30px;
	font-weight: 540;
}

/* end customer review */

/* category swipe content */

.outer-location-box {
    background: #0f2658;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 5px solid #fdd602;
    margin-bottom: 20px;
}
.pd-topbtm-60 {
    padding: 30px 0;
}
.main-hd {
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.category-tabsInner ul {
    margin: 0;
    padding: 0;
}
.category-tabsInner ul li {
    display: inline-block;
    position: relative;
    margin: 5px;
    cursor: pointer;
}
.category-tabsInner ul li.active .category-tab-box {
    border: #e1ac0c solid 1px;
}
.category-tab-box {
    border: rgba(255,255,255,.2) solid 1px;
    padding: 10px 20px;
    border-radius: 5px;
}
.category-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 5px;
}
.category-img img {
    width: 40px;
    height: 40px;
}
.category-tabsInner ul li.active .category-txt {
    color: #e1ac0c;
}
.category-txt {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.category-tabsInner ul li {
    display: inline-block;
    position: relative;
    margin: 5px;
    cursor: pointer;
}
.category-tab-content {
    padding-top: 30px;
    padding-left: 5px;
}
.category-tabbox {
    display: none;
}
.category-dis {
    display: flex;
}
.category-dis-lf {
    width: 35%;
    border-radius: 5px;
    height: 450px;
    overflow: hidden;
}
.category-dis-lf img {
    width: 300px;
    height: 400px;
	margin-top: 30px;
}
.category-dis-rt {
    width: 85%;
    padding: 0 40px;
}
.category-dis-hd {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.category-dis-txt ul {
    margin: 0 -10px;
    padding: 0;
}
.category-dis-txt ul li {
    display: inline-block;
    position: relative;
    padding: 4px 10px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: 15px;
    border-radius: 5px;
    margin: 10px;
}
.category-dis-txt p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    text-align: justify;
}
.read-more-btn {
    border: #e1ac0c solid 2px;
    color: #e1ac0c;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 20px;
}
.white-text {
    color: #fff;
}
.read-more-btn:hover {
    background: #e1ac0c;
    color: #000
}

/* rate list section */
.content-wrap li{
	font-size:20px;
	font-family: 'EB Garamond', serif;
}
section {
    padding: 40px 0;
    overflow: hidden;
}
.price-1 p {
    color: #fff;
    text-align: center;
	font-size: 16px;
}
.price-1 h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.price-1 {
    text-align: center;
    background-color: #232852;
    padding: 30px 0;
    margin-bottom: 10px;
}
.price-1 h6 {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff70;
    padding-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #ffd700;
    border-color: #838384;
}

/* end rate list section */

/* review section */

.community-section {
    padding: 20px 0px 20px;
}
.reviews {
    background-color: white;
    border: 1px solid #cacaca;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.p_reviews {
    padding: 0 35px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0px;
}
.total-rate {
    background-color: green;
    color: white;
    padding: 2px 7px;
    border-radius: 5px;
}
.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
}
.stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: lightgray;
}
.stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: blue;
    overflow: hidden;
}


/* end review section */

@media screen and (max-width: 767px){
    .img-text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        padding: 20px;
    }
    .overlay-text h4 {
        color: #fff;
        font-family: 'Jost';
        margin-bottom: 6px;
    }
	
    .overlay-text h3 {
        color: #ff3a3a;
        font-family: 'Jost';
        font-size: 18px;
    }
    a.nav-link.text-gray-350 {
        margin-right: 10px;
    }
    .sm-btns{
        position: relative;
        left: 20px;
    }
    span.fa.fa-bars {
        color: #ff3a3a;
    }
    .breadcrumb-wrap h1 {
        color: #fff;
        text-align: center;
        font-size: 28px;
    }
    .breadcrumb-wrap ul {
        text-align: center;
        line-height: 25px;
    }
}
a.book-btn {
    display: block;
    color: #fff;
    text-align: center;
    background: #0f2758;
    padding: 10px;
    transition: 1s;
}
a.book-btn:hover{
    transform: translateY(-8px);
    transition: 1s;
    background: #000;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-family: 'Jost';
}
.flot-right {
    float: right;
}
.top-navigation li{
    margin-right: 10px;
}
.tele {
    color: #000;
    line-height: 40px;
    font-weight: 600;
}
.navbar.navbar-expand-lg {
    padding: 0;
}
.navbar-nav.justify-content-center{
    width: 100%;
}
.contact-info {
    float: right;
    margin-top: 25px;
}
.navbar-brand img{
    width: 150px;
}
header {
    background: #0b2355;
}
#head {
    background: #c94b4b;  
    background: -webkit-linear-gradient(to left, #0b2355, #ffe2ee);
    background: linear-gradient(to left, #0b2355, #ffe2ee);
}
.contact-info li a i {
    color: #fff;
    margin-right: 10px;
}
.contact-info li a{
    color: #fff;
    font-family: 'Kanit', sans-serif;
}
.nav-link {
    color: #fff;
    padding: 15px 30px !important;
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
    border-right: 1px solid #666465;
}
.nav-link:hover{
    color: #fff;
}
.border-none{
    border-right: none;
}
.content-sec{
    background: #cfd4de;
    background: linear-gradient(to left, #0b2355, #fff);
}
.border-top {
    border-top: 1px solid #f8f9fa!important;
}

.content-wrap h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    color: #102758;
}
.content-wrap p {
    font-family: 'EB Garamond', serif;
    text-align: justify;
    font-size: 22px;
    line-height: 35px;
	font-weight: 540;
}
.article p{
	font-family: 'EB Garamond', serif;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
	font-weight: 540;
}
.side-slider {
    background: #102758;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    padding: 5px;
}
.side-slider h3{
    font-size: 22px;
}
.side-slider img{
    height: 300px;
}
.model-escort img{
    height: 366px;
}
.overlay-texts {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    width: 100%;
}
.overlay-texts h3{
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 40px;
}
.overlay-texts h4{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 25px;
}
.overlay-texts ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.overlay-texts ul li{
    display: inline-block;
}
.overlay-texts ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 13px 20px;
    margin-right: 10px;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
}
.overlay-texts ul li a i{
    margin-right: 10px;
}
.overlay-texts ul li a:hover{
    background: #333;
}
.model-escort .owl-info {
    padding: 56px 40px;
    background: #71224d;
}
.owl-info h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: 'Kanit', sans-serif;
}
.owl-info p{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #9b9a9a;
}
.model-escort{
    background:#fbabd9;
    background: linear-gradient(to left, #0b2355, #cfd4de);
}
.model-escort .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 10px;
    left: -12%;
}
.img-side img{
	width: 100%;
	height: 350px;
}
.side-img h3 {
    background: #112859;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    padding: 5px;
    font-size: 20px;
}
.img-side {
    padding: 3px;
    margin-bottom: 3px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
}

.title {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    color: #0c1f48;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.title::before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #0c1f45;
    width: 200px;
    height: 5px;
    border-radius: 8px;
}

.light-blue {
      background: #e0eaff;
    background: linear-gradient(to left, #0b2355, #cfd4de);
}
.girl-wrap {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    background: #71224d;
	padding: 5px;
}
.girl-wrap img {
    transition: 0.5s;
    position: relative;
    width: 100%;
    left: 0;
    height: 410px;
}
.girl-wrap .text-desc {
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}
.girl-wrap .text-desc {
    transform: perspective(600px) rotateY(90deg);
    transform-origin: left center 0;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4em 0.7em;
}
.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #71224d;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}
.girl-wrap:hover .text-desc {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
    z-index: 99;
}
.girl-wrap .text-desc h6 {
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    color: #fff;
}
.girl-wrap .text-desc a{
	font-family: 'Kanit', sans-serif;
	color: #fff;
}

.ds {
    background-color: #1a1a1a;
    color: #a0a0a0;
}
.escort-area {
    text-align: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #625f5f;
}
.escort-area li {
    display: inline-block;
}
.escort-area li a {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 12px;
    color: #d0d0d0;
}
.escort-area li a:hover{
	color: #ffd9f5;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'Kanit', sans-serif;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0;
    border-radius: 0;
    width: 100%;
    background: #0b2355;;
}
.top-owl .owl-nav {
    display: block !important;
    position: absolute;
    bottom: -10px;
    left: 0%;
}
.b-img img{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.img-wrapper {
    border: 1px solid;
    padding: 5px;
    background: #f7e9f2;
    border-radius: 5px;
    margin-bottom: 20px;
}
.img-wrapper h3 {
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #993083;
}
.flex-wrapper {
    display: flex;
}
.img-wrapper img {
    width: 100%;
    height: 232px;
}
.girl-info ul {
    padding: 0;
    list-style: none;
    margin-left: 10px;
}
.girl-info ul li {
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
}
.social-icon {
    margin-left: 10px;
}
.text-sec p {
    font-family: 'Kanit', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}
.text-sec a {
    color: #4f2651;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px){
    .model-escort .owl-nav {
        display: block !important;
        position: absolute;
        bottom: 10px;
        left: 5%;
    }
    .port-wraper img {
        height: auto;
    }
	.overlay-texts ul li a {
	    display: inline-block;
	    color: #fff;
	    background: #000;
	    padding: 5px;
	    margin-right: 2px;
	    border-radius: 2px;
	    font-family: 'Kanit', sans-serif;
	    font-size: 14px;
	}
	.overlay-texts h3 {
	    color: #000;
	    font-family: 'Kanit', sans-serif;
	    font-size: 20px;
	}
	.overlay-texts h4 {
	    color: #fff;
	    font-family: 'Kanit', sans-serif;
	    margin-bottom: 0;
	    font-size: 16px;
	}	
	.overlay-texts{
		width: 100%;
	}
	.overlay-texts ul{
		display: flex;
	}	
	.overlay-texts ul li a{
		margin-right: 2px;
	}
	.carousel-items img{
		height: 200px;
	}
	.carousel-item img{
		height: 400px;
	}
	.carousel-indicators{
		display: none;
	}
	.contact-info {
	    float: none;
	    margin-top: 0;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.navbar-brand {
	    display: block;
	    margin: 0;
	    text-align: center;
	}
	.nav-link {
	    color: #fff;
	    padding: 5px 15px !important;
	    display: inline-block;
	    font-family: 'Kanit', sans-serif;
	    font-size: 17px;
	    border-right: 0;
	}
    .breadcrumb-wrap .container {
        position: relative;
        top: auto;
        left: auto;
        transform: inherit;
        background: #0b2355;
        padding: 10px;
        margin-top: 10px;
    }
    .breadcrumb-wrap h1 {
        color: #fff;
        text-align: center;
        font-size: 22px;
    }
    .box-img img {
        width: 100%;
        box-shadow: -16px 20px 0px 0px #0b2355;
        border-radius: 5px;
        margin-bottom: 40px;
    }
	.img-side img{
	width: 100%;
	height: 425px;
}
.category-tabsInner ul li {
    display: inline-block;
    position: relative;
    margin: 5px;
    cursor: pointer;
    width: 250px;
    text-align: center;
}
.category-dis {
    display: block;
}
.category-dis-lf {
    width: 100%;
    border-radius: 5px;
    height: 300px;
    overflow: hidden;
}
.category-dis-hd {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.category-dis-rt {
    width: 100%;
    padding: 5px 0px;
}

	
}


.nav-link:hover{
    background: #fff;
    color: #000;
}


.logo_img {
    text-align: center;
}
.vert-align {
    justify-content: center;
    display: flex;
}
.cat_sec li{
    display: inline-block;
}
ul.cat_sec {
    text-align: center;
    margin: 30px 0;
}
.cat_sec li a{
    margin-top: 15px;
    color: #fff;
    display: inline-block;
        padding: 10px;
    border: 2px solid #ffb0b066;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(17 42 94) 0%, rgb(53 82 143) 45%, rgb(0 25 76) 100%);
    border-top: 1px solid #04040485;
    border-bottom: 1px solid #04040485;
    border-left: 4px solid #040404ab;
}
.port_sec {
    background: #0d2556;
    padding: 10px;
    margin-bottom: 4px;
    position: relative;
}
.port_sec img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
img.gif-port {
    margin-bottom: 10px;
    height: auto !important;
}
figcaption {
    text-align: center;
    color: #fff;
    padding: 10px;
}
figcaption a{
    color: #fff;
}
figcaption i{
    color: gold;
}
.logo-text {
    position: absolute;
    bottom: 17%;
    left: 23px;
    width: 115px !important;
    height: auto !important;
    background: #ffd700;
    padding: 10px;
    border-radius: 5px;
}
.Portfolio-sec .col-sm-4 {
    padding: 5px !important;
}

.side-content img{
    width: 100%;
    border-radius: 5px;
}
.bg {
    background: #0f2658;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 5px solid #fdd602;
    margin-bottom: 20px;
}
.side-content p {
    font-family: 'EB Garamond', serif;
    text-align: justify;
    font-size: 22px;
    line-height: 35px;
	font-weight: 540;
	color: white;
}
.bold{
    font-weight: 800;
}
.bg .title {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    color: #fdd602;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
}
.bg .title::before {
    content: '';
    position: absolute;
    bottom: -18px;
    background: #fdd602;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 8px;
    transform: inherit;
}
.bnr-sec img{
    display: block;
    margin: auto;
    border-radius: 5px;
    border: 8px solid #fdd602;
    width: 100%;
}
.Portfolio-sec .col-sm-3 {
    padding: 5px !important;
}
.Portfolio-sec .col-sm-3 img{
    height: 350px;
}
.dark-bg {
    background: #232852;
}
.Portfolio-sec .col-sm-3 .port_sec {
    border-radius: 10px;
    box-shadow: 3px 4px 5px 1px #f3b721;
}
.Portfolio-sec .col-sm-3 .port_sec figcaption{
    background: linear-gradient(to right, rgb(2 24 70) 0%, rgb(54 83 143) 45%, rgb(3 20 54) 100%);
    margin-top: 6px;
    border-radius: 5px;
}
.color-white p {
    font-family: 'EB Garamond', serif;
    text-align: justify;
    font-size: 22px;
    line-height: 35px;
	font-weight: 540;
	color: white;
}
.color-white h4{
    text-align: left !important;
    color: #fdd602;
}

.color-white .title::before {
    content: '';
    position: absolute;
    bottom: -18px;
    background: #fdd602;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 8px;
    transform: inherit;
}

.left-slide #carouselExampleIndicators1 {
    padding: 10px;
    border: 2px solid #fdd602;
}

.contact-info2 {
    background: #6e6e6ecf;
    margin-top: 25px;
    padding: 20px;
}
