/* Home Banner */
.banner-desktop-img.mobile{
	display:none;
}
.banner-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-slider img{
	display: block;
	width: 100%;
/* 	height:100vh;
	object-fit:cover; */
}
/* .banner-slider video {
    height: 100vh;
	object-fit:cover;
} */
.banner-slider li {
	position: relative;
	margin: 0;
}
.banner-slider .image-column {
	display: none;
}
.banner-slider .content {
	background: transparent;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 9%;
	transform: translateY(-50%);
	width: fit-content;
	text-align: left;
}
.banner-slider .button {
	text-transform: uppercase;
	color: #fff;
	background: var(--fourth-color);
	letter-spacing: 0;
	padding: 10px 30px;
	display: inline-block;
	line-height: normal;
	word-spacing: normal;
	font-weight: 500;
	border-radius: 50px;
}
.banner-slider .content .title {
	font-size: 6rem;
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	text-shadow: 1px 1px 6px #00000094;
}
.banner-slider .content .title b {
	font-weight: 600;
	color: var(--first-color);
}
.banner-slider .content .sub-title {
	font-size: 3rem;
	color: #fff;
	font-weight: 400;
}
.banner-slider .button:hover {
	background: var(--first-color);
	color: #fff;
}
.banner-slider .slick-arrow{
	display: none !important;
}
.banner-slider .slick-next {
	right: 40px;
    z-index: 9;
}
.banner-slider .slick-prev {
	left: 30px;
    z-index: 9;
}
.banner-slider .slick-prev::before, .banner-slider .slick-next::before {
	content: '';
	background: #fff url(../image/slide-left-arrow.png);
	height: 50px;
	width: 50px;
	background-position: center center;
	background-size: 12px;
	display: inline-block;
	border-radius: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: 0 0px 7px 1px rgba(0,0,0,.5);
}
.banner-slider .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}
/* .banner-desktop-img::after {
	content: '';
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
} */
.banner-desktop-img {
	position: relative;
}

.home-four-column::before, .home-four-column::after {
	display: none !important;
}
.home-four-column {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
	margin-top: 0rem;
}
.home-four-column > div {
	width: 25%;
	padding: 3rem 5rem;
}
.home-four-column .item {
	background: var(--fourth-color);
	
}
.home-four-column .item:nth-child(odd) {
	background: var(--secound-color);
}
.home-four-column .title {
	font-size: 2rem;
	color: #fff;
	margin: 12px 0;
	text-transform: uppercase;
}
.home-four-column .icon img {
	max-width: 50px;
}




