/*
 Theme Name:   Accelerate Child
 Description:  Accelerate Child Theme
 Author:       Vishal Pokala
 Template:     accelerate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  acceleratechild
*/

*:focus {
    outline: none;
}

:root {
    --side-padding: 90px;
    --max-width: 1347px;
    --y-padding: 50px;
}

::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
.main-navigation li {
    font-family: 'Helvetica', sans-serif, Arial;
    font-weight: 400;
}

body {
    background: #ffffff;
}

body,
body a {
    color: #000;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1;
    color: #000000;
}

b,
strong {
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

p,
span {
    font-size: 23px;
    line-height: 36px;
    color: #000000;
}

.entry-content ul {
    list-style: disc;
    padding: 0 0 0 23px;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 15px;
}

.wp-block-columns,
.wp-block-image {
    margin-bottom: 0;
}

ul li {
    font-size: 23px;
    line-height: 1 !important;
    color: #58595b;
    padding-bottom: 10px;
}

ul li::marker {
    color: #58595b;
}

ul.c-black li {
    color: #000000;
}

.wp-block-separator.has-background:not(.is-style-dots) {
    opacity: 1;
    margin-left: var(--side-padding);
    margin-right: var(--side-padding);
}

hr,
.wp-block-separator {
    border-color: #000000;
}

img {
    margin-bottom: 0;
}

.underline {
    text-decoration: underline;
}

@keyframes sticky {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

.site-header.sticky {
    position: fixed;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 24px #00000075;
    animation: sticky 400ms linear;
}

.side-padding {
    padding: 0 var(--side-padding);
}

.m-0 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-80 {
    margin-top: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner-wrap {
    max-width: var(--max-width);
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
    background: #fff;
}

.no-inner-padding {
    margin-left: calc(var(--side-padding) * -1);
    margin-right: calc(var(--side-padding) * -1);
}

.inner-padding {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
}

.y-padding {
    padding-top: var(--y-padding);
    padding-bottom: var(--y-padding);
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.d-inlineflex {
    display: inline-flex;
}

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

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

.align-items-top {
    align-items: flex-start;
}

.align-items-bottom {
    align-items: flex-end;
}

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

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-self-center {
    align-self: center;
}

.flex-direction-column {
    flex-direction: column;
}

.center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.black {
    font-weight: 900;
}

.black a {
    font-weight: 900;
}

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.extra-light {
    font-weight: 200;
}

.thin {
    font-weight: 100;
    ;
}

.italic {
    font-style: italic;
}

.ft-90 {
    font-size: 80px;
}

.ft-80 {
    font-size: 80px;
}

.ft-76 {
    font-size: 76px;
}

.ft-72 {
    font-size: 72px;
}

.ft-70 {
    font-size: 70px;
}

.ft-65 {
    font-size: 65px;
}

.ft-60 {
    font-size: 60px;
}

.ft-55 {
    font-size: 55px;
}

.ft-50 {
    font-size: 50px;
}

.ft-48 {
    font-size: 48px;
}

.ft-46 {
    font-size: 46px;
}

.ft-45 {
    font-size: 45px;
}

.ft-40 {
    font-size: 40px;
}

.ft-38 {
    font-size: 38px;
}

.ft-36 {
    font-size: 36px;
}

.ft-35 {
    font-size: 35px;
}

.ft-30 {
    font-size: 30px;
}

.ft-25 {
    font-size: 24px;
}

.ft-24 {
    font-size: 24px;
    line-height: 28px;
}

.ft-22 {
    font-size: 22px;
}

.ft-20 {
    font-size: 20px;
    line-height: 22px;
}

.ft-18 {
    font-size: 18px;
    line-height: 24px;
}

.ft-16 {
    font-size: 16px;
    line-height: 20px;
}

.ft-14 {
    font-size: 14px;
    line-height: 18px;
}

.ft-12 {
    font-size: 12px;
    line-height: 15px;
}

.lh1 {
    line-height: 1;
}

.lh2 {
    line-height: 1.2;
}

.lh3 {
    line-height: 1.3;
}

.lh4 {
    line-height: 1.4;
}

.lh5 {
    line-height: 1.5;
}

.c-white {
    color: #ffffff;
}

.c-black {
    color: #000000;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.no-margin {
    margin-bottom: 0;
}

.ft-24 a {
    color: #1343DD;
}

.dash-list.c-white li {
    color: #ffffff;
}

.gform_wrapper h3.gform_title {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.strong strong {
    font-size: 30px;
    font-weight: 400;
}

.wp-block-button__link {
    font-size: 27px;
    line-height: 1;
    font-weight: 700;

}

#page {
    border: 0;
    box-shadow: none;
}

#main {
    padding-top: 0;
}

.page .entry-title {
    display: none;
}

a#scroll-up {
    background-color: #254d7a;
}

#header-text-nav-container {
    border-bottom: 0;
    background-color: #ffffff;
}

.footer-socket-wrapper .copyright,
#header-logo-image {
    float: none;
    max-width: 100%;
}

