@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,
* {
    font-family: "Poppins", sans-serif !important;

}

.container {
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0 15px !important;
}

nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

nav.navbar.bootsnav.navbar-fixed .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

nav.navbar.bootsnav.navbar-fixed .container .attr-nav {
    min-height: unset;
    margin: 0;
    width: 0;
    display: none;
}

nav.navbar.bootsnav.navbar-fixed .container .navbar-header {
    float: unset;
    clear: both;
}

nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav {
    float: unset !important;
    margin: 0;
    padding-right: 30px;
}

nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li a {
    letter-spacing: 0;
    color: #1E2A57;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

nav.navbar.bootsnav.navbar-fixed .container .navbar-header a.navbar-brand {
    padding: 0;
    margin: 0;
}

nav.navbar.bootsnav.navbar-fixed .container .navbar-header a.navbar-brand img.logo {
    display: block;
}

nav.navbar.bootsnav.navbar-fixed .container .navbar-header a.navbar-brand img.logo.logo-display {
    display: none;
    opacity: 1;
    visibility: visible;
}
section.ai-insights-section {
    padding: 30px 0 !important;
    background: #fcfbfc;
}
section.ai-insights-section h2 {
    max-width: 640px;
    color: #1E2A57;
    font-size: 35px !important;
    font-weight: 400;
    margin: 0 auto 32px !important;
    text-align: center;
}
.ai-items-wrapper {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.ai-items-wrapper>.ai-item {
    flex: 100%;
    max-width: calc(100%/3 - 22px);
    width: 100%;
    box-shadow: none;
    padding: 16px 18px;
}

body {
    padding-top: 90px;
}
section.home-banner-section {
    min-height: auto;
    background-position: 75% 30%;
    background-size: 26% !important;
    background-repeat: no-repeat !important;
    padding: 20px 0px !important;
    display: flex !important;
    align-items: center;
    background-image: unset !important;
}
span.top-text,
.status-publish.hentry .page-title {
    color: #000 !important;
    font-size: 40px !important;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 100%;
    display: block;
}

span.top-text {
    color: #3BA160 !important;
}

.Contact-content span.top-text,
.status-publish.hentry .page-title {
    text-align: center;
}

.status-publish.hentry .page-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-404 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

section.home-banner-section h2.heading {
    font-size: 75px;
    color: #1E2A57;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 110%;
    margin: 0 0 10px;
    text-indent: -3px;
}

.ai-items-wrapper>.ai-item:first-child {
    border: 1px solid #ED5909;
    border-radius: 16px;
    background: hsl(21deg 93% 48% / 2%);
}

.ai-items-wrapper>.ai-item:nth-child(2) {
    border: 1px solid #4466AB;
    border-radius: 16px;
    background: hsl(220deg 43% 47% / 4%);
}

.ai-items-wrapper>.ai-item h3 {
    font-weight: bold;
    color: #1E2A57;
}

.ai-items-wrapper>.ai-item:nth-child(3) {
    border: 1px solid #00542D;
    border-radius: 16px;
    background: hsl(152deg 100% 16% / 4%);
}
.banner-content {
    max-width: 510px;
    width: 100%;
    padding-bottom: 50px;
}
.ai-items-wrapper>.ai-item .image-text-sect {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
}

.ai-items-wrapper>.ai-item .image-text-sect h3 {
    font-size: 22px;
    color: #1E2A57;
    margin: 0;
    font-weight: 500;
}

section.nt-testimonials-section {
    padding: 30px 0px;
}

section.nt-testimonials-section .slick-list .nt-testimonial-item {
    margin: 20px 10px;
    box-shadow: 0px 4px 7px #00000030;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 12px;
}

section.nt-testimonials-section .slick-list .nt-testimonial-item>.testimonial-rating {
    order: 1;
    color: #71CC98;
    font-size: 25px;
}


section.nt-testimonials-section .slick-list .nt-testimonial-item>p {
    order: 2;
    font-size: 24px;
    color: #0F172A;
    line-height: normal;
    letter-spacing: normal;
}
section.nt-testimonials-section .slick-list .nt-testimonial-item>img {
    order: 3;
    max-width: 64px;
    width: 100%;
}

section.nt-testimonials-section .slick-list .nt-testimonial-item h4 {
    order: 4;
    color: #0F172A;
    font-size: 19px;
    font-weight: 700;
    line-height: 120%;
}
 

section.nt-testimonials-section ul.slick-dots {
    bottom: -24px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

section.nt-testimonials-section ul.slick-dots li {
    margin: 0;
    width: 10px;
    height: 10px;
}

section.nt-testimonials-section ul.slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: #F1F1F1;
    border-radius: 50%;
}

section.nt-testimonials-section ul.slick-dots li button::before {
    display: none;
}

section.nt-testimonials-section ul.slick-dots li.slick-active button {
    background: #555555;
}

section.nt-platform-section {
    padding: 40px 0px;
    background: hsl(21deg 93% 48% / 4%);
}
section.nt-platform-section h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 30px;
}

section.nt-platform-section .nt-platform-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

section.nt-platform-section .nt-platform-wrapper .nt-platform-item {
    box-shadow: 0px 0px 7px 4px hwb(0deg 0% 100% / 5%);
    background: #fff;
    padding: 24px;
    border-radius: 8px;
}

section.nt-platform-section .nt-platform-wrapper .nt-platform-item h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 16px 0 16px;
}
section.nt-platform-section .nt-platform-wrapper .nt-platform-item p {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

section.nt-intelligence-section {
    position: relative;
    padding: 32px 0px;
    min-height: 780px;
}

section.nt-intelligence-section h2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 39px;
}

h2 {
    font-size: 35px;
    color: #171819;
    font-weight: 400;
    line-height: 110%;
}
.nt-intelligence-wrapper {
    flex-flow: column;
    display: flex;
    flex-wrap: wrap;
}

.nt-intelligence-wrapper .nt-intelligence-item {
    max-width: 334px;
    width: 100%;
    position: relative;
}

.nt-intelligence-wrapper .nt-intelligence-item:not(:first-child) {
    margin-left: auto;
}

.nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) {
    order: 1;
    max-width: 280px;
}

.nt-intelligence-wrapper .nt-intelligence-item:first-child {
    order: 2;
}

.nt-intelligence-wrapper .nt-intelligence-item .image-box:first-child img {
    max-width: 34px;
    width: 100%;
}

.nt-intelligence-wrapper .nt-intelligence-item:last-child {
    order: 3;
    max-width: 314px;
}

.nt-intelligence-wrapper .nt-intelligence-item h3 {
    margin: 16px 0px 10px;
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

.nt-intelligence-wrapper .nt-intelligence-item:first-child .image-box>img {
    position: absolute;
    right: -130px;
    top: 60px;
    width: 350px;
}

.nt-intelligence-wrapper .nt-intelligence-item p {
    font-size: 16px;
    color: #868686;
    margin: 0;
}
section.nt-intelligence-section>.container>div:nth-child(2) {
    max-width: 605px;
    margin: 0 auto;
    position: absolute;
    left: 49%;
    top: 60%;
    transform: translate(-50%, -50%);
}
section.nt-intelligence-section>.container>div:nth-child(2) img {
    width: 100%;
}
section.nt-life-sciences-section {
    padding: 40px 0px;
    background: #fcfbfc;
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-brand p {
    margin: 32px 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'roboto' !important;
}
.address-sec .address-main-item .address-icon-cont {
    margin: 30px 0px;
}

section.nt-life-sciences-section h2 {
    font-size: 35px;
    font-family: 'poppins';
    font-weight: 400;
    letter-spacing: -0.8px;
    text-align: center;
    color: #000;
    margin-bottom: 32px;
}

.science-sec-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.nt-life-sciences-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.nt-life-sciences-wrapper .nt-life-sciences-item {
    width: 100%;
    max-width: calc(100% / 2 - -149px);
    margin-bottom: 0px;
}
.science-sec-wrap>div {
    width: 100%;
    max-width: 541px;
}

.nt-life-sciences-wrapper .nt-life-sciences-item img {
    width: 40px;
    height: 40px;
    object-fit: none;
    background: #E9F4FC;
    border-radius: 6.78px;
    border: 0.85px solid #5597D5;
    padding: 5px;

}

.nt-life-sciences-wrapper .nt-life-sciences-item p {
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
	color: #868686 !important;
	margin: 0;
}

.nt-life-sciences-wrapper .nt-life-sciences-item h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'poppins';
    line-height: 120%;
    margin-bottom: 0;   
    color: #000;

}
section.nt-testimonials-section .slick-list .nt-testimonial-item h4>span {
    font-weight: 400;
}
section.nt-simple-section h2 {
    font-size: 44px;
    font-weight: 500;
    font-family: 'poppins';
    color: #000;
    line-height: 110%;
    letter-spacing: -1px;
}

.nt-life-sciences-wrapper .nt-life-sciences-item .image-text-sect {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

section.nt-simple-section {
    padding: 100px 0px 70px;
    background: #fcfbfc;
}

.simple-sec-wrap {
    display: flex;
    background: #fff;
    box-shadow: 0px 16px 20px 0px #0000000D;
    border-radius: 16px;
    align-items: center;
    padding: 0px 0 0px 48px;
}

.simple-sec-wrap .simple-sec-left p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'poppins';
    margin-top: 10px;
    padding-bottom: 20px;
}

.simple-sec-wrap .simple-sec-left a {
    background: #EB4E00;
    width: 100%;
    max-width: 180px;
    font-size: 16px;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 400;
    font-family: 'poppins';
}
.main-btn:hover, .simple-sec-wrap .simple-sec-left a:hover {
    background: #3A8FDC;
    border-color: #3A8FDC;
	text-decoration: none;
}
a.main-secund-btn {
    text-transform: inherit !important;
}
.main-secund-btn:hover {
    background: #EB4E00;
    color: #fff !important;
    border-color: #EB4E00;
}
.simple-sec-wrap .simple-sec-right {
    margin-top: -49px;
    max-width: 714px;
    width: 100%;
}

.simple-sec-wrap .simple-sec-left {
    padding: 0px 0 40px 0;
}

.ai-items-wrapper>.ai-item .image-text-sect .image-box {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: hsl(21deg 93% 48% / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-items-wrapper>.ai-item:nth-child(2) .image-text-sect .image-box {
    background: #4466AB;
}

.ai-items-wrapper>.ai-item:last-child .image-text-sect .image-box {
    background: #3BA160;
}

footer#site-footer {
    background: #00101d none repeat scroll 0 0 !important;
    background: #1E2A57;
}

footer#site-footer .footer-bottom {
    padding: 10px 0px;
    background: #1E2A57;
    background: #00101d  none repeat scroll 0 0 !important;
}
footer#site-footer .footer-top {
    padding: 40px 0px;
}
.science-sec-wrap > div > img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}
footer#site-footer .footer-top .container.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-brand {
    max-width: 400px;
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-brand .footer-logo-desc img.footer-logo {
    margin: 0 0 32px;
    max-width: 250px;
    width: 100%;
    filter: invert(1);
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-brand .footer-logo-desc p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 150%;
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-brand .footer-social-links ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-brand .footer-social-links ul a img {
    width: 24px;
}

footer#site-footer .footer-top .container.footer-grid h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 23px;
}

