/*
Theme Name: Hello Elementor Child
Description: Child theme for the Hello Elementor theme
Template: hello-elementor
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Roboto:wght@400;700&display=swap');

/** Home Banner **/
#main-home-banner {
    /*   backgroun: radial-gradient(186.97% 374.51% at 103.12% 12.71%, #294F73 5.73%, #4BBBD6 44.27%, #EE7D59 88.54%); */
    /* 	background-image: url('./assets/images/bg-gradient.jpg'); */
    /* 	background-size: 200% auto; */
    /* 	animation: gradient-animation 10s ease infinite; */
    /* 	padding: 250px 0; */
}
#header-bg-gradient {
    width: 100%;
}
#main-home-banner .elementor-shape-bottom {
    z-index: 1;
}
#custom-off-canvas-menu {
    display: none;
}
.font-roboto * {
    font-family: 'Roboto', sans-serif !important;
}
.font-poppins * {
    font-family: 'Poppins', sans-serif !important;
}
body.main-menu-open {
    overflow-y: hidden;
}
body.main-menu-open #custom-off-canvas-menu {
    width: 100%;
    z-index: 95;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
body > div > ._form_54 {
    display: none;
}
#header-bg-gradient {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    height: 600px;
}
body.main-menu-open #header-bg-gradient {
    position: relative;
    height: 150vh;
}
.single-page-menu-space {
    position: relative;
    height: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
body.main-menu-open .single-page-menu-space {
    width: 100%;
    height: 150vh !important;
}
#off-canvas-menu-btn {
    cursor: pointer;
}
#off-canvas-menu-btn .elementor-icon svg path {
    transition: transform 0.3s ease-in-out;
}
body.main-menu-open #off-canvas-menu-btn .elementor-icon svg path:first-child {
    transform-origin: top left;
    transform: rotate(20deg);
}
body.main-menu-open #off-canvas-menu-btn .elementor-icon svg path:last-child {
    transform-origin: bottom left;
    transform: rotate(-20deg);
}
body.main-menu-open #off-canvas-menu-btn .elementor-icon svg path:nth-child(2) {
    opacity: 0;
}
#header-btn.header-btn a.elementor-button {
	background: rgba(255, 255, 255, 0.2) !important;
}
.header-btn a.elementor-button {
    border-radius: 40px;
    padding: 14px 24px;
    min-width: 170px;
    color: #fff !important;
}

.header-btn a.elementor-button .elementor-button-text {
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.header-btn .elementor-button:before, .header-btn .elementor-button:after {
    display: none !important;
}
body:not(.main-menu-open) header.elementor-sticky--effects {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	background: #fff;
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.165981);
}
body.main-menu-open .elementor-sticky--active {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
}
header .dark-logo {
    display: none;
}
body:not(.main-menu-open) header.elementor-sticky--effects .dark-logo {
    display: block
}
body:not(.main-menu-open) header.elementor-sticky--effects .dark-logo.white {
    filter: brightness(0) invert(1);
}
body:not(.main-menu-open) header.elementor-sticky--effects .white-logo {
    display: none;
}
body:not(.main-menu-open) header.elementor-sticky--effects #header-btn a.elementor-button, body:not(.home) header #header-btn a.elementor-button {
    background-color: rgba(41, 79, 115, 1) !important;
}
body:not(.main-menu-open) header.elementor-sticky--effects #header-btn a.elementor-button .elementor-button-text, body:not(.home) header #header-btn a.elementor-button .elementor-button-text {
/*     color: #294F73; */
	color: #fff;
}
body:not(.main-menu-open) header.elementor-sticky--effects #header-btn.white a.elementor-button, body:not(.home) header #header-btn.white a.elementor-button {
    background: rgba(255, 255, 255, 0.2) !important;
}
body:not(.main-menu-open) header.elementor-sticky--effects #header-btn.white a.elementor-button .elementor-button-text, body:not(.home) header #header-btn.white a.elementor-button .elementor-button-text {
    color: #fff !important;
}
header #off-canvas-menu-btn svg {
    filter: brightness(0) invert(1);
    z-index: 1;
}
body:not(.main-menu-open) header.elementor-sticky--effects #off-canvas-menu-btn svg, body:not(.home) header #off-canvas-menu-btn svg {
    filter: none !important;
}
.off-canvas-logo a, .off-canvas-logo img {
    outline: none !important;
    border: none !important;
}
.banner-waves {
    position: absolute !important;
    bottom: -1px;
    z-index: 1;
}
.banner-waves img {
    width: 101%;
    max-width: 101% !important;
}
.text-color-blend-mode {
    mix-blend-mode: color-burn;
    opacity: 1;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border: none !important;
}
body:not(.home) .header-btn a.elementor-button {
    background: rgba(41, 79, 115, 0.1) !important;
    color: #294F73 !important;
}
header.elementor-sticky--effects #header-btn a.elementor-button .elementor-button-icon {
    color: #294F73;
}
.member-social-icons a {
    justify-content: flex-start;
}
.member-social-icons a i {
    transition: .3s all;
}
.member-social-icons a:hover i {
    color: #EE7D59 !important;
}
.dh-menu-social {
    display: none;
}
body:not(.home) .dh-menu-social svg {
	fill: #294F73 !important;
}
@media screen and (max-width: 767px) {
    #header-btn a.elementor-button {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        min-width: unset;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    #header-btn a.elementor-button .elementor-button-icon {
        margin: 0;
    }
    #header-btn a.elementor-button .elementor-button-text {
        display: none;
    }
    #header-bg-gradient {
        height: 420px;
    }
    #custom-off-canvas-menu .header-btn a.elementor-button {
        padding: 14px 35px !important;
    }
    .elementor-nav-menu--main > ul > li .sub-arrow {
        width: 28px !important;
    }
    .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
        display: block;
        position: relative;
    }
    .elementor-widget-nav-menu .elementor-nav-menu .elementor-item .sub-arrow {
        position: absolute;
        top: 50%;
    }
}
@media screen and (min-width: 768px) {
    #header-btn a.elementor-button .elementor-button-icon {
        display: none;
    }
    .header-btn a.elementor-button {
        transform: translateX(-30px);
    }
    .header-btn a.elementor-button:hover {
        padding: 14px 35px !important;
        transform: translateX(0);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-element.elementor-element-7389c67c .elementor-nav-menu--dropdown .elementor-sub-item {
        line-height: 48px;
    }
    /* 	.elementor-nav-menu--main .elementor-nav-menu ul.sub-menu {
            min-width: unset !important;
            padding: 0 20px;
        }
        .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a {
            width: 100%;
            justify-content: flex-end;
        } */
}
/** End Home Banner **/

