
/*--------Main Section -----------*/
#desc{
	background: #f9f9f9;
	
	
}
#desc1{
	background: #f9f9f9;
	
}
#desc2{
	background: #f9f9f9;
	padding-top: 50px;
	
}
#subimg{
	padding-top: 50px;
	padding-bottom: 50px;
}
#tech{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#download{
	background: #f9f9f9;
}
.content1 p b{
	text-transform: uppercase !important;
	font-size: 20px;
}
#relatedproduct{
	background: #f9f9f9;
}
.row {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.mainimg{
width: 100%;
	height: 100px;
	margin-top: 150px;
	background-image: url("../images/banner.png");
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}
h4{
	padding-top: 0px;
	color: #212529;
}
.breadcrumb{
	
	padding-left: 0px;
	background-color: transparent;
	color: #212529;
	padding-top: 0px;
	padding-bottom: 0px;
}
.breadcrumb a {
	color: #212529;
	text-decoration: underline;
}
.breadcrumb .active{
	color: #212529;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #212529;
}
.container{
	max-width: 1280px;
}
.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}
.fixed-top{
	top: 30px;
}

h1{
	color: #ea7c1c;
	font-weight: bold;
	font-size: 36px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
h1:after{
	position: absolute;
	content: '';
	top: 105%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right,  #212529 80% , #ea7c1c 40%);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.productmainimg {
	width: 100%;
	height: 500px;
}
.productsubimg{
	
}
.content1{
	
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	
	margin-top: 30px;
}
.content2{
	background: #edebeb;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 50px;
	
}
#subimg .img1{
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}
#subimg  .img2{
	width: 80%;
	
	
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
}
#subimg .img3{
	width: 60%;
	
	overflow: hidden;
}
.productsubimg img{
	transform: scale(1);
	transition: all 0.5s ease;
	overflow: hidden;
	border-radius: 30px;
	
	width: 100%;
	
}
.productsubimg img:hover{
	transform: scale(1.5);
}

.content2 ul li{
	margin-bottom: 5px;
	font-weight: bold;
}
.cont .content1{
	margin-top: 0px;
}
.cont .productsubimg{
	height: 350px;
}
.img1{
	margin-bottom: 50px;
	border-radius: 30px;
	overflow: hidden;
	width: 70%;
	
}
h2{
	color: #ea7c1c;
	font-weight: bold;
	font-size: 34px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
h2:after{
	position: absolute;
	content: '';
	top: 105%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right,  #212529 80% , #ea7c1c 40%);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
table thead{
	background: #726f6f;
	color: #fff;
	font-weight: bold;
	
}
.technical2{
	display: none;
}
table thead td{
	padding-top: 15px;
	padding-bottom: 10px;
}
table {
	border: 1px solid #726f6f;
	margin-bottom: 50px;
}
  table tbody tr td{
	text-align: center;
	border-right: 1px solid #726f6f;
	border-bottom: 1px solid #726f6f;
}
.technical2 table tbody tr td{
	text-align: left;
	border-right: 1px solid #726f6f;
	border-bottom: 1px solid #726f6f;
	padding-left: 10px;
}
.technical2 table thead tr td{
	padding-left: 10px;
}
table tbody tr td:nth-child(2){
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
}

/*-------Download ----*/
#download{
	
}
.btn:nth-child(2){
	margin-top: 0px;
	margin-bottom: 100px;
}
.btn {
	width: 100%;
	background: #f4f4f4;
	border-radius: 10px;
	color: #ea7c1c;
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: all 1s ease;
	border: 4px solid #ea7c1c;
	overflow: hidden !important;
	position: relative;
}
.btn:nth-child(2) {
	margin-top: 0px;
	margin-bottom: 100px;
}
.btn:hover {
	color: #212529;
}
.btn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
	 height: 100%;
  left: -50%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
	 background: #ea7c1c;
  content: '';
  position: absolute;
/*	overflow: hidden !important;*/
  
}
.btn:hover:after {
  height: 100%;
  width: 160%;
	z-index: -1;
}
.btn:hover{
	color: #000 !important;
	background: none;
	
}
/*------Related Products --------*/
h3{
	color: #ea7c1c;
	font-weight: bold;
	font-size: 34px;
	position: relative;
	
	margin-bottom: 50px;
}
h3:after{
	position: absolute;
	content: '';
	top: 105%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right,  #212529 80% , #ea7c1c 40%);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}


/*----- owl carousel ---*/
#relatedproduct{
	padding-bottom: 50px;
	background: #f4f4f4;
	
}
.productgallary
{
	width: 100%;
	position: relative;
	transition: all 0.5s ease;
	border-radius: 30px;
	overflow: hidden;
}
.productgallary img{
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 30px;
}

