@font-face {
	font-family: 'Raleway';
	src: url('../font/Raleway.otf');
	src: url('../font/Raleway.eot');
	src: url('../font/Raleway.eot?#iefix') format('embedded-opentype'),
		 url('../font/Raleway.woff') format('woff'),
		 url('../font/Raleway.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}
@font-face {
	font-family: 'Raleway-Bold';
	src: url('../font/Raleway-Bold.otf');
	src: url('../font/Raleway-Bold.eot');
	src: url('../font/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../font/Raleway-Bold.woff') format('woff'),
		 url('../font/Raleway-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}
@font-face {
	font-family: 'Raleway-Light';
	src: url('../font/Raleway-Light.otf');
	src: url('../font/Raleway-Light.eot');
	src: url('../font/Raleway-Light.eot?#iefix') format('embedded-opentype'),
		 url('../font/Raleway-Light.woff') format('woff'),
		 url('../font/Raleway-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}
/*
html, body{
	width:100%;
	
	margin-left:1%;
	margin-right:1%;
	
	height: 100%;
}
*/
* {
  -webkit-box-sizing: border-box; /* Android = 2.3, iOS = 4 */
     -moz-box-sizing: border-box; /* Firefox = 28 */
          box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
}
a:focus{
	outline:none !important;
}
/*
body{
	padding:0;
	margin:0;
	overflow-x: hidden;
	font-family: 'Raleway'!important;
	height:100%;
	width:100%;
	position:relative;
}
*/
.page-wrap{
	float:left;
	width:100%;
}
.app-section{
	float:left;
	width:100%;
	background:#232323;
}
.close-icon{
	float:left;
	padding-top:22px;
}
.app{
	float:left;
	width:100%;
	padding:17px 0;
}
.top-text-bx{
	float:left;
	width:100%;
	position:relative;
	right:-15px;
}
.top-text {
    background: #cd2525;
    text-align: center;
    padding: 20px 45px 14px 45px;
    float: right;
}
.header{
	float:left;
	width:100%;
	padding:20px 0;
}
.logo-section{
	float:left;
	width:100%;
}
.logo{
	float:left;
	width:100%;
}
.tag-line{
	float:left;
	width:100%;
	margin-top:5px;
}
.contact-info-top{
	width:100%;
	float:left;
	text-align:right;
}
.contact-info-top p{
	font-size:16px;
	margin-bottom:4px;
}
.top-socials{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
}
.top-socials li{
	float:left;
	margin-left:5px;
}
.navigation{
	float:left;
	width:100%;
	background:#48a3e9;
	padding:10px 0;
}
.nav-list{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
.nav-list li{
	float:left;
	width:16.6%;
}
.nav-list li a{
	color:#fff;
	float:left;
	font-family: 'Raleway-Bold';
	font-size:18px;
}
.search-section{
	float:left;
	width:100%;
	background:#d5effe;
	padding:15px 0;
}
.search-bx{
	float:left;
	width:100%;
	/*background:url(../images/search-icon.png) #fff no-repeat;*/
	background-position:right 10px center;
	border:none;
	padding:15px 10px;
	font-size:18px;
	color:#585858;
	cursor:pointer;
	border:1px solid #ddd;
	border-radius:4px;
	margin-bottom:10px;
}


.search-icon{
	float:left;
	width:100%;
	border:none;
	padding:15px 10px;
	font-size:18px;
	color:#585858;
	cursor:pointer;
	border:1px solid #ddd;
	border-radius:4px;
	margin-bottom:10px;
}
.search-section p{
	font-family: 'Raleway-Bold';
	float:left;
}
.search-section p span{
	font-family: 'Raleway-Bold';
	color:#0101ff;
	margin-left:10px;
}
.slider{
	float:left;
	width:100%;
}
.product-heading{
	float:left;
	width:100%;
	background:#d5effe;
	padding:10px 0;
}
.product-heading h3{
	font-family: 'Raleway-Bold';
	color:#000;
	margin:0;
}
.product-bx{
	float:left;
	width:100%;
}
.product-row{
	float:left;
	width:100%;
}
.product-thumb{
	float:left;
	width:100%;
	padding:25px 0;
}
.product-detail{
	float:left;
	width:100%;
}
.product-detail h3{
	float:left;
	width:100%;
	font-family: 'Raleway-Bold';
}
.product-detail p{
	color:#000;
	margin-bottom:5px;
}
.separator{
	float:left;
	width:100%;
	height:1px;
	background:#585858;
	margin:10px 0;
}
.video-section{
	float:left;
	width:100%;
	background:#d5effe;
	padding-bottom:25px;	
	border-bottom:1px solid #ccc;
}
.video-heading{
	float:left;
	width:100%;
	border-top:1px solid #585858;
	padding:10px 0;
	
}
.video-heading h3{
	margin:0;
	font-family: 'Raleway-Bold';
}
.bottom-product-info{
	float:left;
	width:100%;
}
.product-detail-info{
	float:left;
	width:100%;
}
.product-detail-info h3{
	font-family: 'Raleway-Bold';
	margin-bottom:25px;
}
.product-detail-info p{
	margin-bottom:5px;
}
.product-detail-info a{
	float:left;
	margin-top:20px;
	color:#0101ff;
}
.socials-info{
	float:left;
	width:100%;
	padding:15px 0;
	margin-bottom:230px;
}
.social-left{
	float:left;
	width:100%;
	margin-top:15px;
}
.social-left p{
	margin:0;	
}
.social-left p span{
	font-family: 'Raleway-Bold';
	font-size:18px;
}
.social-right{
	float:left;
	width:100%;
}
.social-right ul{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.social-right ul li{
	float:left;
	margin-right:5px;
}
.footer{
	float:left;
	width:100%;
	padding:15px 0;
	background:#fff;
	position:fixed;
	bottom:0;
}
.footer ul{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.footer ul li{
	float:left;
	margin-right:5px;
	text-align:center;
	width:19%;
	margin-bottom:5px;
}
.footer ul li a{
	font-family: 'Raleway-Bold';
	font-size:32px;	
	color:#000;
}
.modal-body {
    padding: 43px 30px 122px 30px !important;
}
.modal-lg {
    width: 102% !important;
    margin: 0 !important;
    float: left !important;
}
.modal-content{
	border-radius:0 !important;
}
.modal-header{
	border-bottom:0 !important;
}
/*class page*/
.main-section{
	float:left;
	width:1024;
	padding:35px 0 140px 0;
}
.left-menu{
	float:left;
	width:100%;
}
.left-menu ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	background-color: #242424;
}
.left-menu li{
	float:left;
	width:100%;
	border-bottom:1px solid #3a3a3a;
	padding:10px 15px;
}
.left-menu li a{
	color:#fff;
	text-transform:uppercase;
}
.left-menu li:first-child{
	background:#48a3e9;
	border-bottom:0;
	font-family: 'Raleway-Bold';
	font-size:22px;
}
.left-menu li:last-child{
	border-bottom:0;
}
.right-panel{
	float:left;
	width:100%;
	font-size:18px;
}
.pagi{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.pagi li{
	float:left;
	color:#585858;
	margin-right:10px;
}
.pagi li a{
	color:#585858;
	font-size:18px;
}
.right-panel h3{
	color:#48a3e9;
	font-size:24px;
	margin-top:15px;
	float:left;
	width:100%;
	background:#f4f4f4;
	padding:10px;
	font-family: 'Raleway-Bold';
}
.product-list{
	float:left;
	width:100%;
	padding:0;
	margin:20px 0 60px 0;
	list-style:none;
}
.product-list li{
	float:left;
	width:48%;
	margin-right:3%;
	text-align:center;
	border:1px solid #ccc;
	margin-bottom:30px;
	min-height:300px;
}
.product-list li:nth-child(2n){
	margin-right:0;
}
.img-bx{
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;
	position: relative;
}
.img-bx img{
	height: 250px;
	object-fit: cover;
	
}
.text-bx{
	background:#48a3e9;
	padding:5px 20px;
	float:left;
	width:100%;
}
.text-bx h2 {
    margin-top: 5px;
	margin-bottom:5px;
    font-size: 20px;
	color:#fff;
}
.text-bx p{
	color:#fff;
	padding:0 40px;
	font-size:13px;
	margin-bottom:0;
}
.m-t-0{
	margin-top:0!important;
}
.cart {
    float: left;
    width: 100%;
	margin-top:20px;
}
.cart-img{
	float:left;
	width:100%;
	position:relative;
}
.cart-img img{
	width:40px;
	height:50px;
	object-fit:cover;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th{
	padding:15px 10px !important;
}
.heading{
	background:#48a3e9 !important;
}
tr{
	background:#fafafa;
}
th{
	color:#fff !important;
	text-align:center !important;
}
td{
	text-align:center !important;
}
.delete-icon{
	background:#48a3e9;
	color:#fff;
	padding:5px 10px;
	top:12px;
	position:relative;
}
.delete-icon:hover{
	text-decoration:none;
	color:#fff;
	opacity:0.8;
}
input{
	margin-top:12px!important;
}
.cart-btn{
	float:right;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.cart-btn li{
	float:left;
	margin-left:10px;
}
.cart-btn li a{
	background:#48a3e9;
	color:#fff;
	padding:8px 10px;
	border-radius:4px;
}
.cart-btn li a:hover{
	text-decoration:none;
	opacity:0.8;
}
.d-link{
	float:right;
	font-family: 'Raleway';
	font-size:14px;
	margin-top:5px;
}
.d-link:hover{
	text-decoration:none;
}
.d-link span{
	position:relative;
	top:-3px;
}
.class-tab{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.class-tab li{
	float:left;
	width:50%;
	border:1px solid #ccc;
	padding:10px 0;
	text-align:center;
}
.class-tab li a{
	font-size:16px;
	color:#585858;
	width:100%;
	float:left;
}
.class-tab li a:hover{
	text-decoration:none;
}
.tab-active{
	background:#48a3e9;
}
.tab-active a{
	color:#fff !important;
}
.class-text{
	color:#48a3e9;
	margin-top:15px;
	float:left;
	width:100%;
	font-size:18px;
}
.class-text span{
	color:#585858 !important;
	font-family: 'Raleway-Bold';
	margin-right:10px;
}
.class-heading{
	float:left;
	width:100%;
}
.class-row{
	float:left;
	width:100%;
	padding:10px;
	padding:30px 0;
	border-bottom:1px solid #ccc;
}
.class-img{
	float:left;
	width:100%;
	position:relative;
}
.class-img img {
    width: 269px;
    height: 134px;
    object-fit: cover;
	margin-bottom:20px;
}
.class-content{
	float:left;
	width:100%;
	margin:30px 0;
}
.class-img h2{
	font-family: 'Raleway-Bold';
	margin-top:0;
	font-size:18px;
	color:#48a3e9;
	margin-bottom:20px;
}
.class-table th{
	color:#585858 !important;
}
.inquiry-bx{
	float:left;
	width:30%;
	margin:20px 0;
	margin-bottom:100px;
}
.inquiry-bx h4{
	margin-bottom:15px;
	font-size:24px;
	font-family: 'Raleway-Bold';
	color:#48a3e9;
}
label{
	margin-bottom:0 !important;
}
.inquiry-btn{
	background:#48a3e9 !important;
	border:0;
	color:#fff !important;
	border:0;
	float:right;
}
.detail-info{
	float:left;
	width:100%;
	margin:20px 0;
}
.detail-left{
	float:left;
	width:100%;
}
.detail-right{
	float:left;
	width:100%;
}
.img-banner{
	float:left;
	width:100%;
	position:relative;
}
.img-banner img{
	width:400px;
	object-fit:cover;
}
.thumbs{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:25px 0 0 0;
}
.thumbs li {
    float: left;
    width: 21%;
    position: relative;
    margin-left: 12px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}
.thumbs li:last-child{
	margin-right:0;
}
.thumbs li a{
	float:left;
	width:100%;
	position:relative;
}
.thumbs li a img{
	width:40px;
	height:40px;
	object-fit:cover;
}
.detail-right h2{
	color:#48a3e9;
	font-size:24px;
	margin-top:0;
	border-bottom:1px solid #f4f4f4;
	padding-bottom:5px;
}
.cart-detail-btn{
	float:right;
	width:25%;
	background:#48a3e9;
	color:#fff;
	padding:5px 10px;
	margin-top:8px;
}
.cart-detail-btn:hover{
	color:#fff;
	text-decoration:none;
	opacity:0.8;
}
.cart-text{
	float:left;
	width:75%;
}
.socail{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.socail li{
	float:left;
	margin-right:10px;
}
.socail p{
	margin-top:15px;
	float:left;
	width:100%;
}
.video-bx{
	float:left;
	width:100%;
	margin-top:15px;
	height:500px;
}
.video-bx img{
	width:100%;
}

.video-bx2{
	float:left;
	width:100%;
	margin-top:15px;
	height:1500px;
}
.video-bx2 img{
	width:100%;
}
.detail-des{
	float:left;
	width:100%;
	margin-top:15px;
}
.detail-des h2{
	color:#48a3e9;
	font-size:24px;
	margin-top:0;
}
.detail-des ul{
	padding:0;
	float:left;
	width:100%;
	list-style:none;
}
.detail-des ul li{
	float:left;
	margin-bottom:5px;
	width:100%;
	background:url(../images/arrow.png) no-repeat;
	padding-left:20px;
	background-position:left top 5px;
}
.w-60{
	clear:both;
	width:60% !important;
}


.button-dropdown {
    position:relative !important;
}
.dropdown-menu {
	font-size:16px;	
    display: none;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
	top:-565px !important;
	position:absolute !important;
}



.dropdown-menu li{
	float:left !important;
	width:100% !important;
}
.dropdown-menu li a{
	float:left !important;
	width:100% !important;
}
.dropdown-menu.active {
    display: block;
}

.dropdown-menu a {
    width: 150px;
}




.search{
	float:left;
	width:100%;
	position:relative;
}
.search a {
    float: right;
    position: relative;
    top: -64px;
    right: 20px;
}
.search-ico{
	position:absolute;
	right:20px;
	top:5px;
}
@media only screen and (max-width:650px) {
.top-text-bx{
	right:0 !important;
}
.container{
	padding:0 !important;
}
.padd-r-0{
	padding-right:0 !important;
}
}
@media only screen and (max-width:595px) {
.nav-list li a{
	font-size:15px;
}
.product-thumb img{
	width:100%;
	margin-right:10%;
}
}
@media only screen and (max-width:530px) {
.footer ul li{
	width:23%;
}
}
@media only screen and (max-width:500px) {
.video-bx{
	height:auto;
}
.nav-list li {
    width: auto;
    margin-right: 20px;
}
.logo img{
	width:160px;	
}
.tag-line{
	font-size:12px;
}
.contact-info-top p {
    font-size: 13px;
}
.social-left p span {
    font-size: 15px;
}
}
@media only screen and (max-width:462px) {
.nav-list li a {
    font-size: 13px;
}
.search-section p span{
	font-size: 13px;
}
}
@media only screen and (max-width:420px) {
.nav-list li{
	margin-right:15px;
}
.top-text {
    padding: 20px 15px 14px 15px;
}
.app img{
	width:100%;
}
.close-icon img{
	width:30px;
}
.close-icon{
	padding-top:19px;
}
.product-detail h3{
	font-size:16px;
}
.product-detail p{
	font-size:12px;
}
.product-detail{
	margin-bottom:12px;
}
.footer ul li a{
	font-size:12px;
}
.nav-list li a{
	font-size:12px;
}
}
@media only screen and (max-width:370px) {
.app{
	padding:20px 0;
}
.nav-list li{
	margin-right:10px;
}
.nav-list li:last-child{
	margin-right:0;	
}
.pad-5{
	padding:0 6px !important;
}
.top-socials li{
	margin-left:2px;
}
.top-socials li:first-child{
	margin-left:0;
}
.contact-info-top p {
    font-size: 12px;
}
.social-right ul li{
	margin-right:3px;
}
.social-right ul li:last-child{
	margin-right:0;
}
.social-left p span {
    font-size: 12px;
	font-family: 'Raleway'!important;
}
.search-bx{
	font-size:16px;
}
}