.footer-col.footer-contact p strong {
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin: 0px;
}

.footer-col.footer-contact p:last-child strong {
    margin: 0px 0px 4px;
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-menu ul.footer-nav li a {
    font-size: 16px;
    color: #fff;
    line-height: 160%;
    display: block;
    padding: 7px 0px;
    font-weight: 500;
}

footer#site-footer .footer-top .container.footer-grid .footer-col.footer-menu ul.footer-nav li:first-child a {
    padding-top: 0;
}

.footer-col.footer-contact p {
    color: #fff;
}

.footer-col.footer-contact p a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
	line-height:22px;
}
.science-sec-wrap {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
}

.simple-sec-wrap .simple-sec-right>div {
    margin-bottom: 0 !important;
}


footer#site-footer .footer-bottom .container.footer-bottom-inner ul.footer-bottom-links li a {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}

footer#site-footer .footer-bottom .container.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
}

footer#site-footer .footer-bottom .container.footer-bottom-inner ul.footer-bottom-links li {
    margin-left: 30px;
}

footer#site-footer .footer-bottom p {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.nt-intelligence-wrapper .nt-intelligence-item:last-child .image-box:nth-child(2) img {
    position: absolute;
    top: 30px;
    left: -78%;
    width: 220px;
    object-fit: contain;
}

.nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) .image-box:nth-child(2) img {
    position: absolute;
    right: 100%;
    top: 40px;
    width: 260px;
}

.ai-items-wrapper>.ai-item a {
    border: 1px solid #8888;
    padding: 8px 19px;
    background: #fff;
    color: #1E2A57;
    font-weight: 400;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}
.ai-items-wrapper>.ai-item a:hover {
    background: #1E2A57;
    color: #fff;
}
.nt-intelligence-wrapper .nt-intelligence-item:last-child .image-box:nth-child(2) img {
    position: absolute;
    top: 50px;
    left: -74%;
}

.nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) .image-box:nth-child(2) img {
    position: absolute;
    right: 107%;
    top: 70px;
    width: 240px;
}

section.home-banner-section .banner-content .banner-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.home-repeater-sections button.slick-arrow {
    display: none !important;
}
.main-btn {
    font-size: 16px;
    background: #EB4E00;
    border: 1px solid #EB4E00;
    max-width: max-content;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    padding-inline: 30px;
}
.main-secund-btn {
    text-transform: capitalize;
    border: 1px solid #000000;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    max-width: 170px;
    width: 100%;
    border-radius: 6px;
    font-weight: 400;
    color: #1E2A57 !important;
    letter-spacing: 0;
    font-size: 16px;
    text-decoration: none !important;
}

section.home-banner-section h2.heading span {
    color: #3A8FDC;
}

.banner-content .description-wrapper {
    margin: 0 0 24px;
    max-width: 475px;
}

.banner-content .description-wrapper .desc-title {
    font-size: 30px;
    color: #868686;
    letter-spacing: -0.8px;
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 16px;
    max-width: 400px;
}
.banner-content .description-wrapper .desc-text {
    font-size: 18px;
    line-height: 160%;
    color: #868686;
    letter-spacing: 0;
    font-weight: 400;
}

.home-repeater-sections ul.slick-dots {
    max-width: 104px;
    margin: 0 auto;
    left: 50%;
    bottom: 18px;
    box-shadow: 0px 0px 12px 0px hwb(0deg 0% 100% / 10%);
    display: flex;
    align-items: center;
    padding: 16px 0px;
    gap: 8px;
    justify-content: center;
    border-radius: 40px;
    transform: translateX(-50%);
}

.home-repeater-sections ul.slick-dots li {
    width: auto;
    margin: 0;
    height: auto;
}

.page-template-template-about section.nt-power-platform-section .nt-section {
    flex-direction: row;
}

.page-template-template-about section.nt-power-platform-section .nt-section.reverse {
    flex-direction: row-reverse;
}

.home-repeater-sections ul.slick-dots li button {
    background: #F1F1F1;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.home-repeater-sections ul.slick-dots li button::before {
    display: none;
}

.home-repeater-sections ul.slick-dots li.slick-active button {
    background: #555555;
}

.ai-items-wrapper>.ai-item p {
    font-family: 'inter';
    min-height: 150px;

}
.science-sec-wrap>.nt-life-sciences-wrapper {
    justify-content: space-between;
    max-width: calc(100% - 580px);
    width: 100%;
    row-gap: 15px;
}

.nt-testimonials-wrapper.slick-initialized.slick-slider.slick-dotted button.slick-arrow {
    display: none !important;
}

/* contact us page   */
section.platform-banner-section .platform-wrap-sect {
    display: flex;
    justify-content: space-between;
    gap: 68px;
    padding: 40px 0;
}
section.platform-banner-section .container .platform-image img {
    height: 100%;
    object-fit: cover;
}
section.platform-banner-section .platform-wrap-sect .platform-content h1 {
/*     font-size: 50px; */
    font-size: 40px;
    color: #1E2A57;
    font-weight: 500;
    margin-bottom: 24px;
}
section.platform-banner-section .platform-wrap-sect .platform-content,
section.platform-banner-section .container .platform-image {
    width: 50%;
}
section.platform-banner-section .platform-wrap-sect .platform-content span {
    font-size: 22px;
    color: #3BA160;
    font-weight: 400;
}

section.platform-banner-section .platform-wrap-sect .platform-content p,
section.nt-power-platform-section p {
    font-size: 20px;
    color: #868686 !important;
    font-weight: 400;
    margin: 0 0 32px;
}

section.nt-power-platform-section {
    padding: 0px 0px 0px;
    background: #fcfbfc;
}

section.nt-power-platform-section h2 {
    text-align: center;
    font-size: 38px;
    width: 100%;
    max-width: 840px;
    margin-inline: auto;
    color: #1E2A57;
    font-weight: 500;
    margin-bottom: 20px;
}

section.nt-power-platform-section .container>p {
    text-align: center;
    max-width: 883px;
    width: 100%;
    margin-inline: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nt-items-wrapper p {
    text-align: left !important;
    margin-left: 0 !important;
}


/*contact us*/

.status-publish.hentry {
    padding: 75px 0;
}

.status-publish.hentry .entry-content {
    max-width: 1342px !important;
    margin: 0 auto;
    padding: 0 15px !important;
}
.Contact-content h2 {
    text-align: center;
    font-size: 44px;
    color: #000;
    font-family: 'Poppins' !important;
    font-weight: 500;
    margin-bottom: 22px;
    max-width: 1090px;
    width: 100%;
    margin-inline: auto;
}

.contact-form-row label,
.contact-form-row span,
.contact-form-row input,
.contact-form-row textarea {
    width: 100%;
    max-width: 100%;
    border: 0;
}

.contact-form-row label {
    border-bottom: 1px solid hsl(0deg 0% 0% / 50%);
    margin-bottom: 54px;
    font-size: 18px;
    color: #1E2A57;
    font-weight: 400;
}

.contact-form-row input {
    min-height: 40px !important;
}

.footer-col.footer-contact p:last-child {
    font-size: 11px;
    max-width: 200px;
    line-height: normal;
}

.footer-col.footer-contact p br {
    display: none;
}
.contact-form-row .contact-form-col {
    padding: 0;
}

.contact-form-row .contact-form-col {
    padding-right: 23px;
}   


/* platform page 27/11/25 */

section.nt-power-platform-section .nt-section {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 50px;
    padding: 40px 0;
}

.address-icon-sec {
    display: flex;
    align-items: center;
    gap: 8px;
}

.address-icon-sec h4 {
    margin: 0;
}

section.nt-power-platform-section .nt-section>div {
    width: 50%;
}

section.nt-power-platform-section .nt-section .nt-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0 0 25px;
}

section.nt-power-platform-section .nt-section .nt-item p {
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #000 !important;
}

section.nt-power-platform-section .nt-section.reverse {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nt-section.reverse>div {
    width: 50%;
}

section.nt-power-platform-section .nt-section .nt-item .nt-item-cnt-wrap h3 {
    padding-top: 0px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
}

section.nt-power-platform-section .nt-section .nt-main-img img {
    width: 100%;
    border-radius: 10px;
	height:100%;
}
section.nt-power-platform-section .nt-section .nt-main-img img {
    width: 100%;
    object-fit: cover;
}
.nav-cstm-wrap {
    display: flex;
    vertical-align: middle;
    align-items: center;

}
.nav-cstm-wrap .main-btn.nav-request:after {
    content: "";
    width: 20px;
    height: 14px;
    background-image: url(https://w8y.2e3.myftpupload.com/wp-content/uploads/2025/12/Arrow-1.png);
    background-size: 16px;
    background-repeat: no-repeat;
}
.nav-cstm-wrap .main-btn.nav-request {
    padding-inline: 30px;
    border-radius: 30px;
    padding: 10px 15px 10px 20px;
    height: auto;
    background: #3A8FDC;
    border-color: #3A8FDC;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: inherit !important;
}
.nav-cstm-wrap .main-btn.nav-request:hover {
    background: #EB4E00;
    border-color: #EB4E00;
}
footer#site-footer .footer-top .container.footer-grid .footer-col.footer-brand .footer-social-links ul {
    list-style-type: none;
    margin-left: 0;
}

footer#site-footer .footer-menu ul#menu-quick-links {
    list-style-type: none;
    margin-left: 0;
}

.ai-items-wrapper>.ai-item p {
    color: #8a8a8a;
    margin-bottom: 0;
    font-family: 'inter' !important;
        
}

section.ai-insights-section .ai-items-wrapper {
    margin-bottom: 20px;
}
section.nt-testimonials-section .slick-list .nt-testimonial-item>p {
    max-width: 700px;
    width: 100%;
}
.nt-item-cnt-wrap h2 {
    text-align: left !important;
    color: #000 !important;
}

footer#site-footer .footer-bottom .container.footer-bottom-inner ul#menu-footebelow-menu {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

footer#site-footer .footer-bottom .container.footer-bottom-inner {
    align-items: center !important;
}

