/*Test*/
body {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	padding-top: 108px;
}

::-webkit-input-placeholder { text-transform: initial; font-weight: 400; color: #aaa; }
:-moz-placeholder { text-transform: initial; font-weight: 400; color: #aaa; }
::-moz-placeholder { text-transform: initial; font-weight: 400; color: #aaa; }
:-ms-input-placeholder { text-transform: initial; font-weight: 400; color: #aaa; }

/* animations svg on banner */
/*.drawing path, .drawing .st0, .drawing .st1, .drawing .st2, .drawing .st3, .drawing .st4{
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: dash 30s linear infinite;
}
@keyframes dash {
	
  0% {
    stroke-dashoffset: 700;
  }
  
  12.5% {
    stroke-dashoffset: 700;
  }
  
  25% {
    stroke-dashoffset: 0;
  }
  37.5% {
    stroke-dashoffset: 0;
  }
   
  50% {
    stroke-dashoffset: 700;
  }
	
 62.5% {
    stroke-dashoffset: 700;
  }
  
  75% {
    stroke-dashoffset: 0;
  }
  87.5% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 700;
  }

}*/
/* end animations svg on banner */

.menu nav.main-nav > ul > li { display: inline-block; position: relative; }
.menu nav.main-nav > ul > li > a { padding:0 11px; display: block; line-height: 1; color: #333535; font-weight: 700; text-transform: uppercase;  -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu nav.main-nav > ul > li:hover > a { color: #000; }
.menu nav.main-nav > ul > li > a.hasSubmenu:after {
	content: "\f107"; 
	font-family: FontAwesome; 	
	position: absolute;
	bottom: -20px;
	left: 48%;
	color: #ff6e22;
	display: none;
	-ms-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
.menu nav.main-nav > ul > li > a.current:after,
.menu nav.main-nav > ul > li > a.section:after {
	display: block;
}
.menu {

}
.logoCol a {
	display: inline-block;
}

.searchHolder {
	position: relative;
}
.searchHolder form {
	position: absolute;
	right: 100%;
	top: -2px;
	display: none;
}
.searchHolder a.searchBtn {
	padding-left: 10px;
}

.secondMenu { 
	background-color: #d4d4d4;
	/*padding: 2px 0; */
}
.secondMenu .container {
	height: 30px;
}

.secondMenu ul,
.secondMenu ul li,
.secondMenu ul li a {
	height: 100%;
}
.secondMenu ul {
	text-align: center;
}
.secondMenu ul li {
	position: relative;
	display: inline-block;
	list-style-type: none;
}
.secondMenu ul li a {
	display: block;
	text-transform: uppercase;
	color: #333535;
	padding: 4px 13px;
}
.secondMenu ul li a:hover,
.secondMenu ul li a.current {
	background-color: #fd6e32;
	color: #fff;
}

.slider-row {
	position: relative;
 	min-height: 300px;
	background-color: #dfdfdf;		
}
.slider-row .graphics {
	position: absolute;
	width: 120%;
	left: 0;
	bottom: 0;
	text-align: center;
}

 section.slider-row .areasmenu {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  color: #fd6e31;
 }
 section.slider-row .areasmenu .container.main {
  /*background-color: #333534;*/
  /*padding: 10px;*/
 }
 section.slider-row .areasmenu .container {
 	background-color: #fff;
 }
 section.slider-row .areasmenu .container .row#areas-menu {
 	background-color: #333535;
 }
 section.slider-row .areasmenu #areas-menu a {
 	position: relative;
 	display: block;
 	color: #ff6e22;
 	font-size: 19px;
 	text-transform: uppercase;
 	font-weight: 700;
 	text-align: center;
 	/*border-right: 1px solid #7a7c7c;*/
 	padding-top: 24px;
 	padding-bottom: 28px;
 	background-color: #333535;
 	width: calc(100% - 1px);
 }
 section.slider-row .areasmenu #areas-menu a:hover {
 	background-color: #fd6e32;
 	color: #fff;
 }
 section.slider-row .areasmenu #areas-menu a i {
 	position: absolute;
 	bottom: 12px;
 	left: 0;
 	width: 100%;
 }
 section.slider-row .areasmenu #areas-menu a:after {
 	content: '';
 	position: absolute;
 	right: -1px;
 	top: 10px;
 	bottom: 10px;
 	border-right: 1px solid #6a6c6c;
 }
 section.slider-row .areasmenu .last #areas-menu a {
 	width: 100%;
 }
 section.slider-row .areasmenu .last #areas-menu a:after {
 	border-right: 0;
 }

 .sliderdots {
	position: absolute;
    bottom: 12px;
    z-index: 1;
    width: 100%;	
 }
 .sliderdots .items {
 	text-align: right;
 }
 .sliderdots .items div {
 	display: inline-block;
 	zoom: 1;
 	padding-top: 2px;
 }
 .sliderdots .items .owl-dot span {
 	width: 15px;
 	height: 15px;
 	display: inline-block;
 	margin-left: 5px;
 	border: 1px solid #fff;
 	border-radius: 100%;
 	cursor: pointer;
 }
 .sliderdots .items .owl-dot.active span {
 	background-color: #fff;
 }
 .sliderdots .items span.ps {
 	font-size: 16px;
 	margin-left: 13px;
 	color: #fff;
 	cursor: pointer;
 }
 .sliderdots .items span.ps.pause:after {
 	content: "";
 	display: block;
 	width: 11px;
 	height: 14px;
 	border-left: 4px solid #fff;
 	border-right: 4px solid #fff;
 	margin-left: 2px;
 }
 .sliderdots .items span.ps.play:after {
 	content: "\f04b";
 	font-family: "FontAwesome";
 }


