/*
Theme Name: Lockwrap Theme
Theme URI: 
Description: Lockwrap Theme
Version: 1.01
Author: Sadiq Hashim
Tags: Lockwrap Theme
*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
body {
    font-size:17px !important;
    font-family: "Poppins", sans-serif !important;
    color:#060606 !important;
    overflow-x: hidden;
}
.banner {
    position: relative;
    background: url(images/bg.png) top center;
    background-size: 30%;
}
.banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ban-left.png) top left no-repeat, url(images/ban-right.png) bottom right no-repeat;
    background-size: 20%, 30%;
}
header {
    position: relative;
    padding: 20px 0px;
}
.logo {
    position: relative;
}
.menu {
    position: relative;
    text-align: right;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}
.menu ul li:last-child {
    margin-right: 0px;
}
.menu ul li a {
    color: #1e2b4d;
    display: block;
    text-decoration: none !important;
}
.menu ul li a:hover {
    color: #ff4e00;
}
.menu ul li:last-child a {
    color: #fff;
    background: #525252;
    padding: 10px 20px;
    border-radius: 35px;
}
.menu ul li:last-child a:hover {
    background: #ee4900;
}
.mb-menu {
    position: relative;
    text-align: right;
    display: none;
}
.mb-menu div {
    outline: none !important;
    background: #ff4e00;
    border: none;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
}
.mb-menu div span {
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0px;
    background: #fff;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -2px;
    background-color: #060606;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    border-right: 1px solid #ff4e00;
}
.sidenav ul {
    padding: 0px;
    margin: 60px 0px 0px;
}
.sidenav ul li {
    position: relative;
    list-style: none;
    padding: 10px 0px 10px 15px;
}
.sidenav ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #fff !important;
    text-decoration: none !important;
    padding-left: 5px;
}
.sidenav .closebtn {
    color: #fff;
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px !important;
    cursor: pointer;
    z-index: 99;
}
.ban-txt {
    position: relative;
    padding: 70px 0px;
}
.ban-txt h1 {
    font-size: 44px;
    font-weight: 600;
    color: #060606;
    margin: 0px;
}
.ban-txt p {
    font-size: 18px;
    margin: 15px 0px 20px;
}
.ban-txt a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #ff4e00;
    padding: 15px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s all;
    text-decoration: none !important;
}
.ban-txt a:hover {
    color: #fff;
    background: #525252;
}
.fea-section {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    background: #060606;
}
.fea-box img {
    width: 50px;
}
.fea-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0px 0px;
    text-transform: capitalize;
}
.mid-section {
    position: relative;
    padding: 70px 0px;
}
.mid-section h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 0px;
}
.mid-section p {
    margin: 20px 0px 0px;
}
.wr-video {
    position: relative;
    margin-top: 60px;
}
.wr-video video {
    width: 100%;
    height: auto;
    border-radius: 30px;
    border: 2px solid #ff4e00;
    display: block;
}
.how-section {
    position: relative;
    padding: 40px 0px 50px;
    text-align: center;
    background: #ff4e00;
}
.how-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.how-section:before {
    content: '';
    display: block;
    width: 70%;
    height: 5px;
    border-top: 6px solid #202020;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}
.how-box {
  position: relative;
  margin-top: 40px;
  background: #202020;
  border-radius: 7px;
  overflow: hidden;
}
.how-box p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0px;
  text-transform: uppercase;
}
.product-section {
    position: relative;
    padding: 60px 0px 70px;
}
.product-section h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 0px 0px 20px;
    text-align: center;
}
.hero-product .carousel-item img {
    border: 2px solid #ff4e00;
}
.prod-txt {
    position: relative;
    padding-left: 15px;
}
.prod-txt h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0px 0px 20px;
}
.prod-txt ul {
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 15px;
}
.prod-txt ul li {
    font-size: 13px;
    margin: 5px 0px 0px;
}
.prod-txt select {
	outline: none !important;
	box-shadow: none !important;
}
a.buy-btn {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #ff4e00;
    padding: 15px 60px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s all;
    text-decoration: none !important;
    margin-top: 20px;
}
a.buy-btn:hover {
    color: #fff;
    background: #525252;
}
.hero-product .carousel-control-next, .hero-product .carousel-control-prev {
	width: 30px;
  top: 50%;
  background: #ff4e00;
  height: 50px;
}
.product-slider img {
  width: 100%;
  border-radius: 10px;
}
.product-thumbs {
  display: flex;
  flex-wrap: nowrap;          /* force one line */
  overflow-x: auto;           /* enable horizontal scroll */
  gap: 10px;
  padding-bottom: 6px;
  scrollbar-width: thin;      /* Firefox */
}
.product-thumbs {
  scroll-behavior: smooth;
  margin-top: 20px;
}
.product-thumbs::-webkit-scrollbar {
  height: 6px;
}

