  

.add-to-cart__container,
.background-image-hotspots .hotspot__tip>div {
	width: 100%
}

.background-image-hotspots .hotspot__spot {
	position: absolute;
	display: inline-flex;
	width: 30px;
	height: 30px;
	top: 0;
	margin-top: -15px;
	margin-left: -15px;
	border: 5px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	background-clip: padding-box;
	padding: 5px;
	background-color: #fff;
	cursor: pointer
}

@media (min-width:768px) {
	.background-image-hotspots .hotspot__spot {
		width: 40px;
		height: 40px;
		border-width: 6px;
		margin-top: -20px;
		margin-left: -20px;
		padding: 6px
	}
}

@media (min-width:992px) {
	.background-image-hotspots .hotspot__spot {
		width: 60px;
		height: 60px;
		border-width: 10px;
		margin-top: -30px;
		margin-left: -30px;
		padding: 10px
	}
}

.background-image-hotspots .hotspot__spot .icon-plus {
	width: 10px;
	height: 10px;
	margin: auto;
	transition: transform 300ms ease-in-out;
	color: var(--primary)
}

@media (min-width:992px) {
	.background-image-hotspots .hotspot__spot .icon-plus {
		width: 15px;
		height: 15px
	}
}

.background-image-hotspots .hotspot__spot:hover {
	box-shadow: 0 0 0 0 #fff;
	animation: pulse-white 1.5s infinite
}

.background-image-hotspots .hotspot__line {
	display: none;
	border-color: #fff!important;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15)
}

@media (min-width:992px) {
	.background-image-hotspots .hotspot__line {
		display: block;
		position: absolute
	}
}

.background-image-hotspots .hotspot__tip {
	display: none;
	width: auto!important;
	height: auto!important;
	max-width: 230px;
	background-color: rgba(255, 255, 255, .8);
	border: 1px solid #fff;
	padding: 8px 10px 3px;
	transform: translateX(calc(50%*-1))!important
}

@media (min-width:992px) {
	.background-image-hotspots .hotspot__tip {
		position: absolute;
		z-index: 20;
		display: flex;
		font-weight: 600
	}
}

.background-image-hotspots .hotspot--opened {
	background-color: var(--primary)
}

.background-image-hotspots .hotspot--opened .icon {
	color: var(--primary_contrast);
	transform: rotate(45deg)
}

.background-image-hotspots .hotspot--hidden {
	opacity: 0
}

.background-image-hotspots .hotspot.hotspot--left .hotspot__tip {
	margin-left: auto
}

.background-image-hotspots .hotspot.hotspot--top .hotspot__line {
	top: 195px!important
}

.background-image-hotspots {
	position: relative;
	opacity: 0;
	transition: opacity 250ms ease-out
}

.background-image-hotspots .hotspot__wrapper {
	position: relative;
	margin: 0
}

.background-image-hotspots .hotspot__content {
	display: none
}

.background-image-hotspots .hotspot__line {
	border-left: 2px dashed #a0a9ae
}

.background-image-hotspots .hotspot--top .hotspot__line {
	top: -150px
}

.background-image-hotspots .hotspot--top .hotspot__tip {
	top: -200px
}

.background-image-hotspots .hotspot--top .hotspot__tip>div,
.hotspots--a .hotspot--top .hotspot__tip>div {
	margin-top: auto
}

.background-image-hotspots .hotspot--bottom .hotspot__line {
	bottom: -150px
}

.background-image-hotspots .hotspot--bottom .hotspot__tip {
	bottom: -200px
}

.component-selector__hotspots-wrapper {
	position: relative
}

.component-selector__hotspots-wrapper .hotspot {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: var(--primary);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (min-width:576px) {
	.component-selector__hotspots-wrapper .hotspot {
		width: 30px;
		height: 30px;
		font-size: 15px
	}
}

@media (min-width:576px) {
	.headline-text__text--bold {
		font-size: 18px;
		line-height: 30px
	}
}

.highlight-text [class^=col] {
	padding: 0
}

.highlight-text__row {
	position: relative;
	display: flex
}

.highlight-text__image {
	position: relative;
	padding: 0;
	z-index: 100
}

.highlight-text__image::before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 56.25%
}

.highlight-text__image>.aspect-content,
.hotspots-slider::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.hotspots-slider {
	position: relative
}

.hotspots-slider::before {
	bottom: 30px;
	content: ''
}

@media (min-width:992px) {
	.hotspots-slider::before {
		bottom: 45px
	}
}

.hotspots-slider__main .swiper-pagination-fraction {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 70px;
	margin: 0 auto;
	bottom: 0;
	font-size: 26px;
	color: var(--primary_contrast);
	background-color: var(--primary)
}

