*,body{
    margin: 0px;
    padding: 0px;
}

/*background:#0c1a4e;
============================
	NAVEBAR exo,sent serif
============================
*/
.navigation .container-fluid{
    background-color:black;
}

#main_nav a{
    text-decoration: none;
    letter-spacing:1.5px;
    color:white;
    display: block;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

#main_nav ul .dropdown-menu{
    background-color:#008fd8;
}

#main_nav ul li:hover{
    color:black;
    background-color:gray;
    transition:all 0.5s;
}

/* ===================
    CONTENTS
======================*/
#escorts-contents{
    background: #0c1a4e;
}
#escorts-contents h3{
    color: #30de5d;
    font-family: 'Lobster',cursive;
    font-style: normal;
    font-weight: 400;
}
#esc-contents h4{
    color: #30de5d;
    font-family: 'Lobster',cursive;
    font-style: normal;
    font-weight: 400;
}
#esc-contents p{
    color:white;
    line-height: 25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    letter-spacing:1.5px;
    text-align: justify;
}

#esc-menu div{
    background:#000000;
}
#esc-menu li{
    width:100%;
    height: 50px;
    border:1px solid white;
    align-items: center;
    text-align: center;
    line-height: 50px;
    margin-bottom:4px;
    list-style-type:none;
}
#esc-menu li a{
    display: block;
    text-decoration: none;
    color: white;
}
#escorts-contents td,#escorts-contents th{
    background: #521239;
    color: white;
    border: 1px solid white;
    text-align: center;
    align-items: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    letter-spacing:1.3px;
}
/* ===================
    ESCOTE-CITY
======================*/
#escote-city{
    background: #0c1a4e;
}
#escote-city .main-box{
    position: relative;
    width: 400px;
    height: 300px;
}
#escote-city .icon{
    width:50px;
    height: 50px;
    border: 1px solid red;
    overflow: hidden;
    border-radius:50px;
    background:white;
    color: red;
    font-size: 30px;
}
#escote-city .icon i{
    background:white;
    color: red;
    font-size: 30px;
    z-index: 100px;
}

#escote-city .main-box .contents{
    border: 1px solid white;
    top: 33px;
    position: absolute;
    padding-top:30px;;
    border-radius: 5px;
} 

#escote-city h3{
    color: #30de5d;
    font-family: 'Lobster',cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

#escote-city h4{
    color: white;
    font-family: 'Lobster',cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

#escote-city span{
    color:white;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size:15px;
    letter-spacing:1.5px;
}

#escote-city a{
    font-weight: bold;
    font-style: italic;
    color: #e5e698;
    font-family: 'Exo', sans-serif;
    text-decoration: none;
}

/* ===================
    ESCORTS GIRLS
======================*/
#escorts-girls{
    background: #0c1a4e;
}

#escorts-girls h3{
    color: #30de5d;
    font-family: 'Lobster',cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

/* ===================
    FOOTER
======================*/
/* Flaired edges, by Tomas Theunissen */

.footer{
    /*background-color:#debc8e;//rgb(238, 184, 98) ,#b78354;#008fd8*/
    background:black;
}

.footer .container-fluid{
    padding-top:20px;
}
#office-time h3,h5{
    color: #30de5d;
    font-family: 'Lobster',cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

#office-time h4{
    color: #30de5d;
    font-family: 'Lobster',cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

#office-time span{
    text-decoration: none;
    color:white;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-size:15px;
    letter-spacing:1.5px;
}

/* copyright area */
#copyright{
    background-color:#0c1a4e;
}

#copyright .container .row h6{
    color:white;
    line-height: 30px;
    font-family:var(--font);
}

