.service-call-action p{
    font-size: 20px;
}
.service-call-action button {
    background: #023f38;
    border: none;
    padding: 6px 20px;
    color: #fff;
    border-radius: 6px;
}
.service-call-action button:hover {
    background: #e04a43;
    color: #fff;
}
.service-call-action {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background: rgba(233, 30, 99, 0.1) !important;
    align-items: center;
        box-shadow: 8px 7px 20px rgb(0 0 0 / .15);
            margin: 20px 0px;
}
.post-container li {
    padding-inline-start: 0 !important;
}
.text-bold-800{
    font-weight: 800;
}
.text-bold-700{
    font-weight: 700 !important;
}
.post-container ol>li {
    list-style-type: upper-roman;
}
.post-container p, .post-container h1, .post-container h2, .post-container h3, .post-container h4, .post-container ul, .post-container ul li, .post-container ol li {
    font-family: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.home-business{
	z-index: 9;
	position: relative;
	margin-top: -120px;
    background-color: transparent;
}
.home-business .container{
	background-color: #fff;
}

.home-business .row .business-first{
	display: flex;
	align-items: center;
}
.home-business .col-lg-3.d-flex{
	flex-direction: column;
	justify-content: flex-start;
}

.business-item{
	padding: 10px 25px;
}
.business-item img{
	width: 100%;
}
.business-title {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: bolder;
    border-top: 1px solid;
    padding-top: 10px;
}


.box-circle{
  transform: translate(13%, 0%);
  width: 80%;
  padding-top: 80%;
}

.circle-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circle-percentage {
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  background-color: #f1f1f1;
}

.percentage {
  position: absolute;
  font-size: 30px;
  font-weight: bolder;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.service-cards p{
	text-align: center;
    font-size: 22px;
    font-weight: bolder;
    padding: 0 10px;
    margin-top: 10px;
    line-height: 24px;
}

.service-cards h2{
	font-size: 42px;
	font-weight: 600;
	margin-top: 25px;
}

.swiper-slide{
	width: 75px;
	padding: 35px;
}
.swiper-slide img{
	width: 100%;
}

.counter-container .counter {
    font-size: 48px;
    font-weight: 800;
}
.counter-container{
  text-align: center;
}

.counter-container label{
    font-size: 48px;
    font-weight: 800;
}

.counter-container label {
    position: absolute;
    margin-top: -50px;
    margin-left: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #f44d46;
    opacity: 0.6;
}

.counter-container span {
  opacity: 0.9;
}

.clientele-section .container .sub-section {
    width: 450px;
    position: absolute;
    margin-top: -90px;
    background-color: #fff;
    padding: 30px 0px;
}

.clientele-section .container .sub-section h3 {
    color: #000;
    text-align: left;
}
.clientele-section .container .sub-section p {
    color: #999;
    text-align: left;
    font-weight: 600;
}

.clientele-section .container .sub-section hr {
    border-top: 1px solid #777;
}


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 4vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.card-header:has(+ .collapse.show) {
    border-bottom: 1px solid #f44d46 !important;
    background: rgba(233, 30, 99, 0.1) !important;
}
.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #f44d46;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.faq-sec{
  margin-left: -225px;
}

.faq-section p {
    text-align: left;
    font-size: 16px;
    padding: 0 10px;
    margin-top: -15px;
    line-height: 24px;
}
.faq-heading {
    margin-left: -132px !important;
}

.about-section p {
    font-size: 17px;
    color: #585858;
}

.about-section h3 {
    font-weight: 600;
}

.working-container {
    background-color: #ffffffed;
    padding: 30px;
        margin: 100px auto;
}
.working-title {
    font-size: 17px;
    font-weight: 700;
}
.working-container i {
    font-size: 55px;
}
.about-contact i {
    font-size: 42px;
}
.about-contact-info {
    padding-left: 55px;
    margin-top: -44px;
    margin-bottom: 30px;
}
.about-contact {
    padding-left: 15px;
}

.slick-slider img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

/* Title Styles */
.slider-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Modern Dots */
.slick-dots {
  bottom: 15px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button:before {
  color: #333;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before {
  color: #555;
}

.newsletter-loader {
    text-align: left;
    mix-blend-mode: multiply;
    filter: hue-rotate(294deg);
    margin: 0 15px;
}


.post-container{
  margin: 0px auto 0px auto;
}
.post-container .date{
  font-family: Roboto, sans-serif;
  color: #8d8d8d;
  font-size: 13px;
    margin-top: -6px;
}
.post-container .post-content{
  width: 90%;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
}
.post-container .post{
  padding-top: 20px;
  background-color: #fffafa;
}
.post-container .post-image {
    height: 170px;
    width: 100%;
    overflow: hidden;
    position: relative;

}
.post-container .post-image img {
   object-fit: cover;
    object-position: center;
    height: 200px;
    width: 100%;
}
.post-container .post h1 {
    font-size: 24px;
}
.post-container .date font {
    color: #777;
    font-size: 11px;
    text-transform: capitalize;
}
.post-container .post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -5px;
}

.detail-post-image {
    height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
        display: flex;
        margin-top: 5px;

}
.blog-page .detail-post-image img {
    width: 70% !important;
}
.detail-post-image img {
   object-fit: cover;
    object-position: center;
    height: 280px;
    width: 100%;
}
.detail-post-image .detail-post-summary{
    width: 30%;
    background-color: #f0f0f0;
    padding: 15px;
    border-left: 15px solid #fff;
}
.detail-post-image .detail-post-summary .author, .detail-post-image .detail-post-summary .date {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0;
}
.detail-post-image .detail-post-summary .summary {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-title {
    font-size: 42px;
}


.post-container figure img {
    width: 100%;
}
.post-container figure {
    margin: auto;
}
.m-footer-bg{
    display: none;
}


.form-control {
    appearance: auto !important;
}
.aside-block {
    background-color: #f0f0f0;
}
.aside-form {
    background-color: #3f4959;
    padding: 15px 10px;
    margin-top: 10px;
    text-align: center;
}
.aside-form h4{
    color: #fff;
    margin-bottom: 14px;
}
.aside-form h3 {
    color: #e04a43;
    margin-bottom: -3px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}
.aside-form .form-control {
    margin-bottom: 15px;
}
.aside-form .btn {
    width: 100%;
}
.aside-form .btn:hover {
    background-color: #fff;
    color: #e04a43;
    font-weight: 500;
}
.btn-theme {
    background-color: #e04a43;
    color: #fff;
}

.aside-link {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.aside-link a span {
    color: #000;
}
.aside-link a {
    padding: 3px 5px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    transition: .2s ease-in-out all;
}
.aside-link a:hover {
    background-color: beige;
    padding-left: 10px;
}
.aside-link a small {
    color: #000;
    font-size: 9px;
}
.sent-message, .loading{
    display: none;
}
.fa {
    font-weight: 400 !important;
}
.row.service-row.gy-4 {
    justify-content: center;
}
.aside-link a i {
    width: 22px;
    color: #000;
    text-align: center;
}

.blog-share {
    width: 100%;
    background-color: #ffffffe0;
    text-align: center;
}
.blog-share .blog-share-content{
    padding: 5px 0px;
}
.blog-share .blog-share-content p {
    margin-bottom: 5px;
}
.blog-share .blog-share-content a {
    color: #fff;
    margin-right: 8px;
    font-size: 14px;
    padding: 2px 6px;
    font-weight: 500;
    border-radius: 5px;
}
.share-linkedin {
    background-color: #0e76a8;
}
.share-facebook {
    background-color: #1877F2;
}
.share-twitter {
    background-color: #14171A;
}
.share-whatsapp {
    background-color: #25D366;
}
.share-copy {
    
    border: 1px solid #000;
    color: #000 !important;
}
.blog-tags {
    padding: 5px 0;
}
.blog-tags a {
    background-color: #e6e6e6;
    margin-right: 8px;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 9px;
    border: 1px solid #999;
    color: #000;
}
.blog-tags a:hover {
    border-color: #000;
}
.visible-mobile{
    display: none;
}
.sub-footer {
        padding: 45px 0px 40px;
    box-shadow: rgb(0 0 0 / 7%) 0px 6px 8px;
    margin-bottom: 20px;
}
.sub-footer a {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: #2c2c2c;
}
.sub-footer a:hover {
    color: #e3655f;
}
.sub-footer h3 {
    color: #f25e59;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 22px;
}
.sub-footer a i {
    width: 25px;
    font-size: 14px;
}
.case-studies-frame{
    width: 100%;
    height: 305px;
}
.case-studies-container h5 span {
    color: #e04a43;
}
.case-studies-container h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}
.sec-section {
    background-color: #ffffff;
}
.marketing-section {
    position: relative;
    background-color: transparent;
}
.new-hero{
    padding-top: 120px;
    position: relative;
    overflow: hidden;
    margin-bottom: -140px;
    z-index: 0;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; /* Ensures the image covers the container */
  background-position: center; /* Centers the image */
  filter: blur(5px); /* Adds the blur effect */
  z-index: 1; /* Places it behind content */
}
.hero-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay with opacity */
}
.hero-content {
  position: relative;
  z-index: 2; /* Places content above the background */
  color: white; 
  padding: 20px;
}

.hero-grid {
    display: flex;
    column-gap: 4px;
}
.hero-grid {
    padding: 7px 0px 0px 7px;
    border-top: 2px solid #e04a43;
    border-left: 2px solid #e04a43;
}
.hero-grid .hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-grid .hero-item {
    width: 9.09%;
    height: 400px;
    transition: .5s ease-in-out all;
    position: relative;
}
.hero-grid .hero-item:hover {
    transition: .2s ease-in-out all;
    width: 60%;
}
.hero-grid:has(.hero-item:hover) .hero-item:not(:hover) {
    filter: grayscale(100%);
    width: 4%;
}

.hero-grid:has(.hero-item:hover) .hero-item:not(:hover) > .hero-item-text {
    display: none;
}

.hero-item-text {
    background-image: linear-gradient(#ff000000, #000000);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 4px;
}
.hero-item-text p{
    margin-bottom: 0;
}
.hero-item-title {
}
.hero-item-desc{
    display: none;
    opacity: 0;
    transition: 13s ease-in-out all;
}
.hero-item-link{
    display: none;
}
.hero-grid .hero-item:hover .hero-item-desc {
    display: block;
    opacity: 1;
}
.hero-grid .hero-item:hover .hero-item-link {
    display: block;
}

.hero-grid .hero-item:hover .hero-item-text {
    padding: 5px 15px;
}
.hero-grid .hero-item:hover .hero-item-text .hero-item-title {
    border-bottom:2px solid #e04a43;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}
.hero-grid .hero-item:hover .hero-item-text .hero-item-desc {
    font-size: 14px;
    line-height: 16px;
    font-weight: lighter;
}
.hero-item-icon{
    display: none;
    padding: 9px 10px;
    border-radius: 50%;
    margin: 13px 10px;
}
.related-blog-heading{
    font-size: 24px;
    font-weight: 600;
}


#newsletter-modal-u .modal-dialog {
    transform: translate(0, 42%) !important;
}
#newsletter-modal-u.modal,
#newsletter-modal-u.fade,
#newsletter-modal-u.show {
    background-color: #000000cc;
    padding-left: 15px;
    padding-right: 15px;
}
#newsletter-modal-u h2{

    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
#newsletter-modal-u .modal-content {
    border: none;
    background: transparent;
    padding: 0 19px;
}
#newsletter-modal-u .close {
    position: relative;
    top: 33px;
    left: 21px;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #023f38;
    border: none;
    background-color: transparent;
}
#newsletter-modal-u .modal-header {
    border: none;
}

