:root {
    --base-color: #F16300;
    --dark-gray: #232323;
    --majorelle-blue: #F16300;
    --very-light-gray: #eceff1;
  }
.border-dashed{
    border:1px dashed #e0732a;
}
.text-gradient-base-color{
    background-image: linear-gradient(to left, #FFB320, #FFB320, #FFB320);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-base-color{
    color: #FFB320;
}
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 5px;
}
.feature-box.feature-box-left-icon-middle .feature-box-content p{
    line-height: 21px;
}
h1, .h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2, .h2 {
    font-size: 3rem;
    line-height: 4rem;
}
.fs-21{
    font-size: 22px;
}
p{
    font-size: 16px;
    line-height: 21px;
}
.section-about p{
    font-size: 18px;
    line-height: 27px;
}
.bg-dark-gray, .bg-dark-gray:focus {
    background-color: #dd7f27;
}
.section-blog h3{
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.section-blog p {
    font-size: 16px;
    line-height: 21px;
}
.img-background{
    position: relative;
    bottom: 193px;
    float: right;
    right: -200px;
}
.ul-home li{
    list-style-type: disc;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 7px;
}
.box-shadow-1{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}
.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
}
.contact-form-style-01 input, .contact-form-style-01 textarea {
    padding-left: 55px;
}
footer ul li {
    margin-bottom: 10px;
}
.btn-transparent-light-gray {
    background: linear-gradient(to left, #229EF8, #85C5F3);
}
.btn.btn-transparent-light-gray {
    color: white;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 10px 15px;
}
header .navbar-brand {
    padding: 10px 0;
}
header .navbar-brand img {
    max-height: 80px;
}
header.sticky .navbar-brand {
    padding: 10px 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active, .tab-style-04 .nav-tabs .nav-item .nav-link.show, .tab-style-04 .nav-tabs .nav-item .nav-link:hover {
    font-size: 23px;
}
.height-157px{
    height: 157px;
}
@media (max-width: 767px) {
    .height-157px{
        height: auto;
    }
}