

html {
	font-size: 62.5%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 700 !important;
	overflow-x: hidden;
}


/*** 

====================================================================
	All Typography
====================================================================

***/

.h1 {
	color: #24262c;
}

.h2 {
	color: #24262c;
}

.h3 {
	color: #24262c;
}

.h4 {
	color: #24262c;
}

.h5 {
	color: #24262c;
}

.h6 {
	color: #24262c;
}

p {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5rem;
	word-spacing: 1.2px;
	color: #4a5074;
}

h6 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.366rem;
}

.fs-11 {
	font-size: 1.1rem !important;
	line-height: 2.1rem;
}

.fs-12 {
	color: #4a5074;
	font-size: 1.2rem !important;
	line-height: 2.2rem;
}

.fs-13 {
	font-size: 1.3rem !important;
	font-weight: 400;
	line-height: 2.622rem;
}

.fs-15 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 300;
}

.fs-18 {
	font-size: 1.8rem !important;
	line-height: 2.6rem;
}

.fs-21 {
	font-size: 2.1rem !important;
	line-height: 3.9rem;
	margin-top: -6%;
	font-weight: 800;
}

.fs-26 {
	font-size: 2.6rem !important;
	font-weight: 500;
	line-height: 3.502rem !important;
}

.fs-27 {
	font-size: 2.7rem !important;
	font-weight: 400;
	line-height: 5rem !important;
}

.fs-14 {
	font-size: 1.4rem !important;
	font-weight: 400;
	line-height: 2.6rem;
}

.fs-24 {
	font-size: 2.483rem;
	line-height: 3.345rem;
	color: #24262c;
}

.fs-28 {
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 4.38rem;
	color: #24262c;
}

.fs-35 {
	font-size: 3.575rem;
	font-weight: 500;
	line-height: 5.5rem;
}

.fs-40 {
	font-size: 4rem;
}

.fs-50 {
	font-size: 5.12rem;
	line-height: 6.826rem;
}

.fs-74 {
	font-size: 7.4rem;
	line-height: 8.98rem;
}


.fs-80 {
	font-size: 8rem !important;
	line-height: 9.833rem !important;
}

.fw-600 {
	font-weight: 600 !important;
}

h1 {
	font-size: 10.97rem;
	line-height: 13.278rem;
	font-weight: 800;
}

.fs-31 {
	font-size: 3.123rem !important;
	line-height: 4.9rem;
}

.py-7 {
	padding-top: 5rem !important;
}

.border-5 {
	border: 5px solid #fff;
}

.py-70 {
	padding: 70px 0;
}

h4 span {
	font-weight: 300;
}

h4 {
	font-weight: 700;
	font-size: 5rem;
	margin-bottom: 20px;
	line-height: 6.95rem;
}


/*** 

====================================================================
	All Padding and margin
====================================================================

***/


.mt-10 {
	margin-top: 10%;
}

.mt-15 {
	margin-top: 15%;
}

.mt-20 {
	margin-top: 20%;
}

.mt-30 {
	margin-top: 30%;
}

.pt-100 {
	padding-top: 100px;
}

