/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/

/*-------Font Famliy Import----------*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

* {
    font-family: Space Grotesk !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.cstm-btn .elementor-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 6px;
    background-color: #083B4F !important;
    color: #fff !important;
    padding: 12px 20px;
    transition: all 0.50s ease-in-out !important;
}

.cstm-btn .elementor-button:hover {
    background-color: #5cc2f2 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.cstm-btn span.elementor-button-content-wrapper {
    column-gap: 7px;
}

.cstm-btn .elementor-button-icon svg {
    width: 12px !important;
}

h1,
h2 {
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #1D2028 !important;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #616161;
}

a,
a:hover {
    text-decoration: none !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

/*------25 Feb 2025-------*/
/*---25 Feb 2025----*/

.page-id-12 header,
.page-id-12 footer {
    display: none !important;
}

.comeing_soon p {
    margin-bottom: 0
}

.comeing-soon .elementor-widget-wrap.elementor-element-populated {
    padding: 40px !important;
}

.comeing-soon h2 {
    font-size: 80px !important;
    color: #fff !important
}

header {
    position: fixed !important;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: smoothScroll .5s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

header {
    border: 0 !important;
}

header .zak-main-header {
    background-color: transparent !important;
}

header .zak-container {
    max-width: 1140px;
    background-color: #1D2028;
    border-radius: 16px;
    padding: 0;
}

header .zak-header-main-row {
    padding: 0 !important;
}

header .zak-main-row {
    padding: 16px 30px;
}

header .zak-primary-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

header .zak-primary-menu li a:hover,
header .zak-primary-nav .sub-menu li a:hover {
    color: #027ABB;
}

header .zak-main-nav .zak-submenu-toggle .zak-icon {
    width: 13px;
    height: 13px;
    fill: #fff;
    stroke: #fff;

}

header .zak-header-right-col,
header .zak-primary-nav .zak-primary-menu {
    gap: 40px !important;
}

header .zak-button {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #5CC2F2 !important;
    background-color: #5CC2F2;
    border-radius: 6px;
    color: #fff;
    padding: 10px 18px;
    transition: all 0.50s ease-in-out;
}

header .zak-button:hover {
    border: 1px solid #fff !important;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
}

header .zak-primary-nav .sub-menu li a {
    padding: 14px 16px;
    color: #000;
}

header .zak-primary-nav ul .current_page_item>a,
header .zak-primary-nav ul .current-menu-item>a,
header .zak-primary-nav ul li a:hover,
header .zak-primary-nav ul .sub-menu .current-menu-item a {
    color: #5CC2F2 !important;
}

header .zak-primary-nav ul .current-menu-item>a svg,
header .zak-primary-nav ul a:hover svg {
    fill: #5CC2F2 !important;
    stroke: #5CC2F2 !important;
}

header .zak-primary-nav ul .current-menu-ancestor>a {
    color: #fff !important;
}

/*------Footer Style--------*/
footer {
    background-color: #fff !important;
}

footer .zak-footer-top-row {
    padding: 70px 0 40px !important;
}

footer .zak-footer-top-row .widget .widget-title::before {
    width: 0 !important;
}

.zak-footer-top-row .widget_media_image {
    margin-bottom: 0;
}

footer .zak-footer-top-1-col {
    row-gap: 20px !important;
}

footer figure {
    margin: 0;
}

footer .zak-top-row {
    grid-template-columns: 330px 92px 219px 230px !important;
    justify-content: space-between;
}

footer .widget ul {
    gap: 20px;
}

footer .zak-footer-col .widget ul a,
footer p a {
    color: #616161;
    transition: all 0.35s ease-in-out;
}

footer .zak-footer-col .widget ul a:hover,
footer p a:hover {
    color: #5CC2F2;
}

footer .widget ul li,
footer p {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

footer p {
    margin-bottom: 20px;
}

footer .widget ul li strong,
footer p strong {
    color: #1D2028;
    font-weight: 500;
    line-height: 1.5;
}

footer p strong {
    color: #1D2028;
}

footer h2,
footer h4 {
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: normal;
    color: #000000 !important;
    margin-bottom: 26px !important;
    padding: 18px 0 0 !important;
    border-bottom: 0 !important;
}

.zak-footer-bottom-row {
    padding: 0 !important;
    border: 0 !important;
}

footer .zak-footer-bottom-row .zak-container {
    border-top: 1px solid #C9C9C9 !important;
    padding: 30px 0 20px !important;
    margin: 0 auto;
}

footer .zak-footer-bottom-row .zak-container p {
    margin-bottom: 0;
}

footer .zak-footer-bottom-row .zak-footer-bottom-2-col {
    flex-direction: row;
    justify-content: end;
    column-gap: 10px;
}

footer .footer-social-icons i {
    font-size: 22px;
    color: #1D2028;
    transition: 0.5s ease-in-out;
}

footer .footer-social-icons i:hover {
    color: #5cc2f2;
}

footer .zak-bottom-row {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr !important;
    justify-items: center;
    border: 0 solid;
}

/*----Hero section Design-----*/
main#zak-primary {
    padding: 0 !important;
}

.main-banner-section {
    padding-top: 190px;
    background: linear-gradient(180deg, #DCF3FF 15.13%, #FFFFFF 100%) !important;
}

.main-banner-section .elementor-widget-image {
    text-align: right;
}

.main-banner-section .elementor-widget-heading,
.about-section .elementor-widget-heading {
    margin-bottom: 30px !important;
}

.main-banner-section .elementor-widget-text-editor,
.about-section .elementor-widget-text-editor {
    margin-bottom: 55px !important;
}

.main-banner-section .elementor-widget-image img {
    border-radius: 35px;
    box-shadow: 8px 10px 12.5px 0px #287BA44D;
}

/*------services-offered-section--------*/

.services-offered-section {
    position: relative;
    padding: 90px 0;
}

.services-offered-section .elementor-widget-text-editor {
    margin-bottom: 55px !important;
}

.services-offered-section p {
    max-width: 755px;
}

.services-offered-section .owl-stage {
    display: flex;
    column-gap: 15px;
}

.services-offered-section,
.our-testimonial-section,
.services-benefit-sention {
    overflow: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.services-offered-section .owl-item,
.services-we-offer .page-item {
    position: relative;
    border: 1px solid #BBBBBB;
    border-radius: 12px;
    background-color: #fff;
}

.services-offered-section .owl-item .page-image,
.services-we-offer .page-image,
.indavisual-services-section .page-image,
.it-services-section .benefits-box .elementor-image-box-img,
.join-content-box .gallery-icon {
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 12px 12px 0 0;
    background-color: #5CC2F233;
    min-height: 140px;
}

.services-offered-section .owl-item .page-image:before,
.indavisual-services-section .page-image:before,
.it-services-section .benefits-box .elementor-image-box-img:before,
.join-content-box .gallery-icon:before,
.services-we-offer .page-image:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url('https://tyme.biizy.ky/wp-content/uploads/2025/03/icon-bg.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.services-offered-section .owl-item .page-image img,
.services-we-offer .page-image img,
.indavisual-services-section .page-image img {
    width: 100%;
    max-width: 85px;
}

.services-offered-section .owl-item h3,
.services-we-offer .page-item H3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding: 20px 15px 10px;
}

.services-offered-section .owl-item p,
.services-we-offer .page-item P {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #616161;
    padding: 0px 15px 55px;
}

.services-offered-section .read-more-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #5CC2F2;
    transition: all 0.35s ease-in-out;
}

.services-offered-section .read-more-btn img {
    max-width: 12px;
    transition: all 0.35s ease-in-out;
}

.services-offered-section .read-more-btn:hover {
    color: #000000;
}

.services-offered-section .read-more-btn:hover img {
    filter: brightness(9) invert(1);
}

.services-offered-section .owl-nav,
.services-benefit-sention .owl-nav {
    position: absolute;
    top: -23%;
    right: 0;
}

.services-benefit-sention .owl-nav {
    top: -19%;
}

.services-offered-section .owl-nav button,
.services-benefit-sention .owl-nav button {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background-color: #1D2028 !important;
    transition: all 0.50s ease-in-out !important;
}

.services-offered-section .owl-nav button:hover,
.services-benefit-sention .owl-nav button:hover {
    border-color: #5CC2F2 !important;
    background-color: #5CC2F2 !important;
}

.owl-nav button:focus {
    outline: none;
}

.owl-stage {
    display: grid !important;
    grid-auto-flow: column;
    align-items: stretch;
    column-gap: 10px;
}

.owl-carousel .owl-item img {
    max-height: 232px;
    object-fit: cover;
}

.services-offered-section .owl-nav button:first-child,
.services-benefit-sention .owl-nav button:first-child {
    margin-right: 15px;
}

.services-offered-section .owl-nav button:before,
.services-benefit-sention .owl-nav button:before {
    content: '';
    position: absolute;
    top: 25%;
    left: 25%;
    background-image: url('https://tyme.biizy.ky/wp-content/uploads/2025/02/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.services-offered-section .owl-nav button.owl-next:before,
.services-benefit-sention .owl-nav button.owl-next:before {
    transform: rotate(180deg);
}

.services-offered-section .owl-nav button span,
.services-benefit-sention .owl-nav button span {
    font-size: 0;
}

.services-offered-section .owl-dots,
.services-benefit-sention .owl-dots {
    display: none;
}

.about-services-content {
    padding-left: 20px;
}

.services-we-offer {
    position: relative;
}

.services-we-offer .pages-list {
    display: grid !important;
    grid-auto-flow: column;
    align-items: stretch;
    gap: 25px;
}

.our-testimonial-section .testimonial-image img {
    width: 65px;
    height: 65px;
    background-color: #f3f3f3;
    border-radius: 100%;
}
/*----our-parter-section ---*/
.our-parter-section {
    padding: 90px 0;
}

.our-parter-section .elementor-widget-heading {
    margin-bottom: 40px !important;
}

.our-parter-section h2 {
    color: #fff !important
}

/*--About Section--*/
.about-section {
    padding: 90px 0;
}

.about-section p {
    max-width: 530px;
}

.about-section .elementor-widget-image img {
    border-radius: 35px;
}

/*-----Our testimonial Section--------*/
.our-testimonial-section h2,
.our-testimonial-section p {
    color: #fff !important;
}

.our-testimonial-section .owl-item {
    position: relative;
    padding: 100px 15px 30px;
}

.our-testimonial-section .owl-item:before {
    content: '';
    position: absolute;
    top: 35px;
    background-image: url(https://tyme.biizy.ky/wp-content/uploads/2025/02/icon-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 38px;
}

.our-testimonial-section .owl-item p {
    text-align: left;
    color: #616161 !important;
    padding: 0;
	margin-bottom: 0;
}

.our-testimonial-section .testimonial-details {
    display: flex;
    align-items: center;
    column-gap: 14px;
    border-top: 1px solid #BBBBBB;
    padding-top: 20px;
}

.our-testimonial-section .testimonial-details-inner h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

.our-testimonial-section .testimonial-details-inner p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    text-align: left;
}

.services-offered-section.our-testimonial-section .owl-nav button,
.services-benefit-sention .owl-nav button {
    background-color: #ffffff !important;
    transition: all 0.50s ease-in-out !important;
}

.services-offered-section.our-testimonial-section .owl-nav button:hover,
.services-benefit-sention .owl-nav button:hover {
    border-color: #5CC2F2 !important;
    background-color: #5CC2F2 !important;
}

.services-offered-section.our-testimonial-section .owl-nav button:before,
.services-benefit-sention .owl-nav button:before {
    filter: brightness(9) invert(1);
}

.services-offered-section.our-testimonial-section .owl-nav button:hover:before,
.services-benefit-sention .owl-nav button:hover:before {
    filter: inherit;
}
.our-testimonial-section .testimonial-text.too-many-words {
	margin-bottom:20px;
}
.our-testimonial-section .testimonial-text.too-many-words .testimonial-text-inner {
    max-height: 194px;
    overflow: hidden;
}
.our-testimonial-section .testimonial-text.too-many-words.expanded .testimonial-text-inner {
    max-height: 100%;
    margin-bottom: 0;
}
.our-testimonial-section .testimonial-text.too-many-words.expanded .read-more {
    display: none;
}
.our-testimonial-section .testimonial-text.too-many-words .read-less {
    display: none;
}
.our-testimonial-section .testimonial-text.too-many-words.expanded .read-less {
    display: block;
}
/*----Contact Us Section----*/
.contact-us-section {
    padding: 90px 0;
}

.contact-us-section>.elementor-container {
    align-items: center;
}

.contact-us-section .elementor-widget-heading {
    margin-bottom: 18px !important;
}

.contact-us-section .elementor-widget-text-editor {
    margin-bottom: 40px !important;
}

.contact-us-section .elementor-image-box-wrapper {
    column-gap: 32px;
}

.contact-us-section figure.elementor-image-box-img {
    min-width: 55px !important;
    max-width: 55px;
}

.contact-us-section .contact--details {
    margin-bottom: 40px !important;
}

.contact-us-section .contact--details .elementor-image-box-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-us-section .contact--details h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #1D2028 !important;
}

.contact-us-section .contact--details p,
.contact-us-section .contact--details p a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #616161 !important;
    transition: all 0.35s ease-in-out;
}

.contact-us-section .contact--details p a:hover {
    color: #5CC2F2 !important;
}

.contact-us-section form label {
    display: none !important;
}

.contact-us-section form .forminator-row {
    margin-bottom: 20px !important;
}

.contact-us-section form .forminator-row.forminator-row-last {
    margin-bottom: 0 !important;
}

.contact-us-section form input,
.contact-us-section form textarea {
    border: 1px solid #083B4F !important;
    border-radius: 8px !important;
    padding: 18px 20px !important;
}

.contact-us-section form input::placeholder,
.contact-us-section form textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #1D2028;
}

.contact-us-section form .forminator-field button,
.Job-openings-section .jobs-list-inner p a {
    position: relative !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    border-radius: 6px !important;
    background-color: #083B4F !important;
    color: #fff !important;
    padding: 12px 44px 12px 24px !important;
    transition: all 0.50s ease-in-out !important;
}

.contact-us-section form .forminator-field button:hover,
.Job-openings-section .jobs-list-inner p a:hover {
    background-color: #5CC2F2 !important;
    box-shadow: none !important;
}

.contact-us-section form .forminator-field button:before,
.Job-openings-section .jobs-list-inner p a:before {
    content: '';
    position: absolute;
    top: 25%;
    right: 25px;
    background-image: url('https://tyme.biizy.ky/wp-content/uploads/2025/02/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    transform: rotate(180deg);
    transition: all 0.50s ease-in-out !important;
}


/*-----Services----*/
.sercies-about-section {
    position: relative;
    padding: 90px 0;
}

.sercies-about-section p {
    margin-bottom: 0;
}

.sercies-about-section:before {
    content: '';
    position: absolute;
    top: -12%;
    left: 0;
    width: 589px;
    height: 680px;
    background-image: url('https://tyme.biizy.ky/wp-content/uploads/2025/02/Bg-Icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.sercies-about-section .elementor-widget-image {
    text-align: left;
}

.sercies-about-section a.elementor-button {
    display: none;
    background-color: transparent !important;
    padding: 0;
}

.sercies-about-section span.elementor-button-text {
    font-weight: 500;
    font-size: 17px;
    color: #083B4F;
}

/*------Services-benefit-sention -----------*/
.services-benefit-sention {
    position: relative;
    padding: 90px 0
}

.services-benefit-sention h2 {
    color: #fff !important;
    margin-bottom: 30px;
}

.benefits-boxes .elementor-container {
    gap: 25px;
}

.benefits-box {
    background: #fff;
    border-radius: 12px;
    height: 100% !important
}

.benefits-box img {
    width: 100%;
    height: 100% !important;
    min-height: 100px;
    border-radius: 12px 12px 0 0 !important;
}

.benefits-box .elementor-image-box-content {
    padding: 20px 18px 30px;
}

.benefits-box h3 {
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #1D2028 !important;
    margin-bottom: 8px;
}

.benefits-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #616161;
}

.services-benefit-sention .benefits-box {
    width: 100% !important;
}
.services-benefit-sention .benefits-box img {
	max-height: 200px;
    object-fit: cover;
}

.benefits-boxes .elementor-container {
    display: grid !important;
    grid-auto-flow: column;
    align-items: stretch;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.benefits-box {
    width: 100% !important;
}

/*---It-services-section------*/
.it-services-section {
    padding: 90px 0
}

.it-services-section h2 {
    margin-bottom: 30px;
}

.it-services-section .benefits-box {
    border: 1px solid #BBBBBB;
}

.it-services-section .benefits-box .elementor-image-box-img img {
    width: 100%;
    max-width: 68px;
}

/*-----it support section-------*/
.it-support-section .support-content {
    padding: 90px 0;
}

.support-content .elementor-widget-text-editor {
    margin-bottom: 50px !important;
}

/*---faqs-section---*/
.faqs-section {
    padding: 90px 0;
}

.faqs-section .elementor-widget-heading {
    margin-bottom: 40px !important;
}

.faqs-section h2 {
    color: #fff !important;
}

.faqs-section .elementor-accordion-item {
    border: 1px solid #FFFFFF !important;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faqs-section .elementor-accordion-item:last-child {
    margin-bottom: 0;
}

.faqs-section .elementor-accordion-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
    color: #fff !important;
}

.faqs-section .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px !important;
}

.faqs-section .elementor-accordion-icon svg {
    width: 20px !important;
    height: 20px !important;
}

.faqs-section .elementor-tab-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #616161;
}

