@charset "UTF-8";
/*************************************************
Theme Name: Shout Web Solutions
Template: divi
Version: 1.2
*************************************************/
/* Typekit - Flash Of Unstyled Text - Fix */
.wf-loading {
  /* styles to use when web fonts are loading */
  display: none;
  visibility: hidden;
}

.wf-active {
  /* styles to use when web fonts are active */
  display: block;
  visibility: visible;
}

.wf-inactive {
  /* styles to use when web fonts are inactive */
  visibility: hidden;
}

/* Global Fonts - load your chosen fonts in here */
/* Base font size */
/* Global Box Sizing Parameters, flex-box, box-shadow, transitions, border-radius, align & justify */
/* Display and other attribute classes */
.hide {
  display: none;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/*************************************************
Set Typography Styling here
*************************************************/
*, p, span {
  font-size: 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
  font-family: "Poppins", sans-serif !important;
  font-size: 96px;
  line-height: 1.1em;
  font-weight: 300;
}
h1 strong, h1 a strong, h1 a span strong, h1 span strong, .h1 strong, .h1 a strong, .h1 a span strong, .h1 span strong, .entry-content h1 strong {
  font-weight: 700;
}
h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 56px;
  color: #191919 !important;
  line-height: 1.2em;
  font-weight: 300 !important;
}
h3, h3 a, h3 a span, h3 span, .h3, .h3 a, .h3 a span, .h3 span, .entry-content h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  font-size: 32px;
  color: #191919 !important;
  line-height: 1.2em;
  padding-bottom: 0 !important;
}
h4, h4 a, h4 a span, h4 span, .h4, .h4 a, .h4 a span, .h4 span, .entry-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 23px !important;
  font-weight: 300;
  line-height: 1.2em;
}
h5, h5 a, h5 a span, h5 span, .h5, .h5 a, .h5 a span, .h5 span, .entry-content h5 {
  font-family: "Poppins", sans-serif !important;
}
h6, h6 a, h6 a span, h6 span, .h6, .h6 a, .h6 a span, .h6 span, .entry-content h6 {
  font-family: "Poppins", sans-serif !important;
  font-size: 21px;
}
p, p span, .p, .p span, div, ul, ul li,
.et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
input[type=text], input[type=password], input[type=tel], input[type=email],
input.text, input.title, textarea, select,
table, table tr, table tr th, table tr td {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  color: #191919;
  font-weight: 300;
}
p strong, p span strong, .p strong, .p span strong, div strong, ul strong, ul li strong,
.et_pb_module strong, .et_pb_module p strong, .et_pb_module p span strong, .et_pb_module span strong,
input[type=text] strong, input[type=password] strong, input[type=tel] strong, input[type=email] strong,
input.text strong, input.title strong, textarea strong, select strong,
table strong, table tr strong, table tr th strong, table tr td strong {
  font-weight: 500;
}
@media (max-width: 988px) {
  p, p span, .p, .p span, div, ul, ul li,
  .et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
  input[type=text], input[type=password], input[type=tel], input[type=email],
  input.text, input.title, textarea, select,
  table, table tr, table tr th, table tr td {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  p, p span, .p, .p span, div, ul, ul li,
  .et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
  input[type=text], input[type=password], input[type=tel], input[type=email],
  input.text, input.title, textarea, select,
  table, table tr, table tr th, table tr td {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  p, p span, .p, .p span, div, ul, ul li,
  .et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
  input[type=text], input[type=password], input[type=tel], input[type=email],
  input.text, input.title, textarea, select,
  table, table tr, table tr th, table tr td {
    font-size: 16px;
  }
}

/* List Styling */
.et_pb_module ul li {
  font-size: 16px;
  list-style-type: none;
  position: relative;
}
.et_pb_module ul li:before {
  content: "\f111";
  font-family: FontAwesome !important;
  font-size: 7px;
  position: absolute;
  left: -15px;
  top: 0;
}

/* Blockquote */
blockquote {
  color: #005da5;
}

.cag-light-text h2, .cag-light-text h2, .cag-light-text h3, .cag-light-text h4, .cag-light-text h5, .cag-light-text h6, .cag-light-text p {
  color: rgba(255, 255, 255, 0.3) !important;
}

.dark-section h2, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6, .dark-section p, .dark-section span {
  color: white !important;
}

/*************************************************
Set button Styling here
*************************************************/
/* Divi default button override */
.et_pb_button_module_wrapper .et_pb_button {
  background-color: rgb(255, 99, 55);
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  padding-top: 16px !important;
  padding-right: 36px !important;
  padding-bottom: 18px !important;
  padding-left: 36px !important;
  border-color: rgb(255, 99, 55);
  border-radius: 50px;
  border-width: 1px !important;
}
.et_pb_button_module_wrapper .et_pb_button:hover {
  background-image: initial;
  background-color: rgb(217, 108, 77);
  letter-spacing: 0px !important;
  border-color: rgb(255, 99, 55);
  padding-top: 16px !important;
  padding-right: 36px !important;
  padding-bottom: 18px !important;
  padding-left: 36px !important;
}
table .custom-button {
  background-color: rgb(255, 99, 55);
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  padding-top: 10px !important;
  padding-right: 23px !important;
  padding-bottom: 12px !important;
  padding-left: 22px !important;
  border-color: rgb(255, 99, 55);
  border-radius: 50px;
  border-width: 1px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 35px;
  margin-right: 35px;
}
table .custom-button:hover {
  background-color: #191919;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*************************************************
Header CSS Styling here.
*************************************************/
body #page-container {
  background-color: white;
}
body #page-container header.et-l--header {
  position: absolute;
  left: 0;
  right: 0;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section {
  background-color: transparent !important;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row {
  width: 100%;
  max-width: 1400px;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_image img {
  height: 40px;
  width: auto;
  max-width: unset;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_menu {
  background-color: transparent !important;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_menu .et_pb_menu__wrap {
  margin-top: 14px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_menu .et_pb_menu__wrap ul li:before {
  display: none !important;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_menu .et_pb_menu__wrap ul li a {
  color: white !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_menu .et_pb_menu__wrap ul li.cag-header-custom-button a {
  margin-top: -16px;
  color: #ffffff !important;
  border-width: 1px !important;
  border-color: #ff6337;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #ff6337;
  padding-top: 16px !important;
  padding-right: 36px !important;
  padding-bottom: 18px !important;
  padding-left: 36px !important;
}
body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_menu .et_pb_menu__wrap ul li.cag-header-custom-button:hover a {
  letter-spacing: 0px !important;
  background-image: initial;
  background-color: #d96c4d;
  border-color: #ff6337;
}
@media (max-width: 980px) {
  #page-container.custom-mobile-menu-left {
    right: 0px !important;
  }
}
.divi-mobile-menu .divi-mobile-menu-inner:before {
  content: " ";
  height: 35px;
  width: 200px;
  position: absolute;
  top: 30px;
  left: 20px;
  background-image: url("/wp-content/uploads/2025/06/Roobarb-Logo-White.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.divi-mobile-menu .divi-mobile-menu-inner button.hamburger.dm_menu_button .hamburger-box {
  left: 0px;
  top: 20px;
}
.divi-mobile-menu .divi-mobile-menu-inner button.hamburger.dm_menu_button .hamburger-box .hamburger-inner {
  background-color: white !important;
}
.divi-mobile-menu .divi-mobile-menu-inner button.hamburger.dm_menu_button .hamburger-box .hamburger-inner:before {
  background-color: white !important;
  top: -13px !important;
}
.divi-mobile-menu .divi-mobile-menu-inner button.hamburger.dm_menu_button .hamburger-box .hamburger-inner:after {
  background-color: white !important;
  top: 13px !important;
}
.divi-mobile-menu .divi-mobile-menu-inner button.hamburger.dm_menu_button.is-active .hamburger-box {
  left: 0px;
  top: 11px;
}
.divi-mobile-menu .divi-mobile-menu-inner button.hamburger.dm_menu_button.is-active .hamburger-box .hamburger-inner:after {
  top: 20px !important;
}
.divi-mobile-menu .divi-mobile-menu-inner #dm_nav .menu-wrap__inner {
  background-color: #ff6337 !important;
}

cd-overlay-nav span, .fade-in.menu-wrap__inner {
  background-color: #ff6337 !important;
}

@media (max-width: 980px) {
  header#main-header.et-fixed-header {
    position: fixed !important;
  }
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #b02 !important;
}

/*************************************************
Footer CSS Styling here.
*************************************************/
.et-l--footer .et_pb_section {
  background-color: #191919 !important;
}
.et-l--footer .et_pb_row .et_pb_image img {
  height: 28px;
  width: auto;
  max-width: unset;
}
.et-l--footer .et_pb_row .et_pb_text_inner {
  padding-top: 6px;
  color: white;
}
.et-l--footer .et_pb_row .et_pb_text_inner p {
  color: white;
}
.et-l--footer .et_pb_row .et_pb_text_inner a {
  color: #ff6337;
}

/* START of THEME CSS */
#custom-banner-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
  z-index: 2;
}
#custom-banner-home .et_pb_row.cag-main-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 50px !important;
  margin-bottom: 124px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
#custom-banner-home .et_pb_row.cag-main-row .cag-button-two {
  display: inline-block !important;
}
#custom-banner-home .et_pb_row.cag-main-row .cag-button-two:after {
  content: "5";
}
#custom-banner-home h4 {
  font-size: 25px !important;
  font-weight: 200 !important;
}

#custom-hh-banner h4 {
  font-size: 28px !important;
  font-weight: 200 !important;
  padding-bottom: 0;
}
#custom-hh-banner .et_pb_text {
  margin-bottom: 0 !important;
}
#custom-hh-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
  z-index: 2;
}
#custom-hh-banner .cag-main-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
#custom-hh-banner .cag-main-row .cag-button-two {
  display: inline-block !important;
}

