html,
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto';
}


/*** Font Face Start ***/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Sans+Pro:wght@400;600&display=swap');
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Regular.eot');
	src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Semibold.eot');
	src: url('../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'), url('../fonts/SourceSansPro-Semibold.woff') format('woff'), url('../fonts/SourceSansPro-Semibold.ttf') format('truetype'), url('../fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/*** Font Face End ***/


/*** Common Tags Start ***/

a,
a:hover,
a:focus {
	transition: 0.5s;
	outline: none;
	box-shadow: none !important;
	text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #000;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
	font-family: 'Roboto';
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

ul li {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #777777;
	font-size: 14px;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #777777;
	font-size: 14px;
}

p:last-child {
	margin-bottom: 0px;
}

section {
	padding: 70px 0px;
}

button:focus {
	outline: none;
	border: none;
}


/*** Common Tags End ***/


/*** Common Classes Start ***/

.pos-rel {
	position: relative;
}

.l-border-5-light {
	border-left: solid 5px #eaeaea;
}

.b-border-5-light {
	border-bottom: solid 5px #eaeaea;
}

.l-border-5-pri {
	border-left: solid 5px #f6bb19;
}

.b-border-5-pri {
	border-bottom: solid 5px #f6bb19;
}

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

.italic {
	font-style: italic;
}

.robo-fw-400 {
	font-weight: normal;
	font-family: 'Roboto';
}

.robo-fw-500 {
	font-weight: 500;
	font-family: 'Roboto';
}

.robo-fw-700 {
	font-weight: bold;
	font-family: 'Roboto';
}

.sans-fw-400 {
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

.sans-fw-600 {
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}

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

.pri-text {
	color: #f6bb19;
}

.mr-t-30 {
	margin-top: 30px;
}

.mr-b-20 {
	margin-bottom: 20px;
}

.mr-b-30 {
	margin-bottom: 30px;
}

.bg-pattern {
	background: url(../img/bg-pattern.jpg) no-repeat center center;
	background-size: cover;
}

.pri-bg {
	background: #f6bb19;
	color: #fff;
}

.btn {
	border: none;
	border-radius: 0px;
	padding: 8px 18px;
	font-size: 12px;
	border-radius: 4px;
}

.btn-lg {
	padding: 15px 28px;
	font-size: 14px;
	border-radius: 6px;
}

.btn.btn-dark {
	color: #fff;
	background: #000;
	border: solid 1px #00000080;
}

.btn.btn-pri {
	color: #fff;
	background: #f6bb19;
}

.btn.btn-pri:hover {
	color: #fff;
	background: #f1b511;
}

.transy-border {
	border: solid 5px #ffffff20;
}

.pd-lr-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.pd-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pd-none {
	padding: 0px;
}

.mr-none {
	margin: 0px;
}

.dark-bg {
	background: #333333;
}

.gray-bg {
	background: #ededed;
}

.light-bg {
	background: #f2f2f2;
}

.read-more {
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
}

.read-more i {
	margin-left: 10px;
}


/*** Common Classes End ***/


/*** Main Css Start ***/

header {
	position: absolute;
	z-index: 9;
	top: 0;
	width: 100%;
}

.top-strip {
	background: #111217;
	display: inline-block;
	width: 100%;
	padding: 18px 0 16px;
	margin: 0px;
	margin-bottom: 10px;
}

.top-strip a {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.top-strip a:hover {
	color: #f6bb19;
}

.top-strip i {
	margin-right: 8px;
}

.logo {
	width: 150px;
}

.header-main {
	margin-top: 15px;
}


/* Desktop Navigation Start */

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	margin: 0px 5px;
	font-weight: 500 !important;
}

.nav-menu a {
	display: block;
	position: relative;
	font-family: 'Roboto';
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
	padding: 25px 10px;
	text-transform: uppercase;
}

.nav-menu>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
	visibility: visible;
	width: 100%;
}

.nav-menu li:hover>i {
	color: #f6bb19;
}

.nav-menu li i {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 13px;
	padding: 20px 5px 25px 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-menu li.active>a,
.nav-menu li:hover>a,
.nav-menu li:hover i {
	color: #f6bb19;
	transition: all .5s ease;
}

.nav-menu .sub-menu {
	display: flex;
	align-items: center;
}

.nav-menu .sub-menu li {
	min-width: 180px;
	position: relative;
}

.nav-menu .sub-menu ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .sub-menu:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .sub-menu:hover li>a,
.nav-menu .sub-menu:hover li i {
	color: #000;
}

.nav-menu .sub-menu ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	border-bottom: solid 1px #00000010;
	text-transform: none;
	color: #282828;
}

.nav-menu .sub-menu ul a::last-child {
	border-bottom: none;
}

.nav-menu .sub-menu ul .active>a,
.nav-menu .sub-menu ul li:hover>a {
	color: #fff !important;
	background: #f6bb19;
}


/* Desktop Navigation End */


/* Desktop Navigation Inner Pages Start */

header.inner .nav-menu li>a,
header.inner .nav-menu li i {
	color: #000;
}

header.inner .nav-menu li.active>a,
header.inner .nav-menu li.active i,
header.inner .nav-menu li:hover>a,
header.inner .nav-menu li:hover i {
	color: #f6bb19;
}

header.inner .nav-menu li i {
	color: #000;
}


/* Desktop Navigation Inner Pages End */


/* Get Startet Button */

.get-started-btn {
	margin-left: 25px;
	color: #fff;
	border-radius: 50px;
	padding: 8px 25px 9px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
}

.get-started-btn:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.main-header {}
	.get-started-btn {
		margin: 0 48px 0 0;
		padding: 6px 18px;
	}
}


/* Mobile Navigation Start */

.mobile-nav-toggle {
	position: relative;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
	border: none;
	background: #fff;
	height: 40px;
	width: 40px;
}

.mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav {
	position: relative;
	z-index: 9999;
	background: #000;
	transition: all .5s ease;
	height: 0px;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav li {
	display: block;
	position: relative;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-bottom: solid 1px #ffffff20;
}

.mobile-nav a {
	color: #fff;
	padding: 10px 20px;
	display: block;
}

.mobile-nav .sub-menu>a {
	width: calc(100% - 45px);
}

.mobile-nav li:hover>a {
	text-decoration: none;
	background: #f6bb19;
}

.mobile-nav .sub-menu ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .sub-menu span {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 10px;
	z-index: 9;
}

.mobile-nav .sub-menu li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(15, 15, 15, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	height: auto;
	margin-bottom: 15px;
}

.mobile-nav-active .mobile-nav-toggle {
	border: none;
}

.mobile-nav-toggle {
	background: #000;
	height: 40px;
	width: 40px;
	float: right;
	z-index: 9999;
	position: relative;
	margin-top: 18px;
	text-align: center;
	border-radius: 5px;
}

.mobile-nav-toggle i {
	color: #fff;
	font-size: 25px;
}


/* Mobile Navigation End */

.main-banner {
	position: relative;
	background: url(../img/banner-bg.jpg);
	background-size: cover;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.main-banner .container {
	padding: 260px 0 250px;
}

.main-banner h1 {
	z-index: 6;
	margin: 20px auto;
	line-height: 80px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

.main-banner h2 {
	z-index: 5;
	margin: 20px auto;
	line-height: 45px;
	font-weight: normal;
	color: #f6bb19;
	letter-spacing: 1px;
}

.main-banner h4 {
	z-index: 5;
	margin: 20px auto;
	line-height: 45px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}

.main-banner a.btn {
	z-index: 7;
	white-space: nowrap;
	font-size: 18px;
	line-height: 15px;
	margin-top: 0px;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 1px;
	border: solid 3px #f6bb1950;
	padding: 10px;
	outline: none;
	width: 200px;
	border-radius: 0px;
	box-shadow: none;
}

.welcome-sec .welcome-heading {
	font-size: 40px;
	line-height: 45px;
	font-weight: normal;
	padding: 15px;
	border: solid 5px #f6bb19;
	margin-bottom: 10px;
}

.welcome-sec .welcome-heading span {
	font-weight: bold;
}

.welcome-sec .detail a {
	font-size: 18px;
	color: #2b2b2b;
	line-height: 28px;
	text-align: left;
}

.welcome-sec .sub-heading {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.welcome-sec .detail {
	padding: 20px 50px;
}

.welcome-sec .welcome-card {
	margin-top: 60px;
}

.welcome-sec .img-sec {
	border: solid 1px #e9e9e9;
	margin-bottom: 20px;
}

.welcome-sec .img-sec img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.welcome-sec .welcome-card .title {
	margin-bottom: 5px;
}

.welcome-sec .welcome-card .title a {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.enquire-strip {
	padding: 20px 0px;
	background: #f6bb19;
}

.enquire-strip .heading {
	font-size: 22px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: bold;
}

.enquire-strip a.btn {
	float: right;
}

.feature {
	display: flex;
	padding: 30px;
	justify-content: flex-start;
	margin: 15px 0px;
}

.feature .icon-sec {
	margin: 0px;
	margin-bottom: 20px;
	margin-right: 50px;
}

.feature .icon-sec i {
	display: inline-block;
	color: #333333;
	font-size: 70px;
}

.feature .title {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 10px;
}

.feature .description {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #777777;
	font-size: 14px;
	margin-bottom: 20px;
}

.who-we-are {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-image: url('../img/who-we-bg.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.who-we-are p {
	color: #fff;
}

.who-we-are h4 {
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	margin-bottom: 30px;
}

.who-we-are ul li {
	color: #fff;
	font-size: 14px;
	margin: 8px 0px;
}

.experts-heading {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 45px;
	font-weight: normal;
	padding: 10px 15px;
	border: solid 5px #f6bb19;
	margin-bottom: 10px;
	text-align: center;
}

.experts {
	margin-top: 20px;
}

.experts .img-sec {
	position: relative;
	overflow: hidden;
}

.experts .img-sec img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.experts .overlap {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.experts .overlap:before {
	content: '';
	background: #f6bb19;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.8;
}

.experts .user-detail {
	width: 90%;
	display: inline-block;
	border: solid 5px #fff;
	padding: 10px 30px;
	text-align: center;
	position: relative;
	z-index: 9
}

.experts .user-detail h5 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
}

.experts .user-detail h5 a {
	color: #fff;
}

.experts .user-detail p {
	color: #fff;
	font-size: 16px;
}

.experts .img-sec:hover .overlap {
	opacity: 1;
}

.experts .detail {
	margin-top: 20px;
}

.experts .detail a {
	color: #16181e;
	font-size: 14px;
	text-transform: uppercase;
}

.experts .detail a:hover {
	color: #f6bb19;
}

.qualities {
	padding: 50px 40px;
}

.dark-bg .qualities,
.dark-bg .qualities p,
.dark-bg .qualities a {
	color: #fff;
}

.qualities,
.qualities p,
.qualities a {
	color: #262626;
}

.qualities .heading {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
}

.qualities .heading strong {
	font-weight: bold;
}

.qualities h6 {
	font-weight: normal;
	margin: 35px 0px;
}

.qualities h6:first-child {
	margin-top: 0px;
}

.qualities p strong {
	color: #262626;
}

.qualities li {
	font-size: 14px;
	padding: 5px 0px 0px;
}

.contact-btn .button {
	margin: 20px auto;
	text-align: center;
}

.contact-btn .button a {
	color: #262626;
	font-size: 25px;
	text-align: center;
	padding: 10px 140px;
	border: solid 4px #f6bb19;
	display: inline-block;
}

footer {
	background: #16181e;
	padding: 80px 0px 0px;
}

footer h4 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
}

footer .read-more a {
	color: #535353;
}

footer .read-more a:hover {
	color: #f6bb19;
}

footer .description {
	margin-top: 35px;
}

footer p {
	color: #838383
}

footer .about {
	padding-right: 20px;
}

.footer-blog {
	margin-top: 30px;
}

.blog-post-list {
	margin-bottom: 20px;
}

.blog-post-list:last-child {
	margin-bottom: 0px;
}

.blog-post-list .headline {
	color: #838383;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
}

.blog-post-list .title a,
.blog-post-list .date {
	color: #535353;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	margin-top: 3px;
}

.blog-post-list .title a:hover {
	color: #f6bb19;
}

.contact-info {
	margin-top: 30px;
	background: url(../img/bg-contact.png) no-repeat center center;
	background-size: auto;
}

.contact-info ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contact-info ul li {
	overflow: hidden;
	display: flex;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	color: #535353;
	margin: 0 0 22px;
}

.contact-info ul li span:first-child {
	min-width: 100px;
}

.contact-info ul li a {
	color: #535353;
}

.contact-info ul li a:hover {
	color: #f6bb19;
}

.footer-bottom {
	background: #111217;
	padding: 50px 0px;
	margin-top: 80px;
}

.social-box {}

.footer-bottom .social-box a {
	border: 3px solid #272930;
}

.social-box a {
	border: 3px solid #dfdfdf;
	color: #4c4e54;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 38px;
	margin: 0 21px 0 0;
}

.social-box a:hover {
	border: 3px solid #f6bb19;
}

.footer-bottom .copyright {
	color: #4c4e54;
	margin: 0;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	text-align: right;
}

.inner-banner {
	text-align: center;
	background: url(../img/inner-banner-bg.jpg) no-repeat center center;
	padding: 60px 0 50px;
	margin: 0px;
	margin-top: 170px !important;
	position: relative;
	text-align: center;
	z-index: 3;
	text-transform: uppercase;
}

.inner-banner .page-title {
	border: 5px solid rgba(255, 255, 255, .1);
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 35px;
	font-weight: 300;
	line-height: 1;
	margin: 0px;
	padding: 20px 50px;
	color: #fff;
	text-transform: uppercase;
}

.inner-banner .page-title strong {
	font-weight: 700;
}

.about-accountingoutsourcing h4 {
	display: inline-block;
}

.about-accountingoutsourcing h4 {
	display: inline-block;
}

.about-accountingoutsourcing .img-sec {}

.about-accountingoutsourcing .img-sec img {
	width: 100%;
	height: auto;
}

.about-accountingoutsourcing .directors-heading h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #262626;
	padding: 10px 35px;
	border: solid 5px #f6bb19;
	display: inline-block;
	font-weight: 600;
}

table.price_upper_section th,
table.price_upper_section td {
	padding-right: 15px;
	width: 115px;
	text-align: center;
	padding-top: 30px;
	padding-left: 15px;
	font-size: 12px;
}

.smsf-points {
	background: url('../img/smsf-bg.jpg');
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.smsf-points h3 {
	margin-top: 30px;
	font-weight: 400;
}

.smsf-points h3:first-child {
	margin-top: 0px;
}

.gray-bg .pricing-card {
	background: #fff;
}

.pricing-card {
	box-sizing: border-box;
	padding: 25px 10px;
	width: 100%;
	text-align: center;
	border: solid 5px transparent;
	width: 98%;
	margin: 30px auto;
}

.pricing-card:hover {
	border: solid 5px #f6bb19;
}

.pricing-card .price-heading {
	font-size: 18px;
	color: #16181e;
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
}

.pricing-card .price {
	font-size: 50px;
	color: #16181e;
	text-align: center;
	background: url('../img/small-borde.jpg') no-repeat 50% 100%!important;
	padding: 0 0 30px;
	font-weight: 700;
	margin-bottom: 40px;
}

.pricing-card ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 50px;
}

.pricing-card ul li {
	color: #4c4e54;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.pricing-card ul li:last-child {
	margin-bottom: 0px;
}

.pricing-card .btn {
	padding: 8px 25px;
	color: #fff;
	font-size: 14px;
	border-radius: 0px;
	text-transform: uppercase;
}

ol.notes {
	font-size: 14px;
	color: #777777;
}

ol.notes li {
	margin-bottom: 8px;
}

.contact {
	margin-top: 170px !important;
	background: #111217;
}

.contact .form-heading {
	text-align: center;
}

.contact .form-heading h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 35px;
	border: solid 5px #f6bb19;
	display: inline-block;
	font-weight: 300;
}

.contact .form-heading h2 strong {
	font-weight: bold;
}

.contact .contact-form {
	padding: 70px;
	border: solid 5px #fff;
	margin-top: 30px;
}

.contact .contact-form .col-sm-12 {
	margin-bottom: 25px;
}

.contact .contact-form .col-sm-12:last-child {
	margin-bottom: 25px;
}

.contact .contact-form input,
.contact .contact-form textarea {
	border-radius: 0px;
	padding: 15px;
	font-size: 14px;
}

.contact .contact-form input[type="submit"] {
	padding: 7px 35px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.contact-info-card {
	border: 3px solid #f5f5f5;
	text-align: center;
	padding: 30px;
}

.contact-info-card .icon-sec i {
	margin-bottom: 15px;
	font-size: 50px;
	color: #f6bb19;
}

.contact-info-card .title {
	color: #797979;
	font-size: 16px;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

.contact-info-card .description,
.contact-info-card .description a {
	color: #797979;
	font-size: 16px;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 22px;
}

.main-profile .head-user::after {
	border-bottom: 5px solid #f7f7f7;
	content: "";
	width: 270px;
	position: absolute;
	bottom: 0;
	left: 0
}

.main-profile .head-user h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase
}

.main-profile .head-user p {
	margin: 0;
	font-size: 15px;
	color: #181818;
	font-weight: 300
}

.main-profile .soc-box a:hover {
	border-color: #2e7fe6;
	color: #2e7fe6
}

.main-profile .soc-box a {
	border-color: #e6e6e6;
	color: #4c4e54
}

.main-profile .head-user {
	padding: 0 0 30px;
	position: relative;
	margin: 0 0 30px
}

.main-profile p a {
	color: #ffa70e;
}

.main-profile .social-box {
	margin-top: 25px;
}

.blog-item {
	margin-bottom: 40px;
	position: relative;
}

.blog-item .img-sec {
	position: relative;
	overflow: hidden;
	min-height: 20px;
}

.blog-item .img-sec img {
	width: 100%;
	height: auto;
}

.blog-item .img-sec:hover img {
	transform: scale(1.2);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform-style: preserve-3d;
}

.blog-item .date-month {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 18px;
	background: #000000b8;
	z-index: 999;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.blog-item span.date {
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
}

.blog-item span.month {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.blog-item:hover .date-month {
	background-color: #ffa70e;
}

.blog-detail {
	margin-top: 20px;
}

.blog-detail .blog-title {
	padding-bottom: 15px;
}

.blog-detail .blog-title a {
	color: #262626;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 15px;
	display: block;
}

.blog-detail .blog-title a:hover {
	color: #ffa70e;
}

.blog-detail p {
	font-size: 16px;
}

.blog-detail a:hover {
	color: #ffa70e;
}

.pagination {
	text-align: center;
	overflow: hidden;
	width: auto;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.pagination .page-numbers,
.pagination span {
	border: 4px solid #f8f8f8;
	display: inline-block;
	height: 38px;
	line-height: 28px;
	margin: 0 10px;
	text-align: center;
	width: 38px;
	color: #4c4e54;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-decoration: none
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	border: 4px solid #ffa70e;
	transition: 0.5s
}

.pagination a:not(:hover),
.pagination span:not(:hover) {
	transition: all 0.5s ease 0s
}

.pagination .next,
.pagination .prev {
	font-size: 14px;
	color: #4c4e54;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-decoration: none;
	margin: 0 10px;
	display: inline-block;
	border: 0!important;
	width: auto
}

.prev.page-numbers,
.next.page-numbers {
	display: flex;
	align-items: center;
}

.next.page-numbers i {
	margin: 0px 10px;
}

.prev.page-numbers i {
	margin: 0px 10px;
}

.blog-sidebar {
	background-color: #f6f6f6;
	padding: 40px;
}

.blog-sidebar h4 {
	margin-bottom: 30px;
}

.blog-detail .blog-post-list {
	margin-bottom: 30px;
}

.blog-detail .blog-post-list:last-child {
	margin-bottom: 0px;
}

.blog-detail .img-sec {
	margin-bottom: 30px;
}

.blog-detail .img-sec img {
	width: 100%;
	height: auto;
}

.blog-detail .blog-right .date {
	color: #16181e;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: left;
	padding: 0px 0px 15px 20px;
	overflow: hidden;
}

.blog-detail .description {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-detail .description p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.blog-detail .description p i.fa-angle-double-right {
	margin-right: 5px;
}

.blog-detail .description p:last-child {
	margin-bottom: 0px;
}

.blog-detail .description a {
	color: #f6bb19;
}

.blog-detail .description ul li,
.blog-detail .description ol li {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #777777;
	font-size: 14px;
}

.search-main form {
	width: 100%;
}

.search-main form .line-search {
	display: flex;
	width: 100%;
}

.search-main input[type=submit] {
	background: #f6bb19 !important;
	border: 0;
	height: 64px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	max-width: 150px;
}

.search-main input[type=text] {
	background: #fff;
	border: 0;
	height: 64px;
	font-size: 16px;
	padding: 1rem 2.5rem;
	border-radius: 0;
	box-shadow: 0 0
}

.nav-tabs {
	background: #f8f8f8;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: #f6bb19;
	color: #fff;
}

.faq .nav-tabs {
	border-bottom: none;
}

.faq .nav-tabs li {
	width: calc(100% / 5);
	background: #f8f8f8;
	padding: 0;
	margin-bottom: 0!important;
}

.faq .nav-tabs li a {
	border-radius: 0;
	border: 0;
	display: block;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	height: 60px;
	line-height: 26px;
	border-bottom: 1px solid #efefef!important;
	border-left: 1px solid #efefef;
	color: #7a7a7a;
	padding: 18px 0;
	margin: 0!important;
	text-align: center;
	outline: 0;
	text-transform: uppercase;
}

.faq .nav-tabs li a:hover {
	color: #fff;
	background: #f6bb19
}

.accordian-item {
	transition: all 0.5s ease;
	background: #fff;
	position: relative;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-collapse: collapse;
	margin: 0;
	padding: 35px;
	padding-left: 50px;
}

.accordian-item .heading {
	font-size: 24px;
	font-weight: normal;
	color: #f6bb19;
	font-family: Roboto, sans-serif;
	margin-bottom: 10px;
}

.accordian-item .description {
	max-height: 60px;
	overflow: hidden;
	color: #7a7a7a;
	margin: 0;
	font-size: 14px;
}

.accordian-item.open {
	background: #f8f8f8 !important;
}

.accordian-item.open .description {
	max-height: 100% !important;
}

.accordian-item .description a {
	color: #f6bb19;
	display: inline-block;
}

.accordian-item::after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	color: #cdcdcd;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.2s ease;
	height: 30px;
	width: 30px;
	border: solid 2px #cdcdcd;
	border-radius: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
}

.accordian-item.open::after {
	transform: rotate(180deg);
}

.accordian-item ul {
	margin-bottom: 0px;
}

.accordian-item .heading::before {
	content: '';
	width: 2px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 25px;
	top: 35px;
	border: 1px solid #efefef;
}

.accordian-item.open::after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	color: #f6bb19;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.2s ease;
	height: 30px;
	width: 30px;
	border: solid 2px #f6bb19;
	border-radius: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
}


/* Button used to open the chat form - fixed at the bottom of the page */

.enquire-now {
	background: none repeat scroll #f6bb19;
	border: 1px solid #f6bb19;
	border-radius: 2px;
	bottom: 20px;
	cursor: pointer;
	padding: 8px 15px;
	position: fixed;
	right: 20px;
	height: 45px;
	font-size: 18px;
	z-index: 9998;
	display: block;
}

.enquire-popup {
	width: 300px;
	background: #000;
	bottom: 60px;
	transition: all 0.3s ease-in-out 0s;
	position: fixed;
	opacity: 0;
	right: 15px;
	z-index: -1;
	padding: 20px;
}

.enquire-popup.open {
	bottom: 80px;
	opacity: 1;
	z-index: 9;
}

.enquire-popup .contact-form {
	border: none !important;
}

.enquire-popup .form-heading h4 {
	font-weight: 400;
	font-size: 31px;
	padding: 0;
	color: #f6bb19;
	border: 0;
	text-align: center;
	margin-bottom: 20px;
}

.enquire-popup .contact-form {
	border: none !important;
	padding: 0px !important;
	padding: 15px;
}

.enquire-popup .contact-form .col-sm-12 {
	margin-bottom: 25px;
}

.enquire-popup .contact-form .row.item::last-child {
	margin-bottom: 0px;
	height: 56px;
}

.enquire-popup .contact-form .row::last-child>.col-sm-12 {
	margin-bottom: 0px;
	height: 56px;
	max-height: 56px;
}

.enquire-popup .contact-form input,
.enquire-popup .contact-form textarea {
	border-radius: 0px;
	padding: 15px;
	font-size: 14px;
}

.enquire-popup .contact-form input[type="submit"] {
	padding: 7px 35px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.g-recaptcha {
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	height: 75px;
}

.mr-none {
	margin: 0px !important;
}


/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
	opacity: 1;
}

#scrolltop {
	background: none repeat scroll #222;
	opacity: 0;
	border: 1px solid #333;
	border-radius: 2px;
	bottom: 21px;
	cursor: pointer;
	padding: 8px 15px;
	position: fixed;
	right: 190px;
	height: 45px;
	z-index: 9998;
}

#scrolltop::after {
	content: "\f102";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	color: #777777;
}

#scrolltop:hover {
	cursor: pointer;
	background-color: #333;
}

#scrolltop:active {
	background-color: #555;
}

#scrolltop.show {
	opacity: 1;
	visibility: visible;
}


/*** Main Css Start ***/