/*
Theme Name: Rentfunparties
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/**
 * 3.0 Typography
 */


@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
.footer:before,
.our_secBx:after,
.section1:before {
    content: ""
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 16px;
    line-height: 26px
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

.top-head {
    background-color: #2185c5
}

.logo {
    margin-top: 10px!important
}

header .navbar {
    margin-bottom: inherit
}

.banner .carousel-caption {
    top: 20%;
    right: 25%;
    left: 25%
}

.banner .carousel-caption h1 {
    font-weight: 900;
    margin-bottom: 40px
}

.ngg-gallery-thumbnail img {
    width: 100%;
    min-height: 161px
}

.carousel-caption .carousel-text {
    background-color: #000;
    background-color: rgba(0, 0, 0, .56);
    padding: 53px
}

.section1 {
    background-image: url(../Images/parallax-image1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 10px;
    height: auto
}

.section1:before {
    background: rgba(0, 0, 0, .59);
    position: absolute;
    width: 100%;
    height: 450px
}
.shailan-dropdown-menu > ul > li {
    margin-top: 36px !important;
}
ul.sub-menu > li {
    padding: 5px 0px !important;
}
ul.dropdown li ul {
    position: absolute;
    z-index: 598;
    width: 217px !important;
background:#2185c5;
    top: 40px!important;

}
ul.sub-menu li {
    padding: 10px 23px !important;
    border-bottom: 1px solid #fff;
}

ul.sub-menu li a {
    color: #fff !important;
}
.transparent-box {
    background-color: rgba(255, 255, 255, .25);
    height: 450px;
    border-radius: 5px
}

.section1 .services-img {
    text-align: center;
    padding: 75px 20px 10px
}

.section1 .services-img img {
    border: 5px solid #fff;
    border-radius: 50%;
    max-width: 100%;
    height: auto
}

.purple {
    background-color: #ce3c80
}

.purple:hover {
    opacity: .8;
    transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out
}

.blue {
    background-color: #2185c5
}

.blue:hover {
    opacity: .8;
    transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out
}

.section1 .services-head h3 {
    text-align: center;
    padding: 20px 5px;
    color: #fff;
    font-weight: 700
}

.section2 {
    margin: 50px 0
}

.section2 .parties-back {
    background-color: #e9e9e9;
    padding: 5px;
    margin: 21px 0
}

.section2 .parties-back .media-body {
    padding: 0 5px
}

.section2 .parties-back h3 {
    font-size: 19px;
    font-weight: 700;
    padding: 5px 0
}

.section3 .heading h2,
.section3 .thumbnail h3 {
    font-weight: 900;
    text-align: center
}

a.btn-blue,
a.btn-purple {
    border-color: #d43f3a;
    padding: 4px 6px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff
}

.parties-back img:hover {
    z-index: 99999;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.1);
    transition: all .2s ease-in;
    transform: scale(1.1)
}

a.btn-purple {
    background-color: #ce3c80
}

a.btn-purple:hover {
    background-color: #2185c5
}

a.btn-blue:hover {
    background-color: #ce3c80
}

a.btn-blue {
    background-color: #2185c5
}

.section3 .heading h2 {
    margin-bottom: 40px
}

.section3 .thumbnail {
    border: inherit
}

.section3 .thumbnail p {
    text-align: center
}

.our_secBx {
    position: relative
}

.our_secBx:after {
    position: absolute;
    background-image: url(../Images/right-border.png);
    background-size: cover;
    height: 300px;
    width: 2px;
    right: 0;
    top: 0
}

.footer {
    background-image: url(../Images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 377px;
    position: relative;
    margin-top: 60px;
    padding-bottom: 20px
}

.footer:before {
    background-color: rgba(121, 91, 117, .43);
    position: absolute;
    width: 100%;
    height: 100%
}

.footer h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 60px 10px 30px;
    color: #fff
}

.footer p {
    font-weight: 500;
    margin: 0 10px;
    color: #fff;
    line-height: 30px
}

.footer a:hover,
a:focus {
    color: #fff;
    text-decoration: none
}

.con-box {
    background-color: rgba(255, 255, 255, .26);
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px
}

.con-box input[type=email],
.con-box input[type=text],
select,
textarea {
    padding: 5px 10px;
    border: inherit;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 5px;
    resize: vertical;
    background-color: #cdcdcd;
    font-size: 14px;
    width: 100%
}

.con-box textarea {
    height: 80px
}

.con-box input[type=submit] {
    background-color: #ce3c80;
    color: #fff;
    padding: 0 18px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    margin: -6px 41px
}

.footer-bottom-layout {
    background-color: #2185c5;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 14px
}

.search-form .fa {
    left: 20px;
    top: 14px;
    font-size: 21px;
    color: #fff
}

.nav>li>a:focus,
.search-form .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit
}

.search-form .form-control {
    display: block;
    width: 100%;
    height: 29px;
    padding: 8px 33px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #1e75ad;
    background-image: none;
    border: none;
    margin-top: 2px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.search-form {
    position: relative;
    top: 6px;
    float: left
}

.search-form .fa {
    position: absolute;
    margin-top: -10px
}

.social-btn ul li a {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 4px 10px;
    margin: 10px 2px;
    color: #fff;
    width: 36px
}

.nav>li>a:focus,
.social-btn .nav>li>a:hover {
    text-decoration: none;
    background-color: #1574b1
}

.services-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.banner img {
    width: 100%
}

.banner .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #ce3c80
}