.hotspot__tip>div,
.hotspots--b .hotspot__tip>div,
.hotspots-slider__thumbs,
.modal--slider .modal-bottom button,
.notepad__table table {
	width: 100%
}

.hotspots-slider__thumbs .swiper-wrapper {
	justify-content: center
}

.hotspots-slider__thumbs .swiper-slide {
	width: 170px;
	cursor: pointer;
	background-color: #fff
}

@media (min-width:768px) {
	.hotspots-slider__thumbs .swiper-slide {
		width: 240px
	}
}

@media (min-width:992px) {
	.hotspots-slider__thumbs .swiper-slide {
		width: 300px
	}
}

.hotspots-slider__thumbs .swiper-slide:first-child:nth-last-child(1) {
	max-width: 100%
}

.hotspots-slider__thumbs .swiper-slide:first-child:nth-last-child(2),
.hotspots-slider__thumbs .swiper-slide:first-child:nth-last-child(2)~.swiper-slide {
	max-width: calc((100% - (10px*1))/2)
}

.hotspots-slider__thumbs .swiper-slide:first-child:nth-last-child(3),
.hotspots-slider__thumbs .swiper-slide:first-child:nth-last-child(3)~.swiper-slide {
	max-width: calc((100% - (10px*2))/3)
}

.hotspots-slider__thumbs .swiper-slide:first-child:nth-last-child(4),
.hotspots-slider__thumbs .swiper-slide:first-child:nth-last-child(4)~.swiper-slide {
	max-width: calc((100% - (10px*3))/4)
}

.hotspots-slider__thumbs .swiper-slide-thumb-active {
	border-bottom: 3px solid var(--primary)
}

.hotspots-slider--gray {
	background-color: #f3f3f3
}

.hotspots-slider .swiper-button-next,
.hotspots-slider .swiper-button-prev {
	display: none
}

@media screen and (min-width:1300px) {
	.hotspots-slider .swiper-button-next,
	.hotspots-slider .swiper-button-prev {
		display: block
	}
}

.hotspots-slider .swiper-button-prev {
	left: 3%
}

.hotspots-slider .swiper-button-prev .icon {
	transform: translateY(-50%) rotate(180deg)
}

.hotspots-slider .swiper-button-next {
	right: 3%
}

.hotspots-slider .swiper-button-next .icon {
	transform: translateY(-50%)
}

.hotspot__spot {
	position: absolute;
	display: inline-flex;
	width: 30px;
	top: -200px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	border: 5px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	background-clip: padding-box;
	padding: 5px;
	background-color: #fff;
	cursor: pointer
}

@media (min-width:768px) {
	.hotspot__spot {
		width: 40px;
		height: 40px;
		border-width: 6px;
		margin-top: -20px;
		margin-left: -20px;
		padding: 6px
	}
}

@media (min-width:992px) {
	.hotspot__spot {
		width: 60px;
		height: 60px;
		border-width: 10px;
		margin-top: -30px;
		margin-left: -30px;
		padding: 10px
	}
}

.hotspot__spot .icon-plus {
	width: 10px;
	height: 10px;
	margin: auto;
	transition: transform 300ms ease-in-out;
	color: var(--primary)
}

@media (min-width:992px) {
	.hotspot__spot .icon-plus {
		width: 15px;
		height: 15px
	}
}

.hotspot__line {
	display: none
}

@media (min-width:992px) {
	.hotspot__line {
		display: block;
		position: absolute
	}
}

.hotspot__tip {
	display: none;
	overflow: hidden;
	height: 40px;
	line-height: 1.3
}

@media (min-width:992px) {
	.hotspot__tip {
		position: absolute;
		z-index: 20;
		display: flex;
		width: 215px;
		font-weight: 600
	}
}

.hotspot--opened {
	background-color: var(--primary)
}

.hotspot--opened .icon {
	color: var(--primary_contrast);
	transform: rotate(45deg)
}

.hotspot--hidden {
	opacity: 0
}

.hotspots {
	position: relative;
	opacity: 0;
	transition: opacity 250ms ease-out
}

.hotspots__wrapper {
	position: relative;
	margin: 15px
}

@media (min-width:768px) {
	.hotspots__wrapper {
		margin: 20px
	}
}

@media (min-width:992px) {
	.hotspots__wrapper {
		margin: 30px
	}
}

.hotspots__content {
	display: none
}

@media (min-width:992px) {
	.hotspots--a {
		padding: 120px 0 60px 0 !important
	}
}

.hotspots--a .hotspot__line {
	border-left: 2px dashed #a0a9ae
}

.hotspots--a .hotspot--top .hotspot__line {
	top: -150px
}

.hotspots--a .hotspot--top .hotspot__tip {
	top: -200px
}

.hotspots--a .hotspot--bottom .hotspot__line {
	bottom: -150px
}

