/*start*/

body {
	line-height: 2;
	color: #5c6185;
	font-size: 16px;
	font-weight: 400;
	word-wrap: break-word;
}
/**/

/*header*/
#sp-search .d-flex,
#sp-search .sp-menu {
	display: block !important;
}
#sp-header.header-sticky {
	background: #ffffff !important;
}
#sp-header.header-sticky {
	transition: all .4s;
}
/*transparent*/
#sp-header.transparent .sppb-btn-custom {
	margin-right: 30px;
}
#sp-header.transparent {
	z-index: 999;
	transition: all .4s;
}
#sp-header.transparent {
	position: absolute;
	top: 0;
	background: transparent;
	transition: all .4s;
}

#sp-header.transparent.header-sticky {
	position: fixed;
	z-index: 9999 !important;
	transition: all .4s;
	height: 80px;
	top: 0;
	background: #ffffff !important;
}

/*transparenttb*/

#sp-header.transparenttb{
	z-index: 999;
	transition: all .4s;
}
#sp-header.transparenttb {
	position:absolute;
	top:45px;
	background:transparent;
	transition: all .4s;
}
#sp-header.header-sticky {
	transition: all .4s;
}
#sp-header.transparenttb.header-sticky {
	position: fixed;
	z-index: 9999 !important;
	background:#fff;
	transition: all .4s;
	height: 80px;
	top: 0;
}
/*end transparent*/

#sp-header.colored {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(38, 103, 255, 0.05)), to(rgba(144, 0, 255, 0.05)));
    background: -o-linear-gradient(bottom, rgba(38, 103, 255, 0.05) 0%, rgba(144, 0, 255, 0.05) 100%);
    background: linear-gradient(to top, rgba(38, 103, 255, 0.05) 0%, rgba(144, 0, 255, 0.05) 100%);
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}
.sp-megamenu-parent > li > a {
	color: var(--one_color);
}
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a {
	color: var(--two_color);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #5c6185;
	font-weight: 600;
	font-size: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid rgba(11, 20, 96, 0.1);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border-bottom: 1px solid transparent;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 2px 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
	background: var(--two_color);
	color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {
	color: #ffffff;
}
.sp-megamenu-parent > li > a {
	line-height: 82px !important;
}
/*breadcrumbers*/
.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: 22px;
	font-weight: 700;
	color: var(--one_color);
	line-height: 1;
}

.breadcrumb .float-start span {
	display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--one_color);
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
}
.sp-page-title .breadcrumb > .active {
   color: var(--two_color);
}

/*end header*/

.fancy-iconic-box:hover {
	background: #ffffff;
}
.fancy-iconic-box {
	font-size: 16px;
	line-height: 1.8;
	padding: 55px 30px;
	text-align: center;
	border-radius: 22px;
	position: relative;
	z-index: 1;
	background-color: #fff7f5;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fancy-iconic-box .icon {
	font-size: 75px;
	line-height: 0.5;
	margin-bottom: 30px;
}
.fancy-iconic-box .title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}
.fancy-iconic-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	border-radius: 22px;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: perspective(1000px) rotateX(0deg) rotateY(-10deg);
	transform: perspective(1000px) rotateX(0deg) rotateY(-10deg);
}
.fancy-iconic-box:hover:before {
	border-color: var(--two_color);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(38, 103, 255, 0.43);
	box-shadow: 0px 10px 60px 0px rgba(38, 103, 255, 0.43);
}
.fancy-iconic-box.no-hover-effect:before {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*steps*/
.fancy-step-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.fancy-step-boxes .single-step-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.fancy-step-boxes .single-step-box .step-box-inner {
	text-align: center;
	padding: 20px;
	height: 200px;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 25px 10px 10px 5px;
}
.fancy-step-boxes .single-step-box .step-box-inner .title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--one_color);
}
.fancy-step-boxes .single-step-box .step-box-inner .icon {
	font-size: 55px;
	line-height: 0.5;
	margin-bottom: 20px;
	color: var(--one_color);
}

