body{
    background: #fff;
    margin: 0;
    padding: 0;
    
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.logo {
    width: 100%;
    
}
.logo img{
    width: 60%;
}
.menu-nav {
    width: 100%;
        background: #272727;
}
.menu-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-around;
}
.menu-nav ul li {
    padding: 15px 20px;
}
.menu-nav ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-family: system-ui;
}
.banner {
    width: 100%;
    position: relative;
}
.banner-img {
    width: 100%;
    height: 410px;
    background-size: cover;
       background-position: 50%;
    position: relative;

}
.banner-img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.banner-ct {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.banner-ct h1 {
    font-family: -webkit-pictograph;
    font-size: 60px;
    font-weight: 700;
    color: #87be43;
    letter-spacing: 3px;
}
.banner-ct p {
    font-size: 35px;
    font-weight: 500;
    color: #b81b8d;
    letter-spacing: 5px;
    font-family: 'Cookie';
    margin-bottom: 30px;
}
.banner-ct a {
    padding: 8px 30px;
    border: 1px solid #b41d8d;
    color: #ffffff;
    border-radius: 5px;
    background: #b51d8d;
}
.banner-ct img {
    margin-top: 30px;
}
section.abt {
    padding: 50px 0;
    background: #eee;
}
.ab-img {
    width: 100%;
    padding-top: 50px;
}
.ab-img img{
    width: 100%;
}
.about-us {
    width: 100%;
}
.about-us h2 {
    color: #84bb43;
    font-size: 30px;
    font-family: -webkit-pictograph;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-us p {
    color: #141414;
    font-size: 14px;
    text-align: justify;
}
section.gallery {
    padding: 50px 0;
    background:#fff;
}
.gallery-heading{
    width: 100%;
    text-align: center;
        margin-bottom: 7%;
}
.gallery-heading h2 {
    color: #84bb43;
    font-size: 30px;
    font-family: -webkit-pictograph;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.gallery-heading img {
    width: 50%;
}
.ser-img {    
    text-align: center;
    width: 100%;
    margin-bottom: 10%;
    height: auto;
    position: relative;
    box-shadow: 0 4px 15px 0 rgb(18 21 20 / 75%);
        border: #3e2e22 1px solid;
}
.ser-img:hover{
    border: #EBB75F 1px solid;
}
.ser-img img{
    width: 100%;
    position: relative;
}
.name {
    border: solid 0px #87be43;
    text-align: center;
    background-color:#87be43;
    /* background: rgba(1,1,1,.6); */
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.price-heading{
    width: 100%;
    text-align: center;
        margin-bottom: 7%;
}
.price-heading h2 {
    color:#87be43;
    font-size: 30px;
    font-family: -webkit-pictograph;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.price-heading img {
    width: 50%;
}
section.price-list {
    padding: 50px 0;
        background: #eeeeee;
}
table.table.escort-table thead tr th {
    background: #87be43;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #1a1a1a;
}
table.table.escort-table tbody tr td {
    color: #3d3937;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #454443;
    background: white;
}
section.contact {
    padding: 50px 0;
    background: #fff;
}
.contact-part {
    width: 100%;
    position: relative;
}
.contact-part video {
    width: 100%;
    position: relative;
}
.contact-form {
    width: 35%;
    position: absolute;
    top: 0;
    right: 0;
    background: #87be43;
    height: 99%;
    padding: 125px 10px 0 10px;
        opacity: 0.8;
}
.contact-form input {
    width: 100%;
    border-bottom: 3px solid #fff !important;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}
.contact-form input::placeholder {
    color: #fff;
}
.contact-form input:focus{
    border-bottom: 3px solid #fff !important;
    border: none;
    background: transparent;
     outline: none;
}
.contact-form input:active{
    border-bottom: 3px solid #fff !important;
    border: none;
    background: transparent;
    outline: none;
}
button.submit-btn {
    background:#b51d8d;
    border: none;
    padding: 5px 30px;
    color:#ffffff;
}
footer {
    padding: 20px 0;
    background:#3f3f3f;
}
.foot-ct {
    width: 70%;
    position: relative;
}
.foot-ct h3 {
    color: #87be43;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.foot-ct p {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 30px;
}
.foot-ct h4{}
.foot-ct h4 a {
    color: #fff;
    font-size: 17px;
}
.foot-ct h4 a i {
    margin-right: 10px;
    font-size: 30px;
}
.foot-ct ul {
    list-style: none;
    padding: 0;
}
.foot-ct ul li{
    list-style: none;
    padding: 0;
}
.foot-ct ul li a{
    color: #fff;
    font-size: 14px;
     
}
.make {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    padding: 50px 0;
}
.make::before {
    content: "";
    background: url(../img/contact-banner.jpg);
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    background-position: center;
    background-size: cover;
    opacity: 0.3;
}
.g-mb-auto {
    font-size: 40px;
    color: #b58f4a;
}
span.cu-maker {
    font-weight: 100;
    color: #fff;
    font-size: 20px;
}
p.or-cl-ra {
    margin-top: -13px;
}
span.perya {
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
}
a.landing-block-node-leftblock-button.g-valign-middle.btn.btn-block.text-uppercase.g-font-size-11.g-font-weight-700.g-brd-none.g-px-25.g-py-16.g-rounded-3.u-btn-twitter.g-brd-12.g-font-montserrat.mka {
    background: #fff;
    width: 100%;
    font-size: 19px;
    color: #000;
}
.text-uppercase {
    text-transform: uppercase!important;
    color: #b6904b;
}
h2.landing-block-node-title.display-5.text-uppercase.g-font-weight-700.g-mb-30.g-font-montserrat.g-font-size-30.g-color-blue {
    font-size: 25px;
    margin-top: 20px;
}
.pssp {
    width: 100%;
    position: relative;
    z-index: 1;
}
.ct-icon {
    position: fixed;
    bottom: 100px;
    right: 60px;
    z-index: 9;
}
.ct-icon ul{
    list-style: none;
}
.ct-icon ul li{
     
}
.ct-icon ul li a{
     
}
.ct-icon ul li a i.fa.fa-whatsapp {
    color: #87be43;
    background: #9a1c77;
    padding: 7px 10px;
    border-radius: 50%;
    font-size: 40px;
}
.ct-icon ul li a i.fa.fa-mobile {
    background:#9a1c77;
    padding: 3px 15px;
    border-radius: 50%;
    font-size: 45px;
    color: #87be43;
}
.ct-icon ul li a i.fa.fa-envelope {
    background:#9a1c77;
    font-size: 28px;
    padding: 10px 10px;
    border-radius: 50%;
    color: #87be43;
}
.ct-icon ul li a i {
    margin: 10px 0;
}
.tophead {
    background: #e67b3c;
    width: 100%;
    position: relative;
}
.tophead ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.tophead ul li {
    padding: 5px 6px;
}
.tophead ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
}
.tophead ul li a i {
    margin-right: 5px;
}
h2:after {
    display: block;
    height: 2px;
    background-color: #c1178d;
    content: ' ';
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
.about-us h2:after {
    display: block;
    height: 2px;
    background-color: #c1178d;
    content: ' ';
    width: 100px;
   margin: 0 0;  
    margin-top: 11px;
}
.nav-mn {
    background:#3d3d3d;
    width: 100%;
}
.cot-ico ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}
.cot-ico ul li {
    padding: 5px 6px;
}
.cot-ico ul li a {
    display: block;
    color: #d9d1d1;
    font-size: 15px;
}
.cot-ico ul li a i {
    margin-right: 5px;
}
.cot-ico {
    width: 100%;
    padding-top: 20px;
}
.model-img {
    display: flex;
}
.img img {
    width: 100%;
}
.img {
    width: 25%;
	margin:5px;
}
section.mmd {
    padding: 50px;
}
.srec {
    text-align: right;
    width: 100%;
        padding-top: 30px;
}
header {
    background: #3d3d3d;
    width: 100%;
}
.sreachbo button {
    background: #84ba43;
    border: none;
    padding: 3px 6px;
    color: #fff;
}