/*== GENERAL CSS ==*/ 
*, a, img, ul, ol { list-style: none; padding: 0px; margin: 0px; outline: none; border: none; } *:focus, a:focus { border: none; outline: none; } body, a, input, #products ul li { text-decoration: none; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } textarea { resize: none; overflow: hidden; font-family: 'Nunito', sans-serif; } input, select { border: none; outline: none; font-family: 'Nunito', sans-serif; } input[type=submit], input[type=button], input[type=reset] { background: #ab3822; color: #eecb56; text-transform: uppercase; font-size: 15px; } input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { background: #eecb56; color: #ab3822; } a:focus, a:hover { color: #fff; text-decoration: none; } .button { color: #fff; font-size: 14px; background: #3dabff; text-transform: uppercase; min-width: 260px; border-radius: 5px; display: inline-block; padding: 16px; font-weight: 400; text-align: center; } .button:hover { background: #444444; } /* General CLASSES */ body { font-family: 'Nunito', sans-serif; background-color: #f8f8f8; } h1, h2, h3, h4, h5, h6 { font-family: 'Nunito', sans-serif; } .container { max-width: 1000px; margin: 0 auto; position: relative; } .floatLeft { float: left!important; } .floatRight { float: right!important; } .alignLeft { text-align: left!important } .alignRight { text-align: right!important; } .alignCenter { text-align: center!important; } .noMargin { margin: 0px !important; } .txt-center { text-align: center !important; } .dispalyInline { display: inline; } #jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; width: 100%; font-family: 'Nunito', sans-serif; } #jqcheck img { margin: 0px 5px -3px; } ::selection { background: #ad1e23; color: #fff; text-shadow: none; } ::-webkit-scrollbar { width:10px; height:10px; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; } ::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; } ::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:#f28806; }
.wrapper {
    width: 100%;
    overflow: hidden;
}
.snd {
    background: #ffffff;
    box-shadow: 0px 14px 25px #252525;
    position: relative;
    z-index: 9;
}
.logo {
    padding: 15px 0px;
			-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.logo img {
    display: block;
		-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	width: 175px;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
    background: transparent;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
color: #f38e14;
}
.mnu {
    overflow: hidden;
}
.navbar-nav {
	float: right;
    margin: 0 auto;
    display: table;
}
.navbar-nav li {
    display: inline-block;
	position: relative;
}
.navbar-nav li:last-child a {
	margin-right: 0px;
}
.navbar-nav li:first-child a {
	margin-left: 0px;
}
.navbar-nav li a {
    font-size: 16px;
    color: #582102;
    text-transform: capitalize;
    position: relative;
    background: transparent;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    padding: 0px 22px;
    display: block;
			-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	font-weight: 900;
}
.hamburger { display: none; padding: 10px; height: 45px; vertical-align: middle; cursor: pointer; transition-property: opacity, -webkit-filter; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: linear; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
.hamburger-box { width: 30px; height: 24px; display: inline-block; position: relative; }
.hamburger--collapse .hamburger-inner { background-color: #f38e14; top: auto; bottom: 0; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19); transition-timing-function: cubic-bezier(.55, .055, .675, .19); }
.hamburger-inner { display: block; top: 50%; margin-top: -2px; }
.hamburger--collapse .hamburger-inner::before { transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19); -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19); transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19); transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19); }
.hamburger-inner::before { top: -10px; }
.hamburger-inner::after, .hamburger-inner::before { content: ""; display: block; }
.hamburger--collapse .hamburger-inner::after { top: -20px; -webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear; transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear; }
.hamburger-inner::after { bottom: -10px; }
.hamburger-inner::after, .hamburger-inner::before { content: ""; display: block; }
html.mm-opening #mm-blocker { background: #000; }
html.mm-opening #mm-blocker { opacity: .8; -webkit-transition: opacity .4s ease .4s; transition: opacity .4s ease .4s; }
#mm-blocker { background: rgba(3,2,1,0); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 2; }
html.mm-opening #mm-blocker { display: block; }
.hamburger--collapse.is-active .hamburger-inner::before { background-color: #f38e14; top: 0; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1); -webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1); transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1); transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1); }
.hamburger--collapse.is-active .hamburger-inner { -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg); transform: translate3d(0, -10px, 0) rotate(-45deg); -webkit-transition-delay: .32s; transition-delay: .32s; -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1); background-color: #f38e14; }
.hamburger--collapse.is-active .hamburger-inner::after { top: 0; opacity: 0; -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear; transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear; }
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { width: 30px; height: 3px; background-color: #f38e14; border-radius: 2px; position: absolute; transition-property: -webkit-transform; -webkit-transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }

body .banner-wraper {
    margin: 0px!important;
}
.banner-wraper {
    position: relative;
    overflow: hidden;
    background: #000;
	width: 100%;
    float: left;
    clear: both;
}
.banner-sec {
    background-color: #000;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    overflow: hidden;
    height: 115vh;
    position: relative;
    padding: 300px 0px 0px;
    box-sizing: border-box;
}
.banner-sec video {
    position: absolute;
    top: -100px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
h1 {
	font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    line-height: 52px;
    margin-bottom: 25px;
    font-weight: 600;
    text-shadow: 0px 5px 25px #000;
}
.banner-sec p {
	color: #fff;
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 400;
    text-shadow: 0px 5px 25px #000;
	    line-height: 34px;
}
.wh {
    background: #fff;
    color: #002243;
    margin-right: 10px;
}

.btn-custs {
    background: #f28806;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    font-family: 'Nunito', sans-serif;
    padding: 0px 26px;
    font-size: 21px;
    text-align: center;
    width: 207px;
    border-radius: 50px;
	box-shadow: 0px 5px 25px #000;
	margin-top: 30px;
	font-weight: 600;
	    background-image: url(../images/btn-hover.jpg);
    background-repeat: repeat-x;
    background-position: center;
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.btn-custs:hover {
	background-image: url(../images/btn-hoverr.jpg);
}
.about a.btn-custs {
    font-size: 14px;
    line-height: 23px;
    width: 145px;
	    margin-top: 15px;
		    box-shadow: 0px 2px 10px #848484;
}
.banner-wraper ul.slick-dots {
    position: absolute;
    bottom: 20px;
}
.slick-dots li {
    margin: 0 7px;
}
.banner-wraper .slick-dots li button {
    width: 15px;
    height: 15px;
}

.slick-dots .slick-active button {
    background: #cc2248;
}
.clar {
    clear: both;
}
.cpr {
    background: #ffffff;
    min-height: 124px;
    padding: 40px 0px;
}
.lsd p, .rsd p {
    padding-top: 13px;
    color: #666666;
    margin: 0px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
ul.lnks li:first-child {
    margin-left: 0px;
}
ul.lnks li {
    display: inline-block;
    margin: 0px 5px;
}
footer .rsd a:last-child {
    padding-right: 0px;
}

footer .rsd a:first-child {
    padding-left: 0px;
}
footer .rsd a {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 0px 8px;
}
.lnks li a {
    color: #c3c3c3;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 0px;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    text-shadow: 0.5px 0px 0px #c5c5c5;
    letter-spacing: 0.5px;
}
ul.lnks li:last-child {
    margin-right: 0px;
}
button.slick-prev {
    background-image: url(../images/aroleft.png);
    background-position: top center;
    background-size: 100%;
    width: 16px;
    height: 21px;
    left: 11%;
		-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
button.slick-prev:hover {
    background-image: url(../images/arolefthover.png);	
}
button.slick-next  {
    background-image: url(../images/aroright.png);
    background-position: top center;
    background-size: 100%;
    width: 16px;
    height: 21px;
    right: 11%;
		-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
button.slick-next:hover  {
    background-image: url(../images/arorighthover.png);
}
.pad-left {
    padding-left: 65px;
}
.slick-arrow.slick-disabled {
    /* display: none; */
}
header.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
ul.nav.navbar-nav {
    margin-top: 65px;
			-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.navbar-nav li:before, .navbar-nav li:before {
				-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.navbar-nav li.active:before, .navbar-nav li:hover:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 31px;
    background-image: url(../images/fire.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0px;
    right: 0px;
    text-align: center;
    display: table;
    margin: 0 auto;
    top: -30px;
				-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
ul.lnks {
    text-align: right;
}
footer.footer {
    box-shadow: 0px 0px 55px #000;
    position: relative;
    z-index: 9;
}
img.widd {
    width: 100%;
}
.nopad {
    padding-left: 0px;
}
.about {
    padding: 47px 0px 0px 0px;
    clear: both;
}
p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
	line-height: 25px;
}
h3 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #f38e14;
    text-transform: capitalize;
}
.maxw {
    max-width: 400px;
    padding-top: 30px;
}
.products {
    padding: 70px 0px 0px;
}
.prod-wrap {
    position: relative;
    border: 2px solid #582102;
    border-radius: 25px;
    box-shadow: 0px 8px 20px #737373;
    padding: 15px;
    height: 292px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
			-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.prod-hover {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    background: #f28705;
    z-index: 999;
    height: 292px;
    padding: 20px;
			-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.prod-wrap:hover {
    border-color: #f1890b;
}
.prod-in h2 {
    font-size: 45px;
    color: #ffffff;
    margin: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 40%;
	text-shadow: 0px 5px 3px #000;
	font-weight: 900;
}
.prod-wrap.tww:hover .prod-hover {
    top: 0px;
}
.prod-wrap .prod-hover h4, .prod-wrap .prod-hover p {
    color: #ffffff;
}
.prod-wrap .prod-hover h4 {
    font-size: 29px;
	    font-weight: 900;
    margin-bottom: 2px;
}
.prod-wrap .prod-hover p {
    font-size: 14px;
line-height: 16px;
}
.prod-wrap .prod-hover p.fnts {
    font-size: 16px;
	line-height: 20px;
}
.prod-hover.trr {
    left: 100%;
	top: 0px;
}
.prod-wrap:hover .prod-hover.trr {
    left: 0px;
}
.prod-hover.onee {
    right: 100%;
	top: 0px;
	left: initial;
}
.prod-wrap:hover .prod-hover.onee {
    right: 0px;
}
.kits-in {
    padding: 60px 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	display: none;
}
h6 {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    text-transform: capitalize;
    text-shadow: 0px 3px 4px #000;
	margin-bottom: 20px;
}
.kits-in p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
	    text-shadow: 0px 3px 4px #000;
}
.maxww {
    max-width: 560px;
}
.contactus {
    padding: 60px 0px;
}
.jform input, .jform textarea {
    height: 41px;
    border: 1px solid #c6c7c9;
    border-radius: 5px;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #8a8c8e;
	background: #f8f8f8;
}
.jform textarea {
    height: 203px;
}
.jform .form-group {
    padding-bottom: 40px;
	    position: relative;
}
.jform button.btn-custs {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
    width: 145px;
	    box-shadow: 0px 2px 10px #848484;
}
.ctd {
    font-size: 15px;
    font-weight: 600;
    color: #8a8c8e;
}
.ctd span {
	font-size: 18px;
    color: #f38e14;
    font-weight: 600;
    display: block;
    margin-top: 17px;
    text-transform: capitalize;
}
.condetails li {
    padding-bottom: 15px;
}
.jform label.error {
	position: absolute;
    width: 100%;
    left: 0px;
    bottom: 20px;
    color: #ff0000;
    font-size: 12px;
    text-align: right;
}
ul.condetails {
    padding-left: 30px;
}
a.jump {
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	position: fixed;
    right: 10%;
    z-index: 999999999;
    bottom: 100px;
    display: none;
    background-image: url(../images/jump.png);
    background-position: top center;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
}
a.jump:hover {
background-image: url(../images/jumphover.png);	
}
header.header.stickk .logo img {
    width: 100px;
}
header.header.stickk .logo {
    padding: 5px 0px;
}
header.header.stickk ul.nav.navbar-nav {
    margin-top: 35px;
}
header.header.stickk .navbar-nav li a {
    font-size: 14px;
}
.kits-in {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px); 
  -moz-transform: translateY(15px); 
  -ms-transform: translateY(15px);
  -o-transform: stranslateY(15px);
  -o-animation: fadeIn 0.5s ease 1 forwards;
  -ms-animation: fadeIn 0.5s ease 1 forwards;
  -webkit-animation: fadeIn 0.5s ease 1 forwards;
  -moz-animation: fadeIn 0.5s ease 1 forwards;
  animation: fadeIn 0.5s ease 1 forwards;
}
.kits-in.current {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
a.ctd:hover {
    color: #582102;
}
.kits-in {
    margin-top: 70px;
}
.slick-next, .slick-prev {
    top: 60%;
}
.thankyou header.header {
    position: relative;
}
.backgr {
    background-color: #000;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    overflow: hidden;
    height: 68vh;
    position: relative;
    padding: 132px 0px 0px;
    box-sizing: border-box;
    text-align: center;
}
.thankyou .btn-custs {
	width: 230px;
}
.thankyou p.sub-title {
    color: #ffffff;
    font-size: 20px;
}
.info-divider a {
    color: #f38806;
    text-shadow: 0px 2px 1px #000;
}
.info-divider {
    color: #fff;
    font-size: 18px;
}


@media (min-width: 1031px) and (max-width: 1200px) {
button.slick-prev {
    left: 15px;
}	
button.slick-next {
    right: 15px;
}
.banner-sec {
    height: 100vh;
}
}


@media (min-width: 980px) and (max-width: 1030px) {
.navbar-nav li a {
    font-size: 14px;
}
h1 {
    font-size: 38px;
    line-height: 42px;
}
button.slick-prev {
    left: 15px;
}	
button.slick-next {
    right: 15px;
}
.banner-sec {
    height: 100vh;
}
.banner-sec p {
    font-size: 25px;
    line-height: 28px;
}
.maxw {
    padding-top: 15px;
}
.maxw h3 {
    margin-bottom: 20px;
}
.navbar-nav li:hover:before {
	background-image: none;
}
.navbar-nav li.active:before {
	background-image: url(../images/fire.png);
}
.navbar-nav li:hover a {
	color: #582102;
}
.navbar-nav li.active a {
    color: #f38e14;
}
}
@media (min-width: 768px) and (max-width: 979px){
.navbar-nav li a {
    font-size: 14px;
}
h1 {
    font-size: 38px;
    line-height: 42px;
}
button.slick-prev {
    left: 15px;
}	
button.slick-next {
    right: 15px;
}
.banner-sec {
    height: 80vh;
}
.banner-sec p {
    font-size: 25px;
    line-height: 28px;
}
.banner-sec {
    padding: 200px 0px 0px;
}
.maxw {
    padding-top: 15px;
}
.maxw h3 {
    margin-bottom: 20px;
}
.navbar-nav li:hover:before {
	background-image: none;
}
.navbar-nav li.active:before {
	background-image: url(../images/fire.png);
}
.navbar-nav li:hover a {
	color: #582102;
}
.navbar-nav li.active a {
    color: #f38e14;
}
.logo img {
    width: 140px;
}
.prod-in h2 {
    font-size: 32px;
    top: 44%;
}
.prod-wrap .prod-hover h4 {
    font-size: 24px;
}
.prod-wrap .prod-hover p {
    font-size: 13px;
    line-height: 14px;
}
.prod-wrap .prod-hover p.fnts {
    font-size: 15px;
    line-height: 17px;
}
ul.condetails {
    padding-left: 0px;
}
}
@media (max-width:767px) {
.hamburger {
	display: inline-block;
    position: absolute;
    top: 25px;
    z-index: 1000;
    left: auto;
    right: 5px;
	    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.header.stickk .hamburger {
    top: 10px;
}
.navbar-main {     position: fixed;
    right: auto;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: rgb(88 33 2 / 90%);
    color: #fff;
    width: 80%;
    min-width: 140px;
    max-width: 200px;
    padding: 45px 15px 45px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    max-height: 400px;
    max-height: 100vh;
    overflow: auto;
    z-index: 999; border: 5px solid #f38e14; }
.navbar-main.mm-opened { -webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); }
.navList a:hover, .navList a.active { color: #a4c339; }
.mm-opening { position: absolute; right: 0px; bottom: 0px; left: 0px; top: 0px; }
.navbar-nav {
    margin: 0px;
}
.navbar-nav li a {
    color: #fff;
    padding: 15px 0px;
    margin: 0px;
}
.navbar-nav li.active a:after, .navbar-nav li a:hover:after {
	display: none;
}
.navbar-nav li a:hover {
	color: #ffffff;
}
.navbar-nav li.active a {
    color: #f38e14;
}
.navbar-nav {
    float: none;
    width: 100%;
}
.navbar-nav li {
display: block;
    padding-left: 30px;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    background: transparent;
}
.navbar-nav li a {
	margin: 0px;
}
.lnks li a {
    font-size: 13px;
    padding: 4px 0px;
}
.cpr {
    min-height: auto;
    padding: 10px 0px;
}
.lsd p, .rsd p {
    font-size: 11px;
    padding-top: 5px;
}
.cpr, .lnks {
    text-align: center;
}
.logo img {
    width: 120px;
}
.navbar-nav li.active:before, .navbar-nav li:hover:before {
    right: initial;
top: 7px;
}
header.header.stickk .navbar-nav li a {
    font-size: 16px;
}
ul.nav.navbar-nav {
    margin-top: 35px;
}
.navbar-nav li:hover:before {
	background-image: none;
}
.navbar-nav li.active:before {
	background-image: url(../images/fire.png);
}
h1 {
font-size: 35px;
    line-height: 38px;
	    text-shadow: 0px 5px 5px #000;
}
button.slick-prev {
    left: 15px;
}	
button.slick-next {
    right: 15px;
}
.banner-sec {
    height: 75vh;
}
.banner-sec p {
    font-size: 23px;
    line-height: 26px;
}
.banner-sec {
    padding: 200px 0px 0px;
}
.maxw {
    padding-top: 15px;
	    max-width: 100%;
}
.maxw h3 {
    margin-bottom: 20px;
}
.btn-custs {
    font-size: 18px;
    width: 160px;
}
h3 {
    font-size: 32px;
}
.about a.btn-custs {
    margin-top: 5px;
}
.prod-wrap {
    margin-bottom: 30px;
}
.prod-in h2 {
    font-size: 40px;
}
.kits-in {
    margin-top: 20px;
}
ul.condetails {
    padding-left: 0px;
}
.banner-sec {
    background-position: right center;
    background-size: cover;
}
.backgr {
    padding: 100px 0px 0px;
	background-size: cover;
}
}
@media (max-width: 575px){
ul.lnks {
    text-align: center;
}
.kits-in {
    text-align: center;
}
.banner-sec {
    height: 65vh;
}
h1 {
    font-size: 28px;
    line-height: 38px;
}
h1 br {
    display: none;
}
}
@media (max-width: 420px) {
.banner-sec {
    background-position: 65% center;
    background-size: cover;
	    padding: 180px 0px 0px;
}
.pad-left {
    padding-left: 30px;
}
.btn-custs {
    font-size: 15px;
    width: 137px;
    line-height: 26px;
	    margin-top: 15px;
}
button.slick-prev {
    left: 5px;
}
button.slick-next {
    right: 5px;
}
}
@media (max-width: 374px){
.banner-sec {
    padding: 160px ​0px 0p;
}
.banner-sec p {
    font-size: 20px;
    line-height: 20px;
}
h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}
.btn-custs {
    font-size: 15px;
    width: 137px;
    line-height: 26px;
}
h3 {
    font-size: 28px;
}
.backgr {
    padding: 55px 0px 0px;
    background-size: cover;
}
}
