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

.sequence-theme4 {
  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-theme4 .sequence4 {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 95%;
  width: 100%;
  background-color:none;
}
.sequence-theme4 .next,
.sequence-theme4 .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-theme4 .pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-theme4 .paused {
  opacity: 0.3;
}
.sequence-theme4 .prev {
  left: 0;
}
.sequence-theme4 .next {
  right: 0;
}
.sequence-theme4 .prev img,
.sequence-theme4 .next img {
  height: 100%;
  width: auto;
}
.sequence-theme4 .sequence-preloder {
  background: #d9d9d9;
}
.sequence-theme4 .nav {
  bottom: 18%;
  width:48%;
  display: none;
  margin-left: 2.9%;
  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-theme4 .nav li {
  display: inline-block;
  height: 10px;
  padding-left:20px
}
.sequence-theme4 .nav li {
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
}
.sequence-theme4 .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-theme4 .nav li img.active {
  opacity: 1;
}
.sequence-theme4 .sequence4 li {
  height: 100%;
  position: absolute;
  top: -75%;
  width: 100%;
}
.sequence-theme4 .sequence4 li > * {
  position: absolute;
  
}
.sequence-theme4 .sequence4 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-theme4 h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 30px;
 }
.sequence-theme4 h3{
  color: #fff;
  font-weight: bold;
  text-align: left !important;
}
.sequence-theme4 .next,
.sequence-theme4 .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-theme4 .next:hover,
.sequence-theme4 .prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme4 .title {
font-weight:bold;
  top: 90%;
  font-size: 20px;
  width:57%;
  opacity: 0;
  bottom: 10%;
  z-index: 100;
  text-align: left;
  color:#000;
  /*text-shadow: 5px 5px 5px #5F9EA0;*/
}
.sequence-theme4 .animate-in .title {
  left: 10%;
  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-theme4 .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-theme4 .subtitle {
  color: #000;
  font-size: 18px;
  width: 56% !important;
  opacity: 0;
  top: 99%;
  text-align: left;
}
.sequence-theme4 .animate-in .subtitle {
  left: 10%;
  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-theme4 .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-theme4 .model {
  top: 80%;
  bottom: -48%;
  opacity: 0;
  left:100%;
  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-theme4 .model img{
  max-width: 220px;
}


.sequence-theme4 .animate-in .model {
  left: 70%;
  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-theme4 .animate-out .model {
  left: 50%;
  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#intro4 {
 
   /* background: linear-gradient(
        rgba(20,20,20, .3), 
        rgba(20,20,20, .5)),
        transparent url(../images/b55.jpg) 50%  0 no-repeat;
    background-size:100% 100%;*/
    background:#FAFAFB;
  color: #fff;
  max-height: 500px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  

}

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

/* featured */

.sequence4 h1{
  font-size:2.2em;
  color:#000;
  margin-top:2%;
  text-align:left;
  margin-left:9.4%;
  position:absolute;
}
.sequence4 .thumbt{
  font-weight:bold;
  font-size:1em;
  margin-left:10.2%;
  margin-top:20%;
  top:-0.2%;
  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) {
  .sequence4 .thumbt {
    font-weight: bold;
    font-size: 1em;
    margin-left: 10%;
    margin-top: 12.7%;
    color: #000;
    position: absolute;
    top: 6%;
  }
  .sequence-theme4 .nav {
    left: 10.8%;
    text-align: left;
    margin-left: 0!important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .sequence-theme4 .thumbt{
    top:-6.3%;
    left:-0.1%;
  }
  .sequence-theme4 .nav {
    left:-16%;
    width:75%;
  }
}
@media only screen and (min-width: 1224px) {
  /*only display the hover effect on desktops/laptops*/
  .sequence-theme4 .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-theme4 .sequence4 h1{
    left:-7%;
  }
  .sequence-theme4 .animate-in .title {
    margin-left:-6.7%;
  }
  .sequence-theme4 .animate-in .subtitle {
    top:105%;
    left:3.4%
  }
  .sequence-theme4 .thumbt{
    top:14%;
    left:-6.7%;
  }
  .sequence-theme4 .nav {
    left:-18.9%;
    width:80%;
  }

}
@media only screen and (max-width: 1024px) and (min-width: 1000px){

  .sequence-theme4 .thumbt{
    left:-0.1% ;
    top:15%;
  }
  .sequence-theme4 .nav {
    left:4.4%;
  }
  .sequence-theme4 .sequence4 .subtitle {
    top:105%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 980px){
  .sequence-theme4 .thumbt{
    left:-0.1% ;
    top:15%;
  }
  .sequence-theme4 .nav {
    left:5.4%;
  }
  .sequence-theme4 .sequence4 .subtitle {
    top:105%;
  }
}
@media only screen and (min-width: 839px) and (max-width: 979px){
  .sequence-theme4 .sequence4 h1{
    left:-9%;
  }
  .sequence-theme4 .sequence4 .title{
    left:1.2%;
    width:62%;
  }
  .sequence-theme4 .sequence4 .subtitle {
    top:102%;
    left:1.2%;
  }
  .sequence-theme4 .thumbt{
    left:-9% ;
    top:23%;
  }
  .sequence-theme4 .nav {
    left:-6.1%;
    width:63%;
  }
}

@media only screen and (max-width: 838px) {
  .sequence-theme4 {
    height: 550px;

  }
  .sequence-theme4 .model {
    max-height: 530px ;
    width: auto;

  }
  .sequence-theme4 .title {
    width: 420%;
    left: 70%;
  }
   .sequence-theme4 .nav {
   
  }
}
@media only screen and (max-width: 768px) {
 .sequence-theme4 {
    height: 600px;
  width:90%;
  }
   .sequence-theme4 .sequence4{
   }
       .sequence-theme4 .model img{
    max-width:180px;
  }
    .sequence-theme4 .model {
    max-height: 280px !important;
    width: auto;
  left:15%;
  }
    .sequence-theme4 .animate-in .model {
    left: 32%;
  margin-left:32%;

  }
  .sequence-theme4 .animate-out .model {
    left: 25%;

  }
    .sequence-theme4 h1{
    font-size:1.8em;
    left:-10%;
  }
  .sequence-theme4 .sequence4 .title {
    margin-left:-10%;
  font-size:1.2em ;
  width:300px ;
  }
  .sequence-theme4 .subtitle {
    margin-left:-10%;
  font-size:12px;
  width:80%;
  top:105%;
  }
  .sequence-theme4 .sequence4 .thumbt{
    margin-top:43%;
    margin-left:1%;
    
  }
  .sequence-theme4 .next,
  .sequence-theme4 .prev {
    height: 60px;
    margin-top: -40px;
  }

   .sequence-theme4 .nav{
  left:-28.5%;
  width:100%;
  top:50%;
   }
   .sequence-theme4 .nav img{
     height:80px !important;
        width:55px !important;

  }
}
@media only screen and (max-width: 668px) {
  .sequence-theme4 {
    width:120%;
  }
  .sequence-theme4 .sequence4 h1{
    font-size:1.5em;
    margin-left:0.3%;
  }
  .sequence-theme4 .animate-in .model {
    left: 21%;
  }
  .sequence-theme4 .animate-out .model {
    left: 8%;
  }
  .sequence-theme4 .sequence4 .title {
    margin-left:-10%;
    font-size:0.9em ;
    width:50%;
  }
  .sequence-theme4 .subtitle {
    margin-left:-10%;
    font-size:12px;
    width:95%;
    margin-top:-3%;
  }
  .sequence-theme4 .sequence4 .thumbt{
    margin-top:85%;
    margin-left:0%;
  }
  .sequence-theme4 .nav{
    margin-left:0.2%;
    width:100%;
    top:65%;
  }
}
@media only screen and (max-width: 568px) {
  .sequence-theme4 .model {
    left: 50%;
    min-width: 40%;
    /*prevents the model from shrinking when the browser is resized*/
    width: 40%;
  }
  .sequence-theme4 .animate-in .model {
    left: 50%;
    margin-left: -20%;
  }
  .sequence-theme4 .animate-out .model {
    left: 50%;
    margin-left: -20%;
  }
  .sequence-theme4 .title {

  }
  .sequence-theme4 .animate-in .title {
    left: 0%;
    visibility: hidden;
  }
  .sequence-theme4 .animate-out .title {
    left: -100%;
    visibility: hidden;
  }
  .sequence-theme4 .subtitle {
    visibility: hidden;
  }
  .sequence-theme4 .nav {
    bottom: 40px;
    visibility: hidden;
  }
  .sequence-theme4 .nav li img {
    height: 100px;
    visibility: hidden;
  }
}
@media only screen and (max-width: 518px) {
  .sequence-theme4 {
    height: 450px;
  }
  .sequence-theme4 .nav {
    opacity: 0;
    visibility: hidden;
  }
  .sequence-theme4 .title {
  
  }
}
@media only screen and (max-width: 468px) {
  .sequence-theme4 {
    height: 415px;
  }
  .sequence-theme4 .nav {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 418px) {
  /*iphone portrait*/
  .sequence-theme4 {
    height: 420px;
  }
  .sequence-theme4 .sequence4{
    height:480px;
    width:100%;
  }

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

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

 .sequence-theme4 .sequence4 .thumbt{
    visibility:hidden;
  }
 .sequence-theme4 .animate-in .model {
    margin-left: -32%;
  }
 .sequence-theme4 .animate-out .model {
    margin-left: -25%;
  }
 .sequence-theme4 .nav{
    visibility:hidden;
  }
    .sequence-theme4 .sequence4 h1{
  font-size:1.5em;
  margin-left:8px;
  }
 .sequence-theme4 .sequence4 .title {
    visibility: visible;
    font-size: 0.9em;
    width:100%;
    color:#000; 
    margin-top:95%;
    font-weight:bold;
  }
  .sequence-theme4 .animate-in .title {
    width:90%;
    margin-left:7%;
     text-align:center;
  }
  .sequence-theme4 .animate-out .title {
    left: 10%;
  }

}
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
  .sequence-theme4 {
    height: 320px;

  }

  .sequence-theme4 .model {
    min-width: 24%;
    width: 24%;
  }
  .sequence-theme4 .animate-in .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme4 .animate-out .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme4 .nav {

    visibility:hidden;
  
  }
    .sequence-theme4 .title {
    visibility: visible ;
  font-weight:normal ;
    font-size: 14px ;
    width:90% ;
    color:#000;
    text-align:center;
    margin-top:135%;
  }
  .sequence-theme4 .animate-in .title {
    left: 33%;
  }
  .sequence-theme4 .animate-out .title {
    left: 33%;
  }


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