/*
  Project Name: Duxin - Multipurpose Business HTML Template
  Author: XpressRow -->> (https://themeforest.net/user/xpressrow)
  Support: xpressrow@gmail.com
  Description: Multipurpose Business HTML Template
  Developer: Mohammad Wasim Mia -->> (wasimmia.info@gmail.com)
  Version: 1.0.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. banner
4. brand
5. features
6. intregrations
7. time track
8. cta
9. why choose
10. testimonial
11. faq
12. footer
13. services
14. video
15. portfolio
16. fun fact
17. contact
18. news
19. careers
20. counter
21. showcase
22. price plan
23. newsletter
24. page title
25. about
26. skill
27. gallery
28. team
29. preloader
*/

/* 1. Theme default css */
body {
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #646c76;
	background: #efefef;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-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;
}
.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,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #777;
	outline: medium none;
	cursor: pointer;
}
a:hover,
button:hover {
	color: #3345A7;
}
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: 'DM Sans', sans-serif;
	font-weight: normal;
	color: #1b2026;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -1px;
}
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: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #646c76;
	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;
}
i,
span,
a {
	display: inline-block;
}
input, textarea, select {
	width: 100%;
	height: 70px;
	background-color: #fff;
	border: none;
	padding: 0px 20px;
}
*::-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: #999;
	font-size: 16px;
	opacity: 1;
}
*::placeholder {
	color: #999;
	font-size: 16px;
	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 */
.thm-btn {
	font-size: 16px;
	padding: 14px 37px;
	text-align: center;
	color: #fff;
	background-color: #221f1f;
	font-weight: 700;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border: 2px solid transparent;
}
.thm-btn:hover {
	color: #221f1f;
	background-color: #f7d9c4;
}
.thm-btn i {
	font-size: 12px;
	margin-right: 2px;
}
.thm-btn-2 {
	background-color: #f7d9c4;
	color: #221f1f;
}
.thm-btn-2:hover {
	background-color: #221f1f;
	color: #fff;
}
.thm-btn-3 {
	background-color: #dce8eb;
	color: #221f1f;
}
.thm-btn-3:hover {
	background-color: #221f1f;
	color: #fff;
}
.white-btn {
	background-color: #fff;
	color: #646c76;
}
.white-btn:hover {
	background-color: #221f1f;
	color: #fff;
}
.border-btn {
	border-color: #464646;
	background-color: transparent;
}
.border-btn:hover {
	border-color: #f7d9c4;
}
/* scrollUp */
#scrollUp {
	background: #fff;
	height: 45px;
	width: 45px;
	right: 20px;
	bottom: 50px;
	color: #1b2026;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 17px;
	line-height: 50px;
	box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
}
/* 2. header */
.header-area {
	border-bottom: 2px solid #E1E1E1;
	padding: 0 40px;
}
.header-area .logo {
    padding: 19px 0px;
}

.main-menu nav > ul {
    width: 100%;
}

.main-menu nav ul ul {
    text-align: left;
}

.main-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: -5px;
}
.main-menu ul li:last-child {
	margin-right: 0;
}
.main-menu ul li a {
	padding: 39px 25px;
	color: #868d95;
	font-weight: 600;
	font-size: 16px;
	display: block;
	position: relative;
}
.main-menu ul li:hover > a, .main-menu ul li.current_page_item > a {
	background-color: #fff;
	color: #1b2026;
}
.main-menu ul li ul.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	background: #fff;
	padding: 15px 0;
	border-radius: 3px;
	z-index: 99;
	transform-origin: 50% 0;
	border: 1px solid #e0e0e0;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: all 0.3s ease-out 0s;
	-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;
}
.main-menu .menu-item-has-children > a::after {
    content: "+";
    font-size: 16px;
    transform: translateY(0px);
    display: inline-block;
    padding-left: 7px;
    font-weight: 500;
}
.main-menu ul ul.submenu ul {
    left: 100%;
    top: 0px;
}
.main-menu ul li.menu-last ul.submenu {
    right: 0;
    left: auto;
}
.main-menu ul li.menu-last ul.submenu ul {
    right: auto;
    left: -100%;
}

.main-menu ul li:hover > ul.submenu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.main-menu ul li ul.submenu li {
	margin: 0;
	display: block;
}
.main-menu ul li ul.submenu li a {
	display: block;
	font-size: 15px;
	padding: 8px 25px;
	text-transform: capitalize;
}
.main-menu ul li ul.submenu li a:hover,
.main-menu ul li ul.submenu li.active {
	letter-spacing: 1px;
}
.header-right .icon {
	display: inline-block;
}
.header-right .icon a, .icon.hamburger-menu a, .header-search-wrapper .search-main {
	width: 60px;
	height: 60px;
	font-size: 20px;
	background: #F9F9F9;
	color: #1B2026;
	margin-left: 12px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}
.sticky-header {
	background: #efefef;
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 44;
	-webkit-animation: menu_sticky  0.60s ease-in-out;
    animation: menu_sticky  0.60s ease-in-out;
}
.sticky-header .main-menu ul li > a {
	padding: 35px 25px;
}
.header-top {
	padding: 12px 0;
}
.header-top .ht-left span a {
	color: #c2c2c2;
	font-size: 16px;
	margin-right: 35px;
}
.language-list .nice-select {
	padding: 0 12px;
	border: none;
	height: auto;
	padding-left: 0px;
	line-height: 23px;
	background: transparent;
}
.language-list .nice-select span {
	color: #fff;
}
.language-list .nice-select::after {
	right: 0;
}
.language-list .nice-select .list {
	left: -35px;
}
.transparent-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-search-wrapper {
	position: relative;
}
.search-main > i, .search-main span {
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	color: #000;
}
.search-main span {
	display: none;
}
.header-search-wrapper .search-form-main {
	transform: scale(.9);
	padding: 15px;
	position: absolute;
	right: 0;
	top: 81px;
	width: 350px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #e1e1e1;
}
.sticky-header .header-search-wrapper .search-form-main {
	top: 75px;
}
.search-form-main.active-search {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	transition: .3s;
	background: #fff;
}
.search-form-main form {
	position: relative;
}
.search-form-main input {
	width: 100%;
	height: 55px;
	border: 0;
	background: #f7f7f7;
	padding: 20px;
}
.search-form-main button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #1b2026;
	height: 55px;
	width: 55px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}
