/*!
Theme Name: gandomSoft-version2
Theme URI: https://www.webine.ir
Author: webine
Author URI: https://www.webine.ir
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gandomSoft-version2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gandomSoft is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #1F4690;
	--bs-btn-border-color: #1F4690;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #1a3c7a;
	--bs-btn-hover-border-color: #193873;
	--bs-btn-focus-shadow-rgb: 65, 98, 161;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #193873;
	--bs-btn-active-border-color: #17356c;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #1F4690;
	--bs-btn-disabled-border-color: #1F4690;
}

.btn-outline-primary {
	--bs-btn-color: #1F4690;
	--bs-btn-border-color: #1F4690;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #1F4690;
	--bs-btn-hover-border-color: #1F4690;
	--bs-btn-focus-shadow-rgb: 31, 70, 144;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #1F4690;
	--bs-btn-active-border-color: #1F4690;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #1F4690;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #1F4690;
	--bs-gradient: none;
}

.text-primary {
	color: #1F4690 !important;
}

.bg-primary {
	background-color: #1F4690 !important;
}

.table-primary {
	background-color: #1F4690 !important;
}

.link-primary {
	color: #1F4690 !important;
}

.border-primary {
	border-color: #1F4690 !important;
}

.btn-secondary {
	--bs-btn-color: #000;
	--bs-btn-bg: #7FB5FF;
	--bs-btn-border-color: #7FB5FF;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #92c0ff;
	--bs-btn-hover-border-color: #8cbcff;
	--bs-btn-focus-shadow-rgb: 108, 154, 217;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #99c4ff;
	--bs-btn-active-border-color: #8cbcff;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #7FB5FF;
	--bs-btn-disabled-border-color: #7FB5FF;
}

.btn-outline-secondary {
	--bs-btn-color: #7FB5FF;
	--bs-btn-border-color: #7FB5FF;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #7FB5FF;
	--bs-btn-hover-border-color: #7FB5FF;
	--bs-btn-focus-shadow-rgb: 127, 181, 255;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #7FB5FF;
	--bs-btn-active-border-color: #7FB5FF;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #7FB5FF;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #7FB5FF;
	--bs-gradient: none;
}

.text-secondary {
	color: #7FB5FF !important;
}

.bg-secondary {
	background-color: #7FB5FF !important;
}

.table-secondary {
	background-color: #7FB5FF !important;
}

.link-secondary {
	color: #7FB5FF !important;
}

.border-secondary {
	border-color: #7FB5FF !important;
}

.btn-success {
	--bs-btn-color: #000;
	--bs-btn-bg: #14C38E;
	--bs-btn-border-color: #14C38E;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #37cc9f;
	--bs-btn-hover-border-color: #2cc999;
	--bs-btn-focus-shadow-rgb: 17, 166, 121;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #43cfa5;
	--bs-btn-active-border-color: #2cc999;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #14C38E;
	--bs-btn-disabled-border-color: #14C38E;
}

.btn-outline-success {
	--bs-btn-color: #14C38E;
	--bs-btn-border-color: #14C38E;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #14C38E;
	--bs-btn-hover-border-color: #14C38E;
	--bs-btn-focus-shadow-rgb: 20, 195, 142;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #14C38E;
	--bs-btn-active-border-color: #14C38E;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #14C38E;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #14C38E;
	--bs-gradient: none;
}

.text-success {
	color: #14C38E !important;
}

.bg-success {
	background-color: #14C38E !important;
}

.table-success {
	background-color: #14C38E !important;
}

.link-success {
	color: #14C38E !important;
}

.border-success {
	border-color: #14C38E !important;
}

.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #31d2f2;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none;
}

.text-info {
	color: #0dcaf0 !important;
}

.bg-info {
	background-color: #0dcaf0 !important;
}

.table-info {
	background-color: #0dcaf0 !important;
}

.link-info {
	color: #0dcaf0 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}

.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none;
}

.text-warning {
	color: #ffc107 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.table-warning {
	background-color: #ffc107 !important;
}

.link-warning {
	color: #ffc107 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #b02a37;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b02a37;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dc3545;
	--bs-btn-disabled-border-color: #dc3545;
}

.btn-outline-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3545;
	--bs-btn-hover-border-color: #dc3545;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3545;
	--bs-btn-active-border-color: #dc3545;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #dc3545;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3545;
	--bs-gradient: none;
}

.text-danger {
	color: #dc3545 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.table-danger {
	background-color: #dc3545 !important;
}

.link-danger {
	color: #dc3545 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f3f3f3;
	--bs-btn-border-color: #f3f3f3;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #cfcfcf;
	--bs-btn-hover-border-color: #c2c2c2;
	--bs-btn-focus-shadow-rgb: 207, 207, 207;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c2c2c2;
	--bs-btn-active-border-color: #b6b6b6;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f3f3f3;
	--bs-btn-disabled-border-color: #f3f3f3;
}

.btn-outline-light {
	--bs-btn-color: #f3f3f3;
	--bs-btn-border-color: #f3f3f3;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f3f3f3;
	--bs-btn-hover-border-color: #f3f3f3;
	--bs-btn-focus-shadow-rgb: 243, 243, 243;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f3f3f3;
	--bs-btn-active-border-color: #f3f3f3;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #f3f3f3;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f3f3f3;
	--bs-gradient: none;
}

.text-light {
	color: #f3f3f3 !important;
}

.bg-light {
	background-color: #f3f3f3 !important;
}

.table-light {
	background-color: #f3f3f3 !important;
}

.link-light {
	color: #f3f3f3 !important;
}

.border-light {
	border-color: #f3f3f3 !important;
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #303841;
	--bs-btn-border-color: #303841;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #4f565e;
	--bs-btn-hover-border-color: #454c54;
	--bs-btn-focus-shadow-rgb: 79, 86, 94;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #596067;
	--bs-btn-active-border-color: #454c54;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #303841;
	--bs-btn-disabled-border-color: #303841;
}

.btn-outline-dark {
	--bs-btn-color: #303841;
	--bs-btn-border-color: #303841;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #303841;
	--bs-btn-hover-border-color: #303841;
	--bs-btn-focus-shadow-rgb: 48, 56, 65;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #303841;
	--bs-btn-active-border-color: #303841;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #303841;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #303841;
	--bs-gradient: none;
}

.text-dark {
	color: #303841 !important;
}

.bg-dark {
	background-color: #303841 !important;
}

.table-dark {
	background-color: #303841 !important;
}

.link-dark {
	color: #303841 !important;
}

.border-dark {
	border-color: #303841 !important;
}

.nav-link {
	color: #1F4690;
}

.nav-link:hover {
	color: #285aba;
}

a {
	color: #1F4690;
}

a:hover {
	color: #285aba;
}

.container,
.container-fluid,
.container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1344px;
	}
}

/*
	 end bootstrap load
	 */
@font-face {
	font-family: "Dana";
	src: url('assets/fonts/DanaFaNum-Thin.woff2?d346915707eff9a34fbcb27e0de21a37') format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Dana";
	src: url('assets/fonts/DanaFaNum-Regular.woff2?45f462c0ed972b83b14e59c3420bd8b2') format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Dana";
	src: url('assets/fonts/DanaFaNum-Medium.woff2?0210233bc0e800eaf5f5c8f2f4c39098') format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Dana";
	src: url('assets/fonts/DanaFaNum-DemiBold.woff2?284df8e6d06efcacbb6dcb356befc08b') format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Dana";
	src: url('assets/fonts/DanaFaNum-Bold.woff2?b4704f09c704b632bf97d61434dec523') format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Dana";
	src: url('assets/fonts/DanaFaNum-ExtraBold.woff2?4c1a1f6ffcb53b888301e2c7e5c5d6d7') format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Dana";
	src: url('assets/fonts/DanaFaNum-Black.woff2?ac8bd49149eddd7d27bd5e58feacf8b6') format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Dana" !important;
	overflow-x: hidden !important;
}

.Site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.Site-content {
	flex: 1;
}

a {
	text-decoration: none !important;
}

/* 
ul {
	list-style-type: none;
} */

#home-hero {
	background-image: url("assets/images/bg-hero.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home-hero .title {
	font-size: 24px;
	font-weight: 900;
	line-height: 53px;
	color: rgb(29, 37, 42);
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	#home-hero .title {
		font-size: 33px;
		line-height: 63px;
	}
}

@media (min-width: 992px) {
	#home-hero .title {
		font-size: 42px;
		line-height: 73px;
	}
}

@media (min-width: 1200px) {
	#home-hero .title {
		font-size: 51px;
		line-height: 83px;
	}
}

@media (min-width: 1400px) {
	#home-hero .title {
		font-size: 40px;
		font-weight: 900;
	}
}

#home-hero .description {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
}

@media (min-width: 768px) {
	#home-hero .description {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	#home-hero .description {
		font-size: 18px;
	}
}

#home-hero .more-counseling {
	padding: 10.5px 20px;
	border-radius: 34px;
	color: rgb(254, 254, 254);
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	background-color: rgb(0, 31, 77);
	margin-left: 16px;
	border: 2px solid rgb(0, 31, 77);
}

@media (min-width: 768px) {
	#home-hero .more-counseling {
		font-size: 16px;
		line-height: 28px;
		padding: 10.5px 24px;

	}
}

#home-hero .more-counseling:hover {
	border: 2px solid rgb(29, 37, 42);
	color: rgb(29, 37, 42);
	background-color: rgb(254, 254, 254);
}

#home-hero .more-counseling:hover svg path {
	stroke: rgb(29, 37, 42);
}

#home-hero .more-price {
	padding: 10.5px 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	border: 2px solid rgb(29, 37, 42);
	border-radius: 34px;
	color: rgb(29, 37, 42);
}

@media (min-width: 768px) {
	#home-hero .more-price {
		font-size: 16px;
		line-height: 27px;
		padding: 10.5px 30px;

	}
}

@media (min-width: 1200px) {
	#home-hero .more-price {
		padding: 10.5px 51px;

	}
}

#home-hero .more-price:hover {
	border: 2px solid rgb(0, 31, 77);
	color: rgb(254, 254, 254);
	background-color: rgb(0, 31, 77);
}

#home-software-properties {
	background-color: rgba(255, 253, 231, 1);
	padding-top: 32px;
	padding-bottom: 32px;
}

#home-software-properties .row {
	margin-top: 16px;
}

#home-software-properties .row .box {
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: rgb(52, 63, 69);
	border-radius: 24px;
	padding: 16px 24px;
	background-color: #FFFFFF;
	transition: all 0.1s linear;
}

#home-software-properties .row .box:hover {
	background-color: #FFFBC1;
	border-width: 2px 6px 6px 2px;
	border-style: solid;
	border-color: #343F45;
	box-sizing: border-box;

}

#home-software-properties .row .box .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 28.21px;
	margin-bottom: 16px;
}

#home-software-properties .row .box .description {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	text-align: right;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	#home-software-properties .row .box .description {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	#home-software-properties .row .box .description {
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	#home-software-properties .row .box .description {
		font-size: 15px;
	}
}

#home-demo .row {
	margin-top: 40px;
}

#home-demo .row video {
	width: 100%;
	height: auto;
}

