/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {


	.card-img {
		width: 100%;
	  }
	  .single-card {
		height: auto;
		margin-bottom: 20px;
	  }
	  .card-text {
		width: 100%;
	  }
	  .card-text h3 {
		font-size: 20px;
		line-height: 24px;
	  }
	  .card-fl {
		padding: 0 20px;
	  }













}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

	.opa-containt h3 {
		padding: 0 13px;
	}


	.footer-left {
		/*! flex-wrap: wrap; */
		width: 100%;
		margin-bottom: 30px;
	  }
	  .footer-wedget {
		width: 100%;
	  }
	  .footer-right {
		width: 75%;
		margin-bottom: 30px;
	  }
	  .footer-fl {
		flex-wrap: wrap;
		width: 77%;
		margin: auto;
	  }
	  .footer-left .footer-wedget:nth-child(2) {
		padding-top: 50px;
	  }
	  .footer-area {
		padding-top: 40px;
	  }




	  .curr-hov h3 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 5px;
	}




}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

	.header-menu {
		display: none;
	  }
	  .header-fl {
		justify-content: center;
	  }
	  .header-bar-area {
		display: none;
	  }
	  .header-area {
		margin-top: 62px;
	  }
	  .hero-containt span {
		font-size: 18px;
	  }
	  .hero-containt h3 {
		font-size: 30px;
		line-height: 35px;
	  }
	  .hero-containt {
		max-width: 401px;
	  }
	  .current-area {
		padding-top: 60px;
		padding-bottom: 20px;
	  }
	  .single-current {
		width: 48%;
		margin-bottom: 30px;
	  }
	  .single-current img {
		width: 100%;
	  }
	  .brand-box {
		margin-bottom: 30px;
	  }
	  .single-opa {
		width: 31.33%;
	  }
	  .opa-containt h3 {
		font-size: 19px;
	  }
	  .footer-fl {
		flex-wrap: wrap;
	  }
	  .footer-left {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 40px;
	  }
	  .footer-wedget {
		width: 50%;
	  }
	  .footer-left .footer-wedget:last-child {
		padding-top: 35px;
	  }
	  .footer-area {
		padding-top: 40px;
	  }
	  .footer-right {
		width: 100%;
	  }




	
	  .header__bar {
		display: flex;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	  }
		
	
	
	  .offcanva-btn {
		padding: 10px 0;
	  }
	  .header-bar-btn {
		flex-wrap: wrap;
		justify-content: start;
	  }
	  .header-bar-fast-btn {
		width: 100% !important;
		margin: 0 !important;
		height: 50px !important;
		border: 0 !important;
		border-radius: 0 !important;
		justify-content: start !important;
		padding: 0 20px;
		margin-bottom: 20px !important;
	  }
	  .off-bt {
		display: flex;
		align-items: center;
		padding-left: 20px;
	  }
	  .off-bt a {
		width: 44px;
		height: 44px;
		margin-right: 20px;
		margin-left: 0 !important;
	  }
		  
		


	  .humbarger-area .section-title h3 {
		font-size: 32px;
	  }
	  .current-area.pt {
		padding-top: 30px;
		padding-bottom: 100px;
	  }








}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {

	.header-menu {
		display: none;
	  }
	  .header-fl {
		justify-content: center;
	  }
	  .header-bar-area {
		display: none;
	  }
	  .header-area {
		margin-top: 62px;
	  }
	  .hero-containt span {
		font-size: 18px;
	  }
	  .hero-containt h3 {
		font-size: 30px;
		line-height: 35px;
	  }
	  .hero-containt {
		max-width: 340px;
	  }
	  .current-area {
		padding-top: 60px;
		padding-bottom: 20px;
	  }
	  .single-current {
		width: 100%;
		margin-bottom: 20px;
	  }
	  .single-current img {
		width: 100%;
	  }
	  .brand-box {
		margin-bottom: 30px;
	  }
	  .single-opa {
		width: 100%;
	  }
	  .opa-containt h3 {
		font-size: 19px;
		max-width: 270px;
		margin: auto;
		left: 0;
		right: 0;
		margin: auto;
	  }
	  .footer-fl {
		flex-wrap: wrap;
	  }
	  .footer-left {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 0;
	  }
	  .footer-wedget {
		width: 100%;
		margin-bottom: 40px;
	  }
	  .footer-left .footer-wedget:last-child {
		padding-top: 0;
	  }
	  .footer-area {
		padding-top: 40px;
	  }
	  .footer-right {
		width: 100%;
		margin-bottom: 30px;
	  }

	
.hero-img {
  height: 450px;
  overflow: hidden;
}
.hero-img img {
  height: 100%;
  object-fit: cover;
}
.single-opa img {
  width: 100%;
}
.opa-area {
  padding: 0 10px 200px;
}
.footer-title {
  margin-bottom: 10px;
}
.footer-menu {
  display: block;
}
.footer-menu ul {
  margin: 0;
}
.footer-input input {
  width: 100%;
  margin-bottom: 10px;
}
.footer-input button {
  margin: 0;
}
.footer-last-left {
  margin-bottom: 30px;
}
.footer-logo-area {
  height: auto;
  text-align: center;
}
.footer-last {
  padding-bottom: 50px;
}
	
.header__bar {
	display: flex;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
  }
	


  .offcanva-btn {
	padding: 10px 0;
  }
  .header-bar-btn {
	flex-wrap: wrap;
	justify-content: start;
  }
  .header-bar-fast-btn {
	width: 100% !important;
	margin: 0 !important;
	height: 50px !important;
	border: 0 !important;
	border-radius: 0 !important;
	justify-content: start !important;
	padding: 0 20px;
	margin-bottom: 20px !important;
  }
  .off-bt {
	display: flex;
	align-items: center;
	padding-left: 20px;
  }
  .off-bt a {
	width: 44px;
	height: 44px;
	margin-right: 20px;
	margin-left: 0 !important;
  }
	  
	
.humbarger-area .section-title h3 {
	font-size: 29px;
	line-height: 38px;
  }
  .current-area.pt {
	padding-top: 30px;
	padding-bottom: 100px;
  }
	
.dd {
	display: none;
  }
  .humberger {
	padding-bottom: 20px;
  }
	
	
.skill-fast-text p {
  margin-bottom: 15px;
}
.skill-fast-text img {
  padding-bottom: 20px;
  padding-top: 10px;
}
.skill-title h3 {
  font-size: 28px;
}
.skill-title {
  margin-bottom: 10px;
}
.skill-up-box a {
  height: auto;
  padding: 15px;
  flex-wrap: wrap;
}
.skill-up-box a p {
  width: 100%;
  margin-bottom: 10px;
}
.skill-up-box a i {
  width: 100%;
}
.skill-up-box {
  margin-bottom: 10px;
}
.skill-upload .skill-title {
  margin-bottom: 25px;
}
.skill-last-containt .skill-title h3 {
  font-size: 36px;
  line-height: 40px;
}
.skill-last-containt .skill-title {
  margin-bottom: 15px;
}
.humberger a span {
	display: inline-block;
}

.contact-area {
	padding-top: 40px;
	padding-bottom: 150px;
  }
  .single-input-fl .single-input {
	width: 100%;
  }



  .single-input textarea {
	height: 320px;
  }
 

  .current-area.pts {
	padding: 30px 10px 180px;
  }
  .current-area.pts .single-current {
	margin-bottom: 20px;
  }

	
	
	.single-card {
	height: 164px;
	background: #fff;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.card-img {
	width: 36%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: auto;
}
	.card-text h3 {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
}
	
}


/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {

	/* blog area responsive */

	.blog__flex {
		flex-direction: column;
	}
	.blog__left {
		width: 100%;
	}
	.blog__right {
		width: 100%;
	}
	/* blog area responsive */

}




/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

 
}