  /*
  Theme Name: Bootslander
  Theme URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

.sequence-theme3 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 500px;
  max-width: 95%;
  -webkit-backface-visibility: hidden;
  /* prevent graphical glitches in WebKit browsers when using transitions */
}
.sequence-theme3 .sequence3 {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 95%;
  width: 100%;
  background-color:none;
}
.sequence-theme3 .next,
.sequence-theme3 .prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  height: 50px;
  margin-top: -47.5px;
}
.sequence-theme3 .pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-theme3 .paused {
  opacity: 0.3;
}
.sequence-theme3 .prev {
  left: 0;
}
.sequence-theme3 .next {
  right: 0;
}
.sequence-theme3 .prev img,
.sequence-theme3 .next img {
  height: 100%;
  width: auto;
}
.sequence-theme3 .sequence-preloder {
  background: #d9d9d9;
}
.sequence-theme3 .nav {
  bottom: 20%;
  width:37.5%;
  display: none;
  margin-left: 29.8%;
  position: absolute;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-theme3 .nav li {
  display: inline-block;
  height: 10px;
  padding-left:20px;
}
.sequence-theme3 .nav li {
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
}
.sequence-theme3 .nav li img {
  cursor: pointer;
	height:120px;
	width:80px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme3 .nav li img.active {
  opacity: 1;
}
.sequence-theme3 .sequence3 li {
  height: 100%;
  position: absolute;
  top: -75%;
  width: 100%;
}
.sequence-theme3 .sequence3 li > * {
  position: absolute;
  
}
.sequence-theme3 .sequence3 li img {
  height: 96%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sequence-theme3 h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 30px;
 }
.sequence-theme3 h3{
  color: #fff;
  font-weight: bold;
  text-align: left !important;
}
.sequence-theme3 .next,
.sequence-theme3 .prev {
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme3 .next:hover,
.sequence-theme3 .prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme3 .title {
	font-weight:bold;
  top: 90%;
  font-size: 20px;
  left: 80%;
  width:65%;
  opacity: 0;
  bottom: 10%;
  z-index: 100;
  text-align: left;
  color:#000;
}
.sequence-theme3 .animate-in .title {
  left: 33%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-theme3 .animate-out .title {
  left: 33%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-theme3 .subtitle {
  color:#000;
  font-size: 18px;
  left: 80%;
  width: 60% !important;
  opacity: 0;
  top: 99%;
  text-align: left;
}
.sequence-theme3 .animate-in .subtitle {
  left: 33%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-theme3 .animate-out .subtitle {
  left: 33%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-theme3 .model {
  top: 80%;
  bottom: -48%;
  left:10%;
  opacity: 0;
  position: relative;
  height: auto !important;
  max-height: 334px;
  width: 30%;
  min-width: 225px;
  /*prevents the model from shrinking when the browser is resized*/
  max-width: 250px;
}
.sequence-theme3 .model img{
	max-width: 220px;
}

.sequence-theme3 .animate-in .model {
  left: 9%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.sequence-theme3 .animate-out .model {
  left: -9%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;  
}
/*============== Sequence CSS E3D===================*/

/* parallax */

section#intro3 {
 
    /*background: linear-gradient(
        rgba(20,20,20, .4), 
        rgba(20,20,20, .4)),
        transparent url(../images/c44.jpg) 50%  0 no-repeat;
		background-size:100% 100%;*/
	background:#FAFAFB;
  max-height: 500px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}


@media (min-width: 1024px) {
  section#intro3 {
    background-attachment: fixed;
  }
}

/* featured */

.sequence3 h1{
	font-size:2.2em;
	color:#000;
	margin-top:2%;
	margin-left:32.2%;
	position:absolute;
}
.sequence3 .thumbt{
	font-weight:bold;
	font-size:1em;
	margin-left:33%;
	margin-top:18%;
	top:1%;
	color:#000;
	position:absolute;
}

.featured {
  background: none;
  padding: 0;
  padding-bottom: 30px;
  text-align: center;
  color: #f0f0f0;
}


/*==============Start of Mobile Responsiveness===================*/
@media only screen and (min-width: 1601px) and (max-width: 5000px) {
  .sequence3 .thumbt {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    margin-top: 12%;
    color: #000;
    position: absolute;
    top: 6%;
  }
  .sequence-theme3 .nav {

    bottom: 20%;
    width: 50%;
    margin-left: 0;
    text-align: left;
    position: absolute;
    left: 33%;

  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.sequence-theme3 .thumbt{
		top:-6.3%;
		left:-0.1%;
	}
	.sequence-theme3 .nav {
		left:-21%;
		width:75%;
	}
}
@media only screen and (min-width: 1224px) {
  /*only display the hover effect on desktops/laptops*/
  .sequence-theme3 .nav li img:hover {
    opacity: 1;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
}
@media only screen and (max-width:1140px) and (min-width:1025px) {
	.sequence-theme3 .sequence3 h1{
		left:0%;
		font-size:1.9em;
	}
	.sequence-theme3 .sequence3 .title {
		font-size:1.5em;
	}
	.sequence-theme3 .sequence3 .subtitle {
		top:105%;
	}
	.sequence-theme3 .sequence3 .model {
		margin-left:-7%;
	}
	.sequence-theme3 .thumbt{
		margin-top:25%;
		margin-left:32.9%;
	}
	.sequence-theme3 .nav {
		left:-15.2%;
		width:75%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 1000px){
	.sequence-theme3 .sequence3 h1{
		left:5%;
	}
	.sequence-theme3 .sequence3 .title{
		left:38%;
		width:50%;
	}
	.sequence-theme3 .sequence3 .subtitle {
		left:38%;
		top:105%;
	}
	.sequence-theme3 .thumbt{
		left:4.9% ;
		top:15%;
	}
	.sequence-theme3 .nav {
		left:3.1%;
		width:50%;
	}
}
@media only screen and (max-width: 999px) and (min-width: 980px){
		.sequence-theme3 .sequence3 h1{
		left:5%;
	}
	.sequence-theme3 .sequence3 .title{
		left:38%;
		width:50%;
	}
	.sequence-theme3 .sequence3 .subtitle {
		left:38%;
		top:105%;
	}
	.sequence-theme3 .thumbt{
		left:4.9% ;
		top:15%;
	}
	.sequence-theme3 .nav {
		left:3.1%;
		width:50%;
	}
}
@media only screen and (min-width: 839px) and (max-width: 979px){
		.sequence-theme3 .sequence3 h1{
		left:3%;
		font-size:1.8em;
	}
	.sequence-theme3 .sequence3 .title{
		left:36.2%;
		width:50%;
	}
	.sequence-theme3 .sequence3 .subtitle {
		left:36.2%;
		top:104%;
	}
	.sequence-theme3 .thumbt{
		left:3.2% ;
		top:24%;
	}
	.sequence-theme3 .nav {
		left:0.5%;
		width:63%;
	}
	.sequence-theme3 .model {
		left:0% !important;
	}
}
@media only screen and (max-width: 838px) {
	.sequence-theme3 {
		height: 550px;
	}
	.sequence-theme3 .sequence3{
		height: 650px;
	}
	.sequence-theme3 .model {
		max-height: 280px;
		width: auto;
		margin-left:-10%;
	}
	.sequence-theme3 .model img{
		width:180px;
	}
	.sequence-theme3 .title {
		width: 70%;
		margin-left: 0%;
	}
	.sequence-theme3 .nav {
		margin-left:-15%;
		width:90%;
	}
	.sequence-theme3 .sequence3 h1{
		margin-left:-3%;
		font-family:1em;
	}
	.sequence-theme3 .sequence3 .thumbt{
		margin-top:54.5%;
		margin-left:2.5%;
	}
}
@media only screen and (max-width: 768px) {
  .sequence-theme3 {
    height: 600px;
	width:90%;
  }
    .sequence-theme3 .model {
    max-height: 280px !important;
    width: auto;
  }
      .sequence-theme3 .sequence3 .model img{
		max-width:181px;
	}
	.sequence-theme3 .animate-in .model {
		left: 8%;
	}
  .sequence-theme3 .animate-out .model {
    left: 8%;

  }
    .sequence-theme3 .sequence3 h1{
	  font-size:1.6em;
	  left:37%;
  }
  .sequence-theme3 .sequence3 .title {
    margin-left:15px;
	font-size:1.3em ;
	width:350px ;
  }
  .sequence-theme3 .subtitle {
    margin-left:15px;
	font-size:14px;
	width:95%;
	top:105%
  }
  .sequence-theme3 .sequence3 .thumbt{
	  margin-top:47%;
	  margin-left:35.6%;
  }
  .sequence-theme3 .next,
  .sequence-theme3 .prev {
    height: 60px;
    margin-top: -40px;
  }

   .sequence-theme3 .nav{
		left:37%;
		width:70%;
		top:56%;
   }
   .sequence-theme3 .nav img{
	   height:80px !important;
    width:54px !important;

  }
}
@media only screen and (max-width: 668px) {
	.sequence-theme3 {
		width:120%;
	}
	.sequence-theme3 .sequence3 h1{
		font-size:1.3em;
		margin-left:-3%;
	}
	.sequence-theme3 .animate-in .model {
		left: 4%;
	}
	.sequence-theme3 .animate-out .model {
		left: 8%;
	}
	.sequence-theme3 .sequence3 .title {
		font-size:0.9em ;
		width:50%;
	}
	  .sequence-theme3 .animate-in .title {
    left: 43%;

  }
	.sequence-theme3 .subtitle {
		margin-left:60px;
		font-size:12px;
		width:40%;
		margin-top:-3%;
	}
	.sequence-theme3 .sequence3 .thumbt{
		margin-top:83%;
		margin-left:0%;
	}
	.sequence-theme3 .nav{
		margin-left:-18%;
		width:100%;
		top:65%;
	}
}
@media only screen and (max-width: 568px) {
  .sequence-theme3 .model {
    left: 50%;
    min-width: 40%;
    /*prevents the model from shrinking when the browser is resized*/
    width: 40%;
  }
  .sequence-theme3 .animate-in .model {
    left: 50%;
    margin-left: -20%;
  }
  .sequence-theme3 .animate-out .model {
    left: 50%;
    margin-left: -20%;
  }
  .sequence-theme3 .title {

  }
  .sequence-theme3 .animate-in .title {
    left: 0%;

  }
  .sequence-theme3 .animate-out .title {
    left: -100%;

  }
  .sequence-theme3 .subtitle {
    visibility: hidden;
	display:none;
  }
  .sequence-theme3 .nav {
    bottom: 40px;
    visibility: hidden;
	display:none;
  }
  .sequence-theme3 .nav li img {
    height: 100px;
    visibility: hidden;
  }
}
@media only screen and (max-width: 518px) {
  .sequence-theme3 {
    height: 450px;
  }
  .sequence-theme3 .nav {
    opacity: 0;
	display:none;
    visibility: hidden;
  }
  .sequence-theme3 .title {
  
  }
}
@media only screen and (max-width: 468px) {
  .sequence-theme3 {
    height: 415px;
  }
  .sequence-theme3 .nav {
    opacity: 0;
    visibility: hidden;
	display:none;
  }
}
@media only screen and (max-width: 418px) {
 /*iphone portrait*/
  .sequence-theme3 {
    height: 450px;
  }
  .sequence-theme3 .sequence3{
	  height:500px;
	  width:100%;
  }

  .sequence-theme3 .sequence3 .thumbt{
	  visibility:hidden;
  }
  .sequence-theme3 .animate-in .model {
    margin-left: -21%;
  }
  .sequence-theme3 .animate-out .model {
    margin-left: -25%;
  }
  .sequence-theme3 .nav{
	  visibility:hidden;
	  display:none;
  }
  	.sequence-theme3 .sequence3 h1{
	font-size:1.4em;
	left:20%;
	text-align:center;
  }
  .sequence-theme3 .sequence3 .title {
	  visibility: visible;
	  font-size: 0.9em;
	  width:100%;
	  color:#000;	
	  margin-top:95%;
	  font-weight:bold;
	}
	.sequence-theme3 .animate-in .title {
		width:75%;
		margin-left:24%;
		 text-align:center;
	}
	.sequence-theme3 .animate-out .title {
	  left: 10%;
	}
}
@media only screen and (max-width: 368px) {
  /*iphone portrait*/
  .sequence-theme3 {
    height: 520px;
  }
  .sequence-theme3 .sequence3{
	  height:600px;
	  width:100%;
  }

  .sequence-theme3 .sequence3 .thumbt{
	  visibility:hidden;
  }
  .sequence-theme3 .animate-in .model {
    margin-left: -24%;
  }
  .sequence-theme3 .animate-out .model {
    margin-left: -25%;
  }
  .sequence-theme3 .nav{
	  visibility:hidden;
	  display:none;
  }
  	.sequence-theme3 .sequence3 h1{
	font-size:1.5em;
	margin-left:-20px;
	text-align:center;
  }
  .sequence-theme3 .sequence3 .title {
	  visibility: visible;
	  font-size: 0.9em;
	  width:100%;
	  color:#000;	
	  margin-top:100%;
	  font-weight:bold;
	}
	.sequence-theme3 .animate-in .title {
		width:80%;
		margin-left:17%;
		 text-align:center;
	}
	.sequence-theme3 .animate-out .title {
	  left: 10%;
	}
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  /*iphone portrait*/
  .sequence-theme3 {
    height: 400px;
  }
  .sequence-theme3 .sequence3{
	  height:500px;
	  width:100%;
  }

  .sequence-theme3 .sequence3 .thumbt{
	  visibility:hidden;
  }
  .sequence-theme3 .animate-in .model {
    margin-left: -33%;
  }
  .sequence-theme3 .animate-out .model {
    margin-left: -25%;
  }
  .sequence-theme3 .nav{
	  visibility:hidden;
	  display:none !important;
  }
  	.sequence-theme3 .sequence3 h1{
	font-size:1.4em;
	margin-left:10px;
	text-align:center;
  }
  .sequence-theme3 .sequence3 .title {
	  visibility: visible;
	  font-size: 0.9em;
	  width:100%;
	  color:#000;	
	  margin-top:95%;
	  font-weight:bold;
	}
	.sequence-theme3 .animate-in .title {
		width:90%;
		margin-left:4%;
		 text-align:center;
	}
	.sequence-theme3 .animate-out .title {
	  left: 10%;
	}
}
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
  .sequence-theme3 {
    height: 260px;
  }

  .sequence-theme3 .model {
    min-width: 24% !important;
    width: 24% !important;
  }
  .sequence-theme3 .animate-in .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme3 .animate-out .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme3 .nav {
	  display:none;
    visibility: hidden;
  
  }


}
/*==============End of Mobile Responsiveness===================*/
