/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*Dark Mode*/
.wp-dark-mode-switcher.style-3 {
    display: none !important;
}
.dark_mode_btn .wp-dark-mode-switcher.style-3 {
    display: inline-flex!important;
}
.dark_mode_btn .wp-dark-mode-switcher {
    position: unset;
}
.dark_mode_btn .wp-dark-mode-switcher label {
    margin: 0;
}

.banner_sec {
    position: relative;
    z-index: 1;
}

.banner_sec:before {
    z-index: 9;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #000;
    opacity: 0.5;
}

.fl-theme-builder-header-shrink {
    box-shadow: 0 0px 14px rgb(0 0 0 / 20%);
}
.process_block .pp-infobox-image {
    margin-bottom: 42px;
    position: relative;
}
.process_block .pp-infobox-image:before {
    content: "";
    border: 1px dashed #252b33;
    width: 80%;
    position: absolute;
    top: 50%;right: 10%;
    transform: translateY(-50%);
}
.process_block .pp-infobox-image img {
    padding-right: 20px;
    background: #fff !important;
    z-index: 11;
    position: relative;
}
.services_sec .pp-content-post {
    padding: 0 8px;
    background: transparent !important;
}
.services_sec .pp-content-post .our-services-inner {
    height: 100%;
    padding: 30px;
}
.services_sec .pp-content-post .our-services-inner .wp-post-image {
    height: 250px;
    object-fit: contain;
    width: 100%;
}
.services_sec .pp-content-post .our-services-inner h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
    line-height: 58px;
}
.services_content .pp-content-grid-post-more-link a {
    position: relative;
    font-weight: 600;
    color: #58468c !important;
    font-size: 18px;
}
.services_content .pp-content-grid-post-more-link a:hover{
    text-decoration: none ;
}
.services_content .pp-content-grid-post-more-link a:before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #463379;
    transition: 0.5s;
}
.services_content .pp-content-grid-post-more-link a:hover:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #463379;
}
.services_img {
    margin: 50px 0;
}

