/* About Page Start */
.about_banner .heading_container {
  padding-top: 34px;
  padding-bottom: 35px;
}
.about_banner .page_heading {
  max-width: 810px;
  font-size: 56px;
  line-height: 80px;
}
.about_banner .page_heading .linear_g {
  text-transform: capitalize;
}
.check_options_container *,
.check_options_container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: var(--aaaa-text-color);
}
.check_options_container p {
  display: flex;
  align-items: start;
}
.check_options_container p:not(:last-child) {
  margin-bottom: 8px;
}
.check_options_container p img {
  width: 11px;
  object-fit: contain;
  margin-right: 8px;
  margin-top: 7px;
}
.about_banner .check_options_container {
  margin-bottom: 52px;
}
.check_options_container ._col:first-child {
  margin-right: 40px;
  margin-bottom: 8px;
}
.about_banner_btn_text_cont {
  justify-content: space-between;
  display: flex;
  /*margin-bottom: 20px;*/
}
.about_banner_btn_text_cont .left_item {
  padding-right: 20px;
}
.about_banner_btn_text_cont .eit_text_container {
  border-radius: 60px 5px 5px 60px;
  min-height: 103px;
  max-height: 103px;
  background: var(--daily-standup-item-bg);
  display: flex;
  align-items: center;
  margin-left: 5px;
  position: relative;
  transition: background 0.45s ease-in;
  margin-bottom: 20px;
}
.about_banner_btn_text_cont .eit_text_container ._img {
  border: 8px solid var(--body-bg-color);
  background: var(--daily-standup-item-bg);
  border-radius: 50%;
  height: 116px;
  min-height: 116px;
  width: 116px;
  min-width: 116px;
  margin-left: -5px;
  transition: border 0.45s ease-in, background 0.45s ease-in;
}
.about_banner_btn_text_cont ._img img {
  width: 56px;
  object-fit: contain;
}
.about_banner_btn_text_cont .eit_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--white-dark-color);
}
.about_banner_btn_text_cont ._text_div {
  padding: 10px 22.5px;
  display: flex;
  align-items: center;
}
.about_banner_btn_text_cont .left_item {
  width: 100%;
  max-width: 711px;
}
.about_banner_btn_text_cont .btn_container {
  width: max-content;
  white-space: nowrap;
  align-items: end;
  justify-content: end;
  display: flex;
}
.about_banner_btn_text_cont .btn_container ._btn:last-child {
  margin-left: 23px;
}
.about_banner_btn_text_cont .btn_container ._btn {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.about_banner {
  background-image: var(--about-banner-img);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  transition: background-image 0.45s ease-in;
}
.our_story_mission_section {
  padding-top: 23px;
  padding-bottom: 30px;
  background-color: var(--product-section-bg);
  /*background-color: var(--about-info-bg);*/
  transition: background-color 0.45s ease-in;
}
.our_story_mission_section .parent_col {
  margin: 0 -15px;
}
.our_story_mission_section ._item {
  width: calc(33.33333% - 30px);
  display: flex;
  align-items: center;
  margin: 15px;
}
.our_story_mission_section .item__inner {
  background: var(--story-mission-bg-white-black);
  height: 100%;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  transition: background 0.45s ease-in;
}
.our_story_mission_section .row_d {
  align-items: stretch;
}
.our_story_mission_section .card_heading_col {
  margin-bottom: 13px;
}
.our_story_mission_section .card_heading_col p {
  color: var(--theme-dark-yellow-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 7px;
}
.our_story_mission_section .p_div p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.progress_bar_container .pros_item p,
.our_story_mission_section .p_div p {
  color: var(--aaaa-text-color);
}
.progress_bar_container {
  width: 100%;
}
.progress_bar_container .progress-bar {
  background: linear-gradient(
    90deg,
    #195a9d 0%,
    #92b1d0 38%,
    #5a9fe3 69.5%,
    #1faac8 100%
  );
  overflow: visible;
  position: relative;
}
.progress_bar_container .progress-bar .percentage span,
.progress_bar_container .progress-bar .percentage {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  color: var(--white-dark-color);
}
.progress_bar_container .progress-bar .percentage span {
  color: var(--theme-dark-yellow-color);
}
.progress_bar_container .progress-bar .percentage {
  position: absolute;
  right: 0;
  top: -27px;
}
.progress_bar_container .progress {
  border-radius: 0;
  height: 3px;
  background-color: var(--progress-bg);
  transition: background-color 0.45s ease-in;
  overflow: visible;
}
.progress_bar_container .pros_item:not(:last-child) {
  margin-bottom: 20px;
}
.progress_bar_container .pros_item p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 3px;
}
.our_story_mission_section .progress_bar_container::before {
  top: -100px;
}
.about_details_text_section {
  padding-bottom: 90px;
  padding-top: 45px;
}
.about_details_text_section .p_div h1,
.about_details_text_section .p_div h2,
.about_details_text_section .p_div h3,
.about_details_text_section .p_div h4,
.about_details_text_section .p_div h5,
.about_details_text_section .p_div h6 {
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
  margin-top: 50px;
}
.about_details_text_section .p_div h1:first-child,
.about_details_text_section .p_div h2:first-child,
.about_details_text_section .p_div h3:first-child,
.about_details_text_section .p_div h4:first-child,
.about_details_text_section .p_div h5:first-child,
.about_details_text_section .p_div h6:first-child {
  margin-top: 0;
}
.about_details_text_section .p_div p {
  margin-bottom: 0;
}

/* About Page End */

/* Services Page Start */
.what_we_do {
  padding-top: 208px;
}
.what_we_do .sub_heading {
  color: var(--theme-dark-yellow-color);
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}
.what_we_do .page_heading {
  margin-top: 13px;
  margin-bottom: 19px;
}
.what_we_do p {
  line-height: 28px;
  color: var(--aaaa-text-color);
  text-align: justify;
  /* max-width: 800px; */
}
.what_we_do .section_width {
  max-width: 1000px;
}
.contact_form_section,
.services_page_services_section {
  padding-top: 46px;
  padding-bottom: 67px;
}
.services_page_services_section .patent_col {
  margin: 0 -15px;
}
.services_page_services_section ._item {
  width: calc(33.333333% - 30px);
  margin: 15px;
  border-radius: 20px;
  padding: 50px 40px;
  background: var(--story-mission-bg);
  text-align: center;
  text-decoration: none;
  backface-visibility: hidden;
  will-change: transform, box-shadow;
  transition: background var(--transition), transform 0.3s ease-out 0s;
}
.services_page_services_section ._item:hover {
  transform: perspective(999px) rotateX(7deg) translate3d(0px, -4px, 5px);
}
.services_page_services_section ._item .heading_24 {
  margin-top: 19px;
  margin-bottom: 20px;
}
.services_page_services_section ._item img {
  height: 56px;
  object-fit: contain;
  margin: 0 auto;
}
.services_page_services_section ._item p {
  line-height: 29px;
  color: var(--card-p-color);
}
.services_page_services_section .a_b_element::before {
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}
.professionals_experience_section {
  padding: 84px 0;
}
.professionals_experience_section .left_img_col {
  width: calc(52.8% - 50px);
  margin-right: 50px;
  align-items: stretch;
}
.professionals_experience_section .right_text_col {
  width: 47.2%;
}
.professionals_experience_section .inner_item_img_col {
  width: calc(50% - 12.5px);
}
.professionals_experience_section .inner_item_img_col:first-child {
  margin-right: 25px;
}
.professionals_experience_section .section_heading {
  text-transform: initial;
}
.professionals_experience_section .right_text_col .p_div {
  margin-top: 17px;
  margin-bottom: 41px;
}
.professionals_experience_section .right_text_col .p_div,
.professionals_experience_section .right_text_col .p_div p {
  font-weight: 400;
  line-height: 28px;
  color: var(--aaaa-text-color);
}
.professionals_experience_section .inner_item_img_col .pe_text {
  display: flex;
  flex-direction: column;
}
.professionals_experience_section .inner_item_img_col .pe_text span,
.professionals_experience_section .inner_item_img_col .pe_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--white-dark-color);
  text-transform: uppercase;
}
.professionals_experience_section .inner_item_img_col .pe_text span {
  font-size: 32px;
  line-height: 0.6;
}
.professionals_experience_section .inner_item_img_col img {
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}
.professionals_experience_section .inner_item_img_col:first-child img {
  border-bottom-right-radius: 70px;
  border-top-left-radius: 70px;
}
.professionals_experience_section .inner_item_img_col:last-child img {
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
}
.professionals_experience_section .left_st_nm {
  text-align: right;
  align-items: center;
  justify-content: end;
  margin-top: 36px;
}
.professionals_experience_section .right_st_nm {
  align-items: center;
  margin-bottom: 59px;
}
.professionals_experience_section .right_st_nm .pe_text {
  margin-left: 12px;
}
.professionals_experience_section .left_st_nm .pe_text {
  align-items: end;
  margin-right: 12px;
}
.professionals_experience_section .inner_item_img_col .stroke_number {
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.02em;
  text-align: left;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-dark-color);
  transition: -webkit-text-stroke-color 0.45s ease-in;
}
.planing_developing ._item {
  width: calc(50% - 30px);
  padding: 50px 70px;
  text-align: left;
}
.planing_developing .heading_29 {
  margin-bottom: 9px;
}
.planing_developing .stroke_number {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-dark-color);
  transition: -webkit-text-stroke-color 0.45s ease-in;
  margin-right: 22px;
  font-size: 69px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: 0.02em;
}
.planing_developing {
  padding-top: 75px;
  padding-bottom: 40px;
}
.bundle_your_policies {
  padding-top: 55px;
  padding-bottom: 104px;
}
.bundle_your_policies .gradient_btn {
  margin-top: 62px;
}
.bundle_your_policies .section_width {
  max-width: 750px;
}
.bundle_your_policies .section_heading {
  text-transform: inherit;
}
/* Services Page End */