/** General Styles **/
div[data-elementor-type="wp-page"], div[data-elementor-type="wp-post"] {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
}
ul {
    padding-inline-start: 25px;
}
body a {
    color: #EE7D59;
}
.p-style {
    font-size: 17px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif !important;
}
.fw-600 {
    font-weight: 600;
}
/* body a:active, body a:hover {
	color: #EE7D59;
	text-decoration: underline;
} */
.img-shadow {
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.25));
}
.img-shadow-2 {
    box-shadow: 0px 4px 184px 0px #0000001F;
    border-radius: 20px;
    padding: 15px;
}
.img-shadow-2 img {
    border-radius: 20px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mw-280 {
    max-width: 280px;
}
.mw-350 {
    max-width: 350px;
}
.mw-400 {
    max-width: 400px !important;
}
.mw-450 {
    max-width: 450px !important;
}
.mw-470 {
    max-width: 470px !important;
}
.mw-510 {
    max-width: 510px !important;
}
.mw-550 {
    max-width: 550px !important;
}
.mw-600 {
    max-width: 600px !important;
}
.mw-750 {
    max-width: 750px !important;
}
.text-big {
    font-size: 20px;
    line-height: 25px;
}
.text-big-2 {
    font-size: 25px;
    line-height: 32px;
}
.fw-500 {
    font-weight: 500;
}
.font-primary {
    font-family: 'Poppins', sans-serif !important;
}
.font-secondary, .font-secondary * {
    font-family: 'Roboto', sans-serif !important;
}
body .elementor-button:focus, body .elementor-button:visited {
    color: #294F73;
}
body .elementor-button:hover {
    color: #fff;
}
.email-button-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 211px;
}
.email-button-wrapper .text-circle {
    position: absolute;
    animation: rotating 20s linear infinite;
}
@media screen and (max-width: 767px) {
    .email-button-wrapper .text-circle {
        width: 140px;
    }
    .email-button-wrapper a, .email-button-wrapper .email-button-link {
        width: 100px !important;
        height: 100px !important;
    }
}
@media screen and (min-width: 1025px) {
    .js-full-width {
        width: 1110px;
        margin: 0 auto;
        left: calc(-555px + 50%);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.elementor-widget-button.default .elementor-button-link:before, .elementor-widget-button.default .elementor-button-link:after {
	display: none !important;
}
.elementor-widget-button.default .elementor-button-link {
	min-width: 180px;
}
.email-button-wrapper a, .email-button-wrapper .email-button-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #294F73 !important;
    width: 146px;
    height: 146px;
    border-radius: 50%;
	background: transparent !important;
	outline: none !important;
}
.blue-line-left {
    position: absolute !important;
    width: 25% !important;
    left: -12%;
    transform: translateY(-50%);
    animation: MoveUpDown3 4s linear infinite;
}
.blue-line-left.blue-line-left-right {
    right: -12% !important;
    left: auto !important;
    transform: translateY(-150%);
}
.blue-line-left.blue-line-left-right.translatey-0 {
    transform: translateY(0);
}
.blue-line-left.mtt {
    width: 700px !important;
    margin-left: -200px !important;
    transform: translateY(-500%) !important;
}
.blue-line-left.mtt-sm {
    width: 700px !important;
    margin-left: -200px !important;
    transform: translateY(-150%) !important;
    z-index: -1;
}
.blue-line-left.translateY300up {
    transform: translateY(-300%) !important;
}
.orange-line-right {
    position: absolute !important;
    right: -30%;
    width: 50% !important;
    transform: translateY(-50%);
    animation: MoveUpDown3 4s linear infinite;
}
.orange-line-right-2 {
    position: absolute !important;
    width: 25% !important;
    min-width: 160px;
    right: -8%;
    transform: translateY(-100%) !important;
    animation: MoveUpDown3 4s linear infinite;
}
.orange-line-right-2.left {
    right: unset;
    left: -15%;
}
.orange-line-right-2.orange-line-right-2-left {
    left: -18% !important;
    right: auto !important;
    transform: translateY(-50%) !important;
}
.orange-line-right-3 {
    position: absolute !important;
    width: 25% !important;
    left: -12%;
    transform: translateY(100%);
    animation: MoveUpDown3 4s linear infinite;
}
.orange-line-right-4 {
    position: absolute !important;
    width: 40% !important;
    right: -50%;
    top: -30%;
    min-width: 300px;
    transform: translateY(100%);
    animation: MoveUpDown3 4s linear infinite;
    z-index: 1;
}
.blue-line-right-2  {
    position: absolute !important;
    width: 700px !important;
    right: -350px;
    animation: MoveUpDown3 4s linear infinite;
}
.award-box-wrap {
    border-left: 1px solid #EE7D59;
    padding-left: 18px;
}
.award-box-wrap p, .seo-box-wrap p {
    margin-bottom: 0;
}
.award-box-wrap p.title, .seo-box-wrap p.title {
    font-weight: 600;
}
.seo-box-wrap p.title {
    margin-bottom: 15px !important;
}
.seo-box-wrap img {
    height: 32px !important;
    object-fit: contain;
}
.seo-box-wrap .wrap {
    max-width: 270px;
}
.seo-box-wrap .wrap svg {
    height: 30px;
    width: auto;
}
.border-orange-left > .elementor-widget-wrap {
    border: none !important;
}
.border-orange-left > .elementor-widget-wrap:before {
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    content: '';
    width: 13px;
    height: 0;
    background-image: url('./assets/images/long-arrow-up.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.border-orange-left > .elementor-widget-wrap.running:before {
    animation: increse 1.5s forwards;
}
.move-updown-3 {
	animation: MoveUpDown3 4s linear infinite;
}
@keyframes increse {
    0% {
        height: 0
    }
    100% {
        height: 100%;
    }
}
@keyframes MoveUpDown3 {
    0%, 100% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
}
.-hover-box {
    transition: .5s all;
}
.-hover-box .elementor-button-text {
    opacity: 0;
}
.-hover-box .elementor-button:before {
    opacity: 0;
}
.-hover-box:hover .elementor-button-text {
    opacity: 1 !important;
}
.-hover-box .elementor-widget-button .elementor-button:after {
    left: 0;
}
.-hover-box:hover {
    transform: translateY(-10px);
}
.-hover-box:hover .elementor-heading-title {
    color: #EE7D59;
}
.elementor-shape-top {
    z-index: 1;
}
body:not(.home) header .white-logo {
    display: none !important;
}
body:not(.home) header .dark-logo {
    display: block !important;
}
.w-100 img {
    width: 100% !important;
}
.blue-line-right {
    width: 700px !important;
    margin-right: -250px !important;
    transform: translatey(200%) !important;
}
.elementor-button-content-wrapper {
    line-height: 1;
}
.dh-info-box {
    min-height: 65px;
}
.dh-info-box .title {
    font-weight: 700;
    margin-bottom: 0;
}
.dh-info-box a {
    color: #294F73;
    transition: .3s all;
}
.dh-info-box a:hover {
    color: #EE7D59;
}
.blue-line-right.translateY200up {
    transform: translateY(-200%) !important;
    z-index: -1;
}
.blue-line-right.translateY50up {
    transform: translateY(-50%) !important;
    z-index: -1;
}
.text-underline {
    text-decoration: underline !important;
}
body .elementor-headline--style-highlight svg {
    top: 80%;
    width: 100%;
    height: 50%;
}
.review-summary-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.review-summary-box img {
    width: 50px;
}
.review-summary-box .rating img {
	width: 17px;
}
.review-summary-box .fa-star {
    margin: 0 2px;
    color: #f8b433;
}
.review-summary-box .review-data {
    text-align: left;
}
#header-bg-gradient-2 {
/* 	background: linear-gradient(to bottom right, #294F73 3%, #4BBBD6 35%, #EE7D59 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #294F73 3%, #4BBBD6 35%, #EE7D59 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #294F73 3%, #4BBBD6 35%, #EE7D59 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #294F73 3%, #4BBBD6 35%, #EE7D59 50%) top right / 50% 50% no-repeat; */
	background-image: radial-gradient(186.97% 374.51% at 103.12% 12.71%, #EE7d59 14.73%, #4BBBD6 27.27%, #294F73 50.54%);
	background-size: cover;
	background-position: center;
}
#header-bg-gradient {
/* 	background: linear-gradient(to bottom right, #294F73 3%, #4BBBD6 22%, #EE7D59 44%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #294F73 3%, #4BBBD6 22%, #EE7D59 44%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #294F73 3%, #4BBBD6 22%, #EE7D59 44%) top left / 50% 50% no-repeat, linear-gradient(to top right, #294F73 3%, #4BBBD6 22%, #EE7D59 44%) top right / 50% 50% no-repeat; */
/* 	background: linear-gradient(to bottom right, #EE7D59 3%, #4BBBD6 22%, #294F73 44%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #294F73 3%, #4BBBD6 22%, #EE7D59 44%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #294F73 3%, #4BBBD6 22%, #EE7D59 44%) top left / 50% 50% no-repeat, linear-gradient(to top right, #294F73 3%, #4BBBD6 22%, #EE7D59 44%) top right / 50% 50% no-repeat; */
	background-image: radial-gradient(186.97% 374.51% at 103.12% 12.71%, #EE7d59 14.73%, #4BBBD6 27.27%, #294F73 50.54%);
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 479px) {
    .-hover-box .elementor-widget-button .elementor-button {
        padding: 12px 15px !important;
    }
    .border-orange-left > .elementor-widget-wrap:before {
        background-position: center 15% !important;
        height: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .m-flex-reverse .elementor-container {
        flex-direction: column-reverse;
    }
    body .elementor-element h2.elementor-heading-title {
        font-size: 33px;
    }
    .mobile-only {
        display: block !important;
    }
    .orange-line-right-3 {
        display: none !important;
    }
    .blue-line-right-mobile {
        left: auto;
        right: -170px;
        width: 340px !important;
        z-index: -1;
    }
    .blue-line-right-mobile.uptop {
        transform: translatey(-250%);
    }
    .orange-line-right-mobile-2 {
        width: 350px !important;
        right: -170px;
        z-index: -1;
    }
    .m-2-cols > .elementor-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .blue-line-right.translateY200up {
        margin-right: -50px;
        transform: translatey(-400%) !important;
    }
    .orange-line-right-2.orange-line-right-2-left {
        right: -60% !important;
        left: auto !important;
    }
    .blue-line-right-2  {
        position: absolute !important;
        width: 340px !important;
        right: -170px;
        animation: MoveUpDown3 4s linear infinite;
        transform: translatey(-50%);
    }
    .d-hidden {
        display: none !important;
    }
    .xs-mb-10 {
        margin-bottom: 10px !important;
    }
    .animate-icon {
        height: auto !important;
    }
    .sustained-icons {
        margin-bottom: 20px !important;
    }
    .backlinks-icons {
        height: 42px !important;
        margin-bottom: 5px !important;
    }
    .fast-responsive-icons {
        height: 42px !important;
        margin-bottom: -14px !important;
    }
}
@media screen and (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
    .orange-line-right-4 {
        display: none;
    }
    .m-hidden {
        display: none !important;
    }
}
@media screen and (min-width: 992px) {
    .d-title-left {
        margin-left: -25%;
        max-width: 350px;
    }
    .d-title-left.w-100 {
        max-width: 100%;
    }
    .d-title-left.mw-400 {
        max-width: 400px;
    }
    .d-title-left-sm {
        margin-left: -18%;
    }
}
/*===== End General Styles =====*/

/** Custom Button Styles **/
.elementor-widget-button:not(.default) .elementor-button {
    background-color: transparent !important;
    padding: 12px 45px 12px 45px;
    text-align: center;
    color: #294F73;
    display: inline-block;
    position: relative;
    font-size: 17px;
    line-height: 18px;
    font-weight: 400 !important;
}
.elementor-widget-button .elementor-button:before {
    content: "";
    display: block;
    background: #EE7D59;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    z-index: 5;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}
.elementor-widget-button .elementor-button:after {
    content: "";
    background: url(./assets/images/blue-arrow-right.svg) no-repeat center left;
    background-size: cover;
    position: absolute;
    left: 17px;
    width: 26px;
    height: 12px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.elementor-widget-button .elementor-button:hover:before {
    width: 100%;
    border-radius: 30px;
}
.-hover-box:hover .elementor-widget-button .elementor-button:before {
    width: 100%;
    border-radius: 30px;
    opacity: 1;
}
.elementor-widget-button .elementor-button:hover::after, .-hover-box:hover .elementor-widget-button .elementor-button:after {
    background: none !important;
    display: block;
}
.elementor-widget-button .elementor-button:hover, .-hover-box:hover .elementor-widget-button .elementor-button {
    padding: 12px 35px 12px 35px;
    color: #fff;
    display: inline-block;
}

.elementor-button span {
    position: relative;
    z-index: 11;
}
@media screen and (min-width: 480px) {
    .-hover-box .elementor-widget-button .elementor-button {
        padding: 12px 25px !important;
    }
}
@media screen and (max-width: 767px) {
    .m-btn-small-padding .elementor-widget-button .elementor-button:hover, .m-btn-small-padding .-hover-box:hover .elementor-widget-button .elementor-button, .m-btn-small-padding .dh-cta .cta-button:hover .elementor-widget-button .elementor-button {
        padding: 12px;
    }
	.dh-cta .cta-button:hover .elementor-widget-button .elementor-button {
		padding: 12px 30px;
	}
    .elementor-widget-button .elementor-button {
        padding: 12px 0 12px 45px;
    }
}
@media screen and (min-width: 768px) {
    .d-mw-280 {
        max-width: 280px;
    }
}
/** End Custome Button Styles **/

/** Google Reviews Section **/
.google-review-section-header {
    display: flex;
    gap: 30px;
    align-items: center;
}
.google-review-section-header h2 {
    color: #fff !important;
    margin: 0;
}
.testimonial-box-wrap {
    background: rgba(250, 250, 250, 0.1);
    padding: 20px;
    text-align: center;
}
.testimonial-box-wrap .avatar {
    width: 46px;
    height: 46px;
    background: #EFF4F3;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonial-box-wrap .author-name {
    font-size: 17px;
    line-height: 21px;
    color: #EFF4F3;
    margin: 8px 0 5px;
}
.testimonial-box-wrap .review-star {
    color: #EE7D59;
}
.testimonial-box-wrap .review-star img {
	margin: 0 -1px;
}
.testimonial-box-wrap .description {
    font-size: 17px;
    line-height: 21px;
    color: #EFF4F3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-height: 1.2;
    max-height: 6em;
	min-height: 105px;
}
.testimonial-box-wrap.more .description {
    overflow: visible;
    max-height: unset;
    display: block;
}
.testimonial-box-wrap .read-more:hover {
    text-decoration: underline;
    color: #EE7D59;
}
.testimonial-box-wrap .review-time {
    font-size: 12px;
    line-height: 21px;
    color: #EFF4F3;
}
.testimonial-box-wrap .read-more {
    color: #EFF4F3;
	cursor: pointer;
	margin-bottom: 0;
}
.swiper-horizontal {
    overflow: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-horizontal .swiper-button-nav, .default-swiper .elementor-swiper-button {
    background: #EE7D59;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s cubic-bezier(.75, .25, .13, .92);
}
.swiper-horizontal .swiper-button-nav:hover, .default-swiper .elementor-swiper-button:hover {
    width: 78px;
    border-radius: 20px;
}
.default-swiper .elementor-swiper-button.elementor-swiper-button-next:hover {
	right: -39px !important;
}
.default-swiper .elementor-swiper-button.elementor-swiper-button-prev:hover {
	left: -39px !important;
}
.default-swiper .elementor-swiper-button {
	font-size: 14px;
	justify-content: center;
	align-items: center;
}
.swiper-horizontal .swiper-button-next {
    right: -19px;
}
.swiper-horizontal .swiper-button-prev {
    left: -19px;
}
.swiper-horizontal .swiper-button-next:hover {
    right: -38px;
}
.swiper-horizontal .swiper-button-prev:hover {
    left: -38px;
}
.real-testimonial-box-wrap {
    display: flex;
    gap: 50px;
}
.real-testimonial-box-wrap .image {
    width: 30%;
}
.real-testimonial-box-wrap .reviews {
    width: 70%;
}
.white p, .white div {
    color: #fff;
}
.real-testimonial-box-wrap .author {
    font-weight: 600;
    margin-bottom: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    width: 74px;
    height: 1px;
    border-radius: 0;
    background: #81919F;
    opacity: 1 !important;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: translateY(-0.5px);
}
.swiper-pagination-bullet-active {
    background: #EE7D59 !important;
    height: 2px !important;
}
.swiper-pagination.custom-position {
    width: 70%;
    margin-left: calc(30% + 35px);
    text-align: left;
    justify-content: flex-start !important;
}
.swiper-pagination {
    display: flex !important;
    justify-content: center !important;
    bottom: -35px !important;
}
.dh-award-swiper .swiper-pagination {
    bottom: -60px !important;
}
.header-gradient-2  {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.header-gradient-2 * {
    height: 100% !important;
    width: 100% !important;
}
.header-gradient-2 > .elementor-widget-container {
	transition: none !important;
}
.blue .nav-style-2 .swiper-button-next {
    background: url('https://www.digitalhitmen.com.au/wp-content/uploads/2023/08/arrow-long-right-blue.svg') center/contain no-repeat;
}
.blue .nav-style-2 .swiper-button-prev {
    background: url('https://www.digitalhitmen.com.au/wp-content/uploads/2023/08/arrow-long-left-blue.svg') center/contain no-repeat;
}
.nav-style-2 .swiper-button-next {
    background: url('https://www.digitalhitmen.com.au/wp-content/uploads/2023/08/arrow-long-right-white.svg') center/contain no-repeat;
}
.nav-style-2 .swiper-button-prev {
    background: url('https://www.digitalhitmen.com.au/wp-content/uploads/2023/08/arrow-long-left-white.svg') center/contain no-repeat;
}
.nav-style-2 .swiper-button-next, .nav-style-2 .swiper-button-prev {
    width: 200px;
}
.nav-style-2 .swiper-button-next.swiper-button-disabled, .nav-style-2 .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
@media screen and (max-width: 639px) {
    .subscribe-circle-icon {
        left: auto !important;
        right: -70px !important;
        top: 20px !important;
    }
}
@media screen and (max-width: 767px) {
    .google-review-section-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .google-review-section-header h2 {
        background: rgba(250, 250, 250, 0.1);
        padding: 22px 12px;
    }
    .swiper-horizontal .swiper-button-next {
        right: 0;
    }
    .swiper-horizontal .swiper-button-prev {
        left: 0;
    }
    .swiper-horizontal .swiper-button-next:hover {
        right: -8px;
    }
    .swiper-horizontal .swiper-button-prev:hover {
        left: -8px;
    }
    .dh-testimonial-swiper .swiper-pagination {
        bottom: -35px !important;
        display: block;
    }
    .real-testimonial-box-wrap {
        flex-direction: column;
        gap: 10px;
    }
    .real-testimonial-box-wrap .image, .real-testimonial-box-wrap .reviews {
        width: 100%;
    }
    .swiper-pagination.custom-position {
        width: 100% !important;
        margin-left: 0;
        justify-content: center !important;
        bottom: -35px !important;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 100%;
    }
    .real-testimonial-box-wrap .image img {
        max-width: 50%;
    }
    .nav-style-2 .swiper-button-next, .nav-style-2 .swiper-button-prev {
        top: calc(100% + 30px);
        width: 70px;
    }
    .nav-style-2 .swiper-button-next {
        right: 0;
    }
    .nav-style-2 .swiper-button-next:hover {
        right: -5px;
    }
    .nav-style-2 .swiper-button-prev {
        left: 0;
    }
    .nav-style-2 .swiper-button-prev:hover {
        left: -5px;
    }
    .dh-real-testimonial-swiper .swiper-pagination.custom-position {
        top: calc(100% + 80px) !important;
    }
    .real-testimonial-box-wrap .author {
        margin-top: 5px;
    }
}
@media screen and (min-width: 768px) {
    .dh-testimonial-swiper .swiper-pagination {
        display: none !important;
    }
    .swiper-pagination.custom-position {
        bottom: 0 !important;
    }
    .nav-style-2 .swiper-button-next {
        right: -180px !important;
        opacity: 0;
    }
    .nav-style-2 .swiper-button-prev {
        left: -180px !important;
        opacity: 0;
    }
    .nav-style-2:hover .swiper-button-next, .nav-style-2:hover .swiper-button-prev {
        opacity: 1;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .nav-style-2 .swiper-button-next {
        right: -100px !important;
    }
    .nav-style-2 .swiper-button-prev {
        left: -100px !important;
    }
    .nav-style-2 .swiper-button-next, .nav-style-2 .swiper-button-prev {
        width: 100px !important;
    }
}
@media screen and (min-width: 1200px) {
    .nav-style-2 .swiper-button-next, .nav-style-2 .swiper-button-prev {
        height: 75px;
        width: 130px !important;
    }
}
@media screen and (max-width: 479px) {
    .dh-award-swiper {
        margin-right: -15px;
    }
}
/** End Google Reviews Section **/

/*======= Custom Tabs Styles ======*/
.elementor-tabs-wrapper .elementor-tab-title {
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    text-align: center !important;
    color: #81919F !important;
}
.elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    color: #294F73 !important;
    border-bottom: 1px solid #EE7D59 !important;
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 0 !important;
}
@media screen and (max-width: 767px) {
    .elementor-widget-tabs .elementor-tab-mobile-title {
        background: #294F73;
        color: #fff !important;
        margin-bottom: 5px;
    }
    .elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
        background: #EE7D59;
    }
}
@media screen and (min-width: 768px) {
    .elementor-tabs-content-wrapper {
        padding-top: 50px;
    }
}
@media screen and (min-width: 992px) {
    .elementor-widget-tabs .elementor-tab-desktop-title {
        padding: 15px 0 !important;
        margin-right: 75px !important;
        display: inline-block !important;
    }
    .elementor-widget-tabs.tab-3 .elementor-tab-desktop-title {
        width: 25%;
    }
    .elementor-widget-tabs .elementor-tabs-wrapper {
        padding: 0;
    }
}
/*======= End Custom Tabs Styles ======*/

/**===== List Services Title Styles ======*/
.list-services h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    margin: 0;
    transition: .3s all;
}
.list-services .list-item {
    z-index: 3;
}
.list-services .list-item.active {
    z-index: 2;
}
.list-services .list-item .wrap {
    display: inline-block;
    position: relative;
}
.list-services .list-item .svg-embed {
    position: absolute;
    left: -20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.list-services .list-item.social .svg-embed {
    left: 145px;
}
.list-services .list-item.search-engine .svg-embed {
    top: 57%;
}
.list-services .list-item.web-design .svg-embed {
    top: 52.5%;
}
.list-services .list-item.web-design .svg-embed, .list-services .list-item.social .svg-embed {
    right: -40px;
}
.list-services .list-item.facebook-ads .svg-embed {
    left: 0;
    right: -10%;
    transform: translatey(-70%);
}
.list-services .list-item.google-ads .svg-embed {
    right: auto;
    left: 100%;
    width: 200px;
}
.list-services .list-item.google-ads svg {
    width: 50%;
}
.list-services:hover .list-item h3 {
    color: #81919F;
}
.list-services:hover .list-item.active h3 {
    color: #294F73;
}
.list-services .list-item .description {
    display: none;
    opacity: 0;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    max-width: 448px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    animation: fade-in .5s ease-in-out;
}
.list-services .list-item:hover .description {
    display: block;
    opacity: 1;
}
.sm-button {
    position: absolute;
    top: 20px;
    right: 0;
}
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media screen and (max-width: 584px) {
    .list-item.search-engine .svg-embed {
        transform: translateY(-52%);
    }
    .list-item.search-engine .svg-embed svg {
        width: 76%;
    }
}
@media screen and (max-width: 1199px) {
    .list-services h3 {
        font-size: 40px;
        line-height: 45px;
        margin: 12px 0;
    }
    .list-services .list-item:hover .description {
        position: relative;
        margin-bottom: 35px;
        display: none !important;
    }
    /* 	.list-services .list-item:hover .sm-button, .list-services .list-item.active .sm-button {
            display: none;
        } */
    .list-services .list-item .sm-button {
        margin-top: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .sm-button {
        display: none;
    }
    .list-services .list-item.active {
        position: unset;
    }
    .list-services .list-item .description {
        right: 110px;
        height: 100%;
        width: 100%;
        padding-top: 48px;
        z-index: 5;
    }
}
/*====== End List Services Title Styles ======*/

/**===== Blog Grid Styles ======*/
.simple-grid .dh-blog-grid {
    display: grid !important;
    grid-gap: 20px;
}
.dh-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.dh-blog-grid .publish-date {
    color: #81919F;
    margin-top: 20px;
}
.dh-blog-grid .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}
.dh-blog-grid .more {
    padding: 8px 0 8px 25px;
    position: relative;
    border-bottom: 1px solid #EE7D59;
    color: #294F73;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}
.dh-blog-grid .blog-box {
    margin-bottom: 15px;
}
.dh-blog-grid .blog-box .title {
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	color: #294F73;
}
.dh-blog-grid .blog-box img {
    min-height: 380px;
    object-fit: cover;
}
.dh-blog-grid .more:hover {
    background: #EE7D59;
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
}
.dh-blog-grid .more:hover:before {
    display: none;
}
.dh-blog-grid .more:before {
    content: "";
    background: url(./assets/images/orange-arrow-right.svg) no-repeat center left;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 14px;
    height: 8px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .dh-blog-grid .blog-box .title {
        min-height: 50px;
    }
}
/*====== End Blog Grid Styles ======*/

/**===== Footer Styles ======*/
.elementor-location-footer ul {
    list-style: none;
    padding-left: 0;
	line-height: 30px;
}
.elementor-location-footer .elementor-widget-text-editor li p {
    margin-bottom: 0;
}
.elementor-location-footer .elementor-widget-text-editor a, .elementor-location-footer .elementor-widget-text-editor li p {
    font-size: 16px;
    line-height: 28px;
    color: #EFF4F3;
    transition: .3s all;
}
.elementor-location-footer .elementor-widget-text-editor > ul > li {
    margin-bottom: 10px;
}
.elementor-location-footer .elementor-widget-text-editor a:hover {
    color: #EE7D59;
}
.elementor-location-footer .elementor-widget-text-editor > ul > li > ul li a {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    transition: .3s all;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    background: transparent !important;
}
.footer-social a i, .elementor-shape-rounded .elementor-icon.elementor-social-icon i {
    transition: .3s all;
}
.footer-social a:hover i, .elementor-shape-rounded .elementor-icon.elementor-social-icon:hover i {
    color: #EE7D59 !important;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon:hover svg {
	fill: #EE7D59 !important;
}
/**===== End Footer Styles ======*/


/**===== Custom CTA Styles ======*/
.dh-cta {
    background: #294F73;
    display: flex;
}
.dh-cta .cta-content {
    width: 65%;
    padding: 50px 0;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}
.dh-cta .cta-content .wrap {
    max-width: 600px;
    margin-right: 140px;
    margin-left: auto;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}
.dh-cta .cta-content .cta-default-text {
    display: block;
    min-height: 439px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dh-cta.active .cta-content .cta-default-text {
    display: none;
}
.dh-cta .cta-content .cta-default-text a {
	color: #fff;
	text-decoration: underline;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.dh-cta .cta-button {
    width: 35%;
    background: #EE7D59;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 55px;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}
.dh-cta .cta-content .contact-details h3 {
    font-weight: 600;
    color: #EFF4F3;
	margin-top: 15px;
}
.dh-cta .cta-content .contact-details p {
    color: #EFF4F3;
}
.dh-cta .cta-content .contact-details {
    display: flex;
    gap: 100px;
}
.dh-cta .cta-content .contact-details .contact-description {
    width: 30%;
}
.dh-cta .cta-content .contact-details .contact-form {
    width: 70%;
}
.dh-cta .cta-button .cta-toggle-off {
    display: none;
    font-size: 250px;
    transition: .3s all;
}
.dh-cta .contact-details-wrap {
    display: none;
}
.dh-cta.active .contact-details-wrap {
    display: block;
    margin-right: 80px;
    max-width: 900px;
}
.dh-cta.active .cta-button .cta-toggle-off {
    display: block;
}
.dh-cta .cta-button .cta-toggle-on img {
    transition: transform 0.3s ease-in-out;
}
.dh-cta .cta-button .cta-toggle-off img {
    transition: transform 0.5s ease-in-out;
}
.dh-cta .cta-button .cta-toggle-off img:hover {
    transform: rotate(360deg);
}
.dh-cta .cta-button .cta-toggle-on img:hover {
    transform: translateX(30px);
}
.dh-cta.active .cta-button .cta-toggle-on {
    transition: .3s all;
}
.dh-cta.active .cta-button .cta-toggle-on, .dh-cta.active .cta-button .elementor-widget-button  {
    display: none;
}
.dh-cta.active .cta-content {
    width: 75%
}
.dh-cta.active .cta-button {
    width: 25%;
}
.dh-cta .cta-button .icon {
    font-size: 150px;
    color: #fff;
    margin-bottom: 15px;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
	cursor: pointer;
}
.dh-cta .cta-button .elementor-widget-button .elementor-button:before {
    background: #fff;
}
.dh-cta .cta-button .elementor-widget-button .elementor-button {
    color: #fff;
	cursor: pointer;
	padding: 12px 20px 12px 45px;
}
.dh-cta .cta-button:hover .elementor-widget-button .elementor-button:before {
    width: 100%;
    border-radius: 30px;
}
.dh-cta .cta-button:hover .elementor-widget-button .elementor-button:after {
    background: none;
}
.dh-cta .cta-button:hover .elementor-widget-button .elementor-button {
    color: #294F73;
}
.dh-cta .title {
    font-weight: 500;
    font-size: 113px;
    line-height: 98px;
    color: #EFF4F3;
    margin-bottom: 45px;
}
.dh-cta .description {
    color: #EFF4F3;
    max-width: 480px;
}
.dh-cta .description a:hover {
    color: #EE7D59;
    text-decoration: underline;
}
.dh-cta .off {
    display: none;
}
.dh-cta.active .off {
    display: block;
}
.cf7ic-style1 {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}
.captcha-image label > input + * {
    padding: 5px !important;
    margin-top: -3px;
}
.kc_captcha {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    display: block !important;
}
.dh-cta .cta-content .contact-details .contact-form .kc_captcha {
    padding: 0 !important;
}
p.elementor-button {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .dh-cta {
        flex-direction: column;
    }
    .dh-cta > div {
        width: 100% !important;
    }
    .dh-cta .cta-content .cta-default-text {
        margin: 0 10px;
    }
    .dh-cta .title {
        font-size: 70px;
        line-height: 68px;
        margin-bottom: 25px;
    }
    .dh-cta .description {
        font-size: 16px;
    }
    .dh-cta .cta-content {
        padding: 40px 0;
    }
    .dh-cta .cta-content .cta-default-text {
        min-height: auto;
    }
    .dh-cta .cta-button {
        padding: 25px 10px;
    }
    .dh-cta .cta-button .on {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .dh-cta .cta-button .cta-toggle-on img {
        width: 140px;
    }
    .dh-cta .cta-button .icon {
        margin-bottom: 0;
    }
    .dh-cta.active .off {
        display: flex;
        justify-content: center;
    }
    .dh-cta.active .off img {
        width: 100px;
    }
    .dh-cta .cta-content .contact-details {
        flex-direction: column;
        gap: 0;
    }
    .dh-cta .cta-content .contact-details > div {
        width: 100% !important;
    }
    .dh-cta.active .contact-details-wrap {
        margin: 0 10px;
    }
	.wpcf7-form-control-wrap {
		margin-bottom: 10px !important;
	}
/*     .form-group {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    } */
}
@media screen and (min-width: 768px) {
    .dh-cta .cta-content .contact-details .contact-form .kc_captcha {
        height: 44px;
    }
	.dh-cta .cta-content .contact-details .contact-form .kc_captcha {
		margin-bottom: 0 !important;
	}
}
/**===== End Custom CTA Styles ======*/

/**===== Contact Form 7 Styles ======*/
.wpcf7-form-control {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid rgba(219, 219, 219, 0.3) !important;
    border-radius: 0 !important;
    font-size: 15px;
    line-height: 21px;
    color: #EFF4F3;
    outline: none;
    padding: 15px 0 !important;
    margin-bottom: 5px;
}
.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}
.wpcf7-form-control::placeholder {
    color: #EFF4F3;
}
.form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.wpcf7-textarea {
    height: 110px;
}
.wpcf7-not-valid-tip {
    color: #EE7D59;
    font-size: 13px;
}
.wpcf7-form button[type="submit"] {
    border: none !important;
    outline: none !important;
}
.white .elementor-button-text {
    color: #fff;
}
.elementor-widget-button.white .elementor-button:after {
    filter: brightness(0) invert(1);
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: none !important;
}
.wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #EE7D59;
    color: #fff;
    border: 1px solid #EE7D59;
}
.captcha-and-submit {
    display: flex;
    justify-content: space-between;
}
.captcha-and-submit .cf7ic-icon-wrapper {
    display: block;
}
.captcha-and-submit .kc_captcha {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
span.wpcf7-form-control.wpcf7-cf7ic {
	border: none !important;
}
@media screen and (max-width: 767px) {
	.dh-cta .cta-content .contact-details .contact-form .kc_captcha {
		margin-bottom: 10px !important;
	}
}
/**===== End Contact Form 7 Styles ======*/

/**===== Case Study Styles ======*/
/* .case-study-box-wrap .elementor-widget-wrap {
	padding: 0 !important;
} */
.dh-case-studies-template .dh-team-navigation .nav img {
    display: none !important;
}
/**===== End Case Study Styles ======*/

/**===== Animate icon style ======*/
.animate-icon {
    position: relative;
    height: 42px;
    margin-bottom: 10px;
}
.animate-icon img {
    width: 32px;
    z-index: 1;
    position: relative;
}
.animate-icon .orange-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #EE7D59;
    position: absolute;
    top: 0;
}
.sustained-icons {
    display: flex;
    flex-direction: column;
}
.sustained-icons img {
    margin-top: -10px;
}
.sustained-icons img:first-child {
    z-index: 2;
    mix-blend-mode: multiply;
}
.sustained-icons img:last-child {
    margin-top: -15px;
}
.collaboration-icons .circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.collaboration-icons .orange {
    background: #EE7D59;
}
.collaboration-icons .blue {
    background: #294F73;
    mix-blend-mode: multiply;
}
.collaboration-icons {
    display: flex;
    align-items: center;
    gap: 2px;
}
.built-in-seo .orange-box {
    width: 36px;
    position: absolute;
}
.fast-responsive-icons {
    width: 36px;
}
.fast-responsive-icons .line-icon {
    width: 26px;
    position: absolute;
    left: -3px;
    top: calc(50% - 7px);
    transform-origin: 85% 50%;
}
.fast-responsive-icons .half-circle {
    position: absolute;
    width: 36px;
}
.mobile-optimised-icons .orange-box {
    width: 24px;
    position: absolute;
}
.mobile-optimised-icons .blue-box {
    width: 28px;
    height: 27px;
    object-fit: cover;
    top: 10px;
    left: 10px;
}
.retargeting-icons .target-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.retargeting-icons .circle-icon {
    position: relative;
    z-index: 2;
}
.google-ads-icons .blue-box {
    width: 20px;
    height: 10px;
    background: #294F73;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
}
.google-ads-icons .google-icon {
    position: relative;
    top: 0;
    left: 10px;
}
.google-ads-icons .blue-box-1 {
    left: -5px;
    top: 5px;
}
.google-ads-icons .blue-box-2 {
    left: 0;
    top: 17px;
}
.image-ads-icons {
    display: inline-block;
}
.image-ads-icons .blue-box {
    width: 21px;
    height: 27px;
    background: #294F73;
    mix-blend-mode: multiply;
    position: absolute;
    top: 5px;
    right: -8px;
    z-index: 1;
}
/**===== End Animate icon style ======*/

/**===== Video Play style ======*/
.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
    opacity: 1 !important;
}
.elementor-custom-embed-image-overlay {
    position: relative;
}
.elementor-custom-embed-image-overlay:after {
    content: '';
    width: 85px;
    height: 85px;
    position: absolute;
    background-image: url('./assets/images/play-circle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 44px);
    left: calc(50% - 42px);
    animation: rotating 20s linear infinite;
}
.precision-icons .grid-box {
    display: grid;
    grid-template:
            'bigBox smallBox1'
            'bigBox smallBox2';
    width: 32px;
    grid-gap: 2px;
}
.precision-icons .grid-box .orange.big {
    grid-area: bigBox;
    height: 100%;
    object-fit: cover;
}
.precision-icons .grid-box .orange.small-1 {
    grid-area: smallBox1;
    top: -10px;
}
.precision-icons .grid-box .orange.small-2 {
    grid-area: smallBox2;
    top: 10px;
}
.precision-icons .search {
    width: 32px;
    position: absolute;
    left: 34px;
    top: -8px;
    opacity: 0;
}
.measurable-icons .blue {
    position: absolute;
    width: 7px;
    bottom: 12px;
    height: 0;
}
.measurable-icons .blue-1 {
    left: 7px;
}
.measurable-icons .blue-2 {
    left: 14px;
}
.measurable-icons .blue-3 {
    left: 21px;
}
.expansive-icons .wrap {
    width: 32px;
    height: 36px;
    position: relative;
}
.expansive-icons .orange {
    width: 8px;
    position: absolute;
    z-index: 2;
}
.expansive-icons .orange-animate {
    opacity: 0;
}
.expansive-icons .orange-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.expansive-icons .orange-2 {
    top: 0;
    left: 48%;
    transform: translateX(-50%);
}
.expansive-icons .orange-3 {
    bottom: 0;
    left: 48%;
    transform: translateX(-50%);
}
.expansive-icons .orange-4 {
    right: 0;
    transform: translate(50%, 50%) rotate(60deg);
    transform-origin: left;
}
.expansive-icons .orange-5 {
    left: 0;
    transform: translate(-50%, -50%) rotate(60deg);
    transform-origin: right;
    bottom: 0;
}
.expansive-icons .orange-6 {
    left: 0;
    transform: translate(-50%, 50%) rotate(-60deg);
    transform-origin: right;
}
.expansive-icons .orange-7 {
    right: 0;
    transform: translate(-50%, -50%) rotate(120deg);
    transform-origin: right;
    bottom: 0;
}
.expansive-icons .blue {
    width: 4px;
    height: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 50%;
}
.expansive-icons .fade {
    opacity: 0;
}
.expansive-icons .scale {
    transform: scale(0.1);
    transform-origin: center;
}
.expansive-icons .blue-1 {
    transform: translate(-50%, 0) scale(0.1);
}
.expansive-icons .blue-2 {
    transform: translate(-50%, 0) rotate(120deg) scale(0.1);
    transform-origin: center;
}
.expansive-icons .blue-3 {
    transform: translate(-50%, 0) rotate(-120deg) scale(0.1);
    transform-origin: center;
}
.video-ads-icons {
    display: inline-block
}
.video-ads-icons .orange-box {
    background: #EE7D59;
    border-radius: 2px;
    width: 39px;
    height: 22px;
}
.video-ads-icons .triangle-blue {
    position: absolute;
    top: -7px;
    left: -6px;
}
.message-ads .blue-chat {
    left: -10px;
}
.carousel-ads-icons .orange-mobile {
    width: 23px;
}
.carousel-ads-icons .carousel-icon {
    width: 36px;
    position: absolute;
    top: 2px;
    left: -16px;
    mix-blend-mode: multiply;
}
.polling-ads-icons img {
    width: 25px;
}
.polling-ads-icons .orange-thumb {
    bottom: -10px;
}
.polling-ads-icons .blue-thumb {
    top: -10px;
    margin-left: -15px;
    mix-blend-mode: multiply;
}
.story-ads-icons .orange-mobile {
    width: 38;
}
.story-ads-icons .triangle-blue {
    position: absolute;
    top: 2px;
    left: -10px;
}
/**===== End Video Play style ======*/

/**===== Team Grid style ======*/
.dh-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-gap: 20px;
}
.dh-team-grid .dh-team-box {
    margin-bottom: 15px;
}
.dh-team-box .avatar {
    width: 100%;
    height: 400px;
    background: #E6E6E6;
    position: relative;
}
.dh-team-box .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s all;
}
.dh-team-box .avatar img.avatar-hover {
    display: none;
}
.dh-team-box .avatar:hover img.avatar-hover {
    display: block;
}
.dh-team-box .member-name {
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 0;
}
.dh-team-box .position {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.dh-team-navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.dh-team-navigation .nav {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
}
.dh-team-navigation .nav.nav-next {
    align-items: flex-end;
}
.dh-team-navigation .nav.nav-previous {
    align-items: flex-start;
}
.dh-team-navigation .nav img {
    width: 80px;
    margin-bottom: 15px;
    height: auto;
}
.dh-team-navigation .nav .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    color: #294F73;
    margin-bottom: 15px;
}
.dh-team-navigation .nav.nav-previous .title {
    text-align: left;
}
.dh-team-navigation .nav .elementor-button-text {
    display: none;
}
.dh-team-navigation .nav .elementor-button-wrapper:hover .elementor-button-text {
    display: block;
}
.dh-team-navigation .nav .elementor-widget-button .elementor-button:hover::after {
    background: url(./assets/images/blue-arrow-right.svg) no-repeat center left !important;
    filter: grayscale(200%) brightness(500%);
}
.dh-team-navigation .nav .elementor-widget-button .elementor-button:hover, .dh-team-navigation .nav:hover .elementor-button {
    padding: 12px 25px;
}
.dh-team-navigation .nav:hover .elementor-button:before {
    width: 100%;
    border-radius: 30px;
}
.dh-team-navigation .nav:hover .elementor-widget-button .elementor-button::after {
    background: url(./assets/images/blue-arrow-right.svg) no-repeat center left !important;
    filter: grayscale(200%) brightness(500%);
}
.dh-team-navigation .nav-previous .elementor-button-wrapper a {
    transform: scaleX(-1);
}
.dh-team-swiper .swiper-slide {
    transition: .1s all;
    cursor: pointer;
}
.dh-team-swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(.8);
}
body .elementor-toc__header {
    background: #4BBBD6;
    border: none;
    padding: 20px;
}
body .elementor-toc__body {
    padding: 20px;
}
body .elementor-toc__header .elementor-toc__header-title {
    color: #EFF4F3;
    font-size: 22px !important;
    line-height: 26px !important;
    margin-bottom: 0;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
}
body .elementor-widget-table-of-contents .elementor-widget-container {
    border: none;
    box-shadow: 0px 4px 94px 0px #00000026;
    border-radius: 0;
    background: #fff;
    max-width: 170px;
}
body.single-post .elementor-widget-table-of-contents .elementor-widget-container {
    max-width: 100%;
}
body .elementor-toc__list-item {
    margin-bottom: 15px;
}
body.single-post .elementor-toc__list-item {
    margin-bottom: 20px;
}
body .elementor-toc__list-item-text-wrapper i {
    display: none;
}
body .elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
    font-weight: bold;
}
body .elementor-toc__body .elementor-toc__list-item-text.elementor-item-active:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EE7D59;
    position: absolute;
    top: 5px;
    left: -5px;
}
body .elementor-toc__body .elementor-toc__list-item-text {
    position: relative;
    padding-left: 10px;
}
body .case-study-toc-wrap.sticky-stop {
    position: fixed !important;
    top: unset !important;
}
body .single-post-toc .elementor-toc__header {
	background: transparent;
    border-bottom: 2px solid #C6C6BE;
	padding: 15px 0;
}
body .single-post-toc .elementor-toc__header .elementor-toc__header-title {
	text-align: left;
	color: #294F73;
}
body .single-post-toc {
	background: #fff;
}
body .single-post-toc.elementor-widget-table-of-contents .elementor-widget-container {
	box-shadow: none;
}
body .single-post-toc .elementor-toc__body {
	padding: 15px 5px;
}
ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
	display: none !important;
}
.team-box-wrap a {
    color: inherit;
}
.team-box-wrap a:hover {
    color: #294F73 !important;
}
.team-box-wrap .info {
    text-align: center;
}
.team-box-wrap .info .name {
    margin-bottom: 0;
    font-size: 32px;
}
.center-form ._form {
    margin: 0 auto !important;
    padding: 0 !important;
}
.center-form ._button-wrapper {
    text-align: center;
}
._form input::placeholder {
    color: #294F73;
}
._form input:not(.select2-search__field) {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #294F73 !important;
    border-radius: 0 !important;
    font-size: 15px;
    line-height: 21px;
    color: #294F73;
    outline: none;
    padding: 15px 0 !important;
    margin-bottom: 5px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .dh-team-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .dh-team-box .avatar {
        height: 180px;
    }
    .dh-team-box .member-name {
        font-size: 26px;
        line-height: 29px;
        max-width: 80px;
        margin-bottom: 5px;
    }
    .dh-team-box .position {
        font-size: 15px;
        line-height: 18px;
        min-height: 36px;
    }
    .dh-team-box:hover .elementor-button-text {
        display: block;
    }
    .dh-team-swiper .elementor-image-carousel-wrapper .swiper-slide:first-child {
        margin-left: -25%;
    }
}
@media screen and (min-width: 768px) {
    .dh-team-navigation .nav .elementor-button-wrapper {
        transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
        transform: translateX(45px);
    }
    .dh-team-navigation .nav .elementor-button-wrapper:hover {
        transform: translateX(0) !important;
    }
    .dh-team-navigation .nav:hover .elementor-button-wrapper {
        transform: translateX(0) !important;
    }
    .dh-team-navigation .nav.nav-previous .elementor-button-wrapper {
        transform: translateX(-45px);
    }
    .case-study-nav .dh-team-navigation .nav .title {
        font-size: 38px;
        line-height: 41px;
    }
}
/**===== End Team Grid style ======*/

/**===== Case Study Grid style ======*/
@media screen and (max-width: 767px) {
    .dh-case-study-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
@media screen and (min-width: 768px) {
    .dh-case-study-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        grid-gap: 20px;
    }
}
.dh-case-study-grid .category {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #81919F;
    margin-top: 10px;
    margin-bottom: 0;
}
.dh-case-study-grid .title {
    font-weight: 600;
    font-size: 38px;
    margin-top: 0;
}
.dh-case-study-grid .case-study-box {
    margin-bottom: 50px;
}
/**===== End Case Study Grid style ======*/

/**===== Contact Box - Contact Form - Contact Page style ======*/
.dh-contact-form-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 94px rgba(0, 0, 0, 0.15);
    padding: 20px 15px;
}
.dh-form-inline {
    display: grid;
    grid-template-columns: 2fr 5fr;
    align-items: flex-start;
    grid-gap: 18px;
    margin-bottom: 10px;
}
.dh-form-inline label {
    font-size: 17px;
    color: #81919F;
}
.dh-form-inline .wpcf7-form-control, .select2-container--default .select2-selection--multiple {
    background-color: rgba(41, 79, 115, 0.07) !important;
    border: none !important;
    border-radius: 0 !important;
    height: 47px;
    color: #294F73;
    padding: 12px !important;
    margin-bottom: 0;
}
.dh-form-inline textarea.wpcf7-form-control {
    height: 100px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    height: auto !important;
    min-height: 47px !important;
    padding: 0 !important;
}
.dh-form-inline .wpcf7-select, .select2-container--default .select2-selection--multiple {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('./assets/images/orange-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 10px 11px;
    background-position: 96% 50%;
}
.dh-contact-form-box .cf7ic_instructions {
    color: #294F73;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EE7D59 !important;
    border: 1px solid #EE7D59 !important;
    color: #fff;
	font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}
@media screen and (max-width: 767px) {
    .dh-form-inline {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    .dh-contact-form-box {
        margin: 0 10px;
    }
}
@media screen and (min-width: 768px) {
    .dh-contact-form-box .elementor-button-wrapper {
        float: right;
        transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
        transform: translateX(45px);
    }
    .dh-contact-form-box .elementor-button-wrapper:hover {
        transform: translateX(0);
    }
}
/**===== End Contact Box - Contact Form - Contact Page style ======*/

/**===== Truth Lie Style ======*/
.truth-lie-list {
    list-style: none;
    padding-inline-start: 0;
}
.truth-lie-list li {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.truth-lie-list li.lie:hover {
    color: #81919F;
}
.truth-lie-list li .truth-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 175px;
    height: 121px;
    display: none;
}
.truth-lie-list li:hover .truth-icon {
    display: block;
}
.truth-lie-list li .truth-left {
    left: -45px;
}
.truth-lie-list li .truth-right {
    right: -45px;
}
.truth-lie-list li .truth-mobile {
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    #truth-left, #truth-right {
        display: none !important;
    }
    #truth-mobile svg {
        height: 120%;
        margin-top: -10%;
    }
}
@media screen and (min-width: 768px) {
    #truth-mobile {
        display: none !important;
    }
}
/**===== End Truth Lie Style ======*/

/**===== Timeline Style ======*/
.dh-timelines-box {
    border-bottom: 1px solid #4BBBD6;
    padding: 30px 0;
    position: relative;
}
.dh-timelines-box:hover {
    font-weight: 700;
}
.dh-timelines-box img {
    display: none;
    position: absolute;
    width: 255px;
    height: auto;
    z-index: 1;
}
.dh-timelines-box:hover img {
    display: block;
}
.dh-timelines-box:hover .year h3 {
    font-weight: bold !important;
}
.dh-timelines-box .timelines-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    gap: 100px;
}
@media screen and (max-width: 767px) {
    .dh-timelines-box .timelines-content {
        flex-direction: column;
        gap: 20px;
    }
    .dh-timelines-box .timelines-content .year img {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        transform: none !important;
    }
}
/**===== End Timeline Style ======*/

