@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/**
 * Theme Name:     Extranet Systems
 * Author:         Extranet Systems
 * Template:       assembler
 * Text Domain:	   extranet-systems
 * Description:    Extranet Systems
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
	padding: 73px 0 0;
}
body h1, body h2, body h3, body h4 {
    font-family: 'Sora', sans-serif;
    /* font-style: italic; */
}
body li {
    font-family: 'Inter';
}
.font-18 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Raleway';
}
p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.black-btn:hover {
    color: #fff;
}
img {
    max-width: 100%;
}
body h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 1.1;
}
.site-container {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.font-65 {
    font-weight: 700;
    font-size: 65px;
    line-height: 1.3;
}
.font-52 {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -1%;
}

/* header start */
header.site-header.main-header {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
    max-width: 100%;
    background: #fff;
	padding: 12px 10px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.main-header .site-container {max-width: 100%;padding: 0 38px;}
.navbar {padding: 0;}
.navbar .menu-item-has-children {
    position: relative;
}
.navbar .menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.navbar .menu-item-has-children:hover>.sub-menu {
    display: block;
}
.navbar .sub-menu li {
    list-style: none;
}
.navbar .sub-menu a {
    display: block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none;
}
.navbar .sub-menu a:hover {
    background: #f5f5f5;
}
.main-header {
    padding: 18px 0 !important;
}
.main-header .logo-part {
    width: 110px;
    height: auto;
}
.main-header .logo-part a,
.main-header .logo-part img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.main-header ul {
    margin: 0 auto !important;
    gap: 36px;
    align-items: center;
}
.main-header .header-btns {
    gap: 16px !important;
}
.main-header ul.navbar-nav li.menu-item-has-children {
    position: relative;
}
.main-header ul.navbar-nav li.menu-item-has-children button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 14px;
    padding: 9px;
    font-size: 0;
    margin: 0;
    border: none;
    background-image: url(/wp-content/uploads/2026/03/submenu-icn.svg);
    background-color: #ffffff00;
    background-repeat: no-repeat;
    background-size: 12px;
}
.main-header ul.navbar-nav li.menu-item-has-children span {
    display: none;
}
.main-header ul.navbar-nav li.menu-item-has-children a {
    padding-right: 30px;
}
.main-header .header-btns .hbtn {color: var(--white);border: 2px solid var(--teal);font-size: 14px;line-height: 18px;font-weight: 800;padding: 9px 20px;border-radius: 8px;background-color: var(--teal);font-family: "Inter", sans-serif;letter-spacing: 0%;border-radius: 6px;text-decoration: none;transition: 0.3s;}
.main-header .header-btns .hbtn:hover {background-color: var(--teal-dk);border-color: var(--teal-dk);color: var(--white);}
.main-header .header-btns .mob.hbtn {border: 2px solid var(--dark);background-color: var(--white);color: var(--dark);}
.main-header .header-btns .mob.hbtn:hover {background-color: var(--dark);border-color: var(--dark);color: var(--white);}

.main-header ul.navbar-nav li a {color: var(--dark);font-size: 14px;line-height: 20px;font-family: "Inter", sans-serif;font-weight: 500;position: relative;letter-spacing: 0%;text-decoration: none;}
.main-header ul.navbar-nav li a::before {
    content: "";
    background: #258b9f;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -10px;
    left: 0;
}
.main-header ul.navbar-nav li a:hover {
    color: #258b9f;
}
.main-header ul.navbar-nav li a:hover::before {
    width: 100%;
    transition: 0.3s;
}
.main-header ul.navbar-nav li.menu-item-has-children ul.sub-menu {
    padding: 0;
    margin: 0 !important;
    border-radius: inherit;
    background: #fff;
    border-radius: 0;
}
.main-header ul.navbar-nav li.menu-item-has-children ul.sub-menu a::before {
    background: none;
}
.main-header ul.navbar-nav li.menu-item-has-children ul.sub-menu li a {
    padding: 6px 7px;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 0;
}
.main-header ul.navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
    color: #fff;
    background: #258b9f;
}
.font-52 {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -1%;
}
button.navbar-toggler.nav-tog span:focus-visible {
    outline: none;
}
button:focus {
    border: none !important;
    /* outline: 2px dotted rgb(0 0 0 / 0%); */
}

