@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');

/*font-family: 'Jost', sans-serif;*/
/*main color : #0d2b51*/
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0d2b51; 
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.common-padding{padding: 40px 0;}
a:hover{text-decoration: none;}
.whatsapp i.fa.fa-whatsapp {
    width: 40px;
    height: 40px;
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#callme i {
    width: 40px;
    height: 40px;
    background: #133861;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.img-100{
    width: 100%;
}
/*button.owl-prev {
    background: #f00 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}
button.owl-next {
    background: #f00 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}*/
.other h3{
    font-family: 'Jost', sans-serif;
}
.top-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-header ul li{
    display: inline-block;
}
.top-header {
    background: #0d2b5173;
    border-bottom: 1px solid #f1f1f1;
}
.navigation {
    background: #0d2b5173;
    padding: 5px;
}
header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.top-header ul li a {
    color: #fff;
    padding: 15px;
    display: inline-block;
    font-family: 'Jost', sans-serif;
}
.top-header ul li{
    border-right: 1px solid #f1f1f1;
}
.top-header ul li:nth-last-child(1){
    border:0px;
}
.top-header ul.top-info li a i {
    margin-right: 10px;
}
ul.social-icon {
    text-align: right;
}
ul.social-icon span {
    color: #fff;
    font-family: 'Jost', sans-serif;
}
.top-header ul li a:hover{
    color: #f00;
}
.navigation a.nav-link {
    color: #fff;
    padding: 14px 20px!important;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
}
.navbar-brand h3{
    color: #fff;
    font-family: 'Jost', sans-serif;
}

/*animation*/
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/*animation*/

