







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */



























:root {
  --petal_primary_color: #26262D;
  --petal_secondary_color: #18dff2;
  --petal_tertiary_color: #40318c;
  --petal_primary_font_family: Inter, sans-serif;
}
/* 1d. Buttons */















/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */












.content-wrapper {
  max-width: 1240px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}
.dnd-section > .row-fluid,
.container_wrapper{
  max-width: 1240px;
  margin: 0 auto;
}




main#main-content {
  margin-top: 100px;
}
.hs-landing-page main#main-content {
  margin-top: 75px;
}

html {
  font-size: 18px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #26262d;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #5d45d3;
  text-decoration: none;
}

a svg path {
  fill: #5d45d3;
}
a svg {
  transition: all .15s ease-in;
}
a:hover svg:not(.dropdown) {
  transform: translateX(4px);
}

a:hover,
a:focus {


/*   text-decoration: none; */
}

a:active {

  color: #856dfb;
}
.p3-contact__main svg {
  fill: #26262d;;
}
/* Headings */

h1,
.h1 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #26262d;
  font-size: 48px;
  text-transform: none;
}

h2,
.h2 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #26262d;
  font-size: 36px;
  text-transform: none;
}

h3,
.h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #26262d;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #26262d;
  font-size: 28px;
  text-transform: none;
}

h5,
.h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #26262d;
  font-size: 22px;
  text-transform: none;
}

h6,
.h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #26262d;
  font-size: 18px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #18dff2;
}


















:root {
   --petal_body_font_color: #26262d;
   --petal_secondary_btn_bg_color: #fff;
   --petal_secondary_btn_bg_hover_color: #9238ff1a;
   --petal_secondary_btn_bg_active_color: rgba(115, 69, 222, 0.3);
   --petal_secondary_btn_bg_focus_color: rgba(255, 255, 255, 0);,
   --petal_secondary_btn_border_color: #D4D8E9;
   --petal_secondary_btn_focus_outline_color: #1E1E25;
   --petal_anchor_font_color: #5d45d3;
}

:is(.button, 
.hs-blog-post-listing__post-button, 
.hs-button, 
.p3-apply__btn a, 
.p3-footer__cta-btn-1, 
.primary_button, 
.secondary_button,
.tertiary_button,
.website-header
.header_btn):is(:active, :focus, :hover) {
  font-weight: 600;
}

:is(.button, 
.hs-blog-post-listing__post-button, 
.hs-button, 
.p3-apply__btn a, 
.p3-footer__cta-btn-1, 
.primary_button, 
.website-header 
.header_btn a, 
button:not(.glider-dot,.p3-accordions-heading)) {
  font-weight: 600;
  max-height: 46px;
  min-height: 46px;
  /*box-shadow: 0px 2px 4px rgba(136, 144, 194, 0.2), 0px 5px 15px rgba(37, 44, 97, 0.15);*/
}

:is(.button, 
.hs-blog-post-listing__post-button, 
.hs-button, 
.p3-apply__btn a, 
.p3-footer__cta-btn-1, 
.primary_button, 
.website-header 
.header_btn a,
):is(:focus) {
  outline: 2px solid #1E1E25;
  outline-offset: 2px;
  color: #ffffff;
}

:is(.button, 
.hs-blog-post-listing__post-button, 
.hs-button, 
.p3-apply__btn a, 
.p3-footer__cta-btn-1, 
.primary_button, 
.website-header 
.header_btn a
):is(:active) {
  background-color: #2F2466;
  color: #ffffff;
}

button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
.website-header .header_btn a,
.primary_button,
.p3-apply__btn a,
.p3-footer__cta-btn-1 {
  border: 1px none #5D45D3;

  padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;

  background-color: 

  
  
    
  


  rgba(93, 69, 211, 1.0)

;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
}

button:hover,
.button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover,
.website-header .header_btn a:hover,
.primary_button:hover,
.p3-apply__btn a:hover,
.p3-footer__cta-btn-1:hover {
  border: 1px none #40318C;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: #40318C;
  border-radius: 4px;
}
.primary_button:active {
  background-color: #2F2466;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(133, 109, 251, 1.0);
  border-color: #856dfb;
}

:is(.primary_button,.secondary_button,.tertiary_button) svg {
  margin-left: 10px;
}


.p3-apply__btn a {
  /*box-shadow: 0 5px 15px 0 rgba(37,44,97,.15),0 2px 4px 0 rgba(136,144,194,.2);*/
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.p3-job__bio a {
  color: 

  
  
    
  


  rgba(93, 69, 211, 1.0)

;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.p3-job__bio a:hover {
  color: 

  
  
    
  


  rgba(64, 49, 140, 1.0)

;
}

.website-header .header_btn a svg path,
.primary_button svg path,
.p3-footer__cta-btn-1 svg path {
  fill: #FFFFFF;
}



.link {
  color: ;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.link svg {
  margin-left: 10px;
}
.link svg path {
  fill: #5d45d3;
}
.link:hover svg path {
  fill: #40318c;
}
.link:hover {
  color: #40318c;
}



form {
}

form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Inter; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 32px;
  color: #5d45d3;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {

}

/* Help text */

form legend {
  color: #26262d;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background: transparent;
  border: 1px solid #000044;
  padding: 13px 12px;
  border-radius: 2px;
  width: 100% !important;
}
/* form select,
form textarea,
form input[type=text],
form input[type=tel],
form input[type=email] {
} */
form .hs-form-field:not(.hs-fieldtype-checkbox, .hs-fieldtype-radio, .hs-fieldtype-booleancheckbox) {
  position: relative;
}
form .hs-form-field:not(.hs-fieldtype-checkbox, .hs-fieldtype-radio, .hs-fieldtype-booleancheckbox) label:not(.hs-error-msg) {
  position: absolute;
  top: -10px;
  left: 13px;
  font-size: 14px;
  background: rgba(255,255,255,1.0);
  padding: 0 5px;
}
form .hs_error_rollup + .hs_submit.hs-submit {
  margin-top: 40px;
}
.hs_error_rollup {
  position: absolute;
  bottom: 50px;
}
.hs_error_rollup label {
  color: #f2545b;
}
form label.hs-form-radio-display,
form label.hs-form-checkbox-display {
  display: flex;
  align-items: center;
}

form .hs-fieldtype-textarea.hs-input {
  min-height: 166px;
}
form fieldset input:not([type=checkbox], [input=radio]), 
form fieldset select,
form .hs-fieldtype-textarea.hs-input {
/*   background: transparent;
  border: 1px solid #000044;
  padding: 13px 12px;
  border-radius: 2px; */
}
form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;

  width: 18px !important;
  height: 18px !important;
  border: 1px solid #58586F !important;
  border-radius: 50% !important;
  display: grid;
  place-content: center;
}

form input[type=radio]:focus {
  outline: 1px solid #5D45D3;
  border-radius: 50%;
}

form input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #5D45D3;
}

form input[type="radio"]:checked::before {
  transform: scale(1);
}

form input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
  accent-color: #5D45D3;
}
form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid #58586F;
  border-radius: 2px;
}
form input[type="checkbox"]::before {
  content: "";
  width: 18px;
  height: 18px;
/*   clip-path: polygon(
      20% 50%, 
      40% 70%,
      80% 30%, 
      80% 20%, 
      40% 60%, 
      30% 40% 
    ); */
  transform: scale(0);
  background-color: #fff;
}
form input[type="checkbox"]:checked {
  background-color: #5D45D3;
}
form input[type="checkbox"]:checked::before {
  transform: scale(1);
}
ul.inputs-list[role="checkbox"],
ul.inputs-list {
  display: flex;
  flex-wrap: wrap;
}

ul.inputs-list[role="checkbox"] li.hs-form-checkbox[role="checkbox"],
ul.inputs-list[role="checkbox"] li.hs-form-radio[role="radio"] {
  width: 50%;
  box-sizing: border-box;
  margin: 0;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #6E758C;
}

::-moz-placeholder {
  color: #6E758C;
}

:-ms-input-placeholder {
  color: #6E758C;
}

::placeholder {
  color: #6E758C;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #6E758C;
}

.fn-date-picker td.is-selected .pika-button {
  background: #26262D;
}

.fn-date-picker td .pika-button:hover {
  background-color: #26262D ;
}

.fn-date-picker td.is-today .pika-button {
  color: #26262D;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #26262D;
;
  padding-top: 0px;
padding-right: 24px;
padding-bottom: 0px;
padding-left: 24px;
;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(93, 69, 211, 1.0)

; /* form_submit_button_bg_color */
  border-radius: 4px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(64, 49, 140, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(133, 109, 251, 1.0);
  border-color: #856dfb;
}

form .hs-richtext a {
  color: #26262d;
  text-decoration: underline;
}





/* Table */

table {
  border: 1px solid #26262d;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #26262d;

  padding: 18px;

  color: #26262d;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(38, 38, 45, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #26262d;
}





.header {
  background-color: 

  
  
    
  


  rgba(24, 223, 242, 1.0)

;
}

.website-header .nav_menus ul li a:hover,
.website-header .nav_menus ul li:hover svg path,
.website-header .nav_menus ul li:hover svg,
.breadcrums_section ul li a:hover{
  color: #40318c;
  fill: #40318c;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #585867;
  font-family: Inter;
}

.menu__child-toggle-icon {
  border-top-color: #585867;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #30303f;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #30303f;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #80808f;
}

.menu__child-toggle-icon:active {
  border-top-color: #80808f;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #585867;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #26262d;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #000;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(24, 223, 242, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(24, 223, 242, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: #585867;
}
.website-header .right_nav_link {
  color: #585867;
}

.website-header .right_nav_link:hover {
  color: #40318c;
}

.website-header .right_nav_link,
.website-header .row_website .right_content_nav .menu_icons .admin > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}