header.site-header.main-header button.navbar-toggler[aria-expanded="true"] span {
    background-image: url(https://extranetsystemsau.wpcomstaging.com/wp-content/uploads/2026/03/close-menu.svg);
}

/*footer*/
footer {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.site-footer {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.upper-footer {
    background: #1D6F7F;
    padding: 90px 0 100px;
    margin: 0 !important;
}
.upper-footer .font-52 {
    color: #fff;
    text-align: center;
    margin: 0 auto 24px;
}
.upper-footer p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0 0 32px;
}
.upper-footer a {
    background: #fff;
    color: #191919;
}
.upper-footer a:hover {
    background: #191919;
    color: #fff;
}
.main-btn {
    font-family: Raleway;
    font-weight: 500;
    line-height: 150%;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background: #258B9F;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 6px;
    transition: 0.3s;
}
.up-f-part {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
.main-btn:hover {
    background: #191919;
    color: #fff;
}
.main-footer {
    background: #000;
    margin: 0 !important;
    padding: 52px 0 0;
}
.main-footer .top-part {
    padding-bottom: 34px;
}
.main-footer .mid-part {
    padding: 45px 0;
}
.main-footer .footer-row ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.main-footer .footer-row h3 {
    font-family: Raleway;
    font-weight: 600;
    line-height: 1.3;
    color: #258B9F;
    font-size: 16px;
    margin: 0 0 16px;
}
.main-footer .footer-row ul li a {
    font-family: Raleway;
    font-weight: 400;
    letter-spacing: 0%;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}
.main-footer .footer-row ul li a::before {
    content: "";
    background: #258B9F;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -5px;
    left: 0;
}
.main-footer .footer-row ul li a:hover {
    color: #258B9F;
}
.main-footer .footer-row ul li a:hover::before {
    width: 100%;
    transition: 0.3s;
}
.newsletter-blk {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0;
    margin: 0;
}
.newsletter-blk p span {
    display: block;
}
.newsletter-blk span.wpcf7-spinner {
    display: none;
}
.newsletter-blk span input {
    background: #ffffff10;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0%;
    padding: 8px 15px;
    border: 1.5px solid rgba(255,255,255,.15);
	width: 240px;
	height: 38px;
    border-radius: 6px;
    color: #fff;
    margin: 0;
	outline: none;
}
.newsletter-blk .sub-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0%;
    padding: 8px 22px;
    height: 38px;
    border: 1px solid #ffffff20;
    border-radius: 6px;
    background: var(--teal) !important;
    transition: 0.3s;
    margin: 0;
    position: relative;
}
.main-footer .top-part .form-part br {
    display: none;
}
.main-footer .top-part .cont-part h3 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}
.main-footer .top-part .cont-part p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 5px 0 0;
}
.main-footer .top-part .form-part p,
.main-footer .top-part .form-part a {
    font-family: Raleway;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
}
.main-footer .top-part .form-part a {
    font-weight: 600;
}
.main-footer .top-part .form-part {
    text-align: right;
    padding: 0 10px 0 140px;
}
.main-footer .btm-part {
    padding: 12px 0;
    align-items: center;
}
.main-footer .btm-part .f-logo {
    width: 97px;
    height: auto;
    text-align: left;
}
.main-footer .btm-part .f-logo a,
.main-footer .btm-part .f-logo a img {
    display: block;
    width: 100%;
}
.main-footer .btm-part .f-copyright {
    text-align: right;
}
.main-footer .btm-part .f-copyright p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0%;
}
.newsletter-blk .sub-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 10px 0;
    color: #fff;
    text-align: left;
    font-size: 14px;
    border: 1px solid;
    width: max-content;
    border-radius: 5px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    display: none !important;
}
.custom-line hr {
    margin: 0 !important;
}
.banner-section.home {
    background: #F9F9F9;
}
.banner-section.home .banner-text {
    color: #191919;
}
.banner-section.home .banner-text h1 {
    color: #191919;
    font-size: 65px;
    line-height: 1;
    margin-bottom: 29px;
}
.banner-section.home .white-button {
    background: #258B9F;
    color: #fff;
    margin-top: 25px;
}
.banner-section.home .white-button:hover {
    background: #000;
}
.banner-section.home img {
    max-height: 587px;
}
.banner-brands {
    background: #246370;
    padding: 16px 0;
}
.banner-brands .logo-blk {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
}
.banner-brands.dark {
    background: #191919;
    padding: 43px 0;
}
.com-title {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    border: 1px solid #258B9F;
    background: #258B9F1C;
    width: max-content;
    margin: 0 auto;
    padding: 6px 25px 4px 25px;
    border-radius: 11px;
}
.capabilities .top-part h2 {
    margin: 14px auto 0;
    text-align: center;
}
.capabilities .top-part p {
    text-align: center;
    width: 60%;
    margin: 14px auto 0;
}
.capabilities .cap-box-blk {
    margin: 47px 0 0;
}
.capabilities .cap-box-blk .cap-box {
    display: block;
    text-decoration: none;
    background: #e9f3f5;
    border-radius: 20px;
    position: relative;
    width: 100%;
}
.cap-box-blk .slick-track {
    display: flex;
    margin: 0px -10px;
}
.capabilities .cap-box-blk .cap-box img {
    width: 100%;
    height: 253px;
    object-fit: cover;
    border-radius: 20px;
}
.capabilities .cap-box-blk .cap-box a {
    text-decoration: none;
}
.about-lists a {
    text-decoration: none;
}
.capabilities .cap-box-blk .cont-box {
    padding: 30px 15px 80px 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.capabilities .cap-box-blk .cont-box h4 {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-decoration: none;
    transition: 0.3s;
    color: #000;
}
.cap-box-blk .slick-slide {
    display: flex !important;
    padding: 0px 10px;
    height: auto;
}
.cap-box-blk .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    gap: 10px;
}
.cap-box-blk .slick-dots button {
    display: none;
}
.cap-box-blk .slick-dots li {
    background: rgba(0, 0, 0, .2);
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}
.cap-box-blk .slick-dots li.slick-active {
    background: rgb(0, 0, 0);
} 
.blog-part .btm-btn {
    margin: 0 auto;
}
.capabilities .cap-box-blk .cont-box h4:hover {
    color: #258B9F;
}
.capabilities .cap-box-blk a.cap-box:hover {
    color: inherit;
}
.capabilities .cap-box-blk .cont-box p {
    font-size: 16px;
    color: #000;
    width: 94%;
}
.cont-box .link-icn {
    width: 40px;
    height: 40px;
    background-image: url(https://extranetsystemsau.wpcomstaging.com/wp-content/uploads/2026/03/cap-box-icn.svg);
    margin-left: auto;
    background-repeat: no-repeat;
    transition: 0.3s;
    margin-top: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.cont-box .link-icn:hover {
    rotate: 30deg;
}
.capabilities .btm-btn {
    text-align: center;
}
.black-btn {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    transition: 0.3s;
    padding: 13px 57px;
    border-radius: 50px;
    background: #000000;
    text-decoration: none;
    display: inline-block;
    width: max-content;
    margin: 40px 0 0;
}
.black-btn:hover {
    background: #246370;
}
.testimonials-header p {
    width: 65%;
}
.common-content .img-part img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.common-content .cont-part {
    padding-left: 60px;
}
.common-content .cont-part h3 {
    color: #258B9F;
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0%;
}
.common-content .cont-part h2 {
    margin: 16px 0 8px;
}
.common-content .cont-part ul {
    margin: 37px 0 0;
}
.common-content .cont-part ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.common-content .cont-part ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin: 37px 0 28px;
}
.common-content .cont-part ul li img {
    width: 34px;
    height: 34px;
}
.common-content .cont-part ul li span {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
.wes .common-content .cont-part {
    padding-left: 0;
}
.wes .cont-part {
    padding-left: 0;
}
.gb {
    padding: 46px 182px;
    background: #258B9F;
    border-radius: 18px;
    text-align: center;
}
.gb h2 {
    color: #fff;
    margin: 0 0 24px;
}
.gb p {
    color: #fff;
}
.gb .main-btn {
    margin: 32px auto 0;
    background: #fff;
    color: #000;
    transition: 0.3s;
}
.gb .main-btn:hover {
    background: #000;
    color: #fff;
}
.common-content.wess .cont-part ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 11px;
    flex-direction: row;
}
.common-content.wess .cont-part ul li {
    width: calc(50% - 6px);
    background: #E9F3F5;
    padding: 10px 12px;
    border-radius: 6px;
    align-items: center;
}
.common-content.wess .cont-part ul li img {
    height: 16px;
    width: auto;
}
.wess.common-content .cont-part {
    padding-left: 24px;
}
.common-content.wess .cont-part p {
    margin-top: 24px;
}
.common-content.wess .cont-part ul {
    margin-bottom: 50px;
}
.common-content .row {
    align-items: center;
}
.banner-section {
    background: #f6f6f6;
}
.banner-text h1 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -1.5px;
    color: var(--dark);
    margin-bottom: 16px;
}
.banner-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: 'Inter';
}

.banner-section .col-md-6:nth-child(1) {
    display: flex;
    align-items: center;
}
.white-button {
    font-size: 16px;
    border-radius: 8px;
    background: #fff;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    transition: .3s all;
}
.white-button:hover {
    background: #000;
    color: #fff;
}
.banner-section img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    max-height: 100%;
    min-height: 100%;
}
.banner-text .main-btn {
    margin-top: 32px;
}

.padding-large {
    padding: 100px 0px;
}

.padding-mid {
    padding: 50px 0px;
}

.about-us {
    background: #E9F3F5;
}

.about-header {
    text-align: center;
    margin-bottom: 80px;
}

body h5 {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Raleway';
}

.about-header p {
    max-width: 768px;
    margin: 0 auto;
}

.about-header h2 {
    margin: 20px auto 20px;
    width: 80%;
}

.font-36 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.about-lists .col-md-4 {
    text-align: center;
}

.about-lists h3 {
    margin: 15px 0px;
}

.about-lists p {
    font-size: 16px;
}

.platforms-lists {
    list-style: none;
    padding: 0;
    margin: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.platforms-content h2 {
    margin-bottom: 32px;
}

.platforms-lists li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Raleway';
}

.platforms-lists li span {
    /*  width: 34px; */
    text-align: center;
}

.platforms-lists li span img {
    display: block;
}

.outline-button {
    border: 1px solid rgba(0, 0, 0, .15);
    text-decoration: none;
    border-radius: 6px;
    padding: 12px 23px;
    display: inline-block;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    transition: .3s all;
}

.outline-button:hover {
    background-color: #1D6F7F;
    border-color: #1D6F7F;
    color: #fff;
}

.platforms-content {
    padding-left: 20px;
}

.platforms-content h5 {
    margin-bottom: 10px;
    color: #258B9F;
    text-transform: uppercase;
}
.radius-16 {
    border-radius: 16px;
}

.testimonials-header h2 {
    margin-bottom: 24px;
}

.author-info img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.author-content h6 {
    font-family: 'Raleway';
    font-weight: 600;
}

.author-content p {
    font-size: 16px;
}

.testimonials-slide {
    background: #D3E7EB;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .15);
}

.testimonials-slider {
    width: 100%;
    margin-left: auto;
    max-width: 100%;
    padding-left: 20px;
}

.slider-full .slick-list {
    overflow: visible;
}

.testimonials-slide-outer {
    padding-right: 32px;
}

.testimonials-slider ul.slick-dots li button,
.post-f-img-blk .slick-dots li button {
    display: none;
}

.testimonials-slider ul.slick-dots,
.post-f-img-blk .slick-dots {
    list-style: none;
    padding: 0;
}

.testimonials-slider ul.slick-dots li,
.post-f-img-blk .slick-dots li {
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    cursor: pointer;
}

.testimonials-slider ul.slick-dots,
.post-f-img-blk .slick-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 52px;
}

.testimonials-slider ul.slick-dots li.slick-active,
.post-f-img-blk .slick-dots li.slick-active {
    background: #000;
}

.testimonials-slide>img {
    margin-bottom: 24px;
}

.testimonial-arrows .slick-arrow {
    background-color: #D3E7EB !important;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.testimonial-arrows {
    text-align: right;
    display: none;
}

