
 /* font-family: "Noto Sans", sans-serif; */

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/



.space{
  padding: 5% 0;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Titillium Web", sans-serif!important;
  font-weight: 500;
  line-height: 1.2;
  color: #202135;
}

p{
     font-family: "Noto Sans", sans-serif!important;
     color: #202135;
}







.container {
    max-width: 90%!important;
  }




.btn-primary:focus {
  background-color: #80ab7e!important;
  border-color: #80ab7e!important;
}
.mainbg1{
  background-color: #80ab7e!important;
}
.text-secondary {
  color: #6636cc!important;
}
.topdetails{
  padding: 10px 0px;
}
.topdetails .text-light i{
  color: #fff!important;
}
.topdetails .text-light{
  font-weight: bold;
}
.topdetails a:hover{
	font-weight: bold!important;
	transition: .5s;
	color: #6636cc!important;
}
.iconbox{
  justify-content: right;
  display: flex;
}

.logo img{
	width: 100px;
  height: 100px;
  object-fit: contain;
}

.mainlogo h1{
	font-size: 30px!important;
	line-height: 100px;
}
.btn-primary:hover {
  background-color: #6636cc!important;
  border-color: #6636cc!important;
}
.mainlogo img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.text-secondary{
	color: #6636cc;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
	border: 1px solid #fff;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/









.owl-carousel .item{
  background-size:cover !Important;
  background-repeat: no-repeat !Important;
  background-position:center center !Important;
}
.owl-carousel .owl-nav{
  margin:0px;
  height:0px;
}
.owl-carousel i{
  font-size:40px;
  color: #6636cc;
}
.owl-carousel .owl-prev{
  position:absolute;
  top:50%;
  left:-20px;
  margin:0px !important;
  transform:translateY(-50%);
}
.owl-carousel .owl-next{
  position:absolute;
  top:50%;
  right:-20px;
  margin:0px !important;
  transform:translateY(-50%);
}
.owl-carousel  .owl-dots{
  position:absolute;
  bottom:8px;
  left:50%;
  transform:translateX(-50%);
}



#wellness .d_card {
        height: 350px;
        width: 95%;
        margin: auto;
    }

#wellness i{
  font-size:40px;
  color: #fff!important;
}










/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: "Titillium Web", sans-serif;
    position: relative;
    margin-right: 20px;
    padding: 25px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    transition: .5s;
}
.dropdown-item{
	font-size: 16px;
    font-weight: bold;
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    width: 100%;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    padding: 3px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-white);
        width: 100%;
        left: 0px;
        padding: 15px 10px;
    }
.pricing-table .btn.round {
  color: #fff;
  padding: 5px 20px;
}
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
		width: 100%!important;
		margin: auto;
		padding: 0px 4%;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
}
.carousel-caption p{
  color: #fff;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;  
}


.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content .display-1{
        font-size: 50px!important;
   }

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 4% 0;
}
.bg-breadcrumb .display-3 {font-size: 45px!important;}
.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .2) ; */
    background-color: aliceblue;
    width: 95%;
    margin: auto;
}
.service p{font-family: "Noto Sans", sans-serif !important;}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service .service-item h5{
	color: #6636cc !important;
    font-weight: bold!important;
}
.service .service-item .service-img img {
    transition: 0.5s;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(127, 170, 125, 0.9))
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(127, 170, 125, 0.9))
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
   
}

/*** Service End ***/



.about h1{
	font-size: 45px;
}


.service h1{
	font-size: 45px;
}
.team h1{
	font-size: 45px;
}
.testimonial h1{
	font-size: 45px;
}
.blog h1{
	font-size: 45px;
}
 




/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}
.about .text-secondary{
  color: #000 !important;
}
.about p{
  color: #000 !important;
}
.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;
}
.about .about-img .about-img-inner img{
	
}
.about .about-img .roundedcirclepic{
	width: 250px;
	height: 250px;
	border-radius: 150px;
	object-fit: cover;
}
.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature{
	
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.feature h2{
	color: #fff;
}
.feature .sub-title{
	color: #fff;
}
.feature .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid #fff!important;
}
.feature .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid #fff!important;
}
.feature .sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid #fff!important;
}
.feature .section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid #fff!important;
}
.feature .section-title .sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid #fff!important;
}


.feature h1{
	font-size: 45px;
}
.feature-item.p-4{
	border: 3px dashed #7faa7d !important;
	border-radius: 20px;
      width: 95%;
    margin: auto;
}
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid #7faa7d !important;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.feature p{
	color: #fff;
}

