/**
Theme Name:   InventiveResponse
Theme URI:    https://www.wpbeginner.com/
Description:  A Twenty Twenty-One child theme 
Author:       WPBeginner
Author URI:   https://www.wpbeginner.com
Template:     twentytwentyone
Version:      1.0.0
Text Domain:  twentytwentyonechild
**/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

:root {
  --base-color: #003399;
  --black-color: #000;
  --white-color: #ffffff;
  --dark-bg-color: #6699ff;
  --blackcoffee-color: #6699ff;
  --error-color: #ff3333;
  --gray-100-color: rgb(240, 240, 240);
  --gray-200-color: rgb(210, 210, 210);
  --text-size-base: 15px;
  --text-size-md: 12px;
  --text-size-lg: 16px;
  --text-size-xl: 22px;
  --text-size-xxl: 30px;
  --btn-hover-opacity: 0.8;
  --section-opacity: 0.73;
  --page-gutter-base: 2rem;
  --font-weight-bold: 600;
  --font-weight-normal: 400;
  --space-paragraph: 1rem;
}

.text-size-base {
  font-size: var(--text-size-base);
}
.text-size-md {
  font-size: var(--text-size-md);
}
.text-size-lg {
  font-size: var(--text-size-lg);
}
.text-size-xl {
  font-size: var(--text-size-xl);
  line-height: 130%;
}
.text-size-xxl {
  font-size: var(--text-size-xxl);
  line-height: 120%;
}

.text-bold,
b,
strong {
  font-weight: var(--font-weight-bold);
}

.text-normal {
  font-weight: var(--font-weight-normal);
}

body {
  font-size: var(--text-size-base);
  font-weight: var(--font-weight-normal);
}

h2 {
  font-size: var(--text-size-xl);
  font-weight: var(--font-weight-bold);
}

h4 {
  font-size: var(--text-size-lg);
  font-weight: var(--font-weight-bold);
}

.title {
  font-size: var(--text-size-lg);
  font-weight: var(--font-weight-bold);
  padding-bottom: 0.25rem;
}

body * {
  line-height: 150%;
}

.dark-bg-color {
  background: var(--dark-bg-color);
}

.base-bg-color {
  background: var(--base-color);
}

.accordion-button:not(.collapsed):after {
  content: "\f068";
}

.accordion-button:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none !important;
  color: var(--white-color);
  font-size: var(--text-size-base);
  line-height: 20px;
  transform: none !important;
}

.header-main .navbar .navbar-brand {
  width: 100%;
  max-width: 200px;
  /* padding-left: 0.5rem; */
}

.header-main .navbar .navbar-brand img {
  max-width: 100%;
  max-height: 50px;
}

.header-main .navbar {
  width: 100%;
  height: auto;
  background-color: var(--base-color);
  /* padding-top: 5px;
    padding-bottom: 5px; */
}

#navbarNav .navbar-nav .nav-link {
  background: transparent;
  border-bottom: 4px solid transparent;
}

#navbarNav .navbar-nav .nav-link:hover {
  border-bottom: 4px solid white;
}

.footer-main {
  background: var(--dark-bg-color);
  border-top: 4px solid white;
}

.list-style-none {
  list-style: none;
}

.copyright {
  background: var(--base-color);
}

.light.tab-content-section .tab-content-tabs {
  background: var(--base-color);
}

.light.tab-content-section .tab-content {
  background: var(--white-color);
}

.light .tab-content-tabs .tab-header .nav-link.active {
  background: var(--dark-bg-color);
}

.light .tab-content-tabs .tab-header .nav-link {
  background: var(--base-color);
}

