.page_bnr {
    background-image: url(../images/bnr-bg-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 210px 0px 130px 0;
    position: relative;
    background-color: transparent;
}

.page_bnr .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
}

.page_bnr .container:not(:has(.inr-pg-bnr-blk)) {
    margin: 0 auto;
    text-align: center;
}

.inr-pg-bnr-blk {
    display: flex;
    justify-content: flex-end;
    align-items: start;
    padding-right: 6.8%;
}

.page_bnr h1, .page_title h1, .page_title h2 {
    line-height: 1.14;
    text-transform: inherit;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.page_bnr h1 strong, .page_title h1 strong,
.page_title h2 strong{
    color: #1D49C3;
}

.inr-pg-bnr-rgt-blk {
    width: 45.1%;
    padding-top: 2%;
}

.inr-bnr-lft-blk {
    width: 54.3%;
}

.bnr-cont {
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    margin-bottom: 55px;
}

.bnr-cont p {
    font-size: 20px; 
    line-height: 1.8;
    letter-spacing: -0.4px;
}

.inr-pg-bnr-blk:not(:has(.inr-pg-bnr-rgt-blk)) { justify-content: flex-start; }
.inr-pg-bnr-blk:not(:has(.inr-pg-bnr-rgt-blk)) .inr-bnr-lft-blk { width: 77%; }


.inrpg-breadcrumbs {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--bodyFont);
}
.inrpg-breadcrumbs span.breadcrumb_last{ color: #fff;}

.page_default {
    padding: 110px 0;
    position: relative;
}
.page_content{
    display: flex;
    justify-content: space-between;
}
.genpg-rite {
    width: 67%; 
}
.genpg-rite.full-width{
    width: 100%;
}
.genpg-lft {
    width: 30%;
    max-width: 450px;
}

/* Common Stylings */

.pf-20, .pf-20 p{
    font-size: 20px;
}

.pb-0{
    padding-bottom: 0;
}

.p-0{
    padding: 0 !important;
}

.pt-0{
    padding-top: 0;
}

.mx-1280 .container{
    max-width: 1280px;
}

.tx-center{
    text-align: center;
}
.sub-heading.tx-center{margin: 0 auto 10px;}

.mb-0{
	margin-bottom: 0 !important;
}

.pb-30{padding-bottom: 30px !important;}
.p-120{ padding: 120px 0; }
.p-100{padding: 100px 0 !important;}
.p-140{padding: 140px 0;}

.pt-100{padding-top: 100px;}
.pt-120{ padding-top: 120px; }
.pt-140{ padding-top: 140px; }

.pb-100{padding-bottom: 100px;}
.pb-120{ padding-bottom: 120px !important; }
.pb-140{ padding-bottom: 140px !important; }

.mb-100{ margin-bottom: 100px; }

.heading-center .sub-heading{
    margin: 0 auto;
}

.heading-center .text-heading{
    text-align: center;
}

.mb-60{margin-bottom: 60px;}

@media screen and (max-width:1024px) {

    .genpg-rite {width: 100%; }  
    .genpg-lft {width: 100%;max-width: 350px;}
    .page_content{flex-direction: column;gap: 20px;align-items: center;}
    
}
h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title{
    font-family: 'Mona Sans';
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    color: #000000;
    text-transform: capitalize;

}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.search-no-results article.post .entry-header h1.entry-title strong{
    color: #1D49C3;
    font-weight: 800;
}

h1, h2, .search-no-results article.post .entry-header h1.entry-title{
    font-size: 70px;
}

h3 {
    font-size: 60px;
}
h4 {
    font-size: 50px;
}
h5 {
    font-size: 42px;
}
h6 {
    font-size: 35px;
}
.genpg-rite p,
.genpg-rite li {
    font-size: 20px;
    line-height: 1.6;
}
.page_default .genpg-rite a {
    color: var(--blue);
    text-decoration: none;
}

.page_default .genpg-rite a.cmn-btn{
    color: #fff !important;
}

.page_default .genpg-rite li {
    padding-left: 25px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.page_default .genpg-rite ul li:before {
    background: var(--blue);
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 11px;
    border-radius: 10px;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}
.page_default .genpg-rite li ul li:before {
    display: none;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
    color: var(--blue);
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #000;
}
.page_default .genpg-rite ul li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ul li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}

@media screen and (max-width: 1800px) {
    .page_bnr .container { max-width: 1550px; }
    .inr-pg-bnr-blk{padding-right: 6%; align-items: center;}
}
@media screen and (max-width: 1680px) {
    .page_bnr .container { max-width: 1450px; }
    .inr-pg-bnr-blk{padding-right: 6%; align-items: center;}
    .page_bnr{padding: 190px 0 120px;}

    .page_default{padding: 100px 0;}
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 64px; }
    h3 {
    font-size: 56px;
}
}

@media screen and (max-width: 1550px) {
    .page_bnr .container { max-width: 1350px; }
    .inr-pg-bnr-blk { padding-right: 4%; }
    .bnr-cont{margin-bottom: 45px;}
    .page_bnr{    padding: 170px 0px 80px 0;}
    .bnr-cont p { font-size: 19px;}

    .page_default{padding: 90px 0;}
    h1, h2, .search-no-results article.post .entry-header h1.entry-title {
    font-size: 60px;
}
h3 {
    font-size: 52px;
}
h4 {
    font-size: 45px;
}
h5 {
    font-size: 39px;
}
h6 {
    font-size: 33px;
}

.genpg-rite p, .genpg-rite li, .pf-20, .pf-20 p{
    font-size: 19px;
}
}

@media screen and (max-width: 1440px) {
    .page_bnr .container { max-width: 1250px; }
    .inr-pg-bnr-blk { padding-right: 3.7%; }
    .bnr-cont{margin-bottom: 40px;}
    .page_bnr{ padding: 150px 0px 65px 0;}
    .bnr-cont p { font-size: 17px;}

    .page_default{padding: 80px 0;}
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 56px; }
    h3 { font-size: 48px; }
    h4 { font-size: 42px; }
    h5 { font-size: 36px; }
    h6 { font-size: 31px; }
    .genpg-rite p, .genpg-rite li, .pf-20, .pf-20 p{font-size: 18px;}
}

@media screen and (max-width: 1366px) {
    .page_bnr .container { max-width: 1150px; }
    .inr-pg-bnr-blk { padding-right: 3.2%; }
    .bnr-cont{margin-bottom: 35px;}
    .inr-bnr-lft-blk { width: 52.8%; }
    .page_bnr{ padding: 140px 0px 60px 0;}
    .bnr-cont p { font-size: 16px;}

    .page_default{padding: 70px 0;}
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 52px; }
    h3 { font-size: 46px; }
    h4 { font-size: 40px; }
    h5 { font-size: 35px; }
    h6 { font-size: 30px; }
    .genpg-rite p, .genpg-rite li, .pf-20, .pf-20 p{font-size: 17px;}
    .page_default .genpg-rite li{padding-left: 20px; margin-bottom: 16px;}
    .page_default .genpg-rite ul li:before{height: 8px; width: 8px; top: 10px;}
}

@media screen and (max-width: 1280px) {
    .page_bnr .container { max-width: 1080px; }
    .bnr-cont{margin-bottom: 30px;}
    .page_bnr { padding: 140px 0px 40px 0; }
    .bnr-cont p { font-size: 15px;}

    .page_default{padding: 60px 0;}
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 48px; }
    h3 { font-size: 42px; }
    h4 { font-size: 38px; }
    h5 { font-size: 34px; }
    .genpg-rite p, .genpg-rite li, .pf-20, .pf-20 p{font-size: 16px;}
}

@media screen and (max-width: 1180px) {
    .page_bnr .container { max-width: 960px; }
    .page_bnr { padding: 140px 0px 40px 0; }
}

@media screen and (max-width: 1024px) {
    .page_bnr .container { max-width: 720px; margin: 0 auto;}
    .page_bnr { padding: 160px 0px 30px 0; }
    .inr-pg-bnr-blk { padding-right: 0; flex-direction: column; align-items: center; justify-content: center; }
    .inr-pg-bnr-rgt-blk{max-width: 500px;}
    .inr-bnr-lft-blk, .inr-pg-bnr-rgt-blk { width: 100%; text-align: center;}
    .bnr-cont { margin-bottom: 20px; }
    .bnr-cont p{font-size: 17px; line-height: 1.5;}
    .page_bnr h1, .page_title h1, .page_title h2{ max-width: 600px; margin: 0 auto 15px; }

    .page_default{padding: 50px 0;}
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 43px; }
    h3 { font-size: 38px; }
    h4 { font-size: 33px; }
    h5 { font-size: 28px; }
    h6 { font-size: 23px; }
    .genpg-rite p, .genpg-rite li, .pf-20, .pf-20 p{font-size: 15px;}
    .page_default .genpg-rite li { padding-left: 16px; margin-bottom: 12px; line-height: 1.5; }
    .page_default .genpg-rite ul li:before { height: 7px; width: 7px; top: 9px; }
}

@media screen and (max-width: 768px) {
    .page_bnr .container { max-width: 100%; padding: 0 10px;}
    .page_bnr { padding: 160px 0 20px; }
    .bnr-cont p { font-size: 16px; letter-spacing: 0;}
    .page_bnr h1, .page_title h1, .page_title h2{font-size: 35px;}

    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 38px; margin-bottom: 15px; }
    h3 { font-size: 35px; }
    h4 { font-size: 32px; }
    .genpg-rite p, .genpg-rite li, .pf-20, .pf-20 p{font-size: 14px;}
}

