 /* font-family: "Unbounded", sans-serif;
 */
 @import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

 body {
   font-family: "Unbounded", sans-serif;
 }

 a {
   text-decoration: none;
   display: inline-block;
   color: #000;
   transition: all 0.3s;
 }

 a:hover {
   color: #FA5E07;
 }

 span {
   display: inline-block;
 }

 img {
   max-width: 100%;
 }

 p {
   font-weight: 300;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   color: #000;
 }

 .sec-pad {
   padding: 100px 0;
 }

 .bg-primary {
   background-color: #F2F1EE !important;
 }

 .section-heading {
   margin-bottom: 40px;
 }

 .section-heading>span {
   font-size: 28px;
   font-weight: 400;
   color: #FA5E07;
   margin-bottom: 20px;
 }

 .heading-type-1 {
   font-size: 56px;
   font-weight: 600;
 }

 .heading-type-2 {
   font-size: 85px;
   font-weight: 600;
   text-align: center;
 }

 .heading-type-3 {
   font-size: 40px;
   font-weight: 600;
 }

 .list-style-1 {
   padding-left: 18px;
 }

 .list-style-1 li::marker {
   color: #FA5E07;
 }

 .btn {
   font-size: 16px;
   font-weight: 600;
   border-radius: 0;
   padding: 14px 33px;
 }

 .btn img {
   margin-left: 14px;
 }

 .btn-primary {
   background-color: #FA5E07;
   border-color: #FA5E07;
 }

 .btn-primary:hover {
   background-color: #000;
   border-color: #000;
 }

 .btn-secondary {
   background-color: #000;
   border-color: #000;
 }

 .btn-secondary:hover {
   background-color: #FA5E07;
   border-color: #FA5E07;
 }

 @media(min-width: 1399px) {
   .container {
     max-width: 1304px;
   }
 }

 @media(min-width: 1600px) {
   .container {
     max-width: 1320px;
   }
 }

 /* ========== Header ========== */
 .header {
   padding: 15px 0;
 }

 .header .navbar .navbar-collapse {
   justify-content: end;
 }

 .header .navbar .navbar-collapse .navbar-nav {
   align-items: center;
 }

 .header .navbar .navbar-collapse .navbar-nav .nav-link {
   font-size: 20px;
   font-weight: 300;
   color: #000;
   padding: 15px 8px;
 }

 .header .navbar .navbar-collapse .navbar-nav .nav-link.active,
 .header .navbar .navbar-collapse .navbar-nav .nav-link:hover {
   color: #FA5E07;
 }

 .header .navbar .navbar-collapse .navbar-nav .nav-item {
   margin-left: 25px;
 }

 .header .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
   margin-left: 0;
 }

 /* .header.sticky {
     position: fixed;
     top: 0;
     width: 100%;
     animation: navbarFixed .5s alternate linear;
     z-index: 111;
     background: #fff;
}
 */
 .header.sticky {
   position: sticky;
   top: 0;
   background: #fff;
   z-index: 111;
   animation: navbarFixed .5s alternate linear;
 }

 @keyframes navbarFixed {
   0% {
     opacity: 0;
     -webkit-transform: translateY(-100%);
     transform: translateY(-100%);
   }

   100% {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 }

 /* ===== Dropdown ===== */
 li.menu-item-has-children {
   position: relative;
   z-index: 111;
 }

 span.arrow:before {
   /* margin-left: 8px;
     */
   vertical-align: 3px;
   content: "";
   border-top: 6px solid;
   border-right: 6px solid transparent;
   border-bottom: 0;
   border-left: 6px solid transparent;
   display: inline-block;
   transition: all .2s;
 }

 span.arrow.open::before {
   transform: rotate(180deg);
   /* border-bottom: 5px solid;
     */
   /* border-top: 0;
     */
   /* margin-left: 0;
     */
   /* margin-right: 8px;
     */
 }

 .sub-menu {
   position: absolute;
   min-width: 200px;
   padding-left: 0;
   box-shadow: 0 0 10px #e0e0e0;
   opacity: 0;
   visibility: hidden;
   transition: .4s;
   transform: scaleY(0);
   transform-origin: 0 0;
 }

 .sub-menu li {
   display: block;
   width: 100%;
 }

 .sub-menu li a {
   background: #fff;
   padding: 10px 20px;
   display: block;
   width: 100%;
   border-bottom: 1px solid #ccc;
 }

 .sub-menu li:last-child a {
   border: 0;
 }

 li.menu-item-has-children:hover>.sub-menu {
   opacity: 1;
   visibility: visible;
   transform: scaleY(1);
 }

 li.menu-item-has-children .nav-link {
   display: inline-block;
 }

 /* ===== Dropdown ===== */
 /* ========== Header ========== */
 /* ========== Banner ========== */
 .st-1 {
   position: relative;
 }

 .st-1::before {
   position: absolute;
   content: "";
   width: 365px;
   height: 192px;
   background-image: url(../img/st-1-itm-cnt-img.png);
   bottom: 0;
   left: 0;
 }

 .st-1-itm-img {
   text-align: right;
   position: relative;
 }

 .st-1-itm-cnt h1 {
   font-size: 50px;
   font-weight: 600;
   margin-bottom: 30px;
 }

 .st-1-itm-cnt a.btn.btn-secondary {
   margin-top: 20px;
 }

 .st-1-itm-cnt {
   padding-top: 80px;
   position: relative;
 }

 .st-1-itm-img-whatsapp {
   position: absolute;
   text-align: left;
   bottom: 0;
   background: #fff;
   padding: 10px;
 }

 .st-1-itm-img-whatsapp {
   position: absolute;
   text-align: left;
   bottom: 0;
   background: #fff;
   padding: 20px 30px;
 }

 .st-1-itm-img-whatsapp-top {
   margin-bottom: 10px;
 }

 .st-1-itm-img-whatsapp-top span {
   font-size: 14px;
   letter-spacing: 5px;
 }

 .st-1-itm-img-whatsapp-top img {
   margin-right: 10px;
 }

 .st-1-itm-img-whatsapp a {
   font-size: 24px;
   font-weight: 600;
   color: #FA5E07;
 }

 .st-1-itm-img-whatsapp a:hover {
   color: #000;
 }

 /* ========== Banner ========== */
 /* ========== Logo Section ========== */
 .st-2 {
   padding: 40px 0;
 }

 /* ========== Logo Section ========== */
 /* ========== About Us ========== */
 .st-3-itm-img {
   margin: 10px 0;
 }

 .st-3-itm-images {
   background-color: #f4f4f4;
   padding: 20px;
 }

 .st-3-itm-images-in {
   background-color: #fff;
   padding: 10px 20px;
 }

 .st-3-itm-cnt-list {
   display: flex;
   flex-wrap: wrap;
 }

 .st-3-itm-cnt-list li {
   width: 50%;
 }

 .st-3-itm-cnt-list li {
   width: 50%;
   padding: 6px 0;
 }

 .st-3-itm-cnt-in {
   max-width: 610px;
 }

 .st-3-itm-cnt-description p {
   line-height: 2;
 }

 /* ========== About Us ========== */
 /* ========== New Arrivals ========== */
 .st-4 {
   background-image: url(../img/st-4-bg.png);
   background-repeat: no-repeat;
   background-size: 100%;
 }

 .st-4-in .section-heading .heading-type-2 {
   color: #fff;
 }

 .st-4-itm-img {
   position: relative;
   overflow: hidden;
 }

 .st-4-itm-img span {
   position: absolute;
   bottom: 0;
   right: 0;
   width: 60px;
   height: 60px;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s;
 }

 .st-4-itm-img span img {
   width: auto !important;
   transition: all 0.3s;
 }

 .st-4-itm-img img {
   transition: all 0.3s;
 }

 .st-4-itm:hover .st-4-itm-img>img {
   transform: scale(1.2);
 }

 .st-4-itm:hover .st-4-itm-img span {
   background-color: #FA5E07;
 }

 .st-4-itm:hover .st-4-itm-img span img {
   filter: brightness(0) invert(1);
 }

 .st-4-itm-cnt span {
   font-size: 16px;
   font-weight: 300;
   color: #565656;
   margin-bottom: 5px;
 }

 .st-4-itm-cnt-title {
   font-size: 18px;
   font-weight: 400;
   transition: all 0.3s;
 }

 .st-4-itm:hover .st-4-itm-cnt-title {
   color: #FA5E07;
 }

 .st-4-itm-cnt {
   padding-top: 20px;
 }

 @media (max-width: 1399px) and (min-width: 768px) {
   .st-4-slider {
     padding: 0 35px;
   }
 }

 /* Crousel */
 .owl-nav {
   position: absolute;
   width: 100%;
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .owl-nav button {
   background-position: center !important;
   background-repeat: no-repeat !important;
   color: transparent !important;
   position: absolute;
   width: 30px;
   height: 40px;
   background-color: #fff !important;
   background-size: 10px !important;
 }

 .owl-nav button.owl-prev {
   background-image: url(../img/left-slide-btn-icon.png) !important;
   left: -50px;
 }

 .owl-nav button.owl-next {
   background-image: url(../img/right-slide-btn-icon.png) !important;
   right: -50px;
 }

 /* Crousel */
 /* ========== New Arrivals ========== */
 /* ========== Our Portfolio ========== */
 .st-5-itm-img {
   position: relative;
   overflow: hidden;
   margin: 10px 0;
 }

 .st-5-itm-cnt {
   position: absolute;
   bottom: -100%;
   width: 100%;
   /* background: linear-gradient(transparent, rgba(0,0,0,0.8));
     */
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.6979166666666667) 20%, rgba(0, 0, 0, 0.5046393557422969) 50%, rgba(0, 0, 0, 0) 100%);
   padding: 25px 25px 25px;
   transition: .5s;
 }

 .st-5-itm-img:hover .st-5-itm-cnt {
   bottom: 0;
 }

 .st-5-itm-cnt span {
   font-size: 24px;
   color: #fff;
 }

 .st-5-itm-cnt-title {
   font-size: 42px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 15px;
 }

 /* ========== Our Portfolio ========== */
 /* ========== Get In Touch ========== */
 .st-6-itm-title {
   font-size: 42px;
   font-weight: 600;
   margin-bottom: 15px;
 }

 .st-6-form-itm {
   background-color: #FFF2E5;
   border-radius: 20px;
   padding: 35px;
 }

 .form-control {
   font-weight: 300;
   padding: 12px 20px;
   border-radius: 25px;
   border: 1px solid #000 !important;
   box-shadow: none !important;
 }

 .form-group input.btn {
   border-radius: 6px;
   width: 100%;
 }

 .form-group {
   margin-bottom: 20px;
 }

 .st-6-form-itm form {
   margin-top: 30px;
 }

 /* */
 .st-6-contact-details-items ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }

 .st-6-contact-details-items ul li {
   display: flex;
   align-items: center;
   gap: 80px;
   margin-bottom: 30px;
 }

 .st-6-contact-details-items ul li:last-child {
   margin-bottom: 0;
 }

 .st-6-contact-details-itm-icon {
   border: 2px solid #000;
   border-radius: 100%;
   width: 55px;
   min-width: 55px;
   height: 55px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   box-shadow: 4px 4px 0px 0px rgba(196, 194, 190, 1);
 }

 .st-6-contact-details-itm-icon::after {
   position: absolute;
   content: "";
   width: 50px;
   height: 2px;
   background-color: #030303;
   left: 100%;
 }

 .st-6-contact-details-itm-cnt-title {
   font-size: 30px;
   font-weight: 500;
 }

 .st-6-contact-details-itm-cnt a,
 .st-6-contact-details-itm-cnt p {
   font-size: 18px;
   font-weight: 300;
   margin: 0;
 }

 .st-6-contact-details {
   max-width: 530px;
   margin-left: auto;
 }

 .st-6-contact-details-items {
   margin-top: 20px;
 }

 /* */
 /* ========== Get In Touch ========== */
 /* ========== Footer ========== */
 .footer {
   background: url(../img/footer-bg.jpg) no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
 }

 .footer::before {
   position: absolute;
   content: "";
   width: 303px;
   height: 142px;
   right: 0;
   top: -50px;
   background-image: url(../img/footer-tile-image.png);
 }

 ul.footer-links {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
 }

 ul.footer-links li a {
   color: #fff;
   font-size: 24px;
   font-weight: 300;
 }

 ul.footer-links li a:hover {
   color: #FA5E07;
 }

 .footer-logo {
   text-align: center;
   margin-bottom: 30px;
 }

 .copyright {
   background-color: #FA5E07;
   text-align: center;
   padding: 10px 0;
 }

 .copyright p {
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   margin: 0;
 }

 /* ========== Footer ========== */
 /* ========== Page Header ========== */
 .page-header {
   background: url(../img/page-header-bg.jpg) no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
 }

 .page-header-title {
   color: #fff;
   font-size: 70px;
   text-align: center;
   margin-bottom: 0;
 }

 .breadcrumb-item a {
   color: #fff;
 }

 .breadcrumb-item a:hover,
 .breadcrumb-item.active {
   color: #FA5E07;
 }

 .breadcrumb-item::before {
   color: #fff !important;
 }

 ol.breadcrumb {
   justify-content: center;
   margin: 0;
 }

 li.breadcrumb-item {
   font-size: 20px;
 }

 /* ========== Page Header ========== */
 /* ========== Catagory List ========== */
 .st-7-itm-cnt-title {
   font-size: 18px;
   font-weight: 400;
   margin: 0;
   transition: all 0.3s;
 }

 .st-7-itm-cnt {
   padding-top: 20px;
 }

 .st-7-itm-img {
   overflow: hidden;
   position: relative;
 }

 .st-7-itm-img img {
   transition: all 0.3s;
 }

 .st-7-itm-img:hover>img {
   transform: scale(1.2);
 }

 .st-7-itm-img a {
   position: absolute;
   bottom: 0;
   right: 0;
   width: 60px;
   height: 60px;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .st-7-itm-img a:hover {
   background-color: #FA5E07;
 }

 .st-7-itm-img a:hover img {
   filter: brightness(0) invert(1);
 }

 .st-4.catagory-list {
   background: none;
 }

 .st-4.catagory-list .st-4-itm {
   margin: 25px 0;
 }

 /* ========== Catagory List ========== */
 /* ========== Product List ========== */
 .st-8-itm {
   position: relative;
   margin: 10px 0;
 }

 .st-8-itm-cnt-title {
   font-size: 30px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 15px;
   transition: all 0.3s;
 }

 .st-8-itm-cnt {
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.6979166666666667) 20%, rgba(0, 0, 0, 0.5046393557422969) 50%, rgba(0, 0, 0, 0) 100%);
   position: absolute;
   width: 100%;
   bottom: 0;
   padding: 25px;
 }

 .st-8-itm-cnt-description p {
   color: #fff;
   transition: all 0.3s;
 }

 .st-8-itm:hover .st-8-itm-cnt-description p {
   color: #FA5E07;
 }

 .st-8-itm:hover .st-8-itm-cnt .btn-primary {
   background: #000;
   border-color: #000;
 }

 .st-8-itm:hover .st-8-itm-cnt .st-8-itm-cnt-title {
   color: #FA5E07;
 }

 /* ========== Product List ========== */
 /* ========== Professional ========== */
 .st-9-itm-img img {
   border-radius: 40px;
 }

 @media(min-width: 992px) {
   .st-9-itm-img {
     text-align: right;
   }
 }

 /* Nab Tabs */
 .nav-tabs .nav-item .nav-link {
   border: 0;
   font-size: 22px;
   font-weight: 400;
   color: #000;
   position: relative;
   background: transparent;
   border-radius: 0;
 }

 .nav-tabs .nav-item .nav-link.active {
   color: #FA5E07;
 }

 .nav-tabs .nav-item .nav-link::before {
   content: "";
   position: absolute;
   width: 0;
   height: 4px;
   background-color: #FA5E07;
   border-radius: 100px;
   left: 0;
   bottom: -2px;
   transition: all 0.3s;
 }

 .nav-tabs .nav-item .nav-link.active::before {
   width: 100%;
 }

 .nav.nav-tabs {
   border-bottom: 2px solid #0000001a;
   margin-bottom: 20px;
 }

 .tab-body p {
   line-height: 1.83;
 }

 /* Nab Tabs */
 /* ========== Professional ========== */
 /* ========== Our Expertise ========== */
 .st-10-itm-img {}

 .image-square-big,
 .image-square-small {
   position: relative;
 }

 .image-square-big::before {
   content: "";
   position: absolute;
   width: 96px;
   height: 96px;
   border: 12px solid #FA5E07;
   top: -33px;
   left: -45px;
 }

 .image-square-small::after {
   content: "";
   position: absolute;
   width: 57px;
   height: 57px;
   border: 8px solid #FA5E07;
   right: 10px;
   bottom: -23px;
 }

 /* ========== Our Expertise ========== */
 /* ========== Map ========== */
 .st-11-map iframe {
   display: block;
 }

 /* ========== Map ========== */
 /* ========== Detail Page ========== */
 /* Slick Slider */
 .st-12-product-thumb .slick-list.draggable {
   padding: 0 !important;
 }

 .st-12-product-thumb .st-12-product-thumb-img {
   margin-right: 10px;
   border: 1px solid #ccc;
   padding: 10px;
 }

 .st-12-product-thumb .st-12-product-thumb-img:last-child {
   margin-right: 0;
 }

 .st-12-product-thumb .slick-track {
   display: flex;
   justify-content: space-between;
   /* gap: 10px;
     */
   /* margin-top: 10px;
     */
   margin: 10px 0 0 0;
 }

 /* Slick Slider */
 .table {
   margin: 0;
 }

 .responsive-table {
   overflow: auto;
   padding-bottom: 10px;
 }

 .st-12-itm-cnt-detail-table {
   margin-bottom: 10px;
 }

 ul.list-type-1 {
   list-style: none;
   padding: 0;
 }

 ul.list-type-1 li {
   position: relative;
   padding: 4px 0 4px 25px;
   line-height: 1.3;
   font-weight: 300;
 }

 ul.list-type-1 li::before {
   content: "";
   position: absolute;
   width: 16px;
   height: 16px;
   top: 5px;
   left: 0;
   background-image: url("../img/list-pin.png");
 }

 .st-4.related-products {
   background-image: none;
 }

 /* ========== Detail Page ========== */
 /* ========== Content Page ========== */
 .st-13-itm ul {
   padding-left: 20px;
 }

 .st-13-itm ul li {
   font-weight: 300;
   padding: 4px 0;
 }

 /* ========== Content Page ========== */
















































































































































































































 /* ================================================== 
                Responsive CSS Start 
==================================================*/
 @media(max-width: 1399px) {
   .st-1-itm-cnt h1 {
     font-size: 48px;
   }

   .heading-type-1 {
     font-size: 46px;
   }

   .heading-type-2 {
     font-size: 70px;
   }

   .st-5-itm-cnt-title {
     font-size: 38px;
   }

   .page-header-title {
     font-size: 60px;
   }
 }

 @media(max-width: 1199px) {
   .st-1::before {
     width: 200px;
     height: 110px;
     bottom: -45px;
     background-size: 200px;
     background-repeat: no-repeat;
     background-position: bottom left;
   }
 }

 @media(max-width: 991px) {

   /* ===== Header ===== */
   .header {
     position: relative;
   }

   .menu-active .header {
     position: fixed;
     width: 100%;
     animation: none;
     z-index: 1;
     top: 0;
     left: 0;
   }

   body.menu-active {
     overflow: hidden;
     padding-top: 86px;
   }

   .header .navbar-toggler {
     border: 0;
     padding: 0;
     box-shadow: none;
     z-index: 111;
     transition: .3s;
   }

   .header .navbar {
     position: initial !important;
   }

   .navbar-collapse {
     position: absolute;
     width: 0;
     top: 0;
     bottom: 0;
     left: 0;
     transition: .25s;
     background: #fff linear-gradient(145deg, rgb(250 94 7 / 30%) 0%, #f4f4f4 60%, rgb(250 94 7 / 30%) 100%);
     z-index: 1;
   }

   .header .navbar-collapse.show {
     width: 100%;
     height: 100vh;
     z-index: 11;
   }

   .header .navbar .navbar-collapse .navbar-nav {
     padding: 60px 0;
   }

   .header .navbar .navbar-collapse .navbar-nav .nav-item {
     margin: 0;
     padding: 5px 0;
     transform: translate(-30px, 0%);
     transition: .2s;
     opacity: 0;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item {
     opacity: 1;
     transform: translateX(0%);
     width: 100%;
     text-align: center;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
     transition-delay: 0.2s;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
     transition-delay: 0.3s;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
     transition-delay: 0.4s;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
     transition-delay: 0.5s;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
     transition-delay: 0.6s;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(6) {
     transition-delay: 0.7s;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(7) {
     transition-delay: 0.8s;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(8) {
     transition-delay: 0.9s;
   }

   .header .navbar-toggler:not(.collapsed)[aria-expanded="true"] {
     transform: rotate(180deg);
   }

   .navbar-toggler:not(.collapsed)[aria-expanded="true"] span {
     background-image: url(../img/menu-close-icon.png) !important;
   }

   .header .navbar .navbar-collapse .navbar-nav .nav-link {
     font-size: 20px;
   }

   .header .navbar .navbar-collapse.show .navbar-nav .nav-item {
     padding: 10px 0;
   }

   /* ===== Dropdown ===== */
   .sub-menu {
     position: static;
     display: none;
     transition: unset !important;
     transform: unset;
     opacity: 1;
     visibility: visible;
     max-width: 250px;
     margin: auto;
     max-height: 200px;
     overflow: auto;
   }

   span.arrow {
     width: 20px;
     text-align: right;
   }

   /* ===== Dropdown ===== */
   /* ===== Header ===== */
   .st-1-itm-cnt {
     padding-top: 30px;
   }

   .st-1::before {
     right: 0;
     left: auto;
   }

   .st-1-itm-cnt h1 {
     font-size: 36px;
   }

   .st-3-itm-images {
     margin-bottom: 20px;
   }

   .section-heading>span {
     font-size: 24px;
     margin-bottom: 15px;
   }

   .heading-type-1 {
     font-size: 36px;
   }

   .heading-type-2 {
     font-size: 40px;
   }

   .section-heading {
     margin-bottom: 30px;
   }

   .st-6-contact-details {
     max-width: 100%;
     margin-bottom: 30px;
   }

   ul.footer-links li a {
     font-size: 20px;
   }

   .st-5-itm-cnt-title {
     font-size: 30px;
   }

   .st-5-itm-cnt span {
     font-size: 20px;
   }

   .page-header-title {
     font-size: 44px;
   }

   .nav-tabs .nav-item .nav-link {
     font-size: 20px;
   }

   .st-8-itm-cnt-title {
     font-size: 26px;
   }

   .st-9-itm-img {
     margin-bottom: 20px;
   }

   .st-10-itm-img img {
     width: 100%;
   }

   .image-square-small::after {
     right: -23px;
   }

   .st-10-itm-img {
     margin-bottom: 20px;
   }
 }

 @media(max-width: 767px) {
   .sec-pad {
     padding: 60px 0;
   }

   p,
   li {
     font-size: 14px;
   }

   /* Crousel */
   .owl-nav {
     position: relative;
     transform: translate(0);
     max-width: 110px;
     margin: 20px auto 0;
   }

   .owl-nav button {
     position: relative;
   }

   .owl-nav button.owl-prev {
     left: 0;
   }

   .owl-nav button.owl-next {
     right: 0;
   }

   /* Crousel */
   .st-1-itm-cnt h1 {
     font-size: 30px;
   }

   .st-1-itm-img-whatsapp a {
     font-size: 16px;
   }

   .st-1-itm-img-whatsapp-top span {
     font-size: 12px;
     letter-spacing: 3px;
   }

   .st-1-itm-img-whatsapp-top img {
     margin-right: 5px;
   }

   .st-1-itm-img-whatsapp-top {
     margin-bottom: 5px;
   }

   .st-1-itm-img-whatsapp {
     padding: 10px 20px;
   }

   .st-1::before {
     width: 100px;
     height: 55px;
     background-size: 100px;
   }

   .btn {
     font-size: 13px;
     padding: 12px 15px;
   }

   .btn img {
     margin-left: 8px;
   }

   .section-heading>span {
     font-size: 18px;
     margin-bottom: 5px;
   }

   .heading-type-1 {
     font-size: 26px;
   }

   .heading-type-2 {
     font-size: 36px;
   }

   .section-heading {
     margin-bottom: 15px;
   }

   .st-3-itm-cnt-description p {
     line-height: 1.5;
   }

   .st-4 {
     background-size: 200%;
   }

   .st-6-itm-title {
     font-size: 30px;
     margin-bottom: 10px;
   }

   .st-4-itm-img a {
     padding: 10px;
     width: 40px;
     height: 40px;
   }

   .st-5-itm-cnt {
     padding: 20px 20px 20px;
   }

   .st-5-itm-cnt span {
     font-size: 16px;
   }

   .st-5-itm-cnt-title {
     font-size: 20px;
   }

   .st-6-contact-details-itm-icon::after {
     width: 30px;
   }

   .st-6-contact-details-itm-icon {
     border: 2px solid #000;
     border-radius: 100%;
     width: 40px;
     min-width: 40px;
     height: 40px;
     padding: 10px;
   }

   .st-6-contact-details-items ul li {
     gap: 35px;
   }

   .st-6-contact-details-itm-cnt-title {
     font-size: 20px;
   }

   .st-6-contact-details-itm-cnt a,
   .st-6-contact-details-itm-cnt p {
     font-size: 14px;
   }

   .st-6-form-itm {
     padding: 25px;
   }

   .form-control,
   .form-control::placeholder {
     font-size: 14px;
   }

   .form-control {
     padding: 10px 15px;
   }

   .form-group {
     margin-bottom: 15px;
   }

   .footer::before {
     width: 180px;
     height: 100px;
     top: -40px;
     background-size: 185px;
     background-repeat: no-repeat;
   }

   .st-3-itm-cnt-list li {
     font-size: 14px;
     padding: 4px 0;
   }

   ul.footer-links li a {
     font-size: 16px;
   }

   .nav-tabs .nav-item .nav-link {
     font-size: 16px;
   }

   .nav-tabs .nav-item .nav-link::before {
     height: 3px;
     bottom: -1px;
   }

   .nav.nav-tabs {
     border-bottom: 1px solid #0000001a;
   }

   .st-8-itm-cnt {
     padding: 20px;
   }

   .st-8-itm-cnt-title {
     font-size: 20px;
   }

   .page-header-title {
     font-size: 30px;
   }

   .image-square-big::before {
     width: 50px;
     height: 50px;
     border: 8px solid #FA5E07;
     top: -23px;
     left: 10px;
   }

   .image-square-small::after {
     width: 35px;
     height: 35px;
     border: 5px solid #FA5E07;
     bottom: -15px;
     right: 10px;
   }
 }

 @media(max-width: 575px) {
   .header .navbar-brand {
     max-width: 180px;
   }

   .top-bar {
     padding-right: 20px;
   }

   .st-3-itm-cnt-list {
     display: block;
   }

   .st-3-itm-cnt-list li {
     width: 100%;
   }

   .st-4 {
     background-size: 350%;
   }

   ul.footer-links {
     display: block;
   }

   ul.footer-links li {
     text-align: center;
     padding: 10px 0;
   }

   .st-12-product-thumb .st-12-product-thumb-img {
     padding: 6px;
   }
 }