.faqs-section .elementor-accordion-item .elementor-active {
    background: #fff;
}

.faqs-section .elementor-active .elementor-accordion-title {
    color: #000 !important;
}

.faqs-section .elementor-tab-content.elementor-active {
    border-top: 0 !important;
    padding: 0 20px 10px !important;
}

.faqs-section .elementor-tab-content.elementor-active p {
    border-top: 1px solid #1D2028 !important;
    padding-top: 16px;
}

/*-------About US--------*/
.meet-team-section {
    padding: 90px 0;
}

.meet-team-section .elementor-widget-heading {
    margin-bottom: 50px !important;
}

.meet-team-section h2 {
    color: #fff !important;
}

.our-team-gallery .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.our-team-gallery .elementor-column.elementor-col-33,
.our-team-gallery .elementor-column[data-col="33"] {
    width: 100%;
}

.our-team-gallery:last-child {
    margin-bottom: 0;
}

.our-team-gallery .team-box {
    position: relative;
}

.team-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(29, 32, 40, 0.02) 38.59%, #1D2028 94.72%);
    border-radius: 0 0 12px 12px;
}

.our-team-gallery .team-box .elementor-widget {
    margin-bottom: 0 !important;
}

.our-team-gallery .team-box .team-member-card {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    width: 100%;
}

