.contact-image {
	background-color: white;
	
}

/* Hotspot */
.hotspot-img { position: relative; }

.hotspot-img img { 
	opacity: .6; 
	width: 100%;
}

.hotspot-img .hot-spot {
	position: absolute;
	width: 25px;
	height: 25px;
	/* top: 5px;
	left: 5px; */
	text-align: center;
	/* background-color: #0869ff; */
	background-image: url("../../images/icons/map-icon.png");
    background-size: contain;
    background-position: center center;
	background-repeat: no-repeat;
	
	cursor: pointer;
	transition: transform .3s ease;
}

.hotspot-img .hot-spot .circle {
	display: block;
	position: absolute;
	top: 47%;
	left: 47%;
	width: 2em;
	height: 2em;
	margin: -1em auto auto -1em;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	background: #0869ff;
	opacity: 0;
	z-index: -1;
	-webkit-animation: pulsate 3.5s ease-out infinite;
	animation: pulsate 3.5s ease-out infinite;
}

.hotspot-img .hot-spot:nth-child(2) .circle { animation-delay: 2s; }
.hotspot-img .hot-spot:nth-child(3) .circle { animation-delay: 3.5s; }
.hotspot-img .hot-spot:nth-child(4) .circle { animation-delay: 5.2s; }
.hotspot-img .hot-spot:nth-child(5) .circle { animation-delay: 6.4s; }
.hotspot-img .hot-spot:nth-child(6) .circle { animation-delay: 8s; }
.hotspot-img .hot-spot:nth-child(7) .circle { animation-delay: 9.2s; }
.hotspot-img .hot-spot:nth-child(8) .circle { animation-delay: 11s; }
.hotspot-img .hot-spot:nth-child(9) .circle { animation-delay: 13s; }
.hotspot-img .hot-spot:nth-child(10) .circle { animation-delay: 15s; }

.hotspot-img .hot-spot .tooltip {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	opacity: 0;
	display: none;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	top: 20px;
	width: auto;
	z-index: 999;
	box-shadow: 0 10px 80px rgba(0,0,0,0.1), 0 10px 50px rgba(0,0,0,0.1);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.hotspot-img .hot-spot.hotspot-tooltip-open .tooltip {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hotspot-img .hot-spot .tooltip.ontop {
	top: auto;
	bottom: 35px;
}

.hotspot-img .hot-spot .tooltip  p {
	font-size: 13px;
	line-height: 1.3rem !important;
	margin-bottom: 0;
	white-space: nowrap;
	color: #666 !important;
	text-transform: capitalize;
}

@-webkit-keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	 45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}
@keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
		45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}


/*--- PopOver Code ---*/

.profile {
	cursor: pointer;
	transition: 0.2s;
  }
  
  .content {
	position: absolute;
	max-height: 350px;
	overflow: hidden;
	bottom: 75px;
	padding: 20px;
	min-width: 400px;
	background-color: #2c343e;
    box-shadow: 0 2px 4px rgba(3,27,78,.1);
    border: 1px solid #e5e8ed;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: 0.3s;
	z-index: 9;
  }
  
  .content .header {
	display: flex;
	align-items: center;
  }
  
  .content .header .infos {
	margin-left: 1em;
  }
  .content .header .infos .name {
	font-size: 1.25em !important;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0px;
  }

  .body ul li {
	  border: none !important;
	  color: #fff !important;
  }
  
  .content .header .infos .title {
	font-size: 0.9em;
	color: #fff;
	font-weight: 500;
  }
  
  .content .body {
	padding: 1em;
  }
  
  .content .body p {
	font-size: 0.95em;
	color: #fff;
  }

  .content.gridright {
	transform: translateX(45%) translateY(40%);
  }

  .content.gridleft {
	transform: translateX(-100%) translateY(40%);
  }

  .profile:hover .content.gridright {
	visibility: visible;
	opacity: 1;
	transform: translateX(45%) translateY(40%);
  } 

  .profile:hover .content.gridleft {
	visibility: visible;
	opacity: 1;
	transform: translateX(-100%) translateY(40%);
  }
  
  .profile:hover .content.right {
	visibility: visible;
	opacity: 1;
	transform: translateX(75%) translateY(20%);
  }

  .profile:hover .content.left {
	visibility: visible;
	opacity: 1;
	transform: translateX(-100%) translateY(20%);
  }

/*------------------*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #0869ff;
	font-weight: 500;
	letter-spacing: 1px;
}

.nav-link {
    color: #333;
}

.feature-box.fbox-small p {
	font-size: 12px;
	margin-top: 0;
	color: #666 !important;
	line-height: 1.6 !important;
}

/* Root Settings
-----------------------------------------------------------------*/
:root {
	--themecolor:  #0869ff;
	--buttonthemecolor: rgba(254,150,3,0.15);
	--badgethemecolor: rgba(254,150,3,0.09);
	--basefontsize: 16px;
	--fontfamily: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	--headerboxshadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);;
	--menufontsize: 13px;
}

