@font-face {
    font-family:"Degular-Regular";
    src: url("../fonts/Degular-Regular.otf");
    font-weight: normal;
}
@font-face {
    font-family:"Degular";
    src: url("../fonts/Degular-Medium.otf");
    font-weight: normal;
    font-display: swap;
}

:root {
    --black-color: #000;
    --dark-color: #252525;
    --white-color: #fff;
    --blue-color:#1B2B34;
}
* {
    box-sizing: border-box;
}
html body{
  max-width: 2540px;
  margin: 0 auto;
  font-family:"Degular";
  overflow-x: hidden;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}


.content-fonts h1 {
  font-size: 72px;
font-weight: 500;
line-height: 62px;
letter-spacing: -1.44px
}

.content-fonts h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;

}

.content-fonts h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.28px;
}

.content-fonts h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.content-fonts h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.content-fonts h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.6px;
}
.content-fonts p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: inherit;
}
.content-fonts span{
    font-size: inherit;
}
.content-fonts a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.content-fonts img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.content-fonts .btn {
    padding: 11px 24px;
    border: 1px solid ;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    transition: all 0.4s ease;
}
.content-fonts .btn span{
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: normal;
}
.content-fonts .btn.btn-white{
    background-color: var(--white-color);
    border-color: #D8D8D8;
    color: var(--dark-color);
}
.content-fonts .btn.btn-black{
    background-color: var(--dark-color);
    color: var(--white-color);
    border-color: var(--dark-color);
}
.content-fonts .max-w-60{
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.content-fonts .btn img {
    transition: all 0.4s ease;
}
.content-fonts .btn {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    appearance: none;
    -webkit-appearance: none;
}
.content-fonts .btn.btn-black:active, .content-fonts .btn.btn-black:focus,.content-fonts .btn.btn-black:link, .content-fonts .btn.btn-black:visited {
    background-color: var(--dark-color);
    color: var(--white-color);
    border-color: var(--dark-color);
}
.content-fonts .btn-normal {
    text-decoration: underline;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    color: #3d4c5e;
    transition: all 0.4s ease;
    text-underline-offset: 4px;
}
.content-fonts .btn span{
    transition: all 0.4s ease;
}
.content-fonts a.btn-normal:focus {
    outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .content-fonts .btn.btn-black:hover {
    background: var(--white-color);
    color: var(--dark-color);
}

.content-fonts .btn.btn-black:hover img {
    filter: invert(1);
}
.content-fonts .btn.btn-white:hover {
    background: var(--dark-color);
    color: var(--white-color);
    border-color: var(--dark-color);
}

.content-fonts .btn.btn-white:hover img {
    filter: invert(1);
}
}
.content-fonts .slick-dots li button:before {
    display: none;
}
.content-fonts .slick-dots li button {
    width: 6px;
    height: 6px;
    width: 6px;
    border-radius: 8px;
}
.content-fonts .slick-dots li.slick-active button {
    width: 30px;
}
.content-fonts .slick-dots li {
    width: auto;
    height: auto;
}
.hire-rate-t .hire-s-bottom .hire-s-inner-top {
    text-align: center;
}

@media screen and (max-width:991px) {
    .container{
        padding: 0px 16px;
    }
    .content-fonts h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.96px;
}
    .content-fonts h2 {
    font-size: 32px;
    line-height: normal;
    letter-spacing: -0.64px;

}
.content-fonts h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}

.content-fonts h4 {
    font-size: 20px;
    line-height: 24px;
}

