/* PART (1) COMMON STYLESHEETS */

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'ralewayregular';
	line-height: 150%;
}

body {
	background: #fff;
	line-height: 150%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block!important
}

a,
a:link {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #0099CC;
}

a:visited {}

input,
button,
textarea,
select {
	margin: 0
}

table,
tr,
td {
	vertical-align: top
}

.iemessage {
	display: none;
}


/* OVERLAYS */

#overlay {
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
	display: none;
	z-index: 999999999;
	height: 100%;
	width: 100%;
	background: #000 url(../images/texture.jpg) repeat;
	opacity: 0.8;
	background-attachment: fixed;
}


/* INPUT RESETS */

input[type="button"],
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
	-webkit-appearance: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* VERTICAL ALIGNMENTS */

.valign-middle-important,
.valign-middle-children>* {
	vertical-align: middle !important;
}

.valign-top {
	vertical-align: top !important;
}

.valign-bottom {
	vertical-align: bottom !important;
}


/* DISPLAYS */

.inline-block {
	display: -moz-inline-stack!important;
	display: inline-block!important;
	zoom: 100%!important;
	*display: inline!important;
}

.block {
	display: block!important;
}

.inline {
	display: inline!important;
}

.clearfix,
.clearfix:after {
	line-height: 0pt;
	height: 0pt;
	clear: both;
}


/* CURSORS */

.default {
	cursor: default;
}

.pointer {
	cursor: pointer;
}


/* POSITIONS */

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}


/* BOX SIZING */

.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mwidth100 {
	width: 100px;
}

.mwidth200 {
	width: 200px;
}

.mwidth300 {
	width: 300px;
}

.mwidth400 {
	width: 400px;
}

.mwidth500 {
	width: 500px;
}

.mwidth600 {
	width: 600px;
}


/* FLOATS & HORIZONTAL ALIGNMENTS */

.float-none {
	float: none!important;
}

.float-left {
	float: left!important;
}

.float-right {
	float: right!important;
}

.float-nonetoleft {
	float: none!important;
}

.float-nonetoright {
	float: none!important;
}

.float-left {
	float: left!important;
}

.float-right {
	float: right!important;
}

.align-left {
	text-align: left!important;
}

.align-center {
	text-align: center!important;
}

.align-centertoleft {
	text-align: center!important;
}

.align-centertoright {
	text-align: center!important;
}

.align-right {
	text-align: right!important;
}

.hidden {
	display: none;
}

.align-lefttocenter {
	text-align: left!important;
}

.align-righttocenter {
	text-align: right!important;
}


/* FONTS */

.f-family1 {
	font-family: 'ralewayregular';
}

.f-family2 {
	font-family: 'open_sansregular';
}

.f-bold1 {
	font-family: 'open_sanssemibold';
}

.f-semibold1 {
	font-family: 'open_sanssemibold';
}

.f-light1 {
	font-family: 'open_sanslight';
}

.f-bold {
	font-family: 'ralewaybold';
}

.f-xbold {
	font-family: 'ralewayextrabold';
}

.f-italic {
	font-family: 'ralewayitalic';
}

.f-semibold {
	font-family: 'ralewaysemibold';
}


/* SIZES */

.f-small {
	font-size: 12px !important;
}

.f-medium {
	font-size: 14px !important;
}

.f-mediumtolarge {
	font-size: 16px !important;
}

.f-large {
	font-size: 18px !important;
}

.f-xlarge {
	font-size: 24px !important;
}

.f-xxlarge {
	font-size: 30px !important;
}

.f-xxxlarge {
	font-size: 40px !important;
}

.f-xxxxlarge {
	font-size: 70px !important;
}

.f-large {
	font-size: 18px !important;
}

.f-mediumtoxxxlarge,
.f-mobiletoxlarge,
.f-mobiletoxxlarge,
.f-mobiletoxxxlarge,
.f-mobiletoxxxxlarge {
	font-size: 25px !important;
}

.f-mediumtoxxxxlarge {
	font-size: 25px !important;
}


/* FONT WEIGHTS */

.f-bold {
	font-weight: bold;
}

.f-normal {
	font-weight: normal;
}

.f-italic {
	font-style: italic;
}

.f-upper {
	text-transform: uppercase;
}

.f-lower {
	text-transform: lowercase;
}

.f-capi {
	text-transform: capitalize;
}


/* CLEAR */

.clearfix,
.spacer,
.clear {
	clear: both;
	height: 1px;
	line-height: 0
}


/* LINE HEIGHTS */

.line-height-normal {
	line-height: 1.4em
}


/* PARAGRAPHS */

p {
	margin-bottom: 20px;
	line-height: 150%;
	font-weight: 500;
	font-size: 17px;
}


/******************************
MOZ SELECTIONS
******************************/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	text-shadow: none
}

hr {
	display: block;
	margin: 1em 0 1.3em;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc
}


/******************************
LISTS 
*******************************/

ol,
ul,
li {}


/* HEADERS STYLES */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 100%
}

h1 {
	color: #000000;
	margin-bottom: 15px;
	font-size: 32px;
}

h2 {
	color: #001871;
	font-size: 29px;
	margin-bottom: 15px
}

h3 {
	margin-bottom: 15px
}

h4 {
	font-size: .875em;
}

h5 {
	font-weight: 700
}

h6 {
	font-size: .688em
}


/* CSS3 TRANSITIONS */

.trans1 {
	-webkit-transition: background 0.5s ease, color 0.3s linear;
	-moz-transition: background 0.5s ease, color 0.3s linear;
	-o-transition: background 0.5s ease, color 0.3s linear;
	transition: background 0.5s ease, color 0.3s linear;
}