@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(24, 223, 242, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #585867;
  }
  
  .hs-landing-page .header__logo {
    margin: 0;
  }
  .hs-landing-page .header__container {
    padding: 7px 0 0 5px;
  }
}

@media(max-width: 575px) {
  .hs-landing-page .header__container {
    padding: 0 0 0 5px;
  }
}





footer.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #58586F;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #26262d;
}

.blog-post__tag-link {
  color: #26262d;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000005;
}

.blog-post__tag-link:active {
  color: #4e4e55;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #26262d;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000005;
}

.blog-related-posts__title-link:active {
  color: #4e4e55;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #5d45d3;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #351dab;
}

#comments-listing .comment-reply-to:active {
  color: #856dfb;
}





.hs-search-results__title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #26262d;
}
.hs-search-results__listing {
  list-style: none;
  margin: 0;
  padding: 0
}

.hs-search-results__listing li {
  margin: 0;
  padding: 0
}

.hs-search-highlight {
  font-weight: 700
}

.hs-search-results__prev-page {
  float: left
}

.hs-search-results__next-page {
  float: right
}
#hsresults li {
  display: grid;
  grid-template-areas: "a b" "a c" "a c";
  grid-template-columns: 1fr 3fr;
  border-bottom: 1px solid #26262d;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 913px) {
  #hsresults li {
    grid-template-areas: "a" "b" "c";
    grid-template-columns: 1fr;
  }
  #hsresults li .hs-search-results__title {
    padding-top: 1em;
  }
  #hsresults li .hs-search-results__featured-image {
    padding-right: 0;
  }
}
#hsresults li .hs-search-results__featured-image {
  grid-area: a;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
#hsresults li .hs-search-results__featured-image img, .hs-search-results__featured-image img {
  border-bottom: 4px solid #4f3ab6;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
span.hs-search-highlight { position: relative; }
span.hs-search-highlight::after {
  background-color: rgba(79, 58, 182, .2);
  content: " ";
  height: 100%;
  left: -2px;
  padding: 0 2px;
  position: absolute;
  top: 0;
  width: calc(100% + 4px);
  z-index: -1;
}
#search_bar {
  margin-bottom: 2em;
  width: 100%
}

#search_bar form {
  height: 42px;
  position: relative;
  width: 100%
}

#search_bar form input {
  border: none;
  border-bottom: 1px solid #010101;
  height: 100%;
  width: 100%
}

#search_bar form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 0;
  box-shadow: unset;
}





/* Blog listing */
.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}
.hs-blog-post-listing__post-title-link {
  color: #26262d;
}
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000005;
}
.hs-blog-post-listing__post-title-link:active {
  color: #4e4e55;
}
.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #26262d;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #26262d;
}
.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000005;
}
.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #4e4e55;
}
.hs-pagination__link-icon svg {
  fill: #26262d;
}

/* Pricing card */
.card__price {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #26262d;
  font-size: 32px;
}
.card__body svg {
  fill: #26262D;
}

/* Social follow */
.social-links__icon {
  background-color: #26262D;
}
.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000005;
}
.social-links__icon:active {
  background-color: #4e4e55;
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #26262d;
  font-size: 32px;
}

/******Custom Style******/
header.header {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(13, 57, 60, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  transition: all .5s ease-in;
  width: 100%;
  z-index: 10;
}
.website-header .row_website {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.website-header .row_website .logo {
  width: 20%;
}
/* .home_hero_sec { */
/*   margin-top: 100px; */
/* } */
.website-header .row_website .right_content_nav {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.website-header .row_website {
  justify-content: space-between;
  min-height: 100px;
}
.website-header .row_website .right_content_nav .nav_menus {
  display: flex;
  flex-wrap: wrap;
}
.website-header .row_website .right_content_nav .heade_btns {
  display: flex;
  flex-wrap: wrap;
}
.website-header .row_website .right_content_nav .nav_menus .menu_icons {
  display: flex;
  flex-wrap: wrap;
}

header.header .globe_class::after {
  content: url(data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.24414 7.4L0.244141 1.4L1.64414 0L6.24414 4.6L10.8441 0L12.2441 1.4L6.24414 7.4Z' fill='white'/%3E%3C/svg%3E);
  width: 14px;
  height: 7.4px;
  margin-left: 3px;
}
.website-header .nav_menus ul li a,
.website-header .right-side-menu ul li a,
#drop_down_lang_switcher.flyouts.hs-menu-flow-horizontal.lang .hs-item-has-children a {
  font-size: 16px;
  color: #585867;
  text-decoration: none;
}
@media (max-width: 768px) {
  .website-header .right-side-menu {
    display: none;
  }
}
.website-header .right-side-menu ul li:not(:last-child) {
  margin-right: 24px;
}

.website-header .nav_menus ul li svg path,
#drop_down_lang_switcher.flyouts.hs-menu-flow-horizontal.lang .hs-item-has-children a svg path {
  fill: #585867;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li.hs-menu-item a {
  color: #26262d;
}
.website-header .row_website .right_content_nav .menu_nav ul li {
  padding: 0px 12px;
}
.website-header .row_website .right_content_nav .menu_nav ul li.hs-menu-item.hs-menu-depth-1,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
  transition: .3s background ease;
}
.website-header .row_website .right_content_nav .menu_nav ul li.hs-menu-item.hs-menu-depth-1:hover,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  background: #F8F9FC;
}


.website-header .row_website .right_content_nav .menu_icons {
  gap: 24px;
  border-left: 1px solid lch(100 0 0 / 0.20);
  border-right: 1px solid lch(100 0 0 / 0.20);
  padding: 0px 24px;
  margin: 0px 24px;
}
.events-listing .card .blog-listing__post-content .blog-listing__post-tags a{
  margin-bottom: 6px;
  margin-right: 1px;
  background: #735DEF55 !important;
}
.events-listing .card img {
  border-bottom: 3px solid #4F3AB6 !important;
}
.event-listing-custom article.hs-blog-post-listing .blog-listing__post-button-wrapper a.blog-listing__post-button.button {
  color: #5d45d3 !important;
  box-shadow: none;
  min-height: unset;
}
.event-listing-two-main-custom .blog-pagination #blog_pagination_links a:not(.blog-pagination__link--active).blog-pagination__link {
  color: #26262d !important;
}
.event-listing-two-main-custom .blog-pagination .blog-pagination-section #blog_pagination_links a.blog-pagination__link--active {
  background: #4F3AB6 !important;
}

#search img:Hover,
.admin img:hover{
  opacity: 0.7;
}
.p3-newsletter.p3-social__icon a:Hover img {
  opacity: 0.8;
}
.p3-footer__social-media a:Hover svg, .p3-footer__social-media a:Hover path {
  fill: #40318c;
}
.p3-footer__col-right .inner .footer-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p3-footer__copyright .copyright-menu ul li a:hover,
.p3-footer__col-right .inner .footer-menu ul li a:hover{
  color: #40318c;
}
.p3-footer__copyright .parkour3-site a:Hover {
  color: #40318c;
}

.systems-page form input[type=submit] {
  font-size: 16px;
  height: auto;
  width: auto;
}
#p3-header__burger_burger_icon:hover .stroke,
#hs_cos_wrapper_header_area-module-1 #p3-header__burger_burger_icon.active:hover .stroke{
  background: #40318c;
  background-color: #40318c;
}


.p3_team__cta.ctay {
  text-align: center;
  margin-top: 25px;
}
.website-header .row_website .right_content_nav .togle_bar {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
}
.home_hero_sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home_hero_sec .wrap_content.container_wrapper {
  width: 100%;
}
.home_hero_sec h5 {
  margin: 0px;
}
.home_hero_sec h1 {
  text-transform: uppercase;
  line-height: normal;
  font-weight: 800;
  margin: 20px 0px;
}
.row_hero_sec {
  max-width: 550px;
}
.row_hero_sec p {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
}
.secondary_button:hover {
  background: #9238ff1a;
  color: #26262d;
}
.secondary_button:active {
  background: #7345de4d;
  color: #26262d;
}
.secondary_button:focus {
  background: #fff;
  color: #26262d;
  outline: 2px solid #1E1E25;
  outline-offset: 2px;
}

