body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

	a:focus,
	.btn:focus,
	.button:focus {
		text-decoration: none;
		outline: none;
		box-shadow: none;
	}

	a:focus,
	a:hover,
	.portfolio-cat a:hover,
	.footer -menu li a:hover {
		text-decoration: none;
	}

a,
button {
	color: #1696e7;
	outline: medium none;
}

	button:focus, input:focus, input:focus, textarea, textarea:focus {
		outline: 0
	}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #1B75BB;
	margin-top: 0;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: inherit;
	}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #786d99;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.theme-overlay {
	position: relative
}

	.theme-overlay::before {
		background: #1696e7 none repeat scroll 0 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0.6;
		position: absolute;
		top: 0;
		width: 100%;
	}

.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-moz-user-select: none;
	background: tomato none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 16px 28px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.2s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

	.btn:hover {
		background: #1B75BB;
		color: #fff;
		box-shadow: 0 10px 40px 0 rgba(88, 70, 140, 0.29);
	}

.breadcrumb > .active {
	color: #ff4800;
}

/* scrollUp */
#scrollUp {
	background: #FF4800;
	height: 45px;
	width: 45px;
	right: 25px;
	bottom: 25px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	line-height: 45px;
}

	#scrollUp:hover {
		background: #1B75BB;
	}


/* header */
.transparent-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

.header-wrap {
	box-shadow: 0 19px 55px 0 rgba(98, 81, 146, 0.08);
	margin: 50px 285px 0;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
}

.main-menu > nav > ul > li > a {
	text-transform: uppercase
}

.main-menu ul li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

	.main-menu ul li:first-child {
		margin-left: 0;
	}

	.main-menu ul li a {
		font-size: 15px;
		font-weight: 500;
		color: #1B75BB;
		display: block;
		padding: 35px 0;
	}

	.main-menu ul li:hover > a {
		color: #ff4800;
	}

	.main-menu ul li.active > a {
		color: #ff4800;
	}

	.main-menu ul li .submenu {
		position: absolute;
		z-index: 9;
		border-radius: 0;
		border: none;
		-webkit-box-shadow: 0 13px 25px -12px rgba(0,0,0,0.25);
		-moz-box-shadow: 0 13px 25px -12px rgba(0,0,0,0.25);
		box-shadow: 0 13px 25px -12px rgba(0,0,0,0.25);
		display: block;
		opacity: 0;
		padding: 10px 0;
		right: -30px;
		top: calc(100% + 1px);
		visibility: hidden;
		min-width: 200px;
		background: rgba(255,255,255,.9);
		border-radius: 0 0 10px 10px;
		box-shadow: 0 30px 70px 0 rgba(137,139,142,0.15);
		margin: 0;
		transform: scale(1, 0);
		transform-origin: 0 0;
		transition: all 0.2s ease-in-out;
	}

		.main-menu ul li .submenu li {
			margin-left: 0;
			text-align: left;
			display: block;
		}

			.main-menu ul li .submenu li a {
				padding: 0 20px;
				line-height: 40px;
				font-weight: 400;
				text-transform: initial;
				white-space: nowrap;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}

	.main-menu ul li:hover > .submenu {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}

.s-menu-area .main-menu ul li .submenu li a {
	color: #1B75BB;
}

.main-menu ul li .submenu li:hover > a {
	color: #ff4800;
}

.header-btn .btn {
	padding: 13px 20px;
	margin-left: 40px;
}

	.header-btn .btn i {
		margin-right: 8px;
	}

.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}

.s-menu-area .main-menu ul li a,
.s-menu-area .main-menu ul li.active > a {
	color: #fff;
}

.sticky-menu .s-header-wrap {
	border-bottom: none;
}

.s-transparent-header.sticky-menu {
	background: #2943e0;
}

.s-header-btn .btn:hover {
	background: #fff;
	color: #2943e0;
}
/* breadcrumb */
.breadcrumb-bg {
	min-height: 450px;
	background-position: center bottom;
	background-size: cover;
}

.breadcrumb-wrap .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}

.breadcrumb-wrap h1 {
	font-size: 52px;
	color: #1B75BB;
	font-weight: 700;
	margin-bottom: 15px;
}

.breadcrumb-wrap p {
	display: inline-block;
	margin: 0 auto;
	padding: 0 15px;
	background: rgba(255,255,255,.5);
	border-radius: 15px;
}

.breadcrumb-wrap .breadcrumb li {
	font-size: 20px;
	font-weight: 700;
}

	.breadcrumb-wrap .breadcrumb li a {
		color: #fff;
	}

.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	content: "/";
}

.breadcrumb-wrap {
	padding-top: 80px;
	margin-top: 145px
}

	.breadcrumb-wrap.pt-100 {
		padding-top: 100px;
	}

