.author-sec:before{
  content: "";
  width: 75%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
    background: url("img/author-sec-bg.jpg") no-repeat top right;
    background-size: cover;
}
.author-sec:after{
  content: "";
  width: 75%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
    background: rgba(29,44,98,0.73);
}
.stats-icon{
width: 90px;
  height: 90px;
  border: solid 7px #bcc6df;
  border-radius: 100%;
  background: #294498;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-sec{
    color: #fff;
}
.author-sec .wrapper{
    z-index: 1;
}
.author-sec h2{
    color: #fff;
}
.author-sec img{
    border: solid 6px #fff;
    border-radius: 20px;
}
.section-title.title-small {
  color: #55b763;
  text-transform: inherit;
  font-size: 2.0em;
}
.border-shadow {
  border-radius: 30px;
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
}
/*.home-testimonials.green:before{
    background: #55b763;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.75;
}*/
.topbar .fa-solid {
  padding-right: 3px;
}
.padd-top-zero {
  padding-top: 0 !important;
}
.padd-bottom-zero {
  padding-bottom: 0 !important;
}
.padd-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.review-meta {
  padding-bottom: 10px;
}
.service-inner {
  padding: 40px;
  background: #fff;
}
.stats ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.stats ul li {
width: 100%;
  padding:25px 30px;
  margin: 10px 0;
  position: relative;
  background: #EDF1F7;
  border-radius: 20px;
  box-shadow: -3px 3px 6px rgba(0,0,0,0.30);
}
.stats ul li:nth-child(odd) {
  background: #294498;
    color: #fff;
}
.stats ul li:last-child {
 margin-bottom: 0;
}
.author-sec{
    margin-bottom: 80px;
}
.stats img{
    border-radius: 0 20px 20px 0;
}
.stats ul li:nth-child(odd) .stats-icon {
  background: #fff;
    border-color: #5f73b2;
}
.stats ul li h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.stats ul li i {
  width: 50px;
  height: 50px;
  background: #55b763;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -10px;
}
.stats ul li p {
  margin: 0;
  line-height: normal;
}
.section {
  width: 100%;
  padding: 80px 0;
  clear: both;
  position: relative;
}

.text-center {
  text-align: center;
}
.footer .wrapper {
  z-index: 1;
}
.faq-sec h2 {
  margin-bottom: 60px;
}
.faq-outer {
  text-align: left;
  width: 100%;
}
.faq-outer h3 {
  font-size: 1.0em;
  margin: 0;
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #d5d8dc;
  padding: 15px 20px 15px 30px;
}
.faq-outer h3:before {
  content: "\f0da";
  font-family: Font Awesome\ 6 Free;
  font-weight: 700;
  position: absolute;
  left: 8px;
  top: 15px;
}

.faq-answer {
  width: 100%;
  background: #fff;
  padding:30px;
  border-bottom: 1px solid #d5d8dc;
}