.product-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.product-thumbs .thumb {
  flex: 0 0 auto;             /* prevent shrinking */
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 6px;
  border: 2px solid transparent;
}

.product-thumbs .thumb.active {
  opacity: 1;
  border-color: #000;
}
.prd-box {
    position: relative;
    text-align: center;
    border-radius: 15px;
    padding: 15px 15px 20px;
    border: 1px solid #ff4e00;
    border-bottom: 5px solid #ff4e00;
    margin-top: 30px;
}
.prd-box img {
    display: block;
    margin: 0 auto;
    width: 70%;
}
.prd-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 10px;
}
.prd-box p {
    font-size: 15px;
    margin: 0px;
}
.prd-box a {
    font-weight: 500;
    color: #fff;
    background: #202020;
    padding: 8px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s all;
    text-decoration: none !important;
    margin-top: 20px;
}
.prd-box a:hover {
    color: #fff;
    background: #ff4e00;
}
.about-section {
    position: relative;
    padding: 70px 0px;
    background: #ff4e00 url(images/about-bg.jpg) top right no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.about-section span {
    font-size: 16px;
    font-weight: 500;
    color: #329be7;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
}
.about-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 5px 0px 0px;
}
.about-section p {
    color: #fff;
    margin: 20px 0px 0px;
}
.contact-section {
    position: relative;
    padding: 70px 0px;
    text-align: center;
}
.contact-section h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 0px 0px 20px;
    text-align: center;
}
.contact-section p {
    margin: 0px;
}
.cont-form input, .cont-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ffc0a4;
    border-radius: 35px;
    background: #fffaf7;
    outline: 0 !important;
    margin-top: 20px;
}
.cont-form textarea {
    height: 100px;
    border-radius: 105px;
    padding: 10px 10px 10px 35px;
}
            .cont-form span.wpcf7-form-control-wrap {
                display: block
            }

            .cont-form span.wpcf7-form-control-wrap label {
                display: block
            }

            .cont-form span.wpcf7-form-control-wrap label span.wpcf7-quiz-label {
                display: inline-block
            }

            .cont-form span.wpcf7-form-control-wrap label input {
                display: inline-block;
                width: 50%;
                margin-left: 10px
            }
.cont-form input[type=submit] {
    font-weight: 500;
    color: #fff;
    background: #202020;
    padding: 12px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s all;
    text-decoration: none !important;
    border: none !important;
    width: auto;
}
.cont-form input[type=submit]:hover {
    color: #fff;
    background: #ff4e00;
}


footer {
    position: relative;
    background: #202020;
    padding: 40px 0px 25px;
}
.foo-txt {
    position: relative;
}
.foo-txt p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0px 0px;
}
.foo-links {
    position: relative;
}
.foo-links h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ff4e00;
    margin: 0px;
}
.foo-links ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.foo-links ul li {
    list-style: none;
    display: block;
    margin: 5px 0px;
}
.foo-links ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
}
.foo-links ul li a:hover {
    color: #ff4e00;
}
.foo-links ul li a:before {
    content: '-';
    display: inline-block;
    margin-right: 10px;
}
.foo-bottom {
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #424242;
    padding-top: 25px;
    text-align: center;
}
.foo-bottom p {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}
.foo-bottom ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.foo-bottom ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}
.foo-bottom ul li:last-child {
    margin-right: 0px;
}
.foo-bottom ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
}
.foo-bottom ul li a:hover {
    color: #ff4e00;
}