/*Video Section*/
.videotestimonials_section .pp-content-post {
    padding: 0;
}
.videotestimonials_section .pp-content-post .pp-content-grid-post-image {
    padding: 0;
    pointer-events: none;
    height: 100%;
}
.videotestimonials_section .pp-content-post .pp-content-grid-post-image img.aligncenter.wp-post-image {
    height: 100%;
    object-fit: cover;
}
.videotestimonials_section .pp-content-post .videoblock,
.videotestimonials_section .pp-content-post .videoblock .imgblock{
    position: relative;
    height: 100%;
}
.videotestimonials_section .pp-content-post .videoblock .viewvideolink {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
}
.videocontent {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.videotestimonials_section .pp-content-post .videoblock h4 {
    margin: 0;
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    right: 15px;
    /*text-shadow: 0 0 8px rgb(0 0 0 / 60%);*/
    letter-spacing: 0.7px;
    pointer-events: none;
}
.videotestimonials_section .pp-content-post .videoblock h4 span {
    font-size: 14px;
    font-weight: normal;
}
.videotestimonials_section .pp-content-post .videoblock h4 a {
    color: #fff;
}
footer .pp-social-icons-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.technologies_tab .pp-tab-label-inner:before {
    top: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #58478c !important;
    width: 100% !important;
    right: 0 !important;
}
.technologies_tab .pp-tab-label-inner {
    width: auto;
    border-bottom: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.technologies_tab .pp-tabs-label {
    flex: unset !important;
}
.technologies_tab .pp-tabs-labels {
    width: 100% !important;
    border-bottom: 1px solid #eee;
}
.our_work_section .fl-post-feed-post {
    border: 0;
    overflow: visible;
}
.our_work_section .fl-post-feed-post:nth-child(1),
.our_work_section .fl-post-feed-post:nth-child(2),
.our_work_section .fl-post-feed-post:nth-child(3) {
    display: block;
}
.our_work_section .fl-post-feed-post {
    display: none;
}
.project_block {
    padding: 60px 40px 0 60px;
    position: relative;
    border-radius: 4px;
    transition: 0.3s;
}
.project_block:hover {
    transform: translate(3px,-3px);
}
.project_content h4 a {
    pointer-events: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.project_content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-align: left;
    padding-bottom: 0;
}
.client_review_block {
    background: rgba(255,255,255,.2);
    border-radius: 6px;
    padding: 30px;
    margin-top: 40px;
}
.clientinfo {
    display: flex;
    margin-top: 30px;
}
.client_img img {
    width: 48px !important;
    height: 48px !important;
    margin-right: 15px !important;
    border-radius: 100%;
    object-fit: cover;
}
.client_info h3 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
}
.client_info h5 {
    font-size: 16px;
    color: rgba(255,255,255,.5);
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
}
.clientreview p {
    margin: 0;
    color: #fff;
}
.project_block:before {
    content: "";
    background-image: linear-gradient(to right, #ffffff36, #ffffff00);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.projectlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.projectlink a {
    width: 100%;
    height: 100%;
    display: block;
}
::-moz-selection {
    background: #4E3E81 !important;
    color: #fff !important;
}
::selection {
    background: #4E3E81 !important;
    color: #fff !important;
}

/*.home header.fl-theme-builder-header-sticky:not(.fl-theme-builder-header-scrolled) .sitelogo a,
.home  header.fl-theme-builder-header-sticky:not(.fl-theme-builder-header-scrolled) .menu-item-text{
    filter: brightness(0) invert(1);
}*/
.home .fl-theme-builder-header-scrolled .contactbtn .pp-button:hover {
    color: #58468C !important;
    border-color: #58468C !important;
}
.home .fl-theme-builder-header-scrolled .contactbtn .pp-button:hover .pp-button-text,
.home .fl-theme-builder-header-scrolled .contactbtn .pp-button:hover .pp-button-icon {
    color: #58468C;
}
.sitecounter .fl-number-string {
    font-weight: 800;
    margin-bottom: 20px;
}
.team_section .pp-content-post {
    padding: 0;
    margin: 0;
    background: transparent !important;
}
.team_section .pp-content-grid-post-image {
    padding: 0;
}
.team_block .member_name {
    pointer-events: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}
.team_block {
    padding: 0 15px;
}
.member_info p {
    margin-bottom: 2px;
    font-size: 14px;
}
.team_social a {
    font-size: 20px;
    color: #58478c;
}
.member_info {
    text-align: center;
    margin: 10px 0;
}

.team_section .owl-nav svg {
    opacity: 0;
}
.team_section .owl-nav .owl-prev {
    background: url(/wp-content/uploads/2021/08/left_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0;
}
.team_section .owl-nav .owl-next {
    background: url(/wp-content/uploads/2021/08/right_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0;
}
.iti__flag-container ~ input {
    padding-left: 50px !important;
}
.trusted_logos .pp-photo-gallery-content img {
    width: auto !important;
}
.member_img,
.member_info .member_name {
    pointer-events: none;
}
.sectitleblock code {
    font-family: inherit;
    font-size: inherit;
    color: #9390E9;
}
/*Dark Mode Css*/
.wp-dark-mode-active h1,
.wp-dark-mode-active h2,
.wp-dark-mode-active h3,
.wp-dark-mode-active h4,
.wp-dark-mode-active h5,
.wp-dark-mode-active h6,
.wp-dark-mode-active p,
.wp-dark-mode-active .technologies_section .pp-infobox-image img,
.wp-dark-mode-active .trusted_logos img,
.wp-dark-mode-active .workwith_sec .pp-infobox-image img,
.wp-dark-mode-active .mainmenu .menu-item a,
.wp-dark-mode-active .services_content .pp-content-grid-post-more-link a,
.wp-dark-mode-active .technologies_tab .pp-tab-label-inner,
.wp-dark-mode-active .officevideo svg.wp-dark-mode-ignore,
.wp-dark-mode-active .pp-button:hover *,
.wp-dark-mode-active .pp-button:focus *,
.wp-dark-mode-active .pp-icon-list-item{
    filter: brightness(0) invert(1);
}
.wp-dark-mode-active .mainmenu .sub-menu .menu-item a{
    filter: none;
}
.wp-dark-mode-active .sitelogo img,
.wp-dark-mode-active .logoslider img{
    filter: brightness(0) invert(1) !important;
}
.wp-dark-mode-active .process_block .pp-infobox-image:before{
    border-color: #fff !important;
}
.wp-dark-mode-active .technologies_section .pp-infobox:hover,
.wp-dark-mode-active .workwith_sec .pp-infobox:hover {
    background: transparent !important;
}
.projectslider .pp-content-post {
    padding: 0;
    background: transparent;
}

.joblisting .fl-col-content.fl-node-content {
    background-color: rgb(255, 255, 255);
    border-width: 0px 1px 1px;
    border-color: rgba(0, 0, 0, 0.08);
    border-style: solid;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 12%) 12px 32px 60px -8px;
    padding: 40px 10px;
}
.joblisting .fl-post-feed-post {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.jobcontent .fl-post-title {
    padding: 0;
}
.jobpostblock {
    position: relative;
    padding: 20px 40px;
    width: 100%;
    text-align: left;
    color: #343434;
    text-decoration: none;
    background-color: #fff;
    transition: all 50ms ease-in-out;
    border: 1px solid #d9dbda !important;
    margin-bottom: 25px;
    border-radius: 10px !important;
}
.jobpostblock:hover{
    background-color: #58478c;
}
.jobpostblock:hover * ,
.jobpostblock:hover  .fl-post-title a{
    color: #fff;
}
.jobpostblock p {
    margin: 0;
    font-size: 18px;
}
.jobcontent .fl-post-title a {
    font-weight: 600;
    font-size: 20px;
    color: #58478c;
}
.jobcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job_listing_sec .fl-post-feed-post {
    border: 0;
}
/*.jobpostblock .fl-post-more-link a {
    background-color: #58478c;
    border-bottom: 50px;
    font-size: 16px;
    line-height: 22px;
    color: white;
    padding: 15px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.6s ease;
    font-weight: 500;
    display: block;
    text-align: center;
}*/
.jobpostblock .viewlink{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.jobapply_form .gfield input,.jobapply_form .gfield select {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    overflow: hidden !important;
    margin: 0 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 5px 10px !important;
    height: 42px;
    border-color: #d9dbda;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.jobapply_form .gfield .ginput_container {
    margin-top: 0 !important;
}
.jobapply_form .gfield .gfield_label {
    font-weight: 500;
    color: #343434 !important;
    margin-bottom: 7px !important;
}
.jobapply_form .gfield {
    margin-top: 0 !important;
    margin-bottom: 30px;
}
.jobapply_form .gform_footer input[type=submit] {
    padding: 10px 20px;
}
.jobapply_form .gform_footer {
    margin-top: 0 !important;
    padding-top: 10px !important;
}
.portfolio_section .pp-post-filters li {
    display: none;
}
.portfolio_section .pp-post-filters li[data-filter=".category-ios-app"],
.portfolio_section .pp-post-filters li[data-filter="*"],
.portfolio_section .pp-post-filters li[data-filter=".category-android-app"],
.portfolio_section .pp-post-filters li[data-filter=".category-websites"] {
    display: inline-block;
}
.portfolio_section ul.pp-post-filters {
    text-align: center;
}
.portfolio_section .pp-content-post {
    padding: 0 !important;
    background: transparent !important;
}
.portfolio_block {
    overflow: hidden;
}
.portfolio_block .pp-gallery-img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    width: 100%;
}
.portfolio_block:hover .pp-gallery-img {
    transform: scale(1.1);
}
li.pp-post-filter {
    background-color: #58478c;
    color: #fff !important;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
li.pp-post-filter.pp-filter-active{
    background-color: #333;
}
.portfolio_block .pp-gallery-overlay {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(52,65,81, 0.7);
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    transition: 0.4s;
    transform: scale(1.5);
}
.portfolio_block:hover .pp-gallery-overlay{
    opacity: 1;
    transform: scale(1);
}
.portfolio_block .pp-gallery-overlay .pp-overlay-inner {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.events_section .pp-content-post {
    padding: 0;
    background: transparent !important;
    overflow: visible;
    margin-bottom: 60px !important;
}
.events_block a:not(.event_title) {
    display: inline-block;
    height: 100%;
}
.events_block {
    height: 100%;
}
.events_block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.events_block .event_title {
    position: absolute;
    background: #fff;
    z-index: 1;
    text-align: center;
    padding: 15px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 16%);
    border-radius: 10px;
    width: 100%;
    max-width: 95%;
    bottom: -30px;
    left: 0;
    right: 0;
    line-height: normal;
    margin: 0 auto;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
}
.events_block .event_title:hover{
    text-decoration: none;
    background-color: #58468C;
    color: #ffffff !important;
}
.portfolieo_banner .fl-row-content-wrap:after {
    opacity: 0.8;
}
.client_review_box .pp-content-wrapper {
    background-image: url(/wp-content/uploads/2021/09/quote_img.png);
    background-repeat: no-repeat;
    background-size: 39px;
    background-position: 5px 2px;
}
.about_heading .pp-primary-title:after {
    transform: rotate(90deg);
    left: -20px !important;
    right: auto !important;
    top: 0 !important;
    height: 100%;
}
.about_heading  .pp-primary-title {
    position: relative;
}
.plist .pp-icon-wrapper {
    display: flex;
}
.plist .pp-list-item {
    align-items: center;
}
.about_heading .pp-heading-content {
    overflow: visible;
}
.client_review_box .pp-testimonials-subtitle:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 218px;
    height: 3px;
    background: #fff;
    position: absolute;
    margin: auto;
}
.client_review_box .pp-testimonials-subtitle {
    position: relative;
    padding-top: 20px;
}
.requirements_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements_list ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.requirements_list ul li:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 13px;
    background: #58478c;
    top: 11px;
    left: 0;
    border-radius: 2px;
}
.portfoliosection .fl-module-content {
    margin: 0;
}
.portfoliosection .projectblock {
    display: flex;
    flex-wrap: wrap;
}
.portfoliosection .projectblock .projectimgblock,
.portfoliosection .projectblock .proejctdetailblock {
    flex: 0 0 50%;
    max-width: 50%;
}
.portfoliosection .projectblock .proejctdetailblock {
    padding:0 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.portfoliosection .projectblock .fl-post-title {
    font-size: 40px;
    color: #535353;
    line-height: 58px;
    font-weight: 700;
}
.flist {
    padding-left: 20px;
}
.seemorelink {
    text-decoration: none !important;
    color: #4A4B5C;
    font-size: 16px;
    display: flex;
    line-height: 26px;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.seemorelink i {
    margin-left: 5px;
}
.portfoliosection .fl-post-feed-post {
    margin: 0;
    border: 0;
}
.portfoliosection .fl-post-feed-post:nth-child(2n) .projectblock {
    flex-direction: row-reverse;
}
.portfoliosection .projectblock .fl-post-title a {
    color: #535353;
}
.sitelogo img {
    max-height: 50px !important;
}

/*Mega Menu CSS*/
.main-header .mega-menu-toggle,
.main-header .mega-menu-wrap {
    background: transparent !important;
}
.main-header .mega-menu,
.main-header .mega-menu-wrap {
    position: static !important;
}
.main-header .mega-sub-menu {
    background: #fff !important;
    border-bottom: 1px solid #ddd !important;
}
.main-header .fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.main-header .mega-sub-menu svg {
    color: #4d3d81;
    width: 15px;
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header .dropdown-item {
    padding: 10px 20px;
    color: #000;
    border-radius: 14px;
    text-decoration: none;
    width: 100%;
    font-size: 15px;
    display: inline-block;
    margin: 3px 0;
}
.service-head {
    background: #f7f7ff;
}
.main-header .dropdown-item:hover {
    background: #f7f7ff !important;
}
.main-header .dropdown-item i {
    margin-right: 5px;
    font-size: 20px;
}
.main-header .dropdown-item i {
    margin-right: 5px;
    font-size: 20px;
}
.media-icon i {
    margin: 0 !important;
    font-size: 34px !important;
}
.main-header .mega-menu-link {
    height: unset !important;
    line-height: normal !important;
}
header .container {
    position: static;
}
#ruby,
#Layer_1{
    margin: -1px auto;
    vertical-align: baseline;
}
.menu-list #Layer_1{
    width: 15px;
}
.media-icon {
    border-radius: 5px;
    /*background-color: #4d3d81;*/
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 5px;
}
.megamenu-li {
    position: static !important;
}
.megamenu-li .container br, .industry-block p{    
  display: none;
}
.mob-dev p, .web-dev p, .digital-dev p, .testing-dev p, .design-dev p, .solution-app p, .company-div p{
    display: none;
}
.industry-block .media .media-body{
  margin: 0px;
}
.media .media-body{
  margin: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;
    position: static;
}

div#mega-menu-wrap-menu-1 {
    position: static;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 0px 24px;
    position: absolute;
    width: auto !important;
    left: 0;
    right: 0;
}
/*.mobile-bg {
    background: rgb(255,108,108);
    background: linear-gradient(315deg, rgb(88 71 140) 0%, rgb(142 132 173) 100%);
}
.web-dev-bg, .careerBack,.food-delivery-bg{
    background: rgb(255,167,108);
    background: linear-gradient(315deg, rgba(255,167,108,1) 0%, rgba(255,76,0,1) 100%);
}*/
/*.digital-bg, .edu-bg{
    background-color: #abe9cd;
    background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);
}*/
.healthcare-bg{
    background-color: #ff5b5b;
}
.event-bg{
    background-color: #175FFF;
}
.industry-head .media-icon {
    margin-bottom: 5px;
}
.industry-head .media-body {
    white-space: normal !important;
    text-align: center !important;
    line-height: 17px !important;
    font-size: 13px;
}
.service-head .media-body {
    white-space: normal !important;
    margin-left: 14px;
    width: calc(100% - 70px);
}
.dropdown-item.service-head:hover {
    background-color: #463379 !important;
    color: #fff !important;
    border-radius: 10px;
}
.dropdown-item.service-head h6 {
    margin-bottom: 5px;
    font-size: 16px;
}
.dropdown-item.service-head:hover h6{
  background-color: transparent !important;
  color: #fff;
}
.dropdown-item.service-head:hover .media-icon {
    background-color: #fff;
    background-image: linear-gradient(315deg, #ffffff 0%, #ffffff 74%);
    color: #ec7323;
}
.menu-list #Layer_1 {
    width: 15px;
}
.header-contact-btn a{
    animation: shadow 2s linear infinite;
    transition: all ease-in-out .5s;
}
@keyframes shadow {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);

    }
    50% {
        box-shadow: none;
    }
    100% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);
    }
}

