
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {

	/**
	   @Font-weight Declaration
	 */
	--tj-fw-normal: normal;
	--tj-fw-thin: 100;
	--tj-fw-elight: 200;
	--tj-fw-light: 300;
	--tj-fw-regular: 400;
	--tj-fw-medium: 500;
	--tj-fw-sbold: 600;
	--tj-fw-bold: 700;
	--tj-fw-ebold: 800;
	--tj-fw-black: 900;
	/**
	   @Font-Size Declaration
	 */
	--tj-fs-body: 16px;
	--tj-fs-p: 16px;
	--tj-fs-h1: 90px;
	--tj-fs-h2: 45px;
	--tj-fs-h3: 30px;
	--tj-fs-h4: 24px;
	--tj-fs-h5: 16px;
	--tj-fs-h6: 14px;
	/**
	   @Color Declaration
	 */
	--tj-color-common-white: #ffffff;
	--tj-color-common-black: #000000;
	--tj-color-heading-primary: #0b3d2c;
	--tj-color-text-body: #878c8f;
	--tj-color-text-body-2: #d7cdcd;
	--tj-color-text-body-3: #32343b;
	--tj-color-text-body-4: #636a68;
	--tj-color-theme-primary: #0b3d2c;
	--tj-color-theme-secondary: #e63c11;
	--tj-color-theme-bg: #eff4ed;
	--tj-color-theme-bg-2: #1d4b3c;
	--tj-color-theme-bg-3: #eef1f0;
	--tj-color-theme-bg-4: #245142;
	--tj-color-grey-1: #777777;
	--tj-color-grey-2: #f7f8f7;
	--tj-color-grey-3: #e6ebe9;
	--tj-color-grey-4: #bdbf76;
	--tj-color-grey-5: #1f6306;
	--tj-color-grey-6: #f9f9f9;
	--tj-color-grey-7: #3d5b4f;
	--tj-color-grey-8: #c3b8b8;
	--tj-color-grey-9: #f1d2a9;
	--tj-color-grey-10: #e0e8dd;
	--tj-color-grey-11: #a49ea0;
	--tj-color-grey-12: #bfc2c3;
	--tj-color-grey-13: #f5f5f5;
	--tj-color-grey-14: #f6f6f6;
	--tj-color-grey-15: #b6bbbe;
	--tj-color-grey-16: #3a6355;
	--tj-color-grey-17: #ccd7d4;
	--tj-color-grey-18: #eef0ef;
	--tj-color-grey-19: #2a5647;
	--tj-color-grey-20: #2b5141;
	--tj-color-grey-21: #e2e6e5;
	--tj-color-grey-22: #cad1d5;
	--tj-color-grey-23: #fafcfe;
	--tj-color-grey-24: #121212;
	--tj-color-grey-25: #194838;
	--tj-color-grey-26: #194838;
	--tj-color-grey-27: #c0c1c2;
	--tj-color-grey-28: #f5e0c5;
	--tj-color-grey-29: #d1d3d2;
	--tj-color-border-1: #cfbc96;
	--tj-color-border-2: #cdd9d0;
	--tj-color-border-3: #8fb182;
	--tj-color-border-4: #bbd0b4;
	--tj-color-border-5: #2f5a4b;
	--tj-color-border-6: #e6e6e7;
	--tj-color-border-7: #f2f2f7;
  }
  

html {
	font-size: 12px;
}

body {
	font-family: "Montserrat", sans-serif;;
	color: #000000;
}

a,
a:hover {
	color: #e63c11;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #e63c11 !important;
}

::selection {
	background-color: #18213c;
	color: #ffffff;
	text-shadow: none;
}

-webkit-::selection {
	background-color: #18213c;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background-color: #18213c;
	color: #ffffff;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #18213c;
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1200px;
	}
}

@media (min-width: 1600px) {
	.container-fluid {
		padding-left: 4.25rem;
		padding-right: 4.25rem;
	}
}

.full-height {
	min-height: 100vh;
}



/* 1.2 Typography */

.font-custom {
	font-family: 'Montserrat', sans-serif;
}

.text-primary {
	color: #18213c !important;
}

.text-success,
a.text-success:hover {
	color: #e63c11 !important;
}

.text-underline {
	text-decoration: underline;
}

.text-md {
	font-size: 1.125rem;
}

.text-white a {
	color: #ffffff;
}



/* 1.3 Buttons */

button:focus,
input:focus {
	outline: none;
}

.btn {
	padding: 1rem 2.5rem;
	border-radius: 500px;
	font-weight: bold;
	font-size: 1.125rem;
}

.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color: #e63c11;
	border-color: #e63c11;
}

.btn-success {
	transition: box-shadow .3s ease-in-out;
	transition-delay: 0;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
	box-shadow: rgba(92,165,149,.2) 0 0 0 6px;
}

.btn-sm {
	padding-top: .5rem;
	padding-bottom: .375rem;
	font-size: 1rem;
}

.btn-circle.btn-sm {
	padding-left: .4375rem;
	padding-right: .4375rem;
	min-width: calc(.875rem + 1.5em + 2px);
}



/* 1.4 Forms */

.control-btn {
	margin-top: 2rem;
}

select.form-control {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23000000' d='M32,48.1c-1.3,0-2.4-0.5-3.5-1.3L0.8,20.7c-1.1-1.1-1.1-2.7,0-3.7c1.1-1.1,2.7-1.1,3.7,0L32,42.8l27.5-26.1 c1.1-1.1,2.7-1.1,3.7,0c1.1,1.1,1.1,2.7,0,3.7L35.5,46.5C34.4,47.9,33.3,48.1,32,48.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	background-position: 100% 50%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.form-group-material {
	margin-bottom: .625rem;
	padding-top: 1rem;
	position: relative;
}

.form-group-material .label {
	position: absolute;
	left: 0;
	font-size: 1.125rem;
	color: #999999;
	pointer-events: none;
	transform-origin: left top;
	transition: all .3s ease-in-out;
}

.form-group-material .label,
.form-group-material.a-form-group.active .label {
	transform: scale(.77777778);
	top: 0;
}

.form-group-material.a-form-group .label {
	transform: scale(1);
	top: 1.5625rem;
}

.form-group-material .form-control {
	border-radius: 0;
	border: none;
	border-bottom: #999999 1px solid;
	background-color: transparent;
	padding: .5rem 0;
	font-size: 1.125rem;
	color: #000000;
}

.form-group-material .form-control:not(textarea) {
	height: calc(1.5em + 1rem + 1px);
}

.form-group-material .form-control:focus {
	outline: none;
	box-shadow: none;
	border-bottom-color: #000000;
}

label.error {
	margin-top: .5rem;
	margin-bottom: 0;
	color: #18213c;
}

.form-control.error,
.form-control.error:focus {
	border-color: #18213c;
	color: #18213c;
}

.control-file {
	margin-top: 1.625rem;
	margin-bottom: 2.5rem;
	position: relative;
}

.control-file i {
	position: absolute;
	left: -.25rem;
	top: .5625rem;
	font-size: 1.625rem;
}

.control-file .file-path-wrapper {
	overflow: hidden;
}

.control-file input.file-path {
	padding: 0 0 0 2.125rem;
	border: none;
	border-radius: 0;
	background: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
	color: #18213c;
	text-decoration: underline;
	opacity: 1;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
	color: #e63c11;
}

.control-file input.file-path:-ms-input-placeholder {
	color: #18213c;
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
	color: #e63c11;
}

.control-file input.file-path::-webkit-input-placeholder {
	color: #18213c;
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
	color: #e63c11;
}

.control-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}

.control-file input[type=file]::-webkit-file-upload-button {
	display: none;
}



/* 1.5 Animation */

@-webkit-keyframes fadeZooming {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
		margin-left: -12rem;
	}

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

@keyframes fadeZooming {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
		margin-left: -12rem;
	}

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

.fadeZooming {
	-webkit-animation-name: fadeZooming;
	animation-name: fadeZooming;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -6.5rem, 0);
		transform: translate3d(0, -6.5rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -6.5rem, 0);
		transform: translate3d(0, -6.5rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10rem, 0);
		transform: translate3d(0, 10rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10rem, 0);
		transform: translate3d(0, 10rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10rem, 0, 0);
		transform: translate3d(-10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10rem, 0, 0);
		transform: translate3d(-10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10rem, 0, 0);
		transform: translate3d(10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10rem, 0, 0);
		transform: translate3d(10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}



