.navbar-brand{
    font-size: 30px;
}
.navbar-nav .nav-item a{
    font-size: 17px;
}
.navbar-nav .nav-item .active{
    color: #F35C27;
}
.navbar-nav .nav-item a:hover{
    color: #F35C27;
}
.hero{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
    background-attachment: fixed;
}

.hero-text h5 {
    color: #ddd;
    font-weight: 300;
    padding-top: 200px;
   
    
}

h5{
    font-size: 1.25rem; 
}

.hero-text h1 {
    color: #fff;
}

.hero-text p {
    font-size: 18px;
    color: #ddd;
}

.hero-text{
    margin-left: 10%;
}

.hero-2 {
    height: 55vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-2 h2 {
    text-align: center;
    color:#fff;
    font-weight: 300;
    padding-top: 250px;
}
    

.about-image img{
    height: 400px;
    width: 100%;
    border-radius: 5px;
}
.about-text{
    padding-top: 10px;
}
.about-text p{
    font-size: 17px;
    line-height: 30px;
}
.btn1{
    padding: 10px 20px 10px 20px;
    background-color: #F35C27;
    font-size: 17px;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.break2 {
    min-height: 40vh;
    background-size: cover;
}

.break{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50vh;
    margin-bottom: 50px;
    background-attachment: fixed;
}
.availability-main{
    height: 250px;
    border-radius: 5px;
}
.availability-child{
    padding-top: 50px;
}
.availability-child i{
    font-size: 50px;
}
.availability-child h5{
    font-size: 22px;
}

.value-bg{
    background-size: cover;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
}

.value-2 {
    min-height: 500px;
    background-color: #030F27;
}

.value-child {
    padding: 50px;
    color: #fff;
}

.value-child h2 {
    font-weight: 300;
}

.icon-holder {
    background-color: #F35C27;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.icon-holder i {
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
}

.values .row .col-md-6 p{
color: #F35C27;
}


.about-bg img {
    height: 470px;
    width: 100%;
}

.about2-main {
    min-height: 250px;
    background-color: #f7f9fa;
    border-radius: 8px;
}

.about2-child {
    text-align: center;
    padding: 30px 20px 0 20px;
    font-size: 15px;
}

.about2-child h5 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.about2-child i {
    font-size: 40px;
    color: #F35C27;
}

.about2-main:hover {
    background-color: #030F27;
    color: #fff;
    border-bottom: 6px solid #F35C27;
}

.teamwork-image img{
    height: 400px;
    width: 100%;
    border-radius: 5px;