/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: darkoob
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.

darkoob 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
	 ========================================================================== */

/* --------------------
    Fonts & Icons
-------------------- */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: PeydaWeb;
  src: url("fonts/peydaweb/PeydaWeb-Regular.woff2") format("woff2"),
    url("fonts/peydaweb/PeydaWeb-Regular.woff") format("woff");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: PeydaWeb-medium;
  src: url("fonts/peydaweb/PeydaWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-family: PeydaWeb-bold;
  src: url("fonts/peydaweb/PeydaWeb-Bold.woff2") format("woff2"),
    url("fonts/peydaweb/PeydaWeb-Bold.woff") format("woff");
}


@font-face {
	font-family: IRANSans;
	/*font-style: bold;*/
	font-weight: normal;
	src:url('fonts/iransans/IRANSansWeb(FaNum.html).eot');
	src:url('fonts/iransans/IRANSansWeb(FaNum.html).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		url('fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('fonts/iransans/IRANSansWeb(FaNum).ttf') format('truetype');

	font-display: swap;
}

@font-face {
    font-family: yekan;
    font-weight: normal;
    src: url(fonts/dana-fanum-regular.woff);
    font-display: swap;
}

@font-face {
    font-family: yekan-reg;
    font-weight: lighter;
    src: url(fonts/dana-fanum-light.woff);
    font-display: swap;
}

@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
	font-display: swap;
}

html {
	scroll-behavior: smooth;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: 'PeydaWeb' !important;
	overflow-x: hidden;
	direction: rtl;
	text-align: right;
	color: #1d2327;
}
p {
    line-height: 35px;
}
a, li.mega-menu-item {
	transition: 0.5s;
}
a:hover, a:active {
    outline: 0;
}
ol, ul {
	line-height: 35px;
}
label {
    display: block;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-family: PeydaWeb-bold !important;
}

.center {
    text-align: center;
}
.aligncenter  {
    display: block;
    margin: 10px auto;
}

.site-main {
	display: block;
	margin-bottom: 70px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{float:right !important;}


select,input[type=number],input[type=text],input[type=email]
,input[type=url],input[type=tel]
,input[type=password] {
    outline: none;
	border-radius: 10px;
	height: 44px !important;
	border: 1px solid silver;
}
input[type=submit] {
	border: 0px;
    padding: 5px;
	color: #fff;
    min-width: 100px;
	border-radius: 2px;
    background: #04509c;
}
textarea {
	width: 346px;
	border-radius: 10px !important;
	border: 1px solid silver !important;
}

img {
	height: auto;
	max-width: 100%;
}

a {
    color: #333333;
}

.entry-content p {
	line-height: 41px !important;
}
article img {
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
}

article p {
	text-align: justify;
}
article .entry-content {
    line-height: 35px;
}
article .post-data {
    padding: 22px 44px;
}
th { text-align: right !important; }

.table {
	margin-bottom: 5px !important;
}
	
a {
	outline: none;
	text-decoration: none !important;
}

main {
	display: block;
}

ol li::marker {
    font-size: 18px;
    font-weight: bold;
    color: orange !important;
}


#site-navigation {
	margin-top: 10px;
}


.header-row-1 {
	display: flow-root;
	background: rgba(4, 23, 46, 0.70) none repeat scroll 0 0;
}
.topbar-left {
	float: left;
}
.topbar-left ul, .top-social ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
.topbar-left ul li, .top-social ul li {
    display: inline-block;
}
.topbar-left ul li a {
    color: #ddd;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 6px 0;
    text-decoration: none;
    font-size: 16px;
}
.topbar-left ul li a i {
    color: #F3B007;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
    float: right;
}
.top-social {
    float: left;
    padding: 6px 0px;
    margin-left: 10px;
}
.top-social ul li a {
    color: #ddd;
    margin-right: 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    line-height: 26px;
}
.quote-button {
    float: left;
}
.quote-button .quote-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #F3B007;
    display: inline-block;
    border: 1px solid #F3B007;
    padding: 11px 20px;
    margin: 0px;
    transition: 0.4s;
}
.quote-button .quote-btn:hover {
    background: #1FC157;
    border: 1px solid #1FC157;
    transition: 0.4s;
}

.header-one {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999999999;
}
.header-area {
    border-bottom: 1px solid silver;
}