/*-------------------------------------------------------------------------------
  2. Preloader
/* ------------------------------------------------------------------------------- */

.preloader {
	position: fixed;
	overflow: hidden;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f5f4f0;
	text-align: center;
}

.three-bounce {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.three-bounce > div {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #e63c11;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
	animation: bouncedelay 1.4s infinite ease-in-out both;
}

.three-bounce .one {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.three-bounce .two {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
	40% { transform: scale(1); -webkit-transform: scale(1); }
}



/*-------------------------------------------------------------------------------
  3. Header
-------------------------------------------------------------------------------*/

.header {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0;
}

.header .container-fluid {
	color: #000000;
	transition: color .3s ease-in-out;
}

@media (min-width: 768px) {
	.header {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
}

.header-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	z-index: -1;
	background-color: #ffffff;
	box-shadow: 0 0 0px rgba(0,0,0,0.1);
	transition: .3s ease-in-out;
}

.header-shadow .header-bg {
	height: 100%;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.brand {
	float: left;
	margin-right: 1rem;
	white-space: nowrap;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.brand a {
	color: inherit;
	text-decoration: none;
}

.header-content {
	margin-left: 17.25%;
	margin-right: 17.25%;
	padding-top: 3px;
}

.header-tagline {
	padding-top: 2px;
	font-size: .875rem;
	line-height: 1.28571429;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	transition: color .3s ease-in-out;
}

.header-contacts {
	font-weight: 400;
	font-size: .875rem;
	margin-top:20px;
	background-color: #ffffff5c;
    padding: 30px;
    border-radius: 24px;
}

.header-contact-item,
.header-contact-divider {
	display: inline-block;
	vertical-align: middle;
}
.header-contact-item a{font-size:16px}

.header-contact-divider {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	opacity: .2;
}

.phone-link,
.phone-link:hover,
.mail-link,
.mail-link:hover {
	color: inherit;
	text-decoration: none;
}

.phone-link {
	cursor: default;
}

.nav-toggle-btn {
	background: none;
	border: none;
	padding: .625rem 0;
	margin: 0;
	border-radius: 0;
	outline: none;
	float: right;
	position: relative;
	z-index: 995;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
	margin-top:20px
}

.nav-toggle-btn:hover {
	color: #b11d11;
}

.nav-toggle-btn:focus {
	outline: none;
}

.nav-toggle {
	display: block;
	width: 42px;
}

.nav-toggle .stick {
	display: block;
	width: 100%;
	border-radius: 3px;
	height: 3px;
	background: #000000;
	transition: all .3s;
	position: relative;
}

.nav-toggle .stick + .stick {
	margin-top: 9px;
}

.body-menu-opened .nav-toggle .stick-1 {
	animation: ease .5s top forwards;
}

.nav-toggle .stick-1 {
	animation: ease .5s top-2 forwards;
}

.body-menu-opened .nav-toggle .stick-2 {
	animation: ease .5s bottom forwards;
}

.nav-toggle .stick-2 {
	animation: ease .5s bottom-2 forwards;
}

@keyframes top {
	0% {
		top: 0;
		transform: rotate(0);
	}
	50% {
		top: 6px;
		transform: rotate(0);
	}
	100% {
		top: 6px;
		transform: rotate(45deg);
	}
}

@keyframes top-2 {
	0% {
		top: 6px;
		transform: rotate(45deg);
	}
	50% {
		top: 6px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

@keyframes bottom {
	0% {
		bottom: 0;
		transform: rotate(0);
	}
	50% {
		bottom: 6px;
		transform: rotate(0);
	}
	100% {
		bottom: 6px;
		transform: rotate(135deg);
	}
}

@keyframes bottom-2 {
	0% {
		bottom: 6px;
		transform: rotate(135deg);
	}
	50% {
		bottom: 6px;
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		transform: rotate(0);
	}
}



.menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	background: #ffffff;
	max-width: 100%;
	width: 100%;
	padding: 4.25rem 4.375rem 4.1875rem;
	display: flex;
	flex-direction: column;
	transition: transform .4s ease-in-out;
	-webkit-transform: translateX(100%);
		transform: translateX(100%);
	overflow: auto;
}

.body-menu-opened .menu {
	-webkit-transform: translateX(0%);
		transform: translateX(0%);
}

.hide-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 100%;
	background: rgba(0,0,0,.65);
	z-index: 980;
}

.body-menu-opened .hide-menu {
	bottom: 0;
}

@media (min-width: 576px) {
	.menu {
		width: 100%;
	}

	.modal-dialog {
    	max-width: 450px;
	}
}

.menu .menu-lang,
.menu .menu-main,
.menu .social,
.menu .menu-footer {
	opacity: 0;
	transform: translateY(3rem);
	transition: all .5s ease-in-out;
}

.menu .menu-lang {
	transition-delay: .2s;
}

.menu .menu-main {
	transition-delay: .4s;
}

.menu .social {
	transition-delay: .6s;
}

.menu .menu-footer {
	transition-delay: .8s;
}

.body-menu-opened .menu .menu-lang,
.body-menu-opened .menu .menu-main,
.body-menu-opened .menu .social,
.body-menu-opened .menu .menu-footer {
	opacity: 1;
	transform: translateY(0);
}

.menu .menu-lang {
	padding-bottom: 5.875rem;
	padding-bottom: 8.70370370vmin;
}

.menu-lang {
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 600;
}

.menu-lang-item {
	display: inline-block;
	margin-right: 1.5rem;
	color: #a3a4a8;
	text-decoration: none;
}

.menu-lang-item.active,
.menu-lang-item:hover {
	color: #1f2044;
	text-decoration: none;
}

.menu-main {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1.375rem;
	font-weight: bold;
}

.menu-main > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-main > ul > li {
	margin-bottom: 1.1875rem;
	padding-left: 2px;
}

.menu-main a,
.menu-main a:hover {
	color: #1f2044;
	text-decoration: none;
	font-weight: 500;
}

.rightMenuTop h2 strong{
	font-weight: 500 !important;
}


.menu-main .active > a,
.menu-main a:hover {
	color: #18213c;
}

.menu-main a:after {
	content: "";
	opacity: 0;
	display: inline-block;
	transform: translate(2rem,0);
	transition: all .3s ease-in-out;
}

.menu-main .active a:after {
	transform: translate(0,0);
	opacity: 1;
}

.menu-footer {
	padding-top: 3rem;
}

.menu-copyright {
	margin-top: 2rem;
	font-size: .875rem;
	font-weight: bold;
	color: #999999;
}

/*-------------------------------------------------------------------------------
  4. Home Personal
-------------------------------------------------------------------------------*/

.content a {
	transition: color .3s ease;
}

@media (max-width: 575px) {
	.homepage-personal .container {
		padding-left: 43px;
		padding-right: 43px;
	}

	.homepage-personal .slide-personal-projects .container {
		padding-right: 53px;
	}
}

#pp-nav.right {
	right: 0;
}

#pp-nav li {
	width: auto;
	height: auto;
	margin: .5rem;
}

#pp-nav li a {
	display: block;
	padding: .375rem;
}

#pp-nav span {
	display: block;
	position: static;
	width: .625rem;
	height: .625rem;
	border: none;
	background-color: #e3e3e3;
	transition: background-color .3s ease-in-out;
}

#pp-nav a:hover span {
	background-color: #aaaaaa;
}

#pp-nav li .active span {
	background-color: #18213c;
}

@media (min-width: 1600px) {
	#pp-nav.right {
		right: 3.5rem;
	}
}

.pp-scrollable {
	background-color: #f5f4f0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.slide-dark {
	background-color: #f5f4f0;
}

.slide-num {
	margin-bottom: 1rem;
	position: relative;
	z-index: 200;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125rem;
	color: #999999;
	transition: color .3s ease-in-out;
}

@media (min-width: 1400px) {
	.slide-num {
		position: fixed;
		left: 15px;
		top: 29.62962963vmin;
		z-index: 100;
		margin-bottom: 0;
	}
}

@media (min-width: 1600px) {
	.slide-num {
		left: 4.25rem;
	}
}

.slide-container {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	padding-top: 7.75rem;
	padding-bottom: 3.25rem;
	position: relative;
}

.slide-container > .container {
	position: relative;
	z-index: 200;
}

.slide-title {
	margin-bottom: 2rem;
	font-size: 6vmin;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	color: #18213c;
	font-weight: 400;
}

