:root {
 --fftnr:'Times New Roman', Times, serif;
}

body {background: #e5e5e5;}
select:focus, button:focus, input:focus {box-shadow: none !important; outline: none !important;}
.btn {font-size: 14px; padding: 7px 17px; border-radius: 0px;}
.btn-lg {font-size: 16px; padding:10px 25px;}
.btn-default {background: #ccc;}
.btn-default:hover {background:var(--bs-primary); color: #fff;}
.btn-dif {background: var(--bs-dif); color: #333;}
.btn-dif:hover {background: var(--bs-dif); color:#000}

.bg-dif {background: var(--bs-dif) !important;}
.bg-gray {background: #e8e8e8;}
.text-dif {color: var(--text-dif) !important}

.container-fluid {padding: 0 20px;}


.hformat {position: relative;}
.header {position: absolute; top: 0; left:0; right: 0; z-index: 99999; margin: 0 auto; padding: 35px 15px;}
.logo img {max-width: 300px; max-height: 100px;}

.header.active {position: fixed; top: 0; left: 0; width: 100%; background: #000; animation-name: menu_sticky; animation-duration: .6s; animation-timing-function: ease-out; transition: all .25s ease-in-out;padding:10px 15px} @keyframes menu_sticky {0% {margin-top: -100px}50% {margin-top: -74px} 100% {margin-top: 0}} 
.header.active {box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);}
.header.active .recent-searches {display: none;}
.header.active .ni {display: block !important;}

/* Menu */
.ozmenu ul.ozmenu-nav {display: flex; align-items: center; list-style: none; padding-left: 0px;}
.ozmenu ul.ozmenu-nav>li {position: relative; float: left; width: auto; margin-left:7px;}
.ozmenu ul.ozmenu-nav>li:hover > a {background:#eee; color: #000 !important;}
.ozmenu.dark ul.ozmenu-nav>li:hover > a {background:var(--bs-primary); color: #fff !important;}
.ozmenu ul.ozmenu-nav>li:hover > a:after {background:#000;}
.ozmenu.dark ul.ozmenu-nav>li:hover > a:after {background:#fff;}
.ozmenu ul.ozmenu-nav>li > a.active {background:var(--bs-primary); color: #fff !important;}
.ozmenu ul li.dropdownitem>a:after{width: 15px; height: 15px; text-align: center; float: right; background-color: #fff; content: ""; margin: 5px 0px 0px 3px; -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center;}
.ozmenu ul li .dropdown{display:none; position: absolute; width: 250px;}
.ozmenu ul.ozmenu-nav>li .btn-dark {background:none !important; color: #fff !important; border:1px solid var(--bs-primary)}
.ozmenu ul.ozmenu-nav>li .btn-dark:hover {color: #fff !important;}


@media screen and (min-width: 993px) {
.ozmenu ul.ozmenu-nav>li a{color: #fff !important; font-weight: 500; text-decoration: none; padding: 10px 15px; background:none; border-radius: 0; display: inline-block; font-size: 17px; height: 100%; position: relative; transition: all 0.15s ease-out;}
.ozmenu ul li.dropdownitem:hover .dropdown{display: block; position: absolute; margin: 0; padding: 5px 0px; width: 250px; padding-top: 0px !important;}
.ozmenu ul li.dropdownitem:hover > a{border-radius:0px !important;}
.ozmenu ul li.dropdownitem:hover .dropdown .dropdown{display: none;}
.ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {padding-left: 16px; position: absolute; margin: 0; padding-top: 0px !important;min-width: 200px; display: inline-table; top: 0 !important; left: 100% !important; right: auto !important;}
.ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {display: none !important; visibility: hidden;}
.ozmenu ul li.dropdownitem .dropdown ul {list-style: none; background-color:#eee; color: #000 !important; float: left; padding: 10px 15px; border-radius:0; box-shadow: 1px 2px 3px rgba(0,0,0,0.1);}
.ozmenu.dark ul li.dropdownitem .dropdown ul {list-style: none; background-color:var(--bs-primary); color: #fff !important; float: left; padding: 10px; border-radius:0; box-shadow: 1px 2px 3px rgba(0,0,0,0.1);}
.ozmenu ul li.dropdownitem ul li a{background-color:#eee; color: #000 !important; font-weight: 400; text-decoration: none; padding: 5px 0px; float: left; width: 100%; border-radius: 0px; font-size: 14px;}
.ozmenu.dark ul li.dropdownitem ul li a{background-color:var(--bs-primary); color: #fff !important; font-weight: 400; text-decoration: none; padding: 5px 0px; float: left; width: 100%; border-radius: 0px; font-size: 14px;}
.ozmenu ul li.dropdownitem .dropdown ul .dropdown ul {border-radius: 0;} 
.ozmenu ul.ozmenu-nav .dropdown ul li a:hover {color: #333 !important; padding-left: 7px;}
.ozmenu.dark ul.ozmenu-nav .dropdown ul li a:hover {color: #fff !important;}

/* Animations */
.dropdownitem .dropdown{animation: translateDown 200ms 0ms ease-in-out forwards; transform-origin: top center;}
.dropdownitem .dropdownitem .dropdown {transform-origin: top center !important; animation: translateX 200ms 0ms ease-in-out forwards !important;}
@keyframes translateDown {0% {transform: scaleY(0)} 80% {transform: scaleY(1.1)} 100% {transform: scaleY(1)}}
@keyframes translateX {0% {opacity: 0;transform: translateX(-60px);} 80% {transform: translateX(-5px);} 100% {opacity: 1;transform: translateX(0px);} }

/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li .nav-dropdown:after{width: 15px; height: 15px; text-align: center; float: right; background-color: #000; content: ""; margin: 1px 0px 0px 3px; -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>'); -webkit-mask-repeat: no-repeat;  mask-repeat: no-repeat; -webkit-mask-position: center;  mask-position: center;}
.ozmenu.dark ul li.dropdownitem ul li .nav-dropdown:after {background: #fff;}
}
.ozmenu ul.ozmenu-nav .dropdown ul li {float: left;width: 100%;}
.ozmenu ul.ozmenu-nav .dropdown ul li a{padding: 8px 0px;}
.ozmenu ul li.dropdownitem ul li a, .ozmenu ul li.dropdownitem ul li .dropdown ul li a {border-bottom: 1px dashed rgba(0,0,0,0.1);}
.ozmenu.dark ul li.dropdownitem ul li a, .ozmenu.dark ul li.dropdownitem ul li .dropdown ul li a {border-bottom: 1px dashed rgba(255,255,255,0.1);}
.ozmenu ul li.dropdownitem ul li:last-child a, .ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {border-bottom: 0px !important;}
/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li a:before, .ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after{display: none !important;}
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a{border-bottom: 0px !important;}
.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {display: inline-block; height: 100%; position: relative; width: 100%;}
/* Responsive Menu */
.menu-close, .menu-open {display: none;}
@media screen and (max-width: 993px) {
.menu-open, .menu-close {cursor: pointer; color:#333; text-decoration: none; font-size: 26px;}
.menu-open {display: block;}
.menu-close {display: none; }
.ozmenu {position: relative; display: none;}
.ozmenu.active {display: block;}
.menu-open {display: block !important;float: right;}
.mobile-menu-active .menu-close {display: block !important; z-index: 15; position: absolute; right: 13px; left: unset !important; top: 0px; float: left;}
.ozmenu-nav {display: none !important;}
.ozmenu.active .ozmenu-nav {display: block !important;}
.ozmenu.active{position: fixed; left: 0px; top: 0px; margin-top: 0px !important; width: 40%; height: 100vh; display: flex; z-index: 14;}
.ozmenu.active .ozmenu-nav{background-color: #fff; float: left; margin-top: 0px; padding: 40px 20px; width: 100%; height: 104vh; overflow: scroll; transform-origin: top center !important;}
.ozmenu.active .ozmenu-nav, .menu-close {animation: translateX 400ms 0ms ease-in-out forwards !important;}
@keyframes translateX {0% {opacity: 0;transform: translateX(-160px);}  80% {transform: translateX(-5px);} 100% {opacity: 1;transform: translateX(0px);}}
.ozmenu ul.ozmenu-nav>li {float: left;width: 100%;}
.ozmenu ul.ozmenu-nav>li a{float: left; width: 100%; text-decoration: none; color: #333; padding: 10px 0px; border-bottom: 1px solid #ddd;}
.ozmenu ul.ozmenu-nav>li a:hover {float: left; width: 100%; transition: all 0.25s ease-out; text-decoration: none; padding: 10px 0px;}
.ozmenu ul li.dropdownitem>a:hover:after{background-color: rgb(103, 130, 252) !important;}
.ozmenu ul.ozmenu-nav>li:last-child a{border-bottom: 0px solid #ddd;}
.ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {list-style: none; float: left; margin-left: 0px; padding-left: 7px;}
.ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {padding-left: 15px;}
.ozmenu.active ul li .nav-dropdown.opened + .dropdown{display: block; position: relative; margin: 0; padding: 5px 0px; min-width: unset; padding-top: 0px !important; float: left;}
.ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown{display: none;}
#menu-overlay {background-color: rgba(0,0,0,.3); float: left; display: none; width: 100%; height: 100vh; z-index: 13; position: fixed; top: 0; bottom: 0; left: 0; right: 0;}
#menu-overlay.show {display: block !important;}
.menu-open .open {width: 35px; height: 35px; float: right; background-color: #fff; -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="35px" height="35px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="35px" height="35px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; transition: all 0.2s ease-out;}
.mobile-menu-active .menu-open .open, .menu-open .open:hover { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="35px" height="35px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="35px" height="35px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');}
.menu-close .close {width: 38px; height: 38px; float: right; background-color: #000; -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; transition: all 0.2s ease-out;} .menu-close .close:hover {background-color: #000; -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');}
.ozmenu.active ul li.dropdownitem>a.opened:after{-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;}
.ozmenu ul li .dropdown {width: 100%;}
}
@media screen and (max-width: 500px) {
.ozmenu.active {width: 70%;}
.ozmenu ul.ozmenu-nav>li {margin-left: 0px;}
.ozmenu ul.ozmenu-nav>li .btn-dark {padding: 10px 10px; text-align: center;}
}

.section {padding:90px 0;}
.category-row {align-items: center; background: var(--bs-primary);}
.category-row .left {height: 100%; padding: 100px 20px; color: #fff;}
.category-row .right {background: #fff;}
.catg-title {font-size: 58px; line-height: 70px; font-family:var(--fftnr); margin-bottom: 25px;}
.category-row .btn {padding: 10px 45px; font-family:var(--fftnr); font-size: 22px;}
.catg-row .item {padding: 0;}
.catg-row figure {width: 100%; margin: 0; height: 400px; position: relative;}
.catg-row figure:after {position: absolute; content:''; background: rgba(124, 41, 41, 0.4); top: 0; left: 0; width: 100%; height: 100%; transition: 0.2s ease-in-out;}
.catg-row figure img {width: 100%; height: 400px; object-fit:cover;}
.catg-row figure span {position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; text-align: center; color: #fff; font-size:26px; z-index: 2;}
.catg-row figure:hover span {bottom: 15px; top: initial; transform: translateY(0%); background: #000; padding: 10px;}
.catg-row figure:hover:after {opacity: 0;}

.section-heading {margin-bottom: 25px;}
.section-heading .title {font-size: 45px; font-family:var(--fftnr); position: relative;}
.section-heading .desc {font-size: 21px;}
.section-heading .desc2 {font-size: 18px; padding-top: 30px; max-width: 800px; margin: 0 auto;}
.section-heading .desc2 .title2 {font-size: 16px; margin-bottom: 7px;}

.prd-row .item {margin-bottom: 25px;}
.prd-box {background: #4f4f4f; padding: 17px; height: 100%;}
.prd-box:hover {background: #696969;}
.prd-box figure {width: 100%; padding-top: 100%; background: #fff; margin: 0; overflow: hidden; position: relative;}
.prd-box figure img {max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.2s ease-in-out;}
.prd-box:hover img {transform: translate(-50%, -50%) scale(1.07);}
.prd-box .content {padding: 20px 0 10px;}
.prd-box .title {color: #fff; font-size: 22px; text-decoration: none;}
.btn-outline-light:hover {background: #fff;}


.quick_contact p{position:relative;padding-left:27px}
.quick_contact p:before{position:absolute; top:2px;left:0;font-family:"Font Awesome 6 Free";font-weight: 600;width:20px;text-align:center; }
.quick_contact p.name:before{content:"\f007"; font-weight: 500;}
.quick_contact p.address:before{content:"\f3c5";}
.quick_contact p.website:before{content:"\f3c5";}
.quick_contact p.email:before{content:"\f0e0"; font-weight: 500;}
.quick_contact p.phone:before{content:"\f095";}

.quick_contact p.website:before{content:"\f57e";}
.quick_contact p.toll-free:before{content:"\f590";}
.quick_contact p.skype:before{content:"\f17e"; font-family:"Font Awesome 5 Brands";}
.quick_contact p.whatsapp:before{content:"\f232"; font-family:"Font Awesome 5 Brands";}
.quick_contact p:before{color:var(--bs-primary)}

.about-section .title {color: #b8b8b8; font-size: 60px; line-height: 60px; font-family: var(--fftnr); text-transform: uppercase; margin-bottom: 17px;}
.about-section .content {font-size: 17px; color: #585858;}
.about-section .content * {margin-bottom: 17px;}

.gallery-row {display: flex; flex-wrap: wrap;}
.gallery-row .item {width: 20%; flex-basis: 20%; padding: 4px;}
.gallery-row figure {width: 100%; height: 300px; margin: 0;}
.gallery-row figure img {width: 100%; height: 300px; object-fit: cover;}


.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {display: none !important;} body{top:0!important;} body > .skiptranslate {display:none !important;} #google_translate_element select {background:none; border:1px solid #fff; color:#fff; border-radius:3px; padding:8px 25px 8px 12px} #google_translate_element select option {color: #333} .goog-logo-link,.goog-te-gadget span,div#goog-gt-{display:none!important;} .goog-te-gadget{color:transparent!important;font-size:0;} .goog-te-banner-frame{display:none !important;} #goog-gt-tt, .goog-te-balloon-frame{display: none !important;} .goog-text-highlight { background: none !important; box-shadow: none !important;}

.footer {background:url('../images/footer.jpg') no-repeat; background-size: cover;  color: #fff; font-size: 15px;}
.footer .title {font-size:19px; text-transform: uppercase; margin-bottom: 15px;}
.footer a {color: #ccc; text-decoration: none;}
.foot-link {list-style:none; padding: 0; font-size: 15px;}
.foot-link li:not(:last-child) {margin-bottom: 5px;}
.foot-link a {list-style:none; padding: 0; color: #ccc; text-decoration: none;}
.foot-link a:hover {color: #fff;}
.social-icons{margin:30px 0 0}
.social-icons li{display:inline-block}
.social-icons li:not(:last-child){margin-right:10px; margin-bottom: 7px;}
.social-icons li a{border-radius:50%;text-align:center;width:45px;height:45px;line-height:45px;display:inline-block}
.social-icons li i{transition:all .3s}  
.social-icons li a:hover i{transform:rotate(25deg) scale(1.2)}
.social-icons li a{color:#fff;background:#2d2d2d}
.social-icons li a:hover{color:#fff}
.social-icons li .facebook:hover{background:#3b5998}
.social-icons li .twitter:hover{background:#38A1F3}
.social-icons li .linkedin:hover{background:#0077B5}
.social-icons li .pinterest:hover{background:#c8232c}
.social-icons li .instagram:hover{background:#3f729b}
.social-icons li .youtube:hover{background:#c4302b}
.copyright {font-size: 14px; background: #141414; color: #ccc; padding: 5px 0;}
.copyright a {color: #fff; text-decoration: none;}

.scrollTop {width: 25px; height: 25px; position:fixed;bottom:0;right:25px;border-radius:50%;width:50px;height:50px;text-align:center;cursor:pointer;z-index:9;opacity:0;transition:all .3s;cursor:pointer; background: rgba(0,0,0,0.4); transition: 0.2s ease-in-out;}
.scrollTop:hover {background: #45454b}
.scrollTop img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s; width: 25px; height: 25px;}
.scrollTop:hover svg {top:40%}
.scrollTop.active{opacity:1; bottom: 25px;}

.whatsapp-float {position: fixed; background: #10b418; width: 70px; height: 70px; line-height: 70px; border-radius: 50%; text-align: center;  bottom: 30px; color: #fff; z-index: 999}
.whatsapp-float a {color: #fff; width: 100%; height: 100%; display: block; font-size:35px;}
.whatsapp-float.left {left: 35px;}
.whatsapp-float.right {right: 35px;}


label.error {
    display: none !important
}

.error_bdr {
    border: 1px solid red !important
}



body.oh {overflow: hidden; position: relative;}.modal{display:none;position:fixed;z-index:8888;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6)}.modal-content {position: relative; display: flex;flex-direction: column;width: 100%; pointer-events: auto;background-color: #fff;background-clip: padding-box; border: 1px solid rgba(0,0,0,0.2); border-radius: 0.3rem;outline: 0;}.modal-wrap{display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:relative;padding:15px}.modal-content-wrap{min-width:320px;max-width:800px;background-color:#fff;position:relative;border-radius: 7px;}.modal-close{position: absolute; top:-10px; right:-10px;background-color:#fff; width: 30px; height: 30px; line-height: 28px; border:none; font-size:25px; cursor: pointer; border-radius: 50px; z-index: 2; box-shadow: 0px 0px 6px rgb(0 0 0 / 20%) !important; color:#686c6f;} .modal-close:hover {color: #000}.modal-wrap .modal-content {padding: 25px;}.modal-head {margin-bottom:25px;}.modal-title{font-size:20px;line-height:20px;color:#000;font-weight:500}.modal-header {background: #eef6f9;padding: 12px 15px;}
.modal .close {background: #fff; border:1px solid #ccc; border-radius: 50%; width: 30px; height: 30px; font-size: 26px; position: relative;}
.modal .close svg {position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%); display: inline-block;line-height: 1px; width: 17px; height: 17px;}
.intl-tel-input {display: block !important;}
.success-section .title{color:#339881;margin-bottom:15px;font-size:24px}
.success-section .message{margin-bottom:0}
.success-section .link{font-weight:500;margin-top:15px;display:inline-block;color:#1e79b3}
.input.error,input.error{border:1px solid red!important;color:#d24848!important;box-shadow:1px 0 5px #de3232}
.input.error::placeholder,input.error::placeholder{color:red!important}
label.error span{background:#fdbfbf;color:#000}
label.error span:before{border-color:#fdbfbf transparent transparent}
.fa-spinner{animation-name:spin;animation-duration:3000ms;animation-iteration-count:infinite;animation-timing-function:linear}
.checkmark{width:100px;margin:0 auto 15px}
.checkmark .path{stroke-dasharray:1000;stroke-dashoffset:0;animation:dash 2s ease-in-out;-webkit-animation:dash 2s ease-in-out}
.checkmark .spin{animation:spin2 2s;-webkit-animation:spin2 2s;transform-origin:50% 50%;-webkit-transform-origin:50% 50%}
.tooltip-error {width: 220px;background: #f8d7da;color: #721c24; border: 1px solid #f8d7da; text-align: center; border-radius: 2px;padding: 4px 7px; font-size: 11px; line-height:18px; position: absolute; z-index: 1; top:-27px;left:0px;}
.tooltip-error::after { content: ""; position: absolute;top: 100%; left: 10%; margin-left: -5px; border-width: 7px; border-style: solid; border-color:#f8d7da transparent transparent transparent;}
@-webkit-keyframes dash {0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
@keyframes dash {0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
@-webkit-keyframes spin2 {0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
@keyframes spin2 {0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
@keyframes spin {from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

@media(max-width:991px){
    .logo img {width: 150px; height: 38px;}
    .header, .header.active {padding: 10px 0;}
    
    .ozmenu ul.ozmenu-nav>li .btn-dark {color: #333 !important;}
    .ozmenu ul.ozmenu-nav>li:last-child a {border:1px solid var(--bs-primary)}
    .ozmenu ul li.dropdownitem>a:after {background: #000;}
    .category-row {flex-wrap: wrap;}
    .category-row .left, .category-row .right {max-width: 100%; flex-basis: 100%; width: 100%;}
    .section {padding: 40px 0;}
    .section-heading .title {font-size: 28px;}
    .section-heading .desc {font-size: 18px;}
    .section-heading .desc2 {font-size: 14px; line-height: 25px;}
    .gallery-row .item {max-width: 33.333%; flex-basis: 33.333%; width: 33.333%;}
    .whatsapp-float {width: 50px; height: 50px; line-height: 50px;}
    .whatsapp-float a {font-size: 25px;}
    .whatsapp-float.left {left: 15px; bottom: 15px;}

    .foot-row {flex-wrap: wrap;}
    .foot-row > * {max-width: 100%; flex-basis: 100%; width: 100%;}
    .mb-4 {margin-bottom: 15px !important;}
    .container-fluid {padding: 0 15px;}
}

@media(max-width:800px){
    .category-row .left {padding: 40px 20px;}
    .catg-title {font-size: 35px; line-height: 40px;}
    .catg-row {flex-wrap: wrap;}
    .catg-row .item {max-width: 100%; flex-basis: 100%; width: 100%;}
    .catg-row figure span {font-size: 22px;}
    .prd-row {flex-wrap: wrap;}
    .prd-row .item {max-width: 50%; flex-basis: 50%; width: 50%;}
    .prd-box .title {font-size: 18px;}
    .prd-box .content {padding: 15px 0 5px;}
    
    .about-row {flex-wrap: wrap;}
    .about-row .item {max-width: 100%; flex-basis: 100%; width: 100%;}
    .about-section .title {font-size: 40px; line-height: 40px; margin-bottom: 17px;}
    .about-section .content {font-size: 15px;}
}

@media(max-width:640px){
    .gallery-row .item {max-width: 50%; flex-basis: 50%; width: 50%;}
    .gallery-row figure, .gallery-row figure img {height: 200px;}
}

@media(max-width:480px){
    .prd-row .item {max-width: 100%; flex-basis: 100%; width: 100%;}
}


.arrow1.owl-theme .owl-nav {margin: 0px;}.arrow1.owl-theme .owl-nav span {position: relative; top: -2px}.arrow1.owl-theme .owl-nav [class*=owl-] {position: absolute; top: 50%; transform: translateY(-50%); background:rgba(255,255,255,1); border:1px solid #ccc; width: 55px; height: 55px; line-height: 55px; margin: 0; font-size:15px; padding:0 !important; display: inline-block; color:#333; border-radius: 7px;}.arrow1.owl-theme .owl-nav [class*=owl-]:hover {background:var(--bs-primary); color:#fff} .arrow1.owl-theme .owl-nav [class*=owl-] svg {width: 20px; height: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)} .arrow1.owl-theme .owl-nav .owl-prev {right:20px; top: calc(50% + 30px)}.arrow1.owl-theme .owl-nav .owl-next {right:20px; top: calc(50% - 30px)} 

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block; width: 100%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d} .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent;} .owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{cursor:default; background:#f3f3f3 !important; color:#ccc !important;}.owl-theme .owl-nav.disabled+.owl-dots{}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:20px;height:20px;margin:2px 3px; border:2px solid #fff; background:#eee;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease; border-radius:7px; box-shadow:0px 0px 5px rgba(0,0,0, 0.2);}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#666;}.owl-theme .owl-dots {position: absolute; bottom:20px; left: 0; right: 0}
@media(max-width:991px){
.arrow1.owl-theme .owl-nav [class*=owl-] {width: 35px; height: 35px; line-height: 35px;}
.arrow1.owl-theme .owl-nav .owl-prev {top: calc(50% + 40px)}.arrow1.owl-theme .owl-nav .owl-next {top: calc(50% - 0px)} 
}