/*
Theme Name: Bouncy Kiwis
Description: Custom Design specific style.
*/
/*--------------CSS/*--------------CSS RESET------------------*/
body {
    font-family: 'Roboto', sans-serif;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

a, input {
    transition: all 0.2s linear 0s;
    outline: none;
}

ol, ul {
    padding: 0;
    /* margin-bottom: 0; */
    /* margin-top: 0; */
    /* outline: none; */
}

p {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    padding: 0;
    outline: none;
}

a,input {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    clear: both;
}

.clear {
    clear: both;
}
.no-padding{padding:0px;}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*.container-fluid,.container,.n_p {
    padding: 0;
}*/

.container-fluid.top-header {
    position: relative;
    padding: 10px;
}

.hdlogo {
    position: relative;
    max-width: 91px;
    width: 100%;
    margin: auto;
}

.logowraper {
    max-width: 131px;
    width: 100%;
    float: left;
    height: 100%;
}

.logo {
    display: block;
    margin: auto;
    position: absolute;
    z-index: 99;
}

.top_header_right {
    float: right;
/*    width: 84%;*/
}

.menu_section {
    width: 70%;
}

.detail_header {
    width: 30%;
}

.navbar-nav,.navbar-header {
    width: 100%;
    padding-top: 12px;
    text-align: center;
}

nav.navbar.menu_section {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.menu_section .navbar-collapse {
    padding: 0px;
}

.menu_section .navbar-nav>li {
    /*background-image: url('../images/star_menu.png');
    background-repeat: no-repeat;
    background-position: center right;*/
    float: none;
    display: inline-block !important;
    width: auto;
}

.menu_section .navbar-nav>li:last-child {
    background-image: none;
}

.menu_section .navbar-nav>li>a {
    color: #4d3689;
    background-color: transparent;
    text-align: left;
    font-size: 15px;
    padding: 0px 7px;
    line-height: normal;
    font-family: 'ubuntubold';
    transition: 0.3s;
    text-transform: uppercase;
}

.menu_section .navbar-nav>.active>a, .menu_section .navbar-nav>.active>a:hover, .menu_section .navbar-nav>.active>a:focus {
    color: #ff1f12;
    background-color: transparent;
}






.menu_section .navbar-nav>li>a:hover, .menu_section .navbar-nav>li>a:focus {
    color: #ff1f12;
    background-color: transparent;
}

span.phone_number {
    font-family: 'ubuntubold';
    font-size: 18px;
    color: #ff1f12;
    line-height: 50px;
    position: relative;
    padding-left: 28px;
    padding-right: 29px;
}

span.phone_number a {
    color: #ff1f12;
    padding-top: 12px;
    display: inline-block;
}

span.phone_number a:hover {
    color: #4d3689;
}

span.phone_number img {
    position: absolute;
    top: -4px;
    left: 0px;
}

span.get_a_quote {
    max-width: 143px;
    width: 100%;
    height: 44px;
    background-color: #43b125;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
}

span.get_a_quote a {
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto';
}

span.get_a_quote:hover {
    background-color: #4d3689;
}

.banner {
    position: relative;
}

.top_bg {
    height: 86px;
    background-position: center top;
    position: absolute;
    z-index: 9;
    top: 0px;
    width: 100%;
}

.banner_content_wrp .inner_wrp {
    display: table;
    width: 100%;
    height: 100%;
}



.container.banner_content_wrp {
    position: absolute;
    top: 0px;
    bottom: 0px;
    color: #fff;
    max-width: 1170px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    /*display: table;*/
}

.overlay {
    background: rgba(114, 89, 0, 0.25);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}

.inner_wrp h2 {
    font-size: 60px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    margin: 0px;
    font-family: 'ubuntubold';
    text-transform: lowercase;
    text-shadow: 1px 1px 0px #4d3689;
    text-align: center;
    padding-bottom: 5px;
}

.inner_wrp .bann-hd {
    font-size: 60px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    margin: 0px;
    font-family: 'ubuntubold';
    text-shadow: 1px 1px 0px #4d3689;
    text-align: center;
    padding-bottom: 5px;
}

.inner_wrp h1 {
    font-size: 60px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    margin: 0px;
    font-family: 'ubuntubold';
    text-transform: lowercase;
    text-shadow: 1px 1px 0px #4d3689;
    text-align: center;
    padding-bottom: 5px;
}

.quote_btn {
    background-color: #43b125;
    max-width: 190px;
    width: 100%;
    transition: 0.3s;
    margin: 27px auto;
    border-radius: 8px;
    border: 1px solid #6dd750;
    display: block;
}

.quote_btn a {
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-align: center;
}

.quote_btn:hover {
    background-color: #4d3689;
    border: 1px solid #4d3689;
}

.banner .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: auto;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    margin: auto;
    height: 76px;
    width: 63px;
    line-height: normal;
    background-image: none;
}

.banner .carousel-control:hover {
    background-color: rgba(77, 54, 137, 0.7);
}

.banner .carousel-control .fa-angle-left:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 42px;
    width: 30px;
    line-height: normal;
    font-size: 42px;
}

