/* @import "https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap"; */
@import url('https://fonts.cdnfonts.com/css/open-sauce-one');
/* @import url('fonts/IBMPlexSans-Regular.ttf');
@import url('fonts/IBMPlexSans-Light.ttf'); */
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	font-family: 'Open Sauce One', sans-serif;
	color: #4a4a4a;
}
a {
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #012068;
}
a:focus {
	text-decoration: none;
}
button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #012068;
	font-weight: 700;
	font-family: 'Open Sauce One', sans-serif;
}
h3 {
	font-size: 18px;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
p {
	font-size: 15px;
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.form-control {
	height: 50px;
	color: #6e6e6e;
	border: 1px solid #ebebeb;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
	border-radius: 4px;
}
.form-control::-webkit-input-placeholder {
	color: #6e6e6e;
}
.form-control:-ms-input-placeholder {
	color: #6e6e6e;
}
.form-control::-ms-input-placeholder {
	color: #6e6e6e;
}
.form-control::placeholder {
	color: #6e6e6e;
}
.form-control:focus {
	color: #000;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #ef6623;
}
.form-control:hover:focus,
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
textarea.form-control {
	height: auto;
	height: 250px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-50 {
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb-50{
	padding-top: 100px;
		padding-bottom: 50px;
}

.ptb-60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-70 {
	padding-bottom: 70px;
}
.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	background-color: #ef6623;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.9s;
	transition: 0.9s;
	border-radius: 50%;
}
.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #012068;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}
.go-top:hover {
	color: #fff;
	background-color: #012068;
}
.go-top:hover::before {
	opacity: 1;
	visibility: visible;
}
.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.go-top:focus {
	color: #fff;
}
.go-top:focus::before {
	opacity: 1;
	visibility: visible;
}
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.go-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.pagenavigation-area {
	text-align: center;
	margin: 20px auto 0;
	display: table;
}
.pagenavigation-area .page-link {
	color: #ef6623;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px #d0d0d0;
	box-shadow: 0 0 15px #d0d0d0;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 24px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 700;
}
.pagenavigation-area .page-link i {
	margin-right: -4px;
}
.pagenavigation-area .page-link:hover {
	color: #fff;
	background-color: #ef6623;
	border: 1px solid #ef6623;
}
.pagenavigation-area .page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pagenavigation-area .page-link.page-links i::before {
	margin-left: -4px;
}
.pagenavigation-area .page-item {
	padding: 0 8px;
}
.pagenavigation-area .page-item:first-child .page-link {
	border-radius: none;
}
.pagenavigation-area .page-item:last-child .page-link {
	border-radius: none;
}
.pagenavigation-area .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ef6623;
	border-color: #ef6623;
}
.video-wrap .video-btn-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap .video-play {
	position: absolute;
	top: 16px;
	left: 80px;
	text-transform: uppercase;
	width: 129px;
	line-height: 1;
}
.video-wrap .video-play p {
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}
.video-btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	position: relative;
	top: 3px;
	z-index: 1;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623);
}
.video-btn i {
	font-size: 20px;
	font-weight: 700;
	padding-left: 4px;
	color: #fff;
}
.video-btn::after {
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	border-radius: 50%;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623);
}
.video-btn:hover {
	background-color: #121232;
	color: #fff;
}
@-webkit-keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}
.default-btn {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623);
	padding: 12px 25px;
	line-height: 1;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}
