  /*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
    #owl-demo .item{
       margin: 0.5em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		padding: 1em;
		background: #fff;
		cursor:pointer;
    }
	#owl-demo1 .item{
       margin: 0.5em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		padding: 1em;
		background: #fff;
		cursor:pointer;
    }
	#owl-demo2 .item{
       margin: 0.5em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		padding: 1em;
		background: #fff;
		cursor:pointer;
    }
	
	#owl-demo3 .item{
       margin: 0.5em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		padding: 1em;
		background: #fff;
		cursor:pointer;
    }
	
	#owl-demo4 .item{
       margin: 0.5em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		padding: 1em;
		background: #fff;
		cursor:pointer;
    }
	
	#owl-demo5 .item{
       margin: 0.5em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		padding: 1em;
		background: #fff;
		cursor:pointer;
    }
    #owl-demo .item:hover a{
    	color:#171717;
    }
   #owl-demo  .item img{
        display: block; 
        height: auto;
    }
.item img,.item a,.item p{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.item img:hover,.item a:hover,.item p:hover{
	opacity:1;
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/*-----*/
.item h4 a{
	font-size: 1.8em;
	color: #999999;
	padding: 0.5em 0 0.4em 0;
	display:block;
	transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
}
.item a.btn{
	font-size: 1.2em;
	background: #3CC395;
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
}
/*---//--*/
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	height:85px;
	width:34px;
	display:block;
	font-size: 12px;
	transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	opacity:0.6;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}
