
body,html{
    overflow-x:hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}

ul{
    padding: 10;
    margin: 10;
    list-style: disc;
}

a{
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
}

h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 57px;
    margin: 0;
    text-transform: uppercase;
}
h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding-bottom: 10px;
}
img{
    border:none;
}


#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.GIF); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
    bottom: 0px;
    display: none;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    height: 35px;
    width: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
    text-decoration: none;
    outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
    float: left;
    display: inline;
    width: 100%;
    position: relative;
}

/*--------.menu_area-------- */
.menu_area{
    position: absolute;
    left:0;
    right: 0;
    top: 0;
}
.navbar-default {
    background: rgba(0,0,0,0.8);
    border-color: transparent;
    margin-top: 25px;
    padding: 0px;
}
.navbar-brand {
    height: 50px;
    padding: 0px 15px;
    line-height: 20px;
    position: absolute;
    top: -15px;
}
.past-main {
    background-color: rgba(0,0,0,0.8);
    margin-top: 0px;
    padding:6px 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
#navbar{overflow-x: hidden;}

.navbar-brand {
    color: #fff !important;
    font-size: 35px;
    font-weight: bolder;
    font-family: 'Varela', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font: 700 13px/18px 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover{
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ff7f00 !important;
}

/*--------/menu_area-------- */

.slider_area{
    float: left;
    display: inline;
    width: 100%;
    position: relative;
}
.slider_overlay {
    background: none repeat scroll 0 0 #ff7300;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
    width: 100px;
    height: 100px;
}

.slides-navigation .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.slides-navigation h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.85em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
    right: 100%;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
    height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
    margin-top: 12%;
    padding: 0 13%;
    position: relative;
    text-align: center;
    z-index: 999;
}
.slider_caption > h2 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 76px;
    margin: 0 auto 10px;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}
.slider_caption>p{
    color: #ffffff;
    font-size: 20px;
}
.slider_caption>a{
    margin-top: 30px;
}
.slider_btn{
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.slider_btn:hover,.slider_btn:focus{
    text-decoration: none;
}

/*--------------------*/
/* BLOG SECTION */
/*--------------------*/

#facilities{
    float: left;
    display: inline;
    width: 100%;
    padding: 20px 0px 20px 0px;
}
.blog_content {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #e6e6e6;
    position: relative;
}
.post_commentbox {
    display: inline;
    float: left;
    width: 100%;
}
.blog_slider{
    float: left;
    display: inline;
    width: 100%;
    margin-top: 10px;
}
.single-feature{
    position: relative;
    margin: 0;
}
.single_post{
    float: left;
    display: inline;
    width: 100%;
    box-shadow: 0px 0px 0px 1px #fff inset;
}
.single_post:hover{
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;

}
.blog_img {
    display: inline;
    /*float: left;*/
    height: auto;
    width: 100%;
}
.blog_img > img {
    height: 100%;
    width: 100%;
}
.single_post .blog_img {padding-bottom: 14px;}
.single_post h3 {
    float: left;
    font: 800 18px/18px 'Open Sans', sans-serif;
    width: auto;
    background: #ff7f00;
    position: absolute;
    /*bottom: 40px;*/
    /*right: 15px;*/
    text-transform: uppercase;
    color: #fff;
    padding: 7px 4px;
    text-align:center;
    border: 3px solid #ff7f00;
    box-shadow: 0px 0px 0px 1px #fff inset;
    box-sizing: border-box;    margin-top: 4px;
    margin-bottom: 4px;
}
.single_post .blog_img { padding-bottom: 10px;}
.single_post h3 a{
    color: #fff;
    text-decoration: none;
}

