/* 
Dragonfruit Template 
http://www.nxt.com/preview/nxt_411_dragonfruit 
*/

body {
    font-family: 'Century Gothic', sans-serif;
}
.container-fluid {
    max-width: 1600px;
}
.silver {
/*background-image:url(../images/silver-bg-nxt.jpg);*/
background-repeat:repeat-x;
}
.container_wapper {
    width: 100%;
    background: #c0c0c0;
}
.rcolor {
    background: #f00;
}
.gcolor {
    background: #0f0;
}
.bcolor {
    background: #00f;
}
h1 {
    margin-top: 51px;
    margin-bottom: -6px;
    text-align: center;
    font: normal normal normal 34px/60px 'Century Gothic', sans-serif;
    color: #3b3b3b;
}

.nxt_logo a:hover {
	text-decoration: none;
}
/*menu*/
#nxt_mobile_menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: #f9f9f9;
    position: fixed;
    z-index: 5500;
    right: -1500px;
    display: none;
    overflow: auto;
}
#nxt_mobile_menu ul li a {
    text-align: left;
    background: #D1AB53;
    color: #000;
}
#nxt_mobile_menu ul li:hover a {
    background: #846111;
	color: #fff;
}
#nxt_banner_menu {
    width: 100%;
    background: #fff;
    height: 94px;
    border-bottom: 1px solid #543303;
    position: fixed;
    top: 0;
    z-index: 5000;
}
#nxt_banner_menu #logo_img {
    max-height: 77px;
    float: left; 
}
#nxt_banner_menu #logo_text {
    font: normal normal normal 36px/1em 'Century Gothic', sans-serif;
    margin-top: 30px;
    padding-left: 60px;
    text-align: left;
    color: #e35354;
}
#nxt_banner_menu #logo_text span {
    color: #9fb038;
}
#nxt_banner_menu ul li a ,
#nxt_banner_menu ul li a:focus {
    padding-top: 35px;
    padding-bottom: 35px;
    font: normal normal normal 18px/23px 'Century Gothic', sans-serif;
    color: #000;
    background: repeat-x url("../images/banner_bg-nxt.jpg") 0 -94px ;
    transition-duration: .5s;
}
#nxt_banner_menu ul li a:hover ,
#nxt_banner_menu ul li a.current
{
    background-position: 0 0px ;
    background-color: #D3B876;
    color: #ffffff;
}
#nxt_banner_menu #mobile_menu {
    color: #846111;
    font-size: 30px;
    position: absolute;
    right: -90px;
    top: -70px;
}
/*banner slide*/
.banner { 
    width: 100%;
    margin-top: 94px;
    position: relative; 
    overflow: hidden;
}
.banner ul { 
    list-style: none; 
    padding: 0;
}
.banner ul li { 
    float: left; 
    min-height:550px;
    width: 100%;
}
.banner div.slide_caption {
	background: rgba(0, 0, 0, 0.0);
    max-width: 600px;
    margin: 120px auto auto auto;
}
.banner div.slide_caption h1 ,
.banner div.slide_caption p {
    background: none ;
    text-align: center;
    color: #fff;
    line-height: 2em;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
.banner div.slide_caption a {
	color: #FF6;
}
.banner div.slide_caption h1 {
    font-size: 4em;
    margin: 0;
}
#nxt_banner_slide p{ font-size:1.5em;}
.banner div.slide_caption p {
    font-size: 16px;
}
.banner_slide_01 {
    background: url('../images/slides/next-bigg-thing-slide-1.jpg');
    background-size: cover;
    background-position: center 80%;
  
}
.banner_slide_02 {
    background: url('../images/slides/next-bigg-thing-slide-2.jpg');
    background-size: cover;
    background-position: center top;
}
.banner_slide_03 {
    background: url('../images/slides/next-bigg-thing-slide-3.jpg');
    background-size: cover;
    background-position: center center;
}
.banner_slide_04 {
    background: url('../images/slides/next-bigg-thing-slide-4.jpg');
    background-size: cover;
    background-position: center center;
}
.banner_slide_05 {
    background: url('../images/slides/next-bigg-thing-slide-5.jpg');
    background-size: cover;
    background-position:  center top;
}
.banner_slide_06 {
    background: url('../images/slides/next-bigg-thing-slide-6.jpg');
    background-size: cover;
    background-position:  center bottom;
}
.banner_slide_07 {
    background: url('../images/slides/baby_shower_decoration.jpg');
    background-size: cover;
    background-position:  center center;
}
.banner
{
  position:relative;
  width:100%;
  overflow:auto;
  font-size:18px;
  line-height:24px;
  text-align:center;
  color:rgba(255,255,255,.6);
  text-shadow:0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
  background:#5b4d3d;
  box-shadow:0 1px 2px rgba(0,0,0,.25);
}

.banner ul
{
  list-style:none;
  width:300%;
}

.banner ul li
{
  display:block;
  float:left;
  width:33%;
  min-height:550px;
  -moz-background-size:100%;
  -o-background-size:100%;
  -ms-background-size:100%;
  background-size: 100%;
  background-repeat:no-repeat;
  box-shadow:inset 0 -3px 6px rgba(0,0,0,.1);

}

.banner h1,.banner h2
{
  font-size:40px;
  line-height:52px;
  color:#fff;
}

.banner .btn
{
  display:inline-block;
  clear:both;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
  border:2px solid rgba(255,255,255,.4);
  border-radius:5px;
  margin:25px 0 0;
  padding:9px 22px 7px;
}

.banner .btn:hover
{
  background:rgba(255,255,255,.05);
}

.banner .btn:active
{
  -webkit-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
  -moz-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
  -ms-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
  -o-filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
  filter:drop-shadow(0-1px2pxrgba(0,0,0,.5));
}

.banner .btn,.banner .dot
{
  -webkit-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
  -moz-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
  -ms-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
  -o-filter:drop-shadow(01px2pxrgba(0,0,0,.3));
  filter:drop-shadow(01px2pxrgba(0,0,0,.3));
}

.banner .dots
{
  position:absolute;
  left:0;
  right:0;
  bottom:-15px;
}

.banner .dots li
{
  display:inline-block;
  width:10px;
  height:10px;
  text-indent:-999em;
  border:2px solid #fff;
  border-radius:6px;
  cursor:pointer;
  opacity:.4;
  -webkit-transition:background .5s, opacity .5s;
  -moz-transition:background .5s, opacity .5s;
  transition:background .5s, opacity .5s;
  margin:0 4px;
}

.banner .dots li.active
{
  background:#fff;
  opacity:1;
}
/*about our organization*/
#nxt_about {
    background: #ffffff;
    float: left;
}
#nxt_about .about_icon img {
    width: 100%;
}
#nxt_about .about_icon h2 {
    text-align: center;
    font: normal normal normal 20px/25px 'Century Gothic', sans-serif;
}
#nxt_about .about_icon .imgwap {
    text-align: center;
    border-radius: 75px;
}
#nxt_about .about_icon p {
    text-align: center;
    font: normal normal normal 14px/23px 'Century Gothic', sans-serif;
}
#nxt_about .mission {
    background-color: #bd3e25;
    color: #f5bd48;
}
#nxt_about .product {
    background-color: #334d5c;
    color: #f5bd48;
}
#nxt_about .testimonial {
    background-color: #efc84a;
    color: #ab4921;
}
#nxt_about .statistic {
    background-color: #334d5c;
    color: #efc84a;
}
#nxt_about #testimonial_text_wap {
    overflow: hidden;
}
#nxt_about #testimonial_text_wap h2 {
    font-size: 24px;
    margin: 0;
    padding: 12px 0;
}
#nxt_about #testimonial_text_wap h3 {
    font-size: 20px;
    margin: 0;
    padding: 12px 0;
}
#nxt_about #testimonial_text_wap img {
    margin-bottom: 20px ;
}
#nxt_about #testimonial_text_wap p {
    font-size: 14px;
    line-height: 2em;
}
#nxt_about .testimonial_text {
    width: 100%;
    float: left;
}
#nxt_about .pre_next {
    font-size: 70px;
    top: 50%;
    margin-top: -35px;
    position: absolute;
}
#nxt_about .pre_next a {
    color: #6698b5;
    float: left;
}
#nxt_about .pre_next a:hover {
    color: #334d5c;
}
#nxt_about #testimonial_text_wap h1 {
    font-size: 70px;
    top: 50%;
    margin-top: -35px;
}
#nxt_about .testimonial_top_bottom_spacer {
    padding-bottom: 80px;
}
/*events*/
#nxt_events {
    background: #D2B775;
    float: left;
    overflow: hidden;
}
#nxt_events h1{
    color: #fff;
}
#nxt_events .event_box_wap {
    overflow:hidden;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}
