/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}


h1,h2,h3,h4,h5,h6{
     font-family: "Poppins", sans-serif;
}
p, a, li, span{
  font-family: "Poppins", sans-serif;
    color: #000000de;  
    font-size: 14px;      
    font-weight:300 ;                                   
}
span{
     font-family: "Poppins", sans-serif;
}
a:hover{
   
    text-decoration: none !important;
}


.custom-container{
    padding:60px 4% 50px 4%;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0c457a;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c457a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background: linear-gradient(280deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%);
}
/* top header ends */

 /* header start */

.header-logo img {
    width: 140px;
    object-fit: contain;
    height: 140px;
    margin-right: auto;
    display: block;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.header-wrapper {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 9;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;

}

.f-nav .header-wrapper {
    padding-top: 10px;
    margin-top: 0px;
    transition: .3s ease;
    background: #67a2de;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 100px;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content:flex-end;
}

.social-icons img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.f-nav .social-icons img {
    filter: unset;
}

.social-icons {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: block;
    width: 52%;
    height: 2px;
    background-color: #dbebfa;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: block;
    width: 52%;
    height: 2px;
    background-color: #dbf9ff;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: block;
    width: 52%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: normal;
    color: #d8f8ff !important;
    background: rgba(51, 51, 51, 0);
    text-decoration: none;
    border-color: rgb(255, 255, 255);
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: normal;
    color: rgb(255, 255, 255) !important;
    background: rgba(51, 51, 51, 0);
    text-decoration: none;
    border-color: rgb(255, 255, 255);
}

.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: normal;
    color: rgb(255 255 255);
    background: rgba(51, 51, 51, 0);
    text-decoration: none;
    border-color: rgb(255, 255, 255);
}

 /* header ends */

.home-banner-wrap{
  height: 100vh;
  position: relative;
    /* background: linear-gradient(280deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%); */
}
.banner-content{
    position: absolute;
    top: 40%;
}
.banner-content h1 {
    font-weight: 300;
    font-size: 60px;
    color: #dbebfa;
    margin-bottom: 12px;
}
.banner-content p {
    color: #ffe8e8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 55px;
}
.banner-content a {
    background: #3482d1;
    color: #fff !important;
    padding: 17px 32px;
    border-radius: 34px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
}
.banner-content a:hover {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    transition: .5s ease;
    background: transparent;
}
.banner-content a i{
  rotate: -33deg;
}
.banner-content a:hover i{
  rotate: 0deg;
   transition: .5s ease;
}
.banner-img{
  margin-top: 34%;
}


/* banner ends */

/* banner bottom starts */

.banner-bottom-box1{
    background: #dbebfa;
  padding: 40px 40px 50px;
    color: #fff;
  border-radius: 20px 0 0 0;
   height: 350px;
}
.banner-bottom-box1 a {
    color: #000000;
    font-size: 38px;
    font-weight: 300;
}
.banner-bottom-box2{
    background: #badcff;
  padding: 45px;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  z-index: 2;
    color: #fff;
    transform: scale(1.1);
    height: 360px;
}
.banner-bottom-box3 {
    background: #dbebfa;
    color: #fff;
    padding: 40px 40px 50px 50px;
    border-radius: 0px 20px 0 0;
    height: 350px;
}
.readmore{
  background: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 500 !important;
  border: 1px solid #fff;
}
.readmore:hover{
  background: #ffffff97;
  transition: .5s ease;
  backdrop-filter:blur(5);
}
.banner-bottom-box1 h6,
.banner-bottom-box2 h6,
.banner-bottom-box3 h6{
    color: #000;
  font-weight: 600;
  padding: 12px 0 15px;
  font-size: 18px;
  line-height: 27px;
}
.banner-bottom-box2 i, .banner-bottom-box3 i {
    font-size: 40px;
    color: #000;
}
.banner-bottom-box1 p, .banner-bottom-box2 p, .banner-bottom-box3 p {
    color: #000000d4;
    font-size: 13px;
}
.banner-bottom-box1 p{
  margin-bottom: 44px;
}
.banner-bottom-box2 p{
  margin-bottom: 27px;
}
.banner-bottom-box3 p {
    margin-bottom: 28px;
    line-height: 20px;
}


/* banner bottom ends */

/* about section starts */


.about-wrapper {
    padding: 140px 0;
    /* background: linear-gradient(280deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%); */
}
.about-wrapper img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-image{
  position: relative;
}
.about-image:before{
  position: absolute;
  content: '';
  background: url(../tiss-theme/assets/img/Dotted.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 300px;
  object-fit: cover;
  right: 10px;
  bottom: 0;
  z-index: -1;
  animation: slideUp 3s ease infinite;

}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 1;
  }
}

.about-year {
    padding-left: 10px;
}
#counter {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #dbebfa;
}
.about-year h6 {
    font-size: 20px;
    color: #dbebfa;
}

.about-content h1 {
    font-weight: 300;
    position: relative;
    margin-bottom: 35px;
    color: #dbebfa;
}
.about-content p {
    color: #ffe8e8;
}
.about-content h1:before {
    content: '';
    display: block;
    width: 25%;
    height: 4px;
    background-color: #badcff;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 28px;
}
.about-content h5 {
    color: #dbebfa;
    padding-bottom: 10px;
}
.gradient-readmore {
    background: linear-gradient(90deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%);
    padding: 8px 22px;
    border-radius: 20px;
    color: #fff;
    box-shadow: inset 0 0 6px 1px #ffffff4d;
    margin-top: 40px;
    display: block;
    width: fit-content;
}
.gradient-readmore:hover {
    background: linear-gradient(280deg,rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%);
    color: #fff ;
    transition: 1s ease;
}
.gradient-readmore i{
  margin-top: 2px;
}

/* about section ends */