.blog_slider .slick-prev {
    border-radius: 5px 0 0 5px;
    color: #fff;
    height: 23px;
    left: 94%;
    right: 0;
    top: -38px;
    border-radius: 0px;
    padding: 5px 10px;
    -webkit-transition: 	all 0.5s;
    -moz-transition: 	all 0.5s;
    -ms-transition: 	all 0.5s;
    -o-transition: 	all 0.5s;
    transition: 	all 0.5s;
}
.blog_slider .slick-next {
    border-radius: 0 5px 5px 0;
    color: #fff;
    right: 15px;
    height: 23px;
    top: -38px;
    border-radius: 0px;
    padding: 5px 10px;
    -webkit-transition: 	all 0.5s;
    -moz-transition: 	all 0.5s;
    -ms-transition: 	all 0.5s;
    -o-transition: 	all 0.5s;
    transition: 	all 0.5s;
}
.blog_slider .slick-prev:hover,.blog_slider .slick-next:hover{
    opacity: 0.7;
}
/*======================///////////////
                        About style
=====================///////////////////////*/
.home-abt{
    width: 100%;
    min-height: 400px;
    background: url('../img/abt-pic.jpg');
    background-size: cover;
    color: #fff;
}
.abt-cell{
    height: 100%;
    padding: 15px 35px 15px 15px;
}
.abt-cell img{
    margin-top: 20px;
}
.abt-cell h4{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 35px;
}
.abt-cell p{
    font: 600 15px/18px 'Open Sans', sans-serif;
    color: #000;
}
.more-btn {
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.more-btn {
    background-color: #161616;
    border: 1px solid #161616;
}
.more-btn:hover{
    color: #ffa500 !important;
    background-color: #000;
    border: 1px solid #000;
}
.promo-vdo{
    background: url('../img/promo-pic2.jpg');
    background-size: cover;
    min-height: 400px;
    text-align: center;
    padding: 15px;
}
.promo-vdo h2{
    color: #ff7f00;
}
.tour-play{
    margin: 55px auto 35px auto;
}
.tour-play a{
    display:inline-block;
    height: 110px;
    width: 110px;
    background: url('../img/play-tour.png') no-repeat;
}
.tour-play a:hover{
    background: url('../img/play-tour-on.png') no-repeat;
}
.promo-vdo h4 a{
    display: inline-block;
    color: #ff7f00;
    text-decoration: none;
    background-color: transparent;
    border:1px solid #ff7f00;
    padding: 4px 8px;
    margin-top: 15px;
}
.promo-vdo h4 a:hover{
    color: #000;
    background-color: #ff7f00;
    border:1px solid #ff7f00;
}
@media(max-width:767px ){
    .abt-cell{
        text-align: center;
        padding: 15px;
    }
    .abt-cell img{
        display: inline-block;
        margin-top: 0px;
    }
}

/*--------------------*/
/* TESTIMONIAL SECTION */
/*--------------------*/

#c-speak{
    float: left;
    display: inline;
    width: 100%;
    padding: 40px 0px 60px 0px;
}
.c-speak-box{
    background: url('../img/testi-bg.jpg') no-repeat;
    background-size: cover;
    padding: 45px 0;
}

.test-box {
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 90%;
    color: #fff;
}
.testimonial_customer{
    display: flex;
    margin: 0 auto;
    width: 80%;
    border: 1px solid #ff7f00;
}
.testimonial_slider{
    float: left;
    display: inline;
    width: 100%;
}
.testimonial_slider>li{
    width: 380px;
    margin: 0 auto;
}
.testi_media {
    float: left;
    margin: 0 auto !important;
    width: auto;
}
.testi_media .media-body {
    vertical-align: middle;
}
.media-heading {
    font-size: 16px;
    color: #ff7f00;
    padding-bottom: 0;
    margin-bottom: 0;
}
.test-box span{
    color: #ff7f00;
}
.testi_media .media-body span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.testi_media .media-left {
    padding-right: 20px;
}
.testi_img img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
}
.testi_content {
    margin: 0;
    padding: 10px;
    position: relative;
    color: #fff;
}
.testimonial_slider .slick-dots li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    line-height: 102px;
    margin: 0 5px;
    position: relative;
    width: 30px;
}
.testimonial_slider .slick-dots li button:before {
    content:none;
}
.testimonial_slider .slick-dots li button {
    background: none repeat scroll 0 0 #ff7f00;
    border-radius: 24px;
    /*height: 4px;*/
    padding: 0px;
    width: 20px;
}