/* COLOURS PALETTE & BACKGROUNDS */


/* STANDARD COLOURS */

.f-color0 {
	color: #fff!important;
}

.bg-color0 {
	background: #fff!important;
}


/* WHITE */

.f-color1 {
	color: #000;
}

.bg-color1 {
	background: #000;
}


/* BLACK */

.f-color1a {
	color: #777;
}

.bg-color1a {
	background: #777;
}


/* GRAY */

.f-color2 {
	color: #bbb;
}

.bg-color2 {
	background: #bbb;
}


/* LIGHT GRAY */

.f-color3 {
	color: #ccc;
}

.bg-color3 {
	background: #ccc;
}


/* WHITE GRAY */

.f-light1 {
	color: #eee;
}

.bg-light {
	background: #eee;
}


/* WHITE GRAY */

.bg-gradient {
	background: url(../images/bg-gradient1.png) repeat-x top;
}


/* SITE SPECIFICS */

.f-color4 {
	color: #f5f9fa;
}

.bg-color4 {
	background: #f5f9fa;
}


/* LIGHT BLUE */

.f-color5 {
	color: #faf1f1;
}

.bg-color5 {
	background: #faf1f1;
}


/* LIGHT PINK */


/* ERRORS AND VALIDS */

.f-color6,
.f-error {
	color: #bf0200;
}

.bg-color6,
.bg-error {
	background: #bf0200;
}


/* RED */

.f-color7,
.f-valid {
	color: #33b500;
}

.bg-color7,
.bg-valid {
	background: #33b500;
}


/* GREEN */


/* SITE BRAND MAIN COLOURS */

.f-color8a {
	color: #666666;
}

.bg-color8a {
	background: #666666
}


/* DARK GRAY */

.f-color8 {
	color: #f9f0b5;
}

.bg-color8 {
	background: #f9f0b5
}


/* PALE YELLOW */

.f-color9 {
	color: #dfc300;
}

.bg-color9 {
	background: #dfc300;
}


/* DARK YELOW */

.f-color10 {
	color: #6b8da2;
}

.bg-color10 {
	background: #6b8da2
}


/* NAVY BLUE */

.f-color11 {
	color: #000720;
}

.bg-color11 {
	background: #000720
}


/* DARK  BLUE */

.f-brand {
	color: #0e307e!important;
}

.bg-brand {
	background: #0e307e;
}


/*  BLUE */

.f-lightbrand {
	color: #a1bccd;
}

.bg-lightbrand {
	background: #a1bccd;
}


/* LIGHT NAVY BLUE */

.f-subbrand {
	color: #ffc600!important;
}

.bg-subbrand {
	background: #ffc600!important;
}


/* BOLD YELLOW */

.f-subbrand2 {
	color: #ffda1a!important;
}

.bg-subbrand2 {
	background: #ffda1a!important;
}


/* NORMAL YELLOW */


/* BORDERS */

.bd-color1 {
	border: solid 1px #000;
}

.bd-color2 {
	border: solid 1px #bbb;
}

.bd-color3 {
	border: solid 1px #ccc;
}

.bd-color4 {
	border: solid 1px #ccc;
}

.bd-color5 {
	border: 1px solid #dfc300;
}

.bd-color6 {
	border: 1px solid;
}

.bd-color7 {
	border: 1px solid;
}

.bd-color8 {
	border: 1px solid;
}

.bd-color9 {
	border: 1px solid;
}

.bd-color10 {
	border: 1px solid #1c5863;
}

.bd-color11 {
	border: 1px solid #c96b6b;
}

.bd-dotted {
	border-style: dotted!important;
}

.bd-dashed {
	border-style: dashed!important;
}

.bd-thick {
	border-width: 2px;
}

.bd-top0 {
	border-top-width: 0;
}

.bd-toponly {
	border-width: 1px 0 0;
}

.bd-top2 {
	border-width: 2px 0 0;
}

.bd-top3 {
	border-width: 3px 0 0;
}

.bd-bottomonly {
	border-width: 0 0 1px;
}

.bd-bottom2 {
	border-width: 0 0 2px;
}

.bd-topbottom {
	border-width: 1px 0;
}

.bd-topbottom2 {
	border-width: 2px 0;
}

.bd-sidesonly {
	border-width: 0 1px;
}


/********************SHOW/HIDE - CLASSES FOR USE THROUGHOUT THE SITE, NOT SPECIFIC TO PARTICULAR PAGES********************/

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block,
.inline-block-children>* {
	display: inline-block;
	vertical-align: top;
}

.hideonnarrow,
.hideonnarrowinline,
.hideonnarrowinlineblock,
.showonwide,
.showonwideinline,
.showonwideinlineblock {
	display: none!important;
}

.showonnarrow {
	display: block;
}

.showonnarrowinlineblock {
	display: inline-block;
}

.blocktoinlineblock {
	display: block;
}

.blocktoinline {
	display: block;
}

.inlinetoblock {
	display: inline;
}


/* ROUNDED CORNERS */