.our-team-gallery .team-box img {
    width: 100%;
    border-radius: 12px !important;
}

.our-team-gallery .team-box .team-member-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    padding: 0 30px;
}

.our-team-gallery .team-box .team-member-info h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.our-team-gallery .team-box .team-member-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}

.our-team-gallery .team-box .team-member-info .view-bio-link {
	min-width: 91px;
    font-weight: 500;
    font-size: 17px;
    color: #5CC2F2;
    transition: all 0.35s ease-in-out;
}

.our-team-gallery .team-box .view-bio-link img {
    margin-left: 5px;
    max-width: 12px;
    transition: all 0.35s ease-in-out;
}

.our-team-gallery .team-box .team-member-info .view-bio-link:hover {
    color: #ffffff;
}

.our-team-gallery .team-box .team-member-info .view-bio-link:hover img {
    filter: brightness(0) invert(1);
}

.our-parter-section.about-our-parter h2 {
    color: #1D2028 !important;
}

.contact-us-section.about-contact-form h2,
.contact-us-section.about-contact-form p {
    color: #fff !important;
}

.about-contact-form .contact--details h3,
.about-contact-form .contact--details p,
.about-contact-form .contact--details p a {
    color: #fff !important;
}

.contact-us-section.about-contact-form form {
    background: #fff;
    border-radius: 15px !important;
    padding: 30px !important;
}


/*-----Conatc US page---------*/
.page-id-46 .contact-us-section.main-contact-page {
    padding-top: 30px;
}

.main-contact-page .forminator-description span {
    color: #fff;
}

.contact-us-section.main-contact-page form {
    background: #083B4F;
    border-radius: 15px !important;
    padding: 30px !important;
}

.contact-us-section.main-contact-page form input,
.contact-us-section.main-contact-page form textarea {
    background-color: transparent;
    border: 1px solid #FFFFFF !important;
    color: #fff;
}

.contact-us-section.main-contact-page form input::placeholder,
.contact-us-section.main-contact-page form textarea::placeholder {
    color: #fff;
}

.contact-us-section.main-contact-page form .forminator-field button {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.contact-us-section.main-contact-page form .forminator-field button:hover {
    background-color: #5cc2f2 !important;
    color: #ffffff !important;
}

.contact-us-section.main-contact-page form .forminator-field button:hover:before {
    filter: none !important;
}

.contact-us-section.main-contact-page form .forminator-field button:before {
    filter: brightness(1) invert(1);
}

.contact-it-services h2 {
    color: #fff !important
}

/*------indavisual services section----------*/
.indavisual-services-section {
    padding: 90px 0;
}

.indavisual-services-section .service-pages-list .page-item {
    display: flex;
    border: 1px solid #BBBBBB;
    border-radius: 12px;
    margin-bottom: 22px;
}

.indavisual-services-section .service-pages-list .page-item:last-child {
    margin-bottom: 0;
}

.indavisual-services-section .service-pages-list .page-item-content {
    padding: 20px 30px;
}

.indavisual-services-section .service-pages-list .page-item-image .page-image {
    width: 100%;
    min-width: 263px;
    max-width: 263px;
    height: 100% !important;
    border-radius: 12px 0 0 12px;
}

.indavisual-services-section .service-pages-list .page-item-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    color: #1D2028;
    margin-bottom: 8px;
}

.indavisual-services-section .service-pages-list .page-item-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #616161;
    margin-bottom: 20px;
}

.indavisual-services-section .service-pages-list .page-item-content .read-more-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #5CC2F2;
    transition: all 0.35s ease-in-out !important;
}

.indavisual-services-section .service-pages-list .page-item-content .read-more-btn img {
    margin-left: 6px;
    transition: all 0.35s ease-in-out !important;
}

.indavisual-services-section .service-pages-list .page-item-content .read-more-btn:hover,
.project-gallery .project-item-inner .project-button:hover,
.news-section .blog-content .read-more:hover {
    color: #000000;
}

.indavisual-services-section .service-pages-list .page-item-content .read-more-btn:hover img,
.news-section .blog-content .read-more:hover img {
    filter: brightness(9) invert(1);
}

/*-------News page Section`---------*/
.news-section {
    padding-bottom: 20px;
}

.news-section .blog-filter-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.news-section button.filter-tab {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #1D2028 !important;
    border: 1px solid #083B4F;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px 20px;
}

.news-section button.filter-tab.active,
.news-section button.filter-tab:hover {
    background-color: #083B4F;
    color: #fff !important;
}

.news-section .blog-grid .blog-item {
    display: flex;
    column-gap: 60px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #00000033;
}

.news-section .blog-grid .blog-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-section .blog-item .blog-image {
    width: calc(50% - 40px);
}

.news-section .blog-item .blog-content {
    width: 50%;
}

.news-section .blog-item .blog-image img {
    width: 100%;
    max-width: 580px;
    border-radius: 25px;
}

.news-section .blog-content .date {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #1C274C;
}

.news-section .blog-content .date img {
    margin-right: 10px;
}

.news-section .blog-content h3,
.news-section .blog-content h3 a {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #1D2028 !important;
    margin: 20px 0 15px;
}

.news-section .blog-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #616161;
    margin-bottom: 30px;
}

.news-section .blog-content .read-more {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #5CC2F2;
    transition: all 0.35s ease-in-out !important;
}

.news-section .blog-content .read-more img {
    margin-left: 6px;
    transition: all 0.35s ease-in-out !important;
}

.news-section .pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.news-section .pagination {
    gap: 10px;
}

.news-section .pagination .pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #6B8995 !important;
    border: 1px solid #6B8995;
    border-radius: 8px;
}

.news-section .pagination .pagination-link.active,
.news-section .pagination .pagination-link:hover {
    color: #083B4F !important;
    border: 1px solid #083B4F;
}

.news-section .pagination .pagination-link.next,
.news-section .pagination .pagination-link.prev {
    background-color: #1D2028;
}

.news-section .pagination .pagination-link.next:hover,
.news-section .pagination .pagination-link.prev:hover {
    background-color: #5CC2F2;
    border-color: #5CC2F2;
}

/*------Blog Inner page style------*/
.single-post .zak-container {
    max-width: 1170px;
}

.single-post .zak-entry-meta {
    margin: 20px 0 20px;
}

.single-post .zak-entry-meta span {
    padding: 0 20px;
    font-weight: 600;
}

.single-post .zak-entry-meta span:first-child {
    padding-left: 0;
}

.single-post .zak-entry-meta .zak-byline {
    border-right: 1px solid #1C274C;
}

.single-post .zak-entry-meta a {
    font-weight: 300;
    font-size: 15px;
    color: #1C274C;
    line-height: normal;
    transition: all 0.35s ease-in-out;
}

.single-post .zak-entry-meta a:hover {
    color: #5cc2f2;
}

.single-post header+.zak-content {
    padding-top: 190px;
    background: linear-gradient(180deg, #DCF3FF 15.13%, #FFFFFF 100%) !important;
}

.single-post main#zak-primary {
    padding-right: 40px !important;
}