#home-demo .row .section-1 .box,
#home-demo .row .section-4 .box,
#home-demo .row .section-3 .box,
#home-demo .row .section-2 .box {
	padding: 16px;
	background-color: rgb(52, 63, 69);
	border-radius: 16px;
	box-shadow: 1px 2px 16px 0px rgba(52, 52, 52, 0.13);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

@media (min-width: 768px) {

	#home-demo .row .section-1 .box,
	#home-demo .row .section-4 .box,
	#home-demo .row .section-3 .box,
	#home-demo .row .section-2 .box {
		margin-right: 120px;
		margin-bottom: 32px;
	}
}

#home-demo .row .section-1 .box .number,
#home-demo .row .section-4 .box .number,
#home-demo .row .section-3 .box .number,
#home-demo .row .section-2 .box .number {
	font-size: 23px;
	font-weight: 700;
	line-height: 36.04px;
	text-align: center;
	color: rgb(255, 208, 13);
	margin-bottom: 4px;
}

#home-demo .row .section-1 .box .text,
#home-demo .row .section-4 .box .text,
#home-demo .row .section-3 .box .text,
#home-demo .row .section-2 .box .text {
	font-size: 23px;
	font-weight: 500;
	line-height: 35.26px;
	text-align: center;
	color: rgb(254, 254, 254);
}

@media (min-width: 768px) {
	#home-demo .row .section-2 .box {
		margin-left: 120px;
		margin-right: 0px;
		margin-bottom: 24px;
	}
}

@media (min-width: 768px) {
	#home-demo .row .section-3 .box {
		margin-left: 0px;
		margin-right: 120px;
		margin-bottom: 32px;
	}
}

@media (min-width: 768px) {
	#home-demo .row .section-4 .box {
		margin-left: 120px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#home-advantage .box-1,
#home-advantage .box-3,
#home-advantage .box-2 {
	background: linear-gradient(90deg, rgba(209, 242, 252, 0.0243) 0%, rgba(85, 214, 255, 0.135) 100%);
	padding: 35px 32px;
	border-radius: 50px 50px 20px 20px;
	border-bottom: 1px solid rgb(242, 242, 242);
}

#home-advantage .box-1 .text,
#home-advantage .box-3 .text,
#home-advantage .box-2 .text {
	font-size: 24px;
	font-weight: 700;
	line-height: 35.88px;
	text-align: justify;
	color: rgb(29, 37, 42);
}

@media (min-width: 768px) {

	#home-advantage .box-1 .text,
	#home-advantage .box-3 .text,
	#home-advantage .box-2 .text {
		font-size: 26px;
		line-height: 39.88px;
	}
}

@media (min-width: 992px) {

	#home-advantage .box-1 .text,
	#home-advantage .box-3 .text,
	#home-advantage .box-2 .text {
		font-size: 28px;
		line-height: 43.88px;
	}
}

#home-advantage .box-1 .desc,
#home-advantage .box-3 .desc,
#home-advantage .box-2 .desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	text-align: justify;
	color: rgb(52, 63, 69);
}

#home-advantage .box-2 {
	background: linear-gradient(90deg, rgba(85, 214, 255, 0.135) 0%, rgba(209, 242, 252, 0.0243) 100%);
}

#home-demo-2 img {
	margin-top: 40px;
}

#home-section-description {
	background-color: rgba(29, 37, 42, 1);
	padding-top: 48px;
	padding-bottom: 48px;
}

#home-section-description .text {
	font-size: 24px;
	font-weight: 700;
	line-height: 43.88px;
	color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
	#home-section-description .text {
		font-size: 28px;
		font-weight: 700;
		line-height: 43.88px;
	}
}


#home-section-description .more-1 {
	padding: 4px 12px;
	border: 2px solid rgba(254, 254, 254, 1);
	background-color: rgba(254, 254, 254, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 31.34px;
	color: rgba(1, 1, 1, 1);
	border-radius: 34px;
	margin-left: 16px;

}

#home-section-description .more-2 {
	padding: 4px 12px;
	border: 2px solid rgba(254, 254, 254, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 31.34px;
	color: rgba(254, 254, 254, 1);
	border-radius: 34px;
}


#home-section-description .more-1:hover {

	background-color: transparent;
	color: rgba(254, 254, 254, 1);

}

#home-section-description .more-1:hover svg path {

	stroke: rgba(254, 254, 254, 1);

}

#home-section-description .more-2:hover {
	border: 2px solid rgba(254, 254, 254, 1);
	background-color: rgba(254, 254, 254, 1);
	color: rgba(1, 1, 1, 1);
}




@media (min-width: 768px) {
	#home-section-description .more-1 {
		padding: 4px 16px;
		font-size: 20px;
		font-weight: 700;
		line-height: 31.34px;

	}

	#home-section-description .more-2 {
		padding: 4px 16px;
		font-size: 20px;
		font-weight: 700;
		line-height: 31.34px;
	}

}

@media (min-width: 992px) {
	#home-section-description .more-1 {
		padding: 16.5px 32px;
		font-size: 20px;
		font-weight: 700;
		line-height: 31.34px;
	}

	#home-section-description .more-2 {
		padding: 16.5px 45.5px;
		font-size: 20px;
		font-weight: 700;
		line-height: 31.34px;

	}
}

#home-section-description-2 .img {
	max-width: 27%;
	height: auto;
}

@media (min-width: 768px) {
	#home-section-description-2 .img {
		max-width: 85%;
	}
}

@media (min-width: 992px) {
	#home-section-description-2 .img {
		max-width: 90%;
	}
}

#home-software-price {
	padding-top: 88px;
	padding-bottom: 88px;
	background-color: rgba(255, 253, 231, 1);
}


/* /////////////////// */
#home-software-price .label-span {
	position: relative;
	padding: 10.5px 16px;
	background-color: #FEFEFE;
	border-radius: 10px;
	width: 161px;
	height: 49px;
	margin-right: 4px;
	margin-left: 4px;
	display: inline-block;
}

#home-software-price .label-span label {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10.5px 16px;
	background-color: #FEFEFE;
	border-radius: 10px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #C6D7DB;
	width: 161px;
	height: 49px;
	font-size: 18px;
	font-weight: 500;
	line-height: 27.59px;
	color: #1D252A;
	cursor: pointer;

}

#home-software-price .label-span input[type=radio] {
	position: absolute;
	top: 14.5px;
	right: 16px;
	z-index: 10;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

#home-software-price .label-span input[type="radio"]:checked+label {
	padding: 10.5px 16px;
	background-color: #DCF4FF;
	border-radius: 10px;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: #0072B4;
	width: 161px;

}

#home-software-price .hidden {
	display: none;
}

#home-software-price .main-first-text {
	display: none;
}

#home-software-price .main-secound-text {
	display: none;
}

#home-software-price .description {
	margin-bottom: 32px;

}

@media (min-width: 768px) {
	#home-software-price .description {
		margin-bottom: 48px;

	}
}

@media (min-width: 1200px) {
	#home-software-price .description {
		margin-bottom: 56px;

	}

	#home-software-price .main-first-text {
		display: inline-block;
		font-size: 20px;
		font-weight: 500;
		line-height: 30.66px;
		color: #1D252A;
		margin-left: 24px;
	}

	#home-software-price .main-secound-text {
		display: flex;
		align-items: center;
		margin-left: 24px;
	}

	#home-software-price .main-secound-text .first {
		font-size: 20px;
		font-weight: 500;
		line-height: 30.66px;
		margin-left: 8px;
		color: #1D252A;
	}

	#home-software-price .main-secound-text .second {
		font-size: 14px;
		font-weight: 400;
		line-height: 21.22px;
		color: #1d252a;

	}

	#home-software-price .main-secound-text .second .red {
		font-size: 16px;
		font-weight: 500;
		line-height: 27px;
		color: rgba(176, 0, 0, 1);
	}


}

/* ///////////////////// */


#home-software-price .row {
	margin-top: 8px;
}

#home-software-price .row .box {
	padding: 24px 16px;
	border: 1px solid rgb(228, 228, 231);
	border-radius: 24px;
	background-color: rgb(255, 255, 255);
}

#home-software-price .row .box .text-bold {
	font-size: 20px;
	font-weight: 700;
	line-height: 31.34px;
	color: rgb(58, 73, 80);
}

#home-software-price .row .box .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: rgb(64, 85, 94);
}

#home-software-price .row .box .price {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
	margin-bottom: 32px;
}

#home-software-price .row .box .price span {
	font-size: 32px;
	font-weight: 700;
	line-height: 50.14px;
	color: rgb(29, 37, 42);
}

#home-software-price .row.margin-top {
	margin-top: 32px;
}

#home-software-price .row.margin-top .box .text-bold {
	font-size: 16px;
	font-weight: 500;
	line-height: 30.66px;
	color: #1D252A;
}

@media (min-width: 768px) {
	#home-software-price .row.margin-top .box .text-bold {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	#home-software-price .row.margin-top .box .text-bold {
		font-size: 20px;
	}
}

#home-software-price .row .box .more {
	position: relative;
	display: block;
	height: 44px;
	margin-bottom: 32px;
	width: 350px;
}

@media (min-width: 768px) {
	#home-software-price .row .box .more {
		width: 393px;
	}
}

@media (min-width: 992px) {
	#home-software-price .row .box .more {
		width: 296px;
	}
}

@media (min-width: 1200px) {
	#home-software-price .row .box .more {
		width: 384px;
	}
}

@media (min-width: 1400px) {
	#home-software-price .row .box .more {
		width: 384px;
	}
}

#home-software-price .row .box .more .yellow {
	position: absolute;
	top: 0px;
	right: 4px;
	height: 40px;
	width: 338px;
	background-color: rgb(255, 227, 65);
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(29, 37, 42);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	z-index: 10;
}

@media (min-width: 768px) {
	#home-software-price .row .box .more .yellow {
		width: 383px;
	}
}

@media (min-width: 992px) {
	#home-software-price .row .box .more .yellow {
		width: 286px;
	}
}

@media (min-width: 1200px) {
	#home-software-price .row .box .more .yellow {
		width: 375.667px;
	}
}

@media (min-width: 1400px) {
	#home-software-price .row .box .more .yellow {
		width: 374px;
	}
}

#home-software-price .row .box .more .yellow:hover:hover {
	background-color: #e4c300;
}

#home-software-price .row .box .more .dark {
	position: absolute;
	top: 4px;
	right: 10px;
	height: 40px;
	width: 338px;
	background-color: rgb(73, 101, 113);
	border-radius: 10px;
	z-index: 5;
}

@media (min-width: 768px) {
	#home-software-price .row .box .more .dark {
		width: 383px;
	}
}

@media (min-width: 992px) {
	#home-software-price .row .box .more .dark {
		width: 286px;
	}
}

@media (min-width: 1200px) {
	#home-software-price .row .box .more .dark {
		width: 375.667px;
	}
}

@media (min-width: 1400px) {
	#home-software-price .row .box .more .dark {
		width: 374px;
	}
}

#home-tabs .tab-box {
	overflow-x: auto !important;
	height: 62px !important;
	background-color: rgb(0, 79, 122) !important;
	border-radius: 24px !important;
	padding: 10.5px 8px !important;
	width: 100%;
}

#home-tabs .tab-box .nav-link {
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 25.07px !important;
	color: rgb(254, 254, 254) !important;
	white-space: nowrap;
	-webkit-animation: flash linear 0.8s infinite;
	animation: flash linear 0.8s infinite;
}