.nav-tabs .nav-link {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.light .text {
  color: var(--black-color) !important;
}

.light .title {
  color: var(--black-color) !important;
}

.red .tab-content-tabs .tab-header .nav-link.active {
  background: var(--base-color);
}

.red .tab-content-tabs .tab-header .nav-link {
  background: var(--dark-bg-color);
}

.red .tab-content {
  background: var(--base-color);
}

.red .text {
  color: var(--white-color) !important;
}

.red .title {
  color: var(--white-color) !important;
}

.tab-content-section {
  padding: 0;
}

.red.tab-content-section .tab-content-tabs {
  background: var(--dark-bg-color);
}

.dark .navbar-nav .nav-item .dropdown-menu {
  background: var(--base-color);
  opacity: var(--section-opacity);
}

.dark .tab-content-tabs .tab-header .nav-link.active {
  background-color: var(--dark-bg-color);
}

.dark .tab-content-tabs .tab-header .nav-link {
  background-color: var(--base-color);
}

.dark .tab-content {
  background: var(--dark-bg-color);
}

.dark.tab-content-section .tab-content-tabs {
  background-color: var(--base-color);
}

.dark-btn {
  background: var(--base-color) !important;
}

.dark-btn:hover {
  color: var(--white-color);
}

.service-tab-content .content-grid {
  grid-template-columns: 100%;
  gap: 4%;
}

.dark-btn,
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.dark-btn.red-color-btn {
  display: inline-block;
  font-size: var(--text-size-base);
  font-weight: var(--font-weight-bold);
  color: var(--white-color);
  padding: 6px 25px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: 0;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  opacity: 0.8;
}

.dark-btn:hover,
.dark-btn:focus {
  opacity: var(--btn-hover-opacity);
  box-shadow: none;
  color: var(--white-color);
}

.btn.dark-btn:hover {
  color: var(--white-color);
}

#page .dark-btn.red-color-btn {
  background: var(--base-color);
}

/* input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.dark-btn.red-color-btn {
    background: var(--base-color) !important;
} */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--base-color);
}

.dark-btn.red-color-btn:hover,
.dark-btn.red-color-btn:focus {
  /* color: var(--base-color);
    border-color: var(--base-color);
    background: transparent; */
  opacity: var(--btn-hover-opacity);
  color: var(--white-color);
}

.footer-form .form-field input,
.footer-form .form-field select,
.footer-form .form-field textarea {
  padding: 8px 10px;
  font-size: var(--text-size-base);
  line-height: 26px;
  color: var(--white-color);
  font-weight: var(--font-weight-normal);
  background: transparent;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: 0;
  border-radius: 0;
}

.footer-form .form-field textarea {
  background: var(--white-color);
  color: var(--black-color);
}

.footer-form .form-field select {
  background: var(--white-color);
  color: var(--black-color);
  position: relative;
  margin-left: 2px;
}

.footer-form .form-field input::placeholder {
  color: var(--white-color);
}

.col-btns {
  gap: 2%;
}

body .btn {
  border-radius: 0;
}

.image-content-section .content {
  background: var(--dark-bg-color);
  position: relative;
  left: 50px;
}

/* remove final margin or padding from last item in the list */

.image-content-section > .container-fluid > ul,
.image-content-section > .container-fluid > p,
.image-content-section > .container-fluid > div,
.image-content-section > .container-fluid > h6,
.image-content-section > .container-fluid > h5,
.image-content-section > .container-fluid > h4,
.image-content-section > .container-fluid > h3,
.image-content-section > .container-fluid > h2,
.image-content-section > .container-fluid > h1 {
  /* margin-bottom: 1.5rem; */
  margin-bottom: var(--space-paragraph);
}

.image-content-section > .container-fluid > ul:last-child,
.image-content-section > .container-fluid > p:last-child,
.image-content-section > .container-fluid > div:last-child,
.image-content-section > .container-fluid > h6:last-child,
.image-content-section > .container-fluid > h5:last-child,
.image-content-section > .container-fluid > h4:last-child,
.image-content-section > .container-fluid > h3:last-child,
.image-content-section > .container-fluid > h2:last-child,
.image-content-section > .container-fluid > h1:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.service-tab-content .image {
  height: 100%;
}

.service-tab-content .image img {
  height: 100%;
  object-fit: cover;
}

.tab-content-wrapper .image {
  height: 100%;
  display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: var(--base-color);
}

