/*--- Version 2 ---*/
header#header .logo {
    background-image: url(../images/huga-logo.svg);
    background-size: 90%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}	

body.individual-service-overview.version2 .services-container .text .div-item-centered {
	padding-left: 40px;
	text-align: left;
}


body.individual-service-overview.version2 .services-container .text h1:after {
	content: " ";
	width: 60px;
	height: 3px;
	background: #2CAFE4;
	position: absolute;
	bottom: 0px;
	left: 0%;
}

body.individual-service-overview.version2 .services-container .text h2 {
	text-align: left;
	text-transform: uppercase;
    color: #fff;
    width: 100%;
    font-size: 40px;
}

body.individual-service-overview.version2 .services-container .text h2 + h2 {
	text-align: left;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 25px;
}

body.individual-service-overview.version2 .services-container .text h2 a {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
}

body.individual-service-overview.version2 .services-container .text h2 a i {
	
}

/*--- Version 2 END ---*/

body#services-overview {
	background: #FFF;
}

body.individual-service-overview header#header {
	background: transparent;
}

body.individual-service-overview header#header nav > ul > li > a {
	color:#FFF;
}

body.individual-service-overview header#header.miniScrolled {
	background: #FFF;	
}

body.individual-service-overview header#header.miniScrolled nav > ul > li > a,
body.individual-service-overview header#header:hover nav > ul > li > a {
	color:#515151;
}

header.normal-menu > nav.main-menu ul li.menu-service a:after {
    background: #969696 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    height: 2px;
	width: calc(100% - 50px);
	left: 25px;
    position: absolute;
    top: 63px;
    text-align: center;
    transition: all 0.5s ease;
}

body.individual-service-overview #main-section {
	padding-top: 0;
	background: #FFF;
}

body.individual-service-overview #main-section .services-container {
	margin: 0;
	width: 100%;
}

.services-container > div {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.services-container > div img {
	width: 100%;
	height: auto;
}

/*-- individual-service-overview --*/

body.individual-service-overview .services-container .text {
    height: 100%;
    position: absolute;
    width: 100%;
}

body.individual-service-overview .services-container .text * {
	color: #FFF;
	text-align: center;
}


body.individual-service-overview .services-container .text h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
}

body.individual-service-overview .services-container .text ul {
    display: flex;
    margin: 30px auto 0;
    width: 50%;
	flex-direction: row;
	flex-wrap: wrap;
}

body.individual-service-overview .services-container .text li {
	width: calc(25% - 5px);
	margin: 0 12.5% 20px;
	border: 2px solid #FFF;
	padding: 20px 0;
}

body.individual-service-overview .services-container .text li:hover {
	transition: all .5s;
	background: #FFF;
	
}

body.individual-service-overview .services-container .text li a {
	text-decoration: none;
	transition: all .5s;
}

body.individual-service-overview .services-container .text li:hover a {
	color: #2CAFE4;
}

body.individual-service-overview .what-is-this > div {
	padding: 70px 0;
	text-align: center;
}

body.individual-service-overview .what-is-this > div h2 {
	color: #2CAFE4;
	margin-bottom: 30px;
	
}

body.individual-service-overview .what-is-this > div p {
	font-size: 18px;
	color: #747474;
	line-height: normal;
}

body.individual-service-overview .what-we-do {
	background: #f7f7f7;
	padding: 100px 0;
}

body.individual-service-overview .what-we-do > div {
	display: flex;
	flex-wrap: wrap;
}

body.individual-service-overview .what-we-do > div > div.text {
	width: 100%;
	margin-bottom: 30px;
}

body.individual-service-overview .what-we-do > div > div.text h2 {
	font-size: 30px;
	color: #747474;
	margin-bottom: 25px;
}

body.individual-service-overview .what-we-do > div > div.text p {
	font-size: 25px;
	color: #747474;	
}

body.individual-service-overview .what-we-do > div > div {
	width: 33.333%;
	text-align: center;
}

body.individual-service-overview .what-we-do > div > div h3 {
	color: #2cafe4;
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 50px;
}

body.individual-service-overview .what-we-do > div > div h3 span {
	padding: 5px 15px;
	border-bottom: 2px dashed #2cafe4;
	border-top: 2px dashed #2cafe4;
}