.secondary_button {
  background: #fff;
  background-color: #fff;
  border-radius: 4px;
  color: rgba(38, 38, 45, 1);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px;
  text-decoration: none;
  border: 2px solid rgba(212, 216, 233, 1);
}
.tertiary_button {
  background: #fff;
  background-color: #fff;
  border-radius: 4px;
  color: #26262d;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px;
  text-decoration: none;
}
.tertiary_button:hover {
  background: #9238ff1a;
  color: #26262d;
}
.tertiary_button:active {
  background: #7345de4d;
  color: #26262d;
}
.tertiary_button:focus {
  background: #fff;
  color: #26262d;
  outline: 2px solid #1E1E25;
}
.button_hero {
  margin-top: 40px;
}
.two_column_content .two_clm_row {
  display: flex;
  flex-wrap: wrap;
}
.two_column_content .two_clm_row .col_6 {
  width: 50%;
}
.two_column_content .two_clm_row .col_6 .space_columns {
  padding-right: 40px;
}
.two_column_content .two_clm_row .col_6 .space_columns p {
  margin: 10px 0px;
}
.content_image_sec .section_heading {
  text-align: center;
  margin: 0px auto 0px auto;
}
.content_image_sec .section_heading h6 {
  margin-bottom: 10px;
}
.content_image_sec .section_heading h2 {
  margin: 0px;
  line-height: normal;
}
.content_image_row .row_column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -15px;
}
.content_image_row .row_column .col_6 {
  width: 50%;
  padding: 0px 15px;
}

.content_image_row .row_column .col_6 .p3-content-image.space_columns.content_sp a img {
  width: auto ;
}
.content_image_row.left_content .row_column {
  flex-direction: row-reverse;
}
.content_image_row.left_content .row_column .space_columns.content_sp {
  padding-left: 100px;
  padding-right: 0px;
}
.content_image_sec .section_heading h5 {
  margin-bottom: 5px;
}
.content_image_sec h5 {
  margin-bottom: 0px;
}
.content_image_row h2 {
  margin: 15px 0px 25px;
  line-height: normal;
}
.space_columns.content_sp {
  padding-right: 100px;
}
.space_columns.content_sp a.tertiary_button svg path {
  fill: #26262d;
}
.three_columns_box .section_heading {
  margin: 0 auto 40px;
/*   max-width: 750px; */
}
.three_columns_box .section_heading h5 {
  margin-bottom: 10px;
}
.three_columns_box .columns_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
}
.three_columns_box .columns_row  .p3-three-columns-box { padding: 15px; }

.three_columns_box .columns_row .columns_sp {
  color: #fff;
  text-align: center;
  padding: 20px;
  height: 100%;
}
.three_columns_box .columns_row .columns_sp h4 {
  line-height: normal;
  margin-bottom: 15px;
}
.three_columns_box .columns_row .columns_sp .btn_bx {
  text-decoration: underline;
  font-weight: 600;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
}
.three_columns_box .columns_row .columns_sp .btn_bx:hover {
/*   color: #40318c; */
}
.slider-section .pagination.glider-dots {
  margin-top: 30px;
}
.slider-section .pagination.glider-dots .glider-dot {
  width: 25px;
  height: 2px;
  border-radius: 0px;
}
.blog_listing_cards .section_heading {
  text-align: center;
  margin-bottom: 40px;
}
.blog_listing_cards .section_heading h5 {
  margin-bottom: 0px;
}
.blog_listing_cards .section_heading h2 {
  margin-bottom: 0;
}
.inner_hero_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 200px 0 170px;  
}
.inner_hero_section .breadcrums_section {
  position: absolute;
  bottom: 0;
  background: #00000075;
  width: 100%;
  left: 0;
}
.breadcrums_section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 15px 0px;
}
.breadcrums_section ul li {
  padding-right: 20px;
  position: relative;
  margin-right: 10px;
}
.breadcrums_section ul li::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0px;
}
.breadcrums_section ul li:last-child::after {
  display: none;
}
.breadcrums_section ul li a {
  color: #fff;
  font-size: 17px;
}
.slider-column {
  position: relative;
}
.slider-prev, .slider-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1rem;
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 50%;
}

:is(.logo_slider-next, .logo_slider-prev, .slider-prev, .slider-next):hover {
  box-shadow: 0 0 10px #c5c5c5;
}
.slider-prev {
  top: 40%;
  left: 2rem;
  right: auto;
}
.slider-next {
  top: 40%;
  left: auto;
  right: 2rem;
}
.slider-section .slider_space {
/*   max-width: 830px; */
  margin: 0 auto;
}
.slider-section .slider_space img {
  width: 100% ;
  object-fit: cover;
}

.call_to_aciton .callto_actionrow {
  position: relative;
  z-index: 9;
}

/*****Menu deskto style****/
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover:after {
  color:#fff
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts.lang > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  min-width: unset;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  left: 0;
  padding: 0px;
  min-width: 200px;
  display:none;
  border: 2px none #000000;
;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  padding: 0px 15px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-menu-item a:hover,
#drop_down_lang_switcher.flyouts.hs-menu-flow-horizontal.lang .hs-item-has-children a:hover{
  color: #5d45d3;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
/* begin: lang switcher */
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal.lang ul .nav_arrow {
  display: none;
}
/* end: */
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:hover {
  color:#fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  padding: 13px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a::after {
  right: 20px;
  left: auto;
  position: absolute;
}
header .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal:not(.lang) > ul>li.hs-menu-item.hs-menu-depth-1 {
  line-height: 100px;
}
header .row-fluid-wrapper:last-child .p3-header__mobile_menu.opened_nav .hs-menu-wrapper.hs-menu-flow-horizontal:not(.lang) > ul>li.hs-menu-item.hs-menu-depth-1 {
  line-height: normal;
}
.website-header .row_website .right_content_nav .heade_btns, .website-header .row_website .right_content_nav .nav_menus, .website-header .row_website .right_content_nav .nav_menus .menu_icons {
  align-items: center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  line-height: normal;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child {
  border-bottom: 0;
}

.website-header .row_website .right_content_nav .menu_nav .hs-item-has-children .nav_arrow {
  position: absolute;
  right: 10px;
}
.hs-menu-wrapper.flyouts:not(.lang) .hs-item-has-children a {
  padding-right: 15px;
}
.p3-header__mobile_menu.opened_nav .nav_arrow svg path {
  fill: #26262D ;
}
.p3-header__mobile_menu.opened_nav ul li .nav_arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  cursor: pointer;
  height: 100%;
}
.p3-header__mobile_menu.opened_nav ul li .nav_arrow svg {
  position: relative;
  top: 22px;
}
.p3-header__mobile_menu.opened_nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.p3-header__mobile_menu.opened_nav ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0px;
}

@media (min-width: 1060px) {
  .p3-header__mobile_menu.opened_nav ul li:last-child {
    border: 0px;
  }
}
.p3-header__mobile_menu.opened_nav ul .hs-menu-depth-1.hs-item-has-children.highlight>ul.hs-menu-children-wrapper {
  display: block ;
  padding-top: 15px;
}
.nav_menus .language_switcher {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.nav_menus .language_switcher span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.nav_menus .language_switcher .p3-header__lang .globe_class {
  background: transparent;
}
.nav_menus .language_switcher .p3-header__lang .globe_class::after {
  position: absolute;
  right: 0px;
  top: 0;
}
.nav_menus .language_switcher .p3-header__lang .lang_list_class li a {
  color: #000;
  font-size: 15px;
}
.nav_menus .language_switcher .p3-header__lang .lang_list_class li {
  border: 0px;
}

.nav_menus .language_switcher .p3-header__lang {
  display: flex;
  align-items: center;
}
/****Search Style****/
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
#search {
  cursor: pointer;
  display: flex;
}
.hs-search-field.search_bartop.topsearch-active {
  background: #fff;
  position: absolute;
  display: block !important;
  width: 100%;
  left: 0;
  padding: 25px 5%;
}
.search_bartop input.hs-search-field__input {
  border: 0px;
  padding: 15px;
  outline: 0;
  border-left: 2px solid #114245;
  border-radius: 0px;
  font-size: 20px;
  padding-right: 10%;
}
.hs-search-field.search_bartop form {
  position: relative;
}
.hs-search-field.search_bartop .hs-search-field__bar {
  position: relative;
}
.hs-search-field.search_bartop .hs-search-field__bar .icons_system {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 100%;
  align-items: center;
  line-height: 0;
}
.hs-search-field.search_bartop .hs-search-field__bar .icons_system .close_icon {
  cursor: pointer;
}
.search_bartop input.hs-search-field__input::placeholder {
  opacity: 0.4;
}
/***Toggle Bar***/
#p3-header__burger_burger_icon {
  background-color: transparent;
  padding: 0;
  position: relative;
  width: 30px;
  z-index: 999999999;
  cursor: pointer;
  height: 15px;
}
#p3-header__burger_burger_icon .stroke {
  background: 

  
  
    
  


  rgba(93, 69, 211, 1.0)

;
  width: 24px;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all .5s;
}
#p3-header__burger_burger_icon .stroke:nth-child(2) {
  top: 6px;
  transition: opacity .3s;
}
#p3-header__burger_burger_icon .stroke:last-child {
  margin-bottom: 0;
  top: 12px;
}
.p3-header__mobile_menu {
  width: 400px;
  top: 0;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  transition: all 0.4s ease-in;
  overflow-y: auto;
  background: #ffffff;
  padding: 70px 20px;
  display: none;
}
.p3-header__mobile_menu.opened_nav {
  display: block;
  right: 0px;
}

