/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Semibold.otf);
	font-weight: 600;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Bold.otf);
	font-weight: 700;

}


@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Light.otf);
	font-weight: 300;
}

@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Regular.otf);
	font-weight: 400;

}


h1,h2,h3,h4,h5,h6{
     font-family: NeueMontreal !important;
    color: #1C1C1C;
}
p, a{
     font-family: NeueMontreal !important;
    color: rgba(28, 28, 28, 0.7);  
    font-size: 16px;                                         
}
a:hover{
   
    text-decoration: none !important;
}

.container{
    max-width: 1235px !important;

}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #216C70;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background-color: #f2feff !important;
}
/* top header starts */

.top-header{
    background:#216C70;
    padding: 4px 0;
}
.top-header a{
    color: #fff;
}
.top-header a:hover, .top-header a:hover i{
    color: #3dd1d8;
}
.social-icons{
    text-align: end;
}
.social-icons i{
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
}
.top-header-details a{
    font-weight: 300;
    font-size: 14px;
      font-family: "Inter", sans-serif !important;
}
/* top header ends */
 /* header start */
.page-id-6  .header-wrapper .container{
     max-width: 1290px !important;
 }
.page-id-6  .header-log img {
    width: 180px;
    object-fit: contain;
    height: auto;
}

.page-id-6 .header-wrapper {
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
    margin: auto;
    display: block;
    text-align: center;
    position: fixed;
    top: 48px;
    z-index: 9;
    left: 0;
    right: 0;
    border-radius: 23px;
    border: 1px solid #7d7d7d29;
    padding:8px 0;
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.header-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.869);
    text-align: center;
    position: fixed;
    top: 34px;
    z-index: 9;
    padding: 8px 0;
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 4px 4px 0 #00000021;
}
.f-nav .header-wrapper {
	width: 100%;
    background:#ffffff;
    text-align: center;
    position: fixed;
    top: 0px !important;
    z-index: 9;
    padding: 8px 0;
     backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    box-shadow: 0px 4px 4px 0 #00000021;
}
.header-wrapper a{
    font-family: NeueMontreal !important;
}
.page-id-6.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    top: 10px !important;
    width: 90%;
}
/*.f-nav .header-wrapper {*/
/*    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
/*    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
/*    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
/*    padding-top: 0px;*/
/*    margin-top: 0px;*/
/*    top:0px;*/
/*    transition: .7s ease;*/
/*}*/
.f-nav .header-wrapper .header-log img {
    height: 70px;
    width: 155px;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#000;
}
.mega-menu-item-1395 {
    background: #fff !important;
    border: 1px solid #216C70 !important;
    border-radius: 10px !important;
    padding: 6px 18px !important;
    margin-left: 10px !important;
    position: relative !important;
}
.mega-menu-item-1395 a{
    font-size:20px !important;
    color: #216C70 !important;
}
.mega-menu-item-1395:hover{
    background:#216C70 !important;
   transition: 1s ease;
}
.mega-menu-item-1395:hover a{
   color: #fff !important;
   transition: 1s ease;
}
 /* header ends */

 /* banner start */
 .home-banner-wrap {
    position: relative;
}
.banner-item{
    position:relative;
}
@keyframes wavyRotate {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(5deg) translateY(-10px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-5deg) translateY(10px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
.banner-item {
    position: relative;
    overflow: hidden;
}

.banner-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000030;
    z-index: 1;
}

.banner-caption,
.banner-buttons {
position:relative;
    z-index: 2;
}

.banner-item:before {
  position: absolute;
  content: '';
  background: url(../tiss-theme/assets/img/dna.webp) no-repeat center;
  background-size: cover;
  width: 135px;
  height: 329px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  top: 125px;
  opacity: 0.5;

  /* Animation */
  animation: wavyRotate 4s infinite ease-in-out;
  transform-origin: center;
}
.banner-item {
    height:100vh;
}

.banner-item img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.menu-logoheader .row {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.men {
    margin-left: auto; 
    display: flex;
    align-items: center; 
}
#mega-menu-wrap-primary{
    margin-left: auto;
}
.banner-caption {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
}
.bannerslider-item h2 {
    color: #ffffff;
    width: 75%;
    margin: auto;
    font-size: 50px;
    font-family: "Oswald", sans-serif !important;
    font-weight: 700;
    text-shadow:2px 2px 2px #00000075;
}

.bannerslider-item p {
    color: #fff;
    width: 57%;
    margin: auto;
    font-weight: 400;
    padding-top: 15px;
    font-size: 17px;
    font-style: italic;
    margin-bottom:40px;

}
.quote-btn {
    background: #ffffffde;
    padding: 20px;
    border-radius: 17px;
    color: #216c70;
    border: 1px solid #206a6e;
    margin: auto;
    width: fit-content;
}
.quote-btn:hover{
    color: #fff;
    background: #216C70;
    transition: 1s ease;
}


/* service section starts */

.service-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sub-head  {
    color: #00A1B0;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 3px;
    font-weight: 400;
}
.main-head {
    text-align: center;
    color: #216c70;
    font-weight: 500;
    font-size: 42px;
}
.service-wrapper .container {
    max-width: 1025px !important;
}
.service-wrapper p {
    width: 55%;
    margin: auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 40px;
}
.service-box {
    background: #fff;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0px 4px 14px 0 #00000021;
    height: 100%;
    position: relative;
}
.service-wrapper .col-lg-3{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.service-box p {
    width: 100% !important;
    margin: auto;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 40px;
}
.service-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.service-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212738;
    padding: 13px 0 0px;
    height: 60px;
}
.service-box a {
    position: absolute;
    bottom: 10px;
    color: #028497;
}
.service-box a:hover{
    padding-left: 10px;
    transition: 1s ease;
}
.service-box:hover {
    box-shadow: 1px 10px 17px 0 #00000024;
    overflow: hidden;
}
.readmore-btn {
    margin: 55px auto 0;
    text-align: center;
    display: block;
    background: #216c70;
    color: #fff;
    padding: 15px 30px;
    width: fit-content;
    font-size: 20px;
}
.readmore-btn:hover{
    background: rgba(165, 248, 253, 0.38);
    color: #216c70;
    transition: .5s ease;
}

/* service section ends */

/* about section starts */

.about-image-wrapper{
    position: relative;
}
.about-primary-img img {
    border-radius: 25px;
    width: 75%;
    height: 470px;
    object-fit: cover;
}
.about-secondary-img img {
    width: 62%;
    height: 370px;
    border-radius: 35px;
    border: 9px solid #f2feff;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 30%;
}
.about-wrapper .readmore-btn {
    margin: 65px 0 0 !important;
    font-size: 19px !important;
}
.about-content-wrapper .sub-head{
    text-align: left !important;
}
.about-content-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    color: #216c70;
    padding-top: 8px;
    padding-bottom: 15px;
}
.about-wrapper {
    padding-bottom: 80px;
}
.about-content-wrapper{
    padding-left: 25px;
}
.mission-vision-box{
    position: relative;
    height: 100%;
    border-radius: 15px;
    padding: 20px;
}
.mission-vision-icon img {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.vision-box{
    background: url(../tiss-theme/assets/img/visionbg.png) no-repeat center;
    background-size: cover;
}
.mission-box {
    background: url(../tiss-theme/assets/img/missionbg.png) no-repeat center;
    background-size: cover;
}
.mission-vision-box h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    padding-top: 15px;
}
.mission-vision-box p{
    color: #fff;
    padding-top: 10px;
}
.mission-vision-wrapper{
    padding-bottom: 30px;
}
/* about section ends */