/* Portfolio Page Start */
/* .portfolio_section {
  padding-top: 149px;
  padding-bottom: 52px;
}
.portfolio_section .nav {
  border: none;
  margin-bottom: 10px;
} */
/* .portfolio_section .nav-tabs .nav-item:not(:last-child) {
  margin-right: 20px;
} */
/* .portfolio_section ul .dropdown-center,
.portfolio_section .nav-tabs .nav-item {
  margin-bottom: 15px;
} */
.portfolio_section .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--menu-text-color);
  padding: 18px 31px;
  border-radius: 30px;
  background: transparent;
  border: var(--nav-tabs-border);
  transition: background 0.45s ease-in, border 0.45s ease-in,
    background-color 0.45s ease-in, color 0.45s ease-in;
  box-sizing: border-box;
}

.portfolio_section ul .dropdown-menu .dropdown-item {
  padding: 8px 15px;
}
.portfolio_section ul .dropdown-menu .dropdown-item.active:hover,
.portfolio_section ul .dropdown-menu .dropdown-item.active {
  border: none;
  color: var(--menu-text-color);
}
.portfolio_section ul .dropdown-menu .dropdown-item,
.portfolio_section .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--menu-text-color);
  border-radius: 30px;
  background: transparent;
  transition: background 0.45s ease-in, border 0.45s ease-in,
    background-color 0.45s ease-in, color 0.45s ease-in;
  box-sizing: border-box;
}
.portfolio_section ul .dropdown-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_section ul .dropdown-menu {
  border-radius: 0.375rem;
}
.portfolio_section ul .dropdown-center button {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px;
}
.portfolio_section ul .fa-solid {
  color: var(--menu-text-color);
}
.portfolio_section .nav-tabs .nav-link:focus,
.portfolio_section .nav-tabs .nav-link:hover {
  color: var(--white-dark-color);
  border: 2px solid var(--white-dark-color);
}
/* .portfolio_section .nav-tabs .active:focus,
.portfolio_section .nav-tabs .active:hover {
  color: var(--white);
  border: var(--nav-tabs-border);
} */
/* .portfolio_section .nav-tabs .active {
  background: linear-gradient(180deg, #103360 0%, #195599 53.5%, #1faac8 100%);
  color: var(--white);
  transition: background 0.45s ease-in, border 0.45s ease-in,
    background-color 0.45s ease-in, color 0.45s ease-in;
} */
.portfolio_section .parent_col {
  margin: 0 -14px;
  align-items: stretch;
}
.portfolio_section .parent_col .item {
  display: flex;
  flex-direction: column;
  width: calc(33.33333% - 28px);
  margin: 30px 14px;
  text-decoration: none;
}
.portfolio_section .parent_col .item:hover .heading_29,
.portfolio_section .parent_col .item:hover .heading_22 {
  color: var(--theme-primary-color);
}
.portfolio_section .no_data {
  margin: 30px 0;
}
.portfolio_section .parent_col .item img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
.portfolio_section .item .small_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 13.5px 0;
}
.portfolio_section .item .small_text *,
.portfolio_section .item .small_text {
  font-weight: 500;
  line-height: 20px;
}
.portfolio_section .item .small_text,
.portfolio_section .item .small_text span,
.portfolio_section .item .small_text * {
  color: var(--theme-dark-yellow-color);
}
.portfolio_section .item .small_text .dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: var(--theme-dark-yellow-color);
  margin: 0 10px;
}
.portfolio_section .a_b_element::before {
  top: 95px;
  left: -95px;
}
/* Portfolio Page End */

