﻿/*
@import this file directly into your existing Scss files to use these mixins
*/
html {
  scroll-behavior: smooth;
}

.light {
  font-family: IranSansWeb;
  font-weight: 300;
}

.medium {
  font-family: IranSansWeb;
  font-weight: 500;
}

.bold {
  font-family: IranSansWeb;
  font-weight: bold;
}

a {
  text-decoration: none !important;
  color: #25a0c3;
}

.cursor-pointer {
  cursor: pointer;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

[v-cloak] {
  display: none;
}

.show-in-admin {
  display: none;
}

[data-valmsg-for] {
  display: block;
}

.md-input {
  max-width: max-content;
  display: inline-block;
}

.text-wrap {
  text-wrap: wrap;
  line-height: 2;
}

.gray-input {
  height: 40px !important;
  vertical-align: top;
  border: 1px solid #cccccc;
}

.wide-btn {
  width: 220px;
  height: 40px; /*border-radius: 20px;*/
  margin-bottom: 10px;
  box-shadow: 0 4px 5px 0 rgba(43, 107, 180, 0.45);
}

.aparat-icon {
  background-image: url(/images/aparat.svg);
}

.instagram-icon {
  background-image: url(/images/insta.svg);
}

.facebook-icon {
  background-image: url(/images/facebook.svg);
}

.telegram-icon {
  background-image: url(/images/telegram.svg);
}

.linkedin-icon {
  background-image: url(/images/linkedin.svg);
}

.google-plus-icon {
  background-image: url(/images/google.svg);
}

.twitter-icon {
  background-image: url(/images/twitter.svg);
}

.clear {
  clear: both;
}

.big-btn {
  font-size: 1.8em;
  border-radius: 25px;
  margin: 0 10px;
}

.grayed-out {
  background: repeating-linear-gradient(-45deg, #f9f9f9 5px, #e8e8e8 19px, #d2f5ff 10px, #a6d1ff 21px);
  border-collapse: collapse;
}

.popover {
  font-size: 1.3em;
}
.popover .popover-title {
  font-size: 1em;
  background: #25a0c3;
  color: white;
}

.text-small {
  font-size: 1em;
}

.p-2 {
  padding: 2rem;
}

.loading-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1100;
}
.loading-container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}

.table-align-middle th, .table-align-middle td {
  vertical-align: middle !important;
}