/*
========================================================================
Special Block
------------------------------------------------------------------------
*/
#yellow-block {
    float: left;
    display: inline;
    width: 100%;
    background: url('../img/yellow-bg.jpg') no-repeat;
    background-size: cover;
    padding: 45px 0;
}
#yellow-block h3{
    font: 800 20px/18px 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#yellow-block h5{
    font: 600 15px/18px 'Open Sans', sans-serif;
    color: #ff7f00;
}
#yellow-block p{
    font: 400 14px/22px 'Open Sans', sans-serif;
    color: #7b7b7b;
}
.click{
    border-top: 1px solid #ff7f00;
    text-align:center;
}
.click a{
    display:block;
    font: 800 15px/18px 'Open Sans', sans-serif;
    color: #888;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    background: #fff;
}
.click a:hover{
    color: #fff;
    background: #000;
}
.special-block,.support-block {
    min-height: 269px;
}
.special-block {
    background: #fff;
    margin: 0;
    padding: 0px;
}
.special-block .s-padding {
    padding: 15px;
}
.special-block .s-padding {
    padding: 15px;
}

.support-block {
    position: relative;
    background: #fff;
    margin: 0;
    padding:0px 2px;
    text-align: center;
}
.support-block h3{
    padding: 5px 0 !important;
    text-align: left;   
    margin-top: 2px;
    margin-bottom: 2px;
}
.c-table{
    border-top: 1px solid #ffc722;
    border-bottom: 1px solid #ffc722;
}
.support-high{
    margin: 20px 0;
    text-align: left;
}
.support-high h4{
    font: 800 15px/18px 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
}
.c-list{
    text-align: left;
}
.c-list ul li{
    background: url('../img/mic-ico.png') 0 5px no-repeat;
    min-height: 40px;
    padding-left: 32px;
    margin: 15px 0;
    font: 800 14px/18px 'Open Sans', sans-serif;
    color: #7b7b7b;
}
.c-list ul li a{
    color: #7b7b7b;
    font: 600 14px/18px 'Open Sans', sans-serif;
}


/*
========================================================================
footer Block
------------------------------------------------------------------------
*/
footer {
    float: left;
    display: inline;
    width: 100%;
    background: #191919;
    padding: 25px 0 5px 0;
    color: #7b7b7b;
}
footer a{
    color: #7b7b7b;
    text-decoration: none;
}
footer a:hover{
    color: #ff7f00;
}
footer ul.address li{
    min-height: 20px;
    padding-left: 32px;
    margin: 15px 0;
    font: 800 15px/18px 'Open Sans', sans-serif;
    color: #7b7b7b;
    display: block;
}
footer ul.address li.add{background: url('../img/add-ico.png') top left no-repeat;}
footer ul.address li.phn{background: url('../img/phn-ico.png') top left no-repeat;}
footer ul.address li.eml{background: url('../img/eml-ico.png') top left no-repeat;}

footer ul.f-link{
    float: left;
    margin-top: 5px;
}
footer ul.f-link li{
    min-height: 20px;
    padding-left: 32px;
    margin: 5px 0;
    font: 600 14px/18px 'Open Sans', sans-serif;
    color: #7b7b7b;
    display: block;
}

.social_nav{
    margin: 10px 0 25px 0;
}
.social_nav li {
    display: inline-block;
}
.social_nav li a {
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    margin-right: 8px;
    text-align: center;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.social_nav li a:hover {
    border: 1px solid #ff7f00 !important;
    color: #000 !important;
    background: #ff7f00;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.copyright,.sitemap{
    margin: 10px 0;
}

/*======================///////////////
                        start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
    .slider_caption > h2 {width: 100%;}
    .blog_slider .slick-prev {left: 91%;}
    #map_canvas{height: 404px;}
    /*only firefox browser*/
    @-moz-document url-prefix() {
        #map_canvas{height: 404px;	}
}
.slider_caption {margin-top: 25%;}
.subscribe_mail {width: 76%;}
.subscr_btn {width: 24%;}

}