/* slider */
.slider-bg {
	min-height: 921px;
	background-position: right center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.slider-overflow {
	overflow: hidden;
	padding-top: 330px;
}

.slider-content h1 {
	font-size: 55px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 25px;
}

	.slider-content h1 small {
		display: block;
	}

.slider-content h2 {
	font-size: 18px;
	color: #8579a6;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 40px;
}

.slider-content .btn:hover {
	box-shadow: none;
}

.slider-img.ml-50 {
	margin-left: 50px;
}

.slider-shape {
	position: absolute;
	opacity: .18;
	z-index: -1;
}

.s-shape-one {
	top: 44%;
	left: 14%;
	-webkit-animation: animationFramesOne 25s infinite linear;
	animation: animationFramesOne 25s infinite linear;
}

.s-shape-two {
	left: 30%;
	top: 30%;
	-webkit-animation: animationFramesOne 10s infinite linear;
	animation: animationFramesOne 10s infinite linear;
}

.s-shape-three {
	bottom: 22%;
	left: 11%;
	-webkit-animation: animationFramesOne 15s infinite linear;
	animation: animationFramesOne 15s infinite linear;
}

.s-shape-four {
	left: 54%;
	top: 35%;
	-webkit-animation: animationFramesOne 30s infinite linear;
	animation: animationFramesOne 30s infinite linear;
}

.s-shape-five {
	left: 47%;
	top: 51%;
	-webkit-animation: animationFramesOne 15s infinite linear;
	animation: animationFramesOne 15s infinite linear;
}

.s-shape-six {
	left: 41%;
	bottom: 20%;
	-webkit-animation: animationFramesOne 35s infinite linear;
	animation: animationFramesOne 35s infinite linear;
}

.animate-slider-img .slider-main-img {
	position: unset;
	opacity: 0;
	visibility: hidden;
}

.animate-slider-img img {
	position: absolute;
}

.animate-slider-img div {
	position: absolute;
}

	.animate-slider-img div img {
		position: unset;
	}

.animate-slider-img img:nth-child(2) {
	right: 0;
	top: 0;
}

.animate-slider-img img:nth-child(3) {
	bottom: 13px;
	left: 61px;
}

.animate-slider-img img:nth-child(4),
.animate-slider-img .img-nth-four {
	left: 95px;
	top: 57px;
	z-index: -1;
}

.animate-slider-img img:nth-child(5),
.animate-slider-img .img-nth-five {
	right: -8px;
	bottom: 105px;
	z-index: -1;
}

.animate-slider-img img:nth-child(6) {
	left: 11px;
	bottom: 119px;
}

.animate-slider-img img:nth-child(7) {
	right: 124px;
	bottom: 13px;
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.s-slider-bg {
	background-position: center;
	background-size: cover;
	min-height: 963px;
	position: relative;
	z-index: 1;
}

.s-slider-overflow {
	padding-top: 200px;
}

.s-slider-content h1 {
	font-size: 65px;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 20px;
}

.s-slider-content h2 {
	font-size: 16px;
	color: #eeeeee;
	padding-right: 220px;
	margin-bottom: 35px;
}

.s-slider-content .btn {
	padding: 18px 30px;
}

	.s-slider-content .btn:hover {
		background: #fff;
		color: #57468c;
	}

	.s-slider-content .btn:last-child {
		background: #fff;
		color: #57468c;
	}

		.s-slider-content .btn:last-child:hover {
			background: #ff4800;
			color: #fff;
		}

.s-slider-img {
	margin-left: -80px;
}

	.s-slider-img:last-child img {
		position: absolute;
		left: -100px;
		bottom: -60px;
	}

.s-slider-shape {
	position: absolute;
	z-index: -1;
}

.s-slider-shape-one {
	right: 33%;
	top: 15%;
}

.s-slider-shape-two {
	right: 7%;
	bottom: 27%;
}

.t-slider-bg {
	min-height: 1023px;
	background-position: center;
	background-size: cover;
}

.t-slider-img {
	margin-top: 37px;
}

.t-slider-overflow {
	padding-top: 190px;
}

.digital-slider-content {
	padding-right: 55px;
}

	.digital-slider-content h2 {
		padding-right: 60px;
	}

.digital-slider-overflow {
	overflow: unset;
	padding-top: 180px;
}

.digital-animate-slider-img {
	margin-left: -55px;
}

.digital-slider-bg {
	min-height: 826px;
}

.digital-animate-slider-img img {
	position: absolute;
}

.digital-animate-slider-img .digital-slider-man {
	position: absolute;
	left: 0;
	top: 62px;
	z-index: 1;
}

.digital-animate-slider-img .digital-slider-cog {
	position: absolute;
	right: -86px;
	top: 133px;
	z-index: 1;
}

.digital-animate-slider-img .digital-slider-main-img {
	position: unset;
	opacity: 0;
	visibility: hidden;
}

.digital-slider-phone {
	top: 0;
	right: -20px;
}

.digital-animate-slider-img div img {
	position: unset;
}

/* brand */
.brand-area.brand-mb {
	margin-bottom: -200px;
}

.box-wrap {
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(89, 75, 128, 0.08);
	margin: 0 285px;
	border-radius: 20px;
	padding: 40px 0;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}

.single-brand {
	text-align: center;
}

	.single-brand img {
		display: inline-block;
		transition: .3s linear;
		opacity: .7;
		cursor: pointer;
		max-width: 80%;
		height: 100px;
	}

	.single-brand:hover img {
		opacity: 1;
	}

.s-single-brand img {
	opacity: 1;
}

.brand-area-bg {
	background-size: cover;
	padding-top: 143px;
	background-position: center;
	padding-bottom: 260px;
}

.digital-brand-wrap {
	padding: 75px 0;
	border-bottom: 1px solid #f3f3f3;
}
/* features */
.features-pt {
	padding-top: 345px;
}

.section-title span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ff4800;
	display: block;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

	.section-title span a {
		color: #ff4800;
	}

.section-title h2 {
	font-size: 36px;
	letter-spacing: -.5px;
	margin-bottom: 0;
	line-height: 1.3;
}

.single-features {
	padding: 50px 30px;
	border-radius: 5px;
	transition: .3s linear;
}

.features-icon i {
	font-size: 60px;
	line-height: 1;
	color: #1B75BB;
	display: inline-block;
	position: relative;
	transition: .3s linear;
	z-index: 1;
}

	.features-icon i::after {
		content: "";
		position: absolute;
		left: -7px;
		top: -9px;
		background-image: url(../img/Polygon.png);
		width: 90px;
		height: 80px;
		background-repeat: no-repeat;
		z-index: -1;
	}

.features-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.features-content p {
	margin-bottom: 25px;
}

.features-content > a {
	font-size: 14px;
	font-weight: 700;
	color: #ff4800;
}

.single-features:hover {
	background: #fff;
	box-shadow: 0 0 43px 0 rgba(89, 75, 128, 0.11);
}

	.single-features:hover .features-icon i {
		color: #ff4800;
	}

.single-features.active {
	background: #fff;
	box-shadow: 0 0 43px 0 rgba(89, 75, 128, 0.11);
}

	.single-features.active .features-icon i {
		color: #ff4800;
	}

.s-features-pt {
	padding-top: 365px;
	margin-top: -222px;
}

.offer-features-wrap {
	box-shadow: 0 17px 53.94px 4.06px rgba(5, 25, 80, 0.07);
	border-radius: 15px;
	background: #fff;
}

.offer-f-content h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 15px;
	position: relative;
}

	.offer-f-content h4::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		width: 50px;
		background: #ea6c4c;
		bottom: 0;
		margin: auto;
		transition: .3s linear;
	}

