:root {
  --button-size: 14px;
  --button-radius: 4px;
  --weight-mediam: 500;
  --button-bg: #EAE9B5;
  --advait-grey: #343232;
  --body-font: "Josefin Sans";
  --white-color:#FFFFFF;
  --light-gray:#D6D6D6;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0px !important;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
a,
a:hover,
.form-submit input[type="submit"],
.form-submit input[type="submit"]:hover {
  transition: 0.3s all ease 0s;
}
input {
  font-family: var(--body-font);
}
.mb-0 {
  margin-bottom: 0px !important;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
body:not(.elementor-editor-active) .header-section {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
}
.ehf-header #masthead {
    position: fixed;
    margin: 0 auto;
    width: 100%;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.m-auto{
  margin: 0 auto !important;
}
.txt-italic{
  font-style: italic;
}
.txt-primary{
  color:#FEC156;
}
.txt-white{
  color:#FFFFFF;
}
.txt-line-icon {
    position: relative;
    top: 5px;
}
.arw-dw-lft{
  position: relative;
  top: 10px;
  padding-left:5px;
}
.tbm-button a {
    background: #AA5F19;
    background: linear-gradient(90deg,rgba(170, 95, 25, 1) 0%, rgba(255, 179, 48, 1) 22%, rgba(255, 209, 130, 1) 50%, rgba(247, 170, 39, 1) 80%, rgba(150, 92, 32, 1) 100%);
    color: #000000;
    font-weight: 700 !important;
    box-shadow: 0px 5px 0px #7D3E04;
}
.tbm-button a:hover {
    box-shadow: 0px 3px 0px #7D3E04;
    color: #000000;
    background: linear-gradient(90deg, rgba(170, 95, 25, 1) 0%, rgb(251 189 81) 22%, rgb(255 223 167) 50%, rgb(255 180 52) 80%, rgba(150, 92, 32, 1) 100%);
}
.tbm-txt-gradient h2 {
    background: linear-gradient(90deg, #AD621A 10%, #FFB638 26%, #FECD79 55%, #FFB638 79%, #AD621A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.whatwedo-imagebox .elementor-widget-image-box {
    min-height: 150px;
}
.column-box-content p{
    margin-bottom: 15px;
}
.tbm-bg-gradient{
  background: #AD621A;
  background: linear-gradient(90deg,rgba(173, 98, 26, 1) 0%, rgba(255, 182, 56, 1) 26%, rgba(254, 205, 121, 1) 55%, rgba(255, 182, 56, 1) 79%, rgba(173, 98, 26, 1) 100%);
}
.about-photo{
    position: relative;
    bottom: -5px;
    right: 0;
    height: 336px;
    max-width: 281px !important;
}
.about-photo img {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 392px;
    max-width: 281px;
}
.sw-carousel .elementor-swiper-button-prev svg path, 
.sw-carousel .elementor-swiper-button-next svg path {
    fill: none !important;
}
.sw-carousel .swiper-pagination {
    margin-bottom: 12px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
}

header ul.hfe-nav-menu{
    transition: all 0.3s ease;
}

header.scrolled {
  transform: translateY(-5px);
}

header.scrolled ul.hfe-nav-menu {
  grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 3rem;
    flex: none;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 6px 6px 6px 16px;
    display: flex;
    position: static;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

header.scrolled ul.hfe-nav-menu li a:hover{
  color:#FEC156 !important;
}

header.scrolled .tbm-logo img {
  height: 86px;
  display: none;
}

@media only screen and (max-width: 1280px){
  
}
@media only screen and (max-width: 1024px){
.arw-dw-lft {
    height: 36px !important;
    top: 8px;
}
.tbm-logo img {
    height: 96px;
}
header .tbm-navmenu {
    position: fixed;
    right: 20px;
}

header.scrolled .tbm-navmenu {
    top: 35px;
    right:6px;
}
header ul.hfe-nav-menu, header.scrolled ul.hfe-nav-menu{
  grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 3rem;
    flex: none;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 6px 6px 6px 16px;
    display: flex;
    position: static;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
}
header.scrolled .tbm-navmenu .hfe-nav-menu .hfe-nav-menu__toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    flex: none;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 3px 6px 2px 6px;
    display: flex;
    position: static;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

header .tbm-navmenu nav {
    background-color: transparent !important;
    margin-top: 5px;
}

header .tbm-navmenu nav ul.hfe-nav-menu {
    border-radius: 10px;
    width: 96%;
    margin-left: 2%;
    padding-left: 5px;
    grid-row-gap: 0 !important;
}
header .tbm-navmenu nav ul.hfe-nav-menu li {
    border-bottom-color: rgba(254, 193, 86, 0.35) !important;
}
header .tbm-navmenu nav ul.hfe-nav-menu li a {
    background-color: transparent !important;
    line-height: 32px !important;
}
}
@media only screen and (max-width: 767px){
.whatwedo-boxcontent .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
}

.whatwedo-boxcontent .elementor-image-box-wrapper .elementor-image-box-content h3, .whatwedo-boxcontent .elementor-image-box-wrapper .elementor-image-box-content p {
    text-align: left;
}

.whatwedo-boxcontent .elementor-image-box-wrapper figure img {
    width: 24px;
    height: 24px !important;
    position: relative;
    top: 5px;
}

.whatwedo-boxcontent .elementor-image-box-wrapper .elementor-image-box-content {
    padding-left: 5px;
}
.mb-img-cover {
    background-size: 700px !important;
}
.about-photo {
    position: relative;
    bottom: -5px;
    right: unset;
    height: 320px;
    max-width: 281px !important;
    margin: 0 auto !important;
}
.about-photo img {
    position: relative;
    right: 0;
    bottom: 0;
    height: 315px;
    max-width: 281px;
}
}