/* Banner Bottom */
.hero-bottom-sec {
    margin-top: -140px;
}
.hero-bottom-sec .box-div {
    background: var(--first-color);
    padding: 30px;
    border-radius: 26px;
    color: #ffffff;
}
/* .hero-bottom-sec .box-div:hover{
	 background: var(--third-color);
} */
.hero-bottom-sec .box-div h3 {
    width: fit-content;
    margin: 0 auto 20px;
    border-bottom: 3px solid #ffffff;
}
.hero-bottom-sec .box-div a {
    color: #ffffff;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
	width: fit-content;
    margin: 0 auto;
}
.home-banner-bottom{
	margin: 5rem 0;
}
.home-banner-bottom .title, .h-service .title {
	font-size: 3.7rem;
	line-height: 1.1;
	color: var(--fourth-color);
}
.title-line {
	font-size: 3.7rem;
	line-height: 1.1;
	color: var(--fourth-color);
	font-weight: 700;
}
.home-banner-bottom .title::after, .h-service .title::after {
	height: 5px;
	width: 8rem;
	background: var(--first-color);
	display: block;
	content: '';
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.title-line::after {
	height: 5px;
	width: 8rem;
	background: var(--first-color);
	display: block;
	content: '';
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.form-button-div {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.form-button-div a {
    display: flex;
    background: var(--first-color);
    padding: 15px 30px;
    border-radius: 6px;
    color: #ffffff;
    text-transform: capitalize;
    gap: 10px;
}
.form-button-div a:hover{
	background: var(--third-color);
	 color: #ffffff;
}
/* Welcome Section */
.welcome-sec {
	margin-top: 5rem;
}
.welcome-sec .title {
	font-size: 4rem;
}
.welcome-sec .title b {
	font-weight: inherit;
	color: var(--first-color);
}
.welcome-sec .content-box {
	width: 60%;
	padding-bottom: 2rem;
}
.welcome-sec .image-box {
	width: 40%;
}
.welcome-sec .content p {
	font-size: 1.7rem;
}

/* SIngle Review */
.single-review .title {
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.1;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.single-review::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(21, 107, 57, 0.6);
	display: block !important;
}
.single-review > div {
	position: relative;
	z-index: 9;
}
.single-review {
	padding: 5rem 0;
}
.single-review .author {
	font-size: 2rem;
	margin: 0;
	color: #fff;
	opacity: .8;
}



/* Home Services */
.home-our-service {
	margin-top:50px;
	padding: 50px 0;
}
.home-our-service h5{
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 50px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 0px;
}
.h-service {
	margin-top: 5rem;
}

.home-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 7rem;
	row-gap: 4rem;
}

.home-services > .service-link {
	width: calc(33.333% - 6rem);
}
.home-services > .service-link:hover .service-title, .home-services > .service-link:hover .service-content p{
	opacity: .6;
}
.service-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.service-content .content {
	color: #fff;
	padding-left: 2rem;
	width: 80%;
}
.service-content .icon {
	width: 20%;
}
/* .service-content .icon img {
	filter: invert(61%) sepia(46%) saturate(517%) hue-rotate(93deg) brightness(94%) contrast(88%);
} */
.service-content .service-title {
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: normal;
	transition: .3s linear;
	color: var(--first-color);
}
.service-content p{
	font-size: 1.6rem;
	transition: .3s linear;
	color: var(--secound-color);
}
.service-content p br {
	display: none;
}
.h-service .title {
	font-size: 4.2rem;
	margin-bottom: 5rem;
	color: initial;
}
.h-service .title::after {
	background: #000;
}
.home-our-service .home-services {
	margin-top: 20px;
	padding: 0 30px;
}
.home-our-service .service-content{
	flex-direction: column;
	gap: 20px;
}
.home-our-service .service-content .service-title{
	margin-bottom: 0px;
	text-align: center;
}
.home-our-service .service-content p{
	color: #000000;
	text-align: center;
}
.home-our-service .service-content .icon {
    width: 100px;
    height: 100px;
    background-color: var(--first-color);
    padding: 23px;
    border-radius: 50px;
	color:  var(--secound-color);
}

.home-our-service .slick-prev,
.home-our-service .slick-next{
/* 	background: #006747; */
	width: 50px;
    height: 50px;
}
.home-our-service .slick-prev {
    left: 0px;
}
.home-our-service .slick-next{
	right: 5px;
}
.home-our-service .slick-prev:before, 
.home-our-service .slick-next:before{
	font-size: 40px;
    line-height: 40px;
	color: #006747;
}
/* Home Team Section */
.home-team-sec{
	margin-top: 50px;
	margin-bottom: 20px;

}
.home-team-sec .title {
	font-size: 4rem;
	line-height: 1;
}
.home-team-sec .sub_title {
	font-size: 2.2rem;
	color: var(--first-color);
	line-height: 1;
	font-weight: 400;
	margin-bottom: 4rem;
}

/* Home tab gallery */
.gallery-tabs{
	margin-top: 5rem;
}
.gallery-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-tabs .left,.gallery-tabs .right{
	padding: 0;
}
.gallery-tabs img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
}

.gallery-tabs .left ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
}
.gallery-tabs ul li {
	background: #000;
	margin: 0;
}
.gallery-tabs ul li a {
	display: block;
	height: 100%;
}
.gallery-tabs ul li img {
	opacity: .5;
}
.gallery-tabs ul li.active img {
	opacity: 1;
}
/* Home slider gallery */
.home-slider-gallery {
	padding: 0;
	margin: 0 -5px;
	margin-top: 5rem;
}
.home-slider-gallery li {
	margin: 0;
	padding: 0 5px;
}
.home-slider-gallery li img {
	width: 100%;
}
.home-slider-gallery .slick-prev {
	left: 30px;
	z-index: 9;
}
.home-slider-gallery .slick-next {
	right: 40px;
	z-index: 9;
}
.home-slider-gallery .slick-prev::before, .home-slider-gallery .slick-next::before {
	content: '';
	background: #fff url(../image/slide-left-arrow.png);
	height: 50px;
	width: 50px;
	background-position: center center;
	background-size: 12px;
	display: inline-block;
	border-radius: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: 0 0px 7px 1px rgba(0,0,0,.5);
}
.home-slider-gallery .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}