body.individual-service-overview .what-we-do > div > div ul li {
	color: #747474;
	font-size: 25px;
	font-weight: lighter;
	margin-bottom: 30px;
	margin-top: 30px;
}

body.individual-service-overview .what-we-do > div > div ul li a {
	color: #747474;
	text-decoration: none;
}

body.individual-service-overview .what-we-do > div > div ul li:hover a {
	color: #2cafe4;
}

body.individual-service-overview .start-chat-inspired {
	padding: 100px 0;
}

body.individual-service-overview .start-chat-inspired > div {
	display: flex;
	flex-wrap: wrap;
}

body.individual-service-overview .start-chat-inspired > div > div {
	width: 33%;
	text-align: center;
}

body.individual-service-overview .start-chat-inspired > div > div h4 {
	color: #747474;	
}

body.individual-service-overview .start-chat-inspired > div > div p {
	font-size: 18px;
}

body.individual-service-overview .start-chat-inspired > div > div p a {
	color: #2CAFE4;
	font-size: 17px;
	border: 2px dashed #e82e5c;
	font-weight: normal;
	transition: all .5s;
}

body.individual-service-overview .start-chat-inspired > div > div.chat {
	border-left: 1px solid #2cafe4;
	border-right: 1px solid #2cafe4;
	padding-bottom: 40px;
}

body.individual-service-overview .start-chat-inspired > div > div.chat p a {
	border-color: transparent;
	color: #2cafe4;
	font-size: 24px;
}

body.individual-service-overview .start-chat-inspired > div > div img {
	visibility: hidden;
}

/***--- Version 2018 ---***/

body.individual-service-overview .container-a {
	
}

body.individual-service-overview .container-a img {
	
}

body.individual-service-overview .container-a .text {
	
}


body.individual-service-overview .services-container.container-a .text .div-item-centered h1:after {
	display: none;
}

body.individual-service-overview .container-a .text ul {
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	width:auto;
}

body.individual-service-overview .container-a .text ul li {
	width: 50px;
	margin:0 20px;
	position: relative;
	border:none;
	padding:0;
	background: transparent;
}

body.individual-service-overview .container-a .text ul li:hover {
	background: transparent;
}

body.individual-service-overview .container-a .text ul li img {
	opacity: 1;
	visibility: visible;
	min-height: 80px;
	transition: all 0.5s ease;
}

body.individual-service-overview .container-a .text ul li img + img {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

body.individual-service-overview .container-a .text ul li:hover img {
	opacity: 0;
	visibility: hidden;
}

body.individual-service-overview .container-a .text ul li:hover img + img {
	opacity: 1;
	visibility: visible;
}

body.individual-service-overview .container-b {
	border-bottom: 0 !important;
}

body.individual-service-overview .container-b .r-container {
	padding:40px 15%;
	background:#3ca8e2;
	margin-top: 70px;
	position: relative;
}

body.individual-service-overview .container-b .r-container:before {
	content: "";
	position: absolute;
	bottom: -49px;
	left: calc(50% - 50px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #3ca8e2 transparent transparent transparent;
}

body.individual-service-overview .container-b .r-container * {
	color: #fff;
}

body.individual-service-overview #main-section .container-c {
	border-bottom: 0 !important;
	margin:0;
	width: 100%;
}

/*--- FLEX LINE ---*/

body.individual-service-overview #main-section .container-c .vh:not(.hidden):first-child {
	margin-top: 80px;
}

body.individual-service-overview .container-c .vh {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:30px 0;
	margin-top: -80px;
	overflow: hidden;
}

body.individual-service-overview .container-c .vh.posHigher {
}

body.individual-service-overview .container-c .vh.odd {
	justify-content: flex-end;
}

body.individual-service-overview .container-c .vh .inviewActive {
	position: absolute;
	top:30vh;
	width: 10px;
	height: 10px;
	background: transparent;
}

body.individual-service-overview .container-c .vh.hidden {
	height: 0px;
	padding: 0;
	margin-top: 0;
}

body.individual-service-overview #main-section .container-c .vh.hidden + .vh {
	margin-top: 0;
}

body.individual-service-overview .container-c .vh.hidden .inviewActive {
	top:0;
}

