



a {
    color: #000000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}





/*
-----------------------------------------------------------------------
    Home Slider Styles
-----------------------------------------------------------------------
*/

.home-section {
    background-image: url(../images/home/1.html);
}

.home-section .home-content {
    height: 100%;
    min-height: 600px;
    padding-top: 12%;
    text-align: center;
    width: 50%;
}

.home-section .home-content .title {
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
}

.home-section .home-content span {
    color: #111;
}


.home-slider {
	width:100%; float:left;
    position:relative;
    background:none;
    color:#1c1c1c;
	overflow-x:hidden; 
	
}


.home-slider .slide-bg-theme {
    border-radius: 35px;
    color: #fff;
    font-size: 32px;
    padding: 6px 25px;
    text-transform: uppercase;
}

.home-slider .slide-bg-theme.slide-bg-black {
    background-color: #1c1c1c;
}

.home-slider .slide-psm {
    font-size: 28px;
    padding: 6px 22px;
}

.home-slider .btn-theme,
.home-slider .btn-theme.btn-black:hover {
    border: 1px solid;
    color: #fff;
}

.home-slider .btn-theme:hover,
.home-slider .btn-theme.btn-black {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}




.home-slider .tp-bullets.preview4 .bullet {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid #400000 !important;
  box-shadow: none;
  height: 6px !important;
  width: 6px !important;
}

.home-slider .tp-bullets.preview4 .bullet:hover,
.home-slider .tp-bullets.preview4 .bullet.selected {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid #c4a966 !important;
}