.areasmenu.new > .container > .row {
	position: relative;
	background-color: #333535;	
}
.areasmenu.new .hasSubmenu {
	position: static;
}
.areasmenu.new .hasSubmenu:hover > a.link,
.areasmenu.new .hasSubmenu.current > a.link,
.areasmenu.new .hasSubmenu.section > a.link {
 	background-color: #fd6e32;
 	color: #fff;	
}
.areasmenu.new a.link {
	position: relative;
	display: block;
	color: #ff6e22;
 	font-size: 19px;
 	text-transform: uppercase;
 	font-weight: 700;
 	text-align: center;
  	padding-top: 24px;
 	padding-bottom: 28px;	
 	width: calc(100% - 1px);	
}
.areasmenu.new a.link:after {
 	content: '';
 	position: absolute;
 	right: -1px;
 	top: 10px;
 	bottom: 10px;
 	border-right: 1px solid #6a6c6c;	
}
.areasmenu.new .last a.link {
	width: 100%;
}
.areasmenu.new .last a.link:after {
	border-right: none;
}
.areasmenu.new a.link i {
 	position: absolute;
 	bottom: 12px;
 	left: 0;
 	width: 100%;	
}
.areasmenu.new .hasSubmenu .submenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
}
.areasmenu.new .hasSubmenu .submenu .item.odd {
	padding-right: 0;
	border-right: 1px solid #f1f3f3;
}
.areasmenu.new .hasSubmenu .submenu .item.even {
	padding-left: 0;
}
.areasmenu.new .hasSubmenu .submenu a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
}
.areasmenu.new .hasSubmenu .submenu a:hover {
	background-color: #f1f3f3;
}
.areasmenu.new .hasSubmenu .submenu a img {
	opacity: .85;
}
.areasmenu.new .hasSubmenu .submenu a div {
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
}
.areasmenu.new .hasSubmenu .submenu a div:after {
	content: "\f105"; 
	font-family: FontAwesome; 	
	color: #aaa;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 16px;
}
.areasmenu.new .hasSubmenu .submenu a:hover > div:after {
	color: #ff6e22;
}
.areasmenu.new .hasSubmenu .submenu a div h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.areasmenu.new .hasSubmenu .submenu a:hover > div h4 {
	color: #ff6e22;
}
.areasmenu.new .hasSubmenu .submenu a div p {
	color: #7a7c7c;
	font-size: 12px;
}


 section.slider-row .heading {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 2;
  color: #fff;
 } 
 section.slider-row .heading .container {
  background-color: #fd6e32;
 }


 .hero-slide .s-item {

 }
 .hero-slide .s-item .drawing {
 	position: absolute;
    bottom: -40px;
    left: -50px;
    width: 120%;
 	z-index: 1;
 }
 .hero-slide .s-item .heroImg {
 	min-height: 710px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
 	background-color: #dfdfdf;
 }
 .hero-slide .s-item .heroDesc {
 	text-align: left;
 	bottom: 50px;
 }
 .hero-slide .s-item .heroDesc .container {
   background-color: #fd6e32;	
 	padding-top: 20px;
 	padding-bottom: 20px;  
 	/*padding-right: 120px; */
 	position: relative;
 }
 .hero-slide .s-item .heroDesc.arrow-right .container {
     padding-top: 0;
     padding-bottom: 0;
 	/*padding-right: 120px;*/
 }
 .hero-slide .s-item .heroDesc h2 {
 	font-size: 38px;
 	font-weight: 400;
 	line-height: 46px;
 	margin-bottom: 15px;
 }
 .hero-slide .s-item .heroDesc p {
 	font-size: 20px;
 	line-height: 28px;
 }
 .hero-slide .s-item .heroDesc.arrow-right .container > a i {
 	position: absolute;
 	font-size: 26px;
 	right: 20px;
 	top: 45%;
 	color: #fff;
 }
 .hero-slide .s-item .heroDesc.arrow-right .container > a {
     display: block;
     padding-top:20px;
     padding-bottom:20px;
     padding-right:120px;
     color: #fff;
 }

 .hero-slide .owl-dots {
 	max-width: 954px;
 	margin-top: -35px !important;
 }
 .hero-slide .owl-dots .owl-dot span {
 	width: 15px;
 	height: 15px;
 	border-radius: 100% !important;
 	margin: 5px;
 }
 .hero-slide .owl-dots .owl-dot.active span, 
 .hero-slide .owl-dots .owl-dot:hover span {
 	background-color: #fff !important;
 	border: 1px solid #fff !important;
 }

