/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none !important;
}
p {
  line-height: 22px;
}
body.overflow_hidden {
  overflow: hidden;
  height: 0px !important;
}
/******accordion******/
.p3_accordions__section .p3_accordions__content .p3_accordions__details .p3_accordions__panel {
  transition: max-height 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: -32px;
}
.p3_accordions__section .p3_accordions__details button {
  background: #001B44;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: normal;
  outline: none;
  padding: 25px 80px 25px 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 h3 {
  line-height: 25px;
  margin-bottom: 20px;
  font-size:25px;
}
.p3_accordions__section .p3_accordions__content .p3_accordions__details .p3_accordions__panel p {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #001B44;
}
.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;
  background: #efefef;
}
.p3_accordions__section .p3_accordions__content .p3_accordions__details {
  /*   border-bottom: 1px solid #0B66A3; */
  margin-bottom: 6px;
}
.p3_accordions__section .p3_accordions__details button:after {
  background-image: url(https://2691701.fs1.hubspotusercontent-na1.net/hubfs/2691701/Vector%20%283%29.svg);
  background-size: 100%;
  content: "";
  height: 45px;
  position: absolute;
  right: 25px;
  top: 22%;
  transform: none;
  width: 45px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
  background-size: 25px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.p3-footer__col-right .inner .footer-about:first-child .p3-footer_desc_menu ul li.hs-menu-item:nth-child(4) {
  border-bottom: 1px solid #FFFFFF;
  padding: 0px 0 20px;
}
.p3_accordions__section .p3_accordions__details button.active:after {
  transform: rotate(180deg);
}
.p3_accordions__section .p3_accordions__sub_title {
  margin: 0 0 40px;
}
.p3_accordions__section .p3_accordions__sub_title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
/*********case study***********/
.p3_case__section .p3-case__title {
  border-bottom: 1px solid #6B7280;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.p3_case__section .p3_team__details {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}
.p3_case__section .p3_team__content {
  width: 100%;
}
.p3_case__section .p3_team__details .p3_team__cards {
  width: 50%;
  padding: 20px;
}
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 15px #ddd;
  height: 100%;
}
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__image {
  width: 50%;
  background: #fff;
}
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text {
  width: 50%;
  padding: 10px 10px 40px 10px;
  position: relative;
  background:#fff;
}

.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text h6 {
  font-size: 13px;
  color: #001b44;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
}

.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text h4 {
  font-size: 20px;
  margin: 10px 0px;
}

.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text p,
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text li {
  color: #001B44;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text .p3-case__link {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  border-top: 1px solid #D1D5DB;
  padding: 10px;
}

.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text .p3-case__link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  text-decoration: underline !important;
}
/***********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 {
  background-color: transparent;
  display: inline-block;
  min-height:353px;
  perspective: 1000px;
  width: 100%;
  height: 100%;
}
.p3_flip_cards__section .p3_flip_cards__title p {
  color: #001B44;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.p3_flip_cards__section .p3_flip_cards__title h2 {
  margin-bottom: 12px;
}
.p3_flip_cards__description {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  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;
}
.flip-card-back {
  background-color: #001B44;
  color: white;
  transform: rotateY(180deg);
  height: 100%;
}
.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__front .p3_flip_cards__text span {
  font-weight: 800;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
.p3_flip_cards__description .p3_flip_cards__front .p3_flip_cards__text h3 span {
  line-height:1.5;
  margin: 12px 0;
  font-weight:400;
}
.p3_flip_cards__description .p3_flip_cards__front .p3_flip_cards__text h3{
  margin: 0 0 30px;
  color: #FFFFFF;
}

.p3_flip_cards__description .p3_flip_cards__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.p3_flip_cards__description .p3_flip_cards__front .p3_flip_cards__text .p3_flip_cards__btn_link {
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #FFFFFF;
  font-weight:600;
}
.p3_flip_cards__section .p3_flip_cards__title h3 {
  margin: 0;
  font-size:25px;
  font-weight:800;
  line-height:1;
  color:#114245;
}
.flip-card-back-image{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.p3_flip_cards__section .p3_flip_cards__title {
  margin-bottom: 40px;
  text-align: center;
}
.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 span {
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back h3 {
  line-height: 25px;
  color: #FFF;
  margin-bottom: 20px;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back p {
  font-weight: 500;
  line-height: 27px;
  color: #fff;
  margin-bottom: 10px;
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back p span {
  font-weight: normal;
  text-transform: initial;
}
.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__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back .white_bg p {
  color: #0B66A3;
  margin: 0;
}
.p3_flip_cards__front {
  background: #fff;
  height: 100%;
  overflow: hidden;
}
.p3_flip_cards__text {
  background: linear-gradient(180deg, rgba(13, 57, 59, 0) 0%, #001B44 100%);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
.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;
}
/************text and image*********/
.text_and_image .row_txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -25px;
}

.text_and_image .row_txt .col_6 {
  width: 50%;
  padding: 0px 25px;
}

.text_and_image .row_txt 
.col_sp.content {
  max-width: 500px;
}
.text_and_image ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

.text_and_image ul li {
  color: #001B44;
  font-size: 18px;
  margin: 10px 0px;
  font-weight: 500;
}
.text_and_image .row_txt .col_sp.content p {
  color: #001B44;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.text_and_image.vertical_layout .container {
  display: flex;
  flex-wrap: wrap;
}
.text_and_image.vertical_layout .row_txt.left_image {
  width: 50%;
  margin: 0px;
  padding: 0px 10px;
}
.text_and_image.vertical_layout .row_txt.left_image .col_6 {
  width: 100%;
  padding: 0px;
}
.text_and_image.vertical_layout .row_txt.left_image .col_sp.content h2 {
  margin: 25px 0px;
}

.text_and_image.vertical_layout .row_txt.left_image .transparent_btn {
  color: #000;
}
/********cta********/
html {
  scroll-behavior: smooth;
}