/* service section starts */
.service-wrapper {
    /* background: linear-gradient(0deg, rgba(199, 232, 249, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    position: relative;
}

.service-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.left-services .service-box {
  text-align: right;
}

.right-services .service-box {
  flex-direction: row;
  text-align: left;
}

.service-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #dbebfa;
    margin-bottom: 8px;
}

.service-content p {
  font-size: 14px;
  color: #ffe8e8;
  margin: 0;
  line-height: 1.6;
}

.service-content {
    padding-right: 40px;
}

.service-content h5 {
    color: #dbebfa;  
}

.service-content li {
    color: #ffe8e8;
}

.main-service-img {
  max-width: 220px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}



@media (max-width: 991px) {
  .service-box {
    text-align: center !important;
    flex-direction: column !important;
  }
  .service-icon img {
    margin-bottom: 10px;
  }
}
.service-wrapper .conatiner{
  max-width: 1200px;
}
.service-wrapper h5 {
    color: #dbebfa;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
}

.service-wrapper h1 {
    color: #dbebfa;
    text-align: center;
    font-size: 43px;
    margin-bottom: 50px;
    font-weight: 300;
}

ul.related-service-links li a {
    color: #122b4f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
}

ul.related-service-links li a:hover {
    color: #2b4b8c;
}

.related-service-links { list-style:none; padding-left:0; margin:0; }
.related-service-links li { margin-bottom:8px; }
.disabled-service {
    color: #999;
    cursor: default;
    font-size: 16px;
    font-weight: 600;
}


.modal-content {
  border-radius: 15px !important;
  padding: 20px !important;
}

.modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #2b4b8c;
}

.modal-body p {
  color: #555;
  line-height: 1.7;
}

.related-service-title {
    color: #dbebfa;
}

/* service section ends */

/* testimonial starts */
/* === Custom Google Reviews Styling === */
.trustindex-widget {
  background: linear-gradient(to bottom right, #f9fcff, #eef6fb);
  padding: 60px 30px;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.trustindex-review {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.trustindex-review::before,
.trustindex-review::after {
  content: "❝";
  font-size: 60px;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  font-family: Georgia, serif;
}

.trustindex-review::before {
  top: -10px;
  left: 20px;
}

.trustindex-review::after {
  content: "❞";
  bottom: -10px;
  right: 20px;
}

.trustindex-review-text {
  font-size: 16px;
  font-style: italic;
  color: #333;
  line-height: 1.8;
  margin: 30px 0;
}

.trustindex-reviewer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  text-align: left;
}

.trustindex-reviewer img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.trustindex-reviewer-name {
  font-weight: 700;
  color: #111;
  font-size: 18px;
}

.trustindex-reviewer-role {
  font-size: 14px;
  color: #666;
}

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

.trustindex-rating i {
  color: #f5a623 !important;
  font-size: 18px !important;
}

/* Slider arrows */
.trustindex-nav-prev,
.trustindex-nav-next {
  width: 45px;
  height: 45px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.3s;
}

.trustindex-nav-prev:hover,
.trustindex-nav-next:hover {
  background: #0073e6;
  border-color: #0073e6;
  color: #fff;
}
.testimonial-wrapper{
  padding:0px 0 0px 70px;
    /* background: linear-gradient(280deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%); */
}
.testimonial-content h5 {
    color: #dbebfa;
    padding-bottom: 30px;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 45px;
}
.testimonial-content h1 {
    color: #dbebfa;
    font-size: 40px;
    padding-top: 80px;
    font-weight: 300;
}
.ti-widget.ti-goog .ti-review-content {
    color: #ffe8e8;
}
.testimonial-side-img img{
      object-fit: cover;
    margin-top: -60px !important;
}
.ti-rating-text{
  display:none;
}
.ti-widget.ti-goog .ti-controls .ti-next {
    left: 92px !important;
    top: 100px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev {
    left: 54px !important;
    top: 100px !important;
}
.ti-widget.ti-goog.ti-content-align-left .ti-review-header .ti-profile-details{
    text-align: end !important;
    width: 100%;
}
.ti-widget.ti-goog .ti-review-header .ti-profile-img {
    align-self: end !important;
}
.ti-widget.ti-goog:not(.ti-no-profile-img) .ti-review-header .ti-platform-icon{
  display: none !important;
}
.ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name{
  text-align: end !important;
}
.ti-name {
    color: #ffe8e8 !important;
}
.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars, .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars {
    text-align: left !important;
}
.ti-widget.ti-goog .ti-review-content, .ti-widget.ti-goog .ti-read-more {
    text-align: left !important;
    margin-bottom: 45px !important;
}
.testimonial-slider{
  position: relative !important;
}
.testimonial-slider:before {
    position: absolute !important;
    content: "";
    background: url(../tiss-theme/assets/img/quotations.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 57px !important;
    height: 45px !important;
    top: 32px !important;
    left: 16px !important;
}
.testimonial-slider:after {
    position: absolute !important;
    content: "";
    background: url(../tiss-theme/assets/img/quotations.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 57px !important;
    height: 45px !important;
        bottom: 0px !important;
    right: 43px !important;
}
.testimonial-side-img{
  position: relative;
}
.testimonial-side-img img.img-fluid.main-service-img {
    padding: 8% 0 0 20%;
}
.testimonial-side-img .row {
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-end !important;
}
.testimonial-side-img:before {
    position: absolute;
    content: '';
    background: url(../tiss-theme/assets/img/Dotted.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 300px;
    object-fit: cover;
    left: -60px;
    bottom: 15px;
    z-index: 0;
    opacity: .4 !important;
    animation: slideside 3s ease infinite;
}

@keyframes slideside {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(20px);
    opacity: 1;
  }
}
/* testimonial section ends */

/* Blog section starts */

.blog-wrapper {
    padding: 80px 0;
    text-align: center;
    /* background: linear-gradient(0deg, rgba(199, 232, 249, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}
.blog-item img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-wrapper p {
    width: 80%;
    margin: auto;
    padding-bottom: 55px;
    color: #ffe8e8;
}
.blog-wrapper h5 {
    color: #dbebfa;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
}
.blog-wrapper h1 {
    color: #dbebfa;
    text-align: center;
    font-size: 43px;
    font-weight: 300;
}
.blog-item {
    background: #dbebfa;
    padding: 2px;
}
.blog-content{
  padding: 22px;
}
.blog-content p {
    width: 100% !important;
    text-align: justify;
    font-size: 14px;
    padding-bottom: 35px;
    color: #000;
}
.blog-item h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 16px;
}
.blog-content a {
    display: block;
    text-align: left;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.blog-content a i{
  padding-right: 10px;
}
.blog-content a:hover{
  color: #000000;
  padding-left: 15px;
  transition: 1s ease;
}


/* Blog section ends */

 /* home contact starts */

.home-contact {
    padding: 80px 0;
    /* background: linear-gradient(280deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%); */
}
.home-contact h5 {
    color: #dbebfa;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 35px;
}
.home-contact h1 {
    color: #dbebfa;
    text-align: left;
    font-size: 43px;
    font-weight: 400;
}
.home-contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}
.home-contact-item h6 {
    color: #ffe8e8;
    font-weight: 600;
}
.home-contact p{
  padding-bottom: 20px;
    color: #ffe8e8;
}
.contact-icon i {
    font-size: 20px;
    color: #ffe8e8;
}
.home-contact-item a, .home-contact-item p {
    color: #ffe8e8;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.home-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #0000001c;
}
.home-form input{
  width: 100%;
  background: none;
  border: none;
  padding: 5px;
  margin-bottom: 10px;
  height: 45px;
}
.home-form textarea{
  width: 100%;
  background: none;
  border: none;
  padding: 5px;
  margin-bottom: 10px;
  height: 70px;
}
.home-form p {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000000d0;
    align-items: center;
}
.submit-btn p {
    border-bottom: none;
    text-align: center;
    display: unset;
}
.submit-btn input {
    background: linear-gradient(90deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%);
    width: fit-content;
    text-align: center;
    border-radius: 30px;
    padding: 5px 30px;
    color: #fff;
}
.home-form{
  position: relative;
}
.home-form:before {
    position: absolute;
    content: '';
    background: url(../tiss-theme/assets/img/Dotted.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 300px;
    object-fit: cover;
    left: -83px;
    bottom: 15px;
    z-index: -1;
    opacity: .5 !important;
    animation: slideUp 3s 
ease infinite;
}
.submit-btn{
  margin-top: 30px;
}
.submit-btn p{
  padding-bottom: 0;
}
.home-contact-content{
  position: relative;
}
.home-contact-content:before {
    position: absolute;
    content: '';
    background: url(../tiss-theme/assets/img/icon2.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 312px;
    height: 160px;
    object-fit: cover;
    right: 57px;
    bottom: -81px;
}
.submit-btn p {
    border: none !important;
    padding: 0 0px !important;
    margin: 0 !important;
}




  /* home contact ends */

  /* footer starts */

.latest-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.gallery-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #24315a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 8px;
}

.gallery-thumb:hover img {
  transform: scale(1.08);
}

.footer-item.latest-work h4 {
  color: #fff;
  margin-bottom: 20px;
}
.latest-gallery img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}
.footer{
/*   background: #223363; */
    background: #67a2de;
}
.footer-top{
  padding: 50px 0;
}
.footer-bottom {
    background: #0053a7;
}
.footer-item h4 {
	color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
}
.footer-item a, .footer-item p, .footer-item li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-contact ul{
  list-style: none;
  padding-left: 0 !important;
}
.footer-contact li i{
  padding-right: 10px;
}
.footer-social i {
    font-size: 20px;
    margin: 10px;
}
.footer-links {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.footer-links a {
    color: #ffffff;
    font-size: 14px;
    border-right: 1px solid #ffffffe5;
    padding-right: 5px;
    margin: 3px;
}
.footer-bottom .custom-container{
  padding: 20px 4% ;
}
.footer-bottom p{
    color: #ffffffe5;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-item ul {
    list-style: none;
}
.footer-item ol, ul {
    padding-left: 0rem;
}

.contact-info li {
	display:flex ;
}



.contact-modal .modal-dialog {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.contact-modal.fade .modal-dialog {
    transform: scale(0.95);
    opacity: 0;
}

.contact-modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

/* Backdrop Soft Blur */
.modal-backdrop.show {
    opacity: 0.6;
}

.contact-modal .modal-content {
    border: none;
    border-radius: 18px;
    padding: 45px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    position: relative;
}

.contact-modal .modal-header {
    border: none;
    padding: 0;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* Eyebrow */
.modal-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 8px;
    display: block;
}

/* Title */
.contact-modal .modal-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.custom-close {
    border: none;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 15px;
    top: 10px;
    background: unset;
}

/* Form Inputs */
.contact-modal input,
.contact-modal textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    background: #fafafa;
    transition: all 0.3s ease;
}

/* Focus Effect */
.contact-modal input:focus,
.contact-modal textarea:focus {
    background: #fff;
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
    outline: none;
}

/* Textarea */
.contact-modal textarea {
    min-height: 120px;
    resize: none;
}

/* Submit Button */
.contact-modal input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.contact-modal input[type="submit"]:hover {
    background: #111;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* CF7 Validation */
.contact-modal .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
}

.contact-modal .wpcf7-response-output {
    margin-top: 15px;
    border-radius: 8px;
    padding: 12px;
}


    /* footer ends */

    /* inner page starts */

.innerpage-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:500px;
    /*background: #ffffff;*/
    background:url(../tiss-theme/assets/img/newinnerban.webp) no-repeat center;
    background-size:cover;
    
}

.pageheading-middle {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-evenly;
}

.innerpage-header .row {
  width: 100%;
  align-items: stretch;
}
.inner-heading h4 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #cfedf3;
}
span.breadcrumb_last {
    color: #cfedf3;
}
.innerpage-header span{
    color: #cfedf3;
}
.inner-heading h6#breadcrumbs {
    font-size: 14px;
    color: #777;
    margin: 0;
    margin-top: 15px;
}
.inner-img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  bottom:-35px;
}

.inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
      opacity: .3;
  display: none;
}

.innerpage-header {
  min-height: 400px; 
}
.inner-heading {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
.inner-heading a {
    color: #cfedf3;
}
.inner-heading a:hover {
    color: #000000;
}
.inner-wrapper {
    padding: 70px 0;
}


/* inner page ends */

/* about page starts */

.about-inner {
    padding: 70px 0;
    /* background: linear-gradient(260deg, rgb(107, 153, 214) 15%, rgb(12, 69, 122) 100%); */
}

.about-inner-img img{
  width: 100%;
  height: auto;
  object-fit: cover;

}
.about-inner-years {
    width: fit-content;
    background: linear-gradient(280deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%);
    padding: 30px;
    border-radius: 30px 0px 30px 30px;
    color: #fff;
    position: absolute;
    bottom: 18%;
    left: 24px;
}
.about-inner-years #counter {
    color: #fff;
}
.about-inner-years span {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.about-inner-years h6{
  font-size: 20px;
}
.about-inner-years #counter {
    color: #fff;
}
.about-inner-content h1 {
    font-weight: 400;
    color: #ffe8e8;
}
.about-inner-content h5 {
    color: #ffe8e8;
    margin-bottom: 20px;
}
.about-inner-content p{
    text-align: justify;
    color: #ffe8e8;
}
.about-inner-content li {
    color: #ffe8e8;
}


.accessibility-section {
    padding: 70px 0;
}

.accessibility-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

/* Left Image */
.accessibility-image {
    position: relative;
}

.accessibility-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}

/* Light overlay */
.accessibility-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.25);
    border-radius: 30px;
}