footer#site-footer .footer-bottom p {
    margin-bottom: 0;
}

/* 28/11/25 */

.simple-sec-left {
    text-align: left;
    flex: 1 1 400px;
    max-width: 550px;
}

.simple-sec-right {
    flex: 1 1 400px;
    text-align: right;
}

.simple-sec-right img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

section.nt-power-platform-section .nt-section .nt-main-img img {
    width: 100%;
}
.top-sect-wrap>div.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.opn-form-sec .two-col-wrap {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.status-publish.hentry .entry-title a {
    font-size: 22px !important;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
    margin-top: 30px !important;
}

.post-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}

.status-publish.hentry .post-wrap .entry-title,
.status-publish.hentry .post-wrap .entry-title a {
    text-align: left;
    margin: 0px 0;
}

.post-item-inner .post-thumb a img {
    max-width: 100%;
    width: 100%;
    height: 250px;
}

#wpsm_accordion_278 .wpsm_panel .ac_open_cl_icon {
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    padding: 0 !important;
}
.post-wrap div#nt-posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.fa-plus::before,
.fa-plus::after {
    content: "" !important;
    position: absolute;
    background: #000;
}

.fa-plus::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.fa-plus::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.fa-minus {
    width: 8px;
    height: 8px;
    position: relative;
    display: inline-block;
}

.fa-minus::before {
    content: "" !important;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

span.fa.fa-laptop:before {
    display: none;
}


.post-wrap .post-item-inner img {
    min-height: 250px !important;
    object-fit: cover;
}

.opn-form-sec .left-col,
.opn-form-sec .right-col {
    width: 50%;
    background: #fff;
    padding: 25px 30px;
    border-radius: 14px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}

.opn-form-sec .fsd h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}



.opn-form-sec .right-col h5 {
    display: block;
    font-weight: 500;
    color: #000;
}

.post-type-archive-news .status-publish.hentry .status-publish.hentry {
    padding-top: 0;
}

.entry-meta span,
.nav-previous a,
.entry-utility {
    font-size: 15px;
}

input#searchsubmit {
    font-size: 18px;
    background: #EB4E00;
    border: 1px solid #EB4E00;
    max-width: max-content;
    width: 100%;
    height: 46px;
    color: #fff;
    border-radius: 7px;
    padding-inline: 30px;
}

/* Wrapper */
.status-publish.hentry .status-publish.hentry {
    margin: 40px auto;
    padding: 50px 35px;
}


.status-publish.hentry .type-news,
.status-publish.hentry .type-events,
.status-publish.hentry .type-post {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    transition: .3s ease;
}

.status-publish.hentry .type-news .entry-title a,
.status-publish.hentry .type-events .entry-title a .status-publish.hentry .type-post .entry-title a {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.status-publish.hentry .page-title span {
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

.status-publish.hentry .entry-meta {
	margin: 8px 0 10px;
	font-size: 14px;
	color: #777;
}
.status-publish.hentry .entry-meta a {
    color: #0073aa;
    text-decoration: none;
}

.status-publish.hentry .entry-meta a:hover {
    text-decoration: underline;
}

.status-publish.hentry .entry-summary p {
    font-size: 16px;
    line-height: 1.6;
    color: #868686;
    margin-bottom: 20px;
}

.status-publish.hentry .entry-utility {
    border-top: 1px solid #eee;
    padding-top: 12px;
    font-size: 14px;
    color: #555;
}

.status-publish.hentry .entry-utility a {
    color: #0073aa;
}

.screen-reader-text {
    display: none;
}

.post.error404.not-found.status-publish.hentry p {
    text-align: center;
}

.post.error404.not-found.status-publish.hentry form#searchform {
    text-align: center;
}

.post.error404.not-found.status-publish.hentry form#searchform input:not(#searchsubmit) {
    width: 50%;
    padding: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
}

.post-type-archive-news .status-publish.hentry .status-publish.hentry h2,
.post-type-archive-events .status-publish.hentry .status-publish.hentry h2 {
    font-size: 59px;
}

.post-type-archive-events .status-publish.hentry .status-publish.hentry {
    padding-top: 0;
}

.Open-cstm-wrap {
    padding-bottom: 72px;
}

.Open-cstm-wrap ul li {
    margin-bottom: 10px;
}

.opn-frm-wrap h5 {
    display: none;
}

.wpsm_panel-body .care-box strong {
    margin-bottom: 8px;
    display: inline-block;
}

.status-publish.hentry .entry-content p {
    color: #000;
    font-size: 18px;
}

.status-publish.hentry .entry-content h4 {
    font-size: 28px;
    margin-bottom: 3px;
}

.status-publish.hentry .entry-content ul li {
    font-size: 18px;
}

.Contact-content p {
    font-size: 18px;
    color: #868686 !important;
    font-weight: 400;
    margin: 0 0 32px;
}

.Contact-content p {
    width: 100%;
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}



.contact-form-btn {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contact-form-btn span {
    display: none;
}

.address-sec {
    padding: 70px 0;
}

.address-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}


/* .address-main-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
} */



.address-icon-sec img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.address-icon-cont a {
    text-decoration: none;
}



.address-main-item h4 {
    font-size: 24px;
    color: #000;
    font-family: 'Poppins';
    line-height: 120%;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border-bottom: 0;
}

.address-main-item p,
.address-main-item a {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 160%;
    padding-inline: 12px;
    margin-top: 16px;
}

.contact-form-row input:focus-visible,
.contact-form-row textarea:focus-visible {
    box-shadow: unset;
    outline: unset;
}

section.Contact-banner-section {
    padding: 80px 0;
    background: #FCFBFC;
}

.contact-form-row input {
    min-height: 40px !important;
    background: #FBFCFB;
    padding: 0;
    box-shadow: unset;
}

.contact-form-row textarea {
    background: #FBFCFB;
    padding: 0;
    box-shadow: unset;
}
.top-sect-wrap {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    padding: 40px 0;
    flex-direction: row-reverse;
}
.top-content-wrap h1, .status-publish.hentry .entry-title {
    font-size: 50px;
    color: #1E2A57;
    font-family: 'Poppins' !important;
    font-weight: 500;
    margin-bottom: 24px;
}

.status-publish.hentry .entry-title {
    text-align: center;
}
.footer-col.footer-contact p strong span {
    display: block;
    padding-bottom: 4px;
    padding-top: 5px;
}
.top-content-wrap p {
    font-size: 20px;
    color: #868686;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Poppins';
}
.top-content-wrap a.main-btn, section.platform-banner-section a.main-btn {
    font-size: 20px;
    height: 60px;
    max-width: 270px;
}
section.platform-banner-section a.main-btn {
    max-width: max-content;
    text-transform: inherit !important;
}
a.main-btn {
    text-transform: inherit !important;
}
.top-content-wrap a.main-btn {
    margin-top: 32px;
}
.top-content-wrap .top-text {
    font-size: 22px;
    color: #3BA160;
    font-weight: 400;
    margin: 0 0 8px;
}
section.nt-benefits-section {
    padding: 40px 0px;
    background: #fcfbfc;
}
section.nt-benefits-section h2 {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 24px;
    border-bottom: 1px solid hsl(0deg 0% 53% / 50%);
    margin-bottom: 24px;
}
.benefits-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 34px;
}
.benefits-wrapper .benefit-item {
    width: calc(100%/ 2 - 17px);
}

.benefits-wrapper .benefit-item img {
    margin-bottom: 13px;
    height: 44px;
    width: 44px;
}

.benefits-wrapper .benefit-item h3 {
    font-size: 24px;
    font-weight: 500;
}

.benefits-wrapper .benefit-item p {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
}
section.nt-features-section {
    background: #fff;
    padding: 40px 0px;
    margin-bottom: 30px;
}
section.nt-features-section h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 32px;
}

.features-wrapper {
    display: flex;
    gap: 20px;
}

.features-wrapper .feature-item {
    background: #fff;
    padding: 32px 16px;
    box-shadow: 0px 0px 20px 0px #0000000D;
}

.features-wrapper .feature-item h3 {
    margin: 24px 0px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #000;
    padding-right: 40px;
}

.features-wrapper .feature-item p {
    font-size: 14px;
    line-height: 160%;
    color: #868686;
    font-weight: 400;
}
.footer-col.footer-contact.footer-address h4 {
    opacity: 0;
}
.top-sect-wrap>div {
    width: 50%;
}

.post-type-archive-news .status-publish.hentry .status-publish.hentry {
    padding: 0;
}

.post-type-archive-news .status-publish.hentry .status-publish.hentry {
    max-width: calc(100%/3 - 20px);
    margin: 0;
}

.post-wrap {
    justify-content: center;
}

.post-item-inner .post-main {
    padding: 15px;
}

.post-item-inner .post-thumb a {
    width: 100%;
    display: block;
}

.post-item-inner .post-thumb a img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px 8px 0px 0px !important;
}

.post-item-inner .post-main h2.entry-title {
    line-height: 28px;
}

.post-item-inner .post-main h2.entry-title a {
    margin: 0 !important;
}

.status-publish.hentry .status-publish.hentry {
    margin: 0;
    padding: 0;
}

.status-publish.hentry .entry-content h2,
.status-publish.hentry .entry-content h3,
.status-publish.hentry .entry-content h4 {
    margin-bottom: 20px;
}

.status-publish.hentry .entry-content h2,
.status-publish.hentry .entry-content h3,
.status-publish.hentry .entry-content h4 {
    margin-bottom: 20px;
}

div#comments form#commentform {
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px #ddd;
}

div#comments form#commentform .comment-form-comment textarea#comment,
div#comments form#commentform input {
    background: transparent;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
}

div#comments form#commentform input {
    height: 42px;
    padding: 0 10px;
    box-shadow: none;
    outline: none;
}

div#comments form#commentform p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

div#comments form#commentform p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 28px;
}

div#comments form#commentform p.comment-form-cookies-consent label {
    font-size: 16px;
    margin: 0;
    color: #000;
}

div#comments form#commentform .form-submit input#submit {
    background: #EB4E00;
    width: 100%;
    max-width: 211px;
    font-size: 18px;
    color: #fff;
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 400;
    font-family: 'poppins';
    height: auto;
    border: 1px solid #EB4E00;
}

div#comments form#commentform .form-submit input#submit:hover {
    background: transparent;
    color: #EB4E00;
}

div#comments form#commentform label {
    font-size: 16px;
    color: #000;
}

.nav-previous a {
    font-size: 15px;
    color: #000 !important;
}

.status-publish.hentry .entry-utility {
    font-size: 18px;
    color: #000;
}

div#nav-above .nav-previous {
    float: unset;
    width: 100%;
}