.offer-f-icon {
	height: 64px;
}

.single-offer-f:hover .offer-f-content h4::before {
	width: 80px;
}

.offer-features.of-mt {
	margin-top: -70px;
	margin-bottom: -385px;
	position: relative;
	z-index: 1;
}

.inner-features-wrap {
	box-shadow: 0 5px 10.66px 2.34px rgba(148, 134, 186, 0.17);
	background: #fff;
	border-radius: 8px;
	margin: 0 80px;
	margin-top: -55px;
}

.inner-single-features:hover {
	box-shadow: none;
}

.inner-single-features {
	text-align: center;
	position: relative;
	padding-top: 60px;
	padding-bottom: 25px;
}

	.inner-single-features::before {
		content: "";
		position: absolute;
		right: -16px;
		top: 50%;
		transform: translateY(-50%);
		height: 300px;
		width: 2px;
		background: #f9f5f4;
		border-radius: 50%;
	}

.inner-features-wrap .row .col-lg-4:last-child .inner-single-features::before {
	display: none;
}

.awesome-services-wrap {
	margin: 0 80px;
}

.single-awesome-services {
	text-align: center;
	padding: 40px 30px;
}

	.single-awesome-services:hover {
		box-shadow: none;
	}

/* analysis */
.analysis-content p {
	margin-bottom: 45px;
}

.analysis-shape::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/analysis_shape_bg.png);
	width: 891px;
	height: 610px;
	z-index: -1;
	background-repeat: no-repeat;
}

.customer-services-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 960px;
	background-position: center;
	background-size: cover;
}

.digital-analysis-content p {
	margin-bottom: 25px;
}

.digi-analysis-list ul li {
	padding-left: 20px;
	color: #786d99;
	margin-bottom: 10px;
	position: relative;
}

	.digi-analysis-list ul li:last-child {
		margin-bottom: 0;
	}

	.digi-analysis-list ul li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 11px;
		background: #c1bbd5;
		height: 3px;
		width: 10px;
	}

.customer-services-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.digi-services-icon i {
	font-size: 60px;
	color: #ff4800;
	line-height: 1;
	transition: .5s linear;
	transform: rotateY(0);
	display: inline-block;
}

.digi-single-services .services-content h4 {
	margin-bottom: 15px;
}

.digital-services-wrap {
	padding: 0 90px;
}

.digi-single-services .services-content p {
	margin-bottom: 20px;
}

.digi-single-services .services-content a {
	font-size: 14px;
	font-weight: 700;
	color: #ff4800;
}

.digi-single-services:hover .digi-services-icon i {
	transform: rotateY(360deg);
}

.digi-single-services {
	padding-right: 25px;
}

.inner-c-services-shape {
	position: absolute;
	right: 0;
	top: 0;
}

.services-details-thumb img {
	width: 100%;
}

.area-bg-wrapper {
	background: #f7f7f7;
}

.services-details-content h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.services-details-content p {
	margin-bottom: 15px;
}

	.services-details-content p:nth-child(3) {
		margin-bottom: 30px;
	}

.services-details-content h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.services-details-img {
	margin-top: 35px;
	margin-bottom: 10px;
}

	.services-details-img img {
		width: 48%;
		margin-bottom: 20px;
	}

		.services-details-img img:first-child {
			margin-right: 20px;
		}

	.services-details-img img {
		width: 48%;
		margin-bottom: 20px;
	}

.services-details-content p:last-child {
	margin-bottom: 0;
}

.widget.white-bg .sidebar-search input {
	font-weight: 500;
	padding: 18px;
	padding-left: 45px;
}

.widget.white-bg .sidebar-search::before {
	left: 15px;
}

.widget.white-bg .sidebar-author {
	border: none;
	padding: 35px 40px;
	background: #fff;
}

.widget.white-bg .sidebar-cat {
	padding: 35px;
}

.sidebar-twitter {
	position: relative;
	display: flex;
	align-items: flex-start;
	background: #f8c603;
	padding: 35px 30px;
	z-index: 1;
}

.twitter-post-icon {
	margin-right: 15px;
	margin-top: 10px;
}

.twitter-post-content p,
.twitter-post-content p a {
	font-size: 14px;
	color: #222222;
}

.twitter-post-content span {
	font-size: 12px;
	font-weight: 700;
}

.sidebar-twitter::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 45px;
	background: url(../img/twitter_big_icon.png);
	width: 137px;
	height: 112px;
	z-index: -1;
}

/* counter */
.counter-bg {
	background-position: center;
	background-size: cover;
}

.counter-icon {
	height: 120px;
	width: 120px;
	text-align: center;
	margin: 0 auto 25px;
	line-height: 120px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
}

	.counter-icon::before {
		content: "";
		position: absolute;
		left: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: 1px;
		width: 205px;
		border-top: 1px dashed #fff;
	}

.counter-content h2 {
	line-height: 1;
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
}

.counter-content > span {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	display: block;
}

.counter-area .row .col-lg-3:last-child .counter-icon::before {
	display: none;
}

.inner-counter-bg {
	background-image: -moz-linear-gradient( -19deg, rgb(24,126,235) 0%, rgb(37,92,247) 100%);
	background-image: -webkit-linear-gradient( -19deg, rgb(24,126,235) 0%, rgb(37,92,247) 100%);
	background-image: -ms-linear-gradient( -19deg, rgb(24,126,235) 0%, rgb(37,92,247) 100%);
}

/* social */
.social-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 220px;
}

	.social-bg::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: #3464e0;
		opacity: .9;
		z-index: -1;
	}

.socail-content > span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