/**===== Client Collab Style ======*/
.dh-client-collab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    grid-gap: 20px;
}
.dh-client-collab .client-logo {
    text-align: center;
    position: relative;
}
.dh-client-collab .client-logo .hover {
    display: none;
    position: absolute;
    right: -80%;
    top: -80%;
    z-index: 1;
}
.dh-client-collab .client-logo:hover .hover {
    display: block;
}
@media screen and (max-width: 767px) {
    .dh-client-collab {
    	display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .dh-client-collab .client-logo .hover {
        right: 0;
        top: -100%;
    }
}
@media screen and (min-width: 768px) {
	.dh-client-collab {
		display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	justify-content: center;
    	gap: 10px;
	}
	.dh-client-collab .client-logo {
    	flex: 0 1 calc(20% - 10px);
	}
}
/**===== End Client Collab Style ======*/

/**===== Blog Post Style ======*/
.dh-blog-post-box {
    display: flex;
    border-bottom: 1px solid #D6D6D6;
}
.dh-blog-post-box:last-child {
    border: none !important;
    margin-bottom: 0;
}
.content-box .meta .category a {
    font-weight: 700;
    color: #4BBBD6;
}
.content-box .meta .post-date {
    color: #81919F
}
.content-box .author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.content-box .author-info .author-avatar img {
    border-radius: 50%;
}
.author-details p {
    font-size: 15px;
    line-height: 18px;
    color: #294F73;
    margin-bottom: 0 !important;
}
.author-details p.author-name {
    font-weight: 600;
	margin-bottom: 0;
}
.author-short-bio {
    margin: 10px 0;
}
.single-post-author-wrap {
    border-top: 1px solid #294F73;
    border-bottom: 1px solid rgba(41, 79, 115, .4);
    margin-top: 20px;
    padding-bottom: 20px;
}
.dh-blog-categories {
    display: flex;
    gap: 35px;
    margin-bottom: 65px;
    overflow: auto;
    white-space: nowrap;
}
.dh-blog-categories::-webkit-scrollbar {
    display: none !important;
}
.dh-blog-categories::-webkit-scrollbar-thumb {
    display: none !important;;
}
.dh-blog-categories:-webkit-scrollbar-track {
    display: none !important;
}
.dh-blog-categories a {
    color: #81919F;
    padding-bottom: 15px;
}
.dh-blog-categories a.active {
    color: #294F73;
    font-weight: bold;
    border-bottom: 1px solid #EE7D59;
}
.dh-latest-post .dh-blog-post-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 94px rgba(0, 0, 0, 0.15);
}
.elementor-widget-table-of-contents .elementor-toc__header-title {
    margin-bottom: 20px;
}
.single-post h2 {
    margin-top: 35px;
}
.single-post .dh-team-navigation .nav img {
    display: none;
}
.single-post .content-box .author-info {
    margin-top: 20px;
}
.single-post ul, .single-post ol {
    margin-bottom: 15px;
}
.single-post .main-content ul li, .single-post .main-content ol li {
    margin-bottom: 10px;
}
.single-post blockquote {
    font-weight: 500;
    font-style: italic;
    font-family: 'Poppins';
    border-left: 4px solid #EE7D59;
    padding: 20px;
    margin: 0;
    background: #f7f7f7;
}
.highlight-box {
    border-left: 4px solid #EE7D59;
    background-color: #f7f7f7;
    padding: 20px;
    margin: 0;
}
.highlight-box p:last-child, .single-post blockquote p:last-child {
    margin-bottom: 0;
}
.free-site-audit-cta {
    background-image: url('./assets/images/free-site-audit-cta.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 15px;
    max-width: 280px;
    margin: 0 auto;
}
.free-site-audit-cta img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.free-site-audit-cta .title {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.free-site-audit-cta .elementor-widget-button .elementor-button:before {
    background-color: #fff;
}
.free-site-audit-cta .elementor-button-link .elementor-button-text {
    color: #fff;
}
.free-site-audit-cta .elementor-button-link:hover .elementor-button-text {
    color: #294F73;
}
@media screen and (max-width: 479px) {
    .free-site-audit-cta {
        max-width: 100%;
        min-height: 400px;
        background-position: top center;
    }
}
@media screen and (max-width: 767px) {
    .dh-blog-post-box {
        flex-direction: column-reverse;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .dh-blog-post-box .content-box .post-title {
        font-size: 33px;
    }
    .content-box .author-info {
        margin-top: 20px;
    }
    .dh-blog-post-box .image-box img {
        width: 100%;
        object-fit: cover;
    }
    .dh-latest-post .dh-blog-post-box {
        padding: 30px 20px;
    }
    .dh-blog-post-box .meta {
        margin-top: 10px;
    }
    .dh-blog-categories {
        margin-bottom: 35px;
        margin-right: -15px;
    }
}
@media screen and (min-width: 768px) {
    .dh-blog-post-box {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .dh-blog-post-box .content-box {
        flex: 0 1 60%;
        padding-right: 60px;
    }
    .dh-blog-post-box .image-box {
        flex: 0 1 40%;
        text-align: right;
    }
    .dh-blog-post-box .image-box img, .post-featured-image img {
        width: 380px;
        height: 385px !important;
        object-fit: cover;
    }
    .content-box .author-info {
        margin-top: 60px;
    }
    .dh-latest-post .dh-blog-post-box {
        padding: 60px 40px;
    }
}
/**===== End Blog Post Style ======*/

/**===== FAQ Style ======*/
body .elementor-widget-toggle .elementor-toggle-icon svg {
    fill: transparent;
}
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    width: 16px;
}
body .elementor-widget-toggle .elementor-toggle-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 21px;
}
body .elementor-toggle .elementor-tab-content {
    padding: 15px 0;
}
body .elementor-toggle .elementor-tab-content, body .elementor-toggle .elementor-tab-title {
    border-bottom: 1px solid #EDEDED;
}
body .elementor-toggle .elementor-tab-title {
    padding: 15px 0;
	display: inline-block;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	padding: 8px 0;
}
/**===== End FAQ Style ======*/

/**===== Budget Calculator Form ======*/
.budget-calculator-form input::placeholder {
    color: #718da7f5;
}
.budget-calculator-form input, .budget-calculator-form select {
    background-color: rgba(41, 79, 115, 0.07) !important;
    border: none !important;
    border-radius: 0 !important;
    height: 47px;
    color: #294F73;
    padding: 12px !important;
    margin-bottom: 0;
    outline: none;
}
.budget-calculator-form .form-row {
    margin-bottom: 20px;
}
.budget-calculator-form .annual-revenue {
    margin-bottom: 0;
}
.budget-calculator-form .show-budget-child {
    display: flex;
    align-items: center;
    gap: 5px;
}
.budget-calculator-form .radio-show-budget {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}
.budget-calculator-form .show-budget {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}
.grid-result-2 {
    display: grid;
    /*     grid-template-columns: calc(50% - 20px) calc(25% - 10px) calc(25% - 10px); */
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 20px;
    margin-top: 20px;
}
.grid-result-2 div {
    min-height: 20px;
    padding: 0;
    text-align: left;
}
.innder-grid-sesult-2:not(:first-child) {
    box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
    background: #fff;
}
.budget-calculator-form .text-center {
    text-align: center;
}
.container-budget h2 {
    margin: 0 !important;
    background: #294F73;
    color: #4BBBD6 !important;
    font-size: 38px;
    line-height: 41px;
    font-weight: 600;
    padding: 20px;
}
.grid-result-2 {
    background: #F1F3F5;
    padding: 30px 20px 50px;
}
.innder-grid-sesult-2 .heading {
    background: #4BBBD6;
    font-size: 17px;
    line-height: 21px;
    color: #EFF4F3;
    text-align: left;
    padding: 10px;
}
.innder-grid-sesult-2 > div {
    padding: 10px;
}
.innder-grid-sesult-2 .result-title {
    font-size: 38px;
    line-height: 41px;
    color: #EE7D59;
    font-weight: 600;
    padding: 0 10px;
}
.result-total .footer {
    background: #294F73;
    text-align: left;
    padding: 20px;
}
.result-total .footer .cta-text {
    font-size: 22px;
    line-height: 26px;
    color: #EFF4F3;
}
.container-budget .body {
    padding: 20px;
}
.innder-grid-sesult-2 .bottom-line {
    border-bottom: 1px solid rgba(41, 79, 115, 0.1);
    min-height: 63px;
}
.innder-grid-sesult-2 .small-title {
    font-size: 17px;
    line-height: 21px;
}
.innder-grid-sesult-2 .middle {
    display: flex;
    align-items: center;
}
.container-budget select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('./assets/images/arrow-down.png') no-repeat 98% center;
    color: #718da7f5;
}
#btn-calculate-budget {
    color: #294F73;
}
#btn-calculate-budget:hover {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .grid-result-2 {
        padding: 15px 10px 15px 0;
    }
    .innder-grid-sesult-2 .result-title {
        font-size: 32px;
        line-height: 38px;
        min-height: 41px;
    }
    .innder-grid-sesult-2 .small-title {
        font-size: 14px;
        line-height: 18px;
    }
    .grid-result-2 {
        grid-column-gap: 10px;
    }
    .container-budget h2 {
        font-size: 32px !important;
        line-height: 38px !important;
    }
	.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
		padding: 4px 0;
	}
}
/**===== End Budget Calculator Form ======*/