.slide-title-sub {
	margin-bottom: 2.75rem;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.45454545;
	color: #e63c11;
	letter-spacing: .025em;
}

@media (min-width: 768px) {
	.slide-title {
		font-size: 30px;
		font-weight: 500;
	}
	.slide-title-sub {
		
		width: 50%;
	}
	
}

.slide-title-lg {
	margin-left: -.25rem;
	font-size: 6.875rem;
}

.text-white .slide-title-sub {
	color: #ffffff;
	font-size: 40px;
    font-weight: 500;
}

.slide-title-sub-sm {
	font-size: 1.125rem;
	line-height: 1.55555556;
}

.slide-title-sub-md {
	font-size: 1.25rem;
}

.slide-title-info {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -.035em;
}

.slide-descr {
	color: #999999;
	font-size: 1.125rem;
	line-height: 1.66666667;
}

.text-white .slide-descr {
	color: #ffffff;
}



.slide-btn {
	margin-top: 6.85185185vmin;
}

.section:not(.active) .animate-element {
	animation-name: none;
}

.section.active .animate-element {
	animation-duration: .7s;
	animation-fill-mode: both;
}

.section.active .delay1 {
	animation-delay: .1s;
}

.section.active .delay2 {
	animation-delay: .2s;
}

.section.active .delay3 {
	animation-delay: .3s;
}

.section.active .delay4 {
	animation-delay: .4s;
}

.section.active .delay5 {
	animation-delay: .5s;
}

.section.active .delay6 {
	animation-delay: .6s;
}

.section.active .delay7 {
	animation-delay: .7s;
}

.section.active .delay8 {
	animation-delay: .8s;
}

.section.active .delay9 {
	animation-delay: .9s;
}

.section.active .delay10 {
	animation-delay: 1s;
}

[class^="circle-"],
[class*=" circle-"] {
	border-radius: 70.625rem;
	transition: all .7s ease-in-out;
}

.circle-golden {
	background-color: #18213c;
}

.circle-brown {
	background-color: #e63c11;
}

.circle-light {
	background-color: #f5f4f0;
}

.circle-green {
	background-color: #e63c11;
}

.transformLeft {
	transform: translate(-100%,0);
	opacity: 0;
}

.transformRight {
	transform: translate(100%,0);
	opacity: 0;
}

.active .transformLeft,
.active .transformRight {
	transform: translate(0%,0);
	opacity: 1;
}



/* 4.1 Slide Intro */

.slide-personal-intro {
	background-image: url("../img/bg-personal-intro.png");
	background-size: cover;
}