/* Flash class and keyframe animation */

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}

/* Pulse class and keyframe animation */
.pulseit {
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
}

@-webkit-keyframes pulse {
	0% {
		width: 200px;
	}

	50% {
		width: 340px;
	}

	100% {
		width: 200px;
	}
}

@keyframes pulse {
	0% {
		width: 200px;
	}

	50% {
		width: 340px;
	}

	100% {
		width: 200px;
	}
}

#home-tabs .tab-box .nav-link.active {
	padding: 8px 24px;
	border-radius: 16px;
	background-color: rgb(254, 254, 254);
	color: rgb(29, 37, 42) !important;
	animation: none;

}

#home-tabs .tab-pane .row {
	margin-top: 40px;
}

#home-tabs .tab-pane .row .title {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 50.14px;
	color: rgb(29, 37, 42);
}

@media (min-width: 768px) {
	#home-tabs .tab-pane .row .title {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	#home-tabs .tab-pane .row .title {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	#home-tabs .tab-pane .row .title {
		font-size: 32px;
	}
}

#home-tabs .tab-pane .row .text-box {
	margin-top: 24px;
	display: flex;
	align-items: center;
}

#home-tabs .tab-pane .row .text-box .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(52, 63, 69);
}

@media (min-width: 768px) {
	#home-tabs .tab-pane .row .text-box .text {
		font-size: 16px;
	}
}

#home-customer-trust {
	background-image: linear-gradient(180deg, rgba(255, 218, 0, 0.27) 0%, rgba(255, 234, 109, 0.27) 100%);
	padding-top: 24px;
	padding-bottom: 24px;
}

@media (min-width: 992px) {
	#home-customer-trust {
		background-image: url("assets/images/bg-trust.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	#home-customer-trust {
		background-size: auto;
	}
}

#home-customer-trust .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36.14px;
	color: rgb(29, 37, 42);
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	#home-customer-trust .title {
		font-size: 28px;
		line-height: 44.14px;
		margin-bottom: 24px;
	}
}

@media (min-width: 992px) {
	#home-customer-trust .title {
		font-size: 32px;
		line-height: 50.14px;
		margin-bottom: 31px;
	}
}

#home-customer-trust .description {
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	text-align: right;
}

@media (min-width: 992px) {
	#home-customer-trust .description {
		font-size: 16px;
		line-height: 36px;
	}
}

#home-events .padding-12 {
	padding-right: 12px;
	padding-left: 12px;
}

#home-events .box {
	border-width: 2px, 6px, 6px, 2px;
	border-style: solid;
	border-color: #3A4950;
	box-shadow: 0px 2px 8px 0px #414A532E;
	padding: 24px;
	border-radius: 24px;
}

#home-events .box .title a {
	font-size: 20px;
	font-weight: 700;
	line-height: 31.34px;
	color: #1D252A;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#home-events .box .desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	text-align: justify;
	color: #343F45;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;

}

#home-events .box .calendare span {
	padding: 5.5px 12px;
	border-radius: 8px;
	background-color: rgb(243, 246, 248);
	font-size: 14px;
	font-weight: 400;
	line-height: 21.22px;
}

#home-events .box .image {
	width: 100%;
	height: auto;
}

@media (min-width: 1200px) {
	#home-events .box .image {
		width: auto;
		max-height: 250.5px;

	}
}



#home-opinion .padding-12 {
	padding-right: 12px;
	padding-left: 12px;
}

#home-opinion .box-title {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	#home-opinion .box-title {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	#home-opinion .box-title {
		margin-bottom: 36px;
	}
}

@media (min-width: 1200px) {
	#home-opinion .box-title {
		margin-bottom: 40px;
	}
}

#home-opinion .box-title .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 38.14px;
	color: rgb(29, 37, 42);
}

@media (min-width: 768px) {
	#home-opinion .box-title .title {
		font-size: 28px;
		line-height: 44.14px;
	}
}

@media (min-width: 992px) {
	#home-opinion .box-title .title {
		font-size: 32px;
		line-height: 50.14px;
	}
}

#home-opinion .box {
	padding: 24px;
	border-radius: 24px;
	border-width: 2px 6px 6px 2px;
	border-style: solid;
	border-color: rgb(29, 37, 42);
}

#home-opinion .box .customer-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 28.04px;
	color: rgb(7, 21, 55);
}

@media (min-width: 768px) {
	#home-opinion .box .customer-name {
		font-size: 20px;
		line-height: 32.04px;
	}
}

@media (min-width: 992px) {
	#home-opinion .box .customer-name {
		font-size: 23px;
		line-height: 36.04px;
	}
}

#home-opinion .box .customer-job {
	font-size: 16px;
	font-weight: 500;
	line-height: 23.59px;
	color: rgb(58, 73, 80);
}

@media (min-width: 768px) {
	#home-opinion .box .customer-job {
		font-size: 18px;
		line-height: 27.59px;
	}
}

#home-opinion .box .img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

#home-opinion .box .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	color: rgb(29, 37, 42);
	margin-top: 24px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	#home-opinion .box .desc {
		font-size: 16px;
		line-height: 32px;
	}
}

@media (min-width: 992px) {
	#home-opinion .box .desc {
		font-size: 18px;
		line-height: 36px;
	}
}

#home-opinion .splide__pagination__page {
	background: rgb(198, 215, 219) !important;
	height: 12px !important;
	width: 12px !important;
}

#home-opinion .splide__pagination__page.is-active {
	background: rgb(239, 180, 0) !important;
	transform: scale(1) !important;
	z-index: 1;
}

#home-opinion .splide__pagination {
	bottom: -1.5em !important;
}

#home-services {
	background-image: url("assets/images/bg-services.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 32px;
	padding-bottom: 32px;
}

#home-services .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36.41px;
	text-align: center;
	color: rgb(0, 47, 76);
}

@media (min-width: 768px) {
	#home-services .title {
		font-size: 28px;
		line-height: 42.41px;
	}
}

@media (min-width: 992px) {
	#home-services .title {
		font-size: 32px;
		line-height: 48.41px;
	}
}

@media (min-width: 1200px) {
	#home-services .title {
		font-size: 36px;
		line-height: 56.41px;
	}
}

#home-services .box {
	margin-top: 32px;
}

#home-services .box .title-2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 29.18px;
	text-align: right;
	color: rgb(0, 47, 76);
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	#home-services .box .title-2 {
		font-size: 20px;
		line-height: 34.18px;
	}
}

@media (min-width: 992px) {
	#home-services .box .title-2 {
		font-size: 23px;
		line-height: 37.18px;
	}
}

@media (min-width: 1200px) {
	#home-services .box .title-2 {
		font-size: 25px;
		line-height: 39.18px;
	}
}

#home-services .box .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	color: rgb(0, 47, 76);
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	#home-services .box .desc {
		font-size: 16px;
		line-height: 27px;
	}
}

@media (min-width: 992px) {
	#home-services .box .desc {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (min-width: 1200px) {
	#home-services .box .desc {
		font-size: 20px;
		line-height: 33px;
	}
}

#home-question .button-title {
	font-size: 16px;
	color: rgb(29, 37, 42);
	font-weight: 500;
}

@media (min-width: 768px) {
	#home-question .button-title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	#home-question .button-title {
		font-size: 20px;
		line-height: 30.66px;
	}
}

#home-question .info {
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	color: rgb(29, 37, 42);
	text-align: justify;
	direction: rtl;
	max-height: 100px;
	overflow-y: auto;
	scrollbar-color: #fd7e14 rgb(255, 255, 255);
	scrollbar-width: thin;
	padding-left: 24px;
}

@media (min-width: 1200px) {
	#home-question .info {
		font-size: 18px;
	}
}

#home-question .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

#home-question .info::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#home-question .info::-webkit-scrollbar-thumb {
	background-color: rgb(85, 85, 85);
}

#home-question .accordion-button:not(.collapsed) {
	background-color: rgb(29, 37, 42) !important;
	border-radius: 20px 20px 0px 0px;
	box-shadow: none !important;
	border: none !important;
	color: white !important;
}

#home-question .accordion-button.collapsed {
	background-color: rgb(254, 254, 254) !important;
	border-radius: 24px;
	box-shadow: none !important;
	border: none !important;
}

#home-question .accordion-button {
	background-color: white !important;
	border-radius: 24px;
}

#home-question .accordion {
	--bs-accordion-bg: black !important;
	--bs-accordion-border-color: white !important;
	--bs-accordion-btn-focus-border-color: black !important;
	--bs-accordion-btn-focus-box-shadow: black !important;
}

#home-question .accordion-item {
	background-color: rgb(254, 254, 254);
	border-radius: 22px;
	border-width: 1.5px 4px 4px 1.5px;
	border-style: solid;
	border-color: rgb(159, 186, 193);
}

#home-question .accordion {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-border-radius: 0px !important;
}

#home-blog .padding-12 {
	padding-left: 12px;
	padding-right: 12px;
}

#home-blog .more {
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	color: #1D252A;
	padding: 8.5px 16px;
	border-radius: 10px;
	border: 2px solid #1D252A;
}

@media (min-width: 768px) {
	#home-blog .more {
		font-size: 16px;
		color: #1D252A;
		padding: 8.5px 24px;
	}
}

#home-blog .more:hover {
	background-color: #1D252A;
	color: white;
}

#home-blog .box {
	padding: 16px;
	border-width: 2px 6px 6px 2px;
	border-style: solid;
	border-color: rgb(58, 73, 80);
	box-shadow: 0px 2px 8px 0px rgba(65, 74, 83, 0.18);
	border-radius: 24px;
}

#home-blog .box .calendare {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5.5px 0px;
}

#home-blog .box .calendare span {
	padding: 5.5px 12px;
	border-radius: 8px;
	background-color: rgb(243, 246, 248);
	font-size: 14px;
	font-weight: 400;
	line-height: 21.22px;
}

#home-blog .box .box-title {
	margin-bottom: 16px;
}

#home-blog .box .box-title a {
	font-size: 18px;
	font-weight: 700;
	line-height: 27.34px;
	text-align: right;
	color: rgb(29, 37, 42);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (min-width: 768px) {
	#home-blog .box .box-title a {
		font-size: 20px;
		line-height: 31.34px;
	}
}

#home-blog .box .box-title a:hover {
	color: #1049b3;
}

#home-blog .box .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-align: right;
	color: rgb(52, 63, 69);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (min-width: 768px) {
	#home-blog .box .desc {
		font-size: 16px;
		line-height: 27px;
	}
}

#home-contact {
	background-image: url("assets/images/contact.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home-contact .row {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#home-contact .row {
		padding-top: 61px;
		padding-bottom: 61px;
	}
}

#home-contact .row .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34.25px;
	text-align: center;
	color: rgb(254, 254, 254);
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	#home-contact .row .title {
		font-size: 30px;
		line-height: 44.25px;
		text-align: right;
	}
}

@media (min-width: 992px) {
	#home-contact .row .title {
		font-size: 35px;
		line-height: 54.25px;
	}
}

@media (min-width: 1200px) {
	#home-contact .row .title {
		font-size: 41px;
		line-height: 64.25px;
	}
}