/**===== Blog Post Grid ======*/
.dh-posts-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}
.dh-posts-grid .dh-blog-post-box {
    grid-column: span 3;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.dh-posts-grid > :nth-child(n + 3) {
    grid-column: span 2;
}
.dh-posts-grid .content-box-wrap img.wp-post-image {
    width: 100% !important;
    height: 260px !important;
}
.dh-posts-grid .category a {
    font-weight: 700;
    color: #4BBBD6;
}
.dh-posts-grid .post-date {
    color: #81919F;
}
.dh-posts-grid .post-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto' !important;
}
.dh-posts-grid .meta {
    margin-top: 10px;
}
.dh-posts-grid .author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dh-posts-grid .author-info img {
    border-radius: 50%;
}
.dh-posts-grid .author-details p {
    color: #81919F;
}
.dh-posts-grid .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* Number of lines to show */
    line-height: 1.5; /* Adjust line height as needed */
    max-height: 4.5em;
}
.custom-posts-pagination {
    text-align: center;
    margin-top: 35px;
}
.custom-posts-pagination a, .custom-posts-pagination .current {
    color: #294F73;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
}
.custom-posts-pagination .current:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #EE7D59;
}
body.archive .dh-blog-categories {
    justify-content: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .dh-posts-grid .dh-blog-post-box {
        grid-column: span 6;
    }
    body.archive .dh-blog-categories {
        justify-content: flex-start;
        overflow: auto;
    }
}
/**===== End Blog Post Grid ======*/