@media screen and (max-width: 480px) {
    .page_bnr h1, .page_title h1, .page_title h2 { font-size: 28px; }
    .bnr-cont p { font-size: 15px; line-height: 1.4;}

    .page_bnr .bnr-start-btn:not(:has(.bnr-nice-logo-btn)){margin: 0 auto;}

    .page_default{padding: 40px 0;}
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 33px; margin-bottom: 12px; }
    h3 { font-size: 30px; }
    h4 { font-size: 27px; }
    h5 { font-size: 25px; }

}

@media screen and (max-width:360px) {
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 29px;}
    h3 { font-size: 27px; }
    h4 { font-size: 25px; }
    h5 { font-size: 24px; }
    h6 { font-size: 22px; }
}


/*  SearchPage Styles */

.search-no-results article.post .entry-header{ margin: 0;}

.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px;
}

.search-no-results .blg-cntblk input.search-field {
    width: 100%;
    padding: 10px 22px;
    font-size: 20px;
    
}
.search-no-results .blg-cntblk .search-form{
    width: 40%;
    position: relative;
}
.search-no-results .blg-cntblk .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #1e90ff;
    cursor: pointer;
}



/* Blog Page */

.page_default.blog_pg .page_content.blog_pg_content {
    display: block;
}

.page_default.blog_pg .blog_pg_content .genpg-lft.full-width{
    max-width: 100%;
    width: 100%;
}

.blg-cntblk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 55px 40px;
    max-width: 1280px;
    margin: 0 auto;
}

.blg-cntblk .post-item {
    width: 48%;
    border: 2px solid #C2E0FF;
    background: #F5FAFF;
    border-radius: 20px;
    padding: 13px 13px 30px;
    position: relative;
}

.blg-cntblk .post-item .blog-post-img img{ width: 100%; display: block; border-radius: 20px;}

.blg-cntblk .post-cnt {
    padding: 0px 30px;
}

.blg-cntblk .post-cnt a{
    color: #000;
}

.blg-cntblk .post-cnt a:hover{
    color: #00359e;
}

.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0%;
    position: relative;
    padding: 10px 50px 10px 0;
    text-transform: capitalize;
}

.blg-cntblk .post-item .post-btn a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/inner-post-arrow-icon.webp);
    background-repeat: no-repeat;
}

.blg-cntblk .post-item .post-btn a:hover{
    color: #00359e;
}

.page_default.blog_pg .post-meta{
    position: absolute;
    top: 45px;
    right: 45px;
    background: #FFFFFF;
    border: 2px solid #C2E0FF;
    border-radius: 320px;
}

.post-dt, .post-category {
    font-family: 'plus Jakarta Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0%;
    color: #000;
    padding: 12px 21px;
}