#home-contact .row .subtitle {
	font-size: 14px;
	font-weight: 700;
	line-height: 20.34px;
	text-align: center;
	color: rgb(254, 254, 254);
}

@media (min-width: 768px) {
	#home-contact .row .subtitle {
		font-size: 16px;
		line-height: 23.34px;
		text-align: right;
	}
}

@media (min-width: 992px) {
	#home-contact .row .subtitle {
		font-size: 18px;
		line-height: 27.34px;
	}
}

@media (min-width: 1200px) {
	#home-contact .row .subtitle {
		font-size: 20px;
		line-height: 31.34px;
	}
}

#home-contact .row .more-1,
#home-contact .row .more-2 {
	padding: 10.5px 106px;
	background-color: rgb(254, 254, 254);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(29, 37, 42);
	border: 2px solid rgb(254, 254, 254);
}

#home-contact .row .more-1:hover,
#home-contact .row .more-2:hover {
	background-color: transparent;
	color: rgb(254, 254, 254);
}

#home-contact .row .more-2 {
	margin-top: 16px;
	background-color: transparent;
	color: rgb(254, 254, 254);
}

#home-contact .row .more-2:hover {
	background-color: rgb(254, 254, 254);
	color: rgb(29, 37, 42);
}

#header .section-1 .navbar-toggler,
#header #home-demo .row .section-2 .navbar-toggler,
#home-demo .row #header .section-2 .navbar-toggler,
#header #home-demo .row .section-3 .navbar-toggler,
#home-demo .row #header .section-3 .navbar-toggler,
#header #home-demo .row .section-4 .navbar-toggler,
#home-demo .row #header .section-4 .navbar-toggler {
	border: none;
}

.header-1 {
	position: sticky;
	top: -1px;
	z-index: 10002;
	background-color: #ffffff;
}

#header .section-1 .navbar-toggler:focus,
#header #home-demo .row .section-2 .navbar-toggler:focus,
#home-demo .row #header .section-2 .navbar-toggler:focus,
#header #home-demo .row .section-3 .navbar-toggler:focus,
#home-demo .row #header .section-3 .navbar-toggler:focus,
#header #home-demo .row .section-4 .navbar-toggler:focus,
#home-demo .row #header .section-4 .navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

#header .section-1 .nav-item a,
#header #home-demo .row .section-2 .nav-item a,
#home-demo .row #header .section-2 .nav-item a,
#header #home-demo .row .section-3 .nav-item a,
#home-demo .row #header .section-3 .nav-item a,
#header #home-demo .row .section-4 .nav-item a,
#home-demo .row #header .section-4 .nav-item a {
	font-size: 18px;
	margin-left: 16px;
	color: rgb(29, 37, 42);
}

@media (min-width: 992px) {

	#header .section-1 .nav-item a,
	#header #home-demo .row .section-2 .nav-item a,
	#home-demo .row #header .section-2 .nav-item a,
	#header #home-demo .row .section-3 .nav-item a,
	#home-demo .row #header .section-3 .nav-item a,
	#header #home-demo .row .section-4 .nav-item a,
	#home-demo .row #header .section-4 .nav-item a {
		font-size: 18px;
		font-weight: 500;
		line-height: 27.59px;
		color: rgb(29, 37, 42);
	}

	#header .section-1 .nav-item a:hover,
	#header #home-demo .row .section-2 .nav-item a:hover,
	#home-demo .row #header .section-2 .nav-item a:hover,
	#header #home-demo .row .section-3 .nav-item a:hover,
	#home-demo .row #header .section-3 .nav-item a:hover,
	#header #home-demo .row .section-4 .nav-item a:hover,
	#home-demo .row #header .section-4 .nav-item a:hover {
		color: #1255cf;
	}
}

#header .section-1 .nav-item .dropdown-menu a,
#header #home-demo .row .section-2 .nav-item .dropdown-menu a,
#home-demo .row #header .section-2 .nav-item .dropdown-menu a,
#header #home-demo .row .section-3 .nav-item .dropdown-menu a,
#home-demo .row #header .section-3 .nav-item .dropdown-menu a,
#header #home-demo .row .section-4 .nav-item .dropdown-menu a,
#home-demo .row #header .section-4 .nav-item .dropdown-menu a {
	font-size: 17px;
	margin-right: 10px;
	margin-left: 10px;
	color: rgb(29, 37, 42);
}

#header .section-1 .nav-item .dropdown-menu a:hover,
#header #home-demo .row .section-2 .nav-item .dropdown-menu a:hover,
#home-demo .row #header .section-2 .nav-item .dropdown-menu a:hover,
#header #home-demo .row .section-3 .nav-item .dropdown-menu a:hover,
#home-demo .row #header .section-3 .nav-item .dropdown-menu a:hover,
#header #home-demo .row .section-4 .nav-item .dropdown-menu a:hover,
#home-demo .row #header .section-4 .nav-item .dropdown-menu a:hover {
	background-color: rgb(243, 246, 248);
	color: #1255cf;

}

#header .section-1 .offcanvas-body ul,
#header #home-demo .row .section-2 .offcanvas-body ul,
#home-demo .row #header .section-2 .offcanvas-body ul,
#header #home-demo .row .section-3 .offcanvas-body ul,
#home-demo .row #header .section-3 .offcanvas-body ul,
#header #home-demo .row .section-4 .offcanvas-body ul,
#home-demo .row #header .section-4 .offcanvas-body ul {
	line-height: 35px;
}

#header .section-1 .dropdown-menu,
#header #home-demo .row .section-2 .dropdown-menu,
#home-demo .row #header .section-2 .dropdown-menu,
#header #home-demo .row .section-3 .dropdown-menu,
#home-demo .row #header .section-3 .dropdown-menu,
#header #home-demo .row .section-4 .dropdown-menu,
#home-demo .row #header .section-4 .dropdown-menu {
	--bs-dropdown-link-active-bg: white;
	--bs-dropdown-border-color: white;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}

#header .section-1 .dropdown-menu li,
#header #home-demo .row .section-2 .dropdown-menu li,
#home-demo .row #header .section-2 .dropdown-menu li,
#header #home-demo .row .section-3 .dropdown-menu li,
#home-demo .row #header .section-3 .dropdown-menu li,
#header #home-demo .row .section-4 .dropdown-menu li,
#home-demo .row #header .section-4 .dropdown-menu li {
	position: relative;
}

#header .section-1 .dropdown-menu .dropdown-submenu,
#header #home-demo .row .section-2 .dropdown-menu .dropdown-submenu,
#home-demo .row #header .section-2 .dropdown-menu .dropdown-submenu,
#header #home-demo .row .section-3 .dropdown-menu .dropdown-submenu,
#home-demo .row #header .section-3 .dropdown-menu .dropdown-submenu,
#header #home-demo .row .section-4 .dropdown-menu .dropdown-submenu,
#home-demo .row #header .section-4 .dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100% !important;
	top: -7px;
}

#header .section-1 .dropdown-menu .dropdown-submenu-left,
#header #home-demo .row .section-2 .dropdown-menu .dropdown-submenu-left,
#home-demo .row #header .section-2 .dropdown-menu .dropdown-submenu-left,
#header #home-demo .row .section-3 .dropdown-menu .dropdown-submenu-left,
#home-demo .row #header .section-3 .dropdown-menu .dropdown-submenu-left,
#header #home-demo .row .section-4 .dropdown-menu .dropdown-submenu-left,
#home-demo .row #header .section-4 .dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

#header .section-1 .dropdown-menu .dropdown-menu li:hover .dropdown-submenu,
#header #home-demo .row .section-2 .dropdown-menu .dropdown-menu li:hover .dropdown-submenu,
#home-demo .row #header .section-2 .dropdown-menu .dropdown-menu li:hover .dropdown-submenu,
#header #home-demo .row .section-3 .dropdown-menu .dropdown-menu li:hover .dropdown-submenu,
#home-demo .row #header .section-3 .dropdown-menu .dropdown-menu li:hover .dropdown-submenu,
#header #home-demo .row .section-4 .dropdown-menu .dropdown-menu li:hover .dropdown-submenu,
#home-demo .row #header .section-4 .dropdown-menu .dropdown-menu li:hover .dropdown-submenu {
	display: block;
}

#header .section-1 .dropdown-menu .toggle::after,
#header #home-demo .row .section-2 .dropdown-menu .toggle::after,
#home-demo .row #header .section-2 .dropdown-menu .toggle::after,
#header #home-demo .row .section-3 .dropdown-menu .toggle::after,
#home-demo .row #header .section-3 .dropdown-menu .toggle::after,
#header #home-demo .row .section-4 .dropdown-menu .toggle::after,
#home-demo .row #header .section-4 .dropdown-menu .toggle::after {
	content: "&#9660;";
	font-size: 12px;
	margin-right: 12px;
}

@media (min-width: 992px) {

	#header .section-1 .navbar-nav li:hover .dropdown-menu,
	#header #home-demo .row .section-2 .navbar-nav li:hover .dropdown-menu,
	#home-demo .row #header .section-2 .navbar-nav li:hover .dropdown-menu,
	#header #home-demo .row .section-3 .navbar-nav li:hover .dropdown-menu,
	#home-demo .row #header .section-3 .navbar-nav li:hover .dropdown-menu,
	#header #home-demo .row .section-4 .navbar-nav li:hover .dropdown-menu,
	#home-demo .row #header .section-4 .navbar-nav li:hover .dropdown-menu {
		display: block;
	}
}

#header .section-1 .menu-item.current-menu-item.current_page_item a,
#header #home-demo .row .section-2 .menu-item.current-menu-item.current_page_item a,
#home-demo .row #header .section-2 .menu-item.current-menu-item.current_page_item a,
#header #home-demo .row .section-3 .menu-item.current-menu-item.current_page_item a,
#home-demo .row #header .section-3 .menu-item.current-menu-item.current_page_item a,
#header #home-demo .row .section-4 .menu-item.current-menu-item.current_page_item a,
#home-demo .row #header .section-4 .menu-item.current-menu-item.current_page_item a {
	color: var(--success);
}

#header .section-1 .navbar-brand img,
#header #home-demo .row .section-2 .navbar-brand img,
#home-demo .row #header .section-2 .navbar-brand img,
#header #home-demo .row .section-3 .navbar-brand img,
#home-demo .row #header .section-3 .navbar-brand img,
#header #home-demo .row .section-4 .navbar-brand img,
#home-demo .row #header .section-4 .navbar-brand img {
	width: 97px;
	height: 45px;
}

@media (min-width: 768px) {

	#header .section-1 .navbar-brand img,
	#header #home-demo .row .section-2 .navbar-brand img,
	#home-demo .row #header .section-2 .navbar-brand img,
	#header #home-demo .row .section-3 .navbar-brand img,
	#home-demo .row #header .section-3 .navbar-brand img,
	#header #home-demo .row .section-4 .navbar-brand img,
	#home-demo .row #header .section-4 .navbar-brand img {
		width: 141px;
		height: 62px;
	}
}

#header .section-1 .dropdown-toggle::after,
#header #home-demo .row .section-2 .dropdown-toggle::after,
#home-demo .row #header .section-2 .dropdown-toggle::after,
#header #home-demo .row .section-3 .dropdown-toggle::after,
#home-demo .row #header .section-3 .dropdown-toggle::after,
#header #home-demo .row .section-4 .dropdown-toggle::after,
#home-demo .row #header .section-4 .dropdown-toggle::after {
	margin-right: 5px !important;
	vertical-align: 0.1em !important;
}