.banner .carousel-control .fa-angle-right:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 42px;
    width: 30px;
    line-height: normal;
    font-size: 42px;
}

.banner .carousel-indicators {
    bottom: 80px;
    width: 100%;
    margin: 0px;
    left: 0%;
    text-align: center;
}

.banner .carousel-indicators li {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    margin: 0px 4px;
    border: none;
}

.banner .carousel-indicators .active {
    background-color: #4d3689;
    margin: 0px 4px;
}

.container-fluid.home_services {
    padding: 80px 0px 0px;
}

.container-fluid.home_services h3 {
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    font-family: 'ubuntumedium';
    text-align: center;
    padding: 45px 0px 50px;
    clear: both;
    width: 100%;
}

.container-fluid.home_services h3 a {
    color: #fff;
}

.container-fluid.home_services h3 a:hover {
    color: #ff1f12;
}

.container-fluid.home_services ul li {
    max-width: 196px;
    width: 100%;
    margin-right: 10px;
    padding: 0px 20px;
}

.container-fluid.home_services ul li:last-child {
    margin-right: 0px;
}

.ser_hover {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fe012d;
    left: 0px;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.container-fluid.home_services ul li:hover .ser_hover {
    display: block;
}

.service_img {
    height: 78px;
    width: 78px;
    background: #e8f05f;
    position: relative;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 16px;
}

.service_img img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.home_services ul li h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'ubuntumedium';
    text-align: center;
}

img.img-responsive.img2 {
    margin: auto;
}

.h_ser_img {
    position: relative;
    background: #e8f05f;
    padding: 15px 0px;
}

.h_img {
    max-width: 167px;
    width: 100%;
    height: 167px;
    margin: auto;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
}

h3.service_heading {
    height: 102px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #4d3689;
    font-size: 28px;
    line-height: 45px;
    font-family: 'ubuntumedium';
    text-shadow: 1px 1px 0px #fff;
    padding-top: 18px;
    background-size: auto;
    margin-bottom: 40px;
}

.container-fluid.hire_services {
    padding: 70px 0px 35px 0px;
}

.hire_services_ul li {
    margin: 0px 1px;
    background: #ffefee;
    height:400px;
}

ul.hire_services_ul li:hover {
    background: #e8f05f;
    height: 460px;
}

.hire_services .bx-wrapper {
    max-width: 1203px !important;
    width: 100%;
    position: relative;
}

.hire_services_ul li p {
    padding: 15px 0px;
}

.hire_services .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}

.hire_services a.bx-prev {
    left: -46px;
    background-image: url('../images/prev.png');
    position: absolute;
    background-repeat: no-repeat;
    height: 44px;
    width: 23px;
    display: block;
    color: #053494;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.hire_services a.bx-prev:hover {
    background-image: url('../images/prev_h.png');
}

.hire_services a.bx-next {
    right: -46px;
    background-image: url('../images/next.png');
    position: absolute;
    background-repeat: no-repeat;
    height: 44px;
    width: 23px;
    display: block;
    color: #053494;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.hire_services a.bx-next:hover {
    background-image: url('../images/next_h.png');
}

.hire_services .bx-controls-direction {
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.hire_services .bx-viewport {
    z-index: 9;
    height: 460px !important;
}

.h_content {
    padding: 20px 20px 45px;
}

.h_content h5 {
    font-size: 19px;
    line-height: 24px;
    color: #4d3689;
    font-family: 'ubuntubold';
    text-align: center;
    padding: 0px 10px;
}

.h_content p {
    font-size: 15px;
    line-height: 22px;
    color: #444;
    font-family: 'ubunturegular';
    text-align: center;
}

.h_content .quote_btn {
    display: none;
}

.hire_services_ul li:hover .quote_btn {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.h_content .quote_btn a {
    font-weight: 700;
}

.left_section {
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.right_section {
    position: relative;
    padding-left: 60px;
}

.right_section h3 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntumedium';
    margin-top: -12px;
}
.right_section h1 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntumedium';
    margin-top: -12px;
}

.right_section p {
    font-size: 16px;
    line-height: 25px;
    color: #444;
    font-family: 'ubunturegular';
    padding-bottom: 15px;
    text-align: justify;
}

.right_section img.img {
    margin: auto;
    padding-top: 34px;
}

.customer_img {
    height: 250px;
    position: relative;
}

.container-fluid.customer_speak {
    padding: 70px 0px 10px 0px;
}
.container.home.form_wrapper_footer {
    padding: 0px 0px 30px 0px;
}
.container-fluid.customer_speak h3 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntumedium';
    text-align: center;
    padding-bottom: 50px;
}

