/* latin */
        @font-face {
            font-family: 'Philosopher';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(fonts/vEFV2_5QCwIS4_Dhez5jcWBuT00.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }

        /* latin */
        @font-face {
            font-family: 'Philosopher';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(fonts/vEFI2_5QCwIS4_Dhez5jcWjValgb8tc.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }

        @charset "utf-8";

        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: 'Philosopher', sans-serif;
            font-size: 18px;
            line-height: 24px;
            color: rgb(255, 255, 255);
            background-color: #000000;

        }

        a {
            text-decoration: none
        }

        a:focus {
            outline: 0;
            outline-offset: 0px;
            text-decoration: none
        }

        .spacer-single {
            width: 100%;
            height: 30px;
            clear: both;
            display: block
        }

        .container {
            width: 1200px;
            padding-right: 20px;
            padding-left: 20px;
            margin-right: auto;
            margin-left: auto
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            color: #ffca28;
            text-transform: uppercase;
            text-align: center;
            line-height: 30px;
        }

        p {
            text-align: justify;
        }

        ul li {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 800;
            color: #ff9800;

        }

        .row {
            margin-right: -15px;
            margin-left: -15px
        }

        .container::after,
        .container::before,
        .row::after,
        .row::before {
            display: table;
            content: " "
        }

        .col-md-3 {
            width: 25%;
            position: relative;
            min-height: 1px;
            padding-right: 5px;
            padding-left: 5px;
            float: left
        }

        .col-md-4 {
            width: 33.33333333%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }

        .col-lg-5 {
            width: 41.666667%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }

        .col-md-6 {
            width: 50%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }

        .col-lg-7 {
            width: 58.333333%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }

        .col-md-8 {
            width: 66.666667%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left;
            background: #000000;
        }

        .col-md-9 {
            width: 75%;
            position: relative;
            min-height: 1px;
            padding-right: 5px;
            padding-left: 5px;
            float: left
        }

        .col-md-12 {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px
        }

        .mt {
            margin-top: 15px;
        }

        .line {
            border-bottom: 1px solid #fff;
        }

        .profile-bg {
            width: 100%;
            text-align: left;
            background: rgba(227, 167, 129, .6);
            padding: 30px;
            margin: 0px;
        }

        header {
            background: linear-gradient(to top, #9e9e9e 5.6%, rgb(42 41 41) 97.7%);
            display: block;
        }

        .menu-cont {
            width: 100%;
            z-index: 3;
            width: auto;
            height: auto;
            overflow: auto;
            background-color: #9f0101;
        }

        .menu-cont ul {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden
        }

        .menu-cont li:last-child {
            border-right: none;
        }

        .menu-cont li a {
            display: block;
            text-decoration: none;
            font-size: 20px;
            padding: 15px 25px !important;
            color: #fff;
            transition: all .3s ease-in-out;
            text-shadow: 2px 2px 4px #000
        }

        .menu-cont li a:hover {
            background: #bb3300;
        }

        .menu-btm {
            background: #ffd7f3;
            padding: 20px 0;
            box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
        }

        .menu-btm span {
            text-align: center;
            display: block;
            font-size: 30px;
            font-weight: 700;
            color: #f953c6;
            text-shadow: 2px 2px 4px #555
        }

        .menu-btm span a {
            color: #b91d73
        }

        .menu-cont li.active a {
            background: #f953c6 !important
        }

        .menu-cont li:last-child a {
            margin: 0
        }

        .menu-cont .logo {
            display: block;
            float: left;
            font-size: 2em;
            text-decoration: none;
            color: #b8b8b8;
            padding: 0 !important;
            border: none !important
        }

        .menu-cont .logo img {
            width: 150px;
            height: auto
        }

        .menu-cont .menu {
            clear: both;
            max-height: 0;
            transition: max-height .2s ease-out;
            margin-top: 22px
        }

        .menu-cont .menu-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 28px 20px;
            position: relative;
            user-select: none
        }

        .menu-cont .menu-icon .navicon {
            background: #fff;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px
        }

        .menu-cont .menu-icon .navicon:after,
        .menu-cont .menu-icon .navicon:before {
            background: #fff;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%
        }

        .menu-cont .menu-icon .navicon:before {
            top: 5px
        }

        .menu-cont .menu-icon .navicon:after {
            top: -5px
        }

        .menu-cont .menu-btn {
            display: none
        }

        .menu-cont .menu-btn:checked~.menu {
            max-height: 600px
        }

        .menu-cont .menu-btn:checked~.menu-icon .navicon {
            background: 0 0
        }

        .menu-cont .menu-btn:checked~.menu-icon .navicon:before {
            transform: rotate(-45deg)
        }

        .menu-cont .menu-btn:checked~.menu-icon .navicon:after {
            transform: rotate(45deg)
        }

        .menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
        .menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
            top: 0
        }

        .menu-cont .menu {
            float: none !important;
            display: table;
            margin: 0 auto
        }

        .main-title {
            background: #b91d73;
            padding: 30px 0
        }

        .main-title h1 {
            font-size: 30px;
            margin: 0;
            text-align: center;
            color: #fff;
            text-shadow: 2px 2px 4px #000;
            letter-spacing: 2px;
            font-display: swap
        }

        .text-area h1,
        .text-area h2,
        .text-area h3 {
            font-size: 35px;
            text-shadow: 2px 2px 4px #000;
            color: #b91d73;
            letter-spacing: 1px;
            text-align: center;
            font-display: swap
        }

        .text-area ul li {
            color: #fff;
            font-size: 17px;
            line-height: 29px;
            list-style-type: none;
            display: block;
            background: #b91d73;
            text-align: center;
            margin-bottom: 10px;
            padding: 10px 0;
            text-shadow: 2px 2px 4px #000;
            font-weight: 700;
            box-shadow: 0 0 10px rgba(0, 0, 0, .15)
        }

        .text-area p {
            font-size: 17px;
            line-height: 32px;
            text-align: justify
        }

        .text-area p a {
            color: #eb0944;
            font-weight: 700
        }

        .img-bg {
            background: #080808;
            padding: 10px;
            border-radius: 3px;
            margin-bottom: 30px
        }

        .img-bg img {
            display: block;
            width: 100%
        }

        .table ul {
            width: 100%;
            text-align: left;
            background: rgb(3 48 49);
            padding: 30px;
            margin: 0px;
        }

        .table ul li {
            list-style-type: none;
            margin-bottom: 5px;
        }

        .table li a {
            color: #fff;
            display: block;
            text-align: center;
            line-height: 2;
            font-size: 20px;
            border: 1px solid #fff;
        }

        .table li a:hover {
            color: #fff;
            background: #353b43;
        }

        .escorts-type ul {
            padding: 0;
            margin: 0
        }

        .escorts-type ul li {
            list-style-type: none;
            background: #950707;
            padding: 5px 0
        }

        .escorts-type ul li a span {
            display: inline-block;
            vertical-align: middle;
            margin-right: .8em;
            padding-left: 10px
        }

        .escorts-type ul li a {
            font-size: 17px;
            color: #fff;
            display: block
        }

        .type-bg2 {
            background: #000 !important
        }

        .category-cont {
            background: #b91d73;
            padding: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .15)
        }

        .img-div img {
            width: 100%;
            display: block
        }

        .category-cont img {
            width: 100%;
            display: block
        }

        .category-cont h4 {
            text-align: center;
            margin: 10px 0 0 0;
            color: #fff;
            font-size: 20px;
            text-shadow: 2px 2px 4px #000;
            transition: all .3s ease-in-out
        }

        .category-cont:hover h4 {
            letter-spacing: 3px
        }

        .text-area .category-cont {
            margin-bottom: 30px
        }

        footer {
            border-top: solid 4px #b52c00;
            /* padding: 50px 0; */
            height: auto;
            width: auto;

            overflow: auto;
        }

        .footer-warpper {
            z-index: 1;
            position: relative;
        }

        footer ul {
            padding: 0;
            list-style-type: none
        }

        footer ul li {
            margin-bottom: 15px
        }

        footer ul li a {
            font-size: 15px;
            color: #fff
        }

        .img-fluid {
            width: 100%;
        }

        .p-5 {
            padding: 30px 0px;
            clear: both;
            background-color: #000000;
        }

        .pt-5 {
            padding-top: 80px
        }

        .banner {
            background: linear-gradient(to top, #a38f88 5.6%, rgb(42 41 41) 97.7%);
            background-repeat: no-repeat;
            padding: 150px 0;
            background-size: cover;
            position: relative;

        }

        .banner-text h1 {
            font-size: 70px;
            color: #fff;
            font-weight: 900;
            line-height: 93px;
        }

        .banner-text h3 {
            font-size: 50px;
            color: #ededed;
            line-height: 70px;
        }

        /* .banner::after {
  background: url(images/banner-ptn.png);
  content: "";
  position: absolute;
  bottom: -19px;
  width: 100%;
  height: 20px;
  background-repeat: repeat; */


        .text-center {
            text-align: center;
        }

        .font2 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #ffca28;
            border-bottom: solid 1px #ddd;
            padding-bottom: 14px;
        }

        .font1 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .clear-fix {
            clear: both;
        }

        .copy p {
            background: #660277;
            margin: 0;
            line-height: 50px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
        }

        .e-model-desc {
            box-shadow: 0 2px 3px rgb(123 41 0 / 20%);
            font-size: 25px;
            text-align: center;
            padding: 10px;
            background: #023a5d;
        }

        .e-model-desc span {
            font-size: 16px;
        }

        .white-color {
            color: #fff;
        }

        .model-gallery-holder .model-media-holder {
            overflow: hidden;
            position: relative;
            height: 390px;
        }

        .model-gallery-holder .model-media-holder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

        .model-gallery-holder:hover .model-media-holder img {
            transform: scale(1.05) rotate(2deg);
        }

        .featured {
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 1em 0.8em;
        }

        .featured::before {
            content: "";
            border-bottom: #00bcd4 100px solid;
            border-left: 127px solid transparent;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .featured-text {
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            position: relative;
            z-index: 2;
        }

        .model-btm {
            margin-bottom: 20px;
        }


        .d-fx {
            display: flex;
            position: relative;
        }

        .key-featur li {
            margin-left: 30px;
        }

        b {
            color: #fca200;
        }

        select {
            background: #fff;
            padding: 10px;
            color: #525252;
            font-weight: bold;
            width: 100%;
        }

        label {
            font-size: 16px;
            font-weight: 600;
            display: block;
        }

        .col-2 {
            columns: 4;
        }

        ul.col-2 {
            margin: 0;
            padding: 0;
        }

        ul.col-2 li {
            list-style-type: none;
            margin-bottom: 9px;
        }

        ul.col-2 li a {
            background: linear-gradient(to right, #00bcd4 0%, #8bc34a 100%);
            color: #fff;
            padding: 5px;
            width: 100%;
            display: block;
        }

        ul.col-2 li a:hover {
            background: linear-gradient(to right, #8bc34a 0%, #00bcd4 100%);
            color: #000;
        }

        .mob-logo {
            display: none;
        }

        .pricingTable .pricing-title {
            text-align: center;
            padding: 20px 0px 10px;
            background: #353b43;
        }

        .pricingTable .title {
            font-size: 30px;
            font-weight: 700;
            color: #fff;
            letter-spacing: 1px;
            line-height: 30px;
            text-transform: uppercase;
            margin: 0 0 10px;
        }

        .pricingTable .pricing-content {
            background: rgba(227, 167, 129, .6);
            text-align: center;
            padding: 20px 30px 30px;
            z-index: 1;
            position: relative;
        }

        .pricingTable .pricing-content ul {
            padding: 0px;
            margin-top: 0px;
        }

        .pricingTable .pricing-content ul li {
            font-size: 17px;
            font-weight: 600;
            color: #353b43;
            list-style-type: none;
            line-height: 40px;
            letter-spacing: 1px;
        }

        .pricingTable-btn {
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 20px;
            line-height: 40px;
            font-weight: bold;
            border: 1px solid #fff;
            display: block;
        }

        .pricingTable-btn:hover {
            background: #353b43;
            -webkit-background-clip: text;
        }

        .red {
            color: #fdad15;
            font-weight: bold;
            font-size: 18px;
            text-decoration: underline;
        }

        .red:hover {
            color: #cb1517;
        }

        .font4 {
            font-size: 28px;
            line-height: 30px;
        }

        .bg-brown {
            background: #000000;
            padding: 30px;
        }

        .form-box {
            background: rgba(227, 167, 129, .6);
            padding: 30px;
            margin-bottom: 30px;
        }

        .form-box input[type="text"] {
            width: 100%;
            border: solid #ddd 1px;
            padding: 15px;
            margin-bottom: 10px;
        }

        .form-box textarea {
            width: 100%;
            border: solid #ddd 1px;
            padding: 15px;
            margin-bottom: 10px;
            min-height: 100px;
        }

        .form-box input[type="submit"] {
            background: transparent;
            border: 1px solid #fff;
            padding: 10px 20px;
            font-size: 24px;
            color: #fff;
            font-weight: 500;
            font-family: 'Philosopher', sans-serif;
            cursor: pointer;
        }

        .form-box input[type="submit"]:hover {
            background: #353b43;
        }

        .ul-box li {
            list-style-type: none;
        }

        @media(min-width:768px) {
            .menu-cont li {
                float: left;
                border-right: solid 1px #fff;
            }

            .menu-cont li a {
                padding: 0
            }

            .menu-cont .menu {
                clear: none;
                float: right;
                max-height: none !important
            }

            .menu-cont .menu-icon {
                display: none
            }
        }

        @media (max-width:1199px) {
            .container {
                width: 970px !important
            }

            .menu-cont li a {
                font-size: 16px;
                padding: 15px 20px !important
            }
        }

        @media (max-width:991px) {
            .container {
                width: 750px !important
            }

            .menu-cont li a {
                padding: 10px 8px !important
            }
        }

        @media (max-width:767px) {
            .container {
                width: 100% !important
            }

            .menu-cont li {
                border: none
            }

            .menu-cont li a {
                display: block;
                text-align: center;
                padding: 10px;
                font-size: 20px
            }

            .menu-cont .menu {
                display: block
            }

            .mob-logo {
                position: absolute;
                font-size: 20px;
                font-weight: bold;
                top: 17px;
                display: block;
            }

            header .col-md-4 {
                width: 100%;
                float: none;
                padding-bottom: 20px;
                padding-top: 20px
            }

            .col-md-3,
            .img-bg {
                width: 100%;
                margin-bottom: 15px;
                background-color: #000000;
            }

            .col-md-9 {
                width: 100%
            }

            .col-md-8 {
                width: 100%;
                position: relative;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
                float: left;
            }

            .col-md-4 {
                width: 100%;
                position: relative;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
                float: left;
                background-color: #000000;
            }

            .text-area .col-md-3 {
                width: 100%
            }

            .mt-5 {
                margin-top: 15px;
            }

            .w100 {
                width: 100% !important;
                float: none
            }

            footer .col-md-3 {
                width: 48%;
                float: left;
            }

            footer ul li a {
                display: block;
                text-align: left;
            }

            .banner {

                padding: 35px 0;
                background-size: cover;
            }

            .d-fx.key-featur {
                display: block;
            }

            .d-fx.key-featur ul {
                margin: 0;
                padding: 0;
            }

            .col-2 {
                columns: 2;
            }

            /* .row {
        margin-right: 10px;
        margin-left: 10px */
        }

        .copy p {
            font-size: 24px;
            line-height: 40px;
            font-weight: normal;
        }

        header {
            background: linear-gradient(to top, #9e9e9e 5.6%, rgb(42 41 41) 97.7%);
            display: block;
        }

        .banner-text h1 {
            font-size: 30px;
            line-height: 36px;
        }

        .banner-text h3 {
            font-size: 18px;
            line-height: 28px;
        }


        @media (max-width:499px) {

            .mob-modal .col-md-3,
            .mob-agency .col-md-4 {
                width: 100%;
                float: left
            }

            .col-md-3,
            .col-md-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7 {
                width: 100%;
                float: none
            }

            .model-gallery-holder .model-media-holder {
                height: 480px;
            }


        }

        p a {
            color: #ff00a2;
            font-weight: bold;
            text-decoration: underline;
            font-size: 18px;
        }

        p a:hover {
            color: #000;
            text-decoration: none;
        }

        .heading-div {
            background-image: url(images/heading-div.png);
            background-repeat: no-repeat;
            background-size: cover;
            height: 17px;
            width: 192px;
            margin: 0 auto;
        }

        .dig {
            font-size: 30px;
            line-height: 36px;
        }

        .dig1 {
            font-size: 18px;
            line-height: 28px;
        }

        .fnq li {

            text-decoration: none;
            font-size: 18px;
            color: #8bc34a;
        }

        .important {
            font-style: italic;
            color: #419632;
            font-weight: 500;
            /* text-transform: uppercase; */
            font-size: 16px;
        }