#nxt_events .event_box_wap.full_image_box_wap { pointer-events:none;}

#nxt_events .event_box_wap .event_box_img {
    position: relative;
    top: 0;
}
#nxt_events .event_box_wap.full_image_box_wap .event_box_img { pointer-events:none;}
#nxt_events .event_box_wap .event_box_caption,#nxt_events .event_box_wap .shows_box_caption {
    position: relative;
    top: 0;
    padding-bottom: 10px;
    background: #fff;
    width: 100%;
    border-top: 3px solid #3c6f8c;
}
#nxt_events .event_box_wap .event_box_caption,#nxt_events .event_box_wap .shows_box_caption h4 {padding:20px 20px 0px 20px; }
#nxt_events .event_box_wap.full_image_box_wap .left-side{ width:35%;float:left;pointer-events:visible;}
#nxt_events .event_box_wap.full_image_box_wap .right-side{ width:35%;float:right;pointer-events:visible;}


#nxt_events .event_box_wap h1,#nxt_events .event_box_wap h2,
#nxt_events .event_box_wap p {
    margin: 0;
    color: #000000;
    text-align: left;
}
#nxt_events .event_box_wap p {
    padding: 5px 20px 15px 20px;
}
#nxt_events .event_box_wap h1{
    padding: 20px 20px 20px 20px;
    font-size: 24px;
    line-height: 24px;
}
#nxt_events .event_box_wrap {position:relative;height:275px;}
#nxt_events .event_box_wrap h2 {
	padding: 02px 20px 02px 20px;
    font-size: 16px;
    line-height: 26px;
	color: rgba(204, 204, 204, 0.78);
}
#nxt_events .event_box_wrap .event_box_caption,#nxt_events .event_box_wrap .shows_box_caption {
	position: absolute;	
    background: #fff;
    width: 100%;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.72);
}
#nxt_events .gallery_images {margin-bottom:15px;overflow:hidden;}
.wrapper-top {
	padding-top:4em;
}
.gallery-heading h1 {margin-bottom:10px;}
.event_box_img img {width:100%;}
/*Demo Slider */
.cat_link ul { list-style-type:none;}
.cat_link ul li {line-height:2em;color:#000;font-family:raleway;font-size:20px;cursor:pointer;padding-left: 42px;background-color:#eee;border-bottom:1px solid #ddd;}
.cat_link ul li:hover {background-color:#222;color:#fff;}
.left-sidebar {background-color:#ccc;padding-bottom: 20px;}
.no-padding{padding:0;}.no-margin{margin:0;}
.hrline {border-top:1px solid #fff;}
.demo {
    width:820px;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.demo img {
    display: block;
    height: auto;
    max-width: 100%;
	width:100%;
}
.lSSlideWrapper > .lSSlideOuter > ul.lSPager {display:none;}
/* Demo Slider */

/*timeline*/
#nxt_timeline {
    background: #fff;
    float: left;
}
#nxt_timeline .container-fluid {
    max-width: 1600px;
    position: absolute;
    margin: auto;
    margin-bottom: 80px;
    background: url("../images/time_line_bg.jpg") repeat-y center top;
}
#nxt_timeline .time_line_wap {
    position: absolute;
    display: none;
}
#nxt_timeline .time_line_caption {
    background: #f15556;
    padding: 10px 20px 10px 20px ;
    border-radius: 5px;
    height: 40px;
    clear: both;
    color: #fff; 
}
#nxt_timeline .time_line_paragraph {
    background: #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 50px;
    font-family: 'Century Gothic', sans-serif;
}
#nxt_timeline .time_line_paragraph a {
    color: #000;
    text-decoration: underline;
}
#nxt_timeline .left_timeline {
    margin-left: 30px;
}
#nxt_timeline .left_timeline .time_line_caption {
    float: right;
    margin-right: 0px;
}
#nxt_timeline .right_timeline .time_line_caption {
    float: left;
}
#nxt_timeline .time_line_paragraph h1 {
    text-align: left;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 20px 20px 20px 20px;
}
#nxt_timeline .time_line_paragraph p {
    padding: 0px 20px 20px 20px;
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 2em;
    color: #000;
}
#nxt_timeline .left_timer {
    float: right;
    background: url("../images/arrow_left.png") 0 5px;
}
#nxt_timeline .right_timer {
    float: left;
    background: url("../images/arrow_right.png") 0px 5px;
}
#nxt_timeline .left_timer ,
#nxt_timeline .right_timer {
    padding-left:30px;
    width: 101px;
    position: absolute;
}
#nxt_timeline .left_timer span,
#nxt_timeline .right_timer span {
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 3px;
    margin-top: 3px;
}
/*contact*/
#nxt_contact {
    background: #D2B775;
    float: left;
}
#nxt_contact h1 {
    color: #fff;
}
#nxt_contact h2 {
    font-size: 24px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 20px;
}
#nxt_contact_map {
    width: 100%;
    height: 320px;
    float: left;
    margin-bottom: 40px;
}
#nxt_contact ul li a {
    background: none;
}
#nxt_contact ul li a i {
    width: 60px;
    padding: 20px 0;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