/**===== Active Campaign Form ======*/
._form_49 form {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
._form_49 ._form-title, ._form_49 ._html-code, ._form_49 ._form-label, ._form_49 span {
    color: #294F73 !important;
    font-family: "Roboto", sans-serif !important;
}
._form_49 form input[type="text"]::placeholder {
    color: rgba(41, 79, 115, 0.3);
}
._form_49 form[id^="_form_"] input[type="text"], ._form_49 form[id^="_form_"] select, ._form_49 form[id^="_form_"] textarea {
    background-color: rgba(41, 79, 115, 0.07) !important;
    border: none !important;
    border-radius: 0 !important;
    height: 47px !important;
    color: #294F73 !important;
    padding: 12px !important;
}
._form_49 form[id^="_form_"] textarea {
    min-height: 100px;
}
._form_49 form select {
    -webkit-appearance: none;
    background-image: url(./assets/images/orange-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 10px 11px;
    background-position: 96% 50%;
}
._form_49 button {
    border: none !important;
}
._form_49 ._form_element {
    margin-bottom: 20px !important;
    display: grid;
    grid-template-columns: 2fr 5fr;
    align-items: flex-start;
    grid-gap: 18px;
}
._form_49 ._form_element label {
    font-size: 17px !important;
    color: #81919F !important;
    font-weight: normal !important;
}
._form .elementor-widget-button .elementor-button span {
    font-size: 17px !important;
    font-weight: 400 !important;
}
._form .elementor-widget-button .elementor-button:hover {
    padding: 12px 45px 12px 45px !important;
}
._form .elementor-widget-button .elementor-button:hover span {
    color: #fff !important;
}
/* .elementor-widget-button .elementor-button:hover .elementor-button-text {
	color: #fff !important;
} */
.cta-button .elementor-widget-button .elementor-button:hover .elementor-button-text {
    color: #294F73 !important;
}
._form_49 ._form_element._x33376799 {
    grid-template-columns: 1fr !important;
    grid-gap: 0 !important;
}
._form .elementor-button-link {
    border: none !important;
    outline: none !important;
}
@media screen and (max-width: 767px) {
    .cta-button .elementor-widget-button .elementor-button {
        padding: 12px 45px;
    }
    ._form .elementor-widget-button .elementor-button {
        padding: 12px 45px 12px 45px !important;
    }
}
@media screen and (min-width: 768px) {
    ._form_49 ._form_element._x33376799 {
        width: 50% !important;
        float: left !important;
        margin-bottom: 0 !important;
    }
}
/**===== End Active Campaign Form ======*/

/**===== MailChimp Form ======*/
.yikes-easy-mc-form {
    grid-template-columns: 1fr !important;
}
.mailchimp-send-email .yikes-easy-mc-form input::placeholder {
    font-family: 'Roboto', sans-serif !important;
    color: #294F73;
}
.mailchimp-send-email .yikes-easy-mc-form input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #294F73 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    line-height: 21px;
    color: #294F73;
    outline: none !important;
    padding: 15px 0 !important;
    margin-bottom: 15px;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
}
.mailchimp-send-email .yikes-easy-mc-submit-button {
    background: transparent !important;
    border: none !important;
}
.yikes-easy-mc-submit-button button {
    border: none !important;
    outline: none !important;
}
.yikes-easy-mc-submit-button[type="submit"] {
    outline: none !important;
    color: #294F73;
}
.yikes-easy-mc-submit-button .elementor-button-link {
    color: #294F73;
}
/**===== End MailChimp Form ======*/

/**===== Active Campaign Form 16 ======**/
._form_16, ._form_59, ._form_60, #form-blue ._form {
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}
._form._form_16 input:not(.select2-search__field), ._form._form_59 input:not(.select2-search__field), ._form._form_60 input:not(.select2-search__field), #form-blue ._form input:not(.select2-search__field) {
	border-bottom: 1px solid rgba(219, 219, 219, 0.3) !important;
}
._form._form_16 input:not(.select2-search__field)::placeholder, ._form._form_59 input:not(.select2-search__field)::placeholder, ._form._form_60 input:not(.select2-search__field)::placeholder, #form-blue ._form input:not(.select2-search__field)::placeholder {
	color: #EFF4F3 !important;
}
@media screen and (min-width: 768px) {
	._form_16 ._form-content, ._form_59 ._form-content, ._form_60 ._form-content, #form-blue ._form ._form-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
	._form_16 ._form-content ._button-wrapper, ._form_16 ._form-content ._form_element:nth-child(7), ._form_59 ._form-content ._button-wrapper, ._form_59 ._form-content ._form_element:nth-child(7), ._form_60 ._form-content ._button-wrapper, ._form_60 ._form-content ._form_element:nth-child(7), #form-blue ._form ._form-content ._button-wrapper, #form-blue ._form ._form-content ._form_element:nth-child(7) {
/* 		grid-column: span 2 !important; */
	}
