  /*
  Theme1 Name: Bootslander
  Theme1 URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/
.sequence-theme
.sequence-theme {
  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-theme .sequence {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 95%;
  width: 100%;
  background-color:none;
}
.sequence-theme .next,
.sequence-theme .prev {
  color: black;
  cursor: pointer;
  
  font-weight: bold;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  height: 50px;
  margin-top: -47.5px;
}
.sequence-theme .pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-theme .paused {
  opacity: 0.3;
}
.sequence-theme .prev {
  left: 0;
}
.sequence-theme .next {
  right: 0;
}
.sequence-theme .prev img,
.sequence-theme .next img {
  height: 100%;
  width: auto;
}
.sequence-theme .sequence-preloder {
  background: #d9d9d9;
}
.sequence-theme .nav {
  bottom: 20%;
  width:50%;
  display: none;
  margin-left: 23.6%;
  position: absolute;
}
.sequence-theme .nav li {
  display: inline-block;
  height: 10px;
  padding-left:20px;
}
.sequence-theme .nav li {
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
}
.sequence-theme .nav li img {
	height:120px;
	width:auto;
  cursor: pointer;
}
.sequence-theme .nav li img.active {
  opacity: 1;
}
.sequence-theme .sequence li {
  height: 100%;
  position: absolute;
  top: -75%;
  width: 100%;
}
.sequence-theme .sequence li > * {
  position: absolute;
  
}
.sequence-theme .sequence 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-theme h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 30px;
 }
.sequence-theme h3{
  color: #fff;
  font-weight: bold;
  text-align: left !important;
}
.sequence-theme .next,
.sequence-theme .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-theme .next:hover,
.sequence-theme .prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme .title {
	font-weight:normal ;
  top: 80%;
  left: 80%;
  width:65% ;
  opacity: 0;
  bottom: 10%;
  z-index: 100;
  text-align: left;
  color:#000;
  font-weight:bold;

}
.sequence-theme .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-theme .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-theme .subtitle {
  color: #000;
  font-size: 20px;
  left: 80%;
  width: 60% !important;
  opacity: 1;
  top: 118%;
  text-align: left;
}
.sequence-theme .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-theme .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-theme .model {
  left: 10%;
  top: 80%;
  bottom: -48%;
  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-theme .animate-in .model {
  left: 12%;
  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-theme .animate-out .model {
  left: 10%;
  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;  
}


/* parallax */

section#intro1 {
    /*background: linear-gradient(
        rgba(20,20,20, .2), 
        rgba(20,20,20, .2)),
        transparent url(../images/bokks.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#intro1 {
    background-attachment: fixed;
  }
}

/* featured */
.sequence h1{
	font-size:2.2em;
	margin-left:33%;
	color:#000;
	margin-top:2%;
	position:absolute;
}
.sequence .thumbt{
	font-weight:bold;
	font-size:1em;
	margin-left:33.2%;
	margin-top:19%;
	color:#000;
	position:absolute;
}
.featured {
  background: none;
  padding: 0;
  padding-bottom: 30px;
  text-align: center;
  color: #f0f0f0;
}


/*============== Mbile ===================*/

@media(min-width: 768px) and (max-width: 979px) {
  .wrapper {
    width: 735px;
    margin: 0 auto;
  }
  .da-thumbs li article h5 {
    color: #fff;
    padding-top: 10px;
  }
  h1.title {
    font-size: 30px;
  }
}

@media(min-width: 480px) and (max-width: 767px) {
  .wrapper {
	width: 680px;
    margin: 0 auto;
  }
  .headline {
    background: none;
  }
  ul.portfolio_list li {
    margin-bottom: 20px;
  }
  .testimonial {
    margin-bottom: 20px;
  }
}

@media(max-width:480px) {
  .main-content {
    height: 340px;
  }
  .features {
    padding: 30px 0 0;
  }
  .cta .btn-group a.btn {
    display: block;
    margin-bottom: 10px;
  }
  .wrapper {
    width: 320px;
    margin: 0;
  }

  .phone {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 50px;
  }
  .headline {
    background: none;
  }
  ul.portfolio_list li {
    margin-bottom: 20px;
  }
}


