@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {font-family: 'Roboto', sans-serif; font-size: 16px; color:#333; background:#efefef; top: 0px !important}
*:focus {outline: none !important; box-shadow: none !important;}
a {color:#27568f}
body, html {scroll-behavior: smooth;}
.text-primary {color:#144088 !important}
.text-secondary {color:#ff6a00 !important}
.cp {cursor: pointer;}
.bg-gray {background:#f2f2f2}
.bg-secondary {background-color: #ff6a00!important;}

.faq-list {list-style: none; padding: 0; margin: 0 auto; max-width: 800px;}
.faq-list .item {background: #e3e3e3; border-radius: 5px;}
.faq-list .item:not(:last-child) {margin-bottom: 12px;}
.faq-head {display: flex; justify-content: space-between; padding: 15px 15px; font-size: 18px; color: #000; cursor: pointer;}
.faq-head:hover {color: #330003}
.faq-head > *:first-child() {flex: 1;}
.faq-head > *:nth-child(2) {width: 35px;}
.faq-content {color: #666;padding: 0 15px 15px;font-size: 16px;}
.faq-head.active {color: #000;font-weight: 600}
.faq-head svg {fill: var(--primarycolor);width: 28px;height: 28px; transition: 0.3s ease-in-out}
.faq-head.active svg {transform: rotate(180deg);}
.faq-list .faq-content {display: none;}

.btn {padding: 6px 17px; border-radius: 30px;}

.btn-primary {background-color: #144088;border-color: #144088}
.btn-primary:hover {background-color: #184da2; border-color: #184da2}
.btn-primary.focus,.btn-primary:focus {background-color: #184da2;border-color: #184da2;}
.btn-primary.disabled,.btn-primary:disabled {color: #fff;background-color: #6c757d; border-color: #6c757d}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {background-color: #184da2; border-color: #184da2}

.btn-secondary {background-color: #ff6a00;border-color: #ff6a00}
.btn-secondary:hover {background-color: #ff6a00; border-color: #ff6a00}
.btn-secondary.focus,.btn-secondary:focus {background-color: #ff6a00;border-color: #ff6a00;}
.btn-secondary.disabled,.btn-secondary:disabled {color: #fff;background-color: #ff6a00; border-color: #ff6a00}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {background-color: #ff6a00; border-color: #ff6a00}

.btn-outline-primary{color:#144088;border-color:#144088}
.btn-outline-primary:hover{color:#fff;background-color:#144088;border-color:#144088}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#144088;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#144088;border-color:#144088}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}

.btn-outline-secondary{color:#ff6a00;border-color:#ff6a00}
.btn-outline-secondary:hover{color:#fff;background-color:#ff6a00;border-color:#ff6a00}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#ff6a00;background-color:transparent}
.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ff6a00;border-color:#ff6a00}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}

.t-strip {background:#175ca1; color:#fff; padding: 5px 0;}
.ts-box {display: flex; justify-content: space-between; font-size: 15px; font-weight: 300; align-items: center;}
.tgl {list-style: none; padding: 0px; margin: 0px;}
.tgl > li {display: inline-block;}
.tgl > li:not(:last-child) {padding-right: 17px}
.tgl > li a {color:#fff; display: inline-block;}
.tgl > li a:hover {color:#fff; text-decoration:none;}
.tgl > li a.active {border: 1px solid #ff6a00; border-radius:30px; color:#ff6a00; padding:1px 10px}
.tgl .dropdown-item {color:#333}
.tgl .dropdown-item:hover {color:#000}

.header {background: #fff; padding: 17px 0}
.h-box {display: flex; width: 100%; align-items: center; justify-content: space-between;}
.header .logo {font-size: 32px;}
.header .logo a {color:#fff; text-transform: uppercase; display:inline-block;}
.header .logo figure {max-width: 260px; margin: 0px;}
.header .logo a:hover {text-decoration: none;}
.header .logo img {max-width: 100%; max-height: 100%}
.s-box-wrap {flex:1; margin:0 80px; position: relative;}
.s-box {width: 100%; display: flex; background: #edecec;}
.s-box .s-i {flex: 1; position: relative;}
.s-box .s-i input {width: 100%; height: 100%; background:#edecec; border:none; border-radius: 5px 0 0 5px; padding: 10px 20px; font-size: 15px; font-weight: 300}
.s-box .btn {border-radius:0 5px 5px 0; background:#edecec; color:#000; padding:5px 15px; font-size: 20px}
.h-links {list-style: none; display:flex; align-items: center; padding: 0; margin: 0}
.h-links > *:not(:last-child) {padding-right: 20px;}
.h-links a:hover {text-decoration:none;}

.search-sugg {position: absolute; top:50px; left: 0; width: 100%; z-index: 99}
.search-sugg ul {padding: 0; margin: 0; list-style: none; max-height: 360px; overflow-y: auto; background: #fff; box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.1)}
.search-sugg ul li:not(:last-child) {border-bottom: 1px solid #ccc}
.search-sugg a {display: block; padding: 7px 12px; font-size: 14px; color: #333}
.search-sugg a:hover {background: #eee; text-decoration: none; color: #000}

.h-links .dropdown-item {color:#333;}
.dropdown-item {color:#333;}
.dropdown-item:hover {background:#eee; color:#000}
.dropdown-menu {font-size:14px;}
.dropdown-menu .dropdown-item {padding: 4px 15px}
.dropdown-item.select {background:#e0e0e0;}
.dropdown-divider {padding: 2px 0}

.it-count {background:rgba(255,255,255,0.9); color:#333; display: inline-block; font-size: 12px; line-height:15px; padding:0px 1px; border-radius:2px;}
.nav-icon-wrap {display: none;}
.lang-chng-m-w {display: none;}
.main-nav {background:#fff; font-weight:400; box-shadow: 0px 4px 5px rgba(0,0,0,0.07); position: relative; border-top: 1px solid #ddd}
.nav .item:not(:last-child) {margin-right:35px;}
.nav .item-link {color:#000; padding:15px 0; display: inline-block; cursor: pointer;}
.nav .item-link i {font-size: 11px; color:#999}
.nav .item-link.active {color:#ff6a00; font-weight: 500; border-bottom: 2px solid #ff6a00}
.nav .item-link:hover {text-decoration: none; color:#175ca1}
.nav .all a {color:#175ca1; font-weight: 500}


.nav-head {display: none !important; padding: 10px 5px}

.sub-menu-wrap {position: absolute; padding:15px 0; left: 0; right: 0; top:calc(100% + 1px); background:#fff; z-index:8; box-shadow: 0px 4px 5px rgba(0,0,0,0.07); display:none;}
.sub-links a {color:#333}
.sub-links a:hover {color:#175ca1}
.sub-links .heading {font-size:15px; font-weight: 600; margin-bottom:10px;}
.sub-links2 {list-style: none; padding: 0; margin: 0 0 17px; font-size: 14px;}
.sub-links2 li:not(:last-child) {margin-bottom: 3px;}
.sub-links2 .all {text-decoration: underline;}

.slide-section {padding:25px 0}
.d-slide {padding-bottom: 17px;}
.h-slide {background:#fff; border:1px solid #e0e0e0; overflow: hidden; max-height:480px}
.h-slide.owl-theme .owl-nav {margin: 0px;}
.h-slide.owl-theme .owl-nav span {position: relative; top: -2px}
.h-slide.owl-theme .owl-nav [class*=owl-] {position: absolute; top: 50%; transform: translateY(-50%); background:rgba(255,255,255,0.8); margin: 0; font-size:15px; padding:20px 7px !important; display: inline-block; color:#333}
.h-slide.owl-theme .owl-nav [class*=owl-]:hover {background:rgba(255,255,255,1); color:#000}
.h-slide.owl-theme .owl-nav .owl-prev {left: 0; border-radius: 0 5px 5px 0}
.h-slide.owl-theme .owl-nav .owl-next {right: 0; border-radius: 5px 0 0 5px}
.h-slide img {width: 100%}
.sect {padding:50px 0}
.sect-heading {padding-bottom:25px;}
.sect-heading .title {font-size: 21px; font-weight: 500; margin:0 0 3px; color:#000;}
.sect-heading .title2 {font-size: 21px; font-weight: 500; margin:0 0 3px; position: relative;}
.sect-heading .sd {position: absolute; opacity:0.07; font-size:200%; top: 50%; left:50%; transform: translate(-50%, -50%);}
.sect-heading .bdr {width: 45px; height: 2px; margin: 0 auto}

.modal-title {font-size: 18px;}
.form-control {font-size: 14px;}

.pp-box-row .item {height: 100%}
.pp-box {border-radius: 5px; border:1px solid #ddd; height: 100%; background:#fff; overflow: hidden;}
.pp-box a:hover{text-decoration: none;}
.pp-box figure {margin-bottom: 0px; position: relative; padding-top: 100%}
.pp-box figure img {position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%);}
.pp-c {padding:10px 8px;}
.pp-box .title {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height:43px; font-size: 15px; line-height:22px; color:#333; display: block; font-weight:500}
.pp-box .title:hover {text-decoration: none; color:#000}
.pp-price {margin-top: 5px; font-size: 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.pp-price .price-latest {font-size: 21px;}
.pp-price small {color:#666}
.pp-price small span {text-decoration: line-through;}

.box-row > * {margin-bottom: 30px;}
.box {position: relative; overflow: hidden; height: 100%}
.box:after {background:#000; position: absolute; content: ''; bottom:0px; width: 100%; height: 250px; left: 0; right: 0; background: linear-gradient(0deg, rgb(0 0 0) 41%, rgba(0, 0, 0, 0) 80%); z-index:1}
.box figure {margin: 0px; width: 100%; height: 100%; position: relative; padding-top: 135%; background: #fff}
.box img {position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; transition: 0.3s ease-in-out}
.box:hover img {transform:translate(-50%, -50%) scale(1.1);}
.box .box-c {position: absolute; bottom: 35px; left:50%; transform: translateX(-50%);width:90%; text-align: center; transition: 0.2s ease-in-out; z-index: 2}
.box .box-links {list-style: none; padding: 0px; font-size: 16px; font-weight: 300}
.box .box-links > *:not(:last-child) {margin-bottom: 10px;}
.box .box-links a {color:#fff}

.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;}

.form {list-style: none; padding: 0}
.form > li:not(:last-child) {margin-bottom: 17px;}
.form li{position:relative}
.form > li:not(:last-child){margin-bottom:17px}
.form > li:last-child{margin-bottom:0px !important}
.floating-input {background: #fff; border:1px solid #ddd;}
.form .input {border: 1px solid #d5d5d5; background: #fff;border-radius: 0px;padding: 9px 13px;height: 44px;width: 100%;}
.form .input:focus {border:1px solid #ccc; box-shadow: 0px 0px 5px rgba(0,0,0,0.1)}
.form > li > ul{width:100%;display:flex;flex-wrap:wrap; list-style: none; padding: 0}
.form > li > ul >li:first-child{padding-right:10px}
.form > li > ul >li{max-width:50%;flex-basis:50%;position:relative}
.form label.error {font-size: 11px;color: #f00; margin-bottom: 0px;}
.floating-input, .floating-select, .floating-textarea {border: 1px solid #ddd; background: #fff; border-radius:0px;padding: 9px 13px; height: 44px; width: 100%;}
.floating-placeholder {color:#858a8b; font-size:14px; font-weight:normal;position:absolute;pointer-events:none;left:14px; top:12px; transition:0.2s ease all; -moz-transition:0.2s ease all;  -webkit-transition:0.2s ease all;}
.intl-input .floating-placeholder {left: 52px}
.floating-input:focus, .floating-select:focus, .floating-textarea:focus {border:1px solid #9abac2; box-shadow: 0 0 5px rgba(0,0,0,0.1); background:#fcfeff}
.floating-input:focus ~ .floating-placeholder, .floating-input:not(:placeholder-shown) ~ .floating-placeholder {top:-6px; left:10px; font-size:12px; color:#333; background:#fff; padding: 0 3px; border-radius: 3px;}
.floating-select:focus ~ .floating-placeholder , .floating-select:not([value=""]):valid ~ .floating-placeholder {top:-6px; left:10px; font-size:12px;color:#333; background:#fff; padding: 0 3px; border-radius: 3px;}
.floating-textarea:focus ~ .floating-placeholder, .floating-textarea:not(:placeholder-shown) ~ .floating-placeholder {top:-6px; left:10px; font-size:12px; color:#333; background:#fff; padding: 0 3px; border-radius: 3px;}
.floating-input.error, .floating-select.error {border:1px solid red;}
.floating-input.error ~ .floating-placeholder, .floating-input.error:focus ~ .floating-placeholder, .floating-input.error:not(:placeholder-shown) ~ .floating-placeholder {color:red;}
.floating-select.error ~ .floating-placeholder, .floating-select.error:focus ~ .floating-placeholder , .floating-select.error:not([value=""]):valid ~ .floating-placeholder {color:red;}

.testm-row .item {padding: 0 3px; height: 100%}
.testm {border:1px solid #999; padding: 30px; font-size:17px; height: 100%; background:#fff}
.testm .usr-img {width: 55px; height: 55px; margin: 0 auto; position: relative; border-radius: 50%; overflow: hidden; background: #ddd; margin-bottom: 15px;}
.testm .usr-img img {position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%);}
.testm-name {font-size: 17px; color:#333; margin-bottom: 17px;}
.testm-prd-img {width: 100%; height:250px; margin: 0 auto 17px; position: relative; border:1px solid #eaeaea;}
.testm-prd-img img {position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%);}
.testm-msg {color:#8d8d8d; font-style:italic;}

/* .wlc-sect .title {font-size: 18px; color:#333} */
.wlc-sect {color:#4d4d4d; line-height: 25px; font-weight: 300; margin:0 auto;}
.wlc-sect b {font-weight: 500}
.wlc-sect div, .wlc-sect p {margin-bottom: 12px;}

.translate-wrap {text-align: center; padding-top: 20px; display: flex; justify-content: center; align-items: center;}
.translate-wrap .skiptranslate {display: inline-block !important; visibility: visible !important;}
.clang-title {padding-right: 5px;}

.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 15px 8px 5px}
#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;}

/*-----------------ScrollTop-----------------*/
.scrollTop{position:fixed;bottom:95px;right:25px;border-radius:50%;width:50px;height:50px;text-align:center;cursor:pointer;z-index:9;opacity:0;transition:all .3s;cursor:pointer}
.scrollTop:after{position:absolute;content:'\f30c';font-family:'Font Awesome 5 Free';font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s}
.scrollTop:hover:after{top:40%}
.scrollTop.active{opacity:1}
.scrollTop{background:rgba(0,0,0,0.5);color:#fff}
.scrollTop:hover{background:rgba(0,0,0,0.8)}

footer {padding: 40px 0; font-size: 15px;}
footer .title {font-size:20px; margin-bottom: 32px; position: relative;}
footer .title:after {position: absolute; width: 60px; content: ''; height: 3px; left: 0px; top:30px; z-index: 1}
footer .links li {position: relative; padding-left:20px;}
footer .links li:not(:last-child){margin-bottom:12px}
footer .links li:before {position:absolute;top:2px;left:3px;content:'\f054';font-family:'Font Awesome 5 Free'; font-weight: 600; font-size: 12px;}
footer .our-prod .prod-box figure {position: relative; width: 80px; height: 80px; border-radius: 3px; overflow: hidden; margin: 0px;}
footer .our-prod .prod-box img {max-width: 100%; max-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all 0.3s}
footer .our-prod .prod-box figure:hover img {transform: scale(1.2) translate(-45%,-45%) rotate(5deg);;}
footer .our-prod li {width: 80px; display: inline-block; margin: 5px;}

.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:35px;height:35px;line-height:35px;display:inline-block}
.social-icons li i{transition:all .3s}  
.social-icons li a:hover i{transform:rotate(25deg) scale(1.2)}
.quick-contact li{position:relative;padding-left:27px;}
.quick-contact li:not(:last-child){margin-bottom: 15px;}
.quick-contact li:before{position:absolute;top:2px;left:0;font-family:'Font Awesome 5 Free'; font-weight: 600; width:20px;text-align:center}
.quick-contact li.name:before{content:'\f007'; font-weight: 500;}
.quick-contact li.address:before{content:'\f3c5'}
.quick-contact li.email:before{content:'\f0e0'; font-weight: 500;}
.quick-contact li.phone:before{content:'\f2a0';}
.quick-contact li.mobile:before{content:'\f3cd';}
.quick-contact li.website:before{content:'\f57e';}
.quick-contact li.toll-free:before{content:'\f590';}
.quick-contact li.skype:before{content:'\f17e'; font-family:'Font Awesome 5 Brands';}
.quick-contact li.whatsapp:before{content:'\f232'; font-family:'Font Awesome 5 Brands';}
.copyright {padding:10px 0; font-size: 13px;}
.copyright p {margin: 8px 10px; display: inline-block;}

footer {background:#343a40; border-top:3px solid #282d31;}
footer a {color: #fff}
footer a:hover {color: #3582d0}
footer .title:after {background:#3582d0;}
footer .our-prod .prod-box figure {background:#fff;}
.social-icons li a{color:#333;background:#fff}
.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}
.quick-contact li:before {color:#3582d0}
.contact-3 .contact-d .contact-box .fa {color:#3582d0;}
.copyright {background:#282d31;}
.copyright a {color:#3582d0}


.oh {overflow: hidden;}
@media(max-width: 1200px){
	.h-slide {height: auto;}
}

@media(max-width: 991px){
	.t-strip {display: none;}
	.header {padding:10px 0 10px; box-shadow: 0px 3px 5px rgba(0,0,0,0.08); position: relative; z-index: 10}
	.nav-head {display: flex !important;}
	.nav-icon-wrap {display: block; font-size:18px;}
	.hl-c {display:none;}
	.lang-chng-m-w {display: block;}
	.lang-chng-m .fa-globe {font-size: 18px;}
	.lang-chng-m .fa-chevron-down {font-size: 10px;}
	.header .logo figure {max-width: 230px; height: auto;}
	.header .logo figure img {width: 134px; height: 45px;}
	.h-box {flex-wrap: wrap;}
	.h-box .logo-wrap {order: 1; line-height: normal; flex: 1; padding-left: 15px;}
	.h-box .s-box-wrap {order: 3; flex-basis: 100%; max-width: 100%; margin:10px 0 0;}
	.h-box .h-links-wrap {order: 2}
	.hl-box .icon {padding-right: 0px;}
	.hl-box .hl-c {display: none;}
	.h-links > *:not(:last-child) {padding-right: 5px;}
	.header .logo {font-size: 22px;}
	.main-nav {display: none; border-top: none}
	.main-nav.active {display: block; position: fixed; top: 0; left: 0; background:#fff; z-index:100; width: 280px; height: 100vh; transition:all .2s;box-shadow: 2px 2px 4px rgba(0,0,0,0.3);}
	.main-nav.active .nav-head {display: block;}

	body.active:before {position: fixed !important;background: rgba(0,0,0,0.6);content: '';width: 100%;height: 100%;z-index: 99;}
	.main-nav .nav {max-height:calc(100vh - 58px); overflow: auto; padding-bottom: 50px;}
	.nav .item {width: 100%}
	.nav .item:not(:last-child) {margin-right: 0px;}
	.nav .item-link {display: block; padding: 7px 0;}
	.nav .item-link i {display: inline-block; float: right; padding-top: 5px;}
	.sub-menu-wrap {position: relative; top: auto; padding:0px; box-shadow: none;}
	.sub-links2 {padding-left: 17px;}
	.sub-links > * {flex-basis: 50%; max-width: 50%; padding: 4px 0}
	.sub-links li {position: relative;}
	.sub-links li:before {position: absolute; top: 6px; left: -12px; content: '\f105';font-size: 12px; color:#999;  font-weight: 600; font-family:"Font Awesome 5 Free"}

	
	.m-slide {display: block !important;}
	.container {padding-left: 10px; padding-right: 10px;}
	.row {margin-left: -10px; margin-right: -10px;}
	.m-slide .owl-nav {display: none;}	
	.footer ul{margin-top:5px}
	.sect-heading {padding-bottom: 17px;}
	.sect-heading .title {font-size:16px; font-weight: 500; text-transform: capitalize !important; margin-bottom: 7px;}
	.sect-heading .desc {font-size:14px;}
	.pp-box-m {display: block; white-space: nowrap; overflow:auto;}
	.pp-box-m .item {max-width: 160px; width: 160px; display: inline-block;}
	.pp-box-m .item:not(:last-child) {margin-right:12px;}
	.pp-box .title {white-space: normal;}
	.sect {padding: 25px 0}
	.sect-heading .title2 {margin-bottom: 15px;}
	.btn {border-radius:30px; font-size: 14px;}
	.testm {padding: 15px;}
	.testm .usr-img {margin-bottom: 5px;}
	.testm-name {margin-bottom: 10px;}

	.wlc-sect {font-size: 15px; line-height:21px;}

	.whatsapp-float.left {left: 15px; bottom: 15px; width: 60px; height: 60px; line-height: 60px;}
	.whatsapp-float a {font-size: 26px;}
	.scrollTop {right: 15px; bottom: 80px;}
}
@media(max-width: 800px){
	.t-strip {display: none;}
}
@media(max-width: 767px){
	.m-slide {display: block;}
	.box, .one-request {border-radius: 7px}
	.box .box-c {width: 100%; max-width: 100%; bottom:15px;}
	.box .box-links {font-size: 14px; display: none;}
	.box .title a {font-size: 14px;}
	.box-row {margin-left: -5px; margin-right: -5px; margin-bottom:7px;}
	.box-row > * {margin-bottom: 10px; padding: 0 5px}
	.sub-links > * {flex-basis: 100%;  max-width: 100%;}
	.h-slide {max-height:180px; border:none; background: #e2e2e2}

	.box:after {height: 170px;}
}

.innerbody {display: flex;}
.innerbody .left {max-width: 280px; width: 280px; padding-right: 15px; margin-right: 15px; border-right: 1px solid #e0e0e0}
.innerbody .right {flex:1;}
.innerbody .sect-heading .title {font-size:24px; font-weight: 400; text-transform:unset; color:#333}
.innerbody .sect-heading .title span {font-size:14px; font-weight: 400}

.innerbody2 {display: flex;}
.innerbody2 .box2 {padding: 15px; background:#fff; box-shadow: 0px 0px 5px rgba(0,0,0,0.05);}
.innerbody2 .left {flex: 1; padding-right:10px;}
.innerbody2 .right {max-width: 300px; width: 300px}

.innerbody3 {display: flex;}
.innerbody3 .box {padding: 15px; background:#fff; margin-bottom: 15px;}
.innerbody3 .left {flex: 1; padding-right:10px;}
.innerbody3 .right {max-width: 350px; width: 350px}

.sub-title {font-size: 17px; font-weight: 700; border-bottom: 1px solid #ddd; padding-bottom:7px; margin-bottom: 7px; text-transform:uppercase;}
.innerbody3 .title2 {font-size:20px; font-weight: 700; border-bottom: 1px solid #ddd; padding-bottom:7px; margin-bottom: 7px; text-transform:uppercase;}

.prd-dtl-row {display: flex; margin-bottom: 10px;}
.prd-dtl-row .prd-img {max-width: 300px; width: 300px; border-right: 1px solid #ddd; padding-right: 15px; text-align: center;}
.prd-dtl-row .prd-img .big-img {margin: 0 auto; width:100%; height:300px; position: relative; border:1px solid #eee; overflow: hidden;}
.prd-dtl-row .prd-img .big-img img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 99%; max-height: 99%}
.prd-thumb {margin-top: 10px; padding: 0 10px; z-index: 0 !important}
.prd-thumb .item {padding:7px;}
.prd-thumb figure {width:60px; height: 60px; border:1px solid #eee; cursor: pointer; margin: 0 auto}
.prd-thumb figure.active {border:1px solid #ff6a00; box-shadow: 0px 2px 5px rgba(0,0,0,0.2)}
.prd-thumb figure img {max-width: 100%; max-height: 100%; width: auto !important}
.prd-thumb.owl-theme .owl-nav {margin: 0px;}
.prd-thumb.owl-theme .owl-nav span {position: relative; top: -2px}
.prd-thumb.owl-theme .owl-nav [class*=owl-] {position: absolute; top: 50%; transform: translateY(-50%); background:rgba(0,0,0,0.1); margin: 0; font-size:20px; padding:14px 3px !important; display: inline-block; color:#333;}
.prd-thumb.owl-theme .owl-nav [class*=owl-]:hover {background:rgba(0,0,0,0.15); color:#000}
.prd-thumb.owl-theme .owl-nav .owl-prev {left: 0; border-radius:0px}
.prd-thumb.owl-theme .owl-nav .owl-next {right: 0; border-radius:0px}
.owl-stage {margin: 0 auto; display: flex;}
.prd-dtl-row .prd-dtl {flex:1; padding-left:20px;}
.prd-title {font-size:22px; line-height:35px; font-weight: 700; margin-bottom:0px}
.prd-brnd {font-size: 15px; color:#666; margin-bottom: 12px;}
.prd-att-tbl {font-size: 14px;}
.prd-att-tbl .title {font-size: 17px; margin-bottom:2px;}
.prd-att-tbl table {width: 100%; color:#8c8a8a}
.prd-att-tbl table {width: 100%;}
.prd-att-tbl .link {padding-top:7px; display: inline-block;}
.prd-p {font-size: 28px; line-height: normal; font-weight: 600}
.prd-p i {font-size:22px; margin-right: 2px; position: relative; top:-1px}
.prd-p span {font-size: 14px; color:#666; font-weight: 400}
.prd-gst {padding-top: 5px;}
.prd-qty {padding:10px 0; margin-top: 15px; border-top: 1px solid #ddd}
.prd-qty .title {font-size: 13px; font-weight: 600; margin-bottom:5px;}
.qty-box {display:flex; border:1px solid #ddd;}
.qty-box button {font-size: 13px; padding:5px 10px; width: 30px; color:#999}
.qty-box button, .qty-box input {background: none; border:none; text-align: center;}
.qty-box input {flex:1; width: 100%}
.qty-box > *:first-child {border-right: 1px solid #ddd}
.qty-box > *:last-child {border-left: 1px solid #ddd}
.prd-qty .moq {font-size: 13px; color:#666; padding-top: 3px;}
.prd-action {padding-top:10px;}
.need-help {text-align: center;padding: 10px 0; font-weight: 600; font-size: 16px;}
.need-help i {margin-right:5px;}
.prd-tabs {margin-top:30px; font-weight: 600; text-transform:uppercase; background:#fff; position: sticky; top: 0}
.prd-tab-c {border:1px solid #dee2e6; border-top: none; padding: 15px; font-size: 14px; color:#666; font-weight: 300}
.prd-tab-c .tab-pane * {margin-bottom: 15px;}
.prd-tab-c .tab-pane h1, .prd-tab-c .tab-pane h2, .prd-tab-c .tab-pane h3, .prd-tab-c .tab-pane h4, .prd-tab-c .tab-pane h5, .prd-tab-c .tab-pane h6 {font-size: 15px; font-weight: 600; margin-bottom: 10px;}
.prd-tab-c .tab-pane ul {margin:0 0 15px; padding-left: 25px;}
.prd-tab-c .tab-pane ul li {margin: 0;}
.speci-table {width: 100%}
.speci-table td {padding:7px 5px; border-bottom: 1px solid #dee2e6}
.speci-table td:first-child {width:170px}
.speci-table td:nth-child(2) {width:10px}
.speci-table td:last-child {font-weight: 600; color:#333}
.prd-box-row .item {margin-bottom:20px;}
.prd-box {background:#fff; padding: 15px; text-align: center; position: relative; border: 1px solid #fff; height: 100%; box-shadow: 0px 0px 5px rgba(0,0,0,0.05);}
.prd-box:hover {border:1px solid #144088; box-shadow: 0px 4px 5px rgba(0,0,0,0.2)}
.prd-box:hover figure img {opacity: 0.8; transform:translate(-50%, -50%) scale(1.1);}
.prd-box figure {margin: 0 auto 12px; display: block; height: 200px; position: relative; overflow: hidden;}
.prd-box figure img {position: absolute; max-width: 100%; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s ease-in-out}
.prd-box .title {font-size: 15px; color:#666; margin-bottom: 7px; display: block; height: 44px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.prd-box .title:hover {color:#333; text-decoration: none;}
.prd-box .brnd {font-size: 13px; color:#999; margin-bottom: 7px;}
.prd-box .brnd b {font-weight: 600}
.prd-box .prc {font-size: 17px; font-weight: 700; margin-bottom: 10px;}
.prd-box .prc i {font-size:14px; margin-right: 3px;}
.prd-box .action {display: flex; width: 100%}
.prd-box .action > *:nth-child(2) {padding-left:10px;}
.prd-box .action .btn {font-size: 15px; border-radius: 2px; font-weight: 600}
.prd-box .moq {background:#edfbfd; color:#058b9e; border:1px solid #058b9e; font-size: 13px; padding: 3px 7px; border-radius: 2px; margin-top: 10px;}
.s-min {position: absolute; top: 10px; left: 10px; background:#fffcf0; border:1px solid #ccc; border-radius: 2px; padding: 2px 3px; font-size: 10px; font-weight: 600; line-height:12px; cursor: pointer;}
.s-min:hover {box-shadow:0px 2px 4px rgba(0,0,0,0.1)}
.s-min i {vertical-align: middle; margin-right:2px;}
.s-min span {vertical-align: middle;}

@media(max-width: 991px){
	.innerbody2 {flex-wrap: wrap; position: relative;z-index:5}
	.innerbody3 {position: relative;z-index:5}
	.pr-box-right {display: none;}
	.prd-p-box-l {padding-top: 17px;}
	.prd-action {position: fixed; bottom: 0px; left: 0px; width: 100%; z-index:999; background: #fff; display: flex; padding-top: 0px; box-shadow: 2px 0px 5px rgba(0,0,0,0.5)}
	.prd-action > * {height: 100%; margin-bottom: 0px !important; padding: 10px 15px; border-radius: 0px;}
	.pr-checkout {position: fixed; bottom: 0px; left: 0px; width: 100%; z-index:999; background: #fff; display: flex; padding-top: 0px; box-shadow: 2px 0px 5px rgba(0,0,0,0.5)}
	.pr-checkout .btn {border-radius: 0px; padding: 10px 15px}
	.prd-p-box-l .qty-box {max-width: 150px;}
	.innerbody3 {flex-wrap: wrap;}
	.innerbody3 .left {padding-right: 0px;}
	.innerbody3 > * {flex-basis: 100% !important; max-width: 100% !important; width: 100% !important}
	.cart-box {align-items: flex-start;}
	.cart-box figure {max-width: 90px;flex-basis: 90px;}
	.cart-c .title {font-weight: 600}
	.speci-table td:first-child {width:100px;}
	.prd-tab-c {padding: 7px;}
}
@media(max-width:767px){
	.prd-dtl-row {flex-wrap: wrap; justify-content: center;}
	.innerbody2 .left, .innerbody2 .right {width: 100%; max-width: 100%}
	.prd-dtl-row .prd-img {max-width:100%; width: 100%; border:none; padding-right: 0px; margin-bottom: 15px;}
	.prd-dtl-row .prd-img .big-img {height: 250px;}
	.prd-dtl-row .prd-dtl {padding-left: 0px; flex-basis: 100%; max-width: 100%}
	.prd-title {font-size:20px; line-height: 25px;}
}

@media(max-width:575px){
.arrow1.owl-theme .owl-nav .owl-prev {left: 0px !important;} 
.arrow1.owl-theme .owl-nav .owl-next {right: 0px !important;} 
}

@media(max-width:414px){
	.prd-dtl-row .prd-img {max-width:320px;}
	.prd-dtl-row .prd-img .big-img {height: 320px;}
	.box:after {height: 100px;}
}
@media(max-width:380px){
	.prd-dtl-row .prd-img {max-width:300px;}
	.prd-dtl-row .prd-img .big-img {height: 300px;}
	.nav-tabs .nav-link {padding: 10px 15px;}
}
@media(max-width:360px){
	.prd-dtl-row .prd-img {max-width:260px;}
	.prd-dtl-row .prd-img .big-img {height: 260px;}
	.nav-tabs .nav-link {padding: 10px 10px;}
}


/*BreaadCrumb*/
.breadcrumb{width:100%;font-size:12px;font-weight:300;color:#000; padding: 0px; background:none; padding-top: 15px;}
.breadcrumb::-webkit-scrollbar{display:none}
.breadcrumb li{display:inline-block;position:relative;padding:0 5px 0 15px}
.breadcrumb li:after{position:absolute;content:"/";left:0;display:inline-block}
.breadcrumb li:first-child:after{content:''; padding-left: 0px;}
.breadcrumb li:first-child{padding-left:0}
.breadcrumb li:last-child{padding-right:0}
.breadcrumb li a{color:#666}

.flt-head {display: none;}
.flt .title {text-transform: uppercase; font-size: 15px; font-weight: 600; margin-bottom: 7px; overflow: hidden;}
.flt .title .link {text-transform:capitalize; font-size: 13px; float: right; font-weight: 400}
.flt-list {list-style: none; padding: 0; margin: 0; font-size: 14px; line-height:20px; max-height: 215px; overflow: auto;}

.flt-list::-webkit-scrollbar {display:block; width:4px; border-radius: 3px;}
.flt-list::-webkit-scrollbar-track {background: #f1f1f1;}
.flt-list::-webkit-scrollbar-thumb {background: #ccc;}
.flt-list::-webkit-scrollbar-thumb:hover {background: #999;}

.flt-list li:not(:last-child) {margin-bottom:5px;}
.flt-list li a {color:#666;}
.flt-list li a.active {font-weight: 600; color:#0d76ad}
.flt-list li a:hover {color:#333; text-decoration: none;}
.flt-list label {margin: 0;}
.flt-list label input {width: 15px; height: 15px; margin-right: 3px; vertical-align: middle;}
.flt {background:#fff; box-shadow: 0px 0px 5px rgba(0,0,0,0.05); padding:10px 12px}
.flt .item {border-bottom: 1px dashed #ccc; padding:12px 0}
.flt .item:first-child {padding-top: 0px;}
.flt .item:last-child {padding-bottom: 0px; border-bottom: none;}
.pback {color: #666; font-size: 14px;}
.pback:hover {color:#333; text-decoration: none;}
.flt-m {display: none;}

@media(max-width: 991px){
	.breadcrumb-sect {display: none;}
	.innerbody {flex-wrap: wrap;}
	.innerbody .left {padding: 0px; margin: 0px; border:none; display: none;}
	.innerbody .flt-m {display: flex; justify-content: space-between; width: 100%; align-items: center; background:#eee; padding: 5px 7px; margin-bottom:10px;}
	.innerbody .flt-btn {border:1px solid #ddd; display: inline-block; border-radius: 3px; padding: 3px 7px; background: #fff; display: inline-block;}
	.innerbody .flt-btn i {color: #666}
	.innerbody .left.active {display: block;}
	.innerbody .left.active .flt {display:block; position: fixed; top: 0; left: 0; background:#fff; width: 100%; height: 100vh; padding: 15px; z-index: 5; overflow: auto;}
}


/*Modal*/
.modal-backdrop.show {opacity: 0.8 !important}
.modal-header {background: #eef6f9; padding: 10px 15px;}
.modal-header .close span {display: inline-block; width:22px; height:22px; line-height:22px; text-align: center; background:#ccc; border-radius: 50%}
.modal-footer {padding: 7px 15px}
.input-title {font-weight: 400; color: #666; font-size: 12px;}
.effect-input {position: relative;}
.effect-input .form-control {border:none; border-bottom: 1px solid #eee; padding-left: 0px; border-radius: 0px; font-size: 14px; color:#000}
.effect-input .form-control ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.effect-input .form-control:focus ~ .focus-border{width: 100%; transition: 0.4s;}
.input-icon {position: absolute; bottom:7px; left:5px}
.input-icon ~ .form-control {padding-left:25px;}
.datepicker.dropdown-menu {min-width: auto;}
.datepicker.dropdown-menu:before {bottom: -7px; left: 6px; top: auto;}
.datepicker.dropdown-menu:after {top: auto; left: 7px; bottom: -6px;}
.close2 {position: absolute; top: 0; right: 0; width:38px; height: 38px; line-height: 38px; text-align: center; font-size: 22px; color:#666; display: inline-block; z-index: 99}
.close2:hover {text-decoration: none;}

.lgn-pop {padding: 20px}
.lgn-pop .title, .modal-body .title {font-size: 24px; line-height: normal; font-weight: 600; margin-bottom: 15px;}
.form-list {display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; margin-bottom: 0px; list-style:none; padding: 0; font-size: 15px}
.form-list > li {padding: 0 15px; margin-bottom:17px;}
.form-list > li:last-child {margin-bottom: 0px;}
.form-list > li > ul {width: 100%;display: flex; flex-wrap: wrap; list-style: none; padding: 0}
.form-list > li > ul >li:first-child {padding-right: 10px;}
.form-list > li > ul >li {max-width: 50%;flex-basis: 50%;position: relative;}
.toggle-password {position: absolute; top:27px; right:0px; cursor: pointer; color:#999; width: 25px; text-align: center;}
.toggle-password:hover {color:#666}
.error {font-size: 12px; color: #f00; margin-top: 3px;}

.inner-head .title {font-size: 32px; font-weight: 600}
.inner-head .desc {font-size:16px; font-weight: 300; max-width: 600px; margin: 0 auto; opacity: 0.8}

.appl-flt {display: block; font-size: 12px;}
.appl-flt .ttl {color:#455a64; font-weight: 600; display: inline-block; margin-right: 3px;}
.appl-flt ul {display: inline-flex; flex-wrap: wrap; align-items: center; line-height:normal; list-style: none; padding: 0px;}
.appl-flt ul li {background:#fff; border:1px solid #ddd; padding:2px 4px; color:#90a4ae; border-radius: 3px; margin:0 5px 3px 0;}
.appl-flt ul li span {color: #203239}
.appl-flt ul li a {display:inline-block; padding:1px 3px 1px 5px; color:#d8948d}
.appl-flt ul li a:hover {color:#d26054}
.appl-flt .all-clear {border:none;}
.appl-flt .all-clear a {color:#0d76ad}
.appl-flt .all-clear a:hover {color:#ff6a00}

.static {padding: 15px;background: #fff; margin-bottom: 15px;}
.static .title2 {font-size: 20px;font-weight: 700;border-bottom: 1px solid #ddd;padding-bottom: 7px;margin-bottom: 7px;text-transform: uppercase;}
.static .content {color:#333; font-weight: 300}
.static .content > * {margin-bottom: 12px;}

.contact {max-width: 767px; margin: 0 auto}
.contact .title {font-weight:600;font-size:40px;text-align:center}
.contact .desc{font-weight:400;font-size:18px;color:#9b9b9b; margin-bottom: 25px;}
.contact input:focus ~ label, .contact textarea:focus ~ label, .contact textarea:valid ~ label{color:#999;top:-5px;-webkit-transition:all .225s ease;transition:all .225s ease}
.styled-input{width:100%;margin-bottom: 17px;position:relative;border-radius:4px}
.styled-input label{font-size:13px; color:#999;padding:1.3rem 30px 1rem;position:absolute;top:-5px;left:0;-webkit-transition:all .25s ease;transition:all .25s ease;pointer-events:none}
.contact input, .contact textarea{padding:30px;border:0;width:100%;font-size:1rem;background-color:#fff;color:#000;border-radius:4px; box-shadow: 0px 2px 5px rgba(0,0,0,0.1)}
.contact input:focus, .contacttextarea:focus{outline:0}
.contact input:focus ~ span, .contact textarea:focus ~ span{width:100%;-webkit-transition:all .075s ease;transition:all .075s ease}
.contact textarea{width:100%;min-height:15em}
.contact input[type=checkbox] + label{color:#ccc;font-style:italic}
.contact input[type=checkbox]:checked + label{color:red;font-style:normal}
.contact .btn {font-size: 17px; padding: 10px 17px;}
@media(max-width: 767px){
	.contact .title {font-size:28px;}
	.contact .desc {font-size:17px;}
	.static .content {font-size: 14px}
}

.about-container {padding: 0 0 35px}
.about-sect {padding-top: 35px;}
.about-main{font-family:"Open Sans",sans-serif;margin:0 auto}
.about-main .container {max-width: 950px;}
.about-top{width:100%;background:#171b23;position:relative;margin:0;z-index:3;border-radius:0; padding: 70px 0}
.about-head{max-width:1350px;margin:0 auto}
.about-head a{text-decoration:none}
.about-head .top-box{max-width:950px;margin:0 auto}
.about-head h1{text-align:center;color:#fff;font-size:40px;font-weight:700;margin-bottom:20px}
.about-head p{text-align:center;color:#6f7782;font-size:18px;font-weight:500;margin:0;margin-bottom:15px}
.about-main .title{color:#074e8c; font-size: 25px;}
.about-main {color:#676a6c}
.about-main ul{margin-top:30px;list-style-image:url(../images/bullet.svg)}
.about-main ul li{line-height:25px;padding-left:5px;color:#676a6c}
@media (max-width:767px) {
.about-top {padding: 30px 0}
.about-head h1{font-size:28px}
.about-head p{font-size:15px}
.about-head p br {display: none;}
.about-main .title{font-size:20px;}
}

.skiptranslate {display: none !important; visibility: hidden !important;}
.goog-text-highlight {background: none !important; box-shadow: none !important}

.success-message {text-align: center;max-width: 500px;}
.success-message-icon {max-width: 75px; margin-bottom: 15px;}
.success-message-title {color: #3DC480; font-size: 23px;}
.success-message-content {color: #666;}
.icon-checkmark circle {fill: #3DC480; transform-origin: 50% 50%; transform: scale(0); transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);}
.icon-checkmark path {transition: stroke-dashoffset 350ms ease; transition-delay: 100ms;}
.icon-checkmark circle {transform: scale(1);}

.error-page {padding: 40px 0}
.error-page .title {font-size: 150px;}
.error-page .heading-1 {text-transform: uppercase; font-size: 28px;line-height: 30px; margin-bottom: 20px;}
.error-page .heading-2 {font-size: 16px; margin-bottom: 22px;}

@media(max-width: 640px){
	.error-page .title {font-size:100px;}
	.error-page .heading-1 {font-size:18px;line-height:normal;}
	.error-page .heading-2 {font-size: 14px; }
}

.error {font-size: 12px; color: #f00; margin: 0}
.error-bdr ~ .focus-border{background:#f00 !important; width: 100% !important;}



.hscroll {white-space: nowrap; width: 100%; overflow: auto;}

body.active {overflow: hidden;}
body.active:before {position: fixed !important;background: rgba(0,0,0,0.6); content: ''; width: 100%;height: 100%;z-index: 100;}