/* speciality section starts */

.specialities-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.speciality-items {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.specialities-wrapper p{
    text-align: center;
    width: 42%;
    margin: auto;
    padding-bottom: 40px;
}
.speciality-content p{
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
}
.speciality-box {
    background: #216C70;
    padding: 15px;
    border-radius: 25px;
    height: 100%;
}
.specialities-wrapper .col-lg-3{
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.speciality-head {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 20px;
}
.speciality-head h4{
    color: #fff;
    font-size: 20px;
}
.speciality-icon{
    background: #EDFEFF;
    border-radius: 50%;
    padding: 12px;
}
.speciality-icon img{
    width: 50px;
    height: 50px;
}


/* speciality section ends */


/* brand section starts */

.brand-slider {
    background: #216c70;
    display: grid;
    gap: 20px;
    padding: 40px 20px;
    border-radius: 25px;
}
.brand-swiper-row {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 80px;
  background:#fff;
  border-radius:20px;
  object-fit:contain;
  padding:12px;
}


/* brand section ends */

/* team section starts */

.our-team-wrapper {
    padding: 80px 0;
}
.team-section{
    width: 50%;
    margin:40px auto 0;
}
.team-wrapper-img img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 15px;
	object-position:top;
}
.team-box a {
    border: 1px solid #000000c4;
    padding: 6px 30px;
    border-radius: 20px;
    font-size: 16px;
    color: #000;
    margin: auto;
    text-align: center;
    display: block;
}
.team-box a:hover{
    color: #ffffff;
    background: #216C70;
    border: none;
    transition: .7s ease;
}
.team-box p {
    font-size: 15px;
    padding: 10px 3px;
    color: #000;
    text-align:center;
}


/* team section ends */


/* client section starts */
.our-client-wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
}