.default-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #012068;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 4px;
}
.tagcloud .default-btn{
	margin:2px;
}
.default-btn:hover {
	color: #fff;
}
.default-btn:hover::before {
	width: 100%;
}
.section-title {
	text-align: center;
	margin: -8px auto 60px;
	max-width: 600px;
}
.section-title span {
	font-family: 'Open Sauce One', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #ef6623;
	display: inline-block;
	margin-bottom: 10px;
}
.section-title h2 {
	font-size: 38px;
	margin-bottom: 0;
}
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}
.preloader .lds-ripple {
	position: relative;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader .lds-ripple div {
	position: absolute;
	border: 4px solid #ef6623;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}
@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}
.peru-nav .main-nav {
	background-color: transparent;
	position: relative;
	z-index: 1;
	font-family: 'Open Sauce One', sans-serif;
	padding: 5px 0;
}
.peru-nav .main-nav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	z-index: -1;
}
.peru-nav .main-nav.peru-nav-style::before {
	opacity: 1;
}
.peru-nav .main-nav::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-image: url(../img/shape/2.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.1;
	z-index: -1;
}
.peru-nav .main-nav nav .navbar-nav .nav-item a {
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #262d2f;
	margin-left: 10px;
	margin-right: 10px;
}
.peru-nav .main-nav nav .navbar-nav .nav-item a.active {
	color: #ef6623;
}
.peru-nav .main-nav nav .navbar-nav .nav-item:hover {
	background-color: #fed4be;
    color: white !important;
  /*   padding: 0px 3px 0px 3px; */
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	width: 280px;
	background-color: #fff;
	border: none;
	padding: 8px 0;
	font-family: 'Open Sauce One', sans-serif;
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #012068;
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	border: none;
}
.peru-nav
	.main-nav
	nav
	.navbar-nav
	.nav-item
	.dropdown-menu
	li
	.dropdown-menu
	li
	a {
	color: #233d63;
	text-transform: capitalize;
}
.peru-nav
	.main-nav
	nav
	.navbar-nav
	.nav-item
	.dropdown-menu
	li
	.dropdown-menu
	li
	a.active {
	color: #ef6623;
}
.peru-nav
	.main-nav
	nav
	.navbar-nav
	.nav-item
	.dropdown-menu
	li
	.dropdown-menu
	li
	a:hover {
	color: black;
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	padding: 5px 15px;
	font-size: 14px;
	color: #262d2f;
	font-weight: 400;
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::after {
	float: right;
	position: relative;
	top: 11px;
}
.dropdown-toggle::after{
	color:#ef6623;
	content: none !important;
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:active {
	/* color: red ; */
	
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-style12 li a:hover{
	/* color:#ef6623 !important;
	background:white !important; */

}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	background-color:#fed4be !important;
    color: black;
    border-left: 2px solid #f88930 !important;
	margin-left: 0px;
}
.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus {
	background-color: #ef6623;
    color: black;
    border-left: 3px solid black;
}
.peru-nav .others-option .contact-number {
	color: #262d2f;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	/*margin-right: 20px;*/
}
.peru-nav .others-option .contact-number i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #e8e8e7;
	text-align: center;
	border-radius: 50%;
	line-height: 26px;
	padding-right: 0;
	margin-right: 5px;
	color: #ef6623;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.peru-nav .others-option .contact-number:hover {
	color: #ef6623;
}
.peru-nav .others-option .contact-number:hover i {
	color: #fff;
	background-color: #ef6623;
}
.peru-nav .others-option .default-btn {
	font-size: 14px;
	font-weight: 300;
	padding: 10px 15px;
	margin-left:4px;
}
.dropdown-style {
	position: relative;
	max-height: 500px;
    /* overflow: auto; */
}
.dropdown-style::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-image: url(../img/shape/2.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.1;
}
.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	max-width: 100%;
	margin-top: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	top: -7px !important;
}
.banner-area {
	background-image: url(../img/home-one/slider/1.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
}
.banner-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background-image: url(../img/shape/9.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: -1;
}
.banner-area .banner-text {
	max-width: 700px;
	margin-top: 100px;
}
.banner-area .banner-text span {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Open Sauce One', sans-serif;
	font-weight: 600;
	color: #ef6623;
}
.banner-area .banner-text h1 {
	font-size: 60px;
	color: #012068;
	font-weight: 700;
	margin-bottom: 15px;
}
.banner-area .banner-text h1 span {
	font-size: 60px;
	color: #ef6623;
	font-weight: 700;
}
.banner-area .banner-text p {
	color: #747171;
	font-size: 14px;
	margin-bottom: 40px;
	font-weight: 700;
}
.banner-area .video-wrap {
	text-align: center;
}
.banner-area .shape-1 {
	position: absolute;
	top: 80px;
	left: 10px;
	z-index: -1;
	width: 10%;
	-webkit-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
}
.banner-area .shape-3 {
	position: absolute;
	top: 250px;
	left: 30px;
	z-index: -1;
	-webkit-animation: mover 3s infinite alternate;
	animation: mover 3s infinite alternate;
}
.banner-area .shape-4 {
	position: absolute;
	bottom: -150px;
	left: 100px;
	z-index: -1;
}
.banner-area .shape-5 {
	position: absolute;
	top: 400px;
	left: 200px;
	z-index: -1;
	-webkit-animation: rotation 25s infinite linear;
	animation: rotation 25s infinite linear;
}
.banner-area .shape-6 {
	position: absolute;
	top: 600px;
	left: 40px;
	z-index: -1;
	-webkit-animation: rotation 25s infinite linear;
	animation: rotation 25s infinite linear;
}
.banner-area .shape-7 {
	position: absolute;
	top: 120px;
	left: 325px;
	z-index: -1;
	-webkit-animation: rotation 25s infinite linear;
	animation: rotation 25s infinite linear;
}
.banner-area .shape-8 {
	position: absolute;
	top: 120px;
	right: 0;
	z-index: -1;
	width: 10%;
}
.banner-area .shape-9 {
	position: absolute;
	bottom: 150px;
	left: 800px;
	z-index: -1;
	-webkit-animation: rotation 5s infinite linear;
	animation: rotation 5s infinite linear;
}
.banner-area .shape-10 {
	position: absolute;
	bottom: 100px;
	left: 500px;
	z-index: -1;
	-webkit-animation: rotation 5s infinite linear;
	animation: rotation 5s infinite linear;
}
.banner-area .shape-11 {
	position: absolute;
	bottom: -55px;
	left: 800px;
	-webkit-animation: rotation 25s infinite linear;
	animation: rotation 25s infinite linear;
	z-index: -1;
}
.banner-area .col-lg-4 {
	position: relative;
}
.hero-slider-area {
	position: relative;
	z-index: 1;
}
.hero-slider-area .hero-slider-item {
	width: 100%;
	height: 710px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.hero-slider-area .hero-slider-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	z-index: -1;
}
.hero-slider-area .hero-slider-item .hero-slider-text {
	max-width: 700px;
}
.hero-slider-area .hero-slider-item .hero-slider-text span {
	font-size: 40px;
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Open Sauce One', sans-serif;
	font-weight: 600;
	color: #ef6623;
	color: #fff;
}
.hero-slider-area .hero-slider-item .hero-slider-text h1 {
	font-size: 20px;
	color: #012068;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}
.hero-slider-area .hero-slider-item .hero-slider-text h1 span {
	font-size: 20px;
	color: #ef6623;
	font-weight: 700;
	color: #fff;
}
.hero-slider-area .hero-slider-item .hero-slider-text p {
	color: #747171;
	font-size: 14px;
	margin-bottom: 40px;
	font-weight: 700;
	color: #fff;
}
.hero-slider-area .hero-slider-item .slider-item {
	width: 650px;
}
.hero-slider-area .owl-theme .owl-nav {
	margin-top: 0;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 47%;
	left: 30px;
	width: 50px;
	height: 50px;
	border: 1px solid #ef6623 !important;
	border-radius: 0 10px;
	background-color: #ef6623;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev:hover {
	border: 2px solid #ef6623 !important;
	background-color: transparent;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev:hover i {
	color: #ef6623;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev i {
	color: #fff;
	font-size: 18px;
}
.hero-slider-area .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 47%;
	right: 30px;
	width: 50px;
	height: 50px;
	border: 2px solid #ef6623 !important;
	border-radius: 0 10px;
	background-color: #ef6623;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
}
.hero-slider-area .owl-theme .owl-nav .owl-next:hover {
	border: 2px solid #ef6623 !important;
	background-color: transparent;
}
.hero-slider-area .owl-theme .owl-nav .owl-next:hover i {
	color: #ef6623;
}
.hero-slider-area .owl-theme .owl-nav .owl-next i {
	color: #fff;
	font-size: 18px;
}
.hero-slider-area .shape-1 {
	position: absolute;
	top: 80px;
	left: 10px;
	z-index: 1;
	width: 10%;
	-webkit-animation: rotation 50s infinite linear;
	animation: rotation 50s infinite linear;
	opacity: 0.4;
}
.hero-slider-area .shape-3 {
	position: absolute;
	top: 250px;
	left: 30px;
	z-index: 1;
	-webkit-animation: mover 3s infinite alternate;
	animation: mover 3s infinite alternate;
	opacity: 0.4;
}
.hero-slider-area .shape-4 {
	position: absolute;
	bottom: 0;
	left: 270px;
	z-index: 1;
	opacity: 0.4;
}
.hero-slider-area .shape-5 {
	position: absolute;
	top: 400px;
	left: 100px;
	z-index: 1;
	-webkit-animation: rotation 25s infinite linear;
	animation: rotation 25s infinite linear;
	opacity: 0.4;
}
.hero-slider-area .shape-6 {
	position: absolute;
	top: 500px;
	left: 40px;
	z-index: 1;
	-webkit-animation: rotation 25s infinite linear;
	animation: rotation 25s infinite linear;
	opacity: 0.4;
}
.hero-slider-area .shape-7 {
	position: absolute;
	top: 120px;
	left: 325px;
	z-index: 1;
	-webkit-animation: rotation 25s infinite linear;
	animation: rotation 25s infinite linear;
	opacity: 0.4;
}
.hero-slider-area .shape-8 {
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 1;
	width: 10%;
	opacity: 0.4;
}
@-webkit-keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.slider-item-bg-1 {
	background-image: url(../img/home-one/slider/banner-new.webp);
}
.slider-item-bg-2 {
	background-image: url(../img/home-one/slider/3.webp);
}
.slider-item-bg-3 {
	background-image: url(../img/home-one/slider/1.webp);
}
.box-area {
	/* margin-top: 50px; */
	/*background-color: #f0f1f8;*/
}
.why {
	text-align: center;
	padding: 10px;
	border-radius: 0 30px 0 30px;
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.why::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #012068; */
	opacity: 1;
	z-index: -1;
	border-radius: 0 30px 0 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.why:hover {
	border-radius: 0;
	/* padding:54px; */
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.why:hover::before {
	opacity: 0.5;
	border-radius: 0;
}
.why:hover i {
	color: #fff;
}
.why:hover i::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.why i {
	font-size: 25px;
	display: inline-block;
	width: 20%;
	height: 100%;
	line-height: 20px;
	background-color: #E3B24B;
	color: #fff;
	margin-right: 0px;
	position: relative;
	z-index: 1;
	padding:5px 0px 5px 5px;
}
.why i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
/* .why h3 {
	color: #e3b24b;
	margin-bottom: 12px;
	background-color: #070c45;
	display: block;
	padding: 10px;
	width: 50%;
	font-size: 3.1rem;
} */

.why p {
	color: #000;
	margin-bottom: -6px;
	padding-right: 90px;
}
.why a {
	/* color: #e3b24b;
	margin-bottom: 12px;
	background-color: #fff; */
	display: block;
	 /* padding: 3px 0px 3px 3px;  */
	width: 150px;
	/* font-size: 15px;
	font-weight: bold;
	line-height: 20px; */
}
.why h3 {
	color: #e3b24b;
	margin-bottom: 12px;
	/* background-color: #070c45; */
	display: block;
	padding-top: 10px;
    padding-bottom: 10px;
	width: 40%;
	font-size: 1.8rem;
	font-family: 'Open Sauce One', sans-serif;
	font-weight: bold;
	text-align: left;
}



.single-box p {
	color: #000;
	margin-bottom: -6px;
}
.single-box h4 {
	color: #e3b24b;
	margin-bottom: 12px;
	background-color: #fff;
	display: block;
	padding: 10px;
	width: 20%;
	font-size: 1.1rem;
}
.single-box {
	text-align: center;
	padding: 50px 0px 50px 0px;
	border-radius: 0 30px 0 30px;
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #EBEAEB;
}
.single-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #012068; */
	opacity: 1;
	z-index: -1;
	/* border-radius: 0 30px 0 30px; */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-box:hover {
	border-radius: 0;
	padding:54px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: white;
}
.single-box:hover::before {
	opacity: 0.5;
	border-radius: 0;
}
.single-box:hover i {
	color: #fff;
}
.single-box:hover i::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-box i {
	font-size: 25px;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	/* background-color: #fff; */
	color: #ef6623;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.single-box i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	/* background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623); */
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-box h3 {
	color: #fff;
	margin-bottom: 12px;
}
.single-box p {
	color: #fff;
	margin-bottom: -6px;
}
.single-box.bg-1 {
	/*background-image: url(../img/box/1.jpg);*/
}
.single-box.bg-2 {
	/* background-image: url(../img/box/2.jpg); */
}
.single-box.bg-3 {
	/* background-image: url(../img/box/3.jpg); */
}
.single-box.single-box-2 {
	position: relative;
	z-index: 1;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-box.single-box-2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/shape/2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-box.single-box-2::before {
	display: none;
}
.single-box.single-box-2:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-box.single-box-2 i {
	background-color: #e4f4c5;
}
.single-box.single-box-2 h3 {
	color: #012068;
	margin-bottom: 12px;
}
.single-box.single-box-2 p {
	color: #4a4a4a;
	margin-bottom: -6px;
}
.about-title {
	margin-top: -8px;
}
.about-title span {
	font-family: 'Open Sauce One', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #ef6623;
	display: inline-block;
	margin-bottom: 10px;
}
.about-title h3{
	color:white;
	width: max-content;
}
.about-title h3:hover{
	border-bottom:2px solid #070c45; 
	width:max-content;
	line-height: 25px;
}
.about-title h2 {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.about-title ul {
	margin-bottom: 40px;
}
.about-title ul li {
	margin-bottom: 10px;
	font-family: 'Open Sauce One', sans-serif;
	color: #012068;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
    height: 30px;
    
    padding: 3px 12px;
}
.about-title ul li:last-child {
	margin-bottom: 0;
}
.about-title ul li i {
	padding-right: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-title ul li:hover {
	color: #ef6623;
}
.about-title .flaticon-right-arrow{
	color:#ef6623;
}
.about-title .flaticon-right-arrow:hover{
	color:#012068;
}
.about-title ul li:hover i {
	margin-right: 5px;
}
.about-us-img {
	position: relative;
}
.about-us-img img {
	border-radius: 4px;
}
.about-us-img .about-img-2 {
	position: absolute;
	top: 62px;
	right: 0;
}
.about-us-area-2 {
	background-color: #f2f2f9;
	position: relative;
	z-index: 1;
} /*.best-services-area{background-color:#f0f1f8}*/
.best-services-area .tab-content {
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: #f0f1f8;
	padding: 30px;
	border-radius: 4px;
}
.best-services-area .best-service-img img {
	border-radius: 4px;
}
.best-services-area .nav-pills {
	margin-bottom: 0px;
}
.best-services-area .nav-pills .nav-link {
	color: #292a2c;
	background-color: transparent;
	/* -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); */
	padding: 35px;
	border-radius: 0px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Open Sauce One', sans-serif;
	width: 230px;
	height: 150px;
	/* -webkit-transition: all 0.5s;
	transition: all 0.5s; */
	position: relative;
	z-index: 1;
	border-right: 1px solid #ff8300;
	border-bottom: 1px solid #ff8300;
	/* border:2px dashed #ef6623; */
}

.best-services-area .nav-pills .nav-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#012068),
		to(#012c92)
	);
	background-image: linear-gradient(to right, #012068, #012c92); */
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 4px;
}

.best-services-area .nav-pills .nav-link i {
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #ef6623;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.best-services-area .nav-pills .nav-link p{
	font-size: 12px;
    position: absolute;
    bottom: 10px;
	text-transform: uppercase;
	left:0;
	right:0;
	
}
.ser-ar{
	opacity: 0;
	padding: 1px;
        position: absolute;
        top: -20px;
	width:75%;
        
        visibility: hidden;
     
		font-size: 11px;
}
.ser-ar p,h4{
	/* font-size:14px !important;
	position: absolute !important;
    top: 50px;
    bottom: 0px !important;
    left: 10px !important;
    right: 10px;
    font-size: 14px;
    color: orange;
    text-align: left; */
}

.best-services-area .nav-pills .nav-link:hover {
	 .ser-ar{
		opacity: 1;
            visibility: visible;
	} 
	.hid{
		display: none;
	}
	.himo{
		transform: scale(1.3);
	}
	.my{
		font-size:20px !important;
	position: absolute !important;
    top: 45px;
    bottom: 20px !important;
   
    font-size: 14px;
    color: #ff8300;
    text-align: left;
	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
/* transition: ease-in-out 1s; */

	}
	
	
	
}


}
.best-services-area .nav-pills .nav-link:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.best-services-area .nav-pills .nav-link:hover i {
	color: #fff;
}
.best-services-area .nav-pills .nav-link.active {
	color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.best-services-area .nav-pills .nav-link.active i {
	color: #fff;
}
.best-services-area .best-service-area h3 {
	margin-bottom: 20px;
}
.best-services-area .best-service-area ul {
	margin-bottom: 35px;
}
.best-services-area .best-service-area ul li {
	margin-bottom: 10px;
	color: #012068;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sauce One', sans-serif;
	padding-left: 35px;
	position: relative;
}
.best-services-area .best-service-area ul li:last-child {
	margin-bottom: 0;
}
.best-services-area .best-service-area ul li i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #012068; 
	text-align: center;
	color: #fff;
	margin-right: 5px;
	font-weight: 400;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
.choose-bg-area .single-box {
	border-radius: 0;
	margin-bottom: 0;
	/* border: 1px solid #203157; */
	/*padding: 10px 28px;*/
	/* background-image: url(../img/shape/2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; */
}
.choose-bg-area .single-box::before {
	border-radius: 0;
}
.choose-bg-area .single-box:hover::before {
	border-radius: 0;
	opacity: 0.9;
}
.choose-area {
	background-color: #EBEAEB;
}
.choose-bg-area .pr-0 {
	padding-right: 0;
}
.choose-bg-area .pl-0 {
	padding-left: 0;
}
.choose-bg-area:hover .choose-1 {
	/* margin-right: 15px;
	margin-bottom: 15px; */
}
.choose-bg-area:hover .choose-2 {
	margin-left: 15px;
	margin-bottom: 15px;
}
.choose-bg-area:hover .choose-3 {
	margin-top: 15px;
	margin-right: 15px;
}
.choose-bg-area:hover .choose-4 {
	margin-top: 15px;
	margin-left: 15px;
}
.choose-bg-area:hover .choose-5 {
	margin-top: 0px;
	margin-left: 0px;
}
.choose-img {
	background-image: url(../img/choose-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	height: 100%;
	/* text-align: center; */
	position: relative;
	z-index: 1;
	padding: 10px 0;
}
.choose-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color:#ef6623; */
	opacity: 0.9;
	z-index: -1;
}
.choose-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/shape/8.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.1;
	z-index: -1;
}
.choose-img .video-wrap .video-btn-wrap {
	position: absolute;
	top: 0;
	left: -50px;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.choose-img img {
	border-radius: 4px;
}
.financial-text-wrap {
	position: relative;
}
.financial-text-wrap .financial-text {
	position: absolute;
	top: 0;
	left: 0;
}
.financial-area {
	background-color: #012068;
}
.financial-image {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.financial-image img {
	display: none !important;
}
.financial-image.bg-1 {
	background-image: url(../../assets/img/financial/1.jpg);
}
.financial-image.bg-2 {
	background-image: url(../../assets/img/financial/2.jpg);
}
.financial-text {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
}
.financial-text .icon {
	color: #ef6623;
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
}
.financial-text h3 {
	color: #fff;
	margin-bottom: 18px;
}
.financial-text p {
	color: #fff;
	margin-bottom: 0;
}
.financial-text .default-btn {
	margin-top: 22px;
}
.financial-text .shape {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.partner-area{
	background-image:url('../img/texture02.webp');
	background-size: cover;
	background-position: center center;
}
.partner-area .owl-carousel .owl-item img {
	width: unset;
	margin: auto;
	/*opacity: 0.5;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.partner-area .owl-carousel .owl-item img:hover {
	opacity: 1;
}
.partner-area .single-logo {
	line-height: 1;
}
.single-team {
	margin-bottom: 30px;
}
.single-team .team-text {
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-team .team-text h3 {
	margin-bottom: 5px;
	margin-top: -2px;
}
.single-team .team-text span {
	display: block;
	margin-bottom: -4px;
}
.single-team .team-img {
	position: relative;
	border-right: 10px solid #ef6623;
	border-top: 10px solid #ef6623;
}
.team-icon {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-team .team-img .team-icon li {
	display: inline-block;
	padding: 0 10px;
}
.single-team .team-img .team-icon li a {
	color: #fff;
	font-size: 17px;
	line-height: 1;
}
.single-team .team-img .team-icon li a i {
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
.single-team .team-img .team-icon li a:hover {
	color: #ef6623;
	background-color: #fff;
}
.single-team .team-img::before {
	content:initial;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#ef6623;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-team:hover .team-img::before {
	opacity: 0.5;
}
.single-team:hover .team-img .team-icon {
	bottom: -120px;
}
.single-team:hover .team-text {
	background-color: #ef6623;
}
.single-team:hover .team-text h3 {
	color: #fff;
}
.single-team:hover .team-text span {
	color: #fff;
}
.client-area {
	background-image: url(../img/client-img/bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
}
.client-area .section-title span {
	color: #fff;
}
.client-area .section-title h2 {
	color: #fff;
}
.client-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #fff;
	z-index: -1;
}
.client-details-wrap .owl-dots {
	margin-top: 0 !important;
	position: absolute;
	top: 44%;
	left: 0;
	display: -ms-grid;
	display: grid;
}
.client-details-wrap .owl-dots .owl-dot span {
	width: 3px;
	height: 15px;
	background-color: #012068;
	border-radius: 0;
}
.client-details-wrap .owl-dots .owl-dot span:hover {
	background-color: #ef6623;
}
.client-details-wrap .owl-dots .owl-dot.active span {
	background: #ef6623 !important;
}
.client-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.client-details {
	text-align: center;
	padding: 20px 100px;
}
.client-details p{
	text-align: left;
}
.client-details img {
	margin: 0 auto 20px;
	border-radius: 50%;
	width: unset !important;
}
.client-details h3 {
	font-size: 15px;
	margin-bottom: 0;
}
.client-details span {
	display: block;
	margin-bottom: 10px;
}
.client-details ul li {
	display: inline-block;
}
.client-details ul li i {
	color: #e9cc0b;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 0;
}
.client-details i {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
	color: #012068;
}
.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
	line-height: 0.01;
	margin-top: 30px;
}
.blog-wrap.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	background: 0 0;
	border: 1px solid #ef6623;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
	border-color: #ef6623;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
	background-color: #ef6623;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
	border-color: #ef6623;
	position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ef6623;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
	margin: 3px;
}
.single-blog-post {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}
.single-blog-post .post-image {
	position: relative;
	overflow: hidden;
}
.single-blog-post .post-image a {
	display: block;
}
.single-blog-post .post-image a img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-blog-post .post-content {
	border: 1px solid #eee;
	padding: 25px;
}
.single-blog-post .post-content .date {
	color: #ef6623;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: -4px;
}
.single-blog-post .post-content .date i {
	font-size: 12px;
}
.single-blog-post .post-content h3 a {
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 900;
	color: #012068;
}
.single-blog-post .post-content p {
	margin-bottom: 0;
}
.single-blog-post .post-content .default-btn {
	margin-top: 25px;
}
.single-blog-post:hover h3 a {
	color: #ef6623;
}
.single-blog-post:hover .post-image a img {
	-webkit-transform: scale(1.3) rotate(4deg);
	transform: scale(1.3) rotate(4deg);
}
.questions-area.two .section-title {
	text-align: left;
	max-width: unset;
	margin: 0 auto 60px;
}
.questions {
	background-image: url(../img/choose-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}
.questions::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ef6623;
	opacity: 0.9;
	z-index: -1;
}
.questions::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/shape/8.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.1;
	z-index: -1;
}
.questions .contact-form {
	padding: 30px;
	/*background-color: #242527;*/
	margin-left: 30px;
	margin-right: 30px;
}
.questions .contact-form label {
	float: left;
	color: #000000;
}
.questions .contact-form .form-group {
	margin-bottom: 30px;
}
.questions .contact-form .form-group .form-control {
	color: #fff;
}
.questions .contact-form .form-group textarea.form-control {
	height: 200px;
}
.questions .contact-form .default-btn {
	cursor: pointer;
}
.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
	display: block;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	background: #fff;
	margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
	padding: 12px 20px 12px 51px;
	color: #012068;
	position: relative;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #faf5f5;
	color: #ef6623;
	font-size: 14px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.faq-accordion .accordion .accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq-accordion .accordion .accordion-title.active {
	border-bottom-color: #eee;
	background-image: linear-gradient(to right,#f27921,#ef6623);
}
.faq-accordion .accordion .accordion-title.active i {
	background-color: #ef6623;
	color: #fff;
}
.faq-accordion .accordion .accordion-title.active i::before {
	content: "\f063";
}
.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 15px;
	font-size: 15;
	border: 2px dashed #ef6623;
}
.faq-accordion .accordion .accordion-content.show {
	display: block;
	border: 2px dashed #ef6623;
}
.footer-top-area {
	background-color: #21265c;
}
.single-widget {
	margin-bottom: 25px;
}
.single-widget h3 {
	color: #fff;
	margin-bottom: 20px;
}
.single-widget p {
	color: #fafafa;
	margin-top: 10px;
}
.single-widget .address {
	margin-top: 20px;
}
.single-widget .address li {
	color: #fafafa;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-widget .address li a {
	color: #fafafa;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-widget .address li i {
	position: absolute;
	top: -4px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ef6623;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.single-widget .address li:hover {
	color: #ef6623;
}
.single-widget .address li:hover a {
	color: #ef6623;
}
.single-widget .address li:last-child {
	margin-bottom: 0;
}
.single-widget .links li {
	margin-bottom: 16px;
	line-height: 10px;
	
}
.single-widget .links li a {
	color: #FED4BE;
}
.single-widget .links li:last-child {
	margin-bottom: 0;
}
.single-widget .links li:hover {
	color: #ef6623;
}
.single-widget .links li:hover a {
	color: #ef6623;
}
.single-widget .instragram {
	margin-top: -10px;
}
.single-widget .instragram li {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 17px;
}
.single-widget .instragram li a {
	color: #fafafa;
}
.single-widget .instragram li:hover {
	color: #ef6623;
}
.single-widget .instragram li:hover a {
	color: #ef6623;
}
.footer-bottom-area {
	background-color: #1d225d;
	padding: 15px 0;
	border-top:1px solid grey;
}
.footer-bottom-area p {
	color: #fff;
	margin-top: 4px;
}
.footer-bottom-area p a {
	color: #ef6623;
}
.footer-bottom-area p a:hover {
	color: #ef6623;
}
.footer-bottom-area .social-icon {
	text-align: right;
}
.footer-bottom-area .social-icon li {
	display: inline-block;
	padding-left: 5px;
}
.footer-bottom-area .social-icon li a i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #ef6623;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-bottom-area .social-icon li a i:hover {
	background-color: #012068;
}
.single-processing {
	text-align: center;
}
.single-processing span {
	background-color: #ef6623;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	width: 20px;
	color: #fff;
	border-radius: 50%;
	position: relative;
	left: -40px;
	top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-processing .processing-icon {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 36px;
	top: 8px;
}
.single-processing .processing-icon i {
	color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	background: #ef6623;
	z-index: 1;
	font-size: 35px;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-processing .processing-icon i::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -7px;
	border: 2px dotted #ef6623;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-animation: rotation 50s infinite linear;
	animation: rotation 50s infinite linear;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-processing h3 {
	margin-top: 25px;
	margin-bottom: 12px;
}
.single-processing:hover i {
	background-color: #ef6623;
	color: #fff;
}
.single-processing:hover i::after {
	border: 2px dotted #ef6623;
	-webkit-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}
.single-processing:hover span {
	background: #ef6623;
}
.single-processing::before {
	content: "";
	position: absolute;
	width: 10%;
	height: 10%;
	top: 50px;
	right: 0;
	background-image: url(../img/shape/11.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
.col-lg-3:last-child .single-processing::before {
	display: none;
}
.icon-color:nth-child(2) .single-processing {
	margin-top: 30px;
}
.icon-color:nth-child(4) .single-processing {
	margin-top: 30px;
}
.services-area .default-btn {
	margin: auto;
	margin-top: 30px;
}
.services-area .owl-next {
	position: absolute;
	top: 38%;
	right: 0;
	margin: 0 !important;
	background-color: transparent !important;
}
.services-area .owl-next i {
	color: #ddd;
	font-size: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.services-area .owl-prev {
	position: absolute;
	top: 38%;
	left: 0;
	margin: 0 !important;
	background-color: transparent !important;
}
.services-area .owl-prev i {
	color: #ddd;
	font-size: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.services-area:hover .owl-next i {
	color: #ef6623;
}
.services-area:hover .owl-prev i {
	color: #ef6623;
}
.services-title {
	margin: -8px auto 60px;
}
.services-title span {
	font-family: 'Open Sauce One', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #ef6623;
	display: inline-block;
	margin-bottom: 10px;
}
.services-title h2 {
	font-size: 38px;
	margin-bottom: 0;
}
.services-title p {
	margin-bottom: 0;
}
.single-services {
	position: relative;
	z-index: 1;
}
.single-services img {
	border-radius: 4px;
}
.single-services .service-text {
	position: absolute;
	bottom: 0;
	left: 20px;
}
.single-services .service-text h3 a {
	color: #fff;
}
.single-services .service-text h3 a i {
	color: #ef6623;
	font-weight: 400;
	margin-left: 20px;
	font-size: 30px;
}
.single-services:hover h3 a {
	color: #ef6623;
}
.single-services::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	-webkit-box-shadow: 1px -20px 15px #012068;
	box-shadow: 1px -20px 15px #012068;
	opacity: 0.5;
	background-color: #012068;
	opacity: 0.5;
}
.features-left-area {
	position: relative;
	overflow: hidden;
	background-image: url(../img/features-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.features-left-area::before {
	content: "";
	position: absolute;
	top: 0;
	right: -248px;
	height: 100%;
	background-image: url(../img/shape/12.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	background-size: contain;
}
.features-right-area .features-title {
	margin: 0 auto 50px;
}
.features-right-area .features-title span {
	font-family: 'Open Sauce One', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #ef6623;
	display: inline-block;
	margin-bottom: 10px;
}
.features-right-area .features-title h2 {
	font-size: 38px;
	margin-bottom: 0;
}
.features-right-area .features-title p {
	margin-bottom: 0;
}
.features-right-area .features-list {
	position: relative;
	margin-bottom: 60px;
}
.features-right-area .features-list i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623);
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
}
.features-right-area .features-list .creative-text {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 70px;
}
.single-pricing {
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 4px;
	margin-bottom: 30px;
}
.single-pricing .pricing-wrap {
	padding: 0 80px;
}
.single-pricing h3 {
	padding: 30px 0 52px;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/pricing-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px 4px 0 0;
	position: relative;
	z-index: 1;
}
.single-pricing h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ef6623;
	opacity: 0.5;
	z-index: -1;
}
.single-pricing h3::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-pricing .money-bag {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #ddd;
	border-radius: 50%;
	font-size: 30px;
	position: relative;
	top: -40px;
	color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623);
	z-index: 1;
}
.single-pricing span {
	display: block;
	font-weight: 700;
	font-family: 'Open Sauce One', sans-serif;
	color: #012068;
	font-size: 30px;
	margin-top: -25px;
}
.single-pricing span sub {
	font-size: 14px;
	font-weight: 400;
	color: #b7b8bc;
}
.single-pricing ul li {
	line-height: 1;
	color: #0a4f9c;
	font-family: 'Open Sauce One', sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-pricing ul li:last-child {
	border-bottom: none;
}
.single-pricing ul li i {
	margin-right: 5px;
}
.single-pricing .default-btn {
	margin-top: 17px;
	margin-bottom: 30px;
}
.single-pricing:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border: 1px solid #fff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-pricing:hover h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.single-pricing:hover h3::after {
	opacity: 0;
}
.team-area-two .section-title {
	text-align: left;
	margin-bottom: 0;
}
.team-area-two .section-title h2 {
	margin-bottom: 20px;
}
.team-area-two .section-title p {
	margin-bottom: 30px;
}
.team-area-two .single-team {
	margin-left: 15px;
	margin-right: 15px;
}
.team-area-two .single-team .team-img {
	border: none;
}
.team-area-two .single-team .team-text {
	-webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.08);
}
.team-area-two .single-team:hover .team-text {
	background-color: #ef6623;
}
.page-title-area {
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../img/shape/2.png);
}
.page-title-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #012068;
	opacity: 0.9;
}
.page-title-area .page-title-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
}
.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	
}
.page-title-area .page-title-content ul li {
	display: inline-block;
	color: #ef6623;
	position: relative;
	font-size: 15px;
	font-weight: 700;
	
}
.page-title-area .page-title-content ul li i {
	font-size: 12px;
	margin: 0 10px;
}
.page-title-area .page-title-content ul li a {
	color: #bab0b0;
}
.page-title-area .page-title-content ul li a:hover {
	color: #ef6623;
}
.page-title-area .page-title-content ul li a i {
	font-size: 12px;
	margin: 0 10px;
}
.single-box.single-box-2 .default-btn {
	margin-top: 22px;
}
.project-area .sorting-menu {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.project-area .sorting-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.project-area .sorting-menu ul li {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	padding: 8px 30px;
	margin: 0 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border-radius: 4px;
}
.project-area .sorting-menu ul li:hover {
	color: #fff;
	background-color: #012068;
}
.project-area .sorting-menu ul li.active {
	color: #fff;
	background-color: #ef6623;
}
#Container .mix {
	display: none;
}
.single-portfolio-item .portfolio-inner {
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.single-portfolio-item .portfolio-inner .portfolio-img {
	width: 100%;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-portfolio-item .portfolio-inner .portfolio-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(59, 62, 121, 0.9);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-portfolio-item .portfolio-inner .portfolio-hover .hover-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #012068;
	text-align: center;
}
.single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a {
	display: block;
	color: #fff;
}
.single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a span {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #a0aec6;
}
.single-portfolio-item .portfolio-inner:hover h4 {
	color: #ef6623;
}
.single-portfolio-item .portfolio-inner:hover .portfolio-img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.single-portfolio-item .portfolio-inner:hover .portfolio-hover {
	opacity: 1;
	visibility: visible;
}
.blog-page .single-blog-post {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.pagenavigation-area {
	text-align: center;
	margin: 20px auto 0;
	display: table;
}
.pagenavigation-area .page-link {
	color: #ef6623;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px #d0d0d0;
	box-shadow: 0 0 15px #d0d0d0;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 24px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 700;
}
.pagenavigation-area .page-link i {
	margin-right: -4px;
	font-size: 18px;
}
.pagenavigation-area .page-link:hover {
	color: #fff;
	background-color: #ef6623;
	border: 1px solid #ef6623;
}
.pagenavigation-area .page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pagenavigation-area .page-link.page-links i::before {
	margin-left: -4px;
}
.pagenavigation-area .page-item {
	padding: 0 8px;
}
.pagenavigation-area .page-item:first-child .page-link {
	border-radius: none;
}
.pagenavigation-area .page-item:last-child .page-link {
	border-radius: none;
}
.pagenavigation-area .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ef6623;
	border-color: #ef6623;
}
.contact-area .contact-form {
	-webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
}
.contact-area .contact-form form {
	text-align: center;
}
.contact-area .contact-form form .form-control {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
	box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
	height: 57px;
	color: #ef6623;
	border: 1px solid #fff;
}
.contact-area .contact-form form .form-control:focus {
	border: 1px solid #ef6623;
}
.contact-area .contact-form form .form-group {
	text-align: left;
	margin-bottom: 30px;
}
.contact-area .contact-form form .row {
	margin-left: -7px;
	margin-right: -7px;
}
.contact-area .contact-form form .row .col-lg-12 {
	padding-left: 7px;
	padding-right: 7px;
}
.contact-area .contact-form form .row .col-lg-6 {
	padding-left: 7px;
	padding-right: 7px;
}
.contact-area .contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px;
}
.contact-area .contact-form .default-btn {
	cursor: pointer;
	margin-top: 10px;
}
.map iframe {
	width: 100%;
	height: 630px;
}
.single-contact-box {
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 30px;
}
.single-contact-box i {
	line-height: 50px;
	width: 50px;
	height: 50px;
	border: 1px dashed #ef6623;
	border-radius: 50%;
	font-size: 20px;
	display: inline-block;
	color: #ef6623;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 20px;
}
.single-contact-box:hover i {
	background-color: #ef6623;
	color: #fff;
}
.single-contact-box .content-title h3 {
	margin-bottom: 10px;
}
.single-contact-box .content-title a {
	display: block;
	font-size: 15px;
	color: #747171;
}
.single-contact-box .content-title a:hover {
	color: #ef6623;
}
.error-area {
	padding: 50px 0;
	height: 100vh;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.error-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -1;
}
.error-area .error-contant-wrap {
	z-index: 1;
	position: relative;
}
.error-area .error-contant-wrap img {
	max-width: 300px;
	width: 100%;
}
.error-area .error-contant-wrap h3 {
	margin: 30px 0 0;
	font-family: 'Open Sauce One', sans-serif;
	position: relative;
	color: red;
}
.error-area .error-contant-wrap p {
	margin: 20px 0 30px;
	font-size: 19px;
}
.faq-page .questions {
	padding: 0;
}
.faq-page .questions::before {
	display: none;
}
.faq-page .questions .contact-form {
	margin: 0;
	padding: 30px;
}
.faq-page .questions .contact-form h3 {
	color: #fff;
}
.client-page {
	background-image: none;
}
.client-page .client-details {
	-webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 30px;
}
.client-page .client-details:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.coming-soon-area {
	position: relative;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
	background-image: url(../img/choose-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.coming-soon-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #012068;
	opacity: 0.9;
	z-index: 1;
}
.coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
.coming-soon-content h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	margin-top: -18px;
}
.coming-soon-content p {
	color: #f3f3f3;
	line-height: 1.8;
	font-size: 14.5px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.coming-soon-content #timer {
	margin-top: 30px;
}
.coming-soon-content #timer div {
	display: inline-block;
	color: #ef6623;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 65px;
	font-weight: 700;
}
.coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -15px;
	font-size: 16px;
	font-weight: 400;
}
.coming-soon-content #timer div:last-child {
	margin-right: 0;
}
.coming-soon-content #timer div:last-child::before {
	display: none;
}
.coming-soon-content #timer div:first-child {
	margin-left: 0;
}
.coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: #fff;
}
.coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	padding-left: 15px;
	color: #fff;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.coming-soon-content
	.newsletter-form
	.input-newsletter::-webkit-input-placeholder {
	color: #fff;
}
.coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #fff;
}
.coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #fff;
}
.coming-soon-content .newsletter-form .input-newsletter::placeholder {
	color: #fff;
}
.coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: #ef6623;
}
.coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	text-transform: uppercase;
	outline: 0;
	color: #fff;
	background-color: #25283a;
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	border-radius: 0 !important;
}
.coming-soon-content .newsletter-form button::after {
	border-radius: 0;
}
.coming-soon-content .newsletter-form button::before {
	border-radius: 0;
}
.coming-soon-content .newsletter-form #validator-newsletter {
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}
.sign-up-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sign-up-area .contact-form-action {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	padding: 40px;
	max-width: 570px;
	margin: auto;
}
.sign-up-area .contact-form-action .form-heading {
	margin-bottom: 33px;
}
.sign-up-area .contact-form-action .form-heading .form-title {
	font-size: 38px;
	color: #233d63;
	font-weight: 600;
	margin-bottom: 10px;
}
.sign-up-area .contact-form-action .form-heading .form-desc {
	font-size: 18px;
	color: #677286;
	font-weight: 500;
}
.sign-up-area .contact-form-action .form-heading .reset-desc {
	line-height: 30px;
	margin-top: 15px;
}
.sign-up-area .contact-form-action .form-heading .reset-desc a {
	color: #ef6623;
}
.sign-up-area .contact-form-action .form-heading .reset-desc {
	font-size: 16px;
}
.sign-up-area .contact-form-action .form-heading .reset-desc a {
	font-weight: 600;
}
.sign-up-area .contact-form-action form .submit-btn {
	margin-top: 24px;
}
.sign-up-area .contact-form-action form .default-btn {
	cursor: pointer;
	margin-bottom: 30px;
	padding: 12px 20px;
}
.sign-up-area .contact-form-action form .default-btn i {
	margin-right: 5px;
}
.sign-up-area .contact-form-action form .btn-facebook {
	background-color: #3b5998;
}
.sign-up-area .contact-form-action form .btn-twitter {
	background-color: #31a5ff;
}
.sign-up-area .contact-form-action form .reset-btn {
	margin-top: 0;
}
.sign-up-area .contact-form-action form .form-condition {
	margin-bottom: 20px;
}
.sign-up-area .contact-form-action form .form-condition .agree-label {
	font-weight: 600;
}
.sign-up-area .contact-form-action form .form-condition .agree-label a {
	color: #ef6623;
}
.sign-up-area .contact-form-action form .form-group {
	margin-bottom: 30px;
}
.sign-up-area .contact-form-action .account-desc {
	margin-top: -8px;
	font-weight: 600;
}
.sign-up-area .contact-form-action .account-desc a {
	color: #ef6623;
	margin-left: 10px;
	font-weight: 600;
}
.sign-up-area .contact-form-action #chb1 {
	position: relative;
	top: 1px;
}
.sign-up-area .contact-form-action #chb2 {
	position: relative;
	top: 1px;
}
.sign-up-area .contact-form-action .forget {
	float: right;
	color: #ef6623;
	font-weight: 600;
}
.sign-up-area .contact-form-action .now-register {
	font-weight: 600;
	float: right;
}
.sign-up-area .contact-form-action .now-register a {
	color: #ef6623;
}
.sign-up-area .contact-form-action .now-log-in {
	color: #ef6623;
	font-weight: 600;
}
.sign-up-area .contact-form-action .now-log-in .font-q {
	font-weight: 600;
}
.sign-up-area:before {
	position: absolute;
	content: "";
	z-index: -1;
	width: 50%;
	height: 60%;
	top: 0;
	left: -30px;
	background-image: url(../img/shape/10.png);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	opacity: 0.1;
	background-position: center;
}
.sign-up-area:after {
	position: absolute;
	content: "";
	z-index: -1;
	width: 50%;
	height: 60%;
	top: 0;
	left: -30px;
	background-image: url(../img/shape/10.png);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	opacity: 0.1;
	background-position: center;
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
}
.blog-details-desc .article-image img {
	width: 100%;
}
.blog-details-desc .article-content {
	margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
	margin-bottom: -10px;
}
.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #ef6623;
	margin-right: 21px;
	font-size: 14px;
}
.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #ef6623;
	font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #666;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #ef6623;
}
.blog-details-desc .article-content .entry-meta ul li i {
	color: #ef6623;
	margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
	content: "";
	position: absolute;
	top: 11px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #ef6623;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}
.blog-details-desc .article-content h3 {
	margin-bottom: 13px;
	margin-top: 25px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}
.blog-details-desc .article-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #ef6623;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #666;
}
.blog-details-desc .article-footer .article-tags a:hover {
	color: #ef6623;
}
.blog-details-desc .article-footer .article-share {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 2px;
	font-weight: 500;
	color: #666;
}
.blog-details-desc .article-footer .article-share .social li a {
	display: block;
	color: #ef6623;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #faf5f5;
	text-align: center;
	font-size: 14px;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #fff;
	background-color: #ef6623;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.blog-details-desc .post-navigation {
	margin-top: 30px;
}
blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}
blockquote p {
	color: #ef6623;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 600;
	font-size: 18px !important;
}
blockquote cite {
	display: none;
}
blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "font awesome 5 free";
	font-size: 140px;
	font-weight: 900;
}
blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #ef6623;
	margin-top: 20px;
	margin-bottom: 20px;
}
.post-navigation {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
}
.post-navigation .navigation-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
	margin-right: 2px;
}
.post-navigation .navigation-links .nav-next {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
	margin-left: 2px;
}
.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
	color: #000;
}
.post-navigation .navigation-links div a:hover {
	color: #ef6623;
}
.comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
	background-color: #fff;
}
.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 22px;
	font-weight: 600;
}
.comments-area .comments-title::before {
	content: "";
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #ef6623;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.comments-area ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comments-area .children {
	margin-left: 40px;
}
.comments-area .comment-body {
	border-bottom: 1px solid #eee;
	padding-left: 65px;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.comments-area .comment-body .reply {
	margin-top: 15px;
}
.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #012068;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
	color: #fff;
	background-color: #ef6623;
	border-color: #ef6623;
}
.comments-area .comment-meta {
	margin-bottom: 0.8em;
}
.comments-area .comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}
.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
	border-radius: 50%;
}
.comments-area .comment-author .fn {
	font-weight: 600;
	color: #ef6623;
}
.comments-area .comment-author .says {
	display: none;
}
.comments-area .comment-metadata {
	color: #666;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}
.comments-area .comment-metadata a {
	color: #666;
}
.comments-area .comment-metadata a:hover {
	color: #ef6623;
}
.comments-area .comment-content p {
	font-size: 14px;
}
.comments-area .comment-respond {
	margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 15px;
	position: relative;
	font-size: 22px;
	font-weight: 600;
}
.comments-area .comment-respond .comment-reply-title::before {
	content: "";
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #ef6623;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.comments-area
	.comment-respond
	.comment-reply-title
	#cancel-comment-reply-link {
	display: inline-block;
}
.comments-area .comment-respond .comment-form {
	overflow: hidden;
}
.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%;
}
.comments-area .comment-respond label {
	display: block;
	font-weight: 500;
	color: #012068;
	margin-bottom: 5px;
}
.comments-area .comment-respond input[type="datetime-local"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="datetime-local"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="week"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="week"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="month"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="month"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="text"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="text"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="email"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="email"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="url"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="url"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="password"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="password"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="search"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="search"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="tel"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="tel"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond input[type="number"] {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond input[type="number"]:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.comments-area .comment-respond textarea:focus {
	border-color: #ef6623;
}
.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #666;
	font-weight: 400;
}
.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}
.comments-area .comment-respond .form-submit input {
	background: #ef6623;
	border: none;
	color: #fff;
	padding: 14px 30px 12px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	font-size: 14px;
}
.comments-area .comment-respond .form-submit input:hover {
	color: #fff;
	background-color: #ef6623;
}
.comments-area .comment-respond .form-submit input:focus {
	color: #fff;
	background-color: #ef6623;
}
.widget-area .widget {
	margin-top: 35px;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
	background-color: #fff;
	padding: 25px;
}
.widget-area .widget:first-child {
	margin-top: 0;
}
.widget-area .widget .widget-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	font-size: 20px;
}
.widget-area .widget .widget-title::before {
	content: "";
	position: absolute;
	background: #ef6623;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
}
.widget-area .widget_search form {
	position: relative;
}
.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
	display: none;
}
.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
	border-color: #ef6623;
}
.widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	border: none;
	color: #fff;
	background-color: #ef6623;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