@media(max-width:991px ){
    .navbar-default .navbar-nav > li > a {font-size: 13px;padding: 15px 6px;}
    .navbar-brand {font-size: 28px;}
    #slides{height: 600px !important;}
    .slider_caption > h2 {font-size: 48px;line-height: 48px;}
    .slider_caption > p {font-size: 18px;}
    .about_area {padding-bottom: 80px;}
    .about_slider{margin-top: 30px;}
    .single_iteam {text-align: center;}
    .single_iteam img {display: inline-block;}
    .single_service .service_title {font-size: 18px;}
    .single_service > .service_title:after {left: 33%;}
    .single_price > h3 {font-size: 20px;line-height: 80px;}
    .single_price .price > h4 {font-size: 50px;line-height: 50px;}
    .price_features li {font-size: 13px;line-height: 15px;}
    .price_btn {font-size: 13px;padding: 10px 15px;}
    .blog_slider .slick-prev {left: 88.5%;}
    .testi_content {width: 100%;}
    .clients_slider .slick-prev {left: 45%;}
    .clients_slider .slick-next {right: 45%;}
    .subscr_btn {font-size: 15px;}
    .single_contact_feaured {margin-bottom: 30px;}

}

@media(max-width:767px ){
    .navbar-collapse{background-color: rgba(0,0,0,0.8);}
    .main_nav{text-align: center;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(0,0,0,0.5);}
    #slides {height: 360px !important;}
    .slider_caption {margin-top: 15%;}
    .slider_caption > h2 {font-size: 25px;line-height: 26px;}
    .slider_caption > p {font-size: 15px;}
    .slider_btn {font-size: 18px;}
    .heading h2 {font-size: 30px;line-height: 30px;}
    .skills_area {background-size: cover;}
    .single_skill {width: 50%; margin-bottom: 22px;}
    .counter {width: 50%;float: left;}
    .counter_section {background-size: cover;}
    .portfolio_area {padding: 60px 15px 0;}
    .wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
    .single_price {margin-bottom: 30px;}
    .single_price > h3 {font-size: 24px;line-height: 100px;}
    .single_price .price > h4 {font-size: 60px;line-height: 60px;}
    .price_features li {font-size: 15px;line-height: 18px;}
    .price_btn {font-size: 15px;padding: 10px 20px;}
    .single_post h3 {font-size: 15px;line-height: 15px;}
    .testi_content:before {left: 35%;}
    .single_client {padding: 18px 10px;}
    .single_client > img {max-width: 100%;}
    .contact_map {margin-top: 30px;}
    #contactFeature {background-size: cover;}
    .subscribe_form {margin: 0 auto; width: 85%;}
    .team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
    .blog_slider .slick-prev {left: 86.5%;}
    .og-close {z-index: 999;}
    #about {padding: 50px 0;}
    #service {padding: 50px 0 50px;}
    #works {padding: 0 0 50px;}
    #team {padding: 50px 0;}
    #pricing {padding: 50px 0;}
    #blog {padding: 50px 0;}
    #testimonial {padding: 50px 0;}
    #clients {padding: 50px 0 100px;}
    #contact {padding: 50px 0 0;}
    #subscribe {padding: 50px  0;}
    .social_nav {margin-top: 20px;text-align: center;}
    .footer_left {text-align: center;}
    .single_service > .service_title:after {left: 41%;}
    .wagwep-container ul#portfolio-filter li {width: auto;}
    .wagwep-container ul#portfolio-filter a {text-indent: 0;}

}

