.full-width{
width:100%;	
}
#information{
	color: #f6eb0e;
    font-size: 18px;
    font-family: 'open_sansbold';	
}
.preloadingD{display:none;}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #fed136;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #fed136;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.preloading{max-width:20px; margin:0 auto; margin-bottom:20px;}
@font-face {
    font-family: 'open_sansbold';
    src: url('font2/opensans-bold-webfont.woff2') format('woff2'),
         url('font2/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'luckiest_guyregular';
    src: url('font1/luckiestguy-webfont.woff2') format('woff2'),
         url('font1/luckiestguy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.sweet-alert  h2 { font-size:16px !important;}
.sweet-alert .form-group , .sweet-alert p{ display:none !important}
.logo{max-width: 200px;margin-top: -20px;}
.terms {
    padding-top: 220px !important;
    padding-bottom: 80px;
}
.uploadvideo-ul {
    margin-bottom: 20px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.nmnp4 {
    padding-left: 0px !important;
}

.heigth80 label {
    color: #ffffff;
    font-size: 18px;    font-weight: normal;
}
.error {
    display: none;
}
.upload-vid p { text-align:center !important;     margin-top: 30px;   margin-bottom: 40px;}
.mb40{ margin-bottom:40px !important}
.mb20{ margin-bottom:20px !important}
.heigth80 input , .heigth80 select {
    height: 50px !important;
    border-radius: 10px;
    margin-bottom: 30px !important;    border-radius: 0px !important; /*ALI */
}

.btn-green {
    color: #16752f;
    background-color: #9ee800;
    border-color: #9ee800;
}
.btn-custom {
    display: block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 25px;
    font-family: 'luckiest_guyregular';
}

.btn-custom:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.uploadvideo input[type="text"] {
    height: 50px;
}
.uploadvideo-p {font-family: 'luckiest_guyregular'; font-size:30px !important; letter-spacing:1px; color:#9ee800 !important; text-align:center}
.uploadvideo .btn {
    padding: 7px 20px !important;
   font-family: 'luckiest_guyregular';
    font-size: 24px;
}

.checkbox-content{text-align: center;    font-weight: 800;    font-size: 24px;    color: #0e8f3b;  text-transform:uppercase  }
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #f6eb0f;
    border-radius: .25em;
    width: 1.4em;
    height: 1.4em;
    float: left;
    margin-right: .8em;
    margin-top: 5px;
    color: #f6eb0f;
}
.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox-content {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #f6eb0e;
    text-transform: uppercase;
	font-family: 'luckiest_guyregular';
	letter-spacing:1px;
}

.nmnp{padding:0px; margin:0px;}
.panel-info>.panel-heading {
    color: #1b8937;
    background-color: #f6eb0e;
    border-color: #f6eb0e;
    border-radius: 0px;
	 font-family: 'luckiest_guyregular';
	 font-size:30px;
	 text-align:center;
	 text-transform:uppercase;
	     line-height: 30px;
}
.panel-heading {
    padding: 15px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-info {
    border-color: #f6eb0f;    border: 0px;
}
.panel {
    margin-bottom: 20px;
    background-color: rgba(0, 79, 21, 0.6);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 30px; padding-top:80px;
}
.panel-body p { font-size:16px; color:rgba(255,255,255,1); text-align:justify }
.term-body ul {
    margin-bottom: 40px;
    font-size: 16px;
    list-style-type: decimal;
    color: #FFFFFF;text-align:justify 
}

.term-body ul li { margin-bottom:20px;}
.button-setter{position:absolute; right:0px}
.banner{padding-top:0px;padding-bottom: 0px; background-image:url(../img/faqbg.png); background-color:#1a8937; background-position: center; background-repeat:no-repeat; }
.videoslider-bg {
     background-image:url(../img/videoslider-bg.png);
     background-size:cover;
     background-position: center center;
     background-color:#549d00;
    margin-top: -6px;
}
 .videoslider-bg h2 {
    font-family: 'luckiest_guyregular';
     color:rgba(255,255,255,1);
     letter-spacing:2px;
     margin-bottom:30px;
     text-transform:uppercase
}
.episode-bg {
     background-image:url(../img/faqbg.png);
     background-size:cover;
     background-position: center center;
     background-color:#549d00;
    margin-top: -6px;
	background-attachment:fixed
}
 .episode-bg h2 {
    font-family: 'luckiest_guyregular';
     color:rgba(255,255,255,1);
     letter-spacing:2px;
     margin-bottom:30px;
     text-transform:uppercase
}
.code-bg {
     background-image:url(../img/faqbg.png);
     background-size:cover;
     background-position: center center;
     background-color:#549d00;
    margin-top: -6px;
	background-attachment:fixed;
}
 .code-bg h2 {
    font-family: 'luckiest_guyregular';
     color:rgba(255,255,255,1);
     letter-spacing:2px;
     margin-bottom:30px;
     text-transform:uppercase
}
.codelabel ~ input {
    height: 50px !important;
    border-radius: 0px;
	margin-bottom:20px;
}
.code-bg p {color:rgba(255,255,255,1); font-weight:700; margin-bottom:20px; font-size:24px;}
.code-bg img { margin:0 auto; margin-bottom:30px !important}
.code-bg label {color:rgba(255,255,255,1); font-weight:700; margin-bottom:10px;font-size:24px;}

 .aboutbg {
     background-image:url(../img/videoslider-bg.png);
     background-size:cover;
     background-position: center center;
     background-color:#549d00;
    margin-top: -6px;
    padding-top: 230px;
    padding-bottom: 230px;
}
 .aboutbg h2 {
    font-family: 'luckiest_guyregular';
     color:rgba(255,255,255,1);
     letter-spacing:2px;
     margin-bottom:30px;
     text-transform:uppercase
}
 .aboutbg p {
     color:rgba(255,255,255,1);
     font-size:16px;
     font-weight:700;
     text-align:center
}
 .seriesvideo-bg {
     background-image:url(../img/videoslider-bg.png);
     background-size:cover;
     background-position: center center;
     background-color:#549d00;
    margin-top: -6px;
}
 .seriesvideo-bg h2 {
    font-family: 'luckiest_guyregular';
     color:rgba(255,255,255,1);
     letter-spacing:2px;
     margin-bottom:30px;
     text-transform:uppercase
}
 .faqbg {
     background-image:url(../img/videoslider-bg.png);
     background-size:cover;
     background-position: center center;
     background-color:#549d00;
    margin-top: -6px;
}
 .faqbg h2 {
    font-family: 'luckiest_guyregular';
     color:rgba(255,255,255,1);
     letter-spacing:2px;
     margin-bottom:30px;
     text-transform:uppercase
}
 .faqbg p {
     font-size:16px;
     color:rgba(255,255,255,1);
    font-weight: 700;
}
 .faqbg ul {
     padding-left:20px;
     color:#FFF;
     font-size:16px;
    font-weight: 700;
}
 .faq-space{
     margin-bottom:30px;
}
 .contact-bg {
     background-image:url(../img/faqbg.png);
     background-size:cover;
     background-position: center center;
     background-color:#549d00;
    margin-top: -6px;
    z-index: -11;
	background-attachment:fixed
}
 .contact-bg h2 {
    font-family: 'luckiest_guyregular';
     color:rgba(255,255,255,1);
     letter-spacing:2px;
     margin-bottom:30px;
     text-transform:uppercase
}
 #video_overlays {
     position:absolute;
     float:left;
     width:100%;
     height:100%;
     z-index:300000;
     background-image:url(../img/polkadot.png);
     background-repeat:repeat;
     background-position:top center;
}
 .no-js #loader {
     display: none;
}
 .js #loader {
     display: block;
     position: absolute;
     left: 100px;
     top: 0;
}
 .se-pre-con {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: url(../img/preloader.gif) center no-repeat #fff;
}

 .owl-prev {
     background-image: url(../img/left.png) !important;
     height: 31px;
     width: 31px;
     margin-right: 2px;
}
 .owl-next {
     background-image: url(../img/right.png) !important;
     height: 31px;
     width: 31px;
     margin-right: 10px;
}
/*OWL UPDATE */
.owl-prev span ,  .owl-next span{display:none;}

.video-list .owl-nav{
     position: absolute;
    /* right: 7px;
     top: 0; */
	 right: 26px;
    top: -14px;
}
/*OWL UPDATE */

 .owl-nav div {
     background-color: transparent;
     color: #FFF;
     display: inline-block;
     margin-left: 0px;
     padding: 1px 10px;
}
 .video-list {
     padding-top: 40px;
}
 #myVideo {
     right: 0;
     bottom: 0;
     width: 100%;
}
 .content {
     bottom: 20%;
     padding: 20px;
}

#myBtnc {
    width: 270px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    /* margin-left: 0px; */
    margin: 0 auto;
    margin-bottom: 30px;
}
#myBtnc:hover {
    background: #1b8937;
    color: #f6eb0e;
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.sound-holder
{width:320px; height:32px;}
.sound-image
{float:right;background-image:url(../img/mute-unmute.png); background-repeat:no-repeat;width:32px;content:'play'; color:red; display:block;height:27px; background-position:bottom; cursor:pointer; margin-bottom:10px;}
 #myBtn {
     width: 320px;
     font-size: 30px;
     padding: 10px;
     border: none;
     background: #f6eb0e;
     color: #1b8937;
     cursor: pointer;
     font-family: 'luckiest_guyregular';
     height:60px;
     -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
     -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
     box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
}
 #myBtn:hover {
     background: #1b8937;
     color: #f6eb0e;
     -webkit-animation-name: jello;
     animation-name: jello;
     -webkit-transform-origin: center;
     transform-origin: center;
}