.banner .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 10px
}

header .navbar-inverse {
    background-color: inherit;
    border: 1px solid #e2dcdf
}

.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
header .navbar-inverse .navbar-nav>.active>a,
header .navbar-inverse .navbar-nav>.open>a {
    color: #000;
    background-color: #f4e7ed;
    border-bottom: 8px solid #a23869
}

header .navbar-inverse .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 31px 16px
}

header .navbar-brand {
    float: left;
    min-height: 90px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 20px
}

.top-head .top-head-nav ul li a {
    color: #fff
}

.nav>li>a:focus,
.top-head .top-head-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: #f4e7ed;
    border-bottom: 8px solid #f4e7ed
}

.hovereffect:hover img {
    opacity: .8;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(3, 0, 0);
    transform: translate3d(3, 0, 0)
}

.search-form input.search-field {
    border: none;
    border-radius: 6px;
    background: #146ba2;
    padding: 5px 5px 5px 38px;
    color: #fff
}

.search-form button.btn.btn-info {
    position: absolute;
    left: 0;
    background: inherit;
    border: none;
    padding-top: 9px;
    top: 0
}

h1.entry-title {
    font-size: 22px;
    font-weight: 700;
    border-left: 5px solid;
    padding-left: 8px
}

.ngg-gallery-thumbnail span {
    height: 30px;
    background: #f7f2f2;
    font-weight: 600;
    font-size: 20px;
    display: block;
    border: 1px solid #eee
}

.top-head-nav li {
    display: flex
}

.panel-body.con-ico .fa {
    border: 2px solid #ce3c80;
    padding: 4px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 27px
}

.panel-body.soc-ico p {
    border: 2px solid #ce3c80;
    padding: 10px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 3px 9px
}

.well.con-head h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 34px
}

.well.con-head h4 {
    line-height: 24px;
    padding: 8px 0
}

.contact-info,
.entry-content {
    margin-top: 21px
}

.pack-head h1 {
    margin: 0 0 10px;
    background: #00b050;
    padding: 8px;
    font-size: 26px;
    text-align: center;
    font-weight: 600
}

.pack-head h2,
.pack-head h3 {
    font-size: 22px
}

.pack-head h2 {
    color: #0000bf;
    font-weight: 700;
    margin-top: 5px!important
}

.pack-head p {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 20px
}

.pack-head span {
    color: red;
    font-weight: 700;
    font-size: 27px
}

.nom {
    margin: 0
}

.nop {
    padding: 0
}

.pack-pm .col-md-3 p {
    font-weight: 800;
    margin-top: 23px;
    font-size: 20px
}

.pack-pm .col-md-4 p,
.pack-pm .col-md-8 p {
    font-size: 16px;
    margin: 0 0 20px
}

.pack-pm .col-md-12 {
    margin: 26px 0 0
}

.pack-pm .col-md-12 p {
    font-size: 20px
}

.pack-pm .col-md-4 h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 0
}

.row.red.nom.pack-pm span {
    background-color: green;
    padding: 1px 10px
}

.row.light-blue.nom.pack-pm span {
    background-color: red;
    padding: 1px 10px
}

.pack-pm {
    padding: 15px 25px;
    margin: 20px 0;
    color: #fff
}

.offer-sec {
    padding: 24px 45px;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.offer-sec span {
    color: #ff0
}

.offer-sec b {
    color: #f79646;
    font-size: 34px
}

.offer-term ul {
    list-style-type: none
}

.offer-term ul li {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: 600
}

.dark-blue {
    background-color: #002060
}

.red {
    background-color: red
}

.light-blue {
    background-color: #0070c0
}

.voilet {
    background-color: #7030a0
}

.dark-green {
    background-color: #4f6228
}

.light-green {
    background-color: #00b044
}

.sky {
    background-color: #00b0f0
}

.dark-sky {
    background-color: #31849b
}

.yellow {
    background-color: #ffc000
}

.light-yellow {
    background-color: #ded022
}

.d-red {
    background-color: #c00000
}

.pack-info h1 {
    font-size: 25px;
    font-weight: 700
}

.pack-info em {
    font-size: 23px;
    font-weight: 600
}

.wells.con-head h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 34px
}

.wells.con-head h4 {
    line-height: 24px;
    padding: 8px 0
}

.wells {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

a:focus {
    color: inherit!important
}

.chatbot .img-icon {
    height:55px !important;
}


@media only screen and (max-width:980px) {
    .search-form {
        display: none
    }
    .social-btn li {
        display: inline-block
    }
    .social-btn {
        width: 90%;
        margin: auto
    }
    .navbar-toggle {
        display: none
    }
    .navbar-header {
        text-align: center
    }
    header .navbar-brand {
        float: none;
        text-align: center;
        display: inline-block
    }
    .parties-back img {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .section1 {
        background-color: #212121;
        background-image: none;
    }
}