.BreadcrumbNav { 
	padding: 25px 0px 0px; 
	font-size: 12px;
}
.BreadcrumbNav li { 
	display: inline-block; 
	font-weight: 400; 
	line-height: 20px;
	vertical-align: middle; 
}
.BreadcrumbNav li + li:before { 
	content: "\203A"; 
	display: inline-block; 
	margin: 0px 10px; 
	color: #000; 
	/*vertical-align: middle; */
	line-height: 20px; 
}
.BreadcrumbNav li a { 
}
.BreadcrumbNav li a:hover { 
	color: #1e1e1e; 
}


 section.greyBgr {
 	background-color: #f1f3f3;
 }
 .box-1 h2 {
 	font-size: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	line-height: 32px;
 }
 .box-1 h2 span,
 .box-1 h2 em {
 	color: #ff6e22;
 	font-style: normal;
 }
 .box-1 p { 
 	font-size: 18px;
 	line-height: 27px; 
 	margin: 15px 0px; 
 	color: #58595b; 
 }
 .box-1 .border-left {
 	border-left-color: #b8b8b8 !important;
 }

 .latestNews a.textlinks {
 	position: relative;
 	display: block;
 	padding-right: 70px;
 }
 .latestNews a.textlinks:after {
 	content: "\f105";
 	font-family: "FontAwesome";
 	font-size: 24px;
 	color: #aaa;
 	position: absolute;
 	right: 0;
 	top: 40%;
 }
 .latestNews a h4 {
 	color: #ff6e22;
 	margin-bottom: 10px;
 }
 .latestNews p {
 	margin-top: 10px;
 	margin-bottom: 10px;
 }

.sectTitle { 
	font-size: 28px; 
	font-weight: 700; 
	/*margin-bottom: 35px; */
	color: #ff6e22; 
	text-align: center; 
	display: block; 
}

a.serviceBtn {
	display: block;
	height: 100%;
	background-color: #fff;
	padding: 20px 25px;
	padding-right: 60px;
	/*-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: initial;	*/		
	position: relative;	
}
a.serviceBtn h3 {
	color: #ff6e22;
}
a.serviceBtn i.icon {
	/*width: 65px;
	height: 65px;*/
	flex: 0 0 65px;
	line-height: 65px;
	font-size: 30px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	border-radius: 100%;
	margin-right: 18px;
	-ms-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}
a.serviceBtn:hover i.icon {
	background-color: #ff6e22;
}
a.serviceBtn:hover .my-icon {
    background-color: #ff6e22;
}
a.serviceBtn:hover i.arrow {
	color: #ff6e22;
}
a.serviceBtn:hover .my-icon svg path {
    fill: #ff6e22;
}
a.serviceBtn p {
	line-height: 20px;
}
a.serviceBtn i.arrow {
	position: absolute;
	right: 15px;
	top: 45%;
	font-size: 22px;
	color: #aaa;
}