/* Blog Page Start */
.blog_section {
  padding-top: 147px;
  padding-bottom: 66px;
}
.blog_section .parent_col {
  margin: 0;
}
.blog_section .parent_col .item {
  width: 100% !important;
  margin: 0;
}
.blog_section .parent_col .item:not(:last-child) {
  margin-bottom: 45px;
}
.blog_section ._left_blog_col {
  margin-right: 90px;
  width: calc(71.88% - 90px);
}
.blog_section ._right_categories_col {
  width: 28.12%;
}
.blog_section .item .small_text *,
.blog_section .item .small_text span {
  text-transform: uppercase;
}
.blog_section .item .small_text span:first-child {
  font-weight: 600;
  font-size: 17px;
}
.blog_section .item .heading_29 {
  margin-bottom: 10px;
}
.blog_section .item p {
  line-height: 29px;
}
.blog_section .a_b_element::before {
  top: 29%;
}
.blog_section .card_item:not(:last-child) {
  margin-bottom: 40px;
}
.blog_section .card_item {
  border-radius: 20px;
  padding: 40px;
  background: var(--story-mission-bg);
  transition: background 0.45s ease-in;
}
.blog_section .card_item .sub_heading {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: var(--theme-dark-yellow-color);
  margin-bottom: 26px;
}
.blog_section ._right_categories_col.a_b_element::before {
  top: -60px;
  right: -60px;
  left: auto;
}
.blog_section .card_item .card_content a,
.blog_section .card_item .card_content * {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: var(--white-dark-color);
  text-decoration: none;
}
.blog_section .card_item .card_content a:hover {
  color: var(--theme-primary-color);
}
.blog_section .card_item .card_content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog_section .card_item .card_content li {
  line-height: 1;
  margin-bottom: 15px;
}
.blog_section .card_item .card_content li:last-child {
  margin-bottom: 0;
}
.blog_section .card_item .card_content .post_item {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.blog_section .card_item .card_content .post_item:hover .post_title {
  color: var(--theme-primary-color);
}
.blog_section .card_item .card_content .post_item:not(:last-child) {
  margin-bottom: 20px;
}
.blog_section .card_item .card_content .post_img {
  width: calc(47% - 20px);
  margin-right: 20px;
}
.blog_section .card_item .card_content .post_img img {
  border-radius: 10px;
  overflow: hidden;
  height: 74px;
  object-fit: cover;
  width: 100%;
}
.blog_section .card_item .post_text {
  width: 53%;
}
.blog_section .card_item .card_content .post_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 2px;
}
.blog_section .card_item .card_content .post_date {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: var(--aaaa-text-color);
}
.blog_section .card_item .tags a {
  margin-bottom: 19px;
  display: inline-block;
}
.blog_section .card_item .tags a:not(:last-child) {
  margin-right: 22px;
}
.blog_section .tags_card {
  padding-bottom: 20px;
}
/* Blog Page End */