#nxt_contact p {
    color: #fff;
    line-height: 30px;
	margin-top: 15px;
}
#nxt_contact input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: none;
}
#nxt_contact textarea {
    border: none;
    width: 100%;
    height: 150px;
    padding: 10px;
}
#nxt_contact button {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    background: #eaeaea;
}
#nxt_contact button:hover {
    background: #f4f4f4;
}
.dropdown-menu {margin:0;padding:0}
/*nxt_footer*/
#nxt_footer {
    width: 100%;
    border-top: 5px solid #543303;
    height: 70px;
    background: #A58859;
    float: left;
}
#nxt_footer p {
   color: #fff;
    padding-left: 20px;
    padding-top: 20px;
    text-align: left;
}

#nxt_footer a {
    color: #fff;
    text-decoration: normal;
	text-align:right;
	float:right;
}
@media only screen and (max-width: 425px) and (min-width: 320px)  {
.banner,.banner ul li {min-height:180px;}
}
@media only screen and (max-width: 575px) and (min-width: 426px)  {
.banner,.banner ul li {min-height:270px;}
}
@media only screen and (max-width: 767px) and (min-width: 576px)  {
.banner,.banner ul li {min-height:434px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
.banner,.banner ul li {min-height:434px;}
}
/*  Small devices (tablets, 768px and up)  */
@media only screen and (max-width: 768px ) { 
    #nxt_about .pre_next {
        font-size: 15px;
    }
    #nxt_timeline .right_timer {
        background-position: center center;
    }
}
/*  Medium devices (desktops, 992px and up)  */
@media only screen and (max-width: 970px ) {
    #nxt_timeline .right_timer {
        background-position: 100px 5px;
    }
    #nxt_banner_menu #logo_text {
        font: normal normal normal 30px/1em 'Century Gothic', sans-serif;
    }
    #nxt_timeline .container-fluid {
        background: url("../images/time_line_bg.jpg") repeat-y 28px 0;
    }
}

