@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

/*font-family: 'Raleway', sans-serif;*/

.row{
    width: 100%;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn{
    background: none;
    padding: 0px;
}
.btn:hover{
    background: none;
}
.navbar.navbar-expand-lg{
    padding: 0px;
}

span{
    font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    background: #ebeffd;
    box-shadow: 1px 5px 4px 0px #0000004f;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #46589F;
    color: #fff;
    transition: all 0.3s; 
    height: 100vh;
    position: absolute;
    z-index: 9;
    overflow: auto;
}
#close{
    cursor: pointer;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #46589F;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


#content {
    width: 100%;
    padding: 10px;
    transition: all 0.3s;
}
.sidebar-header h3{
    font-size: 22px;
}
.topbar ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.topbar ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
}
.top-header {
    background: #ebeffd;
    border-bottom: 1px solid #47748b1f;
    padding: 10px;
}
.topbar ul li i {
    color: #46589f;
    display: inline-block;
    margin-right: 5px;
}
.logo img{
    width: 180px;
    margin: auto;
    display: block;
}
.ph{
    display: block;
    text-align: right;
    font-size: 16px;
    color: #384A8E;
    margin-top: 10px;
}
.ph i{
    margin-right: 5px;
}
#sidebarCollapse {
    font-size: 16px;
    color: #384A8E;
    margin-top: 10px;
}
.carousel-item{
    position: relative;
}
.carousel-caption {
    position: absolute;
    top: 56%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.carousel-caption h5{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #fff;
}
.carousel-caption p{
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color: #fff;
}
.slider-btn{
    text-align: center;
    text-decoration: none;
}
.slider-btn li{
    display: inline-block;
}
.fbtn{
    padding: 10px 35px;
    border:1px solid #fff;
    color: #fff;
    display: inline-block;
}
.sec-btn{
    padding: 10px 35px;
    color: #000;
    background: #fff;
    border:1px solid #fff;  
    display: inline-block; 
}
.sec-btn:hover{
    color: #000;
}
.carousel-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000059;
}
.wrapper.sticky.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background: #f4f6fe;
}
.common-padding{
    padding: 50px 0;
}
.text-center{
    text-align: center !important;
}
.title {
    color: #283771;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: bold;
}
.small-title {
    color: #0d0d0da8;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}
.mid-content-wrap p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
}
.dark-bg {
    background: #91a5f22e;
}
.gallery-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    background: #283771;
    padding: 7px;
}
.gallery-img img{
    width: 100%;
    height: 310px;
}
.gal-text {
    position: absolute;
    bottom: 0;
}
.gallery-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000047;
}
.girl-info h3 {
    color: #fff;
    font-size: 21px;
    padding: 5px;
    font-family: 'Raleway', sans-serif;
}
.girl-info {
    position: absolute;
    top: -100%;
    background: #00000047;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    padding: 30px;
}
.gallery-img:hover .girl-info{
    display: block;
    height: 100%;
    top:0;
    transition: 0.5s;
}
.girl-info ul{
    padding: 0;
    list-style: none;
}
.girl-info ul li {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 29px;
}
#top-gallery .owl-nav {
    text-align: center;
}
#top-gallery .owl-nav span {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    margin-right: 15px;
}
.light-green{
    background: #ebeffd8f;
}
#top-gallery .owl-dots {
    display: none;
}
.baner-img img{
    width: 100%;
}
.section-content p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: justify;
}
.right-img img {
    width: 100%;
    box-shadow: 1px 6px 8px 2px #435495;
    margin-top: 15px;
}
.bg img{
    width: 100%;
}
.bg{
    position: relative;
}
.bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009e;
}
.overlay-content h3{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    font-size: 32px;
}
.overlay-content p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #fff;
    line-height: 30px;
}
.overlay-content {
    position: absolute;
    left: 6%;
    top: 50%;
    padding: 58px;
    width: 50%;
    transform: translateY(-50%);
}
.overlay-content a{
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border:1px solid #fff;
}
.escort-city{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.escort-city h3 {
    color: #fff;
    background: #283771;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
.escort-city li{
    display: inline-block;
}
.escort-city li a {
    color: #283771;
    padding: 7px 10px;
    display: inline-block;
    border: 1px solid #28377182;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.escort-city li a:hover{
    background: #283771;
    color: #fff;
}
.section-content img{
    width: 100%;
    margin-bottom: 30px;
}
.footer-link p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}
.footer-link ul{
    list-style: none;
    margin: 0;
}
.footer-link ul li a {
    color: #283771;
    padding: 7px 10px;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.add li{
    display: flex;
    padding: 5px;
}
.add li a{
    padding: 0px 10px !important;
}
.copyright p {
    padding: 15px;
    margin: 0px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    background: #d5defb;
    color: #000;
}
.footer-link h3 {
    color: #283771;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.social{
    list-style: none;
    margin: 0;
}
.social li{
    display: inline-block;
}
.social li a{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #d5defb;
    color: #fff;
    text-align: center;
}
footer{
    padding: 40px 0;
}
.left-side h1 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: bold;
}
.blist{
    padding: 0;
    margin: 0;
    list-style: none;
}
.blist li{
    display: inline-block;
    color: #fff;
}
.blist{
    text-align: right;
}
.breadcrumb-wrap {
    background: #6981df;position: relative;
}
.breadcrumb-wrap img{
    width: 100%;
}
.iwrap {
    width: 100%;
    border: ;
    padding: 5px;
    background: #6981df;
}
.f_clr03.color10.xs-10.color-white {
    background: #46589f;
    margin: 0;
        margin-top: 0px;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
#callme a {
    position: fixed;
    z-index: 99;
    bottom: 75px;
    right: 20px;
    background: #46589f;
    font-size: 30px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.whatsapp a {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    background: #0b8a13;
    font-size: 30px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
#lightgallery img {
    width: 100%;
    height: 310px;
}
.pass {
    width: 53%;
    margin: 30px auto;
    text-align: center;
    background: #f1f1f1;
    padding: 30px;
}
.custom {
    width: 100%;
    margin: 15px 0;
    padding: 10px;
}
.submit {
    background: #283771;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    padding: 10px 34px;
    width: 100%;
}
ul.gal {
    margin: 40px auto 0;
    width: 100%;
    background: url(../images/line.jpg) center center repeat-y;
    height: auto;
    position: relative;
    padding: 0 0 80px;
}
ul.gal li {
    float: left;
    padding: 20px;
    width: 47.5%;
    background: rgb(72, 95, 174);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 10px 0;
    position: relative;
    z-index: 5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

ul.gal{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.gal li img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #0000005c;
    height: 500px;
}
ul.gal li.left::before {
    border-right: 10px solid transparent;
    border-left: 10px solid #485fae;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    content: "";
    position: absolute;
}
ul.gal li.right::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #485fae;
    border-left: 10px solid transparent;
    position: absolute;
    content: "";
    left: -20px;
}
ul.gal li:nth-of-type(2n) {
    float: right;
    clear: right;
}
ul.gal li.left::after {
    content: '';
    position: absolute;
    right: -6.9%;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #283772;
    border-radius: 100px;
    top: 18px;
    z-index: 20;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
ul.gal li.right::after {
    content: '';
    position: absolute;
    left: -6.9%;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #283772;
    border-radius: 100px;
    top: 18px;
    z-index: 20;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
ul.gal li figcaption h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin: 5px 0 10px;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.gal li figcaption p {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #fff;
}
.book {
    color: #fff;
    background: #0a289b;
    padding: 10px 20px;
    display: inline-block;
}
.book:hover{
    background: #fff;
}
ul.gal li:hover{
    background: rgb(41, 64, 145);
}
.left-img img{
    width: 100%;
    box-shadow: -17px 18px 0px 1px #283771;
}
.fet-img img{
    width: 80px;
    height: 85px;
    border-radius: 50%;
}
.fet-img{
    text-align: center;
    padding: 20px;
}
.fet-img figcaption h3 {
    color: #283771;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: bold;
}
.fet-img figcaption p {
    color: #283771;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
.one {
    border-right: 3px solid #283771;
    border-bottom: 3px solid #283771;
    border-bottom-right-radius: 30px;
}
.two {
    border-left: 3px solid #283771;
    border-bottom: 3px solid #283771;
    border-bottom-left-radius: 30px;
}
.three {
    border-right: 3px solid #283771;
    border-top: 3px solid #283771;
    border-top-right-radius: 30px;
}
.four {
    border-left: 3px solid #283771;
    border-top: 3px solid #283771;
    border-top-left-radius: 30px;
}
.cat-new .col-sm-6{
    padding: 0px;
}
.ul-gal{
    background: #090f28;
}
.ul-gal .title{
    color: #fff;
}
.ul-gal .small-title {
    color: #ccc;
}
#lightgallery a {
    display: block;
    background: #384a8e;
    padding: 5px;
    margin-bottom: 5px;
}
.breadcrumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    background: #0809107d;
    padding: 30px;
    border-radius: 10px;
}

@media (max-width: 768px) {  
    ul.gal li img {
        width: 100%;
        border-radius: 5px;
        box-shadow: 1px 1px 1px 1px #0000005c;
        height: auto;
    }
    ul.gal li {
        float: none;
        width: 100%;
    }
    ul.gal li.right::after{
        content: none;
    }
    ul.gal li.left::after{
        content: none;
    }
    ul.gal li:nth-of-type(2n) {
        float: none;
        clear: right;
    }
    .bg .overlay-content {
        position: relative;
        left: 0%;
        top: 50%;
        padding: 15px;
        width: 100%;
        transform: translateY(0%);
        background: #46589f;
    }
    .fet-img{
        min-height: 300px;
    } 
    .left-img img{
        margin-bottom: 30px;
    } 
    .fet-img{
        text-align: center;
        padding: 10px;
    }
    #sidebarCollapse span {
        display: none;
    }
    .pass {
        width: 100%;
    }
    .ph{
        display: none;
    }
    .title {
        font-size: 19px;
    }
    .footer-link ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .row {
        width: auto;
    }
    .blist {
        text-align: left;
    }
    .breadcrumb-text {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 92%;
        transform: translate(-50%,-50%);
        background: #0809107d;
        padding: 10px;
        border-radius: 10px;
    }
    .left-side h1 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-weight: bold;
    }
}


@media screen and (min-width: 768px){
    #gal .col-sm-3{
        padding: 0 3px;
    }
    #lightgallery .col-md-3{
        padding: 0 3px;
    }
}