.hotspots--a .hotspot--bottom .hotspot__tip {
	bottom: -200px
}

.hotspots--a .hotspot--left .hotspot__tip {
	left: 0;
	margin-left: -10px
}

.hotspots--a .hotspot--middle .hotspot__tip {
	text-align: center;
	transform: translateX(-50%)
}

.hotspots--a .hotspot--right .hotspot__tip {
	text-align: right;
	transform: translateX(-100%);
	margin-left: 10px
}

@media (min-width:992px) {
	.hotspots--b {
		padding: 0 200px
	}
}

.hotspots--b .hotspot__line {
	border-top: 2px dashed #a0a9ae
}

.hotspots--b .hotspot--left .hotspot__line {
	left: -30px
}

.hotspots--b .hotspot--left .hotspot__tip {
	width: 170px;
	left: -200px;
	margin-left: -10px;
	text-align: right
}

.hotspots--b .hotspot--right .hotspot__line {
	right: -20px
}

.hotspots--b .hotspot--right .hotspot__tip {
	width: 170px;
	right: -200px
}

.modal-header .close {
	margin-top: -17px !important;
}

.modal--slider .hotspot__spot {
	position: static;
	margin-top: -10px;
	margin-right: -10px
}

img.hotspots__image.img-fluid.lazyautosizes.lazyloaded {
	width: 100%;
}

i.fa.fa-plus {
	margin: 4px;
}

@media only screen and (max-width: 768px) {
	i.fa.fa-plus {
		margin: 0px;
	}
}


/**** Timeline Demo - 8 **/

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: normal;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}

h1 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 42px !important;
	font-weight: 700 !important;
	font-style: normal;
	color: #005A64;
	letter-spacing: -1px;
	text-transform: uppercase;
	display: block;
	position: relative;
}

h2 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 31px 0;
	font-family: 'Titillium Web', sans-serif !important; 
	font-size: 42px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	color: #005A64;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
}

h3 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	font-style: normal;
	color: #393939;
	letter-spacing: -0.5px;
	text-transform: capitalize;
	display: block;
	position: relative;
}

h4 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 21px ;
	font-weight: 700 !important;
	font-style: normal;
	color: #393939;
	letter-spacing: -0.5px;
	text-transform: capitalize;
	display: block;
	position: relative;
}

h5 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-style: normal;
	color: #393939;
	text-transform: capitalize;
	display: block;
	position: relative;
}

h6 {
	float: left;
	width: 100%;
	padding: 0 10%;
	margin: 0 0 40px 0;
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	font-style: normal;
	color: #393939;
	text-align: center;
	text-transform: capitalize;
	line-height: 24px;
	display: block;
	position: relative;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	float: left;
	width: 100%;
	position: relative;
}

.container-fluid {
	max-width: 90%;
}

#access ul li.menu-item-17 li a:hover {
	color: #fff;
	background: #F58220;
}

#access ul li.menu-item-17 li a {
	color: #FFF;
	background: #222;
}

#access ul li.menu-item-40 li a:hover {
	color: #fff;
	background: #F58220;
}

#access ul li.menu-item-40 li a {
	color: #FFF;
	background: #222;
}

.swiper-button-next {
	filter: sepia(90%) hue-rotate( 111deg) saturate(477%);
}

.swiper-button-prev {
	filter: sepia(90%) hue-rotate( 111deg) saturate(477%);
}

.main-timeline8 {
	overflow: hidden;
	position: relative;
	font-family: 'Roboto', sans-serif;
		
}

.main-timeline8:after,
.main-timeline8:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.main-timeline8:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #d6d5d5;
	position: absolute;
	top: 30px;
	left: 50%
}

.main-timeline8 .timeline {
	width: 50%;
	float: left;
	padding-right: 30px;
	position: relative
}

.main-timeline8 .timeline-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #ffcb05;
	position: absolute;
	top: 5.5%;
	right: -17.5px
}

.main-timeline8 .year {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 30px;
	color: #fff;
	border-radius: 0 50px 50px 0;
	background: #ffcb05;
	text-align: center;
	position: relative
}

.main-timeline8 .year:before {
	content: "";
	border-top: 35px solid #ffe47f;
	border-left: 35px solid transparent;
	position: absolute;
	bottom: -35px;
	left: 0
}

.main-timeline8 .timeline-content {
	padding: 30px 20px;
	margin: 0 45px 0 35px;
	background: #f2f2f2
}

.main-timeline8 .title {
	font-size: 0px;
	font-weight: 700;
	color: #504f54;
	margin: 0 0 10px
}

.main-timeline8 .description {
	font-size: 14px;
	font-weight: 700;
	color: #7d7b7b;
	margin: 0
}

.main-timeline8 .timeline:nth-child(2n) {
	padding: 0 0 0 30px
}