.client-box{
    background: #00A1B0;
    padding: 10px;
    border-radius: 15px;
    margin: 55px 14px 10px;
}
.client-box img {
    width: 245px;
    height: 90px;
    object-fit: contain;
    margin: auto;
    display: block;
}

/* client section ends */

/* testimonial section starts */

.testimonial-image img{
    width: 165px;
    height: 195px;
    object-fit: cover;
    border-radius: 15px;
}
.testimonial-slider-wrapper{
    background: #fff;
    margin-top: 40px;
    padding: 90px 120px;
    border-radius: 35px;
    border: 1px solid #30303041;
}
.testimonial-item {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 20px;
}
.testimonial-item p {
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0;
    margin-bottom: 0;
}
.stars i{
    color: #2563eb;
}

.testimonial-item h6{
    font-size:15px ;
}
.testimonial-slider-wrapper .slick-prev, .testimonial-slider-wrapper .slick-next {
    color: #000000;
    background: none;
    border: none;
    font-size: 39px;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 0 3px 0 #00000045;
    padding: 0 10px 5px;
    width: 50px;
    height: 49px;
    line-height: 5px;
    border-radius: 5px;
}
.testimonial-slider-wrapper .slick-prev {
  left: -50px;
}

.testimonial-slider-wrapper .slick-next {
  right: -40px;
}

.testimonial-slider-wrapper .slick-prev:before,
.testimonial-slider-wrapper .slick-next:before {
  content: none; /* Remove default icons */
}


/* testimonial section ends */


/* blog section starts */

.blog-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}
.blog-wrapper .container{
    width: 75%;
    margin: auto;
    display: block;
}
.blog-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cat-label {
    color: #6941c6;
    text-transform: capitalize;
    font-weight: 500;
}
.blog-item{
    padding: 15px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 6px 18px 0 #55555529;
    margin-top: 40px;
}
.blog-item h6{
    padding: 10px 0;
    position: relative;
}
.blog-item a:hover h6{
    color: #216C70;
}
.blog-item h6:before {
    position: absolute;
    content: '→';
    right: 0;
    top: 1px;
    font-size: 25px;
    rotate: -33deg;
}

.author-img img{
    border-radius: 50%;
}
.author-name{
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 15px;
}
.post-date{
    color: #0000007c;
     margin-bottom: 0;
     font-size: 13px;
     padding-left: 15px;
}
/* blog section ends */

/* footer section starts */


