<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
	 padding-top: 1px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
     color: #fff;
    cursor: pointer;
    display: inline-block;
   
    margin: 5px;
	padding: 12px 16px;
    /* padding: 4px 7px; */
	width:1px;
	font-size:0;
	/* height:26px; */
	height: 28px;
	transition:all ease-in-out .1s;
 }
 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	opacity:.4;	 
 }
#tabs-1 .owl-next{
	background: url(../images/new/right1-gray.png) no-repeat  0 6px;	
}

#tabs-1 .owl-prev{
	background:url(../images/new/left-gray.png) no-repeat  0 6px;	
}
#tabs-1 .owl-prev {
    left: 0;
     top: 91%;
}
#tabs-1 .owl-next {
     left: 27px;
    top: 91%;
	right:inherit;
}


.owl-next{
	background: url(../images/new/wright1.png) no-repeat  0 6px;	
}
.owl-prev{
	background:url(../images/new/wleft1.png) no-repeat  0 6px;	
}
.goldinner .owl-next{
	background: url(../images/new/wright1.png) no-repeat  0 6px;	
}
.goldinner .owl-prev{
	background:url(../images/new/wleft1.png) no-repeat  0 6px;	
}

.innerPlaces .owl-next {
	background: url(../images/new/right1.png) no-repeat  0 6px;	
}
.innerPlaces .owl-prev {
	background:url(../images/new/left1.png) no-repeat  0 6px;	
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
/*    background: none repeat scroll 0 0 #869791;
*/    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  background: none ;
     display: block;
    height: 14px;
    margin: 5px 2px;
    transition: opacity 200ms ease 0s;
    width: 14px;
	border:2px solid #058ef9 ;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #058ef9;
	   height: 14px;
	    width: 14px;
		 
	  
}
.twobannersLg  .owl-theme .owl-dots .owl-dot span{
		border:2px solid #fff ;
}
.twobannersLg   .owl-theme .owl-dots .owl-dot.active span, 
.twobannersLg  .owl-theme .owl-dots .owl-dot:hover span {
	 background: #fff;
}

.twobannersLg2 .owl-theme .owl-dots .owl-dot.active span, .twobannersLg2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #005FDA;
}
.twobannersLg2 .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #005FDA;
}</pre></body></html>