div.jobItem {
	height: 100%;
	background-color: rgba(184,184,184,.15);
	padding: 30px;
}
div.jobItem h3 {
	color: #ff6e22;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 20px;
}
div.jobItem h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
div.jobItem i.icon {
	flex: 0 0 46px;	
	background-color: #aaa;
	color: #fff;
	line-height: 46px;
	text-align: center;
	border-radius: 100%;
	font-size: 24px;
	margin-right: 18px;
}
div.jobItem .links {
	line-height: 20px;
}


section.galleryBox .container {
	background-color: #fd6e32;
	color: #fff;
}
section.galleryBox #gallery.carousel {
	background-color: #7a7c7c;
	min-height: 375px;
}
section.galleryBox .carousel .carousel-control-prev,
section.galleryBox .carousel .carousel-control-next {
	background-color: rgba(255,110,34,.85);
	opacity: 1;
	width: 55px;
}
section.galleryBox .carousel .carousel-control-prev i,
section.galleryBox .carousel .carousel-control-next i {
	font-size: 28px;
}
section.galleryBox h2 {
	color: #fff;
}


.promptAdvice { 
	font-size: 24px; 
	font-weight: 700;
	line-height: 32px;	
	background-color: #333535; 
	color: #ffffff; 
}
.promptAdvice a { 
	color: #ff6e22; 
}
.promptAdvice a:hover { 
	text-decoration: underline; 
}


