/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/RobotoSlab-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

/* ============================================================================================ */
/* === Tabs      **(ONLY MOBILE FREINDLY WITH A SMALL NUMBER OF TABS WITH A MAX OF 20 CHARACTERS  ================= */
/* ============================================================================================ */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  font-family: 'font2';
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent h3 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'font';
	text-align: center;
	font-size: 2rem;
	color: rgb(246,177,24);
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.pre-nav {
	padding: 4px 0 0px 0;
	background: rgb(5,121,190);
}
.pre-nav h5 {
	color: rgb(255,255,255);
	font-family: 'font2';
	text-transform: uppercase;
	padding-top: 6px;
	font-weight: 600;
	font-size: 13px;
}
.pre-nav a {
	font-family: 'font2';
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
.pre-nav a:hover {
	color: rgb(255,255,255);
}
.pre-nav p {
	margin-bottom: 0px;
	float: right;
}
.mypad {
	padding: 0px 0px 8px 0px;
}
.header-pad {
	padding-top: 7px;
}
.top-header {
	position: fixed;
	width: 100%;
	z-index: 1;
	padding: 0px 0 10px 0;
	background: rgb(242,242,242);
	z-index: 3;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.header-pad div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.header-pad div[class*='col-']:first-child a {
	padding: 0;
	font-size:15px;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.header-pad div[class*='col-']:first-child a:hover {
	background-color:#fbfbfb;
	color:#222;
}
.header-pad div[class*='col-']:nth-child(2) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.header-pad div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:center;
	align-items:center;
}

.header-pad div[class*='col-']:nth-child(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.header-pad div[class*='col-']:nth-child(5) {
	display:flex;
	justify-content: flex-start;
	align-items:center;
}
.top-header .dropdown-menu {
	background: rgb(255,255,255);
	border-radius: 0;
}

.top-header .dropdown-toggle {
	background: #21212100;
	padding: 6px 25px;
	outline: none !important;
	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;
	color: rgb(21,135,198) !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: rgb(255, 255, 255);
    border-color: #666e76;
    box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important;
	box-shadow:none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}

/******* Mobile Navigation Section *******/
.mobile-menu {
	display:none;
}
.dropdown-wrapper {
	margin:0;
	padding:0;
}
.mobile-menu .dropdown-menu-mobile, .mobile-menu .dropdown-menu-mobile-2 {
	  position:relative;
	  display:none;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  height:0px;
	  margin:0;
	  width:100%;
	  padding: 0;
	  font-size: 18px;
	  color: #e6e6e6 !important;
	  text-align: left;
	  list-style: none;
	  background-color: rgb(255,255,255);
	  border: 0;
	  visibility: hidden;
	  border-radius: 0;
	  transform:scale(1,0);
	  -webkit-transition: all .30s ease;
	  -moz-transition: all .30s ease;
	  -o-transition: all .30s ease;
	  transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}
.mobile-menu .dropdown-menu-mobile a, .mobile-menu .dropdown-menu-mobile-2 a {
	color:rgb(21,135,198);
	font-weight:600 !important;
	font-size: 0.85rem;;
	font-family:'font2';
	text-align:center;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 95px;
}
.home-header-section .slider-logo span {
	font-family: 'font';
	color: rgb(196,41,56);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
		text-transform: uppercase;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
		letter-spacing: 0.1rem;
    margin: .125rem 0 0;
    font-size: 15px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(87, 86, 87);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-weight: 700;
		font-family: 'font2';
    padding: .25rem 1.5rem;
    clear: both;
    color: rgb(42,43,51);
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item.active, .dropdown-item:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(21,135,198) !important;
}
.home1 {
	padding: 135px 0 0px 0;
  background: rgb(255,255,255);
}
.home1 .box {
	padding: 0px 40px 0px 50px;
}
.home1 h1 {
	font-family: 'font2';
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 15px;
  text-align: left;
	color: rgb(21,135,198);
}
.home1 p {
	font-size: 23px;
	font-family: 'font';
	text-align: left;
	color: rgb(0,0,0);
}
.home1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.home1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.home1 img {
	padding-top: 0px;
}
.banner {
	padding: 75px 0 75px 0; background: rgb(21,135,198);
}
.banner h2 {
	font-family: 'font2'; font-size: 30px; text-align: left; line-height: 70px; text-shadow: 1px 1px 1px #000; font-weight: 800; color: rgb(250,250,250);
}
.banner h3 {
	color: #fff; text-indent: 15px; line-height: 55px; font-size: 22px;
}
.banner h5 {
	color: #fff; font-size: 22px; text-transform: capitalize;
}
.banner h5 span {
	color: gold; font-size: 26px;
}
.banner p {
	font-size: 17px; text-align: justify; color: rgb(255,255,255);
}
.home2 {
	padding: 75px 0 75px 0;
	background: rgb(247,247,247);
}
.home2 h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 10px;
	color: rgb(0,0,0);
	text-align: center;
}
.home2 h3 {
	padding-top: 50px;
	font-family: 'font2';
	color: rgb(0,0,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: center;
	font-size: 17px;
}
.home2 h5 {
	padding-bottom: 15px;
	padding-top: 7px;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: center;
	font-size: 17px;
}
.home2 .content-box {
	background: transparent;
	padding-top: 40px;
}
.home2 .box {
	background: rgb(255,255,255);
	padding: 20px;
	border-radius: 15px;
	height: auto !important;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 26%);
}
.home2 hr {
	border: 0.15rem solid rgb(21,135,198);
	max-width: 110px;
	opacity: 1;
	color: rgb(21,135,198);
	margin: auto;
}
.home2 p {
	text-align: center;
}
.home2 a {
	padding: 12px 24px;
	font-family: 'font2';
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	color: rgb(255,255,255);
	background: rgb(21,135,198);
	border-radius: 5px;
}
.home2 a:hover {
	background: rgb(91,176,214);
	color: rgb(255,255,255);
}
.home22 {
	padding: 75px 0 75px 0;
	background: rgb(239, 237, 237);
}
.home22 h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 10px;
	color: rgb(0,0,0);
	text-align: center;
}
.home22 h3 {
	padding-top: 50px;
	font-family: 'font2';
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: center;
	font-size: 22px;
}

.home22 h5 {
	padding-bottom: 15px;
	padding-top: 7px;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: center;
	font-size: 17px;
}
.home22 .content-box {
	background: transparent;
	padding-top: 40px;
}
.home22 .box {
	background: rgb(255,255,255);
	padding: 20px;
	border-radius: 15px;
	height: auto !important;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 26%);
}
.home22 hr {
	border: 0.15rem solid rgb(21,135,198);
	max-width: 110px;
	opacity: 1;
	color: rgb(21,135,198);
	margin: auto;
}
.home22 p {
	text-align: center;
}
.home22 a {
	padding: 12px 24px;
	font-family: 'font2';
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	color: rgb(255,255,255);
	background: rgb(21,135,198);
	border-radius: 5px;
}
.home22 a:hover {
	background: rgb(91,176,214);
	color: rgb(255,255,255);
}
.home22 strong {
	text-shadow: 1px 1px 1px #000;
}
.home222 {
	padding: 75px 0 75px 0;
	background: rgb(255, 255, 255);
}
.home222 h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 10px;
	color: rgb(0,0,0);
	text-align: center;
}
.home222 h3 {
	padding-top: 7px;
	font-family: 'font2';
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: left;
	font-size: 25px;
}
.home222 h4 {
	padding-top: 7px;
	font-family: 'font2';
	color: rgb(21,135,198);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: left;
	font-size: 23px;
}
.home222 h5 {
	padding-bottom: 5px;
	padding-top: 2px;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: left;
	font-size: 17px;
}
.home222 h6 {
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.home222 h6 strong {
	font-size: 30px;
		color: rgb(21,135,198);
		text-shadow: 1px 1px 1px #000;
}
.home222 h4 strong {
	font-size: 30px;
		color: rgb(21,135,198);
		text-shadow: 1px 1px 1px #000;
}
}
.home222 .content-box {
	background: transparent;
	padding-top: 40px;
}
.home222 .box {
	background: transparent !important;
	padding: 20px;
/*	border: 3px solid #000;*/
	border-radius: 1px;
	height: auto !important;
	box-shadow: 1px 1px 4px 1px rgb(21,135,198);
	margin-right: 35px;
	margin-left: 35px;
}
.home222 hr {
	border: 0.15rem solid rgb(21,135,198);
	max-width: 110px;
	opacity: 1;
	color: rgb(21,135,198);
	margin: auto;
}
.home222 p {
	text-align: left;
}
.home222 u {
	color: rgb(21,135,198);
	font-weight: 600;
	font-size: 20px;
}
.home222 strong {
/*	text-shadow: 1px 1px 1px #000;*/
text-align: center;
}
.home3 {
	padding: 100px 0 0 0;
  background: rgb(21,135,198);
}
.home3 .box {
	padding: 10px 40px 0px 50px;
}
.home3 h3 {
	font-family: 'font2';
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-top: 25px;
	/*padding-bottom: 30px;*/
  text-align: left;
	color: rgb(255,255,255);
}
.home3 p {
	color: #fff;
}
.home3 a {
	color: rgb(255,255,255);
	padding: 13px 40px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 18px;
	font-family: 'font2';
/*	padding-bottom: 30px;*/
	background: rgb(226,64,0);
	border-radius: 5px;
}
.home3 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.home33 {
	padding: 100px 0 0 0;
  background: rgb(172,172,172);
}
.home33 .box {
	padding: 10px 40px 0px 50px;
}
.home33 h3 {
	font-family: 'font2';
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-top: 25px;
	/*padding-bottom: 30px;*/
  text-align: left;
	color: rgb(255,255,255);
}
.home33 p {
	color: #fff;
}
.home33 a {
	color: rgb(255,255,255);
	padding: 13px 40px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 18px;
	font-family: 'font2';
/*	padding-bottom: 30px;*/
	background: rgb(226,64,0);
	border-radius: 5px;
}
.home33 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.home333 {
	padding: 75px 50px 25px 50px;
  background: rgb(226,64,0);
}
.home333 .box {
	padding: 10px 40px 0px 50px;
}
.home333 h3 {
	font-family: 'font2';
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-top: 25px;
	/*padding-bottom: 30px;*/
  text-align: left;
	color: rgb(255,255,255);
}
.home333 p {
	color: #fff;
}
.home333 a {
	color: rgb(255,255,255);
	padding: 13px 40px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 18px;
	font-family: 'font2';
/*	padding-bottom: 30px;*/
	background: rgb(21,135,198);
	border-radius: 5px;
}
.home333 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
/*.home333 img {
	transform: rotate(25deg);
}*/
.home4 {
	padding: 75px 0 75px 0;
}
.home4 h4 {
	color: rgb(226,64,0);
	font-size: 25px;
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
}
.home4 img {
	width: 75px;
}
.home4 p {
	font-weight: 500;
  color: rgb(0,0,0);
	text-align: left;
  font-family: 'font';
  font-size: 17px;
}
.home4 img {
	border-radius: 0.2rem;
}
.home4 .btn-pad {
	padding-top: 60px;
}
.home4 a {
	color: rgb(255,255,255);
	padding: 13px 40px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 18px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.home4 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.home5 {
	padding: 75px 0 75px 0;
	background: rgb(247,247,247);
}
.home5 h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 10px;
	color: rgb(21,135,198);
	text-align: center;
}
.home5 h3 {
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: 'font2';
	color: rgb(0,0,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: left;
	font-size: 17px;
}
.home5 .content-box {
	background: transparent;
	padding-top: 40px;
}
.home5 .box {
	background: rgb(255,255,255);
	padding: 30px 20px;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 26%);
}
.home5 hr {
	border: 0.15rem solid rgb(226,64,0);
	max-width: 110px;
	opacity: 1;
	color: rgb(226,64,0);
	margin: auto;
}
.home5 p {
	text-align: left;
	font-size: 17px;
	font-family: 'font';
	color: rgb(0,0,0);
}
.home5 a {
	padding-bottom: 10px;
	padding-top: 0px;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 16px;
}
.home5 a:hover {
	color: rgb(226,64,0,0.8);
}
.home5 a.review-btn {
	color: rgb(255,255,255);
  padding: 13px 40px;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: 600;
  font-size: 18px;
  font-family: 'font2';
  background: rgb(226,64,0);
  border-radius: 5px;
}
.home5 a:hover.review-btn {
  background: rgb(68,68,68);
	color: rgb(255,255,255);
}
.home5 .review-pad {
	padding-top: 60px;
}
.southwest {
	background: rgb(250,250,250);
	padding: 100px 0 80px 0;
}
.southwest h2 {
	color: rgb(152,64,0);
	font-family: 'font2';
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}
.southwest h3 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}
.southwest p {
	font-size: 18px;
	text-align: center;
	color: rgb(12,12,12);
}
.southwest img {
	width: 100%; height: 100%; 
}
.southwest a {
	color: rgb(255,255,255);
	padding: 10px 45px;
	background: rgb(21,135,198);
	border-radius: 5px;
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.southwest a:hover {
	background: rgb(68,68,68);
	color: rgb(255,255,255);
}
.payroll-services {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.payroll-services .box {
	padding: 40px 45px 0px 50px;
}
.payroll-services h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.payroll-services p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.payroll-services a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.payroll-services a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.payroll-services iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.crumb1 {
	background: rgb(247,247,247);
	padding: 25px 0 15px 0;
}
.crumb1 h5 {
	font-family: 'font2';
	color: rgb(0,0,0);
	font-weight: 600;
	font-size: 14px;
}
.crumb1 span {
	color: rgb(226,64,0);
}
.payroll-services2 {
	background: rgb(255,255,255);
	padding: 75px 0 0px 0;
}
.payroll-services2 h2 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.payroll-services2 h3 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.payroll-services2 p {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.payroll-questions {
	padding: 0px 0 75px 0;
	background: rgb(255,255,255);
}
.payroll-questions h1 {
	font-family: 'Raleway';
	color: rgb(50,50,50);
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
}
.payroll-questions h5 {
	font-size: 1.3rem;
	padding-bottom: 50px;
	font-family: 'Raleway';
	font-weight: 500;
	color: rgb(50,50,50);
	text-align: center;
}
.payroll-questions h4 {
	font-size: 21px;
	font-family: 'font2';
	color: rgb(7,155,196);
}
.payroll-questions p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
	text-align: left;
}
.payroll-questions li {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
	text-align: left;
}
.payroll-questions .accordion {
  background-color: rgb(255,255,255);
  cursor: pointer;
  padding: 18px 18px 9px 18px;
  width: 100%;
  border: 1px solid rgb(216,216,216);
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: rgb(255,255,255);
  color: rgb(255,255,255);
}
.active, .accordion:hover h4 {
  color: rgb(50,50,50);
}
.payroll-questions .panel {
  padding: 30px 50px 15px 50px;
	border-right: 1px solid rgb(216,216,216);
  border-left: 1px solid rgb(216,216,216);
  border-bottom: 1px solid rgb(216,216,216);
  display: none;
  background-color: rgb(255,255,255);
  overflow: hidden;
}
.payroll-questions strong {
	font-weight: 600;
	color: rgb(20,20,20);
}
.payroll-questions a {
	color: rgb(7,155,196);
}
.payroll-questions a:hover {
	color: rgb(62,62,62);
}
.payroll-services3 {
	background: rgb(255,255,255);
	padding: 0px 0 75px 0;
}
.payroll-services3 h5 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.payroll-services3 p {
	color: rgb(0,0,0);
	padding-right: 20px;
	font-family: 'font';
	font-size: 17px;
}
.get-started {
	background: rgb(255,255,255);
	padding: 10px 0 50px 0;
}
.get-started h5 {
	color: rgb(0,0,0);
  font-family: 'font2';
  font-weight: 600;
	text-align: center;
  font-size: 25px;
}
.get-started .box {
	padding-top: 17px;
}
.get-started a {
	color: rgb(7,155,196);
	font-family: 'font';
	font-size: 17px;
}
.get-started a:hover {
	color: rgb(70,70,70);
}
.latest-tips {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
	z-index: 1;
}
.latest-tips h3 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.latest-tips h4 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.latest-tips h5 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.latest-tips hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.latest-tips img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.latest-tips .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
}
.latest-tips .pad {
	padding: 15px 10px 0px 10px;
}
.latest-tips span {
	color: rgb(226,64,0);
}
.latest-tips p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.latest-tips a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.latest-tips a:hover {
	color: rgb(226,64,0,0.8);
}
.crumb2 {
	background: rgb(247,247,247);
	padding: 25px 0 15px 0;
}
.crumb2 h5 {
	font-family: 'font2';
	color: rgb(0,0,0);
	font-weight: 600;
	font-size: 14px;
}
.crumb2 span {
	color: rgb(226,64,0);
}
.price1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.sw-price1 {
	background: rgb(255,255,255);
	padding: 75px 0 150px 0;
	position: relative;
	z-index: -1;
}
.price1 h1, .sw-price1 h1 {
	text-align: center;
	font-family: 'font2';
	color: rgb(21,135,198);
	font-weight: 600;
	padding-bottom: 25px;
	font-size: 30px;
}
.price1 h2, .sw-price1 h2 {
	color: rgb(255,255,255);
	text-align: center;
	font-size: 22px;
	font-family: 'font2';
}
.price1 h4, .sw-price1 h4 {
	font-family: 'font2';
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
}
.price1 h5, .sw-price1 h5 {
	font-size: 45px;
	font-weight: 500;
	text-align: center;
	font-family: 'font';
}
.price1 .box1, .sw-price1 .box1 {
	border-radius: 7px;
	padding: 20px;
	border: 3px solid rgb(21,135,198);
}
.price1 .box2, .sw-price1 .box2 {
	border-radius: 7px;
	border: 3px solid rgb(226,64,0);
}
.price1 .shell, .sw-price1 .shell {
	padding: 20px;
}
.price1 .my-bg, .sw-price1 .my-bg {
	background: rgb(226,64,0);
	padding: 10px 0 10px 0;
}
.price1 .box3, .sw-price1 .box3 {
	border-radius: 7px;
	padding: 20px;
	border: 3px solid rgb(0,0,0);
}
.price1 span, .sw-price1 span {
	color: rgb(88,89,91);
	font-size: 17px;
}
.price1 p, .sw-price1 p {
	font-family: 'font';
	font-size: 17px;
	text-align: center;
	color: rgb(30,30,30);
}
.price1 strong, .sw-price1 strong {
	font-weight: 500;
	font-size: 35px;
}
.price1 .d-btn, .sw-price1 .d-btn {
	color: rgb(255,255,255);
	font-weight: 600;
	background: rgb(21,135,198);
	font-family: 'font2';
	border-radius: 5px;
	padding: 10px 45px;
}
.price1 .d2-btn, .sw-price1 .d2-btn {
	color: rgb(255,255,255);
	font-weight: 600;
	background: rgb(226,64,0);
	font-family: 'font2';
	border-radius: 5px;
	padding: 10px 45px;
}
.price1 .d3-btn, .sw-price1 .d3-btn {
	color: rgb(255,255,255);
	font-weight: 600;
	background: rgb(0,0,0);
	font-family: 'font2';
	border-radius: 5px;
	padding: 10px 45px;
}
.price2 {
	padding: 75px 0 75px 0;
	background: rgb(247,247,247);
}
.price2 .pad {
	padding-top: 35px;
}
.price2 h2 {
	font-family: 'font2';
	color: rgb(20,20,20);
	font-size: 30px;
	font-weight: 600;
}
.price2 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price3 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.price3 .pad {
	padding-top: 15px;
}
.price3 h2 {
	font-family: 'font2';
	color: rgb(20,20,20);
	font-size: 30px;
	font-weight: 600;
}
.price3 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price-wrap {
	background: rgb(21,135,198);
	padding: 100px 0 80px 0;
}
.price-wrap h4 {
	color: rgb(255,255,255);
	font-family: 'font2';
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}
.price-wrap p {
	text-align: center;
}
.price-wrap a {
	color: rgb(255,255,255);
	padding: 10px 45px;
	background: rgb(226,64,0);
	border-radius: 5px;
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.price-wrap a:hover {
	background: rgb(68,68,68);
	color: rgb(255,255,255);
}
.price4 {
	background: rgb(247,247,247);
	padding: 75px 0 75px 0;
}
.price4 .box {
	background: rgb(255,255,255);
	padding: 40px 0px 30px 40px;
	border-radius: 10px;
	box-shadow: 0 0 15px #00000029;
}
.price4 h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 35px;
	font-family: 'font2';
	color: rgb(20,20,20);
	font-weight: 600;
}
.price4 h4 {
	text-align: left;
	font-size: 25px;
	font-family: 'font2';
	color: rgb(21,135,198);
	font-weight: 600;
}
.price4 p{
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price5 {
	background: rgb(255,255,255);
	padding: 75px 0 50px 0;
}
.price5 h4 {
	text-align: left;
	font-size: 25px;
	font-family: 'font2';
	color: rgb(42,43,51);
	font-weight: 600;
}
.price5 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price5 i {
	color: rgb(100,100,100);
	font-family: 'font';
	font-size: 12px;
}
.price6 {
	background: rgb(247,247,247);
	padding: 75px 0 75px 0;
	z-index: -1;
	position: relative;
}
.price6 h3 {
	font-weight: 600;
	font-size: 25px;
	text-align: left;
	font-family: 'font2';
}
.price6 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price-wrap2 {
	background: rgb(21,135,198);
	position: relative;
	z-index: -1;
	padding: 100px 0px 75px 0px;
}
.price-wrap2 h4 {
	font-weight: 600;
	color: rgb(255,255,255);
	font-family: 'font2';
	line-height: 50px;
	font-size: 30px;
}
.price-wrap2 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	padding-bottom: 25px;
	font-size: 19px;
}
.price-wrap2 .img-move {
	position: relative;
}
.price-wrap2 img {
	position: absolute;
	margin-top: -275px;
	width: 305px;
}
.price-wrap2 p {
	font-family: 'font';
}
.price-wrap2 a {
	background: rgb(226,64,0);
	color: rgb(255,255,255);
	padding: 10px 45px;
	z-index:5;
	border-radius: 3px;
}
.price-wrap2 a:hover {
	background: rgb(68,68,68);
	color: rgb(255,255,255);
}
.small1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.small1 .box {
	padding: 90px 45px 0px 50px;
}
.small1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.small1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.small1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.small1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.small1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.small2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small2 i {
	color: rgb(7, 155, 196);
}
.small2 a {
	font-family: 'font';
	font-size: 17px;
	color: rgb(7, 155, 196);
}
.small2 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small2 h2 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small2 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small2 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small2 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small2 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small3 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small3 i {
	color: rgb(7, 155, 196);
}
.small3 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.small3 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small3 h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.small3 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small3 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small3 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.small3 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small3 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small4 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small4 i {
	color: rgb(7, 155, 196);
}
.small4 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.small4 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small4 h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.small4 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small4 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small4 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.small4 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small4 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small5 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small5 i {
	color: rgb(7, 155, 196);
}
.small5 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.small5 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small5 h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.small5 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small5 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small5 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.small5 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small5 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog1 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 25px;
	color: rgb(21,135,198);
	font-size: 45px;
}
.blog1 h3 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.blog1 h5 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.blog1 .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgb(226,64,0);
}
.blog1 p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.blog1 a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.blog1 a:hover {
	color: rgb(226,64,0,0.8);
}
.blog-top {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.blog-top .box {
	padding: 110px 45px 0px 50px;
}
.blog-top h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.blog-top h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}

