
/*--------Main Section -----------*/
.container{
	max-width: 1280px;
}
.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}
#desc{
	background: #f9f9f9;
	
	
}
.fixed-top{
	top: 30px;
}
.mainimg{
	width: 100%;
	height: 100px;
	margin-top: 140px;
	background-image: url("../images/banner.png");
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mainimg h4{
	padding-top: 0px;
	color: #212529;
	margin-bottom: 0px;
}
.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;
}
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: 3px;
	background: linear-gradient(to right,  #212529 80% , #ea7c1c 40%);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
h2{
	color: #ea7c1c;
	font-weight: bold;
	font-size: 36px;
	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;
}

.content{
	
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 18px;
	margin-bottom: 50px;
}
.content1{
	
	
	
	margin-bottom: 50px;
}
h6{
	font-size: 26px;
    margin-bottom: 20px;
}
#description ul{
list-style-type: none;
	padding-left: 0px;
}
#description a{
	text-decoration: none;
	color:#212529;
	transition: all 0.3s ease;
}
 #description a:hover{
	text-decoration: none;
	color: #ea7c1c;
}
#description ul li {
	margin-bottom: 20px;
	
}
/*-------Download ----*/
#download{
	background: #f4f4f4;
}
.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;
	
}
.form-control{
	margin-bottom: 20px;
	border:2px solid #ea7c1c;
	border-radius: 0px;
	color: #212529 !important;
	height: 50px;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ea7c1c;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba( 234, 124, 28,0.4) !important;
}
.form-control{
	outline: none;
}
::placeholder{
	color: #212529!important;
}  
@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) {
	
}
@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: 0px;
	}
	.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%;
		
	}
	.navbar-nav{
		padding-left: 1%;
	}
	.social img {
    width: 8%;
}
	.social{
		left: 1%;
	}
	h1,h2,h3,h6{
		font-size: 28px;
	}

	.productgallary{
		margin-left: 0px;		
	}
}
@media (max-width: 1024px) {
	.content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 970px) {
	
	.container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.producttitle small{
		font-size: 20px ;
		top: -100px;
	}
	.mainimg{
		padding-left: 15px !important;
	}
}
@media (max-width: 800px) {
	h2,h3{
	
	}
	h2::after,h3::after{
		left: 0px;
		
	}
	h4{
		font-size: 22px;
	}
}
@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) {
	#subimg{
		padding-left: 15px;
		padding-right: 15px;
	}
	h4{
		font-size: 20px;
	}
	.content1{
		padding-left: 5px;
		padding-right: 5px;
	}
	.content1 p{
		font-size: 16px;
	}
	.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: 15px;
		padding-right: 15px;
	}
	.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: 100%;
		
	}
	body p{
		font-size: 16px;
	}
	.content2{
		font-size: 16px;
	}
	#subimg{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#tech{
		padding-top: 30px;
	}
	.btn{
		font-size: 22px;
	}
	h1{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
}
@media (max-width: 600px) {
	h1{
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
@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,h6{
		font-size: 24px;
	}
	.btn{
		font-size: 20px
	}
	.productsubimg{
		width: 100%;
		height: 250px;
	}
	.productmainimg{
		height: 250px;	
	}
	
}
@media (max-width: 540px) {

}
@media (max-width: 533px) {
	h1,h2,h3{
		font-size: 24px;
	}
}
@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) {
	.productsubimg{
		width: 100%;
	}
	h1,h2,h3,h6{
		font-size: 22px;
	}
	.navbar-light .navbar-nav .nav-item .nav-link{
		font-size: 16px;
	}
	.social img {
    width: 7%;
}
	.topline{
		padding-left: 10px;
	}
	.mainimg{
		margin-top: 60px;
		padding-bottom: 10px;
	}
	.productgallary{
		width: 100%;
	}
	.owl-carousel .prev-slide,.owl-carousel .next-slide{
		margin-top: 40px;
	}
	}
@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,h6{
		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: 100%;
	}
	.content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 414px) {
	body p,.content2{
		font-size: 14px;
	}
	h1{
		padding-top: 30px;
	}
}
@media (max-width: 384px) {
	h2,h6{
		
	}
	h1{
		margin-top: 0px;
	}
	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:260px;
	}
	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) {
	.mainimg{
		margin-top: 80px;
		padding-bottom: 10px;
	}
	.content p{
		margin-bottom: 0px;
	}
	h1,h2,h3{
		font-size: 16px;
	}
	.breadcrumb{
		font-size: 12px;
	}
	.logo{
		width: 25%;
		height: 25%;
		padding-left: 10px;
	}
}