.single-post .zak-entry-thumbnail img {
    width: 100%;
    border-radius: 15px;
}

.single-post .entry-content h2 {
    font-weight: 500;
    font-size: 22px !important;
    line-height: 1.5 !important;
    color: #1D2028 !important;
}

.single-post .entry-content p {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #616161 !important;
}

.single-post .single-post-box {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background: #083B4F;
    border-radius: 15px;
    padding: 35px 50px;
}

.single-post .single-post-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('https://tyme.biizy.ky/wp-content/uploads/2025/02/bg-icon-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 145px;
    height: 112px;
}

.single-post aside.zak-secondary {
    padding: 0;
    border-left: 0;
}

.single-post aside #block-11,
.single-post aside #block-12 {
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    background-color: #fff;
    padding: 40px 25px;
}

.single-post aside #block-11 h4,
.single-post aside #block-12 h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #1D2028;
    margin-bottom: 10px;
}

.single-post aside #block-11 #headings-list li {
    padding: 18px 0;
    border-bottom: 1px solid #BDBDBD !important;
}

.single-post aside #block-11 #headings-list li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0;
}

.single-post aside #block-11 #headings-list a {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #1D2028;
    text-decoration: none;
}

.single-post aside #block-11 #headings-list a:hover {
    color: #5CC2F2;
}

.single-post aside #block-3 h4 {
    font-size: 30px;
    line-height: 1.4;
}

.single-post aside #block-12 {
    padding-top: 0 !important;
    padding-bottom: 20px;
}

.single-post aside #block-12 .recent-post-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #BDBDBD;
}

.single-post aside #block-12 .recent-post-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.single-post aside #block-12 .recent-post-item .recent-post-thumbnail img {
    width: 100%;
    min-width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
}

.single-post aside #block-12 .recent-post-item .recent-post-main {
    padding-left: 13px;
}

.single-post aside #block-12 .recent-post-item .recent-post-title {
    margin-bottom: 8px;
}

.single-post aside #block-12 .recent-post-item .recent-post-title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1D2028;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single-post aside #block-12 .recent-post-item .recent-post-title a:hover {
    color: #5cc2f2;
}

.single-post aside #block-12 .recent-post-item .recent-post-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #1C274C;
}

.single-post aside #block-12 .recent-post-item .recent-post-date img {
    margin-right: 8px;
    max-width: 17px;
}

.single-post aside #block-13 {
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    background-color: #fff;
}

.single-post aside #block-13 .news-signup img {
    width: 100%;
    border-radius: 12px 12px 0 0 !important;
}

.single-post aside #block-13 .news-signup h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #1D2028;
    padding: 20px 20px 0;
}

.single-post aside #block-13 .news-signup form {
    padding: 8px 20px 0 !important;
    margin: 0 !important;
}

.single-post aside #block-13 .news-signup form label {
    display: none;
}

.single-post aside #block-13 .news-signup form input {
    border: 1px solid #BBBBBB !important;
    border-radius: 8px !important;
    padding: 14px;
    color: #616161 !important;
}

.single-post aside #block-13 .news-signup form input:placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #616161 !important;
}

.single-post aside #block-13 .news-signup form button {
    width: 100%;
    border-radius: 6px;
    background-color: #083B4F;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.3;
    padding: 14px;
    transition: all 0.50sease-in-out;
}

.single-post aside #block-13 .news-signup form button:hover {
    background-color: #5cc2f2;
}

.single-post aside #block-13 .news-signup form button:hover {
    box-shadow: none;
    color: #fff;
}

.single-post .navigation.post-navigation {
    display: none;
}

/*-------Project gallery-------*/
.our-project-section .elementor-widget-heading {
    margin-bottom: 20px !important;
}

.project-gallery {
    padding-bottom: 90px;
}

.project-gallery .projects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 26px;
}

.project-gallery .projects-list .project-item {
    width: calc(50% - 13px);
    border: 1px solid #BBBBBB;
    border-radius: 12px;
    background-color: #fff;
    padding: 25px;
}

.project-gallery .project-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-gallery .project-item-inner h2 {
    font-size: 28px !important;
    margin-bottom: 0;
    width: calc(100% - 125px);
}

.project-gallery .project-item-inner .project-button {
    font-weight: 500;
    font-size: 16px;
    color: #083B4F;
    transition: all 0.35s ease-in-out !important;
}

.project-gallery .project-item-inner .project-button img {
    margin-left: 5px;
    transition: all 0.35s ease-in-out !important;
}

.project-gallery .project-item-inner .project-button:hover img {
    filter: contrast(160%);
}

.project-gallery .project-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-gallery .project-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.project-gallery .project-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #616161;
    margin: 20px 0 30px;
}

/*-----fAQ Ask Section -------*/
.faq-ask-section {
    padding-bottom: 90px;
}

.faq-ask-section .elementor-tabs {
    column-gap: 40px;
}

.faq-ask-section #elementor-tab-content-7481>p {
    border: 0;
    padding: 0;
    margin: 0;
}

.faq-ask-section .elementor-tabs-wrapper {
    width: calc(35% - 29px) !important;
}

.faq-ask-section .elementor-tabs-wrapper .elementor-tab-title {
    font-weight: 500 !important;
    font-size: 24px;
    line-height: normal;
    color: #083B4F !important;
    border: 1px solid #BBBBBB !important;
    border-radius: 10px;
    padding: 20px 20px !important;
    margin-bottom: 20px;
}

.faq-ask-section .elementor-tabs-wrapper .elementor-tab-title:last-chlid {
    margin-bottom: 0;
}

.faq-ask-section .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.faq-ask-section .elementor-tabs-wrapper .elementor-tab-title:hover {
    color: #fff !important;
    border-color: #083B4F !important;
    background-color: #083B4F;
}

.faq-ask-section .elementor-tabs-wrapper .elementor-tab-title:before,
.faq-ask-section .elementor-tabs-wrapper .elementor-tab-title:after {
    border-width: 0 !important;
}

.faq-ask-section .elementor-tabs-content-wrapper {
    border: 0 !important;
}

.faq-ask-section .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 0;
}

.faq-ask-section .elementor-toggle-item .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.faq-ask-section .elementor-toggle-icon svg.e-fas-plus,
.faq-ask-section .elementor-toggle-icon svg.e-fas-minus {
    font-size: 18px;
}

.faq-ask-section .elementor-toggle-icon svg.e-fas-plus {
    fill: #083B4F;
}

.faq-ask-section .elementor-toggle-icon svg.e-fas-minus {
    fill: #fff;
}

.faq-ask-section .elementor-tabs-content-wrapper .elementor-tab-title {
    border-bottom: 1px solid #000000 !important;
    padding: 22px 22px 22px 0 !important;
}

.faq-ask-section .elementor-tabs-content-wrapper .elementor-toggle-title {
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    color: #083B4F !important;
}

.faq-ask-section .elementor-toggle-item .elementor-tab-content {
    padding: 0 20px 15px;
}

.faq-ask-section .elementor-tabs-content-wrapper p {
    padding-top: 15px;
    color: #fff !important;
    border-top: 1px solid #FFFFFF;
}

.faq-ask-section .elementor-tabs-content-wrapper .elementor-toggle-item:first-child .elementor-tab-title {
    padding-top: 0 !important;
}

.faq-ask-section .elementor-toggle-item .elementor-active {
    background-color: #083B4F;
}

.faq-ask-section .elementor-toggle-item .elementor-active .elementor-toggle-title {
    color: #fff !important;
}

.faq-ask-section .elementor-toggle-item .elementor-tab-title.elementor-active {
    border: 0 !important;
    border-radius: 12px 12px 0 0;
    padding: 20px 20px !important;
}

.faq-ask-section .elementor-toggle-item:first-child .elementor-tab-title.elementor-active {
    padding: 20px !important;
}

.faq-ask-section .elementor-toggle-item .elementor-tab-content.elementor-active {
    border-radius: 0 0 12px 12px;
}

/*----Why-Join-section------*/
.sercies-about-section.why-Join-section {
    padding: 0 !important;
}

.why-Join-section .join-content-box {
    padding: 90px 0 !important;
}

.join-our-section .elementor-container {
    justify-content: space-between;
    gap: 40px;
}

.join-our-section .join-banner-box {
    width: calc(50% - 30px) !important;
}

.join-our-section .join-content-box {
    width: calc(50% - 30px) !important;
    padding-left: 20px;
}

