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

@font-face {
  font-family: 'Roboto';
  src: url('fonts/RobotoSlab-Regular.ttf') format('truetype')
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: Roboto;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  font-family: Roboto;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  color: #313131;
  text-decoration: none;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

p {
  line-height: 35px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  height: auto;
  max-width: 100%;
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */


.header-row-1 {
  padding: 8px 0px;
  background-color: #e8f7ff;
}

.login-btn {
  user-select: none;
  border: 0;
  outline: none;
  z-index: 1;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .875rem;
  font-family: var(--main_font);
  gap: 1rem;
  cursor: pointer;
  padding-inline: 1rem;
  height: 2.625rem;
  min-width: 8.75rem;
  background-color: #008bd2;
  color: #fff;
  border-radius: 2rem;
}

.login-btn:hover {
  background-color: #003280;
}

.login-btn .fa {
  font-size: 20px;
}

.header-row-2 {
  padding: 8px 0;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 #0000000a;
  border-bottom: 4px solid #008bd2;
}

.aws-container .aws-search-form {
  margin-top: 8px;
  transition: 0.5s;
  border-radius: 6rem;
  background: #e9f0f7;
  height: 46px !important;
  border: 1px solid transparent;
}

.aws-container .aws-search-form:hover {
  border: 1px solid #08376a;
}

.aws-container .aws-show-clear .aws-search-field {
  width: 100%;
  height: 2.875rem;
  outline: none;
  background-color: #e9f0f7;
  border: 1px solid #e9f0f7;
  border-radius: 6rem 0px 0px 6rem !important;
  font-size: .875rem;
  padding-left: 1rem;
  color: #08376a !important;
  transition: 0.5s;
}

.aws-container .aws-search-form .aws-form-btn {
  border: none;
  margin: 4px;
  background: #a7c4df;
  border-radius: 50% !important;
}

.aws-container .aws-search-form .aws-form-btn:hover {
  background: #08376a;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  width: 39px !important;
  height: 20px !important;
  color: #fff !important;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper {
  margin-right: 7px;
}

.manager-item {
  padding: 16px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 25px;
  background: #F0EEEE;
  min-height: 390px;
}

.manager-item img {
  width: 100%;
  border-radius: 25px;
}

.manager-item p {
  text-align: center !important;
}


.category-part {
  margin-top: 50px;
  text-align: center;
}

.category-part-item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  /* width: 110px; */
  width: 132px;
  /* margin: 5px 0 0 10px; */
  margin: -15px 0 0 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.category-part-item svg {
  fill: #fff;
  stroke: #797979;
  -webkit-transition: all .3s;
  transition: all .3s;
  transform: rotate(91deg);
}

.category-part-item-box {
  /* margin: 40px auto; */
  position: relative;
}

.category-part-item {

  cursor: pointer;
  display: inline-block;
  margin: -15px 0 0 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.category-part-item img {
  top: 18px;
  left: 50%;
  color: #444;
  font-size: 36px;
  position: absolute;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.category-part-item h2 {
    position: absolute;
    left: 7px;
    right: 7px;
    font-weight: 600;
    bottom: 26px;
    margin-top: 6px;
    font-size: 16px !important;
    transition: all .3s;
}

.category-part-item:hover svg {
  fill: #0084b7;
  stroke: #555555;
}

.category-part-item:hover a {
  color: #fff;
}

.hero-about {
  min-height: 60vh;
  line-height: 35px;
  margin: 100px auto;
}

.hero-about-img img {
  border-radius: 7px;
}

/* CSS */
.hero-about-img p {
  --bg-color: rgba(255, 255, 255, 0.8);
  /* رنگ و شفافیت مستطیل */
  --angle: -6deg;
  /* زاویه کج بودن */
  --width: 120%;
  /* عرض مستطیل نسبت به wrapper */
  --height: 60%;
  /* ارتفاع مستطیل */
  position: relative;
  display: inline-block;
  /* یا block بسته به نیاز */
  padding: 12px;
  /* فاصله‌ی تصویر از لبه‌ها (اختیاری) */
}

.hero-about-img p::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #e8f7ff94;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 0;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
}

/* خود تصویر بالای مستطیل باشه */
.hero-about-img img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  /* اگر خواستی گوشه‌ها یکی باشه */
}

.hero-about .widget-title, .section-title, .category-slider-box .widget-title, .archive .page-title, .page-title, article .entry-title {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 1;
    padding: 0.4em 1em;
    margin-bottom: 44px;
}
#post-10 .entry-title {
    color: #003280;
    background: linear-gradient(135deg, #dbefff 0%, #e6fbf3 30%, #f4faff 60%, #e8f6ff 100%);
    padding: 80px 20px;
    text-align: center;
    border-radius: 32px;
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: -10px;
    margin-top: 30px;
    width: 100%;
    z-index: -1;
}
.hero-about .widget-title::before, .section-title::before, .category-slider-box .widget-title::before
, .archive .page-title::before, .page-title::before
{
    content: "";
    position: absolute;
    left: 48%;
    top: 50%;
    width: 100%;
    height: 70%;
    background: #e8f7ff;
    transform: translate(-50%, -50%) rotate(358deg);
    z-index: -1;
    border-radius: 12px;
}

.section-title {
  display: block;
  max-width: 353px;
  margin-top: 65px;
  text-align: center;
}

/* .hero-about .widget-title {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.hero-about .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 14px;
	background: #e8f7ff;
	z-index: -1;
	transform: skewX(-15deg);
	border-radius: 6px;
	border-bottom: 1px solid gray;
} */

.company-option {
  padding: 35px 0;
  background: #e8f7ff;
}

.company-option-item {
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.company-option-item .icon {
  padding: 8px;
  display: inline-block;
  background: #bbe0fb;
  border-radius: 0px 0px 8px 8px;
}

.company-option-item p {
  padding: 12px;
}

.company-option .row-2 {
  margin-top: 10px;
}

.company-option-logo {
  margin-top: 30px;
  text-align: center;
}

.company-option-logo h4 {
  text-align: center;
  margin-top: 20px;
}

.wc-category-slider .owl-nav {
  right: auto !important;
  left: -6px !important;
}

.wc-category-slider .owl-nav button.owl-next,
.wc-category-slider .owl-nav button.owl-prev {
  background: #008bd2 !important;
}

.category-slider-box {
  padding: 35px 0;
  display: flow-root;
  background: #c8ecff;
}

.category-slider-box .textwidget {
  margin-top: 20px;
}

.wc-category-slider.owl-drag .owl-item {
  background: #fff;
  border-radius: 13px !important;
}

.wc-category-slider.wc-category-default .wc-slide-content-wrapper {
  border-radius: 0px 0px 13px 13px !important;
}

.wc-category-slider .wc-slide-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-category-slider .wc-slide-link img {
  width: 200px !important;
  height: 200px !important;
}

.wc-category-slider.wc-category-default .wc-slide-content-wrapper {
  background: #fff !important;
}

.wc-category-slider .wc-slide-image-wrapper {
  height: 268px !important;
}

.wc-category-slider .wc-slide-button {
  color: #000;
  background: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #008bd2;
}

.wc-category-slider .wc-slide-button:hover {
  color: #fff;
  background: #008bd2;
}


.article-slider-box {
  margin: 60px auto;
}

.footer-row-1,
.footer-row-2,
.footer-row-3 {
  color: #fff;
  background-color: #08376a;
}

.footer-row-2 {
  text-align: center;
}

.footer-row-1 {
  text-align: center;
  padding-block: 3.5rem 1rem;
}

.footer-row-3 {
  display: flow-root;
  padding: 40px 0;
}

.footer-row-3 a {
  color: #fff;
}

.footer-row-1 .container {
  max-width: 850px;
  line-height: 38px;
}

.footer-row-1 .container img {
  margin-bottom: 20px;
}

.footer-row-2 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-row-2 ul li {
  margin: 2px;
  display: inline-block;
}

.footer-row-2 ul li a:hover {
  background-color: #0095da;
}

.footer-row-2 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 50%;
  transition: background-color 0.5s;
  padding: .25rem;
  background-color: #fff3;
  color: #ffffff !important;
  font-size: 1rem;
}

.footer-row-2 ul li a {
  font-size: 0;
}

.footer-row-2 li a:before {
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
}

.footer-row-2 .menu-item-19 a:before {
  content: "\f09a";
}

.footer-row-2 .menu-item-20 a:before {
  content: "\f16d";
}

.footer-row-2 .menu-item-21 a:before {
  content: "\f1d9";
}

.footer-row-2 .menu-item-22 a:before {
  content: "\f0e1";
}

.footer-row-2 .menu-item-23 a:before {
  content: "\f232";
}

.footer-row-3 .widget-title {
  color: #00b6b5;
  font-size: 1rem;
  line-height: 2.25;
  margin-bottom: 20px;
}

.footer-row-3 .link-box a::before {
    font-family: "FontAwesome";
    content: "\f053";
    margin-right: 8px;
    display: inline-block;
    font-size: .625rem;
    transform: rotate(180deg);
}

.footer-row-3 a:hover {
  color: #00b6b5;
}

.namad img {
  background: #fff;
  border-radius: 7px;
}
.link-box p {
    line-height: 18px !important;
}
.footer-copy {
  background-color: #fff;
  text-align: center;
  padding-block: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.footer-copy p {
  margin-bottom: 0px;
  font-size: .875rem;
  line-height: 2.5;
  color: #08376a;
}

.comment-form input[type=submit] {
  border: 0px;
  font-size: 17px;
  margin-top: 25px;
  line-height: 24px;
  padding: 14px 20px;
  transition: 0.5s;
  display: inline-block;
  border-radius: 10px 0px 10px 10px;
  background-color: #2ebcee;
}

.comment-form input[type=submit]:hover {
  color: #fff;
  background-color: #1a1a33;
}

.space--md {
  margin-block: 5.5rem;
}

.part-title {
  color: #003280;
}

.group-box {
  padding: 0 30px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.group-logo {
  margin-top: -60px;
  margin-bottom: 80px;
}

.light-content p {
  text-align: center !important;
  color: #fff !important;
}

.group-items {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 64px;
}

.part-title p {
  font-size: 28px;
  font-weight: 600;
  text-align: center !important;
}


.about-title {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #003280;
  font-family: var(--bold_font);
}

.about-col {
  flex: 1 0 0%;
  flex-direction: column;
  gap: 2rem;
  display: flex;
  align-items: flex-start;
}

.about-row {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  margin-block: 5.5rem;
}

.about-row img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}


.carousel-slider-outer-126 {
  background: #08376a;
  border-radius: 24px;
}

.carousel-slider-outer-126 .carousel-slider__caption .caption {
  color: #fff;
}

.carousel-slider-outer-126 .carousel-slider__item img {
  width: 100px !important;
}

.carousel-slider-outer-126 .owl-nav .owl-next svg,
.carousel-slider-outer-126 .owl-nav .owl-prev svg {
  fill: rgb(255 255 255) !important;
  padding-top: 0px !important;
}

.carousel-slider-outer-126 .carousel-slider__item img {
  border-radius: 50%;
}

.komite-item {
  margin-bottom: 30px;
  border-radius: 20px;
  min-height: 510px !important;
  border: 1px solid silver;
}

.komite-item .about-title {
  text-align: center;
}

.komite-item p {
  margin: 15px;
  font-size: 18px;
}

.komite-item img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}


#post-245 table,
#post-246 table,
#post-251 table,
#post-151 table{
  width: 100%;
}

#post-245 table th,
#post-246 table th,
#post-251 table th,
#post-151 table th{
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  background: #08376a;
}