.rounded {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.roundedleft {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.roundedright {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}


/* SHADOWS */

.shadows {
	background: #F5F5F5;
	padding: 15px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px #EAEAEA;
}


/* WIDTHS */

.fullwidth,
.fullwidthonnarrow {
	width: 100%!important;
}

.fullwidthtotwothirdswidth {
	width: 100%!important;
}

.fullwidthtohalfwidth {
	width: 100%!important;
}

.fixedwidthextra {
	width: 100%;
	margin: 0 auto;
}

.halfwidth {
	width: 50%!important;
}

.thirdwidth {
	width: 33.33333% !important;
}

.twothirdstothirdwidth {
	width: 50% !important;
}

.twothirdstofullwidth,
.twothirdstoauto,
.twothirdswidth {
	width: 66.66667% !important;
}

.m0-25 {
	margin: 4px !important;
}

.pad0-25 {
	padding: 4px !important;
}

.mt0-25 {
	margin-top: 4px !important;
}

.pt0-25 {
	padding-top: 4px !important;
}

.mb0-25 {
	margin-bottom: 4px !important;
}

.pb0-25 {
	padding-bottom: 4px !important;
}

.ml0-25 {
	margin-left: 4px !important;
}

.pl0-25 {
	padding-left: 4px !important;
}

.mr0-25 {
	margin-right: 4px !important;
}

.pr0-25 {
	padding-right: 4px !important;
}

.mtb0-25 {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.ptb0-25 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.mlr0-25 {
	margin-left: 4px !important;
	margin-right: 4px !important;
}

.plr0-25 {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.m0-5 {
	margin: 8px !important;
}

.pad0-5 {
	padding: 8px !important;
}

.mt0-5 {
	margin-top: 8px !important;
}

.pt0-5 {
	padding-top: 8px !important;
}

.mb0-5 {
	margin-bottom: 8px !important;
}

.pb0-5 {
	padding-bottom: 8px !important;
}

.ml0-5 {
	margin-left: 8px !important;
}

.pl0-5 {
	padding-left: 8px !important;
}

.mr0-5 {
	margin-right: 8px !important;
}

.pr0-5 {
	padding-right: 8px !important;
}

.mtb0-5 {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.ptb0-5 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.mlr0-5 {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.plr0-5 {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.m {
	margin: 16px !important;
}

.pad {
	padding: 16px !important;
}

.mt,
mtto0 {
	margin-top: 16px !important;
}

.pt,
ptto0 {
	padding-top: 16px !important;
}

.mb,
.mbto0 {
	margin-bottom: 16px !important;
}

.pb,
.pbto0 {
	padding-bottom: 16px !important;
}

.ml {
	margin-left: 16px !important;
}

.pl {
	padding-left: 16px !important;
}

.mr {
	margin-right: 16px !important;
}

.pr {
	padding-right: 16px !important;
}

.mtb,
.mtbto0 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.ptb,
.ptbto0 {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.mlr {
	margin-left: 16px !important;
	margin-right: 16px !important;
}

.plr {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.mlto0 {
	margin-left: 0 !important;
}

.m0 {
	margin: 0px !important;
}

.p0 {
	padding: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.mtb0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.ptb0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.mlr0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.plr0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.m1 {
	margin: 16px !important;
}

.p1 {
	padding: 16px !important;
}

.mt1 {
	margin-top: 16px !important;
}

.pt1 {
	padding-top: 16px !important;
}

.mb1 {
	margin-bottom: 16px !important;
}

.pb1 {
	padding-bottom: 16px !important;
}

.ml1 {
	margin-left: 16px !important;
}

.pl1 {
	padding-left: 16px !important;
}

.mr1 {
	margin-right: 16px !important;
}

.pr1 {
	padding-right: 16px !important;
}

.mtb1 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.ptb1 {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.mlr1 {
	margin-left: 16px !important;
	margin-right: 16px !important;
}

.plr1 {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.m1-5 {
	margin: 20px !important;
}

.p1-5 {
	padding: 20px !important;
}

.mt1-5 {
	margin-top: 20px !important;
}

.pt1-5 {
	padding-top: 20px !important;
}

.mb1-5 {
	margin-bottom: 20px !important;
}

.pb1-5 {
	padding-bottom: 20px !important;
}

.ml1-5 {
	margin-left: 20px !important;
}

.pl1-5 {
	padding-left: 20px !important;
}

.mr1-5 {
	margin-right: 20px !important;
}

.pr1-5 {
	padding-right: 20px !important;
}

.mtb1-5 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.ptb1-5 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.mlr1-5 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.plr1-5 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.m2 {
	margin: 32px !important;
}

.p2 {
	padding: 32px !important;
}

.mt2 {
	margin-top: 32px !important;
}

.pt2 {
	padding-top: 32px !important;
}

.mb2 {
	margin-bottom: 32px !important;
}

.pb2 {
	padding-bottom: 32px !important;
}

.ml2 {
	margin-left: 32px !important;
}

.pl2 {
	padding-left: 32px !important;
}

.mr2 {
	margin-right: 32px !important;
}

.pr2 {
	padding-right: 32px !important;
}

.mtb2 {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.ptb2 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.mlr2 {
	margin-left: 32px !important;
	margin-right: 32px !important;
}

.plr2 {
	padding-left: 32px !important;
	padding-right: 32px !important;
}


/* CHANGES */


/* GUTTERS AND PERCENTAGES */

.mlrgutter,
.mlrgutterto0,
.mlrguttertoauto {
	margin-left: 1.25% !important;
	margin-right: 1.25% !important;
}

.plrgutter,
.plrgutterto0,
.plrguttertoauto {
	padding-left: 1.25% !important;
	padding-right: 1.25% !important;
}

.mlrdoublegutter,
.mlrdoublegutterto0,
.mlrdoubleguttertoauto {
	margin-left: 2.5% !important;
	margin-right: 2.5% !important;
}

.plrdoublegutter,
.plrdoublegutterto0,
.plrdoubleguttertoauto {
	padding-left: 2.5% !important;
	padding-right: 2.5% !important;
}

.mlrquadruplegutter,
.mlrquadruplegutterto0 {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.plrquadruplegutter,
.plrquadruplegutterto0 {
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.mlrfifthgutter,
.mlrfifthgutterto0 {
	margin-left: 6.25% !important;
	margin-right: 6.25% !important;
}

.plrfifthgutter,
.plrfifthgutterto0 {
	padding-left: 6.25% !important;
	padding-right: 6.25% !important;
}

.mlrgutterto0,
.mlrdoublegutterto0 {
	margin-left: 0;
	margin-right: 0;
}

.plrgutterto0,
.plrdoublegutterto0 {
	padding-left: 0;
	padding-right: 0;
}

.mlr0todoublegutter {
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.plr0todoublegutter {
	padding-left: 2.5%;
	padding-right: 2.5%;
}


/* TEXT & LINKS */

.decor {
	text-decoration: underline;
}

.nodecor,
.nodecor:hover {
	text-decoration: none!important;
}


/***** PART (2) SITE SPECIFICS  *********/


/********** HEADER *************/

.header,
.myheader {
	width: 100%;
	position: fixed;
	z-index: 9999;
	padding: 0;
	top: 0;
	background: white;
	font-family: 'ralewaysemibold';
}

.stickyHeader {
	display: none!important;
}

.myheader {
	transition: top 0.6s ease-in-out;
	max-height: 75px;
}

.nav-up {
	top: -90px;
}

.nav-down {
	background-color: #001871;
}

#header .logo {
	box-sizing: border-box
}

#header .logo img {
	width: 75px;
	height: 75px;
}


/* WEBSITE BUTTONS */


/* PRIMARY BUTTONS */


/* INPUT FILEDS ONLY */

input[type=text],
input[type=tel],
input[type=email],
input[type="password"] {
	border: 0;
	padding: 5px 10px;
}


/* BUTTONS */

.btn,
.btnrounded {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px
}

a.btnrounded,
div.btnrounded,
input[type=submit].btnrounded,
input[type=button].btnrounded,
button.btnrounded,
.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

a.btncore,
div.btncore,
input[type=submit].btncore,
input[type=button].btncore,
button.btncore {
	background-color: #ffda1a;
	border: 0;
	padding: 10px 25px 8px 25px;
	box-shadow: 1px 2px #B7AE02;
	text-transform: uppercase
}

a.btnsecondary,
div.btnsecondary,
input[type="submit"].btnsecondary,
input[type="button"].btnsecondary {
	background: #001871;
	border: 0;
	padding: 10px 25px;
	box-shadow: 1px 2px #001871;
	color: #fff!important;
	text-transform: uppercase
}

a.btntertiary,
div.btntertiary,
input[type=submit].btntertiary,
div.btntertiary,
input[type=button].btntertiary {
	background-color: #6b8da2;
	border: 0;
	padding: 10px 25px;
	color: #fff!important;
	box-shadow: 1px 2px #001871
}

a.btntransparent,
div.btntransparent,
input[type=submit].btntransparent,
div.btntransparent,
input[type=button].btntransparent {
	background-color: transparent;
	border: 2px solid #000;
	padding: 10px 25px;
	color: #000;
}

.btnlargepad {
	padding: 10px 45px 8px!important;
}

.readmorebtn {
	font-weight: bold;
	background: url(../images/arrow-more.png) right no-repeat;
	display: inline-block;
	padding-right: 65px;
	max-width: 150px;
}

.readmorebtn.yellow {
	color: #ffc000;
	background: url(../images/arrow-more-yellow.png) right no-repeat;
}


/* BUTTONS HOVER STATES */

a.btncore:hover,
div.btncore:hover,
input[type=submit].btncore:hover,
input[type=button].btncore:hover {
	background-color: #000720;
	text-decoration: none;
	color: #fff;
	box-shadow: 1px 2px #001871
}

a.btnsecondary:hover,
div.btnsecondary:hover,
input[type="submit"].btnsecondary:hover,
input[type="button"].btnsecondary {
	background-color: #6b8da2;
	text-decoration: none;
}

a.btntertiary:hover,
div.btntertiary:hover,
input[type=submit].btntertiary:hover,
div.btntertiary:hover,
input[type=button].btntertiary {
	background-color: #001871;
	text-decoration: none;
}

a.btntransparent:hover,
div.btntransparent:hover,
input[type=submit]:hover,
.btntransparent:hover,
div.btntransparent:hover,
input[type=button]:hover.btntransparent {
	background: #000;
	color: #fff;
	text-decoration: none;
}


/* ARROW BUTTONS */

#footer .newslettercont input[type="submit"],
input.arrowbtn {
	border: 0;
	background: url(../images/arrow-btn.jpg) 90% top no-repeat;
}


/* WRAPPER */

#wrapper {
	width: 100%;
	height: 100%;
	text-align: left;
}

.inner,
.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}


/* TOP NAV */

#header nav#topNav {
	text-align: left;
}


/* MAIN-IMAGE */

.background-container {
	position: relative;
}


/* MAIN */

#main {
	margin: 0 auto;
	background-color: #fff;
	width: 100%;
}

#main article {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 0;
}


/* SIDEBAR */

#sidebar {
	min-height: 100%;
	height: 100%;
}


/* CONTENT */

#content {}

#content {
	padding: 2%;
	box-sizing: border-box
}


/*  FOOTER  */

#footer {
	width: 100%;
	min-height: 300px;
	color: #fff;
	background: #11141b;
}

#footer>.inner {
	padding: 2%;
}

#footer>.inner>.footer-col-1,
#footer>.inner>.footer-col-2,
#footer>.inner>.footer-col-3 {
	display: block;
	width: 100%;
}

#footer h6 {
	color: #fbc314;
	font-size: 15px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer a {
	color: #ffda1a;
}

#footer .newslettercont input[type="submit"] {
	width: 30px;
	font-size: 0;
}

.social-links {
	text-align: left;
}

.social-links a {
	display: inline-block!important;
	text-decoration: none;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.social-links .scl {
	background: url(../images/social.png);
	display: none;
	font: 0/0 arial;
	background-size: 216px;
	height: 38px;
	margin-left: 5px;
	vertical-align: middle;
	width: 38px
}

.social-links .scl:hover {}

.social-links .scl.fb {
	background-position: 0 0
}

.social-links .scl.fb:hover {
	opacity: 0.4
}

.social-links .scl.pn {
	background-position: -46px top
}

.social-links .scl.pn:hover {
	opacity: 0.4
}

.social-links .scl.tw {
	background-position: -91px top
}

.social-links .scl.tw:hover {
	opacity: 0.4
}

.social-links .scl.yb {
	background-position: -135px top
}

.social-links .scl.yb:hover {
	opacity: 0.4
}

.social-links .scl.ins {
	background-position: -178px top
}

.social-links .scl.ins:hover {
	opacity: 0.4
}

.social-links .scl.gp {
	background-position: right top
}

.social-links .scl.gp:hover {
	opacity: 0.4
}

.social-links .scl {
	display: block
}


/* SLIDERS & MAIN BACKGROUND TEXT */

.swiper-text,
.main-text,
.article-heading {
	color: #fff;
	width: 100%;
	background: #030a19;
	text-align: center;
	padding: 2%;
	box-sizing: border-box;
	margin-top: -2px;
}

.main-text.nobackground {
	background: transparent;
}

.swiper-text>.heading,
.main-text>.heading {
	font-size: 20px;
}

.main-text>.heading h1 span {
	font-size: 18px;
}

.swiper-text>.content,
.main-text>.content {
	font-size: 13px;
}

.main-text,
.article-heading {
	text-align: center;
}

.main-text>.heading h1 {
	line-height: 120%;
	font-size: 18px;
}

.swiper-button-prev,
.swiper-button-next {
	display: none
}


/* MAIN BACKGROUND TEXT */


/* SCROLL TO TOP BUTTON */

.scrollToTop {
	position: fixed;
	right: 40px;
	display: none;
	background: url('../images/scrollbtn.png') no-repeat;
	background-size: 50px;
	font-size: 0;
	height: 55px;
	position: fixed;
	bottom: 40px;
	width: 55px;
	z-index: 123456789
}


/* HOVER EFFECTS */

.hoverbox {
	cursor: pointer;
	margin-bottom: 30px;
	width: 100%;
	text-align: center
}

.hoverbox-info {
	display: none;
	background: none repeat scroll 0 0 #001871;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: tahoma;
	height: 100%;
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	position: absolute;
	width: 100%;
	text-align: center;
}

.hoverbox-info .magnifier {
	background: rgba(0, 0, 0, 0) url("../images/magnify.png") no-repeat scroll center center / 100px auto;
	height: 100%;
	width: 100%;
}

.hoverbox-info>div {
	padding: 20px 16px;
	text-align: center;
}

.hoverbox-info>div>p {
	margin: 25px 0;
}

.hoverbox-info>div>img {
	width: 100%;
	max-width: 200px;
}

div.relative {
	position: relative;
}

.btn-hoverbox {
	display: block;
	background: #fff;
	color: #bf0200;
	height: 36px;
	line-height: 36px;
	width: 40%;
	margin: 0 auto;
}

.btn-hoverbox span {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px
}

.absolute {
	bottom: 10%;
	left: 30%;
	margin: 0 auto;
	position: absolute;
}

#testimonials .hoverbox-info>div>p:before {
	content: '';
	background: url(../images/symbol_top.png) top left no-repeat;
	width: 30px;
	height: 30px;
}

#testimonials .hoverbox-info>div>p:after {
	content: '';
	background: url(../images/symbol_bottom.png) bottom right no-repeat;
	width: 30px;
	height: 30px;
}


/* TABLET */

@media screen and (min-width: 48em) {
	.float-nonetoleft {
		float: left!important;
	}
	.float-nonetoright {
		float: right!important;
	}
	.mtbto0 {
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	.f-mediumtoxlarge,
	.f-mobiletoxlarge {
		font-size: 24px !important;
	}
	.f-mediumtoxxlarge,
	.f-mobiletoxxlarge {
		font-size: 30px !important;
	}
	.f-mediumtoxxxlarge,
	.f-mobiletoxxxlarge {
		font-size: 40px !important;
	}
	.f-mediumtoxxxxlarge,
	.f-mobiletoxxxxlarge {
		font-size: 60px !important;
	}
	.mlto0 {
		margin-left: 16px !important;
	}
	#header .logo {
		padding: 0;
	}
	.fullwidthonnarrow {
		width: auto!important;
	}
	.mwidth100 {
		width: 100px;
	}
	.mwidth200 {
		width: 200px;
	}
	.mwidth300 {
		width: 300px;
	}
	.mwidth400 {
		width: 400px;
	}
	.mwidth500 {
		width: 500px;
	}
	.mwidth600 {
		width: 600px;
	}
	/* DISPLAYS */
	.blocktoinlineblock {
		display: inline-block!important;
	}
	.blocktoinline {
		display: inline;
	}
	.inlinetoblock {
		display: block;
	}
	.showonnarrow,
	.showonnarrowinlineblock {
		display: none!important
	}
	.hideonnarrow {
		display: block!important;
	}
	.hideonnarrowinlineblock {
		display: inline-block!important;
	}
	/* ALIGNMENTS */
	.align-centertoleft {
		text-align: left!important;
	}
	.align-centertoright {
		text-align: right!important;
	}
	.align-lefttocenter {
		text-align: center!important;
	}
	.align-righttocenter {
		text-align: center!important;
	}
	/* LOGO */
	#header .logo {
		display: inline-block;
		width: 10%;
	}
	#header nav#topNav,
	#header nav#nav {
		display: inline-block!important;
		vertical-align: top;
		width: 90%;
		text-align: right;
	}
	.stickyHeader {
		position: fixed!important;
		max-height: 83px;
		display: block!important;
	}
	/* TOPNAV */
	/* PAGE WRAPPER */
	/* SIDEBAR */
	#sidebar {
		float: right;
		width: 20%;
		padding: 1%;
		box-sizing: border-box;
	}
	/* CONTENT */
	#content {
		width: 78%;
		float: left;
		margin-right: 2%;
		background: #fff;
	}
	/* FOOTER */
	#footer p {
		margin: 0 0 40px 0
	}
	#footer>.inner {
		padding: 50px 0;
		border-bottom: 1px solid #333;
	}
	#footer .copyright {
		width: 100%;
		background: #12141b;
		clear: both;
	}
	#footer>.inner>.footer-col-1,
	#footer>.inner>.footer-col-2,
	#footer>.inner>.footer-col-3 {
		display: inline-block;
		width: 25.25%;
		margin-left: 6.5%;
		vertical-align: top;
	}
	#footer>.inner>.footer-col-1 {
		margin-left: 0!important;
	}
	#footer h6 {
		font-weight: bold
	}
	/* SLIDERS & MAIN TEXT */
	.main-text.main-text-centered {
		top: 5%;
		background: transparent;
		width: 100%;
		background: transparent;
		text-align: center!important;
		padding: 2% 0;
		box-sizing: border-box;
	}
}