.fancy-step-boxes .single-step-box:hover .step-box-inner .step-count {
	background-color: var(--one_color);
}
.fancy-step-boxes .single-step-box .step-box-inner .step-count {
	position: absolute;
	left: -5px;
	top: -25px;
	background-color: var(--two_color);
	color: #ffffff;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 700;
	font-family: var(--font-quicksand);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

.fancy-step-boxes .single-step-box .step-box-inner::before, .fancy-step-boxes .single-step-box .step-box-inner::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(38, 103, 255, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(38, 103, 255, 0.1);
	border-radius: 50% 0 50% 50%;
	z-index: -1;
	transition: 0.3s;
}

.fancy-step-boxes .single-step-box .step-box-inner::after {
	z-index: -2;
}

.fancy-step-boxes .single-step-box .step-box-inner:hover::after {
	right: -10px;
	bottom: -10px;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	border-bottom: 1px solid rgba(11, 20, 96, 0.1);
	padding-bottom: 20px;
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 1.1;
	position: relative;
	font-weight: 700;
	color: var(--one_color);
}
#sp-right .sp-module .sp-module-title:hover:after,
#sp-left .sp-module .sp-module-title:hover:after{
    left: 15px;
	transition: 0.3s;
}
#sp-left .sp-module .sp-module-title:after , 
#sp-right .sp-module .sp-module-title:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background-color: var(--two_color);
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#sp-left .sp-module, 
#sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 0px;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
	border-bottom: 0px solid #f3f3f3;
}
.categories-module li:hover a {
	color: var(--one_color) !important;
}
.categories-module li a {
	color: #5c6185 !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	transition: 0.3s;
	text-transform: capitalize;
}

@media (min-width:1024px){
#sp-component.col-lg-8 {
	padding-right: 50px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-right: 0px;
    position: absolute;
    right: 0;
}
.burger-icon {
	z-index: 999;
}
}

/*end*/

































