:root{
--color-two: #162842;
--color-primary: #FA941E;
--color-primary-rgb: #FA941E;
--color-one: #FA941E;
}
body{
    font-family: "Playfair Display", serif;
    /* font-family: "Manrope", sans-serif !important; */
}
h1, h2, h3, h4, h5, h6, a, input, button, label,  textarea {
    font-family: "Playfair Display", serif;
    /* font-family: "Manrope", sans-serif !important; */
}
p,  li{
    font-family: "Manrope", sans-serif !important;
}
.font-playfair{
    font-family: "Playfair Display", serif !important;
}
.font-manrope{
    font-family: "Manrope", sans-serif !important;
}
a {
    color: #FA941E;
}
.bg1{
    background-color: #FAF8F7;
}
.current_page {
    color: #FA941E !important;
}
.wptb-breadcrumb a {
    font-family: "Manrope", sans-serif !important;
}
html {
  zoom: 0.90; /* easiest, but non-standard (works in most Chromium-based browsers & IE) */
}
.text-danger{
color: var(--color-primary) !important;
}
.section, section {
    padding: 60px 0px;
}
.wptb-slider .wptb-heading .wptb-item--subtitle{
color: #1ab1f1;
}
.wptb-page-heading .wptb-item--inner {

    padding: 240px 0px 70px 0px;
}
.wptb-icon-box3 .wptb-item--inner{
    padding: 20px 30px 20px 0px;
}
.blog-details .blog-details-inner .post-header {
    margin-bottom: 0px;
}
.wptb-about-company-one.pd-more{
    padding-bottom: 80px;
}
/* .wptb--item{
    margin-bottom: 12px !important;
    padding: 0px 16px 16px !important;
} */
.wptb-about-company-one--inner .wptb-heading .wptb-item--description{
    font-size: 16px;
    line-height: 28px;
    color: #313131;
}
.wptb-heading .wptb-item--title.has-line{
    font-weight: 800 !important;
    margin-bottom: 24px;
}
.wptb-project-info1 .wptb--item{
    padding: 16px 16px 16px;
    margin-bottom: 0px;
}
.wptb-project-info1 .wptb--item:last-child {
    padding-bottom: 16px;
}
.menu-item{
    font-weight: 700 !important;
}
.wptb-heading{
    margin-bottom: 30px;
}
.odometer-inside{
    font-weight: 600;
}
.wptb-contact-form-one {
    background-color: #fff6ee;
    border: 1px solid #ffcb8f;
}
.wptb-project-info1 .wptb--icon{

}
.nice-select{
    padding: 8px 12px;
}
.header .mainnav ul.main-menu li a{
    font-size: 18px;
}
.wptb-breadcrumb li a{
    text-transform: capitalize;
}
.wptb-breadcrumb li span{
    text-transform: capitalize;
}
.wptb-blog-grid1 .wptb-item--inner .wptb-item--holder{
    padding: 12px 24px;
    border-radius: 0px 0px 20px 20px;
}
.wptb-blog-grid1{
    border-radius: 20px 20px 0px 0px;
}
.wptb-blog-grid1.style2 .wptb-item--inner{
    border-radius: 20px 20px 20px 20px;
}
.wptb-item--image{
    border-radius: 20px 20px 0px 0px;
}
.wptb-item--inner{
    border-radius: 16px;
}
.post-title{
    font-weight: 800;
}
.blog-details{
    padding: 20px 0px 40px;
}
ul.wp-block-latest-posts li h5 a{
    font-weight: 500;
}
/* .wptb-slider .wptb-heading .wptb-item--description {
    color: #ffff;
} */
.header.style2 .header-top {
    padding: 0px 0px;
}

/* Footer */
.footer .copyright p a{
    text-transform: math-auto;
}
.footer .footer-top {
    padding: 50px 0px;
}
.footer-upper-contact{
    padding: 16px 0px;
}
.socials {
    width: 42px !important;
    height: 42px !important;;
    background-color: var(--color-one);
    color: #fff !important;
}
.footer .footer-bottom {
    background: #00255c;
}
.tcul-work .dotted-map {
    position: absolute;
    left: 0;
    top: 0;
    top: 60px;
    height: 100%;
    width: 100%;
    background-image: url(/frontend/tcul-img/home/dotted-map-2.png);
    background-repeat: no-repeat;
    background-position: center top;
    content: "";
}
/* WhatsApp Icon */

.tcul-floating-icons {
   position: fixed;
   bottom: 78px;
   right: 20px;
   display: flex;
   flex-direction: column;
   gap: 15px;
   z-index: 9999;
}

.tcul-floating-icons a {
   text-decoration: none !important;
   outline: none !important;
}

.tcul-contact-icon {
   color: #fff;
   width: 50px;
   height: 50px;
   font-size: 24px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
   animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   transition: transform 0.3s ease;
   cursor: pointer;
}
.tcul-contact-icon {
   background-color: #16c944;
   color: #fff;
   width: 50px;
   height: 50px;
   font-size: 24px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
   animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   transition: transform 0.3s ease;
   cursor: pointer;
}


@media screen and (max-width: 1199px) {
    .wptb-blog-grid1 .wptb-item--image img {
        height: 100%;
    }
}

@media (max-width: 768px){
    .footer-top{
        padding: 30px 0px;
    }
    .wptb-page-heading .wptb-item--inner {
        padding: 130px 0px 70px 0px;
    }
    .section, section {
        padding: 20px 0px;
    }
    .footer .footer-top {
        padding: 20px 0px;
    }
    .wptb-page-heading .wptb-item--title {
        font-weight: 800;
    }
}