.pr-30 {
	padding-right: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.py-11 {
	padding: 12.1% 0 !important;
}

.py-13 {
	padding-top: 13% !important;
	padding-bottom: 13% !important;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

/*** 

====================================================================
	All Width
====================================================================

***/

.w-60 {
	width: 60%;
}

.w-40 {
	width: 40%;
}

.w-35 {
	width: 35%;
}

/*** 

====================================================================
	All Gap
====================================================================

***/


.gap-14 {
	margin-top: -14px;
}

.gap-10 {
	margin-top: -10px;
}

.gap-50 {
	margin-top: 50px;
}

.mb-31 {
	margin-bottom: 31px;
}

.gap_90 {
	margin-bottom: 90px;
}

.gap_100 {
	margin-bottom: 100px;
}

.gap_130 {
	margin-bottom: 130px;
}

.gap-143 {
	margin-bottom: 143px;
}

.gap-150 {
	margin-bottom: 150px;
}

.gap-170 {
	margin-bottom: 170px;
}


.bg-red {
	background: #ee5052;
}

.fit-630 {
	object-fit: cover;
	height: 630px;
}

.fit-575 {
	object-fit: cover;
	height: 594px;
	object-position: center;
}

.three-line {
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.btn .arrow {
	opacity: 0;
	transition: all 0.6s ease;
}

.btn:hover .arrow {
	opacity: 1;
}

.b-r-3 {
	border-radius: 3px;
}

.heading-secondary-txt {
	font-weight: 600;
	color: #8ec655;
}

.float-right {
	float: right !important;
}

.ruled {
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}

.ruled:after,
.ruled:before {
	background-color: #24262c;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.ruled:before {
	right: 0.5em;
	margin-left: -50%;
}

.ruled:after {
	left: 0.5em;
	margin-right: -50%;
}

.bg-modal {
	background: linear-gradient(104.73deg,
			#005eff 0.35%,
			#0053a6 100.63%) !important;
}

a.activity p:hover {
	text-decoration: underline;
}

.standard-card.aos-init {
	box-shadow: #ccc 0 7px 29px 0;
}

.test-gap {
	margin-top: 25px;
	margin-bottom: 64px;
}

.bg-primary {
	background: linear-gradient(150deg, #0053a6 0%, #2b8ff3 100%) !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.left-0 {
	left: 0;
}

.h_100 {
	height: 100vh;
}

.height-signin {
	height: 100vh;
}

.height-signup {
	height: 116vh;
}

.h_125 {
	height: 125vh;
}

.form-control.form-default {
	padding: 1.2rem 1rem !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #4a5074 !important;
}

.gap-expert {
	margin-top: -100px;
}

.bg-gray {
	background: #fcfcfc;
}

.border-20 {
	border: 20px solid #fff;
}

.border-2 {
	border: 2px solid #fff;
}

.border-1 {
	border-color: #efefef;
}

#success {
	font-size: 16px;
	margin-top: 15px;
	font-weight: 400;
}

.menu-button {
	cursor: pointer;
}

.my-close {
	position: absolute;
	right: 0;
	top: 20%;
}

.sugg {
	border: 1px solid #dfdfdf;
}

.header-wrapper {
	background-image: url("../images/contour.png"),
		url("../images/header-img.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	height: 90vh;
}

.modal-backdrop {
	z-index: 1 !important;
}

.form-center {
	margin-top: 25%;
}

.bdr-transparent {
	border: 1px solid transparent;
}

.sugg:before {
	background: red;
	position: absolute;
	top: -10px;
	left: 30px;
	background: #fff;
	width: 20px inherit;
	width: 20px;
	height: 20px;
	content: "";
	transform: rotate(-45deg);
	border: 1px solid #dfdfdf;
	border-left: 1px transparent;
	border-bottom: 1px transparent;
}

.fa-2x {
	font-size: 1.4em;
}

textarea#exampleFormControlTextarea1 {
	font-size: 1.6rem;
}

.header-wrapper::before {
	position: absolute;
	width: 100%;
	height: 228px;
	content: "";
	background: linear-gradient(180deg,
			rgba(7, 24, 40, 0.92) 26.54%,
			rgba(7, 24, 40, 0) 100%);
}

.text-black {
	color: #000;
}

.text-gray {
	color: gray;
}

.btn-gallery {
	color: #4a5074;
	text-align: center;
	background-color: #cedaf1;
	padding: 6px 13px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 3px;
}

.header-text {
	color: #fff;
	padding-top: 150px;
}

.grid-item {
	width: 25%;
}

.contour {
	position: absolute;
	top: 0;
}

.header-text h2 {
	font-size: 8.594rem;
	font-weight: 700 !important;
	line-height: 12.63rem;
}

.navbar-brand {
	font-weight: 600;
	font-size: 3rem;
	color: #fff !important;
}

.navbar-brand img {
	margin-bottom: 8px;
}

.transparent-btn {
	background: 0 0;
	border: transparent;
}

/*** 

====================================================================
	nav link
====================================================================

***/
.nav-link {
	text-transform: capitalize;
	color: #fff !important;
	margin: 24px;
	font-size: 1.6rem;
	font-weight: 400;
	cursor: pointer;
	display: inline !important;
	padding: 40px 0;
}

a.dropdown-item {
	font-size: 1.4rem;
	padding: 10px 15px;
	text-transform: capitalize;
	font-weight: 400;
}

.nav-link:hover {
	color: #fc0404 !important;
}
.bg-images {
	background-image: url("../images/banner-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .vl {
	border-left: 6px solid #f63;
	padding-left: 20px;
  }
  .text-orange{
	  color: #f63;
  }
  .fs-35 {
	font-weight: 700;
	font-size: 62px;
	line-height:63px;
  }

ul.dropdown-menu.big-menu {
	width: 30%;
}

.top-border-3 {
	border-top: 3px solid #6fc26d;
}

.navbar-nav li:hover>ul.dropdown-menu {
	display: block;
}

.border-radius-TB {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.border-radius-TB-3 {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}

.w-20 {
	width: 300px !important;
}

.bottom-radius {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.dropdown-menu>li>a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.border-radius-50 {
	border-radius: 50px !important;
}

.s-img {
	width: 22%;
	position: absolute;
	top: -100px;
}

.search-wrapper {
	padding: 80px 0;
}

.multiply {
	mix-blend-mode: multiply;
}

figcaption {
	position: absolute;
	left: 0;
	top: 30.5%;
	width: 100%;
}

.testi-bg {
	background-image: url("../images/finance-bg-001.jpg") !important;
	background-position: center;
}

/*** 

====================================================================
footer
====================================================================

***/
.footer-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-menu {
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
}

.footer-menu li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 30px;
}

footer .footer-social-link li a {
	height: 45px;
	width: 45px;
	border: 1px solid #ffffff;
	display: block;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 20px;
}

.footer-social-link li {
	display: inline-block;
	padding: 0px 2px;
}

.line {
	border-top: 1px solid #ffffff;
}

.line p {
	color: #ffffff !important;
}

.line li a {
	color: #ffffff !important;
}

.head-bdr {
	border-bottom: 1px solid #ffffff;
}

.dotted-img {
	margin-top: -6%;
	opacity: 0.7;
}

.fa-10x {
	font-size: 10em;
}

.zn1 {
	z-index: 1;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.pt-15 {
	padding-top: 15px;
}

.text-primary {
	color: #0053a6 !important;
}

.text-red {
	color: #ee5052 !important;
}

.box-shadow {
	box-shadow: 0 1px 18px rgba(222, 222, 222, 0.4);
}

.card-shadow {
	box-shadow: #b3ffe2, #b3ffe2;
}

.border-radius-5 {
	border-radius: 3px;
}

.border-0 {
	border: 0;
}

/*** 

====================================================================
Btn
====================================================================

***/
.btn {
	color: #4a5073;
	text-align: center;
	background-color: transparent;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-primary {
	color: #fff;
	background-color: #ffa60f;
	border-color: #ee9d50;
}

.btn-primary:hover {
	color: #ffa60f !important;
	background: #ffffff;
	border-color: #ee9d50;
}

.btn-facebook {
	color: #1877f3;
	background-color: transparent;
	border-color: #1877f3;
}

.btn-facebook:hover {
	background: rgba(24, 119, 242, 0.1);
	border-color: #1877f3;
	color: #1877f3;
}

.btn-google {
	margin: 10px 0;
	color: #303537;
	background-color: transparent;
	border-color: #303537;
}

.btn-google:hover {
	background: rgba(48, 53, 56, 0.1);
	border-color: #303537;
	color: #303537;
}

.btn-drible {
	color: #ea4c88;
	background-color: transparent;
	border-color: #ea4c88;
}

.btn-drible:hover {
	background: rgba(234, 76, 137, 0.1);
	border-color: #ea4c88;
	color: #ea4c88;
}

.btn-primary-outline {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.btn-primary-outline:hover {
	background: #fff;
	border-color: #fff;
	color: #008a63;
}

.border-radius {
	border-radius: 3px;
	transition: all 0.6s ease;
}

.S-box {
	background: #0053a6;
	padding: 18px 30px;
	color: #fff;
	border-radius: 3px;
}

.S-box img {
	margin-bottom: 19px;
}

.heading span {
	font-weight: 700;
	color: #24262c;
}

.small-text {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.heading-primary {
	font-weight: 700;
	color: #0053a6;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
}

.heading {
	font-weight: 500;
	color: #24262c;
	margin-bottom: 15px;
	font-size: 3.875rem;
	line-height: 1.2;
	margin-top: -10px;
}

.transform-0 {
	transform: translate(0, 0) !important;
}

.blue-box {
	background: #f5f7fb;
	background-size: auto;
	background-repeat: repeat;
	background-position: top;
	border-radius: 3px;
}

.box-left {
	position: absolute;
	width: 730px;
	z-index: 1;
	padding: 100px 50px !important;
	top: 15.5%;
	left: -7%;
	border-radius: 3px !important;
}

.card-hover:hover {
	background: #8ec655;
}

.card-hover:hover .sub-title,
.card-hover:hover p {
	color: #fff;
}

.card-hover:hover img {
	filter: invert(1);
}

h5.card-title {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 3.502rem;
}

.border {
	border: 1px solid #d1d1d1;
}

.link {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.21rem;
	text-decoration: none;
}

.card-footer {
	background: #fff;
	border-radius: 3px !important;
	padding: 15px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
	margin: -11% 4% 0 4%;
}

span.number {
	font-size: 5.175rem;
	font-weight: 700;
	line-height: 10.438rem;
}

.bg-blue {
	background: linear-gradient(104.73deg, #90c654 0.35%, #2fbaa1 100.63%);
	padding: 100px 0;
}

.sub-heading {
	font-weight: 700;
	font-size: 2.5rem;
	color: #fff;
	line-height: 3.368rem;
}

.text-margin {
	margin-top: -33px;
}

.sub-title {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.368rem;
}

.q-img {
	position: absolute;
	left: 8px;
	top: 132px;
}

.center-testiminial .owl-dots {
	margin-left: 0% !important;
}

.store-btn {
	opacity: 0.7;
	transition: all 0.6s ease;
}

.store-btn:hover {
	opacity: 1;
	box-shadow: 0 1px 18px rgba(222, 222, 222, 0.4);
}

footer {
	background: #0053a6;
}

.bg-soft {
	background: #e1f0ff;
}

.footer-heading {
	font-size: 1.6rem;
	line-height: 1.95rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight: 600;
}

.border-bottom {
	border-bottom: 1px solid #fff;
	opacity: 0.1;
}

.nav-border {
	border-bottom: 1px dashed #ffffff24;
}

.footer-link {
	font-size: 14px;
	line-height: 3.6rem;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.shape-blur-3 {
	left: 0;
	right: 0;
	top: 0;
}

.shape {
	pointer-events: none;
	position: absolute;
}

.middle-footer {
	padding-top: 50px;
}

.border-light {
	border: 1px solid #fff;
}

.btn-light {
	color: #fff;
	background-color: #ee5052;
	border-color: #ee5052;
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	padding: 12px 21px;
	text-transform: uppercase;
}

.btn-light:hover {
	background-color: #db3131;
	border-color: #db3131;
	color: #fff;
}

.btn-outline-light,
.btn-outline-primary {
	color: #fff;
	border-color: #0053a6;
	background-color: #0053a6;
	border-radius: 3px;
	font-size: 1.6rem;
	padding: 12px 21px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.btn-outline-secondary {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
	border-radius: 3px;
	font-size: 1.6rem;
	padding: 12px 21px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
	color: #0053a6;
	border-color: #fff;
	background-color: #fff;
}

.btn-outline-primary {
	color: #252b42;
	border-color: #0053a6;
}

.btn-outline-light:hover {
	color: #005eff;
	border-color: #fff;
}

.btn-outline-primary:hover {
	border-color: #0053a6 !important;
	color: #fff;
	background-color: #0053a6;
}

.client-say .blue-box {
	border-radius: 3px;
}

.img-box img {
	border-radius: 3px;
}

.blockquote-img {
	width: 8% !important;
}

.left-48 {
	left: -48% !important;
	top: -21% !important;
}

/*** 

====================================================================
	Owl Theme
====================================================================

***/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: left !important;
	-webkit-tap-highlight-color: transparent;
	margin-left: 0;
}

.top-5 {
	top: -5% !important;
}

.testimonial-wrapper .nonloop .owl-carousel .owl-dots.disabled {
	margin-left: 0;
	position: absolute;
	left: -27%;
	bottom: 7%;
}

.testimonial-wrapper .owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	display: inline-block;
	cursor: pointer;
	margin-left: -6rem;
	background: #ee5052;
	transition: all 0.3s ease;
	padding: 20px 30px !important;
	border-radius: 3px;
	font-size: 20px;
}

.testimonial-wrapper .owl-nav.disabled {
	border-radius: 3px;
	display: block !important;
}

.dotted-lt {
	position: absolute;
	top: 0;
}

.dotted-rb {
	position: absolute;
	bottom: 0;
	right: 0;
}

.transition {
	transition: all 0.5s ease-in;
}

.dotted-lb {
	position: absolute;
	left: 0;
	bottom: 0;
}

/*** 

====================================================================
	Socail Icons
====================================================================

***/
.fa-facebook-f:hover {
	color: #3b5998 !important;
}

.fa-twitter:hover {
	color: #1da1f2;
}

.fa-pinterest-p:hover {
	color: #e60023;
}

.fa-instagram:hover {
	color: #8a3ab9;
}

.pb-85 {
	padding-bottom: 85px;
}

.gap-200 {
	margin-bottom: 200px;
}

header.agency-header .owl-prev {
	left: 0;
	bottom: 41%;
}

section.testimonial-wrapper .owl-prev {
	position: absolute;
	top: 41%;
	left: -3%;
}

header.agency-header .owl-next {
	left: 72px !important;
	padding: 20px 40px !important;
}

.item.box-shadow.border-radius.border-gray {
	border: 1px solid rgba(222, 222, 222, 0.4);
}

.blue-box.blue-card {
	top: 8.5%;
	position: absolute;
	right: 0;
	width: 685px;
	padding: 85px;
}

/*** 

====================================================================
	agency-header
====================================================================

***/

.agency-header {
	background: linear-gradient(104.73deg, #005eff 0.35%, #0053a6 100.63%);
}

.testimonial-wrapper .owl-next {
	display: none !important;
}

.gradient-curcle {
	background: linear-gradient(104.73deg, #005eff 0.35%, #0053a6 100.63%);
	height: 250px;
	width: 250px;
	position: absolute;
	top: -100px;
	right: -110px;
	border-radius: 3%;
}

.top-25 {
	top: -12% !important;
}

.bg-text-center {
	transform: translate(-41px, 277%) !important;
}

span.V_divider {
	background: #0053a6;
	width: 6px;
	height: 101px;
	position: absolute;
	top: 9%;
	left: 0;
}

.dotted-left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.dotted-right {
	position: absolute;
	top: 0;
	right: 0;
}

.center-div {
	align-items: center !important;
	margin: 50% 0;
}

.agency-header header {
	padding: 80px 0;
}

.agency-header .agency-header .owl-nav {
	position: absolute;
	bottom: 0;
	left: -1px;
	display: flex;
	margin-left: 0 !important;
}

.agency-header .agency-header .owl-nav .owl-prev {
	background: #ee5052;
	border-radius: 5px 0 0 5px;
	margin-right: 0;
	transition: all 0.3s ease;
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
}

.agency-header .agency-header .owl-nav .owl-prev:hover {
	background: #db3131;
}

.agency-header .agency-header .owl-nav .owl-next {
	background: #ee5052;
	border-radius: 0 5px 5px 0;
	margin-left: 0;
	transition: all 0.3s ease;
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
}

.agency-header .agency-header .owl-nav .owl-next:hover {
	background: #db3131;
}

/*** 

====================================================================
	Overlay
====================================================================

***/
.overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #0000009e;
	border-radius: 3px;
}

.b-overlay:before {
	position: absolute;
	top: 0;
	background: linear-gradient(150deg, #97c74ecc 0%, #0053a682 100%);
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	content: "";
}

.faq:before {
	border-radius: 3px;
}

.zn2 {
	z-index: 2;
}

.single-latter h1 {
	font-size: 16.9rem;
	position: absolute;
	top: -8%;
	left: 0;
	color: #0053a6;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-weight: 700;
}

.position {
	left: -89%;
	top: -7%;
}

.position-right {
	left: -5%;
}

.g-text {
	position: absolute;
	top: 39%;
	left: 4%;
}

.g-text p {
	font-size: 2.8rem;
	letter-spacing: 3px;
	line-height: 3.5rem;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}

.section-center {
	margin: 98px 0;
}

.form-control-lg {
	padding: 1.5rem 1rem;
	border-radius: 3px !important;
}

form.subcribe-frm {
	transform: translate(0, 32px);
}

.subcribe-btn {
	transform: translate(1px, -60px);
	padding: 13px 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.subcribe-wrapper {
	transform: translate(0, 100px);
	padding: 30px 39px;
}

.testimonial {
	border: 1px solid #fff;
	box-sizing: border-box;
	border: 2px outset #0053a6;
}

.pro-no {
	position: absolute;
	bottom: 21%;
	left: 7%;
	color: #0053a6;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 17.269rem;
}

.outline {
	outline-offset: -30px;
	outline: auto;
	outline-color: #fff;
}

.radius-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.dotted-left-bottom {
	position: absolute;
	top: 55%;
}

.border-W10 {
	border: 10px solid #fff !important;
}

.primary-bTL {
	border-top: 2px solid #0053a6;
	border-left: 2px solid #0053a6;
}

.card:hover .middle {
	opacity: 1;
}

.business-header {
	background-image: url("../images/home-bussiness.jpg");
	z-index: 2;
	background-position: center;
	position: relative;
	background-size: cover;
}

.border-TB {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.my-center {
	margin: 127px 15px;
}

.mycircle {
	background: #0053a6;
	color: #fff #eee8aa;
	padding: 0;
	color: #fff;
	width: 36px !important;
	height: 36px;
	border-radius: 3%;
	padding: 10px;
}

.mt-45 {
	margin-top: 45%;
}

.S-box.pos-left {
	padding: 30px;
	width: 100%;
}

.S-box.pos-right {
	padding: 30px;
	width: 100%;
}

/*** 

====================================================================
	Testimonial
====================================================================

***/
.sec-testimonials {
	position: relative;
}

.inner-testimonials .owl-dots {
	display: none;
}

.custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
	border: 3px solid #fff;
}

.border-r7 {
	border: 7px solid #fff;
}

.main-reviewimage img {
	opacity: 0.3;
}

#slide-testimonal .active.center .main-reviewimage img {
	opacity: 1;
}

.test_img {
	position: relative;
	opacity: 1;
	-webkit-transition: 0.4s ease all;
	transition: 0.4s ease all;
	margin: 0 -48px;
	margin-top: 40px;
}

#slide-testimonal .center .test_img:before {
	content: none;
	transition: 0.7s ease-in-out;
}

.test_img img {
	margin: 0 auto;
}

.custome_slide.owl-carousel .owl-item.active.center {
	transform: scale(1.3);
	margin-top: 0 !important;
	position: relative;
	z-index: 999;
	-webkit-transform: scale(1);
	transform: scale(1);
	margin: 100px 0 !important;
	margin-left: -40px !important;
}

.custome_slide.owl-carousel .owl-item {
	transform: scale(0.7);
	padding: 10px 0;
	transition: all 0.5s;
}

.testimonial_detail {
	position: absolute;
	bottom: 50px;
	left: 20%;
	right: 20%;
}

.testimonial_detail h4 {
	font-size: 38px;
	margin: 0;
}

.testimonial_detail p {
	color: #ccc;
	font-size: 26px;
}

.custome_slide.owl-carousel .active .testimonial_detail {
	display: none;
}

.custome_slide.owl-carousel .active.center .testimonial_detail {
	display: block !important;
}

.shadow-lg {
	box-shadow: -11px 2px 68px -9px rgba(0, 0, 0, 0.61) !important;
	-webkit-box-shadow: -11px 2px 68px -9px rgba(0, 0, 0, 0.61) !important;
	-moz-box-shadow: -11px 2px 68px -9px rgba(0, 0, 0, 0.61) !important;
}

.main-reviewimage:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
}

.pause-icon {
	padding: 15px;
	background: red;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 8%;
	left: 5%;
	border-radius: 3%;
	text-align: center;
	line-height: 60px;
}

.Xy-center {
	top: 50%;
	left: 50% !important;
	border-radius: 3%;
	text-align: center;
	line-height: 60px;
	transform: translate(-50px, -50px);
}

.secondry {
	color: #737373;
}

svg.svg-inline--fa.fa-check.fa-w-16.me-3.success-chek {
	background: #ffa60f;
	width: 30px;
	height: 30px;
	padding: 9px;
	border-radius: 3%;
	color: #fff;
}

svg.svg-inline--fa.fa-check.fa-w-16.me-3.dark-chek {
	background: #ee5052;
	width: 30px;
	height: 30px;
	padding: 9px;
	border-radius: 3%;
	color: #fff;
}

svg.svg-inline--fa.fa-check.fa-w-16.me-3.gray-chek {
	background: #bdbdbd;
	width: 30px;
	height: 30px;
	padding: 9px;
	border-radius: 3%;
	color: #fff;
}

span.doller {
	position: absolute;
	left: 57%;
	top: -20%;
	font-size: 1.6rem;
}

.tbl-wrapper {
	height: 655px;
}

.price-table {
	transform: translate(0, 5%);
}

.dotted-left-center {
	top: -32px !important;
}

.middle-tbl {
	padding: 45px 25px;
	z-index: 2;
	background-color: #f5f7fb;
	background-position: center;
	position: relative;
	background-size: cover;
}

.circle-top-left {
	margin-top: 0rem;
	margin-left: -3rem;
}

.circle-bottom-right {
	margin-right: -3rem;
	margin-bottom: -3rem;
	z-index: -1;
}

.bottom-end {
	right: 0;
	bottom: 0;
}

.top-start {
	top: 0;
}

.top-right {
	top: 0;
	right: 0;
}

.circle-top-right {
	z-index: -1;
	margin-top: -3rem;
	margin-right: -3rem;
}

.gap-500 {
	margin-top: 392px;
}

.mt-323 {
	margin-top: 323px;
}

.border-R19 {
	border-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.contour-primary {
	background: url("../images/contour-2.png") #f5f7fb;
	background-size: auto;
	background-repeat: repeat;
	background-position: top;
	padding: 66px 125px;
}

.left-align {
	left: -14% !important;
}

.p-10 {
	padding: 6rem;
}

.animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}

	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

.marketing-header {
	background: -moz-linear-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../images/home-marketing.jpg") no-repeat;
	background: -webkit-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../images/home-marketing.jpg") no-repeat;
	background: -webkit-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../images/home-marketing.jpg") no-repeat;
	background: -o-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../images/home-marketing.jpg") no-repeat;
	background: -ms-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../images/home-marketing.jpg") no-repeat;
	background: linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../images/home-marketing.jpg") no-repeat;
	background-position: right;
	position: relative;
	background-size: cover;
}

.mt-160 {
	margin-top: 162px;
}

.shap-text {
	color: #fff;
	padding: 150px 0;
	position: absolute;
	top: 11%;
	left: 5%;
}

.nav-pad {
	padding-left: 50px;
	padding-right: 50px;
}

.shap-text h2 {
	font-size: 9.594rem;
	font-weight: 700 !important;
	line-height: 13.63rem;
}

.fs-60 {
	font-size: 6rem;
}

.fw-lighter {
	font-weight: 100 !important;
}

.white-outline {
	border: 7px solid #fff;
	box-sizing: border-box;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.15));
	border-radius: 3px;
}

.admin {
	background: url("../images/men-white-shirt.png");
	z-index: 2;
	background-position: left;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	height: 616px;
	background-color: #0053a6;
}

.text-muted {
	color: #737373 !important;
}

.text-dark {
	color: #252b42 !important;
}

.py-12 {
	padding: 12.3% 0 !important;
}

/*** 

====================================================================
	Star-combo
====================================================================

***/
.star-combo .star-wrpper:nth-child(1) {
	position: absolute;
	top: 42%;
	left: 22%;
	right: 0;
	display: inline-table;
	transition: all 0.6s ease;
	background: #fff;
}

.star-combo .star-wrpper:hover {
	transform: translate(10px, 10px);
}

.big-carousel .owl-prev {
	bottom: 50%;
}

.star-combo .star-wrpper:nth-child(2) {
	position: absolute;
	top: 82%;
	right: 6%;
	display: inline-table;
	transition: all 0.6s ease;
	background: #fff;
}

.icon-circle svg {
	padding: 10px;
	height: 40px;
	width: 40px !important;
	border-radius: 50rem;
	background: #ffffff24;
}

.send-arrow {
	position: absolute;
	right: 0;
	top: 15px;
	right: 20px;
	cursor: pointer;
}

.transperent-input {
	background: #fff !important;
	border: #fff !important;
	border-right: 0;
}

::-webkit-input-placeholder {
	font-size: 1.4rem;
}

::-moz-placeholder {
	font-size: 1.4rem;
}

:-ms-input-placeholder {
	font-size: 1.4rem;
}

:-moz-placeholder {
	font-size: 1.4rem;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

span#basic-addon2 {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.price-table-top {
	transform: translate(0, -38%);
}

.inner-q {
	position: absolute;
	top: 7%;
	left: 8%;
	border-radius: 3%;
	border: 26px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #24262c !important;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50rem !important;
}

.q-section .owl-dots {
	margin-left: 50% !important;
}

section.q-section .owl-nav {
	display: none;
}

.star-wrpper {
	display: inline-block;
	padding: 10px;
	border-radius: 50px;
}

.star-wrpper li {
	display: inline;
	vertical-align: middle;
}

.border-radius-LR {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.creative-idea .my-center {
	margin: 215px 15px;
}

.shap2 .owl-next {
	display: none !important;
}

.shap2 .owl-prev {
	position: absolute;
	left: -4%;
	top: 39.5%;
	background: 0 0 !important;
}

.shap2 svg {
	background: #fff;
	padding: 18px;
	height: 80px;
	width: 80px !important;
	font-size: 40px;
	border-radius: 3px;
	color: #111;
}

.shap3-carousel .owl-prev svg {
	background: #fff;
	padding: 18px;
	height: 80px;
	width: 80px !important;
	font-size: 40px;
	border-radius: 3px;
	color: #111;
	transform: translate(155%, -130%);
}

.app-header {
	background: linear-gradient(150deg, #97c74e 0%, #0053a6 100%) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.py-90 {
	padding: 90px 0;
}

.drop-shadow {
	-webkit-filter: drop-shadow(10px 0 0 #0053a6) drop-shadow(0 0 0 #0053a6) drop-shadow(0 0 0 #0053a6) drop-shadow(0 0 0 #0053a6);
	filter: drop-shadow(10px 0 0 #0053a6) drop-shadow(0 0 0 #0053a6) drop-shadow(0 0 0 #0053a6) drop-shadow(0 0 0 #0053a6);
}

.q-section .owl-carousel .owl-item img,
.testimonial-wrapper .owl-carousel .owl-item img {
	display: block;
	width: auto !important;
}

.dashbord .owl-next,
.dashbord .owl-prev {
	display: none;
}

.orang {
	color: #ff7a00;
}

.text-success {
	color: #13dc7c !important;
}

.software-header {
	background: url("../images/software-header.jpg") no-repeat;
	background-position: right;
	position: relative;
	background-size: cover;
	z-index: 0;
}

.dashbord-img img {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.border-d {
	border: 1px dashed #0053a6;
}

.screen-outer {
	text-align: center;
	padding: 60px 100px 60px 150px;
	position: absolute;
	bottom: -60%;
	left: 0;
	background: #f5f7fb;
}

.small-img {
	float: left;
	margin-top: -15%;
	margin-left: -60%;
	z-index: 1;
	position: relative;
}

.switch {
	width: 100px;
	height: 40px;
	position: relative;
	display: inline-block;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background-color: #0053a6;
	border-radius: 3px;
}

.slider:before {
	position: absolute;
	background-color: #fff;
	height: 34px;
	width: 34px;
	content: "";
	left: 4px;
	bottom: 3px;
	border-radius: 3%;
	transition: ease-in-out 0.5s;
}

.slider:after {
	content: "Yearly";
	color: #fff;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 70%;
	transition: all 0.5s;
	font-size: 10px;
}

input:checked+.slider:after {
	transition: all 0.5s;
	left: 30%;
	content: "Monthly";
}

input:checked+.slider {
	background-color: #0053a6;
}

input:checked+.slider:before {
	transform: translateX(59px);
}

.form-switch {
	padding-left: 2.5em;
	justify-content: center;
	align-items: center;
	display: flex;
}

#back2Top {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 30px;
	background: #0053a6;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 0 0;
	font-size: 30px;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

#back2Top:hover {
	background-color: #ffa60f;
	color: #fff;
}

.big-carousel .owl-prev {
	background: #0053a6;
	font-size: 21px;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	position: absolute;
	left: -25px;
	bottom: 44.5%;
}

.inner-bg {
	background: linear-gradient(150deg, #97c74e 0%, #0053a6 100%) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.big-carousel .owl-next {
	background: #0053a6;
	font-size: 21px;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	position: absolute;
	right: -25px;
	bottom: 44.5%;
}

.contour-primary {
	padding: 50px 0;
}

.device-combo {
	position: relative;
}

.bottom-devider {
	border-bottom: 1px solid #e6e6e6 !important;
}

.device-screen {
	height: 82%;
	left: 15.9%;
	top: 7%;
	width: 67%;
	z-index: 6;
}

.mobile-fram {
	z-index: 15;
	position: relative;
	overflow: hidden;
	height: 555px;
}

.device-screen,
.i-phone:before {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}

.device-screen2,
.i-phone-second:before {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}

.i-phone-second {
	position: absolute;
	top: 0;
	right: 0;
}

.i-phone {
	position: absolute;
	right: 24%;
	top: 110px;
}

.mobile-fram2 {
	z-index: 5;
	position: relative;
	overflow: hidden;
	height: 650px;
}

.py-8 {
	padding-top: 8.3% !important;
	padding-bottom: 8.3% !important;
}

.device-screen2 {
	height: 526px;
	left: 5px;
	position: absolute;
	left: 55px;
	top: 50.2px;
	width: 69%;
	z-index: 4;
}

* {
	scrollbar-width: auto;
	scrollbar-color: #0053a6 #fff;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #8ec655 !important;
	border-radius: 3px;
	border: 2px solid #fff;
}

.my_gallery:hover {
	box-shadow: 0 1px 18px rgba(0, 0, 0, 0.2);
}

.gallery-wrapper {
	padding: 50px 0 !important;
}

.blog:hover {
	box-shadow: #ccc 0 7px 29px 0;
}

.blog {
	border: 1px solid #0000000d;
	box-shadow: rgba(0, 0, 0, 0.04) 0 3px 5px;
}

.border {
	border: 1px solid #dee2e66e !important;
}

.lable-item:hover {
	transform: translate(-10px);
	cursor: pointer;
}

.lable-item {
	background: #fff;
	width: 150px;
	height: 150px;
	border-radius: 3px;
	text-align: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 60%;
	left: 6px;
	transition: all 0.6s ease;
}

.lable-item p {
	margin-top: -10px;
}

.lable-group .lable-item:nth-child(2) {
	position: absolute;
	top: 38%;
	z-index: 1;
	left: 73%;
}

.lable-group .lable-item:nth-child(3) {
	position: absolute;
	top: 76%;
	z-index: 1;
	left: 65%;
}

.polygon-shap img:nth-child(3) {
	position: absolute;
	top: 32%;
	left: 81%;
}

.polygon-shap img:nth-child(4) {
	margin-top: 65%;
}

svg.polygon-svg {
	position: absolute;
	left: -95%;
	z-index: -1;
	top: -35%;
}

.light-shadow {
	filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.25));
}

.border-radius-7 {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.map iframe {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

input,
textarea {
	border-radius: 3px !important;
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	padding: 1rem 2rem !important;
}

textarea.form-control {
	padding: 1rem 2rem;
}

.my-skills .item {
	display: inline-block;
	padding: 27px;
}

.my-skills .item:nth-child(2) {
	margin-left: 93px;
}

.my-skills .item:nth-child(4) {
	position: absolute;
	top: 86%;
	left: 21%;
}

.my-skills .item:nth-child(5) {
	position: absolute;
	top: 85%;
	left: 58%;
}

.my-skills .item:nth-child(3) {
	margin-left: 93px;
}

.h-600 {
	height: 600px;
}

.portfolio-item .item {
	width: 33.3%;
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px;
}

.pb-150 {
	padding-bottom: 150px;
}

.portfolio-menu li {
	cursor: pointer;
}

.app-btn {
	width: 45%;
	max-width: 160px;
	color: #fff;
	margin: 20px 10px;
	text-align: left;
	border-radius: 3px;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

.app-btn.blu {
	background-color: #101010;
	transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
	background-color: #454545;
}

.app-btn i {
	width: 20%;
	text-align: center;
	font-size: 28px;
	margin-right: 7px;
}

.app-btn .big-txt {
	font-size: 3px;
	text-transform: capitalize;
}

footer a:hover {
	color: #ffa60f;
}

.data-center {
	background: url("../images/map1.png") repeat #0053a6;
	background-size: contain;
	background-position: center;
	padding: 100px 0;
	height: 916px;
	background-repeat: no-repeat;
}

.small-dot {
	color: #fff;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
	border: 4px solid #d8d6d6;
}

.hosting-bg {
	background-color: #0053a6;
}

.faq-text {
	position: absolute;
	bottom: 60%;
	left: 0;
	padding: 0 40px;
}

.space-1 {
	letter-spacing: 1px !important;
}

.h-support {
	background: linear-gradient(158deg, #005eff, #0053a6),
		url("../images/hosting-support.jpg");
	background-size: cover;
	background-position: center;
}

.table-top {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.accordion-button:not(.collapsed) {
	color: #0053a6 !important;
}

.accordion-button:focus {
	box-shadow: none;
	border: 1px solid #eee !important;
}

.map-wrapper .item-1 {
	position: absolute;
	top: 45%;
	left: 25%;
}

.map-wrapper .item-2 {
	position: absolute;
	top: 65%;
	left: 37%;
}

.map-wrapper .item-3 {
	position: absolute;
	top: 35%;
	left: 53%;
}

.map-wrapper .item-4 {
	position: absolute;
	top: 56%;
	right: 27%;
}

.map-wrapper .item-5 {
	position: absolute;
	top: 32%;
	right: 23%;
}

.bottom-server {
	bottom: 5%;
	position: absolute;
	right: 30%;
	mix-blend-mode: luminosity;
}

.blink {
	animation: blink 3s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
		transform: scale(1.2);
	}

	51% {
		opacity: 0.5;
		transform: scale(0);
	}

	100% {
		transform: scale(1.2);
		opacity: 0.5;
	}
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:focus {
	border: none !important;
}

.double:hover {
	background: #f5f7fb !important;
}

.screen-outer img:hover {
	transform: translateY(-10px);
}

.middle {
	transition: 0.5s ease;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	height: auto !important;
	border-radius: 3px;
	width: 82%;
}

.htext {
	background-color: #fff;
	color: #333;
	font-size: 16px;
	padding: 16px 20px;
	height: auto !important;
	border-radius: 3px;
}

.job-header {
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	height: 1000px;
	overflow: hidden;
}

.job-header:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(7, 24, 40, 0.7);
	overflow: hidden;
}

.outer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1000px;
}

.svg-light {
	mix-blend-mode: difference;
}

.bottom-pro {
	bottom: 6% !important;
	left: 55% !important;
	font-size: 8.269rem !important;
}

.gap-70 {
	margin-bottom: 70px;
}

.border-10 {
	border: 10px solid #0053a6 !important;
}

.top-500 {
	bottom: -470px;
}

.zn9 {
	z-index: 99;
}

.per-65 {
	width: 65%;
}

.per-80 {
	width: 80%;
}

.per-55 {
	width: 55%;
}

.double {
	border: double 2px;
	border-color: #0053a6;
}

.consting-wrapper {
	background: linear-gradient(104.73deg, #005eff 0.35%, #0053a6 100.63%);
}

.gray-bg {
	background: #f5f7fb;
}

.gray-light {
	background-color: #e6e6e6;
}

.border-radius-3 {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.green,
.red,
.yellow {
	width: 13px;
	height: 13px;
	background: #ee5052;
	border-radius: 50px;
}

.green {
	background: #31c742 !important;
}

.yellow {
	background: #f5c217 !important;
}

.primary-circle {
	background: #fff;
	border-radius: 3%;
	padding: 23px;
	width: 85px;
	height: 85px;
	border: 1px solid #fff;
	transition: all 0.5s ease-in;
}

.primar-hover:hover {
	background: #0053a6;
	color: #fff;
	transition: all 0.5s ease-in;
}

.primar-hover:hover h5,
.primar-hover:hover p {
	color: #fff;
	transition: all 0.5s ease-in;
}

/*** 

====================================================================
	nav-tabs
====================================================================

***/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
}

.counter-wrapper {
	transform: translate(-107px, 76px);
	width: 660px;
	margin-bottom: 85px;
}

.vr:before {
	position: absolute;
	top: 0;
	right: -90px;
	bottom: 0;
	content: "";
	background: #fff;
	width: 3px;
	height: 325px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #0053a6 !important;
	background-color: transparent;
	border-color: transparent;
	text-decoration: underline;
}

.consulting-slider .card:hover {
	box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
}

.ex-slider .owl-nav .owl-prev {
	font-size: 15px;
	background: #ee5052 !important;
	width: 30px;
	height: 30px;
	border-radius: 3%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 1px;
	margin-right: 25px;
}

.ex-slider .owl-nav .owl-next {
	font-size: 15px;
	background: #ee5052 !important;
	width: 30px;
	height: 30px;
	border-radius: 3%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 1px;
}

.top-positon {
	position: absolute;
	top: -11%;
	left: 20%;
	transform: translateX(-50px);
}

hr:not([size]) {
	height: 3px;
}

.ex-slider .owl-nav {
	position: absolute;
	bottom: 5%;
	right: 33.6%;
	display: inline-flex;
}

.primary-circle-50 {
	background: #f5f7fb;
	border-radius: 3%;
	padding: 16px;
	width: 60px;
	height: 60px;
	color: #0053a6;
}

.p-55 {
	padding: 57px;
}

.card-body.blog-text {
	position: absolute;
	top: 20%;
	padding: 50px 70px;
	background: -webkit-linear-gradient(top, transparent 10%, #000000a6 50%);
	border-radius: 3px;
	bottom: 0;
}

.card-badge {
	position: absolute;
	right: 7%;
	top: 7%;
	text-align: center;
	padding: 15px 20px;
	border-radius: 3px;
}

.primar-hover:hover .primary-circle {
	border: 1px solid #fff;
}

.clip {
	clip-path: polygon(50% 0,
			100% 0,
			100% 43%,
			100% 80%,
			99% 100%,
			32% 100%,
			0 100%,
			7% 60%,
			16% 0);
}

.gap-80 {
	margin-top: 82px;
}

.cli.d-lg-block {
	background-image: url("../images/consulting.jpg");
	height: 500px;
}

.primary-divider::before {
	position: absolute;
	top: -8px;
	left: 52.5%;
	right: 0;
	width: 39px;
	bottom: 10px;
	background: #0053a6;
	z-index: -1;
	content: "";
	transform: rotate(11deg);
}

.clip {
	clip-path: polygon(50% 0,
			100% 0,
			100% 43%,
			100% 80%,
			99% 100%,
			32% 100%,
			0.7% 100%,
			7% 60%,
			16.3% 0);
	position: absolute;
	top: 0;
	bottom: -1px;
	margin: 0;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("../images/consulting.jpg");
	width: 52%;
}

#overlay {
	background: #81c074;
	color: #37746b;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 23%;
}

.R-bottom {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 17;
	border-top-right-radius: 17;
}

.mycard:hover img {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-menu {
	min-width: 25rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: transparent;
}

.border-R10 {
	border-radius: 10px;
}

.dropdown-toggle::after {
	display: none;
}

a.dropdown-item:hover svg {
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

a.dropdown-item:hover {
	color: #73b26e;
	transition: all 0.3s ease;
}

.right-0 {
	right: 0;
}

.login-shap {
	position: absolute;
	left: -11%;
	z-index: 1;
	top: -65%;
	opacity: 0.8;
}

.login-img.clip-path {
	clip-path: inherit !important;
}

.simple-forgot.clip-path {
	clip-path: inherit !important;
}

.py-50 {
	padding: 50px 0;
}

.login-img,
.simple-forgot,
.simple-login,
simple-signup {
	clip-path: polygon(50% 0,
			100% 0,
			100% 43%,
			100% 80%,
			99% 100%,
			32% 100%,
			0.7% 100%,
			7% 60%,
			16.3% 0);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../images/singin.jpg");
	width: 52%;
	background-position: top;
}

.signup {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../images/singup.jpg");
}

.forgot-password {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../images/forgot-password.jpg");
}

.simple-login {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../images/simple-login.svg") !important;
	background-color: #fff !important;
	background-position: center;
	background-size: auto;
}

.simple-forgot {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../images/forgot-password-simple.svg") !important;
	background-color: #fff !important;
	background-position: center;
	background-size: auto;
}

.simple-signup {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../images/sign-up-simple.svg") !important;
	background-color: #fff !important;
	background-position: center;
	background-size: auto;
}

.brtb-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.brtl-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.main-wrapper .primary-divider::before {
	position: absolute;
	top: -8px;
	left: 53%;
	right: -6px;
	width: 5px;
	bottom: -7px;
	background: #0053a6;
	z-index: 1;
	content: "";
	transform: rotate(8deg);
}

h1.error {
	font-size: 35.5rem;
	text-align: center;
	text-shadow: 2px 20px 15px #fff;
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0.03em 0.03em 0 #fff;
}

.myshadow {
	box-shadow: #8EC655 0 148px 83px -18px;
	width: 100%;
	height: 98px;
	position: absolute;
	top: 53%;
	border-radius: 3%;
	left: 5%;
}

.transform-100 {
	transform: translateX(100px);
}

.img-text {
	position: absolute;
	top: 13.7%;
	left: 25%;
	background-color: #fff;
	padding: 80px 50px;
}

.pause-primary {
	padding: 15px;
	background: #ee5052;
	position: absolute;
	width: 90px;
	height: 90px;
	left: 43%;
	bottom: -10%;
	border-radius: 3%;
	text-align: center;
	line-height: 60px;
}

.team-shap {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	border-top-right-radius: 105px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 150%;
	border-bottom-left-radius: 3px;
	transition: all 0.8s ease;
	opacity: 1;
}

.team-box:hover .team-shap {
	opacity: 0.7;
}

.card:hover .linkedin-icon {
	opacity: 1;
}

.fa-linkedin-in {
	color: #006192;
}

.linkedin-icon {
	opacity: 0;
}

.card-circle {
	position: absolute;
	top: 0;
	left: 0;
}

.half-circle {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.half-circle-bottom {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
}

.service-2-img {
	position: absolute;
	right: -20%;
	top: 58%;
}

.b-shadow {
	box-shadow: rgba(0, 0, 0, 0.4) 0 30px 90px;
}

.circlefinance {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	text-align: center;
}

.circlefinance canvas {
	vertical-align: middle;
}

.circlefinance div {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.circlefinance strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: 400;
}

.circlefinance span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}

.circlefinance canvas {
	margin-bottom: 10px;
}

.primary-square {
	width: 122px;
	height: 122px;
	background: #0053a6;
	position: absolute;
	bottom: -6%;
	left: -24%;
	z-index: -1;
}

.blue-square {
	width: 122px;
	height: 122px;
	background: #f5f7fb;
	position: absolute;
	bottom: -13%;
	left: -10%;
	z-index: -2;
}

.client-box {
	height: 475px;
	top: -12%;
}

.card-bottom {
	margin-top: 3rem;
}

.white-divider {
	background: linear-gradient(90deg,
			rgba(196, 196, 196, 0) 0,
			#c4c4c4 48.65%,
			rgba(196, 196, 196, 0) 100%);
	height: 1px;
}

.divider {
	background: linear-gradient(90deg,
			rgba(196, 196, 196, 0) 0,
			#cedaf1 48.65%,
			rgba(196, 196, 196, 0) 100%);
	height: 1px;
}

.pb-60 {
	padding-bottom: 60px;
}

a:hover {
	color: #ffa60f;
}

.pt-60 {
	padding-top: 6rem;
}

a {
	color: #212529;
	transition: all 0.6s ease;
	text-decoration: none;
}

.box-right {
	position: absolute;
	left: -100%;
	top: 20%;
	padding: 90px;
}

.right-bottom:before {
	position: absolute;
	top: 60%;
	left: -10px;
	background: #fff;
	width: 20px inherit;
	width: 20px;
	height: 20px;
	content: "";
	transform: rotate(45deg);
	border: 1px solid #dfdfdf;
	border-right: 1px transparent;
	border-top: 1px transparent;
}

.left-bottom:before {
	position: absolute;
	top: 60%;
	right: -10px;
	background: #fff;
	width: 20px inherit;
	width: 20px;
	height: 20px;
	content: "";
	transform: rotate(45deg);
	border: 1px solid #dfdfdf;
	border-left: 1px transparent;
	border-bottom: 1px transparent;
}

.candidate li:nth-child(1) {
	position: absolute;
	top: 28%;
	left: 9%;
}

.candidate li:nth-child(2) {
	position: absolute;
	top: 70%;
	left: 22%;
}

.candidate li:nth-child(3) {
	position: absolute;
	top: 21%;
	left: 40%;
}

.candidate li:nth-child(4) {
	position: absolute;
	top: -24%;
	right: -15%;
}

.candidate li:nth-child(5) {
	position: absolute;
	top: 19%;
	right: -33%;
}

.candidate li:nth-child(6) {
	position: absolute;
	bottom: -60%;
	right: 16%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	vertical-align: baseline;
}

.input-group>.form-control,
.input-group>.form-select {
	font-size: 1.6rem;
}

.team-member {
	background: url("../images/team-member-2.png") no-repeat center left #7dc46345;
}

.primary-div:before {
	position: absolute;
	width: 35%;
	height: 2px;
	background: #ffa60f;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.sub-header {
	height: 168px;
	border-bottom: 1px solid #e5e7eb;
}

#aa_cc .address-box span {
	font-size: 80%;
}

/*** 

====================================================================
	clock
====================================================================

***/
#aa_cc .clock {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 250px;
	border: 1px solid #111;
	background-color: #111;
	top: 39%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#aa_cc .gray-clock {
	border: 1px solid #d6d6d6;
	background-color: #f5f0ef;
}

#aa_cc .bottom-flag {
	position: absolute;
	bottom: 0;
	left: 40%;
}

#aa_cc .clock:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#aa_cc .gray-clock:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#aa_cc .clock:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 3%;
}

#aa_cc .gray-clock:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 3%;
}

#aa_cc .hand {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#aa_cc .hand div {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
}

#aa_cc .sec {
	width: 1px;
	height: 40%;
	background: red;
}

#aa_cc .min {
	height: 38%;
	width: 2px;
	border-radius: 2px;
	background: #fff;
}

#aa_cc .hour {
	height: 30%;
	width: 3px;
	border-radius: 4px;
	background: #fff;
}

#aa_cc .gray-clock .hour {
	background: #111;
}

#aa_cc .gray-clock .min {
	background: #111;
}

#aa_cc.gray-clock .min {
	background: #111;
}

#aa_cc .address-box {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 135px;
}

#aa_cc h6.country {
	margin: 10px;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-weight: 700;
}

#aa_cc .Big-headding {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.6px;
	font-size: 45px;
	text-transform: uppercase;
	text-shadow: 0 2px #fff, 0 3px #777;
}

#aa_cc .card .clock {
	width: 110px;
	height: 110px;
}

#aa_cc .card-bg:hover {
	transform: inherit;
}

#aa_cc .card {
	position: relative;
	float: left;
	width: 100%;
	transition: all 0.8s ease;
	height: 450px;
	border-radius: 3px;
}