.blog-top1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.blog-top1 .box {
	padding: 110px 45px 0px 50px;
}
.blog-top1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.blog-top1 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	text-shadow: 1px 1px 1px #000;
/*	box-shadow: 1px 1px 2px 1px #000;*/
	background: rgb(68,68,68);
	border-radius: 5px;
}
.blog-top1 a:hover {
	color: rgb(255,255,255);
	
	background: rgb(226,64,0);
}
/*.blog-top1 span strong {
	 transform: rotate(90deg);
	 position: fixed;
}*/
.blog-top1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}


.blog-template {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.blog-template h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.blog-template h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 23px;
}
.blog-template p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li p span{
	font-weight:900;
	text-decoration:underline;
}
.blog-template a.contact-today {
	padding: 10px; background: rgb(226,64,0); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 24px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.blog-template a.services {
	padding: 10px; background: rgb(21,135,198); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}

.blog-template1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template1 i {
	color: rgb(7, 155, 196);
}
.blog-template1 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template1 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h2 {
	font-family: 'font';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 33px;
}
.blog-template1 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 29px;
}
.blog-template1 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
	padding: 7px;
}
.blog-template1 h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 21px;
}
.blog-template11 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}


.calculator1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.calculator1 .box {
	padding: 75px 45px 0px 50px;
}
.calculator1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.calculator1 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.calculator1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.calculator1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.calculator1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.calculator1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.calculator2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.calculator2 .box1 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box1 i {
	font-size: 45px;
}
.calculator2 .box1 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box1 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 100px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box1 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box1 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box2 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box2 i {
	font-size: 45px;
}
.calculator2 .box2 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box2 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 76px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box2 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box2 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box3 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box3 i {
	font-size: 45px;
}
.calculator2 .box3 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box3 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 150px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box3 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box3 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box4 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box4 i {
	font-size: 45px;
}
.calculator2 .box4 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box4 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 45px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box4 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box4 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box5 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box5 i {
	font-size: 45px;
}
.calculator2 .box5 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box5 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 100px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box5 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box5 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator-form {
	padding: 75px 0 75px 0;
}
.forms {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.forms h1 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
}
.forms p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.forms a {
	color: rgb(21,135,198);
}
.finance1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.finance1 .box {
	padding: 85px 45px 0px 50px;
}
.finance1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.finance1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.finance1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.finance1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.finance1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.finance2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.finance2 h2 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.finance2 h3 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.finance2 p {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.finance2 li {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.finance2 a {
	background: rgb(226,64,0);
	color: rgb(255,255,255);
	border-radius: 5px;
	font-weight: 600;
	padding: 15px 45px 15px 45px;
}
.finance2 .pad {
	padding-top: 80px;
}
.finance2 .pad2 {
	padding-top: 65px;
}
.leadership-team {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.leadership-team h1 {
	color: rgb(21,135,198);
	font-size: 40px;
	padding-bottom: 30px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
}
.leadership-team h2 {
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(21,135,198);
	font-size: 25px;
}
.leadership-team p {
	text-align: center;
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.team {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.team .box {
	padding: 40px 45px 0px 50px;
}
.team h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.team p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.team a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.team a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.team iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.team2 {
	background: rgb(255,255,255);
	padding: 100px 0 90px 0;
}
.team2 h2 {
	color: rgb(20,20,20);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.team2 h3 {
	color: rgb(20,20,20);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.team2 p {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.contact1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact1 h1 {
	font-family: 'font';
  font-size: 30px;
  color: rgb(20,20,20);
	text-align: left;
}
.contact1 p {
	color: rgb(129,141,148);
	font-size: 20px;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
}
.contact2 {
	background: rgb(255,255,255);
	padding: 0px 0 25px 0;
}
.contact2 h2 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 30px;
	text-align: left;
	color: rgb(21,135,198);
}
.contact2 p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.contact3 {
	background: rgb(255,255,255);
	padding: 25px 0 65px 0;
}
.contact3 h2 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 30px;
	text-align: left;
	color: rgb(21,135,198);
}
.contact3 .pad {
	padding-top: 25px;
}
.contact3 p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.contact3 li {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.contact3 a {
	color: rgb(7,155,196);
}
.contact4 {
	background: rgb(255,255,255);
	padding: 0px 0 75px 0;
}
.contact4 .box {
	padding: 90px 15px 90px 100px;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.25);
}
.contact4 h3 {
	font-size: 32px;
	font-family: 'font2';
	padding-bottom: 10px;
	font-weight: 600;
	color: rgb(20,20,20);
}
.contact4 p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 19px;
	text-align: left;
}
.contact4 a {
	color: rgb(7,155,196);
}
.contact4 a:hover {
	color: rgb(68,68,68);
}
.client-portal {
	background: rgb(255,255,255);
	padding: 100px 0 75px 0;
}
.client-portal h1 {
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 25px;
	font-size: 32px;
	text-align: left;
}
.client-portal .d-btn {
	background: rgb(226, 64, 0);
	padding-top: 15px;
	color: rgb(255,255,255);
	font-family: 'font2';
	font-weight: 600;
	border: 1px solid rgb(226, 64, 0);
	border-radius: 5px;
	padding-bottom: 1px;
}
.client-portal .d-btn:hover {
	background: rgb(255,255,255);
	padding-top: 15px;
	color: rgb(21,135,198);
	border: 1px solid rgb(244,244,244);
	border-radius: 5px;
	padding-bottom: 1px;
}
.client-portal p {
	text-align: center;
	font-size: 19px;
}
.client-portal2 {
	background: rgb(255,255,255);
	padding: 0px 0 50px 0;
}
.client-portal2 .pad {
	padding-top: 50px;
}
.client-portal2 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 30px;
	color: rgb(21,135,198);
}
.client-portal2 p {
	font-size: 17px;
	color: rgb(20,20,20);
	font-family: 'font';
}
.client-portal2 a {
	padding: 10px 30px 10px 30px;
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	border-radius: 5px;
	font-size: 19px;
	background: rgb(21,135,198);
}
.client-portal3 {
	padding: 0px 0px 50px 0;
	position: relative;
	background: rgb(255,255,255);
}
.client-portal3 .box {
	border: 3px solid rgb(21,135,198);
	position: relative;
	padding: 50px 100px 20px 100px;
}
.client-portal3 img {
	margin: -80px 38% 0 38%;
	position: absolute;
	display: block;
}
.client-portal3 p {
	font-family: 'font';
	text-align: center;
	color: rgb(20,20,20);
	font-size: 17px;
}
.aca1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.aca1 .box {
	padding: 5px 45px 0px 50px;
}
.aca1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.aca1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.aca1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.aca1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.aca1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.aca2 {
	background: rgb(255,255,255);
	padding: 75px 0 30px 0;
}
.aca2 h1 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(226,64,0);
	font-size: 32px;
	text-align: left;
}
.aca2 p {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca2 li {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca2 ul {
	padding-bottom: 25px;
}
.aca2 a {
	padding: 15px 45px;
	color: rgb(255,255,255);
	background: rgb(226,64,0);
	border-radius: 5px;
	border: 2px solid rgb(7,155,196);
}
.aca2 a:hover {
	color: rgb(255,255,255);
	background: rgb(226,64,0);
	border: 2px solid rgb(20,20,20);
}
.aca3 {
	background: rgb(255,255,255);
	padding: 30px 0 60px 0;
}
.aca3 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
	text-align: left;
}
.aca3 p {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca3 li {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca4 {
	background: rgb(247,247,247);
	position: relative;
	padding: 100px 0 75px 0;
}
.aca4 .box {
	position: relative;
}
.aca4 img {
	margin: -128px 46% 0 46%;
	position: absolute;
	display: block;
}
.aca4 p {
	font-family: 'font';
	text-align: center;
	font-size: 17px;
	color: rgb(20,20,20);
}
.plus {
	padding: 75px 0 10px 0;
	background: rgb(255,255,255);
}
.plus .pad {
	padding-top: 50px;
}
.plus h1 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 35px;
	color: rgb(21,135,198);
}
.plus h4 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	font-size: 23px;
	color: rgb(226,64,0);
}
.plus p {
	font-family: 'font';
	text-align: left;
	font-size: 17px;
	color: rgb(20,20,20);
}
.plus1 {
	background: rgb(255,255,255);
	padding: 10px 0 50px 0;
}
.plus1 h2 {
	text-align: left;
	font-family: 'font2';
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 35px;
	color: rgb(21,135,198);
}
.plus1 h3 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(20,20,20);
}
.plus1 h4 {
	text-align: center;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 30px;
	color: rgb(20,20,20);
}
.plus1 p {
	font-family: 'font';
	text-align: left;
	font-size: 17px;
	color: rgb(20,20,20);
}
.plus1 li {
	font-family: 'font';
	text-align: left;
	font-size: 17px;
	color: rgb(20,20,20);
}
.resource {
	background: rgb(21,135,198);
	padding: 60px 0 100px 0;
}
.resource .box {
	padding: 40px 45px 0px 50px;
}
.resource h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.resource p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.resource a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.resource a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.resource iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.resource1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.resource1 p {
	font-size: 18px;
	text-align: center;
	font-family: 'font';
	color: rgb(20,20,20);
}
.resource1 h3 {
	font-weight: 600;
	font-size: 25px;
	padding-top: 20px;
	color: rgb(21,135,198);
	font-family: 'font2';
}
.resource1 a {
	padding: 20px 45px 20px 45px;
	width: 100%;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(255,255,255);
	border: 1px solid #097bba;
	display: inline-block;
	border-radius: 5px;
	background: rgb(21,135,198);
}
.resource1 a:hover {
	background: rgb(255,255,255);
	border: 1px solid #f3f3f3;
	color: rgb(21,135,198);
}
.story1 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.story1 h1 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 35px;
	text-align: left;
	color: rgb(20,20,20);
}
.story1 h4 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	font-size: 23px;
	color: rgb(21,135,198);
}
.story1 .box {
	padding: 40px 0 0 0;
}
.story1 p {
	font-size: 17px;
	color: rgb(20,20,20);
	font-family: 'font';
}
.news {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.news .box {
	padding: 100px 45px 0px 50px;
}
.news h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(255,255,255);
	padding-bottom: 13px;
	text-align: center;
	font-size: 30px;
}
.news p {
	color: rgb(255,255,255);
	font-family: 'font';
	letter-spacing: 0.04rem;
	font-size: 30px;
	text-align: left;
}
.news a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.news a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.news1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.news1 h1 {
	color: rgb(21,135,198);
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
	font-size: 35px;
}
.news1 i {
	color: rgb(21,135,198);
	font-size: 50px;
}
.news1 p {
	font-family: 'font2';
	font-weight: 600;
	font-size: 18px;
	color: rgb(88, 89, 91);
}
.news1 a {
	background: rgb(85, 197, 82);
	padding: 13px 24px 13px 24px;
	border-radius: 3px;
	font-family: 'font';
	color: rgb(255,255,255);
}
.news1 a:hover {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
}
.terms1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.terms1 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
	text-align: left;
}
.terms1 a {
	color: rgb(7,155,196);
}
.policy1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.policy1 h1 {
	font-size: 35px;
	color: rgb(20,20,20);
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 h2 {
	font-size: 35px;
	color: rgb(20,20,20);
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 h3 {
	font-size: 25px;
	color: rgb(20,20,20);
	font-weight: 600;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 h4 {
	font-size: 22px;
	color: rgb(21,135,198);
	font-weight: 600;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.policy1 li {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.policy1 span {
	font-size: 17px;
	font-family: 'font';
	font-weight: 500;
}
.policy1 a {
	color: rgb(7,155,196);
}
.reviews {
	background: rgb(235,235,235);
	padding: 75px 0 75px 0;
}
.reviews p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.areas-we-service {
	padding: 75px 0 175px 0; background: rgb(255,255,255);
}
.areas-we-service h2 {
	font-size: 25px; font-family: font2; font-weight: 600; text-align: center; color: rgb(21,135,198);
}
.areas-we-service p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12)
}
.areas-we-service iframe {
	width: 100%; height: 300px; border: 0; border-radius: 0.8rem;
}
.accounting-and-tax {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.accounting-and-tax h1 {
	font-size: 40px; font-family: font2; font-weight: 600; color: rgb(21,135,198);
}
.accounting-and-tax h2 {
	font-size: 32px; font-family: font2; font-weight: 600; color: rgb(226,64,0);
}
.accounting-and-tax p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.accounting-and-tax img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}




/*FAQ Page*/
.faq {
	padding: 240px 0 75px 0;
background: white;
background-size: cover; 
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color:  rgb(5,121,190);
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color:  rgb(5,121,190);
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq .bg-dark {
  background-color: rgb(190,160,71); !important;
}
.faq .bg-dark:hover {
  background-color:rgb(190,160,71); !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12 {
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
    background: rgb(255,255,255);
    border: 1px solid black !important;
    display: block;
    height: 100%;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/












/******************************************** DAVIDS MOBILE CODE END *************************************************/

/*******************  Referrals Owl Carousel *************************/
.owl-carousel {
}
.owl-carousel .owl-stage-outer {
	padding:40px 0;
}
.owl-nav {
	position:absolute;
	width: 100%;
	top:10%;
	display: none;
}
.owl-carousel .item {
	display:block;
	height:100%;
}
.owl-carousel .owl-item span {
	font-size: 20px;
	font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:transparent !important;
	color:#212121 !important;
	opacity:.5 !important;
}
.owl-nav .owl-next {
	left:100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:3em;
	display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}

/*******************  Home Page Service Cards *************************/
.pre-footer-section {
	padding:0 !important;
	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat;
	background-size:cover;
}
.pre-footer-section .hours {
	display:flex;
	color: #fff;
	flex-direction:column;
	justify-content:center;
	padding:120px;
	background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;
	padding:0 200px 0 0;
	flex-direction:row;
	justify-content:space-between;
}
.pre-footer-section a {
	margin: 40px 0 0;
	color:#fff;
	font-size: 20px;
	font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/* ========================================================== */
/* 			            Default Classes                       */
/* ========================================================== */

body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility:visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
a {
	cursor:pointer;
	text-decoration: none !important;
}
a:hover {
    color: #252525;
    text-decoration: underline;
}
.btn {
	cursor:pointer;
	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd;
	background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);
	border-color: #949494;
	color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4);
	color:#fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
    border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;
	box-shadow: none;
}
.section-divider {
	position:relative;
	padding: 50px 0 25px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left;
    font-size: inherit;
}
.block-overlay {
	position:absolute;
	display:inline-block;
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}

/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;
	display: inline-block;
	z-index:1050;
	color: #fff;
	background: #300e87;
	padding:50px;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(0,0);
	box-shadow: 0px 0px 20px -1px #000;
	transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;
	display: inline-block;
	padding:50px;
	z-index:1050;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position:absolute;
	right: 20px;
	top: 10px;
	font-weight:900;
	font-size: 2em;
	font-family:'Lato';
	cursor:pointer;
}
.navbar-collapse ul {
	width:100%;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay {
	height: 100%;
	width: 100%;
	background: #ffffffbf;
}
#myBtn {
    display: block; /* Hidden by default */
    width: 50px;
    height: 50px;
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000000; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    border-radius: 0px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    color:#fff;
}

/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 5px 0 0;
	position: fixed;
	background: rgb(255,255,255);
	width: 100%;
	z-index: 2;
	box-shadow: 0px 0px 10px -4px #000000bd;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0);
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;
	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;
	font-size: 1.5em;
	position: absolute;
	top: 6px;
	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em;
	font-weight:700;
	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px;
  padding: 0px 0px 10px 0px;
	font-weight: 700;
  font-size: 15px;
	text-transform: uppercase;
  color: rgb(42,43,51);
  font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(42,43,51);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(21,135,198);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

#portfolio input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 0;
    left: -60px;
    z-index: 2;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    background-image: url(/img/icons/close-btn-icon-red.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;
	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}
#portfolio li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position:relative;
  overflow:hidden;
  margin: 0 10px 20px;
}
#portfolio li a {
  transform:scale(1,1);
  display:block;
  width:100%;
  height: 295px;
  width: 490px;
  overflow:hidden;
  -o-transition:all .30s ease;
  -moz-transition:all .30s ease;
  -webkit-transition:all .30s ease;
  transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 100%;
  height: auto;
  transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1);
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-ready .mfp-figure {
  opacity: 0;
  margin-left:-100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0;
    margin-left:-100px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 1;
    margin-left:0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    margin-left:-100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
    margin-left:-20px;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.carousel-indicators li {
    position: relative;
    top: 51px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
    background-color: #0f8029;
}

/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-section {
	padding: 0 0 10px;
	background: rgb(42,43,51);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem;
	color: rgb(30,30,30);
	font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255);
	font-size: 14px;
}
.footer-section a {
	color: rgb(255,255,255);
	font-size: 14px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 19px;
	font-family: 'font2';
	font-weight: 700;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative;
	top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:flex-end;
	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid rgb(5,121,190);
	background: rgb(5,121,190);
	border-radius:100px;
	height: 32px;
	width: 32px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	text-decoration:none !important;
	color: rgb(5,121,190);
}

/* ======================================== */
/* === Laptop CSS Section ================= */
/* ======================================== */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}

/* ======================================== */
/* === Tablet CSS Section ================= */
/* ======================================== */
@media screen and (max-width: 1024px) {
	
}

/* ======================================== */
/* === Mobile CSS Section ================= */
/* ======================================== */
@media screen and (max-width: 768px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 92px;
}
.home-header-section .slider-logo span {
	font-family: 'font';
	color: rgb(196,41,56);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
		text-transform: uppercase;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
		letter-spacing: 0.1rem;
    margin: .125rem 0 0;
    font-size: 15px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(87, 86, 87);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-weight: 700;
		font-family: 'font2';
    padding: .25rem 1.5rem;
    clear: both;
    color: rgb(42,43,51);
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item.active, .dropdown-item:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(21,135,198) !important;
}
.home1 {
	padding: 15px 0 0px 0;
  background: rgb(255,255,255);
}
.home1 .box {
	padding: 0px 10px 0px 10px;
}
.home1 h1 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 15px;
  text-align: left;
	color: rgb(21,135,198);
}
.home1 p {
	font-size: 23px;
	font-family: 'font';
	text-align: left;
	color: rgb(0,0,0);
}
.home1 a {
	color: rgb(255,255,255);
	padding: 10px 30px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 12px;
	font-family: 'font';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.home1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.home1 img {
	padding-top: 0px;
}
.home2 {
	padding: 75px 0 50px 0;
	background: rgb(247,247,247);
}
.home2 h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 10px;
	color: rgb(0,0,0);
	text-align: center;
}
.home2 h3 {
	padding-top: 50px;
	font-family: 'font2';
	color: rgb(0,0,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: center;
	font-size: 17px;
}
.home2 h5 {
	padding-bottom: 15px;
	padding-top: 7px;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: center;
	font-size: 17px;
}
.home2 .content-box {
	background: transparent;
	padding-top: 40px;
}
.home2 .box {
	background: rgb(255,255,255);
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 26%);
}
.home2 hr {
	border: 0.15rem solid rgb(21,135,198);
	max-width: 110px;
	opacity: 1;
	color: rgb(21,135,198);
	margin: auto;
}
.home2 p {
	text-align: center;
}
.home2 a {
	padding: 12px 24px;
	font-family: 'font2';
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	color: rgb(255,255,255);
	background: rgb(21,135,198);
	border-radius: 5px;
}
.home2 a:hover {
	background: rgb(91,176,214);
	color: rgb(255,255,255);
}
.home3 {
	padding: 30px 0 0 0;
  background: rgb(21,135,198);
}
.home3 .box {
	padding: 0px 10px 0px 10px;
}
.home3 h3 {
	font-family: 'font2';
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-top: 25px;
	padding-bottom: 30px;
  text-align: left;
	color: rgb(255,255,255);
}
.home3 a {
	color: rgb(255,255,255);
	padding: 13px 20px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 14px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.home3 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.home4 {
	padding: 75px 0 50px 0;
}
.home4 h4 {
	color: rgb(226,64,0);
	font-size: 25px;
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
}
.home4 img {
	width: 75px;
}
.home4 p {
	font-weight: 500;
  color: rgb(0,0,0);
	text-align: left;
  font-family: 'font';
  font-size: 17px;
}
.home4 img {
	border-radius: 0.2rem;
}
.home4 .btn-pad {
	padding-top: 60px;
}
.home4 a {
	color: rgb(255,255,255);
	padding: 13px 40px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 18px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.home4 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.home5 {
	padding: 50px 0 50px 0;
	background: rgb(247,247,247);
}
.home5 h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding-bottom: 10px;
	color: rgb(21,135,198);
	text-align: center;
}
.home5 h3 {
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: 'font2';
	color: rgb(0,0,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	text-align: left;
	font-size: 17px;
}
.home5 .content-box {
	background: transparent;
	padding-top: 40px;
}
.home5 .box {
	background: rgb(255,255,255);
	padding: 30px 20px;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 26%);
}
.home5 hr {
	border: 0.15rem solid rgb(226,64,0);
	max-width: 110px;
	opacity: 1;
	color: rgb(226,64,0);
	margin: auto;
}
.home5 p {
	text-align: left;
	font-size: 17px;
	font-family: 'font';
	color: rgb(0,0,0);
}
.home5 a {
	padding-bottom: 10px;
	padding-top: 0px;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	color: rgb(226,64,0);
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 16px;
}
.home5 a:hover {
	color: rgb(226,64,0,0.8);
}
.home5 a.review-btn {
	color: rgb(255,255,255);
  padding: 13px 20px;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: 600;
  font-size: 14px;
  font-family: 'font2';
  background: rgb(226,64,0);
  border-radius: 5px;
}
.home5 a:hover.review-btn {
  background: rgb(68,68,68);
	color: rgb(255,255,255);
}
.home5 .review-pad {
	padding-top: 60px;
}
.payroll-services {
	background: rgb(21,135,198);
	padding: 30px 0 50px 0;
}
.payroll-services .box {
	padding: 0px 0px 0px 0px;
}
.payroll-services h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.payroll-services p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.payroll-services a {
	color: rgb(255,255,255);
	padding: 10px 30px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 13px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.payroll-services a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.payroll-services iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.crumb1 {
	background: rgb(247,247,247);
	padding: 25px 0 15px 0;
}
.crumb1 h5 {
	font-family: 'font2';
	color: rgb(0,0,0);
	font-weight: 600;
	font-size: 14px;
}
.crumb1 span {
	color: rgb(226,64,0);
}
.payroll-services2 {
	background: rgb(255,255,255);
	padding: 75px 0 0px 0;
}
.payroll-services2 h2 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.payroll-services2 h3 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.payroll-services2 p {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.payroll-questions {
	padding: 0px 0 75px 0;
	background: rgb(255,255,255);
}
.payroll-questions h1 {
	font-family: 'Raleway';
	color: rgb(50,50,50);
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
}
.payroll-questions h5 {
	font-size: 1.3rem;
	padding-bottom: 50px;
	font-family: 'Raleway';
	font-weight: 500;
	color: rgb(50,50,50);
	text-align: center;
}
.payroll-questions h4 {
	font-size: 21px;
	font-family: 'font2';
	color: rgb(7,155,196);
}
.payroll-questions p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
	text-align: left;
}
.payroll-questions li {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
	text-align: left;
}
.payroll-questions .accordion {
  background-color: rgb(255,255,255);
  cursor: pointer;
  padding: 18px 18px 9px 18px;
  width: 100%;
  border: 1px solid rgb(216,216,216);
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: rgb(255,255,255);
  color: rgb(255,255,255);
}
.active, .accordion:hover h4 {
  color: rgb(50,50,50);
}
.payroll-questions .panel {
  padding: 30px 50px 15px 50px;
	border-right: 1px solid rgb(216,216,216);
  border-left: 1px solid rgb(216,216,216);
  border-bottom: 1px solid rgb(216,216,216);
  display: none;
  background-color: rgb(255,255,255);
  overflow: hidden;
}
.payroll-questions strong {
	font-weight: 600;
	color: rgb(20,20,20);
}
.payroll-questions a {
	color: rgb(7,155,196);
}
.payroll-questions a:hover {
	color: rgb(62,62,62);
}
.payroll-services3 {
	background: rgb(255,255,255);
	padding: 0px 0 75px 0;
}
.payroll-services3 h5 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.payroll-services3 p {
	color: rgb(0,0,0);
	padding-right: 20px;
	font-family: 'font';
	font-size: 17px;
}
.get-started {
	background: rgb(255,255,255);
	padding: 10px 0 50px 0;
}
.get-started h5 {
	color: rgb(0,0,0);
  font-family: 'font2';
  font-weight: 600;
	text-align: center;
  font-size: 25px;
}
.get-started .box {
	padding-top: 17px;
}
.get-started a {
	color: rgb(7,155,196);
	font-family: 'font';
	font-size: 17px;
}
.get-started a:hover {
	color: rgb(70,70,70);
}
.latest-tips {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
	z-index: 1;
}
.latest-tips h3 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.latest-tips h4 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.latest-tips h5 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.latest-tips hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.latest-tips img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.latest-tips .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
}
.latest-tips .pad {
	padding: 15px 10px 0px 10px;
}
.latest-tips span {
	color: rgb(226,64,0);
}
.latest-tips p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.latest-tips a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.latest-tips a:hover {
	color: rgb(226,64,0,0.8);
}
.crumb2 {
	background: rgb(247,247,247);
	padding: 25px 0 15px 0;
}
.crumb2 h5 {
	font-family: 'font2';
	color: rgb(0,0,0);
	font-weight: 600;
	font-size: 14px;
}
.crumb2 span {
	color: rgb(226,64,0);
}
.price1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.price1 h1 {
	text-align: center;
	font-family: 'font2';
	color: rgb(21,135,198);
	font-weight: 600;
	padding-bottom: 25px;
	font-size: 30px;
}
.price1 h2 {
	color: rgb(255,255,255);
	text-align: center;
	font-size: 22px;
	font-family: 'font2';
}
.price1 h4 {
	font-family: 'font2';
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
}
.price1 h5 {
	font-size: 45px;
	font-weight: 500;
	text-align: center;
	font-family: 'font';
}
.price1 .box1 {
	border-radius: 7px;
	padding: 20px;
	border: 3px solid rgb(21,135,198);
}
.price1 .box2 {
	border-radius: 7px;
	border: 3px solid rgb(226,64,0);
}
.price1 .shell {
	padding: 20px;
}
.price1 .my-bg {
	background: rgb(226,64,0);
	padding: 10px 0 10px 0;
}
.price1 .box3 {
	border-radius: 7px;
	padding: 20px;
	border: 3px solid rgb(0,0,0);
}
.price1 span {
	color: rgb(88,89,91);
	font-size: 17px;
}
.price1 p {
	font-family: 'font';
	font-size: 17px;
	text-align: center;
	color: rgb(30,30,30);
}
.price1 strong {
	font-weight: 500;
	font-size: 35px;
}
.price1 .d-btn {
	color: rgb(255,255,255);
	font-weight: 600;
	background: rgb(21,135,198);
	font-family: 'font2';
	border-radius: 5px;
	padding: 10px 45px;
}
.price1 .d2-btn {
	color: rgb(255,255,255);
	font-weight: 600;
	background: rgb(226,64,0);
	font-family: 'font2';
	border-radius: 5px;
	padding: 10px 45px;
}
.price1 .d3-btn {
	color: rgb(255,255,255);
	font-weight: 600;
	background: rgb(0,0,0);
	font-family: 'font2';
	border-radius: 5px;
	padding: 10px 45px;
}
.price2 {
	padding: 30px 0 75px 0;
	background: rgb(247,247,247);
}
.price2 .pad {
	padding-top: 35px;
}
.price2 h2 {
	font-family: 'font2';
	color: rgb(20,20,20);
	font-size: 30px;
	font-weight: 600;
}
.price2 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price3 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.price3 .pad {
	padding-top: 15px;
}
.price3 h2 {
	font-family: 'font2';
	color: rgb(20,20,20);
	font-size: 30px;
	font-weight: 600;
}
.price3 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price-wrap {
	background: rgb(21,135,198);
	padding: 100px 0 80px 0;
}
.price-wrap h4 {
	color: rgb(255,255,255);
	font-family: 'font2';
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}
.price-wrap p {
	text-align: center;
}
.price-wrap a {
	color: rgb(255,255,255);
	padding: 10px 45px;
	background: rgb(226,64,0);
	border-radius: 5px;
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.price-wrap a:hover {
	background: rgb(68,68,68);
	color: rgb(255,255,255);
}
.price4 {
	background: rgb(247,247,247);
	padding: 75px 0 75px 0;
}
.price4 .box {
	background: rgb(255,255,255);
	padding: 40px 0px 30px 40px;
	border-radius: 10px;
	box-shadow: 0 0 15px #00000029;
}
.price4 h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 35px;
	font-family: 'font2';
	color: rgb(20,20,20);
	font-weight: 600;
}
.price4 h4 {
	text-align: left;
	font-size: 25px;
	font-family: 'font2';
	color: rgb(21,135,198);
	font-weight: 600;
}
.price4 p{
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price5 {
	background: rgb(255,255,255);
	padding: 75px 0 50px 0;
}
.price5 h4 {
	text-align: left;
	font-size: 25px;
	font-family: 'font2';
	color: rgb(42,43,51);
	font-weight: 600;
}
.price5 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price5 i {
	color: rgb(100,100,100);
	font-family: 'font';
	font-size: 12px;
}
.price6 {
	background: rgb(247,247,247);
	padding: 75px 0 75px 0;
	z-index: -1;
	position: relative;
}
.price6 h3 {
	font-weight: 600;
	font-size: 25px;
	text-align: left;
	font-family: 'font2';
}
.price6 p {
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.price-wrap2 {
	background: rgb(21,135,198);
	position: relative;
	z-index: -1;
	padding: 100px 0px 75px 0px;
}
.price-wrap2 h4 {
	font-weight: 600;
	color: rgb(255,255,255);
	font-family: 'font2';
	line-height: 50px;
	font-size: 30px;
}
.price-wrap2 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	padding-bottom: 25px;
	font-size: 19px;
}
.price-wrap2 .img-move {
	position: relative;
}
.price-wrap2 img {
	position: absolute;
	margin-top: -275px;
	display: none;
	width: 305px;
}
.price-wrap2 p {
	font-family: 'font';
}
.price-wrap2 a {
	background: rgb(226,64,0);
	color: rgb(255,255,255);
	padding: 10px 45px;
	z-index:5;
	border-radius: 3px;
}
.price-wrap2 a:hover {
	background: rgb(68,68,68);
	color: rgb(255,255,255);
}
.small1 {
	background: rgb(21,135,198);
	padding: 30px 0 50px 0;
}
.small1 .box {
	padding: 0px 0px 0px 0px;
}
.small1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.small1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.small1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.small1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.small1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.small2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small2 i {
	color: rgb(7, 155, 196);
}
.small2 a {
	font-family: 'font';
	font-size: 17px;
	color: rgb(7, 155, 196);
}
.small2 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 30px;
}
.small2 h2 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small2 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small2 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 30px;
}
.small2 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small2 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small3 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small3 i {
	color: rgb(7, 155, 196);
}
.small3 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.small3 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small3 h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.small3 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small3 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small3 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.small3 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small3 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small4 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small4 i {
	color: rgb(7, 155, 196);
}
.small4 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.small4 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small4 h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.small4 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small4 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small4 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.small4 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small4 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small5 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.small5 i {
	color: rgb(7, 155, 196);
}
.small5 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.small5 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small5 h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.small5 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.small5 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.small5 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.small5 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.small5 li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog1 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 25px;
	color: rgb(21,135,198);
	font-size: 45px;
}
.blog1 h3 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.blog1 h5 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.blog1 .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgb(226,64,0);
}
.blog1 p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.blog1 a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.blog1 a:hover {
	color: rgb(226,64,0,0.8);
}
.blog-top {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.blog-top .box {
	padding: 30px 0px 0px 0px;
}
.blog-top h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.blog-top h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.blog-template {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h2 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 23px;
}
.blog-template h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.blog-template p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.calculator1 {
	background: rgb(21,135,198);
	padding: 30px 0 50px 0;
}
.calculator1 .box {
	padding: 75px 45px 0px 50px;
}
.calculator1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.calculator1 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.calculator1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.calculator1 a {
    color: rgb(255,255,255);
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 10px;
    font-family: 'font2';
    background: rgb(226,64,0);
    border-radius: 5px;
}
.calculator1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.calculator1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.calculator2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.calculator2 .box1 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box1 i {
	font-size: 45px;
}
.calculator2 .box1 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box1 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 100px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box1 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box1 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box2 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box2 i {
	font-size: 45px;
}
.calculator2 .box2 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box2 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 76px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box2 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box2 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box3 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box3 i {
	font-size: 45px;
}
.calculator2 .box3 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box3 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 150px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box3 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box3 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box4 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box4 i {
	font-size: 45px;
}
.calculator2 .box4 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box4 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 45px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box4 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box4 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator2 .box5 {
	padding: 20px 20px 35px 30px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.26);
	border-radius: 15px;
}
.calculator2 .box5 i {
	font-size: 45px;
}
.calculator2 .box5 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(21,135,198);
}
.calculator2 .box5 p {
	color: rgb(20,20,20);
	font-size: 17px;
	padding-top: 25px;
	padding-bottom: 100px;
	text-align: left;
	font-family: 'font';
}
.calculator2 .box5 a {
	background: rgb(21,135,198);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
	border-radius: 5px;
	padding: 15px 45px;
	font-family: 'font';
}
.calculator2 .box5 a:hover {
	background: rgb(21,135,198,0.7);
	border: 2px solid rgb(21,135,198);
	color: rgb(255,255,255);
}
.calculator-form {
	padding: 75px 0 75px 0;
}
.forms {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.forms h1 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
}
.forms p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.forms a {
	color: rgb(21,135,198);
}
.finance1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.finance1 .box {
	padding: 85px 45px 0px 50px;
}
.finance1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.finance1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.finance1 a {
    color: rgb(255,255,255);
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 10px;
    font-family: 'font2';
    background: rgb(226,64,0);
    border-radius: 5px;
}
.finance1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.finance1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.finance2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.finance2 h2 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.finance2 h3 {
	color: rgb(21,135,198);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.finance2 p {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.finance2 li {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.finance2 a {
	background: rgb(226,64,0);
	color: rgb(255,255,255);
	border-radius: 5px;
	font-weight: 600;
	padding: 15px 45px 15px 45px;
}
.finance2 .pad {
	padding-top: 80px;
}
.finance2 .pad2 {
	padding-top: 65px;
}
.leadership-team {
	padding: 30px 0 50px 0;
	background: rgb(255,255,255);
}
.leadership-team h1 {
	color: rgb(21,135,198);
	font-size: 40px;
	padding-bottom: 30px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
}
.leadership-team h2 {
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(21,135,198);
	font-size: 25px;
}
.leadership-team p {
	text-align: center;
	color: rgb(20,20,20);
	font-family: 'font';
	font-size: 17px;
}
.team {
	background: rgb(21,135,198);
	padding: 30px 0 50px 0;
}
.team .box {
	padding: 0px 0px 0px 0px;
}
.team h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
}
.team p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.team a {
    color: rgb(255,255,255);
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 10px;
    font-family: 'font2';
    background: rgb(226,64,0);
    border-radius: 5px;
}
.team a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.team iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.team2 {
	background: rgb(255,255,255);
	padding: 100px 0 90px 0;
}
.team2 h2 {
	color: rgb(20,20,20);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.team2 h3 {
	color: rgb(20,20,20);
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
}
.team2 p {
	font-size: 17px;
	color: rgb(0,0,0);
	font-family: 'font';
	text-align: left;
}
.contact1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact1 h1 {
	font-family: 'font';
  font-size: 30px;
  color: rgb(20,20,20);
	text-align: left;
}
.contact1 p {
	color: rgb(129,141,148);
	font-size: 20px;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
}
.contact2 {
	background: rgb(255,255,255);
	padding: 0px 0 25px 0;
}
.contact2 h2 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 30px;
	text-align: left;
	color: rgb(21,135,198);
}
.contact2 p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.contact3 {
	background: rgb(255,255,255);
	padding: 25px 0 65px 0;
}
.contact3 h2 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 30px;
	text-align: left;
	color: rgb(21,135,198);
}
.contact3 .pad {
	padding-top: 25px;
}
.contact3 p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.contact3 li {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.contact3 a {
	color: rgb(7,155,196);
}
.contact4 {
	background: rgb(255,255,255);
	padding: 0px 0 75px 0;
}
.contact4 .box {
	padding: 90px 15px 90px 15px;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgb(0,0,0,0.25);
}
.contact4 h3 {
	font-size: 32px;
	font-family: 'font2';
	padding-bottom: 10px;
	font-weight: 600;
	color: rgb(20,20,20);
}
.contact4 p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 19px;
	text-align: left;
}
.contact4 a {
	color: rgb(7,155,196);
}
.contact4 a:hover {
	color: rgb(68,68,68);
}
.client-portal {
	background: rgb(255,255,255);
	padding: 30px 0 75px 0;
}
.client-portal h1 {
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 25px;
	font-size: 32px;
	text-align: left;
}
.client-portal .d-btn {
	background: rgb(226, 64, 0);
	padding-top: 15px;
	color: rgb(255,255,255);
	font-family: 'font2';
	font-weight: 600;
	border: 1px solid rgb(226, 64, 0);
	border-radius: 5px;
	padding-bottom: 1px;
}
.client-portal .d-btn:hover {
	background: rgb(255,255,255);
	padding-top: 15px;
	color: rgb(21,135,198);
	border: 1px solid rgb(244,244,244);
	border-radius: 5px;
	padding-bottom: 1px;
}
.client-portal p {
	text-align: center;
	font-size: 19px;
}
.client-portal2 {
	background: rgb(255,255,255);
	padding: 0px 0 50px 0;
}
.client-portal2 .pad {
	padding-top: 50px;
}
.client-portal2 h3 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 30px;
	color: rgb(21,135,198);
}
.client-portal2 p {
	font-size: 17px;
	color: rgb(20,20,20);
	font-family: 'font';
}
.client-portal2 a {
	padding: 10px 30px 10px 30px;
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	border-radius: 5px;
	font-size: 19px;
	background: rgb(21,135,198);
}
.client-portal3 {
	padding: 0px 0px 50px 0;
	position: relative;
	background: rgb(255,255,255);
}
.client-portal3 .box {
	border: 3px solid rgb(21,135,198);
	position: relative;
	padding: 50px 5px 20px 5px;
}
.client-portal3 img {
	margin: -80px 38% 0 38%;
	position: absolute;
	display: block;
}
.client-portal3 p {
	font-family: 'font';
	text-align: center;
	color: rgb(20,20,20);
	font-size: 17px;
}
.aca1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.aca1 .box {
	padding: 0px 0px 0px 0px;
}
.aca1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.aca1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.aca1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.aca1 a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.aca1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.aca2 {
	background: rgb(255,255,255);
	padding: 75px 0 30px 0;
}
.aca2 h1 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(226,64,0);
	font-size: 32px;
	text-align: left;
}
.aca2 p {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca2 li {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca2 ul {
	padding-bottom: 25px;
}
.aca2 a {
	padding: 15px 45px;
	color: rgb(255,255,255);
	background: rgb(226,64,0);
	border-radius: 5px;
	border: 2px solid rgb(7,155,196);
}
.aca2 a:hover {
	color: rgb(255,255,255);
	background: rgb(226,64,0);
	border: 2px solid rgb(20,20,20);
}
.aca3 {
	background: rgb(255,255,255);
	padding: 30px 0 60px 0;
}
.aca3 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
	text-align: left;
}
.aca3 p {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca3 li {
	font-family: 'font';
	font-size: 17px;
	color: rgb(20,20,20);
}
.aca4 {
	background: rgb(247,247,247);
	position: relative;
	padding: 100px 0 75px 0;
}
.aca4 .box {
	position: relative;
}
.aca4 img {
	margin: -128px 46% 0 46%;
	position: absolute;
	display: block;
}
.aca4 p {
	font-family: 'font';
	text-align: center;
	font-size: 17px;
	color: rgb(20,20,20);
}
.plus {
	padding: 75px 0 10px 0;
	background: rgb(255,255,255);
}
.plus .pad {
	padding-top: 50px;
}
.plus h1 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 35px;
	color: rgb(21,135,198);
}
.plus h4 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	font-size: 23px;
	color: rgb(226,64,0);
}
.plus p {
	font-family: 'font';
	text-align: left;
	font-size: 17px;
	color: rgb(20,20,20);
}
.plus1 {
	background: rgb(255,255,255);
	padding: 10px 0 50px 0;
}
.plus1 h2 {
	text-align: left;
	font-family: 'font2';
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 35px;
	color: rgb(21,135,198);
}
.plus1 h3 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	font-size: 25px;
	color: rgb(20,20,20);
}
.plus1 h4 {
	text-align: center;
	font-family: 'font2';
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 30px;
	color: rgb(20,20,20);
}
.plus1 p {
	font-family: 'font';
	text-align: left;
	font-size: 17px;
	color: rgb(20,20,20);
}
.plus1 li {
	font-family: 'font';
	text-align: left;
	font-size: 17px;
	color: rgb(20,20,20);
}
.resource {
	background: rgb(21,135,198);
	padding: 60px 0 100px 0;
}
.resource .box {
	padding: 40px 45px 0px 50px;
}
.resource h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 38px;
	text-align: left;
}
.resource p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.resource a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.resource a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.resource iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}
.resource1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.resource1 p {
	font-size: 18px;
	text-align: center;
	font-family: 'font';
	color: rgb(20,20,20);
}
.resource1 h3 {
	font-weight: 600;
	font-size: 25px;
	padding-top: 20px;
	color: rgb(21,135,198);
	font-family: 'font2';
}
.resource1 a {
	padding: 20px 45px 20px 45px;
	width: 100%;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(255,255,255);
	border: 1px solid #097bba;
	display: inline-block;
	border-radius: 5px;
	background: rgb(21,135,198);
}
.resource1 a:hover {
	background: rgb(255,255,255);
	border: 1px solid #f3f3f3;
	color: rgb(21,135,198);
}
.story1 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.story1 h1 {
	font-family: 'font2';
	font-weight: 600;
	font-size: 35px;
	text-align: left;
	color: rgb(20,20,20);
}
.story1 h4 {
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	font-size: 23px;
	color: rgb(21,135,198);
}
.story1 .box {
	padding: 40px 0 0 0;
}
.story1 p {
	font-size: 17px;
	color: rgb(20,20,20);
	font-family: 'font';
}
.news {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.news .box {
	padding: 100px 45px 0px 50px;
}
.news h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(255,255,255);
	padding-bottom: 13px;
	text-align: center;
	font-size: 30px;
}
.news p {
	color: rgb(255,255,255);
	font-family: 'font';
	letter-spacing: 0.04rem;
	font-size: 30px;
	text-align: left;
}
.news a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.news a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.news1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.news1 h1 {
	color: rgb(21,135,198);
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
	font-size: 35px;
}
.news1 i {
	color: rgb(21,135,198);
	font-size: 50px;
}
.news1 p {
	font-family: 'font2';
	font-weight: 600;
	font-size: 18px;
	color: rgb(88, 89, 91);
}
.news1 a {
	background: rgb(85, 197, 82);
	padding: 13px 24px 13px 24px;
	border-radius: 3px;
	font-family: 'font';
	color: rgb(255,255,255);
}
.news1 a:hover {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
}
.terms1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.terms1 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
	text-align: left;
}
.terms1 a {
	color: rgb(7,155,196);
}
.policy1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.policy1 h1 {
	font-size: 35px;
	color: rgb(20,20,20);
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 h2 {
	font-size: 35px;
	color: rgb(20,20,20);
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 h3 {
	font-size: 25px;
	color: rgb(20,20,20);
	font-weight: 600;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 h4 {
	font-size: 22px;
	color: rgb(21,135,198);
	font-weight: 600;
	line-height: 30px;
	font-family: 'font2';
}
.policy1 p {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.policy1 li {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 17px;
}
.policy1 span {
	font-size: 17px;
	font-family: 'font';
	font-weight: 500;
}
.policy1 a {
	color: rgb(7,155,196);
}
.reviews {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.reviews p {
	font-size: 17px;
	font-family: 'font';
	color: rgb(20,20,20);
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(0,0,0);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px;
	line-height: 10px;
	color: rgb(255,255,255);
}
/** Second Footer **/
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
/** Second Footer **/
/************************* NEW CELL PHONE TEMPLATE DISPLAY STYLING 2020 END ***********************************/

.service-content-section {
    padding: 0 !important;
}
.service-content-section p {
    padding: 0;
    margin: 0;
    background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
    border-right:none;
    border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
    padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
    padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
    padding-bottom: 0 !important;
    background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
    font-size: 15px !important;
    position: relative;
    top: -6px;
}
.projects-section .row {
    height: inherit;
}
.projects-section div[class*='col-'] {
    padding: 0;
    position: relative;
}
.top-header {
	background: white;
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	margin-top: 0;
	color: #2b1663;
}
.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 6em;
    top: 100%;
    border: 0;
    background: rgb(42,43,51);
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
    font-size: 1.25rem;
		font-weight: 600;
		font-family: 'font2';
    color: #ffffff !important;
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0;
  background: #ffffff00;
  box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none;
	padding:0 20px;
	margin-top: 8em;
	position: relative;
	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff;
	padding: 20px 20px;
}

}

@media screen and (max-width: 425px) {
  
}

@media screen and (max-width: 375px) {
        
}