.feature-item h5{
	color: #6636cc !important;
    font-weight: bold !important;
}
.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.appointment h1{
	font-size: 40px!important;
}
.appointment .appointment-form {
    background: rgba(128, 171, 126, 0.6);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
.appointment .appointment-form p{
	color: #fff!important;
}


/*** Youtube Video start ***/
.video {
    position: relative;
}
.video img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: #6636cc;
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(127, 170, 125, 0.9), rgba(127, 170, 125, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}
.testimonial-item .star i{
	color: #ffcb24!important;
}
.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/

a.replay-btn {
    font-weight: bold;
}


.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.media-body {
    width: 80%;
}
.recent-post .media-img {
  --icon-size: 100px;
  margin-right: 20px;
  width: var(--icon-size);
  height: var(--icon-size);
  overflow: hidden;
  border-radius: 10px;
}
.recent-post .media-img img {
  width: 100px!important;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.recent-post .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0px ;
  padding-right: 20px;
  height: 50px;
  overflow: hidden;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}





/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  background-color: var(--quote-bg, #eff1f5);
  border-left: 4px solid var(--theme-color);
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  color: inherit;
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.5;
  position: relative;
}
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--theme-color);
  opacity: 0.3;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--theme-color);
}

blockquote.vs-quote {
  text-align: left;
  padding: 50px 50px;
  border-left: 0px solid var(--theme-color);
  border-radius: 30px;
  border: 1px solid var(--vs-border-color7);
  margin: 41px 0;
  overflow: visible;
}
blockquote.vs-quote p {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  padding-right: 5px;
}
blockquote.vs-quote::after {
  position: absolute;
  content: "";
  height: 160px;
  width: 4px;
  background-color: var(--theme-color);
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 5px 5px 0;
}
blockquote.vs-quote:before {
  position: absolute;
  top: auto;
  right: 38px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--theme-color);
  display: inline-block;
  opacity: 23%;
  bottom: 29px;
  font-size: 80px;
}
blockquote.vs-quote cite {
  padding: 0;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}
blockquote.vs-quote cite::before {
  position: static;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  color: #8b919c;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  color: var(--theme-color);
}
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.vs-blog {
  margin-bottom: 40px;
  border: 1px solid #7faa7d;
  border-radius: 50px;
}
.vs-blog:last-child {
  margin-bottom: 30px;
}
.vs-blog .blog-date {
  width: 100px;
  height: 100px;
  background: #7faa7d
  font-size: 40px;
  font-weight: 700;
  font-family: var(--body-font);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  border-radius: 30px;
  line-height: 1;
  margin: -75px 0 30px 45px;
}
.vs-blog .blog-date span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.vs-blog .blog-img {
  border-radius: 50px;
  overflow: hidden;
  margin: -1px;
}
.blog-img img{
	height: 300px!important;
}
.vs-blog .blog-img .img {
  border-radius: 30px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  border: 1px dashed var(--theme-color);
}
.vs-blog .blog-img.blog-video {
  position: relative;
}
.vs-blog .blog-img.blog-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vs-blog .blog-title {
  max-width: 100%;
  line-height: 1.3;
  /* Large devices */
}
.vs-blog .blog-title a{
	color: var(--theme-color);
}