.socail-content h2 {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

	.socail-content h2 span {
		font-style: italic;
	}

.socail-content p {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding-right: 100px;
	margin-bottom: 40px;
}

.socail-img img {
	border-radius: 12px;
}

	.socail-img img:first-child {
		box-shadow: 0 0 29px 0 rgba(128, 128, 128, 0.32);
		margin-bottom: -200px;
		z-index: 1;
		position: relative;
		right: -190px;
	}

	.socail-img img:last-child {
		box-shadow: 0 10px 9.4px 0.6px rgba(7, 43, 136, 0.16),inset 0 5px 9px 0 rgba(13, 58, 174, 0.19);
	}

/* download */
.white-title span, .white-title h2 {
	color: #fff;
}

.download-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 145px;
	z-index: 1;
}

	.download-bg::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: -moz-linear-gradient( -19deg, rgb(69,26,192) 46%, rgb(132,5,191) 100%);
		background-image: -webkit-linear-gradient( -19deg, rgb(69,26,192) 46%, rgb(132,5,191) 100%);
		background-image: -ms-linear-gradient( -19deg, rgb(69,26,192) 46%, rgb(132,5,191) 100%);
		opacity: .65;
		z-index: -1;
	}

	.download-bg::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: url(../img/download_bg_overlay.png);
		z-index: -1;
		background-repeat: no-repeat;
		background-position: bottom center;
	}

.download-btn a {
	margin: 0 10px;
	display: inline-block;
}

.hr-download-wrap {
	box-shadow: 0 17px 53.94px 4.06px rgba(5, 25, 80, 0.07);
	border-radius: 15px;
	padding: 90px;
	position: relative;
	z-index: 1;
	background: #fff;
	margin-top: -110px;
	margin-bottom: -260px;
}

.hr-download-content h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.hr-download-content p {
	margin-bottom: 0;
}

	.hr-download-content p a {
		color: #ff743e;
	}

.hr-downlaod-btn a {
	margin: 0 10px;
	display: inline-block;
}

/* services */
.services-title-content p {
	padding-right: 80px;
	margin-bottom: 18px;
}

.services-title-content a {
	font-size: 14px;
	font-weight: 700;
	color: #786d99;
}

	.services-title-content a i {
		font-size: 12px;
		color: #ff4800;
		margin-left: 5px;
	}

	.services-title-content a:hover {
		color: #ff4800;
	}

.single-services {
	background: #fff;
	box-shadow: 0 0 43px 0 rgba(89, 75, 128, 0.17);
	padding: 0 30px 45px;
	border-radius: 10px;
	transform: translateY(0);
	transition: .3s linear;
}

.services-icon {
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 10px;
}

	.services-icon i {
		font-size: 50px;
		line-height: 80px;
		height: 80px;
		width: 80px;
		display: block;
		text-align: center;
		color: #ff4e09;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 -20px 52px -20px rgba(89, 75, 128, 0.17);
	}

.services-content h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.services-content p {
	margin-bottom: 0;
}

.single-services:hover {
	transform: translateY(-10px);
}

.services-bg-shape {
	position: relative;
}

	.services-bg-shape::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(../img/services_shape.png);
		width: 100%;
		height: 740px;
		background-repeat: no-repeat;
		z-index: -1;
	}

.hr-services-title-content p {
	margin-bottom: 40px;
}

.hr-single-services {
	box-shadow: 0 17px 53.94px 4.06px rgba(1, 51, 184, 0.03);
	background: #fff;
	border-radius: 10px;
	transition: .3s linear;
	padding: 30px;
}

.hr-services-icon i {
	font-size: 40px;
	color: #ff4800;
	line-height: 1;
}

.hr-services-content h4 {
	font-size: 20px;
	color: #56487f;
	margin-bottom: 10px;
}

.hr-services-content p {
	margin-bottom: 20px;
}

.services-bg {
	background-position: center;
	background-size: cover;
	padding-top: 407px;
}

.hr-services-content a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #56487f;
}

	.hr-services-content a i {
		height: 35px;
		width: 35px;
		display: inline-block;
		text-align: center;
		color: #ff4c06;
		border-radius: 50%;
		border: 1px solid #ddd;
		line-height: 33px;
		margin-left: 15px;
		transition: .3s;
	}

.hr-single-services:hover .hr-services-content a i {
	border-color: #ff4c06;
	color: #fff;
	background: #ff4c06;
}

.hr-single-services:hover {
	box-shadow: 0 17px 53.94px 4.06px rgba(1, 51, 184, 0.1);
}

.s-services-bg {
	padding-top: 536px;
}

/* software */
.software-img img {
	box-shadow: 0 0 43px 0 rgba(89, 75, 128, 0.12);
	border-radius: 10px;
	margin-left: 40px;
}

	.software-img img:first-child {
		margin-bottom: -230px;
		position: relative;
		margin-left: 0;
	}

.software-content p {
	margin-bottom: 30px;
}

.software-list ul li {
	color: #786d99;
	font-size: 16px;
}

	.software-list ul li i {
		color: #ff4800;
		font-size: 14px;
		margin-right: 8px;
	}

.software-img-shape {
	position: relative;
	z-index: 1;
}

	.software-img-shape::before {
		content: "";
		position: absolute;
		right: -5%;
		top: 0;
		height: 210px;
		width: 210px;
		background: #f2f1f7;
		border-radius: 50%;
		z-index: -1;
		transform: scale(0);
		transition: 1.5s linear;
	}

	.software-img-shape::after {
		content: "";
		position: absolute;
		left: 0%;
		bottom: -8%;
		height: 105px;
		width: 105px;
		background: #f2f1f7;
		border-radius: 50%;
		z-index: -1;
		transform: scale(0);
		transition: 1.5s linear;
	}

	.software-img-shape.now-in-view::before,
	.software-img-shape.now-in-view::after {
		transform: scale(1);
	}

.single-software-thumb {
	margin-bottom: 35px;
	width: calc(100% / 5);
}

	.single-software-thumb a {
		display: inline-block;
	}

	.single-software-thumb img {
		background: #fff;
		box-shadow: 0 17px 53.94px 4.06px rgba(1, 51, 184, 0.11),inset 0 5px 10px 0 rgba(0, 0, 0, 0.04);
		border-radius: 20px;
		transition: .3s linear;
	}