@media (min-width: 992px) {

	#header .section-1 .offcanvas,
	#header #home-demo .row .section-2 .offcanvas,
	#home-demo .row #header .section-2 .offcanvas,
	#header #home-demo .row .section-3 .offcanvas,
	#home-demo .row #header .section-3 .offcanvas,
	#header #home-demo .row .section-4 .offcanvas,
	#home-demo .row #header .section-4 .offcanvas {
		width: 89% !important;
	}
}

@media (min-width: 1200px) {

	#header .section-1 .offcanvas,
	#header #home-demo .row .section-2 .offcanvas,
	#home-demo .row #header .section-2 .offcanvas,
	#header #home-demo .row .section-3 .offcanvas,
	#home-demo .row #header .section-3 .offcanvas,
	#header #home-demo .row .section-4 .offcanvas,
	#home-demo .row #header .section-4 .offcanvas {
		width: 70% !important;
	}
}

#header .section-1 .more-box,
#header #home-demo .row .section-2 .more-box,
#home-demo .row #header .section-2 .more-box,
#header #home-demo .row .section-3 .more-box,
#home-demo .row #header .section-3 .more-box,
#header #home-demo .row .section-4 .more-box,
#home-demo .row #header .section-4 .more-box {
	width: 116px;
}

@media (min-width: 992px) {

	#header .section-1 .more-box,
	#header #home-demo .row .section-2 .more-box,
	#home-demo .row #header .section-2 .more-box,
	#header #home-demo .row .section-3 .more-box,
	#home-demo .row #header .section-3 .more-box,
	#header #home-demo .row .section-4 .more-box,
	#home-demo .row #header .section-4 .more-box {
		width: 11% !important;
	}
}

@media (min-width: 1200px) {

	#header .section-1 .more-box,
	#header #home-demo .row .section-2 .more-box,
	#home-demo .row #header .section-2 .more-box,
	#header #home-demo .row .section-3 .more-box,
	#home-demo .row #header .section-3 .more-box,
	#header #home-demo .row .section-4 .more-box,
	#home-demo .row #header .section-4 .more-box {
		width: 29% !important;
	}
}

@media (min-width: 1400px) {

	#header .section-1 .more-box,
	#header #home-demo .row .section-2 .more-box,
	#home-demo .row #header .section-2 .more-box,
	#header #home-demo .row .section-3 .more-box,
	#home-demo .row #header .section-3 .more-box,
	#header #home-demo .row .section-4 .more-box,
	#home-demo .row #header .section-4 .more-box {
		width: 29.5% !important;
	}
}

#header .section-1 .more-box .more,
#header #home-demo .row .section-2 .more-box .more,
#home-demo .row #header .section-2 .more-box .more,
#header #home-demo .row .section-3 .more-box .more,
#home-demo .row #header .section-3 .more-box .more,
#header #home-demo .row .section-4 .more-box .more,
#home-demo .row #header .section-4 .more-box .more {
	position: relative;
	display: block;
	height: 44px;
}

#header .section-1 .more-box .more .yellow,
#header #home-demo .row .section-2 .more-box .more .yellow,
#home-demo .row #header .section-2 .more-box .more .yellow,
#header #home-demo .row .section-3 .more-box .more .yellow,
#home-demo .row #header .section-3 .more-box .more .yellow,
#header #home-demo .row .section-4 .more-box .more .yellow,
#home-demo .row #header .section-4 .more-box .more .yellow {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 40px;
	width: 40px;
	background-color: rgb(255, 227, 65);
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(29, 37, 42);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	z-index: 10;
	padding-top: 2.5px;
}

@media (min-width: 1200px) {

	#header .section-1 .more-box .more .yellow,
	#header #home-demo .row .section-2 .more-box .more .yellow,
	#home-demo .row #header .section-2 .more-box .more .yellow,
	#header #home-demo .row .section-3 .more-box .more .yellow,
	#home-demo .row #header .section-3 .more-box .more .yellow,
	#header #home-demo .row .section-4 .more-box .more .yellow,
	#home-demo .row #header .section-4 .more-box .more .yellow {
		width: 190px;
	}
}

@media (min-width: 1400px) {

	#header .section-1 .more-box .more .yellow,
	#header #home-demo .row .section-2 .more-box .more .yellow,
	#home-demo .row #header .section-2 .more-box .more .yellow,
	#header #home-demo .row .section-3 .more-box .more .yellow,
	#home-demo .row #header .section-3 .more-box .more .yellow,
	#header #home-demo .row .section-4 .more-box .more .yellow,
	#home-demo .row #header .section-4 .more-box .more .yellow {
		width: 197px;
	}
}

#header .section-1 .more-box .more .yellow:hover,
#header #home-demo .row .section-2 .more-box .more .yellow:hover,
#home-demo .row #header .section-2 .more-box .more .yellow:hover,
#header #home-demo .row .section-3 .more-box .more .yellow:hover,
#home-demo .row #header .section-3 .more-box .more .yellow:hover,
#header #home-demo .row .section-4 .more-box .more .yellow:hover,
#home-demo .row #header .section-4 .more-box .more .yellow:hover {
	background-color: #e4c300;
}

#header .section-1 .more-box .more .dark,
#header #home-demo .row .section-2 .more-box .more .dark,
#home-demo .row #header .section-2 .more-box .more .dark,
#header #home-demo .row .section-3 .more-box .more .dark,
#home-demo .row #header .section-3 .more-box .more .dark,
#header #home-demo .row .section-4 .more-box .more .dark,
#home-demo .row #header .section-4 .more-box .more .dark {
	position: absolute;
	top: 4px;
	right: 16px;
	height: 40px;
	width: 40px;
	background-color: rgb(73, 101, 113);
	border-radius: 10px;
	z-index: 5;
}

@media (min-width: 1200px) {

	#header .section-1 .more-box .more .dark,
	#header #home-demo .row .section-2 .more-box .more .dark,
	#home-demo .row #header .section-2 .more-box .more .dark,
	#header #home-demo .row .section-3 .more-box .more .dark,
	#home-demo .row #header .section-3 .more-box .more .dark,
	#header #home-demo .row .section-4 .more-box .more .dark,
	#home-demo .row #header .section-4 .more-box .more .dark {
		width: 190px;
	}
}

@media (min-width: 1400px) {

	#header .section-1 .more-box .more .dark,
	#header #home-demo .row .section-2 .more-box .more .dark,
	#home-demo .row #header .section-2 .more-box .more .dark,
	#header #home-demo .row .section-3 .more-box .more .dark,
	#home-demo .row #header .section-3 .more-box .more .dark,
	#header #home-demo .row .section-4 .more-box .more .dark,
	#home-demo .row #header .section-4 .more-box .more .dark {
		width: 197px;
	}
}

#header .section-1 .more-box .more-2,
#header #home-demo .row .section-2 .more-box .more-2,
#home-demo .row #header .section-2 .more-box .more-2,
#header #home-demo .row .section-3 .more-box .more-2,
#home-demo .row #header .section-3 .more-box .more-2,
#header #home-demo .row .section-4 .more-box .more-2,
#home-demo .row #header .section-4 .more-box .more-2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	padding: 6.5px 8px;
	border: 2px solid rgb(29, 37, 42);
	border-radius: 10px;
	color: rgb(29, 37, 42);
}

@media (min-width: 1200px) {

	#header .section-1 .more-box .more-2,
	#header #home-demo .row .section-2 .more-box .more-2,
	#home-demo .row #header .section-2 .more-box .more-2,
	#header #home-demo .row .section-3 .more-box .more-2,
	#home-demo .row #header .section-3 .more-box .more-2,
	#header #home-demo .row .section-4 .more-box .more-2,
	#home-demo .row #header .section-4 .more-box .more-2 {
		padding: 6.5px 29.5px;
	}
}

#header .section-1 .more-box .more-2:hover,
#header #home-demo .row .section-2 .more-box .more-2:hover,
#home-demo .row #header .section-2 .more-box .more-2:hover,
#header #home-demo .row .section-3 .more-box .more-2:hover,
#home-demo .row #header .section-3 .more-box .more-2:hover,
#header #home-demo .row .section-4 .more-box .more-2:hover,
#home-demo .row #header .section-4 .more-box .more-2:hover {
	background-color: #e4c300;
}

#header .section-2 {
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid rgb(225, 234, 236);
	border-bottom: 1px solid rgb(225, 234, 236);
}

#header .section-2 .text {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	color: rgb(58, 73, 80);
}

#header .section-2 .text.blue {
	color: rgb(0, 114, 180);
}

#header .section-2 .line {
	width: 2.5px;
	height: 36px;
	background-color: rgb(225, 234, 236);
	margin: 0px 12px;
}

#header .section-2 .question {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	color: rgb(58, 73, 80);
}

#header .section-2 .question:hover {
	color: #1049b3;
}

#header .section-2 .number .text {
	font-size: 18px;
	font-weight: 700;
	line-height: 28.21px;
	text-align: center;
	color: rgb(64, 85, 94);
}

#header .section-2 .number .text-bold {
	font-size: 20px;
	font-weight: 700;
	line-height: 36.04px;
	color: rgb(52, 63, 69);
}

@media (min-width: 768px) {
	#header .section-2 .number .text-bold {
		font-size: 23px;
	}
}

#header .section-2 .number:hover span {
	color: #1049b3;
}

#footer .section-1 .information,
#footer #home-demo .row .section-2 .information,
#home-demo .row #footer .section-2 .information,
#footer #home-demo .row .section-3 .information,
#home-demo .row #footer .section-3 .information,
#footer #home-demo .row .section-4 .information,
#home-demo .row #footer .section-4 .information {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: justify;
	color: rgb(52, 63, 69);
	margin-top: 24px;
}

#footer .section-1 .more-box,
#footer #home-demo .row .section-2 .more-box,
#home-demo .row #footer .section-2 .more-box,
#footer #home-demo .row .section-3 .more-box,
#home-demo .row #footer .section-3 .more-box,
#footer #home-demo .row .section-4 .more-box,
#home-demo .row #footer .section-4 .more-box {
	margin-top: 24px;
}


#footer #home-demo .row .section-2 .more-box .more,
#home-demo .row #footer .section-2 .more-box .more,
#footer #home-demo .row .section-3 .more-box .more,
#home-demo .row #footer .section-3 .more-box .more,
#footer #home-demo .row .section-4 .more-box .more,
#home-demo .row #footer .section-4 .more-box .more {
	background-color: rgb(243, 246, 248);
	padding: 16px;
	border-radius: 12px;
	margin-left: 28px;
}

#footer .section-1 .more-box .more {
	background-color: rgb(243, 246, 248);
	padding: 8px;
	border-radius: 12px;
	margin-left: 28px;
}

#footer .section-1 .more-box .more:hover {
	background-color: rgb(210, 210, 210);
}

#footer .section-1 .more-box .more:hover,
#footer #home-demo .row .section-2 .more-box .more:hover,
#home-demo .row #footer .section-2 .more-box .more:hover,
#footer #home-demo .row .section-3 .more-box .more:hover,
#home-demo .row #footer .section-3 .more-box .more:hover,
#footer #home-demo .row .section-4 .more-box .more:hover,
#home-demo .row #footer .section-4 .more-box .more:hover {
	background-color: rgb(210, 210, 210);
}

