body {
	color: var(--body_color);
	font-size: 16px;
	line-height: 30px;
}
/*topbar*/

.topbar-one .top-left span.text {
	font-weight: 600;
	color: var(--body_color);
}
.topbar-one .top-left span.text:not(:last-child):after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: "";
	margin-left: 35px;
	margin-right: 35px;
	width: 4px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.4);
	vertical-align: middle;
}
@media (max-width: 1199px) {
.topbar-one .top-left span.text:not(:last-child):after {
	margin-left: 10px;
	margin-right: 10px;
}
}
.topbar-one .top-left span.text i {
	color: var(--primary_color);
	margin-right: 7px;
}
.topbar-one .top-left a,
.topbar-one .top-left span.text span {
	color: #fefefe;
}
.topbar-one .top-left span.text span {
	font-weight: 400;
	color: #fefefe;
	margin-left: 10px;
}
.topbar-one .top-right .social-link li:not(:last-child):after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: rgba(255, 255, 255, 0.4);
	vertical-align: middle;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.topbar-one .top-right .social-link li a {
	color: var(--body_color);
}
.topbar-one .top-right .social-link li a:hover {
	color: var(--primary_color);
}
ul.social-link li {
  display: inline-block;
}

/*end topbar*/
/*start topbar white*/


.topbar-two .top-left span.text {
	font-weight: 600;
	color: var(--body_color);
}
.topbar-two .top-left span.text:not(:last-child):after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: "";
	margin-left: 35px;
	margin-right: 35px;
	width: 4px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.4);
	vertical-align: middle;
}
@media (max-width: 1199px) {
.topbar-two .top-left span.text:not(:last-child):after {
	margin-left: 10px;
	margin-right: 10px;
}
}
.topbar-two .top-left span.text i {
	color: var(--primary_color);
	margin-right: 7px;
}
.topbar-two .top-left a,
.topbar-two .top-left span.text span {
	color: var(--body_color);
}
.topbar-two .top-left span.text span {
	font-weight: 400;
	color: var(--body_color);
	margin-left: 10px;
}
.topbar-two .top-right .social-link li:not(:last-child):after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: rgba(255, 255, 255, 0.4);
	vertical-align: middle;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.topbar-two .top-right .social-link li a {
	color: var(--body_color);
}
.topbar-two .top-right .social-link li a:hover {
	color: var(--primary_color);
}

/*end topbar white*/

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	color: var(--body_color);
	margin: 0px;
}

input, textarea {
	display: inherit;
}
/*under topbar*/
#sp-top2 .d-flex {
	display: block !important;
}
#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}
.navigation-one a {
	color: #fff;	
}

#sp-header.navigation-one.header-sticky .call-button span a,
#sp-header.navigation-one.header-sticky .call-button span {
	color: var(--dark_color);
}
.navigation-one .call-button span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
#sp-header.navigation-one .call-button span a:hover,
#sp-header.navigation-one .call-button span:hover {
	color: var(--primary_color);
}
.navigation-one .call-button span i {
	margin-right: 10px;
	color: var(--primary_color);
	font-size: 30px;
}
.sp-megamenu-parent > li:hover > a {
	color: var(--primary_color);
}
.sp-megamenu-parent > li.active > a {
	font-weight: 800;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
	line-height: 80px;
}
#sp-header.navigation-one.header-sticky .sp-megamenu-parent > li > a {
	line-height: 80px;
}
#sp-header.navigation-one .sp-megamenu-parent > li.active > a, 
#sp-header.navigation-one .sp-megamenu-parent > li a {
	color: #ffffff;
}
#sp-header.navigation-one.header-sticky .sp-megamenu-parent > li a,
.sp-dropdown li.sp-menu-item > a {
	color: var(--dark_color) !important;
}
.sp-dropdown li.sp-menu-item > a:hover {
	color: var(--primary_color) !important;
}
@media (max-width:420px) {
.logo-image-phone {
	height: auto!important;
}
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	border-radius: 5px;
	box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	padding: 12px 7px;
}

@media (min-width:421px) and (max-width:1024px) {
.logo-image-phone {
	height: 80px !important;
}
}
@media (max-width:1199px) {
#sp-header {
	height: 90px;
}
}

@media (min-width:1200px) {
#sp-header {
	height: 100px;
}
#sp-header.header-sticky {
	padding: 10px 10px 10px 10px !important;
}
}
@media (min-width: 1024px) {
#sp-header .logo {
	height: 80px;
}
#sp-header.navigation-one {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background-color: rgba(36, 38, 41, 0);
	transition: all 0.3s ease-out 0s;
}

#sp-header.header-sticky {
	box-shadow: 0px 10px 30px 0px rgba(110, 104, 162, 0.1);
	animation: sticky 1.2s;
}

#sp-header.navigation-one.header-sticky {
	background: #ffffff;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-out 0s;
}
}
/*start menu banking*/
.navigation-banking a {
	color: #ffffff;	
}
#sp-header.navigation-banking.header-sticky .call-button span a,
#sp-header.navigation-banking.header-sticky .call-button span {
	color: #ffffff;
}
.navigation-banking .call-button span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
#sp-header.navigation-banking .call-button span a:hover,
#sp-header.navigation-banking .call-button span:hover {
	color: #ffffff;
}
.navigation-banking .call-button span i {
	margin-right: 10px;
	color: #ffffff;
	font-size: 30px;
}
#sp-header.navigation-banking.header-sticky .sp-megamenu-parent > li > a {
	line-height: 80px;
}
#sp-header.navigation-banking .sp-megamenu-parent > li.active > a, 
#sp-header.navigation-banking .sp-megamenu-parent > li a {
	color: #ffffff;
}
@media (min-width: 1024px) {
#sp-header.navigation-banking {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background-color: rgba(36, 38, 41, 0);
	transition: all 0.3s ease-out 0s;
}

#sp-header.navigation-banking.header-sticky {
	background: #0a0e12;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-out 0s;
}
}
/**/
#sp-header.navigation-banking.darkk .sp-megamenu-parent > li.active > a, 
#sp-header.navigation-banking.darkk .sp-megamenu-parent > li a {
	color: var(--dark_color);
}
#sp-header.navigation-banking.darkk .call-button span i {
	color: var(--dark_color);
}
#sp-header.navigation-banking.darkk .call-button span a:hover,
#sp-header.navigation-banking.darkk .call-button span:hover {
	color: var(--dark_color);
}
#sp-header.navigation-banking.darkk .call-button span {
	color: var(--dark_color);
}
#sp-header.navigation-banking.darkk a {
	color: var(--dark_color);	
}
#sp-header.navigation-banking.darkk.header-sticky .call-button span a,
#sp-header.navigation-banking.darkk.header-sticky .call-button span {
	color: var(--dark_color);
}
#sp-header.navigation-banking.darkk.header-sticky {
	background: #ffffff;
}
/*end menu*/
/*start navigation two with menu white*/
.navigation-two a {
	color: var(--dark_color);
}
#sp-header.navigation-two.header-sticky .call-button span a,
#sp-header.navigation-two.header-sticky .call-button span {
	color: var(--dark_color);
}
.navigation-two .call-button span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
#sp-header.navigation-two .call-button span a:hover,
#sp-header.navigation-two .call-button span:hover {
	color: var(--primary_color);
}
.navigation-two .call-button span i {
	margin-right: 10px;
	color: var(--primary_color);
	font-size: 30px;
}