@-webkit-keyframes shadow {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);
    }
    50% {
        box-shadow: none;
    }
    100% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);
    }
}
.service-head + div {
    height: 0;
    transition: .8s height;
    overflow: hidden;
}

.menu-col:hover > div {
    height: 100%;
}
.services_sec .owl-dots {
    margin-top: 30px;
}
.services_sec .owl-dots span {
    margin: 4px !important;
    border-radius: 0 !important;
    width: 12px !important;
    height: 12px !important;
}
.counter .fl-col-content {
    color: #eb3b5a;
    width: 220px;
    height: 220px;
    text-align: center;
    border-radius: 100%;
    padding: 66px 32px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter .fl-module-numbers .fl-node-content {
    margin: 0;
}

.counter .fl-col-content:before,.counter .fl-col-content:after {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter .fl-col-content:after {
    background: linear-gradient(45deg,#B81242 49%, #D74A75 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
.counter-img .pp-photo-container {
    color: #fff;
    background: linear-gradient(45deg,#B81242 49%, #D74A75 50%);
    font-size: 33px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    padding: 15px;
    left: 0;
    display: flex;
    z-index: 1;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}
.counter-img .pp-photo-container img {
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}
.counter:hover .pp-photo-container img{
    transform: rotateX(360deg);
}
.counter .fl-number-text {
    display: flex;
    flex-direction: column;
}
.counter .fl-number-text .fl-number-after-text {
    margin: 10px 0 0;
    line-height: 19px;
}
.counter.orange .fl-col-content{
    color: #F38631;
}
.counter.orange .fl-col-content:after,
.counter.orange .counter-img .pp-photo-container{
    background: linear-gradient(45deg,#F38631 49%,#F8A059 50%);
}
.counter.green .fl-col-content{
    color: #88BA1B;
}
.counter.green .fl-col-content:after,
.counter.green .counter-img .pp-photo-container{
    background: linear-gradient(45deg,#88BA1B 49%,#ACD352 50%);
}
.counter.blue .fl-col-content{
    color: #5DB3E4;
}
.counter.blue .fl-col-content:after,
.counter.blue .counter-img .pp-photo-container{
    background: linear-gradient(45deg,#5DB3E4 49%,#7EBEE1 50%);
}
.portfoliosection .projectblock {
    pointer-events: none;
}
.main-header .mega-sub-menu .mega-menu-link {
    padding: 10px !important;
    background: #fff !important;
    border-top: 1px solid #dddede !important;
}
.main-header .mega-sub-menu {
    box-shadow: 0 0 21px rgb(0 0 0 / 10%) !important;
}

/*Team Section*/
.team-section .pp-content-post {
    background: transparent !important;
    padding: 10px !important;
    overflow: visible;
}
.team-box .pp-content-grid-post-image {
    padding: 0;
    pointer-events: none;
    position: relative;
    overflow: hidden;
	border-radius: 50%;
}
.team-box {
	padding: 0 15px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.team-box .pp-content-grid-post-image img {
    border-radius: 50%;
    /* border: 10px solid #fff; */
    /* box-shadow: 0 0 9px rgb(0 0 0 / 20%) !important; */
    /*height: 256px;*/
    width: 100%;
	height: 265px;
    object-fit: cover;
}
.team-box .pp-content-grid-post-title a {
    pointer-events: none;
    color: #58478c;
}
.team-box .pp-content-grid-post-text p {
    margin: -4px 0 0;
    color: #f76c5e;
    line-height: normal;
}
.team-box .pp-content-grid-post-text p a {
    pointer-events: none;
    color: #f76c5e;
}
.team-box .pp-content-grid-post-text {
    padding: 20px 10px;
    position: relative;
}
.team-box .pp-content-grid-post-title:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #27ae61;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.team-box .pp-content-grid-post-title:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #27ae61;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.team-box:hover .pp-content-grid-post-title:before,
.team-box:hover .pp-content-grid-post-title:after {
    width: 50px;
}
.team-box p:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #27ae61;
    margin: 0 auto;
    position: relative;
    top: -6px;
}
.team-box .pp-content-grid-post-image:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(88, 71, 140, 0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
	border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.team-box:hover .pp-content-grid-post-image:after {
    bottom: 0;
}
.team-box .pp-content-grid-post-text .pp-content-grid-post-title {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px !important;
    position: relative;
}
.project_form  select {
    line-height: normal !important;
    padding: 3px 10px !important;
}
.project_form .chosen-single {
    min-height: 45px;
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #111;
}
.project_form .chosen-single div {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.project_form .chosen-single b {
    height: 22px !important;
}

@media screen and (max-width: 992px){
    .jobpostblock {
        padding: 15px;
        margin-bottom: 0;
    }
    .portfoliosection .projectblock .proejctdetailblock {
        padding: 0 20px;
    }
    .portfoliosection .projectblock .fl-post-title {
        font-size: 26px;
        line-height: 36px;
    }
    .flist {
        padding-left: 17px;
        margin-bottom: 3px;
    }
    .seemorelink{
        font-size: 14px;
    }
    .seemorelink i {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px){
    .project_block {
        padding: 15px 15px 0 15px;
    }
    .project_content h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .client_review_block {
        padding: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .technologies_tab .pp-tab-label-inner:before{
        display: none !important;
    }
    .technologies_tab .pp-tab-label-inner {
        width: 100%;
        padding: 8px 5px !important;
    }
    .services_sec .pp-content-post .our-services-inner {
        padding: 15px;
    }
    .portfoliosection .projectblock .proejctdetailblock{
        padding: 15px;
    }
    .portfoliosection .projectblock {
        flex-direction: column;
    }
    .portfoliosection .projectblock .projectimgblock,
    .portfoliosection .projectblock .proejctdetailblock {
        flex: 100%;
        max-width: 100%;
    }
    .portfoliosection .projectblock .fl-post-title {
        font-size: 26px;
        line-height: 40px;
    }
    .counter .fl-col-content {
        margin: 0 auto 30px !important;
    }
    .services_sec .pp-content-post .our-services-inner h3 {
        line-height: 28px;
        font-size: 20px;
        font-weight: 500;
    }
    .services_sec .pp-content-post .our-services-inner .wp-post-image{
        height: 180px;
    }
    .services_img {
        margin: 0 0 30px;
    }
    .counter-img .pp-photo-container{
        height: 60px;
        width: 60px;
    }
    .counter .fl-col-content {
        width: 160px;
        height: 160px;
        padding: 50px 32px 40px;
    }
    .counter .fl-col-content:before{
        height: 90%;
        width: 90%;
    }
    .counter .fl-col-content .fl-number-string {
        font-size: 24px;
    }
    .team_block img {
        width: 200px;
        height: 200px;
        margin: auto !important;
    }
    .team_block .pp-content-grid-post-image {
        text-align: center;
    }
    .jobcontent .fl-post-title a,
    .jobpostblock p {
        font-size: 14px;
    }
    .jobpostblock {
        padding: 10px;
    }
    .job_listing_sec .fl-post-feed-post {
        margin-bottom: 10px;
    }
    .events_block .event_title {
        padding: 10px;
        bottom: -20px;
        font-size: 16px;
    }
    .events_section .pp-content-post {
        margin-bottom: 35px!important;
    }
    .contactbox .layout-3-wrapper {
        flex-direction: row;
    }
    .contactbox .pp-infobox-title {
        margin-top: 0 !important;
    }
    .contactbox img {
        width: 30px !important;
        margin-right: 10px;
    }
    .testimonial_slider .layout-4-content {
        padding: 10px !important;
    }
    .testimonial_slider .pp-testimonial {
        padding-top: 0 !important;
    }
}

@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Inter:wght@400;500;600;700;800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
html {
    scroll-behavior: smooth
}
.hiringpopupbody a{
    text-decoration: none !important;
    display: inherit  !important;
}
.hiringpopupbody .text-yellow{
    color: #FFA800 !important;
}
.hiringpopupbody .text-blue{
    color: #5DB5F7;
}
.hiringpopupbody .text-purple{
    color: #463379;
}
.hiringpopupbody ul{
    list-style: none;
}

.hiringpopupbody .main-title {
    color: #463379;
    font-size: 35px;
    font-weight: 600;
    padding: 20px 0;
}
.hiringpopupbody .logocover {
    background-image: url('https://maroon-zebra-594328.hostingersite.com/wp-content/themes/bb-theme-child/images/logo-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 220px;
}
.hiringpopupbody .modal-body{
    background-image: url('https://maroon-zebra-594328.hostingersite.com/wp-content/themes/bb-theme-child/images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.hiringpopupbody .modal-footer {
    background-image: url('https://maroon-zebra-594328.hostingersite.com/wp-content/themes/bb-theme-child/images/footer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.hiringpopupbody .arrow-icon{
    position: absolute;
    left: -10px;
    top: 3px;
}
.hiringpopupbody .border-x{
    border-left: 1px solid #a1acde;
    border-right: 1px solid #a1acde;
}
.hiringpopupbody .fs-14{
    font-size: 14px !important;
}
.hiringpopupbody .fs-15{
    font-size: 15px !important;
}
.hiringpopupbody .fs-18{
    font-size: 18px !important;
}
.hiringpopupbody .fs-20{
    font-size: 20px !important;
}
.hiringpopupbody .btn-close {
    
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    opacity: .5;
    border: 2px solid #463379;
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (max-width: 991px){
    .hiringpopupbody .fs-15 {
        font-size: 13px !important;
    }
    .hiringpopupbody .fs-18 {
        font-size: 14px !important;
    }
    .hiringpopupbody .fs-20{
        font-size: 16px !important;
    }
    .hiringpopupbody .modal-footer {
        background-size: cover;
    }
    .hiringpopupbody .main-title {
        font-size: 25px;
        padding: 10px 0;
    }
    .hiringpopupbody .logocover {
        height: 270px;
    }
    .hiringpopupbody .fs-5 {
        font-size: 16px !important;
    }
    .hiringpopupbody .arrow-icon {
        left: -5px;
        top: 2px;
        font-size: 13px;
    }
    .hiringpopupbody  .modal-footer {
        background-color: #463379;
    }
}
@media (max-width: 575px){

    .hiringpopupbody .logocover {
        height: 300px;
    }
    .hiringpopupbody .fs-14 {
        font-size: 13px !important;
    }
    .hiringpopupbody .fs-15 {
        font-size: 12px !important;
    }
    .hiringpopupbody  .fs-18 {
        font-size: 12px !important;
    }
}
@media (max-width: 375px){
    .hiringpopupbody  .logocover {
        height: 200px;
    }
    .hiringpopupbody .fs-14 {
        font-size: 11px !important;
    }
    .hiringpopupbody .fs-18 {
        font-size: 11px !important;
    }
    .hiringpopupbody .fs-15 {
        font-size: 11px !important;
    }
    .hiringpopupbody .main-title{
        font-size: 20px;
        padding: 5px 0;
    }
}
@media (max-width: 320px){
    .hiringpopupbody .fs-20 {
        font-size: 12px !important;
    }
    .hiringpopupbody .fs-14 {
        font-size: 11px !important;
    }
}

.technologies_tab .pp-infobox.layout-5 {
	border: 1px solid #eeeeee !important;
    border-radius: 15px;
    box-shadow: -1px 5px 5px #f5f5f5;
}
.technologies_tab .pp-infobox.layout-5:hover {
	background: #f9f8fc;
    border: 1px solid #58468c !important;
}
.services_sec .pp-content-post.pp-content-grid-post.pp-grid-style-2 {
	background-color: #E9F2FF66 !important;
    border: 2px solid #E9F2FF66 !important;
	animation: down-up linear 4s;
	  animation-iteration-count: infinite;
	  transform-origin: 50% 50%;
	  -webkit-animation: down-up linear 4s;
	  -webkit-animation-iteration-count: infinite;
	  -webkit-transform-origin: 50% 50%;
	  -moz-animation: down-up linear 4s;
	  -moz-animation-iteration-count: infinite;
	  -moz-transform-origin: 50% 50%;
	  -o-animation: down-up linear 4s;
	  -o-animation-iteration-count: infinite;
	  -o-transform-origin: 50% 50%;
	  -ms-animation: down-up linear 4s;
	  -ms-animation-iteration-count: infinite;
	  -ms-transform-origin: 50% 50%;
	}

	@keyframes down-up{
	  100% {
		transform:  translate(1px,20px)  ;
	  }
	  74% {
		transform:  translate(1px,30px)  ;
	  }
	  50% {
		transform:  translate(1px,12px)  ;
	  }
	  24% {
		transform:  translate(1px,22px)  ;
	  }
	  0% {
		transform:  translate(1px,22px)  ;
	  }
	}

	@-moz-keyframes down-up{
	  100% {
		transform:  translate(1px,20px)  ;
	  }
	  74% {
		transform:  translate(1px,30px)  ;
	  }
	  50% {
		transform:  translate(1px,12px)  ;
	  }
	  24% {
		transform:  translate(1px,22px)  ;
	  }
	  0% {
		transform:  translate(1px,22px)  ;
	  }
	}

	@-webkit-keyframes down-up {
	  100% {
		transform:  translate(1px,20px)  ;
	  }
	  74% {
		transform:  translate(1px,30px)  ;
	  }
	  50% {
		transform:  translate(1px,12px)  ;
	  }
	  24% {
		transform:  translate(1px,22px)  ;
	  }
	  0% {
		transform:  translate(1px,22px)  ;
	  }
	}

	@-o-keyframes down-up {
	  100% {
		transform:  translate(1px,20px)  ;
	  }
	  74% {
		transform:  translate(1px,30px)  ;
	  }
	  50% {
		transform:  translate(1px,12px)  ;
	  }
	  24% {
		transform:  translate(1px,22px)  ;
	  }
	  0% {
		transform:  translate(1px,22px)  ;
	  }
	}

	@-ms-keyframes down-up {
	  100% {
		transform:  translate(1px,20px)  ;
	  }
	  74% {
		transform:  translate(1px,30px)  ;
	  }
	  50% {
		transform:  translate(1px,12px)  ;
	  }
	  24% {
		transform:  translate(1px,22px)  ;
	  }
	  0% {
		transform:  translate(1px,22px)  ;
	  }
	}
.services_sec .pp-content-post.pp-content-grid-post.pp-post-2n.pp-grid-style-2 {
	background-color: #F8F5FF !important;
    border: 2px solid #F8F5FF !important;
	margin-top: 45px !important;
	animation: up-down linear 4s !important;
  animation-iteration-count: infinite !important;
  transform-origin: 50% 50% !important;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@media (max-width: 992px) {
	.services_sec .pp-content-post.pp-content-grid-post.pp-post-2n.pp-grid-style-2 {
		margin-top: 0px !important;
		animation: none !important;
	}
	.services_sec .pp-content-post.pp-content-grid-post.pp-grid-style-2 {
		margin-top: 0px !important;
		animation: none !important;
	}
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}

.services_sec .pp-content-post.pp-content-grid-post {
	border-radius: 15px !important;
	padding: 20px !important;
}
.services_sec .pp-content-post .pp-post-featured-img img {
	width: 120px !important;
	height: auto !important;
}
.services_sec .pp-content-post .pp-content-body {
	padding: 0px !important;
}
.pp-content-post .pp-post-image {
	padding-bottom: 25px !important;
}
.technologies_section .pp-tabs-panels {
	padding-top: 30px !important;
}
.technologies_section .pp-tabs-label:hover {
	background-color: transparent !important;
}
.technologies_section .pp-tabs-label.pp-tab-active:hover {
	background-color: #F8F5FF !important;
}

.animation-container {
    position: relative;
    width: 100%;
    height: 55px; /* Adjust according to your content size */
    overflow: hidden;
	display: flex;
	align-items: flex-start;
	font-size: 20px;
}

.animation-container p {
	font-size: 26px !important;
}

.type {
    position: absolute;
    opacity: 0;
    width: 100%;
    text-align: ;
    animation: showHide 6s infinite;
	padding-left: 48px;
	font-size: 26px;
	color: #58468C !important;
}

.type:nth-child(1) {
    animation-delay: 0s;
}

.type:nth-child(2) {
    animation-delay: 2s;
}

.type:nth-child(3) {
    animation-delay: 4s;
}

@keyframes showHide {
    0% { opacity: 0; transform: translateY(20px); }
    10% { opacity: 1; transform: translateY(0); }
    30% { opacity: 1; transform: translateY(0); }
    40% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 0; transform: translateY(-20px); }
}


.services_sec .pp-content-grid-pagination.fl-builder-pagination {
	display: none;
}

.process-content-sections .fl-col-content .sectitleblock {
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px #4c26b41a;
	margin:15px;
	height: 100%;
	position: relative;
}
.process-content-sections .fl-col-content .sectitleblock:hover {
    border-radius: 0!important
}

.process-content-sections .fl-col-content .sectitleblock:after, 
.process-content-sections .fl-col-content .sectitleblock:before {
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    box-sizing: border-box;
    content: ""
}

.process-content-sections .fl-col-content .sectitleblock:before {
    left: 0;
    bottom: 0
}
.process-content-sections .fl-col-content .sectitleblock:hover:before {
    width: 100%;
    height: 100%;
    border: 3px solid #463379;
    border-right: none;
    border-bottom: none;
    transition: height .4s linear,width .4s linear .4s
}

.process-content-sections .fl-col-content .sectitleblock:after {
    top: 0;
    right: 0
}

.process-content-sections .fl-col-content .sectitleblock:hover:after {
    width: 100%;
    height: 100%;
    border: 3px solid #463379;
    border-left: none;
    border-top: none;
    transition: height .4s linear,width .4s linear .4s
}


code {
	color: #463379 !important;
	font-size: inherit !important;
	font-style: normal !important;
	word-break: normal !important;
}

.videotestimonials_section .pp-content-post .videoblock, .videotestimonials_section .pp-content-post .videoblock .imgblock {
	height: 100%;
	max-height: 330px;
	border-radius: 10px;
}
.videotestimonials_section .video_testimonials.type-video_testimonials {
	padding: 30px;
	border-radius: 15px;
	background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px #dddddd;
	margin-top: 8px;
}
.videotestimonials_section .owl-carousel .owl-item {
	padding-bottom: 30px;
}

.counter-main-box .fl-col-content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter-main-box .fl-col-content .fl-number-int {
	font-weight: 500;
}


