/* GENERAL CSS */
body {
    font-size: 16px;
    line-height: 26px;
}
p, a, li {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    color: #000;
}
.uppercase {
    text-transform: uppercase;
}
.aw {
    font-family: 'Audiowide', sans-serif;
    font-weight: 400;
}
.or {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
}
.om {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
}
.osb {
    font-family: 'Onest', sans-serif;
    font-weight: 600;
}
.ob {
    font-family: 'Onest', sans-serif;
    font-weight: 700;
}
.oeb {
    font-family: 'Onest', sans-serif;
    font-weight: 800;
}
.orange-btn {
    background-color: #c04e01;
    border-radius: 5px;
    border: 1px solid #c04e01;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    transition: 1s all ease;
}
.orange-btn:hover {
    background-color: #25314b;
    border: 1px solid #25314b;
    color: #fff;
}
.blue-btn {
    background-color: #25314b;
    border-radius: 5px;
    border: 1px solid #25314b;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    transition: 1s all ease;
}
.blue-btn:hover {
    background-color: #c04e01;
    border: 1px solid #c04e01;
    color: #fff;
}
.txt-blue {
    color: #232e4c;
}
.txt-orange {
    color: #b35724;
}
.bg-lb {
    background-color: #e6e7f1;
}
.bg-db {
    background-color: #25314b;
}
.bg-orange {
    background-color: #b35724;
}
.orange-txt {
    color: #b35724;
}
.td-none {
    text-decoration: none;
}

/* Breadcrumbs CSS START */
#inner-page #breadcrumbs-area .container .row {
    padding: 100px 0;
}
.breadcrumb-details {
    padding-inline-start: 0;
}
.breadcrumb-details li {
    list-style: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.breadcrumb-details li:nth-child(2) {
    padding: 0 10px;
}
.breadcrumb-details li.pg-name {
    color: #d77931;
}
#breadcrumbs-area .page-title {
    font-size: 50px;
    line-height: 60px;
}
/* BREADCRUMBS CSS END */
/* FOOTER CSS START */
#footer .foo-col-title {
    font-size: 20px;
    line-height: 30px;
}
#footer a {
    text-decoration: none;
}
#footer .phone:before {
    content: url(../images/call-us.png);
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
}
#footer .email:before {
    content: url(../images/email.png);
    display: inline-block;
    float: left;
    width: 25px;
    height: 18px;
}
#footer .address:before {
    content: url(../images/mailing-address.png);
    display: inline-block;
    float: left;
    width: 25px;
    height: 17px;
}
#footer .phone, #footer .email, #footer .address {
    padding-inline-start: 0;
}
#footer .phone li, #footer .email li, #footer .address li {
    padding-inline-start: 50px;
    list-style: none;
}
#footer .quick-links .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}
#footer .quick-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
    margin: 2px;
    background-color: #b35724;
    min-height: 72px;
    width: 99%;
    transition: 1s ease all;
}
#footer .quick-links a:hover {
    background-color: #d5d9e4;
}
#footer .quick-links a:hover span {
    color: #c04e01 !important;
}
/* FOOTER CSS END */

h2.sec-title {
    font-size: 40px;
    line-height: 50px;
}
.experience-1, .experience-2 {
    display: table;
    align-items: center;
    table-layout: fixed;
    width: 100%;
}
.experience-1 .box {
    background-color: #b35724;
}
.experience-1 .box, .experience-2 .box {
    width: 26%;
    display: table-cell;
    padding: 40px 20px;
    margin-right: 20px;
    text-align: center;
}
.experience-1 .box p, .experience-2 .box p {
    font-size: 20px;
    line-height: 30px;
}
.experience-1 .exp-detail, .experience-2 .exp-detail {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.experience-2 .box {
    background-color: #d77931;
}
#abt-3 {
    background-image: url(../images/Land-Surveyor-in-Knoxville-TN.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#abt-3 .col-md-6 {
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
#abt-1 h3 {
    font-size: 22px;
    line-height: 32px;
}
#abt-3 h3 {
    font-size: 22px;
    line-height: 32px;
}
#ser-1 .ser-box {
    background-color: #f3f4f8;
    position: relative;
}
.ser-box img {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ser-box h4 {
    padding: 50px 0 20px;
    font-size: 20px;
    line-height: 30px;
}
#contact-1 .contact-details {
    margin-top: -7.5%;
    z-index: 1;
    position: relative;
}
#contact-1 .contact-box {
    background-color: #25314b;
    display: flex;
    flex-direction: column;
    padding: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top : -7.5%;
}
#contact-1 .contact-box p.bg-orange {
    text-orientation: sideways;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 25px 5px;
    font-size: 18px;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.contact-box .phone {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-box .phone:after {
    content: "";
    display: block;
    border-top: 1px solid orange;
    width: 80%;
    padding-bottom: 5px;
}
.contact-box h2.ph {
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 50px;
}
.contact-box h2.ph:before {
    content: url(../images/call-us-now.png);
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.contact-box .email {
    margin-top: 10px;
}
.contact-box .email h3 {
    font-size: 20px;
    line-height: 30px;
}
#contact-1 .cta-1 {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
#contact-1 .location {
    display: flex;
    justify-content: right;
    padding-right: 10%;
}
#contact-1 .address {
    justify-content: right;
}
#contact-1 .address p {
    padding-inline-start: 50px;
}
#contact-1 .address:before {
    content: url(../images/Land-Surveyour-Location.png);
    display: block;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 39px;
    
}
#contact-1 .address p.osb {
    font-size: 20px;
    line-height: 30px;
}