/*
Theme Name: Simple Interact
Description: Simple Interact Theme developed by InfoMile
Version: 1.0
Author: InfoMile
*/
html, body {
  height: 100%;
  width: 100%;
}
html {
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #FFF;
  font-family: Arial, "sans-serif";
  font-size: 18px;
  color: #003366;
}
a {
  color: #006699;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:active, a:hover {
  color: #333333;
  outline: 0;
}
a:focus {
  outline: none;
}
img {
  border: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px dashed #EAEAEA;
  margin: 20px 0;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
td, th {
  padding: 5px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input, select, textarea {
  width: 100%;
}
textarea:focus, input:focus {
  outline: none;
}
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
.xtarget:target {
  margin-top: -12px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@-ms-viewport {
  width: device-width;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "sans-serif";
  color: #003366;
  margin: 0px;
  padding: 0 0 20px 0;
}
h1 {
  font-size: 42px;
}
h1 a {
  color: #003366;
}
h1 a:link, h1 a:visited {
  color: #003366;
}
h1 a:hover {
  color: #003366;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}
p {
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 1.5;
}
li {
  margin-bottom: 10px;
  line-height: 27px;
}
li ol {
  margin-top: 10px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 60px;
  background: #D1EDFF;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.site-header .logo {
  float: left;
}
.site-header .logo a {
  display: block;
  width: 300px;
  height: 50px;
  margin: 5px 0;
  background-image: url(img/simpleinteract-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 991px) {
  .site-header .logo a {
    width: 240px;
    height: 40px;
    margin: 10px 0 10px -12px;
  }
}
.main-nav {
  float: right;
}
.main-nav ul, .main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav div ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 97;
}
.main-nav div ul li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  color: #003366;
  font-size: 15px;
  font-weight: bold;
}
.main-nav div ul li a:hover {
  background-color: #addaff;
}
.main-nav div ul li.spl a {
  border: 1px solid #003366;
  background-color: #EAEAEA;
  background: linear-gradient(#FFF, #EAEAEA 70%);
  box-shadow: #FFF 0 1px 0 inset;
  color: #003366;
  border-radius: 5px;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
}
.main-nav div ul li.spl a:hover {
  background-color: #D1D1D1;
  background: linear-gradient(#F5F5F5, #D1D1D1 75%);
}
.main-nav div ul li.spl2 a {
  border: 1px solid #0087FF;
  background-color: #0087FF;
  background: linear-gradient(#2EA6FF, #0087FF 70%);
  box-shadow: #5CC1FF 0 1px 0 inset;
  color: #FFF;
  border-radius: 5px;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
}
.main-nav div ul li.spl2 a:hover {
  background-color: #006FC1;
  background: linear-gradient(#0081E2, #006FC1 75%);
}
.main-nav div ul li.menu-item-has-children a {
  padding-right: 20px;
}
.main-nav div ul li.menu-item-has-children a:before {
  content: "\25bc";
  position: absolute;
  right: 8px;
  color: #003366;
  font-size: 8px;
}
.main-nav div ul li.menu-item-has-children ul a {
  padding: 10px 5px;
}
.main-nav div ul li.menu-item-has-children ul a:before {
  content: none;
}
.main-nav div ul li ul {
  display: none;
  position: absolute;
  right: 1px;
  top: 59px;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  width: 250px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.main-nav div ul li:hover > ul {
  display: block;
}
.main-nav div ul li ul li {
  display: block;
  float: left;
  margin: 0;
}
.main-nav div ul li ul a {
  display: block;
  padding: 10px 5px;
  background-color: #FFF;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  height: auto !important;
  width: 250px;
  color: #000;
}
.main-nav div ul li ul a:hover {
  background-color: #D1EDFF;
}
.main-nav div ul li ul ul {
  left: 250px;
  top: 0px;
  margin: 0 0 0 -1px;
}
/* mobile view nav */
@media (max-width: 991px) {
  .main-nav {
    display: block;
    float: none;
    position: fixed;
    z-index: 1000;
    left: -260px;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 260px;
    margin-top: 0;
    background: #D1EDFF;
    border-right: 1px solid #addaff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .main-nav div ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    display: block;
    vertical-align: inherit;
  }
  .main-nav div ul li a {
    position: static;
    display: block;
    padding: 10px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    vertical-align: inherit;
    box-shadow: none;
    transform: none;
    height: inherit;
  }
  .main-nav div ul li.spl a, .main-nav div ul li.spl2 a {
    border-radius: 0;
    margin: 0;
    height: inherit;
    line-height: inherit;
  }
  .main-nav div ul li ul {
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: inherit;
    padding: inherit;
    width: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .main-nav div ul li ul li {
    border-bottom: none;
    float: none;
  }
  .main-nav div ul li ul a {
    padding: 5px 10px 15px 15px !important;
    background-color: inherit;
    background-image: none;
    font-size: 13px;
    line-height: 15px;
    width: inherit;
    border-bottom: none;
  }
  .main-nav div ul li ul a:hover {
    background-color: #addaff;
  }
  .main-nav div ul li ul li.icon a {
    background-image: none;
  }
  .main-nav div ul li ul li ul {
    margin: 0 0 0 20px;
    left: inherit;
  }
  .main-nav.show-menu {
    left: 0px;
  }
}
/* mobile view nav --- ends */
.mobile-nav-icon {
  display: none;
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 11px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-nav-icon div {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 5px;
  border-radius: 2px;
  background: #003366;
  margin: 5px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mobile-nav-icon.nav-icon-close div:nth-child(1) {
  margin-top: 15px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-icon.nav-icon-close div:nth-child(2) {
  display: none;
}
.mobile-nav-icon.nav-icon-close div:nth-child(3) {
  margin-top: -10px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .mobile-nav-icon {
    display: block;
  }
}
footer {
  background: #003366;
  color: #dedfff;
  padding: 80px 0;
  font-size: 14px;
}
footer .col {
  float: left;
  width: 25%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 10px 0;
  }
  footer .col {
    float: none;
    width: inherit;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
footer h3 {
  font-size: 24px;
  color: #dedfff;
}
footer a {
  color: #dedfff;
}
footer a:hover {
  color: #FFF;
}
footer .icon {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
  background-size: 14px;
  background-position: left 1px;
  background-repeat: no-repeat;
  height: 16px;
  line-height: 16px;
}
footer .icon-phone {
  background-image: url(img/icon-phone.svg);
}
footer .icon-about {
  background-image: url(img/icon-info.svg);
}
footer .icon-careers {
  background-image: url(img/icon-careers.svg);
}
footer .icon-legal {
  background-image: url(img/icon-legal.svg);
}
footer .icon-social {
  display: inline-block;
  margin: 10px 15px 10px 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
footer .icon-twitter {
  background-image: url(img/icon-twitter.svg);
}
footer .icon-facebook {
  background-image: url(img/icon-facebook.svg);
}
footer .icon-linkedin {
  background-image: url(img/icon-linkedin.svg);
}
footer .icon-instagram {
  background-image: url(/wp-content/uploads/icon-instagram.svg);
}
.content-area {
  padding-top: 60px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 15px;
  text-align: center;
  border-bottom: 1px solid #989898;
}
.section-header h1 {
  margin: 0;
  padding: 0;
  color: #003366;
  font-size: 36px;
  font-weight: bold;
}
.section-header h1 a, .section-header h1 a:hover {
  color: #003366;
}
.section-content {
  max-width: 1170px;
  margin: 0 auto;
  min-height: 400px;
  padding: 60px 15px;
}
@media (max-width: 767px) {
  .section-header h1 {
    font-size: 24px;
  }
  .section-content {
    min-height: inherit;
    padding: 30px 15px;
  }
}
.section-content .lft-panel {
  float: left;
  width: calc(75% - 30px);
}
.section-content .rgt-panel {
  float: right;
  width: 25%;
  font-size: 14px;
}
.section-content .rgt-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-content .rgt-panel li {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}
.section-content .rgt-panel h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 991px) {
  .section-content .lft-panel {
    float: none;
    width: 100%;
  }
  .section-content .rgt-panel {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding: 15px;
  }
}
.section-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 15px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .section-container {
    width: 940px;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .section-container {
    width: 755px;
  }
}
@media (max-width: 767px) {
  .section-container {
    width: auto;
    padding: 30px 15px;
  }
}
.blue-panel {
  background-color: #d1edff;
}
.grey-panel {
  background-color: #F5F5F5;
}
.blue-block {
  background-color: #d1edff;
  border-radius: 10px;
  padding: 20px;
}
.contact-info {
  background-color: #d1edff;
  text-align: center;
  font-size: 20px;
}
.contact-info .col {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.contact-info .icon-phone {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(img/icon-phone-lg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-info .col {
    float: none;
    width: inherit;
    padding: 0;
  }
}
.home-cta-title {
  font-size: 60px;
  line-height: 60px;
  margin-top: 70px;
}
.home-cta-button a {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 7px;
  border: 1px solid #6b8c30;
  background-color: #7a9f37;
  background: linear-gradient(#a1c75c, #7a9f37 70%);
  box-shadow: #c2da95 0 1px 0 inset;
  color: #FFF;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}
.home-cta-button a:hover {
  background-color: #6b8c30;
  background: linear-gradient(#96c049, #6b8c30 75%);
  color: #FFF;
}
@media (max-width: 1200px) {
  .home-cta-title {
    font-size: 52px;
    line-height: 50px;
    margin-top: 55px;
  }
}
@media (max-width: 991px) {
  .home-cta-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .home-cta-title {
    font-size: 36px;
    margin-top: 0px;
    text-align: center;
  }
  .home-cta-title br {
    display: none;
  }
  .home-cta-button {
    text-align: center;
  }
}
.solution-blocks {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.solution-btn {
  display: inline-block;
  padding: 30px;
  margin: 20px;
  border-radius: 10px;
  background-color: #003366;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  height: 240px;
  width: 240px;
  vertical-align: top;
}
.solution-btn:hover {
  background-color: #006699;
  color: #FFF;
  opacity: 0.8;
}
.solution-btn img {
  max-width: 100px;
  display: inline-block;
  margin-bottom: 15px;
}
.solution-btn.btn-1 {
  border: 1px solid #e38622;
  background: linear-gradient(#efb77d, #e69239 70%);
}
.solution-btn.btn-2 {
  border: 1px solid #413a8d;
  background: linear-gradient(#726ac2, #49419f 70%);
}
.solution-btn.btn-3 {
  border: 1px solid #96466d;
  background: linear-gradient(#c37fa0, #a74e7a 70%);
}
.solution-btn.btn-4 {
  border: 1px solid #3579b5;
  background: linear-gradient(#79abd7, #3e86c6 70%);
}
.solution-btn.btn-5 {
  border: 1px solid #6b8c30;
  background: linear-gradient(#a1c75c, #7a9f37 70%);
}
.solution-btn.btn-6 {
  border: 1px solid #3e727e;
  background: linear-gradient(#6ba9b7, #46828f 70%);
}
.solution-btn.btn-7 {
  border: 1px solid #af845a;
  background: linear-gradient(#d0b79e, #b7916b 70%);
}
.home-number {
  font-size: 76px;
}
@media (max-width: 1200px) {
  .home-number {
    font-size: 66px;
  }
}
@media (max-width: 991px) {
  .home-number {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home-number {
    font-size: 48px;
  }
}
.testimonial-block {
  display: block;
  border-left: 5px solid #EEE;
  padding-left: 15px;
}
.testimonial-name {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #999;
  margin-top: 10px;
}
body.single-post h1 {
  font-size: 32px;
}
body.single-post h2 {
  font-size: 26px;
}
body.single-post img {
  border: 1px solid #BBB;
}
.author-name {
  margin-bottom: 15px;
  font-size: 14px;
}
.post-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-preview {
  position: relative;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #BBB;
  display: inline-block;
  float: left;
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.post-preview:hover {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 0 20px 20px rgba(0, 0, 0, .16)
}
@media only screen and (max-width:991px) {
  .post-preview {
    width: calc(100% - 30px);
  }
}
.post-preview .featured-image {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-preview .title {
  display: block;
  margin: 15px;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.post-preview .date {
  border-top: 1px solid #EAEAEA;
  padding: 15px;
  margin: 0 15px;
  font-size: 13px;
  color: #000;
}
.post-preview .excerpt-block {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -200px;
  height: 200px;
  overflow: hidden;
  padding: 15px;
  background: rgba(0, 0, 0, 0.80);
  color: #FFF;
  font-size: 16px;
  transition: top 0.5s ease;
}
.post-preview:hover .excerpt-block {
  top: 0px;
}
.solution-title {
  padding: 150px 20px;
}
.solution-title h1 {
  text-align: center;
  font-size: 68px;
  padding: 0;
}
@media (max-width: 991px) {
  .solution-title {
    padding: 120px 20px;
  }
  .solution-title h1 {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .solution-title {
    padding: 40px 20px;
  }
}
.si-statistic {
  font-size: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.si-attribution {
  font-style: italic;
  font-size: 21px;
  text-align: center;
}
@media (max-width: 767px) {
  .si-statistic {
    font-size: 21px;
  }
  .si-attribution {
    font-size: 17px;
  }
}
.cta-block {
  border-top: 1px solid #EAEAEA;
}
.solution-icons .widget-title {
  font-weight: normal;
  font-size: 20px;
}
.home-sol-block {
  text-align: center;
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
}
.home-sol-block .col {
  display: inline-block;
  width: 24%;
  padding: 0 10px 20px 10px;
  vertical-align: top;
}
.home-sol-block h3 {
  position: relative;
  display: inline-block;
}
.home-sol-block h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10px;
  right: -10px;
  top: 35%;
  bottom: 15px;
}
.home-sol-block img {
  max-width: 100px;
  display: inline-block;
  margin-bottom: 10px;
}
.home-sol-block.block1 h3::before {
  background-color: #D1EDFF;
}
.home-sol-block.block2 h3::before {
  background-color: #D9EAD3;
}
.home-sol-block.block3 h3::before {
  background-color: #fff2cc;
}
.home-sol-block.block4 h3::before {
  background-color: #D9D2E9;
}
.home-sol-block.block5 h3::before {
  background-color: rgba(244, 204, 204, 0.77);
}
@media screen and (max-width: 767px) {
  .home-sol-block .col, .home-sol-block.block1 .col, .home-sol-block.block2 .col {
    width: 48%;
  }
  .home-sol-block img {
    max-width: 75px;
  }
}
/* bootstrap mobal custom css */
.modal-header .close {
  background-color: #BBB;
  border: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: -10px;
  right: -12px;
}
/* bootstrap mobal custom css  ----- ends */
.standalone-header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}
.standalone-header .so-widget-image {
  width: 320px;
}
.standalone-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 15px;
}
@media (max-width: 767px) {
  .standalone-header .sow-image-container {
    justify-content: center;
  }
  .standalone-header .so-widget-image {
    width: 240px;
  }
  .standalone-container {
    padding: 40px 15px;
  }
}
.tick-point {
  padding-left: 30px;
  background-image: url(img/icon-tick.svg);
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.pricing-block {
  border-radius: 20px;
  border: 1px solid #D5D5D5;
  border-top: 15px solid #006699;
  overflow: hidden;
  min-height: 330px;
  padding: 20px;
}
.pricing-block.premium {
  border-top: 15px solid #003366;
}
.pricing-block p {
  line-height: 1.3;
}
.pricing-block p:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .pricing-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pricing-block {
    min-height: inherit;
  }
  .pricing-block p {
    font-size: 16px;
  }
}
.d-lg {
  display: inline-block;
}
@media (max-width: 767px) {
  .d-lg {
    display: none;
  }
}
.footer-form {
  height: 980px;
  width: 99%;
  border: none;
}
@media (max-width: 991px) {
  .footer-form {
    height: 1100px;
  }
}
@media (max-width: 450px) {
  .footer-form {
    height: 1200px;
  }
}
@media (max-width: 320px) {
  .footer-form {
    height: 1300px;
  }
}
.custom-points {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
.custom-points li {
  padding: 0 0 10px 30px;
  background-image: url(img/icon-tick.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 18px;
}
.customer-reviews {
  background-image: url('img/review-quote1.svg'), url('img/review-quote2.svg');
  background-position: top 30px left 30px, bottom 30px right 30px;
  background-repeat: no-repeat, no-repeat;
  background-size: 120px, 120px;
}
@media (max-width: 767px) {
  .customer-reviews {
    background-position: top 10px left 10px, bottom 10px right 10px;
    background-size: 50px, 50px;
  }
}
#home_hero .owl-item a:hover {
	background-color: inherit !important;
}
footer .icon-youtube {
    background-image: url("/wp-content/uploads/Untitled_design_12.png");
}
footer .copyright-footer-section {
    text-align: center!important;
    padding-top: 40px!important;
}
@media(max-width:767px){
footer .copyright-footer-section {
    padding-top: 30px!important;
}
}
footer{
	padding-bottom: 30px!important;
}
#pg-w6685a41b6f8e0-1 .blue-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 {
    max-width: 30%;
    width: 100%;
    padding: 0px 15px;
}
#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-1 {
    max-width: 70%;
    width: 100%;
    padding: 0px 15px;
}
#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 .sow-image-container {
    width: 100%;
    height: 309px;
}
#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 .sow-image-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#pg-w6685a41b6f8e0-1 .blue-block {
    padding: 44px;
}
#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 {
    text-align: center;
}

#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 a svg {
    width: 30px;
    height: 25px;
}

#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 a svg path {fill: #003366;}

#pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 .sow-image-container h3 {
    margin-top: 20px;
    padding-bottom: 10px;
}
@media(max-width:767px){
    #pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 {
    max-width: 100%;
    margin-bottom: 155px;
}

    #pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-1 {
        max-width: 100%;
    }
}

@media(min-width:768px) and (max-width:992px){
    #pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-0 {
    max-width: 50%;
    margin-bottom:0
}

    #pg-w6685a41b6f8e0-1 .blue-block #pgc-w6685a41b6f8e0-1-1 {
        max-width: 50%;
    }
}
.customers-btn {
	border: 1px solid #0087FF;
    background-color: #0087FF;
    box-shadow: #5CC1FF 0 1px 0 inset;
    color: #FFF;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
	display: inline-block;
    padding: 0px 10px;
    text-align: center;
}
.customers-btn:hover {
    background-color: #006FC1;
	color:#fff;
}
.page-template-case-study-list .section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.helpie-faq.accordions article.accordion {
    margin: 0px 0px 20px 0px !important;
}
.helpie-faq.accordions article.accordion ul {
    padding: 0px !important;
    margin: 0px !important;
}
.helpie-faq.accordions article.accordion ul li>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ai-share-list li a {
	border-radius: 5px;
	background: #0087ff;
	color: #ffffff;
	padding: 1em;
	padding-inline: 2em;
	display: inline-block;
	line-height: 1em;
	width:100%;
}
.ai-share-list {
	padding: unset;
    text-align: center;
}
@media(min-width:1280.5px) {
.ai-share-list {
	display: flex;
  	gap: 5px;
	margin: unset;
	padding: unset;
}
}
/* Blog table design START */
.entry-content table,
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.entry-content table,
table {
    border: 1px solid #ddd;
    border-radius: 6px;
}
.entry-content table thead th,
table thead th {
    background: #f5f7fa;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px;
    border-bottom: 2px solid #ddd;
}
.entry-content table tbody td,
table tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}
.entry-content table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
    background: #fafafa;
}
.entry-content table tbody tr:hover,
table tbody tr:hover {
    background: #f0f4ff;
    transition: 0.2s;
}
.entry-content table tbody td:first-child,
table tbody td:first-child {
    font-weight: 600;
}
/* Blog table design END */