body.individual-service-overview .container-c .vh:before {
	content: "";
	position: absolute;
	left:calc(50% - 2.5px);
	top:-1%;
	bottom:101%;
	width:5px;
	background:#3ca8e2;
	transition: all 1s linear;
	transform-style: preserve-3d;
}

body.individual-service-overview .container-c .vh.inview:before {
	bottom:-1%;
}

body.individual-service-overview .container-c .vh .flexLine {
	width: 50%;
	flex: 0 0 50%;
}

body.individual-service-overview .container-c .vh.odd .flexLine {
	order:10;
}

body.individual-service-overview .container-c .vh.even .flexLine {
	order:0;
}

body.individual-service-overview .container-c .vh .imageContainer {
	width: 45%;
	flex: 0 1 auto;
}

body.individual-service-overview .container-c .vh.odd .imageContainer {
	order:0;
	text-align: right;
	margin-right: 5%;
}

body.individual-service-overview .container-c .vh.even .imageContainer {
	order:10;
	text-align: left;
	margin-left: 5%;
}

body.individual-service-overview .container-c .vh .imageContainer img {
	width: 100%;
	opacity:0;
	transition: all 0.5s linear 0.5s;
	position: relative;
}

body.individual-service-overview .container-c .vh.inview .imageContainer img {
	opacity: 1;
}

body.individual-service-overview .container-c .vh.odd .imageContainer img {
	right:100%;
}

body.individual-service-overview .container-c .vh.even .imageContainer img {
	left:100%;
}

body.individual-service-overview .container-c .vh.odd.inview .imageContainer img {
	right:0%;
}

body.individual-service-overview .container-c .vh.even.inview .imageContainer img {
	left:0%;
}

body.individual-service-overview .container-c .vh .contentContainer {
	max-width: 40%;
	flex: 0 1 auto;
	position: relative;
	z-index: 9;
}

body.individual-service-overview .container-c .vh.odd .contentContainer {
	order:0;
	text-align: right;
	margin-left: 50px;
	margin-right: 5px;
}

body.individual-service-overview .container-c .vh.even .contentContainer {
	order:10;
	text-align: left;
	margin-right: 50px;
	margin-left: 5px;
}

/*body.individual-service-overview .container-c .vh .contentContainer > * {
	opacity:0;
	position: relative;
	transition: all 0.5s linear 0.5s;
}

body.individual-service-overview .container-c .vh.inview .contentContainer > * {
	opacity: 1;
}

body.individual-service-overview .container-c .vh.odd .contentContainer > * {
	right:100%;
}

body.individual-service-overview .container-c .vh.even .contentContainer > * {
	left:100%;
}

body.individual-service-overview .container-c .vh.odd.inview .contentContainer > * {
	right:0%;
}

body.individual-service-overview .container-c .vh.even.inview .contentContainer > * {
	left:0%;
}*/

body.individual-service-overview .container-c .vh.odd .contentContainer * {
	text-align: right;
}

body.individual-service-overview .container-c .vh .contentContainer h2 {
	margin-bottom: 0;
	display: inline;
}

body.individual-service-overview .container-c .vh .horiLine {
	min-width: 5%;
	max-width: 10%;
	flex: 1 0 auto;
	position: relative;
	top:-2.5px;
	height:5px;
	order:5;
	transform-style: preserve-3d;
}

body.individual-service-overview .container-c .vh.odd .horiLine:before {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	left: 100%;
	right:0;
	top:0;
	bottom:0;
	background:#3ca8e2;
	transition: all 0.5s linear 0.5s;
}

body.individual-service-overview .container-c .vh.odd.inview .horiLine:before {
	left:10%;
}

body.individual-service-overview .container-c .vh.even .horiLine:before {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	right:100%;
	top:0;
	bottom:0;
	background:#3ca8e2;
	transition: all 0.5s linear 0.5s;
}

body.individual-service-overview .container-c .vh.even.inview .horiLine:before {
	right:10%;
}

/*--- Flexi Line End ---*/

body.individual-service-overview .container-c .hugaDisc {
	display: flex;
	justify-content: center;
	align-items:flex-start;
	padding-bottom: 70px;
}

body.individual-service-overview .container-c .hugaDisc .discContainer {
	display: flex;
	justify-content: center;
	align-items:center;
	padding:10px;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #3ca8e2;
}