.slide-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slide-photo {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slide-intro-man {
	/*background-image: url("../img/slider-3.webp"); */
	background-position: 50% 50%;
}

.slide-intro-man2 {
	width: 36.82291667%;
	height: 91.01851852%;
	background-image: url("../img/bg-personal-intro-man2.png");
	background-size: contain;
	background-position: 0 100%;
	bottom: 0;
	right: 13.02083333%;
}

.slide-intro-circle1 {
	width: 10.0625rem;
	height: 10.0625rem;
	left: -4.5rem !important;
	top: 45.46296296% !important;
	bottom: auto;
	right: auto;
}

.slide-intro-circle2 {
	width: 70.625rem;
	height: 70.625rem;
	left: 58.85416667% !important;
	top: 46.66666667% !important;
	bottom: auto;
	right: auto;
}



/* 4.2 Slide Services */

.slide-services-circle1 {
	width: 8.3125rem;
	height: 8.3125rem;
	right: -3.9375rem !important;
	top: 18.51851852% !important;
	bottom: auto;
	left: auto !important;
}

.slide-services-circle2 {
	width: 55rem;
	height: 55rem;
	left: -8.4375% !important;
	top: 49.44444444% !important;
	bottom: auto;
	right: auto;
}

.slide-title-personal-services {
	margin-bottom: 5.55555556vmin;
	line-height: .93636364;
	top: 0;
    position: absolute;
}

.slide-personal-services .slide-title-info {
	margin-top: 1.25rem;
	margin-bottom: 8.33333333vmin;
}

.service-list {
	margin-bottom: -1.75rem;
}

.service-item {
	margin-bottom: 3.75rem;
}

.service-item-title {
	margin-bottom: .5625rem;
}

.service-item-more {
	margin-top: 1.6875rem;
}

.slide-descr-personal-services {
	margin-right: 10%;
	margin-top: 2.375rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.slide-descr-personal-services {
		margin-top: 22.375rem;
		margin-bottom: 0;
	}
	.slider-content {
		margin: auto;
	}

}
@media (max-width: 768px) {

	.slider-content {
		text-align: center;
		margin-bottom: 25px;
	}

}

@media (min-width: 992px) {
	.slide-descr-personal-services {
		margin-right: 35%;
		margin-top: 14.375rem;
	}
}



/* 4.3 Slide Projects */

.carousel-project-personal {
	min-height: 100%;
	display: flex !important;
}

.carousel-project-personal .owl-stage-outer {
	display: flex;
	overflow: visible;
}

.carousel-project-personal.owl-carousel .owl-stage {
	display: flex;
	flex-wrap: nowrap;
}

.carousel-project-personal.owl-carousel .owl-item {
	height: 100%;
	float: none;
	min-height: 100%;
}

.carousel-project-personal .carousel-project-item {
	height: 100%;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.carousel-nav button {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 2.375rem;
	transition: all .3s ease-in-out;
	color: #999999;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover,
.carousel-nav button.disabled:hover {
	color: #999999;
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover,
.carousel-nav button:not(.disabled):hover {
	color: #555555;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: transparent;
}

.carousel-project-personal.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	z-index: 100;
	transform: translate(0,-50%);
	width: 4.375rem;
	color: rgba(255,255,255,.6);
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
	left: -.5rem;
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-next {
	right: 1rem;
}

.carousel-project-personal.owl-carousel .owl-nav button:not(.disabled):hover {
	color: rgba(255,255,255,.9);
}

@media (min-width: 1500px) {
	.carousel-project-personal.owl-carousel .owl-nav button,
	.carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
		left: 50%;
		right: auto;
		transform: translate(-50%,-50%);
	}

	.carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
		margin-left: -46rem;
	}

	.carousel-project-personal.owl-carousel .owl-nav button.owl-next {
		margin-left: 46rem;
	}
}

.carousel-project-item {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.carousel-project-personal .slide-title {
	margin-bottom: 2.625rem;
}

.project-date {
	margin-top: .375rem;
	font-size: .875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.slide-descr-projects {
	min-height: 8.33333333em;
	margin-bottom: 1.875rem;
}

.slide-btn-projects {
	margin-top: 0;
}

.slide-btn-projects .btn {
	margin-right: 2.25rem;
}

.slide-projects-more {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.slide-projects-more:hover {
	text-decoration: none;
}



/* 4.4 Slide Awards */

.slide-personal-awards .slide-bg {
	background-image: url("../img/bg-personal-awards.png");
}

.slide-awards-circle1 {
	width: 8.125rem;
	height: 8.125rem;
	left: -4.0625rem !important;
	top: 50.92592593% !important;
	bottom: auto !important;
	right: auto !important;
}

.slide-awards-circle2 {
	width: 45.3125rem;
	height: 45.3125rem;
	right: -15.625% !important;
	top: 82.59259259% !important;
	bottom: auto !important;
	left: auto !important;
}

.award-item {
	background: #f5f4f0;
	border-radius: 1rem 1rem 3rem 1rem;
	padding: 2.1875rem 2.5rem;
}

.award-list .award-item {
	margin-top: 4rem;
}

.award-item-date {
	margin-bottom: .625rem;
	font-size: .875rem;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
}

.award-item-logo {
	margin-bottom: .75rem;
	display: flex;
	overflow: hidden;
	align-items: center;
	object-fit: contain;
}

.award-item-logo img {
	max-width: 100%;
	max-height: 100%;
}

.award-item-title {
	margin-bottom: 1rem;
}

.award-item-descr {
	margin-bottom: 2rem;
}

.award-item-more {
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.award-list .award-item {
		
	}
}



/* 4.5 Slide Experiences */

.slide-experience-image1 {
	width: 15.5rem;
	height: 15.5rem;
	background-image: url("../img/sss-1.webp");
	background-size: contain;
	position: absolute;
	top: 7.5% !important;
	right: 3.125% !important;
	bottom: auto !important;
	left: auto !important;
	opacity: 0.1;
}


.slide-experience-image3 {
	width: 42.875rem;
	height: 39.4375rem;
	background-image: url("../img/sss-2.webp");
	background-size: contain;
	position: absolute;
	top: 20% !important;
	right: 75% !important;
	bottom: auto !important;
	left: auto !important;
	opacity: 0.1;
}

.experience-item:not(:first-child) {
	border-top: #e1ddd6 1px solid;
}

.experience-item {
	padding-top: 1.625rem;
}

.experience-item-company,
.experience-item-title,
.experience-item-descr {
	margin-bottom: 1.625rem;
}

.experience-item-title {
	margin-right: 1rem;
}

.experience-item-date {
	margin-top: .3125rem;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: bold;
}

.experience-item-descr {
	margin-top: 2px;
	min-height: 5em;
}

.company-blue {
	color: #1774eb;
}

.company-pink {
	color: #f73163;
}

.company-green {
	color: #1dd05d;
}

.carousel-experience {
	position: relative;
}

.carousel-nav {
	margin-right: -.625rem;
}

.carousel-nav .owl-next {
	margin-left: .5rem;
}

.slide-personal-experience .slide-btn {
	margin-top: 3.88888889vmin;
}

@media (min-width: 768px) {
	.carousel-nav .owl-next {
		margin-left: 2rem;
	}
}



/* 4.6 Slide Clients */

.slide-personal-clients .slide-bg {
	background-image: url("../img/bg-personal-clients.png");
}

.slide-personal-clients .slide-title-info {
	margin-bottom: 12.40740741vmin;
}

.title-mini {
	font-size: .875rem;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
}

.slide-personal-clients .title-mini {
	margin-bottom: 3.375rem;
}

.icon-partners {
	display: inline-block;
	vertical-align: top;
	width: 3.75rem;
	height: 3.75rem;
	background-image: url("../img/lokasyon.png");
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.icon-project {
	display: inline-block;
	vertical-align: top;
	width: 3.75rem;
	height: 3.75rem;
	background-image: url("../img/kiosk.png");
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.icon-worldwide {
	display: inline-block;
	vertical-align: top;
	width: 3.75rem;
	height: 3.75rem;
	background-image: url("../img/ziyaretci.png");
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.client-icon {
	width: 3.75rem;
	margin-right: 2.5rem;
}

.client-item {
	margin-bottom: 2.75rem;
}

.client-item-title {
	margin-bottom: .625rem;
	font-size: 2.125rem;
	font-family: 'Montserrat';
	line-height: .94117647;
}

.clients-photo {
	height: 0;
	padding-bottom: 103.50877193%;
	margin-top: 2rem;
	margin-bottom: 2rem;
	position: relative;
}

.clients-photo-item {
	width: 4.375rem;
}

.clients-photo .clients-photo-item {
	width: 14.56140351%;
}

.clients-photo-item > .inside {
	/* display: block;
	height: 0;
	padding-bottom: 100%;
	
	border-radius: 50rem;
	overflow: hidden;
	position: relative; */
}

.clients-photo-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	/* max-width: 100%;*/
	max-height: 100%;
	padding: 130px;
}

.clients-photo .clients-photo-item1 {
	width: 19.29824561%;
	top: 43.05084746%;
	left: 6.31578947%;
}

.clients-photo .clients-photo-item2 {
	top: 0%;
	left: 57.54385965%;
}

.clients-photo .clients-photo-item3 {
	top: 48.81355932%;
	right: 0;
}

.clients-photo-item3 img {
	width: 60.24096386%;
	margin-top: 2px;
}

.clients-photo .clients-photo-item4 {
	top: 11.52542373%;
	left: 11.57894737%;
}

.clients-photo-item4 img {
	width: 34.93975904%;
}

.clients-photo .clients-photo-item5 {
	width: 31.92982456%;
	bottom: 0;
	right: 3.50877193%;
}

.clients-photo .clients-photo-item6 {
	width: 17.54385965%;
	bottom: 6.10169492%;
	left: 31.57894737%;
}

.clients-photo-item6 img {
	width: 31%;
}

.clients-photo .clients-photo-item7 {
	width: 100%;
	top: 23.05084746%;
	left: 31.92982456%;
}

.clients-photo .clients-photo-item8 {
	width: 12.28070175%;
	top: 73.55932203%;
	left: 6.31578947%;
}



/* 4.7 Slide Testimonials */

.slide-testimonials-circle1 {
	width: 10.5625rem;
	height: 10.5625rem;
	left: -14.89361702%;
	top: -11.70212766%;
}

.slide-testimonials-circle2 {
	width: 17.5rem;
	height: 17.5rem;
	left: 64.893617023%;
	top: 65.95744681%;
}

.slide-testimonials-circle3 {
	width: 6.875rem;
	height: 6.875rem;
	left: 27.55208333%;
	top: 100%;
	margin-top: -3.75rem;
}

.slide-personal-testimonials .slide-bg {
	background-image: url("../img/bg-personal-testimonials.png");
}

.testimonials-item-avatar-container {
	margin-bottom: 3.25rem;
}

.testimonial-item-avatar,
.testimonial-item-company {
	display: inline-block;
	vertical-align: top;
	margin-right: -1.25rem;
	width: 4.375rem;
}

.avatar > .inside {
	display: block;
	height: 0;
	padding-bottom: 100%;
	border-radius: 500px;
	overflow: hidden;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-item-text {
	margin-bottom: 3.125rem;
}

.testimonials-item-rating {
	margin-bottom: .875rem;
	color: #ffc705;
}

.testimonials-item-author {
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
}

.carousel-testimonial.owl-theme .owl-nav {
	margin-top: 3.625rem;
	margin-left: -.5rem;
	text-align: left;
}

.carousel-testimonial.owl-carousel .owl-nav button.owl-prev {
	margin-right: 1.875rem;
}

.slide-personal-testimonials .video-link {
	margin-top: .5rem;
}

.video-link {
	position: relative;
}

.video-link > .inside {
	display: block;
	position: relative;
	z-index: 100;
	height: 0;
	padding-bottom: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2rem 2rem 5rem 2rem;
}

.center-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translate(-50%,-50%);
	color: #ffffff;
	font-size: 2.75rem;
}

.center-icon i {
	display: block;
	transform: scale(1);
	transition: all .3s ease-in-out;
}

a:hover .center-icon i {
	transform: scale(1.2);
}

.video-link-descr {
	margin-left: 2.5rem;
	margin-top: 1.375rem;
	position: relative;
	font-style: italic;
}



/* 4.8 Slide Contacts */

.slide-contacts-circle1 {
	width: 60.5625rem;
	height: 60.5625rem;
	top: 46.94444444%;
	left: -3.4375%;
}

.slide-contacts-circle2 {
	width: 8.125rem;
	height: 8.125rem;
	top: 15.55555556%;
	right: -2.96875%;
	left: auto;
}

.contact-personal-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.contact-personal-card-title {
	height: 100%;
}

.contact-personal-card .title-mini {
	margin-bottom: 2.875rem;
}

.contact-personal-card .slide-title-sub {
	margin-bottom: 10px;
}

.slide-personal-contacts .slide-title-info {
	margin-bottom: 2.625rem;
}

.contact-personal-form {
	margin-bottom: .25rem;
}



/*-------------------------------------------------------------------------------
  5. Footer
-------------------------------------------------------------------------------*/

.social {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3125rem;
}

.social li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

.social a {
	color: #999999;
	transition: color .3s ease;
}

.social a:hover {
	color: #000000;
}

.social-fixed {
	position: fixed;
	z-index: 300;
	left: 15px;
	bottom: 0rem;
}

.social-fixed li {
	display: block;
	margin-right: 0;
	margin-bottom: 1.375rem;
}

.copyright {
	text-align: right;
	color: #999999;
	font-weight: bold;
	font-size: .875rem;
	transition: all .3s ease-in-out;
}

.copyright-fixed {
	position: fixed;
	right: 15px;
	bottom: 1.5rem;
	z-index: 300;
}

@media (min-width: 1600px) {
	.social-fixed {
		left: 4.25rem;
		bottom: 2rem;
	}

	.copyright-fixed {
		right: 4.25rem;
		bottom: 3.5rem;
	}
}


.body-bg-dark .header:not(.header-shadow) .container-fluid {
	color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .container-fluid .brand-name img{
	filter: brightness(0) invert(1);
}

.body-bg-dark .header:not(.header-shadow) .header-tagline,
.body-bg-dark .copyright,
.body-bg-dark .slide-num,
.body-bg-dark .footer .social a,
.body-copyright-light .copyright {
	color: rgba(255,255,255,.6);
}

.body-bg-dark .social a:hover {
	color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .nav-toggle .stick,
.body-bg-dark #pp-nav li a:not(.active) span {
	background: #ffffff;
}

.body-menu-opened .body-bg-dark .nav-toggle .stick {
	background: #000000;
}



/*-------------------------------------------------------------------------------
  6. Modal
-------------------------------------------------------------------------------*/

.modal-content {
	border: none;
	border-radius: 1rem 1rem 3rem 1rem;
}

.modal-header {
	padding-top: 2rem;
	padding-bottom: .5rem;
	border-bottom: none;
}

.modal-header,
.modal-body,
.modal-footer {
	padding-left: 2rem;
	padding-right: 2rem;
}

.modal-body {
	padding-bottom: 2rem;
}

.modal-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	color: #18213c;
	text-transform: uppercase;
}

.modal-header .close {
	padding: .5rem;
	position: relative;
	top: -.5rem;
	right: -.5rem;
	font-size: 1.5rem;
	line-height: .75;
}

.message {
	display: none;
}



@media (min-width: 768px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 1280px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 1600px) {
	html {
		font-size: 16px;
	}
}

.sallanacak {
	transition: transform 0.3s ease;
}
  
.kurumsal-img {
	clip-path: ellipse(95% 100% at 100% 50%);
}

.award-list .award-item {
	margin: 10px;
}
@media(max-width:768px){
	.kurumsal-img{
		height:250px
	}
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 150px 0 150px;
	z-index: 1;
  }
  
  .page-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
  }
  
  .page-header__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .90;
	background: linear-gradient(90deg, #7422074e 48.54%, #18213c45 81.77%);
	z-index: -1;
  }
  
  .page-header__inner {
	position: relative;
	display: block;
	z-index: 3;
  }
  
  .page-header__inner h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -1.12px;
	color: #fff;
  }
  
  .thm-breadcrumb {
	padding-top: 13px;
  }
  
  .thm-breadcrumb li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	transition: all 500ms ease;
	color: #fff;
  }
  
  .thm-breadcrumb li+li {
	margin-left: 7px;
  }
  
  .thm-breadcrumb li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .thm-breadcrumb li:hover a {
	color: #fff;
  }
  
  .thm-breadcrumb li span {
	position: relative;
	top: 2px;
	color: #fff;
  }


  

  .tj-service-section {
	position: relative;
	margin-top: -150px;
	z-index: 3;
  }
  .tj-service-section.service-style-one {
	margin-top: 0px;
	padding-bottom: 120px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section.service-style-one {
	  padding-bottom: 80px;
	}
  }
  .tj-service-section.style-inner-3 {
	padding-top: 120px;
	padding-bottom: 120px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section.style-inner-3 {
	  padding-top: 0px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section {
	  padding-top: 30px;
	  margin-top: 0px;
	}
	.tj-service-section .service-wrapper {
	  border-radius: 0px;
	}
  }
  
  .tj-service-section-two {
	padding-top: 120px;
	padding-bottom: 90px;
	background: var(--tj-color-theme-bg-3);
	position: relative;
	z-index: 1;
  }
  .tj-service-section-two.service-page-two {
	padding-top: 20px;
	padding-bottom: 120px;
	background: var(--tj-color-common-white);
	overflow: hidden;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section-two.service-page-two {
	  padding-bottom: 50px;
	}
  }
  .tj-service-section-two .service-shapes {
	position: absolute;
	top: 12%;
	right: 10%;
	max-width: 190px;
	width: 100%;
	z-index: -1;
  }
  .tj-service-section-two .service-shapes img {
	width: 100%;
	animation: bounceTopToBottom 4s infinite;
  }
  .tj-service-section-two .service-shapes2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	max-width: 255px;
	width: 100%;
  }
  .tj-service-section-two .service-shapes2 img {
	width: 100%;
  }
  .tj-service-section-two .service-shapes3 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	max-width: 350px;
	width: 100%;
  }
  .tj-service-section-two .service-shapes3 img {
	width: 100%;
  }
  .tj-service-section-two .service-images {
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	width: 985px;
	height: 790px;
	-webkit-mask-image: url(../images/shapes/service-1.svg);
			mask-image: url(../images/shapes/service-1.svg);
	-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
	-webkit-mask-position: center;
			mask-position: center;
	-webkit-mask-size: cover;
			mask-size: cover;
	z-index: -1;
  }
  .tj-service-section-two .services-grid-item:nth-child(1) {
	margin-top: 30px;
  }
  .tj-service-section-two .services-grid-item:nth-child(3), .tj-service-section-two .services-grid-item:nth-child(2) {
	margin-top: 250px;
  }
  .tj-service-section-two .services-grid-item:nth-child(4) {
	margin-top: -180px;
  }
  .tj-service-section-two .tj-heading-area {
	margin-bottom: 30px;
  }
  .tj-service-section-two .tj-heading-area .title {
	margin-bottom: 25px;
  }
  .tj-service-section-two .tj-heading-area .desc p {
	line-height: 1.8;
  }
  .tj-service-section-two .tj-heading-area .desc p:last-child {
	margin-bottom: 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section-two .services-grid-item:nth-child(5), .tj-service-section-two .services-grid-item:nth-child(4), .tj-service-section-two .services-grid-item:nth-child(3), .tj-service-section-two .services-grid-item:nth-child(2), .tj-service-section-two .services-grid-item:nth-child(1) {
	  margin-top: 0px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section-two {
	  padding-top: 80px;
	  padding-bottom: 50px;
	}
  }
  
  .tj-service-section-three {
	padding-top: 120px;
	position: relative;
	
  }
  .tj-service-section-three::before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom: 10%;
	height: 58%;
	background: url();
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
  }
  .tj-service-section-three.service-style-one {
	padding-top: 0px;
	padding-bottom: 120px;
  }
  .tj-service-section-three.service-style-one::before {
	bottom: 17%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.tj-service-section-three.service-style-one::before {
	  bottom: 10%;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section-three.service-style-one::before {
	  bottom: 5.5%;
	}
  }
  .tj-service-section-three .tj-heading-area {
	max-width: 580px;
	width: 100%;
	margin: 0 auto 60px;
  }
  .tj-service-section-three .services-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: var(--tj-color-common-white);
	overflow: hidden;
	border-radius: 70px;
	z-index: 1;
  }
  .tj-service-section-three .services-wrapper .services-shapes {
	position: absolute;
	bottom: -80px;
	left: 25%;
	z-index: -1;
  }
  .tj-service-section-three .services-wrapper .services-shapes img {
	width: 100%;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tj-service-section-three .services-wrapper {
	  border-radius: 20px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section-three .services-wrapper {
	  border-radius: 0px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section-three {
	  padding-top: 80px;
	}
	.tj-service-section-three::before {
	  height: 80%;
	  bottom: 40px;
	}
	.tj-service-section-three .tj-heading-area {
	  margin: 0 auto 40px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-section-three::before {
	  height: 88%;
	}
  }
  
  .service-wrapper {
	position: relative;
	background-color: var(--tj-color-common-white);
	box-shadow: 0px 0px 50px 0px rgba(31, 99, 6, 0.08);
	border-radius: 150px;
	z-index: 1;
  }
  .service-wrapper .service-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  }
  .service-wrapper .service-list .service-single {
	width: 50%;
	flex: 0 0 25%;
	transition: all 0.3s ease-out 0s;
	position: relative;
	z-index: 1;
  }
  .service-wrapper .service-list .service-single::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--tj-color-border-3);
	z-index: -1;
  }
  .service-wrapper .service-list .service-single:first-child::before {
	display: none;
  }
  .service-wrapper .service-list .service-single:first-child .single_item {
	border-radius: 150px 0px 0px 150px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-wrapper .service-list .service-single:first-child .single_item {
	  border-radius: 0px;
	  border: none;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-wrapper .service-list .service-single:first-child {
	  border-radius: 0px;
	}
  }
  .service-wrapper .service-list .service-single:last-child .single_item {
	border-radius: 0px 150px 150px 0px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-wrapper .service-list .service-single:last-child .single_item {
	  border-radius: 0px;
	}
  }
  .service-wrapper .service-list .service-single .service_inner {
	position: absolute;
	top: -80px;
	left: 0;
	width: 110%;
	height: 138%;
	z-index: 2;
	border-radius: 200px 200px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
  }
  .service-wrapper .service-list .service-single .service_inner::before {
	position: absolute;
	content: "";
	width: 94%;
	height: 96%;
	top: 0px;
	left: 0px;
	background-color: var(--tj-color-theme-secondary);
	border-radius: 200px 200px 0 0;
	transition: all 0.3s ease-in-out;
	z-index: 2;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-wrapper .service-list .service-single .service_inner {
	  top: -60px;
	  height: 130%;
	}
  }
  @media (max-width: 575px) {
	.service-wrapper .service-list .service-single .service_inner {
	  width: 100%;
	}
	.service-wrapper .service-list .service-single .service_inner::before {
	  width: 98%;
	}
  }
  .service-wrapper .service-list .service-single:hover::before {
	display: none;
  }
  .service-wrapper .service-list .service-single:hover .service_inner {
	opacity: 1;
	visibility: visible;
  }
  .service-wrapper .service-list .service-single:hover .single_item {
	border-radius: 0px;
	overflow: visible;
  }
  .service-wrapper .service-list .service-single:hover .single_item .number {
	color: var(--tj-color-grey-28);
	top: -50px;
  }
  .service-wrapper .service-list .service-single:hover .single_item .service-content .service-icon {
	color: var(--tj-color-theme-primary);
  }
  .service-wrapper .service-list .service-single:hover .single_item .service-content .service-icon i {
	color: var(--tj-color-theme-primary);
  }
  .service-wrapper .service-list .service-single:hover .single_item .service-content .desc {
	color: var(--tj-color-theme-primary);
  }
  .service-wrapper .service-list .service-single:hover + .service-single::before {
	background-color: transparent;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-wrapper .service-list .service-single {
	  flex: auto;
	  overflow: hidden;
	  width: 45%;
	}
	.service-wrapper .service-list .service-single::before {
	  display: none;
	}
	.service-wrapper .service-list .service-single .single_item .service-content .service-icon i {
	  color: var(--tj-color-theme-primary);
	}
	.service-wrapper .service-list .service-single .single_item .number {
	  color: var(--tj-color-grey-28);
	}
	.service-wrapper .service-list .service-single .single_item .desc {
	  color: var(--tj-color-theme-primary);
	}
	.service-wrapper .service-list .service-single:hover .single_item .number {
	  color: var(--tj-color-grey-28);
	  top: 0px;
	}
  }
  @media (max-width: 575px) {
	.service-wrapper .service-list .service-single {
	  width: 100%;
	}
  }
  @media (max-width: 575px) {
	.service-wrapper .service-list {
	  flex-direction: column;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
	.service-wrapper .service-list {
	  row-gap: 20px;
	  -moz-column-gap: 20px;
		   column-gap: 20px;
	}
	.service-wrapper .service-list .service-single .service_inner {
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-image: none;
	  opacity: 1;
	  visibility: visible;
	}
	.service-wrapper .service-list .service-single .service_inner::before {
	  width: 100%;
	  height: 100%;
	  border-radius: 0px;
	}
  }
  @media (max-width: 575px) {
	.service-wrapper .service-list {
	  row-gap: 20px;
	}
	.service-wrapper .service-list .service-single .service_inner {
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-image: none;
	  opacity: 1;
	  visibility: visible;
	}
	.service-wrapper .service-list .service-single .service_inner::before {
	  width: 100%;
	  height: 100%;
	  border-radius: 0px;
	}
  }
  
  .single_item {
	position: relative;
	z-index: 2;
	padding: 35px;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s ease-out 0s;
  }
  .single_item::after {
	position: absolute;
	content: "";
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	height: 90px;
	width: 200px;
	border-radius: 150px 150px 0 0;
	background: rgba(11, 61, 44, 0.1);
	z-index: 2;
  }
  .single_item .number {
	position: absolute;
	top: -35px;
	right: 35px;
	font-size: 150px;
	color: var(--tj-color-grey-2);
	font-family: var(--tj-ff-heading);
	font-weight: var(--tj-fw-medium);
	line-height: 1;
	transition: all 0.6s ease-out 0s;
	z-index: 3;
  }
  .single_item .service-content {
	position: relative;
	z-index: 3;
  }
  .single_item .service-content .service-icon {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 15px;
	transition: all 0.6s ease-out 0s;
	color: var(--tj-color-text-body);
  }
  .single_item .service-content .service-icon i {
	color: var(--tj-color-text-body);
  }
  .single_item .service-content .desc {
	line-height: 1.7;
  }
  .single_item .service-content .desc p:last-child {
	margin-bottom: 0;
  }
  .single_item .service-content .read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	line-height: 1;
	color: var(--tj-color-theme-secondary);
	background: var(--tj-color-theme-primary);
	border-radius: 50%;
	margin-top: 30px;
	overflow: hidden;
	transform: rotate(180deg);
  }
  .single_item .service-content .read-more .icon_second,
  .single_item .service-content .read-more .icon_first {
	color: var(--tj-color-theme-secondary);
	display: inline-flex;
	line-height: 1;
	transition: all 0.6s ease-in-out 0s;
  }
  .single_item .service-content .read-more .icon_second {
	position: absolute;
	transform: translateX(210%);
	color: var(--tj-color-common-white);
  }
  .single_item .service-content .read-more:hover .icon_first {
	transform: translateX(-210%);
	transition: all 0.3s ease-in-out 0s;
  }
  .single_item .service-content .read-more:hover .icon_second {
	transform: translateX(0%);
	transition: all 0.3s ease-in-out 0s;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_item .number {
	  font-size: 100px;
	}
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.single_item {
	  padding: 30px 15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
	.single_item {
	  flex: auto;
	  width: auto;
	  border: 0;
	}
	.single_item .number {
	  font-size: 80px;
	  top: 0px;
	}
	.single_item:nth-child(odd) {
	  border-right: none;
	  border-bottom: none;
	}
	.single_item:nth-child(even) {
	  border-bottom: none;
	}
	.single_item:nth-child(3), .single_item:nth-child(4) {
	  border-bottom: 0;
	}
  }
  @media (max-width: 575px) {
	.single_item {
	  background-color: var(--tj-color-common-white);
	  flex: 0 0 100%;
	  max-width: 375px;
	  width: 100%;
	  margin: auto;
	  border-bottom: 1px solid var(--tj-color-border-3);
	  border-right: 0;
	  z-index: auto;
	}
	.single_item .number {
	  font-size: 65px;
	  top: 0px;
	  right: 75px;
	}
	.single_item:last-child {
	  border-bottom: 0;
	}
  }
  
  .tj-service-item {
	background: var(--tj-color-common-white);
	border: 1px solid var(--tj-color-theme-primary);
	position: relative;
	padding: 60px 25px 0px 25px;
	border-radius: 0px 0px 150px 150px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in-out 0s;
  }
  .tj-service-item::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	bottom: 0;
	left: 0;
	background: var(--tj-color-theme-primary);
	z-index: -1;
  }
  .tj-service-item .number {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 150px;
	font-family: var(--tj-ff-heading);
	font-weight: var(--tj-fw-medium);
	color: var(--tj-color-grey-18);
	line-height: 1;
	z-index: -1;
  }
  .tj-service-item .title {
	margin-bottom: 20px;
	transition: all 0.1s ease-in-out 0s;
  }
  .tj-service-item .desc {
	color: var(--tj-color-text-body);
	margin-bottom: 35px;
	line-height: 1.7;
  }
  .tj-service-item .desc p:last-child {
	margin-bottom: 0;
  }
  .tj-service-item .service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	font-size: 65px;
	position: relative;
	top: 1px;
	line-height: 1;
	color: var(--tj-color-theme-primary);
	border: 1px solid var(--tj-color-theme-primary);
	transition: all 0.4s ease-in-out 0s;
  }
  .tj-service-item .service-icon i {
	color: var(--tj-color-theme-primary);
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-item {
	  padding: 60px 15px 0px 15px;
	}
	.tj-service-item .number {
	  font-size: 100px;
	}
	.tj-service-item .title {
	  margin-bottom: 15px;
	}
	.tj-service-item .desc {
	  margin-bottom: 30px;
	}
	.tj-service-item .service-icon {
	  width: 90px;
	  height: 90px;
	  font-size: 50px;
	}
  }
  .tj-service-item .service_shapes {
	position: absolute;
	bottom: -100px;
	left: 0;
	opacity: 0.4;
	z-index: -1;
  }
  .tj-service-item:hover::before {
	width: 100%;
  }
  .tj-service-item:hover .number {
	color: rgba(238, 240, 239, 0.1);
  }
  .tj-service-item:hover .title {
	color: var(--tj-color-common-white);
  }
  .tj-service-item:hover .desc {
	color: var(--tj-color-common-white);
  }
  .tj-service-item:hover .service-icon {
	color: var(--tj-color-common-white);
	border-color: var(--tj-color-common-white);
  }
  .tj-service-item:hover .service-icon i {
	color: var(--tj-color-common-white);
  }
  
  .service-item-two {
	max-width: 390px;
	width: 100%;
	padding: 35px 50px 0px 60px;
	background: transparent;
	position: relative;
	border: 1px solid var(--tj-color-theme-primary);
	z-index: 2;
  }
  .service-item-two::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--tj-color-theme-secondary);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
  }

  .service-item-two:nth-child(even) {
    background: var(--tj-color-theme-secondary);
   
	}
.service-item-two:nth-child(even) .title a {
    color: var(--tj-color-common-white);
}
.service-item-two:nth-child(even) .desc p {
    color: var(--tj-color-common-white);
}
.service-item-two:nth-child(even) .services-info .service-arrow .service-link .icon_first {
    color: var(--tj-color-common-white);
}
.service-item-two:nth-child(even) .services-info .service-arrow .service-link .icon_second {
    color: var(--tj-color-common-white);
}
.service-item-two:nth-child(even) .services-info .service-arrow .service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 1;
    font-size: 20px;
    color: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-common-white);
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(180deg);
}

