* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}

img {
    display: block
}

h1 {
    color: #88603d;
    text-align: center;
    margin-bottom: 25px !important;
    margin-top: 15px !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

body {
    margin: 0;
    background: #1e130c;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000, #1e130c, #000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #1e130c, #000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    color: #fff;
    font-family: sans-serif;
}

.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.md-5 {
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.md-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.md-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.md-2 {
    width: 16.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.md-3 {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.clearfix {
    clear: both;
    display: block;
    width: 100%
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.banner{
	position: relative;
}
.banner select{
	position: absolute;
	bottom:20px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 50px;
	padding: 10px;
	color: #88603d;
	font-size: 18px;
	border-radius: 100px;
    background: #1a0c02;
}
.banner img {
    width: 100%;
    display: block
}

.mobile {
    display: none !important
}

.menu-btm img {
    width: 100%;
    border-top: 1px solid #ff15f7;
}

.cntct-btn a {
    display: block;
    padding: 10px 40px;
    color: #fff;
    color: antiquewhite;
    background-image: radial-gradient( #302b63, #0f0c29);
    box-shadow: 0px 1px 5px 3px #000;
    border: 1px solid #ff15f7;
    cursor: pointer;
    width: 50%;
    border-radius: 22px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.cntct-btn a:hover {
    box-shadow: none;
}

.cntct-btn {
    text-align: center;
}

.hm-cntct-btns {
    padding: 14px 25px;
    background-image: radial-gradient(#302b63, #0f0c29);
    border-top: 1px solid #ff15f7;
    border-bottom: 1px solid #ff15f7;
    box-shadow: 3px 3px 5px #000;
    margin: 20px 0;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.slider {
    margin-top: 30px;
}

.model-cont img {
    width: 100%;
}

.name {
    text-align: center;
    background: #1e130c;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000, #1e130c, #000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #1e130c, #000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.model-cont {
    border: groove 5px #8e5e32;
    border-radius: 5px;
    margin-bottom: 30px;
}

.name h4 {
    margin: 0 0 10px 0;
}

.name p {
    margin: 0 0 10px 0;
}

.name a {
    color: #8e5e32
}

.name {
    padding: 10px 0;
}

.cont-bg {
    background: #1a0c02;
    padding: 20px 20px 0 20px;
    border: groove 5px #8e5e32;
}

.models {
    padding: 40px 0;
}

.text-area p {
    line-height: 30px;
    text-align: justify;
    color: #88603d;
}

.text-area h2,
.text-area h3,
.models h2 {
    color: #88603d;
    text-shadow: 2px 2px 2px #000;
    font-size: 30px;
    margin-bottom: 20px;
}

.text-img {
    float: left;
    margin: 0 20px 20px 0;
    border: groove 5px #8e5e32;
}

.text-img img {
    width: 100%;
    display: block;
}

.text-center {
    text-align: center;
}

.text-img-right {
    float: right;
    margin: 0 0 20px 20px;
    border: groove 5px #8e5e32;
}

.text-img-right img {
    width: 100%;
    display: block;
}

.m-top {
    margin-top: 30px;
}

.ctgry h3 {
    color: #8e5e32;
    margin-bottom: 15px;
    font-size: 25px;
}

footer {
    background: #1a0c02;
    padding: 20px 20px 0 20px;
    border-top: groove 5px #8e5e32;
}

footer h3,
footer h3 a {
    margin: 0;
    text-align: center;
    color: #8e5e32;
}

.ftr-menu ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
    float: none;
    display: table;
    padding-top: 15px;
}

.ftr-menu ul li {
    float: left;
    margin-right: 30px;
}

.ftr-menu ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.cp-ryt-cont {
    padding-top: 20px;
    border-top: 1px solid #000;
    margin-top: 30px;
}

.site-map {
    float: left;
}

.site-map ul {
    padding: 0;
    list-style-type: none;
}

.pull-right {
    float: right !important;
}

.site-map ul li {
    float: left;
    margin-right: 10px;
}

.site-map ul li a {
    color: #fff;
}

footer p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    float: right;
    margin: 0;
}

.escorts-area-list a {
    min-width: calc(25% - 10px);
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 7px 20px;
    margin: 0 4px 10px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #1e130c;
    background: -webkit-linear-gradient(to right, #000, #1e130c, #000);
    background: linear-gradient(to right, #000, #1e130c, #000);
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: groove 2px #8e5e32;
}

.main-menu {
    display: block;
    position: relative;
    box-shadow: 3px 3px 5px #000;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    z-index: 999;
}

.container-menu {
    width: 80%;
    margin: 0 auto;
}

.main-menu:before,
.main-menu:after {
    display: table;
    line-height: 0;
    content: "";
}

.core-menu {
    text-align: center;
    font: normal normal normal 1em/1 Roboto, sans-serif;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.core-menu li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}

.core-menu li a {
    display: inline-block;
    padding: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.core-menu li a:hover {
    background: #22160c;
}

li span.toggle {
    padding-left: 5px;
}

.toggle:before {
    content: "+";
}

.dropdown {
    position: absolute;
    width: 230px;
    background: #1e130c;
    background: -webkit-linear-gradient(to right, #000, #1e130c, #000);
    background: linear-gradient(to right, #000, #1e130c, #000);
    text-align: left;
    display: none;
    padding: 0;
    margin: 0;
}

.dropdown li {
    display: block;
}

.dropdown li a {
    display: block;
}

.dropdown2 {
    position: absolute;
    width: 230px;
    background: #2d2d2d;
    text-align: left;
    display: none;
    right: -100%;
    top: 0;
}

.dropdown2 li {
    display: block;
}

.dropdown2 li a {
    display: block;
}

li span.toggle2 {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.toggle2:before {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
}

.hamburger-menu {
    padding: 1em;
    display: none;
    font: normal normal normal 16px/1 Roboto;
    text-transform: uppercase;
}

@media (max-width:720px) {
    .main-menu {
        height: 50px;
    }
    .container-menu {
        width: 100%;
    }
    .navigation {
        float: left;
        display: block;
        width: 100%;
    }
    .core-menu {
        float: right;
        width: 100%;
        background: #1e130c;
        background: -webkit-linear-gradient(to right, #000, #1e130c, #000);
        background: linear-gradient(to right, #000, #1e130c, #000);
        margin: auto;
        display: none;
    }
    .core-menu li {
        width: 100%;
        display: block;
    }
    .core-menu li a {
        display: block;
        margin: auto;
    }
    .hamburger-menu {
        display: block;
        text-align: center;
        cursor: pointer;
        float: none;
        width: 100%;
    }
    .burger-1,
    .burger-2,
    .burger-3 {
        display: block;
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        right: 0;
        margin-right: 25px;
        background: #fff;
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }
    .burger-1 {
        top: 15px;
    }
    .burger-2 {
        top: 23px;
    }
    .burger-3 {
        top: 31px;
    }
    .burger-1.open,
    .burger-2.open,
    .burger-3.open {
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        transform-origin: 50% 50%;
    }
    .burger-1.open {
        top: 25px;
        width: 23px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .burger-2.open {
        opacity: 0;
    }
    .burger-3.open {
        top: 25px;
        width: 23px;
        transform: rotate(-45deg);
    }
    .dropdown {
        width: 100%;
        background: #1e130c;
        background: -webkit-linear-gradient(to right, #000, #1e130c, #000);
        background: linear-gradient(to right, #000, #1e130c, #000);
        text-align: center;
        position: relative;
    }
    .dropdown2 {
        right: 0;
        top: 0;
        width: 100%;
        position: relative;
        padding: 0 20px;
    }
}
    @media (max-width:1199px) {
        .container {
            width: 970px
        }
    }
    @media (max-width:991px) {
        .container {
            width: 750px
        }
    }
    @media (max-width:767px) {
        .container {
            width: 100%
        }
        .desktop {
            display: none !important
        }
        .mobile {
            display: block !important
        }
        .md-3 {
            width: 50%;
        }
        .md-6 {
            width: 100%
        }
        .dropdown {
            padding: 15px
        }
    }
    @media (max-width:499px) {
        .md-2,
        .md-3,
        .md-5 {
            width: 100%;
            float: none
        }
        .text-img {
            float: left;
            margin: 0 0 20px 0;
        }
        .text-area p {
            text-align: center;
        }
        .text-img-right {
            float: right;
            margin: 0 0 20px 0;
        }
        .ftr-menu ul li {
            float: none;
            margin-right: 0;
            margin-bottom: 10px;
        }
        .ftr-menu ul li a {
            display: block;
            text-align: center;
        }
        footer p {
            text-align: center;
        }
    }
    .owl-carousel,
    .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative
    }
    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1
    }
    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }
    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }
    .owl-carousel .owl-item,
    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }
    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none
    }
    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block
    }
    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }
    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }
    .owl-carousel.owl-hidden {
        opacity: 0
    }
    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }
    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }
    .owl-carousel.owl-rtl {
        direction: rtl
    }
    .owl-carousel.owl-rtl .owl-item {
        float: right
    }
    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }
    .owl-carousel .owl-animated-in {
        z-index: 0
    }
    .owl-carousel .owl-animated-out {
        z-index: 1
    }
    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }
    @keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    .owl-height {
        transition: height .5s ease-in-out
    }
    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity .4s ease
    }
    .owl-carousel .owl-item .owl-lazy:not([src]),
    .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }
    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d
    }
    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000
    }
    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(owl.video.play.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform .1s ease
    }
    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }
    .owl-carousel .owl-video-playing .owl-video-play-icon,
    .owl-carousel .owl-video-playing .owl-video-tn {
        display: none
    }
    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: opacity .4s ease
    }
    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%
    }