/* Showcase Services
-----------------------------------------------------------------*/

.showcase-section .showcase-target { display: none; }

.showcase-section .showcase-target.showcase-target-active { display: block; }

.showcase-section ul { list-style: none; }

.showcase-section ul li {
	display: block;
	position: relative;
	padding: 24px 0;
	cursor: pointer;
	border-top: 1px solid #EEE;
}

.showcase-section ul li:first-child {
	padding-top: 0;
	border-top: 0;
}

.showcase-section ul li h3 {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.showcase-section ul li p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
	color: #777;
}

.showcase-section ul li h3:before {
	opacity: 0;
	content: "\e77d";
	font-family: 'font-icons';
	position: absolute;
	margin-left: -20px;
	top: -2px;
	-webkit-transition: margin-left .3s ease, opacity .3s ease;
	-ms-transition: margin-left .3s ease, opacity .3s ease;
	-o-transition: margin-left .3s ease, opacity .3s ease;
	transition: margin-left .3s ease, opacity .3s ease;
}

.showcase-section ul li.showcase-feature-active h3:before {
	opacity: 1;
	margin-left: -15px;
}

.showcase-section ul li.showcase-feature-active h3 { color: var(--themecolor); }

.showcase-section .showcase-target {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all .3s .1s ease;
	-o-transition: all .3s .1s ease;
	transition: all .3s .1s ease;
	-webkit-backface-visibility: hidden;
}

.showcase-section .showcase-target.showcase-target-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 9;
}

.showcase-section .showcase-target:first-child { position:  relative; }

.sc-feature a {
	background-color: #fff0;
}

.sc-feature a:hover {
	background-color: rgba(48, 153, 201, 0.16);
    transition: all .3s ease;
    transform: translateY(-3px);
	z-index: 1;
}

/* Buttons
-----------------------------------------------------------------*/
.button {
	text-shadow: none;
	font-weight: 600;
}

.button:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

#header .button { display: none; }

/* Top Links
-----------------------------------------------------------------*/
.top-links ul li { border-left: 0; }

.top-links li a img {
	position: relative;
	display: inline-block;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	top: -2px;
	margin-right: 8px;
	border: 1px solid #FFF;
	background-color: #555;
}

/* .dark #top-social li a { color: #555; } */

