/* Revolution slider */

.tp-bullets.tp-thumbs {
     padding: 0px !important;
     background: none !important;
}

.tp-bullets.tp-thumbs .bullet.selected {
     border: 2px solid #acdd13;
}

.tp-bullets.tp-thumbs .bullet {
     margin-right: 10px !important;
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}

     .tp-bullets.tp-thumbs .bullet.selected {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          filter: grayscale(0%);
     }
     
.tp-mask {
     width: 370px !important;
}


@media (max-width: 1270px) { 
     .responsive .tp-bullets.tp-thumbs {
          display: none !important;
     }
}

.tp-leftarrow.default,
.tp-rightarrow.default {
     width: 58px;
     height: 58px;
     border:1px solid #000761;
     border-radius: 50%;
     background: transparent;
     color: #333;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     padding: 8px 0px 0px 12px;
     text-align: left;
     font-size: 13px;
     font-family: Poppins;
     position: relative;
}

     .buttons-prev-next-type-2 .tp-leftarrow.default, 
     .buttons-prev-next-type-2 .tp-rightarrow.default {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
     }
     
     .tp-leftarrow.default:hover,
     .tp-rightarrow.default:hover {
          background: #000761;
          border-color: #000761;
          color: #ffff;
     }

     .tp-rightarrow.default {
          padding: 8px 0px 0px 14px;
     }
     	
     	.tp-leftarrow.default:before, 
     	.tp-rightarrow.default:before {
               content:"";
               background-image: url(/image/arwSld1.png);
               width: 9px;
               height: 16px;
               left: 22px;
               top: 20px;
               position: absolute;
     	}
     	     
     	     .tp-rightarrow.default:before {
     	          content:"";
                    background-image: url(/image/arwSld1.png);
                    transform: rotate(180deg);
                    width: 9px;
                    height: 16px;
                    left: 26px;
                    top: 20px;
                    position: absolute;
     	     }
     	     
     	     .tp-leftarrow.default:hover:before, 
     	     .tp-rightarrow.default:hover:before {
     	          background-image: url(/image/arwSld2.png);
     	     }
     	     
.tp-bullets.simplebullets.round .bullet {
     width: 8px;
     height: 8px;
     border-radius: 50%;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     background: #fff;
    
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     margin-left: 7px;
}

     .tp-bullets.simplebullets.round .bullet.selected {
          
          background: #000761;
     }