.widget-area .widget_search form button:hover {
	background-color: #ef6623;
}
.widget-area .widget-peru-posts-thumb {
	position: relative;
	overflow: hidden;
}
.widget-area .widget-peru-posts-thumb .item {
	overflow: hidden;
	margin-bottom: 20px;
}
.widget-area .widget-peru-posts-thumb .item:last-child {
	margin-bottom: 0;
}
.widget-area .widget-peru-posts-thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}
.widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}
.widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
	background-image: url(../img/blog-details/2.jpg);
}
.widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
	background-image: url(../img/blog-details/3.jpg);
}
.widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
	background-image: url(../img/blog-details/4.jpg);
}
.widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
	background-image: url(../img/blog-details/5.jpg);
}
.widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg5 {
	background-image: url(../img/blog-details/6.jpg);
}
.widget-area .widget-peru-posts-thumb .item .info {
	overflow: hidden;
}
.widget-area .widget-peru-posts-thumb .item .info span {
	display: block;
	color: #666;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
}
.widget-area .widget-peru-posts-thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 600;
}
.widget-area .widget-peru-posts-thumb .item .info .title a {
	display: inline-block;
	color: #474c40;
}
.widget-area .widget-peru-posts-thumb .item .info .title a:hover {
	color: #ef6623;
}
.widget-area .widget_recent_entries ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #666;
	padding-left: 17px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 600;
}
.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
	background: #ef6623;
	position: absolute;
	height: 7px;
	width: 7px;
	content: "";
	left: 0;
	top: 7px;
}
.widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 4px;
}
.widget-area .widget_categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget-area .widget_categories ul li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #666;
	padding-left: 17px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #efefef;
}
.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.widget-area .widget_categories ul li::before {
	background: #ef6623;
	position: absolute;
	height: 10px;
	width: 10px;
	content: "";
	left: 0;
	top: 9px;
}
.widget-area .widget_categories ul li a {
	display: block;
	color: #666;
}
.widget-area .widget_categories ul li a span {
	float: right;
}
.widget-area .widget_categories ul li a:hover {
	color: #ef6623;
}
.widget-area .widget_categories ul li .post-count {
	float: right;
}
.widget-area .widget_meta ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #666;
	padding-left: 17px;
	font-size: 15px;
	font-weight: 600;
}
.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
	background: #ef6623;
	position: absolute;
	height: 7px;
	width: 7px;
	content: "";
	left: 0;
	top: 7px;
}
.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}
.widget-area .tagcloud a {
	display: inline-block;
	color: #666;
	font-weight: 600;
	font-size: 14px !important;
	padding: 7px 10px;
	border: 1px dashed #eee;
	margin-top: 10px;
	margin-right: 10px;
}
.widget-area .tagcloud a:hover {
	background-color: #ef6623;
	color: #fff;
	border-color: #ef6623;
}
.widget-area .tagcloud a:focus {
	background-color: #ef6623;
	color: #fff;
	border-color: #ef6623;
}
.widget-area .widget_services_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	background-color: #fff;
}
.widget-area .widget_services_list ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	color: #5d6576;
	z-index: 1;
	font-weight: 500;
}
.widget-area .widget_services_list ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #252920;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.widget-area .widget_services_list ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget-area .widget_services_list ul li a:hover {
	background-color: #ef6623;
	color: #fff;
	padding-left: 20px;
}
.widget-area .widget_services_list ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}
.widget-area .widget_services_list ul li a.active {
	background-color: #ef6623;
	color: #fff;
	padding-left: 20px;
}
.widget-area .widget_services_list ul li a.active::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}
.widget-area .widget_services_list ul li:last-child a {
	border-bottom: none;
}
.widget-area .widget_download ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	background-color: #fff;
}
.widget-area .widget_download ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	color: #5d6576;
	z-index: 1;
	font-weight: 500;
}
.widget-area .widget_download ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #252920;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.widget-area .widget_download ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget-area .widget_download ul li a:hover {
	background-color: #ef6623;
	color: #fff;
	padding-left: 20px;
}
.widget-area .widget_download ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}
.widget-area .widget_download ul li a.active {
	background-color: #ef6623;
	color: #fff;
	padding-left: 20px;
}
.widget-area .widget_download ul li a.active::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}
.widget-area .widget_download ul li:last-child a {
	border-bottom: none;
}
.blog-details-desc .single-blog-post {
	margin-left: 0;
	margin-right: 0;
}
.service-pro {
	margin-top: 100px;
}
.service-pro h2{
	text-align: center;
	color:#ef6623;
	text-decoration: overline;
}
.service-list-pro ul li {
	font-size: 16px;
	font-weight: 500;
	color: #012068;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.service-list-pro ul li:last-child {
	margin-bottom: 0;
}
.service-list-pro ul li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #012068;
	text-align: center;
	border-radius: 4px;
}

