/*--------Inner Banner-------*/

body{padding-top: 137.83px !important;}

#inner-banner-block {height:300px;position: relative; overflow: hidden; line-height: 0; width: 100%; max-width: 100%;background: linear-gradient(126deg, #000 75%, #645656 100%);background: linear-gradient(126deg, #525252 75%, #645656 100%);}
#inner-banner-block.img {height: calc(681px - 141.83px);}
#inner-banner-block.video {height: calc(100vh - 141.83px); max-height: 500px;}
#inner-banner-block > img {width: 100%; height: 750px; object-fit: cover; object-position: 40% 25%; transition: all 0.6s ease;}
#inner-banner-block:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2);z-index: 1;}
#inner-banner-block .ibb-content {position: absolute; top: 50%; left: 0; width: 100%; height: auto; z-index: 9; transform: translateY(-50%);}
#inner-banner-block .ibb-content h1, #inner-banner-block .ibb-content p {font-size: 54px; color: #fff; font-weight: 600; line-height: 1.125; width: 100%; max-width: 480px; margin: 0; margin-left: auto; text-align: center; text-transform: none; text-shadow: 0 6px 12px #00000099; transition: all 0.3s ease-out;}

.page-id-24 #inner-banner-block .ibb-content h1,
.page-id-22 #inner-banner-block .ibb-content h1,
.page-id-16 #inner-banner-block .ibb-content h1{
    margin-left: 0; margin-left: auto;margin-right: auto;
}
.page-id-960 #inner-banner-block:before {background-color: rgba(0,0,0,0.35);}

.iframe-layer {position: relative; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; overflow: hidden; transition: all 0.6s ease;}
.iframe-layer video {width: 100%; height: 100%; object-fit: cover; object-position: center;}
/*.iframe-layer iframe {width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 130vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}*/

/*------Breadcrumb----*/

