@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap");
/* font-family: 'Oranienbaum', serif; */
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
/* font-family: 'Niconne', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Puppies+Play&display=swap');
/* font-family: 'Puppies Play', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap');
/* font-family: 'Assistant', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: 'Poppins', sans-serif;
font-family: "Libre Baskerville", serif;
font-family: "Roboto", sans-serif; */

::selection{background:#671346; color:#ffffff;}
::-moz-selection{background:#671346; color:#ffffff;}
p::-moz-selection {background:#671346; color:#ffffff;}
p::selection {background:#671346; color:#ffffff;}


/* Панель пошуку без плавного затемнення — лише slideDown/slideUp */
.mega-menu.search-panel {
	display: none;
}

	.mega-menu.search-panel.active {
		display: block;
	}

#searchPanel {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

	#searchPanel.active {
		opacity: 1;
		visibility: visible;
	}


/* hover-ефект для мега-меню тільки на десктопних ширинах (≥992px) */
@media (min-width: 992px) {
	.navigation_combo .nav_multilabel > li:not(.search-menu):hover > .mega-menu {
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) scaleY(1);
	}
}
.mega-menu {
	font-family: 'Poppins', 'Assistant', 'Roboto', sans-serif !important;
	color: #000 !important;
}
	.mega-menu a {
		font-family: inherit;
		color: rgba(0,0,0,0.8);
	}

.search-toggle.active .fa {
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
}












::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #671346;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #671346;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #671346;
}
:-moz-placeholder { /* Firefox 18- */
  color: #671346;
}

/* Let's get this party started */
.ScrollBar_Right::-webkit-scrollbar{
    width: 12px;
}
/* Track */
.ScrollBar_Right::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 0px;
	background:green;
} 
/* Handle */
.ScrollBar_Right::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.ScrollBar_Right::-webkit-scrollbar-thumb:window-inactive{
	background: rgba(255,0,0,0.4); 
}
/* ================================
GENERAL
==================================*/
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}
::after,
::before {
    box-sizing: border-box;
}
html{
	font-family: 'Poppins', 'Assistant', 'Roboto', 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body{
	font-family: 'Poppins', 'Assistant', 'Roboto', 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-align:left;
	background-color:#f3f2ee;
	color:#525355;
	padding:0;
	margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', 'Puppies Play', 'Niconne', cursive;
  font-weight: 700;
  letter-spacing: 0px;
  color:#23262a;
}
h1 {font-size:2.571rem;}
h2 {font-size:2.142rem;}
h3 {font-size:1.714rem;}
h4 {font-size:1.5rem;}
h5 {font-size:1.285rem;}
h6 {font-size:1rem;}

a {
	font-size:1rem;
	color:#af9e6b;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus{
  text-decoration: none;
  outline: none;
  color:#ed254d;
}
p{
	line-height: 1.4;
	font-size: 1.15rem;
}
p.text_lead{
	font-size: 1.5rem;
}
p.text_lead_sm{
	font-size: 1.2rem;
}
ul, ol {
  margin:0;
  padding:0;
  list-style:none;
}
sub, sup{
    font-size:0.785rem;
    line-height: 0;
   	position: relative;
    vertical-align baseline;
}
sub {bottom:-.857rem;}
sup {top:-.857rem;}
blockquote {
  font-size: 1rem;
  background:#e4e4e4;
  position: relative;
  padding:2.142rem;
  margin:0px;
  border-radius: .714rem;
  border-left: 0px;
  margin: 2.142rem 0px;
}
blockquote:after {
  position: absolute;
  right: -.857rem;
  bottom: -.857rem;
  width: 3.214rem;
  height: 3.214rem;
  z-index: 22;
  content: "\f10e";
  font-family: fontAwesome;
  font-size: 3.071rem;
  text-align: center;
  line-height: 3.214rem;
  color:#e40000;
}
label{
	font-family: 'Roboto', sans-serif;
}
b, strong {
	font-weight:bolder;
}
small{font-size:.875rem;}
button{
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
	min-width: auto;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
.featured_model_carouslSection .container, .header_section .header_wrap .container, .inner_pageContainer .featured_model_carouslSection .container{
	max-width:1600px;
}

}
/* ROW FLEX STYLES */
.display_FlexCenter{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
	position:relative;
}
.display_FlexFirst{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
	position:relative;
}
.display_FlexEnd{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
	position:relative;
}

.dFlex_marginLeftAuto{
	display:flex;
	margin-left:auto;
}

.rowFlex_LeftRight{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
	position:relative;
	width:100%;
}
.rowFlex_Justify{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rowFlex_Center{
	position:relative;
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
	width:100%;
}
.rowFlex_LeftRight .flexLeft_Col{
    display: flex;
    justify-content: flex-start;
	position:relative;
}
.rowFlex_LeftRight .flexRight_Col{
    display: flex;
	flex: 1 1 auto;
    justify-content: flex-end;
	position:relative;
	align-items:center;
}
/* Topbar Styles */
.tobBar_Section{
	margin-bottom:0px;
	padding:3px 0px;
	background-color:#671346;
}
.tobBar_Section .topbar_container{
	display:flex;
	align-items:center;
}
.tobBar_Section .TopInfo_block{}
.tobBar_Section .TopInfo_block ul{
    padding: 5px 0;
    position: relative;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
.tobBar_Section .TopInfo_block ul li{
	position: relative;
	font-size: 0.928rem;
    line-height: 1;
    font-weight: 400;
    margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
}
.tobBar_Section .TopInfo_block ul li:last-child{
	margin-right:0;
	border:0 none;
}
.tobBar_Section .TopInfo_block ul li a{
    font-size: 0.928rem;
    line-height: 1.3;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tobBar_Section .TopInfo_block ul li{
	border-right:1px solid rgba(255,255,255,.2);
}
.tobBar_Section .TopInfo_block ul li, .tobBar_Section .TopInfo_block ul li a{
	color: rgba(255,255,255,.5) !important;
	display:flex;
	align-items:center;
}
.tobBar_Section .TopInfo_block ul li strong .tobBar_Section .TopInfo_block ul li a strong{
	font-weight:700;
}
.tobBar_Section .TopInfo_block ul li a:hover{
	color:#ed254d;
}
.tobBar_Section .TopInfo_block ul li a span{
	color:#ed254d;
}
.tobBar_Section .TopInfo_block ul li a i, .tobBar_Section .TopInfo_block ul li i{
	margin-right: 10px;
}

@media (max-width: 767px){
	.tobBar_Section .rowFlex_LeftRight{
		display: block;
		text-align: center;
	}
	.tobBar_Section .TopInfo_block{
		justify-content: center;
	}
	.tobBar_Section .TopInfo_block ul{
	    display: flex;
	    align-content:center;
	    justify-content: center;
	}
	.MobileNot_Show{
		display: none !important;
	}
	.LogoTop_BottomNav_Center .navigation_part .container{
	    display: flex;
	    text-align: left;
	}
	.HeaderRight_button{
		margin-left:0px;
		margin-bottom: 20px;
	}
	.tobBar_Section .TopInfo_block ul li {
		font-size: 0.8rem;
		margin-right: 10px;
		padding-right: 10px;
	}
}
/* Navigation Styles ================= */
.header_section{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 9;
	background:rgba(0,0,0,.6);
	
	background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.header_section .sticky-header.fixed-header{}
.header_section .Header_logo{
	position: relative;
	z-index: 9;
	padding: 10px 0;
}

.header_section .Header_logo a{
	display:inline-block;
	max-width:130px;
}
.header_section .Header_logo img{
	display:inline-block;
	max-width:100%;
}

.header_section .header_wrap{
	position: relative;
	display: block;
	z-index: 9;
}
.header_section .nav_combo_block {
    position: static;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
	
background: rgb(246,236,207);
background: linear-gradient(180deg, rgba(246,236,207,0) 0%, rgba(246,236,207,1) 85%, rgba(243,233,206,1) 100%);
border-bottom:1px solid #faf2db;
}
.header_section .header_wrap .nav_combo_block{
	border-bottom:0 none;
}
.comboHeaderNav_StyleTopBottom .comboNavigation_Bottom, .comboHeaderNav_StyleTopBottomCenter .comboNavigation_BottomCenter {
    padding: 4px 20px;
    border-radius: 4px;
}
.header_section .nav-outer {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
	margin-left:auto;
}
.navigation_combo {
    position: static;
    width: 100%;
}
.navigation_combo .navbar-collapse {
    padding: 0px;
}
.navigation_combo .nav_multilabel {
    position: static;
    display: flex;
    width: 100%;
}
.navigation_combo .nav_multilabel > li {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	width:auto;
	margin:0px 2px;
}
.navigation_combo .nav_multilabel > li > a i{
	margin-bottom:7px;
	font-size:1.6rem;
}
.navigation_combo .nav_multilabel > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
    font-size: 0.85rem;
    line-height: 1.1;
	font-weight:400;
	color:#ffffff;
	padding: 29px 16px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
	letter-spacing:.5px;
}

.navigation_combo .nav_multilabel > li.dropdown > a:after{
	position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-family: 'FontAwesome';
    content: "\f107";
    display: block;
    line-height: 20px;
    font-size: 0.8rem;
    color: #ffffff;
    z-index: 5;
}

.navigation_combo .nav_multilabel > li > a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #ed254d;
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}

.navigation_combo .nav_multilabel > li:hover > a:before,
.navigation_combo .nav_multilabel > li.current > a:before{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation_combo .nav_multilabel > li > a > span{
	position: relative;
	display: block;
}
.navigation_combo .nav_multilabel > li.dropdown > a > span{
	padding-right: 10px;
}

.navigation_combo .nav_multilabel > li > ul{
	position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border-radius: 8px;
    padding:15px 15px;
    z-index: 1;
    min-width: 220px;
    margin-top: 8px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.navigation_combo .nav_multilabel > li > ul:before{
	display: table;
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.navigation_combo .nav_multilabel > li > ul > li{
	position:relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.navigation_combo .nav_multilabel > li > ul > li:last-child{
	border-bottom:none;	
}

.navigation_combo .nav_multilabel > li > ul > li > a{
	position:relative;
	display:block;
    z-index: 1;
	font-weight:500;
    font-size:1rem;
    line-height: 1.4rem;
	color:rgba(0,0,0,.7);
	padding: 7px 0;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation_combo .nav_multilabel > li > ul > li.current.dropdown > a:before,
.navigation_combo .nav_multilabel > li li.current li.current > a,
.navigation_combo .nav_multilabel > li > ul > li.current > a{
	color: #FFFFFF;
}

.navigation_combo .nav_multilabel > li > ul > li > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 17px 30px;
    z-index: 1;
    min-width: 150px;
    margin-top: -10px;
    margin-left: 30px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.navigation_combo .nav_multilabel > li > ul > li > ul:before{
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 30px;
	content: "";
}

.navigation_combo .nav_multilabel > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #E1E1E1;
}

.navigation_combo .nav_multilabel > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.navigation_combo .nav_multilabel > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
    padding: 10px 0;
    z-index: 1;
	font-weight:500;
    font-size: 15px;
    line-height: 28px;
	color:rgba(0,0,0,0.74);
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation_combo .nav_multilabel > li > ul > li.dropdown > a:before{
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -10px;
	font-family: 'FontAwesome';
    content: "\f105";
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    color: #000000;
    z-index: 5;
    opacity: .75;
}

.navigation_combo .nav_multilabel > li.dropdown.active > ul{
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.navigation_combo .nav_multilabel li > ul > li.dropdown:hover > ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.navigation_combo .nav_multilabel li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}
.header_section .outer-box{
	position: relative;
	display: flex;
	align-items: center;
	margin-left:auto;
}
.header_section .service_wrapper{
	position: relative;
	padding-left: 35px;
	margin-right: 0px;
	margin-left:20px;
}

.header_section .service_wrapper .icon{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 45px;
	line-height: 30px;
	margin-top: -15px;
	color: #af9e6b;
}
.header_section .service_wrapper p{
	font-size:1rem;
	line-height: 1.2;
	color: rgba(255,255,255,1);
	font-weight: 500;
	margin-bottom:0;
	font-weight:400;
	font-family:inherit;
}
.header_section .service_wrapper h4{
	font-size: 1.3rem;
	line-height: 1.285rem;
	color: #ffffff;
	margin:0;
	font-family:inherit;
}
.header_section_combo .navigation_combo .nav_multilabel > li > a, .navigation_combo .nav_multilabel > li.dropdown > a:after, .header_section .service_wrapper h4{
    color: #6e623f;
	color:#FFFFFF;
}
.header_section .service_wrapper p{
	color: rgba(255,255,255,.7);
}
.navigation_combo .nav_multilabel > li.dropdown > a:hover::after{
	color:#c4aa91;
}
.header_section_combo .navigation_combo .nav_multilabel > li > a:hover{
	color:#ed254d;
}
.navigation_combo .nav_multilabel > li > ul > li > a:hover, .navigation_combo .nav_multilabel > li > ul > li  > ul > li > a:hover{
	color:#c4aa91;
	padding-left:15px;
	padding-right:10px;
	border-radius:4px;
	background: rgb(175,158,107);
    background: linear-gradient(0deg, rgba(175,158,107,1) 0%, rgba(193,175,121,1) 100%);
}
.navigation_combo .nav_multilabel > li.dropdown > ul > li > a:hover, .navigation_combo .nav_multilabel > li.dropdown > ul > li  > ul > li > a:hover{
	color:#000000;
}
/*======== Mega Menu ==============*/
.navigation_combo .nav_multilabel > li.has-mega-menu{
	position: static;
}
.navigation_combo .nav_multilabel > li > .mega-menu{
	position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    padding: 20px 20px 20px;
	border-radius: 5px;
	background-color: #ffffff;
	transform: translateX(-50%);
	margin-top: 3px;
	display: none;
	-webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}
.navigation_combo .nav_multilabel > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}
.navigation_combo .nav_multilabel > li > .mega-menu:before{
    display: table;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.navigation_combo .nav_multilabel > li > .mega-menu .mega-menu-bar{
	position: relative;
	margin: 0;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar h3{
	position:relative;
	text-transform: uppercase;
    font-size:1rem;
    font-weight:700;
    padding-bottom:10px;
    margin-bottom:5px;
	color:#ed254d;
}

.navigation_combo .nav_multilabel > li .mega-menu-bar h3:before{
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    /* background-color: #3B7EFF; */
    height: 3px;
    border-bottom: 1px solid #ed254d;
}

.navigation_combo .nav_multilabel > li .mega-menu-bar > ul{
	position:relative;
}

.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li{
	position:relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid #E1E1E1;
}

.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
    z-index: 1;
	font-weight:500;
    font-size: 0.95rem;
    line-height: 1.4rem;
	color:rgba(0,0,0,0.68);
	padding: 5px 0;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li > a:hover{
	color: #ed254d;
	padding-left:10px;

	color:#c4aa91;
	padding-left:15px;
	padding-right:10px;
	border-radius:4px;
	background: rgb(175,158,107);
    background: linear-gradient(0deg, rgba(175,158,107,1) 0%, rgba(193,175,121,1) 100%);
	color:#000000;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li.current > a{
	color: #3b7eff;
}
.menubox_item_widget{
	padding: 15px 0;
}
.articleMenu_item{
	position: relative;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
    min-height:80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px;
}

.articleMenu_item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.articleMenu_item .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	border-radius: 4px;
	overflow: hidden;
}
.articleMenu_item .thumb .MenuItem_Img{
	display:block;
	height:70px;
	min-height:70px;
	max-height:70px;
	width:70px;
	min-width:70px;
	max-width:70px;
	position:relative;
}
.articleMenu_item .thumb .MenuItem_Img img{
	display:block;
	object-fit:cover;
	width:100%;
	height:100%;
}

.articleMenu_item h6{
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.articleMenu_item .info{
	font-size: 13px;
	color: #7e7e80;
	font-weight: 500;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

/*================= End Mega Menu =========================*/

/*** ====================================================================
		Sticky Header
==================================================================== ***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 1);
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header_section .sticky-header .header_wrap{
	background:#000000;
}
.fixed-header .sticky-header{
	opacity:1;
	z-index: 99;
	visibility:visible;
}
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .navigation_combo .nav_multilabel > li.dropdown > a:after,
.sticky-header .navigation_combo .nav_multilabel > li > a{
	color: #AF9E6B;
}
.sticky-logo{
	display: none;
}

.sticky-header .main-logo{
	display: none;
}

.sticky-header .sticky-logo{
	display: block;
}
/*** ====================================================================
		Mobile Header
==================================================================== ***/
.mobileNavCombo_header{
	position: relative;
	margin: 0 20px;
	padding: 20px 0;
	display: none;
}

.mobileNavCombo_header:after{
	display: table;
	clear: both;
	content: "";
}

.mobileNavCombo_header .Header_logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: auto;
}

.mobileNavCombo_header .nav-outer{
	justify-content: flex-end;
    flex: 1 1 auto;
}


.mobileNavCombo_header .outer-box{
	position: relative;
	float: right;
}

.mobile-sticky-header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 15px;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;
	z-index: 999;
	-webkit-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    -moz-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
}

.mobile-sticky-header:after{
	display: table;
	clear: both;
	content: "";
}

.mobile-sticky-header .Header_logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}

.mobile-sticky-header .nav-outer{
	position: relative;
	float: right;
}

.mobile-sticky-header .outer-box{
	position: relative;
	float: right;
}

/*** ====================================================================
			Mobile Menu
==================================================================== ***/
.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	margin-left: 10px;
	color:#161616;
	order: 3;
	display: none;
	transition: all 300ms ease;
}

.mobile-menu-back-drop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all 200ms ease;
}

.mobile-menu{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	transition: all 300ms ease;
} 

.mobile-menu .nav-logo{
	position:relative;
	padding:10px 25px;
	text-align:left;
	border-bottom: 1px solid rgba(0,0,0,.2);
	background: #111111;
	margin-bottom:20px;
}

.mobile-menu .nav-logo img{
	height: 52px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-outer{
	position: fixed;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	padding: 0px 0px;
	z-index: 5;
	display: block;
	background-color: #e7e0d7;
	transform: translateX(-100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer{
	transform: translateX(0%);
}

.mobile-menu .nav_combo_block{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 0px;
	z-index: 5;
	display: block;
	background-color: #ffffff;
}

.mobile-menu .nav_multilabel{
	position: relative;
	display: block;
	padding:0px 0;
}

.mobile-menu .nav_multilabel > li{
	position: relative;
	display: block;
	margin: 5px 20px;
}

.mobile-menu .nav_multilabel li > a{
	position: relative;
	display: block;
    font-size: 1.1rem;
	font-weight:700;
    line-height: 20px;
    color:rgba(255,255,255,.9);
	padding: 10px 25px;
	background:#161616;
	text-align: left;
    border-radius: 60px;
	text-transform:uppercase;
	/* border-bottom:1px dashed rgba(0,0,0,.2);
	border-top: 1px solid transparent; */
}

.mobile-menu .nav_multilabel li:last-child > a{
	/* border-bottom: 0; */
}

.mobile-menu .nav_multilabel li.current > a{
	color: rgba(175,158,107,1);
}
.mobile-menu .nav_multilabel li > a i{
	margin-right:10px;
	font-size:1.2rem;
}
.mobile-menu .nav_multilabel li li > a{
	padding: 6px 0px;
	font-size: 1rem;
	font-weight:500;
}
.mobile-menu .nav_multilabel li li > a::before{
	content:'\f105';
	font-family:'FontAwesome';
	font-size:.9rem;
	margin-right:5px;
}
.mobile-menu .nav_multilabel li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:5px;
	width:32px;
	height:32px;
	text-align:center;
	line-height:36px;
	font-size: 13px;
	color:rgba(0,0,0,.7);
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
	cursor:pointer;
	z-index:5;
	background: rgba(175,158,107,1);
    display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.mobile-menu .nav_multilabel li.current.dropdown .dropdown-btn{
	color: #363636;
}
.mobile-menu .nav_multilabel li.dropdown .dropdown-btn.active{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.mobile-menu .nav_multilabel li > ul{
	display: none;
	padding-left: 0px;
	padding-right:0px;
}
.mobile-menu .nav_multilabel li > ul > li > ul{
	display: none;
	padding: 0 25px;
}
.mobile-menu .nav_multilabel > li.dropdown.active a{
	color:rgba(175,158,107,1);
	font-weight:700;
	text-transform:uppercase;
}
.mobile-menu .nav_multilabel > li.dropdown ul li a{
	padding-left:15px;
	padding-right:15px;
	background:rgba(175,158,107,.7);
	color:#000000;
	font-weight:600;
}
.mobile-menu .nav_multilabel > li.dropdown.active ul li a{
	color:rgba(255,255,255,.8);
	font-weight:600;
	text-transform: capitalize;
	margin-top:1px;
	padding-left:15px;
	padding-right:15px;
}
.header_section .mobile-menu .nav_combo_block{
	border-bottom:0 none;
}

.mobile-menu .nav_multilabel > li.dropdown.active ul li a:hover{
	color:#FFFFFF;
	background:rgba(0,0,0,.7);
	padding:6px 15px 6px 20px;
	/*border-radius:4px;*/
}

.mobile-menu .mega-menu-bar h3{
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 40px;
    color: #ed254d;
}

.mobile-menu .mega-menu-bar h3:before{
	content: '';
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.mobile-menu .mega-menu-bar .column{
	width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}

.mobile-menu .nav_multilabel > li > .mega-menu{
	width: 100% !important;
	display: none;
}

.mobile-menu .nav_multilabel > li.has-mega-menu ul {
	padding-left: 0px;
}

.mobile-menu .menubox_item_widget{
	padding-left: 40px;
}

.overlay_link{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mobile-menu.dark_theme .nav_multilabel li > a{
	color:rgba(255,255,255,.6);
	border-bottom:1px dashed rgba(255,255,255,.2);
}
.mobile-menu.dark_theme .nav_multilabel li.dropdown .dropdown-btn{
	color:rgba(255,255,255,.3);
}
.mobile-menu .headerRight_ActionBtn{
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
	display: block;
}
.mobile-menu .headerRight_ActionBtn .headerBtn_block{
	margin-bottom: 5px;
}

.commerce_navigationPanel{}
.navigation_rightCombo{}
.navigation_rightCombo .service_wrapper{
	margin-right:20px;
}
.commerce_navigationPanel .navigation_rightCombo, .headerIcons_LinesBlock{
	display: flex;
    align-items: center;
}
.header_section .header_middle_section .service_wrapper, .MobileSidebar_Info_Block .service_wrapper{
	display:flex;
	margin-right:20px;
}
.header_middle_section .service_wrapper .headerInfo_LineBox, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox{
	position:relative;
	padding-left:44px;
	margin-left:20px;
}
.header_section .header_middle_section .outer-box .headerIcons_LinesBlock button{
	font-size:1.5rem;
}
.header_section .header_middle_section .HeaderRight_button{
	margin-left:0;
	margin-right:20px;
}
.header_section .header_middle_section .HeaderRight_button .button_header{
	display:flex;
}
.header_section .header_middle_section .HeaderRight_button .button_header a{
	font-size:.928rem;
	padding:5px 15px 6px;
	background-color: #ec1c24;
    border-color: #ec1c24;
}
.header_section .header_middle_section .HeaderRight_button .button_header a:hover{
	background-color: transparent;
    border-color: #ec1c24;
	color:#ec1c24;
}
	
.header_section .haeder_bottom_navSection .commerce_navigationPanel{}
.header_section .haeder_bottom_navSection .commerce_navigationPanel .service_wrapper{
}

/*** 
====================================================================
		Header Style Two
====================================================================
***/
@media only screen and (max-width: 1600px){
	.header-top .header_top_container,
	.nav_combo_block{
		max-width: initial;
    	margin: 0;
	}

}

@media only screen and (max-width: 1139px){
	.header_section .service_wrapper{
		display: none;
	}

	.navigation_combo .nav_multilabel > li > .mega-menu{
		width: 1000px !important;
	}

}

@media only screen and (max-width: 1023px){
	.header_section .Header_logo a{
		display:inline-block;
		max-width:100px;
	}
	.header_section .header-top,
	.header_section .header_wrap{
		display: none !important;
	}

	.header_section{
		position: relative;
	}

	.mobileNavCombo_header{
		position: relative;
		display: block;
		width: 100%;
		background-color: #ffffff;
		margin: 0;
		padding: 10px 15px;
	}
	
	.nav-outer .mobile-nav-toggler{
		display: block;
	}

	.header_section .nav-outer .navigation_combo{
		display: none;
	}

	.nav-outer .mobile-nav-toggler{
		padding: 5px 10px;
	}

	.mobileNavCombo_header.fixed-header{
		position: fixed;
		top: 0;
		width: 100%;
	}

	.fixed-header .mobile-sticky-header{
		opacity: 1;
		visibility: visible;
	}
	
	/*=== Mega Menu Style ===*/

	.mega-menu{
		width: 100% !important;
	}


	.mobile-menu .nav_multilabel > li.has-mega-menu{
		position:relative !important;	
	}
	
	.mobile-menu .nav_multilabel > li .mega-menu-bar .column{
		padding:0px;
	}
	
	.mobile-menu .nav_multilabel > li > .mega-menu{
		position:relative;
		width:100%;
		padding:0px !important;
		background:none !important;
		margin:0px !important;
		left:0px !important;
		top:0px !important;	
	}
	
	.mobile-menu .nav_multilabel > li > .mega-menu .row{
		margin:0px;
		width:100%;	
	}

	.mobile-menu .nav_multilabel > li > .mega-menu:before,
	.mobile-menu .nav_multilabel > li > .mega-menu,
	.mobile-menu .nav_multilabel > li .mega-menu-bar > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0px;
		outline:none;
		width:100%;
		background:#ffffff;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;

		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		-o-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	.mobile-menu .nav_multilabel > li .mega-menu-bar .column > ul > li{
		border-bottom:none;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	
	.mobile-menu .nav_multilabel > li > .mega-menu{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	.mobile-menu .mega-menu-bar h3{
		font-size: .95rem;
		margin-bottom: 6px;
		margin-left: 0px;
		color: #ed254d;
	}
	.mobile-menu .mega-menu-bar .column{
		margin-bottom: 5px;
		margin-top: 5px;
	}
}
.comboHeaderNav_StyleTopBottom{}
.comboHeaderNav_StyleTopBottom .comboNavigation_Bottom, .comboHeaderNav_StyleTopBottomCenter .comboNavigation_BottomCenter{
	padding:0px 0px;
	border-radius:0px;
	background:none;
}
.comboHeaderNav_StyleTopBottom .comboNavigation_Bottom .navigation_combo .nav_multilabel > li > a, .comboHeaderNav_StyleTopBottomCenter .comboNavigation_BottomCenter .navigation_combo .nav_multilabel > li > a{
	padding:13px 15px;
}
.comboHeaderNav_StyleTopBottom .comboNavigation_Bottom .navigation_combo .nav_multilabel > li > a::before, .comboHeaderNav_StyleTopBottomCenter .comboNavigation_BottomCenter .navigation_combo .nav_multilabel > li > a::before{
	display:none;
}
.comboHeaderNav_StyleTopBottom .comboNavigation_Bottom .navigation_combo .nav_multilabel > li > a, .comboHeaderNav_StyleTopBottomCenter .comboNavigation_BottomCenter .navigation_combo .nav_multilabel > li > a{
-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comboHeaderNav_StyleTopBottom .comboNavigation_Bottom .navigation_combo .nav_multilabel > li > a:hover, .comboHeaderNav_StyleTopBottomCenter .comboNavigation_BottomCenter .navigation_combo .nav_multilabel > li > a:hover{
/*	background: rgb(175,158,107);
    background: linear-gradient(0deg, rgba(175,158,107,1) 0%, rgba(193,175,121,1) 100%);*/
	border-radius:4px;
	color:#c4aa91;
}
.headerRight_ActionBtn{
	display:flex;
	align-items:center;
	margin-left:20px;
}
.headerRight_ActionBtn .headerBtn_block{
	display:block;
	margin-left:5px;
}
.headerBtn_block .liveChatBtn, .headerBtn_block .bookingBtn{
	background: rgb(175,158,107);
	color:#FFFFFF;
	padding:10px 20px 10px;
	text-align:center;
	border-radius:6px;
	text-transform:uppercase;
	font-weight:600;
	font-size:1.1rem;
}
.headerBtn_block .liveChatBtn{
	background: rgb(175,158,107);
	background: linear-gradient(0deg, rgba(175,158,107,1) 0%, rgba(193,175,121,1) 100%);
	
	background: rgb(103,19,70);
background: linear-gradient(180deg, rgba(103,19,70,1) 0%, rgba(88,14,59,1) 100%);
position:relative;
}
.headerBtn_block .liveChatBtn::after{
	content:'';
	position:absolute;
	width:16px;
	height:16px;
	bottom:-15px;
	left:30px;
	background:url('../images/chat_arrow.png');
}
.headerBtn_block .bookingBtn{
	background:#671346;
	background: rgb(175,158,107);
	background: linear-gradient(0deg, rgba(175,158,107,1) 0%, rgba(193,175,121,1) 100%);
}
.headerBtn_block.floatButtons, .headerBtn_block.floatButtons{
	position:fixed;
	right:0px;
	z-index:9;
}
.headerBtn_block.floatButtons.lvLiveChat{
	top:60px;
}
.headerBtn_block.floatButtons.lvBooking{
	top:110px;
}
.headerBtn_block.floatButtons .liveChatBtn, .headerBtn_block.floatButtons .bookingBtn{
	color:#FFFFFF;
	padding:10px 20px 12px;
	text-align:center;
	border-radius:6px 0px 0px 6px;
	text-transform:uppercase;
	min-width:140px;
	display:flex;
	align-items:center;
}
.headerBtn_block.floatButtons .liveChatBtn i, .headerBtn_block.floatButtons .bookingBtn i{
	margin-right:10px;
	font-size:16px;
}
.headerBtn_block.floatButtons .liveChatBtn{
	background: rgb(175,158,107);
}
.headerBtn_block.floatButtons .bookingBtn{
	background: #671346;
}
.header_section .sticky-header.fixed-header .headerBtn_block .bookingBtn{
	background: rgb(175,158,107);
    background: linear-gradient(0deg, rgba(175,158,107,1) 0%, rgba(193,175,121,1) 100%);
}
@media only screen and (max-width: 1023px){
.headerRight_ActionBtn .headerBtn_block {
    margin:0px 2px;
    width: 100%;
}
.headerBtn_block .liveChatBtn, .headerBtn_block .bookingBtn {
    width: 100%;
}
.mobileNavCombo_header .nav-outer {
    justify-content: flex-start;
    flex: inherit;
	margin-bottom:0px;
	margin-left: 0px;
}
.headerRight_ActionBtn{
	margin-left:auto;
}
.headerBtn_block .liveChatBtn, .headerBtn_block .bookingBtn{
	font-size: 1.1rem;
    font-weight: 700;
	padding: 8px 15px;
}
.header_section .nav_combo_block{
	background: none;
}
}
.Owl_SlideShow_Content.CaptionPosition_Center {
	width:100%;
}
.sliderBanner_section.defaultStyle .OwlHomeSlider_Full .Owl_SlideShow {
    height: 100vh;
}
.modelPhoto{
    position: relative;
	overflow:hidden;
    background-color: #FFFFFF;
    transition: all .3s;
	border-radius: 10px;
    padding: 0px;
}
.modelPhoto.photoWith_review{}

.featured_model_carouslSection{
	margin-top:-150px;
}
.inner_pageContainer .featured_model_carouslSection{
	margin-top:0px;
}
.featured_model_carouslSection .featuredModel_carousel .modelPhoto{
	border-radius:20px;
}
.modelPhoto-image-container, .modelPhoto-image-container a{
	overflow: hidden;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    position: relative;
    display: block;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #000000;
}
.featured_model_carouslSection .modelPhoto-image-container, .featured_model_carouslSection .modelPhoto-image-container a{
    height:470px;
    min-height:470px;
    max-height:470px;
}
.inner_pageContainer .featured_model_carouslSection .modelPhoto-image-container, .inner_pageContainer .featured_model_carouslSection.modelPhoto-image-container a{
    height:410px;
    min-height:410px;
    max-height:410px;
}
.inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container, .inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container a{
    height:520px;
    min-height:520px;
    max-height:520px;
	border-radius:0px;
}
.inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container, .inner_pageContainer .profileViewModel_carousel .modelPhoto.photoWith_review{
	border-radius:0px;
}
.modelPhoto-image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modelPhoto:hover .modelPhoto-image-container img{
    webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
	opacity:.4;
}

.modelPhoto .modelPhoto-details{
	margin-top:0px;
	text-align: left;
	position:absolute;
	bottom:0px;
	width:100%;

	transform: translateY(125px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modelPhoto.photoWith_review .modelPhoto-details{
	transform: translateY(65px);
}
.modelPhoto:hover .modelPhoto-details{
	transform: translateY(0);
}
.modelPhoto .modelPhoto-details .modelTitle_info{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}

.modelPhoto:hover .modelPhoto-details{
    transform: scaleX(1);
}
.modelPhoto .model_parameters{
	background:#FFFFFF;
	padding:40px 15px 15px;
}
.modelPhoto .model_parameters ul.listOf_parameters{
	justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 0;
	
	display: flex;
    flex-wrap: wrap;
}
.modelPhoto .model_parameters ul.listOf_parameters li{
	text-align: center;
    width: 20%;
    padding: 4px;
    opacity: 1;
    transition: opacity 1.2s ease;
}
.modelPhoto .model_parameters ul.listOf_parameters li .parameters_title{
    display: block;
    width: 100%;
    color: #e41779;
}
.modelPhoto .model_parameters ul.listOf_parameters li .parameters_value{
    display: block;
    width: 100%;
    color: #1a1a1a;
}
.modelTitle_Style{
    text-transform: uppercase;
    margin-bottom: -38px;
	text-align:center;
}
.modelTitle_Style h2{
	font-size:36px;
	font-weight:400;
	line-height:1;
	color:#FFFFFF;
	font-family: 'Oranienbaum', serif;
}
.modelTitle_Style span{
	color:#671346;
	font-size:24px;
	display:block;
}

.modelPhoto-title {
    font-weight: 400;
    color: #AF9E6B;
    letter-spacing: .01rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}
.modelTitle_ThumbInfo {
    display: flex;
    align-items: center;
}
.featured-modelPhotos-section.new_modelPhotos_section .carousel-section h2{
}
.modelPhoto .modelPhoto-details .modelPhoto-title.modelTitle_ThumbInfo{
    font-size: 1.8rem;
    margin-bottom: 0;
    color: #AF9E6B;
}
.modelPhoto .modelPhoto-details  h2.modelPhoto-title.modelTitle_ThumbInfo a{
	font-family: 'Vidaloka', 'Roboto Slab', sans-serif;
	font-size:1.2rem;
	font-weight:600;
}
.modelPhoto-title a {
    color: inherit;
    text-decoration: none;
}
.modelPhoto .modelPhoto-details .ModelPublic_RatingBox {
    display: flex;
    align-items: center;
    border: 1px solid #AF9E6B;
    padding: 3px 6px;
    margin-left: auto;
	line-height:1.2;
	font-weight:500;
	color:#000000;
	background:#AF9E6B;
	border-radius:3px;
}
.modelCategory_btn_blocks{
	display:block;
	margin-bottom:20px;
}
.modelCategory_btn_blocks h4{
	text-transform:uppercase;
	font-size:18px;
	color:#d8b452;
	position:relative;
}
.modelCategory_btn_blocks h4::after{
	content:'';
	position:absolute;
	left:160px;
	top:7px;
	width:100px;
	height:2px;
	background:rgba(0,0,0,.2);
}
.modelCategory_btns{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin-top:15px;
}
.modelCategory_btns a, .modelCategory_btns button{
	padding:7px 25px;
	font-size:16px;
	font-weight:600;
	color:rgba(255,255,255,.85);
	background:rgba(175,158,107,.7);
	border-radius:30px;
	margin-right:5px;
	margin-bottom:7px;
}
.modelCategory_btns button:hover, .modelCategory_btns button:focus, .modelCategory_btns button:active, .modelCategory_btns button.active{
	background:#671346;
	color:#FFFFFF;
}
.sectionTitle_block{
	display:block;
	position:relative;
	margin-bottom:20px;
}
.sectionTitle_block h2{
	margin-bottom:0px;
	line-height:1.4;
	color:#403d39;
	font-family: "Libre Baskerville", 'Poppins', 'Puppies Play', 'Niconne', cursive;
	font-size:32px;
}
.sectionTitle_block p{
	margin-bottom:0px;
	font-size:.9rem;
}
.text_align_left{text-align:left;}
.text_align_right{text-align:right;}
.text_align_center{text-align:center;}
.modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style{
	text-align:left;
	margin-bottom:0px;
	background:#403d39;
	line-height:1;
	padding:10px 15px;
}
.modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2{
	margin-bottom:0px;
	color:#FFFFFF;
	line-height:1;
	font-size:1.2rem;
	font-weight:600;
	text-transform:capitalize;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	font-family: 'Assistant', sans-serif;
}
.modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2 span{
	color:#FFFFFF;
	line-height:1;
	font-size:1.2rem;
	font-weight:600;
}
.modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2 button, .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2 a{
	color:#FFFFFF;
	line-height:1;
	font-size:1rem;
	font-weight:400;
}
.modelReview_block{
	justify-content:center;
}
.modelPhoto.photoWith_review .modelReview_block{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.modelReview_block button.review_button, .modelReview_block a.review_button{
	color:#af9e6b;
	margin:0px 1px;
}
.modelReview_block button.review_button i, .modelReview_block a.review_button i{
	font-size:.8rem;
}
.modelPhoto.photoWith_review .model_parameters{
	padding:10px 15px 15px;
	background:#af9e6b;
}
.modelPhoto.photoWith_review .model_parameters ul.listOf_parameters li{
	font-weight:600;
	letter-spacing:1.1;
}
.modelPhoto.photoWith_review .model_parameters ul.listOf_parameters li .parameters_title{
    color: #671346;
}
.modelPhoto.photoWith_review .model_parameters ul.listOf_parameters li .parameters_value{
    color: #FFFFFF;
}
.modelPhoto.photoWith_review.modelDesction{
	box-shadow:1px 0px 4px rgba(0,0,0,.3);
}
.modelPhoto.photoWith_review.modelDesction .modelPhoto-details{
	position:relative;
	transform:translateY(0px);
}
.modelPhoto.photoWith_review.modelDesction .modelPhoto-details .modelTitle_Style{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.modelPhoto.photoWith_review.modelDesction .modelPhoto-details h2 span, .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide h2 span{
	font-family: 'Puppies Play', 'Niconne', cursive;
	font-size:42px;
	font-weight:400;
}
.modelPhoto.photoWith_review.modelDesction .modelCard_desc_text{
	background:#FFFFFF;
	padding:10px 15px;
}
.modelPhoto.photoWith_review.modelDesction:hover .modelCard_desc_text{
	background:rgba(175,158,107,.3);
}
.modelPhoto.photoWith_review.modelDesction .modelCard_desc_text p, .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide p{
	font-size:1rem;
	margin-bottom:0px;
}
.modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(115px);
}
.model_gridDisplay_block .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide, .recommanded_girlsCarousel .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(95px);
}
.Availalbe_Escorts_Section .availableEscorts_TabSection .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(95px);
}
.modelPhoto:hover.photoWith_review .modelPhoto-details.desctionText_hide, .model_gridDisplay_block .modelPhoto:hover.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide, .recommanded_girlsCarousel .modelPhoto:hover.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(0px);
}
.Availalbe_Escorts_Section .availableEscorts_TabSection .modelPhoto:hover.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(0px);
}
.modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style.vignetColor{
	background: rgb(103,19,70);
	background: linear-gradient(0deg, rgba(103,19,70,1) 0%, rgba(103,19,70,0) 100%);
}
.featured_model_carouslSection .featuredModel_carousel .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(92px);
}
.featured_model_carouslSection .featuredModel_carousel .modelPhoto:hover.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(0px);
}
.modelPhoto.photoWith_review .model_parameters.goldColor_solid{
	background:#671346;
}
.modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide h2{}
.modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide .goldColor_solid{
	padding-top:0px;
}
.modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide p{
	color:#FFFFFF;
}
.modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide a{
	color:#af9e6b;
	font-size:1rem;
	padding-top:4px;
}
.modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide a:hover{
	text-decoration:underline;
}



/* Swiper */
.carouselModel_featured h2, .carouselModel_featured p{
	text-align:center;
}
.carouselModel_featured .swiper-container{
    height: auto;
}
.carouselModel_featured .swiper-container .swiper-slide{
	background:none;
}
.featured_model_carouslSection{
display:block;
position:relative;
background:rgba(0,0,0,.3);
padding:0px 0px;
background: rgb(85,75,46);
background: linear-gradient(180deg, rgba(85,75,46,1) 0%, rgba(122,108,67,1) 30%, rgba(175,158,107,1) 100%);

background: rgb(143,130,92);
background: linear-gradient(180deg, rgba(143,130,92,1) 0%, rgba(168,153,110,1) 30%, rgba(191,173,119,1) 100%);

background:url(../images/bg_repeat2.png) repeat-x top left;
background:none;
}

/* Blog Style */
.blog-section{
	background: #161515;
	padding-top: 100px;
	padding-bottom: 60px;
	margin-top:60px;
}
.blog-section .title{
	color: #d8b452;
}
.blog-section{
	display:block;
	position:relative;
	background: rgb(143,130,92);
	background: linear-gradient(180deg, rgba(143,130,92,1) 0%, rgba(168,153,110,1) 30%, rgba(191,173,119,1) 100%);
	background:#fcf0f7;
}
.blog-section::before, .advertInfo_Block_Section::before, .section_ProfileBooing_form::before{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: url(../images/mask-bottom-add-alt2.png) no-repeat top center;
    height: 100px;
	z-index:2;
}
.advertInfo_Block_Section::after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url(../images/mask-top-add-alt3.png) no-repeat top center;
    height: 100px;
	z-index:2;
}
.section_ProfileBooing_form::after{
	content: '';
    position: absolute;
    bottom:-100px;
    left: 0px;
    right: 0px;
    background: url(../images/mask-bottom-add-alt3.png) no-repeat top center;
    height: 100px;
	z-index:2;
}
.blogDetail_photo{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 500px;
	display: block;
	overflow: hidden;
	position: relative;
}
.blogDetail_photo img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.blockDetails_ContentSection{
	padding-top: 30px;
	padding-bottom: 60px;
}
.blockDetails_ContentSection h2, .blockDetails_ContentSection h3, .blockDetails_ContentSection h4, .blockDetails_ContentSection h5{
	color:#e10266;
}
.blockDetails_ContentSection h2{
	font-size: 30px;
}
.blockDetails_ContentSection h3{
	font-size: 24px;
}
.featured_infoBox{
	position:relative;
	display:block;
	overflow:hidden;
	padding: 0px;
	margin-bottom: 20px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	border-radius:10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #020876;
    -webkit-box-shadow: 0 10px 30px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 10px 30px -5px rgb(0 0 0 / 20%);
}
.NewsImage_block{
	height:210px;
	min-height:210px;
	max-height:210px;
	overflow:hidden;
	position:relative;
	margin-bottom: 15px;
}
.NewsImage_block img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.blog-section .featured_infoBox{
	background-color: rgba(255,255,255,.4);
}
.featured_infoBox.colorBG_orange{
	background-color: #e10266;
}
.featured_item_left{
	padding:0px 25px 30px;
}

.featured_item_left, .feature_icon.img_icon{
	display: block;
    position: relative;
    text-align: left;
}
.feature_icon.img_icon{
    margin-bottom: 20px;
}
.feature_icon.img_icon span {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.feature_icon.img_icon span img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.feature_content {
    display: block;
}
.featured_infoBox h3 {
	margin-bottom: 8px;
    padding-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	color: #671346;
	position: relative;
}
.featured_infoBox h3::after, .featured_infoBox.colorBG_orange h3::after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 75px;
	height: 3px;
	display:none;
}
.featured_infoBox.colorBG_orange h3::after{
	background: #FFFFFF;
}
.feature_content p {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 1.3;
}
.blogNews_container .featured_infoBox .bannerButton_group a{
	padding: 6px 15px;
	font-size: 14px;
	font-weight: 400;
}
.bannerButton_group{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.bannerButton_group a, .bannerButton_group button{
	margin-right: 10px;
	background: #671346;
	color: #FFFFFF;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	border-radius: 40px;
	line-height: normal;
	text-decoration: none;
	border:0 none;
	outline: 0 none;
	box-shadow: none;
	cursor: pointer;
}
.siteFeatures_section {
    background: #671346;
    padding: 30px;
    margin-top: -60px;
    border-radius: 0px;
    margin-bottom: 0px;
    box-shadow: 4px 0 20px rgb(0 0 0 / 40%);
	position:relative;
	z-index:1;
}
.siteFeatures_section::before{
	content:'';
	position:absolute;
	top:-100px;
	left:0px;
	right:0px;
	background:url(../images/mask-top-add-alt1.png) no-repeat bottom center;
	height:100px;
}
.siteFeatures_info {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.siteFeatures_info h4 {
    margin-bottom: 0px;
    color: rgb(175,158,107);
	font-size:2rem;	
}
.siteFeatures_info button{
    background: rgb(175,158,107);
	color: #FFFFFF;
    padding: 10px 30px 12px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
}
.Availalbe_Escorts_Section{
	padding:80px 0px;
	display:block;
	position:relative;
}
.modelPhoto{
	margin-bottom:20px;
}
.availableEscorts_TabSection .row{
	margin-left:-10px;
	margin-right:-10px;
}
.availableEscorts_TabSection .row .col-lg-3{
	padding-left:10px;
	padding-right:10px;
}
.advertInfo_Block_Section{
	display: block;
	background-color: #e10266;
	position: relative;
	margin-top:0px;
	background: rgb(244,145,39);
	background: linear-gradient(270deg, rgba(244,145,39,1) 0%, rgba(225,2,102,1) 100%);
	background: url(../images/bg_img/3.jpg) no-repeat center center fixed;
	border-radius:0px;
	min-height:400px;
	padding:140px 0px 80px;
}
.advertInfo_Block_Section .container{
	z-index:1;
}
.overlaybg_section{
	background:rgba(103,19,70,.8);
	background:rgba(0,0,0,.8);
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
.advertInfo_Block h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
	margin-bottom:15px;
}
.advertInfo_Block p{
	font-size:1.1rem;
	color:rgba(255,255,255,.7);
}
.advertInfo_Block_Section .advertInfo_Block .bannerButton_group a{
	background:none;
}
.advertInfo_Block_Section .advertInfo_Block.adInformation_block{}
.advertInfo_Block_Section .imagePosition_Right{
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.advertInfo_Block_Section .advertInfo_Block .bannerButton_group a{
	border:1px solid #FFFFFF;
}
.coloum_container_part{
}
.coloum_container_part h2{
	font-size:36px;
	text-transform:uppercase;
	color:#C81D89;
	font-weight:900;
	line-height:38px;
	margin-bottom:30px;
}
.coloum_container_part p{
	font-size:14px;
	color:#919191;
	font-weight:700;
	margin-bottom:30px;
}
.content_col{
	margin-bottom:30px;
	padding: 20px;
	background: rgba(103,19,70,.8);
	display: block;
	text-align: left;
	border-radius:20px 6px 30px 6px;
	min-height:270px;
}
.content_col h3{
	font-size:18px;
	text-transform:uppercase;
	color:rgb(175,158,107);
	font-weight:900;
	line-height:24px;
	margin-bottom:10px;
	font-family: 'Assistant', sans-serif;
}
.content_col p{
	font-size:1.1rem;
	color:rgba(255,255,255,.8);
	font-weight:400;
	margin-bottom:0px;
}
.content_col.goldbg{
	background: rgba(175,158,107,.8);
}
.content_col.goldbg h3{
	color:#671346;
}
.content_col.goldbg p{}
.boxIcon_block{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-bottom:15px;
	margin-top:-40px;
	margin-left:-20px;
}
.boxIcon_block .iconBG_box{
	width:60px;
	height:60px;
	border-radius:100%;
	padding:6px;
	background:#671346;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:1px 2px 2px rgba(0,0,0,.5);
}
.boxIcon_block .iconBG_box i{
	font-size:36px;
	color:rgb(175,158,107);
}
.content_col.goldbg .boxIcon_block .iconBG_box{
	background:rgb(175,158,107);
}
.content_col.goldbg .boxIcon_block .iconBG_box i{
	color:#671346;
}

.Text_Content_Section{
	padding: 40px 0px;
}
.Text_Content_Section.staticContent_block{
	background:#e7e0d7;
}
.Text_Content_Section h2.section_title{
	font-family: 'Oranienbaum', serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #671346;
}
.LV_Article_Block{
	margin-bottom: 10px;
}
.LV_Article_Block h2, .innerPage_ContainerBody .LV_Article_Block h2{
	display: block;
	background: #671346;
	border-radius: 4px;
	color: #FFFFFF;
	padding:12px 20px;
	text-transform: uppercase;
	font-family: 'Assistant', sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 1.4rem;
}
.staticContent_block .LV_Article_Block{
	margin-bottom:20px;
}
.staticContent_block .LV_Article_Block h1{
	background:none;
	padding:15px 0px 10px;
	color:#403d39;
	letter-spacing:0px;
	font-weight:500;
	font-size:2.5rem;
	font-family: "Libre Baskerville", 'Poppins', 'Puppies Play', 'Niconne', cursive;
}
.staticContent_block .LV_Article_Block h2, .staticContent_block .LV_Article_Block h3, .inner_pageContainer .Text_Content_Section .LV_Article_Block h2{
	background:none;
	padding:15px 0px 10px;
	color:#403d39;
	letter-spacing:.5px;
	font-weight:600;
	font-size:1.8rem;
}
.staticContent_block .LV_Article_Block p, .staticContent_block.pagePrimary_content .LV_Article_Block p{
	font-weight:400;
	font-size:1.07rem;
	color:#403d39;
	line-height:1.6;
}
.staticContent_block.pagePrimary_content .LV_Article_Block p{
	font-size:1.3rem;
	color:rgba(64,61,57,.66);
}
.staticContent_block .LV_Article_Block p a, .staticContent_block.pagePrimary_content .LV_Article_Block p a{
	text-decoration:underline;
}
.staticContent_block.pagePrimary_content .LV_Article_Block p a{
	color: #be8d67;
	font-size:1.35rem;
}
.staticContent_block .LV_Article_Block p a:hover, .staticContent_block.pagePrimary_content .LV_Article_Block p a:hover{
	text-decoration:underline;
}
.staticContent_block.pagePrimary_content .LV_Article_Block p a:hover{
	color:#c4aa91;
}
.staticContent_block.pagePrimary_content{
	background:#f3f2ee;
	padding-top:60px;
	padding-bottom:60px;
}
.staticContent_block.pagePrimary_content h1{
	background:none;
	padding:15px 0px 10px;
	color:#403d39;
	letter-spacing:0px;
	font-weight:600;
	font-size:3.5rem;
	font-family: "Libre Baskerville", 'Poppins', 'Puppies Play', 'Niconne', cursive;
}
.staticContent_block .LV_Article_Block .Article_imageBlock{display:none;}
.LV_Article_Block ul, .LV_Article_Block ol{
	margin-left:20px;
}
.LV_Article_Block ul li, .LV_Article_Block ol li{
	color:#403d39;
	line-height:1.6;
    font-size:1.07rem;
	font-weight:400;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.LV_Article_Block ul li::before{
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	color:#403d39;
}
.LV_Article_Block ol{
	margin-left:36px;
}
.LV_Article_Block ol li{
	list-style: decimal;
	padding-left:5px;
}

.Article_imageBlock{
	height:210px;
	min-height: 210px;
	max-height: 210px;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 6px;
	margin-bottom: 20px;
}
.welcomeImg_style{
	width:400px;
	min-width: 400px;
	max-width: 400px;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 6px;
	margin-bottom: 0px;
}
.Article_imageBlock img, .welcomeImg_style img{
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}
.staticContent_block.pagePrimary_content{}
.staticContent_block.pagePrimary_content .breadcum_block{
	display:block;
	margin-bottom:20px;
}
.staticContent_block.pagePrimary_content .breadcum_block ol.breadcrumb{
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
}
.aboutContent_section{
	display:block;
	position:relative;
}
.aboutContent_section .contentSection_headBlock{
	background:#c4aa91;
	padding:60px 0px;
}
.aboutContent_section .contentSection_headBlock h2, .aboutContent_section .contentSection_textBlock h2{
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    font-family: "Libre Baskerville", 'Poppins', 'Puppies Play', 'Niconne', cursive;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #FFFFFF;
}
.aboutContent_section .contentSection_textBlock h2{color:#000000;margin-bottom:20px;}
.aboutContent_section .contentSection_textBlock{
	padding:50px 0px;
}
.aboutContent_section .contentSection_textBlock p, .aboutContent_section .contentSection_headBlock p, .contactForm_block .contactInfo_block p, .contactForm_block form label{
    font-weight: 400;
    font-size: 1.07rem;
    color: #403d39;
    line-height: 1.6;
}
.aboutContent_section .contentSection_headBlock p{
	color:#FFFFFF;
	margin-top:20px;	
}
.contactForm_block{
	display:block;
	position:relative;
}
.contactForm_block .contactInfo_block{
	background:#FFFFFF;
	padding:25px 30px;
}
.contactInfo_block p{margin-bottom:0px;font-family:'Poppins', 'Assistant', 'Roboto', sans-serif;}
.contactForm_block form{
	margin-top:20px;
}
.contactForm_block form label{font-family:'Poppins', 'Assistant', 'Roboto', sans-serif;}
.contactForm_block form .form-control{
	border-radius:0px;
	padding:10px 15px;
	min-height:48px;
}
.accountCreate_section{
	display:block;
	margin-top:20px;
}
.accountCreate_section h3{
	font-family:'Poppins', 'Assistant', 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #ba9c82;
    line-height: 1.6;
}
.contactInfo_block.createAnAccount_info{
	background:#e7e0d7;
	padding:40px 40px;
}
.contactInfo_block.createAnAccount_info h2{
	font-size:2rem;
	text-transform:uppercase;
}


@media (max-width: 1023px){
.welcomeImg_style{
	width:300px;
	min-width: 300px;
	max-width: 300px;
	margin: 0 auto;
}
}

/* Foooter Syles */
.footer_section{
	display:block;
	position:relative;
	margin-top:0px;
}
.footer_section_container{
	background-color: #c4aa91;
}
.footer_subscription_Block{
	background-color:rgba(40,50,200,1);
	padding:30px 0;
}
.footer_middle_Block{
	padding-top:50px;
	padding-bottom:50px;
}
.footer_navigationBlock{}
.footer_navigationBlock h4{
	font-size:.95rem;
	font-weight:700;
	text-transform:uppercase;
	color:#AF9E6B;
	margin-bottom:10px;
}
.footer_navigationBlock ul{
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer_navigationBlock ul li{
	display:block;
	padding:2px 0px 2px 10px;
	width: 20%;
	position:relative;
}
.footer_navigationBlock ul li::before{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	top:4px;
	left:0px;
}
.footer_navigationBlock ul li a{
	font-size:1.1rem;
	color:rgba(255,255,255,.4);
}
.footer_navigationBlock ul li a:hover{
	text-decoration:underline;
	color:#AF9E6B;
}
.footer_copyright_Block{
	padding:20px 0 40px;
	background-color:#000000;
}
.copyrightLinks_block{
	display:block;
	text-align:right;
	align-items:center;
    justify-content: flex-end;
    flex-direction: row;
	margin-bottom:3px;
}
.copyrightLinks_block ul{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-left:15px;
}
.copyrightLinks_block ul li{
	display:inline-block;
	border-right:1px solid rgba(255,255,255,.3);
	line-height:1;
	margin-right:10px;
	padding-right:10px;
}
.copyrightLinks_block ul li:last-child{
	border-right:0 none;
	margin-right:0px;
	padding-right:0px;
}
.copyrightLinks_block ul li a{
	font-size:.95rem;
	font-weight:400;
	color:rgba(255,255,255,.5);
}
.copyrightLinks_block ul li a:hover{
	color:#AF9E6B;
}
.copyrightLinks_block .copyrightInfo_block{
	font-size:.95rem;
	font-weight:400;
	color:rgba(255,255,255,.5);
}
.poweredBy_CompanyInfo{
	display:block;
	text-align:center;
}
.poweredBy_CompanyInfo, .poweredBy_CompanyInfo a{
	font-size:.85rem;
	color:#7e7e7f;
}
.footer_Social_LinksBlock{
	display:block;
	text-align:center;
	margin-top:15px;
}
.footer_Social_LinksBlock a{
	margin:0 5px;
}
.footer_Social_LinksBlock a i{
	font-size:1.7rem;
}
.footerLogo_block{
	display:block;
	max-width:100px;
}
.footerLogo_block{}
@media (max-width: 991px) {
.footer_middle_Block{
	display:block;
	text-align:center;
}
.footer_navigationBlock{
	margin-bottom:15px;
}
.copyrightLinks_block, .copyrightLinks_block ul{
    display: block;
	text-align:center;
    align-items: center;
    justify-content: center;
}
}

@media (min-width: 768px) and (max-width: 991px){}
@media (max-width: 767px){
.footer_content_block{
	margin-bottom:40px;
}
.footer_content_block h2{
	font-size:18px;
	padding-bottom:10px;
}
.footer_content_block p{
	font-size:14px;
	line-height:20px;
}
.footer_content_block h2.footer_title{
	font-size:18px;
	padding-bottom:10px;
}
.footer_content_block .quick_links ul li a{
    margin-bottom:10px;
}
}
@media (min-width: 992px){
.footer_middle_Block .row .col-lg-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

.main_container_wrapper{
	padding:0px;
	position:relative;
	z-index:3;
}
.inner_pageContainer{}
.inner_pageContainer .Text_Content_Section{
	padding:40px 0px;
}
.inner_pageContainer .Text_Content_Section h1, .inner_pageContainer .Text_Content_Section h2 ,.inner_pageContainer .Text_Content_Section h3 ,.inner_pageContainer .Text_Content_Section h4 ,.inner_pageContainer .Text_Content_Section h5 ,.inner_pageContainer .Text_Content_Section h6{
	color:#671346;
}
.inner_pageContainer .Text_Content_Section h2{
	font-size:24px;
	font-weight: 700;
	font-size: 40px;
}
.inner_pageContainer .Text_Content_Section h3{
	font-size:21px;
}
.inner_pageContainer .Text_Content_Section h4{
	font-size:18px;
}
.inner_pageContainer .Text_Content_Section h5{
	font-size:15px;
}
.inner_pageContainer .Text_Content_Section h6{
	font-size:13px;
}/*
.inner_pageContainer .Text_Content_Section .LV_Article_Block h2{
	font-size:16px;
	color:#FFFFFF;
}*/
.modelDisplay_Section{}
.modelDisplay_Section .modelCategory_btns{
	display:block;
}
.modelDisplay_Section .modelCategory_btns a, .modelDisplay_Section .modelCategory_btns button{
	display:inline-block;
	text-align:center;
	color:rgba(255,255,255,.9);
	padding:7px 15px;
}
.model_gridDisplay_block{}
.model_gridDisplay_block h2{
	color:#671346;
}
.model_gridDisplay_block h2.script_style{
	font-size:60px;
	font-weight:700;
}
.model_gridDisplay_block .modelTitle_Style h2{
	color:#FFFFFF;
}
.modelDisplay_Section.modelInner_page .modelPhoto.photoWith_review.largeHeight .modelPhoto-image-container, .modelDisplay_Section.modelInner_page .modelPhoto.photoWith_review.largeHeight .modelPhoto-image-container a{
	height: 390px;
    min-height: 390px;
    max-height: 390px;	
}
.container_block_section .Text_Content_Section ul, .container_block_section .Text_Content_Section ol{
    margin-left: 20px;
	margin-bottom:10px;
}
.container_block_section .Text_Content_Section ul li, .container_block_section .Text_Content_Section ol li{
    color: #525355;
    line-height: 1.1;
    font-size: 1.15rem !important;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.container_block_section .Text_Content_Section ul li::before, .inner_pageContainer .Text_Content_Section ul li::before {
    content: '\f18e';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    color: #671346;
}

/* Blog Styles */
.imgHover_DateBox{
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	color: #FFFFFF;
	z-index: 1;
	text-align: center;
	padding: 10px 5px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
}
.imgHover_DateBox span{
	color: rgba(255,255,255,.7);
	display: block;
	font-size: .85rem;
	font-weight: 400;
	text-transform: uppercase;
}
.featuredInfo_imgBox .imgBox_Wrap {
    display: block;
    overflow: hidden;
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    margin-bottom: 15px;
    position: relative;
}
.featuredInfo_imgBox .imgBox_Wrap img {
    display: block;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.featuredInfo_imgBox.imgLeft_TextRight .imgBox_Wrap img{
	transform: scale(1);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.featuredInfo_imgBox.imgLeft_TextRight:hover .imgBox_Wrap img{
	transform: scale(1.1);
}
.featuredInfo_imgBox.imgLeft_TextRight .SideInfoBox_container{}
.featuredInfo_imgBox.imgLeft_TextRight .SideInfoBox_container .infoBox_Wrap{
	margin-top: 0;
}
.featuredInfo_imgBox.imgLeft_TextRight .SideInfoBox_container .infoBox_Wrap h4, .featuredInfo_imgBox.imgLeft_TextRight .SideInfoBox_container .infoBox_Wrap h4 a{
	margin-top: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size:1.3rem;
}
.featuredInfo_imgBox.imgLeft_TextRight .SideInfoBox_container .infoBox_Wrap p, .featuredInfo_imgBox.imgLeft_TextRight .SideInfoBox_container .infoBox_Wrap p a{
	font-size: 1.1rem;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.3;
}
.featuredInfo_imgBox.imgLeft_TextRight .SideInfoBox_container .infoBox_Wrap a.InfoImg_readMore_btn{
    color: #a33188;
    padding: 3px 0;
    letter-spacing: 0px;
    border: 0 none;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
    display: inline-block;
}
.blog-section .SideInfoBox_container .infoBox_Wrap h4{
	font-family: 'Assistant', sans-serif;
}
.section_FAQ{}
.section_FAQ .faqBlock_Container .card{
  border-color: rgba(103,19,70,.2);
  background-color:#fcf0f7;
}
.section_FAQ .faqBlock_Container .card-header{
  padding: 0;
  border-color: rgba(103,19,70,.2);
}
.section_FAQ .faqBlock_Container .card-header button{
  padding: 17px 30px;
  outline: none;
  background: #fcf0f7;
  color: #671346;
  font-size: 1.4rem;
  font-weight: 700;
}
.section_FAQ .faqBlock_Container .card-header button:focus, .section_FAQ .faqBlock_Container .card-header button:hover{
  box-shadow: none;
  outline: 0 none;
  text-decoration: none;
  background: rgba(103,19,70,.15);
}
.section_FAQ .faqBlock_Container .card-body p{
  font-size: 1.15rem;
  color: #4a4949;
  margin-bottom: 0;
}
.accordion .card-header button::after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
	
	position: absolute;
    right: 20px;
    top: 22px;
}
.accordion .card-header button.collapsed::after {
    content: "\f067"; 
}


.companyOverview_section{
	background: #161515;
    background: linear-gradient(270deg, rgba(244,145,39,1) 0%, rgba(225,2,102,1) 100%);
    background: url(../images/bg_img/6.jpg) no-repeat fixed top center #000000;
	padding: 60px 0px 0px;
	position:relative;
	background:#FFFFFF;
}
.sliderBanner_section.defaultStyle{
	position:relative;
}
.sliderBanner_section.defaultStyle .OwlSlider_Panel video{
	filter:saturate(0);
}
.companyOverview_section h2{
	font-size: 64px;
	line-height: .8;
	margin-bottom: 20px;
	color: #671346;
}
.companyOverview_section p{
	font-family: 'Assistant', 'Roboto', 'Poppins', sans-serif;
}
/*.innerPage_headerBG::before, */.sliderBanner_section.defaultStyle::before{
	content:'';
	position:absolute;
	top:-100px;
	left:0px;
	right:0px;
	background:url(../images/mask-top-add-alt2.png) no-repeat bottom center;
	height:100px;
	z-index:1;
}
.innerPage_headerBG::before, .sliderBanner_section.defaultStyle::before{
	bottom:0px;
	top:inherit;
	z-index:2;
	display:none;
}
.reservationInfo_Block_Section {
    display: block;
    background-color: #e10266;
    position: relative;
    margin-top: 0px;
	background: url(../images/bg_img/6.jpg) no-repeat center center;
}
.reservationInfo_Block_Section .container{
	position:relative;
}
.reservationInfo_Block_Section .advertInfo_Block {
    padding-top: 100px;
    padding-bottom: 100px;
}
.advertInfo_Block h2, .reservationInfo_Block_Section h2{
    font-size: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Assistant', sans-serif;
    font-weight: 900;
    line-height: 1.2;
}
.advertInfo_Block h2{
	font-size:36px;
}
.bannerButton_group {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.bannerButton_group a, .bannerButton_group button {
    margin-right: 10px;
    background: #e10266;
    color: #FFFFFF;
    padding: 10px 30px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    line-height: normal;
    text-decoration: none;
    border: 0 none;
    outline: 0 none;
    box-shadow: none;
    cursor: pointer;
    background: #c4aa91;
}
.advertInfo_Block_Section .advertInfo_Block .bannerButton_group a {
    background: none;
}
.advertInfo_Block_Section .advertInfo_Block .bannerButton_group a {
    border: 1px solid #FFFFFF;
}
.overlay_secImg {
    position: absolute;
    bottom: -40px;
    right: 50px;
    max-width: 250px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.overlay_secImgTop {
    position: absolute;
    top: -70px;
    right: 315px;
    max-width: 180px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.overlay_secImgCircle {
    position: absolute;
    top: -20px;
    left: 50px;
    height: 120px;
    width: 120px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
}
.overlay_secImg.secondImg_bottomRight{
	right: 350px;
}
.overlay_secImg img{
    border-radius: 6px;
}
.overlay_secImgTop img {
    border-radius: 10px;
}
.overlay_secImgCircle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_LiveModelOnline, .section_ProfileBooing_form{
    margin-top: 0px;
    position: relative;
    background: #fcf0f7;
    padding: 60px;
}
.LiveUser_tableList{
	padding:20px 20px;
	background:#fcf3f8;
	border-radius:6px;
	box-shadow:1px 2px 2px rgba(103,19,70,.2);
	border:1px solid rgba(103,19,70,.2);
	margin-bottom:0px;
}
.LiveUser_tableList h4{
	margin-bottom:10px;
	color:#671346;
	font-size:3.1rem;
}
.LiveUser_tableList table.table{
	margin-bottom:0px;
}
.LiveUser_tableList table.table.table-striped tbody tr:nth-of-type(odd){
	background-color: rgba(103,19,70,.1);
}
.LiveUser_tableList .table-bordered th{
	background:#FFFFFF;
	color:#671346;
}
.LiveUser_tableList .table-bordered td, .LiveUser_tableList .table-bordered th{
	vertical-align:middle;
	padding:.5rem .5rem;
	border-color:rgba(103,19,70,.15);
	font-size: 1.1rem;
}
.modelInfo_PhotoName{
	display:block;
	position:relative;
}
.modelInfo_PhotoName a{
	display:flex;
	align-items:center;
}
.modelInfo_PhotoName .LivePhotos_block{
	display:block;
	position:relative;
	overflow:hidden;
	width:48px;
	min-width:48px;
	max-width:48px;
	height:48px;
	min-height:48px;
	max-height:48px;
	border-radius:100%;
	border:2px solid #FFFFFF;
	box-shadow:0 0 4px rgba(0,0,0,.3);
	margin-right:10px;
}
.modelInfo_PhotoName .LivePhotos_block img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.modelInfo_PhotoName .LiveName_block{
	font-weight:600;
	font-size:15px;
}
@media (max-width: 1023px){
.overlay_secImg {
    bottom: -60px;
    right: 20px;
    max-width: 120px;
}
.overlay_secImgTop {
    top: -15px;
    right: 15px;
    max-width: 100px;
}
.overlay_secImgCircle {
    top: -40px;
    left: 20px;
    height: 100px;
    width: 100px;
}
.overlay_secImg.secondImg_bottomRight {
    right: 180px;
	max-width: 120px;
	bottom: -30px;
}
.reservationInfo_Block_Section{
}
.content_col{
	margin-top: 40px;
	margin-bottom: 0px;
}
.footer_navigationBlock ul li{
	width: 50%;
	text-align: left;
}
.footer_navigationBlock ul li a{
	font-size: .95rem;
}
.footerLogo_block{
	margin:0 auto;
	margin-bottom: 10px;
}
.copyrightLinks_block ul{
	margin-bottom:5px;
}
.footer_navigationBlock{
	margin-bottom:20px;
}
.sectionTitle_block h2{
	line-height:1;
	font-size:48px;
	margin-bottom: 20px;
}
.main_container_wrapper{
	padding-bottom: 0px;
	padding-top:0px;
}
.section_LiveModelOnline, .section_ProfileBooing_form{
	padding: 0px;
}
.sliderBanner_section.defaultStyle .OwlHomeSlider_Full .Owl_SlideShow{
	min-height: 400px;
}
.featured_model_carouslSection .modelPhoto-image-container, .featured_model_carouslSection .modelPhoto-image-container a{
    height: 270px;
    min-height: 270px;
    max-height: 270px;
}
.modelPhoto-image-container, .modelPhoto-image-container a, .modelDisplay_Section.modelInner_page .modelPhoto.photoWith_review.largeHeight .modelPhoto-image-container, .modelDisplay_Section.modelInner_page .modelPhoto.photoWith_review.largeHeight .modelPhoto-image-container a{
    height: 250px;
    min-height: 250px;
    max-height: 250px;
}
.featured_model_carouslSection.recommanded_girlsCarousel .modelPhoto-image-container{
    height: 270px;
    min-height: 270px;
    max-height: 270px;
}
.featured_model_carouslSection{
	overflow: hidden;
}
.featured_model_carouslSection .carousel-section{
	margin-right: -100px;
}
.featured_model_carouslSection .featuredModel_carousel .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide {
    transform: translateY(130px);
}
.companyOverview_section{
	padding-top: 20px;
}
.companyOverview_section h2{
	font-size: 60px;
}
.Availalbe_Escorts_Section .availableEscorts_TabSection .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .model_gridDisplay_block .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide, .recommanded_girlsCarousel .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(170px);
}
.Availalbe_Escorts_Section{
	padding-bottom: 20px;
}

.featured_model_carouslSection {
    margin-top: -80px;
}
/*.featured_model_carouslSection .carousel-section .featuredModel_carousel .owl-item:first-child{
	margin-left:15px;
} */
}

@media (min-width: 994px) and (max-width: 1200px){
.Availalbe_Escorts_Section .availableEscorts_TabSection .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .model_gridDisplay_block .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide, .recommanded_girlsCarousel .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(130px);
}
}
@media (min-width: 601px) and (max-width: 993px){
.Availalbe_Escorts_Section .availableEscorts_TabSection .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .model_gridDisplay_block .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide, .recommanded_girlsCarousel .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(130px);
}
}
@media (min-width: 380px) and (max-width: 600px){
.Availalbe_Escorts_Section .availableEscorts_TabSection .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .model_gridDisplay_block .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide, .recommanded_girlsCarousel .modelPhoto.photoWith_review.largeHeight .modelPhoto-details.desctionText_hide{
	transform: translateY(155px);
}
}

/* INNER PAGE STYLE */
.innerPages_header{
	background:#000000;
	position:relative;
}
.innerPage_headerBG{
	background-image:url(../images/bg_img/3.jpg);
	background-position:bottom center;
	background-attachment: fixed;
/*	background-repeat: no-repeat;
	background-position:bottom center;
	background-size: cover;
	background-attachment: fixed;
		padding-top: 200px;
	padding-bottom:150px;
	*/

	display: block;
	text-align: left;
	position: relative;
	height:400px;
	padding-top:150px;
}
.innerPage_headerBG .sliderBanner_Overlay{
	background: linear-gradient(0deg, rgba(103,19,70,.8) 0%, rgba(0,0,0,.5) 100%);
	background:rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:1;
}
.innerPage_headerBG .container{
	position: relative;
	z-index: 2;
}
.innerPage_headerBG h1{
	font-size: 42px;
	color: #ba9c82;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin-bottom:0px;
	
}
.innerPage_headerBG h1 span.availability_Info, .innerPage_headerBG h1 span.Unavailability_Info{
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	color:#38a000;
	position: relative;
	padding-left:25px;
	margin-left: 10px;
}
.innerPage_headerBG h1 span.Unavailability_Info{
	color:#9f9f9f;
}
.innerPage_headerBG h1 span.availability_Info::before, .innerPage_headerBG h1 span.Unavailability_Info::before{
	content: '\f05d';
	font-family: 'FontAwesome';
	position: absolute;
	top: -2px;
	left: 0;
	font-size:20px;
}
.innerPage_headerBG h1 span.Unavailability_Info::before{
	content: '\f00d';
}
.breadcum_block ol.breadcrumb{
	justify-content: flex-start;
	background-color: transparent;
	padding: .7rem 1rem .4rem 0rem;
	margin-bottom:0px;
}
.breadcrumb-item {
    text-transform: capitalize;
    font-size: 13px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #8e8e8e;
	line-height:1;
}
.breadcrumb-item.active {
    color: #ba9c82;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #8e8e8e;
    content: '/';
    font-size: 1rem;
    margin-top: 0px;
    padding-right: 1rem;
    vertical-align: middle;
}
.contentBlock_info{
	border:1px solid rgba(0,0,0,.1);
	padding:30px;
	box-shadow:1px 1px 4px rgba(0,0,0,.2);
	position:relative;
	border-radius:6px;
	margin-bottom:20px;
	margin-top:10px;
	display:block;
}
.contentBlock_info h2{
	font-size:3.7rem;
	font-weight: 400;
	line-height: .8;
	color:#671346;
	position:relative;
	padding-bottom:10px;
	margin-bottom:15px;
}
.contentBlock_info h2::after{
	content:'';
	position:absolute;
	bottom:-5px;
	left:0px;
	height:3px;
	width:60px;
	background:#671346;
}
.contentBlock_info p{
	margin-bottom:0px;
}
.modelAlbum_display{
	display:block;
	position:relative;
}
.modelAlbum_block{
	display:block;
	position:relative;
	box-shadow: 1px 0px 4px rgb(0 0 0 / 30%);
	background:#FFFFFF;
	border-radius: 10px;
	margin-bottom:30px;
}
.modelAlbum_photo{
	display:block;
	position:relative;
	overflow:hidden;
	height:800px;
	min-height:800px;
	max-height:800px;
	border-radius: 10px;
}
.modelAlbum_photo img{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	object-fit:cover;
}
.modelAlbum_Info{
	padding:15px 20px;
}
.modelAlbum_Info p{
    line-height: 1.2;
    font-size: 1.13rem;
	font-weight:500;
	margin-bottom:0px;
}
.ProfileInfo_Figure_table, .BookingForm_Block, .modelProfile_Biography{
	max-width:800px;
	margin: 0 auto;
	margin-top:0px;
}
.booking_MarginTop_zero{
	margin-top:0;
}
.modelProfile_Biography{
	max-width:900px;
	text-align:left;
}
.ProfileInfo_Figure_table table tr td{
    font-size: 15px;
    line-height: 22px;
    color: #a6a6a6;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #4b4b4b;
    text-align:left;
}
.ProfileInfo_Figure_table table tr td strong{
	text-align: left;
	display: block;
	color: #d7b351;
}
.ProfileInfo_Figure_table h3, .BookingForm_Block h3, .innerPage_ContainerBody h2, .innerPage_ContainerBody h3{
	font-size:24px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}
.innerPage_ContainerBody h2{
	font-size:26px;
}
.BookingForm_Block .row{
	margin-right: -5px;
    margin-left: -5px;
}
.BookingForm_Block .row .col-lg-6, .BookingForm_Block .row .col-lg-12{
	padding-right: 5px;
    padding-left: 5px;
}
.BookingForm_Block .form-control, .UserReview_Form .form-control{
	max-width: 800px;
	font-size:1.2rem;
	min-height:50px;
	border-radius:4px;
	background-color: #FFFFFF;
    border: 1px solid rgba(180,17,90,.4);
	border-bottom-width:3px;
}
.BookingForm_Block .form-group{
	margin-bottom:10px;
}
.BookingForm_Block label{
	font-size:1.1rem;
	font-weight:600;
}
.BookingForm_Block button.ModelBook_NowBtn, .UserReview_Form button.ModelBook_NowBtn, .ProfileInfo_NewStyle a.ModelBook_NowBtn{
	padding: 10px 60px;
	color: #FFFFFF;
	border-color: 0 none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	position: relative;
    background: rgb(175,158,107);
    background: linear-gradient(0deg, rgba(175,158,107,1) 0%, rgba(193,175,121,1) 100%);
    background: #FFFFFF;
	border:0 none;
	width:100%;
}
.BookingForm_Block button:hover.ModelBook_NowBtn, .BookingForm_Block button:focus.ModelBook_NowBtn, .UserReview_Form button:hover.ModelBook_NowBtn, .UserReview_Form button:focus.ModelBook_NowBtn, .ProfileInfo_NewStyle a:hover.ModelBook_NowBtn{
	color: #d7b351;
	background-color: transparent;
	border-color: 0;
	background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(70,70,70,1) 100%);
	text-decoration: none;
}
.ProfileInfo_NewStyle{
	text-align:left;
}
.ProfileInfo_NewStyle h2{
	font-size:24px;
	text-align:left;
}
.personalDetails_block{}
.personalCharacteristic_Info{
	padding-left: 0px;
    width: 100%;
    position: relative;
	margin-bottom:20px;
}
.personalCharacteristic_Info .BlockIcon{
	padding-right: 15px;
    position: relative;
	display:flex;
	align-items:center;
	text-align:left;
	justify-content:flex-start;
	margin-bottom:10px;
	
	background: #c4aa91;
    padding: 7px 15px;
    border-radius: 6px;
}
.personalCharacteristic_Info .BlockIcon i{
	font-size:21px;
	color:#FFFFFF;
	margin-right:10px;
}
.personalCharacteristic_Info .ModelInfo_Details{
	margin-left: 0px;
}
.personalCharacteristic_Info .ModelInfo_Details h3, .personalCharacteristic_Info.modelFigure_info h3, .personalCharacteristic_Info.modelBooking_info h3, .personalCharacteristic_Info.compalinProfileBlock h3{
	font-size:40px;
	line-height:1;
	font-weight:700;
	font-family: "Libre Baskerville", 'Poppins', 'Puppies Play', 'Niconne', cursive;
	text-transform:capitalize;
	margin:0px;
	font-size:1.15rem;
}
.personalCharacteristic_Info.modelBooking_info.phoneEmailStyle .BlockIcon, .personalCharacteristic_Info.modelBooking_info.compalinProfileBlock .BlockIcon, .personalCharacteristic_Info.compalinProfileBlock .BlockIcon{
	margin-bottom:0px;
	border-radius:6px 6px 0px 0px;
	background: #c4aa91;
}
.personalCharacteristic_Info.modelBooking_info.phoneEmailStyle .ModelInfo_Details, .personalCharacteristic_Info.compalinProfileBlock .ModelInfo_Details{
	background: rgba(175,158,107,.1);
    padding: 10px 20px;
    border-radius: 0px 0px 6px 6px;
}
.personalCharacteristic_Info.modelBooking_info.phoneEmailStyle.contactInfo_block .BlockIcon{
	background:#FF2B0F;
}
.personalCharacteristic_Info.modelBooking_info.phoneEmailStyle.contactInfo_block .ModelInfo_Details{
	background:#FCE5D4;
}
.personalCharacteristic_Info .ModelInfo_Details ul{
	display:block;
}
.personalCharacteristic_Info.informationTwoCol .ModelInfo_Details ul{
	column-count:2;
	column-gap:10px;
}
.personalCharacteristic_Info.modelFigure_info .ModelInfo_Details ul, .personalCharacteristic_Info.modelBooking_info.compalinProfileBlock .ModelInfo_Details ul{
	border-top:1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.2);
	
}
.personalCharacteristic_Info.modelFigure_info .ModelInfo_Details ul li, .personalCharacteristic_Info.modelBooking_info.compalinProfileBlock .ModelInfo_Details ul li{
	border-bottom:1px solid rgba(0,0,0,.2);
	padding:5px 15px;
}
.personalCharacteristic_Info .ModelInfo_Details ul li, .personalCharacteristic_Info .ModelInfo_Details ul li a{
	font-size:13px;
	font-weight:600;
	color:#111111;
	display:block;
	line-height:1.5;
	letter-spacing:.15px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.personalCharacteristic_Info .ModelInfo_Details ul li a i.fa{
	color:#FF2B0F;
}
.personalCharacteristic_Info .ModelInfo_Details ul li span{
	color:#646464;
	border-left: 1px dashed rgba(0,0,0,.2);
    min-width: 100px;
	max-width:100px;
    text-align: right;
	margin-left:auto;
}
.personalCharacteristic_Info .ModelInfo_Details ul li .profileRow_info{
	display:flex;
	justify-content:flex-end;
	flex:1 1 auto;
	margin-left:auto;
	width:160px;
	min-width:160px;
	max-width:160px;
}
.personalCharacteristic_Info .ModelInfo_Details ul li .profileRow_info span{
	min-width:80px;
	max-width:80px;
}
.personalCharacteristic_Info .ModelInfo_Details ul li .profileRow_info span.secondCol{
	padding-right:10px;
}
.personalCharacteristic_Info .ModelInfo_Details ul li .profileRow_info span{text-align:center;}
.personalCharacteristic_Info .ModelInfo_Details ul li .profileRow_info span .fa-times{color:#FF0000;}
.personalCharacteristic_Info .ModelInfo_Details ul li .profileRow_info span .fa-check{color:#19A603;}
.ProfileInfo_NewStyle a.ModelBook_NowBtn{
	padding: 8px 30px;
	font-size: 16px;
	margin-left: 0px;
	margin-right:5px;
}
.profile_socialIcon_Block{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-top:20px;
}
.profile_socialIcon_Block a{
	margin-right:5px;
	padding:3px;
	font-size:16px;
	color:#c29338;
}
.profile_socialIcon_Block a:hover{
	color:#a6a6a6;
}
.modelProfile_Biography .BookingForm_Block{
	padding:0;
}
.personlInfo_Description{}
.personlInfo_Description h2{
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    font-family: "Libre Baskerville", 'Poppins', 'Puppies Play', 'Niconne', cursive;
    text-transform: capitalize;
    margin-bottom:10px;
	color:#671346;
}
.personlInfo_Description p{
    font-weight: 400;
    font-size: 1.07rem;
    color: #403d39;
    line-height: 1.6;
}
.personlInfo_Description .LV_Article_Block{
	margin-top:20px;
}
.modelContact_blockInfo{
	background:rgba(255,255,255,1);
	min-height:50px;
	border-radius:6px;
	display:block;
	position:relative;
	margin-top:-40px;
	z-index:3;
	box-shadow:0px 0px 10px rgba(0,0,0,.4);
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:15px;
	margin-bottom:40px;
	border-bottom:3px solid #671346;
}
.modelContact_blockInfo .buttonGroup_block .headerBtn_block i{
	color:#671346;
}
.buttonGroup_block{
	display:flex;
	align-items:center;
}
.buttonGroup_block .headerBtn_block{
	margin-right:5px;
}
.buttonGroup_block .headerBtn_block button{
	font-size:1rem;
	font-weight:400;
	padding:8px 20px 8px;
}
.buttonGroup_block .headerBtn_block button i{
	margin-right:5px;
	color:#AF9E6B;
	font-size:1.1rem;
}
.buttonGroup_block .headerBtn_block.availableNow_option button, .buttonGroup_block .headerBtn_block.unavailableNow_option button, .modelContact_blockInfo .buttonGroup_block .headerBtn_block.awayNow_option button{
	background:none;
	color:rgba(0,0,0,.75);
	display:flex;
	align-items:center;
	text-transform:capitalize;
	font-size:1rem;
}
.buttonGroup_block .headerBtn_block.availableNow_option button i, .buttonGroup_block .headerBtn_block.unavailableNow_option button i, .modelContact_blockInfo .buttonGroup_block .headerBtn_block.awayNow_option button i{
	color:#009a16;
	font-size:1.4rem;
}
.buttonGroup_block .headerBtn_block.unavailableNow_option button i{
	color:#5c5c5c;
}
.modelContact_blockInfo .buttonGroup_block .headerBtn_block.availableNow_option button{
	background: rgb(5,144,14);
    background: linear-gradient(27deg, rgba(5,144,14,1) 0%, rgba(0,172,11,1) 100%);
    padding:7px 20px 7px;
    text-transform: capitalize;
    color: rgba(255,255,25,.9);
}
.modelContact_blockInfo .buttonGroup_block .headerBtn_block.availableNow_option button i{
	color: rgba(255,255,255,.9);
}
.modelContact_blockInfo .buttonGroup_block .headerBtn_block.awayNow_option button{
	background: rgb(173,173,175);
    background: linear-gradient(27deg, rgba(173,173,175,1) 0%, rgba(222,222,222,1) 100%);
    padding:7px 20px px;
    text-transform: capitalize;
    color: rgba(0,0,0,.9);
}
.modelContact_blockInfo .buttonGroup_block .headerBtn_block.awayNow_option button i{
	font-size:1.2rem;
	color:#666666;
}
.contactNum_block .service_wrapper{
	position: relative;
    padding-left: 35px;
    margin-right: 0px;
    margin-left: 20px;
	line-height:1;
}
.contactNum_block .service_wrapper .icon{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 45px;
    line-height: 30px;
    margin-top: -15px;
    color: #af9e6b;
}
.contactNum_block .service_wrapper p{
    color:rgba(0,0,0,.7);
	margin:0px;
	font-size:1rem;
	line-height:1;
}
.contactNum_block .service_wrapper h4{
	color: #671346;
	margin:0px;
	font-size:1.3rem;
	line-height:1;
	font-family: 'Assistant', 'Roboto', 'Poppins', sans-serif;
}
.section_ProfileBooing_form{
	padding:100px 0px 60px;
	margin-bottom:100px;
}
.section_ProfileBooing_form .personalCharacteristic_Info.modelFigure_info h3{
	font-size:42px;
	text-align:center;
	color:#671346;
	margin-bottom:20px;
}
.section_ProfileBooing_form .BookingForm_Block label{
	color:#671346;
}
.section_ProfileBooing_form .BookingForm_Block .form-control{
    border: 1px solid rgba(180,17,90,.4);
	border-width:0px 0px 3px 0px
}
.main_container_wrapper.inner_pageContainer .blog-section{
	background:none;
	margin:0px;
	padding:0px;
}
.main_container_wrapper.inner_pageContainer .blog-section::before{
	display:none;
}
.main_container_wrapper.inner_pageContainer .blog-section .featuredInfo_imgBox{
	margin-bottom:30px;
}
.main_container_wrapper.inner_pageContainer .blog-section .featuredInfo_imgBox .imgBox_Wrap{
	height: 210px;
    min-height: 210px;
    max-height: 210px;
}
.articleDetails_block{}
.articleDetails_block .articleInclude_img{
	display:block;
	position:relative;
	overflow:hidden;
	margin:10px 0px;
}
.blogRight_col{
}
.blogRight_col h3{
	font-size: 3rem;
}

.status-label{
    z-index: 3;
    color: #fff;
    width: 220px;
    font-weight: bold;
    line-height: 36px;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size:.9rem;
}
.status-label.verify {
    top: 36px;
    right: -55px;
    background: #ff4081;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.status-label.new {
    right: -84px;
    top: 8px;
    background: #3da3f5;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.status-label.vip{
	width:300px;
	top: 64px;
    right: -68px;
    background: #3aaa08;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.profileBadged_block{
	width: auto;
	font-size:.9rem;
	position: absolute;
	top: 10px;
    left:10px;
}
.profileBadged_block .singleRowStyle{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:auto;
	display:block;
}
.profileBadged_block .singleRowStyle .status-label{
	width:auto;
	margin-bottom:3px;
	margin-right:3px;
}
.profileBadged_block .status-label.online, .profileBadged_block .status-label.availableNow, .profileBadged_block .status-label.verified{
	width: auto;
	position:relative;
	text-align:left;
	height:auto;
	line-height:1;
	text-transform:capitalize;
	font-size:.9rem;
	font-weight:700;
	padding:8px 12px;
	display:inline-block;
	letter-spacing:normal;
}
.profileBadged_block .status-label.online{background: #3da3f5;}
.profileBadged_block .status-label.availableNow{background: #ff4081;}
.profileBadged_block .status-label.verified{background: #3aaa08;}

@media (max-width: 1023px){
.innerPage_headerBG{
	padding-top: 50px;
    padding-bottom: 10px;
}
.model_gridDisplay_block h2.script_style, .sectionTitle_block h2{
	font-size: 36px;
	line-height: 1;
}
.inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container, .inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container a{
	height: 460px;
    min-height: 460px;
    max-height: 460px;
}
.modelContact_blockInfo{
	display: block;
}
.modelContact_blockInfo .buttonGroup_block{
	flex-wrap: wrap;
}
.modelContact_blockInfo .buttonGroup_block .headerBtn_block{
	width: 47%;
	margin-bottom: 5px;
}
.buttonGroup_block .headerBtn_block button{
	font-size: 1rem;
	padding: 8px 10px;
}
.buttonGroup_block .headerBtn_block.availableNow_option button.bookingBtn{
	padding: 8px 10px 8px;
	font-size: 1rem;
}
/*
.inner_pageContainer .featured_model_carouslSection .modelPhoto-image-container, .inner_pageContainer .featured_model_carouslSection.modelPhoto-image-container a{
	height: 270px;
    min-height: 270px;
    max-height: 270px;
}*/
.mobileDNone{
	display:none !important;
}
.innerPage_headerBG{
	height:164px;
}
}
@media (min-width:1300px) and (max-width:1600px){
.inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container, .inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container a {
    height: 480px;
    min-height: 480px;
    max-height: 480px;
    border-radius: 0px;
}
}
@media (min-width:1024px) and (max-width:1299px){
.inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container, .inner_pageContainer .profileViewModel_carousel .modelPhoto-image-container a {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
    border-radius: 0px;
}
}


/* sports scroll tab */
.scrollNav_wrap{
	margin-top:10px;
	margin-bottom:30px;
}
.scrollNav_line{
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	position: relative;
	overflow: hidden;
}
.scroll_div{
	display: flex;
	flex-wrap: nowrap;
	overflow-y:hidden;
	overflow-x: auto;
	padding-bottom:15px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroll_div .categoryFilterBtn{
	height: 40px;
	margin-right: 5px;
	overflow:hidden;
	position:relative;
	border-radius:4px;
}
.scroll_div .categoryFilterBtn:last-child{
	margin-right:0px;
}
.scroll_div .categoryFilterBtn button.categoryFilterBtn_btn{
	display: block;
	position: relative;
	text-align: center;
	padding: 6px;
	border: 0 none;
	outline: 0;
	transition: .3s;
	height: 40px;
	color: rgba(255,255,255,.85);
	background: rgba(175,158,107,.7);

	font-size: 16px;
	font-weight: 600;
	padding: 7px 25px;
	margin-right: 5px;
	margin-bottom: 7px;
	border-radius: 30px;
}
.scroll_div .categoryFilterBtn button.categoryFilterBtn_btn.tabActive{
    background: #671346;
    color: rgba(255,255,255,1);
}
.scroll_div .categoryFilterBtn button:hover.categoryFilterBtn_btn, .scroll_div .categoryFilterBtn button:focus.categoryFilterBtn_btn, .scroll_div .categoryFilterBtn button:active.categoryFilterBtn_btn{
    background: #671346;
    color: rgba(255,255,255,1);
}
.modelProfile_contactNoBox{
	display:none;
}
.faqArticle_blockNav, .blogArticle_blockNav{}
.blogArticle_blockNav{
	margin-bottom:20px;
}
.faqArticle_blockNav ul, .blogArticle_blockNav ul{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0px;
	padding:0px;
}
.faqArticle_blockNav ul li, .blogArticle_blockNav ul li{
	list-style:none;
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid #af9e6b;
}
.faqArticle_blockNav ul li:last-child, .blogArticle_blockNav ul li:last-child{
	border-right:0 none;
}
.faqArticle_blockNav ul li a, .blogArticle_blockNav ul li a{
	font-size:1.4rem;
	font-weight:600;
}
.faqArticle_blockNav ul li a:hover, .blogArticle_blockNav ul li a:hover{
	color:#671346;
}
.faqOpen_content_block{
	display:block;
	margin-top:30px;
}
.faqOpen_content_block h2{
    font-family: 'Assistant', sans-serif;
	font-size:1.7rem;
	font-weight:700;
}
.faqOpen_content_block p{}
#backToTop_btn {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius:100px;
}
#backToTop_btn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backToTop_btn:hover {
  cursor: pointer;
  background-color: #333;
}
#backToTop_btn:active {
  background-color: #555;
}
#backToTop_btn.show {
  opacity: 1;
  visibility: visible;
}

.inner_pageContainer .featured_model_carouslSection.marginTopMinus{
	margin-top:-20px;
}
.articleInclude_video{
	height:300px;
}
.blogRecommanded_carousel{
	background:#edd9e5;
	padding:40px 0px;
	margin-top:-20px;
	margin-bottom:30px;
}
@media (max-width: 1000px){
.scroll_div .categoryFilterBtn{
	width: 100%;
	min-width: fit-content;
}
.modelProfile_contactNoBox{
    position: fixed;
    bottom: 0;
    color: white;
    width: 100%;
    height: 40px;
	padding:7px 10px;
    background: #671346;
	text-align:center;
    z-index: 999;
    transition: all .5s;
	font-size:1.2rem;
	font-weight:600;
	display:block;
}
.modelProfile_contactNoBox a{
	color:#FFFFFF;
	font-size:1.2rem;
	font-weight:600;
}
.onScrollHide {
    opacity:0;
   
}
.onScrollShow {
    opacity:1;
}
.innerPage_headerBG::before, .sliderBanner_section.defaultStyle::before{
	display:none;
}
.faqArticle_blockNav ul{
	display:block;
	border-left:1px solid #af9e6b;
	padding-left:15px;
}
.faqArticle_blockNav ul li{
	list-style:none;
	margin-right:00px;
	padding-right:00px;
	border-right:0 none;
}
.faqArticle_blockNav ul li a{
	color:#000000;
	font-weight:700;
}
.inner_pageContainer .featured_model_carouslSection.marginTopMinus{
	margin-top:-20px;
}
.innerPage_headerBG h1 {
    font-size: 21px;
}
.modelContact_blockInfo .contactNum_block .service_wrapper{
	margin-left: 0px;
	margin-top:5px;
}
.articleInclude_video{
	height:220px;
}
}
/* end sports scroll tab */



.buttonGroup_block.modelAvailableBtn{
	position:relative;
	margin-top:10px;
}
.modelAvailableBtn .awayNow_option{}
.modelAvailableBtn .awayNow_option button{
	background: rgb(173,173,175);
	background: linear-gradient(27deg, rgba(173,173,175,1) 0%, rgba(222,222,222,1) 100%);
	padding: 6px 15px 6px;
	text-transform:capitalize;
	color:rgba(0,0,0,.9);
}
.modelAvailableBtn .awayNow_option button i{
	color:#666666;
}
.buttonGroup_block.modelAvailableBtn .availableNow_option{}
.buttonGroup_block.modelAvailableBtn .availableNow_option button{
	background: rgb(5,144,14);
	background: linear-gradient(27deg, rgba(5,144,14,1) 0%, rgba(0,172,11,1) 100%);
	padding: 6px 15px 6px;
	text-transform:capitalize;
	color:rgba(255,255,25,.9);
}
.buttonGroup_block.modelAvailableBtn .availableNow_option button i{
	color:#FFFFFF;
	font-size:1.2rem;
	margin-right:5px;
}
.ModelInfo_Details.modelContactActiveStatus a i{
	margin-right:5px;
	min-width:18px;
}
.profileTextBlock{
	margin-top:20px;
}
.profileTextimg{
	margin-bottom:10px;
	border-radius:6px;
	position:relative;
	overflow:hidden;
}
.profileTextBlock h2{
	font-size:48px;
	color:#671346
}
.profileTextBlock h3{
	font-size:44px;
	color:#671346
}
.profileTextBlock h4{
	font-size:38px;
	color:#671346
}
.profileTextBlock p{
	margin-bottom:10px;
}


/* NEW STYLES 15-12-2023 =========== */
.modelTitle_Style{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;	
}
.profileName_reviews{}
.modelCardBtns{
	display:block;
	align-items:center;
}
.modelCardBtns a{
	margin-top:5px;
	display:block;
	text-decoration:none;
}
.modelPhoto .modelPhoto-details.desctionText_hide .modelCardBtns a{
	font-size:.85rem;
	padding:8px 15px;
	color:#FFFFFF;
	text-decoration:none !important;
}
.headerBtn_block.modelCardBtns .liveChatBtn::after{
	display:none;
}
.bookingThanksPops{
	text-align:center;
}
.modal.bookingThanksPops .modal-header{
	text-align:center;
	display:block;
}
.modal.bookingThanksPops .modal-header h5{
	font-family: 'Niconne', cursive;
    font-size: 30px;
    line-height: 1;
    color: #671346;
	text-align:center;
	display:block;
}
.modal.bookingThanksPops .modal-footer{
	justify-content:center;
}
.modal.bookingThanksPops .modal-footer button{
	padding:7px 30px;
	border-radius:40px;
}


@media (max-width: 1023px){
.mobileNavCombo_header .headerBtn_block .liveChatBtn::after {
    bottom: -8px;
    left: 15px;
}
.mobileNavCombo_header .nav-outer .mobile-nav-toggler {
    margin-left: 10px;
}
.modelTitle_Style{
	display:block;
	align-items:flex-end;
	justify-content:space-between;	
}
.modelCardBtns{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
}
.modelPhoto .modelPhoto-details.desctionText_hide .modelCardBtns a{
	font-size:.85rem;
	padding:8px 10px;
	margin:4px 2px 0px;
}
}

/*NEW THEME STYLE*/
.model_listGridSection{
	margin-top:0px;
	padding:0px;
	background:#f3f2ee;
}
.model_listGridSection .modelPhoto{
	margin-bottom:0px;
	border-radius:0px;
	/*outline:1px solid #333;*/
}
.model_listGridSection .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(0px);
}
.model_listGridSection .modelTitle_Style{
	display:block;
}
.model_listGridSection .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style.vignetColor{
	background:rgba(0,0,0,.9);
	transition:.3s;
}
.model_listGridSection .modelPhoto:hover.photoWith_review .modelPhoto-details .modelTitle_Style.vignetColor{
	background:rgba(0,0,0,.5);
	height:100%;
}
.highlitedModel_gridList{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: auto;
    padding: 40px 40px 0px 40px;
	margin-bottom:10px;
}
.regularModel_gridList{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    margin: auto;
    padding: 0px 40px 40px 40px;
}
.featured_model_carouslSection .highlitedModel_gridList .modelPhoto-image-container, .featured_model_carouslSection .highlitedModel_gridList .modelPhoto-image-container a{
    height:650px;
    min-height:650px;
    max-height:650px;
}
.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container, .featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container a{
    height:430px;
    min-height:430px;
    max-height:430px;
}
.recommanded_girlsCarousel.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container, .recommanded_girlsCarousel.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container a{
    height:460px;
    min-height:460px;
    max-height:460px;
}
.model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style p{
	text-transform:capitalize;
	font-size:1.2rem;
	margin-bottom:2px;
}
.model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2{
	margin-bottom:5px;
}
.model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2, .model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2 span{
	font-size:1.8rem;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide a{
	font-size:1.2rem;
	font-weight:600;
	text-transform:uppercase;
	padding:20px 0px 15px;
	display:inline-block;
}
.model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide a::after{
	content:'\f105';
	font-family:'fontAwesome';
	padding-left:15px;
}


.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style p{
	text-transform:capitalize;
	font-size:1rem;
	margin-bottom:2px;
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2{
	margin-bottom:4px;
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2, .model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2 span{
	font-size:1.3rem;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.model_listGridSection .modelPhoto.photoWith_review .modelPhoto-details .model_sortBiography_lists{
	padding-top:10px;
}
.model_listGridSection .modelPhoto.photoWith_review .modelPhoto-details .model_sortBiography_lists ul li{
	font-size:.9rem;
	line-height:1.4;
	text-transform:capitalize;
	color:rgba(255,255,255,.5);
}
.model_listGridSection .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style.vignetColor{
	transform: translateY(0px);
}
.model_listGridSection .modelPhoto.photoWith_review:hover .modelPhoto-details .modelTitle_Style.vignetColor{
	transform: translateY(0px);
	height:100%;
	width:100%;
	background:rgba(0,0,0,.6);
}
.model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(172px);
}
.model_listGridSection .highlitedModel_gridList .modelPhoto.photoWith_review:hover .modelPhoto-details.desctionText_hide{
	transform: translateY(0px);
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(155px);
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review:hover .modelPhoto-details.desctionText_hide, .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList .modelPhoto.photoWith_review:hover .modelPhoto-details.desctionText_hide{
	transform: translateY(0px);
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide a{
	font-size:1rem;
	font-weight:600;
	text-transform:uppercase;
	padding:14px 0px 7px;
	display:inline-block;
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide a::after{
	content:'\f105';
	font-family:'fontAwesome';
	padding-left:10px;
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid{
	padding:0px 40px 0px 40px;
	background:#f3f2ee;
}
.main_container_wrapper.inner_pageContainer{
	padding-top:0px;
}
.inner_pageContainer .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid{
	padding:0px 0px 0px 0px;
}
.inner_pageContainer .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList{
	margin-bottom:0px;
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .modelPhoto{
	outline:0;
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .highlitedModel_gridList{
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList{
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .highlitedModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(172px);
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(155px);
}
.recommanded_girlsCarousel.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide{
	transform: translateY(155px);
}
.recommanded_girlsCarousel.model_listGridSection .regularModel_gridList .modelPhoto{
	border-radius:0px;
	outline:0;
}
.recommanded_girlsCarousel.model_listGridSection{
	padding:60px 0px 40px;
}
.inner_pageContainer .modelSinglePhoto_preview.featured_model_carouslSection{
	margin-top:40px;
}
.inner_pageContainer .modelSinglePhoto_preview.featured_model_carouslSection .modelPhoto-image-container, .inner_pageContainer .modelSinglePhoto_preview.featured_model_carouslSection .modelPhoto-image-container, .inner_pageContainer .modelSinglePhoto_preview.featured_model_carouslSection .modelPhoto-image-container a{
	height: 610px;
	min-height: 610px;
	max-height: 610px;
}
.featured_model_carouslSection.model_listGridSection .bannerButton_group{
	margin:0px auto;
	margin-bottom:40px;
	justify-content:center;
	font-weight:400;
	font-size:1rem;
}
.featured_model_carouslSection.model_listGridSection .bannerButton_group a{
	font-weight:400;
	font-size:1.1rem;
	padding-left:40px;
	padding-right:40px;
}
.featured_model_carouslSection.model_listGridSection .bannerButton_group a:hover{
	font-weight:400;
	font-size:1.1rem;
	background:#000000;
}
@media (max-width: 1400px){
.highlitedModel_gridList{
    grid-template-columns: repeat(4, 1fr);
}
.regularModel_gridList{
    grid-template-columns: repeat(6, 1fr);
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .highlitedModel_gridList{
	grid-template-columns: repeat(4, 1fr);
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList{
    grid-template-columns: repeat(6, 1fr);
}
.featured_model_carouslSection .highlitedModel_gridList .modelPhoto-image-container, .featured_model_carouslSection .highlitedModel_gridList .modelPhoto-image-container a{
    height:550px;
    min-height:550px;
    max-height:550px;
}
.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container, .featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container a{
    height:340px;
    min-height:340px;
    max-height:340px;
}
.recommanded_girlsCarousel.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container, .recommanded_girlsCarousel.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container a{
    height:460px;
    min-height:460px;
    max-height:460px;
}
}

@media (max-width: 992px){
.main_container_wrapper.inner_pageContainer{
	margin-top:5px;
	padding-top:0px;
}
.container_block_section.modelPersonal_information{
	padding-top:30px;
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .highlitedModel_gridList{
	grid-template-columns: repeat(1, 1fr);
}
.featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList{
    grid-template-columns: repeat(2, 1fr);
}
.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container, .featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container a{
    height:320px;
    min-height:320px;
    max-height:320px;
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide {
    transform: translateY(172px);
}
.inner_pageContainer .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid{
	/*padding:0px 15px 10px 15px;*/
}
.featured_model_carouslSection .highlitedModel_gridList .modelPhoto-image-container, .featured_model_carouslSection .highlitedModel_gridList .modelPhoto-image-container a {
	height: 470px;
	min-height: 470px;
	max-height: 470px;
}
.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container, .featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container a {
	height: 255px;
	min-height: 255px;
	max-height: 255px;
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2, .model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style h2 span {
    font-size: 1.1rem;
}
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details .modelTitle_Style p {
    font-size: .9rem;
}
.inner_pageContainer .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList{
	margin-bottom:0px;
}
.recommanded_girlsCarousel.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container, .recommanded_girlsCarousel.featured_model_carouslSection .regularModel_gridList .modelPhoto-image-container a{
    height:310px;
    min-height:310px;
    max-height:310px;
}
}
@media (max-width: 430px){
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide {
    transform: translateY(155px);
}
}
@media (max-width: 370px){
.model_listGridSection .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide, .featured_model_carouslSection.model_listGridSection.modelCategory_listGrid .regularModel_gridList .modelPhoto.photoWith_review .modelPhoto-details.desctionText_hide {
    transform: translateY(172px);
}

}

/* ====================================================================
	Search Popup
==================================================================== */

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.50);
}

.search-active .search-popup{
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner{
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
    z-index: 1;
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner{
	transform: translateY(0);
}

.search-popup .upper-text{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text{
	font-size: 13px;
}

.search-popup .close-search{
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
    font-size: 10px;
    line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group form{
	position: relative;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:24px;
	line-height: 25px;
	color:#333333;
	padding: 10px 0;
	height: 45px;
	width:100%;
	background-color: transparent;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	background: transparent;
	text-align:center;
	font-size:20px;
	line-height: 45px;
	color:#333333;
	padding: 0;
	background: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
}
.nearbyLocation_lists{}
.nearbyLocation_lists h3{
	font-size: 1.2rem;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
	border-bottom:1px solid rgba(255,255,255,.2);
	padding-top:5px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.nearbyLocation_lists ul{}
.nearbyLocation_lists ul li{
	margin:5px 0px;
}
.nearbyLocation_lists ul li a{
	font-size: .9rem;
    font-weight: 400;
    color: rgba(255,255,255,.7);
	padding-top:5px;
	padding-bottom:5px;
}
.nearbyLocation_lists ul li a span{
	margin-left:10px;
	color: rgba(255,255,255,.6);
	font-size: .95rem;
}
.nearbyLocation_lists ul li a:hover{
	color: rgba(255, 255, 255, .8);
}



@media (max-width: 992px){
.highlitedModel_gridList{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: auto;
    padding: 10px 15px 10px 15px;
}
.regularModel_gridList{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    padding: 0px 15px 10px 15px;
}
.sliderBanner_section  .OwlSlider_Panel{}
.sliderBanner_section  .OwlSlider_Panel video{
	width:100%;
}
}

.advertiesment_section{
	background:#403d39;
	padding:30px 0px;
}
.advertiesment_section h2{
	font-size:1.6rem;
	font-weight:500;
	color:rgba(255,255,255,1);
	text-transform:uppercase;
	margin-bottom:0px;
}
.advertiesment_section .bannerButton_group{
	margin-top:0px;
	margin-left:auto;
	justify-content: flex-end;
}
.advertiesment_section .bannerButton_group a{
	font-size:1rem;
	font-weight:400;
	border-radius:6px;
	padding:10px 20px 10px;
}
.advertiesment_section .bannerButton_group a:last-child{
	margin-right:0px;
	background:#FFFFFF;
	color:#000000;
}
.filterSearch_field{}
.filterSearch_field .customField_design{
	border:1px solid rgba(0,0,0,.5);
	width:100%;
	padding:12px 15px;
	margin-bottom:10px;
	font-size:1rem;
	font-weight:500;
	border-radius:4px;
}
.mega-menu .filterSearch_field .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}
.mega-menu .filterSearch_field .customField_design{
	margin-bottom:0px;
}
.mobile-menu .mega-menu .filterSearch_field .customField_design{
    margin-bottom: 5px;
    padding: 8px 15px;
    border-radius: 30px;
}
.search-popup .filterSearch_field .form-group input.customField_design[type="text"], .search-popup .filterSearch_field .form-group input.customField_design[type="search"]{
	font-size:1rem;
	padding:12px 15px;
	margin-bottom:10px;
	font-weight:500;
	border-radius:4px;
}
.search-active .search-popup .search-inner{
	height:100%;
	background:#252525;
}
.search-active .search-popup .searchBtnVisible{
	overflow:visible;
	border-bottom:0 none;
}
.search-popup .filterSearch_field .form-group{
	border-bottom:0 none;
}
.search-active .search-popup button.searchBtn, .filterSearch_field .searchBtnVisible button.searchBtn{
	width:100%;
	padding:15px 20px;
	background:#ed254d;
	color:#FFFFFF;
	line-height:1px;
	font-size:1.1rem;
	font-weight:600;
	border-radius:4px;
	letter-spacing:.2rem;
	text-transform:uppercase;
}
.mobile-menu .mega-menu .filterSearch_field .searchBtnVisible button.searchBtn{
	padding: 12px 15px;
    border-radius: 30px;
}
.mobile-menu .mega-menu .filterSearch_field{
	margin-top:5px;
}
.search-popup .close-search.searchBtnBlock{
	background:#ba9c82;
	color:#252525;
	width:30px;
	min-width:30px;
	height:30px;
	min-height:30px;
	border-radius:2px;
	font-size:1.1rem;
}
.search-popup .upper-text.searchTitleLine{
    margin-bottom: 15px;
	font-size:1.2rem;
	font-weight:700;
	color:#ed254d;
}
.search-popup .upper-text.searchTitleLine .text{
	font-size:1.2rem;
}
.ModelInfo_Details ul li.servicesTitleRow, .ModelInfo_Details ul li.servicesTitleRow span{
	background:#000000;
	color:rgba(255,255,255,1);
}


.footer_section.foorterNew{
	background:#252525;
	padding:40px;
}
.foorterNew .ftLinks_container{}
.foorterNew .ftLinks_container .ftLink_section{}
.foorterNew .ftLinks_container .ftLink_section ul{
	display:block;
}
.foorterNew .ftLinks_container .ftLink_section ul li{
	display:inline-block;
	margin-right:10px;
}
.foorterNew .ftLinks_container .ftLink_section ul li a{
	display:inline-block;
	font-size:.85rem;
	color:#FFFFFF;
}
.ft_desclaimer{
	margin-top:25px;
}
.ft_desclaimer p{
	font-size:.8rem;
	color:rgba(255,255,255,.4);
}
.foorterNew  .copyrightInfo_block{
	font-size:.8rem;
	color:rgba(255,255,255,.3);
	margin-bottom:20px;
	margin-top:10px;
}
@media (max-width: 1300px){
.foorterNew .ftLinks_container .ftLink_section ul{
	column-count:5;
}
}
@media (max-width: 1000px){
.footer_section.foorterNew{
	padding:20px;
}
.foorterNew .ftLinks_container .ftLink_section ul{
	column-count:3;
}
.ft_desclaimer{
	margin-top:40px;
}
.foorterNew  .copyrightInfo_block{
	margin-bottom:40px;
	margin-top:20px;
}
button.search-btn{
	padding:5px 10px;
	font-size:18px;
}
.advertiesment_section{
	text-align:center;
}
.advertiesment_section .bannerButton_group{
	justify-content:center;
	margin-top:20px;
}
.nearbyLocation_lists ul li {
    text-align: left;
}
.nearbyLocation_lists ul li a {
    text-align: left;
    display: inline-block;
	padding:1px 0px;
}
.inner_pageContainer .modelSinglePhoto_preview.featured_model_carouslSection{
	margin-bottom:30px;
}
.personalCharacteristic_Info.informationTwoCol .ModelInfo_Details ul{
	column-count: auto;
    column-gap: 0px;
}
}


.profileContactBtn.phoneEmailStyle{
	display:block;
	margin-bottom:10px;
}
.profileContactBtn.phoneEmailStyle a{
	background:#FF0000;
	color:#FFFFFF;
	padding:10px 30px;
	font-size:1.1rem;
	font-weight:700;
	border-radius:10px;
	width:100%;
	display:block;
	text-align:center;
}
.profileContactBtn.phoneEmailStyle a i.fa{
	margin-right:5px;
}
.profileContactBtn.phoneEmailStyle a.phoneNoStyle{
background: #ffb342;
background: linear-gradient(180deg, rgba(255, 179, 66, 1) 0%, rgba(219, 104, 2, 1) 99%);
}
.profileContactBtn.phoneEmailStyle a.emailAddressStyle{
background: #f55fe4;
background: linear-gradient(180deg, rgba(245, 95, 228, 1) 0%, rgba(133, 5, 105, 1) 100%);

background: #10bf00;
background: linear-gradient(180deg, rgba(16, 191, 0, 1) 0%, rgba(17, 112, 0, 1) 99%);

background: #0056bf;
background: linear-gradient(180deg, rgba(0, 86, 191, 1) 0%, rgba(0, 26, 140, 1) 99%);

background: #0f97ff;
background: linear-gradient(180deg, rgba(15, 151, 255, 1) 0%, rgba(0, 110, 194, 1) 99%);
}
.profileContactBtn.phoneEmailStyle a.bookingAppointmentStyle{
background: #ff4040;
background: linear-gradient(180deg, rgba(255, 64, 64, 1) 0%, rgba(163, 0, 0, 1) 100%);
}
.container_block_section.modelPersonal_information{
	padding-top:40px;
}
.personalCharacteristic_Info .ModelInfo_Details ul li a strong{padding:0px 10px 0px 5px;color:#FF2B0F;}

















