body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	font-size:14px;
	padding:0;
	font-family: 'Hind Madurai', sans-serif;
}
.blog_main_p{
	width:100%;
}
.blog_box{
	width:100%;
}
.blog_box img{
	width:100%;
}
.blog_box h4{
	font-size:17px;
	margin-top:15px;
}
.blog_box p{
	color:#000;
}
.blog_main_p p{
	color:#000;
}
.blog_main_p img{
	width:100%;
}
p{
	font-size:14px;
}
.blog_img{
	width:100%;
	margin:30px 0px;
}
.list-unstyled li {
    width: 24%;
    display: inline-block;
    margin: 4px 4px;
}
.list-unstyled a {
    width: 100%;
    background: #574e4c;
    border: 1px solid #574e4c;
    color: #dfbaa2;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    text-align: center;
    display: block;
    padding: 5px 0px;
}
.list-unstyled a:hover, .list-unstyled a:focus{
    background: #dfbaa2;
    color: #574e4c;
}
h3, h4, h5, h6 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: 'Hind Madurai', sans-serif;
	color: #574e4c;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}
h2 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: 'Hind Madurai', sans-serif;
	color: #574e4c;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}
h1 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family: 'Hind Madurai', sans-serif;
	color: #574e4c;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Hind Madurai', sans-serif;
}
.best-service ul{
	list-style:none;
}
.best-service li{
	float:left;
}
.best-service ul > li > a{
    background: #574e4c;
	padding: 8px 17px;
    color: #dfbaa2;
    font-size: 19px;
    text-transform: capitalize;
    border-radius: 0px;
	border:1px solid #574e4c;
	margin: 10px 5px;
}
.best-service ul > li > a:hover, .best-service ul > li > a:focus{
	background: #dfbaa2;
	color: #574e4c;
}
a:hover{
	text-decoration: none;
	color: #5e5452;
}
.header_main {
    background: #5e5452;
	padding: 12px 0px;
	font-family: 'Hind Madurai', sans-serif;
}
.header-right{
	text-align: right;
}
.header-right ul{
	list-style: none;
}
.header-right li{
	padding: 3px 0px;
}
.header-right a{
    color: #ccc;
	font-size: 18px;
	transition: all .3s ease-in;
}
.header-right a:hover,.header-right a:focus{
	color: #dfbaa2;
	transition: all .3s ease-in;
	text-decoration: none;
	outline: none;
}
.header-right i{
    color: #dfbaa2;
    font-size: 19px;
    position: absolute;
    left: 211px;
    padding: 3px 0px 0px 0px;
}
.top_left marquee {
    color: #f1f1f1;
    font-size: 20px;
}
.logo {
    width: 38%;
    margin: 0px 60px 0px auto;
}
.logo img{
	width: 100%;
}
.line1 {
    border-bottom: 1px solid #675d5b;
}
.line2 {
    border-top: 1px solid #4b4342;
}
.navigation_main {
	font-family: 'Hind Madurai', sans-serif;
}
.navigation_main ul ul {
    font-size: 13px;
    display: none;
    position: absolute;
    z-index: 100;
	list-style: none;
	width: 260px;
    background: #574e4c;
    box-shadow: 0 -5px 5px 0 rgba(0,0,0,.09);
    box-sizing: border-box;
	font-family: 'Hind Madurai', sans-serif;
}
.navigation_main ul ul > li {
    border-bottom: 1px solid #000;
    padding: 9px 0px 10px 8px;
    margin: 0px;
}
.navigation_main ul ul > li > a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.navigation_main ul ul > li > a:hover,.navigation_main ul ul > li > a:focus{
	text-decoration:none;
	color:#574e4c;
	outline:none;
	background:#fff;
}
.navigation_main ul ul > li:hover{
	background:#fff;	
}
.navigation_main ul ul > li:hover a{
	color:#000;
}
.navigation_main.fixed{
	position:fixed;
	z-index: 999999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: sticky;
}
.navigation_main.fixed .navbar-default{
  background:#5e5452;
  padding-bottom: 0px;	
}
.navigation_main.fixed .navbar-default .navbar-nav > li > a{
	color:#ccc;
	font-size:16px;
	padding: 0px 22px;
}
.navigation_main.fixed .navbar-default .navbar-nav{
	margin:0px;	
}
.navigation_main.fixed .logo{
  width: 56%;
  display: block;
  padding: 0px 0px 0px 0px;
}
.navigation_main.fixed .logo img{
	width:100%;	
}
.navbar-nav li span{
	display:none;	
}
.navigation_main li:hover > ul {
	display:block;
}
.navigation_main .navbar-default{
	background: #574e4c;
	border-top:0px solid #e7e7e7 !important;
	border-radius: 0px;
	border:0px;
	z-index:999;
	padding-bottom: 0px;
    border-radius: 0;
    min-height: 45px;
    margin-bottom: 0;
    border: 0;
}
.navigation_main .navbar-default .navbar-nav{
	margin-top:0px;	
}
.navigation_main .navbar-default .navbar-nav > li{
    border-left: 1px solid #675d5b;
    border-right: 1px solid #4b4342;
}
.b0{
    border-left: 0px !important;
}
.navigation_main .navbar-default .navbar-nav > li >a.active {
    background: url(../images/nev_hover.png) repeat-x center #5e5452;
    color: #dfbaa2;
}
.navigation_main .navbar-default .navbar-nav > li > a{
    color: #ccc;
    transition: all 0.3s ease-out;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 400;
	padding: 0 23px;
	line-height: 45px;
	position: relative;
	display: block;
}
.navigation_main .navbar-default .navbar-nav > li > a:hover,.navigation_main .navbar-default .navbar-nav > li > a:focus{
 color: #dfbaa2;
 text-decoration:none;
 outline:none;
}
/*nav*/