.accessibility-content {
    width: 50%;
    background: #dbebfa;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    position: relative;
    margin-left: -120px;
    z-index: 2;
}

.accessibility-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.accessibility-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}


.family-prcatice{
    padding: 70px 0 0;
    /* background: linear-gradient(130deg, rgb(107, 153, 214) 15%, rgb(12, 69, 122) 100%); */
}
.family-prcatice h1 {
    font-weight: 400;
    font-size: 26px;
    color: #ffe8e8;
}
.family-prcatice p{
  text-align: justify;
}
.family-content p {
    color: #ffe8e8;
}
.family-img img{
  width: 100%;
  height: auto;
}
/* about page ends */

/* service page starts */
.service-inner {
    padding: 70px 0;
    /* background: linear-gradient(130deg, rgb(107, 153, 214) 15%, rgb(12, 69, 122) 100%);     */
}
.service-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background: #ffffffed;
    padding: 9px;
    border-radius: 50%;
}
.service-item {
    padding: 25px;
    border-radius: 15px;
    background: #dbebfa;
    margin-bottom: 20px;
}
.service-item h4 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.service-item p{
  color: #000;
}
.service-item a {
    color: #000;
    margin-top: 40px;
    display: block;
}
.service-item a:hover{
  color: #fff;
}
.service-item a:hover i{
  transition: 1s ease;
  padding-left: 14px;
}