.software-board-img img {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.single-software-thumb:hover img {
	box-shadow: 0 17px 53.94px 4.06px rgba(1, 51, 184, 0.25),inset 0 5px 10px 0 rgba(0, 0, 0, 0.04);
}

.inner-c-services-content p:first-child {
	margin-bottom: 15px;
}

.inner-c-services-content p {
	margin-bottom: 25px;
}

.inner-software-img img {
	width: 100%;
	box-shadow: 0 0 43px 0 rgba(89, 75, 128, 0.12);
	border-radius: 8px;
}

.inner-software-img.software-img-shape::before {
	right: -4%;
	top: -23px;
	height: 60px;
	width: 60px;
	background: #fcf1ed;
	box-shadow: 0 5px 6.3px 0.7px rgba(0, 0, 0, 0.004);
}

.inner-software-img.software-img-shape::after {
	left: -11%;
	bottom: -10%;
	height: 190px;
	width: 190px;
	background: #fcf1ed;
}

/* how-we-work */
.hww-bg {
	background-position: center;
	background-size: cover;
}

.hww-content {
	margin-top: 215px;
}

	.hww-content h2 {
		font-size: 65px;
		font-weight: 700;
		color: #fff;
		line-height: 1;
		margin-bottom: 10px;
	}

.hww-img img {
	margin-bottom: -40px;
}

.s-customer-services-img img {
	box-shadow: 0 0 27px 0 rgba(193, 202, 205, 0.22);
	border-radius: 10px;
}

/* project */
.single-project {
	margin: 40px 35px;
	transition: .3s linear;
	transform: translateY(0);
	position: relative;
}

	.single-project img {
		width: 100%;
		box-shadow: 0 5px 16.2px 1.8px rgba(88, 70, 140, 0.12);
		border-radius: 6px;
	}

.project-active .slick-current.slick-active.slick-center.single-project {
	transform: translateY(-20px);
}

.project-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(27, 117, 187, 0.8);
	padding: 28% 30px;
	transition: .2s linear;
	overflow: hidden;
	opacity: 0;
}

	.project-overlay h5 {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 7px;
	}

		.project-overlay h5 a:hover {
			color: #fff;
		}

	.project-overlay span {
		font-size: 14px;
		color: #fff;
		display: block;
	}

.project-active .slick-current.slick-active.slick-center.single-project .project-overlay {
	opacity: 1;
}

.project-area.primary-bg {
	position: relative;
	border-bottom: 1px dashed #e4e4e4;
	z-index: 1;
}

	.project-area.primary-bg::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 26%;
		transform: translateX(-50%);
		background-image: url(../img/project_bg_shape.png);
		width: 856px;
		height: 384px;
		background-repeat: no-repeat;
		z-index: -1;
	}

.inner-single-project:hover .project-overlay {
	opacity: 1;
}

.inner-single-project {
	position: relative;
	box-shadow: 0 0 6px 0 rgba(183, 53, 2, 0.29);
	border-radius: 8px;
	overflow: hidden
}

	.inner-single-project img {
		width: 100%;
	}


/* pricing */
.pricing-wrap {
	padding: 0 80px;
}

.single-pricing {
	background: #fff;
	box-shadow: 0 0 43px 0 rgba(89, 75, 128, 0.17);
	padding-top: 40px;
	padding-bottom: 45px;
	border-radius: 10px;
	transition: .3s linear;
	transform: translateY(0);
}

.pricing-head > span {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	color: #1B75BB;
	margin-bottom: 10px;
}

.pricing-head h2 {
	font-size: 46px;
	color: #ff4800;
	line-height: 1;
	margin-bottom: 0;
}

	.pricing-head h2 span {
		font-size: 14px;
		font-weight: 500;
		color: #1B75BB;
	}

.pricing-list ul li {
	color: #786d99;
	margin-bottom: 11px;
}

	.pricing-list ul li:last-child {
		margin-bottom: 0;
	}

.single-pricing:hover {
	transform: translateY(-10px);
}

.pricing-btn .btn {
	padding: 15px 70px;
	border: 1px solid #ff4800;
	background: transparent;
	color: #ff4800;
}

.single-pricing:hover .pricing-btn .btn {
	background: #ff4800;
	color: #fff;
}

.single-pricing.active {
	transform: translateY(-10px);
}

	.single-pricing.active .pricing-btn .btn {
		background: #ff4800;
		color: #fff;
	}

.s-single-pricing .pricing-head {
	padding: 0 55px;
}

	.s-single-pricing .pricing-head > span {
		margin-bottom: 5px;
	}

	.s-single-pricing .pricing-head p {
		font-size: 14px;
		margin-bottom: 30px;
	}

.s-single-pricing .pricing-list ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d7d7d7;
}

.s-pricing-btn .btn {
	background: #ea6c4c;
	padding: 18px 29px;
	border-radius: 50px;
}

.s-single-pricing {
	padding-top: 45px;
}

.digi-pricing-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

/* testimonial */
.testimonial-content h5 {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	color: #786d99;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.testi-avatar h6 {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1;
}

.testi-avatar span {
	font-size: 14px;
	color: #56487f;
	display: block;
}

.testimonial-icon img {
	display: inline-block;
}

.testimonial-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -130px;
	border: none;
	padding: 0;
	line-height: 1;
	background: none;
	color: #1B75BB;
	font-size: 20px;
	cursor: pointer;
	z-index: 1;
	transition: .3s;
}

.testimonial-active .slick-next {
	right: -130px;
	left: auto;
}

.testimonial-active .slick-arrow:hover {
	color: #ff4800;
}

.testimonial-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

	.testimonial-bg::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: #2747e0;
		z-index: -1;
		opacity: .9;
	}

.s-single-testimonial .testimonial-content h5 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 35px;
	letter-spacing: 0;
}

.s-testi-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.testi-avatar-img img {
	border-radius: 50%;
	margin-right: 15px;
}