.cag-button-surrounds {
  padding-top: 0 !important;
  text-align: center;
}
.cag-button-surrounds .et_pb_button_module_wrapper {
  display: inline-block !important;
  margin-left: auto;
  margin-right: auto;
}

.cag-button-left,
.it-services-4-inlbtn-sc .et_pb_button_module_wrapper {
  display: inline-block;
}

.et_pb_number_counter .percent .percent-value {
  font-size: 96px;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 16px;
}

.cag-not-percentage-sign p {
  line-height: 1em;
  font-weight: 200;
  font-size: 96px;
}

.cag-4box-title h3 {
  font-size: 22px !important;
}

.cag-testimonial .et_pb_text p {
  color: white;
  font-weight: 200;
  font-size: 22px;
  font-family: "Poppins", sans-serif !important;
}
.cag-testimonial .et_pb_blurb h6 span {
  color: white;
}
.cag-testimonial .et_pb_blurb .et_pb_blurb_description p {
  color: white;
  font-size: 16px;
}

.cag-pricing-table-money {
  margin-top: 34px !important;
  margin-bottom: 0 !important;
}
.cag-pricing-table-money p, .cag-pricing-table-money p span {
  font-weight: 600;
  font-size: 60px;
  line-height: 1em;
}

.cag-pricing-surround .et_pb_column:nth-child(2) {
  overflow: visible;
}
.cag-pricing-surround .et_pb_column:nth-child(2):before {
  position: absolute;
  top: -45px;
  left: 59%;
  content: "Most Popular";
  font-family: "Poppins", sans-serif;
  color: #191919;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 0px;
  padding-bottom: 85px;
  z-index: 9;
  background-image: url("/wp-content/uploads/2026/04/Arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 600 !important;
  font-size: 25px;
  background-position-y: 10px;
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.5px;
  width: 160px;
}
.cag-pricing-surround h4 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.cag-pricing-surround h4 span {
  font-size: 16px !important;
  line-height: 16px;
}
.cag-pricing-surround .top-c-title h3 {
  font-size: 20px !important;
}
.cag-pricing-surround .et_pb_column:nth-child(2) {
  background: white;
}
.cag-pricing-surround .et_pb_column:nth-child(2) .et_pb_button {
  background-color: #ff6337 !important;
}
.cag-pricing-surround .et_pb_column:nth-child(2) .et_pb_button:hover {
  background-color: #191919 !important;
}

.h4-top-text-uppercase h4 {
  font-size: 20px !important;
}

.cag-number-blurbs {
  margin-bottom: 15px !important;
}
.cag-number-blurbs.cag-two .et_pb_blurb_content .et_pb_main_blurb_image:before {
  content: "2" !important;
  left: 12px !important;
}
.cag-number-blurbs.cag-three .et_pb_blurb_content .et_pb_main_blurb_image:before {
  content: "3" !important;
  left: 12px !important;
}
.cag-number-blurbs .et_pb_blurb_content {
  max-width: 100% !important;
}
.cag-number-blurbs .et_pb_blurb_content .et_pb_main_blurb_image:before {
  content: "1";
  left: 14px;
  font-weight: 400;
  display: block;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 13px;
}
.cag-number-blurbs .et_pb_blurb_content .et_pb_main_blurb_image:after {
  content: " ";
  border: 2px solid #191919;
  border-radius: 300px !important;
  height: 31px;
  width: 31px;
  position: absolute;
  top: -5px;
  left: 0;
}
.cag-number-blurbs .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
  opacity: 0;
  color: white;
  background-color: white !important;
  z-index: -999999999999;
}
.cag-number-blurbs .et_pb_blurb_content .et_pb_blurb_container h4 {
  font-family: "Poppins", sans-serif !important;
}
.cag-number-blurbs .et_pb_blurb_content .et_pb_blurb_container h4 span {
  font-weight: 300;
}

