html {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    font-family: Arial;
}

a {
    color: #F15025;
    text-decoration: none;
}

a.active, #tmp-nav a.active {
    color: #F15025;
}
a:hover, #tmp-nav a:hover {
    color: #F15025;
}

.btn-primary {
    background-color: #F15025;
    border-color: #F15025;
}

.btn-primary:hover {
    background-color: #F15025;
    border-color: #F15025;
}

.content {
    overflow-x: hidden;
}

.alert {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.alert:not(.show) {
    display: none;
}

.alert.show {
    display: block;
}

.tmp-icon {
    font-size: 18px;
    color: #F15025;
    vertical-align: middle;
  }

.tmp-spinner {
    top: 47%;
    left: 47%;
    z-index: 100;
    display: none;
    color: #F15025;
}

#tmp-spinner {
    position: fixed;
}

.fs-1 {
    color: #35495e;
    margin-bottom: 1em;
    text-align: center;
}

.fs-3 {
    border-bottom: 2px solid #f15025;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

.fs-4 {
    border-bottom: 1px dashed #f15025;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

[data-showHide] [data-showEl] {
    max-height: 0;
    overflow: hidden;
}

[data-showHide]:hover [data-showEl] {
    max-height: 500px;
    transition: max-height 1.5s ease-in;
}

/* menu section start */
.offcanvas {
    background: #242323;
}

.offcanvas-header {
    color: #fff;
}

#tmp-menu-spinner {
    position: absolute;
}

#tmp-nav {
    position: fixed;
    top: 0;
    z-index: 60;
    background-color: #242323 !important;
    padding: 0;
    width: 100%;
    display: block;
}

.tmp-menu-close {
    border: none;
    width: 25px;
    height: 25px;
    background: none;
    padding: 0;
    margin: 0;
}

.tmp-menu-close i {
    color: #fff;
}

/* home section start */
#tmp-home {
     padding-top: 60px;
}

#tmp-home img {
    width: 100%;
    height: auto;
}

.tmp-home-img-container::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #111;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.carousel-indicators .active {
    background-color: #f15025;
}

/* about section */

.tmp-about-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tmp-about-icon-container {
    background: #f1efeb;
    border-radius: 50%;
    /* max-width: 70px; */
    /* height: 70px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.2rem 0.8rem;
}

.tmp-about-icon {
    font-size: 40px;
}

.tmp-about-img {
    box-shadow: 45px 35px #f1efeb, 45px -35px 0 #f1efeb;
    width: 100%;
    height: auto;
    max-width: 550px;
}

.tmp-about-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* services section */
.tmp-services-content {
    background: #f1efeb;
}

.tmp-services-content .row {
    display: flex;
    justify-content: center;
}

.tmp-service-card {
    padding: 0.5em;
    display: flex;
    text-align: center;
    align-items: center;
    background: #f1efeb;
    margin-bottom: 1em;
    border: none;
}

.tmp-service-title {
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: 18px; 
}

.tmp-service-icon-container {
    background: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.tmp-service-icon {
    font-size: 64px;
  }

/* clients section */
.tmp-clients-content {
    background: #f1efeb;
}

.tmp-clients-content img {
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    max-width: 200px;
    width: 100%;
    height: auto;
}

.tmp-clients-content .row {
    display: flex;
    justify-content: center;
}

.tmp-clients-content .col {
    text-align: center;
}

.tmp-clients-img-container {
    background: #fff;
    margin: 20px 10px;
    text-align: center;
    padding: 0 20%;
    border: 1px solid #dfdfdf;
}

/* team section */
.tmp-team-content {
    display: flex;
    justify-content: center;
}

.tmp-team-member img {
    width: 100%;
    max-width: 280px;
    opacity: 0.8;
    height: auto;
    border-radius: 50%;
}

.tmp-team-member:hover img {
    opacity: 1;
}

.tmp-team-member {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.tmp-team-member-name-position-section {
    position: absolute;
    bottom: 0;
    background: white;
    padding: 0.3em;
    width: 280px;
    opacity: 0.8;
    line-height: 1.3em;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.tmp-team-member-name {
    font-weight: 700;
}

.tmp-team-member-position {
    font-style: italic;
}

.tmp-team-details {
    font-size: 13px;
}

/* testimonials section */
.tmp-testimonial-card {
    padding: 0.5em;
    font-size: 15px;
}

.tmp-testimonial-author {
    margin-bottom: 0.3em;
    display: flex;
    align-items: center;
}

.tmp-testimonial-author-name-position-section {
    margin-left: 0.5em;
}

.tmp-testimonial-author-name {
    font-weight: 700;
}

.tmp-testimonial-author-position {
    font-style: italic;
}

.tmp-testimonial-author img {
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 0.5em;
}

/* blog/posts section */
.tmp-post-card {
    padding: 0.5em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.tmp-post-img {
    border-radius: 0.5em;
    display: inline-block;
    width: 100%;
    height: auto;
}

.tmp-post-title {
    font-weight: 700;
    margin: -1em 0 0.5em;
    font-size: 18px;
}

.tmp-post-link {
    text-align: right;
}

.tmp-post-details {
    font-size: 13px;
    position: relative;
    background: #fff;
    padding: 5px;
    top: -30px;
    display: inline;
    box-shadow: 1px 1px 3px #888;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* map section */
.tmp-map {
    width: 100%;
    height: auto;
    display: block;
}

/* contact section */
#tmp-contact {
    background: #242323;
    padding: 20px 0;
    color: #fff;
}

.tmp-contact-icon {
    font-size: 20px;
}