.testi-avatar-info h6 {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.s-testimonial-active .slick-dots {
	line-height: 1;
	width: 60px;
	margin: 0 auto;
	text-align: center;
}

	.s-testimonial-active .slick-dots li {
		display: inline-block;
		line-height: 1;
	}

		.s-testimonial-active .slick-dots li button {
			text-indent: -99999999px;
			padding: 0;
			line-height: 1;
			height: 12px;
			width: 12px;
			border: 2px solid #fff;
			background: none;
			border-radius: 50%;
			cursor: pointer;
			transition: .3s linear;
			margin: 0 4px;
		}

		.s-testimonial-active .slick-dots li.slick-active button {
			border: 2px solid #ea6c4c;
			background: #ea6c4c;
		}

.s-single-testimonial {
	margin-bottom: 45px;
}

.t-single-testimonial {
	background: #fff;
	padding: 0 35px 35px;
	border-radius: 10px;
	margin-top: 55px;
	transition: .3s linear;
	transform: translateY(0);
}

.s-testimonial-bg {
	background-position: center;
	background-size: cover;
}

.t-testimonial-content > h5 {
	font-size: 16px;
	font-weight: 500;
	color: #786d99;
	font-style: italic;
	line-height: 1.8;
	margin-bottom: 20px;
}

.t-testi-avatar h5 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
	transition: .3s;
}

.t-testi-avatar span {
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: #786d99;
}

.t-testimonial-img img {
	box-shadow: 0 5px 31.5px 3.5px rgba(36, 69, 155, 0.07);
	border-radius: 50%;
	margin-top: -45px;
	display: inline-block;
}

.t-single-testimonial:hover .t-testi-avatar h5 {
	color: #ea6c4c;
}

.t-testimonial-active .slick-active.slick-center .t-single-testimonial {
	transform: translateY(-10px);
}

	.t-testimonial-active .slick-active.slick-center .t-single-testimonial .t-testi-avatar h5 {
		color: #ea6c4c;
	}

/* faq */
.faq-wrapper-padding {
	padding: 0 80px;
}

.faq-wrapper .card {
	margin-bottom: 20px;
	border-radius: 0;
	border: 3px solid #ebebeb;
	padding: 23px 40px;
}

.faq-wrapper .card-header {
	padding: 0;
	border-radius: 0;
	background: no-repeat;
	border: none;
}

.card-header:first-child {
	border-radius: 0;
}

.faq-wrapper .card-header h5 a {
	font-size: 18px;
	color: #56487f;
	font-weight: 500;
	display: block;
	text-decoration: none;
	line-height: 1.4;
	padding-left: 50px;
	border-bottom: 3px solid transparent;
}

	.faq-wrapper .card-header h5 a::after {
		position: absolute;
		content: "\f078";
		top: 17px;
		left: 30px;
		font-family: "Font Awesome 5 Free";
		height: 40px;
		width: 40px;
		text-align: center;
		font-weight: 700;
		line-height: 37px;
		font-size: 14px;
		border: 3px solid #ebebeb;
		border-radius: 50%;
		background: #fff;
		color: #ff4800;
	}

	.faq-wrapper .card-header h5 a.collapsed::after {
		content: "\f054";
		color: #56487f;
	}

.faq-wrapper .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
	color: #786d99;
	padding-top: 25px;
}

	.faq-wrapper .card-body p {
		margin-bottom: 0;
	}

.faq-wrapper .card-header h5 a.collapsed {
	padding-bottom: 0;
	border-bottom: 3px solid transparent;
}

.faq-wrapper .card-header h5 a {
	padding-bottom: 25px;
	border-bottom: 3px solid #ff4800;
}

.faq-wrapper .card:last-child {
	margin-bottom: 0;
}

/* blog */
.b-post-thumb img {
	width: 100%;
}

.single-blog-post {
	box-shadow: 0 0 10px 0 rgba(89, 75, 128, 0.09);
}

.blog-content {
	padding: 40px 30px 35px;
	border: 1px solid #f3f3f3;
	border-top: none;
	background: #fafdfe;
}

	.blog-content span {
		font-size: 12px;
		font-weight: 500;
		color: #7c7298;
		display: block;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.blog-content h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

		.blog-content h3 a:hover {
			color: #ff4800;
		}

	.blog-content p {
		margin-bottom: 30px;
	}

	.blog-content > a {
		font-size: 14px;
		font-weight: 500;
		color: #1B75BB;
	}

	.blog-content a i {
		display: inline-block;
		box-shadow: none;
		height: 40px;
		width: 40px;
		line-height: 40px;
		text-align: center;
		color: #ff4800;
		background: transparent;
		border-radius: 3px;
		margin-left: 8px;
		transition: .3s;
	}

.single-blog-post:hover .blog-content a i {
	background: #ff4800;
	color: #fff;
	box-shadow: 0 4px 12.09px 0.91px rgba(204, 58, 0, 0.23);
}

.blog-page-wrap,
.services-details-wrap {
	padding: 0 80px;
}

.inner-blog-content {
	border: none;
	padding: 0;
	background: none;
}

.blog-meta ul li {
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	font-size: 14px;
	color: #786d99;
}

	.blog-meta ul li i {
		margin-right: 5px;
	}

	.blog-meta ul li a {
		color: #786d99;
	}

		.blog-meta ul li a:hover {
			color: #ff4800;
		}

	.blog-meta ul li::before {
		content: "";
		position: absolute;
		right: -1px;
		top: 50%;
		transform: translateY(-50%);
		height: 13px;
		width: 2px;
		background: #ceced0;
	}

	.blog-meta ul li:last-child::before {
		display: none;
	}

	.blog-meta ul li:nth-child(2) i {
		color: #7787f2;
	}

	.blog-meta ul li:last-child i {
		color: #ff4800;
	}

.inner-blog-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.inner-blog-content p {
	margin-bottom: 25px;
}

.inner-blog-content a i {
	height: 35px;
	width: 35px;
	line-height: 32px;
	color: #ff4800;
	border-radius: 50%;
	border: 2px solid #ff4800;
}

.inner-blog-content a:hover i {
	background: #ff4800;
	color: #fff;
}

.pagination {
	display: block;
	display: block;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}

	.pagination li {
		display: inline-block;
		margin: 0 4px;
	}

		.pagination li a {
			position: relative;
			display: block;
			padding: 0;
			margin-left: 0;
			line-height: 48px;
			color: #56487f;
			background-color: #fff;
			border: 2px solid #cacaca;
			font-weight: 700;
			height: 50px;
			width: 50px;
			border-radius: 50%;
			text-align: center;
		}

		.pagination li:first-child a, .pagination li:last-child a {
			border: 2px dashed #cacaca;
		}

		.pagination li.active a {
			border-color: #ff4800;
			color: #ff4800;
		}

		.pagination li a:hover {
			border-color: #ff4800;
			color: #ff4800;
		}

.sidebar-search {
	position: relative;
}

	.sidebar-search::before {
		content: '\f002';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		font-family: 'Font Awesome 5 Free';
		font-weight: 700;
		font-size: 18px;
		color: #4b6ee9;
	}

	.sidebar-search input {
		width: 100%;
		border: none;
		border-bottom: 2px solid #4b6ee9;
		font-size: 18px;
		color: #4b6ee9;
		font-weight: 500;
		padding: 10px;
		padding-left: 30px;
	}

		.sidebar-search input::placeholder {
			font-size: 18px;
			color: #4b6ee9;
		}

.sidebar-author {
	border: 1px solid #ebebeb;
	padding: 30px 25px;
	background: #fcfcfc;
}

.sidebar-title h4 {
	font-size: 24px;
	margin-bottom: 0;
}

.sidebar-author-info p {
	font-size: 14px;
	margin-bottom: 20px;
}

.sidebar-author-info ul li {
	display: inline-block;
	margin: 0 10px;
}

	.sidebar-author-info ul li a {
		display: block;
		color: #727272;
		font-size: 14px;
	}

		.sidebar-author-info ul li a:hover {
			color: #ff4800;
		}

.rc-post ul li {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 25px;
}

	.rc-post ul li:last-child {
		margin-bottom: 0;
	}

.rc-post-thumb {
	margin-right: 20px;
}

.rc-post-content h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1.5;
}

	.rc-post-content h6 a:hover {
		color: #ff4800;
	}