.breadcrumb {padding: 40px 0 15px; border-bottom: 1px solid #e5e5e5;}
.breadcrumb ul {padding: 0; margin: 0; list-style-type: none;}
.breadcrumb ul li {display: inline-block;margin: 0;}
.breadcrumb ul li>a {color: var(--blue); font-size: 18px; cursor: pointer;}
.breadcrumb ul li {font-size: 18px;}
.breadcrumb ul li>a:hover {color: #000;}
.breadcrumb ul li:first-child {position: relative; padding-left: 36px;}
.breadcrumb ul li:first-child:before {content: ''; position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-image: url(../images/home-grn.png); background-size: contain; background-repeat: no-repeat;}
.breadcrumb ul li:last-child>a {color: var(--blue); cursor: pointer;}
.breadcrumb ul li+li {position: relative; padding-left: 15px; margin-left: 5px;}
.breadcrumb ul li+li::before {content: '/'; position: absolute; top: 50%; left: 0; width: auto; height: auto; color: #999; transform: translateY(-50%);}

/*-----Common IB-------*/

.inner-page-wrapper {padding: 140px 0;}

/*** schema question ***/
.schema-faq {
    padding: 5px 0 10px;
}
.schema-faq .schema-faq-section,
.iffel-cust-faq{
    padding: 0 0 30px;
}
.schema-faq-section .schema-faq-question,
.iffel-faq-q{
    margin-bottom: 0px;
    display: block;
    background-color: var(--blue);
    color: #fff;
    padding: 12px 15px 12px 15px;
}
.schema-faq-section .schema-faq-answer,
.iffel-faq-ans{
    border: 1px solid #f2f2f2;
    padding: 20px;
}
.schema-faq-section .schema-faq-answer:last-of-type {
    margin: 0;
}
.schema-faq-section .schema-faq-question:empty,
.schema-faq-section .schema-faq-answer:empty{
    display: none;
}
.schema-faq-section .schema-faq-answer br:first-of-type {
    height: 0;
    display: none;
}
.schema-faq .schema-faq-section:last-of-type{
    padding: 0px;
}

.iffel-faq-q .wp-block-heading,
.iffel-faq-ans figure.wp-block-table,
.iffel-faq-ans p:last-of-type{
    margin: 0;
}

.post-template-default.single-post figure.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 40px;
}

.wp-block-group.blog-highlight {
    padding: 20px 25px 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 32px 0px;
    background: rgba(0, 0, 0, 0.025);
}
.wp-block-group.blog-highlight h3 {
    color: var(--blue);
}

.wp-block-column.block-highlight {
    padding: 20px 25px 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 32px 0px;
    background: rgba(0, 0, 0, 0.025);
}
.wp-block-column.block-highlight h3 {
    color: var(--blue);
    margin: 10px 0 20px;
}


/*------Form Style---------*/

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="file"], textarea, select 
{
    height: 56px;
    border: 1px solid rgb(54 54 54);
    border-radius: 6px;
    background-color: rgb(254 254 254 / 5%);
    font-size: 20px;
    padding: 15px 25px;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
    outline: none;
    box-shadow: none;
    font-family: 'Mulish';
}
textarea
{
    font-family: 'Mulish';
    height: 150px;
    resize: vertical;
}
select {-webkit-appearance: none; appearance: none; padding-right: 60px;}
select option {background-color: #000;}


input::-webkit-input-placeholder{color:#fff;}
input::-moz-placeholder{color:#fff;}
input:-ms-input-placeholder{color:#fff;}
input:-moz-placeholder{color:#fff;}

select::-webkit-input-placeholder{color:#fff;}
select::-moz-placeholder{color:#fff;}
select:-ms-input-placeholder{color:#fff;}
select:-moz-placeholder{color:#fff;}

textarea::-webkit-input-placeholder{color:#fff;}
textarea::-moz-placeholder{color:#fff;}
textarea:-ms-input-placeholder{color:#fff;}
textarea:-moz-placeholder{color:#fff;}

/*-----Pagination-------*/

.pagination-wrapper
{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
nav.pagination
{
    text-align: center;
    padding: 10px !important;
    display: inline-flex !important;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #ededed;
    border-radius: 32px;
    min-width: 120px;
    width: auto;
}
nav.pagination nav.pagination
{
    padding: 0 !important;
}
nav.pagination a, nav.pagination span
{
    margin: 0 3px !important;
    padding: 0 !important;
    font-size: 18px !important;
    height: 35px;
    width: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 35px !important;
    border-radius: 50%;
    font-weight: 500 !important;
    background: #dcdcdc !important;
    color: #000;
	cursor: pointer;
    min-width: 35px !important;
    text-decoration: none;
}
nav.pagination span.dots
{
    background: transparent !important;
}
nav.pagination span.current, nav.pagination a:hover
{
    background: var(--blue) !important;
    color: #fff;
}

nav.pagination a.next, nav.pagination a.prev {position: relative; /*font-size: 0px !important;*/}
nav.pagination a.next:before, nav.pagination a.prev:before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; font-family: "FontAwesome"; /*content: '\f101';*/ color: #000; font-size: 16px; line-height: 36px;}
/* nav.pagination a.prev:before {content: '\f100';} */
nav.pagination a.next:hover:before, nav.pagination a.prev:hover:before {color: #fff;}


/*-----About US-------*/

.about-sec1.iffel-container-gb > .wp-block-group__inner-container {max-width: 1516px;}
.about-sec3.iffel-container-gb > .wp-block-group__inner-container {max-width: 1424px;}

.about-sec1 {padding-bottom: 130px; padding-bottom: 0 !important;}
.about-sec1 .wp-block-columns {gap: 40px;}
.about-sec1 .wp-block-columns > .wp-block-column:nth-child(1) {width: 18%;  flex-basis: 18%;}
.about-sec1 .wp-block-columns > .wp-block-column:nth-child(2), .about-sec1 .wp-block-columns > .wp-block-column:nth-child(3) {width: 40%; flex-basis: 40%;}
.about-sec1 h3 {margin-top: 0;}
.about-sec1 .wp-block-column > p:last-child {margin-bottom: 0;}

.about-sec3 {padding: 170px 0;}
.about-sec3 .wp-block-columns {gap: 70px;}
.about-sec3 h3 {margin: 0;}
.about-sec3 h6 {margin: 20px 0 30px;}
.about-sec3 .wp-block-column > p:last-child {margin-bottom: 0;}

.our-team-abt-block #our-team {margin-top: 60px;}
.our-team-abt-block #our-team .iffel-container {padding: 0 !important;}
.our-team-abt-block h3 {margin: 0 0 25px;}
.our-team-abt-block p {width: 100%; max-width: 888px; margin: 0 auto; display: table;}

/*------Resources--------*/

.res-blocks .wp-block-columns {gap: 0px !important; align-items: flex-start!important; flex-flow: row wrap !important;}
/*
.res-blocks .wp-block-group {margin-bottom: 80px;}
.res-blocks .wp-block-group:last-child {margin-bottom: 0;}
*/
.res-blocks .wp-block-group:nth-child(odd) .wp-block-column:nth-child(odd), .res-blocks .wp-block-group:nth-child(even) .wp-block-column:nth-child(even) {align-self: flex-start!important;}
/*.res-blocks .wp-block-columns .wp-block-column img, .res-blocks .wp-block-columns .wp-block-column figure {height: 100%;}*/
.res-blocks .wp-block-columns .wp-block-column img {width: 100%; object-fit: cover; object-position: center;}
.res-blocks h3, .res-blocks p {margin: 0 0 25px;}
.res-blocks p:last-child {margin: 25px 0 0; line-height: 1;}
.res-blocks p:last-child a.iffel-link-button {line-height: 1;}

.portfolio-wrapper-thm .port-img {flex-basis: 57.5% !important; width: 57.5%;}
.portfolio-wrapper-thm .port-cnt {flex-basis: 42.5% !important; width: 42.5%;}


/*------Testimonials--------*/

.testy-block
{
    position: relative;
    background-color: #fafafa;
    padding: 50px;
    margin: 0 0 40px;
    overflow: hidden;
	transition: all 0.2s linear;
}
.testy-block:last-child
{
    margin: 0;
}
/* .testy-block:hover {box-shadow: 0 20px 15px -22px rgb(0 0 0 / 50%); transition: all 0.2s linear;} */
.testy-block img.testy-qt {height: 152px; width: auto; opacity: 0.3; position: absolute; top: -30px; transition: all 0.2s linear;}
.testy-block img.qt-l {left: -30px; transition: all 0.2s linear;}
.testy-block img.qt-r {top: auto; bottom: -30px; right: -30px; transition: all 0.2s linear;}

/*
.testy-block:hover img.testy-qt {height: 80px; top: 30px; transition: all 0.2s linear;}
.testy-block:hover img.qt-l {left: 30px; transition: all 0.2s linear;}
.testy-block:hover img.qt-r {top: auto; bottom: 30px; right: 30px; transition: all 0.2s linear;}
*/

.testy-block p 
{
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 25px;
	text-align: center;
}
.testy-block p.author 
{
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

/*------FAQ--------*/

.faq-block .accordian h2.accodian-title {background-color: #f2f2f2; padding: 15px 60px 15px 15px; transition: all 0.2s linear;}
.faq-block .accordian h2.accodian-title:hover, .faq-block .accordian h2.accodian-title.active {background-color: var(--blue); color: #fff; transition: all 0.2s linear;}
.faq-block .accordian section.accodian-cnts {border: 1px solid #f2f2f2;}
.faq-block .accordian h2.accodian-title:after {right: 20px;}
.faq-block .accordian section.accodian-cnts {padding: 25px;}
.faq-list { list-style: none; padding: 0; }
.faq-block h3 { margin: 0 0 15px; }

.faq-block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq-block-wrap .faq-block {
    width: calc(100% - 270px);
}
.faq-block-wrap .faq-Tab {
    width: 240px;
    padding-left: 15px;
    border-left: 1px solid #d6d6d6;
    position: relative;
    top: 10px;
}
.faq-tab-list {
    padding: 0 0 0 10px;
    list-style: none;
    position: sticky;
    top: 100px;
}
.sidebar .faq-tab-list li {
    padding: 5px 0 0px 20px;
}

/*------Our Team---------*/

#our-team .ot-heading {margin: 0 0 60px;}
.ot-heading h2 {color: #242424; font-size: 38px; line-height: 60px; margin: 0 0 13px; text-transform: uppercase; text-align: center;}
.ot-heading p {display: table; color: #242424; font-size: 20px; line-height: 32px; margin: 0 auto; text-align: center; width: 100%; max-width: 888px;}

.mo-team-container {width: 100%; /* max-width: 1278px;*/ margin: 0 auto;}
.mo-team-blocks {display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: center; margin: 0 -15px -60px;;}
.mo-team-blk { width: calc(20% - 20px); margin: 0 10px 60px;}
.mo-team-blk .mo-team-img img {object-fit: cover; object-position: top center; transform: scale(1.01); aspect-ratio: 1; will-change: transform; transition: .3s cubic-bezier(.39,.575,.565,1);}
.mo-team-blk .mo-team-img:hover img {transform: scale(1.06); will-change: transform; transition: .3s cubic-bezier(.47,0,.745,.715);}
.mo-team-blk .mo-team-img {position: relative; overflow: hidden; margin: 0 0 30px; border-radius: 6px;}
.mo-team-blk .mo-team-img:before {display: none; content: ''; position: absolute; top: 50%; left: 50%; width: 100px; height: 100%; background-color: rgba(175, 192, 84,0.6); transform: translate(-50%, -50%) skewX(-50deg); visibility: hidden; opacity: 0; z-index: 1; transition: all 0.2s linear;}
.mo-team-blk .mo-team-img:hover:before {width: 350%; transform: translate(-50%, -50%) skewX(-50deg); visibility: visible; opacity: 1; transition: width 0.2s linear;}
.mo-team-blk .mo-team-cnt h2 {font-size: 24px; line-height: 1.4; text-transform: capitalize; color: #333333; margin: 0 0 5px;}
.mo-team-blk .mo-team-cnt h2 a {position: relative; padding-right: 70px; display: inline-block; width: 100%; transition: all 0.2s linear; padding-bottom: 20px;}
.mo-team-blk .mo-team-cnt h2 a:before, .mo-team-blk .mo-team-cnt h2 a:after {content: ''; position: absolute; top: 50%; right: 10px; width: 46px; height: 26px; background-image: url(../images/arrow-long.png); background: none; background-position: center right; background-size: 56px; background-repeat: no-repeat; transform: translateY(-50%); transition: all 0.2s linear; filter: var(--filterblue); }
.mo-team-blk .mo-team-cnt h2 a:hover:before, .mo-team-blk .mo-team-cnt h2 a:hover:after {width: 56px; background-size: 56px; right: 0; transition: all 0.2s linear;}
.mo-team-blk .mo-team-cnt h2 a:before {display: none; right: 10px; opacity: 0; background-image: url(../images/arrow-long-blk.png);}
/*.mo-team-blk .mo-team-cnt h2 a:hover {padding-right: 70px; transition: all 0.2s linear;}*/
.mo-team-blk .mo-team-cnt h2 a:hover:before {right: 0px; opacity: 1; transition: all 0.2s linear 0.1s;}
/*.mo-team-blk .mo-team-cnt h2 a:hover:after {width: 56px; transition: all 0.2s linear 0.1s;}*/

.mo-team-blk .mo-team-cnt h2 a::before {
    display: block;
    opacity: 1;
    width: 40px !important;
    height: 2px !important;
    background: #000;
    z-index: 1;
    left: 0;
    top: auto;
    bottom: 8px;
    filter: none;
}
.mo-team-blk .mo-team-cnt h2 a:hover::before{ height: 2px !important; width: 50px !important; filter: var(--filterblue); }

.mo-team-blk .mo-team-cnt p {font-size: 20px; line-height: 30px; color: #333333; margin: 0;}

.wp-block-columns.digital-pr-pkg-cols {
    gap: 20px;
}
.wp-block-column.digital-pr-pkg-blk {
    padding: 0px 15px 10px;
    border: 1px solid #e6e6e6;
    margin: 50px 0 0;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 18px -2px, rgba(0, 0, 0, 0.04) 0px 12px 12px -4px;
}

.wp-block-column.digital-pr-pkg-top {
    background: #f7f7f2;
    background: #2f353c;
    margin: 0 -15px 20px;
    padding: 0 15px 15px;
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #e3e1d7;
}


.digital-pr-pkg-cols .wp-block-column.digital-pr-pkg-blk:nth-child(even) {
    /*    background: #f7f7f2;*/
}
.digital-pr-pkg-blk h2{
    font-size: 13px;
    /* text-transform: uppercase; */
    font-family: 'Mulish';
    letter-spacing: 1px;
    margin: 10px 0 10px;
    font-weight: 900;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
/*
    background: #587599;
    background: #1070e7;
*/
    background: #FFF;
    color: #2f353c;
    line-height: 1.4;
}
.digital-pr-pkg-blk h2 + h3 {
    margin-top: 15px;
    font-size: 1.225em;
    line-height: 1.2;
    color: #FFF;
}
.digital-pr-pkg-blk .wp-block-image {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/
}
.ss-page-wrapper .digital-pr-pkg-blk figure {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin: -30px 0 10px;
    background: #587599;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
.ss-page-wrapper .digital-pr-pkg-blk figure img {
    filter: brightness(1) invert(0);
}
.digital-pr-pkg-blk p, .digital-pr-pkg-blk li {
    font-size: 16px;
    line-height: 1.5;
}
.digital-pr-pkg-blk ul, .digital-pr-pkg-blk ol {
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.digital-pr-pkg-blk ul li {
    position: relative;
}
.digital-pr-pkg-blk ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -20px;
    width: 6px;
    height: 10px;
    border: solid #2f353c;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.digital-pr-pkg-blk ul ul{
    padding-top: 10px;
}
.digital-pr-pkg-blk ul ul li::before {
    width: 3px;
    height: 3px;
    border-width: 2px;
    border-radius: 50%;
    top: 10px;
}

/*-----------Team Details---------*/

.team-single {background-image: url("../images/bg-award.png"); background-size: 300px; background-position: right 50px bottom 50px; background-repeat: no-repeat;}
.team-detail-blocks
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.tdb-img
{
    width: 400px;
	position: sticky;
    top: 140px;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.2s linear;
}
.tdb-img:before {content: ''; position: absolute; bottom: 0; right: 0; width: 500px; height: 200px; background-color: rgba(58, 34, 18, 0.8); transform: rotateZ(-45deg) translate(88px, 240px); transition: all 0.2s linear;}
.tdb-img:hover:before {transform: rotateZ(-45deg) translate(88px, 175px); background-color: rgba(175, 192, 84,0); transition: all 0.2s linear;}
.tdb-img img {height: auto; width: 100%; object-fit: cover; object-position: center; transition: all 0.2s linear;}
.tdb-cnts
{
    position: relative;
    width: calc(100% - 460px);
	padding: 60px;
    border-radius: 12px;
	background-color: rgb(250 250 250 / 80%);
}
.tdb-cnts h2
{
    font-size: 36px;
	line-height: 1;
    margin: 0 0 15px;
}
.tdb-cnts .tdb-cnts-top h3
{
	position: relative;
    color: #9d9d9c;
    font-size: 20px;
	font-weight: 500;
	line-height: 1;
    margin: 0;
	padding-bottom: 20px;
}
.tdb-cnts .tdb-cnts-top h3:before { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background-color: var(--blue);
}
ul.ct-detail {list-style-type: none; padding: 0; margin: 40px 0;}
ul.ct-detail li {display: flex; flex-flow: row wrap; align-items: center; font-size: 20px;}
ul.ct-detail li span:first-child {display: inline-block; margin-right: 15px;}
ul.ct-detail li img {width: 28px;}
ul.ct-detail li:last-child {margin: 0;}
.tdb-cnts-top p
{
    font-size: 18px;
    line-height: 1.5;
}
.tdb-cnts-top p:last-child
{
    margin: 0;
}
.team-d-right:before, .team-d-right:after, .team-d-left:before, .team-d-left:after
{
    content: '';
    position: absolute;
    background-color: #24AE4B;
    border-radius: 50%;
    opacity: 0.5;
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.tdb-cnts-top ul.ct-detail li span img {
    width: 22px;
    filter: var(--filterbrown);
}
.tdb-cnts .tdb-cnts-midd h3 {
    margin: 30px 0 20px;
}
.team-d-right:before
{
    left: -55px;
}
.team-d-right:after
{
    right: -55px;
}
.team-d-left:before
{
    left: -60px;
}
.team-d-left:after
{
    right: -60px;
}
.tdb-cnts-midd p:last-child strong {color: var(--blue);}
.tdb-cnts-midd p a, .tdb-cnts-midd li a{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

ul.wp-block-list.list-flex-border {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 32px;
}
ul.wp-block-list.list-flex-border li {
    margin: 0;
    position: relative;
}
ul.wp-block-list.list-flex-border li::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: rgba(0, 0, 0, 0.25);
    right: -16px;
    top: 4px;
}
ul.wp-block-list.list-flex-border li:last-of-type::after{
    background: transparent;
}

/*---------Blog----------*/

.blog-wrapper
{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 -15px -50px;
}
.blog-box
{
    width: calc(50% - 30px);
    margin: 0 15px 50px;
    background-color: #fff;
    position: relative;
    padding-bottom: 63px;
    padding-bottom: 55px;
	box-shadow: 0 11px 20px -8px rgb(0 0 0 / 20%);
    transition: all 0.2s linear;
}
.blog-box:hover
{
	box-shadow: 0 2px 20px -8px rgb(0 0 0 / 20%);
    transition: all 0.2s linear;
}
.blog-box-img
{
    line-height: 0;
    overflow: hidden;
    padding: 0px;
    background: #e4e3e1;
    position: relative;
}
.blog-box-img a
{
    display: inline-block;
    width: 100%;
    position: relative;
}
.blog-box .blog-box-img a:before
{
    display: none;
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100%;
    background-color: rgba(175, 192, 84,0.6);
    transform: translate(-50%, -50%) skewX(-50deg);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s linear;
}
.blog-box .blog-box-img:hover a:before
{
    width: 350%;
    transform: translate(-50%, -50%) skewX(-50deg);
    visibility: visible;
    opacity: 1;
    transition: width 0.2s linear;
}
.blog-box .blog-box-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    aspect-ratio: 1.25;
    transform: scale(1.01);
    will-change: transform;
    transition: .3s cubic-bezier(.39,.575,.565,1);
}
.blog-box .blog-box-img:hover img
{
    transform: scale(1.06);
    will-change: transform;
    transition: .3s cubic-bezier(.47,0,.745,.715);
}
.bb-cts-top
{
    padding: 15px 15px 10px;
}
.bb-cts-top h2
{
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 600;
    position: relative;
}
.bb-cts-top h2::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background: #000;
    bottom: -10px;
}
.bb-cts-top h2 a
{
    color: #000000;
    display: inline-block;
    transition: all 0.2s linear;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bb-cts-top h2 a:first-letter{
    text-transform: capitalize;
}
.bb-cts-top h2 a:hover
{
    color: var(--blue);
    transition: all 0.2s linear;
}
.bb-cts-top h6,
.bb-cts-bott h6
{
	color: #2f353c;
    font-size: 15px;
    line-height: 1.4;
	font-weight: 400;
    margin: 0 0 5px;
    font-family: 'Mulish';
}
.bb-cts-top h6 span.author, .bb-cts-bott h6 span.author {
    font-weight: 700;
}
.bb-cts-top h6 span + span {margin-left: -1px; display: block;display: inline-block;}
.bb-cts-top p
{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.bb-cts-bott
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.bb-cts-bott p
{
	color: #000000;
    font-size: 18px;
	font-weight: 600;
    margin: 0;
}
.bb-cts-bott p a {
    display: inline-block;
    line-height: 1.2;
    padding: 2px 6px;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin: 2px 1px;
}
.bb-cts-bott .blog_button
{
	position: relative;
	right: 0;
	bottom: calc(100% - 9px);
    padding-right: 0px;
	background-color: #fff;
}
.bb-cts-bott .blog_button a
{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
    padding: 6px 20px;
    transition: all 0.2s linear;
    background: #2f353c;
    color: #FFF !important;
    border-radius: 4px;
}
.bb-cts-bott .blog_button a:hover
{
	color: var(--blue);
	padding: 6px 20px;
    transition: all 0.2s linear;
}
.bb-cts-bott .blog_button a:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 32px;
    height: 16px;
    background-image: url(../images/arrow-long.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 0;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}

/*** ***/
.post-ctgy {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 8px;
}
.post-ctgy a {
    display: inline-block;
    line-height: 1.2;
    padding: 2px 6px;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}
.post-date {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 4px 10px;
    display: block;
    background: rgba(47,53,60,0.66);
}
.post-date span.date {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #FFF;
    font-weight: 500;
}

.bb-cts-bott .blog_button a:hover:before {right: 20px; opacity: 1; transition: all 0.2s linear 0.1s;}
.blog_button a.iffel-link-button {padding-right: 20px !important;}
.blog_button a.iffel-link-button:after {width: 30px; height: 20px; right: 10px; background-size: 40px;opacity: 0;visibility:hidden;}
.blog_button a.iffel-link-button:hover:after {width: 40px; height: 20px; right: 0px; background-size: 40px;}

.blog-detail-wrapper ul, .blog-detail-wrapper ol{
    transform: translateX(10px);
    padding-left: 25px;
}

/*-------Blogs Details-------*/

.blog-detail
{
    justify-content: space-between;
}
.blog-deatail-top h1
{
    font-size: 44px;
    line-height: 52px;
    line-height: 1.35;
    color: #000;
    margin: 0 0 10px;
}
.blog-deatail-top h1, .blog-deatail-top h2{
    /* text-transform: lowercase; */
    font-weight: 600;
}
.blog-detail-midd h3 {
    font-weight: 600;
}
.blog-deatail-top h1:first-letter, .blog-deatail-top h2:first-letter{
    text-transform: uppercase;
}
.blimg
{
    width: 100%;
    margin: 0 0 30px;
}
.bl-bott-fl
{
    display: flex;
    padding: 20px 0;
    flex-flow: row nowrap;
    border-bottom: 1px solid #e6e6e6;
}
.bl-bott-fl span
{
    font-size: 20px;
}
.bl-bott-fl div
{
    display: inline-flex;
	align-items: center;
    width: auto;
}
.bl-bott-fl div+div
{
    margin-left: 30px;
}
.bl-bott-fl img
{
	width: 20px;
	height: auto;
    margin-right: 12px;

    width: 25px;
    object-position: 0px 1px;
    height: 25px;
    max-width: initial;
    object-fit: cover;
}
.bl-bott-fl > div:nth-child(1) img
    {
        width: 25px;
        object-position: 0px 1px;
        height: 25px;
        max-width: initial;
        object-fit: cover;
    } 
    .bl-bott-fl > div:nth-child(2) img
    {
        width: 25px;
        object-position: -25px 1px;
        height: 25px;
        max-width: initial;
        object-fit: cover;
    } 
    .bl-bott-fl > div:nth-child(3) img
    {
        width: 25px;
        object-position: -48px 1px;
        height: 25px;
        max-width: initial;
        object-fit: cover;
    } 

.blog-detail-midd
{
    padding: 40px 0 0;
}
.blog-detail-midd p:last-child
{
    margin: 0;
}
.blog-detail-midd ul {list-style-type: none; padding-left: 45px;}
.blog-detail-midd ul li {position: relative;}
.blog-detail-midd ul li:before {content: ''; position: absolute; top: 3px; left: -33px; width: 23px; height: 23px; background-image: url(../images/check.png); background-size: contain; background-repeat: no-repeat; background-position: center;}
.blog-detail-midd figure.wp-block-image {margin: 0 0 20px;}
.blog-detail-midd h2:first-child, .blog-detail-midd h3:first-child, .blog-detail-midd h4:first-child {margin-top: 0;}
.blog-detail .blog-col-2-75p
{
    width: calc(75% - 60px);
}

.blog-detail .blog-col-2-25p
{
    width: 25%;
}

.sidebar .blogdropdown + .blogdropdown {
    margin: 40px 0 0;
}
.blog-col-2-25p ul li.collapsing-archives span.collapsing-archives {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 10px;
    cursor: pointer;
}
.blog-col-2-25p ul li.collapsing-archives span.sym {
    font-size: 12px;
    color: var(--blue);
}
.blog-col-2-25p ul ul {
    margin-top: 10px;
}
.blog-col-2-25p ul ul li {
    font-size: 0.9125em;
    margin-bottom: 5px;
}

.blog-list .blog-col-2-75p,
.archieve-list .blog-col-2-75p{ width: calc(78% - 20px); }

.blog-list .blog-col-2-25p,
.archieve-list .blog-col-2-25p{ width: 22%; padding-left: 40px; }

.blog-detail-midd a {text-decoration: underline;}

.press-list.blog-list .blog-col-2-75p{ width: 100%;}

/*Blog SideBar*/

.blog-col-2-25p ul
{
    padding: 0;
    margin: 0;
}
.blog-col-2-25p ul li
{
    list-style-type: none;
}
.blog-col-2-25p ul li:last-child
{
    margin: 0;
}
.sidebar h2
{
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 1;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
    text-transform: capitalize;
}
#sidebar-blog > div:not(:first-child) h2.wp-block-heading {margin-top: 40px;}
/* {
    margin-bottom: 30px;
} */
.sidebar li
{
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.sidebar li:before
{
    content: '-';
    position: absolute;
    top: 2px;
    left: 0;
	width: 25px;
	height: 25px;
	/* background-image: url("../images/category.png"); */
	background-size: contain;
	background-repeat: no-repeat;
    transition: all 0.2s linear;
    font-size: 22px;
}
.sidebar .wp-block-latest-posts li:before {background-image: url("../images/edit.png");}
.blog-col-2-25p li a
{
    color: #000;
    transition: all 0.2s linear;
}
.blog-col-2-25p li a:hover
{
    color: var(--blue);
    transition: all 0.2s linear;
}
#sidebar-blog select 
{
	color: #000;
	font-size: 18px;
	background-image: url(../images/down-arrow-blk.png);
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
    background-size: 26px;
	appearance: none;
	cursor: pointer;
	font-family: 'Mulish';
}
#sidebar-blog select option {background-color: #fff;}

/*blockquote.wp-block-quote{ padding: 0 0 15px; }
blockquote.wp-block-quote{ 
    padding: 20px;
    font-style: italic;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px; 
}
.blog-detail-wrapper blockquote.wp-block-quote {
    width: fit-content;
}*/

.wp-block-image figure.alignleft, .wp-block-image figure.alignright {width: 100%; max-width: 350px; height: auto;}
.wp-block-image figure.alignleft {margin: 0 20px 20px 0;}
.wp-block-image figure.alignright {margin: 0 0 20px 20px;}

.page-id-1395 #inner-banner-block .ibb-content h1 {
   /* max-width: 1080px;
    text-align: right;
    padding-right: 60px;
    padding-right: 0px;*/
}

/*------Contact us-----*/
.ctp-wrap {margin-bottom: 50px}
.ctp-form > div {background-color: #fff; padding: 0px 0 0; border-top: 0px solid #e0e0e0;}
.ctp-form h2, .ctp-info h2 {position: relative; margin: 0 0 40px; padding-bottom: 15px;}
.ctp-form h2:before, .ctp-info h2:before {content: ''; position: absolute; bottom: 0; left: 0; width: 80px; height: 3px; /* background-color: var(--blue); */ background: transparent; }

.ctp-form form {display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: center; margin: 0 -10px;}
.ctp-form .f-group {width: calc(50% - 20px); margin: 0 10px;}
.ctp-form .f-group.col-100 {width: calc(100% - 20px);}
.ctp-form form p {margin: 0;}

.ctp-form input[type="text"], .ctp-form input[type="email"], .ctp-form input[type="password"], .ctp-form input[type="tel"], .ctp-form input[type="file"], .ctp-form textarea, .ctp-form select 
{
    height: 56px;
	border: none;
    border-bottom: 1px solid rgb(202 202 202);
    border-radius: 0;
    background-color: rgb(254 254 254 / 5%);
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 40px;
    width: 100%;
    color: #000;
    outline: none;
    box-shadow: none;
    font-family: 'Mulish';
}
.ctp-form textarea {height: 132px; resize: none;}
.ctp-form select {-webkit-appearance: none; appearance: none; padding-right: 30px; color: #000; font-size: 18px; background-image: url(../images/down-arrow-blk.png); background-position: calc(100% - 0px) center; background-repeat: no-repeat; background-size: 26px; appearance: none; font-family: 'Mulish'; cursor: pointer;}
.ctp-form select option {background-color: #fff; padding: 0 15px !important;}

.ctp-form .f-group.submit {margin: 20px 0 0;}
.ctp-form .submit p {position: relative; text-align: center;}
.ctp-form .submit input[type="submit"], .ctp-form .submit input[type="button"],
.wpcf7 input[type="submit"]
{
	background-color: #000;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 10px;
    font-family: 'Mulish';
    height: 56px;
    width: 100%;
	max-width: 180px;
    border-radius: 6px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear;
}
 .ctp-form .submit input[type="submit"]:hover, .ctp-form .submit input[type="button"]:hover, .wpcf7 input[type="submit"]:hover {background-color: var(--blue); color: #fff;}
.ctp-form .wpcf7-response-output
{
    margin: 0 !important;
    margin-top: 20px !important;
}
.ctp-form .wpcf7-spinner
{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 8px;
    top: 50%;
    left: 50%;
    margin: 0 !important;
	transform: translate(-50%, -50%);
    z-index: 9;
}
.ctp-form .wpcf7-form.invalid .wpcf7-response-output {display: none !important;}

.ctp-form input::-webkit-input-placeholder{color:#000;}
.ctp-form input::-moz-placeholder{color:#000;}
.ctp-form input:-ms-input-placeholder{color:#000;}
.ctp-form input:-moz-placeholder{color:#000;}

.ctp-form select::-webkit-input-placeholder{color:#000;}
.ctp-form select::-moz-placeholder{color:#000;}
.ctp-form select:-ms-input-placeholder{color:#000;}
.ctp-form select:-moz-placeholder{color:#000;}

.ctp-form textarea::-webkit-input-placeholder{color:#000;}
.ctp-form textarea::-moz-placeholder{color:#000;}
.ctp-form textarea:-ms-input-placeholder{color:#000;}
.ctp-form textarea:-moz-placeholder{color:#000;}

.ctp-info {margin: 0 0 60px;}
.ctp-info h2 {/*text-align: center;*/ margin: 0 !important;}
/*.ctp-info h2:before {left: 50%; transform: translateX(-50%);}*/
.git-info figure {padding: 15px; border-radius: 50%; background-color: #ececec;}
.git-info img {width: 42px; height: 42px;}
.git-info ul {padding: 0; margin: 0; list-style-type: none;}
.git-info ul li {margin: 0 0 20px; text-align: center;}
.git-info ul li:last-child {margin-bottom: 0;}
.git-info h4 {text-transform: uppercase; margin: 35px 0 20px;}

.git-info .wp-block-column {padding: 30px; border: 1px solid #e9e9e9; background-color: #f9f9f9;}

.contact-form-grp{display:block}
.contact-form-columns {
    gap: 60px;
}

.ctp-map {position: relative; gap: 0;}
.ctp-map > div.map {flex-basis: 57.5%!important;}
.ctp-map > div.cnt {padding: 40px 0 50px 40px; flex-basis: 42.5%!important;}
.ctp-map ul {padding: 0; padding-right: 100px; margin: 0; list-style-type: none;}
.ctp-map ul li {margin: 0 0 20px; text-align: left; font-size: 24px;}
.ctp-map ul li:last-child {margin-bottom: 0;}
.ctp-map h3 {font-size: 42px; text-transform: uppercase; margin: 0 0 40px;}
.ctp-map > div.map iframe {height: 420px;}

.ctp-map:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(43% - 50px);
    height: 1px;
    background-color: #000;
}

.ctp-form .wpcf7-not-valid-tip {position: absolute; font-size: 15px; bottom: -40px; right: 0; padding: 2px 8px 2px;   padding-left: 24px; line-height: 1.4; color: #f34949; border: 1px solid;}
.ctp-form .wpcf7-not-valid-tip:before {content: '\f06a'; position: absolute; top: 4px; left: 4px; width: 14px; height: 14px; color: #f34949; font-size: 14px; line-height: 1; font-family: "FontAwesome";}

.ctp-form .wpcf7-not-valid-tip::after {
    position: absolute;
    content: "";
    top: -10px;
    right: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f34949 transparent;
}

/*** Dna Page ***/
.dna-journey-wrap.ctp-form > div {
    padding: 0;
    border: none;
}
/**** Infographic ****/
.info-grap-sec {
    width: 100%;
    max-width: 860px;
    margin: 60px auto 0;
    padding: 10px 0 60px;
}
.info-grap-sec h3 {
    text-align: center;
    margin: 0 0 30px;
}
.info-grap-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.info-grap-bx {
    max-width: 410px;
    position: relative;
    padding: 20px 30px;
    min-height: 100px;
    max-height: 110px;
}
.info-grap-bx:nth-of-type(even) {
    padding: 20px 60px 20px 10px;
}
.info-grap-bx .info-line{
    width: 94px;
    height: 77px;
    position: absolute;
    background: url(../images/info-grap-icon-01.png) no-repeat left;
    left: -80px;
    top: calc(50% + 26px);
}
.info-grap-bx:nth-of-type(even) .info-line{
    background: url(../images/info-grap-icon-02.png) no-repeat left;
    left: auto;
    right: -34px;
    top: calc(50% + 26px);
}
.info-grap-bx:nth-of-type(odd) {
    grid-column: 2;
}
.info-grap-bx:nth-of-type(2) {
    grid-row: 2;
}
.info-grap-bx:nth-of-type(3) {
    grid-row: 3;
}
.info-grap-bx:nth-of-type(4) {
    grid-row: 4;
}
.info-grap-bx:nth-of-type(5) {
    grid-row: 5;
}
.info-grap-bx:nth-of-type(6) {
    grid-row: 6;
}
.info-grap-bx:nth-of-type(7) {
    grid-row: 7;
}
.info-grap-bx:nth-of-type(8) {
    grid-row: 8;
}
.info-grap-bx:nth-of-type(9) {
    grid-row: 9;
}
.info-grap-bx:nth-of-type(10) {
    grid-row: 10;
}
.info-grap-bx:nth-of-type(11) {
    grid-row: 11;
}
.info-grap-bx:nth-of-type(12) {
    grid-row: 12;
}
.info-grap-bx:nth-of-type(13) {
    grid-row: 13;
}
.info-grap-bx:nth-of-type(14) {
    grid-row: 14;
}
.info-grap-bx:nth-of-type(15) {
    grid-row: 15;
}

.info-grap-bx::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--ironbrown);
    top: calc(50% - 10px);
    left: -90px;
    border: 4px solid #FFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.info-grap-bx:nth-of-type(even)::before {
    left: auto;
    top: calc(50% - 5px);
    right: -42px;
}

.info-grap-txt {
    width: 100%;
}
.info-grap-txt h4 {
    margin: 0 0 8px;
    width: fit-content;
    line-height: 1;
    background: var(--ironbrown);
    color: #FFF;
    padding: 6px 8px 6px;
    border-radius: 4px;
    font-size: 18px;
}
.info-grap-txt p {
    margin: 0 0 8px;
    line-height: 1.15;
    font-size: 14px;
}

/*** color hided
.info-grap-bx:nth-of-type(1)::before, .info-grap-bx:nth-of-type(9)::before{
    background: #fbc22a;
}
.info-grap-bx:nth-of-type(1) .info-grap-txt h4, .info-grap-bx:nth-of-type(9) .info-grap-txt h4{
    background: #fbc22a;
}

.info-grap-bx:nth-of-type(2)::before, .info-grap-bx:nth-of-type(10)::before{
    background: #fdb875;
}
.info-grap-bx:nth-of-type(2) .info-grap-txt h4, .info-grap-bx:nth-of-type(10) .info-grap-txt h4{
    background: #fdb875;
}

.info-grap-bx:nth-of-type(3)::before, .info-grap-bx:nth-of-type(11)::before{
    background: #feb7a1;
}
.info-grap-bx:nth-of-type(3) .info-grap-txt h4, .info-grap-bx:nth-of-type(11) .info-grap-txt h4{
    background: #feb7a1;
}

.info-grap-bx:nth-of-type(4)::before, .info-grap-bx:nth-of-type(12)::before{
    background: #ff90d3;
}
.info-grap-bx:nth-of-type(4) .info-grap-txt h4, .info-grap-bx:nth-of-type(12) .info-grap-txt h4{
    background: #ff90d3;
}

.info-grap-bx:nth-of-type(5)::before, .info-grap-bx:nth-of-type(13)::before{
    background: #bb9eee;
}
.info-grap-bx:nth-of-type(5) .info-grap-txt h4, .info-grap-bx:nth-of-type(13) .info-grap-txt h4{
    background: #bb9eee;
}

.info-grap-bx:nth-of-type(6)::before, .info-grap-bx:nth-of-type(14)::before{
    background: #73bafc;
}
.info-grap-bx:nth-of-type(6) .info-grap-txt h4, .info-grap-bx:nth-of-type(14) .info-grap-txt h4{
    background: #73bafc;
}

.info-grap-bx:nth-of-type(7)::before, .info-grap-bx:nth-of-type(15)::before{
    background: #56cdb7;
}
.info-grap-bx:nth-of-type(7) .info-grap-txt h4, .info-grap-bx:nth-of-type(15) .info-grap-txt h4{
    background: #56cdb7;
}

.info-grap-bx:nth-of-type(8)::before, .info-grap-bx:nth-of-type(16)::before{
    background: #82dc7a;
}
.info-grap-bx:nth-of-type(8) .info-grap-txt h4, .info-grap-bx:nth-of-type(16) .info-grap-txt h4{
    background: #82dc7a;
}
***/


/*---------Portfolio----------*/

/*.portfolio-list, .service-list, .ip-testimonials {position: relative; background-color: #f2f3f4;}*/
.portfolio-wrapper
{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 0 -50px;
}
.port-blk
{
    width: 100% !important;
    margin: 0 0 50px;
    position: relative;
    padding-bottom: 0 !important;
    display: flex; 
    flex-flow: row-reverse wrap;
    align-items: flex-start;
    transition: all 0.2s linear;
}

.port-blk:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(42.5% - 50px);
    height: 1px;
    background-color: #000;
}

/*
.port-blk:hover
{
	box-shadow: 0 2px 20px -8px rgb(0 0 0 / 20%);
    transition: all 0.2s linear;
}
*/
.port-img
{
    width: 57.5%;
	position: relative;
    overflow: hidden;
    line-height: 0;
}
.port-img a
{
    display: inline-block;
    width: 100%;
    position: relative;
}
.port-blk .port-img img
{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    will-change: transform;
    object-position: 25% 0%;
    transition: .3s cubic-bezier(.39,.575,.565,1);
}
/*.portfolio-list .port-blk .port-img img {height: auto !important;}*/
.port-blk .port-img:before {display: none; content: ''; position: absolute; top: 50%; left: 50%; width: 100px; height: 100%; background-color: rgba(175, 192, 84,0.6); transform: translate(-50%, -50%) skewX(-50deg); visibility: hidden; opacity: 0; z-index: 1; transition: all 0.2s linear;}
.port-blk .port-img:hover:before {width: 350%; transform: translate(-50%, -50%) skewX(-50deg); visibility: visible; opacity: 1; transition: width 0.2s linear;}

.portfolio-wrapper .port-blk .port-img img{
    object-position: 25% 50%;
} 

.port-blk .port-img:hover img
{
    transform: scale(1.06);
    will-change: transform;
    transition: .3s cubic-bezier(.47,0,.745,.715);
}
.port-cnt {width: 42.5%; padding: 40px 50px 40px 0;}
.port-cnt h2
{
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 25px;
    text-transform: none;
}
.port-cnt h2 a
{
    color: #000000;
    display: inline-block;
    transition: all 0.2s linear;
}
.port-cnt h2 a:hover
{
    color: var(--blue);
    transition: all 0.2s linear;
}
.port-cnt p
{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
}
.port-btn-grp
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
/*
    bottom: 0;
    left: 0;
*/
	padding: 0 !important;
    margin-top: 25px;
	width: 100%;
    z-index: 9;
}
.port-btn-grp .port-btn + .port-btn {margin-left: 20px;}
/*
.port-btn a, .nav-links a
{
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 30px;
	overflow: hidden;
	border: 1px solid #000;
    transition: all 0.2s linear;
}
.port-btn a:hover, .nav-links a:hover
{
	color: #000;
    transition: all 0.2s linear;
}
.port-btn a:after, .nav-links a:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: 1;
	transition: all 0.2s ease 0.1s;
}
.port-btn a:before, .nav-links a:before {
	content: "\f0c1";
	font-family: "FontAwesome";
	position: absolute;
	left: 30%;
	top: 50%;
	width: 100%;
	height: auto;
	font-size: inherit;
	color: #fff;
	text-align: center;
	z-index: 2;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: all 0.1s ease 0s;
}
*/
/* .port-btn:first-child a:before {content: "\f101";} */
/*
.port-btn:first-child a:before {content: 'Case Study'; font-family: 'Mulish';}
.port-btn.tech a:before, .port-btn.solutions a:before {content: 'Read More'; font-family: 'Mulish';}
.nav-links .nav-previous a:before {content: 'Previous'; font-family: 'Mulish';}
.nav-links .nav-next a:before {content: 'Next'; font-family: 'Mulish';}
.port-btn:first-child a:hover, .nav-links a:hover {color: #fff;}
.port-btn a:hover:before, .nav-links a:hover:before {
	left: 50%;
	opacity: 1;
	transition: all 0.1s ease 0s;
}
.port-btn a:hover:after, .nav-links a:hover:after {
	height: 450%;
	transition: all 0.2s ease;
}

.port-btn a:after, .nav-links a:after {
	background: #000;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transition: all 0.1s ease;
}
*/

.pb-ourwork a.iffel-link-button + a.iffel-link-button {margin-left: 20px;}

.port-single-btn {text-align: center; margin-top: 60px;}

/*--------Services---------*/

.sevices-list {width: 100%; margin: 0 0 60px; background-color: #fff; position: relative; box-shadow: 0 0 20px rgb(0 0 0 / 10%); display: flex; flex-flow: row wrap; align-items: center; transition: all 0.2s linear;}
.services-list-wrapper > .sevices-list:last-child {margin-bottom: 0 !important;}
.sevices-list:nth-of-type(even) {flex-flow: row-reverse wrap;}
.sevices-list > div {width: 50%;}
.sevices-list > div.slp-cnt {padding: 50px;}
.slp-cnt h2 {margin: 0 0 25px; font-size: 36px; line-height: 46px; text-transform: uppercase;}
.slp-cnt p {margin: 0 0 30px;}
.slp-cnt .port-btn a:before {content: 'Read More'; font-family: 'Mulish';}

.service-single a:not(.iffel-link-button) {text-decoration: underline;}

/*-------Service-Sub-List------*/

.slw-group:not(:last-of-type) {padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #e1e1e1;}
.service-sub-list {display: flex; flex-flow: row wrap; align-items: flex-start; margin: 0 -15px;}
.ssl-blk {position: relative; width: calc(33.333% - 30px); margin: 0 15px;}
.ssl-img {overflow: hidden;}
.ssl-img img {height: 320px; width: 100%; object-fit: cover; object-position: center; transform: scale(1.01); will-change: transform; transition: .3s cubic-bezier(.39,.575,.565,1);}
.ssl-img img:hover{transform: scale(1.06); will-change: transform; transition: .3s cubic-bezier(.47,0,.745,.715);}
.ssl-cnt {background-color: #000; padding: 20px 30px;}
.ssl-cnt h2 {margin: 0; font-size: 26px;}
.ssl-cnt h2 a
{
    position: relative;
	display: inline-block;
	width: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-transform: none;
    text-decoration: none !important;
    padding-right: 60px;
    font-weight: 600;
	 transition: all 0.2s linear;
}
.ssl-cnt h2 a:hover {color: var(--blue); transition: all 0.2s linear;}
.ssl-cnt h2 a:after, .ssl-cnt h2 a:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    height: 20px;
    background-image: url(../images/arrow-long.png);
    background-position: center right;
    background-size: 45px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}
.ssl-cnt h2 a:hover:after, .ssl-cnt h2 a:hover:before {width: 45px; background-size: 45px; right: -10px; transition: all 0.2s linear;}
.ssl-cnt h2 a:before {display: none; right: 10px; opacity: 0; background-image: url(../images/arrow-long-blk.png);}
.ssl-cnt h2 a:hover:before {right: 0px; opacity: 1; transition: all 0.2s linear 0.1s;}
/*.ssl-cnt h2 a:hover:after {right: -10px; opacity: 0; transition: all 0.2s linear 0.1s;}*/

/*
.service-single .col {display: flex; flex-flow: row nowrap; align-items: flex-start;}
.service-single .col .ss-page-wrapper {width: 65%; padding-right: 80px;}
.service-single .col .service-sub-list {width: 35%; align-items: flex-start; margin: 0 0 -25px;}
.service-single .col .service-sub-list .ssl-blk {width: calc(100% - 0px); margin: 0 0 25px;}
*/
.service-sub-list.ssl-single {margin-top: 60px;}
.port-btn.port-single-btn {text-align: center; margin-top: 60px;}
.port-btn.port-single-btn a:before {content: 'Visit Website'; font-family: 'Mulish';}

.ss-pg-flex-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ss-pg-flex-col .ss-page-wrapper {
    width: calc(100% - 330px);
    padding-right: 30px;
}
.ss-pg-flex-col .service-sub-list.ssl-single {
    width: 320px;
    margin: 0;
    padding: 20px 15px;
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}
.ss-pg-flex-col .service-sub-list .ssl-blk{
    width: 100%;
    margin: 0;
}
.ss-pg-flex-col .service-sub-list .ssl-blk + .ssl-blk{
    margin-top: 30px;
}

/*-------Related Projects------*/

.inner-page-wrapper.portfolio-single {padding-bottom: 80px;}
.mcs-wrapper {display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: center; margin: 0 -10px;}
.mcs-blk {position: relative; width: calc(33.333% - 20px); margin: 0 10px; box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
.mcs-img img {height: 320px; width: 100%; object-fit: cover; object-position: center;}
.mcs-cnt {background-color: #fff; padding: 20px 30px;}
.mcs-cnt h2 {margin: 0; font-size: 26px;}
.mcs-cnt h2 a
{
    position: relative;
	display: inline-block;
	width: 100%;
    color: #000;
    font-size: 26px;
    line-height: 42px;
    text-transform: none;
    padding-right: 60px;
    font-weight: 600;
	 transition: all 0.2s linear;
}
.mcs-cnt h2 a:hover {color: var(--blue); transition: all 0.2s linear;}
.mcs-cnt h2 a:after, .mcs-cnt h2 a:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    height: 20px;
    background-image: url(../images/arrow-long.png);
    background-position: center right;
    background-size: 45px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    filter: var(--filtergrey);
}
.mcs-cnt h2 a:hover:after, .mcs-cnt h2 a:hover:before {width: 45px; background-size: 45px; right: -10px; transition: all 0.2s linear;}
.mcs-cnt h2 a:before {display: none; right: 10px; opacity: 0; background-image: url(../images/arrow-long-blk.png);}
.mcs-cnt h2 a:hover:before {right: 0px; opacity: 1; transition: all 0.2s linear 0.1s;}
/*.mcs-cnt h2 a:hover:after {right: -10px; opacity: 0; transition: all 0.2s linear 0.1s;}*/


.related-posts {padding: 0 0 100px;}
.related-posts .col > h2 {margin: 0 0 40px; padding-left: 25px; border-left: 5px solid var(--blue); text-align: left; font-size: 36px; line-height: 46px; text-transform: uppercase;}
.nav-links {display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; margin-top: 40px;}

.portfolio-single + .related-posts { padding-top: 60px; border-top: 1px solid #767676; }
.portfolio-single + .related-posts .mcs-wrapper{ justify-content: flex-start; }

/*-------------Solution------------Technology---------*/

/*
.portfolio-list.technology-list .port-blk {width: calc(33.333% - 30px);}
.portfolio-list.solution-list .port-blk {width: calc(33.333% - 30px);}
*/

.ss-page-wrapper > h2:first-child, .ss-page-wrapper > h3:first-child, .ss-page-wrapper > h4:first-child, .ss-page-wrapper > h5:first-child {margin-top: 0;}
.ss-page-wrapper > p:last-child {margin-bottom: 0;}
.portfolio-single-wrapper figure, .ss-page-wrapper figure {width: 100%; max-width: 400px; margin: 0 0 15px;}

body.menu-xs.nf-shad header {box-shadow: none !important;}

/*-----------------------*/

.ii-2col-l.wp-block-columns {gap: 80px; margin-bottom: 80px;}
.cnt-cnt .wp-block-columns:not(:last-child), .wp-block-columns.cnt-cnt {margin-bottom: 35px;}
.cnt-cnt:not(.wp-block-columns) {margin-bottom: 80px;}
.ii-2col-l.wp-block-columns.al-c {align-items: center !important;}
.ii-2col-l.wp-block-columns.al-s {align-items: flex-start !important;}
.ii-2col-l.wp-block-columns.al-e {align-items: flex-end !important;}
.ii-2col-l figure {width: 100%; max-width: 100%;}
.cnt-cnt:last-of-type { margin-bottom: 0; }

.ii-2col-l h5 {margin: 0;}
.ii-2col-l h3 {text-transform: uppercase; margin: 15px 0 25px;}
.ii-2col-l h3:first-of-type { margin-top: 0; }
.ii-2col-l h3 + h3 {line-height: 1;margin-top: -5px;}

.ii-2col-l .li-col h4 {margin: 0 0 30px;}
.ii-2col-l .mw-4 {max-width: 400px; width: 100%;}
.ii-2col-l .li-col ul {list-style-type: none; padding-left: 35px;}
.ii-2col-l .li-col ul li {position: relative;}
.ii-2col-l .li-col ul li:before {content: '-'; position: absolute; top: 0; left: -25px; width: 25px; height: 25px; font-size: 25px; line-height: 25px;}

.ii-2col-l .wp-block-column p:last-child, .ii-2col-l .wp-block-column figure:last-child, .ii-2col-l .wp-block-column ul li:last-child, .ii-2col-l .wp-block-column ul:last-child, .ii-2col-l .wp-block-column ol:last-child {margin: 0;}

.ii-btn-grp {margin-top: 30px !important; margin-bottom: 0 !important;}

.ii-bdr {padding-bottom: 80px; border-bottom: 1px solid #a7a7a7;}
.ii-2col-l.mb-20 {margin-bottom: 20px;}

.ii-2col-l .def-cnt h2:first-child, .ii-2col-l .def-cnt h3:first-child, .ii-2col-l .def-cnt h4:first-child {margin-top: 0px;}
.ii-2col-l .def-cnt h3 {text-transform: none; margin: 35px 0 15px;}
.ii-2col-l.wp-block-columns:last-of-type {
    margin-bottom: 0;
}

.contact-bar {position: relative; background-color: #000;}
.contact-bar:before {content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-color: #000;}
.contact-bar:after {content: ''; position: absolute; top: 0; right: -100%; width: 100%; height: 100%; background-color: #000;}
.contact-bar h4 {display: table; width: 100%; max-width: 1000px; margin: 0 auto; color: #fff; text-transform: none; text-align: center; line-height: 1.7; position: relative; z-index: 9;}

.contact-bar .wp-block-columns {position: relative; padding: 50px 20px; overflow: hidden;}
.contact-bar .wp-block-columns:before {content: ''; position: absolute; top: 50%; bottom: 0; left: 50%; width: 600px; height: 320px; background-color: rgba(255,255,255,0.05); transform: translate(-50%, -50%) skewY(50deg);}

.contact-bar a {display: inline-block; position: relative; color: var(--blue); text-decoration: none !important;}
.contact-bar a:before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; transform-origin: right; height: 3px; background-color: var(--blue); transition: all 0.2s linear;}
.contact-bar a:hover:before {animation-name: line-draw; animation-duration: .6s; animation-fill-mode: forwards; }

.cnt-qt {position: relative; background-color: #000; padding: 50px 20px; margin: 80px 0 !important;}
.cnt-qt:before {content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-color: #000;}
.cnt-qt:after {content: ''; position: absolute; top: 0; right: -100%; width: 100%; height: 100%; background-color: #000;}
.cnt-qt h3 {display: table; width: 100%; max-width: 1000px; margin: 0 auto; color: #fff; text-transform: none; text-align: center; line-height: 1.4; position: relative; z-index: 9;}
.cnt-qt h5 {color: var(--blue); line-height: 1.4; margin: 20px 0 0;}
.cnt-qt a {color: var(--blue); margin-bottom: 0;}
.cnt-qt a:hover {text-decoration: underline;}
/*---------------------*/

/**** AI Search ****/
.search-container {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    padding: 60px 15px 60px;
}
.search-container h3 {
    margin: 0 0 15px;
    line-height: 1.325;
}
#search-input {
    padding: 10px 40px 10px 20px;
    color: #222;
    border: 1px solid #e2e2e2;
}
#search-input::placeholder {
    color: #666;
}
.search-results-dropdown {
    background-color: rgb(255, 255, 255);
    margin-top: 3px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}
.search-results-dropdown::-webkit-scrollbar {
	width: 6px;
}
.search-results-dropdown::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}
.search-results-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  outline: 0px solid slategrey;
}
.search-results-dropdown .search-result-item {
    display: block;
}
.search-results-dropdown .search-result-item a {
    display: block;
    padding: 6px 16px 6px;
}
.search-results-dropdown .search-result-item a:hover {
    background: rgba(0, 128, 251, 0.2);
}
.ai-search-wrap{
    position: relative;
}
.ai-search-wrap .close-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    transform: translateY(-10%);
    cursor: pointer;
    font-size: 18px;
    display: none;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: var(--blue);
    color: var(--white);
    border-radius: 4px;
}
.search-container input:focus + .close-icon,
.search-container input:not(:placeholder-shown) + .close-icon {
    display: block; /* Show the icon when input is focused or has text */
}
.search-results-dropdown .search-result-item span.no-result {
    display: block;
    padding: 8px 20px;
    background: #fff;
    color: #e24d4d;
}

.intro-content {
    padding: 30px 20px;
    background: var(--blue);
    color: var(--white);
}
.intro-content ul {
    margin: 0;
    padding: 0;
}
.intro-content ul li {
    position: relative;
    list-style: none;
    margin: 6px 0;
    padding: 6px 0 6px 50px;
}
.intro-content ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 14px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    left: 20px;
    top: 12px;
    transform: rotate(45deg);
}

/** wp-table **/
.wp-block-table, figure.wp-block-table {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 20px;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table thead {border: none;}
.wp-block-table th {padding: 15px 15px; font-weight: 600; border: 1px solid #dcdada; background-color: #f1f1f1; color: #686868; text-align: left;}
.wp-block-table td {
    padding: 7px 15px 5px 15px;
    border-right: 1px solid #dcdada;
    border: 1px solid #dcdada;
    color: #2a2626;
}
.wp-block-table td strong {
    font-weight: 600;
}

.wp-block-table tbody tr:first-child td {
    font-weight: 600;
    background: #f1f1f1;
    min-width: 180px;
}
.postid-5356 .wp-block-table td {
    padding: 7px 15px 5px 15px !important;
    border-right: 1px solid #dcdada !important;
    border: 1px solid #dcdada !important;
    color: #2a2626 !important;
}


.wp-block-table tbody tr:first-child td {
    
}
.wp-block-table.iffel-blog-table tr:first-child td,
.wp-block-table thead + tbody tr:first-child td{
    font-weight: 400;
    background: #fff;
    min-width: inherit;
}
figure.wp-block-table figcaption.wp-element-caption {
    padding: 15px 0;}

.wp-block-pullquote{ padding: 0.75em 0; }

/**** header responsive ****/
@media screen and (max-width: 1400px) {
    body {
        padding-top: 106px !important;
    }
}
@media screen and (max-width: 1199px) {
    body {
        padding-top: 82.5px !important;
    }
}
@media screen and (max-width: 991px) {
    body {
        padding-top: 82.25px !important;
    }
}
@media screen and (max-width: 575px) {
    body {
        padding-top: 76.88px !important;
    }
}

/*** ***/
.intro-txt {
    margin: 30px auto 40px;
    max-width: 1080px;
    font-size: 1.125em;
}
.wp-block-button.is-style-fill .wp-element-button.wp-block-button__link{
    background: #000 !important;
    border-radius: 5px !important;
}
.wp-block-button.is-style-fill .wp-element-button.wp-block-button__link:hover{
    background-color: var(--blue) !important;
    color: #fff;
}

.speaking-page-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.speaking-page-form .f-group {
    width: calc(50% - 15px);
}
.speaking-page-form .f-group.col-100 {
    width: 100%;
}
.speaking-page-form .f-group.col-33 {
    width: calc(33.33% - 20px);
}
.speak-form-wrap h3 {
    margin: 0px 0 50px;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.speak-form-wrap h3::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #234512;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.speaking-page-form input[type="text"], .speaking-page-form input[type="email"], .speaking-page-form input[type="password"], .speaking-page-form input[type="tel"], .speaking-page-form input[type="date"], .speaking-page-form input[type="file"], .speaking-page-form textarea, .speaking-page-form select{
    height: 56px;
    border: none;
    border-bottom: 1px solid rgb(202 202 202);
    border-radius: 0;
    background-color: rgb(254 254 254 / 5%);
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    color: #323232;
    outline: none;
    box-shadow: none;
    font-family: 'Mulish';
}
.speaking-page-form input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.speaking-page-form input::placeholder{
    color: #323232;
}
.speaking-page-form select{
    background: url("../images/down-arrow.png") center right 10px no-repeat;
    background-size: 23px;
}
.speaking-page-form input[type="text"].date-picker{
    background: url("../images/calendar.png") center right 10px no-repeat;
    background-size: 23px;
}
.speaking-page-form .submit input[type="submit"], .speaking-page-form .submit input[type="button"] {
    background-color: #000;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 10px;
    font-family: 'Mulish';
    height: 56px;
    width: 100%;
    max-width: 180px;
    border-radius: 6px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear;
}
.speaking-page-form select option{
    background: #FFF;
    padding: 6px 12px;
    border-bottom: 1px solid #f6f6f6;
}
.speaking-page-form .submit input[type="submit"]:hover,
.speaking-page-form .submit input[type="button"]:hover{
    background-color: var(--blue);
    color: #fff;
}
.speak-form {
    display: none;
    width: calc(100% - 30px);
    max-width: 1080px !important;
    margin: 30px 0 !important;
    border-radius: 5px;
}
.speaking-page-form .wpcf7-not-valid-tip {position: absolute; font-size: 15px; bottom: -42px; right: 0; padding: 2px 8px 2px; /*padding-left: 24px; */ line-height: 1.4; color: #f34949; border: 1px solid;}
.speaking-page-form .wpcf7-not-valid-tip:before {content: '\f06a'; position: absolute; top: 4px; left: 4px; width: 14px; height: 14px; color: #f34949; font-size: 14px; line-height: 1; font-family: "FontAwesome"; display: none !important;}

.speaking-page-form .wpcf7-not-valid-tip::after {
    position: absolute;
    content: "";
    top: -10px;
    right: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f34949 transparent;
}

.wp-block-column.phase-col {
    padding: 20px;
    background: #3f3a3a;
    color: #FFF;
    border-radius: 6px;
}
.wp-block-column.phase-col p, .wp-block-column.phase-col li {
    font-size: 17px;
    line-height: 1.4;
    color: #FFF;
}

@media screen and (max-width: 1024px) {
    .speaking-page-form input[type="text"], .speaking-page-form input[type="email"], .speaking-page-form input[type="password"], .speaking-page-form input[type="tel"], .speaking-page-form input[type="date"], .speaking-page-form input[type="file"], .speaking-page-form textarea, .speaking-page-form select{
        font-size: 16px;
        padding: 5px 0;
        height: 45px;
        text-align: left;
    }
    
    .faq-block-wrap .faq-block { width: calc(100% - 230px);}
    .faq-block-wrap .faq-Tab { width: 200px;}
}
@media screen and (max-width: 767px) {
    .speaking-page-form .f-group,
    .speaking-page-form .f-group.col-33{
        width: 100%;
    }
    .keynote-top-images .wp-block-image{width: 100% !important;}
    .speak-form { padding: 15px !important;}
    .speaking-page-form .wpcf7-not-valid-tip{bottom: -28px; line-height: 1; font-size: 12px; padding-left: 20px;}
    .speaking-page-form .wpcf7-not-valid-tip:before {top: 1px; font-size: 12px;}
    .speaking-page-form .submit { text-align: center; }
    .speaking-page-form .submit input[type="submit"], .speaking-page-form .submit input[type="button"]{   font-size: 18px; height: auto; line-height: 1.4; padding: 12px; }
    
    .faq-block-wrap{ flex-wrap: wrap-reverse;}
    .faq-block-wrap .faq-Tab { width: 100%; padding-left: 0px; border-left: none; top: 0; margin-bottom: 15px; }
    .faq-block-wrap .faq-block { width: calc(100% - 0px); }
    
}
@media screen and (max-width: 600px) {
    .speaking-page-form input[type="text"], .speaking-page-form input[type="email"], .speaking-page-form input[type="password"], .speaking-page-form input[type="tel"], .speaking-page-form input[type="date"], .speaking-page-form input[type="file"], .speaking-page-form textarea, .speaking-page-form select{
        font-size: 16px;
        padding: 5px 0;
        height: 32px;
    }
}
@media screen and (max-width: 480px) {
    .speaking-page-form .submit input[type="submit"], .speaking-page-form .submit input[type="button"]{  width: 100%; max-width: initial; font-size: 16px; line-height: 1.4; padding: 10px; }
}

/*** 21-4-25 ***/
.ai-package-table table tbody tr td {
    text-align: center;
}
.ai-package-table table tbody tr td:first-child {
    text-align: left;
}
.ai-package-table table tbody tr td:nth-child(2),
.ai-package-table table tbody tr td:nth-child(4) {
    background: #fafbf6;
}
.ai-package-table table tbody tr:first-child td {
    text-align: center;
    background: #f1f1f1;
}
.table-alter-row table tr td:nth-child(even) { background: #fafbf6; }
.table-alter-row table tr:first-child td { text-align: center; background: #f1f1f1; }


/**** Events List Page ****/
.events-page{
    width:100%;
    display:inline-block;
}
.events-page ul{
    display:flex;
    flex-wrap:wrap;
    margin:0;
    padding:0;
}
.events-page li {
    float: left;
    width: 31.5%;
    margin-left: 2.7%;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    position: relative;
    padding-bottom: 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow:hidden;
}
.events-page li:hover{
-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.events-page li:nth-child(3n+1) {
  margin-left:0;
}
.events-page li:nth-child(-n+3) {
  margin-top:0;
}
.event-list-pg .events-description h5, .event-list-pg .events-description h4 {
    margin: 0 0 15px;
}
.event-list-pg .events-description h5 a, .event-list-pg .events-description h4 a{
    color:#4b191c;
}
.event-list-pg h5 a:hover, .event-list-pg .events-description h4 a:hover{
    color:#333333;
}
.events-description {
    padding: 0 15px;
}
.events-image-section img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1.5;
}
.read-more {
    position: absolute;
    bottom: 15px;
    padding: 0 0 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.read-more a {
    font-size: 18px;
    position: relative;
    color: #000;
}
.events-image-section {background-color: rgba(226, 226, 227, 0.40);}
.event-date {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    margin: 0 0 15px;
}
.event-list-pg .event-date p {
    font-size: 14px;
    padding: 5px 10px 4px 20px;
    margin: 0;
}
.event-list-pg .event-date span {
    padding: 0 10px;
    position:relative;
}

/**** Events detail page ****/
.date_section {
    width: 100%;
    display: inline-block;
    padding: 0px 5px 15px 0px;
}
.events-page.blog .date_section{
  padding-top:15px;
}
.date_section span {
    font-size: 18px;
    line-height: normal;
    color: #818181;
    float: none;
    position:relative;
    padding-left:0px;
    margin-left:10px;
    margin-right:10px;
}
.date_section span.authour,
.date_section span.month{
    padding-left:22px;
    margin-left:0;
    margin-right:0;
    font-size: 15px;
}
.blog-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}
.event-address {
    width: 100%;
    max-width: 320px;
    padding: 0px 0 20px 0px;
}
.event-address > span {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}
.event-address span.icon {
    width: 15px;
    font-size: 18px;
    color: #818181;
    text-align: center;
}
.event-address span.text {
    font-size: 16px;
    color: #545656;
    width: calc(100% - 20px);
    padding-left: 2px;
}
.event-content {
    width: 100%;
    display: block;
}
.event-content img{
    max-width: 100%;
    width: auto;
}
.event-content > p {
    margin: 0 0 12px;
    line-height: 1.5;
}
.date_section span.authour{
    float:none;
    padding-right: 15px;
}
.date_section span.authour:before{
    content:"\f007";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.date_section span.month:before{
    content:"\f073";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.events-page.blog li:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow:0 8px 29px -9px #000;
}
.events-page.blog  .events-image-section {
	position: relative;
    height: 260px;
}
.events-page.blog .events-image-section > a {
    display: block;
    width: 100%;
    height: 100%;
}
.events-page.blog  .events-image-section::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.pass-events {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 20px 8px;
    background: rgba(255, 255, 255, 0.65);
}
.pass-events p {
    margin: 0;
    font-size: 0.85em;
    line-height: 1;
}

/*** Event Popup ***/
#event-popup {
    max-width: 800px;
    padding: 30px 30px;
}
#event-popup form.wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
}
#event-popup form.wpcf7-form .f-group p {
    margin: 0;
}

#event-popup input[type="text"], #event-popup input[type="email"], #event-popup input[type="password"], #event-popup input[type="tel"], #event-popup input[type="file"], #event-popup textarea, #event-popup select{
    color: #000;
}
#event-popup input::placeholder, #event-popup textarea::placeholder{
    color: #565656;
}
#event-popup .wpcf7 .wpcf7-not-valid-tip{
    font-size: 12px;
    font-weight: 400;
    margin: -15px 0 0;
    width: fit-content;
    padding: 4px 8px 4px;
    background: #f34949;
    color: #FFF;
    border-radius: 4px;
    position: relative;
    line-height: 1.125;
} 
#event-popup .wpcf7 .wpcf7-not-valid-tip::after {
    position: absolute;
    content: "";
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f34949 transparent;
    top: -12px;
    left: 10px;
}

.wp-block-list.list-2-col {
    column-count: 2;
}
.wp-block-button a.wp-block-button__link {
    border-radius: 5px;
    text-decoration: none;
}
.wp-block-button a.wp-block-button__link:hover {
    background-color: var(--blue);
    color: #fff;
}
.inner-page-wrapper div .iffel-link-button{
    color: #000;
}
.inner-page-wrapper div .iffel-link-button:hover{
    color: var(--blue);
}

/**** ***/
#medical-popup form.wpcf7-form input:not(.wpcf7-submit) {
    color: #000;
}
#medical-popup form.wpcf7-form input::placeholder,
#medical-popup form.wpcf7-form textarea::placeholder{
    color: #424242;
}
.wpcf7[data-wpcf7-id="3379"] form .f-group {
    padding: 5px 0 20px;
}
.wpcf7[data-wpcf7-id="3379"] form .f-group .wpcf7-not-valid-tip {
    position: relative;
    font-size: 15px;
    left: 5px;
    min-width: 200px;
    width: fit-content;
    padding: 2px 8px 2px;
    padding-left: 24px;
    line-height: 1.4;
    color: #f34949;
    border: 1px solid;
}
.wpcf7[data-wpcf7-id="3379"] form .f-group .wpcf7-not-valid-tip:before {
    content: '\f06a';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    color: #f34949;
    font-size: 14px;
    line-height: 1;
    font-family: "FontAwesome";
}
.wpcf7[data-wpcf7-id="3379"] form .f-group .wpcf7-not-valid-tip::after {
    position: absolute;
    content: "";
    top: -10px;
    left: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f34949 transparent;
}

/**** ***/
.wp-block-columns.iff-video-col {
    margin: 0 0 80px;
    padding: 0 0 80px;
    border-bottom: 1px solid #a7a7a7;
}
.iff-video-col .wp-block-column {
    margin: 0 auto;
    max-width: 800px;
}
.iff-video-col .wp-block-column figure.is-type-video {
    margin: 60px 0 0;
}

.ai-cl-intro{
    max-width: 780px;
    margin: 0 auto !important;
}
.ai-list-cols .wp-block-media-text {
    margin: 50px 0 0px;
}
figure.full-width{ width: 100%; max-width: 100%;}
.w-100 { width: 100%; max-width: 100px; }
.w-120 { width: 100%; max-width: 120px; }
.w-140 { width: 100%; max-width: 140px; }


.wp-block-group.iffel-cta {
    padding: 30px 30px;
    text-align: center;
    /* border: 1px solid rgba(0, 0, 0, 0.08);*/
    border-radius: 8px;
    margin: 32px 0 15px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 32px 0px;
    background: rgba(0, 0, 0, 0.025);
    background: linear-gradient(to bottom, rgba(226, 226, 227, 0.69) 0%, rgba(247, 247, 247, 0.69) 100%);
}
.wp-block-group.iffel-cta .wp-block-heading{
    margin: 0 0 15px;
}
.wp-block-group.iffel-cta .wp-block-buttons{
    justify-content: center;
}
/*
.wp-block-group.iffel-cta .wp-block-buttons>.wp-block-button{
    display: inline-flex;
    align-items: center;
}
.wp-block-group.iffel-cta .wp-block-buttons .wp-block-button + .wp-block-button::before {
    content: "Or";
    margin: 0 12px 0 6px;
    display: inline-block;
}
*/

.no-button a.wp-block-button__link.wp-element-button {
    background: none;
    color: #000;
    padding: 5px;
    cursor: auto;
}

.portfolio-single-wrapper figure.embed-full{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.portfolio-single-wrapper figure.embed-full .wp-block-embed__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.portfolio-single-wrapper figure.embed-full .video-placeholder-youtube {
    width: 100% !important;
    height: 100% !important;
    max-width: 780px;
    min-height: 480px;
}

@media (max-width: 1060px){
    .wp-block-columns.iff-video-col { margin: 0 0 60px; padding: 0 0 60px; }
}

@media (max-width: 767px){
    .wp-block-columns.iff-video-col { margin: 0 0 40px; padding: 0 0 40px; }
    .ai-list-cols .wp-block-media-text { margin: 30px 0 0px; }
    .portfolio-single + .related-posts { padding-top: 30px; }
    
    .portfolio-single-wrapper figure.embed-full .video-placeholder-youtube { min-height: 480px; }
}

@media (max-width: 640px){
    .wp-block-list.list-2-col { column-count: 1; }
    #event-popup form.wpcf7-form { grid-template-columns: 1fr; }
    .iffel-cta .wp-block-buttons .wp-block-button.no-button { width: 100%; }
    
}
@media (max-width: 600px){
    .ai-list-cols .wp-block-media-text figure {
        margin: 0 0 10px 0px;
        text-align: center;
    }
    .ai-list-cols .wp-block-media-text figure img {
        max-width: 50px;
    }
    .ai-list-cols .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
        text-align: center;
    }
    
}



blockquote.wp-block-quote
{
    border-left-style: solid;
    border-left-width: 7px;
    padding-left: 20px;
    margin-bottom: 1em;
    margin-right: 1em;
    color: #969696;
    border-color: #26282c;
}
blockquote.wp-block-quote p
{
    border-color: #ebebeb;
    margin: .85em 0;
}

#sidebar-blog .blogdropdown:last-child
{
    display: none !important;
}

@media screen and (min-width:1100px)
{
    .blog-detail {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}
.blog-detail .blog-col-2-75p {
    width: calc(75% - 0px) !important;
    margin: 0 !important;
}
.blog-detail .blog-col-2-25p {
    width: 75% !important;
    margin-top: 45px !important;
}    
}

/*** ***/
.wp-block-group.speakers-grp {
    margin: 0 0 40px;
}
.wp-block-columns.speakers-cols {
    gap: 20px;
}
.wp-block-column.speakers-col {
    padding: 18px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
.wp-block-columns.speakers-cols:not(:first-of-type) {
    margin-top: 20px;
}
.wp-block-column.speakers-col figure {
    text-align: center;
}
.wp-block-column.speakers-col figure img {
    max-width: 120px;
}

@media screen and (min-width: 782px) and (max-width: 1100px){
    .wp-block-columns.speakers-cols { flex-wrap: wrap !important; }
    .wp-block-column.speakers-col { flex-basis: calc(50% - 10px) !important; flex-grow: unset !important; }
}


/*-----------------------*/

.intro-wrapper-n {margin-bottom: 120px;}
.mb-space-xl {margin-bottom: 100px;}
.mb-space-md {margin-bottom: 80px;}
.mb-space-sm {margin-bottom: 60px;}
.mb-space-xs {margin-bottom: 40px;}
.intro-wrapper-n h2, .intro-wrapper-wmb h2 {margin: 0 0 20px; text-transform: uppercase;}
.intro-wrapper-n p, .intro-wrapper-wmb p {width: 100%; text-align: center; max-width: 1080px; margin: 0 auto 20px;}
.intro-wrapper-n .wp-block-buttons, .intro-wrapper-wmb .wp-block-buttons {margin-top: 30px;}

.aibbc-sec1-heading {margin-bottom: 40px;}
.aibbc-sec1-heading h3 {width: 100%; text-align: center; max-width: 1080px; margin: 0 auto;}

.wp-block-columns.aibbc-sec1 img {width: 100% !important;}
.wp-block-columns.aibbc-sec1-btn {margin-top: 30px;}

.wp-block-columns.evyt-sec {width: 100%; max-width: 1080px; margin: 0 auto; gap: 30px; margin-top: 100px;}
.wp-block-columns.evyt-sec > .wp-block-column
{
    padding: 30px 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 32px 0px;
    background: rgba(0, 0, 0, 0.025);
    background: linear-gradient(to bottom, rgba(226, 226, 227, 0.69) 0%, rgba(247, 247, 247, 0.69) 100%);
}

.intro-wrapper-n-cols2-img figure, .asseen-wrapper figure {margin: 0; width: 100%; height: 100%;}
.intro-wrapper-n-cols2-img figure img, .asseen-wrapper figure img  {width: 100%; height: 100%; object-fit: cover;}
.asseen-wrapper figure {border: 1px solid #ccc;}
.asseen-wrapper figure img {object-fit: contain; object-position: center;}

.asseen-wrapper h2 {margin: 0; text-transform: uppercase;}

.gallery-style1 .wp-block-gallery {gap: 20px; justify-content: center;}
.gallery-style1 .wp-block-gallery > figure.wp-block-image {width: calc(25% - 15px) !important; flex-basis: calc(25% - 15px); flex-grow: 0; height: 320px; overflow: hidden;}
.gallery-style1 .wp-block-gallery > figure.ob-po-l img {object-position: left center !important;}

@media (max-width: 1400px)
{
    .intro-wrapper-n, .mb-space-xl {margin-bottom: 100px;}
    .wp-block-columns.evyt-sec {margin-top: 80px;}
}

@media (max-width: 1199px)
{
    .intro-wrapper-n, .mb-space-xl{margin-bottom: 80px;}
    .wp-block-columns.evyt-sec {margin-top: 60px;}
    .mb-space-md {margin-bottom: 60px;}
    .mb-space-sm {margin-bottom: 50px;}
    .mb-space-xs {margin-bottom: 35px;}
    
    .gallery-style1 .wp-block-gallery > figure.wp-block-image {height: 280px;}
}

@media (max-width: 991px)
{
    .gallery-style1 .wp-block-gallery > figure.wp-block-image {height: 240px;}
}

@media (max-width: 781px)
{
    .intro-wrapper-n, .mb-space-xl {margin-bottom: 60px;}
    .wp-block-columns.aibbc-sec1 {flex-flow: column-reverse wrap; gap: 20px;}
    .wp-block-columns.aibbc-sec1-btn {margin-top: 20px;}
    .wp-block-columns.evyt-sec {gap: 20px;}
    .wp-block-columns.evyt-sec {margin-top: 40px;}
    .mb-space-md {margin-bottom: 40px;}
    .mb-space-sm {margin-bottom: 40px;}
    .mb-space-xs {margin-bottom: 30px;}

    .gallery-style1 .wp-block-gallery {gap: 15px;}
    .gallery-style1 .wp-block-gallery > figure.wp-block-image {width: calc(33.333% - 10px) !important; flex-basis: calc(33.333% - 10px);}
}

@media (max-width: 575px)
{
    .gallery-style1 .wp-block-gallery {gap: 16px;}
    .gallery-style1 .wp-block-gallery > figure.wp-block-image {width: calc(50% - 8px) !important; flex-basis: calc(50% - 8px);}
}

@media (max-width: 500px)
{
    .gallery-style1 .wp-block-gallery > figure.wp-block-image {height: 200px;}
}

@media (max-width: 380px)
{
    .gallery-style1 .wp-block-gallery {gap: 10px;}
    .gallery-style1 .wp-block-gallery > figure.wp-block-image {width: calc(50% - 5px) !important; flex-basis: calc(50% - 5px); height: 180px;}
}