#newsletter-modal-u .modal-header .close {
    padding: 0rem 1rem !important;
    margin: -1rem -1rem -1rem auto;

}

#newsletter-modal-u .modal-body {
    border: none;
    background-color: white;
    padding-bottom: 5px;
    box-shadow: 8px 11px 16px 0px rgb(0 0 0 / 50%);
    border-radius: 10px;
    overflow: hidden;
}
#newsletter-modal-u .close.focus,
#newsletter-modal-u .close:focus {
    outline: 0;
    box-shadow: none !important;
}
#newsletter-modal-u .form-control {
    width: 80%;
    height: 40px;
    border-radius: 8px;
    box-shadow: 3px 5px 5px 1px #dae0e5 !important;
    color: #63686c;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
}
#newsletter-modal-u .form-control.focus{

    border: none;
    border-color: #fff;
    border-bottom:1px solid #000;
    outline: 0;
        box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
@media (min-width:599px) {
    #newsletter-modal-u .modal-dialog {
        max-width: 47rem;
    }

    #newsletter-modal-u .details {
        padding: 50px 0 25px 35px;
    }

#newsletter-modal-u .text-muted a{
    color: #c0bfbf;
    font-weight: bold;
    text-decoration: underline;
}
#newsletter-modal-u small.para{
    font-weight: bold;
    font-size: 14px;
    color: #63686c;
}}