.service-list-pro1 ul li {
	font-size: 13px;
	font-weight: 650;
	color: #012068;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.service-list-pro1 ul li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #012068;
	text-align: center;
	border-radius: 4px;
}
.project-slide-wrap .owl-nav.disabled + .owl-dots {
	line-height: 0.01;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.project-slide-wrap .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	background: 0 0;
	border: 1px solid #ef6623;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}
.project-slide-wrap .owl-dots .owl-dot:hover span {
	border-color: #ef6623;
	background: 0 0;
}
.project-slide-wrap .owl-dots .owl-dot:hover span::before {
	background-color: #ef6623;
}
.project-slide-wrap .owl-dots .owl-dot.active span {
	border-color: #ef6623;
	background: 0 0;
	position: relative;
}
.project-slide-wrap .owl-dots .owl-dot.active span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ef6623;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
	margin: 3px;
}
.shop-area .woocommerce-topbar {
	margin-bottom: 40px;
}
.shop-area .woocommerce-topbar .woocommerce-topbar-ordering {
	text-align: right;
}
.shop-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
	background-color: #fff;
	color: #ef6623;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	float: unset;
	height: unset;
	line-height: initial;
	padding: 17px 35px 13px 20px;
	font-size: 16px;
}
.shop-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shop-area
	.woocommerce-topbar
	.woocommerce-topbar-ordering
	.nice-select
	.list
	.option {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.shop-area
	.woocommerce-topbar
	.woocommerce-topbar-ordering
	.nice-select
	.list
	.option:hover {
	background-color: #ef6623 !important;
	color: #fff;
}
.shop-area
	.woocommerce-topbar
	.woocommerce-topbar-ordering
	.nice-select
	.list
	.option.selected {
	background-color: transparent;
	font-weight: 700;
}
.shop-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
	right: 20px;
}
.shop-area .single-product-box {
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
	border:2px dotted #ef6623;
}
.shop-area .single-product-box .product-image {
	overflow: hidden;
	position: relative;
	text-align: left;
}
.shop-area .single-product-box .product-image a img {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.shop-area .single-product-box .product-image .add-to-cart-btn {
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 100%;
	background-color: #012068;
	color: #fff;
	padding: 18px 20px 13px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}
.shop-area .single-product-box .product-image .add-to-cart-btn i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-area .single-product-box .product-image .add-to-cart-btn:hover {
	background-color: #ef6623;
	color: #fff;
}
.shop-area .single-product-box .product-image .sale-btn {
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: #ef6623;
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.shop-area .single-product-box .product-content {
	padding: 15px 0px;
}
.shop-area .single-product-box .product-content h3 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
}
.shop-area .single-product-box .product-content h3 a {
	display: inline-block;
	color: #ef6623;
	text-decoration: none;
}
.shop-area .single-product-box:hover{
	background-color: #012068;
	
}
.shop-area .single-product-box .product-content .price {
	color: #012068;
	font-weight: 600;
	font-size: 15px;
}
.shop-area .single-product-box .product-content .price span {
	padding: 0 5px;
}
.shop-area .single-product-box .product-content .price .old {
	text-decoration: line-through;
	color: #ef6623;
	font-size: 14px;
}
.shop-area .single-product-box .product-content .rating {
	margin-top: 12px;
	color: #ffb708;
	font-size: 15px;
}
.shop-area .single-product-box .product-content .rating i {
	margin-right: -1px;
}
.shop-area .single-product-box:hover .product-image .add-to-cart-btn {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	text-decoration: none;
}
.cart-area .cart-table table {
	margin-bottom: 0;
}
.cart-area .cart-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	padding: 0 0 15px;
	text-transform: uppercase;
	border: none;
	font-weight: 700;
	font-size: 16px;
}
.cart-area .cart-table table tbody tr td {
	vertical-align: middle;
	color: #666;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	border-color: #eaedff;
	border-left: none;
	border-right: none;
}
.cart-area .cart-table table tbody tr td.product-thumbnail img {
	width: 60px;
	height: 60px;
}
.cart-area .cart-table table tbody tr td.product-thumbnail a {
	display: block;
}
.cart-area .cart-table table tbody tr td.product-name a {
	color: #666;
	font-weight: 600;
	display: inline-block;
}
.cart-area .cart-table table tbody tr td.product-name a:hover {
	color: #012068;
}
.cart-area .cart-table table tbody tr td.product-price span {
	font-weight: 500;
}
.cart-area .cart-table table tbody tr td.product-subtotal {
	overflow: hidden;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove {
	color: #666;
	float: right;
	position: relative;
	top: 1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
	font-size: 22px;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
	color: red;
}
.cart-area .cart-table table tbody tr td.product-subtotal span {
	font-weight: 500;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #012068;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.cart-area
	.cart-table
	table
	tbody
	tr
	td.product-quantity
	.input-counter
	span:hover {
	color: #ef6623;
}
.cart-area
	.cart-table
	table
	tbody
	tr
	td.product-quantity
	.input-counter
	span.minus-btn {
	left: 0;
}
.cart-area
	.cart-table
	table
	tbody
	tr
	td.product-quantity
	.input-counter
	span.plus-btn {
	right: 0;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #012068;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
}
.cart-area
	.cart-table
	table
	tbody
	tr
	td.product-quantity
	.input-counter
	input::-webkit-input-placeholder {
	color: #012068;
}
.cart-area
	.cart-table
	table
	tbody
	tr
	td.product-quantity
	.input-counter
	input:-ms-input-placeholder {
	color: #012068;
}
.cart-area
	.cart-table
	table
	tbody
	tr
	td.product-quantity
	.input-counter
	input::-ms-input-placeholder {
	color: #012068;
}
.cart-area
	.cart-table
	table
	tbody
	tr
	td.product-quantity
	.input-counter
	input::placeholder {
	color: #012068;
}
.cart-area .cart-buttons {
	margin-top: 30px;
}
.cart-area .cart-totals {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	border-radius: 0;
	margin: auto;
	margin-top: 50px;
}
.cart-area .cart-totals h3 {
	margin-bottom: 25px;
	font-weight: 700;
}
.cart-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none;
}
.cart-area .cart-totals ul li {
	border: 1px solid #eaedff;
	padding: 10px 15px;
	color: #323232;
	overflow: hidden;
	font-weight: 700;
}
.cart-area .cart-totals ul li:first-child {
	border-bottom: none;
}
.cart-area .cart-totals ul li:last-child {
	border-top: none;
}
.cart-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400;
}
.cart-area .cart-area .nice-select {
	height: 50px;
	line-height: 49px;
	border-radius: 0;
	width: 100%;
	margin-bottom: 18px;
}
.cart-area .cart-wraps {
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 40px;
}
.cart-area .coupon-wrap {
	margin-top: 50px;
	background-color: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap .nice-select .list {
	width: 100%;
}
.cart-area .coupon-wrap .nice-select .option {
	color: #012068 !important;
}
.cart-area .coupon-wrap .nice-select .option:hover {
	color: #fff !important;
	background-color: #ef6623 !important;
}
.cart-area .coupon-wrap select .option.focus,
.cart-area .coupon-wrap .nice-select .option.selected.focus {
	background-color: #ef6623 !important;
	color: #fff !important;
}
.cart-area .coupon-wrap h3 {
	padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
	margin-bottom: 18px;
}
.cart-area .coupon-wrap .nice-select {
	height: 50px;
	width: 100%;
	margin-bottom: 19px;
	border-radius: 0;
}
.cart-area .coupon-wrap .nice-select .current {
	position: relative;
	top: 4px;
}
.cart-area .table-bordered > :not(caption) > * {
	border-width: 1px 0;
	border-top: none;
}
.cart-area .text-right {
	text-align: right;
}
.checkout-area .user-actions {
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 18px 20px 15px;
	margin-bottom: 65px;
	border-top: 3px solid #ef6623;
	position: relative;
	color: #ef6623;
}
.checkout-area .user-actions::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -35px;
	width: 100%;
	height: 1px;
	background: #eee;
}
.checkout-area .user-actions i {
	color: #ef6623;
	margin-right: 2px;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.checkout-area .user-actions span {
	display: inline-block;
	font-weight: 500;
	color: #012068;
}
.checkout-area .user-actions span a {
	display: inline-block;
	color: #ef6623;
	font-size: 15px;
}
.checkout-area .user-actions span a:hover {
	color: #ef6623;
}
.checkout-area .user-actions span a:focus {
	color: #ef6623;
}
.checkout-area .checkout-area .title {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 700;
}
.checkout-area .billing-details {
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.checkout-area .billing-details .form-group {
	margin-bottom: 20px;
}
.checkout-area .billing-details .form-group label {
	display: block;
	color: #012068;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
}
.checkout-area .billing-details .form-group label .required {
	color: red;
}
.checkout-area .billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: #012068;
	padding-top: 0;
	padding-bottom: 0;
}
.checkout-area .billing-details .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkout-area .billing-details .form-group .nice-select .list .option {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-left: 20px;
	padding-right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .list .option:hover {
	background-color: #ef6623 !important;
	color: #fff;
}
.checkout-area
	.billing-details
	.form-group
	.nice-select
	.list
	.option.selected {
	background-color: transparent;
}
.checkout-area .billing-details .form-group .nice-select:after {
	right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area
	.billing-details
	.form-group
	.nice-select
	.option.selected.focus {
	background-color: #ef6623 !important;
	color: #fff !important;
}
.checkout-area .billing-details .form-group textarea {
	padding-top: 13px;
}
.checkout-area .billing-details .form-check {
	margin-bottom: 20px;
}
.checkout-area .billing-details .form-check .form-check-label {
	color: #012068;
}
.checkout-area .billing-details .form-check label {
	position: relative;
	top: 1px;
	font-size: 14px;
	font-weight: 500;
}
.checkout-area .billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0;
}
.checkout-area .order-details .order-table {
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.checkout-area .order-details .order-table table {
	margin-bottom: 0;
}
.checkout-area .order-details .order-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	border-color: #eaedff;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-weight: 700;
}
.checkout-area .order-details .order-table table tbody tr td {
	vertical-align: middle;
	color: #012068;
	border-color: #eaedff;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.checkout-area .order-details .order-table table tbody tr td.product-name a {
	color: #012068;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}
.checkout-area
	.order-details
	.order-table
	table
	tbody
	tr
	td.product-name
	a:hover {
	color: #012068;
}
.checkout-area
	.order-details
	.order-table
	table
	tbody
	tr
	td.order-subtotal
	span {
	color: #012068;
	font-weight: 600;
}
.checkout-area
	.order-details
	.order-table
	table
	tbody
	tr
	td.order-shipping
	span {
	color: #012068;
	font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.total-price span {
	color: #012068;
	font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.shipping-price {
	font-weight: 600;
}
.checkout-area
	.order-details
	.order-table
	table
	tbody
	tr
	td.order-subtotal-price {
	font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
	font-weight: 600;
}
.checkout-area .order-details .payment-box {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	margin-top: 30px;
	padding: 30px;
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:checked {
	display: none;
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:checked
	+ label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #ef6623;
	position: relative;
	margin-bottom: 8px;
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:checked
	+ label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:checked
	+ label::after {
	content: "";
	width: 12px;
	height: 12px;
	background: #ef6623;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:not(:checked) {
	display: none;
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:not(:checked)
	+ label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #012068;
	position: relative;
	margin-bottom: 8px;
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:not(:checked)
	+ label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
}
.checkout-area
	.order-details
	.payment-box
	.payment-method
	p
	[type="radio"]:not(:checked)
	+ label::after {
	content: "";
	width: 12px;
	height: 12px;
	background: #ef6623;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.checkout-area .order-details .payment-box .btn.order-btn {
	display: block;
	margin-top: 25px;
}
.checkout-area .order-details .payment-box .default-btn {
	margin-top: 20px;
	display: block;
	text-align: center;
}
.shop-details-area .product-details-desc h3 {
	margin-bottom: 12px;
	font-weight: 700;
}
.shop-details-area .product-details-desc p {
	margin-bottom: 0;
}
.shop-details-area .product-details-desc .price {
	margin-bottom: 10px;
	color: #333;
	font-weight: 700;
}
.shop-details-area .product-details-desc .price span {
	padding: 0 5px;
}
.shop-details-area .product-details-desc .price .old-price {
	text-decoration: line-through;
	color: #828893;
	font-size: 13px;
}
.shop-details-area .product-details-desc .product-review {
	margin-bottom: 15px;
}
.shop-details-area .product-details-desc .product-review .rating {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
}
.shop-details-area .product-details-desc .product-review .rating i {
	color: #ffba0a;
}
.shop-details-area .product-details-desc .product-review .rating-count {
	display: inline-block;
	color: #333;
	border-bottom: 1px solid #333;
	line-height: initial;
}
.shop-details-area .product-details-desc .product-review .rating-count:hover {
	color: #ef6623;
	border-color: #ef6623;
}
.shop-details-area .product-details-desc .product-add-to-cart {
	margin-top: 20px;
}
.shop-details-area .product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	span:hover {
	color: #012068;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	span.minus-btn {
	left: 0;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	span.plus-btn {
	right: 0;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	input {
	height: 45px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	input::-webkit-input-placeholder {
	color: #333;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	input:-ms-input-placeholder {
	color: #333;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	input::-ms-input-placeholder {
	color: #333;
}
.shop-details-area
	.product-details-desc
	.product-add-to-cart
	.input-counter
	input::placeholder {
	color: #333;
}
.shop-details-area .product-details-desc .product-add-to-cart .default-btn {
	border: none;
	cursor: pointer;
	float: right;
}
.shop-details-area .product-details-desc .product-add-to-cart .btn {
	height: 45px;
	top: -2px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.shop-details-area .product-details-desc .product-add-to-cart .btn i {
	margin-right: 2px;
}
.shop-details-area .product-details-desc .buy-checkbox-btn {
	margin-top: 20px;
}
.shop-details-area .product-details-desc .buy-checkbox-btn input {
	display: none;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx {
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.cbx
	span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	-webkit-transform: scale(1);
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #ebebeb;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.cbx
	span:first-child
	svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.cbx
	span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #333;
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.cbx
	span:last-child {
	padding-left: 4px;
	color: #57647c;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.cbx:hover
	span:first-child {
	border-color: #333;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.inp-cbx:checked
	+ .cbx
	span:first-child {
	background: #333;
	border-color: #333;
	-webkit-animation: wave 0.4s ease;
	animation: wave 0.4s ease;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.inp-cbx:checked
	+ .cbx
	span:first-child
	svg {
	stroke-dashoffset: 0;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.inp-cbx:checked
	+ .cbx
	span:first-child:before {
	-webkit-transform: scale(3.5);
	transform: scale(3.5);
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.shop-details-area
	.product-details-desc
	.buy-checkbox-btn
	.item:not(:first-child) {
	margin-top: 15px;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .btn {
	display: block;
	width: 100%;
}
.shop-details-area .product-details-desc .buy-checkbox-btn .default-btn {
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.shop-details-area .product-details-desc .custom-payment-options {
	margin-top: 20px;
}
.shop-details-area .product-details-desc .custom-payment-options span {
	display: block;
	color: #57647c;
	margin-bottom: 15px;
}
.shop-details-area
	.product-details-desc
	.custom-payment-options
	.payment-methods
	a {
	display: inline-block;
}
.shop-details-area
	.product-details-desc
	.custom-payment-options
	.payment-methods
	a
	img {
	width: 40px;
	margin-right: 5px;
}
.shop-details-area .product-details-image {
	text-align: center;
	background-color: #f7f7f7;
}
.shop-details-area .tab .tabs_item {
	display: none;
}
.shop-details-area .tab .tabs_item:first-child {
	display: block;
}
.shop-details-area .products-details-tab {
	margin-top: 50px;
}
.shop-details-area .products-details-tab .tabs {
	list-style-type: none;
	margin-bottom: -1px;
	padding-left: 0;
}
.shop-details-area .products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 5px;
}
.shop-details-area .products-details-tab .tabs li a {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #333;
	border: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 48px;
	font-weight: 700;
}
.shop-details-area .products-details-tab .tabs li a .dot {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	width: 12px;
	height: 12px;
	border: 1px solid #333;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}
.shop-details-area .products-details-tab .tabs li a .dot::before {
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	margin: 2px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.shop-details-area .products-details-tab .tabs li a:hover {
	color: #fff;
	background-color: #ef6623;
	border-color: #ef6623;
}
.shop-details-area .products-details-tab .tabs li a:hover .dot {
	border-color: #fff;
}
.shop-details-area .products-details-tab .tabs li a:hover .dot::before {
	background: #fff;
}
.shop-details-area .products-details-tab .tabs li a:focus {
	color: #fff;
	background-color: #ef6623;
	border-color: #ef6623;
}
.shop-details-area .products-details-tab .tabs li a:focus .dot {
	border-color: #fff;
}
.shop-details-area .products-details-tab .tabs li a:focus .dot::before {
	background: #fff;
}
.shop-details-area .products-details-tab .tabs li:last-child {
	margin-right: 0;
}
.shop-details-area .products-details-tab .tabs li.current a {
	color: #fff;
	background-color: #ef6623;
	border-color: #ef6623;
}
.shop-details-area .products-details-tab .tabs li.current a .dot {
	border: 1px solid #fff;
}
.shop-details-area .products-details-tab .tabs li.current a .dot::before {
	background: #fff;
}
.shop-details-area .products-details-tab .tab_content {
	border: 1px solid #eee;
	padding: 30px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	p {
	margin-bottom: 20px;
	font-size: 14px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	p:last-child {
	margin-bottom: 0;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.additional-information
	li {
	border: 1px solid #eee;
	border-bottom: none;
	padding: 10px 15px;
	color: #57647c;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.additional-information
	li:last-child {
	border-bottom: 1px solid #eee;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.additional-information
	li
	span {
	display: inline-block;
	width: 30%;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	h3 {
	margin-bottom: 15px;
	font-weight: 700;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-title {
	position: relative;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-title
	.rating {
	display: inline-block;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-title
	.rating
	.fas.fa-star {
	color: #ffba0a;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-title
	.rating
	i {
	color: #ffba0a;
	font-size: 14px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-title
	p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-title
	.btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-title
	.btn:focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 4px;
	background-color: #012068;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments {
	margin-top: 35px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item {
	margin-top: 30px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eee;
	padding-top: 30px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	.rating
	.fas.fa-star {
	color: #ffba0a;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	.rating
	i {
	font-size: 14px;
	color: #ffba0a;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	span
	strong {
	font-weight: 600;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	p {
	margin-bottom: 0;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	.review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-comments
	.review-item
	.review-report-link:hover {
	color: #ff4800;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-form {
	margin-top: 30px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-form
	form
	.form-group {
	margin-bottom: 20px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-form
	form
	.form-group
	label {
	color: #444;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-form
	form
	.form-group
	textarea {
	padding-top: 15px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-form
	form
	.form-group
	.form-control {
	font-size: 14px;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-form
	form
	.btn {
	border-radius: 0;
}
.shop-details-area
	.products-details-tab
	.tab_content
	.tabs_item
	.products-details-tab-content
	.product-review-form
	.review-form
	form
	.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}





.help-block.with-errors {
	margin-top: 10px;
}
.list-unstyled li {
	color: #dc3545;
}
.text-danger {
	color: #dc3545 !important;
	margin-top: 10px;
}
.text-success {
	color: #28a745 !important;
	margin-top: 10px;
}
label {
	margin-bottom: 12px;
}
.scroll{
	scroll-behavior: smooth;
}

/** service-21**/

.content_block_28 .content-box{
  padding-right: 50px;
  padding-left: 50px;
   background: #fff;
}

.content_block_28 .content-box .image-box{
  width: 100%;
  height:100%;
  overflow: hidden;
}
.fa-check.content_block_28 .content-box .image-box:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.content_block_28 .content-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_28 .content-box .image-box img{
  width: 100%;
  border-radius: 10px;
}

.content_block_28 .content-box .list li:before{
  position: absolute;
  
  font: normal normal normal 16px/1 FontAwesome;
content: '\f00c';
  left: 0px;
  top: 8px;
  width: 12px;
  height: 12px;
  
}

.content_block_28 .content-box .theme-btn{
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sauce One', sans-serif;
  border: 3px solid #ef6623;
  color: #141417 !important;
}

.service-21 .tab-btns li{
  position: relative;
  display: block;
  background: #fff;
  padding: 47px 25px 47px 80px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  z-index: 1;
  color: #141417;
  transition: all 500ms ease;
}

.service-21 .tab-btns li:last-child{
  margin-bottom: 0px;
}

.service-21 .tab-btns li.active-btn h6,
.service-21 .tab-btns li:hover h6,
.service-21 .tab-btns li.active-btn .icon-box,
.service-21 .tab-btns li:hover .icon-box{
  color: #fff;
}

.service-21 .tab-btns li:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-21 .tab-btns li:hover:before,
.service-21 .tab-btns li.active-btn:before{
  width: 100%;
}

.service-21 .tab-btns li .icon-box{
  top: 43px;
}

.service-21 .tab-btns li:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: all 500ms ease;
}

.service-21 .tab-btns li:hover:after,
.service-21 .tab-btns li.active-btn:after{
  opacity: 1;
}

.service-21 .tabs-content .shape .shape-1{
  left: -30px;
  top: -30px;
  background-repeat: no-repeat;
}

.service-21 .tabs-content .shape .shape-2{
  right: -110px;
  width: 87px;
  height: 87px;
  background-repeat: no-repeat;
  z-index: 1;
}

.service-21 .tabs-content .shape .shape-3{
  bottom: -65px;
  right: -80px;
  background: #f0f0f0;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.service-21 .tab-btns li:hover,
.service-21 .tab-btns li.active-btn{
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.content_block_29 .content-box {
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
}

.content_block_29 .content-box .image-box{
  width: 680px;
  height: 400px;
  overflow: hidden;
}

.content_block_29 .content-box .image-box:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.content_block_29 .content-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_29 .content-box .image-box img{
  width: 100%;
  border-radius: 10px;
}

.content_block_29 .content-box .list li:before{
  position: absolute;
  font: normal normal normal 16px/1 FontAwesome;
content: '\f00c';
  left: 0px;
  top: 8px;
  width: 12px;
  height: 12px;
  
}

.content_block_29 .content-box .theme-btn{
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sauce One', sans-serif;
  border: 3px solid #ef6623;
  color: #141417 !important;
}

.content_block_28 .content-box .theme-btn:hover,
.content_block_29 .content-box .theme-btn:hover{
  color: #fff !important;
}
.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

/** Breadcrumbs ------------------------- **/
.bread{
	background-color: #E0E0E0;
	border-bottom: 1px solid #012068;
    padding: 1px 60px;
}
.bread ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	
}
.bread ul li {
	display: inline-block;
	color: #ef6623;
	position: relative;
	font-size: 15px;
	font-weight: 700;
	
}
.bread ul li i {
	font-size: 12px;
	margin: 0 10px;
}
.bread ul li a {
	color: #012068;
}
.bread ul li a:hover {
	color: #ef6623;
}
.bread ul li a i {
	font-size: 12px;
	margin: 0 10px;
}



/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
	border: 0;
	/* padding: 0px 0px 0px 20px; */
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  .values .card-body {
	z-index: 10;
	/*background: #E8E8E8;*/
	border:2px solid orange;
	padding: 0px 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transition: ease-in-out 0.4s;
	border-radius: 5px;
  }
  .values .card-title {
	font-weight: 700;
	/*text-align: center;*/
	/* margin-bottom: 15px; */
  }
  .values .card-title a {
	color: #473d3a;
  }
  .values .card-text {
	color: #4b4949;
	text-align: justify;
  }
  .values .read-more a {
	color: #656262;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: 0.4s;
  }
  .values .read-more a:hover {
	text-decoration: underline;
  }
  .values .card:hover .card-body {
	/*background: #012068;*/
  }
  .values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a {
	color:#ef6623;
  }

  #testimonial-slider{
    max-width: 730px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

#testimonial-slider .para{
    margin-bottom:3rem;
    position: relative;
    font-style: italic;
}

#testimonial-slider::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    top: 18%;
    font-size: 220px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.1;
    font-style: normal;
}

#testimonial-slider .name{
    font-weight: 600;
    font-style: normal;
    margin: 0;
}

#testimonial-slider .designation{
    font-size: 15px;
}

#testimonial-slider .ratings{
    margin: 0;
    padding: 0;
    padding-top: 5px;
    display: block;
}

#testimonial-slider .ratings > li{
    display: inline-block;
    font-size: 13px;
    color: #ffce22;
    line-height: 1;
}


#testimonials-avatar .owl-dot {
    position: absolute;
    border-radius: 50%;
    margin: 0;
    z-index: 1;
    padding: 0;
    opacity: 1;
    background-color: #fff;
    height: 80px;
    width: 80px;
    overflow: hidden;
    display: inline-block;
    border: 5px solid rgba(255,255,255,.3);
}

#testimonials-avatar .owl-dot.active{
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.gradient-bg1{
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7004bc 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7004bc 82%);
    background: linear-gradient(to right, #3264f5 2%,#7004bc 82%);
}
.mx-570 {
    max-width: 570px;
    display: inline-block;
}


  /**  New Startup   Page ------------------------------- **/
  .best-stage .nav-pills .nav-link {
	color: #292a2c;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	padding: 25px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Open Sauce One', sans-serif;
	width: 300px;
	height: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
	border:2px dashed #ef6623;
	margin-top: 20px;
}
.best-stage .nav-pills .nav-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#012068),
		to(#012c92)
	);
	background-image: linear-gradient(to right, #012068, #012c92);
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 4px;
}
.best-stage .nav-pills .nav-link i {
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #ef6623;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.best-stage .nav-pills .nav-link:hover {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.best-stage .nav-pills .nav-link:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.best-stage .nav-pills .nav-link:hover i {
	color: #fff;
}

.best-stage .nav-pills .nav-link.active i {
	color: #fff;
}
.best-stage .best-service-area h3 {
	margin-bottom: 20px;
}
.best-stage .best-service-area ul {
	margin-bottom: 35px;
}
.best-stage .best-service-area ul li {
	margin-bottom: 10px;
	color: #012068;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sauce One', sans-serif;
	padding-left: 35px;
	position: relative;
}
.best-stage .best-service-area ul li:last-child {
	margin-bottom: 0;
}
.best-stage .best-service-area ul li i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #012068;
	text-align: center;
	color: #fff;
	margin-right: 5px;
	font-weight: 400;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
.best-stage p{
	font-size: 12px !important;
	font-weight: 600 !important;
}
.best-stage .font{
	font-size: 22px;
}

/** Stages design    ------------------------------------------------------- **/

/****-- COunter design------------------- **/
.gradient-bg2{
    
	background-image:linear-gradient(to right, #f27921, #ef6623);
}
#counters{
	padding: 7.5rem 0;
}

.counter-list{
    margin: 0;
    padding-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.counter-item{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.counter-item i{
    font-size: 36px;
}

.counter-item .counter-number{
    font-size: 32px;
    margin: 5px 0;
}

.counter-item .sub-title{
    font-weight: 400;
    line-height: 1.2;
}
/******* COre purpose--------------  ***/
.purpose {
	background-image: url(../img/client-img/bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
	scroll-margin: 80px 0 0 50px;

}
.purpose .section-title span {
	color: #fff;
}
.purpose .purpose-title h2 {
	color: #fff;
}
.purpose-title{
	text-align: center;
	margin: -8px auto 36px;
	max-width: 600px;
}

.purpose::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	/**background-color: #fff; **/
	z-index: -1;
}
.purpose .text
{
	text-align: center;
    margin: -8px auto 10px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
html {
	scroll-behavior: smooth;
	scroll-margin-bottom: 200px;
  }
 .tab-pane{
	opacity:1 !important;
  }
  .widget_tag_cloud .active{
	background: #012068;
  }

  .section-title p{
	text-align: justify;
  }

  .mycustom{
	display: none;
  }
 
  .mvc h3{
	color:#012068;
  }
  .mvc p{
	color:#262d2f;
  }
  /* .mvc::before{
	background-color: #EBEAEB;
  } */
  
  /* Double Header ............................................................... */
  .double-header {
    max-width: 100%;
    width: inherit;
    margin: auto;
    position: relative;
    background:#012068;
   
}
.double-nav-top {
    width: 100%;
    background-color: #EFEFF0;
}
.double-nav-top-center {
	font-family: 'Open Sauce One', sans-serif;
    font-size: 16px;
    text-align: center;
}

.double-nav-top-center{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
	height: 37px;
}

.double-nav-top-item {
    border-top: solid 1px;
    /*border-right: solid 1px #fff;*/
    padding: 3px;
    width:auto;
    position: relative;

}
.double-nav-top-item.active{
    background: #ffff;
}
.double-nav-top-item.active a{
    color: #0056b3;
}
.double-nav-top-item a {
    color: #fff;
	font-family: 'Open Sauce One', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 5px;
    display: inline;
}
.double-nav-top-item a:hover {
    color: #ff8830;
	font-family: 'Open Sauce One', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 5px;
    display: inline;
}

 .fi:hover{
	content: url("../social/fb-orange.png");
}
.insta:hover{
	content: url("../social/insta-orange.png");
}
.linked:hover{
	content: url("../social/linked-orange.png");
}

.twit:hover{
	content: url("../social/02-orange.png");
}
.yout:hover{
	content: url("../social/you-orange.png");
}
.ema:hover{
	content: url("../social/email-orange.png");
}
.phone:hover{
	content: url("../social/phone-orange.png");
}
.what:hover{
	content: url("../social/whatsapp-orange.png");
}
/* .double-nav-top-item:hover  {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all 0.3s;
} */

.double-nav-top-item:first-child {
   /* border-left: solid 1px #fff;*/
}

.fixed-top{
	position:relative;
}
.mob-top{
	display: none;
}

#business{
	scroll-margin-top: 15rem;
	background-color: #EBEAEB;
}
.newbtn{
	background-color: transparent;
	border:solid 1px #fff;
	padding: 0px 8px !important;
    border-radius: 3px;
}
.newbtn:hover{
	background-color: #ef6623;
	color:#fff !important;
}
.privacypolicies-com---nb .cc-nb-main-container{
	padding:0.5rem !important;
}
.privacypolicies-com---palette-light.privacypolicies-com---nb{
	/*width:35%;*/
}
.privacypolicies-com---palette-light .cc-nb-okagree{
	background-color:#2a3478 !important;
}
.privacypolicies-com---nb-simple{
	max-width: 100% !important;
}
.privacypolicies-com---nb .cc-nb-title{
	font-size: 14px !important;
}
.privacypolicies-com---reset p{
	margin-bottom: 0px !important;

}
.privacypolicies-com---nb .cc-nb-text{
	font-size: 12px !important;
	margin:0 0 0.25rem 0 !important;
}
.privacypolicies-com---nb .cc-nb-okagree, .privacypolicies-com---nb .cc-nb-reject, .privacypolicies-com---nb .cc-nb-changep{
	font-size: 12px !important;
	margin-bottom:0px !important;
}

#outsource{
	scroll-margin: 10rem;
}
#implementation{
	scroll-margin: 12rem;
}
#software{
	scroll-margin: 13rem;
}
#sop{
	scroll-margin: 15rem;
}
#outsourcing{
	scroll-margin: 17rem;
}
#faccounting{
	scroll-margin: 18rem;
}
#adhoc{
	scroll-margin: 15rem;
}
#backlog{
	scroll-margin: 20rem;
}
#proceduresaudit{
	scroll-margin: 10rem;
}
#business_risk{
	scroll-margin: 12rem;
}
#due_diligence{
	scroll-margin: 13rem;
}
#external_audit{
	scroll-margin: 15rem;
}
#fraud_investigation{
	scroll-margin: 15rem;
}
#internal_audit{
	scroll-margin: 16rem;
}
#it_audit{
	scroll-margin: 17rem;
}
#liquidation{
	scroll-margin: 18rem;
}
#tax_audit{
	scroll-margin: 20rem;
}
#coaching{
	scroll-margin: 10rem;
}
#strategy{
	scroll-margin: 10rem;
}
#finance{
	scroll-margin: 10rem;
}
#equity{
	scroll-margin: 10rem;
}
#lease{
	scroll-margin: 13rem;
}
#trade{
	scroll-margin: 13rem;
}
#straining{
	scroll-margin: 13rem;
}
#kpi{
	scroll-margin: 10rem;
}
#simplementation{
	scroll-margin: 11rem;
}
#qaudit{
	scroll-margin: 16rem;
}
#cashflow{
	scroll-margin: 10rem;
}
#cfo_outsource{
	scroll-margin: 11rem;
}
#executive{
	scroll-margin: 13rem;
}
#financial_controller{
	scroll-margin: 14rem;
}
#structure_setup{
	scroll-margin: 10rem;
}
#execution_support{
	scroll-margin: 12rem;
}
#reporting_support{
	scroll-margin: 13rem;
}
#professional_services{
	scroll-margin: 15rem;
}
#business_plans{
	scroll-margin: 10rem;
}
#business_valuation{
	scroll-margin: 12rem;
}
#feasibility_studies{
	scroll-margin: 13rem;
}
#restructuring{
	scroll-margin: 15rem;
}
#employee_payment{
	scroll-margin: 10rem;
}
#government_payment{
	scroll-margin: 12rem;
}
#supplier_payment{
	scroll-margin: 13rem;
}

#employing{
	scroll-margin: 10rem;
}
#freezone{
	scroll-margin: 12rem;
}
#mainland{
	scroll-margin: 13rem;
}
#economic{
	scroll-margin: 10rem;
}
#excise{
	scroll-margin: 12rem;
}
#tax_residency{
	scroll-margin: 13rem;
}
#vhealth{
	scroll-margin: 10rem;
}

#vaccount{
	scroll-margin: 10rem;
}
#vcompliance{
	scroll-margin: 15rem;
}
#vconsult{
	scroll-margin: 20rem;
}
#vimplement{
	scroll-margin: 25rem;
}
#vregister{
	scroll-margin: 28rem;
}
#vreturn{
	scroll-margin: 30rem;
}
#ctax{
	scroll-margin: 10rem;
}
#ctaxfilling{
	scroll-margin: 12rem;
}
#ctaxaudit{
	scroll-margin: 15rem;
}
#ctaxtadvisory{
	scroll-margin: 17rem;
}
#ctaxaccount{
	scroll-margin: 20rem;
}

/*** Regulated  */
.regulated {
	background-image:url('../img/texture02.webp');
	background-size: cover;
	background-position: center center;
	

}
.regulated h3{
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}
.regulated a {
	display: block;
	width: 220px;
	/* color: #BE2A21;
	margin-bottom: 12px;
	background-color: #fff;
	
	padding: 3px 0px 3px 3px;
	
	font-size: 15px;
	font-weight: bold; */
}
.regulated i {
	font-size: 25px;
	display: inline-block;
	width: 17%;
	height: 100%;
	line-height: 25px;
	background-color: #BE2A21;
	color: #fff;
	margin-right: 0px;
	position: relative;
	z-index: 1;
	padding:5px 0px 5px 15px;
}
.regulated i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.regulated p{
	text-align: justify;
	color:#000;
	padding-right: 90px;
}
.imagearea{
	
		background-color: #f4f3f4;
		margin-top:-4px;
}
.heading-23{
	color: #ec6d08;
	margin-bottom: 12px;
	/* background-color: #070c45; */
	display: block;
	padding: 10px;
	width: 25%;
	font-size: 1.8rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sauce One', sans-serif;
	font-weight: bold;
}
.partner-area .owl-prev{
	position: absolute;
	top:19px;
	left: -20px;
}
.partner-area .owl-next{
	position: absolute;
	top:19px;
	right: -20px;
}
.partner-area .owl-prev span{
	font-size: 75px;
} 
.partner-area .owl-next span{
	font-size: 75px;
} 
.partner-area .owl-theme .owl-nav button:hover{
	background: 0 !important;
	color: black;
	
}
.partner-area h2{
	color:black;
	font-size: 1.7rem;
}
.partner-area p{
	color:black;
	font-size: 1rem;
}
.offset-right-1{
	margin-right: 8.33%;
}
.mylinki{
	font-size: 14px;
    color: #FED4BE;
}
.mylinki:hover{
	color:#ef6623;
}
.social-icon-custom{
	border-top:1px solid white;
	margin-right: 10%;
}
.social-icon-custom li{
	display: inline-block;
	width:16%;
}
.social-icon-custom li a{
	color:#FED4BE;
}
.social-icon-custom li:not(:first-child) {
    /* padding-left: 15px; */
}
.about-us-area p{
	text-align: justify;
}
.about-img-2{
	position: relative;
	text-align: center;
  color: white;
}
.about-img-2 .numbers{
	/* position: absolute;
    top: 10%;
    left: 10%; */
    color: white;
    font-size: 8rem;
	font-weight: 400;
	text-align: left;
}
.about-img-2 .numbers sup{
	font-size: 6rem;
	top:-1.5rem !important;
}
.about-img-2 .img-ontext{
	/* position: absolute;
	bottom: 12%;
    left: 10%;
    right: 20%; */
    text-align: justify;
	padding:0px 150px 5px 24px;
	margin-top: -30px;
	font-size: 16px;
	line-height: 20px;
}
.about-us-area h3{
	color:white;
	font-weight: 500;
	
}

.newsl-sub {
	background-image:url('../img/newsletter-2.webp');
	background-size: cover;
	background-position: center center;
	padding:4% 4% 8% 4%;
	

}
.newsl-sub h2{
	color:#001950;
	font-size: 1.8rem;
}
.newsl-sub p{
	color:#666;
	margin-right: 3%;
}
.newsl-sub a {
	width: 150px;
	display: block;
	/* color: #E3B24B;
	margin-bottom: 12px;
	background-color: #fff;
	
	padding: 3px 0px 3px 3px;
	
	font-size: 1rem;
	font-weight: bold; */
}
.newsl-sub .sub-block{
	/* margin-left: 20%; */
}

.newsl-sub i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.server-buttons a{
	display: inline-block;
    background: #921d21;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
}
.server-buttons a:hover{
	background-color:#ff8300;
}