.service-item {
    margin-bottom: 0px;
    height: 100%;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    margin-bottom: 25px;
}

/* service page ends */


/* inner blog starts */

.blog-inner {
    padding: 70px 0;
    /* background: linear-gradient(130deg, rgb(107, 153, 214) 15%, rgb(12, 69, 122) 100%); */
}
 .blog-inner .blog-content {
    background: #d0ecfa36;
}

/* inner blog ends */

/* contact page starts */

/* .contact-inner {
    background: linear-gradient(260deg, rgb(107, 153, 214) 15%, rgb(12, 69, 122) 100%);
} */

.inner-contact-title {
    color: #ffe8e8;
}

.inner-contact-para {
    color: #ffe8e8;
}

.contact-inner-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #0000001c;
}
.contact-inner-form input{
  width: 100%;
  background: none;
  border: none;
  padding: 5px;
  margin-bottom: 10px;
  height: 45px;
}
.contact-inner-form textarea{
  width: 100%;
  background: none;
  border: none;
  padding: 5px;
  margin-bottom: 10px;
  height: 70px;
}
.contact-inner-form p {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000000d0;
    align-items: center;
}
.contact-inner-form p {
    border-bottom: 1px solid #000;
    text-align: center;
    display: flex
;
}
.contact-inner-form .submit-btn input {
    background: linear-gradient(90deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%);
    width: fit-content;
    text-align: center;
    border-radius: 30px;
    padding: 5px 30px;
    color: #fff;
}
.contact-inner-info{
  list-style:none;
  padding-left: 0;
}
.contact-inner-info li {
    margin-bottom: 20px;
    background: #dff2fb;
    padding: 10px;
    border-radius: 10px;
}
.contact-inner-info li i {
    color: #fff;
    background: linear-gradient(280deg, rgba(64, 165, 248, 1) 0%, rgba(33, 76, 147, 1) 100%);
    padding: 8px;
    border-radius: 50%;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: auto;
}
.map iframe{
  border-radius: 20px;
}

/* contact page ends */

/* blog detail page starts */

/* .single-blog-wrapper {
    background: linear-gradient(260deg, rgb(107, 153, 214) 15%, rgb(12, 69, 122) 100%);
} */

.blog-inner-img img {
    width: 60%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

.single-blog-title {
    color: #ffe8e8;
}
.single-blog-date {
    color: #ffe8e8;
}
.single-blog-content p {
    color: #ffe8e8;
}
.inner-wrapper p, .inner-wrapper a, .inner-wrapper li, .inner-wrapper span{
  text-align: justify;
  font-size:16px;
  
}
.sidebar-post-item h4 {
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-post-item {
    margin-bottom: 15px;
    background: #f3f3f3;
    padding: 15px;
    border-radius: 15px;
}
.recent-post-wrapper h3 {
    font-weight: 400;
    border-left: 4px solid #0e5085;
    padding-left: 12px;
    font-size: 26px;
    margin-bottom: 20px;
    color: #ffe8e8;
}

/* fees guide section */

.payfee-wrapper {
    padding: 70px 0;
    /* background: linear-gradient(260deg, rgb(107, 153, 214) 15%, rgb(12, 69, 122) 100%); */
}

.fees-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #dbebfa;
    border-radius: 8px;
}

.fees-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    border-left: 4px solid #1f2d5a;
    padding-left: 12px;
    margin-bottom: 15px;
}

.fees-section table {
    table-layout: fixed;
    width: 100%;
    background: #ffffff;
    border-collapse: collapse;
}

.fees-section table tr {
    transition: all .3s ease-in-out;
}

.fees-section table tr:hover {
    background: #f7fbff;
}

.fees-section table td {
    padding: 10px 15px;
    font-size: 15px;
    color: #333333;
    vertical-align: middle;
    background: #dbebfa;
}

.fees-section table td:first-child {
    font-weight: 500;
    width: 50%;
}

.fees-section table td:last-child {
    width: 50%;
}

.fees-section table {
    border: 1px solid #dee8f5;
}

.fees-section table td {
    border: 2px solid #93a5bc;
}

/* Dual Tone Table Styling for Fees Guide */

.fees-section table tr:nth-child(odd) {
    background: #f0f6ff;
}

.fees-section table tr:nth-child(even) {
    background: #ffffff;
}

.fees-section table tr:hover {
    background: #e2edff;
}


/* BEST Redesigned Free Consultation Callout */

.consultation-callout strong {
    font-size: 20px;
}

.consultation-callout {
    background: #dbebfa;
    border-left: 6px solid #3c9aeb;
    padding: 22px;
    border-radius: 10px;
    margin-top: 35px;
    box-shadow: 1px 15px 20px rgb(178 178 178 / 50%);
}