#aa_cc .flag {
	position: absolute;
	left: 42%;
	top: 50px;
}

#aa_cc .address {
	font-size: 13px;
	line-height: 20px;
	color: #252b33;
	display: block;
	font-weight: 400;
	overflow: hidden;
	margin: 10px;
	height: 36px;
}

#aa_cc .num {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 3px;
}

#aa_cc .d-border {
	border: 1px dashed #171616;
	background-color: #f5f0ef;
}

#aa_cc .num6 div {
	transform: rotate(-180deg);
}

#aa_cc .num6 {
	transform: rotate(180deg);
}

#aa_cc .num3 {
	transform: rotate(90deg);
}

#aa_cc .num9 {
	transform: rotate(270deg);
}

#aa_cc .num9 div {
	transform: rotate(-270deg);
}

#aa_cc .num3 div {
	transform: rotate(-90deg);
}

#aa_cc .social-icon svg {
	margin: 0 5px;
	color: #9e9e9e;
	transition: all 1s ease;
}

#aa_cc .social-icon {
	text-align: center;
	margin: 10px;
}

#aa_cc small.clock_timeing {
	color: red;
}

.portfolio-menu li {
	font-size: 2.6rem;
}

section.join {
	padding: 60px 0;
}

section.online-business {
	padding-bottom: 200px;
}