.blogin{

}
.blogin h2{
	color: #de8969;
    margin-bottom: 12px;
    /* background-color: #070c45; */
    display: block;
    padding: 10px;
    width: 25%;
    font-size: 1.8rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sauce One', sans-serif;
    font-weight: bold;
}
.white-strip{
	margin-top: -132px;
   
    margin-left: -10px;
    margin-right: -10px
}
.what-others{
	background-color:#031652; margin-top:-134px;border-bottom-right-radius:30%; padding:10% 10% 10% 8%;
}
.justify-content-between{
	justify-content:center !important;
}
.about2-core{
	background-color: #fcf4ef;
	padding:100px 130px 50px 130px;
}
.about2-core h2{
	color:#c98f74;
	text-transform: uppercase;
	font-size: 2.5rem;
}
.about2-core h3{
	color:#c98f74;
	text-transform: uppercase;
	font-size: 1.5rem;
}
.about2-core h6{
	color:#83817f;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	padding-top: 0.7rem;
}
.about2-core p{
	color:#83817f;
	text-align: justify;
}
.about2-why{
	background-color: #f7f4ef;
	padding:100px 130px 50px 130px;
	
}
.about2-why h2{
	text-align: center;
	color:#f08633;
	font-size: 2.5rem;
}
.about2-why .server-buttons{
	margin-top: 2%;
}
.about2-why .server-buttons a:hover{
	background:#ff8300 !important;
}
.about2-brand{
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #fdf7eb;
	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.about2-brand h2{
	color:#dbb25d;
font-size: 2.5rem;
	text-transform: uppercase;
}
.about2-brand h3{
	color:#dbb25d;
	margin-bottom: auto;
	text-align: left;
	font-size: 1.5rem;
	padding-bottom: 1rem;
}
.about2-brand .sides h3{
font-size: 1.5rem;
padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.about2-brand p{
	text-align: left;
}
.about2-brand .side1{
	padding-left: 2rem;
}
.about-header .custom-div-for-align{
	display: block;
}

.about3-give{
		background-color: #f9f9fd;
		padding: 100px 40px 50px 0px;
}
.about3-give .custom-top-pad{
	padding-left: 2rem;
}
.about3-give h2{
	color:#21265c;
}
.about3-give p{
	text-align: justify;
}
.about-header .custom-p{
	text-align:center;margin:0 auto;
	width:65%;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.about-title .custom-p{
	padding-left:130px; padding-right:130px; text-align:center;margin:0 auto;
}

@media screen and (max-width: 900px) {
.client-details-wrap{
	/* margin-bottom: 130px; */
}
}

.partner-wrap .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
  }
  .why-image{
	 height:300px;
  }
  .gap-1{
	margin-left: 8.33%;
  }
  .publish{
	max-width: 85%;
  }

  @media only screen and (min-width: 1025px) {
	.mobile-only {
		display:none !important;
	}
} 
@media only screen and (max-width: 1026px) {
	.desktop-only {
		display:none !important;
	}
} 
.about-img-2 sub{
	left: -1.8em;
    font-size: 24px;
    font-weight: bold;
    /* bottom: 0.40em */
}


/*-- Financial Fitness */
.page-financial-area{
	position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 160px;
    text-align: center;
	background-color: #21265c;
}
/* .page-financial-area::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
   
    opacity: 1;
} */
.page-financial-area h2{
	color:white;
	font-weight: bold;
}
.page-financial-area img {position: absolute;
    top: 7px;
    width: 60%;
    left: 18%;
}
.ff-section1{
	background:#f7f7f7;
	padding-top: 240px;
	padding-bottom: 40px;
}
.ff-section1 h2{
	color:#21265c;
	font-weight: bold;
}
.ff-section1 span{
	font-size: 1.5rem;
	color:#3a3a3a;
	font-weight: 400;
	line-height: 1rem;
}
.fitness-package{
	background:#fd7e14;
	padding-left: 130px;
	padding-right: 130px;
	padding-bottom: 30px;
}
.fitness-package h1{
	color:white;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
}
.fitness-package p{
	
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
	text-align: justify;
}
.fitness-package ul{
	list-style: disc;
	padding-left: 40px;
	font-size: 1.1rem;
    color: white;
    font-weight: 500;

}
.fitness-package .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: 0px;
	left: 43px;
    z-index: 1;
    background-image: -webkit-gradient( linear, left top, right top, from(#8fd913), to(#39ae38) );
    background-image: linear-gradient(to right, #00259a, #00259a);
}
.fitness-package .video-btn::after{
	background:#00259a;
}

.health-check{
	 background: #2C3578; 
	position: relative;
	z-index: 1;
	padding-left: 130px;
	padding-right: 130px;
}
.health-check::before{
	background-image: url('../img/layers-1/2.png');
	background-repeat: no-repeat;

	content: '';
	position: absolute;
    top: -80px;
    left: 0px;
    z-index: -5;
    height: 51vh;
    width: 100%;
    opacity: 1;
}
.health-check::after{
	background-image: url('../img/layers-1/1-1.png');
	background-repeat: no-repeat;

	content: '';
	position: absolute;
    bottom: -160px;
    left: 0px;
    z-index: -5;
    height: 51vh;
    width: 100%;
    opacity: 1;
}

.health-check h1{
	color:white;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
	display: inline;
}
.health-check p{
	
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
	text-align: justify;
}

.health-check .plus-icon{
	border-radius: 50%;
    position: absolute;
    top: -110px;
    width: 20%;
    /* right: 200px; */
}

.financial-core{
	background: #f7f7f7;
	padding-top: 100px;
	padding-bottom: 6rem;
	position: relative;
	padding-left: 130px;
	padding-right: 130px;
}

.financial-core h1{
	color:#00259a;
	font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
}
.financial-core h3{
	color:#5687ae;
	font-size: 2.8rem;
	font-weight: 700;
}

.financial-core h2{
	
	color:#5687ae;
}
.financial-core p{
	font-size: 1.1rem;
    font-weight: 400;
	text-align: justify;
    
}
.offset-12{
	margin-left:12%;
}

.financial-core h5{
	color:#696969;
}
.financial-core .box-text{
	font-size: 1rem !important;
    font-weight: 400;
	padding-right: 0 !important;
	color:#666;
}
.financial-core h6{
	color:#666;
	font-style: italic;
}

.financial-core .pack-link{
	background-color: #fd7e14;
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.7rem 1rem;
    border-radius: 0.7rem;
    position: absolute;
    transform: translateY(1px);
	text-decoration: none;
}
.financial-core .absolute-image{
	position: absolute;
	top: 719px;
    left: 16px;
    width: 202px;

}
.financial-core .cust-pl-3{
	padding-left: 2rem;
}
.financial-core .box-lay{
	/* margin-left:150px;
	 margin-right:150px;  */
	 border:1px solid #707070; 
	 border-radius:20px;
	 padding-left:30px;
}
.client-vid-img{
	width: 85%;
    height: 250px;
}
.video-btn-financial{
position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.financial-core .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -10px;
    z-index: 1;
    background-image: -webkit-gradient( linear, left top, right top, from(#8fd913), to(#39ae38) );
    background-image: linear-gradient(to right, #00259a, #00259a);
}
.financial-core .video-btn::after{
	background:#00259a;
}


.taxes-simplified{
	background:#041b57;
	position: relative;
	padding-left: 130px;
	padding-right: 130px;
	padding-bottom: 30px;
}

.taxes-simplified h1{
	color:#ff8100;
	font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
	
}
.taxes-simplified h3{
	color:#f3d593;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: justify;
}
.taxes-simplified p{
	color:#f3d593;
	font-weight: 400;
	
	font-size: 1.1rem;
}
.taxes-simplified ul{
	display: flex;
    flex-wrap: wrap;
	

}
.taxes-simplified::after{
	background-image: url('../img/layers-1/bottom-1.webp');
	background-repeat: no-repeat;

	content: '';
	position: absolute;
    bottom: -170px;
    left: 0px;
    z-index: 1;
    height: 51vh;
    width: 100%;
	background-position: center;
	background-size: contain;
    opacity: 1;
}
.taxes-simplified ul li{
	padding: 2.5rem;
    color: #f3d593;
    border-radius: 2.125rem;
    text-align: center;
    line-height: 1.53125;
    border: .0625rem solid #f1ece5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(32.33% - 10px);
    flex: 0 0 calc(32.33% - 10px);
    margin: 5px;
	z-index: 100;
	font-size: 1.1rem;
}
.taxes-simplified ul li:nth-child(4), .taxes-simplified ul li:nth-child(5){
	flex-basis:calc(49% - 10px);
}

.taxes-simplified .buttons{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	display: flex;
	padding-right: 200px;
	padding-left: 200px;
	transform: translateY(80px);
	margin-top: -7%;
	z-index: 4;
	padding-top: 20px;
}

.compliance-assurance{
	position: relative;
	background: #f1ece5;
	padding-top: 100px;
	padding-left: 130px;
	padding-right: 130px;
}
.compliance-assurance h1{
	color:#00259a;
	font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
	padding-right: 35px;
}
.compliance-assurance h3{
	color:#5687ae;
	font-size: 2.8rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: justify;
}
.compliance-assurance p{
	color:#666;
	font-weight: 400;
	
	font-size: 1.1rem;
}
.compliance-assurance .absolute-image{
	position: absolute;
    top: 22px;
    width: 108px;
    right: 280px;
    z-index: 1;

}
.compliance-assurance .absolute-image1{
	position: absolute;
    top: 800px;
    width: 223px;
    right: 120px;
    z-index: 1;
    /* bottom: 310px;*/

}
.compliance-assurance ul{
	font-size: 1.1rem;
	color:#666;
	padding-left: 30px;
}
.compliance-assurance ul li{
	list-style-type: disc;
}

.compliance-assurance .compliance-img{
	width:60%;
}
.compliance-assurance .compliance-img2{
	margin-top: 8rem;
}


.cashflow-management{
	background:#041b57;
	position: relative;
	padding-bottom: 4rem;
	padding-left: 130px;
	padding-right: 130px;
}

.cashflow-management h1{
	color:#9bd2d9;
	font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
}
.cashflow-management h3{
	color:#fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: justify;
}
.cashflow-management p{
	color:#9bd2d9;
	font-weight: 400;
	font-size: 1.1rem;
	text-align: justify;
}
.cashflow-management ul{
	display: flex;
    flex-wrap: wrap;
	

}
.cashflow-management::after{
	background-image: url('../img/layers-1/bottom-1.webp');
	background-repeat: no-repeat;

	content: '';
	position: absolute;
    bottom: -210px;
    left: 0px;
    z-index: 1;
    height: 51vh;
    width: 100%;
	background-position: center;
	background-size: contain;
    opacity: 1;
}
.cashflow-management ul li{
	padding: 10px 5px 5px 18px;
    color: #fff;
	border-top:.0625rem solid #9ad0d7;
	border-left: .0625rem solid #9ad0d7;
    text-align: left;
    line-height: 1.53125;
    
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(32.33% - 10px);
    flex: 0 0 calc(32.33% - 10px);
    margin: 5px;
	position: relative;
	font-size: 1.1rem;
}
.cashflow-management ul li::before{
	content: "";
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background-color: #9bd2d9;
    position: absolute;
    top: -14px;
    left: -4%;
}

.cashflow-management .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: 0px;
	left: -2px;
    z-index: 1;
    background-image: -webkit-gradient( linear, left top, right top, from(#8fd913), to(#39ae38) );
    background-image: linear-gradient(to right, #00259a, #00259a);
}
.cashflow-management .video-btn::after{
	background:#00259a;
}
.cashflow-management .buttons{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	
	padding-right: 200px;
	padding-left: 200px;
	
	z-index: 4;
}
.cashflow-management .absolute-image{
	position: absolute;
    width: 480px;
    right: 0px;
    bottom: 533px;
    z-index: 1;

}
.cashflow-management ul li:nth-child(2), .cashflow-management ul li:nth-child(3){
	margin-left: 15px;
}
.cashflow-management .pack-link{
	background-color: #e8a650;
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.7rem 1rem;
    border-radius: 0.7rem;
    position: absolute;
	transform: translate(0px, -15px);
	z-index: 5;
	
}
.cashflow-management .box-lay{
	/* margin-left:150px;
	 margin-right:150px; */
	  border:1px solid #fff; 
	  border-radius:20px;
	  padding-left:30px; 
}
.cashflow-management .box-text{
	font-size: 1rem !important;
    font-weight: 400;
	padding-right: 0 !important;
	color:#666;
}

/************ Financial Accountability ***********/

.financial-accountability{
	position: relative;
	background: #f7f7f7;
	padding-top: 80px;
	padding-left: 130px;
	padding-right: 130px;
}
.financial-accountability h1{
	color:#ff8100;
	font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
}
.financial-accountability h3{
	color:#e8a650;
	font-size: 2.8rem;
	font-weight: 700;
	text-transform: uppercase;
}
.financial-accountability p{
	color:#666;
	font-weight: 400;
	text-align: justify;
	font-size: 1.1rem;
}
/* .financial-accountability .absolute-image{
	position: absolute;
    top: 22px;
    width: 103px;
    right:260px;
    z-index: 1;

} */
.financial-accountability .absolute-image1{
	position: absolute;
    /* top: 18px; */
    width: 145px;
    right: 288px;
    z-index: 1;
    bottom: 308px;

}
.financial-accountability ul{
	font-size: 1.4rem;
	color:#666;
}
.financial-accountability ul li{
	list-style-type: disc;
}
.financial-accountability .absolute-image{
	position: absolute;
	width: 50%;
    right: 55px;
    z-index: 1;
    top: 64%;

}
.financial-accountability::before{
	background-image: url('../img/layers-1/8.svg');
	background-repeat: no-repeat;

	content:none;
	position: absolute;
	opacity: 1;
	left: 10px;
    z-index: 0;
    height: 213vh;
    width: 193px;
    top: 127px;
}

/****************** Financial Accountability ends ****************/

/**************** FInancial Guidance Starts *************/

.financial-guidance{
	background:#f1ece5;
	position: relative;
	padding-bottom: 4rem;
	padding-left: 130px;
	padding-right: 130px;
}

.financial-guidance h1{
	color:#ff8100;
	font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
}
.financial-guidance h3{
	color:#e8a650;
	font-size: 2.8rem;
	font-weight: 700;
}
.financial-guidance p{
	color:#696969;
	font-weight: 400;
	/* padding-right: 100px; */
	font-size: 1.1rem;
	text-align: justify;
}
.financial-guidance ul{
	display: flex;
    flex-wrap: wrap;
	/* padding-right: 100px;  */

}

.financial-guidance ul li{
	
	position: relative;
	margin-left: .9375rem;
    border-top: .0625rem solid #e8a650;
    border-left: .0625rem solid #e8a650;
    padding-top: 0.625rem;
    padding-left: 1.125rem;
    position: relative;
    line-height: 1.8709677419;
    margin-bottom: 1.875rem;
	font-size: 1.1rem;
}
.financial-guidance ul li::before{
	content: "";
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background-color:#e8a650;
    position: absolute;
    top: -14px;
    left: -5%;
}


.financial-guidance .buttons{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	
	padding-right: 200px;
	padding-left: 200px;
	
	z-index: 4;
}
.financial-guidance .absolute-image{
	position: absolute;
    top: 90px;
    width: 133px;
    right: 168px;
    z-index: 1;

}
.financial-guidance ul li:nth-child(2), .financial-guidance ul li:nth-child(3){
	margin-top:-20px;
}
.financial-guidance .pack-link{
	background-color: #00259a;
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.7rem 1rem;
    position: absolute;
	transform: translate(-227px, 20px);
	z-index: 5;
	
}
.financial-guidance .box-lay{
 
	border:1px solid #fff; 
	border-radius:20px;
	padding-left:30px;
	background:#fff;
}
.financial-guidance .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: 0px;
    z-index: 1;
    background-image: -webkit-gradient( linear, left top, right top, from(#8fd913), to(#39ae38) );
    background-image: linear-gradient(to right, #00259a, #00259a);
}
.financial-guidance .video-btn::after{
	background:#00259a;
}
.financial-guidance .hide-on-desktop{
	display: none;
}

/*********** Financial Guidance Ends ***************/


.select-table{
	padding-top: 40px;
	background: #f7f7f7;
	

}
.select-table .highlight{
	background-color: red;
}
.select-table h1{
	color:#00259a;
	font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
	text-align: center;
}
.select-table h3{
	color:#5687ae;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
.select-table table{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	/* border: 1px solid darkgrey; */
}
.select-table  td{
	padding-left: 5px;
}
.select-table td:first-child{
	padding-left: 10px;
}
.select-table tr.main-Heading{
	background-color:#ec9349;
}

.select-table tr.main-Heading th{
	padding:10px;
	text-align: center;
}
.select-table th{
	border-spacing: 0;
}
.select-table table tr td.sub-heading{
	background-color:transparent;
}
.select-table tr td.sub-heading {
    padding-top: 20px;
}
.sub-heading {
    font-weight: bold;
    margin: 2rem 0;
    font-size: 1.2rem;
}
.select-table tr td:not(:first-child) {
    text-align: center;
}
.light-orange {
    background-color: #f5e0cf;
}
.mild-orange {
    background-color: #f4d1b5;
	border-left:4px solid #000;
	border-right:4px solid #000;
}
.dark-orange {
    background-color: #f3bf97;
}
.light-orange-active {
    background-color: #edd8c7;
}
.gray-add {
    background-color: #eee;
}
.mild-orange-active {
    background-color: #edcaab;
	border-left:4px solid #000;
	border-right:4px solid #000;

}
.dark-orange-active {
    background-color: #eeba91;
}
.select-table td i{
	color:#00259a;
}
.select-table .buttons{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	display: flex;
	padding-right: 200px;
	padding-left: 200px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.select-table tr:hover {background-color: #ddd;}
.select-table .popular{
	/* border: 1px solid #00259a; */
    /* border-radius: 15px; */
    font-size: 14px;
    font-weight: 600;
    /* padding: 1px 13px; */
    display: block;
    /* line-height: 1.6em; */
    color: #fff;
	background-color: #000;
	text-align:center;
}

.financial-fit{
	background: #5687ae; 
   position: relative;
   z-index: 1;
   padding-left: 130px;
   padding-right: 130px;
   padding-bottom: 50px;
}
/* .financial-fit::before{
   background-image: url('../img/layers-1/3.png');
   background-repeat: no-repeat;

   content: '';
   position: absolute;
   top: -80px;
   left: 0px;
   z-index: -5;
   height: 51vh;
   width: 100%;
   opacity: 1;
}
.financial-fit::after{
   background-image: url('../img/layers-1/3-1.png');
   background-repeat: no-repeat;

   content: '';
   position: absolute;
   bottom: -135px;
   left: 0px;
   z-index: -5;
   height: 51vh;
   width: 100%;
   opacity: 1;
} */

.financial-fit h1{
   color:white;
   font-size: 2rem;
   text-transform: uppercase;
   font-weight: 700;
   display: inline;
}
.financial-fit p{
   
   font-size: 1.1rem;
   color: white;
   font-weight: 500;
}

.financial-fit .plus-icon{
   border-radius: 50%;
   position: absolute;
   top: -70px;
   width: 13%;
   /* right: 200px; */
}
.financial-fit .plus{
	border-radius: 50%;
	
	
	width: 60%;
	/* right: 200px; */
 }
 


@media screen and ((min-width: 1400px)) {
	/* your CSS styles here */
	.health-check::after{
		bottom: -55%;
	}
	.financial-core .absolute-image{
		position: absolute;
		top: 801px;
		width: 222px;
		left: 123px;
	
	}
	.health-check .plus-icon{
		right:240px;
	}
	.taxes-simplified::after{
		bottom:-200px;
	}
	.compliance-assurance .absolute-image1{
	    position: absolute;
    top: 828px;
    width: 83px;
    right: 461px;
    z-index: 1;
	
	}
	.cashflow-management .absolute-image {
		position: absolute;
		width: 331px;
		right: 201px;
		bottom: 611px;
		z-index: 1;
	}
	.financial-accountability::before {
		background-image: url(../img/layers-1/8.svg);
		background-repeat: no-repeat;
		content: '';
		position: absolute;
		opacity: 1;
		left: 51px;
		z-index: 0;
		height: 180vh;
		width: 187px;
		top: 0px;
	}
	.cashflow-management::after{
		bottom:-228px;
	}
	.financial-accountability .absolute-image {
		position: absolute;
		width: 55%;
		right: 110px;
		z-index: 1;
		/* top: 800px; */
		bottom: 45px;
	}
	.financial-guidance .absolute-image {
		position: absolute;
		top: 80px;
		width: 142px;
		right: 250px;
		z-index: 1;
	}
 }

 @media only screen and (min-width: 1300px){
	
	.ff-section1 {
		background: #f7f7f7;
		padding-top: 280px;
		padding-bottom: 25px;
	}
	.about-header .custom-img{
		max-width: 58% !important;
	}
	.about-title{
		/* margin-top: unset;
		padding-top: 25px; */
	}
	.page-financial-area img {
		position: absolute;
		top: 0px;
		width: 60%;
		left: 18%;
	}
	.health-check::before {
		background-image: url(../img/layers-1/2.png);
		background-repeat: repeat-x;
		content: '';
		position: absolute;
		top: -80px;
		left: 0px;
		z-index: -5;
		height: 76vh;
		width: 100%;
		opacity: 1;
	}
	.health-check::after {
		bottom: -56%;
	}
	.financial-core .absolute-image {
		position: absolute;
        top: 799px;
    /* width: 428px; */
    left: 16px;
	}
	.taxes-simplified::after {
		bottom: -230px;
	}
	.compliance-assurance .absolute-image {
		position: absolute;
		top: 22px;
		width: 108px;
		right: 360px;
		z-index: 1;
	}
	.compliance-assurance .absolute-image1 {
		position: absolute;
		top: 866px;
		width: 166px;
    right: 363px;
    z-index: 1;
	}
	.financial-fit::after{
		bottom:-210px;
	}
	.cashflow-management .absolute-image {
		position: absolute;
		width: 575px;
		right: 0px;
		bottom: 532px;
		z-index: 1;
		display: none;
	}
	.cashflow-management::after {
		bottom: -250px;
	}
	.financial-accountability {
		position: relative;
		background: #f7f7f7;
		padding-top: 150px;
	}
	.financial-accountability::before {
		background-image: url(../img/layers-1/8.svg);
		background-repeat: no-repeat;
		content: none;
		position: absolute;
		opacity: 1;
		left: 65px;
    z-index: 0;
    height: 170vh;
    width: 200px;
    top: 75px;
	}
	.financial-accountability .absolute-image {
		position: absolute;
		width: 45%;
		right: 200px;
		z-index: 1;
		/* top: 800px; */
		bottom: 39px;
	}
	.financial-guidance .absolute-image {
		position: absolute;
		top: 80px;
		width: 145px;
    right: 252px;
		z-index: 1;
		display: none;
	
	}

 }

 
 @media (max-width: 1200px), (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) {
	/* Add Styles Here */
	.page-financial-area img{
		top:-10px;
	}
	.health-check::after {
		bottom: -56%;
	}
	.ff-section1{
		padding-top: 335px;
	}
	.financial-core .absolute-image{
		/* left:90px; */
		top:745px;
		width:200px;
	}
	.taxes-simplified::after{
		bottom: -200px;
	}
	.compliance-assurance .absolute-image{
		right:300px;
	}
	.compliance-assurance .absolute-image1{
	    right: 311px;
    width: 155px;
    top: 877px;
	}
	.cashflow-management .absolute-image{
		right:157px;
	}
	.cashflow-management::after{
		bottom:-270px;
	}
	.financial-accountability::before{
		left:20px;
	
	}
	.financial-accountability .absolute-image{
		width:40%;
		right:180px;
	}
	.financial-guidance .absolute-image{
		right:200px;
	}
	.financial-guidance ul li:nth-child(2), .financial-guidance ul li:nth-child(3){
		margin-top: 0px;
	}
	.financial-guidance .custom-ul li:nth-child(1){
		margin-bottom: 10px;

	}
	.financial-guidance .custom-ul li:nth-child(1)::before{
		/* left: -4%;
    width: 2.2rem; */
	}
  }
	

  /************** Service Page New Design **************/
  .service-new-page {
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../img/shape/2.png);
}
.service-new-page::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #151b50;
	opacity: 0.7;
}
.service-new-page .page-title-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
}
.service-new-page .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	
}
.service-new-page .page-title-content ul li {
	display: inline-block;
	color: #ef6623;
	position: relative;
	font-size: 15px;
	font-weight: 700;
	
}
.service-new-page .page-title-content ul li i {
	font-size: 12px;
	margin: 0 10px;
}
.service-new-page .page-title-content ul li a {
	color: #bab0b0;
}
.service-new-page .page-title-content ul li a:hover {
	color: #ef6623;
}
.service-new-page .page-title-content ul li a i {
	font-size: 12px;
	margin: 0 10px;
}

.service-new-page .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.service-new-page .server-buttons a{
	display: inline-block;
    background: #9bd2d9;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #fff;
	border-radius: 5px;
}
.service-new-page .server-buttons a:hover{
	background-color:#ff8300;
	color: #fff !important;
}
.section-custom-title p{
	text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .section-importance{
	background-color: #fcf5e5;
	padding-top: 80px;
	padding-bottom: 80px;
  }
.soundlike{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f6f3;
}
.soundlike h2{
	color:#7c2f2a;
	text-align: center;
}
.soundlike .nav-link{
	font-size: 18px;
   font-weight: 600;
	background-color: #f7f1ec;
	color: #7c2f2a;
	margin-top: 8px;
	text-align: left;
}
.soundlike .nav-link.active{
	background-color: #7c2f2a;
	color:#fff;
}
.soundlike .tab-content p{
	color:#666665;
	text-align: justify;
}
.soundlike .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.soundlike .server-buttons a{
	display: inline-block;
    background: #7c2f2a;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #7c2f2a;
	border-radius: 5px;
}

.sound-like-mob {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f6f3;
	display: none;
}
.sound-like-mob h2{
color:#7c2f2a;
}
.sound-like-mob .accordion-item .accordion-button:not(.collapsed){
	background-color: #7c2f2a;
	color:#fff;
}
.sound-like-mob .card-body{
	background-color: #f7f1ec;
	color:#7c2f2a;
	text-align: justify;
}
.sound-like-mob .accordion-button{
	border:1px solid #7c2f2a;
	text-align: justify;
}
.sound-like-mob .accordion-button:focus{
	box-shadow: 0 0 0 0.25rem #7c2f2a;
}
.sound-like-mob .accordion-button:not(.collapsed)::after{
	background-image: url('../img/services-new/arrow.png');
}
.our-approach{
	background-color: #2c3578;
	padding-top: 100px;
	padding-bottom: 100px;
}
.our-approach h2{
	color:white;
	text-transform: uppercase;
	text-align: center;
}
.our-approach p{
	color: #fff;
	width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.our-approach ul{
	display: inline-flex;
	margin: 0 auto;
	gap: 60px;
}
.our-approach ul li{
	/* margin-left: 0%; */
	color:#fff;
	text-align: center;
	font-size: 18px;
    font-weight: bold;

}
.our-approach ul li:hover{
	transform: scale(1.2);
	 i{
		transform: scale(1.2);
	
		
	}
}
.our-approach ul li:not(:first-child)
{
	/* margin-left: 8%; */
}
.our-approach ul li i{
	color:white;
	font-size: 60px;
	padding-bottom: 20px;
	
}
.service-tiles{
	padding-top: 100px;
	padding-bottom: 50px;
}
.service-tiles h2{
	color:#696969;
	text-transform: uppercase;
	text-align: center;
}
.service-tiles h6{
	color:#696969;
	text-align: center;
	padding-top: 1rem;
	text-transform: uppercase;
}

.custom-testimonial{
	background: #ffffff;
}
.custom-testimonial p{
	width:70%;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.custom-testimonial h2{
	color:#5687ae;
	text-align: center;
	text-transform: uppercase;
	padding-left: 1rem;
    padding-right: 1rem;
}
.custom-testimonial .owl-carousel .owl-item img {
	width: unset;
	margin: auto;
	/*opacity: 0.5;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.custom-testimonial .owl-carousel .owl-item img:hover {
	opacity: 1;
}
.custom-testimonial .single-logo {
	line-height: 1;
	background:#f4f4f4;
	padding:60px 0px 30px 0px;
	margin-left: -20px;
	height:400px;
}
.custom-testimonial .single-logo p{
	font-size: 20px;
	text-align: justify;
	color:#adadad;
}

.custom-testimonial .single-logo span{
	font-style: italic;
	
}
.custom-testimonial .single-logo img{
	display: inline;
	float:left;
	width:20% !important;
	border-radius: 50%;

}
.custom-testimonial .single-logo h5{
	font-size: 14px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	color:#666;
	
}

.custom-testimonial .single-logo h6{
	font-size: 14px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	color:#adadad;
	
	
}
.google-rev{
	padding-top:40px;
	padding-bottom: 40px;
}
.rec-soft{
	padding-top:100px;
	background-color: #f4f0eb;
	padding-bottom: 100px;
}
.rec-soft h2{
	color:#707070;
	text-align: center;
	text-transform: uppercase;
}
.rec-soft .single-logo {
	line-height: 2;
	
	display: flex;
	align-items: center;
	justify-content: center
}
.rec-soft .single-logo img{
	width:100%;
}
.rec-soft .single-logo p{
	padding-top: 1rem;
}
.rec-soft .single-logo h4{
	color:#707070;
	position: relative;
}
.rec-soft .single-logo a{
	display: block;
	background-color: #8e8e8e;
	width: 40%;
    text-align: center;
    border-radius: 4px;
	color:white;
	text-transform: uppercase;
}
.rec-soft .single-logo h4::after{
	content: '';
	display: block;
  position: absolute;
  height: 1px;
  background: black;
  width: 150px;
  /* left: 100%; */
  top: calc(50% - -25px);
  

}
.rec-soft .single-logo .marleft{
	margin-left:12%;
}
.success-stories{
	
	position: relative;
	padding-bottom:100px;
	background-color: #f2f2f2;
	
	
}
.success-stories .block{
	background-color: #64a7b1;
	position: absolute;
	width:65%;
	bottom: 30px;
    right: 50px;
	padding:50px 100px 50px 50px;
}
.success-stories h2{
	color:white;
}
.success-stories p{
	color:white;
	text-align: justify;
}

.company-mobile {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color:#f2f2f2;
	 display: none; 
}
.company-mobile h2{
color:#5687ae;
}
.company-mobile h4{
	color:#fff;
}
.company-mobile .accordion-item .accordion-button:not(.collapsed){
	background-color: #64a7b1;
	color:#fff;
}
.company-mobile .card-body{
	background-color: #9bd2d9;
	color:#fff;
	text-align: justify;
}
.company-mobile .accordion-button{
	border:1px solid #64a7b1;
	color:#5687ae;
	text-align: start;
	font-weight: bold;
}
.company-mobile .accordion-button:focus{
	box-shadow: 0 0 0 0.25rem #64a7b1;
}
.company-mobile .accordion-button:not(.collapsed)::after{
	background-image: url('../img/services-new/arrow.png');
}
.company-mobile .server-buttons a {
    display: inline-block;
    background: #64a7b1;
    padding: 10px;
    color: white;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    width: 250px;
    border: 1px solid #64a7b1;
    border-radius: 5px;
}
.company-mobile .server-buttons h3{
	color:#5687ae;
}
.company-background{
	
	padding-bottom: 100px;
	background-color:#f2f2f2;
}
.company-background h2{
	color:#7c2f2a;
	text-align: left;
}
.company-background .nav-link{
	font-size: 16px;
    text-transform: uppercase;
	background-color: #9bd2d9;
	color: #fff;
	margin-top: 1px;
	text-align: left;
	padding-left: 30px;
    font-weight: 700;
	line-height: 2.4rem;
}
.company-background .nav-link.active{
	background-color: #64a7b1;
	color:#fff;
}
.company-background .tab-content p{
	color:#666665;
	font-size: 13px;
	text-align: justify;
}
.company-background .tab-content h4{
	color:#5687ae;
	font-size: 20px;
}
.company-background .server-buttons h3{
	color:#5687ae;
	
}
.company-background .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.company-background .server-buttons a{
	display: inline-block;
    background: #64a7b1;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #64a7b1;
	border-radius: 5px;
}

.rss-feeder{
	padding-top:100px;
	padding-bottom: 100px;
}
.rss-feeder h2{
	text-align: center;
	text-transform: uppercase;
}
.free-resources{
	padding-top:100px;
	padding-bottom: 100px;
	background-color: #f9ebe3;
}
.free-resources h2{
	text-align: center;
	text-transform: uppercase;
	color:#f08633;
}
.free-resources p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.free-resources span{
	text-align: center;
	text-transform: uppercase;
	color:#444;
}
.free-resources img{
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.free-resources .new-resources img{
	width:100%;
}
.free-resources form{
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding-top: 40px;
}
.free-resources form input[type=text]{
	background-color: #f2d5c3;
    border: 1px solid #f08633;
    border-radius: 5px;
    width: 20%;
	height: 40px;
    padding: 10px;
}
.free-resources form input[type=submit]{
	background-color: #f08633;
    border: 1px solid #f08633;
    border-radius: 5px;
    width: 15%;
	color: #fff;
	height: 40px;
	padding: 8px;
    font-weight: 700;
}
.free-resources form input::placeholder {
	font-weight: bold;
	opacity: 0.5;
	color: #cb9279;
  }

  .faq-service{
	padding-top:50px;
	padding-bottom: 50px;
  }
  .faq-service h2{
	text-align: center;
	text-transform: uppercase;
	color:#5687ae;
}
.faq-service .accordion-item .accordion-header .accordion-button{
	color:#5687ae;
	background-color:transparent;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
}
.faq-service .accordion-item .accordion-button:not(.collapsed){
	background-color: transparent;
	
}
.faq-service .card-body{
	display: flex;
}
.faq-service .card-body p{
	font-family: 'Open Sauce One', sans-serif !important;
	font-size: 15px !important;
}
.faq-service .card-body span{
	font-family: 'Open Sauce One', sans-serif !important;
	font-size: 15px !important;
}
.faq-service .card-body::before{
content:'';
border-left:4px solid #9bd2d9;
padding-right: 10px;
display: inline;
margin-left: 5%;
}
.faq-service .card-body p{
	display: contents;
	text-align: justify;
}
.faq-service .accordion-button:focus{
	border-color: #9bd2d9;
	box-shadow: 0 0 0.25rem #fff;
}
.faq-service .accordion-item h2{
	color:#fff;
}
.faq-service .accordion-button::after {
	background-image: url("../img/plus.png");
	transform: scale(1) !important;
	margin-left: 0;
	order:-1;
	margin-right: 1rem;
  }
  .faq-service .accordion-button:not(.collapsed)::after {
	background-image: url("../img/minus.png");
  }
  .faq-service .server-buttons{
	margin-top: unset;
	
  }
  
  .faq-service .server-buttons a {
    display: inline-block;
    background: #9bd2d9;
    padding: 10px;
    color: white;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    width: 200px;
	font-size: 16px;
    border: 1px solid #64a7b1;
    border-radius: 5px;
  }
  .expert-form{
	background-color: #f8e3d0;
	padding-top: 50px;
    padding-bottom: 50px;
  }
 
 
/**************** ABOUT US NEW PAGE ********************************/
.about-header{
	position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
	background: #fff;
	 padding-left: 40px;
    padding-right: 40px; 
}
.about-header h2{
	text-align: center;
	text-transform: uppercase;
	color:#f08633;
	font-size: 2.4rem;
}
.about-header .custom-h2{
	color:#f08633;
	text-align:left
}
.about-us-area .about-title{
	padding:0px 30px;
}
.about-header h5{
	color:#4b4b4b;

}
.about-header .less-width{
	width:60%;
	margin:0 auto; color:#21265c;text-transform: uppercase;
	padding-bottom: 1rem;
}
.about-header ul{
	list-style: disc;
    padding-left: 89px;
    padding-top: 2rem;
    font-size: 1.4rem;
    text-align: left;
    color: #21265c;
    text-transform: uppercase;
    font-weight: 700;
}

.about-header1{
	position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
	background: #fff;
	 padding-left: 40px;
    padding-right: 40px; 
}
.about-header1 h2{
	text-align: center;
	text-transform: uppercase;
	color:#f08633;
	font-size: 2.4rem;
	width: 65%;
    margin: 0 auto;
}

.about-header1 h5{
	color:#4b4b4b;
	width: 65%;
    margin: 0 auto;

}
.about-header1 p{
	text-align: justify;
	color:#4b4b4b;
}
.values{

	padding-bottom: 100px;
	background:#fbfaf8;
}
.values .card{
	background-color: #fbfaf8;
}
.values img{
	padding: 0px 30px;
}
.values .card-body{
	border: none;
	box-shadow:none;
}
.values h2{
	color:#5687ae;
	text-transform: uppercase;
	font-size: 2.4rem;
}
.values h3{
	color:#5687ae;
	text-transform: uppercase;
	font-size: 1.8rem;
}
.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a{
	color:#5687ae;
}
.values .know-more-button{
	display: inline-block;
    background: transparent;
    padding: 10px;
    color: #5687ae;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    width: 180px;
    border: 1px solid #5687ae;
    border-radius: 5px;
   text-align: center;

}
.values .know-more-button:hover{
	background-color: #5687ae;
    color: white;
}

.about-header p{
	text-align: justify;
	color:#4b4b4b;
}

.leadership{
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #fef9f6;
	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.leadership h2{
	color:#af382b;
	text-transform: uppercase;
	font-size: 2.4rem;
}
.leadership h3{
	color:#7c2f2a;
	font-size: 1.4rem;
	font-weight: 700;
	
}
.leadership h5{
	color:#4a4a4a;
	width: 65%;
	margin: 0 auto;
	font-size: 1rem;
    font-weight: 500;
}
.our-superstars{
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #fef9f6;
	padding-left: 40px;
    padding-right: 40px; 
	text-align: left;
}
.our-superstars h2{
	color:#af382b;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.our-superstars h3{
	color:#af382b;
	margin-bottom: auto;
	font-size: 1.4rem;
}
.our-superstars h5{
	color:#4a4a4a;
	width: 65%;
	margin: 0 auto;
	font-size: 1rem;
    font-weight: 500;
}
.our-valued{
	
	padding-bottom: 100px;
	background-color: #fef9f6;
	padding-left: 40px;
    padding-right: 40px; 
	text-align: left;
}
.our-valued h5{
	color:#4a4a4a;
	width: 65%;
	margin: 0 auto;
	font-size: 1rem;
    font-weight: 500;
}
.our-valued h2{
	color:#af382b;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.our-valued h3{
	color:#af382b;
	margin-bottom: auto;
	font-size: 1.4rem;
}
.values .custome-pad{
	padding-top:80px;
}

.stress-banner{
	background-color: #7c2f2a;
	
	text-align: center;
}
.stress-banner h2{
	color:#fff;
	display: inline;
}
.stress-banner a{
	margin-left: 5rem;
}
.how-we-help{
/* padding-top: 100px; */
	padding-bottom: 100px;
	background:#fbfaf8;
}
.how-we-help .card{
	background-color: #fbfaf8;
	border: none;
}
.how-we-help img{
	padding: 0px 30px;
}
.how-we-help .card-body{
	border: none;
	box-shadow:none;
}
.how-we-help h2{
	color:#c98f74;
	/* text-transform: uppercase; */
	font-size: 2rem;
}
.how-we-help .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
.how-we-help .server-buttons a{
	display: inline-block;
    background: #c98f74;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #c98f74;
	border-radius: 5px;
	text-align: center;
}

.how-we-help .card:hover .read-more a, .how-we-help .card:hover .card-title, .how-we-help .card:hover .card-title a{
	color:#c98f74;
}
.how-we-help .custome-pad{
	padding-top:80px;
}

/* Industry Expertise Page */
.industry-expertise {
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../img/shape/2.png);
}
.industry-expertise::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #151b50;
	opacity: 0.7;
}
.industry-expertise .page-title-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
}

.industry-expertise .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.industry-expertise .server-buttons a{
	display: inline-block;
    background: #21265c;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #fff;
	border-radius: 5px;
}
.industry-expertise .server-buttons a:hover{
	background-color:#ff8300;
}
.expertise-logo{
	background-image: url(../img/expertise/3.webp);
	padding-top:20px;
	padding-bottom: 20px;
}
.our-achievements{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f4f4f4;
}
.our-achievements h2{
	text-align: center;
	color:#64a7b1;
	font-size: 2.4rem;
}
.our-achievements p{
	text-align: center;
}
.our-achievements .numbers{
	color: #64a7b1;
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
}
.our-achievements .odometer.odometer-auto-theme, .odometer.odometer-theme-default{
	letter-spacing: 0px !important;
}
.our-achievements sub{
	bottom: 1rem;
    font-size: 1.1rem;
	text-align: center;
}
.industry-we-cater{

	padding-top: 50px;
	padding-bottom: 50px;
}
.industry-we-cater .custom-top-pad{
	padding-top: 2rem;
}
.industry-we-cater h2{
	color:#c98f74;
	text-align: center;
	text-transform: uppercase;
}
.industry-we-cater p{
	text-align: center;
}
.industry-we-cater .card{
	background-color: #f1ece5;
	height: 300px;
}
.industry-we-cater .card:hover{
	background-color: #c98f74;
	color:white;
	.card-title{
		color:white;
	}
	.btn-primary{
		color:white;
		border: 1px solid white;
	}
	
}
.industry-we-cater .card h5{
	color:#c98f74;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
}
.industry-we-cater .card p{
	text-align: left;
	font-size: 12px;
	padding-top: 0.4rem;
}
.industry-we-cater .card a{
	background-color: transparent;
    border-color: #c98f74;
    color: #c98f74;
}

.how-can-we-help{
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .how-can-we-help h2{
	text-align: center;
	color:#64a7b1;
  }
  .how-can-we-help .custom-pad-right{
	padding-right: 50px;
  }
  .how-can-we-help .custom-top-pad{
	padding-top: 1rem;
  }
  .how-can-we-help p{
	text-align: center;
  }
  .how-can-we-help .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.how-can-we-help .server-buttons a{
	display: inline-block;
    background: #64a7b1;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #64a7b1;
	border-radius: 5px;
}

.expertise-why-ifc{
	
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .expertise-why-ifc h2{
	text-align: center;
	color:#f08633;
	font-size: 2.4rem;
  }
  .expertise-why-ifc p{
	text-align: center;
  }
  .expertise-why-ifc .custom-pad-right{
	padding-right: 50px;

  }
  .expertise-why-ifc .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.expertise-why-ifc .server-buttons a{
	display: inline-block;
    background: #f08633;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #f08633;
	border-radius: 5px;
}
.expertise-business-stage{
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #f5feff;
	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.expertise-business-stage h2{
	color:#2c3578;
font-size: 2.5rem;
	text-transform: uppercase;
}
.expertise-business-stage h3{
	color:#2c3578;
	margin-bottom: auto;
	text-align: left;
	font-size: 1.5rem;
	padding-bottom: 1rem;
}
.expertise-business-stage .sides h3{
font-size: 1.5rem;
padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.expertise-business-stage p{
	text-align: left;
}
.expertise-business-stage .side1{
	padding-left: 2rem;
}
.expertise-business-stage .know-more-button{
	display: inline-block;
    background: transparent;
    padding: 10px;
    color: #2c3578;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    width: 180px;
    border: 1px solid #2c3578;
    border-radius: 5px;
	float: left;
}
.expertise-business-stage .know-more-button:hover{
	background-color:#2c3578 ;
	color:white;
}
.free-guides{
	padding-top: 50px;
	padding-bottom: 100px;

	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.free-guides h2{
	color:#c98f74;
font-size: 2.5rem;
	text-transform: uppercase;
}
.free-guides p{
	/* width:60%; */
	text-align: center;
	margin:0 auto;
}
.free-guides ul{
	justify-content: center;
    margin: 0 auto;
    padding-top: 20px;
    gap: 25px;
}
.free-guides ul li a{
	color:#4a4a4a;
}

.free-guides .nav-tabs > .active > a {
	color: #c98f74;
}
.free-guides .nav-tabs{
	border-bottom: unset;
}
.free-guides  .buttons{
	display: inline-block;
    background: #c98f74;
    padding: 10px;
    color: white;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 30px;
    width: 170px;
    border-radius: 5px;
    font-size: 12px;
}
.expertise-subpage {
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../img/shape/2.png);
}
.expertise-subpage::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #151b50;
	opacity: 0.5;
}

.expertise2-top{
	background: rgba(44, 53, 120, 0.5);
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
	width: 50%;
	padding-left: 5rem;
	text-align: left;
}
.expertise2-top h2{
	color:white;
	text-align: left;
	
}
.expertise2-top p{
	text-align: left;
}
.expertise2-top .server-buttons{
	text-align: left;
	margin-top: unset;
}
.expertise2-top .server-buttons a{
	display: inline-block;
    background: #2c3578;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #f08633;
	border-radius: 5px;
}
.expertise-success{
	background:#f2f2f2;
	padding-top: 3rem;
}
.expertise-success h2{
	color:#64a7b1;
	text-align: center;
}
.expertise-success p{
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 2rem;
}
#expertise-subpage-color h2{
color:#64a7b1 !important;
}
#expertise-subpage-color h4{
	color:#64a7b1 !important;
	}
#expertise-subpage-color .accordion-button{
	
	}
	#expertise-subpage-color	.company-mobile .accordion-item .accordion-button:not(.collapsed){
		color:white !important;
	}

	.expertise2-why-ifc{
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #f1ece5;
	}
	.expertise2-why-ifc h2{
		color:#f08633;
		font-size: 2.4rem;
		text-align: center;
	}
	.expertise2-why-ifc p{
		text-align: center;
		justify-content: center;
		width: 80%;
		margin:0 auto;
		padding-top: 2rem;
		padding-bottom: 1rem;
	}
	.expertise2-service-tiles{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.expertise2-service-tiles h2{
		color:#64a7b1;
		text-transform: uppercase;
		text-align: center;
	}
	.expertise2-service-tiles h6{
		color:#64a7b1;
		text-align: left;
		padding-top: 1rem;
		text-transform: uppercase;
	}
	.expertise2-service-tiles .server-buttons a{
		display: inline-block;
		background: #f3fafb;
		padding: 10px;
		color: #64a7b1;
		font-weight: 600;
		transition: ease-in-out 0.3s;
		margin-top:0px;
		width:200px;
		border:1px solid #64a7b1;
		border-radius: 5px;
	}
	.expertise2-service-tiles .server-buttons{
	margin-top: 3%;
	}
	.in-progress{
		background-color: #f2f2f2;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.in-progress h2{
		font-size: 3rem;
	}
	.in-progress p{
		font-size: 1.4rem;
	}
	.in-progress button{
		display: inline-block;
		background: #012068;
		padding: 10px;
		color: #fff;
		font-weight: 600;
		transition: ease-in-out 0.3s;
		margin-top:0px;
		width:200px;
		border:1px solid #fff;
		border-radius: 5px;
	}
	
.hide-on-desktop{
	display: none;
}
.nice-select{
	float: unset !important;
	display: none;
}
.questions-area select{
	display: block !important;
}
.new-contact-area{
	padding-top: 50px;
	padding-left: 50px;
}
.new-contact-area h1{
	color: #2c3578;
    font-size: 2.5rem;
	text-transform: uppercase;
	
    
}

.new-contact-area h2{
	color:#444;
	font-size: 1rem;
	text-transform: uppercase;

}
.new-contact-area h2::before{
	width: 10%;
    background-color: #f88930;
    height: 2px;
    content: '';
    display: inline-block;
    position: relative;
    bottom: 6px;
    margin-right: 12px;
}
#contacts-area{
	padding-left: 50px;
    padding-right: 50px;
}
#contacts-area .cpr-center-container {
    max-width: 1200px;
    width: inherit;
    margin: auto;
    position: relative;
}
#contacts-area    .contact-us-wrap{

box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
padding: 30px;
width:80%;
margin:40px auto;
}

#contacts-area .us-info_item {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
#contacts-area .usinfo-item_desc{
font-weight: 400;
}
#contacts-area a{
color:#4a4a4a;
}
#contacts-area .us-info_title{
	font-size: 2rem;
}
#contacts-area ._form-title{
	font-size: 24px !important;
}
/* #contacts-area .nice-select{
	display: block;
} */
#contacts-area select{
	display: block !important;
}
#contacts-area .usinfo-item_img i {
    color: #f77b4e;
    font-size: 20px;
}
#contacts-area .usinfo-item_desc p{
	font-weight: bold;
}
#contacts-area .usinfo-item_img {
    width: 50px;
    height: 50px;
    border: 1px solid #f77b4e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transform: translateY(-9px);
}

/************ SOftware Main page design **/
.software-main {
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../img/shape/2.png);
}
.software-main::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #151b50;
	opacity: 0.2;
}