#newsletter-modal-u [type=submit] {
    cursor: pointer;
    padding: 3px 30px;
}
#newsletter-modal-u .cancel {
    border: 1px solid #b9b9b9;
    padding: 3px 15px;
}

#newsletter-modal-u .popup-des{
    display: block;
}
#newsletter-modal-u .popup-mob{
    display: none;
}




#seo-cta-modal-u .modal-dialog {
    transform: translate(0, 42%) !important;
}
#seo-cta-modal-u.modal,
#seo-cta-modal-u.fade,
#seo-cta-modal-u.show {
    background-color: #000000cc;
    padding-left: 15px;
    padding-right: 15px;
}
#seo-cta-modal-u h2{

    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
#seo-cta-modal-u .modal-content {
    border: none;
    background: transparent;
    padding: 0 19px;
}
#seo-cta-modal-u .close {
    position: relative;
    top: 33px;
    left: 21px;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #023f38;
    border: none;
    background-color: transparent;
}
#seo-cta-modal-u .modal-header {
    border: none;
}

#seo-cta-modal-u .modal-header .close {
    padding: 0rem 1rem !important;
    margin: -1rem -1rem -1rem auto;

}

#seo-cta-modal-u .modal-body {
    border: none;
    background-color: white;
    padding-bottom: 5px;
    box-shadow: 8px 11px 16px 0px rgb(0 0 0 / 50%);
    border-radius: 10px;
    overflow: hidden;
}
#seo-cta-modal-u .close.focus,
#seo-cta-modal-u .close:focus {
    outline: 0;
    box-shadow: none !important;
}
#seo-cta-modal-u .form-control {
    width: 80%;
    height: 40px;
    border-radius: 8px;
    box-shadow: 3px 5px 5px 1px #dae0e5 !important;
    color: #63686c;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
}
#seo-cta-modal-u .form-control.focus{

    border: none;
    border-color: #fff;
    border-bottom:1px solid #000;
    outline: 0;
        box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
