/*
Theme Name: Perception System
Text Domain: perceptionsystem
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/perceptionsystem/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
@font-face {
    font-family: 'Manrope';
    src: url('../woff2/manrope-bold.woff2') format('woff2'),
        url('../woff/manrope-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../woff2/manrope-extrabold.woff2') format('woff2'),
        url('../woff/manrope-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../woff2/manrope-medium.woff2') format('woff2'),
        url('../woff/manrope-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../woff2/manrope-semibold.woff2') format('woff2'),
        url('../woff/manrope-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../woff2/manrope-regular.woff2') format('woff2'),
        url('../woff/manrope-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../woff2/manrope-extralight.woff2') format('woff2'),
        url('../woff/manrope-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../woff2/manrope-light.woff2') format('woff2'),
        url('../woff/manrope-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'perception-icons';
    src: url('fonts/perception-icons.woff') format('woff');
    font-display: swap;
}*/
:root {

    --white: #FFFFFF;
    --heading-black: #333333;
    --grey: #666666;
    --sub-black: #444444;
    --sub-grey: #777777;
    --blue: #0066FF;
    --pink: #0066FF;
    --dark-blue: #151D44;
    --bg-grey: #FAFAFA;
    --bg-lite: #F6F9FC;
    --lite-grey: #D8D8D8;
    --dark-grey: #F5F5F5;
    --black: #000000;
}

/************Reset**************/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
header,
footer,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
}

header,
footer,
nav,
section,
article,
hgroup,
figure {
    display: block;
}

nav {
    display: block !important;
}

.small {
    font-size: 85%;
}

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

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

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

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

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

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

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

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

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

/************End Reset**************/

/******************** Editor Custom css start *****************/
@media (max-width: 781px) and (min-width: 600px) {

    .wp-block-column,
    .wp-block-column:not(:only-child) {
        flex-basis: inherit !important;
        flex-grow: 1 !important;
    }

    .ul-dot .wp-block-column,
    .ul-dot .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0 !important;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }

    .wp-block-column.second-panel {
        margin-left: 10px;
    }

    .mobile-50,
    .wp-block-column.mobile-50 {
        flex-basis: 50% !important;
        float: left;

    }
}

/*** Mayur 29-11-2022 ***/
body.white_logo_applied img.custom-logo {
    height: auto;
    margin-top: -12px;
}

.you-may-like-link.mb-4 a:hover,
.main_blogs_links_wrapper .b-warpper .title-wrap a:hover {
    color: #0066FF !important;
}

/*** Mayur 29-11-2022 ***/
/******************** Editor Custom css  end*****************/


/************Global**************/
body * {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey);
}

body.linux * {
    font-family: 'Manrope';
}

body.linux .ps-mysql-original-wordmark *,
body.linux .ps-xcode *,
body.linux .ps-json * {
    font-family: inherit;
    font-size: inherit;
}

a {
    transition: all 0.3s ease-in !important;
    text-decoration: none !important;
}

a:not(.btn-custom-new-wrapper)a:not(.mega-menu-link):not(.link_text):not(.get_in_touch):not(.f_site_link):not(.strategy_link):not(.new_btn):not(.primary-btn):not(.read-more):not(.gradiaent-btn):not(.cs-tab-link):not(.menu-box-link):not(.grey-btn):not(.red-btn):not(.pink-btn):not(.tab-link):not(.contact-btn-link):not(#pdf-submit):not(.cat-link):not(a[rel="tag"]):not(.btn-primary):hover {
    color: var(--blue) !important;
}

/************End Global**************/

/************Classes**************/
.h1 {
    font-size: 28px;
}

.main-banner .h1 {
    font-size: 24px;
}

.sub-h1 {
    font-size: 36px;
}

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    padding-right: 20px;
    padding-left: 20px;
}*/
.h2,
.detail-heading .font-36,
.font-54 {
    font-size: 30px;
}

.sub-h2 {
    font-size: 20px;
}

.h3,
.fortune-title.sub-h2 {
    font-size: 18px;
}

.h4,
h4 {
    font-size: 18px;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.text-white {
    color: var(--white) !important;
}

.text-black {
    color: var(--black);
}

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

.text-heading {
    color: var(--heading-black);
}

.text-sub-heading {
    color: var(--sub-black);
}

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

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

.text-linethrough {
    text-decoration: line-through;
}

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

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

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

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

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

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

.read-more {
    font-size: 18px;
    color: var(--pink) !important;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.not-found-banner .read-more {
    text-transform: unset;
}

.not-found-banner .right-part img {
    width: 100%;
}

.arrow {
    width: 16px;
    height: 12px;
    position: absolute;
    top: 6px;
    display: block;
    max-width: none;
    right: -24px;
    overflow: visible;
    transition: all 0.3s ease-in;
}

.arrow:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border: 2px solid var(--pink);
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-53%) rotate(-45deg);
    -o-transform: translateY(-53%) rotate(-45deg);
    transform: translateY(-53%) rotate(-45deg);
}

.arrow:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    right: 1px;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--pink);
    margin-top: -1px;
}

.read-more:hover .arrow {
    right: -34px;
}

.btn {
    font-size: 16px;
    font-weight: 700;
    padding: 13px 32px;
    border-radius: 25px;
    display: inline-block;
    border: 0;
}

.primary-btn,
.blue-btn:hover {
    color: #050D42 !important;
    background: white !important;
}

.primary-btn:hover,
.gradiaent-btn:hover {
    background: var(--blue) !important;
    color: white !important;
}