.my-15 {
	margin: 15% 0;
}

.navbar-light .navbar-toggler-icon {
	background-image: none;
}

.navbar-toggler-icon {
	margin-top: 8px;
}

.navbar-toggler {
	padding: 0.25rem 1rem;
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.89);
}

/*** 

====================================================================
 @media screen and (min-width: 320px) and (max-width: 767px)
====================================================================

***/
@media screen and (min-width: 320px) and (max-width: 767px) {
	.q-section {
		padding-bottom: 0;
	}
	#overlay{
		padding-top: 65% !important;
	}

	.pro {
		transform: translate(0, 2%);
	}

	.height-signup {
		height: auto;
	}

	.height-signin {
		height: auto;
	}

	.skills-section {
		padding-bottom: 0;
	}

	.pt-sm-0 {
		padding-top: 0;
	}

	.my-15 {
		margin: 0;
	}

	.q-img {
		top: 104px;
	}

	.pb-150 {
		padding-bottom: 0;
	}

	.mt-45 {
		margin-top: 0;
	}

	.testimonial_detail {
		position: absolute;
		bottom: 0;
		left: 20%;
		right: 20%;
	}

	section.online-business {
		padding-bottom: 0;
	}

	section.join {
		padding: 0;
	}

	.portfolio-menu li {
		font-size: 1.5rem;
	}

	.img-text {
		padding: 55px 25px;
		position: relative;
		width: 100% !important;
		margin-top: -25%;
		left: 0;
	}

	section.inner-bg {
		height: auto;
	}

	.myshadow {
		left: 0;
	}

	.transform-100 {
		transform: translateX(0);
	}

	h1.error {
		font-size: 13.5rem;
	}

	h1.nerdy-pen__text.text-uppercase {
		font-size: 3rem;
		line-height: 5rem;
	}

	.my-skills .item {
		padding: 18px;
	}

	footer {
		padding: 50px 0;
	}

	.nav-tabs .nav-link {
		border: none;
	}

	.fit-575 {
		height: auto;
	}

	.btn-primary .btn-outline-primary {
		font-size: 1.1rem;
	}

	figcaption {
		bottom: 0;
		left: 0;
	}

	.nav-link {
		padding: 0;
	}

	ul.dropdown-menu.big-menu {
		width: 100%;
	}

	.nav-item {
		margin-top: 15px;
	}

	.Xy-center {
		top: 50% !important;
		left: 50% !important;
	}

	.counter-wrapper {
		transform: translate(0, 0);
		width: 100%;
	}

	.box-left {
		position: relative;
		width: 100%;
		z-index: 1;
		padding: 50px 25px !important;
		top: 0;
		left: 0;
	}

	.job-header {
		height: auto;
	}

	.outer {
		height: 412px;
	}

	.bottom-pro {
		bottom: 8% !important;
		left: 50% !important;
		font-size: 3.269rem !important;
	}

	.h-support {
		padding-top: 50px;
	}

	.fs-40 {
		font-size: 3rem;
		line-height: 4rem;
	}

	.map-wrapper .item-2 {
		top: 62%;
		left: 13%;
	}

	.bottom-server {
		right: 12%;
	}

	.map-wrapper .item-5 {
		top: 42%;
		right: 9%;
	}

	.map-wrapper .item-3 {
		top: 35%;
		left: 40%;
	}

	.map-wrapper .item-4 {
		position: absolute;
		top: 70%;
		right: 27%;
	}

	.map-wrapper .item-1 {
		top: 31%;
		left: 7%;
	}

	.float-sm-start {
		float: left !important;
	}

	.text-col-center {
		text-align: center;
	}

	.fs-74 {
		font-size: 4.4rem;
		line-height: 5.98rem;
	}

	.fs-80 {
		font-size: 5rem !important;
		line-height: 6.833rem !important;
	}

	.support-img {
		margin-top: 50px;
		margin-left: 0;
	}

	.blue-box.blue-card {
		padding: 50px 20px;
		width: 100%;
		margin-top: -82px;
		z-index: 9;
		border-radius: 3px;
		position: relative;
	}

	.big-carousel .owl-next {
		right: 0;
	}

	.big-carousel .owl-prev {
		left: 0;
	}

	svg.polygon-svg {
		display: none;
	}

	.portfolio-item .item {
		width: 100%;
	}

	.map iframe {
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 0;
	}

	.s-heading {
		margin-top: 100px;
	}

	.my-skills .item:nth-child(3) {
		margin-left: 100px !important;
	}

	.my-skills .item:nth-child(2) {
		margin-left: 65px;
	}

	.my-skills .item:nth-child(5) {
		top: 100%;
		left: 58%;
	}

	.my-skills .item:nth-child(4) {
		top: 100%;
		left: 6%;
	}

	.polygon-shap img:nth-child(3) {
		position: relative;
		left: 0;
	}

	.h-600 {
		height: auto;
	}

	.polygon-shap img:nth-child(4) {
		margin-top: 0;
	}

	.portfolio .header-text {
		text-align: center;
	}

	.lable-item {
		background: #fff;
		width: 100px;
		height: 100px;
	}

	.screen-outer {
		padding: 30px 30px 30px 75px;
	}

	.owl-carousel .owl-item img {
		width: auto !important;
		margin: 0 auto;
	}

	.fs-50 {
		font-size: 3.12rem;
		line-height: 4.826rem;
	}

	.fs-24 {
		font-size: 1.9rem;
		line-height: 3rem;
	}

	.wrapper-shap3 {
		display: none;
	}

	.q-section .owl-dots {
		margin-left: 7% !important;
	}

	.creative-idea .my-center {
		margin: 50px 0;
	}

	.admin {
		height: auto;
	}

	.py-12 {
		padding: 0 !important;
	}

	.sm-white {
		color: #fff !important;
	}

	.inner-q {
		position: relative;
		top: 0;
		left: 0;
	}

	.marketing-header {
		background: #071828;
		height: 500px;
	}

	.price-table-top {
		transform: translate(0, 0);
	}

	.price-table-top h3 {
		color: #fff !important;
	}

	.fs-60 {
		line-height: 42px;
		font-size: 3rem;
	}

	.S-box.pos-left {
		padding: 25px;
		width: 100%;
		margin-top: 25px;
	}

	.video-wrapper {
		margin-top: 100px;
	}

	.S-box.pos-right {
		padding: 25px;
		width: 100%;
		margin-top: 25px;
	}

	.pr-30 {
		padding-right: 0;
	}

	.pl-30 {
		padding-left: 0;
	}

	.center-sm {
		text-align: center;
	}

	.pause-icon {
		top: 37.5%;
		left: 42%;
	}

	.price-table {
		transform: translate(0, 0);
	}

	.header-text {
		color: #fff;
		padding: 78px 0;
	}

	.dotted-left,
	.dotted-right {
		display: none;
	}

	.mt-30 {
		margin-top: 0;
	}

	.mt-10 {
		margin-top: 0;
	}

	.my-center {
		margin: 0;
		text-align: center;
	}

	.tbl-wrapper {
		height: auto;
	}

	.gap-500 {
		margin-top: 100px;
	}

	.fs-31 {
		font-size: 2.123rem !important;
		line-height: 2.489rem;
	}

	h1 {
		font-size: 4.97rem;
		line-height: 6.278rem;
		font-weight: 700;
	}

	h1.bg-text {
		display: none;
	}

	h4 {
		font-size: 2rem;
		line-height: 3.95rem;
	}

	.fs-27 {
		font-size: 1.7rem !important;
		line-height: 3.13rem !important;
	}

	h6 {
		font-size: 2rem;
	}

	.header-text h2 {
		font-size: 4rem;
		line-height: 5.63rem;
	}

	.fs-28 {
		font-size: 1.8rem;
	}

	.fs-21 {
		font-size: 1.5rem !important;
		line-height: 3rem;
		margin-top: 0;
	}

	.fs-35 {
		font-size: 40px;
		line-height: 40px;
	}

	.heading {
		font-size: 2.875rem;
		line-height: 132%;
	}

	.single-latter h1 {
		top: 0;
	}

	h5.card-title {
		font-size: 2.2rem;
		line-height: 3.5rem;
	}

	.bg-text-center {
		display: none;
	}

	.social-list {
		display: none;
	}

	.subcribe-wrapper {
		transform: translate(0, 100px);
		padding: 50px 20px;
	}

	.subcribe-btn {
		transform: translate(0, 0);
		border-radius: 3px;
	}

	.agency-header .agency-header .owl-nav .owl-next {
		padding: 20px 33px;
		font-size: 14px;
	}

	.agency-header .agency-header .owl-nav .owl-prev {
		padding: 20px 33px;
		font-size: 14px;
	}

	.agency-header header {
		padding: 50px 0;
	}

	.header-wrapper::before {
		height: 100px;
	}

	.dotted-img,
	.dotted-lb,
	.dotted-lt,
	.dotted-rb {
		display: none;
	}

	.header-wrapper {
		height: 60vh;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.blue-box {
		width: 100%;
		border-radius: 0;
	}

	.mt-xs-0 {
		margin-top: 0;
	}

	.gap-100 {
		margin-bottom: 70px;
	}

	.fs-26 {
		font-size: 1.6rem !important;
		line-height: 2.502rem !important;
	}

	.navbar-brand {
		font-size: 2.684rem;
	}

	span.number {
		font-size: 3.175rem;
	}

	.client-say .blue-box {
		margin-top: 0;
		position: relative;
	}

	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		margin-left: 0;
	}

	.owl-carousel .owl-nav.disabled,
	.testimonial-wrapper .nonloop .owl-carousel .owl-dots.disabled {
		left: 0;
		bottom: 0;
	}

	.testimonial-wrapper .owl-theme .owl-nav [class*="owl-"] {
		padding: 5px 10px !important;
		font-size: 14px;
	}

	.section-center {
		margin-bottom: 50px;
		margin-top: 0;
	}

	.center-div {
		margin: 0;
	}

	.pro-no {
		bottom: 29%;
		left: 13%;
		font-size: 13.269rem;
	}

	.outline {
		outline-offset: -20px;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none !important;
	}

	.sub-title {
		font-size: 2rem;
		line-height: 3.368rem;
	}

	.primary-divider::before {
		display: none;
	}

	.border-radius-top {
		border-top-right-radius: 3px;
		border-bottom-left-radius: 0 !important;
	}

	.manager {
		position: relative;
		top: -38px;
	}

	.client-box {
		top: 8.5%;
		position: relative !important;
	}

	.service-2-img {
		position: relative !important;
		margin-top: 3rem;
		top: 0;
		left: 0;
	}

	.border-radius-sm {
		border-radius: 3px;
	}

	.py-sm-100 {
		padding: 100px 0 !important;
	}

	.box-right {
		position: relative;
		left: 0;
		top: 0;
	}

	.mobile-view .carousel-item img {
		height: 400px;
	}

	.mobile-view .header-text h2 {
		font-size: 3rem;
		line-height: 4.63rem;
	}

	.mobile-view .py-11 {
		padding: 21.1% 0 !important;
	}

	.gap-expert {
		margin-top: 100px;
	}

	.big-carousel .owl-prev {
		display: none;
	}

	.big-carousel .owl-next {
		display: none;
	}

	.screen-outer {
		display: none;
	}

	.manu-mobile-bg {
		background: #0053a6;
		padding-bottom: 15px;
		border-radius: 10px;
	}
}