.owl-prev {
	position: absolute;
	top: 23%;
	left: -5%;
	background: url(/images/c-arrows.png) no-repeat;
}
.owl-next{
	position: absolute;
	top:23%;
	right: -5%;
	background: url(/images/c-arrows.png) no-repeat -39px 0px;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: url(/images/c-arrows.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/Bootslander/AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	/* margin: 2% 0 4%; */
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/Bootslander/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
@media only screen and (max-width:5000px) and (min-width:1921px)
{
	.wrap-content{
		width: 1920px;
		margin: auto;
	}
	.wrap-header1 {
		width: 1920px;
		margin: auto;
	}
	.wrap-header2-bg{
		width: 100%;
		background-color: #043a76;
	}
	.wrap-header2 {
		width: 1920px;
		margin: auto;
	}
	.wrap-footer-bg{
		width: 100%;
		background-color: #004391;
	}
	.wrap-footer{
		width: 1920px;
		margin: auto;
	}
	
}
@media only screen and (max-width:5000px) and (min-width:1601px){
	.modaly .modal-contenta{
		width:50% !important;
		height:65%;	
	}
	.modaly .modal-contenta iframe{
		width: 101% !important;
		height:100% !important;
	}
	.contactus .csgmap iframe {
		width: 45%;
		height: 400px;
	}
	.contactinfo {
    position: relative;
		width: 40%;
		left: 50%;
		margin-top: 0;
		top: -62%;
	}

	.foota .cont {
		display: block;
		
	}
	/*.foota .cont .atb2 {
		position: relative;
		top: 148px;
	}
	.foota .cont .atb3 {
		position: relative;
		top: 288px;
	}
	
	.foota .cont .atb4 {
		position: relative;
		top: 409px;
	}*/
	.foota .cont .atb .asd {
	}
	.foota .cont .atb4 ul i {
    width: 5%;
    border-radius: 50%;
	}

}
@media only screen and (max-width:1440px) and (min-width:1367px) {
	.owl-carousel {
		width: 80%;
		margin: 0 auto;
		padding: 2%;
	}
	.modaly .modal-contenta iframe{
		width:101% !important;
	}
	.sequence-theme .sequence h1{
		margin-left:33% !important;
	}
	.sequence-theme .nav{
		margin-left:22.6% !important;
	}
	.sequence-theme2 .nav{
		margin-left:2.3% !important;
	}
	.sequence-theme3 .sequence3 h1{
		margin-left:32.3% !important;
	}
	.sequence-theme3 .nav{
		left:-0.8%;
	}
	.sequence-theme4 .nav{
		left:-0.8%;
	}
	
	.sequence-theme5 .sequence5 h1{
		left:0%;
	}
	.sequence-theme5 .nav{
		left:-1%;
	}
	.contactus .csgmap{
		margin-left:4%;
	}
	.contactus .contactinfo{
		margin-top:-28.4%;
	}
	.contactus .container{
		top:4%;
	}
}

@media only screen and (max-width:1365px) and (min-width:1280px) {
	.owl-carousel {
		width: 80%;
		margin: 0 auto;
		padding: 2%;
	}
	.modaly .modal-contenta iframe{
			width:770px !important;
	}
}
@media only screen and (max-width:1330px) and (min-width:1280px) {
	.sequence-theme .nav{
		left:1%;
	}
		.sequence-theme3 .nav{
		left:1%;
	}
		.sequence-theme5 .nav{
		left:1%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1201px) {
	.sequence-theme .nav{
		left:1%;
	}
	.sequence-theme .thumbt{
		top:6%;
	}
	.sequence-theme2 .nav{
		left:0.5%;
	}
	.sequence-theme2 .thumbt{
		top:9%;
	}
	.sequence-theme3 .nav{
		left:0.8%;
	}
	.sequence-theme3 .thumbt{
		top:8% !important;
	}
	.sequence-theme4 .nav{
		left:0.9%;
	}
	.sequence-theme4 .thumbt{
		top:6% !important;
	}
	.sequence-theme5 .nav{
		left:0.8%;
	}
	.sequence-theme5 .thumbt{
		top:6% !important;
	}
}
@media only screen and (max-width:1200px) and (min-width:1140px){
	.sequence-theme .nav{
		left:2%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1081px) {
	.owl-carousel {
		width: 80%;
		margin: 0 auto;
		padding: 2%;
	}
	.item h4 a{
		font-size: 1.2em;
	}
	.contactus .contactinfo{
		width:37%;
		left:53%;
		position:relative;
		top:-3%;
	}
	.modaly .modal-contenta iframe{
		width:760px !important;
	}
	.modal .modal-content{
		width:900px !important;
	}
	.modal .modal-content iframe{
		margin-left:-21%;
		width:1100px;
		height:800px;
		overflow:hidden;
	}
	.contactus .csgmap iframe{
		width:500px;	
	}
	.contactus .container{
		left:3%;
		top:34%;
	}

}

@media only screen and (max-width:1080px) and (min-width:801px){
		.modal{
		height:80%;
	}
	
	.modal .modal-content{
		margin-left:22px;
		width:920px;
		height:900px;
	}
	.modal .modal-content iframe{
		width:950px;
		height:800px;
	}
	.owl-carousel {
		width: 80%;
		margin: 0 auto;
		padding: 2%;
	}
	
	.stat-demo .stat .row ul li{
		height:50px;
		width: 80px;
	}
	.stat-demo .stat .row .abt{
		padding-left:30px;
		padding-right:30px;
	}

	.da-slide h1{
		font-size:2.2em;
		margin-left:8%;
	}
	.da-slide h2 a{
		font-size:1em;
	}
	.da-slide p{
		font-size:19px;
	}
	.contactus .csgmap iframe{
		left:0%;
		width:460px;
	}
	
	.contactus .container{
		margin-top:-24%;
		margin-left:10%;
	}
	.contactus .container textarea{
		width:40%;
	}
	.contactus .container input{
		width:40%;
	}
	.contactus{
		height:auto;
	}
	.contactus .contactinfo{
		margin-top:-38%;
		left:54.8%;
		width:38%;
		text-align:left;
	}
	.modaly .close1{
		margin-right:50px;
	}
	.modaly .modal-contenta iframe{
		width:100% !important;
		height:100% !important;
	}
	.modaly .modal-contenta{
		width:68%;
		height:480px;
	}
	
}
@media only screen and (max-width:640px) and (min-width:640px) {
	.stat-demo{
		height:auto!important;
		margin-bottom: 30px !important;
	}
	.stats-con
	{
		height: auto;
		margin: auto;
		width: 53%;
	}
	.stats-row
	{
		margin-top: 75px;
		margin-left: 0% !important;
		display: block!important;
		padding: 20px 15px;
		width: 100%;
	}
	.stats-row .stats-col {
    padding-left: 0px!important;
    padding: 15px;
    display: inline-flex;
	}
}
@media only screen and (max-width:740px) and (min-width:740px)
{
	.contactus .csgmap {
    padding-top: 0;
		padding-left: 0;
	}
	.contactus .csgmap iframe {
    width: 97%!important;
    margin: 10px!important;
	}
}
@media only screen and (max-width:1200px) and (min-width:987px)
{
	.stat-demo{
		height:auto!important;
		margin-bottom: 30px !important;
	}
	.stats-con
	{
		height: auto;
		margin: auto;
		width: 53%;
	}
	.stats-row
	{
		margin-top: 75px;
		margin-left: 0% !important;
		display: block!important;
		padding: 20px 15px;
		width: 100%;
	}
	.stats-row .stats-col {
    padding-left: 0px!important;
    padding: 15px;
    display: inline-flex;
	}
}
@media only screen and (max-width:600px) and (min-width:569px)
{
    
    .contactinfo {
    left: 53%!important;
    }
    .sequence-theme {
    width: 100%!important;
    }
    .sequence-theme .sequence h1 {
    left: 51%!important;
    }
    .sequence-theme .model {
    margin-left: -14%!important;
        
    }
    .sequence-theme .sequence .title {
    margin-left: 19px!important;
    top: 80%!important;
    } 
    .sequence-theme .subtitle {
    margin-left: 19px!important;
    top: 96%!important;
    }
    .sequence-theme .nav {
    left: 22% !important;
    width: 74% !important;
    top: 53% !important;
    }
    .sequence-theme .sequence .thumbt {
    margin-top: 55% !important;
    margin-left: 36% !important;
    }
    .sequence-theme2 .sequence2 .thumbt {
    margin-top: 55%!important;
        
    }
    .sequence-theme2 .nav {
    margin-left: 6.7% !important;
    top: 54% !important;
    }
    .sequence-theme2 .subtitle {
    top: 101%!important;
    }
    .sequence-theme3 .sequence3 h1 {
    left: 38%!important;
    }
    .sequence-theme3 .sequence3 .title {
    margin-left: -35px!important;
    
    } 
    
    .sequence-theme3 .subtitle {
    margin-left: 17px!important;
    }
    .sequence-theme3 .nav {
    left: 41% !important;
    width: 75% !important;
    top: 55% !important;
    }
    .sequence-theme3 .model {
    margin-left: -8%!important;
    }
    .sequence-theme3 .sequence3 .thumbt {
    margin-top: 55% !important;
    margin-left: 36% !important;
    }
    .sequence-theme4 .sequence4 .thumbt {
    margin-top: 55.7%!important;
        
    }
    .sequence-theme4 .sequence4 h1 {
    margin-left: 9.3%!important;
    }
    .sequence-theme4 .nav {
    margin-left: 5.2% !important;
    top: 54% !important;
    }
    .sequence-theme5 .sequence5 h1 {
    left: 38%!important;
    }
    .sequence-theme5 .sequence5 .title {
    margin-left: -37px!important;
    } 
    .sequence-theme5 .subtitle {
    margin-left: 17px!important;
    }
    .sequence-theme5 .nav {
    left: 55% !important;
    width: 60% !important;
    top: 53% !important;
    }
    .sequence-theme5 .sequence5 .thumbt {
    margin-top: 54% !important;
    margin-left: 36% !important;
    }
    .wrapper {
    width: auto!important;
    margin: 0 auto;
    }
}
@media only screen and (max-width:604px) and (min-width:601px)
{
    .foota {
    height: 225px!important;
    }
    .contactinfo {
    left: 53%!important;
    }
    .sequence-theme {
    width: 100%!important;
    }
    .sequence-theme .sequence h1 {
    left: 55%!important;
    }
    .sequence-theme .sequence .title {
    margin-left: 40px!important;
        
    }
    .sequence-theme .subtitle {
    margin-left: 41px!important;
    }
    .sequence-theme .sequence .thumbt {
    top: 4.8%!important;
    margin-left: 40.5%!important;
    }
    .sequence-theme .sequence {
    left: -4%;
        
    }
    .sequence-theme .nav {
    left: 23.7% !important;
        
    }
    .sequence-theme2 .sequence2 .thumbt {
    margin-top: 52%!important;
        
    }
    .sequence-theme2 .nav {
    margin-left: 6%!important;
    top: 53%!important;
    }
    .sequence-theme3 .sequence3 h1 {
    left: 37%!important;
    }
    .sequence-theme3 .sequence3 .title {
    margin-left: -41px!important;
    } 
    .sequence-theme3 .subtitle {
    margin-left: 14px!important;
    }
    .sequence-theme3 .nav {
    left: 40%!important;
    width: 74%!important;
    top: 53%!important;
    }
    .sequence-theme3 .sequence3 .thumbt {
    margin-top: 51% !important;
    margin-left: 35% !important;
    }
    .sequence-theme4 .sequence4 h1 {
    margin-left: 9.3%!important;
    }
    .sequence-theme4 .sequence4 .thumbt {
    margin-top: 51.7%!important;
        
    }
    .sequence-theme4 .nav {
    margin-left: 5%!important;
    top: 53%!important;
    }
    .sequence-theme5 .sequence5 h1 {
    left: 36%!important;
    }
    .sequence-theme5 .sequence5 .title {
    margin-left: -47px!important;
    } 
    .sequence-theme5 .subtitle {
    margin-left: 8px!important;
    }
    .sequence-theme5 .nav {
    left: 36%!important;
    width: 74%!important;
    top: 53%!important;
    }
    .sequence-theme5 .nav {
    left: 53%!important;
    width: 60%!important;
    top: 53%!important;
    }
    .sequence-theme5 .sequence5 .thumbt {
    margin-top: 52.5% !important;
    margin-left: 34.5% !important;
    }
    
}
@media only screen and (max-width:568px) and (min-width:419px)
{
    .modaly .close1{
        position:absolute;
        top:0%;
        right:0%;
    }
    .sequence-theme .sequence h1 
    {
        left: 40%!important;
    }
    .sequence-theme .model {
        left: 44% !important;
    }
    .sequence-theme .sequence .thumbt {
        display:none;
    }
    .sequence-theme .nav {
        display: none !important;
        
    }
    .sequence-theme2 .nav {
        display: none !important;
    }
     .sequence-theme3 .nav {
        display: none !important;
    }
     .sequence-theme4 .nav {
        display: none !important;
    }
     .sequence-theme5 .nav {
        display: none !important;
    }
    .sequence-theme .title {
        visibility: visible!important;
        left: 16% !important;
        top: 122% !important;
        text-align: center!important;
        font-size: 0.9em!important;
    }
    
    .sequence-theme2 .sequence2 h1 {
        margin-left: 29.3%!important;
    }
    .sequence-theme2 .model {
        left: 45% !important;
    }
    .sequence-theme2 .sequence2 .thumbt
    {
        display:none;
    }
    
    .sequence-theme2 .sequence2 .title {
        visibility: visible;
        left: 37% !important;
        top: 125% !important;
        text-align: center !important;
    }
    .sequence-theme3 .sequence3 h1 {
    font-size: 1.6em;
    left: 18%!important;
    }
    .sequence-theme3 .sequence3 .title {
        visibility: visible!important;
        left: 22% !important;
        top: 122% !important;
        text-align: center!important;
        font-size: 0.9em!important;
    }
    
    .sequence-theme3 .sequence3 .thumbt
    {
        display:none;
    }
    .sequence-theme4 h1 {
    left: 16%!important;
    }
    .sequence-theme4 .sequence4 .thumbt
    {
        display:none;
    }
    .sequence-theme4 .sequence4 .title {
        visibility: visible!important;
        left: 35% !important;
        top: 141% !important;
        text-align: center!important;
        font-size: 0.9em!important;
    }
     .sequence-theme5 .sequence5 h1 {
    left: 18%!important;
    }
    .sequence-theme5 .sequence5 .thumbt
    {
        display:none;
    }
    .sequence-theme5 .sequence5 .title {
        visibility: visible!important;
        left: 22% !important;
        top: 122% !important;
        text-align: center!important;
        font-size: 0.9em!important;
    }
    .contactus .contactinfo {
    margin-left: -46%!important;
        
    }
}
@media only screen and (max-width:668px) and (min-width:605px)
{
	.wrapper {
    width: auto!important;
    margin: 0 auto;
		}
		.contactinfo {
			left:49% !important;
		}
	/*Slide1*/
	.sequence-theme .sequence h1 {
    font-size: 1.6em;
		margin-left: -15%!important;
		margin-top: 5%;
	}
	.sequence-theme .sequence .title {
    margin-left: 13px!important;
    font-size: 0.9em;
    width: 50%;
	}
	.sequence-theme .subtitle {
    margin-left: 12px!important;
    font-size: 12px;
    width: 95%;
    margin-top: -3%;
	}
	.sequence-theme .sequence .thumbt {
    margin-top: 48%!important;
    margin-left: 35%!important;
	}
	.sequence-theme .nav {
    margin-left:0.2% !important;
    width: 70% !important;
    top: 53% !important;
	}

	/*Slider2 */
	.sequence2 .thumbt {
    margin-top: 47%!important;
    margin-left: 0%;
	}
	.sequence-theme2 .nav {
		left: -25%!important;
		top: 53%!important;
	}
	
	/*Slide3*/
	.sequence-theme3 .sequence3 h1 {
    font-size: 1.6em;
		margin-left: -3%!important;
		margin-top: 5%;
	}
	.sequence-theme3 .sequence3 .title {
    margin-left: -46px!important;
    font-size: 0.9em;
    width: 50%;
	}
	.sequence-theme3 .subtitle {
    margin-left: 13px!important;
    font-size: 12px;
    width: 95%;
    margin-top: -3%;
	}
	.sequence-theme3 .sequence3 .thumbt {
    margin-top: 46%!important;
    margin-left: 35%!important;
	}
	.sequence-theme3 .nav {
    margin-left: -15.8% !important;
    width: 70% !important;
    top: 53% !important;
}
	/*Slide4*/
	.sequence-theme4 .sequence4 .thumbt {	
    margin-top: 47%!important;
    margin-left: 0%;
	}
	.sequence-theme4 .nav {
		left: -26.5%!important;
		top: 53%!important;
	}
	.sequence-theme4 h1 {
    font-size: 1.8em;
    left: 0%!important;
}
		
	/*Slide5*/
	.sequence-theme5 .sequence5 h1 {
    font-size: 1.6em;
		margin-left: -15%!important;
		margin-top: 5%;
	}
	.sequence-theme5 .sequence5 .title {
    margin-left: -48px !important;
    font-size: 0.9em;
    width: 50%;
	}
	.sequence-theme5 .subtitle {
    margin-left: 12px!important;
    font-size: 12px;
    width: 95%;
    margin-top: -3%;
	}
	.sequence-theme5 .sequence5 .thumbt {
    margin-top: 47%!important;
    margin-left: 35%!important;
	}
	.sequence-theme5 .nav {
    margin-left: 0.2%!important;
    width: 70%!important;
    top: 53%!important;
	}
}
@media only screen and (max-width:738px) and (min-width:500px)
{
	.stat-demo{
		height:auto!important;
		margin-bottom: 30px !important;
	}
	.stats-con
	{
		height: auto;
		margin: auto;
		width: 74%;
	}
	.stats-row
	{
		margin-top: 75px;
		margin-left: 0% !important;
		display: block!important;
		padding: 20px 15px;
		width: 100%;
	}
	.stats-row .stats-col {
    padding-left: 0px!important;
    padding: 15px;
    display: inline-flex;
	}
}
@media only screen and (max-width:986px) and (min-width:739px)
{
	
	.stat-demo{
		height:auto!important;
		margin-bottom: 30px !important;
	}
	.stats-con
	{
		height: auto;
		margin: auto;
		width: 65%;
	}
	.stats-row
	{
		margin-top: 75px;
		margin-left: 0% !important;
		display: block!important;
		padding: 20px 15px;
		width: 100%;
	}
	.stats-row .stats-col {
    padding-left: 0px!important;
    padding: 15px;
    display: inline-flex;
	}
}
@media only screen and (max-width:800px) and (min-width:738px) {
	.contactus .csgmap iframe{
		width:688px;
	}
	.foota .cont .atb4 ul i {
		width: 12%;
	}
	.foota
	{
		height:180px;
	}

	.stats-row {
		width: 100%;
	}
	.modal{
		height:80%;
	}
	.modal .modal-content{
		margin-left:22px;
		width:660px;
		height:800px;
	}
	.modal .modal-content iframe{
		width:640px;
		height:760px;
	}
	
	.owl-carousel {
		width: 80%;
		margin: 0 auto;
		padding: 2%;
	}
	
	.stat-demos{
		height:400px;
	}
	.stat-demos .context{
		padding-top:35px;
	}
	.item h4 a{
		font-size: 1.2em;
	}
	.da-slide .abn {
		left:29.3%;
		top:38%;
	}
	.da-slide .da-img{
		left:12%;
	}
	.da-slide h2 {
		margin-top:0px;
		left:29%;
		font-size: 23px;
	}
	.da-slide p {
		left:29.2%;
		top: 172px;
		width:44%;
		font-size:20px;
	}
	.da-slide .da-link {
		margin-left:10px;
		top: 225px;
		padding: 10px 34px 8px;
	}
	.da-slide h1{
		font-size:2em;
		text-align:center;
		margin-left:15px;
	}
	.navy{
		visibility:hidden;
	}
	.timage {
		border: solid black 2px; 
		width: 100%; 
		max-width: 120px; 
		height: 120px; 
		border-radius: 100%;
		text-align:center;
		position:absolute;
		margin-top:2px;
		left:10%;
		overflow:hidden;
	}
	.timage img{
		height:120px;
		width:100%;
		border-radius:100%;
	}
	.wmap h3{
		font-size:2em;
		
	}
	.bgcontact p{
			font-size:4em;
	}
	.contactus{
		height:1100px;
	}

	.contactus .contactinfo{
		margin-top:60px;
		margin-left:-40%;
		width:80%;
		text-align:center;
	}
	.contactus .container{
		top:350px;
		margin-left:-60%;
		padding-top:0px;
	}
	.stat-demos .play-btn{
		margin-left:45.5%;
	}
	.modaly .modal-contenta{
		width:80%;
		height:360px;
	}
	.modaly .modal-contenta iframe{
		width:98% !important;
		height:350px !important;
	}
	.modaly .close1{
		margin-right:13px;
	}
	.stat-demo{
		height:520px;
	}
	.stat-demo .stat .row h2{
		font-size:2em;
	}
	.stat-demo .stat .row ul{
		font-size:0.7em;
		padding-top:1px;
	}
	.stat-demo .stat .row .abt{
		font-size:1em;
	}

}
@media only screen and (max-width:838px) and (min-width:769px) {
	.sequence-theme .sequence h1 {
    left: 33%;
		font-family: 1em;
		margin-left: 0% !important;
	}
			.stat-demo{
		margin-bottom:10%;
	}
	.sequence-theme .sequence .thumbt {
    margin-top: 43% !important;
		margin-left: 0% !important;
		left: 33%;
	}
	.sequence-theme .nav {
    margin-left: 0% !important;
		width: 90%;
		left: 15.5%;
		top: 58%;
	}
	.sequence-theme2 {
		left:-6%;
	}
	.sequence2 .thumbt 
	{
		margin-top: 43% !important;
	}
	.sequence-theme2 .model {
    max-height: 280px!important;
    width: auto;
	}
	.sequence-theme2 .nav {
		width: 90% !important;
		margin-left: 0% !important;
		left: -3%;
		top: 58%;
	}
	.sequence-theme3 .sequence3 h1 {
		margin-left: 0% !important;
		font-family: 1em;
		left: 25%;
	}
	.sequence-theme3 .sequence3 .thumbt {
    margin-top: 42% !important;
		margin-left: 0% !important;
		left: 33%;
	}
	.sequence-theme3 .nav {

    margin-left: 0% !important;
    width: 90%;
    left: 15.5%;
    top: 58%;

	}
	.sequence-theme4 {
		left:-6%;
	}
	.sequence-theme4 .title {
    width: 60%!important;
    left: 70%;
	}
	.sequence-theme4 .subtitle {
		top: 102%!important;
	}
	.sequence4 .thumbt 
	{
		margin-top: 43% !important;
	}
	.sequence-theme4 .model {
    max-height: 280px!important;
    width: auto;
	}
	.sequence-theme4 .nav {
		width: 90% !important;
		margin-left: 0% !important;
		left: -6%;
		top: 58%;
	}
	.sequence-theme5 .sequence5 h1 {
		margin-left: 0% !important;
		font-family: 1em;
		left: 32%;
	}
	.sequence-theme5 .sequence5 .thumbt {
    margin-top: 43% !important;
		margin-left: 0% !important;
		left: 33%;
	}
	.sequence-theme5 .nav {
    margin-left: 0% !important;
    width: 90%!important;
    left: 15.5%;
    top: 58%;
	}
}
@media only screen and (max-width:767px) and (min-width:750px) {
	.sequence-theme .model {
    margin-left: -12%!important;
	}
	.sequence-theme .sequence h1 {
		margin-left: 0%!important; 
		left: 36%!important;
	}
	.sequence-theme .sequence .thumbt {   
		margin-top: 50% !important;
		margin-left: 0% !important;
		left: 35.5%;
	}
	.sequence-theme .nav {
		margin-left: 0% !important;
		left: 23% !important;
		top: 54% !important;
	}
	/*S2**/
	.sequence-theme2 {
		max-width: 100%!important;
	}.sequence-theme2 .nav {
		width: 90% !important;
		left: -21.5% !important;
		top: 54% !important;
	}
	.sequence-theme2 .model {
    max-height: 280px !important;
    width: auto;
	}
	.sequence2 .thumbt {
		margin-top: 50% !important;
	}
	.sequence-theme2 .title {
    width: 50%!important;
    margin-top: -14px;
}
	/*S3**/
	.sequence-theme3 .model {
    margin-left: -12%!important;
	}
	.sequence-theme3 .sequence3 h1 {
		margin-left: 0%!important;
		left: 34.5% !important;
	}
	.sequence-theme3 .nav {
		margin-left: 0% !important;
		left: 23% !important;
		top: 54% !important;
		
	}
	.sequence-theme3 .sequence3 .thumbt {
		margin-top: 48% !important;
    margin-left: 0% !important;
    left: 35.2%;
	}
	/*S4**/
	.sequence-theme4 {
    max-width: 100%!important;
	}
	.sequence-theme4 .nav {
		width: 90% !important;
		left: -23% !important;
		top: 54% !important;
	}
	.sequence-theme4 .model {
    max-height: 280px !important;
    width: auto;
	}
	.sequence4 .thumbt {
		margin-top: 49%!important;
		left: -1%;
	}
	.sequence-theme4 .title {
    width: 50%!important;
    margin-top: -14px;
	}
	/*S5**/
	.sequence-theme5 .model {
    margin-left: -12%!important;
	}
	.sequence-theme5 .sequence5 h1 {
		margin-left: 0%!important;
    left: 34% !important;
	}
	.sequence-theme5 .nav {
		margin-left: 0% !important;
		left: 13% !important;
		width: 90% !important;
		top: 54% !important;
	}
	.sequence-theme5 .sequence5 .thumbt {
    margin-top: 49% !important;
		margin-left: 0% !important;
		left: 35.2%;
	}
			.stat-demo{
		margin-bottom:10%;
	}
}
@media only screen and (max-width:749px) and (min-width:733px) {
	.sequence-theme .nav {
    left: 22% !important;
	}
	.sequence-theme2 .nav {
    left: -27% !important;
	}
	.sequence-theme3 .nav {
    left: 38%!important;
	}
	
	.sequence-theme4 .nav {
    left: -28% !important;
	}
		.sequence-theme4 .sequence4 .thumbt {	
		left: -1%;
	}
	.sequence-theme5 .nav {
    left: 23.5% !important;
	}
	.sequence-theme5 .sequence5 .thumbt {
    left: .5%;
	}
			.stat-demo{
		margin-bottom:10%;
	}
}
@media only screen and (max-width:719px) and (min-width:675px) {
	.navy{
		visibility:hidden;
	}

	.stat-demo .stat .row ul{
		font-size:0.7em;
	}
	/*----------------------S1-------------------------------*/
	.sequence-theme .sequence h1{
		font-size:1.6em;
		margin-left:none !important;
		left: 52%!important;
	}
	.sequence-theme .sequence .title {
		margin-left:4% !important;
		font-size:1.1em !important;
		width:60% !important;
	}
	.sequence-theme .sequence .subtitle {
		margin-left:4% !important;
	}
	.sequence-theme .nav{
		margin-left:9% !important;
		width:60% !important;
	}
	.sequence-theme .sequence .thumbt{
		margin-top: 50% !important;
    margin-left: 0!important;
    left: 37%;
	}
		/*----------------------S2-------------------------------*/
	.sequence-theme2 .sequence2 h1{
		font-size:1.6em;
		margin-left:0% !important;
		
	}
	.sequence-theme2 .sequence2 .title {
		margin-left:-10% !important;
		font-size:1.1em !important;
		width:65% !important;
	}
	.sequence-theme2 .sequence2 .subtitle {
		margin-left:-10% !important;
	}
	.sequence-theme2 .nav{
		width:100% !important;
		left: -27%!important;
	}
	.sequence-theme2 .sequence2 .thumbt{
		margin-top:55% !important;
		margin-left:0% !important;
	}
	/*----------------------S3-------------------------------*/
	.sequence-theme3 .sequence3 h1{
		font-size:1.6em !important;
		left: 37.4%!important;
	}
	.sequence-theme3 .sequence3 .title {
		margin-left:5% !important;
		font-size:1.1em !important;
		width:62% !important;
	}
	.sequence-theme3 .sequence3 .subtitle {
		margin-left:5% !important;
	}
	.sequence-theme3 .nav{
		margin-left:-5.5% !important;
		width:60% !important;
	}
	.sequence-theme3 .sequence3 .thumbt{
		left: 3%;
	}
	/*----------------------S4-------------------------------*/
	.sequence-theme4 .nav{
		width:100% !important;
		left: -28%!important;
	}
	.sequence-theme4 .sequence4 .thumbt{
		margin-left:0% !important;
	}
	
	/*----------------------S5-------------------------------*/
	.sequence-theme5 .sequence5 h1{
		font-size:1.6em !important;
		left: 52%!important;
	}
	.sequence-theme5 .sequence5 .title {
		margin-left:5% !important;
		font-size:1.1em !important;
		width:60% !important;
	}
	.sequence-theme5 .sequence5 .subtitle {
		margin-left:5% !important;
	}
	.sequence-theme5 .nav{
		left: 31%!important;
		width:60% !important;
	}
	.sequence-theme5 .sequence5 .thumbt{
		left: 3%;
	}.foota
	{
		height: 200px;
	}
	.foota .cont .atb4 {
		width: 31%;
		margin-left: 5px;
	}
	.contactinfo {
    position: relative;
		width: 50%;
		left: 8%;
		margin-top: 4%;
	}
	.contactus {
		width: 100%;
		height: auto;
	}
	.container {
    position: relative;
		display: block;
		border-radius: 5px;
		padding: 10px;
		margin-top: 1%;
		width: 100%;
		left: -43%;
	}
			.stat-demo{
		margin-bottom:10%;
	}
}
@media only screen and (max-width:737px) and (min-width:480px) {
		.stats-row {
    width: 100%;
		overflow-x: auto;
		padding: 20px 15px;
	}
			.stat-demo{
		margin-bottom:10%;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.owl-carousel {
		width: 80%;
		margin: 0 auto;
		padding: 2%;
	}
			.stat-demo{
		margin-bottom:10%;
	}
	.stat-demo .stat .row ul{
		 font-size:0.6em;
		 padding-top:5px;
	 }
	.stat-demo .stat .row h2{
		margin-top:10px;
		font-size:3em;
	}

	.da-slide .da-link {
		margin-left:10px;
		top: 200px;
		padding: 10px 34px 8px;
	}
	.da-slider .da-slide .da-img img{
		width:80%;
		height:80%;
	}
	.da-slider {
		height: 300px;
	}
	.navy{
		visibility:hidden;
	}
	.bgcontact p{
		font-size:4em;
	}
	.contactus{
		height:1200px;	
	}
	.contactus .contactinfo{
		margin-top:100px;
		margin-left:-50%;
	}
	.contactus .container{
		margin-top:250px;
		margin-left:-60%;
	}
	.timage {
		border: solid black 2px; 
		width: 100%; 
		max-width: 100px; 
		height: 100px; 
		border-radius: 100%;
		text-align:center;
		position:absolute;
		margin-top:2px;
		left:5%;
		overflow:hidden;
	}
	.timage img{
		height:100px;
		width:100%;
		border-radius:100%;
	}
	.modaly .modal-contenta{
		width:500px;
		height:360px;
	}
	.modaly .modal-contenta iframe{
		width:490px !important;
		height:340px !important;
	}
	.modaly .close1{
		margin-right:13px;
	}
}
@media only screen and (max-width:604px) and (min-width:481px){
	.sequence-theme .nav{
		display:none;
	}
	.sequence-theme2 .nav{
		display:none;
	}
	.sequence-theme3 .nav{
		display:none;
	}
	.sequence-theme4 .nav{
		display:none;
	}
	.sequence-theme5 .nav{
		display:none;
	 }
	 .contactus .contactinfo{
		 width:90% !important;
		 margin-left:auto;
	 }
}
@media only screen and (max-width:480px) and (min-width:415px) {
	.contactus .csgmap iframe{
		width:auto;
	}
	.contactus{
	 height:auto;	
	}
	.contactus .container{
		margin-top:45%;
	}
	.contactus .container input[type=text],input[type=submit], select, textarea, button{
		margin-left:10%;
		width:80%;
	}
}
@media only screen and (max-width:600px) and (min-width:320px) 
{
	.stat-demo{
		margin-bottom:10%;
		height:auto !important;
	}
	.da-slide p {
		left:2px;
		top: 240px;
		font-size: 13px;
		width:80%;
	}

	.da-slide .abn {
    width: 70%;
    font-size: .7em;
    left:2px;
	margin-top:20%;
	}
	
	.da-slider .da-slide .a {
		margin-top:17%;
		left:2px;
		font-size: 1.1em;
		width:75%;
	}
	
	.da-slide h2{
		margin-left:none;
		margin-top:150px;
		font-size:1.2em;
	}
	
	.da-slide {
    width: 100%;

	}
	.da-slide h1 {
     margin-left: 0!important;
	}
	.da-slide .da-img
	{
		max-width: 80px!important;
		height: 80px!important;
	}
	.da-slider .da-slide .da-img img {
    height: 80px;
    width: 80px;
	}
	.da-slide .da-img {
     margin-left: 0!important;
	}
	.sequence-theme ,.sequence-theme2,.sequence-theme3,.sequence-theme4,.sequence-theme5 {
    max-width: 100%;
	}
	.sequence-theme .model,.sequence-theme2 .model {
    width: auto !important;
	}
	.sequence ul,.sequence2 ul,.sequence3 ul,.sequence4 ul,.sequence5 ul
	{
		top:60px;
	}

		.col-lg-4 
		{
			max-width: 100%;
			clear: both;
		}
		.foota {
			height: auto;
		
		}
	.contactus .contactinfo{
		text-align:center;
		margin-top:60px;
		width:90%;
		margin-left:-42%;
	}

	.modal .modal-content{
		margin-left:auto;
		width:80%;
	}
	.foota .cont .atb
	{
		width: 90%;
		margin-bottom: 30px;
		padding:15px;
	}
	.foota .cont .atb2
	{
		width: 90%;
		margin-bottom: 30px;
		padding:15px;
		float:none;
	}
	.foota .cont .atb3
	{
		width: 90%;
		margin-bottom: 30px;
		padding:15px;
		float:none;
	}
	.foota .cont .atb4
	{
		width: 90%;
		margin-bottom: 30px;
		padding:15px;
		float:none;
	}
	.foota .cont .atb .asd {
		font-size: 0.9em;
		width: 80%;
		padding-top: 20px;
		
	}
	.stats-row {
		width: 85%;
		display:inline-block !important;
		overflow-x: auto;
		padding-bottom:10px;
		float:left;
	}
	.stats-row .stats-col{
		margin-top:20px
	}
}

@media only screen and (max-width:480px){
	.owl-carousel {
	
	}
	.da-slider {
		min-width: 300px;
		
	}
	.da-slide .da-link {
		top:240px;
		margin-left:10px;
		padding: 8px 18px 6px;
		font-size:1.2em;
	}
	.da-arrows span.da-arrows-next {
		top: 70px;
	}
	.da-arrows span.da-arrows-prev {
		top: 70px;
	}
	.navy{
		visibility:hidden;
	}
	

}
@media only screen and (max-width:674px) and (min-width:601px) {
	.foota{
		height:200px;
	}
}
@media only screen and (max-width:737px) and (min-width:720px) {
	.contactinfo {
		margin-top: 60px;
		margin-left: -40%;
		width: 80%;
		text-align: center;
		position: relative;
	}
	.contactus {
    width: 100%;
    height: auto;
	}
	.container {
    position: relative;
		display: block;
		margin-top: 4%;
		margin-left: -60%;
		padding-top: 0px;
	}
	.foota {
		height: 180px;
	}
		.stat-demo{
		margin-bottom:10%;
	}

}
@media only screen and (max-width:674px) and (min-width:480px) {
    .wrapper {

    width: auto!important;
        
    }
	.contactinfo {
        position: relative;
		width: 100%;
        left: 49%;
		margin-top: 4% !important;
		text-align: center;
	}
	.container {
		position: relative;
		display: block;		
		margin-top: 4% !important;	
		margin-left: -60% !important;
		padding-top: 0px;
		top: 0!important;
		width: auto!important;
	}
	.owl-carousel {
		width: 80%;
		margin: 0 auto;
		padding: 2%;
	}
	.stat-demo .stat .row ul{
		 font-size:0.6em;
		 padding-top:5px;
	 }
	.stat-demo .stat .row h2{
		margin-top:10px;
		font-size:3em;
	}

	.da-slide .da-link {
		margin-left:10px;
		top: 200px;
		padding: 10px 34px 8px;
	}
	.da-slider .da-slide .da-img img{
		width:80%;
		height:80%;
	}
																																																					
	.da-slider {
		height: 300px;
	}
	.navy{
		visibility:hidden;
	}
	.bgcontact p{
		font-size:4em;
	}
	.contactus{
		height:auto;	
	}
	.contactus .contactinfo{
		margin-top:100px;
		margin-left:-50%;
	}
	.contactus .container{
		margin-top:250px;
		margin-left:-60%;
	}
	.contactus .csgmap iframe{
		width:87%;
		margin-left:auto;
	}
	.timage {
		border: solid black 2px; 
		width: 100%; 
		max-width: 100px; 
		height: 100px; 
		border-radius: 100%;
		text-align:center;
		position:absolute;
		margin-top:2px;
		left:5%;
		overflow:hidden;
	}
	.timage img{
		height:100px;
		width:100%;
		border-radius:100%;
	}
	.modaly .modal-contenta{
		width:500px;
		height:360px;
	}
	.modaly .modal-contenta iframe{
		width:490px !important;
		height:340px !important;
	}
	.modaly .close1{
		margin-right:13px;
	}
}
@media only screen and (max-width:360px) and (min-width:321px) 
{	
	.sequence-theme .nav {
	display:none!important;
	}
	.sequence-theme2 .nav {
		display:none!important;
	}	
	.sequence-theme3 .nav {
		display:none!important;
	}
	.sequence-theme4 .nav {
		display:none!important;
	}
	.sequence-theme5 .nav {
		display:none!important;
	}
		.sequence-theme2 .sequence2 .title {
		margin-top: 76%!important;
	}
	
	.sequence-theme3 .sequence3 .title {
		margin-top: 76%!important;
	}
	
	.sequence-theme4 .sequence4 .title {
		margin-top: 76%!important;
	}
	
	.sequence-theme5 .sequence5 .title {
		margin-top: 76%!important;
	}
	.sequence-theme .model {
    margin-left: -92px !important;
	}
	.sequence-theme2 .model {
    margin-left: -96px !important;
	}
}

@media only screen and (max-width:414px) and (min-width:360px) {

	.contactus .csgmap {
    padding-top: 0;
		padding-left: 0;
	}
	.contactus .csgmap iframe {
    width: 95%!important;
    height: auto;
    margin: 10px!important;
	}
	.modal .modal-content{
		margin-left:auto;
		width:300px;
	}
	.modal .modal-content iframe{
		width:310px;
	}
	.owl-carousel {
	
	}
	.modaly .close1{
		visibility:hidden;
	}
	@keyframes fromRightAnim4{
		0%{ left: 60%; opacity: 0; }
		100%{ left: 32%; opacity: 1; }
	}
	.da-slide {
		padding: 0 2%
	}
	
	.da-slide .da-img{
		margin-left:20%;
	}
	.da-slider {
		height: 400px !important;
	}
	.da-slide .da-arrows .da-arrows-prev{
		margin-top:50px;
		
	}.da-slide .da-arrows span.da-arrows-next{
		margin-top:50px;
		right:46px;
	}

	.da-dots{
	visibility:hidden;
	}
	
	.stat-demo{
		height:570px;
		width: 100%;
		min-width: 320px;
	}
	.stat-demo .stat .row h2{
		font-size:1.4em;
		margin-top:10px;
		min-width: 320px;
	}

	.stat-demo .stat .row ul{
		font-size:10px;
		padding:1px;
	}
	.stat-demo .stat .row .abt{
		text-align:center;
		margin-top:10px;
		padding-right:5px;
		font-size:0.8em;
		width: 80%;
	}
	.stat-demos{
	width: 100%;
	min-width: 320px;
	height: 300px;
	position: relative;
	background: linear-gradient(
				rgba(20,20,20, .8), 
				rgba(20,20,20, .5)),
				transparent url(../images/magz.jpg) no-repeat top left;
	background-size:100% 100%;
	background-attachment: fixed;
	}
	.stat-demos .context{
		width:100%;
		font-size:2em;
		text-align:center;
		padding-top:50px;
	}
	.stat-demos button{
		float:center;
		left:-10%;
	}
	.modaly .modal-contenta iframe{
		width:250px !important;
		height:180px !important;
	}
	.modaly .close1{
		margin-right:20px;
	}
	.modaly .modal-contenta{
		width:250px;
		height:200px;
	}
	.contactus{
		height:1000px;
		min-width: 320px;
	}
	.contactus .csgmap iframe{
		margin-left:-9%;
		width:340px;
		height:250px;
	}

	.contactus .container{
		width:100%;
		margin-top:250px;
		margin-left:-44%;
	}
	.contactus .container input,textarea{
		width:84%;
	}
	.navy{
		visibility:hidden;
	}
	.ttml .sml p{
		font-size:1em;
		margin-left:24%;
	}
	
	.ttml .sml h3{
		font-size:0.8em;
	margin-left:10%;

	}
	.da-slide .da-img {
		border: solid black 2px;
		float:center;
		width: 100%; 
		left:32%;
		max-width: 80px; 
		height: 80px; 
		border-radius: 100%;
		text-align:center;
		position:absolute;
		margin-top:15px;
		overflow:hidden;
	}
	.da-slide .da-img img{
		left:40%;
		height:80px;
		width:80%;
		border-radius:100%;
	}
	.wmap h3{
		font-size:1.5em;
	}
	.bgcontact{
		width:100%;
		height:100px;
			background: linear-gradient(
					rgba(20,20,20, .2), 
					rgba(20,20,20, .3)),
					transparent url(../images/bld_bg.jpg) no-repeat top left;
		background-size:100% 80%;
		background-attachment: fixed;
		text-align:center;
	}
	.bgcontact p{
		font-size:2em;
	}
}

@media only screen and (min-width:320px) and (max-width:340px){

	.sequence-theme2 .model {
		margin-left: -23% !important;
	}
	.foota{
		height:auto;
	} 
	
	.stats-row {
		width: 90%;
	}
	.modal .modal-content iframe{
		width:100%;
	}
	.owl-carousel {
	
	}
	.sequence-theme .model {
		left: 34%!important;
	}
	
	.sequence-theme .title {
		left: -11% !important;
		top: 83% !important;

	}
	.sequence-theme .sequence h1 {
		left: -3px !important;
		top: 6%;
	}
	.sequence-theme2 .model {
		left: 42%!important;
	}
	.sequence-theme2 .title {
		left: 7% !important;
		top: 81% !important;

	}
	.sequence-theme2 .sequence2 h1 {
		left: 36px !important;
		top: 6%;
	}

	.sequence-theme3 .sequence3 h1 {
		left: -25px !important;
		top: -2%;
	}
	.sequence-theme3 .title {
		left: 0% !important;
		top: 81% !important;

	}

	.sequence-theme4 .sequence4 h1 {
		left: -13px !important;
		top: -2%;
	}
	.sequence-theme4 .title {
		left: -2% !important;
		top: 81% !important;

	}

	.sequence-theme5 .sequence5 h1 {
		left: -4px !important;
		top: -4%;
	}
	.sequence-theme5 .title {
		left: 0% !important;
		top: 81% !important;

	}

	@keyframes fromRightAnim4{
		0%{ left: 45%; opacity: 0; }
		100%{ left: 15%; opacity: 1; }
	}
	.da-slider .da-slide {
		padding: 0 2%
	}
	.da-slider .da-slide h1 {
		margin-top:10px;
		font-size:1.5em;
		min-width:320px;
		text-align:center;
	}
	.da-slider .da-slide .a {
		top:108px;
		margin-left:0%;
		text-align:center; 
		font-size: 0.9em;
		width:90%;
	}
	.da-slider .da-slide .abn{
		width:70%;
		font-size:.7em;
		top:116px;
		margin-left:11%;
	}
	.da-slider .da-slide p {
		margin-left:31px;
		top: 227px;
		font-size: 12px;
		width:80%;
		text-align:center;
	}

	.da-slider {
		height: 400px;
	}
	.da-slide .da-arrows .da-arrows-prev{
		margin-top:50px;
		
	}.da-slide .da-arrows span.da-arrows-next{
		margin-top:50px;
		right:44px;
	}
	.da-slider .da-slide h2{
		margin-left:20%;
		margin-top:150px;
		font-size:1.2em;
	}
	.da-slider .da-slide .da-img {
		border: solid black 2px;
		float:center;
		width: 80%;
		max-width: 80px; 
		height: 80px; 
		border-radius: 80%;
		text-align:center;
		position:absolute;
		margin-top:15px;
		overflow:hidden;
	}
	.da-slider .da-slide .da-img img{
		height:80px !important;
		width:80px !important;
		
	}

	.da-dots{
	visibility:hidden;
	}
	
	.stat-demo{
		height:570px;
		width: 100%;
		min-width: 320px;
	}
	.stat-demo .stat .row h2{
		font-size:1.4em;
		margin-top:10px;
		min-width: 320px;
	}

	.stat-demo .stat .row ul{
		font-size:10px;
		padding:1px;
	}
	.stat-demo .stat .row .abt{
		text-align:center;
		margin-top:10px;
		padding-left:5px;
		padding-right:5px;
		font-size:0.8em;
		width: 90%;
		min-width: 300px;
	}
	.stat-demos{
	width: 100%;
	min-width: 320px;
	height: 300px;
	position: relative;
	background: linear-gradient(
				rgba(20,20,20, .8), 
				rgba(20,20,20, .5)),
				transparent url(../images/magz.jpg) no-repeat top left;
	background-size:100% 100%;
	background-attachment: fixed;
	}
	.stat-demos .context{
		width:100%;
		font-size:2em;
		text-align:center;
		padding-top:50px;
	}
	.stat-demos button{
		float:center;
		left:-10%;
	}
	.modaly .modal-contenta iframe{
		width:250px !important;
		height:180px !important;
	}
	.modaly .close1{
		margin-top:-40px;
		margin-right:15px;
		width:5%;
	}
	.modaly .modal-contenta{
		width:250px;
		height:190px;
	}
	.contactus{
		height:1000px;
		min-width: 320px;
	}
	.contactus .csgmap iframe{
		margin-left:-15%;
		width:300px;
		height:250px;
	}
	.contactus .contactinfo{
		text-align:center;
		margin-top:60px;
		max-width:280px;
		margin-left:-42%;
	}

	.contactus .container{
		width:100%;
		margin-top:250px;
		margin-left:-44%;
	}
	.contactus .container input,textarea{
		width:84%;
	}
	.navy{
		visibility:hidden;
	}
	.wmap h3{
		font-size:1.5em;
	}
	.bgcontact{
		width:100%;
		height:100px;
			background: linear-gradient(
					rgba(20,20,20, .2), 
					rgba(20,20,20, .3)),
					transparent url(../images/bld_bg.jpg) no-repeat top left;
		background-size:100% 80%;
		background-attachment: fixed;
		text-align:center;
	}
	.bgcontact p{
		font-size:2em;
	}
}