.join-our-section .join-content-box .gallery {
    display: flex;
    column-gap: 18px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.join-our-section .join-content-box .gallery-item {
    border: 1px solid #BBBBBB;
    border-radius: 8px;
}

.join-our-section .join-content-box .gallery-caption {
    padding: 15px 10px;
}

.join-our-section .join-content-box .join-team-content p {
    font-size: 16px !important;
}

.join-our-section .join-content-box .join-team-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.join-content-box .gallery-icon {
    height: 105px !important;
    border-radius: 7px 7px 0 0;
}

.join-content-box .gallery-icon img {
    width: 100%;
    max-width: 100% !important;
}

.office-locations .benefits-box img {
    max-width: 100% !important;
    object-fit: cover;
}


/*------Job opening section----*/
.Job-openings-section {
    padding: 90px 0;
}

.Job-openings-section h2,
.Job-openings-section p {
    color: #fff !important;
}

.Job-openings-section .jobs-heading p {
    max-width: 1000px;
    margin: 12px 0 10px;
}

.Job-openings-section .jobs-heading {
    margin-bottom: 50px;
}

.Job-openings-section .job-listing {
    border: 1px solid #BBBBBB;
    border-radius: 12px;
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.Job-openings-section .job-listing:last-child {
    margin-bottom: 0;
}
.Job-openings-section .jobs-list-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.Job-openings-section .jobs-list-inner p {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: #616161 !important;
    margin-bottom: 0;
}

.Job-openings-section .jobs-list-inner p strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #1D2028;
}

.hiring-section .elementor-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hiring-section .content {
	width: 60%;
}

.hiring-section .image-box{
	width: 40%;
	text-align:end;
}
.hiring-section h2 {
    color: #fff !important;
    margin-bottom: 60px;
}

.hiring-section .cstm-btn {
    font-size: 16px;
	font-weight: 500;
    line-height: 1.4;
    border-radius: 6px;
    background-color: #ffffff !important;
    color: #083B4F !important;
    padding: 12px 20px;
    transition: all 0.50s ease-in-out !important;
}

.hiring-section .cstm-btn svg {
    fill: #083B4F;
    transition: all 0.50s ease-in-out !important;
}

.hiring-section .cstm-btn:hover svg {
    fill: #fff;
}
.hiring-section .cstm-btn:hover {
    color: #ffffff !important;
    background-color: #5cc2f2 !important;
}

.hiring-section .cstm-btn .elementor-button:hover svg {
    fill: #ffffff !important;
}

/*------Typography Section------*/
.typography-section {
    padding: 90px 0px;
}

.typography-section h2 {
    color: #fff !important
}

.typography-section .typography-content p {
    margin-bottom: 10px;
    color: #fff !important
}

.colour-pelatte {
    border-top: 1px solid #F5F5F5;
    padding-top: 50px;
}

.colour-pelatte h2 {
    color: #fff !important
}

.colour-pelatte-box {
    margin-top: 40px;
}

.colour-pelatte-box .elementor-container {
    gap: 22px;
}

.colour-pelatte-box .elementor-widget-wrap {
    border: 1px solid #F5F5F5;
    border-radius: 15px;
}

.colour-pelatte-box .elementor-widget-wrap p {
    margin-bottom: 0;
    padding: 42px 48px;
}

.typography-section .typography-content .elementor-container {
    display: flex;
    justify-content: space-between;
}

.typography-section .typography-content {
    padding-bottom: 60px;
}

.typography-section .typography-content .box {
    width: calc(50% - 30px);
}

.typography-section .typography-content .box .elementor-image-box-content {
    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 12px;
    background-color: #fff;
    padding: 30px;
}

.typography-section .typography-content .box .elementor-image-box-content h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    color: #1D2028 !important;
}

.typography-section .typography-content .box .elementor-image-box-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1D2028 !important;
}

.typography-section .typography-content .box .elementor-image-box-content p.elementor-image-box-description {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 15px 0 20px;
}

.typography-section .typography-content .box .elementor-image-box-content p.elementor-image-box-description span {
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    background: #5CC2F24D;
    padding: 6px 16px;
}

/*-----Red basket Section----------*/
.red-basket-section h2 {
    margin-bottom: 25px;
}

.red-basket-content .elementor-container {
    display: flex;
    justify-content: space-between
}

.red-basket-content .elementor-container .elementor-column {
    width: calc(50% - 50px) !important;
}

/*----partners-profile-section------*/
.partners-profile-section .elementor-image-box-content {
    padding-left: 20px;
}

.partners-profile-section .elementor-image-box-img {
    min-width: 60px !important;
}

.partners-profile-section h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff !important;
}

.partners-profile-section p {
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 1.5;
    color: #fff !important;
}

.partners-profile-section .elementor-column {
    border-right: 1px solid #fff !important;
    padding: 0 70px !important;
    width: auto !important;
}

.partners-profile-section .elementor-column:first-child {
    padding-left: 0 !important;
}

.partners-profile-section .elementor-column:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}

.result-section {
    padding: 90px 0;
}

.result-section .elementor-widget-text-editor {
    margin-bottom: 40px !important;
}

.project-challenges {
    padding: 90px 0;
}

.project-challenges h2 {
    margin-bottom: 20px;
}

.project-challenges h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #1D2028 !important;
}

.project-challenges p {
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

.challenges-banner {
    position: relative;
}

.challenges-banner::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 20%;
    width: 100%;
    height: 100%;
    background-image: url("https://tyme.biizy.ky/wp-content/uploads/2025/02/Bg-Icon-2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.hiring-section {
    padding-top: 90px;
}

button.read-more,
button.read-less {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 17px;
    color: #083B4F;
    background-color: transparent;
    padding: 8px 0 0;
    text-transform: capitalize;
	transition: all 0.50s ease-in-out !importa
}

button.read-more:hover,
button.read-less:hover {
	color:#5cc2f2;
	
}

button.read-more:hover svg path,
button.read-less:hover svg path {
    fill: #5cc2f2 !important;
	transition: all 0.50s ease-in-out !importa
}
button.read-more:focus,
button.read-less:focus {
    outline: none;
}

.tyme-content-wrapper.too-many-words {
    max-height: 115px;
    overflow: hidden;
}

.tyme-content-wrapper.too-many-words.expanded {
    max-height: 100%;
}

.page-id-15 .contact-us-section {
    padding: 90px 0 20px;
}

/*----Thanku Page------*/
.thanku-page .elementor-container {
    width: 100%;
    padding-bottom: 20px;
}

.thanku-page h3 {
    font-size: 48px;
    line-height: 1.2;
    color: #000 !important;
}

.thanku-page p {
    max-width: 550px;
    font-size: 18px;
    line-height: 1.4;
    color: #616161 !important;
    margin: 8px auto 15px !important;
}
/*------PopUp style-----------*/
.team-information-sidebar {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 99;
}
#popup-overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
.popup-biizy #dynamic-popup {
    transform: translateX(0%);
}
#dynamic-popup {
    background: #fff;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, .24);
    height: 100vh;
    padding: 0 40px 30px 60px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
	transform: translateX(100%);
	transition: transform 0.6s ease-in-out;
    width: 490px;
    overflow: auto;
    z-index: 999;
}
#dynamic-popup button#close-popup {
	position: relative;
    margin: 20px 0 30px auto;
    display: block;
    padding: 8px;
    border: 1px solid #626262;
    border-radius: 8px;
    background: transparent;
}
#dynamic-popup button#close-popup:foucs {
	outline-width: none !important;
}
#dynamic-popup button#close-popup:hover {
	border: 1px solid #5cc2f2;
	background-color: #5cc2f2;
}
#dynamic-popup button#close-popup:hover img {
	filter:brightness(9) invert(1);
}
#dynamic-popup button#close-popup img {
    width: 16px;
}
#dynamic-popup #popup-name {
    font-size: 25px;
	color:#1D2028;
}
#dynamic-popup #popup-designation {
    border-bottom: 1px solid #b4b4b4;
    padding: 2px 0 20px;
    margin-bottom: 20px;
} 
#dynamic-popup p {
    font-size: 16px;
}
/*-----Responsive style----*/

@media only screen and (min-width:1250px) {

    .elementor-section.elementor-section-boxed>.elementor-container,
    .zak-container {
        max-width: 1200px !important;
    }
}

@media only screen and (min-width:1400px) {

    .elementor-section.elementor-section-boxed>.elementor-container,
    .zak-container {
        max-width: 1280px !important;
    }
}