.content-fonts p {
font-size: 16px;
line-height: normal;
}
}
/* header Style */
.header-top-inner {
    display: flex;
    justify-content: space-between;
    padding: 24.5px 0px;
}
.header-menu-btn{
    display: flex;
    gap:16px;
    align-items: center;
}
.header-bottom{
    background-color: var(--blue-color);
    padding: 5px 0px;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.mob-block{
    display: none;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu h4.mega-block-title:after {
    content: "";
    left: 0px;
    width: 100%;
    height: 1px;
    background: #D2D2D2;
    position: absolute;
    bottom: -16px;
}

.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu h4.mega-block-title {
    position: relative;
    margin-bottom: 32px !important;
    display: inline-block !important;
    visibility: visible !important;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-hire-options.mega-menu-item ul.mega-sub-menu > li ul.mega-sub-menu {
    max-width: 600px;
    margin: 0 auto;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-hire-options.mega-menu-item ul.mega-sub-menu > li ul.mega-sub-menu li.mega-menu-item.mega-menu-item-type-widget.widget_media_image {
    text-align: end;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-hire-options.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding: 4px 0px !important;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

header#masthead {
    border-bottom: 1px solid #3d3d3d;
    animation-duration: 0.9s;
    animation-fill-mode: both;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

header#masthead.sticky-header {
    top: 0;
    transition: all 0.8s ease;
    z-index: 13;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    animation-name: fadeInDown;
}

header#masthead.sticky-header .header-top {
    background: #fff;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li.mega-hire-options > a.mega-menu-link span.mega-indicator:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/05/chevron-down-w.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
}

.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li.mega-hire-options.mega-toggle-on > a.mega-menu-link span.mega-indicator:after {
    transform: rotate(180deg);
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li.mega-hire-options > a.mega-menu-link span.mega-indicator{
    line-height: normal;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li.mega-hire-options > a.mega-menu-link{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
body:has(#mega-menu-primary-menu li.mega-hire-options.mega-toggle-on) header#masthead {
    z-index: 13;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 20px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:1200px) {

.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu {
    gap: 10px;
}
}
@media screen and (max-width:991px) {
    .mob-block{
        display: block;
    } 
    .desk-block{
        display: none;
    }
    .header-bottom {
    position: fixed;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: right 0.5s ease-in-out, visibility 0.5s ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
    visibility: hidden;
    background: var(--white-color);
    right: -100vw;
    left: auto;
    top: 0;
    color: var(--dark-color);
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.header-bottom.active {
    right: 0;
    visibility: visible;
}
.bottom-inner-main{
    display: flex;
    flex-direction: column;
    gap:56px
}
.header-main-menu-inner-top.mob-block {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
}

.header-main-menu-inner-top-cross img {
    width: 24px;
    height: 24px;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li {
    border-bottom: 1px solid #F0F0F0;
    width: 100%;
    padding-bottom: 16px;
}

.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu >li > a.mega-menu-link {
    font-size: 20px;
    color: var(--dark-color);
}
.header-bottom a.btn.btn-black {
    width: 100%;
    line-height: normal;
}
.header-main-menu-inner-top.mob-block .container{
    padding: 0px;
}
.header-top-inner{
    padding: 20px 0px;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu h4.mega-block-title {
    display: none !important;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-hire-options.mega-menu-item ul.mega-sub-menu > li ul.mega-sub-menu {
    max-width: 100%;
    padding: 0px 0px 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mob-menu-toggle{
    display:flex;
}
.header-bottom-inner div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li.mega-hire-options > a.mega-menu-link span.mega-indicator:after {
    background-image: url(/wp-content/uploads/2025/05/chevron-down.svg);
}
.header-menu-btn .btn-icon img {
    width: 28px;
    height: 28px;
}
.header-menu-btn.mob-block {
    margin-bottom: 48px;
}
header#masthead{
    z-index: 13;
}
}
@media screen and (max-width:767px) {
    .header-main-menu-inner-top-logo img
 {
     max-width: 185px;
     height: 32px;
    }
    .header-logo img {
    max-width: 183px;
    height: 32px;
}
    .header-top-inner .header-menu-btn a.btn.btn-black {
        display: none;
    }
}
@media screen and (max-width:650px) {
.header-top-inner .header-menu-btn span {
    display: none;
}
.header-menu-btn a.btn.btn-icon {
    border: none;
    padding: 0;
}
}