/** General **/
body.page-template-default .banner, body.page-template-default .banner:before {
	background: none !important;
}
.in-ban-txt {
    position: relative;
    background: #ff4e00;
    padding: 20px 0px;
}
.in-ban-txt h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.general {
    position: relative;
    padding: 50px 0px;
}
.general h2, .general h3, .general h4, .general h5, .general h6 {
    font-size: 28px;
    margin: 20px 0px 0px;
}
.general p {
    font-size: 16px;
    margin: 10px 0px 0px;
}
.general ul, .general ol {
	margin: 20px 0px;
}

/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
.menu {
    display: none;
}
.mb-menu {
    display: block;
}
.ban-txt {
    padding: 40px 0px;
    text-align: center;
}
.ban-txt h1 {
    font-size: 34px;
}
.ban-txt p {
    font-size: 16px;
}
.ban-txt img {
    margin-top: 40px;
}
.banner:before {
    background-size: 35%, 80%;
}
.fea-section {
    padding: 10px 0px 30px;
}
.fea-box {
    margin-top: 20px;
}
.fea-box h2 {
    font-size: 18px;
    margin: 15px 0px 0px;
}
.mid-section {
    padding: 40px 0px;
}
.mid-section img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.mid-section h2 {
    font-size: 30px;
    margin: 30px 0px 0px;
}
.mid-section p {
    margin: 15px 0px 0px;
}
.wr-video {
    margin-top: 30px;
}
.how-section {
    padding: 30px 0px 30px;
}
.how-section:before {
    display: none;
}
.how-section h2 {
    font-size: 30px;
}
.how-box {
    margin-top: 25px;
}
.how-box p {
    font-size: 18px;
    margin: 10px 0px;
}

.product-section {
    padding: 40px 0px 35px;
}
.product-section h2 {
    font-size: 32px;
    margin: 0px 0px 10px;
}
section.hero-product {
    padding: 20px 0px 0px !important;
}
.prod-txt {
    padding-left: 0px;
}
.prod-txt h3 {
    font-size: 24px;
}
.prd-box {
    padding: 10px 10px 20px;
    margin-top: 15px;
}
.prd-box h3 {
    font-size: 18px;
    margin: 10px 0px 10px;
}
.prd-box a {
    margin-top: 15px;
}
.product-thumbs img {
  width: 20%;
  height: auto;
}
.about-section {
    padding: 50px 0px;
}
.about-section span {
    font-size: 15px;
}
.about-section h2 {
    font-size: 30px;
}
.contact-section {
    padding: 50px 0px;
}
.cont-txt span {
    font-size: 15px;
}
.cont-txt h2 {
    font-size: 30px;
}
.cont-txt p {
    font-size: 16px;
}
.cont-form {
    margin-top: 15px;
}
.foo-links h4 {
    margin: 30px 0px 0px;
}
.foo-bottom {
	text-align: center;
}
.foo-bottom ul {
    margin: 20px 0px 0px;
    text-align: center;
}

}
/*........ For Tablet Vertical ........*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.menu {
    display: none;
}
.mb-menu {
    display: block;
}
.ban-txt {
    text-align: center;
}
.banner:before {
    background-size: 35%, 45%;
}
.ban-txt .text-right {
    text-align: center !important;
    margin-top: 40px;
}
.fea-section {
    padding: 10px 0px 40px;
}
.fea-box {
    margin-top: 40px;
}
.mid-section img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.mid-section h2 {
    margin: 40px 0px 0px;
}
.how-section:before {
    display: none;
}


}

/*........ For Tablet Horizontal ........*/
@media (min-width: 901px) and (max-width: 1024px) {

.prd-box {
    padding: 15px 10px 20px;
}
.prd-box h3 {
    font-size: 17px;
}

}