.footer{
    background: #216C70;
    padding-top: 50px;
}
.footer p, .footer a {
    color: #ffffffdb;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}
.footer a:hover{
   color:#000;
}

.footer li{
    list-style: none;
}
.footer h4{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.footer-logo {
    width: 110px;
    height: 145px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 25px;
}
#menu-quick-links,
#menu-footer-service{
    padding-left: 0;
}
.footer-item  iframe{
    border-radius: 15px;
}
.footer-second-row p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-social i{
    font-size: 20px;
    margin: 0 10px;
}
.footer-item-col-4 a,
.footer-item-col-4 p{
    margin-left: 15px;

}
.footer-mail-wrap a {
    background: #fff;
    color: #216c70;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: inset 0px 0px 8px 2px #0000008a;
}
.footer-mail-wrap{
    margin-top:45px;
}
/* footer section ends */

/* inner page starts */

.innerpage-header {
    position: relative;
    top: 130px;
}
.inner-banner-img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: top;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.innerpage-header .inner-wrapper {
    background: #216c70;
    border-radius: 20px;
    overflow: hidden;
}
.inner-banner-heading {
    position: absolute;
    left: 45px;
    bottom: 50px;
    right: 45px;
}
.inner-banner-heading h2{
    color: #fff;
    font-size: 37px;
}
.inner-banner-heading p{
    color: #fff;
}
#breadcrumbs{
    padding: 12px 15px;
}
#breadcrumbs i{
    color: #5cd8dd;
}
#breadcrumbs i:hover{
    color: #216c70;
}
.inner-page-wrapper{
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top:100px;
}
.inner-head {
    color: #216c70;
    margin: auto;
    font-size: 35px;
    font-weight: 600;
}
.innerpage-header .container {
    max-width: 1265px !important;
}
/* -------------------- */

/* about inner page starts */


.about-inner-image img{
    width: 100%;
    height: 450px;
    object-fit: contain;
}
.inner-about-content ul{
    column-count: 2;
    list-style: none;
}
.inner-about-content ul li{
    list-style-image: url(../tiss-theme/assets/img/list.png);
}
.quality{
    padding-top: 0px;
    padding-bottom: 50px;
}
.quality-image  {
    height: 100%;
}
.quality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 84% 0, 100% 26%, 100% 100%, 32% 100%, 0 100%);
}
.quality-content {
    padding: 20px;
    background:url(../tiss-theme/assets/img/qualitybg.webp) no-repeat;
    background-size: cover;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 100% 100%, 13% 100%, 0 75%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quality-content h4 {
    color: #f2feff;
    font-size: 35px;
}
.quality-content p{
    color: #fff;
}

.what-point-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap:wrap;
}
.why-points {
    border: 1px solid #00000030;
    padding: 15px;
    border-radius: 9px;
    box-shadow: 0px 3px 5px 0 #0000003d;
    background: #fff;
    width: 30%;
    height: 210px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.why-points:hover{
    box-shadow: -1px 2px 10px 0 #0000003d;
}
.what-set-us-apart {
    padding-top: 50px;
    padding-bottom: 80px;
}
.what-set-us-apart .inner-head{
    text-align: center;
    padding-bottom: 30px;
}
.why-points p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    color: #3f3e3e;
}
.why-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
}
/* about inner page ends */

/* service inner page starts */

.inner-service-box {
    padding: 30px;
    background: url(../tiss-theme/assets/img/service-bg.webp) no-repeat center;
    background-size: cover;
    border: 1px solid #0000001f;
    box-shadow: 0px 0px 6px 0 #80808052;
    height: 265px;
    position: relative;
    border-radius: 5px;
}
.service-inner .col-lg-4{
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.inner-service-box h6 {
    font-size: 22px;
    color: #216c70;
}
.service-inner-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #c7ecee;
    padding: 30px;
    border-radius: 50% 50% 0 50%;
    box-shadow: -3px 3px 5px 0 #5a5a5a8c;
}
.service-inner-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.inner-service-box a{
    position: absolute;
    bottom: 28px;
    color: #216c70;
    font-weight: 500;
}
.inner-service-box i {
    box-shadow: 0 0 6px 0 #00000061;
    padding: 5px 13px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 28px;
    margin-right: 6px;
}
.inner-service-box a:hover i{
    background: #216C70;
    color: #fff;
    margin-right: 15px;
    transition: .3s ease;
}
.inner-service-box a:hover{
    color: #216c70;
}


/* service inner page ends */

/* service detail page starts */