#p3-header__burger_burger_icon.active {
  display: flex;
}
#hs_cos_wrapper_header_area-module-1 #p3-header__burger_burger_icon.active .stroke {
  background: #000000;
}
#p3-header__burger_burger_icon.active .stroke:first-child {
  transform: translateY(0.75em) translateX(0) rotate(45deg);
}
#p3-header__burger_burger_icon.active .stroke:nth-child(2) {
  opacity: 0;
}
#p3-header__burger_burger_icon.active .stroke:last-child {
  top: 0;
  transform: translateY(0.75em) translateX(0) rotate(-45deg);
}
header.header .container-fluid {
  max-width: 1240px;
  margin: 0 auto;
}
.p3-footer.p3-footer__col-right {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
header.header .container-fluid .row-fluid {
  width: 100%;
  max-width: 100%;
}
body header .row-fluid-wrapper:last-child .p3-header__mobile_menu.opened_nav ul li.hs-menu-item.hs-menu-depth-1 {
  line-height: normal;
  width: 100%;
}
.website-header .row_website .right_content_nav .menu_nav ul li {
  display: flex;
  flex-wrap: wrap;
}
.website-header .row_website .right_content_nav .menu_nav ul li .nav_arrow {
  padding-left: 5px;
}
.nav_arrow{
  height: 10% ;
}
/****footer****/
.footer .content-wrapper {
  max-width: 100vw;
}

.hs-landing-page .footer .content-wrapper {
  max-width: 1255px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .hs-landing-page .footer .content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 15px;
  }
  .hs-landing-page .footer__copyright {
    width: 100%;
    text-align: center;
  }
  .hs-landing-page .footer__socials {
    margin-top: 10px;
    width: 100%;
  }
}

.hs-landing-page .footer a {
  color: #26262D;
}
.hs-landing-page .footer a svg path {
  fill: #26262D;
}

.hs-landing-page .footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-landing-page #hs_cos_wrapper_footer_socials + #hs_cos_wrapper_footer_google_play {
  margin-left: 10px;
}

.hs-landing-page #hs_cos_wrapper_footer_google_play + #hs_cos_wrapper_footer_app_store {
  margin-left: 10px;
}

.hs-landing-page footer .hs-social-follow {
  gap: 0;
}

.hs-landing-page .footer__copyright .hs_cos_wrapper * {
  font-size: 15px;
}

.hs-landing-page .footer__copyright .hs_cos_wrapper p:last-child {
  margin-bottom: 0;
}

.container-fluid .footer__container.content-wrapper{
  margin:0px;
}
.p3-footer__wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}

.p3-footer__img-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-width: 342px;
  height: 100%;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.p3-footer__col-right .inner {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .p3-footer__col-right {
    padding-left: 0;
  }
  .p3-footer__img-container { 
    padding: 0px;
    min-width: unset;
  }
  .p3-footer__img-container {
    align-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: left;
    min-width: 342px;
  }
  .p3-footer__wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 16px;
  }
  .p3-footer__copyright{
    display: block;
  }
  .p3-footer__img-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    min-width: 342px;
    height: 100%;
    background: transparent;
  }
}

@media (max-width: 1070px) {
  .p3-footer__wrapper {
    flex-direction: column;
    padding: 30px 15px;
  }
  .p3-footer__col-right {
    padding-top: 23px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p3-footer__col-right .inner { 
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .p3-footer__copyright {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p3-footer__col-right .inner .footer-about, 
  .p3-footer__col-right .inner .footer-menu {
    width: 100%;
  }
  .p3-footer__img-container {
    align-content: center;
    align-items: center;
    background: transparent;
    display: flex;
    height: 100%;
    justify-content:left;
    min-width: 342px;
  }
}

@media (min-width: 1070px) {
  .p3-footer__col-right {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .p3-footer__col-right .footer-about {
/*     padding-right: 2rem; */
  }
  .p3-footer__col-right .footer-menu {
    padding-left: 4rem;
  }
}


.p3-footer__col-right .inner .footer-about,
.p3-footer__col-right .inner .footer-menu {
  width: 33.33%;
  flex-grow: 1;
}

.p3-footer__col-right .inner .footer-menu ul {
  flex-direction: column;
  padding-top: 10px;
}

.p3-footer__col-right .inner .footer-menu ul li a {
  color: #58586F;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.p3-footer .p3-footer__social-media svg,
.p3-footer .p3-footer__social-media svg path {
  fill: #26262D;
}

.p3-footer__copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;

  margin-top: 25px;
  color: #58586F;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}

.p3-footer__divider {
  border-left: 1px solid #58586F;
  height: 23px;
}

.p3-footer__copyright span,
.p3-footer__copyright .copyright,
.p3-footer__copyright .parkour3-site,
.p3-footer__copyright .copyright-menu ul li a {
  color: #58586F;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.p3-footer__copyright .copyright span:last-child,
.p3-footer.copyright-menu ul li:not(:last-child) a {
  border-right: 1px solid #58586f;
  padding-right: 10px;
}

.p3-footer__copyright .parkour3-site a {
  color: #58586F;
  font-weight: 700;
}

.p3-footer__copyright .copyright-menu ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
}

.p3-footer__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #26262D;
}

.p3-footer_desc {
  color: #58586F;
  padding-top: 10px;
  padding-bottom: 23px;
  width: 255px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.p3-footer__social-media {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 13px;

  padding-top: 1rem;
}

.p3-footer__cta-btn-2,
.p3-footer__cta-btn-2:hover {
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #1980EB;
  box-shadow: 0px 5px 15px 0px rgba(37, 44, 97, 0.15), 0px 2px 4px 0px rgba(136, 144, 194, 0.20);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;

  padding: 14px 30px;
}

.p3-footer__wrapper .back-to-top {
  cursor: pointer;
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 62px;
  justify-content: center;
  position: absolute;
  width: 62px;
  bottom: 10px;
  z-index: 10;
}

@media (min-width: 1400px) {
  .p3-footer__wrapper .back-to-top {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1399px) {
  .p3-footer__wrapper .back-to-top {
    right: 0px;
    margin-bottom: 80px;
  }
}
@media (max-width:640px) {
  .p3-footer__copyright {

    color: #fff;
    display: block;
    justify-content: space-between;
    margin-top: 25px;
    padding-bottom: 0px;
    padding-top: 10px;
    position: relative;
    width: 100%;
  }
  .p3-footer__img-container { 
    padding: 0px;
    min-width: unset;
    margin-top: 10px;
  }
}

.p3_case__section h3.p3-case__title {
  line-height: normal;
  margin-bottom: 50px;
}
.p3_case__section .p3_team__content .p3_team__details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 574px) and (max-width: 767px) {
  .p3_case__section .p3_team__content .p3_team__details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p3_case__section .p3_team__details .p3_team__cards {
  padding: 0 10px;
  margin-bottom: 20px;
}
.p3_case__section  .p3_team__cards .p3_case__image img {
/*   min-height: 170px; */
/*   max-height: 170px; */
  width: 100%;
}
.p3_case__section  .p3_team__cards .p3_case__image {
  line-height: 0;
}
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
/*   box-shadow: 0px 5px 15px 0px rgba(37, 44, 97, 0.15); */
}
.p3_case__section .p3_team__cards .p3_team__description .p3_case__text {
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;

}
.p3_case__section .p3_team__description .p3_case__text h6 {
/*   text-transform: uppercase; */
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 12px;
}
.p3_case__section .p3_team__cards .p3_team__description .p3_case__text .p3-case__link {
  margin-top: auto;
}
.p3_case__section .p3_team__cards .p3_team__description .p3_case__text h4 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 20px;
}
.p3_case__section .p3_team__description .p3_case__text p {
  display: inline-block;
  line-height: normal;
  padding: 0 0 10px;
  margin: 0;
  
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
}
.p3_case__section .p3_team__description .p3_case__text .p3-case__link {  
  border-top: 1px solid #F2F7F7;
  padding-top: 10px;
}
.p3_case__section .p3_team__description .p3_case__text .p3-case__link a {
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1060px) {
  .website-header .row_website .right_content_nav .nav_menus .menu_nav {
    display: none;
  }
  .website-header .row_website .right_content_nav .menu_icons {
    gap: 15px;
    padding: 0;
    margin: 0px 15px;
  }
  .website-header .row_website .logo img {
    padding-top: 10px;
    padding-bottom: 3px;
  }
  .p3-header__mobile_menu.opened_nav .header_btn {
    display: block ;
    margin-top: 30px;
  }
  .p3-header__mobile_menu.opened_nav .header_btn a {
    color: #fff;
  }
  .home_hero_sec {
    min-height: auto;
    padding-bottom: 80px;
/*     padding-top: 150px; */
  }
  .website-header .row_website {
    min-height: 70px;
  }

  body.event-listing-custom .blog_card_media .resource_filter_pagination .right_sort_filter {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  body .event-listing-custom .blog_card_media .resource_filter_pagination .left_pagination {
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
  }

  body .blog-filter.left_pagination_right #page_total {
    font-size: 14px;
  }

  body .p3-blog.blog-filter.left_pagination_left {
    font-size: 14px;
  }

  body .event-listing-custom .blog_card_media select#sort_filter {
    font-size: 14px;
  }

  body.event-listing-custom .blog_card_media .resource_filter_pagination .right_sort_filter #sort_cards {
    font-size: 14px;
  }

  body .event-listing-custom .blog_card_media .resource_filter_pagination .right_sort_filter #sort_cards svg {
    height: 14px;
    width: 14px;
    position: relative;
    top: 1px;
  }
  body .event-listing-custom .container .medical_blog_listing_filter {
    padding: 40px 15px;
  }
  body .event-listing-custom .blog_card_media .resource_filter_pagination .right_sort_filter {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  body .p3-blog.blog-filter.right_sort_filter_left {
    font-size: 14px;
  }

}
@media only screen and (min-width: 1025px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    display: block;
  }
}

.p3_team__section .section_heading h5 {
  margin: 0px;
  text-transform: uppercase;
}
.p3_team__section .section_heading h2 {
  margin: 0px;
}

.p3-header__mobile_menu.opened_nav a {
  color: #26262D;
}
header.header .p3-header__mobile_menu .globe_class:after, 
header.header .p3-header__mobile_menu ul li.hs-item-has-children>a:after {
  content: "";
}

.p3-header__mobile_menu.opened_nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: static ;
  opacity: 1 ;
  visibility: visible ;
  min-width: auto ;
  background: transparent ;
}

