html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.welcome-section .welcome-column .inner-content h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.welcome-section .welcome-column .inner-content h1:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: 4px;
    display: block;
    background-color: #fc721e;
}

.welcome-section .welcome-column .inner-content h1:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    display: block;
    background-color: #fc721e;
}



.main-slider h4 {
    font-size: 3.5em !important;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em !important;
    font-family: 'Montserrat', sans-serif;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, 0.10) !important;
}

.main-slider .tp-caption {
    z-index: 5 !important;
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.8em;
    color: #ffffff;
    font-size: 24px;
}

.main-slider .text.light {
    color: #ffffff;
}

.main-slider h2 {
    font-size: 4rem !important;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    font-family: 'Montserrat', sans-serif;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
    min-width: 160px;
    text-align: center;
    border-width: 2px !important;
}

.main-slider .tp-bullets.preview3 .bullet {
    background: #000000 !important;
    width: 25px !important;
    height: 4px !important;
    border: 0px !important;
    border-radius: 2px !important;
    margin: 0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
    border-color: #fc721e !important;
    background: #fc721e !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    width: 54px !important;
    overflow: hidden;
    margin-top: 0px !important;
    height: 54px !important;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 16px;
    height: 54px !important;
    line-height: 54px;
    width: 50px !important;
    border: 2px solid #ffffff;
    padding: 0px;
    border-radius: 3px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f0d9';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f0da';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
    background: #fc721e;
    border-color: #fc721e;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-slider .tp-bannertimer {
    display: none !important;
}




.about-us-section-title {
    text-decoration: none;
    cursor: pointer;
    color: #fc721e;
}