.our_works_section .parent_col {
  margin: 60px -5.5px 0;
}
.our_works_section .item {
  width: 33.33333%;
}
.our_works_section .inner_item {
  position: relative;
  margin: 5.5px;
}
.our_works_section .img_col {
  cursor: pointer;
}
.our_works_section .img_col img {
  width: 100%;
  border-radius: 20px;
  background: var(--story-mission-bg);
  /* filter: opacity(70%); */
  transition: background 0.45s ease-in, filter 0.45s ease-in;
  max-height: 315px;
  min-height: 315px;
  object-fit: cover;
}
.our_works_section .arrow_div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 44px;
  width: 44px;
  transition: opacity 0.45s ease-in-out, z-index 0.45s ease-in-out;
}
.our_works_section .our_works_modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 25px;
  padding-bottom: 25px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.our_works_section .close_our_works_modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.45s ease-in;
  cursor: pointer;
}
.our_works_section .our_works_modal_content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.our_works_section .item:hover .arrow_div {
  opacity: 0;
  z-index: -1;
}
.our_works_section .item:hover .img_col img {
  filter: opacity(100%);
}
.gallerySection {
  padding-bottom: 66px;
}
.gallerySection.our_works_section .parent_col {
  justify-content: center;
}

/* Contact Us Page start */
.contact_form_section .section_width {
  max-width: 1000px;
}
.contact_form_section .form_inner {
  border-radius: 20px;
  padding: 50px 40px;
  background: var(--story-mission-bg);
  transition: background 0.45s ease-in;
}
.contact_form_section .forminator-button-submit {
  width: max-content !important;
  margin: 0 auto !important;
  font-size: 18px !important;
  min-width: 220px !important;
  min-height: 50px !important;
  font-weight: 700 !important;
  line-height: 29px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
  background: linear-gradient(
    180deg,
    #1faac8 0%,
    #195599 54.5%,
    #103360 100%
  ) !important;
  transition: background 0.45s ease-in !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative !important;
  z-index: 1 !important;
  box-shadow: none !important;
}
.contact_form_section .forminator-button-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #1faac8 0%, #195599 54.5%, #103360 100%);
  transition: opacity 0.45s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.contact_form_section .forminator-button-submit:hover::before {
  opacity: 1;
}
.contact_form_section .forminator-row-last {
  margin-bottom: 0 !important;
  text-align: center;
}
.contact_form_section .contact_form {
  max-width: 800px;
}
.contact_form_section .forminator-label {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: var(--white-dark-color) !important;
  margin-bottom: 5px !important;
}
.contact_form_section .forminator-required {
  color: var(--theme-primary-color) !important;
}

