@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/* header css start here */
.timc-new-header .logo-wrapper img{ max-width:188px;  }
.header.timc-new-header {
    padding: 18px 0;
    border-bottom: 1px solid #DADADA;
}
.timc-new-header nav.menu-wrapper.m-new-menu li:last-child{display: none;}
.timc-new-header nav.menu-wrapper.m-new-menu li a{
font-family: "Geist", sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 1.667;
letter-spacing: 10%;
text-transform: uppercase;
color:#64748B;
 border:none
}

.timc-new-header nav.menu-wrapper.m-new-menu li a:hover{ color:#C4A478;;}

  /*new home page css start here */
  
.timc-home-new-wrap p, .timc-home-new-wrap ul li{
font-family: "Geist", sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 160%;
letter-spacing: 0px;
margin-bottom:25px;
color: #131516;
}
.timc-home-new-wrap .section-h-hero{padding: 70px 0; border-top: 1px solid #DADADA;}
.section-h-hero .home-new-hero-image-1 {
    display: flex;
    justify-content: flex-end;
}
.gold-square-title{
font-family: "Geist", sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: 10%;
text-transform: uppercase;
color: #C4A478;
position: relative;
line-height: 1.667;
padding-left: 22px;
margin-bottom:20px;
}
.gold-square-title:before{width: 12px; height: 12px; background:#C4A478; content:""; position:absolute; left:0; top:9px; }
.timc-home-new-wrap ul li{
 margin-bottom: 10px;
 list-style: disc;
}
.timc-home-new-wrap ul{padding-left: 30px; margin-bottom:15px;}
.section-h-hero .row {
    align-items: center;
}
.outline-cta-sec{ padding-top:15px;  }
.home-new-hero-image-1 img {
    max-width: 500px;
}
.h-sevice-cta-center-sec {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.sm-gold-btn{
    font-family: "Geist", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    background: #C4A478;
    border-radius: 0;
    padding: 15px 30px;
    color:#fff;
}
.sm-gold-btn:hover {
    background: #64748B;
    color:#fff;
}

.new-heading-level-1{
font-family: "Lora", serif;
font-weight: 400;
font-size: 60px;
line-height: 130%;
letter-spacing: 0%;
color:#131516;
margin-bottom: 30px;
}
.new-heading-level-2{
font-family: "Lora", serif;
font-weight: 400;
font-size: 50px;
line-height: 130%;
margin-bottom: 25px;
color:#131516;
}
.new-heading-level-3{
font-family: "Lora", serif;
font-weight: 400;
font-size: 44px;
line-height:1.2;
color:#fff;
margin-bottom: 30px;
}
.new-heading-level-4{
font-family: "Lora", serif;
font-weight: 400;
font-size: 32px;
line-height: 120%;
margin-bottom: 25px;
color:#131516;
}
.new-outline-btn{
font-family: "Geist", sans-serif;
font-weight:600;
font-size: 18px;
line-height: 150%;
letter-spacing: 10%;
text-align: center;
text-transform: uppercase;
padding:10px 15px;
display: inline-block;
border-bottom: 3px solid #131516;
color:#131516;
}
.new-outline-btn:hover{color:#C4A478; border-color:#C4A478; }
.mobile-show{display: none;}


.timc-home-about-wrap{ padding:70px 0; background:#F8FAFC;  }
.timc-home-about-wrap .timc-home-desc-about-image{
    padding-left: 30px;
}


/* =========================================================
   EXPERIENCE SECTION
========================================================= */

.experience-tabs-wrapper {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  column-gap: 45px;
  width: 100%;
}

.experience-tab-item {
  display: contents;
}
.experience-tabs-wrapper{ padding-top:30px;  }
.experience-tab-button {
  grid-column: 1;
  width: 100%;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
 font-family: "Lora", serif;
font-weight:400;
font-size: 28px;
letter-spacing: 0px;

}
.experience-tab-button:hover {
  color: #c29b68;
}
.experience-tab-button:focus {
  outline: none;
  box-shadow: none;
}
.experience-tab-item.is-active .experience-tab-button {
  color: #c29b68;
  font-weight: 700;
}
.experience-tab-arrow {
  width: 20px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.experience-arrow-right{transition: all 0.5s ease-in-out;}
.experience-tab-item.is-active .experience-arrow-right {
  display: block;
  transform: rotate(-90deg);
  transition: all 0.5s ease-in-out;
}
.experience-tab-item.is-active .experience-arrow-right path {
    fill: #C4A478;
}
.experience-tab-content {
  grid-column: 2;
  grid-row: 1;
  display: none;
  width: 100%;
}
.experience-tab-item.is-active .experience-tab-content {
  display: block;
}
.experience-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 25px;
  row-gap: 28px;
  align-items: center;
  width: 100%;
}
.experience-logo {
  min-width: 0;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 50px;
  object-fit: contain;
}
.experience-section {
    padding: 70px 0;
}


.home-strategy-services {
  padding:70px 0;
  background:#F8FAFC;
}
.home-strategy-services .row {
  margin-left: -8px;
  margin-right: -8px;
}
.home-strategy-services .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.home-service-card {
    height: 100%;
    padding: 25px 20px;
    background: #fff;
    border: 1px solid #E2E8F0;
}

.home-service-card-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.home-service-card-icon {
    width: 48px;
    min-width: 48px;
    margin-right: 12px;
}

.home-service-card-icon img {
    display: block;
    width: 100%;
}

.home-service-card-content {
    flex: 1;
}

.timc-home-new-wrap .home-service-card p{font-size: 16px; margin-bottom: 0;}
.home-strategy-services-head {
    padding-bottom: 40px;
}

.timc-posts-section {
    padding: 70px 0;
}
.timc-post-tabs ul#timc-post-tabs {
    padding: 0;
    border: none;
}
.timc-post-tabs ul#timc-post-tabs li {
  list-style: none;
 font-family: "Geist", sans-serif;
font-weight: 700;
font-size:16px;
letter-spacing: 10%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}
.timc-post-tabs ul#timc-post-tabs li a {
    color: #64748B;
    padding: 15px;
    position: relative;
    border: none;
    background: none;
}
.timc-post-tabs ul#timc-post-tabs li a:before {
    background: #E2E8F0;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    bottom: 0;
    top: auto;
    position: absolute;
}
.timc-post-tabs ul#timc-post-tabs li a.active:before{background:#64748B; height:2px;  }
.timc-post-tabs ul#timc-post-tabs li a.active{color:#000;}
.timc-post-tabs .nav-tabs .nav-link.active, 
.timc-post-tabs .nav-tabs .nav-item.show .nav-link{border: none; color:#000000;}
.timc-post-card .timc-post-date{
 font-family: "Geist", sans-serif;
font-weight: 600;
font-size: 14px;
line-height:2.14;
letter-spacing: 10%;
text-transform: uppercase;
color:#64748B;
margin:7px 0 5px 0;
}
.timc-post-card .timc-post-image img, 
.timc-post-card .timc-post-image a {
    width: 100%;
}
.timc-post-card .timc-post-image img{ height:240px; object-fit:cover;  }
.timc-post-card .timc-post-title{margin-bottom: 15px;}
.timc-post-card .timc-post-title a{color: #000;}
.timc-post-card .timc-post-read-more.new-outline-btn {
    font-size: 16px;
    padding: 7px 10px;
    border-color: #C4A478;
    color: #C4A478;
    position: absolute;
    bottom: -40px;
}
.timc-post-item {
    padding-bottom: 60px;
    padding-top: 25px;
}
.timc-post-card .timc-post-read-more.new-outline-btn:hover{color: #000; border-color:#000;}
.timc-post-item .timc-post-card {
    height: 100%;
    position: relative;
}
.home-new-footer {
    padding: 70px 0 15px;
    background: #1d1d1d;
}
.home-new-footer p{color:#fff; }
.contact-media-footer-row {
    display: flex;
    align-items: center;
 font-family: "Geist", sans-serif;
font-weight: 600;
font-size:20px;
line-height: 140%;
letter-spacing: 10%;
text-transform: uppercase;
color:#fff;
 margin-bottom:30px;
}
.contact-media-footer-row a{color:#fff; }
.contact-media-footer-row .c-media-icon {
    width: 35px;
    height: 35px;
    background: #64748B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.home-new-footer .form-control{
font-family: "Geist", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 140%;
letter-spacing: 0.5px;
border: none;
border-bottom: 1px solid #fff;
color: #fff;
border-radius: 0;
padding: 10px 10px 10px 0;
}
.home-new-footer .form-control:focus {
    background: none;
    outline: none;
    box-shadow: none;
}
.home-new-footer textarea.form-control{height: 120px; resize: none;}
.home-new-footer .form-wrapper {
    padding-left: 100px;
}
.form-wrapper .wpcf7-not-valid-tip {
    font-size: 12px;
}
.form-wrapper .wpcf7-not-valid {
    border-color: red !important;
}
.form-wrapper input.gold-btn{
    font-family: "Geist", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    background: #C4A478;
    border-radius: 0;
    width: 100%;
}
.form-wrapper input.gold-btn:hover{background:#64748B;}
.footer-btm-nav p, .footer-menu-col ul li {
    font-size: 14px;
    color: #FAFAFA;
    margin-bottom: 0;
}
.footer-btm-nav {
    border-top: 1px solid #434343;
    padding-top: 25px; margin-top: 20px;
}
.footer-menu-col ul {
    display: flex;
    justify-content: end;
    list-style: none;
}
.footer-menu-col ul li {
    list-style: none;
    margin-left: 35px;
}
.footer-menu-col ul li a{color:#FAFAFA;}
.footer-menu-col ul li a:hover{color:#a2a2a2;}
.form-wrapper .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 14px;
}
@media (max-width: 991px) {
.header .header-right-cta-sec {
    display: none;
}
.timc-new-header nav.menu-wrapper.m-new-menu li:last-child {
    display: block;
}
.header.timc-new-header {
    padding: 7px 0;
}
.header .burger.gold-menu-icon {
    background: none !important;
}
.header .burger.gold-menu-icon{
    width: 44px;
    height: 29px;
}
.experience-tabs-wrapper {
  grid-template-columns: 165px minmax(0, 1fr);
  column-gap: 30px;
}
.experience-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 25px;
}
.experience-logo img {
  max-width: 105px;
}
.home-strategy-services-head {
    padding-bottom: 0;
}
.home-new-footer .form-wrapper {
    padding-left: 0;
}
.timc-post-tabs ul#timc-post-tabs {
    margin: 0;
}
}

@media(max-width:767px){
  .desktop-show{display: none !important;}
  .mobile-show{display: block;}
  .gold-square-title{font-size: 14px;}
  .gold-square-title:before{top:6px;}
  .new-heading-level-1 {
    font-size: 38px;
    line-height: 120%;
}
.new-heading-level-2, .new-heading-level-3, .new-heading-level-4{font-size: 28px; line-height: 1.2;}
.home-new-mob-hero-image-1{
    padding-bottom: 10px;
}
.timc-home-new-wrap p, .timc-home-new-wrap ul li{font-size: 16px;}
.timc-home-new-wrap .section-h-hero{padding:40px 0 50px 0;}

.timc-home-mob-about-image{
    padding-bottom: 20px;
}
.timc-home-about-wrap {
    padding: 50px 0;
}
.outline-cta-sec {
    padding-top: 0;
}


.experience-tabs-wrapper {
  display: block;
  width: 100%;
}
.experience-tab-item {
  display: block;
}
.experience-tab-content {
  display: none;
  width: 100%;
  padding: 18px 0 25px;
}
.experience-tab-item.is-active .experience-tab-content {
  display: block;
}

.experience-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 24px;
  width: 100%;
}
.experience-logo {
  height: 55px;
}
.experience-logo img {
  max-width: 90px;
  max-height: 45px;
}
.experience-section {
    padding: 50px 0;
}

.timc-post-tabs ul#timc-post-tabs li{font-size: 14px; margin-right: 5%;}
.timc-post-tabs ul#timc-post-tabs li a {
    padding: 15px 8px;
}
.timc-post-item {
    padding-bottom: 40px;
}
.timc-post-see-more.h-sevice-cta-center-sec {
    justify-content: flex-start;
    margin-top: 25px;
}
.timc-posts-section .new-outline-btn {
    min-width: 145px;
}
.timc-posts-section {
    padding: 45px 0;
}

.home-new-footer {
    padding: 40px 0 15px;
}
.home-strategy-services {
    padding: 50px 0;
}
.contact-media-footer-row, .home-new-footer .form-control, .form-wrapper input.gold-btn{font-size: 16px;}
.footer-btm-nav {
    margin-top: 0;
}
.home-new-footer .form-wrapper {
    padding-top: 20px;
}
.home-new-footer textarea.form-control {
    height: 100px;
}
.footer-btm-nav {
    text-align: center;
}
.footer-menu-col ul {
    justify-content: center;
    padding: 0;
    margin-top: 15px;
}
.footer-menu-col ul li {
    list-style: none;
    margin: 0 15px;
}
}