/*** 

====================================================================
@media screen and (min-width: 768px) and (max-width: 1024px)
====================================================================

***/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.q-section {
		padding-bottom: 0;
	}

	.gap-expert {
		margin-top: 286px;
	}

	.mobile-view .header-text h2 {
		font-size: 3rem;
		line-height: 4.63rem;
	}

	.mobile-view .carousel-item img {
		height: 400px;
	}

	.skills-section {
		padding-bottom: 0;
	}

	.box-left {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		border-radius: 3px;
	}

	.testimonial_detail {
		bottom: 50px;
		left: 20%;
		right: 20%;
	}

	.pause-icon {
		left: 12%;
	}

	.nav-item {
		margin-top: 15px;
	}

	.my-15 {
		margin: 0;
	}

	.box-right {
		position: relative;
		top: 0;
		left: 0;
	}

	.py-sm-100 {
		padding: 100px 0 !important;
	}

	.login-shap {
		left: -19%;
	}

	.border-radius-sm {
		border-radius: 3px;
	}

	.service-2-img {
		position: absolute;
		right: 0;
		top: 58%;
	}

	.client-box {
		top: 8.5%;
		position: relative !important;
	}

	section.join {
		padding: 0;
	}

	.portfolio-menu li {
		font-size: 1.8rem;
	}

	.manager {
		position: relative;
		top: -18px;
	}

	.fs-50 {
		font-size: 40px;
	}

	.img-text {
		padding: 55px 25px;
		position: relative;
		width: 100% !important;
		margin-top: -25%;
		left: 0;
	}

	section.inner-bg {
		height: auto;
	}

	.myshadow {
		left: 0;
	}

	.transform-100 {
		transform: translateX(0);
	}

	h1.error {
		font-size: 23.5rem;
	}

	h1.nerdy-pen__text.text-uppercase {
		font-size: 4rem;
		line-height: 5.3rem;
	}

	figcaption {
		top: 41%;
		left: auto;
	}

	.nav-link {
		padding: 0;
	}

	ul.dropdown-menu.big-menu {
		width: 100%;
	}

	.counter-wrapper {
		transform: translate(0, 0);
		width: 100%;
		margin-top: 50px;
		margin-bottom: 0;
	}

	.single-latter h1 {
		top: 0;
	}

	.fs-80 {
		font-size: 6rem !important;
		line-height: 7.833rem !important;
	}

	.fs-74 {
		font-size: 5.4rem;
		line-height: 7.98rem;
	}

	.fs-35 {
		font-size: 2.575rem;
		line-height: 3.816rem;
	}

	img.img-fluid.hosting-screen {
		width: 79%;
		right: 10%;
	}

	.fs-40 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}

	.h-support {
		padding-top: 100px;
	}

	.support-img {
		margin-top: 50px;
		margin-left: 0;
	}

	.blue-box.blue-card {
		padding: 50px 20px;
		width: 100%;
		margin-top: -85px !important;
		z-index: 9;
		position: relative;
	}

	.portfolio-item .item {
		width: 50%;
	}

	.map iframe {
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 0;
	}

	svg.polygon-svg {
		display: none;
	}

	.my-skills {
		margin-bottom: 200px;
	}

	.h-600 {
		height: auto;
	}

	.polygon-shap img:nth-child(3) {
		top: 32%;
		left: 44%;
	}

	.polygon-shap img:nth-child(4) {
		margin-top: 33%;
	}

	.screen-outer {
		padding: 100px 100px 190px 150px;
		position: relative;
		top: 40px;
	}

	.fs-24 {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}

	.price-table-top h3 {
		color: #fff !important;
	}

	.q-section .owl-dots {
		margin-left: 3% !important;
	}

	.inner-q {
		position: relative;
		top: 0;
		left: 0;
	}

	.sm-white {
		color: #fff !important;
	}

	.price-table-top {
		transform: translate(0, 0);
	}

	.marketing-header {
		background: #071828;
		height: 570px;
	}

	.py-12 {
		padding: 0 !important;
	}

	.admin {
		height: auto;
	}

	.fs-60 {
		font-size: 4rem;
		line-height: 50px;
	}

	.tbl-wrapper {
		height: auto;
	}

	.gap-500 {
		margin-top: 100px;
	}

	.pr-30 {
		padding-right: 0;
	}

	.price-table {
		transform: translate(0, 0);
	}

	.pl-30 {
		padding-left: 0;
	}

	.my-center {
		margin: 0;
	}

	h1 {
		font-size: 3.97rem;
		line-height: 6.278rem;
		font-weight: 800;
	}

	.header-text h2 {
		font-size: 6.594rem;
		line-height: 8.63rem;
	}

	.heading {
		font-size: 3.875rem;
		line-height: 6.5rem;
	}

	.header-text h2 {
		font-size: 6.594rem;
		line-height: 8.63rem;
	}

	h4 {
		font-size: 4rem;
		line-height: 5.95rem;
	}

	.fs-27 {
		font-size: 2.2rem !important;
		line-height: 3.9rem !important;
	}

	.section-center {
		margin: 50px 0;
	}

	.pro-no {
		bottom: 32%;
		left: 13%;
		font-size: 13.269rem;
	}

	.fs-21 {
		margin-top: 0;
	}

	.bg-text-center {
		display: none;
	}

	h1.bg-text {
		line-height: 22.42rem;
		font-size: 16.26rem;
	}

	.header-wrapper::before {
		height: 120px;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none !important;
	}

	.fs-26 {
		font-size: 2rem !important;
		line-height: 3rem !important;
	}

	.sub-title {
		font-size: 1.9rem;
		line-height: 3rem;
	}

	.header-text {
		padding: 50px 0;
	}

	.navbar-brand {
		font-size: 2.684rem;
	}

	.blue-box {
		border-radius: 0 !important;
		background-position: center;
		margin-top: 0 !important;
	}

	.primary-divider::before {
		display: none;
	}

	.nav-link {
		margin: 15px;
	}

	.job-header {
		height: auto;
	}

	.brl-lg {
		border-top-left-radius: 0;
	}
}