.gradiaent-btn,
.page-id-36627 .main-banner .primary-btn {
    background-image: linear-gradient(-32deg, #D3003E -46%, #050D42 40%);
    color: white;
}

.grey-btn {
    color: var(--grey);
    border: 1px solid var(--grey);
}

.grey-btn:hover {
    background: var(--grey);
    color: white;
}

.blue-btn {
    background: var(--blue) !important;
    color: var(--white) !important;
}

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

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

.bg-lite {
    background: var(--bg-lite) !important;
}

.bg-grey {
    background: var(--bg-grey) !important;
}

.bg-white {
    background: var(--white);
}

.bg-pink {
    background: var(--pink);
}

.bg-dark-grey {
    background: var(--dark-grey);
}

.bg-hard-grey {
    background: #e5e5e5;
}

.bg-theme-blue {
    background: #020830;
}

.text-pink {
    color: var(--pink);
}

.page-id-37855 {
    background: rgb(246 249 252 / 50%) !important;
}

.gradient-background {
    background-image: linear-gradient(-41deg, var(--pink) -44%, #050D42 20%);
    padding: 0px 0px 15px 0px;
}

.detail-blog-one.gradient-background {
    background-image: linear-gradient(-31deg, var(--pink) -31%, #050D42 60%);
}

.text-underline {
    text-decoration: underline;
}

.border-ofwhite {
    border: 1px solid rgb(255 255 255 / 30%);
}

.border-bottom {
    border-bottom: 1px solid #E5E5E5;
}

.border-top {
    border-top: 1px solid #E5E5E5;
}

.ps-icons {
    display: block;
    font-size: 40px;
    background-image: linear-gradient(-31deg, var(--pink) 0%, #050D42 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500 !important;
    margin-bottom: 14px;
}

.h-100 {
    height: 100%;
}

/************End Classes**************/

/************Structure**************/
.page-id-36627 .main-banner .primary-btn {
    background-image: linear-gradient(-32deg, #D3003E -46%, #050D42 40%) !important;
    color: white !important;
}

.page-id-36627 .main-banner .primary-btn:hover {
    background: var(--blue) !important;
    color: white !important;
}

.skip-link,
.screen-reader-text {
    display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-top: 3px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-menu-toggle-animated-block .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-menu-toggle-animated-block .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-menu-toggle-animated-block .mega-toggle-animated-inner::after {
    height: 3px !important;
    right: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-menu-toggle-animated-block .mega-toggle-animated-inner {
    width: 35px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-menu-toggle-animated-block .mega-toggle-animated-inner::before {
    width: 30px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-menu-toggle-animated-block .mega-toggle-animated-inner::after {
    width: 25px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-menu-toggle-animated-block .mega-toggle-animated-slider .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-menu-toggle-animated-block .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    width: 30px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    background: transparent !important;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: 10px;
    top: -54px;
}

#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
    background: #0066FF !important;
    padding: 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    pointer-events: none;
}

.main-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: transparent;
    top: 0;
    padding: 12px 0px;
}

.footer {
    background: #222222;
    position: relative;
}

.footer-right-border::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #1E1E1E;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-tag-line {
    color: #D5D5D5 !important;
}

.footer-bottom {
    background: #1E1E1E;
    padding: 15px 0px;
}

.footer-bottom .footer-copyright,
.footer-bottom .footer-copyright a {
    color: var(--grey);
}

.main-banner {
    position: relative;
    height: 600px;
    padding-top: 60px;
}

.main-banner img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

.main-banner h1 {
    line-height: 1.4;
}

.banner-content {
    z-index: 3;
    position: relative;
}

.banner-content .btn {
    min-width: 160px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: #1B76FF;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 24px;
    padding: 10px 20px;
    height: unset;
}

.footer-contact [class^="ps-"] {
    color: var(--blue);
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
}

.footer-contact .ps-email {
    font-size: 20px;
}

.footer-contact a {
    color: var(--sub-grey);
    font-weight: 400;
}

.contact-link-footer a {
    font-weight: 700;
    color: var(--white);
}

.contact-link-footer [class^="ps-"] {
    display: inline-block;
    background: var(--pink);
    color: var(--white);
    font-size: 14px;
    border-radius: 50%;
    padding: 14px 16px;
    margin-left: 10px;
    transition: all 0.3s ease-in;
}

.contact-link-footer:hover [class^="ps-"] {
    margin-left: 18px;
}

.social-icons li {
    display: inline-block;
    padding: 0px 14px;
}

.social-icons a {
    color: var(--grey) !important;
    font-size: 20px;
}

.social-icons a span {
    font-size: 20px;
}

.footer-bottom {
    text-align: center;
}

.main-banner h1+p {
    margin-bottom: 35px;
}

.client-logo {
    margin: 55px 0;
}

.client-logo figure {
    text-align: center;
}

.client-logo figure img {
    height: 40px;
}

.client-logo .wp-block-column {
    flex-basis: 50% !important;
    padding: 20px;
}

.premier-web-agency .wp-block-column {
    margin-top: 37px;
}

.premier-web-agency h3 {
    margin-bottom: 12px;
}

.premier-section .wp-block-column {
    position: relative;
}

.premier-section span {
    font-size: 18px;
    font-weight: 500;
    background: var(--dark-blue);
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 114px;
    float: left;
    margin-right: 30px;
}

.premier-section .wp-block-column:nth-child(3n+3) span {

    margin-bottom: 144px;
}

.premier-section .wp-block-column:last-child span {
    margin-bottom: 92px;
}

.premier-section h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.premier-section-top p {
    margin-bottom: 17px;
}

.premier-section .wp-block-column:not(:last-child) span::before {
    content: '';
    width: 3px;
    left: 19px;
    position: absolute;
    height: 100%;
    background: #E5E5E5;
    top: 40px;
}

.premier-section-top h4 {
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(119deg, var(--pink) 87%, #050D42 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.premier-section-top .wp-block-column{
    flex-basis: 50%!important;
}*/
.main-li-part .menu-text {
    font-weight: 400;
    font-size: 14px;
}

.core-expertise-section [class^="ps-"] {
    margin-bottom: 20px;
}

.core-expertise-section .mt-30 {
    margin-top: 27px;
}

.case-study-section .cs-image {
    display: none;
}

.cs-content {
    background: rgb(255 255 255 / 5%);
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.cs-icons [class^="ps-"] {
    font-size: 30px;
    color: var(--grey);
}

.cs-content .cs-description {
    font-size: 15px;
    line-height: 1.6;
}

.our-company.company-upper {
    border-bottom: 1px solid #DCDCDC;
}

.company-part-1 {
    border-right: 1px solid #ccc;
}

.our-company .common-company {
    text-align: center;
    padding: 30px 0;
}

/* .our-company .company-part-1 {
    border-right: 1px solid #DCDCDC;
} */
.our-company .common-company h3 {
    color: #050D42 !important;
}

.our-company .common-company {
    flex-basis: 50% !important;
}

.contact-form .main-heading {
    font-size: 19px;
}

.contact-form .h2 {
    font-size: 22px;
}

.contact-form .wpcf7-form input:not(.primary-btn),
.contact-form .wpcf7-form textarea,
.contact-form .wpcf7-form select,
.ps_home_contact_form input:not(.primary-btn),
.ps_home_contact_form textarea,
.ps_home_contact_form select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(216, 216, 216, 60%);
    color: rgba(255, 255, 255, 60%);
    padding: 10px;
    width: 100%;
    outline: none;
    font-size: 16px;
    height: 48px;
    margin-bottom: 36px;
    outline: none !important;
}

.contact-page-form .wpcf7-form input:not(.primary-btn):not(.cc-checkbox-field),
.ps_contact_form input:not(.primary-btn),
.contact-page-form .wpcf7-form textarea,
.ps_contact_form textarea,
.contact-page-form .wpcf7-form select,
.ps_contact_form select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    color: #666666;
    padding: 10px;
    width: 100%;
    outline: none;
    font-size: 16px;
    height: 48px;
    margin-bottom: 36px;
    outline: none !important;
}

.contact-form .wpcf7-form textarea {
    height: 110px !important;
    margin-bottom: 10px;
}

.career-form-wraper {
    background: #FAFAFA;
}

.career-form-wraper .wpcf7-form input:not(.btn),
.career-form-wraper .wpcf7-form textarea,
.career-form-wraper .wpcf7-form select {
    height: 50px !important;
    border: 1px solid #E5E5E5 !important;
    background: var(--white) !important;
    font-size: 15px !important;
    margin-bottom: 20px;
    color: rgb(51 51 51 / 75%);
    width: 100%;
    padding: 10px;
    outline: none !important;
}

.career-form-wraper .wpcf7-form textarea {
    height: 150px !important;
}

.contact-page-form .wpcf7-form input:not(.primary-btn),
.contact-page-form .wpcf7-form textarea,
.contact-page-form .wpcf7-form select {
    color: var(--grey);
}

.contact-page-form .term-condition .wpcf7-list-item-label:before,
.contact-page-form .term-condition input:checked+.wpcf7-list-item-label:after {
    border-color: var(--grey);
}

.wpcf7-form input[type="checkbox"] {
    margin-bottom: 0;
}

.wpcf7-form textarea,
.contact-page-form .wpcf7-form textarea {
    height: 100px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 60%);
    font-weight: 400;
    font-size: 18px;
}

.career-form-wraper .wpcf7-form input::placeholder,
.career-form-wraper .wpcf7-form textarea::placeholder {
    color: rgb(51 51 51 / 75%);
    font-size: 15px;
}

.contact-page-form .wpcf7-form input::placeholder,
.contact-page-form .wpcf7-form textarea::placeholder {
    color: var(--grey);
}

.wpcf7-form .checkbox input {
    width: auto;
    height: auto;
}

.wpcf7-form .checkbox span {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
    margin: 0;
}

.contact-page-form .wpcf7-form .checkbox span,
.contact-page-form .wpcf7-form .cf7emc-captcha-field span,
.inquiry-form .wpcf7-form .cf7emc-captcha-field span {
    color: var(--grey) !important;
}

.wpcf7-form-control.wpcf7-checkbox span {
    margin-left: 6px;
}

.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    align-items: flex-end;
}

.wpcf7-form input[type="checkbox"] {
    margin-bottom: 3px;
}

.wpcf7-form .primary-btn {
    padding: 11px 30px;
    box-shadow: 0px 0px 20px 0px rgb(255 255 255 / 60%);
}

.wpcf7-form .cf7emc-captcha-field {
    display: inline-block;
}

.wpcf7-form .cf7emc-captcha-field span {
    color: white;
    font-size: 18px;
    margin: 0 1px;
}

.wpcf7-mathcaptcha {
    margin: 0 18px 0 8px !important;
    height: 46px !important;
    width: 72px !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 25px;
    margin: 0 18px 0 8px;
    text-align: center;
    outline: none !important;
}

.contact-form .ajax-loader {
    position: absolute;
    right: 22px;
    top: 36%;
}

.contact-page-form .wpcf7-mathcaptcha,
.inquiry-form .wpcf7-mathcaptcha {
    border-color: var(--grey) !important;
}

.contact-page-form .primary-btn,
.ps_contact_form .ps_submit {
    background-image: linear-gradient(-32deg, #D3003E -46%, #050D42 40%) !important;
    color: white !important;
}

.contact-page-form .primary-btn:hover,
.ps_contact_form .ps_submit:hover {
    background: var(--blue) !important;
}

.contact-page-form .wpcf7-mathcaptcha {
    margin-bottom: 0 !important;
}

.cs-main-logo .ps-Lugelo {
    font-size: 60px;
}

.cs-main-logo div {
    line-height: 0;
}

.wpcf7-mathcaptcha .wpcf7-not-valid-tip {
    position: absolute;
    top: auto;
    width: 200px;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    color: red;
}

.trending-menu .menu-boxes {
    background: #189BD7;
    color: white;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 14px;
    border: 1px solid rgb(255 255 255 / 0.1);
}

.trending-menu .menu-boxes span {
    font-size: 24px;
    margin-bottom: 10px;
}

.trending-menu .menu-boxes p,
.trending-menu .menu-boxes a {
    font-size: 12px;
    color: white !important;
}

.counter-wraper .counter-boxes {
    padding: 12px 30px;
    text-align: left;
    background: rgb(245 245 245 / 0.4);
    width: 100%;
}

.counter-wraper .counter-boxes.second-box {
    background: rgb(250 250 250 / .4) !important;
}

.counter-wraper .counter-boxes span {
    font-size: 36px;
    color: #8E8E8E;
    font-weight: 700;
    line-height: 36px;
}

.counter-wraper .counter-boxes p {
    color: var(--grey);
    font-size: 12px;
    font-weight: 400;
}

.perception-logo {
    display: flex;
    justify-content: space-around;
}

.perception-logo img {
    height: 43px;
    width: 100%;
    object-fit: contain;
}

.perception-logo-wraper {
    border: 1px solid #ECECEC;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    background: #F6F9FC;
}

.menu-review span {
    font-size: 20px;
    background-image: linear-gradient(-31deg, var(--pink) 0%, #050D42 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.bg-blue .main-li-part>a,
.bg-blue .main-li-part .mega-sub-menu a,
.main-li-part>a,
.scrolldown .bg-blue .main-li-part>a {
    color: white !important;
    text-transform: capitalize !important;
    font-size: 18px !important;
    padding: 10px 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    color: white;
    font-size: 16px;
    padding: 6px 10px;
}

.mobile-menu-visible a {
    color: white !important;
    font-size: 16px !important;
    padding: 6px 10px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.active>a.mega-menu-link>span.mega-indicator:after {
    content: '\f460';
}

.bg-lite .main-li-part {
    padding-bottom: 0 !important;
}

.bg-lite .mega-menu-item-custom_html-7 {
    padding-top: 0 !important;
}

.contact-link-footer {
    text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-item-has-children ul.mega-sub-menu {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-item-has-children.active ul.mega-sub-menu {
    display: block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children)>a.mega-menu-link>span.mega-indicator {
    display: block;
}

.mega-bg-grey.bg-grey,
.mega-bg-lite.bg-lite {
    background: unset !important;
}

.left-side-line {
    position: relative;
    padding-left: 16px;
    font-weight: 500;
}

.left-side-line::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    border-radius: 1px;
    top: 4px;
    left: 0;
    background-color: #0066FF;
}

.why-ps-section [class^="ps-"] {
    display: none;
}

.banner-tab-section {
    margin-top: -44px;
    z-index: 10;
    position: relative;
    background: #666666;
}

.banner-tab-section p {
    line-height: 1.6;
}

.banner-tab-section .font-weight-bold {
    color: #E5E5E5;
}

.banner-tab-section .category {
    color: #ACACAC;
}

.banner-tab-section .text-sub-grey {
    color: #E5E5E5;
}

.banner-tab-section .wp-block-column {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.first-tab {
    position: relative;
}

.first-tab::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-top: 15px solid #d3003e;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    z-index: 99;
}

.social-icons span {
    color: inherit;
}

.bg-heading {
    background: #F5F5F5;
}

.ul-dot p {
    position: relative;
    display: flex;
    align-items: center;
}

.ul-dot p::before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0066FF;
    display: inline-block;
    margin-right: 15px;
}

.business-goals {
    list-style: none;
}

.business-goals li {
    display: inline-block;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.business-goals li:nth-child(1) {
    background: #FA6400;
}

.business-goals li:nth-child(2) {
    background: var(--pink);
}

.business-goals li:nth-child(3) {
    background: #151D44;
}

.business-goal-upper {
    margin-top: -50px;
    z-index: 10;
    position: relative;
}

.ecommerce-icons .font-18 {
    font-size: 15px;
}

.goal-headline {
    color: var(--grey) !important;
}

.banner-touch {
    margin-top: -50px;
    position: relative;
}

.jp-panel-icon {
    font-size: 32px;
    color: white;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--dark-blue);
    margin-bottom: 20px;
}

.page-id-3070 .main-banner,
.page-id-36620 .main-banner {
    background-image: linear-gradient(-41deg, var(--pink) -44%, #050D42 20%) !important;
}

/*.page-id-35066 .main-banner,*/
.page-id-35162 .main-banner {
    background-image: linear-gradient(-27deg, #000000 0%, #222222 100%) !important;
}

.page-id-31 .main-banner {
    display: none;
}

.contact-border {
    /*border: 1px dotted #666666;*/
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23666666FF' stroke-width='4' stroke-dasharray='1%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    background-color: var(--white);
}

.author_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author_sec .author-avatar {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 10px;
}

form.search-form label,
.searchform label {
    width: 100%;
    margin-bottom: 0px;
}

form.search-form input[type="search"],
.searchform input[type="text"] {
    width: 100%;
    min-height: 50px;
    color: #000;
    background-color: var(--bg-lite);
    border-radius: 25px;
    padding: 10px 50px 10px 16px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    outline: none !important;
}

.screen-reader-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

form.search-form,
.searchform {
    position: relative;
}

.page-id-3320 .searchform,
.category .searchform {
    margin-bottom: 20px;
}

form.search-form input[type="submit"],
.searchform input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-color: transparent;
    color: #666;
    font-size: 0px;
    border: 1px solid transparent;
    height: 100%;
    width: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs/%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M19.35 18.206l-4.758-4.948a8.044 8.044 0 001.894-5.188c0-4.45-3.62-8.07-8.07-8.07S.345 3.62.345 8.07s3.62 8.07 8.07 8.07c1.67 0 3.262-.504 4.623-1.46l4.793 4.985c.2.208.47.323.759.323a1.054 1.054 0 00.759-1.782zM8.414 2.106A5.972 5.972 0 0114.38 8.07a5.972 5.972 0 01-5.965 5.965A5.972 5.972 0 012.451 8.07a5.972 5.972 0 015.964-5.965z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    cursor: pointer;
}

.blog-sidebar .widget {
    margin-bottom: 30px;
}

.blog-sidebar .widget .widget-title.subheading,
.blog-sidebar .widget .textwidget .widget-title,
.new-blog-category .categories {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--heading-black);
    text-transform: capitalize;
}

.blog-sidebar .widget ul li a,
.new-blog-category li a {
    line-height: 40px;
    font-weight: 400;
}

.blog-sidebar .widget_categories {
    display: none;
}

.blog-sidebar .widget_meta li {
    display: inline-block;
}

.blog-sidebar .widget_meta li a {
    padding: 6px 18px;
    display: inline-block;
    background-color: #E5E5E5;
    border-radius: 25px;
    font-size: 12px !important;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 10px;
    height: auto;
    line-height: normal !important;
}

.banner-subscribe {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    background: rgb(0, 23, 70);
    background: -moz-linear-gradient(135deg, rgba(0, 23, 70, 0.8) 0%, rgba(243, 95, 51, 0.8) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0, 23, 70, 0.8) 0%, rgba(243, 95, 51, 0.8) 100%);
    background: linear-gradient(135deg, rgba(0, 23, 70, 0.8) 0%, rgba(243, 95, 51, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001746", endColorstr="#f35f33", GradientType=1);
    text-align: center;
}

.banner-subscribe input {
    height: 50px !important;
    font-size: 14px !important;
    border-radius: 25px;
    width: 100%;
    margin: 0 auto;
}

.banner-subscribe input[type="email"] {
    border: 1px solid rgb(255 255 255 / 80%);
}

.banner-subscribe input[type="text"]::placeholder {
    font-size: 16px !important;
    margin: 0 !important;
}

.banner-subscribe .wpcf7-response-output {
    color: white;
}

.blog-image {
    height: 368px;
    /*margin-left: -20px;
    margin-right: -20px;*/
    margin-bottom: 20px !important;
}

.blog-image img {
    height: 100%;
    width: 100%;
    /*     background: #10b3ba; */
    object-fit: cover;
}

.single .entry-content span {
    color: var(--grey) !important;
}

.single .entry-content .table-box-wraper span {
    color: var(--blue) !important;
}

.single .entry-content>p>span:first-child {
    margin-bottom: 0px;
    display: block;
}

.single .entry-content li a,
.single .entry-content li a strong,
.single .entry-content p a,
.single .entry-content p a strong {
    color: var(--blue);
    display: inline-block;
}

.single .entry-content h2,
.single .entry-content h2 *,
.single .entry-content h3,
.single .entry-content h3 *,
.single .entry-content h2 b,
.single .entry-content h3 b {
    font-size: 25px;
    color: var(--heading-black) !important;
    font-weight: 700;
    font-style: normal !important;
    overflow-wrap: break-word;
}

.single .entry-content h3.text-pink {
    color: var(--pink) !important;
}

.single .entry-content h3,
.single .entry-content h3 *,
.single .entry-content h3 b {
    font-size: 24px;
}

.single .entry-content h4,
.single .entry-content h4 *,
.single .entry-content h4 b {
    font-size: 24px;
    font-style: normal !important;
    color: var(--heading-black);
}

.single .dot-point {
    position: relative;
    color: #333333 !important;
}

.single .dot-point:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #D3003E;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
}

.pagination-single {
    display: none !important;
}

.single .entry-content img {
    max-width: 100%;
    margin: 12px auto;
    object-fit: contain;
    display: block;
    height: auto;
}

.single .entry-content .detail-blog img {
    margin: 0;
}

.blog-detail ul:not(.email-links):not(.social-share-links):not(.blog-detail-ul) {
    padding-left: 20px !important;
    list-style: disc;
    margin: 10px 0px;
}

.blog-detail ul.post-meta {
    margin: 40px 0px !important;
}

.blog-detail ul li span,
.blog-detail ul li span svg path {
    color: #222 !important;
}

.blog-detail ul.social-share-links li span:hover,
.blog-detail ul.social-share-links li span:hover svg path {
    color: var(--blue) !important;
}

.blog-detail *:not(a):not(h2):not(h3):not(h1):not(h4) {
    line-height: 1.8 !important;
    font-style: normal;
}

.blog-detail .table-format-data * {
    line-height: 1.5 !important;
}

.blog-detail p,
.blog-detail p strong,
.blog-detail p a strong {
    font-size: 18px;
}

.blog-detail .detail-blog-two p {
    font-size: 18px;
    line-height: 30px;
}

.blog-detail p a strong {
    margin-top: 0;
}

.blog-detail p {
    margin: 14px 0px;
}

.blog-detail b {
    /*color: #222 !important;*/
    /*margin-top: 20px;*/
    display: inline-block;
}

.blog-detail .table-box-wraper {
    border: 1px solid #0A6B97;
}

.blog-detail .table-box-wraper a {
    display: block;
    margin-bottom: 14px;
}

.blog-detail .table-box-wraper h2 {
    color: #0A6B97 !important;
    font-size: 18px !important;
}

.table-format-data .border-bottom {
    border-bottom-color: rgb(0 102 255 / 50%) !important;
}

.blog-by {
    height: 40px;
    width: 40px;
    background: #FA6400;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social-share-link-sec ul.social-share-links {
    width: 160px;
    height: 50px;
}

.social-share-link-sec ul.email-links {
    width: 50px;
    height: 50px;
    margin-left: 20px;
}

.social-share-link-sec ul.email-links span {
    background-image: linear-gradient(-31deg, var(--pink) 0%, #050D42 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-share-links li a span {
    color: inherit;
}

.social-share-link-sec ul {
    background: var(--white);
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.social-share-links li {
    display: inline-block;
}

.social-share-links li a {
    font-size: 20px;
}

#commentform {
    margin: 30px 0px;
}

#commentform label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

#commentform input:not(.submit):not(#wp-comment-cookies-consent),
#commentform textarea {
    width: 100%;
    display: block;
    margin-bottom: 24px;
    padding: 10px;
    border: 1px solid #E5E5E5 !important;
    outline: none !important;
}

#commentform .comment-form-cookies-consent label {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 17px;
    line-height: 22px !important;
}

#commentform .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
}

.our-customers .wp-block-column {
    padding: 30px 26px 10px;
    min-height: 250px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23D6D6D6FF' stroke-width='4' stroke-dasharray='1%2c 4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    width: 100%
}

.our-customers [class^="ps-"] {
    font-size: 50px;
    margin-bottom: 26px;
    color: #A3A3A3;
}

.our-customers [class^="ps-"]::before {
    color: #A3A3A3;
}

.cs-main-tab ul li {
    display: inline-block;
    margin-right: 16px;
}

.cs-main-tab ul li a {
    text-decoration: none !important;
    padding: 10px 0;
    font-size: 16px;
}

.cs-main-tab ul li.active a,
.cs-main-tab ul li a:hover {
    color: var(--pink) !important;
    border-bottom: 2px solid var(--pink);
}

.cs-main-tab ul li.active a {
    font-weight: 700;
}

.our-customers .wp-block-column.last-block {
    display: none;
}

.review-wraper {
    position: relative;
    padding-left: 38px;
}

.review-wraper::before {
    content: "\e90d";
    font-family: 'perception-icons' !important;
    display: block;
    position: absolute;
    left: 0;
    color: #d3d3d3;
    font-size: 18px;
}

.review-wraper .review-author {
    font-size: 22px;
}

.page-id-27 .main-banner {
    background: #020830;
}

.h-250 {
    height: 200px;
    /* background: #000; */
}

.case-study-item {
    background: #f5f5f5;
    margin: 0 15px 30px;
}

.lugelo-bg {
    background-color: #0066FF;
}

.bml-bg {
    background-color: #F7B500;
}

.harvard-bg {
    background-color: #44D7B6;
}

.bridge-bg {
    background-color: #4BBEF1;
}

.beeba-bg {
    background-color: #2E7EA5;
}

.stars-bg {
    background-color: #65FFB9;
}

.ccn-bg {
    background-color: #262626;
}

.ashu-bg {
    background-color: #44D7B6;
}

.nation-bg {
    background-color: #FFCF4B;
}

.click-bg {
    background-color: #D72329;
}

.zoom-bg {
    background-color: #6236FF;
}

.isa-bg {
    background-color: #B19BFF;
}

.walk-bg {
    background-color: #F7B500;
}

.mp-bg {
    background-color: #44D7B6;
}

.way-bg {
    background-color: #FA6400;
}

.cookpack-bg {
    background-color: #44D7B6;
}

.smps-bg {
    background-color: #999DA2;
}

.cword-bg {
    background-color: #0091FF;
}

.trade-bg {
    background-color: #2ECC71;
}

.trail-bg {
    background-color: #0091FF;
}

.mamaji-bg {
    background-color: #44D7B6;
}

.mutahed-bg {
    background-color: #FA6400;
}

.discover-bg {
    background-color: #999DA2;
}

.coboma-bg {
    background-color: #222D3A;
}

.sjc-bg {
    background-color: #6A50C5;
}

.kerala-bg {
    background-color: #44D7B6;
}

.salon-bg {
    background-color: #D14C96;
}

.tmg-bg {
    background-color: #16B3B3;
}

.scopo-bg {
    background-color: #728EF9;
}

.tect-icons li {
    display: inline-block;
    text-align: center;
}

.tect-icons li {
    margin-right: 25px;
}

.tect-icons li span {
    font-size: 60px;
    font-family: 'perception-icons' !important;
}

.tect-icons li img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.cs-detail-h1 {
    font-size: 30px;
}

.page-id-36524 .cs-detail-h1 {
    font-size: 21px;
}

.parent-pageid-27 .main-banner.align-items-center {
    align-items: flex-end !important;
}

.cs-counter-section {
    background: var(--grey);
    height: 172px;
}

.parent-pageid-27 .cs-detail-img img {
    object-fit: contain;
    position: unset !important;
}

/*.page-id-324 .main-banner{
    background-image: linear-gradient(-41deg, var(--pink) -44%, #050D42 20%) !important;
}*/
.banner-touch-section {
    margin-top: -133px;
    position: relative;
}

.exp-matters .text-lite-grey,
.ecommerce-icons .text-lite-grey {
    color: #999999;
}

.team-gallery .img-wraper {
    height: 100%;
    width: 100%;
}

.team-gallery .img-wraper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*height: 335px;*/
}

.business-goal-upper .btn {
    padding: 13px 29px !important;
}

.corporate-4-section .ps-icons {
    font-size: 100px;
}

.exp-matters .career-benefits .h2 {
    border-bottom: 3px solid var(--pink);
    display: inline-block;
    font-size: 42px !important;
    color: var(--heading-black) !important;
    margin-bottom: 12px !important;
}

.about-box {
    height: 260px;
    width: 100%;
}

.about-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-detail h2 {
    font-size: 36px;
}

.career-detail .sub-h2 {
    font-size: 24px;
}

#custom-form .wpcf7-form-control-wrap.resume_file,
#custom-form .resume-file br,
#actual-btn {
    display: none;
}

.pin-icon {
    height: 50px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(35 163 221 / 10%);
    border-radius: 50%;
    cursor: pointer;
}

#custom-form #file-chosen {
    padding-left: 20px;
}

.banner-subscribe form input[type="email"] {
    background: transparent;
    padding: 10px 20px;
    color: var(--white);
    outline: none !important;
    margin-bottom: 20px;
}

#commentform #submit {
    background-image: linear-gradient(-32deg, #D3003E -46%, #050D42 40%) !important;
    color: white !important;
    width: auto !important;
    padding: 10px 30px !important;
    margin: 0 auto !important;
    height: auto !important;
    font-size: 16px !important;
    border-radius: 25px;
    border: 0;
    outline: none !important;
}

#commentform #submit:hover {
    background: var(--blue) !important;
    color: white !important;
}

.mobile-arrow-none .mega-indicator {
    display: none !important;
}

.page-id-27 .main-banner {
    display: none;
}

.page-id-27 .content.product-info {
    margin-top: 80px;
}

.fortune-companies img {
    filter: grayscale(1);
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fortune-companies .img-wraper {
    height: 50px;
    width: 100%;
}

.bottom-dotted {
    border-bottom: 1px dotted #D6D6D6;
}

.right-dotted {
    border-right: 1px dotted #D6D6D6;
}

.cs-vodeo video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-id-36798 .client-logo-list,
.page-id-36533 .client-logo-list,
.page-id-3068 .client-logo-list,
.page-id-36571 .client-logo-list,
.page-id-36587 .client-logo-list,
.page-id-36594 .client-logo-list,
.page-id-36612 .client-logo-list {
    display: none;
}

.make_payment {
    background: var(--dark-blue);
    width: 80%;
    margin: 0 auto;
    padding: 35px 30px;
    border-radius: 20px;
}

.make_payment .payment_top_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #434549;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.make_payment .pay_img img {
    width: 80%;
    float: right;
    position: unset;
}

.make_payment form {
    position: relative;
    padding-bottom: 30px;
}

.input_usd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.make_payment input.payment_txtbox {
    background-color: #ffffff1a;
    border: 1px solid #6E6F73;
    font-size: 16px;
    width: 260px;
    height: 50px;
    padding-left: 10px;
    color: white;
    outline: none !important;
}

.make_payment .payment_text {
    height: 50px;
    background: #fff;
    top: 0px;
    position: relative;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 70px;
    justify-content: center;
}

.page-id-35066 .main-banner .primary-btn,
.red-btn,
.page-id-38468 .main-banner .primary-btn {
    background: #0066FF !important;
    color: white !important;
}

.page-id-35066 .main-banner .primary-btn:hover,
.page-id-38468 .main-banner .primary-btn:hover {
    color: #050D42 !important;
    background: white !important;
}

.red-btn:hover {
    background: var(--blue) !important;
}

.banner-arrow-link {
    display: none;
}

.banner-arrow-link .read-more {
    font-weight: 700;
}

.page-id-35066 .banner-arrow-link {
    display: inline-block;
}

.single .entry-content h2,
.single .entry-content h2 *,
.single .entry-content h2 b,
.single .entry-content h3,
.single .entry-content h3 *,
.single .entry-content h3 b {
    padding-top: 35px;
}

.post-meta-wrapper.post-meta-single-bottom .meta-text a {
    display: inline-block !important;
    color: #D3003E !important;
    border: 1px solid #D3003E;
    font-size: 14px !important;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.post-meta-wrapper.post-meta-single-bottom .meta-text a:hover {
    background: #D3003E !important;
    color: white !important;
}

.post-meta-wrapper.post-meta-single-bottom .meta-icon {
    display: none;
}

.post-meta-wrapper.post-meta-single-bottom .post-meta {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: -20px !important;
}

.btn-hover-white.btn:hover,
.btn-hover-white.btn:focus,
.btn-hover-white.btn:active {
    background: #fff !important;
    color: #050D42 !important;
}

.page-id-31199 .main-banner {
    background-image: linear-gradient(-41deg, var(--pink) -44%, #050D42 20%) !important;
}

.single .font-18 {
    font-size: 16px !important;
}

/************End Structure**************/

/************Mobile Queries**************/
@media screen and (min-width: 28.75em) {
    .related-products li {
        width: 33.3333333%;
    }
}

/************ ENDMobile Queries**************/

.font-weight-bold {
    font-weight: 700;
}

@media (min-width: 1650px) {
    .container {
        max-width: 1620px !important;
    }
}

.development-cycle .number {
    font-size: 18px;
    font-weight: 500;
    background: #151D44;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.development-cycle .number::before {
    content: '';
    height: 100%;
    top: 50px;
    position: absolute;
    width: 3px;
    background: #151D44;
}

.dev-cycle-item {
    width: 100%;
    position: relative;
    min-height: 100px;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 10px;
    flex-basis: auto;
}

.dev-cycle-item p {
    color: #151D44;
    font-size: 13px;
    max-width: 120px;
}

.step {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    left: 60%;
    margin-left: 0;
    top: 0;
}

.step i {
    font-size: 35px;
    padding: 10px 0;
    margin-right: 5px;
    background-image: linear-gradient(-31deg, var(--pink) 0%, #050D42 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-list {
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
    display: flex;
    padding: 10px 0;
    margin: 15px 0;
    max-width: 100%;
}

.step-list li {
    position: relative;
    padding-bottom: 9px;
    text-align: right;
    color: #777777;
    font-size: 10px;
    font-weight: 500;
    left: -57%;
    white-space: nowrap;
}

.step-list li:before {
    content: "--";
    margin-right: 5px;
    position: absolute;
    right: -30px
}

.step-list li:nth-child(odd) {
    text-align: left;
    left: 57%;
}

.step-list li:nth-child(odd):before {
    left: -25px;
    right: auto;
}

.half-circle {
    width: 80px;
    height: 160px;
    background-color: transparent;
    border-bottom-right-radius: 110px;
    border-top-right-radius: 110px;
    border: 1px dashed rgba(155, 155, 155, 0.3);
    border-left: 0;
    right: 0;
    position: absolute;
    top: -60%;
    /*
            top: 40px;
            left: 84%;
*/
}

.dev-cycle-item:nth-child(even) .step {
    right: 60%;
    left: 0;
    margin-top: 0;
}

.dev-cycle-item:nth-child(even) .half-circle {
    right: unset;
    left: 0;
    transform: rotate(180deg);
    top: -15%;
}

.dev-cycle-item:first-child .half-circle {
    top: 60px;
}

.half-circle:after {
    left: -10px;
    bottom: -6px;
    border: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(42, 174, 228, 0);
    border-right-color: rgba(155, 155, 155, 0.3);
}

.dev-cycle-item:last-child .number::before {
    height: calc(100% - 30px);
}

.development-cycle-init {
    transform: rotate(90deg) translateY(20px);

    margin-bottom: 10px;
}

.development-cycle-init-end {
    margin-top: 10px;
}

.development-cycle-init .semi-half-circle {
    width: 50px;
    height: 100px;
    border: 1px dashed rgba(155, 155, 155, 0.7);
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right-width: 0;
    margin-top: -40px;
    margin-left: 20px;

}

.development-cycle-init .semi-half-circle:after {
    left: 66px;
    top: -45px;
    border: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(42, 174, 228, 0);
    border-left-color: rgba(155, 155, 155, 0.3);
}

.development-cycle-init-end .semi-half-circle {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    margin-left: -25px;
    border-right-width: 1px;
}

.development-cycle-init-end .semi-half-circle:after {
    left: -25px;
    bottom: -6px;
    border-right-color: rgba(155, 155, 155, 0.3);
    border-left: 0;
    top: auto;

}

.development-cycle-init {
    width: 50px;
    position: relative;
}

.development-cycle-init span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
}

.step-list-init {
    position: absolute;
    top: -10px;
    left: 4px;
    margin: 0;
    display: flex;
    align-items: center;
}

.step-list-init li {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    float: left;
    transform: rotate(-180deg);
    padding-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(102, 102, 102, 0.5);
}

.w-100 {
    width: 100% !important;
}

.development-cycle .wp-block-column:not(:first-child) {
    margin-left: auto;
    margin-right: auto;
}


@media (max-width:781px) {
    .mobile-50 {
        flex-basis: 50% !important;
        float: left;
        flex-grow: 0;
    }

    .detail-heading>p.text-heading {
        text-align: left !important;
    }

    .detail-heading .font-36 {
        margin-bottom: 20px !important;
        text-align: left !important;
        line-height: 1.4 !important;
    }

    .banner-tab-section .wp-block-column {
        flex-basis: 100% !important;
    }

    .parent-pageid-27 .main-banner {
        height: 859px;
    }

    .page-id-3320 .search-form,
    .category .search-form {
        display: none;
    }

    .brand-logo .mobile-50 {
        padding: 14px 10px;
    }

    .page-id-694 .banner-img,
    .page-id-3068 .banner-img,
    .page-id-36533 .banner-img,
    .page-id-36554 .banner-img,
    .page-id-36798 .banner-img,
    .page-id-36810 .banner-img,
    .page-id-36816 .banner-img {
        height: 270px !important;
        width: 270px !important;
        right: -121px !important;
        bottom: 25px !important;
    }

    .page-id-782 .banner-img {
        height: 270px !important;
        width: 100% !important;
        right: -168px !important;
        bottom: 70px !important;
    }

    .corporate-4-section .font-30 {
        font-size: 27px;
        line-height: 1.2;
    }

    .page-id-3068 .inquiry-form .wpcf7-form {
        margin: 0 !important;
    }

    .partner-logo-list>.wp-block-column {
        flex-basis: 100% !important;
    }

    .mega-menu-item .main-content,
    .mega-menu-item .main-content b {
        color: var(--white);
    }

    #custom-form .wpcf7-submit {
        display: block;
        width: 100% !important;
    }

    .mobile-font-24 {
        font-size: 24px;
    }

    .mobile-font-26 {
        font-size: 26px;
    }

    .ecommerce-left-part .font-36,
    .tech-fonts .font-36 {
        font-size: 30px !important;
    }

    .inquiry-form .wpcf7-form {
        margin: 25px 0 0 !important;
        /*         width: 90%; */
    }

    .que-txt:before {
        padding-top: 20px;
        align-items: unset !important;
    }

    .mobile-space-hright-50 {
        height: 35px !important;
    }

    .mobile-border-left {
        border-left: 1px solid #E5E5E5;
    }

    /*.page-id-3466 .banner-content .primary-btn{
        position: absolute;
        bottom: -464px;
    }*/
    .blog-detail a {
        word-break: break-all;
    }

    .blog-detail .related-section a {
        word-break: break-word;
    }

    .page-id-36594 .main-banner img {
        right: -165px !important;
        bottom: 19px !important;
    }

    #mega-menu-item-33641 {
        display: none !important;
    }

    .cs-detail-img,
    .mobile-last-cs {
        display: none !important;
    }

    .page-id-35066 .main-banner .primary-btn {
        padding: 13px 20px !important;
    }

    .page-id-40652 .banner-img {
        display: none !important;
    }
}

@media (max-width: 570px) {

    .page-id-34981 .banner-img,
    .page-id-863 .banner-img,
    .page-id-34994 .banner-img,
    .page-id-3466 .banner-img,
    .page-id-36207 .banner-img,
    .page-id-2033 .banner-img,
    .page-id-33853 .banner-img,
    .page-id-1952 .banner-img,
    .page-id-34429 .banner-img,
    .page-id-1182 .banner-img,
	.page-id-95446 .banner-img,
    .page-id-1005 .banner-img,
    .page-id-36207 .banner-img,
    .page-id-36898 .banner-img,
    .page-id-37496 .banner-img,
    .page-id-36662 .banner-img,
    .page-id-36644 .banner-img,
    .page-id-36671 .banner-img,
    .page-id-36653 .banner-img,
    .page-id-324 .banner-img,
    .page-id-3320 .main-banner img,
    .page-id-35066 .main-banner img,
    .page-id-38468 .main-banner img {
        display: none;
    }

    .single .blog-image {
        display: none;
    }

    .detail-blog h4 {
        font-size: 22px !important;
        margin-bottom: 30px !important;
    }

    .detail-blog img {
        margin-bottom: 30px !important;
    }

    .contact-link-footer {
        margin-top: 20px;
    }

    .contact-link-footer a {
        font-size: 25px;
    }

    .exp-matters-right-img img,
    .contact-map img {
        height: auto !important;
    }

    .page-id-3320 .main-banner {
        background: #020830;
    }

    .page-id-2033 .main-banner {
        background: #21363f !important;
    }

    .page-id-863 .main-banner {
        background: #12131a !important;
    }

    .page-id-36653 .main-banner {
        background: black !important;
    }

    .page-id-1952 .main-banner {
        background: #302d3e !important;
    }

    .page-id-36662 .main-banner {
        background: #678732 !important;
    }

    .pin-icon {
        width: 70px;
    }

    .business-goals {
        margin-left: -20px;
        margin-right: -20px;
    }

    .half-circle.mrgin-top {
        margin-top: 147px;
    }

    .page-id-36104 .main-banner,
    .page-id-93502 .main-banner {
        padding-top: 180px;
    }

    .page-id-2033 .main-banner img {
        object-position: -618px 0px;
    }

    .page-id-1182 .main-banner img, .page-id-95446 .main-banner img, {
        object-position: -588px 0px;
    }

    .page-id-35066 .h1 {
        font-size: 30px;
    }

    .wpcf7-mathcaptcha {
        width: 65px !important;
    }

    .page-id-1005 .h1 {
        font-size: 32px;
    }

    .contact-page-form .term-condition .wpcf7-list-item-label:before {
        top: 5px;
    }

    .tect-icons li {
        /*margin-right: 22px;*/
        margin-bottom: 20px;
    }

    .res-bot-border {
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 30px;
    }

    .make_payment {
        width: 100%;
        padding: 20px ​20px;
    }

    .make_payment form {
        padding-bottom: 0;
    }

    .consultation-form.contact-page-form {
        margin-left: -15px;
        margin-right: -15px;
    }

    .term-condition input:checked+.wpcf7-list-item-label:after {
        top: 7px !important;
        left: 6px !important;
    }

    .tect-icons li {
        width: 32%;
        margin-right: 0 !important;
        vertical-align: top;
    }

    /*.main-banner .h1{
        margin-bottom:0.8rem !important;
        font-size:18px !important;
    }*/
    /*.main-banner .font-18{
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }*/
    /*.main-banner{
        height: 500px;
    }*/
    .blog-detail .table-box-wraper a {
        font-size: 12px;
    }

    .blog-detail .banner-image {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .blog-detail-banner {
        /*background: #060e3c !important;*/
    }

    .blog-detail-banner .h2 {
        font-size: 22px !important;
    }

    .banner-tab-link {
        background: black;
    }

    .collb-with-us .font-30 {
        font-size: 18px !important;
    }

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

    .page-id-39410 .cs-detail-h1 {
        font-size: 18px;
    }
}

.logo-list {
    position: absolute;
    top: -176px;
    left: 0;
    right: 0;
    margin-bottom: 0;

}

.logo-list .wp-block-columns .wp-block-column {
    flex-basis: 50% !important;
    margin-bottom: 20px;
    text-align: center;
}

.sub-h1 {
    line-height: 1.2;
}

.sperater-list li {
    padding-right: 10px;
    margin-bottom: 0;
}

.sperater-list {
    display: flex;
    flex-flow: row wrap;
}

.sperater-list li:after {
    content: '/';
    padding-left: 10px;
}

.sperater-list li:last-child:after {
    display: none;
}

.term-condition input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.term-condition .wpcf7-list-item-label {
    padding-left: 14px;
    font-size: 12px !important;
    margin-left: 6px !important;
}

.wpcf7-form .checkbox span,
.ps_home_contact_form .checkbox span {
    color: rgb(255 255 255 / 80%);
    margin: 0;
}

.term-condition .wpcf7-list-item-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;

    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    top: 0;
}

.term-condition input:checked+.wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.que-txt:before {
    font-size: 30px;
    content: 'Q.';
    position: absolute;
    left: 0;
    font-weight: 300;
    top: 0;
    color: #0066FF;
    width: 70px;
    /* height: 40px; */
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #0066FF;
}

.ans-txt:before {
    font-size: 30px;
    content: 'A.';
    position: absolute;
    left: 0;
    font-weight: 300;
    top: 0;
    color: #0066FF;
    width: 70px;
    /* height: 40px; */
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #0066FF;
    max-height: 70px;
}

.que-txt {
    padding-left: 75px !important;
    position: relative;
}

.ans-txt {
    padding-left: 75px !important;
    position: relative;
    margin-top: 1.5rem;
}

.black-bg {
    background: #111;
}

.bg-php {
    background: #6181B6;
}

.blockquote-border {
    border-left: 10px solid #0066FF;
}

.inquiry-form .wpcf7-form {
    background: rgb(245 245 245 / 95%);
    padding: 30px;
    margin: 50px auto 0;
}

.inquiry-form .wpcf7-form .gradiaent-btn {
    margin-bottom: 0 !important;
}

.inquiry-form .wpcf7-form input,
.inquiry-form .wpcf7-form textarea {
    border: none;
    margin-bottom: 15px !important;
    background: #fff;
    height: 40px;
    color: #333333;
    width: 100%;
    font-size: 16px !important;
    padding: 10px 20px;
    /* margin: 0 auto; */
}

.inquiry-form .wpcf7-form input::placeholder,
.inquiry-form .wpcf7-form textarea::placeholder {
    color: #333;
}

.inquiry-form .wpcf7-form textarea {
    height: 80px;
}

.inquiry-form .wpcf7 form.invalid .wpcf7-response-output,
.inquiry-form .wpcf7 form.unaccepted .wpcf7-response-output,
.inquiry-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 11px;
}

.inquiry-form label {
    display: block;
}

input.gradiaent-btn {
    background-image: linear-gradient(-32deg, #D3003E -46%, #050D42 40%) !important;
    color: white !important;
    width: auto !important;
    padding: 13px 50px !important;
    margin: 0 auto !important;
    height: auto !important;
    font-size: 16px !important;
}

.inquiry-form .wpcf7-form-control::-webkit-input-placeholder {
    /* Edge */
    color: #333333;
    font-size: 16px;
}

.inquiry-form .wpcf7-not-valid:not(.wpcf7-mathcaptcha) {
    border-left: 3px solid red !important;
}

.inquiry-form .wpcf7-not-valid-tip {
    /*position: absolute;
    bottom: -25px;*/
    font-size: 11px;
    margin-bottom: 10px;
}

.inquiry-form .wpcf7-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

.inquiry-form .wpcf7-form-control::placeholder {
    color: #333333;
}

.dot-list {
    padding-left: 20px;
}

.dot-list li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.dot-list li:before {
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}

ul.career-social-icons li svg {
    width: 24px;
    height: 20px;
}

.page-id-3068 .banner-content .font-18.text-white {
    display: none;
}

.contact-page-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 55px;
    width: 300px;
}

/* For Technology pages */

.page-id-694 .main-banner img,
.page-id-3068 .main-banner img,
.page-id-782 .main-banner img,
.page-id-36533 .main-banner img,
.page-id-36554 .main-banner img,
.page-id-36571 .main-banner img,
.page-id-36587 .main-banner img,
.page-id-36594 .main-banner img,
.page-id-36601 .main-banner img,
.page-id-36605 .main-banner img,
.page-id-36612 .main-banner img,
.page-id-36798 .main-banner img,
.page-id-36810 .main-banner img,
.page-id-36816 .main-banner img,
.page-id-36821 .main-banner img {
    right: -70px;
    left: auto;
    width: auto;
    height: auto;
    top: auto;
    bottom: -70px;
}

.page-id-36594 .main-banner img {
    right: -47px;
    bottom: -51px;
}

.page-id-36571 .main-banner img {
    bottom: -120px;
}

.page-id-694 .main-banner img {
    right: -147px;
}

.page-id-36554 .main-banner img {
    right: -11px;
}

.page-id-36533 .main-banner img {
    right: 24px;
    bottom: -13px;
}

.page-id-36605 .main-banner img {
    right: -50px;
    bottom: -10px;
}

.page-id-36612 .main-banner img {
    right: -58px;
    bottom: -5px;
}

.page-id-694 .main-banner,
.page-id-782 .main-banner,
.page-id-3068 .main-banner,
.page-id-36207 .main-banner,
.page-id-36533 .main-banner,
.page-id-36554 .main-banner,
.page-id-36571 .main-banner,
.page-id-36587 .main-banner,
.page-id-36594 .main-banner,
.page-id-36601 .main-banner,
.page-id-36605 .main-banner,
.page-id-36612 .main-banner,
.page-id-36627 .main-banner,
.page-id-36677 .main-banner,
.page-id-36798 .main-banner,
.page-id-36810 .main-banner,
.page-id-36816 .main-banner,
.page-id-36821 .main-banner {
    background: rgba(255, 255, 255, 1) !important;
    overflow: hidden;
}

.page-id-694 .main-banner h1.text-white,
.page-id-782 .main-banner h1.text-white,
.page-id-3068 .main-banner h1.text-white,
.page-id-36207 .main-banner h1.text-white,
.page-id-36533 .main-banner h1.text-white,
.page-id-36554 .main-banner h1.text-white,
.page-id-36571 .main-banner h1.text-white,
.page-id-36587 .main-banner h1.text-white,
.page-id-36594 .main-banner h1.text-white,
.page-id-36601 .main-banner h1.text-white,
.page-id-36605 .main-banner h1.text-white,
.page-id-36612 .main-banner h1.text-white,
.page-id-36627 .main-banner h1.text-white,
.page-id-36677 .main-banner h1.text-white,
.page-id-36798 .main-banner h1.text-white,
.page-id-36810 .main-banner h1.text-white,
.page-id-36816 .main-banner h1.text-white,
.page-id-36821 .main-banner h1.text-white {
    color: var(--heading-black) !important;
}

.page-id-694 .main-banner p.text-white,
.page-id-782 .main-banner p.text-white,
.page-id-3068 .main-banner p.text-white,
.page-id-36207 .main-banner p.text-white,
.page-id-36533 .main-banner p.text-white,
.page-id-36554 .main-banner p.text-white,
.page-id-36571 .main-banner p.text-white,
.page-id-36587 .main-banner p.text-white,
.page-id-36594 .main-banner p.text-white,
.page-id-36601 .main-banner p.text-white,
.page-id-36605 .main-banner p.text-white,
.page-id-36821 .main-banner p.text-white,
.page-id-36207 .main-banner .banner-p-tag,
.page-id-36612 .main-banner p.text-white,
.page-id-36627 .main-banner p.text-white,
.page-id-36677 .main-banner p.text-white,
.page-id-36798 .main-banner p.text-white,
.page-id-36810 .main-banner p.text-white,
.page-id-36816 .main-banner p.text-white,
.page-id-36821 .main-banner p.text-white {
    color: var(--grey) !important;
}

.page-id-694 .main-banner .banner-content>.row,
.page-id-782 .main-banner .banner-content>.row,
.page-id-3068 .main-banner .banner-content>.row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.client-logo-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-logo-list img {
    position: relative;
    right: auto !important;
    bottom: auto !important;
    max-width: 100%;
    padding: 0 10px;
}

.page-id-782 .main-banner,
.page-id-3068 .main-banner,
.page-id-36104 .main-banner,
.page-id-93502 .main-banner,
.page-id-36533 .main-banner,
.page-id-36554 .main-banner,
.page-id-36571 .main-banner,
.page-id-36587 .main-banner,
.page-id-36594 .main-banner,
.page-id-36601 .main-banner,
.page-id-36605 .main-banner,
.page-id-36612 .main-banner,
.page-id-36798 .main-banner,
.page-id-36810 .main-banner,
.page-id-36816 .main-banner,
.page-id-36821 .main-banner {
    height: 1050px;
}

.business-goal-upper {
    z-index: 1;
}

.ecommerce-left-part .wp-block-group__inner-container {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

/* Career page Style */
.page-id-36774 .business-goals li p:first-child {
    font-size: 15px;
}

.page-id-36786 .business-goals li p:first-child {
    font-size: 14px;
}

.vacancy-box {
    border-left: 10px solid transparent;
    min-height: 299px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vacancy-box:hover {
    border-left: 10px solid #D3003E;
}

.vacancy-box .font-36 {
    line-height: 1.1;
}

.page-template-career-detail .content,
.search-results .content {
    padding-top: 100px;
}

.search-results article {
    margin-bottom: 20px;
}

.career-sidebar img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 50%;
}

.career-sidebar .number span {
    font-size: 20px;
}

.career-sidebar .contact-icon a {
    padding-left: 4px;
}

.career-sidebar .social-icons span {
    font-size: 26px;
}

.bg-wordpress {
    background-color: #1770BF;
}

.bg-laravel {
    background-color: #0066FF;
}

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

.bg-android {
    background-color: #A4C439;
}

.bg-majento {
    background-color: #EC6737;
}

.bg-shopify {
    background-color: #95BF46;
}

.bg-prestashop {
    background-color: #E1006D;
}

.bg-cakephp {
    background-color: #D43D44;
}

.bg-woocommerce {
    background-color: #9B5C8F;
}

.bg-moodle {
    background-color: #F37B28;
}

.bg-html {
    background-color: #D3003E;
}

.bg-x-cart {
    background-color: #F29221;
}

.bg-cs-cart {
    background-color: #2FCCFF;
}

.bg-joomla {
    background-color: #EE4035;
}

.partner-logo-list figure {
    margin: 10px auto;
    text-align: center;
}

.go-back .ps-arrow {
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
}

.post-meta-wrapper .meta-text a {
    color: var(--blue) !important;
    font-size: 18px;
}

.contact-form.gradient-background .btn {
    height: 50px;
}

.case-study-section .cs-icons {
    align-items: center;
}

.cf7sr-g-recaptcha {
    transform: scale(.65);
    -webkit-transform: scale(.65);
    transform-origin: 16px 39px;
    -webkit-transform-origin: 16px 39px;
}

.inquiry-form .cf7sr-g-recaptcha {
    transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
}

.page-id-782 .case-study-section .cs-image figure img {
    object-fit: contain !important;
}

.page-id-37802 .main-banner {
    display: none;
}

.three-cols .wp-block-column {
    border: 1px solid #E5E5E5;
    text-align: center;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
}

.three-cols p a {
    color: var(--grey);
}

.global-heading {
    background: #666666;
}

.consultation-form.contact-page-form .wpcf7-form input:not(.primary-btn):not(.cc-checkbox-field),
.consultation-form.contact-page-form .wpcf7-form textarea,
.consultation-form.contact-page-form .wpcf7-form select {
    border-bottom: 0;
    height: 60px;
    padding: 20px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.30) !important;
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.consultation-form.contact-page-form .wpcf7-form textarea {
    height: 140px;
}

.consultation-form.contact-page-form .wpcf7-form input::placeholder,
.consultation-form.contact-page-form .wpcf7-form textarea::placeholder,
.consultation-form.contact-page-form .wpcf7-form select::placeholder {
    font-size: 18px;
    color: #666666bf;
}

.blog-scroll {
    border-top: 120px solid transparent;
    margin-top: -120px;
}

.contact-btn-link {
    color: #fff;
}

.contact-btn-link span {
    display: inline-block;
    background: var(--pink);
    color: var(--white);
    font-size: 14px;
    border-radius: 50%;
    padding: 14px 16px;
    margin-left: 10px;
    transition: all 0.3s ease-in;
}

.collb-with-us {
    border-left: 5px solid var(--pink);
    padding-left: 10px;
}

.workflow-mang .wp-block-column {
    border: 1px solid #E5E5E5;
    padding: 30px;
}

.blog-detail-ul.small-dot li:before {
    height: 5px;
    width: 5px;
}

.cportal-banner .right-part a.pink-btn {
    position: relative;
    z-index: 999;
}

@media (min-width: 318px) and (max-width: 359px) {
    .wpcf7-form .primary-btn {
        padding: 11px 12px;
    }
}

@media (min-width: 359px) and (max-width: 380px) {
    .left-side-line::before {
        left: 1px;
    }
}

@media (max-width:991px) {

    .counter-wraper,
    .perception-logo-wraper,
    .menu-review,
    #mega-menu-33487-1 {
        display: none !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        height: calc(100vh - 135px);
        position: relative;
        padding: 10px 0px !important;
        overflow: scroll;
    }

    .mega-menu-primary-mobile-open {
        overflow: hidden;
    }

    .last-btn {
        position: fixed !important;
        bottom: 0 !important;
        background: white !important;
        width: 100% !important;
        left: 0px !important;
        right: 0 !important;
    }

    .last-btn a {
        font-size: 24px !important;
        font-weight: bold !important;
        background: white !important;
        text-align: center !important;
        color: #0066FF !important;
    }

    #mega-menu-wrap-primary .bg-blue {
        background: transparent !important;
    }

    .page-id-36627 .main-banner img {
        margin-top: 20px !important;
    }

    .brand-solution-section img {
        height: auto;
    }

    .job-board-images img {
        height: auto;
        width: auto;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        color: white !important;
        text-transform: capitalize !important;
        font-weight: 400 !important;
        padding: 8px 20px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mobile-label>a.mega-menu-link {
        color: #ffffff80 !important;
        font-weight: 700 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        font-weight: 700;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 20px 6px !important;
    }
}

@media (min-width: 760px) and (max-width: 991px) {

    .contact-form .wpcf7-form .col-md-5,
    .contact-form .wpcf7-form .col-md-7 {
        max-width: 100%;
        flex: 100%;
    }

    .contact-form .wpcf7-form .primary-btn {
        margin-top: 0px;
    }

    .main-banner {
        height: 460px;
    }

    .home .main-banner {
        height: 550px;
    }

    .contact-link-footer {
        max-width: 25%;
    }

    .banner-touch {
        margin-top: -30px;
    }

    .cs-detail-img {
        height: 390px;
    }

    .partner-logo-list>div:last-child {
        flex-direction: row !important;
    }

    .html-numeric-tablet .wp-block-columns {
        flex-direction: column;
    }

    .dev-cycle-item {
        max-width: 350px !important;
    }
}

.page-id-3542 .main-banner {
    display: none;
}

.left-side-line-white {
    position: relative;
    padding-left: 20px;
}

.left-side-line-white::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    border-radius: 1px;
    top: 8px;
    left: 0;
    background: #fff;
}

