@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat+Subrayada:wght@700&display=swap');
/*font-family: 'Great Vibes', cursive;*/

/*font-family: 'Raleway', sans-serif;*/

.text-center {
    text-align: center !important;
}

.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: #112c5b;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 65px;
    right: 20px;
}

.img-100 {
    width: 100%;
}

.nav {
    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: 'Raleway', sans-serif;
}

.top-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-header ul li {
    display: inline-block;
}

.top-header {
    border-bottom: 1px solid #384851;
    display: none;
}

.navigation {
    padding: 5px;
}

header {
    background: #06193a;
}

.top-header ul li a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}

.top-header ul li {
    border-right: 1px solid #384851;
}

.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: 'Raleway', sans-serif;
}

.top-header ul li a:hover {
    color: #ffa0b8;
}

.navigation a.nav-link {
    font-family: 'Raleway', sans-serif;
    margin-right: 25px;
    background-image: linear-gradient(98.3deg, rgba(0, 0, 0, 1) 10.6%, rgb(11 23 44) 97.7%);
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
    font-size: 14px;
    padding: 10px 20px 10px 40px !important;
    display: block;
}

.navigation a.nav-link:hover {
    color: #fff;
    background-image: radial-gradient( circle 1192px at 21.5% 49.5%, #ff9800 0.1%, rgba(0, 0, 0, 1) 100.2%);
    border-color: #fff;
    padding: 10px 40px 10px 40px !important;
}

.navbar-brand h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.banner-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient( circle 1192px at 28.5% 57.5%, #00000014 0.1%, rgb(6 25 58 / 30%) 100.2%);
}

.banner-img {
    position: relative;
}

/*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*/

.banner-img img {
    width: 100%;
}

#img1 {
    position: absolute;
    right: 50px;
    top: 200px;
}

#img2 {
    position: absolute;
    bottom: 34%;
    right: 36%;
}

#img3 {
    position: absolute;
    top: 50%;
    right: 40%;
}

#img4 {
    position: absolute;
    bottom: 36%;
    left: 4%;
}

#img5 {
    position: absolute;
    top: 150px;
    right: 50px;
}

#img6 {
    position: absolute;
    right: 200px;
    bottom: 0;
    width: 30%;
}

.slider .figcaption {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 62%;
    padding: 40px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.slider .figcaption h4 {
    font-size: 45px;
    color: #f5f5f5;
    margin-bottom: 9px;
    font-weight: bold;
}

.slider .figcaption p {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.slider .figcaption a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding: 10px 15px;
    display: inline-block;
    background: #00225e;
    width: 150px;
    border-radius: 5px;
}

.slider .figcaption a:hover {
    background: #000;
    color: #fff;
}

.dropdown-item {
    font-family: 'Raleway', sans-serif;
}

.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px #0000005c;
}

.top-owl {
    background: #06193a;
}

.top-owl h4.owl-title {
    color: #003768;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

.top-img-wrap {
    background: #010e23;
    padding: 10px;
}

.top-img-wrap img {
    display: block;
    width: 100%;
}

.top-img-wrap figcaption {
    text-align: center;
    color: #ffbf00;
    padding: 5px;
    font-weight: 800;
}

.top-img-wrap figcaption h4 {
    text-align: center;
    color: #ffcd83;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    padding: 10px 0px 0px 0px;
    font-size: 19px;
}

.top-img-wrap img {
    height: 310px;
}

.top-img-wrap figcaption a {
    text-align: center;
    color: #ffc30f;
    margin-top: 3px;
    display: inline-block;
    font-weight: 800;
}

.top-img-wrap figcaption a:hover {
    color: #fff;
}

.top-img-wrap:hover img {
    cursor: pointer;
}

.owl-dots {
    text-align: center;
}

.owl-dots span {
    width: 10px;
    height: 10px;
    background: #06193a;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.owl-nav {
    display: none;
}

.left-icon-box {
    background: #ffa0b8;
}

.content h3 {
    color: #142d63;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
}

.content p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.icon-wrap {
    transition: 1s;
    background: #142d63;
    padding: 30px 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: 'Raleway', sans-serif;
    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 30px;
    display: inline-block;
    background: #142d63;
}

a.book-btn {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    background: #142d63;
}

a.book-btn:hover {
    background: #000;
}

.content a:hover {
    background: #000;
}

.title {
    color: #003768;
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

.blocks {
    background: #0e003e;
}

.block-wrap {
    background: #112c5b;
    padding: 20px;
    margin-bottom: 20px;
}

.type-wrap img {
    width: 100%;
    height: 254px;
}

.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: 'Raleway', sans-serif;
    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: #fff;
}

.content-section p {
    color: #686767;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
    font-weight: bold;
}

.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;
    font-family: 'Raleway', sans-serif;
}

