a, a:link, a:visited, a:hover {
    color: #ffffff;
}

a.underline {
    text-decoration: underline !important;
}

.hvr-sweep-to-left,
.hvr-sweep-to-right {
    font-size: 10px !important;
}

.intro-section-1 .subscribe-form-1 {
    margin-bottom: 30px;
}

.social-link {
    position: relative;
}

.height-auto {
    height: auto !important;
}

.scroll-wrapper {
    height: auto !important;
    overflow: scroll;
    padding-top: 60px;
    padding-bottom: 60px;
}

.subheader-text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 40px;
}
/**
******************************************************************
*	DESKTOP LAYOUT
******************************************************************
*/
@media (min-width: 1900px) {


}
@media (min-width: 1700px) and (max-width: 1899px) {


}
@media (min-width: 1500px) and (max-width: 1699px) {



}
@media (min-width: 1300px) and (max-width: 1499px) {



}
@media (min-width: 1200px) and (max-width: 1299px) {



}
@media (min-width: 992px) and (max-width: 1199px) {



}

@media (min-width: 992px) {


}

/**
******************************************************************
*	MOBILE & TABLET COMMON
******************************************************************
*/
@media (min-width: 200px) and (max-width: 991px) {



}

/**
******************************************************************
*	TABLET
******************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {


}

/**
******************************************************************
*	MOBILE
******************************************************************
*/
@media (min-width: 200px) and (max-width: 767px) {



}
@media (min-width: 600px) and (max-width: 767px) {



}
@media (min-width: 480px) and (max-width: 599px) {



}
@media (min-width: 200px) and (max-width: 479px) {
    #main-wrapper .container {
        width: 380px;
    }
}