#footer .section-1 .text-box,
#footer #home-demo .row .section-2 .text-box,
#home-demo .row #footer .section-2 .text-box,
#footer #home-demo .row .section-3 .text-box,
#home-demo .row #footer .section-3 .text-box,
#footer #home-demo .row .section-4 .text-box,
#home-demo .row #footer .section-4 .text-box {
	margin-left: 20px;
}

@media (min-width: 768px) {

	#footer .section-1 .text-box,
	#footer #home-demo .row .section-2 .text-box,
	#home-demo .row #footer .section-2 .text-box,
	#footer #home-demo .row .section-3 .text-box,
	#home-demo .row #footer .section-3 .text-box,
	#footer #home-demo .row .section-4 .text-box,
	#home-demo .row #footer .section-4 .text-box {
		margin-left: 32px;
	}
}

#footer .section-1 .text-box .text,
#footer #home-demo .row .section-2 .text-box .text,
#home-demo .row #footer .section-2 .text-box .text,
#footer #home-demo .row .section-3 .text-box .text,
#home-demo .row #footer .section-3 .text-box .text,
#footer #home-demo .row .section-4 .text-box .text,
#home-demo .row #footer .section-4 .text-box .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(64, 85, 94);
}

#footer .section-1 .text-box .text-bold,
#footer #home-demo .row .section-2 .text-box .text-bold,
#home-demo .row #footer .section-2 .text-box .text-bold,
#footer #home-demo .row .section-3 .text-box .text-bold,
#home-demo .row #footer .section-3 .text-box .text-bold,
#footer #home-demo .row .section-4 .text-box .text-bold,
#home-demo .row #footer .section-4 .text-box .text-bold {
	font-size: 16px;
	font-weight: 700;
	line-height: 25.07px;
	color: rgb(52, 63, 69);
}

#footer .section-1 .number,
#footer #home-demo .row .section-2 .number,
#home-demo .row #footer .section-2 .number,
#footer #home-demo .row .section-3 .number,
#home-demo .row #footer .section-3 .number,
#footer #home-demo .row .section-4 .number,
#home-demo .row #footer .section-4 .number {
	display: flex;
	align-items: center;
}

#footer .section-1 .number .text,
#footer #home-demo .row .section-2 .number .text,
#home-demo .row #footer .section-2 .number .text,
#footer #home-demo .row .section-3 .number .text,
#home-demo .row #footer .section-3 .number .text,
#footer #home-demo .row .section-4 .number .text,
#home-demo .row #footer .section-4 .number .text {
	color: rgba(64, 85, 94, 1);
	font-size: 22px;
	font-weight: 500;
	line-height: 33.73px;

}

#footer .section-1 .number .text-bold,
#footer #home-demo .row .section-2 .number .text-bold,
#home-demo .row #footer .section-2 .number .text-bold,
#footer #home-demo .row .section-3 .number .text-bold,
#home-demo .row #footer .section-3 .number .text-bold,
#footer #home-demo .row .section-4 .number .text-bold,
#home-demo .row #footer .section-4 .number .text-bold {
	font-size: 18px;
	font-weight: 800;
	line-height: 39.57px;
	text-align: left;
	color: rgb(29, 37, 42);
}

@media (min-width: 768px) {

	#footer .section-1 .number .text-bold,
	#footer #home-demo .row .section-2 .number .text-bold,
	#home-demo .row #footer .section-2 .number .text-bold,
	#footer #home-demo .row .section-3 .number .text-bold,
	#home-demo .row #footer .section-3 .number .text-bold,
	#footer #home-demo .row .section-4 .number .text-bold,
	#home-demo .row #footer .section-4 .number .text-bold {
		font-size: 20px;
	}
}

@media (min-width: 992px) {

	#footer .section-1 .number .text-bold,
	#footer #home-demo .row .section-2 .number .text-bold,
	#home-demo .row #footer .section-2 .number .text-bold,
	#footer #home-demo .row .section-3 .number .text-bold,
	#home-demo .row #footer .section-3 .number .text-bold,
	#footer #home-demo .row .section-4 .number .text-bold,
	#home-demo .row #footer .section-4 .number .text-bold {
		font-size: 25px;
		line-height: 39.57px;
	}
}

#footer .section-1 .number:hover .text,
#footer #home-demo .row .section-2 .number:hover .text,
#home-demo .row #footer .section-2 .number:hover .text,
#footer #home-demo .row .section-3 .number:hover .text,
#home-demo .row #footer .section-3 .number:hover .text,
#footer #home-demo .row .section-4 .number:hover .text,
#home-demo .row #footer .section-4 .number:hover .text {
	color: #1049b3;
}

#footer .section-1 .number:hover .text-bold,
#footer #home-demo .row .section-2 .number:hover .text-bold,
#home-demo .row #footer .section-2 .number:hover .text-bold,
#footer #home-demo .row .section-3 .number:hover .text-bold,
#home-demo .row #footer .section-3 .number:hover .text-bold,
#footer #home-demo .row .section-4 .number:hover .text-bold,
#home-demo .row #footer .section-4 .number:hover .text-bold {
	color: #1049b3;
}

#footer .section-1 .address-box,
#footer .section-1 .email-box,
#footer #home-demo .row .section-2 .address-box,
#footer #home-demo .row .section-2 .email-box,
#home-demo .row #footer .section-2 .address-box,
#home-demo .row #footer .section-2 .email-box,
#footer #home-demo .row .section-3 .address-box,
#footer #home-demo .row .section-3 .email-box,
#home-demo .row #footer .section-3 .address-box,
#home-demo .row #footer .section-3 .email-box,
#footer #home-demo .row .section-4 .address-box,
#footer #home-demo .row .section-4 .email-box,
#home-demo .row #footer .section-4 .address-box,
#home-demo .row #footer .section-4 .email-box {
	margin-top: 24px;
	margin-bottom: 24px;
}

@media (min-width: 768px) {

	#footer .section-1 .address-box,
	#footer .section-1 .email-box,
	#footer #home-demo .row .section-2 .address-box,
	#footer #home-demo .row .section-2 .email-box,
	#home-demo .row #footer .section-2 .address-box,
	#home-demo .row #footer .section-2 .email-box,
	#footer #home-demo .row .section-3 .address-box,
	#footer #home-demo .row .section-3 .email-box,
	#home-demo .row #footer .section-3 .address-box,
	#home-demo .row #footer .section-3 .email-box,
	#footer #home-demo .row .section-4 .address-box,
	#footer #home-demo .row .section-4 .email-box,
	#home-demo .row #footer .section-4 .address-box,
	#home-demo .row #footer .section-4 .email-box {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

#footer .section-1 .address-box .text,
#footer .section-1 .email-box .text,
#footer #home-demo .row .section-2 .address-box .text,
#footer #home-demo .row .section-2 .email-box .text,
#home-demo .row #footer .section-2 .address-box .text,
#home-demo .row #footer .section-2 .email-box .text,
#footer #home-demo .row .section-3 .address-box .text,
#footer #home-demo .row .section-3 .email-box .text,
#home-demo .row #footer .section-3 .address-box .text,
#home-demo .row #footer .section-3 .email-box .text,
#footer #home-demo .row .section-4 .address-box .text,
#footer #home-demo .row .section-4 .email-box .text,
#home-demo .row #footer .section-4 .address-box .text,
#home-demo .row #footer .section-4 .email-box .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(64, 85, 94);
	margin-bottom: 8px;
}

#footer .section-1 .address-box .text-bold,
#footer .section-1 .email-box .text-bold,
#footer #home-demo .row .section-2 .address-box .text-bold,
#footer #home-demo .row .section-2 .email-box .text-bold,
#home-demo .row #footer .section-2 .address-box .text-bold,
#home-demo .row #footer .section-2 .email-box .text-bold,
#footer #home-demo .row .section-3 .address-box .text-bold,
#footer #home-demo .row .section-3 .email-box .text-bold,
#home-demo .row #footer .section-3 .address-box .text-bold,
#home-demo .row #footer .section-3 .email-box .text-bold,
#footer #home-demo .row .section-4 .address-box .text-bold,
#footer #home-demo .row .section-4 .email-box .text-bold,
#home-demo .row #footer .section-4 .address-box .text-bold,
#home-demo .row #footer .section-4 .email-box .text-bold {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(29, 37, 42);
}

#footer .section-1 .email-box,
#footer #home-demo .row .section-2 .email-box,
#home-demo .row #footer .section-2 .email-box,
#footer #home-demo .row .section-3 .email-box,
#home-demo .row #footer .section-3 .email-box,
#footer #home-demo .row .section-4 .email-box,
#home-demo .row #footer .section-4 .email-box {
	margin-bottom: 0px;
}

#footer .section-1 .email-box .text-bold:hover,
#footer #home-demo .row .section-2 .email-box .text-bold:hover,
#home-demo .row #footer .section-2 .email-box .text-bold:hover,
#footer #home-demo .row .section-3 .email-box .text-bold:hover,
#home-demo .row #footer .section-3 .email-box .text-bold:hover,
#footer #home-demo .row .section-4 .email-box .text-bold:hover,
#home-demo .row #footer .section-4 .email-box .text-bold:hover {
	color: #1049b3;
}
/* ////////////////////cf7/////////////////////// */
#footer .section-2 {
	background-color: rgb(243, 246, 248);
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .section-2 .wpcf7.js {
    position: relative;
    width: 388px;
}

#footer .section-2 .wpcf7.js p {
    height: 56px !important;
    padding: 8px !important;
    border-radius: 16px !important;
    background-color: #FEFEFE !important;
    margin-bottom: 0px !important;
}

#footer .section-2 .wpcf7.js .wpcf7-form {
    position: relative;
}

#footer .section-2 .wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    width: 75% !important;
    border-radius: 8px !important;
    direction: rtl !important;
    text-align: right !important;
    border: none !important;
    color: #000 !important;
	outline: none !important;
	margin-top: 8px;
}

#footer .section-2 input[type="email"]::placeholder {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #475569 !important;
}

#footer .section-2 .wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 25% !important;
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background-color:rgb(255, 227, 65) !important;
    color: rgba(29, 37, 42, 1) !important;
    border: none !important;
}

#footer .section-2 .wpcf7-not-valid-tip {
	margin-top: 18px !important;
  }
#footer .section-2 .wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 0em 0em !important;
    padding: 0.2em !important;
}
#footer .section-2 .wpcf7-spinner {
	position: absolute !important;
	top: 70px !important;
	right: 70px !important;
  }
/* ////////////////////cf7-end/////////////////////// */


#footer .section-2 .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(64, 85, 94);
	margin-bottom: 12px;
}

#footer .section-3 .footer-menu li {
	display: flex;
	align-items: center;
	margin-left: 16px;
}

#footer .section-3 .footer-menu li::after {
	content: ' ';
	background-image: url('./assets/images/Arrow-Left.png');
	background-size: 17px 17px;
	height: 17px;
	width: 17px;
	margin-right: 4px;
	display: inline-block;
}



#footer .section-3 .footer-menu li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	color: rgb(29, 37, 42);
}

@media (min-width: 992px) {
	#footer .section-3 .footer-menu li a {
		font-size: 16px;
	}
}