#sp-header.navigation-two.header-sticky .sp-megamenu-parent > li > a {
	line-height: 80px;
}
#sp-header.navigation-two .sp-megamenu-parent > li.active > a, 
#sp-header.navigation-two .sp-megamenu-parent > li a {
	color: var(--dark_color);
}
#sp-header.navigation-two.header-sticky .sp-megamenu-parent > li a {
	color: var(--dark_color) !important;
}
@media (min-width: 1024px) {
#sp-header.navigation-two {
	padding: 10px 28px 20px 28px;
}
#sp-header.navigation-two {
	position: relative;
	transition: all 0.3s ease-out 0s;
}
#sp-header.navigation-two.header-sticky {
	background: #ffffff;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-out 0s;
}
}
/*end 2*/
/*end under topbar*/
.sp-page-title {
	padding: 180px 0 180px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1023px) {
.sp-page-title {
	padding: 100px 0 100px !important;	
}
}
.sp-page-title .sp-page-title-heading {
	color: #fff;
	margin-bottom: 25px;
	font-size: 65px;
	line-height: 1em;
	text-align: center;
	position: relative;
	z-index: 1 !important;
}
.sp-page-title::before {
	background-color: rgba(26, 26, 26, 0.9);
	mix-blend-mode: multiply;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

@media (max-width:600px) {
.main-btn.btn-red {
	margin-bottom: 25px;
}
}
.main-btn i {
	margin-left: 10px;
	line-height: 25px;
}
.main-btn {
	font-size: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	padding: 15px 30px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 5px;
	color: #fff;
	line-height: 25px;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.main-btn.btn-red {
	background-color: var(--primary_color);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.btn-red:hover {
	background-color: #ffffff;
	color: var(--primary_color);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.btn-white {
	background-color: #fff;
	color: var(--primary_color);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.btn-white:hover {
	background-color: var(--dark_color);
	color: #fff;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.btn-black {
	background-color: var(--dark_color);
	color: #fff;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.btn-black:hover {
	background-color: var(--primary_color);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.filled-btn {
	padding: 14px 30px;
	color: #ffffff;
	border: 2px solid rgba(26, 26, 26, 0.8);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.filled-btn:hover {
	background-color: var(--primary_color);
	color: #fff;
	border-color: transparent;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.filled-white {
	color: #fff;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.main-btn.filled-white:hover {
	border-color: transparent;
	background-color: #fff;
	color: var(--primary_color);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.btn-link i {
	transition: all 0.5s ease-out 0s;
}
.btn-link:hover i {
	padding-left: 8px;
	transition: all 0.5s ease-out 0s;
}
.btn-link {
	font-weight: 700;
	color: var(--primary_color);
	text-decoration: underline;
	transition: all 0.5s ease-out 0s;
}

.btn-link:hover {
	color: var(--dark_color);
	text-decoration: underline;
	transition: all 0.5s ease-out 0s;
}

.float-left {
	float:left!important
}
.float-right {
	float:right!important
}
.float-none {
	float:none!important
}
@media (min-width:576px) {
.float-sm-left {
	float:left!important
}
.float-sm-right {
	float:right!important
}
.float-sm-none {
	float:none!important
}
}
@media (min-width:768px) {
.float-md-left {
	float:left!important
}
.float-md-right {
	float:right!important
}
.float-md-none {
	float:none!important
}
}
@media (min-width:992px) {
.float-lg-left {
	float:left!important
}
.float-lg-right {
	float:right!important
}
.float-lg-none {
	float:none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
	float:left!important
}
.float-xl-right {
	float:right!important
}
.float-xl-none {
	float:none!important
}
}
/**/
.quote-box-one {
	border-radius: 120px 5px 5px 5px;
}
.quote-box-two {
	padding: 30px 55px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: var(--primary_color);
	max-width: 265px;
}
.quote-box-two h3 {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -0.03em;
	color: #fff;
}

.quote-box-three {
	background-color: var(--primary_color);
	max-width: 390px;
	padding: 50px;
}
@media (max-width: 767px) {
.quote-box-three {
	padding: 50px 30px;
}
}
.quote-box-three h3 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.03em;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 800;
}
.quote-box-three .author-thumb-title .author-thumb {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 65px;
			flex: 0 0 65px;
	max-width: 65px;
	margin-right: 20px;
}
.quote-box-three .author-thumb-title .author-thumb img {
	width: 100%;
	border-radius: 50%;
}
.quote-box-three .author-thumb-title .author-title h4.title {
	color: #fff;
}
.quote-box-three .author-thumb-title .author-title p.position {
	color: #fff;
	font-weight: 700;
}

.quote-box-four {
	background-color: var(--primary_color);
	border-radius: 65px 15px 15px 15px;
	max-width: 385px;
	padding: 55px 40px 50px 55px;
}
@media (max-width: 767px) {
.quote-box-four {
	padding: 35px 30px 30px 35px;
}
}
.quote-box-four h3 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.03em;
}
@media (max-width: 767px) {
.quote-box-four h3 {
	font-size: 22px;
	line-height: 32px;
}
}

.quote-box-rotate-90 {
	background-color: var(--primary_color);
	padding: 20px 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: -0.03em;
}
/**/
.features-item .title {
	color: var(--dark_color);
	font-weight: 800;
}
.features-item {
    padding: 35px 35px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
            box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.features-item:hover {
    border-color: var(--primary_color);
}
.features-item:hover .icon i {
    -webkit-animation: shake linear 0.3s infinite;
            animation: shake linear 0.3s infinite;
}
.features-item .icon {
    margin-bottom: 10px;
}
.features-item .icon i {
    font-size: 50px;
    line-height: 1em;
    color: var(--primary_color);
}
.features-item .text h4.title {
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}

.features-item-two {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(24, 28, 34, 0.07);
            box-shadow: 0px 10px 60px 0px rgba(24, 28, 34, 0.07);
    border-radius: 7px;
    padding: 40px;
    gap: 30px;
}
@media (max-width: 450px) {
.features-item-two {
    padding: 40px 20px;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
}
.features-item-two:hover .icon {
    background-color: var(--primary_color);
    color: #fff;
}
.features-item-two:hover .icon-btn {
    background-color: var(--primary_color);
    border-color: transparent;
    color: #fff;
}
.features-item-two span.number {
    font-size: 24px;
    color: var(--dark_color);
    font-weight: 800;
}
.features-item-two .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--primary_color);
    font-size: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 450px) {
.features-item-two .icon {
    width: 100px;
}
}
@media (max-width: 1199px) {
.features-item-two .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
}
.features-item-two .text h3.title {
    letter-spacing: -0.03em;
}
@media (max-width: 450px) {
.features-item-two .text h3.title {
    margin-bottom: 20px;
}
}
.features-item-two .icon-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(24, 28, 34, 0.102);
    font-size: 18px;
    color: var(--primary_color);
}
@media (max-width: 450px) {
.features-item-two .icon-btn {
    width: 60px;
}
}

.features-item-three {
    padding: 35px 35px 28px;
    border: 1px solid rgba(26, 26, 26, 0.071);
}
.features-item-three .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    max-width: 40px;
    margin-right: 20px;
}
.features-item-three .icon i {
    color: var(--primary_color);
    font-size: 40px;
}
.features-item-three .text {
    margin-top: -7px;
}
.features-item-three .text h4.title {
    margin-bottom: 10px;
}
.features-one_img-box {
	position: relative;
	max-width: 570px;
	min-height: 775px;
}
.features-one_img-box .features-img-two {
	position: absolute;
	bottom: 0;
	right: 0;
}
.features-one_img-box .quote-box-two {
	position: absolute;
	bottom: 22%;
	left: 0;
}
.features-one_img-box .big-logo {
	position: absolute;
	top: 150px;
	right: 50px;
}

/* Features Section */
.features-section .shape {
	position: absolute;
	z-index: -3;
}
@media (max-width: 767px) {
.features-section .shape {
	display: none;
}
}
.features-section .shape.shape-one {
	left: -10px;
	bottom: 120px;
}
@media (max-width: 1199px) {
.features-section .shape.shape-one {
	bottom: 45%;
}
}
.features-section .shape.shape-one span {
	width: 600px;
	height: 650px;
	border-radius: 50%;
	border: 130px solid rgba(249, 77, 28, 0.102);
	display: block;
	z-index: -1;
	position: relative;
}
/**/
.service-item:hover .text {
	visibility: hidden;
	opacity: 0;
}
.service-item:hover .hover-text {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.service-item:hover .hover-text .icon-btn {
	color: var(--dark_color);
}
.service-item .img-holder img {
	width: 100%;
}
.service-item .service-content {
	position: relative;
	max-width: 260px;
	margin-left: auto;
	margin-right: 35px;
	margin-top: -50px;
	border-radius: 5px;
}
.service-item .text {
	background-color: #fff;
	padding: 20px 35px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.service-item .text i {
	font-size: 45px;
	color: var(--primary_color);
	margin-right: 20px;
	-webkit-box-flex: 0;
			-ms-flex: 0 0 45px;
					flex: 0 0 45px;
	max-width: 45px;
}
.service-item .text h3 {
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 800;
}
.service-item .text h3 a {
	color: var(--dark_color);
	font-weight: 800;
}
.hover-text.text-white p {
	color: #ffffff;
	line-height: 30px;
}
.service-item .hover-text {
	position: absolute;
	bottom: 0;
	padding: 30px 30px 23px;
	background-color: var(--primary_color);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;	
	color: #ffffff;
	
}
.service-item .hover-text .title-icon {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}
.service-item .hover-text .title-icon i {
	font-size: 45px;
	color: #fff;
	margin-right: 20px;
	-webkit-box-flex: 0;
			-ms-flex: 0 0 45px;
					flex: 0 0 45px;
	max-width: 45px;
}

.service-item .hover-text .title-icon h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
}
.service-item .hover-text .title-icon h3 a {
	color: #ffffff;
}
.service-item .hover-text .title-icon h3:hover {
	color: var(--dark_color);
}
.service-item .hover-text .icon-btn {
	position: absolute;
	bottom: -20px;
	right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--primary_color);
}
.service-item .hover-text .icon-btn i {
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
/* Service Item Two*/
.service-item-two {
	background-color: #fff;
	padding: 35px 30px 30px;
}
.service-item-two:hover .icon {
	animation: shake 0.99s cubic-bezier(.36,.07,.19,.97) both;
}
.service-item-two .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: rgba(249, 77, 28, 0.05);
	font-size: 55px;
	color: var(--primary_color);
	margin-bottom: 25px;
}
.service-item-two .text h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 6px;
}
.service-item-two .text h3:hover {
	color: var(--primary_color);
}
.service-item-two .text p {
	margin-bottom: 10px;
}

/**/
.fact-img_one-box .quote-box-three {
	position: absolute;
	top: -180px;
	left: -80px;
}
@media (max-width: 1199px) {
.fact-img_one-box .quote-box-three {
    left: 0;
}
}
@media (max-width: 767px) {
.fact-img_one-box .quote-box-three {
    position: relative;
    top: auto;
    margin-bottom: 50px;
  }
}
/**/
.single-counter-item {
	max-width: 470px;
	padding-bottom: 23px;
	border-bottom: 1px solid rgba(26, 26, 26, 0.102);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 23px;
}
.single-counter-item:hover {
	border-color: var(--primary_color);
}
.single-counter-item .icon {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 45px;
			flex: 0 0 45px;
	max-width: 45px;
	height: 45px;
	border: 2px solid rgba(26, 26, 26, 0.102);
	border-radius: 50%;
	color: var(--primary_color);
	margin-right: 25px;
}
@media (max-width: 450px) {
.single-counter-item .text {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
}
.single-counter-item .text h2.number {
	font-size: 50px;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
			flex: 0 0 180px;
	max-width: 180px;
	color: var(--primary_color);
}
.single-counter-item .text h5 {
	font-size: 18px;
	line-height: 25px;
	color: var(--dark_color);
	line-height: 30px;
}
.single-counter-item .icon i {
	text-align: center;
	vertical-align: middle;
	display: block;
	color: var(--primary_color);
	line-height: 45px;
}
.single-counter-item .text h5 {
	letter-spacing: -0.03em;
	margin: 0;
}
@media (max-width: 450px) {
.single-counter-item .text h5 {
	margin-top: 10px;
}
}
.single-counter-item-two .text {
	padding: 0 10px;
	gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-counter-item-two .text {
	padding: 0;
}
}
.single-counter-item-two .text h2.number {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
			flex: 0 0 120px;
	max-width: 120px;
	font-size: 50px;
	letter-spacing: -0.03em;
	color: var(--primary_color);
}
.single-counter-item-two .text h5 {
	letter-spacing: -0.03em;
	font-weight: 500;
}
/**/
.project-item:hover .img-holder .project-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.project-item .img-holder {
	position: relative;
}
.project-item .img-holder img {
	width: 100%;
}
.project-item .img-holder .project-hover {
	position: absolute;
	bottom: 0;
	right: 25px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.project-item .img-holder .hover-content {
	position: relative;
	max-width: 255px;
	padding: 30px 30px 20px;
	background-color: var(--primary_color);
}
.project-item .img-holder .hover-content .icon-btn i {
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.project-item .img-holder .hover-content .icon-btn {
	position: absolute;
	top: -22px;
	right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 18px;
	color: var(--primary_color);
}
.project-item .img-holder .hover-content .icon-btn:hover {
	background-color: var(--dark_color);
	color: #fff;
}
.project-item .img-holder .hover-content .icon {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 50px;
					flex: 0 0 50px;
	max-width: 50px;
	margin-right: 20px;
}
.project-item .img-holder .hover-content .icon i {
	font-size: 50px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.project-item .img-holder .hover-content .text h3.title a {
	color: #fff;
	font-weight: 800;
}
.project-item .img-holder .hover-content .text h3.title {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}
.project-item .img-holder .hover-content .text h3.title:hover {
	color: var(--dark_color);
}

/**/

.single-team-item .img-holder {
	position: relative;
	overflow: hidden;
}
.single-team-item .img-holder img {
	width: 100%;
}
.single-team-item .img-holder:hover .social-link {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.single-team-item .img-holder .team-shape {
	position: absolute;
	bottom: -1px;
	left: 0;
}
.single-team-item .img-holder .team-shape path {
	fill: var(--primary_color);
	mix-blend-mode: multiply;
}
.single-team-item .img-holder .share-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: #fff;
	font-size: 24px;
	color: var(--primary_color);
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 58px;
}
.single-team-item .img-holder .social-link {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px 10px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-team-item .img-holder .social-link li {
	display: block;
}
.single-team-item .img-holder .social-link li a {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	color: var(--primary_color);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 40px
}
.single-team-item .img-holder .social-link li a:hover {
	background-color: var(--primary_color);
	color: #fff;
}
.single-team-item .text {
	padding-top: 30px;
}
.single-team-item .text h3.title:hover {
	color: var(--primary_color);
}
.single-team-item .text h3.title a {
	color: var(--dark_color);
	font-weight: 800;
}
.single-team-item .text p.position {
	font-weight: 500;
	color: var(--primary_color);
	padding-bottom: 15px;
}
.single-team-item .text p.mail a {
	color: var(--body_color);
}
.single-team-item .text p.mail {
	position: relative;
	padding-top: 18px;
}
.single-team-item .text p.mail:hover a {
	color: var(--primary_color);
}
.single-team-item .text p.mail i {
	margin-right: 10px;
	color: var(--primary_color);
}
.single-team-item .text p.mail:before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background-color: rgba(26, 26, 26, 0.1);
}
/**/
.testimonial-wrapper-one {
  position: relative;
  z-index: 2;
  padding: 60px 50px 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(26, 26, 26, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(26, 26, 26, 0.1);
}
.testimonial-wrapper-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70px;
  background: url(../../../images/shape/testimonial-shape-1.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.video-wrapper-one {
	margin-left: -85px;
	margin-right: -85px;
	padding-left: 85px;
	padding-right: 85px;
	margin-top: -37%;
	position: relative;
}
@media (max-width: 1199px) {
.video-wrapper-one {
	margin-left: -15px;
	margin-right: -15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.video-wrapper-one {
	margin-top: -35%;
}
}
@media (max-width: 991px) {
.video-wrapper-one {
	margin-top: 50px;
}
}
.video-wrapper-one .shape {
	position: absolute;
}
.video-wrapper-one .shape.shape-one {
	bottom: 0;
	right: -50px;
}
.video-wrapper-one .shape.shape-one path {
	fill: var(--primary_color);
	mix-blend-mode: multiply;
}
/**/
.blog-section {
	overflow: hidden;
}
.blog-section .shape {
	position: absolute;
	z-index: -1;
}
.blog-section .shape.shape-one {
	bottom: 0;
	left: 0;
}
.blog-section .shape.shape-two {
	top: -230px;
	right: -170px;
}
.blog-section .shape.shape-two span {
	width: 500px;
	height: 500px;
	border: 100px solid var(--primary_color);
	border-radius: 50%;
	display: block;
}
/*blog*/
.quote-admin {
    padding: 30px 40px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
    margin-bottom: 0px;
	margin-top: 30px;
}
@media (max-width: 767px) {
.quote-admin {
    width: 95%;
}
}
.quote-admin .quote-inner-content .quote-admin-content h3 {
  margin-bottom: 15px;
  color: var(--dark_color);
	font-size: 24px;
	line-height: 35px;
	font-weight: 800;
}
@media (max-width: 767px) {
.quote-admin .quote-inner-content .quote-admin-content h3 {
    font-size: 18px;
    line-height: 30px;
}
}
.quote-admin .quote-inner-content .quote-admin-content h5 {
  color: var(--primary_color);
}
@media (max-width: 767px) {
.quote-admin .quote-inner-content .quote-admin-content h5 {
    font-size: 16px;
}
}


/*blog pages*/

.article-details img {
	width: 100%;
	margin-top: 30px;
}
#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
	background-color: #ffffff;
	color: var(--body_color);
	padding: 8px 20px;
	line-height: 24px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 8px;
	border: 1px solid rgba(26, 26, 26, 0.102);
	box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	background-color: var(--primary_color);
	border: 1px solid var(--primary_color);
	color: #fff;
}
#sp-left .sp-module:first-child, 
#sp-right .sp-module:first-child {
	background-color: #fafafa;
	border: 1px solid #fafafa;
}
#sp-left .sp-module input[type="text"],
#sp-right .sp-module input[type="text"] {
	box-shadow: 0px 10px 60px 0px rgba(94, 94, 94, 0.1);
	font-style: italic;
	height: 55px;
	border: 1px solid #ffffff;
}
#sp-left .sp-module .awesomplete, 
#sp-right .sp-module .awesomplete {
	width: 100%;
}
#sp-left .sp-module, 
#sp-right .sp-module {
	padding: 30px;
	border-radius: 5px;
	border: 1px solid rgba(26, 26, 26, 0.102);
}
.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}
.article-body {
  position: relative;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
}
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h1 a:active, 
.article-list .article .article-header h1 a:focus, 
.article-list .article .article-header h2 a:hover, 
.article-list .article .article-header h2 a:active, 
.article-list .article .article-header h2 a:focus {
	color: var(--primary_color);
}
.article-details .article-header h1, 
.article-details .article-header h2 {
	font-size: 32px;
	line-height: 45px;
	letter-spacing: -0.03em;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(26, 26, 26, 0.07);
	margin-bottom: 30px;
	color: var(--dark_color);
}

.article-details .article-full-image,
.article-details .article-full-image img {
	width: 100%;
	border-radius: 0;
	margin-top: 0px;
}
.tags.mb-4 {
	margin: 30px 0 0 0 !important;
}
.tags > li a:hover {
	background: var(--primary_color);
}
.tags > li a {
  background: rgba(249, 77, 28, 0.1);
  color: var(--primary_color);
}
.pagination.ms-0 {
	margin-top: 30px;
}
.article-info > span,
.article-info > span a {
	font-size: 16px;
	line-height: 30px;
	color: var(--body_color);
	font-weight: 500;
}
.article-info > span a:hover {
	color: var(--primary_color);
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
	margin: 0px;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
}
.view-article.layout-blog .article-details {
  padding: 25px 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(109, 109, 109, 0.1);
  box-shadow: 0px 10px 80px 0px rgba(109, 109, 109, 0.1);
}
.article-details .article-header img {
  position: relative;
  margin: -30px -30px 0px -30px;
}
/*
@media (min-width: 1024px) {
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 390px;
	height: 340px;
	object-fit: cover;
}
.article-body {
  margin-left: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}
}
*/

.view-article.layout-blog .sp-page-title,
.view-category.layout-blog .sp-page-title {
	padding: 180px 0 190px;
}
.sp-page-title .breadcrumb {
	display: block!important;
	margin: 10px 0px 0px 0px !important;
	text-align: center!important;
	position: relative;
}
 
.breadcrumb .fas {
	display: none;
}
.sp-page-title .breadcrumb li {
	display: inline;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  margin-left: 23px;
  margin-right: 19px;
}
.breadcrumb .float-start {
	display: none !important;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: " " !important;
}
.sp-page-title .breadcrumb > span, 
.sp-page-title .breadcrumb > li, 
.sp-page-title .breadcrumb > li + li::before, 
.sp-page-title .breadcrumb > li > a {
	font-size: 18px;
	font-weight: 600
}
.sp-page-title .breadcrumb > .active {
	color: var(--primary_color);
}

.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery,
.article-list .article .article-intro-image img, 
.article-list .article .article-featured-video img, 
.article-list .article .article-featured-audio img, 
.article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 100%;
	position: relative;
	z-index: 9;
	padding-bottom: 15px;
}

#sp-right .categories-module li:not(:last-child) a {
	border-bottom: 1px solid rgba(26, 26, 26, 0.071);
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#sp-right .categories-module li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--body_color);
}
#sp-right .categories-module li a:hover {
	color: var(--primary_color);
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	border-bottom: 0px solid #f3f3f3;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 800;
	color: var(--dark_color);
	position: relative;
	border-bottom: 0px solid #f3f3f3;
	margin: 0;
}
#sp-left .sp-module .sp-module-title:after, 
#sp-right .sp-module .sp-module-title:after {
  display: block;
  width: 35px;
  height: 3px;
  background-color: var(--primary_color);
  position: relative;
  margin: 12px 0 8px;
  content: "";
}
.article-list .article .readmore a, 
.article-list .article .readmore a, 
.article-list .article .readmore a {
	font-weight: 700;
	color: var(--primary_color);
	text-decoration: underline;
	font-size: 16px;
	line-height: 30px;
}
.article-list .article .readmore a:hover, 
.article-list .article .readmore a:active, 
.article-list .article .readmore a:focus {
	font-weight: 700;
	color: var(--dark_color);
	text-decoration: underline;
}

/*end blog*/

@media (max-width: 1199px) {
.footer-copyright .footer-nav {
	text-align: center;
}
}
.footer-copyright .footer-nav ul li {
	display: inline-block;
}
.footer-copyright .footer-nav ul li:not(:last-child):after {
	margin-left: 20px;
	margin-right: 15px;
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.3);
}
.footer-copyright .footer-nav ul li a {
	color: #adadad;
	position: relative;
}
.footer-copyright .footer-nav ul li a:hover:after {
	width: 100%;
}
.footer-copyright .footer-nav ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.footer-copyright .footer-nav ul li a:hover {
	color: #fff;
}
@media (max-width: 1199px) {
.footer-copyright .footer-text {
	text-align: center;
}
}
.footer-copyright .footer-text p span.number {
	color: #fff;
	font-size: 20px;
}
/**/
.contact-info-box .icon {
	-webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
	max-width: 20px;
	margin-right: 10px;
}
.contact-info-box .icon i {
	color: var(--primary_color);
}
.contact-info-box .text {
	margin-top: -3px;
	color: rgba(255, 255, 255, 0.7);
}
.contact-info-box .text p {
	color: rgba(255, 255, 255, 0.7);
}