.productgallary .slidecontent{
	position: absolute;
    background:  rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	font-size: 30px;
	color:#212529;
	transition: all 0.5s ease;
padding: 30px;
	
	
	
}

.productgallary:hover.productgallary .slidecontent{
	opacity: 1;
	top:0%;
}
.productgallary .slidecontent a{
	color:#212529;
	transition: all 0.3s ease;
	
}
.productgallary .slidecontent a:hover{
	text-decoration: none;
	color: #ea7c1c;
	
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	font-size: 0px !important;
}
.owl-carousel .prev-slide{
	
	margin-top: 20px;
	width: 50px;
	position: absolute;
	left: -110px;
}
.owl-carousel .next-slide{
	
	margin-top: 20px;
	width: 50px;
	position: absolute;
	left:70px;
}
.owl-carousel .next-slide:hover,.owl-carousel .prev-slide:hover{
	cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next:hover{
	background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next:focus{
	border-color: transparent;
}
.owl-carousel .prev-slide img{
      width: 40px;
	height: 40px;
      
  }
.owl-carousel .next-slide img{
      width: 40px;
	height: 40px;
      
  }
@media (max-width: 1680px) {
	.row{
		margin-right: 0px;
		margin-left: 0px;	
	}
	.btn{
		font-size: 26px;
	}
}
@media (max-width: 1637px) {
	.btn{
		font-size: 24px;
	}
}
	@media (max-width: 1619px) {
		
	}
@media (max-width: 1520px) {
	.productsubimg{
		width: 450px;
		height: 350px;
	}
}
@media (max-width: 1440px) {
	.btn{
		font-size: 22px;
	}
	h1,h2,h3{
		font-size: 32px ;
	}
}
@media (max-width: 1389px) {
	
	
	.owl-carousel .prev-slide{
		left: -100px;
	}
	.owl-carousel .next-slide{
		left: 60px;
	}
}

@media (max-width: 1375px) {
	
	.btn{
		font-size: 20px;
	}
	.producttitle small{
		font-size: 30px ;
		top: -100px;
	}
}
@media (max-width: 1280px) {
	.productgallary{
		width: 100%;
		height: 100%;
		margin-left: 50px;
	}
	.owl-carousel .next-slide{
		left: 0;
	}
		.btn{
		font-size: 19px;
	}
		h1,h2,h3{
		font-size: 30px ;
	}
	.owl-carousel .prev-slide {
		
			left: -50px;
		}
}
@media (max-width: 1279px) {
	.productsubimg img{
		width: 100%;
	}
	.productsubimg{
		width: 100%;
		height: 100%;
	}
	.navbar-nav{
		padding-left: 1%;
	}
	.social img {
    width: 8%;
}
	.social{
		left: 1%;
	}
	h1,h2,h3{
		font-size: 28px;
	}

	.productgallary{
		margin-left: 0px;		
	}
}
@media (max-width: 1024px) {
	#subimg .img2{
	
		
	}
	#subimg{
		padding-top: 0px !important;
		margin-top: 0px;
	}
	h1{
		margin-bottom: 0px !important;
	}
}
@media (max-width: 970px) {
	
	.container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.producttitle small{
		font-size: 20px ;
		top: -100px;
	}
}
@media (max-width: 800px) {
	h2,h3{
	
	}
	h2::after,h3::after{
		left: 0px;
		
	}
}
@media (max-width: 885px) {
	.productmainimg{
		height: auto;
	}
	.mainimg{
		height: auto;
	}
	
	#relatedproduct,#tech{
		padding-left: 20px;
		padding-right: 20px;
	}
	.productgallary {
    margin-left: 0px;
}
	.owl-carousel .prev-slide {
    left: -50px;
}
	.owl-carousel .next-slide {
    right: -40px;
}
	.productsubimg{
		
	}
}
@media (max-width: 768px) {
	#desc,#subimg,#desc1,#desc2{
		padding-left: 20px;
		padding-right: 20px;	
	}
	.btn{
		font-size: 24px;
	}
	.productgallary {
    margin-left: 0px;
}
	.owl-carousel .prev-slide {
    left: -40px;
}	
}
@media (max-width: 767px) {
	h1,h2,h3{
		
	}
	#description .productsubimg:last-child{
		margin-top: 30px;
	}
	.technical{
		display: none;
	}
	.content{
		padding-left: 30px;
		padding-right: 30px;
	}
	.technical2{
		display: block;
	}
	.owl-carousel .prev-slide img{
      width: 30px;
	height: 30px;
      
  }