.inner-banner{ padding:0;}
.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: 92px;
}
.box-one{ background-color:#BFA25F; padding-top:5%;padding-bottom:5%;}
.box-two{ background-color:#D3B875; padding-top:5%;padding-bottom:5%;}
.mb-51{margin-bottom:51px;}
#nxt_about .container-fluid{ /*padding:0;*/}
.inside-banner{ overflow:hidden; width:100%;}
#client-carousel{ padding:5% 0;}
a.prev, a.next {
    background: none repeat scroll 0 0 #323b44;
    color: #fafafa;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 25px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    width: 25px;
}
#slider1_container { width:70%; margin:0 auto; float:none;}
#nxt_footer .col-sm-8{ float:right; width:15%;}
.intro{ margin:0 auto; float:none; text-align:center; font-size:1.1em;}
#nxt_banner_menu .nxt-log{ float:right;}
.arrow{ background-image: url("../images/arrow-center.png");
    background-position: 50% 60px;
    background-repeat: no-repeat;}
/*  Large devices (large desktops, 1200px and up)  */
@media only screen and (min-width: 1200px ) {
 .banner {opacity:1;}
}
.nav-justified > li {
    display: table-cell;
    width: 18%;
}
}
@media only screen and (max-width: 550px ) {
#nxt_events .event_box_wap.full_image_box_wap .left-side,#nxt_events .event_box_wap.full_image_box_wap .right-side{ width:100%;float:none;pointer-events:visible;}
}