/**/

.footer-default .shape {
	position: absolute;
	z-index: -1;
}
.footer-default .shape.shape-one {
	bottom: -300px;
	left: -250px;
}
.footer-default .shape.shape-one span {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 120px solid rgba(250, 250, 250, 0.02);
  display: inline-block;
}
.footer-default .shape.shape-two {
  bottom: -30px;
  right: 0;
}
.footer-default {
	position: relative;
	overflow: hidden;
}
/**/
.quote-box-four {
    border-radius: 65px 15px 15px 15px;
}
/**/
.single-counter-item-two .text {
	padding: 0 10px;
	gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-counter-item-two .text {
	padding: 0;
}
}
.single-counter-item-two .text h2.number {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
			flex: 0 0 120px;
	max-width: 120px;
	font-size: 50px;
	letter-spacing: -0.03em;
	color: var(--primary_color);
	font-weight: 800;
}
.single-counter-item-two .text h5 {
	letter-spacing: -0.03em;
	font-weight: 800;
	color: var(--dark_color);
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/**/
.about-two_image-box .about-one-img {
	position: relative;
	max-width: 600px;
}
.about-two_image-box .about-one-img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 26, 26, 0.3);
}
.about-two_image-box .about-one-img .play-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.about-two_image-box .quote-box-four {
	position: relative;
	margin-top: -145px;
	margin-left: -60px;
}
@media (max-width: 1199px) {
.about-two_image-box .quote-box-four {
	margin-left: 0;
}
}
@media (max-width: 767px) {
.about-two_image-box .quote-box-four {
	margin-top: -45px;
}
}
.about-three_image-box .about-one-img {
	margin-top: 70px;
	width: 100%;
}
.about-three_image-box .about-two-img img {
	width: 100%;
}
.about-three_image-box .big-logo {
	position: absolute;
	left: 35%;
	bottom: 40px;
}
.about-three_image-box .big-logo img {
	border-radius: 15px;
}
/**/
.history-timeline {
	position: relative;
	z-index: 1;
}
.history-timeline:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: url(../../../images/timeline.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.single-history-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.single-history-item .history-img, .single-history-item .history-content {
	width: 50%;
}
@media (max-width: 1024px) {
.single-history-item .history-img, .single-history-item .history-content {
	width: 100% !important;
}
.single-history-item .history-content {margin-top: 0px !important;}
}
.single-history-item .history-img img {
	width: 100%;
}
.single-history-item .history-content {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.15);
			box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.15);
	padding: 40px 35px 35px;
	margin-top: 30px;
	margin-left: -30px;
}
@media (max-width: 1199px) {
.single-history-item .history-content {
	padding: 40px 20px 35px;
}
}
@media (max-width: 450px) {
.single-history-item .history-content {
	margin-left: 0;
	padding: 40px 30px 35px;
}
}
.single-history-item .history-content h4.title {
	margin-bottom: 10px;
	color: var(--dark_color);
	font-weight: 800;
}
@media (max-width: 1199px) {
.single-history-item .history-content h4.title {
	font-size: 18px;
}
}
.single-history-item .history-content h4.title span.ribbon {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 800;
	background-color: var(--primary_color);
	color: #fff;
	padding: 5px 20px 5px 13px;
	line-height: 20px;
	margin-right: 15px;
}
.single-history-item .history-content h4.title span.ribbon:after {
	position: absolute;
	right: 0;
	content: "";
	top: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 15px solid transparent;
}
.single-history-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
}
.single-history-item:nth-child(even) .history-content {
	margin-left: 0;
	margin-right: -30px;
}
@media (max-width: 450px) {
.single-history-item:nth-child(even) .history-content {
	margin-right: 0;
}
}
.mb-80 {
	margin-bottom: 80px;
}
/**/
.features-item {
	padding: 35px 35px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
			box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.features-item:hover {
	border-color: var(--primary_color);
}
.features-item:hover .icon i {
	-webkit-animation: shake linear 0.3s infinite;
			animation: shake linear 0.3s infinite;
}
.features-item .icon {
	margin-bottom: 10px;
}
.features-item .icon i {
	font-size: 50px;
	line-height: 1em;
	color: var(--primary_color);
}
.features-item .text h4.title {
	margin-bottom: 10px;
	letter-spacing: -0.03em;
}

.features-item-two {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(24, 28, 34, 0.07);
			box-shadow: 0px 10px 60px 0px rgba(24, 28, 34, 0.07);
	border-radius: 7px;
	padding: 40px;
	gap: 30px;
}
@media (max-width: 450px) {
.features-item-two {
	padding: 40px 20px;
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	text-align: center;
}
}
.features-item-two:hover .icon {
	background-color: var(--primary_color);
	color: #fff;
}
.features-item-two:hover .icon-btn {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
}
.features-item-two span.number {
	font-size: 24px;
	color: var(--dark_color);
	font-weight: 800;
}
.features-item-two .icon {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
			flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: transparent;
	color: var(--primary_color);
	font-size: 50px;
	line-height: 110px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media (max-width: 450px) {
.features-item-two .icon {
	width: 100px;
}
}
@media (max-width: 1199px) {
.features-item-two .text {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
}
}
.features-item-two .text h3.title {
	letter-spacing: -0.03em;
	color: var(--dark_color);
	font-weight: 800;
	font-size: 23px;
	line-height: 35px;
}
@media (max-width: 450px) {
.features-item-two .text h3.title {
	margin-bottom: 20px;
}
}
.align-items-center {
	align-items: center !important;
}
.features-item-two .icon-btn {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
			flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(24, 28, 34, 0.102);
	font-size: 18px;
	color: var(--primary_color);
	line-height: 60px;
	display: block;
	text-align: center;
}
@media (max-width: 450px) {
.features-item-two .icon-btn {
	width: 60px;
}
}
/**/
.pricing-item-one {
	position: relative;
	padding: 35px 35px;
	border: 1px solid rgba(24, 28, 34, 0.071);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pricing-item-one:hover {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 10px 60px 0px rgba(204, 204, 204, 0.5);
	border-color: transparent;
}
.pricing-item-one span.save {
	position: absolute;
	top: -13px;
	left: 15px;
	background-color: var(--primary_color);
	color: #fff;
	font-weight: 800;
	border-radius: 13px;
	padding: 5px 15px;
	line-height: 16px;
}
.pricing-item-one .pricing-header {
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}
.pricing-item-one .pricing-header:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url(../../../images/line.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}
.pricing-item-one .pricing-header span.plan {
	font-size: 24px;
	font-weight: 800;
	color: var(--dark_color);
	margin-bottom: 15px;
}
.pricing-item-one .pricing-header h2.price {
	letter-spacing: -0.03em;
	color: var(--dark_color);
	padding-bottom: 25px;
}
.pricing-item-one .pricing-header h2.price span {
	font-size: 24px;
	line-height: 50px;
	vertical-align: baseline;
}
.pricing-item-one .pricing-body ul.pricing-list {
	margin-bottom: 27px;
}
.pricing-item-one .pricing-body ul.pricing-list li.check i {
	color: var(--primary_color);
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
}
.pricing-item-one .pricing-body ul.pricing-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	margin-bottom: 12px;
}
.pricing-item-one .pricing-body ul.pricing-list li.uncheck i {
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
}
.pricing-item-one .pricing-body ul.pricing-list li.uncheck {
	color: rgba(116, 120, 124, 0.3);
}
.pricing-item-one .pricing-body ul.pricing-list li.uncheck::before {
	color: rgba(116, 120, 124, 0.3);
}

.pricing-item-one .pricing-body .main-btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 200px;
}
/**/
.features-item {
	padding: 35px 35px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.features-item:hover {
	border-color: var(--primary_color);
}
.features-item:hover .icon i {
	-webkit-animation: shake linear 0.3s infinite;
	animation: shake linear 0.3s infinite;
}
.features-item .icon {
	margin-bottom: 10px;
}
.features-item .icon i {
	font-size: 50px;
	line-height: 1em;
	color: var(--primary_color);
}
.features-item .text h4.title {
	margin-bottom: 10px;
	letter-spacing: -0.03em;
}
/**/
@media (max-width: 1023px) {
img.solution-img-two,
img.solution-img-one {
	width: 100%;
	margin-bottom: 30px;
}
}
@media (min-width: 1024px) {
.solution-one_image-box .solution-img-one {position: absolute;}
.solution-one_image-box .company-card {
	position: absolute;
	top: 70px;
	left: 90px;
}
.solution-one_image-box {
	max-width: 575px;
}
.solution-one_image-box .solution-img-one {
	margin-top: 47%;
	margin-left: auto;
}
.solution-one_image-box .solution-img-two {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
}

@media (max-width: 450px) {
.solution-one_image-box .solution-img-two {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
  }
}

.company-card {
	padding: 20px 25px 20px;
	background-color: #fff;
	max-width: 165px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(114, 114, 114, 0.3);
          box-shadow: 0px 10px 60px 0px rgba(114, 114, 114, 0.3);
}
.company-card h5 {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 25px;
	color: var(--dark_color);
}
.p-r {
	position: relative;
}

.service-item-two {
	background-color: #fff;
	padding: 35px 30px 30px;
	transition: all 0.3s ease-out 0s;
}
.service-item-two:hover {
	transform: translateY(-10px);
	transition: all 0.3s ease-out 0s;
}
.service-item-two:hover .icon {
	transform: scale(1.1);
	transition: all 0.3s ease-out 0s;
}
.service-item-two .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: rgba(249, 77, 28, 0.05);
	font-size: 55px;
	color: var(--primary_color);
	margin-bottom: 25px;
	transition: all 0.3s ease-out 0s;
}
.service-item-two .text h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 6px;
	color: var(--dark_color);
	font-weight: 800;
}
.service-item-two .text h3 a {
	color: var(--dark_color);	
}
.service-item-two .text h3:hover {
	color: var(--primary_color);
}
.service-item-two .text p {
	margin-bottom: 10px;
}
.service-item-two .icon i {
	line-height: 115px;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	display: block;
	margin: auto;
	padding: 0;
}
@media only screen and (min-width: 1200px) {
.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl,
.sppb-row-container {
	max-width: 1200px;
}

}
.check-style-three li {
  font-weight: 500;
  color: var(--dark_color);
  margin-bottom: 5px;
}
.check-style-three li i {
	color: var(--primary_color);
	margin-right: 5px;
}
.text-center {
	text-align: center !important;
}









/*animations*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*end*/
.project-item-three:hover .project-content {
	background-color: var(--primary_color);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.project-item-three:hover .project-content h3.title a,
.project-item-three:hover .project-content h3.title {
	color: #fff;
}
.project-item-three .project-content .cat-btn a {
	color: var(--body_color);	
}
.project-item-three:hover .project-content .cat-btn a,
.project-item-three:hover .project-content .cat-btn {
	color: #fff;
}
.project-item-three .project-content .icon-btn i {
	display: block;
	text-align: center;
	line-height: 45px;
}
.project-item-three:hover .project-content .icon-btn {
	top: -22px;
	visibility: visible;
	opacity: 1;
}
.project-item-three .img-holder img {
	width: 100%;
}
.project-item-three .project-content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	background-color: #fff;
	padding: 20px 30px 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.project-item-three .project-content h3.title a,
.project-item-three .project-content h3.title {
	letter-spacing: -0.03em;
	color: var(--dark_color);
	font-size: 24px;
	line-height: 35px;
	font-weight: 800;
}
.project-item-three .project-content .icon-btn {
	position: absolute;
	top: -10px;
	right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--primary_color);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
/**/
.project-item-four:hover .img-holder .project-hover {
	visibility: visible;
	opacity: 1;
}
.project-item-four:hover .img-holder .project-hover .hover-content .icon-btn {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.project-item-four .img-holder {
	position: relative;
	overflow: hidden;
}
.project-item-four .img-holder img {
	width: 100%;
}
.project-item-four .img-holder .project-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(11, 12, 14, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
			-ms-flex-align: end;
					align-items: flex-end;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.project-item-four .img-holder .project-hover .hover-content {
	padding: 23px 20px;
}
.project-item-four .img-holder .project-hover .hover-content h3.title a,
.project-item-four .img-holder .project-hover .hover-content h3.title {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 800;
}
.project-item-four .img-holder .project-hover .hover-content p a,
.project-item-four .img-holder .project-hover .hover-content p {
	color: #fff;
}
.project-item-four .img-holder .project-hover .hover-content .icon-btn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: var(--primary_color);
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.project-item-four .img-holder .project-hover .hover-content .icon-btn i {
	display: block;
	text-align: center;
	line-height: 45px;
}

.sppb-btn-custom span {
	vertical-align: middle;
}
/**/
.categories-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.categories-nav a {
	text-align: center;
	padding: 15px 30px;
	border: 1px solid rgba(26, 26, 26, 0.102);
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
					flex: 0 0 auto;
	max-width: 100%;
	color: var(--dark_color);
	font-weight: 800;
	border-radius: 7px;
}
.categories-nav a i {
	margin-right: 7px;
	color: var(--primary_color);
}
.categories-nav a:hover {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
}
.categories-nav a:hover i {
	color: #fff;
}
/**/
.single-job-item {
	padding: 30px;
	border: 1px solid rgba(26, 26, 26, 0.071);
	border-radius: 7px;
}
@media (max-width: 767px) {
.single-job-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
}
.single-job-item .job-thumb {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 55px;
			flex: 0 0 55px;
	max-width: 55px;
	margin-right: 20px;
}
@media (max-width: 767px) {
.single-job-item .job-thumb {
	margin-bottom: 20px;
}
}
.single-job-item .job-main-content {
	margin-top: -6px;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
}
@media (max-width: 1199px) {
.single-job-item .job-main-content {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
}
.single-job-item .job-main-content .job-content h3.title a,
.single-job-item .job-main-content .job-content h3.title {
	font-size: 18px;
	letter-spacing: -0.03em;
	margin-bottom: 7px;
	font-weight: 800;
	color: var(--dark_color);
}
.single-job-item .job-main-content .job-content h3.title a:hover {
	color: var(--primary_color);
	text-decoration: underline;
}
.single-job-item .job-main-content .job-content h3.title span.status {
	padding: 5px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	border-radius: 5px;
	color: #fff;
	background-color: #fafafa;
	margin-left: 10px;
}
.single-job-item .job-main-content .job-content h3.title span.status.full {
	background-color: var(--primary_color);
}
.single-job-item .job-main-content .job-content h3.title span.status.part {
	background-color: #00c3ff;
}
.single-job-item .job-main-content .job-content h3.title span.status.features {
	background-color: #002aff;
}
.single-job-item .job-main-content .job-content .job-meta span a,
.single-job-item .job-main-content .job-content .job-meta span {
	font-size: 14px;
	color: var(--body_color);
}
.single-job-item .job-main-content .job-content .job-meta span:not(:last-child) {
	margin-right: 15px;
}
.single-job-item .job-main-content .job-content .job-meta span i {
	margin-right: 7px;
}
@media (max-width: 991px) {
.single-job-item .job-main-content .apply-button {
	margin-top: 10px;
}
}
.single-job-item .job-main-content .apply-button p {
	margin-bottom: 5px;
}
.single-job-item .job-main-content .apply-button p span.date {
	color: var(--primary_color);
}
.single-job-item .job-main-content .wishlist-button a {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid rgba(26, 26, 26, 0.071);
	color: var(--primary_color);
	display: block;
}
.single-job-item .job-main-content .wishlist-button a:hover {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
}
.single-job-item .job-main-content .wishlist-button i {
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
}
/**/
.faq-one_image-box {
    max-width: 500px;
}
.faq-one_image-box .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.3);
}
.faq-one_image-box .play-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-two_image-box {
    min-height: 670px;
    max-width: 580px;
}
.faq-two_image-box .faq-one-img {
    top: 0px;
    right: 0;
}
.faq-two_image-box .faq-two-img {
    left: 0;
    bottom: 0;
}
.faq-two_image-box .faq-three-img {
    right: 0px;
    bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.faq-two_image-box .faq-three-img {
    right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.faq-two_image-box .faq-three-img {
    right: 0;
}
}
.faq-two_image-box .faq-one-img, .faq-two_image-box .faq-two-img, .faq-two_image-box .faq-three-img {
    position: absolute;
}
@media (max-width: 450px) {
.faq-two_image-box .faq-one-img, .faq-two_image-box .faq-two-img, .faq-two_image-box .faq-three-img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}
}
.faq-two_image-box .fintex-logo {
    position: absolute;
    top: 150px;
    left: 35px;
}
/**/

.slide02 .shape-bg {
	position: absolute;
	top: -20px;
	left: -5px;
	content: "";
	width: 220px;
	height: 100%;
	z-index: 0;
	display: block;
	margin-left: -10% !important;
	background-repeat: repeat-y;
}
/**/
.zindextop {
	position: relative;
	z-index: 1 !important;
}
.zindexunder {
	position: relative;
	z-index: 0!important;
}
/**/
.project-item-two:hover .project-content .icon-btn i {
	background-color: var(--primary_color);
	color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(13, 206, 181, 0.5);
	box-shadow: 0px 10px 60px 0px rgba(13, 206, 181, 0.5);
}
.project-item-two .img-holder img {
	width: 100%;
}
.project-item-two .project-content {
	position: relative;
	padding-top: 20px;
}
.project-item-two .project-content h3.title:hover {
	color: var(--primary_color);
}
.project-item-two .project-content .icon-btn {
	position: absolute;
	top: -30px;
	right: 25px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 75px;
}
.project-item-two .project-content .icon-btn i {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(159, 159, 159, 0.3);
	box-shadow: 0px 10px 60px 0px rgba(159, 159, 159, 0.3);
	color: var(--primary_color);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	line-height: 55px;
}
.project-item-two .project-content h3.title a:hover {
	color: var(--primary_color);
}
.project-item-two .project-content h3.title a,
.project-item-two .project-content h3.title {
	font-size: 24px;
	line-height: 35px;
	font-weight: 800;
	color: var(--dark_color);
	text-align: left;
}
/**/
.single-team-item-two {
	position: relative;
	background-color: #fff;
	padding: 40px;
	border: 1px solid rgba(24, 28, 34, 0.102);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-team-item-two:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(185, 185, 185, 0.2);
	box-shadow: 0px 10px 60px 0px rgba(185, 185, 185, 0.2);
}
.single-team-item-two .img-holder {
	margin-bottom: 30px;
}
.single-team-item-two .img-holder img {
	width: 175px;
	height: 175px;
	border-radius: 50%;
}
.single-team-item-two .text h3.title a:hover {
	color: var(--primary_color);
}
.single-team-item-two .text h3.title a,
.single-team-item-two .text h3.title {
	font-size: 22px;
	letter-spacing: -0.03em;
	color: var(--dark_color);
	font-weight: 800;
}
.single-team-item-two .text h3.title:hover {
	color: var(--primary_color);
}
.single-team-item-two .text p.posiiton {
	font-weight: 500;
}
/**/
.footer-two {
	position: relative;
	overflow: hidden;
}
.footer-two .shape.shape-one {
	top: -100px;
	left: 20px;
}
.footer-two .shape.shape-two {
	left: 250px;
	top: -33%;
}
.footer-two .shape.shape-three {
	right: -16%;
	bottom: 30px;
}
.footer-two .shape.shape-four {
	bottom: -45%;
	right: -10%;
}
.footer-two .shape span {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 1px solid rgba(116, 120, 124, 0.1);
	display: inline-block;
}
.footer-two .shape {
	position: absolute;
	z-index: -1;
}
.z-1 {
	z-index: 1;
}
.p-r {
	position: relative;
}

/*end*/
/*new pages*/

.animate-float-x {
  -webkit-animation-name: float-x;
  animation-name: float-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-y {
  -webkit-animation-name: float-y;
  animation-name: float-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes float-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes rotatecircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotatecircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fintex-rotate-animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fintex-rotate-animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.banner-three .shape {
	position: absolute;
	z-index: -1;
}
.banner-three .shape.shape-one {
	bottom: -10%;
	left: 5%;
}
.banner-three .shape.shape-two {
	bottom: -10%;
	left: 7%;
}
.banner-three .shape.shape-three {
	top: -40%;
	left: 13%;
}
.banner-three .shape.shape-four {
	top: 0px;
	right: 40%;
}
.banner-three .shape.shape-five {
	top: 160px;
	right: 17%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-three .shape.shape-five {
	right: 6.5%;
}
}
@media (max-width: 991px) {
.banner-three .shape.shape-five {
	top: auto;
	right: 20%;
	bottom: 150px;
}
}
.banner-three .shape.shape-five span {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: var(--primary_color);
	-webkit-filter: blur(100px);
	filter: blur(100px);
	display: inline-block;
}
@media (max-width: 1199px) {
.banner-three .shape.shape-five span {
	width: 350px;
	height: 350px;
}
}
@media (max-width: 767px) {
.banner-three .shape.shape-five span {
	width: 300px;
	width: 300px;
}
}
.banner-three .shape.shape-six {
	top: 50px;
	right: 15%;
}
.banner-three .shape.shape-six span {
	-webkit-animation: rotatecircle infinite 8s linear;
	animation: rotatecircle infinite 8s linear;
	display: inline-block
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-three .shape.shape-six {
	right: 7%;
}
}
/**/
.fact-section-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 250px;
  background: url(../../../images/bg/counter-bg-home-three.png) no-repeat;
  z-index: -1;
}
/**/
.single-counter-item-three {
  padding: 45px 30px 50px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 142, 188, 0.05882)), color-stop(58%, rgba(41, 60, 80, 0.1)), to(rgba(1, 1, 1, 0.14902)));
  background: linear-gradient(-180deg, rgba(97, 142, 188, 0.05882) 0%, rgba(41, 60, 80, 0.1) 58%, rgba(1, 1, 1, 0.14902) 100%);
}
.single-counter-item-three .text h2.number {
  color: var(--primary_color);
  margin-bottom: 10px;
}
.single-counter-item-three .text h5 {
  font-weight: 600;
  color: #fff;
}
/**/
.about-six_image-box .shape {
  position: absolute;
  z-index: -1;
}
.about-six_image-box .shape.shape-one {
  bottom: 0;
  left: 50px;
}
.about-six_image-box .shape.shape-one span {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: var(--primary_color);
  -webkit-filter: blur(100px);
          filter: blur(100px);
		  display: block;
}
.about-six_image-box .about-img-two {
  position: absolute;
  right: 70px;
  top: 100px;
}
/**/
.features-two_img-box .shape {
  position: absolute;
  z-index: -1;
}
.features-two_img-box .shape.shape-one {
  bottom: 30px;
  left: 50px;
}
@media (max-width: 767px) {
  .features-two_img-box .shape.shape-one {
    left: 0;
  }
}
.features-two_img-box .shape.shape-one span {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: var(--primary_color);
  -webkit-filter: blur(100px);
          filter: blur(100px);
		  display: block;
}
/**/
.service-item-three {
	padding: 0 38px 40px;
	border-radius: 7px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 142, 188, 0.10196)), color-stop(60%, rgba(39, 57, 76, 0.21)), to(rgba(1, 1, 1, 0.32157)));
	background: linear-gradient(-180deg, rgba(97, 142, 188, 0.10196) 0%, rgba(39, 57, 76, 0.21) 60%, rgba(1, 1, 1, 0.32157) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-item-three {
	padding: 0 25px 40px;
}
}
.service-item-three .icon i {
	display: block;
	text-align: center;
	margin: auto;
}
.service-item-three .icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: var(--primary_color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 45px;
	color: #fff;
	margin-top: -45px;
}
.service-item-three .text {
	padding-top: 30px;
}
.service-item-three .text h3.title a,
.service-item-three .text h3.title {
	color: #fff;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 35px;
}
.service-item-three .text p {
	margin-bottom: 15px;
}
.service-item-three .text .btn-link {
	color: #fff;
}
.animate-hover-icon .icon i {
	transition: all 0.3s ease-out 0s;
}
.animate-hover-icon:hover .icon i {
  -webkit-animation: shake linear 0.9s infinite;
          animation: shake linear 0.9s infinite;
		  transition: all 0.3s ease-out 0s;
}
/**/
.map-img-box .thumb-marker {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 70px;
  height: 90px;
  background: url(../../../images/testimonial/marker-blue.png) no-repeat;
  background-size: cover;
}
.map-img-box .thumb-marker img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
}
.newsletter-wrapper-one {
	background: linear-gradient(-180deg, rgba(97, 142, 188, 0.10196) 0%, rgba(39, 57, 76, 0.21) 60%, rgba(1, 1, 1, 0.32157) 100%);
	border-radius: 7px;
}
.features-wrapper {
	background: linear-gradient(-180deg, rgba(97, 142, 188, 0.10196) 0%, rgba(39, 57, 76, 0.21) 60%, rgba(1, 1, 1, 0.32157) 100%);
	border-radius: 8px;
}
/**/
.hero-img-boxx .circle-border {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
}
.hero-img-boxx .circle-border span {
  position: absolute;
  width: 615px;
  height: 615px;
  border: 1px solid rgba(36, 40, 121, 0.2);
  border-radius: 48% 52% 62% 38%/44% 51% 49% 56%;
  -webkit-animation: fintex-rotate-animate 10s linear infinite;
          animation: fintex-rotate-animate 10s linear infinite;
}
.hero-img-boxx .circle-border span:nth-child(1) {
  top: -20px;
  left: -55px;
}
.hero-img-boxx .circle-border span:nth-child(2) {
  top: 0;
  left: 25px;
  animation-direction: reverse;
}
.ttrey {
	overflow: hidden;
	
}
/**/
.service-one_image-box {
	position: relative;
}
.service-one_image-box span {
  display: inline-block;
}
.service-one_image-box .shape {
	position: absolute;
	z-index: -1;
}
.service-one_image-box .shape.border-circle {
	right: 13%;
	bottom: 0;
	width: 510px;
	height: 510px;
	border-radius: 50%;
	border: 1px solid rgba(6, 8, 21, 0.102);
	border-radius: 48% 52% 62% 38%/44% 51% 49% 56%;
	-webkit-animation: fintex-rotate-animate 10s linear infinite;
	animation: fintex-rotate-animate 10s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-one_image-box .shape.border-circle {
	right: 28%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-one_image-box .shape.border-circle {
	right: 20%;
}
}
@media (max-width: 767px) {
.service-one_image-box .shape.border-circle {
	display: none;
}
}
.service-one_image-box .dot-shape {
	position: absolute;
	z-index: -1;
}
.service-one_image-box .dot-shape span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.service-one_image-box .dot-shape.dot-shape1 {
	top: 5%;
	left: 8%;
}
.service-one_image-box .dot-shape.dot-shape1 span {
	background-color: var(--yellow_color);
}
.service-one_image-box .dot-shape.dot-shape2 {
	left: 0;
	bottom: 35%;
}
.service-one_image-box .dot-shape.dot-shape2 span {
	background-color: #0dceb5;
}
.service-one_image-box .dot-shape.dot-shape3 {
	top: 5%;
	right: 50px;
}
.service-one_image-box .dot-shape.dot-shape3 span {
	background-color: #39b76e;
}
.service-one_image-box .dot-shape.dot-shape4 {
	right: 30px;
	bottom: 5%;
}
.service-one_image-box .dot-shape.dot-shape4 span {
	background-color: var(--primary_color);
}
/**/
.about-four_image-box {	
	position: relative;
}
.about-four_image-box {
  min-height: 630px;
}
@media (max-width: 991px) {
  .about-four_image-box {
    margin-bottom: 50px;
  }
}
.about-four_image-box .about-img-one {
	position: absolute;
	top: 150px;
	left: -90px;
}
@media (max-width: 991px) {
.about-four_image-box .about-img-one {
	left: 25px;
}
}
.about-four_image-box .about-img-two {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 150px 150px 0px 0px;
}
.about-four_image-box .about-img-three {
	position: absolute;
	bottom: 0;
	right: 50px;
}
.about-four_image-box .shape {
	position: absolute;
	z-index: -1;
}
.about-four_image-box .shape.fancy-shape-one {
	position: absolute;
	left: -25px;
	top: 30px;
}
.about-four_image-box .shape.fancy-shape-one span {
	width: 540px;
	height: 610px;
	background-color: rgba(36, 40, 121, 0.07);
	border-radius: 32% 68% 37% 63%/39% 36% 64% 61%;
}
@media (max-width: 1199px) {
.about-four_image-box .shape.fancy-shape-one span {
	width: 340px;
	height: 410px;
}
}
.about-four_image-box .shape.shape-one {
	left: 0;
	bottom: 0;
	width: 90%;
}
.about-four_image-box span {
	display: inline-block;
}
/**/
.fact-wrapper-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary_color);
    -webkit-transform: rotateZ(357deg);
    transform: rotateZ(357deg);
    z-index: -1;
}
@media (max-width: 767px) {
.fact-wrapper-one:before {
    display: none;
}
}