.consultation-callout h3 {
    color: #1e3a72;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}

.consultation-callout p {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.consultation-links {
    list-style: none;
    padding-left: 0;
}

.consultation-links li {
    margin-bottom: 12px;
}

.consultation-links a {
    display: block;
    background: #f0f6ff;
    color: #1e3a72;
    padding: 12px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #d8e3f5;
    transition: all 0.3s ease;
}

.consultation-links a:hover {
    background: #c8e8f9;
    color: #223363;
}

.two-column {
    columns: 2;
}

.related-service-links li {
    margin-bottom: 10px;
}


/* innerpage team section start  */

.team-section {
    padding: 80px 0;
}

.team-card {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    padding: 8px;
    background: #d8e8f7;
}

.team-image {
    border-radius: 20px;
    overflow: hidden;
}

.team-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}

.team-info {
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    background: #d8e8f7;
    padding: 15px 10px;
    border-radius: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;   /* ADD THIS */
    z-index: 2;        /* ADD THIS */
}

.team-info i {
    transition: transform 0.3s ease-in-out;
}

.team-info:hover i {
    transform: rotate(-45deg);
}

.team-info.no-popup:hover i {
    transform: rotate(0);
}

.team-text {
	width: calc(100% - 58px);
}

.team-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-role {
    margin: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

.team-icon {
    width: 45px;
    height: 45px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.team-icon i {
    color: #000000;
}

/* innerpage team section end  */



/*========= WEBSITE RESPONSIVE ==========*/

/* mobile view responsive */
@media screen and (min-width:300px) and (max-width: 576.98px) {
  section {
    overflow: hidden;
}
.header-logo img {
    width: 100px !important;
    height: 65px !important;
}
	
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: normal;
    color: rgb(0 0 0) !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ffffff;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
	
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ff5938;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 5px 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    margin-right: 30px;
}
.wpcf7-spinner::before {
  display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    margin-left: 60px;
    margin-top: 10px;
}

/* .social-icons img {
    width: 20px;
    height: 20px;
} */
 .header-social {
display: none;
}
.img-fluid {
    padding: 0 12% 0 12%;
}
.banner-img {
    margin-top: 25%;
}
.banner-bottom-box1 a {
    font-size: 25px;
}
.banner-content {
    position: unset;
    padding: 18px;
}
.banner-content h1 {
    margin-top: 60%;
}
.home-banner-wrap {
    height: 0%;
    position: relative;
}
.banner-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.banner-content a {
    padding: 12px 25px;
    font-size: 14px;
}

.banner-bottom-wrapper {
    width: 98%;
    margin: auto;
    padding: 0 10%;
}
.banner-bottom-box2{
  border-radius: 20px 20px 20px 20px;
}

.banner-bottom-box1 p, .banner-bottom-box2 p, .banner-bottom-box3 p {
    font-size: 12px;
}
.banner-bottom-box1 p {
    margin-bottom: 30px;
}
.banner-bottom-box1 {
    height: auto;
    border-radius: 20px 20px 0 0;
    padding-bottom: 60px;
}
.banner-bottom-box1 h6, .banner-bottom-box2 h6, .banner-bottom-box3 h6 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    margin-bottom: 5px;
}
a.readmore {
    font-size: 12px !important;
    padding: 6px 20px;
}
.banner-bottom-box2 {
    padding: 30px 50px 40px;
    height: auto;
}
.banner-bottom-box2 i, .banner-bottom-box3 i {
    font-size: 36px;
}
.banner-bottom-box3 {
    padding: 40px 40px 48px 50px;
    border-radius: 0 0 20px 20px;
    height: auto;
}
.about-wrapper img {
    padding: 0 6% 0 6%;
}
.about-image:before {
    height: 120%;
}
.about-year {
    padding-left: 10px;
}
#counter {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #153978;
}
.about-year h6 {
    font-size: 20px;
}
.about-content h1 {
    font-size: 30px;
    margin-top: 10%;
}

.about-content {
    padding: 0 2% 0 2%;
}

.about-wrapper {
    padding: 120px 0 50px 0;
}

.service-wrapper h5 {
    font-size: 20px;
}

.service-wrapper h1 {
    font-size: 30px;
}

.service-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content {
    padding: 0 20px;
}

img.img-fluid.wp-post-image {
    padding: 0 13% 0 13%;
}

.service-box {
  display: flex;
  flex-direction: column;
}

.service-box .service-icon {
  order: 1;
  margin-bottom: 15px;
}

.service-box .service-content {
  order: 2;
}

.service-box {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.service-content p {
    margin-bottom: 10px;
}

.service-icon img {
    width: 55px;
    height: auto;
    margin-bottom: 5px;
}


.testimonial-content h1 {
    font-size: 30px;
}

.testimonial-content h5 {
    font-size: 20px;
}

.ti-widget.ti-goog .ti-review-header .ti-profile-img img {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: -8px !important;
}

.testimonial-wrapper {
    padding: 0px 4% 0px 4%;
}

.testimonial-slider:before {
    width: 57px !important;
    height: 52px !important;
    top: 22px !important;
}

.testimonial-side-img img.img-fluid.main-service-img {
    padding: 0 10% 0 10%;
}

img.img-fluid.main-service-img {
    padding: 0 15% 0 15%;
}

.blog-wrapper h5 {
    font-size: 20px;
}

.blog-wrapper h1 {
    font-size: 30px;
}

.blog-wrapper p {
    width: 92%;
}

.slick-slide img {
    padding: 12px;
}

.blog-item h4 {
    font-size: 18px;
    padding-bottom: 6px;
}

.blog-content p {
    font-size: 13px;
    padding-bottom: 23px;
}

.blog-content a {
    font-size: 13px;
}

.home-contact h1 {
    font-size: 30px;
}

.home-contact h5 {
    font-size: 20px;
}

.home-contact-list h6 {
    font-size: 18px;
}

.home-contact-content {
    padding: 2px 12px;
}

.footer-top {
    padding: 0 0;
}

.footer-item h4 {
    margin-bottom: 20px;
}

.footer-item.about-footer {
    margin-bottom: 20px;
}

.footer-item {
    margin-bottom: 30px;
}

.custom-container {
    padding: 60px 6% 10px 6%;
}

.footer-bottom .custom-container {
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: center!important;
}

ul.footer-links {
    padding: 0;
}
.footer-bottom p {
    color: #ffffffe5;
    font-size: 11px;
    margin-bottom: 0;
}

/* about page section */

ul.footer-links {
    padding: 0;
}
.pageheading-middle {
    position: relative;
    top: -10px;
}
.innerpage-header {
    min-height: 310px;
}
.inner-heading {
    position: relative;
    top: 220px;
}
.inner-heading h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.inner-img {
    top: 15%;
}
.about-inner-img img {
    padding: 0 5% 0 5%;
}
.inner-img img {
    width: 60%;
    height: auto;
    position: relative;
    left: 40%;
}
.inner-wrapper {
    padding: 50px 0;
}
.about-inner-years {
    padding: 25px;
    position: absolute;
    top: 55%;
    left: 25px;
}
.about-inner-img {
    margin-bottom: 45px;
}
.about-inner-years h6 {
    font-size: 16px;
}
.about-inner-years span {
    font-size: 35px;
}
.about-inner-content {
    margin-top: 15px;
}
.about-inner-content h1 {
    font-size: 30px;
}
.about-inner-content h5 {
    font-size: 20px;
}
ul.wp-block-list li {
    padding-bottom: 5px !important;
    font-size: 16px !important;
}
.accessibility p {
    width: 80%;
}
.accessibility h2 {
    font-size: 30px;
}
.family-prcatice h1 {
    font-size: 25px;
}
.inner-wrapper p {
    padding-bottom: 10px;
}
.family-prcatice {
    padding: 20px 0 0;
}
.family-img img {
    padding: 0 7% 0 7%;
}

/* service page section */
section.post-inner.inner-wrapper h1 {
    font-size: 28px;
}
ul#serviceList2984 a {
    font-size: 16px;
}
h4.wp-block-heading {
    font-size: 18px;
    margin-bottom: 15px;
}
.service-description-full p {
    line-height: 1.5;
}
.inner-heading h6#breadcrumbs {
    font-size: 14px;
    color: #777;
    margin: 0;
    margin-top: 13px;
}
/* blog page section */
.blog-inner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* contact page section */
ul.contact-inner-info i {
    margin-right: 6px;
}
  
}

@media screen and (min-width:577px) and (max-width: 767.98px) {

.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: rgb(0 0 0) !important;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 20px !important;
}
	
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: none;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ffffff;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 50px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ff5938;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 5px 20px;
}
.wpcf7-spinner::before {
  display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    margin-left: 60px;
    margin-top: 10px;
}



section {
    overflow: hidden;
}
.header-logo img {
    width: 111px;
    height: 80px;
}
/* .social-icons img {
    width: 20px;
    height: 20px;
} */
.social-icons {
    display: none;
}
.img-fluid {
    padding: 0 20% 0 20%;
}

.banner-img {
    margin-top: 25%;
}