/*** 

====================================================================
  @media screen and (min-width: 1025px) and (max-width: 1366px)
====================================================================

***/
@media screen and (min-width: 1025px) and (max-width: 1366px) {
	.height-signin {
		height: 144vh;
	}

	.height-signup {
		height: 170vh;
	}

	.nerdy-pen__text {
		font-size: 5rem;
		line-height: 6rem;
	}

	.job-header {
		height: 750px;
	}

	.q-img {
		position: absolute;
		top: 118px;
	}

	.fs-21 {
		font-size: 1.7rem !important;
		line-height: 3rem;
	}

	.footer-link {
		font-weight: 300;
	}

	.fs-74 {
		font-size: 6.4rem !important;
		line-height: 7.98rem;
	}

	img.img-fluid.hosting-screen {
		height: 295px;
	}

	.btn-primary {
		font-size: 1.4rem;
	}

	/* .fs-35 {
		font-size: 2.575rem;
		line-height: 3.816rem;
	} */

	.fs-80 {
		font-size: 6rem !important;
		line-height: 7.833rem !important;
	}

	.blue-box.blue-card {
		top: 7%;
		position: absolute;
		right: 0;
		width: 580px;
		padding: 76px;
	}

	svg.polygon-svg {
		position: absolute;
		left: -20%;
		z-index: -1;
		top: -26%;
		width: 100%;
	}

	.my-skills .item:nth-child(4) {
		top: 100%;
		left: 0;
	}

	.my-skills .item:nth-child(5) {
		top: 100%;
		left: 41%;
	}

	.my-skills .item:nth-child(3) {
		margin-left: 112px;
	}

	.fs-28 {
		font-size: 2rem;
		line-height: 4rem;
	}

	.my-skills .item {
		display: inline-block;
		padding: 20px;
	}

	p {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}

	.marketing-header h2 {
		font-size: 5.594rem !important;
		line-height: 8.63rem !important;
	}

	.fs-60 {
		font-size: 3rem;
		line-height: 40px;
		margin-bottom: 0 !important;
	}

	.marketing-header h2 span {
		font-size: 5.594rem !important;
		line-height: 8.63rem !important;
	}

	.header-text {
		padding-top: 41px;
	}

	.fs-24 {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	.fs-31 {
		font-size: 2.123rem !important;
		line-height: 2.489rem;
	}

	h1 {
		font-size: 6.97rem;
		line-height: 8.278rem;
	}

	.subcribe-btn {
		transform: translate(2px, -60px);
		padding: 14.7px 20px;
	}

	.screen-outer {
		bottom: -56%;
	}

	.fs-40 {
		font-size: 2.6rem;
		line-height: 3.8rem;
	}

	h6 {
		font-size: 2rem;
		font-weight: 700;
		line-height: 3rem;
	}

	.fs-14 {
		font-size: 1.2rem !important;
		line-height: 2rem;
		color: #24262c;
	}

	.btn-light {
		font-size: 1.1rem;
	}

	h1.bg-text {
		line-height: 20.42rem;
		font-size: 15.26rem;
		margin-top: -35%;
		margin-left: -19%;
	}

	.bg-text-center {
		transform: translate(-37px, 430%) !important;
	}

	.pro-no {
		bottom: 30%;
		left: 11%;
		font-size: 15.269rem;
	}

	.navbar-brand {
		font-size: 2.684rem;
	}

	.header-text h2 {
		font-size: 7.594rem;
		line-height: 8.63rem;
	}

	.header-text h2 span {
		font-size: 7.594rem;
	}

	.fs-27 {
		font-size: 2.5rem !important;
		line-height: 4.2rem !important;
	}

	h5.card-title {
		font-size: 2.3rem;
		line-height: 3rem;
	}

	.heading {
		font-size: 3.875rem;
		line-height: 5.5rem;
	}

	.sub-title {
		font-size: 2rem;
		line-height: 3rem;
	}

	h4 {
		font-size: 4rem;
		line-height: 5.95rem;
	}

	.social-list {
		transform: translate(7%, -274%);
	}

	span.number {
		font-size: 3.175rem;
		font-weight: 700;
		line-height: 8.438rem;
	}

	.S-box {
		padding: 10px 30px;
	}

	.pad-30 {
		padding: 30px 60px;
	}

	.fs-50 {
		font-size: 3.12rem;
		line-height: 4.826rem;
	}

	.primary-divider::before {
		transform: rotate(8deg);
	}

	svg.logo {
		width: 50px;
	}

	.card-body.blog-text {
		padding: 30px 20px;
	}

	h1.nerdy-pen__text.text-uppercase {
		font-size: 5rem;
		line-height: 6rem;
	}

	.lable-group .lable-item:nth-child(3) {
		top: 75%;
	}

	.ex-slider .owl-nav {
		right: 31%;
	}

	.footer-heading {
		font-size: 1.5rem;
		line-height: 2.3rem;
		letter-spacing: 0.1rem;
	}

	.bottom-pro {
		bottom: 6% !important;
		left: 60% !important;
		font-size: 6.269rem !important;
	}

	.shap2 .owl-prev {
		left: -8%;
	}

	.candidate li:nth-child(1) {
		left: 0;
	}

	.candidate li:nth-child(4) {
		top: -22%;
		right: -33%;
	}

	.candidate li:nth-child(5) {
		top: 39%;
		right: -55%;
	}

	.candidate li:nth-child(2) {
		top: 89%;
		left: 12%;
	}

	.candidate li:nth-child(3) {
		top: 37%;
		left: 37%;
	}

	.candidate li:nth-child(6) {
		bottom: -85%;
		right: 7%;
	}

	.login-shap {
		left: -40%;
	}

	.main-wrapper .primary-divider::before {
		transform: rotate(7deg);
	}

	#aa_cc .flag {
		left: 42%;
	}

	.transform-100 {
		transform: translateX(67px);
	}

	h1.error {
		font-size: 23.5rem;
	}

	.box-left {
		width: 700px;
		top: 12%;
		left: 7%;
	}

	.gap-expert {
		margin-top: 460px;
	}

	ul.dropdown-menu.big-menu {
		width: 40%;
	}

	section.testimonial-wrapper .owl-prev {
		position: absolute;
		top: 41%;
		left: -6%;
	}

	.data-center {
		height: 750px;
	}

	.brl-lg {
		border-top-left-radius: 0;
	}
}

