@charset "utf-8";
/* CSS Document */
*{ padding: 0; margin: 0; box-sizing:border-box }
body{font-family: 'Mukta', sans-serif;background: #fff7fb;}
h3{line-height: 29px; margin-bottom: 15px;}
.container { padding-left: 15px;  padding-right: 15px; margin-right: auto; margin-left: auto;  width: 1320px;}
.container .section{ position: relative; width: 100%;}
.section{ width: 100%; float: left; background: url(../images/banner.jpg) top center no-repeat; background-size:cover;min-height:650px;
}
.py-5{padding-bottom: 50px; padding-top: 50px;}

section.blog {
    float: left;
    width: 100%;
    background: url(../images/banner-blog.jpg) top center no-repeat;
    height: 366px;
    background-size: cover;
}
.whitebox{background: #fff; padding: 20px;}

.banner-text-blog {
    width: 100%;
    text-align: center;
    margin-top: 10%;
}
.content-head-blog {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

section.female-escorts {background: url("../images/female-escorts.jpg") top center no-repeat;}
section.lady-boy-img {background: url("../images/lady-boy-img.jpg") top center no-repeat;}
section.male-escorts {background: url("../images/male-escorts-img.jpg") top center no-repeat;}
section.black-escorts {background: url("../images/black-escorts-banner.jpg") top center no-repeat;}
section.black-escorts-img {background: url("../images/black-escorts-img.jpg") top center no-repeat;}

/***********  .nav   ************/
.container .nav{
    position: fixed;
    top: 0;   left: 0;
    height: 80px;   width: 100%;  
    z-index: 5;
    background:#0a243d9e;
    box-sizing: border-box;
    padding: 0 110px;
    transition: .9s;
}
.container .nav.active{
    height: 60px;   
    padding: 0 70px;
    background: #262626;
}

/************** .nav img h1 *******************/
.container .nav img {
    float: left;
    transition: .9s;
    padding-top: 15px;
    max-width: 170px;
	}
.container .nav.active img{
    padding-top: 10px;
    max-width: 140px;
}
.container .nav h1{
    float: right;
    display: none;
}
/************** .nav .menu  *******************/
.container .nav ul.menu{  position: relative; float: right; top: 25%;}
.container .nav.active ul.menu{
    top: 0;
}

.container .nav ul.menu li{
    list-style: none;
    float: left;
}

.container .nav ul.menu li a{
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;  text-transform: uppercase;
    padding: 7px 12px; margin: 3px;  border-radius: 30px;
    box-sizing: border-box;
}

.container .nav ul.menu li:hover a,.container .nav ul.menu li a.color{
    background: #ff5722;
}
.container .nav.active ul.menu li a {
    padding: 0 25px;
    height: 37px;
    line-height: 40px;
    margin-top: 10px;
}

.col-md-3 { width: 7%;}
.banner-tx { width: 42%;    margin-top: 10%; float: left; padding: 3% 0;}
.banner-tx-top { color:#e6e6e6; font-size: 38px; line-height: 50px;  font-weight: 700;}

.banner-tx-top {
font-size:60px;
font-family: "Franklin Gothic Book";
color: rgb(255, 255, 255);
text-transform: uppercase;
line-height: 1.2;
text-align: left;
text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
-moz-transform: matrix( 1.04792394400182,0,0,1.04792394400182,0,0);
-webkit-transform: matrix( 1.04792394400182,0,0,1.04792394400182,0,0);
-ms-transform: matrix( 1.04792394400182,0,0,1.04792394400182,0,0);
}

.banner-tx-top span { text-transform: capitalize; font-size:50px;}
.banner-tx-top span strong{ color: #ff009e;}


.banner-tx p { color:#fff;}
.book-now {float: left;
    z-index: 7;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color:#fff;
    background: #ff009e;
    cursor: pointer;    
    text-align: center;
    padding: 15px 28px;
    letter-spacing: 0px;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    transform-origin: 50% 50% 0px;
    margin-top: 15px;
    margin-right: 20px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
	border-radius: 30px;
}

.book-now:hover{background:#222; color: #fff; font-weight:normal;}
.h1 { font-size: 27px; color: #000; line-height: 34px; font-weight: normal;}
.h1 span{color: #9a5dc2; font-style: normal!important;}
.pdtb{padding:20px 0;}

.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px;  margin-left: -15px;}
.float-start {float: left !important}
.float-end {float: right !important}
.float-none {float: none !important}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px;}

.col-md-1 {flex: 0 0 auto; width: 8.33333333%}
.col-md-2 {flex: 0 0 auto; width: 16.66666667%}
.col-md-3 {flex: 0 0 auto; width: 25%}
.col-md-4 {flex: 0 0 auto; width: 33.33333333%}
.col-md-5 {flex: 0 0 auto; width: 41.66666667% }
.col-md-6 {flex: 0 0 auto; width: 50%}
.col-md-7 {flex: 0 0 auto; width: 58.33333333%}
.col-md-8 {flex: 0 0 auto; width: 66.66666667%}
.col-md-9 {flex: 0 0 auto; width: 75%}
.col-md-10{flex: 0 0 auto; width: 83.33333333% }
.col-md-11{flex: 0 0 auto; width: 91.66666667% }
.col-md-12{flex: 0 0 auto; width: 100%}

p{font-size: 15px; line-height: 25px; margin-bottom: 15px; text-align: justify;}

.our-services{width: 100%; background: #e6e6e6 url("../images/home-parallax.jpg") center no-repeat; float: left; padding:50px 0 20px;}
.disblok{display: block;}
.transbg {  width: auto; border-radius: 25px;  background: #874998 url(../images/content-bg.png) no-repeat;  padding: 20px 20px 20px;}
.transbg h4 {  color: #fff; font-size: 25px; line-height: 40px; margin-bottom: 15px;}
.transbg p { color: #fff; font-size: 15px; line-height: 23px;}

.ptb40{ 
padding:40px;
background: rgb(0 0 0 / 60%);
/* padding-bottom:40px; padding-top:40px; */
}
.ptb40.bleft10	{border-left: 12px solid #f60199;}

.ccbx{background: #fff; padding: 20px 25px;border-top-right-radius:30px; border-bottom-left-radius: 30px;}
.ccbx span{font-style: italic; padding-top: 10px; padding-bottom: 15px;}
.imagediv{position: relative;    margin-bottom: 25px;
box-shadow: 0 1px 1px rgb(16 27 30 / 15%), 0 2px 2px rgb(16 27 30 / 15%), 0 4px 4px rgb(16 27 30 / 15%), 0 8px 8px rgb(16 27 30 / 15%), 0 16px 16px rgb(16 27 30 / 15%);}

.imagediv { position: relative; margin-bottom: 25px; overflow: hidden; border-top-right-radius:30px; border-bottom-left-radius: 30px;
    border: 5px solid #d363af;
}

.primium_escorts {  font-size:19px; width: 100%;  font-family: "Arial"; padding-top: 15px;  text-transform: uppercase;  line-height: 1.5; color: #fff; height:50px; text-align: center; position: absolute; bottom: 0;background: #333;
}

.our-escorts{width: 100%; background: #ffffff url("../images/sexy-escorts.jpg") center no-repeat; background-size: cover; float: left; padding:50px 0;}
.male-esc{width: 100%; background: #ffffff url("../images/male-ecorts.jpg") center no-repeat; background-size: cover; float: left; padding:50px 0;}
.black-esc { width: 100%; background: #ffffff url(../images/black-ecorts.jpg) center no-repeat; background-size: cover; float: left;
    padding: 50px 0;
}
.male-img2{width: 100%; background: #ffffff url("../images/male-ecorts-img2.jpg") center no-repeat; background-size: cover; float: left; padding:50px 0;}

.content-area{width: 100%; float: left;}

/************** footer *******************/
.footer { width:100%; float: left; background-color: #0c1e27;padding: 40px 0;}
.escorts-footer h4{color: #fff; font-weight: normal}
.footer-follow-klantengmail li{ border-bottom:1px solid #2a2a2a !important}
.footer-follow-klantengmail img{ width: 58%;}
.footer-top{ background:#0c0d0f;  width: 100%; float: left; padding: 20px 0; }
.escorts-footer { width: 23%; float: left;  margin: 30px 10px; color: #787878}
.footer-top h4 {  color: #fff !important; opacity:0.7;  font-size:17px;  padding-bottom: 10px;   margin-bottom: 20px; font-family: 'Montserrat', sans-serif;  letter-spacing: 1px;}
.escorts-footer ul { width: 100%;  float: left;}
.con li img{ width: 12%;padding-right: 10px;}
.escorts-footer ul li {  padding: 7px 0;  color: #d1d1d1; letter-spacing: 0.5px;}
.escorts-footer ul {  width: 100%;  float: left;    margin-top: 20px;}
.footer-follow-klantengmail {  width: 96%;  float: left;  padding: 10px;}
.escorts-footer ul li {  padding:3px 0;  color: #d1d1d1;list-style: none;  letter-spacing: 0.5px;border-bottom:1px solid #1c2d58;}
.footer-follow-klantengmail li { list-style: none;   display: inline-block;  padding:5px 0px !important;  color: #bbb;  margin: 0 0px 0px 0px;  border-radius: 2px; text-align:center;}
.escorts-footer ul li a {  text-decoration: none;  color: #cbcbcb;   padding: 10px 0; font-size:13px;}
.footer-follow-klantengmail li a { text-decoration: none;  color: #87cde4;}

.yellow-bg{width: 100%; float: left; padding: 20px 0;background-color:#f45725;border-bottom: 3px solid #fff;}
.yellow-bg p { display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 4px 0;
    padding: 0px;
    font-size: 30px;
    font-weight: bold; color: #fff;
}

.footer-bottom p {font-size: 15px;  color:#7c7980; text-align: center;}
.footer-bottom a { color: #38425e; text-decoration: none;
}
.footer-bottom{width: 100%; float: left; text-align: center;  padding: 20px 0px; background:#0e111a;}
.footer-follow-sydney ul { width: 100%; float: left;}
.footer-follow-sydney li {
    list-style: none;
    display: inline-block;
    padding: 5px 0px !important;
    color: #bbb;
    margin: 0 0px 0px 0px;
    border-radius: 2px;
    text-align: center;
}
.media-text li a {
    font-size: 15px !important;
    font-weight: bold;
    padding: 10px 19px !important;
    background: rgba(0,0,0,0.05);
}

.button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top:25px;
    cursor: pointer;
    z-index: 12399994;
}
.button::before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: '';
}
.button {
    cursor: pointer;
}
.button::after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
}
.button.menu-opened::before {
    top: 23px;
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.button.menu-opened::after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button {display: none;}

/*********** Media Queries******************/
@media screen and (max-width: 934px) { 
    .container .nav,.container .nav.active{
        height: auto;   
        padding: 10px 30px;
        background:#0a243d;
    }
    .container .nav img,.container .nav.active img{
        float: left;
    }
    .container .nav h1{
        float: right;
        display: block;
        top: 10px;
        position: relative;
        cursor: pointer;
    }  
    .container .nav ul.menu,.container .nav.active ul.menu{
        clear: both;
        margin-top: 70px; 
        float: none;
        top: 0;
        width: 100%;
        text-align: center;
        display: none;
    }  
    .container .nav ul.menu.display,.container .nav.active ul.menu.display{
        display: block; 
    }
    .container .nav ul.menu li{
        list-style: none;
        float: none;
        width: 100%;
    }
    .container .nav ul.menu li a,.container .nav.active ul.menu li a{
        width: 100%;
        line-height: 40px;
        padding: 0;
        height: auto;
     }
}
   
@media (max-width:1170px) and (min-width:768px){ }

@media only screen and (max-width: 1000px) and (min-width: 768px){}

@media (max-width:767px) and (min-width:480px){ 
	
		.button { display: block;}
	.container { width:100%;}
	
	
	.section { background-size: cover; min-height: 340px; margin-top: 21%;background-position-x: -260px;}
	.banner-tx { width: 100%;}
	.banner-tx-top {    font-size: 35px; margin-top: 20px;}
	.banner-tx-top span {font-size: 35px;}
	.book-now { font-size: 14px; padding: 10px 20px;}
	
	.our-services {  padding: 35px 0 0; background: #e6e6e6 url(../images/home-parallax.jpg) repeat;}
	
	.h1 {font-size: 19px; color: #000; line-height: 32px;}
	.col-md-4, .col-md-6, .col-md-7 { width: 100%;}	
	.four-image{margin-top: 25px; margin-bottom: 25px;}
	
	.footer {  padding: 20px 0;}
	.escorts-footer {  width: 100%;}
		.col-md-8, .col-md-5 { width: 100%;}
	.content-head-blog { margin-top: 120px;padding-bottom: 50px;}
	section.black-escorts-img {   background: url(../images/black-escorts-img.jpg) top center no-repeat;background-size: cover;}
	.section.blog{height:auto;}
 
}

@media (max-width:480px) and (min-width:320px){
	.button { display: block;}
	.container { width:100%;}
	.col-md-8, .col-md-5 { width: 100%;}
	.content-head-blog { margin-top: 120px;padding-bottom: 50px;}
	section.black-escorts-img {   background: url(../images/black-escorts-img.jpg) top center no-repeat;background-size: cover;}
	section.blog{height:auto;}
	
	.section { background-size: cover; min-height: 340px; margin-top: 21%;background-position-x: -360px;}
	.banner-tx { width: 100%;}
	.banner-tx-top {    font-size: 35px; margin-top: 20px;}
	.banner-tx-top span {font-size: 35px;}
	.book-now { font-size: 14px; padding: 10px 20px;}
	
	.our-services {  padding: 35px 0 0; background: #e6e6e6 url(../images/home-parallax.jpg) repeat;}
	
	.h1 {font-size: 19px; color: #000; line-height: 32px;}
	.col-md-4, .col-md-6, .col-md-7 { width: 100%;}	
	.four-image{margin-top: 25px; margin-bottom: 25px;}
	
	.footer {  padding: 20px 0;}
	.escorts-footer {  width: 100%;}
	
  
}