#post-245 table td,
#post-245 table th,
#post-246 table td,
#post-246 table th,
#post-251 table td,
#post-251 table th,
#post-151 table td,
#post-151 table th{
  line-height: 35px;
  text-align: center;
}

#post-245 table tr:nth-child(even),
#post-246 table tr:nth-child(even),
#post-251 table tr:nth-child(even),
#post-151 table tr:nth-child(even){
  background: #e8f7ff;
}

#post-245 table tr:nth-child(odd) td,
#post-246 table tr:nth-child(odd) td,
#post-251 table tr:nth-child(odd) td,
#post-151 table tr:nth-child(odd) td{
  line-height: 50px;
}

#post-245 table td:first-child,
#post-245 table th:first-child,
#post-246 table td:first-child,
#post-246 table th:first-child,
#post-251 table td:first-child,
#post-251 table th:first-child,
#post-151 table td:first-child,
#post-151 table th:first-child{
  border-radius: 91px 0 0 91px;
}

#post-245 table td:last-child,
#post-245 table th:last-child,
#post-246 table td:last-child,
#post-246 table th:last-child,
#post-251 table td:last-child,
#post-251 table th:last-child,
#post-151 table td:last-child,
#post-151 table th:last-child{
  border-radius: 0 91px 91px 0;
}
.hero-about .widget-title::before, .section-title::before, .category-slider-box .widget-title::before, .archive .page-title::before, .page-title::before, article .entry-title::before {
    content: "";
    position: absolute;
    left: 48%;
    top: 50%;
    width: 100%;
    height: 70%;
    background: #e8f7ff;
    transform: translate(-50%, -50%) rotate(-4deg);
    z-index: -1;
    border-radius: 12px;
}
#post-10 .entry-title {
  color: #003280;
  background: linear-gradient(135deg, #dbefff 0%, #e6fbf3 30%, #f4faff 60%, #e8f6ff 100%);
  padding: 80px 20px;
  text-align: center;
  border-radius: 32px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: -40px;
  margin-top: 30px;
}