/*animations*/
@-webkit-keyframes float-bob-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-bob-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 float-bob-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-bob-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 preloader {
	0% {
		transform: perspective(160px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
	}

	100% {
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
}

@keyframes preloader {
	0% {
		transform: perspective(160px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
	}

	100% {
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.animate-float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-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-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-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;
}

.animate-zoom-fade {
	-webkit-animation-name: zoom-fade;
	animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animate-rotate-me {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 24s;
	animation-duration: 24s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/*end*/
/*.opacity05 .sppb-row-overlay {
	opacity: 95;
}*/

.consultation-form-one:before {
	content: "";
	position: absolute;
	left: 15px;
	bottom: -15px;
	right: 15px;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.7;
	border-radius: 12px;
	z-index: -1;
}
/*spsimpleportfolio*/
.sp-simpleportfolio-image,
.sp-simpleportfolio-meta,
.sp-simpleportfolio-description h2 {
	display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	padding: 10px 20px;
	cursor: pointer;
	font-size: 17px;
	font-family: var(--font-quicksand);
	font-weight: 700;
	color: var(--one_color);
	letter-spacing: -0.3px;
	line-height: 1.1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #ffffff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
	background: #ffffff;
	border-color: var(--one_color);
	color: var(--one_color);
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-img {
	-webkit-transform:scale3d(1) !important;
	transform:scale3d(1) !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
    background: #fff;
    color: var(--one_color) !important;
}

.sp-simpleportfolio-info h3,
.sp-simpleportfolio-info h3 a {
    font-size: 24px;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0px;
}
.sp-simpleportfolio-info h3 a:hover {
    color: var(--one_color);
}
.sp-simpleportfolio-tags {
    font-size: 16px;
    font-weight: 600;
    color: #5c6185;
    padding-top: 12px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a {
    color: var(--two_color);
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
	text-align: center;
	padding: 30px 25px;
	background: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
	float:left;
	-webkit-transform:inherit;
	transform:inherit;
	-webkit-transition:all .4s;
	transition:all .4s
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
	-webkit-transform:inherit;
	transform: inherit;
}
/*end portfolio*/

/*home two effects top images*/

.hero-area-two .animate-icons {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-area-two .animate-icons img {
	position: absolute;
	z-index: -1;
}

.hero-area-two .animate-icons .icon-one {
	right: 8%;
	top: 22%;
}

.hero-area-two .animate-icons .icon-two {
	right: 5%;
	bottom: 44%;
}

.hero-area-two .animate-icons .icon-three {
	top: 20%;
	left: 7%;
}

.hero-area-two .animate-icons .icon-four {
	bottom: 10%;
	left: 11%;
}

.hero-area-two .animate-icons .icon-five {
	left: 17%;
	top: 38%;
}

.hero-area-two .animate-icons .icon-six {
	left: 3%;
	bottom: 26%;
}

.hero-area-two .animate-icons .icon-seven {
	right: 32%;
	bottom: 48%;
}
/*end*/

/*start left bg*/
.triangle-pattern-left,
.triangle-pattern-right {
	position: relative;
	z-index: 1;
}

.triangle-pattern-left::before,
.triangle-pattern-right::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.triangle-pattern-left::before {
	background-image: url(../images/shape/triangle-pattern.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.triangle-pattern-right::before {
	background-image: url(../images/shape/triangle-pattern-2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*end*/
.section-blob-bg-two {
	position: relative;
	z-index: 1;
}
.section-blob-bg-two::before, 
.section-blob-bg-two::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section-blob-bg-two::before {
	opacity: 0.07;
	background-image: url(../images/shape/blob-shape-2-1.png);
	background-repeat: no-repeat;
	background-position: 0 30%;
}

.section-blob-bg-two::after {
	opacity: 0.06;
	background-image: url(../images/shape/blob-shape-2-2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*price*/
.pricing-section-line::before, 
.pricing-section-line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.pricing-section-line::before {
	background-image: url(../images/shape/line.png);
	background-repeat: no-repeat;
	background-position: 0 51%;
}

.pricing-section-line::after {
	background-image: url(../images/shape/line-2.png);
	background-repeat: no-repeat;
	background-position: 100% 85%;
}

.pricing-table {
	padding: 45px;
	border: 1px solid var(--one_color);
	border-radius: 7px;
	background-color: #ffffff;
	position: relative;
}

.pricing-table, .pricing-table > * {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pricing-table .plan-name {
	font-size: 24px;
	letter-spacing: -0.3px;
	margin-bottom: 10px;
	font-family: var(--font-quicksand);
	font-weight: 700;
	color: var(--one_color);
}

.pricing-table p {
	margin-bottom: 20px;
	margin-top: 35px;
}

.pricing-table .plan-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 10px;
	margin-bottom: 35px;
	font-size: 55px;
	font-family: var(--font-quicksand);
	font-weight: 500;
	color: var(--one_color);
	line-height: 1;
	letter-spacing: -0.3px;
}

.pricing-table .plan-price .currency {
	font-size: 24px;
	position: relative;
	top: 8px;
	margin-right: 8px;
}

.pricing-table .template-btn {
	padding: 13px 30px;
	margin-bottom: 30px;
}

.pricing-table .feature-list li {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--two_color);
}
ul.feature-list {
	padding-left: 0;
	margin-left: 0;
}
.pricing-table .feature-list li i {
	margin-right: 5px;
	color: var(--one_color);
}

.pricing-table .feature-list li:not(:last-child) {
	margin-bottom: 15px;
}

.pricing-table .feature-list li.disabled {
	color: #5c6185;
	font-weight: 600;
}

.pricing-table .featured-label {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ff9600;
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-quicksand);
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 15px 6px 20px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}

.pricing-table.featured-plan, 
.pricing-table:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
	box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
}

.pricing-table.featured-plan .template-btn, 
.pricing-table:hover .template-btn {
	background-color: var(--one_color);
	color: #ffffff;
}
.template-btn-2 {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: var(--two_color);
	border: none;
	padding: 15px 35px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px;
}

.template-btn-2 i {
	margin-left: 6px;
	position: relative;
	top: 1px;
}

.template-btn-2:hover {
	color: #ffffff;
	background-color: var(--one_color);
}

.template-btn {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: var(--one_color);
	border: none;
	padding: 15px 35px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
}

.template-btn i {
	margin-left: 6px;
	position: relative;
	top: 1px;
}

.template-btn:hover {
	color: #ffffff;
	background-color: var(--two_color);
}

.template-btn.bg-primary-10 {
	background-color: var(--one_color);
	color: #ffffff
}

.template-btn.bg-primary-10:hover {
	background-color: var(--one_color);
	color: #ffffff;
}

.template-btn.bordered-btn {
	padding: 13px 35px;
	border: 2px solid rgba(11, 20, 96, 0.1);
	background-color: transparent;
	color: var(--two_color);
}

.template-btn.bordered-btn:hover {
	background-color: var(--one_color);
	color: #ffffff;
}

.template-btn.bordered-btn.bordered-white {
	border-color: #ffffff;
	color: #ffffff;
}

.template-btn.bordered-btn.bordered-white:hover {
	background-color: #ffffff;
	color: var(--two_color);
}
.dr-right {
	float: right;
}
/*end*/

/*title*/
.sp-page-title {
    padding-top: 220px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
}
.sp-page-title .sp-page-title-heading {
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;
	line-height: 1.3;
	color: var(--one_color);
	margin: 0px;
}
/*end title*/
.process-boxes1 {
	border: 2px solid transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.process-boxes1:hover {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(38, 103, 255, 0.2);
	box-shadow: 0px 10px 60px 0px rgba(38, 103, 255, 0.2) !important;
	border: 2px solid var(--two_color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/**/
.minusttop .sppb-col-md-3 {
	margin-top: -170px;
}

/**/
.portfolio-items-two .sppb-addon-single-image-container a {
	z-index: 999;
	position: relative;
	transition: 0.4s;
}
.portfolio-items-two .sppb-addon-single-image-container a::before, 
.portfolio-items-two .sppb-addon-single-image-container a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	width: 80px;
	height: 2px;
	background-color: #ffffff;
	opacity: 0;
	transition: 0.4s;
}

.portfolio-items-two .sppb-addon-single-image-container a::after {
	width: 2px;
	height: 80px;
	transition: 0.4s;
}
.portfolio-items-two:hover .sppb-addon-single-image-container a::before, 
.portfolio-items-two:hover .sppb-addon-single-image-container a::after {
	opacity: 1;
	transition: 0.4s;
}

.portfolio-items-two:hover .sppb-addon-single-image-container a {
	opacity: 0.3;
	visibility: visible;
	transition: 0.4s;
}
.portfolio-items-two:hover .sppb-addon-single-image-container a::before, 
.portfolio-items-two:hover .sppb-addon-single-image-container a::after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: 0.4s;
}
.portfolio-items-two .sppb-addon-single-image-container::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: var(--one_color);
  content: "";
  transition: 0.4s;
}

/*blog*/

.article-details blockquote {
	background: #f6f9fb;
	border-radius: 7px;
	padding: 40px 50px 40px 54px;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--font-quicksand);
	color: var(--one_color);
	line-height: 1.5;
	margin: 0;
	position: relative;
	z-index: 1;
	margin: 40px 0;
}

.article-details blockquote p {
	margin: 0;
}

.article-details blockquote cite {
	position: relative;
	padding-left: 60px;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	margin-top: 15px;
	display: block;
}

.article-details blockquote cite::before {
	content: "";
	position: absolute;
	left: 0;
	top: 51%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background-color: var(--one_color);
	opacity: 0.2;
}

.article-details blockquote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: var(--two_color);
	border-radius: 2px;
}
.article-details {
	box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
	padding: 40px 50px;
}
.article-header h1 {
	font-size: 28px;
	letter-spacing: -0.5px;
	margin-bottom: 25px;
	line-height: 1.4;
	font-weight: 700;
	color: var(--one_color);
	margin: 0px;
}
.article-info span,
.article-info span a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #5c6185;
}
.article-details .article-full-image img {
    border-radius: 0;
	width: 100%;
}
.article-details .article-full-image {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -41px;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
	font-size: 28px;
	letter-spacing: -0.5px;
	margin-bottom: 25px;
	line-height: 1.4;
	font-weight: 700;
	color: var(--one_color);
	margin: 0px;
}
.article-body {
	padding: 40px 50px;
	background: #ffffff;
	box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
}
.article-list .article {
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 0;
}
.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: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
}
.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%;
}
.article-list .article .readmore a{
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--one_color);
	text-transform: capitalize;
}
.article-list .article .readmore {
	padding: 15px 30px;
	border: 2px solid rgba(11, 20, 96, 0.1);
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--one_color);
	text-transform: capitalize;
	margin-top: 15px;
	max-width: 195px;
}
.article-list .article .readmore:hover {
    background-color: var(--two_color);
    color: #ffffff;
}
.article-list .article .readmore:hover a {
    color: #ffffff;
}
/*end*/