.blg-cntblk .post-item h5 {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 27px;
    line-height: 1.1;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.blg-cntblk .post-item h5 a{
    color: #000;
}



.page_default.blog_pg .underscores-pagination{ width: 100%;}
.page_default.blog_pg .underscores-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li{
    padding: 0 !important;
    margin: 0 !important;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li::before{ display: none;}
.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #00359E;
    color: #000;
    margin: 0;
    box-shadow: none;
    border-radius: 10px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current, .page_default.blog_pg .underscores-pagination ul.page-numbers li a:hover {
    background: linear-gradient(0deg, #286FFE 0%, #00359E 100%);
    color: #fff;
    
}

.page_default.blog_pg .pagination a.next.page-numbers, .page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}

.page_default.blog_pg .pagination a.next.page-numbers::before, 
.page_default.blog_pg .pagination a.prev.page-numbers::before{
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #000;
    margin: auto;
    width: 20px;
    height: 20px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.next,
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev {
    font-size: 0;
    border: 0;
    padding: 0;
    background-image: url(../images/project-sec-arow-icn.webp);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    /* transform: rotate(45deg); */
    rotate: 45deg;
    width: 45px;
    height: 100%;
    margin: auto 0;
    background-size: auto;
    position: relative;
    background-color: transparent !important;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.next:hover,
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev:hover{
    filter: brightness(0);
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev{ rotate: -135deg;}

.insight-posts-heading-blk {
    text-align: center;
    margin: 0 0 80px;
}

.insight-posts-heading-blk .sub-heading{margin: 0 auto 10px;}


/* Resources Section */

.resources-categories-block {
    margin: 0 0 138px;
}

.resources-categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: stretch;
}

.resources-categories-block .sub-heading {
    margin: 0 auto 30px;
}

.resources-categories-item {
    padding: 24px 19px;
    width: 24%;
    background: #F5FAFF80;
    border: 1px solid #1D49C31A;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
}

.resources-categories-item::before {
    content: "";
    border-radius: 20px;
    background-image: url(../images/why-chose-sec-arrow-icon.webp), linear-gradient(0deg, #286FFE 0%, #00359E 100%);
    background-repeat: no-repeat;
    background-position: center center;
    width: 70px;
    height: 70px;
    display: block;
    border: 1px solid transparent;
}
.resources-categories-item:hover {
    background: linear-gradient(to top, #286FFE 0%, #00359E 100%);
}

.resources-categories-item:hover::before {
    /*background-image: url(../images/why-chose-sec-arrow-icon.webp), linear-gradient(0deg, #286FFE 0%, #286FFE 100%);*/
    border-color: #fff;
}

.resources-categories-title {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000;
    width: 64%;
}
.resources-categories-item:hover .resources-categories-title{color: #fff;}

.hover a {
    position: absolute;
    inset: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width:1680px) {
    .resources-categories-block { margin: 0 0 125px; }
    .post-dt, .post-category { font-size: 17px; padding: 10px 20px; }
    .page_default.blog_pg .post-meta{top: 42px; right: 42px;}
}

@media screen and (max-width:1550px) {
    .resources-categories-block { margin: 0 0 100px; }
    .resources-categories-list{gap: 16px;}
    .resources-categories-title{font-size: 21px;}
    .resources-categories-item::before{width: 65px; height: 65px;border-radius: 15px;}
    .resources-categories-item { padding: 20px 18px; gap: 20px;}
    .blg-cntblk {gap: 40px;max-width: 1150px;}
    .blg-cntblk .post-item{padding: 12px 12px 25px;}
    .blg-cntblk .post-cnt{padding: 0 25px;}
    .blg-cntblk .post-item h5{font-size: 25px;}

    .blog-post-img{height: 320px;}
}

@media screen and (max-width:1440px) {
    .resources-categories-block { margin: 0 0 80px; }
    .blg-cntblk{max-width: 1000px;gap: 30px;}
    .insight-posts-heading-blk{margin: 0 0 60px;}
    .resources-categories-block .sub-heading {margin: 0 auto 25px;}
    .resources-categories-item {padding: 15px;gap: 15px;}
    .resources-categories-item::before {width: 55px;height: 55px;border-radius: 13px;}
    .resources-categories-title {font-size: 19px;}
    .blg-cntblk .post-item h5 {font-size: 23px;}
    .blog-post-img{height: 275px;}
    .blg-cntblk .post-item .blog-post-img img {height: 280px;}
    .blg-cntblk .post-cnt {padding: 0 20px;}
    .post-dt, .post-category {font-size: 16px;padding: 8px 17px;}
    .blg-cntblk .post-item .post-btn a:before {width: 30px;height: 30px;}
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev{transform: scale(0.9);}
}

@media screen and (max-width:1366px) {
    .resources-categories-block { margin: 0 0 70px; }
    .blg-cntblk{ max-width: 950px;}
    .insight-posts-heading-blk{margin: 0 0 50px;}
    .resources-categories-list {gap: 14px;}
    .resources-categories-title {font-size: 18px;width: 70%;line-height: 25px;}
    .resources-categories-item {padding: 10px 13px;gap: 10px;border-radius: 15px;}
    .resources-categories-item::before {width: 50px;height: 50px;border-radius: 10px;}
    .post-dt, .post-category {font-size: 15px;padding: 7px 15px;}
    .blg-cntblk .post-item .blog-post-img img {height: 260px;}
    .blg-cntblk .post-item h5 {font-size: 22px;}
    .post-item .blog-post-img { margin-bottom: 20px; height: 260px; }
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {width: 40px;height: 40px;font-size: 19px;}
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev {transform: scale(0.85);}
}

@media screen and (max-width:1280px) {
    .resources-categories-block { margin: 0 0 50px; }
    .blg-cntblk{ max-width: 950px;}
    .insight-posts-heading-blk{margin: 0 0 40px;}
    .blg-cntblk{gap: 30px 20px;}
    .resources-categories-block .sub-heading {margin: 0 auto 20px;} 
    .resources-categories-list {gap: 13px;}
    .resources-categories-item {padding: 10px;}
    .resources-categories-item::before {width: 42px;height: 42px;background-size: 14px, 100%;}
    .resources-categories-title {font-size: 16px;line-height: 21px;}
    .post-dt, .post-category {font-size: 14px;padding: 5px 15px;}
    .blg-cntblk .post-item h5 {font-size: 20px;}
    .blg-cntblk .post-cnt {padding: 0 15px;}
    .post-item .blog-post-img {margin-bottom: 15px;}
    .blg-cntblk .post-item .blog-post-img img {height: 240px;}
    .blg-cntblk .post-item .post-btn a {padding: 8px 40px 8px 0;}
    .blg-cntblk .post-item .post-btn a:before { width: 32px; height: 32px; border-radius: 8px; transform: scale(0.9); transform-origin: center right; }
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {width: 38px;height: 38px;font-size: 17px;border-radius: 8px;}
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev {transform: scale(0.8);margin: 0 -5px;}
}

@media screen and (max-width:1024px) {
    .resources-categories-block {margin: 0 0 40px;}
    .insight-posts-heading-blk{margin: 0 0 20px;}
    .blg-cntblk{ max-width: 100%;gap: 20px;justify-content: center;}
    .resources-categories-item {width: 100%;max-width: 300px;border-radius: 10px;}
    .resources-categories-item::before {width: 38px;height: 38px;background-size: 13px, 100%;border-radius: 8px;}
    .blg-cntblk .post-item {padding: 10px 10px 20px;width: 100%;max-width: 350px;}
    .blg-cntblk .post-cnt {padding: 0 10px;}
    .blg-cntblk .post-item .blog-post-img img {height: 200px;border-radius: 15px;}
    .blg-cntblk .post-item h5 {font-size: 18px;margin: 0 0 15px;}
    .page_default.blog_pg .post-meta {top: 26px;right: 30px;}
    .post-dt, .post-category {font-size: 12px;padding: 4px 11px;letter-spacing: 0.3px;}
    .blg-cntblk .post-item .post-btn a {padding: 6px 35px 6px 0;font-size: 15px;}
    .blg-cntblk .post-item .post-btn a:before { width: 31px; height: 31px; border-radius: 6px; transform: scale(0.8); }
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {width: 36px;height: 36px;font-size: 16px;}
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev {transform: scale(0.75);}

    .post-item .blog-post-img { height: 195px; }

}

@media screen and (max-width:768px) {
    .resources-categories-block { margin: 0 0 40px; }
    .blg-cntblk{ max-width: 100%;}
    .post-item .blog-post-img { height: 100%; }
}

@media screen and (max-width:480px) {

    .blg-cntblk .post-item h5 {font-size: 17px;} 
    .blg-cntblk .post-item .blog-post-img img {height: 180px;}
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {width: 34px;height: 34px;font-size: 15px;}
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev {transform: scale(0.7);margin: 0 -7px;}

}

/* Single Blog Page */

.blog-post-img {
    margin-bottom: 25px;
    height: 365px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    background: #fff;
}   

.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
/* .page_default.single-blog_pg .page-navi a{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.page_default.single-blog_pg .page-navi a:hover{
    background-color: #000; color: #fff;
} */

.single-post-thumbnail img {
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%;
}

/* Contact Page */


.contact-page-form .ftr-form .gfield input.large, .contact-page-form .ftr-form .gfield textarea.large {
    border: 1px solid #00359e !important;
    width: 100% !important;
    margin-top: 10px;
}

.gfield .wpcf7-form-control-wrap {
    position: relative;
    width: 32%;
}

.contact-page-form .gfield p br{display: none;}

.contact-page-form .ftr-form input[type="submit"] {
    position: unset !important;
    font-size: 20px !important;
    width: 100% !important;
    background-image: none !important;
    color: #fff;
    font-weight: 500;
    text-transform: UPPERCASE;
    height: 100% !important;
    line-height: 1;
    padding: 20px 25px !important;
    text-align: center !important;
    max-width: fit-content !important;
    margin: 20px auto 0 !important;
    border-radius: 15px;
    display: inline-block !important;
}

.contact-page-form .ftr-form input::placeholder {
    color: #000 !important;
}

/* .wpcf7 form.invalid .wpcf7-response-output{display: none;} */

.contact-page-form .ftr-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1rem;
}

.contact-page-form .ftr-form {
    text-align: center;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.contact-page-form .text-area.gfield p{
    display: block !important;
}
.contact-page-form .gfield p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    line-height: 1;
}

.contact-page-form .gfield p:last-child{margin-bottom: 0;}

@media screen and (max-width:1366px) {
    .contact-page-form .ftr-form{max-width: 1000px;}
    .contact-page-form .gfield p{gap: 18px; margin-bottom: 25px;}
}

@media screen and (max-width:1280px) {
    .contact-page-form .ftr-form{max-width: 950px;}
    .contact-page-form .gfield p{gap: 15px; margin-bottom: 22px;}
    .contact-page-form .ftr-form input[type="submit"] {
    padding: 18px 20px !important;
    font-size: 19px !important;
}
}

@media screen and (max-width: 1024px) {
    .contact-page-form .gfield p {
        gap: 10px;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .contact-page-form .gfield p br{
        display: none;
    }
    .gfield .wpcf7-form-control-wrap{width: 100% !important; }
    .contact-page-form .ftr-form { max-width: 565px; }
    .contact-page-form .ftr-form input[type="submit"] { padding: 15px 15px !important; font-size: 16px !important; border-radius: 10px; }
    .gfield textarea.large{height: 100px !important;}
}



/* Sidebar Styles */

.genpg-lft .widget{ 
    background-color: #00359e;
    margin: 0 0 50px 0;
    border-radius: 20px;
}

.genpg-lft .widget:last-child{margin-bottom: 0;}

.genpg-lft .widget .widget-title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 38px;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.25px;
    margin: 0 0 0;
    text-transform: uppercase;
    text-align: center;
    padding: 25px;
    border-bottom: 1px solid #ffffff;
    background: transparent;
}

.genpg-lft .widget ul, .tagcloud {
    padding: 20px 25px;
    margin: 0;
}

.genpg-lft .widget ul li a, .tagcloud a {
    font-family: var(--bodyFont);
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    position: relative;
    display: inline-block;
}
.genpg-lft .widget ul li, .tagcloud a{
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    position: relative;
    border: 0;
}
.genpg-lft .widget ul li::before, .tagcloud a::before{
    background: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 12px;
    border-radius: 100%;

}
.genpg-lft .widget ul li:last-child{ margin: 0;}
.genpg-lft .widget ul li a:hover, .tagcloud a:hover {
    color: #c2e0ff;
}

.genpg-lft .widget ul li:has(a:hover)::before, .tagcloud a:hover:before{
    background-color: #c2e0ff;
}
 
 

.genpg-lft .widget ul.sub-menu{
    display: none;
    padding: 10px 0 0 0;
}

.genpg-lft button.subMenuToggle {
    position: absolute;
    right: 0;
    top: -4px;
}
.genpg-lft .menu-item-has-children>button{
    font-family: var(--bodyFont);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    display: block;
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0;
}
.genpg-lft .menu-item-has-children>button:before {
    content: '+';
}
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 60px;
    top: -10px;
    position: relative;
}
.genpg-lft .widget li a.drop.open {
    transform: rotate(90deg);
}

.genpg-lft .widget ul.sub-menu li a{
    font-size: 25px;
}

.blog-archives {
    background-color: #f5faff;
    padding: 40px 30px;
    position: relative;
    margin: 0 0 50px;
    border: 2px solid #00359e;
    border-radius: 20px;
}

.genpg-lft .blog-archives .widget {
    background-color: transparent;
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
}

.genpg-lft .blog-archives .search-form {
    position: relative;
}

.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 19px !important;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
    color: rgb(0 0 13 / 80%);
    padding: 24px 77px 24px 25px !important;
    background-color: #fff !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 100%;
    background-position: right 0 center;
    background-size: 70px 100%;
    background-image: url(../images/dwn-arrow-icon.webp);
    background-repeat: no-repeat;
    height: auto !important;
    opacity: 1 !important;
    border: 1px solid #395192;
    border-radius: 0;
    border-radius: 50px;
}

.genpg-lft .blog-archives .widget input.search-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 98% !important;
    background-image: url(../images/blg-search-icn.webp);
    background-color: #00359e !important;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff !important;
    border-radius: 0 50px 50px 0 !important;
    font-size: 0 !important;
    border: 0;
    padding: 0 !important;
}

.genpg-lft .widget.widget_archive .widget-title{
    padding-top: 0;
    color: #00359e;
}

.genpg-lft .blog-archives .widget:last-child {
    margin: 0;
}

.single-post-cnt .post-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
}

.single-post-cnt .post-dt, .single-post-cnt .post-category{padding: 0;}

.post-tags {
    font-size: 0;
}
.post-tags p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 12px;
}
.post-tags a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    padding: 10px 15px;
    border-radius: 35px;
    border: 2px solid #00359e;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-tags a:hover{
    background-color: #00359e;
    color: #fff !important;
}

.tagcloud a {
    display: block;
}


@media screen and (max-width:1680px) {
    .genpg-lft .widget ul li a, .tagcloud a{font-size: 19px !important;}
    .genpg-lft .widget ul li, .tagcloud a{padding: 0 0 0 25px;}
    .genpg-lft .widget ul li::before, .tagcloud a::before{width: 11px; height: 11px; top: 11px;}
}

@media screen and (max-width:1550px) {
    .genpg-lft .widget .widget-title { font-size: 36px; padding: 23px; }
    .genpg-lft .widget ul, .tagcloud{padding: 18px 22px;}
    .genpg-lft .widget ul li a, .tagcloud a{font-size: 18px !important;}
    .genpg-lft .widget ul li, .tagcloud a{padding: 0 0 0 22px;}
    .genpg-lft .widget ul li::before, .tagcloud a::before{width: 10px; height: 10px; top: 10px;}

    .blog-archives{padding: 35px 26px; margin-bottom: 45px;}
    .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select { font-size: 18px !important; padding: 22px 70px 22px 22px !important; background-size: 66px 100%; }
    .genpg-lft .blog-archives .widget input.search-submit{width: 66px;}
    .genpg-lft .widget{margin-bottom: 45px;}

    .post-tags a{padding: 8px 12px; margin: 0 8px 8px 0;}
}