/* 	#form-blue ._form ._form-content ._button-wrapper {
		display: flex;
		align-items: flex-end;
		padding-bottom: 6px;
	} */
}
/**===== End Active Campaign Form 16 ======**/

.wpcf7-submit.default-btn {
	background: #EE7D59;
    border: 1px solid #EE7D59 !important;
    color: #fff;
    width: 170px;
    border-radius: 30px !important;
    padding: 10px !important;
}
.wpcf7-submit.default-btn:hover, .wpcf7-submit.default-btn:focus {
	background: transparent !important;
	color: #EE7D59 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    border-bottom: 1px solid rgba(219, 219, 219, 0.3) !important;
    height: 52px;
}
.select2-search__field::placeholder {
	color: #fff;
	font-size: 15px;
    line-height: 21px;
    color: #EFF4F3;
}
.select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 12px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.form-group {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}
}

/** New Styles **/
a {
	transition: .3s all;
}
.award-box-wrap p.title {
	margin-bottom: 4px;
}
/* .award-box-wrap .elementor-icon-box-description {
	font-size: 20px;
	line-height: 30px;
} */
.swiper-horizontal .orange .swiper-button-nav {
	background: #EE7D59;
}
.swiper-horizontal .orange .swiper-button-nav:before {
	border-color: #294F73;
}
.dh-blog-grid .publish-date {
	color: #294F73;
	font-size: 20px;
	line-height: 30px;
	margin: 16px 0 8px;
}
.dh-blog-grid .blog-box .title {
	margin: 0 !important;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}