.software-main-top{
	background: rgba(44, 53, 120, 0.5);
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
	width: 50%;
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: center;
	margin: 0 auto;
	
}
.software-main-top h2{
	color:white;
	text-align: center;
	
}
.software-main-top p{
	text-align: center;
}
.software-main-top .server-buttons{
	/* text-align: left;
	margin-top: unset; */
}
.software-main-top .server-buttons a{
	display: inline-block;
    background: #64a7b1;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:230px;
	border:1px solid #f08633;
	border-radius: 5px;
}
.software-main-help .tab-content {
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: #f0f1f8;
	padding: 30px;
	border-radius: 4px;
}
.software-main-help .best-service-img img {
	border-radius: 4px;
}
.software-main-help .nav-pills {
	margin-bottom: 0px;
}
.software-main-help .nav-pills .nav-item{
	height:280px;
	color: #292a2c;
	background-color: transparent;
	/* -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); */
	padding:30px 10px 10px 10px;
	border-radius: 0px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Open Sauce One', sans-serif;
	width: 330px;
	height: 300px;
	/* -webkit-transition: all 0.5s;
	transition: all 0.5s; */
	position: relative;

	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	text-align: left;
	
}
.software-main-help .nav-pills .nav-link {
	/* border:2px dashed #ef6623; */
}
.software-main-help .nav-pills .nav-item:hover{
	background-color: #f1ece5;
}
.software-main-help .nav-pills h2{
	color:#6a6a6a;
}
.software-main-help .nav-pills  a{
	width: 200px;
    height: 30px;
    background-color: #6a6a6a;
    color: white;
    position: relative;
    
    border-radius: 4px;
    text-align: center;
    padding: 3px;
	display: none;
	margin-left: 10px;
	z-index: 10;
	
}

