@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
em
{
	font-style: italic !important;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Geist", sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    background: #bb8d1e;
    border-radius: 50%;
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 6px;
    height: 6px;
}
ul.list li:after
{
    content: " ";
    border-right: solid 2px #0459a2;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
}
ul.list li strong
{
	color:#000;
    font-weight: 600;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
.wrapper
{
	
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: url(../images/WhatsApp.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.section
{
	
}
.footer
{
	
}
.header
{
	position:absolute;
	top:0;
	left:0;
	right:0;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
	z-index:99999999;
}
.header-top
{
	position:relative;
    padding: 15px 50px;
}
.nav-shrink .header-top
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999999;
    background: #fff;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 a
{
    display: block;
}
.header-top h1 a img
{
    height: 75px;
}
.header-top aside
{
    margin-left: auto;
}
.header-top aside a.linkbutton, .hero article a.linkbutton, .services-content a.linkbutton, .footer-content a.linkbutton
{
    color: #fff;
    border: solid 1px #fff;
    margin: 0;
}
.header-top aside a.linkbutton:hover, .hero article a.linkbutton:hover, .services-content a.linkbutton:hover, .footer-content a.linkbutton:hover
{
    border: solid 1px #ef7f27;
}
.nav-shrink .header-top aside a.linkbutton
{
    color: #121b1d;
    border: solid 1px #0a4654;
}
.nav-shrink .header-top aside a.linkbutton:hover
{
    color: #fff;
    border: solid 1px #ef7f27;
}
.nav
{
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    margin: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align:center;
}
.nav ul li
{
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 20px;
}
.nav ul li a
{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 12px 0px;
}
.nav-shrink .nav ul li a
{
    color: #121b1d;
}
/*.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width:30px;
    height: 1px;
    background: #f11d47;
    margin: auto;
    opacity: 0;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
    top: 0px;
    opacity: 1;
}*/
.nav ul li a:after
{
    content: " ";
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    width: 0%;
    height: 8px;
    background: #ef7b20;
    margin: auto;
    z-index: -8;
    opacity: 0.5;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
    width: 100%;
}
.nav ul li a i
{
    width: 13px;
    height: 13px;
    font-size: 22px;
    line-height: 10px;
    position: absolute;
    top: 50%;
    right: -17px;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    display:none;
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
    opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
    
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
    left:-25px;
    padding:15px 0;
}
.nav ul li ul li
{
    list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
    text-align:left;
    text-transform:none;
    font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
    opacity:1;
}*/
.nav ul ul li a:hover
{
    background: #1c32f5;
    color:#fff;
}
.nav ul li ul:hover a
{
    
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
    top:0px;
    left: 100%;
    box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
    border-top:none;
    visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
    display:block;
    visibility:visible;
}*/
.nav ul > li:hover ul
{
    display:block;
}
.hero
{
	height: 100vh;
    position: relative;
}
.hero:after
{
    content: " ";
    background: #ef7b20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 450px;
    height: 450px;
    border-radius: 50% 50% 50% 0;
    mix-blend-mode: overlay;
}
.hero article
{
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 9999999;
    width: 600px;
}
.hero article h1
{
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}
.hero article h3
{
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}
.hero article a.linkbutton
{
    margin: 15px 0;
}
.container
{
    padding-top: 85px;
    padding-bottom: 85px;
}
.container h2
{
    font-size: 32px;
    color: #121b1d;
    font-weight: 700;
    line-height: 34px;
    position: relative;
}
.container h2:after
{
    content: " ";
    width: 33px;
    height: 31px;
    background: url(../images/logoshape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -20px;
}
.container h2:before
{
    content: " ";
    background: #75400b;
    position: absolute;
    bottom: 3.5px;
    left: -101.8%;
    width: 100%;
    height: 1px;
    margin-right: 10px;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #0a4654;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    color: #121b1d;
    font-size: 17px;
    font-weight: 500;
    padding: 16px 50px 16px 20px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
    border: solid 1px #0a4654;
    overflow: hidden;
}
a.linkbutton:hover
{
    color: #fff;
    border: solid 1px #ef7f27;
}
a.linkbutton:before
{
    content: " ";
    background: #ef7f27;
    position: absolute;
    bottom: -16px;
    left: -20px;
    right: 0;
    border-radius: 50%;
    width: 300px;
    height: 0px;
    z-index: -8;
}
a.linkbutton:hover:before
{
    height: 100px;
    left: -50px;
}
a.linkbutton:after
{
    background: #ef7f27;
    font-family: 'Material Symbols Outlined';
    content: "\e5c8 \e5c8";
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-14px, -50%) rotate(0deg);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    text-indent: -25px;
}
a.linkbutton:hover:after
{
    text-indent: 25px;
    background: #000;
    color: #fff;
}
.intro
{
    position: relative;
}
.intro img
{
    border-radius: 30px;
    margin-top: 30px;
}
.intro-content
{
    width: 55%;
}
.vision-mission
{
    width: 35%;
}
.vision-mission article
{
    display: grid;
    grid-template-columns: 1fr 5fr;
    border: solid 1px #e4ddd8;
    gap: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 5px 15px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}
.vision-mission article figure
{
    margin: 15px 0;
    border-right: solid 1px #0a4654;
}
.vision-mission article figure img
{
    border-radius: 0px;
    margin-top: 0px;
}
.services
{
    background: #121b1d;
    position: relative;
    z-index: 9;
    padding-top: 150px;
}
.services:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -8;
    width: 65%;
    height: 75px;
}
.services-content
{

}
.services-content h2
{
    width: 25%;
}
.services-content aside
{
    width: 60%;
    margin-left: auto;
}
.services-content a.linkbutton
{
    margin: 15px 0s;
}
.services-content h2,
.services-content p
{
    color: #fff;
}
.services-list
{
    background: #121b1d;
    z-index: 9;
    counter-reset: item;
}
.services-list article
{
    padding: 30px 0;
    border-top: solid 1px #273234;
    position: relative;
    z-index: 9;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services-list article:hover
{
    padding: 30px 30px;
}
.services-list article:after
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 20px;
    left: -25px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.services-list article:hover:after
{
    color: #0a4654;
}
.services-list article:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -8;
    opacity: 0;
}
.services-list article:hover:before
{
    opacity: 1;
}
.services-list article aside
{
    width: 50%;
}
.services-list article aside h3
{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services-list article:hover aside h3
{
    color: #121b1d;
}
.services-list article aside p
{
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services-list article:hover aside p
{
    transform: translateX(0px);
    opacity: 1;
}
.services-list article aside a.linkbutton
{
    color: #000;
    padding: 0px 50px 0px 0px;
    border: none;
    overflow: unset;
    transform: translateX(-20px);
    opacity: 0;
}
.services-list article:hover aside a.linkbutton
{
    transform: translateX(0px);
    opacity: 1;
}
.services-list article aside a.linkbutton:before
{
    display: none;
}
.services-list article figure
{
    width: 250px;
    border-radius: 15px;
    overflow: hidden;
}
.contact
{
    position: relative;   
}
.formfield
{
    
}
.contact .formfield
{
    width: 40%;
    border: solid 1px #e4ddd8;
    border-radius: 10px;
    padding: 15px 30px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}
.contact .formfield form
{
    margin: -5px;
}
.formfield
{
	
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #000;
	font-family: "Geist", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #000;
	font-family: "Geist", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "Geist", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #000;
	font-family: "Geist", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:5px;
	display:block;
}
.formfield label strong, .selectdiv strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search]
{
    padding: 16px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Geist", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
	
}
.formfield input[type="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Geist", sans-serif;
}
.formfield input[type="file"]::file-selector-button {
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}

.formfield input[type="file"]::file-selector-button:hover {
	
}
.selectdiv
{
	position: relative;
	font-family: "Geist", sans-serif;
	padding: 10px;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding:16px 20px;
	font-size: 16px;
	color: #000;
	background-color: #ffffff;
	background-image: none;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "Geist", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:170px;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Geist", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button]
{
    border: none;
    background: #ef7f27;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Geist", sans-serif;
    border-radius: 30px;
    margin: 5px 0 15px 0;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
	
}
.address-details
{
    width: 30%;
    background: linear-gradient(90deg, #e6eaed, #fff);
    padding: 15px 30px;
    border: solid 1px #e4ddd8;
    border-radius: 10px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}
.address-details p
{
    position: relative;
    padding: 10px 0 10px 40px;
    border-top: solid 1px #c5c5c5;
    margin: 0;
}
.address-details p a
{
    color: #000;
}
.address-details p a:hover
{
    color: #000;
}
.address-details p:first-of-type
{
    border-top: none;
}
.address-details p strong
{
    display: block;
    color: #0c314a;
    font-size: 13px;
    line-height: 15px;
}
.address-details p i
{
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    color: #0c314a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 200;
}
.gmap
{
    width: 30%;
    padding: 0 20px;
}
.gmap iframe
{
    width: 100%;
    height: 600px;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.getintouch
{
    background: #ef7f27 url(../images/ContactUs.jpg);   
    background-size: cover;
    text-align: center;
    padding: 50px 0 50px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
}
.getintouch:after
{
    content: " ";
    background: #ef7b20;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    mix-blend-mode: multiply;
}
.getintouch h1
{
    font-size: 40px;
    color: #fff;
}
.getintouch a.linkbutton
{
    color: #fff;
    border:solid 1px #fff;
}
.getintouch a.linkbutton:hover
{
    border:solid 1px #ef7f27;
}
.footer
{
    background: #121b1d;
	position:relative;
	z-index: 9;
    padding: 50px 0 0px 0;
}
.footer article
{
    padding:20px 0;
    display: flex;
}
.footer-content
{
    width: 300px;
}
.footer-content a.linkbutton
{
    margin: 15px 0;
}
.footer h3
{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:5%;
}
.footer article aside:first-of-type
{
    margin-left: auto;
}
.footer article aside:nth-of-type(3)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #fff;
    font-size: 16px;
	line-height:30px;
	font-weight: 400;
	position:relative;
}
.footer article aside ul li a:hover
{
    color: #ef7f27;
}
.social-icons
{
	
}
.social-icons-fixed
{
    position: fixed;
    bottom: 75px;
    right: 20px;
	z-index: 9999999;
}
.social-icons a, .social-icons-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icons-fixed a
{
    width: 40px;
    height: 40px;
    padding: 9px 0;
    font-size: 22px;
    border-radius: 3px;
    float: none;
    margin: 5px 0px;
}
.social-icons a:hover, .social-icons-fixed a:hover
{
    border-radius: 50%;
}
.social-icons a:nth-of-type(2), .social-icons-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons a:nth-of-type(3), .social-icons-fixed a:nth-of-type(3)
{
    background: #0a66c2;
}
.footer p
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	line-height: 26px;
}
.footer p strong
{
    color: #fff;
    font-weight: 600;
    display: block;
}
.footer-bottom
{
	padding:30px 0px;
}
.footer p a
{
    color: #fff;
}
.footer p a:hover
{
    color: #fff;
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom p a
{
    color: #ef7f27;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom p a:hover
{
    text-decoration:none;
}
.anchor
{
    position: absolute;
    top: -75px;
}