.nav-previous {
    max-width: 100%;
    float: unset;
    clear: revert;
    width: 100%;
}

.contact-form-col span.wpcf7-form-control-wrap select.wpcf7-form-control {
    margin: 20px 0px 0px;
    border: 0;
    padding: 0 0 10px;
    outline: none;
    background: unset;
}

a.main-btn {
    text-decoration: none;
}

.banner-content span.top-text, .Contact-content span.top-text {
    font-size: 22px !important;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0px;
}
.banner-content span.top-text {
    font-weight: 400;
    margin: 0 0 6px;
}
section.platform-banner-section .platform-wrap-sect .platform-content h2 {
    margin: 8px 0px 16px 0     ;
}
section.platform-banner-section .container .platform-image img {
    border-radius: 8px;

}
.opn-form-sec .right-col form .contact-form-row .contact-form-row input {
    padding-left: 5px;
}

 .container  {
	    max-width: 1240px !important;
}
section.home-banner-section .container {
    display: flex;
}

section.home-banner-section .container .banner-image {
    max-width: 57%;
    width: 100%;
}

section.home-banner-section .container .banner-image img {
    width: 100%;
}
.post-wrap div#nt-posts-list>div {
    max-width: calc(100%/3 - 20px);
}
.status-publish.hentry {
    padding: 70px 0;
}

/* ===============================
   TITLE
==================================*/
.single-news .status-publish.hentry .entry-title, .single-post .status-publish.hentry .entry-title {
	font-size: 28px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
	margin-top: 12px;
}
/* ===============================
   META
==================================*/
.single-news .status-publish.hentry .entry-meta,
.single-post .status-publish.hentry .entry-meta {
    font-size: 14px;
    margin-bottom: 30px;
}

.single-news .status-publish.hentry .entry-meta a,
.single-post .status-publish.hentry .entry-meta a {
    color: #3A8FDC;
    text-decoration: none;
}

/* ===============================
   HEADINGS
==================================*/
.single-news .status-publish.hentry .entry-content h2,
.single-post .status-publish.hentry .entry-content h2 {
    font-size: 32px;
    margin: 40px 0 15px;
    color: #000;
}

.single-news .status-publish.hentry .entry-content h3,
.single-post .status-publish.hentry .entry-content h3 {
    font-size: 26px;
    margin: 20px 0 10px;
    color: #000;
    font-weight: 500;
}

.single-news .status-publish.hentry .entry-content h4,
.single-post .status-publish.hentry .entry-content h4 {
    font-size: 22px;
    margin: 30px 0 10px;
    color: #000;
}

/* ===============================
   PARAGRAPHS
==================================*/
.single-news .status-publish.hentry .entry-content p,
.single-post .status-publish.hentry .entry-content p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
}

.status-publish.hentry .post-thumb-single img.attachment-full.size-full.wp-post-image {
  margin: 0;
}

.single-post .status-publish.hentry .entry-content img {
  margin-left: 0;
}
.status-publish.hentry .entry-content {
  padding: 0 !important;
}
/* ===============================
   IMAGE STYLE
==================================*/
.single-news .status-publish.hentry .entry-content img,
.single-post .status-publish.hentry .entry-content img {
    display: block;
    margin: 25px 0px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.20);
}

/* ===============================
   LISTS
==================================*/
.single-news .status-publish.hentry .entry-content ul,
.single-post .status-publish.hentry .entry-content ul {
    padding-left: 0px;
    margin-bottom: 25px;
}

.single-news .status-publish.hentry .entry-content ul li,
.single-post .status-publish.hentry .entry-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.single-news .status-publish.hentry .entry-content ul li::marker,
.single-post .status-publish.hentry .entry-content ul li::marker {
    color: #3A8FDC;
}

/* Bold items inside list */
.single-news .status-publish.hentry .entry-content ul li strong,
.single-post .status-publish.hentry .entry-content ul li strong {
    color: #3A8FDC;
    font-weight: 500;
}

/* ===============================
   LINKS
==================================*/
.single-news .status-publish.hentry .entry-content a,
.single-post .status-publish.hentry .entry-content a {
    color: #3A8FDC;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #3A8FDC;
    padding-bottom: 2px;
}

.single-news .status-publish.hentry .entry-content a:hover,
.single-post .status-publish.hentry .entry-content a:hover {
    color: #EB4E00;
    border-color: #EB4E00;
}

/* ===============================
   ENTRY BOXES
==================================*/
.single-news .status-publish.hentry .entry-utility,
.single-post .status-publish.hentry .entry-utility,
.single-news .status-publish.hentry .author-box,
.single-post .status-publish.hentry .author-box {
    margin-top: 50px;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #3A8FDC;
    background: #fff;
}

/* ===============================
   POST NAVIGATION
==================================*/
.single-news .status-publish.hentry .post-nav,
.single-post .status-publish.hentry .post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.single-news .status-publish.hentry .post-nav a,
.single-post .status-publish.hentry .post-nav a {
    color: #EB4E00;
    font-weight: 500;
    text-decoration: none;
}

.single-news .status-publish.hentry .post-nav a:hover,
.single-post .status-publish.hentry .post-nav a:hover {
    color: #3A8FDC;
}

/* ===============================
   COMMENTS BOX
==================================*/
.single-news .status-publish.hentry .comments-area,
.single-post .status-publish.hentry .comments-area {
    margin-top: 50px;
    padding: 25px;
    border: 1px solid #EB4E00;
    border-radius: 14px;
}
.wrapper .container div#nav-above {
	display: none;
}
/* ===============================
   TITLE
==================================*/
.single-events .status-publish.hentry .entry-title {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

/* ===============================
   META
==================================*/
.single-events .status-publish.hentry .entry-meta {
    font-size: 14px;
    margin-bottom: 30px;
}

.single-events .status-publish.hentry .entry-meta a {
    color: #3A8FDC;
    text-decoration: none;
}

/* ===============================
   HEADINGS
==================================*/
.single-events .status-publish.hentry .entry-content h2 {
    font-size: 32px;
    margin: 40px 0 15px;
    color: #000;
}

.single-events .status-publish.hentry .entry-content h3 {
    font-size: 26px;
    margin: 20px 0 10px;
    color: #000;
    font-weight: 500;
}

.single-events .status-publish.hentry .entry-content h4 {
    font-size: 22px;
    margin: 30px 0 10px;
    color: #000;
}

/* ===============================
   PARAGRAPHS
==================================*/
.single-events .status-publish.hentry .entry-content p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #000;
}

/* ===============================
   IMAGE STYLE
==================================*/
.single-events .status-publish.hentry .entry-content img {
    display: block;
    margin: 25px auto;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.20);
}

/* ===============================
   LISTS
==================================*/
.single-events .status-publish.hentry .entry-content ul {
    padding-left: 22px;
    margin-bottom: 25px;
}

.single-events .status-publish.hentry .entry-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.single-events .status-publish.hentry .entry-content ul li::marker {
    color: #3A8FDC;
}

/* Bold items */
.single-events .status-publish.hentry .entry-content ul li strong {
    color: #3A8FDC;
    font-weight: 500;
}

/* ===============================
   LINKS
==================================*/
.single-events .status-publish.hentry .entry-content a {
    color: #3A8FDC;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #3A8FDC;
    padding-bottom: 2px;
}

.single-events .status-publish.hentry .entry-content a:hover {
    color: #EB4E00;
    border-color: #EB4E00;
}

/* ===============================
   ENTRY BOXES
==================================*/
.single-events .status-publish.hentry .entry-utility,
.single-events .status-publish.hentry .author-box {
    margin-top: 50px;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #3A8FDC;
    background: #fff;
}

/* ===============================
   POST NAVIGATION
==================================*/
.single-events .status-publish.hentry .post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.single-events .status-publish.hentry .post-nav a {
    color: #EB4E00;
    font-weight: 600;
    text-decoration: none;
}

.single-events .status-publish.hentry .post-nav a:hover {
    color: #3A8FDC;
}
section.platform-banner-section .container .platform-image .alignnone {
    width: 100%;
    object-fit: contain;
    height: auto;
}
/* ===============================
   COMMENTS BOX
==================================*/
.single-events .status-publish.hentry .comments-area {
    margin-top: 50px;
    padding: 25px;
    border: 1px solid #EB4E00;
    border-radius: 14px;
}
.contact-form-row .contact-form-col .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -42px;
}

.single .wrapper > .container .status-publish.hentry {
    border: 0;
    box-shadow: 0px 0px 4px #ddd;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
	margin: 40px 0px;
}

.single .wrapper > .container .status-publish.hentry .entry-meta {
  margin: 0 20px !important;
}
.single .wrapper > .container .status-publish.hentry .entry-content {
  padding: 0px 20px !important;
}
.single .wrapper > .container .status-publish.hentry .entry-utility {
	margin: 20px 20px;
}
.status-publish.hentry .post-thumb-single img.attachment-full.size-full.wp-post-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.single-events .status-publish.hentry .entry-title {
    margin: 8px 20px;
    text-align: left;
    max-width: 100%;
}
.single-events .status-publish.hentry .entry-content h2 {
    margin-top: 10px;
}
.single-news .status-publish.hentry .entry-title, .single-post .status-publish.hentry .entry-title {
    max-width: 100%;
    text-align: left;
    margin: 20px;
}
.single-news .status-publish.hentry .entry-content h2, .single-post .status-publish.hentry .entry-content h2 {
    margin: 0 0 10px;
}

section.nt-power-platform-section>.container {
    max-width: 100% !important;
    padding: 0 !important;
}

.contact-form-row label>br {
    display: none;
}
.page-template-template-platform section.nt-power-platform-section {
    padding: 40px 0px 0px;
}
.post-item-inner .post-main .entry-summary {
    padding-top: 0;
}
.contact-form-row label {
    border: 0;
}
.contact-form-col span.wpcf7-form-control-wrap select.wpcf7-form-control {
    border-bottom: 1px solid #000;
}
.contact-form-row label span.wpcf7-form-control-wrap input {
    margin-bottom: 9px;
    border-bottom: 1px solid #000;
}
.contact-form-row textarea {
    border-bottom: 1px solid #000;
}

.address-wrap .address-item-wrap .address-icon-cont p {
    padding: 0 6px;
}

.address-wrap .address-item-wrap .address-icon-cont>a {
    padding: 0px 2px;
}
.Contact-content span.top-text {
    margin-bottom: 10px;
}
.page-template-template-about section.nt-power-platform-section .nt-section {
    align-items: unset;
}
section.nt-power-platform-section .nt-section .nt-item p:last-child {
    margin-bottom: 0;
}
section.platform-banner-section .container .platform-image img {
    width: 100%;
}
body.home .container {
    max-width: 1240px !important;
}