@media (min-width:599px) {
    #seo-cta-modal-u .modal-dialog {
        max-width: 47rem;
    }

    #seo-cta-modal-u .details {
        padding: 15px 0 0px 20px;
    }

#seo-cta-modal-u .text-muted a{
    color: #c0bfbf;
    font-weight: bold;
    text-decoration: underline;
}
#seo-cta-modal-u small.para{
    font-weight: bold;
    font-size: 14px;
    color: #63686c;
}}

#seo-cta-modal-u [type=submit] {
    cursor: pointer;
    padding: 3px 30px;
}
#seo-cta-modal-u .cancel {
    border: 1px solid #b9b9b9;
    padding: 3px 15px;
}

#seo-cta-modal-u .popup-des{
    display: block;
}
#seo-cta-modal-u .popup-mob{
    display: none;
}
.seo-prompt-para {
    margin-top: -18px;
    font-size: 12px;
    padding-right: 30px;
}
#seo-help-form .iti {
    width: 100%;
        margin-bottom: 14px;
}


.help-loading, .help-loading2 {
    opacity: 0;
    width: 85px;
    margin: 20px 0px -10px 56px;
}
.main-service-desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.header-info {
    background-color: #023f38;
    color: #fff;
    font-size: 13px;
    padding: 10px 0px;
    margin: -16px 0px 12px 0px;
    font-weight: 600;
    padding-bottom: 7px;
}
.header-info .open-newsletter {
    color: #fff;
    border: none;
    padding: 2px 12px 3px 12px;
    border-radius: 5px;
    background-color: #e04a43;
    font-weight: bold;
}
.header-info .open-newsletter:hover {
    background-color: #ffffff;
    color: #023f38;
}
.header-info a{
    color: #fff;
}
.m-phone-link{
    display: none;
    font-weight: 900;
    color: #023f38;
    margin-right: -45px;
}
.footer-contact-block {
    margin-top: 16px;
}
.footer-contact-block p {
    width: 100%;
    display: flex;
    color: #585858;
}
.footer-contact-block p i {
    margin-right: 12px;
    margin-left: 5px;
}
.footer-contact-block p a {
    font-weight: 600;
    color: #585858;
}
.service-tp {
    font-size: 1rem !important;
    font-weight: normal !important;
    line-height: inherit !important;
}
.section-striped {
    background-color: #f1f1f1;
}
.business-item a {
    color: #000;
}
.business-item a:hover .business-title {
    color: #e04a43;
}
.counter-container > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.copy-email {
    background-color: #e04a43;
    color: #fff !important;
    padding: 2px 12px;
    font-size: 11px;
    margin-left: -6px;
    border-radius: 5px;
}
.email-slot {
    padding-right: 15px;
    font-weight: 600 !important;
}
#footer .email-slot{
    border-bottom: 1px solid #e04a43;
}
.about-icon {
    width: 100px;
    margin-top: -70px;
        margin-bottom: 10px;

}
.about-points {
    text-align: center;
    padding: 0 14px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.about-line {
    border-right: 1px solid #023f38;
}
.about-points p {
    margin-bottom: -20px;
}
.about-service-block {
    padding: 0 35px;
}
.about-service-block h4 {
    margin-left: -18px;
}
.web-form-div {
    background-color: #023f3830;
    padding: 15px 25px;
    box-shadow: 6px 8px 18px rgb(0 0 0 / .1);
}
.web-step-img {
    width: 100%;
    height: 370px;
}
.web-step-img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}