@media(max-width:480px ){
    #slides {height: 320px !important;}
    .slider_caption {margin-top: 20%;}
    .slider_caption > h2 { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
    .slider_caption > p {font-size: 14px;}
    .slider_caption > a { font-size: 15px; margin-top: 20px;  padding: 8px 10px;}
    .wagwep-container ul#portfolio-filter li {width: auto;}
    .wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
    .blog_slider .slick-prev {left: 81.5%;}
    .clients_slider .slick-prev {left: 43%;}
    .clients_slider .slick-next {right: 43%;}
    .subscribe_form {width: 100%;}
    .footer_left {text-align: center;}
    .footer_right { margin-top: 20px;}
    .social_nav { text-align: center;}
    .testi_content:before {left: 30%;}
    .single_service > .service_title:after {left: 38%;}
    .wagwep-container ul#portfolio-filter {padding: 0 3%;}

}

@media(max-width:360px ){
    .slider_caption {margin-top: 28%;}
    .slider_caption > a {margin-top: 10px;}
    .slides-navigation h3 {display: none;}
    .slider_caption > h2 {font-size: 18px;line-height: 20px;}
    .panel-title {font-size: 17px;}
    .about_area {padding-bottom: 0px;}
    .about_slider{height: auto;}
    .single_skill {margin-bottom: 25px;width: 100%;}
    .heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
    .counter {width: 100%;margin-bottom: 15px;}
    .blog_slider .slick-prev {left: 75.5%;}
    .clients_slider .slick-prev {left: 40%;}
    .clients_slider .slick-next {right: 40%;}
    .subscribe_mail {width: 70%;font-size: 15px;}
    .subscr_btn {width: 29%;font-size: 15px;}
    .heading h2 { font-size: 25px;line-height: 30px;}
    .single_service > .service_title:after {left: 32%;}
    .slides-navigation {display: none;}

}

@media(max-width:320px ){
    .slider_caption > h2 {font-size: 15px;line-height: 18px;}
    .single_service > .service_title:after {left: 29%;}
    .blog_slider .slick-prev {left: 70.5%;}
    .subscr_btn {font-size: 11px;}
    .slider_caption {margin-top: 34%;}

}



/* ############### INNER STARTS #################### */
.in-banner{
    float: left;
    margin-top: 0px;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}
.in-banner>img{
    width: 100%;
}
.center-txt{
    /*text-align: center;*/
    margin-top: 20px;
}
.center-txt h1{
    margin-bottom: 35px;
    font: 600 30px/18px 'Open Sans', sans-serif;
    color: #ff7f00;
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-top: 0;
    padding: 12px 0;
}
.center-txt h4 {
    color: #ff7f00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding-bottom: 0;
    /*margin: 0 auto 20px auto;*/
    width: 70%;
}
.center-txt .img-responsive{
    display: inline-block;
}

.call_to_action{
    float: left;
    display: inline;
    width: 100%;
    padding:35px 0px;
    background: url('../img/yellow-bg.jpg') no-repeat;
    background-size: cover;
}
.call_to_action h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height:28px;
    color: #fff;
}
.call_to_action p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #191919;
}
.call_to_action .baton {
    margin-top: 50px;
}
.cs-btn, .cs-btn:active, .cs-btn:visited, .cs-btn:focus {
    color: #fff;
    background-color: #191919;
    border-radius: 0px;
    font: 700 16px/18px 'Open Sans', sans-serif;
    outline: none;
    padding: 12px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 1s;
}
.cs-btn:hover{
    color: #ff7f00;
    background-color: #000;
}
.dropdown-menu{
    background-color: #261F1A;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    font: 700 13px/18px 'Open Sans', sans-serif;
    min-width: 122px;
}
.dropdown-menu>li>a{
    color: #FFF;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    font: 700 13px/18px 'Open Sans', sans-serif;
}
.navbar-right .dropdown-menu{
    right: auto;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#ff7f00;text-decoration:none;background-color:#261F1A;}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}


.custom-bullet li {
    display: block;
    padding-left: 15px;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #191919;
}
/* added by me*/
.acc-container {

    margin: 0 auto;
    overflow:hidden;
    border: 1px solid #f5f5f5;
}
.acc-btn {
    width:100%;
    margin:0 auto;
    padding:10px 25px;
    cursor:pointer;
    background-color: #f5f5f5;
    border-bottom: 2px solid #fff
}
.acc-content {
    height:0px;
    width:100%;
    margin:0 auto;
    overflow:hidden;
    background:#fff;
}
.acc-container h4 {text-transform: none; margin-bottom: 0;}
.acc-content-inner { padding:30px;}
.acc-container .open { height: auto;}

.acc-container p {color:#798795;}
.list-group-item{border-radius: 0px !important;padding: 15px 15px 30px 15px;}
.news{margin: 0 auto;}
h4.list-group-item-heading{color: #ff7f00 !important;margin-bottom: 5px;}
.address{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.address li.add {
    background: url('../img/add-ico1.png') top left no-repeat;
}
ul.address li {
    min-height: 20px;
    padding-left: 32px;
    margin: 15px 0;
    font: 800 15px/18px 'Open Sans', sans-serif;
    color: #7b7b7b;
    display: block;
}
ul.address li.phn {
    background: url('../img/phn-ico1.png') top left no-repeat;
}
ul.address li.eml {
    background: url('../img/eml-ico1.png') top left no-repeat;
}
#map-canvas {
    min-height: 350px;
    max-height: 350px;
    margin: 0px;
    padding: 0px;
}
footer ul.address li{
    font: 600 14px/18px 'Open Sans', sans-serif;
}
.address .add .title{
    font: 800 15px/24px 'Open Sans', sans-serif;
}
form {
    max-width: 600px;
    text-align: center;
    margin: 20px auto;
}
form input, form textarea {
    border: 0;
    outline: 0;
    padding: 1em;
    border-radius: 0;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Open Sans', sans-serif;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    resize: none;
}
.half {
    float: left;
    width: 48%;
    margin-bottom: 1em;
}
form textarea {
    height: 233px;
}
form #input-submit {
    color: #fff;
    background: #ff7f00;
    cursor: pointer;
    width: auto;
    float: right;
    padding: 0.75em;
    font-weight: 800;
    margin-top: 0;
}
.left {
    margin-right: 2%;
}
.right {
    width: 50%;
}
.sub_title{
    font: 600 14px/18px 'Open Sans', sans-serif;
}
.support-high{
    margin: 7px 0;
    text-align: left;
}
.form_error p{
    font-size: 12px;
    color: #EA2A2A;
    margin: 0 0 2px;
}
form input, form textarea{
    margin-top: 0em;
    margin-bottom: 0em;
}
.alert{
    padding: 6px;
    margin: 6px;
    text-align: center;
}
.book_title{
    text-align: center !important;
}
.table-responsive {
    border: 0px solid #ddd;
}
.booked
{
    background-color: #FF7F00 !important;
    color: #fff !important;
}

.swimming{
    background-color: #FF7F00 !important;
}
.snooker{
    background-color: #FF7F00 !important;
}
.badminton{
    background-color: #FF7F00 !important;
}
table{
    margin: -0.05em 0 0;
}
.btn{
    border-radius: 0px;
}
.pp1{
    margin: 0px -5px 0px 0px;
}
.pp{
    margin: 0px -5px 0px 0px;
    border-top-left-radius: 5px;
}
.btn-sm {
    color: #000;
    background-color: hsla(30, 100%, 50%, 0.27);
    border-color: hsla(30, 100%, 50%, 0.27);
}

.btn-sm:hover {
    color: #000;
    background-color: hsla(30, 100%, 50%, 0.27);
    border-color: hsla(30, 100%, 50%, 0.27);
}

.pp2{
    border-top-right-radius: 5px;
}
.app .active{
    background-color: hsl(30, 100%, 50%);
    color: #fff;
}
.btn-info.active{
    border-color: #FF7F00 !important;
}
.a{
    text-align: right !important;
}
.btn-warning {
    background-color: #FF7F00 !important;
    border-color: #FF7F00 !important;
}
.btn-warning:hover {
    background-color: hsla(30, 100%, 50%, 0.27) !important;
    border-color: hsla(30, 100%, 50%, 0.27) !important;
    color: #000;
}
.aa{
    text-align: center !important;
    margin-top: 10px;
}
.book{
    background-color: hsla(30, 100%, 50%, 0.27) !important;
}
.error{
    color: #ff0000 !important;
    font-size: 13px !important;
    margin-top: 0px !important;
    font-weight: 400;
}
.ui-datepicker-trigger{
    margin-top:0px !important;
    cursor: pointer;width: 42px;
    height: 42px;float: left;
}
#datepicker{
    width: 90px;
}
.form-group{
    margin-bottom: 0px;
}
.modal-header{
    padding: 31px 0px 0px 0px;
    border-bottom: 0px solid #e5e5e5;
}
.modal-header h5, .h5{
    font-size: 16px;
    font-weight: bold;
}
.modal-content h4{
    color: #7f8c9a !important;
    font-weight: 600;
}
#btn_book{
    background-color: #4b306c;
    padding: 10px 15px 10px 15px;
    color: #fff;
    float: right;
    width: inherit;

}
.modal-content label{
    font-weight: 500;
    margin-top: 12px;
}
.modal-content form input, form textarea{
    border: 1px solid #cccccc;
    background-color: #fff !important;
    padding: 10px;
}
.modal-lg {
    width: 1024px;
}
.popup_content{
    color: #7f8c9a !important;
}
.modal-header .close{
    margin-top: -68px;
    font-size: 44px;
}
.new_reg{
    margin-top: -30px !important;
}
.modal-body{
    position: relative;
    padding: 50px 0px 0px 0px;
}
.close-reveal-modal{
    color: #FFFFFF !important;
}
.modal-dialog{
    margin: 60px auto;
}
.snooker{
    text-align: center;
}
.booked{
    background-color: #8A0808 !important;
    cursor: default !important;
}
.booking_disabled{
    cursor: default !important;
    background-color: #947f7f !important;
    color: white;
}
.available{
    background-color: #266A2E !important;
    cursor: pointer;
    color: white;
}
.slot-curved{
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    padding-top: 0.76923rem;
    padding-bottom: 0.84615rem;
    border: 0px outset buttonface;
}
.my-calender{
    padding-left: 6px;
    padding-right: 2px;
    float: right;
    text-align: right;
}
.m-login-btn{
    margin-right: 0px; margin-bottom: 10px;

}