/**/
.skill-img-box .circle-border span {
	position: absolute;
	width: 595px;
	height: 595px;
	border-radius: 48% 52% 62% 38%/44% 51% 49% 56%;
	border: 1px solid rgba(36, 40, 121, 0.2);
	-webkit-animation: fintex-rotate-animate 10s linear infinite;
animation: fintex-rotate-animate 10s linear infinite;
	z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.skill-img-box .circle-border span {
	width: 495px;
	height: 495px;
}
}
@media (max-width: 767px) {
.skill-img-box .circle-border span {
	display: none;
}
}
.skill-img-box .circle-border span:nth-child(1) {
	right: -70px;
	top: 0;
}
@media (max-width: 1199px) {
.skill-img-box .circle-border span:nth-child(1) {
	right: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.skill-img-box .circle-border span:nth-child(1) {
	right: -40px;
}
}
@media (max-width: 767px) {
.skill-img-box .circle-border span:nth-child(1) {
	right: 0;
}
}
.skill-img-box .circle-border span:nth-child(2) {
	top: 40px;
	right: -30px;
	animation-direction: reverse;
}
@media (max-width: 1199px) {
.skill-img-box .circle-border span:nth-child(2) {
	right: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.skill-img-box .circle-border span:nth-child(2) {
	right: -30px;
}
}
@media (max-width: 767px) {
.skill-img-box .circle-border span:nth-child(2) {
	right: 50px;
}
}
.circle-border span {
	display: inline-block;
}
/**/

.newsletter-wrapper-two {
    position: relative;
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.newsletter-image-one {
	margin-left: -120px;
}
.newsletter-wrapper-two {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
}
}
@media (max-width: 1199px) {
.newsletter-wrapper-two {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
}
}
@media (max-width: 767px) {
.newsletter-wrapper-two {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media (max-width: 450px) {
.newsletter-wrapper-two {
    padding-left: 15px;
    padding-right: 15px;
}
}
.newsletter-wrapper-two .shape-svg {
    position: absolute;
    top: 0;
    right: 0;
}
.newsletter-wrapper-two .newsletter-form .form_control {
    margin-bottom: 20px;
}
.newsletter-wrapper-two .newsletter-image-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media (max-width: 1199px) {
.newsletter-wrapper-two .newsletter-image-box {
    display: none;
}
}
.newsletter-wrapper-two .newsletter-image-box .newsletter-image-one img {
    min-width: 430px;
    height: 400px;
    border-radius: 43% 57% 60% 40%/47% 54% 46% 53%;
    margin-left: -50px;
}
.newsletter-wrapper-two .newsletter-image-box .circle-border span {
    position: absolute;
    top: -20px;
    left: -50px;
    width: 415px;
    height: 415px;
    border: 1px solid #18a0ca;
    border-radius: 48% 52% 62% 38%/44% 51% 49% 56%;
    -webkit-animation: fintex-rotate-animate 10s linear infinite;
    animation: fintex-rotate-animate 10s linear infinite;
    z-index: -1;
}

/**/
/*shop*/
.view-category .hikashop_product_name a,
.com-hikashop.view-product .hikashop_product_name a {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--dark_color);
}

.nounder .jpane-slider.content  {
	display: none;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4 a {
	color: var(--body_color);
	line-height: 35px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-out 0s;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4:hover a {
	color: var(--primary_color);
	padding-left: 10px;
}

.sidebar-rit {
	border: 2px solid rgba(26, 26, 26, 0.102);
	padding: 30px 20px 30px 30px !important;
}

.sidebar-rit .sppb-addon-title::before, 
.sidebar-rit .sppb-addon-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 10px;
  background-color: var(--primary_color);
}
.sidebar-rit .sppb-addon-title::after {
  width: 25px;
  left: 18px;
}
.sidebar-rit .sppb-addon-title {
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	font-size: 22px;
	color: var(--dark_color);
	font-weight: 700;
}
.hikashop_small_cart_total_title {
	color: var(--dark_color);
}
.hikashop_small_cart_total_title:hover {
	color: var(--primary_color);
}
.layout-listing .hikacart {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	top: 50%;
}
.layout-listing .hikacart:hover {
  color: #fff;
  background-color: var(--dark_color);
  border-color: var(--dark_color);
  transition: all 0.3s ease-out 0s;
}
.hikabtn-primary,
.hikabtn_checkout_next,
.hikacart {
  color: #fff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  padding: 12px 25px;
  font-weight: 600;
	transition: all 0.3s ease-out 0s;
}
.hikabtn-primary:hover,
.hikabtn_checkout_next:hover,
.hikacart:hover {
	color: #fff;
	background-color: var(--dark_color);
	border-color: var(--dark_color);
	transition: all 0.3s ease-out 0s;
}
.hikashop_product {
	position: relative;
	margin-bottom: 20px;
}
.layout-listing .hikashop_product:hover .hikacart {
	opacity: 1;
	transition: all 0.3s ease-out 0s;
}
.layout-listing .hikashop_product .hikacart {
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.hikashop_products_pagination.hikashop_products_pagination_bottom,
div.hikashop_footer {
	display: none !important;
}
.layout-show .hikashop_product_quantity_field {
  height: 60px !important;
  width: 60px !important;
  padding: 5px !important;
  max-width: 60px !important;
  text-align: center;
  border-radius: 3px;
}
#hikashop_product_tags_main.hikashop_product_tags {
	display: none !important;
}
#hikashop_image_main_thumb_div {
	height: auto !important;
}

#hikashop_product_description_main .hideindesc {
	display: none;
}

.layout-listing .hikashop_product_quantity_div.hikashop_product_quantity_input_div_default,
.layout-listing .hikashop_product_quantity_div.hikashop_product_quantity_change_div_default,
.layout-listing .hikashop_product_quantity_div.hikashop_product_quantity_add_to_cart_div.hikashop_product_quantity_add_to_cart_div_default {
	display: none !important;
}
.layout-show .hikashop_product_main_image_subdiv,
.layout-show #hikashop_main_image {
	background: #f6f4f4;
	margin-bottom: 25px;
}
.view-checkout .layout-show #hikashop_main_image {
	background: #ffffff !important;
}
.layout-show #hikashop_product_name_main {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--dark_color);
}

