p {
   text-align: justify; 
   line-height: 2rem;
}
.body-color {
    color: #969696;
}
.dropdown-toggle::after {
    margin-right: 0.355em;
}
.navbar .dropdown-toggle::after {
    margin-left: 0px;
}
.d-flex {
    align-items: center;
}
.footer .btn.btn-link {
    text-align: right;
}
.footer .btn.btn-link::before {
    margin-right: 0px;
    margin-left: 10px;
}
.testimonial-item {
    padding: 0 10px;
}
.align-row {
    align-items: center;
}
.team-item:hover .team-text * {
    letter-spacing: 0px;
}
.footer .btn.btn-link::before {
    content: "\f104";
}
.btn-primary {
    background-color: #FDA12B;
    border-color: #FDA12B;
}
.testimonial-carousel .owl-nav {
    justify-content: flex-end;
}
.btn-outline-primary {
    color: #FDA12B;
    border-color: #FDA12B;
}
.btn-outline-primary:hover{
    color:#fff;
    background-color:#faa83e;
    border-color:#faa83e;
}
.btn-primary:hover {
    color: #fff;
    background-color:#faa83e;
    border-color:#faa83e;
}

.btn-check:focus+.btn-primary,.btn-primary:focus{
    color:#fff;
    background-color:#FDA12B;
    border-color:#FDA12B;
    box-shadow:0 0 0 .25rem rgba(253,163,43,.5);
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#FDA12B;
    border-color:#FDA12B;
}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(253,163,43,.5);
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#FDA12B;
    border-color:#FDA12B;
}
.text-primary {
    color: #FDA12B !important;
}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{
    box-shadow:0 0 0 .25rem rgba(253,163,43,1);
}
.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{
    background-color:#faa83e;
    border-color:#faa83e;
}
.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{
    box-shadow:0 0 0 .25rem rgba(253,163,43,1);
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#faa83e;
    background-color:transparent;
}
.btn {
    border-radius: 0px;
}
.btn-check:focus+.btn,.btn:focus{
    outline:0;
    box-shadow:0 0 0 .25rem rgba(253,163,43,.5);
}
.border-primary {
    border-color: #FDA12B !important;
}
.bg-primary {
    background-color: #FDA12B !important;
}
a {
    color: #FDA12B;
    text-decoration: none;
}
.dropdown-menu {
    border-radius: 0px;
}
a:hover{
    color:#faa83e;
}
.dropdown-item.active,.dropdown-item:active{
    background-color:#faa83e;
}
.btn-link {
    text-decoration: none;
}
.back-to-top {
    left: 30px;
    right: auto;
    bottom: 30px;
}
.form-control {
    border-radius: 0px;
}
.form-control:focus{
    box-shadow:0 0 0 .25rem rgba(253,163,43,.5);
}
.team-text {
    right: 0;
    left;auto;
}
.fs-5 {
    font-size: 1rem!important;
}
@media (min-width: 1200px) {
    .h4, h4 { font-size: 2rem; }
}
@media (min-width: 768px) {
    .text-md-end {text-align: right!important;}
    .text-md-start {text-align: left!important;}
}