#popup-button {
  background-color: aqua !important;
}

.custom-white-rounded-edges {
  border-radius: 0 0 96px 96px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 93;
  position: relative;
  padding-bottom: 93px !important;
  margin-bottom: -90px !important;
}

.custom-pricing-section-wrapper h3 {
  padding-left: 18px;
  padding-top: 20px;
  padding-bottom: 35px !important;
}
.custom-pricing-section-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
  table-layout: fixed;
}
.custom-pricing-section-wrapper table th,
.custom-pricing-section-wrapper table td {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  position: relative;
}
.custom-pricing-section-wrapper table th:first-child,
.custom-pricing-section-wrapper table td:first-child {
  text-align: left;
  width: 50%;
  padding-left: 1em;
}
.custom-pricing-section-wrapper table th:not(:first-child),
.custom-pricing-section-wrapper table td:not(:first-child) {
  width: 16.66%;
  max-width: 100px;
  white-space: nowrap;
}
.custom-pricing-section-wrapper table th:contains("✓"),
.custom-pricing-section-wrapper table td:contains("✓") {
  color: transparent;
}
.custom-pricing-section-wrapper table th:contains("✓")::before,
.custom-pricing-section-wrapper table td:contains("✓")::before {
  content: "✔";
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-pricing-section-wrapper table tbody tr:hover {
  background-color: #f9f9f9;
}
.custom-pricing-section-wrapper table tbody tr.no-hover-row:hover {
  background-color: transparent;
}
.custom-pricing-section-wrapper table tbody tr.no-hover-row td {
  border-bottom: none;
}

.cag-features-surround .cag-phone-features {
  border-bottom: 1px solid #ff6337;
  padding-bottom: 55px;
  margin-bottom: 25px;
}
.cag-features-surround .cag-phone-features:last-of-type {
  border-bottom: 0px solid #ff6337;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#custom-blog-column-section .et_pb_menu.custom-m-top ul li:before {
  display: none !important;
}
#custom-blog-column-section .et_pb_menu.custom-m-bottom {
  padding-left: 35px !important;
  background-color: #f2f2f2 !important;
}
#custom-blog-column-section .et_pb_menu ul {
  background: #f2f2f2;
  margin-top: -10px !important;
}
#custom-blog-column-section .et_pb_menu ul li {
  display: block;
  width: 100%;
}
#custom-blog-column-section .et_pb_menu ul li.current-menu-item a {
  color: #ff6337;
}
#custom-blog-column-section .et_pb_promo {
  background-color: #191919 !important;
  padding-left: 31px !important;
  padding-right: 31px !important;
}
#custom-blog-column-section .et_pb_promo h2 {
  margin-bottom: 5px;
  font-size: 23px;
  color: white;
}
#custom-blog-column-section .et_pb_promo p {
  color: white;
}
#custom-blog-column-section .et_pb_promo .et_pb_button_wrapper {
  margin-top: 7px;
}
#custom-blog-column-section .et_pb_promo .et_pb_button_wrapper .et_pb_button {
  color: white !important;
  border-width: 1px !important;
  border-color: #ff6337;
  border-radius: 50px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  background-color: #ff6337;
  padding-top: 16px !important;
  padding-right: 36px !important;
  padding-bottom: 18px !important;
  padding-left: 36px !important;
}
#custom-blog-column-section .et_pb_promo .et_pb_button_wrapper .et_pb_button:after {
  display: none !important;
}

