.container {
	display: block;
	width: 1004px;
	margin: 0px auto;
}
.crane-wrap{
	position:relative;
	clear:both;
	margin:40px 0;
}
#iview, #iview2 {
	display: block;
	width: 1251px;
	height: 350px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	border-radius: 0px;
	position: relative;
	/*-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	margin: 40px auto;*/
	overflow: hidden;
}

#iview2 {
	margin-top: 0px;
}

#iview .iviewSlider, #iview2 .iviewSlider {
	display: block;
	width: 1251px;
	height: 350px;
	overflow: hidden;	
}

#iview div.iview-directionNav {
	position: absolute;
	top: 187px;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(../images/bg_direction_nav.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

#iview2 .iview-controlNav {
	position: absolute;
	bottom: 20px;
	left: 418px;
}

#iview2 .iview-controlNav a {
	text-indent: -9999px;
}

#iview2 .iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../images/bullets_2.png') no-repeat 0px 0px;
	line-height: 0px;
	margin-right: 7px;
}

#iview2 .iview-controlNav a.iview-control.active {
	background-position: 0px -11px;
}

#iview2 div.iview-directionNav {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview2 div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(../images/nav_paddles.png);
	text-indent: -9999px;
}

#iview2 div.iview-directionNav a:active {
	background-image: url(../images/nav_paddles_down.png);
}

#iview2 div.iview-directionNav a.iview-nextNav {
	right: 20px;
	background-position: 56px 0px;
}

#iview2 div.iview-directionNav a.iview-prevNav {
	left: 20px;
	background-position: -16px 0px
}

.iview-caption {
	background: url('../images/caption-bg.png');
	color: #FFF;
	border-radius: 0px;
	padding: 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}

.iview-caption.video-caption {
	padding: 10px;
}

.iview-caption.caption1 {
	text-shadow: none;
}

.iview-caption.caption2 {
	background: #0093C9;
	color: #FFF;
	text-shadow: none;
}

.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}

.iview-caption.caption3 div {
	line-height: 150%;
	text-align: justify;
}

.iview-caption.caption4 {
	background: #00b4ff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: none;
}

.iview-caption.caption5 {
	background: #FFF;
	color: #000;
	font-size: 26px;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
/*    position: fixed;*/
/*    bottom: 87px !important;*/
/*    left: 20px;*/
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 16px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-size: 20px;
    z-index: 999999;
}
.btn-whatsapp-pulse1 {
    background: #25d366;
    color: white;
/*    position: fixed;*/
/*    bottom: 61px !important;*/
/*    right: 20px !important;*/
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 16px;
    text-decoration: none;
 
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-size: 20px;
}

/*.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}*/



.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px !important;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999999999;
}
.sidebar-contact.active{
  right: 0 !important;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"] {
    background: #009140;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}
.toggle {
    position: absolute;
    height: 291px;
    width: 39px;
    text-align: center;
    cursor: pointer;
    /*background: #80b540;*/
    top: 150px !important;
    left: -40px;
    line-height: 42px;
}
.toggle:before{
  /*content:'\f003';*/
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
  .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 741px !important;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-size: 29px;
    z-index: 999999;
}

}
/*@media(max-width:668)*/
/*{*/
/*    .btn-whatsapp-pulse {*/
 
/*    bottom: 700px !important;*/
 
/*}*/
  
/*}*/
.toggle h3 {
    -webkit-transform: rotate( 
90deg
 );
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    padding: 23px;
    color: #fff;
    margin-top: -20px;
}


/*whatapp-calling*/
.mywhat {
  width: 60px;
  height: 60px;
  color: #fff; 
  background-color: #25d366;
  border-radius: 50%;
}

.mycall {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #25d366;
  border-radius: 50%;
}

.mpp li{
	text-transform: uppercase;
}
/*whatapp-calling*/
.clints-slider{
	position: fixed;
	z-index: 999;
	bottom: 0;
}

 



ul.ticker {
    list-style-type: none; /* Remove the default list-style marker */
    padding-left: 0; /* Remove the default left padding */
}

ul.ticker li {
    position: relative; /* Establish a positioning context for pseudo-elements */
    padding-left: 20px; /* Add left padding to make space for the icon */
}

ul.ticker li::before {
    content: "\00BB"; /* Use the '»' character as content for the pseudo-element */
    display: block;
    position: absolute;
    left: 0; /* Position the icon at the left of the list item */
    top: 5px; /* Adjust the top position as needed */
    font-weight: bold; /* Make the icon bold if needed */
    margin-right: 5px; /* Add spacing between the icon and the text */
    margin-top: 5px;
}

.textdiv {
	
	display: inline-block; /* Make anchor elements display as blocks to control their size */
}


.textdiv img {
    margin-top:12px; margin-left: 10px;
    
    
}

.textdiv a {
    margin-top:12px; margin-left: 10px;
    
    
}