.book_border{
    background-color: #ccc;
}
.table-bordered {
    border: 0px solid #ddd;
}
.table-bordered>thead>tr>th{
    border: 0px solid #ddd;
}
.modal-content {
    max-width: 100%;
}
table tr td {
    padding: 0.5625rem 0.625rem;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: middle !important;
}
.btn-tabs {
    border-radius: 6px 6px 0px 0px;
    border-color: #FF7F00 !important;
    /*margin-bottom: 0px !important;*/
}
.btn:active, .btn.active{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.125) inset;
}
table, th, td {
    border: 1px solid #423535;
    text-align: left;
}
.contact-us{
    color: rgb(75, 48, 108) !important;
}
.img_pdf_box{
    min-height: 85px;
}
.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
    display: inline;
    margin: 0 5px;
    display: inline;
    list-style: none;

    margin-right: 10px;

}
.social-circle a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.member_details{
    padding-bottom:10px; text-align: left;  color: #000;
    margin-left: -8px;
}
#member_name{
    text-align: left;  color: #000;
    font-size: 15px !important;
}
.login-list{
    padding-bottom: 32px; padding-right: 3px; padding-left: 3px
}
.lgn-btn{
    float: right;
    padding-right: 0px;
}
.curved{
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color: rgb(255, 127, 0);
    padding: 5px 10px 5px 10px;
    padding: 5px 10px;
}
img.plus{
    border: 0;
    width: 20px;
    height: 20px;
    background: url(../img/plus_minus.png) 0 0;
}
img.minus{
    border: 0;
    width: 20px;
    height: 20px;
    background: url(../img/plus_minus.png) -34px 0;
}
#user_booking_table_div {
    overflow: auto;
    max-height: 80vh;
}
#logOutButton{
    float: right;
    margin-right: -4px;
    display: none;
    padding: 3px 10px 6px 10px;
    border-radius: 0px 0px 10px 10px;
}
#memberLogInButton{
    float: right;
    margin-right: -4px;
    padding: 3px 10px 6px 10px;
    border-radius: 0px 0px 10px 10px;
}
#register{
    float: right;
    margin-right: -4px;
    padding: 3px 10px 6px 10px;
    border-radius: 0px 0px 10px 10px;
}
#recharge{
    float: right;
    margin-right: -4px;
    padding: 3px 10px 6px 10px;
    border-radius: 0px 0px 10px 10px;
}