.real-testimonial-box-wrap .image {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 32px;
}
.real-testimonial-box-wrap .image img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.real-testimonial-box-wrap .image .info p {
	margin-bottom: 0;
}
.real-testimonial-box-wrap .reviews {
	width: 100%;
	max-width: 636px;
	margin: 0 auto;
	position: relative;
}
.real-testimonial-box-wrap .reviews .quote-icon {
	position: absolute;
    left: -64px;
	top: 0;
}
.real-testimonial-box-wrap .reviews p, .list-services .list-item .description .content p {
	font-size: 20px;
	line-height: 30px;
}
.text-white a {
	color: #fff !important;
	transition: .3s all;
}
.text-white a:hover, .text-underline a:hover, .text-underline:hover {
	color: #EE7D59 !important;
}
._form-content .elementor-button-content-wrapper {
    padding-left: 16px;
}
._form-content .elementor-widget-button .elementor-button {
    border: 1px solid #fff !important;
    border-radius: 32px;
    padding: 12px 16px 12px 45px;
}
._form-content .elementor-widget-button .elementor-button:hover {
    border-color: #fff !important;
	padding: 12px 16px 12px 45px !important;
}
._form .elementor-widget-button .elementor-button:hover span {
    color: #fff !important;;
}
.list-services .list-item {
	margin-bottom: 16px;
}
.up-down-animate {
	animation: MoveUpDown3 4s linear infinite;
}
.award-box-wrap {
	padding-left: 16px;
}
._form input:not(.select2-search__field) {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #fff !important;
}
._form input:not(.select2-search__field)::placeholder {
    color: #fff !important;
}
._form_16 ._form-content, ._form_59 ._form-content, ._form_60 ._form-content, #form-blue ._form ._form-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 16px;
}
	._form_16 ._form-content ._button-wrapper, ._form_16 ._form-content ._form_element:nth-child(7), ._form_59 ._form-content ._button-wrapper, ._form_59 ._form-content ._form_element:nth-child(7), ._form_60 ._form-content ._button-wrapper, ._form_60 ._form-content ._form_element:nth-child(7), #form-blue ._form ._form-content ._button-wrapper, #form-blue ._form ._form-content ._form_element:nth-child(7) {
