/* reset css */
div.wpforms-container-full button[type=submit]:focus:after {border: none !important;}
.autoHeight{height: auto !important;}
.mrgn-top-0{margin-top: 0px !important;}
.font-md{font-size: 28px !important;}
.pad-top-80{padding-top: 80px;}
.pt-60{padding-top: 60px;}
.border-top-none{border-top: none !important;}
.border-bottom-grey{border-bottom:2px solid #e3e3e3;}
.title-name.after-space:after{display: none;}
.center-img-position{background-position: center center; }
.mx-500{
    max-width: 500px;
    margin: 0 auto;
}
.overlayBanner{
    position: relative;
    z-index: 9;
}
.overlayBanner:after{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


@media (max-width:767px){
    .pad-res-80{
        padding: 80px 0px !important;
    }
    .title-name.after-space:after{
        bottom: -20px;
    }
    .innerPage .title-button-blur{
        border-right: none;
    }
}


.innerPage .title-name h1 {
    font-size: 57px;
    font-weight: 600;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 19px;
    line-height: normal;
}
.innerPage h1:after {
    content: "";
    background-color: #fff;
    width: 100px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.innerPage .title-text p {
    font-size: 23px;
    line-height: 40px;
    color: #fff;
}
.innerPage .secHeadingTitle {
    font-size: 47px;
    line-height: 60px;
    line-height: normal;
    padding: 10px 0;
    font-family: 'p-bold';
}
.innerPage .subHeadingTitle {
    font-size: 32px;
    line-height: 47px;
    line-height: normal;
    padding: 10px 0;
    font-family: 'p-regular' !important;
    font-weight: bold;
    text-transform: capitalize !important;
}
.innerPage .subInnerHeadingTitle {
    font-size: 26px;
    line-height: 40px;
    line-height: normal;
    padding: 10px 0;
    font-family: 'p-regular' !important;
    font-weight: bold;
    text-transform: capitalize !important;
}

.innerPage .secHeadingTitle .primaryText {
    font-size: 47px;
}
.innerPage .primaryText {
    display: inline-block;
    text-transform: capitalize;
}
.customSphericalSection {
    background: #fff !important;
}
@media screen and (max-width: 767px) {
    .innerPage .title-name h1 {
        font-size: 47px;
    }
	section.title .title-text p {
		font-size: 19px;
		line-height: 30px;
    }
	.innerPage .secHeadingTitle, .innerPage .secHeadingTitle .primaryText {
        font-size: 36px;
    }
    .col-space {padding: 0px 16px;}
}

@media screen and (max-width: 1024px) {
    .innerPage .secHeadingTitle, .innerPage .secHeadingTitle .primaryText {
        font-size: 36px;
    }
}

/* banner images css  */


.business-continuity-wrap{background: url('/wp-content/themes/supreme/inc/assets/images/business-continuity-bg61.webp') center /cover no-repeat !important;}

body .related.lazy{
    background: url('/wp-content/themes/supreme/inc/assets/images/new-page-images/inner-images/Related-Image.jpg') !important;
    background-position: center center;
    background-size: 100% !important;}


/* softwear security */

.innerPage .securityBannerWrap  h1:after{bottom: -24px;}
.panel-pane.pane-node-content .cta3__title.headingTitle{
    margin-top: 0px !important;
} 
.innerPage .securityBannerWrap  h1:before{display: none;}


/* closed */

/* sheet issues design */

.tabSecBlocked .tab-content {display: block;}
.tabSecBlocked div#v-pills-tabContent{padding-top: 0;}
.tabSecBlocked.tabs-section  .nav-link.active  .heading-wrapers span,
.tabSecBlocked.tabs-section  .nav-link.active  .heading-wrapers h3 {color: #fff;}



/* portfolio page design  */
.portfolioPageWrap .custom-filter-case-study select{
    cursor: pointer;
}
.portfolioPageWrap .portfolio-content article .portfolioContent{
    position: relative;
    padding: 1.5rem;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 0px 0px 16px 16px;
}
.portfolioPageWrap .portfolio-content article .portfolioTitle{
    background: #124775;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portfolioPageWrap section.portfolioNew {
    margin: 0px;
    background: #f7f7f7 !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.portfolioPageWrap .portfolioTags .termList li {
    color: #000;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
}
.portfolioPageWrap .portfolio-content article {
    width: 33%;
    flex: 0 0 33%;
    padding: 20px;
}

.portfolioPageWrap .portfolio-content,
.portfolioPageWrap .custom-filter-case-study {
    max-width: 1480px;
}

.portfolioPageWrap  .custom-filter-case-study select{
    border-radius: 100px;
}

.portfolioPageWrap .portfolioTags .tagTitle{
    margin-bottom: 16px;
    text-decoration: none;
}
.portfolioPageWrap .portfolio-content article .image:before{
    background: transparent;
}

.portfolioPageWrap .portfolio-item:hover .overlay-text-1 {
    opacity: 1;
    visibility: visible;
}
.portfolioPageWrap .overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:rgba(18, 71, 117, .5);
    transition: all .5s ease;

}
.portfolioPageWrap .overlay-text-1 {
    opacity: 0;
    visibility: hidden;
}
.portfolioPageWrap .imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.portfolioPageWrap  span.img-arrow-port {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolioPageWrap  .portfolio-content article .image span.img-arrow-port img {
    width: 22px !important;
    height: 22px !important;
    object-fit: cover !important;
    /* aspect-ratio: auto !important; */
}

article.portfolio-item:hover .image img {
    transform: scale(1.05);
    transform-origin: center;
} 
.portfolioPageWrap .portfolio-content article .image img {
    aspect-ratio: inherit;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

@keyframes backgroundColorChange {
    0% {
        background-color: #F9F9F9;
        color: #000; 
    }
    50% {
        background-color: #124775;
        color: #fff; 
    }
    100% {
        background-color: #124775;
        color: #fff; 
    }
}

ul.termList li {
    background-color: #F9F9F9; 
    padding: 7px 10px;
    border-radius: 10px;
    margin-bottom: 11px;
    font-size: 14px !important;
    margin-right: 4px !important;
    color: #000; /* Default text color */
    transition: background-color 0.1s ease, color 0.1s ease; 
}

.portfolioPageWrap .portfolio-item:hover ul.termList li {
    animation: backgroundColorChange 1s forwards; 
    animation-fill-mode: forwards; 
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

.portfolio-item:nth-child(1) {
    animation-delay: 0.2s;
}
.portfolio-item:nth-child(2) {
    animation-delay: 0.5s;
}
.portfolio-item:nth-child(3) {
    animation-delay: 0.7s;
}
.portfolio-item:nth-child(4) {
    animation-delay: 0.10s;
}


@media (max-width:820px) and (min-width:768px){
    body .portfolioPageWrap .portfolio-content article {
        width: 50%;
        flex: 0 0 50%;
    }
}
@media (max-width:767px){
    body .portfolioPageWrap .portfolio-content article {
        width: 100%;
        flex: 0 0 100%;
    }
}


/* css closed  */

/*------php-----*/
.phpExpertiseWrap ul li{font-size: 16px;font-weight: 500;margin-bottom: 8px;}
.enterpriseCardContent:hover li i{color: #fff;} 
.enterpriseCardContent:hover li{color: #fff;}
.enterpriseCardContent li{transition: 0.5s ease;}
.enterpriseCardContent li i{margin-right: 7px;color: #249ffb;  transition: 0.5s ease;}
.tableBorderLight {border-top: 1px solid transparent !important;padding-top: 20px !important;}
body .table-cell--header h4{font-weight: 600;font-size: 24px;}
.technologySectionWrap ul{padding-bottom: 20px;}
.table.border--h.technologySectionWrap  .table-container  .row {border-bottom: 1px solid #dbdbdb !important;margin-bottom: 20px;}
.table.border--h.technologySectionWrap .table-cell{display: flex;align-items: center;}

section.info.info--page-php-3.bgcolor--dark.lazy {position: relative;z-index: 1;}
section.info.info--page-php-3:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

section.info.info--page-php-2.lists--checkmarks.dedicated.team-dev-section{
    background-image: none !important;
}

section.team-dev-section .info-text{
    max-width: 1300px;
}

/*-------closed-----*/

/* afterHeadingBorder */
.py-80{
    padding: 80px 0px !important;
}
.afterHeadingBorder {
    position: relative;
    margin-bottom: 88px;
}
.heading-title.afterHeadingBorder:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    content: '';
    background: #777777;
    height: 4px;
    width: 75px;
    margin: 0 auto;
}

/* apiDevlopmentWrap */

.apiDevlopmentWrap{padding: 80px 0px;}
.apiDevlopmentWrap .contentDescription p,
.apiDevlopmentWrap .contentDescription{color: #fff;margin-bottom: 50px;}
section.apiDevlopmentWrap:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.title--portfolio.apiDevlopmentWrap:after {
    background-color: rgba(0, 0, 0, 0.6);
}
section.apiDevlopmentWrap {position: relative;z-index: 1;}
section.apiDevlopmentWrap .sphere-title{padding-left: 0;}
.apiDevlopmentWrap .boxWrap .contentDescription{margin-bottom: 0;}
section.callChatSecWrap.phpChoosenWrap ul li {font-size: 18px;margin-bottom: 27px;}
.callChatSecWrap.phpChoosenWrap ul li i{margin-right: 10px;}
.callChatSecWrap.phpChoosenWrap ul{margin-left: 20px;padding: 10px 0px;}
.callChatSecWrap.phpChoosenWrap ul li p{margin-bottom: 30px;}
section.callChatSecWrap.phpChoosenWrap ul li:last-child{margin-bottom: 0;}
.callChatSecWrap.phpChoosenWrap .btnWrap{margin-top: 30px;} 
.callChatSecWrap.phpChoosenWrap {padding-bottom: 80px;}
.phpExpertiseWrap .enterpriseCardsRow{margin-bottom: 0;}
.callChatSecWrap.phpChoosenWrap img{width: 100%;}

.phpPage .title{padding-top: 100px;}

@media (max-width: 767px) {
    .brands-wrap.coreFeaturesWrap.phpServiceWrap .image-wrap {
        min-height: 400px;
    }
}


/* mern stack page design  */

.icons--green.experties{
    padding: 60px 0px;
}

/* contact us page design  */

.infoWrapper .contactInfo-head{background-color: #124775;}
section.contactInfo.infoWrapper {margin-bottom: 0;padding: 100px 0px 0px;}
section.contactInfo.infoWrapper .contactInfo-title h3{font-weight: 600;}


@media (max-width:767px){
    body section.contactInfo.infoWrapper {padding: 60px 0px 0px;}
    body section.contactInfo.infoWrapper .contactInfo-container {padding: 35px 20px 32px;}
    body section.contactInfo.infoWrapper .contactInfo-title h3 {font-size: 26px;}
    body section.contactInfo.infoWrapper .contact-content-wrap {padding: 50px 16px;}
    body .contact-content-wrap .contentFieldText ul {gap: 10px;}
}

.contact-us-wrap .ContactBoxContent{background-color: #fff;padding: 90px 0px;}
.ContactBoxContent .left-sec-wrap input{height: 56px;}
.ContactBoxContent .secHeadingTitle{color: #124775;}
.ContactBoxContent .left-sec-wrap textarea,
.ContactBoxContent .left-sec-wrap input{
    padding: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    background-color: #f6f6f6 !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    resize: none !important;
}
.ContactBoxContent button{
    padding: 17px 62px !important;
    height: 53px !important;
    border-radius: 100px !important;
    font-size: 22px !important;
    margin-top: 20px !important;
}

.contact-content-wrap{background-color: #124775; padding: 50px; border-radius: 20px;}

.contact-content-wrap .secTitle{color: #fff; font-weight: 600; font-size: 36px; margin-bottom: 50px;}

.contact-content-wrap .contentFieldText{font-size: 24px; color: #fff;}

.contact-content-wrap .contentFieldText{margin-bottom: 50px;}

.contact-content-wrap .contentFieldText a{color: #fff !important;}

.contact-content-wrap .contentFieldText ul img {width: 40px;filter: brightness(0) invert(1);}

.contact-content-wrap .contentFieldText ul{display: flex; gap: 18px;}

.contact-content-wrap .secTitle{color: #fff;}

.contact-content-wrap i{margin-right: 10px;}

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

.contactUsBanner .bannerContentWrap .textDescription {font-size: 26px;}

.contactUsBanner {position: relative; z-index: 1;}

.contactUsBanner .bannerContentWrap .BannerText{margin-bottom: .5em;padding-left: 20px;padding-right: 20px;font-size: 70px;font-weight: 600;}

body .ContactBoxContent .secHeadingTitle{font-size: 44px;}

.darkmode .ContactBoxContent { background-color: var(--black);}
.darkmode .ContactBoxContent .secHeadingTitle{color: var(--white);}

@media (max-width:1024px){
    body .contact-content-wrap .contentFieldText{font-size: 18px;}
}

@media (max-width:767px){
    .contactUsBanner .bannerContentWrap .textDescription {font-size: 18px !important;}
    .contactUsBanner .bannerContentWrap .BannerText{font-size: 45px;}
    .contact-us-wrap .ContactBoxContent {padding: 60px 0px;}

}

/* bussiness intelligence page */

.sphere--page-application-integration .sphere-item--1,
.sphere--page-application-integration .sphere-item--2 {top: 0%;}

/* slick-track */
.technologiesSlider .slick-track{display: flex;align-items: center;}


/*------bussiness-intelligence-page--closed--------*/

@media (max-width:768px) and (min-width:768px){
    .logo_design_banner .btn{
        padding: 20px 40px;
    }
}

/* dental page css  */
@media (max-width:767px){
    .page-template-template-dental-seo-php .wpforms-field,
    .page-template-template-seo-for-orthodontists .wpforms-field,
    .page-template-template-seo-for-dermatologist .wpforms-field {width: 100% !important;margin-left: 0 !important;}
    .page-template-template-dental-seo-php .form-box-wrap.newContactView,
    .page-template-template-seo-for-orthodontists .form-box-wrap.newContactView{padding: 20px;}
    .page-template-template-seo-for-orthodontists  .btnWrap .commonBtn,
    .page-template-template-seo-for-dermatologist .btnWrap .commonBtn {font-size: 14px;}
    .page-template-template-seo-for-orthodontists .accordion-section {padding: 50px 16px;}
}

/* dental page css closed  */

.darkmode .contactInfo.infoWrapper p{color: #000 !important;} 
.testimonialWrap .item:nth-child(4n + 3) .review-div {
    background-color: #daffe8;
}