.banner-bottom-box1 a {
    font-size: 25px;
}

.banner-content {
    position: unset;
    padding: 10px;
}
.banner-content h1 {
    margin-top: 60%;
}
.home-banner-wrap {
    height: 0%;
    position: relative;
}
.banner-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.banner-content a {
    padding: 12px 25px;
    font-size: 14px;
}
.banner-bottom-wrapper {
    width: 98%;
    margin: auto;
    padding: 0 10%;
}
.banner-bottom-box2{
  border-radius: 20px 20px 20px 20px;
}
.banner-bottom-box1 p, .banner-bottom-box2 p, .banner-bottom-box3 p {
    font-size: 12px;
}
.banner-bottom-box1 p {
    margin-bottom: 30px;
}
.banner-bottom-box1 {
    height: auto;
    border-radius: 20px 20px 0 0;
    padding-bottom: 60px;
}
.banner-bottom-box1 h6, .banner-bottom-box2 h6, .banner-bottom-box3 h6 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    margin-bottom: 5px;
}
a.readmore {
    font-size: 12px !important;
    padding: 6px 20px;
}
.banner-bottom-box2 {
    padding: 30px 50px 40px;
    height: auto;
}
.banner-bottom-box2 i, .banner-bottom-box3 i {
    font-size: 36px;
}
.banner-bottom-box3 {
    padding: 40px 40px 48px 50px;
    border-radius: 0 0 20px 20px;
    height: auto;
}
.about-wrapper img {
    padding: 0 6% 0 6%;
}
.about-image:before {
    height: 105%;
}
#counter {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #153978;
}
.about-year h6 {
    font-size: 20px;
}
.about-content h1 {
    font-size: 30px;
    margin-top: 10%;
}

.about-content {
    padding: 0 2% 0 2%;
}

.about-wrapper {
    padding: 120px 0 50px 0;
}
.service-wrapper h5 {
    font-size: 20px;
}

.service-wrapper h1 {
    font-size: 30px;
}

.service-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content {
    padding: 0 20px;
}

img.img-fluid.wp-post-image {
    padding: 0 13% 0 13%;
}

.service-box {
  display: flex;
  flex-direction: column;
}

.service-box .service-icon {
  order: 1;
  margin-bottom: 15px;
}

.service-box .service-content {
  order: 2;
}

.service-box {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.service-content p {
    margin-bottom: 10px;
}

.service-icon img {
    width: 55px;
    height: auto;
    margin-bottom: 5px;
}

.inner-heading h6#breadcrumbs {
    font-size: 14px;
    color: #777;
    margin: 0;
    margin-top: 13px;
}

.testimonial-content h1 {
    font-size: 30px;
}

.testimonial-content h5 {
    font-size: 20px;
}

.ti-widget.ti-goog .ti-review-header .ti-profile-img img {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: -8px !important;
}

.testimonial-wrapper {
    padding: 0px 4% 0px 4%;
}

.testimonial-slider:before {
    width: 57px !important;
    height: 52px !important;
    top: 22px !important;
}
.testimonial-side-img img.img-fluid.main-service-img {
    padding: 4% 18% 0 18%;
}
.blog-wrapper h5 {
    font-size: 20px;
}
.blog-wrapper h1 {
    font-size: 30px;
}
.blog-wrapper p {
    width: 92%;
}

.slick-slide img {
    padding: 12px;
}

.blog-item h4 {
    font-size: 18px;
    padding-bottom: 6px;
}

.blog-content p {
    font-size: 13px;
    padding-bottom: 23px;
}

.blog-content a {
    font-size: 13px;
}

.home-contact h1 {
    font-size: 30px;
}

.home-contact h5 {
    font-size: 20px;
}

.home-contact-list h6 {
    font-size: 18px;
}

.home-contact-content {
    padding: 2px 12px;
}

.footer-top {
    padding: 0 0;
}

.footer-item h4 {
    margin-bottom: 20px;
}

.footer-item.about-footer {
    margin-bottom: 20px;
}

.footer-item {
    margin-bottom: 30px;
}

.custom-container {
    padding: 60px 6% 10px 6%;
}

.footer-bottom .custom-container {
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: center!important;
}

ul.footer-links {
    padding: 0;
}

/* about page section */

ul.footer-links {
    padding: 0;
}
.pageheading-middle {
    position: relative;
    top: -10px;
}
.inner-heading {
    position: relative;
    top: 265px;
}
.about-inner-img img {
    padding: 0 18% 0 18%;
}
.inner-wrapper {
    padding: 50px 0;
}
.inner-img img {
    width: 58%;
    height: auto;
    position: relative;
    left: 40%;
}
.about-inner-years {
    padding: 25px;
    position: relative;
    top: -15%;
    left: 70px;
}
.about-inner-years #counter {
    color: #fff;
}
.about-inner-img {
    margin-bottom: 45px;
}
.about-inner-years h6 {
    font-size: 16px;
}
.about-inner-years span {
    font-size: 35px;
}
.about-inner-content {
    margin-top: 15px;
}
.about-inner-content h1 {
    font-size: 30px;
}
.about-inner-content h5 {
    font-size: 20px;
}
ul.wp-block-list li {
    padding-bottom: 5px !important;
    font-size: 16px !important;
}
.accessibility p {
    width: 80%;
}
.accessibility h2 {
    font-size: 30px;
}
.family-prcatice h1 {
    font-size: 25px;
}
.inner-wrapper p {
    padding-bottom: 10px;
}
.family-prcatice {
    padding: 20px 0 0;
}
.family-img img {
    padding: 0 16% 0 16%;
}

/* service page section */
section.post-inner.inner-wrapper h1 {
    font-size: 28px;
}
ul#serviceList2984 a {
    font-size: 16px;
}
h4.wp-block-heading {
    font-size: 18px;
    margin-bottom: 15px;
}
.service-description-full p {
    line-height: 1.5;
}
.innerpage-header {
    min-height: 360px;
}

/* blog page section */
.blog-inner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* contact page section */
ul.contact-inner-info i {
    margin-right: 6px;
}
.inner-img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* bottom: -70px; */
    top: 8%;
    left: 12%;
}
  
}

@media screen and (min-width:768px) and (max-width:991.98px) {

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ff7c62;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 50px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ff5938;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 5px 20px;
}
.wpcf7-spinner::before {
  display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    margin-left: 60px;
    margin-top: 10px;
}


.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section {
    overflow: hidden;
}
.header-logo img {
    width: 111px;
    height: 80px;
}
/* .social-icons img {
    width: 20px;
    height: 20px;
} */
.social-icons {
    display: none;
}
.img-fluid {
    padding: 0 30% 0 30%;
}

.banner-img {
    margin-top: 15%;
}

.banner-bottom-box1 a {
    font-size: 22px;
}