.serv-inner-img img{
    width: 60%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 30px;
    object-position:top;
}
.sidebar {
    background: #216c70;
    padding: 25px;
    border-radius: 20px;
    height: 415px;
    text-align: right;
    position: relative;
    box-shadow: inset 0 0 5px 0 #ffffffc2;
}
.sidebar:before {
    position: absolute;
    content: '';
    background: url(../tiss-theme/assets/img/sidebar.webp) no-repeat center;
    background-size: cover;
    width: 240px;
    height: 247px;
    object-fit: contain;
    right: 0;
    left: 0;
    bottom: 0;
}
.sidebar h4 {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 0 3px #00000085;
}
.sidebar p{
    color: #fff;
}
.sidebar .quote-btn {
    padding: 12px 20px;
    bottom: 30%;
    left: unset;
    right: 13px;
}

/* service detail page ends */

/* blog page starts */

.blog-page img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    clip-path: polygon(82% 0, 100% 22%, 100% 100%, 0 100%, 0 0);

}
.blog-detail-wrapper {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 2px 5px 0 #0000003d;
}
.blog-inner-item:hover .blog-detail-wrapper {
    background: #bbdddf;
    transition: .5s ease;
}
.blog-detail-wrapper h6,
.post-inner h6 {
    color: #216c70;
    font-weight: 400;
    font-size: 14px;
}
/* blog page ends */

/* blog inner page starts */

.blog-inner-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
       margin-bottom: 30px;
}
.recent-post-wrapper img {
    width: 62%;
    height: 154px;
    object-fit: cover;
    border-radius: 5px;
 
}
.recent-post-wrapper h3 {
    font-size: 32px;
    padding-bottom: 10px;
    color: #216c70;
}
.sidebar-post-item h4 {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 0;
}
.sidebar-post-item a {
    color: #216c70;
    font-size: 15px;
}
.sidebar-post-item a:hover{
    padding-left: 15px;
    transition: .5s ease;
    color: #216C70;
}
.sidebar-post-item{
    margin-bottom: 15px;
}
 /* blog inner page ends */

/* speciality page starts */

.inner-speciality-img img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.inner-speciality-img{
    position: relative;
}
.inner-speciality-content{
    position: relative;
    background: #fff;
    width: 90%;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 80px;
    height: 285px;
    padding: 20px;
    box-shadow: 3px 5px 8px 0 #00000026;
    border: 1px solid #00000030;

}
.specialty-inner-icon {
    position: absolute;
    right: 10px;
    top: -40px;
    background: #216c70;
    padding: 8px;
}
.specialty-inner-icon img{
    width: 60px;
    height: 70px;
    object-fit: contain;
    filter: invert(1);
}
.inner-speciality-content h6{
    font-size: 25px;
    font-weight: 600;
    padding-top: 30px;
}
.inner-speciality-content a {
    position: absolute;
    bottom: 27px;
    font-size: 28px;
    background: #ffffff;
    color: #216c70;
    padding: 5px 11px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 9px 0 #00000047;
}
.inner-speciality-content a:hover {
    background: #216c70;
    color: #ffffff;
    padding: 5px 11px;
    border-radius: 35px;
    width: 200px;
    height: 50px;
    box-shadow: 0 0 9px 0 #00000047;
    text-align: right;
    transition: .3s ease;
}
/* speciality page ends */

/* clients section starts */

.inner-client-img {
    background: #216c7017;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 4px 0 #00000040;
    margin-bottom: 15px;
    border: 1px solid #0000002b;
}
.inner-client-img img {
    margin: auto;
    display: block;
    width: 100%;
    height: 105px;
    object-fit: contain;
}
.client-inner h4 {
    text-align: center;
    padding-bottom: 26px;
    text-transform: uppercase;
}
.client-first{
    padding-bottom:45px;
}
/* clients section ends */


/* contact page starts */