.Services-AccPanel .AccPanel { 
	/*background: #f0f0f0; 
	margin-top: 10px; */
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.Services-AccPanel .AccPanel.first {
	border-top: 1px solid #e5e5e5;
}

.Services-AccPanel .AccBody { display: none; padding-top: 15px; padding-bottom: 10px; padding-right: 50px; }
.Services-AccPanel .AccHead { cursor: pointer; font-size: 20px; position: relative; font-weight: 700; }
.Services-AccPanel .AccHead i { flex: 0 0 46px; background-color: #aaa; color: #fff; text-align: center; line-height: 46px; border-radius: 100%; font-size: 24px; margin-right: 18px; }
.Services-AccPanel .AccHead .my-icon { flex: 0 0 46px; height: 46px; }
.Services-AccPanel .AccHead .my-icon svg { width: 46px; }
.Services-AccPanel .AccHead h3 { color: #ff6e22; }
.Services-AccPanel .AccHead:after { 
	content: "\f107"; 
	font-family: FontAwesome; 
	position: absolute; 
	right: 10px; 
	top: 10px; 
	width: 30px; 
	height: 30px; 
	text-align: center; 
	color: #aaa; 
	line-height: 27px !important; 
	font-size: 24px; 
	display: inline-block; 
	-ms-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

.Services-AccPanel .AccHead.open:after { content: "\f106"; }
.Services-AccPanel .AccHead:hover > i,
.Services-AccPanel .AccHead.open i { background-color: #ff6e22; }


.News-AccPanel .AccPanel { background-color: #fff; margin-bottom: 25px; }
.News-AccPanel .AccBody { display: none; padding: 20px 30px; }
.News-AccPanel .AccHead { cursor: pointer; position: relative; }
.News-AccPanel .AccHead:after { 
	content: "\f107"; 
	font-family: FontAwesome; 
	position: absolute; 
	right: 10px; 
	top: 40%; 
	width: 30px; 
	height: 30px; 
	text-align: center; 
	color: #aaa; 
	line-height: 27px !important; 
	font-size: 24px; 
	display: inline-block; 
	-ms-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

.News-AccPanel .AccHead.open:after { content: "\f106"; }
.News-AccPanel .AccHead .title-line { padding-right: 75px; }
.News-AccPanel .AccHead h3 { color: #ff6e22; }

.shareBtns ul li a {
	display: block;
	background-color: #aaa;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.asideBlock.sideMenu {
	background-color: #f2f2f2;
}
.asideBlock.sideMenu h4 {
	color: #ff6e22;
}
.caseStudyPage .asideBlock.sideMenu h4 {
	text-transform: uppercase;
}


.orangeBtn {
	background-color: #ff6e22;
	color: #fff;
}

.relatedProjects a.d-block {
	position: relative;
	overflow: hidden;
}
.relatedProjects .itemDesc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,110,34,.9);
	padding-bottom: 12px;
	padding-top: 12px;
}
.relatedProjects .itemDesc h4 {
	color: #fff;
	line-height: 23px;
	position: relative;
}
.relatedProjects .itemDesc h4:after {
	content: "\f105"; 
	font-family: FontAwesome; 
	position: absolute; 
	right: 0;
}
.relatedProjects .itemDesc p {
	color: #fff;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	/*display: none;*/

}
.relatedProjects a.d-block:hover > .itemDesc p {
	/*display: block;*/
	max-height: 200px;
}

.box-3 ul li {
	font-weight: 700;
}

section.logos .row .col {
	text-align: center;
}


 #mainFooter {
 	padding: 40px 0 0;
 }
 #mainFooter:after {
 	background-color: rgba(234,234,234,.4);
 }
 .footColInner {
 	padding: 0;
 }
 .footColInner h5 {
 	font-size: 20px;
 	font-weight: 700;
 	line-height: 22px;
 	color: #ff6e22;
 	margin-bottom: 25px;
 }
 #mainFooter .footerFloat {
 	position: relative;
 	z-index: 9;
 	background-color: rgba(0,0,0,.4);
 }
 .copyInner {
 	border-top: none;
 	padding-top: 16px;
 	padding-bottom: 0;
 	margin-top: 30px;
 	font-size: 14px;
 	font-weight: 400;
 }
 .brandBy {
 	text-align: left;
 	padding-bottom: 15px;
 }
 .brandBy li + li {
 	padding-left: 15px;
 }
 .brandBy li + li:before {
 	content: none;
 }
 .brandBy li a,
 .brandBy p {
 	font-size: 14px;
 	font-weight: 400;
 	color: #fff;
 }
 .footCol {
 	padding-top: 10px;
 	padding-bottom: 15px;
 	border-left: 1px solid #b8b8b8;
 }
 .footCol.maillSubs {
 	padding-top: 30px;
 	padding-bottom: 0;
 }
 .footCol.no-bord {
 	border-left: none;
 }
 .footCol li + li {
 	margin-top: 7px;
 }
 .footCol.sectors li + li,
 .footCol.contact li + li,
 .footCol.contact ul.social li {
 	margin-top: 20px;
 }
 .footCol ul.social .linkedIn {
 	padding-left: 35px;
 }
 .footCol ul.social .linkedIn:before {
 	background-image: url("../images/linkedin.jpg");
 	width: 24px;
 	height: 24px;
 }
 .footCol a, .footCol p, .footCol li {
 	color: #333535;
 }
 .footCol a {
 	font-size: 14px;
 	font-weight: 400;
 	text-transform: uppercase;
 }
 .footCol a strong {
 	font-weight: 700;
 }
 .footCol.contact a {
 	text-transform: none;
 }
 .footCol ul.social {
 	margin-bottom: 0;
 }
 .maillSubs p {
 	font-size: 15px;
 	font-weight: 400;
 }
 .maillSubs p strong {
 	font-weight: 700;
 	text-transform: uppercase;
 }
 .mailForm {
 	margin-top:7px;
 }
 .mailForm input.newsInput {
 	border-radius: 0;
 	min-height: 42px;
    width: calc(50% - 105px);
    margin-right: 15px;
    font-size: 14px;
 }
 .mailForm .cmnBtn {
 	border-radius: 0;
 	width: 180px;
 	font-weight: 400;
 	text-transform: none;
 	padding: 10px 0;
 }
 .greyBtn {
 	background-color: #7a7c7c;
 	color: #fff;
 }

 .toTop i {
 	background-color: rgba(0,0,0,.6);
 	border-radius: 0;
 	border: 1px solid transparent;
 	width: 36px;
 	height: 36px;
 	line-height: 30px;
 	margin-left: 0;
 }
 .toTop:hover i {
 	background-color: #fd6e32;
 	border-color: #fd6e32;
 }

 .teamSection a.group-title {
 	display: block;
 	padding-bottom: 20px;
 }
 .teamSection a.group-title h2 {
 	font-size: 28px;
 	text-transform: unset;
 }
 .teamSection .staffgroup {
 	margin-bottom: 30px;
 }
 .teamSection .staffgroup .person {

 }
 .teamSection .staffgroup .person > img {
 	margin-bottom: 30px;
 }
 .teamSection .details {
 	margin-bottom: 50px;
 }
 .teamSection .details h4 {
 	color: #ff6e22;
 	padding-bottom: 10px;
 }
 .teamSection .details h5 {
 	padding-bottom: 20px;
 }
 .teamSection .details p {
 }
 .teamSection .details a.linkedin {
 	float: right;
 	width: 24px;
 	height: 24px;
 	line-height: 24px;
 	text-align: center;
 	background-color: #aaa;
 	color: #fff;
 }
 .teamSection .details a.linkedin:hover {
 	background-color: #999;
 }
 .teamSection .details a {
 	color: #ff6e22;
 }
 .teamSection .details a:hover {
 	text-decoration: underline;
 }
 .teamSection .asideBlock .group {
 	margin-bottom: 30px;
 }

 .caseStudyPage .asideBlock {
 	line-height: 20px;
 }
 .caseStudyPage .asideBlock .people .image {
 	flex: 0 0 110px;
 }

 section.logos {
 	text-align: center;
 	font-size: 0;
 }
 section.logos a {
 	display: inline-block;
 	width: 20%;
 	text-align: center;
 }
 section.logos a:hover {
 	background-color: #eee;
 }
 section.logos a img {
 	vertical-align: middle;
 }

 section .logo-container {
 	border-left: 1px solid #ccc;
 }
 
 .my-icon {
     flex: 0 0 65px;
     margin-right: 18px;
     background-color: #aaa;
     border-radius: 100%;
 }
 .my-icon svg {
     width: 65px;
 }
 .my-icon svg path {
     fill: #aaa;
     stroke: #fff;
     stroke-width: 1.5px;
 }
 .my-icon svg g path {

 }
 
 .userform .form-group {
     position: relative;
 }
 .userform .form-group:after {
     content: "\00B7";
     font-size: 30px;
     line-height: 30px;
     color: #777;
     position: absolute;
     right: 15px;
     top: 10px;
 }
 .userform .Actions > span {
     float: right;
 }
 .userform .Actions > span span {
     font-size: 30px;
     vertical-align:middle;
     color:#777;
     margin-right:5px;
 }
 .userform .Actions .btn-primary {
    background-color: #7a7c7b;
    border-color: #7a7c7b;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 20px;     
 }

 @media (max-width: 767px) {
 	body {
 		padding-top: 133px;
 	}
 	.headTop {
 		padding-top: 25px;
 		padding-bottom: 25px;
 	}
 	.logoCol a img {
 		max-width: 120px;
 	}
 	.hambugIcon {
 		position: relative;
 		float: right;
 		right: 0;
 		background-color: transparent;
 		top: 10px;
 	}
 	.hambugIcon span {
 		background-color: #333535;
 	}
 	.searchHolder {
 		display: none;
 	}
 	.secondMenu ul {
 		display: none;
 	}
 	.areasmenu.new .hasSubmenu .submenu,
 	.areasmenu.new a.link i {
 		display: none !important;
 	}
 	.areasmenu.new a.link {
 		padding-top: 14px;
 		padding-bottom: 18px;
 	}
 	.areasmenu.new a.link:after {
 		top: 0;
 		bottom: 0;
 	}
 	section.slider-row .areasmenu .container {
 		padding-top: 0;
 		padding-bottom: 0;
 	}
 	section.slider-row .areasmenu a {
 		border-right: none;
 		position: relative;
 	}
 	section.slider-row .areasmenu a:after {
 		content: "";
 		position: absolute;
 		bottom: 0;
 		left: 0;
 		width: 50%;
 		margin-left: 25%;
 		border-bottom: 1px solid #7a7c7c;
 	}
 	.areasmenu.new a.link:after {
 		border-right: none;
 	}
 	section.slider-row .areasmenu .last a:after {
 		content: none;
 	}
 	.hero-slide .s-item .heroImg {
 		min-height: 460px;
 	}
 	section.slider-row .sliderdots {
 		top: 425px;
 		bottom: unset;
 	}
 	.hero-slide .s-item .heroDesc {
 		position: relative;
 		bottom: 0;
 	}
 	.mailForm input.newsInput { 
 		width: 100%;
 		min-height: 48px;
 		margin-bottom: 10px;
 		margin-right: 0;
 	}
 	.mailForm .cmnBtn {
 		width: 100%;
 		min-height: 48px;
 	}
 	.footCol {
 		border-left: none;
 	}
 	 section.logos a {
 	 	width: 33.33%;
 	 }
 }