.banner-content {
    position: unset;
    padding: 10px;
}
.banner-content h1 {
    margin-top: 35%;
}
.home-banner-wrap {
    height: 0%;
    position: relative;
}
.banner-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.banner-content a {
    padding: 12px 25px;
    font-size: 14px;
}
.banner-bottom-box1 p, .banner-bottom-box2 p, .banner-bottom-box3 p {
    font-size: 12px;
}
.banner-bottom-box1 p {
    margin-bottom: 30px;
}
.banner-bottom-box1 {
    height: 350px;
    border-radius: 20px 0 0 0;
    margin-top: 17px;
    padding: 25px 35px 30px;
}
.banner-bottom-box1 h6, .banner-bottom-box2 h6, .banner-bottom-box3 h6 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    margin-bottom: 5px;
}
a.readmore {
    font-size: 12px !important;
    padding: 6px 20px;
}
.banner-bottom-box2 {
    padding: 30px 25px 50px;
    margin-top: 17px;
    height: 370px;
    border-radius: 20px 20px 0 0;
}
.banner-bottom-box2 i, .banner-bottom-box3 i {
    font-size: 36px;
}
.banner-bottom-box3 {
    padding: 25px 35px 30px;
    border-radius: 0 20px 0 0;
    height: 350px;
    margin-top: 17px;
}
.about-wrapper img {
    padding: 0 2% 0 0%;
} 
.about-image:before {
    height: 105%;
}
.about-image {
    position: relative;
    top: 22%;
}
#counter {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #153978;
}
.about-year h6 {
    font-size: 20px;
}
.about-content h1 {
    font-size: 30px;
    margin-top: 10%;
}

.about-content {
    padding: 0 2% 0 2%;
}

.about-wrapper {
    padding: 120px 0 50px 0;
}
.service-wrapper h5 {
    font-size: 20px;
}

.service-wrapper h1 {
    font-size: 30px;
}

.service-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content {
    padding: 0 20px;
}

img.img-fluid.wp-post-image {
    padding: 0 23% 0 23%;
}

.service-box {
  display: flex;
  flex-direction: column;
}

.service-box .service-icon {
  order: 1;
  margin-bottom: 15px;
}

.service-box .service-content {
  order: 2;
}

.service-box {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.service-content p {
    margin-bottom: 10px;
}

.service-icon img {
    width: 55px;
    height: auto;
    margin-bottom: 5px;
}


.testimonial-content h1 {
    font-size: 30px;
}

.testimonial-content h5 {
    font-size: 20px;
}

.ti-widget.ti-goog .ti-review-header .ti-profile-img img {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: -8px !important;
}

.testimonial-wrapper {
    padding: 0px 0% 0px 4%;
}
section.testimonial-wrapper .row {
    align-items: flex-end;
}
.testimonial-side-img:before {
    position: absolute;
    width: 250px;
    height: 300px;
    left: 0px;
    bottom: 140px;
}
.testimonial-slider:before {
    width: 57px !important;
    height: 52px !important;
    top: 22px !important;
}
.testimonial-side-img img.img-fluid.main-service-img {
    padding: 44% 0% 0 12%;
}
.blog-wrapper h5 {
    font-size: 20px;
}
.blog-wrapper h1 {
    font-size: 30px;
}
.blog-wrapper p {
    width: 92%;
}

.slick-slide img {
    padding: 12px;
}

.blog-item h4 {
    font-size: 18px;
    padding-bottom: 6px;
}

.blog-content p {
    font-size: 13px;
    padding-bottom: 23px;
}

.blog-content a {
    font-size: 13px;
}

.home-contact h1 {
    font-size: 30px;
}

.home-contact h5 {
    font-size: 20px;
}

.home-contact-list h6 {
    font-size: 18px;
}

.home-contact-content {
    padding: 2px 12px;
}

.footer-top {
    padding: 0 0;
}

.footer-item h4 {
    margin-bottom: 20px;
}

.footer-item.about-footer {
    margin-bottom: 20px;
}

.footer-item {
    margin-bottom: 30px;
}

.custom-container {
    padding: 60px 6% 10px 6%;
}

.footer-bottom .custom-container {
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: center!important;
}

ul.footer-links {
    padding: 0;
}

/* about page section */

ul.footer-links {
    padding: 0;
}
.pageheading-middle {
    position: relative;
    top: -10px;
}
.inner-heading {
    position: relative;
    top: 265px;
}
.about-inner-img img {
    padding: 4% 15% 0 15%;
}
.inner-wrapper {
    padding: 50px 0;
}
.inner-img img {
    width: 58%;
    height: auto;
    position: relative;
    left: 40%;
}
.about-inner-years {
    padding: 25px;
    position: relative;
    top: -14%;
    left: 110px;
}
.about-inner-years #counter {
    color: #fff;
}
.about-inner-img {
    margin-bottom: 45px;
}
.about-inner-years h6 {
    font-size: 16px;
}
.about-inner-years span {
    font-size: 35px;
}
.about-inner-content {
    margin-top: 15px;
}
.about-inner-content h1 {
    font-size: 30px;
}
.about-inner-content h5 {
    font-size: 20px;
}
ul.wp-block-list li {
    padding-bottom: 5px !important;
    font-size: 16px !important;
}
.accessibility p {
    width: 80%;
}
.accessibility h2 {
    font-size: 30px;
}
.family-prcatice h1 {
    font-size: 25px;
}
.inner-wrapper p {
    padding-bottom: 10px;
}
.family-prcatice {
    padding: 20px 0 0;
}
.family-img img {
    padding: 0 20% 0 20%;
}

/* service page section */
section.post-inner.inner-wrapper h1 {
    font-size: 28px;
}
ul#serviceList2984 a {
    font-size: 16px;
}
h4.wp-block-heading {
    font-size: 18px;
    margin-bottom: 15px;
}
.service-description-full p {
    line-height: 1.5;
}
.innerpage-header {
    min-height: 360px;
}

/* blog page section */
.blog-inner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* contact page section */
ul.contact-inner-info i {
    margin-right: 6px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 30px;
}

.pageheading-middle .inner-img {
    position: relative;
    height: auto;
    width: 110%;
    overflow: hidden;
    bottom: 0px;
    top: 35%;
}
.pageheading-middle.inner-heading {
    position: relative;
    top: 150px;
}
.inner-heading h6#breadcrumbs {
    font-size: 14px;
    color: #777;
    margin: 0;
    width: 250%;
    padding-top: 10px;
}


}

@media screen and (min-width:992px) and (max-width:1199.98px) {

      #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ff7c62;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 50px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ff5938;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 5px 20px;
}
.wpcf7-spinner::before {
  display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    margin-left: 60px;
    margin-top: 10px;
}


.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section {
    overflow: hidden;
}
.header-logo img {
    width: 111px;
    height: 80px;
}
/* .social-icons img {
    width: 20px;
    height: 20px;
} */
.social-icons {
    display: none;
}
.img-fluid {
    padding: 0 30% 0 30%;
}

.banner-img {
    margin-top: 15%;
}

.banner-bottom-box1 a {
    font-size: 22px;
}