.contact-detail-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    margin-bottom: 14px;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 #c6c6c6;
}
.contact-inner .container{
    width: 85%;
    margin: auto;
    display: block;
}
.contact-inner i {
    padding: 14px;
    border: 1px solid #216c70;
    border-radius: 50%;
    font-size: 20px;
    color: #216c70;
}
.contact-inner a{
   color: rgba(28, 28, 28, 0.7); 
}
.contact-detail-box a:hover{
    color:#000;
}
.contact-form input{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 3px 0 #0000003f;

}
.contact-form textarea{
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 3px 0 #c6c6c661;
}
.contact-form p {
    margin-bottom: 10px !important;
}
.contact-form .wpcf7-submit{
    width: 25%;
    margin: auto;
    display: block;
    background: #216C70;
    color: #fff;
}
.contact-form{
    background: url(../tiss-theme/assets/img/formbg.webp) no-repeat center;
    background-size: cover;
    padding: 30px;
    box-shadow: 0 0 3px 0 #c6c6c661;
    border-radius: 15px;
}
.map{
    margin-top: 55px;
}
.map h4 {
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.map iframe{
    height: 300px;
    border-radius: 15px;
}
/* contact page ends */


/* testimonial inner page starts */


.testimonial-inner-img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonial-inner-box {
    border: 1px solid #216c703b;
    border-radius: 5px;
    padding: 90px 50px 40px;
    text-align: center;
    margin: 50px 10px;
    position: relative;
}
.testimonial-inner-box:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: '';
    background: url(../tiss-theme/assets/img/quotes.png) no-repeat center;
    background-size: cover;
    width: 75px;
    height: 75px;
    opacity: .2;
}

/* testimonial inner page ends */

/* team inner page starts */

.team-inner-row {
    display: flex;
    justify-content: center;
}
.team-inner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}
.team-inner-wrapper .container{
    width: 80%;
    margin: auto;
    display: block;
}
.team-inner-item{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.162);
}
.team-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.team-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.team-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.team-content {
    background: #eaeaea4f;
    margin: auto;
    display: block;
    padding: 20px;
    margin-top: 15px;
    border-radius: 15px;
    text-align: center;
}
.team-content h6 {
    color: #216c70;
    font-size: 24px;
    margin-bottom: 3px;

}
.team-content .view-more-btn {
    border: 1px solid #216c7057;
    padding: 5px 13px;
    background: #fff;
    border-radius: 15px;
    color: #216c70;
}
.team-content .view-more-btn:hover{
    background: #216C70;
    color: #fff;
    transition: .5s ease;
}

.gm-message-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 25px;
}
.gm-message-head {
    color: #216c70;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 42px;
    text-align: left;
}
.gm-message-content p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 10px;
}
.gm-message {
    margin-bottom: 80px;
    background: #ffffffa6;
    padding: 50px;
    text-align: center;
}
.gm-message-content{
	padding:0 30px !important;
}
.gm-name {
    text-align: right;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #216c70;
}
.gm-position{
    text-align:right !important;
}

/* team inner page ends */


@media only screen and (max-width:767px){

    /* home page starts */

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    right: -350px;
}

.page-id-6.f-nav .header-wrapper {
    top: 0px !important;
    width: 100%;
}

.page-id-6 .header-wrapper {
    top: 30px;
    border-radius: 0px;
    border: none;
    width: 100%;
}
.top-header-details a {
    font-weight: 300;
    font-size: 12px;
    font-family: "Inter", sans-serif !important;
}
.banner-caption {
    transform: unset;
    top: 33%;
}
.social-icons{
    display: none;
}
.banner-item{
    height: 100vh;
}
.banner-item img{
    height: 100vh;
}
.bannerslider-item h2 {
    width: 100%;
    font-size: 30px;
}
.bannerslider-item p{
    width: 100%;
}
.f-nav .header-wrapper{
    top: 0 !important;
}
.page-id-6 .header-log img {
    width: 160px;
}
.main-head{
    font-size: 30px;
}
.service-wrapper p{
    width: 100%;
	font-size: 14px;
}
.service-wrapper .readmore-btn {
    font-size: 16px;
}
.service-items .col-lg-3{
    margin-bottom: 30px;
}
.about-primary-img img {
    width: 86%;
    height: 310px;
}
.about-secondary-img img {
    width: 62%;
    height: 240px;
}
.about-content-wrapper {
    padding-top: 65px;
}
.about-content-wrapper p{
	font-size: 14px;	
}
.about-wrapper .readmore-btn {
    font-size: 16px !important;
}
.mission-vision-box h4 {
    font-size: 30px;
    padding-top: 15px;
}
.mission-vision-wrapper .col-lg-6{
    margin-bottom: 30px;
}
.swiper-slide{
    width: 90px !important;
}
.about-content-wrapper h2{
    font-size: 26px;
}
.specialities-wrapper p {
    width: 90%;
}
.specialities-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.specialities-wrapper .readmore-btn {
    margin: 55px auto 0;
    padding: 15px 30px;
    font-size: 16px;
}
.team-section{
    width:90%;
}
.gm-message-head {
    font-size: 25px;
    padding-top:30px;
}
.testimonial-slider-wrapper{
    padding: 40px;
}
.testimonial-item{
    display: block;
}
.testimonial-image img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.testimonial-content{
    text-align: center;
}
.testimonial-slider-wrapper .slick-next {
    right: -18px;
}
.testimonial-slider-wrapper .slick-prev {
    left: -14px;
}
.testimonial-slider-wrapper .slick-prev, .testimonial-slider-wrapper .slick-next{
    top: 30%;
}
.blog-wrapper .container {
    width: 100%;
}
.team-section .readmore-btn {
    margin: 55px auto 0;
    padding: 15px 30px;
    font-size: 16px;
}
.our-client-wrapper .readmore-btn {
    margin: 55px auto 0;
    padding: 15px 30px;
    font-size: 16px;
}

