#main-slider .cycle-slideshow {
    margin-bottom: 0;
    padding: 0;
}
.home-1 #featured-slider .overlay-enabled article::after {
    
    background-color: #0f2c3a;
}
.home-1 #main-slider p {
    color:#fff;
}
.home-1 #main-slider .cycle-prev, 
.home-1 #main-slider .cycle-next {
    border-radius: 18px;
}
#main-slider .cycle-pager span {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 5px;
    margin: 3px 4px;
    width: 30px;
    z-index: 99;
}
#main-slider article.first {
    display: block;
}
#main-slider .cycle-caption {
    bottom: 100px;
    height: auto;
    left: 15%;
    max-width: 100%;
    padding: 0;
    position: absolute;
    transition: all 1s ease-in-out 0s;
    width: 70%;
    z-index: 999;
}
.text-alignleft {
    text-align: left;
}

.text-alignright {
    text-align: right;
}

.text-aligncenter {
    text-align: center;

}
#main-slider .slider-buttons a {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 15px;
}
#main-slider .slider-buttons a.custom-button.custom-secondary-button:after {
    border-top: 8px solid #fff;
}

#featured-slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#main-slider {
    color: #686868;
    clear: both;
    position: relative;
    text-align: center;
    z-index: -1;
}

#featured-slider .overlay-enabled article::after {
    content: "";
    display: block;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 888;
    background-color: #1c3a48;
}

#main-slider img {
    width: 100%;
    vertical-align: middle;
}

#main-slider .cycle-slide {
    width: 100%;
}

#main-slider article.first {
    display: block;
}

#main-slider article {
    display: none;
}

#main-slider .cycle-slideshow {
    margin-bottom: 0;
    padding: 0;
}

#main-slider h3 {
    display: inline-block;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 0;
    opacity: 0;
    padding-right: 100px;
    transition: all 0.5s linear 1s;
	
}

#main-slider p {
    font-size: 19px;
    margin-bottom: 55px;
    color: #222;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 0.5s linear 1.5s;
    -moz-transition: all 0.5s linear 1.5s;
    -ms-transition: all 0.5s linear 1.5s;
    -o-transition: all 0.5s linear 1.5s;
    transition: all 0.5s linear 1.5s;
    padding-left: 100px;
}

#main-slider h3 a{
    color: #fff;
}

#main-slider .slider-buttons a {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 15px;
}

#main-slider .slider-buttons a.custom-button.custom-secondary-button:after {
    border-top: 8px solid #fff;
}

#main-slider .slider-buttons a.custom-button {
    margin-left: 0;
    padding: 15px 33px;
}

#main-slider .slider-buttons a.custom-button.custom-secondary-button {
    margin-left: 0;
}

#main-slider  .slider-buttons{
    opacity: 0;
    -webkit-transition: all 0.5s linear 2s;
    -moz-transition: all 0.5s linear 2s;
    -ms-transition: all 0.5s linear 2s;
    -o-transition: all 0.5s linear 2s;
    transition: all 0.5s linear 2s;  
}

#main-slider .cycle-slide-active h3, 
#main-slider .cycle-slide-active p, 
#main-slider .cycle-slide-active .slider-buttons{
    opacity: 1;
}

#main-slider .cycle-slide-active h3 {
    padding-right: 0;
}

#main-slider .cycle-slide-active p {
    padding-left: 0;
} 

#main-slider .cycle-slide-active .slider-buttons {
    opacity: 1;
    padding-right: 0;
}   

/*slider pager box*/

#main-slider .cycle-pager span {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 5px;
    margin: 3px 4px;
    width: 30px;
    z-index: 99;

}

#main-slider .cycle-pager {
    bottom:15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#main-slider .cycle-pager .cycle-pager-active {
    background-color: #3a85eb;
    border-color:#fff;
}

/*Slider cycle next / previous*/

#main-slider .cycle-prev,
#main-slider .cycle-next {
    bottom: 45%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 27px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 35px;
    z-index: 1;
    height: 49px;
    padding: 0;
    z-index: 999;
    line-height: 1.7;

}

#main-slider .cycle-prev {
    left:2%;
}

#main-slider  .cycle-next {
    right:2%;
}

#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover{
    background-color: #3a85eb;
    color: #fff;
}
a.custom-button, 
a.custom-button:visited,
a.custom-button.custom-primary-button,
a.custom-button.custom-primary-button:visited {
    transition: all 0.3s ease 0s;
    background: #3a85eb;
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
    padding: 15px 35px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    min-width: 135px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    margin: 0 10px;
    position: relative;
    font-weight: 500;
    border-radius: 2px;
    vertical-align: middle;
}
a.custom-button-circle, 
a.custom-button-circle:visited, 
a.button.custom-button-circle,
a.button.custom-button-circle:visited
a.custom-button-circle.custom-primary-button,
a.custom-button-circle.custom-primary-button:visited  {
    border-radius: 27px;
}
a.custom-button:hover,
a.custom-button:focus, 
.custom-button:active, 
a.custom-button.custom-primary-button:hover, 
a.custom-button.custom-primary-button:active, 
a.custom-button.custom-primary-button:focus {
    background-color: #3a85eb;
    color: #fff;
    box-shadow: 0px 2px 7px 0px rgba(162, 160, 160, 0.54);
}
a.custom-button:before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}
a.custom-button:hover::before, 
a.custom-button:focus::before, 
a.custom-button:active::before {
    opacity: 1;
    transform: translateY(5px);
}

a.custom-button:hover,
 a.custom-button:focus, 
a.custom-button:active {
    transform: translateY(-5px);
}
/*custom-secondary*/

a.custom-button.custom-secondary-button {
    background-color: #fff;
    color: #2c3038;
    margin-left: 15px;
}

a.custom-button.custom-secondary-button:hover {
    background: #3a85eb;
    color: #fff;
}