@media only screen and (min-width:1550px) {

    .elementor-section.elementor-section-boxed>.elementor-container,
    .zak-container {
        max-width: 1500px !important;
    }

    .partners-profile-section .elementor-column {
        padding: 0 100px !important;
    }

    .project-challenges {
        overflow: hidden;
    }

    .it-services-section h2 {
        max-width: 1200px;
    }
}



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

    .project-challenges,
    .sercies-about-section {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1280px) {
    .services-we-offer .pages-list {
        grid-auto-flow: unset;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}

@media only screen and (max-width: 1170px) {
    header .zak-container {
        margin: 0 20px;
    }

    .main-banner-section {
        padding: 190px 20px 0;
    }

    .sercies-about-section {
        padding: 90px 20px;
    }

    .indavisual-services-section,
    .it-services-section,
    .contact-us-section {
        padding: 90px 4px;
    }

    .our-parter-section,
    .page-id-37 .contact-us-section,
    .services-benefit-sention,
    .services-offered-section,
    .faqs-section,
    .office-locations {
        padding: 90px 20px;
    }

    footer .zak-footer-top-row {
        padding: 70px 20px 40px !important;
    }

    .it-support-section {
        padding: 0 0 0 20px;
    }

    .it-support-section {
        padding: 0 20px;
    }

    .it-support-section .support-content {
        padding: 60px 0;
    }

    .main-banner-section section .elementor-column:first-child,
    .contact-us-section .elementor-column:first-child,
    .about-section .elementor-container .elementor-column:first-child {
        padding-right: 20px !important;
    }

    .sercies-about-section .elementor-column:last-child {
        padding-left: 20px !important;
    }

    .typography-section,
    .single-projects .contact-us-section {
        padding: 50px 20px;
    }

    .hiring-section {
        padding-top: 90px 20px 0;
    }

    .page-id-42 .contact-us-section,
    .page-id-610 .contact-us-section,.Job-openings-section {
        padding: 90px 20px;
    }

    footer .zak-bottom-row {
        grid-template-columns: 70% 26% !important;
        padding: 0 20px !important;
    }

    .about-services-content {
        padding-left: 0;
    }
	
	.meet-team-section {
        padding: 90px 20px;
    }
}

@media only screen and (max-width: 1140px) {
    .colour-pelatte-box .elementor-widget-wrap p {
        padding: 30px 30px;
    }

    .news-section .blog-filter-tabs {
        overflow-x: auto;
    }

    .news-section button.filter-tab {
        padding: 10px 15px;
        min-width: 215px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    footer .zak-top-row {
        grid-template-columns: 330px 92px 200px 208px !important;
    }
}

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

    h1,
    h2 {
        font-size: 38px !important;
    }

    header {
        top: 0;
    }

    header .zak-container {
        border-radius: 0px;
        margin: 0 0;
    }

    header img.custom-logo {
        max-width: 150px;
    }

    header .zak-toggle-menu .zak-icon {
        fill: #ffffff;
    }

    header .zak-primary-nav .zak-primary-menu {
        gap: 34px !important;
    }

    footer .zak-top-row {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 1fr 1fr;
    }

    .main-banner-section {
        padding: 130px 20px 0
    }

    .indavisual-services-section .service-pages-list .page-item-content {
        padding: 20px 20px;
    }

    .our-parter-section {
        padding: 50px 0;
    }

    .our-parter-section h2 {
        padding: 0 16px;
    }

    .services-benefit-sention,
    .services-offered-section,
    .faqs-section,
    .meet-team-section {
        padding: 50px 16px;
    }

    .sercies-about-section {
        padding: 50px 16px 20px;
    }

    .it-services-section {
        padding: 50px 0;
    }

    .benefits-boxes .elementor-container {
        gap: 25px;
    }

    .it-support-section {
        padding: 0 16px;
    }

    .it-support-section .support-content {
        padding: 50px 16px 50px 0;
    }

    .services-offered-section .owl-nav {
        top: -45%;
    }

    .services-benefit-sention .owl-nav {
        top: -22%;
    }

    .page-id-40 .contact-us-section,
    .page-id-558 .contact-us-section {
        padding: 50px 20px;
    }

    .project-gallery {
        padding-bottom: 50px;
    }

    .main-banner-section .elementor-widget-text-editor,
    .about-section .elementor-widget-text-editor {
        margin-bottom: 30px !important;
    }

    .page-id-46 .contact-us-section.main-contact-page {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .main-contact-page .elementor-widget-heading {
        margin-top: 0 !important;
    }

    .office-locations {
        padding: 50px 20px;
    }

    .project-gallery .project-item-inner h2 {
        font-size: 25px !important;
    }

    .single-projects .our-parter-section {
        padding: 50px 0;
    }

    .partners-profile-section .elementor-container {
        row-gap: 20px;
    }

    .partners-profile-section .elementor-column {
        padding: 0px 40px !important;
    }

    .partners-profile-section h3 {
        font-size: 25px;
    }

    .single-projects .sercies-about-section .elementor-column:last-child {
        padding-left: 0 !important;
    }

    .project-challenges {
        padding: 50px 0;
    }

    .project-challenges h3,
    .project-challenges p {
        padding-left: 20px;
    }

    .typography-section {
        padding: 50px 20px;
    }

    .colour-pelatte-box .elementor-widget-wrap p {
        padding: 25px 25px;
    }

    .single-projects .contact-us-section {
        padding: 50px 20px;
    }

    .news-section .blog-grid .blog-item {
        column-gap: 40px;
    }

    .single-post main#zak-primary {
        padding-right: 30px !important;
    }

    .single-post aside #block-11,
    .single-post aside #block-12 {
        padding: 25px 25px;
    }

    .single-post aside #block-12 .recent-post-item {
        flex-direction: column;
        row-gap: 12px;
        padding: 15px 0;
    }

    .single-post aside #block-12 .recent-post-item .recent-post-main {
        padding-left: 0;
    }

    .single-post aside #block-12 .recent-post-item .recent-post-thumbnail img {
        height: 120px;
    }

    .page-id-42 .contact-us-section,
    .page-id-610 .contact-us-section,.Job-openings-section {
        padding: 50px 16px;
    }

    .hiring-section h2 {
        color: #fff !important;
        margin-bottom: 35px;
    }

    .faq-ask-section .elementor-tabs-wrapper .elementor-tab-title,
    .faq-ask-section .elementor-tabs-content-wrapper .elementor-toggle-title {
        font-size: 20px;
    }

    .faq-ask-section .elementor-toggle-icon svg.e-fas-plus,
    .faq-ask-section .elementor-toggle-icon svg.e-fas-minus {
        font-size: 16px;
    }

    .join-our-section .join-content-box {
        padding: 50px 0 50px 0 !important;
    }

    .services-we-offer .pages-list {
        grid-auto-flow: unset;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .contact-us-section .elementor-image-box-wrapper {
        column-gap: 20px;
    }

    .thanku-page h3 {
        font-size: 38px;
    }

    .benefits-boxes .elementor-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .our-team-gallery .team-box .team-member-info {
        flex-wrap: wrap;
        row-gap: 10px;
        padding: 0 20px;
    }
	.page-id-15 .contact-us-section {
        padding: 50px 0 0px;
    }
	.about-section {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 862px) {
    header .zak-primary-nav .zak-primary-menu {
        gap: 30px !important;
    }
}

@media only screen and (max-width: 840px) {
    header img.custom-logo {
        max-width: 130px;
    }

    header .zak-primary-nav .zak-primary-menu {
        gap: 20px !important;
    }
}

@media only screen and (min-width: 767px) {
    .services-offered-section .owl-dots, .services-benefit-sention .owl-dots {
        display: none;
    }
	
	header .zak-primary-menu li#menu-item-1852 {
		 display: none;
	}
}

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

    h1,
    h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    p {
        font-size: 16px !important;
    }

    header+.zak-content .zak-row {
        padding-top: 0;
        padding-bottom: 0;
    }

    header img.custom-logo {
        max-width: 120px;
    }

    .zak-mobile-menu a {
        font-size: 14px;
    }

    footer .zak-top-row {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;
    }

    footer .zak-footer-top-row {
        padding: 40px 0 20px !important;
    }

    footer h2,
    footer h4 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        padding: 22px 0 0 !important;
    }

    footer figure {
        max-width: 150px;
    }

    footer .zak-bottom-row p {
        margin-bottom: 8px !important;
        text-align: left;
    }

    footer .zak-footer-col.zak-footer-bottom-2-col {
        justify-content: right !important;
    }

    footer .zak-footer-col.zak-footer-bottom-2-col p {
        margin-bottom: 0 !important;
    }

    .main-banner-section {
        padding: 110px 16px 0
    }

    .main-banner-section .elementor-container {
        flex-direction: column-reverse;
    }

    .main-banner-section .elementor-widget-heading,
    .about-section .elementor-widget-heading {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }

    .main-banner-section .elementor-widget-text-editor,
    .about-section .elementor-widget-text-editor {
        margin-bottom: 15px !important;
    }

    .main-banner-section .elementor-widget-image {
        text-align: center;
    }

    .indavisual-services-section {
        padding: 40px 0;
    }

    .indavisual-services-section .service-pages-list .page-item {
        flex-direction: column;
    }

    .indavisual-services-section .service-pages-list .page-item-image,
    .indavisual-services-section .service-pages-list .page-item-image img {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .indavisual-services-section .service-pages-list .page-item-content {
        padding: 20px 20px;
    }

    .our-parter-section {
        padding: 40px 0;
    }

    .our-parter-section h2 {
        padding: 0 16px;
    }

    .services-benefit-sention,
    .services-offered-section,
    .faqs-section {
        padding: 40px 16px;
    }

    .sercies-about-section {
        padding: 40px 16px;
    }

    .it-services-section {
        padding: 40px 0;
    }

    .services-we-offer .pages-list {
        grid-auto-flow: unset;
        grid-template-columns: 1fr;
    }

    .it-support-section {
        padding: 0 16px;
    }

    .it-support-section .support-content {
        padding: 40px 0 30px;
    }

    .it-services-section h2 {
        margin-bottom: 10px;
    }

    .sercies-about-section:before {
        top: -4%;
        width: 100%;
        height: 100%;
    }

    .indavisual-services-section .service-pages-list .page-item-content h3 {
        font-size: 25px;
    }

    .spl-sld img {
        max-width: 200px !important;
    }

    .contact-us-section .elementor-widget-text-editor {
        margin-bottom: 20px !important;
    }

    .contact-us-section .elementor-image-box-wrapper {
        display: flex;
        column-gap: 15px !important;
    }

    .contact-us-section .elementor-image-box-wrapper img {
        max-width: 50px;
    }

    .contact-us-section .elementor-image-box-content {
        text-align: left;
    }

    .contact-us-section.main-contact-page form {
        padding: 30px 16px 20px !important;
    }

    .contact-us-section form input,
    .contact-us-section form textarea {
        padding: 13px !important;
    }

    .sercies-about-section h2 {
        margin-top: 20px;
    }

    .services-benefit-sention h2 {
        margin-bottom: 10px;
    }

    .services-offered-section .owl-nav,
    .services-benefit-sention .owl-nav {
        display: none;
    }
	
	.services-offered-section .owl-dots,
	.services-benefit-sention .owl-dots {
		display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
	}
	
	.services-offered-section .owl-dots .owl-dot,
	.services-benefit-sention .owl-dots .owl-dot {
        padding: 6px;
        border-radius: 100px;
    }
	
	.services-offered-section .owl-dots .owl-dot.active,
	.services-benefit-sention .owl-dots .owl-dot.active {
        background-color: #fff;
    }
	
    .benefits-boxes .elementor-container {
        grid-auto-flow: unset;
        grid-template-columns: 1fr;
    }

    .support-content .elementor-widget-text-editor {
        margin-bottom: 25px !important;
    }

    .benefits-box .elementor-image-box-content {
        padding: 20px 15px 20px;
    }

    .services-offered-section .elementor-widget-text-editor {
        margin-bottom: 25px !important;
    }

    .page-id-37 .contact-us-section,
    .page-id-40 .contact-us-section,
    .page-id-558 .contact-us-section {
        padding: 40px 16px;
    }

    .meet-team-section {
        padding: 40px 16px 0;
    }

    .contact-us-section {
        padding: 40px 0 15px;
    }

    .contact-us-section .contact--details {
        margin-bottom: 30px !important;
    }

    .faqs-section .elementor-widget-heading {
        margin-bottom: 30px !important;
    }

    .faqs-section .elementor-accordion-title {
        font-size: 20px;
        line-height: 1.3;
        padding-right: 15px;
    }

    .faqs-section .elementor-tab-title {
        padding: 16px 20px 16px 16px !important;
    }

    .main-banner-section section .elementor-column:first-child,
    .contact-us-section .elementor-column:first-child,
    .about-section .elementor-container .elementor-column:first-child {
        padding-right: 0 !important;
    }

    .sercies-about-section .elementor-column:last-child {
        padding-left: 0 !important;
    }

    .about-section {
        padding: 40px 0;
    }

    .about-section .elementor-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-section .elementor-button-wrapper {
        margin-top: 15px !important;
    }

    .meet-team-section .elementor-widget-heading {
        margin-bottom: 30px !important;
    }

    .main-banner-section .elementor-widget-image img,
    .about-section .elementor-widget-image img {
        border-radius: 12px;
    }

    .project-gallery .projects-list {
        row-gap: 22px;
        flex-direction: column;
    }

    .project-gallery .projects-list .project-item {
        width: 100%;
        padding: 20px 20px;
    }

    .project-gallery .project-content {
        margin: 15px 0 20px;
    }

    .project-gallery {
        padding-bottom: 40px;
    }

    .project-gallery .project-image img {
        border-radius: 6px;
    }

    .contact-us-section.about-contact-form form {
        padding: 30px 20px !important;
    }

    .main-contact-page .elementor-container {
        display: flex;
        flex-direction: column;
    }

    .page-id-46 .contact-us-section.main-contact-page {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .main-contact-page .elementor-widget-heading {
        margin-top: 0 !important;
    }

    .office-locations {
        padding: 40px 16px;
    }

    .page-id-40 .office-locations {
        padding: 40px 0;
    }

    .project-gallery .project-item-inner h2 {
        font-size: 20px !important;
    }

    .red-basket-content .elementor-container .elementor-column {
        width: 100% !important;
    }

    .red-basket-section h2 {
        margin: 0 0 15px;
    }

    .partners-profile-section {
        padding: 0 16px;
    }

    .partners-profile-section .elementor-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        border: 1px solid #fff;
        row-gap: 0;
    }

    .partners-profile-section .elementor-column {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        padding: 15px 15px !important;
    }

    .partners-profile-section .elementor-image-box-content {
        padding-top: 15px;
        padding-left: 0;
    }

    .single-projects .our-parter-section .elementor-widget-heading {
        margin-bottom: 30px !important;
    }

    .single-projects .contact-us-section {
        padding: 40px 16px;
    }

    .partners-profile-section .elementor-column:last-child {
        border-right: 1px solid #fff !important;
        padding-right: 15px !important;
    }

    .partners-profile-section h3 {
        font-size: 20px;
        line-height: 1;
    }

    .project-challenges {
        padding: 40px 0;
    }

    .project-challenges h2 {
        margin-bottom: 10px;
    }

    .project-challenges-box .elementor-image-box-wrapper {
        display: flex;
        border: 1px solid #BBBBBB;
        border-radius: 6px;
        padding: 20px 20px 8px;
    }

    .project-challenges-box .elementor-image-box-wrapper h3 {
        font-size: 20px;
        text-align: left;
    }

    .project-challenges-box .elementor-image-box-wrapper p {
        text-align: left;
        margin-top: 15px;
        margin-left: -40px;
        padding-left: 0;
    }

    .typography-section {
        padding: 40px 16px;
    }

    .typography-section .typography-content .box {
        width: 100%;
    }

    .typography-section .typography-content .box .elementor-image-box-content {
        border-radius: 6px;
        padding: 20px;
    }

    .typography-section .typography-content {
        padding-bottom: 35px;
    }

    .typography-section .typography-content .box .elementor-image-box-content h3 {
        font-size: 22px;
    }

    .colour-pelatte {
        padding-top: 20px;
    }

    .colour-pelatte-box {
        margin-top: 30px;
    }

    .colour-pelatte-box .elementor-widget-wrap {
        border-radius: 6px;
    }

    .colour-pelatte-box .elementor-widget-wrap p {
        padding: 25px 48px;
    }

    .result-section {
        padding: 40px 0;
    }

    .support-img {
        height: 300px;
    }

    .news-section .blog-grid .blog-item {
        flex-direction: column;
        padding: 22px 0 0;
        row-gap: 20px;
        border-bottom: 0;
    }

    .news-section .blog-item .blog-image img {
        border-radius: 6px;
    }

    .news-section .blog-content h3,
    .news-section .blog-content h3 a {
        margin: 12px 0 8px;
    }

    .news-section .blog-content p {
        margin-bottom: 20px;
    }

    .news-section .blog-filter-tabs {
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .page-id-44 .main-banner-section .elementor-widget-heading {
        margin-top: 0;
        margin-bottom: 10px !important;
    }

    .news-section .pagination-container {
        justify-content: center;
        margin-top: 30px;
    }

    .indavisual-services-section .service-pages-list .page-item-image .page-image {
        max-width: 100%;
        border-radius: 12px 12px 0 0;
    }

    .indavisual-services-section .service-pages-list .page-item-image .page-image img {
        max-width: 80px;
    }

    .news-section button.filter-tab {
        padding: 10px 15px;
        min-width: 215px;
        max-width: 100%;
    }

    .news-section .blog-item .blog-content {
        width: 100%;
    }

    .news-section .blog-item .blog-image {
        width: 100%;
    }

    .single-post header+.zak-content {
        padding-top: 110px;
    }

    .single-post main#zak-primary {
        padding-right: 0 !important;
    }

    .single-post .zak-entry-meta span {
        padding: 0 0px;
    }

    .single-post .zak-entry-meta span:first-child {
        padding-right: 5px;
    }

    .single-post aside #block-11,
    .single-post aside #block-12 {
        border-radius: 6px;
        padding: 30px 20px;
    }

    .single-post aside #block-11 h4,
    .single-post aside #block-12 h4 {
        font-size: 25px;
        line-height: normal;
    }

    .single-post aside #block-12 .recent-post-item .recent-post-thumbnail img {
        border-radius: 6px;
    }

    .single-post aside #block-13 {
        border-radius: 6px;
    }

    .single-post .single-post-box {
        font-size: 16px;
        border-radius: 6px;
        padding: 20px 20px;
    }

    .single-post .entry-content h2 {
        font-size: 18px !important;
    }

    .single-post aside #block-12 .recent-post-item {
        flex-direction: row;
    }

    .single-post aside #block-12 .recent-post-item .recent-post-main {
        padding-left: 13px;
    }

    .single-post aside #block-12 .recent-post-item .recent-post-thumbnail img {
        height: 70px;
    }

    .join-our-section .join-content-box {
        width: 100% !important;
    }

    .Job-openings-section {
        padding: 40px 16px;
    }

    .Job-openings-section .jobs-heading  {
        margin-bottom: 30px;
    }

    .hiring-section {
        padding: 0 16px;
    }

    .page-id-42 .contact-us-section,
    .page-id-610 .contact-us-section {
        padding: 40px 16px;
    }

    .hiring-section {
        padding-top: 40px;
    }

    .hiring-section h2 {
        margin-bottom: 30px;
    }

    .sercies-about-section.why-Join-section .elementor-container {
        flex-direction: column-reverse;
    }

    .sercies-about-section.why-Join-section h2 {
        margin-top: 0 !important
    }

    .join-our-section .join-content-box {
        padding: 40px 0 0 !important;
    }

    .join-our-section .join-banner-box {
        width: 100% !important;
    }

    .join-our-section .elementor-container {
        gap: 20px;
    }

    .page-id-610 .main-banner-section .elementor-widget-heading {
        margin-top: 0;
    }

    .faq-ask-section {
        padding-bottom: 20px;
    }

    .faq-ask-section .elementor-tab-title.elementor-tab-mobile-title {
        font-weight: 500 !important;
        font-size: 20px;
        line-height: normal;
        color: #083B4F !important;
        border: 1px solid #BBBBBB !important;
        border-radius: 6px;
        padding: 15px 15px 15px 15px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .faq-ask-section .elementor-tab-title.elementor-tab-mobile-title:first-child {
        margin-top: 0;
    }

    .faq-ask-section .elementor-tabs-content-wrapper .elementor-toggle-title {
        font-size: 18px;
        padding-right: 10px;
    }

    .faq-ask-section .elementor-toggle-icon svg.e-fas-plus,
    .faq-ask-section .elementor-toggle-icon svg.e-fas-minus {
        font-size: 14px;
    }

    .faq-ask-section .elementor-toggle-item .elementor-tab-content.elementor-active {
        border-radius: 0 0 6px 6px;
    }

    .faq-ask-section .elementor-toggle-item .elementor-tab-title.elementor-active {
        border-radius: 6px 6px 0 0;
    }

    .faq-ask-section .elementor-tab-title.elementor-tab-mobile-title.elementor-active,
    .faq-ask-section .elementor-tab-title.elementor-tab-mobile-title:hover {
        color: #fff !important;
        border-color: #083B4F !important;
        background-color: #083B4F;
    }

    .faq-ask-section .elementor-tab-title {
        border-right: 0 !important;
        border-left: 0 !important;
    }

    .faq-ask-section .elementor-tabs-content-wrapper .elementor-toggle-item:first-child .elementor-tab-title {
        border-width: 0;
    }

    .faq-ask-section .elementor-tab-content.elementor-clearfix.elementor-active {
        border-width: 0 !important;
    }

    .faq-ask-section .elementor-toggle-item .elementor-tab-title {
        padding: 18px 15px 18px 15px !important;
    }

    section[id="block-8"] p {
        margin-bottom: 0 !important;
    }

    .page-id-558 .main-banner-section .elementor-widget-heading {
        margin-top: 0 !important;
    }

    .benefits-boxes .elementor-container,
    .our-team-gallery .elementor-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto-flow;
    }

    .thanku-page {
        height: 100%;
        padding-bottom: 40px !important;
    }

    .thanku-page .elementor-container {
        padding: 0;
    }

    .thanku-page h3 {
        font-size: 30px;
    }

    .thanku-page p {
        margin: 8px auto 12px !important;
    }

    .page-id-15 .contact-us-section {
        padding: 40px 0 0px;
    }
	
	.page-id-42 .it-services-section h2 {
			margin-bottom: 10px;
	}
	
	.hiring-section .content {
		width: 100%;
	}

	.hiring-section .image-box{
		width: 100%;
		text-align:center;
		margin-top:30px;
	}
	.hiring-section .image-box img {
		max-width: 280px;
        object-fit: contain;
	}
	#dynamic-popup {
		width: 100%;
		padding: 0 30px 30px 30px;
	}
}