body.page-template-template-nexttrial-study-360 .top-sect-wrap {
    margin: 80px 0px 90px;
}
body.page-template-template-platform section.platform-banner-section .platform-wrap-sect {
    margin: 40px 0px 60px; 
}
body.page-template-template-nexttrial-regulatory-navigator .top-sect-wrap {
    margin: 80px 0px;
}
body.page-template-template-about section.platform-banner-section .platform-wrap-sect {
    margin: 40px 0px;
}
section.nt-testimonials-section .slick-list .nt-testimonial-item h4 {
    order: 4;
    color: #0F172A;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}
 

@media(max-width:1890px){
	
body.page-template-template-nexttrial-study-360 .top-sect-wrap {
    margin: 50px 0px;
}
body.page-template-template-platform section.platform-banner-section .platform-wrap-sect {
    margin: 10px 0px;
}
body.page-template-template-nexttrial-regulatory-navigator .top-sect-wrap {
    margin: 10px 0px;
}
body.page-template-template-about section.platform-banner-section .platform-wrap-sect {
    margin: 10px 0px;
}
.status-publish.hentry {
    padding: 50px 0;
}
section.Contact-banner-section {
    padding: 50px 0;
}
}


@media(max-width:1665px){
body.page-template-template-nexttrial-study-360 .top-sect-wrap {
    margin: 50px 0px;
}
body.page-template-template-nexttrial-regulatory-navigator .top-sect-wrap {
    margin: 10px 0px;
}
body.page-template-template-about section.platform-banner-section .platform-wrap-sect {
    margin: 0px 0px;
}
.banner-content {
    padding-bottom: 60px;
}
}

@media(max-width:1565px) {
    .simple-sec-wrap {
        padding: 0px 0 0px 48px;
    }
	.banner-content .description-wrapper .desc-title {
    font-size: 26px;
    max-width: 360px;
}
	section.nt-life-sciences-section {
    padding: 40px 0px;
}

	.banner-content span.top-text, .Contact-content span.top-text {
    margin-bottom: 4px;
}
}
.post-wrap .nt-year-filter-wrapper {
    max-width: 100%;
    padding: 10px 0px;
    width: 100%;
}

.post-wrap .nt-year-filter-wrapper form.nt-year-filter-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.post-wrap .nt-year-filter-wrapper form.nt-year-filter-form label {
    margin: 0;
    font-weight: 600;
}
.post-wrap .nt-year-filter-wrapper form.nt-year-filter-form select {
    border: 1px solid #3A8FDC;
    padding: 7px;
    max-width: 200px;
    width: 100%;
}
.top-sect-wrap {
    margin: 80px 0px;
}
section.nt-power-platform-section .nt-section .nt-item p {
    font-size: 16px;
}
@media(max-width:1890px){
.top-sect-wrap {
    margin: 50px 0px;
}	

		body.page-template-template-nexttrial-regulatory-navigator .top-sect-wrap {
    margin: 50px 0px;
}
	body.page-template-template-about section.platform-banner-section .platform-wrap-sect {
    margin: 10px 0px;
}
}
@media(max-width:1439px) {
section.nt-intelligence-section>.container>div:nth-child(2) {
    top: 54%;
}

    .banner-content .description-wrapper .desc-text {
        font-size: 16px;
    }

    section.ai-insights-section h2 {
        font-size: 30px !important;
    }

    .ai-items-wrapper>.ai-item {
        padding: 16px 18px;
    }

    .ai-items-wrapper>.ai-item .image-text-sect h3 {
        font-size: 22px;
    }
    section.nt-life-sciences-section h2 {
        font-size: 34px;
    }

    .science-sec-wrap>div {
        width: 100%;
        max-width: 500px;
    }

    .science-sec-wrap>.nt-life-sciences-wrapper {
        max-width: calc(100% - 500px);
        width: 100%;
    }

    .science-sec-wrap>div img {
        width: 100%;
    }

    section.nt-simple-section h2 {
        font-size: 42px;
    }

    footer#site-footer .footer-top .container.footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }

section.nt-simple-section {
    padding: 50px 0px 74px;
}

section.nt-power-platform-section {
    margin-bottom: 30px;
    padding-bottom: 0 !important;
}
	section.nt-life-sciences-section {
    margin-bottom: 30px;
}
    .ai-items-wrapper>.ai-item p {
        min-height: 170px;
    }


    section.ai-insights-section .ai-items-wrapper {
        margin-bottom: 0;
    }

    section.nt-intelligence-section h2 {
        text-align: center;
        max-width: 660px;
        margin: 0 auto 59px;
    }

    section.nt-intelligence-section>.container>div:nth-child(2) img {
        width: 100%;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) .image-box:nth-child(2) img {
        width: 190px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:last-child .image-box:nth-child(2) img {
        top: 30px;
        left: -74%;
    }

    .nt-life-sciences-wrapper .nt-life-sciences-item {
        max-width: 100%;

    }

    .science-sec-wrap>.nt-life-sciences-wrapper {
        max-width: calc(100% - 550px);
        width: 100%;
    }

    .main-btn {
        font-size: 16px;
        height: 51px;
    }

section.nt-simple-section h2 {
    font-size: 32px;
}

    .main-secund-btn {
        height: 51px;

    }
section.home-banner-section h2.heading {
    font-size: 70px;
}
    .top-sect-wrap {
        gap: 38px;
    }

    section.platform-banner-section .platform-wrap-sect .platform-content h2 {
        font-size: 38px;
    }

    section.platform-banner-section .platform-wrap-sect {
        gap: 30px;
    }



    section.platform-banner-section .container .platform-image img {
        width: 100%;
    }
	section.nt-life-sciences-section h2 {
    font-size: 30px;
}
 .container {
    max-width: 94% !important;
}
	body.home .container {
    max-width: 1110px !important;
}
		section.home-banner-section .container .banner-image {
/*     max-width: 57%; */
    max-width: 70%;
    width: 100%;
}
.banner-content {
    max-width: 460px;
    width: 100%;
}
	.nt-intelligence-wrapper .nt-intelligence-item {
    max-width: 284px;
}
	.nt-intelligence-wrapper .nt-intelligence-item:last-child .image-box:nth-child(2) img {
    top: 10px;
    left: -65%;
}
	.status-publish.hentry .post-thumb-single img.attachment-full.size-full.wp-post-image {
    height: 420px;
}
	.top-content-wrap h1, .status-publish.hentry .entry-title {
    font-size: 40px;
}
	section.platform-banner-section .platform-wrap-sect .platform-content h1 {
    font-size: 40px;
}


}

@media(max-width:1366px){
	.banner-content {
    padding-bottom: 42px;
}
.page-template-template-about section.nt-power-platform-section .nt-section.reverse {
    padding: 40px 0px;
}
.banner-content .description-wrapper .desc-title {
    line-height: 120%;
}
	section.nt-platform-section h2, section.nt-intelligence-section h2 {
    font-size: 28px;
}
	nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav {
    padding-right: 10px;
}
	.single-events .status-publish.hentry .entry-title {
    font-size: 30px;
}
	.single-events .status-publish.hentry .entry-content h2 {
    font-size: 28px;
}
	section.nt-power-platform-section .nt-section.reverse {
    padding-top: 0;
}

}
@media(max-width:1300px){
	.banner-content {
    padding-bottom: 36px;
}
}
@media(max-width:1199px) {

	.container {
    max-width: 100% !important;
}
	.top-content-wrap p {
    font-size: 18px;
}
	.top-content-wrap a.main-btn, section.platform-banner-section a.main-btn {
    font-size: 18px;
    height: 55px;
    max-width: max-content;
}
.single-news .status-publish.hentry .entry-content h2, .single-post .status-publish.hentry .entry-content h2 {
    font-size: 28px;
}
	.status-publish.hentry .entry-utility {
    font-size: 15px;
    color: #000;
}
    span.top-text,
    .status-publish.hentry .page-title {
        font-size: 30px !important;
    }

section.home-banner-section h2.heading {
    font-size: 55px;
}

    .banner-content .description-wrapper .desc-title {
        font-size: 27px;
    }

    .main-btn,
    .main-secund-btn {
        font-size: 16px;
        height: 42px;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li a {
        font-size: 17px;
    }

    .ai-items-wrapper>.ai-item p {
        padding-bottom: 20px;
    }

    section.nt-testimonials-section .slick-list .nt-testimonial-item>p {
        font-size: 20px;
    }

    section.nt-intelligence-section h2 {
        font-size: 35px;
    }

    section.nt-intelligence-section>.container>div:nth-child(2) {
        max-width: 635px;

    }

    section.nt-intelligence-section>.container>div:nth-child(2) img {
        width: 100%;
    }

    section.nt-simple-section h2 {
        font-size: 38px;
    }

  section.platform-banner-section .platform-wrap-sect .platform-content h1, .top-content-wrap h1, .status-publish.hentry .entry-title {
    font-size: 35px;
}
	section.nt-power-platform-section .nt-section .nt-item p {
    margin-top: 15px;
    margin-bottom: 15px;
}

    section.platform-banner-section .platform-wrap-sect .platform-content p,
    section.nt-power-platform-section p {
        font-size: 16px;
    }

    .simple-sec-wrap {
        padding: 20px 0 0px 28px;
    }

    .simple-sec-wrap .simple-sec-left {
        padding: 0px 20px 40px 0;
    }

    .ai-items-wrapper>.ai-item .image-text-sect {
        margin: 0 0 8px;
    }

    .ai-items-wrapper>.ai-item .image-text-sect h3 {
        font-size: 18px;
    }

    .ai-items-wrapper>.ai-item p {
        min-height: 190px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item {
        max-width: 274px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:last-child .image-box:nth-child(2) img {
        width: 170px;
        top: 10px;
        left: -54%;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:first-child .image-box>img {
        right: -90px;
        top: 60px;
        width: 260px;
    }

    .science-sec-wrap>.nt-life-sciences-wrapper {
        grid-template-columns: 1fr;
    }

    .nt-life-sciences-wrapper .nt-life-sciences-item {
        margin-bottom: 0px;
    }

    .nt-life-sciences-wrapper .nt-life-sciences-item .image-text-sect {
        margin-bottom: 10px;
    }

    .science-sec-wrap>.nt-life-sciences-wrapper {
        max-width: calc(100% - 530px);
    }

    section.nt-simple-section h2 {
        font-size: 35px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item h3 {
        font-size: 25px;
    }
    section.nt-benefits-section {
        padding: 40px 0px;
    }
.features-wrapper .feature-item h3 {
    margin: 10px 0px;
    padding: 0;
}
    section.nt-benefits-section h2 {
        font-size: 35px;
        padding-bottom: 12px;
        margin-bottom: 32px;
    }

    .benefits-wrapper {
        gap: 34px 34px;
    }

    .benefits-wrapper .benefit-item {
        width: calc(100%/ 2 - 17px);
    }

    section.nt-features-section {
        padding: 50px 0px;
        margin-bottom: 32px;
    }

    section.platform-banner-section .platform-wrap-sect .platform-content {
        margin-bottom: 30px;
    }
	.nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) .image-box:nth-child(2) img {
    right: 100%;
    top: 40px;
}
.banner-content {
    padding-bottom: 16px;
}
}

@media (max-width:1023px) {
    section.nt-intelligence-section>.container>div:nth-child(2) {
    top: 45%;
}
    section.platform-banner-section .platform-wrap-sect {
        gap: 48px;
        padding: 32px 0;
    }

    section.nt-power-platform-section .nt-section {
        padding: 32px 0px;
    }

    section.nt-power-platform-section .nt-section {
        gap: 37px;
    }

    section.nt-simple-section {
        padding: 32px 0px 104px;
    }

    section.nt-intelligence-section {
        min-height: 990px;
    }
.banner-content {
    padding-bottom: 0;
}
    section.nt-intelligence-section>.container>div:nth-child(2) {
        max-width: 415px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) .image-box:nth-child(2) img {
        right: 77%;
        width: 230px;
    }

    nav.navbar.bootsnav .navbar-nav>li>a {
        border: 0px !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav {
        float: unset !important;
        margin: 0;
        padding-right: 30px;
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        border: 0;
    }

    .container {
        max-width: 970px !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav>li>ul {
        position: absolute !important;
        background: #fff;
        min-width: 200px;
        width: 100%;
        margin: 0;
        list-style: none;
        padding: 0px !important;
        border: 1px solid #ddd;
        top: 100%;
        right: 0;
    }

    nav.navbar.bootsnav .navbar-nav>li.dropdown.on a.dropdown-toggle::before {
        transform: rotate(180deg);
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav>li>ul li>a {
        display: block;
        padding: 7px 10px;
        border-bottom: 1px solid #ddd;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu {
        overflow: unset !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav>li>ul li:last-child>a {
        border: 0;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        transform: rotate(90deg);
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li a::before {
        margin: 0;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav>li.dropdown>a {
        display: flex;
        flex-flow: row-reverse;
        gap: 7px;
    }
section.platform-banner-section .platform-wrap-sect .platform-content h1, .top-content-wrap h1, .status-publish.hentry .entry-title {
    font-size: 32px;
}
	section.nt-power-platform-section h2 {
    font-size: 32px;
}
	nav.navbar.bootsnav.navbar-fixed .container .navbar-header {
    padding: 0;
}
}

@media(max-width:992px) {
	section.platform-banner-section .container .platform-image img {
    height: 500px;
    object-fit: cover;
}
	.page-template-template-about section.nt-power-platform-section .nt-section.reverse {
    padding: 0;
}
    .container {
        max-width: 100% !important;
    }

    .simple-sec-wrap .simple-sec-left {
        padding: 40px 0 40px 0;
    }

    section.nt-power-platform-section h2 {
        font-size: 43px;
    }

    section.platform-banner-section .platform-wrap-sect .platform-content h1 {
        font-size: 35px;
    }

    .nt-item-cnt-wrap h3 {
        font-size: 25px;
    }

    section.nt-power-platform-section .nt-section>div.nt-main-img {
        position: sticky;
        top: 0;
    }

    section.nt-power-platform-section .nt-section>div.nt-items {
        overflow: auto;
    }

    .top-content-wrap p,
    .benefits-wrapper .benefit-item p {
        font-size: 16px;
    }

    section.nt-benefits-section h2 {
        font-size: 30px;
        padding-bottom: 12px;
        margin-bottom: 32px;
    }

    .features-wrapper .feature-item h3 {
        margin: 14px 0px;
        font-size: 16px;
    }

    section.nt-benefits-section {
        padding: 32px 0px;
    }

    .simple-sec-wrap {
        text-align: center;
    }

    .simple-sec-right {
        text-align: center;
        margin-bottom: 30px;
    }

    nav.navbar.bootsnav.navbar-fixed {
        padding: 10px 0px;
    }

    .banner-content .description-wrapper .desc-title {
        font-size: 25px;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        transform: rotate(90deg);
    }

    .nav-cstm-wrap .main-btn.nav-request {
        padding-inline: 20px;
    }

    .ai-items-wrapper {
        gap: 15px;
    }

    .ai-items-wrapper>.ai-item {
        max-width: calc(100%/3 - 10px);
    }

    .ai-items-wrapper>.ai-item p {
        font-size: 15px;
    }

    section.nt-platform-section .nt-platform-wrapper .nt-platform-item p {
        font-size: 16px;
    }

    nav.navbar.bootsnav.navbar-fixed .container .navbar-header {
        padding: 0;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li a {
        font-size: 15px;
    }

    .nav-cstm-wrap .main-btn.nav-request {
        padding-inline: 15px;
    }

    .navbar-brand>img {
        height: 33px !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav {
        padding: 0;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu {
        overflow: unset !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container .navbar-header button.navbar-toggle {
        display: none;
    }

    section.home-banner-section {
        min-height: auto;
        padding: 0 0 70px !important;
    }

    .home-repeater-sections ul.slick-dots {
        bottom: 0;
    }

    section.home-banner-section h2.heading {
        font-size: 38px;
    }

    span.top-text,
    .status-publish.hentry .page-title {
        font-size: 24px !important;
        margin: 0 0 8px;
    }

    .banner-content .description-wrapper {
        max-width: 395px;
    }

    .banner-content .description-wrapper .desc-title {
        font-size: 23px;
    }

    section.home-banner-section {
        background-size: 52% !important;
    }

    .main-secund-btn {
        max-width: 172px;
    }

    section.home-banner-section .banner-content .banner-buttons {
        gap: 12px;
    }

    .ai-items-wrapper>.ai-item {
        max-width: calc(100%/2 - 10px);
    }

    section.ai-insights-section .ai-items-wrapper {
        justify-content: center;
    }

    .ai-items-wrapper>.ai-item:nth-child(3) {
        max-width: 100%;
    }

    .ai-items-wrapper>.ai-item:nth-child(3) p {
        min-height: auto;
    }
    section.nt-platform-section .nt-platform-wrapper {
        gap: 24px 20px;
    }

    section.nt-platform-section .nt-platform-wrapper .nt-platform-item h3 {
        font-size: 22px;
    }

    section.nt-intelligence-section {
        padding: 40px 0px;
    }

    section.nt-intelligence-section h2 {
        font-size: 29px;
        max-width: 580px;
        margin: 0 auto 59px;
    }

    section.nt-intelligence-section>.container>div:nth-child(2) {
        max-width: 315px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) .image-box:nth-child(2) img {
        right: 210px;
        width: 160px;
        top: 40px;
    }

    section.nt-intelligence-section {
        min-height: auto;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:first-child .image-box>img {
        right: -30px;
        top: 50px;
        width: 210px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:last-child .image-box:nth-child(2) img {
        width: 110px;
        top: -50px;
        left: -70px;
        transform: rotate(45deg);
    }

    .nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) {
        max-width: 260px;
    }

    .science-sec-wrap>div {
        width: 100%;
        max-width: 100%;
    }

    .science-sec-wrap>.nt-life-sciences-wrapper {
        max-width: 100%;
    }

    .science-sec-wrap {
        flex-wrap: wrap;
    }

    .simple-sec-wrap .simple-sec-right {
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
    }

    .simple-sec-wrap .simple-sec-left {
        padding: 0 0 30px;
        width: 100%;
        max-width: 100%;
    }

    .simple-sec-wrap {
        flex-wrap: wrap;
        padding: 20px 20px 0px;
    }

    section.nt-testimonials-section .slick-list .nt-testimonial-item {
        padding: 20px 20px;
    }

    section.platform-banner-section .platform-wrap-sect .platform-content,
    section.platform-banner-section .container .platform-image {
        width: 100%;
    }

    section.platform-banner-section .platform-wrap-sect {
        flex-flow: column;
        gap: 0;
    }

    section.platform-banner-section .container .platform-image img {
        width: 100%;
    }

    section.nt-power-platform-section h2 {
        font-size: 36px;
    }

    .top-sect-wrap {
        padding: 0 0 30px;
        flex-flow: column;
    }

    .top-sect-wrap>div {
        width: 100%;
    }

    .features-wrapper {
        flex-wrap: wrap;
    }

    .features-wrapper .feature-item {
        max-width: calc(100%/2 - 10px);
    }

    .status-publish.hentry .page-title {
        font-size: 30px !important;
        margin: 0 0 30px;
    }

    .post-type-archive-news .status-publish.hentry .status-publish.hentry {
        max-width: calc(100%/2 - 10px);
        margin: 0;
    }

    .post-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }

    .status-publish.hentry {
        padding: 25px 0;
    }
    .post-item-inner .post-thumb a img {
        max-width: 100%;
        width: 100%;
        height: 340px;
    }

    .address-wrap {

        gap: 10px;
    }

    .address-main-item h4 {
        font-size: 20px;
    }

    .address-main-item p,
    .address-main-item a {
        font-size: 16px;
        margin-top: 6px;
    }

    .address-sec {
        padding: 0px 0px 30px;
        background: #fff;
    }

    section.Contact-banner-section {
        padding: 30px 0;
    }

    body {
        padding-top: 70px;
    }

    .opn-form-sec .two-col-wrap {
        flex-wrap: wrap;
    }

    .opn-form-sec .left-col,
    .opn-form-sec .right-col {
        padding: 15px;
        width: 100%;
    }

    #wpsm_accordion_278 .wpsm_panel-title a {
        display: flex !important;
        align-items: center;
        flex-flow: revert-layer !important;
    }

    .Contact-content span.top-text,
    .status-publish.hentry .page-title {
        margin: 0 0 9px;
    }

    #wpsm_accordion_278 .ac_title_class {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .page-template-template-about section.nt-power-platform-section .nt-section {
        display: block;
    }

    section.nt-power-platform-section .nt-section>div.nt-main-img {
        position: unset;
    }

    section.nt-power-platform-section .nt-section>div {
        width: 100%;
    }

    section.nt-power-platform-section .nt-section>div.nt-main-img {
        margin-bottom: 20px;
    }

    section.nt-power-platform-section h2 {
        font-size: 30px;
    }

    .page-template-template-about section.nt-power-platform-section .nt-section {
        display: block;
    }

    footer#site-footer .footer-top {
        padding: 50px 0px;
    }
.nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) .image-box:nth-child(2) img {
    right: 190px;
    width: 160px;
    top: 79px;
}
	section.home-banner-section {
    padding: 10px 0 70px !important;
}
	.post-wrap div#nt-posts-list {
    gap: 20px;
}
	.post-wrap div#nt-posts-list>div {
    max-width: calc(100%/2 - 10px);
}
	.single-events .status-publish.hentry .entry-content h2 {
    font-size: 24px;
}
	.single-events .status-publish.hentry .entry-content h3 {
    font-size: 22px;
}

	section.nt-power-platform-section .nt-section {
    gap: 10px;
}


	.contact-form-row .contact-form-row.d-flex .contact-form-col.col-md-6 {
    margin-top: 11px;
}
	.banner-content {
    padding-top: 0px;
}
	section.home-banner-section h2.heading {
    font-size: 50px;
}
	section.nt-power-platform-section .nt-section .nt-main-img img {
    height: 100%;
}
}

@media(max-width:767px) {
		.contact-form-row .contact-form-col .wpcf7-not-valid-tip {
    position: unset;
}
section.home-banner-section .container .banner-image {
    display: none;
}
    section.platform-banner-section .platform-wrap-sect,
    section.nt-power-platform-section .nt-section,
    section.nt-power-platform-section .nt-section.reverse,
    .simple-sec-wrap {
        flex-direction: column;
    }

    section.platform-banner-section .platform-wrap-sect .platform-content,
    section.platform-banner-section .container .platform-image,
    section.nt-power-platform-section .nt-section>div {
        width: 100%;
    }

    section.nt-power-platform-section .nt-section {
        padding: 22px 0px;
    }

    section.nt-simple-section {
        padding: 22px 0px 104px;
    }

    .simple-sec-right {
        flex: unset;
    }

    .simple-sec-wrap {
        align-items: flex-start
    }

    section.platform-banner-section .container .platform-image img {
        width: 100%;
    }

    section.nt-power-platform-section .nt-section>div.nt-main-img {
        position: static;
    }

    section.platform-banner-section .platform-wrap-sect .platform-content h1,
    section.nt-power-platform-section h1 {
        font-size: 24px;
    }

    section.platform-banner-section .platform-wrap-sect .platform-content p,
    section.nt-power-platform-section p {
        font-size: 15px;
    }

    section.nt-power-platform-section .container>p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.nt-power-platform-section .nt-section .nt-item .nt-item-cnt-wrap h3 {
        padding-top: 5px;
    }

    section.nt-power-platform-section .nt-section .nt-item img {
        width: 35px;
    }

    .nt-item-cnt-wrap h3 {
        font-size: 22px;
    }

    section.nt-simple-section h2 {
        font-size: 28px;
    }

    .simple-sec-wrap .simple-sec-left a {
        font-size: 16px;
        padding: 12px 40px;
    }

    .simple-sec-wrap {
        padding: 0px 0 0px 18px;
    }

    .simple-sec-wrap .simple-sec-right {
        margin-top: auto;
    }

    .top-content-wrap h1,
    .status-publish.hentry .entry-title {
        font-size: 28px;
    }

    .simple-sec-left {
        flex: unset;
    }

    nav.navbar.bootsnav.navbar-fixed.transparent img {
        top: unset;
        height: 40px !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li a {
        font-size: 20px;
        line-height: normal;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav {
        display: block !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container .navbar-header button.navbar-toggle {
        display: block;
        font-size: 0;
        width: 30px;
        height: 30px;
        background-image: url(https://w8y.2e3.myftpupload.com/wp-content/uploads/2025/12/images-1.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: unset;
        margin: 0;
        float: unset;
        clear: both;
        order: 2;
    }

    nav.navbar.bootsnav.navbar-fixed .container .navbar-header::before,
    nav.navbar.bootsnav.navbar-fixed .container .navbar-header::after {
        display: none;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li ul {
        display: none !important;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        transform: unset;
    }

    nav.navbar.bootsnav.navbar-fixed .container .navbar-header {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .nav-cstm-wrap {
        position: absolute;
        width: 100%;
        top: 100%;
        height: 100vh;
        background: #fff;
        display: block;
        padding: 20px 10px;
        left: 0;
        transform: translateX(100%);
        transition: all 0.4s ease;
    }

    .nav-cstm-wrap:has(.navbar-collapse.collapse.in) {
        transform: unset;
    }

    nav.navbar.bootsnav.navbar-fixed .container .navbar-header button.navbar-toggle[aria-expanded="true"] {
        background-image: url(https://w8y.2e3.myftpupload.com/wp-content/uploads/2025/12/5196323-200.png);
        background-size: 26px;
    }

    nav.navbar.bootsnav.navbar-fixed.transparent img {
        top: unset;
        height: 40px !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav {
        display: block !important;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu {
        overflow: unset !important;
        max-height: max-content;
        margin: 0 0 20px;
    }

    /* .main-btn,
    .main-secund-btn {
        font-size: 18px;
        height: 48px;
    } */

    section.home-banner-section {
        background-image: unset !important;
    }

    section.home-banner-section h2.heading {
        font-size: 40px;
    }

    span.top-text,
    .status-publish.hentry .page-title {
        font-size: 20px !important;
        margin: 0 0 8px;
    }

    .main-btn {
        padding-inline: 24px;
    }

    .ai-items-wrapper>.ai-item {
        max-width: 100%;
    }

    .ai-items-wrapper>.ai-item p {
        min-height: auto;
    }

    section.nt-testimonials-section .slick-list .nt-testimonial-item>p {
        font-size: 18px;
    }

    section.nt-testimonials-section .slick-list .nt-testimonial-item h4 {
        font-size: 17px;
    }

    section.nt-platform-section {
        padding: 35px 0px;
    }

    section.nt-platform-section h2 {
        font-size: 28px;
    }

    section.nt-platform-section .nt-platform-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    section.nt-life-sciences-section {
        padding: 40px 0px;
    }

    section.nt-life-sciences-section h2 {
        font-size: 26px;
    }

    footer#site-footer .footer-top .container.footer-grid {
        grid-template-columns: 1fr;
    }

    footer#site-footer .footer-top {
        padding: 30px 0px;
    }

    footer#site-footer .footer-bottom .container.footer-bottom-inner {
        flex-flow: column;
    }

    footer#site-footer .footer-bottom .container.footer-bottom-inner ul#menu-footebelow-menu {
        justify-content: center;
        margin: 0;
        width: 100%;
        gap: 15px;
    }

    footer#site-footer .footer-bottom .container.footer-bottom-inner ul.footer-bottom-links li {
        margin-left: 0;
    }

    section.nt-intelligence-section h2 {
        font-size: 24px;
        margin: 0;
    }

    section.nt-intelligence-section>.container>div:nth-child(2) {
        position: unset;
        transform: unset;
    }

    .nt-intelligence-wrapper .nt-intelligence-item .image-box {
        display: none;
    }

    .nt-intelligence-wrapper .nt-intelligence-item {
        max-width: 100% !important;
        width: 100%;
        margin: 0 0 10px;
        padding: 10px;
        border-radius: 4px;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:nth-child(2) {
        background: #d7dae5;

    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li ul {
        list-style: none;
        padding: 10px;
        border: 1px solid #ddd;
        margin: 0;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li ul li a {
        padding: 5px 01px;
        font-size: 17px;
        line-height: normal;
        display: block;
    }

    .nt-intelligence-wrapper .nt-intelligence-item p {
        color: #000;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:first-child {
        background: #f5dfd4;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:last-child {
        background: #c9f0e1;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li ul {
        display: none !important;
    }

    .nt-intelligence-wrapper .nt-intelligence-item:first-child {
        order: 1;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li.menu-item.dropdown.on ul {
        display: block !important;
    }

    .simple-sec-wrap {
        padding: 20px 10px 0px;
    }

    section.nt-power-platform-section .nt-section .nt-item p {
        margin: 0 0 10px;
    }

    .benefits-wrapper .benefit-item {
        width: 100%;
    }

    .benefits-wrapper {
        gap: 10px;
    }

    section.nt-features-section h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .benefits-wrapper .benefit-item h3 {
        font-size: 20px;
    }

    span.top-text,
    .status-publish.hentry .page-title {
        font-size: 30px !important;
        margin: 0 0 28px;
    }

    .post-type-archive-news .status-publish.hentry .status-publish.hentry {
        max-width: 100%;
        margin: 0;
    }

    .Contact-content h2 {
        font-size: 35px;
    }

    .contact-form-row label {
        margin-bottom: 10px;
    }

    .contact-form-row .contact-form-row.d-flex {
        gap: 10px;
    }

    .contact-form-row .contact-form-row.d-flex .contact-form-col.col-md-6 {
        padding: 0;
    }

    .address-wrap {
        gap: 10px;
        flex-wrap: wrap;
    }

    .contact-form-col.col-12 {
        padding: 0;
    }

    .contact-form-row .contact-form-row.d-flex .contact-form-col.col-md-6 {
        max-width: 100%;
        width: 100%;
    }

    .contact-form-row .contact-form-row.d-flex {
        flex-wrap: wrap;
        gap: 0;
    }

    .opn-form-sec .fsd h5 {
        font-size: 18px;
    }

    div#comments form#commentform {
        padding: 20px 10px;
    }

    .nav-previous a {
        font-size: 13px;
    }

    h2 {
        font-size: 30px;
    }

    .status-publish.hentry .entry-content p {
        font-size: 16px;
    }

    .status-publish.hentry .entry-utility {
        font-size: 15px;
    }

    body.single.single-post .container .status-publish.hentry .entry-content {
        padding: 0 !important;
    }

    footer#site-footer .footer-top .container.footer-grid .footer-col.footer-menu ul.footer-nav li a {
        font-size: 18px;
    }

    section.nt-intelligence-section h2 {
        width: 100%;
        max-width: 100%;
    }

    .footer-col.footer-contact p strong {
        font-size: 18px;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav>li>ul {
        position: unset !important;
        min-width: 100%;
        width: 100%;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li ul {
        padding: 0;
    }

    nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li ul li a {
        padding: 9px 10px;
    }

    nav.navbar.bootsnav .navbar-nav>li.dropdown a.dropdown-toggle {
        justify-content: space-between;
    }

    .banner-content .description-wrapper {
        max-width: 100%;
    }
	.single-events .status-publish.hentry .entry-title {
    margin: 10px 10px;
}
	.single-events .status-publish.hentry .entry-title {
    font-size: 26px;
}
	.status-publish.hentry .entry-content {
    padding: 0 !important;
}
.single .wrapper > .container .status-publish.hentry .entry-content {
    padding: 0px 10px !important;
}
	.single .wrapper > .container .status-publish.hentry .entry-meta {
    margin: 0 10px !important;
}
	section.nt-power-platform-section>.container {
    padding: 0 15px !important;
}
}

@media(max-width:567px) {
	section.platform-banner-section .container .platform-image img {
    height: auto;
}
    section.nt-simple-section {
        padding: 22px 0px 54px;
    }

    .features-wrapper .feature-item {
        max-width: 100%;
    }

    .features-wrapper .feature-item h3 {
        font-size: 20px;
    }

    .status-publish.hentry .entry-title a {
        font-size: 20px !important;
    }

    .status-publish.hentry {
        padding: 0;
    }

    .address-icon-sec img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .Contact-content h2 {
        font-size: 30px;
    }

    #wpsm_accordion_278 .wpsm_panel-title a {
        font-size: 16px !important;

    }

    div#comments form#commentform .form-submit input#submit {
        font-size: 16px;
        padding: 10px 30px;
        max-width: max-content;
    }

    .main-btn {
        padding-inline: 22px;
    }

    div#comments form#commentform {
        padding: 20px 10px;
    }

    #respond .comment-notes span.required-field-message {
        font-size: 15px;
    }

    .status-publish.hentry .entry-content ul li {
        font-size: 16px;
    }

    .status-publish.hentry h1.entry-title {
        font-size: 40px;
    }
}

div#nav-below {

    display: none;

}
 
.address-wrap .address-item-wrap {
    max-width: 275px;
}
 
.address-wrap .address-item-wrap p a {
    padding: 0;
}
#wpsm_accordion_278 .wpsm_panel-title span.ac_open_cl_icon {
    position: relative;
    top: 12px;
}
 
.status-publish.hentry .post-thumb-single img.attachment-full.size-full.wp-post-image {
    margin: 0 auto;
    display: block;
}
 
.status-publish.hentry h1.entry-title {
    font-size: 40px;
    max-width: 900px;
    margin: 0 auto 20px;
}
 
.wrapper .container div#nav-above {
    padding-top: 30px;
}
 
@media(max-width:992px){
nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li.dropdown.on ul {
    display: block !important;
}
 
nav.navbar.bootsnav.navbar-fixed .container div#navbar-menu ul.nav li.dropdown ul {
    display: none !important;
}
#wpsm_accordion_278 .wpsm_panel-title span.ac_open_cl_icon {
    position: relative;
    top: 0;
}
.status-publish.hentry h1.entry-title {
    font-size: 30px;
        margin: 10px auto 20px;
}
		section.nt-power-platform-section .sec2-power-platform.power-platfrom {
    padding: 20px 0px;
}
.nav-cstm-wrap .main-btn.nav-request {
    padding: 10px 10px 10px 15px;
    font-size: 15px;
}
.navbar-brand>img {
    height: 30px !important;
}
}
 
@media(max-width:767px){
    .status-publish.hentry h1.entry-title {
    font-size: 23px;
}
    .nav-cstm-wrap {
    overflow: auto;
    padding-bottom: 80px;
}
	.single-news .status-publish.hentry .entry-title, .single-post .status-publish.hentry .entry-title {
    max-width: 100%;
    text-align: left;
    margin: 20px 10px;
}
	body.single.single-post .container .status-publish.hentry .entry-content {
    padding: 0  10px !important;
}
body {
    padding-top: 50px;
}
		.post-wrap div#nt-posts-list>div {
    max-width: 100%;
}
	.status-publish.hentry .post-thumb-single img.attachment-full.size-full.wp-post-image {
    height: 320px;
}
	.single .wrapper > .container .status-publish.hentry .entry-content {
    padding: 5px 10px !important;
}
section.home-banner-section {
    padding: 30px 0 70px !important;
}
.banner-content {
    max-width: 100%;
    width: 100%;
}
}

@media(max-width:567px){
	.single-news .status-publish.hentry .entry-title, .single-post .status-publish.hentry .entry-title {
    font-size: 24px;
}
	.single-news .status-publish.hentry .entry-content h2, .single-post .status-publish.hentry .entry-content h2 {
    font-size: 26px;

}
	.single-news .status-publish.hentry .entry-content h3, .single-post .status-publish.hentry .entry-content h3 {
    font-size: 22px;
}
	.status-publish.hentry .entry-utility {
    font-size: 13px;
}
		section.platform-banner-section .container .platform-image .alignnone {
    width: 100%;
    height: auto;
    object-fit: cover;
}
	section.nt-power-platform-section .nt-section .nt-main-img img {
    height: auto;
}
section.platform-banner-section .platform-wrap-sect .platform-content h1 ,
	.top-content-wrap h1, .status-publish.hentry .entry-title{
    margin-bottom: 10px;
}
.top-content-wrap h1, .status-publish.hentry .entry-title {
    font-size: 28px;
}
section.nt-features-section {
    padding: 20px 0px;
    margin-bottom: 32px;
}
}


/* 06/1/26 */
section.home-banner-section .container {
    align-items: center;
/*     padding-top: 50px !important; */
}
section.nt-intelligence-section h2 {
    max-width: 720px;
}
section.nt-life-sciences-section h2{
	margin-bottom:40px;
}
.top-sect-wrap {
    padding: 0px 0;

}
.top-content-wrap h1, .status-publish.hentry .entry-title {
    font-size: 40px;
 
}
 section.nt-benefits-section h1 {
    margin-bottom: 40px;
}
.page-template-template-nexttrial-regulatory-navigator-php .top-sect-wrap>div.image-wrap img {
    object-position: center;
}
.status-publish.hentry .entry-meta a span.entry-date {
    font-weight: 600;
    font-size: 16px;
}
.single .wrapper > .container .status-publish.hentry .entry-meta span.entry-date.event-date {
    margin: 13px 0 13px;
    display: block;
    font-size: 16px;
    color: #0073aa;
    font-weight: 600;
}
.status-publish.hentry .entry-meta a {
    cursor: pointer !important;
}
.single .wrapper > .container .status-publish.hentry .entry-meta span.entry-date.event-date strong {
    color: #000;
    font-weight: 600;
}
@media(max-width:1366px){
	section.nt-intelligence-section h2 {
    max-width: 600px;
}
}

.new-slider .slick-list.draggable .hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.hero-banner {
    background-repeat: no-repeat;
}
.new-slider .slick-list.draggable {
    height: 705px !important;
    /* height: 720px !important; */
    overflow: hidden;
}
.home-repeater-sections ul.slick-dots{
	display:flex !important;
	gap:4px;
}
section.hero-banner .hero-buttons a svg {
    height: 17px !important;
}
section.hero-banner .hero-desc {
    max-width: 980px !important;
}
.new-slider .slick-list.draggable .hero-banner {
    padding: 140px 0px !important;
}
.home-repeater-sections.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0;
}
section.nt-testimonials-section .slick-list .nt-testimonial-item>p {
    max-width: 760px;
    width: 100%;
}
 

 

section.hero-banner .hero-buttons a {
    font-weight: 400!important;
	gap:17px !important;
	font-size:16px !important;
}
section.hero-banner .hero-desc {
    font-weight: 200 !important;
}
 section.hero-banner .hero-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(96.05deg, #00111C 20.68%, #EE6411 89%) !important;
}
.hero-banner{
    position: relative;
}
.hero-banner::before{
   position: absolute;
   content: " ";
   width: 171px;
   height: 154px;
   left: 5%;
   top: 10%;
   background: url('https://w8y.2e3.myftpupload.com/wp-content/uploads/2026/04/b.png');
   background-repeat: no-repeat;
   background-size: contain;
   filter: grayscale(1);
}
.hero-banner::after{
       position: absolute;
   content: " ";
   width: 284px;
   height: 257px;
   right: 4%;
   bottom:4%;
   background: url('https://w8y.2e3.myftpupload.com/wp-content/uploads/2026/04/a.png');
   background-repeat: no-repeat;
   background-size: contain;
   filter: grayscale(1);
}
@media(max-width:1365px){
	.new-slider .slick-track {
    display: flex;
}

.new-slider .slick-list.draggable {
    display: flex;
}
}

@media(max-width:992px){
	.new-slider .slick-list.draggable {
    height: 640px !important;
}
	section.hero-banner .hero-buttons a {
    height: 50px !important;
    font-size: 16px !important;
}
	.home-repeater-sections ul.slick-dots {
    bottom: 20px !important;
}
}
.home-repeater-sections ul.slick-dots li {
 
    margin: 0 4px !important;
   
}
.home-repeater-sections ul.slick-dots li button {
    background: #b5b5b5 ;
}
section.hero-banner .hero-title  .top {
    font-family: 'nexa', sans-serif !important;
    font-weight: 700 !important;
}
@media(max-width:768px){
    	section.hero-banner .hero-buttons a {
    height: 45px !important;
}
	section.home-banner-section .container .banner-image img {
    width: 100%;
    max-width: 290px;
    margin-inline: auto;
}
	section.home-banner-section .container {
/*     flex-direction: column-reverse !important; */
    justify-content: center;
    align-items: center;
}
	section.home-banner-section .container .banner-image {
    max-width: max-content;
    width: 100%;
    text-align: center;
}
    .banner-content,.banner-content .description-wrapper .desc-title {
    text-align: center;
    max-width: 410px;
}
	section.home-banner-section {
    padding: 0px 0 0px !important;
}
	.home-repeater-sections ul.slick-dots {
    padding: 14px 0px !important;
}
/* 	.home-repeater-sections ul.slick-dots {
    bottom: -59px !important;
} */
	.home-repeater-sections ul.slick-dots{
		bottom:30px !important;
	}
	section.hero-banner .hero-buttons {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
	section.hero-banner .hero-buttons a {
    font-size: 14px !important;
}
/* .home-repeater-sections.slick-dotted.slick-slider {
    margin-bottom: 90px !important;
} */
	section.home-banner-section .banner-content .banner-buttons {
 justify-content: center;
}
/* 	section.home-banner-section .container {
    padding-bottom: 30px !important;
} */
	section.home-banner-section .container {
    padding-bottom: 100px !important;
}
.new-slider .slick-list.draggable{
    height: auto !important;
}
}

@media(max-width:580px){

	 .new-slider .slick-list.draggable {
    height: 600px !important; 
    overflow: hidden;
}
	section.home-banner-section .container .banner-image img {
  
    max-width: 170px;
}
.hero-banner::after{
   width: 220px;
    height: 184px;
   right: 0;
   bottom:0;
}
section.hero-banner .hero-content{
    padding: unset !important;
}
}