/* Pagination */

.active>.page-link, .page-link.active {
    background-color: #e04a43 !important;
    border-color: #e04a43 !important;
}
.page-link {
    padding: 5px 15px;
    color: #e04a43;
}



/* Blogs Style */

.post-container ol {
    background-color: #f0f0f0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.post-container ol li {
    padding-bottom: 12px;
    font-style: italic;
}
.post-container ol li span {
    font-style: italic !important;
}
.post-container p {
    padding-left: 16px;
}
.post-container > p > span > span > strong {
    margin-left: -16px;
    font-size: 24px;
}
.post-container a > span > span > u, .post-container a > span > i > span > u,  .post-container a {
    text-decoration: none;
    color: #e04a43;
    font-weight: 600;
}
.post-container a:hover > span > span > u, .post-container a:hover > span > i > span > u, .post-container a:hover {
    color: black;
}
.post-container h2 span span {
    font-size: 24px;
    font-weight: 600 !important;
}

.post-container h3 span span {
    font-size: 18px;
    font-weight: 600 !important;
}


.iti--inline-dropdown .iti__dropdown-content {
    width: 300px !important;
}
.aside-form .iti {
    margin-bottom: 14px;
    width: 100%;
}

#enquiry-help-form .iti__tel-input{
    width: 100%;
}
#enquiry-help-form .iti {
    margin-bottom: 14px;
}

#enquiry-help-form .iti{
    width: 80%;
}

#phone-field::placeholder , #phone-field2::placeholder , #phone-field3::placeholder {
    color: #bbbbbb;
    font-weight: 500;
}

.needsclick a {
    display: none !important;
}

.seo-case-item {
    background-color: aliceblue;
    margin-bottom: 30px;
    box-shadow: 6px 6px 8px rgb(0 0 0 / 10%);
}
.seo-case-item h6 {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background-color: #fff;
}
.seo-case-item .table th {
    background-color: aliceblue;
}
.seo-case-item .table{
    padding: 16px 12px 4px 12px;
}
.seo-case-postion {
    text-align: right;
}
.seo-case-postion span {
    background-color: #23b33a;
    color: #fff;
    padding: 1px 8px;
}
.text-right {
    text-align: right;
}
.seo-case-padding{
    padding-bottom: 0px;
    margin-bottom: 50px;
}
.pt-12 {
    padding-top: 12px;
}
.seo-case-margin .service-item {
    margin-bottom: 12px !important;
}
.seo-main .page-title {
    text-align: left;
}
.seo-main .page-title .breadcrumbs ol {
    justify-content: flex-start;
}
.seo-main .blog-section {
    padding: 60px 0 !important;
}
.seo-main .aside-form {
    max-width: 390px !important;
    margin-top: -180px !important;
    position: absolute;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 8px 7px 20px rgb(0 0 0 / .15);
            margin: 20px 0px;
}
.seo-block .col-lg-4:nth-child(odd) {
    background-color: #e04a43;
    color: #fff;
    padding: 10px 12px 0px 12px;
    margin-top: 0;
}
.seo-block .col-lg-4:nth-child(odd) h4 {
    color: #fff;
}
.seo-block .col-lg-4 h4 {
    padding-bottom: 6px;
}
.seo-need-block .col-lg-3 {
    padding: 12px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}
.seo-need-block .col-lg-3.filled {
    background-color: #023f38;
    color: #fff;
}
.seo-need-block .col-lg-3.filled h4, .seo-need-block .col-lg-3.filled i{
    color: #fff;
}
.seo-need-block .col-lg-3 h4 {
    font-size: 16px;
}
.seo-need-block .col-lg-3 i {
    font-size: 55px;
        color: #023f38;
}


.seo-need-block .col-lg-4 {
    padding: 12px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}
