.hr-about-img-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: 30px
}

.hr-about-img-wrap .hr-about-img-1,
.hr-about-img-wrap .hr-about-img-2 {
	position: absolute
}

.hr-about-img-wrap .hr-about-img-1 {
	width: 100%;
	height: auto;
	left: 0;
	top: 0
}

.hr-about-img-wrap .hr-about-img-2 {
	width: 250px;
	height: 250px;
	right: 0;
	bottom: 0
}

.hr-about-img-wrap .hr-about-img-1 img,
.hr-about-img-wrap .hr-about-img-2 img {
	margin-left: 20px
}

.hr-about-img-wrap .hr-about-img-2 img {
	border: 3px solid var(--white)
}

.hr-about-odometer-content {
	background-color: var(--color-3);
    padding: 34px 60px;
    max-width: 600px;
    margin-bottom: 30px;
}
.hr-about-odometer-content h3 {
    font-size: 36px;
    color: var(--white);
    margin-bottom: 0;
    font-family: var(--font-02);
}
.hr-about-three-img {
    position: relative;
    z-index: 1;
}
.hr-about-three-img .about-three-main-img {
    max-width: 500px;
    margin: auto;
}
.hr-about-three-img .about-three-img-2 {
    position: absolute;
    left: -10px;
    bottom: -30px;
}
.hr-about-three-img .about-three-img-3 {
    position: absolute;
    top: 0;
    right: 0;
}
.about-three-shape-1 {
    position: absolute;
    right: 5%;
    top: 8%;
    z-index: -1;
    animation: rotateme 7s linear infinite;
}
.hr-home-about .card {
	border-color: transparent;
	background: var(--color-2);
	height: calc(100% - 2rem);
	border-radius: 5px;
}
.hr-home-about .card .hr-icon {
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: var(--white);
	border-radius: 50%;
	font-size: 40px;
	color: var(--color-2) !important;
}
.hr-home-about .card a .hr-titel {
	color: var(--white);
	text-align: center;
}
.hr-home-about .card .hr-text {
	font-size: 16px;
	letter-spacing: -.25px;
	line-height: 26px;
	color: var(--white);
	margin-bottom: 10px;
	font-weight: 500;
	text-align: center;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.service-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: auto;
	position: relative;
	transition-property: transform;
	display: block;
}	
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hr-about-odometer-content {
        padding: 20px;
        max-width: 500px;
        margin-bottom: 20px;
    }
    .hr-about-odometer-content h3 {
        font-size: 30px;
    }
}
@media screen and (max-width:1200px) {
	.hr-about-img-wrap .hr-about-img-1 {
		width: 90%
	}
}

@media screen and (max-width:992px) {

	.hr-about-img-wrap .hr-about-img-1 img,
	.hr-about-img-wrap .hr-about-img-2 img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	.hr-about-img-wrap {
		margin-bottom: 60px;
		height: 648px
	}

	.hr-about-content {
		margin-left: 0
	}

	.hr-about-img-wrap {
		margin-right: 0
	}
}

@media screen and (max-width:768px) {
	.hr-about-img-wrap {
		height: 481px
	}
}

@media screen and (max-width:575px) {

	.hr-about-img-wrap .hr-about-img-1,
	.hr-about-img-wrap .hr-about-img-2 {
		position: unset
	}

	.hr-about-img-wrap .hr-about-img-1 {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.hr-about-img-wrap .hr-about-img-2 {
		width: 100%;
		height: auto
	}

	.hr-about-img-wrap {
		height: auto
	}
	.card .hr-titel {
	font-size: 18px;
}
.card .hr-text {
	font-size: 15px;
	line-height: 24px;
}
}

/*Section 13 css start*/
.section13 .sec-title {
    position: relative;
    line-height: 1;
    padding-bottom: 30px;
}
.section13 .sec-title h6{
    font-size: 18px;
    color: #FE574F;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section13 .sec-title h3{
    font-size: 35px;
    color: #000;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section13 .work-process-one__item {
    position: relative;
    counter-increment: count;
}
.section13 .work-process-one__item__image {
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: all 0.5s ease;
	-webkit-mask: url('https://www.thompsoninn.ca/public/THSNINMANCAN/themeaB9xY12z/assets/images/download3.svg');
	mask: url('https://www.thompsoninn.ca/public/THSNINMANCAN/themeaB9xY12z/assets/images/download3.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.section13 .work-process-one__item__image img {
	max-width: 370px;
	height: 100%;
	position: relative;
	z-index: 2;
	border-radius: 20px;
}
.section13 .work-process-one__item__content {
	position: relative;
	text-align: center;
	padding: 198px 25px 20px;
	margin-top: -175px;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 10px;
}
.section13 .work-process-one__item__number {
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 2;
	width: 60px;
	height: 60px;
	background-color: var(--color-2);
	border: 2px solid var(--color-2);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	transition: all 500ms ease;
	transition-delay: 0.1s;
	transform: scale(1);
}
/*.section13 .work-process-one__item__number::before {
    content: counters(count, ".", decimal-leading-zero);
    display: inline-block;
}*/
.section13 .work-process-one__item__title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
    margin: 0 0 14px;
    color: #000;
}
.section13 .work-process-one__item__text {
	font-weight: 500;
	margin: 0 0 31px;
	transition: all 0.3s ease;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.section13 .work-process-one__item__rm {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    transform: rotate(45deg);
    margin: 0 auto 0;
}
.section13 .work-process-one__item__content::after {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: calc(100% - 20px);
	border-radius: 30px 30px 0 0;
	content: "";
	transition: all 0.5s ease;
	background-color: var(--white);
	z-index: -1;
	-webkit-mask: url('https://thompsoninn.itsprowebsite.com/public/THSNINMANCAN/themeaB9xY12z/assets/images/download4.svg');
	mask: url('https://thompsoninn.itsprowebsite.com/public/THSNINMANCAN/themeaB9xY12z/assets/images/download4.svg');
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom center;
	mask-position: bottom center;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.section13 .work-process-one__item:hover .work-process-one__item__image {
    animation-name: wobble-horizontal-on-hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.section13 .work-process-one__item:hover .work-process-one__item__number {
    border-color: #fff;
    background-color: #000;
    transform: scale(1.1);
}
.section13 .work-process-one__item:hover .work-process-one__item__title {
	color: var(--color-2);
}
/*.section13 .work-process-one__item:hover .work-process-one__item__text {
    color: #fff;
}*/
.section13 .work-process-one__item:hover .work-process-one__item__rm {
	background-color: var(--color-2);
	transform: rotate(0deg);
}
.section13 .work-process-one__item:hover .work-process-one__item__content::after {
    background-color: #000000;
}
@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
/*Section 13 css end*/