/* 	grid-column: span 2 !important; */
}
.elementor-tabs-content-wrapper {
	padding-left: 10px;
	padding-right: 10px;
}
.elementor-widget-button.hover-white .elementor-button:hover:after {
	background-image: url(https://www.digitalhitmen.com.au/wp-content/uploads/2024/05/white-arrow.svg) !important;
}
.google-review-section-wrap .link a {
	text-decoration: underline;
}
.google-review-section-wrap .link a:hover {
	color: #EE7D59;
}
.swiper-horizontal .swiper-button-nav:hover {
	background: #EE7D59;
}
.swiper-horizontal .orange .swiper-button-nav:hover {
	background: #fff;
}
.list-services .list-item:hover img {
	filter: brightness(0.5);
}
.list-services .list-item .description .content .elementor-button {
    border-radius: 32px 32px 32px 32px;
    padding: 11px 20px 11px 20px;
    border: 1px solid #294F73;
}
.list-services .list-item .description .content .elementor-button {
	color: #294F73 !important;
}
.dh-blog-grid .blog-box .title, .elementor-element.elementor-element-59af1210 .elementor-nav-menu .elementor-item.has-submenu .sub-arrow svg {
	transition: .3s all;
}
.case-study-title a {
	font-weight: inherit !important;
}
.case-study-title a:hover, .elementor-tabs-wrapper .elementor-tab-title:hover, .dh-blog-grid .blog-box .title:hover {
	color: #EE7D59 !important;
}
.case-study-title .elementor-heading-title:after {
	content: url(https://www.digitalhitmen.com.au/wp-content/uploads/2025/08/blue-arrow-dark.svg);
	margin-left: 8px;
	transition: .3s all;
}
.case-study-title .elementor-heading-title:hover:after {
	content: url(https://www.digitalhitmen.com.au/wp-content/uploads/2025/08/orange-arrow-1.svg);
}
.case-study-counter {
	margin-right: 0 !important;
}
.elementor-widget-button .elementor-button:before {
	border-radius: 6rem !important;
}
.default-text-padding {
	padding-bottom: 16px;
}
.list-services .list-item .wrap > a {
	position: relative;
	z-index: 1;
}
.list-services .list-item.search-engine .svg-embed {
	top: 58%;
    width: 96%;
    left: -10px;
	z-index: 2;
}
.list-services .list-item.facebook-ads .svg-embed {
	right: -30%;
	transform: translateY(-50%);
}
.list-services .list-item.google-ads .svg-embed {
	width: 150px;
}
.testimonial-slider-popup {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    bottom: 0;
    right: 0;
    background: rgba(41, 79, 115, 0.95);
	display: none;
}
.testimonial-slider-popup > .testimonial-wrap {
	max-width: 800px;
	width: 100%;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}
.testimonial-slider-popup > .testimonial-wrap .description {
	min-height: 100% !important;
	display: block !important;
	max-height: unset !important;
}
.testimonial-slider-popup > .testimonial-wrap .close {
	position: absolute;
    right: 38px;
    top: 17px;
}
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
	line-height: 24px;
}
.list-services h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    margin: 0;
    transition: .3s all;
}
.list-services {
	position: relative !important;
}
.swiper-nav-wrap {
	height: 48px;
	align-items: unset !important;
	margin-top: 32px !important;
}
.apac-awards svg > g > rect {
	transition: .3s all;
}
.apac-awards:hover a {
	color: #EE7D59 !important;
}
.apac-awards:hover svg > g > rect {
	fill: #EE7D59 !important;
}
.elementor-nav-menu .sub-arrow {
	padding: 10px 0 10px 3px !important;
}
.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	background: transparent;
}
.elementor-location-footer .elementor-widget-container a, .elementor-location-footer .elementor-widget-container li p, .elementor-location-footer ul {
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}
.elementor-location-footer .elementor-widget-container > ul > li {
	margin-bottom: 16px;
}
.elementor-location-footer .elementor-widget-container > ul > li > ul li a {
	font-size: 14px;
	line-height: 21px;
	color: #F4F6F8;
}
.elementor-location-footer .elementor-widget-container li p, .elementor-location-footer .elementor-widget-container a {
	margin-bottom: 8px;
	display: block;
}
.footer-social .elementor-icon i, .footer-social .elementor-icon svg {
	width: 18px;
	height: 18px;
}
.g-recaptcha {
	transform: scale(0.77);
    transform-origin: 0 0;
}
._form_16 ._form-content ._form_element {
	overflow: hidden;
	margin-bottom: 16px !important;
}
._form_16 ._form-content ._form_element:nth-child(5), ._form_16 ._form-content ._form_element:nth-child(6) {
	grid-column: span 2 !important;
}
._form_16 ._form-content ._button-wrapper .elementor-button-wrapper {
	text-align: right;
	margin-top: 29px;
}
._form_16 ._form-content ._form_element ._form-label {
	font-weight: normal !important;
	line-height: 21px !important;
}
._form input:not(.select2-search__field) {
	padding: 8px 4px !important;
	margin-bottom: 0 !important;
}
._form_16 ._form-content ._form_element:nth-child(7) ._form-label {
	margin-bottom: 8px !important;
}
._form_16 ._form-content ._form_element:nth-child(6) input {
	padding: 8px 4px 31px !important;
}
.main-content.toc-control a {
	font-weight: 400;
}
._form ._form_element:nth-child(7) {
	margin-bottom: 0 !important;
}
#window-iframe {
	z-index: 9999999999 !important;
	bottom: 80px !important;
}
.dh-blog-post-box .excerpt {
	color: #294F73;
}
@media screen and (min-width: 1200px) {
	.list-services .list-item .description .content {
        max-width: 448px;
		width: 100%;
    }
}
@keyframes MoveUpDown3 {
    0%, 100% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
}
@media screen and (max-width: 767px) {
	.list-services h3 {
		font-size: 24px;
		line-height: 36px;
	}
	.list-services {
		margin-top: 8px;
	}
	.google-review-section-wrap .link {
		display: none;
	}
	.google-review-section-header h2 {
		font-size: 24px !important;
		line-height: 36px !important;
		padding: 0;
		background: transparent !important;
		white-space: nowrap;
	}
	.google-review-section-header {
		width: 100%;
		justify-content: space-between;
		margin-top: 8px;
	}
	.review-summary-box .review-data {
		font-size: 14px;
		line-height: 21px;
	}
	.review-summary-box img {
		width: 24px;
	}
	.review-summary-box .rating img {
		width: 14px;
	}
	.review-summary-box, .google-review-section-header {
		gap: 4px;
	}
	.swiper-nav-wrap {
		margin-top: 16px !important;
	}
	.award-box-wrap p.title, .award-box-wrap .elementor-icon-box-description {
		font-size: 14px;
		line-height: 21px;
	}
	.dh-blog-grid .publish-date {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 8px;
	}
	.dh-blog-grid .blog-box .title {
		font-size: 20px;
		line-height: 30px;
	}
	.real-testimonial-box-wrap .reviews p, .testimonial-box-wrap .description, .testimonial-box-wrap .read-more, .list-services .list-item .description .content p {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.real-testimonial-box-wrap .reviews {
		padding-left: 44px;
	}
	.real-testimonial-box-wrap .reviews .quote-icon {
		left: 0;
		width: 36px;
	}
	.real-testimonial-box-wrap .reviews p, .testimonial-box-wrap .author-name, .testimonial-box-wrap .review-time {
		font-size: 14px;
		line-height: 21px;
	}
	 ._form input:not(.select2-search__field) {
        font-size: 14px !important;
        line-height: 21px !important;
    }
	.case-study-counter {
		padding: 16px 32px !important;
		max-width: 100% !important;
	}
	.case-study-counter:before {
		content: url(https://www.digitalhitmen.com.au/wp-content/uploads/2025/08/arrow-small.svg) !important;
		left: 72px !important;
	}
	.dh-case-study-swiper p {
		margin-bottom: 8px !important;
	}
	.dh-blog-grid .blog-box img {
		max-height: 223px !important;
		min-height: 223px !important;
	}
	.dh-blog-grid .blog-box .title {
		webkit-line-clamp: 3 !important;
	}
	.mobile-flip {
		left: unset !important;
		right: 0 !important;
	}
	.mobile-flip > .elementor-widget-container {
		-webkit-transform: scaleX(-1);
  		transform: scaleX(-1);
	}
	.default-text-padding {
		padding-bottom: 8px;
	}
	.testimonial-slider-popup > .testimonial-wrap {
		padding: 0 16px;
	}
	.testimonial-box-wrap .description {
		-webkit-line-clamp: 4;
    	min-height: 100px;
	}
	.dh-blog-grid .blog-box {
		margin-bottom: 0;
	}
	.testimonial-slider-popup > .testimonial-wrap .close {
		right: 19px;
	}
	.elementor-location-footer .elementor-widget-container li p {
		font-size: 14px;
		line-height: 21px;
	}
	.elementor-location-footer .elementor-widget-container > ul > li > ul li a {
		font-size: 12px;
		line-height: 18px;
	}
	.m-order-1 {
		order: 1 !important;
	}
	.m-order-2 {
		order: 2 !important;
	}
	.m-order-2 {
		order: 3 !important;
	}
	.m-order-4 {
		order: 4 !important;
	}
	.elementor-location-footer .elementor-widget-container a, .elementor-location-footer .elementor-widget-container li p, .elementor-location-footer ul {
		font-size: 14px;
		line-height: 21px;
		font-weight: 400;
	}
	.elementor-location-footer .elementor-widget-container > ul > li.m-hidden {
		margin-bottom: 0;
	}
	.elementor-location-footer .elementor-widget-container > ul > li.m-hidden ul li:last-child a {
		margin-bottom: 0;
	}
	._form_16 ._form-content ._form_element ._form-label {
		font-size: 12px !important;
		line-height: 18px !important;
	}
	._form_16 ._form-content ._button-wrapper .elementor-button-wrapper {
		margin-top: 22px;
	}
	._form .elementor-widget-button .elementor-button {
		padding: 12px 16px 12px 45px !important;
	}
	.bottom-footer-right a {
		font-size: 12px !important;
		line-height: 18px !important;
	}
	.m-mb-0 {
		margin-bottom: 0 !important;
	}
}
@media screen and (min-width: 768px) {
    ._form_16 ._form-content, ._form_59 ._form-content, ._form_60 ._form-content, #form-blue ._form ._form-content {
        grid-gap: 0 32px;
    }
	.dh-blog-swiper .swiper-nav-wrap {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.elementor-element.elementor-element-7abcd94 .elementor-nav-menu--dropdown a:hover {
		background: transparent !important;
	}
	.elementor-menu-toggle {
		padding: 0 !important;
	}
	.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
		fill: #fff !important;
	}
	.elementor-30783 .elementor-element.elementor-element-7abcd94 .elementor-nav-menu--dropdown a.highlighted {
		background: transparent !important;
	}
	body .elementor-element.elementor-element-7abcd94 .elementor-nav-menu .elementor-item {
		font-size: 32px !important;
		font-weight: 500 !important;
		padding-left: 16px;
	}
	.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
		line-height: 36px;
		padding: 4px 32px !important;
	}
	.elementor-widget-nav-menu .elementor-nav-menu--dropdown .sub-menu .sub-menu a {
		font-size: 16px !important;
		line-height: 24px;
		padding: 4px 48px !important;
	}
	.elementor-widget-nav-menu .elementor-nav-menu--dropdown .sub-menu li:first-child a {
		padding-top: 0 !important;
	}
	span.elementor-menu-toggle__icon--close, span.elementor-menu-toggle__icon--open {
		line-height: 0 !important;
	}
	.elementor-nav-menu .sub-arrow .e-font-icon-svg {
		fill: #fff;
		width: 12px !important;
		height: 20px !important;
	}
	.elementor-nav-menu .sub-arrow {
		padding-left: 14px !important;
		transition: .3s all;
	}
	.elementor-nav-menu .highlighted .sub-arrow {
		transform: rotate(90deg) translate(-4px, -7px);
	}
	.elementor-nav-menu {
		min-height: calc(100vh - 64px);
		display: flex !important;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 64px !important;
	}
	.elementor-nav-menu__container.elementor-nav-menu--dropdown {
		min-height: unset !important;
	}
	#mobile-menu .elementor-button {
		width: 100%;
		border: 1px solid #fff;
		padding: 11px 20px;
		border-radius: 32px;
	}
	#mobile-menu .menu-append {
		padding: 8px 16px;
	}
}
@media screen and (max-width: 1199px) {
	.list-services h3 {
		margin: 0;
	}
	.list-services .list-item .sm-button {
		display: none;
	}
}