.btn-grad {
	color: #ffffff;
	background: linear-gradient(150deg, #0053a6 0%, #97c74e 50%, #0053a6 100%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 260% 100%;
	background-position: right bottom;
	border: 0;
	line-height: 1.92;
}

.btn-grad.active,
.btn-grad:active,
.btn-grad:focus,
.btn-grad:hover {
	color: #ffffff;
	background-position: left bottom;
}

.shadow {
	-webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.1) !important;
}

.feature-box {
	padding: 0 0 20px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.feature-box .feature-box-icon {
	font-size: 50px;
	padding: 20px 0;
	line-height: 24px;
}

.feature-box .feature-box-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
}

.opacity-2 {
	opacity: 0.2 !important;
}

a.primary-hover {
	color: #8f9397;
	font-size: 15px;
}

a.primary-hover:hover {
	color: #4cbd89 !important;
}

/*** 

====================================================================
  @media (min-width: 1200px)
====================================================================

***/
@media (min-width: 1200px) {
	.display-1 {
		font-size: 5.0rem;
	}
}

.display-1 {
	font-size: calc(1.5rem + 6vw);
	font-weight: 300;
	line-height: 1.2;
}

.shadow-hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shadow-hover:hover {
	-webkit-box-shadow: 0px 0px 50px rgba(83, 88, 93, 0.1);
	box-shadow: 0px 0px 50px rgba(83, 88, 93, 0.1);
}