/* DESKTOP */

@media screen and (min-width: 62.5em) {
	.main-text {
		top: 10%;
		left: 0;
		background: transparent;
		width: 60%;
	}
	.swiper-text>.heading,
	.main-text>.heading {
		font-size: 40px;
	}
	.main-text>.heading h1 span {
		font-size: 60px;
	}
}


/* LARGE SCREENS */

@media screen and (min-width: 103.250em) {
	/* FOOTER */
	#footer>.inner>.footer-col-1,
	#footer>.inner>.footer-col-2,
	#footer>.inner>.footer-col-3 {
		display: inline-block;
		width: 400px;
		margin-left: 30px;
		vertical-align: top;
	}
}

.menu_bar {
	display: none;
}


/* MOBILE MENU ICONS

/* TOP NAV */

.mobilemenuicon {
	display: block;
	background: rgba(255, 255, 255, 0) url("../images/main_menu_sticky.png") no-repeat scroll center center / 32px auto;
	width: 50px;
	height: 30px;
	background-size: 30px;
	background-position: right;
}

.mobilemenuicon.mobilemenustickyicon {
	background: url(../images/main_menu_sticky.png) no-repeat;
	width: 50px;
	height: 30px;
	background-size: 32px;
}


/* MAIN MENU LEVEL 1*/