.calenders{
    width: 12%;
}
.form-control{margin: 8px 0px; height: 42px;}

.form-request{max-width: 80%;}
@media(max-width:480px ){
    form{margin: 0px auto !important;text-align: justify; max-width: 100%;}
    .modal-lg {width: 100%;}
    #btn_book{margin-right: 28px;}
    .visible-for-small-only th:first-child{
        font-size: 10px;
    }
    #badminton_bookings th, #football_bookings th{
        padding-right: 12px;
    }
    .my-calender{
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .m-login-btn{
        margin-right: 0px;
    }
    .img_pdf{
        margin-bottom: 5px;
    }
    .calenders{
        width: 62%;
    }
    #detailsDiv{
        padding-left: 0px;
    }
    .column, .columns{
        float: left !important;
    }
    .small-8{
        width: 73.667% !important;
    }
    .curved{
        padding: 5px 4px;
    }
    .log-out-btn{
        float: right; 
        margin-top: -10px !important;
    }
    .bookbtn{
        float: right !important;
    }
    .snooker{
        text-align: left !important;
    }
    .swimming{
        text-align: center !important;
    }
    .badminton{
        text-align: center !important;
    }
    .visible-for-small-only th:first-child{
        font-size: 8px;
        padding-left: 1px;
    }
    table tr, table th, table td {
    font-size: 9px;
    }
    .tt{
    text-align: left !important;
    }
    .center-txt h1 {
        margin-bottom: 0px !important;
    }
    .col-md-12, .col-lg-12 {
        min-height: 0px !important;
    }
    .galleryWrap {
        padding: 0 0 30px 25px !important;
    }
    .move{
        vertical-align: middle !important;
        margin-top: 15px;
    }
    .filter {
        background: #bfbfbf;
        border: 1px solid #ccc;
        color: #fff;
        float: none !important;
        /*font-size: 12px;*/
        margin: 0 12px 0 0;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #home-slider .caption h5 {
    margin-bottom: 80px !important;
    padding: 10px !important;
    font-size: 18px !important;
}
#home-slider .fa-angle-down {
    top: 218px !important;
}
}
.table-bordered > thead > tr > th{
    border-right: 1px solid #ccc !important;
}