#footer .section-3 .footer-menu li a:hover {
	color: #1049b3;
}

#footer .section-3 .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21.22px;
	color: rgb(64, 85, 94);
}

#footer .section-3 a.text:hover {
	color: #1049b3;
}

@media (min-width: 768px) {
	#footer .section-3 .text {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	#footer .section-3 .text {
		font-size: 14px;
	}
}



#footer .section-3 .dev-box .sepraitor-right {
	display: none;
}

#footer .section-3 .dev-box .sepraitor-left {
	display: none;
}

#footer .section-3 .dev-box {
	margin-top: 24px;
}

@media (min-width: 768px) {
	#footer .section-3 .dev-box {
		margin-top: 0px;
	}
}

@media (min-width: 1200px) {


	#footer .section-3 .dev-box .sepraitor-right {
		width: 2.5px;
		height: 27px;
		background-color: #E1EAEC;
		display: block;
		margin-left: 55.5px;
	}

	#footer .section-3 .dev-box .sepraitor-left {
		width: 2.5px;
		height: 27px;
		background-color: #E1EAEC;
		display: block;
		margin-right: 55.5px;
	}

	#footer .section-3 .dev-box {
		margin-right: -16px;
	}


}

#footer .section-3 .copy-right {
	width: 100%;
	margin-top: 24px;
}

@media (min-width: 1200px) {
	#footer .section-3 .copy-right {
		width: auto;
		margin-top: 0px;

	}
}


#blog-head {
	padding-top: 32px;
	padding-bottom: 32px;
	background-color: rgb(255, 253, 231);
}

#blog-head .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32.41px;
	text-align: center;
	color: rgb(29, 37, 42);
	margin-bottom: 4px;
}

@media (min-width: 1200px) {
	#blog-head .title {
		font-size: 36px;
		line-height: 56.41px;
	}
}

#blog-head .braedcrumb .braedcrumb-item-link {
	font-size: 14px;
	font-weight: 500;
	line-height: 23.59px;
	color: rgb(52, 63, 69);
}

@media (min-width: 1200px) {
	#blog-head .braedcrumb .braedcrumb-item-link {
		font-size: 18px;
		line-height: 27.59px;
	}
}

#blog-head .braedcrumb .sepratore {
	margin: 0px 8px;
}

@media (min-width: 768px) {
	#blog-head .braedcrumb .sepratore {
		margin: 0px 16px;
	}
}

#blog-head .braedcrumb .breadcrumb-item-disable {
	font-size: 14px;
	font-weight: 700;
	line-height: 24.21px;
	color: rgb(29, 37, 42);
}

@media (min-width: 1200px) {
	#blog-head .braedcrumb .breadcrumb-item-disable {
		font-size: 18px;
		line-height: 28.21px;
	}
}

#blog-new {
	margin-top: 56px;
}

#blog-new .blog-image-right {
	max-width: 100%;
	height: 200px;
}

#blog-new .blog-image-left {
	max-width: 100%;
	height: 200px;
}

#blog-new .title {
	margin-bottom: 40px;
}

#blog-new .title .text {
	font-size: 24px;
	font-weight: 700;
	line-height: 34.14px;
	color: rgb(29, 37, 42);
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	#blog-new .title .text {
		font-size: 26px;
		line-height: 38.14px;
	}

	#blog-new .blog-image-right {
		max-width: 100%;
		height: 163px;
	}

	#blog-new .blog-image-left {
		max-width: 100%;
		height: 163px;
	}
}

@media (min-width: 992px) {
	#blog-new .title .text {
		font-size: 28px;
		line-height: 42.14px;
	}

	#blog-new .blog-image-right {
		max-width: 100%;
		height: 200.85px;
	}

	#blog-new .blog-image-left {
		max-width: 100%;
		height: 137.517px;
	}
}

@media (min-width: 1200px) {
	#blog-new .title .text {
		font-size: 30px;
		line-height: 46.14px;
	}

	#blog-new .blog-image-right {
		max-width: 100%;
		height: 261.7px;
	}

	#blog-new .blog-image-left {
		max-width: 100%;
		height: 178.083px;
	}
}

@media (min-width: 1400px) {
	#blog-new .title .text {
		font-size: 32px;
		line-height: 50.14px;
	}

	#blog-new .blog-image-right {
		max-width: 100%;
		height: 255.15px;
	}

	#blog-new .blog-image-left {
		max-width: 100%;
		height: 173.717px;
	}
}

#blog-new .title .line {
	width: 48px;
	height: 5px;
	background-color: rgb(239, 180, 0);
}

#blog-new .box-right {
	padding: 16px;
	border-width: 2px 6px 6px 2px;
	border-style: solid;
	border-color: rgb(58, 73, 80);
	box-shadow: 0px 2px 8px 0px rgba(65, 74, 83, 0.18);
	border-radius: 24px;
}

#blog-new .box-right .calendare {
	margin-top: 24px;
	margin-bottom: 0px;
	padding: 5.5px 0px;
}

@media (min-width: 992px) {
	#blog-new .box-right .calendare {
		margin-bottom: 24px;
	}
}

@media (min-width: 1200px) {
	#blog-new .box-right .calendare {
		margin-bottom: 21px;
	}
}

#blog-new .box-right .calendare span {
	padding: 5.5px 12px;
	border-radius: 8px;
	background-color: rgb(243, 246, 248);
	font-size: 14px;
	font-weight: 400;
	line-height: 21.22px;
}

#blog-new .box-right .box-title {
	margin-top: 16px;
	margin-bottom: 8px;
}

#blog-new .box-right .box-title a {
	font-size: 16px;
	font-weight: 700;
	line-height: 27.34px;
	text-align: right;
	color: rgb(29, 37, 42);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (min-width: 992px) {
	#blog-new .box-right .box-title a {
		font-size: 20px;
		line-height: 31.34px;
	}
}

#blog-new .box-right .box-title a:hover {
	color: #1049b3;
}

@media (min-width: 992px) {
	#blog-new .box-right .box-title {
		margin-bottom: 16px;
	}
}

#blog-new .box-right .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-align: right;
	color: rgb(52, 63, 69);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	#blog-new .box-right .desc {
		margin-bottom: 18px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	#blog-new .box-right .desc {
		margin-bottom: 13px;
	}
}

#blog-new .box-left {
	padding: 16px;
	border-width: 2px 6px 6px 2px;
	border-style: solid;
	border-color: rgb(58, 73, 80);
	box-shadow: 0px 2px 8px 0px rgba(65, 74, 83, 0.18);
	border-radius: 24px;
}

@media (min-width: 992px) {
	#blog-new .box-left {
		padding: 24px;
	}
}

#blog-new .box-left .calendare {
	margin-top: 24px;
	padding: 5.5px 0px;
}

@media (min-width: 992px) {
	#blog-new .box-left .calendare {
		margin-top: 22px;
	}
}

@media (min-width: 1200px) {
	#blog-new .box-left .calendare {
		margin-top: 24px;
	}
}

#blog-new .box-left .calendare span {
	padding: 5.5px 12px;
	border-radius: 8px;
	background-color: rgb(243, 246, 248);
	font-size: 14px;
	font-weight: 400;
	line-height: 21.22px;
}

#blog-new .box-left .box-title {
	margin-bottom: 8px;
}

#blog-new .box-left .box-title a {
	font-size: 16px;
	font-weight: 700;
	line-height: 27.34px;
	text-align: right;
	color: rgb(29, 37, 42);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (min-width: 992px) {
	#blog-new .box-left .box-title a {
		font-size: 20px;
		line-height: 31.34px;
	}
}

#blog-new .box-left .box-title a:hover {
	color: #1049b3;
}

#blog-new .box-left .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-align: right;
	color: rgb(52, 63, 69);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (min-width: 992px) {
	#blog-new .box-left .desc {
		font-size: 16px;
		line-height: 27px;
	}
}

#blog-all {
	margin-top: 88px;
}

#blog-all .title {
	margin-bottom: 40px;
}

#blog-all .title .text {
	font-size: 24px;
	font-weight: 700;
	line-height: 34.14px;
	color: rgb(29, 37, 42);
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	#blog-all .title .text {
		font-size: 26px;
		line-height: 38.14px;
	}
}

@media (min-width: 992px) {
	#blog-all .title .text {
		font-size: 28px;
		line-height: 42.14px;
	}
}

@media (min-width: 1200px) {
	#blog-all .title .text {
		font-size: 30px;
		line-height: 46.14px;
	}
}

@media (min-width: 1400px) {
	#blog-all .title .text {
		font-size: 32px;
		line-height: 50.14px;
	}
}

#blog-all .title .line {
	width: 48px;
	height: 5px;
	background-color: rgb(239, 180, 0);
}

#blog-all .box {
	padding: 16px;
	border-width: 2px 6px 6px 2px;
	border-style: solid;
	border-color: rgb(58, 73, 80);
	box-shadow: 0px 2px 8px 0px rgba(65, 74, 83, 0.18);
	border-radius: 24px;
}

#blog-all .box .calendare {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5.5px 0px;
}

#blog-all .box .calendare span {
	padding: 5.5px 12px;
	border-radius: 8px;
	background-color: rgb(243, 246, 248);
	font-size: 14px;
	font-weight: 400;
	line-height: 21.22px;
}

#blog-all .box .box-title {
	margin-bottom: 16px;
}

#blog-all .box .box-title a {
	font-size: 16px;
	font-weight: 700;
	line-height: 27.34px;
	text-align: right;
	color: rgb(29, 37, 42);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (min-width: 992px) {
	#blog-all .box .box-title a {
		font-size: 20px;
		line-height: 31.34px;
	}
}

#blog-all .box .box-title a:hover {
	color: #1049b3;
}

#blog-all .box .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-align: right;
	color: rgb(52, 63, 69);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (min-width: 992px) {
	#blog-all .box .desc {
		font-size: 16px;
		line-height: 27px;
	}
}







/* ///////////pagination///////// */
.blog-pagination .page-numbers {
	margin: 0px 5px;
	color: black;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid rgb(198, 215, 219);
	transition: all 0.1s linear;
	font-size: 14px;
	font-weight: 500;
	line-height: 21.46px;

}

.blog-pagination .page-numbers:hover {
	border: 1px solid rgb(239, 180, 0);


}

.blog-pagination .page-numbers.current {
	border: 1px solid rgb(239, 180, 0);

}

/* ///////////pagination-end///////// */

/* ///////////contact us///////// */

#contact-us-main {
	margin-top: 48px;
}

#contact-us-main .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 39.18px;
	color: rgba(29, 37, 42, 1);
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	#contact-us-main {
		margin-top: 32px;
	}
}

@media (min-width: 992px) {
	#contact-us-main {
		margin-top: 40px;
	}

	#contact-us-main .title {
		font-size: 25px;
		font-weight: 700;
		line-height: 39.18px;
		color: rgba(29, 37, 42, 1);
	}
}


#contact-us-main .box {
	padding: 24px 16px;
	border-radius: 24px;
	border: 2px solid rgba(198, 215, 219, 1);
	background: rgba(254, 254, 254, 1);

}

#contact-us-main .box:hover {
	background-color: rgba(220, 244, 255, 1);
	border: 2px solid rgba(178, 234, 255, 1);

}