#topNav ul,
#topNav li,
#topNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNav>ul>li>a.active {
	color: #ffe699;
}

.stickyHeader #topNav>ul>li>a {
	color: #000;
}

#topNav>ul {
	background: transparent;
}

#topNav ul,
#topNav li,
#topNav ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNav>ul>li {
	display: inline-block;
	position: relative;
	font-family: 'ralewaysemibold';
	letter-spacing: 1px;
}

#topNav>ul>li:hover {
	color: #fff
}

#topNav>ul>li>a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 0 15px;
	padding-top: 0;
	line-height: 60px;
	transition: background 0.5s ease, color 0.3s linear;
	/*font-weight:bold;*/
	font-size: 17px;
}

#topNav>ul>li a span {
	margin-right: 5px;
	margin-left: 5px;
}

.menuclosebtn {
	display: block;
	background: url(../images/menuclosebtn.png) no-repeat;
	width: 100%;
	height: 40px!important;
	font-size: 0!important;
	background-position: right;
}


/* MAIN MENU LEVEL 2*/

#topNav>ul>li .children {
	display: none;
	background: #fff;
	position: absolute;
	width: 248px;
	z-index: 1000;
}


/* #topNav > ul > li:hover .children {display:block;}  */

#topNav>ul>li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	-webkit-transition: background 0.5s ease, color 0.3s linear;
	-moz-transition: background 0.5s ease, color 0.3s linear;
	-o-transition: background 0.5s ease, color 0.3s linear;
	transition: background 0.5s ease, color 0.3s linear;
}