#custom-third-section-blog .et_pb_post {
  border-bottom: 1px solid #191919;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
#custom-third-section-blog .et_pb_post:last-of-type {
  border-bottom: 0px solid #191919 !important;
}
#custom-third-section-blog .et_pb_post .entry-featured-image-url {
  margin-bottom: 0 !important;
}
#custom-third-section-blog .et_pb_post h2 {
  margin-bottom: 5px;
}
#custom-third-section-blog .et_pb_post h2 a {
  font-size: 28px;
  font-weight: 400;
}
#custom-third-section-blog .et_pb_post .more-link {
  text-transform: capitalize;
  margin-top: 20px;
}

#custom-third-section-blog-post {
  padding-top: 57px;
}
#custom-third-section-blog-post .et_pb_menu.custom-m-top ul li:before {
  display: none !important;
}
#custom-third-section-blog-post .et_pb_menu.custom-m-bottom {
  padding-left: 35px !important;
  background-color: #f2f2f2 !important;
}
#custom-third-section-blog-post .et_pb_menu ul {
  background: #f2f2f2;
  margin-top: -10px !important;
}
#custom-third-section-blog-post .et_pb_menu ul li {
  display: block;
  width: 100%;
}
#custom-third-section-blog-post .et_pb_menu ul li.current-menu-item a {
  color: #ff6337;
}
#custom-third-section-blog-post .et_pb_promo {
  background-color: #191919 !important;
  padding-left: 31px !important;
  padding-right: 31px !important;
}
#custom-third-section-blog-post .et_pb_promo h2 {
  margin-bottom: 5px;
  font-size: 23px;
  color: white;
}
#custom-third-section-blog-post .et_pb_promo p {
  color: white;
}
#custom-third-section-blog-post .et_pb_promo .et_pb_button_wrapper {
  margin-top: 7px;
}
#custom-third-section-blog-post .et_pb_promo .et_pb_button_wrapper .et_pb_button {
  color: white !important;
  border-width: 1px !important;
  border-color: #ff6337;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  background-color: #ff6337;
  padding-top: 16px !important;
  padding-right: 36px !important;
  padding-bottom: 18px !important;
  padding-left: 36px !important;
}
#custom-third-section-blog-post .et_pb_promo .et_pb_button_wrapper .et_pb_button:after {
  display: none !important;
}

.custom-blog-surround-full {
  padding-top: 0 !important;
}
.custom-blog-surround-full .et_pb_row {
  background-color: #f2f2f2 !important;
}
.custom-blog-surround-full .et_pb_column {
  background-color: #f2f2f2 !important;
}
.custom-blog-surround-full .et_pb_column:nth-child(1) .et_pb_column:nth-child(1) {
  border: 10px solid white;
}
.custom-blog-surround-full .et_pb_column:nth-child(1) .et_pb_column:nth-child(1) .et_pb_image {
  background-color: white;
  text-align: center !important;
}
.custom-blog-surround-full .et_pb_column:nth-child(1) {
  background-color: #fff;
}
.custom-blog-surround-full .et_pb_column:nth-child(1) img {
  text-align: center;
}

#custom-hh-banner.blog-only-banner:before {
  content: " ";
  background-image: url("/wp-content/uploads/2025/05/it-services-4-asx-7.png");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
}
#custom-hh-banner .et_pb_post_title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 96px;
  color: #ffffff !important;
  line-height: 1.1em;
  text-align: left;
}

.custom-but-surround-blog {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #f2f2f2;
}
#custom-blog-main-section {
  background-color: #f2f2f2;
}
#custom-blog-main-section .et_pb_section {
  background-color: #f2f2f2;
}

.cag-howitworksssa .et_pb_blurb .et_pb_blurb_content {
  max-width: 100% !important;
}

.cag-timeline {
  position: relative;
  overflow: hidden;
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  margin-top: -60px;
}
.cag-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 90px;
  bottom: 90px;
  width: 4px;
  background: #ff6600;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.cag-timeline::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: #fefefe;
  border: 4px solid #ff6600;
  border-radius: 50%;
  z-index: 3;
}
.cag-timeline .et_pb_row:last-child::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 24px;
  height: 24px;
  background: #fefefe;
  border: 4px solid #ff6600;
  border-radius: 50%;
  z-index: 3;
}
.cag-timeline .et_pb_row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
  padding: 20px 0 !important;
}
.cag-timeline .et_pb_row::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55px;
  width: 18px;
  height: 18px;
  background: #fefefe;
  border: 4px solid #ff6600;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.cag-timeline .et_pb_row .et_pb_column:nth-child(1) h4::after {
  margin-left: 30px;
}
.cag-timeline .et_pb_row .et_pb_column:nth-child(2) h4::after {
  margin-right: 30px;
}
.cag-timeline .et_pb_row .et_pb_column .et_pb_blurb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cag-timeline .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cag-timeline .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cag-timeline .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cag-timeline .et_pb_blurb h4,
.cag-timeline .et_pb_module_header h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.cag-timeline .et_pb_blurb h4::after,
.cag-timeline .et_pb_module_header h4::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 4px;
  background: #ff6600;
  width: 1000px;
  z-index: -1;
}
.cag-timeline .et_pb_column_1_2:first-child {
  text-align: right;
  padding-right: 5% !important;
}
.cag-timeline .et_pb_column_1_2:first-child .et_pb_module_header::after {
  left: 100%;
  right: auto;
}
.cag-timeline .et_pb_column_1_2:first-child {
  overflow: hidden;
}
.cag-timeline .et_pb_column_1_2:last-child {
  text-align: left;
  padding-left: 5% !important;
}
.cag-timeline .et_pb_column_1_2:last-child .et_pb_module_header::after {
  right: 100%;
  left: auto;
}
.cag-timeline .et_pb_column_1_2:last-child {
  overflow: hidden;
}