@media only screen and (max-width: 500px) {
    footer .zak-bottom-row {
        grid-template-columns: 1fr !important;
        padding: 0 16px !important;
    }

    footer .zak-footer-bottom-row {
        padding: 15px 0 !important;
    }

    footer .zak-bottom-row p {
        text-align: center;
    }

    footer .zak-footer-col.zak-footer-bottom-2-col {
        justify-content: center !important;
    }

    footer .zak-footer-bottom-row .zak-footer-col {
        justify-content: center;
    }
}

/*----blog-entry-css----*/

.single-post .entry-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 24px;
}

.single-post .entry-content li {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #616161 !important;
    margin: 5px 0;
}

.single-post .entry-content h3 {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #1D2028 !important;
    margin: 1rem 0;
}
#comments p.form-submit input[type="submit"]:hover {
    background-color: #1d2028;
    color: #fff;
}

.single-post .entry-content ul.number-list-cs {
    margin-top: 20px;
}

.single-post .entry-content ul.number-list-cs>li {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #1D2028 !important;
}

@media only screen and (max-width: 767px) {
	
.single-post .entry-content h3 {
    font-size: 16px !important;
}
	
.single-post aside #block-11 #headings-list li {
    padding: 10px 0;
}
	
.single-post aside #block-11 #headings-list a {
    font-size: 16px;
}
	