/* Contact Us Page end */

/* Request Quote Start */
.contact_form_section .request_quote_form {
  max-width: 800px;
}
.request_quote_form .services_checkbox_group > .forminator-field {
  display: flex;
  flex-wrap: wrap;
}
.request_quote_form .services_checkbox_group .forminator-label {
  width: 100%;
  margin-bottom: 10px !important;
}
.request_quote_form .services_checkbox_group .forminator-checkbox {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  margin-right: 20px !important;
}
.forminator-icon-chevron-down,
.request_quote_form .services_checkbox_group .forminator-checkbox-label {
  color: var(--aaaa-text-color);
}
/* Request Quote End */

/* 404 page Start */
#Page404 {
  padding-top: 119px;
}
#Page404 .gradient_btn {
  margin-left: 0;
}
#Page404 .gradient_btn,
#Page404 .p_div {
  margin-top: 35px;
}
#Page404 .right_text_col .img_404_col {
  width: 100%;
  background: var(--story-mission-bg);
  height: 100%;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.45s ease-in;
}
/* 404 page End */

/*#encoderPortfolioTabContent*/
/*{*/
/*     height: 100vh;*/
/*}*/

.cat-slider .slick-next:before,
.cat-slider .slick-prev:before {
  content: "";
  opacity: 1;
  background-image: url("../images/webp/arrow-right.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  position: absolute;
}
.cat-slider .slick-prev:before {
  background-image: url("../images/webp/arrow-left.webp");
}
.cat-slider .nav-item {
  /* margin-bottom: 0 !important; */
}

.cat-slider .nav-item a {
  text-decoration: none;
}

.cat-slider .nav-item a {
  font-weight: 700;
  font-size: 20px;
  color: var(--white-dark-color);
}

.cat-slider .nav-item .active {
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.portfolio_section .cat-slider .active:focus,
.portfolio_section .cat-slider .active:hover {
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.portfolio_section .nav-item {
  display: block;
  text-align: center;
  /* padding: 0 10px; */
}

.portfolio_section .slick-next {
  right: 0px;
}

.portfolio_section .slick-prev {
  left: 0;
}

.portfolio_section .slick-arrow {
  height: 25px;
  width: 25px;
  margin-top: -8px;
  /* padding: 0; */
}
.contact_form_section .forminator-ui .forminator-checkbox-box,
.contact_form_section .forminator-ui .forminator-textarea,
.contact_form_section .forminator-ui .forminator-input {
  background: transparent !important;
}
