.headingSize {
    font-size: 2.3rem;
}

.orangeText {
    color: #ff8f08 !important;
}

body .logo_design_banner {
    position: relative;
    background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/logo-design-Image.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
}

body .dentalPageWrap .logo_design_banner {
    background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/dental-banner-dental.jpg) !important;
    padding: 120px 0px 100px;
}

body .orthoDentalPage .logo_design_banner {
    background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/orthodontists-banner.jpg) !important;
    padding: 120px 0px 100px;
}

body .dermatology-banner-wrap.logo_design_banner {
    background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/dermatology-banner-img.jpg) !important;
    padding: 120px 0px 100px;
}

body .dentalPageWrap .logo_design_banner:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.grayBg {
    background-color: #fbfbfb;
}

.fontRegular {
    font-family: p-regular !important;
}

.p-event {
    pointer-events: none;
}

.innerPage .secHeadingTitle.fz-60 .primaryText {
    font-size: 80px !important;
}

.logo_design_banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    z-index: -1;
}

.fz-18 {
    font-size: 18px;
    line-height: 26px;
}


/* 1st section */

.inner_result_page_banner {
    background: #124775;
    padding: 160px 0 110px;
}

.inner_result_page_banner h1 {
    font-size: clamp(60px, 6vw, 24px);
    color: #fff;
    line-height: 1.2em;
    margin: 0;
}

.inner_result_page_banner p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
}


/*--------------form wrap--------------*/

.form-box-wrap.newContactView {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
}

.form-box-wrap.newContactView input {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 10px !important;
    padding: 26px 16px !important;
}

a.btnn.btn {
    background: #fff;
    color: #124775;
    border-radius: 100px;
}

.darkmode a.btnn.btn {
    background-color: transparent;
    color: #fff;
}

.logo_design_banner a.btnn.btn:hover {
    color: #fff;
}

.form-box-wrap .formTitle {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.form-box-wrap div#wpforms-3265-field_0-container {
    padding-right: 16px;
}

.form-box-wrap div#wpforms-3265-field_0-container,
div#wpforms-3265-field_1-container {
    width: 50%;
    float: left;
    max-width: 48%;
    clear: none;
    gap: 10px;
    display: flex;
}

.form-box-wrap .formTitle img {
    width: 32px;
    height: 38px;
    aspect-ratio: 1;
    object-fit: contain;
    -webkit-animation: handshake 1.5s normal linear infinite;
    animation: handshake 1.5s normal linear infinite;
}

@keyframes handshake {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }
}


/*----------chooseCompanyWrap----------*/

.chooseCompanyWrap .listItemWrap li.listItem {
    font-size: 16px;
    margin-bottom: 14px;
}

.chooseCompanyWrap .listItemWrap {
    padding-left: 10px;
}

.chooseCompanyWrap .listItemWrap li.listItem {
    font-size: 18px;
    margin-bottom: 20px;
    color: #223344;
    display: flex;
}

.darkmode .chooseCompanyWrap .listItemWrap li.listItem {
    color: #fff;
}

.chooseCompanyWrap .secHeadingTitle {
    font-size: 55px;
    font-weight: 500;
}

.chooseCompanyWrap ul.listItemWrap li i {
    color: #ffad00;
    margin-right: 12px;
}

.chooseCompanyWrap .chooseColLeft {
    padding-top: 80px;
}