.header-2 {
	border: 0;
}
.header-2 .menu-wrapper {
	background: #fff;
	padding: 0 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.header-2 .menu-left {
	padding-left: 20px;
}
.header-2 .main-menu ul li a {
	padding: 27px 0;
	color: #868d95;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
}
.header-2 .main-menu ul li {
	margin-right: 40px;
}
.header-2 .main-menu ul li:last-child {
	margin-right: 0;
}
.header-2 .main-menu ul li:hover > a, .header-2 .main-menu ul li.active > a {
	background: none;
	color: #1b2026;
}
.header-2 .main-menu ul li a {
	padding: 27px 0;
}
.header-2 .logo-middle {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 37px;
	margin: 0 -25px;
}
.header-2 .logo-middle::before {
	background: #fff;
	height: 120px;
	width: 100%;
	content: "";
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.header-2 .logo-middle a {
	position: relative;
}
.header-2 .logo-middle img {
	max-width: 100%;
}
.sticky-header .logo-middle::before {
	display: none;
}
.header-2 .header-btn {
	margin-left: 50px;
}
.sticky-header .logo-middle::before {
	display: none;
}
.header-2 .sticky-header, .header-3 .sticky-header {
	background-color: #fff;
}
.sticky-header.header-bottom .menu-left {
	padding-left: 0;
}
.sticky-header.header-bottom .menu-wrapper {
	padding: 0;
}
.header-3, .header-3 .sticky-header {
	padding: 0 185px;
	border: 0;
	margin-top: 23px;
}
.header-3 .sticky-header {
	margin-top: 0;
}
.header-3 .main-menu {
	padding-left: 100px;
}
.header-3 .main-menu ul li a {
	padding: 35px 0;
	color: #a8b2e6;
}
.header-3 .main-menu ul li:hover > a, .header-3 .main-menu ul li.active > a {
	background: none;
	color: #fff;
}
.header-3 .main-menu ul li ul.submenu li a {
	color: #868d95;
}
.header-3 .main-menu ul li ul.submenu li a:hover, .header-3 .main-menu ul li ul.submenu li.active a {
	color: #1b2026;
}
.header-3 .main-menu ul li {
	margin-right: 50px;
}
.header-3 .main-menu ul li:last-child, .header-3 .sticky-header .main-menu ul li:last-child {
	margin-right: 0;
}
.header-3 .header-btn a {
	background-color: #1d286a;
	color: #fff;
}
.header-3 .header-btn a:hover {
	background-color: #fff;
	color: #1d286a;
}

.header-3 .sticky-header .standard-logo,
.header-3 .sticky-logo {
	display: none;
}
.header-3 .standard-logo , 
.header-3 .sticky-header .sticky-logo{
	display: inline-block;
}
.header-3 .sticky-header .main-menu ul li > a {
	color: #868d95;
}
.header-3 .sticky-header .main-menu ul li:hover > a, .header-3 .sticky-header .main-menu ul li.active > a {
	color: #1b2026;
}
.header-3 .sticky-header .header-btn a:hover {
	background-color: #ff8484;
	color: #fff;
}
/* sidebar widget */
.sidebar-info {
	padding-top: 20px;
	padding-bottom: 50px;
}
.sidebar-info .s-title {
	font-size: 24px;
}
.sidebar-content p {
	margin-bottom: 30px;
}
.footer-info {
	margin-top: 20px;
}
.footer-info li {
	margin-bottom: 10px;
	color: #1b2026;
	font-size: 16px;
	list-style: none;
}
.footer-info li span {
	margin-right: 10px;
	float: left;
}
.footer-info li p {
	overflow: hidden;
}
.sidebar-info .sidebar-social a {
	font-size: 14px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	border-radius: 10px;
	border: 2px solid #eeeeee;
	color: #777;
	margin-right: 3px;
	background: #eeeeee;
}
.sidebar-info .sidebar-social a:hover {
	color: #fff;
	border-color: #221f1f;
	background: #221f1f;
}
/* 3. banner */
.banner-area {
	position: relative;
}
.banner-content {
	padding-top: 130px;
	margin-right: -30px;
	padding-bottom: 130px;
}
.banner-content > span {
	color: #777;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
}
.banner-content h2 {
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 38px;
}
.subscribe-form {
	position: relative;
}
.subscribe-form input {
	width: 100%;
	height: 80px;
	border: 0;
	padding: 20px;
	border-radius: 10px;
}
.subscribe-form button {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	cursor: pointer;
}
.banner-content .get-app span {
	color: #a6b1ba;
	font-size: 16px;
	margin-right: 18px;
}
.banner-content .get-app a {
	margin-right: 18px;
	display: inline-block;
}
.banner-content .get-app a:last-child {
    margin-right: 0;
}
.banner-content .get-app a {
    max-width: 150ppx;
}
.banner-right {
	position: absolute;
	right: -8%;
	display: flex;
	overflow: hidden;
}
.banner-img-1 {
	padding-top: 120px;
}
.banner-img-2 {
	padding-top: 30px;
	margin-left: 28px;
}
.banner-img-1 img {
    max-width: 333px !important;
}
.banner-img-2 {
    max-width: 326px;
}
.banner-content .get-app {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.hero-bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 1;
}
.banner-height {
	min-height: 96vh;
}
.banner-2 .hero-bg-img::before {
	position: absolute;
	background: #000;
	content: "";
	opacity: .7;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.banner-shape .shape-1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
}
.banner-shape .shape-2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	height: 100%;
}
.banner-2 .banner-content > span {
	color: #fff;
}
.banner-2 .banner-content h2, .banner-3 .banner-content h2 {
	color: #fff;
	margin-bottom: 20px;
}
.banner-2 .banner-content p, .banner-3 .banner-content p {
	color: #fff;
	opacity: .7;
	font-size: 18px;
	line-height: 30px;
}
.banner-2 .banner-btn a {
	margin-top: 27px;
	margin-right: 20px;
}
.banner-2 .thm-btn-2:hover {
	background-color: #fff;
	color: #221f1f;
}
.banner-2 .banner-content {
	padding-top: 130px;
	margin-right: -30px;
	padding-bottom: 0;
}
.banner-2 .banner-right {
	position: absolute;
	right: 19%;
	bottom: 0;
}
.banner-2 .banner-right::before {
	position: absolute;
	top: 44%;
	left: 22%;
	content: "";
	background: #f7d9c4;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
	animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
	-webkit-animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}
@keyframes scale-up-center {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	  	-moz-transform: scale(0.8);
	  	-ms-transform: scale(0.8);
	  	-o-transform: scale(0.8);
	}	
	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
}
@-webkit-keyframes scale-up-center {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	  	-moz-transform: scale(1);
	  	-ms-transform: scale(1);
	  	-o-transform: scale(1);
	}
}
.banner-3 .hero-bg-img {
	z-index: 0;
}
.banner-3 .banner-height {
	min-height: 990px;
}
.banner-3 .banner-right {
	position: absolute;
	right: 10%;
	bottom: 22%;
}
.banner-3 .banner-content .banner-btn a {
	background-color: #ff8484;
	color: #fff;
	margin-top: 30px;
}
.banner-3 .banner-content .banner-btn a:hover {
	background-color: #fff;
	color: #221f1f;
}
/* 4. brand */
.section-bg {
	position: relative;
	padding: 100px 0;
	padding-bottom: 90px;
}
.section-bg::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 56%;
	content: "";
	background: #dce8eb;
	z-index: -1;
}
.brand-head.text-center span {
	color: #1b2026;
	font-weight: 700;
}
.single-brand .partner-logo {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
}
.brand-area .single-brand .partner-logo > img.before-image {
	top: 50%;
}
.brand-area .single-brand .partner-logo > img {
	left: 50%;
	max-width: 65%;
	position: absolute;
	transition: all 0.3s ease-in-out;
	transform: translate(-50%, -50%);
}
.brand-area .single-brand .partner-logo > img.after-image {
	top: 150%;
}
.brand-area .single-brand .partner-logo:hover > img.before-image {
	top: -150%;
}
.brand-area .single-brand .partner-logo:hover > img {
	left: 50%;
	max-width: 65%;
	position: absolute;
}
.brand-area .single-brand .partner-logo:hover > img.after-image {
	top: 50%;
}
.section-bg-black {
	position: relative;
}
.section-bg-black::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 65%;
	width: 100%;
	content: "";
	background: #1b2026;
	z-index: -1;
}
.brand-2 .brand-bg {
	padding: 60px 0;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-top: -110px;
	position: relative;
}
.brand-2 .brand-bg::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
	background: #fff;
	width: 95%;
	content: "";
	z-index: 1;
	height: 100%;
	opacity: .1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.brand-3 .brand-bg {
	margin-top: 0;
}
.brand-3 .brand-bg::before {
	opacity: .3;
}
/* 5. features */
.features-area { 
	overflow: hidden;
}
.features-left {
	position: relative;
}
.features-left::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	height: 550px;
	content: "";
	background-image: -moz-linear-gradient( -45deg, rgb(249,249,249) 0%, rgba(249,249,249,0) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(249,249,249) 0%, rgba(249,249,249,0) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(249,249,249) 0%, rgba(249,249,249,0) 100%);
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 1;
}
.feat-app {
	position: relative;
	z-index: 2;
}
.section-title > span, .section-title-2 > span {
	color: #777777;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
}
.section-title > h2, .section-title-2 > h2 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 0;
}
.features-right p {
	font-size: 18px;
	line-height: 30px;
}
.feat-box {
	background: #fff;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: flex;
	align-items: center;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.feat-box:hover {
	background-color: #f7d9c4;
}
.feat-box .feat-icon {
	margin-right: 20px;
}
.feat-box h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.feat-box span {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #d2d7de;
}
.feat-box:hover span {
	color: #1b2026;
}
.feat-box h4 {
	margin-bottom: 0;
}
.features-area {
	z-index: 9;
}
.feature-wrapper {
	margin-top: -70px;
}
.feature-single {
	background: #fff;
	padding: 50px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	position: relative;
}
.feature-single::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	right: 0px;
	bottom: 0px;
	border-right: 70px solid #fff5f5;
	border-left: 70px solid transparent;
	border-top: 70px solid transparent;
	border-bottom: 70px solid #fff5f5;
	transition: all 0.3s ease-out 0s;
}
.feature-single:hover::before, .feature-single.active::before {
	border-right: 70px solid #ff8484;
	border-left: 70px solid transparent;
	border-top: 70px solid transparent;
	border-bottom: 70px solid #ff8484;
}
.feature-single:hover, .feature-single.active {
	background-color: #3d54d0;
}
.feat-icon img:nth-child(1) {
	display: inline-block;
}
.feat-icon img:nth-child(2) {
	display: none;
}
.feature-single:hover .feat-icon img:nth-child(1), .feature-single.active .feat-icon img:nth-child(1) {
	display: none;
}
.feature-single:hover .feat-icon img:nth-child(2), .feature-single.active .feat-icon img:nth-child(2) {
	display: inline-block;
}
.feature-single .feat-text h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.feature-single .feat-text p {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.feature-single:hover .feat-text h4, .feature-single:hover .feat-text p, .feature-single.active .feat-text h4, .feature-single.active .feat-text p {
	color: #fff;
}
.feature-single .feat-link {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
}
.feature-single .feat-link i {
	float: left;
	margin-right: 10px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 56px;
	color: #ff8484;
	font-size: 22px;
	border: 2px solid #eee;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.feature-single:hover .feat-link i, .feature-single.active .feat-link i {
	color: #fff;
	border-color: #6373ce;
}
.feature-single .feat-link span {
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition-delay: .1s;
}
.feature-single:hover .feat-link span, .feature-single.active .feat-link span {
	opacity: 1;
	visibility: visible;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}
.left-white-bg {
	position: relative;
}
.left-white-bg::before {
	position: absolute;
	top: 0;
	width: 56%;
	height: 800px;
	background: #f5f5f5;
	content: "";
	bottom: 25%;
	margin: auto;
	transform: rotate(37deg);
	left: -350px;
	border-radius: 10px;
	z-index: -1;
}
.core-features .section-title {
	margin-bottom: 35px;
}
.core-features .core-feature-img {
	width: 740px;
	float: right;
	margin-right: 45px;
}
.c-feature-box {
	background: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.c-feature-box .c-feat-icon {
	margin-bottom: 10px;
}
.c-feature-box h4 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 700;
}
.core-feature-tight p {
	font-size: 18px;
	line-height: 30px;
}
/* 6. intregrations */

.intregrations-single {
	background: #fff;
	padding: 48px;
	border: 2px solid #cedce0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.intregrations-single:hover {
	border-color: transparent;
}
.intregrations-single .intr-head {
	display: flex;
	align-items: center;
}
.intregrations-single .intr-head .intr-icon {
	min-width: 110px;
	height: 110px;
	background: #eff5f7;
	margin-right: 20px;
	text-align: center;
	line-height: 106px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.intregrations-single:hover .intr-head .intr-icon {
	border-color: transparent;
	background-color: #f7d9c4;
}
.intregrations-single .intr-head h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.intregrations-single .intr-btn a {
	color: #a6b0bb;
	text-decoration: underline;
}
/* 7. time track */
.time-track-area {
	overflow: hidden;
}
.tt-content p {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 30px;
}
.tt-list li {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
}
.tt-list li:last-child {
	margin-bottom: 0;
}
.tt-list li i {
	width: 40px;
	height: 40px;
	background: white;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	color: #1b2026;
	margin-right: 15px;
}
.tt-app img {
	max-width: 715px;
}
/* 8. cta */
.cta-text .section-title {
	margin-bottom: 0;
}
.cta-area .cta-bg {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
}
.cta-area .cta-bg .cta-text {
	padding: 60px 0;
}
.cta-text .section-title h2 {
	margin-bottom: 0;
}
.cta-app {
	position: absolute;
	right: 85px;
	bottom: 0;
}
.cta-app img {
	width: 100%;
}
/* 9. why choose */
.why-choose-area .section-title-2 {
	max-width: 620px;
	margin: 0px auto 0px;
}
.tab-left {
	position: relative;
	z-index: 1;
}
.tab-left::before {
	position: absolute;
	left: -14%;
	bottom: 15%;
	width: 180px;
	height: 180px;
	background: #1b2026;
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
}
.nav-tabs .nav-link {
	border: 0;
	background: #e8f1f3;
	padding: 25px 30px;
	border-radius: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
}
.nav-tabs .nav-link:last-child {
	margin-bottom: 0;
}
.wc-content .nav-tabs .nav-link::before {
	position: absolute;
	left: -10px;
	top: 21%;
	content: "";
	background: #fff;
	width: 20px;
	height: 20px;
	opacity: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.wc-content .nav-tabs .nav-link.active::before {
	opacity: 1;
}
.wc-img img {
	width: 100%;
}
.wc-content {
	margin-left: 20px;
}
.wc-tab-item .wc-icon li {
	margin-bottom: 20px;
	list-style: none;
}
.wc-tab-item .wc-icon li h4 {
	font-size: 20px;
	font-weight: 700;
}
.wc-tab-item .wc-icon li i {
	width: 40px;
	height: 40px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	color: #1b2026;
	margin-right: 15px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	float: left;
}
.nav-link.active .wc-tab-item .wc-icon li i {
	background: #1b2026;
	color: #fff;
}
.wc-tab-item p {
	margin-bottom: 0;
}
/* 10. testimonial */
.testimonial-area .section-title {
	margin-bottom: 45px;
}
.testimonial-single {
	background: #fff;
	padding: 40px 50px 42px 50px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.testimonial-single .tm-icon img {
	width: auto;
}
.testimonial-single p {
	font-style: italic;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 0;
}
.tm-author h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
}
.tm-author span {
	font-size: 14px;
}
.tm-author span > span {
	font-weight: 700;
}
.tm-author-thumb {
	position: absolute;
	bottom: 0;
	right: 0;
}
.tm-author-thumb img {
	max-width: 100px;
}
.testimonial-2 .section-title > h2 {
	color: #fff;
}
.tm-author-img {
	float: left;
	margin-right: 17px;
	max-width: 60px;
}
.tm-author-img img {
	max-width: 60px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
}
.tm-author-text {
	overflow: hidden;
}
.testimonial-2 .testimonial-active .tm-author {
	border-top: 1px solid #efefef;
	margin-top: 30px;
	padding-top: 20px;
}
.testimonial-2 .testimonial-active .tm-icon {
	position: relative;
	position: absolute;
	right: 2%;
	bottom: 29%;
	max-width: 90px;
}
.testimonial-3 .section-title-2 {
	margin: 0px auto 0px;
}
.testimonial-3 .testimonial-single {
	padding: 60px 85px;
	padding-bottom: 50px;
}
.testimonial-3 .testimonial-single .tm-author-image {
	display: inline-block;
}
.testimonial-3 .testimonial-single .tm-author-image img {
	max-width: 120px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.testimonial-single .tm-head h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 6px;
}
.testimonial-single .tm-head span {
	font-size: 14px;
	color: #ff8484;
	font-weight: 700;
}
.testimonial-3 .testimonial-single p {
	font-size: 18px;
}
/* 11. faq */
.faq-area {
	position: relative;
	overflow: hidden;
}
.faq-area::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 82%;
	width: 43%;
	content: "";
	background: #dce8eb;
	z-index: -1;
}
.faq-area .faq-left {
	position: relative;
	margin-left: -120px;
}
.faq-area .faq-left::before {
	position: absolute;
	top: 33%;
	left: 33%;
	width: 550px;
	height: 550px;
	content: "";
	background-image: -moz-linear-gradient( -45deg, rgb(249,249,249) 0%, rgba(249,249,249,0) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(249,249,249) 0%, rgba(249,249,249,0) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(249,249,249) 0%, rgba(249,249,249,0) 100%);
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.faq-left img {
	max-width: 100%;
}
.faq-right .section-title {
	margin-bottom: 40px;
}
.accordion-box {
	position: relative;
}
.accordion-box .block {
	position: relative;
	background: #ffffff;
	overflow: hidden;
	margin-bottom: 16px;
	margin-right: 40px;
}
.accordion-box .block:last-child {
	margin-bottom: 0;
}
.accordion-box .block .acc-btn {
	color: #1b2026;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
	padding: 20px 30px;
	padding-left: 60px;
	padding-bottom: 18px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.accordion-box .block .acc-btn::before {
	top: 26px;
	left: 30px;
	line-height: 1;
	font-size: 14px;
	content: "\e61a";
	position: absolute;
	font-family: 'themify';
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accordion-box .block.active-block .acc-btn::before {
	content: "\e622";
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.accordion-box .block .content {
	position: relative;
	padding: 0px 30px 30px;
}
.accordion-box .block .content .text {
	display: block;
	position: relative;
	top: 0px;
	display: block;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.faq-2 {
	z-index: 1;
}
.faq-2 .section-title {
	margin-bottom: 47px;
}
.faq-2 .accordion-box .block {
	border-radius: 10px;
	margin-right: 0;
}
.faq-2 .faq-content {
	padding-left: 260px;
	padding-right: 200px;
	position: relative;
}
.faq-2 .faq-content::before {
	position: absolute;
	right: 7%;
	top: 10%;
	width: 290px;
	height: 290px;
	content: "";
	background: #c8dadf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
}
.faq-3 .accordion-box .block .acc-btn {
	padding: 20px 30px;
	padding-left: 30px;
	padding-right: 60px;
}
.faq-3 .accordion-box .block .acc-btn::before {
	right: 30px;
	left: inherit;
}
.faq-3 .accordion-box .block {
	margin-right: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.faq-3 .accordion-box .block .content {
	padding: 0px 40px 30px;
	overflow: hidden;
}
.faq-3 .faq-left-wrapper .content .acc-thumb {
	float: left;
	margin-right: 20px;
	max-width: 120px;
}
.faq-3 .faq-left-wrapper .content .acc-thumb img {
	max-width: 100%;
}
.faq-3 .faq-left-wrapper .content .acc-text {
	overflow: hidden;
}
.faq-3 .faq-left-wrapper .content .acc-text p {
	margin-bottom: 0;
}
.faq-sidebar {
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}
.faq-sidebar .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}
.faq-sidebar .faq-form input, .faq-sidebar .faq-form .nice-select, .faq-sidebar .faq-form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e2e2e2;
	padding: 0 20px;
	padding-right: 50px;
	margin-bottom: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.faq-sidebar .faq-form .nice-select {
	line-height: 60px;
}
.faq-sidebar .faq-form .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.faq-sidebar .faq-form textarea {
	height: 170px;
	padding: 20px;
	padding-right: 50px;
	resize: none;
}
/* 12. footer */
.footer-area {
	overflow: hidden;
} 
.footer-wrapper {
	background: #1b2026;
	position: relative;
}
.footer-wrapper::before {
	position: absolute;
	left: -120px;
	bottom: 0;
	width: 120px;
	height: 180px;
	content: "";
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.footer-wrapper::after {
	position: absolute;
	right: -120px;
	bottom: 0;
	width: 120px;
	height: 180px;
	content: "";
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.footer-top {
	padding: 30px 60px;
	border-bottom: 1px solid #2d343c;
}
.footer-top .left {
	float: left;
}
.footer-top .right {
	float: right;
}
.footer-top .left li {
	display: inline-block;
	margin-right: 55px;
}
.footer-top .right li {
	display: inline-block;
	margin-left: 55px;
}
.footer-top ul li a {
	color: #c0c0c0;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.footer-top ul li a:hover, .footer-widget ul.menu li a:hover {
	color: #fff;
}
.footer-top ul li a::before, .footer-widget ul.menu li a::before {
	position: absolute;
	bottom: 0px;
	width: 0%;
	height: 1px;
	content: "";
	right: 0;
	background: #8d9093;
	z-index: 2;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.footer-top ul li a:hover:before, .footer-widget ul.menu li a:hover:before {
	width: 100%;
	right: auto;
	left: 0;
	color: #fff;
}
.footer-main {
	padding: 75px 75px;
	padding-bottom: 45px;
}
.footer-area-2 .footer-main {
    padding-bottom: 20px;
}
.footer-widget .title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 37px;
}
.footer-widget .footer-link {
	display: flex;
	flex-wrap: wrap;
}
.footer-widget .footer-link .left {
	margin-right: 55px;
}
.footer-widget li:not(:last-child) {
	margin-bottom: 21px;
}
.footer-widget ul li a {
	position: relative;
}
.footer-widget ul li.new span {
	position: absolute;
	color: #fff;
	font-size: 8px;
	top: 0;
	left: auto;
	text-transform: uppercase;
	background-color: #292f36;
}
.footer-widget ul li a {
	color: #a6afbb;
}
.git-widget {
	margin-left: -35px;
}
.footer-widget .git-btn .thm-btn:hover {
	background-color: #fff;
	color: #1b2026;
}
.footer-widget .git-btn .thm-btn i {
	margin-right: 0;
	margin-left: 6px;
}
.footer-widget .f-about-social a {
	font-size: 14px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	border-radius: 10px;
	border: 2px solid #31353a;
	color: #777;
	margin-right: 3px;
}
.footer-widget .f-about-social a:hover {
	background-color: #f7d9c4;
	border-color: #f7d9c4;
	color: #1b2026;
}
.footer-widget .f-about-social .fa-title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 0;
}
.footer-widget .git-wrapper li span {
	color: #a6afbb;
	text-decoration: underline;
}
.footer-widget .git-wrapper li p {
	color: #cdcdcd;
}
.footer-widget .about-text p {
	font-size: 18px;
	color: #a6afbb;
	line-height: 36px;
	margin-bottom: 0;
}
.footer-2 .footer-main {
	padding: 100px 0;
	padding-bottom: 70px;
}
.footer-post > li {
	display: flex;
	margin-bottom: 22px;
}
.footer-post li:last-child {
	margin-bottom: 0;
}
.footer-post li .thumb {
	margin-right: 20px;
	max-width: 70px;
}
.footer-post .thumb img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.footer-post .thumb a {
	display: block;
}
.footer-post li .thumb img {
    min-height: 70px;
    margin-bottom: 0px;
}

.footer-post .content h5 a:hover {
    color: #aabcd8;
}

.footer-post .news-meta li a:hover {
    color: #aabcd8;
}

.footer-post .content h5 a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}
.footer-post .content span {
	display: inline-block;
}
.footer-post .news-meta li {
	color: #777d84;
	margin-bottom: 0px;
}
.footer-post .news-meta li::before {
	background-color: #777d84;
}
.footer-post .news-meta li a {
	color: #fff;
	opacity: .5;
}
.footer-post .news-meta li.cmt a {
	color: #fff;
	font-weight: 500;
}
.footer-main .footer-widget.main-link {
	margin-left: 25px;
}
.footer-main .footer-widget.services {
	margin-left: 18px;
}
.copyright {
	padding: 22px 0;
	background: #14191e;
}
.copyright-text p {
	margin-bottom: 0;
	color: #9fa8b4;
	font-size: 14px;
}
.copyright-text p a {
	color: #fff;
	font-weight: 700;
}
.footer-3 .footer-widget .title {
	color: #1b2026;
}
.footer-3 .footer-widget .about-text p, .footer-3 .footer-widget .footer-link ul li a, .footer-3 .footer-post .news-meta li {
	color: #4c4c4c;
}
.footer-3 .footer-post .news-meta li a {
	color: #4c4c4c;
	opacity: 1;
}
.footer-3 .footer-post .content > a {
	color: #1b2026;
}
.footer-3 .footer-widget .f-about-social a {
	border-color: #eeeeee;
	background: #eeeeee;
}
.footer-3 .footer-widget .f-about-social a:hover {
	color: #fff;
	border-color: #ff8484;
	background: #ff8484;
}
.footer-4 .footer-top {
	padding: 30px 0px;
}
.footer-4 .footer-main-wrapper .footer-widget {
	margin: 76px 0;
	margin-bottom: 45px;
}
.footer-4 .footer-main-wrapper .footer-border {
	border-right: 1px solid #2d343c;
}
.footer-4 .footer-main-wrapper .footer-border:last-child {
	border: none;
}
.footer-4 .footer-main-wrapper .git-widget,
.footer-4 .footer-main-wrapper .fl-space {
	margin-left: 64px;
}
.copyright.copyright-2 {
	padding: 22px 0;
	background: #3345a7;
}
.copyright-2 .copyright-text p {
	color: #fff;
}
/* 13. services */
.services-area .section-title-2 {
	margin: 0px auto 0px;
}
.services-tab .nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.services-tab ul li {
	margin: 0 13px;
	margin-bottom: 20px;
}
.services-tab .nav-link {
	background: #fff;
	color: #1b2026;
	border-radius: 10px;
	padding: 17px 33px;
	position: relative;
}
.service-icon {
    font-size: 64px;
    display: block;
    line-height: 1;
    color: #1B2026
}
.services-tab .nav-link::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: auto;
	content: "";
	background: #1b2026;
	width: 16px;
	height: 16px;
	opacity: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	z-index: -1;
}
.services-tab .nav-link.active {
	background-color: #1b2026;
	color: #fff;
}
.services-tab .nav-link.active::before {
	opacity: 1;
}
.services-content-wrapper {
	padding: 50px 0;
	position: relative;
}
.services-content-wrapper::before {
	position: absolute;
	background: #fff;
	width: 78%;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	border-radius: 10px;
}
.services-thumb {
	margin-right: -15px;
}
.services-thumb img {
	border-radius: 10px;
}
.service-content .section-title {
	margin-bottom: 10px;
}
.service-content .section-title > h2 {
	font-size: 50px;
	line-height: 60px;
}
.services-content-wrapper .service-content {
	padding: 0 70px;
	padding-right: 150px;
}
.service-content .s-list li {
	color: #1b2026;
	font-weight: 600;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	margin-left: 0px;
}
.service-content .s-list li:last-child {
	margin-bottom: 0;
}
.service-content .s-list li i {
	font-size: 12px;
	margin-right: 15px;
}
.services-2 .services-tab .nav {
	display: flex;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}
.services-2 .services-tab .nav-item {
	flex-basis: 20%;
	margin: 0;
	margin-bottom: 30px;
}
.services-2 .services-tab .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 15px;
	padding: 50px 15px;
	color: #777;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}
.services-2 .services-tab .nav-link .title {
	margin-top: 15px;
}
.services-2 .services-tab .nav-link::before {
	background: #fff;
}
.services-2 .services-tab .nav-link.active {
	background: #fff;
	color: #777;
}
.services-2 .services-content-wrapper {
	padding: 40px;
	background: #fff;
}
.services-2 .services-content-wrapper::before {
	display: none;
}
.services-2 .services-content-wrapper .services-thumb {
	margin-right: 0;
}
.services-2 .services-content-wrapper .service-content {
	padding: 0;
	padding-right: 60px;
	padding-left: 20px;
}
/* 14. video */
.video-area .container-fluid, .faq-2 .container-fluid {
	padding: 0;
}
.video-area .section-title {
	margin-bottom: 47px;
}
.video-area {
	position: relative;
}
.video-area .video-bg {
	height: 100%;
}
.video-bg .video-thumb , .faq-2 .faq-bg {
	height: 100%;
}
.video-bg .video-thumb img, .faq-2 .faq-bg img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.video-icon {
	position: absolute;
	background: #ffffff;
	color: #1b2026;
	height: 120px;
	width: 120px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 120px;
	transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: -50%;
	-moz-border-radius: -50%;
	-ms-border-radius: -50%;
	-o-border-radius: -50%;
}
.video-icon:hover {
	color: #1b2026;
}
.video-icon::before,
.video-icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	opacity: 0.15;
	z-index: -10;
}
.video-icon::before {
	z-index: -10;
	-webkit-animation: inner-ripple 2000ms linear infinite;
	-moz-animation: inner-ripple 2000ms linear infinite;
	animation: inner-ripple 2000ms linear infinite;
}
.video-icon::after {
	z-index: -10;
	-webkit-animation: outer-ripple 2000ms linear infinite;
	-moz-animation: outer-ripple 2000ms linear infinite;
	animation: outer-ripple 2000ms linear infinite;
}
.video-area .video-content {
	padding-left: 120px;
	padding-right: 330px;
}
.newltr-input {
	position: relative;
	width: 100%;
}
.newltr-input span {
	width: 100%;
}
.newltr-input i {
	position: absolute;
	top: 23px;
	right: 25px;
	color: #999;
}
.video-right-form input {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	background-color: #fff;
	border: 0;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.video-area .video-content {
		padding-right: 20px !important;
		padding-left: 80px !important;
	}
	.faq-2 .faq-content {
		padding-left: 20px !important;
		padding-right: 80px !important;
	}
}
.vidoe-2 .section-title {
	margin-bottom: 30px;
}
.video-2 .video-content {
	padding-bottom: 80px;
}
.video-text-box {
	margin-bottom: 35px;
}
.video-text-box .vt-icon {
	position: relative;
	width: 100px;
	height: 100px;
	background: rgb(255, 255, 255);
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.video-text-box .vt-icon i {
	font-size: 36px;
    line-height: 36px;
}
.video-text-box .vt-icon .check{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50% ;
	-webkit-border-radius: 50% ;
	-moz-border-radius: 50% ;
	-ms-border-radius: 50% ;
	-o-border-radius: 50% ;
}
.video-text-box .vt-text {
	overflow: hidden;
}
.video-text-box .vt-text p {
	margin-bottom: 0;
}
.video-3 .video-bg {
	position: relative;
}
.video-3 .video-bg::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: "";
	background: #dce8eb;
}
.video-3 .video-image img {
	border-radius: 10px;
}
/* animation */
@keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  -webkit-filter: alpha(opacity=50);
	}
	80% {
	  transform: scale(1.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -webkit-transform: scale(1.5);
	  -moz-transform: scale(1.5);
	  -ms-transform: scale(1.5);
	  -o-transform: scale(1.5);
	}
	100% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -webkit-transform: scale(2.5);
	  -moz-transform: scale(2.5);
	  -ms-transform: scale(2.5);
	  -o-transform: scale(2.5);
	}
}
@-webkit-keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	}
	80% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -webkit-transform: scale(2.5);
	  -moz-transform: scale(2.5);
	  -ms-transform: scale(2.5);
	  -o-transform: scale(2.5);
	}
	100% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -webkit-transform: scale(3.5);
	  -moz-transform: scale(3.5);
	  -ms-transform: scale(3.5);
	  -o-transform: scale(3.5);
	}
}
@-moz-keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	}
	80% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -webkit-transform: scale(2.5);
	  -moz-transform: scale(2.5);
	  -ms-transform: scale(2.5);
	  -o-transform: scale(2.5);
	}
	100% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -webkit-transform: scale(3.5);
	  -moz-transform: scale(3.5);
	  -ms-transform: scale(3.5);
	  -o-transform: scale(3.5);
	}
}
/* 15. portfolio */
.portfilo-area {
	overflow: hidden;
}
.port-single {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.port-single img {
	width: 100%;
}
.port-single .port-content {
	padding: 25px 40px;
	padding-top: 22px;
	position: relative;
}
.port-content .port-icon {
	position: absolute;
	top: -30px;
	right: 40px;
}
.port-content .port-icon a {
	width: 60px;
	height: 60px;
	background: #fff;
	color: #1b2026;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: inline-block;
	text-align: center;
	line-height: 64px;
}
.port-content .port-icon a:hover {
	background: #221F1F;
	color: #fff;
}
.port-content .port-text span {
	color: #777777;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	display: inline-block;
}
.port-content .port-text h4 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
}
.port-content .port-text h4 a:hover {
	color: inherit;
}
.portfolio-active {
	position: relative;
	width: 1000px;
}
.portfilo-area .portfolio-left {
	margin-right: -80px;
}
.portfolio-active.owl-carousel .owl-stage-outer {
	left: 5%;
}
.portfolio-active.owl-carousel .owl-nav div {
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
	bottom: 22%;
	left: -42%;
	color: #1b2026;
	font-size: 20px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #fff;
	line-height: 68px;
	border: 3px solid #d7d7d7;
	transition: .3s;
	border-radius: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.portfolio-active.owl-carousel .owl-nav div.owl-prev {
	left: -50%;
}
.portfolio-active.owl-carousel .owl-nav div:hover {
	border-color: #1b2026;
}
.portfolio-menu button {
	background: #fff;
	color: #777777;
	border: none;
	font-weight: 400;
	font-size: 16px;
	padding: 15px 38px;
	cursor: pointer;
	transition: .3s;
	margin-right: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 20px;
}
.portfolio-menu button:last-child {
	margin-right: 0;
}
.portfolio-menu button:hover, .portfolio-menu button.active {
	color: #fff;
	background: #221f1f;
}
.load-more-btn a i {
	font-size: 12px;
	padding-left: 5px;
}
.case-details-top {
	position: relative;
}
.cd-top-text {
	background: #fff;
	position: absolute;
	bottom: -58px;
	left: 50%;
	padding: 31px 45px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 50px);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.cd-top-text .cd-list {
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.cd-top-text ul.cd-list li {
	display: inline-block;
	margin-right: 20px;
}
.cd-top-text ul.cd-list li:last-child {
	margin-right: 0;
}
.cd-top-text ul.cd-list li p {
	margin-bottom: 0;
	font-weight: 700;
	color: #1b2026;
}
.cd-top-text .cd-btn{
	margin-left: 20px;
}

.oc-box {
	background: #fff;
	padding: 40px 30px;
	padding-right: 70px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.oc-text {
	overflow: hidden;
}
.oc-text span > span {
	color: #1b2026;
	font-weight: 700;
}
.oc-img {
	float: left;
	margin-right: 40px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	max-width: 140px;
}
.oc-text p {
	font-size: 20px;
	line-height: 34px;
}
.oc-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
/* 16. fun fact */
.section-bg-white {
	position: relative;
}
.section-bg-white::before {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 34%;
	height: 62%;
	content: "";
	bottom: 0;
	margin: auto;
}
.fun-fact-img {
	margin-right: 50px;
}
.fun-fact-img img {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.fun-fact-content p {
	padding-right: 30px;
}
.ff-count-single {
	display: flex;
	align-items: center;
}
.ff-count-single .ff-icon {
	float: left;
	margin-right: 28px;
}
.ff-count-single .ff-icon i {
	font-size: 24px;
	width: 60px;
	height: 60px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #8bd176;
	border-radius: 50%;
}
.ff-count-single .ff-icon.icon-2 i {
	color: #ff6666;
}
.ff-count-single .ff-count-text h3 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0px;
}
/* 17. contact */
.contact-area .section-title {
	margin-bottom: 35px;
	max-width: 620px;
}
.contact-form-wrapper {
	background: #dce8eb;
	padding: 80px;
	padding-top: 75px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact-form .contact-input input, .contact-form .contact-input textarea {
	width: 100%;
	height: 60px;
	border: 0;
	padding: 0 20px;
	padding-right: 45px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 25px;
}
.contact-form .contact-input textarea {
	padding: 15px 20px;
    padding-right: 20px;
	padding-right: 40px;
	height: 190px;
	resize: none;
	line-height: 28px;
}
.subject-filter .nice-select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 0;
	font-size: 16px;
}
.subject-filter .nice-select::after {
	height: 9px;
	width: 9px;
	margin-top: -6px;
	right: 28px;
}
.subject-filter .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.contact-input {
	position: relative;
}
.contact-input i {
	position: absolute;
	top: 23px;
	right: 25px;
	font-size: 15px;
	color: #999;
}
.gmaps-area .contact-map {
	height: 650px;
}
.gmaps-area iframe {
	height: 100%;
	width: 100%;
	border: 0;
}
.contact-tab .nav-link {
	list-style: none;
	background: #eac7ae;
	color: #1b2026;
	padding: 16px 50px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}
.contact-tab .nav-link.active {
	background-color: #dce8eb;
}
.contact-2 .contact-form-wrapper {
	border-top-left-radius: 0;
}

.contact .section-title-2 {
	max-width: 700px;
	margin: 0px auto 0px;
}
.contact .single-contact {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact .single-contact .c-content {
	padding: 45px 85px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact .single-contact .c-icon {
	width: 100px;
	height: 100px;
	background: #dce8eb;
	display: inline-block;
	line-height: 41px;
	border-radius: 50%;
	font-size: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact .single-contact .c-text h4 {
	font-size: 20px;
	margin-bottom: 8px;
}
.contact .single-contact .c-text p {
	margin-bottom: 0;
}
.contact .single-contact .c-btn a {
	background: #dce8eb;
	display: block;
	padding: 17px 0;
	color: #1b2026;
	font-weight: 700;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}
.contact .single-contact .c-btn a i {
	font-size: 13px;
	padding-left: 12px;
}
.contact .s-contact-2 {
	background-color: #dce8eb;
}
.contact .s-contact-2 .c-btn a {
	background-color: #cedce0;
}
.contact .s-contact-2 .c-icon, .contact .s-contact-3 .c-icon {
	background-color: #fff;
}
.contact .s-contact-3 {
	background: #eac7ae;
}
.contact .s-contact-3 .c-btn a {
	background: #f1dbcb;
}
/* 18. news */
.single-news {
	background: #efefef;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.single-news:hover {
	background-color: #fff;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.news-thumb img {
	width: 100%;
    border-radius: 10px 10px 0 0 !important;
    min-height: 240px;
    object-fit: cover;
}
.news-area .news-content {
	padding: 35px 40px;
	position: relative;
	border: 2px solid #dedede;
	border-top: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.single-news:hover .news-content {
	border-color: #fff;
}
.single-news .blog-tage {
	position: absolute;
	top: -33px;
	left: 40px;
	background: #fff;
	border-radius: 10px 10px 0px 0px;
}
.single-news .blog-tage a {
	font-size: 14px;
	color: #777;
	padding: 6px 20px;
	display: inline-block;
}
.news-content h3, .news-content .blog-new-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.news-content h3 a:hover {
	color: inherit;
}
.news-content p {
	line-height: 28px;
	margin-bottom: 0;
}
.news-meta li {
	font-size: 14px;
	color: #999;
	margin-right: 7px;
	padding-right: 7px;
	display: inline-block;
	position: relative;
}
.news-meta li::before {
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 14px;
	content: "";
	background: #d9d9d9;
}
.news-meta li:last-child::before {
	background: none;
}
.news-meta li a {
	color: #1b2026;
	margin-right: 10px;
	font-weight: 700;
}
.news-meta li.cmt a {
	font-weight: 500;
	color: #646c76;
}
.news-item {
	background: #fff;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}
.news-item .post-thumb img {
	width: 100%;
}
.news-item .post-content {
	padding: 50px;
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
}
.post-content .post-text {
	margin-bottom: 20px;
}
.post-content .post-title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 12px;
}
.post-content .post-title a {
	display: block;
	font-weight: 700;
}
.post-content .post-title a:hover {
	color: inherit;
}
.post-content .post-meta {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}
.post-content .post-meta li:not(:last-child) {
	margin-right: 25px;
	padding-right: 28px;
}
.post-content .post-meta li {
	display: inline-block;
	position: relative;
	color: #777;
	font-size: 14px;
}
.post-content .post-meta li i {
	color: #1b2026;
	padding-right: 2px;
	font-size: 14px;
}
.post-content .post-meta li a {
	color: #777;
}
.post-content .post-meta li:not(:last-child)::before {
	content: "|";
	position: absolute;
	right: 0;
	color: #e5e5e5;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-content .post-meta li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.post-tag-author .p-tag a,
.single-news-wrapper .post-content .p-tag a {
	font-size: 14px;
	color: #1b2026;
	font-weight: 700;
	padding: 6px 20px;
	display: inline-block;
	position: absolute;
	top: -17px;
	left: 47px;
	background: #dce8eb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: 1;
}
.post-tag-author .p-tag a {
    position: unset;
}
.post-tag-author .p-tag {
    position: absolute;
    top: -17px;
	z-index: 9;
}
.news-2 .single-news .blog-tage {
	background: #ff8484;
}
.news-2 .single-news .blog-tage a {
	color: #fff;
}
.post-tag-author .p-author {
	display: flex;
	align-items: center;
	position: absolute;
	top: -33px;
	right: 50px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	padding-right: 35px;
	z-index: 1;
}
.post-tag-author .pa-thumb {
  	margin-right: 10px;
}
.post-tag-author .p-author .pa-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.gallery-post-active .owl-nav .owl-prev, .gallery-post-active .owl-nav .owl-next {
	font-size: 18px !important;
	line-height: 52px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #1b2026 !important;
	background-color: #fff !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.gallery-post-active .owl-nav .owl-next {
	right: 0px;
	left: auto;
}
.audio-post .post-content, .quote-post .post-content, .no-thumb .post-content {
	padding-top: 37px;
}
.news-item.quote-post .post-content .post-title {
	margin: 0;
	position: relative;
	padding-left: 105px;
}
.news-item.quote-post .post-content .post-title::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #f7d9c4;
	font-family: 'themify';
	font-size: 80px;
	content: "\e67f";
}
.pagination-wrap ul, .author-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -5px;
}

.pagination-wrap ul li, .author-navigation .current, .author-navigation a {
	list-style: none;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
	font-size: 18px;
	color: #777;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin: 5px;
	font-weight: 500;
}

.author-navigation a.prev,
.author-navigation a.next {
	width: auto;
	background: transparent;
	margin-left: 10px;
}

.author-navigation a.prev {
	margin-left: 0px;
	margin-right: 10px;
}

.author-navigation .current,
.pagination-wrap ul li a, 
.pagination-wrap ul .current {
	display: block;
}

.pagination-wrap ul li a {
	color: #777;
}
.author-navigation .current,
.pagination-wrap ul li:hover,
.pagination-wrap ul a.current-page,
 .pagination-wrap ul .current {
	background-color: #dce8eb;
	color: #1b2026;
	border-radius: 10px;
}
.author-navigation a {
	display: inline-block;
}
.news-sidebar .widget {
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 40px;
}
.news-sidebar .widget .widget-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.news-sidebar .widget .widget-title::before {
	content: "//";
	padding-right: 5px;
}
.news-sidebar .widget .author-content img {
	margin-bottom: 20px;
}
.news-sidebar .widget .author-content {
	text-align: center;
	padding: 0 10px;
}
.news-sidebar .widget .author-content .name {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}
.news-sidebar .widget .author-content p {
	font-size: 14px;
	color: #777777;
	line-height: 26px;
}
.news-sidebar .widget .author-content .social-icon {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.news-sidebar .widget .author-content .social-icon li a {
	color: #d4d4d4;
	font-size: 14px;
	margin: 0 8px;
}
.news-sidebar .widget .author-content .social-icon li a:hover {
	color: #1b2026;
}
.footer-widget .search-widget,
.widget .search-widget {
	position: relative;
}
.blog-search-content .search-widget input,
.footer-widget .search-widget input,
.widget .search-widget input {
	width: 100%;
	height: 60px;
	font-size: 14px;
	background-color: #f5f5f5;
	color: #1b2026;
	padding-left: 30px;
	padding-right: 60px;
}
.blog-search-content .search-widget button,
.footer-widget .search-widget button,
.widget .search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background-color: #dce8eb;
	color: #1b2026;
	font-size: 14px;
	border: none;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.widget .widget-post li:not(:last-child) {
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.widget .widget-post li {
	display: flex;
	align-items: center;
}
.widget .widget-post li .post-thumb {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
}
.widget .widget-post li h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}
.widget .widget-post li h6 a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #1b2026;
}
.widget .widget-post li span.date i {
	font-size: 14px;
	margin-right: 7px;
}
.widget .post-category li:not(:last-child) {
	margin-bottom: 10px;
}
.widget .post-category li a {
	padding: 18px 50px 18px 30px;
	line-height: 1;
	background-color: #f8f8f8;
	display: block;
	color: #777777;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border-radius: 10px;
	overflow: hidden;
}
.widget .post-category li a span {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efefef;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.widget .post-tags {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.widget .post-tags li {
	padding: 5px;
}
.post-tags li {
	list-style: none;
}
.widget .post-tags li a {
	line-height: 1;
	font-size: 12px;
	color: #777777;
	padding: 11px 22px;
	background: #f4f4f4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.widget .post-tags li a:hover {
	background-color: #dce8eb;
	color: #1b2026;
}
.news-sidebar {
	margin-left: 20px;
}
.single-news-wrapper {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.single-news-wrapper .post-content .post-text {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.single-news-wrapper .post-content .p-tag a {
	position: unset;
	margin-bottom: 20px;
}
.single-news-wrapper .post-content .post-meta {
	margin-bottom: 20px;
}
.single-news-wrapper .post-content .subtitle {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}
.single-news-wrapper .divider {
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
	margin: 30px 0;
}
.news-post-s p {
	margin-bottom: 0;
}
.post-content-list li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.post-content-list li i {
	color: #1b2026;
	font-size: 15px;
	margin-right: 10px;
}
.single-news-wrapper .post-content blockquote.for-demo,
.single-news-wrapper .post-content blockquote {
	background-color: #dce8eb;
	padding: 60px;
	border-radius: 15px;
	font-size: 28px;
	font-weight: 700;
	color: #1b2026;
	letter-spacing: -1px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}
.single-news-wrapper .post-content blockquote.for-demo p{
	font-size: 28px;
	font-weight: 700;
	color: #1b2026;
	letter-spacing: -1px;
	line-height: 1.3;
	margin-bottom: 0px !important;
}
.single-news-wrapper .post-content blockquote.for-demo::before,
.single-news-wrapper .post-content blockquote::before {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e67f";
	font-family: 'themify';
	color: #fff;
	font-size: 200px;
	z-index: -1;
}
.single-news-wrapper .post-content blockquote.for-demo::before {
	line-height: 130px;
	text-align: right;
}
.single-news-wrapper .post-content blockquote cite {
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #777777;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.related-tag h5, .post-tag-wrap .social-share h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.related-tag ul li a {
	line-height: 1;
	font-size: 12px;
	color: #777777;
	padding: 11px 22px;
	background: #f4f4f4;
	margin-right: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: inline-block;
}
.related-tag ul li a:hover {
	background-color: #dce8eb;
	color: #1b2026;
}
.post-tag-wrap .social-share h5 {
	text-align: right;
}
.post-tag-wrap .related-tag ul {
	display: flex;
}
.post-tag-wrap .social-share ul {
	display: flex;
	justify-content: flex-end;
}
.post-tag-wrap .social-share ul li a {
	font-size: 16px;
	color: #999999;
	margin-left: 15px;
}
.post-tag-wrap .social-share ul li a:hover {
	color: #1b2026;
}
.single-news-wrapper .post-footer .post-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.single-news-wrapper .post-footer .post-nav .next-post {
	text-align: right;
}
.single-news-wrapper .post-footer .post-nav::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: url(https://arabracinggame.com/wp-content/themes/duxin/assets/img/icon/nav-dots.png)
}
.single-news-wrapper .post-footer .post-nav span {
	color: #777;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}
.single-news-wrapper .post-footer .post-nav h3 {
    font-size: 28px;
    font-weight: 700;
}
.single-news-wrapper .post-footer .post-nav h3 a:hover {
	color: inherit;
}
.related-post .related-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 34px;
}
.related-post-single {
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
.related-post-single .rp-thumb img {
	width: 100%;
}
.related-post-single .content {
	padding: 35px;
}
.related-post-single .content .date {
	font-size: 14px;
	color: #777;
	margin-bottom: 8px;
	display: inline-block;
}
.related-post-single .content .date i {
	color: #1b2026;
	padding-right: 2px;
	font-size: 14px;
}
.related-post-single .content h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
.related-post-single .content h4 a:hover {
	color: inherit;
}
.related-post-single .content p {
	margin-bottom: 0;
}
.post-author {
	display: flex;
	align-items: center;
	border: 2px solid #f3f3f3;
	padding: 35px;
}
.post-author .p-image {
	max-width: 180px;
	flex: 0 0 180px;
	margin-right: 40px;
}
.post-author .p-info .name {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 8px;
}
.post-author .p-info p, .post-author .p-info span {
	font-size: 14px;
	color: #777;
	margin-bottom: 0;
	line-height: 26px;
}
.post-comment .comment-title {
	font-size: 26px;
	font-weight: 700;
}
.post-comment .comment-list li {
	position: relative;
}
.comment-list .comment-avatar {max-width: 50px;}
.post-comment .comment-list li .comment-content {
	position: relative;
	font-size: 14px;
}
.post-comment .comment-list li .comment-content h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.post-comment .comment-list li .comment-content .date {
	font-size: 14px;
	margin-bottom: 15px;
}
.post-comment .comment-list li .comment-content .date i {
	margin-right: 2px;
	font-size: 14px;
}
.post-comment .comment-list li .comment-content p {
	font-size: 14px;
	color: #777;
	margin-bottom: 0;
	line-height: 24px;
}
.post-comment .comment-list li .comment-content .reply,
.comment-reply-link {
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	border: 2px solid #f3f3f3;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 1;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.post-comment .comment-list li .comment-content .reply:hover,
.comment-reply-link:hover {
	background-color: #1b2026;
	color: #fff;
	border-color: #1b2026;
}

.post-comment .comment-list li .comment-content .reply i,
.comment-reply-link i {
	margin-right: 5px;
}

.comment-form {
	background: #dce8eb;
	padding: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.comment-form .input-field {
	position: relative;
}
.comment-form .input-field input, .comment-form .input-field textarea {
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px;
	padding-right: 45px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.comment-form .input-field textarea {
	height: 150px;
	padding: 20px;
	resize: none;
}

.comment-form .input-field input::placeholder, 
.comment-form .input-field textarea::placeholder {
	color: #999;
}
.comment-form .input-field i {
	position: absolute;
	top: 23px;
	right: 25px;
	font-size: 15px;
	color: #999;
}

.comment-list .comments-avatar {float: left;margin-right: 20px;}

.comment-list .comments-text {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.children .comments-avatar img {
    width: 50px;
}

.comment-list-wrap ul li ul.children {
    padding-left: 70px;
}

/* 19. careers */
.careers-area .section-title {
	margin-bottom: 0px;
}
.careers-box {
	z-index: 2;
	overflow: hidden;
	padding: 70px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
}
.careers-box .careers-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 230px;
}
.careers-right li {
	width: 100%;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	list-style: none;
}
.careers-right li:last-child {
	margin-bottom: 0;
}
.careers-right li a {
	color: #777777;
	padding: 15px 60px;
	display: block;
	position: relative;
}
.careers-right li a::before {
	position: absolute;
	left: 30px;
	top: 50%;
	content: "\e651";
	font-family: 'themify';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 16px;
}
.careers-right li:nth-child(2) a:before {
	content: "\e640";
}
.careers-right li:nth-child(3) a:before {
	content: "\e6d6";
}
.careers-right li a::after {
	position: absolute;
	right: 30px;
	top: 50%;
	content: "\e628";
	font-family: 'themify';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 16px;
}
/* 20. counter */
.counter-right-bg {
	position: relative;
}
.counter-right-bg::before {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 50%);
	height: 100%;
	content: "";
	background: #fff;
	z-index: -1;
}
.counter-wrapper {
	background: #fff;
	padding: 50px 0;
	padding-left: 50px;
	border-radius: 10px 0 0 10px;
}
.single-counter {
	display: flex;
	align-items: center;
}
.single-counter .counter-icon {
	float: left;
	margin-right: 20px;
}
.single-counter .counter-icon i {
	font-size: 24px;
	width: 60px;
	height: 60px;
	background: #ff8484;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #fff;
	border-radius: 50%;
}
.single-counter .counter-text h3 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0px;
}
.single-counter .counter-text p {
	margin-bottom: 0px;
}
.counter-2 .single-counter {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 21. showcase */
.showcase-area {
	position: relative;
}
.showcase-area::before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e6e6e6;
	content: "";
	width: 100%;
	height: 50%;
}
.showcase-active .layout-image {
	padding: 89px 10px 70px;
}
.showcase-active.owl-carousel .owl-item.active.center {
	padding: 0 !important;
}
.showcase-active .owl-item {
	padding: 25px 35px;
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 22. price plan */
.price-plan-area .section-title-2 {
	max-width: 700px;
	margin: 0px auto 0px;
}
.pp-single {
	padding: 60px;
	padding-top: 55px;
	background: #fff;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: 1;
	overflow: hidden;
}
.pp-single .price-head span {
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}
.pp-single .price-head h3 {
	font-size: 60px;
	margin-bottom: 10px;
	font-weight: 700;
	margin-bottom: 0;
}
.pp-single ul.price-list li {
	color: #777;
	font-size: 18px;
	margin-bottom: 12px;
	list-style: none;
}
.pp-single ul.price-list li:last-child {
	margin-bottom: 0;
}
.pp-single ul.price-list li.disable {
	color: #d9d9d9;
}
.pp-single ul.price-list li i {
	font-size: 16px;
	color: #c5c5c5;
	margin-right: 20px;
}
.pp-single .pp-shape {
	position: absolute;
	right: -1px;
	bottom: 0;
	z-index: -1;
	width: 320px;
}
.pp-single ul.price-list li.disable i {
	color: #f1f1f1;
}
.pp-single.active {
	background-color: #394ec0;
}
.pp-single.active .price-head span, .pp-single.active .price-head h3, .pp-single.active ul.price-list li, .pp-single.active ul.price-list li i {
	color: #fff;
}
.pp-single.active ul.price-list li.disable {
	color: #7c8ce2;
}
.pp-single.active ul.price-list li.disable i {
	color: #5163be;
}
.pp-single.active .price-btn a {
	background-color: #fff;
}
.pp-single.active .price-btn a:hover {
	background-color: #1b2026;
}
/* 23. newsletter */
.newsletter-area {
	overflow: hidden;
}
.newsletter-wrapper {
	padding: 100px 70px;
	background: #1b2026;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
}
.newsletter-text span {
	font-size: 16px;
	color: #ff8484;
	font-weight: 700;
	margin-bottom: 9px;
	display: inline-block;
}
.newsletter-text h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}
.newletter-right {
	padding-left: 50px;
}
.newsletter-from {
	position: relative;
	display: block;
	padding-right: 185px;
}
.newsletter-from input {
	width: 100%;
	max-width: 370px;
	height: 60px;
	background-color: #31363b;
	border: 0;
	padding: 0 20px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.newsletter-from button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ff8484;
	color: #fff;
	width: 170px;
	height: 60px;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.newsletter-from button:hover {
	background-color: #fff;
	color: #221f1f;
}
.newsletter-from input::-moz-placeholder {
	color: #747a80;
	font-size: 14px;
}
.newsletter-from input::placeholder {
	color: #747a80;
	font-size: 14px;
}
.newsletter-wrapper .nl-shape .nl-shape-01 {
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -1;
}
.newsletter-wrapper .nl-shape .nl-shape-02 {
	position: absolute;
	right: -25px;
	bottom: -25px;
	z-index: -1;
}
/* 24. page title */
.page-title-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.page-title-area::before {
	position: absolute;
	left: -11%;
	top: -68%;
	background: #eac7ae;
	content: "";
	width: 440px;
	height: 440px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
}
.page-title-area::after {
	position: absolute;
	right: -2%;
	bottom: -85%;
	background: #eac7ae;
	content: "";
	width: 550px;
	height: 550px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
}
.page-title p {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 10px;
}
.page-title h3 {
	font-size: 60px;
	margin-inline: 0;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}
.home_front_page .breadcrumb-list {
    display: none;
}
.breadcrumb-list {
	background: #fff;
	display: inline-block;
	float: right;
	padding: 14px 32px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	max-width: 100%;
}
.breadcrumb-list ul li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 10px;
	font-weight: 700;
	color: #1b2026;
	font-size: 16px;
	position: relative;
	max-width: 100%;
}
.breadcrumb-list span {
	display: block;
}
.breadcrumb-list ul li:last-child::before {
	background: none;
}
.breadcrumb-list ul li::before {
	position: absolute;
	top: 6px;
	right: -3px;
	width: 2px;
	height: 14px;
	content: "";
	background: #e7e7e7;
}
.breadcrumb-list ul li a {
	color: #777;
}
.breadcrumb-list ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
/* 25. about */
.about-left {
	position: relative;
}
.about-left .about-big-img {
	padding-left: 70px;
	padding-right: 70px;
}
.about-left .about-sml-img {
	position: absolute;
	top: -14%;
	left: 0%;
	max-width: 180px;
}
.about-left .about-left-text {
	position: absolute;
	bottom: -18%;
	right: 1%;
	background: #fff;
	padding: 40px 22px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.about-sml-img img, .about-big-img img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.about-left-text h3 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 0;
}
.about-left-text h3 > span {
	font-size: 16px;
}
.about-left-text p {
	font-weight: 500;
	margin-bottom: 0;
}
.about-area .about-right {
	margin-left: 20px;
}
.about-area .about-right .section-title > h2,
.skill-area .skill-left .section-title > h2 {
	font-size: 50px;
	line-height: 62px;
}
.about-bq-box {
	background: #dce8eb;
	padding: 25px 30px;
	border-radius: 10px;
}
.about-bq-box p {
	font-size: 18px;
	line-height: 30px;
	color: #777;
	margin-bottom: 9px;
}
.about-bq-box span {
	font-size: 14px;
	color: #777;
}
.about-bq-box span > span {
	font-weight: 700;
	color: #1b2026;
}
.about-box-text h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 9px;
}
/* 26. skill */
.skill-area .section-title {
	margin-bottom: 5px;
}
.single-skill span {
	font-size: 18px;
	margin-bottom: 12px;
	display: inline-block;
	color: #1b2026;
	font-weight: 700;
}
/* 27. gallery */
.gallery-area {
	overflow: hidden;
	position: relative;
}
.gallery-area::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #fff;
	width: 100%;
	height: 50%;
}
.gallery-area .owl-carousel .owl-stage-outer {
	display: inline-block;
}
/* 28. team */
.team-area .section-title-2 {
	margin: 0px auto 0px;
}
.team-single {
	background: #fff;
	padding: 50px;
	padding-bottom: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.team-single .team-text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}
.team-single .team-text h3 a:hover {
	color: inherit;
}
.team-single .team-social a {
	font-size: 14px;
	height: 40px;
	width: 40px;
	color: #1b2026;
	background: #e8e8e8;
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}
.team-single .team-social a:hover {
	background-color: #eac7ae;
	color: #fff;
}
.team-single .team-thumb {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.team-single .team-thumb::before, .team-single .team-thumb::after {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #eac7ae;
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-single .team-thumb::before {
	left: 30px;
	top: 9px;
}
.team-single .team-thumb::after {
	right: 30px;
	bottom: 9px;
}
.team-single:hover .team-thumb::before {
	opacity: 1;
	left: 13px;
	top: -4px;
}
.team-single:hover .team-thumb::after {
	opacity: 1;
	right: 13px;
	bottom: -4px;
}
.team-single .team-thumb img {
	max-width: 140px;
	max-height: 140px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	object-fit: cover;
}
.team-details-area .td-thumb {
	border: 10px solid #fff;
	border-radius: 10px;
}
.team-details-area .td-bg {
	position: relative;
}
.team-details-area .td-bg::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 100%;
	height: 93%;
	content: "";
	background: #dbe7ea;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.team-details-area .td-bg .td-content {
	padding: 40px 60px;
}
.team-details-area .td-bg .td-thumb img {
	width: 100%;
}
.td-content .title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 32px;
}
.td-content .td-info-list li {
	color: #777;
	font-size: 18px;
	margin-bottom: 20px;
	list-style: none;
}
.td-content .td-info-list li:last-child {
	margin-bottom: 0;
}
.td-content .td-info-list li span {
	color: #1b2026;
}
.td-content .td-info-list li a {
	color: inherit;
}
.td-content .td-social a {
	font-size: 16px;
	color: #999;
	background: #fff;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 63px;
	margin-right: 10px;
	border-radius: 10px;
}
.td-content .td-social a:hover {
	background-color: #3b5999;
	color: #fff;
}	
.td-content .td-social a:hover:nth-child(2) {
	background-color: #1c9cea;
}
.td-content .td-social a:hover:nth-child(3) {
	background-color: #e54885;
}
.td-content .td-social a:hover:nth-child(4) {
	background-color: #2491c8;
}
.td-image {
	position: relative;
}
.td-image img {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.td-bottom-content .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}
.td-list li {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
}
.td-list li:last-child {
	margin-bottom: 0;
}
.td-list li i {
	width: 40px;
	height: 40px;
	background: white;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	color: #1b2026;
	margin-right: 15px;
}
/* 29. preloader */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: white;
	left: 0;
	top: 0;
	z-index: 9999999999;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #222;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
	0% {
	  -webkit-transform: scale(0);
	  transform: scale(0);
	}
  
	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
}
@keyframes lds-ellipsis1 {
	0% {
	  -webkit-transform: scale(0);
	  transform: scale(0);
	}
  
	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
}
@-webkit-keyframes lds-ellipsis3 {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  
	100% {
	  -webkit-transform: scale(0);
	  transform: scale(0);
	}
}
@keyframes lds-ellipsis3 {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  
	100% {
	  -webkit-transform: scale(0);
	  transform: scale(0);
	}
}
@-webkit-keyframes lds-ellipsis2 {
	0% {
	  -webkit-transform: translate(0, 0);
	  transform: translate(0, 0);
	}
  
	100% {
	  -webkit-transform: translate(19px, 0);
	  transform: translate(19px, 0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
	  -webkit-transform: translate(0, 0);
	  transform: translate(0, 0);
	}
  
	100% {
	  -webkit-transform: translate(19px, 0);
	  transform: translate(19px, 0);
	}
}