.header-right-link {
    float: left;
    width: 115px;
    padding: 23px 0px;
    margin-right: 150px;
    text-align: right;
}
.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 44px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #F3B007;
    border-radius: 2px;
}
.navbar {
	float: right;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-collapse {
    padding-left: 0px;
}
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
}
.logo a{
    display: inline-block;
    height: auto;
    padding: 19px 0;
}
.header-area.stick .logo a.white-logo {
    display: none;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}
.header-area.stick .header-right-link {
    padding: 20px 0px;
}
.search-box {
    position: absolute;
    left: 63px;
    top: 45px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    margin-top: 23px;
    box-shadow: 0px 0px 4px 0px #bcbbbb;
}
.search-box input[type=search] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 214px;
    height: 44px;
}
.search-box .search-submit {
    background: #F3B007;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
    height: 45px;
}
.search-box .fa-close {
    cursor: pointer;
    font-size: 18px;
}
.search-box .search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slider-box {
    position: relative;
}
.metaslider.ms-theme-cascade .flexslider .flex-direction-nav li {
    font-size: 0;
}
.area-padding {
    padding: 100px 0px;
}
.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}
.top-content {
    float: left;
    width: 60%;
}
.area-padding-2 {
    padding: 100px 0px 70px;
}
.bg-color {
    background: #fafafa;
}
.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}
.support-services:hover {
    color: #fff;
    background: #1fc157;
}
.support-services img {
    margin-bottom: 20px;
}
.support-services a, .system-content a, .price-btn a
, .brand-area a {
    border: 1px solid #F3B007;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 8px 26px;
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 3;
    background: #F3B007;
    border-radius: 2px;
    margin: 4px;
}
.support-services a:hover {
    color: #333;
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
    background: #fff;
}
.system-content p a:nth-child(1) {
    background: #1fc157;
    border: 1px solid #1fc157;
}
.system-content p a:nth-child(1):hover {
    background: #F3B007;
}
.system-content a:hover, .price-btn a:hover, .brand-area a:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
    background: #1fc157;
}
.metaslider .flexslider {
    margin: 0px !important;
}
.system-images {
    position: relative;
}
.main-system {
    display: block;
    width: 40%;
    float: left;
}
.system-content {
    padding: 30px;
    position: relative;
    left: 0px;
    z-index: 1;
    background: #f5f5f5;
    max-height: 390px;
    height: 100%;
    overflow: hidden;
    width: 570px;
}
.system-content img {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
.system-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
}
.system-content p {
    font-size: 16px;
    color: #444;
    line-height: 26px;
}
.right-system .system-content {
    right: -113px;
}
.main-icon-images {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
.section-headline {
    padding-bottom: 40px;
    position: relative;
}
.section-headline h3 {
    font-size: 40px;
    line-height: 46px;
}
.section-headline p {
    font-size: 15px;
    max-width: 510px;
    margin: 0px auto;
}
.digital-services {
    width: 25%;
    float: left;
}
.digital-wel {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
}
.digital-services img {
    font-size: 60px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}
.digital-services h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
}
.banner-area {
    background-image : url(images/bg2.jpg);
    position: relative;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
.banner-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 23, 46, 0.90) none repeat scroll 0 0;
    opacity: .8;
    content: "";
}
.banner-text {
    padding: 30px 10px;
    margin: 0 auto;
}
.banner-text h2 {
    font-size: 38px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 790px;
    margin: 0 auto 15px;
}
.banner-content a {
    background: #F3B007;
    border: 1px solid #F3B007;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-top: 15px;
    padding: 12px 24px;
    transition: 0.4s;
    border-radius: 2px;
    font-weight: 600;
}