.testimonials-header {
    margin-bottom: 30px;
}

.testimonials-outer {
    background: #258b9f10;
    overflow: hidden;
}

.testimonials-slider ul.slick-dots,
.post-f-img-blk .slick-dots {
    justify-content: center;
}

.testimonials-header {
    text-align: center;
}

.testimonials-header p {
    margin: 0 auto;
}

.testimonial-arrows .slick-arrow:focus,
.testimonial-arrows .slick-arrow:hover {
    border: 1px solid #000 !important;
}

.testimonials-slider .slick-list.draggable {
    padding-left: 0px !important;
}

.testimonials-slider .slick-slide {
    opacity: 0.4;
    transform: scale(0.85);
    transition: all 0.4s ease;
    padding: 0;
}

/* Center active slide */
.testimonials-slider .slick-center {
    opacity: 1;
    transform: scale(1);
}

/* Optional smooth look */
.testimonials-slider .slick-list {
    overflow: visible;
}

/* Card styling (like your UI) */
.logo-repeator {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px 8px;
}
.logo-repeator li {
    background: #f2f2f2;
    border-radius: 8px;
    text-align: center;
    padding: 24px 10px;
}
.software-text {
    text-align: center;
}
.software-text p {
    margin: 24px 0px 32px;
}
.software-text {
    max-width: 753px;
    margin: 0 auto;
}
.why-extrant-outer .platforms-content {
    padding-left: 0;
    padding-right: 20px;
}
.accordion-items {
    background: #ffffff;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 20px;
}
.accordion-items:not(:last-child) {
    margin-bottom: 16px;
}
.accordion-title {
    padding: 20px 40px 20px 40px;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.accordion-content {
    padding: 0px 40px 20px;
    font-size: 16px;
    width: 86%;
}
.faq-header {
    text-align: center;
    max-width: 100%;
    margin: 0px auto 42px;
}
.faq-header h2 {
    margin-bottom: 24px;
}
.accordion-section {
    max-width: 100%;
    margin: 0 auto;
}
.accordion-title img {
    transform: rotate(0);
    transition: .3s all;
}
.accordion-items.active img {
    transform: rotate(45deg);
}
.accordion-title span {
    font-size: 16px;
}
.accordion-items.active {
    background: #F2F2F2;
}
.accordion-items.active span {
    color: #258B9F;
}
.need-help {
    background: #191919;
    padding: 46px 0;
}
.need-help .row {
    align-items: center;
}
.need-help .btn-part .main-btn {
    width: 214px;
    text-align: center;
    border-radius: 50px;
}
.need-help .btn-part .main-btn:hover {
    background: #fff;
    color: #000;
}
.need-help .cont-part h2 {
    color: #fff;
    margin: 0 0 7px;
}
.need-help .cont-part p {
    color: #fff;
}
.innovation {
    background-image: url(/wp-content/uploads/2026/03/Group-494.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.innovation h2 {
    color: #fff;
    margin: 0 0 8px;
}
.innovation p {
    color: #fff;
    width: 50%;
}
.innovation .black-btn:hover {
    background: #fff;
    color: #000;
}
.blog-section .top-part {
    text-align: center;
    margin: 0 0 60px;
}
.blog-section .top-part h2 {
    margin: 30px auto 10px;
    width: 58%;
}
.blog-part {
    margin: 44px 0 0;
}
.blog-part {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}
.blog-box {
    padding: 15px 15px 15px;
    border-radius: 29px;
    border: 1px solid #00000030;
    max-width: calc(33.3% - 13px);
    box-shadow: none;
    background: #191919;
    transition: 0.3s;
}
.blog-box:hover {
    background: #fff;
}
.blog-box:hover .cont-part span,
.blog-box:hover .cont-part h3 a,
.blog-box:hover .cont-part p {
    color: #000;
}
.blog-box .thumb-part {
    position: relative;
    height: 225px;
    overflow: hidden;
    border-radius: 16px;
}
.blog-box .thumb-part img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.blog-box .thumb-part .cat-name {
    position: absolute;
    background: #fff;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0%;
    padding: 4px 10px;
    left: 14px;
    top: 14px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: 0.3s;
    width: auto;
    height: auto;
    z-index: 9;
}
.blog-box .thumb-part .cat-name:hover {
    background: #258B9F;
    color: #fff;
}
.blog-box .thumb-part a {
    display: block;
    width: 100%;
    height: 100%;
}
.blog-box .thumb-part a img {
    max-width: 100% !important;
    object-fit: cover;
    height: 100% !important;
    transition: 0.3s;
}
.capabilities .btm-btn .black-btn:hover {
    color: #fff;
}
.featured-resources {
    background: #E9F3F5;
}
.blog-box .cont-part .read-time {
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 150%;
    letter-spacing: 0%;
}
.blog-box .cont-part h3 a {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.blog-box .cont-part h3 {
    line-height: 1;
    margin: 0 0 12px;
}
.blog-box .cont-part p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0%;
    margin: 0 0 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.read-more {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    color: #258B9F;
    line-height: 1.3;
    letter-spacing: 0%;
    text-decoration: none;
    padding: 0 30px 0 0;
    background-image: url(https://extranetsystemsau.wpcomstaging.com/wp-content/uploads/2026/03/blog-icn.svg);
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.3s;
}
.blog-box .thumb-part a {
    display: block;
}
.blog-box .cont-part {
    padding: 28px 00px 0;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}
.blog-box .cont-part .read-time {
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 150%;
    letter-spacing: 0%;
}
.blog-box .cont-part h3 a {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.blog-box .cont-part h3 {
    line-height: 1;
    margin: 0 0 12px;
}
.blog-box .cont-part p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0%;
    margin: 0 0 18px;
}
a.read-more {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    color: #258B9F;
    line-height: 1.3;
    letter-spacing: 0%;
    text-decoration: none;
    padding: 0 20px 0 0;
    background-image: url(https://extranetsystemsau.wpcomstaging.com/wp-content/uploads/2026/03/blog-icn.svg);
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.3s;
    margin-top: auto;
    display: inline-block;
    width: max-content;
}
a.read-more:hover {
    color: #258B9F;
    text-decoration: underline;
}
.blog-box .cont-part h3 a:hover {
    color: #258b9f;
}
.common-content.pt-blk .cont-part {
    padding-left: 0;
}
.font-52 span {
    color: #258b9f;
}
.upper-footer a {
    margin: 0 auto;
}
.Faq-outer.about .faq-header {
    max-width: 67%;
}
.Faq-outer.about .accordion-section {
    max-width: 768px;
}
.Faq-outer.about .accordion-section .accordion-content {
    width: 100%;
}
.bottom-part {
    text-align: center;
    padding: 80px 0 0;
}
.bottom-part a.main-btn {
    margin: 0 auto;
}
.bottom-part h2 {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    line-height: 130%;
    letter-spacing: -1%;
    text-align: center;
    margin: 0 0 16px;
}
.bottom-part p {
    margin: 0 0 24px;
}

.bottom-part .main-btn {
    border: 1px solid var(--Opacity-Neutral-Darkest-15, #00000026);
    color: #000;
    background: #fff;
}

.bottom-part .main-btn:hover {
    border: 1px solid var(--Opacity-Neutral-Darkest-15, #1d6f7f26);
    color: #fff;
    background: #1d6f7f;
}
.why-extrant-outer {
    padding-top: 50px;
} 

.platforms-outer .img-part img {
    min-height: 640px;
    object-fit: cover;
}

.our-clients-blk {
    padding-top: 0;
}

.comman-padding {
    padding: 100px 0;
}

.pt-blk,
.green-box,
.common-content.wess {
    padding-bottom: 0;
}

.platforms-outer.btm,
.our-clients-blk,
.why-extrant-outer.btm,
.Faq-outer.about {
    border-top: 1px solid #00000010;
}

.blog-archive {
    background: #E9F3F5;
}

.blog-archive h1 {
    width: 70%;
    margin: 0 auto;
    line-height: 1.2;
}

.blog-archive .top-part p {
    margin: 24px 0 0;
}

.blog-archive div#category-filter {
    margin: 0 0 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.blog-archive div#category-filter button.filter-btn.cat-btn {
    background: #d3e7eb00;
    border-radius: 4px;
    font-family: Raleway;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000;
    transition: 0.3s;
    padding: 8px 20px;
    border: 1px solid #e9f3f5;
}
.blog-archive div#category-filter button.filter-btn.cat-btn.active,
.blog-archive div#category-filter button.filter-btn.cat-btn:hover {
    background: #258B9F;
    color: #fff;
}
.blog-grid .blog-img {
    border-radius: 16px;
    overflow: hidden;
}
.blog-grid .blog-img a,
.blog-grid .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
}

.blog-grid .blog-img img:hover {
    transform: scale(1.1);
}

.blog-grid .blog-content {
    padding: 24px 0 0;
}

.blog-grid .blog-content .meta {
    display: flex;
    gap: 16px;
    align-items: center;
}

.blog-grid .blog-content .meta span {
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.blog-grid .blog-content .meta span.cat {
    padding: 4px 10px;
    border: 1px solid var(--Opacity-Neutral-Darkest-15, #00000026);
    background: #DDE7E9;
    border-radius: 4px;
}

.blog-grid .blog-content h3.title a {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    margin: 16px 0 8px;
    display: block;
}

.blog-grid .blog-content p.desc {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0%;
    margin: 0 0 23px;
}

.gb h2.font-52 {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}

.our-clients-blk {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.why-extrant-outer.btm {
    border: none;
}

/*blog page*/
.single-hero {
    background: #2f7f8a;
    color: #fff;
}

.single-hero .container {
    max-width: 1100px;
    margin: 0 auto;
}

.single-hero-top {
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.8;
}

.single-hero-title {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
    width: 70%;
}

.single-hero-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar img {
    border-radius: 50%;
}

.author-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.share-icons {
    display: flex;
    gap: 10px;
}

.single-hero-image {
    background: #ddd;
    border-radius: 12px;
    overflow: hidden;
    height: 600px;
}

.single-hero-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.breadcrumb {
    gap: 10px;
}

.breadcrumb,
.breadcrumb a {
    color: #fff;
    opacity: 1;
    font-family: Raleway;
    font-weight: 400;
    font-style: 16px;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.author-info .meta {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.author-info .meta .meta-author,
.author-info .meta .meta-reading-time {
    font-size: 14px;
    font-family: Raleway;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    letter-spacing: 0%;
}

.author-info .meta .meta-reading-time {
    font-weight: 400;
}

.single-hero-image img {
    width: 100% !important;
    max-width: 100% !important;
}

.featured-resources .author-info {
    margin-top: 10px;
}

.single .content .post-content h2 {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.single .content .post-content p {
    margin: 0 0 20px;
    font-size: 16px;
}

.single .post-content img {
    width: 100%;
    border-radius: 20px;
    margin: 40px 0 20px;
    height: 500px;
    object-fit: cover;
}

.single .content .post-content h3 {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.single .content .post-content h4 {
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0%;
    padding-left: 20px;
    border-left: 2px solid #00000015;
    margin: 36px 0;
}

.sharedaddy {
    display: none;
}

.author-info .meta .meta-reading-time {
    display: flex;
    gap: 10px;
}

.author-info .meta .meta-reading-time span {
    line-height: 1;
}

.share {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    margin-top: 60px;
}

.share p.share-title {
    font-family: Raleway;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
}

.post-tags {
    margin-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    border-bottom: 1px solid #00000015;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.post-tags a {
    border-radius: 4px;
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0%;
    pointer-events: none;
    border: 1px solid var(--Opacity-Neutral-Darkest-15, #00000026);
    background: var(--Opacity-Neutral-Darkest-5, #0000000D);
    text-decoration: none;
    padding: 4px 10px;
}

.author-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 48px 0 0;
}

.author-box .author-avatar {
    width: 48px;
    height: 48px;
}

.author-box .author-avatar img.avatar {
    margin: 0;
}

.author-box .author-info {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin: 5px 0 0;
}

.author-box .author-info h4 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.author-box .author-info p.author-role {
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

div#usm-admin-notification-widget {
    display: none;
}

.sficn {
    background: #1D6F7F;
    border-radius: 50%;
}

.sficn img {
    filter: brightness(100);
    mix-blend-mode: revert;
}

a#sfsiid_twitter_icon img {
    filter: invert(1);
}

.sfsi_inside {
    width: max-content !important;
}

.inerCnt div {
    width: max-content;
}

#sfsiid_facebook.sfsi_tool_tip_2 .sfsi_inside .icon2 {
    display: none;
}

.share-icons img {
    margin: 0 !important;
    border-radius: 0 !important;
}

.norm_row.sfsi_wDiv {
    width: max-content !important;
}

.breadcrumb,
.breadcrumb a:hover {
    color: #fff;
}

.sfsiplus_footerLnk {
    display: none;
}

.featured-resources .top-part .featured-label {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    display: block;
    margin: 0 0 16px;
}

.featured-resources .top-part h1 {
    margin: 0 0 24px;
}

.comman-padding.white {
    background: #fff;
}

.random-postss .section-title {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #000;
    margin: 0 0 20px;
}

.featured-resources .r-all-post {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.featured-resources .r-all-post .first-post {
    max-width: calc(50% - 32px);
    width: 100%;
}

.featured-resources .r-all-post .rest-posts {
    max-width: 50%;
    width: 100%;
}

.random-postss .blog-box {
    max-width: 100%;
}

.featured-resources .r-all-post .rest-posts .blog-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 10px;
}

.featured-resources .r-all-post .rest-posts .blog-box .thumb-part {
    max-width: 180px;
    width: 100%;
    height: 180px;
}

.featured-resources .r-all-post .rest-posts .blog-box .thumb-part img {
    width: 100%;
}

.featured-resources .r-all-post .rest-posts .blog-box .thumb-part a {
    width: 100%;
    max-width: 100%;
}

.featured-resources .r-all-post .rest-posts .blog-box .thumb-part .cat-name {
    width: max-content;
    font-size: 12px;
    padding: 5px 7px;
}

.featured-resources .r-all-post .rest-posts .blog-box .cont-part {
    max-width: calc(100% - 220px);
    padding: 0;
    justify-content: center;
    min-height: auto;
}

.featured-resources .r-all-post .rest-posts .blog-box .cont-part h3 a,
.featured-resources .r-all-post .rest-posts .blog-box .cont-part h3 {
    font-size: 18px;
    line-height: 1.3;
}

.featured-resources .r-all-post .rest-posts .blog-box .cont-part p {
    font-size: 14px;
    margin: 0 0 10px;
}

.featured-resources .r-all-post .rest-posts .blog-box .meta {
    row-gap: 5px;
}

.featured-resources .r-all-post .rest-posts .blog-box .meta span {
    font-size: 12px;
}

.featured-resources .rest-post .cat-name {
    font-size: 14px;
}

.featured-resources .r-all-post .rest-posts {
    display: flex;
    flex-direction: column;
    row-gap: 31px;
}

.latest-post-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 32px;
}

.latest-post-blk .blog-box {
    max-width: calc(33.3% - 21px);
    width: 100%;
}

.latest-post-blk .blog-box .cat-name {
    height: auto !important;
}

.latest-post-blk .blog-box .thumb-part {
    height: 230px !important;
}

.featured-resources .r-all-post .first-post .thumb-part {
    height: 422px;
}

.blog-box .thumb-part a img:hover {
    transform: scale(1.05);
}

.featured-resources.white {
    background: #fff;
}

.informed {
    background: #E9F3F5;
}

.informed .cont-part .newsletter-blk {
    margin: 28px 0 15px;
}

.informed .cont-part .newsletter-blk p {
    display: flex;
}

.informed .cont-part .newsletter-blk p input {
    background: var(--Opacity-Neutral-Darkest-5, #0000000D);
    border: 1px solid var(--Opacity-Neutral-Darkest-15, #00000026);
}

.informed .cont-part h2 {
    margin: 0 0 24px;
}

.newsletter-blk .sub-btn {
    color: #fff !important;
}

.informed .cont-part span {
    font-family: Raleway;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
}

.informed .cont-part h2 {
    margin: 0 0 24px;
}

.newsletter-blk .sub-btn {
    color: #fff !important;
}

.informed .row {
    align-items: center;
}

.informed .img-part {
    padding-left: 65px;
}

.informed .img-part img {
    height: 400px;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.faq-page .accordion-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.latest-post.postss {
    padding-top: 100px;
}

.informed .cont-part .newsletter-blk p input:focus {
    outline: none;
    border: 1px solid #258b9f52;
}

.custom-soft-bg {
    background-color: #258B9F;
}
.custom-soft-bg h2,
.custom-soft-bg p {
    color: #fff;
}
.custom-soft-bg p {
    margin: 24px 0px 32px;
}
.custom-soft-bg .main-btn {
    background: #fff;
    color: #191919;
}
.custom-soft-bg .main-btn:hover {
    background: #191919;
    color: #fff;
}
.logo-slider {
    list-style: none;
    padding: 0;
}
.process-outer {
    background-color: #E9F3F5;
}
.process-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 30px 0px;
}
.font-22 {
    font-size: 22px;
    font-weight: 700;
}
.process-column .font-22 {
    margin: 16px 0px;
}
.process-outer h2 {
    margin: 16px 0px 24px;
}
.logo-slider .slick-slide {
    padding: 0px 40px;
    display: flex !important;
    height: auto !important;
}
.logo-slider {
    margin-top: 48px;
}
.logo-slider .slick-slide span {
    display: flex;
    align-items: center;
}
.logo-slider .slick-track {
    display: flex;
}
.guides-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin: 40px 0px;
}

.guides-post-box {
    background: #E9F3F5;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.post-text {
    padding: 24px 24px 82px;
}
.post-text h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.post-thumb a {
    aspect-ratio: 405 / 270;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.post-text a {
    text-decoration: none;
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.post-text a img {
    transform: rotate(0deg);
    transition: .3s all;
}
.post-text a:hover img {
    transform: rotate(35deg);
}
.post-text a:hover {
    gap: 15px;
}

.post-thumb a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .2s all;
}

.post-thumb a:hover img {
    transform: scale(1.2);
}

.guides-inner {
    text-align: center;
}

.guides-inner h2 {
    margin: 10px 0px 15px;
}
.guide-category span {
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: rgb(0 0 0 / 5%);
    font-weight: 600;
    display: inline-block;
    padding: 3px 11px;
}

.post-category {
    margin-bottom: 16px;
}

.post-category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.post-category p {
    font-size: 14px;
    font-weight: 600;
}

.btn-part {
    text-align: right;
}

.text-button {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    transition: .2s all;
    color: #000;
}

.text-button:hover {
    gap: 17px;
}

.multi-columns {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
ul.multi-columns li {
    border: 1px solid #d3e7eb;
    padding: 15px;
    border-radius: 10px;
    background: #d3e7eb;
}
.multi-columns h4 {
    font-weight: 700;
    font-size: 28px;
    margin: 10px 0px;
    line-height: 1.2;
}
.multi-columns p {
    margin-bottom: 16px;
}

.btn-groups {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.multi-columns span {
    display: inline-flex;
    height: 50px;
    align-items: center;
}

.businesses-columns {
    padding: 0;
    list-style: none;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.businesses-columns h3 {
    font-size: 22px;
    font-weight: 700;
}

.businesses-columns div {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.businesses-columns li {
    padding: 30px;
    background: #E9F3F5;
    border-radius: 20px;
    text-align: center;
}
.ready-to-build {
    background: #1D6F7F;
}

.ready-header {
    text-align: center;
}

.ready-header h2 {
    color: #fff;
}

.ready-header p {
    color: #fff;
    margin: 24px 0px 32px;
}

.ready-header img {
    margin: 40px auto 0;
    height: 600px;
    object-fit: cover;
    display: block;
}
.businesses-outer .font-44 {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}
.border-btm {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.uni-img img {
    height: 640px;
    width: 100%;
    object-fit: cover;
}
.page-template-custom-software-level-2 .ready-to-build {
    background: none;
    border-top: 1px solid #00000010;
}
.page-template-custom-software-level-2 .ready-to-build .ready-header h2 { 
    color: #000;
}
.page-template-custom-software-level-2 .ready-header p {
    color: #000;
}
.portfolio-grid {
    background: #E9F3F5;
}
.portfolio-grid .portfolio-box {
    background: #D3E7EB;
    border-radius: 29px;
    overflow: hidden;
}
.portfolio-grid .portfolio-box .thumb {
    height: 346px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.portfolio-grid .portfolio-box .thumb a,
.portfolio-grid .portfolio-box .thumb a img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.portfolio-grid .portfolio-box .content {
    padding: 24px;
}
.portfolio-grid .portfolio-box .content h4 {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.portfolio-grid .portfolio-box .content ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.portfolio-grid .portfolio-box .content ul li {
    list-style: none;
}
.portfolio-grid .portfolio-box .content ul li a {
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0%;
    text-decoration: none;
    background: var(--Opacity-Neutral-Darkest-5, #0000000D);
    border: 1px solid var(--Opacity-Neutral-Darkest-15, #00000026);
    padding: 4px 10px;
    border-radius: 4px;
    transition: 0.3s;
}
.portfolio-grid .portfolio-box .content a.read-more {
    mix-blend-mode: darken;
    font-weight: 500;
    margin: 24px 0 0;
    filter: brightness(0);
}
.portfolio-grid .portfolio-box .content p {
    font-size: 16px;
    margin: 0 0 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ps-site-container {
    width: calc(50% + 582px);
    max-width: 100%;
    margin-left: auto;
}
.post-f-img-blk .post-f-img {
    margin: 20px 20px;
    border-radius: 16px;
    overflow: hidden;
    height: 405px;
}
.portfolio-list {
    border-bottom: 1px solid #00000010;
}
.portfolio-list .timeline-content {
    margin: 24px 0 0;
}
.post-f-img-blk .post-f-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-f-img-blk button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: var(--Color-Scheme-3-Foreground, #F2F2F2) !important;
    border: 1px solid var(--Opacity-Neutral-Darkest-15, #00000026);
    font-size: 0;
    padding: 23px 23px;
    border-radius: 4px;
    background-image: url(https://extranetsystemsau.wpcomstaging.com/wp-content/uploads/2026/03/Vector-4.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 9;
    transition: 0.3s;
}
.post-f-img-blk button .slick-next {
    right: 0;
    left: auto;
}
.post-f-img-blk button.slick-next {
    right: 0;
    background-image: url(https://extranetsystemsau.wpcomstaging.com/wp-content/uploads/2026/03/Vector-5.svg) !important;
}
.post-f-img-blk button:hover {
    background-color: #ffffff !important;
    box-shadow: 0 0 10px #258b9f50;
    border: none;
}
.timeline-content {
    margin: 24px 0 0;
}
.portfolio-grid h2.font-52 {
    margin: 16px 0 0;
}
.portfolio-grid .timeline-content {
    margin: 10px 0 0;
}
.portfolio-grid h2.font-52 {
    margin: 10px 0 0;
}
.portfolio-grid .mb-5 {
    margin: 0 0 20px !important;
}
.portfolio-grid .portfolio-box .content ul li a:hover {
    color: #fff;
    background: #258b9f;
    border: 1px solid #258b9f;
}
.page-template-career .contactus-section2 .leftsidecontent {
    padding-left: 50px;
}
.page-template-career .contactus-section2 {
    border-bottom: 1px solid #00000010;
}
.open-post {
    background: #258B9F;
}
.open-post .top-part {
    text-align: center;
    margin: 0 0 80px;
}
.open-post .top-part h4 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}
.open-post .top-part h2.font-52 {
    margin: 16px 0 24px;
    color: #fff;
}
.open-post .top-part p {
    text-align: center;
    color: #fff;
    width: 66%;
    margin: 0 auto;
}
.open-post .cont-part .op-box {
    padding: 32px 0px;
    border-top: 1px solid #ffffff20;
}
.open-post .cont-part .op-box:last-child {
    margin: 0;
}
.open-post .cont-part .op-box h3 {
    font-family: Urbanist;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -1%;
}
.open-post .cont-part .op-box p.subheading {
    color: #fff;
    font-size: 16px;
    margin: 16px 0 20px;
}
.open-post .cont-part .op-box .location-time ul {
    padding: 0;
    display: flex;
    gap: 24px;
}
.open-post .cont-part .op-box .location-time ul li {
    list-style: none;
    padding-left: 30px;
    font-family: Raleway;
    font-weight: 400;
    font-style: 18px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0%;
    position: relative;
}
.open-post .cont-part .op-box .main-btn {
    border: 1px solid var(--Opacity-White-20, #FFFFFF33);
    margin: 32px 0 0;
}
.open-post .cont-part .op-box .top-head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.open-post .cont-part .op-box .top-head span.tag.com-title {
    margin: 0;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ffffff20;
    border-radius: 4px;
    padding: 4px 10px;
    background-color: rgb(255 255 255 / 10%);
}
.open-post .cont-part .op-box .location-time ul li:first-child::before {
    background-image: url(/wp-content/uploads/2026/03/map.svg);
}
.open-post .cont-part .op-box .location-time ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/03/Vector-10.svg);
}
.open-post .cont-part .op-box .location-time ul li {
    position: relative;
}
.open-post .img-part img {
    width: 100%;
    border-radius: 16px;
    height: 624px;
    object-fit: cover;
}
.open-post .cont-part {
    padding: 0 64px 0 15px;
}
.need-help-light {
    padding: 46px 0px;
    background-color: #f5f5f5;
}
.need-help-light .main-btn {
    border-radius: 50px;
    border=r: ;
    width: 241px;
    text-align: center;
    max-width: 100%;
}
.slider-title {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.need-help-light h2 {
    margin-bottom: 10px;
}
.work-page h1 {
    font-size: 55px;
}
.icons-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
    margin-bottom: 32px;
}
.contact-list-li li:not(:last-child) {
    margin-bottom: 16px;
}
.catg-page .banner-text h1 {
    font-size: 56px;
}
.bg-grey{
	background:#258b9f10;
}
.benifits-outer {
    background-color: #E9F3F5;
}
.benifits-header {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
.outline-btn {
    text-decoration: none;
}
.outline-btn span {
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 6px;
    padding: 10px 24px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    transition: .3s all;
    font-weight: 500;
}
.outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    transition: .2s all;
}
.outline-btn:hover {
    gap: 30px;
}
.outline-btn span:hover {
    background: #258b9f;
    color: #fff;
    border-color: #258b9f;
}
.benifits-header p {
    margin: 24px 0px 32px;
}
.benifits-header h5 {
    margin-bottom: 10px;
}
.benifits-tabs .nav-link {
    padding: 0 0 10px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.benifits-tabs .nav {
    justify-content: center;
    gap: 20px;
    margin: 80px 0px 64px;
}
.benifits-tabs .nav-link.active {
    border-color: #000;
}
.benifits-tabs .nav-link:hover {
    color: #000;
    border-color: #000;
}
.tab-content p {
    margin: 24px 0px 32px;
}
.tab-content h5 {
    margin-bottom: 10px;
}
.leadership-header {
    text-align: center;
}

.leadership-header h2 {
    margin: 16px 0px 24px;
}

.people-boxes {
	margin: 80px 0px; 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 64px 30px;
}
.social-icons {
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.people-box span {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 24px;
    overflow: hidden;
}
.people-box span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.people-box h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Raleway';
}
.people-box h5 {
    font-size: 18px;
    font-weight: 400;
}
.people-box p {
    font-size: 16px;
    margin: 16px 0px 24px;
}
.leadership-footer {
    text-align: center;
}
.leadership-footer p {
    margin: 16px 0px 24px;
}
.contact-info {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    max-width: 500px;
    margin-left: auto;
    justify-content: space-between;
}
.contact-info li {
    width: 48%;
}
.contact-info li span img {
    max-width: 32px;
    display: block;
}
.contact-info h4 {
    font-size: 22px;
    font-weight: 700;
}
.contact-info p {
    font-size: 16px;
    max-width: 240px;
    margin: 11px 0px 5px;
}
.contact-info a {
    font-size: 16px;
    color: #000;
}
.Get.directions {
    text-decoration: none;
}
.contact-info span {
    margin-bottom: 10px;
    display: inline-block;
}
.form-header {
    margin-bottom: 48px;
}
.form-header h2 {
    margin: 16px 0px 24px;
}
.Get.directions::after {
    content: url(/wp-content/themes/twentytwentyone-child/./assets/images/angle-right.svg);
    margin-left: 10px;
}
span input[type=checkbox]:after {
    top: 3px;
    left: 8px;
    transform: rotate(45deg);
    width: 8px;
}
.banner-brands .logo-blk .slick-track {
    display: flex;
    align-items: center;
}
.banner-brands .logo-blk img {
    padding: 0px 10px;
}
.page-id-10 .hero-text h1 {
    font-style: normal;
}
.page-id-10 .hero-text h1 i {
    color: #3a9f9f;
}
/* media rule start */




@media (max-width: 1199px) {
.main-header .header-btns .hbtn {
	padding: 8px 10px;
}
.main-header ul {
	gap: 20px;
	margin: 0 10px 0 auto !important;
}
.banner-section.home .banner-text h1 {
	font-size: 46px;
	margin-bottom: 24px;
	width: 94%;
}
.banner-text .main-btn {
	margin-top: 25px;
}
.font-52 {
	font-size: 42px;
}
p {
	font-size: 16px;
}
.capabilities .cap-box-blk .cont-box h4 {
	font-size: 27px;
}
.capabilities .cap-box-blk .cont-box {
	row-gap: 10px;
}
.capabilities .cap-box-blk a.cap-box img {
	height: 220px;
}
.black-btn {
	padding: 13px 45px;
}
.common-content .cont-part {
	padding-left: 30px;
}
.common-content .cont-part ul {
	margin: 20px 0 20px;
}
.common-content.wess .cont-part ul {
	gap: 10px 10px;
	margin-bottom: 30px;
}
.common-content .cont-part ul li span {
	font-size: 14px;
}
.faq-header {
	margin: 0px auto 32px;
}
.blog-box .thumb-part {
	height: 200px;
}
.blog-box .cont-part {
	padding: 28px 0 0;
}
.blog-box .cont-part p {
	font-size: 15px;
}
.blog-box {
	padding-bottom: 10px;
}
.innovation {
	padding: 70px 0;
}

.pt-blk,
.green-box,
.common-content.wess {
	padding-bottom: 0;
}
body h1 {
	font-size: 68px;
}
.gb h2.font-52 {
	width: 80%;
}
.our-clients-blk {
	padding: 0;
}
.latest-post.postss {
	padding-top: 70px;
}
.uni-img img {
	height: 550px;
	object-fit: cover;
}
.post-f-img-blk button.slick-prev {
	left: 10px;
}
.post-f-img-blk button.slick-next {
	right: 10px;
}
}

@media (max-width: 991px) {
header.site-header.main-header .site-container {padding: 0 5px;}
	
.guides-posts {
	grid-template-columns: 1fr 1fr;
}
.banner-brands .logo-blk {
	justify-content: left;
	gap: 45px;
	row-gap: 20px;
}
.main-header ul.navbar-nav {
	margin: 0 !important;
	row-gap: 10px;
}
.main-header ul.navbar-nav li a {
	font-size: 16px;
	line-height: 26px;
}
.main-header ul.navbar-nav li {
	line-height: normal;
}
button.navbar-toggler.nav-tog {
	background-color: #fff !important;
}
button.navbar-toggler.nav-tog span {
	background-image: url(https://extranetsystemsau.wpcomstaging.com/wp-content/uploads/2026/03/open-menu.svg);
	width: 24px;
	height: 24px;
}
div#mainMenu {
	margin: 0 !important;
	padding: 30px 20px;
	border-radius: 10px !important;
	box-shadow: 0 0 10px #00000010;
	row-gap: 10px;
	align-items: baseline;
	position: absolute;
	left: 0;
	top: 70px;
	max-width: 100%;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.main-header .header-btns {
	flex-direction: column;
	margin: 20px 0 0;
}
.main-header .header-btns .hbtn {
	font-size: 16px;
	padding: 6px 20px;
}
header.site-header.main-header button.navbar-toggler {
	padding: 0;
}
.main-footer .mid-part {
	row-gap: 40px;
}
.main-footer .mid-part {
	row-gap: 30px;
}
.main-footer .footer-row ul {
	row-gap: 2px;
}
.main-footer .footer-row h3 {
	margin: 0 0 0;
}
.main-footer .top-part .form-part {
	padding: 0 15px;
}
.main-footer .top-part {
	row-gap: 20px;
}
.newsletter-blk span input {
	width: 170px;
}
header.site-header.main-header .navbar-toggler,
header.site-header.main-header .navbar-toggler:focus,
header.site-header.main-header .navbar-toggler:active,
header.site-header.main-header .navbar-toggler:focus-visible,
header.site-header.main-header .navbar-toggler:focus-within {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}
.newsletter-blk p:first-child,
.newsletter-blk p:last-child {
	max-width: 100%;
}
.newsletter-blk span input {
	width: 100%;
}
.newsletter-blk {
	flex-wrap: wrap;
}
.comman-padding {
	padding: 70px 0;
}

.pt-blk,
.green-box,
.common-content.wess {
	padding-bottom: 0;
}
.banner-text h1 {
	font-size: 52px;
}
.banner-section img {
	height: 500px;
}
.about-header {
	margin-bottom: 50px;
}
.font-36 {
	font-size: 28px;
}
.about-lists h3 {
	margin: 10px 0px;
}
.platforms-outer .img-part img {
	min-height: 550px;
}
.testimonials-header h2 {
	margin-bottom: 15px;
}
.Faq-outer.about .faq-header {
	max-width: 80%;
}
.upper-footer {
	padding: 60px 0 60px;
}
.gb h2.font-52 {
	width: 90%;
}
.our-clients-blk {
	padding: 0;
}
body h1 {
	font-size: 58px;
}
.featured-resources .r-all-post .first-post .thumb-part {
	height: 270px;
}
.featured-resources .r-all-post .rest-posts .blog-box .thumb-part {
	max-width: 130px;
	height: 130px;
}
.featured-resources .r-all-post .rest-posts .blog-box .cont-part {
	max-width: calc(100% - 150px);
}
.featured-resources .r-all-post .rest-posts .blog-box .cont-part h3 a,
.featured-resources .r-all-post .rest-posts .blog-box .cont-part h3 {
	font-size: 16px;
	line-height: 1.3;
}
.author-info img {
	width: 36px;
	height: 36px;
}
.blog-box .cont-part p {
	-webkit-line-clamp: 1;
}
.featured-resources .r-all-post .rest-posts .blog-box .cont-part h3 a,
.featured-resources .r-all-post .rest-posts .blog-box .cont-part h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.featured-resources .author-info {
	margin-top: 5px;
}
.blog-box .cont-part h3 {
	margin: 0 0 8px;
}
.latest-post-blk .blog-box {
	max-width: calc(50% - 16px);
}
.blog-box:hover .cont-part h3 a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.informed .img-part {
	padding-left: 20px;
}
.uni-img img {
	height: 500px;
	object-fit: cover;
}
}


@media (max-width: 900px) {
.banner-video-inn video {height: auto;}
}

@media (max-width: 767px) {
.people-boxes {
    grid-template-columns: 1fr 1fr;
    margin: 50px 0px;
    gap: 45px;
}
.cap-box-blk .slick-track {
    margin: 0;
}
.cap-box-blk .slick-slide {
    padding: 0;
}
.cap-box-blk .slick-dots {
    margin-top: 20px;
}
.open-post .top-part {
    margin: 0 0 50px;
}
.tab-content p {margin: 15px 0px 20px;}
.open-post .cont-part {
    padding: 0px 12px;
}
.open-post .cont-part .op-box h3 {
    font-size: 23px;
}
.form-header {
    margin-bottom: 30px;
}
.open-post .cont-part .op-box .location-time ul li {
    font-size: 18px;
}
.tab-content .row {
    row-gap: 35px;
}
.benifits-tabs .nav {
    margin: 50px 0px 35px;
}
.contact-info {
    max-width: 100%;
    margin-top: 30px;
}
.form-header h2 {
    margin: 10px 0px 15px;
}
.open-post .img-part img {
    height: auto;
}
.open-post .top-part p {
    width: 100%;
}
.catg-page .banner-text h1 {
    font-size: 56px;
}
.comman-padding .banner-text {
    padding-top: 0;
}
.multi-columns {
    grid-template-columns: 1fr 1fr;
}
.icons-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px;
}
.need-help-light .row {
    row-gap: 20px;
}
.need-help .btn-part {
    text-align: center;
}
.need-help-light .btn-part {
    text-align: center;
}
.need-help-light .cont-part {
    text-align: center;
}	
.multi-columns h4 {
	font-size: 20px;
}
.businesses-columns li {
	padding: 30px 20px;
}
.businesses-columns {
    grid-template-columns: 1fr;
    gap: 10px;
}
.ready-header img { 
	margin-top: 30px;
	height: 300px;
}
.ready-header p {
	margin: 10px 0px 20px;
}
.businesses-columns {
	margin-top: 30px;
}
.businesses-columns div {
	font-size: 55px;
	margin-bottom: 15px;
}
.guides-posts {
	grid-template-columns: 1fr;
	margin: 30px 0px;
}
.guides-inner h2 {
	margin: 5px 0px 10px;
}
.process-outer .col-md-6:first-child {
	margin-bottom: 30px;
}
.process-row {
	grid-template-columns: 1fr;
}
.banner-section.home .banner-text h1 {
	font-size: 32px;
}
.banner-brands .logo-blk {
	flex-wrap: wrap;
	gap: 10px;
}
.font-52 {
	font-size: 28px;
}
.capabilities .top-part p {
	width: 100%;
}
.common-content .img-part {
	margin: 0 0 30px;
}
.common-content .img-part img {
	height: auto;
	object-fit: contain;
	object-position: left;
	width: 100%;
}
.black-btn {
	margin-top: 20px;
}
.common-content .cont-part {
	padding-left: 15px;
}
.common-content.pt-blk .row {
	flex-direction: column-reverse;
	row-gap: 30px;
}
.common-content.pt-blk .cont-part {
	margin-bottom: 0;
}
.testimonials-header h2 {
	margin-bottom: 10px;
}
.testimonials-header p {
	width: 100%;
}
.banner-brands.dark {
	padding: 20px 0;
}
.common-content.pt-blk .cont-part {
	padding-left: 12px;
	margin-bottom: 30px;
}
.common-content.pt-blk .img-part {
	margin: 0;
}
.gb {
	padding: 41px 30px;
}
.gb h2 {
	margin: 0 0 15px;
}
.gb .main-btn {
	margin: 20px auto 0;
}
.common-content .img-part {
	text-align: left;
}
.common-content.wess .cont-part ul {
	flex-direction: column;
}
.common-content.wess .cont-part ul li {
	width: 100%;
}
.common-content.wess .cont-part p {
	margin-top: 15px;
}
.accordion-title {
	padding: 15px 20px;
}
.accordion-content {
	padding: 0px 20px 20px;
	width: 98%;
}
.need-help .row {
	row-gap: 20px;
}
.need-help .col-md-6.cont-part {
	text-align: center;
}
.need-help {
	padding: 36px 0;
}
.blog-section .top-part h2 {
	margin: 20px auto 19px;
	width: 100%;
}
.blog-box {
	max-width: 100%;
	width: 100%;
}
.blog-box .cont-part {
	min-height: auto;
}
.innovation {
	padding: 40px 0;
}
.innovation p {
	width: 100%;
}
.innovation .black-btn {
	margin-top: 20px;
}
.wess.common-content .cont-part {
	padding-left: 15px;
}
.blog-section .top-part {
	text-align: left;
}
.blog-part {
	margin-top: 20px;
}
.com-title {
	margin: 0;
	padding: 3px 20px 2px 17px;
	text-align: left;
	font-size: 14px;
}
header.site-header.main-header {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
header.site-header.main-header .site-container {
	padding: 0;
}
.capabilities .top-part h2 {
	text-align: left;
}
.capabilities .top-part p {
	text-align: left;
}
.capabilities .cap-box-blk {
	margin: 25px 0 0;
}
.faq-header {
	margin: 0px auto 22px;
}
.faq-header h2 {
	text-align: left;
	margin-bottom: 12px;
}
.faq-header p {
	text-align: left;
	text-align: left;
}
a.read-more {
	font-size: 14px;
}
.main-footer .top-part .form-part p {
	width: 100%;
	display: block;
}
.newsletter-blk span input {
	width: 188px;
}
.capabilities .cap-box-blk .cont-box h4 {
	font-size: 21px;
}
.capabilities .cap-box-blk .cont-box p {
	font-size: 16px;
}
.capabilities .cap-box-blk .cont-box {
	min-height: auto;
}
.black-btn {
	padding: 10px 30px;
}
.common-content .cont-part h2 {
	margin: 10px 0 10px;
}
.black-btn {
	padding: 10px 30px;
}
.footer-logo {
	text-align: center;
	padding: 10px 0 10px;
}
.main-footer .btm-part .f-copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-footer .btm-part .f-copyright p {
	font-size: 14px;
}
.main-footer .btm-part .f-logo,
.main-footer .btm-part a {
	width: 120px;
	display: block;
	margin: 0 auto;
}
.accordion-title span {
	font-size: 17px;
}
.accordion-content {
	font-size: 15px;
}
.gb h2 {
	font-size: 22px;
}
.banner-text {
	padding: 50px 0px 30px;
	max-width: 100%;
	margin-left: 0;
}
.navbar .menu-item-has-children>.sub-menu {
	left: 50%;
	transform: translateX(-50%);
}
.testimonials-header {
	margin-bottom: 20px;
}
.main-header ul.navbar-nav li.menu-item-has-children ul.sub-menu li a {
	text-align: center;
	font-size: 16px;
}
.blog-part .btm-btn .black-btn {
	margin-top: 10px;
}
.innovation .col-12 {
	text-align: center;
}
.innovation .black-btn {
	margin-top: 15px;
}
.main-footer .top-part .cont-part p {
	font-size: 14px;
}
.testimonials-slider .slick-slide {
	opacity: 1;
	transform: none;
	transition: all 0.4s ease;
}
.testimonials-slider ul.slick-dots,
.post-f-img-blk .slick-dots {
	margin-top: 20px;
}
.newsletter-blk p:first-child,
.newsletter-blk p:last-child {
	max-width: 100%;
}
.newsletter-blk span input {
	width: 100%;
}
.newsletter-blk {
	flex-wrap: wrap;
}
.comman-padding {
	padding: 50px 0;
}

.pt-blk,
.green-box,
.common-content.wess {
	padding-bottom: 0;
}
.banner-section img {
	height: 300px;
}
.banner-text h1 {
	font-size: 38px;
	margin-bottom: 15px;
}
.about-lists img {
	width: 30px;
	height: 30px;
}
.about-lists .col-md-4 {
	border-bottom: 1px solid #00000010;
	padding-bottom: 20px;
}
.about-lists .col-md-4:last-child {
	padding-bottom: 0;
	border: none;
}
.testimonials-slider .slick-slide {
	margin: 0 5px;
}
.accordion-items img {
	width: 12px;
	height: 12px;
}
.com-title {
	margin: 0 auto;
}
.about-header h2 {
	margin: 10px auto 10px;
	width: 100%;
}
.about-header {
	margin-bottom: 30px;
}
.font-36 {
	font-size: 22px;
}
.about-lists {
	row-gap: 20px;
}
.about-lists h3 {
	margin: 15px 0px 5px;
}
.platforms-outer .img-part img {
	min-height: 300px;
}
.col-md-6.img-part {
	margin: 0 0 20px;
}
.platforms-outer .img-part {
	margin: 0 0 20px;
}
.platforms-content {
	padding: 0;
}
.platforms-content h2 {
	margin-bottom: 15px;
}
.logo-repeator {
	gap: 10px 10px;
	grid-template-columns: 1fr 1fr;
}
.platforms-lists {
	margin: 15px 0px 20px;
}
.software-text p {
	margin: 15px 0px 20px;
}
.platforms-content h2 {
	margin-bottom: 10px;
}
.Faq-outer.about .faq-header {
	max-width: 100%;
}
.bottom-part {
	padding: 40px 0 0;
}
.bottom-part p {
	margin: 0 0 15px;
}
.bottom-part h2 {
	margin: 0 0 10px;
}
.upper-footer {
	padding: 40px 0 50px;
}
.upper-footer .font-52 {
	margin: 0 0 15px;
}
.upper-footer p {
	margin: 0 0 20px;
}
.gb h2.font-52 {
	width: 100%;
}
.our-clients-blk {
	padding: 0;
}
.logo-repeator li {
	padding: 12px 10px;
}
.blog-archive h1 {
	font-size: 35px;
	width: 100%;
}
.blog-archive .top-part p {
	margin: 15px 0 0;
}
.blog-archive div#category-filter {
	gap: 10px;
	margin-bottom: 30px;
}
.blog-archive div#category-filter button.filter-btn.cat-btn {
	padding: 5px 10px;
	font-size: 14px;
}
.single-hero-title {
	width: 100%;
	font-size: 32px;
	margin: 0;
}
.single-hero-meta {
	flex-direction: column;
	align-items: flex-start;
	row-gap: 20px;
}
.single-hero-image {
	height: 300px;
}
.single .post-content .post-content h2 {
	margin: 0 0 10px;
}
.single .post-content img {
	margin: 10px 0 0;
	height: 300px;
}
.single .post-content .post-content h3 {
	font-size: 18px;
}
.single .post-content .post-content h2 {
	font-size: 36px;
}
.share {
	margin-top: 40px;
}
.post-tags {
	margin-top: 20px;
	padding-bottom: 40px;
}
.featured-resources .top-part h1 {
	margin: 0 0 0;
}
.featured-resources .r-all-post .first-post {
	max-width: 100%;
}
.featured-resources .r-all-post .rest-posts {
	max-width: 100%;
}
.featured-resources .r-all-post .rest-posts .blog-box {
	flex-direction: column;
}
.featured-resources .r-all-post .rest-posts .blog-box .thumb-part {
	max-width: 100%;
}
.featured-resources .r-all-post .rest-posts .blog-box .cont-part {
	max-width: 100%;
}
.latest-post-blk .blog-box {
	max-width: 100%;
}
.informed .img-part {
	padding: 30px 10px 0;
	margin: 0;
}
.informed .img-part img {
	height: 300px;
}
.latest-post-blk .blog-box .thumb-part {
	height: 200px !important;
}
.featured-resources .r-all-post .first-post .thumb-part {
	height: 200px;
}
.random-postss .section-title {
	margin: 0 0 10px;
}
.featured-resources .r-all-post {
	gap: 20px;
}
.featured-resources .r-all-post .rest-posts {
	row-gap: 20px;
}
.latest-post-blk {
	gap: 20px;
}
.latest-post.postss {
	padding-top: 50px;
}
.faq-page .accordion-section {
	grid-template-columns: 1fr;
}
.informed .cont-part .newsletter-blk {
	margin: 10px 0 8px;
}
.single .content .post-content h2 {
	font-size: 38px;
	margin: 0 0 10px;
}
.single .content .post-content h4 {
	font-size: 16px;
	margin: 15px 0;
}
.single .content .post-content h3 {
	font-size: 17px;
}
.single .content .post-content h2 {
	font-size: 26px;
}
.author-box {
	margin: 30px 0 0;
}
.multi-columns {
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}
.uni-img img {
	height: 300px;
	object-fit: cover;
}
.businesses-outer .font-44 {
	text-align: center;
}
.businesses-columns div {
	font-size: 30px;
}
.businesses-columns h3 {
	font-size: 18px;
}
.portfolio-grid .portfolio-box .thumb {
	height: 250px;
}
.portfolio-grid .portfolio-box .content h4 {
	font-size: 24px;
	margin: 0 0 5px;
}
.portfolio-grid .portfolio-box .content p {
	margin: 0 0 10px;
}
.portfolio-grid .portfolio-box .content a.read-more {
	margin: 15px 0 0;
}
.portfolio-grid .portfolio-box .content {
	padding: 15px;
}
.portfolio-list .mb-5 {
	margin: 0 !important;
}
.post-f-img-blk .post-f-img {
	height: 260px;
}
.tab-content p {
	margin: 15px 0px 20px;
}
.open-post .cont-part .op-box h3 {
    font-size: 23px;
}
.form-header {
    margin-bottom: 30px;
}

.hero-video {height: auto;}
.play-ring {width: 70px;height: 70px;}
.play-ring svg {margin-left: 0px;}

}

@media(max-width:480px) {
    .multi-columns {
        grid-template-columns: 1fr;
    }
.people-boxes {
    grid-template-columns: 1fr;
}

}