.refresh-token {
  font-size: 1.5em;
  vertical-align: sub;
  padding: 5px;
  color: black;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
.refresh-token:hover {
  color: #25a0c3;
}

.ctrl-md {
  width: 150px;
  display: inline-block;
  height: 36px;
  margin: 0 5px;
}

.custom-checkbox input {
  display: inline-block;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.font-normal {
  font-weight: normal;
}

.d-none {
  display: none;
}

.m-auto {
  margin: 0 auto !important;
}

.border-error {
  border: 1px solid red;
}

select {
  font-family: "IranSansWeb";
}

.d-blcok {
  display: block;
}

.max-w-200 {
  max-width: 200px;
}

.mb-1 {
  margin-bottom: 0.3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 0.3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.text-danger {
  margin-bottom: 0;
}

/*****General******/
.border {
  border: 1px solid #25a0c3;
}

.mx-2 {
  margin: 0 5px;
}

.bg-gray {
  background: #f2f2f2;
}

.pb-3 {
  padding-bottom: 15px;
}

.share-btn {
  position: relative;
  padding: 0 16px;
  height: 45px;
  cursor: pointer;
  transition: cubic-bezier(0.65, 1.03, 0.9, 1.02) 0.2s;
  border-radius: 22.5px;
  width: 120px;
  overflow: hidden;
}
.share-btn .title {
  display: inline-block;
  font-size: 0.85em;
  padding: 10px 0;
}
.share-btn .title .share-icon.hover {
  display: none;
}
.share-btn .icons {
  vertical-align: middle;
  display: block;
  right: 120px;
  top: 7px;
  opacity: 0;
  transition: all 1s;
  position: absolute;
}
.share-btn .icons .social-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.share-btn .icons .icon {
  color: white;
  display: table-cell;
  padding: 3px 10px;
}
.share-btn:hover {
  background-color: #25a0c3;
  width: 362px;
}
.share-btn:hover .title {
  color: white;
  border-left: 1px dashed #fff;
  padding: 10px 0 10px 10px;
}
.share-btn:hover .title .share-icon {
  display: none;
}
.share-btn:hover .title .share-icon.hover {
  display: inline;
}
.share-btn:hover .icons {
  opacity: 1;
}

.material-input {
  position: relative;
  margin: 15px 0;
}
.material-input label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px;
  transition: 0.3s all;
  pointer-events: none;
}
.material-input label.label-top {
  top: 0;
  right: 5px;
  background: white;
  font-size: 0.8rem;
}

.custom-table-container .custom-table-body {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid gray;
  border-left: none;
  border-bottom: none;
}
.custom-table-container .custom-table-body .custom-table-item {
  flex: 1 0 23%;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 10px;
}

.share-btn-mobile {
  display: none;
}

.share-icons-mobile {
  display: none;
}

/****Bootstrap****/
.progres-bar-container {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  margin: 10px 0;
}
.progres-bar-container .progres-bar {
  color: #fff !important;
  background-color: #296c5a !important;
  padding: 0.01em 16px;
  text-align: center !important;
}

h1 {
  font-family: IranSansWeb;
  font-weight: 300;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
}

.publishDate {
  background-color: #134a86;
  color: white;
  border-radius: 10px;
  padding-left: 20px;
}

.your-location {
  direction: rtl !important;
  font-size: 7pt;
  padding-right: 25px;
  background: #25a0c3;
}

.nav-pills li a {
  padding: 5px 15px;
  min-width: 140px;
  border-radius: 20.5px;
  border: solid 2px #5592c4;
  background: white;
}
.nav-pills li.active a {
  background: #25a0c3;
  border: solid 2px #25a0c3;
  box-shadow: 0 4px 5px 0 rgba(43, 107, 180, 0.45);
}

.breadcrumb-wrapper {
  float: none;
  direction: ltr;
}

.panel-group .panel {
  margin-bottom: 15px;
}

.panel {
  border-radius: 8px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border: none;
}
.panel.panel-default .panel-heading {
  background-color: transparent;
  border: none;
  position: relative;
  padding: 16px;
}
.panel.panel-default .panel-heading .panel-title {
  font-size: 1em;
  font-family: IranSansWeb;
  font-weight: 500;
  color: #134a86;
  font-weight: 500;
}
.panel.panel-default .panel-heading .panel-title a:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 18px;
  height: 12px;
  background: url("/Images/up-arrow.svg") center center no-repeat;
  background-size: contain;
}
.panel.panel-default .panel-heading .panel-title a.collapsed:after {
  background: url("/Images/down-arrow.svg") center center no-repeat;
  background-size: contain;
}
.panel.panel-default .panel-collapse .panel-body {
  border-top: none;
  color: #888;
  padding: 0 28px 32px 28px;
}

.btn-default {
  border: 1px solid #25a0c3;
  background-color: #25a0c3;
  color: white;
}
.btn-default:hover {
  color: white;
  background: #134a86;
}

.buttons-row .btn + .btn {
  margin-right: 15px;
}

.modal .modal-dialog.modal-md {
  width: 500px;
}
.modal .modal-dialog .modal-content {
  text-align: right;
}
.modal .modal-dialog .modal-content .modal-header {
  min-height: 70px;
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  position: absolute;
  top: 15px;
  right: 0;
  padding-right: 50px;
  padding-top: 10px;
  width: auto;
  display: block;
  word-wrap: unset;
  text-align: right;
  font-size: 1em;
  color: #134a86;
  font-family: IranSansWeb;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-header .modal-title:after {
  content: "";
  width: 37px;
  height: 9px;
  background: #2b6bb4;
  position: absolute;
  right: 0;
  top: 20px;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  display: block;
  background: url(/images/close.svg) no-repeat center center;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 24px;
  left: 19px;
  margin: 0;
  border: 0;
  z-index: 10;
  opacity: 0.7;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

/***MultiSelect****/
.multiselect {
  direction: rtl !important;
  text-align: right !important;
}
.multiselect .multiselect__select {
  left: 1px;
  right: auto;
}
.multiselect .multiselect__select:before {
  top: 80%;
}
.multiselect .multiselect__tags {
  padding: 8px 8px 8px 40px;
  height: 38px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
.multiselect .multiselect__tags .multiselect__single {
  font-size: 14px;
}
.multiselect .multiselect__tags .multiselect__input {
  font-size: 14px;
}
.multiselect .multiselect__option {
  font-size: 14px;
}
.multiselect .multiselect__option.multiselect__option--highlight {
  background: #0081c2;
}
.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  white-space: normal;
}

/**Modal***/
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/******General******/
.blue-bg {
  background: rgba(43, 107, 180, 0.1);
  border-radius: 8px;
  margin: 0 -40px;
  padding: 40px;
}

.section-title {
  font-size: 3em;
  color: #232323;
  margin: 110px 0 60px;
  line-height: 1.1em;
  text-align: center;
}
.section-title .sub-section-title {
  color: #232323;
  font-size: 0.5em;
}

.slogan {
  font-family: IranSansWeb;
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
  color: #888888;
}

.border-right {
  border-right: 1px solid #ededed;
}

.border-left {
  border-left: 1px solid #ededed;
}

.content .inner-page-header .title-wrapper {
  float: right;
}
.content .inner-page-header .title-wrapper h2 {
  font-size: 0.85em;
  font-family: IranSansWeb;
  font-weight: bold;
  color: #134a86;
  margin-top: 22px;
  margin-bottom: 5px;
}
.content .inner-page-header .title-wrapper h1 {
  margin-top: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.content .inner-page-header .title-wrapper .date {
  color: #5592c4;
}
.content .inner-page-header .links-wrapper {
  float: left;
  margin-top: -40px;
  clear: both;
}
.content .header-html {
  background: rgba(43, 107, 180, 0.1);
  padding: 40px 100px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 10px;
}
.content .header-html .text {
  border-top: 1px solid rgba(43, 107, 180, 0.3);
  border-bottom: 1px solid rgba(43, 107, 180, 0.3);
  padding: 10px 0;
  position: relative;
}
.content .header-html .text .title {
  font-family: IranSansWeb;
  font-weight: bold;
  color: #25a0c3;
  position: absolute;
  top: -15px;
  right: 0;
  background: rgb(230, 237, 244);
  padding: 0 0 0 10px;
}
.content .header-html .text:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/Images/quote-right.png") no-repeat;
  position: absolute;
  right: -70px;
  bottom: -40px;
}
.content .header-html .text:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/Images/quote-left.png") no-repeat;
  position: absolute;
  left: -40px;
  top: -15px;
}

.share-btn {
  position: relative;
  padding: 0 16px;
  height: 45px;
  cursor: pointer;
  transition: cubic-bezier(0.65, 1.03, 0.9, 1.02) 0.2s;
  border-radius: 22.5px;
  width: 120px;
  overflow: hidden;
}
.share-btn .title {
  display: inline-block;
  font-size: 0.85em;
  padding: 10px 0;
}
.share-btn .title .share-icon.hover {
  display: none;
}
.share-btn .icons {
  vertical-align: middle;
  display: block;
  right: 120px;
  top: 7px;
  opacity: 0;
  transition: all 1s;
  position: absolute;
}
.share-btn .icons .social-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.share-btn .icons .icon {
  color: white;
  display: table-cell;
  padding: 3px 10px;
}
.share-btn:hover {
  background-color: #25a0c3;
  width: 362px;
}
.share-btn:hover .title {
  color: white;
  border-left: 1px dashed #fff;
  padding: 10px 0 10px 10px;
}
.share-btn:hover .title .share-icon {
  display: none;
}
.share-btn:hover .title .share-icon.hover {
  display: inline;
}
.share-btn:hover .icons {
  opacity: 1;
}

.dropdown-menu {
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0;
}
.dropdown-menu > li:first-child > a.checkbox {
  border-radius: 10px 10px 0 0;
}
.dropdown-menu > li:last-child > a.checkbox {
  border-radius: 0 0 10px 10px;
}

.modal .login-hint {
  display: none;
}
.modal.show-login-hint .login-hint {
  display: block;
  color: #25a0c3;
  font-size: 1.2em;
  font-weight: bold;
}

#account-modal-content {
  font-size: 1.4em;
}
#account-modal-content .modal-body {
  margin-top: -20px;
}
#account-modal-content .modal-body .modal-header {
  height: 0;
}
#account-modal-content .modal-body .nav.nav-tabs {
  display: none;
}
#account-modal-content .modal-body .validation-errors {
  margin-bottom: 0;
  text-align: right;
}
#account-modal-content .modal-body .validation-errors ul, #account-modal-content .modal-body .validation-errors li {
  margin: 0;
}
#account-modal-content .modal-body #login-type {
  text-align: center;
}
#account-modal-content .modal-body #login-type .wrapper form {
  margin: 37px 40px 0 40px;
}
#account-modal-content .modal-body #login-type .wrapper form button {
  background: none;
  border: none;
  display: block;
  margin-bottom: 20px;
  text-align: right;
  color: #134a86;
  font-size: 1.4em;
  font-weight: 500;
}
#account-modal-content .modal-body #login-type .wrapper form button img {
  width: 176px;
  margin-left: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#account-modal-content .modal-body .tab-pane {
  text-align: center;
  padding-top: 20px;
}
#account-modal-content .modal-body .tab-pane img {
  width: 176px;
  margin-top: 24px;
}
#account-modal-content .modal-body .tab-pane .username-label {
  text-align: right;
}
#account-modal-content .modal-body .tab-pane form {
  margin: 37px 40px 0 40px;
}
#account-modal-content .modal-body .tab-pane form .form-group {
  margin-bottom: 12px;
}
#account-modal-content .modal-body .tab-pane input {
  text-align: right;
}
#account-modal-content .modal-body .tab-pane input::placeholder {
  direction: rtl;
}
#account-modal-content .modal-body .register {
  padding: 25px 50px 10px 50px;
  border-top: 1px solid #d8d8d8;
  display: inline-block;
  margin-top: 30px;
}
#account-modal-content .modal-body .mobile-login-form .hint {
  font-size: 1.4em;
  margin: 24px 0;
}
#account-modal-content .modal-body .mobile-login-form button[type=submit] {
  margin-top: 20px;
}
#account-modal-content .modal-body .mobile-login-form form {
  margin: 0 80px 0 80px !important;
}
#account-modal-content .modal-body .email-login-form form {
  margin: 37px 80px 0 80px !important;
}
#account-modal-content .modal-body .register-form img {
  width: 123px;
}
#account-modal-content .modal-body .register-form form {
  margin: 37px 80px 18px 80px !important;
}
#account-modal-content .modal-footer {
  text-align: center;
}