.table-list {
    transition: all 0.4s ease 0s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 40px;
    margin-bottom: 30px;
    border: 1px solid #F3B007;
}
.base {
    position: absolute;
    left: -37px;
    top: 33px;
    background: #1FC157;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
    transform: rotate(317deg);
}
.top-price-inner {
    margin-bottom: 30px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.top-price-inner h4 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
.prices {
    font-size: 40px;
    font-weight: 600;
    color: #151b2c;
    padding-right: 15px;
}
span.users {
    color: #F3B007;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.table-list:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    border: 1px solid #F3B007;
}
.table-list ol {
    margin-top: 10px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.table-list ol li {
    color: #6a7d91;
    padding: 8px 0px;
    position: relative;
}
.table-list li.check::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    left: 0%;
    top: 9px;
    color: #38cb11;
    font-weight: 300;
}
.table-list li.check.cross::before {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: #FF5B5B;
}
.overview-wrapper {
    margin-top: 20px;
}
.overview-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
}
.total-count {
    margin-top: 30px;
}
.left-one {
    margin-right: 3%;
    background: #1FC157;
    border: 1px solid #1FC157;
}
.single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px;
}
.count-num {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.single-count h4 {
    color: #fff;
}
.right-one {
    margin-left: 3%;
    background: #0A27D5;
    border: 1px solid #0A27D5;
}
.single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px;
}
.overview-image {
    position: relative;
    border-radius: 5px;
}
.overview-image img {
    border-radius: 5px;
}
.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(4, 23, 46, 0.50) none repeat scroll 0 0;
    text-align: center;
    border-radius: 5px;
}

