img{ width: 100%; }

li{ list-style: none; display: inline-block; }

/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.display-table{ display: table; height: 100%; } 
.display-table-cell{ display: table-cell; vertical-align: middle; } 

.color-black{ color: #000; }
.color-green{ color: #36D98A; }

.margin-tb-10{ margin-top: 10px; margin-bottom: 10px; }

.margin-b-5{ margin-bottom: 5px; }
.margin-b-10{ margin-bottom: 10px; }
.margin-b-30{ margin-bottom: 30px; }

/* ---------------------------------
4. SLIDER
--------------------------------- */

.slider-section{ height: 100%; width: 100%; position: relative; z-index: 1; }

.bg-img{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; 
	background-size: cover; }

.bg-1{ background-image: url(../../images/slider-1-1920x1080.jpg); }


.rev_slider_wrapper.fullscreen-container{ height: 100%!important; width: 100%!important; 
	margin: 0 auto!important; left: auto!important;}

.forcefullwidth_wrapper_tp_banner{ height: 100%!important; }

.tp-bullet{ border-radius: 50px; }

.tp-leftarrow,
.tp-rightarrow{ border-radius: 50px; -webkit-transform: scale(1.3); transform: scale(1.3); }


.visit-btn{ min-width: 150px!important; }