.login-b {
  text-align: right;
}

.carousel-slider__post-excerpt {
  direction: ltr;
}

.carousel-slider__post-title {
  text-align: left;
}


#reviews {
  padding: 0px 25px;
}



.woocommerce #reviews #comments h2 {
  font-size: 19px;
  margin-bottom: 24px;
}

.woocommerce #review_form #respond .form-submit input {
  border: 1px solid #008bd2;
  background: #fff;
  color: #008bd2;
  width: 100%;
}

.woocommerce.single div.product .woocommerce-tabs .panel {
  margin-bottom: 24px;
  padding: 38px 0 16px 0;
  text-align: left;
}

.latest-posts-item a div:nth-child(1) {
  flex: 2;
  margin-right: 10px;
}

#mslswidget-3 {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 18px;
}

.login-btn {
  margin-top: 9px;
}

.post-template-default .post-thumbnail img {
  width: 100%;
}

.group-box {
  padding: 0 30px 72px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.metaslider.ms-theme-blend .flexslider:not(.filmstrip) ul.flex-direction-nav a.flex-prev {
    right: 102px !important;
}

.page-id-10 .entry-title::before {
    background: transparent;
}

.company-option {
    padding: 30px 12px;
    background: #e8f7ff;
}

@media (max-width: 760px) {
    #post-8 .metaslider .slides img {
        height: 56vh !important;
        width: auto !important;
    }
    .metaslider.ms-theme-bitono .flexslider .caption-wrap .caption div {
        line-height: 25px !important;
    }
    .header-row-1 {
        display: none;
    }
    .company-option-item {
        margin-bottom: 30px;
    }
    .category-part-item {
        width: 43%;
        margin: 12px;
    }
    .category-part-item img {
        height: 70px;
        width: 70px;
    }
}
@media (min-width: 760px) {
    .group-box {
        margin-top: 110px;
    }
    .group-box {
        margin-top: -64px;
    }
    .category-part-item img {
        height: 50px;
        width: 50px;
    }
    #primary {
        padding-top: 180px;
    }
    .company-option-item {
        min-height: 260px;
    }
    .company-option {
        border-radius: 25px;
    }
    .company-option .row-1 {
        margin-right: -35px;
        margin-left: 10px;
    }
    
    .category-part-item {
        width: 132px;
        position: absolute;
    }
}

@media screen and (min-width: 460px) {
    
  .category-part-item-box {
    min-height: 500px;
    max-width: 900px;
  }

  .category-part-item:nth-child(1) {
    left: 0;
    top: 250px;
  }

  .category-part-item:nth-child(2) {
    left: 130px;
    top: 175px;
  }

  .category-part-item:nth-child(3) {
    left: 130px;
    top: 325px;
  }

  .category-part-item:nth-child(4) {
    left: 260px;
    top: 250px;
  }

  .category-part-item:nth-child(5) {
    left: 390px;
    top: 175px;
  }

  .category-part-item:nth-child(6) {
    left: 520px;
    top: 250px;
  }

  .category-part-item:nth-child(7) {
    left: 650px;
    top: 175px;
  }

  .category-part-item:nth-child(8) {
    left: 780px;
    top: 250px;
  }

  .category-part-item:nth-child(9) {
    left: 650px;
    top: 25px;
  }
}