.footer p, .footer a {
    font-size: 14px;
}	
.footer h4 {
    font-size: 20px;
}
.footer-mail-wrap {
    margin: 45px 0;
}
.cnt-frm-head h1 {
	font-size:28px;
}

.footer-social {
    margin-bottom: 11px;
}
.footer-second-row{
    text-align: center;
}
.footer-item-col-4 a, .footer-item-col-4 p{
    margin-left: 0;
}
.mega-menu-item-1395 {
    background: none !important;
    border:none !important;
    border-radius: none !important;
    padding: 0px !important;
    margin-left: 0px !important;
    position: unset !important;
}
.mega-menu-item-1395 a {
    font-size: 14px !important;
    color: #090909 !important;
}
/* home page ends  */

/* service page starts */

.inner-banner-img img{
    height: 250px;
}
.inner-banner-heading h2{
    font-size: 26px;
}
.inner-banner-heading p {
    font-size: 16px;
    line-height: 20px;
}
.inner-banner-heading {
    left: 30px;
    bottom: 34px;
    right: 30px;
}
.inner-page-wrapper .container{
    width: 100%;
}
.serv-inner-img img{
    width: 100%;
}
.inner-head{
    font-size: 25px;
}
.sidebar{
    height: 495px;
}
.sidebar h4{
    font-size: 25px;
}
.inner-service-box p {
	font-size:15px;
}
/* service page ends */


/* about page starts */
	
.about-innerpage p {
	font-size:14px ;
}

.quality-content h4 {
    font-size: 25px;
}	
.quality-content p {
    font-size: 14px;
}
	
.quality-content,
.quality-image img{
    clip-path: none;
}
.what-point-wrapper{
    display: block;
}
.why-points{
    width: 100%;
    margin-bottom: 20px;
}
/* about page ends */
	
/* specialties page start  */
	
.inner-speciality-content h6 {
    font-size: 22px;
}
.inner-speciality-content p {
	font-size:15px;
}

/* specialties page end  */

/* team page starts */

.gm-message {
    padding: 50px 0px;
    text-align: justify;
}
.team-inner-wrapper .col-lg-4{
    margin-bottom:20px;
}

/* team page ends */

/* blog-page starts */

.blog-page .col-lg-4{
    margin-bottom: 20px;
}
.blog-detail-wrapper p {
	font-size:15px;
}

/* blog-page ends*/
	
/* service single page start  */

.service-detail-page p {
	font-size:14px;
}

/* service single page end  */

	
/* team single page start  */
	
.gm-message-content p {
    font-size: 14px;
}
	
/* team single page end  */

/* 	contact page start  */
.contact-form .wpcf7-submit {
    width: 75%;
}
.cnt-frm-head p, .cnt-frm-head a {
	font-size:14px;
}
	
/* 	contact page end */
	

/* single blog page start  */
	
.recent-post-wrapper {
	text-align:center;
}
.recent-post-wrapper h3 {
    font-size: 30px;
}
.post-inner p {
	font-size:14px;
}
.sidebar-post-item h4 {
    font-size: 16px;
}
	