body.individual-service-overview .container-c .hugaDisc .discContainer img {
	width: 80%;
}

body.individual-service-overview #main-section .container-g {
	margin:0;
	width: 100%;
	border-bottom: none;
}

/***--- END ---***/

/***--- Small Screen ---***/

	/* Portrait & Landscape */
	@media only screen 
	and (min-device-width : 1025px) 
	and (max-device-width : 1220px)  {
		
	}

/***--- iPad ---***/

	/* Portrait & Landscape */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px)  {

	}

	/* Landscape */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) {
		
		body.individual-service-overview .container-b .r-container {
			padding:20px;
		}

	}
	
	/* Portrait */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) {
		
		body.individual-service-overview .services-container .text {
			position: relative;
			top: 0;
			height: auto;
			background: #3ca8e2;
		}
		
		.div-item-centered {
			top: 0;
			transform: none;
		}
		
		body.individual-service-overview .services-container .text li {
			width: calc(100% - 5px);
			margin: 0 0% 10px;
		}
		
		body.individual-service-overview .what-we-do > div > div,
		body.individual-service-overview .start-chat-inspired > div > div {
			width: 33%;
		}
		
		body.individual-service-overview .start-chat-inspired > div > div {
			margin-bottom: 30px;
		}
		
		body.individual-service-overview .container-b .r-container {
			padding:20px;
		}

	}

/***--- iPhone ---***/

	/* Portrait & Landscape */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 767px) {
	
		body.individual-service-overview .services-container .text {
			position: relative;
			top: 0;
			height: auto;
			background: #2CAFE4;
		}
		
		body.individual-service-overview.version2 .services-container .text .div-item-centered {
		    padding-left: 0px;
		    text-align: left;
		    padding-top: 30px;
			padding-bottom: 30px;
		}
		
		.div-item-centered {
			top: 0;
			transform: none;
		}
		
		body.individual-service-overview .services-container .text li {
			width: calc(100% - 5px);
			margin: 0 0% 10px;
		}
		
		body.individual-service-overview .what-we-do > div > div,
		body.individual-service-overview .start-chat-inspired > div > div {
			width: 100%;
		}
		
		body.individual-service-overview .start-chat-inspired > div > div {
			margin-bottom: 30px;
		}
		
		body.individual-service-overview .what-is-this > div {
			padding: 30px 0;
		}
		
		.services-container > div img {
			width: 100%;
			
		}
		
		body.individual-service-overview .container-a .r-container img {
		    height: 23.5vw;
		    position: relative;
		    display: block;
		}
		
		body.individual-service-overview .container-b {
			width: 100%;
			margin: 0;
		}
		
		body.individual-service-overview .container-b .r-container {
			padding:20px;
			box-sizing: border-box;
			width: 100%;
		}
		
		/*--- Flexi Line ---*/
		
		body.individual-service-overview .container-c .vh {
			margin-top: 0;
		}
		
		body.individual-service-overview .container-c .vh::before,
		body.individual-service-overview .container-c .vh .horiLine,
		body.individual-service-overview .container-c .vh .horiLine:before,
		body.individual-service-overview .container-c .vh .flexLine {
			display: none;
		}
		
		body.individual-service-overview .container-c .vh.odd .imageContainer,
		body.individual-service-overview .container-c .vh.even .imageContainer {
			width:100%;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}
		
		body.individual-service-overview .container-c .vh.odd .contentContainer,
		body.individual-service-overview .container-c .vh.even .contentContainer {
			max-width: 100%;
			width: calc(100% - 40px);
			margin-left: 20px;
			margin-right: 20px;
		}
		
		body.individual-service-overview .container-c .vh .imageContainer img {
			transition: all 0 linear 0.5s
		}
		
		body.individual-service-overview .container-c .vh.odd .contentContainer,
		body.individual-service-overview .container-c .vh.odd .contentContainer * {
		    text-align: left;
		}
		
		body.individual-service-overview .container-c .hugaDisc {
			padding-bottom: 50px;
			padding-top: 50px;
		}
		
		

	}
	
	/* Landscape */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 767px) 
	and (orientation : landscape) {
		
		

	}
	
	/* Portrait */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 767px) 
	and (orientation : portrait) {
		
		
		
	}