.pendulum-counter-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pendulum-counter-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pendulum-counter-boxes .pendulum-box {
    width: 33.33%;
    position: relative;
    /* min-height: 538px; */
    min-height: 630px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

@media (max-width: 1400px) {
    .pendulum-counter-boxes .pendulum-box {
        min-height: 420px
    }
}

@media (max-width: 991px) {
    .pendulum-counter-boxes .pendulum-box {
        min-height: 330px
    }
}

@media (max-width: 767px) {
    .pendulum-counter-boxes .pendulum-box {
        min-height: 330px
    }
}

.pendulum-counter-boxes .pendulum-box:nth-child(odd) {
    min-height: 420px
}

@media (max-width: 1400px) {
    .pendulum-counter-boxes .pendulum-box:nth-child(odd) {
        min-height: 280px
    }
}

@media (max-width: 991px) {
    .pendulum-counter-boxes .pendulum-box:nth-child(odd) {
        min-height: 280px
    }
}

@media (max-width: 767px) {
    .pendulum-counter-boxes .pendulum-box:nth-child(odd) {
        min-height: 200px
    }
}

.pendulum-counter-boxes .pendulum-box:nth-child(1) .counter-box h2,
.pendulum-counter-boxes .pendulum-box:nth-child(1) .pendulum-details i {
    background: linear-gradient(145.51deg, #ffad00 7.21%, #b0852a 94.47%);
}

.pendulum-counter-boxes .pendulum-box:nth-child(2) .pendulum-line {
    background: #2085f2
}

.pendulum-counter-boxes .pendulum-box:nth-child(2) .counter-box h2,
.pendulum-counter-boxes .pendulum-box:nth-child(2) .pendulum-details i {
    background: -o-linear-gradient(120deg, #73dfe7 13.4%, #0063f7 86.6%);
    background: linear-gradient(330deg, #73dfe7 13.4%, #0063f7 86.6%)
}

.pendulum-counter-boxes .pendulum-box:nth-child(3) .pendulum-line {
    background: #124775;
}

.pendulum-counter-boxes .pendulum-box:nth-child(3) .counter-box h2,
.pendulum-counter-boxes .pendulum-box:nth-child(3) .pendulum-details i,
.tech-listing li:nth-child(1) {
    /* background: -o-linear-gradient(302.86deg,#00cfde 6.95%,#ffad00 93.05%); */
    background: linear-gradient(147.14deg, #43bdfb 6.95%, #124775 93.05%)
}

.pendulum-counter-boxes .pendulum-line {
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: calc(100% - 225px);
    background: #ffad00;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .pendulum-counter-boxes .pendulum-line {
        height: calc(100% - 185px)
    }
}

@media (max-width: 1199px) {
    .pendulum-counter-boxes .pendulum-line {
        height: calc(100% - 127px)
    }
}

@media (max-width: 991px) {
    .pendulum-counter-boxes .pendulum-line {
        height: calc(100% - 110px)
    }
}

@media (max-width: 767px) {
    /* .pendulum-counter-boxes .pendulum-line {
        height:calc(100% - 118px)
    } */
    body .pendulum-counter-boxes .pendulum-info {
        width: 180px;
        left: -29px;
    }
}

@media (max-width: 767px) {
    .KeyListWrap .KeyListItem {
        width: 45%;
    }
}

.pendulum-counter-boxes .pendulum-info {
    width: 225px;
    height: 225px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 1400px) {
    .pendulum-counter-boxes .pendulum-info {
        width: 185px;
        height: 185px
    }
}

@media (max-width: 1199px) {
    .pendulum-counter-boxes .pendulum-info {
        width: 150px;
        height: 150px
    }
}

@media (max-width: 991px) {
    .pendulum-counter-boxes .pendulum-info {
        width: 130px;
        height: 130px;
        left: -10px
    }
}

.pendulum-counter-boxes .pendulum-info .pendulum-round {
    width: 100%;
    height: 100%;
    max-height: max-content;
    -webkit-transform: rotate(90deg) scaleX(-1);
    -ms-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1)
}

.pendulum-counter-boxes .pendulum-info .pendulum-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pendulum-counter-boxes .pendulum-info .pendulum-details i {
    font-size: 42px;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    text-fill-color: transparent!important
}

@media (max-width: 1199px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details i {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details i {
        font-size: 20px
    }
}

.pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box {
    width: 100%;
    padding: 0;
    border: 0
}

.pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box h2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 80px;
    line-height: 1
}

@media (max-width: 1400px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box h2 {
        font-size: 60px
    }
}

@media (max-width: 1199px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box h2 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box h2 {
        font-size: 30px;
        padding-top: 5px
    }
}

.pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box span {
    font-weight: 700;
    color: #25245d;
    font-size: 16px
}

.darkmode .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box span {
    color: #fff;
    ;
}

@media (max-width: 1199px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box span {
        font-size: 13px;
        line-height: 17px;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box span {
        font-size: 12px;
        display: inline-block;
        vertical-align: top
    }
}

.chooseBadgeSec img {
    width: 100%;
}

@keyframes moveIt {
    0%,
    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}


/*---------logo design -------*/

.KeyListWrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
    flex-wrap: wrap;
}

.KeyListWrap .KeyListItem .secTitle {
    color: #fff;
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
}

.keyTakeWrap .serviceSecTitle .secHeadingTitle {
    font-size: 2.3rem;
}

.logoDesignService span.textTitle {
    font-size: 2.7em;
    -webkit-text-stroke: 1px #124775;
    paint-order: stroke fill;
    color: transparent;
    margin-bottom: 10px;
    font-weight: 600;
}


/* chooseCompanyWrap */

.chooseCompanyWrap.logoDesignService {
    background-color: #fbfbfb;
}


/*------------logo design---------*/

.what-we-deliver-point-box {
    width: 100%;
    position: relative;
    padding: 40px 30px 40px 125px;
    background: #f9fbff;
    border-top-width: 3px;
    border-top-style: solid
}

.darkmode .what-we-deliver-point-box h5,
.darkmode .what-we-deliver-point-box p {
    color: #000 !important;
}

@media (max-width: 1199px) {
    .what-we-deliver-point-box {
        padding: 40px 30px 40px 105px
    }
}

@media (max-width: 991px) {
    .what-we-deliver-point-box {
        padding: 40px 30px 40px 90px
    }
}

@media (max-width: 767px) {
    .what-we-deliver-point-box {
        padding: 30px 30px 30px 105px
    }
}

@media (max-width: 575px) {
    .what-we-deliver-point-box {
        padding: 90px 30px 30px
    }
}

.what-we-deliver-point-box.no-icon {
    padding: 30px
}

@media (max-width: 1199px) {
    .what-we-deliver-point-box.no-icon {
        padding: 25px
    }
}

@media (max-width: 767px) {
    .what-we-deliver-point-box.no-icon {
        padding: 20px
    }
}

.what-we-deliver-point-box:not(:last-child) {
    margin-bottom: 10px
}

.what-we-deliver-point-box figure {
    position: absolute;
    left: 30px;
    top: 40px;
    max-width: 65px
}

@media (max-width: 1199px) {
    .what-we-deliver-point-box figure {
        max-width: 55px;
        left: 25px;
        top: 40px
    }
}

@media (max-width: 991px) {
    .what-we-deliver-point-box figure {
        max-width: 50px;
        left: 20px
    }
}

@media (max-width: 767px) {
    .what-we-deliver-point-box figure {
        left: 30px;
        top: 30px
    }
}

.what-we-deliver-point-box figure img {
    height: auto
}

.what-we-deliver-point-box h4 {
    margin-bottom: 10px
}

.case-std-dt-row .case-studies-box-info p:last-child,
.what-we-deliver-point-box p:last-child {
    margin-bottom: 0
}

.what-we-deliver-point-box:nth-child(4n+1) {
    background: #f2f8ff!important;
    border-color: #136cf5
}

.what-we-deliver-point-box:nth-child(4n+2) {
    border-color: #ec4326;
    background: #fff2f0!important
}

.what-we-deliver-point-box:nth-child(4n+3) {
    border-color: #04ad77;
    background: #f1fbf2!important
}

.what-we-deliver-point-box:nth-child(4n+4) {
    border-color: #850cae;
    background: #fdf8ff!important
}


/* Ensure the container and its parent have a height */

.chooseCompanyWrap {
    position: relative;
    overflow: hidden;
    /* Ensure no overflow issues */
}

.grid {
    position: sticky;
    top: 20px;
    /* Adjust as needed for spacing from the top */
    height: calc(100vh - 100px);
    /* Adjust the height if needed, considering header/footer heights */
    overflow-y: auto;
}


/* Optional: Adjust responsiveness for smaller screens */

@media (max-width: 992px) {
    .grid {
        position: static;
        /* Reset to normal flow on smaller screens */
        padding-top: 20px;
        /* Add padding on top instead */
        height: calc(100vh - 100px) !important;
        /* Allow natural height */
        overflow-y: auto;
        /* Allow natural overflow */
    }
}

@media (max-width: 767px) {
    .chooseCompanyWrap .chooseColLeft {
        margin-bottom: 40px;
    }
    .chooseCompanyWrap {
        padding-top: 0 !important;
    }
    body .galleryContentWrap {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* badgeSecWrap */

.badgeSecWrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-radius: 100px;
    padding: 0 40px 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 70px auto 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 650px;
}

.KeyListWrap .KeyListItem img {
    width: 48px;
    height: 48px;
}


/* infinte scroll */

.what-we-deliver-point {
    display: flex;
    flex-direction: column;
    animation: scroll 40s linear infinite;
    /* Scroll animation */
}

.logoDesignService .grid::-webkit-scrollbar {
    width: 0px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
        /* Moves up by half the total content height */
    }
}

.what-we-deliver-point-box {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.blue-box {
    background-color: #e6f7ff;
}

.font-bold {
    font-weight: bold;
}


/* gallery grid section  */


/* section.galleryCardBox {
    background-color: #0d1c27;
} */

.galleryContentWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-left: 8%;
    padding-right: 8%;
}

.galleryImageBox {
    /* width: 25%; */
    /* margin: 0px 10px; */
    /* padding: 0px 10px; */
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    /* Ensure padding and borders are included in width */
}

.galleryImageBox img {
    width: 100%;
    height: auto;
    transition: opacity 1700ms ease;
}

.galleryImageBox .imgWrap {
    position: relative;
    z-index: 1;
}

.galleryImageBox .hoverImgWrap {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    border: 1px solid #ccc;
    transition: opacity 1700ms ease;
    box-sizing: border-box;
    /* Ensure padding/borders are calculated properly */
    padding: 5px;
    /* You can add padding if needed */
}

.galleryImageBox:hover .imgWrap {
    opacity: 0;
}

.galleryImageBox:hover .hoverImgWrap {
    opacity: 1;
}


/* .galleryCardBox #logo {height: 80px; margin-left: 20px; color:white;} */


/* .galleryCardBox .galleryContent {
    max-width: 1480px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.galleryCardBox .parent {
    width: 24.5%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: inline-block;
	cursor: pointer;
}

.galleryCardBox .child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
} */


/* .bg-one{background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/logo-img1.jpg);}
.bg-two {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/FRP-TV.jpg);}
.bg-three {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Just-Play.jpg);}
.bg-four {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Boek.jpg);}
.bg-five  {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Mark-to-market.jpg);}
.bg-six {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Umix.jpg);}
.bg-seven {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Chantelleotten.jpg);}
.bg-eight {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/City-shape-up.jpg);}
.bg-nine {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Eval.jpg);}
.bg-ten {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Market-Masters.jpg);}
.bg-eleven {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Montreal.jpg);}
.bg-twelve {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Sitn-Sleep.jpg);}
.bg-thirteen {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Spins.jpg);}
.bg-forteen {background-image: url(/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/spotthe-spy.jpg);} */


/* .galleryCardBox a {
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.galleryCardBox .parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.galleryCardBox .parent:hover .child:before, .parent:focus .child:before {
    display: block;
} */


/* .galleryCardBox .parent:hover a, .parent:focus a {
    display: block;
} */


/* .galleryCardBox .child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
} */


/* Media Queries */

@media screen and (max-width: 960px) {
    .parent {
        width: 100%;
        margin: 20px 0px
    }
    .wrapper {
        padding: 20px 20px;
    }
}

@media (max-width:820px) and (min-width:768px) {
    .galleryContentWrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .KeyListWrap .KeyListItem {
        width: 27%;
    }
    .inner_result_page_banner h1 {
        font-size: clamp(50px, 6vw, 24px);
    }
}

@media (max-width:767px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box h2 {
        font-size: 24px;
    }
    .logo_design_banner .pe-5 {
        margin-bottom: 50px;
    }
    .inner_result_page_banner h1 {
        font-size: clamp(40px, 6vw, 24px);
    }
    .pendulum-box .pendulum-round {}
}

@media (max-width:820px) {
    .pendulum-counter-boxes .pendulum-info .pendulum-details .counter-box span {
        margin-bottom: 10px;
    }
}

.galleryCardBox .hello {
    display: none
}


/* section closed  */


/* video production content  */

.videoCompanyWrap .secHeadingTitle {
    font-size: 54px;
}

.removeBorderLine.innerPage h1:after {
    display: none;
}

.setsApartContent .listWrap {
    padding-left: 30px;
}

.setsApartContent .secHeadingTitle {
    background-image: linear-gradient(135deg, #1d87d4 1%, #5b7b97 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 64px !important;
    font-family: 'p-bold' !important;
    animation: colorShift 3s linear infinite;
}

.setsApartContent .listItemWrap li.listItem img {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
}

.setsApartContent .listItemWrap li.listItem span {
    display: block;
}

.setsApartContent .listItemWrap li.listItem img {
    margin-bottom: 20px;
}

@keyframes colorShift {
    0% {
        background-position: 0% 70%;
    }
    100% {
        background-position: 100% 70%;
    }
}

.setsApartContent ul.listItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
}

.setsApartContent .listItemWrap li.listItem {
    width: 25%;
    text-align: center;
    margin-bottom: 45px;
    font-size: 24px;
    font-family: p-bold;
    line-height: 34px;
    display: block;
}


/* gallery Pluggin  */

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
    border-bottom: 1px solid #505050;
    padding: 12px 16px 6px 16px;
}

.modal-header .modal-title {
    color: #ccc;
    margin: 0;
}

.modal-header .close {
    font-size: 32px;
    opacity: 1;
    color: #ccc;
    text-shadow: none;
    outline: none;
}

.modal-content {
    border-radius: 0;
    border: 0;
    background-color: #323232;
}

.img-responsive {
    width: 100%;
}

button.btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    width: 100%;
    background-color: transparent;
    color: rgba(245, 245, 245, 0.8);
}

button.btn-play:hover,
button.btn-play:active,
button.btn-play:visited,
button.btn-play:focus {
    color: rgba(255, 255, 255, 1.0);
}

button.btn-play .glyphicon {
    padding: 0;
    margin: 0;
    color: inherit;
    background-color: inherit;
    font-size: 64px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    button.btn-play .glyphicon {
        font-size: 56px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    button.btn-play .glyphicon {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    a.video {
        display: block;
    }
    button.btn-play .glyphicon {
        font-size: 56px;
    }
}


/* gallery pluggin closed  */


/* magnific popup css  */

.magnific-img img {
    width: 100%;
    height: auto;
}

.magnific-img {
    display: inline-block;
    width: 32.3%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* videoProductionWrap*/

.videoProductionWrap img {
    width: 450px;
}

.videoProductionWrap .imageWrap {
    text-align: right;
    margin-top: 20px;
}


/* tabPortfolioSectionWrap */

.tabPortfolioSectionWrap {
    padding: 70px 0px;
    text-align: center;
}

.tabPortfolioSectionWrap .tab-content {
    display: block;
}

.tabPortfolioSectionWrap .nav-pills .nav-link {
    font-size: 18px;
    max-width: fit-content;
    background: #e9e9e9;
    padding: 18px 30px;
    width: 100%;
    font-size: 18px;
    border: none;
    transition: all 1s ease;
    border-radius: 4px 100px 20px 100px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #1a2e63 !important;
}

.tabPortfolioSectionWrap .nav-pills li {
    margin-bottom: 19px;
}

.tabPortfolioSectionWrap .nav-pills .nav-link:hover {
    color: #1a2e63;
}

.tabPortfolioSectionWrap .nav-link.active {
    background-color: #1a2e63 !important;
    color: #fff !important;
}

.tabPortfolioSectionWrap .nav-pills {
    justify-content: center;
}

.imageContentWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0px -10px;
    margin-top: 50px;
}

.imageContentWrap .imageWrap {
    width: 33%;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.imageContentWrap .imageWrap img {
    width: 100%;
}


/* tabPortfolioSectionWrap */

.tabPortfolioSectionWrap .imageContentWrap .imageWrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.tabPortfolioSectionWrap .imageContentWrap .imageWrap img:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

body .setsApartContent .listWrap {
    padding-left: 0px;
}

@media (max-width:767px) {
    body .imageContentWrap .imageWrap {
        width: 100%;
    }
    body .setsApartContent .listWrap {
        padding-left: 0px;
    }
    body .setsApartContent .listItemWrap li.listItem {
        width: 50%;
        padding: 0px 10px;
    }
    body .videoProductionWrap img {
        width: 100%;
    }
    body .setsApartContent .secHeadingTitle {
        font-size: 46px !important;
    }
    body .setsApartContent .chooseCompanyWrap {
        padding-top: 40px !important;
    }
    body .chooseCompanyWrap .listItemWrap {
        padding-left: 0;
    }
    body .tabPortfolioSectionWrap .imageContentWrap {
        margin: 0;
    }
}


/* dental services page */

.innerPage .dentalPageWrap h1:after {
    display: none;
}

.KeyListWrap.reviewsRating .KeyListItem img {
    width: 130px;
}

.reviewsRating .KeyListWrap {
    align-items: center;
}

.reviewsRating.callChatSecWrap {
    padding: 50px 0 !important;
}

.reviewsRating .KeyListItem img {
    width: 140px;
    width: 140px;
    min-height: 206px;
    object-fit: contain;
}


/* .clutchReviewsWrap img{filter: brightness(0) invert(1);} */

.callChatSecWrap.reviewsRating {
    /* background: linear-gradient(to bottom, #124775 50%, #161616 106%) !important; */
    background-color: #1d87d4 !important;
    color: #fff;
}

.dentalServiceWrap .grid {
    height: calc(100vh - 250px);
}


/* testimonial  */

.innerPage .dentalServiceWrap .secHeadingTitle {
    padding-top: 0;
}

.logoDesignService.dentalServiceWrap span.textTitle {
    -webkit-text-stroke: 1px #e3e3e3;
}

.testimonial-wrap .brandLogoWrap.logoCarouselModule {
    background: #f9f9f9 !important;
    padding: 40px 0;
}

.testimonialCarouselModule {
    background-color: #f4f4f4;
    padding: 40px 0;
}

.testimonialWrapper {
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}

.testimonialContent {
    background-color: #124775;
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.testimonialMessage {
    font-style: italic;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.owl-item.center .testimonialWrapper .testimonialMessage {
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    overflow: visible;
}

.testimonialCarouselHome .owl-stage {
    display: flex;
    align-items: center !important;
}

.testimonialName {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.testimonialPosition {
    font-size: 16px;
    color: #fff;
}


/*-----dental-form----*/

.contactUswrap .wpforms-field-medium {
    width: 100%;
    max-width: 100% !important;
    height: 54px !important;
    border-radius: 10px !important;
}

.wpforms-container textarea.wpforms-field-medium {
    height: 120px !important;
}

.contactUswrap .wpforms-render-modern {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.contactUswrap div.wpforms-container-full select:focus {
    border-color: #ff8f08 !important;
    box-shadow: none !important;
}

.dentalAccordationWrap img {
    object-fit: cover;
}

a.btnn.btn:focus {
    box-shadow: none !important;
}

.dentalAccordationWrap h2.secHeadingTitle:after {
    color: #0000000d;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 300;
    font-size: 6.714rem;
    transition: all .5s ease-in-out;
    line-height: 6rem;
    position: absolute;
    z-index: -1;
    inset: 0;
    text-transform: uppercase;
    content: 'Services';
    left: -30px;
}

.orthoContentWrap h2.secHeadingTitle:after {
    content: 'Visibility ';
    display: none;
}

body .innerPage .orthoContentWrap .secHeadingTitle.fz-60 .primaryText {
    font-size: 34px !important;
}

.accordion-section.orthoContentWrap .accordian-row .col-left .image-wrap {
    padding-top: 70px;
}

.innerPage .dentalAccordationWrap .secHeadingTitle.fz-60 .primaryText {
    font-size: 34px !important;
}

.innerPage .dentalAccordationWrap .secHeadingTitle {
    font-size: 47px;
    line-height: 60px;
    line-height: normal;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    margin-left: 20px;
}

.innerPage .dentalAccordationWrap .secHeadingTitle.fz-60 .primaryText {
    font-size: 66px !important;
}

.headingBackContent h2.secHeadingTitle:after {
    color: #0000000d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 6.714rem;
    transition: all .5s ease-in-out;
    line-height: 6rem;
    position: absolute;
    z-index: -1;
    inset: 0;
    text-transform: uppercase;
    content: 'Reviews';
    left: -30px;
    top: 30px;
}

.innerPage .headingBackContent .secHeadingTitle {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    margin-left: 20px;
}

.additionalServiceWrap .enterpriseCardContent {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    height: 100%;
}


/* carousel for dental testimonial  */


/* Style for the carousel items */

.testimonialCarouselHome .owl-item {
    transition: transform 0.3s ease-in-out;
}

.testimonialCarouselHome .owl-item.center {
    transform: scale(1.1);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.testimonialCarouselHome .owl-item.center .testimonialWrapper {
    margin-left: 10px;
    margin-right: 10px;
}

.testimonialCarouselHome .owl-item.center .testimonialBox {
    background-color: #f5f5f5;
    border: 2px solid #007bff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonialCarouselHome .owl-item:not(.center) {
    opacity: 0.7;
}

.testimonialCarouselHome .owl-stage {
    padding: 0 30px;
}


/*--closed--*/

@media (max-width:1024px) {
    .dentalAccordationWrap h2.secHeadingTitle:after {
        justify-content: center;
    }
    body .dentalAccordationWrap {
        padding-bottom: 30px !important;
    }
    body .headingBackContent {
        padding-bottom: 20px !important;
    }
}


/* Style for carousel items on smaller screens */

@media (min-width:768px) {
    .testimonialMessage {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media (max-width: 768px) {
    .testimonialWrapper {
        padding: 10px;
    }
    .testimonialMessage {
        font-size: 16px;
    }
    .testimonialName {
        font-size: 20px;
    }
    .testimonialPosition {
        font-size: 14px;
    }
    .dentalAccordationWrap h2.secHeadingTitle:after,
    .headingBackContent h2.secHeadingTitle:after {
        font-size: 4.714rem;
    }
    .testimonial-wrap .brandLogoWrap.logoCarouselModule {
        padding-top: 0;
    }
    .innerPage .headingBackContent .secHeadingTitle {
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    .reviewsRating .KeyListWrap {
        flex-wrap: wrap;
    }
    .reviewsRating .KeyListWrap .KeyListItem {
        margin-bottom: 20px;
    }
    .testimonial-wrap .brandLogoWrap.logoCarouselModule {
        padding: 20px 0;
    }
    body .iconSlider--page-overview {
        padding-bottom: 0px;
    }
    .devServiceWrap .leftRow img {
        max-width: 355px !important;
    }
    body .devServiceWrap .expertiseColWrap .leftRow .secTitle {
        font-size: 30px;
    }
    /* .testimonialCarouselHome .owl-item.center{margin-right: 10px !important;} */
    body .testimonialWrapper {
        padding: 0px;
    }
    body .testimonialContent {
        padding: 50px 20px;
    }
}


/* closed */


/* video design  */

.tabPortfolioSectionWrap .imageContentWrap.videoImageSlider .imageWrap img:hover {
    transform: scale(1);
    opacity: 1;
}

.imageContentWrap.videoImageSlider .imageWrap img {
    min-height: 540px;
    position: relative;
    border-radius: 16px;
}

.videoImageSlider .imageWrap {
    z-index: 5;
    object-fit: cover;
    border-radius: 16px;
    width: 280px !important;
    min-height: 540px;
    margin-right: 20px;
    position: relative;
    margin: 0 auto;
}

html body .mfp-bg {
    background-color: rgba(0, 0, 0, .7);
    opacity: 1;
}

html .mfp-content button {
    background-color: transparent;
}