.seo-need-block .col-lg-4.filled {
    background-color: #023f38;
    color: #fff;
}
.seo-need-block .col-lg-4.filled h4, .seo-need-block .col-lg-4.filled i{
    color: #fff;
}
.seo-need-block .col-lg-4 p {
    font-size: 22px;
}
.seo-need-block .col-lg-4 i {
    font-size: 45px;
        color: #023f38;
}
.how-seo-block {
    margin-top: 40px;
    text-align: center;
}
.how-seo-block .col-lg-4 {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid;
    margin-left: 5px;
    margin-right: 6px;
    width: 32%;
    padding: 35px 5px;
    border-radius: 30px;
}
.how-seo-block .col-lg-4 i {
    background-color: #e04a43;
    color: #fff;
    padding: 10px 20px;
    font-size: 36px;
    border-radius: 50%;
        margin-bottom: 20px;
}
.how-seo-block .col-lg-4 h4 {
    font-size: 20px;
    margin-bottom: -12px;
}
.case-studies-item table th, .case-studies-item table td {
    background-color: transparent;
}
.case-studies-item table {
    border: 1px solid #c7c4c4;
}
.case-studies-item span {
    background-color: #18a619;
    color: #fff;
    padding: 4px 11px;
    border-radius: 50%;
}
.case-studies-item {
    background-color: aliceblue;
    padding: 12px 14px;
    box-shadow: 8px 7px 20px rgb(0 0 0 / .15);
    margin: 20px 0px;
    border-radius: 15px;
    border-left: 2px solid #023f38;
    overflow: hidden;
}
.case-studies-item p {
    font-size: 13px;
}
.case-studies-item img {
    margin-left: -14px;
    margin-top: -12px;
    width: 105%;
    margin-bottom: 8px;
}
.case-studies-item a {
    font-size: 16px;
    border-left: 2px solid;
    padding: 0px 0px 0px 8px;
}
.text-theme2{
    color: #18a619;
}
.pricing-item ul {
    list-style-type: none;
    padding-left: 0;
    margin: 25px 0;
}
.pricing-item {
    border-top: 10px solid #023f38;
    border-left: 0;
    height: 700px;
    position: relative;
}
.pricing-item ul li {
    margin-bottom: 12px;
}
.pricing-item a {
    border: 1px solid;
    padding: 2px 30px 4px 30px;
    border-radius: 5px;
    position: absolute;
    bottom: 16px;
    left: 30%;
}
.pricing-item a:hover {
    background-color: #e04a43;
    color: #fff;
}
.pricing-item h3 {
    text-align: center;
    margin: 20px 0px;
}

.seo-block .col-lg-6:nth-child(1), .seo-block .col-lg-6:nth-child(4) {
    background-color: #e04a43;
    color: #fff;
    padding: 10px 12px 0px 12px;
    margin-top: 0;
}
.seo-block .col-lg-6:nth-child(1) h4, .seo-block .col-lg-6:nth-child(4) h4 {
    color: #fff;
}
.seo-block .col-lg-6 h4 {
    padding-bottom: 6px;
}


.dev-block .col-lg-4, .dev-block .col-lg-6 {
    padding: 0 8px;
}
.dev-block h4 {
    text-align: center;
    background-color: #f1f1f1;
    position: relative;
    width: fit-content;
    margin: auto;
    padding: 0 10px;
}
.dev-block .tech-item {
    text-align: center;
    background-color: antiquewhite;
    padding: 8px 0px;
    margin-bottom: 10px;
    font-family: cursive;
}

.dev-block hr {
    margin-bottom: -20px;
    width: 135%;
    margin-left: -36px;
}

.dev-block:nth-child(even) .tech-item {
    background-color: #023f38;
    color: #fff;
}
.dev-block:nth-child(odd) .tech-item {
    background-color: #e04a43;
    color: #fff;
}

.two-line{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.client-logos img {
    background-color: #fff;
    border-radius: 5px;
    padding: 10.5px 0;
    margin-bottom: 11px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
.client-logos-block {
    display: flex;
    justify-content: center;
}
.list-style-none {
    list-style-type: none;
    padding-left: 18px;
}
.seo-heading {
    text-transform: uppercase;
    color: #e04a43;
    font-weight: 700;
}
.seo-ads .case-studies-item img {
    width: 108% !important;
}
.seo-ads .row {
    display: flex;
    justify-content: center;
}
.seo-cta{
    display: none;
}
.seo-cta a {
    background-color: #e04a43;
    color: #fff !important;
    padding: 10px 28px;
    -webkit-animation: glowing 1500ms infinite;
      -moz-animation: glowing 1500ms infinite;
      -o-animation: glowing 1500ms infinite;
      animation: glowing 1500ms infinite;
}
#seo-ads-cta-modal-u {
    background-color: #000000b0;
}
#seo-ads-cta-modal-u .close {
    background-color: #ffffffcc;
    color: #e04a43;
    margin-top: 8px;
}
#seo-ads-cta-modal-u .modal-content {
    margin-top: 100px;
}
#seo-ads-cta-modal-u .modal-content {
    margin-top: 100px;
    background-color: transparent;
    padding: 0 10px;
}