.single-post aside #block-3 h4 {
    font-size: 22px;
}
	
.single-post aside #block-13 .news-signup h3 {
    font-size: 22px;
}
	
.single-post aside #block-11 h4, .single-post aside #block-12 h4 {
    font-size: 22px;
}
	
.zak-header-builder .zak-main-row {
    padding-left: 15px;
    padding-right: 15px;
}
	
.zak-header-builder .zak-main-row .zak-header-left-col {
    flex: 1;
}
	
.zak-toggle-menu {
    margin-left: 17px;
}
	
header .zak-button {
    padding: 6px 11px;
}
	
.site-branding {
    gap: 0;
}
	
.zak-toggle-menu .zak-menu-toggle, .zak-mobile-nav__header .zak-mobile-nav-close {
    outline: none !important;
    box-shadow: none !important;
}
	
.zak-mobile-menu a {
    font-size: 16px;
}
	
.zak-main-nav .zak-submenu-toggle {
    padding-right: 8px;
}
	
.single-post .zak-entry-meta a {
    font-size: 14px;
}
	
.single-post .entry-content ul.number-list-cs>li {
    font-size: 16px !important;
}
	
.contact-us-section .contact--details p, .contact-us-section .contact--details p a {
    font-size: 16px;
}
	
.contact-us-section .contact--details h3 {
    font-size: 18px;
}
.our-testimonial-section .owl-item {
    padding: 80px 15px 30px;
}	
.our-testimonial-section .owl-item:before {
    top: 25px;
    width: 40px;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
     width: auto !important;
     margin: 0 0 0 0 !important;
}
.services-offered-section .owl-stage {
    column-gap: 0;
}	
}

/*--Blog general hide--*/
.news-section button.filter-tab[data-category="general"] {
    display: none;
}
/*--Blog comments form hide--*/
.single-post #comments {
    display: none;
}