.p3-header__mobile_menu.opened_nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item a {
  font-size: 16px;
  color: #114245;
}

.p3-accordions-section .p3-accordions-content .p3-accordions-details .p3-accordions-panel {
  transition: max-height 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
}
.p3-accordions-section .p3-accordions-details button {
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  outline: none;
  padding: 30px 40px;
  position: relative;
  text-align: initial;
  width: 100%;
  border: none;
  border-radius: 0;
}
.p3-accordions-section .p3-accordions-content .p3-accordions-details .p3-accordions-panel p:last-child {
  margin: 0;
}
.p3-accordions-section .p3-accordions-content .p3-accordions-panel .p3-accordions-description {
  padding: 30px 120px;
}
.p3-accordions-section .p3-accordions-content .p3-accordions-details {
  /*   border-bottom: 1px solid #0B66A3; */
  margin-bottom: 10px;
}
.p3-accordions-section .p3-accordions-details button svg {
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 100%;
  content: "";
  height: 50px;
  padding: 10px;
  position: absolute;
  right: 30px;
  top: 25%;
  transform: rotate(180deg);
  width: 50px;
  background-position: center center;
}
.p3-accordions-section .p3-accordions-details button svg.minus {
  display: none;
}
.p3-accordions-section .p3-accordions-details button.active svg.minus {
  display: block;
}
.p3-accordions-section .p3-accordions-details button.active svg.plus {
  display: none;
}
.p3-accordions-section .p3-accordions-sub-title {
  margin: 0 0 30px;
}
.p3-accordions-section .p3-accordions-sub-title h3 {
  line-height: 25px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .popup-content iframe {
    width: 100% ;
  }
  .popup-content {
    width: 90%;
  }
  .p3-accordions-section .p3-accordions-details button {
    font-size: 20px;
    line-height: 24px;
    padding: 15px;
  }
  .p3-accordions-section .p3-accordions-details button:after {
    height: 22px;
    right: 4px;
    width: 22px;
    top: 30%;
  }
  .p3-accordions-section .p3-accordions-content .p3-accordions-panel .p3-accordions-description {
    padding: 30px 15px;
  }
  .p3-accordions-section .p3-accordions-content .p3-accordions-details .p3-accordions-panel p {
    font-size: 17px;
    line-height: 25px;
  }
  .content_image_row .row_column .col_6 img {
    height: auto;
  }

}
@media (min-width:768px) and (max-width: 1060px) {
  .p3-accordions-section .p3-accordions-details button:after {
    width: 35px;
    height: 35px;
  }
  .p3-accordions-section .p3-accordions-content .p3-accordions-panel .p3-accordions-description {
    padding: 30px 60px;
  }
}
/***********flipcards***************/
.p3_flip_cards__section .p3_flip_cards__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details {
  padding: 10px 10px;
  width: 33.33%;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed {
  display: inline-block;
  min-height:353px;
  perspective: 1000px;
  width: 100%;
  height: 100%;
}
.p3_flip_cards__description {
  height: 100%;
  position: relative;
  transition: transform .6s;
  width: 100%;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .p3_flip_cards__description {
  transform: rotateY(180deg);
}
.p3_flip_cards__front, .flip-card-back {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.20);
  overflow: hidden;
}
.p3_flip_cards__description .p3_flip_cards__front .p3_flip_cards__text {
  padding: 28px 62px 24px 25px;
  bottom: 0;
  position: absolute;
}
.p3_flip_cards__description .p3_flip_cards__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.flip-card-back-image{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.p3_flip_cards__section .p3_flip_cards__title {
  margin-bottom: 40px;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back {
/*   padding: 25px 24px 24px; */
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .p3_flip_cards__front {
  pointer-events: none;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back .flip-card-back-image {
  height: 34px;
  position: absolute;
  right: 0px;
  top: 13px;
  width: 34px;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back .flip-card-back-image img {
  width:17px;
  height:22px;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back hr {
  border-bottom: 1px solid #fff;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back .white_bg {
  background: #fff;
  padding: 10px;
}
.p3_flip_cards__image{
  position: absolute;
  width: 100%;
  height: 100%;
}
.flip-card-back ul {
  margin: 0px;
  padding: 0 0 0 20px;
}
.flip-card-back ul li {
  font-size: 18px;
  margin: 11px 0px;
}
.p3_flip_cards__section .p3_flip_cards__title h5 {
  line-height: normal;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.p3_flip_cards__section .p3_flip_cards__title h3 {
  margin: 0;
  line-height: normal;
}
.p3-contact__main .p3-contact__heading {
  max-width: 750px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.p3-contact__main .p3-contact__heading h5.p3-contact__supertitle {
  margin-bottom: 5px;
  line-height: normal;
}
.p3-contact__main .p3-contact__heading h2.p3-contact__title {
  line-height: normal;
  margin: 0px;
}
.p3-contact__main .p3-contact__content {
  display: flex;
  flex-wrap: wrap;
}

.p3-contact__main .p3-contact__content .p3-contact__coord {
  width: 50%;
  padding-right: 20%;
}

.p3-contact__main .p3-contact__content .p3-contact__map.map_square {
  width: 50%;
}

.p3-contact__main .p3-contact__content .p3-contact__coord h5.p3-contact__coord_subtitle {
  margin: 0px;
}

.p3-contact__main .p3-contact__content .p3-contact__coord h3.p3-contact__coord_title {
  margin: 0 0 20px;
}

.p3-contact__main .p3-contact__content .p3-contact__coord .p3-contact__ctn_coord_text_icon {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.p3-contact__main .p3-contact__content .p3-contact__coord .p3-contact__ctn_coord_text_icon svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.p3-contact__main .p3-contact__content .p3-contact__coord .p3-contact__ctn_coord_text_icon p {
  margin: 0px;
  width: calc(100% - 20px);
  padding-left: 10px;
}
.p3-contact__social_title {
  margin-bottom: 20px;
}
.p3-contact__icons {
  display: flex;
  flex-wrap: wrap;
}
.p3-contact__icons svg {
  height: 25px;
  width: 25px;
}
.p3-contact__icons a {
  display: inline-block;
  margin-right: 10px;
}
.p3-contact__social_title {
  font-weight: bold;
}
.blog-listing__post-tags .blog-listing__post-tag {
  display: inline-block;
}
body .article_row article.blog-listing__post.card.blog-post-listing__post--card a {
  width: auto ;
}

.p3_team__section .p3_team__content .p3_team__details {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.p3_team__section .p3_team__content .p3_team__details .p3_job__cards {
  width: 25%;
  height: 100%;
  padding: 12px;
  margin-bottom: 0px;
}
.p3_team__section .p3_team__content .p3_team__details .p3_top__border {
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
  height: auto;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__image {
  line-height: 0;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__image img {
  width: 100%;
  max-height: 303px;
  min-height: 303px;
  height: 100%;
  object-fit: cover;
  border-bottom: 4px solid #63da7b;
}


.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__text .p3_team__btn_link a {
  display: inline-block;

}
.p3_team__section .p3_team__cta.ctay {
  margin-top: 20px;
  text-align: center;
}
.p3_team__section .p3_team__cta.ctan {
  display: none;
}
.p3_team__section .p3_team__content .p3_team__details.center {
  justify-content: center;
}
.p3_team__section .p3_team__content .p3_team__details.left {
  justify-content: left;
}
.p3_team__section .p3_team__content .p3_team__details.right {
  justify-content: right;
}
.p3-job__bio{
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;

}
.p3_team__btn_link{
  display: flex;
  gap: 2px;
}
.p3-job__details{
  display:flex;
  gap:12px;
  padding-top:15px;
  padding-bottom:15px;
  font-size: 15px;
  line-height: 1;
  align-items: center;
  padding-left:0px;
  font-weight:500;
  margin: 0px 10px;
  min-height: 63px;
}
.p3-job__bottomlink{
  display:flex;
  gap: 17px;
  align-items: center;
  padding: 15px 0px;
  padding-left:13px;
}
.p3-job__description{
  margin-top: 10px
}
.p3_job__layout{
  margin-top:40px;
}
.p3-job__content{
  width: 100%;
  padding: 10px 20px 10px 10px;
}
.p3-job__time{
  position: relative;
  right: 6px;
}
.p3-timg__image{
  position: relative;
  right: 4px;
}

@media only screen and (max-width: 640px){
  .p3-job__content {
    width: auto;
  }
  .p3_team__section .p3_team__content .p3_team__details .p3_job__cards{
    margin-bottom: 20px;
  }
}

@media (min-width:768px) and (max-width: 1060px) {
  .p3_team__section .p3_team__content .p3_team__details .p3_job__cards {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .p3_team__section .p3_team__content .p3_team__details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
    padding:10px;
  }
  .p3_team__section .p3_team__content .p3_team__details .p3_job__cards {
    padding: 10px;
  }
  .p3-footer__img-container img {
    max-width: 150px;
    min-width: 150px;
    object-fit: contain;
  }
/*   .p3-footer__title {
    font-size: 20px;
  } */
  .p3-footer_desc {
    font-size: 15px;
  }
}

.p3-job__content h4 {
  margin: 0px;
}

.logo_slider-prev, .logo_slider-next {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1.15rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  opacity: 1;
  padding: 1rem;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
}
.logo_slider-prev {
  right: auto;
  top: 50%;
  transform: translate(calc(100% - 70px),-50%);
}
.logo_slider-next {
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(calc(-50% + 45px),-50%);
/*   transform: translate(calc(100% - 100px), -50%); */
}


.logos-section #logos_slider {
  max-width: 1100px;
  margin: 0 auto;
}

.logos-section 
.logo_pagination.glider-dots {
  position: absolute;
  width: 100%;
  bottom: -60px;
}

.logos-section .slider_space {
  padding: 0px 20px;
  text-align: center;
}
.logos-section .heading_sec {
  text-align: center;
  margin-bottom: 50px;
}

.logos-section .heading_sec h5 {
  margin: 0px;
  text-transform: uppercase;
}
.logos-section .logos_wrap {
  position: relative;
}
.our_history_slide h5 {
  margin-bottom: 0px;
}
.our_history_slide .pre_history_slide, 
.our_history_slide .next_history_slide {
  top: 50%;
}
.our_history_slide .section_heading_small {
  max-width: 750px;
  margin: 0 auto 50px auto;
}

.our_history_slide span.slider-prev {
  left: -50px;
}

.our_history_slide span.slider-next {
  right: -50px;
}
@media (max-width: 1060px) {
  .our_history_slide span.slider-next {
    right: -10px;
  }
  .our_history_slide span.slider-prev {
    left: -10px;
  }
}
@media (max-width: 768px) {
  .our_history_slide span.slider-next {
    right: 0px;
  }
  .our_history_slide span.slider-prev {
    left: 0px;
  }
}
.our_history_slide .history_clm {
  padding: 0px 25px;
}
@media (max-width: 768px) {
  .our_history_slide .glider-slide.active .history_clm {
    padding: 0px 0 0 55px;
  }
}
@media (max-width: 325px) {
  .our_history_slide .glider-slide.active .history_clm {
    padding: 0px 30px;
  }
}
.our_history_slide .history_clm h2 {
  margin-bottom: 10px;
}

.our_history_slide .history_clm h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
}

.card--pricing {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .card--pricing {
    padding: 2.1rem 0.7rem;
  }
}

@media screen and (max-width: 787px) {
  .card--pricing {
    margin-bottom: 1.4rem;
  }
}

.card__subtitle,
.card__body li {
  font-size: 0.9rem;
}

.card__body ul,
.card__body li {
  padding: 0;
}

.card__body li {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
  text-align: left;
}

.card__body svg {
  display: inline-block;
  margin-right: 0.7rem;
  max-width: 20px;
}

/* Overlay */

.card__overlay-background {
  position: fixed;

  /* One less than the overlay z-index value */
  z-index: 999999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  opacity: 0;
  transition: opacity 500ms ease 0s, visibility 500ms ease 0s;
  visibility: hidden;
}

.card__overlay-background.open {
  opacity: 1;
  visibility: visible;
}

/* Overlay */
html.card__payments--overlay-open {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card__overlay {
  position: fixed;
  z-index: 1000000;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100% - 50px);
  width: 100vw;
  background-color: #fff;
  transform: translateY(0);
  transition: transform 500ms ease 0s, visibility 500ms ease 0s;
  visibility: hidden;
}
.card__overlay.open {
  transform: translateY(-100%);
  transition: transform 500ms ease 0s, visibility 500ms ease 0s;
  visibility: visible;
}
button.card__overlay-close--top {
  position: absolute;
  top: -40px;
  right: 16px;
  display: flex;
  height: 30px;
  width: 30px;
  padding: 5px;
  border: none;
  border-radius: 50%;
  align-items: center;
  background: #fff;
  outline-color: #33475b;
}
button.card__overlay-close--top svg {
  fill: #7c98b6;
}
button.card__overlay-close--top:hover svg,
button.card__overlay-close--top:focus svg {
  fill: #33475b;
}
@media screen and (min-width: 768px) {
  button.card__overlay-close--top {
    top: 16px;
    right: 16px;
    background: transparent;
  }
}
button.card__overlay-close--bottom {
  position: absolute;
  top: initial;
  right: 16px;
  bottom: 16px;
  padding: 5px;
  border: none;
  background: none;
  color: #33475b;
  font-size: 14px;
  font-weight: normal;
  opacity: 0;
  outline-color: #33475b;
}
button.card__overlay-close--bottom:focus {
  opacity: 1;
}
.card__overlay .payments-iframe-container {
  height: 100%;
  width: 100%;
}
.card__overlay .payments-iframe-container iframe {
  height: 100% ; /* stylelint-disable-line declaration-no-important */
}
.blog_listing_cards .article_row h3.blog-listing__post-title {
  margin-bottom: 10px;
  margin-top: 5px;
}
.blog_listing_cards .article_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.article_row article.blog-listing__post.card.blog-post-listing__post--card {
  width: 25%;
  padding: 15px;
}
.article_row article.blog-listing__post.card.blog-post-listing__post--card a {
  display: inline-block;
  width: 100%;
}
.article_row article.blog-listing__post.card.blog-post-listing__post--card a .blog-listing__post-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.article_row article .article_space {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.article_row article .article_space .blog-listing__post-content {
  padding: 5px 12px;
}
.statistic_section .heading_section {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.statistic_section .statistic_row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.statistic_section .statistic_row .column_3 {
  padding: 20px;
  width: calc(100% / 3);
  text-align: center;
}
.statistic_section .statistic_row .column_4 {
  padding: 20px;
  width: calc(100% / 4);
  text-align: center;
}
.statistic_section .statistic_row .column_5 {
  padding: 20px;
  width: calc(100% / 5);
  text-align: center;
}
.statistic_section .statistic_row .column_6 {
  padding: 20px;
  width: calc(100% / 6);
  text-align: center;
}

.p3_team__section .p3_team__content .p3_team__details {
  display: flex;
  flex-wrap: wrap;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__cards {
  width: 25%;
  padding: 10px 10px;
  margin-bottom: 0px;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description {
  position:relative;
/*   box-shadow: 0 4px 14px 0 rgba(0,0,0,.2); */
  height: 100%;
}

.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__image {
  line-height: 0;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__image img {
  width: 100%;
  max-height: 303px;
  min-height: 303px;
  height: 100%;
  object-fit: cover;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__text {
/*   padding: 12px 0px 0px; */
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__text h4 {
  line-height: 23px;
  margin-bottom: 0;
  font-size:20px;
  font-weight: 700;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__text span {
  font-size: 14px;
  line-height: 17.5px;
  display: inline-block;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__text p {
  font-size: 14px;
  line-height: 17.5px;
  margin: 13px 0;
}
.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__text .p3_team__btn_link a {
  display: inline-block;
}
.p3_team__section .p3_team__cta.ctay {
  margin-top: 20px;
  text-align: center;
}
.p3_team__section .p3_team__cta.ctan {
  display: none;
}
.p3_team__section .p3_team__content .p3_team__details.center {
  justify-content: center;
}
.p3_team__section .p3_team__content .p3_team__details.left {
  justify-content: left;
}
.p3_team__section .p3_team__content .p3_team__details.right {
  justify-content: right;
}
.p3-member__bio {
  align-items: center;
  bottom: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0px;
  padding: 0px 10px;
}
.p3_team__btn_link{
  display: flex;
  gap: 5px;
}
.p3-member__bio a {
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  text-decoration:underline;
  color: #5d45d3;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
}
.p3-member__bio a:hover {
  color: #40318c;
}
.blog-listing__post-button {
  color: #5d45d3;

}
.blog-listing__post-button:hover {
  color: #40318c;
/*   text-decoration:underline; */
}

.p3_team__section .section_heading h5 {
  margin: 0px 0px 3px;
}
.event-listing-custom .blog_card_media select#sort_filter {
  border: 0px;
  color: #26262D;
}
@media only screen and (max-width: 640px) {
  .p3_team__section .p3_team__content .p3_team__details .p3_team__cards{
    padding-bottom:20px;
  }
  .p3-member__bio {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__image img {
    height: 100%;
    max-height: 303px;
    min-height: 303px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p3_team__section .p3_team__content .p3_team__details {
    margin: 0;
    display: block;
  }
  .p3_team__section .p3_team__content .p3_team__details .p3_team__cards {
    width: 100%;
    padding: 10px;
  }
  .p3_team__section .p3_team__content .p3_team__details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;

  }
  .p3-header__mobile_menu.opened_nav a {
    font-size: 16px;
  }
  .p3-member__bio {
    align-items: center;
    display: flex;
    gap: 0px;
    justify-content: space-between;
  }
  .p3-member__bio a {
    color: #63da7b;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    /* text-align: left; */
  }
}
@media (min-width:768px) and (max-width: 1060px) {
  .p3_team__section .p3_team__content .p3_team__details .p3_team__cards {
    width: 33.33%;
  }
}
.section_heading_small, 
.section_heading_small h5 {
  text-align: center;
  text-transform: uppercase;
}
.testimonial_section .slider_space {
/*   max-width: 830px; */
  margin: 0 auto;
  text-align: center;
}
.testimonial_section .slider_space .content_column p {
  font-size: 22px;
}
.testimonial_section .slider_space .about_bio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  align-items: center;
}
.testimonial_section .slider_space .about_bio .image {
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial_section .slider_space .about_bio .image img {
  width: 100%;
  height: 100% ;
  object-fit: cover;
}
.testimonial_section .slider_space .about_bio .content {
  padding-left: 15px;
}
.testimonial_section .slider_space .about_bio .content.has_photo {
  text-align: left;
}
.testimonial_section .slider_space .about_bio .content.no_photo {
  text-align: center;
  padding-left: 0;
}
.testimonial_section .slider_space .about_bio .content h5 {
  margin-bottom: 5px;
  font-weight: 700;
}
.testimonial_section .slider_space .about_bio .content h6 {
  margin: 0px;
}
.testimonial_section span.testimonial_pagi button.glider-dot {
  width: 14px;
  height: 14px;
  margin: 5px;
  position: relative;
}
.testimonial_section span.testimonial_pagi button.glider-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}
.video_popup_sec {
  width: 100%;
  position: relative;
}
.video_popup_sec .image {
  width: 100%; 
  line-height: 0;
}
.video_popup_sec .image img {
  width: 100%;
}
.video_popup_sec .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.video_popup_sec .icon a {
  display: inline-block;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
}
/* Your CSS styles here */
.popup-overlay {
  display: none; /* Hide the popup by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px;
}

.close-btn {
  display: none; /* Hide the close button by default */
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup-overlay .close-btn {
  background: #000;
  border-radius: 100%;
  color: #fff;
  font-size: 38px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  width: 40px;
  border: 1px solid #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
.video_popup_sec .icon #open-popup {
  cursor: pointer;
}
.article_row article.blog-listing__post.card.blog-post-listing__post--card .blog-listing__post-image-wrapper.blog-post-listing__post-image-wrapper--card {
  width: 100% ;
}

.article_row article .article_space {
  height: 100%;
}
.blog-filter.left_pagination_right #page_total {
  margin: 0px;
}
.p3-header__mobile_menu.opened_nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  margin-top: 10px;
}
.p3-header__mobile_menu.opened_nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  padding-left: 20px;
}
.p3-contact__main .p3-contact__content .p3-contact__map.map_square iframe {
  width: 100%;
}
.testimonial_section span.testimonial_pagi {
  margin: 60px 0 50px;
}

.contact_form_sec h2 {
  margin: 0px 0px 40px;
}

.contact_form_sec .form_heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #11424526;
}

.contact_form_sec .form_heading h3 {
  margin: 0px;
}

.contact_form_sec .form_content {
  padding-top: 30px;
}

.contact_form_sec .form_content .form-title {
  padding: 0px;
}

.contact_form_sec .form_content form {
  background: transparent ;
}
form fieldset input:not([type=checkbox],[type=radio]), 
form fieldset select {
  min-height: 47px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
}

.contact_form_sec .form_content form fieldset {
  position: relative;
}

.contact_form_sec .form_content form fieldset .hs-form-field {
  position: relative;
}

.contact_form_sec .hs_submit.hs-submit input.hs-button.primary.large {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 14px 25px;
  text-decoration: none;
  height: auto;
  width: auto;
  border: 0px;
  box-shadow: none;
  border-radius: 5px;
}
.p3-news__layout {
  display: grid;
}
.p3-news__layout[data-hassocials="true"]{
  grid-template-columns: 1fr 1fr;
}
.p3-news__layout[data-hassocials="false"]{
  grid-template-columns: 1fr;
}
.p3-left__news{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p3-right__news{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 91px;
}

.p3-right__content{
  width:545px;
  text-align:center;
}
.p3-right__subtitle{
  width:652px;
  text-align:center;
  line-height: 1;
}
.p3-right__content{
  line-height:1.5;
}
.p3-social__icon{
  display:flex;
  align-items: center;
  gap:25px;
}
.p3-news__form form{
  display: flex;
  /*     align-items: flex-end; */
  gap: 20px 
}
.p3-news__form{
  /*   margin-bottom: 91px  */
}
.p3-news__form .hs-submit{
  background-color: #63da7b;
  display: contents;
}
.p3-news__form .hs_error_rollup {
  display: none;
}
.p3-news__form form label{
  margin-top:-10px;
  position:absolute;
  left:12px;
  top: 0 !important;
}
.p3-news__form form label span {
  text-transform: uppercase;
}
.p3-news__form .hs-input{
  border: 1px solid #fff;
  background-color: transparent;
  width: 286px;
  height: 46px;
  outline: none;
  padding: 0px 12px;
  border-radius: 0;
}
.p3-news__form .hs-input::placeholder {
  color: #6E758C;
}
.large{
  height: 38px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border-radius: 4px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(136, 144, 194, 0.2);
  background-color: #1980eb;
  border:none;
  color:white;
  width: 120px;
  height: 38px;
  margin:0;

}
.large:after{
  content: url('https://5418888.fs1.hubspotusercontent-na1.net/hubfs/5418888/form_icon.svg');
  zoom: 25%;
}
.no-list{
  display:none;
}
.p3-news__form input::placeholder{
  color:#114245;
  font-size:18px;
  font-weight:300;
  line-height:1.5;
}
.p3-news__form .submitted-message{
  background:transparent;
}
@media only screen and (max-width: 640px)  {
  .p3-right__subtitle{
    width: auto;
  }
  .p3-right__content{
    width: auto;
  }
  .p3-news__layout{
    display: block
  }
  .p3-news__form form{
/*     display: block */
  }
  .p3-left__news{
    padding:20px;
  }
  .p3-right__content{
    padding:15px;
  }
}
@media only screen and (max-width: 768px)  {
  .p3-right__subtitle{
    width: auto;
  }
  .p3-right__content{
    width: auto;
  }
  .p3-news__layout{
    display: block
  }
  .p3-news__form form{
/*     display: block */
  }
  .p3-left__news{
    padding:20px;
  }
  .p3-right__content{
    padding:15px;
  }

}
.p3-right__news .form-title {
  display: none;
}
.p3-news__form {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p3-news__form input.hs-button.primary.large {
  height: auto;
  width: auto;
  font-size: 15px;
  border-radius: 5px;
  height: 46px;
}

.p3-news__form input {
  height: 45px ;
  font-size: 15px ;
}
.p3-news__form form {
  position: relative;
}

.team_member.p3_team__section .p3_team__content .p3_team__details .p3_team__description .p3_team__text {
  padding: 12px 10px 42px;
}
section.blog_listing_cards.blog-listing.blog-listing--card.blog-listing--4-col .article_row .article_space {
  position: relative;
}
section.blog_listing_cards.blog-listing.blog-listing--card.blog-listing--4-col .article_row .article_space .blog-listing__post-content .blog-listing__post-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
}
.systems-page.systems-page--search-results, 
.systems-page {
  padding-top: 150px;
}
header.header.header--no-navigation {
  padding: 10px;
}

.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-2.hs-item-has-children .nav_arrow_submenu,
.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-3.hs-item-has-children .nav_arrow_submenu2 {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-2.hs-item-has-children .nav_arrow_submenu {
  z-index: 1;
}
.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-3.hs-item-has-children .nav_arrow_submenu2 {
  z-index: 2;
}
.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-2.hs-item-has-children .nav_arrow_submenu svg,
.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-3.hs-item-has-children .nav_arrow_submenu2 svg {
  position: relative;
  top: 22px;
}
.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-2.hs-item-has-children .nav_arrow_submenu svg path,
.header .p3-header__mobile_menu li.hs-menu-item.hs-item-has-children li.hs-menu-depth-3.hs-item-has-children .nav_arrow_submenu2 svg path {
  fill: #114245;
}


@media only screen and (min-width: 768px) and (max-width: 1060px) {
  [data-hassocials="true"] .p3-left__news, 
  [data-hassocials="true"] .p3-right__news {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p3-right__subtitle {
    width: 100%;
  }
  .p3-right__content {
    width: 100%;
  }
  .p3-news__form form {
    width: 100%;
  }
  .p3-news__form {
    flex-wrap: wrap;
  }
  [data-hassocials="true"] .p3-right__news {
    width: 60%;
  }
  [data-hassocials="false"] .p3-right__news {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body .p3-footer__img-container {
    background: transparent;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: normal;
  }
  h2, .h2 {
    font-size: 26px;
    line-height: normal;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: normal;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: normal;
  }
  h5, .h5 {
    font-size: 18px;
    line-height: normal;
  }
  h6, .h6 {
    font-size: 17px;
    line-height: normal;
  }
  p, .p {
    font-size: 16px;
    line-height: normal;
  }

  .p3-contact__main .p3-contact__content .p3-contact__coord {
    width: 100%;
    padding: 0px;
  }
  .p3-contact__main .p3-contact__content .p3-contact__map.map_square {
    width: 100%;
  }
  .p3-contact__main .p3-contact__content .p3-contact__map.map_square iframe {
    width: 100%;
  }
  .row_hero_sec {
    padding: 0px 15px;
  }
  .two_column_content .container_wrapper {
    padding: 0px 15px;
  }
  .container_wrapper {
    padding: 0px 15px;
  }
  .content_image_row .row_column .col_6 {
    width: 100%;
  }
  .space_columns.content_sp {
    padding: 0px;
  }
  .content_image_row.left_content .row_column .space_columns.content_sp {
    padding: 0px;
  }
  .three_columns_box .columns_row .columns_3 {
    width: 100%;
    padding:0px;
  }
  .blog_listing_cards .article_row {
    margin: 0px;
  }
  .article_row article.blog-listing__post.card.blog-post-listing__post--card {
    width: 100%;
  }
  .two_column_content .two_clm_row .col_6 {
    width: 100%;
  }
  .secondary_button, .primary_button, .tertiary_button {
    font-size: 14px;
  }
  .home_hero_sec h5 {
    font-size: 16px;
  }
  .row_hero_sec p {
    font-size: 17px;
  }
  .two_column_content .two_clm_row .col_6 .space_columns p {
    font-size: 17px ;
    line-height: normal;
    font-weight: normal;
  }
  .two_column_content h5 {
    font-size: 19px ;
  }
  .content_image_row {
    padding: 20px 0px 20px;
  }
  .slider-next, .slider-prev {
    width: 40px;
    height: 40px;
  }
  .slider-next svg, .slider-prev svg {
    width: 18px;
    height: 18px;
  }
  .slider-section .pagination.glider-dots {
    margin-top: 10px;
  }
  #slider {
    overflow: hidden ;
  }
  .testimonial_section .slider_space .content_column p {
    font-size: 16px;
    line-height: 23px;
  }
  .testimonial_section .slider_space .about_bio .content h6 {
    font-size: 14px;
  }
  .testimonial_section .slider_space .about_bio .content h5 {
    font-size: 16px;
  }
  .testimonial_section .slider_space .about_bio {
    margin-top: 30px;
  }
  .testimonial_section .slider_space .about_bio .image {
    width: 50px;
    height: 50px;
  }
  #testimonial_slide {
    overflow: hidden;
  }
  .blog_listing_cards h5 {
    padding-bottom: 10px;
  }

  .article_row article.blog-listing__post.card.blog-post-listing__post--card a {
  }

  body .article_row article .article_space .blog-listing__post-image-wrapper.blog-post-listing__post-image-wrapper--card {
    width: 100% ;
  }

  .p3-contact__main .p3-contact__content .p3-contact__coord {
    margin-bottom: 40px;
  }

  .p3-footer__img-container {
    background: transparent;
  }

  .p3-footer_desc {width: 100%;}

  .p3-footer__col-right .inner .footer-about, .p3-footer__col-right .inner .footer-menu {
    width: 100%;
  }

/*   .p3-footer__col-left {
    width: 100%;
    background: transparent;
  } */
  .p3-contact__main .p3-contact__heading {
    margin-bottom: 40px;
  }
  .p3-contact__main .p3-contact__heading {
    margin-bottom: 40px;
  }

  header.header .container-fluid {
    padding: 0px 15px;
  }
  
/*   .p3-footer.p3-footer__col-right {
    padding-left: 15px;
    padding-right: 15px;
  } */

  .website-header .row_website .right_content_nav .heade_btns .header_btn {
    display: none;
  }

  .website-header .row_website .logo {
    width: 30%;
  }

  .website-header .row_website .right_content_nav {
    width: 70%;
  }

  .p3-header__mobile_menu {
    width: 100%;
  }
  .p3-contact__main .p3-contact__heading {
    margin-bottom: 40px;
  }

  header.header .container-fluid {
    padding: 0px 15px;
  }

  .website-header .row_website .right_content_nav .heade_btns .header_btn {
    display: none;
  }

  .p3-header__mobile_menu {
    width: 100%;
  }
  .p3-footer__col-right .inner .footer-about, .p3-footer__col-right .inner .footer-menu {
    width: 100%;
  } 
  .content_image_row .row_column .col_6 {
    margin: 15px 0px;
  }

  .video_popup_sec .icon #open-popup {
    max-width: 80px;
    height: auto;
  }
  .statistic_section .statistic_row .column_4 {
    width: 100%;
  }
  .statistic_section .statistic_row .column_4 h2 {
    font-size: 40px;
  }
  .testimonial_section span.testimonial_pagi {
    margin: 30px 0 20px;
  }
  .p3_flip_cards__section .p3_flip_cards__content {
    margin: 0;
  }
  .p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details {
    width: 100%;
  }
  .p3-footer__wrapper .back-to-top {
    width: 45px;
    height: 45px;
  }

  .glider-dot {
    margin: 4px;
    width: 10px;
    height: 10px;
  }
  .logos-section #logos_slider {
    overflow: hidden;
  }
  .p3_case__section .p3_team__details .p3_team__cards {
    margin: 10px 0px;
  }
  .slider-prev {
    left: 15px;
  }
  .slider-next {
    right: 15px;
  }
  .p3_case__section h3.p3-case__title {
    margin-bottom: 10px;
  }
  .content_image_row h2 {
    font-size: 18px;
  }

  .content_image_sec h5 {
    font-size: 16px;
  }

  .content_listing_icon .listing_item ul li .text {
    font-size: 16px;
  }
  .p3-social__icon {
    gap: 15px;
  }
  .p3-social__icon a img {
    max-width: 25px ;
  }

  .p3-right__news {
    padding: 35px 10px;
  }
  .p3_team__section .p3_team__content .p3_team__details .p3_job__cards {
    width: 100%;
    margin-bottom: 0;
  }
  .our_history_slide span.slider-prev {
    left: 0;
  }

  .our_history_slide span.slider-next {
    right: 0px;
  }

  div#our_history_slide .slide_history {
    min-width: 280px ;
  }
  .popup-overlay .close-btn {
    font-size: 20px;
    width: 35px;
    height: 35px;
    right: -10px;
  }
  .testimonial_section .slider_space {
    max-width: 280px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .p3-contact__main .p3-contact__content .p3-contact__map.map_square iframe {
    width: 100%;
  }
  .home_hero_sec .wrap_content.container_wrapper {
    padding: 0px 15px;
  }
  header.header .container-fluid,
  .p3-footer.p3-footer__col-right {
    padding: 0 15px;
  }
  .container_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .space_columns.content_sp {
    padding-right: 0px;
  }
  .content_image_row.left_content .row_column .space_columns.content_sp {
    padding-left: 0px;
  }
  .three_columns_box .columns_row .columns_sp {
    padding: 10px;
  }
  .article_row article.blog-listing__post.card.blog-post-listing__post--card {
    width: 50%;
  }
  .blog_listing_cards .article_row {
    margin: 0px;
  }
  .p3-contact__main .p3-contact__content .p3-contact__coord {
    padding-right: 51px;
  }
  .p3-footer__col-right .inner {
    flex-direction: row;
  }
  h1, .h1 {
    font-size: 32px;
    line-height: normal;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: normal;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: normal;
  }
  h4, .h4 {
    font-size: 22px;
    line-height: normal;
  }
  h5, .h5 {
    font-size: 19px;
    line-height: normal;
  }
  h6, .h6 {
    font-size: 18px;
    line-height: normal;
  }
  p, .p {
    font-size: 17px;
    line-height: normal;
  }
  body .p3-footer__img-container {
    background: transparent;
  }
  .p3_case__section .p3_team__details .p3_team__cards {
    width: 50%;
    margin: 10px 0px;
  }
  .p3_case__section h3.p3-case__title {
    margin-bottom: 30px;
  }
  .testimonial_section span.testimonial_pagi {
    margin-bottom: 10px;
  }

}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .website-header .nav_menus ul li a {
    font-size: 14px;
  }

  .website-header .header_btn a {
    font-size: 14px;
  }

  .website-header .row_website .logo {
    width: 15%;
  }

  .website-header .row_website .logo img {
    max-width: 100%;
    object-fit: contain;
  }

  .website-header .row_website .right_content_nav {
    width: 85%;
  }

  .website-header .row_website .right_content_nav .menu_icons {
    gap: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  body  .event-listing-custom .accordian-section .accordion .right-section {
    right: 0;
  }

}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  header.header .container-fluid {
    padding: 0 15px;
  }
  .p3-footer.p3-footer__col-right {
    padding-left: 15px;
    padding-right: 15px;
  }
/*  .p3-footer.p3-footer__col-right {
    padding-left: 15px;
    padding-right: 15px;
  } */
  .container_wrapper {
    padding: 0px 15px;
  }
  .p3-footer__col-right .inner {
    flex-direction: row;
  }
  .p3-footer__col-right * {
    box-sizing: content-box;
  }

  .p3-footer__col-right {
    padding-right: 10px;
  }

  .p3-footer__col-right .footer-menu {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 500px) {
  .primary_button, .secondary_button, .tertiary_button {
    padding: 5px 12px;
    display: flex;
    align-items: center;
    
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .website-header .row_website .right_content_nav .admin {
    display: none; 
  }
  .slider-prev {
    left: -5px;
  }
  .slider-next {
    right: 0px;
  }
  .testimonial_section .slider_space {
    max-width: 250px;
  }
  .slider-next, .slider-prev {
    padding: 10px;
    width: 25px;
    height: 25px;
  }
  .slider-next svg, .slider-prev svg {
    width: 15px;
    height: 15px;
  }
}