.rc-post-content span {
	font-size: 14px;
	color: #786d99;
}

.cat-list ul li {
	display: block;
	margin-bottom: 10px;
}

	.cat-list ul li:last-child {
		margin-bottom: 0;
	}

	.cat-list ul li a {
		font-size: 16px;
		color: #786d99;
	}

		.cat-list ul li a:hover {
			color: #ff4800;
		}

.archives-list ul li {
	display: block;
	margin-bottom: 10px;
}

	.archives-list ul li:last-child {
		margin-bottom: 0;
	}

	.archives-list ul li a {
		font-size: 16px;
		color: #786d99;
	}

		.archives-list ul li a:hover {
			color: #ff4800;
		}

.sidebar-insta ul li {
	display: inline-block;
	margin: 7px 5px;
}

	.sidebar-insta ul li a {
		display: block;
	}

.sidebar-tag ul li {
	display: inline-block;
	margin: 5px;
}

	.sidebar-tag ul li a {
		font-size: 14px;
		color: #786d99;
		background: #fcfcfc;
		display: block;
		border: 1px solid #efeded;
		border-radius: 3px;
		padding: 9px 15px;
	}

		.sidebar-tag ul li a:hover {
			color: #fff;
			background: #ff4800;
			border-color: #ff4800;
		}

.blog-details-content p {
	margin-bottom: 15px;
}

.blog-details-content > h5 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.blog-details-img img {
	width: 48%;
	margin-bottom: 20px;
}

	.blog-details-img img:first-child {
		margin-right: 20px;
	}

.blog-details-img {
	margin-top: 35px;
	margin-bottom: 10px;
}

.blog-details-content blockquote {
	margin: 30px 0;
	background: #f6f6f6;
	padding: 40px 50px;
	border-left: 4px solid #fd7743;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 500;
	font-style: italic;
	color: #56487f;
	text-align: center;
}

.blog-details-content {
	padding: 0;
	padding-bottom: 60px;
}

.blog-details-tag ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #56487f;
}

	.blog-details-tag ul li i {
		font-size: 12px;
		color: #ff4800;
	}

	.blog-details-tag ul li a {
		font-weight: 400;
		color: #786d99;
	}

		.blog-details-tag ul li a:hover {
			color: #ff4800;
		}

.blog-details-tag {
	padding-top: 15px;
	border-top: 1px solid #ececec;
}

.avatar-info ul li {
	display: inline-block;
	margin: 0 10px;
}

	.avatar-info ul li a {
		display: block;
		color: #727272;
		font-size: 14px;
	}

		.avatar-info ul li a:hover {
			color: #ff4800;
		}

.avatar-post > ul > li {
	display: flex;
	align-items: center;
}

.avatar-post {
	background: #f6f6f6;
	border: 1px solid #efefef;
	padding: 30px 25px;
}

.avatar-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

	.avatar-info h5 {
		font-size: 20px;
		margin-bottom: 0;
	}

.post-avatar-content p {
	margin-bottom: 0;
}

.post-avatar-img {
	margin-right: 30px;
}

.blog-details-title h4 {
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}

.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
	height: 160px;
	transition: .3s;
}

	.comment-form textarea::placeholder, .comment-form input::placeholder {
		font-size: 16px;
		color: #786d99;
		opacity: .92;
	}

	.comment-form textarea:focus, .comment-form input:focus {
		border-color: #ff4800;
	}

.comment-form input {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
	transition: .3s;
}

.comment-form .btn {
	margin-top: 10px;
}

.single-comment {
	display: flex;
	align-items: flex-start;
	background: #f9f9f9;
	padding: 30px 20px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
}

.comment-box ul li:last-child .single-comment {
	margin-bottom: 0;
}

.comment-avatar {
	margin-right: 35px;
}

.commtent-text h5 {
	font-size: 20px;
	margin-bottom: 5px;
}

	.commtent-text h5 span {
		font-size: 14px;
		color: #786d99;
		font-weight: 400;
		margin-left: 5px;
	}

.commtent-text p {
	margin-bottom: 10px;
}