#myBtn2 {
    width: 200px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
	margin:0 auto
}
 #myBtn2:hover {
     background: #1b8937;
     color: #f6eb0e;
     -webkit-animation-name: jello;
     animation-name: jello;
     -webkit-transform-origin: center;
     transform-origin: center;
}

#myBtn3 {
    width: 200px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    margin-left: 15px;
}
 #myBtn3:hover {
     background: #1b8937;
     color: #f6eb0e;
     -webkit-animation-name: jello;
     animation-name: jello;
     -webkit-transform-origin: center;
     transform-origin: center;
}
#myBtn4 {
    width: 230px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    margin-left: 15px;
}
 #myBtn4:hover {
     background: #1b8937;
     color: #f6eb0e;
     -webkit-animation-name: jello;
     animation-name: jello;
     -webkit-transform-origin: center;
     transform-origin: center;
}
.myBtn6 {
    width: 214px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
	margin-bottom:10px;
}
.myBtn6:hover {
     background: #1b8937;
     color: #f6eb0e;
     -webkit-animation-name: jello;
     animation-name: jello;
     -webkit-transform-origin: center;
     transform-origin: center;
}

.myBtn66 {
    width: 214px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
	margin-bottom:10px;
		margin-left:10px;

}
.myBtn66:hover {
     background: #1b8937;
     color: #f6eb0e;
     -webkit-animation-name: jello;
     animation-name: jello;
     -webkit-transform-origin: center;
     transform-origin: center;
}