.software-main-help .nav-pills .nav-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#012068),
		to(#012c92)
	);
	background-image: linear-gradient(to right, #012068, #012c92); */
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 4px;
}

.software-main-help .nav-pills .nav-link i {
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #ef6623;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.software-main-help .nav-pills .nav-link p{
	font-size: 10px;
    /* position: absolute;
    bottom: 10px;
	text-transform: uppercase;
	left:0;
	right:0; */
	
}
.ser-ar{
	opacity: 0;
	padding: 1px;
        position: absolute;
        top: -20px;
	width:75%;
        
        visibility: hidden;
     
		font-size: 11px;
}
.ser-ar p,h4{
	/* font-size:14px !important;
	position: absolute !important;
    top: 50px;
    bottom: 0px !important;
    left: 10px !important;
    right: 10px;
    font-size: 14px;
    color: orange;
    text-align: left; */
}

.software-main-help .show{
	display: none;
}
.software-main-help .nav-pills .nav-item:hover{
 .hid{
	display: none !important;
 }
 .show{
	display: block;
 }
	
}

.software-main-help .nav-pills .nav-link:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.software-main-help .nav-pills .nav-link:hover i {
	color: #fff;
}
.software-main-help .nav-pills .nav-link.active {
	color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#8fd913),
		to(#39ae38)
	);
	background-image: linear-gradient(to right, #f27921, #ef6623);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.software-main-help .nav-pills .nav-link.active i {
	color: #fff;
}

/* Software Sub Page ***********/
.software-sub {
	position: relative;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../img/shape/2.png);
}
.software-sub::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #151b50;
	opacity: 0;
}
.software-sub h2{
	color: #24708f;
    text-align: center;
}
.xero-experts{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}
.xero-experts h2{
	color:#1db5e9;
}
.xero-experts p{
	width:80%;
	margin: 0 auto;
	color:#1db5e9;
	text-align: center;
}

