@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(../font/Jost.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(../font/Jost.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(../font/Jost-1.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--blackc: #272727;
	--whitec: #fff;
	--bgcolor: #2E3192;
	--bgcolor-rgb: 46, 49, 146;
	--brcolor: #1217a1;
	--paracolor: #555;
	--titlecolor: #9698d8;
	--light-color: #e7e8f9;
	--hover-color: #2E319280;
}

html,
body {
	overflow-x: hidden;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* defult css */
body {
	font-family: 'Jost', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Jost', Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	color: var(--titlecolor);
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus {
	box-shadow: none !important;
	border: none;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

textarea,
input {
	outline: none;
}

.btn:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

input:focus,
button:focus {
	border-color: transparent;
	outline-color: transparent;
}

textarea:focus {
	border-color: transparent;
	outline-color: transparent;
}

::-moz-placeholder {
	font-size: 16px;
}

img {
	max-width: 100%;
}

::-webkit-input-placeholder {
	font-size: 16px;
}

:-ms-input-placeholder {
	font-size: 16px;
}

::placeholder {
	font-size: 16px;
}

a {
	transition: .5s;
	text-decoration: none;
	color: var(--linkcolor);
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

p.form-messege {
	margin-top: 8px;
}

P {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: var(--paracolor);
}

a {
	text-decoration: none;
	transition: .5s;
}

a:hover {
	color: var(--brcolor);
}

.witr_all_pd0 {
	padding: 0;
}

/* highlight color css */
h2 span.highlight {
	color: var(--bgcolor);
}

/*======== header top start ==========*/


/*======== main menu area start ==========*/
.main_menu_area {
	transition: .5s;
}

.main_menu_area.breadcam_menu {
	background-color: var(--titlecolor);
}

.datait_nav_area.video_main_menu {
	background: transparent;
	margin-top: -55px;
	padding: 0 10px;
}

.datait_nav_area .video_nav ul li a {
	color: var(--whitec);
}

.datait_nav_area .video_nav ul li a i,
.main_nav_icons.side_page_icon i {
	color: var(--whitec);
}

.datait_nav_area {
	background: var(--whitec);
	padding: 0 120px;
}

.main_menu_area.sticky .datait_nav_area {
	background-color: transparent;
}

/* mobile menu */
.mobile_menu {
	display: none;
}

.mobile_logo_area {
	display: none;
}

.main_menu_area.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: rgb(0 0 0 / 70%);
}

.styky_down.sticky {
	padding-top: 55px;
}

.main_menu_area .sticky_logo {
	display: none;
}

.main_menu_area.sticky .main_logo {
	display: none;
}

.main_menu_area.sticky .sticky_logo {
	display: block;
	filter: brightness(0) invert(1);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a {
	color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a:hover {
	color: var(--light-color);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a i {
	color: var(--whitec);
}

.main_menu_area.sticky .main_nav_btn a {
	color: var(--whitec);
}

.main_menu_area.sticky .main_nav_icons a i,
.main_nav_icon_right>i {
	color: var(--whitec);
}

/* main nav area css */
.main_nav_area {
	display: flex;
	align-items: baseline;
	justify-content: end;
}

/* landing menu css */

.main_menu_all_item {
	align-items: center;
	display: block;
}

/* .main_menu_all_item .col-lg-1 {
	margin: 35px 0 35px;
}
.main_menu_all_item .col-lg-9 {
} */
/* .main_menu_all_item .col-lg-2 {
	margin: 25px 0 25px;
} */

.main_menu_all_item {
	display: flex;
	justify-content: space-between;
}


/* inner main nav area css */
.inner_main_nav_area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inner_main_nav_area>ul {
	display: flex;
	gap: 20px;
}

.inner_main_nav_area>ul>li {
	position: relative;
	flex: 1;
	text-align: center;
}

.inner_main_nav_area>ul>li>a {
	display: block;
	margin: 35px 15px 35px;
	-webkit-transition: .2s;
	transition: .2s;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--brcolor);
}

.inner_main_nav_area>ul>li>a>i {
	font-weight: 700;
	color: var(--brcolor);
}

.inner_main_nav_area>ul>li>a:hover {
	color: var(--bgcolor);
}

/* main nav btn css */
.main_nav_btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
	padding: 10px 30px;
	border: 1px solid #dddddd;
	background: none;
	color: var(--paracolor);
}

.inner_main_nav_area ul li a.menu_nav_active {
	color: var(--bgcolor) !important;
}

.main_nav_btn a:hover {
	background-color: var(--bgcolor);
	color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a {
	color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a:hover {
	color: var(--bgcolor);
}

/* main nav icons together */
.iteeh_right_area {
	display: flex;
	align-items: center;
}

.main_nav_icons_together {
	display: flex;
	align-items: center;
}

/* main nav icons */

.main_nav_icons>i {
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: .5s;
	color: var(--brcolor);
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 20px;
	cursor: pointer;
	font-size: 18px;
}

.main_menu_area.sticky .main_nav_icons>i {
	color: var(--whitec);
}

.main_nav_icons>i:hover {
	color: var(--whitec);
	background-color: var(--bgcolor);
}

/* nav icon popup css */
.nav_icon_popup {
	position: fixed;
	bottom: 100%;
	left: 0;
	background: rgb(254 189 17 / 64%);
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}

.nav_icon_popup.icon_popup {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

/* main nav icon right */
.main_nav_icon_right {
	margin-left: 22px;
}

.main_nav_icon_right>i {
	display: inline-block;
	font-size: 30px;
	border-radius: 10px;
	cursor: pointer;
	color: var(--brcolor);
}

.inner_nav_popup_form_icons.side_page_icon button i {
	color: var(--whitec) !important;
}

.main_menu_area.sticky .main_nav_icon_right>i {
	color: var(--whitec);
}

/* main nav icon right popup */
.main_nav_icon_right_popup {
	position: fixed;
	top: 0;
	right: -110%;
	width: 300px;
	height: 100%;
	background: #fff;
	z-index: 999;
	padding: 100px 20px 30px;
	overflow: scroll;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}

.main_nav_icon_right_popup.site_popup {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.main_nav_icon_right_popup h2 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 5px;
}

/* main nav right popup close */
.m_nav_rpi_close {
	text-align: end;
	margin: -57px 0 20px;
}

.m_nav_rpi_close>i {
	display: inline-block;
	color: var(--blackc);
	font-size: 40px;
	font-weight: 400;
	cursor: pointer;
}

.m_nav_right_pp_form {
	position: relative;
}

.m_nav_right_pp_form input {
	height: 54px;
	width: 100%;
	border: 1px solid #efefef;
	outline: none;
	padding: 0 20px;
}

.m_nav_right_pp_form button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	padding: 13px 20px;
	outline: none;
	border: none;
	background: #ddd;
	color: var(--blackc);
}

/* right popup nav */
.inner_main_nav_area {
	/* margin-left: 10%; */
}

.right_popup_nav {
	padding: 65px 0 0 0;
}

.right_popup_nav ul {
	list-style: none;
	padding-left: 0;
}

.right_popup_nav ul li {
	padding: 12px 0;
	border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
	border-bottom: none;
}

/* right popup address */
.right_popup_address {
	padding: 40px 0 14px;
}

.right_popup_address h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.right_popup_address p {
	width: 85%;
}

.right_popup_inner_address p {
	color: var(--brcolor);
}

.right_popup_inner_address p i {
	margin-right: 6px;
}

.right_popup_address h5 {
	background-color: var(--bgcolor);
	color: var(--whitec);
	padding: 15px 0 14px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	margin: 0;
	position: relative;
}

/* inner nav icon popup */
.inner_nav_icon_popup {
	width: 47%;
	margin: 0 auto;
	position: relative;
}

.inner_nav_icon_popup input {
	font-size: 30px;
	font-weight: 500;
	padding: 17px 40px 15px 15px;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: 0px 0px 30px 0px #dddddd45;
	background: var(--whitec);
	border-radius: 10px;
}

/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
	position: absolute;
	top: 35%;
	right: 10px;
	transform: translateY(-50%);
}

.inner_nav_popup_btnicon {
	font-size: 40px;
	border: none;
	outline: none;
	background: none;
}

.inner_nav_icon_popup i {
	display: inline-block;
	margin-top: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	background-color: var(--whitec);
	color: var(--blackc);
	font-size: 25px;
	cursor: pointer;
	transition: 1s;
}

/* main nav icons middle css */
.main_nav_icons_middle {
	margin-left: 30px;
	position: relative;
}

.main_nav_icons_middle a {
	position: relative;
	font-size: 18px;
	cursor: pointer;
	padding: 8px;
	display: inline-flex;
	background: #fff;
	border-radius: 100%;
}

.main_nav_icons_middle a span {
	position: absolute;
	top: 0;
	right: -5px;
	width: 18px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: var(--bgcolor);
	border-radius: 100%;
	color: var(--whitec);
}

.main_nav_middle_box_item {
	overflow: scroll;
	position: absolute;
	right: 0;
	top: 130%;
	width: 300px;
	height: 300px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background-color: var(--whitec);
	transition: .5s;
}

.main_nav_icons_middle:hover .main_nav_middle_box_item {
	top: 170%;
	opacity: 1;
	visibility: visible;
}

.main_nav_middle_box_item p {
	padding: 20px;
}

.m_nav_right_pp_form {
	position: relative;
}

.m_nav_right_pp_form input {
	height: 54px;
	width: 100%;
	border: 1px solid #efefef;
	outline: none;
	padding: 0 20px;
}

.m_nav_right_pp_form button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	padding: 13px 20px;
	outline: none;
	border: none;
	background: #ddd;
	color: var(--blackc);
}

/* right popup nav */
.right_popup_nav {
	padding: 0px 0 0 0;
}

.right_popup_nav ul {
	list-style: none;
	padding-left: 0;
}

.right_popup_nav ul li {
	padding: 12px 0;
	border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
	border-bottom: none;
}

.right_popup_nav ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: var(--paracolor);
}

/* right popup address */
.dtbtn {
	background-color: transparent;
	color: var(--brcolor);
	display: block;
	transition: .5s;
	font-size: 18px;
	margin-left: 20px;
	padding: 5px 18px;
	font-weight: 700;
	border-radius: 10px;
	border: 1px solid #dddddd;
}

.menu_btn a:hover {
	color: var(--whitec);
	border: 1px solid var(--bgcolor);
	background-color: var(--bgcolor);
}

.main_menu_area.sticky .dtbtn {
	color: var(--whitec);
}

/* drop down menu css */
.inner_main_nav_area ul li .sub_menu {
	position: absolute;
	top: 130%;
	left: 0;
	width: max-content;
	min-width: 205px;
	max-width: 360px;
	text-align: left;
	margin: 0;
	padding: 15px 5px 14px;
	z-index: 9999;
	box-shadow: 0 0 30px rgb(0 0 0 / 9%);
	background-color: var(--whitec);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.inner_main_nav_area ul li .sub_menu li {
	position: relative;
}

.inner_main_nav_area ul li .sub_menu li a {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #444;
	padding: 6px 17px;
}

.inner_main_nav_area ul li .sub_menu li a:hover {
	color: var(--bgcolor);
	margin-left: 5px;
}

.inner_main_nav_area>ul>li:hover .sub_menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.inner_main_nav_area .sub_menu>li>ul.sub_menu {
	top: 130%;
	left: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.navd_active {
	background-color: var(--bgcolor);
	color: var(--whitec);
}

/* h3 menu */
.h3_search_icon i {
	background-color: var(--bgcolor);
	color: var(--whitec);
}

.h3_menu_btn a {
	background-color: var(--bgcolor);
	transition: .5s;
}

.h3_menu_btn a:hover {
	background-color: var(--titlecolor);
}

/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area {
	display: none !important;
}

.mean-container a.meanmenu-reveal {
	display: none !important;
}

.mean-container .mean-nav>ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
}

.mean-container .mean-bar {
	background-color: transparent;
	padding: 0;
}

.mean-container .mean-nav ul li {
	border-top: 0px solid #ddd;
}

.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
	color: #fff;
}

.mean-container .mean-nav ul li li a {
	border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a:hover {
	color: #ff4a17;
}

.mobile_p {
	position: fixed;
	right: 0;
	width: 300px;
	padding: 80px 20px 0px;
	overflow-y: scroll;
	top: 0;
	height: 100%;
	z-index: 999999;
	display: block;
	transition: 0.5s all;
	box-shadow: 0 0 30px rgb(0 0 0 / 7%);
	transform: translateX(100%);
	background: var(--bgcolor);
}

.tx-s-open {
	transform: translateX(0);
}

.mobile_p .tuetion_theme_widget>div.widget_block {
	padding: 0;
}

.mobile_p .tuetion_theme_widget>div {
	padding: 20px 0px 20px;
	box-shadow: none;
}

.mean-container .mean-nav ul li a {
	border: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	font-size: 14px;
	padding: 12px 5px;
	font-weight: 500;
	display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 20px;
	line-height: 23px;
	text-align: center;
	background: #66666617;
}

.mobile_opicon {
	text-align: right;
	padding: 4px 0;
}

.mean-container .mean-nav>ul>li:first-child>a {
	border-top: 0;
}

.mobilemenu_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile_menu_o i {
	font-size: 26px;
	cursor: pointer;
	color: #fff;
}

.mobile_menu_content .mobile_menu_logo {
	margin-bottom: 20px;
}

.mobile_cicon {
	position: absolute;
	right: 30px;
	top: 50px;
}

.mobile_overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease-out 0s;
}

.mobile_overlay.mactive {
	opacity: 1;
	visibility: visible;
}

/*======== mobile menu area end ==========*/





/* dots */
/*global button css*/

.gbtn a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: var(--whitec);
	text-transform: uppercase;
	padding: 24px 72px;
	background: var(--bgcolor);
	border-radius: 50px;
	transition: .5s;
}

.gbtn a:hover {
	background: var(--brcolor);
}

.gbtn .active {
	margin-left: 10px;
	color: var(--brcolor);
	background: var(--whitec);
	transition: .5s;
}

.gbtn .active:hover {
	color: var(--whitec);
	background: var(--bgcolor);
}

/* h2 slider */
.h2_content {
	text-align: left;
	width: 100%;
	margin-left: 300px;
}

.h2_content h1 {
	font-size: 16px;
}

.h2_content h2,
.h2_content h3 {
	font-size: 48px;
}

/*============ feature area start =========== */
.feature_area {
	padding: 3% 0 70px;
}

.br_feature {
	margin-top: -60px;
	margin-bottom: -60px;
}

/* feature title*/
.feature_title {
	text-align: center;
	margin-bottom: 3%;
}

/* feature title img*/
.feature_title .title-img {
	margin: 0 0 -110px 0;
}

/*title */
.feature_title h4 {
	font-size: 18px;
	font-weight: 500;
	color: var(--bgcolor);
	margin-bottom: 17px;
	text-transform: uppercase;
}


.tab_area .feature_title h4 {
	color: #fff;
}

.feature_title h2 {
	font-size: 48px;
	font-weight: 700;
	color: var(--brcolor);
	margin-bottom: 22px;
}

.feature_title p {
	font-size: 16px;
	font-weight: 400;
	color: var(--paracolor);
	width: 55%;
	margin: auto;
}

/* feature main*/
.feature_main {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 19px;
}

/* feature item*/
.feature_item {
	padding: 0 10px 15px;
	text-align: center;
}

/* feature content*/
.service-content {
	margin-top: 16px;
}

.service-content h3 {
	font-size: 30px;
	font-weight: 700;
	color: var(--brcolor);
	transition: .5s;
}

.service-content h3:hover {
	color: var(--hvcolor);
}

.service-content p {
	font-size: 16px;
	font-weight: 400;
	color: var(--brcolor);
}

/* -- h2 feature --*/
.h2_feature_area {
	padding: 130px 0 60px;
	position: relative;
}

.h2_feature_title {
	position: absolute;
	top: 0;
	left: 0;
}

.h2_single_feature {
	padding: 26px 20px 20px 20px;
	transition: .5s;
	border: 1px solid var(--blackc);
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
}

.h2_single_feature:hover {
	border-color: var(--bgcolor);
}

.h2_feature_icon i {
	font-size: 60px;
	color: var(--bgcolor);
}

.h2_feature_text h2 a {
	font-size: 18px;
	margin-bottom: 10px;
	transition: .5s;
	color: var(--brcolor);
}

.h2_feature_text h2 a:hover {
	color: var(--bgcolor);
}

/* -- h2 feature --*/
/*============ end feature_area section ===========*/

/* =============== tab section =============*/
.tab_area {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.main-area {
	width: 100%;
	margin: auto;
	padding: 0px 0 0px;
	background-image: url(../images/products_bg.jpg);
	background-size: cover;
	/* background: radial-gradient(circle at 20% 30%, rgba(210, 225, 255, 0.95) 0%, rgba(180, 200, 250, 0.8) 45%, rgba(140, 165, 235, 0.6) 70%, rgba(110, 130, 210, 0.4) 100%); */
}

.feature_title.tab_title {}

.tab-main {
	width: 100%;
	margin: auto;
}

.tab-main-area {
	padding: 3% 0 3%;
}

/* title section  */
.tab_area .section_title {
	padding-bottom: 35px;
}

.tab_title h2 {
	color: var(--whitec);
}

/* tab menu */
.tab-menu {
	margin-bottom: 36px;
}

.tab-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 10px auto;
}

.tab-menu ul li {
	list-style: none;
	margin: 0 5px 10px;
}

.tab-menu ul li a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: var(--whitec);
	padding: 10px 20px;
	border: 1px solid var(--bgcolor);
	transition: .5s;
}

.tab-menu ul li a:hover {
	background: var(--bgcolor);
	border: 1px solid var(--bgcolor);
}

.tab-menu ul li .active {
	background: var(--bgcolor);
	border: 1px solid var(--bgcolor);
}

/* product items*/
.product-item {
	margin-bottom: 15px;
	text-align: center;
}

/*product thumb*/
.product-thumb {
	background: var(--whitec);
	padding: 22px 20px;
	position: relative;
}

.product-thumb::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: .5s;
	transform: scale(0);
	opacity: 0;
	background-color: rgba(var(--bgcolor-rgb), .4);
}

.product-item:hover .product-thumb::before {
	opacity: 1;
	transform: scale(1);
}

.product-thumb img {
	width: 100%;
}

/*product content inner*/
.pro-content-inner {
	padding: 20px 20px 18px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.pro-content-inner h4 a {
	font-size: 24px;
	font-weight: 700;
	transition: .5s;
	color: var(--whitec);
}

.pro-content-inner h4 a:hover {
	color: var(--bgcolor);
}

.pro-content-inner p {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	color: var(--bgcolor);
}

.tab-button {
	font-family: "Jost", Sans-serif;
	text-align: center;
	margin-top: 10px;
}

.tab-button a i {
	margin-left: 3px;
}

.tab-button .gbtn a:hover {
	background: var(--brcolor);
}

/* tab icon */

.product-item:hover .product-icon {
	bottom: 20px;
	opacity: 1;
}

.product-icon ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.product-icon ul li {
	list-style: none;
	margin: 0 5px;
}

.product-icon ul li a {
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	border-radius: 50%;
	background: var(--whitec);
	color: var(--blackc);
	text-align: center;
	font-size: 16px;
	box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
}

.product-icon ul li a:hover {
	color: var(--whitec);
	background-color: var(--bgcolor);
}

/* -- h2 tab -- */
.h2_top_main {
	margin-bottom: -25px;
}

.h2_tab_menu ul li a {
	color: var(--brcolor);
	border: none;
	border: 1px solid transparent;
}

.h2_tab_menu ul li a.active {
	background-color: transparent;
	color: var(--bgcolor);
	border: 1px solid transparent;
}

.h2_tab_menu ul li a:hover {
	border: 1px solid transparent;
	background: transparent;
}

.h2_tab_title {
	position: relative;
}

.h2_main_tab {
	margin-top: 45px;
}

.h2_tab_title_border {
	border-bottom: 3px solid var(--bgcolor);
}

.h2_tab_title img {
	position: absolute;
	left: 0;
	top: -40px;
	z-index: -1;
}

.h2_tab_menu {
	margin: 0;
}

.h2_tab_title h2 {
	font-size: 48px;
	color: var(--brcolor);
	margin-bottom: 20px;
}

.fu_prodct_active {
	border: 1px solid var(--bgcolor);
	margin: 20px 20px 0px 20px;
	padding: 20px 20px 0 20px;
	transition: .5s;
}

.fu_prodct_active:hover {
	border: 1px solid transparent;
}

.h2_shop_title h4 a {
	font-size: 18px;
}

/* -- h2 tab -- */
/* =============== end tab section =============*/

/* =============== start h2 about section =============*/
.h2_about {
	padding: 3% 0 3%;
}

.br_about_wrapper {
	display: flex;
	gap: 50px;
	align-items: center;
}

.br_about_wrap {
	flex: 1;
}

.br_about_img * {
	overflow: hidden;
	border-radius: 12px;
	box-shadow: -5px 5px 10px #ddd;
	transition: .5s ease-in-out;
}

.br_about_img:hover img {
	transform: scale(1.05);
}

.h3_fs_title {
	margin-bottom: 0;
}

.single_h2_about_title h4 {
	color: var(--bgcolor);
	font-size: 40px;
}

.single_h2_about_title h2 {
	color: var(--brcolor);
	font-size: 60px;
	margin: 10px 0 20px;
}

.h2_title_im {
	margin-top: 35px;
}

.about_slide_title {
	text-align: center;
	margin: 10px 0;
}

.about_slide_title h2 a {
	font-size: 36px;
}

.h2_about .slick-dots {
	bottom: -35px;
}

/* h3 home */
.h3_about_title h4 {
	font-size: 18px;
}

.h3_about_title {
	color: var(--brcolor);
	margin-bottom: 25px;
}

.h3_about_title p {
	color: var(--brcolor);
}


/* h3 about list */
.h3_about_title p {
	margin-bottom: 25px;
}

.main_h3_list {
	display: flex;
	gap: 50px;
}

.h3_list_title h2 {
	color: var(--brcolor);
	font-size: 24px;
}

.h3_list_title p {
	font-size: 14px;
	margin: 15px 0 40px;
	color: var(--brcolor);
}

/* h3 btn */



/*===== counter area start  ====*/
.counter_area {
	position: relative;
	padding: 55px 0 60px;
	margin: 60px auto;
}

.counter_title h2 {
	font-size: 48px;
}

.counter_shap img {
	position: absolute;
	right: 0;
	top: -20px;
}

.main_counter {
	padding: 40px 30px 40px 30px;
}

.inner_counter_area {
	position: relative;
	margin-bottom: 15px;
}

.inner_counter_sub_cont {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.inner_counter_sub_cont h3,
.inner_counter_sub_cont span {
	font-size: 60px;
	font-weight: 700;
	color: var(--titlecolor);
}

.inner_counter_area h2 {
	font-size: 20px;
	font-weight: 700;
	margin-top: -5px;
	position: relative;
	color: var(--whitec);
	text-transform: uppercase;
}

.auto_grid {}

/* h2 counter */
.h2_main_counter {
	margin: 0 auto;
	padding-bottom: 30px;
}

.h2_counter h2 {
	color: var(--brcolor);
}

/* h2 counter */
/*===== counter area end  ====*/

/*===== video area start  ====*/
.video_area {
	padding: 200px 0;
	position: relative;
	z-index: 1;
	margin: 5px auto 0px;
}

.inner_video_area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.inner_video_area h2 {
	font-size: 24px;
	color: var(--whitec);
	margin-top: 30px;
}

.inner_video_area a {
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 25px;
	line-height: 80px;
	border-radius: 100%;
	background-color: var(--whitec);
	color: var(--bgcolor);
	animation: witr-shadow 1s linear infinite;
}

@keyframes witr-shadow {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
	}

	100% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

/* h3 */
.h3_video {
	margin: 65px auto 60px;
}

/*===== video area end  ====*/

/* golobal slick defult arrow css */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 100%;
	z-index: 9999;
	outline: none;
	border: none;
	font-size: 0;
	background: none;
	transform: translateY(-50%);
	transition: 1s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.glowbal:hover .slick-prev,
.glowbal:hover .slick-next {
	opacity: 1;
	visibility: visible;
}

.slick-prev {
	left: -60px;
}

.slick-next {
	right: -55px;
}

.slick-prev::before,
.slick-next::before {
	content: '\f104';
	font-family: FontAwesome;
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 100%;
	font-size: 40px;
	background-color: var(--titlecolor);
	color: var(--whitec);
	transition: 1s;
}

.slick-next::before {
	content: '\f105';
}

.slick-prev:hover::before,
.slick-next:hover::before {
	background-color: var(--bgcolor);
	color: var(--whitec);
}

/*======== blog area start  ==========*/
.blog_area {
	margin-bottom: 0px;
	padding: 3% 0px 5%;
	position: relative;
}

.blog_title {
	margin-bottom: 60px;
}

/* inner blog area css */
.inner_blog_area {
	overflow: hidden;
	position: relative;
	border-bottom: 20px;
	margin: 0 15px;
}

.single_blog_title {
	padding: 15px 20px 24px;
	background: var(--light-color);
}

.inner_blog_thumb {
	position: relative;
	overflow: hidden;
}

.inner_blog_img img {
	width: 100%;
	transition: .5s;
}

.inner_blog_area:hover .inner_blog_img img {
	transform: scale(1.2);
}

/* blog overlay css */
.blog_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	transform: scale(0);
	transition: .5s;
}

.inner_blog_area:hover .blog_overlay {
	transform: scale(1.2);
}

/*inner blog content css */
.inner_blog_content {
	transition: .5s;
	padding: 10px 0;
}

.inner_blog_content:hover {
	border-color: var(--bgcolor);
}

.inner_blog_text span {
	margin-right: 10px;
	color: var(--brcolor);
}

.inner_blog_text span i {
	margin-right: 5px;
	color: var(--brcolor);
}

.inner_blog_content h2 a {
	display: inline-block;
	font-weight: 700;
	font-size: 22px;
	color: var(--brcolor);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inner_blog_content h2 a:hover {
	color: var(--bgcolor);
}

.witr_btn_sinner a {
	font-size: 14px;
	font-weight: 700;
	transition: .5s;
	color: var(--brcolor);
}

.witr_btn_sinner a:hover {
	color: var(--bgcolor);
}

/*======== blog area end  ==========*/


/*============= screen  section css ===============*/
.port_area {
	margin-bottom: -105px;
	position: relative;
	z-index: 9999;
	padding: 0 5%;
}

/*screen  image  item */
.single_port {
	position: relative;
}

.single_port img {
	width: 100%;
}

/*screen  image  next,prev button*/
.screen-image-area .slick-next {
	right: 10px;
}

.screen-image-area .slick-prev {
	left: 10px;
}

/* screen icon */
.screen-icon a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	background: #ffffffd1;
	color: var(--brcolor);
	text-align: center;
	font-size: 20px;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;
}

.single_port:hover .screen-icon a {
	opacity: 1;
	visibility: visible;
}

/* h2 port */
.h2_port {
	margin-bottom: 0;
	padding: 0 170px 130px;
}

/*============= end screen  section css ===============*/


/*======== footer area start  ==========*/
.footer_area {
	padding: 15px 0 0;
	float: left;
	width: 100%;
	background: linear-gradient(135deg, #2E3192, #1B1D6B);
}

.footer_top_area {
	justify-content: center;
	padding: 160px 0px 57px;
	width: 1400px;
	margin: auto;
}

/* h2 */
.h2_footer {
	padding: 110px 0 80px
}

/*-- footer top area css --*/
.footer_top_content {
	margin-bottom: 30px;
	padding: 0 0 0 10px;
}

.footer_top_content h4 {
	font-size: 22px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 25px;
	color: var(--whitec);
}

/* footer top content */
.footer_top_content h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 1px;
	background: var(--whitec);
	z-index: 99;
}

.footer_top_content p {
	margin-bottom: 10px;
	color: var(--whitec);
	width: 90%;
	font-size: 14px;
}

/* footer icon */
.fsocial-icon {}

.fsocial-icon a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: var(--whitec);
	margin-right: 5px;
	margin-bottom: 5px;
	transition: .5s;
	font-size: 16px;
	background: #FFFFFF4D;
}

.fsocial-icon a:hover {
	background: var(--bgcolor);
}

/* footer top content */

.footer_top_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_top_content ul li {
	margin-bottom: 12px;
}

.footer_top_content ul li a {
	display: inline-block;
	color: var(--whitec);
	font-weight: 500;
}

.footer_top_content ul li a:hover {
	color: var(--bgcolor);
}

/* footer top content */
.footer_top_content h5 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

/* footer form */

/*======== footer area end  ==========*/

/*======== copy right area start  ==========*/
.footer_bottom {
	/* background: var(--bgcolor); */
	padding: 5px 0;
}

/* footer bottom */
.footer-bottom {
    padding: 18px 0px 18px 10px;
    justify-content: center;
    align-items: center;
    width: 1400px;
    margin: auto !important;
    text-align: center;
    border-top: 1px solid #474983;
}

/* footer copyright area */
.footer-copyright-area p {
	margin: 0;
	color: var(--whitec);
	opacity: .6;
	font-size: 14px;
}

/* footer widget area */
.footer-widget-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-widget-area ul li {
	display: inline;
	margin-left: 26px;
	position: relative;
}

.footer-widget-area ul li:not(:last-child)::after {
	content: "|";
	top: 0;
	position: absolute;
	right: -20px;
	color: #fff;
}

.footer-widget-area ul li a {
	display: inline-block;
	color: var(--whitec);
	transition: .5s;
}

.footer-widget-area ul li a:hover {
	color: var(--brcolor);
}

/*======== copy right area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
	position: fixed;
	bottom: 50px;
	font-size: 22px;
	height: 40px;
	line-height: 42px;
	right: 40px;
	text-align: center;
	border-radius: 5px;
	width: 40px;
	color: var(--whitec);
	background: var(--bgcolor);
	display: none;
	cursor: pointer;
	z-index: 9999;
}

@media (max-width: 1700px) {
	.inner_main_nav_area {
		margin-left: 5%;
	}

	.inner_main_nav_area>ul>li>a {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 1400px) {
	.feature_title h2 {
		font-size: 26px;
	}

	.single_h2_about_title h2 {
		font-size: 26px;
	}

	.service-content h3 {
		font-size: 26px;
	}

	.pro-content-inner h4 a {
		font-size: 16px;
	}

	.pro-content-inner p {
		font-size: 14px;
	}

	.footer_top_area {
		width: 100%;
	}

	.footer-bottom {
		width: 100%;
	}

	.slick-prev {
		left: 15px;
	}

	.slick-next {
		right: 25px;
	}
}

#onlineService {
	display: none;
}

.footer-widget h4 i {
	display: none;
}

@media (max-width: 768px) {
	.footer_top_content h4 {
		font-size: 20px;
	}

	.footer_top_content {
		padding: 0 10px 0 10px;
	}

	.footer_top_content h4::before {
		width: 100%;
		background: rgba(255, 255, 255, .2)
	}

	.footer-widget h4 i {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}

	.list-area {
		display: none !important;
	}

	.active .list-area li {
		line-height: 30px;
	}

	.active h4 i {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}

	.active .list-area {
		display: block !important;
	}


	#scrollUp {
		display: none !important;
	}

	.footer_bottom {
		padding-bottom: 10%;
	}

	#onlineService {
		display: block;
	}

	#onlineService {
		overflow: visible;
	}

	#onlineService {
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 50%;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.offside {
		display: flex;
		width: 100%
	}

	.offside li {
		flex-grow: 1;
		flex: 1;
		text-align: center;
		width: auto;
		height: 60px;
		background: #654625 !important;
		border-bottom: none !important;
		border-right: 1px solid rgba(255, 255, 255, 0.15)
	}

	.offside li i {
		color: #fff !important;
		font-size: 20px !important;
		line-height: 60px !important;
		padding: 0;
		font-size: 22px !important
	}

	.offside li.tel {
		width: 47px;
		transform: translateX(0);
		-webkit-transform: translateX(0)
	}

	.offside li:last-child {
		display: none
	}

	.offside li p {
		display: none !important
	}

	.offside li a {
		position: static;
		display: inline-block
	}

	.feature_title h2 {
		font-size: 20px;
	}

	.service-content h3 {
		font-size: 20px;
	}

	.h2_about .col-md-6 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 3%;
	}

	.h3_about_title {
		margin-top: 3%;
	}

	.tab-content .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}

	.feature_area .col-lg-3 {
		width: 50%;
	}

	.feature_main .feature_item {
		width: 50%;
		float: left;
	}

	.tab-menu {
		display: block;
	}

	.tab-menu ul {
		display: block;
	}

	.tab-menu ul li {
		float: left;
	}

	.pro-content-inner {
		padding-bottom: 0;
	}

	.counter_area .col-sm-12 {
		width: 50%;
	}

	.inner_counter_sub_cont h3,
	.inner_counter_sub_cont span {
		font-size: 40px;
	}

	.inner_counter_area h2 {
		font-size: 16px;
	}

	.footer_top_area {
		width: 100%;
		padding-top: 30%;
		padding-bottom: 5%;
	}

	.inner_blog_content h2 a {
		font-size: 16px;
	}
}


.why_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid #ddd;
}

._why_item {
	padding: 60px 40px;
	text-align: center;
	border-right: 1px solid #ddd;
}

._why_img {
	max-width: 100px;
	padding: 30px;
	background: var(--light-color);
	border-radius: 50%;
	margin: 0 auto;
}

._why_item:last-child {
	border-right: 0;
}

._why_info {
	padding-top: 20px;
}

._why_info h3 {
	color: var(--brcolor);
	font-size: 20px;
}

._why_info p {
	padding-top: 20px;
	font-size: 16px;
}

.why_list * {
	transition: .5s ease-in-out;
}

._why_item:hover {
	background: var(--bgcolor);
	transform: scale(1.1);
}

._why_item:hover ._why_img {
	background: var(--whitec);
}

._why_item:hover ._why_info h3,
._why_item:hover ._why_info p {
	color: var(--whitec);
}


:root {
	--color: var(--bgcolor);
}

.singlepage169-page6-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.singlepage169-page6-dev {
	display: flex;
	align-items: center;
	color: var(--color);
}

.singlepage169-page6-col {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
}

.singlepage169-page6-col:nth-last-of-type(1) {
	margin-bottom: 0;
}

.singlepage169-page6-col:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.singlepage169-page6-col:nth-of-type(2n) .singlepage169-page6-contant {
	right: unset;
	left: 0;
	margin-left: 0;
}

.singlepage169-page6-col:nth-of-type(2n) .singlepage169-page6-eventbg {
	transform: rotateY(180deg);
	left: auto;
	right: -40px;
}

.singlepage169-page1-image {
	width: 48%;
	position: relative;
	height: 300px;
	border-radius: 10px;
}

.singlepage169-page6-media {
    flex: 1;
}

.singlepage169-page1-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.singlepage169-page6-contant {
	background-color: #fff;
	width: 55%;
	box-shadow: 0 4px 29px rgba(152, 170, 204, 0.15);
	border-radius: 10px;
	padding: 30px;
	position: absolute;
	bottom: 50%;
	right: 0;
	transform: translateY(50%);
	display: flex;
	justify-content: space-between;
	margin-left: 40px;
	align-items: center;
	box-sizing: border-box;
}

.singlepage169-page6-eventbg {
	position: absolute;
	left: -40px;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: -1;
	-webkit-mask-size: cover;
	-webkit-mask-position: left;
}

.singlepage169-page6-title a {
	font-size: var(--fontsize20);
	font-weight: var(--fontbold6);
}

.singlepage169-page6-meta {
	display: flex;
	justify-content: space-between;
}

.singlepage169-page6-meta p {
	font-size: var(--fontsize14, 14px);
	margin-right: 10px;
}

.singlepage169-page6-meta em {
	color: var(--color);
}

.singlepage169-page6-btn {
	position: relative;
	display: flex;
	z-index: 2;
	overflow: hidden;
	border: none;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--color);
	color: #fff !important;
	box-shadow: 0 6px 16px rgba(13, 94, 244, 0.24);
	border-radius: 5px;
	font-size: var(--fontsize14, 14px);
	font-weight: var(--fontbold6);
	line-height: 1;
	padding: 15px 20px;
}

.singlepage169-page6-btn::after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 600%;
	background-color: #0f2239;
	transform: translateX(-50%) translateY(-50%) rotate(60deg);
	z-index: -1;
	transition: 0.7s ease;
}

.singlepage169-page6-btn em {
	font-size: 12px;
	width: 12px;
	display: block;
	margin-left: 10px;
}

.singlepage169-page6-btn:hover::after {
	height: 560%;
}

@media (max-width: 1440px) {
	.singlepage169-page6-title a {
		font-size: var(--fontsize20);
		line-height: 1;
	}

	.singlepage169-page6-meta p {
		font-size: 14px;
	}

	.singlepage169-page6-btn {
		padding: 15px 20px;
		font-size: 12px;
	}

	.singlepage169-page6-contant {
		width: 60%;
	}

	.singlepage169-page6-col {
		margin-bottom: 30px;
	}

	.singlepage169-page1-image {
		width: 42%;
	}
}

@media (max-width: 1366px) {
	.singlepage169-page6-title {
		margin-bottom: 10px;
	}
}

@media (max-width: 1024px) {
	.singlepage169-page6-contant {
		padding: 20px;
	}

	.singlepage169-page6-title a {
		font-size: 18px;
	}

	.singlepage169-page6-btn {
		padding: 10px 15px;
	}
}

@media (max-width: 768px) {

	.singlepage169-page6-col,
	.singlepage169-page6-col:nth-of-type(2n) {
		flex-direction: column;
	}

	.singlepage169-page1-image {
		width: 100%;
	}

	.singlepage169-page6-contant {
		position: unset;
		width: 100%;
		transform: translateY(0);
		margin-left: 0;
		display: flex;
		flex-direction: column;
	}

	.singlepage169-page6-col:nth-of-type(2n) .singlepage169-page6-eventbg {
		transform: unset;
		left: auto;
		right: 0;
	}

	.singlepage169-page6-body {
		margin-top: 20px;
	}

	.singlepage169-page6-meta {
		flex-wrap: wrap;
	}
}

._message_wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 -2px 10px #ddd;
    padding: 50px 40px;
    display: flex;
    gap: 50px;
    align-items: center;
}

._message_info, ._message_form {
    flex: 1;
}

.feature_title._left {
    text-align: left;
}

._message_form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



._message_form_item input, ._message_form_item textarea {
    width: 100%;
    line-height: 30px;
    border: 1px solid #ddd;
    outline: 0;
    padding: 5px 10px;
    border-radius: 5px;
}

._message_form_item input:hover, ._message_form_item input:focus, ._message_form_item textarea:hover, ._message_form_item textarea:focus {
	border-color: var(--light-color);
}

input#Submit {
    background: var(--bgcolor);
    color: var(--whitec);
}

input#Submit:hover {
    background: var(--hover-color);
}