@media (max-width: 1199px) {
  .vs-blog .blog-title {
    max-width: 100%;
  }
}
.vs-blog .blog-title br {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog .blog-title br {
    display: none;
  }
}
.vs-blog .blog-text {
  margin-bottom: 0;
}
.vs-blog .blog-meta {
  margin: 0 0 10px 0;
}
.vs-blog .blog-content {
 padding: 0 25px 30px 20px;
}
.vs-blog .blog-meta {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.vs-blog .blog-meta .blog-meta-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.vs-blog .blog-meta .blog-meta-icon img {
  width: 24px;
  height: 24px;
}
.vs-blog .blog-meta .blog-meta-icon:hover {
  color: var(--theme-color);
}
.vs-blog .blog-meta span,
.vs-blog .blog-meta a {
  color: var(--text-color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.vs-blog .blog-meta span span,
.vs-blog .blog-meta a span {
  text-decoration: none;
}
.vs-blog .blog-meta span:hover span,
.vs-blog .blog-meta a:hover span {
  color: var(--theme-color);
}
.vs-blog .blog-text + .blog-footer {
  padding-top: 30px;
}
.vs-blog .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid var(--vs-border-color7);
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 15px;
}
.vs-blog .vs-btn {
  font-size: 18px;
  padding: 21px 45px;
}

.blog-style1 {
  border: 0;
}
.blog-style1 .blog-date {
  width: 100px;
  height: 100px;
  background: #7faa7d
  font-size: 40px;
  font-weight: 700;
  font-family: var(--body-font);
  display: flex;
  margin-top: -50px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  margin-left: 26px;
  border-radius: 30px;
  line-height: 1;
  margin-bottom: 26px;
}
.blog-style1 .blog-date span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.blog-style1 .blog-img {
  border-radius: 30px;
}
.blog-style1 .blog-img .img {
  border-radius: 30px;
}
.blog-style1 .blog-meta {
  margin: 0 0 10px 0;
}
.blog-style1 .blog-content {
  padding: 0 0px 0 0;
}
@media (max-width: 1199px) {
  .blog-style1 .blog-content {
    padding: 0 0 0 0;
  }
}
.blog-style1 .blog-title {
  margin-bottom: 0;
  line-height: 34px;
  max-width: 91%;
}
@media (max-width: 1399px) {
  .blog-style1 .blog-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .blog-style1 .blog-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-style1 .blog-meta {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
}
.blog-style1 .blog-meta .blog-meta-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.blog-style1 .blog-meta .blog-meta-icon img {
  width: 24px;
  height: 24px;
}
.blog-style1 .blog-meta span,
.blog-style1 .blog-meta a {
  color: var(--text-color);
  font-weight: 500;
}
.blog-style1 .blog-meta span span,
.blog-style1 .blog-meta a span {
  text-decoration: underline;
}
.vs-comments-wrap {
    border: 2px dashed #7faa7d;
    border-radius: 30px;
    padding: 20px;
    margin: 3% 0px;
}
.blog-inner-title {
  font-size: 40px;
  position: relative;
  padding-bottom: 0px;
}
.blog-inner-title::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
}

.blog-single {
  position: relative;
  margin-bottom: 30px;
  border: 0;
}

.blog-single p {
  font-weight: 500;
}
.blog-single .blog-img {
  border-radius: 30px;
  margin: 0;
}
.blog-single .blog-img > img {
  width: 100%;
}
.mainblogimg img{
  height: 600px!important;
  border-radius: 20px;
}
.blog-single .blog-meta {
  margin: -0.2em 0 10px 0;
}
.blog-single .blog-title {
  margin-bottom: 17px;
  color: var(--bs-primary);
}
.blog-single .blog-title br {
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-single .blog-title br {
    display: none;
  }
}
.blog-single .link-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .blog-date {
  color: var(--body-color);
  margin-left: 35px;
  margin-bottom: 30px;
}
.blog-single .blog-date i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.blog-single .share-links-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
}
.blog-single .share-links {
  margin: 16px 0 0 0;
}
.blog-single .share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.blog-single .share-links .tagcloud {
  display: inline-block;
}
.blog-single .share-links .tagcloud a {
  padding: 0;
  border-radius: 0;
  color: var(--body-color);
}
.blog-single .share-links .tagcloud a:not(:last-child):after {
  content: ",";
}
.blog-single .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--body-color);
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
}
.blog-single .blog-content {
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-single .blog-content {
    padding: 0 15px 15px;
  }
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
}
.blog-single .blog-audio img,
.blog-single .blog-audio > *,
.blog-single .blog-img img,
.blog-single .blog-img > * {
  border-radius: 5px 5px 0 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 80px;
  --icon-font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .post-admin {
  background-color: var(--banner-color2);
  border-radius: 30px;
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 35px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 50px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-single .post-admin {
    flex-direction: column;
    padding: 15px;
  }
}
.blog-single .post-admin::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 100%;
  background-color: #7faa7d;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  /* Small devices */
}
.vs-blog .blog-date {
  width: 100px;
  height: 100px;
  background: #7faa7d;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--body-font);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  flex-direction: column;
  border-radius: 30px;
  margin: -75px 0 30px 45px;
}
.vs-blog .blog-date span {
  display: block;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-single .post-admin::before {
    display: none;
  }
}
.blog-single .post-admin .post-img {
  flex: 0 150px;
  --image-size: 150px;
  width: var(--image-size);
  height: var(--image-size);
  max-width: var(--image-size);
  max-height: var(--image-size);
  min-width: var(--image-size);
  min-height: var(--image-size);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--white-color);
  box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.15);
}
.blog-single .post-admin .post-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-single .post-admin .post-header h4 {
  margin-bottom: 0;
}
.blog-single .post-admin .post-text {
  margin-bottom: 0;
  padding-right: 36px;
}
.blog-single .post-admin .social-links li {
  margin-right: 0;
}
.blog-single .post-admin .social-links a {
  --icon-size: 41px;
  color: var(--text-color);
  font-size: 13.41px;
  border: 1.5px solid var(--vs-border-color8);
  box-shadow: none;
}
.blog-single .post-admin .social-links a:hover {
  background-color: #7faa7d;
  border-color: #7faa7d
  color: var(--title-color);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-author {
  background-color: var(--smoke-color);
  padding: 30px;
  display: flex;
  align-items: center;
  margin: var(--blog-space-y, 60px) 0;
}
.blog-author .media-img {
  width: 189px;
  margin: 0 30px 0 0;
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 700;
  margin: -0.3em 0 0px 0;
}
.blog-author .author-degi {
  color: var(--theme-color);
}
.blog-author .author-text {
  margin: 0 0 -0.1em 0;
}

.blog-details .blog-single {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.blog-details .blog-img {
  margin: 0 0 40px 0;
}
.blog-details .blog-img img {
  border-radius: 0;
}
.blog-details .blog-content {
  margin: 0;
}

.blog-tab-area {
  position: relative;
}
.blog-tab-area .vs-slider-tab {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .blog-tab-area .vs-slider-tab {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .blog-tab-area .vs-slider-tab {
    position: static;
    justify-content: center;
  }
}
.blog-tab-area .vs-slider-tab .tab-btn {
  border: 3px solid var(--white-color);
  background: transparent;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-tab-area .vs-slider-tab .tab-btn {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .blog-tab-area .vs-slider-tab .tab-btn {
    max-width: 100%;
  }
}
.blog-tab-area .vs-slider-tab .tab-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.8;
  transform: scale(0) rotate(180deg);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.blog-tab-area .vs-slider-tab .tab-btn.active::before {
  visibility: visible;
  transform: scale(1) rotate(0);
  transition: all 0.3s ease-in-out;
}

.blog-style2 {
  border: 0;
}
.blog-style2 .blog-img img {
  border-radius: 30px;
}
.blog-style2 .blog-content {
  padding: 45px 68px 45px 50px;
  border: 2px solid #7faa7d
  border-radius: 30px;
  margin-left: 90px;
  margin-top: -134px;
  background-color: var(--white-color);
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}
@media (max-width: 1399px) {
  .blog-style2 .blog-content {
    padding: 45px 30px 45px 45px;
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .blog-style2 .blog-content {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .blog-style2 .blog-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.blog-style2 .blog-meta-list {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 21px;
}
@media (max-width: 767px) {
  .blog-style2 .blog-meta-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.blog-style2 .blog-date {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  background: #7faa7d
  padding: 10px 25px 6px;
  line-height: 1;
  align-items: center;
  border-radius: 999px;
  width: auto;
  height: auto;
  margin: 0;
}
.blog-style2 .blog-meta-comment {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--title-color);
  font-weight: 600;
}
.blog-style2 .blog-meta-comment i {
  color: var(--theme-color);
}
.blog-style2 .blog-title {
  font-size: 26px;
  line-height: 36px;
  max-width: 100%;
}
.blog-style2 .blog-text {
  margin-bottom: 0;
}

.blog-style4 {
  border: none;
}
.blog-style4 .blog-img {
  margin-bottom: 40px;
}
.blog-style4 .blog-body {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}
.blog-style4 .blog-content {
  padding: 0;
}
.blog-style4 .blog-date {
  margin-top: 0;
  margin-left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
  .blog-style3 .blog-content {
    padding: 25px 25px 30px 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }
  blockquote.vs-quote p {
    line-height: 1.8;
    font-size: 16px;
  }
  blockquote.vs-quote cite {
    padding: 0;
    margin-top: 10px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .blog-author {
    display: block;
    padding: 30px 15px;
  }
  .blog-author .media-img {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .blog-author .media-img img {
    width: 100%;
  }
  .blog-author .author-name {
    font-size: 18px;
  }
  .blog-author .author-degi {
    margin-bottom: 10px;
  }
}
.wp-block-tag-cloud {
  display: flex;
  align-items: center;
  /* Medium devices */
}
@media (max-width: 991px) {
  .wp-block-tag-cloud {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.wp-block-tag-cloud .title {
  font-weight: 700;
  margin-right: 7px;
}
.wp-block-tag-cloud .tag-cloud-link {
  margin: 0 5px 0 0;
  padding: 0 0;
  background-color: transparent;
  color: #7faa7d;
  font-weight: 500;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  background-color: transparent;
  color: #7faa7d;
}

.blog-social {
  display: flex;
  align-items: center;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-social {
    flex-wrap: wrap;
  }
}
.blog-social .title {
  font-weight: 700;
  margin-right: 17px;
}
.blog-social a {
  width: 49px;
  height: 49px;
  min-width: 49px;
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg2-color);
  border: 1px solid #6636cc!important;
  color: #6636cc !important;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  /* Medium devices */
}
.blog-social a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .blog-social a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.blog-social a:hover {
  background-color: #7faa7d;
  border-color: #7faa7d;
  color: var(--title-color);
}


.comment-avater {
  width: 100px;
  height: 100px;
  margin-right: 28px;
  overflow: hidden;
  background-color: aliceblue;
  border-radius: 50%;
  border: 3px solid aliceblue;
  box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.15);
}
.comment-avater img {
  width: 100%;
}

.comment-content {
  flex: 1;
  position: relative;
}
.comment-content .name {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  font-family: var(--body-font);
}
.comment-content .text {
  margin-bottom: 0;
}
.comment-content .commented-on {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
}
.comment-content .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}
.vs-post-comment {
    display: block;
    border: 1px solid #7faa7d;
    border-radius: 15px;
    margin: 10px 0px;
    padding: 15px;
 }
.comment-respond .form-control {
  background-color: aliceblue);
  height: 50px;
  border: 1px solid #7faa7d;
  border-radius: 30px;
  padding: 15px 20px;
  color: #7faa7d;
  font-size: 16px;
  margin: 10px 0px;
}
.form-group textarea{
  height: 120px!important;
  background-color: aliceblue);
}

.vs-btn.style2 {
  padding: 10px 20px !important;
  background-color: #7faa7d !important;
  border: 1px solid #7faa7d;
  border-radius: 30px;
  color: #fff;
}
.vs-btn.style2:hover{
  padding: 10px 20px !important;
  background-color: #6636cc !important;
  border: 1px solid #6636cc;
  border-radius: 30px;
  color: #fff;
  transition: 1s;
}




.back3-im-bg{
  padding-bottom: 5%;
  padding-top: 3%;
}
.serpic1 {
  background-color: aliceblue;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
}

.serpic1 img{
  width: 100%;
  height: 100px;
  object-fit: contain;
}




/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
    border: 1px solid #7faa7d;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
}




.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(127, 170, 125, 0.9);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blog-centent .h4{
	color: #6636cc;
}

/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(127, 170, 125, 0.9), rgba(127, 170, 125, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.boxbg {
    background-color: #20611d79;
    align-items: center;
    width: 500px;
    display: flex;
    padding: 10px;
    border-radius: 20px;
}
.boxbg:hover{
    background-color: #6636cc;
    transition: .5s;
}
.contact h4{
  color: #fff !important;
    font-weight: bold !important;

}
.contact p{color: #fff!important;}

.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(128, 170,125, 0.9), rgba(102, 54, 260, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-item h4{
    font-weight: bold!important;
}
.footer .footer-item a {
    line-height: 35px;
    color: #fff;
    transition: 0.5s;
	padding-left: 30px;
}
 .copyright a {
    color: #fff!important;
    transition: 0.5s;
}
.footer .footer-item p {
    line-height: 25px;
	 color: #fff!important;
	margin-left: 5px;
}
.footer .footer-item p:hover{
    transition: .5s;
    font-weight: bold !important;
}
.footer .footer-item a:hover {
    color: var(--bs-primary);
}
.footer-item i {
  position: absolute;
  margin-top: 8px;
  margin-left: -20px;
}
.footabt{
	margin: 0px!important;
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: #7faa7d!important;
}

/*** copyright end ***/




.widget {
  padding: 15px 10px;
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 30px!important;
  border-radius: 30px;
  border: 1px solid var(--vs-border-color5);
}
.widget_categories {
  padding: 0;
  margin-bottom: 0;
}
.widget_categories li {
  list-style: none !important;
}
.widget_categories li:last-child {
  margin: 0 0 0px 0;
}
.widget_categories li a {
  background-color: #eff1f5;
  margin-bottom: 10px;
  border-bottom: 0;
  display: flex;
  padding: 5px 0px;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  font-weight: 700;
  color: #6636cc !important;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  padding-left: 15px;
}
.widget_categories li a:hover{
    background-color: #7faa7d!important;
    transition: all 0.3s ease-in-out;
} 
.widget_categories li:hover a{
   color: #fff!important;
}
.widget_categories li a::before {
  display: none;
}
.widget_categories li a span {
  min-width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7faa7d;
  color: #7faa7d;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.widget_categories li a span::before {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--icon-font);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.widget_categories li a:hover {
  background-color: var(--theme-color);
  color: #eff1f5;
}
.widget_categories li a:hover span {
  background-color: #7faa7d;
   font-family: "Titillium Web", sans-serif;
}


.comment-list li{
  list-style: none;
}
.blogpage{
  padding: 5% 0px;
}

/*------------------- 4.4. Breadcrumb  -------------------*/
.breadcumb-menu {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
   color:  #fff;
}
.breadcumb-menu li:after {
  content: "|";
  position: relative;
  margin: 0 8px 0 12px;
  color: #fff;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 700;
  font-size: 18px;
 color:  #fff;
  font-family: var(--body-font);
  text-transform: uppercase;
}
.breadcumb-menu a {
  color: #fff;
}

.breadcumb-title {
  width: 100%;
  font-size: 50px;
  color:  #fff;
  line-height: 1.1;
  margin: -0.14em 0 15px 0;
}
.sidebar-area {
    background-color: aliceblue;
    border-radius: 10px;
    position: sticky;
    top: 30px;
}
.breadcumb-content {
  position: relative;
  z-index: 1;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  padding-top: 15%;
  padding-bottom: 5%;
  background-size: 100% cover!important;	
  background-position: center;
  position: relative;
  /* Medium devices */
}
.breadcumb-wrapper::after{
	content: "";
	position: absolute;
	top: 0px;
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	opacity: 0.3;
}


@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}
.breadcumb-wrapper .breadcumb-shape {
  display: none;
}
.breadcumb-wrapper .hero-leaf3 {
  display: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-content {
    display: block;
  }
  .breadcumb-title {
    max-width: 100%;
  }
  .breadcumb-menu {
    margin-top: 15px;
  }
}
.breadcumb-img .img1 {
  border-radius: 30px;
}

.breadcumb-shape {
  position: absolute;
  min-width: 852px;
  height: 100%;
  right: 0;
  background-color: #7faa7d;
  top: 0;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}
.breadcumb-shape.style2 {
  min-height: 626px;
  max-height: 626px;
}







.wrapper .display-3 {
    font-size: 50px;
    color: var(--bs-primary);
  }

.back3-im-bg .display-3 {
    font-size: 50px;
    color: var(--bs-primary);
  }


.ref-text {
  font-size: 18px;
  padding-right: 20px;
}
.ref-text a {
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}

.insta-layout3 {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.list-style4 {
  margin-bottom: 40px;

}
.list-style4 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-content h2 , h3 , h4 , h5 , h6 {
    color: var(--bs-primary);
    font-weight: bold;
    font-family: "Titillium Web", sans-serif;
}

.blog-content .list-style4 ul li {
  font-size: 16px;
  color: #000;
  position: relative;
  padding-left: 30px;
}
.list-style4 ul li:last-child {
  margin-bottom: 0;
}
.list-style4 ul li::before {
  position: absolute;
  content: "";
  min-width: 14px;
  width: 14px;
  height: 14px;
  background-color:#7faa7d;
  left: 0;
  top: 4px;
  border-radius: 50%;
}

.widget_links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_links li {
  margin-bottom: 10px;
}
.widget_links li:last-child {
  margin-bottom: 0;
}
.widget_links li a {
  display: block;
  position: relative;
  color: #000;
  padding-left: 15px;
  font-family: var(--body-font);
}
.widget_links li a::before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 1;
}
.widget_links li a:hover {
  color: var(--theme-color);
}
.widget_links.style2 li a {
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bg4-color);
}
.widget_links.style2 li a::before {
  display: none;
}
.widget_links.style2 li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.widget.form {
  background-color: var(--bg3-color);
}
.widget .newsletter-form {
  background-color: transparent;
  padding: 0;
}
.widget .newsletter-form .form-control {
  min-width: 100%;
  background-color: #eff1f5;
}
.widget .newsletter-form .newsletter-text {
  color: var(--text-color2);
}
.widget .newsletter-form .vs-btn:hover {
  font-family: "Titillium Web", sans-serif;
}

.sidebar-area h3{
    color: var(--bs-primary);
    font-weight: bold;
    font-size: 25px;
    font-family: "Titillium Web", sans-serif;
    padding-bottom: 5%;
}
.sidebar-area.product {
  background-color: var(--smoke-color);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sidebar-area.product {
    padding: 15px;
  }
}


/* SERVICES details page widget */

/* Start faq page widget */

.faq-section{
  padding: 5% 0px;
}
.faq-section .accordion-button{
  color: var(--bs-primary);
  font-size: 22px;
  font-weight: bold;
}

/* end faq page widget */





.widget--product {
  padding: 0;
  border: 0;
}
.widget--product:last-child {
  margin-bottom: 0;
}
.widget--product .search-form {
  position: relative;
  display: flex;
  background-color: #eff1f5;
  border-radius: 999px;
  height: 55px;
  align-items: center;
  padding-right: 10px;
}
.widget--product .search-form input {
  flex: 1;
  border-radius: 999px;
  font-size: 14px;
  height: 55px;
}
.widget--product .search-form button {
  border: none;
  background-color: #7faa7d;
  font-family: "Titillium Web", sans-serif;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.widget--product .search-form button:hover {
  background-color: var(--theme-color);
  color: #eff1f5;
}


.vs-blog {
  margin-bottom: 40px;
  border-radius: 50px;
}
.vs-blog:last-child {
  margin-bottom: 30px;
}
.vs-blog .blog-date {
  width: 100px;
  height: 100px;
  background: #7faa7d;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--body-font);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  border-radius: 30px;
  line-height: 1;
  margin: -75px 0 30px 45px;
}
.vs-blog .blog-date span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.vs-blog .blog-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.vs-blog .blog-img .img {
  border-radius: 20px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  border: 1px dashed var(--theme-color);
}
.vs-blog .blog-img.blog-video {
  position: relative;
}












.wrapper {
    padding: 5% 0px;
}

.pricing-table {
    -webkit-box-shadow: 1px 2px 20px 11px rgba(126,151,161,1);
    -moz-box-shadow: 1px 2px 20px 11px rgba(126,151,161,1);
    box-shadow: 1px 2px 20px 11px rgba(126,151,161,1);
    text-align: center;
    padding: 30px 0px;
    border-radius: 5px;
    position: relative;
}

.pricing-table .head {
    padding-bottom: 0px;
    transition: all 0.5s ease;
}

.pricing-table .head .title {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
}

.pricing-table .content .price {
    background: linear-gradient(to right, #A7C4A0 10%, #7B8CDE 90%);
    width: 90px;
    height: 90px;
    margin: auto;
    line-height: 90px;
    border-radius: 50%;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 12px #2b97c9;
    align-content: center;
}

.pricing-table:hover .content .price {
    transform: scale(1.2);
}


.pricing-table .content .price h1{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.pricing-table span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #7faa7d;
    color: #fff;
    padding: 7px 40px;
    font-size: 20px;
    border-radius: 5px;
}

.pricing-table .content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.pricing-table .content ul li {
    margin: 20px 0px;
    font-size: 15px;
    text-align: left;
    padding-left: 20px;
}
.pricing-table .content ul li i{
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}
.pricing-table .content .buy-now {
    background: linear-gradient(to right, #A7C4A0 10%, #7B8CDE 90%);
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.pricing-table .btn.round {
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3 linear;
    transition: all 0.3 linear;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    margin: 2px;
    z-index: 9999;
}

.pricing-table .btn.round {
    z-index: 50;
    color: #333;
}

.pricing-table:hover .btn.round {
	color:#fff !important;
}       

.pricing-table .btn.round:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4 linear;
    width: 100%;
    z-index: -1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}

.pricing-table:hover .btn.round:after {
    opacity: 0;
    transform: scale(0);
}

.fa-circle-check {
    color: #54d994;
}

.fa-circle-xmark {
    color: #e23c3c;
}

@media screen and (max-width:768px){
    .wrapper{
         grid-template-columns: repeat(2,1fr);
     } 
 }
 
 @media screen and (max-width:600px){
    .wrapper{
         grid-template-columns: 1fr;
     } 
 }













.d_card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  height: 400px;
  transition: .5s;  
  text-align: center;
  background-position: center;
  color: #fff;
  background-size: cover;	
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
@media (min-width: 600px) {
  .d_card {
    height: 350px;
  }
}
.d_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;  	
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e),
    -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.d_card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .5s;  	
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(11.7%, rgba(0, 0, 0, 0.009)),
    color-stop(22.1%, rgba(0, 0, 0, 0.034)),
    color-stop(31.2%, rgba(0, 0, 0, 0.072)),
    color-stop(39.4%, rgba(0, 0, 0, 0.123)),
    color-stop(46.6%, rgba(0, 0, 0, 0.182)),
    color-stop(53.1%, rgba(0, 0, 0, 0.249)),
    color-stop(58.9%, rgba(0, 0, 0, 0.32)),
    color-stop(64.3%, rgba(0, 0, 0, 0.394)),
    color-stop(69.3%, rgba(0, 0, 0, 0.468)),
    color-stop(74.1%, rgba(0, 0, 0, 0.54)),
    color-stop(78.8%, rgba(0, 0, 0, 0.607)),
    color-stop(83.6%, rgba(0, 0, 0, 0.668)),
    color-stop(88.7%, rgba(0, 0, 0, 0.721)),
    color-stop(94.1%, rgba(0, 0, 0, 0.762)),
    to(rgba(0, 0, 0, 0.79))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.32) 58.9%,
    rgba(0, 0, 0, 0.394) 64.3%,
    rgba(0, 0, 0, 0.468) 69.3%,
    rgba(0, 0, 0, 0.54) 74.1%,
    rgba(0, 0, 0, 0.607) 78.8%,
    rgba(0, 0, 0, 0.668) 83.6%,
    rgba(0, 0, 0, 0.721) 88.7%,
    rgba(0, 0, 0, 0.762) 94.1%,
    rgba(0, 0, 0, 0.79) 100%
  );
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e),
    -webkit-transform calc(var(--d) * 2) var(--e);
}
.d_card:nth-child(1):before {
/*  background-image: url(https://images.unsplash.com/photo-1581017601156-b4e8e53df291?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2734&q=80);*/
}
.d_card:nth-child(2):before {
/*  background-image: url(https://images.unsplash.com/photo-1581014023865-4209099f2b71?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2734&q=80);*/
}
.d_card:nth-child(3):before {
/*  background-image: url(https://images.unsplash.com/photo-1580842579866-b985411b5bd2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80);*/
}
.d_card:nth-child(4):before {
/*  background-image: url(https://images.unsplash.com/photo-1580986475035-f0778c60f5ae?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjc5NjV9&auto=format&fit=crop&w=633&q=80);*/
}

.content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.heading {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.data-content {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

@media (hover: hover) and (min-width: 600px) {
  .d_card:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
	  transition: .5s;  
  }

  /* .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
    transform: translateY(calc(100% - 4.5rem));
  } */



  .content > *:not(.heading) {
    opacity: 9s;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
  }

  .d_card:hover,
  .d_card:focus-within {
    -webkit-box-align: center;
    align-items: center;
	transition: .5s;   
  }
  .d_card:hover:before,
  .d_card:focus-within:before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
	  transition: .5s;   
  }
  .d_card:hover:after,
  .d_card:focus-within:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .d_card:hover .content,
  .d_card:focus-within .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
	  transition: .5s;  
  }
  .d_card:hover .content > *:not(.heading),
  .d_card:focus-within .content > *:not(.heading) {
    opacity: 1;
	  transition: .5s;  
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
    transition-delay: calc(var(--d) / 8);
  }

  .d_card:focus-within:before,
  .d_card:focus-within:after,
  .d_card:focus-within .content,
  .d_card:focus-within .content > *:not(.heading) {
    -webkit-transition-duration: 0s;
		transition: .5s;  
    transition-duration: 0s;
  }
}



@media screen and (max-width:991px){
.mainlogo h1 {
  font-size: 30px !important;
  line-height: normal!important;
}
.about .about-img img{
  height: 500px;
}
.video img{
  height: 500px!important;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content .display-1 {
  font-size: 40px!important;
}
.btn.btn-primary {
  padding: 10px!important;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content .display-2 {
  font-size: 30px!important;
}
.header-carousel-item .mb-5.fs-5 {
  font-size: 15px!important;
}
.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: 400px;
  min-height: auto!important;
}
.about h1 {
  font-size: 35px;
}
h1 {
  font-size: 35px!important;
}
.header-carousel .header-carousel-item{
    position: relative;
    width: 100%;
    height: 300px;
    min-height: auto !important;
  }
.topdetails{
  display: none!important;
}


}





@media screen and (max-width:870px){

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content .display-1 {
    font-size: 30px !important;
    margin-bottom: 0px!important;
  }
.mb-4 {
  margin-bottom: 0rem!important;
}
 .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    top: 40%!important;
}
.owl-carousel i {
  font-size: 20px!important;
  color: #6636cc;
}
.header-carousel .owl-nav .owl-next {
  background: transparent!important;
}
.header-carousel .owl-nav .owl-prev {
  background: transparent!important;
}
.mb-5 {
  margin-bottom: 10px !important;
}
.bg-breadcrumb .display-3 {
  font-size: 22px !important;
}
.about .about-img img {
    height: 350px;
  }
.mainblogimg img {
  height: 400px !important;
  border-radius: 20px;
   object-fit: cover;
}
 .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 2px 0;
  }
.pricing-table {
  margin-bottom: 30px;
}
.blog-body {
  margin-top: 10%;
}
.topdetails {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  text-align: center;
}
.iconbox {
  justify-content: center;
  display: flex;
}
.topdetails .text-light {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.topdetails  .d-flex.flex-wrap {
  display: flex;
  justify-content: center!important;
}
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: -5px;
}
.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: -5px;
}
  .header-carousel .owl-prev{
    display: none!important;
  }
  .header-carousel .owl-next {
    display: none!important;
  }
.testimonial-carousel .owl-dots .owl-dot{
    display: none;
}



}


@media screen and (max-width:480px){
.container {
    max-width: 90%!important;
    overflow: hidden;
  }


.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content .display-1 {
    font-size: 30px !important;
    margin-bottom: 0px!important;
  }
  .btn.btn-primary {
    padding: 5px!important;
  }
.appointment h1 {
  font-size: 23px !important;
  padding-bottom: 10px !important;
}
.appointment h5{
  padding-top: 20px!important;
}
 .video img {
    height: 300px !important;
  }
.py-3 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
  h1 {
    font-size: 23px !important;
  }
.about .about-img img {
    height: 300px;
  }
.text-white {
  color: #fff !important;
  margin-top: 0px !important;
}
.breadcumb-wrapper {
    padding: 10% 0!important;
  }
.mainblogimg img {
  height: 230px !important;
  border-radius: 20px;
  object-fit: cover;
}
.breadcumb-title {
    max-width: 100%;
    font-size: 16px!important;
  }
.breadcumb-menu li{
  font-size: 15px;
  color: #fff;
}
.breadcumb-menu li a{
  font-size: 15px;
  color: #fff;
}
.footer-item h4 {
  font-weight: bold !important;
  margin-bottom: 10px!important;
}
.form-floating > label {
  line-height: 2px!important;
}
.form-floating > .form-control{
  height: calc(2.5rem + 2px);
}
.boxbg {
  background-color: #20611d79;
  align-items: center;
  width: 300px;
  margin-bottom: 15px;
}
.bg-white.d-flex.align-items-center.justify-content-center {
  width: 50px!important;
  height: 100px!important;
}
.boxbg .d-block {
  display: block !important;
  width: 100%;
}
 .mainlogo h1 {
    font-size: 20px !important;
    line-height: 45px !important;
  }
.faq-section .accordion-button {
  color: var(--bs-primary);
  font-size: 17px;
  font-weight: bold;
}
.blog-centent .h4 {
  color: #6636cc;
  font-size: 18px;
}
.blog-img img {
  height: 220px !important;
}
/* .sub-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: 0px;
  border: 1px solid var(--bs-primary) !important;
}
.testimonial .section-title .sub-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
} */
.p-5 {
  padding: 0rem !important;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev {
  background: transparent!important;
}
.testimonial .testimonial-carousel .owl-nav .owl-next{

  background: transparent!important;
}
.testimonial .testimonial-carousel .owl-nav .owl-next:hover{
  background: transparent!important;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev:hover{
  background: transparent!important;
}

.p-4 {
  padding: 5px!important;
}
.my-4 {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}
.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: 2px;
  }
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: 5px;
  }
.appointment .appointment-form {
  padding: 10px!important;
}
.about .about-img .about-experience {
  position: absolute;
  top: 125px;
  left: -115px;
}
.about .about-img .roundedcirclepic {
  width: 150px;
  height: 150px;
}

}





