@charset "utf-8";

/* CSS Document */

.page-hdr {
    margin: auto;
    width: 25%;
    font-size: 50px;
    text-align: center;
    background: red;
    border-radius: 40px;
}

.page-hdr:before {
    border-left: 2px solid #fff;
}

.c1 {
    border: 4px double #ffffff;
    background: #000000ad;
    padding: 10px;
}

.c2 {
    border: 2px dashed #ff0303;
    padding-top: 15px;
    background: transparent;
    border-radius: 0px;
    margin-top: 15px;
}

.c3 {
    margin-top: 15px
}

.c3 img {
    border: 4px double #ff0303;
    margin-bottom: 15px
}

body {
    margin: 0;
    padding: 0;
}

c1 img {
    border: 5px solid red;
}

p {
    text-align: justify;
}


/*------start top header---------*/

.top-txt1 {
    width: 100%;
    color: #fff;
    background: #522f03;
    text-align: center;
    letter-spacing: 30px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: bold;
}

.top-txt2 {
    width: 100%;
    color: #fff;
    background: #ff080869;
    text-align: center;
    letter-spacing: 30px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: bold;
}

.top-header {
    background: #00ccff;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
}

.top-header h4 a {
    font-size: 14px;
    color: #000;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    float: left;
    margin-left: 50px;
    letter-spacing: 1px;
}

.top-header span {
    color: #000;
    padding-right: 10px;
}

.top-header i {
    color: #FFFFFF;
    margin-top: 7px;
    cursor: pointer;
    float: right;
    background: #000;
    padding: 6px;
    margin-right: 10px;
}

@media (max-width:768px) {
    .top-header i {
        display: none;
    }
    .top-header h4 a {
        line-height: 30px;
        letter-spacing: 0.8px;
    }
}


/*-----start navbar---------*/
.cr-bold{font-weight:bold;color:#fff;}
.cr-bold a{font-weight:bold;color:#fff;}
.cr-bold a:hover{font-weight:bold;color:#f58c27;text-decoration:none}
.social-icons{margin: 0;padding: 0;width: auto;text-align:center;}
.social-icons li {display: inline-block;margin: -1px 1px 5px 0;padding: 0;border-radius: 100%;overflow: visible;}


.sub-menu ul{list-style:none;padding-left: 0;margin-top:30px;text-align: center; }
.sub-menu ul li{border-left: 1px solid #505050;float:left;color:#fff;font-size:13px;font-weight:500;margin-right:10px;}
.sub-menu li:first-child {border: medium none;padding-left: 0;}
.sub-menu ul li a{color:#fffa00;text-decoration:none;margin-left:15px;}
.sub-menu ul li a:hover{color:#000;transition:0.5s;} 

.navbar {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff !important;
    border: #f46b42 !important;
    background: none !important;
}

#logo {
    margin-top: -15px;
}

.icon-bar {
    background-color: #f4a941 !important;
}


/*=====start main content==========*/

.section-1 {
    background: #000;
    margin-top: -20px;
}

.section-1 img {
    margin-top: 40px;
}

.section-1 h1 {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 22px;
}

.section-1 p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #777777;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.section-2 {
    background: #000;
}

.section-2 img {
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.section-2 p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #777777;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.footer{background:transparent; width:100%; height:auto; padding-bottom:10px;border-top:2px solid #f13b37;}
.footer h3{color:#fff; font-size:22px; font-weight:400; letter-spacing:1.5px;font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; border-bottom:1px dotted #fff; line-height:70px;}
.footer p{ font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#fff; text-align:center; line-height:25px; letter-spacing:0.7px; font-size:14px; margin-top:25px;}
.footer h4 a{font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#fff; font-size:16px; font-weight:400; letter-spacing:1.5px; line-height:35px;}
.footer span{color:#fff; padding-right:15px;}
.footer i{color:#fff; padding:15px; margin-top:20px; font-size:16px; }
.footer i:hover{ border-radius:100%; transition: all ease-in-out 0.8s;}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu ul li {
    font-family: 'Arsenal';
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #fff;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
}

.menu ul li a:hover {
    color: #ff0066;
    transition: 0.5s;
}


/*scroll top button*/

.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 0%;
    text-decoration: none !important;
}

.scrollToTop span {
    display: block;
    margin-top: 14px;
    transition: all 0.2s ease-in-out;
    color: #ff0303;
    font-size: 25px;
}

.scrollToTop:hover span {
    margin-top: 10px;
}


/*start about*/

.section-about h2 {
    border: 1px solid red;
    width: 80px;
}

 

.section-about {
    background-image: url(../img/bangalore-escorts-6.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -20px;
}

@media (max-width:1268px) {
    .section-about {
        background: #cccccc;
        width: 100%;
        height: auto;
    }
    .section-about h2 {
        border: 1px solid red;
        width: 80px;
        margin-left: 20px;
    }
    .section-about h1 {
        font-family: 'Comfortaa';
        color: #000;
        font-size: 24px;
        padding-top: 20px;
        font-weight: 600;
        text-indent: 20px;
    }
}

.section-about ul li {
    list-style: none;
    float: left;
    margin-left: 5px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-family: 'Comfortaa';
    font-style: italic;
    color: #fff;
}

.section-about ul li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.section-about ul li:hover a {
    color: #F4383B;
}

.section-about ul li a.a_active {
    color: #ff0066;
}

.section-about span {
    padding: 0px 5px;
    color: #009846;
    font-size: 18px;
}

.section-about02 {
    background: #000;
}

.section-about02 p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #777777;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}


/*------Start price-----------*/

* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 100%;
    padding: 12px;
    margin: 20px 0px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    background-color: #ff0066;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #401b1b;
    font-size: 20px;
}

.button {
    background-color: #ff0066;
    border: none;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.menu-styl {
    border: 4px double #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin:0 auto;
}
@media handheld, only screen and (max-width: 991px) {
     .page-hdr {
    margin: auto;
    width: 50%;
    font-size: 40px;
    text-align: center;
    background: red;
    border-radius: 40px;
     }
}
@media handheld, only screen and (max-width: 768px) {
     .page-hdr {
    margin: auto;
    width: 50%;
    font-size: 40px;
    text-align: center;
    background: red;
    border-radius: 40px;
     }
}
@media handheld, only screen and (max-width: 640px) {
     .page-hdr {
    margin: auto;
    width: 50%;
    font-size: 40px;
    text-align: center;
    background: red;
    border-radius: 40px;
     }
}
@media handheld, only screen and (max-width: 480px) {
    .top-txt1 {
    width: 100%;
    color: #fff;
    background: #522f03;
    text-align: center;
    letter-spacing: 22px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: bold;
    }
    .page-hdr {
    margin: auto;
    width: 50%;
    font-size: 30px;
    text-align: center;
    background: red;
    border-radius: 40px;
}
     
}
@media handheld, only screen and (max-width: 320px) {
 .top-txt1 {
    width: 100%;
    color: #fff;
    background: #522f03;
    text-align: center;
    letter-spacing: 22px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: bold;
    }
    .top-txt2 {
    width: 100%;
    color: #fff;
    background: #522f03;
    text-align: center;
    letter-spacing: 25px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: bold;
    }
    .page-hdr {
    margin: auto;
    width: 50%;
    font-size: 20px;
    text-align: center;
    background: red;
    border-radius: 40px;
}
    
}
 