.slider{
    position: relative;
}
#img1 {
    position: absolute;
    right: 50px;
    bottom: 150px;
}
#img2 {
    position: absolute;
    top: 200px;
    right: 38%;
}
#img3 {
    position: absolute;
    top: 50%;
    right: 40%;
}
#img4 {
    position: absolute;
    top: 36%;
    left: 37%;
}
#img5 {
    position: absolute;
    top: 150px;
    right: 50px;
}
#img6 {
    position: absolute;
    right: 200px;
    bottom: 0;
    width: 30%;
}
.slider .figcaption {
    position: absolute;
    top: 38%;
    left: 10%;
    width: 420px;
    border: 7px solid #fff;
    padding: 40px;
}
.slider .figcaption h4 {
    font-size: 45px;
    font-family: 'Jost';
    color: #fff;
    margin-bottom: 20px;
}
.slider .figcaption p{
    margin-bottom: 20px;
    font-family: 'Jost';
    color: #fff;
    font-weight: 500;
    font-size: 18px;   
}
.slider .figcaption a{
    color: #fff;
    font-family: 'Jost';
    border: 3px solid #fff;
    padding: 7px 10px;
    display: inline-block;
}
.dropdown-item{
    font-family: 'Jost';
}
header.sticky-header.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: #142d63;
}
.top-owl {
    background: #142d63;
}
.top-owl h4.owl-title {
    color: #ffcd83;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Jost';
    letter-spacing: 8px;
}
.top-img-wrap {
    background: #06193a;
    padding: 10px;
}
.top-img-wrap img {
    display: block;
    width: 100%;
    padding: 10px;
    background: #010e23;
}
figcaption {
    text-align: center;
    color: #ffcd83;
}
.top-img-wrap figcaption h4 {
    text-align: center;
    color: #ffcd83;
    font-weight: 100;
    font-family: 'Jost';
    padding: 10px 0px 0px 0px;
    font-size: 19px;
}
.top-img-wrap img{
    height: 330px;
	object-fit: cover;
}
.top-img-wrap figcaption a{
    text-align: center;
    color: #ffcd83;
    font-weight: 100;
    font-family: 'Jost';
}
.top-img-wrap:hover img{
    background: #ffcd83;
    cursor: pointer;
}
.owl-dots{
    text-align: center;
}
.owl-dots span {
    width: 10px;
    height: 10px;
    background: #ffcd83;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.left-icon-box{
    background: #ffa0b8;
}
.content h3 {
    color: #142d63;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Jost';
    letter-spacing: 5px;
}
.content p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Jost';
    font-size: 20px;
    line-height: 28px;
}
.icon-wrap {
    transition: 1s;
    background: #142d63;
    padding: 70px 50px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.icon-wrap i {
    font-size: 45px;
    display: inline-block;
    color: #142d63;
    background: #ffcd83;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
}
.icon-wrap p {
    font-family: 'Jost';
    font-size: 24px;
    margin-top: 15px;
    color: #fff;
}
.icon-wrap:hover{
    transform: scale(1.1);
    transition: 1s;
    cursor: pointer;
}
.icon-wrap:hover i{
    color: #000;
}
.content a.book-btn {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    background: #f3668a;
}
a.book-btn {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    background: #f3668a;
}
a.book-btn:hover{
    background: #000;
}
.content a:hover{
    background: #000;
}
.title {
    color: #ffcd83;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Jost';
    letter-spacing: 8px;
}
.blocks{
    background: url('../images/slider-image.jpg') no-repeat;
    background-size: cover;
}
.block-wrap {
    background: #112c5b;
    padding: 20px;
    margin-bottom: 20px;
}
.type-wrap img{
    width: 100%;
    height: 254px;
	object-fit: cover;
}
.multiple-img {
    display: flex;
    margin-bottom: 30px;
}
.multiple-img span {
    width: 50px;
    height: 50px;
    background: #ffa0b8;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-size: 19px;
    border-radius: 50%;
    box-shadow: -3px 1px 3px 0px #fff;
    border: 2px solid #fff;
    padding: 2px;
}
.multiple-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: -3px 1px 3px 0px #fff;
    border: 2px solid #fff;
    padding: 2px;
}
.block-con h4 {
    color: #ffa0b8;
    margin: 25px 0;
    font-family: 'Jost';
    letter-spacing: 3px;
}
.block-con a{
    color: #000;
    background: #ffa0b8;
    padding: 10px;
    display: inline-block;
    font-weight: 500;
}
.block-wrap:hover{
    background: #0c193c;
    cursor: pointer;
}
.content-wrapper{
    background: #142d63;
}
.content-section p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: 'Jost';
    line-height: 25px;
}
.content-section {
    margin-bottom: 40px;
}
.steps {
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #041e56;
    margin: auto;
    position: relative;
}
.steps img {
    width: 107px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.steps span{
    position: absolute;
    top: 0;
    right: -10px;
    background: #ffcd83;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: 600;
}
.icon-w figcaption{
    text-align: center;
    color: #ffcd83;
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
}
.icon-w {
    margin: 50px 0 30px 0;
    cursor: pointer;
}
.icon-w:hover figcaption{
    color: #fff;
}
.icon-w:hover .steps span{
    background: #fff;
}
img.arrow {
    position: absolute;
    top: 40%;
    right: -10%;
    width: 104px;
}
.right img {
    width: 100%;
    box-shadow: 16px 16px 0px 0px #ffcd83;
}
.content-new h3{
    position: relative;
}
.content-new h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 65px;
    height: 3px;
    left: 115px;
    background: #ffcd83;
}
.content-new h3 span {
    background: #ffcd83;
    font-size: 16px;
    position: relative;
    top: -20px;
    border-radius: 4px;
    padding: 0 10px;
    color: #000;
    letter-spacing: 1px;
}
.content-new h3 {
    color: #ffcd83;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Jost';
    letter-spacing: 8px;
}
.content-new h4 {
    font-family: 'Jost';
    color: #fff;
}
.content-new p {
    text-align: justify;
    color: #fff;
    font-size: 16px;
    font-family: 'Jost';
}
.bg-img{
    position: relative;
    padding: 100px;
    background:url('../images/hot-girl.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	height: 550%;
}
.bg-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000000a1;
}
.banner-content p{
    font-family: 'Jost';
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.banner-content h4 {
    color: #ffcd83;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Jost';
    letter-spacing: 3px;
    font-size: 40px;
}
.banner-content a{
    color: #000;
    background: #ffcd83;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    font-family: 'Jost';
    font-size: 20px;
}
.phone-img img {
    width: 215px;
    display: block;
    margin: auto;
}
.girl-wrapper{
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.girl-wrapper img{
    width: 100%;
    height: 300px;
	object-fit: cover;
}
.girl-wrapper figcaption {
    background: #112c5b;
    padding: 5px 0;
}
.girl-wrapper figcaption h3{
    font-size: 18px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a8f;
    transform: scale(0);
    transition: 1s;
    border: 1px solid #fff;
}
.overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.girl-wrapper:hover .overlay{
    transform: scale(0.9);
    cursor: pointer;
}
ul.location {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.location li{
    display: inline-block;
    margin-bottom: 10px;
}
ul.location li a{
    display: inline-block;
    border:1px solid #fff;
    color: #fff;
}
ul.location li a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    box-shadow: inset 1px -1px 7px 1px #000;
}
ul.location li a i{
    margin-right: 10px;
}
ul.location li a:hover{
    background: #000;
    color: #fff;
}
.other h3 {
    font-family: 'Jost', sans-serif;
    color: #fdcb83;
    font-size: 24px;
    margin-bottom: 30px;
}
.other p{
    color: #fff;
    text-align: justify;
    font-family: 'Jost';
}
ul.information {
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.information li a{
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Jost';
}
ul.information li a i {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    margin-right: 10px;
}
ul.footer-location {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-location li a{
    color: #fff;
    font-family: 'Jost';
}
ul.footer-location li a i{
    margin-right: 10px;
}
.copyright p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-family: 'Jost';
    color: #fff;
    background: #0b183b;
}
.breadcrumb-wrap{
    position: relative;
}
.breadcrumb-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
}
.breadcrumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.breadcrumb-text h1{
    color: #fff;
    font-family: 'Jost';
}
.breadcrumb-text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb-text ul li{
    display: inline-block;
}
.breadcrumb-text ul li a{
    display: inline-block;
    color: #fff;
}
form.enquire {
    background: #142d63;
    padding: 15px;
    width: 80%;
    margin: auto;
}
h4.color-white {
    font-family: 'Jost';
    color: #ffc868;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #fff;
}
.img-port{
    position: relative;
}
.img-port img{
    width: 100%;
}
.img-port figcaption{

}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #fff;
}
.img-port figcaption {
    position: absolute;
    background: #f3668a;
    padding: 10px;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 1px #0b0f2c;
}

@media screen and (max-width: 768px){
    img.arrow{
        display: none;
    }
    .top-header ul li {
        border-right: 0;
    }
    .top-header ul li a {
        padding: 1px;
        font-size: 12px;
    }
    .top-header ul li {
        border-right: 0;
    }
    ul.social-icon{
        text-align: center;
    }
    .top-header {
        background: #0d2045;
    }
    .navigation {
        background: #0d2045;
    }
    header {
        position: relative;
        width: 100%;
        z-index: 9;
    }
    #slideimg {
        width: 100%;
        height: 55vh;
    }
    .slider .figcaption {
        position: absolute;
        top: 5%;
        left: 3%;
        width: 354px;
        border: 5px solid #fff;
        padding: 6px;
    }
    #img6 {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 38%;
    }
    #img5 {
        display: none;
    }
    #img4 {
        display: none;
    }
    #img3 {
        display: none;
    }
    #img2 {
        position: absolute;
        top: 10px;
        right: 0%;
    }
    #img1 {
        position: absolute;
        left: 3px;
        bottom: 0px;
    }
    span.fa.fa-bars{
        color: #fff;
    }
	.top-img-wrap img {
    height: 480px;
    object-fit: cover;
}
.type-wrap img {
    width: 100%;
    height: 444px;
}
.girl-wrapper img {
    width: 100%;
    height: 532px;
    object-fit: cover;
}
}