#header-logo-image {
    max-width: 456px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
select {
    margin-bottom: 5px;
    color: #000;
    border: 1px solid #000;
    padding: 10px 25px 10px 10px;
    margin-right: 10px;
    background-color: #ffffff;
    font-weight: 400;
    width: 100%
}

.wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7-list-item:not(.last),
.wpcf7-list-item.last.first {
    margin-bottom: 15px;
}

.wpcf7-list-item label {
    display: flex;
}

.wpcf7-list-item-label {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}

.accelerate-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
    background-color: #5b90c9;
    color: #ffffff;
    line-height: 1.1;
    font-size: 23px;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 700;
}

.accelerate-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #ffc519;
    color: #000000;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1;
}

th,
td,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #000000;
}

.wpcf7-form-control-wrap {
    position: unset;
}

.main-navigation li {
    padding-bottom: 0;
}

.main-navigation ul li ul li {
    border: none;
}

.main-navigation .menunav-menu,
.footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main-navigation .menunav-menu li,
.footer-menu .menu li,
.footer-socket-wrapper .footer-menu {
    float: none;
}

.footer-socket-wrapper {
    border-top: none;
    background-color: transparent;
    padding: 0;
}

#content .post,
#content .page {
    padding-bottom: 0;
}

.no-index {
    z-index: -1;
}

.full-image img {
    width: 100%;
}

#page,
#header-text-nav-container {
    background-color: #d1d3d4;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.copyright .copy,
.copyright .copy a {
    font-size: 12px;
    color: #ffffff;
}

.copyright .copy a:hover {
    text-decoration: underline;
    color: #c1512b;
}

.copyright .seperator,
.seperator {
    width: 3px;
    height: 18px;
    background-color: #ffffff;
}

.main-navigation a {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    padding: 30px 50px 30px 0;
}

.footer-menu.main-navigation {
    padding: 35px 0 40px;
    background-color: #000000;
}

.footer-menu.main-navigation a {
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    height: auto;
    float: none;
}

.footer-menu.main-navigation ul li {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    position: relative;
}

.footer-menu.main-navigation ul li:not(:last-child)::after {
    content: "|";
    display: block;
    color: #ffffff;
    position: absolute;
    right: 0;
}

#header-right-section,
#header-left-section {
    float: none;
    flex-grow: 1;
}

#header-text-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 10px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: #dcddde;
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
}

.no-border tr td {
    border: 0;
}

.entry-meta .byline,
.entry-meta .cat-links,
.format-standard .entry-meta .sep {
    display: none;
}

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

.pagination {
    display: flex;
    justify-content: center;
}

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