.layout-show .hikashop_product_price_full {
	font-weight: 700;
	color: var(--dark_color);
	line-height: 30px;
}
#hikashop_product_right_part {
	padding-left: 3%;
}

.layout-show .hikashop_product_quantity_change_div_plus_default,
.layout-show .hikashop_product_quantity_change_div_minus_default {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0 5px;
	border-radius: 3px;
	margin-bottom: 2px;
}

.layout-show .hikashop_product_quantity_change_div_plus_default a,
.layout-show .hikashop_product_quantity_change_div_minus_default a {
	color: var(--dark_color);
}
.layout-show .hikashop_product_quantity_change_div_plus_default a:hover,
.layout-show .hikashop_product_quantity_change_div_minus_default a:hover {
	color: var(--primary_color);
}
.layout-show .hikacart {
	padding: 12px 35px;
	height: 60px;
}

.hikashop_checkout_login h1 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--dark_color);
}
.hikashop_checkout_login h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--dark_color);
}
.hikashop_product_page div.hikashop_small_image_div {
  margin-top: 30px;
}

img.hikashop_child_image {
	height: 55px !important;
}
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail:hover {
	border: 2px solid var(--primary_color);
}
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 2px solid var(--dark_color);
}
.view-product div.hikashop_small_image_div,
.view-category div.hikashop_small_image_div {
  margin-top: 10px;
}
#hikashop_product_description_main {
	margin-top: 80px;
}
div.hikashop_subcontainer {
	background-color: #fafafa !important;
	padding: 40px 35px 30px !important;
}
div.hikashop_container {
	margin: 0 10px 10px 10px !important;
}
#sp-left div.hikashop_subcontainer {
	background-color: #ffffff !important;
	padding: 10px !important;
}
/**/