@keyframes glowing {
  0% { background-color: #e04a43; box-shadow: 0 0 3px #e04a43; }
  50% { background-color: #FF0000; box-shadow: 0 0 30px #FF0000; }
  100% { background-color: #e04a43; box-shadow: 0 0 3px #e04a43; }
}




.striped-section {
    background-color: #d5d5d542;
}



.slider {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 2.5rem;
}
.slider.mts{
    margin-top: -105px;
    margin-bottom: -60px;
}
.slider.mts2{
    margin-top: -50px;
}
.item {
    animation: animate 35s linear infinite;
}
.item img
    {
        width: 190px;
        padding: 0 25px;
    }
.slider:hover .item {
    animation-play-state: paused;
}
@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-2200px, 0, 0);
    }
}



.home-service-mobile .service-slider {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0rem;
}
.home-service-mobile .service-item {
    animation: sranimate 65s linear infinite;
    padding: 10px 16px !important;
}
.home-service-mobile .service-item img
    {
        width: 225px;
        padding: 0px;
    }
.home-service-mobile .service-slider:hover .service-item {
    animation-play-state: paused;
}
.home-service-mobile .service-item .business-title{
    font-size: 16px;
}
.home-service-mobile .service-item .main-service-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}

@keyframes sranimate {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-2200px, 0, 0);
    }
}


.case-studies-section h5 {
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    background-color: #f4f4f4;
}
.case-studies-section h5 span {
    color: #e04a43;
}

.case-studies-section a:hover h5 {
    box-shadow: 0 0 18px rgb(0 0 0 / .2);
}

.blog-portrait-card .popular-card {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 8px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}
.blog-portrait-card .popular-card .card-image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 8px;
}
.blog-portrait-card .popular-card img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 200px;
}
.blog-card-body .popular-card .popular-text {
    flex-basis: 90%;
}
.blog-portrait-card .popular-card .popular-text h6 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-portrait-card .popular-card .popular-text p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
}
.blog-portrait-card .popular-card .popular-text small {
    font-size: 9px;
}
.blog-portrait-card a {
    color: #6F8BA4;
    text-align: left;
}
.pr-blog-sub {
    font-size: 44px;
    margin: -24px 0px 0 0px;
    font-weight: 500;
}
.about-service-section {
    height: 580px;
        overflow: hidden;
}