.wood-text{
    position: relative;
    font-family: 'Pacifico', cursive;
    text-transform: uppercase;
    font-size: 55px;
    color: white;
    -webkit-text-stroke-width: 16.8px;
	-webkit-text-stroke-color: #fff9db;
	text-align: center;
	margin-bottom: 40px;
}
.images_gall{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.images_gall img {
    width: 100%;
    background: rgb(87,78,76);
    background: linear-gradient(180deg, rgba(87,78,76,1) 0%, rgba(223,186,162,1) 50%, rgba(255,213,162,1) 100%);
    padding: 10px;
	border-radius: 30px;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.images_gall:hover img{
	border-radius: 0px;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.images_gall:hover .overlay{
	opacity: 1;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.wood-text::before {
    z-index: -1;
    content: "Model Escorts";
    position: absolute;
    top: 0;
    left: 350px;
    -webkit-text-stroke-width: 31.8px;
	-webkit-text-stroke-color: #db7953;
	text-align: center;
}
.wood-text::after {
    content: "Model Escorts";
    position: absolute;
    top: 0;
    left: 330px;
    -webkit-text-stroke-width: 0;
	color: #db7953;
	text-align: center;
}
.main_about{
	background: url(../images/cap-bg.jpg) repeat;
	padding: 40px 0px;
}
.top_phone_email_togle{
	background:#0c5ba5;
	border-top:2px solid #f26f20;
	padding:8px 0px;
}
.top_left {
    vertical-align:middle;
}
.top_left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.top_left li {
    display: inline-block;
    padding: 0px 18px 0px 0px;
	vertical-align:middle;
}
.top_left a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Hind Madurai', sans-serif;
}
.top_left a:hover{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.top_right{
	text-align:right;	
}
.top_right ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.top_right li{
	display:inline-block;
	color:#fff;
	font-family:Calibri;
	vertical-align:middle;
}
.top_right img{
	width:25px;	
}

.sidebaar{
	background: #dfbaa2;
	border: 5px solid #574e4c;
	padding: 40px 25px;
	font-family: 'Hind Madurai', sans-serif;
}
.side_title h3{
	font-size: 24px;
}
.dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.dropdown .btn{
	width: 100%;
	background: #574e4c;
	color: #dfbaa2;
	font-size: 19px;
	text-transform: capitalize;
	border-radius: 0px;
}
.dropdown .dropdown-menu{
	background: #574e4c;
	color: #dfbaa2;
	margin: 0px;
	border-radius: 0px;
	width: 100%;
}
.dropdown .dropdown-menu a{
    background: #574e4c;
    color: #dfbaa2;
    width: 93%;
    display: block;
    line-height: 39px;
    padding: 0px 7px;
    border-bottom: 1px dashed;
    margin: 0px 10px;
	font-size: 16px;
	transition: all .3s ease-in;
	text-transform:capitalize;
}
.dropdown .dropdown-menu a:hover,.dropdown .dropdown-menu a:focus{
	background: #dfbaa2;
	color: #574e4c;
	transition: all .3s ease-out;
	text-decoration: none;
	outline: none;
}
.about_txt_main{
	background: #dfbaa2;
	border: 5px solid #574e4c;
	padding:25px;
	font-family: 'Hind Madurai', sans-serif;
	width: 100%;
}
.about_txt a{
	color:#f00;
}
.about_txt p{
    color: #333;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 23.1px;
}
.about_txt strong,.about_txt span{
	font-weight: 600;
	color: #923361;
}
.banner_img{
	width: 100%;
	margin-bottom: 25px;
}
.banner_img img{
	width: 100%;
}
.about_txt sub{
	font-size: 20px;
	text-align: center;
	color: #923361;
	display: ruby-text-container;
}
.about_txt > sub > srtong{
	color: #151515 !important;
}
.m0{
	margin: 0px;
}
.mt30{
	margin-top: 30px;
}
.fl{
	float: left;
}
.call_girls{
	width: 100%;
}
.call_girls ul{
	list-style: none;
}
.call_girls li{
    width: 330px;
    margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.thumb {
    height: 133px;
	width: 133px;
	float: left;
}
.thumb img {
    width: 100%;
    border-radius: 100%;
}
.text {
    padding: 0px 0px 0px 153px;
    text-align: left;
    position: absolute;
    width: 29%;
}
.text h4{
    font-size: 20px;
	font-weight: 400;
	font-weight: 600;
}
.text p{
	color: #574e4c;
}
.about_txt_main hr{
	border-top: 2px solid #574e4c;
	margin: 0px 0px 15px 0px;
}
.price_table{
	width: 100%;
}
.price_table ul{
	list-style: none;
}
.price_table li{
    width: 32%;
    float: left;
    text-align: center;
    background: #270a04;
    padding: 20px;
    margin: 0px 7px;
    box-shadow: 10px 10px 15px #000;
}
.price_table h2{
    font-size: 25px;
    background: #574e4c;
    color: #dfbaa2;
    padding: 17px 1px;
}
.price_table h4{
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
	padding: 12px 0px;
	background: #dfbaa2;
	color: #574e4c;
	margin-bottom: 5px;
}

.fotter_main{
	font-family: 'Hind Madurai', sans-serif;
	padding: 40px 0px;
	background: #1a1a1d;
}
.fotter_left h3{
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.fotter_left p{
	font-size: 15px;
	text-align: justify;
	color: #777;
}
.fotter_links h3{
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.fotter_links ul{
	list-style: none;
	margin-left: 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.fotter_links li{
	line-height: 40px;
	border-bottom: 1px dashed #777;
}
.fotter_links a{
	font-size: 15px;
	text-align: justify;
	color: #777;
	text-transform: capitalize;
}
.fotter_links a:hover{
	color: #dfbaa2;
	text-decoration: none;
	outline: none;
}
.fotter_left a{
	color: #dfbaa2;
	text-decoration: none;
	outline: none;
	font-size: 17px;
}
.fotter_left ul{
	list-style: none;
	margin-top: 30px;
}
.fotter_left i{
	position: absolute;
	left: 15px;
	padding: 3px 0px 0px 0px;
	font-size: 19px;
	color: #dfbaa2;
}
.fotter_left li{
	padding: 0px 0px 10px 30px;
}
.fotter_left > ul > li > a{
	color: #dfbaa2;
}
.fotter_left > ul > li > a:hover,.fotter_left > ul > li > a:focus{
	color: #fff;
}
.footer-copyright-area {
	padding: 25px 0;
	background-color: #1d1d1d;
	overflow: hidden;
}
.copyright p {
	color: #777;
	margin: 0;
	font-size: 14px;
	text-align: center;
}
.copyright a {
	color: #dfbaa2;
	text-transform: capitalize;
}
.copyright a:hover,.copyright a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.back-to-top{
	cursor: pointer;
	position: fixed;
	bottom: 44px;
	right: 20px;
	display: none;
	background: #c12;
	padding: 18px 18px 18px 18px;
	color: #fff;
	border-radius: 69px;
	transition: all .3s ease-in;
}
.back-to-top:hover{
	color:#fff !important;	
	text-decoration:none;
	outline:none;
	box-shadow: 2px 2px 7px #333;
	transition: all .3s ease-out;
}
.mian_banner{
	width: 100%;
	position: relative;
}
.mian_banner img{
	width: 100%;
}
.mian_banner .banner_txt {
    position: absolute;
    top: 134px;
    left: 100px;
}
.mian_banner .banner_txt h2{
	color: #dfbaa2;
	text-shadow: 2px 2px #ff0000;
	font-size: 42px;
}
.about_p_img{
	width: 100%;
}
.about_p_img img{
	width: 100%;
	border: 5px dashed #151515;
}
.about_p_txt p{
    color: #574e4c;
    font-size: 17px;
    text-align: justify;
}
.faq li { padding: 20px; color: #dfbaa2; }

.faq li.q {
  background: #574e4c;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 2px #dfbaa2 solid;
  cursor: pointer;
}
.faq li.a {
  background: #dfbaa2;
  display: none;
  color:#574e4c;
  font-size: 17px;
}
.faq img{
    background: #dfbaa2;
    padding: 3px 3px;
    border-radius: 50%;
}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:800px) {

#choose_us { width: 90%; }
}
#choose_us {
	width: 100%;
	margin: 50px auto;
	overflow: auto;
}
.fot_banner{
    padding: 8px;
    margin-bottom: 30px;
	width:100%;
	position:relative;
}
.fot_banner img{
	width:100%;	
}
.fot_txt{
	position:absolute;
}
.fot_txt {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 160px 0px;
}
.fot_txt p{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.fot_txt h2{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 30px auto;
}
.fot_txt a{
    color: #2d2926;
    background: #e94b3c;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: 15px auto;
    width: 185px;
    height: 42px;
    line-height: 42px;
}
.fot_txt a:hover,.fot_txt a:focus{
	text-decoration:none;
	outline:none;	
}
.social_f{
	width:100%;	
}
.follow_us h1{
    text-align: center;
    margin: 20px 0px;
}
.likes {
    background: #3b5998 !important;
}
.comments {
    background: #F96131;
    padding: 2em;
}
.comments-icon {
    float: left;
    width: 30%;
}
.comments-info a:hover {
    color: #FFF !important;
}
.comments-icon i.fa.fa-facebook {
    font-size: 5em;
    color: #6C8CD0;
}
.comments-info {
    float: left;
    margin-left: 1em;
    text-align: right;
    width: 61%;
}
.comments-info h3 {
    font-size: 4em;
    color: #FFF;
    margin: 0;
    font-weight: 100;
}
.likes-info a {
    color: #6C8CD0 !important;
}
.comments-info a {
    font-size: 1em !important;
    color: #FDA285;
    margin: 0 !important;
    letter-spacing: 1px;
    text-decoration: none;
	transition:all .3s ease;
}
.top-comment-grid:hover div.comments-icon i.fa {
    -webkit-transform: scale(2);
    transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    opacity: .3;
    -moz-opacity: .3;
}
.comments-icon i.fa {
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.comments-icon i.fa.fa-comments {
    font-size: 5em;
    color: #FDA285;
}
.tweets {
    background: #55acee;
}
.tweets-info a {
    color: #9DCBEF !important;
}
.comments-icon i.fa.fa-twitter {
    font-size: 5em;
    color: #9DCBEF;
}
.views {
    background: #00a78e;
}
.views-info a {
    color: #07CEB0 !important;
}
.comments-icon i.fa.fa-eye {
    font-size: 5em;
    color: #2CCCAB;
}
.carousel {
    margin-top: 0px;
}
.item .thumb {
	width: 100%;
	cursor: pointer;
	float: left;
	height: auto;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
	border-radius: 0px;
}
.item img {
	width: 100%;	
}
.carousel-control{
	display: none;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
}
.rating > span {
    font-size: 30px;
    color: #ffd200;
	width: auto;
	display: inline-block;
	position: relative;
}
.col_text ul{
	list-style: none;
}
.col_text li{
    color: #574e4c;
    font-size: 16px;
    font-weight: bold;
}
.col_text li span{
	font-weight: 400;
}
.col_text p{
    color: #574e4c;
    font-size: 16px;
    text-align: justify;
}
.modal_txt p{
    color: #574e4c;
    font-size: 15px;
    text-align: justify;
}
.modal_box_g{
	width: 100%;
	margin-bottom: 30px;
}
.modal_box_g img{
	width: 100%;
}
.mb30{
	margin-bottom: 30px;
}
#fixed-social{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 14%;
	z-index:999999;
}
 #fixed-social img{
	 width: 100%;
 }
.fotter_images{
	width: 100%;
}
.fotter_images img{
	width: 100%;
}
.soclie_icons_f{
	margin-top: 30px;
}
.soclie_icons_f ul{
	list-style: none;
	margin: 0px;
}
.soclie_icons_f li {
    margin-right: 8px;
    float: left;
    margin-bottom: 8px;
}
.soclie_icons_f a {
    color: #000;
    display: block;
}
.soclie_icons_f .fab {
    color: #000;
    background: #dfbaa2;
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.modal-open .modal{
	background: rgba(0, 0, 0, .9);	
}
.modal.in .modal-dialog{
	top:20%;
	z-index:999999;	
}
.modal-body h2{
    color: #f3aa4e;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px solid aliceblue;
    margin: 0px 0px 21px 0px;
}
.modal-body p{
    color: #777;
    line-height: 26px;
    font-size: 16px;
	border-bottom: 1px solid aliceblue;
	padding: 0px 0px 20px 0px;
}
.modal-footer{
	border:0px;	
}
.modal-content{
	background: #101820;
}
















.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display:none;
	background: #000;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.back-to-top:hover{
	color:#fff;	
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
.logo {
	width: 45%;
	margin: 0px auto;
}
.header-right ul {
    width: 65%;
    margin: 0px auto;
	text-align: center;
}
.header-right i{
	left: 70px;
}
.navigation_main .navbar-default .navbar-nav > li > a.active{
	background: url(../images/nev_hover.png) repeat-y center #5e5452;
}
.navigation_main .navbar-default .navbar-nav > li > a{
	text-align: center;
}
.wood-text{
	font-size: 25px;
}
.wood-text::after {
	left: 60px;
}
.offer iframe{
	margin-bottom:30px;
}
.best-service ul > li > a{
	display:block;
}
h1, h2, h3, h4, h5, h6{
	font-size:22px;
}
.about_txt sub {
    font-size: 16px;
    display: inline-flex;
    padding: 0px;
}
.wood-text::before{
	left: 53px;
}
.sidebaar{
	margin-bottom: 30px;
}
.thumb {
    height: 80px;
    width: 80px;
}
.text {
    padding: 0px 0px 0px 105px;
    width: 77%;
}
.text p{
	height: 90px;
}
.call_girls li{
	height: 125px;
	width:100%;
}
.price_table li{
	width: 100%;
	margin-bottom: 30px;
	margin: 0px 0px 30px 0px;
}
.offer img{
	margin-bottom: 30px;
}
.fotter_links ul{
	margin: 0px 0px 30px 0px;
	width: 100%;
}
.fotter_links li{
	width: 100%;
}
.mian_banner .banner_txt {
    top: 24px;
    left: 15px;
}
.mian_banner .banner_txt h2{
	font-size: 25px;
}
.about_p_txt{
	margin-top: 30px;
}
.top-comment-grid{
	margin-bottom: 30px;
}
.item .thumb{
	width: 25%;
}
.col_text{
	margin-top: 30px;
}
#fixed-social{
	width: 34%;
}
.soclie_icons_f a{
	padding:11px;
}
.side_title h3 {
	text-align:center;
}

#fixed-social a{
	display:block;
	z-index:999999;
}












}