.tab-content-wrapper .image img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  /* max-height: 200px;
    min-height: 200px; */
}

.tab-content-tabs .tab-header {
  width: auto;
}

.navbar-nav .nav-item .dropdown-menu {
  background: var(--base-color);
  border: 0;
  margin-top: 5px;
  padding: 5px 0;
  transition: all 0.3s ease;
  opacity: var(--section-opacity);
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  font-weight: var(--font-weight-bold);
  background: transparent;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  padding: 5px 15px;
  font-size: var(--text-size-md);
}

.navbar-nav.top-header {
  padding-bottom: 5px;
  font-size: 90%;
}

.social-icons ul {
  grid-template-columns: 33.333% 33.333% 33.333%;
}

.social-icons ul li {
  padding: 5px;
}

.social-icons ul li a {
  /* background: var(--dark-bg-color); */
  background: var(--base-color);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white-color);
  font-size: var(--text-size-xl);
  line-height: 100%;
  margin: auto;
}

.social-icons ul li a i {
  font-size: 120%;
}

.footer-main .social-icons-menu {
  display: grid;
  grid-template-columns: 100%;
}

.navbar-toggler .navbar-toggler-icon {
  font-size: var(--text-size-xxl);
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler.collapsed .navbar-toggler-icon .hamburger,
.navbar-toggler .navbar-toggler-icon .cross-btn {
  display: block;
}

.navbar-toggler.collapsed .navbar-toggler-icon .cross-btn,
.navbar-toggler .navbar-toggler-icon .hamburger {
  display: none;
}

.navbar-toggler {
  background: var(--base-color);
}

.navbar-toggler:hover {
  background: var(--base-color);
}

.navbar-toggler .navbar-toggler-icon {
  color: var(--white-color);
}

.link-column-section .column-link .image {
  width: 100%;
}

.hero-section .image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.watch-video-modal .modal-content iframe {
  width: 100%;
  height: 100%;
  min-height: 90vh;
}

.related-section .accordion {
  border-top: 2px dashed #fff;
}

.hero-section .video {
  height: 100%;
}

.hero-section .video iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.center-column-line .column-line:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  background: var(--base-color);
  bottom: 3px;
  width: 100%;
  height: 8px;
  top: auto;
}

.center-column-line .column-line {
  position: relative;
}

.content-tree {
  padding-left: 20px;
}

.accordion-button.accordion-button-outside:not(.collapsed):before {
  content: "\f068";
}

.accordion-button.accordion-button-outside:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none !important;
  color: var(--white-color);
  font-size: var(--text-size-base);
  line-height: 20px;
  transform: none !important;
  position: relative;
  margin-left: -30px;
  margin-right: 10px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  font-weight: var(--font-weight-bold);
}

.accordion-button.accordion-button-outside:after {
  display: none;
}

/* Table Styling */

.custom-table tr th {
  text-align: center;
  font-size: var(--text-size-base);
  font-weight: var(--font-weight-bold);
}

.custom-table tr th,
.custom-table tr td {
  font-size: var(--text-size-base);
}

.custom-table {
  border-spacing: 0;
}

.custom-table tr:nth-child(even) td {
  background-color: var(--gray-100-color);
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid var(--gray-200-color);
}

.image-content-section .image img {
  max-width: 100%;
}

.image-content-section .image img.default {
  width: initial;
}

.image-content-section .image img.w25 {
  min-width: 25%;
  max-width: 25%;
}
.image-content-section .image img.w50 {
  min-width: 50%;
  max-width: 50%;
}
.image-content-section .image img.w75 {
  min-width: 75%;
  max-width: 75%;
}
.image-content-section .image img.w100 {
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .image-content-section .image img:not(.default) {
    max-width: 100%;
    min-width: 100%;
  }
}

.image-content-section .btn.dark-btn {
  max-width: 500px;
  width: 100%;
}

.custom-table i {
  font-size: var(--text-size-lg);
}

.custom-table i.fa-times {
  color: var(--base-color);
}