.cta_section .cta_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cta_section .cta_row .col_cta a {
  color: #001B44;
  font-size: 16px;
  border: 1px solid #001B44;
  padding: 12px 25px;
}
.cta_section .cta_row .col_cta a:hover {
  background: #001b44;
  color: #fff;
}
/*********statics**********/
.statistics_section .rich_content {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .statistics_section .statistics_row {
    padding-left: 30px;
  }
}

.statistics_section .rich_content h3 {
  color: #001B44;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}

.statistics_section .rich_content h2 {
  color: #001B44;
  margin: 10px 0 20px 0px;
}
.statistics_section .statistics_row {
  display: flex;
  flex-wrap: wrap;
}

.statistics_section .statistics_row .col_4 {
  width: 33.33%;
  padding: 15px 40px;
}

.statistics_section .statistics_row .statistics_clmsp {
  text-align: center;
}

.statistics_section .statistics_row .statistics_clmsp h2 {
  font-size: 40px;
  margin: 0px 0px 20px;
}

.statistics_section .statistics_row .statistics_clmsp h3 {
  margin-bottom: 10px;
}

.statistics_section .statistics_row .statistics_clmsp p {
  margin: 0px;
  font-weight: 500;
  line-height: 24px;
  color: #001B44;
}
.four_column .statistics_row .col_4 {
  width: 25%;
  padding: 15px 25px;
}
.statistics_section .rich_content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #001B44;
}
.statistics_section .statistics_row .statistics_clmsp ul li {
  font-size: 18px;
  font-weight: 400;
  color: #001B44;
  line-height: 27px;
  text-align: left;
}
/**********one column text*************/
.p3_one_column .one_clm_row {
  text-align: center;
}
.p3_one_column .one_clm_row h2 {
  margin: 0px 0px 20px;
  color: #fff;
  font-size: 45px;
}
.p3_one_column .one_clm_row p {
  display: inline-block;
  width: 100%;
  margin: 15px 0px;
}
.p3_one_column .btn_clm {
  margin-top: 20px;
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p3_one_column .btn_clm .border_btn {
  display: inline-block;
  font-size: 16px;
  padding: 16px 30px;
  border: 1px solid #fff;
  color: #ffffff;
}
.p3_one_column .btn_clm .border_btn:hover {
  background: #000;
  border-color: #000;
}
.p3_one_column .btn_clm a.white_btn:Hover {
  background: #000;
}
/*********icon text*********/
.icon_text_section .rich_content {
  text-align: center;
  margin-bottom: 40px;
}
.icon_text_section .icon_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icon_text_section .icon_row .icon_txtclm {
  text-align: center;
  padding: 20px 15px;
}
.icon_text_section .icon_row .icon_txtclm h3 {
  margin: 5px 0px;
}
.icon_text_section .rich_content h2 {
  margin-bottom: 10px;
}
.icon_text_section .rich_content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #001B44;
}
.icon_text_section .style2 .icon_txtclm .icon_txtclmsp {
  padding: 0px 30px 60px;
}
.icon_text_section .style2 .icon_txtclm .icon_txtclmsp .imagewrap {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 100%;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.icon_text_section .style2 .icon_txtclm .icon_txtclmsp .imagewrap img {
  max-width: 80px;
  height: auto !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.icon_text_section .icon_row .content_wrap {
  max-width: 330px;
  margin: 0 auto;
}
.icon_text_section .style2 .icon_txtclm .icon_txtclmsp .imagewrap_sp {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -60px;
}
.icon_text_section .style2 .icon_txtclm .icon_txtclmsp .content_wrap {
  padding-top: 20px;
}
.icon_row.twoclm.style3 {
  justify-content: flex-start;
}
.icon_row.twoclm.style3 .icon_txtclmsp {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.icon_row.twoclm.style3 .icon_txtclmsp .imagewrap_sp {
  width: 111px;
}
.icon_row.twoclm.style3 .icon_txtclmsp .content_wrap {
  width: calc(100% - 120px);
  text-align: left;
  max-width: 350px;
  margin: 0px;
  padding-left: 10px;
}
.icon_row.twoclm.style3 .icon_txtclmsp .imagewrap_sp img {
  width: auto;
  height: auto;
}
.icon_row.twoclm.style3 .icon_txtclmsp .content_wrap h3 {
  margin-bottom: 12px;
}
/********two column text*********/
.two-column_text_sec h6 {
  color: #001B44;
  font-weight: 400;
  margin: 0px;
}
.two-column_text_sec h2 {
  margin: 20px 0px;
}
.two-column_text_sec .single_column_conent h4 {
  color: #001B44;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.two-column_text_sec .single_column_conent p {
  color: #001B44;
  font-weight: 500;
}
.two-column_text_sec .two_column_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.two-column_text_sec .two_column_content .col_6 {
  width: 50%;
  padding: 0px 15px;
}

.two-column_text_sec .two_column_content .col_6 p {
  color: #001B44;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

/*******pricing card**********/
.pricing_card_sec .pricing_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.pricing_card_sec .pricing_row .cl_25 {
  width: 25%;
  padding: 15px;
  margin-bottom: 15px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp {
  box-shadow: 0 0 20px #00000012;
  height: 100%;
  padding-bottom: 80px;
  position: relative;
  background: #E5E8EC;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head {
  background: #001B44;
  padding: 20px;
  min-height: 165px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head .most_popular {
  background: #D1D5DB;
  color: #001B44;
  font-size: 13px;
  display: inline-block;
  margin: 0px 0px 10px;
  padding: 5px 14px;
  border-radius: 30px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head .price_h .row_price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head .price_h .row_price .dollar_sign {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head .price_h .price {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head .price_h .row_price .currency {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head .price_h .content {
  margin: 10px 0px 0px;
  font-size: 14px;
  font-weight: 400;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .head .simple_content {
  color: #FFFFFF;
  font-size: 25px;
  margin: 0px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .title_description {
  padding: 20px 20px;
  background: #fff;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .title_description h4 {
  color: #6B7280;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .title_description h2 {
  color: #001B44;
  margin: 0px;
  font-size: 24px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .listing_bx {padding: 20px;}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .listing_bx .bx_list p {
  color: #001B44;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .listing_bx .bx_list ul {
  margin: 0px;
  padding-left: 0px;
  list-style-position: inside;
}

.pricing_card_sec .pricing_row .cl_25 .cl_sp .listing_bx .bx_list ul li {
  color: #001B44;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #FFFFFF;
  padding: 10px 10px 10px 10px;
}
.pricing_card_sec .bx_list ul ul li {
  border: 0px !important;
}

.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp>ul>ul.item_listingopen {
  padding: 0px 15px !important;
  width: 100%;
}
.container{
  max-width: 1240px;
}



/*********pricing plans*********/

.pricing_plan .section_heading {
  text-align: center;
}
.pricing_plan .section_heading .row_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  align-items: center;
}
.pricing_plan .section_heading .row_content .discount_txt {
  width: 30%;
  text-align: right;
  padding-right: 40px;
  font-size: 60px;
  color: #001B44;
  font-weight: 500;
  margin: 0px;
}
.pricing_plan .section_heading .row_content .content_txt {
  width: 70%;
  text-align: left;
  margin: 0px;
}
.pricing_plan .section_heading p {
  color: #001B44;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0px 0px;
}
.pricing_plan .pricing_row {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0px auto;
  max-width: 1050px;
}
.pricing_plan .pricing_row .col_4 {
  width: 33.33%;
  padding: 10px;
}
.pricing_plan .pricing_row .col_4 .col_sp {
  box-shadow: 0 0 20px #ddd;
}
.pricing_plan .pricing_row .col_4 .col_sp .heading {
  font-size: 20px;
  color: #001B44;
  font-weight: 700;
  text-align: center;
  padding: 40px 20px ;
}
.pricing_plan .pricing_row .col_4 .col_sp .description {
  background: #e5e8ec;
  padding: 20px 20px;
  min-height: 215px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pricing_plan .pricing_row .col_4 .col_sp .description ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.pricing_plan .pricing_row .col_4 .col_sp .description ul li {
  color: #001B44;
  font-size: 14px;
  margin: 12px 0px;
  font-weight: 400;
  Line-height: 17.5px;
}

.website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li:first-child {
  border: 0;
}
.pricing_plan .pricing_row .col_4 .col_sp .discount_txt {
  background: #001B44;
  padding: 40px 20px;
}
.pricing_plan .pricing_row .col_4 .col_sp .discount_txt h3 {
  color: #fff;
  margin: 0px;
  text-align: center;
  font-size: 22px;
}
.p3-footer__img-container .moblie_logo_image a img {
  display: none;
}
.pricing_plan .pricing_row .col_4 .col_sp .discount_txt h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin: 0px;
  font-weight: 800;
}

.pricing_plan .pricing_row .col_4 .col_sp .btn_more {
  background: #E5E8EC;
  padding: 15px;
  text-align: center;
}
.pricing_plan .pricing_row .col_4 .col_sp .btn_more a {
  font-size: 15px;
  color: #000;
  text-decoration: underline !important;
}
/***********large-cards*****/

.large_card_sec .large_cardrow {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.large_card_sec .large_cardrow .large_50 {
  width: 50%;
  padding: 10px;
}
.large_card_sec .large_cardrow .card_image {
  padding: 50px;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.large_card_sec .large_cardrow .card_image img {
  height: auto;
  object-fit: contain;
}
.large_card_sec .large_cardrow .large_50 .large_bxsp {
  width: 100%;
  height: 100%;
}
.large_card_sec .large_cardrow .large_50 .large_bxsp .content_card {
  padding: 40px 40px 20px 40px;
}
.large_card_sec .large_cardrow .large_50 .large_bxsp .content_card p {
  color: #001B44;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}
.large_card_sec .large_cardrow .large_50 .large_bxsp .card_btn {
  padding: 0px 40px 40px 40px;
}
.large_card_sec .large_cardrow .large_50 .large_bxsp .card_btn a {
  font-weight: 800;
  color: #001B44;
  font-size: 16px;
  text-decoration: underline !important;
}
.large_card_sec .large_cardrow .large_50 .large_bxsp .card_btn a svg {
  margin-left: 5px;
}
/**********MAP********/
.contact_map_section {
  padding: 100px 0;
}

.contact_map_section .map_container {
  max-width: 1084px;
  margin: 0 auto;
}
.contact_map_section .heading_section span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  color: #293A5D;
  text-align: center;
  margin: 0 0 20px 0;
}
.contact_map_section .heading_section h2 {
  font-size: 30px;
  line-height: 36px;
  color: #001B44;
  text-align: center;
  max-width: 725px;
  padding: 0 0 90px;
  margin: 0 auto;
}
.contact_map_section .map_with_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.contact_map_section .map_content_section {
  width: 50%;
  padding: 0 15px;
}
.contact_map_section .map_section {
  width: 50%;
  padding: 0 15px;
}
.contact_map_section .content_section .title_content span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #293A5D;
}
.contact_map_section .content_section .title_content h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #001B44;
  margin: 0 0 30px 0;
}
.contact_map_section .content_section .contact_details {
  display: flex;
  gap: 15px;
  border-top: 1px solid #D1D5DB;
  padding: 15px 0;
  align-items: baseline;
}
}
.contact_map_section .content_section .contact_details .icon_section img {
  width: 16px !important;
  max-height: 17px;
}
.contact_map_section .content_section .contact_details .details a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #001B44;
  max-width: 208px;
}
.contact_map_section .content_section .contact_details:nth-child(6) .details {
  max-width: unset;
}
.contact_map_section .content_section .social_icoins svg {
  height: 25px;
  fill: #001B44;
  cursor: pointer;
}
.contact_map_section .content_section .mail_details .details a {
  color: #001B44;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.contact_map_section .content_section .mail_details {
  display: flex;
  gap: 15px;
  border-top: 1px solid #F0F0EF;
  padding: 15px 0;
  align-items: baseline;
}
.contact_map_section .content_section .social_icons_heading {
  color: #293A5D;
  border-top: 1px solid #F0F0EF;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin:  0 0 20px;
  padding: 25px 0 0;
}
.contact_map_section .content_section .social_icon_section {
  display: flex;
  gap: 13px;
}
.place-card.place-card-large {
  display: none;
}
.contact_map_section .content_section .address_section {
  display: flex;
  gap: 15px;
  border-top: 1px solid #D1D5DB;
  padding: 10px 0;
  align-items: baseline;
}
.contact_map_section .content_section .address_section .address_content {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #001B44;
  max-width: 208px;
}
/*******call to action********/
.call_to_action_section .call_to_action {
  background: #D1D5DB;
  padding: 48px 60px 48px 60px;
}
.call_to_action_section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.call_to_action_section .content_section {display: flex;flex-wrap: wrap;align-items: center;}

.call_to_action_section .call_to_action .description {
  width: 70%;
}
.call_to_action_section .call_to_action .button_section {
  width: 30%;
  text-align: end;
}
.call_to_action_section .call_to_action .description h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #001B44;
}
/***********footer********/
.statistics_section .statistics_row .content_:before {
  position: absolute;
  content: '';
  background-image: url(https://2691701.fs1.hubspotusercontent-na1.net/hubfs/2691701/check-svg-1.webp);
  width: 18px;
  height: 18px;
  background-size: 88%;
  background-repeat: no-repeat;
  left: -26px;
  top: 4px;
}
.statistics_section .statistics_row .content_ {
  position: relative;
}
.no_need .statistics_row .content_:before {
  position: absolute;
  content: none;
}
.website_header .top_row .menu_topbar ul li:last-child {
  background: #fff;
  padding: 15px 20px;
  left: unset;
  right: -73px;
  top: 5px;
}

@media (min-width: 576px) {
  .website_header .top_row .menu_topbar ul li:last-child {
/*     box-shadow: 0 0px 5px 0px; */
    border-top: 4px solid #001B44;
  }
}

.p3-footer__col-right .p3-footer_desc_menu {
  display: inline-block;
  width: 100%;
}
.p3-footer__col-right  ul li {
  width: 100%;
  display: inline-block; 
  margin: 10px 0px;
}
.p3-footer__col-right .p3-footer_desc_menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
footer.footer {
  background: #000000;
}

footer.footer * {
  font-family: Raleway, sans-serif !important;
}
.footer .content-wrapper {
  max-width: 100vw;
}
.p3-footer__col-left {
  max-width: 420px;
}
.container-fluid .footer__container.content-wrapper{
  margin:0px;
}
.p3-footer__wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  font-family:'work sans';
}
.p3-footer__img-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  /*   background-color: #0c3336; */
  min-width: 420px;
  height: 100%;
  /*   opacity: 0.3; */
  background: #ffffff;
  /*     mix-blend-mode: multiply; */
}
.p3-footer__col-right .inner {
  display: flex;
  flex-direction: row;
}
.footerbtn{
  padding: 9px 24px!important;
}
.footerbtn svg{
  margin-left: 10px;
}
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text .p3-case__link a:hover {
  color: #000;
}
.p3_case__section .p3_team__details .p3_team__cards .p3_team__description .p3_case__text .p3-case__link a:hover path {
  fill: #000;
}
.p3-footer__col-right .inner .footer-cta .btn_ftr {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
.logo_slider button.glide__arrow:hover {
  background: #000;
}
.contact_map_section .content_section .social_icoins svg:hover {
  fill: #000;
}
.p3-footer__col-right .inner .footer-cta .btn_ftr .white_border {
  display: inline-block;
  font-size: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 16px 30px;
  margin-bottom: 20px;
}
.p3-footer__col-right .footer-about .p3-footer_desc_menu {
  margin-bottom: 60px;
}
.p3-footer__copyright .copyright-menu ul li {
  display: inline-block;
  width: auto;
  margin: 0px 10px;
}
.pricing_plan .pricing_row .col_4 .col_sp .btn_more a:hover {
  text-decoration: none !important;
}
.p3-footer__col-left img {
  max-width: 160px;
  height: auto;
}

/* Header */
.website_header {
  width: 100%;
  display: inline-block;
  background: hsl(0deg 0% 100% / 50%);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.website_header .top_row {
  display: flex;
  padding: 10px 0px 0px;
  justify-content: flex-end;
}
.website_header .top_row .menu_topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.website_header .top_row .menu_topbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.website_header .top_row .menu_topbar a {
  color: #001B44;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
  transition: all 0.5s;
}

.website_header .top_row .menu_topbar a.lang_switcher_link {
  text-transform:uppercase;
}
.website_header .top_row .menu_topbar a:hover {
  color: #005E91;
}
.website_header .top_row .menu_topbar ul li {
  margin: 0px 7px;
  padding: 0px 7px;
}
.website_header .top_row .menu_topbar .btn_signin {
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid #002450;
}
.website_header .top_row .menu_topbar .btn_signin a {
  display: inline-block;
  color: #002450;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.website_header .top_row .menu_topbar .btn_signin a svg {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.website_header .top_row .menu_topbar .sign_inupbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  top: 2px;
}
.main-header {
  width: 100%;
}
.main-header .container_full,
.website_header .top_row .container_full {
  position: relative;
  width:100%;
  margin: 0 auto;
  max-width: 1550px;
  padding: 0px 15px;
}
.main-header .container_full .main_hdrrow {
  display: flex;
  flex-wrap: wrap;
}
.main-header .container_full .main_hdrrow .logo {
  width: 20%;
/*   padding-bottom: 20px; */
}
.main-header .container_full .main_hdrrow .menu_hdr_btn {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.main_hdrrow .menu_hdr_btn .menu_rows ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main_hdrrow .menu_hdr_btn .menu_rows ul li a {
  color: #001B44;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main_hdrrow .menu_hdr_btn .menu_rows ul li {
  margin: 0px 15px;
  height: 100%;
}
.website_header .menu_hdr .menu_rows .mega_menu {
  display: none;
  position: absolute;
  top: 100%;
  left:0px;
}
.website_header .main-header {
  position: relative;
}
.website_header .main-header .menu_hdr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main_hdrrow .menu_hdr_btn .menu_rows ul li .megamenu_item:hover .mega_menu.mega_menu_features {
  display: block;
}
.main_hdrrow .menu_hdr_btn .menu_rows ul li .megamenu_item:hover .mega_menu {
  display: block;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu {
  display: block;
  z-index: 99;
  width: 100%;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative ;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_4 {
  width: 33.33%;
}
@media (max-width: 450px) {
  .website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow:  none !important;
    box-shadow:  none !important;
  }
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 10px 12px -4px rgba(90, 90, 90, 1);
  -moz-box-shadow: 0px 10px 12px -4px rgba(90, 90, 90, 1);
  box-shadow: 0px 10px 12px -4px rgba(90, 90, 90, 1);
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_4 .col_megasp {
  padding: 50px;
  border-right: 1px solid #000;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_4 .col_megasp h2 {
  color: #002450;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_4 .col_megasp p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_4 .col_megasp .btn_mega {
  margin-top: 40px;
}
.main_hdrrow .menu_hdr_btn .menu_rows ul li a:hover {
  color: #000;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul li a:hover {
  color: #000;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_4 .col_megasp .btn_mega a {
  border-radius: 33px;
  background: #FF9632;
  box-shadow: 0px 4px 12px 0px rgba(0, 36, 80, 0.20);
  color: #002450;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  display: inline-block;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_4 .col_megasp .btn_mega a:nth-child(2) {
  background: transparent !important;
  box-shadow: none;
  padding: 0px;
  margin-left: 20px;
  text-decoration: underline;
}
.website_header .main-header .menu_hdr .menu_rows .col_megasp {
  width: 100%;
}
.website_header .main-header .menu_hdr .menu_rows .col_megasp ul li {
  display: inline-block;
  width: 100%;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp {
  width: 100%;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp>ul {
  width: 50%;
}
.website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5,
.website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5 a{
  color: #002450 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 125% !important;
  margin: 0px;
}
.website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5 a {
  padding: 8px 0px !important;
  background: transparent !important;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 ul li .item_submenu {
  display: none;
}
.website_header .top_row .menu_topbar {
  justify-content: flex-end;
  padding: 0 56px !important;
}
.main-header .container_full .main_hdrrow .logo a {
  display: inline-block;
}
.main-header .container_full .main_hdrrow .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-header .container_full .main_hdrrow .menu_hdr_btn .hdr_tn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.website_header .main-header .menu_hdr .menu_rows ul>li>a {
  position: relative;
}
.website_header .main-header .menu_hdr .menu_rows ul>li>a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.website_header .main-header .menu_hdr .menu_rows ul>li>a .show_icondropdwn {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  transform: rotate(0deg);
}
.website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul li a {
  color: #002450;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 20px;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul li a {
  position: relative;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp>ul li a .arriw_child_tm {
  position: absolute;
  right: 13%;
}
.website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5,
.website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5 a{
  padding: 10px;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul>li:Hover ul.item_submenu {
  display: block;
  background: #E5F9FD;
  right: 0;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: auto;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul>li li a {
  color: #002450;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 15px;
  transition: all 0.5s;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul>li li a:hover {
  color: #335784;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul>li:Hover ul.item_submenu h5 {
  padding-bottom: 0;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp {
  position: relative;
}
.website_header .main-header .menu_hdr .menu_rows .col_megasp ul li {
  margin: 0px;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul>li:Hover ul.item_submenu li h5 {
  padding-top: 30px;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .col_4 {
  background: #fff;
  display: block ;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp {
  padding: 0px;
  height: 100%;
  display: flex;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul {
  background: #fff;
  height: 100%;
  flex-direction: column;
}
.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul>li:Hover ul.item_submenu {
  padding-bottom: 0px;
}
/* html[lang="fr-ca"] .hs-language-switcher__menu a[lang="fr-ca"] {
display: none;
}
html[lang="en-ca"] .hs-language-switcher__menu a[lang="en-ca"] {
display: none;
}
html[lang="fr-ca"] .hs-language-switcher__menu a[lang="fr-ca"] {
display: none;
}
.website_header .top_row .menu_topbar ul .hs-language-switcher__item {
padding: 0px;
margin: 0px;
}
.website_header .top_row .menu_topbar ul .hs-language-switcher__item a {margin-left: 20px;}
.website_header .top_row .menu_topbar ul .hs-language-switcher__item a span svg {
position: relative;
top: 6px;
} */
.mega_menu.mega_menu_features.style_3 {
  max-width: 20% !important;
  width: 100% !important;
  left: 57% !important;
}
.mega_menu.mega_menu_features.style_3 .row_menu_mega {
  position: relative;
  justify-content: center !important;
}
.mega_menu.mega_menu_features.style_3 .col_4 {
  width: 50% !important;
}
.mega_menu.mega_menu_features.style_3 .col_8 {
  width: 100%;
}
.mega_menu.mega_menu_features.style_3 .col_8 ul {
  width: 100% !important;
  padding-top: 20px !important;
}
.hero_banner_section .row_hero .col_6.half_content .col_sp_content .p3-hero-banner__title.mb-4 {
  max-width: 515px;
  margin-bottom: 30px !important;
}
.website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2  .col_megasp {
  display: flex;
}
.website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_megasp>ul {
}



@media only screen and (max-width: 1024px) {
  .website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp li h5:after {
    content: none !important;

  }
  .mobile_section .menu_topbar {
    justify-content: flex-start !important;
  }
  .mobile_section .menu_topbar {
    padding: 0 !important;
  }
  .mobile_section .menu_topbar .phone_num {
    width: 50%;
  }
  .mobile_section .menu_topbar .language_switcher {
    width: 50%;
    text-align: right;
  }
  .website_header .main-header .menu_hdr .menu_rows .mobile_section {
    display: block !important;
  }
  .website_header .top_row {
    display: none;
  }
  .website_header .main-header .menu_hdr .menu_rows ul .top_row.mobile_section .menu_topbar {
    padding: 15px 0 !important;
    align-content: flex-start;
  }
  .website_header .main-header .menu_hdr .menu_rows .mobile_section ul:after {
    content: none !important;
  }
  .website_header .main-header .menu_hdr .menu_rows .mobile_section ul.lang_list_class li:last-child {right: -20px;top: -7px;padding:0px 38px 0 6px;}
  .website_header .top_row .menu_topbar ul li {
    display: none;
    left: 20px !important;
    position: relative;
    top: -2px;
  }
  .globe_class {
    width: 10px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows .mobile_section ul.lang_list_class a {
    width: 21px;
  } 
  .mobile_section .lang_switcher_class .globe_class ul.lang_list_class {
    display: flex !important;
    flex-wrap: nowrap;
    margin: 0px 0;
    gap: 20px;
    top: 12px !important;
  }
  .mobile_section .container_full {
    padding: 0 !important;
  }
  .mobile_section .menu_topbar .phone_num a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .lang_switcher_class .globe_class ul.lang_list_class li {
    width: 50%;
  }
  .website_header .main-header .menu_hdr .menu_rows .mobile_section ul.lang_list_class li:last-child {
    border-top: none;
    border-left: 1px solid #000;
  }
  .website_header .main-header .menu_hdr .menu_rows ul .top_row.mobile_section .menu_topbar {
/*     align-items: center; */
  }
  .mobile_section .lang_switcher_class .globe_class ul.lang_list_class li {
    top: -7px;
  }
  .website_header .top_row .menu_topbar {
    padding: 6px 60px;
  }
  .main_hdrrow .menu_hdr_btn .menu_rows ul li {
    height: auto;
    padding: 15px 0;
  }
  .website_header .main-header .menu_hdr .menu_rows ul {
    display: block;
    padding: 0;
  }
  .website_header .main-header .menu_hdr .menu_rows {
    display: block !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp>ul>ul.item_listingopen li:first-child {
    padding: 0 !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul li a {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0px !important; 
    width: 100%;
    display: block;
  }
  .website_header .main-header .menu_hdr .menu_rows ul>li>a .show_icondropdwn svg {
    transform: rotate(270deg);
  }
  .main-header .container_full .main_hdrrow .logo img {
    max-width: 100% !important;
    object-fit: contain;
  }
  .item_heading_listul.active ul.item_listingopen {
    background: #fff;
    box-shadow: none;
    display: block!important;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    min-width: auto;
    opacity: 1;
    overflow-y: auto;
    padding: 0 15px 15px;
    position: absolute;
    top: 0;
    transform: translateX(0);
    visibility: visible;
    width: 100%;
    z-index: 999;
  }

  .website_header .top_row {
    padding: 0px;
  }
  .website_header .top_row .menu_topbar .btn_signin {
    border: none;
    margin: 0;
    padding: 0;
  }
  .website_header .top_row .menu_topbar .btn_signin a svg {
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
  }
  .main-header .container_full {
    padding: 0 20px;
  }
  .website_header .main-header .menu_hdr {
    display: none;
  }
  .website_header .main-header {
    padding: 10px 0;
  }
  .main-header .container_full .main_hdrrow .logo {
    width: 25%;
    padding-bottom:0;
  }
  .main-header .container_full .main_hdrrow .menu_hdr_btn {
    width: 75%;
    align-items: center;
  }
  .main-header .container_full .main_hdrrow {
    justify-content: space-between;
  }
  .website_header .main-header .menu_hdr .menu_rows.toggle_open ul {
    position: absolute;
    left: 0;
    z-index: 12;
    background-color: #fff;
    top: 53px;
    border-top: 1px solid rgba(0, 36, 80, 0.10);
    flex-direction: column;
    width: 100%;
    padding: 10px;
    height: 100vh;
  }
  .website_header .main-header .menu_hdr .menu_rows ul>li>a {
    line-height: normal;
  }
  .main_hdrrow .menu_hdr_btn .menu_rows ul li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 36, 80, 0.10);
  }
  .main-header .container_full .main_hdrrow .menu_hdr_btn .hdr_tn a {
    font-size: 14px;
  }
  .website_header .top_row .menu_topbar>ul {
    display: none;
  }
  .website_header .top_row .menu_topbar .btn_signin a {
    font-size: 14px;
  }
  .website_header .main-header .menu_hdr.menu_open {
    background: #fff;
    display: block;
    left: 0;
    padding: 20px 20px 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    height: calc(100vh - 54px);
    overflow: auto;
  }
  .website_header .main-header .menu_hdr.menu_open ul li {
    width: 100%;
    display: inline-block;
  }
  .website_header .main-header .menu_hdr .menu_rows ul>li>a {
    justify-content: space-between;
  }
  .main_hdrrow .menu_hdr_btn .menu_rows ul li:last-child {
    border-bottom: 0px;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu {
    display: none;
  }
  .mega_menu.mega_menu_features.menu_open_submenu {
    display: block !important;
    position: static !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_4 {
    width: 100% !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_4 .col_megasp {
    border: 0px !important;
    padding: 0px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_4 .col_megasp .heading_mega h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom:10px;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_4 .col_megasp .heading_mega p {
    display: none;
  }
  .mega_menu.mega_menu_features.menu_open_submenu .btn_mega {
    display: none;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 {
    width: 100% !important;
    padding: 15px 0px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul {
    width: 100% !important;
    padding-top: 0px  !important;
  }
  .mega_menu.mega_menu_features.menu_open_submenu .col_megasp li h5 {
    padding: 15px 0px !important;
  }
  .mega_menu.mega_menu_features.menu_open_submenu .col_8 ul li a {
    padding: 0px 0px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul li a .arriw_child_tm {
    right: 10px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul>li ul.item_submenu {
    display: none;
  }
  .website_header .main-header .menu_hdr .mega_menu.style_2 .col_8 ul.active ul.list1 li:first-child {
    padding: 15px 0 0 !important
  } 

  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_8 .col_megasp ul {
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  body .mega_menu.mega_menu_features.style_3 {
    width: 100% !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu{
    display:none !important;  
  }
  .menu_hdr.menu_open .menu_rows ul li.active .mega_menu.mega_menu_features {
    display: block !important;
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    max-width: none;
    min-width: auto;
    transform: translateX(0%);
    overflow-y: auto;
    background:#ffffff;
    z-index: 999;
  }
  .mega_menu.mega_menu_features.style_3 {
    left: 0px !important;
    max-width: 100% !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp ul>li:Hover ul.item_submenu {
    display: none;
  }
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li.active2 ul.item_submenu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    position: absolute !important;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    padding-top: 0;
    max-width: none;
    min-width: auto;
    transform: translateX(0%);
    overflow-y: auto;
    background: #ffffff !important;
    z-index: 999;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp {
    position: static !important;
    margin-top: 10px;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_4 .col_megasp .btn_mega {
    margin-top: 0px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_4 .col_megasp .btn_mega a {
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
    padding: 15px 0px !important;
    margin: 0px !important;
    display:inline-block;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li:first-child h5 {
    padding: 10px 0!important;
    font-weight: 400;
    font-size: 16px;
  }
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5, 
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5 a{
    margin: 0px !important;
    padding: 15px  20px !IMPORTANT;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li {
    border-bottom: 1px solid rgba(0, 36, 80, 0.10);
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li:first-child {
    background: transparent !important;
    /*     padding: 15px; */
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li ul.item_submenu li {
    background: transparent !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li ul.item_submenu li a {
    padding: 15px 15px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li.active2 ul.item_submenu>li h5 {
    color: #002450;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mega_menu.mega_menu_features .col_megasp li {
    background: #E5F9FD;
  }
  .mega_menu.mega_menu_features.style_2 .col_megasp li, .mega_menu.mega_menu_features.style_3 .col_megasp li {
    background: #fff !important;
  }
  .back_btn {
    color: #002450;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .back_btn svg {
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  .menu_hdr.menu_open .menu_rows ul li.active .mega_menu.mega_menu_features .row_menu_mega {
    padding-top: 35px;
  }
  .menu_hdr.menu_open  li.active2 ul.item_submenu li .back_btn {
    padding: 10px 0px 0px 20px;
  }
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_megasp {
    height: auto !important;
  }
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_megasp {
    width: 100% !important;
    display: inline-block !important;
  }
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_8 .col_megasp ul .title_style2 {
    display: block !important;
    width: 100% !important;
  }
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_8 .col_megasp ul .title_style2 h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0!important;
    margin: 0px !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_8 .col_megasp ul ul.item_listingopen li h5 {
    display: none !important;
  }
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_megasp ul.item_heading_listul .item_listingopen {
    display: none;
  }
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_8 .col_megasp ul .title_style2 .arrowitem3 {
    position: relative;
    top: 3px;
  }
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li.active2 ul.item_submenu>li h5 {
    font-size: 32px !important;
    position: relative;
    margin-left: 15px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul li a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul>ul.item_listingopen:last-child {
    padding: 0 !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp>ul>ul.item_listingopen:nth-child(2) {
    padding: 15px 20px !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li h5:nth-child(1) {
    padding: 15px 0 !important;
  }
  .website_header .main-header .menu_hdr .menu_rows>ul>li .mega_menu .row_menu_mega .col_8 .col_megasp ul li:nth-child(1) {
    border-bottom: 1px solid rgba(0, 36, 80, 0.10);
  }
  .main_hdrrow .menu_hdr_btn .menu_rows ul li li:nth-child(1) {
    padding: 0;
  }
  .item_heading_listul.active ul.list1 li:first-child {
    border-bottom: none !important;
  }
}

@media (max-width: 768px) {
  .website_header .main-header .menu_hdr .mega_menu.mega_menu_features.style_2 .col_8 .col_megasp ul .title_style2 .arrowitem3 {
    display: none;
  }
}


@media only screen and (min-width: 1025px) {
  .main-header .container_full .main_hdrrow .menu_hdr_btn .toggle_btn { 
    display: none;
  }
  .back_btn {
    display: none;
  }
  .website_header .main-header .menu_hdr>.menu_rows>ul>li>a {
    line-height: 50px;
    height: 100%;
  }
  .main-header .container_full {
    padding: 0px 15px 7px !important;
  }
  .website_header .top_row .container_full {
    padding: 0px 15px 0 !important;
  }
  
  .website_header.scrollin .top_row {
    display: none;
  }

  .website_header.scrollin .main-header {
    padding-top: 10px;
  }
}

.website_header .main-header .menu_hdr .menu_rows {
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.website_header .main-header .menu_hdr .menu_rows ul {
  height: 100%;
}

.website_header .main-header .menu_hdr .menu_rows>ul>li:hover .mega_menu .row_menu_mega .col_8 .col_megasp li {
  height: auto;
}

.mega_menu.mega_menu_features.style_3 .col_8 .col_megasp {
  flex-wrap: wrap !important;
}

.mega_menu.mega_menu_features.style_3 .col_8 .col_megasp .item_heading_listul {
  height: auto !important;
  padding: 0px !important;
}

.mega_menu.mega_menu_features.style_3 .col_8 .col_megasp .item_heading_listul ul.item_listingopen.list1 {
  padding-top: 0 !important;
}

.website_header .phone_num {
}

/* BLOG POST */
.hs-blog-post ul li,
.hs-blog-post ol li {
/*   font-family: arial, helvetica, sans-serif; */
  margin-bottom: 10px;
}


/**** Hero Banner ****/
.hero_banner_section .row_hero .col_6.half_content .col_sp_content p {
  font-size: 20px;
  line-height: 26px;
}
.p3-hero-banner__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p3-hero-banner__inner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 600px;
  z-index:0;
}


.p3-hero-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p3-hero-banner__bg__color{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p3-hero-banner__bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.p3-hero-banner__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  pointer-events: none;
}

.p3-hero-banner__content {
  z-index: -1;
}

.p3-hero-banner__surtitle {
  margin: 0 0 17px 0;
  text-transform: uppercase;
  font-size: 18px !important;
  height:21px;
}

.p3-hero-banner__title h1 {
  font-weight:800;
  font-size: 48px;
  line-height: 55px;
}

.p3-hero-banner__undertitle {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height:135%;
  width:440px;
  font-weight:600;
}

.p3-hero-banner__buttons {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}
.p3-bannerbtn_1 a{
  text-decoration:none;
  font-weight: 600;
}
.p3-bannerbtn_1{
  width:163px;
  height:46px;
}
.p3-bannerbtn_1 svg{
  margin-left:10px;
}
.p3-bannerbtn_2 a{
  text-decoration:none;
  font-weight:600;
}

.p3-bannerbtn_2{
  background-color: transparent;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(136, 144, 194, 0.2);
  width:143px;
  height:46px;
}
.hero_banner_section {
  width: 100%;
}
.hero_banner_section .row_hero .col_6:last-child .col_sp {
  height: 100%;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.hero_banner_section .row_hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top:150px;
  align-items: center;

}
.hero_banner_section .row_hero .col_6 {
  width: 50%;
}
.hero_banner_section .row_hero .col_6 img {
  width: 100%;
  height: auto;
}
.hero_banner_section .row_hero .col_6.half_content {
  display: flex;
  justify-content: flex-end;
  padding: 50px 0;
  position: relative;
  z-index: 9;
  align-items: center;
}
.hero_banner_section .row_hero .col_6 .col_sp {
  line-height: 0px;
}

.hero_banner_section .row_hero .col_6.half_content .col_sp_content {
  max-width: 620px;
  width:100%;
}
.p3-hero-banner__cards {
  width: 100%;
}

.p3-hero-banner__cards_section {
  display: flex;
  flex-wrap: nowrap;
}

.p3-hero-banner__cards_card {
  flex: 1;
  text-decoration: none;
}

.p3-hero-banner__cards_card:hover {
  text-decoration: none;
}

.p3-hero-banner__cards_card_image {
  width: 100%;
  height: 166px !important;
  object-fit: cover;
}

.p3-hero-banner__cards_card_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.white_btn {
  border: 1px solid #001B44;
  display: inline-block;
  font-size: 16px;
  padding: 16px 30px;
  color: #001B44;
  background: #fff;
}
.blue_btn {
  background: #001B44;
  font-size: 16px;
  color: #fff;
  padding: 16px 30px;
  display: inline-block;
}
.blue_btn:Hover {
  background: #000;
}
.white_btn:hover {
  background: #001b44;
  color: #fff;
}
.main-header .container_full .main_hdrrow .menu_hdr_btn .hdr_tn {gap: 20px;}


@media (min-width: 1120px) and (max-width: 1355px)  {
  .website_header .white_btn,
  .website_header .blue_btn {
    padding: 12px;
    font-size: 14px;
  }
  
  .website_header .main-header .menu_hdr .menu_rows ul > li > a .show_icondropdwn {
    margin-left: 5px;
  }
  
  .website_header .top_row .menu_topbar a {
    font-size: 14px;
  }
  
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5,
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5 a{
    font-size: 15px !important;
    line-height: 115% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1119px)  {
  .website_header .white_btn,
  .website_header .blue_btn {
    padding: 12px;
    font-size: 13px;
  }
  
  .website_header .main-header .menu_hdr .menu_rows ul > li > a .show_icondropdwn {
    margin-left: 3px;
  }
  
  .website_header .top_row .menu_topbar a {
    font-size: 13px;
  }
  
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5,
  .website_header .main-header .menu_hdr .menu_rows .col_megasp ul li h5 a{
    font-size: 13px !important;
    line-height: 100% !important;
  }
}


@media (min-width: 1024px) and (max-width: 1200px)  {
  .main-header .container_full .main_hdrrow .menu_hdr_btn .hdr_tn {
    gap: 10px;
  }
}

/****** LOGO Slider ******/
.logo_slider {
  /* position: relative; */
}
.logo_slider .container {
  position: relative;
}

.logo_slider button.glide__arrow.glide__arrow--left {
  left: -80px;
}

.logo_slider button.glide__arrow.glide__arrow--right {
  right: -80px;
}

.logo_slider button.glide__arrow {
  background: #001B44;
  border: 0px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.logo_slider .logo_slider_content.glide__slide {
  text-align: center;
  padding: 0px 15px;
}

.logo_slider .glide__bullets {
  bottom: -40px;
}

.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back .p3_flip_cards__btn_link {
/*   padding: 105px 0 0 0; */
}
.p3_flip_cards__section .p3_flip_cards__content .p3_flip_cards__details .p3_flip_cards__detailed:hover .flip-card-back .p3_flip_cards__btn_link a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline !important;
  color: #fff;
  line-height: 16.8px;
}
.logo_slider .glide__bullets button.glide__bullet {
  width: 25px;
  height: 2px;
  background: #D1D5DB;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  margin: 0 10px;
  transition: 0s !important;
}

.logo_slider .glide__bullets .glide__bullet--active {
  background: #001B44 !important;
}
/****** LOGO Slider Closed******/
.hero_banner_section .row_hero .col_6.half_content h1 {
  text-transform: uppercase;
  /*********accordion****/
}
.website_header .main-header .menu_hdr .menu_rows ul .top_row.mobile_section {
  display: none;
}
@media (min-width: 320px) and (max-width: 400px)  {
  .main-header .container_full .main_hdrrow .menu_hdr_btn .hdr_tn a {
    font-size: 10px;
  }

}