@charset "UTF-8";

/*-------------------------------------

	Author: Webstrot Tabula
	Copyright © 2022-22

---------------------------------------

    CSS INDEX
    ===================

    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
/* ....................................
1.1 Common CSS 
.......................................*/
/*1.Theme default CSS
--------------------------*/
body,
html {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.text-black {
	color: black !important;
}

.font-weight {
	font-weight: 700;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.5s;
}

i:before {
	margin-left: 0 !important;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #F22234;
	transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Outfit", sans-serif;
	line-height: 1.1;
	font-weight: 500;
	color: #222222;
	margin: 0;
	padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #222222;
	transition: all 0.5s;
}

h1,
.h1 {
	font-size: 65px;
}

h2,
.h2 {
	font-size: 55px;
}

h3,
.h3 {
	font-size: 45px;
}

h4,
.h4 {
	font-size: 36px;
}

h5,
.h5 {
	font-size: 30px;
}

h6,
.h6 {
	font-size: 28px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
	transition: all 0.5s;
}

p {
	margin: 0;
	color: #797979;
	font-size: 18px;
}

.sec-title {
	font-size: 22px;
	padding: 30px 0px;
}

input,
select,
button,
textarea {
	outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home1-section-heading1 {
	color: #e12454;
	text-align: center;
	padding-bottom: 12px;
}

.home1-section-heading1 h6 {
	text-transform: uppercase;
	font-size: 16px;
	color: #F22234;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}

.home1-section-heading1 h4 {
	padding-top: 10px;
}

.home1-section-heading2 {
	text-align: center;
	font-weight: 600;
}

.float_left {
	float: left;
	width: 100%;
}

.p-0 {
	padding: 0 !important;
}

.border-none {
	border: none !important;
}

.ps-rel {
	position: relative;
}

.pe-0 {
	padding-right: 0px;
}

.plr-50 {
	padding: 0px 50px;
}

a.button-btn,
button.button-btn {
	padding: 0px 55px;
	display: inline-block;
	background-color: #e12454;
	color: #fff;
	line-height: 50px;
	border-radius: 30px;
	text-align: left;
	padding-left: 22px;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	overflow: hidden;
	border: none;
	text-transform: uppercase;
}

a.button-btn:before,
button.button-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -4px;
	background-color: #b3183f;
	transform: translateX(-100%);
	z-index: -1;
	transition: 0.5s ease-in-out;
}

a.button-btn:hover,
button.button-btn:hover {
	color: #fff;
	border-color: #ffd9db;
}

a.button-btn:hover:before,
button.button-btn:hover:before {
	transform: translateX(0);
}

a.button-btn:hover span,
button.button-btn:hover span {
	background-color: #e12454;
	color: #ffd9db;
}

a.button-btn span,
button.button-btn span {
	position: absolute;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #ffd9db;
	text-align: center;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #e12454;
	transition: all 0.5s;
}

.mobile-menu-wrapper {
	background-color: #e12454;
	padding: 15px 0px;
}

.mobile-menu-wrapper .toggle-main-wrapper {
	display: flex;
	justify-content: flex-end;
}

/* Tambahkan ini di file CSS kamu */
.page-bg.no-scroll {
	overflow: hidden !important;
}

#sidebar {
	position: fixed;
	display: block;
	height: 100%;
	top: 0;
	left: -500px;
	width: 340px;
	background-color: #021F3D;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 99999;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#sidebar .sidebar_logo {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding: 15px 24px;
	background: #021F3D;
}

#sidebar .sidebar_logo a img {
	width: 150px;
}

#sidebar.open {
	left: 0;
}

#sidebar #cssmenu {
	width: 100%;
}

#sidebar #cssmenu .input-group {
	width: 94% !important;
}
.card-border {
	border: 1px solid #ced4da;
    padding: 14px;
    border-radius: 6px;
}
#sidebar #cssmenu .input-group .btn-outline-secondary {
	color: #aaa;
	border-color: #aaa;
}
.rm-text input[type=number]::-webkit-inner-spin-button, 
.rm-text input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Untuk Firefox */
.rm-text input[type=number] {
  -moz-appearance: textfield;
}
#sidebar #cssmenu .input-group .form-control {
	border-color: #aaa;
}

#sidebar #cssmenu .input-group .form-control .form-control:focus {
	border: 1px solid #aaa;
}

#sidebar #cssmenu ul li {
	/* border-bottom: 1px solid #aaa; */
	position: relative;
}

#sidebar #cssmenu ul li a {
	font-size: 18px;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	color: #fff;
	text-transform: capitalize;
}

#sidebar #cssmenu ul li .social-icon {
	display: flex !important;
	justify-content: space-evenly;
	margin-top: 20px;
}

#sidebar #cssmenu ul li .social-icon li {
	border: none;
	width: 47px;
	height: 46px;
	background: #ffd9db;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
}

#sidebar #cssmenu ul li .social-icon li a {
	color: #e12454;
	display: inline-block;
	padding: 10px 0px;
}

#sidebar #cssmenu ul .has-sub ul {
	display: none;
}

#sidebar #cssmenu ul .has-sub ul li {
	border-bottom: none;
	border-top: 1px solid #aaa;
}

#sidebar #cssmenu ul .has-sub ul li a {
	padding: 10px 40px;
	font-size: 14px;
}

#sidebar #cssmenu ul .has-sub:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 25px;
	background-color: #aaa;
	height: 2px;
	width: 10px;
	transition: all 0.5s;
}

#sidebar #cssmenu ul .has-sub:after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	right: 29px;
	background-color: #aaa;
	height: 10px;
	width: 2px;
	transition: all 0.5s;
}

#sidebar #cssmenu ul .open:before {
	transform: rotate(45deg);
}

#sidebar #cssmenu ul .open:after {
	transform: rotate(45deg);
}

/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}

#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*-- Preloader css End --*/
.page2-btn {
	padding: 7px 25px;
	background-color: #004274;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	transition: 0.5s ease-in-out;
	z-index: 1111;
}

.page2-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00b3ff;
	transform: translateY(-100%);
	transition: all 0.5s;
	z-index: -1;
}

.page2-btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00b3ff;
	transform: translateY(100%);
	transition: all 0.5s;
	z-index: -1;
}

.page2-btn:hover {
	color: #fff !important;
}

.page2-btn:hover:before {
	transform: translateY(-48%);
	z-index: -1;
}

.page2-btn:hover:after {
	transform: translateY(48%);
	z-index: -8;
}

.bg-change {
	background-color: #00b3ff;
}

.bg-change:before {
	background-color: #004274;
}

.bg-change::after {
	background-color: #004274;
}

.ptb-100 {
	padding: 100px 0px;
}

.ptb-50 {
	padding: 50px 0px;
}

.bg-cyan {
	background: #F3F8FE;
}

.page-bg {
	background-color: #fff;
	padding-right: 0px !important;
	overflow: visible !important;
}

.apply-job-modal .modal-header h5 {
	text-align: center;
	width: 100%;
	font-size: 18px;
}

.apply-job-modal .modal-body .content-box span {
	font-size: 20px;
}

.apply-job-modal .modal-body .content-box a {
	color: #F22234;
}

.apply-job-modal .modal-body .content-box p {
	padding: 15px 0px;
	border-top: 1px solid #ccc;
	margin-top: 16px;
}

iframe {
	width: 100%;
}

.wrapper {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrapper .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(214, 214, 214, 0.78);
	opacity: 0;
	border-radius: 100%;
	right: -30px;
	bottom: -65px;
	z-index: -1;
	animation: waves 3s ease-in-out infinite;
}

.wrapper .wave-1 {
	animation-delay: 0s;
}

.wrapper .wave-2 {
	animation-delay: 1s;
}

.wrapper .wave-3 {
	animation-delay: 2s;
}

@keyframes waves {
	0% {
		transform: scale(0.2, 0.2);
		opacity: 0;
	}

	50% {
		opacity: 0.9;
	}

	100% {
		transform: scale(0.9, 0.9);
		opacity: 0;
	}
}

.animate-top-y {
	animation-name: top-y;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes top-y {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
}

@keyframes rotate {

	20%,
	80% {
		transform: rotateY(180deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: #fff;
}

.overlay input[type=text]:hover {
	background: #f1f1f1;
}

.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #bbb;
}

.form-control:focus {
	/* box-shadow: none; */
	/* background-color: none; */
	/* border: none; */
}

/* ....................................
1.1 Header CSS 
.......................................*/
/*--------
header css
--------*/
.main-header-wrapper1 {
	position: relative;
	z-index: 999;
}

.main-header-wrapper1 .right-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 440px;
	height: 100%;
	background: #fff;
	z-index: 99999;
	box-shadow: 0 -12px 46px 12px rgba(182, 14, 14, 0.0509803922);
	transform: translate3d(20px, 0, 0);
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

.main-header-wrapper1 .right-sidebar .sidebar-close {
	width: 100%;
	float: right;
	position: relative;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	width: 40px;
	height: 40px;
}

.main-header-wrapper1 .right-sidebar .sidebar-close:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}

.main-header-wrapper1 .right-sidebar .sidebar-close:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: rotate(-45deg);
}

.main-header-wrapper1 .right-sidebar .toggle-top-header {
	background-color: #F22234;
	width: 100%;
	float: left;
	padding: 20px;
}

.main-header-wrapper1 .right-sidebar .toggle-top-header .tog-logo {
	display: inline-block;
	float: left;
}