.speaker_img {
    max-width: 298px;
    width: 100%;
    height: 242px;
    box-shadow: 5px 5px 0px #c9c2db;
    position: absolute;
}

.customer_content {
    padding-top: 50px;
}

.speaker_content p {
    font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
    font-family: 'ubunturegular';
    padding: 20px 0px;
}

.speaker_content h6 {
    font-size: 18px;
    line-height: 20px;
    color: #4d3689;
    font-family: 'ubuntubold';
    text-transform: uppercase;
}

.speaker_content {
    padding: 0px 26px 0px 18px;
}

img.img-responsive.quotes {
    position: relative;
    left: -30px;
}

.customer_speak .carousel-indicators {
    bottom: 0px;
    width: 100%;
    margin: 0px;
    left: 0%;
    text-align: center;
    position: relative;
    clear: both;
    padding-top: 35px;
}

.customer_speak .carousel-indicators li {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    margin: 0px 3px;
    border: 3px solid #4d3689;
}

.customer_speak .carousel-indicators .active {
    margin: 0px 3px;
    background-color: #e8f05f;
}

.map {
    height: 383px;
    background-position: center center;
}

.copyright {
    clear: both;
}

.container-fluid.footer_wrapper {
    background-size: cover;
    background-position: center center;
    border-top: 2px solid #fff;
    padding-bottom: 40px;
}

.f_wrp.footer2 {
    border-right: 1px dashed #fff;
    margin: 50px 0px 20px 0px;
    padding: 0px 5px;
}

.f_wrp h5 {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-family: 'ubuntumedium';
    text-transform: uppercase;
    margin-top: -8px;
}

.f_wrp a, .f_wrp p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-family: 'ubuntumedium';
}

p.address {
    padding: 16px 0px;
}

.f_wrp a:hover {
    color: #ff1f12;
}

.f_wrp.footer3 {
    margin: 50px 0px 0;
    padding: 0px 35px;
}

.f_wrp.footer3 ul li {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    margin-right: 6px;
    margin-top: 15px;
}

.fb_iframe_widget span {
    max-height: 240px!important;
}
.fb_iframe_widget iframe {
    height: 100%!important;
}





.f_wrp.footer4 {
    margin: 50px 0px 0px;
}

li.social_fb {
    background: #3d589f;
}

li.social_tw {
    background: #28abe1;
}

li.social_pi {
    background: #ff271a;
}

.f_wrp.footer3 ul li a {
    display: block;
    padding: 4px 0px;
    font-size: 23px;
    font-size: 22px;
}

.f_wrp .details p, .f_wrp .details p a {
    line-height: 20px;
}

.f_wrp.footer3 ul li:hover a {
    color: #e8f05f;
}

.facebook_sec img {
    margin: 20px 0px;
}

.container-fluid.footer_wrapper button.quote_btn {
    margin-top: 40px;
}

.container-fluid.footer_wrapper button.quote_btn a {
    padding: 5px 0px;
}

.container-fluid.footer_wrapper button.quote_btn:hover a {
    color: #fff;
}

.copyright {
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    padding-left: 15px;
   /* position: absolute;
    left: 0px;
    bottom: 108px;*/
    font-family: 'ubuntumedium';
}

.container-fluid.footer_wrapper .container {
    position: relative;
}

.copyright a {
    color: #fff;
}

.website-url {
    text-align: center;
    padding: 20px 0px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background: rgba(228, 228, 228, 0.4);
}

.website-url a {
    color: #000;
}

.website-url a:hover {
    color: #4d3689;
}

.container-fluid.inner_banner {
    position: relative;
}






.container-fluid.inner_banner .inner_wrp h2 {
    text-transform: capitalize;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}

.container-fluid.inner_banner .inner_wrp h1 {
    text-transform: capitalize;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}


.inner_banner .overlay {
    background: rgba(217, 174, 23, 0.25);
}

.container-fluid.home_content.about_page {
    padding: 70px 0px;
}

.right_section h5 {
    font-size: 18px;
    line-height: normal;
    color: #ff271a;
    font-family: 'ubuntumedium';
    padding: 8px 0px 13px;
}

.right_section .quote_btn {
    margin: 15px 0px;
}

.container-fluid.section3 {
    background: #e8f05f;
    padding: 50px 0px 70px;
}

.container-fluid.section3 h3 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntumedium';
    text-align: center;
    padding-bottom: 10px;
}

.container-fluid.section3 p {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-family: 'ubunturegular';
    padding-bottom: 15px;
    text-align: center;
}

.castle_sec h4 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntubold';
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.castle_sec li {
    background: #4d4381;
    max-width: 291px;
    width: 100%;
    height: 83px;
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 19px;
    padding: 2px;
}

.castle_sec li:nth-child(4),.castle_sec li:nth-child(8) {
    margin-right: 0px;
}