.tt{
    text-align: left !important;
}

#detailsDiv{
    padding-left: 30px;
}
.column.small-centered, .columns.small-centered{
    font-size: 13px;
}
.mobileview{
    padding-left: 6px;
    padding-right: 6px;
}
.close-mode{
    color: #000 !important;
}
#btn_book{
    cursor: pointer;
}
.cancel_btn{
    border-radius: 10px;
}
.booking_error, .booking_success{
    font-weight: normal !important;
}
#logInDiv{
    padding-top: 50px !important;
}
p{    text-align: justify;}
.slick-slider {
    margin-top: 44px;
}



/*New css code for header menu and banner*/
.navbar-default {
margin-top: 0px;
}
.navbar-default {
background: #000;
}
.navbar-brand {
top: 7px;
z-index: 99;
}
.navbar-toggle {
padding: 6px 0;
border: none;
}
.navbar-toggle .icon-bar {
background-color: #ffffff8c!important;
width: 30px;
height: 4px;
border-radius: 5px;
}
#home-slider, .in-banner{
margin-top: 65px;
}
footer .container{
max-width:1170px!important;
}
@media (min-width: 768px){
.navbar-nav>li>a {
padding-top: 25px;
padding-bottom: 25px;
}
}
@media (max-width: 767px){
.navbar-brand img{
width: 70%;
}
#home-slider {
margin-top: 20px;
}
.blog_content h2{
left: 25%!important;
font-size: 23px!important;
}
}
/*New css code for header menu and banner*/
.newlist{
     padding: 10px;
    margin-bottom: 10px;
}   
.nclick{
     display: block;
    font: 800 15px / 18px 'Open Sans', sans-serif;
    color: #888;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    background: #fff   
}