.main-navigation a:hover {
    text-decoration: underline;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.banner {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    :root {
        --side-padding: 20px;
    }

    .site-header .menu-toggle {
        display: block;
        background: #b20918;
        color: #fff;
        padding: 10px;
    }

    .inner-wrap {
        padding: 0 20px;
        width: 100%;
    }

    .no-inner-padding {
        margin-left: -20px;
        margin-right: -20px;
    }

    .inner-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-navigation .menunav-menu {
        display: none;
    }

    .site-header .menu-toggle:before {
        color: #ffffff;
    }

    .main-small-navigation {
        padding: 0;
    }

    .main-small-navigation li {
        position: relative;
        padding-bottom: 0;
        line-height: 24px !important;
    }

    .main-small-navigation ul>.current_page_item,
    .main-small-navigation ul>.current-menu-item,
    .main-small-navigation li:hover>a {
        background: #da8a92;
        color: #ffffff;
    }

    .main-small-navigation ul>.current_page_item>a,
    .main-small-navigation ul>.current-menu-item>a {
        color: #ffffff;
    }

    .sub-toggle,
    .sub-menu .sub-toggle {
        top: 14px;
        line-height: 0;
        transform: rotate(0deg);
    }

    .sub-toggle.active {
        transform: rotate(180deg);
    }

    .main-small-navigation a {
        border-bottom: none;
        padding: 14px 20px;
    }

    .tab-none,
    ul.sub-menu {
        display: none;
    }

    .wp-block-column:not(:only-child).tab-full {
        flex-basis: 100% !important;
        margin-left: 0;
    }

    .ft-40,
    .ft-46 {
        font-size: 30px;
    }

    .ft-76,
    .ft-70,
    .ft-72 {
        font-size: 45px;
    }

    .ft-60 {
        font-size: 40px;
    }

    .ft-55,
    .ft-45,
    .ft-48 {
        font-size: 35px;
    }

    .ft-36,
    .ft-35 {
        font-size: 24px;
    }

    .ft-22 a,
    .ft-22 {
        font-size: 18px;
    }

    .copyright .seperator {
        display: none
    }

    .copyright .copy {
        flex-basis: 33%;
    }

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

    .mb-70 {
        margin-bottom: 35px;
    }

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

    .mb-40 {
        margin-bottom: 20px;
    }

    #masthead .inner-wrap.main-navigation {
        padding: 0;
    }

    .single #content .post {
        padding-top: 25px;
    }

    .tab-hide {
        display: none;
    }

    .tab-show {
        display: block;
    }

    br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .ft-50 {
        font-size: 25px;
    }

    .ft-35 {
        font-size: 20px;
    }

    .ft-55,
    .ft-76,
    .ft-70,
    .ft-72 {
        font-size: 35px;
    }

    .ft-60 {
        font-size: 30px;
    }

    .ft-48 {
        font-size: 25px;
    }

    .mb-50,
    .mb-70 {
        margin-bottom: 25px;
    }

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

    .mt-80 {
        margin-top: 40px;
    }

    .inner-wrap .inner-wrap {
        padding: 0;
    }

    .wp-block-columns .wp-block-column {
        margin-bottom: 25px;
    }

    .accelerate-button,
    input[type="reset"],
    input[type="button"],
    input[type="submit"],
    button {
        font-size: 16px;
        padding: 8px 20px;
    }

    .copyright .copy {
        flex-basis: 100%;
    }

    .entry-content ul {
        padding: 0;
    }

    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        width: 100%;
        margin-right: 0;
    }

    #page,
    #header-text-nav-container {
        background-color: #ffffff;
    }

    .mob-hide {
        display: none;
    }

    .mob-show {
        display: block;
    }
}

.blog-lising-page.grid-view {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: var(--y-padding);
    justify-content: space-between;
}

.blog-lising-page.grid-view article {
    transition: all 300ms linear;
    border-radius: 5px;
}

.blog-lising-page.grid-view article:hover {
    transition: all 300ms linear;
    box-shadow: 0 0 24px #000000;
}

.blog-lising-page.grid-view article .content-wrapper {
    padding: 0 20px;
}

.default-wp-page {
    padding: 0;
}

.default-wp-page .previous,
.default-wp-page .next,
.default-wp-page .previous::marker,
.default-wp-page .next::marker {
    content: none;
    list-style: none;
}

.post .entry-title {
    font-size: 55px;
    line-height: 1;
}

.post .entry-content p {
    color: #58595b;
}

.post .comments-link {
    display: none;
}

.blog-lising-page.list-view {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: var(--y-padding);
}

.blog-lising-page.list-view article {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 20px !important;
    transition: all 300ms linear;
    border: 1px solid #00000060;
    border-radius: 5px;
}

.blog-lising-page.list-view article:hover {
    transition: all 300ms linear;
    box-shadow: 0 0 24px #000000;
}

.blog-lising-page.list-view article .entry-title {
    margin: 0;
    padding-top: 0;
}

.blog-lising-page.list-view article .entry-title a {
    font-weight: 700;
}

.blog-lising-page.list-view article figure {
    min-width: 370px;
}

/*sitestyles*/
:root {
    --red: #c4161c;
    --green: #55cb14;
    --blue: #5f76de;
    --grey: #58595b;
}

.c-blue {
    color: var(--blue);
}

.bg-blue {
    background-color: var(--blue);
    ;
}

.c-text {
    color: var(--grey);
}

.bg-red {
    background-color: var(--red);
}

.bg-footer {
    background-color: #b1b3b6;
}

.bg-green {
    background-color: var(--green);
}

ul {
    padding-left: 30px;
}

ul li {
    list-style: disc;
    color: var(--grey);
}

article ul li {
    line-height: 36px !important
}

p,
span {
    color: var(--grey);
}

p a {
    text-decoration: underline;
    color: var(--blue);
}

