body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* ================== CONTAINER ==================*/
p {
  font-size: 18px;
}
.site-footer p {
  font-size: 14px;
}
.site-footer img {
  display: inline-block;
  margin: 0 auto;
}
.custom-wide {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-width,
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.custom-mid-width {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.custom-small-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

section {
  margin: 0 auto;
  padding: 50px 0;
}

*:focus {
  outline: none !important;
  text-decoration: none !important;
}

.belo-shadow:before {
  border-radius: 30px;
  box-shadow: 7px 0 28px 11px #00000080;
  background-color: transparent;
  content: '';
  height: calc(100% - 55px);
  position: absolute;
  top: 27px;
  left: 50px;
  z-index: -5;
  transform: rotate(-1deg);
  width: 60%;
}
.belo-shadow:after {
  border-radius: 30px;
  box-shadow: 7px 0 28px 11px #00000080;
  background-color: transparent;
  content: '';
  height: calc(100% - 55px);
  position: absolute;
  top: 27px;
  right: 50px;
  z-index: -5;
  transform: rotate(1deg);
  width: 60%;
}

/**************** Sidebar ***********************/
.widget-area .widget {
  padding: 0 0 0 20px;
}

.widget-area h2 {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.widget-area h2::before,
.widget-area h2::after {
  content: '';
  display: none;
}
.widget-area section {
  padding: 0;
}
.widget-area ul {
  padding: 0;
}
#secondary li {
  margin: 0;
}
#secondary li a {
  color: #00688f;
}
@media (max-width: 991px) {
  .widget-area .widget {
    padding: 0;
  }
  .widget-area h2 {
    text-align: left;
  }
}

/****************BLOG***********************/
.entry-article {
  margin-bottom: 60px;
  padding-right: 30px;
}
.entry-image {
  margin-bottom: 30px;
}
.entry-image img {
  border-radius: 20px;
}
.entry-header a {
  color: #000;
}
.entry-header h2 {
  font-family: 'Muli', sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.entry-header h2::before,
.entry-header h2::after {
  content: '';
  display: none;
}
.col-md-border-right {
  border-right: 1px solid #000;
}
@media (max-width: 991px) {
  .col-md-border-right {
    border-right: none;
  }
  .entry-article {
    padding-right: 0;
  }
  .entry-header h2 {
    text-align: left;
  }
}

/****************SINGLE PHP***********************/
.single-php {
  padding: 50px 0;
}
.single-php img {
  margin: 0;
}

/*****************ARCHIVE PHP***********************/
.archive-php {
  padding: 50px 0;
}
.archive-php img {
  margin: 0;
}
.archive-title h1 {
  color: #000;
  text-shadow: none;
  margin-bottom: 30px;
}

/**************** START OF HOME PAGE***********************/
.icon {
  padding: 0 15px;
}

.img-sec1 {
  clear: both;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  text-align: center;
}

.white,
.form .white {
  color: #fff;
  font-weight: 100;
}

.section-01 .img-sec1 .white {
  font-style: italic;
  padding: 150px;
}

.content {
  padding: 20px 0;
}

.content p {
  padding: 0 200px;
}

.img-text {
  display: inline-grid;
}


.award img {
  width: 200px;

}

.award span {
  color: #fff;
}

.slides {
  margin: 0;
  padding: 0;
}

.slide {
  list-style-type: none;
  display: inline;
  padding: 0 50px;
}

.overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  border-radius: 30px;
}

.image-overlay {
  background-color: rgba(0, 113, 200, 0.2);
  border-radius: 25px;
}

span {
  padding: 10px;
  color: #000;
  font-size: 24px;
}

.sec3-overlay {
  background: #00688f;
  height: auto;
}

.form {
  padding: 80px;
}

ul li {
  margin-left: 4px;
}

ul li.posts a {
  background-color: #2777c0;
}

.post-content {
  display: inline-grid;
  background-color: #80b4c7;
  border-radius: 20px;
  padding: 30px;
  width: 300px;
  background-size: cover;
  text-align: left;
}

.post-content span {
  color: #fff;
}

span {
  padding: 10px;
  font-size: 24px;
}

.posts {
  list-style-type: none;
  display: inline;
  padding: 10px;
}

.border-radius {
  border-radius: 20px;
}

.padding-20 {
  padding: 20px;
}

.section-02 {
  background-size: cover;
  background-position: center;
}

.sec2-overlay {
  /*background: #53879c;*/
  background: linear-gradient(to top, #53879c, rgba(255, 0, 0, 0));
  background-size: cover;
  background-position: center;
}

.home-slider-wrapper .slick-initialized .slick-slide {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin: 0 0 20px 0;
  /*-webkit-box-shadow: 13px 12px 65px -8px rgba(25,28,31,0.42);
  -moz-box-shadow: 13px 12px 65px -8px rgba(25,28,31,0.42);
  box-shadow: 13px 12px 65px -8px rgba(25,28,31,0.42);*/
}

.slick-prev,
.slick-next {
  border: 0;
  position: absolute;
  background: transparent;
  top: calc(50% - 60px);
  z-index: 1;
  font-size: 60px;
  display: inline-block;
}

.homepage .slick-prev,
.homepage .slick-next {
  color: #fff;
}

.homepage .slick-prev {
  left: 0;
}
.homepage .slick-next {
  right: 0;
}
.content-banner {
  margin: 225px 0px;
  color: #fff;
}
.content-banner h1 {
  color: #fff;
}
.tax-services-container h2 {
  text-align: center;
}
.accounting-services-container h2 {
  text-align: center;
}
.financial-planning-container h2 {
  text-align: center;
}
/************** BANNER *******************/
.home span {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.banner {
  padding: 25px;
}

.banner-img {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 5px 10px 18px #d9dada;
}

.banner-content {
  padding: 100px;
}

.banner-content .btn-white {
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  float: left;
}

.vertical-middle {
  display: table;
  height: 600px;
  width: 100%;
}

.vm-content {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.vm-content h1, .vm-content h2 {
  position: relative;
  margin-bottom: 45px;
  font-size: 48px;
    font-weight: 600;
}

.center-button p {
  text-align: center;
  margin-top: 20px;
}

.homepage {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.homepage p {
  color: #fff;
  z-index: 1;
  position: relative;
}

.homepage .vertical-middle {
  display: table;
  height: 600px;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}

/** Section 1 */
.image-handler {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial-image .image-handler {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0 auto;
  display: block;
}

.prof-services .image-handler {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0 auto;
  display: block;
}

.bg-radius {
  border-radius: 15px;
  padding: 15px;
}

.bg-radius .overlay {
  border-radius: 15px;
}

.bg-border {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 150px 0px;
  position: relative;
}

/* .font-garamond h2 {
  color: #000;
  font-family: 'EB Garamond', serif;
  font-size: 32px;
  /* font-style: italic;
  font-weight: 400;
  text-align: center;
} */

.font-garamond h2::before {
  content: unset;
  display: unset;
  padding-right: unset;
  vertical-align: unset;
}

.font-garamond h2::after {
  content: unset;
  display: unset;
  padding-right: unset;
  vertical-align: unset;
}

.floating-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 100px 0;
  -webkit-box-shadow: 13px 12px 65px -8px rgba(25, 28, 31, 0.42);
  -moz-box-shadow: 13px 12px 65px -8px rgba(25, 28, 31, 0.42);
  box-shadow: 13px 12px 65px -8px rgba(25, 28, 31, 0.42);
}

.fc-01 {
  margin-bottom: -220px;
}

.fc-02 {
  margin-top: -150px;
}

.center-content {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}

.blue-gradient-overlay {
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(199, 223, 236, 1) 25%,
    rgba(117, 179, 206, 1) 50%,
    rgba(16, 137, 173, 1) 75%,
    rgba(0, 104, 143, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(199, 223, 236, 1) 25%,
    rgba(117, 179, 206, 1) 50%,
    rgba(16, 137, 173, 1) 75%,
    rgba(0, 104, 143, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(199, 223, 236, 1) 25%,
    rgba(117, 179, 206, 1) 50%,
    rgba(16, 137, 173, 1) 75%,
    rgba(0, 104, 143, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00688f',GradientType=0 );
}

.ps-content img {
  border-radius: 50%;
  display: block;
  height: 300px;
  margin: 0 auto;
  width: 300px;
}

.ps-content {
  padding: 330px 0;
}

section.relative-content {
  z-index: 1;
  padding: 0;
  position: relative;
}

section.no-padding {
  padding: 0;
}

img {
  display: block;
  margin: 0 auto;
}

.margin-none img {
  margin: 0px;
}

.border-round img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.awards_and_achievements .vertical-middle {
  height: 230px;
}

.awards_and_achievements .vm-content {
  padding: 0;
}

.subscribe .custom-width {
  margin: 0 50px;
  max-width: 100%;
}
.subscribe h2 {
  color: #fff;
  font-family: 'Muli', sans-serif;
  margin: 0;
  padding: 0;
}
.subscribe h2::before {
  content: unset;
  display: unset;
  padding-right: unset;
  vertical-align: unset;
}
.subscribe h2::after {
  content: unset;
  display: unset;
  padding-right: unset;
  vertical-align: unset;
}
.form-subscribe {
  font-size: 0;
}
.form-subscribe span {
  display: inline-block;
}
.form-subscribe span.wpcf7-form-control-wrap {
  margin: 0;
  width: 70%;
  vertical-align: middle;
}
.form-subscribe input[type='email'] {
  border-radius: 25px 0 0 25px;
  color: #777;
  display: inline-block;
  padding: 5px 25px;
  width: 100%;
}
.form-subscribe input[type='submit'] {
  border-radius: 0 25px 25px 0;
  color: #fff;
  background-color: #00688f;
  display: inline-block;
  font-size: 18px;
  padding: 13px 25px;
  width: 30%;
  vertical-align: middle;
  border: none;
  font-weight: bold;
}
.form-subscribe span.wpcf7-not-valid-tip {
  color: #d22d2d;
  font-size: 0.6em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}
.subscribe .wpcf7-validation-errors {
  border: none;
  display: none !important;
}

.tsg {
  position: relative;
  max-width: 500px;
  margin: 0;
}

button {
  background-color: #00688f;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-color: #00688f;
  width: 140px;
  height: 35px;
  vertical-align: top;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.btn-learnmore {
  position: relative;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  padding: 5px;
  height: auto;
}
.btn-ctc {
  position: relative;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
  padding: 5px;
  height: auto;
}

.tsg span {
  color: #fff;
  font-size: 20px;
}

.wisdom h3,
.wisdom p {
  color: #000;
}
.wisdom-content {
  background-color: #80b4c7;
  border-radius: 20px;
  min-height: 500px;
  padding: 20px;
}
.wisdom-content a {
  color: #000;
  text-decoration: none;
}
.wisdom-content:hover {
  background-color: #fff;
}
.wisdom-content img {
  border-radius: 20px;
}
.wisdom-caption .title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin: 23px 0 18px 0;
}
.wisdom-caption h3 {
  color: #000 !important;
}

.testimonial .slick-initialized .slick-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-page .slick-prev,
.testimonial-page .slick-next {
  color: #000;
}

.testimonial-page .slick-prev {
  left: 55px;
}
.testimonial-page .slick-next {
  right: 55px;
}
.testimonial-page {
  height: 275px;
}
.testimonial-page h4 {
  padding: 30px 0 0;
  margin: 0;
}

.testimonial-page p {
  font-style: italic;
  text-transform: uppercase;
}

.email {
  max-width: 320px;
  margin: 0;
  position: relative;
}
.email input[type='text'] {
  border-radius: 30px;
  color: #333;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  height: 35px;
  max-width: 100%;
  padding: 10px 20px;
  width: 100%;
}

.email button[type='submit'] {
  background-color: #00688f;
  border: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 0.3s ease;
  width: 100px;
}

.email button[type='submit'] p {
  color: #fff;
  font-size: 20px;
  left: -13px;
  margin: 0 auto;
}

.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.my-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.border-radius-none {
  border-radius: 0px;
}
.fff-color h2 {
  color: #fff;
}

.fff-color h3 {
  color: #fff;
  font-weight: 300;
}
.section-line h2 {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  position: relative;
  /* border-bottom: 2px solid #000; */
  /* width: 113px; */
}
/* .section-line h2::after {
  width: 100%;
  height: 2px;
  background-color: #000;
} */
/** Menu */

.mean-container .mean-nav ul li {
  background-color: #fff;
  text-align: right;
}

.mean-container .mean-nav ul li a {
  color: #000;
}

.mean-container a.meanmenu-reveal {
  color: #00688f;
}
.main-navigation ul li {
  font-size: 14px;
}

/****************END OF HOME PAGE***********************/
/** InnerPage */

.banner-radius {
  border-radius: 30px;
  margin-bottom: 45px;
}

.box-shadow::before {
  border-radius: 30px;
  box-shadow: 7px 0 28px 18px #00000052;
  background-color: transparent;
  content: '';
  height: calc(100% - 125px);
  position: absolute;
  top: 66px;
  left: 68px;
  z-index: -5;
  transform: rotate(-2deg);
  width: 35%;
}

.box-shadow::after {
  border-radius: 30px;
  box-shadow: 7px 0 28px 18px #00000052;
  background-color: transparent;
  content: '';
  height: calc(100% - 125px);
  position: absolute;
  top: 66px;
  right: 68px;
  z-index: -5;
  transform: rotate(2deg);
  width: 35%;
}

.lightblue-bg {
  background-color: #dbf1fa;
}

.flex-container {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* max-width: 1600px; */
  width: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex-item {
  width: 48%;
  height: auto;
  min-height: 400px;
  text-align: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-the-gunby-cpa-difference .img-radius-left {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.page-the-gunby-cpa-difference .img-radius-right {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.page-the-gunby-cpa-difference h2 {
  display: inline-block;
  position: relative;
}

.page-the-gunby-cpa-difference h2::before,
.page-the-gunby-cpa-difference h2::after {
  content: '';
  background-image: url(../../img/icon.png);
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  height: 50px;
  width: 50px;
  z-index: 10;
}
.page-the-gunby-cpa-difference h2::before {
  left: -61px;
  top: -7px;
  margin:0px;
}

.page-the-gunby-cpa-difference h2::after {
  right: -61px;
  top: -7px;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.mb-300 {
  margin-bottom: 300px;
}
.mt-350 {
  margin-top: 350px;
}
.mt-350 h2 {
  text-align: center;
  font-weight: 500;
}
.section-line {
  padding: 45px 0;
  position: relative;
}
.section-line:before {
  background-color: #3c6bac;
  content: '';
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
}
.circle {
  background-color: #dbf1fa;
  border: 2px solid #3c6bac;
  border-radius: 50px;
  display: inline-block;
  padding: 5px;

  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.innerpage-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.innerpage-overlay-1 {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-blue {
  background-color: rgba(110, 146, 163, 0.7);
}
.border-height-500 {
  height: 500px;
}
.form-01 [name='textarea-647'] {
  border-radius: 20px !important;
}
.form-01 [name='your-name'],
.form-01 [name='tel-445'],
.form-01 [name='your-email'],
.form-01 [name='textarea-647'] {
  width: 50%;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 0 auto;
  text-align: center;
  color: #a3a3a3;
  font-size: 18px;
  padding: 6px;
}
.form-01 [name='textarea-647'] {
  margin-top: 0;
}
.form-01 .wpcf7-submit {
  position: relative;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  padding: 10px 40px;
  height: auto;
  font-size: 18px;
}
.pl-80-200 {
  padding: 0px 80px 0px 200px;
}
.pr-80-200 {
  padding: 0px 200px 0px 80px;
}
#parent {
  display: flex;
  flex-wrap: wrap;
}

.child {
  height: auto;
  flex: 1;
  min-width: 33%;
  padding: 30px;
}
.child p {
  text-align: center;
}
.btn-req {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px;
  margin-top: 20px;
}
.req-consultant {
  padding-bottom: 40px;
}
.tax-prep p,
.req-consultant p,
.text-indent p {
  text-indent: 30px;
  line-height: 2;
}
.no-indent p {
  text-indent: 0px;
  line-height: 2;
}
.schedStye h3 {
  text-align: center;
}
/* ul {
  list-style: none;
}
ul li:before {
  content: "";
  border-color: transparent #1089ad;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
} */

ul.list-col-2 {
  column-count: 2;
}
ul.list-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-arrow li {
  padding-left: 15px;
  position: relative;
  line-height: 2;
}
ul.list-arrow li:before {
  color: #1089ad;
  content: '\f0da';
  display: inline-block;
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
}
.mtb-team {
  margin: 30px 0;
}
.mtb-team img {
  border-radius: 100%;
}
.mb-50 {
  margin-bottom: 50px;
}
.bor-bottom-team {
  border-bottom: 3px solid;
  width: 18%;
  margin: 30px 0;
}
.image-handler-dual {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cf7-section {
  background-color: #3c6bac;
  height: 600px;
  padding: 20px;
}
.padding-cf7-section {
  padding: 50px 30px;
  border: 3px solid #fff;
  border-radius: 23px;
  text-align: center;
  height: 100%;
  display: flex;
  margin: 0 auto;
  display: block;
}
.padding-cf7-section h1, .padding-cf7-section h2 {
  font-size: 40px;
  margin-bottom: 35px;
      color: #fff;
  /*padding: 0 50px;*/
}
.whitepaper1-CF7 input[type='email'],
.whitepaper1-CF7 input[type='text'] {
  width: 100%;
  margin-top: 15px;
  padding: 0 auto;
  text-align: center;
  color: #a3a3a3;
  font-size: 18px;
  border-radius: 100px;
}

.whitepaper1-CF7 .wpcf7-submit {
  position: relative;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  padding: 10px 50px;
  height: auto;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
.justified-cf7 {
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  align-self: center;
}
.whitepaper-CF7 input[type='email'],
.whitepaper-CF7 input[name='fname'],
.whitepaper-CF7 input[name='lname'],
.whitepaper-CF7 input[name='phone'] {
  width: 100%;
  padding: 0 auto;
  text-align: center;
  color: #a3a3a3;
  font-size: 18px;
  padding: 6px;
  margin: 15px;
  border-radius: 21px;
}
.whitepaper-CF7 .wpcf7-submit {
  position: relative;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  padding: 10px 50px;
  height: auto;
  font-size: 18px;
  margin: 0 auto;
  display: block;
}
.whitepaper-CF7 .wpcf7-form-control-wrap {
  margin-bottom: 0px;
}
.this-sec h1 {
  font-size: 40px;
  margin-bottom: 40px;
}
.this-sec {
  padding: 30px;
}
.entry-image img {
  width: 100%;
}

/** Subscribe **/
.subscribe #drip-email {
  width: 70%;
  padding: 7px 7px 8px;
}

.subscribe .home-submit {
  display: inline-block;
  margin-left: 10px;
  margin-top: 30px;
}

/** Circle Count **/
.statistic-section {
  text-align: center;
  background-color: #3c6bac;
  color: #fff;
  padding: 40px 0;
}
.statistic-section h2 {
  text-align: center;
  color: #fff;
}
/* li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
li a:hover,
li a.active {
  background: #333333;
  color: #ffffff;
}
li a.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid;
  border-color: transparent;
  border-top-color: #333333;
} */
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8em;
}
.statistic-section span {
  color: #fff !important;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
/* input {
  display: block;
  margin: auto;
  margin-bottom: 3em;
}
.btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #cccccc;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */
/* .btn:hover {
  background: #333333;
  color: #ffffff;
} */
/* .span6 {
  float: left;
  width: 50%;
} */
@media only screen and (max-width: 600px) {
  li {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 430px) {
  .span6 {
    float: none;
    width: 100%;
  }
  body {
    padding-top: 0;
  }
  ul {
    height: auto;
    position: static;
  }
  li {
    display: block;
    width: 100%;
  }
  li a {
    white-space: normal;
  }
  a.active:after {
    display: none;
  }
}

.contact-header {
  text-align: center;
}

.contact-header-content {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #000;
}

.margin-top-10 {
  margin-top: 10px;
}

.pb-8 {
  padding-bottom: 8px;
}

.form-2 input[type='text'],
.form-2 input[type='email'],
.form-2 input[type='tel'],
.form-2 textarea {
  border: 1px solid #00688f;
  border-radius: 25px;
  font-size: 20px;
  padding: 8px;
  text-indent: 20px;
  width: 100% !important;
}
.form-2 textarea.wpcf7-form-control.wpcf7-textarea {
  margin: 0;
}

.form-2 input[type='submit'] {
  background-color: #00688f;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  display: inline-block;
}

.wpcf7-form-control-wrap {
  position: relative;
}
/* .wpcf7-form-control-wrap:before, .wpcf7-form-control-wrap:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 14px;
  left: 11px;
  width: 80%;
  top: 30px;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.wpcf7-form-control-wrap:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
} */

.wpcf7-form-control-wrap {
  display: block;
  padding: 0;
  margin-bottom: 15px;
}

.icon-text-italic {
  font-style: italic;
  font-weight: bolder;
}

.p-section2-header {
  font-size: 19px;
  font-weight: bolder;
  margin-bottom: 30px;
}

.space-10 {
  margin: 10px;
}

.space-20 {
  margin: 20px;
}

.space-30 {
  margin: 30px;
}

.space-40 {
  margin: 40px;
}

.space-50 {
  margin: 50px;
}

.space-80 {
  margin: 80px;
}

.acf-map {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.box-shadow--contact::before {
  border-radius: 30px;
  box-shadow: 7px 0 28px 18px #00000052;
  background-color: transparent;
  content: '';
  height: calc(100% - 145px);
  position: absolute;
  top: 109px;
  left: 68px;
  z-index: -5;
  transform: rotate(-2deg);
  width: 35%;
}

.box-shadow--contact::after {
  border-radius: 30px;
  box-shadow: 7px 0 28px 18px #00000052;
  background-color: transparent;
  content: '';
  height: calc(100% - 145px);
  position: absolute;
  top: 109px;
  right: 68px;
  z-index: -5;
  transform: rotate(2deg);
  width: 35%;
}

/*@media only screen and (max-width: 768px) {*/

/*	.box-shadow--contact:before, .box-shadow--contact:after {*/
/*		display: none;*/
/*  }*/
/*}*/

/* RESPONSIVE UL */

ul.list-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-icon li {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
ul.list-icon li img.bullet-icon {
  display: inline-block;
  position: absolute;
  left: 0;
}

.tax-services--title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}
.rockwell-header h2 {
  font-family: 'Rockwell';
  font-weight: 800;
  font-style: italic;
}
.content--diamond-bullet ul {
  list-style-type: none;
}
.content--diamond-bullet ul li {
  margin-bottom: 10px;
  display:flex;
}
.content--diamond-bullet ul li:before {
  content: url(../../img/diamond-icon-smaller.png);
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
  vertical-align: middle;
}
.font--engravers h1 {
  color: #ff0000;
  font-family: 'Engravers MT';
  font-weight: bold;
  font-style: normal;
}

.col-sm-2.awards {
  width: 100px;
  height: auto;
}

.tax-services-container section{
 padding-bottom: 0px;
}

.tax-services-container {
  padding-bottom: 50px;
}
.tax-services-container .vertical-middle {
  display: table;
  height: 400px;
  width: 100%;
}
.tax-prep{
  padding-top: 0;
} 

.footer-border-right a{
  text-decoration-line: none;
}

/* ----- 14-11-18 ----- */
section h2:before,
section h2:after{
  content: '';
  background-image: url(../../img/icon.png);
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 10;
}

section h2:before{
  margin-left: -35px;
}

section h2:after{
  margin-left:5px;
}