.up-on-hover:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.fs-22 {
	font-size: 22px;
}

.alt-font {
	font-family: "Playfair Display", serif !important;
}

.circle-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.fa-facebook-f {
	background-color: #3b5998 !important;
	border: 1px solid #3b5998;
	color: #fff;
}

.fa-facebook-f:hover {
	color: #3b5998;
	background-color: #fff !important;
	border: 1px solid #3b5998;
}

.fa-twitter {
	background-color: #1da1f2 !important;
	border: 1px solid #1da1f2;
	color: #fff;
}

.fa-twitter:hover {
	color: #1da1f2;
	background-color: #fff !important;
	border: 1px solid #1da1f2;
}

.fa-pinterest-p {
	background-color: #e60023 !important;
	border: 1px solid #e60023;
	color: #fff;
}

.fa-pinterest-p:hover {
	color: #e60023;
	background-color: #fff !important;
	border: 1px solid #e60023;
}

.fa-instagram {
	background-color: #8a3ab9 !important;
	border: 1px solid #8a3ab9;
	color: #fff;
}

.fa-instagram:hover {
	color: #8a3ab9;
	background-color: #fff !important;
	border: 1px solid #8a3ab9;
}

.footer-link {
	font-size: 14px;
	line-height: 3.6rem;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.process .process-number {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100px;
	font-weight: bolder;
	color: rgba(0, 0, 0, 0.1);
	z-index: -1;
}

.process {
	position: relative;
	z-index: 1;
}

.process .process-title,
.process a {
	font-weight: 600;
}

/* About Begin */
.all-text-white *,
.text-all-white * {
	color: #ffffff;
}

.list-group-borderless .list-group-item {
	border: none;
	color: #8f9397;
	padding: 0.425rem 0;
}

.list-group .list-group-item {
	background: transparent;
}

.about-v {
	background: url("../images/about-v.jpg") no-repeat;
	background-size: cover;
}

.team-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.team.team-grid .team-avatar {
	width: 50%;
	float: left;
}

.team.team-grid .team-desc {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.team-item .team-name {
	margin: 0;
	font-size: 2.6rem;
}

.team-item .team-position {
	font-size: 15px;
	color: #4cbd89;
}

.team.team-grid .social-icons {
	position: absolute;
	bottom: 0;
}

.social-icons .social-icons-item {
	display: inline-block;
	list-style: none;
	line-height: 10px;
	margin: 0 5px 5px 0;
}

/* About End */
/* contact Beegin */
.bg-overlay-dark-7 {
	position: relative;
	z-index: 1;
	background: url("../images/bg-contact.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg-overlay-dark-7:before {
	content: " ";
	background: #000000;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* contact End */
.vh-sm-100 {
	height: 100vh;
}

@media (max-width: 575.98px) {
	.vh-sm-100 {
		height: auto;
	}
}

.post-item-desc {
	padding: 20px 0 50px 0;
}

.post-item-desc .post-meta {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 400;
}

.post-item-desc .post-meta a {
	color: #8f9397;
}

.post-item-desc h4 a,
.post-item .post-item-desc .h4 a {
	display: block;
	color: #343a40;
}

.post-item-desc h4 a:hover,
.post-item .post-item-desc .h4 a:hover {
	color: #4cbd89;
}

.post-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.post-image a {
	display: block;
}

.post-meta-category {
	padding: 5px 15px;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	top: 10%;
	z-index: 9;
	font-size: 15px;
}

.post-meta-category a {
	color: #fff;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #4cbd89;
	border-color: #4cbd89;
}

.page-link {
	position: relative;
	display: block;
	color: #4cbd89;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.h_25 {
	height: 25px;
}

/* pricing Begin */
.pricing .pricing-box {
	border: 1px solid #e2e5f1;
	padding: 50px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing .ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: left;
}

.pricing .pricing-box .price {
	font-size: 50px;
	font-weight: 600;
	display: block;
	line-height: 50px;
}

.pricing .pricing-box .price sup {
	font-size: 30px;
	font-weight: 600;
}

.pricing .ribbon span {
	font-size: 10px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #0053a6;
	-webkit-box-shadow: 0 3px 10px -5px black;
	box-shadow: 0 3px 10px -5px black;
	position: absolute;
	top: 19px;
	left: -21px;
}

.text-grad {
	background: #0053a6;
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-WebKit-text-fill-color: transparent;
	opacity: 1;
	z-index: 9;
}

.plan-price {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

.opacity-09 {
	opacity: 0.9;
}
.two .owl-dot{
	display:none !important;
}
.register-form-wrapper h3{
	font-size: 28px;
	background: #0f0e26;
    margin: 0;
    padding: 20px 0;
    border-bottom: 2px solid #9bca54;
    border-radius: 8px 8px 0 0;
    color: #fff;
}

#register-form{
	padding: 30px;
	color: #fff;
	Background-color:#0f0e26;
}

input.register-input, select.register-input{
	width: 100%!important;
    height: 40px!important;
    padding-left: 4%!important;
    padding-right: 4%!important;
    margin-top: 4px!important;
    margin-bottom: 15px!important;
    color: #f0f0f0!important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    font-size: 16px!important;
    border:none ;
}

input.register-submit{
	margin-top: 20px;
	background: transparent;
    border: 2px solid #9bca54;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    padding: 18px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	background:#9bca54;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#register-form input.register-input:focus{
  border-color:#9bca54!important;
  color: #ffffff!important;
  outline: none;
}

#register-form select.register-input:focus {
  border-color:#9bca54!important;
  color: #656565!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#0c75fb;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	margin:20px 0 0 0;
}
/* CSS */

.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: default;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}