.commtent-text > a {
	font-size: 14px;
	color: #ff4800;
}

.comment-avatar img {
	border-radius: 50%;
	box-shadow: 0 5px 7.2px 0.8px rgba(85, 25, 1, 0.1);
	border: 3px solid #fff;
}

.comment-reply.ml-60 {
	margin-left: 60px;
}

/* 404 */
.error-content h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

	.error-content h3 span {
		color: #ff4800;
	}

.error-content p {
	margin-bottom: 30px;
}

/* contact */
.contact-wrap {
	padding: 0 80px;
	padding-bottom: 85px;
}

.single-contact-box {
	box-shadow: 0 0 29px 0 rgba(89, 75, 128, 0.09);
	padding: 40px 50px;
	transition: .3s linear;
	transform: translateY(0);
	border-radius: 5px
}

.contact-box-icon {
	margin-bottom: 15px;
}

	.contact-box-icon span {
		font-size: 36px;
		color: #FF4800
	}

.contact-content h5 {
	font-size: 22px;
	margin-bottom: 10px;
}

.contact-content span {
	color: #786d99;
	font-size: 15px;
	display: block;
	line-height: 1.7;
}

.single-contact-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 29px 0 rgba(89, 75, 128, 0.2);
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	background: #fff;
	font-size: 14px;
	color: #786d99;
	padding: 16px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.contact-form textarea {
	height: 150px;
}

	.contact-form input::placeholder,
	.contact-form textarea::placeholder {
		color: #786d99;
	}

.contact-map {
	width: 100%;
	height: 479px;
	background-position: center;
	background-size: cover;
}

/* footer */
.footer-wrap {
	background-position: center;
	background-size: cover;
}

.newsletter-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.f-newsletter-content p {
	margin-bottom: 0;
	background: #1a191c;
	color: #696869;
	font-size: 14px;
	width: 500px;
	text-align: left;
	padding: 16px 0;
	line-height: 1;
	position: relative;
}

	.f-newsletter-content p i {
		color: #cf3e06;
		font-size: 12px;
		margin-right: 30px;
	}

	.f-newsletter-content p::before {
		content: "";
		position: absolute;
		left: -36px;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 46px 36px;
		border-color: transparent transparent #1a191c transparent;
	}

.f-newsletter-form {
	position: relative;
	margin-left: -4px;
}

	.f-newsletter-form input {
		width: 305px;
		border: none;
		background: #171618;
		font-size: 12px;
		color: #fff;
		line-height: 1;
		padding: 14px 20px;
		padding-right: 40px;
		letter-spacing: 1px;
		height: 46px;
	}

		.f-newsletter-form input::placeholder {
			color: #999898;
			font-size: 12px;
			letter-spacing: 1px;
		}

	.f-newsletter-form button {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		border: none;
		background: none;
		padding: 0;
		color: #d8450b;
		cursor: pointer;
		font-size: 14px;
	}

.footer-social ul li {
	display: inline-block;
	margin-right: 5px;
}

	.footer-social ul li a {
		display: block;
		height: 40px;
		min-width: 40px;
		text-align: center;
		line-height: 40px;
		color: #949697;
		background: #fff;
		border-radius: 20px;
		font-size: 14px;
		padding: 0 10px;
	}

		.footer-social ul li a:hover {
			color: #ff4800;
		}

.footer-text p {
	color: #969696;
	margin-bottom: 25px;
}

.fw-title h5 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	opacity: .75;
	text-transform: uppercase;
}

.f-rc-post ul li {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #464547;
	margin-bottom: 20px;
}

	.f-rc-post ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}

.f-rc-thumb {
	margin-right: 20px;
}

	.f-rc-thumb img {
		border-radius: 3px;
	}

.f-rc-content span {
	font-size: 14px;
	color: #838383;
	display: block;
	margin-bottom: 3px;
}

.f-rc-content h5 {
	font-size: 14px;
	font-weight: 500;
	color: #aeaeae;
	margin-bottom: 0;
	padding-right: 50px;
	line-height: 1.4;
}

	.f-rc-content h5 a:hover {
		color: #d8450b;
	}

.fw-link ul li {
	margin-bottom: 20px;
	line-height: 1;
}

	.fw-link ul li:last-child {
		margin-bottom: 0;
	}

	.fw-link ul li a {
		color: #969696;
	}

		.fw-link ul li a i {
			margin-right: 5px;
		}

		.fw-link ul li a:hover {
			color: #d8450b;
		}

.f-support-content p {
	color: #969696;
	margin-bottom: 25px;
}

.f-download-btn {
	display: inline-block;
	margin-right: 10px;
}

.f-support-content .f-download-btn:last-child {
	margin-right: 0;
}

.copyright-wrap {
	background: #1B75BB;
	padding: 35px 0;
}

.copyright-text p {
	color: #fff;
	margin-bottom: 0;
}

	.copyright-text p span {
		color: #ced8ee;
	}

.logo {
	max-width: 200px
}

.img-with-shadow {
	box-shadow: 0 0 43px 0 rgba(89, 75, 128, 0.17);
}

.main-menu li > a > img {
	height: 16px
}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: .25
}

label.error {
	color: red;
	position: absolute;
	right: 26px;
	top: 18px;
}

.form-message strong {
	font-weight: normal;
	font-size: 1rem
}

ul.sitemap li ul {
	margin-bottom: 20px;
}

ul.sitemap li a {
	margin: 7px 0;
	padding: 7px 12px 5px;
	box-shadow: rgba(0,0,0,.1) 0 0 3px;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	text-transform: lowercase;
	transition: .2s all
}

	ul.sitemap li a:hover {
		box-shadow: rgba(0,0,0,.5) 0 0 3px;
		background: rgba(27, 117, 187, 0.75);
		color: #fff;
	}

ul.sitemap li li a {
	margin-left: 20px
}

ul.sitemap-inline li {
	display: inline-block;
	margin-right: 14px
}

#shareIcons {
	margin: 0 auto
}

.lang-links img {
	height: 16px;
	width: 22px;
}

.lang-links li img {
	margin-right: 10px;
}