.service-item-two::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #18213c;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
  }
  .service-item-two:nth-child(2), .service-item-two:nth-child(1) {
	border-right: none;
	border-bottom: none;
  }
  .service-item-two:nth-child(1) {
	border-radius: 70px 0px 0px 0px;
  }
  .service-item-two:nth-child(1)::before {
	border-radius: 70px 0px 0px 0px;
  }
  .service-item-two:nth-child(3) {
	border-bottom: none;
	border-radius: 0px 70px 0px 0px;
  }
  .service-item-two:nth-child(3)::before {
	border-radius: 0px 70px 0px 0px;
  }
  .service-item-two:nth-child(4) {
	border-right: none;
	
  }
  .service-item-two:nth-child(4)::before {
	
  }
  .service-item-two:nth-child(6) {
	
  }
  .service-item-two:nth-child(6)::before {
	
  }
  .service-item-two:nth-child(5), .service-item-two:nth-child(4) {
	border-right: none;
  }

  .service-item-two:hover .title a {
	color: #fff !important;
  }
  .service-item-two:hover .desc p {
	color: #fff !important;
  }
  .service-item-two:hover .services-info .service-arrow .service-link{
	color: #fff !important;
	border: 1px solid #ffffff;
  }

  .service-item-two:hover .services-info .service-arrow .service-link .icon_first{
	color: #fff !important;
  }
  .service-item-two:hover.services-info .service-arrow .service-link .icon_second{
	color: #fff !important;
  }

  .service-item-two .service-images {
	max-width: 200px;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
  }
  .service-item-two .service-images::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 150px;
  }
  .service-item-two .service-images img {
	height: 100px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 150px;
  }
  .service-item-two .title {
	margin-bottom: 20px;
  }
  .service-item-two .title a {
	color: var(--tj-color-theme-primary);
  }
  .service-item-two .desc {
	color: var(--tj-color-text-body);
	margin-bottom: 30px;
	line-height: 1.7;
  }
  .service-item-two .desc p:last-child {
	margin-bottom: 0;
  }
  .service-item-two .services-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
  }
  .service-item-two .services-info .service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 100px;
	line-height: 1;
	font-size: 65px;
	color: var(--tj-color-theme-primary);
	background: var(--tj-color-theme-bg-3);
	border-radius: 150px 150px 0px 0px;
  }
  .service-item-two .services-info .service-arrow .service-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	line-height: 1;
	font-size: 20px;
	color: var(--tj-color-theme-primary);
	border: 1px solid var(--tj-color-theme-primary);
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(180deg);
  }
  .service-item-two .services-info .service-arrow .service-link .icon_second,
  .service-item-two .services-info .service-arrow .service-link .icon_first {
	color: var(--tj-color-theme-primary);
	display: inline-flex;
	line-height: 1;
	transition: all 0.1s ease-in-out 0s;
  }
  .service-item-two .services-info .service-arrow .service-link .icon_second {
	position: absolute;
	transform: translateX(180%);
	color: #fff;
  }
  .service-item-two .services-info .service-arrow .service-link:hover .icon_first {
	transform: translateX(-180%);
	transition: all 0.3s ease-in-out 0s;
  }
  .service-item-two .services-info .service-arrow .service-link:hover .icon_second {
	transform: translateX(0%);
	transition: all 0.3s ease-in-out 0s;
  }
  .service-item-two:hover::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
  }
  .service-item-two:hover .service-images::before {
	background: rgba(255, 255, 255, 0.1);
  }
  .service-item-two:hover .desc {
	color: var(--tj-color-theme-primary);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-item-two {
	  max-width: 465px;
	}

	.service-item-two:nth-child(1) {
		border-radius: 0;
	}
	.service-item-two:nth-child(3) {
		border-bottom: none;
		border-radius: 0;
	}

  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-item-two {
	  max-width: 345px;
	  padding: 35px 15px 0px 15px;
	}
	.service-item-two:nth-child(1) {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(1)::before {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(2) {
	  border-right: 1px solid var(--tj-color-theme-primary);
	}
	.service-item-two:nth-child(3) {
	  border-radius: 0px 0px 0px 0px;
	  border-right: none;
	}
	.service-item-two:nth-child(3)::before {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(4) {
	  border-radius: 0px 0px 0px 0px;
	  border-bottom: none;
	  border-right: 1px solid var(--tj-color-theme-primary);
	}
	.service-item-two:nth-child(4)::before {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(6) {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(6)::before {
	  border-radius: 0px 0px 0px 0px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-item-two {
	  padding: 35px 15px 0px 15px;
	  max-width: 100%;
	}
	.service-item-two:nth-child(1) {
	  border-radius: 0px 0px 0px 0px;
	  border-right: 1px solid var(--tj-color-theme-primary);
	}
	.service-item-two:nth-child(1)::before {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(2) {
	  border-right: 1px solid var(--tj-color-theme-primary);
	}
	.service-item-two:nth-child(3) {
	  border-radius: 0px 0px 0px 0px;
	  border-right: 1px solid var(--tj-color-theme-primary);
	}
	.service-item-two:nth-child(3)::before {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(4) {
	  border-radius: 0px 0px 0px 0px;
	  border-bottom: none;
	  border-right: 1px solid var(--tj-color-theme-primary);
	}
	.service-item-two:nth-child(4)::before {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(5) {
	  border-right: 1px solid var(--tj-color-theme-primary);
	  border-bottom: none;
	}
	.service-item-two:nth-child(6) {
	  border-radius: 0px 0px 0px 0px;
	}
	.service-item-two:nth-child(6)::before {
	  border-radius: 0px 0px 0px 0px;
	}
  }
  
  /* !END: Services CSS */
  /**----------------------------------------
  START: Service CSS
  ----------------------------------------*/
  .tj-service-details {
	padding-bottom: 120px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-details {
	  padding-bottom: 80px;
	}
  }
  
  .tj-main-sidebar {
	padding-left: 45px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-main-sidebar {
	  padding-left: 0;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-main-sidebar {
	  margin-top: 60px;
	}
  }
  
  .tj-service-widget {
	margin-bottom: 40px;
  }
  .tj-service-widget:last-child {
	margin-bottom: 0;
  }
  .tj-service-widget .side-title {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-service-widget .side-title {
	  margin-bottom: 20px;
	}
  }
  
  .service-details-item .service_content {
	margin-bottom: 45px;
  }
  .service-details-item .service_content .details-image {
	margin-bottom: 30px;
  }
  .service-details-item .service_content .details-image img {
	width: 100%;
	border-radius: 25px;
  }
  .service-details-item .service_content .title {
	margin-bottom: 20px;
  }
  .service-details-item .service_content .desc {
	line-height: 1.7;
	margin-bottom: 25px;
  }
  .service-details-item .service_content .desc p:last-child {
	margin-bottom: 0;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-details-item .service-feture {
	  flex-direction: column;
	}
	.service-details-item .service-feture .service-images {
	  max-width: 100%;
	}
	.service-details-item .service-feture .service-images img {
	  width: 100%;
	}
  }
  
  .service-tabs {
	margin-bottom: 30px;
  }
  .service-tabs .nav {
	gap: 15px;
	margin-bottom: 30px;
  }
  .service-tabs .nav .nav-item .service-tab {
	font-weight: var(--tj-fw-medium);
	color: var(--tj-color-text-body);
	border-radius: 0;
	background-color: var(--tj-color-grey-13);
	border: 1px solid var(--tj-color-border-6);
	padding: 15px 40px;
	border-radius: 10px;
  }
  .service-tabs .nav .nav-item .service-tab.active {
	background-color: var(--tj-color-theme-primary);
	border-color: var(--tj-color-theme-primary);
	color: var(--tj-color-common-white);
  }
  .service-tabs .desc p {
	line-height: 1.8;
  }
  .service-tabs .desc p:last-child {
	margin-bottom: 0;
  }
  .service-tabs .tabs-list {
	margin-top: 25px;
  }
  .service-tabs .tabs-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .service-tabs .tabs-list ul li {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-left: 25px;
  }
  .service-tabs .tabs-list ul li:last-child {
	margin-bottom: 0;
  }
  .service-tabs .tabs-list ul li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 8px;
	left: 0;
	background: rgba(185, 154, 128, 0.5);
	border-radius: 50%;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-tabs .nav {
	  justify-content: center;
	}
	.service-tabs .nav .nav-item .service-tab {
	  padding: 13px 25px;
	}
  }
  
  .service-feture {
	display: flex;
	gap: 30px;
	position: relative;
	z-index: 2;
  }
  .service-feture .service-images {
	max-width: 275px;
	width: 100%;
  }
  .service-feture .service-images img {
	border-radius: 20px;
  }
  .service-feture .feature-content .title {
	margin-bottom: 20px;
  }
  .service-feture .feature-content .desc {
	line-height: 1.7;
  }
  .service-feture .feature-content .desc p:last-child {
	margin-bottom: 0;
  }
  
  .service-feture-two {
	background: var(--tj-color-theme-primary);
	border-radius: 15px;
	padding: 50px 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
	position: relative;
	z-index: 2;
  }
  .service-feture-two::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(11, 61, 44, 0.9);
	border-radius: 15px;
	z-index: -1;
  }
  .service-feture-two .title {
	color: var(--tj-color-common-white);
	font-size: 36px;
	margin-bottom: 30px;
  }
  .service-feture-two .service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	line-height: 1;
	font-size: 40px;
	border-radius: 10px;
	background: var(--tj-color-theme-secondary);
	color: var(--tj-color-theme-primary);
	position: relative;
	z-index: 1;
  }
  .service-feture-two .service-icon::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	top: 50%;
	left: -65px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
  }
  .service-feture-two .service-icon::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	top: 50%;
	right: -65px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
  }
  .service-feture-two .service-content {
	margin-top: 35px;
  }
  .service-feture-two .service-content span {
	display: block;
	color: var(--tj-color-common-white);
	font-weight: var(--tj-fw-medium);
	margin-bottom: 5px;
  }
  .service-feture-two .service-content .link {
	font-size: 20px;
	font-family: var(--tj-ff-heading);
	color: var(--tj-color-common-white);
  }
  .service-feture-two .service-content .link:hover {
	color: var(--tj-color-theme-secondary);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service-feture-two {
	  padding: 35px 15px;
	}
	.service-feture-two .title {
	  font-size: 30px;
	}
  }
  
  .service_catagory {
	border-radius: 15px;
	padding: 30px;
	border: 2px solid var(--tj-color-border-7);
  }
  .service_catagory ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .service_catagory ul li {
	margin-bottom: 20px;
  }
  .service_catagory ul li:last-child {
	margin-bottom: 0;
  }
  .service_catagory ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: var(--tj-color-theme-primary);
	font-family: var(--tj-ff-heading);
	font-weight: var(--tj-fw-medium);
	padding: 17px 30px;
	background: var(--tj-color-grey-13);
	border-radius: 10px;
  }
  .service_catagory ul li a i {
	font-weight: var(--tj-fw-medium);
	color: var(--tj-color-theme-primary);
  }
  .service_catagory ul li a.active, .service_catagory ul li a:hover {
	color: var(--tj-color-common-white);
	background-color: var(--tj-color-theme-primary);
  }
  .service_catagory ul li a.active i, .service_catagory ul li a:hover i {
	color: var(--tj-color-common-white);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service_catagory {
	  padding: 30px 15px;
	}
	.service_catagory ul li a {
	  padding: 17px 15px;
	}
  }
  
  .service_download {
	border-radius: 15px;
	padding: 30px;
	border: 2px solid var(--tj-color-border-7);
  }
  .service_download ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .service_download ul li {
	margin-bottom: 20px;
  }
  .service_download ul li:last-child {
	margin-bottom: 0;
  }
  .service_download ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: var(--tj-color-theme-primary);
	font-family: var(--tj-ff-heading);
	font-weight: var(--tj-fw-medium);
	padding: 17px 30px;
	background: var(--tj-color-grey-13);
	border-radius: 10px;
  }
  .service_download ul li a i {
	color: var(--tj-color-theme-primary);
  }
  .service_download ul li a:hover {
	background-color: var(--tj-color-theme-primary);
	color: var(--tj-color-common-white);
  }
  .service_download ul li a:hover i {
	color: var(--tj-color-common-white);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.service_download {
	  padding: 30px 15px;
	}
	.service_download ul li a {
	  padding: 17px 15px;
	}
  }
  

  .tj-sidebar-widget .tj-blog-widget {
	margin-bottom: 65px;
  }
  .tj-sidebar-widget .tj-blog-widget .side-title {
	font-weight: var(--tj-fw-regular);
	margin-bottom: 25px;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form {
	position: relative;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input[type=text] {
	padding: 18px 50px 18px 25px;
	font-weight: var(--tj-fw-medium);
	background: var(--tj-color-common-white);
	border: 1px solid var(--tj-color-border-6);
	width: 100%;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder, .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input[type=text]::-moz-placeholder {
	color: var(--tj-color-grey-11);
	font-weight: var(--tj-fw-medium);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input[type=text]::placeholder {
	color: var(--tj-color-grey-11);
	font-weight: var(--tj-fw-medium);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form input[type=text]::-ms-input-placeholder {
	color: var(--tj-color-grey-11);
	font-weight: var(--tj-fw-medium);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form :focus {
	outline: none;
	border: none;
	box-shadow: 0 0 0;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form button i {
	font-size: 18px;
	font-weight: var(--tj-fw-medium);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form button i:hover {
	color: var(--tj-color-theme-secondary);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_search .search_box form button i:hover i {
	color: var(--tj-color-theme-secondary);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_categories ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 20px;
	font-family: var(--tj-ff-heading);
	border: 1px solid var(--tj-color-border-6);
	color: var(--tj-color-theme-primary);
	padding: 15px 25px;
	margin-bottom: 20px;
	background: transparent;
	z-index: 1;
	transition: all 0.4s ease-in-out 0s;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_categories ul li:last-child {
	margin-bottom: 0;
  }
  .tj-sidebar-widget .tj-blog-widget.widget_categories ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--tj-color-heading-primary);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_categories ul li:hover {
	color: var(--tj-color-common-white);
	background-color: var(--tj-color-heading-primary);
	border-color: var(--tj-color-theme-primary);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_categories ul li:hover a {
	color: var(--tj-color-common-white);
  }
  .tj-sidebar-widget .tj-blog-widget.widget_categories ul li:hover a span {
	color: var(--tj-color-common-white);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-sidebar-widget .tj-blog-widget.widget_categories ul li {
	  padding: 20px 15px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-sidebar-widget {
	  padding-left: 0px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.tj-sidebar-widget {
	  margin-top: 60px;
	}
	.tj-sidebar-widget .tj-blog-widget {
	  margin-bottom: 40px;
	}
  }