/* single blog page end */
	
}



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

 /* home page starts */

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    right: -350px;
}
.page-id-6.f-nav .header-wrapper {
    top: 0px !important;
    width: 100%;
}

.page-id-6 .header-wrapper {
    top: 30px;
    border-radius: 0px;
    border: none;
    width: 100%;
}
.banner-caption {
    transform: unset;
    top: 137px;
}
.banner-item{
    height: 100vh;
}
.social-icons i{
    font-size: 15px;
}
.banner-item img{
    height: 100vh;
}
.bannerslider-item h2 {
    width: 100%;
    font-size: 30px;
}
.bannerslider-item p{
    width: 100%;
}
.f-nav .header-wrapper{
    top: 0 !important;
}
.page-id-6 .header-log img {
    width: 160px;
}
.main-head{
    font-size: 30px;
}
.service-wrapper p{
    width: 100%;
}
.service-items .col-lg-3{
    margin-bottom: 30px;
}
.about-primary-img img {
    width: 92%;
    height: 415px;
}
.about-secondary-img img {
    width: 65%;
    height: 300px;
    top: 65%;
}
.about-content-wrapper {
    padding-top: 0px;
}
.mission-vision-wrapper {
    padding-top:40px;
}
.mission-vision-wrapper .col-lg-6{
    margin-bottom: 30px;
}
.swiper-slide{
    width: 90px !important;
}
.about-content-wrapper h2{
    font-size: 26px;
}
.specialities-wrapper p {
    width: 90%;
}
.specialities-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonial-slider-wrapper{
    padding: 40px;
}
.testimonial-item{
    display: block;
}
.testimonial-image img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.testimonial-content{
    text-align: center;
}
.testimonial-slider-wrapper .slick-next {
    right: -18px;
}
.testimonial-slider-wrapper .slick-prev {
    left: -14px;
}
.testimonial-slider-wrapper .slick-prev, .testimonial-slider-wrapper .slick-next{
    top: 30%;
}
.team-section {
    width: 100%;
}
.team-wrapper-img img{
    height: 300px;
}
.blog-wrapper .container {
    width: 100%;
}
.footer-social {
    margin-bottom: 11px;
}
.footer-second-row{
    text-align: center;
}
.footer-item-col-4 a, .footer-item-col-4 p{
    margin-left: 0;
}
.mega-menu-item-1395 {
    background: none !important;
    border:none !important;
    border-radius: none !important;
    padding: 0px !important;
    margin-left: 0px !important;
    position: unset !important;
}
.mega-menu-item-1395 a {
    font-size: 14px !important;
    color: #090909 !important;
}
/* home page ends  */

/* service page starts */

.inner-banner-img img{
    height: 250px;
}
.inner-banner-heading h2{
    font-size: 30px;
}
.inner-banner-heading p {
    font-size: 16px;
    line-height: 20px;
}
.inner-banner-heading {
    left: 30px;
    bottom: 34px;
    right: 30px;
}
.inner-page-wrapper .container{
    width: 100%;
}
.serv-inner-img img{
    width: 100%;
}
.inner-head{
    font-size: 28px;
}
.sidebar{
    height: 285px;
}
.sidebar h4{
    font-size: 28px;
}
.sidebar p {
    color: #fff;
    width: 67%;
    margin-left: auto;
}
.inner-speciality-content {
    position: relative;
    width: 90%;
    display: block;
    left: 0;
    right: 0;
    bottom: 80px;
    height: 300px;
}
/* service page ends */


/* about page starts */

.quality-content,
.quality-image img{
    clip-path: none;
}
 .why-points {
    flex: 1 1 calc(45% - 40px);
    max-width: 45%;
}
.blog-detail-wrapper h5{
    height: 60px;
}
/* about page ends */

/* team page starts */

.gm-message {
    padding: 50px 30px;
    text-align: justify;
}


/* team page ends */

/* blog-page starts */

.blog-page .col-lg-4{
    margin-bottom: 20px;
}

/* blog-page ends*/
	
/* contact page start  */

.contact-form .wpcf7-submit {
    width: 75%;
}

/* contact page end  */
}