#topNav>ul>li .children li:hover {
	background-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.1);
}

#topNav>ul>li .children li a {
	display: block;
	padding: 15px;
	color: #fff;
}

#topNav>ul>li .children li a:hover {
	color: #fff;
	text-decoration: none;
}

#topNav>ul>li .children li a span {
	float: right;
	position: relative;
	top: 1px;
	margin-right: 0;
	margin-left: 10px;
}


/* STICKY HEADER STYLES */


/* MAIN MENU LEVEL 1 */

#topNav>ul>li {
	text-transform: none!important;
}

#topNav.stickynav>ul>li>a {
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	line-height: 90px;
}


/* MAIN MENU LEVEL 2 */

#topNav>ul>li .children li {
	background: #fff;
}

#topNav>ul>li .children li:hover {
	background-color: #ffc600
}

#topNav>ul>li .children li a {
	display: block;
	padding: 15px;
	color: #000;
	font-size: 16px;
}

#topNav>ul>li .children li a:hover {
	color: #fff;
	text-shadow: 0 1px 0 #c99e20
}

#topNav>ul>li .children li a span {}


/* MAIN MENU BUTTONS */

.mainmenubtn {
	background: rgba(255, 255, 255, 0) url("../images/main_menu_sticky.png") no-repeat scroll center center / 32px auto;
	font-size: 0 !important;
	height: 45px;
	padding: 0 !important;
	width: 40px;
}