#contact-us-main .box .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	text-align: right;
	color: rgba(52, 63, 69, 1);
}

#contact-us-main .box .text.bold {
	font-size: 20px;
	font-weight: 500;
	line-height: 30.66px;
	color: rgba(29, 37, 42, 1);
}

#contact-us-main .box .number {
	display: flex;
	align-items: center;
}

#contact-us-main .box .number:hover .blue,
#contact-us-main .box .number:hover .gray {
	color: #0d3a8f;
}

#contact-us-main .box .number .blue {
	font-size: 16px;
	font-weight: 700;
	line-height: 25.07px;
	color: rgba(0, 114, 180, 1);
}

#contact-us-main .box .number .gray {
	font-size: 14px;
	font-weight: 700;
	line-height: 21.94px;
	color: rgba(64, 85, 94, 1);
}

#contact-us-main .box .email .blue {
	font-size: 18px;
	font-weight: 700;
	line-height: 28.21px;
	text-align: right;

	color: rgba(0, 114, 180, 1);
}

#contact-us-main .box .email:hover .blue {
	color: #0d3a8f;
}

#contact-us-main .box .social {
	margin: 0px 10px;
}

#contact-us-main .box .social:hover svg path.svg {
	fill: #0d3a8f;
}

.title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34.14px;
	color: rgb(29, 37, 42);
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.title {
		font-size: 26px;
		line-height: 38.14px;
	}
}

@media (min-width: 992px) {
	.title {
		font-size: 28px;
		line-height: 42.14px;
	}
}

@media (min-width: 1200px) {
	.title {
		font-size: 30px;
		line-height: 46.14px;
	}
}

@media (min-width: 1400px) {
	.title {
		font-size: 32px;
		line-height: 50.14px;
	}
}

.line {
	width: 48px;
	height: 5px;
	background-color: rgb(239, 180, 0);
}

.description {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	color: rgb(52, 63, 69);
	margin-top: 20px;
}

@media (min-width: 768px) {
	.description {
		font-size: 16px;
		font-weight: 400;
		line-height: 32px;
	}
}

@media (min-width: 992px) {
	.description {
		font-size: 18px;
		line-height: 36px;
	}
}

.sections-margin-top {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.sections-margin-top {
		margin-top: 58px;
	}
}

@media (min-width: 992px) {
	.sections-margin-top {
		margin-top: 68px;
	}
}

@media (min-width: 1200px) {
	.sections-margin-top {
		margin-top: 78px;
	}
}

@media (min-width: 1400px) {
	.sections-margin-top {
		margin-top: 88px;
	}
}

/* //////////////////notfound///////////////////////////////// */

#notfound svg {
	width: 100%;
}


#notfound .btn {
	z-index: 1;
	overflow: hidden;
	background: transparent;
	position: relative;
	padding: 8px 50px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 2px;
	transition: 0.2s ease;
	font-weight: bold;
	margin: 5px 0px;
}

#notfound .btn.green {
	border: 4px solid #0e73e5;
	color: #0e0620;
}

#notfound .btn.green:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #0e73e5;
	z-index: -1;
	transition: 0.2s ease;
}

#notfound .btn.green:hover {
	color: white;
	background: #0e73e5;
	transition: 0.2s ease;
}

#notfound .btn.green:hover:before {
	width: 100%;
}

/* ////////////////////////////////// */
.blog-image {
	height: 200px;
	max-width: 100%;
}

/* ////////////////////single///////////////////// */
#single .contentPage {
	word-wrap: break-word;
	line-height: 45px;
	color: #424242;
	overflow-wrap: break-word
}




/* /////////////////////////////// */

#single .top-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
}

@media (min-width: 768px) {
	#single .top-box {
		height: 205px;
	}
}

@media (min-width: 992px) {
	#single .top-box {
		height: 243px;
	}
}

@media (min-width: 1200px) {
	#single .top-box {
		height: 303px;
	}
}

@media (min-width: 1400px) {
	#single .top-box {
		height: 297px;
	}
}

#single .top-box .image-box {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	overflow-x: hidden;

}

#single .top-box .image-box img {
	height: 220px;
}

@media (min-width: 768px) {
	#single .top-box .image-box img {
		height: 205px;
	}
}

@media (min-width: 992px) {
	#single .top-box .image-box img {
		height: 243px;
	}
}

@media (min-width: 1200px) {
	#single .top-box .image-box img {
		height: 303px;
	}
}

@media (min-width: 1400px) {
	#single .top-box .image-box img {
		height: 297px;
	}
}

@media (min-width: 768px) {
	#single .top-box .image-box img {
		max-width: 100%;
		height: auto;
	}
}

#single .inner-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	z-index: 100;
}


#single .inner-box .text-box .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 50.14px;
	text-align: center;
	color: #FEFEFE;
}

@media (min-width: 992px) {
	#single .inner-box .text-box .title {
		font-size: 32px;
	}
}

#single .inner-box .text-box .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 27.59px;
	text-align: left;
	color: #FEFEFE;
}

@media (min-width: 992px) {
	#single .inner-box .text-box .text {
		font-size: 18px;
	}
}

#single .inner-box .text-box svg {
	width: 24px;
	height: 23px;
}

@media (min-width: 992px) {
	#single .inner-box .text-box svg {
		width: 28px;
		height: 29px;
	}
}

#single .inner-box .text-box .vertical-line {
	width: 2.5px;
	height: 28px;
	opacity: 0.5;
	background-color: #FEFEFE;
	margin: 0px 24px;
}


/* ///////////////////// */

#single .contentPage h1,
#single .contentPage h2,
#single .contentPage h3,
#single .contentPage h4,
#single .contentPage h5,
#single .contentPage h6 {
	font-size: 24px;
	line-height: 45px;
	color: #424242
}

#single .contentPage img {
	max-width: 100%;
	height: auto;
}

/* ////comment//// */

.comment-list {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 15px !important
}

.comment-meta {
	background: transparent;
}

.comment-list li {
	background: #f0f0f0;
	border: 1px solid #f1f1f1;
	margin-bottom: 15px;
	padding: 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 15px !important
}

.fn a {
	font-size: 16px !important;
	color: var(--primary) !important
}

.comment-metadata a {
	font-size: 12px !important;
	color: gray !important
}

.comment-content p {
	font-size: 16px !important;
	color: #4e4e4e !important
}

.head-comment {
	overflow: hidden
}

.head-comment img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-left: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: right
}

.head-comment ins {
	display: block;
	margin: 12px 0 5px 0;
	font-size: 9px;
	color: #666;
	text-decoration: none
}

.head-comment cite.fn {
	display: block;
	color: #555
}

.comment-list .comment-text {
	margin-top: 10px
}

.comment-list .children {
	list-style: none
}

.comment-list .children>li {
	margin-right: 25px;
	background: #ddd;
}

.comment-author.vcard {
	background: transparent;

}

.comment-metadata {
	background: transparent;

}

.comment-list .reply a {
	background: rgb(255, 227, 65);
	color: rgb(29, 37, 42) !important;
	border-radius: 30px;
	padding: 5px 20px;
	font-size: 14px;
	transition: all 0.2s linear;
	border: 0px !important;
}

.comment-list .reply a:hover {
	background: #e4c300;
}

.comment-author .avatar {
	width: 35px !important;
	height: 35px !important;
	border-radius: 50% !important;
	margin-left: 8px !important
}

.form-submit .submit {
	background: rgb(255, 227, 65) !important;
	border: 2px solid rgb(255, 227, 65) !important;
	color: rgb(29, 37, 42) !important;
	border-radius: 30px !important;
	padding: 8px 20px !important;
	font-size: 14px !important;
	transition: all 0.2s linear !important;
	outline: none !important
}

.form-submit .submit:hover {
	background: #e4c300 !important;
	border-color: #e4c300 !important;
	color: rgb(29, 37, 42) !important;
	outline: none !important
}

.comment-form-author input[type="text"] {
	display: block !important;
}

.comment-form-email input[type="email"] {
	display: block !important;

}

.comment-form-url input[type="url"] {
	display: block !important;
}

textarea,
input[type="text"],
input[type="email"],
input[type="url"] {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 26px;
	font-family: inherit;
	max-width: 100%;
}

.comment-reply-title {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
}

.comment-form label {
	display: block !important;
}

.comment-form .comment-form-cookies-consent label {
	display: inline !important;
}

/* ///////////page/////////// */
#sitepage .contentPage {
	word-wrap: break-word;
	line-height: 45px;
	color: #424242;
	overflow-wrap: break-word
}

#sitepage .contentPage img {
	max-width: 100%;
	height: auto;
}


#sitepage .contentPage h1,
#sitepage .contentPage h2,
#sitepage .contentPage h3,
#sitepage .contentPage h4,
#sitepage .contentPage h5,
#sitepage .contentPage h6 {
	font-size: 24px;
	line-height: 45px;
	color: #424242
}

/* //////////////////contact-form-7///////////////// */
.wpcf7-form label {
	color: rgb(29, 37, 42);
}

.wpcf7-form textarea {
	width: 104%;

}

.wpcf7-form-control.wpcf7-text.wpcf7-email {
	width: 100%;
}

.wpcf7-form-control.wpcf7-text {
	width: 100%;

}


.wpcf7-form-control.has-spinner.wpcf7-submit {
	color: rgb(29, 37, 42);
	border: none;
	background-color: #ffe341 !important;
	border-radius: 25px;
	padding: 6px 12px;
	width: 100px;
}

/* ////////////support//////////////// */
.support {
	position: fixed;
	left: -10px;
	bottom: 8px;
	opacity: 1;
	text-align: center;
	transition: all 0.3s ease 0.3s;
	z-index: 99999999;
	cursor: pointer;
}

.support .support-div {
	display: block;
	width: 150px;
	height: 120px;
}

.support .support-phone {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2ab13c;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	right: 50%;
	transform: translate(50%, 0%);
}

.degital-intro:after,
.degital-intro:before {
	content: "";
	position: absolute;
	height: 150%;
	width: 150%;
	border: 2px solid #dd9405;
	border-radius: 100px;
	opacity: 0;
	animation: 1s flairanimationbefore linear infinite;
	-webkit-animation: 1s flairanimationbefore linear infinite;
	z-index: 100000;
}

.degital-intro:before {
	animation-delay: 0.5s;
}

@keyframes flairanimationbefore {
	0% {
		transform: scale(0.68);
		opacity: 1;
	}

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



.catalog {
	position: fixed;
	left: -40px;
	top: 280px;
	opacity: 1;
	text-align: center;
	transition: all 0.3s ease 0.3s;
	z-index: 99999999;
	cursor: pointer;
}

@media (min-width: 768px) {
	.catalog {
		left: -46px;
		top: 240px;
	}
}
@media (min-width: 992px) {
	.catalog {
		left: -40px;
		top: 420px;
	}
}
@media (min-width: 1200px) {
	.catalog {
		left: -40px;
		top: 300px;
	}
}

@media (min-width: 1400px) {
	.catalog {
		left: -40px;
		top: 390px;
	}
}

.catalog a {
	color: white;
	font-size: 16px;
	transform: rotate(-90deg);
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #0072B4;
}
.catalog a:hover {
	background-color: #005383;
	color: white;
}

.catalog a svg {
	transform: rotate(90deg);
}






