/*customise to override default styling, different with every project*/
/*gmaker serveice nav tab*/
.graphic-list-desc {
	position:absolute; top:40%; width:100%;
}

.graphic-list-desc h3 {
	color: #fff!important;
}

.nav-tabs > li > a > i {
	font-size: 80px;
	margin-bottom: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: transparent!important;
    border: 0px !important;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a:hover {
	border-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 479px) {
	.nav-tabs > li > a > i {
		font-size: 40px;
	}
	.nav > li > a {
    position: relative;
    display: block;
    padding: 0px;
}
}

/*color change
gmaker green #86c440
gmaker blue #00456b
*/
::selection {
	background: #86c440;
}

/*full width button*/
.button {
    background-color: #00456b;
    color: #FFF;
}

.button:hover {
    background-color: #86c440;
    color: #FFF;
}

.button.button-border {
    border: 2px solid #00456b;
    background-color: transparent;
    color: #00456b;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.button.button-border:not(.button-fill):hover {
    background-color: #00456b;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/*header style*/
/*current nav style & when being hovered*/
#primary-menu.style-4 > ul > li.current > a, #primary-menu.style-4 > ul > li.current > a:hover {
    border: 1px solid #86c440;
	color: #fff !important;
	background: #00456b;
	border-radius: 10px;
}

#primary-menu.style-4 > ul > li:hover > a{
    border: 1px solid #00456b;
	color: #00456b;
	border-radius: 10px;
}

/*responsive header*/
@media (max-width: 991px) {
	#primary-menu ul > li > a, #primary-menu.style-2 > div > ul > li > a {
    padding: 15px;
    border: none !important;
    margin: 0 !important;
	}
	
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
	color: #fff !important;
	background: #00456b;
	border-radius: 0px;
}
	
}


#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 20px;
}

#gotoTop:hover {
	 border: 1px solid #86c440;
	color: #fff;
	background: #00456b;
}