.mainmenubtn.stickybtn {
	background: rgba(255, 255, 255, 0) url("../images/main_menu_sticky.png") no-repeat scroll center center / 32px auto;
	padding: 0 !important;
	height: 75px;
	margin-left: 30%
}

@media screen and (max-width: 1024px) {
	#topNav>ul>li>a,
	#topNav>ul>li .children li a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media screen and (max-width: 767px) {
	#topNav {
		background: #f6b901;
		text-shadow: 0 1px 0 #c99e20
	}
	.menu_bar {
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
	}
	.menu_bar .bt-menu {
		box-sizing: border-box;
		color: BLACK;
		display: block;
		font-size: 25px;
		font-weight: bold;
		overflow: hidden;
		position: absolute;
		right: 20px;
		text-decoration: none;
		top: 20px;
		width: 62px;
	}
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
	#topNav {
		width: 100%;
		height: 100%;
		top: 0;
		position: fixed;
		right: -100%;
		margin: 0;
		overflow-y: scroll;
	}
	#topNav>ul>li {
		display: block;
	}
	#topNav>ul>li>a {
		line-height: 40px;
		color: #fff;
		font-family: 'ralewayextrabold';
		font-size: 18px;
		text-transform: uppercase;
	}
	#topNav>ul>li a span {
		margin-left: 0;
	}
	#topNav>ul>li:hover .children {
		display: none;
		margin: 0;
		padding: 0;
	}
	#topNav>ul>li .children {
		width: 100%;
		position: relative;
	}
	#topNav>ul>li .children li {
		margin: 0;
		padding: 0;
		background: #665215!important
	}
	#topNav>ul>li .caret {
		float: right;
	}
	#topNav>ul>li>a,
	#topNav>ul>li .children li a {
		font-size: 18px;
		padding: 0 16px;
		text-transform: uppercase;
		font-weight: normal;
	}
	#topNav>ul>li .children li a {
		font-size: 15px;
		font-family: 'ralewayextrabold';
		padding: 16px;
	}
}

@media screen and (min-width:1025px) {
	#topNav>ul>li>a:hover {
		color: #ffda1a;
	}
}

#radioWrap {
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 9999;
}

section {
	padding: 0;
}

section.sectionpadded {
	padding: 100px 0;
}

#radio {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#radio ul,
#radio ul li {
	list-style-type: none;
}

#radio li {
	width: 10px;
	height: 10px;
	background-color: #ffc000;
	text-indent: -10000px;
	border-radius: 50%;
	margin-top: 12px;
	cursor: pointer;
}

#footer .newslettercont {
	max-width: 100%;
}

#radio li:first-child {
	margin-top: 0;
}

#footer h6 {
	font-weight: bold
}


/* BLOG POSTS */

.services-container>div ul li {
	font-size: 12px;
	text-align: left
}

.blog-lists ul,
.blog-lists li,
.blog-lists ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blog-lists ul li {
	display: block;
	clear: both
}

.services-container>div ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

#sidebar {
	display: none;
}


/* CAROUSEL BUTTONS */

.owl-theme .owl-controls .owl-buttons div {
	background-color: transparent!important;
	font-size: 0pt!important;
	position: absolute;
	top: 45%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/slider/arrow-left.png) no-repeat;
	width: 30px;
	height: 72px;
	left: -1.5%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/slider/arrow-right.png) no-repeat;
	width: 30px;
	height: 72px;
	right: -1.5%;
}


/* POPUPS */

.popupCont {
	height: 100%;
	right: -100%;
	max-width: 300px;
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 12345678910112;
	background: #fff;
	max-height: 100%;
	overflow-y: scroll;
}

.popupCont>.inner {
	padding: 4%;
}

.popupclosebtn {
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../images/popupclose.png) no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	z-index: 12345676789;
	cursor: pointer;
}

.requestfield {
	display: block;
	width: 100%;
	float: none;
	padding: 0;
}

#footer {
	padding: 20px 0;
}

#footer ul,
#footer li,
#footer ul li {
	list-style: none;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer ul li a {
	color: #fff;
	-webkit-transition: background 0.5s ease, color 0.3s linear;
	-moz-transition: background 0.5s ease, color 0.3s linear;
	-o-transition: background 0.5s ease, color 0.3s linear;
	transition: background 0.5s ease, color 0.3s linear;
}

#footer ul li a:hover {
	color: #ffda1a;
	text-decoration: none;
}

#footer .copyright {
	background: #12141b none repeat scroll 0 0;
}


