@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

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, sub, sup, 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, main {
	display: block;
}

.header-top img {
    width: 437px;
}
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;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 99999;
 height: 100%;
 }
#status
{
 width: 200px;
 height: 200px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(../images/loading.gif);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.gif)  center center no-repeat;
}
body
{
	width:auto; margin:0; border:0; font-family: 'Source Sans Pro', 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%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
	color:#1d1c1a; line-height:22px; font-size:16px; text-align:justify;
}
p strong
{
	color:#076bdd; font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, img, span, strong, nav
{
	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; 
} 
a
{
	color:#b62425; text-decoration:none; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; 
}
a:hover
{
	color:#000; 
}
table
{ 
	color:#505050; font-size:14px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	
}
td
{
	padding:8px 15px;
}
td.h3
{ 
	color:#fff; background:#f86b26 url(../images/table-h3.jpg) repeat-x; margin:0; text-transform:uppercase; font-size:18px; padding:12px 15px;
}
ul.list
{
	padding:0; margin:0; list-style:none; display:inline; 
} 
ul.list li
{
	list-style: url(../images/tick.png);
    margin-left: 30px;
    line-height: 28px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27; margin:15px 0; text-transform:uppercase; font-weight:400;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
	background:#ebf1f4;
}
.header-top
{
	padding:30px 50px; background:url(../images/top-bg.jpg);
}
.header-top h1
{
	margin: 0;
    padding: 1px 0;
}
.header-top-right
{
	padding: 13px 0;
}
.header-top-right p
{
	margin: 0;
    border-radius: 2px;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
}
.header-top-right p.phone
{
	background:#2a3137; margin-right:20px;
}
.header-top-right p.email
{
	background:#0067b3; margin-right:20px;
}
.social
{

}
.social a
{
	color: #fff;
    width: 32px;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    box-shadow: 0px 1px 2px #e2e1e1;
}
.social a.facebook
{
	 background:#3b5998;
} 
.social a.twitter
{
	 background:#22cbff;
} 
.social a.google
{
	 background:#dd4b39;
} 
.social a.linked
{
	 background:#007bb6;
}
.isStuck
{
	z-index:9999999; 
}
.navbar
{
	background: #2a3137;
    padding: 0 50px;
    position: relative;
    z-index: 9999;
}
.nav
{
	
}
.nav ul
{
	padding:0; margin:0; list-style:none;
	text-align:center;
}
.nav ul li
{
	list-style:none; 
	display:inline-block;
}
.nav ul li a
{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 12.5px 26px;
}  
.nav ul li a i
{
	padding:0 0 0 3px; font-size:14px;
}  
.nav ul li a
{
	position:relative; 
}  
.nav ul li a:hover, .nav ul li.active a
{
	
}
.nav ul li ul
{
	position:absolute; display:none; background:url(../images/nav-hover.jpg) left repeat-y; z-index:99999;  box-sizing:border-box; padding:6px; 
}
.nav ul li ul li
{
	list-style:none; float:none; margin-left:0; display:block;
}
.nav ul ul li a
{
	padding:8px 20px; text-align:left; font-size:12px; letter-spacing:1px; color:#fff;  width:auto; text-transform:none; text-transform:uppercase; border-bottom:none;
}   
.nav ul li:hover > a , .nav ul li.active > a 
{
	background:url(../images/nav-hover.jpg) left repeat-y;
}
.nav ul ul li a:hover
{
	background:#fff; color:#333; 
}
.nav ul li ul:hover a
{
	
}
.nav ul > li:hover ul
{
	display:block;
}
.slogan
{
	color: #fff;
    font-size: 22px;
    font-style: italic;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 7.2px 30px;
    background: url(../images/webmail-hover.jpg) center center no-repeat;
}  
.banner
{
	
}
.banner-heading
{
	position: relative;
    text-align: center;
}
.banner-heading-text
{
	width: 100%;
    position: absolute;
    top: 34%;
}
.banner-heading-text h2
{
	color: #fff;
    margin: 0;
    font-size: 4.5vw;
    font-weight: 700;
    padding: 0 30px;
    margin-top: 0;
    position: relative;
    display: inline-block;
}
.banner-heading-text h2:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.banner-heading-text h2:after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.section-home
{
	position:relative;
}
.section-home p
{
	margin-bottom:15px;
}
.section-home-left
{
	width:70%; padding:45px 50px 50px 50px;
}
.section-home-left h3
{
    color: #0067b3;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.section-home-left h3:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 35%;
    height: 2px;
    background: #0067b3;
}
.section-home-left a.more
{
   color:#fff; font-size:14px; text-transform:uppercase; font-weight:400; padding:12px 30px;  display:inline-block; background:url(../images/find-out-more.jpg) repeat-x; box-shadow:0px 2px 3px #EBEBEB; font-weight:700; margin-top:10px;
}
.section-home-left a:hover.more
{
   background:url(../images/find-out-more-hover.jpg) repeat-x; 
}
.section-home-left h2
{
	color: #0067b3;
    font-size:2vw;
    line-height: 0;
    font-weight: 700;
}
.section-home-left h4
{
	padding-left:60px; font-size:12px; position:relative; display:inline-block; color:#0067b3; text-transform:uppercase; margin-bottom:15px;
}
.section-home-left h4:before
{
	content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25%;
    height: 1px;
    background: #0067b3;
}
.section-home-left h4:after 
{
	content: " ";
    position: absolute;
    top: 50%;
    right: -30%;
    width: 25%;
    height: 1px;
    background: #0067b3;
}
.section-home-right
{
	width:30%; 
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	background:#ebf1f4 url(../images/Chartered-Accountants.jpg) center center no-repeat;
	background-size:cover;
}
.section-home-right h3
{
	color: #fff;
    background: url(../images/h3.jpg) repeat-x;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 30px;
    position: relative;
    bottom: 57px;
}
.news
{
	padding:0 40px 40px 40px;
}
.news marquee
{
	height:32vw;
}
.news p
{
	text-align:left; padding-left:16px; background:url(../images/list-icon.png) left top 5px no-repeat;
}
.news p a
{
	color:#2986de; font-size:13px; text-transform:uppercase;
}
.news p a i
{
	font-size:18px;
}
.news p a:hover
{
	letter-spacing:3px; color:#000;
}
.services-home
{
	
}
.services-home .h2
{
	background:url(../images/service-h3.jpg); text-align:center;
}
.services-home .h2 h2
{
	color: #fff;
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    padding: 30px 30px;
    margin: auto;
    position: relative;
    display: inline-block;
}
.services-home .h2 h2:before 
{
	content: " ";
    position: absolute;
    top: 50%;
    left: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.services-home .h2 h2:after 
{
	content: " ";
    position: absolute;
    top: 50%;
    right: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.services-home-inner
{
	padding:25px;
}
.services-home-inner ul
{
	padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.services-home-inner ul li
{
	width: 32.333333%;
    padding: 10px;
    display: inline-block;
    list-style: none;
}
.services-home-inner ul li .title
{
	position:relative;
}
.services-home-inner ul li .title .image
{
    position: relative;
    overflow: hidden;
}
.services-home-inner ul li .title h3
{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0067b3;
    color: #fff;
    margin: 0;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 600;
}
.services-home-inner ul li .title h3:after 
{
	content: " ";
    position: absolute;
    top: 0;
	bottom:0;
    right: -51px;
    width: 51px;
    height: 100%;
    background: url(../images/heading-service-arrow.png) top no-repeat;
}
.services-home-inner ul li:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	-webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
       -ms-filter: grayscale(100%);
       filter: grayscale(100%);
}
.services-home-inner ul li p
{
	text-align:left; margin:10px 0;
}
.services-home-inner ul li a
{
    color: #0067b3;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: left;
    position: relative;
    z-index: 999;
    margin-top: 6px;
}
.services-home-inner ul li a i
{
    font-size: 20px;
}
.services-home-inner ul li a:hover
{
	letter-spacing:3px; color:#000;
}
.life
{
	background:url(../images/partners.jpg) center center no-repeat fixed; padding:150px 0; text-align:center;
}
.life h2
{
	color: #fff;
    margin: 0;
    font-size: 2.8vw;
    font-weight: 700;
    padding: 0 30px;
    margin-top: 0;
    position: relative;
    display: inline-block;
}
.life h2:before 
{
	content: " ";
    position: absolute;
    top: 50%;
    left: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.life h2:after 
{
	content: " ";
    position: absolute;
    top: 50%;
    right: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.life p
{
	text-align:center;
	padding:0 20%;
	color:#fff;
	font-size:16px;
	margin:15px 0;
}
.life a
{
	color: #fff;
    font-size: 14px;
	font-weight:700;
    text-transform: uppercase;
    padding: 10px 45px;
    margin: 5px 5px 0 5px;
    display: inline-block;
}
.life a.one
{
  background:url(../images/find-out-more.jpg) repeat-x; 
}
.life a:hover.one
{
  background:url(../images/find-out-more-hover.jpg) repeat-x; 
}
.life a.two
{
  background:url(../images/transparent.png);  box-shadow:inset 0 0 0 2px #fff;
}
.life a:hover.two
{
  background:#24282a;  box-shadow:inset 0 0 0 2px #24282a;
}
.life a.three
{
  background:#141415; 
}
.life a:hover.three
{
  background:#fff; color:#141415;
}
.life a:hover{
    color:#fff; 
}

.footer_marg
{
	/*width:1200px; margin:auto;*/ padding-top:50px; padding-bottom:50px;
}
.webmail-footer
{
	margin-top:20px;
}  
.webmail-footer a
{
	color:#fff; font-size:14px; display:block; text-transform:uppercase; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; text-transform:uppercase; padding:20px 30px; background:url(../images/webmail.jpg) center center no-repeat; text-align:center;
}  
.webmail-footer a img
{
	margin-bottom:10px;7
}  
.webmail-footer a:hover
{
	background:url(../images/webmail-hover.jpg) center center no-repeat;
}
.foot
{
	padding:0 50px;
}
.foot p
{
	color:#3b4247; font-size:15px; margin-bottom: 0;
}
.foot h3
{
	color: #252926;
    border-bottom: solid 2px #252926;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.foot h4
{
	background:#fff; margin:0 0 3px 0; padding:10px 20px; box-shadow:0px 0px 6px #000; 
}
.foot strong
{
	color:#0067b3; text-transform:uppercase;
}
.foot_list
{
	width:25%;
}
.foot_list ul
{
	padding:0; margin:0; list-style:none; display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
	color:#3b4247; display:inline-block; font-size:15px; 
}
.foot_list ul li a:hover
{
	text-decoration:underline;
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
	color: #fff;
    width: 32px;
    padding: 8px 10px;
    font-size: 15px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    box-shadow: 0px 1px 2px #e2e1e1;
}
.social-icon-footer a.facebook
{
	 background:#3b5998;
} 
.social-icon-footer a.twitter
{
	 background:#22cbff;
} 
.social-icon-footer a.google
{
	 background:#dd4b39;
} 
.social-icon-footer a.linked
{
	 background:#007bb6;
}
.foot_bottom
{
	background:#2e3236;
}
.foot_bottom p
{
	color:#a4a4a4; margin:0; padding:30px 50px; font-size:14px;
}
.foot_bottom-margin
{
	
}
.foot_bottom-margin a
{
	color:#fff; 
}
.section-content
{
	max-width: 1200px;
    margin: 40px auto 40px auto;
} 
.section-content p
{
	margin:15px 0;
}
.section-content h3
{
	color: #0067b3;
    font-weight: bold;
    position: relative;
	display:inline-block;
} 
.section-content h3:after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 35%;
    height: 2px;
    background: #0067b3;
}
.section-about
{
	display:flex;
} 
.section-about h2
{
    font-weight: 300;
    font-size: 24px;
    margin: 0;
}
.section-about h3
{
    color: #0067b3;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.section-about aside
{
	width:33.333333%;
    padding: 40px;
	background:#e8eff2;
} 
.section-about aside:nth-of-type(2)
{
	background:#0067b3;
} 
.section-about aside:nth-of-type(2) h3
{
    color: #fff;
} 
.section-about aside:nth-of-type(2) ul li
{
    color: #fff;
} 
.section-about ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-about ul li
{
    padding: 0;
    list-style: circle;
    width: auto;
    color: #1d1c1a;
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
}

.contact
{
	position:relative;
}
.contact-left
{
	width:30%;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	height:100%;
}
.contact-right
{
	width:70%;
	box-sizing:border-box;
}
.contact-right h3
{
	color:#0067b3; font-size:1.6vw; margin:0 0 15px 0;
}
.contact-right p
{
	margin-bottom:15px; text-align:left;
}
.contact-right p strong
{
	color:#000;
	text-transform:uppercase;
	font-weight:600;
}
.contact-right ul
{
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.contact-right ul li
{
	list-style:none;
    width: 33.333333%;
    padding: 30px;
	border-left:solid 2px #e8eff2;
}
.contact-right ul li:first-child
{
	border:none;
}
.contact-form
{
	
}
.contact-form small
{
    color: #000;
    position: relative;
    top: 8px;
}
.contact label {
	
}
.contact input[type=text], .contact input[type=email], .contact input[type=number] {
    padding: 15px 15px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px #d5dde3;
    outline: 0;
    position: relative;
	color:#525a60;
	margin-bottom:10px;
}
.contact input[type=file] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px #E5E5E5;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea {
	padding: 15px 15px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px #d5dde3;
    outline: 0;
    position: relative;
	color:#525a60;
	margin-bottom:15px;
}
.select {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button {
    background: #0067b3;
    border: none;
    padding: 10px 30px;
    outline: 0;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 0px;
    cursor: pointer;
}
.contact-left-form, .contact-right-form {
    width: 49.5%;
}

.contact-details {
  margin-top:15px;
}
.contact-details p {
  margin:15px 0;
}
.contact-details p strong {
  color:#0067b3; text-transform:uppercase;
}
.address {
  width:50%;
}
.address-contact {
  width:50%;
}
.clientele
{
	
}
.clientele ul
{
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.clientele ul li
{
	list-style:none;
    width: 50%;
    padding: 50px;
	border:solid 2px #efefef;
}
.clientele ul li img
{
    width: 85px;
    background: #0067b3;
    padding: 20px;
    border-radius: 2px;
	margin-bottom:20px;
}
.clientele ul li h3
{
    color: #1d1c1a;
    font-size: 2vw;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-top: 0;
}
.clientele ul li h3:after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 35%;
    height: 2px;
    background: #1d1c1a;
}
/*.clientele ul li:first-of-type, .clientele ul li:nth-of-type(4)
{
    background: rgb(43,46,49);
    background: -moz-linear-gradient(top, rgb(43,46,49) 1%, rgb(21,22,24) 100%);
    background: -webkit-linear-gradient(top, rgb(43,46,49) 1%,rgb(21,22,24) 100%);
    background: linear-gradient(to bottom, rgb(43,46,49) 1%,rgb(21,22,24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e31', endColorstr='#151618',GradientType=0 );
}
.clientele ul li:nth-of-type(2) h3, .clientele ul li:nth-of-type(3) h3
{
    color: #1d1c1a;
}
.clientele ul li:nth-of-type(2) h3:after, .clientele ul li:nth-of-type(3) h3:after
{
    background: #1d1c1a;
}*/
.clientele ul li ul
{
	display:block;
}
.clientele ul li:nth-of-type(2) ul
{
	width:50%;
	float:left;
}
.clientele ul li ul li
{
    padding: 0;
    list-style: url(../images/list-black.png) inside;
    width: auto;
    color: #1d1c1a;
    font-size: 16px;
    line-height: 24px;
	border:none;
}
/*.clientele ul li:nth-of-type(2) ul li, .clientele ul li:nth-of-type(3) ul li
{
	list-style: url(../images/list-black.png) inside;
    color: #1d1c1a;
}*/
.clientele ul li ul li:first-of-type, .clientele ul li ul li:nth-of-type(2), .clientele ul li ul li:nth-of-type(3), .clientele ul li ul li:nth-of-type(4)
{
	background:none;
}
.services-page
{
	
}
.services-page ul
{
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.services-page ul li
{
	list-style:none;
    width: 33.333333%;
    padding: 40px;
}
.services-page ul li h3
{
    color: #0067b3;
    font-size: 1.2vw;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-top: 0;
}
.services-page ul li h3:after
{
    content: " ";
    position: absolute;
	bottom:-3px;
	left:0;
    width: 50%;
    height: 3px;
    background: #0067b3;
}
.services-page ul li:first-of-type
{
	
}
.services-page ul li:nth-of-type(2)
{
	background:#efefef;
}
.services-page ul li:nth-of-type(3)
{
	
}
.services-page ul li:nth-of-type(4), .services-page ul li:nth-of-type(6)
{
	background:#efefef;
}
.services-page ul li:nth-of-type(5)
{
	
}
/*.services-page ul li:nth-of-type(6)
{
	background:url(../images/service-life-at-rs.jpg) center center no-repeat;
	background-size:cover;
    padding: 0;
}
.services-page ul li:nth-of-type(6) a
{
	display:block;
    padding: 7vw 40px 10vw 40px;
}
.services-page ul li:nth-of-type(6) a h2
{
	color: #fff;
    font-weight: 700;
    font-size: 4.2vw;
    margin: 0;
}
.services-page ul li:nth-of-type(6) a p
{
	color: #fff;
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: left;
    font-weight: 400;
}
.services-page ul li:nth-of-type(6) a i
{
	color: #fff;
    line-height: 0;
    display: block;
    font-size: 5.2vw;
    padding: 20px 0 0 0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.services-page ul li:nth-of-type(6) a:hover i
{
    padding: 20px 0 0 20px;
}*/
.services-page ul li ul
{
	display:block;
}
.services-page ul li ul li
{
	padding:0;
	list-style: url(../images/list-black.png) outside;
	width:auto;
    color: #1d1c1a;
    font-size: 16px;
	margin-left:30px;
	line-height:26px;
}
.services-page ul li ul li:first-of-type, .services-page ul li ul li:nth-of-type(2), .services-page ul li ul li:nth-of-type(3), .services-page ul li ul li:nth-of-type(4), .services-page ul li ul li:nth-of-type(5), .services-page ul li ul li:nth-of-type(6)
{
	background:none;
}
.service-tabs
{
	position:relative;
    display: flex;
}
.service-tabs
{
	position:relative;
}
.service-tabs-left
{
	width:50%;
	background:url(../images/service-tab1.jpg) center center no-repeat;
	background-size:cover;
	padding:40px 150px 40px 30px;
}
.service-tabs-left h2
{
    color: #fff;
    font-weight: bold;
    font-size: 1.5vw;
    position: relative;
    display: inline-block;
	margin-top:0;
}
.service-tabs-left h2:after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.service-tabs-left ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.service-tabs-left ul li
{
	padding:0;
	list-style: url(../images/list.png) outside;
	width:auto;
    color: #fff;
    font-size: 16px;
	margin-left:30px;
	line-height:26px;
}
.service-tabs-left ul li ul
{
	
}
.service-tabs-left ul li ul li
{
	margin-left:40px;
}
.service-tabs-right
{
	width:50%;
	background:url(../images/service-tab2.jpg) center center no-repeat;
	background-size:cover;
	padding:40px 150px 40px 30px;
}
.service-tabs-right h2
{
    color: #1d1c1a;
    font-weight: bold;
    font-size: 1.5vw;
    position: relative;
    display: inline-block;
	margin-top:0;
}
.service-tabs-right h2:after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 35%;
    height: 2px;
    background: #1d1c1a;
}
.service-tabs-right ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.service-tabs-right ul li
{
	padding:0;
	list-style: url(../images/list-black.png) outside;
	width:auto;
    color: #1d1c1a;
    font-size: 16px;
	margin-left:30px;
	line-height:26px;
}
.service-tabs-right ul li ul
{
	
}
.service-tabs-right ul li ul li
{
	margin-left:40px;
}
.services-list
{
	border-bottom:solid 2px #e8eff2;
}
.services-list ul
{
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.services-list ul li
{
	list-style:none;
    width: 33.333333%;
    padding: 40px;
	border-left:solid 2px #e8eff2;
}
.services-list ul li img
{
    padding: 20px;
	border-radius:50%;
	margin-bottom:15px;
}
.services-list ul li:first-of-type img
{
	background:#920033;
	border-left:none;
}
.services-list ul li:nth-of-type(2) img
{
	background:#0067b3;
}
.services-list ul li:nth-of-type(3) img
{
	background:#1faf99;
}
.services-list ul li h3
{
    color: #1d1c1a;
    font-size: 1.2vw;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-top: 0;
}
.services-list ul li ul
{
	display:block;
}
.services-list ul li ul li
{
	padding:0;
	list-style: url(../images/arrow.png) outside;
	width:auto;
    color: #1d1c1a;
	margin-left:30px;
    font-size: 16px;
	line-height:24px;
}
.services-list ul li ul li
{
	border-left:none;
}
.services-bottom
{
    padding:60px 40px 40px 40px;
}
.about-bottom
{
    padding:0px 0 70px 0;
	width:1200px;
	margin:auto;
}
.services-bottom h2
{
	font-weight: 300;
    font-size: 3vw;
	margin:0;
	line-height:0;
}
.about-bottom h2
{
	font-weight: 400;
    font-size: 2.2vw;
}
.services-bottom h3, .about-bottom h3
{
    color: #0067b3;
    font-weight: bold;
    font-size: 1.8vw;
    position: relative;
    display: inline-block;
	margin-top:30px;
}
.services-bottom h3:after, .about-bottom h3:after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 35%;
    height: 2px;
    background: #0067b3;
}
.services-bottom ul, .about-bottom ul
{
	padding: 0;
    margin: 0;
    list-style: none;
}
.services-bottom ul li, .about-bottom ul li
{
	list-style: url(../images/list-black.png) outside;
    color: #1d1c1a;
	margin-left:30px;
    font-size: 16px;
	line-height:24px;
}
.hlb
{
	width:1200px;
	margin:40px auto;
}
.hlb-left
{
	width:30%;
}
.hlb-left img
{
	border:solid 2px #e5ebf0;
}
.hlb h2
{
	color: #0067b3;
    font-size: 2.2vw;
    line-height: 2.4vw;
    font-weight: 600;
    margin-top: 0;
}
.hlb h3
{
    color: #000;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.hlb h3:after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 35%;
    height: 2px;
    background: #000;
}
.hlb-right
{
	width:66%;
}
.mypets
{
	cursor:pointer;
	color: #0067b3;
    font-size: 32px;
    font-weight: 700;
    font-weight: normal;
	padding:30px 0;
	margin:0 0 5px 0;position:relative;z-index:999;
	border-bottom:solid 2px #e4ece8;
}
.mypets:after
{
	
    content: "\f067";
    color: #0067b3;
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 36px;
}
.openpet
{
	margin:0 0 0 0;
}
.openpet:after
{
	content:"\f068";
    color: #0067b3;
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 36px;
}
.thepet
{
	padding:20px 0px;
	border-bottom:solid 2px #e4ece8;
	border-top:none;position:relative;top:-5px;margin-bottom:15px;
}
.apply-now
{
	position: relative;
    padding:100px;
}
.apply-now fieldset
{
	width:50%;
	margin:auto;
}
.apply-now fieldset aside
{
	width:49.4%;
}
.apply-now fieldset p
{
	font-size:18px;
	text-align:center;
	margin-bottom:15px;
}
.apply-now fieldset input::-webkit-input-placeholder,
.apply-now fieldset textarea::-webkit-input-placeholder,
.apply-now fieldset input::-moz-placeholder,
.apply-now fieldset textarea::-moz-placeholder,
.apply-now fieldset input:-ms-input-placeholder,
.apply-now fieldset textarea:-ms-input-placeholder,
.apply-now fieldset input:-moz-placeholder,
.apply-now fieldset textarea:-moz-placeholder
{
	color: #4d4d4f;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
}
.apply-now fieldset input[type=text], .apply-now fieldset input[type=email], .apply-now fieldset input[type=number], .apply-now fieldset input[type=file]
{
	padding: 16px 24px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px #edf0f6;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 6px;
    color: #4d4d4f;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
}
.apply-now fieldset label
{
	position:relative;
}
.select-box
{
    
	position: relative;
	display: inline-block;
	width: 100%;
}
.select-box select
{
   	padding: 16px 24px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px #edf0f6;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 6px;
    color: #4d4d4f;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
    margin-bottom: 6px;
}
.select-box select::-ms-expand
{
	display: none;
}
select-box select:hover,
.select-box select:focus
{
    color: #4d4d4f;
}
.select-box:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    right: 24px;
    color: #92a9ca;
    pointer-events: none;
    font-weight: normal;
    font-size: 26px;
}
.apply-now fieldset textarea
{
	padding: 16px 24px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px #edf0f6;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 0px;
    color: #4d4d4f;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
}
.apply-now fieldset input[type=submit], .apply-now fieldset input[type=reset]
{
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    margin-top: 6px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.apply-now fieldset input[type=submit]
{
	background: #0067b3;
}
.apply-now fieldset input[type=reset]
{
	background: #000;
}
.current-openings
{
    padding: 35px;
}
.current-openings ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.current-openings ul li
{
    list-style: none;
    width: 33.333333%;
    float: left;
}
.current-openings ul li a
{
    background: #2a3137;
    display: block;
    text-align: center;
    margin: 15px;
    border-radius: 12px;
    padding: 50px 20px;
}
.current-openings ul li a:before
{
    content: "\f1c1";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 42px;
}
.current-openings ul li a h3
{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.current-openings ul li a:hover
{
    background: #0067b3;
}
.service-content h3 {
    color: #076bdd;
    font-weight: bold;
}

.service-content {
    margin: 52px;
    list-style: disc;
    line-height: 30px;
    text-align: justify;
}