.image-content-section .image-center {
  display: table !important;
  margin: 0 auto;
}

.image-content-section .image-right {
  float: right;
}

.image-content-section .content-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-content-section .content-right {
  text-align: right;
}

.image-content-section .largebtn-center {
  margin: 0 auto;
}

.image-content-section .cta-wrapper {
  overflow: hidden;
  clear: both;
}

.image-content-section .btn.dark-btn.largebtn-center {
  margin: 0 auto;
}

.image-content-section .btn.dark-btn.largebtn-right {
  float: right;
}

.image-content-section .list-center {
  text-align: center;
  list-style-position: inside;
}

.image-content-section .list-right {
  text-align: right;
  list-style-position: inside;
}

.linked-text {
  list-style-position: inside;
  list-style: none;
  padding-left: 0;
  max-width: 75%;
}

.linked-text .active-page {
  font-weight: var(--font-weight-bold);
  border-bottom: 4px solid var(--base-color);
}

.linked-text .text-white a {
  color: white;
  background-color: transparent !important;
}

.linked-text-center {
  text-align: center;
}

.linked-text-right {
  text-align: right;
}

.linked-text-center a {
  color: var(--white-color);
  font-size: var(--text-size-base);
}

.linked-text-center .active-page a {
  text-decoration: underline;
  text-decoration-color: var(--base-color);
  text-decoration-thickness: 4px;
  font-weight: var(--font-weight-bold);
}

.accordion-section button.accordion-button {
  color: var(--white-color) !important;
  background: var(--base-color) !important;
}