.pub-see-more {
    text-align: center;
    padding: 70px 0 35px 0;
    margin-top: -103px;
    position: relative;
    background-image: linear-gradient(#ffffff21, #ffffffd1, #fffffff7, #ffffff);
}
.ser-see-more {
    text-align: center;
    padding: 70px 0 35px 0;
    margin-top: -103px;
    position: relative;
    background-image: linear-gradient(#f1f1f191, #f1f1f1e3, #f1f1f1e3, #f1f1f1);
}

.uni-strip-see-more {
    text-align: center;
    padding: 70px 0 35px 0;
    margin-top: -103px;
    position: relative;
    background-image: linear-gradient(#f4f4f461, #f4f4f4ba, #f4f4f4eb, #f4f4f4);
}
.pub-see-more button, .see-all-btn, .ser-see-more button, .uni-strip-see-more button {
    border: none;
    background-color: #e04a43;
    color: #fff !important;
    padding: 4px 18px;
    border-radius: 5px;
}

.home-service-row {
    position: relative;
}
.home-service-btn button {
    position: absolute;
    right: -10px;
    top: 170px;
    border: none;
    height: 58px;
    width: 60px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #000000;
    font-weight: 500;
    box-shadow: 6px 5px 18px rgb(0 0 0 / 40%);
}
.home-service-btn button:hover{
    background-color: #e04a43;
    color: #fff;
}

.home-service-btn button:hover img{
    filter: brightness(200) grayscale(5);
}

.home-service-btn button span{
    display: none;
}
.home-service-btn button img {
    width: 100%;
}

.home-service-mobile{
    display: none;
}
.home-service-btn{
    margin-top: 0;
}

.home-service-mob-btn button {
    margin: auto;
    border: none;
    font-size: 12px;
    background-color: #f1f1f1;
    color: #000000;
    font-weight: 500;
    padding: 6px 26px;
}
.home-service-mob-btn button:hover{
    background-color: #e04a43;
    color: #fff;
}

.whatsapp-chat{
    position: fixed;
    right: -16px;
    bottom: -16px;
    z-index: 99;
}
.whatsapp-chat img{
    width: 100%;
}

.whatsapp-icon-position {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 50px;
  border: 2px solid white;
}
.whatsapp-icon-position:before,
.whatsapp-icon-position:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  box-shadow: 0 0 15px #36c714;
  animation: glow-grow 2s ease-out infinite;
}
.whatsapp-icon-position:after {
  animation-delay: .66s;
}
.whatsapp-icon-position img{
  animation-delay: 1.33s;
  }
@keyframes glow-grow {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}


.service-menu-main {
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    padding: 26px 16px;
    transition: .2s ease-in-out all;
}
.service-menu-main.show {
    right: 0;
}

.nested-menu {
    display: none;
}
.nested-menu button {
        border: 0;
    padding: 2px 14px;
    color: #023f38;
}
.navmenu .nested-menu button{
    margin-right: 12px;
}
.close-menu {
    border: 0;
    color: #212529;
    font-family: "Raleway",  sans-serif;
    font-size: 17px;
    font-weight: 600;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 10px 23px 10px 0px;
}
.service-menu-main ul li, .service-menu-second ul li, .service-menu-third ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.service-menu-main ul li a, .service-menu-second ul li a, .service-menu-third ul li a {
    padding: 10px 16px 10px 0px;
    color: #212529;
    font-family: "Raleway",  sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.service-menu-main ul, .service-menu-second ul, .service-menu-third ul {
    padding: 0 0;
}

.service-menu-second ul li a, .service-menu-third ul li a{
    text-transform: capitalize !important;
}


.service-menu-second {
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    padding: 26px 16px;
    transition: .2s ease-in-out all;
}
.service-menu-second.show {
    right: 0;
}

.service-sub-menu{
    display: none;
}

.service-menu-third {
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #fff;
    padding: 26px 16px;
    transition: .2s ease-in-out all;
}
.service-menu-third.show {
    right: 0;
}

.service-menu-forth {
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #fff;
    padding: 26px 16px;
    transition: .2s ease-in-out all;
}
.service-menu-forth.show {
    right: 0;
}

.service-menu-heading{
    list-style-type: none;
    text-align: center;
    background-color: #e6e6e6;
    padding: 6px 0px !important;
    color: #212529;
    font-family: "Raleway",  sans-serif;
    font-weight: 500;
    margin-bottom: 30px !important;
}
.service-menu-blank-click {
    width: inherit;
    flex: 1;
}

.service-menu-logo {
    position: absolute;
    bottom: 85px;
    padding: 22px 0;
    width: 92%;
    text-align: center;
}
.service-menu-logo img {
    width: 70px;
}

.outdoor-service-col-section {
    height: 480px;
    overflow: hidden;
}
.why-out-us-section h5 {
    color: #e04a43;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.side-image{
    width: 100% !important;
}
.inline-block {
    display: inline-block;
}
#enquiry-form br {
    display: none;
}
#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader::before {
    display: none !important;
}



.nav-mega {
  width: 90%;
}
.nav-mega .dropdown {
  position: static;
}
.nav-mega .dropdown-menu.mega-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  min-width: auto;
  width: 100%;
  margin-top: 0;
  padding: 0;
  border-color: #ccc;
}
.nav-mega .dropdown-menu.mega-menu > li {
  padding: 20px;
}
.nav-mega .dropdown-menu.mega-menu .media-list .media {
  padding: 10px;
  font-size: 13px;
}
.nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
  font-size: 16px;
}

.mega-menu{
    width: 100%;
    display: none !important;
    background-color: #fffffff5 !important;
}


.nav-new .nav-item {
    border-bottom: 1px solid #77777763;
    padding: 0px 0px 0 7px !important;
}
.nav-new .nav-item button {
  background-color: transparent;
  color: #777 !important;
  text-align: left;
  width: 100%;
  padding: 7px 0;
}
.nav-new .nav-item button.active {
  background-color: transparent;
  color: #023f38 !important;
}
.nav-new .nav-item button.active::after {
    content: "";
    border-right: 4px solid #023f38;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0px;
    border-radius: 0px 5px 5px 0px;
}

.nav-new {
    visibility: visible !important;
    opacity: 1 !important;
    position: unset !important;
    background: unset !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.navmenu .dropdown:hover> .mega-menu {
    display: block !important;
}

.tab-content a h5 i {
    font-size: unset !important;
}
.mega-menu-subservice {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 6px 16px !important;
    color: #023f38 !important;
}
.mega-menu-subservice2 {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 4px 33px !important;
}
.mega-menu-subservice-para {
    padding-left: 21px !important;
    font-size: 15px !important;

    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.badge-location {
    color: #000000;
    background-color: #e6e6e6;
    padding: 5px 8px;
    margin-bottom: 8px;
    margin-right: 6px;
    margin-top: 6px;
    font-weight: 500;
}

.case-studies-swiper .swiper-slide{
    padding: 0px !important;
}
.case-studies-swiper .swiper-slide-next{
    transform: unset !important;
}