.border-bottom { border-color: #EEE !important;}

.feature-box h3 span { font-size: var(--basefontsize); }

.heading-block > p {
	font-size: var(--basefontsize);
	color: #777;
}

.slider-title p,
.feature-box.fbox-center p {
	font-size: calc( var(--basefontsize) - 1px );
	line-height: 1.7;
	color: #777;
	letter-spacing: 0;
}

.play-icon i {
	width: 70px;
	height: 70px;
	line-height: 71px;
	font-size: 24px;
	background: linear-gradient(60deg, #0869ff, #ff8e01, #ed9931, #f37055);
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	padding-left: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	transition: transform .3s ease;
	animation: animdgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}

@keyframes animdgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.play-icon:hover i { transform: scale(1.1); }

#oc-clients .oc-item img { height: 50px; }

/* Pricing Switcher
-----------------------------------------------------------------*/
.pricing-tenure-switcher { position: relative; }

.pricing-tenure-switcher .pts-left,

.pricing-tenure-switcher .pts-right,
.pricing-tenure-switcher .pts-switcher {
	display: inline-block;
	margin: 0 10px;
	height: 30px;
	overflow: hidden;
}

.pricing-tenure-switcher .pts-left,
.pricing-tenure-switcher .pts-right {
	font-size: var(--basefontsize);
	font-weight: 600;
	color: #AAA;
	line-height: 30px;
}

.pricing-tenure-switcher .pts-switch-active { color: #333; }

.pricing-tenure-switcher .pts-switcher label { margin-bottom: 0; }

input.switch-toggle-round + label:before,
input.switch-toggle-round + label {
	border-radius: 4px;
	background-color: var(--themecolor);
}

.price-discount {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-top: -15px;
	margin-left: 65px;
	background: url('images/icons/discount.svg') no-repeat 0 0;
	width: 60px;
	height: 39px;
}

input.switch-toggle-round + label:after { border-radius: 4px }

/* Pricing Boxes
-----------------------------------------------------------------*/
.pricing-box {
	border-color: rgba(17, 18, 18, .1);
	text-align: left;
	padding: 20px;
	background-color: #FFF;
	box-shadow: none;
	margin-right: -1px;
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/
.pricing-title {
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
}

.pricing-title h3 {
	margin: 0;
	font-size: 21px;
	letter-spacing: 0;
	color: #555;
	text-transform: none;
}

.pricing-title span {
	font-size: 14px;
	text-transform: capitalize;
}


/* Pricing Boxes - Price
-----------------------------------------------------------------*/
.pricing-price {
	position: relative;
	font-weight: 500;
}

.pricing-price:after { content: none; }

.pricing-price span.price-tenure {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #AAA;
	text-transform: lowercase;
}

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
.pricing-features ul { padding: 0 0 20px 0; }

.pricing-features li {
	padding: 7px 0;
	font-size: 14px;
}

.pricing-features li i {
	position: relative;
	top: 2px;
	font-size: var(--basefontsize);
}


/* Pricing Boxes - Action
-----------------------------------------------------------------*/
.pricing-action {
	padding: 0;
	text-align: center;
}

/* Badge
-----------------------------------------------------------------*/
.badge {
	padding: 8px;
	font-size: 12px;
	margin-bottom: 15px;
	border-radius: 2px;
	font-weight: 500;
	line-height: .8;
}

.badge.badge-default {
	border: 1px solid var(--themecolor);
	color: var(--themecolor);
}

/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage { padding-top: 40px }

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	border: 0;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 25px;
}

.testi-image {
	float: none;
	margin: -65px auto 0;
	margin-bottom: 20px;
}

.testi-content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily);
	font-size: var(--basefontsize);
}

.testi-meta {
	text-align: center;
	margin-top: 20px;
}

/* Blog
-----------------------------------------------------------------*/
.entry-title h3 {
	font-size: 17px;
	margin-bottom: 13px;
}

.entry .entry-title h3 a { color: #222 !important }
.entry-meta li { font-style: normal; }
.entry-meta li:before { content: "\00b7"; }
.entry-meta li a { font-weight: 500; }

/* Footer
-----------------------------------------------------------------*/
.footer-big-contacts {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }

.subscribe-widget .form-control { height: calc(2.25rem + 4px) !important; }

.subscribe-widget .button {
	transform: none;
	box-shadow: none;
}

.promo-section:before {
	content: '';
    position: absolute;
    top: -1%;
    left: 45%;
    width: 80%;
    height: 451px;
    background-size: 1280px 451px;
    background-repeat: no-repeat;
	background-image: url('images/hero/hero-3.svg');
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#header.transparent-header.floating-header + #slider {
		top: -165px;
		margin-bottom: -165px;
	}

	#header.transparent-header.floating-header { margin-top: 25px; }

	

	#header.transparent-header + #page-title.page-title-parallax .container { padding-top: 80px; }

	#primary-menu ul li > a {
		padding-top: 29px;
		padding-bottom: 29px;
		text-transform: uppercase;
		letter-spacing: 0.5 !important;
		font-size: var(--menufontsize);
		font-weight: 600;
	}

	#top-search {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#header,
	#header-wrap,
	#logo img { height: 80px; }

	#header.sticky-header:not(.static-sticky),
	#header.sticky-header:not(.static-sticky) #header-wrap,
	#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 70px; }

	#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#header.sticky-header:not(.static-sticky) #top-search {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	#header .button {
		display: inline-block;
		margin: 20px 0;
		text-transform: none;
		letter-spacing: 0;
		font-size: calc( var(--basefontsize) - 1px );
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}

	#header.sticky-header .button {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	/* Topbar
	-----------------------------------------------------------------*/
	#top-bar.transparent-topbar {
		display: block;
		z-index: 299;
		border-bottom: 0;
		padding-top: 15px;
	}

	#top-bar.transparent-topbar { background: transparent !important; }

	/* Slider Text
	-----------------------------------------------------------------*/
	.slider-title h2 {
		font-size: 2vw;
		line-height: 1.3;		
		font-weight: 700;
		margin-bottom: 30px;
		color: #2E3280;
		font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

	}

	.slider-title h3 {
		font-size: 1.3vw;
		color: #2E3280;
	}

	.slider-title ul li {
		color: #333;
		font-size: 1.2vw !important;
	}
}


/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border [class^=col-] {
	margin: -1px 0 0 -1px;
	padding: 15px;
	border: 1px solid #EEE;
}

.grid-border [class^=col-]:hover {
	transition: all .3s ease;
    transform: translateX(6px) translateY(-6px);
	z-index: 1;
    box-shadow: 0 2px 4px rgba(48,153,201,1);
	border: 1px solid rgba(48, 153, 201, 1);
	
	background-color: rgba(48, 153, 201, 0.16);
	border-color: rgba(48, 153, 201, 1);
	z-index: 1;
}

.slide-img:hover {
	transition: all .3s ease;
    box-shadow: 0 10px 45px rgba(0,0,0,.3);
	z-index: 1;
}

.green-grid {
	background-color: rgba(89, 186, 65, 0.16) !important;
	border-color: rgba(89, 186, 65, 1) !important;
}

.purple-grid {
	background-color: rgba(104, 37, 160, 0.16) !important;
	border-color: rgba(104, 37, 160, 1) !important;
	
}

.grid-title-border{
	text-align: center;
}

.grid-title-border:hover{
	background-color: rgba(255, 175, 0, 0.16);
	z-index: 1;
}

.grid-font{
	line-height: 20px !important;
    text-transform: none !important;
    font-weight: 400 !important;
}

/* ----------------------------------------------------------------------------
	Glowing Button
---------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------
	
---------------------------------------------------------------------------- */