.special-intro-sec {
    margin-top: -210px;
    padding-top: 210px !important;
}

.text-lite-white {
    color: rgba(255, 255, 255, 0.5);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    display: none !important;
}

.cs-main-logo {
    padding-bottom: 10px !important;
}

.top-gradient-line {
    background-image: linear-gradient(-32deg, #D3003E -46%, #050D42 40%) !important;
    height: 6px;
    width: 80px;
    margin-bottom: 15px;
}

.page-id-36104 .main-banner,
.page-id-93502 .main-banner,
.page-id-36688 .main-banner {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,222222+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,000000+100 */
    background: rgb(34, 34, 34) !important;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%)) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%)) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%)) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=1)) !important;
    /* IE6-9 fallback on horizontal gradient */
}

.gradient-txt {

    font-weight: 700;
    margin-bottom: 20px;
    background-image: linear-gradient(159deg, var(--pink) 60%, #050D42 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-divider {
    height: 100%;
    background: #D3003E;
    display: block;
    width: 3px;
    margin: 0 auto;
}

.small-development-cycle .dev-cycle-item {
    max-width: 100%;
}

.min-width-40 {
    min-width: 80px;
    flex-basis: 10% !important;
    margin-right: 0 !important;
    justify-content: center;
    text-align: center;
}

.page-id-36762 .main-banner {
    background-image: linear-gradient(270deg, #6400D3 0%, #C5005F 100%) !important;
}

.page-id-36104 .main-banner,
.page-id-93502 .main-banner,
.page-id-36701 .main-banner,
.page-id-36716 .main-banner,
.page-id-36720 .main-banner,
.page-id-36733 .main-banner,
.page-id-36736 .main-banner,
.page-id-36748 .main-banner,
.page-id-36753 .main-banner,
.page-id-36758 .main-banner,
.page-id-36762 .main-banner {
    height: 1000px !important;
}

.page-id-36104 .banner-content .row,
.page-id-93502 .banner-content .row,
.page-id-36701 .banner-content .row,
.page-id-36716 .banner-content .row,
.page-id-36720 .banner-content .row,
.page-id-36733 .banner-content .row,
.page-id-36736 .banner-content .row,
.page-id-36748 .banner-content .row,
.page-id-36753 .banner-content .row,
.page-id-36758 .banner-content .row,
.page-id-36762 .banner-content .row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.page-id-36104 .client-logo-list,
.page-id-36701 .client-logo-list,
.page-id-36716 .client-logo-list,
.page-id-36720 .client-logo-list,
.page-id-36733 .client-logo-list,
.page-id-36736 .client-logo-list,
.page-id-36748 .client-logo-list,
.page-id-36753 .client-logo-list,
.page-id-36758 .client-logo-list,
.page-id-93502 .client-logo-list,
.page-id-36762 .client-logo-list {
    display: none;
}

.page-id-36104 .inquiry-form .wpcf7-form input,
.page-id-36104 .inquiry-form .wpcf7-form textarea,
.page-id-93502 .inquiry-form .wpcf7-form input,
.page-id-93502 .inquiry-form .wpcf7-form textarea,
.page-id-36701 .inquiry-form .wpcf7-form input,
.page-id-36701 .inquiry-form .wpcf7-form textarea,
.page-id-36716 .inquiry-form .wpcf7-form input,
.page-id-36716 .inquiry-form .wpcf7-form textarea,
.page-id-36720 .inquiry-form .wpcf7-form input,
.page-id-36720 .inquiry-form .wpcf7-form textarea,
.page-id-36733 .inquiry-form .wpcf7-form input,
.page-id-36733 .inquiry-form .wpcf7-form textarea,
.page-id-36736 .inquiry-form .wpcf7-form input,
.page-id-36736 .inquiry-form .wpcf7-form textarea,
.page-id-36748 .inquiry-form .wpcf7-form input,
.page-id-36748 .inquiry-form .wpcf7-form textarea,
.page-id-36753 .inquiry-form .wpcf7-form input,
.page-id-36753 .inquiry-form .wpcf7-form textarea,
.page-id-36758 .inquiry-form .wpcf7-form input,
.page-id-36758 .inquiry-form .wpcf7-form textarea,
.page-id-36762 .inquiry-form .wpcf7-form input,
.page-id-36762 .inquiry-form .wpcf7-form textarea {
    background: #f5f5f5;
}

.page-id-36104 .inquiry-form .wpcf7-form,
.page-id-93502 .inquiry-form .wpcf7-form,
.page-id-36701 .inquiry-form .wpcf7-form,
.page-id-36716 .inquiry-form .wpcf7-form,
.page-id-36720 .inquiry-form .wpcf7-form,
.page-id-36733 .inquiry-form .wpcf7-form,
.page-id-36736 .inquiry-form .wpcf7-form,
.page-id-36748 .inquiry-form .wpcf7-form,
.page-id-36753 .inquiry-form .wpcf7-form,
.page-id-36758 .inquiry-form .wpcf7-form,
.page-id-36762 .inquiry-form .wpcf7-form {
    background: rgb(255 255 255);
}

.page-id-36104 .inquiry-form .wpcf7-form h4,
.page-id-93502 .inquiry-form .wpcf7-form h4,
.page-id-36701 .inquiry-form .wpcf7-form h4,
.page-id-36701 .inquiry-form .wpcf7-form h4,
.page-id-36720 .inquiry-form .wpcf7-form h4,
.page-id-36733 .inquiry-form .wpcf7-form h4,
.page-id-36736 .inquiry-form .wpcf7-form h4,
.page-id-36748 .inquiry-form .wpcf7-form h4,
.page-id-36753 .inquiry-form .wpcf7-form h4,
.page-id-36758 .inquiry-form .wpcf7-form h4,
.page-id-36762 .inquiry-form .wpcf7-form h4 {
    font-size: 18px;
}

.page-id-36207 .main-banner {
    height: 500px;
}

.page-id-36207 .main-banner .container {
    display: flex;
    flex-direction: column-reverse;
}

.page-id-36627 .main-banner img {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.page-id-36627 .main-banner img {
    max-width: 140px;
}

.wpcf7-form input[type="number"]::-webkit-outer-spin-button,
.wpcf7-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.wpcf7-form input[type="number"] {
    -moz-appearance: textfield !important;
}

.ccn-icons .cs-icons [class^=ps-] {
    font-size: 20px;
}

.ps-mysql-original-wordmark *,
.ps-xcode *,
.ps-json * {
    font-family: inherit;
    font-size: inherit;
}

.offwhite {
    color: #ededed !important;
    font-weight: 600 !important;
}

/*.error404-content{
    background-image: linear-gradient(-41deg, var(--pink) -44%, #050D42 20%) !important;
    flex-direction: column;
}*/
.main-header {
    position: fixed;
    top: 0;
}

.blog-detail-ul li {
    position: relative;
    margin-bottom: 18px;
}

.blog-detail-ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #0066FF;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

header::before {
    content: '';
    background: white;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 0;
}

header.scrolldown::before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.scrolldown .white-logo {
    display: none;
}

.scrolldown .logo-dark {
    display: block !important;
}

.page-id-36519 .cs-detail-img img {
    object-fit: contain !important;
}

.single .entry-content>p:first-child img {
    display: none;
}

.single .entry-content>p:first-child img.wp-image-30341,
.single .entry-content>p:first-child img[alt="WP Filterable Plugin"],
.single .entry-content>p:first-child img.wp-image-14765 {
    display: block !important;
}

.hcm-logos img {
    filter: grayscale(1);
}

.related-section {
    border-left: 6px solid #D3003E;
}

.table-box-wraper img {
    display: inline-block !important;
    margin: 0 !important;
    margin-right: 10px !important;
}

.blog-listing .author-date span {
    text-transform: capitalize;
}

@media (max-width:991px) and (min-width:768px) {

    .page-id-694 .main-banner,
    .page-id-782 .main-banner,
    .page-id-3068 .main-banner,
    .page-id-36104 .main-banner,
    .page-id-93502 .main-banner {
        height: 650px !important;
    }

    .h1,
    .main-banner .h1 {
        font-size: 34px !important;
    }

    .scrolldown #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(.last-btn)>a.mega-menu-link {
        color: var(--white) !important;
    }

    .page-id-694 .main-banner,
    .page-id-782 .main-banner,
    .page-id-3068 .main-banner,
    .page-id-36104 .main-banner,
    .page-id-93502 .main-banner,
    .page-id-36533 .main-banner,
    .page-id-36554 .main-banner,
    .page-id-36571 .main-banner,
    .page-id-36587 .main-banner,
    .page-id-36594 .main-banner,
    .page-id-36601 .main-banner,
    .page-id-36605 .main-banner,
    .page-id-36612 .main-banner,
    .page-id-36677 .main-banner,
    .page-id-36798 .main-banner,
    .page-id-36810 .main-banner,
    .page-id-36816 .main-banner,
    .page-id-36821 .main-banner {
        height: 650px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .page-id-31 .contact-border {
        min-height: 172px;
    }

    .cs-counter-section .h2 {
        font-size: 32px !important;
    }

    .cs-counter-section p {
        font-size: 14px !important;
    }
}

/* .page-id-11.mac .main-banner{
    background-image: url(https://www.perceptionsystem.com/wp-content/uploads/2020/11/web-development-company.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}
.page-id-11.mac .main-banner .banner-img{
    display:none;
} */
p a {
    color: var(--blue);
    font-size: inherit;
}

.job-board-banner h1 {
    font-size: 30px;
}

.page-id-37855 .main-banner {
    display: none;
}

.testimonial-section .ps-quotes {
    font-size: 24px;
    background-image: linear-gradient(-31deg, var(--pink) 0%, #050D42 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.testimonial-section .right-quote .ps-quotes {
    transform: rotate(180deg);
    display: block;
}

.font-italic {
    font-style: italic;
}

.brand-solution-section img {
    margin-top: -84px;
}

.page-template-career-detail .main-header {
    background: white;
}

.page-id-38090 .main-banner {
    display: none;
}

.aws-badge {
    margin-top: -90px;
    position: relative;
}

.blog-listing .main-banner {
    height: 770px;
}

.blog-detail-banner {
    height: 350px;
    /*background: url(images/blog-detail-banner.jpg) no-repeat;
    background-size: cover;*/
}

.blog-detail .font-18 b {
    font-size: 18px;
}

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

.author-detail-wraper p {
    font-size: 14px !important;
}

.pink-btn {
    background: var(--pink);
    color: var(--white) !important;
}

.pink-btn:hover {
    background: #0066FF;
    color: var(--white);
}

.page-id-38367 .main-banner,
.page-id-39136 .main-banner {
    display: none;
}

.cportal-banner {
    position: relative;
}

.cportal-banner .dot-image {
    position: absolute;
    top: 48px;
    right: 0px;
    z-index: 0;
}

.banner-p-tag {
    color: white;
    /*font-size: 14px;*/
    display: inline-block;
    /*margin-bottom: 20px;*/
    margin-bottom: 3rem !important;
    font-size: 18px;
}

.banner-tab-link {
    margin-top: -60px;
    position: relative;
}

.banner-tab-link .tab-link {
    background: #ffffff14;
    border: 1px solid rgba(255, 255, 255, .35);
    display: block;
    padding: 16px 20px;
}

.banner-tab-link .tab-link:hover {
    background: var(--blue);
}

.page-404 {
    margin-top: 120px;
}

.aws-batch-section .itfirm-logo img {
    height: 100%;
    width: 80%;
}

@media (min-width: 600px) and (max-width: 767px) {
    .premier-section-top h4 {
        /*margin-left: 27%;*/
        margin-bottom: 20px;
    }

    .core-expertise-section .mt-30 {
        padding-right: 20px;
    }

    .tect-icons li {
        width: 25%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        height: calc(100vh - 126px);
    }

}

@media (min-width: 600px) and (max-width: 991px) {
    .blog-image img {
        object-fit: contain !important;
    }

    .banner-tab-link {
        margin-top: -44px;
        background: black;
    }

    .aws-batch-section .itfirm-logo img {
        width: 40%;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .contact-link-footer [class^="ps-"] {
        margin-left: 0px;
    }
}

@media (max-width: 770px) {
    .mobile-order-2 {
        order: 2;
    }

    .related-section a {
        display: inline-block;
    }
}

.loader-sec {
    text-align: center;
    min-height: 200px;
}

#ps_pdf_form #msg {
    margin-top: 15px;
}

#ps_pdf_form .success,
#blog_subscrb_form .error,
#blog_subscrb_form .success {
    font-size: 12px;
    color: #fff;
    border: .5px solid #fff;
    padding: 10px;
    text-align: center;
}

a.page-numbers {
    background-color: #0066FF;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}

.page-numbers.current {
    background: #F6F9FC;
    padding: 10px 20px;
    border-radius: 5px;
    color: #666666;
}

.pagination-sec {
    text-align: center;
}

/* .category #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
     color:#fff;
} */
.blog .ps-4-banner .banner-img,
.search .ps-4-banner .banner-img,
.category .ps-4-banner .banner-img {
    height: 50%;
    width: 40%;
    top: 0;
    bottom: 0;
    right: 0;
    left: unset;
    margin-top: auto;
    margin-bottom: auto;
}

.load-more-btn-sec {
    text-align: center;
    margin-top: 20px;
}

.auth-load-more-btn {
    background-color: #0066FF;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
}

.auth-load-more-btn:hover {
    background-color: #fff;
    color: #0066FF;
}

@media (min-width: 1200px) {

    /*     .main-banner .banner-p-tag br.d-lg-block{
        display: none !important;
    }
    .main-banner .banner-p-tag{
        max-width: 840px;
    } */
    .page-id-37496 .main-banner .banner-p-tag {
        max-width: 620px;
    }
}

.blog-table-border-color table,
.blog-table-border-color thead,
.blog-table-border-color tr,
.blog-table-border-color th,
.blog-table-border-color tbody,
.blog-table-border-color td {
    border: 1px solid #000;
    padding: 7px;
}

.is-task-logo-img {
    max-width: 134px !important;
}

.ps_home_contact_form .term-condition .wpcf7-list-item-label:before {
    left: 14px;
    top: 5px;
}

.ps_home_contact_form .term-condition input:checked+.wpcf7-list-item-label:after {
    top: 7px !important;
    left: 19px !important;
}

/* web devlopment blog section css start */

.main_blogs_links_wrapper {
    background: linear-gradient(to right, #171717 0%, #171717 34%, #0D0D0D 34%, #0D0D0D 100%);
    padding: 3rem 0;
}

.main_blogs_links_wrapper .blogs_wrapper span,
.main_blogs_links_wrapper .links_wrapper span {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
    display: block;
}

/* .main_blogs_links_wrapper .b-warpper {
    border: 1px solid #2d2d2d;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    height: 300px !important;
    margin-right: 10px !important;
}
.main_blogs_links_wrapper .b-warpper .img-wrap picture,
.main_blogs_links_wrapper .b-warpper .img-wrap img {
    width: 100% !important;
    height: 147px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 25px;
}
.main_blogs_links_wrapper .b-warpper .date-wrap {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px !important;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.main_blogs_links_wrapper .b-warpper .title-wrap a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF !important;
}
.main_blogs_links_wrapper .links_wrapper .links {
    display: grid;
    grid-template-rows: repeat(6, 12%);
    gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 65%;
}
.main_blogs_links_wrapper .links_wrapper .links .you-may-like-link a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #FFFFFF;
    text-decoration: underline !important;
}
.main_blogs_links_wrapper .links_wrapper{
    padding-left: 4%;
}
.bl-lk-wrap .owl-nav button {
    position: absolute;
    top: -57px;
    left: 10px;
    outline: none!important;
}
.bl-lk-wrap .owl-nav button svg path {
    fill: #fff;
}
.bl-lk-wrap .owl-nav button.owl-prev{
    left: 75%;
}
@media (min-width:1400px){
    .main_blogs_links_wrapper
    {
        background: linear-gradient(to right,#171717 0%,#171717 37%,#0D0D0D 37%,#0D0D0D 100%);
    }
}
@media (min-width:1700px){
    .main_blogs_links_wrapper
    {
        background: linear-gradient(to right,#171717 0%,#171717 40%,#0D0D0D 40%,#0D0D0D 100%);
    }
}
@media (min-width:2200px){
    .main_blogs_links_wrapper
    {
        background: linear-gradient(to right,#171717 0%,#171717 41%,#0D0D0D 41%,#0D0D0D 100%);
    }
}
@media (max-width:1199px){
    .main_blogs_links_wrapper {
        background: linear-gradient(to right,#171717 0%,#171717 35%,#0D0D0D 35%,#0D0D0D 100%);
    }
    .main_blogs_links_wrapper .b-warpper{
        height:auto !important;
    }
    .main_blogs_links_wrapper .b-warpper .img-wrap picture, .main_blogs_links_wrapper .b-warpper .img-wrap img{
        height: 103px;
    }
    .bl-lk-wrap .owl-nav button.owl-prev {
        left: 65%;
    }
    .main_blogs_links_wrapper .links_wrapper .links {
        grid-auto-columns: 50%;
    }
}
@media (max-width:767px){
    .main_blogs_links_wrapper .links_wrapper .links {
        display: unset !important;
    }
    .main_blogs_links_wrapper {
        background: linear-gradient(to bottom,#171717 0%,#171717 40%,#0D0D0D 40%,#0D0D0D 100%);
    }
    .main_blogs_links_wrapper .b-warpper .img-wrap picture, .main_blogs_links_wrapper .b-warpper .img-wrap img,
    .main_blogs_links_wrapper .b-warpper {
        height: auto !important;
    }
    .main_blogs_links_wrapper .links_wrapper .links .you-may-like-link {
        width: 100%;
    }
} */
/* web devlopment blog section css end*/

/* ps ajax form validatin css start */

.ps-ajax-error-msg {
    color: #fff;
    font-size: 12px;
    padding: 10px 28px;
    background-color: #CC0045;
    margin-top: 5px;
    background-image: url('../png/error.png') !important;
    background-repeat: no-repeat;
    background-position: 5px;
}

.ps-loader-btn {
    background-image: url('../gif/wpspin-2x.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #fff !important;
    width: 175px !important;
    height: 50px !important;
}

/* ps ajax form validatin css end */

/* ui ux footer design start */
.ui_ux_new_footer .footer_box_wraper {
    border-top: 1px solid #D9D9D9;
    padding-top: 55px;
    padding-bottom: 20px;
}

.ui_ux_new_footer .footer_box_wraper h4,
.ui_ux_new_footer .footer_box_wraper p.headding {
    font-weight: 700;
    font-size: 19px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 0px;
}

.ui_ux_new_footer .footer_box_wraper p,
.ui_ux_new_footer .footer_box_wraper a:not(.f_site_link) {
    font-weight: 300;
    font-size: 17px;
    line-height: 40px;
    color: #000000;
}

.ui_ux_new_footer .footer_box_wraper .f_tagline,
.ui_ux_new_footer .footer_box_wraper .f_tagline a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #383838;
}

.ui_ux_new_footer .footer_box_wraper a.mail {
    color: #06F !important;
}

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

    .ui_ux_new_footer .footer_box_wraper p,
    .ui_ux_new_footer .footer_box_wraper a:not(.f_site_link) {
        font-size: 12px !important;
        line-height: 28px !important;
    }
}

@media (min-width: 1024px) {

    .ui_ux_new_footer .footer_box_wraper h4,
    .ui_ux_new_footer .footer_box_wraper p.headding {
        margin-bottom: 30px;
    }

    .ui_ux_new_footer .footer_box_wraper {
        padding-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .ui_ux_new_footer .footer_box_wraper {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (max-width:767px) {

    .page-id-50047 .ui_ux_new_footer {
        padding-bottom: 95px !important;
    }
}

@media (max-width:360px) {

    .ui_ux_new_footer .footer_box_wraper p,
    .ui_ux_new_footer .footer_box_wraper a:not(.f_site_link) {
        font-size: 16px;
    }
}

.page-id-50702 .ui_ux_new_footer .footer_box_wraper a.mail,
.page-id-50789 .ui_ux_new_footer .footer_box_wraper a.mail {
    color: #06F !important;
    border-bottom-color: #06F !important;
}

.page-id-50702 .ui_ux_new_footer .footer_box_wraper a.mail {
    color: #06F !important;
    border-bottom: 1px solid #06F !important;
}

.mail.link_text {
    border-bottom: 1px solid #06F !important;
}

/* ui ux footer design end*/

/* Contact old form new design icon issue solve  */
.gradient-background .ps_home_contact_form .icon-groups-wrapper .icon {
    display: none;
}

/* old form new design icon issue solve  */
#pdfModal {
    z-index: 9999;
}

#pdfModal .modal-body img {
    width: 100%;
    height: 100%;
}

#pdfModal .modal-body {
    padding: 0;
}

#pdfModal .close {
    opacity: 1;
    color: #000 !important;
    outline: none;
}

@media (min-width: 782px) {
    .postid-93859 .blog-detail p strong,
    .postid-94149 .blog-detail p strong,
    .postid-94171 .blog-detail p strong,
    .postid-94187 .blog-detail p strong,
    .postid-94218 .blog-detail p strong,
    .postid-94281 .blog-detail p strong,
    .postid-94418 .blog-detail p strong,
    .postid-94443 .blog-detail p strong,
    .postid-94454 .blog-detail p strong,
    .postid-94474 .blog-detail p strong,
    .postid-94495 .blog-detail p strong,
    .postid-94502 .blog-detail p strong,
    .postid-94518 .blog-detail p strong,
    .postid-94655 .blog-detail p strong,
    .postid-94727 .blog-detail p strong,
    .postid-94739 .blog-detail p strong,
    .postid-94744 .blog-detail p strong,
    .postid-94694 .blog-detail p strong,
    .postid-94878 .blog-detail p strong,
    .postid-94890 .blog-detail p strong,
    .postid-94899 .blog-detail p strong,
    .postid-94908 .blog-detail p strong,
    .postid-94923 .blog-detail p strong,
    .postid-94942 .blog-detail p strong,
    .postid-94992 .blog-detail p strong,
    .postid-95003 .blog-detail p strong,
    .postid-95146 .blog-detail p strong,
    .postid-95172 .blog-detail p strong,
    .postid-95226 .blog-detail p strong,
    .postid-95233 .blog-detail p strong,
    .postid-95396 .blog-detail p strong,
    .postid-95421 .blog-detail p strong,
    .postid-95431 .blog-detail p strong,
    .postid-95439 .blog-detail p strong,
    .postid-95741 .blog-detail p strong,
    .postid-95765 .blog-detail p strong,
    .postid-95797 .blog-detail p strong,
    .postid-95813 .blog-detail p strong,
    .postid-96078 .blog-detail p strong,
    .postid-96037 .blog-detail p strong,
    .postid-96044 .blog-detail p strong,
    .postid-96083 .blog-detail p strong,
    .postid-96220 .blog-detail p strong,
    .postid-96296 .blog-detail p strong,
    .postid-96269 .blog-detail p strong,
    .postid-96412 .blog-detail p strong,
    .postid-96420 .blog-detail p strong,
    .postid-96441 .blog-detail p strong{
        margin: 0;
        display: unset;
    }
}

.product-main .container.blog-detail ol {
    list-style-type: decimal;
}

.exp-matters .career-benefits {
    gap: 20px;
}

.exp-matters .career-benefits .mobile-50 .h2 {
    font-size: 35px !important;
}

.exp-matters .career-benefits .mobile-50 p {
    font-size: 16px;
}

@media (min-width: 768px) {
    .wws-popup-container .wws-gradient,
    .wws-popup-container .wws-popup,
    .wws-popup-container .wws-popup__footer {
        display: none !important;
    }
}

.pink-gradient-bg {
    background: #fff !important;
    background: -moz-linear-gradient(left, #fff 0, #fff 50%, #0066FF 50%, #0066FF 100%) !important;
    background: -webkit-linear-gradient(left, #fff 0, #fff 50%, #0066FF 50%, #0066FF 100%) !important;
    background: linear-gradient(to right, #fff 0, #fff 50%, #0066FF 50%, #0066FF 100%)  !important;
}

.pink-blue-gradient {
    background: #fff;
    background: -moz-linear-gradient(left, #151d44 0, #151d44 50%, #0066FF 50%, #0066FF 100%) !important;
    background: -webkit-linear-gradient(left, #151d44 0, #151d4450%, #0066FF 50%, #0066FF 100%) !important;
    background: linear-gradient(to right, #151d44 0, #151d44 50%, #0066FF 50%, #0066FF 100%) !important;
}