.accordion-button:hover {
  color: var(--white-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  font-size: var(--text-size-base);
  padding-left: var(--page-gutter-base);
  padding-right: var(--page-gutter-base);
}

.accordion-body {
  padding-left: var(--page-gutter-base);
  padding-right: var(--page-gutter-base);
}

.link-column-section.dark-multicolumn {
  background: var(--dark-bg-color);
}

.link-column-section .multi-column-wrapper {
  background: var(--white-color);
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 25px;
}

@media (min-width: 769px) {
  .width-75 {
    width: 75%;
  }
  .width-50 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .link-column-section .multi-column-wrapper {
    height: initial !important;
  }
}

@media (min-width: 992px) {
  .header-main .navbar {
    /* background-image: url(/wp-content/themes/abp-child/images/nav-bg-image.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--base-color);
    /* background-position: 245px center; */
  }
  .center-column-line .column-line:before {
    width: 8px;
    height: 100%;
    top: 0;
    right: 3px;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown:hover .dropdown-menu.right-menu {
    right: 0;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 575px) {
  /*.tab-content-tabs .tab-header {
        width: auto;
    }*/
  .service-tab-content .content-grid {
    grid-template-columns: 28% 68%;
  }
  .service-tab-content .content-grid.content-grid-no-image {
    grid-template-columns: auto;
  }
  /* .footer-main .social-icons-menu {
        grid-template-columns: 69% 29%;
        gap: 2%;
    }
    .social-icons ul {
        grid-template-columns: 50% 50%;
    } */

  .footer-main .social-icons-menu {
    grid-template-columns: 100%;
    gap: 2%;
  }
  .social-icons ul {
    grid-template-columns: 100%;
  }
}

@media (max-width: 991px) {
  .text-alignment {
    text-align: center;
  }
  .navbar-collapse {
    background: var(--base-color);
  }
  .navbar-collapse-inner {
    padding: 5px;
  }
  .top-header li {
    text-align: left !important;
  }
  /* .blog-section .entry-content {
        padding-left: 25px;
    } */
}

.slick-slider {
  position: relative;
}

.slick-slide > div {
  display: flex;
}

.simple-slider.slick-slider .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
  margin-right: 30px;
}

.simple-slider.slick-slider .slick-dots li {
  display: inline-block;
  line-height: 100%;
}

.simple-slider.slick-slider .slick-dots li button {
  background: var(--base-color);
  font-size: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px;
  line-height: 100%;
}

.slider-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.rollover-image-slider,
.rollover-text-image-slider {
  margin-bottom: 0px;
}

.content-column {
  position: relative;
  z-index: 1;
}

.content-column::before {
  background: var(--dark-bg-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: var(--section-opacity);
  z-index: -1;
  content: " ";
}

.simple-slider.slick-slider .slick-dots li button {
  padding: 0;
}

.site-main {
  padding-top: 0;
  padding-bottom: 0;
}

.site-main > section {
  margin-top: 0;
  margin-bottom: 0;
}

.site-main .section-wrapper,
.site-main .blog-section,
.footer-main .section-wrapper {
  padding-left: var(--page-gutter-base);
  padding-right: var(--page-gutter-base);
  padding-top: calc(var(--page-gutter-base) / 2);
  padding-bottom: calc(var(--page-gutter-base) / 2);
}

@media (max-width: 768px) {
  .site-main .section-wrapper,
  .site-main .blog-section,
  .footer-main .section-wrapper {
    padding-left: calc(var(--page-gutter-base) / 2);
    padding-right: calc(var(--page-gutter-base) / 2);
  }
}

.related-section > div {
  padding-left: 2rem;
  padding-right: 2rem;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.text-alignment {
  text-align: left;
  padding-top: 20px;
}
.blog-section .post-image img {
  max-width: 100%;
  object-fit: cover;
  height: auto !important;
}

.site-content .blog-section .default-max-width {
  max-width: 100%;
}

.blog-section .entry-content p {
  margin: 0;
  width: 100%;
  max-width: 100% !important;
}

.right-side-bar .widget {
  margin-bottom: 40px;
}

.right-side-bar .widget .widget-title {
  font-size: var(--text-size-md);
  line-height: 30px;
  margin-bottom: 10px;
}

.right-side-bar .widget nav {
  margin: 0;
}

.right-side-bar .widget nav ul {
  margin: 0;
}

.right-side-bar .widget nav ul li a {
  color: var(--black-color);
  text-decoration: none;
  font-size: var(--text-size-base);
  line-height: 30px;
  font-weight: var(--font-weight-normal);
}

a.more-link {
  display: block;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  width: fit-content;
  background: var(--dark-bg-color) !important;
  margin-top: 20px;
  color: var(--white-color);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: var(--white-color);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--white-color);
}

/* google maps */
.html-code-block iframe {
  min-width: calc(100vw - 100px) !important;
  max-width: calc(100vw - 100px) !important;
}

/** footer hubspot form **/

.footer-main .hbspt-form {
  padding-left: 0.5rem;
}

.horizontal-bar-block {
  width: 100%;
}

.horizontal-bar-color-style1 {
  background-color: var(--white-color);
}
.horizontal-bar-color-style2 {
  background-color: var(--dark-bg-color);
}
.horizontal-bar-color-style3 {
  background-color: var(--base-color);
}
.horizontal-bar-color-style4 {
  background-color: var(--black-color);
}
.horizontal-bar-color-style5 {
  background-color: transparent;
}
.horizontal-bar-size-style1 {
  height: 1px;
}
.horizontal-bar-size-style2 {
  height: 0.5rem;
}
.horizontal-bar-size-style3 {
  height: 2rem;
}

/* .hs-form.stacked {
    width: 100% !important;
} */

.html-code-block .wpcf7 form {
  display: block;
  max-width: 500px;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
}

.html-code-block .wpcf7 form .wpcf7-form-control-wrap {
  width: 100%;
}

.html-code-block .wpcf7 form .footer-menu-title {
  width: 100%;
  justify-content: center;
}

.html-code-block .wpcf7 form .wpcf7-form-control-wrap select {
  width: 100%;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.html-code-block .wpcf7 form .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.html-code-block .wpcf7 form .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.html-code-block .wpcf7 form .wpcf7-response-output {
  color: var(--base-color);
  margin: 0;
  border: 1px solid var(--error-color);
}
.wpcf7 .screen-reader-response {
  width: initial;
}