.main-header-wrapper1 .right-sidebar .toogle-centent {
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.main-header-wrapper1 .right-sidebar .toogle-centent p {
	color: #797979;
}

.main-header-wrapper1 .right-sidebar .toogle-centent .title-toggle {
	padding-top: 20px;
	font-size: 20px;
}

.main-header-wrapper1 .right-sidebar .post-toggle {
	margin-top: 20px;
	padding-left: 20px;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-img {
	width: 90px;
	height: 90px;
	float: left;
	box-shadow: 0 0 0 2px #efefef;
	margin: auto;
	position: relative;
	border-radius: 50%;
	padding: 20px 0px;
	text-align: center;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-img:after {
	top: -2px;
	left: -2px;
	padding: 0;
	z-index: -1;
	content: "";
	width: 94px;
	height: 94px;
	border-radius: 50%;
	position: absolute;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-img:hover {
	box-shadow: none;
	cursor: pointer;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-img:hover:after {
	z-index: 10;
	border: 2px dashed #F22234;
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 9s;
	-webkit-transition-delay: now;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-text {
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-text a {
	font-size: 16px;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
	display: inline-block;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-text span {
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	color: #797979;
	display: block;
}

.main-header-wrapper1 .right-sidebar .post-toggle .togle-text .apply-btn {
	color: #F22234;
	font-weight: 400;
	font-size: 14px;
}

.main-header-wrapper1 .right-sidebar .tog-social {
	padding: 20px;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	color: #111;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li a span svg {
	width: 20px;
	height: 20px;
	fill: #797979;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li a:hover {
	border: 1px solid #F22234;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li a:hover span {
	z-index: 11;
	position: relative;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li a:hover span svg {
	fill: #fff;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.main-header-wrapper1 .right-sidebar .tog-social ul li+li {
	margin-left: 12px;
}

.main-header-wrapper1 .right-sidebar .tog-social .btn-from {
	display: inline-block;
	height: 45px;
	width: 45%;
	text-align: center;
	line-height: 40px;
	background-color: #F22234;
	border: 1px solid #F22234;
	padding: 0px 30px;
	color: #fff;
	border-radius: 30px;
	margin-top: 30px;
}

.main-header-wrapper1 .right-sidebar .tog-social .btn-from:hover {
	background-color: transparent;
	color: #F22234;
}

.main-header-wrapper1 .open {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725); */
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .index1-logo {
	width: 200px;
	float: left;
	padding-top: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .index1-logo .sticky-logo {
	display: none;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav {
	padding: 0;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li {
	position: relative;
	padding: 34px 0px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li a {
	color: #6e6e6e;
	padding: 0px 13px;
	font-weight: 600;
	font-size: 16px;
	font-family: "Outfit", sans-serif;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li a:hover {
	color: #fff;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li a span {
	font-size: 10px;
	margin-left: 3px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items {
	position: absolute;
	background-color: #e9f0fa;
	z-index: 999;
	top: 97px;
	display: none;
	width: 250px;
	left: 0;
	border-radius: 8px;
	padding: 20px 0px;
	box-shadow: 0 1px 6px 0 rgba(32, 34, 36, 0.2784313725);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li {
	padding: 3px 8px;
	position: relative;
	transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li a {
	color: #111;
	font-size: 14px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li a span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li .sub-dropdown {
	position: absolute;
	left: 250px;
	padding: 20px 0px;
	top: 0;
	width: 275px;
	border-radius: 8px;
	background-color: #e9f0fa;
	display: none;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1019607843);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li .sub-dropdown li {
	padding: 0px 6px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li .sub-dropdown li a {
	color: #111;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li .sub-dropdown li:hover a {
	color: #F22234;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li:hover:after {
	display: none;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li:hover a {
	color: #F22234;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .dropdown-items li:hover .sub-dropdown {
	display: block;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .menu-open4 {
	width: 600px;
	padding: 30px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .menu-open4 .megamenu-wrapper {
	display: flex;
	width: 100%;
	padding: 0px 12px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .menu-open4 .megamenu-wrapper .megamenu-list {
	width: 33%;
	display: flex;
	flex-direction: column;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .menu-open4 .megamenu-wrapper .megamenu-list h5 {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 11px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .menu-open4 .megamenu-wrapper .megamenu-list a {
	color: #797979;
	padding: 0px;
	font-size: 14px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .menu-open4 .megamenu-wrapper .megamenu-list a:hover {
	color: #F22234;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons {
	padding-top: 24px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar {
	position: relative;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_bar {
	color: #444;
	font-size: 16px;
	cursor: pointer;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_bar a span svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_box {
	position: absolute;
	width: 270px;
	top: 60px;
	right: -35px;
	padding: 20px;
	font-size: 16px;
	display: inline-block;
	border-top: 4px solid #111;
	border-radius: 0px;
	-o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	display: none;
	z-index: 1000;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_box input {
	float: left;
	color: #111111;
	width: calc(100% - 45px);
	padding: 0px 10px;
	height: 45px;
	border: 1px solid #e1e1e1;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right: 0px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_box button {
	width: 45px;
	height: 45px;
	border: 1px solid #e1e1e1;
	border-left: none;
	background-color: #fff;
	color: #111;
	text-align: center;
	padding: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_box button:hover {
	color: #fff;
	background: #cca334;
	border-color: #cca334;
	transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .sidebar-toggle span svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop {
	position: relative;
	padding-top: 5px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-btn {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	width: 150px;
	text-align: center;
	height: 45px;
	line-height: 43px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-btn span {
	display: inline-block;
	padding-right: 8px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	border: 1px solid #F22234;
	transition: all 0.3s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-btn:hover {
	border: 1px solid #F22234;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-page-wrapper {
	position: absolute;
	background-color: #e9f0fa;
	z-index: 999;
	top: 72px;
	display: none;
	width: 160px;
	left: 0;
	border-radius: 8px;
	padding: 20px 0px;
	box-shadow: 0 1px 6px 0 rgba(32, 34, 36, 0.2784313725);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-page-wrapper a {
	display: block;
	padding: 3px 21px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons li+li {
	margin-left: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .dekstop-login-btn {
	text-align: left;
	display: inline-block;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .dekstop-login-btn i {
	margin-right: 5px;
	font-size: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .dekstop-login-btn a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .dekstop-login-btn a span {
	padding-right: 4px;
	vertical-align: text-bottom;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .dekstop-login-btn a:hover {
	color: #F22234;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .login-btn {
	text-align: left;
	display: inline-block;
	position: relative;
	display: none;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .login-btn i {
	margin-right: 5px;
	font-size: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .login-btn a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .login-btn a span {
	padding-right: 4px;
	vertical-align: text-bottom;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .login-btn img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-right: 8px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .user-text {
	width: 150px;
	position: absolute;
	top: 60px;
	right: 0px;
	float: left;
	z-index: 99;
	background: #fff;
	border-radius: 12px;
	padding: 5px 0px;
	display: none;
	overflow: hidden;
	box-shadow: 8px 0px 29px rgba(0, 0, 0, 0.0392156863);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .user-text a {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	color: #222222;
	padding: 9px 18px;
	text-align: left;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .user-text a span {
	display: inline-block;
	padding-right: 8px;
	line-height: inherit;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .user-text a span svg {
	width: 20px;
	height: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .user-text a:hover {
	color: #222222;
	background-color: #C8C8C8;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper {
	background-color: #021F3D;
	/* position: fixed; */
	top: 0;
	width: 100%;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons {
	padding-top: 10px;
	padding-right: 20px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul {
	width: 100%;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn {
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: sub;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn i {
	margin-right: 5px;
	font-size: 20px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a {
	color: #fff;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a span {
	padding-right: 4px;
	vertical-align: text-bottom;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-right: 8px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text {
	width: 150px;
	position: absolute;
	top: 60px;
	right: 0px;
	float: left;
	z-index: 99;
	background: #fff;
	border-radius: 12px;
	padding: 5px 0px;
	display: none;
	overflow: hidden;
	box-shadow: 8px 0px 29px rgba(0, 0, 0, 0.0392156863);
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	color: #222222;
	padding: 9px 18px;
	text-align: left;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a span {
	display: inline-block;
	padding-right: 8px;
	line-height: inherit;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a span svg {
	width: 20px;
	height: 20px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a:hover {
	color: #222222;
	background-color: #C8C8C8;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar {
	position: relative;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_bar {
	color: #444;
	font-size: 16px;
	cursor: pointer;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_bar a span svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box {
	position: absolute;
	width: 270px;
	top: 66px;
	right: -35px;
	padding: 20px;
	font-size: 16px;
	display: inline-block;
	border-top: 4px solid #111;
	border-radius: 0px;
	-o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	display: none;
	z-index: 1000;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box input {
	float: left;
	color: #111111;
	width: calc(100% - 45px);
	padding: 0px 10px;
	height: 45px;
	border: 1px solid #e1e1e1;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right: 0px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box button {
	width: 45px;
	height: 45px;
	border: 1px solid #e1e1e1;
	border-left: none;
	background-color: #fff;
	color: #111;
	text-align: center;
	padding: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box button:hover {
	color: #fff;
	background: #cca334;
	border-color: #cca334;
	transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li {
	display: inline-block;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li+li {
	margin-left: 10px;
}

.mobile-menu-wrapper .toggle-main-wrapper {
	display: block;
}

#sidebar #cssmenu ul li .nav-link.active {
	color: #fff !important;
	background: #00000017 !important;
}

.mobile-menu-wrapper .toggle-main-wrapper .line {
	width: 25px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 6px auto;
	transition: all 0.3s ease-in-out;
}

.mega-menu {
	width: 700px !important;
	padding: 20px 0;
	display: flex !important;
	left: -330px !important;
}

.mega-menu ul {
	display: block !important;
}

.inner-main-header {
	background-color: #fff;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 nav ul li a {
	color: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons .login-btn a {
	color: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_bar a span svg {
	fill: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .sidebar-toggle span svg {
	fill: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .post-btn {
	border: 1px solid #F22234;
	background-color: #F22234;
}

.inner-main-header .sb-main-header1 .menu-fixed nav ul li a {
	color: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons .login-btn a {
	color: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons li .search_bar .lv_search_bar a span svg {
	fill: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons li .sidebar-toggle span svg {
	fill: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons li .post-btn {
	border: 1px solid #F22234;
	background-color: #F22234;
}

/* ....................................
1.1 Inner CSS 
.......................................*/
.inner-main-header {
	background-color: #fff;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 nav ul li a {
	color: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons .login-btn a {
	color: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .search_bar .lv_search_bar a span svg {
	fill: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .sidebar-toggle span svg {
	fill: #111;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons li .post-btn {
	border: 1px solid #F22234;
	background-color: #F22234;
}

.inner-main-header .sb-main-header1 .menu-item-wrapper3 .social-media-icons .dekstop-login-btn a {
	color: #111;
}

.inner-main-header .sb-main-header1 .menu-fixed .index1-logo .sticky-logo {
	display: block;
}

.inner-main-header .sb-main-header1 .menu-fixed .index1-logo .normal-logo {
	display: none;
}

.inner-main-header .sb-main-header1 .menu-fixed nav ul li a {
	color: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons .login-btn a {
	color: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons li .search_bar .lv_search_bar a span svg {
	fill: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons li .sidebar-toggle span svg {
	fill: #fff;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons li .post-btn {
	border: 1px solid #F22234 !important;
	background-color: #F22234;
}

.inner-main-header .sb-main-header1 .menu-fixed .social-media-icons .dekstop-login-btn a {
	color: #fff;
}

.ewr_breadcrumbs_help_wrapper {
	padding: 55px 0px 0px 0px;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.ewr_breadcrumbs_help_wrapper .home1-section-heading1 {
	padding-bottom: 30px;
}

.ewr_breadcrumbs_help_wrapper .ewr_search {
	display: flex;
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
}

.ewr_breadcrumbs_help_wrapper .ewr_search input {
	width: 80%;
	border: 1px solid #e9ecef;
	padding: 0px 15px;
	height: 45px;
	border-radius: 4px 0px 0px 4px;
	border-right: 0px;
}

.ewr_breadcrumbs_help_wrapper .ewr_search button {
	border: none;
	background-color: #F22234;
	padding: 0px 15px;
	color: #fff;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
}

.inner-page-main-wrapper {
	margin-top: 100px;
	margin-bottom: 100px;
}

.inner-page-main-wrapper .top-pipe-search-wrapper {
	background: #fff;
	padding: 16px 20px;
	border-radius: 4px;
	box-shadow: 5px 0px 20px rgba(17, 17, 17, 0.0392156863);
	margin-bottom: 30px;
}

.inner-page-main-wrapper .top-pipe-search-wrapper .search-box {
	width: 50%;
	float: left;
}

.inner-page-main-wrapper .top-pipe-search-wrapper .search-box label {
	padding-right: 4px;
	font-family: "Outfit", sans-serif;
}

.inner-page-main-wrapper .top-pipe-search-wrapper .search-box select {
	border: none;
}

.inner-page-main-wrapper .top-pipe-search-wrapper .pegination {
	width: 50%;
	float: right;
	text-align: right;
}

.inner-page-main-wrapper .top-pipe-search-wrapper .pegination ul li {
	display: inline-block;
	font-family: "Outfit", sans-serif;
}

.inner-page-main-wrapper .top-pipe-search-wrapper .pegination ul li a {
	color: #F22234;
	font-family: "Outfit", sans-serif;
}

.inner-page-main-wrapper .top-pipe-search-wrapper .pegination ul li+li {
	margin-left: 2px;
}

.inner-page-main-wrapper .contact-main-wrapper .contact-box {
	background: #fff;
	padding: 70px 20px 40px;
	border-radius: 4px;
	position: relative;
	text-align: center;
}

.inner-page-main-wrapper .contact-main-wrapper .contact-box .contact-icon {
	position: absolute;
	top: -50px;
	left: 85px;
	width: 100%;
	max-width: 140px;
	margin: 0 auto;
}

.inner-page-main-wrapper .contact-main-wrapper .contact-box .contact-icon a {
	width: 130px;
	height: 130px;
	font-size: 34px;
	line-height: 114px;
	border-radius: 50%;
	display: inline-block;
	border: 10px solid #f2f5fc;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.inner-page-main-wrapper .contact-main-wrapper .contact-box .contact-icon a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(30deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	/* background: #F22234; */
	transition: all 0.3s;
}

.contact-box p {
	color: #5A5A5A;

}

.inner-page-main-wrapper .contact-main-wrapper .contact-box .contact-icon a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.inner-page-main-wrapper .contact-main-wrapper .contact-box .contact-icon a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .contact-main-wrapper .contact-box h4 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.inner-page-main-wrapper .contact-main-wrapper .contact-box:hover h4 {
	color: #F22234;
}

.inner-page-main-wrapper .locate-main-wrapper {
	padding-top: 70px;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form {
	padding-left: 50px;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form {
	padding-top: 10px;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form .form-group {
	margin-bottom: 15px;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form .form-group input {
	background: #fff;
	width: 100%;
	padding: 0px 15px;
	height: 50px;
	border: 1px solid #ced4da;
	border-radius: 4px;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form .custom-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: 140px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #f2f5fc;
	transition: all 0.3s;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form .custom-btn:hover {
	border: 1px solid #F22234;
	color: #F22234;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.inner-page-main-wrapper .locate-main-wrapper .leave-form form .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .locate-main-wrapper iframe {
	width: 100%;
}

.inner-page-main-wrapper .post-project-main-wrapper {
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	margin-top: 30px;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_mppro_clm {
	display: flex;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	overflow: hidden;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_mppro_clm li {
	list-style: none;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_mppro_clm li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #ccc;
	padding: 30px;
	height: 100%;
	color: #797979;
	justify-content: center;
	text-align: center;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_mppro_clm li a h4 {
	padding-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_mppro_clm li a p {
	margin-top: 10px;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_mppro_clm li a:hover {
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2117647059);
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_mppro_clm .topic-box {
	width: 50%;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_popular_article_wrap .ewr_article_list {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_popular_article_wrap .ewr_article_list li {
	list-style: none;
	width: 50%;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_popular_article_wrap .ewr_article_list li a {
	color: #333333;
	display: flex;
	padding: 15px 0;
	align-items: center;
	border-bottom: 1px solid #ddd;
	margin: 0 12px;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_popular_article_wrap .ewr_article_list li a span {
	padding: 15px 10px;
	width: 100%;
}

.inner-page-main-wrapper .post-project-main-wrapper .ewr_popular_article_wrap .ewr_article_list li a:hover {
	color: #F22234;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form h4 {
	font-size: 22px;
	padding-bottom: 15px;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 30px;
	padding: 0px 24px;
	height: 50px;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group .select-field {
	position: relative;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group .select-field select {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 30px;
	padding: 0px 24px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 50px;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group .select-field:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #797979;
	right: 22px;
	bottom: 22px;
	position: absolute;
	pointer-events: none;
	cursor: pointer;
	z-index: 1;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group .file-doc {
	border: none;
	padding: 0;
	border-radius: 0;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group label {
	margin-bottom: 14px;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px 24px;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .budget_input_wrap {
	display: flex;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .budget_input_wrap .budget_input {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .budget_input_wrap .budget_input+.budget_input {
	padding-left: 12px;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper .custom-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: auto;
	padding: 0 25px;
	float: right;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper .custom-btn:hover {
	border: 1px solid #F22234;
	color: #F22234;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .post-project-main-wrapper .pripoli_text h4 {
	font-size: 22px;
	padding-bottom: 12px;
}

.inner-page-main-wrapper .post-project-main-wrapper .pripoli_text h5 {
	font-size: 18px;
}

.inner-page-main-wrapper .post-project-main-wrapper .pripoli_text p {
	padding-top: 6px;
	line-height: 24px;
}

.blog-main-wrapper .blog-box {
	padding-top: 0px;
	margin-bottom: 30px;
}

.blog-main-wrapper .blog-box .img-icon {
	position: relative;
}

.blog-main-wrapper .blog-box .img-icon .img-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.631372549);
	left: 50%;
	top: 50%;
	bottom: 50%;
	right: 50%;
	opacity: 0;
	transition: all 0.5s;
}

.blog-main-wrapper .blog-box .img-icon img {
	width: 100%;
}

.blog-main-wrapper .blog-box .img-icon a {
	width: 106px;
	height: 44px;
	line-height: 41px;
	text-align: center;
	border-radius: 30px;
	background: #F22234;
	color: #fff;
	position: absolute;
	font-size: 20px;
	top: 20px;
	left: 20px;
	z-index: 9;
}

.blog-main-wrapper .blog-box .blog-content {
	background: white;
	padding: 20px;
	box-shadow: none;
	text-align: center;
	position: relative;
}

.blog-main-wrapper .blog-box .blog-content h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	padding-top: 40px;
	text-align: center;
}

.blog-main-wrapper .blog-box .blog-content span {
	display: block;
	text-align: center;
	color: #797979;
	font-size: 14px;
	border-bottom: 1px solid rgba(17, 17, 17, 0.1607843137);
	padding-bottom: 14px;
}

.blog-main-wrapper .blog-box .blog-content p {
	margin-top: 14px;
	text-align: center;
	color: #797979;
}

.blog-main-wrapper .blog-box .blog-content .r-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #fff;
	color: #F22234;
	width: 152px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 24px;
}

.blog-main-wrapper .blog-box .blog-content .brand-logo {
	position: absolute;
	left: 38%;
	top: -44px;
	padding: 12px 0px;
	width: 110px;
	background: #f4f4f4;
}

.blog-main-wrapper .blog-box:hover .blog-content h3 a {
	color: #F22234;
}

.blog-main-wrapper .blog-box:hover .img-overlay {
	opacity: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.inner-page-main-wrapper .sidebar_widget {
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.inner-page-main-wrapper .sidebar_widget .title-sidebar {
	font-size: 20px;
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
}

.inner-page-main-wrapper .sidebar_widget .select-box {
	padding: 30px;
	display: flex;
}

.inner-page-main-wrapper .sidebar_widget .select-box input {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 1px solid #c9c9c9;
	height: 50px;
	width: 100%;
	padding: 0px 18px;
	border-right: 0;
}

.inner-page-main-wrapper .sidebar_widget .select-box button {
	height: 50px;
	width: 70px;
	border: 1px solid #F22234;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #F22234;
	color: #fff;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box {
	padding: 30px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group {
	width: 100%;
	padding-bottom: 24px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group label {
	position: relative;
	cursor: pointer;
	width: 100%;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #797979;
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 6px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group label span {
	display: inline-block;
	padding-right: 6px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group label small {
	display: inline-block;
	float: right;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group input:checked+label:before {
	background-color: #00cc8d;
	border: 1px solid #00cc8d;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .price-range-slider .range-value {
	margin: 0;
	padding-top: 12px;
	margin-left: 135px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .price-range-slider .range-value input {
	width: 100%;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: initial;
	box-shadow: none;
	border: none;
	margin: 0;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .price-range-slider .range-bar {
	border: none;
	background: #eeeeee;
	height: 3px;
	width: 96%;
	margin-left: 8px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .price-range-slider .range-bar .ui-slider-range {
	background: #F22234;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #F22234;
	height: 17px;
	width: 17px;
	top: -0.52em;
	cursor: pointer;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .post-img {
	width: 85px;
	float: left;
	overflow: hidden;
	border-radius: 4px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .post-img img {
	width: 100%;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .post-cont {
	width: calc(100% - 85px);
	float: left;
	padding-left: 10px;
	padding-top: 8px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .post-cont h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .post-cont span {
	color: #F22234;
	font-family: "Outfit", sans-serif;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .instra {
	display: flex;
	flex-flow: wrap;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .instra li {
	width: 30%;
	margin: 0px 4px 9px 7px;
	overflow: hidden;
	border-radius: 6px;
}

.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .instra li img {
	width: 100%;
}

.inner-page-main-wrapper .sidebar_widget .custom-check {
	padding: 30px;
	margin-right: 30px;
	padding-top: 0;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	height: 235px;
	overflow: scroll;
	overflow-x: hidden;
}

.inner-page-main-wrapper .sidebar_widget .custom-check .form-group {
	width: 100%;
	padding-bottom: 24px;
}

.inner-page-main-wrapper .sidebar_widget .custom-check .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.inner-page-main-wrapper .sidebar_widget .custom-check .form-group label {
	position: relative;
	cursor: pointer;
}

.inner-page-main-wrapper .sidebar_widget .custom-check .form-group label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #797979;
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 6px;
}

.inner-page-main-wrapper .sidebar_widget .custom-check .form-group label span {
	display: inline-block;
	padding-right: 6px;
}

.inner-page-main-wrapper .sidebar_widget .custom-check .form-group input:checked+label:before {
	background-color: #00cc8d;
	border: 1px solid #00cc8d;
}

.inner-page-main-wrapper .sidebar_widget .custom-check .form-group input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.inner-page-main-wrapper .sidebar_widget .twitter-box {
	padding: 30px;
	background: #F22234;
	border-radius: 4px;
}

.inner-page-main-wrapper .sidebar_widget .twitter-box p {
	color: #fff;
}

.inner-page-main-wrapper .sidebar_widget .twitter-box p span {
	font-size: 54px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	padding-top: 0;
}

.inner-page-main-wrapper .sidebar_widget .twitter-box a {
	color: #fff;
	display: inline-block;
	padding: 5px 0px;
}

.inner-page-main-wrapper .sidebar_widget .twitter-box span {
	color: #fff;
	width: 100%;
	font-size: 14px;
	padding-top: 15px;
	display: inline-block;
}

.inner-page-main-wrapper .sidebar_widget .twitter-box small {
	display: inline-block;
	padding-top: 5px;
	color: rgba(255, 255, 255, 0.6705882353);
	padding-right: 12px;
}

.inner-page-main-wrapper .sidebar_widget .related-post {
	width: 100%;
	float: left;
	padding: 30px;
}

.inner-page-main-wrapper .sidebar_widget .related-post .realted-box .realted-img img {
	width: 100%;
}

.inner-page-main-wrapper .sidebar_widget .related-post .realted-box .realted-text {
	padding-top: 18px;
}

.inner-page-main-wrapper .sidebar_widget .related-post .realted-box .realted-text a h4 {
	font-size: 16px;
	line-height: 24px;
}

.inner-page-main-wrapper .sidebar_widget .related-post .realted-box .realted-text span {
	display: inline-block;
	padding-top: 8px;
	color: #F22234;
	font-family: "Outfit", sans-serif;
}

.inner-page-main-wrapper .comment-main-wrapper {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-img {
	width: 100px;
	float: left;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text {
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text a h4 {
	font-size: 20px;
	color: #F22234;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text p {
	padding-top: 8px;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin-top: 25px;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li {
	display: inline-block;
	width: auto;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	border: 1px solid #797979;
	display: inline-block;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li a span svg {
	width: 16px;
	height: 16px;
	fill: #797979;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li a:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li a:hover span {
	z-index: 11;
	position: relative;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li a:hover span svg {
	fill: #fff;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .comment-main-wrapper .commemt-text ul li+li {
	margin-left: 12px;
}

.inner-page-main-wrapper .comment-form-main-wrapper {
	background: #fff;
}

.inner-page-main-wrapper .comment-form-main-wrapper .title-sidebar {
	font-size: 20px;
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one {
	padding: 30px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-img {
	width: 100px;
	float: left;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-text {
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-text a h4 {
	font-size: 20px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-text p {
	padding-top: 8px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-text .date-dtails {
	padding-top: 8px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-text .date-dtails ul li {
	display: inline-block;
	font-family: "Outfit", sans-serif;
	color: #797979;
	font-size: 14px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-text .date-dtails ul li a {
	color: #F22234;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-one .commemt-text .date-dtails ul li+li {
	margin-left: 12px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .right-space {
	padding-left: 80px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form {
	padding: 30px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .form-group {
	margin-bottom: 30px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .form-group input {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #ccc;
	height: 50px;
	padding: 0px 18px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .form-group textarea {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 12px;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .custom-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: auto;
	padding: 0 25px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .custom-btn:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.inner-page-main-wrapper .comment-form-main-wrapper .comment-post-form form .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .sidebar_text {
	padding: 15px 65px 40px;
	text-align: center;
}

.inner-page-main-wrapper .sidebar_text p {
	font-size: 16px;
	color: #797979;
	max-width: 230px;
	margin: auto;
}

.inner-page-main-wrapper .sidebar_text .custom-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .sidebar_text .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #f2f5fc;
	transition: all 0.3s;
}

.inner-page-main-wrapper .sidebar_text .custom-btn:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .sidebar_text .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.inner-page-main-wrapper .sidebar_text .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .flowtech-sidebar {
	width: 100%;
	float: left;
	background-color: #fff;
	margin-bottom: 30px;
}

.inner-page-main-wrapper .flowtech-sidebar .title-sidebar {
	font-size: 20px;
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
}

.inner-page-main-wrapper .flowtech-sidebar .top-details {
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	padding: 30px;
}

.inner-page-main-wrapper .flowtech-sidebar .top-details img {
	margin-top: -90px;
}

.inner-page-main-wrapper .flowtech-sidebar .top-details p {
	color: #111;
	font-weight: 600;
}

.inner-page-main-wrapper .flowtech-sidebar .top-details small {
	color: #797979;
}

.inner-page-main-wrapper .flowtech-sidebar .top-details small span {
	color: #00cc8d;
	display: inline-block;
	padding-right: 5px;
}

.inner-page-main-wrapper .flowtech-sidebar .middle-details {
	width: 100%;
	padding: 30px;
	display: flex;
	border-bottom: 1px solid #eeeeee;
}

.inner-page-main-wrapper .flowtech-sidebar .middle-details .barcode {
	width: 110px;
	border: 1px solid #c9c9c9;
	padding: 12px;
	border-radius: 4px;
}

.inner-page-main-wrapper .flowtech-sidebar .middle-details .barcode img {
	width: 100%;
}

.inner-page-main-wrapper .flowtech-sidebar .middle-details .barcode-text {
	width: calc(100% - 110px);
	padding-left: 30px;
}

.inner-page-main-wrapper .flowtech-sidebar .middle-details .barcode-text img {
	padding-bottom: 12px;
}

.inner-page-main-wrapper .flowtech-sidebar .middle-details .barcode-text p {
	color: #111;
	font-family: "Lato", sans-serif;
	line-height: 15px;
}

.inner-page-main-wrapper .flowtech-sidebar .middle-details .barcode-text span {
	color: #F22234;
	font-weight: 600;
	display: inline-block;
	padding-bottom: 2px;
}

.inner-page-main-wrapper .flowtech-sidebar .bottom-details {
	text-align: center;
	padding: 20px 20px 30px;
}

.inner-page-main-wrapper .flowtech-sidebar .bottom-details .custom-btn {
	display: inline-block;
	border: 1px solid #00cc8d;
	background-color: #00cc8d;
	color: #fff;
	width: auto;
	padding: 0 25px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .flowtech-sidebar .bottom-details .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .flowtech-sidebar .bottom-details .custom-btn:hover {
	border: 1px solid #00cc8d;
}

.inner-page-main-wrapper .flowtech-sidebar .bottom-details .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #00cc8d;
}

.inner-page-main-wrapper .flowtech-sidebar .bottom-details .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .flowtech-sidebar .cdi-box {
	padding: 0px 30px;
}

.inner-page-main-wrapper .flowtech-sidebar .cdi-box .icon-comp {
	width: 50px;
	float: left;
}

.inner-page-main-wrapper .flowtech-sidebar .cdi-box .icon-comp span {
	color: #F22234;
	display: inline-block;
	font-size: 20px;
	padding-top: 4px;
}

.inner-page-main-wrapper .flowtech-sidebar .cdi-box .icon-comp-text {
	width: calc(100% - 50px);
	float: left;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box {
	padding: 30px;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box select {
	width: 100%;
	padding: 12px;
	border-radius: 30px;
	border: 1px solid #e1e1e1;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box textarea {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #e1e1e1;
	margin-top: 32px;
	padding: 12px;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box .custom-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: auto;
	padding: 0 25px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box .custom-btn:hover {
	border: 1px solid #F22234;
	color: #F22234;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.inner-page-main-wrapper .flowtech-sidebar .form-box .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .side-bar-social {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fff;
}

.inner-page-main-wrapper .side-bar-social ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	color: #111;
}

.inner-page-main-wrapper .side-bar-social ul li a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .side-bar-social ul li a span svg {
	width: 20px;
	height: 20px;
	fill: #797979;
}

.inner-page-main-wrapper .side-bar-social ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.inner-page-main-wrapper .side-bar-social ul li a:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .side-bar-social ul li a:hover span {
	z-index: 11;
	position: relative;
}

.inner-page-main-wrapper .side-bar-social ul li a:hover span svg {
	fill: #fff;
}

.inner-page-main-wrapper .side-bar-social ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .side-bar-social ul li+li {
	margin-left: 12px;
}

.custom-pegination {
	/* text-align: center; */
	padding-top: 30px;
}

.custom-pegination ul li {
	display: inline-block;
	text-align: center;
}

.custom-pegination ul li a {
	display: inline-block;
	border: 1px solid #ffffff00;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	background-color: #ffffff00;
	position: relative;
	overflow: hidden;
}

.custom-pegination ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background-color: #157dea;
	transition: all 0.3s;
}

.custom-pegination ul li a:hover {
	border: 1px solid #157dea;
}

.custom-pegination ul li a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.custom-pegination ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.custom-pegination ul li+li {
	margin-left: 1px;
}

.custom-pegination ul .preious a {
	display: inline-block;
	border: 1px solid #157dea;
	color: #157dea;
	background-color: transparent;
	border-radius: 30px;
	/* width: 120px; */
	height: 40px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
}

.custom-pegination ul a i {
	line-height: 36px !important;
}

.custom-pegination ul .preious a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	/* transform: skew(50deg); */
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #157dea;
	transition: all 0.3s;
}

.custom-pegination ul .preious a:hover {
	border: 1px solid #157dea;
}

.custom-pegination ul .preious a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.custom-pegination ul .preious a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.custom-pegination ul .active a {
	background-color: #157dea;
	color: #fff;
}

.inner-page-main-wrapper .gooogle-info {
	padding: 30px;
	background-color: #fff;
	margin: 30px 0px;
}

.inner-page-main-wrapper .gooogle-info h6 {
	font-size: 20px;
	margin-bottom: 20px;
}

.inner-page-main-wrapper .gooogle-info ul {
	margin-top: 22px;
}

.inner-page-main-wrapper .gooogle-info ul li+li {
	margin-top: 14px;
}

.inner-page-main-wrapper .gooogle-info ul li {
	color: #797979;
}

.inner-page-main-wrapper .gooogle-info ul li span {
	display: inline-block;
	padding-right: 15px;
	color: #F22234;
}

.inner-page-main-wrapper .freelauncer-profile {
	background-color: #fff;
	border-radius: 4px;
	padding: 30px 0px 20px;
	margin-bottom: 30px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-img {
	width: 130px;
	float: left;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text {
	width: calc(100% - 135px);
	float: left;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text h6 {
	font-size: 20px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text span {
	color: #F22234;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text small {
	color: #797979;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text small i {
	color: #fff;
	background: #00cc8d;
	padding: 2px;
	border-radius: 50%;
	font-size: 10px;
	margin-left: 5px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec {
	display: flex;
	width: 380px;
	position: absolute;
	top: 0;
	right: 0;
	justify-content: space-around;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .star {
	padding-top: 8px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .star ul {
	display: flex;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .star ul li a {
	color: #e7b900;
	font-size: 14px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .star ul li+li {
	margin-left: 5px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn {
	display: flex;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn a {
	display: inline-block;
	height: 40px;
	width: 110px;
	text-align: center;
	line-height: 37px;
	border-radius: 30px;
	border: 1px solid #F22234;
	color: #F22234;
	background-color: #fff;
	margin-left: 10px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn a:hover {
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn1 {
	background-color: #ccecd3;
	border-color: #ccecd3;
	color: #00a222;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn1:hover {
	background-color: #ccecd3;
	border-color: #ccecd3;
	color: #00a222;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn2 {
	background-color: #ecccce;
	border-color: #ecccce;
	color: #00a222;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn2:hover {
	background-color: #ecccce !important;
	border-color: #ecccce !important;
	color: #00a222 !important;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn3 {
	background-color: #fff;
	border-color: #00a222;
	color: #00a222;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn4 {
	background-color: #eee9cd;
	border-color: #eee9cd;
	color: #ae9922;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .pro-add {
	width: 100%;
	padding-top: 12px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .pro-add ul {
	display: flex;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .pro-add ul li {
	color: #797979;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .pro-add ul li span {
	display: inline-block;
	padding-right: 3px;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .pro-add ul .heart span {
	color: #ccc;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .pro-add ul .heart .current {
	color: #F22234;
}

.inner-page-main-wrapper .freelauncer-profile .profile-text .pro-add ul li+li {
	margin-left: 20px;
}

.inner-page-main-wrapper .freelauncer-profile:hover {
	border-color: #F2F2F2;
}

.inner-page-main-wrapper .freelauncer-profile .pro-text {
	width: 100%;
	display: flex;
	padding-top: 20px;
}

.inner-page-main-wrapper .freelauncer-profile .pro-text p {
	color: #797979;
}

.inner-page-main-wrapper .freelauncer-profile .skill {
	display: flex;
	width: 100%;
	padding-top: 15px;
}

.inner-page-main-wrapper .freelauncer-profile .skill .skill-text {
	margin-right: 0px;
	width: 80%;
}

.inner-page-main-wrapper .freelauncer-profile .skill .skill-text p {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
}

.inner-page-main-wrapper .freelauncer-profile .skill .skill-text span {
	display: block;
	color: #797979;
	font-size: 15px;
}

.inner-page-main-wrapper .freelauncer-profile .skill .skill-text a {
	font-size: 12px;
	background: #f6f6f6;
	padding: 5px 12px;
	border-radius: 30px;
	margin-right: 6px;
}

.inner-page-main-wrapper .freelauncer-profile .skill .skill-text a:hover {
	background-color: #F22234;
	color: #fff;
}

.inner-page-main-wrapper .freelauncer-profile .skill .apply-btn {
	width: 120px;
	height: 40px;
	line-height: 30px;
	border-radius: 30px;
	border: 1px solid #F22234;
	margin-top: 20px;
	background: #F22234;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.inner-page-main-wrapper .freelauncer-profile .skill .apply-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background-color: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .freelauncer-profile .skill .apply-btn:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .freelauncer-profile .skill .apply-btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.inner-page-main-wrapper .freelauncer-profile .skill .apply-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .ewr_search_infobox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	margin-bottom: 30px;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 4px 4px 0px 0px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj {
	display: flex;
	width: calc(100% - 200px);
	max-width: 100%;
	flex-direction: column;
	padding: 40px 10px 40px 20px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj h4 {
	margin-bottom: 10px;
	font-size: 20px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj h4 a {
	color: #111111;
	display: inline-block;
	font-size: 18px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj h5 {
	margin-bottom: 20px;
	font-size: 16px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj h5 i {
	padding-right: 10px;
	color: #108791;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj p {
	margin-bottom: 20px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj .ewr_profile_tag {
	display: flex;
	flex-wrap: wrap;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj .ewr_profile_tag li {
	list-style: none;
	margin: 3px 4px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj .ewr_profile_tag li a {
	display: flex;
	border: 1px solid #e9ecef;
	border-radius: 4px;
	padding: 0px 10px;
	height: 35px;
	color: #797979;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj .ewr_profile_tag li a:hover {
	background-color: #F22234;
	color: #fff;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list {
	display: flex;
	width: 200px;
	max-width: 100%;
	flex-direction: column;
	border-left: 1px solid #e9ecef;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info {
	padding: 20px 25px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info ul {
	padding: 0;
	margin: 0;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info ul li {
	list-style: none;
	margin-bottom: 5px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info ul li img {
	margin-right: 10px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info ul li i {
	margin-right: 10px;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info ul .doller i {
	color: #F22234;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info ul .folder i {
	color: #F22234;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info .ewr_btn_yellow {
	display: inline-block;
	border: 1px solid #00cc8d;
	background-color: #00cc8d;
	color: #fff;
	width: 135px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info .ewr_btn_yellow:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info .ewr_btn_yellow:hover {
	border: 1px solid #00cc8d;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info .ewr_btn_yellow:hover span {
	z-index: 11;
	position: relative;
	color: #00cc8d;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .ewr_search_proj_info .ewr_btn_yellow:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .ewr_search_infobox .ewr_search_proj_list .list-column ul li {
	width: 32%;
	float: left;
}

.inner-page-main-wrapper .listing-column .profile-img {
	width: 118px;
}

.inner-page-main-wrapper .listing-column .profile-text {
	width: 100%;
	padding-top: 12px;
}

.inner-page-main-wrapper .listing-column .profile-text .pro-add {
	padding-top: 5px;
}

.inner-page-main-wrapper .listing-column .profile-text .pro-add ul li {
	font-size: 14px;
}

.inner-page-main-wrapper .listing-column .profile-text .pro-add ul li+li {
	margin-left: 10px;
}

.inner-page-main-wrapper .listing-column .profile-text .listing-review {
	display: flex;
}

.inner-page-main-wrapper .listing-column .profile-text .listing-review li a {
	color: #e7b900;
	font-size: 14px;
}

.inner-page-main-wrapper .listing-column .skill .skill-text {
	margin-right: 0;
}

.inner-page-main-wrapper .listing-column .skill .skill-text a {
	display: inline-block;
	margin-bottom: 6px;
	padding: 2px 12px;
}

.inner-page-main-wrapper .listing-column .list-btn-free {
	display: flex;
	margin-top: 15px;
}

.inner-page-main-wrapper .listing-column .list-btn-free a {
	display: inline-block;
	height: 40px;
	width: 110px;
	text-align: center;
	line-height: 37px;
	border-radius: 30px;
	border: 1px solid #F22234;
	color: #F22234;
	background-color: #fff;
}

.inner-page-main-wrapper .listing-column .list-btn-free a:hover {
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
}

.inner-page-main-wrapper .listing-column .list-btn-free .btn1 {
	background-color: #ccecd3;
	border-color: #ccecd3;
	color: #00a222;
	margin-right: 12px;
}

.inner-page-main-wrapper .listing-column .list-btn-free .btn1:hover {
	background-color: #ccecd3;
	border-color: #ccecd3;
	color: #00a222;
}

.inner-page-main-wrapper .company-details-banner {
	width: 100%;
	text-align: center;
}

.inner-page-main-wrapper .company-details-banner img {
	width: 100%;
}

.inner-page-main-wrapper .blog-box {
	padding-bottom: 50px;
}

.inner-page-main-wrapper .blog-box .img-icon {
	position: relative;
}

.inner-page-main-wrapper .blog-box .img-icon .img-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.631372549);
	left: 50%;
	top: 50%;
	bottom: 50%;
	right: 50%;
	opacity: 0;
	transition: all 0.5s;
}

.inner-page-main-wrapper .blog-box .img-icon img {
	width: 100%;
}

.inner-page-main-wrapper .blog-box .img-icon p {
	width: 65px;
	height: 65px;
	background-color: #fff;
	color: #F22234;
	position: absolute;
	font-size: 20px;
	padding-top: 7px;
	top: 20px;
	right: 20px;
	z-index: 9;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-dots {
	display: none;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav {
	position: absolute;
	width: 100%;
	bottom: 225px;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-prev {
	position: absolute;
	left: 24px;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-prev span {
	font-size: 40px;
	color: #111;
	width: 50px;
	display: inline-block;
	height: 50px;
	background: #fff;
	line-height: 43px;
	border-radius: 50%;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-prev span:hover {
	background: #F22234;
	color: #fff;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-prev:hover {
	background: transparent;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-next {
	position: absolute;
	right: 24px;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-next span {
	font-size: 40px;
	color: #111;
	width: 50px;
	display: inline-block;
	height: 50px;
	background: #fff;
	line-height: 43px;
	border-radius: 50%;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-next span:hover {
	background: #F22234;
	color: #fff;
}

.inner-page-main-wrapper .blog-box .img-icon .owl-nav .owl-next:hover {
	background: transparent;
}

.inner-page-main-wrapper .blog-box .blog_video_box video {
	width: 100%;
}

.inner-page-main-wrapper .blog-box .blog-content {
	background: white;
	padding: 20px;
	box-shadow: none;
}

.inner-page-main-wrapper .blog-box .blog-content h3,
.inner-page-main-wrapper .blog-box .blog-content h4,
.inner-page-main-wrapper .blog-box .blog-content p {
	text-align: left;
}

.inner-page-main-wrapper .blog-box .blog-content h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 35px;
	padding-top: 10px;
}

.inner-page-main-wrapper .blog-box .blog-content ul {
	display: flex;
	padding-bottom: 6px;
	padding-top: 15px;
}

.inner-page-main-wrapper .blog-box .blog-content ul li {
	/* width: 20%; */
	margin-right: 10px;
}

.inner-page-main-wrapper .blog-box .blog-content ul li span {
	/* padding-left: 10px; */
	color: #79747E;
}

.inner-page-main-wrapper .blog-box .blog-content ul li i {
	padding-right: 15px;
	color: #F22234;
}

.inner-page-main-wrapper .blog-box .blog-content p {
	margin-top: 10px;
	color: black;
}

.inner-page-main-wrapper .blog-box .blog-content .bold-text {
	padding: 10px 20px 15px 30px;
	border-left: 8px solid #F22234;
	margin-top: 18px;
	margin-bottom: 20px;
}

.inner-page-main-wrapper .blog-box .blog-content .google-text {
	padding: 12px 0px;
	display: flex;
}

.inner-page-main-wrapper .blog-box .blog-content .google-text ul {
	flex-direction: column;
	width: 50%;
}

.inner-page-main-wrapper .blog-box .blog-content .google-text ul li {
	width: 100%;
	color: #797979;
}

.inner-page-main-wrapper .blog-box .blog-content .google-text ul li+li {
	margin-top: 12px;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center {
	text-align: center;
	padding: 25px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 24px;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul {
	display: inline-block;
	width: 100%;
	padding: 0px;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li {
	display: inline-block;
	width: auto;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #797979;
	display: inline-block;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li a span svg {
	width: 20px;
	height: 20px;
	fill: #797979;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li a:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li a:hover span {
	z-index: 11;
	position: relative;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li a:hover span svg {
	fill: #fff;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .blog-box .blog-content .social-center ul li+li {
	margin-left: 12px;
}

.inner-page-main-wrapper .blog-box .blog-content .r-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #fff;
	color: #F22234;
	width: 152px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .blog-box .blog-content .r-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.3s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.inner-page-main-wrapper .blog-box .blog-content .r-btn:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .blog-box .blog-content .r-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.inner-page-main-wrapper .blog-box .blog-content .r-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .blog-box .new-blog-text ul li {
	width: auto;
}

.inner-page-main-wrapper .blog-box .new-blog-text ul li i {
	padding-right: 5px;
}

.inner-page-main-wrapper .blog-box .new-blog-text ul li+li {
	margin-left: 12px;
}

.inner-page-main-wrapper .blog-box .new-blog-text h3 a {
	line-height: 30px;
	font-size: 21px;
	display: inline-block;
}

.inner-page-main-wrapper .blog-box:hover .blog-content h3 a {
	color: #F22234;
}

.inner-page-main-wrapper .blog-box:hover .img-overlay {
	opacity: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.inner-page-main-wrapper .trending-main-box {
	border: 1px solid #C8C8C8;
	text-align: center;
	padding: 35px 20px 20px;
	border-radius: 4px;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.inner-page-main-wrapper .trending-main-box .trending-upper-text {
	/* border-bottom: 1px solid #ccc; */
	/* padding-bottom: 20px; */
}

.card {
	border-radius: 4px;
}

.card img {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.btn {
	display: inline-block;
	border: 1px solid #157DEA;
	background: #157DEA;
	color: white !important;
	font-size: 16px;
	text-align: center;
	width: auto;
	font-weight: 600;
	border-radius: 6px;
	line-height: 30px;
	padding: 10px 20px 12px;
}

.btn-outline-blue {
	border: 1px solid #157DEA;
	background: #fff !important;
	color: #157DEA !important;
}

.badge-danger {
	background: #FEF1F1 !important;
	color: #EF3A3A !important;
}
.color-danger {
	color: #EF3A3A !important;
}
.step.pending .step-circle.failed {
	border-color: #ef3a3a !important;
	background-color: #FEF1F1 !important;
}

.inner-page-main-wrapper .trending-main-box .trending-upper-text .icon-img {
	width: 100%;
	max-width: 90px;
	height: 90px;
	box-shadow: 0 0 0 2px #efefef;
	margin: auto;
	position: relative;
	border-radius: 50%;
	/* padding: 20px 0px; */
}

.inner-page-main-wrapper .trending-main-box .trending-upper-text .icon-img:after {
	top: -2px;
	left: -2px;
	padding: 0;
	z-index: -1;
	content: "";
	width: 94px;
	height: 94px;
	border-radius: 50%;
	position: absolute;
}

.inner-page-main-wrapper .trending-main-box .trending-upper-text .icon-img:hover {
	box-shadow: none;
	cursor: pointer;
}

.inner-page-main-wrapper .trending-main-box .trending-upper-text .icon-img:hover:after {
	z-index: 10;
	border: 2px dashed #F22234;
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 9s;
	-webkit-transition-delay: now;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.inner-page-main-wrapper .trending-main-box .trending-upper-text h5 {
	font-size: 20px;
	padding-top: 20px;
}

.inner-page-main-wrapper .trending-main-box .trending-upper-text p {
	color: #797979;
	padding-top: 8px;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text {
	padding-top: 20px;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text span {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	display: block;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text a {
	color: #F22234;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text p {
	color: #797979;
	padding-top: 8px;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text p span {
	display: inline-block;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text .custom-btn {
	display: inline-block;
	height: 45px;
	width: 50%;
	text-align: center;
	line-height: 40px;
	border: 1px solid #F22234;
	color: #F22234;
	padding: 0px 30px;
	border-radius: 30px;
	margin-top: 16px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text .custom-btn:hover {
	border: 1px solid #F22234;
	color: #F22234;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.inner-page-main-wrapper .trending-main-box .trending-lower-text .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .trending-main-box:hover {
	border: 1px solid #F22234;
	transition: all 0.5s;
}

.freelauncer-slider-wrapper {
	background-image: url(../images/frelauncer-slide.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 200px 0px 445px;
}

.freelauncer-slider-wrapper .slider-text h4 {
	color: #fff;
	font-weight: 700;
	line-height: 55px;
}

.freelauncer-slider-wrapper .slider-text .custom-btn {
	display: inline-block;
	border: 1px solid #00cc8d;
	background-color: #00cc8d;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
}

.freelauncer-slider-wrapper .slider-text .custom-btn:hover {
	background-color: transparent;
	color: #00cc8d;
}

.freelauncer-page-main-wrapper .freelauncer-summary {
	background-color: #fff;
	border-radius: 12px;
	margin-top: -285px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo {
	position: relative;
	padding: 20px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .small-12 .circle {
	overflow: hidden;
	top: 72px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .small-12 .circle .profile-pic {
	display: block;
	width: 100%;
	border-radius: 4px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .small-12 .p-image {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 9px 12px;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	background: rgba(17, 17, 17, 0.7294117647);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .small-12 .p-image .file-upload {
	display: none;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .small-12 .p-image:hover {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details {
	padding: 20px 10px;
	text-align: center;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details h4 {
	font-size: 20px;
	color: #111;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details h4 span {
	font-size: 9px;
	background: #00cc8d;
	color: #fff;
	padding: 3px 3px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details ul {
	width: 100%;
	margin-top: 15px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details ul li {
	display: inline-block;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details ul li a {
	font-size: 20px;
	color: #F22234;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details ul li+li {
	margin-left: 12px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details h5 {
	font-size: 20px;
	display: inline-block;
	font-family: "Lato", sans-serif;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details h5 span {
	font-size: 15px;
	color: #797979;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details h6 {
	color: #F22234;
	font-size: 20px;
	padding-top: 12px;
	padding-left: 6px;
	display: inline-block;
	font-family: "Lato", sans-serif;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details p {
	color: #797979;
	padding-top: 3px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-photo .user-details a {
	color: #F22234;
	font-size: 18px;
	padding-top: 4px;
	font-family: "Lato", sans-serif;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description {
	padding-top: 20px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description h2 {
	font-size: 26px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description .pro-add {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description .pro-add ul {
	display: flex;
	padding: 0px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description .pro-add ul li {
	color: #797979;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description .pro-add ul li span {
	display: inline-block;
	padding-right: 3px;
	color: #F22234;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description .pro-add ul .heart span {
	color: #ccc;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description .pro-add ul .heart .current {
	color: #F22234;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description .pro-add ul li+li {
	margin-left: 20px;
	margin-top: 0;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description p {
	text-align: justify;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description ul {
	padding: 15px 0px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description ul li {
	color: #797979;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description ul li span {
	display: inline-block;
	padding-right: 15px;
	color: #F22234;
}

.freelauncer-page-main-wrapper .freelauncer-summary .profile-description ul li+li {
	margin-top: 15px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box {
	border-left: 1px solid #ccc;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line {
	padding: 25px 20px;
	border-bottom: 1px solid #ccc;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .pro-icon {
	width: 70px;
	float: left;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .pro-desc {
	width: calc(100% - 100px);
	float: left;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .pro-desc h2 {
	font-size: 30px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .pro-desc p {
	color: #111;
	font-size: 18px;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .custom-btn {
	display: inline-block;
	border: 1px solid #00cc8d;
	background-color: #00cc8d;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .custom-btn:hover {
	border: 1px solid #00cc8d;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #00cc8d;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .project-line .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.freelauncer-page-main-wrapper .freelauncer-summary .project-box .line-none {
	border-bottom: none;
}

.freelauncer-page-main-wrapper .inner_widget {
	background-color: #fff;
	border-radius: 4px;
}

.freelauncer-page-main-wrapper .inner_widget .title-sidebar {
	font-size: 20px;
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
}

.freelauncer-page-main-wrapper .inner_widget .exp-title {
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
}

.freelauncer-page-main-wrapper .inner_widget .exp-title h4 {
	font-size: 20px;
	display: inline-block;
	line-height: 36px;
}

.freelauncer-page-main-wrapper .inner_widget .exp-title .edit-btn {
	float: right;
}

.freelauncer-page-main-wrapper .inner_widget .exp-title .edit-btn a {
	background: #F22234;
	color: #fff;
	display: inline-block;
	padding: 6px 9px;
	border-radius: 50%;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner {
	padding: 30px;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .skill-per .animated-progress {
	width: 100%;
	height: 8px;
	border-radius: 5px;
	margin: 15px 0px;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	overflow: hidden;
	position: relative;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .skill-per .animated-progress span {
	height: 100%;
	display: block;
	width: 0;
	color: #797979;
	line-height: 30px;
	position: absolute;
	background-color: #F22234;
	text-align: end;
	padding-right: 5px;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .skill-per p {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	color: #111;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .skill-per p span {
	display: inline-block;
	float: right;
	color: #797979;
	font-weight: 500;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .post-img {
	width: 70px;
	float: left;
	overflow: hidden;
	border-radius: 4px;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .post-img img {
	width: 100%;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .post-cont {
	width: calc(100% - 70px);
	float: left;
	padding-left: 20px;
	padding-top: 8px;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .post-cont h6 {
	font-size: 18px;
	font-weight: 500;
	font-family: "Lato", sans-serif;
}

.freelauncer-page-main-wrapper .inner_widget .skill-inner .post-cont span {
	color: #797979;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper {
	padding: 30px;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box img {
	width: 100%;
	transform: rotate(15deg) scale(1.4);
	transition: 0.3s ease-in-out;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box .overlay-port {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	padding-top: 70px;
	background: rgba(17, 17, 17, 0.6509803922);
	top: 214px;
	left: 0px;
	transition: all 0.5s;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box .overlay-port h4 {
	font-size: 20px;
	padding-top: 20px;
	color: #fff;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box .overlay-port span svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box:hover {
	cursor: pointer;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box:hover .overlay-port {
	top: 0px;
	transition: all 0.5s;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box:hover img {
	transform: rotate(0) scale(1);
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box-blank {
	width: 100%;
	height: 88%;
	text-align: center;
	background: #e7e7e7;
	overflow: hidden;
	border-radius: 8px;
	padding-top: 60px;
	cursor: pointer;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box-blank span svg {
	width: 30px;
	height: 30px;
	fill: #797979;
}

.freelauncer-page-main-wrapper .inner_widget .portfolio-main-wrapper .portfolio-box-blank h4 {
	font-size: 20px;
	padding-top: 20px;
	color: #797979;
}

.freelauncer-page-main-wrapper .inner_widget .review-box {
	padding: 30px;
	border-bottom: 1px solid #e7e7e7;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-img {
	width: 100px;
	float: left;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text {
	width: calc(100% - 100px);
	float: left;
	padding-left: 30px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .star-review {
	display: flex;
	padding-top: 10px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .star-review p {
	color: #797979;
	padding-right: 12px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .star-review small {
	padding-left: 12px;
	color: #797979;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .star-review .review-profile {
	display: flex;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .star-review .review-profile li a {
	color: #ffb033;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .star-review .review-profile li+li {
	margin-left: 3px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .review-name {
	display: flex;
	padding-top: 4px;
	padding-bottom: 10px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .review-name p {
	padding-right: 20px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .review-name span {
	display: inline-block;
	color: #F22234;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text .review-name span img {
	padding-right: 20px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .review-text h4 {
	font-size: 20px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .experience-text h4 {
	font-size: 20px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .experience-text p {
	padding-top: 20px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .experience-text ul {
	display: flex;
	padding-top: 12px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .experience-text ul li {
	padding-left: 12px;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .experience-text ul li a span {
	color: #F22234;
}

.freelauncer-page-main-wrapper .inner_widget .review-box .experience-text ul li+li {
	border-left: 1px solid #797979;
	margin-left: 12px;
}

.freelauncer-page-main-wrapper .inner_widget .bor-none {
	border-bottom: none;
}

.freelauncer-page-main-wrapper .inner_widget .custom-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.freelauncer-page-main-wrapper .inner_widget .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.freelauncer-page-main-wrapper .inner_widget .custom-btn:hover {
	border: 1px solid #F22234;
	color: #F22234;
}

.freelauncer-page-main-wrapper .inner_widget .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.freelauncer-page-main-wrapper .inner_widget .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

/* ....................................
1.1 Footer CSS 
.......................................*/
.footer-main-wrapper {
	float: left;
	width: 100%;
	padding: 100px 0px 0px;
	background-color: #0a0a22;
	position: relative;
	z-index: 99;
}

.footer-main-wrapper .sb-footer-section .footer-logo {
	padding-bottom: 25px;
}

.footer-main-wrapper .sb-footer-section p {
	padding-bottom: 20px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5;
}

.footer-main-wrapper .sb-footer-section ul li {
	padding-bottom: 15px;
	padding-right: 10px;
}

.sb-footer-section ul li a {
	display: flex !important;
	/* align-items: center; */
	color: #fff;
}

.sb-footer-section ul li a i {
	padding-right: 20px;
}

.footer-main-wrapper h5 {
	color: #fff;
	padding-bottom: 20px;
}

.footer-main-wrapper h4 {
	font-size: 24px;
	padding-bottom: 25px;
	color: #fff;
}

.footer-main-wrapper p {
	color: #000;
}

.footer-main-wrapper .links ul li {
	padding-bottom: 15px;
}

.footer-main-wrapper .links ul li a {
	color: #fff;
}

.footer-main-wrapper .links ul li a i {
	padding-right: 10px;
}

.footer-main-wrapper .links ul li a:hover {
	color: #157DEA;
}

.footer-main-wrapper .links .input-box {
	margin-top: 30px;
	width: 100%;
}

.footer-main-wrapper .links .input-box input {
	width: 100%;
	border-radius: 30px;
	height: 48px;
	line-height: 35px;
	padding: 0px 18px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6588235294);
	background-color: transparent;
}

.footer-main-wrapper .links .input-box button {
	background-color: #F22234;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #F22234;
	padding: 5px 23px;
	position: absolute;
	top: 5px;
	right: 6px;
}

.footer-main-wrapper .links .app-btn {
	display: flex;
	margin-top: 24px;
}

.footer-main-wrapper .links .app-btn a img {
	width: 100%;
}

.footer-main-wrapper .bottom-footer {
	background: #0A0A22;
	border-top: 1px dashed #157DEA;
	margin-top: 50px;
	padding: 30px 0px;
	text-align: center;
}

.footer-main-wrapper .bottom-footer p {
	color: black;
}

/* ....................................
1.1 INDEX 03 CSS 
.......................................*/
/*---------
 section
-----------*/
.home3-btn {
	display: inline-block;
	background: #ff9e21;
	color: #fff;
	padding: 0px 25px !important;
	border-radius: 50px;
	border: 1px solid transparent;
	line-height: 40px;
}

.home3-btn:hover {
	background-color: transparent;
	color: #ff9e21;
	border: 1px solid #ff9e21;
}

.bg-white {
	background-color: #fff;
	color: #0a3382 !important;
}

.bg-white:hover {
	background-color: transparent !important;
	color: #fff !important;
	border: 1px solid #fff;
}

.bg-yellow {
	background-color: #ff9e21 !important;
}

.bg-yellow:before {
	background: #fae2c2 !important;
}

.bg-yellow span {
	background-color: #fae2c2 !important;
	color: #ff9e21 !important;
	transition: all 0.5s;
}

.bg-yellow:hover {
	color: #ff9e21 !important;
}

.bg-yellow:hover span {
	background-color: #ff9e21 !important;
	color: #fff !important;
}

.text-color-change3 {
	color: #ff9e21;
}

.about-main-wrapper3 h4 {
	font-weight: 600;
	font-size: 36px !important;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 {
	position: relative;
	margin-top: 50px;
	background-color: #fff;
	padding: 40px 30px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 h6 {
	font-size: 22px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #4e72d0;
	margin-right: 15px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon svg {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon img {
	position: absolute;
	width: 75px;
	top: 45px;
	right: 25px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon.bg-green {
	background-color: #5bc199;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon.bg-pink {
	background-color: #d6425b;
}

.service-slider-wrappe3 .owl-carousel .owl-nav button {
	background-color: #fae2c2 !important;
	color: #ff9e21 !important;
}

.service-slider-wrappe3 .owl-carousel .owl-nav button:hover {
	background-color: #ff9e21 !important;
	color: #fae2c2 !important;
}

.gallery-main-wrapper {
	position: unset;
	background-image: unset;
	padding: 100px 0 !important;
}

.gallery-main-wrapper:before {
	display: none;
}

.gallery-main-wrapper .overlay-color {
	background: rgba(255, 159, 33, 0.6392156863) !important;
}

.about-gallery-main3 {
	background-image: url("../images/home3/about-gallery.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0;
}

.about-gallery-main3 .text-color-yellow {
	color: #ff9e21;
}

.about-gallery-main3 .text-color-white {
	color: #fff;
}

.about-gallery-main3 p {
	font-size: 20px;
	line-height: 27px;
}

.our-team-main3 section .team-box {
	position: relative;
	text-align: center;
}

.our-team-main3 section .team-box .icon {
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 0.5s;
	transform: translateY(0px) rotateX(0deg);
	padding: 20px;
}

.our-team-main3 section .team-box .icon h6 {
	font-size: 22px;
}

.our-team-main3 section .team-box .details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a3382;
	transition: 0.5s;
	transform-origin: bottom;
	transform: translateY(-100px) rotateX(90deg);
}

.our-team-main3 section .team-box .details ul {
	padding: 19px 15px;
}

.our-team-main3 section .team-box .details ul li a {
	color: #fff;
	font-size: 18px;
	width: 50px;
	display: inline-block;
	height: 50px;
	border: 1px solid #fff;
	line-height: 50px;
	border-radius: 50px;
	transition: all 0.5s;
}

.our-team-main3 section .team-box .details ul li a:hover {
	background-color: #ff9e21;
	color: #fff;
	border-color: #ff9e21;
}

.our-team-main3 section:hover .icon {
	transform: translateY(100%) rotateX(90deg);
}

.our-team-main3 section:hover .details {
	transform: translateY(0) rotateX(0deg);
}

.counter-main3 {
	background-image: url("../images/home3/counter3-bg.jpg");
}

.counter-main3:after {
	display: none !important;
}

.counter-main3 .text-color-black {
	color: #222222 !important;
}

.counter-main3 svg {
	fill: #ff9e21 !important;
}

.counter-main3 .count-up .bg-border-yellow {
	border-color: #fae2c2 !important;
}

.counter-main3 .count-up:hover .bg-border-yellow {
	background-color: #ff9e21 !important;
}

.counter-main3 .count-up:hover .bg-border-yellow svg {
	fill: #fff !important;
}

.blog-main3 .blog-box .img-overlay {
	background-color: rgba(255, 158, 33, 0.6705882353) !important;
}

.blog-main3 .blog-box .img-icon .bg-yellow {
	background-color: #ff9e21 !important;
}

.blog-main3 .blog-box .text-yellow {
	color: #ff9e21 !important;
}

.blog-main3 .blog-box a:hover {
	color: #ff9e21 !important;
}

.blog-main3 .blog-box:hover a {
	color: #ff9e21;
	border-bottom-color: #ff9e21 !important;
}

.testimonial-main3 {
	background-image: url("../../images/home3/bg-test-img.jpg");
}

.testimonial-main3 .text-color-white {
	color: #fff;
}

.testimonial-main3 .test-slider {
	padding-top: 45px;
}

.testimonial-main3 .test-slider .owl-carousel .item {
	padding: 35px 45px;
	background-color: rgba(34, 34, 34, 0.5411764706);
	position: relative;
	border-radius: 7px;
}

.testimonial-main3 .test-slider .owl-carousel .item span {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff9e21;
	width: 65px;
	height: 65px;
	line-height: 40px;
	padding-left: 10px;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	color: #fff;
	border-top-left-radius: 7px;
}

.testimonial-main3 .test-slider .owl-carousel .owl-nav {
	display: block;
	position: absolute;
	top: -100px;
	right: 0;
}

.testimonial-main3 .test-slider .owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	background-color: #fae2c2;
	border-radius: 50px;
	color: #ff9e21;
	transition: all 0.5s;
}

.testimonial-main3 .test-slider .owl-carousel .owl-nav button:hover {
	background-color: #ff9e21;
	color: #fff;
}

.index1-slider-wrapper {
	background-image: url(../images/banner.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 430px 0;
	width: 100%;
	float: left;
	margin-top: -97px;
}

.index1-slider-wrapper .overlay-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.6392156863); */
}

.index1-slider-wrapper .overlay-slider .slider-caption {
	padding-top: 200px;
}

.index1-slider-wrapper .overlay-slider .slider-caption h2 {
	color: #fff;
	font-weight: 600;
}

.index1-slider-wrapper .overlay-slider .slider-caption p {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	padding-top: 30px;
}

.main-header-wrapper1 {
	/* background: linear-gradient(90deg, #F22234 0%, #E20B8C 100%); */
}

.container-input {
	/* border: 1px solid #C8C8C8;  */
	background: #F3F8FE;
	padding: 8px 0px;
	/* border-radius:4px; */
}

.container-input .text-field input {
	border: none !important;
	background: transparent;
}

.container-input .text-field select {
	border: none !important;
}

.container-input .icon {
	position: absolute;
	font-size: 20px;
	z-index: 1;
	padding: 7px 15px;
}

.container-input .text-field .select-field select {
	/* padding:0px 12px 0px 30px; */
}

.container-input .text-field,
.container-input .select-field {
	margin: 0px;
	margin-left: 15px;
}

.form-search-karir {
	width: 100%;
	margin-top: 30px;
	border-radius: 40px;
	/* background: rgba(0, 0, 0, 0.5803921569); */
	/* padding: 30px; */
}

.form-search-karir input {
	color: #79747E;
	font-size: 14px;
}

.form-search-karir ul {
	border-radius: 6px;
	background-color: #fff;
	padding: 15px 20px;
	display: flex;
	justify-content: space-around;
}

.form-search-karir ul li {
	width: 70%;
}

.text-field {
	margin: 6px;
	position: relative;
}

.text-field input,
.text-field select {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #fff;
	height: 45px;
	line-height: 40px;
	padding: 0px 12px 0px 33px;
}

.text-field select {
	padding: 0px 12px 0px 30px !important;
}

.select-field {
	margin: 6px;
	position: relative;
}

.select-field select {
	border-radius: 30px;
	border: 1px solid #fff;
	height: 45px;
	width: 100%;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 40px;
	padding: 0px 12px;
}

.select-field:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #797979;
	right: 22px;
	bottom: 16px;
	position: absolute;
	pointer-events: none;
	cursor: pointer;
	z-index: 1;
}

.form-search-karir ul .btn-from {
	/* margin-top: 6px; */
	margin-left: 4px;
	width: 40%;
}

.form-search-karir ul .btn-from a {
	letter-spacing: 0.3px;
	display: inline-block;
	height: 100%;
	width: 100%;
	align-content: center;
	text-align: center;
	/* line-height: 43px; */
	padding: 0px 15px;
	position: relative;
	overflow: hidden;
}

.form-search-karir ul .btn-from a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	/* background: #0a3382; */
	transition: all 0.3s;
}

/* .form-search-karir ul .btn-from a:hover {
  background: #F22234 !important;
    border: 1px solid #F22234;
} */
.form-search-karir ul .btn-from a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.form-search-karir ul .btn-from a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index1-slider-wrapper .overlay-slider .sldier-contact-form .treding-list {
	display: flex;
	justify-content: start;
	margin-top: 10px;
}

.index1-slider-wrapper .overlay-slider .sldier-contact-form .treding-list li {
	width: auto;
	color: #fff;
	font-family: "Outfit", sans-serif;
}

.index1-slider-wrapper .overlay-slider .sldier-contact-form .treding-list li span {
	color: #fff;
}

.index1-slider-wrapper .overlay-slider .sldier-contact-form .treding-list li a {
	color: #fff;
	font-family: "Outfit", sans-serif;
}

.index1-slider-wrapper .overlay-slider .sldier-contact-form .treding-list li a:hover {
	color: rgba(255, 255, 255, 0.7215686275);
}

.index1-slider-wrapper .overlay-slider .sldier-contact-form .treding-list li+li {
	margin-left: 10px;
}

.treding-job-wrapper .custom-tab {
	margin-top: 20px;
}

.treding-job-wrapper .custom-tab .tab-panel .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	width: 100%;
	max-width: 410px;
	margin: auto;
}

.treding-job-wrapper .custom-tab .tab-panel .nav-tabs .nav-item .nav-link:hover {
	border-color: transparent;
}

.treding-job-wrapper .custom-tab .tab-panel .nav-tabs .nav-item .active {
	border-color: transparent;
	border-bottom: 1px solid #F22234;
	color: #F22234;
}

.treding-job-wrapper .custom-tab .tab-panel .nav-tabs .nav-item .active:hover {
	border-bottom-color: #F22234;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content {
	margin-top: 30px;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box {
	border: 1px solid #C8C8C8;
	text-align: center;
	padding: 35px 20px 20px;
	border-radius: 4px;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-upper-text {
	/* border-bottom: 1px solid #ccc; */
	/* padding-bottom: 20px; */
}

.heart {
	position: absolute;
	top: -22px;
	right: 0;
}

.heart a {
	/* border: 1px solid #ccc; */
	background: #EBEBEB;
	width: 30px;
	height: 30px;
	/* padding: 3px 8px; */
	border-radius: 50%;
	display: inline-block;
}

.heart a i {
	margin-top: 7px;
}

.heart.current a {
	color: #fff;
	background-color: #F22234;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-upper-text .icon-img {
	width: 100%;
	max-width: 90px;
	height: 90px;
	box-shadow: 0 0 0 2px #efefef;
	margin: auto;
	position: relative;
	border-radius: 50%;
	/* padding: 20px 0px; */
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-upper-text .icon-img:after {
	top: -2px;
	left: -2px;
	padding: 0;
	z-index: -1;
	content: "";
	width: 94px;
	height: 94px;
	border-radius: 50%;
	position: absolute;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-upper-text .icon-img:hover {
	box-shadow: none;
	cursor: pointer;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-upper-text .icon-img:hover:after {
	z-index: 10;
	border: 2px dashed #F22234;
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 9s;
	-webkit-transition-delay: now;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-upper-text h5 {
	font-size: 20px;
	padding-top: 20px;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-upper-text p {
	color: #797979;
	padding-top: 8px;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text {
	padding-top: 20px;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text span {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	display: block;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text a {
	color: #F22234;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text p {
	color: #797979;
	padding-top: 8px;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text p span {
	display: inline-block;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text .custom-btn {
	display: inline-block;
	height: 45px;
	width: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #F22234;
	color: #F22234;
	padding: 0px 30px;
	border-radius: 30px;
	margin-top: 16px;
	position: relative;
	overflow: hidden;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text .custom-btn:hover {
	border: 1px solid #F22234;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box .trending-lower-text .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box:hover {
	border: 1px solid #F22234;
	transition: all 0.5s;
}

.treding-job-wrapper .custom-tab .custom-pegination {
	text-align: center;
}

.treding-job-wrapper .custom-tab .custom-pegination ul li {
	display: inline-block;
}

.treding-job-wrapper .custom-tab .custom-pegination ul li a {
	display: inline-block;
	/* border: 1px solid #f6f6f6; */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	/* background-color: #f6f6f6; */
	overflow: hidden;
	position: relative;
}

.treding-job-wrapper .custom-tab .custom-pegination ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.treding-job-wrapper .custom-tab .custom-pegination ul li a:hover {
	border: 1px solid #F22234;
}

.treding-job-wrapper .custom-tab .custom-pegination ul li a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.treding-job-wrapper .custom-tab .custom-pegination ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.treding-job-wrapper .custom-tab .custom-pegination ul li+li {
	margin-left: 10px;
}

.treding-job-wrapper .custom-tab .custom-pegination ul .preious a {
	display: inline-block;
	border: 1px solid #F22234;
	color: #F22234;
	background-color: #fff;
	border-radius: 30px;
	width: 120px;
	height: 40px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
}

.treding-job-wrapper .custom-tab .custom-pegination ul .preious a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	/* transform: skew(50deg); */
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.treding-job-wrapper .custom-tab .custom-pegination ul .preious a:hover {
	border: 1px solid #F22234;
}

.treding-job-wrapper .custom-tab .custom-pegination ul .preious a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.treding-job-wrapper .custom-tab .custom-pegination ul .preious a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.treding-job-wrapper .custom-tab .custom-pegination ul .active a {
	background-color: #F22234;
	color: #fff;
}

.professional-main-wrapper {
	padding: 170px 0px;
}

.professional-main-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/profesional.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.professional-main-wrapper:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/profesional1.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.professional-main-wrapper .left-side {
	padding-right: 80px;
}

.professional-main-wrapper .left-side h2 {
	color: #fff;
	text-align: right;
}

.professional-main-wrapper .left-side a {
	display: inline-block;
	float: right;
	border: 1px solid #fff;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.professional-main-wrapper .left-side a span {
	display: inline-block;
	padding-right: 8px;
}

.professional-main-wrapper .left-side a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.professional-main-wrapper .left-side a:hover {
	border: 1px solid #fff;
}

.professional-main-wrapper .left-side a:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.professional-main-wrapper .left-side a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.professional-main-wrapper .right-side {
	padding-left: 80px;
}

.professional-main-wrapper .right-side h2 {
	color: #fff;
	text-align: left;
}

.professional-main-wrapper .right-side a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.professional-main-wrapper .right-side a span {
	display: inline-block;
	padding-right: 8px;
}

.professional-main-wrapper .right-side a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.professional-main-wrapper .right-side a:hover {
	border: 1px solid #fff;
}

.professional-main-wrapper .right-side a:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.professional-main-wrapper .right-side a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.category-main-wrapper {
	background-image: url(../images/category.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.category-main-wrapper .category-box {
	background-color: #fff;
	width: 100%;
	float: left;
	padding: 30px;
	margin-top: 30px;
	transition: all 0.5s;
}

.category-main-wrapper .category-box .category-icon {
	width: 165px;
	float: left;
}

.category-main-wrapper .category-box .category-icon span {
	color: #F22234;
	font-size: 35px;
}

.category-main-wrapper .category-box .category-icon p {
	color: #111;
	font-size: 16px;
	font-weight: 500;
	padding-top: 6px;
	font-family: "Outfit", sans-serif;
}

.category-main-wrapper .category-box .category-text {
	width: calc(100% - 165px);
	float: left;
	padding-top: 14px;
}

.category-main-wrapper .category-box .category-text h5 {
	font-size: 36px;
	text-align: right;
	color: rgba(121, 121, 121, 0.1294117647);
	font-weight: 600;
	font-family: "Lato", sans-serif;
}

.category-main-wrapper .category-box:hover {
	background-color: #F22234;
	cursor: pointer;
}

.category-main-wrapper .category-box:hover .category-icon span {
	color: #fff;
}

.category-main-wrapper .category-box:hover .category-icon p {
	color: #fff;
}

.category-main-wrapper .category-box:hover .category-text h5 {
	color: #fff;
}

.category-main-wrapper .testi-slider {
	margin-top: 20px;
}

.category-main-wrapper .testi-slider .testi-text {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 45px 45px 45px 0px;
	border: 1px solid #242424;
}

.category-main-wrapper .testi-slider .testi-text .testi-icon {
	width: 80px;
	float: left;
	padding: 20px;
	background-color: #e5eff6;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.category-main-wrapper .testi-slider .testi-text .testi-icon span {
	display: inline-block;
}

.category-main-wrapper .testi-slider .testi-text .testi-icon span svg {
	width: 40px;
	height: 40px;
}

.category-main-wrapper .testi-slider .testi-text .test-content {
	width: calc(100% - 100px);
	float: left;
	padding-left: 50px;
}

.category-main-wrapper .testi-slider .testi-text .test-content p {
	font-style: italic;
	font-size: 16px;
	color: #797979;
}

.category-main-wrapper .testi-slider .testi-text .test-content .testi-img {
	width: 70px;
	float: left;
	padding-top: 20px;
}

.category-main-wrapper .testi-slider .testi-text .test-content .testi-img-text {
	margin-left: 100px;
	margin-top: 30px;
}

.category-main-wrapper .testi-slider .testi-text .test-content .testi-img-text h5 {
	font-size: 20px;
}

.category-main-wrapper .testi-slider .testi-text .test-content .testi-img-text p {
	font-style: normal;
}

.category-main-wrapper .testi-slider .testi-text:hover {
	border-color: #F22234;
}

.category-main-wrapper .testi-slider .testi-text:hover .testi-icon {
	background-color: #F22234;
}

.category-main-wrapper .testi-slider .testi-text:hover .testi-icon span svg {
	fill: #fff;
}

.category-main-wrapper .testi-slider .owl-nav {
	display: none;
}

.category-main-wrapper .testi-slider .owl-dots {
	position: absolute;
	left: 48%;
	bottom: -50px;
}

.freelauncer-main-wrapper .freelauncer-profile {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 30px;
	margin-top: 30px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-img {
	width: 130px;
	float: left;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text {
	width: calc(100% - 135px);
	float: left;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text h6 {
	font-size: 20px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text span {
	color: #F22234;
}

.nav-link.active {
	color: #157DEA !important;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .skill {
	display: flex;
	padding-top: 15px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .skill .skill-text {
	margin-right: 40px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .skill .skill-text p {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .skill .skill-text span {
	display: block;
	color: #797979;
	font-size: 15px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .skill .skill-text a {
	font-size: 12px;
	background: #f6f6f6;
	padding: 5px 12px;
	border-radius: 30px;
	margin-right: 6px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .skill .skill-text a:hover {
	color: #fff;
	background-color: #F22234;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec {
	display: flex;
	width: 380px;
	position: absolute;
	top: 0;
	right: 0;
	justify-content: space-around;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .star {
	padding-top: 8px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .star ul {
	display: flex;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .star ul li a {
	color: #e7b900;
	font-size: 14px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .star ul li+li {
	margin-left: 5px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn {
	display: flex;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn a {
	display: inline-block;
	height: 40px;
	width: 110px;
	text-align: center;
	line-height: 37px;
	border-radius: 30px;
	border: 1px solid #F22234;
	color: #F22234;
	background-color: #fff;
	margin-left: 10px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn1 {
	background-color: #ccecd3;
	border-color: #ccecd3;
	color: #00a222;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn2 {
	background-color: #ecccce;
	border-color: #ecccce;
	color: #00a222;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn3 {
	background-color: #ffffff;
	border-color: #00a222;
	color: #00a222;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .rating-btn .btn4 {
	background-color: #eee9cd;
	border-color: #eee9cd;
	color: #ae9922;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .heart {
	line-height: 40px;
	margin-left: 10px;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .heart a {
	color: #ccc;
	border: 1px solid #ccc;
	padding: 0px 8px;
	border-radius: 50%;
	line-height: 31px;
	display: inline-block;
}

.freelauncer-main-wrapper .freelauncer-profile .profile-text .rating-sec .heart .current {
	color: #fff;
	background: #F22234;
	border-color: #F22234;
}

.freelauncer-main-wrapper .freelauncer-profile:hover {
	border-color: #F22234;
}

.freelauncer-main-wrapper .view-frofile-btn a {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.freelauncer-main-wrapper .view-frofile-btn a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.freelauncer-main-wrapper .view-frofile-btn a:hover {
	border: 1px solid #0a3382;
}

.freelauncer-main-wrapper .view-frofile-btn a:hover span {
	z-index: 11;
	position: relative;
	color: #0a3382;
}

.freelauncer-main-wrapper .view-frofile-btn a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.million-jobs-main-wrapper {
	background-image: url(../images/curve.jpg);
	background-position: right 100px;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 85px 0px;
}

.million-jobs-main-wrapper .million-text-wrapper {
	padding: 35px;
	border-radius: 4px;
	border-top-right-radius: 160px;
	width: 100%;
	background: linear-gradient(90deg, #F22234 0%, #E20B8C 100%)
}

.million-jobs-main-wrapper .million-text-wrapper h4 {
	color: #fff;
}

.million-jobs-main-wrapper .million-text-wrapper p {
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	padding-top: 1px;
	max-width: 600px;
}

.million-jobs-main-wrapper .job-details-main-wrapper {
	max-width: 100%;
	/* padding-top: 30px; */
}

.jobs-details-wrapper {
	width: 100%;
	float: left;
	padding: 15px 10px;
	border-radius: 4px;
	margin-top: 24px;
	background-color: #fff;
}

.jobs-details-wrapper .job-icon {
	width: 60px;
	float: left;
}

.jobs-details-wrapper .job-icon span svg {
	width: 54px;
	height: 54px;
	fill: #fff;
}

.jobs-details-wrapper .job-box {
	width: calc(100% - 60px);
	float: left;
}

.jobs-details-wrapper .job-box h5 {
	color: #f22234;
}

.jobs-details-wrapper .job-box p {
	color: #000;
}

.pricing-main-wrapper .custom-pricing-wrapper {
	margin-top: 30px;
}

.pricing-main-wrapper .custom-pricing-wrapper .nav-pills {
	max-width: 240px;
	margin: auto;
	border: 1px solid #F22234;
	border-radius: 30px;
	overflow: hidden;
}

.pricing-main-wrapper .custom-pricing-wrapper .nav-pills .nav-item .nav-link {
	border-radius: 0;
	width: 119px;
}

.pricing-main-wrapper .custom-pricing-wrapper .nav-pills .nav-item .active {
	background-color: #F22234;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content {
	margin-top: 50px;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box {
	border: 1px solid #f1efef;
	transition: all 0.5s;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-upper {
	text-align: center;
	background-color: #f6f6f6;
	padding: 35px 0px 50px;
	border-bottom-right-radius: 240px 114px;
	border-bottom-left-radius: 240px 114px;
	transition: all 0.5s;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-upper h5 {
	font-size: 22px;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-upper p {
	padding-top: 20px;
	color: #F22234;
	font-size: 22px;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-upper p span {
	font-size: 40px;
	display: inline-block;
	font-weight: 500;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-down {
	padding: 20px;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-down p {
	color: #797979;
	line-height: 35px;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-down p span {
	display: inline-block;
	float: right;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pricing-down .pri-tick span {
	color: #00da2e;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pric-btn {
	text-align: center;
	padding: 10px 0px 40px;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pric-btn a {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #ffffff;
	color: #F22234;
	width: 200px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pric-btn a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pric-btn a:hover {
	border: 1px solid #F22234;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pric-btn a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box .pric-btn a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box:hover {
	border-color: #F22234;
	transition: all 0.5s;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box:hover .pricing-upper {
	background-color: #F22234;
	transition: all 0.5s;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box:hover .pricing-upper h5 {
	color: #ffffff;
}

.pricing-main-wrapper .custom-pricing-wrapper .tab-content .pricing-main-box:hover .pricing-upper p {
	color: #ffffff;
}

.blog-main-wrapper .blog-box {
	padding-top: 50px;
}

.blog-main-wrapper .blog-box .img-icon {
	position: relative;
}

.blog-main-wrapper .blog-box .img-icon .img-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.631372549);
	left: 50%;
	top: 50%;
	bottom: 50%;
	right: 50%;
	opacity: 0;
	transition: all 0.5s;
}

.blog-main-wrapper .blog-box .img-icon img {
	width: 100%;
}

.blog-main-wrapper .blog-box .img-icon p {
	width: 65px;
	height: 65px;
	background-color: #fff;
	color: #F22234;
	position: absolute;
	font-size: 20px;
	padding-top: 7px;
	top: 20px;
	right: 20px;
	z-index: 9;
}

.blog-main-wrapper .blog-box .blog-content {
	background: white;
	padding: 20px;
	box-shadow: none;
}

.blog-main-wrapper .blog-box .blog-content h3,
.blog-main-wrapper .blog-box .blog-content h4,
.blog-main-wrapper .blog-box .blog-content p {
	text-align: left;
}

.blog-main-wrapper .blog-box .blog-content h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 35px;
	padding-top: 10px;
}

.blog-main-wrapper .blog-box .blog-content ul {
	display: flex;
	padding-bottom: 6px;
	padding-top: 15px;
}

.blog-main-wrapper .blog-box .blog-content ul li {
	width: 100%;
}

.blog-main-wrapper .blog-box .blog-content ul li i {
	padding-right: 15px;
	color: #F22234;
}

.blog-main-wrapper .blog-box .blog-content p {
	margin-top: 8px;
}

.blog-main-wrapper .blog-box .blog-content .r-btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #ffffff;
	color: #F22234;
	width: 152px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.blog-main-wrapper .blog-box .blog-content .r-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.3s;
	transform-origin: top left;
	background: #F22234;
	transition: all 0.3s;
}

.blog-main-wrapper .blog-box .blog-content .r-btn:hover {
	border: 1px solid #F22234;
}

.blog-main-wrapper .blog-box .blog-content .r-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.blog-main-wrapper .blog-box .blog-content .r-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.blog-main-wrapper .blog-box:hover .blog-content h3 a {
	color: #F22234;
}

.blog-main-wrapper .blog-box:hover .img-overlay {
	opacity: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.index1-listing-slider-wrapper {
	background-image: url(../images/listing.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0px;
}

.index1-listing-slider-wrapper .slider-text h4 {
	color: #fff;
	font-weight: 600;
}

.index1-listing-slider-wrapper .slider-text ul {
	padding-top: 20px;
}

.index1-listing-slider-wrapper .slider-text ul li {
	display: inline-block;
	color: #fff;
}

.index1-listing-slider-wrapper .slider-text ul li a {
	color: #fff;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 {
	border-bottom: 0;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header {
	display: flex;
	justify-content: end;
	align-items: center;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header .navbar-expand-lg {
	justify-content: flex-end;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header nav ul li a {
	color: #111;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header nav ul li .dropdown-items li a:hover {
	color: #fd2378;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons {
	justify-content: end;
	align-items: center;
	padding-top: 0;
	padding-left: 12px;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons li .search_bar .lv_search_bar a span svg {
	fill: #111;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons .post-drop .post-btn {
	color: #111;
	border-color: #111;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons .post-drop .post-btn:hover {
	border: 1px solid #fd2378;
}

.index2-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons .post-drop .post-btn:after {
	background: #fd2378;
	border: 1px solid #fd2378;
}

.index2-header .sb-main-header1 .menu-fixed {
	background-color: #cee3fd;
}

.index2-slider-wrapper {
	background-image: url(../images/index2/home-back.png);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 140px 0;
	width: 100%;
	float: left;
	position: relative;
	margin-top: -97px;
}

.index2-slider-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/index2/head-upper.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}

.index2-slider-wrapper .index2-slider-img {
	width: 100%;
	float: right;
}

.index2-slider-wrapper .index2-slider-img img {
	width: 100%;
	margin-left: 145px;
	transition: all 0.5s;
}

.index2-slider-wrapper .index2-slider-img:hover img {
	transform: translateY(-8px);
	transition: all 0.5s;
}

.index2-slider-wrapper .slider-caption {
	width: 100%;
	float: left;
	padding-top: 170px;
}

.index2-slider-wrapper .slider-caption h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

.index2-slider-wrapper .slider-caption p {
	padding-top: 12px;
}

.index2-slider-wrapper .slider-form form input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 30px;
	height: 50px;
	padding: 0px 30px;
	padding-left: 45px;
}

.index2-slider-wrapper .slider-form form .field-icon {
	position: relative;
}

.index2-slider-wrapper .slider-form form .field-icon span {
	position: absolute;
	top: 13px;
	left: 30px;
	color: #fd2378;
}

.index2-slider-wrapper .slider-form form .select-field {
	position: relative;
}

.index2-slider-wrapper .slider-form form .select-field select {
	width: 100%;
	border: 1px solid #c9c9c9;
	border-radius: 30px;
	padding: 0px 24px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 50px;
	padding-left: 45px;
}

.index2-slider-wrapper .slider-form form .select-field:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #c9c9c9;
	right: 22px;
	bottom: 22px;
	position: absolute;
	pointer-events: none;
	cursor: pointer;
	z-index: 1;
}

.index2-slider-wrapper .slider-form .search-btn {
	display: inline-block;
	border: 1px solid #fd2378;
	background-color: #fd2378;
	color: #fff;
	width: 140px;
	float: left;
	margin-top: 30px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.index2-slider-wrapper .slider-form .search-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.index2-slider-wrapper .slider-form .search-btn:hover {
	border: 1px solid #fd2378;
}

.index2-slider-wrapper .slider-form .search-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fd2378;
}

.index2-slider-wrapper .slider-form .search-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index2-slider-wrapper .slider-form .play-sec {
	margin-top: 30px;
}

.index2-slider-wrapper .slider-form .play-sec .play-icon {
	width: 70px;
	height: 70px;
	float: left;
	text-align: center;
	line-height: 55px;
	background-image: linear-gradient(to right, #87aeff, #66bdff, #40cbff, #12d8ff, #03e3ff);
	border-radius: 50%;
	border: 7px solid #e0f2ff;
}

.index2-slider-wrapper .slider-form .play-sec .play-icon a {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 100%;
}

.index2-slider-wrapper .slider-form .play-sec .play-text {
	width: calc(100% - 70px);
	float: left;
	padding-left: 24px;
	padding-top: 12px;
}

.index2-slider-wrapper .slider-form .play-sec .play-text h4 {
	font-size: 20px;
}

.popular-category-wrapper {
	position: relative;
}

.popular-category-wrapper .home1-section-heading1 {
	position: relative;
}

.popular-category-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.popular-category-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	right: 48%;
	z-index: 1;
}

.popular-category-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

.popular-category-wrapper .popular-category-main-box {
	margin-top: 60px;
}

.popular-category-wrapper .popular-category-main-box .category-box {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 60px 20px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 30px;
}

.popular-category-wrapper .popular-category-main-box .category-box span {
	display: inline-block;
	font-size: 45px;
	color: #fd2378;
}

.popular-category-wrapper .popular-category-main-box .category-box h4 {
	font-size: 20px;
	color: #111;
	margin-top: 20px;
}

.popular-category-wrapper .popular-category-main-box .category-box .category-overlay {
	position: absolute;
	top: 218px;
	left: 0;
	height: 100%;
	padding: 22px 31px;
	background-color: #fff;
	transition: all 0.5s;
}

.popular-category-wrapper .popular-category-main-box .category-box .category-overlay h5 {
	font-size: 20px;
	padding-bottom: 14px;
}

.popular-category-wrapper .popular-category-main-box .category-box .category-overlay a {
	color: #fd2378;
}

.popular-category-wrapper .popular-category-main-box .category-box:hover {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2588235294);
	transform: translateY(-5px);
	transition: all 0.5s;
}

.popular-category-wrapper .popular-category-main-box .category-box:hover .category-overlay {
	top: 0;
	transition: all 0.5s;
}

.popular-category-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/index2/left-img.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	width: 20%;
	height: 100%;
}

.index2-pricing-wrapper {
	position: relative;
}

.index2-pricing-wrapper .home1-section-heading1 {
	position: relative;
}

.index2-pricing-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.index2-pricing-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	right: 48%;
	z-index: 1;
}

.index2-pricing-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

.index2-pricing-wrapper .custom-pricing-wrapper .nav-pills {
	border-color: #fd2378;
	max-width: 254px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .nav-pills .nav-item .active {
	background-color: #fd2378;
}

.index2-pricing-wrapper .custom-pricing-wrapper .nav-pills .nav-item .nav-link {
	width: 126px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper {
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 24px;
	background-color: #fff;
	position: relative;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-icon {
	width: 85px;
	float: left;
	text-align: center;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-icon img {
	border: 1px solid #eee;
	padding: 20px 18px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text {
	width: calc(100% - 85px);
	float: left;
	padding-left: 20px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text h5 {
	font-size: 16px;
	padding-top: 5px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text span {
	display: block;
	padding-top: 6px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text span i {
	color: #fd2378;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .heart {
	direction: rtl;
	position: absolute;
	right: 18px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .heart a {
	border: 1px solid #ccc;
	padding: 3px 8px;
	border-radius: 50%;
	display: inline-block;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .heart .current {
	color: #fff;
	background-color: #fd2378;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .multi-btn {
	display: flex;
	margin-top: 12px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .multi-btn a {
	border: 1px solid #fd2378;
	border-radius: 30px;
	width: 112px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	color: #fd2378;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .multi-btn a+a {
	margin-left: 12px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .multi-btn .apply-btn:hover {
	background-color: #fd2378;
	color: #fff;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper .latest-text .multi-btn .full-btn {
	border: 1px solid #F22234;
	color: #F22234;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .latest-job-main-wrapper:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination {
	text-align: center;
	margin-top: 20px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul li {
	display: inline-block;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul li a {
	display: inline-block;
	border: 1px solid #f6f6f6;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	background-color: #f6f6f6;
	overflow: hidden;
	position: relative;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fd2378;
	transition: all 0.3s;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul li a:hover {
	border: 1px solid #fd2378;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul li a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul li+li {
	margin-left: 10px;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul .preious a {
	display: inline-block;
	border: 1px solid #fd2378;
	color: #fd2378;
	background-color: #fff;
	border-radius: 30px;
	width: 120px;
	height: 40px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul .preious a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fd2378;
	transition: all 0.3s;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul .preious a:hover {
	border: 1px solid #fd2378;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul .preious a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul .preious a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index2-pricing-wrapper .custom-pricing-wrapper .tab-content .custom-pegination ul .active a {
	background-color: #fd2378;
	color: #fff;
}

.index2-pricing-wrapper:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url(../images/index2/job-left.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	width: 800px;
	height: 100%;
	z-index: -1;
}

.index2-pricing-wrapper:after {
	content: "";
	position: absolute;
	top: -220px;
	right: 0;
	background-image: url(../images/index2/job-right.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	width: 800px;
	height: 100%;
	z-index: -1;
}

.employment-main-wrapper .home1-section-heading1 {
	position: relative;
}

.employment-main-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.employment-main-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	right: 48%;
	z-index: 1;
}

.employment-main-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

.employment-main-wrapper .employe-job-box {
	margin-top: 70px;
	position: relative;
}

.employment-main-wrapper .employe-job-box .employ-text-box {
	text-align: center;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon span {
	background-color: #90aaff;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 96px;
	border-radius: 50%;
	position: relative;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon span svg {
	fill: #fff;
	width: 40px;
	height: 40px;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon span .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	line-height: 25px;
	background-color: #90aaff;
	border-radius: 50%;
	border: 3px solid #fff;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon span .num small {
	color: #fff;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon span .two {
	background-color: #fd2378;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon span .three {
	background-color: #01e3ff;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon span:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
}

.employment-main-wrapper .employe-job-box .employ-text-box .user-job span {
	background-color: #fd2378;
}

.employment-main-wrapper .employe-job-box .employ-text-box .apply-job span {
	background-color: #01e3ff;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon-text {
	margin-top: 15px;
	padding: 24px;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon-text h4 {
	color: #111;
	font-size: 20px;
}

.employment-main-wrapper .employe-job-box .employ-text-box .employ-icon-text p {
	padding-top: 20px;
}

.employment-main-wrapper .employe-job-box:before {
	content: "";
	position: absolute;
	top: -85px;
	left: 19%;
	background-image: url(../images/index2/curve.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	width: 794px;
	height: 100%;
	z-index: -1;
}

.highest-freelancer-main-wrapper {
	position: relative;
}

.highest-freelancer-main-wrapper .home1-section-heading1 {
	position: relative;
}

.highest-freelancer-main-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.highest-freelancer-main-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	right: 48%;
	z-index: 1;
}

.highest-freelancer-main-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

.highest-freelancer-main-wrapper .frrelncer-slider {
	margin-top: 65px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card {
	text-align: center;
	border: 1px solid #ccc;
	width: 100%;
	float: left;
	background: #fff;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-header {
	padding: 20px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-header span {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-header a {
	display: block;
	margin-top: 20px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-header a h5 {
	font-size: 20px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-header .star {
	display: flex;
	justify-content: center;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-header .star li a {
	color: #e7b900;
	font-size: 14px;
	margin-top: 0px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-header .star li+li {
	margin-left: 5px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-body {
	padding: 20px;
	text-align: left;
	width: 100%;
	float: left;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-body p {
	display: inline-block;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-body p span {
	font-weight: 600;
	display: inline-block;
	color: #111;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-body .apply-btn {
	border: 1px solid #fd2378;
	border-radius: 30px;
	width: 112px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	color: #fd2378;
	float: right;
	margin-bottom: 15px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-body .apply-btn:hover {
	background-color: #fd2378;
	color: #fff;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-footer {
	text-align: left;
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-footer ul {
	display: flex;
	align-content: center;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-footer ul li {
	width: 50%;
	text-align: center;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-footer ul li a {
	padding: 20px 0px;
	display: inline-block;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-footer ul li a i {
	color: #fd2378;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-footer ul li a:hover {
	color: #fd2378;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card .custom-card-footer ul li+li {
	border-left: 1px solid #ccc;
}

.highest-freelancer-main-wrapper .frrelncer-slider .custom-card:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
}

.highest-freelancer-main-wrapper .frrelncer-slider .owl-nav {
	display: block;
	margin-top: 30px;
}

.highest-freelancer-main-wrapper .frrelncer-slider .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fd2378;
	border-radius: 50%;
	color: #fd2378;
}

.highest-freelancer-main-wrapper .frrelncer-slider .owl-nav .owl-prev:hover {
	background-color: #fd2378;
	color: #fff;
}

.highest-freelancer-main-wrapper .frrelncer-slider .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fd2378;
	border-radius: 50%;
	color: #fd2378;
}

.highest-freelancer-main-wrapper .frrelncer-slider .owl-nav .owl-next:hover {
	background-color: #fd2378;
	color: #fff;
}

.highest-freelancer-main-wrapper:after {
	content: "";
	position: absolute;
	bottom: -330px;
	right: 0;
	background-image: url(../images/index2/job-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	width: 600px;
	height: 100%;
	z-index: -1;
}

.plan-package-main-wrapper {
	position: relative;
}

.plan-package-main-wrapper .home1-section-heading1 {
	position: relative;
}

.plan-package-main-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.plan-package-main-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	right: 48%;
	z-index: 1;
}

.plan-package-main-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

.plan-package-main-wrapper .custom-package-tab {
	margin-top: 70px;
}

.plan-package-main-wrapper .custom-package-tab .nav-pills {
	max-width: 254px;
	margin: auto;
	border: 1px solid #fd2378;
	border-radius: 30px;
	overflow: hidden;
}

.plan-package-main-wrapper .custom-package-tab .nav-pills .nav-item .active {
	background-color: #fd2378;
}

.plan-package-main-wrapper .custom-package-tab .nav-pills .nav-item .nav-link {
	width: 126px;
	border-radius: 0;
}

.plan-package-main-wrapper .custom-package-tab .tab-content {
	margin-top: 60px;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box {
	border: 1px solid #ccc;
	background: #fff;
	padding: 30px;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box h4 span {
	display: inline-block;
	font-size: 16px;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box a {
	font-size: 20px;
	display: inline-block;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	padding-top: 30px;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box p {
	padding-top: 4px;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box .get-btn {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 200;
	width: 100%;
	text-align: center;
	padding: 10px 12px;
	border: 1px solid #fd2378;
	border-radius: 30px;
	margin-top: 30px;
	background: #fd2378;
	color: #fff;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box .std-plan {
	background-image: linear-gradient(to right, #8eabff, #6bbbff, #42caff, #0ed7ff, #03e3ff);
	border-color: #56c3ff;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box .package-list {
	margin-top: 30px;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box .package-list li p span {
	float: right;
}

.plan-package-main-wrapper .custom-package-tab .tab-content .package-box:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
}

.plan-package-main-wrapper:before {
	content: "";
	position: absolute;
	top: 320px;
	left: 0;
	background-image: url(../images/index2/plan-left.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	width: 48%;
	height: 100%;
	z-index: -1;
}

.download-mobile-wrapper {
	position: relative;
}

.download-mobile-wrapper .home1-section-heading1 {
	position: relative;
	text-align: left;
}

.download-mobile-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.download-mobile-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 65px;
	z-index: 1;
}

.download-mobile-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.download-mobile-wrapper .mobile-text {
	margin-top: 45px;
}

.download-mobile-wrapper .mobile-text h4 {
	font-size: 20px;
	line-height: 32px;
	max-width: 520px;
}

.download-mobile-wrapper .mobile-text ul {
	display: inline-block;
	margin-top: 20px;
}

.download-mobile-wrapper .mobile-text ul li {
	padding-bottom: 12px;
}

.download-mobile-wrapper .app-btn {
	width: 100%;
	display: flex;
	padding-top: 30px;
}

.download-mobile-wrapper .app-btn a+a {
	margin-left: 12px;
}

.download-mobile-wrapper .app-btn a {
	display: inline-block;
}

.download-mobile-wrapper:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	background-image: url(../images/index2/plan-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	width: 600px;
	height: 100%;
	z-index: -1;
}

.download-mobile-wrapper .mobile-img {
	transition: all 0.5s;
}

.download-mobile-wrapper .mobile-img:hover {
	transform: translateY(-8px);
	transition: all 0.5s;
}

.post-latest-job-wrapper .home1-section-heading1 {
	position: relative;
}

.post-latest-job-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.post-latest-job-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	right: 48%;
	z-index: 1;
}

.post-latest-job-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

.post-latest-job-wrapper .latest-post-main-box {
	margin-top: 75px;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture {
	position: relative;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text span {
	color: #fd2378;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text h4 {
	font-size: 20px;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text h4 a {
	color: #fff;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text ul {
	display: flex;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text ul li a {
	color: #fff;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text ul li a i {
	color: #fd2378;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .vedio-text ul li+li {
	margin-left: 18px;
}

.post-latest-job-wrapper .latest-post-main-box .post-picture .play-btn {
	position: absolute;
	left: 36%;
	top: 39%;
	width: 90px;
	height: 90px;
	background: #fd2378;
	text-align: center;
	line-height: 84px;
	border-radius: 50px;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment {
	border: 1px solid #ccc;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-img {
	width: 240px;
	float: left;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text {
	width: calc(100% - 240px);
	float: left;
	padding: 40px;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text h4 {
	font-size: 20px;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text span {
	color: #fd2378;
	display: inline-block;
	padding: 4px 0px;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text .like {
	padding-top: 10px;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text .like a {
	color: #808080;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text .like a i {
	color: #fd2378;
}

.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text .like a+a {
	margin-left: 12px;
}

.post-latest-job-wrapper .latest-post-main-box .center-btn {
	text-align: center;
	margin-top: 35px;
}

.post-latest-job-wrapper .latest-post-main-box .center-btn a {
	width: 130px;
	height: 44px;
	line-height: 38px;
	border-radius: 30px;
	border: 1px solid #fd2378;
	margin-top: 20px;
	background: #fd2378;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.post-latest-job-wrapper .latest-post-main-box .center-btn a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background-color: #fff;
	transition: all 0.3s;
}

.post-latest-job-wrapper .latest-post-main-box .center-btn a:hover {
	border: 1px solid #fd2378;
}

.post-latest-job-wrapper .latest-post-main-box .center-btn a:hover span {
	z-index: 11;
	position: relative;
	color: #fd2378;
}

.post-latest-job-wrapper .latest-post-main-box .center-btn a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.client-say-wrapper .home1-section-heading1 {
	position: relative;
	text-align: left;
	padding-top: 185px;
}

.client-say-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.client-say-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 65px;
	z-index: 1;
}

.client-say-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.client-say-wrapper .heading-text {
	max-width: 385px;
}

.client-say-wrapper .heading-text p {
	padding: 20px 0px;
}

.client-say-wrapper .heading-text .custom-btn {
	width: 130px;
	height: 44px;
	line-height: 38px;
	border-radius: 30px;
	border: 1px solid #fd2378;
	margin-top: 20px;
	background: #fd2378;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.client-say-wrapper .heading-text .custom-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background-color: #fff;
	transition: all 0.3s;
}

.client-say-wrapper .heading-text .custom-btn:hover {
	border: 1px solid #fd2378;
}

.client-say-wrapper .heading-text .custom-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fd2378;
}

.client-say-wrapper .heading-text .custom-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.client-say-wrapper .client-post-wrapper {
	display: flex;
	justify-content: space-around;
}

.client-say-wrapper .client-post-wrapper .left-side-client {
	display: flex;
	flex-direction: column;
	padding-top: 85px;
	width: 46%;
}

.client-say-wrapper .client-post-wrapper .left-side-client .left-side-one {
	border: 1px solid #ccc;
	padding: 35px 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.client-say-wrapper .client-post-wrapper .left-side-client .left-side-one span {
	display: inline-block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	overflow: hidden;
}

.client-say-wrapper .client-post-wrapper .left-side-client .left-side-one a {
	display: block;
	padding-top: 10px;
}

.client-say-wrapper .client-post-wrapper .left-side-client .left-side-one a h5 {
	font-size: 16px;
}

.client-say-wrapper .client-post-wrapper .left-side-client .left-side-one a h5 small {
	color: #fd2378;
}

.client-say-wrapper .client-post-wrapper .left-side-client .left-side-one p {
	padding-top: 12px;
}

.client-say-wrapper .client-post-wrapper .left-side-client .left-side-one:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
}

.client-say-wrapper .client-post-wrapper .right-side-client {
	display: flex;
	flex-direction: column;
	width: 46%;
}

.client-say-wrapper .client-post-wrapper .right-side-client .right-side-one {
	border: 1px solid #ccc;
	padding: 35px 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.client-say-wrapper .client-post-wrapper .right-side-client .right-side-one span {
	display: inline-block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	overflow: hidden;
}

.client-say-wrapper .client-post-wrapper .right-side-client .right-side-one a {
	display: block;
	padding-top: 10px;
}

.client-say-wrapper .client-post-wrapper .right-side-client .right-side-one a h5 {
	font-size: 16px;
}

.client-say-wrapper .client-post-wrapper .right-side-client .right-side-one a h5 small {
	color: #fd2378;
}

.client-say-wrapper .client-post-wrapper .right-side-client .right-side-one p {
	padding-top: 12px;
}

.client-say-wrapper .client-post-wrapper .right-side-client .right-side-one:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
}

.right-jobs-wrapper {
	padding-bottom: 100px;
}

.right-jobs-wrapper .home1-section-heading1 {
	position: relative;
}

.right-jobs-wrapper .home1-section-heading1 h6 {
	color: #fd2378;
}

.right-jobs-wrapper .home1-section-heading1:before {
	content: "";
	width: 100%;
	max-width: 12px;
	margin: 0 auto;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	right: 48%;
	z-index: 1;
}

.right-jobs-wrapper .home1-section-heading1:after {
	content: "";
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #fd2378;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

.right-jobs-wrapper .project-wrapper {
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 75px;
	transition: all 0.5s;
}

.right-jobs-wrapper .project-wrapper .project-icon {
	width: 85px;
	float: left;
}

.right-jobs-wrapper .project-wrapper .project-icon span svg {
	width: 50px;
	height: 50px;
	fill: #fd2378;
}

.right-jobs-wrapper .project-wrapper .project-text {
	width: calc(100% - 100px);
	float: left;
}

.right-jobs-wrapper .project-wrapper:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
}

.index2-footer-wrapper {
	background-image: url(../images/index2/footer.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 124px 0px 0px;
}

.index2-footer-wrapper .sb-footer-section {
	padding-top: 35px;
}

.index2-footer-wrapper .sb-footer-section p {
	color: #111;
}

.index2-footer-wrapper .sb-footer-section ul li a {
	color: #111;
}

.index2-footer-wrapper .sb-footer-section ul li h4 {
	color: #111;
}

.index2-footer-wrapper .links {
	padding-top: 35px;
}

.index2-footer-wrapper .links h4 {
	color: #111;
}

.index2-footer-wrapper .links ul li a {
	color: #111;
}

.index2-footer-wrapper .links ul li a:hover {
	color: #fd2378;
}

.index2-footer-wrapper .links p {
	color: #111;
}

.index2-footer-wrapper .links .input-box input {
	border: 1px solid rgba(14, 14, 14, 0.6588235294);
	color: #111;
}

.index2-footer-wrapper .links .input-box button {
	background-color: #fd2378;
	border: 1px solid #fd2378;
}

.index2-footer-wrapper .links .app-btn a+a {
	margin-left: 10px;
}

.index2-footer-wrapper .bottom-footer {
	margin-top: 0;
	background-color: transparent;
	text-align: left;
	border-top: 1px solid #111;
}

.index2-footer-wrapper .bottom-footer p {
	color: #111;
}

.index2-footer-wrapper .bottom-footer ul {
	float: right;
	text-align: right;
}

.index2-footer-wrapper .bottom-footer ul li {
	display: inline-block;
}

.index2-footer-wrapper .bottom-footer ul li a {
	display: inline-block;
	border: 1px solid #111;
	border-radius: 50%;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}

.index2-footer-wrapper .bottom-footer ul li a span svg {
	width: 20px;
	height: 20px;
	fill: #111;
}

.index2-footer-wrapper .bottom-footer ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #111;
	transition: all 0.3s;
}

.index2-footer-wrapper .bottom-footer ul li a:hover {
	border: 1px solid #111;
}

.index2-footer-wrapper .bottom-footer ul li a:hover span {
	z-index: 11;
	position: relative;
}

.index2-footer-wrapper .bottom-footer ul li a:hover span svg {
	fill: #fd2378;
}

.index2-footer-wrapper .bottom-footer ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index2-footer-wrapper .bottom-footer ul li+li {
	margin-left: 12px;
}

/* ....................................
1.1 LOGIN 03 CSS 
.......................................*/
.login_box_main_wrapper {
	float: left;
	background-image: url("../images/loginback.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 99%;
	position: relative;
}

.login_box_main_wrapper .login-logo {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 140px 0px 50px;
}

.login_box_main_wrapper .login-logo img {
	width: auto;
}

.login_box_main_wrapper .gap-top {
	padding: 60px 0px 30px;
}

.login_box_main_wrapper .form-tabs {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.login_box_main_wrapper .form-tabs .nav-pills {
	max-width: 362px;
	margin: auto;
	border: 1px solid rgba(255, 255, 255, 0.3019607843);
	border-radius: 30px;
	overflow: hidden;
}

.login_box_main_wrapper .form-tabs .nav-pills .nav-item .nav-link {
	border-radius: 0;
	width: 119px;
	color: #fff;
}

.login_box_main_wrapper .form-tabs .nav-pills .nav-item .active {
	background: #fff;
	color: #F22234;
}

.login_box_main_wrapper .form-tabs .nav-pills li+li {
	border-left: 1px solid rgba(255, 255, 255, 0.3019607843);
}

.login_box_main_wrapper .signin-wrapper {
	width: 500px;
	justify-self: center;
	display: inline-grid;
	/* float: left; */
	/* background: #fff; */
	padding: 40px;
	border-radius: 12px;
}

.login_box_main_wrapper .signin-wrapper .left-side {
	width: 100%;
	float: left;
}

.login_box_main_wrapper .signin-wrapper .left-side h4 {
	font-size: 24px;
}

.btn-upload-ktp {
	font-weight: 600;
	font-size: 16px !important;
	height: 100%;
	top: 0px !important;
	padding-top: 12px;
	border-right: 1px solid #C8C8C8;
	padding-right: 15px;
	cursor: pointer;
	user-select: none;
}

.login_box_main_wrapper .signin-wrapper .left-side form {
	/* padding-top: 30px; */
	/* padding-right: 60px; */
}

.login_box_main_wrapper .signin-wrapper .left-side form .form-group {
	margin-bottom: 20px;
}

.select-wrapper {
	position: relative;
	display: inline-block;
}

.select-wrapper select {
	appearance: none;
	width: 100%;
	padding: 10px 40px 10px 10px;
	/* Ruang untuk panah */
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}

.select-wrapper::after {
	content: "▼";
	/* Gunakan simbol Unicode atau SVG */
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 14px;
	color: #333;
}

.login_box_main_wrapper .signin-wrapper .left-side form .form-group select,
.login_box_main_wrapper .signin-wrapper .left-side form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eaf2f7;
	/* border-radius: 30px; */
	background: #fff;
	padding: 0px 55px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round {
	position: relative;
	display: inline-block;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round label {
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 50%;
	cursor: pointer;
	height: 21px;
	left: 0;
	position: absolute;
	line-height: 18px;
	top: 0;
	width: 21px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 5px;
	transform: rotate(-45deg);
	width: 12px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round label span {
	display: inline-block;
	width: 200px;
	padding-left: 30px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round input[type=checkbox] {
	visibility: hidden;
	width: auto;
	height: auto;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round input[type=checkbox]:checked+label {
	background-color: #66bb6a;
	border-color: #66bb6a;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.login_box_main_wrapper .signin-wrapper .left-side form .round span {
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;
	color: #222222;
	padding-top: 0px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .forgot {
	float: right;
	font-size: 16px;
	color: #F22234;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec {
	padding-top: 20px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .sub-btn {
	display: inline-block;
	height: 45px;
	width: 100%;
	/* float: left; */
	text-align: center;
	line-height: 40px;
	background-color: #f22234;
	border: 1px solid #f22234;
	padding: 0px 30px;
	color: #fff;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .sub-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #0a3382;
	transition: all 0.3s;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .sub-btn:hover {
	border: 1px solid #0a3382;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .sub-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .sub-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn span {
	display: inline-block;
	padding: 0px 20px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul {
	display: inline-block;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	color: #111;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a {
	display: inline-block;
	border: 1px solid #111;
	border-radius: 50%;
	text-align: center;
	width: 38px;
	height: 38px;
	line-height: 34px;
	position: relative;
	overflow: hidden;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a span {
	padding: 0px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a span svg {
	width: 18px;
	height: 18px;
	fill: #111;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	/* background: #F22234; */
	transition: all 0.3s;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a:hover {
	border: 1px solid #F22234;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a:hover span {
	z-index: 11;
	position: relative;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a:hover span svg {
	fill: #fff;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .social-btn ul li+li {
	margin-left: 12px;
}

.text-default {
	font-weight: 400;
	font-size: 16px;
	color: #808080;
}

.text-default-14 {
	font-weight: 400;
	font-size: 14px;
	color: #808080;
}

.text-default-12 {
	font-weight: 400;
	font-size: 12px;
	color: #808080;
}

.lh-1_5 {
	line-height: 1.5;
}

.ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* Limit to 2 lines */
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* Limit to 2 lines */
	overflow: hidden;
	text-overflow: ellipsis;
}

.title-blog-card {
	color: black;
	font-weight: 600;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* Limit to 2 lines */
	overflow: hidden;
	text-overflow: ellipsis;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec p {
	color: #111;
	padding-top: 12px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec p a {
	color: #f22234;
	font-weight: 600;
	border-bottom: 1px solid;
}

.login_box_main_wrapper .signin-wrapper .left-side form .field-icon {
	position: relative;
}

.login_box_main_wrapper .signin-wrapper .left-side form .field-icon span {
	position: absolute;
	left: 30px;
	top: 12px;
	font-size: 20px;
	/* color: #F22234; */
}

.login_box_main_wrapper .signin-wrapper .left-side form .dekstop-hidden {
	display: none;
}

.login_box_main_wrapper .signin-wrapper .right-side form {
	margin-top: 60px;
	padding-left: 60px;
	border-left: 1px solid #ccc;
}

.login_box_main_wrapper .signin-wrapper .right-side form .field-icon {
	position: relative;
}

.login_box_main_wrapper .signin-wrapper .right-side form .field-icon input {
	width: 100%;
	height: 50px;
	border: 1px solid #eaf2f7;
	border-radius: 30px;
	background: #eaf2f7;
	padding: 0px 45px;
}

.login_box_main_wrapper .signin-wrapper .right-side form .field-icon span {
	position: absolute;
	left: 30px;
	top: 11px;
	font-size: 20px;
	color: #F22234;
}

.login_box_main_wrapper .signin-wrapper .login-img {
	width: 100%;
	float: right;
	text-align: right;
	padding-right: 54px;
	border-left: 1px solid #ccc;
}

.login_box_main_wrapper .signin-wrapper .login-img img {
	width: 365px;
}

.login_box_main_wrapper .footer-form {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
}

.login_box_main_wrapper .footer-form p {
	color: #fff;
}

/* ....................................
1.1 PROJECT 03 CSS 
.......................................*/
.inner-page-main-wrapper .develop_main_wrapper {
	background: #FFF5CE;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 5px 0px 20px rgba(17, 17, 17, 0.0392156863);
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inner-page-main-wrapper .develop_main_wrapper .develop-cont h3 {
	font-size: 22px;
}

.inner-page-main-wrapper .develop_main_wrapper .develop-cont h3 small {
	font-size: 16px;
	font-weight: 400;
	margin-left: 15px;
	color: #F22234;
}

.inner-page-main-wrapper .develop_main_wrapper .develop-cont h3 small i {
	color: #00cc8d;
}

.inner-page-main-wrapper .develop_main_wrapper .develop-cont h3 a {
	color: #F22234;
}

.inner-page-main-wrapper .develop_main_wrapper .develop-cont ul {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 15px;
}

.inner-page-main-wrapper .develop_main_wrapper .develop-cont ul li {
	padding-right: 30px;
	color: #655c5c;
}

.inner-page-main-wrapper .develop_main_wrapper .develop-cont ul li i {
	margin-right: 7px;
	color: #F22234;
}

.inner-page-main-wrapper .develop_main_wrapper .bid_button {
	display: flex;
}

.inner-page-main-wrapper .develop_main_wrapper .bid_button a {
	display: inline-block;
	border: 1px solid #00cc8d;
	background-color: #00cc8d;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .develop_main_wrapper .bid_button a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .develop_main_wrapper .bid_button a:hover {
	border: 1px solid #00cc8d;
}

.inner-page-main-wrapper .develop_main_wrapper .bid_button a:hover span {
	z-index: 11;
	position: relative;
	color: #00cc8d;
}

.inner-page-main-wrapper .develop_main_wrapper .bid_button a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .descript_main_wrapper {
	background: #fff;
	padding: 0px 25px;
	border: 1px solid #F2F2F2;
	border-radius: 6px;
	/* box-shadow: 5px 0px 20px rgba(17, 17, 17, 0.0392156863); */
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.inner-page-main-wrapper .descript_main_wrapper h4 {
	font-size: 20px;
	padding: 20px 0px;
	font-weight: 600;
	border-bottom: 1px solid #F2F2F2;
}

.title-card {
	font-weight: 600;
	font-size: 20px;
	color: black;
}

.inner-page-main-wrapper .descript_main_wrapper p {
	padding: 20px 0px;
	color: #000;
	display: inline-block;
}

.inner-page-main-wrapper .descript_main_wrapper .link_btn {
	display: flex;
	align-items: center;
}

.inner-page-main-wrapper .descript_main_wrapper .link_btn li {
	padding-right: 25px;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview {
	width: 100%;
	display: inline-block;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview li {
	display: inherit;
	width: 100%;
	padding-right: 0;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview li .job-icon {
	width: 40px;
	float: left;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview li .job-icon i {
	font-size: 20px;
	color: #F22234;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview li .job-text {
	width: calc(100% - 40px);
	float: left;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview li .job-text span {
	width: 100%;
	font-size: 14px;
	color: #797979;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview li .job-text p {
	padding: 0;
	color: #111;
}

.inner-page-main-wrapper .descript_main_wrapper .job-overview li+li {
	margin-top: 4px;
}

.inner-page-main-wrapper .descript_main_wrapper .social-icon {
	display: flex;
	align-items: center;
}

.inner-page-main-wrapper .descript_main_wrapper .social-icon li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid #797979;
	border-radius: 50px;
	padding: 0;
	display: inline-block;
	text-align: center;
	color: #797979;
}

.inner-page-main-wrapper .descript_main_wrapper .social-icon li a:hover {
	border-color: #F22234;
	color: #fff;
	background-color: #F22234;
}

.inner-page-main-wrapper .descript_main_wrapper .social-icon li+li {
	margin-left: 12px;
}

.inner-page-main-wrapper .descript_main_wrapper ul {
	padding: 0 30px 30px;
	display: inline-block;
	padding-top: 15px !important;
}

.inner-page-main-wrapper .descript_main_wrapper ul li {
	padding-top: 7px;
}

.inner-page-main-wrapper .descript_main_wrapper ul li span {
	color: #F22234;
	padding-right: 15px;
	width: 30px;
	float: left;
}

.inner-page-main-wrapper .descript_main_wrapper ul li p {
	/* width: calc(100% - 45px); */
	width: 100%;
	float: left;
	padding: 0;
	/* padding-bottom: 15px; */
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main {
	padding: 25px;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main h6 {
	font-size: 16px;
	padding-top: 20px;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main p {
	padding: 0;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main label {
	padding: 20px 0;
	font-weight: 600;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main textarea {
	width: 100%;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	padding: 20px;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .input-box {
	display: flex;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .input-box input {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 2px solid #c9c9c9;
	height: 50px;
	width: 100%;
	padding: 0px 18px;
	border-right: 0;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .input-box span {
	height: 50px;
	width: 70px;
	border: 1px solid #F22234;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #F22234;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .place_btn {
	display: inline-block;
	border: 1px solid #F22234;
	background-color: #F22234;
	color: #fff;
	width: 200px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .place_btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .place_btn:hover {
	border: 1px solid #F22234;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .place_btn:hover span {
	z-index: 11;
	position: relative;
	color: #F22234;
}

.inner-page-main-wrapper .descript_main_wrapper .bid-details-main .place_btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec {
	display: flex;
	justify-content: space-between;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text {
	display: flex;
	align-items: center;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text .proposal_img {
	float: left;
	width: 80px;
	margin-right: 25px;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text .proposal_text {
	float: right;
	width: calc(100% - 80px);
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text .proposal_text h5 {
	font-size: 20px;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text .proposal_text .rating {
	padding: 12px 0 0;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text .proposal_text .rating span {
	display: inline-block;
	background: #ffcb2c;
	color: #111;
	padding: 2px 8px;
	margin-right: 10px;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text .proposal_text .rating i {
	color: #ffcb2c;
	margin: 0 1px;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .proposal_img_text .proposal_text .rating strong {
	font-weight: 500;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .price {
	margin-top: 10px;
	float: left;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .price h5 {
	font-size: 20px;
}

.inner-page-main-wrapper .descript_main_wrapper .proposal_main_sec .price h5 small {
	font-size: 14px;
	color: #797979;
}

.inner-page-main-wrapper .descript_main_wrapper .client_list {
	padding-top: 30px;
}

.inner-page-main-wrapper .descript_main_wrapper .client_list i {
	color: #F22234;
}

.inner-page-main-wrapper .descript_main_wrapper .client_list strong i {
	color: #ffcb2c;
}

.inner-page-main-wrapper .descript_main_wrapper .client_list small {
	display: inline-block;
	background: #ffcb2c;
	color: #111;
	padding: 2px 8px;
	margin-right: 10px;
}

.inner-page-main-wrapper .map_frame {
	padding: 30px;
}

.inner-page-main-wrapper .map_frame iframe {
	width: 100%;
}

.inner-page-main-wrapper .proposal_heading {
	font-size: 22px;
	margin: 50px 0 30px;
}

.inner-page-main-wrapper .rm-btn {
	color: #F22234;
}

.inner-page-main-wrapper .budget_main_wrapper {
	padding: 35px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.inner-page-main-wrapper .budget_main_wrapper .budget_img {
	float: left;
	width: 110px;
}

.inner-page-main-wrapper .budget_main_wrapper .budget_text {
	float: right;
	width: calc(100% - 110px);
	padding-left: 25px;
	border-left: 1px solid #eeeeee;
}

.inner-page-main-wrapper .budget_main_wrapper .budget_text h5 {
	font-size: 22px;
}

.inner-page-main-wrapper .budget_main_wrapper .budget_text p {
	color: #655c5c;
}

/* ....................................
1.2 SHORTCODE 03 CSS 
.......................................*/
a {
	text-decoration: none;
	color: #111111;
}

p {
	color: #808080;
}

.padd-100 {
	padding: 100px 0;
}

ul {
	padding: 0px;
	list-style-type: none;
}

.page-header {
	padding: 30px 0;
	background-color: #fafafa;
}

.page-header .heading h4 {
	font-size: 24px;
	color: #111111;
}

/*===================================== ACCORDION PAGE START ================================*/
/*============================ first accordion ==============================*/
.accor-heading {
	margin-bottom: 30px;
}

.accor-heading h3 {
	font-size: 24px;
	text-align: center;
}

.accordion1-main-wrapper .accordion-button span {
	display: inline-block;
	margin-right: 20px;
}

.accordion1-main-wrapper .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.accordion1-main-wrapper .accordion-button:not(.collapsed) {
	color: #4285f4;
	background-color: #ffffff;
	box-shadow: none;
}

.accordion1-main-wrapper .accordion-button:after {
	background-image: none;
}

.accordion1-main-wrapper .accordion-item {
	border: none;
}

.accordion1-main-wrapper .accordion-item .accordion-body {
	margin: 1rem 1.25rem;
	padding: 0 35px;
	border-left: 2px solid #4285f4;
}

/*============================ second accordion ==============================*/
.accordion2-wrapper {
	background-color: transparent;
}

.accordion2-wrapper .accor-heading h3 {
	color: #ffffff;
}

.accordion2-wrapper .accordion-button span {
	color: #157DEA;
	display: inline-block;
	margin-right: 15px;
}

.accordion2-wrapper .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.accordion2-wrapper .accordion-button:not(.collapsed) {
	color: #157DEA;
	background-color: #ffffff;
	box-shadow: none;
}

.accordion2-wrapper .accordion-button:after {
	background-image: none;
}

.accordion2-wrapper .accordion-item {
	border: none;
	border-radius: 3px !important;
	margin-top: 20px;
}

.accordion2-wrapper .accordion-item .accordion-header button {
	position: relative;
	border-radius: 6px;
}

.accordion2-wrapper .accordion-item .accordion-header button:before {
	content: "";
	text-align: center;
	background: #157DEA;
	font-size: 14px;
	width: 15px;
	height: 2px;
	line-height: 24px;
	display: block;
	position: absolute;
	right: 13px;
}

.accordion2-wrapper .accordion-item .accordion-header button:after {
	content: "";
	text-align: center;
	background: #157DEA;
	font-size: 14px;
	width: 2px;
	height: 15px;
	line-height: 24px;
	display: block;
}

.accordion2-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
	display: none;
}

/*============================ Third accordion ==============================*/
.accordion3-wrapper {
	background-color: #f7f7f7;
}

.accordion3-wrapper .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.accordion3-wrapper .accordion-button:not(.collapsed) {
	color: #4285f4;
	background-color: #ffffff;
	box-shadow: none;
}

.accordion3-wrapper .accordion-button:after {
	background-image: none;
}

.accordion3-wrapper .accordion-item {
	border: none;
	margin-top: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
}

.accordion3-wrapper .accordion-item .accordion-header button {
	position: relative;
}

.accordion3-wrapper .accordion-item .accordion-header button:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	color: #111111;
	font-size: 14px;
	display: block;
}

.accordion3-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
	transform: rotate(90deg);
}

/*============================ Fourth accordion ==============================*/
.accordion4-wrapper .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.accordion4-wrapper .accordion-button:not(.collapsed) {
	color: #4285f4;
	background-color: #ffffff;
	box-shadow: none;
}

.accordion4-wrapper .accordion-button:after {
	background-image: none;
}

.accordion4-wrapper .accordion-item {
	border: none;
	margin-top: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
}

.accordion4-wrapper .accordion-item .accordion-header button {
	position: relative;
}

.accordion4-wrapper .accordion-item .accordion-header button:before {
	content: "+";
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	display: block;
	position: absolute;
	right: 23px;
	top: 15px;
	z-index: 9;
	color: #111111;
}

.accordion4-wrapper .accordion-item .accordion-header button:after {
	content: "";
	text-align: center;
	background: #f7f7f7;
	width: 20px;
	height: 20px;
	line-height: 24px;
	display: block;
}

.accordion4-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
	background: #4385f5;
}

.accordion4-wrapper .accordion-item .accordion-header button:not(.collapsed):before {
	content: "-";
	right: 23px;
	color: #ffffff;
	font-size: 24px;
}

/*============================ Five accordion ==============================*/
.accordion5-wrapper {
	background-color: #4385f5;
}

.accordion5-wrapper .accor-heading h3 {
	color: #ffffff;
}

.accordion5-wrapper .accordion-button {
	background-color: transparent;
}

.accordion5-wrapper .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.accordion5-wrapper .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: transparent;
	box-shadow: none;
}

.accordion5-wrapper .accordion-button:after {
	background-image: none;
}

.accordion5-wrapper .accordion-item {
	border: none;
	background-color: transparent;
}

.accordion5-wrapper .accordion-item .accordion-header button {
	position: relative;
	color: #ffffff;
	border-bottom: 1px solid #80aaf3;
	transition: all 0.5s;
}

.accordion5-wrapper .accordion-item .accordion-header button:before {
	content: "+";
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	display: block;
	position: absolute;
	right: 23px;
	top: 10px;
	z-index: 9;
	color: #ffffff;
}

.accordion5-wrapper .accordion-item .accordion-header button:not(.collapsed) {
	border-bottom: none;
	background-color: rgba(102, 157, 251, 0.5490196078);
}

.accordion5-wrapper .accordion-item .accordion-header button:not(.collapsed):before {
	content: "-";
	right: 25px;
	font-size: 24px;
}

.accordion5-wrapper .accordion-item .accordion-body {
	background-color: rgba(102, 157, 251, 0.5490196078);
}

.accordion5-wrapper .accordion-item .accordion-body p {
	color: #ffffff;
}

/*=================================== ACCORDION PAGE END ===============================*/
/*======================BUTTON PAGE START ==============================*/
.section-heading {
	margin-bottom: 50px;
}

.section-heading h4 {
	font-size: 24px;
	text-align: center;
}

.button1-wrapper {
	text-align: center;
}

.button1-wrapper .btn1 {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	border: 2px solid #4285f4;
	background-color: #4285f4;
	color: #ffffff;
	margin: 0 6px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.5s;
}

.button1-wrapper .btn1:hover {
	background-color: #ffffff;
	color: #4285f4;
}

.button1-wrapper .btn1.xl-btn {
	padding: 16px 40px;
}

.button1-wrapper .btn1.lg-btn {
	padding: 12px 32px;
}

.button1-wrapper .btn1.md-btn {
	padding: 10px 26px;
}

.button1-wrapper .btn1.sm-btn {
	padding: 8px 22px;
}

.button1-wrapper .btn1.xs-btn {
	padding: 6px 16px;
}

/* second button section */
.button2-wrapper {
	text-align: center;
	background-color: #f7f7f7;
}

.button2-wrapper .btn2 {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	border: 2px solid #232323;
	background-color: #232323;
	color: #ffffff;
	margin: 0 6px;
	font-weight: 600;
	padding: 12px 32px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button2-wrapper .btn2:hover {
	background-color: #ffffff;
	color: #232323;
}

.button2-wrapper .btn2.radius1-btn, .br-10px {
	border-radius: 6px;
}

.button2-wrapper .btn2.radius2-btn {
	border-radius: 5px;
}

.button2-wrapper .btn2.rounded-btn {
	border-radius: 50px;
}

/* third button section */
.button3-wrapper {
	text-align: center;
	background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
}

.button3-wrapper .btn3 {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	border: 2px solid #4285f4;
	background-color: #4285f4;
	color: #ffffff;
	margin: 0 6px;
	font-weight: 600;
	padding: 12px 32px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button3-wrapper .btn3:hover {
	background-color: transparent;
	color: #4285f4;
}

.button3-wrapper .btn3.gray-btn {
	background-color: #333333;
	border: 2px solid #333333;
	color: #ffffff;
}

.button3-wrapper .btn3.gray-btn:hover {
	background-color: transparent;
	color: #333333;
	border: 2px solid #333333;
}

.button3-wrapper .btn3.black-btn {
	background-color: #111111;
	border: 2px solid #111111;
	color: #ffffff;
}

.button3-wrapper .btn3.black-btn:hover {
	background-color: transparent;
	color: #232323;
	border: 2px solid #111111;
}

.button3-wrapper .btn3.white-btn {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #232323;
}

.button3-wrapper .btn3.white-btn:hover {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

/* fourth button section */
.button4-wrapper {
	text-align: center;
}

.button4-wrapper .btn4 {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	border: 2px solid #4285f4;
	background-color: transparent;
	color: #111111;
	margin: 0 6px;
	font-weight: 600;
	padding: 12px 32px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button4-wrapper .btn4:hover {
	background-color: #4285f4;
	color: #ffffff;
}

.button4-wrapper .btn4.light-border {
	border-color: #dbdbdb;
	border-radius: 10px;
}

.button4-wrapper .btn4.light-border:hover {
	background-color: #232323;
	color: #ffffff;
	border-color: #232323;
}

.button4-wrapper .btn4.black-border {
	border-color: #111111;
	border-radius: 50px;
}

.button4-wrapper .btn4.black-border:hover {
	background-color: #111111;
	color: #ffffff;
}

/*fifth button section*/
.button5-wrapper {
	text-align: center;
	background-color: #232323;
}

.button5-wrapper .section-heading h4 {
	color: #ffffff;
}

.button5-wrapper .btn5 {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 6px;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 32px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button5-wrapper .btn5.gradient1 {
	background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
	color: #fff;
	background-size: 200% auto;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient1:hover {
	background-position: right center;
}

.button5-wrapper .btn5.gradient2 {
	background-image: linear-gradient(to right, #662D8C, #ED1E79, #662D8C);
	color: #fff;
	background-size: 200% auto;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient2:hover {
	background-position: right center;
}

.button5-wrapper .btn5.gradient3 {
	background-image: linear-gradient(to right, #EA8D8D, #A890FE, #EA8D8D);
	color: #fff;
	background-size: 200% auto;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient3:hover {
	background-position: right center;
}

.button5-wrapper .btn5.gradient4 {
	background-image: linear-gradient(to right, #C33764, #1D2671, #C33764);
	color: #fff;
	background-size: 200% auto;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient4:hover {
	background-position: right center;
}

.button5-wrapper .btn5.gradient5 {
	background-image: linear-gradient(to right, #764BA2, #667EEA, #764BA2);
	color: #fff;
	background-size: 200% auto;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient5:hover {
	background-position: right center;
}

/*six button section*/
.button6-wrapper {
	text-align: center;
}

.button6-wrapper .btn6 {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 6px;
	font-weight: 600;
	border: 2px solid #4285f4;
	font-size: 14px;
	padding: 12px 32px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button6-wrapper .btn6 span {
	margin: 0 5px;
	color: #ffffff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button6-wrapper .btn6.blog1 {
	background-color: #4285f4;
}

.button6-wrapper .btn6.blog1:hover {
	background-color: transparent;
	color: #4285f4;
}

.button6-wrapper .btn6.blog1:hover span {
	color: #4285f4;
}

.button6-wrapper .btn6.checkout {
	background-color: #232323;
	border-color: #232323;
}

.button6-wrapper .btn6.checkout:hover {
	background-color: transparent;
	color: #232323;
}

.button6-wrapper .btn6.checkout:hover span {
	color: #232323;
}

.button6-wrapper .btn6.instagram {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background-size: 140% auto;
	border: none;
}

.button6-wrapper .btn6.instagram:hover {
	background-position: right center;
}

.button6-wrapper .btn6.explore {
	background-color: transparent;
	border-color: #232323;
	color: #232323;
}

.button6-wrapper .btn6.explore span {
	color: #232323;
}

.button6-wrapper .btn6.explore:hover {
	background-color: #232323;
	color: #ffffff;
}

.button6-wrapper .btn6.explore:hover span {
	color: #ffffff;
}

/*seven button section*/
.button7-wrapper {
	text-align: center;
	background-color: #f7f7f7;
}

.button8-wrapper {
	text-align: center;
	background-color: #232323;
}

.button8-wrapper .section-heading h4 {
	color: #ffffff;
}

.button8-wrapper .btn8 {
	background: none;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 12px 32px;
	position: relative;
	z-index: 9;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 10px;
}

.button8-wrapper .btn8:hover {
	border-color: #4285f4;
}

.button8-wrapper .btn8:after {
	transition: all 0.3s;
}

.button8-wrapper .btn8:after,
.button8-wrapper .btn8:before {
	background: #4285f4;
	content: "";
	position: absolute;
	z-index: -1;
}

.button8-wrapper .btn8.slide-1:after {
	height: 0;
	left: 0;
	top: 0;
	width: 100%;
}

.button8-wrapper .btn8.slide-1:hover:after {
	height: 100%;
}

.button8-wrapper .btn8.slide-2:after {
	height: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.button8-wrapper .btn8.slide-2:hover:after {
	height: 100%;
}

.button8-wrapper .btn8.slide-3:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
}

.button8-wrapper .btn8.slide-3:hover:after {
	width: 100%;
}

.button8-wrapper .btn8.slide-4:after {
	height: 100%;
	right: 0;
	top: 0;
	width: 0;
}

.button8-wrapper .btn8.slide-4:hover:after {
	width: 100%;
}

.button8-wrapper .btn8.slide-5:after {
	height: 0;
	left: 50%;
	top: 50%;
	width: 0;
}

.button8-wrapper .btn8.slide-5:hover:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.button8-wrapper .btn8.slide-6:before {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.button8-wrapper .btn8.slide-6:after {
	background: #232323;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.button8-wrapper .btn8.slide-6:hover:after {
	height: 0;
	left: 50%;
	top: 50%;
	width: 0;
}

.button8-wrapper .btn8.slide-7 {
	overflow: hidden;
	color: #ffffff;
}

.button8-wrapper .btn8.slide-7:after {
	height: 100%;
	left: -45%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
}

.button8-wrapper .btn8.slide-7:hover:after {
	height: 100%;
	width: 145%;
}

.button8-wrapper .extra-btns {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Nine button section */
.button9-wrapper {
	text-align: center;
}

.button9-wrapper .expan-rouded-btn {
	display: inline-block;
	text-transform: uppercase;
	color: #232323;
	margin: 0 6px;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 28px 15px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button9-wrapper .expan-rouded-btn span {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	z-index: -1;
	border-radius: 50px;
	transition-duration: 0.3s;
	background-color: #4285f4;
}

.button9-wrapper .expan-rouded-btn:hover {
	color: #ffffff;
}

.button9-wrapper .expan-rouded-btn:hover span {
	width: 100%;
}

.button9-wrapper .expan-rouded-btn.squre span {
	border-radius: 5px !important;
	width: 90px;
}

.button9-wrapper .expan-rouded-btn.squre:hover {
	color: #ffffff;
}

.button9-wrapper .expan-rouded-btn.squre:hover span {
	width: 100%;
}

/*Ten button section*/
.button10-wrapper {
	text-align: center;
	background-color: #232323;
}

.button10-wrapper .section-heading h4 {
	color: #ffffff;
}

.button10-wrapper a {
	margin: 0 10px;
}

.button10-wrapper a:hover {
	opacity: 0.7;
}

.button10-wrapper .text-gradient {
	padding: 7px 0 2px;
	position: relative;
	border: 0;
	background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.button10-wrapper .text-gradient span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
}

.button10-wrapper .text-undeline {
	font-size: 16px;
	border-bottom: 2px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}

.button10-wrapper .text-thin-underline {
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
}

/*Eleven button section */
.button11-wrapper {
	text-align: center;
	background-color: #f7f7f7;
}

.button11-wrapper .btn11 {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	color: #111111;
	margin: 0 6px;
	font-weight: 600;
	padding: 12px 32px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button11-wrapper .btn11:hover {
	box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -3px, 0);
}

.button11-wrapper .btn11.shadow-rounded {
	background-color: #ffffff;
	border-radius: 50px;
}

.button11-wrapper .btn11.shadow-squre {
	background-color: #232323;
	color: #ffffff;
}

/*Eleven button section*/
.button12-wrapper {
	text-align: center;
}

.button12-wrapper .flat-shadow-btn {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	border: 1px solid #232323;
	box-shadow: 2px 2px 0 #232323;
	color: #111111;
	margin: 0 6px;
	font-weight: 600;
	padding: 12px 32px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.button12-wrapper .flat-shadow-btn:hover {
	background-color: #232323;
	color: #ffffff;
	box-shadow: none;
}

/*RESPONSIVE CSS*/
/*--width 1199 --*/
@media (max-width: 1199px) {
	.btn-sizes a {
		font-size: 14px;
	}
}

/*--width 991 --*/
@media (max-width: 991px) {
	.btn-sizes a {
		display: block !important;
		width: -moz-max-content !important;
		width: max-content !important;
		margin: 15px auto !important;
		text-align: center !important;
	}

	.btn-sizes .extra-btns {
		display: block !important;
		margin: 15px auto !important;
	}
}

/*======================BUTTON PAGE END =======================*/
/*=====================================CLIENT PAGE START ===============================*/
.client1-wrapper {
	background-color: #f7f7f7;
	text-align: center;
}

.client1-wrapper a {
	display: block;
	text-align: center;
	padding: 40px 0;
	opacity: 0.5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.client1-wrapper a:hover {
	background-color: #ffffff;
	opacity: 1;
}

.client2-wrapper {
	text-align: center;
}

.client2-wrapper a {
	display: inline-block;
}

.client2-wrapper a img {
	width: 100%;
	filter: grayscale(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.client2-wrapper a img:hover {
	filter: grayscale(0);
}

.client3-wrapper {
	background-color: #f7f7f7;
	text-align: center;
}

.client3-wrapper .hover-box {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 25px;
	position: relative;
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.client3-wrapper .hover-box a {
	display: inline-block;
}

.client3-wrapper .hover-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transform: scale(0.8);
	background-color: #ffffff;
	transition-duration: 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.client3-wrapper .hover-box:hover .overlay {
	opacity: 1;
	transform: scale(1);
}

.client4-wrapper {
	text-align: center;
}

.client4-wrapper .client-carousel .owl-carousel .owl-nav {
	display: block;
}

.client4-wrapper .client-carousel .owl-carousel .owl-nav button {
	height: 40px;
	width: 40px;
	background: #0a58ca;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	border-radius: 50px;
}

.client4-wrapper .client-carousel .owl-carousel .item img {
	width: auto;
}

/*=================================== CLIENT PAGE END ===============================*/
/*======================== Google Map section ===================*/
.g-map1-section .h-500px {
	height: 500px;
}

/*=========================== TAB PAGE START ====================*/
/*------ tab-one ------*/
.tab-one-wrapper .tab-one .nav-tabs {
	border: none;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item {
	padding: 0px 25px;
}

button,
input,
optgroup,
select,
textarea {
	font-family: "Outfit", sans-serif !important;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link {
	display: block;
	font-weight: 600;
	position: relative;
	text-transform: none;
	color: rgba(128, 128, 128, 0.7490196078);
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link.active {
	border: none;
	border-bottom: 1px solid #157DEA;
	color: #232323;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link:hover {
	border: none;
	color: #157DEA;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link:hover::before {
	transform: scale3d(1, 1, 1);
	transform-origin: 100% 50%;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s transform ease;
	transform: scale3d(0, 1, 1);
	background: #157DEA;
	transform-origin: 0 50%;
}

.tab-one-wrapper .tab-content .tab-one-home {
	margin: 60px 0 0 0;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h4 {
	color: #4285f4;
	text-transform: uppercase;
	font-size: 20px;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h1 {
	font-weight: bold;
	font-size: 32px;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content p {
	color: rgba(128, 128, 128, 0.8509803922);
	padding: 20px 0 0 0;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content a {
	border: 2px solid #232323;
	padding: 10px 30px;
	font-weight: 500;
	background-color: #232323;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	transition: all 0.5s;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content a:hover {
	background-color: transparent;
	color: #232323;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-img img {
	width: 100%;
}

/*-------- tab-two ------*/
.tab-two-wrapper {
	background-color: #f7f7f7;
}

.tab-two-wrapper .nav-pills .nav-item {
	padding: 0 25px;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link {
	font-size: 18px;
	color: #808080;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link i {
	display: block;
	margin-bottom: 10px;
	transform: translateY(0);
	transition: all 0.5s;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link.active {
	background-color: transparent;
	color: #4285f4;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link:hover {
	color: #4285f4;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link:hover i {
	transform: translateY(-5px);
}

.tab-two-wrapper .tab-content .tab-two-head {
	margin-top: 60px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-img img {
	width: 100%;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper {
	padding-left: 35px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper a {
	border-bottom: 1px solid #232323;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: 500;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper a:hover {
	color: #232323;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-content h6 {
	line-height: 26px;
	font-size: 20px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-content p {
	padding: 12px 0 0 0;
}

/*------ tab-two-end -----*/
/*------- tab-three-start ------*/
.tab-three-wrapper .nav-pills .nav-item {
	padding: 0 30px;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link {
	background-color: transparent;
	padding: 10px 35px;
	color: gray;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link.active {
	background: #ffffff;
	box-shadow: 0 0 15px 0 rgba(23, 23, 23, 0.0784313725);
	border-radius: 20px;
	color: #232323;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link:hover {
	color: #232323;
}

.tab-three-wrapper .tab-content .tab-three-accordion {
	background-color: #ffffff;
	padding: 30px 0;
}

.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-header button {
	background-color: #232323;
	color: #ffffff;
}

.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-header button::after {
	color: #ffffff;
}

.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-body {
	background-color: #232323;
}

/*-------- tab-four-start --------*/
/*------- tab-five-start ---------*/
.tab-five-wrapper .nav-pills {
	border-top: 1px solid rgba(128, 128, 128, 0.5098039216);
	border-bottom: 1px solid rgba(128, 128, 128, 0.5098039216);
	padding: 20px 0 0;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link {
	background-color: transparent;
	color: #232323;
	position: relative;
	border-bottom: 3px solid transparent;
	padding-bottom: 20px;
	border-radius: 0px;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link:hover {
	opacity: 1;
	border-bottom: 3px solid #ff7a56;
	color: #ff7a56;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link.active {
	border-bottom: 3px solid #ff7a56;
	color: #ff7a56;
}

.tab-five-wrapper .tab-content .tab-five-head {
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.tab-five-wrapper .tab-content .tab-five-content {
	margin-left: 100px;
}

.tab-five-wrapper .tab-content .tab-five-content h2 {
	padding-bottom: 50px;
	font-size: 32px;
}

.tab-five-wrapper .tab-content .tab-five-content .tab-five-strategic {
	display: flex;
}

.tab-five-wrapper .tab-content .tab-five-content .tab-five-strategic .tab-icon i {
	font-size: 30px;
	color: #ff7a56;
}

.tab-five-wrapper .tab-content .tab-five-content .straregic-two {
	margin-top: 50px;
	margin-bottom: 50px;
}

.tab-five-wrapper .tab-content .tab-five-content .strategic-content {
	margin-left: 25px;
}

.tab-five-wrapper .tab-content .tab-five-content .strategic-content p {
	max-width: 350px;
}

.tab-five-wrapper .tab-content .tab-five-content a {
	border-bottom: 2px solid #232323;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.5s;
}

.tab-five-wrapper .tab-content .tab-five-content a:hover {
	color: rgba(128, 128, 128, 0.7607843137);
}

@media (max-width: 991px) {
	.tab-five-wrapper .tab-content .tab-five-head {
		display: block;
	}

	.tab-five-wrapper .tab-content .tab-five-content {
		margin-left: 0px;
		margin-top: 30px;
	}
}

/*==================== FORM PAGE START ====================*/
/*--------- form-one-start ---------*/
.form-control {
	padding: 12px 10px;
}

.form-control:focus {
	box-shadow: none;
}

.form-btn {
	background-image: linear-gradient(to right, #662D8C, #ED1E79, #662D8C);
	color: #fff;
	background-size: 200% auto;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 6px;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 32px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border: none;
}

.form-btn.btn-two {
	background-image: linear-gradient(to right, #7c5236, #3e5810, #6e5432);
	width: 100%;
}

.form-btn.send-btn {
	float: right;
	margin-top: 20px;
}

.form-btn.float-btn {
	background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
	margin-top: 20px;
}

.form-btn:hover {
	background-position: right center;
}

.form-one-wrapper .form-one form input {
	padding: 12px 10px;
}

.form-one-wrapper .form-one form textarea {
	height: 110px;
}

.form-one-wrapper .form-one .form-control:focus {
	border: 1px solid #86b7fe;
}

/*--------- form-two-start ---------*/
.form-two-wrapper {
	background-image: url("../images/form/bg-two.jpg");
	background-size: cover;
	position: relative;
}

.form-two-wrapper .form-two form {
	background-color: #ffffff;
	padding: 40px 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.0784313725);
}

.form-two-wrapper .form-two .form-control:focus {
	border: 1px solid #86b7fe;
}

/*------- form-three-start --------*/
.form-three-wrapper .form-three form textarea {
	height: 195px;
}

.form-three-wrapper .form-three .form-control:focus {
	border: 1px solid #86b7fe;
}

/*----- form-four-start ------*/
.form-four-wrapper {
	background-color: #1f232c;
}

.form-four-wrapper .section-heading h4 {
	color: #ffffff;
}

.form-four-wrapper .form-four form input {
	background: transparent;
	border-bottom: 1px solid rgba(128, 128, 128, 0.5294117647);
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	color: #ffffff;
	padding: 20px 10px;
}

.form-four-wrapper .form-four form input::-moz-placeholder {
	color: gray;
}

.form-four-wrapper .form-four form input::placeholder {
	color: gray;
}

.form-four-wrapper .form-four form .form-check-input:focus {
	box-shadow: none;
}

.form-four-wrapper .form-four form .check-btn {
	font-size: 14px;
	color: gray;
	margin-left: 8px;
}

.form-four-wrapper .form-four form textarea {
	background: transparent;
	border-bottom: 1px solid rgba(128, 128, 128, 0.5294117647);
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	color: #ffffff;
}

.form-four-wrapper .form-four .form-control:focus {
	border: 1px solid #86b7fe;
}

.form-five .form-control:focus {
	border: 1px solid #86b7fe;
}

/*========================== FORM PAGE END ====================*/
/*===================== COUNTER PAGE START ==================*/
/*------- counter-one-start -------*/
.counter-one-wrapper .counter-one {
	text-align: center;
}

.counter-one-wrapper .counter-one .our-progress {
	margin-top: 20px;
}

.counter-one-wrapper .counter-one .our-progress .chart-one {
	position: relative;
	margin-bottom: 15px;
}

.counter-one-wrapper .counter-one .our-progress h4 {
	font-size: 24px;
	line-height: 35px;
}

.counter-one-wrapper .percent {
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	margin: 0px auto;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 3px;
}

.counter-one-wrapper .percent::after {
	content: "%";
	font-size: 18px;
	position: absolute;
	margin-top: -5px;
}

/*------ counter-two-start -------*/
.counter-two-wrapper {
	background-color: #f9f9f9;
}

.counter-two-wrapper .counter-two {
	text-align: center;
}

.counter-two-wrapper .counter-two .our-progress {
	margin-top: 20px;
}

.counter-two-wrapper .counter-two .our-progress .chart-two-one,
.counter-two-wrapper .counter-two .our-progress .chart-two-two,
.counter-two-wrapper .counter-two .our-progress .chart-two-three,
.counter-two-wrapper .counter-two .our-progress .chart-two-four {
	position: relative;
	margin-bottom: 15px;
}

.counter-two-wrapper .counter-two .our-progress h4 {
	font-size: 24px;
	line-height: 35px;
}

.counter-two-wrapper .percent-one {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #4285f4;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.counter-two-wrapper .percent-one::after {
	content: "%";
	font-size: 18px;
	position: absolute;
	color: #fff;
}

.counter-two-wrapper .percent-one.percent-two {
	background-color: #7197b3;
}

.counter-two-wrapper .percent-one.percent-three {
	background-color: #73ca8d;
}

.counter-two-wrapper .percent-one.percent-four {
	background-color: #ea6a38;
}

/*------ counter-three-start -------*/
.counter-three-wrapper {
	background-color: #1f232c;
}

.counter-three-wrapper .section-heading h4 {
	color: #ffffff;
}

.counter-three-wrapper .counter-three .our-progress {
	margin-top: 20px;
	text-align: center;
}

.counter-three-wrapper .counter-three .our-progress .chart-three h2 {
	font-size: 45px;
	color: #ffffff;
	display: inline-block;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .count-plus {
	color: #4285f4;
	font-size: 25px;
	font-weight: 700;
	margin-left: 5px;
	position: relative;
	top: -20px;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .counter-head {
	clear: both;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .counter-head p {
	font-size: 20px;
	text-transform: uppercase;
}

/*------ counter-four-start -------*/
.counter-four-wrapper .counter-four {
	text-align: center;
}

.counter-four-wrapper .counter-four .our-progress-one {
	margin-top: 20px;
	background-color: #4285f4;
	border-radius: 5px;
}

.counter-four-wrapper .counter-four .our-progress-one h2 {
	font-size: 18px;
	line-height: 24px;
	padding-top: 30px;
}

.counter-four-wrapper .counter-four .our-progress-one h2 a {
	color: #ffffff;
}

.counter-four-wrapper .counter-four .our-progress-one .chart-four-1st,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-2nd,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-3rd,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-4th {
	position: relative;
	padding: 32px 0;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-two {
	margin-top: 20px;
	background-color: #7197b3;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-three {
	margin-top: 20px;
	background-color: #73ca8d;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-four {
	margin-top: 20px;
	background-color: #ea6a38;
}

.counter-four-wrapper .percent {
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin: 0px auto;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.counter-four-wrapper .percent::after {
	content: "%";
	font-size: 18px;
	position: absolute;
	color: #fff;
}

/*===================== COUNTER PAGE END ==================*/
/*================= COUNT-DOWN PAGE START ================*/
/*-------- countdown-first-start --------*/
.count-one-wrapper #countdown-one {
	text-align: center;
	background: #222;
	background-image: -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 40px 0;
	position: relative;
}

.count-one-wrapper #countdown-one::before {
	content: "";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 60px;
	left: -9px;
}

.count-one-wrapper #countdown-one::after {
	content: "";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 60px;
	right: -9px;
}

.count-one-wrapper #countdown-one #tiles span {
	width: 92px;
	max-width: 92px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #111111;
	background-color: #ddd;
	background-image: -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}

.count-one-wrapper #countdown-one #tiles span::before {
	content: "";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%;
	left: -3px;
	z-index: -1;
}

.count-one-wrapper #countdown-one #tiles span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%;
	left: 0;
}

.count-one-wrapper #countdown-one .labels {
	text-align: center;
	margin-top: 12px;
}

.count-one-wrapper #countdown-one .labels li {
	width: 102px;
	font: bold 15px "Droid Sans", Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

/*---- count-down-two-start -----*/
.count-two-wrapper {
	text-align: center;
	background-color: #232323;
}

.count-two-wrapper .section-heading h4 {
	color: #ffffff;
}

.count-two-wrapper div {
	display: inline-block;
	line-height: 1;
	padding: 20px;
	font-size: 40px;
}

.count-two-wrapper span {
	display: block;
	font-size: 20px;
	color: white;
}

#days {
	font-size: 100px;
	color: #db4844;
}

#hours {
	font-size: 100px;
	color: #f07c22;
}

#minutes {
	font-size: 100px;
	color: #f6da74;
}

#seconds {
	font-size: 50px;
	color: #abcd58;
}

/*================= PRICING PAGE START ================*/
/*-------- pricing-first-start --------*/
.price-btn {
	border: 2px solid #262b35;
	padding: 8px 22px;
	border-radius: 4px;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.price-btn:hover {
	color: #ffffff;
	background-color: #262b35;
}

.price-btn.price-gradient {
	background-image: linear-gradient(to right, #ec606c, #eb7242, #ec606c);
	color: #fff;
	background-size: 200% auto;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border: none;
}

.price-btn.price-gradient:hover {
	background-position: right center;
}

.pricing-one-wrapper .pricing-one .pricing-table {
	text-align: center;
	padding: 65px;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head h5 {
	color: #374162;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0px;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head span {
	font-size: 13px;
	text-transform: uppercase;
	color: gray;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head h2 {
	margin-top: 40px;
	color: #374162;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu {
	padding: 30px 0;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li {
	color: gray;
	padding: 10px 0;
	border-bottom: 1px solid rgba(128, 128, 128, 0.4196078431);
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li span {
	color: #111111;
	font-weight: bold;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li:last-child {
	border-bottom: none;
}

.pricing-one-wrapper .pricing-one.pricing-two {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.0784313725);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*-------- pricing-two-start --------*/
.box-two {
	padding-right: 0px;
}

.box-two-left {
	padding-left: 0px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two {
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	text-align: center;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .price-two-head {
	background-color: #f7f7f7;
	padding: 12px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .price-two-head h6 {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 0px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body {
	padding: 40px 0;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .price-icon i {
	font-size: 35px;
	color: #4285f4;
	margin-bottom: 20px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu {
	padding: 30px 0;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu ul li {
	color: gray;
	padding: 15px 0;
	border-bottom: 1px solid rgba(128, 128, 128, 0.4196078431);
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu ul li span {
	color: #111111;
	font-weight: bold;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu ul li:last-child {
	border-bottom: none;
}

.pricing-two-wrapper .pricing-two .pricing-table-two.box-two-shadow {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.0784313725);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*-------- pricing-three-start --------*/
.pricing-three-wrapper .pricing-three .pricing-table-three {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.0784313725);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	border-radius: 5px;
	padding: 60px;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head span {
	font-size: 14px;
	line-height: 20px;
	color: #828282;
	margin-bottom: 10px;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head h6 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 12px 0 25px 0;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head h2 {
	font-size: 36px;
	color: #0b4ebd;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head strong {
	text-transform: uppercase;
	font-weight: 500;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .pricing-body-three {
	padding: 30px 0;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .pricing-body-three ul li {
	color: #828282;
	padding: 20px 0;
	border-bottom: 1px solid rgba(130, 130, 130, 0.4901960784);
}

.pricing-three-wrapper .pricing-three .pricing-table-three .pricing-body-three ul li:last-child {
	border-bottom: none;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three {
	background-color: #232323;
	color: #ffffff;
	padding: 10px 40px;
	text-transform: uppercase;
	border: 2px solid #232323;
	border-radius: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three:hover {
	background-color: transparent;
	color: #232323;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three.btn-clr {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #232323;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three.btn-clr:hover {
	color: #ffffff;
	background-color: transparent;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg {
	padding-top: 70px;
	padding-bottom: 70px;
	background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(18, 64, 139) 62%, rgb(66, 133, 244) 100%);
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg h6 {
	color: #ffffff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg h2 {
	color: #ffffff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg strong {
	color: #ffffff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg .pricing-body-three {
	padding: 30px 0;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg .pricing-body-three ul li {
	color: #ffffff;
}

/*-/================= TESTIMONIAL PAGE START ================*/
/*-------- testimonial-first-start --------*/
.testimonial-one-wrapper {
	background-color: #f7f7f7;
}

.testimonial-one-wrapper .testimonial-one {
	background-color: #ffffff;
}

.testimonial-one-wrapper .testimonial-one:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.0705882353);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.testimonial-one-wrapper .testimonial-one .test-img img {
	width: 100%;
}

.testimonial-one-wrapper .testimonial-one .test-content {
	text-align: center;
	position: relative;
	padding: 45px 20px;
}

.testimonial-one-wrapper .testimonial-one .test-content h6 {
	font-size: 22px;
	line-height: 40px;
}

.testimonial-one-wrapper .testimonial-one .test-content .test-icon {
	height: 75px;
	width: 75px;
	line-height: 71px;
	overflow: hidden;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.0509803922);
	position: absolute;
	top: 0;
	left: 50%;
	background: white;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s ease-in-out;
}

.testimonial-one-wrapper .testimonial-one .test-content .test-icon i {
	background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
}

.testimonial-one-wrapper .testimonial-one .test-content span {
	color: rgba(128, 128, 128, 0.7607843137);
	font-weight: 500;
}

/*------------ testimonial-two -----------*/
.testimonial-two-wrapper {
	background-color: #232323;
}

.testimonial-two-wrapper .section-heading h4 {
	color: #ffffff;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content {
	padding: 20px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.0784313725);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content::before {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	height: 0;
	width: 0;
	border-color: #ffffff transparent transparent;
	border-width: 27px 10px 0;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	bottom: -19px;
	left: 50px;
	z-index: 1;
	transform: rotate(27deg);
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content:hover {
	transform: translate3d(0, -3px, 0);
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img {
	display: flex;
	margin-top: 30px;
	align-items: center;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img img {
	width: 80px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img .slider-head {
	margin-left: 22px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img .slider-head h6 {
	color: #ffffff;
	margin-bottom: 2px;
	font-size: 22px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img .slider-head span {
	color: rgba(128, 128, 128, 0.8509803922);
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 15px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 5px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots .owl-dot.active span {
	border: 2px solid #ffffff;
	background-color: #ffffff;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav {
	margin-top: 10px;
	text-align: center;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -52px;
	top: 220px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -52px;
	top: 220px;
}

/*--------- testimonial-three-start ---------*/
.testimonial-three-wrapper {
	background-color: #dbdbdb;
}

.testimonial-three-wrapper .slider-two-wrapper {
	background-color: #f7f7f7;
	position: relative;
	padding: 45px;
	transition-duration: 0.5s;
}

.testimonial-three-wrapper .slider-two-wrapper:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.0705882353);
	background: #ffffff;
}

.testimonial-three-wrapper .slider-two-wrapper:hover .slider-quote {
	transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
}

.testimonial-three-wrapper .slider-two-wrapper .slider-quote {
	position: absolute;
	top: 0;
	transform: translateY(-50%) rotateY(0) rotateX(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-quote i {
	font-size: 35px;
	color: #1a5cc9;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-two-content {
	border-bottom: 1px solid rgba(128, 128, 128, 0.4117647059);
	padding-bottom: 20px;
	display: inline-block;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author img {
	width: 50px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name {
	margin-left: 15px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name h6 {
	margin-bottom: 0px;
	font-size: 22px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name span {
	color: #999999;
	font-size: 14px;
	font-weight: 500;
}

/*------- testimonial-four-start -------*/
.testimonial-four-wrapper .test-bg {
	background-image: url("../images/testimonial/image_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	width: 100%;
}

.testimonial-four-wrapper .test-bg .test-bg-overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #121517;
	opacity: 0.7;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item img {
	width: 158px;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .slider-img-wrapper {
	float: left;
	width: 15%;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content {
	float: left;
	width: 85%;
	padding-left: 30px;
	padding-top: 45px;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content p {
	color: #ffffff;
	font-style: italic;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content h3 {
	color: #ffffff;
	font-size: 22px;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content span {
	color: #3f80ea;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-dots {
	text-align: center;
}

.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #676b6e;
	border-radius: 50px;
	margin: 10px;
	transition: all 0.5s;
}

.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot span:hover {
	background: #4285f4;
	width: 12px;
	height: 12px;
	transition: all 0.5s;
}

.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot.active span {
	background: #4285f4;
	width: 12px;
	height: 12px;
	transition: all 0.5s;
}

/*------- testimonial-five-start -------*/
.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper {
	text-align: center;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper h4 {
	font-size: 22px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper .test-five-icon {
	margin-bottom: 20px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper .test-five-icon i {
	color: #4285f4;
	font-size: 40px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper p {
	max-width: 925px;
	font-style: italic;
	margin: 0 auto;
	display: block;
	padding: 10px 0;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper h6 {
	margin: 10px 0;
	font-size: 20px;
	color: #4285f4;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-prev,
.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-next {
	background: #f7f7f7;
	color: #999999;
	transition: all 0.5s;
	position: absolute;
	top: 220px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-prev {
	left: -52px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-next {
	right: -52px;
}

/*--width 991 --*/
@media (max-width: 991px) {
	.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper {
		padding: 20px 0;
	}

	.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h4 {
		margin-top: 20px;
	}

	.testimonial-three-wrapper .slider-two-wrapper {
		margin: 30px 0;
	}
}

@media (max-width: 767px) {
	.tab-one-wrapper .tab-one .nav-tabs .nav-item {
		padding: 0px 5px;
	}

	.tab-two-wrapper .nav-pills .nav-item {
		padding: 0 3px;
	}

	.tab-three-wrapper .nav-pills .nav-item {
		padding: 0 3px;
	}
}

@media (max-width: 580px) {
	.tab-one-wrapper .tab-one .nav {
		display: block;
	}

	.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link {
		margin: 0 auto;
	}

	.tab-two-wrapper .nav {
		display: block;
	}

	.tab-two-wrapper .nav-pills .nav-item .nav-link {
		margin: 0 auto;
	}

	.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper h2 {
		font-size: 24px;
	}

	.tab-three-wrapper .nav {
		display: block;
	}

	.tab-three-wrapper .nav-pills .nav-item .nav-link {
		margin: 10px auto;
	}

	.tab-five-wrapper .nav {
		display: block;
	}

	.tab-five-wrapper .nav-pills .nav-item .nav-link {
		margin: 8px auto;
		padding-bottom: 10px;
	}

	.tab-five-wrapper .tab-content .tab-five-img img {
		width: 100%;
	}
}

/*--------- ALERT PAGE START ---------*/
.al-section-1 .alert-section-1 {
	margin-top: 40px;
}

.al-section-1 .alert-section-1 .alert-icon {
	font-size: 18px;
	margin-right: 15px;
	color: #797979;
}

.al-section-1 .alert-section-1 .envelope-color {
	color: #797979;
}

.al-section-1 .alert-section-1 .triangle-color {
	color: #eb768c;
}

.al-section-1 .alert-section-1 .umbrella-color {
	color: #31aae2;
}

.al-section-1 .alert-section-1 .bell-color {
	color: #f0c440;
}

.al-section-1 .alert-section-1 .check-color {
	color: #73c8b7;
}

.al-section-1 .alert-section-1 .bullhorn-color {
	color: #5581c4;
}

.al-section-1 .alert-section-1 p {
	font-size: 20px;
}

/*--------section-top-padding------*/
.al-section-2 {
	background-color: #f9f9f9;
}

.al-section-2 span i {
	padding: 24px;
}

.al-section-2 .alert-img {
	float: left;
	padding: 0px 25px;
}

.al-section-2 .alert-img span {
	display: inline-block;
	width: 70px;
	height: 70px;
}

.al-section-2 .alert-content {
	margin-left: 115px;
}

.al-section-2 .alert-content h4 {
	font-size: 24px;
	line-height: 35px;
}

.al-section-2 .alert-light {
	padding: 30px;
	margin-top: 40px;
}

.al-section-2 .envelope-color {
	background-color: #797979;
	color: #fff;
	border-radius: 40px;
}

.al-section-2 .triangle-color {
	background-color: #eb768c;
	color: #fff;
	border-radius: 40px;
}

.al-section-2 .umbrella-color {
	background-color: #31aae2;
	color: #fff;
	border-radius: 40px;
}

.al-section-2 .bell-color {
	background-color: #f0c440;
	color: #fff;
	border-radius: 40px;
}

.al-section-2 .check-color {
	background-color: #73c8b7;
	color: #fff;
	border-radius: 40px;
}

.al-section-2 .bullhorn-color {
	background-color: #5581c4;
	color: #fff;
	border-radius: 40px;
}

/*--------section-top-padding------*/
.al-section-3 span i {
	padding: 21px;
	color: #fff;
}

.al-section-3 .alert-img {
	float: left;
	padding: 0px 25px;
}

.al-section-3 .alert-img span {
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 3px solid #fff;
	border-radius: 40px;
	line-height: 70px;
	text-align: center;
}

.al-section-3 .alert-light {
	padding: 30px;
	margin-top: 40px;
}

.al-section-3 .envelope-color {
	background-color: #797979;
	color: #fff;
}

.al-section-3 .triangle-color {
	background-color: #eb768c;
	color: #fff;
}

.al-section-3 .umbrella-color {
	background-color: #31aae2;
	color: #fff;
}

.al-section-3 .bell-color {
	background-color: #f0c440;
	color: #fff;
}

.al-section-3 .check-color {
	background-color: #73c8b7;
	color: #fff;
}

.al-section-3 .bullhorn-color {
	background-color: #5581c4;
	color: #fff;
}

.al-section-3 .alert-content {
	margin-left: 115px;
}

.al-section-3 .alert-content p {
	color: #ffffff;
}

.al-section-3 .alert-content h4 {
	color: #fff;
	font-size: 24px;
	line-height: 35px;
}

.al-section-3 .btn-close {
	background: none;
	opacity: 1;
}

.al-section-3 .btn-close:focus {
	box-shadow: none;
}

.al-section-3 span.cancle-icon {
	position: absolute;
	right: 0px;
	top: 0;
}

/*----alert section-4----*/
.al-section-4 {
	background-color: #f9f9f9;
}

.al-section-4 .alert-box {
	background-color: #fff;
	margin-top: 30px;
}

.al-section-4 .alert {
	padding: 0px;
}

.al-section-4 .alert-icon {
	display: inline-block;
	height: 100%;
	border-right: 1px solid #e9e9e9;
	padding: 40px;
}

.al-section-4 .alert-icon i {
	font-size: 30px;
}

.al-section-4 .alert-text {
	padding-left: 30px;
	font-size: 16px;
	font-family: "Poppins";
}

.al-section-4 .btn-close {
	padding: 1rem;
}

.al-section-4 .envelope-color {
	color: #696868;
}

.al-section-4 .triangle-color {
	color: #eb768c;
}

.al-section-4 .umbrella-color {
	color: #31aae2;
}

.al-section-4 .bell-color {
	color: #f0c440;
}

.al-section-4 .check-color {
	color: #73c8b7;
}

.al-section-4 .bullhorn-color {
	color: #5581c4;
}

/*----alert section-5----*/
.al-section-5 .alert-img {
	float: left;
	padding: 0px 25px;
}

.al-section-5 .alert {
	padding: 40px;
}

.al-section-5 .alert-content p {
	color: #fff;
}

.al-section-5 .alert-content h4 {
	font-size: 24px;
	line-height: 35px;
	color: #ffffff;
}

.al-section-5 .envelope-color {
	background-color: #797979;
	color: #fff;
	position: relative;
}

.al-section-5 .triangle-color {
	background-color: #eb768c;
	color: #fff;
}

.al-section-5 .umbrella-color {
	background-color: #31aae2;
	color: #fff;
}

.al-section-5 .bell-color {
	background-color: #f0c440;
	color: #fff;
}

.al-section-5 .check-color {
	background-color: #73c8b7;
	color: #fff;
}

.al-section-5 .bullhorn-color {
	background-color: #5581c4;
	color: #fff;
}

.al-section-5 .alert-icon {
	display: inline-block;
	height: 100%;
	padding: 15px;
}

.al-section-5 .alert-dismissible .btn-close {
	background: none !important;
}

.al-section-5 i {
	font-size: 30px;
}

.al-section-5 span i {
	font-size: 36px;
	color: #fff;
}

.al-section-5 span.cancle-icon {
	position: absolute;
	right: 40px;
	top: 40px;
}

@media (max-width: 767px) {
	.al-section-5 .alert-icon {
		text-align: center;
		width: 100%;
		padding-bottom: 20px;
	}

	.al-section-5 .alert-text {
		text-align: center;
		display: block;
	}

	.al-section-5 .alert-img {
		float: none;
	}

	.al-section-5 .alert-content {
		text-align: center;
	}

	.al-section-5 span.cancle-icon {
		top: 20px;
		right: 20px;
	}
}

@media (max-width: 580px) {
	.al-section-4 .alert-icon {
		text-align: center;
		width: 100%;
		padding-bottom: 20px;
	}

	.al-section-4 .alert-text {
		text-align: center;
		display: block;
	}
}

@media (max-width: 480px) {
	.al-section-2 .alert-img {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	.al-section-2 .alert-content {
		margin-left: 0px;
		text-align: center;
	}

	.al-section-3 .alert-img {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	.al-section-3 .alert-content {
		margin-left: 0px;
		text-align: center;
	}
}

/*--------- text-box-start ----------*/
.team-one-wrapper {
	padding-bottom: 150px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper {
	position: relative;
	width: auto;
	display: inline-block;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay {
	position: absolute;
	top: 200px;
	bottom: 200px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 0.2s ease;
	transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.5s;
	text-align: center;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper h4 {
	color: #ffffff;
	padding-bottom: 5px;
	font-size: 22px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper h5 {
	color: #ffffff;
	padding-bottom: 15px;
	font-size: 18px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon {
	display: inline-block;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li {
	float: left;
	margin-left: 4px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li:first-child {
	margin-left: 0px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li a {
	float: left;
	color: #ffffff;
	font-size: 14px;
	border: 1px solid #999999;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 34px;
	transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li a:hover {
	border: 1px solid #4285f4;
	background: #4285f4;
	transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content:hover .image-wrapper-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	overflow: hidden;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-prev {
	color: #999999;
	font-size: 30px;
	height: 50px;
	display: inline-block;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #999999;
	position: absolute;
	left: 33%;
	bottom: -96px;
	z-index: 100;
	transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-next {
	color: #999999;
	font-size: 30px;
	height: 50px;
	display: inline-block;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #999999;
	position: absolute;
	left: 61%;
	bottom: -96px;
	z-index: 100;
	transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: -83px;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot {
	margin-left: 3px;
	transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	background: #cccccc;
	transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot:hover span,
.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot.active span {
	background: #4285f4;
	width: 8px;
	height: 8px;
	transition: all 0.5s;
}

.team-two-wrapper {
	background-color: #f9f9f9;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .image-two-wrapper {
	position: relative;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .image-two-wrapper .overlay-two-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .team-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .team-sub-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two {
	color: #ffffff;
	transform: translateY(15px);
	opacity: 0;
	transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two {
	position: absolute;
	bottom: 30px;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two a {
	margin: 0 10px;
	color: #ffffff;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two a:first-child {
	margin: 0px;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two a:last-child {
	margin: 0px;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .image-two-wrapper .overlay-two-wrapper {
	opacity: 1;
	visibility: visible;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content {
	opacity: 1;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content .team-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content .team-sub-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content .social-icon-two {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	display: block;
}

.team-three-wrapper .team-three-wrapper .team-three-img {
	position: relative;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	overflow: hidden;
}

.team-three-wrapper .team-three-wrapper .team-three-img img {
	display: block;
	margin: auto;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 100%;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	background-image: linear-gradient(to right top, rgba(0, 57, 227, 0.8), rgba(65, 50, 224, 0.8), rgba(94, 40, 221, 0.8), rgba(116, 27, 217, 0.8), rgba(134, 0, 212, 0.8));
	overflow: hidden;
	visibility: hidden;
	color: #ffffff;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay span {
	text-transform: uppercase;
	font-weight: 500;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three {
	position: absolute;
	bottom: 40px;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three a {
	margin: 0 10px;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three a i {
	color: #ffffff;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three a:first-child {
	margin-left: 0px;
}

.team-three-wrapper .team-three-wrapper:hover .team-three-img .team-three-overlay {
	top: 0;
	visibility: visible;
}

.team-four-wrapper {
	background-color: #f7f7f7;
}

.team-four-wrapper .owl-carousel .item .four-content {
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.0784313725);
	transition: all 0.3s ease-in-out;
	display: inline-block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-img {
	position: relative;
	overflow: hidden;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-img img {
	transform: scale(1);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content {
	background-color: #ffffff;
	padding: 40px 0;
	display: inline-block;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content h6 {
	text-transform: uppercase;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content span {
	margin-bottom: 20px;
	line-height: 22px;
	color: #828282;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four {
	margin: 12px 0 0;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four a {
	margin: 0 10px;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four a:first-child {
	margin-left: 0px;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four a:last-child {
	margin-right: 0px;
}

.team-four-wrapper .owl-carousel .item .four-content:hover .team-four-img img {
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.team-four-wrapper .owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: -83px;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot {
	margin-left: 3px;
	transition: all 0.5s;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	background: #cccccc;
	transition: all 0.5s;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot:hover span,
.team-four-wrapper .owl-theme .owl-dots .owl-dot.active span {
	background: #4285f4;
	width: 8px;
	height: 8px;
	transition: all 0.5s;
}

/*--------- social icons css start ---------*/
.icon1-main-wrapper .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon1-main-wrapper .social-icons ul li {
	padding: 25px;
}

.icon1-main-wrapper .social-icons ul li a {
	font-size: 22px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.icon1-main-wrapper .social-icons ul li a:hover {
	color: #0038e3;
}

.icon2-main-wrapper {
	background-color: #e9e9e9;
}

.icon2-main-wrapper .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon2-main-wrapper .social-icons ul li {
	padding: 25px;
}

.icon2-main-wrapper .social-icons ul li a {
	font-size: 22px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.icon2-main-wrapper .social-icons ul li a.facebook:hover {
	color: #3b5998;
	transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.twitter:hover {
	color: #00aced;
	transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.google:hover {
	color: #dc4a38;
	transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.dribbble:hover {
	color: #ea4c89;
	transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.linkedin:hover {
	color: #0077b5;
	transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.instagram:hover {
	color: #fe1f49;
	transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.behance:hover {
	color: #1769ff;
	transform: translateY(-10px);
}

.icon3-main-wrapper .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon3-main-wrapper .social-icons ul li {
	padding: 25px;
}

.icon3-main-wrapper .social-icons ul li a {
	font-size: 22px;
	display: inline-block;
	height: 50px;
	width: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}

.icon3-main-wrapper .social-icons ul li a:hover {
	border-radius: 50px;
}

.icon3-main-wrapper .social-icons ul li a.facebook {
	background-color: #3b5998;
}

.icon3-main-wrapper .social-icons ul li a.twitter {
	background-color: #00aced;
}

.icon3-main-wrapper .social-icons ul li a.google {
	background-color: #dc4a38;
}

.icon3-main-wrapper .social-icons ul li a.dribbble {
	background-color: #ea4c89;
}

.icon3-main-wrapper .social-icons ul li a.linkedin {
	background-color: #0077b5;
}

.icon3-main-wrapper .social-icons ul li a.instagram {
	background-color: #fe1f49;
}

.icon3-main-wrapper .social-icons ul li a.behance {
	background-color: #1769ff;
}

.icon4-main-wrapper {
	background-color: #e9e9e9;
}

.icon4-main-wrapper .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon4-main-wrapper .social-icons ul li {
	padding: 25px;
}

.icon4-main-wrapper .social-icons ul li a {
	font-size: 22px;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}

.icon4-main-wrapper .social-icons ul li a:hover {
	background-color: #ffffff !important;
	box-shadow: 0 0 30px rgba(23, 23, 23, 0.2509803922);
	transform: translate3d(0, -5px, 0);
}

.icon4-main-wrapper .social-icons ul li a.facebook {
	background-color: #3b5998;
}

.icon4-main-wrapper .social-icons ul li a.facebook:hover {
	color: #3b5998;
}

.icon4-main-wrapper .social-icons ul li a.twitter {
	background-color: #00aced;
}

.icon4-main-wrapper .social-icons ul li a.twitter:hover {
	color: #00aced;
}

.icon4-main-wrapper .social-icons ul li a.google {
	background-color: #dc4a38;
}

.icon4-main-wrapper .social-icons ul li a.google:hover {
	color: #dc4a38;
}

.icon4-main-wrapper .social-icons ul li a.dribbble {
	background-color: #ea4c89;
}

.icon4-main-wrapper .social-icons ul li a.dribbble:hover {
	color: #ea4c89;
}

.icon4-main-wrapper .social-icons ul li a.linkedin {
	background-color: #0077b5;
}

.icon4-main-wrapper .social-icons ul li a.linkedin:hover {
	color: #0077b5;
}

.icon4-main-wrapper .social-icons ul li a.instagram {
	background-color: #fe1f49;
}

.icon4-main-wrapper .social-icons ul li a.instagram:hover {
	color: #fe1f49;
}

.icon4-main-wrapper .social-icons ul li a.behance {
	background-color: #1769ff;
}

.icon4-main-wrapper .social-icons ul li a.behance:hover {
	color: #1769ff;
}

.icon5-main-wrapper .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon5-main-wrapper .social-icons ul li {
	padding: 25px;
}

.icon5-main-wrapper .social-icons ul li a {
	font-size: 22px;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #111111;
	text-align: center;
	line-height: 50px;
	position: relative;
}

.icon5-main-wrapper .social-icons ul li a span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	width: 0;
	z-index: -1;
}

.icon5-main-wrapper .social-icons ul li a:hover {
	color: #ffffff !important;
}

.icon5-main-wrapper .social-icons ul li a:hover span {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	top: 0;
	left: 0;
}

.icon5-main-wrapper .social-icons ul li a.facebook span {
	background-color: #3b5998;
}

.icon5-main-wrapper .social-icons ul li a.twitter span {
	background-color: #00aced;
}

.icon5-main-wrapper .social-icons ul li a.google span {
	background-color: #dc4a38;
}

.icon5-main-wrapper .social-icons ul li a.dribbble span {
	background-color: #ea4c89;
}

.icon5-main-wrapper .social-icons ul li a.linkedin span {
	background-color: #0077b5;
}

.icon5-main-wrapper .social-icons ul li a.instagram span {
	background-color: #fe1f49;
}

.icon5-main-wrapper .social-icons ul li a.behance span {
	background-color: #1769ff;
}

.icon6-main-wrapper {
	background-color: #e9e9e9;
}

.icon6-main-wrapper .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon6-main-wrapper .social-icons ul li {
	padding: 25px;
}

.icon6-main-wrapper .social-icons ul li a {
	display: inline-block;
	height: auto;
	width: auto;
	padding: 0 24px;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.icon6-main-wrapper .social-icons ul li a span {
	line-height: inherit;
	font-weight: 500;
	top: 0;
	position: relative;
	transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.icon6-main-wrapper .social-icons ul li a span.brand-icon {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
}

.icon6-main-wrapper .social-icons ul li a.facebook {
	color: #3b5998;
}

.icon6-main-wrapper .social-icons ul li a.dribbble {
	color: #ea4c89;
}

.icon6-main-wrapper .social-icons ul li a.behance {
	color: #1769ff;
}

.icon6-main-wrapper .social-icons ul li a.instagram {
	color: #fe1f49;
}

.icon6-main-wrapper .social-icons ul li a:hover .brand-label {
	top: -50px;
	transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.icon6-main-wrapper .social-icons ul li a:hover .brand-icon {
	top: 0;
	transition-duration: 0.3s;
}

.icon7-main-wrapper {
	background-color: #111111;
}

.icon7-main-wrapper .accor-heading h3 {
	color: #ffffff;
}

.icon7-main-wrapper .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.icon7-main-wrapper .social-icons ul li {
	padding-right: 25px;
}

.icon7-main-wrapper .social-icons ul li a {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 1px solid #ffffff;
	z-index: 1;
	color: #ffffff;
}

.icon7-main-wrapper .social-icons ul li a i {
	padding-right: 0px;
	position: relative;
	color: #ffffff;
	transition: 0.5s;
	z-index: 3;
}

.icon7-main-wrapper .social-icons ul li a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3b5998;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	z-index: 2;
}

.icon7-main-wrapper .social-icons ul li a:hover {
	border-color: #3b5998;
}

.icon7-main-wrapper .social-icons ul li a:hover i {
	color: #ffffff;
	transform: rotateY(360deg);
}

.icon7-main-wrapper .social-icons ul li a:hover::before {
	top: 0;
}

/* responsive of shortcode */
@media (max-width: 767px) {

	.icon1-main-wrapper .social-icons ul li,
	.icon2-main-wrapper .social-icons ul li,
	.icon3-main-wrapper .social-icons ul li,
	.icon4-main-wrapper .social-icons ul li,
	.icon5-main-wrapper .social-icons ul li,
	.icon7-main-wrapper .social-icons ul li {
		padding: 12px;
	}

	.icon6-main-wrapper .social-icons ul li {
		padding: 5px;
	}
}

@media (max-width: 580px) {

	.icon1-main-wrapper .social-icons ul,
	.icon2-main-wrapper .social-icons ul,
	.icon3-main-wrapper .social-icons ul,
	.icon4-main-wrapper .social-icons ul,
	.icon5-main-wrapper .social-icons ul,
	.icon7-main-wrapper .social-icons ul {
		display: block;
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 10px;
		column-gap: 10px;
		max-width: 280px;
		text-align: center;
		margin: 0 auto;
	}

	.icon1-main-wrapper .social-icons ul li,
	.icon2-main-wrapper .social-icons ul li,
	.icon3-main-wrapper .social-icons ul li,
	.icon4-main-wrapper .social-icons ul li,
	.icon5-main-wrapper .social-icons ul li,
	.icon7-main-wrapper .social-icons ul li {
		display: inline-block;
	}

	.icon6-main-wrapper .social-icons ul {
		display: block;
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 10px;
		column-gap: 10px;
		max-width: 280px;
		text-align: center;
		margin: 0 auto;
	}

	.icon6-main-wrapper .social-icons ul li {
		display: inline-block;
		padding: 15px;
	}
}

/*-------- gallery section -----------*/
.gallery1-wrapper .img-gallery-wrapper ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li {
	padding: 10px;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
	text-align: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img {
	position: relative;
	overflow: hidden;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img img {
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .img-responsive {
	width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
	background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0px;
	transform: translateX(-15px) translateY(-15px);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	transition: 0.2s ease;
	transition: all 0.5s;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay {
	transform: translateX(0) translateY(0);
	visibility: visible;
	opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
	visibility: visible;
	opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	opacity: 0.15;
}

/*------------------- gallery section -----------*/
.gallery1-wrapper .img-gallery-wrapper ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li {
	padding: 10px;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
	text-align: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img {
	position: relative;
	overflow: hidden;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img img {
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .img-responsive {
	width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
	background: rgb(131, 58, 180);
	background: linear-gradient(90deg, rgba(131, 58, 180, 0.7791491597) 0%, rgba(253, 29, 29, 0.5634628852) 46%, rgba(252, 176, 69, 0.8239670868) 100%);
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0px;
	transform: translateX(-15px) translateY(-15px);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	transition: 0.2s ease;
	transition: all 0.5s;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay {
	transform: translateX(0) translateY(0);
	visibility: visible;
	opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
	visibility: visible;
	opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	opacity: 0.15;
}

/* gallery second start  */
/* section_1 css */
.gallery2-wrapper {
	background-color: #e9e9e9;
}

.gallery2-wrapper .portfolio_img img {
	width: 100%;
}

.gallery2-wrapper .portfolio_img_wrapper {
	text-align: center;
}

.gallery2-wrapper .portfolio_img {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.gallery2-wrapper .portfolio_img_overlay {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
	height: calc(100% - 60px);
	left: 30px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 30px;
	transform: translateX(-15px) translateY(-15px);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: calc(100% - 60px);
	transition: 0.2s ease;
	transition: all 0.5s;
}

.gallery2-wrapper .portfolio_img_wrapper:hover .portfolio_img_overlay {
	transform: translateX(0) translateY(0);
	visibility: visible;
	opacity: 1;
}

.gallery2-wrapper .portfolio_img_text {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
}

.gallery2-wrapper .portfolio_img_wrapper:hover .portfolio_img_text {
	visibility: visible;
	opacity: 1;
}

.gallery2-wrapper .portfolio_img_text a {
	padding: 10px;
	font-size: 12px;
	border: 1px solid #4285f4;
	color: #4285f4;
}

.gallery2-wrapper .portfolio_img_text a:hover {
	background: #4285f4;
	color: #fff;
}

/* section_1 css end*/
.gallery3-wrapper .img-gallery-wrapper ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery3-wrapper .img-gallery-wrapper ul li {
	padding: 10px;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
	text-align: center;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img {
	position: relative;
	overflow: hidden;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img img {
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .img-responsive {
	width: 100%;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
	background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0px;
	transform: translateX(-15px) translateY(-15px);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	transition: 0.2s ease;
	transition: all 0.5s;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay {
	transform: translateX(0) translateY(0);
	visibility: visible;
	opacity: 1;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
	visibility: visible;
	opacity: 1;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	opacity: 0.15;
}

.gallery3-wrapper .section4_portfolio_slider {
	float: left;
	width: 100%;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: -56px;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot {
	margin-left: 3px;
	transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #cccccc;
	transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot.active span,
.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #4285f4;
	width: 10px;
	height: 10px;
	transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot.active,
.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot:hover {
	transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-nav {
	display: none;
}

.gallery3-wrapper .portfolio_image_wrapper {
	float: left;
	width: 100%;
	text-align: center;
}

.gallery3-wrapper .portfolio_image {
	position: relative;
	width: auto;
	display: inline-block;
}

.gallery3-wrapper .portfolio_image_overlay {
	position: absolute;
	top: 400px;
	left: 300px;
	right: 400px;
	opacity: 0;
	transition: 0.2s ease;
	transition: all 0.5s;
}

.gallery3-wrapper .portfolio_image_wrapper:hover .portfolio_image_overlay {
	background-color: #4285f4;
	opacity: 0.9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	overflow: hidden;
}

.gallery3-wrapper .portfolio_img_icon {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.5s;
}

/* section_4 css end*/
/* section_6 css start*/
.gallery4-wrapper {
	background-color: #e9e9e9;
}

.gallery4-wrapper .tab_image,
.gallery4-wrapper .tab_image_text {
	float: left;
	width: 100%;
}

.gallery4-wrapper .tab_image_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.gallery4-wrapper .section6_nav_tabs {
	float: left;
	width: 100%;
	text-align: center;
}

.gallery4-wrapper .section6_nav_tabs .nav_tabs {
	display: inline-block;
	padding-bottom: 50px;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills>li+li {
	margin-left: 30px;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills>li>a {
	border: 1px solid #fff;
	color: #999999;
	text-transform: uppercase;
}

.gallery4-wrapper .section6_nav_tabs .nav>li>a:focus,
.gallery4-wrapper .section6_nav_tabs .nav>li>a:hover {
	text-decoration: none;
	color: #4285f4;
	border: 1px solid #4285f4;
	border-radius: 35px;
	background: #fff;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills>li a.active,
.gallery4-wrapper .section6_nav_tabs .nav-pills>li a.active> :focus,
.gallery4-wrapper .section6_nav_tabs .nav-pills>li a.active> :hover {
	color: #4285f4;
	border: 1px solid #4285f4;
	border-radius: 35px;
	background: #fff;
}

.gallery4-wrapper .tab_image_text {
	border: 1px solid #e1e1e1;
	padding: 30px;
	border-top: none;
}

.gallery4-wrapper .project_category {
	float: left;
}

.gallery4-wrapper .project_likes {
	float: right;
}

.gallery4-wrapper .project_category h4 a {
	color: #999999;
	font-size: 14px;
}

.gallery4-wrapper .project_title h4 {
	font-size: 18px;
	font-weight: bold;
}

.gallery4-wrapper .project_title h4 a {
	color: #111111;
}

.gallery4-wrapper .project_title {
	padding-bottom: 20px;
}

.gallery4-wrapper .project_likes a i {
	color: #4285f4;
}

.gallery4-wrapper .tab_image_wrapper:hover .tab_image_text {
	border: 1px solid #4285f4;
	background: #4285f4;
	border-top: none;
	transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_title h4 a {
	color: #fff;
	transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_category h4 a {
	color: #fff;
	transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_likes a {
	color: #fff;
	transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_likes a i {
	color: #fff;
	transition: all 0.5s;
}

.gallery4-wrapper .tab_image figure {
	display: block;
	margin: 0;
	overflow: hidden;
}

.gallery4-wrapper .tab_image figure img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}

.gallery4-wrapper .tab_image:hover figure img {
	transform: scale(1.1, 1.1);
}

/* section_6 css end*/
/* media query css for mobile */
@media (max-width: 991px) {
	.gallery1-wrapper .img-gallery-wrapper ul {
		display: block;
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}

@media (max-width: 480px) {
	.gallery1-wrapper .img-gallery-wrapper ul {
		-moz-column-count: 1;
		column-count: 1;
	}

	.nav-link {
		padding: 10px 14px;
	}
}

@media (max-width: 767px) {
	.tab_img {
		float: left;
		width: auto;
		position: relative;
	}

	.right {
		float: none;
	}

	.section3_img1,
	.section3_img3,
	.section3_img4 {
		float: left;
		width: 100%;
	}

	.section3_img2 {
		float: left;
		width: 100%;
		position: relative;
	}

	.nav-pills>li {
		margin-left: 30px;
	}

	.nav-pills>li+li {
		margin-left: 30px;
		margin-bottom: 20px;
	}

	.section6_nav_tabs .nav-pills>li {
		margin: 10px 0;
	}

	.section6_nav_tabs .nav-pills>li+li {
		margin-left: 5px;
	}

	.section5_portfolio_slider .owl-carousel .owl-nav .owl-prev {
		left: 0;
	}

	.section5_portfolio_slider .owl-carousel .owl-nav .owl-next {
		right: 0;
		left: auto;
	}

	.gallery4-wrapper .section6_nav_tabs .nav_tabs .nav {
		display: block;
	}

	.gallery4-wrapper .section6_nav_tabs .nav-pills>li+li {
		margin-left: 0px;
	}
}

/*===========================pricing table css start=============================*/
.p-top-padding {
	padding-top: 40px;
}

.p-bottom-padding {
	padding-bottom: 40px;
}

/*---pricing page first section ----*/
.pt-section-1 .p-box-1 {
	height: 660px;
	margin-top: 20px;
	box-shadow: 0px 0px 5px #e9e9e9;
	text-align: center;
	border: 1px solid transparent;
	transition: all 0.7s;
}

.pt-section-1 .p-box-1 h4 {
	font-size: 16px;
	padding-bottom: 20px;
}

.pt-section-1 .p-box-1 .text-1 {
	margin: 20px 0px;
	padding: 15px 0px;
	background-color: #fafafa;
	color: #797979;
	font-size: 16px;
}

.pt-section-1 .p-box-1 .heading-1 {
	height: 75px;
	line-height: 75px;
	background-color: #fafafa;
	color: #285592;
	text-transform: capitalize;
}

.pt-section-1 .p-box-1 .btn-1 {
	width: 230px;
	height: 40px;
	border-radius: 30px;
	color: #285592;
	border: 1px solid #285595;
	background: #fff;
	transition: all 0.7s;
}

.pt-section-1 .p-box-1:hover .btn-1 {
	background-color: #285592;
	color: #fff;
}

.pt-section-1 .p-box-1.box-border {
	transition: color 0.25s;
	position: relative;
}

.pt-section-1 .p-box-1.box-border:before,
.pt-section-1 .p-box-1.box-border:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
}

.pt-section-1 .p-box-1.box-border:before {
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.pt-section-1 .p-box-1.box-border:after {
	border-top-width: 1px;
	border-right-width: 1px;
}

.pt-section-1 .p-box-1.box-border:hover:before,
.pt-section-1 .p-box-1.box-border:hover:after {
	border-color: #4285f4;
	transition: border-color 0s, width 0.25s, height 0.25s;
	width: 100%;
	height: 100%;
}

.pt-section-1 .p-box-1.box-border:hover:before {
	transition-delay: 0s, 0s, 0.25s;
}

.pt-section-1 .p-box-1.box-border:hover:after {
	transition-delay: 0s, 0.25s, 0s;
}

/*----------Animation Css over--------*/
.pt-section-2 {
	background-color: #e9e9e9;
}

.pt-section-2 .p-box-2 {
	margin-top: 20px;
	height: 610px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all 0.7s;
}

.pt-section-2 .p-box-2 h4 {
	font-size: 16px;
	padding-bottom: 20px;
	position: relative;
}

.pt-section-2 .p-box-2 h4:after {
	content: "";
	border: 1px dashed #797979;
	width: 80px;
	height: 1px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: 77px;
}

.pt-section-2 .p-box-2 .heading-2 {
	transition: none;
	font-size: 28px;
	margin-top: 10px;
}

.pt-section-2 .p-box-2 .text-2 {
	color: #797979;
	font-size: 16px;
	margin-top: 10px;
}

.pt-section-2 .p-box-2 h3 .small {
	font-size: 16px;
	color: #797979;
}

.pt-section-2 .p-box-2 .btn-2 {
	width: 210px;
	height: 40px;
	border-radius: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #285592;
	border: 1px solid #285595;
	background: #fff;
	margin-top: 30px;
	transition: all 0.7s;
}

.pt-section-2 .p-box-2:before {
	content: "";
	position: absolute;
	color: #fff;
	background: #42a5f5;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0;
	transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
}

.pt-section-2 .p-box-2:hover {
	box-shadow: 0px 0px 15px 7px #e9e9e9;
}

.pt-section-2 .p-box-2:hover h4 a {
	color: #fff;
}

.pt-section-2 .p-box-2:hover h4 a:after {
	border-color: #fff;
}

.pt-section-2 .p-box-2:hover .text-2 {
	color: #fff;
}

.pt-section-2 .p-box-2:hover .small {
	color: #fff;
}

.pt-section-2 .p-box-2:hover:before {
	width: 100%;
	height: 100%;
}

/*------------------- 3rd style -------------------*/
.pt-section-3 {
	text-align: center;
}

.pt-section-3 .p-box-3 .p-promo {
	background: #0F1012;
	color: #f9f9f9;
	border: 2px solid transparent;
	transition: all 0.7s;
}

.pt-section-3 .p-box-3 .deal {
	padding: 10px 0 0 0;
}

.pt-section-3 .p-box-3 .deal span {
	display: block;
	text-align: center;
	transition: all 0.7s;
}

.pt-section-3 .p-box-3 .deal span:first-of-type {
	font-size: 23px;
}

.pt-section-3 .p-box-3 .deal span:last-of-type {
	font-size: 13px;
}

.pt-section-3 .p-box-3 .price {
	font-weight: bold;
	transition: all 0.7s;
	display: block;
	background: #292b2e;
	margin: 15px 0 10px 0;
	text-align: center;
	font-size: 23px;
	padding: 17px 0 17px 0;
}

.pt-section-3 .p-box-3 ul {
	display: block;
	margin: 20px 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #999999;
}

.pt-section-3 .p-box-3 ul li {
	display: block;
	margin: 10px 0 0 0;
	line-height: 35px;
}

.pt-section-3 .p-box-3:hover span {
	color: #64AAA4;
}

.pt-section-3 .p-box-3 .btn-5 {
	border: none;
	border-radius: 40px;
	background: #292b2e;
	color: #f9f9f9;
	padding: 10px 37px;
	transition: all 0.7s;
}

.pt-section-3 .p-box-3 .btn-5:hover {
	background: #64AAA4;
}

.pt-section-4 {
	background-color: #e9e9e9;
}

.pt-section-4 .p-box-4 {
	margin-top: 20px;
	text-align: center;
	background-color: #fff;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1215686275);
	padding-bottom: 40px;
}

.pt-section-4 .p-box-4 .p-box-4-1 {
	height: 165px;
	padding: 40px;
	margin-bottom: 30px;
	background-color: #edecfc;
	transition: all 0.7s;
}

.pt-section-4 .p-box-4 .p-box-4-1 h2 {
	transition: none;
	font-size: 26px;
}

.pt-section-4 .p-box-4 .p-box-4-1 h3 {
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1215686275);
	background-color: #fff;
	height: 90px;
	margin-top: 24px;
	padding: 30px 52px;
	font-weight: 700;
	font-size: 26px;
}

.pt-section-4 .p-box-4 .p-box-4-1 h3 span {
	font-size: 14px;
}

.pt-section-4 .p-box-4 .list-6 {
	padding: 20px;
	margin: 0;
}

.pt-section-4 .p-box-4 .list-6 li {
	line-height: 35px;
}

.pt-section-4 .p-box-4 .btn-6 {
	padding: 10px 50px;
	background-color: #fff;
	border: 1px solid #797979;
	border-radius: 5px;
	transition: all 0.7s;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 {
	background-color: #4e49de;
	color: #fff;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 h2 {
	color: #ffffff;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 h3 {
	color: #111111;
}

.pt-section-4 .p-box-4:hover .btn-6 {
	background-color: #4e49de;
	color: #fff;
}

/*------------------- fifth table css -----*/
.pt-section-5 .p-box-5 {
	margin-top: 20px;
	background-color: #444444;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: all 0.7s;
}

.pt-section-5 .p-box-5 .heading-5 {
	text-align: center;
	color: #fff;
	padding: 30px;
}

.pt-section-5 .p-box-5 .heading-5 a {
	color: #ffffff;
	font-size: 22px;
}

.pt-section-5 .p-box-5 .heading-5 h2 {
	font-size: 36px;
	color: #fff;
}

.pt-section-5 .p-box-5 .heading-5 h3 {
	font-size: 26px;
	margin-top: 10px;
	color: #fff;
}

.pt-section-5 .p-box-5 .content-5 {
	background-color: #222222;
	color: #fff;
	text-align: center;
	padding: 40px;
	border-radius: 15px;
}

.pt-section-5 .p-box-5 ul {
	padding: 0;
}

.pt-section-5 .p-box-5 ul li {
	line-height: 35px;
}

.pt-section-5 .p-box-5 .btn-5 {
	padding: 7px 50px;
	margin-top: 20px;
	border: none;
	background: #797979;
	color: #fff;
	transition: all 0.7s;
}

.pt-section-5 .p-box-5:hover {
	background-color: #12d8fa;
}

.pt-section-5 .p-box-5:hover .btn-5 {
	background-color: #12d8fa;
}

@media (max-width: 991px) {
	.container {
		max-width: 900px;
	}

	.pt-section-4 .p-box-4-1 h3 {
		padding: 30px 20px;
	}
}

/*------------ icon page css start ----------*/
.ic-section-1 .icon-1 {
	height: 80px;
	width: 80px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-bottom-right-radius: 63px;
	line-height: 73px;
	text-align: center;
	transition: all 0.7s;
	color: #fff;
	background-color: #4285f4;
}

.ic-section-1 .box {
	border: 1px solid #e9e9e9;
	margin-top: 30px;
	padding-bottom: 30px;
	transition: all 0.5s;
}

.ic-section-1 .box p {
	padding: 0;
	padding-right: 20px;
}

.ic-section-1 .box p.left_shift {
	padding-left: 20px;
	padding-top: 10px;
}

.ic-section-1 .box h4 {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 24px;
}

.ic-section-1 .box h4 a {
	color: #4285f4;
}

.ic-section-1 .box-border {
	transition: color 0.25s;
	position: relative;
}

.ic-section-1 .box-border:after,
.ic-section-1 .box-border:after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
}

.ic-section-1 .box-border:after {
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.ic-section-1 .box-border:after {
	border-top-width: 1px;
	border-right-width: 1px;
}

.ic-section-1 .box-border:hover:after,
.ic-section-1 .box-border:hover:after {
	border-color: #4285f4;
	transition: border-color 0s, width 0.25s, height 0.25s;
	width: 100%;
	height: 100%;
}

.ic-section-1 .box-border:hover:before {
	transition-delay: 0s, 0s, 0.25s;
}

.ic-section-1 .box-border:hover:after {
	transition-delay: 0s, 0.25s, 0s;
}

.ic-section-2 {
	background-color: #f9f9f9;
}

.ic-section-2 .icon-box-two {
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	transition: all 0.7s;
}

.ic-section-2 .icon-box-two::before {
	content: "";
	position: absolute;
	color: #fff;
	background: #4285f4;
	z-index: -1;
	transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0;
}

.ic-section-2 .icon-box-two span {
	padding-bottom: 15px;
	display: block;
}

.ic-section-2 .icon-box-two span i {
	margin-top: 50px;
	border: 1px solid, #4285f4;
	border-radius: 40px;
	background-color: #4285f4;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.ic-section-2 .icon-box-two h4 {
	padding-top: 10px;
	font-size: 24px;
}

.ic-section-2 .icon-box-two h4 a:hover {
	color: #ffffff;
}

.ic-section-2 .icon-box-two p {
	padding-top: 10px;
	padding-bottom: 30px;
}

.ic-section-2 .icon-box-two:hover {
	border-color: #4285f4;
	box-shadow: 0px 0px 10px #797979;
}

.ic-section-2 .icon-box-two:hover::before {
	width: 100%;
	height: 100%;
}

.ic-section-2 .icon-box-two:hover span {
	color: #ffffff;
}

.ic-section-2 .icon-box-two:hover span i {
	background-color: #ffffff;
	color: #4285f4;
}

.ic-section-2 .icon-box-two:hover h4 a {
	color: #ffffff;
}

.ic-section-2 .icon-box-two:hover p {
	color: #ffffff;
}

.ic-section-3 .icon-box-three {
	padding-bottom: 40px;
	text-align: center;
	border: 1px solid #e9e9e9;
	transition: all 0.7s;
}

.ic-section-3 .icon-box-three span {
	background-color: #797979;
	height: 90px;
	transition: all 0.5s;
	padding-bottom: 15px;
	color: #fff;
	position: relative;
	z-index: 1;
	display: block;
}

.ic-section-3 .icon-box-three span::before {
	content: "";
	position: absolute;
	color: #fff;
	background: #4285f4;
	z-index: -1;
	transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.ic-section-3 .icon-box-three span i {
	margin-top: 50px;
	border: 1px solid, #4285f4;
	border-radius: 40px;
	background-color: #fff;
	color: #797979;
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.ic-section-3 .icon-box-three h4 {
	padding: 35px 0px 17px 0px;
	font-size: 24px;
}

.ic-section-3 .icon-box-three p {
	padding-bottom: 15px;
}

.ic-section-3 .icon-box-three:hover span::before {
	width: 100%;
	height: 100%;
}

.ic-section-4 {
	background-color: #f9f9f9;
}

.ic-section-4 .icon-box-four {
	text-align: center;
	border: 1px solid #e9e9e9;
	transition: all 0.7s;
	color: #fff;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

.ic-section-4 .icon-box-four::before {
	content: "";
	position: absolute;
	color: #fff;
	background: #4285f4;
	z-index: -1;
	transition: 0.7s width ease-in-out, 0.7s height ease-in-out;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.ic-section-4 .icon-box-four span {
	transition: all 0.7s;
}

.ic-section-4 .icon-box-four span i {
	background-color: #4285f4;
	color: #fff;
	margin-top: 50px;
	border: 1px solid, #4285f4;
	border-radius: 40px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	transition: all 0.7s;
}

.ic-section-4 .icon-box-four h4 {
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 24px;
}

.ic-section-4 .icon-box-four h4 a:hover {
	color: #ffffff;
}

.ic-section-4 .icon-box-four p {
	transition: all 0.7s;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.ic-section-4 .icon-box-four:hover {
	background-color: #4285f4;
}

.ic-section-4 .icon-box-four:hover::before {
	width: 100%;
	height: 100%;
}

.ic-section-4 .icon-box-four:hover span i {
	background-color: #ffffff;
	color: #4285f4;
}

.ic-section-4 .icon-box-four:hover p {
	color: #ffffff;
}

.ic-section-4 .icon-box-four:hover h4 a {
	color: #ffffff;
}

.ic-section-4 .icon-box-four:hover p {
	color: #ffffff;
}

.ic-section-5 .icon-box-five {
	text-align: center;
	border: 1px solid #e9e9e9;
	padding-bottom: 30px;
	transition: all 0.7s;
}

.ic-section-5 .icon-box-five::before,
.ic-section-5 .icon-box-five::after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.ic-section-5 .icon-box-five span {
	position: relative;
	display: inline-block;
	width: 165px;
	height: 2px;
	color: #f74539;
	padding-bottom: 20px;
}

.ic-section-5 .icon-box-five span i {
	margin-top: 50px;
	border: 1px solid, #4285f4;
	border-radius: 40px;
	background-color: #4285f4;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.ic-section-5 .icon-box-five span::after {
	content: "";
	height: 50px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #e9e9e9;
	transition: all 0.5s;
}

.ic-section-5 .icon-box-five h4 {
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 24px;
}

.ic-section-5 .icon-box-five p {
	padding-left: 20px;
	padding-right: 20px;
}

.ic-section-5 .icon-box-five:hover {
	border-bottom-color: #4285f4;
}

.ic-section-5 .icon-box-five:hover::before,
.ic-section-5 .icon-box-five:hover::after {
	border-color: #4285f4;
	transition: border-color 0s, width 0.25s, height 0.25s;
	width: 100%;
	height: 100%;
	transition-delay: 0s, 0s, 0.25s;
}

.ic-section-5 .icon-box-five:hover span::after {
	background-color: #4285f4;
}

.ic-section-5 .icon-box-five:hover h4 a {
	color: #4285f4;
}

@media (max-width: 991px) {
	.ic-section-2 .icon-box-two {
		margin: 12px 0;
	}

	.ic-section-3 .icon-box-three {
		margin: 12px 0;
	}

	.ic-section-4 .icon-box-four {
		margin: 12px 0;
	}

	.ic-section-5 .icon-box-five {
		margin: 12px 0;
	}

	.ic-section-2 {
		padding-top: 0px;
	}

	.ic-section-3 {
		padding-top: 0px;
	}

	.ic-section-4 {
		padding-top: 0px;
	}

	.ic-section-5 {
		padding-top: 0px;
	}
}

/*------------- typography page  start -----------*/
/*------------------ list-page-start -----------*/
/*------------------- list-one ------------------*/
.list-main-wrapper-one {
	background-color: #fafafa;
}

.list-main-wrapper-one .list-one-wrapper {
	margin-top: 25px;
}

.list-main-wrapper-one .list-one-wrapper ul {
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
}

.list-main-wrapper-one .list-one-wrapper ul li {
	position: relative;
	padding: 12px 25px 14px 25px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.list-main-wrapper-one .list-one-wrapper ul li .list-one-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

.list-main-wrapper-one .list-one-wrapper ul li i {
	position: absolute;
	top: 21px;
	left: 0;
	font-size: 14px;
	opacity: 0.7;
	color: #757575;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover {
	padding: 12px 25px 14px 50px;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover .list-one-bg {
	opacity: 1;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover i {
	left: 25px;
	opacity: 1;
}

/*--list-two--*/
.list-main-wrapper-two .list-two-wrapper {
	margin-top: 25px;
}

.list-main-wrapper-two .list-two-wrapper ul li {
	color: #828282;
	margin-bottom: 20px;
}

.list-main-wrapper-two .list-two-wrapper ul li i {
	margin-right: 10px;
	line-height: 30px;
	color: #0038e3;
	font-size: 18px;
	position: relative;
}

/*--  list-three */
.list-main-wrapper-three {
	background-color: #fafafa;
}

.list-main-wrapper-three .list-three-wrapper {
	margin-top: 25px;
}

.list-main-wrapper-three .list-three-wrapper ul li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
	padding-top: 15px;
}

.list-main-wrapper-three .list-three-wrapper ul li:first-child {
	padding-top: 0px;
}

.list-main-wrapper-three .list-three-wrapper ul li i {
	margin-right: 10px;
	background: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
}

/*--  list-four --*/
.list-main-wrapper-four {
	background-color: #f7f7f7;
}

.list-main-wrapper-four .list-four-wrapper ul li {
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.list-main-wrapper-four .list-four-wrapper ul li i {
	color: #0038e3;
	margin-right: 15px;
}

.list-main-wrapper-four .list-four-wrapper ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.list-main-wrapper-five .list-five-wrapper ul li {
	display: flex;
	align-items: center;
	padding: 28px 0;
	border-color: rgba(0, 0, 0, 0.1) !important;
	border-bottom: 1px solid #dee2e6 !important;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content {
	width: 90%;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content .list-head {
	font-weight: 700;
	line-height: 28px;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content .list-head .label-new {
	background-color: #0aa5d6;
	display: inline-block;
	vertical-align: middle;
	padding: 2px 9px;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
	border-radius: 1px;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content p {
	font-weight: 500x;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-price {
	font-weight: 700;
}

@media (max-width: 767px) {
	.list-main-wrapper-one .list-one-wrapper {
		display: flex;
		justify-content: center;
	}

	.list-main-wrapper-two .list-two-wrapper {
		display: flex;
		justify-content: center;
	}

	.list-main-wrapper-three .list-three-wrapper {
		display: flex;
		justify-content: center;
	}

	.list-four-wrapper {
		display: flex;
		justify-content: center;
	}
}

/* ....................................
1.2 INDEX 3
.......................................*/
.index3-header .sb-main-header1 .menu-item-wrapper3 {
	border-bottom: 0;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header {
	display: flex;
	justify-content: end;
	align-items: center;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header .navbar-expand-lg {
	justify-content: flex-end;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header nav ul li a {
	color: #111;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header nav ul li .dropdown-items li a:hover {
	color: #fd2378;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons {
	justify-content: end;
	align-items: center;
	padding-top: 0;
	padding-left: 12px;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons li .search_bar .lv_search_bar a span svg {
	fill: #111;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons .post-drop .post-btn {
	color: #111;
	border-color: #111;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons .post-drop .post-btn:hover {
	border: 1px solid #f37638;
}

.index3-header .sb-main-header1 .menu-item-wrapper3 .custom-header .social-media-icons .post-drop .post-btn:after {
	background: #f37638;
	border: 1px solid #f37638;
}

.index3-header .sb-main-header1 .menu-fixed {
	background-color: #eaf2f7;
}

.index3-slider-wrapper {
	background-image: url(../images/index3/slider.png);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 90px 0px 0px;
	width: 100%;
	float: left;
	position: relative;
	margin-top: -97px;
}

.index3-slider-wrapper .index2-slider-img {
	width: 100%;
	float: right;
}

.index3-slider-wrapper .index2-slider-img img {
	width: 100%;
	margin-left: 145px;
	transition: all 0.5s;
}

.index3-slider-wrapper .index2-slider-img:hover img {
	transform: translateY(-8px);
	transition: all 0.5s;
}

.index3-slider-wrapper .slider-caption {
	width: 100%;
	float: left;
	padding-top: 130px;
}

.index3-slider-wrapper .slider-caption h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
}

.index3-slider-wrapper .slider-caption p {
	padding-top: 12px;
	font-size: 25px;
}

.index3-slider-wrapper .slider-form {
	margin-top: 60px;
}

.index3-slider-wrapper .slider-form form input {
	width: 85%;
	border: 1px solid #ccc;
	border-radius: 30px;
	height: 50px;
	padding: 0px 30px;
	padding-left: 45px;
}

.index3-slider-wrapper .slider-form form .field-icon {
	position: relative;
}

.index3-slider-wrapper .slider-form form .field-icon span {
	position: absolute;
	top: 13px;
	left: 30px;
	color: #f37638;
}

.index3-slider-wrapper .slider-form form .select-field {
	position: relative;
}

.index3-slider-wrapper .slider-form form .select-field select {
	width: 85%;
	border: 1px solid #c9c9c9;
	border-radius: 30px;
	padding: 0px 24px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 50px;
	padding-left: 45px;
}

.index3-slider-wrapper .slider-form form .select-field:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #c9c9c9;
	right: 119px;
	bottom: 22px;
	position: absolute;
	pointer-events: none;
	cursor: pointer;
	z-index: 1;
}

.index3-slider-wrapper .slider-form .search-btn {
	display: inline-block;
	border: 1px solid #f37638;
	background-color: #f37638;
	color: #fff;
	width: 140px;
	float: left;
	margin-top: 30px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.index3-slider-wrapper .slider-form .search-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #fff;
	transition: all 0.3s;
}

.index3-slider-wrapper .slider-form .search-btn:hover {
	border: 1px solid #f37638;
}

.index3-slider-wrapper .slider-form .search-btn:hover span {
	z-index: 11;
	position: relative;
	color: #f37638;
}

.index3-slider-wrapper .slider-form .search-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index3-slider-wrapper .project-pipe-wrapper {
	background-color: #eaf2f7;
	padding: 35px 0px;
	position: relative;
	z-index: -1;
}

.index3-slider-wrapper .project-pipe-wrapper .pro-pipe-main {
	display: flex;
}

.index3-slider-wrapper .project-pipe-wrapper .pro-pipe-main h5 {
	font-size: 20px;
	width: 210px;
}

.index3-slider-wrapper .project-pipe-wrapper .pro-pipe-main h5 span {
	display: inline-block;
	font-size: 18px;
	color: #797979;
	padding-left: 4px;
	font-weight: 300;
}

.how-it-work-wrapper .home1-section-heading1 {
	text-align: center;
}

.how-it-work-wrapper .home1-section-heading1 h4 {
	font-size: 40px;
	font-weight: 700;
}

.how-it-work-wrapper .working-box-wrapper {
	text-align: center;
	padding: 30px;
	background: #fff;
	box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.0901960784);
	margin-top: 50px;
	border-radius: 4px;
	transition: all 0.5s;
}

.how-it-work-wrapper .working-box-wrapper span {
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-radius: 50%;
	background-color: #eaf2f7;
}

.how-it-work-wrapper .working-box-wrapper span svg {
	width: 35px;
	height: 35px;
	fill: #111;
}

.how-it-work-wrapper .working-box-wrapper h4 {
	font-size: 20px;
	padding: 20px 0px;
}

.how-it-work-wrapper .working-box-wrapper p {
	padding-bottom: 20px;
}

.how-it-work-wrapper .working-box-wrapper:hover {
	transform: translateY(-5px);
	transition: all 0.5s;
}

.how-it-work-wrapper .working-box-wrapper:hover span {
	background-color: #f37638;
	transition: all 0.5s;
}

.how-it-work-wrapper .working-box-wrapper:hover svg {
	fill: #fff;
	transition: all 0.5s;
}

.how-it-work-wrapper .working-box-wrapper:hover p {
	color: #111;
	transition: all 0.5s;
}

.explore-category-wrapper {
	padding-bottom: 100px;
}

.explore-category-wrapper .home1-section-heading1 {
	text-align: left;
}

.explore-category-wrapper .home1-section-heading1 h4 {
	font-size: 40px;
	font-weight: 700;
}

.explore-category-wrapper .category-main-slider-wrapper {
	position: relative;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container {
	padding: 50px 0px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
	padding: 30px;
	box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.0901960784);
	background-color: #fff;
	transition: all 0.5s;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide h4 {
	font-size: 20px;
	padding-top: 20px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide span {
	width: 80px;
	height: 80px;
	line-height: 75px;
	font-size: 30px;
	border-radius: 50%;
	background-color: #eaf2f7;
	color: #111;
	text-align: center;
	display: block;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide p {
	padding: 20px 0px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:hover {
	background-color: #f37638;
	transition: all 0.5s;
	transform: translateY(-5px);
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:hover span {
	background-color: #2276e3;
	color: #fff;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:hover h4 {
	color: #fff;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:hover p {
	color: #fff;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:hover a {
	color: #fff;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card {
	text-align: center;
	width: 100%;
	float: left;
	background: #fff;
	padding: 0;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-header {
	padding: 20px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-header span {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-header a {
	display: block;
	margin-top: 20px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-header a h5 {
	font-size: 20px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-header .star {
	display: flex;
	justify-content: center;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-header .star li a {
	color: #e7b900;
	font-size: 14px;
	margin-top: 0px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-header .star li+li {
	margin-left: 5px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body {
	padding: 20px;
	text-align: left;
	width: 100%;
	float: left;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body p {
	display: inline-block;
	padding: 0;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body p span {
	font-weight: 600;
	display: inline-block;
	color: #111;
	width: auto;
	height: auto;
	line-height: inherit;
	font-size: 16px;
	background: transparent;
	border-radius: 0;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body .apply-btn {
	border: 1px solid #f37638;
	border-radius: 30px;
	width: 112px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #f37638;
	float: right;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body .apply-btn span {
	width: inherit;
	height: inherit;
	line-height: inherit;
	font-size: 16px;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	text-align: center;
	display: initial;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body .apply-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #2276e3;
	transition: all 0.3s;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body .apply-btn:hover {
	border: 1px solid #2276e3;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body .apply-btn:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-body .apply-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-footer {
	text-align: left;
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-footer ul {
	display: flex;
	align-content: center;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-footer ul li {
	width: 50%;
	text-align: center;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-footer ul li a {
	padding: 20px 0px;
	display: inline-block;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-footer ul li a i {
	color: #797979;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-footer ul li a:hover {
	color: #fd2378;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card .custom-card-footer ul li+li {
	border-left: 1px solid #ccc;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card:hover {
	box-shadow: 0px 0px 40px #ccc;
	transform: translateY(-5px);
	transition: all 0.5s;
	background-color: transparent;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card:hover p {
	color: #111;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-container .swiper-wrapper .custom-card:hover .custom-card-footer a {
	color: #111;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-pagination {
	bottom: inherit;
	top: -45px;
	left: inherit;
	right: 370px;
	width: 24%;
	text-align: right;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-pagination .swiper-pagination-current {
	left: 0;
	color: #f37638;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-pagination span {
	font-size: 20px;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-button-prev {
	background-image: none;
	right: 300px;
	position: absolute;
	left: inherit;
	top: -45px;
	margin: 0;
}

.explore-category-wrapper .category-main-slider-wrapper .swiper-button-next {
	background-image: none;
	right: 282px;
	position: absolute;
	left: inherit;
	top: -45px;
	margin: 0;
}

.love-job-main-wrapper {
	background-color: #eaf2f7;
}

.love-job-main-wrapper .home1-section-heading1 {
	text-align: left;
	padding-top: 120px;
}

.love-job-main-wrapper .home1-section-heading1 h4 {
	font-size: 40px;
	font-weight: 700;
}

.love-job-main-wrapper .home1-section-heading1 p {
	padding-top: 20px;
}

.love-job-main-wrapper .home1-section-heading1 span {
	color: #2276e3;
}

.love-job-main-wrapper .home1-section-heading1 .heading-btn {
	display: inline-block;
	border: 1px solid #f37638;
	background-color: #f37638;
	color: #fff;
	width: 140px;
	float: left;
	margin-top: 30px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.love-job-main-wrapper .home1-section-heading1 .heading-btn span {
	color: #fff;
}

.love-job-main-wrapper .home1-section-heading1 .heading-btn:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #eaf2f7;
	transition: all 0.3s;
}

.love-job-main-wrapper .home1-section-heading1 .heading-btn:hover {
	border: 1px solid #f37638;
}

.love-job-main-wrapper .home1-section-heading1 .heading-btn:hover span {
	z-index: 11;
	position: relative;
	color: #f37638;
}

.love-job-main-wrapper .home1-section-heading1 .heading-btn:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.love-job-main-wrapper .love-post-wrapper {
	display: flex;
	justify-content: space-around;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love {
	display: flex;
	flex-direction: column;
	width: 46%;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one {
	padding: 40px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.0901960784);
	margin-bottom: 30px;
	transition: all 0.5s;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one a h5 {
	font-size: 26px;
	max-width: 245px;
	line-height: 34px;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one ul {
	display: flex;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one ul li a {
	color: #797979;
	font-size: 14px;
	padding-top: 10px;
	display: inline-block;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one ul li+li {
	margin-left: 12px;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one .love-footer {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin-top: 24px;
	padding-top: 24px;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one .love-footer .love-btn a {
	display: inline-block;
	background: #f37638;
	color: #fff;
	border-radius: 30px;
	padding: 9px 20px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one .love-footer .love-btn a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #2276e3;
	transition: all 0.3s;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one .love-footer .love-btn a:hover {
	border: 1px solid #2276e3;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one .love-footer .love-btn a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one .love-footer .love-btn a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one .love-footer .love-text h5 {
	font-size: 20px;
}

.love-job-main-wrapper .love-post-wrapper .left-side-love .left-side-one:hover {
	transform: translateY(-5px);
	transition: all 0.5s;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love {
	display: flex;
	flex-direction: column;
	width: 46%;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one {
	padding: 40px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.0901960784);
	margin-bottom: 30px;
	transition: all 0.5s;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one a h5 {
	font-size: 26px;
	max-width: 245px;
	line-height: 34px;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one ul {
	display: flex;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one ul li a {
	color: #797979;
	font-size: 14px;
	padding-top: 10px;
	display: inline-block;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one ul li+li {
	margin-left: 12px;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one .love-footer {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin-top: 24px;
	padding-top: 24px;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one .love-footer .love-btn a {
	display: inline-block;
	background: #f37638;
	color: #fff;
	border-radius: 30px;
	padding: 9px 20px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one .love-footer .love-btn a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #2276e3;
	transition: all 0.3s;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one .love-footer .love-btn a:hover {
	border: 1px solid #2276e3;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one .love-footer .love-btn a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one .love-footer .love-btn a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one .love-footer .love-text h5 {
	font-size: 20px;
}

.love-job-main-wrapper .love-post-wrapper .right-side-love .right-side-one:hover {
	transform: translateY(-5px);
	transition: all 0.5s;
}

.million-job-main-wrapper .home1-section-heading1 {
	text-align: left;
}

.million-job-main-wrapper .home1-section-heading1 h4 {
	font-size: 40px;
	font-weight: 700;
}

.million-job-main-wrapper .home1-section-heading1 p {
	max-width: 580px;
	padding-top: 30px;
}

.million-job-main-wrapper .checks-wrapper {
	display: flex;
	position: relative;
}

.million-job-main-wrapper .checks-wrapper .check-left {
	width: 100%;
}

.million-job-main-wrapper .checks-wrapper .check-left .check-item {
	width: 100%;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.million-job-main-wrapper .checks-wrapper .check-left .check-item h5 {
	font-weight: 700;
	font-size: 36px;
}

.million-job-main-wrapper .checks-wrapper .check-left+.check-left {
	border-left: 1px solid #ccc;
}

.million-job-main-wrapper .checks-wrapper:after {
	position: absolute;
	left: 0;
	top: 122px;
	content: "";
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.awesome-client-wrapper {
	background-color: #eaf2f7;
}

.awesome-client-wrapper .home1-section-heading1 {
	text-align: left;
}

.awesome-client-wrapper .home1-section-heading1 h4 {
	font-size: 40px;
	font-weight: 700;
}

.awesome-client-wrapper .awesome-slider {
	margin-top: 40px;
	position: relative;
}

.awesome-client-wrapper .awesome-slider .testi-text {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 45px 45px 45px 0px;
	box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.0901960784);
}

.awesome-client-wrapper .awesome-slider .testi-text .testi-icon {
	width: 80px;
	float: left;
	padding: 20px;
	background-color: #f37638;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.awesome-client-wrapper .awesome-slider .testi-text .testi-icon span {
	display: inline-block;
}

.awesome-client-wrapper .awesome-slider .testi-text .testi-icon span svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}

.awesome-client-wrapper .awesome-slider .testi-text .test-content {
	width: calc(100% - 100px);
	float: left;
	padding-left: 50px;
}

.awesome-client-wrapper .awesome-slider .testi-text .test-content p {
	font-style: italic;
	font-size: 16px;
	color: #797979;
}

.awesome-client-wrapper .awesome-slider .testi-text .test-content .testi-img {
	width: 70px;
	float: left;
	padding-top: 20px;
}

.awesome-client-wrapper .awesome-slider .testi-text .test-content .testi-img-text {
	margin-left: 100px;
	margin-top: 30px;
}

.awesome-client-wrapper .awesome-slider .testi-text .test-content .testi-img-text h5 {
	font-size: 20px;
}

.awesome-client-wrapper .awesome-slider .testi-text .test-content .testi-img-text p {
	font-style: normal;
}

.awesome-client-wrapper .awesome-slider .testi-text:hover {
	border-color: #F22234;
}

.awesome-client-wrapper .awesome-slider .testi-text:hover .testi-icon {
	background-color: #2276e3;
}

.awesome-client-wrapper .awesome-slider .testi-text:hover .testi-icon span svg {
	fill: #fff;
}

.awesome-client-wrapper .awesome-slider .owl-nav {
	position: absolute;
	top: -80px;
	right: 0;
}

.awesome-client-wrapper .awesome-slider .owl-dots {
	display: none;
}

.rated-freelancer-wrapper .home1-section-heading1 {
	text-align: left;
}

.rated-freelancer-wrapper .home1-section-heading1 h4 {
	font-size: 40px;
	font-weight: 700;
}

.double-exp:after {
	display: none;
}

.double-exp .home1-section-heading1:after {
	display: none;
}

.double-exp .home1-section-heading1:before {
	display: none;
}

.double-exp .home1-section-heading1 h4 {
	font-weight: 700;
}

.double-exp .mobile-text {
	margin-top: 0;
}

.started-pipe-wrapper .started-box {
	background-color: #eaf2f7;
	padding: 35px;
	border-radius: 8px;
}

.started-pipe-wrapper .started-box .ready-text h4 {
	font-weight: 700;
}

.started-pipe-wrapper .started-box .ready-text p {
	padding-top: 10px;
}

.started-pipe-wrapper .started-box .see-job {
	float: right;
}

.started-pipe-wrapper .started-box .see-job a {
	display: inline-block;
	border: 1px solid #f37638;
	background-color: #f37638;
	color: #fff;
	width: 140px;
	float: left;
	margin-top: 12px;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.started-pipe-wrapper .started-box .see-job a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #2276e3;
	transition: all 0.3s;
}

.started-pipe-wrapper .started-box .see-job a:hover {
	border: 1px solid #2276e3;
}

.started-pipe-wrapper .started-box .see-job a:hover span {
	z-index: 11;
	position: relative;
	color: #fff;
}

.started-pipe-wrapper .started-box .see-job a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index3-footer-wrapper {
	background-image: url(../images/index3/footer.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 124px 0px 0px;
}

.index3-footer-wrapper .bottom-footer {
	margin-top: 0;
	background-color: transparent;
	text-align: left;
	border-top: 1px solid #111;
}

.index3-footer-wrapper .bottom-footer p {
	color: #111;
}

.index3-footer-wrapper .bottom-footer ul {
	float: right;
	text-align: right;
}

.index3-footer-wrapper .bottom-footer ul li {
	display: inline-block;
}

.index3-footer-wrapper .bottom-footer ul li a {
	display: inline-block;
	border: 1px solid #111;
	border-radius: 50%;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}

.index3-footer-wrapper .bottom-footer ul li a span svg {
	width: 20px;
	height: 20px;
	fill: #111;
}

.index3-footer-wrapper .bottom-footer ul li a:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -38%;
	top: 0;
	transform: skew(26deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	background: #111;
	transition: all 0.3s;
}

.index3-footer-wrapper .bottom-footer ul li a:hover {
	border: 1px solid #111;
}

.index3-footer-wrapper .bottom-footer ul li a:hover span {
	z-index: 11;
	position: relative;
}

.index3-footer-wrapper .bottom-footer ul li a:hover span svg {
	fill: #f37638;
}

.index3-footer-wrapper .bottom-footer ul li a:hover:after {
	height: 100%;
	width: 135%;
	transition: all 0.3s;
}

.index3-footer-wrapper .bottom-footer ul li+li {
	margin-left: 12px;
}

.index3-footer-wrapper .links .app-btn a+a {
	margin-left: 10px;
}

.index3-footer-wrapper .links .input-box input {
	border: 1px solid #111;
}

.index3-footer-wrapper .links .input-box button {
	background-color: #2276e3;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #2276e3;
	position: absolute;
	top: 4px;
	right: 6px;
	width: 123px;
	height: 40px;
}

.index3-footer-wrapper .links h4 {
	color: #111;
}

.index3-footer-wrapper .links p {
	color: #111;
}

.index3-footer-wrapper .links ul li a {
	color: #111;
}

.index3-footer-wrapper .sb-footer-section p {
	color: #111;
}

.index3-footer-wrapper .sb-footer-section ul li a {
	color: #111;
}

.index3-footer-wrapper .sb-footer-section ul li h4 {
	color: #111;
}

.skill-link-main-wrapper {
	/* padding-bottom: 100px; */
	border-radius: 6px;
	background: white;
}

.skill-link-main-wrapper .skill-link-list h4 {
	font-size: 20px;
}

.skill-link-main-wrapper .skill-link-list ul {
	margin-top: 24px;
}

.skill-link-main-wrapper .skill-link-list ul li a {
	color: #000000;
	font-size: 14px;
}

.skill-link-main-wrapper .skill-link-list ul li a:hover {
	color: #f37638;
}

.skill-link-main-wrapper .skill-link-list ul li+li {
	margin-top: 10px;
}

.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #021F3D;
	/* background: linear-gradient(90deg, #F22234 0%, #E20B8C 100%); */
	/* border:1px solid #ed1847 !important; */
	z-index: 10000;
	-o-box-shadow: 0px 0px 25px -10px;
	-ms-box-shadow: 0px 0px 25px -10px;
	box-shadow: 0px 0px 15px -15px;
}

#return-to-top {
	position: fixed;
	bottom: 43px;
	right: 30px;
	display: block;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	line-height: 50px;
	font-size: 24px;
	background: #e12454;
	transition: all 0.3s ease;
	z-index: 1000;
	color: #fff;
	animation: jump 1s ease-in alternate infinite;
}

#return-to-top i {
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	transition: all 0.3s ease;
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

.change-bg1 {
	background: #004274 !important;
}

.change-bg2 {
	background: #0a3382 !important;
}

@keyframes jump {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(0, 50%, 0);
	}
}

#toggle_close {
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 20px;
	font-size: 25px;
	background: #00000017;
	font-weight: 100;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	line-height: 0px;
	padding-bottom: 2.2px;
	align-content: center;
}

.hero-breadcrumb {
	position: absolute;
	height: 250px;
}

.btn-google {
	text-align: center;
	display: inline-block;
	border: 1px solid #F2F2F2;
	line-height: 40px;
	color: black !important;
	border-radius: 16px !important;
	width: 100% !important;
	padding: 4px 20px 2px;
	font-weight: 500 !important;
}

.login_box_main_wrapper .signin-wrapper .login-img img {
	width: 100% !important;
}

.login_box_main_wrapper .signin-wrapper .login-img {
	padding-left: 30px;
	padding-right: 0px !important;
}

.custom-container {
	max-width: 1000px;
}

.login_box_main_wrapper .signin-wrapper .left-side form .login-btn-sec .sub-btn:after {
	background: transparent;
}

.custom-check::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.custom-check::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.custom-check::-webkit-scrollbar-thumb {
	background: #F22234;
}

/* Handle on hover */
.custom-check::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.main-header-wrapper1 .menu-fixed .social-media-icons .login-btn .user-text a {
	color: #111;
}

/*# sourceMappingURL=style.css.map */
.glutter-4 {
	display: grid;
	grid-template-columns: repeat(4, 1.2fr);
	column-gap: 10px;
	row-gap: 10px;
}

.glutter-3 {
	display: grid;
	grid-template-columns: repeat(3, 1.2fr);
	column-gap: 10px;
	row-gap: 10px;
}

.remove-mb .trending-main-box {
	margin-bottom: 0px !important;
}

.title-card {
	font-weight: 600;
	font-size: 20px;
	color: black;
}

.badge-welcome {
	width: 100%;
	height: 64;
	border-radius: 4px;
	background: #FFF5CE;

	padding: 20px;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;

}

.menu-name {
	color: #79747E;
	font-size: 16px;
	/* text-transform: uppercase; */
	margin-left: 10px;
}

.active-menu {
	color: #f22234 !important;
}

.clearfix {
	clear: both;
}

.element-top {
	border-top: 1px solid #C8C8C8;
	padding: 10px 0px;
}

.element-top .float-start {
	width: 120px;
}

.element-top .float-end {
	width: calc(100% - 120px);
	text-align: right;
}

.description-content p {
	color: black;
	margin-bottom: 10px;
	font-size: 14px;
}

.sb-footer-section a span {
	padding-top: 2px;
	padding-right: 10px;
}

.notification-icon {
	width: 50px;
}

.notification-message {
	width: calc(100% - 200px);
}

.notification-date {
	width: 150px;
}

.notification-button {
	width: 50px;
}

.notification-button button {
	background: #098EE3;
	border-color: #098EE3;
	padding: 4px;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
	letter-spacing: 0.2px
}

.fw-700 {
	font-weight: 700 !important;
	letter-spacing: 0.2px
}

.fw-800 {
	font-weight: 800 !important;
	letter-spacing: 0.2px
}

.about-us .content p {
	margin-bottom: 14px;
}

.btn-white {
	background: #fff !important;
	color: #79747E !important;
	border-color: #fff !important;
}

.btn-grey {
	background: #F2F2F2 !important;
	color: #79747E !important;
	border-color: #F2F2F2 !important;
}

.group-btn a,
.group-btn button {
	margin-right: 10px;
}

.group-btn a:last-child,
.group-btn button:last-child {
	margin-right: 0;
}

.card.job {
	border: 2px solid #F2F2F2;
	border-radius: 10px;
}

.job .card-body .header {
	border-bottom: 2px solid #F2F2F2;
	padding-bottom: 14px;
	display: flex;
	margin-bottom: 5px;
}

.job .card-body .header .names {
	margin-left: 15px;
	width: calc(100% - 48px);
}

.job .card-body .header .names h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.job .card-body .header .names span {
	color: #157dea;
	background: #F3F8FE;
	padding: 4px 8px 6px;
	border-radius: 6px;
}

.form-group {
	margin-bottom: 20px;
}

.bg-success {
	background: #42BF44 !important;
}

.bg-orange {
	background: #F09D11 !important;
}

.bg-red {
	background: red !important;
}

.w-300 {
	width: 300px;
	max-width: 100%;
}

.badge-green {
	background: #ECFDF3 !important;
	color: #12B76A !important;
}

.badge-blue {
	background: #EBF3FE !important;
	color: #2F80ED !important;
}

.badge-purple {
	background: #9B51E01A !important;
	color: #9B51E0 !important;
}

.badge-orange {
	background: #FDEFEA !important;
	color: #EA5C2B !important;
}

.mr-10 {
	margin-right: 10px;
}

.badge-big {
	border-radius: 6px;
	background: #F2F2F2;
	color: #79747E;
	padding: 4px 8px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.4px;
	/* display: block; */
	min-width: 120px;
	font-weight: 600;
}

.pb-10 {
	padding-bottom: 10px;
}

.bb-sidebar {
	margin-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
	border-radius: 0px !important;
}

table {
	width: 100%;
}

th,
td {
	border-bottom: 1px solid #F2F2F2;
	padding: 16px 3px;
	font-size: 14px;
}

.between-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media(max-width: 1366px) {
	.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li a {
		margin: 0px 15px;
	}
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li .menu-open4 {
	width: 250px;
	padding: 30px;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-32 {
	font-size: 32px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.text-checkbox {
	margin-left: 20px;
	line-height: 18px;
	font-size: 14px;
}

.select-control {
	display: block;
	line-height: 1.5;
	color: #212529;
	border: 1px solid #ced4da;
	padding: 13px 10px;
	border-radius: 10px;
	font-size: 16px;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background: url('data:image/svg+xml;utf8,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5H7z" fill="%23333"/></svg>') no-repeat right 5px center;
}

.text-dove {
	color: #052143;
}

.text-muted {
	color: #79747E !important;
}

.btn-sm {
	padding: 6px 16px 8px !important;
}

.btn-xs {
	padding: 5px 15px !important;
}

.btn-xxs {
	border-radius: 6px;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 400;
}

.btn-cyan {
	background: #F3F8FE !important;
	border-color: #F3F8FE !important;
	color: #157DEA !important;
	font-weight: 400 !important;
}

.bg-blue {
	background: linear-gradient(180deg, #157DEA 0%, #2991FE 100%);
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 16px !important;
}

.text-blue {
	color: #157DEA !important;
}

.card.faq-i {
	border: 0px;
	border-radius: 6px;
}

.faq-i .content {
	width: calc(100% - 70px);
	margin-left: 20px;
}

.faq-i h4 {
	font-size: 24px;
}

.faq-i .content p {
	color: black;
}

.article .card {
	border: 1px solid #F2F2F2;
	border-radius: 6px;
}

.article .card img {
	border-radius: 6px;
}

.article .card .info {
	display: flex;
}

.article .card .info p {
	font-size: 14px;
	color: #79747E;
	margin-right: 15px;
}

.article .card .info p svg {
	margin-top: -4px;
}

.card.contact-information {
	padding: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 6px;
	border: 0px;
}

.card.contact-information h4 {
	color: white;
	font-weight: 600;
	font-size: 28px;
	line-height: 35px;
}

.card.contact-information .content {
	width: 600px;
}

.contact-label {
	background: white;
	border-radius: 6px;
	padding: 8px 18px 8px 8px;
	display: flex;
}

.contact-label .value {
	margin-left: 8px;
}

.contact-blue .value {
	width: calc(100% - 65px);
}

.contact-blue {
	background: #F3F8FE;
	border-radius: 6px;
	margin-right: 20px;
}

.pl-0 {
	padding-left: 0px !important;
}

.text-right {
	text-align: right;
}

.text-red {
	color: red !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.contact-blue:last-child {
	margin-right: 0;
	width: 300px;
}

.contact-section .card {
	box-shadow: 0px 0px 32px 0px #00000014;
}

.box-shadow {
	box-shadow: 0px 0px 32px 0px #00000014;
}

.name-user {
	background: #FFFFFF14;
	padding: 10px 16px;
	gap: 4px;
	align-items: center;
	margin-top: -5px;
	border-radius: 6px;
}

.contact-label .value span {
	color: #157DEA;
	font-size: 18px;
	font-weight: 600;
}

.people-information {
	position: absolute;
	right: 100px;
	bottom: 0;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.br-full {
	border-radius: 100px !important;
}

.input-group-custom span {
	background: white;
	border-left: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.input-group-custom input {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	border-right: 0px;
}

.br-full-left {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.br-full-right {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.btn-red {
	border-color: #FEF1F1 !important;
	background: #FEF1F1 !important;
	color: #EF3A3A !important;
}

.br-16 {
	border-radius: 16px !important;
}
.br-3 {
	border-radius: 3px !important;
}
.custom-pagination-jobs {
	border: 1px solid #6A7DFF33;
	border-radius: 100px;
	padding: 10px 10px 5px;
}

.descript_main_wrapper ul li span.icon {
	width: 48px;
	margin-right: 10px;
}

.descript_main_wrapper ul li .description span {
	float: none;
	color: #052143;
	font-size: 18px;
}

.color-content,
.color-content ul li,
.color-content span,
.color-content p {
	color: #606060;
}

.color-content ul {
	list-style: disc;
	padding-left: 20px;
}

.card-sidebar {
	border: 1px solid #F2F2F2;
	border-radius: 6px;
	padding: 15px;
}

.sidebar_widget .title-sidebar-custom {
	font-size: 20px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #f2f2f2;
}

.border-0 {
	border: 0px !important;
}

.sidebar-menu {
	transition: max-height 0.3s ease, opacity 0.3s ease;
	overflow: hidden;
}

.sidebar-menu li {
	border-radius: 6px;
	padding: 8px 16px;
	/* background: #F3F8FE; */
}

.sidebar-menu li.active-menu {
	background: #F3F8FE;
}

.p-10 {
	padding: 10px !important;
}

.footer-clean {
	border: 0px !important;
	background: white !important;
}

.sidebar-menu li.active-menu a span {
	color: #157DEA !important;
}

.bg-blue-1 {
	background: #157DEA !important;
}

.bg-blue-2 {
	background: #0054AB !important;
}

.bg-blue-3 {
	background: #002C59 !important;
}

.content-notifikasi .item {
	padding: 16px;
}

.breadcrumb-panel p {
	font-size: 16px;
	color: black;
	font-weight: 600 !important;
	letter-spacing: 0.2px
}

.cookie-container {
	display: flex;
	z-index: 1000;
	box-shadow: 0px 20px 32px 11px #000000db;
	align-content: center;
	align-items: center;
	padding: 1rem 2rem;
	background: #157DEA;
	color: #fff;
	position: fixed;
	bottom: 0;
	font-size: 1rem;
	gap: 2rem;
	opacity: 1;
	visibility: visible;
	flex-wrap: wrap;
}

.cookie-container.hide {
	opacity: 0;
	visibility: hidden;
}

.cookie-container a {
	color: #fff;
	font-weight: 600;
	border-bottom: 1px dashed;
}

.cookie-container a:hover {
	color: #222;
}

.cookie-container .cookie-text {
	flex: 8 768px;
	color: white;
}

.cookie-container .agree {
	flex: 1 150px;
	text-align: center;
}

.agree {
	font-weight: 600;
	background: #fff;
	color: #157DEA;
	border: none;
	padding: 0.4rem 1.2rem;
	cursor: pointer;
	border-radius: 20px;
	font-size: 1rem;
}

.cursor-pointer {
	cursor: pointer;
}

.reject {
	font-weight: 500;
	background: transparent;
	color: white;
	border: 1px dashed;
	font-size: 1rem;
	padding: 0.4rem 1.2rem;
	border-radius: 6px;
}

.custom-file-upload {
	display: inline-block;
	padding: 10px 20px;
	background-color: #F3F8FE;
	color: #157DEA;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s;
}

.custom-file-upload.disabled {
	background: #828282 !important;
	color: white !important;

}

.custom-file-upload:hover {
	background-color: #eff3f1;
}

.file-input {
	display: none;
}

.file-name {
	margin-left: 10px;
	font-size: 14px;
	color: #333;
	display: inline-block; /* atau block, tergantung konteks */
	max-width: 300px;      /* sesuaikan dengan kebutuhan */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle; /* opsional untuk posisi sebaris */
}

.timeline {
	display: flex;
	align-items: center;
}

.step {
	display: flex;
	height: 200px;
	width: 300px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}

.step-circle {
	z-index: 100;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step.active .step-circle {
	background-color: #007bff !important;
	color: white;
}

.step.pending .step-circle {
	background-color: #ebf3fe !important;
}

.step:not(:first-child)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	top: 25px;
	right: 56%;
	z-index: 1;
	transform: translateX(15px);
}

.w-200 {
	width: 200px;
}

.step.failed::before {
	background-color: #EF3A3A !important;
}

.step.active::before,
.step.pending::before {
	background-color: #007bff !important;
}

.step.active~.step .step-circle {
	background-color: white;
	border: 2px solid #ddd;
}

.step.active .step-circle,
.step.pending .step-circle {
	border-color: #007bff !important;
}

.step-title {
	margin-top: 5px;
	font-weight: 600;
}

.step-details {
	margin-top: 10px;
	text-align: center;
}

.faq-page .bg-blue {
	background: #F3F8FE !important;
}

.faq-page h4.text-white {
	color: #000 !important;
}

.faq-page .d-none {
	display: block !important;
}

.single-owl-carousel .item {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 430px 0;
	width: 100%;
}

.single-owl-carousel,
.owl-stage-outer {
	height: 650px !important;
}

/* Mengubah ukuran dan warna dots */
.owl-carousel .owl-dots .owl-dot {
	width: 5px;
	height: 12px !important;
	margin: 5px;
	background: #4e4e4e;
	/* Warna default */
	border-radius: 50%;
	/* Membuat dots bulat */
	transition: all 0.3s ease;
}

/* Mengubah warna dots saat aktif */
.owl-carousel .owl-dots .owl-dot.active {
	background: #ffffff;
	/* Warna aktif (biru) */
	transform: none;
	/* Membuat dots aktif lebih besar */
}

.owl-dots {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.select2-container--default .select2-selection--single {
	padding: 12px 10px;
	height: auto !important;
	border-color: #ced4da;
	border-radius: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
	right: 10px !important;
}

.select2-container--open .select2-dropdown--below {
	border: 1px solid #ced4da !important;
	margin-top: 5px !important;
	border-radius: 8px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 6px !important;
	border-color: #ced4da !important;
}

/* Pastikan navigasi terlihat dan diposisikan dengan benar */
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 1000;
	/* Pastikan panah tampil di atas elemen lain */
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	/* Menghindari masalah klik */
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	font-size: 30px !important;
	color: white !important;
	background: rgba(0, 0, 0, 0.5) !important;
	padding: 9px 20px 15px !important;
	border-radius: 50%;
	transition: all 0.3s ease;
	pointer-events: auto;
}

/* Style tombol panah kiri */
.owl-carousel .owl-nav .owl-prev {
	left: 50px;
}

/* Style tombol panah kanan */
.owl-carousel .owl-nav .owl-next {
	right: 50px;
}

/* Efek hover untuk panah */
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #ffcc00;
}

/* Pastikan elemen container tidak memotong navigasi */
.owl-carousel {
	overflow: visible !important;
}

.md-none {
	display: none;
}
.justify-content-between {
	gap: 10px;
}
.search-city {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 400px !important;
	margin-right: 20px;
}

@media (min-width: 768px) {
	.md-flex {
		display: flex !important;
	}
}

.google-maps iframe {
	border-radius: 6px;
	border: 0;
	height: 557px;
}

.text-breadcrumb {
	margin-top: 60px;
}

.bg-blue-400 {
	background: #F3F8FE !important;
}

.group-responsive {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/* untuk scroll halus di mobile */
	gap: 0.5rem;
	/* beri jarak antar tombol */
}

.group-responsive .btn {
	flex-shrink: 0;
	white-space: nowrap;
}

.sidebar-dashboard .media-body {
	text-align: center;
	text-align: -webkit-center;
}

.container-avatar {
	width: 100px;
	height: 100px;
}

.container-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	object-fit: cover;
}

.container-dashboard {
	margin-top: 50px;
	min-height: 500px
}

.avatar-cirlce {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	object-fit: cover;
}

.table-fixed {
	table-layout: fixed;
	width: 100%;
}

.fix-flex {
	display: flex !important;
}

.w-50px {
	width: 50px !important;
}

.w-100px {
	width: 100px !important;
}

.w-150px {
	width: 150px !important;
}

.table-fixed th {
	width: 150px;
}
.alert-info {
	background: #e8f4fd; 
	color: #155a8a; 
	border-left: 4px solid #2196f3;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
#kesanContainer .item-wrapper,
#kekuatanContainer .item-wrapper {
	border: 1px solid #ced4da;
    padding: 10px;
    border-radius: .25rem;
	margin-bottom: 10px;
}
.rm-pl {
	padding-left: 0px !important;
}
.modal-body {
	padding: 1.5rem;
}
.content-ckeditor p {
	color:#333;
	font-size: 16px;
}
.content-ckeditor h4 {
	font-size: 22px;
}
.content-ckeditor ul,
.content-ckeditor ol {
	list-style: disc;
    padding-left: 20px;
}
.content-ckeditor ul li ul,
.content-ckeditor ol li ol {
	list-style: circle;
    padding-left: 20px;
}
/* Atur panah agar tetap terlihat di layar kecil */
@media (max-width: 768px) {
	.upload-label {
		display: none;
	}
	ul.steps-wizard li {
		font-size: 13px;
    	line-height: 20px;
	}
	.btn {
		padding-top: 5px;
        padding-bottom: 5px;
	}
	.sm-tb-fixed {
		table-layout: fixed;
	}
	.file-name {
		max-width: 200px;
	}
	.avatar-cirlce {
		width: 35px;
		height: 35px;
		margin-right: 10px;
		margin-top: -3px;
	}

	.container-dashboard {
		margin-top: 20px;
	}

	.container-avatar,
	.container-avatar img {
		width: 60px;
		height: 60px;
	}

	.container-avatar {
		margin-right: 15px;
	}

	.sidebar-dashboard .media-body {
		text-align: left;
		text-align: left;
	}

	.contact-blue {
		margin-right: 0px !important;
	}

	.sm-flex {
		display: flex !important;
	}

	.contact-blue:last-child {
		width: 100% !important;
	}

	.sm-w-100 {
		width: 100% !important;
	}

	.hero-breadcrumb {
		height: 150px;
	}

	.text-breadcrumb {
		margin-top: 40px !important;
	}

	.ptb-100 {
		padding: 60px 0px !important;
	}

	.google-maps {
		height: 257px;
	}

	.sm-p-0 {
		padding: 0px !important;
	}

	.sm-ml-0 {
		margin-left: 0px !important;
	}

	.card.contact-information h4 {
		line-height: 25px !important;
	}

	.card.contact-information {
		border-bottom-right-radius: 70px;
		padding: 10px;
	}

	.card.contact-information .content {
		width: 100% !important;
	}

	.sm-fs-28 {
		font-size: 28px !important;
	}

	.sm-fs-24 {
		font-size: 24px !important;
	}

	.sm-fs-18 {
		font-size: 18px !important;
	}

	.sm-fs-16 {
		font-size: 16px !important;
	}

	.sm-fs-14 {
		font-size: 14px !important;
	}

	.faq-i .md-flex .content {
		margin-left: 0px !important;
		width: 100% !important;
	}

	.sm-pl-pr-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.group-responsive a {
		padding: 2px 10px !important;
		font-size: 14px;
		font-weight: 500;
		margin-right: 5px;
	}

	.form-search-karir {
		margin-top: 10px !important;
	}

	.search-city {
		width: 200px !important;
		margin-right: 0px !important;
	}

	.form-search-karir ul li {
		background: white;
	}

	.form-search-karir ul {
		padding-right: 0px;
		background: transparent !important;
		padding-left: 0px;
	}

	.glutter-3 {
		grid-template-columns: repeat(1, 1.2fr) !important;
	}

	.ptb-50 {
		padding: 30px 0px !important;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: 20px;
	}

	.md-none {
		display: block !important;
	}

	.owl-carousel .owl-nav .owl-next {
		right: 20px;
	}

	.single-owl-carousel,
	.owl-stage-outer {
		height: 300px !important;
	}

	.sm-pt-30 {
		padding-top: 30px !important;
	}

	.sm-pt-0 {
		padding-top: 0px !important;
	}

	.sm-mt-50 {
		margin-top: 50px !important;
	}

	.sm-mb-0 {
		margin-bottom: 0px !important;
	}

	.sm-pb-0 {
		padding-bottom: 0px !important;
	}

	.sidebar-menu.hidden {
		max-height: 0;
		opacity: 0;
		display: none;
		pointer-events: none;
	}

	.sm-rm-border {
		border: 0px !important;
	}

	.skill-link-main-wrapper .skill-link-list ul {
		border-top: 1px solid #bcb9be4d;
		padding-top: 20px;
		margin-top: 0px !important;
	}

	.timeline {
		overflow-x: scroll;
		min-height: 200px;
	}

	.step {
		height: 200px;
	}

	.step-title {
		width: 150px;
	}
}

#toggleSidebarMenu {
	cursor: pointer;
	text-align: left;
	background: #F3F8FE;
	border-color: #F3F8FE;
	color: #157DEA !important;
	font-weight: 400;
	clear: both;
	border-radius: 16px !important;
}

#toggleSidebarMenu svg {
	margin-right: 15px;
}

.input-file {
	border: 1px solid #ced4da;
	border-radius: 6px;
}

.no-style+.select2-container .select2-selection--single {
	border: none;
	background: none;
	padding-left: 25px;
	font-size: 14px;
	padding-top: 8px;
	text-align: left;
}

.no-style+.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #757575;
}

.share-dropdown {
	position: relative;
	display: inline-block;
}

.share-options {
	display: none;
	position: absolute;
	bottom: 120%;
	/* ⬅️ Muncul di atas */
	left: 0;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px;
	z-index: 100;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.share-options a {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.share-options a:last-child {
	margin-bottom: 0;
}

.share-options img {
	margin-right: 8px;
	width: 20px;
	height: 20px;
}

.share-dropdown.active .share-options {
	display: block;
}
.share-lowongan .share-options {
	left: 120px !important;
}
.share-blog .share-options {
	left: -50px !important;
}
.email-sidebar {
	word-wrap: break-word; 
	overflow-wrap: break-word; 
	line-height: 20px; 
	width: 200px;
}
.location {
	border-bottom: 2px solid #F2F2F2;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
@media (max-width: 1100px) {
	.email-sidebar {
		margin-top: 10px;
        line-height: 15px;
		font-size:14px;
		width: 150px !important;
	}
}