
@font-face {
    font-family: 'museo';
    src: url('fonts/museo/Museo300-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'museo-bold';
    src: url('fonts/museo/Museo700-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'museo-bolder';
    src: url('fonts/museo/Museo900-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: icomoon;
    src: url('fonts/icomoon.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

html {
    background: #253746;
}

.agency-software-partners-template {
    background: #253746;
    padding-top: 60px;
}

h2 {
    font-size: 60px;
    line-height: 1.1em;
    font-family: 'museo-bolder';
    color: #ffb81c;
    margin-bottom: 20px;
}

p {
    font-size: 20px;
    line-height: 150%;
    font-family: 'museo';
    font-weight: 300;
    color: #EEEEEE;
}

html body,
header nav {
    font-family: 'museo' !important;
}

.d-main-header {
    width: 1320px;
    margin: 0 auto;
}

.d-main-content {
    width: 1320px;
    margin: 0 auto;
}

.d-main-header-inner {
    padding: 20px 0;
}

.d-main-left.site-logo img {
    display: block;
    width: 235px;
}

.d-main-right.site-menu {
    display: flex;
    justify-content: flex-end;
}

.logo-sub-header {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 100%;
    font-weight: 600;
    color: #ffb81c;
    display: block;
    margin-top: 6px;
}

.main-header-container {
    border-bottom: 11px solid #FFBE00;
}

header nav ul li {
    margin: 0 0 0 30px;
}

header nav ul li a {
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;

    text-decoration: none;
    color: #333333;
}

header nav ul li a:after {
    content: ''; 
    position: absolute;
    width: 100%;
    height: 2px; 
    bottom: 0;
    left: 0;
    background-color: #FFBE00;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

header nav ul li a:hover::after {
    transform: scaleX(1);
}

.d-home-hero .d-home-hero-left {
    display: inline-block;
    width: 59%;
    vertical-align: middle;
}

.d-home-hero .d-home-hero-right {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.d-home-hero .d-home-hero-right img {
    width: 100%;
}

.sticky-main-header {
    position: fixed;
    width: 100%;
    background: #253846;
    z-index: 9;
}

.d-main-site-content {
    padding-top: 110px;
}

.d-home-hero-content {
    padding: 0px 0;
}

span.d-main-hero-text {
    font-size: 83px;
    line-height: 1em;
    font-weight: bold;
    font-family: 'museo-bolder';
    color: #FFBE00;
}

.d-home-down {
    text-align: center;
    margin-top: 120px;
}


.d-feature-one {
    background: url('../images/agency-partnerwork-noparallax.png') no-repeat center top;
    background-size: cover;
    height: 630px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.d-feature-one-inner {
    padding: 200px 0;
}

.d-feature-one-text {
    font-size: 50px;
    line-height: 1.1em;
    color: #EEEEEE;
    text-shadow: 0px 13px 40px rgba(0, 0, 0, 0.81);
    text-align: center;
    font-family: 'museo-bolder';
    width: 950px;
    display: block;
    margin: 0 auto;
}

.d-content-navi {
    text-align: center;
    padding: 60px 0 0;
}

.d-content-navi ul {
    margin:0;
    padding: 0;
}
.d-content-navi ul li {
    display: inline-block;
    list-style: none;
    min-width: 340px;
    border: solid 1px #ffb81c;
    margin: 0 10px;
}

.d-content-navi ul li a {
    background-color: #ffb81c;
    color: #253746;
    font-size: 14px;
    font-family: 'museo-bolder';
    display: block;
    padding: 15px 0;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.d-content-navi ul li.active-default a {
    background-color: #ffb81c;
    color: #253746;
}

.d-content-navi ul li:hover a{
    background-color: #253746;
    color: #ffb81c;
    transition: all 0.3s ease-in-out;
}

.d-technical-delivery-inner {
    padding: 30px 0 150px;
}

.d-technical-delivery-inner .d-section-title {
    text-align: center;
    font-family: 'museo-bolder';
    color: #ffb81c;
}

.d-technical-delivery-inner .d-section-title .d-section-sub-title {
    font-size: 50px;
    line-height: 1.1em;
    display: block;
}

.d-technical-delivery-inner .d-section-title .d-section-main-title {
    font-size: 100px;
    line-height: 0.9em;
    display: block;
}

.d-technical-delivery-inner .d-section-content {
    background: url('../images/agency-together-noparallax.png') no-repeat center center;
    background-size: contain;

    height: 1400px;
    width: 100%;
    overflow: hidden;
    position: relative;

}
.d-technical-delivery-inner .d-section-content-inner {
    text-align: center;
}
.d-technical-delivery-inner .d-section-content-inner .d-section-item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
} 

.d-technical-delivery-inner .d-section-content-inner .d-section-item .d-section-item-inner {
    width: 100%;
    max-width: 89%;
    background-color: #253746;
    border-radius: 34px;
    padding: 40px 30px;
    box-shadow: 0px 27px 31px 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    margin: 65px 40px 0 40px;
}

.d-technical-delivery-inner .d-section-content-inner .d-section-white {
    background: #fff;
    text-align: left;
    color: #253746;
    padding: 20px;
    border-radius: 34px;
}

.d-technical-delivery-inner .d-section-content-inner .d-section-white .d-section-type {
    font-family: 'museo-bolder';
    font-size: 14px;
    line-height: 100%;
    font-weight: 900;
    color: #212121;
    display: block;
    margin-bottom: 6px;
}

.d-technical-delivery-inner .d-section-content-inner .d-section-white .d-section-title {
    font-family: 'museo';
    font-size: 48px;
    line-height: 127%;
    font-weight: 500;
    color: #253746;
    border-radius: 34px;
    display: block;
    text-align: left;
}



.d-technical-delivery-inner .d-section-content-inner .d-section-desc {
    font-size: 20px;
    line-height: 150%;
    font-family: museo;
    font-weight: 300;
    color: #eee;
    padding: 57px 40px 30px 40px;
    text-align: left;
    min-height: 390px;
}

.d-technical-delivery-inner .d-section-content-inner .d-section-desc p {
    margin-bottom: 20px;
}

.d-technical-delivery-inner .d-section-content-inner .d-section-showing-items {
    width: 98%;
    margin: 0 auto;
}

.d-technical-delivery-inner .d-section-content-inner .d-cta-list .cta-item {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin: 0 3% 40px;
}

.d-technical-delivery-inner .d-section-content-inner .d-cta-list .cta-item .cta-item-icon {
    line-height: 1em;
}

.d-technical-delivery-inner .d-section-content-inner .d-cta-list .cta-item .cta-item-text {
    font-family: 'museo-bolder';
    font-size: 17px;
    line-height: 1.4em;
    margin-top: 10px;
    color: #ffb81c;
}

.d-technical-delivery-inner .d-section-content-inner .d-cta-title {
    font-size: 25px;
    line-height: 146%;
    text-align: center;
    font-family: 'museo-bolder';
    color: #ffb81c;
    margin-bottom: 30px;
}

.d-client-list-inner {
    text-align: center;
}

.d-client-list-inner .d-client-list-title {
    font-family: 'museo';
    font-size: 40px;
    line-height: 115%;
    font-weight: 500;
    color: #ffb81c;
    text-align: center;
    margin: 90px 0 50px 0;
}

.d-client-list-inner .d-client-list-items {
    background: #fff;
    color: #212121;
    padding: 60px 0;
}

.d-about-us {
    padding: 150px 0 130px 0;
}

.d-about-us-inner {
    text-align: center;
}


.d-about-us-inner .d-about-feature {
    height: 620px;
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 0 auto;
}

.d-about-us-inner .d-about-feature img {
    width: 100%;
}

.d-about-us-inner .d-about-white {
    margin-top: -270px;
    display: block;
    position: relative;
    width: 97%;
    margin: -270px auto 0;
}

.d-about-us-inner .d-about-header {
    font-size: 60px;
    line-height: 1.1em;
    color: #ffb81c;
    font-family: 'museo-bolder';
    margin-bottom: 160px;
    padding: 0 200px;
}

.d-about-us-inner .d-about-white-inner {
    background-color: #fff;
    padding: 100px 30px;
    border-radius: 68px;
    display: block;
    box-shadow: 0px 139px 54px -65px rgba(0, 0, 0, 0.25);
}

.d-about-us-inner .d-about-white-inner .d-about-white-feature {
    margin-top: 130px;
}

.d-about-us-inner .d-about-white-inner .d-about-white-desc {
    width: 70%;
    margin: 0 auto;
}

.d-about-us-inner .d-about-white-inner .d-about-white-desc h3 {
    font-family: 'museo';
    font-size: 50px;
    line-height: 115%;
    font-weight: 500;
    color: #323B4B;
    margin-top: 10px;
    margin-bottom: 30px;
}

.d-about-us-inner .d-about-white-inner .d-about-white-desc p {
    font-size: 20px;
    line-height: 1.5em;
    color: #5D6A83;
    margin-bottom: 20px;
}

.d-about-us .d-about-cta-base-inner .d-about-cta-item {
    display: inline-block;
}

.d-about-us .d-about-cta-base-inner .d-about-cta-item .d-about-cta-item-inner {
    width: 345px;
    position: relative;
}

.d-about-us .d-about-cta-base-inner .d-about-cta-item .d-about-cta-item-inner .d-about-cta-item-folder {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.d-about-us .d-about-cta-base-inner .d-about-cta-item .d-about-cta-item-inner .d-about-cta-item-file {
    position: absolute;
    right: 31px;
    top: 25px;
    transition: .5s ease;
}

.d-about-us .d-about-cta-base-inner .d-about-cta-item.d-about-one .d-about-cta-item-inner .d-about-cta-item-file {
    right: 32px;
}

.d-about-us .d-about-cta-base-inner .d-about-cta-item .d-about-cta-item-inner .d-about-cta-item-file img {
    width: 244px;
}

.d-about-us .d-about-cta-base-inner .d-about-cta-item .d-about-cta-item-inner:hover .d-about-cta-item-file {
    top: -110px;
    transition: .5s ease;
}

.d-digital-work .d-digital-work-title {
    text-align: center;
    font-size: 60px;
    line-height: 1.1em;
    font-family: 'museo-bolder';
    color: #ffb81c;
    max-width: 710px;
    margin: 0 auto 25px;
}

.d-digital-work .d-digital-work-sub-title {
    width: 900px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    font-family: 'museo';
    font-weight: 300;
    color: #EEEEEE;
}

.d-digital-work .d-digital-work-items-inner {
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item {
    display: inline-block;
    width: 32%;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner {
    position: relative;
    width: 100%;
    max-width: 282px;
    height: 282px;
    background-color: #253746;
    border-radius: 20px;
    box-shadow: 0px 27px 36px 18px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 40px auto;
    transition: 0.5s;
    cursor: pointer;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-dark-icon {
    line-height: 1em;
    margin-top: 70px;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-dark-title {
    font-size: 24px;
    line-height: 1.5em;
    color: #EEEEEE;
    margin-top: 20px;
    font-family: 'museo-bolder';
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner .d-light-content h3 {
    font-size: 18px;
    line-height: 150%;
    color: #253746;
    font-family: 'museo-bolder';
    margin-bottom: 25px;
}


.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner .d-light-content .d-light-desc {
    font-family: 'museo';
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    color: #253746;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner .d-light-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: #c6c6c8;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner .d-light-content .d-light-content-inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner .d-dark-content {
    padding: 0 50px;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner:hover .d-light-content{
    opacity: 1;
    transition: all 1s ease-out;
}

.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner:hover .d-dark-content {
    opacity: 0;
}
.d-digital-work .d-digital-work-items-inner .d-digital-work-item .d-digital-work-item-inner:hover {
    transform: translateY(-25px);
}

.d-work-together .d-work-together-container {
    position: relative;
    padding: 0 60px;
}

.d-work-together .d-work-together-inner {
    padding:170px 0;
}

.d-work-together .d-work-together-container .d-work-image {
    text-align: right;
}

.d-work-together .d-work-together-container .d-work-image img {
    animation: subtleHandshake 4.6s ease-in-out infinite;
    display: inline-block;

    transform-origin: bottom center;
}

@keyframes subtleHandshake {
    0% { transform: rotate(0deg) translateY(0px); }
    2%  { transform: rotate(-2.4deg) translateY(1.6px); }
    5%  { transform: rotate(2.4deg) translateY(-1.6px); }
    8%  { transform: rotate(-2.4deg) translateY(1.6px); }
    11% { transform: rotate(0deg) translateY(0px); }
    
    22% { transform: rotate(-2.4deg) translateY(1.6px); }
    25% { transform: rotate(2.4deg) translateY(-1.6px); }
    28% { transform: rotate(-2.4deg) translateY(1.6px); }
    31% { transform: rotate(0deg) translateY(0px); }
    
    100% { transform: rotate(0deg) translateY(0px); }
}

.d-work-together .d-work-together-info {
    width: 490px;
    position: absolute;
    bottom: 70px;
}

.d-work-together .d-work-together-info h3 {
    font-size: 60px;
    line-height: 1.1em;
    font-family: 'museo-bolder';
    color: #ffb81c;
    margin-bottom: 20px;
}

.d-work-together .d-work-together-info .d-work-together-desc {
    font-size: 20px;
    line-height: 150%;
    font-family: 'museo';
    font-weight: 300;
    color: #EEEEEE;
}

.d-work-together .d-work-together-numbers-inner {
    text-align: center;
}

.d-work-together .d-work-together-numbers-inner .d-work-together-number-item {
    width: 290px;
    display: inline-block;
    margin: 0 60px;
    vertical-align: top;
}

.d-work-together .d-work-together-numbers-inner .d-work-together-number-item .ico-one {
    background: url('../images/1.png') no-repeat center top;
}

.d-work-together .d-work-together-numbers-inner .d-work-together-number-item .ico-two {
    background: url('../images/2.png') no-repeat center top;
}

.d-work-together .d-work-together-numbers-inner .d-work-together-number-item .ico-three {
    background: url('../images/3.png') no-repeat center top;
}

.d-work-together .d-work-together-numbers-inner .d-work-together-number-item .d-work-together-number-header {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 500;
    color: #ffb81c;
    padding-top: 120px;
}


.d-work-together .d-work-together-numbers-inner .d-work-together-number-item .d-work-together-number-desc {
    font-size: 14px;
    line-height: 150%;
    color: #EEEEEE;
    margin-top: 15px;
    text-align: left;
}

.d-work-together .d-work-together-numbers-inner .d-work-together-number-item p {
    font-size: 17px;
    margin-bottom: 20px;
}

.d-what-agency-tell-us h2 {
    text-align: center;
    margin-bottom: 30px;
}

.d-what-agency-tell-us p.d-sub-header {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.d-what-agency-tell-us .agency-tell-grid {
    width: 100%;
    max-width: 1378px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    overflow-x: hidden;
}

.testi-ph-name img {
    width: 70px !important;
}

.d-home-paralax {
    margin-bottom: 30px;
}

form.getin-form-ctn-home .d-half-base {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    vertical-align: top;
}

form.getin-form-ctn-home .d-half-base input,
form.getin-form-ctn-home .d-half-base select{
    background: #fff;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #212121;
    border: none;
    border-radius: 0;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 13px;
}

form.getin-form-ctn-home .d-half-base select {
    background: #f9b81d;
}

form.getin-form-ctn-home .d-half-base input::placeholder {
    color: grey;
}

form.getin-form-ctn-home .d-full-base textarea {
    background: #fff;
    font-size: 16px;
    width: 99%;
    height: 1%;
    padding: 10px;
    box-sizing: border-box;
    color: #212121;
    border: none;
    border-radius: 0;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 13px;
}

form.getin-form-ctn-home .d-full-base  {
    margin-bottom: 10px;
}

form.getin-form-ctn-home .d-submit-button {
    display: inline-block;
    width: 49%;
}

form.getin-form-ctn-home .d-submit-button input {
    background-color: #ffb81c;
    width: 100%;
    height: 50px;
    font-family: 'museo-bolder';
    font-size: 14px;
    line-height: 1em;
    font-weight: 900;
    color: #253746;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #333333;
    display: block;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

form.getin-form-ctn-home .d-submit-button input:hover {
    background-color: #253746;
    color: #ffb81c;
    border: solid 1px #ffb81c;
    transition: all 0.3s ease-in-out;
}

.d-process-list-item .d-process-arrow-left {
    position: relative;
    background: url('../images/circle-arrow-left-fade.png') no-repeat center center;
    background-size: cover;
    width: 290px;
    height: 230px;
    margin: 0 auto;
    left: -45px;
    z-index: 1;
}

.d-process-list-item .d-process-arrow-left::after {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/circle-arrow-left-active.png') no-repeat center center;
    background-size: cover;
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
    z-index: 2;
}
.d-process-list-item.active .d-process-arrow-left::after {
    opacity: 1;
}
.d-process-list-item .d-process-arrow-right {
    position: relative; 
    background: url('../images/circle-arrow-right-fade.png') no-repeat center center;
    background-size: cover;
    width: 290px;
    height: 230px;
    margin: 0 auto;
    right: -45px;
    z-index: 1;
}

.d-process-list-item .d-process-arrow-right::after {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/circle-arrow-right-active.png') no-repeat center center;
    background-size: cover;
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
    z-index: 2; 
}

.d-process-list-item.active .d-process-arrow-right::after {
    opacity: 1; 
}

.d-process-list {
    padding: 100px 0 200px;
}

.d-process-list .d-process-list-items {
    width: 300px;
    margin: 0 auto;
}

.d-process-list .d-process-list-items .d-process-list-item {
    position: relative;
    height: 165px;
}

.d-process-list .d-process-list-items .d-process-list-item .d-process-arrow-base {
    position: absolute;
}

.d-process-list-item .d-process-arrow-left span {
    position: absolute;
    top: 45px;
    right: 72px;
    font-size: 90px;
    font-family: 'museo-bolder';
    opacity: .3;
    transition: all 0.3s ease-in-out;
}

.d-process-list-item .d-process-arrow-right span {
    position: absolute;
    top: 45px;
    left: 72px;
    font-size: 90px;
    font-family: 'museo-bolder';
    opacity: .3;
    transition: all 0.3s ease-in-out;
}

.d-process-list-item.active .d-process-arrow-left span,
.d-process-list-item.active .d-process-arrow-right span {
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.d-process-list .d-process-list-items .d-process-list-item .d-showing-on-left {
    left: -430px;
    top: 20px;
}

.d-process-list .d-process-list-items .d-process-list-item .d-process-fading-content {
    position: absolute;
    width: 350px;
    box-shadow: 0px 27px 31px 5px rgba(0, 0, 0, 0.25);
    background: #253846;
    padding: 25px;
    border-radius: 20px;
    opacity: 0; 
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, background-color 0.6s ease;
}

.d-process-list .d-process-list-items .d-process-list-item.active .d-process-fading-content {
    opacity: 1; 
    transform: translateY(0); 
}

.d-process-list .d-process-list-items .d-process-list-item .d-showing-on-right {
    right: -430px;
    top: 20px;
}

.d-process-list .d-process-list-items .d-process-list-item .d-process-fading-content .d-title-base {
    font-size: 25px;
    color: #ffb81c;
    font-family: 'museo-bolder';
    margin-bottom: 10px;
}

.d-process-list .d-process-list-items .d-process-list-item .d-process-fading-content .d-desc-base {
    font-size: 20px;
    color: #eee;
    line-height: 1.5em;
}

div#services {
    padding-top: 150px;
}

form.getin-form-ctn-home .d-full-base textarea {
    height: 150px;
}

.client-logo-main .client-logo-column {
    width: 20%;
    display: inline-block;
    margin: 0 2%;
    vertical-align: top;
}

.client-logo-main .client-logo-column figure {
    width: 70%;
    margin: 30px auto;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-item .client-logo-main img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.owl-carousel .owl-item .client-logo-main img:hover {
    animation: slight-bounce 0.6s ease;
}

@keyframes slight-bounce {
    0%   { transform: translateY(0); }     
    30%  { transform: translateY(-10px); } 
    50%  { transform: translateY(0); }      
    70%  { transform: translateY(-4px); }   
    100% { transform: translateY(0); }      
}

.client-logo-main {
    width: 90%;
    margin: 0 auto;
}

#carousel-01 {
    padding: 0;
}

#carousel-01 .owl-prev,
#carousel-01 .owl-next {
    background: none;
    color: #939393;
    border: 0 none;
    box-shadow: none;
}

#carousel-01 .owl-next {
    right: 70px;
    transition: transform 0.3s ease-in-out;
}

#carousel-01 .owl-next:hover {
    transform: translateX(10px);
}

#carousel-01 .owl-prev {
    transition: transform 0.3s ease-in-out;
}

#carousel-01 .owl-prev:hover {
    transform: translateX(-10px);
}

#carousel-01 .owl-prev::before {
    font-family: icomoon;
    content: "\e90c";
    font-size: 40px;
    line-height: 40px;
}

#carousel-01 .owl-next::before {
    font-family: icomoon;
    content: "\e90b";
    font-size: 40px;
    line-height: 40px;
}

.show-case-popup {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
}
.popup-content {
    position: relative;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 970px;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 10000;
    border-radius: 30px;
    overflow-y: hidden;
    margin-top: 70px;
}

.home-pop-up-main-container {
    position: relative;
    overflow-y: scroll;
    max-height: 80vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.home-pop-up-main-containe::-webkit-scrollbar {
    display: none;
}

.hpm-header {
    position: absolute;
}

.hmp-container-left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.hmp-container-right {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-left: 3%;
}

.hmp-container-right .hmp-container-right-inner h2 {
    font-size: 21px;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 0px;
}

.hmp-container-right .hmp-container-right-inner h3 {
    font-size: 17px;
    font-weight: bold;
    font-family: 'museo-bolder';
}

.hmp-container-right .hmp-container-right-inner p {
    font-size: 17px;
    color: #0E0C05;
}

.hmp-container-right .hmp-container-right-inner .popup-body {
    margin-bottom: 30px;
}

.hpm-header {
    position: absolute;
    right: 0;
    top: 0;
}

.hmp-container-left .d-fear-images {
    margin-bottom: 15px;
}

body.home main #clients, body.home main section.contact-area, body.home main section.our-team, body.home main section.services {
    background: none !important;
}

.container {
    max-width: 1320px;
}

.form-input .d-effor-field {
    display: none;
    color: #FFB81C;
    margin-top: 3px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 100px;
}

.form-input.d-full-base .g-recaptcha {
    visibility: visible;
    opacity: 1;
    text-align: left;
}

.dotted-loader {
    display: inline-block;
    width: 99%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    background: rgb(249 184 29 / 10%);
}

.dotted-loader::after {
    content: " ";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 7px dotted #a37401;
    animation: dotted-spin 1.5s linear infinite;
    position: absolute;
    top: 47%;
    left: 47%;
}

@keyframes dotted-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.home_contact_submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.getin-form-ctn-home {
    position: relative;
}

.hmp-container-left-inner {
    display: flex;
    flex-direction: column;
    height: 600px;
    gap: 15px;
}

.d-fear-images {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-fear-images img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.content ul li.paging-control {
    margin-top: 0.25em;
}