@media screen and (max-width: 1440px) {
    .genpg-lft .widget .widget-title { font-size: 34px; padding: 22px; }
    .genpg-lft .widget ul li a, .tagcloud a { font-size: 17px !important; }
    .genpg-lft .widget ul, .tagcloud { padding: 16px 20px; }
    .genpg-lft .widget ul li, .tagcloud a { padding: 0 0 0 20px; margin-bottom: 12px; }
    .genpg-lft .widget ul li::before, .tagcloud a::before{width: 9px; height: 9px; top: 9px;}
    .genpg-lft .widget{margin-bottom: 40px;}

    .blog-archives{padding: 32px 23px; margin-bottom: 40px;}
    .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select { font-size: 17px !important; padding: 20px 65px 20px 20px !important; background-size: 62px 100%; }
    .genpg-lft .blog-archives .widget input.search-submit{width: 62px;}
    .single-post-cnt .post-meta{margin-bottom: 20px;}

    .post-tags a{font-size: 14px;}
    .page_default.single-blog_pg .page-navi{padding-top: 25px;}
    .post-tags p{margin-right: 9px;}
    
}

@media screen and (max-width: 1366px) {
    .genpg-lft .widget .widget-title { font-size: 32px; padding: 20px; }
    .genpg-lft .widget ul li a, .tagcloud a { font-size: 16px !important; }
    .genpg-lft .widget ul, .tagcloud { padding: 16px 16px; }
    .genpg-lft .widget ul li, .tagcloud a { padding: 0 0 0 18px; margin-bottom: 10px; }
    .genpg-lft .widget ul li::before, .tagcloud a::before { width: 8px; height: 8px; top: 8px; }
    .genpg-lft .widget { margin-bottom: 35px; }
    .blog-archives { padding: 30px 20px; margin-bottom: 35px; }
    .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select { font-size: 17px !important; padding: 18px 60px 18px 18px !important; background-size: 58px 100%; }
    .genpg-lft .blog-archives .widget input.search-submit { width: 58px; background-size: 17px; }
    .genpg-lft .blog-archives .widget{margin-bottom: 25px;}

    .post-tags a { font-size: 14px; padding: 7px 10px; margin: 0 6px 6px 0; }
}

@media screen and (max-width: 1280px) {
    .genpg-lft .widget .widget-title { font-size: 29px; padding: 18px; }
    .genpg-lft .widget ul, .tagcloud { padding: 15px 14px; }
    .genpg-lft .widget ul li a, .tagcloud a { font-size: 15px !important; }
    .genpg-lft .widget ul li, .tagcloud a { padding: 0 0 0 16px; }
    .genpg-lft .widget ul li::before, .tagcloud a::before { width: 7px; height: 7px; top: 7px; }
    .genpg-lft .widget { margin-bottom: 30px; }
    .blog-archives { padding: 25px 18px; margin-bottom: 30px; }
    .genpg-lft .blog-archives .widget{margin-bottom: 20px;}
    .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select { font-size: 16px !important; padding: 15px 50px 15px 16px !important; background-size: 50px 100%; }
    .genpg-lft .blog-archives .widget input.search-submit { width: 50px; background-size: 16px; }

    .post-tags a { font-size: 13px; padding: 6px 8px; margin: 0 4px 4px 0; }
    .page_default.single-blog_pg .page-navi { padding-top: 20px; }
}

@media screen and (max-width:1024px) {
    .single-post-cnt .post-meta{margin-bottom: 15px;}
}

@media screen and (max-width:768px) {
    .single-post-thumbnail img { border-radius: 10px; margin-bottom: 15px; width: 100%; }
    .single-post-cnt .post-meta{margin-bottom: 10px;}

    .post-tags a { font-size: 12px; padding: 5px 7px; margin: 0 5px 6px 0; }
}

@media screen and (max-width:1024px) {
    
}


/* Common Stylings For IMage LIst */


.common-list-blk {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* align-items: center; */
    margin-bottom: 65px;
}

.common-list-blk:last-child{
    margin-bottom: 0;
}

.inr-btm-common-blk.common-lft-blk {
    width: 38%;
}

.inr-btm-common-blk.common-right-blk {
    width: 53%;
}

.inr-btm-common-blk{
    width: 50%;
}

.inner-service-item-image img {
    /* width: 100%; */
    width: auto;
}

.our-servces-item .inner-service-item-image{
    width: 75px;
}

.common-img img{width: 100%;}

.cmn-blk-cnt {
    background-color: #286FFE;
    padding: 4% 6%;
    border-radius: 30px;
    margin: 50px 0;
}

.cmn-blk-cnt h2, .cmn-blk-cnt h3, .cmn-blk-cnt h4, .cmn-blk-cnt h5, .cmn-blk-cnt h6, .cmn-blk-cnt p, .cmn-blk-cnt li{color: #fff;}
.cmn-blk-cnt.flex {
    display: flex;
    gap: 10px;
}

.our-webflow-list-item-btm-para {
    margin-top: 30px;
    text-align: center;
}


.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}


.local-seo-page .tab-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.local-seo-page .tab-btn {
    background-color: #00359e;
    margin-bottom: 10px;
    width: fit-content;
    color: #fff;
    vertical-align: 0.2px;
    place-items: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 3px;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin: 0;
}

.local-seo-page .tab-btn img {
    height: 25px !important;
    width: 25px !important;
    display: block !important;
}

.local-seo-page .tab-content-area {
    text-align: center;
    padding: 40px 20px;
    background-color: #f5faff;
    border: 1px solid #1D49C31A;
}

.local-seo-page .tabs-block{padding-bottom: 50px;}

.inner-service-text-heading-para, .inner-service-text-heading-btm_para {
    text-align: center;
}

.common-list-blk .inr-btm-common-blk img{border-radius: 20px;}

@media screen and (max-width: 1024px) {
    .common-list-blk{flex-direction: column; margin-bottom: 20px;}
    .common-list-blk.reverse{flex-direction: column-reverse;}
    .inr-btm-common-blk.common-lft-blk, .inr-btm-common-blk.common-right-blk, .inr-btm-common-blk{width: 100%;}
    .inr-btm-common-blk.common-lft-blk .common-img, .inr-btm-common-blk.common-right-blk .common-img, .inr-btm-common-blk .common-img{width: 100%; max-width: 450px; margin: 0 auto;}
	.cmn-blk-cnt {
    background-color: #286FFE;
    padding: 4% 6%;
    border-radius: 15px;
    margin: 20px 0;
}
}




/* About Page Stylings */