.main-timeline8 .timeline:nth-child(2n) .timeline-icon {
	right: auto;
	left: -14.5px
}

.main-timeline8 .timeline:nth-child(2n) .year {
	border-radius: 50px 0 0 50px;
	background: #7eda99
}

.main-timeline8 .timeline:nth-child(2n) .year:before {
	border-left: none;
	border-right: 35px solid transparent;
	left: auto;
	right: 0
}

.main-timeline8 .timeline:nth-child(2n) .timeline-content {
	text-align: right;
	margin: 0 35px 0 45px
}

.main-timeline8 .timeline:nth-child(2) {
	margin-top: 170px
}

.main-timeline8 .timeline:nth-child(odd) {
	margin: -175px 0 0
}

.main-timeline8 .timeline:nth-child(even) {
	margin-bottom: 80px
}

.main-timeline8 .timeline:first-child,
.main-timeline8 .timeline:last-child:nth-child(even) {
	margin: 0
}

.main-timeline8 .timeline:nth-child(2n) .timeline-icon {
	border-color: #7eda99
}

.main-timeline8 .timeline:nth-child(2n) .year:before {
	border-top-color: #92efad
}

.main-timeline8 .timeline:nth-child(3n) .timeline-icon {
	border-color: #3293c8
}

.main-timeline8 .timeline:nth-child(3n) .year {
	background: #3293c8
}

.main-timeline8 .timeline:nth-child(3n) .year:before {
	border-top-color: #4fb2e8
}

.main-timeline8 .timeline:nth-child(4n) .timeline-icon {
	border-color: #f37d83
}

.main-timeline8 .timeline:nth-child(4n) .year {
	background: #f37d83
}

.main-timeline8 .timeline:nth-child(4n) .year:before {
	border-top-color: #f2aab3
}

@media only screen and (max-width:767px) {
	.main-timeline8 {
		overflow: visible
	}
	.main-timeline8:before {
		top: 0;
		left: 0
	}
	.main-timeline8 .timeline:nth-child(2),
	.main-timeline8 .timeline:nth-child(even),
	.main-timeline8 .timeline:nth-child(odd) {
		margin: 0
	}
	.main-timeline8 .timeline {
		width: 100%;
		float: none;
		padding: 0 0 0 30px;
		margin-bottom: 20px!important
	}
	.main-timeline8 .timeline:last-child {
		margin: 0!important
	}
	.main-timeline8 .timeline-icon {
		right: auto;
		left: -14.5px
	}
	.main-timeline8 .year {
		border-radius: 50px 0 0 50px
	}
	.main-timeline8 .year:before {
		border-left: none;
		border-right: 35px solid transparent;
		left: auto;
		right: 0
	}
	.main-timeline8 .timeline-content {
		margin: 0 35px 0 45px
	}
}

.main-timeline8 .timeline {
	margin-bottom: 186px !important;
}

.fa,
.far,
.fas {
	font-family: 'FontAwesome' !important;
}

#about-wrapper .read-more-btn {
	cursor: pointer;
}

.tm-4 .year {
    background: #fccb06 !important;
}
.tm-4 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color: #fccb06 !important;
}
.tm-4 .year:before {
    border-top-color: #fccb06 !important;
}

.tm-5 .year {
    background: #7eda99 !important;
}
.tm-5 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#7eda99 !important;
}
.tm-5 .year:before {
    border-top-color: #7eda99 !important;
}
.tm-6 .year {
    background: #3293c8 !important;
}
.tm-6 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#3293c8 !important;
}
.tm-6 .year:before {
    border-top-color:#3293c8 !important;
}

.tm-7 .year {
    background: #ffcb05 !important;
}
.tm-7 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#ffcb05 !important;
}
.tm-7 .year:before {
    border-top-color:#ffcb05 !important;
}

.tm-8 .year {
    background: #7eda99 !important ;
}
.tm-8 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#7eda99 !important;
}
.tm-8 .year:before {
    border-top-color:#7eda99 !important;
}

.tm-9 .year {
    background: #3293c8 !important ;
}
.tm-9 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#3293c8 !important;
}
.tm-9 .year:before {
    border-top-color:#3293c8 !important;
}
.tm-10 .year {
    background: #ffcb05 !important ;
}
.tm-10 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#ffcb05 !important;
}
.tm-10 .year:before {
    border-top-color:#ffcb05 !important;
}
.tm-11 .year {
    background: #7eda99 !important ;
}
.tm-11 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#7eda99 !important;
}
.tm-11 .year:before {
    border-top-color:#7eda99 !important;
}
.tm-12 .year {
    background: #3293c8 !important ;
}
.tm-12 .timeline-icon {
    /* background: #fccb06 !important; */
    border-color:#3293c8 !important;
}
.tm-12 .year:before {
    border-top-color:#3293c8  !important;
}