.banner-content {
    position: unset;
    padding: 10px;
}
.banner-content h1 {
    margin-top: 35%;
}
.home-banner-wrap {
    height: 0%;
    position: relative;
    padding: 120px 0;
}
.banner-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.banner-content a {
    padding: 12px 25px;
    font-size: 14px;
}
.banner-bottom-box1 p, .banner-bottom-box2 p, .banner-bottom-box3 p {
    font-size: 12px;
}
.banner-bottom-box1 p {
    margin-bottom: 30px;
}
.banner-bottom-box1 {
    height: 350px;
    border-radius: 20px 0 0 0;
    margin-top: 17px;
    padding: 25px 35px 30px;
}
.banner-bottom-box1 h6, .banner-bottom-box2 h6, .banner-bottom-box3 h6 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    margin-bottom: 5px;
}
a.readmore {
    font-size: 12px !important;
    padding: 6px 20px;
}
.banner-bottom-box2 {
    padding: 30px 25px 50px;
    margin-top: 17px;
    height: 370px;
    border-radius: 20px 20px 0 0;
}
.banner-bottom-box2 i, .banner-bottom-box3 i {
    font-size: 36px;
}
.banner-bottom-box3 {
    padding: 25px 35px 30px;
    border-radius: 0 20px 0 0;
    height: 350px;
    margin-top: 17px;
}
.about-wrapper img {
    padding: 0 2% 0 0%;
} 
.about-image:before {
    height: 105%;
}
.about-image {
    position: relative;
    top: 22%;
}
#counter {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #153978;
}
.about-year h6 {
    font-size: 20px;
}
.about-content h1 {
    font-size: 30px;
    margin-top: 10%;
}

.about-content {
    padding: 0 2% 0 2%;
}

.about-wrapper {
    padding: 120px 0 50px 0;
}
.service-wrapper h5 {
    font-size: 20px;
}

.service-wrapper h1 {
    font-size: 30px;
}

.service-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content {
    padding: 0 20px;
}
img.img-fluid.main-service-img {
    padding: 0;
}
img.img-fluid.wp-post-image {
    padding: 0 6% 0 5%;
}

.service-box {
  display: flex;
  flex-direction: column;
}

.service-box .service-icon {
  order: 1;
  margin-bottom: 15px;
}

.service-box .service-content {
  order: 2;
}

.service-box {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.service-content p {
    margin-bottom: 10px;
}

.service-icon img {
    width: 55px;
    height: auto;
    margin-bottom: 5px;
}


.testimonial-content h1 {
    font-size: 30px;
}

.testimonial-content h5 {
    font-size: 20px;
}

.ti-widget.ti-goog .ti-review-header .ti-profile-img img {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: -8px !important;
}

.testimonial-wrapper {
    padding: 0px 0% 0px 4%;
}
section.testimonial-wrapper .row {
    align-items: flex-end;
}
.testimonial-side-img:before {
    position: absolute;
    width: 250px;
    height: 300px;
    left: 0px;
    bottom: 140px;
}
.testimonial-slider:before {
    width: 57px !important;
    height: 52px !important;
    top: 22px !important;
}
.testimonial-side-img img.img-fluid.main-service-img {
    padding: 30% 0% 0 12%;
}
.testimonial-content {
    margin-bottom: 90px;
}
.blog-wrapper h5 {
    font-size: 20px;
}
.blog-wrapper h1 {
    font-size: 30px;
}
.blog-wrapper p {
    width: 92%;
}

.slick-slide img {
    padding: 12px;
}

.blog-item h4 {
    font-size: 18px;
    padding-bottom: 6px;
}

.blog-content p {
    font-size: 13px;
    padding-bottom: 23px;
}

.blog-content a {
    font-size: 13px;
}

.home-contact h1 {
    font-size: 30px;
}

.home-contact h5 {
    font-size: 20px;
}

.home-contact-list h6 {
    font-size: 18px;
}

.home-contact-content {
    padding: 2px 12px;
}

.footer-top {
    padding: 0 0;
}

.footer-item h4 {
    margin-bottom: 20px;
}

.footer-item.about-footer {
    margin-bottom: 20px;
}

.footer-item {
    margin-bottom: 30px;
}

.custom-container {
    padding: 60px 6% 10px 6%;
}

.footer-bottom .custom-container {
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: center!important;
}

ul.footer-links {
    padding: 0;
}

/* about page section */

ul.footer-links {
    padding: 0;
}
.pageheading-middle {
    position: relative;
    top: -10px;
}
.inner-heading {
    position: relative;
    top: 220px;
    left: 20px;
}
.about-inner-img img {
    padding: 0 3% 0 0%;
    margin-top: 115px;
}
.inner-wrapper {
    padding: 50px 0;
}
.inner-img img {
    width: 69%;
    height: auto;
    position: relative;
    left: 15%;
}
.about-inner-years {
    padding: 25px;
    position: relative;
    top: -10%;
    left: 0px;
}
.about-inner-years #counter {
    color: #fff;
}
.about-inner-img {
    margin-bottom: 45px;
}
.about-inner-years h6 {
    font-size: 16px;
}
.about-inner-years span {
    font-size: 35px;
}
.about-inner-content {
    margin-top: 15px;
}
.about-inner-content h1 {
    font-size: 30px;
}
.about-inner-content h5 {
    font-size: 20px;
}
ul.wp-block-list li {
    padding-bottom: 5px !important;
    font-size: 16px !important;
}
.accessibility p {
    width: 80%;
}
.accessibility h2 {
    font-size: 30px;
}
.family-prcatice h1 {
    font-size: 25px;
}
.inner-wrapper p {
    padding-bottom: 10px;
}
.family-prcatice {
    padding: 20px 0 0;
}
.family-img img {
    padding: 0 2% 0 2%;
    margin-top: 50px;
}

/* service page section */
section.post-inner.inner-wrapper h1 {
    font-size: 28px;
}
ul#serviceList2984 a {
    font-size: 16px;
}
h4.wp-block-heading {
    font-size: 18px;
    margin-bottom: 15px;
}
.service-description-full p {
    line-height: 1.5;
}
.innerpage-header {
    min-height: 360px;
}

/* blog page section */
.blog-inner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* contact page section */
ul.contact-inner-info i {
    margin-right: 6px;
}
.contact-inner-form {
    margin-top: 45px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 30px;
}

.pageheading-middle .inner-img {
    position: relative;
    height: auto;
    width: 110%;
    overflow: hidden;
    bottom: 0px;
    top: 35%;
}
.pageheading-middle.inner-heading {
    position: relative;
    top: 150px;
}
.inner-heading h6#breadcrumbs {
    font-size: 14px;
    color: #777;
    margin: 0;
    width: 250%;
    padding-top: 5px;
    margin-top: 20px;
}

}


@media screen and (min-width:768px) and (max-width:1199.98px) {

.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: normal;
    color: rgb(0 0 0) !important;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 20px;
}
	
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: none;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #ffffff;
    }
	
	
}