.who-we-are-section {padding: 110px 0 60px;position: relative;}
.page-template-about-page .who-we-are-section::before {position: absolute;content: "";bottom: 0;left: 0;right: 0;height: 1px;width: calc(100% - 5.5%);background: #D9D9D9;margin: 0 auto;}
.who-we-are-section .container {max-width: 1280px;margin: 0 auto;}
.who-we-are-section .heading-para {margin-bottom: 30px;}
.who-we-are-heading-block {text-align: center;max-width: 1055px;margin: 0 auto;}
.who-we-are-heading-block .sub-heading {margin: 0 auto 22px;}
.who-are-you-img{margin-bottom: 40px;}
.who-are-you-img img{border-radius: 20px;}
.who-are-bottom-para-list {display: flex;justify-content: space-between;position: relative;margin-bottom: 0;}
.who-are-you-left-para {width: 45%;}
.who-are-you-rit-para {width: 42%;}
.page-template-about-page .who-are-bottom-para-list:before {position: absolute;content: "";top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 1px;height: 100%;background: #D9D9D9;}


/* Our Mission Section */
.our-mission-section { padding: 90px 0 118px; }
.our-mission-left-img img{border-radius: 20px;}
.our-mission-section .our-mission-right-block { width: 45.8%; }
.our-mission-right-block .sub-heading{margin-bottom: 20px;}

/* About Page Service Section */

.inner-service-section, .blur-radius-bg {background-color: #C2E0FF;width: calc(100% - 5.4%);margin: 0 auto;border-radius: 40px;padding: 100px 1.5%;}
.inner-service-section .text-heading {max-width: 850px; margin: 0 auto 16px;}
.tab-tick-img {margin-top: 8px;}
.inner-service-section .inner-service-headind-block { margin-bottom: 45px; }

.inner-service-section .sub-heading{
    border-color: #4b8bf9;
}

/* about Benifits Section */
.wp-why-chose-sec.inner-benefits-section{padding: 120px 0;}
.our-process-setion.inner-process-section {background-color: #f5faff;width: calc(100% - 5.4%);margin: 0 auto;border-radius: 40px;padding: 90px 10px;}
.our-vision-section{padding: 0 0 100px;}
.our-vision-list-block {justify-content: flex-start;gap: 90px;}
.inr-btm-common-blk.our-vision-left-block {width: 44.5%;}
.our-vision-left-block img{width: 100%;display: block;}
.our-mission-right-block {width: 43%;}



body:not(.home) .webdev-services-sec .tab-content-area {
    padding: 40px 15px;
    place-content: center;
}
 
/* Responsive */

@media screen and (max-width: 1680px) {
    .wp-why-chose-sec.inner-benefits-section { padding: 110px 0; }
}
 
@media screen and (max-width: 1550px){
    .who-we-are-section {padding: 100px 0 60px;}
    .our-mission-section {padding: 90px 0 100px;}
    .wp-why-chose-sec.inner-benefits-section {padding: 100px 0;}
    .our-vision-section{padding: 0 0 90px;}
    .our-vision-list-block {gap: 80px;}
 
}

@media screen and (max-width: 1440px){
    .who-we-are-section {padding: 80px 0 60px;}
    .who-we-are-section .container, .mx-1280 .container {max-width: 1200px;}
    .who-are-you-rit-para {width: 44%;}
    .who-we-are-heading-block {max-width: 1000px;}
    .our-mission-section {padding: 80px 0;}
    .inner-service-section, .blur-radius-bg {padding: 80px 15px;}
    .wp-why-chose-sec.inner-benefits-section,
    .our-process-setion.inner-process-section {padding: 80px 10px;}
    .our-vision-section {padding: 0 0 80px;}
    .our-vision-list-block {gap: 60px;}
    .our-servces-item .inner-service-item-image {width: 70px;}
    .inner-service-section .inner-service-headind-block { margin-bottom: 40px; }
}

@media screen and (max-width: 1366px){
    .who-we-are-section {padding: 70px 0 60px;}
    .who-we-are-section .container, .mx-1280 .container {max-width: 1100px;}
    .who-we-are-section .heading-para {margin-bottom: 25px;}
    .who-are-you-img {margin-bottom: 30px;}
    .who-are-you-left-para {width: 46%;}    
    .who-are-you-rit-para {width: 45%;}
    .who-we-are-heading-block {max-width: 930px;}
    .our-mission-section {padding: 70px 0;}
    .our-mission-section .our-mission-right-block {width: 47%;}
    .inner-service-section, .blur-radius-bg {padding: 70px 10px;}
    .inner-service-section .our-servces-item .inner-service-item-image, .blur-radius-bg .our-servces-item .inner-service-item-image {width: 65px;}
    .inner-service-section .inner-service-headind-block { margin-bottom: 35px; }
    .wp-why-chose-sec.inner-benefits-section,
    .our-process-setion.inner-process-section {padding: 70px 10px;}
    .our-vision-section {padding: 0px 0 70px;}
    .our-vision-list-block {gap: 50px;}
    .our-mission-right-block .sub-heading {margin-bottom: 15px;}
    .our-mission-right-block {width: 46%;}

    .our-servces-item .inner-service-item-image {width: 65px;}
}

@media screen and (max-width: 1280px){
    .who-we-are-section {padding: 60px 0 50px;}
    .who-we-are-section .container, .mx-1280 .container {max-width: 960px;}
    .who-we-are-heading-block .sub-heading {margin: 0 auto 15px;}
    .who-we-are-section .heading-para {margin-bottom: 20px;}
    .our-mission-section {padding: 60px 0;}
    .inner-service-section, .blur-radius-bg { padding: 60px 10px; width: calc(100% - 3%); }
    .inner-service-section .our-servces-item .inner-service-item-image,
     .blur-radius-bg .our-servces-item .inner-service-item-image {width: 55px;}
     .inner-service-section .inner-service-headind-block { margin-bottom: 30px; }
    .wp-why-chose-sec.inner-benefits-section, .our-process-setion.inner-process-section {padding: 60px 10px;}
    .our-vision-section {padding: 0px 0 60px;}
    .our-vision-list-block {gap: 40px;}
    .our-mission-right-block {width: 48%;}
}
 
@media screen and (max-width: 1024px){
    .inr-pg-bnr-blk:not(:has(.inr-pg-bnr-rgt-blk)) .inr-bnr-lft-blk {width: 100%;}
    .who-we-are-section {padding: 50px 0;}
    .who-we-are-section .container, .mx-1280 .container {max-width: 720px;}
    .who-we-are-heading-block .sub-heading {margin: 0 auto 12px;}
    .who-are-you-img img {border-radius: 15px;}
    .who-are-you-img {margin-bottom: 20px;border-radius: 18px;border: 2px solid #C2E0FF;}
    .who-are-bottom-para-list {flex-direction: column;align-items: center;gap: 5px;}
    .page-template-about-page .who-are-bottom-para-list:before{display: none;}
    .who-are-you-left-para, .who-are-you-rit-para{width: 100%;text-align: center;}
    .who-are-you-rit-para p:last-child{margin-bottom: 0px;}
    .our-mission-section {padding: 50px 0;}
    .our-mission-left-img {width: 100%;max-width: 370px;margin: auto;border-radius: 18px;border: 2px solid #C2E0FF;}
    .our-mission-left-img img {border-radius: 15px;}
    .our-mission-section .our-mission-right-block {width: 100%;text-align: center;}
    .our-mission-right-block .sub-heading {margin: 0 auto 15px;}
    .our-mission-section .our-mission-right-block p:last-child{margin-bottom: 0px;}
    .inner-service-section, .blur-radius-bg {padding: 50px 0; border-radius: 20px;}
    .inner-service-section .servces-title, .blur-radius-bg .servces-title {font-size: 21px;}
    .wp-why-chose-sec.inner-benefits-section {padding: 50px 0;}
    .inner-service-section .inner-service-headind-block { margin-bottom: 20px; }
    .our-process-setion.inner-process-section{padding: 50px 10px; border-radius: 20px;}
    .inr-btm-common-blk.our-vision-left-block {width: 100%;}
    .common-list-blk.our-vision-list-block {gap: 25px;flex-direction: column-reverse;}
    .our-mission-right-block {width: 100%;text-align: center;}
    .our-mission-right-block p:last-child{margin-bottom: 0px;}
    .our-vision-section {padding: 0px 0 50px;}

    .tab-tick-img { margin-top: 3px; }

    body:not(.home) .webdev-services-sec .tab-content-area{padding: 20px 15px;}
}

@media screen and (max-width: 768px){
    .who-we-are-section {padding: 40px 0;}
    .who-we-are-section .container, .mx-1280 .container {max-width: 100%;padding: 0 10px;}
    .who-we-are-section .text-heading {margin-bottom: 13px;}
    .who-we-are-section .heading-para {margin-bottom: 15px;}
    .our-mission-section {padding: 40px 0;}
    .our-mission-section .our-mission-right-block .text-heading {margin-bottom: 10px;line-height: 1.3;}
    .inner-service-section, .blur-radius-bg {padding: 40px 0;}
    .inner-service-section .servces-title, .blur-radius-bg.servces-title {font-size: 20px;}
    .wp-why-chose-sec.inner-benefits-section, .our-process-setion.inner-process-section {padding: 40px 0;}
    .our-vision-section {padding: 0px 0 40px;}

 
}

@media screen and (max-width: 480px){
    .who-we-are-section {padding: 30px 0;}
    .who-are-you-img {margin-bottom: 15px;}
    .our-mission-section {padding: 30px 0;}
    .inner-service-section, .blur-radius-bg {padding: 30px 0;}
    .inner-service-section .servces-title, .blur-radius-bg .servces-title {line-height: 1.3;}
    .wp-why-chose-sec.inner-benefits-section, .our-process-setion.inner-process-section {padding: 30px 0;}
}
 

/* Our Portifolio */



.our-portfolio-page .container{
    max-width: calc(100% - 35px);
    margin: 0 auto;
    width: 100%;
}

.portfolio-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.portfolio-thumb img {
    width: 100%;
    display: block;
    border-radius: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.portfolio-item:hover .portfolio-thumb img {
    transform: scale(1.1);
    transform-origin: center;
}


.portfolio-item {
    position: relative;
    border: 5px solid #00359e;
    border-radius: 15px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.portfolio-item:hover .portfolio-content{
    background-color: #00359ea3;
    display: none !important;
}
.portfolio-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    place-content: center;
    place-items: center;
    display: none !important;
    width: 100%;
    padding: 0 7.45%;
}
.portfolio-content h3 {
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    text-align: center;
    color: #fff;
    transform: translateY(20px);
    transition: all 500ms cubic-bezier(.77, 0, .175, 1);
}

.portfolio-logo {
    transform: translateY(20px);
    transition: all 900ms cubic-bezier(.77, 0, .175, 1), color 200ms ease-in-out;
}

.portfolio-logo img {
    transition: all .6s ease-in-out !important;
    margin: 0 auto;
    transform-origin: center;
    width: 75%;
}

.portfolio-link a{
    position: absolute;
    inset: 0;
    font-size: 0;
}


/* Our Recent Works Section */

.portfolio-carousel {
    padding: 0 5%;
}

.recent-works-blk h2 {
    text-align: center;
    margin-bottom: 30px;
}

.recent-works-blk .portfolio-content{
    background-image: url(../images/share-icon.webp);
    background-repeat: no-repeat;
    background-position: center center;
}

.portfolio-carousel.owl-carousel .owl-nav button span {
    font-size: 0;
}

.portfolio-carousel.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}

.portfolio-carousel.owl-carousel .owl-nav button {
    background-image: url(../images/carousel-left-arrow-icon.webp);
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: center;
    width: 65px;
    height: 65px;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-next {
    rotate: 180deg;
}

.portfolio-carousel.owl-carousel .owl-nav button:hover {
    background-image: url(../images/carousel-left-arrow-icon-hvr.webp);
}

.portfolio-carousel .owl-stage-outer{position: relative; z-index: 2;}

/* freebies */

.freebies-page-list { display: flex; justify-content: space-between; gap: 20px; }
.freebies-left-form{width: 60%;}
.freebies-right-img{width: 100%; max-width: 500px;}
.freebies-right-img img{width: 100%;}
.freebies-left-form label { display: block; text-align: left; width: 100%; }
.freebies-left-form .ftr-form{ max-width: 100%; margin-bottom: 20px;}
.freebies-left-form .gfield p{ justify-content: start; }
.freebies-left-form .ftr-form .gfield input.large{margin-top: 10px;}
.freebies-left-form .ftr-form input[type="submit"]{margin: 0 !important;}
.free-form-link a{display: flex; align-items: center; gap: 5px;}
.free-form-link a strong{text-decoration: underline;}
.free-form-link a:hover strong{ text-decoration: none; }


.law-firm-form-blk {
    padding: 2.7%;
    border: 2px solid #00359e;
    border-radius: 20px;
    text-align: center;
}

.law-firm-form-blk small{
    display: inline-block;
    font-size: 60%;
}

.law-firm-form-blk .gfield textarea.large{
    height: 85px !important;
}

.law-firm-form-blk .gfield p{
    margin-bottom: 25px;
    line-height: 1;
}


/* Trust Section Starts Here */
.inner-trust-sec{padding-top: 108px; margin-top: 0;}
.inner-trust-sec .trust-list{ align-items: center; margin-bottom: 0; }
.inner-trust-sec .trust-rit{ display:flex; flex-direction:column; gap:20px; overflow:hidden; }
.inner-trust-sec .trust-row{ overflow:hidden; width:100%; }
.inner-trust-sec .trust-track.enable-scroll{ display:flex; width:max-content; gap: 9.5%; animation:trustLoop 20s linear infinite; }
.inner-trust-sec .trust-track.enable-scroll:hover{ animation-play-state: paused; }
.inner-trust-sec .trusted-agencies{ flex:0 0 auto; place-items: center; padding: 10px; }
.inner-trust-sec .trusted-agencies img { display: block; opacity: 1; height: 100%; width: 100%; object-fit: contain; object-position: center center; }
.inner-trust-sec .trust-title { font-size: 60px; }
.inner-trust-sec .trust-title strong{ color: #286FFE;}
.inner-trust-sec .trust-title-blk{background-color: #F5FAFF;}

.trust-track { display: flex; width: 100%; justify-content: space-between; }


@keyframes trustLoop{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

.inner-benefits-section-two .wp-choose-content p { font-size: 18px; }

.why-agencies-sec.web-design-feature { padding-top: 120px; }
.why-agencies-sec.web-design-feature .sub-heading { margin: 0 auto; }

.wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 180px; }




.inner-service-expertise-sec .why-business-item {
    padding: 32px 20px 30px;
    height: 230px;
}


/* Animated Center List Image */

.animated-image .why-business-center-item-img { padding: 20%; background-image: url(../images/center-items-logo-bg.webp); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.animated-image .why-business-center-item-img img{ animation: rotate360 10s linear infinite; transform-origin: center; }
.animated-image .why-business-center-item-img img:hover{animation-play-state: paused;}
@keyframes rotate360 { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@media screen and (max-width:1024px) { .animated-image .why-business-center-item-img { padding: 14%;} }
@media screen and (max-width: 480px) { .animated-image .why-business-center-item-img { padding: 40px; } }




/* Responsive */

@media screen and (max-width:1680px) {
    .portfolio-carousel.owl-carousel .owl-nav button{transform: scale(0.9);}
    .portfolio-content h3{font-size: 23px;}
    .inner-trust-sec{padding-top: 100px;}

    .inner-trust-sec .trust-title { font-size: 55px; }

    .inner-benefits-section-two .wp-choose-content p { font-size: 17px; }

    .p-120{padding: 110px 0;}
    .pt-120{ padding-top: 110px; }
    .pt-140{ padding-top: 120px; }
    .pb-120{ padding-bottom: 110px !important; }
    .pb-140{ padding-bottom: 120px !important; }
    .p-140{padding: 120px 0;}

    .p-100{padding: 95px 0 !important;}
    .pt-100{padding-top: 95px;}
    .pb-100{padding-bottom: 95px;}
    .mb-100{ margin-bottom: 95px; }

    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 160px; }
}

@media screen and (max-width: 1550px) {
    .portfolio-carousel.owl-carousel .owl-nav button { transform: scale(0.8); }
    .portfolio-list{gap: 16px;}
    .portfolio-content h3{font-size: 22px;}
    .inner-trust-sec{padding-top: 90px;}

    .inner-trust-sec .trust-title { font-size: 52px; }
    .inner-trust-sec .trust-track.enable-scroll{gap: 9%;}

    .inner-benefits-section-two .wp-choose-content p { font-size: 16px; }
    .why-agencies-sec.web-design-feature { padding-top: 100px; }
    .p-120{padding: 100px 0;}
    .p-140{padding: 110px 0;}
    .pt-120{ padding-top: 100px; }
    .pt-140{ padding-top: 110px; }
    .pb-120{ padding-bottom: 100px !important;  }
    .pb-140{ padding-bottom: 110px !important; }
    .p-100{padding: 90px 0 !important;}
    .pt-100{padding-top: 90px;}
    .pb-100{padding-bottom: 90px;}
    .mb-100{ margin-bottom: 90px; }

    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 140px; }

    .inner-service-expertise-sec .why-business-item { padding: 30px 18px 25px; height: 220px; }

    .freebies-right-img{ max-width: 450px; }
}

@media screen and (max-width: 1440px) {
    .portfolio-carousel.owl-carousel .owl-nav button { transform: scale(0.7); }
    .portfolio-content h3 { font-size: 20px; margin-bottom: 15px; }
    .portfolio-list { gap: 13px; }
    .portfolio-item{border-width: 3px; border-radius: 12px;}
    .portfolio-thumb img {border-radius: 8px;}
    .inner-trust-sec{padding-top: 80px;}

    .inner-trust-sec .trust-track.enable-scroll{gap: 8.5%;}
    .inner-trust-sec .trust-title { font-size: 48px; }
 
    .inner-benefits-section-two .wp-choose-content p { font-size: 15px; }
    .why-agencies-sec.web-design-feature {padding-top: 90px;}
    .p-120{padding: 85px 0;}
    .p-140{padding: 95px 0;}
    .pt-120{ padding-top: 85px; }
    .pt-140{ padding-top: 95px; }
    .pb-120{ padding-bottom: 85px !important; }
    .pb-140{ padding-bottom: 95px !important; }
    .p-100{padding: 80px 0 !important;}
    .pt-100{padding-top: 80px;}
    .pb-100{padding-bottom: 80px;}
    .mb-100{ margin-bottom: 80px; }

    .freebies-right-img{ max-width: 400px; }

    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 120px; }

    .inner-service-expertise-sec .why-business-item { padding: 30px 16px 25px; height: 210px; }
}

@media screen and (max-width: 1366px) {
    .portfolio-carousel.owl-carousel .owl-nav button { transform: scale(0.64); }
    .portfolio-carousel.owl-carousel .owl-nav .owl-prev{left: -8px; position: relative;}
    .portfolio-carousel.owl-carousel .owl-nav .owl-next{right: -8px; position: relative;}

    .portfolio-content h3{font-size: 19px;}
    .portfolio-logo img{width: 60%;}

    .inner-trust-sec{padding-top: 70px;}
    .inner-trust-sec .trust-title { font-size: 45px; }
    .inner-trust-sec .trust-track.enable-scroll { gap: 7.5%; }

    .inner-benefits-section-two .wp-choose-content p { font-size: 14px; }
    .why-agencies-sec.web-design-feature {padding-top: 80px;}
    .p-120{padding: 70px 0;}
    .p-140{padding: 85px 0;}
    .pt-120{ padding-top: 70px; }
    .pt-140{ padding-top: 85px; }
    .pb-120{ padding-bottom: 70px !important; }
    .pb-140{ padding-bottom: 85px !important; }

    .p-100{padding: 65px 0 !important;}
    .pt-100{padding-top: 65px;}
    .pb-100{padding-bottom: 65px;}
    .mb-100{ margin-bottom: 65px; }

    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 100px; }

    .inner-service-expertise-sec .why-business-item { padding: 25px 15px 20px; height: 185px; }

    .freebies-right-img{ max-width: 375px; }
}

@media screen and (max-width: 1280px) {
    .portfolio-carousel.owl-carousel .owl-nav button {
        transform: scale(0.58);
    }
    .recent-works-blk h2{margin-bottom: 25px;}

    .portfolio-content h3{font-size: 18px;}
    .portfolio-logo img{width: 55%;}

    .inner-trust-sec{padding-top: 60px;}
    .inner-trust-sec .trust-title { font-size: 36px; }
    .inner-trust-sec .trust-track.enable-scroll { gap: 4.7%; }
    .why-agencies-sec.web-design-feature {padding-top: 70px;}
    .p-120{padding: 60px 0;}
    .p-140{padding: 70px 0;}
    .pt-120{ padding-top: 60px; }
    .pt-140{ padding-top: 70px; }
    .pb-120{ padding-bottom: 60px !important; }
    .pb-140{ padding-bottom: 70px !important; }

    .p-100{padding: 55px 0 !important;}
    .pt-100{padding-top: 55px;}
    .pb-100{padding-bottom: 55px;}
    .mb-100{ margin-bottom: 55px; }

    .mb-60{margin-bottom: 50px;}

    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 75px; }

    .inner-service-expertise-sec .why-business-item { padding: 20px 12px 15px; height: 160px; }
    
    .freebies-right-img{ max-width: 350px; }
}

@media screen and (max-width:1024px) {
    .freebies-page-list{flex-direction: column; align-items: center; justify-content: center; gap: 20px;}
    .freebies-left-form{width: 100%; max-width: 450px; margin: 0 auto;}
    .freebies-right-img{max-width: 385px; margin: 0 auto; width: 100%;}
    .freebies-left-form .ftr-form input[type="submit"] { margin: 0 auto !important; }
    .portfolio-carousel{padding: 0;}

    .portfolio-carousel.owl-carousel .owl-nav{ position: unset; justify-content: center; gap: 20px; margin-top: 10px; }
    .portfolio-carousel.owl-carousel .owl-nav button { transform: scale(0.75); position: unset !important; }

    .portfolio-list { gap: 10px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
    .portfolio-item{max-width: 280px; width: 100%;}

    .recent-works-blk h2{margin-bottom: 20px;}
    .inner-trust-sec{padding-top: 60px;}
    .inner-trust-sec .trust-title br{display: none;}
    .inner-trust-sec .trust-track.enable-scroll { gap: 25px; }
    .why-agencies-sec.web-design-feature {padding-top: 80px;}

    .p-100, .p-120{padding: 50px 0 !important;}
    .pt-100, .pt-120{ padding-top: 50px; }
    .p-140{padding: 55px 0;}
    .pt-140{ padding-top: 55px; }
    .pb-100, .pb-120{ padding-bottom: 50px !important; }
    .pb-140{ padding-bottom: 55px !important; }
    .mb-60{margin-bottom: 40px;}
    .mb-100{ margin-bottom: 50px; }

    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 60px; }

    .inner-service-expertise-sec .why-business-item { padding: 20px 12px; height: 100%; }
}

@media screen and (max-width: 768px) {
    .portfolio-carousel { padding: 0; max-width: 300px; margin: 0 auto; }
    .our-portfolio-page .container{max-width: 100%;}
    .inner-trust-sec .trust-rit{max-width: 340px; margin: 0 auto;}
    .inner-trust-sec .trust-track.enable-scroll { gap: 15px; }
    .inner-trust-sec .trust-title { font-size: 32px; }
    .why-agencies-sec.web-design-feature {padding-top: 40px;}

    .p-120, .p-100, .p-140{padding: 40px 0 !important;}
    .pt-120, .pt-140, .pt-100{ padding-top: 40px; }
    .pb-120, .pb-140, .pb-100{ padding-bottom: 40px !important; }
    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 50px; }
    .mb-100{ margin-bottom: 40px; }
}

@media screen and (max-width: 480px) {
    .inner-trust-sec .trust-title { font-size: 27px; line-height: 1.1; }
    .why-agencies-sec.web-design-feature {padding-top: 30px;}

    .p-100, .p-120, .p-140{padding: 30px 0 !important;}
    .pt-100, .pt-120, .pt-140{ padding-top: 30px; }
    .pb-100, .pb-120, .pb-140{ padding-bottom: 30px !important; }
    .mb-60,.mb-100{margin-bottom: 30px;}

    .wp-why-chose-sec.ecommerce-choose-sec { padding-bottom: 40px; }

    .inner-trust-sec .trust-rit:has(> .trust-row > .trust-track.enable-scroll){ max-width: 260px; }
    .inner-trust-sec .trust-track.enable-scroll .trusted-agencies { width: 140px; height: 85px; }
}







.technologies-we-use-section {
    padding: 110px 0;
    background-color: #f5faff;
}

.technologies-we-use-section.technologies-no-bg{
    background-color: transparent;
}

.technologies-we-use-section .sub-heading{ margin: 0 auto; }
.technologies-we-use-section .text-heading{text-align: center;}
.technologies-heading-block{margin-bottom: 40px;}

.technologies-block-list{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.technologies-list-item {
    width: 24%;
    border: 1px solid #1D49C31A;
    background: #F5FAFF80;
    border-radius: 20px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.4s ease;
}

.technology-itm-cont {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0%;
    color: #000000;
}   

.technology-itm-img {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#f5faff, #f5faff) padding-box, linear-gradient(0deg, #286FFE 0%, #00359E 100%) border-box;
    width: 100%;
    max-width: 70px;
    height: 70px;
    text-align: center;
    place-content: center;
    place-items: center;
}

.technology-itm-img img {
    margin: 0 auto;
    text-align: center;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.technologies-list-item:hover{
    background: linear-gradient(0deg, #286FFE 0%, #00359E 100%);
}

.technologies-list-item:hover .technology-itm-cont{color: #fff;}
.technologies-list-item:hover .technology-itm-img{ background: #fff; }


.inner-ionic-why-choose-sec .duda-item { width: 100%; }
.inner-ionic-why-choose-sec .duda-item-main-content{display: flex; align-items: center; gap: 15px; margin-bottom: 15px;}
.inner-ionic-why-choose-sec .duda-item-img{margin-bottom: 0;}




.leading-app-section .common-list-blk { padding-left: 7%; }
.industry-top-section .common-list-blk { padding: 0 3.6%; }
.leading-app-section .inr-btm-common-blk { width: 59%; }
.leading-app-section .inr-btm-common-blk.our-mission-right-block { width: 36%; }

.shopify-services-sec .sub-heading { margin: 0 auto 10px; }

.industry-service-expertise-sec { background-color: #f5faff; }

.inner-shopify-built-sec .sub-heading{margin: 0 auto 10px;} 
.inner-shopify-built-sec .shopify-built-blk{ width: 100%; }
.inner-shopify-built-sec .shopify-built-itm{width: 22%;}

.hvac-web-flow-why-choose-sec .web-flow-choose-list{ justify-content: center; gap: 40px; padding: 0; }
.hvac-web-flow-why-choose-sec .web-flow-choose-list-item{width: 24.05%;}


.handle-delivery-sec .container { max-width: 1180px; margin: 0 auto; }
.handle-delivery-sec .text-heading { margin-bottom: 50px; }
.handle-ul-list { column-count: 2; padding: 0 0px 0 20px; gap: 120px; }
.handle-li-item { font-size: 26px; padding-left: 59px; line-height: 1.8; font-weight: 600; letter-spacing: -0.52px; position: relative; margin-bottom: 35px; }
.handle-li-item::before { position: absolute; content: ""; top: 15px; left: 0; background-image: url(../images/li-tick-bfr.webp); background-repeat: no-repeat; width: 35px; height: 18px; }

.health-law-right-block{width: 62%;}

.inner-work-with-sec.agencies-models-sec .tab-pane { padding: 50px 40px 30px; width: fit-content; margin: 0 auto; }
.inner-work-with-sec .tab-cnt-itm{width: 100%; max-width: 100%;}
.inner-work-with-sec .tab-cnt-blk{margin-bottom: 0;}
.inner-work-with-sec .handle-ul-list{padding: 0; margin-bottom: 0; gap: 80px;}


/* Testimonials */

.in-testi-blk {
    gap: 40px 50px;
    column-count: 2;
}

.in-testi-item {
    padding: 50px;
    height: 100%;
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    border-radius: 20px;
}

.in-testi-item:last-child{margin: 0;}

.in-testi-item:nth-child(3n + 1) {
  background: #DAD7FF;
}

.in-testi-item:nth-child(3n + 2) {
  background: #DFF2F9;
}

.in-testi-item:nth-child(3n) {
  background: #C2E0FF;
}

.star-rat {
    margin-bottom: 20px;
    display: block;
    width: 33%;
}

.title {
    font-size: 26px;
    color: #000;
    line-height: 1;
    margin: 0;
    letter-spacing: 0px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}


.shopify-services-rit.service-accordion {
    width: 100%;
    background: linear-gradient(to bottom, #002162, #1347AF);
    margin-bottom: 50px;
}


.shopify-services-rit.service-accordion .accordion-heading:before{
	display:none;
}

.shopify-services-rit.service-accordion .accordion-section:last-child {
    border: none;
    padding-bottom: 0;
}

.shopify-services-rit.service-accordion .accordion-section-content p{color:#fff;}
.shopify-services-rit.service-accordion .accordion-heading, 
.shopify-services-rit.service-accordion .accordion-section-content,
.shopify-services-rit.service-accordion .accordion-section.accordien-active .accordion-heading{padding-left:0 ;}

.shopify-services-rit.service-accordion .accordion {
    margin-top: 10px;
}


@media screen and (max-width:1680px) {
    
    .technologies-we-use-section{padding: 100px 0;}
    .title { font-size: 24px;}
    .in-testi-item{padding: 45px;}
}

@media screen and (max-width:1550px) {
    .technologies-we-use-section{padding: 90px 0;}
    .technologies-block-list{gap: 16px;}
    .technologies-list-item{padding: 22px 18px;}
    .technology-itm-cont{font-size: 21px;}
    .technology-itm-img{max-width: 65px; height: 65px;}

    .handle-ul-list { gap: 100px; }

    .in-testi-item { padding: 40px; margin-bottom: 40px; }
    .title { font-size: 22px; }
    .in-testi-blk { gap: 40px 40px;}
    .star-rat{margin-bottom: 15px; width: 30%;}

}

@media screen and (max-width:1440px) {
    .technologies-we-use-section{padding: 80px 0;}
    .technologies-list-item{padding: 19px 16px;}
    .technology-itm-cont{font-size: 20px;}
    .technology-itm-img{max-width: 60px; height: 60px; padding: 8px;}
    .technologies-heading-block { margin-bottom: 35px; }
    .inner-ionic-why-choose-sec .duda-item-main-content{margin-bottom: 10px; gap: 10px;}

    .our-mission-section.leading-app-section { padding: 80px 0; }
    .hvac-web-flow-why-choose-sec .web-flow-choose-list{ gap: 30px; }

    .handle-delivery-sec .container { max-width: 1100px;}
    .handle-delivery-sec .text-heading { margin-bottom: 40px; }
    .handle-ul-list { padding: 0 0px 0 15px; gap: 80px; }
    .handle-li-item { font-size: 24px; padding-left: 52px; margin-bottom: 29px; }
    .handle-li-item::before { width: 32px; height: 16px; background-size: cover; }

    .in-testi-item { padding: 35px; margin-bottom: 35px; }
    .in-testi-blk { gap: 30px 35px; }
    .title { font-size: 20px; }
	
	.shopify-services-rit.service-accordion{margin-bottom: 35px;}
}

@media screen and (max-width:1366px) {
    .technologies-we-use-section{padding: 70px 0;}
    .technologies-block-list { gap: 13px; }
    .technologies-list-item{padding: 16px 14px; border-radius: 15px;}
    .technology-itm-cont{font-size: 20px;}
    .technology-itm-img{max-width: 55px; height: 55px; padding: 8px; border-radius: 15px;}
    .technologies-heading-block { margin-bottom: 30px; }

    .our-mission-section.leading-app-section { padding: 70px 0; }

    .hvac-web-flow-why-choose-sec .web-flow-choose-list{ gap: 20px; }

    .handle-delivery-sec .container{max-width: 1020px;}
    .handle-delivery-sec .text-heading { margin-bottom: 30px; }
    .handle-ul-list {padding: 0 0px 0 10px; gap: 60px; }
    .handle-li-item { font-size: 22px; padding-left: 45px; margin-bottom: 24px; }
    .handle-li-item::before { width: 29px; height: 14px;}

    .inner-work-with-sec .handle-ul-list{gap: 60px;}

    .in-testi-item { padding: 30px; margin-bottom: 30px; }
    .title { font-size: 18px; }
    .star-rat { margin-bottom: 10px; width: 28%; }
    .in-testi-blk { gap: 22px 30px; }
}

@media screen and (max-width:1280px) {
    .technologies-we-use-section{padding: 60px 0;}
    .technologies-block-list { gap: 10px; }
    .technologies-list-item{padding: 14px 12px; gap: 15px; border-radius: 12px;}
    .technology-itm-cont{font-size: 19px;}
    .technology-itm-img{max-width: 48px; height: 48px; padding: 7px; border-radius: 12px;}
    .technologies-heading-block { margin-bottom: 25px; }

    .our-mission-section.leading-app-section { padding: 60px 0; }

    .handle-delivery-sec .container{max-width: 920px;}
    .handle-delivery-sec .text-heading { margin-bottom: 25px; }
    .handle-li-item { font-size: 20px; padding-left: 36px; margin-bottom: 18px; }
    .handle-li-item::before { width: 25px; height: 13px; top: 14px; }
    .inner-work-with-sec.agencies-models-sec .tab-pane { padding: 40px 30px 20px;}

    .in-testi-blk { gap: 22px 25px; }
    .in-testi-item { padding: 25px; margin-bottom: 25px; }
	
	.shopify-services-rit.service-accordion{margin-bottom:30px;}
}

@media screen and (max-width:1024px) {
    .technologies-we-use-section{padding: 50px 0;}
    .technologies-list-item { padding: 10px; gap: 10px; border-radius: 10px; width: 100%; max-width: 215px; }
    .technology-itm-img { max-width: 42px; height: 42px; padding: 5px; border-radius: 10px; }
    .technologies-block-list{justify-content: center;}
    .technology-itm-cont { font-size: 17px; }
    .technologies-heading-block { margin-bottom: 20px; }
    .inner-ionic-why-choose-sec .duda-item-main-content { margin-bottom: 0; gap: 15px; flex-direction: column; }

    .our-mission-section.leading-app-section { padding: 50px 0; }
    .leading-app-section .common-list-blk { padding-left: 0; }
    .industry-top-section .common-list-blk{padding: 0;}
    .leading-app-section .inr-btm-common-blk { width: 100%; }
    .leading-app-section .inr-btm-common-blk.our-mission-right-block { width: 100%; }

    .inner-shopify-built-sec .shopify-built-itm, .health-law-right-block{width: 100%;}
    
    .hvac-web-flow-why-choose-sec .web-flow-choose-list-item{width: 100%;}

    .handle-delivery-sec .text-heading { margin-bottom: 20px; }
    .handle-ul-list { column-count: 1; padding: 0px; gap: 0px; max-width: max-content; margin: 0 auto; }
    .handle-li-item { font-size: 19px; padding-left: 28px; margin-bottom: 18px; line-height: 1.4; }
    .handle-li-item::before { width: 22px; height: 11px; top: 10px; }

    .inner-work-with-sec.agencies-models-sec .tab-pane { padding: 30px 20px 20px; max-width: 350px; width: 100%; }

    .in-testi-blk { gap: 0; column-count: 1; }
    .star-rat { margin-bottom: 10px; width: 100%; max-width: 120px; }
	
	.shopify-services-rit.service-accordion{margin-bottom:20px;}

}

@media screen and (max-width:768px) {
    .technologies-we-use-section{padding: 40px 0;}

    .our-mission-section.leading-app-section { padding: 40px 0; }

    .handle-li-item { font-size: 17px; padding-left: 24px; margin-bottom: 10px;}
    .handle-li-item::before { width: 18px; height: 9px; top: 8px; }

    .in-testi-item { padding: 20px; margin-bottom: 20px; }
    .in-testi-item p { font-size: 15px; line-height: 1.5; }
    .title { font-size: 17px; }
}

@media screen and (max-width:480px) {
    .technologies-we-use-section{padding: 30px 0;}
    .technologies-list-item { padding: 8px; gap: 8px; border-radius: 8px; width: 100%; max-width: 140px; flex-direction: column; align-items: start; }
    .technologies-block-list { gap: 5px; }
    .technology-itm-cont { font-size: 15px; }
    .technology-itm-img { max-width: 35px; height: 35px; padding: 3px; border-radius: 7px; }

    .handle-li-item { font-size: 16px; padding-left: 22px; margin-bottom: 8px; }
    .handle-li-item::before { width: 17px; height: 8px; top: 8px; }


    .inner-work-with-sec.agencies-models-sec .tab-pane { padding: 20px 15px 20px;}

    .inner-work-with-sec.agencies-models-sec .tab-pane ul li { font-size: 14px; margin: 0 0 10px; letter-spacing: 0; }

    .in-testi-item { padding: 15px; margin-bottom: 18px; }
    .title { font-size: 16px; }
    .in-testi-item p { font-size: 14px; }

}


/* Mobile App Development  */
.technologies-we-use-section.mbl-app-technologies {
    background: transparent;
}


.page-id-4829 .accordion-section-content {
    display: none;
}





.common-list-blk.services-accrds-blk .service-accordion .accordion-heading{font-size: 26px;}
.common-list-blk.services-accrds-blk .service-accordion .accordion-section-content p{font-size: 18px;}


table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
    border: 1px solid rgba(167, 167, 167, .2) !important;
}

tr {
    border-bottom: 1px solid rgba(167, 167, 167, .2);
}

th, td {
    padding: 8px;
    border-right: 1px solid rgba(167, 167, 167, .2);
    color: #000;
}



@media screen and (max-width:1680px) {
.common-list-blk.services-accrds-blk .service-accordion .accordion-heading {font-size: 25px;}
}
@media screen and (max-width:1550px) {
.common-list-blk.services-accrds-blk .service-accordion .accordion-heading {font-size: 23px;}
.common-list-blk.services-accrds-blk .service-accordion .accordion-section-content p {font-size: 17px;}
}
@media screen and (max-width:1440px) {
.common-list-blk.services-accrds-blk .service-accordion .accordion-heading {font-size: 21px;}
.common-list-blk.services-accrds-blk .service-accordion .accordion-section-content p {font-size: 16px;}
}
@media screen and (max-width:1366px) {
.common-list-blk.services-accrds-blk .service-accordion .accordion-heading {font-size: 20px;}
}
@media screen and (max-width:1280px) {
.common-list-blk.services-accrds-blk .service-accordion .accordion-heading {font-size: 18px;}
.common-list-blk.services-accrds-blk .service-accordion .accordion-section-content p {font-size: 15px;letter-spacing: 0px;}
}
@media screen and (max-width:768px) {
.common-list-blk.services-accrds-blk .service-accordion .accordion-heading {font-size: 17px;}
}
@media screen and (max-width:480px) {
.common-list-blk.services-accrds-blk .service-accordion .accordion-heading {font-size: 16px;}
.common-list-blk.services-accrds-blk .service-accordion .accordion-section-content p {font-size: 14px;}
.common-list-blk.services-accrds-blk .shopify-services-rit .accordion-section {padding-bottom: 20px;margin-bottom: 20px;}
.common-list-blk.services-accrds-blk .shopify-services-rit .accordion-section:last-child{padding-bottom: 0px;margin-bottom: 0px;}
}