/* Home service */
.h-service .title{
	font-size: 4.2rem;
}

.home-providing-comfort {
	padding: 30px 0;
}
.home-providing-comfort  .title-line::after{
	margin: 0;
	margin-top: 2rem;
    margin-bottom: 3rem;
}
.home-providing-comfort .left h5{
	font-size: 16px;
	letter-spacing: 3px;
}
.home-providing-comfort .left p{
	line-height: 37px;
}
.home-providing-comfort .image-div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.home-providing-comfort img.tow {
    border: 15px solid #ffffff;
    margin-left: 27px;
    margin-top: -104px;
    width: 319px;
    height: 332px;
    position: relative;
}
.home-providing-comfort img.three {
    position: relative;
    left: -25px;
    width: 300px;
    height: 302px;
    object-fit: cover;
    z-index: -1;
}
.home-providing-comfort .four{
	    border: 15px solid #ffffff;
    background-image: linear-gradient(240deg, #fde344 0%, #006747 100%);
    position: relative;
    padding: 20px 15px;
    left: -55px;
}
.home-providing-comfort .four p{
	font-size: 34px;
	line-height: 54px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom:10px;
}
.home-providing-comfort .four h4{
	font-size: 72px;
	line-height: 54px;
	color: #ffffff;
	font-weight: 700;
	text-align: end;
}
.home-video-section{
	padding: 50px 0;
	background-size: cover;
    background-repeat: no-repeat;
}

.home-video-section .title-line::after{
	background: var(--secound-color);
}
.home-video-section h2{
	font-size: 4.4rem;
	line-height: 54px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}
.home-video-section p{
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px !important; 
}
.home-video-section .main-video a::after {
    content: '';
    height: 70px;
    width: 70px;
    background: url(../image/play-icon.png);
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 9;
    transition: .1s ease-in-out;
    animation: white_shadow 2s linear infinite;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
@keyframes white_shadow {
	50% {
		box-shadow:0 0 0 0 rgba(255,255,255,.1),0 0 0 6px rgba(255,255,255,.1),0 0 0 10px rgba(255,255,255,.1);
		transition:.3s all
	}
	50% {
		transition:.5s all;
		box-shadow:0 0 0 24px rgba(255,255,255,.1),0 0 0 8px rgba(255,255,255,.1),0 0 0 16px rgba(255,255,255,.1);
	}
}

.advanced-tec-sec{
	padding: 50px 0;
}
.advanced-tec-sec .right .title-line{
	color: #ffffff;
}
.advanced-tec-sec .right{
	padding-left: 25px;
}
.advanced-tec-sec .right .title-line::after {
    height: 5px;
    width: 8rem;
    background: var(--secound-color);
    display: block;
    content: '';
	margin: 0;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.advanced-tec-sec .right p{
	color: #ffffff;
}
.advanced-tec-sec .right .list-img {
    display: flex;
    gap: 19px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
    align-items: center;
}
.advanced-tec-sec .right .main_btn.second-button .vc_btn3{
	color: var(--first-color) !important;
}

.advanced-tec-sec .right .main_btn.second-button .vc_btn3:hover {
    background: var(--third-color) !important;
    border-color: var(--third-color) !important;
    color: #fff !important;
}
.home-review-sec{
	padding: 50px 0;
}
.home-review-sec h5{
	font-size: 2.4rem;
    margin-bottom: 4rem;
    color: var(--fourth-color);
    font-weight: 700;
	text-align: center;
}
.home-review-sec .title{
	font-size: 3.6rem;
    margin-bottom: 4rem;
    color: var(--fourth-color);
	 font-weight: 700;
}
.home-review-sec .title b {
    font-weight: 700;
    color: var(--secound-color);
}
.home-review-sec .ti-widget-container{
	max-width: 1143px;
	margin: 0 auto;
	border-radius: 30px;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.14));
	background-color: #ffffff;
}
.home-review-sec .ti-header.source-Google {
    display: flex;
    flex-direction: row-reverse;
}
.home-review-sec .ti-widget.ti-goog .ti-widget-container{
	font-family: 'Poppins', sans-serif !important;
}
.home-review-sec .ti-widget.ti-goog.ti-disable-font .ti-widget-container,
.home-review-sec .ti-widget.ti-goog.ti-disable-font .ti-widget-container *, 
.home-review-sec .ti-widget.ti-goog.ti-disable-font .ti-enable-widget{
	font-family: 'Poppins', sans-serif !important;
}
.home-review-sec .ti-widget.ti-goog .ti-header{
	justify-content: flex-end !important;
}
.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child {
    display: flex;
    flex-direction: row-reverse;
    width: 32%;
    justify-content: center;
}

.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child .ti-small-logo img{
	width: 146px !important;
    height: 100% !important;
}
.home-review-sec .ti-widget.ti-goog .ti-mob-row:first-child{
	flex-direction: column;
	width: 35%;
}
.home-review-sec .ti-widget.ti-goog .ti-header strong, 
.home-review-sec .ti-widget.ti-goog .ti-header span {
	font-size: 18px !important;
    height: 26px;
}
.home-review-sec .ti-widget.ti-goog .ti-header .ti-stars .ti-star{
	width: 35.8px !important;
    height: 35.8px !important;
}
.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child span.nowrap {
    position: absolute;
    right: 110px;
    top: 31px;
    display: flex;
    flex-direction: column;
}
/* .home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child span.nowrap:before{
	content:'Total';
	font-size: 20px;
} */
.home-review-sec .ti-widget.ti-goog .ti-header {
    background-color: #f5f5f5 !important;
    padding: 22px 22px 30px;
}
.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child span.nowrap strong{
	font-size: 30px !important;
    height: 29px;
    line-height: 100%;
}
.home-review-sec .ti-reviews-container {
   padding: 0 20px 40px;
}
.home-review-sec .ti-review-item.source-Google.ti-image-layout-thumbnail {
    border-bottom: 1px solid #0000002b;
}
.home-review-sec .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{
	border-radius: 7px !important;
	background-color: var(--secound-color) !important;
	font-size: 16px;
	line-height: 29px;
	text-transform: uppercase;
	color: var(--first-color);
	font-weight: 400;
	margin-top: 40px;
}
.home-review-sec .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button:hover {
    background-color: var(--fourth-color) !important;
    border-color: #ffffff !important;
	color: #ffffff;
}
.home-associations{
	padding: 50px 0;
	margin-bottom: 50px;
}
.home-associations .logo-main-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.home-associations .title{
	color: #ffffff;
	font-size: 3.7rem;
    line-height: 1.1;
    font-weight: 700;
	margin-bottom: 40px;
}
.home-review-sec video{
	object-fit:cover;
}
/* Responsive */
@media (min-width: 1921px){
	.banner-slider .content {left: calc((100% - 1560px) / 2);}
}
@media (max-width: 1190px){
	.banner-slider .content {left: 13%;}
	.banner-slider .content .title {font-size: 3rem;margin-bottom: 15px;}
	.banner-slider .content .sub-title{font-size: 18px;margin-bottom: 15px;}
	.banner-slider .button {padding: 10px 22px;}

	.home-banner-bottom .title, .h-service .title, .welcome-sec .title, .home-team-sec .title {font-size: 3rem;}

	.home-team-sec .sub_title, .our-clinic .sub-title{font-size: 2rem;}
	.home-four-column > div {padding: 2rem 2rem;}
	.home-banner-bottom .title::after, .h-service .title::after {height: 3px;width: 5rem;}

	.welcome-sec .content p {font-size: 16px;}

	.single-review .title {font-size: 4rem;}
	.home-services {column-gap: 3rem;row-gap: 3rem;}
	.home-services > .service-link {width: calc(33.333% - 2rem);}
	
}
@media (max-width: 1025px){
	.banner-slider .button {padding: 10px 22px;}
	.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child span.nowrap{
		right: 45px;
	}
	.home-video-section .main-video a::after{
		top: unset;
		bottom: 26%;
	}
	.home-review-sec h5{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.home-review-sec video {
		object-fit: cover;
	}
	.item.wpb_column.vc_column_container.vc_col-sm-4{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.home-banner-bottom .vc_col-sm-8 {
        width: 100%;
    }
	.hero-bottom-sec .box-div a{
		justify-content: center;
	}
	.hero-bottom-sec .box-div a br{display:none;}
}

@media (max-width: 992px){
	.home-four-column > div {width: 50%;padding: 3rem 15px;border: 1px solid;}
	.gallery-tabs .left, .gallery-tabs .right, .welcome-sec .content-box, .welcome-sec .image-box {width: 100%;}
	.welcome-sec {margin-bottom: 5rem;}

	.single-review .title {font-size: 3rem;}
	.single-review .author {font-size: 16px;}
	.home-services > .service-link {width: calc(50% - 2rem);}
	.h-service .title {margin-bottom: 3rem;}
	
}

@media (max-width: 767px){
/* 	.banner-desktop-img {display: none;} */
	.banner-slider .button {color: #fff;background: var(--secound-color);padding: 10px 20px;font-size: 14px;}
/* 	.banner-slider .content {margin: 0;height: 270px;background: var(--first-color);display: flex;flex-wrap: wrap;justify-content: center;text-align: center;align-items: center;max-width: 100%;flex-direction: column;position: static;transform: translateX(0%);padding: 20px;width: 100%;} */
	.banner-slider .cus-row {flex-direction: column-reverse;margin: 0;}
	.banner-slider .slick-arrow {top: 25%;}
	.banner-slider .slick-prev, .home-slider-gallery .slick-prev{left: 10px;}
	.banner-slider .image-column {display: block;}
	.banner-slider .cus-row > * {padding: 0;}
	.banner-slider .image-column img{width: 100%; display:none;}
	.banner-slider .content .title {font-size: 2.5rem;margin-bottom: 15px;line-height: normal;}
	.banner-slider .content .sub-title {font-size: 16px;}	
	.banner-slider .content .title b {color: #fff;}
	.banner-slider .button:hover {background: #000;color: #fff;}

	.home-four-column > div {width: 100%;}
    
    .home-team-sec .title {font-size: 25px;margin-bottom: 10px;line-height: normal;}
    .home-team-sec .sub_title {font-size: 18px;line-height: normal;margin-bottom: 3rem;}
	.home-services > .service-link {width: 100%;}
	.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child,
	.home-review-sec .ti-widget.ti-goog .ti-mob-row:first-child{
		width:100%;
	}
	.home-review-sec .ti-widget.ti-goog .ti-header strong, .home-review-sec .ti-widget.ti-goog .ti-header span {
		height: 100%;
	}
	.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child span.nowrap{
		position: relative;
		right: unset;
		top: unset;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.home-review-sec .ti-widget.ti-goog .ti-mob-row:last-child{
		gap: 10px;
	}
	.footer-copyright-bar ul#menu-footer-menu{
		flex-wrap: wrap;
	}
	.form-button-div {
		gap: 8px;
		align-items: center;
	}
	.home-video-section .main-video a::after{
		top: unset;
		bottom: 23px;
	}
	.home-providing-comfort .four{
		left: -10px;
	}
	.home-providing-comfort img.three{
		width: 100%;
    	height: 200px;
		object-fit: cover;
		object-position: top;
	}
	.home-providing-comfort .four h4{
		font-size: 74px;
    	line-height: 30px;
	}
	.home-team-outer .slick-dots{
		margin-top: -45px;
	}
	.home-associations .logo-main-div{
		flex-direction: column;
	}
	.home-providing-comfort .image-div{
		margin-top:20px;
	}
	.hero-bottom-sec .box-div{
		padding: 10px 30px;
	}
	.hero-bottom-sec .box-div h3{
		margin-bottom: 1rem;
	}
	.hero-bottom-sec .box-div p {
		margin-bottom: 0.5em;
	}
	.home-banner-bottom {
		margin: 2rem 0;
	}
	.title-line{
		font-size: 2.5rem;
	}
	.hero-bottom-sec {
		margin-top: 0;
	}
	.banner-desktop-img.mobile{
		display:block;
	}
	.banner-desktop-img.desktop{
		display:none;
	}
	.home-review-sec h5{
		font-size: 1.8rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.form-button-div img.alignnone.size-full.wp-image-814 {
		width: 12px;
		height: 12px;
		object-fit: fill;
	}
	.form-button-div a{
		padding: 5px 6px;
		gap: 6px;
		font-size: 8px;
		line-height: 25px;
		align-items: center;
	}
}
@media (max-width: 520px){
	.home-team-outer.slick-slider{text-align: center;}
}
@media (max-width: 440px) {
    .hero-bottom-sec .box-div {padding: 10px;}
	.hero-bottom-sec .box-div a {font-size: 12px;}
}