/****************/
/*.bottom-line { border-bottom: 1px solid rgba(255, 255, 255, 0.4); }*/
.list-group {
  list-style-type: none;
}

body {
  font-family: IRANSansWeb; /*background-image: url(https://www.ayandehsazfund.com/Portals/_default/skins/dng-theme/images/ayandehsaz/layerSlider3.png); background-repeat: no-repeat; background-position: top left; background-size: 63%;*/
}
body .main-content-wrapper {
  font-size: 1.4em;
}
body .main-content-wrapper .inner-container {
  margin: 0 auto;
  max-width: 1030px;
  width: 100%;
}
body .main-content-wrapper .inner-container .side-menu-container {
  width: 200px;
  float: right;
  padding-left: 10px;
}
body .main-content-wrapper .inner-container .content-container {
  max-width: 800px;
  float: left;
  width: 100%;
}
body .main-content-wrapper .inner-container.content-only .content-container {
  float: none;
  margin: 0 auto;
  width: 100%;
}
body .mobile-header {
  display: none;
}
body header {
  padding: 10px;
  margin: 0;
  font-size: 1.6em;
}
body header .header-middle {
  position: relative;
}
body header .header-middle .logo {
  float: right;
  margin: 5px 0 0 0;
}
body header .header-middle .logo img {
  width: 70%;
  margin: 0 0 10px 0;
}
body header .header-middle .phone-number {
  font-size: 1em;
  color: #25a0c3;
  font-weight: bold;
  padding: 10px 0;
}
body header .header-middle .slogan-2 {
  float: right;
  font-size: 1.3em;
  color: #25a0c3;
  padding: 20px;
  font-weight: bold;
}
body header .header-middle .login-box {
  z-index: 10;
  float: left;
  margin-top: 20px;
}
body header .header-middle .login-box .actions {
  min-width: 200px;
}
body header .header-middle .login-box .actions .welcome {
  font-size: 1em;
  color: #444;
  margin-bottom: 15px;
}
body header .header-middle .login-box .actions > * {
  width: 100%;
}
body header .header-middle .links-wrapper {
  float: left;
  margin: 20px 0 10px 0;
  display: none;
}
body header .header-middle .links-wrapper .search-wrapper {
  position: relative;
  display: inline-block;
  min-width: 190px;
}
body header .header-middle .links-wrapper .search-wrapper .search-input {
  height: 50px;
  border: 1px solid #25a0c3;
}
body header .header-middle .links-wrapper .search-wrapper .search-icon {
  position: absolute;
  left: 10px;
  top: 16px;
  font-size: 1.2em;
  color: #25a0c3;
}
body header .header-middle .links-wrapper .account {
  display: inline-block;
  min-width: 190px;
  box-shadow: 0px 2px 3px #444;
  margin-right: 5px;
}
body header .header-middle .links-wrapper .account a {
  width: 100%;
  background: #25a0c3;
  height: 50px;
  padding: 4px 0;
}
body header .header-middle .links-wrapper .account a:hover, body header .header-middle .links-wrapper .account a:focus {
  border-color: #25a0c3;
}
body header .header-middle .links-wrapper .account img {
  width: 40px;
}
body header .header-middle .links-wrapper .exit-btn {
  display: inline-block;
  min-width: 50px;
  box-shadow: 0px 2px 3px #444;
  margin-right: 5px;
}
body header .header-middle .links-wrapper .exit-btn a {
  width: 100%;
  height: 50px;
  padding: 4px 0;
  padding-top: 10px;
}
body header .header-middle .links-wrapper .exit-btn a:hover, body header .header-middle .links-wrapper .exit-btn a:focus {
  border-color: red;
}
body header .header-middle .nav-toggle-button {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 60px;
  display: none;
}
body header .header-middle .nav-toggle-button.open .separator-line {
  transform: rotate(0) !important;
}
body header .header-middle .nav-toggle-button.open .toggle-button {
  transform: rotate(45deg) !important;
}
body header .header-middle .nav-toggle-button.open .toggle-button .bar.i-2 {
  opacity: 0;
}
body header .header-middle .nav-toggle-button.open .toggle-button .bar.i-1 {
  transform: rotate(-90deg) translateX(-9px);
}
body header .header-middle .nav-toggle-button.open .toggle-button .bar.i-3 {
  transform: translateY(-7px);
}
body header .header-middle .nav-toggle-button .toggle-button {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
  width: 59px;
  height: 60.5px;
  z-index: 2;
  position: absolute;
  top: 20px;
}
body header .header-middle .nav-toggle-button .toggle-button .icon {
  margin-top: 20.5px;
}
body header .header-middle .nav-toggle-button .toggle-button .icon .bar {
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 2px;
  background: #25a0c3;
  transition: all 0.2s ease-in-out;
  margin: 4px auto;
}
body header .main-menu-container {
  clear: both;
  text-align: right;
  /*.main-nav { position: relative;

      .main-menu { display: block; list-style: none; margin: 0; white-space: nowrap; text-align: right; padding-right: 0; position: relative;

          li { display: inline-block; position: relative; padding: 6px 10px; margin: 0 0 0 0.9%;

              a { color: white; text-decoration: none;

                  &.has-sub-menu { margin-left: 15px;

                      &:after { content: ''; width: 10px; height: 10px; position: absolute; left: 10px; top: 18px; background-image: url('/images/arrow-white.png'); background-repeat: no-repeat; }
                  }
              }

              &.selected { background-color: #f2f2f2;

                  a { color: $secondary !important;

                      &:after { background-image: url('/images/arrow-open.png'); }
                  }
              }
          }
      }

      .sub-menus {


          a {

              &:hover { font-weight: 500; padding-right: 5px; border-bottom: 1px dashed black; transition: 0.5s; }
          }



          &.level-2 { width: 100%; border-radius: 0 0 16px 16px; background-color: #f2f2f2; box-shadow: 0 26px 25px 0 rgba(0, 0, 0, 0.35); display: none; overflow: hidden; transition: all 0.3s cubic-bezier(0, 0, 0, 1); opacity: 0; position: absolute; right: 0; left: 0; z-index: 2; height: 0; padding: 0;


              &.active { height: auto; display: block; opacity: 1; }

              .sub-menu.level-2 { display: none; height: 0; transition: all 0.3s; padding: 10px;


                  &.active { display: block; height: auto; width: 100%; }

                  ul.items { list-style: none; padding-right: 0;



                      > li { width: 18%; font-size: 80%; vertical-align: top; padding: 0 5px; display: inline-block;


                          > a { font-weight: bold; color: $secondary; border-bottom: 1px solid #bbb; }

                          a { text-decoration: none; }

                          .sub-menus.level-3 { padding-right: 0; list-style: none; margin-top: 15px;



                              > li { font-size: .875em; margin-top: 10px;


                                  a { color: #444; }
                              }
                          }
                      }
                  }
              }
          }
      }
  }*/
}
body header .main-menu-container .main-nav {
  position: relative;
}
body header .main-menu-container .main-nav > .category {
  display: none;
}
body header .main-menu-container .main-nav > .category > div {
  width: 50%;
  float: right;
  text-align: center;
  line-height: 3em;
  cursor: pointer;
  background: #2b6bb4;
  color: white;
}
body header .main-menu-container .main-nav .main-menu {
  display: block;
  list-style: none;
  font-size: 1em;
  margin: 0;
  white-space: nowrap;
  text-align: right;
  padding-right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
body header .main-menu-container .main-nav .main-menu a {
  color: #4a4646;
  text-decoration: none;
}
body header .main-menu-container .main-nav .main-menu > li {
  display: inline-block;
  padding: 10px 0;
  margin: 0;
}
body header .main-menu-container .main-nav .main-menu > li > a {
  position: relative;
  line-height: 3em;
  padding: 0 12.4px;
  font-weight: 500;
  border-left: 1px solid #e3e3e3;
}
body header .main-menu-container .main-nav .main-menu > li > a.has-sub-menu:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  background-image: url("/images/arrow-white.png");
  background-repeat: no-repeat;
}
body header .main-menu-container .main-nav .main-menu > li a:last-child {
  border: none;
}
body header .main-menu-container .main-nav .main-menu > li.active {
  background-color: #f2f2f2;
}
body header .main-menu-container .main-nav .main-menu > li.active > a {
  color: #25a0c3 !important;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 {
  position: relative;
  transition: all 0.3s;
  padding: 12px;
  width: 100%;
  border-radius: 0 0 16px 16px;
  background-color: #f2f2f2;
  box-shadow: 0 26px 25px 0 rgba(0, 0, 0, 0.35);
  display: none;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  opacity: 0;
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  z-index: 5;
  height: 0;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .sub-menu.level-3 {
  display: list-item !important;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots {
  width: 400px;
  float: right;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul {
  display: block;
  margin: 0;
  padding: 0;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .more-categories {
  list-style: none;
  margin-top: 8px;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .more-categories a {
  color: #25a0c3;
  padding: 5px 12px;
  font-weight: bold;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 {
  display: block;
  font-size: 1em;
  padding: 6px 12px;
  margin-top: 5px;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 > a {
  font-weight: 500;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active {
  background: #25a0c3;
  border-radius: 8px;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active a {
  color: white;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active .level-3-container {
  display: block;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active .level-3-container .categories .category {
  width: 48%;
  text-align: center;
  margin-right: 1.25%;
  padding: 5px 15px;
  float: right;
  color: white;
  background: #25a0c3;
  border-radius: 0 0 8px 8px;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container {
  display: none;
  position: absolute;
  width: 705px;
  border-radius: 8px;
  top: 15px;
  right: 425px;
  background: white;
  height: 410px;
  background-image: url("/Images/menu-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container > ul {
  float: right;
  width: 100%;
  padding: 15px 30px 15px 0;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .items {
  width: 80%;
  background: white;
  float: right;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .items > div {
  float: right;
  width: 50%;
  background: transparent;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category {
  position: absolute;
  height: 100%;
  width: 150px;
  right: 0;
  top: 0;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category > div {
  display: block;
  height: 50%;
  text-align: center;
  cursor: pointer;
  background: #e0e0e0;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category > div:hover {
  background: #4b89d0;
  color: white;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop.active {
  height: auto;
  display: block;
  opacity: 1;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 a {
  border-bottom: 2px solid transparent;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 .sub-menu.level-3 a:hover {
  color: #25a0c3 !important;
  border-bottom: 2px solid #25a0c3;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 {
  display: inline-block;
  vertical-align: top;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 a {
  color: #134a86;
  text-decoration: none;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 {
  padding-right: 0;
  list-style: none;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 > li {
  width: 50%;
  float: right;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 > li a {
  line-height: 2.4em;
  font-size: 0.97em;
  font-weight: 500;
  color: #787878;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 .more-categories {
  clear: both;
  float: left;
  list-style: none;
  width: 198px;
}
body header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 .more-categories a {
  color: #25a0c3;
}
body header .main-menu-container .main-nav[data-category="0"] .category [data-category="0"] {
  background: #2b6bb4 !important;
  color: white;
}
body header .main-menu-container .main-nav[data-category="0"] [data-category-1] {
  display: none;
}
body header .main-menu-container .main-nav[data-category="1"] .category [data-category="1"] {
  background: #2b6bb4 !important;
  color: white;
}
body header .main-menu-container .main-nav[data-category="1"] [data-category-0] {
  display: none;
}
body header .main-navigation {
  background-color: #25a0c3;
  font-size: 1.1em;
  padding: 5px 15px;
}
body header .main-navigation a.link {
  margin-left: 20px;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  padding: 5px 15px;
}
body header .main-navigation a.link:hover {
  background: #25a0c3;
}
body footer {
  background: #d4f6ff;
  font-size: 1.4em;
}
body footer .phone-icon {
  width: 20px;
  height: 23.5px;
  background: url(/images/phone.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
body footer .fax-icon {
  width: 20px;
  height: 23.5px;
  background: url(/images/fax.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
body footer .social-icon {
  width: 33px;
  height: 33px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
body footer .footer-top .social-networks {
  margin-top: 12px;
}
body footer .footer-top .social-networks .dscp {
  text-align: center;
}
body footer .footer-top .social-networks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.7em;
  margin-top: 15px;
  text-align: center;
}
body footer .footer-top .social-networks ul li {
  display: inline-block;
  padding: 0 8px;
}
body footer .footer-top .email {
  text-align: left;
}
body footer .footer-top .phone-number {
  display: inline-block;
  width: 50%;
  float: left;
  direction: ltr;
  text-align: left;
}
body footer .footer-top .phone-number svg {
  margin-right: 10px;
}
body footer .footer-top.i3 .address-w {
  position: relative;
  min-height: 4em;
  font-size: 1.142em;
}
body footer .footer-top.i3 .address-w .address {
  text-align: justify;
}
body footer .footer-top.i3 .address-w .email {
  position: absolute;
  top: 3.4em;
  left: 0;
}
body footer .footer-top.i3 .phones-w {
  font-size: 1.142em;
  font-weight: bold;
  line-height: 3em;
}
body footer .footer-bottom {
  text-align: center;
}
body footer .footer-bottom .copyright {
  font-size: 0.85em;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  display: inline-block;
}
body footer .footer-bottom .copyright a {
  font-weight: bold;
}
body footer .footer-bottom .copyright .brand {
  font-weight: bold;
}
body.default h1 {
  font-size: 2.5em;
  margin: 30px 0;
}
body.default .ayandehsaz-panel {
  margin-top: 50px;
}
body.default .buttons-container {
  background: linear-gradient(to right, #1c6197, #1ba0c4) !important;
  margin-bottom: 40px;
}
body.default .login-link {
  box-shadow: 0px 0px 90px -12px rgba(28, 98, 151, 0);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1294117647);
  transition: all ease-in-out 300ms;
  display: block;
  text-align: center;
  color: white;
  width: 100%;
  padding: 10px;
}
body.default .login-link img {
  transition: all 0.3s;
  margin-top: 10px;
}
body.default .login-link p {
  font-size: 1.7em;
  transition: all 0.3s;
}
body.default .login-link:hover img, body.default .login-link:hover p {
  transform: scale(1.05);
}
body.default .banner-container {
  overflow: hidden;
}
body.default .banner-container #top-banner {
  text-align: center;
  position: relative;
  margin: 0 auto;
}
body.default .banner-container #top-banner .owl-carousel .owl-stage-outer {
  overflow: visible;
}
body.default .banner-container #top-banner .owl-carousel img {
  width: 100%;
}
body.default .banner-container #top-banner .owl-carousel .control {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  height: 60px;
  padding: 10px;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav {
  margin: 0 2%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -40px;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav > div {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 16px;
  height: 17px;
  top: 7px;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav > div.owl-next {
  left: -18px;
  background: url("/images/previous.svg") center center no-repeat;
  background-size: cover;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav > div.owl-prev {
  right: -18px;
  background: url("/images/next.svg") center center no-repeat;
  background-size: cover;
}
body.default .banner-container #top-banner .owl-carousel .owl-item {
  transform: scale(1);
  transition: all 0.3s;
}
body.default .banner-container #top-banner .owl-carousel .owl-item img {
  opacity: 0.25;
  transition: all 0.7s;
}
body.default .banner-container #top-banner .owl-carousel .owl-item .caption {
  opacity: 0.25;
  font-size: 2.4em;
  min-height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
body.default .banner-container #top-banner .owl-carousel .owl-item.active img {
  opacity: 1;
}
body.default .banner-container #top-banner .owl-carousel .owl-item.center {
  transform: scale(1);
}
body.default .banner-container #top-banner .owl-carousel .owl-item.center .caption {
  font-size: 2.4em;
  opacity: 1;
  color: #25a0c3;
  text-shadow: 0 1px 2px #134a86;
  font-family: IranSansWeb;
  font-weight: 300;
}
body.default .banner-container #top-banner .owl-carousel .owl-item.center .caption a {
  color: #25a0c3;
}
body.default .banner-container #top-banner .owl-dots {
  margin: 14px 5%;
}
body.default .banner-container #top-banner .owl-dots .owl-dot {
  position: relative;
  width: 33%;
  height: 2px;
  background: #ededed;
  float: right;
  transition: all 0.3s;
  cursor: pointer;
}
body.default .banner-container #top-banner .owl-dots .owl-dot span {
  position: absolute;
  top: -33px;
  right: 3px;
  opacity: 0;
  transition: all 0.3s;
  font-family: IranSansWeb;
  font-weight: bold;
  font-size: 1.42em;
  color: #5592c4;
  width: 100%;
  display: block;
  text-align: right;
}
body.default .banner-container #top-banner .owl-dots .owl-dot.active {
  height: 3px;
  background: #25a0c3;
}
body.default .banner-container #top-banner .owl-dots .owl-dot.active span {
  opacity: 1;
}
body.default section.services {
  background-color: #f1f1f1;
  padding-bottom: 50px;
}
body.default section.services .items .item {
  position: relative;
  margin: 25px 60px;
  text-align: center;
}
body.default section.services .items .item a {
  display: block;
}
body.default section.services .items .item a img {
  max-width: 100%;
  transition: 1s;
}
body.default section.services .items .item a img:hover { /*width: 115% !important;
max-width: 115% !important;*/
  transform: scale(1.2, 1.2);
}
body.default section.services .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
body.default section.services .owl-nav > div {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 24px;
  height: 27px;
  margin-top: -30px;
}
body.default section.services .owl-nav > div.owl-next {
  left: -50px;
  background: url("/images/previous.svg") center center no-repeat;
  background-size: cover;
}
body.default section.services .owl-nav > div.owl-prev {
  right: -50px;
  background: url("/images/next.svg") center center no-repeat;
  background-size: cover;
}
body.default section.latest-news {
  padding: 20px 0;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
body.default section.latest-news .items .item {
  margin: 10px;
}
body.default section.latest-news .items .item .link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: white;
  box-shadow: 0 2px 3px #b5b5b5;
  padding: 5px;
}
body.default section.latest-news .items .item .title {
  margin-top: 10px;
  font-size: 1.4em;
  padding: 5px 30px 0px 0px;
  position: relative;
  font-weight: bold;
}
body.default section.latest-news .items .item .title a {
  color: #232323;
}
body.default section.latest-news .items .item .title:before {
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d9";
  width: 20px;
  height: 20px;
  background-color: #25a0c3;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 8px;
  padding: 0px 8px;
  font-size: 0.8em;
}
body.default section.latest-news .items .item .summary {
  font-size: 1.3em;
  padding: 5px 15px;
}
body.default section.latest-news .items .item:hover .link {
  box-shadow: 0 3px 5px #b5b5b5;
}
body.default section.latest-news .items .item:hover .title {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
body.default section.latest-news .owl-dots {
  position: relative;
  height: 20px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
body.default section.latest-news .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 4px solid #c2c2c2;
  background: #c2c2c2;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
body.default section.latest-news .owl-dots .owl-dot.active {
  background: #25a0c3;
}
body.default section.latest-news .all-news {
  font-size: 1.4em;
  margin-top: 30px;
  margin-bottom: 100px;
}
body.default section.shortcuts .shortcut {
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
body.default section.shortcuts .shortcut a {
  color: #232323;
}
body.default section.shortcuts .shortcut a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
body.default section.shortcuts .shortcut a .title {
  font-size: 1.6em;
  margin-top: 20px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
body.default section.shortcuts .shortcut:hover img {
  box-shadow: 0 3px 5px #b5b5b5;
}
body.default section.shortcuts .shortcut:hover .title {
  transform: scale(0.9);
}
body.default section.contact-us .map {
  margin: 0 -15px;
}
body.default section.contact-us .address-bg {
  background: url("/Images/footer-contact-bg.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  font-size: 1.4em;
  padding: 50px;
  height: 500px;
  margin: 150px -15px 0 -15px;
}
body.default section.contact-us .address-bg h3 {
  color: white;
}

@media (max-width: 992px) {
  .custom-table-container .custom-table-body .custom-table-item {
    flex: 1 0 47% !important;
  }
  .account {
    display: none;
  }
  .exit-btn {
    display: none;
  }
  .container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body {
    font-size: 10px;
  }
  body header {
    font-size: 1.2em;
  }
  body .header-bottom {
    background-color: inherit !important;
  }
  body .breadcrumb-wrapper {
    display: none;
  }
  body .page-header .header-middle {
    background-color: white;
  }
  body .page-header .header-middle .logo {
    float: none;
    text-align: center;
    z-index: 1;
    display: inline-block;
  }
  body .page-header .header-middle .logo img {
    width: 180px;
  }
  body .page-header .header-middle .links-wrapper {
    font-size: 0.7em;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    display: none;
  }
  body .page-header .header-middle .links-wrapper .search-wrapper {
    display: none;
  }
  body .page-header .header-middle .nav-toggle-button {
    display: block;
    z-index: 10;
  }
  body .page-header .header-middle .login-box {
    position: relative;
    width: 100%;
  }
  body .page-header .main-menu-container {
    margin-right: initial;
    background: #25a0c3;
    height: 100%;
    margin-bottom: 50px;
    box-shadow: 0 3px 5px #1c4885;
  }
  body .page-header .main-menu-container .main-nav {
    height: calc(100vh - 314px);
    display: none;
  }
  body .page-header .main-menu-container .main-nav.open {
    display: block;
  }
  body .page-header .main-menu-container .main-nav[data-category="0"] .category > div[data-category="0"] {
    background: #f2f2f2 !important;
    color: white;
    color: black;
    font-weight: bold;
  }
  body .page-header .main-menu-container .main-nav[data-category="1"] .category > div[data-category="1"] {
    background: #f2f2f2 !important;
    color: white;
    color: black;
    font-weight: bold;
  }
  body .page-header .main-menu-container .main-nav > .category {
    display: block;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 {
    height: 100%;
    overflow-y: auto;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ededed;
    position: relative;
    transition: 0.5s;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .toggle-button {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 20px;
    background: url(/images/plus.svg) center center no-repeat;
    background-size: cover;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item > a {
    padding: 5px 18px;
    line-height: 3.8em;
    color: white;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item > a:after {
    left: 10px;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active {
    background-color: white;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > a {
    color: #25a0c3;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > a:after {
    background-image: url(/images/arrow-left-open.png);
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active .toggle-button {
    background: url(/images/minus.svg) center center no-repeat;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > .sub-menus {
    height: auto;
    opacity: 1;
    display: block;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 {
    position: relative;
    top: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2.desktop {
    display: none !important;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2.active {
    min-height: 0;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .category {
    display: none;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .more-categories {
    padding: 12px 45px;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .more-categories a {
    color: #25a0c3;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 {
    display: block;
    position: relative;
    border-bottom: 1px solid #ededed;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .toggle-button {
    vertical-align: middle;
    position: relative;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    background: url(/images/plus.svg) center center no-repeat;
    background-size: cover;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 > a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    font-weight: 500;
    line-height: 3.8em;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 > a:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: 24px;
    background-image: url(/images/arrow-left.png);
    background-repeat: no-repeat;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > a {
    color: #25a0c3;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > a:after {
    background-image: url(/images/arrow-down-open.png);
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active .toggle-button {
    background: url(/images/minus.svg) center center no-repeat;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > .sub-menus.level-3 {
    height: auto;
    opacity: 1;
    display: block;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 {
    display: none;
    height: 0;
    transition: all 0.3s;
    margin-top: 0;
    margin-right: 50px;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3.active {
    display: block;
    height: auto;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .sub-menu.level-3 {
    border-bottom: 1px solid #ededed;
    width: auto;
    float: none;
    list-style: none;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .sub-menu.level-3 > a {
    display: block;
    margin: 0 24px 0 0;
  }
  body .page-header .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .more-categories {
    clear: none;
    float: none;
    width: auto;
    padding: 8px 12px;
  }
  body .mobile-header .actions .icon {
    margin: 0 8px;
  }
  body.default section.latest-news .item .summary {
    display: none;
  }
  body.default section.contact-us .map {
    margin: 0px;
  }
  body.default section.contact-us .address-bg {
    margin: 0px;
    font-size: 1em;
    height: auto;
  }
  body.default section.services .owl-nav div.owl-prev {
    right: 10px;
  }
  body.default section.services .owl-nav div.owl-next {
    left: 10px;
  }
}