.side-padding {
    max-width: 960px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.site-button a {
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: var(--red);
    text-decoration: none;
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

/* Header changes */
.top-header p,
.phone-icon {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.phone-icon {
    padding: 0;
}

.top-header p::before,
.phone-icon::before {
    content: "";
    width: 26px;
    height: 25px;
    background-image: url(images/telephone.png);
    padding-right: 5px;
    background-repeat: no-repeat;
}

.top-header p a {
    text-decoration: none;
}

.main-navigation .menunav-menu,
.footer-menu .menu {
    padding: 0;
}

.main-navigation .menunav-menu li,
.footer-menu .menu li {
    list-style: none;
}

.main-navigation {
    padding-top: 30px;
    padding-bottom: 20px;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover>a {
    background-color: transparent;
    color: var(--blue);
}

.main-navigation a {
    padding: 0;
    font-weight: 400;
    padding-bottom: 10px;
}

.main-navigation ul li ul {
    padding-left: 0;
}

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
    font-size: 13px;
    background-color: #ffffffa8;
    color: #000000;
    line-height: 1.2;
}

.main-navigation ul li ul {
    padding: 0px 0;
    transform: translateX(-28%);
    border: none;
    box-shadow: 0px 5px 10px #000000;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover>a,
.main-navigation ul li.current-menu-item ul li a:hover {
    background-color: #ffffffa8;
    color: var(--blue);
}

.no-gap {
    gap: 0;
}

/* Header changes ends*/
#header-text-nav-wrap {
    display: none;
}

/* footer changes */
.footer-image-wrapper {
    padding: 30px;
}

.footer-image {
    gap: 30px;
}

.footer-image img {
    width: calc(100% / 6 - 30px);
}

.footer-copyright {
    background-color: #8a8c8e;
}

.footer-nav {
    padding: 10px 0;
}

.footer-nav .menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
}

.footer-nav .menu li {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.footer-nav .menu li a {
    color: #000000;
    font-size: 18px;
}

.footer-nav .menu li.current-menu-item a,
.footer-nav .menu li a:hover {
    color: var(--blue);
}

.footer-contact {
    gap: 30px;
}

.footer-contact .footer-description {
    margin-bottom: 15px;
}

.footer-contact .footer-description a {
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
}

.footer-contact .footer-description a:hover {
    color: var(--blue);
}

.footer-copyright .footer-socket-area .copyright {
    justify-content: center;
}

/* footer changes ends */

/* body changes */
.two-col-pad {
    padding-left: 30px;
    padding-right: 30px;
}

.service-block {
    position: relative;
}

.service-block figcaption {
    position: absolute;
    margin: 0;
    padding: 40px 0;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: 99999px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    line-height: 1.1;
    pointer-events: none;
}

.service-block figcaption a {
    color: #ffffff;
    line-height: 1.1;
}

.service-block.block-1 figcaption {
    background: linear-gradient(180deg, var(--blue) 0%, var(--blue) 10%, rgba(1, 81, 119, 0) 45%, rgba(0, 212, 255, 0) 100%);
}

.service-block.block-2 figcaption {
    background: linear-gradient(0deg, var(--red) 0%, var(--red) 10%, rgba(1, 81, 119, 0) 45%, rgba(0, 212, 255, 0) 100%);
    align-items: end;
}

.service-block.block-3 figcaption {
    background: linear-gradient(180deg, var(--green) 0%, var(--green) 10%, rgba(1, 81, 119, 0) 45%, rgba(0, 212, 255, 0) 100%);
}

.service-steps .wp-block-column {
    padding: 10px;
}
.service-steps .wp-block-columns .wp-block-column{
	background-repeat: no-repeat;
    background-position: center;
}
.service-steps .wp-block-columns .wp-block-column:nth-child(1){
	background-image: url(images/background1.jpg);
}
.service-steps .wp-block-columns .wp-block-column:nth-child(2){
	background-image: url(images/background2.jpg);
}
.service-steps .wp-block-columns .wp-block-column:nth-child(3){
	background-image: url(images/background3.jpg);
}
.service-steps .wp-block-columns .wp-block-column:nth-child(4){
	background-image: url(images/background4.jpg);
}
.service-steps .wp-block-columns .wp-block-column:nth-child(5){
	background-image: url(images/background5.jpg);
}
.service-steps .wp-block-columns .wp-block-column:nth-child(6){
	background-image: url(images/background6.jpg);
}
.wp-block-coblocks-accordion-item__title.has-background:not(.has-background),
.wp-block-coblocks-accordion-item__title:not(.has-background) {
    background-color: #016ba8;
    padding: 15px;
    cursor: pointer;
}

.accordians .wp-block-coblocks-accordion-item__title strong {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
}

.accordians .wp-block-coblocks-accordion-item__title strong::before,
.accordians .wp-block-coblocks-accordion-item__title strong::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    margin: 0 0 -8px;
    background: #ffffff;
    border-radius: 2px;
}

.accordians .wp-block-coblocks-accordion-item__title strong::before {
    right: 8px;
    width: 2px;
    height: 15px;
    transition: all 300ms;
    margin-top: -7.5px;
    background: #ffffff;
}

.accordians .wp-block-coblocks-accordion-item__title strong::after {
    right: 1px;
    width: 16px;
    height: 3px;
    margin-top: -1.5px;
    background: #ffffff;
}

.accordians .wp-block-coblocks-accordion-item__title::marker {
    content: none;
}

.accordians details[open] .wp-block-coblocks-accordion-item__title strong::before {
    height: 0;
    margin-top: 0;
}

.team-member {
    cursor: pointer;
    transition: all 0.4s linear;
}

.team-member h3 span,
.team-member .tlp-position {
    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
    color: #144465;
}

.rt-team-container .layout3 .single-team-area h3 {
    margin-bottom: 0 !important;
}

.team-member-detail {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 15px;
    background-color: #ffffff;
    z-index: 1;
    display: flex;
    max-width: 1147px;
    padding: 25px;
    box-shadow: 2px 5px 15px rgb(0 0 0 / 67%);
    overflow: hidden;
}

.team-member-detail.active {
    visibility: visible;
}

.layout3 .rt-grid-item {
    position: initial;
}

.team-member-detail .close-item,
.floating-contact .close-item {
    width: 28px;
    height: 28px;
    background-image: url(images/close-icon.png);
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.team-member-detail .image-wrapper {
    max-width: 320px;
    min-width: 320px;
    margin-right: 30px;
}

.team-member-detail .content-wrapper h3 {
    font-size: 30px;
    line-height: 32px;
    font-family: Arial;
    color: #000000;
}

.team-member-detail .content-wrapper h6 {
    font-size: 17px;
    line-height: 20px;
    font-family: Arial;
    color: #000000;
}

.team-member-detail .content-wrapper .description {
    margin-top: 25px;
}

.team-member-detail .content-wrapper .description p {
    font-size: 18px;
    line-height: 24px;
    font-family: Arial;
    margin-bottom: 25px;
    color: #58595b;
}
.rt-team-container[data-layout*="layout"] .rt-row.ttp-even {
	justify-content: center;
}
.rt-team-container .even-grid-item{
	max-width: 400px;
	padding: 0 30px;
}
/* body changes ends*/
@media screen and (max-width: 1440px) {
    .team-member-detail {
        max-width: 1250px;
    }
}

@media screen and (max-width: 1024px) {
    .site-header .menu-toggle {
        background-color: var(--blue);
    }

    .main-small-navigation ul>.current_page_item,
    .main-small-navigation ul>.current-menu-item,
    .main-small-navigation li:hover>a {
        background-color: var(--blue);
    }

    .main-small-navigation ul,
    .main-small-navigation li {
        list-style: none;
        padding: 0;
    }

    .main-navigation,
    .main-small-navigation {
        padding: 0;
        margin: 0 calc(var(--side-padding) * -1);
        width: calc(100% + var(--side-padding) * 2);
    }

    .site-banner .no-gap {
        flex-wrap: nowrap !important;
    }

    .ft-50 {
        font-size: 40px;
    }

    .ft-30 {
        line-height: 1.2;
    }

    .home-services:nth-child(even) {
        flex-direction: column-reverse;
    }
}

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.3;
    }

    .entry-content ul {
        padding: 0 0 0 23px;
    }

    p,
    span,
    ul li,
    article ul li {
        font-size: 20px;
        line-height: 30px;
    }

    article ul li {
        line-height: 30px !important;
    }

    .ft-50 {
        font-size: 30px;
    }

    .site-banner .wp-block-columns .wp-block-column {
        margin-bottom: 0;
    }

    .team-member-detail {
        flex-wrap: wrap;
    }

    .team-member-detail .image-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
        display: none;
    }

    .footer-image {
        flex-wrap: wrap;
    }

    .footer-image img {
        width: calc(100% / 2 - 30px);
    }
	.footer-nav .menu{
		display: none;
	}
	.footer-contact {
	    gap: 0;
    flex-wrap: wrap;
	}
	.footer-contact .seperator{
		display: none;
	}
}