/* COPYRIGHT */

#footer .copyright ul,
#footer .copyright ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .copyright ul li {
	display: inline-block;
	margin: 0 5px;
}

#footer .copyright ul li a:hover {
	color: #ffda1a;
	text-decoration: none;
}


/* CAROUSELS */

#portfolios-home,
#blog-posts {
	position: absolute;
	top: 5%;
	left: 0
}


/* TABLET */


/* PARALLAX */

.parallax-container.home {
	position: relative;
}

.parallax-window,
.parallax-window.article {
	min-height: 400px;
	background: transparent;
	width: 100%;
}

.parallax-window img,
.parallax-window.article img {
	width: 100%;
}

#home .parallax-window {
	min-height: 800px;
}

#home .parallax-window.home {
	min-height: 200px;
}

.background-container.posts {
	background: url(../images/common/wethink.jpg) no-repeat;
	background-size: cover;
}

.background-container.services {
	background: url(../images/common/wedo.jpg) no-repeat;
	background-size: cover;
}

@media screen and (min-width: 48em) {
	#footer .newslettercont {
		max-width: 250px;
	}
	section.sectionpadded {
		padding: 100px 0;
	}
	/* CAROUSEL CONTAINER */
	.carousel-container .image,
	.carousel-container .content {
		display: inline-block;
		zoom: 100%;
		width: 40%;
		vertical-align: middle;
	}
	.carousel-container .content {
		width: 52%;
		margin-left: 7%;
	}
	.popupCont {
		max-width: 700px;
		max-height: 100%;
		overflow-y: auto
	}
	.popupCont>.inner {}
	.requestfield {
		display: inline-block;
		width: 50%;
		float: left;
	}
	.requestfield:nth-child(odd) {
		padding-right: 2%;
	}
	#sidebar {
		display: inline-block;
		padding: 40px 0;
	}
	.blog-lists .post-entry h2 a {
		display: block;
		font-size: 22px;
		font-weight: 600;
		margin: 0 0 20px 0;
	}
	.blog-lists>div {
		margin-bottom: 20px;
	}
	.blog-lists .new_post_thumb {
		float: left;
		width: 28%;
		margin-right: 2%;
	}
	.blog-lists .new_post_info {
		float: right;
		width: 70%;
	}
	.services-container>div {
		width: 33.3%;
		display: inline-block;
		vertical-align: top;
		text-align: left
	}
	.services-container>div ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 18px;
	}
	.services-container>div ul li.title {
		font-size: 24px;
		font-weight: 600;
	}
	.services-container>div ul li {
		line-height: 1.6em;
	}
	/* MAIN SERVICES */
	.animation-element.slide-left.service .left {
		width: 20%;
	}
	.animation-element.slide-left.service .right {
		width: 71%;
		margin-left: 2%;
	}
	#footer {
		padding: 0;
	}
	/* PARALLAX */
	#home .parallax-window,
	#home .parallax-window.home {
		min-height: 700px;
		background: transparent;
		width: 100%;
	}
	.parallax-window.article {
		min-height: 400px;
		background: transparent;
		width: 100%;
	}
	.main-text {
		/* top:3%; */
		/* left:0; */
		background: transparent;
	}
	.parallax-container {
		max-width: 1000px;
		width: 100%;
		padding: 1%;
		box-sizing: border-box;
		position: absolute;
		top: 25%;
	}
	.owl-pagination {
		display: none;
	}
}


/* DESKTOP */

@media screen and (min-width: 62.5em) {
	.popupCont {
		max-width: 900px;
	}
	.carousel-container .image {
		width: 60%;
	}
	.carousel-container .content {
		width: 30%;
		margin-left: 7%;
	}
	/* PARALLAX */
	.parallax-container {
		max-width: 1280px;
		width: 100%;
		position: absolute;
		left: 50%;
		margin-left: -640px;
		text-align: left;
		overflow: hidden;
		max-height: 290px;
	}
	.parallax-window {
		min-height: 340px;
		background: transparent;
		width: 100%;
		overflow: hidden;
	}
	#home .parallax-window {
		min-height: 700px;
		background: transparent;
		width: 100%;
	}
	#home .parallax-container {
		top: 15%;
	}
	.parallax-window.slider {
		min-height: 700px;
	}
	/* SLIDERS & MAIN TEXT */
}


/* LARGE SCREENS */

@media screen and (min-width: 103.250em) {}


a.requestbtn.trans1.mtb1.btn.btncore.btnlargepad.f-semibold.f-medium.blocktoinlineblock {
    padding: 10px!important;
    line-height: 15px!important;
    box-shadow: none;
    border-radius: 8px;
}
a.requestbtn.trans1.mtb1.btn.btncore.btnlargepad.f-semibold.f-medium.blocktoinlineblock {
    padding: 10px 25px!important;
    line-height: 15px!important;
    box-shadow: none;
    border-radius: 5px;
    font-weight: bold!important;
    font-size: 17px!important;
    text-transform: capitalize;
    color: #ffda1a!important;
    background-color: #fff;
    border: 2px solid #ffda1a;
}
a.requestbtn.trans1.mtb1.btn.btncore.btnlargepad.f-semibold.f-medium.blocktoinlineblock:hover {
    padding: 10px 25px!important;
    line-height: 15px!important;
    box-shadow: none;
    border-radius: 5px;
    font-weight: bold!important;
    font-size: 17px!important;
    text-transform: capitalize;
    color: #fff!important;
    background-color: #ffda1a;
    border: 2px solid #ffda1a;
}