@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import 'font-awesome.css';

/* Clear CSS */
.clearfix { }
.clear { clear:both;}
.clearfix:after{ content: "."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}

.hover { transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.hover3 { transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s;}

.flex-fill { flex: 1 1 auto !important;}
.d-flex { display: flex !important;}

.padding-0 { padding-left: 0; padding-right: 0;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-size:14px; font-family: 'Lato', sans-serif; font-weight:400; color:#222; word-wrap:break-word; margin:0px; padding:0px; width:100%; height:100%; overflow-x: hidden;}

header { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 999;}

#top-header {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.header-pages ul { margin: 0; padding: 0; }
.header-pages ul li{ list-style: none; display: inline-block; margin-right: 25px; }
.header-pages ul li a { display: block; color: #fff; font-size: 12px; text-transform: uppercase;  padding: 11px 0; transition: all 0.5s ease; }
.header-pages ul li a:hover {  opacity: 0.4; text-decoration: none}
.header-icons{ text-align: right;}
.header-icons ul {  margin: 0; padding: 0; }
.header-icons ul li { list-style: none; display: inline-block;  border-right: 1px solid rgba(255, 255, 255, 0.2); }
.header-icons ul li a { display: block; color: #fff; padding: 10px 10px; font-size: 13px; transition: all 0.5s ease; }
.header-icons ul li a:hover { opacity: 0.4; }

section.main-cats { position: relative; top: -70px;}
.cat-block { overflow: hidden; position: relative;}
.cat-block::before { position: absolute; top: 0; left: 50%; width: 120%; height: 100px; background: rgba(255, 255, 255, 0.3); content: ''; transition: transform 0.9s; z-index: 1; transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0); backface-visibility: hidden; }
.cat-block:hover::before { transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);}
.cat-block a { display: block; overflow: hidden;}
.cat-block a img { transition: all 0.9s; backface-visibility: hidden;}
.cat-block:hover a img { transform: scale(1.15);}
.cat-block a .cat-name { position: absolute; top: 50%; left: 0; right: 0; text-align: center; text-transform: uppercase; color: #fff; padding: 0 22px; transform: translateY(-50%);}
.cat-block a .cat-name h3 { font-weight: 900; font-size: 24px;}

section.featured { background: #f4f4f4; padding: 40px 0 10px; margin: 40px 0;}
.feature-title { text-align: center; margin-bottom: 30px;}
.feature-title h2 { margin: 0 0 10px; padding: 0; font-weight: 900; text-transform: uppercase;}
.feature-title p { color: #666667; font-size: 17px; margin: 0; padding: 0; font-weight: 300;}

.product-block { background: #fff; text-align: center; padding: 8px; border: 1px solid #ccc; position: relative; margin-bottom: 30px;}
.product-block:hover { border-color: #101415;}
.product-block .prd-img { margin-bottom: 10px; overflow: hidden; position: relative;}
.product-block .prd-img .img01 { opacity: 1; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.product-block .prd-img .img02 { opacity: 0; transform: rotateY(-90deg); position: absolute; top: 0;left: 0; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.product-block .prd-img:hover .img02{ opacity: 1; transform: rotateY(0);}
.product-block .prd-buttons { position: absolute; top: 110px; left: 56%; perspective: 200px; margin-left: -56px; display: flex; vertical-align: top;}
.product-block .prd-buttons a { right: -50px; bottom: -50px; position: relative; transition: .5s ease-in-out; opacity: 0}
.product-block .prd-buttons button { top: -50px; left: -50px; position: relative; transition: .5s ease-in-out; opacity: 0}
.product-block .prd-buttons a i, .product-block .prd-buttons button i { background: #ffd200; width: 36px; line-height: 36px; font-size: 16px; text-align: center; color: #101415; display: block; margin: 0 5px; height: 36px; border: none; border-radius: 3px; transition: .5s ease-in-out;}
.product-block .prd-buttons a:hover i, .product-block .prd-buttons button:hover i { background: #101415; color: #fff;}
.product-block .prd-buttons button { background: none; border: none; padding: 0;}
.product-block:hover .prd-buttons a { bottom: 0; right: 0; opacity: 1}
.product-block:hover .prd-buttons button { left: 0; top: 0; opacity: 1}
.product-block .prd-details h3 { font-size: 14px; font-weight: 400; margin-top: 0; color: #101415;}
.product-block .prd-details h4 { font-weight: 300; font-size: 14px; color: #575e60;}


.breadcrumb-bottom-area { background: #101415; position: relative; overflow: hidden; padding: 18px 0; margin-bottom: 20px;}
.breadcrumb-bottom-area .left ul{ margin: 0; padding: 0;}
.breadcrumb-bottom-area .left ul li{ display: inline-block; margin-right: 6px; line-height: 20px; font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif;}
.breadcrumb-bottom-area .left ul li:last-child{ margin-right: 0;}
.breadcrumb-bottom-area .left ul li a { color: #fff; text-transform: capitalize; font-family: 'Poppins', sans-serif; transition: all 500ms ease;}
.breadcrumb-bottom-area .left ul li.active{ color: #ccc;    }
.breadcrumb-bottom-area .left ul li i{ font-size: 16px; color: #fff;}
.breadcrumb-bottom-area .left ul li a:hover{ color: #ffd200; text-decoration: none;}

.page-txt { font-weight:400; line-height:24px; margin-bottom:3rem; min-height:450px;}
.page-txt a { color: #222;}
.page-txt a:hover { color:#ffd200;}

.contact-form { margin-bottom: 20px;}
.contact-form h4 { margin-bottom:0.3em; letter-spacing:0.08em; line-height:1em; color:#000; text-transform:uppercase; font-weight:400; font-size:20px; text-align:center;}
.contact-form p { font-size:16px; line-height:23px; text-align:center; margin-bottom:22px; font-weight:400; color:#888;}

.form-group label { display:none;}
.form-group { position:relative;}
fieldset .required:after { color:#d73105; content:"*"; font-size:12px; left:-16px; margin:0 0 0 5px; position:absolute; top:8px; font-weight:400;}
.form-group .input-text { background:#f7f7f7; display:block; border:1px solid #ccc; color:#000; font-weight:400; line-height:2.3rem; padding:1.44rem 1rem; width:100%; font-size:14px; box-shadow:none; vertical-align:baseline; outline:none; font-family: "Ubuntu", sans-serif; border-radius: 5px;}
.form-group .input-text:hover, .form-group .input-text:focus { border-color:#ffd200;}
.submit-btn { text-align:right;}
.submit-btn button { background:#ffd200; color:#101415; text-transform:uppercase; font-size:14px; overflow:hidden; position:relative; display:inline-block; margin:0 0.25rem; padding:12px 30px; border-radius: 5px; border: none; font-weight: 600;}
.submit-btn button:hover { background: #101415; color: #fff;}
.map { margin-bottom: 20px;}

main.inner-page { min-height: 450px;}

.pagination { text-align:center; width:100%;}
.pagination a { background:#ffd200; border-radius:3px; padding:4px 10px; font-size:12px; font-weight:600; color:#fff; display:inline-block; text-transform:uppercase; margin:0;}
.pagination a:hover, .pagination a.paging_act{ background:#101415;}

.prod-details h1 { text-align:center; font-weight:700; font-size:24px; color: #101415; text-transform:uppercase; }
.prod-details h3 { font-weight:600; font-size:18px; color:#ffd200;}
.prod-details .description { min-height:150px; font-weight:400; font-size:13px; color:#999;}
.prod-details .description span { text-transform:uppercase; color:#101415; font-size:16px;}
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left; font-weight:600; font-size:12px; text-transform:uppercase; line-height:34px; margin:0; color: #101415;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400;}
.prod-details .prd-opt .form-control:focus { border-color: #ffd200; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 0, .6)}


.CartInfo {  min-height:400px; margin:0; padding:0;}
.CartInfo table { border-collapse:collapse; border-left:1px solid #ccc; border-right:1px solid #ddd; border-top:1px solid #ddd; margin-bottom:15px; width:100%; max-width:100%; background-color:#fff; border-spacing:0;}
.CartInfo thead td { background-color:#101415; border-bottom:1px solid #ddd; color:#fff; font-weight:600; outline:none;}
.CartInfo td { padding:7px; }
.CartInfo thead .image, .CartInfo thead .action { text-align:center;}
.CartInfo thead .productd, .CartInfo thead .quantity { text-align:left;}
.CartInfo tbody .image, .CartInfo tbody .action { text-align:center;}
.CartInfo tbody .action i { font-size:16px; color:#F00}
.CartInfo tbody td { border-bottom:1px solid #ddd; vertical-align:middle;}
.CartInfo tbody td input[type="text"] { background:#f2f2f2; width:50%; text-align:center; border-radius: 5px;}
.CartInfo tbody .productd h4 { font-weight:600; margin-bottom:10px; font-size:14px; text-transform:uppercase;}
.CartInfo tbody .productd h5 { font-size:12px; color:#888; margin-bottom:5px; font-weight:400;}
.CartInfo tbody .form-control { border-radius:0;}
.CartInfo tbody .productd p { color:#888; font-weight:400;}
.CartInfo tbody .form-control:focus { border-color:#ffd200;}
.CartInfo tbody .btn-success { background:#ffd200; border:none; font-size:14px; overflow:hidden; width:50%; margin-top:4px; padding:8px 12px; border-radius: 5px; color: #101415;}
.CartInfo tbody .btn-success:hover { background:#101415; color: #fff;}
h2.Total { text-align:right; font-size:20px; font-weight:700; text-transform:uppercase;}
h2.Total span { color:#ffd200}
.basket-btn { text-align:right;}
.basket-btn a { background:#ffd200; border:none; font-size:14px; color:#101415; display:inline-block; margin:0 0.25rem; padding:10px 20px; text-transform:uppercase; border-radius: 5px;}
.basket-btn a:hover { background:#101415; color: #fff; text-decoration:none;}

.SubmitText { text-align:center; color:#060; font-size:22px; font-weight:700; padding:5rem 0 8rem;}

.NoProd { text-align:center; color:#ccc; font-size:22px; padding:5rem 0 8rem;}

.EmptyCart { text-align:center; font-weight:600; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#ffd200;}
.EmptyCart a:hover { color:#101415;}












.cd-top { display:inline-block; height:48px; width:48px; text-align:center; font-size:24px; color:#101415 !important; background:#f2f2f2; line-height:40px; position:fixed; bottom:30px; right:30px; overflow:hidden; visibility:hidden; white-space:nowrap; opacity:0; transition: all 0.5s ease-in-out 0s; z-index:9999; border-radius: 0;}
.cd-top:hover { background:#ffd200; color: #fff !important;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { transition: all 0.5s ease-in-out 0s;}
.cd-top.cd-is-visible { visibility:visible; opacity:1; }
.cd-top.cd-fade-out { opacity:0.5; }
.no-touch .cd-top:hover { background:#ffd200; opacity:1; color:#fff; }

footer { background: #262626; width: 100%; padding: 40px 0; overflow: hidden; margin-top: 40px;}
footer h2 { border-bottom: 1px solid #383838; text-transform: uppercase; font-size: 18px; color: #fff; margin: 0 0 20px; padding: 0 0 15px; font-weight: 700;}
footer ul.contact { margin: 0; padding: 0}
footer ul.contact li { list-style: none; padding: 15px 0; color: #bbb;}
footer ul.contact li:not(:last-child) { border-bottom: 1px solid #383838;}
footer ul.contact li .icon { color: #ffd200; font-size: 20px; flex: 0 0 30px}
footer ul.contact li a { color: #bbb; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
footer ul.contact li a:hover, footer ul.f-links li a:hover { color: #ffd200; }
footer ul.f-links { margin: 0; padding: 0;}
footer ul.f-links li { list-style: none; margin-bottom: 7px;}
footer ul.f-links li a { color: #fff; font-size: 13px; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
footer ul.f-links li a:hover { padding-left: 5px;}
footer .news { margin-bottom: 15px; color: #fff;}
footer .news h4 { font-size: 14px; font-family: 'caviar_dreamsbold'; margin: 0; padding: 0; color: #ffd200; }
section.copy-rights { background: #101415; padding: 15px 0;}
section.copy-rights p { text-align: center; color: #bbb; margin: 0; padding: 0; font-size: 13px; line-height: 26px;}
section.copy-rights p a { color: #ffd200;}
section.copy-rights p a:hover { text-decoration: underline;}

----------------------- Custom Zad------------------------------
@media only screen and (min-width: 280px) and (max-width: 359px) {
.tus_header{height:auto; background-color:#212123; background:none}
.tus_logo img{margin:10px auto;}
.tus_border{ display:none;}
.tus_headm{margin:0px; float:none;}
.tus_basket{margin:10px 0 10px 0;}
.tus_search{right:45px;}
.tus_sbmsrch{margin:-35px 15px 0 0;}
.tus_inpsrch{width:100%;}
.tus_advance{margin-top:20px; padding:20px}
.tus_advance h5{font-size:15px;}
.tus_advance p{width:100%; font-size:12px; text-align:justify;}
.tus_servics{margin-bottom:15px}
.tus_heading h6{font-size:33px;}
.tus_welcom img{margin-top:20px;}
.tus_cheading h1{letter-spacing:8px;}
.tus_cheading h2{font-size:20px;}
.tus_videos{height:auto;}
.tus_videos h6{margin-top:50px; font-size:35px}
.tus_videos img{margin-top:20px; height:80px; margin-bottom:30px}
.tus_dlbox{width:100%; margin:0px; padding:20px}
.tus_dlbgs img{margin-top:15px}
.tus_process img{width:auto;}
.tus_clints h2{font-size:23px;}
.tus_clints p{text-align:justify; font-size:13px;}
.tus_dp{margin:0px 0 10px 0;}
.tus_custom .tus_cbox{width:100px; height:100px;}
.tus_ftrheading{margin-top:20px;}
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
.tus_header{height:auto; background-color:#212123; background:none}
.tus_logo img{margin:10px auto;}
.tus_border{ display:none;}
.tus_headm{margin:0px; float:none;}
.tus_basket{margin:10px 0 10px 0;}
.tus_search{right:45px;}
.tus_sbmsrch{margin:-35px 15px 0 0;}
.tus_inpsrch{width:100%;}
.tus_advance{margin-top:20px; padding:20px}
.tus_advance h5{font-size:20px;}
.tus_advance p{width:100%; font-size:12px; text-align:justify;}
.tus_servics{margin-bottom:15px}
.tus_heading h6{font-size:33px;}
.tus_welcom img{margin-top:20px;}
.tus_cheading h1{letter-spacing:8px;}
.tus_cheading h2{font-size:25px;}
.tus_videos{height:auto;}
.tus_videos h6{margin-top:50px; font-size:35px}
.tus_videos img{margin-top:20px; height:80px; margin-bottom:30px}
.tus_dlbox{width:100%; margin:0px; padding:20px}
.tus_dlbgs img{margin-top:15px}
.tus_process img{width:auto;}
.tus_clints h2{font-size:28px;}
.tus_clints p{text-align:justify; font-size:13px;}
.tus_dp{margin:0px 0 10px 0;}
.tus_custom .tus_cbox{width:100px; height:100px;}
.tus_ftrheading{margin-top:20px;}
}
@media only screen and (min-width: 480px) and (max-width: 666px) {
.tus_header{height:auto; background-color:#212123; background:none}
.tus_logo img{margin:10px auto;}
.tus_border{ display:none;}
.tus_headm{margin:0px; float:none;}
.tus_basket{margin:10px 0 10px 0;}
.tus_search{right:45px;}
.tus_sbmsrch{margin:-35px 15px 0 0;}
.tus_inpsrch{width:100%;}
.tus_advance{margin-top:20px; padding:20px}
.tus_advance p{width:100%; text-align:justify;}
.tus_servics{margin-bottom:15px}
.tus_welcom img{margin-top:20px;}
.tus_cheading h1{letter-spacing:8px;}
.tus_videos{height:auto;}
.tus_videos h6{margin-top:50px; font-size:35px}
.tus_videos img{margin-top:20px; height:100px; margin-bottom:30px}
.tus_dlbox{width:100%; margin:0px; padding:20px}
.tus_dlbgs img{margin-top:15px}
.tus_process img{width:auto;}
.tus_clints p{text-align:justify;}
.tus_dp{margin:0px 0 10px 0;}
.tus_custom .tus_cbox{width:130px; height:130px;}
.tus_ftrheading{margin-top:20px;}
}
@media only screen and (min-width: 667px) and (max-width: 767px) {
.tus_header{height:auto; background-color:#212123; background:none}
.tus_logo img{margin:10px auto;}
.tus_border{ display:none;}
.tus_headm{margin:0px; float:none;}
.tus_basket{margin:10px 0 10px 0;}
.tus_search{right:45px;}
.tus_sbmsrch{margin:-35px 15px 0 0;}
.tus_inpsrch{width:100%;}
.tus_advance{margin-top:20px; padding:20px}
.tus_advance p{width:100%; text-align:justify;}
.tus_servics{margin-bottom:15px}
.tus_welcom img{margin-top:20px;}
.tus_cheading h1{letter-spacing:8px;}
.tus_videos{height:auto;}
.tus_videos h6{margin-top:50px; font-size:35px}
.tus_videos img{margin-top:20px; height:100px; margin-bottom:30px}
.tus_dlbox{width:100%; margin:0px; padding:20px}
.tus_dlbgs img{margin-top:15px}
.tus_process img{width:auto;}
.tus_clints p{text-align:justify;}
.tus_dp{margin:0px 0 10px 0;}
.tus_custom .tus_cbox{width:130px; height:130px;}
.tus_ftrheading{margin-top:20px;}
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
.tus_headm{float:none; margin-top:35px;}
.tus_header{height:165px;}
.tus_basket{margin-top:40px;}
.tus_heading{margin-top:0px;}
.tus_catebg{margin-top:20px;}
.tus_videos{height:300px;}
.tus_videos h6{margin-top:120px;}
.tus_videos img{margin-top:100px;}
.tus_custom .tus_cbox{width:100px; height:100px;}
.tus_cheading h2{font-size:30px;}
.tus_dlbox{width:100%; padding:20px; margin:50px 0 0 0;}
.tus_sbmsing{padding:15px 12px;}
}
@media only screen and (min-width: 800px) and (max-width: 991px) {
.tus_headm{float:none; margin-top:35px;}
.tus_header{height:165px;}
.tus_basket{margin-top:40px;}
.tus_heading{margin-top:0px;}
.tus_catebg{margin-top:20px;}
.tus_videos{height:300px;}
.tus_videos h6{margin-top:120px;}
.tus_videos img{margin-top:100px;}
.tus_custom .tus_cbox{width:100px; height:100px;}
.tus_cheading h2{font-size:30px;}
.tus_dlbox{width:100%; padding:20px; margin:50px 0 0 0;}
.tus_sbmsing{padding:15px 12px;}
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
.tus_headm{float:none; margin-top:35px;}
.tus_header{height:165px;}
.tus_basket{margin-top:40px;}
.tus_heading{margin-top:0px;}
.tus_catebg{margin-top:20px;}
.tus_videos{height:300px;}
.tus_videos h6{margin-top:120px;}
.tus_videos img{margin-top:100px;}
.tus_custom .tus_cbox{width:100px; height:100px;}
.tus_cheading h2{font-size:30px;}
.tus_dlbox{width:100%; padding:20px; margin:50px 0 0 0;}
.tus_sbmsing{padding:15px 12px;}
.tus_mcate .tus_mcategories h5{font-size:12px; top:64px; left:-50px;}
.tus_mcate:nth-child(2n) .tus_mcategories h5{top:60px; left:55px; font-size:12px}
}

-----------------------------
/*------- Categories ------*/
.tus_catebg{
	margin:0px; padding:40px 0 40px 0; background:url(../images/catebg.jpg) no-repeat center top; background-attachment:fixed; background-size:cover;}
.tus_cheading{
	margin:15px 0 20px 0; padding:0px;}
.tus_cheading h1{
	margin:0px; padding:0px; font-size:17px; text-transform:uppercase; text-align:center; color:#bdbbbb; font-family:'Raleway', sans-serif; letter-spacing:15px}
.tus_cheading h2{
	margin:8px 0 0 0; padding:0px; font-size:35px; text-transform:uppercase; text-align:center; color:#db0404; font-family:'Raleway', sans-serif; letter-spacing:1px}
.flip-card {
  background-color: transparent;
  perspective: 1000px; margin:0px 0 20px 0; padding:0px; position:relative}

.flip-card-inner {
  position:relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  position:relative;
}

.flip-card-back {
  position:absolute; top:0; left:0; z-index:1;
  transform: rotateY(180deg);
}
.flip-card-back h1{
	margin:30px 0 20px 0; padding:0px 15px; color:#fff; font-size:18px; font-weight:bold; font-family:'Raleway', sans-serif; text-transform:uppercase}
.flip-card-back p{
	margin:0px 0; padding:0px 15px; color:#fff; font-size:13px; font-family:'Raleway', sans-serif; text-transform:capitalize}
.tus_products{
	margin:0px 0 15px 0; padding:15px; background-color:#fff; position:relative; border-radius:0.6em; transition:0.8s}
.tus_products img{
	margin:0 auto; padding:0px;}
.tus_products h3{
	margin:15px 0 0 0; padding:0px; font-family:'Raleway', sans-serif; font-size:15px; color:#000; text-transform:capitalize; text-align:center;}
.tus_products p{
	margin:0px; padding:0px; font-family:'Raleway', sans-serif; font-size:15px; color:#db0404; text-transform:capitalize; text-align:center;}
.tus_products:hover{
	box-shadow:5px 5px 15px #080809;}
/*------- Video ------*/
.tus_videos{
	margin:0px; padding:0px 0; background:url(../images/vdbg.jpg) center top no-repeat; height:470px;}
.tus_videos h6{
	margin:200px 0 0 0; padding:0px; font-size:50px; color:#fff; text-transform:uppercase; text-align:center;}
.tus_videos img{
	margin:160px auto 0 auto; padding:0px; height:130px}
.tus_custombg{
	margin:0px; padding:20px 0 40px 0; background:url(../images/customerbg.jpg) no-repeat center top; background-attachment:fixed; background-size:cover}
.tus_custom{
	margin:0px 0 20px 0; padding:0px; position:relative;}
.tus_custom .tus_cbox{
	margin:0px auto 0px auto; padding:0px; width:150px; height:150px; position:relative;}
.tus_custom .tus_cbox img{
	margin:0 auto; padding:0px; object-fit:cover; width:100%; height:100%; border-radius:100%;}
.tus_custom .tus_cbox:before{
	content:''; position:absolute; border:solid 2px #db0404; width:calc(100% + 20px); height:calc(100% + 20px); top:-10px; left:-10px; border-radius:100%}
.tus_custom h4{
	margin:25px 0 5px 0; padding:0px; font-size:16px; color:#fff; text-transform:uppercase; text-align:center;font-family:'Raleway', sans-serif;}
.tus_custom p{
	margin:0px 0 0 0; padding:0px; font-size:13px; color:#fff; text-align:center;font-family:'Raleway', sans-serif;}
.tus_dlbgs{
	margin:0px; padding:25px 0; background:url(../images/dealbg.jpg) no-repeat center top; background-attachment:fixed; background-size:cover}
.tus_dbox{
	margin:0px; padding:0px; position:relative; overflow:hidden;}
.tus_dbox img{
	margin:0px; padding:0px; transition:0.8s; transform:scale(1); transition:0.8s; width:100%; height:auto}
.tus_dbox:hover img{
	transform:scale(1.2) rotate(15deg);}
.tus_dbox2{
	margin:0px 0 20px 0; padding:0px; position:relative; overflow:hidden;}
.tus_dbox2 img{
	margin:0px; padding:0px; transition:0.8s; transform:scale(1); transition:0.8s; width:100%; height:auto; border:solid 5px #fe0000;}
.tus_dbox2:hover img{
	transform:scale(1.2) rotate(15deg);}
.tus_dlbox{
	margin:70px 0 0 0; padding:80px 20px; border:solid 5px #db0404; width:75%}
.tus_dlbox h2{
	margin:0px; padding:0px; font-size:40px; color:#fff; text-transform:uppercase; font-family:'Raleway', sans-serif;}
.tus_dlbox h3{
	margin:0px; padding:0px; font-size:65px; color:#db0404; text-transform:uppercase; font-family:'Raleway', sans-serif;}
.tus_process{
	margin:25px 0 30px 0; padding:0px;}
.tus_process img{
	margin:0 auto; padding:0px; width:80%;}
.tus_clints{
	margin:0px; padding:40px 0 50px 0; background-color:#db0404;}
.tus_clints h1{
	margin:0px; padding:0px; color:#fff; font-size:18px; text-transform:uppercase; text-align:center;  font-family:'Raleway', sans-serif; letter-spacing:1px}
.tus_clints h2{
	margin:5px 0; padding:0px; color:#fff; font-size:35px; text-transform:uppercase; text-align:center;  font-family:'Raleway', sans-serif;}
.tus_clints p{
	margin:0px 0 30px 0; padding:0px; color:#ccc; font-size:14px; text-align:center;  font-family:'Raleway', sans-serif;}
.tus_testimonals{
	margin:0px; padding:0px; position:relative;}
.tus_testimonals .tus_tbox{
	margin:0px auto; padding:0px; width:110px; height:110px; border-radius:100%; overflow:hidden}
.tus_testimonals .tus_tbox img{
	margin:0px; padding:0px; width:100%; height:100%;}
.tus_testimonals h6{
	margin:15px 0 3px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:16px; text-transform:uppercase; text-align:center; color:#fff}
.tus_testimonals p{
	margin:0px; padding:0px; font-family:'Raleway', sans-serif; font-size:14px; text-align:center; color:#ccc}
.tus_dp{
	margin:15px 0 30px 0; padding:0px;}
.tus_dp img{
	margin:0 auto; padding:0px;}
/*------- Footer ------*/
.tus_footer{
	margin:0px; padding:0px; position:relative; background-color:#252525;}
.tus_ftrmenu{
	margin:0px; padding:30px 0; position:relative; border-bottom:solid 1px #414141}
.tus_ftrmenu a{
	margin:0px 20px 0px 0; padding:0px; color:#7c7c7c; font-family:'Raleway', sans-serif; display:inline-block; text-transform:uppercase; transition:0.8s; font-size:15px}
.tus_ftrmenu a:hover{
	color:#cd0000; text-decoration:none;}
.tus_ftrheading{
	margin:70px 0 15px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:20px; color:#fff; text-transform:uppercase;}
.tus_copy{
	margin:40px 0 0 0; padding:20px 0; border-top:solid 1px #414141}
.tus_copy p{
	margin:7px 0 0 0; padding:0px 0 0 0; font-family:'Raleway', sans-serif; font-size:13px; color:#7c7c7c; text-align:left}
.tus_copy img{
	margin:0px; padding:0px;}
.tus_ftrocnt{
	margin:0px; padding:0px;}
.tus_ftrocnt p{
	margin:0px 0 5px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:13px; color:#7c7c7c; text-align:justify}
.tus_ftrocnt img{
	margin:20px 0 0 0; padding:0px;}
.tus_inpsign{
	margin:0px; padding:15px 15px; color:#333; font-size:13px;font-family:'Raleway', sans-serif; border:none; background-color:#fff;
	width:100%; border-radius:2em} 
.tus_sbmsing{
	margin:-52px 0 0 0; padding:15px 25px; border:none; color:#fff; font-size:15px; text-transform:uppercase; float:right; position:relative; background-color:#db0404;
	font-family:'Raleway', sans-serif; border-radius:2em; transition:0.8s}
.tus_sbmsing:hover{
	background-color:#000;}
/*----- Next Page ------*/
.tus_abanner{
	margin:0px; padding:0px; position:relative;}
.tus_abanner img{
	margin:0 auto; padding:0px;}
.tus_nxtheading{
	margin:0px; padding:0px; position:absolute; bottom:150px; left:0; right:0; color:#fff; text-transform:capitalize; text-align:center; font-size:35px;
	font-weight:bold}
.tus_nxtpgs{
	margin:0px 0 15px 0; padding:15px 0; border-bottom:solid 1px #333}
.tus_nxtpgs ul{
	margin:0px; padding:0px;}
.tus_nxtpgs ul li{
	margin:0px; padding:0px; list-style:none; display:inline-block; font-family: 'Raleway', sans-serif; color:#fff; text-transform:capitalize; font-size:16px}
.tus_nxtpgs ul li a{
	margin:0px; padding:0px; font-family: 'Raleway', sans-serif; color:#fff; text-transform:capitalize; font-size:16px}
.tus_nxtpgs ul li a:hover{
	text-decoration:none; color:#cd0000;}
.tus_nxtpgs ul span{
	color:#fff; font-size:15px; margin:0 3px}
.tus_aboutus{
	margin:0px 0 30px 0; padding:0px;}
.tus_aboutus p{
	margin:0px; padding:0px; font-family:'Raleway', sans-serif; font-size:14px; color:#b1b1b1;}
.tus_aboutus h5{
	margin:20px 0 10px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:25px; color:#cd0000; text-align:center}
.tus_wrkglry{
	margin:0px 0 25px 0; padding:0px;}
.tus_wrkglry img{
	margin:0px; padding:0px; width:100%;}
.tus_wrkglry h6{
	margin:15px 0 10px 0; padding:0px; color:#fff; text-transform:capitalize; font-size:22px; font-family:'Raleway', sans-serif;}
.tus_wrkglry p{
	margin:0px 0 10px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:14px; color:#b1b1b1; display:flex}
.tus_wrkglry p i{
	color:#cd0000; font-size:10px; margin-right:10px; margin-top:6px}
	
	/*------- Video ------*/
.tus_videos{
	margin:0px; padding:0px 0; background:url(../images/vdbg.jpg) center top no-repeat; height:470px;}
.tus_videos h6{
	margin:200px 0 0 0; padding:0px; font-size:50px; color:#fff; text-transform:uppercase; text-align:center;}
.tus_videos img{
	margin:160px auto 0 auto; padding:0px; height:130px}
.tus_custombg{
	margin:0px; padding:20px 0 40px 0; background:url(../images/customerbg.jpg) no-repeat center top; background-attachment:fixed; background-size:cover}
.tus_custom{
	margin:0px 0 20px 0; padding:0px; position:relative;}
.tus_custom .tus_cbox{
	margin:0px auto 0px auto; padding:0px; width:150px; height:150px; position:relative;}
.tus_custom .tus_cbox img{
	margin:0 auto; padding:0px; object-fit:cover; width:100%; height:100%; border-radius:100%;}
.tus_custom .tus_cbox:before{
	content:''; position:absolute; border:solid 2px #db0404; width:calc(100% + 20px); height:calc(100% + 20px); top:-10px; left:-10px; border-radius:100%}
.tus_custom h4{
	margin:25px 0 5px 0; padding:0px; font-size:16px; color:#fff; text-transform:uppercase; text-align:center;font-family:'Raleway', sans-serif;}
.tus_custom p{
	margin:0px 0 0 0; padding:0px; font-size:13px; color:#fff; text-align:center;font-family:'Raleway', sans-serif;}
.tus_dlbgs{
	margin:0px; padding:25px 0; background:url(../images/dealbg.jpg) no-repeat center top; background-attachment:fixed; background-size:cover}
.tus_dbox{
	margin:0px; padding:0px; position:relative; overflow:hidden;}
.tus_dbox img{
	margin:0px; padding:0px; transition:0.8s; transform:scale(1); transition:0.8s; width:100%; height:auto}
.tus_dbox:hover img{
	transform:scale(1.2) rotate(15deg);}
.tus_dbox2{
	margin:0px 0 20px 0; padding:0px; position:relative; overflow:hidden;}
.tus_dbox2 img{
	margin:0px; padding:0px; transition:0.8s; transform:scale(1); transition:0.8s; width:100%; height:auto; border:solid 5px #fe0000;}
.tus_dbox2:hover img{
	transform:scale(1.2) rotate(15deg);}
.tus_dlbox{
	margin:70px 0 0 0; padding:80px 20px; border:solid 5px #db0404; width:75%}
.tus_dlbox h2{
	margin:0px; padding:0px; font-size:40px; color:#fff; text-transform:uppercase; font-family:'Raleway', sans-serif;}
.tus_dlbox h3{
	margin:0px; padding:0px; font-size:65px; color:#db0404; text-transform:uppercase; font-family:'Raleway', sans-serif;}
.tus_process{
	margin:25px 0 30px 0; padding:0px;}
.tus_process img{
	margin:0 auto; padding:0px; width:80%;}
.tus_clints{
	margin:0px; padding:40px 0 50px 0; background-color:#db0404;}
.tus_clints h1{
	margin:0px; padding:0px; color:#fff; font-size:18px; text-transform:uppercase; text-align:center;  font-family:'Raleway', sans-serif; letter-spacing:1px}
.tus_clints h2{
	margin:5px 0; padding:0px; color:#fff; font-size:35px; text-transform:uppercase; text-align:center;  font-family:'Raleway', sans-serif;}
.tus_clints p{
	margin:0px 0 30px 0; padding:0px; color:#ccc; font-size:14px; text-align:center;  font-family:'Raleway', sans-serif;}
.tus_testimonals{
	margin:0px; padding:0px; position:relative;}
.tus_testimonals .tus_tbox{
	margin:0px auto; padding:0px; width:110px; height:110px; border-radius:100%; overflow:hidden}
.tus_testimonals .tus_tbox img{
	margin:0px; padding:0px; width:100%; height:100%;}
.tus_testimonals h6{
	margin:15px 0 3px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:16px; text-transform:uppercase; text-align:center; color:#fff}
.tus_testimonals p{
	margin:0px; padding:0px; font-family:'Raleway', sans-serif; font-size:14px; text-align:center; color:#ccc}
.tus_dp{
	margin:15px 0 30px 0; padding:0px;}
.tus_dp img{
	margin:0 auto; padding:0px;}
/*------- Footer ------*/
.tus_footer{
	margin:0px; padding:0px; position:relative; background-color:#252525;}
.tus_ftrmenu{
	margin:0px; padding:30px 0; position:relative; border-bottom:solid 1px #414141}
.tus_ftrmenu a{
	margin:0px 20px 0px 0; padding:0px; color:#7c7c7c; font-family:'Raleway', sans-serif; display:inline-block; text-transform:uppercase; transition:0.8s; font-size:15px}
.tus_ftrmenu a:hover{
	color:#cd0000; text-decoration:none;}
.tus_ftrheading{
	margin:70px 0 15px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:20px; color:#fff; text-transform:uppercase;}
.tus_copy{
	margin:40px 0 0 0; padding:20px 0; border-top:solid 1px #414141}
.tus_copy p{
	margin:7px 0 0 0; padding:0px 0 0 0; font-family:'Raleway', sans-serif; font-size:13px; color:#7c7c7c; text-align:left}
.tus_copy img{
	margin:0px; padding:0px;}
.tus_ftrocnt{
	margin:0px; padding:0px;}
.tus_ftrocnt p{
	margin:0px 0 5px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:13px; color:#7c7c7c; text-align:justify}
.tus_ftrocnt img{
	margin:20px 0 0 0; padding:0px;}
.tus_inpsign{
	margin:0px; padding:15px 15px; color:#333; font-size:13px;font-family:'Raleway', sans-serif; border:none; background-color:#fff;
	width:100%; border-radius:2em} 
.tus_sbmsing{
	margin:-52px 0 0 0; padding:15px 25px; border:none; color:#fff; font-size:15px; text-transform:uppercase; float:right; position:relative; background-color:#db0404;
	font-family:'Raleway', sans-serif; border-radius:2em; transition:0.8s}
.tus_sbmsing:hover{
	background-color:#000;}
/*----- Next Page ------*/
.tus_abanner{
	margin:0px; padding:0px; position:relative;}
.tus_abanner img{
	margin:0 auto; padding:0px;}
.tus_nxtheading{
	margin:0px; padding:0px; position:absolute; bottom:150px; left:0; right:0; color:#fff; text-transform:capitalize; text-align:center; font-size:35px;
	font-weight:bold}
.tus_nxtpgs{
	margin:0px 0 15px 0; padding:15px 0; border-bottom:solid 1px #333}
.tus_nxtpgs ul{
	margin:0px; padding:0px;}
.tus_nxtpgs ul li{
	margin:0px; padding:0px; list-style:none; display:inline-block; font-family: 'Raleway', sans-serif; color:#fff; text-transform:capitalize; font-size:16px}
.tus_nxtpgs ul li a{
	margin:0px; padding:0px; font-family: 'Raleway', sans-serif; color:#fff; text-transform:capitalize; font-size:16px}
.tus_nxtpgs ul li a:hover{
	text-decoration:none; color:#cd0000;}
.tus_nxtpgs ul span{
	color:#fff; font-size:15px; margin:0 3px}
.tus_aboutus{
	margin:0px 0 30px 0; padding:0px;}
.tus_aboutus p{
	margin:0px; padding:0px; font-family:'Raleway', sans-serif; font-size:14px; color:#b1b1b1;}
.tus_aboutus h5{
	margin:20px 0 10px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:25px; color:#cd0000; text-align:center}
.tus_wrkglry{
	margin:0px 0 25px 0; padding:0px;}
.tus_wrkglry img{
	margin:0px; padding:0px; width:100%;}
.tus_wrkglry h6{
	margin:15px 0 10px 0; padding:0px; color:#fff; text-transform:capitalize; font-size:22px; font-family:'Raleway', sans-serif;}
.tus_wrkglry p{
	margin:0px 0 10px 0; padding:0px; font-family:'Raleway', sans-serif; font-size:14px; color:#b1b1b1; display:flex}
.tus_wrkglry p i{
	color:#cd0000; font-size:10px; margin-right:10px; margin-top:6px}
	
	.tus_dp{
	margin:15px 0 30px 0; padding:0px;}
.tus_dp img{
	margin:0 auto; padding:0px;}