@media (max-width: 980px) {
  .cag-timeline::before, .cag-timeline::after {
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .cag-timeline .et_pb_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cag-timeline .et_pb_row::after {
    left: 20px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
  .cag-timeline .et_pb_row:last-child::before {
    left: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cag-timeline .et_pb_column {
    width: 100% !important;
    padding: 0 0 30px 60px !important;
    text-align: left !important;
    overflow: visible !important;
  }
  .cag-timeline h4::after {
    display: none;
  }
}
.cag-hp-slider-testimonials .et_pb_slides .et_pb_slide {
  background-color: transparent !important;
}
.cag-hp-slider-testimonials .et_pb_slides .et_pb_slide .et_pb_container {
  height: unset !important;
}
.cag-hp-slider-testimonials .et_pb_slides .et_pb_slide .et_pb_slide_description {
  padding: 0% 8% !important;
}
.cag-hp-slider-testimonials .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content p {
  color: white;
  font-weight: 200;
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  line-height: 35px;
}

.cag-bottom-small-talk ul {
  padding-top: 25px;
  padding-bottom: 0 !important;
}
.cag-bottom-small-talk ul li {
  font-size: 20px;
  padding-bottom: 18px;
}

.cag-bottom-of-gstarted-socialbit .et_pb_social_media_follow {
  display: inline-block !important;
}

.cag-custom-size-htwo .et_pb_text_inner h2 {
  font-size: 44px !important;
}

.cag-custom-size-hthree .et_pb_text_inner h2 {
  font-size: 34px !important;
}

.cag-new-cta h6 {
  font-size: 32px;
  font-weight: 400;
}
.cag-new-cta .et_pb_row .et_pb_image {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.cag-new-cta .et_pb_row .et_pb_image img {
  max-width: 580px;
}
.cag-new-cta .et_pb_row:nth-child(2) img {
  max-width: 100% !important;
}

.cag-phone-feature-page-cta {
  margin-top: -100px !important;
  z-index: -1;
}

.cag-aa-hp-tests .et_pb_text_inner {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.cag-aa-hp-tests .et_pb_text_inner p {
  text-align: center;
  font-size: 18px;
}

.cag-4box-title .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 50px !important;
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article {
  background: transparent;
  border: 0px solid transparent;
  margin-bottom: 10px !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article .et_pb_image_container {
  margin-bottom: -10px !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article .et_pb_image_container a img {
  border-radius: 30px;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article h2.entry-title {
  margin-left: -20px;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article h2.entry-title a {
  color: #ff6337 !important;
  font-size: 22px;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article p.post-meta {
  margin-left: -20px;
  margin-bottom: 10px;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article p.post-meta * {
  color: #666;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article .post-content {
  margin-left: -20px;
  max-height: 73px;
  overflow: hidden;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .column article .post-content * {
  color: #191919;
}

.cag-cf7-helpabout {
  margin-bottom: 0px !important;
}
.cag-cf7-helpabout form p {
  padding-bottom: 9px !important;
}
.cag-cf7-helpabout form label input {
  border: 2px solid #ff6337;
  width: 100% !important;
  font-weight: 400;
  border-radius: 50px;
  padding-top: 13px !important;
  padding-right: 29px !important;
  padding-bottom: 14px !important;
  padding-left: 29px !important;
}
.cag-cf7-helpabout form label input:focus, .cag-cf7-helpabout form label input:active {
  border: 2px solid #191919;
}
.cag-cf7-helpabout form label input::-webkit-input-placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}
.cag-cf7-helpabout form label input::-moz-placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}
.cag-cf7-helpabout form label input:-ms-input-placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}
.cag-cf7-helpabout form label input::-ms-input-placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}
.cag-cf7-helpabout form label input::placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}
.cag-cf7-helpabout form label input::-webkit-input-placeholder {
  color: black;
  font-weight: 400;
}
.cag-cf7-helpabout form label input::-moz-placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}
.cag-cf7-helpabout form label input:-ms-input-placeholder {
  color: black;
  font-weight: 400;
}
.cag-cf7-helpabout form input#a-0 {
  width: 13px !important;
}
.cag-cf7-helpabout form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  padding-top: 13px !important;
  padding-right: 29px !important;
  padding-bottom: 14px !important;
  padding-left: 29px !important;
  text-align: center;
  border-radius: 50px;
  color: #191919 !important;
  border-width: 1px !important;
  border-color: #191919;
  border-radius: 50px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
  background-color: RGBA(255, 255, 255, 0);
}
.cag-cf7-helpabout form input.wpcf7-form-control.wpcf7-submit:hover {
  color: #ffffff !important;
  border-width: 1px !important;
  border-color: #ff6337;
  border-radius: 50px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
  background-color: #ff6337;
  cursor: pointer;
}

.cag-help-about-buttonsocial .et_pb_button_module_wrapper {
  display: inline-block;
  margin-right: 15px;
}
.cag-help-about-buttonsocial .et_pb_social_media_follow {
  display: inline-block;
}
.cag-help-about-buttonsocial .et_pb_social_media_follow li a {
  background-color: white !important;
}
.cag-help-about-buttonsocial .et_pb_social_media_follow li a:before {
  color: #191919 !important;
}

.cag-custom-show-text-row {
  margin-bottom: 45px !important;
  margin-top: 10px !important;
}
.cag-custom-show-text-row.cag-4box-title h3 {
  font-size: 20px !important;
}
.cag-custom-show-text-row .cag-arrow-click {
  margin-right: 30px;
}
/* END of THEME CSS */
body.single-post .et-l.et-l--body .et_builder_inner_content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content #custom-blog-main-section p {
  padding-bottom: 0 !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content #custom-third-section-blog-post {
  padding-top: 0 !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section h3 {
  text-align: left !important;
  margin-top: 10px;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section ul ul {
  padding-bottom: 0 !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_section:last-of-type {
  padding-bottom: 0px !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content > .et_post_meta_wrapper {
  display: none;
  padding-top: 0 !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_text ol {
  padding-left: 25px !important;
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image {
  min-height: 350px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image {
    min-height: 250px;
    max-height: 250px;
  }
}
body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image img {
  min-height: 350px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  body.single-post .et-l.et-l--body .et_builder_inner_content .et_pb_image img {
    min-height: 250px;
    max-height: 250px;
  }
}
#custom-blog-main-section .et_pb_section .et_pb_row {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  position: relative;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom:before {
  font-size: 26px;
  display: inline-block;
  padding-top: 5px;
  content: "Share:";
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom .addtoany_list {
  display: inline-block;
  position: absolute;
  top: -1px !important;
  left: 83px;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom .addtoany_list a span {
  background: #ff6337 !important;
  width: 62px;
  border-left: 15px solid #ff6337;
  border-right: 15px solid #ff6337;
  height: 38px;
  border-top: 3px solid #ff6337;
  border-bottom: 3px solid #ff6337;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom .addtoany_list a span svg path {
  fill: white;
}

.cag-hand-set-image-col .et_pb_image {
  min-height: unset !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.cag-hand-set-image-col .et_pb_image img {
  min-height: unset !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.cag-blog-row {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 981px) {
  #custom-meet-the-team .et_pb_row .et_pb_column {
    width: 33.333%;
    margin-right: 0;
  }
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_image {
  margin-bottom: 30px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text {
  margin-bottom: 20px;
  padding-right: 75px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text h2 {
  padding-bottom: 0;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text h3 {
  padding-bottom: 0;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_toggle {
  padding-right: 75px !important;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team {
  border: 1px solid transparent !important;
  padding: 0px !important;
  background-color: transparent !important;
  padding-bottom: 45px !important;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title {
  position: inherit;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title:before {
  top: unset;
  bottom: 0;
  margin-top: 0;
  content: "Read More";
  color: #005da5 !important;
  font-family: "Poppins", sans-serif !important;
  z-index: 999;
  left: 0;
  right: unset;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  padding-right: 0;
  line-height: 24px;
}
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team .et_pb_toggle_content p,
#custom-meet-the-team .et_pb_toggle.custom-meet-the-team .et_pb_toggle_content {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
}

/* Testimonials */
#c-custom-testimonials .et_pb_column .et_pb_testimonial:before {
  display: none;
  visibility: hidden;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description {
  padding-top: 80px;
  padding-bottom: 0px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description:after {
  display: block;
  content: url("/wp-content/uploads/2020/12/icon-testimonial.png");
  position: absolute;
  height: 50px;
  width: 50px;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-34px);
  transform: translateX(-34px);
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner p {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 22px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta {
  text-align: center;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta span {
  color: #fff;
  text-align: center;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column {
  /* Column 1 and 3 */
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(odd) {
  background-color: #005da5 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(even) {
  background-color: #b09 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column {
  /* Column 2 */
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(odd) {
  background-color: #b09 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(odd) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(even) {
  background-color: #005da5 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column {
  /* Column 1 and 3 */
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(odd) {
  background-color: #b09 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(even) {
  background-color: #005da5 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column {
  /* Column 2 */
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(odd) {
  background-color: #005da5 !important;
}
#c-custom-testimonials .et_pb_row:nth-child(even) .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(even) {
  background-color: #b09 !important;
}

/*************************************************
G - custom full width gallery - responsive below.
*************************************************/
#custom-fullwidth-gallery {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 0 !important;
}
#custom-fullwidth-gallery .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
  width: 25%;
  margin-right: 0;
  margin-bottom: 0;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
  min-height: 250px;
  max-height: 250px;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a img {
  min-height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_title {
  display: none;
}

.et_overlay:before {
  color: #005da5 !important;
}

/*************************************************
G - Custom full width gallery - resonpsive CSS Styling here.
*************************************************/
@media (max-width: 768px) {
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
    width: 50%;
  }
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item img {
    min-height: 250px;
    max-height: 250px;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
  #custom-fullwidth-gallery .et_pb_row .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a img {
    min-height: 160px;
    max-height: 160px;
  }
}
.et_pb_toggle,
.et_pb_accordion .et_pb_toggle {
  background-color: transparent;
  border: 0px solid #e6e6e6 !important;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 30px;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.et_pb_toggle .et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
  font-size: 18px;
  color: #191919;
  font-weight: 300;
  padding: 0.75rem 1rem;
  margin: 0;
  position: relative;
  background-color: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-family: "Poppins", sans-serif;
}
.et_pb_toggle .et_pb_toggle_title::before,
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title::before {
  font-size: 20px;
  right: -2px;
  color: #161c2d;
  font-family: "FontAwesome" !important;
  font-weight: 900 !important;
  content: "\f067" !important;
}
.et_pb_toggle .et_pb_toggle_title::after,
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title::after {
  display: none !important;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before,
.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
  content: "\f068" !important;
}
.et_pb_toggle .et_pb_toggle_content,
.et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
  color: #555555;
  font-size: 1rem;
  padding: 0;
  padding-top: 25px;
  margin: 0;
  border-top: 0px solid #e6e6e6;
  background-color: transparent;
  line-height: 1.5;
}

.et_pb_column .et_pb_toggle,
.et_pb_column .et_pb_accordion .et_pb_toggle {
  border-bottom: 2px solid #191919 !important;
}
.et_pb_column .et_pb_toggle:last-child,
.et_pb_column .et_pb_accordion .et_pb_toggle:last-child {
  border-bottom: none !important;
}

/*************************************************
G - custom faq - responsive below.
*************************************************/
.et_pb_accordion .et_pb_toggle {
  background-color: transparent !important;
  border: 2px solid #005da5 !important;
}
.et_pb_accordion .et_pb_toggle h5 {
  font-size: 22px;
  margin: 0 !important;
  padding-top: 4px !important;
}
.et_pb_accordion .et_pb_toggle h5:before {
  content: "\f067" !important;
  display: block;
  font-family: FontAwesome !important;
  font-family: monospace !important;
  right: 10px;
  font-size: 20px;
  color: #005da5 !important;
  content: "+";
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_open h5:before {
  content: "\f068" !important;
  display: block !important;
  opacity: 1 !important;
  font-family: FontAwesome !important;
  font-family: monospace !important;
  content: "-";
}
/*************************************************
G - Custom Faq - resonpsive CSS Styling here.
*************************************************/
/*************************************************
G - custom Contact Form  - responsive below.
*************************************************/
/* Contact Us */
/* Contact Form - Enquiry Form Submission */
#c-d-contact-form strong {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}
#c-d-contact-form form {
  width: 100%;
}
#c-d-contact-form form .gdpr-bit .right {
  max-width: 73%;
}
#c-d-contact-form form .opt-in-part span {
  margin-left: 0;
  padding-left: 1px;
}
#c-d-contact-form form .left, #c-d-contact-form form .right {
  display: inline-block;
  vertical-align: top;
}
#c-d-contact-form form .left {
  padding-top: 14px;
  width: 20%;
}
@media (max-width: 1600px) {
  #c-d-contact-form form .left {
    width: 20%;
  }
}
@media (max-width: 1350px) {
  #c-d-contact-form form .left {
    width: 30%;
  }
}
@media (max-width: 960px) {
  #c-d-contact-form form .left {
    width: 100%;
    padding-bottom: 10px;
  }
}
#c-d-contact-form form .media {
  padding-top: 14px;
  padding-bottom: 11px;
}
#c-d-contact-form form .media span {
  width: auto;
}
#c-d-contact-form form .media .wpcf7-list-item {
  width: auto;
  padding-left: 5px;
  margin-left: 0;
}
#c-d-contact-form form .media .wpcf7-list-item input {
  width: auto;
  display: inline-block;
  min-width: 30px;
  max-width: 40px;
}
#c-d-contact-form form .media .wpcf7-list-item span {
  width: auto;
  display: inline-block;
}
#c-d-contact-form form .right {
  width: auto;
  min-width: 79%;
  margin-bottom: 10px;
  max-width: 100%;
}
#c-d-contact-form form .right.small-textarea textarea {
  height: auto !important;
  min-height: 130px;
  max-height: 170px;
}
#c-d-contact-form form .right .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 3px;
}
#c-d-contact-form form .right .wpcf7-checkbox {
  display: inline-block;
  width: unset;
}
#c-d-contact-form form .right select {
  background: #EBEAEA;
  border: 1px solid #EBEAEA !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 13px;
}
@media (max-width: 1600px) {
  #c-d-contact-form form .right {
    width: 79%;
    min-width: 79%;
  }
}
@media (max-width: 1350px) {
  #c-d-contact-form form .right {
    width: 69%;
    min-width: 69%;
  }
}
@media (max-width: 960px) {
  #c-d-contact-form form .right {
    width: 100%;
    min-width: 100%;
  }
}
#c-d-contact-form form .right span {
  width: 100%;
}
#c-d-contact-form form .right span input, #c-d-contact-form form .right span textarea {
  background: #EBEAEA;
  border: 1px solid #EBEAEA !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#c-d-contact-form form .right span input {
  margin-bottom: 11px;
}
#c-d-contact-form form .right span textarea {
  min-height: 250px;
  height: 250px;
  max-height: 750px;
  max-width: 665px !important;
}
#c-d-contact-form form .right span input[type=checkbox] {
  width: auto !important;
  min-width: 20px;
  max-width: 20px;
}
#c-d-contact-form form .right .wpcf7-textarea {
  height: 275px;
  max-width: 100%;
  width: 100%;
}
#c-d-contact-form form .wpcf7-form-control-wrap.checkbox-231 {
  display: inline-block;
  width: auto !important;
  margin-right: 4px;
}
#c-d-contact-form form .wpcf7-form-control-wrap.checkbox-231 .wpcf7-list-item {
  margin: 0 0 0 0em !important;
}
#c-d-contact-form form a {
  display: inline-block;
}
#c-d-contact-form form .gdpr a {
  margin-left: 5px;
}
#c-d-contact-form.media-enquiry {
  padding-top: 45px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