.icon-w figcaption a {
    color: #ffcd83;
    font-family: 'Raleway', sans-serif;
}

.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;
}

.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: 'Raleway', sans-serif;
    letter-spacing: 8px;
}

.content-new p {
    text-align: justify;
    color: #d7d4d4;
    font-size: 15px;
}

.bg-img {
    position: relative;
    padding: 100px;
    background: url('../images/hot-girl.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bg-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}

.bg2-img {
    position: relative;
    padding: 100px;
    background: url('../images/call-girl-gurugram.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bg2-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}

.banner-content p {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.banner-content h4 {
    color: #ffcd83;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    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: 'Raleway', sans-serif;
    font-size: 20px;
}

.phone-img img {
    width: 71%;
    display: block;
    margin: auto;
    border-radius: 4px;
    box-shadow: 1px 1px 21px 1px #bf0fa8;
}

.girl-wrapper {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.girl-wrapper img {
    width: 100%;
    height: 340px;
}

.girl-wrapper figcaption {
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.girl-wrapper:before {
    content: '';
    position: absolute;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to bottom, #00000040, #000000);
    background: linear-gradient(to bottom, #00000040, #000000);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.girl-wrapper figcaption h3 {
    font-size: 18px;
    font-family: 'Raleway';
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a8f;
    transform: scale(0);
    transition: 1s;
}

.overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.girl-wrapper:hover .overlay {
    transform: scale(1);
    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 #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    background: #112c5b;
}

ul.location li a {
    font-family: 'Raleway', sans-serif;
    margin-right: 18px;
    background-image: linear-gradient(98.3deg, rgb(255 152 2) 10.6%, rgb(11 23 44) 97.7%);
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
    font-size: 14px;
    padding: 10px 20px 10px 40px !important;
    display: block;
}

ul.location li a:hover {
    color: #fff;
    background-image: radial-gradient( circle 1192px at 21.5% 49.5%, #ff9800 0.1%, rgba(0, 0, 0, 1) 100.2%);
    border-color: #fff;
    padding: 10px 40px 10px 40px !important;
}

ul.location li a i {
    margin-right: 10px;
}

.other h3 {
    font-family: 'Raleway', sans-serif;
    color: #fdcb83;
    font-size: 24px;
    margin-bottom: 30px;
}

.other p {
    color: #fff;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
}

ul.information {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

ul.information li a {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

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: 'Raleway', sans-serif;
}

ul.footer-location li a i {
    margin-right: 10px;
}

.copyright p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background: #292731;
}

.breadcrumb-wrap {
    position: relative;
}

.breadcrumb-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
}

.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: 'Raleway', sans-serif;
}

.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: 'Raleway', sans-serif;
    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: #142d63;
    padding: 10px;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 1px #0b0f2c;
    color: #fff;
    text-align: center;
}

.navigation.fixed a.nav-link {
    color: #003768;
    background-image: none;
    text-shadow: none;
}

.banner-content {
    padding: 20px;
    text-align: center;
}

.location-wrap {
    background: #06193a;
}

.bg-gray {
    background: #00376814;
}

footer {
    background: #1c1b22;
    padding: 47px 0 30px 0;
}

.social {
    padding: 0;
    list-style: none;
    margin: 30px auto 0px;
    text-align: center;
    width: 38%;
}

.social li {
    display: inline-block;
}

.social li a {
    display: inline-block;
    width: 45px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: #fff;
}

.social li a:hover {
    background: #000;
    color: #fff;
}

.fb {
    background: #3a559f;
}

.insta {
    background: #ab368d;
}

.youtube {
    background: #f00;
}

.rss {
    background: #ea7819;
}

.reddit {
    background: #ff4300;
}

.snapchat {
    background: #fffc01;
}

.left-img {
    width: 100%;
}

.breadcrumb-wrap img {
    width: 100%;
}

.phone-sec img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 4px;
    box-shadow: 1px 1px 21px 1px #142d63;
}

.steps-wrapper {
    background-image: linear-gradient(98.3deg, rgba(0, 0, 0, 1) 10.6%, rgb(11 23 44) 97.7%);
}

.color-white {
    color: #fff !important;
}

.f_clr03.color10.xs-10 {
    color: #ff7600;
    text-align: left;
    font-family: 'Raleway';
    margin-bottom: 20px;
}

.rating i {
    color: #ffbf00;
}

img.logo {
    width: auto;
}

a.tel {
    background: none !important;
    width: auto !important;
    font-family: sans-serif !important;
    font-weight: bold;
    font-size: 31px;
    color: #003695 !important;
    text-shadow: 1px 1px 0px #d96c00;
    padding: 0px !important;
}

a.tel:hover {
    color: #fff !important;
}

p.subTitle {
    margin-bottom: 8px !important;
    font-size: 20px !important;
    text-transform: uppercase;
}

h4.logo-text {
    font-size: 62px !important;
    color: #003695 !important;
    text-shadow: 1px 2px 0px #a15700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.icon-section.common-padding {
    background: #06193a;
}

.ico-wrap {
    text-align: center;
    padding: 0 20px;
}

.ico-wrap h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ff9802;
    font-weight: bolder;
    text-shadow: 2px 0 black;
    margin-top: 10px;
}

img#left {
    margin: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ico-wrap p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.ico-wrap a {
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff24;
    margin-top: 10px;
}

.ico-wrap a i {
    margin-left: 5px;
}

.ico-wrap a:hover {
    background: #00000057;
}

.ico-wrap img {
    width: 80px;
}

.border-img {
    margin: auto;
    display: block;
    margin-bottom: 21px;
    width: 175px;
}

span.one {
    font-size: 31px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    color: #112c5b;
}

span.two {
    font-size: 18px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    color: #ff7600;
}

.logo-img {
    margin: auto;
    display: block;
    width: 100px;
    margin-bottom: 5px;
}

.bg-dot {
    background: url('../images/dot.png') repeat;
}

.right img {
    width: 100%;
    box-shadow: 2px 2px 7px 1px #0e003ec7;
    padding: 25px 25px 0px 0px;
}

.img-right {
    background: #06193a;
}

.book-btn a {
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff24;
    margin-top: 10px;
}

.book-btn a i {
    margin-left: 5px;
}

.blink {
    width: 200px;
    height: 50px;
    background-color: magenta;
    padding: 15px;
    text-align: center;
    line-height: 50px;
}

.gif {
    font-size: 34px;
    font-family: 'Great Vibes', cursive;
    color: #ff9800;
    animation: blink 0.5s linear infinite;
    margin: 0;
    text-align: center;
}

@keyframes blink {
    0% {
        text-shadow: 3px 3px 32px #e5e5e5
    }
    50% {
        text-shadow: 1px 1px 12px #e5e5e5;
    }
    100% {
        text-shadow: 3px 3px 32px #e5e5e5
    }
}

p.one {
    display: flex;
    justify-content: space-between;
}

p.two {
    display: flex;
    justify-content: space-between;
}

span.rightimg img {
    width: auto !important;
    height: auto;
    padding: 0;
    background: none;
}

figcaption p {
    margin: 0;
}

.btext {
    font-size: 16px;
    color: white;
    animation: owls 1s linear infinite;
    position: relative;
    margin-left: 22px;
    font-weight: 600;
    font-family: sans-serif;
}

@keyframes owls {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.btext:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: green;
    left: -21px;
    top: 0px;
}

ul.breadList {
    display: flex;
    justify-content: center;
    list-style: none;
}

ul.breadList li a {
    background: none !important;
    padding: 0 10px !important;
    width: auto !important;
}

.girl-port {
    background: #000d24;
}

@media screen and (max-width: 768px) {
    .top-header {
        display: block;
    }
    .social {
        width: 100%;
    }
    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%;
    }
    .banner-content h4 {
        color: #ffcd83;
        margin-bottom: 20px;
        font-family: 'Raleway', sans-serif;
        letter-spacing: 3px;
        font-size: 25px;
    }
    .bg-img {
        padding: 15px;
    }
    .bg2-img {
        padding: 15px;
    }
    .social li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .slider .figcaption {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 354px;
        border: none;
        padding: 0;
    }
    #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;
    }
    .slider .figcaption p {
        margin-bottom: 2px;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        display: none;
    }
    .slider .figcaption h4 {
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        margin-bottom: 0px;
    }
    .navigation.fixed a.nav-link {
        color: #fff;
    }
    h4.logo-text {
        font-size: 22px !important;
    }
    p.subTitle {
        display: none;
    }
    img.logo {
        width: 100px;
    }
    .slider .figcaption a {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        padding: 5px;
        display: inline-block;
        background: #00225e;
        width: 125px;
        border-radius: 5px;
    }
    a.tel {
        background: none !important;
        width: auto !important;
        font-family: sans-serif !important;
        font-weight: bold;
        font-size: 22px;
        color: #003695 !important;
        text-shadow: 1px 1px 0px #d96c00;
        padding: 0px !important;
    }
    .nav {
        width: 100%;
        display: block;
    }
    .navbar {
        padding: 0;
    }
    .navigation a.nav-link {
        margin-right: 0;
        margin-bottom: 5px;
    }
    ul.breadList {
        display: flex;
        justify-content: center;
        list-style: none;
        margin-bottom: 2px;
    }
}

@media screen and (min-width: 768px) {
    .girl-profile.common-padding .col-sm-3 {
        padding: 0px 4px;
    }
}