.faq-answer p:last-child {
  margin: 0;
}
.text-right {
  text-align: right;
}
.home-featured-services img {
  margin-bottom: 25px;
}
.home-featured-services .fs-row {
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.home-featured-services .fs-row .fs-col {
  margin: 30px 1.0%;
  list-style-type: none;
  width: 31.3333%;
}
.section-title.center {
  text-align: center;
}

.gallery-container {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  width: 25%;
  margin: 0;
  text-align: center;
  position: relative;
}

.gallery-item img {
  width: 100%;
  display: block
}
.quotebox .rating-stars {
  margin: 0;
  line-height: 1;
  letter-spacing: 3px;
}
.quotebox {
  text-align: center;
}
.testimonial-single {
border-radius: 0;
  margin: 20px;
  position: relative;
  height: auto;
}
.sec-cta{
    background: #1e488c;
    color: #fff;
}
.sec-cta:before{
content: "";
  width: 100%;
  height: 100%;
  background: url("img/slider-bg.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-cta h2{
    color: #fff;
}
.bg-alt{
    background: #f8f8f8;
}
.testimonial-single blockquote {
padding: 30px;
  margin: 0;
  position: relative;
  border: none;
  width: 100%;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.quotebox .slick-track{
    display: flex;
}
.testimonial-single blockquote:before {
content: "\f10d";
  font-family: Font Awesome\ 6 Free;
  font-weight: 700;
  position: absolute;
  left: 30px;
  top: 20px;
  color: #1E488C;
  font-size: 2.0em;
}
.testimonial-single blockquote:after {
content: "\f10e";
  font-family: Font Awesome\ 6 Free;
  font-weight: 700;
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #1E488C;
  font-size: 2.0em;
}
.rating-stars .fa-star {
color: #FB8E28;
  text-shadow: 2px 2px 2px #ccc;
}
.testimonial-single cite {
  font-style: normal;
  display: block;
  clear: both;
padding-bottom: 20px;
}
.testimonial-single p strong{
    color: #1E488C;
    font-weight: 600;
}
.testimonial-single cite h3 {
  font-size: 1.556em;
    margin: 0;
}
.rating-statistics h3 {
  margin-bottom: 0;
}
.rating-statistics p {
  margin-bottom: 0;
}
.quotebox .rating-statistics .rating-stars {
  margin: 0;
  font-size: 1.65em;
}
.testimonials-rotator {
  padding: 20px 20px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto 20px auto
}
.footer {
  padding: 70px 0;
  position: relative;
  width: 100%;
  color: #fff;
  clear: both;
  background: #111;
}
.footer h3 {
  font-size: 1.43em;
  color: #fff;
  margin-bottom: 50px;
}
.footer-copyrights {
padding: 15px 0;
  position: relative;
  text-align: center;
  color: #1E488C;
}
.footer-nav li {
  display: block;
  position: relative;
  padding: 3px 0;
}
.footer-nav li:last-child {
  padding-bottom: 0;
}
.foot-col a {
  color: #fff
}
.foot-col .social-icons a {
  color: #000;
}
.leadform {
  color: #fff;
}
.leadform h2 {
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 4.0em;
  line-height: 1.2em;
}
.leadform h4 {
  font-weight: 400;
  font-size: 1.4em;
}
.leadform h4 a {
  color: #fff;
  text-decoration: none;
}
.footer img {
  margin: 0 0 30px 0;
}
.foot-col a:active, .foot-col a:focus, .foot-col a:hover {
  color: #55b763
}
.footer .social-icons a:hover, .footer .social-icons a:focus, .footer .social-icons a:active {
  color: #fff;
  text-decoration: none;
}
.footer-nav li a {
  display: block
}
.footer-nav {
  list-style-type: none;
  margin: 0;
}
.footer-copyrights p {
  margin: 0;
}
.footer-copyrights a {
  color: #fff
}
.footer-copyrights a:active, .footer-copyrights a:focus, .footer-copyrights a:hover {
  color: #55b763
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
:-moz-placeholder {
  opacity: 1;
  color: #000;
}
::-moz-placeholder {
  opacity: 1;
  color: #000;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
/*.sidebox ul li:before {
content: "\f0a9";
font-family: Font Awesome\ 6 Free;
position: absolute;
left: 7px;
top: 3px;
color: #560f2d;
font-weight: 700;
font-size: 0.80em;
}*/
.contentside ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: url("img/bullet-check.png") no-repeat;
  width: 17px;
  height: 16px;
}
.contentside ul li {
  list-style-type: none;
  padding: 2px 0 2px 30px;
  position: relative
}
.contentside ul {
  margin: 0 0 25px;
  padding: 0
}
.contentside ul li:last-child {
  padding-bottom: 0
}
@media screen and (max-width:1500px) {
  .wrapper {
    width: 90%;
    max-width: 100%;
  }
}
@media screen and (max-width:1440px) {
    .stats-icon {
  width: 80px;
  height: 80px;
  border-width: 4px;
}
    .stats ul li p {
  font-size: 0.85em;
}
    .author-sec::before,
    .author-sec::after{
  width: 85%;
}
 .banner-inner {
  background-size: 50%;
}
    .banner-pic img {
  margin-top: 0;
}

  .featurebox-outer {
    background-position: -80px center;
  }
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width:1366px) {
  .home-featured-services .fs-row .fs-col h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width:1200px) {
  .header::after {
    display: none
  }
}
@media screen and (max-width:1199px) {
     .banner-pic img {
    width: 400px;
  }
  .leadform h2 {
    font-size: 3.0em;
  }
  .head-col1 {
    order: 1;
  }
  .head-col2 {
    order: 3;
    position: inherit;
  }
  .logo {
    width: 130px;
  }
  .quotebox cite::before {
    content: normal
  }
  .quotebox cite {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0
  }
}
@media screen and (max-width:991px) {
    .author-sec {
  margin-bottom: 0;
}
    .author-sec img {
  display: block;
  margin: 0 auto;
}
      .author-sec::before, .author-sec::after {
    width: 100%;
    border-radius: 0;
  }
    .overlay-black {
  padding: 50px 0 0 0;
}
  
  
  .leadform {
    padding-bottom: 20px;
  }
  .section.bg-color img {
    margin-bottom: 20px;
  }
  .rating-statistics {
    padding-bottom: 30px;
  }
  .business-type {
    margin: 10px 0;
  }
  .banner-inner h1 {
    font-size: 3.0em;
    width: 80%;
  }
  .featurebox-outer {
    background: none;
  }
  .testimonial-single blockquote {
    padding: 20px 30px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }
  .testimonial-single {
    margin: 0;
  }
  .testimonials-rotator {
    padding: 0 40px 0;
  }
  .stats ul {
    padding: 0;
    margin: 0;
  }
  
  .service-inner {
    padding: 30px;
  }
  .home-featured-services .fs-row .fs-col {
    width: 48%;
  }
  .footer img {
    margin: 0 0 10px 0;
  }

  .foot-col {
    margin-bottom: 30px
  }
  .footer {
    padding: 40px 0 0;
  }
  .testimonials-rotator::before {
    left: 30px;
    font-size: 2.0em;
  }
  .testimonials-rotator::after {
    right: 30px;
    font-size: 2.0em;
  }
  .overlay-black::after {
    display: none;
  }
  .quotebox::before {
    left: 30px;
    top: 0;
    font-size: 1.8em
  }
  .quotebox::after {
    right: 30px;
    bottom: 0;
    font-size: 1.8em
  }
  .home-testimonials::after {
    display: none
  }
  .section-title {
    font-size: 1.9em;
  }
}
@media screen and (max-width:768px) {
    .banner-inner p {
  font-size: 1.1em;
  margin-bottom: 20px;
}
      .banner-inner h1 {
    font-size: 2.0em;
    width: 100%;
    margin-bottom: 20px;
  }
    .banner-inner{
        padding-bottom: 30px;
    }
  .testimonials-rotator {
    padding: 20px 30px;
  }
}
@media screen and (max-width:767px) {
    .overlay-black {
    padding: 20px 0 0 0;
  }
    .banner-pic {
  text-align: center;
  background: #1e488c;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  border-radius: 0 50px 0 50px;
}
     .banner-pic img {
    width: auto;
    margin: 0;
  }
    .banner-inner h1 br{
        display: none;
    }
  
    .banner-inner{
        background-image: none !important;
        border-top: solid 10px #1e488c;
    }
  .topbar p {
    text-align: center;
  }
  .topbar {
    text-align: center;
  }
  .topbar .social-icons {
    display: none;
  }
  .banner-inner h1 {
    text-shadow: none;
  }
  h1 {
    font-size: 2.667em
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.667em;
  }
  h4 {
    font-size: 1.333em;
  }
  .footer h3 {
    margin-bottom: 30px;
  }
  .home-featured-services .fs-row {
    margin: 40px 0 0 0;
  }
  .section {
    padding: 40px 0;
  }
  .faq-outer h3 {
    font-size: 1.0em;
    line-height: normal;
  }
  .footer-copyrights p {
    margin: 4px 0;
  }
  .home-featured-services .fs-row .fs-col {
    width: 100%;
    margin: 10px 0;
  }
  .gallery-item {
    width: 49.70%
  }
  .header .wrapper {
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (max-width:575px) {
    .stats-icon{
        margin-bottom: 20px;
    }
    .slick-prev {
  left: 0;
}
    .slick-next {
  right: 0;
}
  .stats ul li i {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 20px;
  }
  .header {
    position: sticky;
    padding-bottom: 10px;
  }

  .banner-inner h1 {
    font-size: 2.5em;
    width: 100%;
  }
  .header .row {
    margin-left: 0;
    margin-right: 0;
  }
  .section-title {
    font-size: 1.8em;
  }
  .stats ul {
    padding: 0;
    margin: 0;
  }
 

  .contentside ul li::before {
    top: 5px;
  }
  body {
    font-size: 100%;
  }
}
@media screen and (max-width:480px) {
  .home-featured-services .fs-row .fs-col:nth-child(5) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  }
  .gallery-item {
    width: 100%
  }
  .footer h3 {
    font-size: 1.1em
  }
}
@media screen and (max-width:400px) {
  .logo {
    width: 100px;
  }
}