.sequence-theme {
  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-theme .sequence {
  hight: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 95%;
  width: 100%;
  background-color:none;
}
.sequence-theme .next,
.sequence-theme .prev {
  color: black;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  height: 50px;
  margin-top: -47.5px;
}
.sequence-theme .pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-theme .paused {
  opacity: 0.3;
}
.sequence-theme .prev {
  left: 0;
}
.sequence-theme .next {
  right: 0;
}
.sequence-theme .prev img,
.sequence-theme .next img {
  height: 100%;
  width: auto;
}
.sequence-theme .sequence-preloder {
  background: #d9d9d9;
}
.sequence-theme .nav li {
  display: inline-block;
  height: 10px;
}
.sequence-theme .nav li {
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
}
.sequence-theme .nav li img {
  cursor: pointer;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme .nav li img.active {
  opacity: 1;
}
.sequence-theme .sequence li {
 height: 100%;
  position: absolute;
  top: -75%;
  width: 100%;
}
.sequence-theme .sequence li >  {
  position: absolute;
  
}
.sequence-theme .sequence li im {
  height: 96%;
}
.sequence-theme h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 30px;
 }
.sequence-theme h3{
  color: #fff;
  font-weight: bold;
  text-align: left !important;

}

.sequence-theme .next,
.sequence-theme .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-theme .next:hover,
.sequence-theme .prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-theme .title {
  top: 88%;
  font-size: 21px;
  left: 80%;
  width:65%;
  opacity: 0;
  bottom: 10%;
  z-index: 150;
  text-align: left;
}
.sequence-theme .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-theme .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-theme .subtitle {
  color: #000;
  font-size: 18px;
  left: 80%;
  width: 55% !important;
  opacity: 0;
  top: 101%;
  text-align: left;
}
.sequence-theme .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-theme .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-theme .model {
  left: 7%;
  top: 80%;
  bottom: -48%;
  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-theme .animate-in .model {
  left: 8.5%;
  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-theme .animate-out .model {
  left: 10%;
  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;  
}

/*==============Start of Mobile Responsiveness===================*/
@media only screen and (min-width: 1601px) and (max-width: 5000px) {
  .sequence .thumbt {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    margin-top: 12%;
    color: #000;
    position: absolute;
    top: 6%;
  }
  .sequence-theme .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-theme .thumbt{
		top:-6.3%;
		left:-0.1%;
	}
	.sequence-theme .nav {
		left:-14.8%;
		width:75%;
	}
	.modaly .modal-contenta iframe{
		width:100%;
	}
	.contactus .contactinfo{
		top:11%;
		position:relative;
	}
	.contactus .container{
		top:62%;
	}
	.contactus .csgmap iframe{
		width:600px;
	}
}

@media only screen and (min-width: 1224px) {
  /*only display the hover effect on desktops/laptops*/
  .sequence-theme .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-theme .sequence h1{
		left:0%;
	}
	.sequence-theme .sequence .title {
		font-size:1.5em;
		
	}
	.sequence-theme .sequence .subtitle {
		top:105%;
	}
	.sequence-theme .sequence .model {
		margin-left:-7%;
	}
	.sequence-theme .thumbt{
		top:12.3%;
		left:-0.1%;
	}
	.sequence-theme .nav {
		left:-8.9%;
		width:75%;
	}
	

}
@media only screen and (max-width: 1024px) and (min-width: 1000px){
	.sequence-theme .sequence h1{
		left:5%;
	}
	.sequence-theme .sequence .title{
		left:38%;
		width:50%;
	}
	.sequence-theme .sequence .subtitle {
		left:38%;
	}
	.sequence-theme .thumbt{
		left:4.9% ;
		top:15%;
	}
	.sequence-theme .nav {
		left:9.4%;
	}
}
@media only screen and (max-width: 999px) and (min-width:980px){
	.sequence-theme .sequence h1{
		left:5%;
	}
	.sequence-theme .sequence .title{
		left:38%;
		width:50%;
	}
	.sequence-theme .sequence .subtitle {
		left:38%;
	}
	.sequence-theme .thumbt{
		left:4.9% ;
		top:15%;
	}
	.sequence-theme .nav {
		left:9.4%;
	}
}
@media only screen and (min-width: 839px) and (max-width: 979px){
		.sequence-theme .sequence h1{
		left:3%;
	}
	.sequence-theme .sequence .title{
		left:36.2%;
		width:50%;
	}
	.sequence-theme .sequence .subtitle {
		left:36.2%;
	}
	.sequence-theme .thumbt{
		left:2.9% ;
		top:22%;
	}
	.sequence-theme .nav {
		left:6.4%;
		width:63%;
	}
	.sequence-theme .model {
		left:0% !important;
	}
	.contactus .csgmap iframe{
		width:380px;
	}
	.contactus .contactinfo{
		top:-12.4%;	
		position:relative;
	}
	.contactus .container{
		top:26%;
	}
}

@media only screen and (max-width: 838px){
	.sequence-theme {
		height: 550px;
	}
	.sequence-theme .sequence{
		height: 650px;
	}
	.sequence-theme .model {
		max-height: 280px;
		width: auto;
		margin-left:-10%;
	}
	.sequence-theme .title {
		width: 100%;
		margin-left: 0%;
	}
	.sequence-theme .nav {
		margin-left:1%;
		width:90%;
	}
	.sequence-theme .sequence h1{
		margin-left:-15%;
		font-family:1em;
	}
	.sequence-theme .sequence .thumbt{
		margin-top:47%;
		margin-left:3.8%;
	}
}
@media only screen and (max-width: 768px){
	.sequence-theme {
		height: 600px;
		width:90%;
	}
    .sequence-theme .model {
		max-height: 280px !important;
		width: auto;
	}
	.sequence-theme .animate-in .model {
		left: 8%;
	}
	.sequence-theme .animate-out .model {
		left: 8%;
	}
    .sequence-theme .sequence h1{
		font-size:1.8em;
		left:50%;
	}
	.sequence-theme .sequence .title {
		margin-left:15px;
		font-size:1.3em ;
		width:63%;
	}
	.sequence-theme .subtitle {
		margin-left:15px;
		font-size:14px;
		width:95%;
		top:105%;
	}
	.sequence-theme .sequence .thumbt{
		top:-1%;
		margin-left:35.5%;
	}
	.sequence-theme .next,
	.sequence-theme .prev {
		height: 60px;
		margin-top: -40px;
	}

	.sequence-theme .nav{
		left:20.7%;
		width:70%;
		top:53%;
	}
	.sequence-theme .nav img{
	   height:80px !important;
		width:50px;
	}
}
@media only screen and (max-width: 668px) and (min-width: 605px){
	.sequence-theme {
		width:120%;
	}
	.sequence-theme .sequence h1{
		font-size:1.6em;
		margin-left:-27%;
	}
	.sequence-theme .animate-in .model {
		left: 4%;
	}
	.sequence-theme .animate-out .model {
		left: 8%;
	}
	.sequence-theme .sequence .title {
		margin-left:50px;
		font-size:0.9em ;
		width:50%;
	}
	.sequence-theme .subtitle {
		margin-left:50px;
		font-size:12px;
		width:95%;
		margin-top:-3%;
	}
	.sequence-theme .sequence .thumbt{
		margin-top:75%;
		margin-left:0%;
	}
	.sequence-theme .nav{
		margin-left:0.2%;
		width:100%;
		top:65%;
	}
	.contactus .contactinfo{
		margin-left:-40%;
		width:80%;
		text-align:center;
	}
	.da-slider{
		height:280px;
	}
	.da-slide .da-img {
		border: solid black 2px;
		float:center;
		left:13%;
		max-width: 130px; 
		height: 130px; 
		text-align:center;
		position:absolute;
		margin-top:15px;
		overflow:hidden;
	}
	.da-slider .da-slide .da-img img{
		height:130px;
		width:130px;
	}
	.da-slide h2{
		font-size:0.8em;
		margin-top:10px;
		margin-left:30px;
	}
	.da-slide p{
		font-size:0.9em;
	}
	.da-slide .abn{
		margin-top:-11.5%;
		font-size:0.7em;
		position:absolute;
	}
}
@media only screen and (max-width: 568px) {
  .sequence-theme .model {
    left: 50%;
    min-width: 40%;
    /*prevents the model from shrinking when the browser is resized*/
    width: 40%;
  }
  .sequence-theme .animate-in .model {
    left: 50%;
    margin-left: -20%;
  }
  .sequence-theme .animate-out .model {
    left: 50%;
    margin-left: -20%;
  }
  .sequence-theme .title {
    visibility: hidden;
  }
  .sequence-theme .animate-in .title {
    left: 0%;
  }
  .sequence-theme .animate-out .title {
    left: -100%;
  }
  .sequence-theme .subtitle {
    visibility: hidden;
  }
  .sequence-theme .nav {
    visibility: hidden;
  }
  .sequence-theme .nav li img {
    height: 100px;
    visibility: hidden;
  }
}
@media only screen and (max-width: 518px) {
  .sequence-theme {
    height: 450px;
  }
  .sequence-theme .nav {
    opacity: 0;
    visibility: hidden;
  }
  .sequence-theme .title {
  
  }
}
@media only screen and (max-width: 468px) {
  .sequence-theme {
    height: 415px;
  }
  .sequence-theme .nav {
    visibility: hidden;
  }
}
@media only screen and (max-width: 418px) {
   /*iphone portrait*/
  .sequence-theme {
    height: 400px;
  }
  .sequence-theme .sequence{
	  height:420px;
	  width:100%;
  }

  .sequence-theme .sequence .thumbt{
	  visibility:hidden;
  }
  .sequence-theme .animate-in .model {
    margin-left: -21%;
  }
  .sequence-theme .animate-out .model {
    margin-left: -25%;
  }
  .sequence-theme .nav{
	  visibility:hidden;
  }
  	.sequence-theme .sequence h1{
	font-size:1.5em;
	left:38%;
	text-align:center;
  }
  .sequence-theme .sequence .title {
	  visibility: visible;
	  font-size: 0.9em;
	  width:100%;
	  color:#000;	
	  margin-top:95%;
	  font-weight:bold;
	}
	.sequence-theme .animate-in .title {
		width:70%;
		margin-left:28%;
		 text-align:center;
		 top:80%;
	}
	.sequence-theme .animate-out .title {
	  left: 10%;
	}

}
@media only screen and (max-width: 368px) {
    /*iphone portrait*/
  .sequence-theme {
    height: 450px;
  }
  .sequence-theme .sequence{
	  height:520px;
	  width:100%;
  }

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

}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  /*iphone portrait*/
  .sequence-theme {
    height: 400px;
  }
  .sequence-theme .sequence{
	  height:500px;
	  width:100%;
  }

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

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

  .sequence-theme .model {
    min-width: 24%;
    width: 24%;
  }
  .sequence-theme .animate-in .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme .animate-out .model {
    left: 17.5%;
    margin-left: 0;
  }
  .sequence-theme .nav {
    visibility:hidden;
  }
  .sequence-theme .sequence .title {
	  visibility: visible ;
	font-weight:bold ;
	  font-size: 0.9em ;
	  width:90% ;
	  color:#000;
	  text-align:center;
	  margin-top:145%;
	  margin-left:-30%;
	}
	.sequence-theme .animate-in .title {
	  left: 33%;

	}
	.sequence-theme .animate-out .title {
	  left: 33%;

	}

}

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