.video-play.vid-zone {
    background: #F3B007;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    transition: 0.4s;
    top: 50%;
    position: relative;
    margin-top: -40px;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
.brand-area {
    background: #051b35;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.section-headline {
    padding-bottom: 40px;
    position: relative;
}
.text-center {
    text-align: center;
}
.white-headline h3, .white-headline p {
    color: #fff;
}
.section-headline p {
    font-size: 15px;
    max-width: 510px;
    margin: 0px auto;
}
.brand-content {direction: ltr;}

.footer1 {
    background: url(images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}
.footer-area {
    padding: 90px 0;
}
.footer-content.logo-footer {
    padding-right: 30px;
}
.footer-head p {
    color: #c3c5c8;
}
.footer1::after {
    background: rgba(4, 23, 46, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer-head .widgettitle {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-contacts strong {
    color: #F3B007;
}
.footer-content ul {
    width: 50%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: square;
    color: #F3B007;
    font-size: 18px;
}
.footer-content ul li a {
    color: #c3c5c8;
    padding: 0px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-content ul li .fa {
    width: 34px;
}
.last-item ul li {
    display: inline-block;
}
.last-item ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    transition: 0.4s;
    background: #F3B007;
}
.last-item ul li a:hover {
    color: #fff;
    background: #1FC157;
    transition: 0.4s;
}
.last-item ul {
    width: 100% !important;
}
footer .wpcf7-spinner {
    position: absolute;
}
footer .wpcf7-not-valid-tip {
    color: yellow !important;
    position: absolute;
}
footer .wpcf7-response-output {
    display: none;
}
footer .wpcf7-form {
    display: flex;
    align-items: center;
}
.logo-footer .wpcf7-email {
    background: transparent;
    border-radius: 0px;
    direction: rtl !important;
    padding-right: 10px;
    width: 240px !important;
}
.logo-footer input[type=submit] {
    background: #f3b007 !important;
}

.post-archive-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.35s ease;
    position: relative;
}
.post-archive-item a {
    display: block;
    min-height: 55px;
    font-size: 18px !important;
}
.post-thumbnail {
    position: relative;
    overflow: hidden;
}
.post-thumbnail img {
    width: 100%;
    display: block;
    max-height: 238px;
    transition: transform 0.5s ease, filter 0.4s ease;
}
.post-date-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 64px;
    height: 74px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: all 0.35s ease;
    z-index: 2;
}
.post-archive-item .entry-title {
    display: block;
    min-height: 40px;
    font-weight: 600;
    text-align: center;
}
.post-archive-item a {
    display: block;
    min-height: 55px;
    font-size: 18px !important;
}
.post-date-badge .day {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}
.post-date-badge .month {
    margin-top: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2563eb;
    text-transform: uppercase;
    line-height: 1;
}
.post-archive-item .entry-title {
    display: block;
    min-height: 40px;
    font-weight: 600;
    text-align: center;
}
.post-archive-item a {
    display: block;
    min-height: 55px;
    font-size: 18px !important;
}

.archive article, .single-post article {
    margin-bottom: 50px;
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}
.single-post article {
    margin-top: 51px;
}
article figure {
    width: 100% !important;
}
article .entry-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.nav-previous, .nav-next {
    float: right;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 22px;
    min-height: 71px;
    border-radius: 4px;
    border: 1px dashed;
}
.archive-aside .widgettitle {
    margin-bottom: 20px;
    margin-top: 45px;
}
.latest-posts-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.latest-posts-item a div:nth-child(1) {
    flex: 2;
    margin-left: 10px;
}
.latest-posts-item a img {
    border-radius: 8px;
}
.latest-posts-item a div:nth-child(2) {
    flex: 6;
}
.latest-posts-item a .date {
    color: #bbb;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}
.latest-posts-item a h3 {
    font-size: 15px !important;
    line-height: 25px;
    margin-top: 0px !important;
}
.comments-area {
    clear: both;
    display: flow-root;
}

/* =========================================================
   404
   ========================================================= */
.darkoob-404-page {
    min-height: 640px;
    padding: 85px 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(160,97,60,0.12), transparent 26%),
        radial-gradient(circle at 80% 70%, rgba(160,97,60,0.08), transparent 25%),
        #f5f3f1;
}

.darkoob-404-box {
    max-width: 720px;
    padding: 48px 42px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--darkoob-border);
    box-shadow: 0 18px 50px rgba(45,26,16,0.08);
}

.darkoob-404-number {
    color: var(--darkoob-caramel);
    font-size: 112px;
    font-weight: 800;
    line-height: 1;
}

.darkoob-404-box h1 {
    margin: 14px 0;
    font-size: 28px;
}

.darkoob-404-box p {
    color: #786d65;
}

.darkoob-404-search {
    max-width: 430px;
    margin: 26px auto 18px;
}

.darkoob-404-search .darkoob-search-field {
    border-color: var(--darkoob-border);
    color: var(--darkoob-text);
}

.darkoob-404-search .darkoob-search-submit {
    color: var(--darkoob-brown);
}

.darkoob-404-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}


@media (max-width: 767px) {
    .count-num {
        font-size: 50px;
    }
    .topbar-right {
        display: flex;
        width: 100% !important;
    }
    .topbar-right .top-social {
        flex: 2;
    }
    article .post-data {
        padding: 22px 20px;
    }
    .post-archive-item {
        margin-bottom: 18px;
    }
    #primary {
        margin-top: 110px;
    }
    .darkoob-404-page {
        margin-top: 110px;
    }
    .darkoob-404-box {
        padding: 35px 20px;
    }
    textarea {
        width: 329px;
    }
    .search-box {
        top: 34px !important;
        left: 14px !important;
    }
    .dcr-booking-app, .dcr-customer-panel {
        margin-top: 66px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
        text-align: right !important;
    }
    .header-right-link a.main-search {
        position: absolute;
        left: 78px;
        top: 11px;
    }
    .navbar-default {
        position: absolute !important;
        left: 13px;
        top: 11px;
    }
    .header-right-link {
        width: auto;
        padding: 2px 0px !important;
    }
    .space-section {
        margin: 48px 0 !important;
    }
    .entry-content p {
        text-align: justify;
    }
    .page .site-main {
        margin-top: 112px;
    }
    .overview-wrapper h3 {
        font-size: 26px;
    }
    .widget_text p {
        text-align: justify;
    }
    .single-count {
        padding: 8px !important;
    }
    .section-headline h3 {
        font-size: 34px;
    }
    .footer-content.logo-footer {
        padding-right: 0px !important;
    }
    #text-22 {
        padding: 16px;
    }
    #text-24 video {
        height: 336px !important;
    }
    /*.single-system {*/
    /*    display: flow-root !important;*/
    /*}*/
    .top-content {
        width: 100% !important;
    }

    .digital-services {
        width: 50% !important;
    }
    .system-content {
        right: 0 !important;
        height: auto !important;
        max-height: 462px !important;
    }
    .system-content {
        width: auto !important;
        height: auto !important;
        text-align: justify;
    }
    .main-system {
        clear: both;
        width: 100%;
        display: block;
    }
}
@media (min-width: 767px) {
    .post-archive-item {
        min-height: 250px;
        margin-bottom: 15px;
        text-align: justify;
    }
    .archive .site-main, .single .site-main, .page .site-main {
        margin-top: 209px;
    }
    .hidden-lg {
        display: none !important;
    }
	.navbar {
        border-radius: 4px;
    }
	.mega-sub-menu {
		box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1) !important;
	}
}

@media (max-width: 768px) {
    .single-system {
        display: flex;
        flex-direction: column;
    }

    .single-system .top-content {
        order: -1;
    }
}

