body {
    font-family: 'Futura PT';
}

.navbar {
    background-color: #E4590F;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 32px;
    height: auto;
    line-height: 42px;
    margin-right: 50px;
    padding: 3px 0px;
}

.navbar .navbar-nav>li {
    margin-right: 0px;
    padding: 0px 0 0px 0px;
    height: 66px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 21px 17px 0 17px;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    height: 66px;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    background-color: #E4590F;
}

.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
    background-color: #F18B53;
    color: #ffffff;
}

.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0px 0;
    height: 66px;
}


.upper-menu li a {
    color: #E4590F;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #E4590F;
    padding: 2px 15px;
    border-radius: 8px;
    margin-left: 8px;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
}

.upper-menu li {
    display: inline-block;
    font-weight: 600;
    font-size: 0.85rem;
}

.upper-menu ul {
    text-align: right;
    margin: 0 20px 0 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.upper-menu {
    display: block;
    width: 100%;
    background-color: white;
    color: #E4590F;
    padding: 4px 0;
}




.page-title-section {
    display: none;
}

.page-builder {
    margin: 0px;
    padding: 0px;
}

.page-builder .row {
    display: flex;
}

.bg-light-orange {
    background-color: rgba(255, 191, 158, 0.17);
    flex: 0 0 auto;
}

.sidebar-section-right {
    background-color: rgba(255, 191, 158, 0);
    border: 0px solid #e9e9e9;
    margin-bottom: 80px;
    margin-left: 0;
    padding: 40px 20px 30px 20px;
}

.sidebar-section-right h3 {
    text-transform: uppercase;
    color: #646464;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0px;
}

.sidebar-section-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-section-right .sidebar-widget ul li {
    display: list-item;
    border-bottom: 0px dotted #D1D1D1;
    padding: 5px 0px;
}

.sidebar-section-right .sidebar-widget li a:before,
.footer-widget-column li a:before {
    content: "\f192";
    font-family: FontAwesome;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 13px;
    display: none;
}

.sidebar-section-right ul.menu li a,
.sidebar-section-right .sidebar-widget ul li a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.sidebar-section-right .sidebar-widget {
    margin-bottom: 20px;
}


.blog-lg-area-left h1 {
    font-family: "Open Sans";
    font-weight: 800;
    color: #E4590F;
    margin: 30px 0 20px;
}

.blog-lg-area-left .p-home {
    font-family: "Open Sans";
    font-weight: 600;
    color: #060606;
    margin: 0px 0 20px;
    font-size: 16px;
}

.icon-home {
    color: #E4590F;
    font-size: 100px;
    display: block;
    margin: 40px 0;
    font-weight: 900;
}



footer .socials .intro {
    display: inline-block;
    color: #E4590F;
    font-weight: 600;
    font-size: 2rem;
    font-family: "Open Sans";
    margin: 30px 0 10px;
}

footer .socials .social-link {
    display: inline-block;
    background-color: #E4590F;
    font-size: 22px;
    line-height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    padding-top: 2px;
}

footer .socials a {
    color: #ffffff;
    cursor: pointer;
}

footer h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0 0 30px;
    padding: 0;
    font-size: 2rem;
}

.bg-light-grey {
    background-color: #F0F0F0;
}

.footer-newsletter {
    background-color: #E4590F;
}

.footer-newsletter h1 {
    color: #ffffff;
}