#myBtn5 {
    width: 200px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
}
 #myBtn5:hover {
     background: #1b8937;
     color: #f6eb0e;
     -webkit-animation-name: jello;
     animation-name: jello;
     -webkit-transform-origin: center;
     transform-origin: center;
}
.mb50{ margin-bottom:50px !important}
 .col-centered{
     float: none;
     margin: 0 auto;
}
 .video-container2 {
     position: relative;
    /* keeps the aspect ratio */
    /* padding-bottom: 56.25%;
     fine tunes the video positioning */
     padding-bottom:0%;
    /* fine tunes the video positioning */
     padding-top: 0px;
     overflow: hidden;
    /* margin-bottom: -1px;
     */
}
 .youtube-carousel{
     border: 0px solid #e25454;
     background-color: #000;
}
 .video-container {
     position: relative;
    /* keeps the aspect ratio */
    /* padding-bottom: 56.25%;
     fine tunes the video positioning */
     padding-bottom:40%;
    /* fine tunes the video positioning */
     padding-top: 60px;
     overflow: hidden;
    /* margin-bottom: -1px;
     */
}
 .video-container iframe, .video-container object, .video-container embed , .video-container source {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .carousel-control .glyphicon-menu-left{
     top:35%;
     font-size: 50px;
     left:0;
     margin: 0;
     color:#ffc031;
	 font-weight: bold;
}
 .carousel-control .glyphicon-menu-right{
     top:35%;
     font-size: 50px;
     right:0;
     margin: 0;
     color:#ffc031;
	     font-weight: bold;
}
 .carousel-inner {
     position: relative;
     width: 100%;
     overflow: hidden;
     margin: 0 auto;
}
 .carousel-control.left, .carousel-control.right {
     background-image: none;
     color: #ffffff;
     top: 50%;
     transform: translate(0,-50%);
     -webkit-transform: translate(0,-50%);
     -ms-transform: translate(0,-50%);
     opacity: 1;
     height:120px;
}
 .controls{
     display: none;
}
 .carousel-control:hover {
     text-decoration: none;
     filter: alpha(opacity=60);
     outline: 0;
     opacity: 0.6;
}
 .carousel-caption {
     display: none;
     background: none repeat scroll 0 0 #e25454;
     bottom: 0;
     font-size: 12px;
     text-align: center;
     opacity: 1;
     padding:7px 30px 7px;
     text-transform: uppercase;
     z-index:11;
     pointer-events:none;
}
 .left_animation {
     position: absolute;
}
 .right_animation {
     position: absolute;
     right: 0px;
}
 .t1 {
     margin-top: -20px;
     left: 0px;
}
 .t2 {
     margin-top: -20px;
     right: 0px;
}
 .t3 {
     margin-top: -190px;
     left: 0px;
}
 .t4 {
     margin-top: -190px;
     right: 0px;
}
 .t5 {
     margin-top: -100px;
     right: 0px;
}
 .t6 {
     margin-top: -109px;
     left: 0px;
}
 .swing {
     animation: swing ease-in-out 1s infinite alternate;
     transform-origin: center -20px;
     float:left;
}
 .swing img {
     display: block;
}
 @keyframes swing {
     0% {
         transform: rotate(0.8deg);
    }
     100% {
         transform: rotate(-0.8deg);
    }
}
 .linker {
     font-size : 20px;
     color: #000;
}
 .btn-primary.active,.btn-primary:active,.btn-xl.active,.btn-xl:active,.open .dropdown-toggle.btn-primary,.open .dropdown-toggle.btn-xl{
     background-image:none 
}
 body{
     overflow-x:hidden;
     font-family: 'open_sansbold';
	 background-image:url(../img/bg.png);
	 background-repeat:no-repeat; background-position: top center;
	 background-size: cover;
}
 a,a.active,a:active,a:focus,a:hover{
     outline:0 
}
 a.active,a:active,a:focus,a:hover{
     color:#fec503 
}
 .img-centered{
     margin:0 auto 
}
/*-- .btn-primary,.btn-xl,h1,h2,h3,h4,h5,h6{
     font-family:'Open Sans';
     text-transform:uppercase;
     font-weight:700 
}
 .text-muted{
     color:#777 
}
 .text-primary,a{
     color:#fed136 
}
 p{
     font-size:14px;
     line-height:1.75 
}
 p.large{
     font-size:16px 
}
 .bg-light-gray{
     background-color:#eee 
}
 .bg-darkest-gray{
     background-color:#222 
}
 .btn-primary{
     color:#fff;
     background-color:#fed136;
     border-color:#fed136 
}
 .btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{
     color:#fff;
     background-color:#fec503;
     border-color:#f6bf01 
}
 .btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{
     background-color:#fed136;
     border-color:#fed136 
}
 .btn-primary .badge{
     color:#fed136;
     background-color:#fff 
}
 .btn-xl {
     color: #fff;
     border-radius: 3px;
     font-size: 20px;
}
 .btn-xl.active,.btn-xl:active,.btn-xl:focus,.btn-xl:hover,.open .dropdown-toggle.btn-xl{
     color:#fff;
     background-color:#fec503;
     border-color:#f6bf01 
}
 .btn-xl.disabled,.btn-xl.disabled.active,.btn-xl.disabled:active,.btn-xl.disabled:focus,.btn-xl.disabled:hover,.btn-xl[disabled],.btn-xl[disabled].active,.btn-xl[disabled]:active,.btn-xl[disabled]:focus,.btn-xl[disabled]:hover,fieldset[disabled] .btn-xl,fieldset[disabled] .btn-xl.active,fieldset[disabled] .btn-xl:active,fieldset[disabled] .btn-xl:focus,fieldset[disabled] .btn-xl:hover{
     background-color:#fed136;
     border-color:#fed136 
}
 .btn-xl .badge{
     color:#fed136;
     background-color:#fff 
}
 header{
     background-image:url(../img/header-bg2.jpg);
     background-repeat:no-repeat;
     background-attachment:scroll;
     background-position:center center;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     background-size:cover;
     -o-background-size:cover;
     text-align:center;
     color:#fff;
     background-attachment: fixed !important;
     background-position: 50% 0;
}
 header .intro-text{
     padding-top:100px;
     padding-bottom:50px 
}
 header .intro-text .intro-lead-in{
     font-style:italic;
     font-size:22px;
     line-height:22px;
     margin-bottom:25px 
}
 header .intro-text .intro-heading{
     text-transform:uppercase;
     font-weight:700;
     font-size:50px;
     line-height:50px;
     margin-bottom:25px 
}
 --*/
 .navbar-custom{
     background-color:#222;
     border-color:transparent 
}
 .navbar-custom .navbar-brand{
     color:#fed136;
     font-family: 'open_sansbold';
}
 .navbar-custom .navbar-brand.active,.navbar-custom .navbar-brand:active,.navbar-custom .navbar-brand:focus,.navbar-custom .navbar-brand:hover{
     color:#fec503 
}
 .navbar-custom .nav li a,.navbar-custom .navbar-toggle{
     font-family: 'open_sansbold';
     color:#fff;
     text-transform:uppercase 
}
 .navbar-custom .navbar-collapse{
     border-color:rgba(255,255,255,.02);
     font-family: 'open_sansbold';
     font-weight:700;
}
 .navbar-custom .navbar-toggle{
     background-color:#fed136;
     border-color:#fed136;
     font-size:12px 
}
 .navbar-custom .navbar-toggle:focus,.navbar-custom .navbar-toggle:hover{
     background-color:#fed136 
}
 .navbar-custom .nav li a{
     font-family: 'open_sansbold';
     font-weight:700;
}
 .navbar-custom .nav li a:focus,.navbar-custom .nav li a:hover{
     color:#fed136;
     outline:0 
}
 .navbar-custom .navbar-nav>.active>a{
     border-radius:0;
     color:#fff;
     background-color:#fed136 
}
 .navbar-custom .navbar-nav>.active>a:focus,.navbar-custom .navbar-nav>.active>a:hover{
     color:#fff;
     background-color:#fec503 
}
 .navbar-custom{
     background-color:transparent;
     padding:25px 0;
     -webkit-transition:padding .2s;
     -moz-transition:padding .2s;
     transition:padding .2s;
     border:none 
}
 .navbar-custom .navbar-brand{
     font-size:2em;
     -webkit-transition:all .2s;
     -moz-transition:all .2s;
     transition:all .2s 
}
 .navbar-custom .navbar-nav>.active>a{
     border-radius:3px 
}
 .navbar-custom.affix{
     background-color:rgba(37, 101, 0, 0.8);
     padding:10px 0 
}
 .navbar-custom.affix .navbar-brand{
     font-size:1.5em 
}
 .portfolio .portfolio-item .portfolio-caption p,section h3.section-subheading{
     font-style:italic 
}
 section{
     padding:100px 0;
     border:0px solid 
}
 section h2.section-heading{
     font-size:40px;
     margin-top:0;
     margin-bottom:15px 
}
 section h3.section-subheading{
     font-size:16px;
     text-transform:none;
     font-weight:400;
     margin-bottom:75px 
}
 section{
     padding:109px 0 ;
}
 .service-heading{
     margin:15px 0;
     text-transform:none 
}
 .portfolio .portfolio-item{
     margin:0 0 15px;
     right:0 
}
 .portfolio .portfolio-item .portfolio-link{
     display:block;
     position:relative;
     max-width:400px;
     margin:0 auto 
}
 .portfolio .portfolio-item .portfolio-link .portfolio-hover{
     background:rgba(37, 101, 0, 0.9);
     position:absolute;
     width:100%;
     height:100%;
     opacity:0;
     transition:all ease .5s;
     -webkit-transition:all ease .5s;
     -moz-transition:all ease .5s 
}
 .portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{
     opacity:1 
}
 .portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{
     position:absolute;
     width:100%;
     height:20px;
     font-size:20px;
     text-align:center;
     top:50%;
     margin-top:-12px;
     color:#fff 
}
 .portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{
     margin-top:-12px 
}
 .portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{
     margin:0 
}
 .portfolio .portfolio-item .portfolio-caption{
     max-width:400px;
     margin:0 auto;
     background-color:#fff;
     text-align:center;
     padding:25px 
}
 .portfolio .portfolio-item .portfolio-caption h4{
     text-transform:none;
     margin:0 
}
 .portfolio .portfolio-item .portfolio-caption p{
     font-size:16px;
     margin:0 
}
 .portfolio *{
     z-index:2 
}
 .team-member{
     text-align:center;
     margin-bottom:50px 
}
 .team-member img{
     margin:0 auto;
     border:7px solid #fff 
}
 .team-member h4{
     margin-top:25px;
     margin-bottom:0;
     text-transform:none 
}
 .team-member p{
     margin-top:0 
}
 aside.clients img{
     margin:50px auto 
}
 footer {
     background-color: #137531;
     padding-top: 20px;
     width: 100%;
     bottom: 0;
     font-weight: lighter;
     color: white;
     padding-bottom: 20px;
}
 .footerbg-top{
     float:right;
    margin-top: 20px;
}
 .footerbg-top img {
     margin-bottom:25px !important;
     margin:0 auto;
}
 footer h3{
     font-weight:700;
     font-style:italic;
}
 .footerbg-top p {
     text-align: justify;
     font-weight: 700;
     font-style: italic;
     text-align: right;
     font-size:16px 
}
 .footerbg-top p ~ p {
     text-align: right;
     font-weight: 700;
     font-style: italic;
     font-size:16px 
}
 .footerbg-top p ~ p a {
      text-decoration:none !important;
}
 .footer-lefttop{
     margin-top:37px;
}
 footer p a {
     margin-right: 10px;
     color: rgba(255,255,255,1);
     text-align:left !important 
}
 ul.social-buttons{
     margin-bottom:0 
}
 ul.social-buttons li a{
     display:block;
     background-color:#222;
     height:40px;
     width:40px;
     border-radius:100%;
     font-size:20px;
     line-height:40px;
     color:#fff;
     outline:0;
     -webkit-transition:all .3s;
     -moz-transition:all .3s;
     transition:all .3s 
}
 ul.social-buttons li a:active,ul.social-buttons li a:focus,ul.social-buttons li a:hover{
     background-color:#fed136 
}
 .btn.active,.btn:active,.btn:active:focus,.btn:focus{
     outline:0 
}
 .portfolio-modal .modal-dialog{
     margin:0;
     height:100%;
     width:auto 
}
 .portfolio-modal .modal-content{
     border-radius:0;
     background-clip:border-box;
     -webkit-box-shadow:none;
     box-shadow:none;
     border:none;
     min-height:100%;
     padding:100px 0;
     text-align:center 
}
 .portfolio-modal .modal-content h2{
     margin-bottom:15px;
     font-size:3em 
}
 .portfolio-modal .modal-content p{
     margin-bottom:30px 
}
 .portfolio-modal .modal-content p.item-intro{
     margin:20px 0 30px;
     font-style:italic;
     font-size:16px 
}
 .portfolio-modal .modal-content ul.list-inline{
     margin-bottom:30px;
     margin-top:0 
}
 .portfolio-modal .modal-content img{
     margin-bottom:30px 
}
 .portfolio-modal .close-modal{
     position:absolute;
     width:75px;
     height:75px;
     background-color:transparent;
     top:25px;
     right:25px;
     cursor:pointer 
}
 .portfolio-modal .close-modal:hover{
     opacity:.3 
}
 .portfolio-modal .close-modal .lr{
     height:75px;
     width:1px;
     margin-left:35px;
     background-color:#222;
     transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     -webkit-transform:rotate(45deg);
     z-index:1051 
}
 .portfolio-modal .close-modal .lr .rl{
     height:75px;
     width:1px;
     background-color:#222;
     transform:rotate(90deg);
     -ms-transform:rotate(90deg);
     -webkit-transform:rotate(90deg);
     z-index:1052 
}
 .portfolio-modal .modal-backdrop{
     opacity:0;
     display:none 
}
 ::-moz-selection{
     text-shadow:none;
     background:#fed136 
}
 ::selection{
     text-shadow:none;
     background:#fed136 
}
 img::selection{
     background:0 0 
}
 img::-moz-selection{
     background:0 0 
}

.heigth80  .bootstrap-select , .heigth80  .btn-default {    height: 50px !important;
    border-radius: 10px;
    margin-bottom: 30px !important;
    border-radius: 0px !important;
}
.heigth80  .btn-default { margin-left:0px !important}
.heigth80  .btn-default:hover  , .heigth80  .btn-default:focus , .heigth80  .btn-default:active { background-color:#FFFFFF !important}

select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}

















 @media (max-width: 1480px) {
     .t3 {
         margin-top: -160px;
         left: 0px;
    }
     .t4 {
         margin-top: -160px;
         right: 0px;
    }
     .t5 {
         margin-top: -100px;
         right: 0px;
    }
    
     .t3 img , .t4 img {
         max-width:300px;
    }
}
 @media (max-width: 1360px) {
     .t3 {
         margin-top: -100px;
         left: 0px;
    }
     .t4 {
         margin-top: -100px;
         right: 0px;
    }
     .t3 img , .t4 img {
         max-width:220px;
    }
}
 @media (max-width: 1250px) {
     .t5 img {
         max-width:400px;
    }
}
 @media (max-width: 1200px) {
.logo {
    max-width: 200px;
    margin-top: -14px;
}

.sound-holder
{width:270px; height:32px;}
.sound-image{ display:none;}
.sound-image2
{float:right;background-image:url(../img/play-pause.png); background-repeat:no-repeat;width:32px;content:'play'; color:red; display:block;height:27px; background-position:bottom; cursor:pointer; margin-bottom:10px;}
 #myBtn {
         width: 270px;
         font-size: 24px;
         padding: 10px;
         border: none;
         background: #f6eb0e;
         color: #1b8937;
         cursor: pointer;
         font-family: 'luckiest_guyregular';
         height: 60px;
         -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
         -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
         box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    }

 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 23px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
 
    .navbar-custom.affix {
    background-color: rgba(37, 101, 0,1);
    padding: 10px 0;
}
	.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
	 .video-container {
         position: relative;
         padding-bottom: 50%;
         padding-top: 60px;
         overflow: hidden;
        /* margin-bottom: -1px;
         */
    }
     .t3 {
         margin-top: -60px;
         left: 0px;
    }
     .t4 {
         margin-top: -60px;
         right: 0px;
    }
	
	 .navbar-custom {
         background-color: rgba(37, 101, 0,1);
    }
     .left_animation , .right_animation {
         display:none;
    }
     .navbar-header {
         float: none;
    }
     .navbar-left,.navbar-right {
         float: none !important;
    }
     .navbar-toggle {
         display: block;
    }
     .navbar-collapse {
         border-top: 1px solid transparent;
         box-shadow: none;
    }
     .navbar-fixed-top {
         top: 0;
         border-width: 0 0 1px;
    }
     .navbar-collapse.collapse {
         display: none!important;
    }
     .navbar-nav {
         float: none!important;
         margin-top: 7.5px;
    }
     .navbar-nav>li {
         float: none;
    }
     .navbar-nav>li>a {
         padding-top: 10px;
         padding-bottom: 10px;
    }
     .collapse.in{
         display:block !important;
    }
     .navbar-right {
         float: none!important;
         margin-top: 74px;
         margin-right:0px;
    }
}
 @media (max-width: 1050px) {
     .t3 {
         margin-top: -34px;
         left: 0px;
    }
     .t4 {
         margin-top: -34px;
         right: 0px;
    }
     .t3 img , .t4 img {
         max-width:170px;
    }
}
 @media (max-width: 991px) {
     .aboutbg {
    background-image:url(../img/videoslider-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #549d00;
    margin-top: -6px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.sound-holder
{width:200px; height:32px;}
.sound-image{ display:none;}
.sound-image2
{float:right;background-image:url(../img/play-pause.png); background-repeat:no-repeat;width:32px;content:'play'; color:red; display:block;height:27px; background-position:bottom; cursor:pointer; margin-bottom:10px;}

 #myBtn {
         width: 200px;
         font-size: 20px;
         padding: 10px;
         border: none;
         background: #f6eb0e;
         color: #1b8937;
         cursor: pointer;
         font-family: 'luckiest_guyregular';
         height: 60px;
         -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
         -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
         box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    }
     .footer-lefttop {
         margin-top: 37px;
         text-align: center;
    }
     .footerbg-top p {
         text-align: justify;
         font-weight: 700;
         font-style: italic;
         text-align: center;
         font-size: 16px;
    }
     .footerbg-top p ~ p {
         text-align: center;
         font-weight: 700;
         font-style: italic;
         font-size: 16px;
    }
    
}
 @media (max-width: 767px) {
.sound-image{ display:none;}
.sound-image2
{float:right;background-image:url(../img/play-pause.png); background-repeat:no-repeat;width:32px;content:'play'; color:red; display:block;height:27px; background-position:bottom; cursor:pointer; margin-bottom:10px;}
.myBtn6 {
    width: 214px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    /* margin-bottom: 10px; */
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.myBtn66 {
    width: 214px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    margin-bottom: 10px;
    margin-left: 0px;
}

#myBtnc {
    width: 200px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 78px;
    /* margin-left: 0px; */
    margin: 0 auto;
    margin-bottom: 30px;
}
.logo {
    max-width: 150px;
    margin-top: -13px;
}

.banner {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../img/faqbg.png);
    background-position: center;
    background-color:#1a8937;
    background-repeat: no-repeat;
    margin-top: 102px;
}
.btn-custom {
    display: block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 25px;
    font-family: 'luckiest_guyregular';
}
.heigth80 label {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}
.uploadvideo-ul {
    margin-bottom: 20px !important;
    font-size: 18px;
    color: #FFFFFF;
    text-align: justify;
}
.uploadvideo-p {
    font-family: 'luckiest_guyregular';
    font-size: 36px !important;
    letter-spacing: 1px;
    color: #9ee800 !important;
    text-align: center;
}
#myBtn3 {
    width: 200px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    margin-left: 0px;
    display: block;
    margin: 0 auto;
	margin-bottom: 20px;
}
.checkbox-content {
    text-align: justify;
    font-weight: 800;
    font-size: 18px;
    color: #f6eb0e;
    text-transform: uppercase;
    font-family: 'luckiest_guyregular';
    letter-spacing: 1px;
}
#myBtn4 {
    width: 230px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    margin-left: 0px;
    display: block;
    margin: 0 auto;
}
section {
    padding: 80px 0;
}
.panel-body p { font-size:16px; color:rgba(255,255,255,1); text-align:justify }
.panel-body ul {
    margin-bottom: 0px;
    font-size: 16px;
    list-style-type: decimal;
    color: #FFFFFF;text-align:justify ;    padding-left: 16px;
}

.panel-body {
    padding: 30px;
    padding-top: 30px;
}
#myBtn2 {
    width: 200px;
    font-size: 24px;
    padding: 10px;
    border: none;
    background: #f6eb0e;
    color: #1b8937;
    cursor: pointer;
    font-family: 'luckiest_guyregular';
    height: 60px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    margin: 0 auto;
}
     .aboutbg {
    background-image: url(../img/videoslider-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #549d00;
    margin-top: -6px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
}
.navbar-right {
    float: none!important;
    margin-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
}
.sound-holder
{width:176px; height:32px; }

#myBtn {
         width: 176px;
         font-size: 19px;
         padding: 10px;
         border: none;
         background: #f6eb0e;
         color: #1b8937;
         cursor: pointer;
         font-family: 'luckiest_guyregular';
         height: 46px;
         -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
         -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
         box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    }
}