#c-d-contact-form form .right span .wpcf7-not-valid {
  border: 1px solid #DC143C !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #DC143C !important;
}

.wpcf7-response-output {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 12px;
}

/*************************************************
G - Custom contact form - resonpsive CSS Styling here.
*************************************************/
/*************************************************
Set resonpsive CSS Styling here.
*************************************************/
ul#dm-menu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
ul#dm-menu li.menu-item-83981 {
  padding-top: 18px !important;
  padding-right: 44px !important;
  padding-bottom: 18px !important;
  padding-left: 44px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: white;
  text-align: center;
  color: #ff6337 !important;
  border-radius: 40px;
}
ul#dm-menu li.menu-item-83981 a {
  color: #ff6337 !important;
}
ul#dm-menu li.menu-item-83981:hover {
  color: #191919 !important;
}
ul#dm-menu li.menu-item-83981:hover a {
  color: #191919 !important;
}

@media (max-width: 1650px) {
  #custom-hh-banner .cag-main-row {
    max-width: 80%;
  }
}
@media (max-width: 1450px) {
  body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row ul#menu-main-menu li {
    padding-left: 7px;
    padding-right: 7px;
  }
  body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row ul#menu-main-menu li a {
    font-size: 16px;
  }
  body #page-container header.et-l--header .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_menu .et_pb_menu__wrap ul li.cag-header-custom-button a {
    font-size: 16px;
  }
  .custom-image-row-five {
    max-width: 80% !important;
  }
}
@media (max-width: 980px) {
  .et_pb_row {
    width: 90%;
  }
  #custom-hh-banner .et_pb_post_title h1 {
    font-size: 46px !important;
  }
  .cag-top-text-align-left-on-mobile {
    text-align: left !important;
  }
  .cag-top-text-align-left-on-mobile .et_pb_text h2, .cag-top-text-align-left-on-mobile .et_pb_text p {
    text-align: left !important;
  }
  .cag-timeline {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
  }
  .cag-timeline .et_pb_column {
    padding: 0 0 30px 15px !important;
  }
  .cag-timeline:after {
    left: 8% !important;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
  .cag-timeline:before {
    left: 8% !important;
  }
  .cag-timeline .et_pb_row:last-child::before {
    left: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-32px);
    bottom: 0;
  }
  body.page-id-84146 .et-l.et-l--post .cag-table-custom-row .et_pb_text {
    overflow-x: scroll;
  }
  body.page-id-84146 .et-l.et-l--post .cag-table-custom-row .et_pb_text h3 {
    padding-top: 50px;
  }
  body.page-id-84146 .et-l.et-l--post .cag-table-custom-row .et_pb_text table {
    width: 700px;
  }
  body.page-id-84146 .et-l.et-l--post .cag-table-custom-row .et_pb_text table .custom-button {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .cag-pricing-surround .et_pb_column:nth-child(2) {
    margin-top: 40px;
  }
  body .divi-mobile-menu .divi-mobile-menu-inner:before {
    left: 5% !important;
  }
  .cag-custom-show-text-row .cag-arrow-click {
    margin-top: 10px !important;
  }
  .cag-testimonial.et_pb_row_11.et_pb_row {
    margin-bottom: 0 !important;
  }
  .et-l--footer .et_pb_section {
    padding-bottom: 5px;
  }
  .et-l--footer .et_pb_section .et_pb_row .et_pb_column:nth-child(1) {
    margin-bottom: 10px !important;
  }
  .et-l--footer .et_pb_section .et_pb_row .et_pb_column:nth-child(2) {
    margin-bottom: 10px !important;
  }
  .et-l--footer .et_pb_section .et_pb_row .et_pb_column:nth-child(3) {
    margin-bottom: 10px !important;
  }
  #custom-banner-home .et_pb_row.cag-main-row {
    margin-bottom: 34px !important;
  }
  #custom-banner-home .et_pb_row_2 p {
    text-align: left !important;
  }
  .cag-pricing-table-money p, .cag-pricing-table-money p span {
    font-size: 50px;
  }
  .dont-show-on-mobile {
    display: none !important;
  }
  #custom-banner-home .custom-image-row-five .et_pb_column {
    width: 16%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .et-l--footer .et_pb_image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 202px;
  }
  .cag-testimonial .et_pb_column {
    padding-bottom: 25px;
  }
  .cag-testimonial .et_pb_column .et_pb_text p {
    font-size: 24px;
  }
  .cag-pricing-surround h4 {
    padding-top: 0;
    padding-bottom: 5px !important;
    line-height: 20px !important;
  }
  .cag-pricing-surround h4 span {
    font-size: 18px !important;
  }
  .cag-new-cta .et_pb_row .et_pb_image img {
    width: 80%;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  #custom-banner-home .custom-image-row-five .et_pb_column {
    width: 16% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  #custom-banner-home h1 {
    font-size: 34px;
  }
  #custom-banner-home h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 520px) {
  #custom-banner-home h4 {
    font-size: 15px !important;
    line-height: 30px;
  }
  .cag-timeline .et_pb_row:last-child::before {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  .cag-pricing-surround .et_pb_column:nth-child(2):before {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #page-container.custom-mobile-menu-left {
    right: 0% !important;
  }
}
.custom-banner:before {
  content: " ";
  height: 50px;
  width: 100px;
  background: yellow;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}