.castle_sec li .hire_list {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.overlay_list {
    background: rgba(77, 67, 129, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

/*.castle_sec li:nth-child(1) .hire_list {
    background-image: url('../images/h_img1.jpg');
}

.castle_sec li:nth-child(2) .hire_list {
    background-image: url('../images/h_img2.jpg');
}

.castle_sec li:nth-child(3) .hire_list {
    background-image: url('../images/h_img3.jpg');
}

.castle_sec li:nth-child(4) .hire_list {
    background-image: url('../images/h_img4.jpg');
}

.castle_sec li:nth-child(5) .hire_list {
    background-image: url('../images/h_img5.jpg');
}

.castle_sec li:nth-child(6) .hire_list {
    background-image: url('../images/h_img6.jpg');
}

.castle_sec li:nth-child(7) .hire_list {
    background-image: url('../images/h_img7.jpg');
}

.castle_sec li:nth-child(8) .hire_list {
    background-image: url('../images/h_img8.jpg');
}*/

.castle_sec li .hire_list h3 {
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 18px;
    line-height: 24px;
    font-family: 'ubuntubold';
    text-transform: uppercase;
    padding: 27px 0px;
}

.container-fluid.section4 {
    padding: 60px 0px 0px;
}

.container-fluid.section4 .container {
    position: relative;
}

.section4 .quote_btn {
    margin: 15px auto 160px;
    z-index: 99;
    position: relative;
}

.container-fluid.section4 p {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-family: 'ubunturegular';
    padding-bottom: 15px;
    text-align: center;
}

.container-fluid.section4 img.img-responsive.img {
    position: absolute;
    bottom: 0px;
    right: 63px;
}

ul.hire_services_ul.services {
    float: left;
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
}

ul.hire_services_ul.services li {
    max-width: 199px;
    float: left;
}

ul.hire_services_ul.services li:hover {
    background: #e8f05f;
    height: 516px;
}

.more_view {
    background-color: #fff;
    max-width: 172px;
    width: 100%;
    transition: 0.3s;
    border-radius: 8px;
    border: 1px solid #e6e2ee;
    display: block;
    margin: 15px auto 200px;
    z-index: 99;
    position: relative;
}

.more_view a {
    color: #4d3689;
    font-size: 18px;
    line-height: 30px;
    display: block;
    text-transform: lowercase;
    font-family: 'ubuntumedium';
    padding: 6px 0px;
}

.more_view a i {
    margin-left: 5px;
}

.container-fluid.hire_services.services_page {
    padding: 70px 0px 0px;
}

.container-fluid.services_page img.img-responsive.img {
    position: absolute;
    bottom: 0px;
    right: 63px;
}

.container-fluid.faqs {
    padding: 50px 0px 0px;
    background-image: url(../images/faq_layers.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.question_section {
    padding-bottom: 25px;
    padding-top: 20px;
}

.container-fluid.faqs h3 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntumedium';
    text-align: center;
    padding-bottom: 10px;
}

.container-fluid.faqs .question_section h3 {
    font-size: 21px;
    line-height: 50px;
    color: #fff;
    font-family: 'ubuntumedium';
    text-align: left;
    padding-bottom: 0px;
    background-image: url('../images/plus.png');
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    border: 1px dashed #fff;
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
}

.container-fluid.faqs .question_section h3.ui-accordion-header-active {
    background-color: #ff271a !important;
    background-image: url('../images/minus.png');
    color: #fff!important; 
}

.container-fluid.faqs .section4 img {
    float: right;
    margin-right: 50px;
}

.container-fluid.castle_wrapper {
    padding: 60px 0px 0px;
}

.container-fluid.content_wrapper {
    background-color: #fff;
    padding: 70px 0px 100px;
}

.content_wrapper:nth-child(2n+1) {
    background-color: #e8f05f;
    padding: 50px 0px 0px;
}

.castle_img {
    max-width: 590px;
    height: 394px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 5px;
}

.content_wrapper:nth-child(2n+1) .castle_img {
    top: -110px;
}

.castle_text {
    max-width: 640px;
    width: 100%;
}

.content_wrapper .castle_text {
    padding: 10px 0px 50px;
    padding-left: 54px;
}

.content_wrapper:nth-child(2n) .castle_text {
    padding-left: 0px;
    padding-right: 54px;
    padding-top: 25px;
}

.content_wrapper .abt-img {
    float: right;
}

.content_wrapper:nth-child(2n) .castle_img {
    float: left;
}

.content_wrapper:nth-child(2n) .castle_img {
    float: right !important;
}

.container-fluid.our_castle_wrp {
    padding: 60px 0px 60px;
   /* text-align: center;*/
}

.our_castle_wrp h3 {
    font-size: 36px;
    line-height: 32px;
    font-family: 'ubuntubold';
    color: #4d3689;
    padding-bottom: 12px;
}

.our_castle_wrp h1 {
    font-size: 36px;
    line-height: 32px;
    font-family: 'ubuntubold';
    color: #4d3689;
    padding-bottom: 12px;
}

.our_castle_wrp h2 {
    font-size: 36px;
    line-height: 32px;
    font-family: 'ubuntubold';
    color: #4d3689;
    padding-bottom: 12px;
}

.our_castle_wrp p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'ubunturegular';
    color: #444444;
}

.content_wrapper .castle_text h4 {
    font-size: 36px;
    line-height: 32px;
    font-family: 'ubuntubold';
}

.content_wrapper .castle_text h4 a {
    color: #4d3689;
}

.content_wrapper .castle_text h4 a:hover {
    color: #ff1f12;
}

.content_wrapper .castle_text h2 {
    font-size: 36px;
    line-height: 32px;
    font-family: 'ubuntubold';
}

.content_wrapper .castle_text h2 a {
    color: #4d3689;
}

.content_wrapper .castle_text h2 a:hover {
    color: #ff1f12;
}
.content_wrapper .castle_text h5 {
    color: #4d3689;
    font-size: 30px;
    line-height: 24px;
    font-family: 'ubuntubold';
    margin-top: 22px;
}

.content_wrapper .castle_text h5 span {
    color: #444444;
    font-size: 16px;
    line-height: 24px;
    font-family: 'ubunturegular';
    display: block;
}

.content_wrapper .castle_text p {
    color: #444444;
    font-size: 16px;
    line-height: 22px;
    font-family: 'ubunturegular';
    padding: 20px 0px;
}

.content_wrapper:nth-child(2n+1) .castle_text p {
    color: #4d3689;
}

.section4_castle img {
    float: right;
    margin-right: 50px;
}

.testi_wrapper .customer_img {
    height: 250px;
    position: relative;
    max-width: 298px;
}

.testi_wrapper .customer_content {
    padding-top: 50px;
    width: 75%;
}

.testi_wrapper .customer_box:nth-child(2n) .customer_img {
    float: right;
}

.testi_wrapper .customer_box .speaker_content {
    padding: 0px 0px 0px 35px;
    clear: both;
}

.testi_wrapper .customer_box:nth-child(2n) .speaker_content {
    padding: 0px 35px 0px 0px;
}

.testi_wrapper .customer_box:nth-child(2n) img.img-responsive.quotes {
    float: right;
    left: 0px;
    margin-right: -45px;
}
.testi_wrapper .customer_box:nth-child(2n) .speaker_img {
    box-shadow: -5px 5px 0px #c9c2db;
}

.testi_wrapper .customer_box {
    background-image: url(../images/border_line.png);
    padding: 20px 0px 18px;
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-position: center top;
}

.container-fluid.our_castle_wrp.testimonials {
    padding: 60px 0px 30px;
}

.container-fluid.our_castle_wrp.contact {
    border-top: 2px dashed #fff;
    margin-top: -1px;
    position: relative;
}

.container-fluid.form_wrapper {
    padding: 40px 0px 70px;
    background-color: #e8f05f;
    background-image: url('../images/white_border.png');
    background-repeat: no-repeat;
    background-position: center -2px;
}
.maps iframe {
    width:100%;
    height:240px;
    margin: 15px 0px;
}
.form_wrapper h3 {
    text-align: center;
    color: #4d3689;
    font-size: 30px;
    line-height: 24px;
    font-family: 'ubuntumedium';
    padding: 30px 0px 35px;
    text-transform: capitalize;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"] {
    border: 2px solid #d6cf41;
    border-radius: 6px;
    height: 41px;
    color: #444;
    font-size: 16px;
    padding: 0px 20px;
    max-width: 376px;
    width: 100%;
    background: #fff;
    font-family: 'ubuntumedium';
    outline: none;
}

.form-group select {
    border: 2px solid #d6cf41;
    border-radius: 6px;
    height: 41px;
    color: #444;
    font-size: 16px;
    padding: 0px 20px;
    width: 100%;
    background-color: #fff;
   /* -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;*/
    font-family: 'ubuntumedium';
    outline: none;
}

.form-group textarea {
    border: 2px solid #d6cf41;
    border-radius: 6px;
    height: 130px;
    color: #444;
    font-size: 16px;
    padding: 14px 20px;
    width: 100%;
    background-color: #fff;
    outline: none;
    font-family: 'ubuntumedium';
}

.form-group {
    margin-bottom: 15px;
}

input[type="submit"] {
    background: #43b125;
    border: none;
    width: 188px;
    height: 54px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'ubuntubold';
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.38);
    padding: 12px 0px;
    margin: auto;
    display: block;
}

input[type="submit"]:hover {
    background: #2e30a1;
}

form {
    margin: 0px;
}

.contact_content {
    background: #4d3689;
    padding: 60px 50px;
}

.contact-detail h3 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-family: 'ubuntubold';
    text-tr; text-transform: uppercase;
    padding-bottom: 14px;
}

.contact-detail a {
    color: #fff;
}

.contact-detail a:hover {
    color: #ff271a;
}

p.c_address , p.email_address, p.telephone, p.mobile {
    padding: 16px 52px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #fff;
    font-family: 'ubuntubold';
    padding-left: 43px;
    line-height: 20px;
}

p.email_address {
    background-position: left 9px;
}

p.mobile {
    background-position: left 7px;
}

.container-fluid.contact_detail {
    background-size: cover;
    background-position: center center;
}

.detail_img {
    position: relative;
    float: left;
    width: 100%;
}

.detail_img img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.container-fluid.load_more_section {
    border-top: 1px solid #eae8f0;
}
.load_more {
    background-color: #fff;
    max-width: 172px;
    width: 100%;
    transition: 0.3s;
    border-radius: 8px;
   /* border: 1px solid #e6e2ee;*/
    display: block;
    z-index: 99;
    position: relative;
    margin: 50px 0px 104px;
}
.load_more:hover, .more_view:hover{
   background-color: #4d3689; 
}
.load_more a {
    color: #4d3689;
    font-size: 18px;
    line-height: 30px;
    display: block;
    text-transform: lowercase;
    font-family: 'ubuntumedium';
    padding: 6px 0px;
        text-align: center;
}
.load_more:hover a , .more_view:hover a{
   color: #fff; 
}
.load_more a i {
    margin-left: 5px;
}
.load_more_wrp{
   position: relative;
}
.load_more_wrp .img{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.get_quote {
    max-width: 141px;
    width: 100%;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 98%;
}
img.img-responsive.shadow {
    position: absolute;
    bottom: -49px;
}



.banner .slide .carousel-inner {
    height: 706px;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    height: 100%;
    overflow: hidden;
}



.n_p.f_wrp.footer3 button.quote_btn a {
    font-family: 'Roboto', sans-serif!important;
}

.hm-map-overlay-text {
    font-size: 26px;
    position: absolute;
    bottom: 20%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    z-index: 99;
    font-family: 'ubuntumedium';
}


.pagination-wrapper-div {
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.prev.page-numbers {
    display: none!important;
}
.pagination-wrapper-div .next.page-numbers {
    display: none!important;
}

.pagination-wrapper-div .page-numbers {
    padding: 10px 15px;
    display: inline-block;
    background-color: #43b125;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 16px;
}

.pagination-wrapper-div .page-numbers:hover { background-color: #4d3689; }

.pagination-main-div {
    position: relative;
    z-index: 999;
}


.pagination-wrapper-div span.page-numbers.current { background-color: #4d3689; }

/*  blog page  */

.blog-single-post-link h6 {
    font-size: 28px;
    line-height: 31px;
    font-family: 'ubuntubold';
}

a.blog-single-post-link { color: #4d3689;
}
a:hover.blog-single-post-link { color: #ff1f12;
}

.speaker_img.blog-featured-image {
    background-size: cover;
}

.container-fluid.form_wrapper_footer {
    padding: 40px 0px 70px;
    background-color: #e8f05f;
    background-repeat: no-repeat;
    background-position: center -2px;
}


.map-container {
	width: 100%;
	margin: 50px 0 0px;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}


/*  home about section   */

.video_section {
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.content_section {
    position: relative;
}

.content_section h1 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntumedium';
    margin-top: -12px;
    text-align:center;
    padding-bottom:15px;
}

.content_section h2 {
    font-size: 24px;
    line-height:27px;
    color: #4d3689;
    font-family: 'ubuntumedium';
    text-align:center;padding-bottom: 10px;
}

.content_section p {
    font-size: 16px;
    line-height: 25px;
    color: #444;
    font-family: 'ubunturegular';
    padding-bottom: 15px;
    text-align: justify;
}

.content_section img.img {
    margin: auto;
    padding: 0 0 0 20%;
}

.content_section iframe {
    margin: 0 auto;
    display: block;
}

.right_section ul {        margin-top: 15px;    margin-bottom: 15px;clear: both;    float: left;    width: 100%;}
.right_section ul li {    float: left;    width: 33.33%;    font-size: 18px;    color: #4d3689;    font-family: 'ubuntubold';}
.n_p.right_section ul.imagelisting li {
    float: left;
    margin-right: 10px;
    padding: 6px;
    padding-bottom: 10px;
    background-color: #ceeaf3;
    border: 1px solid #9bbec9;
    width: auto;
    margin-bottom: 10px;
}
/***fixes**/
.rm-pad-left{
    padding-left:0;
}
.rm-pad-left.right_section {
    padding-left: 15px !important;
}

.single_post_img{}
.single_post_img img{width:100%;    height: auto;max-height: 450px;}
.pagination-wrapper-div .page-numbers:before {
    content: 'Page ';
}


/************ Packages css **********************/


.home_content.packages_page {
    padding: 60px 0px;
}
.package_img{
    height: 300px!important;
    background-size: cover;
    background-position: center center;
}
.package_content h3 {
    font-size: 30px;
    line-height: 50px;
    color: #4d3689;
    font-family: 'ubuntumedium';
}

.package_content h3 a {
    color: #4d3689;
}

.package_content h3 a:hover {
    color: #000;
}
.package_content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #4d3689;
    padding: 18px 0px 0px;
}
.package_content h6 {
    font-size: 16px;
    font-weight: 600;
}
.package_content p{
    font-size:14px;
    line-height: 28px
}
.learn_more {
    padding-top: 20px;
}
.learn_more .read_more_btn {
    display: inline-block;
    width: 79%;
}
.read_more_btn a{
    display: inline-block;
    background: #4d3689;
    padding: 8px 24px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.read_more_btn a:hover{
    background: #000;
}
.price {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #4d3689;
    width: 20%;
    vertical-align: middle;
    text-align: right;
}
.package_content {
    min-height: 295px;
    padding: 20px 20px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.package_items {
    margin: 20px 0px;
}
.package_inner_box {
    box-shadow: 0px 0px 8px #4d3689;
    border-radius: 8px;
    /*overflow: hidden;*/
}
.package_content button {
    background-color: #43b125;
    border: none;
    color: #fff;
    font-size: 21px;
    padding: 7px 10px;
}

.package_content .dropdown-menu a {
    color: #43b125;
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
}

.castlepack {
    max-width: 250px;
    background-color: #fff;
    box-shadow: 1px 1px 6px 1px #e1e1e1;
    border: none;
    padding: 0 8px;
}

.package_content .dropdown-menu a:last-child {
    border-bottom: none;
}
.package_content button.btn:active,.package_content button.btn:focus,.package_content button.btn:hover{background-color: #4d3689;color:#fff;}
.package_content .btn-group {max-width: 250px;width: 100%;}
.package_btn-wrap {display: flex;align-items: center;margin-top: 25px;}
.package_content .learn_more {padding: 0;}
.home_content.packages_page{overflow: visible;}
.package_inner_box a.carousel-control {background-color: transparent;background: none;color: #4d3689;opacity: 1;}
.our_castle_wrp ul li {
    list-style-type: initial;
    font-size: 16px;
    line-height: 22px;
    font-family: 'ubunturegular';
    color: #444444;
    margin-left:15px;
}
.our_castle_wrp ol ,.our_castle_wrp ul{
    margin-top:10px;
}
.our_castle_wrp ol li {
    margin-left:15px;
   list-style-type: initial;
    font-size: 16px;
    line-height: 22px;
    font-family: 'ubunturegular';
    color: #444444;
}
.our_castle_wrp p strong {
    margin-top: 25px!important;
    margin-bottom:5px;
    display: block;
}


.santa-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.santa-img {
    position: relative;
    bottom: -20px;
}

.santa-img img {
    filter: drop-shadow(10px 10px 40px #fff);
}


.snowFall {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  transform: scale(2) rotate(12deg);
}
.snowFall div {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  margin: 3vh;
  height: 6vh;
  width: 6vh;
  top: -30vh;
  border-radius: 50%;
    background: url(https://www.bouncingkiwis.co.nz/wp-content/uploads/2024/11/snowflake-1.png) no-repeat center;
    background-size: contain;
  animation: fallAnim 10000ms linear infinite;
}
.delayMe div {
  animation-delay: 1200ms;
}
.snowFall div:nth-of-type(2n) {
  animation-delay: -200ms;
  animation-duration: 3200ms;
  --scaleVar: 0.3;
}
.snowFall div:nth-of-type(3n) {
  animation-delay: -300ms;
  animation-duration: 2800ms;
  --scaleVar: 0.4;
}
.biggerSnow {
  transform: scale(4);
/*   filter: blur(0.2vh); */
}
.delayMe div:nth-of-type(2n) {
  animation-delay: 1500ms;
}
.delayMe div:nth-of-type(3n) {
  animation-delay: 900ms;
}
.snowFall div::after,
.snowFall div::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: -250%;
  border-radius: 50%;
  background-color: white;
}
.snowFall div::before {
  top: -150%;
  left: -150%;
}
.snowFall div:nth-of-type(2n)::after {
  top: -250%;
}
.snowFall div:nth-of-type(2n)::before {
  left: -350%;
}
.snowFall div:nth-of-type(3n)::after {
  top: -350%;
}
.snowFall div:nth-of-type(3n)::before {
  top: 350%;
}
.snowMan {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
/*   filter: contrast(300%); */
}
.innerSnow {
  position: absolute;
  width: 100%;
  height: 100%;
/*   filter: contrast(300%); */
  background: #000000;
  background: linear-gradient(0deg, #f4f4f4 0%, #f4f4f4 33%, black 35%);
}
.snowBall {
  position: absolute;
  bottom: 20%;
  left: 50%;
  height: 30vh;
  width: 30vh;
  margin-left: -15vh;
  border-radius: 50%;
/*   border: 2vh dotted #f4f4f4; */
/*   filter: blur(1vh) contrast(10000%) brightness(150000%); */
  animation: snowAnim 5000ms steps(18, end) infinite;
}
.snowBall::after {
  content: "";
  position: absolute;
  height: 106%;
  width: 106%;
  left: -3%;
  top: -3%;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.snowBall:nth-of-type(2) {
  margin-bottom: 18vh;
  height: 26vh;
  width: 26vh;
  margin-left: -13vh;
  animation-delay: -800ms;
}
.snowBall:nth-of-type(3) {
  margin-bottom: 36vh;
  height: 22vh;
  width: 22vh;
  margin-left: -11vh;
  animation-delay: -3000ms;
}
.snowFace {
  position: absolute;
  height: 22vh;
  width: 22vh;
  margin-left: -11vh;
  margin-bottom: 36vh;
  bottom: 20%;
  left: 50%;
  z-index: 9;
  animation: faceAnim 5000ms steps(18, end) infinite;
  animation-delay: -3000ms;
}
.snowFace .eye,
.snowFace .nose {
  position: relative;
  height: 10%;
  width: 10%;
  float: left;
  margin: 10%;
  margin-top: 20%;
  border-radius: 50%;
  background-color: black;
/*   filter: blur(0.1vh); */
  box-shadow: 0 -1vh 1.4vh rgba(0, 0, 0, 0.4) inset,
    -0.3vh -0.2vh 0.2vh rgba(255, 255, 255, 1) inset;
}
.snowFace .nose {
  background-color: orangered;
  margin-top: -2.2vh;
  clear: both;
  width: 50%;
  margin-left: -6vh;
  border-radius: 10vh;
  box-shadow: 0 -1vh 1.4vh rgba(0, 0, 0, 0.4) inset;
  transform: rotate(-3deg);
}
.snowFace .eye::before,
.snowFace .eye::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  margin: 10%;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0.3vh 0.2vh 0vh rgba(0, 0, 0, 0.3) inset;
}
.snowFace .eye::after {
  bottom: 20%;
  right: 20%;
}
.snowFace .eye:nth-of-type(2)::before,
.snowFace .eye:nth-of-type(2)::after {
  left: 20%;
}
.snowFace .eye:nth-of-type(2)::after {
  bottom: 10%;
}
.snowFace .twig,
.snowFace .twigi {
  position: absolute;
  background-color: rgb(128, 77, 35);
  width: 20vh;
  height: 2vh;
  top: 23vh;
  left: 21vh;
  transform-origin: left center;
  transform: rotate(-18deg);
  box-shadow: 0 -1vh 1.4vh rgba(0, 0, 0, 0.6) inset;
  clip-path: polygon(0 0, 100% 38%, 7% 100%, 0 87%, 3% 45%);
}
.snowFace .twigi {
  transform: rotate(-38deg) translate(5vh, 2vh) scale(0.6);
}
.snowFace .shade {
  background: black;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  transform: rotate(10deg);
  opacity: 0.3;
}
.twigWrapper {
  animation: twigAnim 5000ms steps(18, end) infinite;
  animation-delay: -800ms;
}
.noBlur {
  filter: none;
}
.noBlur .innerSnow {
  background: none;
}
.innerSnow::before,
.innerSnow::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: -5%;
  left: -5%;
  border-radius: 50%;
  background-color: #f4f4f4;
/*   filter: blur(1vh) contrast(10000%) brightness(150000%); */
}
.innerSnow::before {
  left: 50%;
  height: 30%;
  bottom: 10%;
}
.noBlur .innerSnow::before {
  left: 80%;
  bottom: 16%;
/*   filter: blur(0.1vh); */
}
.noBlur .innerSnow::after {
  display: none;
}
.noBlur .snowBall {
  background-color: #f4f4f4;
  box-shadow: -8vh 0 6vh rgba(0, 0, 0, 0.5) inset, 2vh 0 2vh rgba(0, 0, 0, 1);
  filter: blur(2vh);
  border: 0;
  transform: scale(1) translate(3vh, -2vh);
  animation-name: none;
  opacity: 0.3;
}
.noBlur .snowBall::after {
  display: none;
}
@keyframes snowAnim {
  0% {
    transform: translateX(0) rotate(0deg);
/*     border: 2vh dotted #f4f4f4; */
  }
  50% {
    transform: translateX(3vmin) rotate(180deg);
/*     border: 1.6vh dotted #f4f4f4; */
  }
  100% {
    transform: translateX(0) rotate(360deg);
/*     border: 2vh dotted #f4f4f4; */
  }
}
@keyframes fallAnim {
  0% {
    transform: translateY(0) scale(var(--scaleVar));
  }
  100% {
    transform: translateY(100vmin) scale(var(--scaleVar));
  }
}
@keyframes faceAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3vmin);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes twigAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6vmin);
  }
  100% {
    transform: translateX(0);
  }
}