.owl-carousel .next-slide img{
      width: 30px;
	height: 30px;
      
  }
	.content2{
		padding-left: 30px;
		padding-right: 30px;
	}
	.productgallary{
		margin-left: 50px;
	}
	#description .col-6{
		padding-left: 0px;
		padding-right: 0px;
	}
	.container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.owl-carousel .next-slide{
		left: -10px;
		width: 30px;
	}
	.col-12{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 720px) {
	.productgallary {
    margin-left: 0px;
}
	.productsubimg{
		width: 80%;
		height: 80%;
	}
	body p{
		font-size: 16px;
	}
	.content2{
		font-size: 16px;
	}
	#subimg{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#tech{
		padding-top: 30px;
	}
	.btn{
		font-size: 22px;
	}
	
}
@media (max-width: 580px) {
	h1,h2,h3{
		font-size: 28px;
	}
	.content,.content2 {
		font-size: 16px
	}
	.productgallary{
		width: 200px;
		height: 200px;
	}
	.producttitle small{
		font-size: 18px ;
		top: -50px;
	}
}
@media (max-width: 527px) {
	h1,h2,h3{
		font-size: 24px;
	}
	.btn{
		font-size: 20px
	}
	.productsubimg{
		width: 100%;
		height: 250px;
	}
	.productmainimg{
		height: 250px;	
	}
	h1:after{
		width: 100%;
	}
}
@media (max-width: 540px) {

}
@media (max-width: 533px) {
	h1,h2,h3{
		font-size: 24px;
	}
	#subimg .img3{
		width: 100%;
		margin-left: 0%;
	}
}
@media (max-width: 520px) {
	.productgallary{
		width: 90%;
		height: 100%;
	}
	footer{
		padding-left: 5px;
	}
	.owl-carousel .next-slide{
		left: -20px;
	}
	.owl-carousel .prev-slide {
    left: -20px;
		width: 20px;
		height: 20px;
		margin-top: 0px;
}
	.owl-carousel .next-slide {
    left: -20px;
		width: 20px;
		height: 20px;
		margin-top: 0px;
}
	.topline {
    padding-left: 0%;
}
	#download,#download1{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 480px) {
	h1,h2,h3{
		font-size: 22px;
	}
	.navbar-light .navbar-nav .nav-item .nav-link{
		font-size: 16px;
		margin-top: 50px;
	}
	.social img {
    width: 7%;
}
	.topline{
		padding-left: 10px;
	}
	.mainimg{
		margin-top: 80px;
		padding-bottom: 10px;
	}
	.owl-carousel .prev-slide,.owl-carousel .next-slide{
		margin-top: 40px;
	}
	.productgallary{
		width: 100%;
	}
	}
@media (max-width: 424px) {
	.btn{
		font-size: 18px;
	}
	.productgallary{
		width: 100%;
		height: 100%;
	}
	.owl-carousel .prev-slide,.owl-carousel .next-slide{
		margin-top: 40px;
	}
}
@media (max-width: 446px) {
	h1,h2,h3{
		font-size: 20px;
	}
	h1::after,h2::after,h3::after{
		height: 3px;
	}
	h2::after,h3::after{
		
	}
	.footermenu1 ul li {
		font-size: 12px;
	}
	footer h6 {
		font-size: 20px;
	}
	.productsubimg{
		width: 90%;
	}
}
@media (max-width: 414px) {
	body p,.content2{
		font-size: 14px;
	}
}
@media (max-width: 384px) {
	h1,h2{
		font-size: 18px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	h3{
		font-size: 18px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.navbar-light .navbar-nav .nav-item .nav-link,.dropdown-item{
		font-size: 16px !important;
	}
	footer ul p{
		width: 100%;
	}
	footer {
		font-size: 14px;
	}
	.btn {
    font-size: 16px;
}
	.btn:nth-child(2) {
    
    margin-bottom: 50px;
}
	.btn{
		margin-top: 50px;
	}
	.productmainimg{
		height: 100%;
	}
	.productmainimg{
		height: 200px;
	}
	.productsubimg{
		height: 200px;
	}
	.content2{
		margin-bottom: 0px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	@media (max-width: 375px) {
		#relatedproduct, #tech {
    padding-left: 15px;
    padding-right: 20px;
}
		#tech table{
			margin-bottom: 30px;
		}
		}
	.topline small{
		font-size: 12px;
	}
	.content{
		margin-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	#description .productsubimg{
		margin-top: 20px;
	}
	.productgallary {
    
}
	.content2 ul{
		padding-left: 20px;
	}
	
	.footermenu1 ul {
		padding-left: 20px
	}
	.bottomline{
		font-size: 12px;
	}
}
@media (max-width: 360px) {
	h1,h2,h3{
		font-size: 16px;
	}
	.breadcrumb{
		font-size: 12px;
	}
	.logo{
		width: 25%;
		height: 25%;
		padding-left: 10px;
	}
}