.top-acc{
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.top-acc h2{
	color:#1db5e9;
	text-transform: uppercase;
	text-align: center;
}
.top-acc p{
	width:80%;
	margin: 0 auto;
	
	text-align: center;
}
.top-acc .custom-paragraph{
	width: unset;
	text-align: left;
	margin: revert;
}

.benefits-xero{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f3fafb;
	
}
.benefits-xero h2{
	color:#1db5e9;
	text-transform: uppercase;
	text-align: center;
}
.benefits-xero p{
	width:80%;
	margin: 0 auto;
	
	text-align: center;
}
.benefits-xero .numbers{
	border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0px;
font-size: 45px;
    background: #14b5ea;
  float:left;
    color: #fff;
    text-align: center;
}
.benefits-xero .round-number-row{
	
}
.benefits-xero .round-number-row p{
	text-align: left;
	margin: revert;
}
.benefits-xero .round-number-row h3{
	color:#24708f;
	padding-top: 1rem;
}

.software-features{
	padding-top: 50px;
	padding-bottom: 50px;
	
	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.software-features h2{
	color:#24708f;
font-size: 2.5rem;
	text-transform: uppercase;
}
.software-features h3{
	color:#24708f;
	margin-bottom: auto;
	text-align: left;
	font-size: 1.5rem;
	padding-bottom: 1rem;
}
.software-features .sides h3{
font-size: 1.5rem;
padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.software-features p{
	text-align: left;
}

.we-offer{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f9f9f9;
}
.we-offer h2{
	color:#24708f;
	text-align: center;
}
.we-offer .nav-link{
	font-size: 18px;
   font-weight: 600;
	background-color: #f9f9f9;
	color: #24708f;
	/* margin-top: 8px; */
	text-align: left;
	border:1px solid #46c9f7;
	border-radius: unset;
	/* text-transform: uppercase; */
}
.we-offer .nav-link.active{
	background-color: #24708f;
	color:#fff;
}
.we-offer .tab-content p{
	color:#666665;
	text-align: justify;
}
.we-offer .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.we-offer .server-buttons a{
	display: inline-block;
    background: #24708f;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #24708f;
	border-radius: 5px;
}

.we-offer-mob-mob {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f9f9f9;
	display: none;
}
.we-offer-mob-mob h2{
color:#24708f;
}
.we-offer-mob-mob .accordion-item .accordion-button:not(.collapsed){
	background-color: #24708f;
	color:#fff;
}
.we-offer-mob-mob .card-body{

	color:#24708f;
	text-align: justify;
	border: 1px solid #24708f;
}
.we-offer-mob-mob .accordion-button{
	border:1px solid #24708f;
	text-align: justify;
	color:#24708f;
}
.we-offer-mob-mob .accordion-button:focus{
	box-shadow: 0 0 0 0.25rem #24708f;
}
.we-offer-mob-mob .accordion-button:not(.collapsed)::after{
	background-image: url('../img/services-new/arrow.png');
}

.software-how-we-help{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f3fafb;
	
}
.software-how-we-help h2{
	color:#1db5e9;
	text-transform: uppercase;
	text-align: center;
}
.software-how-we-help p{
	width:80%;
	margin: 0 auto;
	
	text-align: center;
}
.software-how-we-help .numbers{
	border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0px;
font-size: 45px;
    background: #1db5e9;
    color: #fff;
    text-align: center;
	display: block;
}
.software-how-we-help h3{
	color:#24708f;
}
.software-how-we-help .rounded-number p{
width:100%;
margin: revert;
text-align: left;
}

.software-integration{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.software-integration img{
	width:60%;
	margin:0 auto;
}

.soft-comparison{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f9f9f9;
}
.soft-comparison h2{
	color:#1db5e9;
	text-align: center;
}
.soft-comparison .nav-link{
	font-size: 18px;
   font-weight: 600;
	background-color: #f9f9f9;
	color: #24708f;
	/* margin-top: 8px; */
	text-align: left;
	border:1px solid #24708f;
	border-radius: unset;
	text-transform: uppercase;
}
.soft-comparison .nav-link.active{
	background-color: #1db5e9;
	color:#fff;
}
.soft-comparison .tab-content p{
	color:#666665;
	text-align: justify;
}
.soft-comparison .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.soft-comparison .server-buttons a{
	display: inline-block;
    background: #1db5e9;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #1db5e9;
	border-radius: 5px;
}

.soft-comparison-mob {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f9f9f9;
	display: none;
}
.soft-comparison-mob h2{
color:#1db5e9;
}
.soft-comparison-mob .accordion-item .accordion-button:not(.collapsed){
	background-color: #1db5e9;
	color:#fff;
}
.soft-comparison-mob .card-body{

	color:#1db5e9;
	text-align: justify;
	border: 1px solid #24708f;
}
.soft-comparison-mob .accordion-button{
	border:1px solid #1db5e9;
	text-align: justify;
	color:#1db5e9;
}
.soft-comparison-mob .accordion-button:focus{
	box-shadow: 0 0 0 0.25rem #1db5e9;
}
.soft-comparison-mob .accordion-button:not(.collapsed)::after{
	background-image: url('../img/services-new/arrow.png');
}

.blog-section{
	padding-top: 10px;

	text-align: center;
	background-color: #fff;
}
.blog-section .service-text{   
	position: absolute;
bottom: 0;
left: 20px;
}
.blog-section .service-text h3, h6{
	text-align: left;
}

.blog-section .service-text a{
	color:white;
}
.blog-section h2{
	color:#c98f74;
font-size: 2.5rem;
	text-transform: uppercase;
}
.blog-section p{
	/* width:60%; */
	text-align: center;
	margin:0 auto;
}
.blog-section ul{
	justify-content: center;
    margin: 0 auto;
    padding-top: 20px;
    gap: 25px;
}
.blog-section ul li a{
	color:#4a4a4a;
}

.blog-section .nav-tabs > .active > a {
	color: #c98f74;
}
.blog-section .nav-tabs{
	border-bottom: unset;
}
.blog-section  .buttons{
	display: inline-block;
    background: #c98f74;
    padding: 10px;
    color: white;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 30px;
    width: 170px;
    border-radius: 5px;
    font-size: 12px;
}
.blog-section .pl-3{
	padding-left:3rem;
}
.blog-section h4{
	color:#404040;
	padding-top: 5rem;

}
.blog-section h4::after{
    display: block;
    content: '';
    margin-top: 15px;
    border-bottom: 2px solid #f88930;
	width:5%;
	
}

.new-blog-post {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}
.new-blog-post .post-image {
	position: relative;
	overflow: hidden;
}
.new-blog-post .post-image a {
	display: block;
}
.new-blog-post .post-image a img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.new-blog-post .post-content {
	border: 1px solid #eee;
	padding: 25px;
}
.new-blog-post .post-content .date {
	color: #ef6623;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: -4px;
}
.new-blog-post .post-content .date i {
	font-size: 12px;
}
.new-blog-post .post-content h3 a {
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 700;
	color: #525252;
}
.new-blog-post .post-content p {
	margin-bottom: 0;
	color:#9a9a9a;
}
.new-blog-post h6{
	color:#000;
	padding-top: 3rem;
	display: inline-block;
	font-weight: 400;
}
.new-blog-post .post-content .default-btn {
	margin-top: 25px;
}
.new-blog-post:hover h3 a {
	/* color: #ef6623; */
}
.new-blog-post:hover  {
	/* -webkit-transform: scale(1.3) rotate(4deg);
	transform: scale(1.3) rotate(4deg); */
	border-bottom:2px solid #f88930;
}

.the-latest-blog{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
	margin-top: -8px;
}
.the-latest-blog h2{
	color:#404040;
	text-align: left;
	padding-bottom: 3rem;
}
.the-latest-blog h2::after{
    display: block;
    content: '';
    margin-top: 15px;
    border-bottom: 2px solid #f88930;
	width:5%;
	
}
.youtube-embed{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #393939;
	
}
.youtube-embed h4{
	color:#FFF;
	text-align: left;
	padding-left: 1rem;
}
.youtube-embed h4::after{
    display: block;
    content: '';
    margin-top: 15px;
    border-bottom: 2px solid #f88930;
	width:5%;
	
}

.video-gallery-container {
	padding: 8px 0 0 0;
	margin: 0 auto;
  }
  
  .video-gallery-container,
  .video-gallery-container * {
	box-sizing: border-box;
  }
  
  .video-gallery-container h2.title {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 24px;
  }
  
  .video-gallery-container .video-gallery {
	display: flex;

	justify-content: center;
	padding: 16px;
	padding-top: 24px;
	gap: 24px;
	color: #fff;
  }
  .video-gallery-container .featured-video{
	width:80%;
  }
  .video-gallery h3.video-title {
	line-height: 1.6;
	font-weight: 700;
	font-size: 0px;
	width: 100%;
  }
  
  .video-gallery .thumbnail {
	height: 120px;
	cursor: pointer;
  }
  
  .video-gallery .video {
	position: relative;
  }
  
  .video-gallery .video:hover .play-icon {
	opacity: 1;
  }
  
  .video-gallery .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 400ms ease;
  }
  
  .video-gallery .video .play-icon img {
	height: 50px;
	width: 50px;
  }
  
  .video-gallery .all-videos {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  
  .video-gallery .responsive-iframe {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	padding-bottom: 30px;
  }
  
  .video-gallery .responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  /*   OUR Services Page */
  .our-services-main{

	padding-top: 50px;
	padding-bottom: 50px;
}
.our-services-main .custom-top-pad{
	padding-top: 2rem;
}
.our-services-main h2{
	color:#2c3578;
	text-align: center;
	text-transform: uppercase;
}
.our-services-main h3{
	width:50%;
	margin: 0 auto;
	text-align: center;
}
.our-services-main p{
	text-align: center;
}
.our-services-main .card{
	background-color: #ecf3f4;
	height: 300px;
}
.our-services-main .card:hover{
	background-color: #2c3578;
	color:white;
	.card-title{
		color:white;
		font-size: 1.1rem;
		margin-left:unset;
	}
	.card-body img{
		display: none;
	}
	.btn-primary{
		color:white;
		border: 1px solid white;
		background-color: #2c3578;
	}
	
}
.our-services-main .card-body img{
	float: left;
}
.our-services-main .card h5{
	color:#2c3578;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	display: inline;
	/* margin-left: 10px; */
}
.our-services-main .card p{
	text-align: left;
	font-size: 12px;
	padding-top: 0.4rem;
	display: inline-block;
}
.our-services-main .card a{
	background-color: #f7f7f7;
    border-color: #2c3578;
    color: #2c3578;
}
.service-fit{
	background: #2c3578; 
   position: relative;
   z-index: 1;
   padding-left: 130px;
   padding-right: 130px;
   padding-top:20px;
   padding-bottom: 50px;
}



.service-fit h1{
   color:white;
   font-size: 2rem;
   text-transform: uppercase;
   font-weight: 700;
   display: inline;
}
.service-fit p{
   
   font-size: 1.1rem;
   color: white;
   font-weight: 500;
}

.service-fit .plus-icon{
   border-radius: 50%;
   position: absolute;
 
   width: 13%;
   /* right: 200px; */
}
/************** BUSINESS STAGE SUB SECTION ***************/
.business-stage-sub-top{
	position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
	background: #fff;
	 padding-left: 40px;
    padding-right: 40px; 
}
.business-stage-sub-top h2{
	text-align: center;
	text-transform: uppercase;
	color:#5687ae;
	font-size: 2rem;
	width: 65%;
    margin: 0 auto;
}
.business-stage-sub-top h1{
	text-align: center;
	text-transform: uppercase;
	color:#5687ae;
	font-size: 2.5rem;
	width: 65%;
    margin: 0 auto;
}

.business-stage-sub-top h6{
	color:#4b4b4b;
	width: 65%;
    margin: 0 auto;
	text-align: center;
	font-size: 0.9rem;

}
.business-stage-sub-top p{
	text-align: justify;
	color:#4b4b4b;
}
.business-stage-sub-sound{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fbfaf8;
}
.business-stage-sub-sound h2{
	color:#e8a650;
	text-align: center;
}
.business-stage-sub-sound .nav-link{
	font-size: 18px;
   font-weight: 600;
	background-color: #f7f1ec;
	color: #e8a650;

	text-align: left;
	border: 1px solid;
}
.business-stage-sub-sound .nav-link.active{
	background-color: #e8a650;
	color:#fff;
}
.business-stage-sub-sound .tab-content p{
	color:#666665;
	text-align: justify;
}
.business-stage-sub-sound .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.business-stage-sub-sound .server-buttons a{
	display: inline-block;
    background: #e8a650;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #e8a650;
	border-radius: 5px;
}

.business-stage-sub-sound-mob {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fbfaf8;
	display: none;
}
.business-stage-sub-sound-mob h2{
color:#e8a650;
}
.business-stage-sub-sound-mob .accordion-item .accordion-button:not(.collapsed){
	background-color: #e8a650;
	color:#fff;
}
.business-stage-sub-sound-mob .card-body{
	background-color: #f7f1ec;
	color:#e8a650;
	text-align: justify;
}
.business-stage-sub-sound-mob .accordion-button{
	border:1px solid #e8a650;
	text-align: justify;
}
.business-stage-sub-sound-mob .accordion-button:focus{
	box-shadow: 0 0 0 0.25rem #e8a650;
}
.business-stage-sub-sound-mob .accordion-button:not(.collapsed)::after{
	background-image: url('../img/services-new/arrow.png');
}

.business-stage-sub-stages{
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #f5feff;
	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.business-stage-sub-stages h2{
	color:#2c3578;
font-size: 2.5rem;
	text-transform: uppercase;
}
.business-stage-sub-stages h3{
	color:#2c3578;
	margin-bottom: auto;
	text-align: left;
	font-size: 1.5rem;
	padding-bottom: 1rem;
}
.business-stage-sub-stages .sides h3{
font-size: 1.5rem;
padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.business-stage-sub-stages p{
	text-align: left;
}
.business-stage-sub-stages .side1{
	padding-left: 2rem;
}
.business-stage-sub-stages .know-more-button{
	display: inline-block;
    background: transparent;
    padding: 10px;
    color: #2c3578;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    width: 180px;
    border: 1px solid #2c3578;
    border-radius: 5px;
	float: left;
}
.business-stage-sub-stages .know-more-button:hover{
	background-color:#2c3578 ;
	color:white;
}
.business-stage-sub-event{
	padding-top:50px;
	padding:50px;
	background: #f7f7f7;
}
.business-stage-sub-event .know-more-button{
	display: inline-block;
	background: transparent;
    padding: 10px;
    color: #2c3578;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    width: 150px;
    border: 1px solid #2c3578;
    border-radius: 5px;
    text-align: center;

}
.business-stage-sub-event .know-more-button:hover{
	background-color:#2c3578 ;
	color:white;
}
.business-stage-banner-text{
	padding: 50px 0px;
	background-color: #393939;
}
.business-stage-banner-text h2{
	text-transform: uppercase;
	color:#fff;
	text-align: center;

}
.business-stage-banner-text h6{
	width: 65%;
	text-align: center;
	margin: 0 auto;
	color:#fff;
	font-size: 0.8rem;
}
.faq-page{
	padding-top: 50px;
	padding-bottom: 100px;

	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.faq-page h2{
	color:#5687ae;
font-size: 2.1rem;
	text-transform: capitalize;
}
.faq-page p{
	/* width:60%; */
	text-align: center;
	margin:0 auto;
}
.faq-page ul{
	justify-content: center;
    margin: 0 auto;
    padding-top: 20px;
    gap: 25px;
}
.faq-page ul li a{
	color:#4a4a4a;
}

.faq-page .nav-tabs > .active > a {
	color: #5687ae;
	font-weight: 700;
}
.faq-page .nav-tabs{
	border-bottom: unset;
}
.events-count-timer{
	background-image: red;
	padding-top:20px;
	padding-bottom: 20px;
}
.events-count-timer h1 {
	text-transform: uppercase;
	font-size: 2.3rem;
	color:#5687ae;
	/* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}
.form-class-custom select{
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	display: inline-block !important;
    height: 40px;
    width: 25%;
	margin-left: 3%;
    padding: 10px;
    /* text-transform: uppercase !important; */
}

.careers-opening{
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #f9f9f9;
}
.careers-opening h2{
	color: #1db5e9;
    text-align: center;
}
.careers-opening p{
	width:80%;
	text-align: center;
	margin: 0 auto;
}
.careers-opening form{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 40px;
}
.careers-opening select{
	display: inline-block !important;
	background-color: #1db5e9;
    border: 1px solid #000;
    border-radius: 5px;
    width: 15%;
    height: 40px;
    padding: 10px;
	margin-left: 4%;
	color:#fff;
}
.careers-opening button{
	display: inline-block !important;
	background-color: #24708f;
    border: 1px solid #000;
    border-radius: 5px;
    width: 15%;
    height: 44px;
    padding: 10px;
	margin-left: 4%;
	color:#fff;
}
.careers-opening h4{
	color:#24708f;
}
.careers-opening .server-buttons {
	margin-top: unset;
    
    text-align: left;
}
.careers-opening .server-buttons a{
	display: inline-block;
    background: #1db5e9;
    padding: 10px;
    color: white;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    width:auto;
    border: 1px solid #1db5e9;
    border-radius: 5px;
}
.career-p{
	padding-top: 50px;
	padding-bottom: 100px;

	padding-left: 40px;
    padding-right: 40px; 
	text-align: center;
}
.career-p h2{
	color:#5687ae;
font-size: 2.1rem;
	text-transform: uppercase;
}
.career-p p{
	/* width:60%; */
	text-align: center;
	margin:0 auto;
}
.guide-sub{
	padding-top: 70px;
	padding-bottom: 50px;
}
.guide-sub h2{
	font-size:1.8rem;
	text-align:left;
}
.guide-sub a{
	color:#012068;
	display: inline;
}
.guide-sub a:hover{
	color:#ec6d08;
	display: inline;
}
.guide-sub ul{
	list-style: disc;
    color: #012068;
    padding-left: 2rem;
}
.guide-sub img{
	border-radius: 15px;
	 margin-top:2rem; 
}


.expert-form select{
display: block !important;
}

@media screen and (max-width: 600px) {
   .events-count-timer h1 {
		font-size: 1.8rem;
		max-width: 300px;
   }
}
.events-count-timer .clock {
	margin: 1rem auto;
}
.events-count-timer  .clock-container {
	border-radius: 5px;
	
	width: 90%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
   .events-count-timer .clock-container {
		max-width: 320px;
   }
}
.events-count-timer .clock-col {
	flex: 25%;
	max-width: 200px;
	text-align: center;
	/* border: 2px solid #1a2026;
	background: #006ea2;
	background: linear-gradient(180deg, rgba(0, 110, 162, 1) 0%, rgba(1, 78, 115, 1) 100%); */
}
@media screen and (max-width: 600px) {
 .events-count-timer	 .clock-col {
		flex: 50%;
   }
}
.events-count-timer .clock-col:first-child {
	/* background: #e91e63;
	background: linear-gradient(180deg, rgba(233, 30, 99, 1) 0%, rgba(185, 24, 82, 1) 100%); */
}
.events-count-timer .clock-timer {
	font-size: 3.6rem;
	padding: 1px 0;
	/* box-shadow: 0 -5px 5px -5px #333; */
}
.events-count-timer .clock-label {
	text-transform: uppercase;
	font-size: 1.3rem;
	padding: 0px 0;
	margin: 0;
	/* background: #006ea2;
	background: linear-gradient(180deg, rgba(2, 73, 107, 1) 0%, rgba(0, 110, 162, 1) 100%);
	border-top: 1px solid #013e5b; */
}
.events-count-timer .clock-label.label-days {
	/* background: #e91e63;
	background: linear-gradient(0deg, rgba(201, 28, 87, 1) 0%, rgba(158, 24, 69, 1) 100%);
	border-top: 1px solid #a31847; */
}

.event-details{
	border-top: 1px solid black;
	padding:50px 0px;

}
.event-details h2{
	text-align: center;
	color: #5687ae;
}
.event-details p{
	text-align: center;
}
.event-details .custom-link{
	display: block;
	background-color: #5687ae;
	color:white;
	width:auto;
	margin: 0 auto;
	border-radius: 4px;
	text-align: center;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding: 5px;
}

.event-details .server-buttons{

	margin-top:5%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
.event-details .server-buttons a{
	display: inline-block;
    background: #5687ae;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	width:250px;
	border:1px solid #fff;
	border-radius: 5px;
}
.event-details .server-buttons a:hover{
	background-color:#ff8300;
}
.upcoming-webinar{
	background-color: #fdf6f3;
	padding:50px 0px;

}
.upcoming-webinar h2{
	color:#c98f74;
	text-align: center;
}
.upcoming-webinar p{
	text-align: center;
}
.upcoming-webinar ul{
	justify-content: center;
    margin: 0 auto;
    padding-top: 20px;
    gap: 25px;
}
.upcoming-webinar ul li a{
	color:#4a4a4a;
	display: block;
	
    padding: 10px;
  width:300px;
	font-weight: 600;
	font-size: 1.8rem;
	border-bottom: 1px solid black;
	padding-left: 50px;
}

.upcoming-webinar .nav-tabs > .active > a {
	color: #c98f74;
	border-bottom: 1px solid #c98f74;
	width:300px;
}
.upcoming-webinar .nav-tabs{
	border-bottom: unset;
}
.upcoming-webinar  h3{
	text-align: left;
	text-transform: uppercase;
	color:#c98f74;
	font-size: 1.8rem;
}
.upcoming-webinar .buttons{
	display: inline-block;
    background:#c98f74;
    padding: 10px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin-top:10px;
	font-size: 1rem;
	border:1px solid #fff;
	border-radius: 5px;
	text-transform: uppercase;
}
.upcoming-webinar .row-for-event{
	margin-left: auto;
	margin-right: auto;
	padding-top: 5rem;
	padding-bottom: 3rem;
	border-top: 1px solid #444;

}
.upcoming-webinar .row-for-event:first-child{
border-top: unset;
padding-top: unset;
}
.upcoming-webinar #pagination{
	display: flex;
	justify-content: center;
  }
  .upcoming-webinar .blocks{
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #DDDDDD;
	display: inline-block;
	text-decoration: none;
	color: black;
  }
  .upcoming-webinar .blocks:not(:first-child){
	margin-left: 5px;
  }
  .upcoming-webinar .blocks:first-child{
	border-radius: 10px 0 0 10px;
  }
  .upcoming-webinar .blocks:last-child{
	border-radius: 0 10px 10px 0;
  }
  .upcoming-webinar .blocks:hover{
	background-color: #DDDDDD;
  }
  .upcoming-webinar #pagination a.active{
	background-color: #c98f74;
  }
.past-events{
	
	padding:60px 0px;

}
.past-events h2{
	color:#af382b;
	text-align: center;
}
.past-events p{
	text-align: center;
}
.past-events .past-eve-div
{
	border:1px solid #444;
	padding:10px;
	
	margin-left: 5%;
}
.past-events .past-eve-div:first-child{
	margin-left: unset;
}
.past-events .past-eve-div h4{
	color: #af382b;
}
.past-events .past-eve-div .buttons{
	display: inline-block;
    background:#af382b;
    padding: 5px;
    color: white;
	font-weight: 600;
	transition: ease-in-out 0.3s;
	margin:0 auto;
	font-size: 0.8rem;
	border:1px solid #fff;
	border-radius: 5px;
	text-transform: uppercase;
}
@media (max-width: 900px) {
	.video-gallery-container {
	  width: 100%;
	}
  }
  
  @media (max-width: 700px) {
	.video-gallery-container .video-gallery {
	  flex-direction: column;
	}
  
	.video-gallery .all-videos {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	}
  
	.video-gallery .thumbnail {
	  height: unset;
	  width: 100%;
	}
  }
  
  @media (max-width: 500px) {
	.video-gallery .all-videos {
	  grid-template-columns: 1fr;
	}
  
	.video-gallery-container {
	  max-width: 400px;
	}
  
	.video-gallery-container h2.title {
	  font-size: 24px;
	  font-weight: bold;
	}
  }
  

  @media only screen and (max-width: 767px)
 {
	.hide-on-desktop{
		display: block;
	}
	.faq-service .accordion-item .accordion-header .accordion-button{
		text-align: left;
		font-size: 16px;
	}
	.faq-service .card-body p{
		text-align: justify;
	}
	.faq-service .m-4{
		margin:unset !important;
	  }
	.sound-like-mob .accordion-button{
		text-align: left;
	}
	.business-stage-sub-sound-mob .accordion-button{
		text-align: left;
	}
	.offset-1{
		margin-left: unset;
	}
	.service-tiles .custom-pd{
		padding-top:15px;
	}
	.health-check h1, .fitness-package h1, .financial-core h1,.taxes-simplified h1,.compliance-assurance h1,.cashflow-management h1,.financial-accountability h1,.financial-guidance h1,.select-table h1{
		font-size: 2.5rem;
		
		display: flex;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.financial-core h3,.taxes-simplified h3,.compliance-assurance h3,.cashflow-management h3,.financial-accountability h3,.financial-guidance h3,.select-table h3{
		font-size: 1.8rem;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.fitness-package{
		padding-left: unset;
		padding-right: unset;
		padding-bottom: 30px;
	}
	.fitness-package h1{
		display: block;
	}
	.health-check{
		padding-left: unset;
		padding-right: unset;
		padding-bottom: 25px;
	}
	.fitness-package a,.compliance-assurance a{
		text-align: center;
	}
	.page-financial-area img {
		position: absolute;
		top: 130px !important;
		width: 100%;
		left:0;
 }
 .ff-section1 {
    background: #f7f7f7;
    padding-top: 101px !important;
    padding-bottom: 0px;
}
.fitness-package img{
	width:80%;
}
.fitness-package .video-btn{
	left:50px;
	top:0;
}
.health-check .plus-icon {
    border-radius: 50%;
    position: absolute;
    top: -35px;
    width: 18%;
    right: 52px;
}
.health-check::after{
	/* bottom:-285px !important; */
	display: none;
}
.taxes-simplified::after{
	display: none;
}
.cashflow-management::after{
	display: none;
}
.health-check p{
	text-align: justify;
    padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
}
.fitness-package p{
	text-align: justify;
    padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	padding-top: 6px !important;
}
.financial-core{
	padding-top: 20px;
	padding-left: unset;
	padding-right: unset;
}
.taxes-simplified{
	padding-left: unset;
	padding-right: unset;
}
.taxes-simplified h3{
	display: block;
}
.financial-core img{
	width:100% !important;
	padding-right: 100px;
}
.financial-core .absolute-image{
	display: none;
}
.financial-core .cust-pl-3{
	padding-left: 15px;
}
.financial-core h2{
	display:flex;
	text-align: center;
	padding-right: unset;
}
.financial-core p{
	
	text-align: justify;
    padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
}

.financial-core .box-lay{
	margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    padding-left: unset;

}
.financial-core .box-text{
	margin-left: auto;
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.financial-core h6{
	padding-right: 20px !important;
	padding-left: 20px !important;
	text-align: center;
}
.financial-core .pack-link{
	position: unset;
	text-align: center;
}
.financial-core img{
	padding-right: 25px;
}
.financial-core .custom-top-pad{
	padding-top: 35px;
}
.financial-core .choose-img img{
	padding-right: unset;
}
.video-btn-financial{
	left:0px;
	/* top:-40px; */
}
.financial-guidance .video-btn-financial{
	left:0px;
	 top:-40px; 
}
.financial-guidance .client-vid-img{
	width: 100%;
}
.select-table h3{
	display: block;
}
.select-table table{
	width: 96%;
}
.select-table .buttons{
	padding-left: unset;
	padding-right: unset;
	width:100%;
	padding-top: 30px;
    padding-bottom: 30px;
}
.taxes-simplified p{
	padding-right: 15px;
    text-align: justify;
    padding-left: 15px;
}
.taxes-simplified ul{
	padding-right: 20px;
    padding-left: 20px;
	flex-flow: column;
}
.taxes-simplified ul li{
	flex:unset;
}
.taxes-simplified ul li:nth-child(4), .taxes-simplified ul li:nth-child(5){
	flex:unset;
}
.taxes-simplified .buttons{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    display:unset;
    padding-right: unset;
     padding-left: unset;
    transform: unset;
     margin-top: unset;
    z-index: 4;
	padding-bottom: 20px;
}
.taxes-simplified .buttons img{
	width:85%;
}
.compliance-assurance{
	padding-top:30px;
	padding-left: unset;
	padding-right: unset;
}
.compliance-assurance p{
	padding-right: 15px;
	padding-left: 15px;
    text-align: justify;
}
.compliance-assurance ul{
	padding-right: 15px;
	padding-left: 40px;
    text-align: left;
}

.cashflow-management{
	padding-right: unset;
	padding-left: unset;
}
.compliance-assurance .compliance-img{
	width:90%;
	    margin-left: 0% !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.compliance-assurance img{
	width:90%;
}

.compliance-assurance h1{
	/* padding-right: 25px; */
}
.compliance-assurance .compliance-img2{
	margin-top: unset;
}

.cashflow-management p{
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}
.cashflow-management ul,.financial-guidance ul{
	padding-right: 20px;
	padding-left: 20px;
}
.cashflow-management ul li{
	flex:unset;
	margin-left: unset;
}
.cashflow-management ul li:nth-child(2), .cashflow-management ul li:nth-child(3){
	flex: unset;
	margin-left: unset;
}
.cashflow-management .buttons{
	padding-left: unset;
	padding-right: unset;
}
.cashflow-management h6{
	padding-left: 15px;
	text-align: center;
}
.cashflow-management .buttons img{
	width:90%;
}
.cashflow-management .buttons a{
	width:100% !important;
}
.cashflow-management .box-lay{
	margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    padding-left:unset;

}
.cashflow-management .choose-img img{
	width: 100%;
}
.cashflow-management .box-text{
	padding-right: unset;
}
.cashflow-management .pack-link{
	position: unset;
	transform: unset;
	text-align: center;
}
.cashflow-management::after{
	bottom: -230px !important;
}
.financial-accountability{
	padding-top: 25px;
	padding-left: unset;
	padding-right: unset;
}
.financial-accountability ul{
	padding-left: 20px;
}
.financial-accountability p{
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}
.financial-accountability img{
	width:100% !important;
	/* padding-right: 25px; */
}

.financial-accountability .custom-para{
	padding-right: 15px;
}
.financial-guidance{
padding-left: unset;
	padding-right: unset;
}
.financial-guidance p{
	padding-right: 15px !important;
	padding-left: 15px !important;
	text-align: justify;
}
.financial-guidance .cus-spac{
	text-align: center;
}
.financial-guidance .custom-ul{
	margin-left:unset;
	margin-top: -30px;
}
.financial-accountability ul li{
	padding-right: 20px;
}
.financial-guidance ul li:nth-child(2){
margin-top:-5px;
}
.financial-guidance ul li{
	margin-bottom: 1rem;
	text-align: left;
}
.financial-guidance h6{
	padding-left: 15px;
	text-align: center;
}
.financial-guidance .box-lay{
	margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    padding-left: unset;
}
.financial-guidance .box-text{
	padding-right: unset !important;
}
.financial-guidance .pack-link{
	transform: translate(3px, -100px);
	position: unset;
	text-align: center;
}
.financial-guidance .hide-on-mobile{
	display: none;
}
.financial-guidance .hide-on-desktop{
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.financial-guidance ul li{
	width:90%;
}
.offset-12{

	margin-left: auto;
}
.compliance-assurance .absolute-image{
	display: none;
}
.compliance-assurance .absolute-image1{
	display: none;
}
.cashflow-management .absolute-image{
	display: none;
}
.financial-accountability::before{
	content: none;
}
.financial-accountability .absolute-image{
	display: none;
}
.financial-guidance .absolute-image{
	display: none;
}
.go-top.active{
	display: none;
}

/************ Service Main Page *****************/
.custom-title{
	width:100%;
}
.questions-area.two .section-title{
	padding: 0px 30px;
}
.best-services-area{
	padding: 20px 30px;
	background-color:#fcf5e5;
}
.best-services-area .tab-content{
	box-shadow: unset;
}
.rec-soft .single-logo{
	display: block !important;
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.rec-soft .single-logo .marleft{
	margin-left: auto;
    margin-right: auto;
	padding:10px;
}
.rec-soft .single-logo a{
	width:100% !important;
}

.free-resources form input[type=text]{
	width:80%;
	margin-top: 3%;

}
.free-resources form input[type=submit]{
	width:80%;
	margin-top: 10%;
}
.success-stories .block{
	position: relative !important;
    width: 100% !important;
	right:unset !important;
	padding: 20px 20px 20px 20px !important;
}
.success-stories{
	padding-bottom: 0px !important;
}
.sound-like-mob{
	display: block;
padding:50px 30px;
}
.business-stage-sub-sound-mob{
	display: block;
padding:50px 30px;
}
.our-approach{
	padding: 60px 30px;
}
.our-approach p{
	width: unset;
}
.service-tiles{
	padding:50px 30px;
}
.service-tiles .padi{
	margin-top: -45px;
}


.soundlike{
	display: none;
}
.business-stage-sub-sound{
	display: none;
}
.company-mobile{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
}
.company-background{
	display: none;
}
.about-header h2{
	font-size: 1.8rem;
}
.values{
	padding-top: unset;
	padding-bottom: 30px;
	text-align: center;
}
.values .custome-pad{
	padding-top:40px;
}
.values img{
	 padding:0px 40px; 
}
.values .one{
	order:1;
}
.values .two{
	order:2;
}
.values .three{
	order:3;
}
.values .four{
	order:4;
}
.values .five{
	order:5;
}
.values .six{
	order:6;
}
.values .seven{
	order:7;
}
.values .eight{
	order:8;
}
.values .nine{
order:9;
}
.values .ten{
	order:10;
}
.values .eleven{
	order:11;
}
.values .twelve{
	order:12;
}
.one{
	order:1;
}
 .two{
	order:2;
}
 .three{
	order:3;
}
 .four{
	order:4;
}
 .five{
	order:5;
}
 .six{
	order:6;
}
 .seven{
	order:7;
}
 .eight{
	order:8;
}
 .nine{
order:9;
}
 .ten{
	order:10;
}
 .eleven{
	order:11;
}
 .twelve{
	order:12;
}
.values .custom-top-pad{
	padding-top: 2rem;
}

.values .card-body{
	/* padding: 0px 20px !important; */
}
.leadership{
	padding-bottom: 50px;
}
.our-superstars{
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: center;
}
.about-header{
	padding-top: 90px;
	padding-bottom: 40px;
}
.about-header .custom-p{
	padding-left: unset;
	padding-right: unset;
	width: 100%;
}
.about2-why p{
	width:100% !important;
}
.about-title .custom-p{
	padding-left: unset;
	padding-right: unset;
}
 .custom-bottom-pad{
	padding-bottom: unset;
}
.about2-core {
    padding: 100px 30px 50px 30px;
}
.about2-core img{
	max-width: 100% !important;
}
.about2-why {
    padding: 30px 30px 30px 30px;
}
.about2-brand .custom-top-pad{
	padding-top: 30px;
}
.about2-brand .side1{
	padding-left: unset;
}
.about-header .custom-top-pad{
	padding-top:40px;
}
.about-us-area .custom-top-pad{
	padding-top: 1rem;
}
.our-superstars .custom-top-pad{
	padding-top: 3rem;
}
.our-superstars p{
	text-align: justify;
}
.our-valued .custom-top-pad{
	padding-top: 3rem;
}
.our-valued{
	padding-bottom: 50px;
	text-align: center;
}
.our-valued p{
	text-align: justify;
}
.about-header .hide-on-mobile{
	display: none;
}
.about-header .custom-img2{
	max-width: 100% !important;
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.about-header ul{
	padding-left: 40px;
	padding-top: 0.6rem;
}
.about3-give .custom-top-pad{
	padding-top: 2rem;
	padding-left: 15px;
}
.about3-give{
	padding:50px 40px 50px 30px;
}

.about3-give img{
	margin: 0 auto;
}
.about-header1 h2{
	width: 100%;
	font-size: 1.8rem;
}
.about-header1 h5{
	width: 100%;
}
.about-header1 .custom-top-pad{
	padding-top: 40px;
}
.about-header1 {
    padding-top: 90px;
    padding-bottom: 40px;
}
#abouifc{
	padding-top: 50px;
}
.leadership h5{
	width:100%;
}
.leadership p{
	padding-top: 1rem;
}
.our-superstars h5{
	width:100%
}
.our-valued h5{
	width: 100%;
}
.section-custom-title p{
	text-align: justify;
}
.section-importance{
	padding:30px 30px;
}
.section-importance p{
	padding-top: 1rem;
	text-align: justify;
	font-size: 14px;
}
.section-importance h2{
	padding-top: 1rem;
	text-align: center;
}
.financial-fit{
	padding:30px 30px;
}
.financial-fit::before{
	display: none;
}
.financial-fit::after{
	display: none;
}
.financial-fit .plus-icon{
	top: 0px;
    width: 20%;
    right: 84px;
}
.financial-fit .custom-img3{
	width: 30% !important;
    padding-top: 2rem;
}
.how-we-help{
	padding-top: 40px;
	padding-bottom: 40px;
}
.how-we-help .custome-pad{
	padding-top: unset;
}
.how-we-help h2{
	padding-bottom: unset !important;
}
.how-we-help .server-buttons{
	text-align: center;
}
.how-we-help img{
	padding: 15px 30px;
}
.stress-banner img{
	width:30% !important;
}
.rec-soft .single-logo img{
	width: 50%;
	margin: unset;
}
.rec-wrap{
	padding-top: 1rem !important;
}
.about-header .less-width{
	width:80%;
	padding-bottom: 1rem;
}
.about-header .custom-h2{
	text-align:center;
}
.about-header .custom-div-for-align{
	display: contents;
}
.about-header .custom-div-for-align .for-order1{
	order:2;
}
.about-header .custom-div-for-align .for-order2{
	order:1;
}
.free-resources h2{
	width: 80%;
	margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
}
.expertise-logo{
	display: none;
}
.industry-we-cater .custom-top-pad{
	padding-top: 0.5rem;
}
.industry-we-cater .card{
background-color: #f1ece5;
height: 250px;
width: 80%;
margin: 10px auto;
}
.how-can-we-help{
	padding-left: 20px;
	padding-right: 25px;
}
.how-can-we-help .custom-pad-right{
	padding-right: unset;
}
.expertise-business-stage{
	padding-bottom: 50px;
}
.expertise-why-ifc .custom-pad-right{
	padding-right: 20px;
	padding-left: 20px;
  }
  .expertise-business-stage .sides h3{
	text-align: center;
  }
  .expertise-business-stage p{
	text-align: center;
  }
  .expertise-business-stage .custom-top-pad{
	padding-top: 2rem;
  }
  .expertise-business-stage .know-more-button{
	float: unset;
	margin-top: unset;
  }
  .free-guides ul{
	gap:20px;
  }
  .health-check .hide-on-mobile{
	display: none;
  }
  .expertise2-service-tiles{
	padding:50px 30px;
}
.expertise2-service-tiles .padi{
	margin-top: -45px;
}
.expertise2-service-tiles .custom-pd{
	padding-top:20px;
}
.expertise2-service-tiles h6{
	padding-top: 0.4rem;
	text-align: center;
}
.expertise2-service-tiles span{
	display: table;
    margin: auto;
}
.expertise2-top{
	width:unset;
	padding-left: unset;
}
#contacts-area {
    padding-left: 20px;
    padding-right: 20px;
}
#contacts-area .contact-us-wrap{
	width: 100%;
}
.software-main-help .nav-pills .nav-item{
	border: 1px solid #b7b7b7 !important;
}
.software-main-top{
	width: 95%;
}

.we-offer-mob-mob{
	display: block;
padding:50px 30px;
}
.we-offer{
	display: none;
}
.soft-comparison-mob{
	display: block;
padding:50px 30px;
}
.soft-comparison{
	display: none;
}
.xero-experts p{
	width:100%;
}
.top-acc p{
	width: 100%;
}
.benefits-xero p{
	width: 100%;
}
.benefits-xero .numbers{
	margin: 0 auto;
	float: none;
}
.benefits-xero .round-number-row h3{
	text-align: center;
}
.benefits-xero .round-number-row p{
	text-align: center;
	
}
.benefits-xero .round-number-row{
	padding-top: 1rem !important;
}
.software-how-we-help p{
	width:100%;
}
.software-how-we-help .numbers{
	margin:0 auto;
}
.software-how-we-help h3{
	text-align: center;
}
.software-how-we-help .rounded-number p{
	text-align: center;
}
.software-integration img{
	width:100%;
}
.the-latest-blog{
	padding:50px 30px;
}
.video-gallery-container .featured-video{
	width: 100%;
}

.service-fit{
	padding:10px 30px;
}

.service-fit .plus-icon{
	top: 313px;
	/* width: 14%; */
	right: 27px;
	/* bottom: -2px;*/
}
.service-fit .custom-img3{
	width: 30% !important;
    padding-top: 2rem;
}
.business-stage-banner-text h6{
	width:80%;
}
.business-stage-sub-top{
	padding-top: 80px;
	padding-bottom: 20px;
	padding-left: unset;
	padding-right: unset;
}
.business-stage-sub-top h2{
	width:100%;
	font-size: 1.5rem;
}
.business-stage-sub-top h1{
	width: 100%;
	font-size: 2rem;

}
.business-stage-sub-top h6{
	width: 100%;
}
.business-stage-sub-stages .sides h3{
	text-align: center;
  }
  .business-stage-sub-stages p{
	text-align: center;
  }
  .business-stage-sub-stages .custom-top-pad{
	padding-top: 2rem;
  }
  .business-stage-sub-stages .know-more-button{
	float: unset;
	margin-top: unset;
  }
  .business-stage-sub-event .custom-top-pad{
	padding-top: 2rem;
  }
  .event-details{
	padding-left: 20px;
	padding-right: 20px;
  }
  .event-details .custom-link{
	font-size: 0.9rem;
  }
  .event-details .server-buttons a{
	width: auto !important;
  }
.event-details .choose-img img{
	height:auto !important;
}
.event-details p{
	text-align: center;
}
.upcoming-webinar .custom-top-pad{
	padding-top: 1rem;
}
.upcoming-webinar .row-for-event{
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.past-events{
	padding-left: 20px;
	padding-right: 20px;
}
.past-events .past-eve-div{
	margin-left: unset;
	margin-top: 1rem;
}
.upcoming-webinar {
	     padding-left: unset !important; 
     padding-right: unset !important;
}
.upcoming-webinar h3{
	font-size: 1.5rem;
}
.career-p p{
	width:100%;
}
.guide-sub h2{
	padding-top: 1rem;
}
.guide-sub img{
	margin-top: unset;
}
.stress-banner a{
	margin-left: unset;
}
.modal-dialog {
	max-width: 100%;
	width: auto;
}
.our-approach ul{
	display: grid;
}
.pad-top{
	padding-top: 3rem;
}
.custom-font-size-heading2{
	font-size: 1.8rem !important;
}
.form-class-custom select{
	width:50%;
	margin-bottom: 2%;
}

.small-mobile{
	h3{
		font-size: 12px;
	}
	h6{
		font-size: 10px;
	}

}
  }

  #exampleModalCenter select{
	display: block !important;
  }
  #exampleResource1 select {
    display: block !important;
}
#exampleResource2 select {
    display: block !important;
}
.guides-banner{
	background-color: #F4EDE4;
	
	text-align: center;
	padding:50px;
}
.guides-banner h2{
	color:#2F8AB7;
	display: inline;
}
.guides-banner .server-buttons a{
	color:#2F8AB7;border:1px solid #fff; background:transparent; border-radius:5px; border-color:#2F8AB7;font-size:16px;
}
.guides-banner .server-buttons a:hover{
	background:#2F8AB7;
	color:#fff;
}