
.formbg{
		margin-top: -5.5em;width: 100%;background: #fff;float: left;display: block;position: relative;opacity: 0.8;z-index: 1;padding: 10px;
	}
	
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	position: relative;
    margin: 0 auto;
    background-size: cover;
    display: block;
	top:6em;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media only screen and (max-width: 1199px){
	
	.formbg{
		margin-top: -7em;width: 100%;background: #fff;float: left;display: block;position: relative;opacity: 0.9;z-index: 1;padding: 10px;
	}
	
	.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	position: relative;
    margin: 0 auto;
    background-size: cover;
    display: block;
	top:5.5em;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
	
	.about-bottom::before,
	.funfact-area::before {
		width: 92%;
	}
	.header-top-content .social-icons {
		margin-right: 15px;
	}
	.tab-content .theme-btn {
		font-size: 14px;
		text-align: center;
	}
	.choose-content h4 span {
		float: none;
		display: block;
		margin-top: 5px;
	}

	.choose-content h4 {
		text-align: center;
	}

	.choose-content a {
		width: 49%;
	}
	.home2 .funfact-box {
		padding: 30px 0 30px 15px;
	}
	.about-area .single-about h4 {
		font-size: 16px;
	}
	.about-area .single-about {
		padding: 20px;
	}
	.team-image {
		height: 320px;
	}
	.single-post {
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}
	.sell-box h4 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px){
	
	.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	position: relative;
    margin: 0 auto;
    background-size: cover;
    display: block;
	top:12em;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
	
	.header-bottom li {
		margin-right: 8px;
		border-bottom: 1px solid #c5c5c5;
	}

	h1 {
		font-size: 40px;
	}

	.about-bottom::before,.funfact-area::before {
		width: 100%;
		left: 0;
		right: 0;
		transform: none;
	}

	.choose-area .feature-menu button {
		width: 33.33%;
	}
	.footer-top-right {
		margin-top: 5px;
	}
	.funfact-box {
		text-align: center;
		padding-left: 0;
	}
	.sell-area .container::before {
		top: -30%;
		left: 0;
		transform: skewY(2deg);
		height: 80%;
		width: 100%;
	}
	.choose-area .choose-menu button {
		width: 33.33%;
		text-align: center;
		padding: 12px 5px;
	}
	.home2 .article-area {
		margin-top: -200px;
		padding-top: 300px;
	}
	.home2 .partner-slide {
		padding-top: 50px;
		margin-top: 60px;
	}
	.about-video {
		padding: 0;
		text-align: center;
	}
	.about-video::before {
		display: none;
	}
	.sell-box-right .theme-btn {
		margin-top: 5px;
	}
	.choose-menu button {
		width: 33.33%;
	}
	.sidebar {
		margin: 45px auto 0;
		max-width: 450px;
		padding: 0;
	}
	.hero-area .nav.nav-tabs {
		margin-top: 35px;
		margin-left: 0;
	}
	.home2 .hero-area {
		padding: 190px 0 100px;
	}
	.home2 .hero-area-content {
		padding: 50px 0 0;
	}
	.hero-area-content > h3 + p {
		margin: 6px 0 18px;
		font-size: 16px;
		line-height: 26px;
	}
	.ptb-100 {
		padding: 90px 0;
	}
	.copyright {
		margin-top: 40px;
	}
	.single-team-member {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.pb-100 {
		padding-bottom: 90px;
	}
	.pt-70 {
		padding-top: 60px;
	}
	.owl-dots {
		margin-top: 30px;
	}
	.home2 .funfact-box {
		padding: 30px 0;
	}
	.home2 .hero-search {
	  padding-top: 50px;
	}
}
@media only screen and (max-width: 767px){
	
	.formbg{
		margin-top: 0em;width: 100%;background: #fff;float: left;display: block;position: relative;opacity: 0.9;z-index: 1;padding: 10px;
	}
	.mainmenu {
		display: none;
	}
	.responsive-menu,
	.slicknav_menu {
		display: block;
	}
	ul.slicknav_nav {
		position: absolute;
		background: #e3e3e3;
		right: 15px;
		top: 100%;
		min-width: 180px;
		z-index: 9;
		border: 1px solid #fff;
		padding: 10px;
	}
	.slicknav_menu .slicknav_menutxt {
		display: none;
	}
	.slicknav_menu .slicknav_icon {
		margin: 0;
	}
	.slicknav_nav a:hover {
		background: transparent;
		border-radius: 0;
		color: #fff;
	}
	.menubar.sticky li {
		padding-left: 10px;
		padding-right: 15px;
	}
	.slicknav_btn {
		background-color: transparent;
		float: none;
	}
	.slicknav_nav .slicknav_row, .slicknav_nav a {
		padding: 0;
		margin: 5px 0;
	}
	.header-bottom li a {
		padding: 0;
	}
	.slicknav_menu {
		float: right;
	}
	.slicknav_nav ul {
		margin: 0 0 0 5px;
	} 
	.single-feature, .single-choose,.article-box {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
	}

	.partner-slide {
		margin-top: 40px;
		padding-top: 40px;
	}
	.header-bottom li ul {
		padding: 0 8px 10px;
		width: auto;
		position: static;
		transform: scale(1);
	}
	.header-bottom li ul li a {
		padding: 0;
	}
	.feature-area ul.nav.nav-tabs li {
		width: 100%;
	}
	.blog-detail-middle img {
		padding: 0;
		max-width: 100%;
	}
	.blog-detail-middle {
		display: block;
	}
	.comments-area li ul {
		margin-left: 15px;
	}
	.hero-area {
		padding: 165px 0 0;
	}
	.ptb-100 {
		padding: 80px 0;
	}
	.copyright {
		margin-top: 30px;
	}
	.sec-title.mb-20 {
		margin-bottom: 0;
	}

	.sec-title.mb-50 {
		margin-bottom: 30px;
	}
	.mt-50 {
		margin-top: 30px;
	}
	.pb-100 {
		padding-bottom: 80px;
	}
	.pt-70 {
		padding-top: 50px;
	}
	.hero-area .nav.nav-tabs{
		margin-top: 50px;
	}
	.hero-area-content {
  		padding: 100px 0 100px; 
	}

}
@media only screen and (max-width: 576px){
	.theme-btn {
		font-size: 14px;
		padding: 5px 20px;
	}
	.funfact-box {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.home2 .hero-area {
		padding: 130px 0 100px;
	}

	.hero-area ul.nav.nav-tabs li a {
		padding: 5px 12px;
	}

	.hero-area h1 {
		font-size: 20px;
	}

	.hero-area-content h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.hero-area-content > h3 {
		font-size: 23px;
	}

	.hero-area .tab-content {
		padding: 25px;
	}

	.sec-title h2 {
		font-size: 24px;
	}

	.feature-menu button {
		width: 50%;
		padding: 10px;
	}

	.choose-area .feature-menu button {
		width: 50%;
	}

	.single-team {
		display: block;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.choose-area .choose-menu button {
		width: 50%;
	}
	#map {
		height: 300px;
	}
	.home2 .nav-tabs li {
		width: 50%;
	}
	.home2 .feature-area .text-center ul.nav.nav-tabs li {
		width: 100%;
	}
	.choose-menu button {
		width: 50%;
	}
	.single-post {
		text-align: center;
	}
	.post-details {
		padding: 24px;
	}
	.list-area .post-details {
		padding: 20px 0 0;
	}
	.single-post.listing-post h4.post-title {
		margin-bottom: 0;
	}
	.single-post.listing-post h4.post-title::before,.single-post.listing-post h4.post-title::after {
		display: none;
	}
	.breadcrumb-area {
		padding: 180px 0px 90px;
	}
	.hero-area-content {
		padding-top: 0;
	}
	.single-about{
		margin-bottom: 30px;
	}
	.team-content{ 
		border-top:0;
		border-left: 1px solid #ccc; 
	} 
	.choose-content a {
		margin-bottom: 10px;
	}
	.article-box{
		margin-bottom: 30px;
	}
	.hero-area .nav.nav-tabs{
		margin-right: 0;
	}
	.about-bottom-box{
		margin-top: 30px;
	}
	.single-post.listing-post h4.post-title{
		padding-bottom: 0;
	}
	.four04 h1{
		font-size: 150px;
	}

} 

@media only screen and (min-width: 768px) and (max-width: 1200px)
{
	.mainmenu ul li a {
    font-size: 13px;
    padding-bottom: 0px;
}
.logo.text-lg-left.text-center {
    margin-top: 10px;
}
.header-bottom li
{
	border: none;
}
.slideshow-container
{
	top: 9em;
}
.head-top-area
{
	position: sticky;
}
.slideshow-container {
    top: 0px;
}
.formbg
{
	top: 0px;
}
.feature-area ul.nav.nav-tabs {
    padding: 30px 0px;
    margin: 0px;
}
.feature-area .nav-tabs li a
{
	white-space: nowrap;
}
.form-control {
    margin-bottom: 10px !important;
}
.single-about
{
	min-height: 335px;
    margin-bottom: 20px;
}
section.ptb-100.abt-know {
    padding-top: 0px;
}
h5.subHead {
    margin-top: 10px;
}
footer.footer {
    padding-top: 20px;
}
section.breadcrumb-area {
    padding: 120px 0px;
}
#cardlist
{
	width: 24%;
}
footer.footer p {
    font-size: 13px;
}

footer.footer a {
    font-size: 13px;
}

footer.footer i {
    font-size: 13px;
}
.widget-social-icons a
{
	line-height: 30px;
	width: 30px;
	height: 30px;
}
}

@media only screen and (max-width: 767px)
{

	.responsive-menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 999;
}

.responsive-menu .slicknav_menu {
    background: #ec353a;
    padding: 5px 0px;
}

.logo {
    padding-bottom: 20px;
}
.formbg
{
	position: relative;
	z-index: 0;
}
ul.slicknav_nav {
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 99;
}
.form-control
{
	margin-bottom: 10px !important;
}
section.feature-area ul.nav.nav-tabs {
    margin: 0px;
    padding: 10px !important;
}
section.feature-area {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.feature-area .sec-title {
    margin-bottom: 10px;
}
.abt-know
{
	padding-top: 30px;
}
.aroutFG h5.subHead {
    margin-top: 20px;
}

.aroutFG h5.subHead {
    margin-top: 20px;
}

section.article-area {
    padding: 40px 0px;
}

.partner-slide {
    margin-top: 0px;
    padding-top: 0px;
}
.slicknav_btn
{
	display: inline-block;
}
.responsive-menu .slicknav_menu
{
	padding: 0px 0px;
}
.footer
{
	padding-top: 30px;
}
.single-about
{
	margin-bottom: 15px;
}
.head-top-area{
	position: static;
}
.hero-area
{
	padding: 0px;
}
.slideshow-container
{
	top: 0px;
}
section.aboutSec {
    padding-top: 30px !important;
}
.slicknav_menu {
    margin-right: 20px;
}
.about-bottomSecTitle {
    font-size: 20px;
}
.breadcrumb-area {
    padding: 90px 0px 90px;
}
#cardlist {
    float: left;
    margin-bottom: 20px;
}
.widget-social-icons a:hover {
    color: #430002;
}
}
@media only screen and (max-width: 380px)
{
	.logo.text-lg-left.text-center {
    text-align: left !important;
}

}