@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    url(../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"),
    url(../fonts/IRANSans/woff/IRANSansWeb_Bold.woff) format("woff"),
    url(../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url(../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"),
    url(../fonts/IRANSans/woff/IRANSansWeb_Medium.woff) format("woff"),
    url(../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    url(../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2) format("woff2"),
    url(../fonts/IRANSans/woff/IRANSansWeb_Light.woff) format("woff"),
    url(../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url(../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"),
    url(../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff) format("woff"),
    url(../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix")
      format("embedded-opentype"),
    url(../fonts/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"),
    url(../fonts/IRANSans/woff/IRANSansWeb.woff) format("woff"),
    url(../fonts/IRANSans/ttf/IRANSansWeb.ttf) format("truetype");
}

blockquote,
h1 {
  margin-bottom: 1.5rem;
}

.hero h2,
.hero p,
.navbar .navbar-nav .nav-item a,
.wide h2,
footer .container {
  text-transform: uppercase;
}

.main-body .container .block.image-block,
.wide h2,
footer .container {
  text-align: center;
}

body {
  font-family: "Open Sans", sans-serif;
  /* background: #eef4f7; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "IRANSans" !important;
}

@media only screen and (max-width: 768px) {
  .introduction h2 {
    line-height: 2;
    text-align: center;
  }
}

.hero h2,
.teasers .container h3,
.wide h2 {
  font-family: "Open Sans", sans-serif;
}

.hero h2,
.hero p,
.hero p small,
.wide h2,
blockquote {
  font-weight: 300;
}

h3 {
  margin: 0.5rem 0 1rem;
}

pre {
  background: #f4f4f4;
  padding: 1.5rem;
}

blockquote {
  color: #999;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 1.5rem 1.5rem 0.5rem;
  font-size: 1.1rem;
  box-shadow: 0 4px 0 #f2f2f4;
}

img {
  max-width: 100%;
}

img.primary-image {
  margin-bottom: 2rem;
}

.btn-default {
  color: #212529;
  border-color: #337ab7;
  margin: 0.5rem 0;
  transition: all 0.1s ease-in-out;
}

.btn-default:hover {
  color: #fff;
  background: #337ab7;
  transition: all 0.1s ease-in-out;
}

.separator {
  margin-bottom: 1rem;
}

.separator hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top-color: #eee;
}

a {
  color: #337ab7;
}

a:hover {
  color: #ffd818;
}

.sep {
  color: #337ab7;
  padding: 0 2px;
}

header[role="banner"] {
  background: #e9e8e8;
}

.main-body {
  overflow: hidden;
}

.vertical-carousel-news .container {
  background: #eee;
}

.main-body .container.body-container {
  padding: 2rem 15px;
}

.main-body .container.body-top {
  border-top: solid 6px #00a3d8;
  padding-top: 4rem;
  position: relative;
}

.main-body .container.body-top:before {
  content: " ";
  background: #00a3d8;
  position: absolute;
  height: 6px;
  width: 100%;
  top: -6px;
  left: 0;
  display: block;
  z-index: 2000;
}

.main-body .container.hero {
  /*background: url(../img/seigaiha-overlay.png) #116d9a;*/
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.main-body .container.latest-post {
  background: #f0ad4e;
  color: #fff;
  padding: 1rem 0;
  font-weight: 300;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.main-body .container.latest-post a {
  color: #fff;
}

.main-body .container .block {
  margin-bottom: 2rem;
}

.main-body .container .block .block {
  height: 100%;
  margin-bottom: 0;
}

.main-body .container .gallery-block {
  margin-bottom: 2rem;
}

.main-body .container .columns img {
  object-fit: cover;
}

footer {
  /* border-top: solid 4px #eef4f7; */
}

.hero {
  color: #fff;
  /*border-top: solid 6px #00a3d8;*/
  /*padding: 5rem 15px;*/
}

.hero h2 {
  font-size: 1.8rem;
  border: 0;
}

.hero img {
  margin-bottom: 2.5rem;
  width: 100%;
}

.hero p {
  opacity: 0.7;
}

.hero p small {
  background: rgba(0, 0, 0, 0.2);
  font-size: 80%;
  padding: 0.25rem 0.5rem;
}

.hero p small strong {
  font-weight: 800;
}

.hero a {
  color: #f0ad4e;
}

.main-body .container.hero .col.text-center {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.main-body .container.hero .col.text-center h1 {
  font-size: 40px;
  letter-spacing: 1px;
  color: white;
  background: rgb(0 0 0 / 4%)
  width: 41%;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

@media (max-width: 769px) {
  .main-body .container.hero .col.text-center h1 {
    font-size: 25px;
    width: 50%;
  }
}

@media (max-width: 481px) {
  .main-body .container.hero .col.text-center h1 {
    font-size: 20px;
  }
}

@media (max-width: 414px) {
  .main-body .container.hero .col.text-center h1 {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .main-body .container.hero .col.text-center h1 {
    font-size: 15px;
  }
}

.teasers .container {
  background: #fff;
}

.teasers .container .row {
  background: #fdf7ed;
  border-bottom: solid 4px #eef4f7;
  padding: 1.5rem 15px;
  text-align: center;
}

.teasers .container h3 {
  font-weight: 400;
}

.teasers .container img {
  max-width: 50%;
  max-height: 120px;
  margin: 0.5rem 0 1.5rem;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.teasers .container img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.teasers .container p {
  width: 80%;
  margin: 0 auto 1rem;
  font-weight: 300;
}

.quotes .quote {
  background: #fdf7ed;
  color: #78500d;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}

.quotes .quote img {
  width: 100%;
  max-width: 150px;
  display: block;
  margin: 0 auto 1rem;
  border-radius: 50%;
}

.quotes .quote .quote-body {
  font-weight: 300;
}

.quotes .quote .quote-name {
  text-align: right;
}

.quotes .quote:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fdf7ed;
  position: absolute;
  margin-top: 30px;
  margin-right: 60px;
  right: 0;
}

.archive-item {
  padding-bottom: 1rem;
}

.archive-item h2 a {
  color: #212529;
  transition: color 0.1s ease-in-out;
}

.archive-item h2 a:hover {
  color: #23527c;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}

.archive-item p.lead {
  font-size: 1rem;
  font-weight: 400;
}

.archive-item img {
  margin-bottom: 1rem;
}

.archive-item .small a {
  color: #999;
}

.pagination .page-item {
  width: 38px;
  margin: 0 3px;
  text-align: center;
}

.pagination .page-item .page-link {
  color: #77acd9;
  border-radius: 2px;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: #337ab7;
  border-color: #337ab7;
}

@media (min-width: 768px) {
  .hero h2 {
    font-size: 2.7rem;
  }

  .hero p {
    font-size: 1.35rem;
  }

  .hero p small {
    font-size: 60%;
  }
}
.top-header .box-skew {
  padding: 4px 0;
  background: #ffd818;
  /* transform-origin: left top; */
  position: relative;
}

.top-header .box-skew::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 58px solid #e9e8e8;
  top: 0;
  right: -31px;
}

/* Stat Added by Hosseini for Layout page */
body {
  /*color: #3b3b3b;*/
  font-family: "IRANSans";
  font-size: 1rem;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 24px;
  direction: rtl;
  text-align: justify;
}

* {
  outline: none !important;
}

ul {
  list-style: none;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.fa {
  font-family: "FontAwesome";
}
.top-nav > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.top-nav li {
  border-right: 1px solid #ec0e21;
  display: inline-block;
  margin-right: 7px;
  padding-right: 10px;
  position: relative;
}

.top-nav a:hover {
  color: #ec0e21;
}

.top-nav a {
  color: #ccc;
}

.top-nav li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.search-form {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-radius: 4px;
  padding-left: 36px;
  position: relative;
  pointer-events: none;
}

.search-form > input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #ccc;
  height: 30px;
  padding: 0 15px;
  width: 100%;
  text-align: right;
}

.search-form > input[type="submit"] {
  background: transparent;
  border: medium none;
  border-radius: 4px;
  height: 36px;
  position: absolute;
  width: 36px;
  z-index: 99;
  top: 0;
  left: 0;
}

.search-form::after {
  border-radius: 4px;
  height: 30px;
  position: absolute;
  width: 36px;
  display: block;
  font-family: "FontAwesome";
  content: "\f002";
  color: #ec0e21;
  font-size: 16px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
}

.mini-cart-icon {
  color: #ccc;
  margin-right: 7px;
}

.footer {
  background: #0a0907 none repeat scroll 0 0;
  padding: 50px 0 20px;
  font-family: "IRANSans";
}

.footer-box > p {
  color: #ccc;
  text-align: justify;
  direction: rtl;
  margin-bottom: 24px;
}

.footer-box .readmore {
  color: #ec0e21;
}

.footer-box > ul {
  list-style: outside none none;
  margin: 0 0 17px;
  padding: 0;
}

.footer-box a {
  color: #ccc;
}

.footer-box li {
  margin-bottom: 10px;
  text-align: right;
}

.footer-contact-box p {
  margin-bottom: 14px;
}

.list-footer-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}

.social-footer > a {
  border: 2px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin-right: 8px;
  text-align: center;
  width: 38px;
}

.social-footer {
  font-size: 0;
  margin-bottom: 40px;
  text-align: right;
}

.social-footer > a:hover {
  color: #ec0e21;
}

.footer-menu {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer-menu > li {
  display: inline-block;
  margin-right: 17px;
}

.footer-menu a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-menu a:hover {
  color: #ec0e21;
}

.footer-email > a:hover {
  color: #ec0e21;
}

.footer-box a:hover {
  color: #ec0e21;
}

.footer-box .readmore:hover {
  color: #fff;
}

.title-footer {
  font-family: "IRANSans";
  font-weight: 700;
  margin: 0 0 15px;
  text-align: right;
}
.title-footer span {
  color: #ec0e21;
}

.footer.footer3 {
  background: #f4f4f4 none repeat scroll 0 0;
}

.footer.footer3 .footer-box > p {
  color: #888;
}

.footer.footer3 .title-footer {
  color: #3b3b3b;
}

.footer.footer3 .footer-box a {
  color: #888;
}

.footer.footer3 .footer-box .readmore {
  color: #ec0e21;
}

.footer.footer3 .footer-box .readmore:hover {
  color: #3b3b3b;
}

.footer.footer3 .footer-box a:hover {
  color: #ec0e21;
}

.footer.footer3 .list-footer-box {
  border-color: #e5e5e5;
}

.footer.footer3 .social-footer > a {
  color: #3b3b3b;
}

.footer.footer3 .social-footer > a:hover {
  color: #fff;
  background: #ec0e21;
}

.footer.footer3 .copyright {
  color: #3b3b3b;
}

.footer.footer3 .footer-menu a {
  color: #3b3b3b;
}

.footer.footer3 .footer-menu a:hover {
  color: #ec0e21;
}

.footer.footer3 .newsletter-form > label {
  color: #3b3b3b;
}

.footer.footer3 .newsletter-form input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
}

.footer.footer3 .newsletter-form input[type="submit"] {
  background: #3b3b3b none repeat scroll 0 0;
}

.footer.footer3 .newsletter-form input[type="submit"]:hover {
  background: #ec0e21;
}

.footer.footer3 .back-to-top {
  background: url(../images/home3/back-top3.png) no-repeat center center;
}

p.footer-address i,
p.footer-phone i,
p.footer-fax i,
p.footer-email i {
  padding-left: 15px;
  font-size: 16px;
  color: #ec0e21;
}

.copyright p {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}

.copyright {
  text-align: center;
}

.copyright a {
  color: #fff;
  font-weight: 700;
}

.copyright a:hover {
  color: #ec0e21;
}

.footer.footer3 .copyright {
  color: #3b3b3b;
}
.login {
  padding-top: 20px;
  font-size: 14px;
}
.back-to-top {
  background: rgba(0, 0, 0, 0) url(../images/backtop.png) no-repeat scroll
    center center;
  bottom: 0;
  height: 46px;
  left: 50%;
  margin-bottom: -23px;
  margin-left: -23px;
  position: absolute;
  width: 46px;
}

.latest-post .col.text-center {
  margin-top: 15px;
}

.fas {
  font-family: "FontAwesome"!important;
  font-style: normal;
}
/* End Added by Hosseini for Layout page */

/*Start of Menu*/

.header {
  height: auto;
  transition: all 0.5s ease-in-out 0s;
}

.header img {
  height: auto;
}

.nav-item .nav-link {
  transition: 0.4s;
}

.nav-item .nav-link:hover {
  color: #ffd818;
}

.header-nav {
  transition: 0.2s linear;
  padding: 20px 0;
  overflow: visible;
  margin: 0;
}

.header-nav .navbar {
  max-width: 1340px;
  padding-right: 30px !important;
}

.navbar .dropdown-toggle,
.nav-tabs > .dropdown-toggle {
  margin-bottom: 0;
}

.navbar-nav li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-item {
  padding: 5px 5px 5px 0;
  text-align: right;
}

.dropdown-menu {
  background-color: white;
  width: fit-content;
  right: 0;
  top: 95%;
}

.nav-item:hover > .dropdown-menu {
  display: table;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: -8px;
  right: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 6px 0px 6px 6px;
  -moz-border-radius: 6px 0px 6px 6px;
  border-radius: 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: table;
}

.dropdown-submenu > a:after {
  display: block;
  /* content: " "; */
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 5px;
  transform: rotate(180deg);
  position: absolute;
  left: 5px;
  top: 5px;
}

.header-nav .nav-link {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin: auto 3px;
  transition: 0.3s;
  font-family: "IRANSans";
  text-align: center;
  transition: 0.4s;
  padding: 0;
}

.header-nav .nav-link.active {
  border-bottom: 2px solid #ec0e21;
  color: #ec0e21;
}

.header-nav .navbar-toggler {
  outline: none !important;
  text-align: right;
  width: 100%;
  padding: 16px 0 !important;
}

.header-nav .visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.header-nav .hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  padding-left: 15px;
}

.header-nav .hamburger .bar {
  padding: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.header-nav .bar1 {
  top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
  top: 8.5px;
}

.header-nav .bar3 {
  right: 0;
}

.header-nav .bar4 {
  bottom: 10px;
}
.alllangs img {
    margin-right: 2px;
    width: 26px;
    padding-top: 3px;
}
/* HAMBURGER 3 */



.header-nav .hamburger3 .bar4 {
  transform-origin: 5%;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar1 {
  transform: rotate(45deg);
  height: 3px;
  width: 42px;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar3 {
  transform: rotate(45deg);
  height: 3px;
  background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar2 {
  transform: rotate(-45deg);
  height: 3px;
  background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar4 {
  transform: rotate(-45deg);
  height: 3px;
  width: 42px;
}

.logo {
  display: flex;
  justify-content: left;
  align-items: self-end;
  height: auto;
  /* padding: 20px 0; */
  padding-left: 10px;
}

@media (max-width: 992px) {
  .main-header > .container > .row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 5px 0;
  }

  .header-nav {
    padding: 0;
  }

  .dropdown-menu {
    display: none;
  }

  .dropdown:hover > .dropdown-menu,
  .btn-group:hover > .dropdown-menu {
    display: table;
  }

  .header-nav .nav-link {
    text-align: right;
  }

  .navbar-nav .dropdown-menu {
    padding: 0;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .dropdown:hover > .dropdown-menu {
    display: table;
  }
}

@media (max-width: 576px) {
  .navbar-nav li {
    /* width: 100px; */
    line-height: 3;
  }
}
.social-header {
  padding-right: 0;
  margin-bottom: 0;
  /* margin-top: 3px; */
  text-align: left;
  float: left;
}
.social-header li {
  display: inline-block;
  padding: 5px 10px;
}
.social-header li a {
  font-size: 14px;
  color: #000 !important;
}
.social-header li i {
  font-size: 13px;
  /* padding-right: 5px; */
}
.social-header p {
  margin-bottom: 0;
}
.list-headers {
  float: right;
  margin-right: 15px;
}
.list-headers li{
  padding-left:10px
}
/*******  mega menu  *******/

.leftTopHeader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.leftTopHeader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.header-nav .hamburger3 .bar1 {
  transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
  transform-origin: 5%;
}
.header-nav .checkbox3:checked + label > .hamburger3 > .bar3 {
  transform: rotate(45deg);
  height: 3px;
  background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar2 {
  transform: rotate(-45deg);
  height: 3px;
  background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar4 {
  transform: rotate(-45deg);
  height: 3px;
  width: 42px;
}
.container-homepage.latest-post {
  display: none;
}
.menu .nav-item .nav-link {
  color: #fff;
}

.menu .dropdown-menu {
  background-color: #fff;
  width: 100vw;
  /* right: 0; */
  direction: ltr;
  border-radius: 0 !important;
  padding: 0;
}

.menu .border-megamenu {
  display: none;
}

.menu .megamenu * {
  color: #000;
  text-align: right;
  font-size: 13px;
  direction: rtl;
}

.menu .megamenu a:hover {
  color: #ec0e21;
}

.menu .megamenu ul {
  padding-right: 7px;
}

.menu .megamenu li:before {
  content: "\f053";
  font-family: "fontawesome";
  margin-left: 1px;
  font-size: 12px;
}

.menu .column i {
  color: #ec0e21;
  font-size: 22px;
}

.menu .column li:hover i {
  color: white;
}

.menu .column .dropdown-item:focus,
.menu .dropdown-item:hover {
  background-color: unset !important;
}

.menu .image-megamenu {
  margin-left: 10px;
}

.menu .hover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ec6408;
  opacity: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
}

.menu .image-megamenu:hover .hover-image {
  opacity: 0.6;
}

.menu .icon-image-mega-menu {
  text-align: center;
  top: 35px;
  color: white;
  font-size: 27px;
  visibility: hidden;
}

.menu .image-megamenu:hover .icon-image-mega-menu {
  visibility: visible;
}

.menu .dropdown-menu ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.menu .dropdown-menu ::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.menu .dropdown-menu ::-webkit-scrollbar-thumb {
  background-color: #ec0e21;
}

.menu .navbar-collapse {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.menu .megamenu {
  background-color: #fff;
  box-shadow: 0px 4px 4px 5px rgb(3 11 31 / 39%);
  padding: 10px 10px 0;
  flex-direction: row-reverse;
}

.menu .megamenu > div {
  padding: 0;
}

.menu .title-megamenu {
  color: #8d8d8d;
  text-align: right;
  padding-top: 20px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.4s;
}

@media (min-width: 1024px) {
  .header li {
    /* float: right; */
  }

  .header .menu {
    clear: none;
    /* float: left; */
    max-height: none;
    direction: rtl;
  }

  .header .menu-icon {
    display: none;
  }
}

@media (max-width: 1024px) {
  .menu .megamenu .container {
    padding-right: 0px;
    margin-right: 10px;
  }

  .menu .navbar-nav .big-menu {
    width: 602px;
  }

  .menu .navbar-nav .big-menu > li {
    float: right;
    width: 200px;
    margin: 0;
  }

  .menu .navbar-nav .dropdown-menu {
    width: 860px;
  }

  .list-hedaer {
    display: flex;
    justify-content: flex-end;
  }

  .social-header .ml-2 a {
    font-size: 12px;
    padding: 5px 0;
  }
}

@media (width: 768px) {
  .menu .navbar-nav .dropdown-menu {
    width: 680px;
  }
}

@media (max-width: 767px) {
  .menu .navbar-nav .dropdown-menu {
    width: 290px;
  }
  .logo{justify-content: right;padding-top: 10px;}
  .login{
    font-size:14px
  }
}

@media (max-width: 380px) {
  .col-sm-4.col-1 {
    display: none;
  }
}

@media (width: 320px) {
  .menu .navbar-nav .dropdown-menu {
    width: 250px;
  }
}

.menu .dropdown {
  position: unset;
}

.menu .megamenu a {
  border-bottom: 1px dotted #ddd;
  margin-left: 10px;
  transition: 0.4s;
  margin-bottom: 30px !important;
  padding-right: 0 !important;
  position: relative;
}

.menu .megamenu a::before {
  position: absolute;
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #b50109;
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  line-height: 2;
  text-align: center;
  top: 13px;
}

.megamenu a:hover {
  border-color: #b50109;
}

.megamenu a:hover .title-megamenu {
  color: #b50109 !important;
}

.menu .nav-item.dropdown:hover {
  background: #fff;
}

.menu .nav-item.dropdown:hover a {
  color: #000 !important;
}

/*End of Menu*/

/*Start of news*/
.single-post-box .title-post {
  padding: 20px 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.single-post-box .title-post h1 {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 15px;
}

.single-post-box .share-post-box {
  margin-bottom: 10px;
  padding: 0 20px;
}

.single-post-box .share-post-box ul.share-box {
  margin: 0;
  padding: 0;
}

.single-post-box .share-post-box ul.share-box li {
  display: inline-block;
  color: #666;
  font-size: 13px;
  /* margin-right: 8px; */
  /* margin-bottom: 2px; */
}

.single-post-box .share-post-box ul.share-box li:first-child {
  float: left;
  padding-top: 20px;
  font-size: 1.1rem;
}

.single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
  font-size: 20px;
  margin-right: 12px;
  color: #999;
  float: left;
}

.single-post-box .share-post-box ul.share-box li i {
  font-size: 20px;
  color: #999;
  float: left;
}

.single-post-box .share-post-box ul.share-box li span {
  display: inline-block;
  line-height: 15px;
}

.single-post-box .share-post-box ul.share-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  margin: 5px;
}

.single-post-box .share-post-box ul.share-box li a i {
  font-size: 1.3rem;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  color: #818181;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  transition: all 0.2s;
  width: 50px;
}

/* .single-post-box .share-post-box ul.share-box li a.whatsapp i {
    color: #4FCE5D;
} */

.single-post-box .share-post-box ul.share-box li a.whatsapp i:hover {
  box-shadow: 0 0 10px rgb(37 211 102 / 50%) inset;
  color: #25d366;
}

/* .single-post-box .share-post-box ul.share-box li a.send i {
    color: #229ED9
} */

.single-post-box .share-post-box ul.share-box li a.send i {
  font-size: 1.05rem;
}

.single-post-box .share-post-box ul.share-box li a.send i:hover {
  box-shadow: 0 0 10px rgb(34 158 218 / 50%) inset;
  color: #229ed9;
}

/* .single-post-box .share-post-box ul.share-box li a.twitter i {
    color: #1DA1F2
} */

.single-post-box .share-post-box ul.share-box li a.twitter i:hover {
  box-shadow: 0 0 10px rgb(29 161 242 / 50%) inset;
  color: #1da1f2;
}

.single-post-box .share-post-box ul.share-box li a.facebook i {
  margin-right: 0;
}

.single-post-box .share-post-box ul.share-box li a.facebook i:hover {
  box-shadow: 0 0 10px rgb(66 103 178 / 50%) inset;
  color: #4267b2;
}

.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 0;
}

.single-post-box .share-post-box ul.share-box li a.linkedin i:hover {
  box-shadow: 0 0 10px rgb(14 118 168 / 50%) inset;
  color: #1879dd;
}

/* .single-post-box .share-post-box ul.share-box li a:hover {
    opacity: .7
} */

.single-post-box > .post-content {
  margin-bottom: 10px;
  overflow: hidden;
}

.single-post-box > .post-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}

.single-post-box > .post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}

.single-post-box > .post-content p a:hover {
  opacity: 0.6;
}

.single-post-box > .post-content blockquote {
  padding: 10px;
  padding-right: 70px;
  background: #eee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}

.single-post-box > .post-content blockquote h2 {
  font-size: 1.5rem;
  margin: 0.5rem;
  padding: 0;
}

.single-post-box > .post-content blockquote p {
  color: #222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}

.single-post-box > .post-content blockquote:before {
  content: "\201C";
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 72px;
  color: #222;
  line-height: 70px;
  font-weight: 700;
}

.single-post-box > .post-content > h2 {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}

.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

.contact-form-box #contact-form,
.contact-form-box #comment-form {
  margin: 0;
}

.contact-form-box #contact-form label,
.contact-form-box #comment-form label {
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;
}

.contact-form-box #contact-form input[type="text"],
.contact-form-box #comment-form input[type="text"],
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #contact-form input[type="text"]:focus,
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #contact-form textarea:focus,
.contact-form-box #comment-form textarea:focus {
  border: 1px solid #f44336;
}

.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  height: 130px;
}

.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: #222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #contact-form button i,
.contact-form-box #comment-form button i {
  margin-right: 7px;
}

.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
  background: #f44336;
  color: #fff;
}

.contact-form-box .title-section span.email-not-published {
  float: left;
  padding-left: 0;
  border: none;
  color: #999;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;
}

ul.post-tags {
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
}

ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #999;
  font-size: 12px;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.post-tags li i {
  color: #ccc;
  margin-left: 9px;
}

ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999;
}

ul.post-tags li a:hover {
  color: #f44336;
}

ul.post-tags li:last-child {
  margin-right: 0;
}

.title-section h1 {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}

.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}

.block-content .owl-carousel .item {
  margin: 0 5px 10px;
}

.block-content {
  padding: 30px 0 60px;
  position: relative;
  font-family: iransans;
}

.card.list-item-news.cardview2 {
  direction: rtl;
  font-family: "IRANSans";
  width: 100% !important;
  /* height: 200px; */
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
}

.card.list-item-news.cardview2 .card-title {
  font-family: "IRANSans";
  font-size: 19px;
  line-height: 25px;
  width: 100%;
  height: 20px;
}

.card.list-item-news.cardview2 .card-title a {
  color: #000 !important;
}

.card.list-item-news.cardview2 .card-text.truncateinside {
  width: 100%;
  font-size: 15px;
  min-height: 30px;
  margin-bottom: 0;
}

.card.list-item-news.cardview2 ul.news-date {
  list-style: none;
  width: 100%;
  display: none;
}
.card.list-item-news.cardview2 .btn.btn-outline-info {
  border-radius: 5px;
}
.vertical-carousel-news-title img {
  display: none;
}

.vertical-carousel-news-header {
  text-align: center;
  padding: 40px 0;
  color: #000;
  letter-spacing: 3px;
  font-size: 27px;
  font-weight: 500;
}
.card-title {
  min-height: 60px;
  line-height: 1.5;
  padding: 10px 0px 0px 0;
  font-size: 16px;
  font-weight: 500;
}

.btn-outline-info {
  background: #ffd818;
  color: #000;
  border-radius: 0;
  transition: 0.4s;
  border-color: #ffd818;
}

.btn-outline-info:hover {
  background: #fff;
  border-color: #ffd818;
  color: #000;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff !important;
  background-color: #ec0e21;
  border-color: #ec0e21;
}
.cardview1 {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
  padding: 20px !important;
  margin-bottom: 30px !important;
  transition: 0.4s;
  border: none;
}

.cardview1:hover {
  transform: scale(1.1);
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem #ec0e218a;
}
p.card-text.truncateinside {
  min-height: 100px;
}
.vertical-carousel-news-content .slick-list {
  height: 150px !important;
  padding: 0 15px;
  margin-bottom: 15px;
}

.vertical-carousel-news-content .slick-list img {
  height: 100%;
  object-fit: cover;
  /* padding: 15px; */
  /* margin-right: 15px; */
}

.vertical-carousel-news-content .slick-list .card-body {
  padding-right: 30px;
}

.vertical-carousel-text-news-content {
  width: 100%;
  height: 100px;
  background: #fff;
  margin: 30px auto;
  padding: 40px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
  border-radius: 0.25rem;
}

li.slick-slide {
  width: 100% !important;
}
.single-post-box .post-content .container {
    width: 100%!important;
}

@media only screen and (max-width: 767px) {
  .vertical-carousel-news-content .slick-list {
    height: 550px !important;
  }

  .vertical-carousel-news-content .card.list-item-news.cardview2 {
    height: 500px;
  }

  .vertical-carousel-news-content .slick-list img {
    width: 91% !important;
    object-fit: cover;
    padding: 0px 0 10px 0;
    margin-right: 15px;
  }

  .vertical-carousel-news-content .slick-list .card-body {
    text-align: center !important;
  }
.card.list-item-news.cardview2 .card-text.truncateinside,.card.list-item-news.cardview2 .card-title{
  height: 70px;
}
  .vertical-carousel-news-content
    .card.list-item-news.cardview2
    .btn.btn-outline-info {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 576px) {
  .vertical-carousel-news-content .slick-list {
    width: 90% !important;
    height: 500px !important;
    margin: 0 auto;
  }

  .vertical-carousel-news-content .card.list-item-news.cardview2 {
    height: 450px;
  }

  .single-post-box .share-post-box ul.share-box li a {
    margin: 2px;
  }

  .single-post-box .share-post-box ul.share-box li a i {
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .single-post-box .share-post-box ul.share-box li:first-child {
    padding-top: 5px;
    font-size: 0.7rem;
  }

  .single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
    font-size: 15px;
    margin-right: 7px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 415px) {
  .vertical-carousel-news-content .slick-list {
    width: 80% !important;
    height: 460px !important;
    margin: 0 auto;
  }

  .vertical-carousel-news-content .card.list-item-news.cardview2 {
    height: 410px;
  }
}
.vertical-carousel-news {
  padding-bottom: 100px;
}
/*End of news*/

/* Start of fetures*/
.service-section .icon-box {
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
  transition: all 0.3s ease-in-out;
}

.service-section .icon-box:hover {
  animation: 1.5s ease 0s 1 normal none running rotate;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(0.5deg);
  }

  100% {
    transform: rotate(-0.5deg);
  }
}

.service-section .icon-box:hover .service-title a {
  color: #ec0e21;
}

.service-section .icon-box .service-icon {
  float: left;
  color: #41a1fd;
  font-size: 40px;
}

.service-section .icon-box .service-title {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.service-section .icon-box .service-title a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.service-section .icon-box .service-para {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.service-section .service-main-heading {
  color: #556270;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
}
/* End of fetures*/

/* Start of Services*/
.section-bg {
  background: #f5f8fd;
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  /* font-family: "Montserrat", sans-serif; */
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon .service-icon {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #ec0e21;
}

#services .box:hover .title a:hover {
  text-decoration: none;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

.service-icon {
  color: #ec0e21 !important;
}

.icon {
  background: #000;
}

img.w-100.shadow-1-strong.rounded.mb-4 {
  transition: 0.4s;
}

img.w-100.shadow-1-strong.rounded.mb-4:hover {
  opacity: 0.6;
}
/* End of Services*/

/* Start of Customer */
.carousel_se_03_carousel {
  direction: ltr;
}

.round_icon_img img {
  width: 140px;
  height: 200px;
  object-fit: contain;
}
/* End of Customer */

/* Start of Education */
.row.alllearningcenterpaging {
  margin: 0;
}

.row.alllearningcenterpaging .row {
  width: 100%;
  margin: 15px 0;
}

.row.alllearningcenterpaging .box-image img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.image-back {
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}

.title-group {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.col-education img {
  width: 25px;
  margin-left: 20px;
}

span.count-education {
  background: #ff9f43;
  border-radius: 40px;
  padding: 6px 20px;
  color: #fff;
  margin-top: 3px;
  position: absolute;
  left: 20px;
}

.col-education a {
  transition: 0.4s;
  float: right;
}

.col-education a:hover {
  color: #ce0000;
}

.col-12.col-education {
  margin-bottom: 30px;
}

.list-step {
  list-style: none;
}

.list-step li {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
}

.list-step li::after {
  content: "\f100";
  position: absolute;
  color: #ccc;
  font-family: "FontAwesome";
  margin-right: 3px;
}

.list-step li:last-child::after {
  content: none;
}

.col-category {
  background: #f6f6f6;
  width: 250px;
}

ul.list-category li::before {
  content: "\f100";
  font-family: "FontAwesome";
  color: #dcdde0;
  padding-left: 5px;
}

ul.list-category {
  padding-right: 15px;
  /* border-bottom: 1px solid #dedbdb; */
}

ul.list-category li {
  line-height: 35px;
  font-size: 14px;
}

ul.list-category li a:hover {
  color: #ce0000;
}

h4.title-category {
  color: #000;
  padding: 15px;
}

.box-education {
  transition: 0.4s;
  margin-bottom: 30px;
  background: white;
  transition: 0.4s;
}

.box-education:hover {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.box-education:hover {
  border-color: #ce0000;
  cursor: pointer;
}

h2.title-box-education {
  font-size: 18px;
  color: #000;
  padding-top: 10px;
  margin-bottom: 15px;
}

.box-education p {
  line-height: 40px;
  text-align: justify;
}

a.btn.btn-education {
  /* float: left; */
  background: #ce0000;
  color: white;
  padding: 10px 60px;
  transition: 0.4s;
  position: relative;
  border-radius: 0;
}

a.btn.btn-education:hover {
  background: #b90505;
}

a.btn.btn-education::before {
  content: "\f053";
  font-family: "FontAwesome";
  position: absolute;
  left: 30px;
}

.box-education img {
  height: 100%;
  object-fit: cover;
}

.button-education {
  display: flex;
  direction: ltr;
  float: left;
  flex-direction: row;
}

.date-education {
  padding-top: 13px;
  border-bottom: 4px solid #ce0000;
  padding-right: 20px;
  color: #888;
}

.fa-clock-o:before {
  content: "\f017";
  font-family: "FontAwesome";
}

.col-edu {
  background: #f6f6f6;
}

button.button-2.btn-more-2 {
  width: 100%;
  height: 43px;
  background: #fff;
  border: none;
  color: #ce0000;
  transition: 0.4s;
}

button.button-2.btn-more-2:hover {
  background: #ce0000;
  color: #fff;
}

p.text-edu-2 {
  color: #666;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

h2.title-detail {
  padding: 20px 0;
  font-size: 23px;
}

p.text-detail {
  color: #7c8088;
  line-height: 40px;
  text-align: justify;
  padding-top: 20px;
}

.kb-rate-article {
  display: flex;
  padding: 15px 30px;
  margin-top: 15px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}

.kb-rate-article .row {
  /* display: block; */
  width: 100%;
}

.kb-rate-article h6 {
  font-weight: 500;
}

.kb-rate-article h6 span {
  display: block;
  font-weight: 200;
  font-size: 11px;
  margin-top: 6px;
  color: #87979f;
}

.kb-rate-article h6 span i {
  color: #f44336;
}

.kb-rate-article .btn {
  margin: 11px 0;
  display: inline-block;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding: 5px 35px;
  background: #fff;
}

.kb-rate-article .btn i {
  margin-right: 5px;
}

.kb-rate-article .btn.btn-yes {
  color: #8bc34a;
  border: 2px solid #8bc34a;
}

.kb-rate-article .btn.btn-yes:hover {
  color: #fff;
  border: 2px solid #8bc34a;
  background: #8bc34a;
}

.kb-rate-article .btn.btn-no {
  color: #ff9800;
  border: 2px solid #ff9800;
}

.kb-rate-article .btn.btn-no:hover {
  color: #fff;
  border: 2px solid #ff9800;
  background: #ff9800;
}

.kb-rate-article .user-votted {
  display: block;
  font-weight: 200;
  font-size: 11px;
  color: #87979f;
  margin: 7px 0;
}

.kb-also-read {
  padding: 15px 30px;
  margin-top: 15px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}

.kb-also-read h3 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.kb-also-read .kbarticles a {
  font-size: 11px;
  font-weight: 800;
  margin-top: 0;
  color: #111;
}

.kb-also-read .kbarticles p {
  margin: 0;
  color: #99a4a8;
  font-size: 11px;
  font-weight: 300;
  margin-top: 1px;
  margin-bottom: 15px;
}

.kb-also-read .kbarticles .admin-inline-edit {
  display: none;
}

.col-education-detail {
  border: 1px solid #e6e8ec;
  border-radius: 10px;
}

.col-education-detail .title-group {
  margin-bottom: 20px;
}

.far {
  font-family: "FontAwesome";
}

container-homepage.latest-post {
  display: none;
}
/* End of Education */

/* Start of Form */

.form-wrap.form-builder {
  display: flex;
  flex-direction: column;
}

.frmb {
  margin: 0 auto !important;
}

.form-wrap.form-builder .frmb li {
  padding: 0.6rem;
}

.form-wrap.form-builder .frmb .form-field .form-group h1 {
  font-size: 26px;
  padding: 15px;
}

.vertical-carousel-formgenerator-title p {
  font-size: 1.8rem;
  padding: 1rem 0;
}

.vertical-carousel-formgenerator-title img {
  width: 40px;
  margin-left: 15px !important;
}

.formbuilder-header h1 {
  font-size: 2rem;
}

.rgbtn {
  margin-top: 20px;
  background: #da1d25;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #da1d25;
  padding: 13px 55px;
  transition: 0.4s;
}

.rgbtn:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.1rem #da1d25;
  -webkit-box-shadow: inset 0 0 0 0.1rem #da1d25;
  -ms-box-shadow: inset 0 0 0 0.1rem #da1d25;
  -o-box-shadow: inset 0 0 0 0.1rem #da1d25;
  color: #da1d25;
}

.secondreg {
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 30px;
  width: 60%;
  margin: 50px auto 25px auto;
}

.secondreg label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.secondreg input {
  padding: 10px 60px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.secondreg .rtnbtn {
  margin-top: 15px;
  background: #da1d25;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #da1d25;
}

/* -------- contact ------ */

.contact-col {
  padding: 15px;
  border-radius: 10px;
  margin: 15px auto;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
  text-align: center;
  min-height: 270px;
}

.contact-icon {
  border: 2px solid #da1d25;
  border-radius: 50%;
  padding: 5px;
  margin: 15px auto 30px auto;
  width: 65px;
  height: 65px;
}

.contact-icon .fa {
  font-size: 25px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #da1d25;
}

@media only screen and (max-width: 991px) {
  .contact-col {
    min-height: 290px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-col {
    padding: 30px 80px;
    min-height: 300px;
  }
}

/* -------- about ------ */

.contact-img {
  position: relative;
  margin-bottom: 40px;
}

.contact-img:before {
  content: "";
  border: 10px solid rgba(0, 0, 0, 0.05);
  display: block;
  transition: all 0.3s linear 0s;
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .contact-img:before {
    right: -15px;
    bottom: -10px;
    width: 106%;
    height: 106%;
  }
}

/* End of Form */

/* Start of Map */

.locationmap .border-title p {
  font-size: 1.8rem;
  padding: 1rem 0;
}

.locationmap .border-title img {
  width: 40px;
  margin-left: 15px !important;
}

/* End of Map */

/*Search ----- START -----*/
.fullbox-search {
  padding-top: 70px;
}

.box-search {
  display: flex;
  flex-direction: row;
  justify-content: right;
  text-align: right;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
}

.fullbox-search .col-12.pt-5 {
  padding-top: 20px !important;
}

ul.pagination {
  direction: ltr;
  justify-content: center;
  padding-top: 20px;
}

.srchtxt {
  font-size: 16px;
  padding-right: 10px;
}
/*Search ----- END -----*/

/*MultiLine Menu ----- START -----*/
.navbar-nav {
  flex-wrap: wrap;
}
/*MultiLine Menu ----- END -----*/
/* start section service */

.image-box-service {
  width: 80px;
  height: 75px;
  display: inline-block;
  text-align: center;
  background: #ffd818;
  padding-top: 20px;
  font-size: 25px;
  transition: 0.4s;
}

.box-service {
  height: 180px;
  margin-top: -40px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  z-index: 999;
  transition: 0.4s;
  border-bottom: 1px solid #eeeeee;
}

.title-box-service {
  padding-top: 15px;
  font-size: 20px;
}
.title-box-service a {
  color: #000;
}
.service {
  border-top: 5px solid #ffd818;
}

.text-box-service {
  transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  transition: 0.4s;
}

.box-service:hover .text-box-service {
  transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  opacity: 1;
  display: block;
  transition: 0.4s;
}
.box-service a {
  color: #000;
}
.box-service:hover .image-box-service {
  background: #fff;
  transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
}

.box-service:hover {
  background: #ffd818;
}

.icon-service {
  font-size: 35px;
  transition: 0.6s ease-out;
  display: inline-block;
}

.box-service:hover .icon-service {
  transform: rotateY(-360deg);
}

.box-service::after {
  position: absolute;
  content: "";
  background: #eeeeee;
  width: 1px;
  height: 145px;
  left: 0;
  bottom: -3px;
}

.image-service-1 {
  width: 100px;
  height: 100px;
  display: inline-block;
}

/* start section about */

.about {
  /* background-image: url('../images/col-bgimage-2.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 70px 0;
  background: #eee;
}

.text-about {
  text-align: justify;
  line-height: 2;
}

.link-about {
  background: #ffd818;
  padding: 10px 40px;
  transition: 0.4s;
  border: 1px solid #ffd818;
  color: #000;
}

.link-about:hover {
  border: 1px solid #ffd818;
  background: none;
}
.title-section {
  position: relative;
  padding-bottom: 40px;
  color: #000;
  letter-spacing: 3px;
  display: inline-block;
  font-size: 27px;
}
/* start section iso */

.box-iso img {
  transition: 0.4s;
  margin-bottom: 10px;
}

.box-iso:hover img {
  transform: rotateX(360deg);
}

.iso {
  background: #FFFFCD;
  padding-bottom: 20px;
}
.feature {
  background-image: url(../images/tarh.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  /* height: 500px; */
  background-attachment: fixed;
  color: #fff;
}

.feature .title-section {
  color: #fff;
}

.service-1 {
  padding: 70px 0;
}

.title-section {
  position: relative;
  padding-bottom: 40px;
  color: #000;
  letter-spacing: 3px;
  display: inline-block;
  font-size: 27px;
}

.title-section::before {
  position: absolute;
  /* content: ''; */
  border: 3px solid #e1e4ea;
  width: 20px;
  height: 50px;
  top: -7px;
  right: -4px;
  /* z-index: -1; */
}

.box-service-1 .image-service {
  position: relative;
  transition: 0.4s;
  /* margin-bottom: 20px; */
}

.box-service-1 .image-service::before {
  position: absolute;
  /* content: ''; */
  border: 1px solid #9e9e9ebf;
  width: 94%;
  height: 93%;
  right: 10px;
  left: 0px;
  top: 10px;
  bottom: 0;
}

.box-service-1 .image-service::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffd818a6;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
}

.box-service-1:hover .image-service::after {
  opacity: 1;
}

.title-service-1 {
  font-size: 17px;
  background: #eee;
  padding: 20px;
  /* border-left: 2px solid #fff; */
  transition: 0.4s;
}
.last-product .title-service-1 {
  border-left: none;
}
.text-service-1 {
  color: #565969;
  line-height: 2;
}

.link-more {
  transition: 0.4s;
  font-size: 18px;
}

.link-more:hover {
  color: #ffd818;
}

.box-service-1-image img {
  height: 292px;
  width: 100%;
  object-fit: cover;
}

.box-service-1:hover .title-service-1 {
  background: #ffd818a6;
}
/* start section advantages */

.advantages {
  background: #292929;
  padding: 30px !important;
}

.col-box-advantages {
  text-align: center;
  /* background: #fff; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  /* padding: 29px 0; */
  /* margin-bottom: 30px; */
  transition: 0.4s;
}

.col-box-advantages:hover {
  transform: scale(1.1);
}

.image-advantages {
  font-size: 35px;
  color: #ffd818;
  padding-bottom: 10px;
}

.title-box-advantages {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
/* * * Swiper */

.swiper-container {
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Coverflow */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in;
  will-change: transform;
  z-index: 10;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  font-family: "fontawesome";
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #f1592a;
}

@media (min-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-prev:before {
  content: "\f060";
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-next:before {
  content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
  content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
  content: "\f060";
}

.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 0;
  line-height: 0;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
  transition: 0.2s;
}

.swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background: #f1592a;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.3s ease;
}

.swiper-pagination-bullet circle {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  color: #ffffff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-bullet-line,
.swiper-pagination-bullet:hover .swiper-bullet-line {
  opacity: 0;
  transition: all 0s ease-in-out 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-bullet-line-2,
.swiper-pagination-bullet:hover .swiper-bullet-line-2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 6px;
  height: 6px;
}

.swiper-bullet-line {
  stroke: rgba(255, 255, 255, 0.44);
}

.swiper-bullet-line-2 {
  opacity: 1;
  stroke: #f1592a;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  transition: stroke-dashoffset 0.5s;
}

.swiper-pagination-2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.swiper-pagination-2 .swiper-pagination-bullet {
  text-align: center;
  display: inline-flex;
  align-items: center;
  width: 40px;
  height: 24px;
  border-radius: 0;
  margin: 0 10px;
  background: transparent;
}

.swiper-pagination-2 .swiper-pagination-bullet::before {
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
  height: 3px;
  width: 100%;
  transform: none;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4);
}

.swiper-pagination-2
  .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active)::before {
  background: #f1592a;
}

.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 56px;
}

.swiper-pagination-2
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #ffffff;
}

@media (min-width: 992px) {
  .swiper-pagination-2 {
    top: 50%;
    right: 0;
    width: auto;
    bottom: auto;
    left: auto;
    transform: translate3d(0, -50%, 0);
  }
  .swiper-pagination-2 .swiper-pagination-bullet {
    display: flex;
    margin: 5px 0 5px auto;
  }
  .swiper-pagination-2 .swiper-pagination-bullet::before {
    height: 2px;
  }
  .swiper-pagination-2
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 56px;
  }
  .swiper-pagination-2
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: rgba(255, 255, 255, 0.4);
  }
}

.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.swiper-slide-caption {
  width: 100%;
  white-space: normal;
}

.swiper-slider-7 {
  min-height: 31.51042vw;
  overflow: visible;
  margin-left: auto;
  margin-right: 0;
}

.swiper-slider-7 .swiper-slide {
  align-items: stretch;
  justify-content: flex-start;
}

.swiper-slider-7 .swiper-slide-caption {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  margin-right: auto;
  z-index: 1;
}

.swiper-slider-7 .swiper-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slider-7 .swiper-title {
  letter-spacing: 0.075em;
  text-transform: none;
}

.swiper-slider-7 .swiper-subtitle {
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.swiper-slider-7 .swiper-time {
  color: #f1592a;
}

.swiper-slider-7 [class*="swiper-content-bg"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f7f7f7;
  transition: all 0.6s ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.swiper-slider-7 .swiper-content-bg-1 {
  top: 50%;
  bottom: 50%;
}

.swiper-slider-7 .swiper-content-bg-2 {
  top: 100%;
}

.swiper-slider-7 .swiper-content-bg-3 {
  width: 0;
}

.swiper-slider-7 .swiper-slide-active [class*="swiper-content-bg"] {
  visibility: visible;
  opacity: 0.7;
}

.swiper-slider-7 .swiper-slide-active .swiper-content-bg-1 {
  top: 0;
  bottom: 0;
}

.swiper-slider-7 .swiper-slide-active .swiper-content-bg-2 {
  top: 0;
}

.swiper-slider-7 .swiper-slide-active .swiper-content-bg-3 {
  width: 100%;
}

.swiper-slider-7 .swiper-pagination {
  bottom: -50px;
}

.swiper-slider-7 .swiper-pagination-bullet::before {
  background: #f1592a;
}

.swiper-slider-7 .swiper-bullet-line {
  stroke: rgba(21, 21, 21, 0.21);
}

.swiper-slider-7 .swiper-bullet-line-2 {
  stroke: #f1592a;
}

.swiper-slider-7 * + .swiper-title {
  margin-top: 24px;
}

.swiper-slider-7 * + .swiper-subtitle {
  margin-top: 20px;
}

.swiper-slider-7 * + .swiper-time {
  margin-top: 18px;
}

.swiper-slider-7 * + .button-wrap,
.swiper-slider-7 * + .button {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .swiper-slider-7 .swiper-slide-caption {
    max-width: 320px;
  }
}

@media (min-width: 768px) {
  .swiper-slider-7 .swiper-slide-caption {
    max-width: 350px;
  }
}

@media (min-width: 992px) {
  .swiper-slider-7 {
    max-width: calc(100% - 100px);
  }
  .swiper-slider-7 .swiper-slide-caption {
    max-width: 380px;
  }
  .swiper-slider-7 .swiper-slide-active [class*="swiper-content-bg"] {
    opacity: 1;
  }
  .swiper-slider-7 .swiper-pagination {
    display: none;
  }
  .swiper-slider-7 * + .swiper-title {
    margin-top: 34px;
  }
  .swiper-slider-7 * + .button-wrap,
  .swiper-slider-7 * + .button {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .swiper-slider-7 {
    max-width: calc(100% - 150px);
  }
  .swiper-slider-7 .swiper-slide-caption {
    max-width: 400px;
  }
  .swiper-slider-7 .swiper-box {
    max-width: 370px;
  }
}

@media (min-width: 1600px) {
  .swiper-slider-7 {
    max-width: calc(100% - 210px);
  }
  .swiper-slider-7 .swiper-slide-caption {
    padding-left: 50px;
    padding-right: 30px;
    max-width: 36%;
  }
  .swiper-slider-7 .swiper-title {
    font-size: 48px;
  }
  .swiper-slider-7 .swiper-navigation__module {
    padding: 30px 60px 15px;
  }
  .swiper-slider-7 .swiper-pagination__fraction-index {
    font-size: 60px;
  }
}

@media (min-width: 1800px) {
  .swiper-slider-7 .swiper-slide-caption {
    max-width: 38.5%;
  }
}

.swiper-slider-8 {
  min-height: 29.89583vw;
  direction: ltr;
}

.swiper-slider-8 .swiper-slide {
  background: #031e2b;
}

.swiper-slider-8 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transform: skew(-8deg);
  transform-origin: 50% 0;
  pointer-events: none;
}

.swiper-slider-8 h4,
.swiper-slider-8 .title-classic {
  color: #fff;
  letter-spacing: 2px;
  text-align: right;
  font-size: 19px;
  padding-top: 15px;
}

@media (max-width: 767.98px) {
  .swiper-slider-8 .swiper-slide-caption {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .swiper-slider-8 .swiper-slide::before {
    left: 35%;
  }
}

@media (min-width: 992px) {
  .swiper-slider-8 .swiper-slide::before {
    left: 40%;
  }
  .swiper-slider-8 .swiper-pagination {
    display: none;
  }
}

@media (min-width: 1200px) {
  .swiper-slider-8 .swiper-slide::before {
    left: 50%;
  }
}

.swiper-custom-container {
  position: relative;
  padding-top: 1px;
  z-index: 1000;
}

@media (min-width: 1200px) {
  .swiper-custom-container
    .rd-navbar-creative.rd-navbar-static
    .rd-navbar-main-outer {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.swiper-custom-container .swiper-custom-bg,
.swiper-custom-container .section-relative {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: -1;
}

.swiper-custom-container .list-share-2 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.swiper-custom-container .list-share-2 .fas {
  background: rgba(255, 255, 255, 0.1);
}

.swiper-custom-container .list-share-2 .fas:hover {
  background: #f1592a;
}

.swiper-custom-container .list-share-2 a,
.swiper-custom-container .list-share-2 a:focus,
.swiper-custom-container .list-share-2 a:active {
  color: #ffffff;
}

.swiper-custom-container .list-share-2 a:hover {
  color: #151515;
}

@media (min-width: 768px) {
  .swiper-custom-container .swiper-custom-bg,
  .swiper-custom-container .section-relative {
    bottom: 50px;
  }
}

@media (min-width: 992px) {
  .swiper-custom-container .swiper-custom-bg,
  .swiper-custom-container .section-relative {
    bottom: 70px;
  }
  .swiper-custom-container .list-share-2 {
    top: 50%;
    left: 23px;
    width: auto;
    transform: translate3d(0, -50%, 0);
  }
  .swiper-custom-container .list-share-2 > li {
    display: block;
  }
}

@media (min-width: 1400px) {
  .swiper-custom-container .swiper-pagination-2,
  .swiper-custom-container .list-share-2 {
    top: calc(50% - 35px);
  }
}

@media (min-width: 1637px) {
  .swiper-custom-container .list-share-2 {
    left: calc((50% - 735px) / 2);
    transform: translate3d(-50%, -50%, 0);
  }
}

.swiper-custom-bg {
  background-repeat: repeat;
  background: #303e4f;
}

@media (min-width: 1200px) {
  .mobile .swiper-custom-container .page-header + .swiper-slider {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .swiper-custom-container .page-header + .swiper-slider {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .swiper-slider-5 {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .swiper-custom-container-2 .list-share-2 {
    top: 54%;
  }
  .swiper-custom-container-2 .swiper-pagination-2 {
    top: 53%;
  }
  .swiper-custom-container-2
    .swiper-pagination-2
    .swiper-pagination-bullet::before {
    background: #50575d;
  }
}

.swiper-custom-container-3 {
  /* padding-bottom: 80px; */
  background: #f7f7f7;
}

.swiper-custom-container-3 .swiper-navigation__module {
  background: #f7f7f7;
}

.swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static {
  background: transparent;
}

@media (min-width: 1600px) {
  .swiper-custom-container-3
    .rd-navbar-corporate.rd-navbar-static
    .rd-navbar-main {
    padding: 40px 0 65px;
  }
}

@media (min-width: 1600px) {
  .swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static .rd-menu {
    top: calc(100% - 44px);
  }
}

.swiper-custom-container-3
  .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck,
.swiper-custom-container-3
  .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone {
  background: #f7f7f7;
}

.swiper-custom-container-3
  .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck
  .rd-navbar-main,
.swiper-custom-container-3
  .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone
  .rd-navbar-main {
  padding: 12px 0;
}

@media (min-width: 1600px) {
  .swiper-custom-container-3
    .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck
    .rd-menu,
  .swiper-custom-container-3
    .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone
    .rd-menu {
    top: 100%;
  }
}

@media (min-width: 992px) {
  .swiper-custom-container-3 {
    /* padding-bottom: 100px; */
  }
}

@media (min-width: 1600px) {
  .swiper-custom-container-3 {
    padding-bottom: 110px;
  }
}

.swiper-navigation__module {
  display: none;
  align-items: center;
  position: absolute;
  padding: 10px 20px 5px;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 1;
}

.swiper-navigation__module .swiper-button-next,
.swiper-navigation__module .swiper-button-prev {
  position: static;
  width: 48px;
  height: 48px;
  top: auto;
  left: auto;
  font-size: 28px;
  line-height: 46px;
  transform: none;
  color: #151515;
  border: 1px solid #989898;
  border-radius: 50%;
}

.swiper-navigation__module .swiper-button-next:hover,
.swiper-navigation__module .swiper-button-prev:hover {
  color: #f1592a;
  border-color: #f1592a;
}

.swiper-navigation__module > * + * {
  margin-left: 18px;
}

.swiper-navigation__module .swiper-pagination__fraction + * {
  margin-left: 32px;
}

@media (min-width: 576px) {
  .swiper-navigation__module {
    display: flex;
  }
}

@media (min-width: 992px) {
  .swiper-navigation__module {
    padding: 20px 30px 10px;
  }
}

@media (min-width: 1800px) {
  .swiper-navigation__module {
    padding: 30px 60px 15px;
  }
}

.swiper-pagination__fraction {
  font-size: 24px;
  line-height: 1.167;
  letter-spacing: 0;
  color: #ffd818;
}

.swiper-pagination__fraction-index {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  color: rgba(21, 21, 21, 0.21);
}

@media (min-width: 992px) {
  .swiper-pagination__fraction-index {
    font-size: 50px;
  }
}

@media (min-width: 1800px) {
  .swiper-pagination__fraction-index {
    font-size: 60px;
  }
}

.swiper-pagination__fraction-count {
  margin-left: 6px;
}
.swiper-slide-caption .title-section {
  color: #ffd818;
  padding-bottom: 0;
}

/* * * Quotes */

.quote-classic {
  position: relative;
  text-align: justify;
  padding-top: 50px;
  direction: rtl;
}

.quote-classic-2 .quote-classic-text {
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.quote-classic-3 {
  padding-top: 0;
  padding-left: 65px;
}

.quote-classic-3 .quote-classic-text {
  line-height: 1.21;
  letter-spacing: 0.05em;
}

.quote-classic-3 .quote-classic-text::before {
  color: rgba(21, 21, 21, 0.07);
}

.quote-classic-text {
  font-size: 14px;
  line-height: 1.375;
  font-weight: 300;
  font-style: italic;
  /* letter-spacing: .075em; */
}

.quote-classic-text::before {
  position: absolute;
  left: -8px;
  top: -8px;
  content: "\201C";
  font-size: 140px;
  line-height: 0.88;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif;
  color: rgba(21, 21, 21, 0.2);
}

.quote-classic-author {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f1592a;
}

.quote-classic-figure {
  position: absolute;
  top: 0;
  right: 65%;
  bottom: 0;
  left: 0;
}

.quote-classic-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  z-index: -1;
}

@supports (object-fit: cover) {
  .quote-classic-figure img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
  }
}

* + .quote-classic {
  margin-top: 30px;
}

p + .quote-classic {
  margin-top: 40px;
}

.quote-classic + .unit {
  margin-top: 45px;
}

* + .quote-classic-author {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .quote-classic {
    padding-top: 0;
    padding-left: 65px;
  }
  .quote-classic-text::before {
    top: 0;
  }
      *+.quote-classic{
        margin-top: 10px;
    }
    .swiper-slider-8 h4, .swiper-slider-8 .title-classic{
        padding-top: 0;
    }
}

@media (min-width: 992px) {
  .quote-classic-text {
    /* font-size: 20px; */
  }
  .quote-classic-text::before {
    font-size: 160px;
  }
  .quote-classic-figure {
    right: 60%;
  }
}

@media (min-width: 1200px) {
  .quote-classic-2 .quote-classic-text {
    line-height: 2;
  }
  .quote-classic-3 {
    padding-left: 75px;
  }
  .quote-classic-3 .quote-classic-text::before {
    font-size: 180px;
  }
  .quote-classic-figure {
    right: 50%;
  }
}

.context-dark .quote-classic-text::before,
.bg-gray-dark .quote-classic-text::before,
.bg-primary .quote-classic-text::before {
  color: rgba(255, 255, 255, 0.07);
}

.context-dark .quote-classic-author,
.bg-gray-dark .quote-classic-author,
.bg-primary .quote-classic-author {
  color: #f1592a;
}

.context-dark .quote-classic-4 .quote-classic-author,
.bg-gray-dark .quote-classic-4 .quote-classic-author,
.bg-primary .quote-classic-4 .quote-classic-author {
  color: #f1592a;
}

.quote-modern-wrap {
  background: #ffffff;
}

.quote-modern-figure {
  display: block;
}

.quote-modern-figure img {
  width: 100%;
}

.quote-modern-text {
  font-weight: 300;
  letter-spacing: 0.075em;
  font-style: italic;
  text-transform: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif;
  color: #777777;
}

.quote-modern-author {
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
}

.quote-modern-status {
  color: #f1592a;
  letter-spacing: 0.05em;
}

* + .quote-modern-author {
  margin-top: 36px;
}

* + .quote-modern-status {
  margin-top: 7px;
}

@media (max-width: 575.98px) {
  .quote-modern-figure {
    overflow: hidden;
    max-width: 120px;
    max-height: 160px;
  }
}

@media (min-width: 576px) {
  .quote-modern-wrap {
    display: flex;
    text-align: left;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  }
  .quote-modern-wrap .unit {
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .quote-modern {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote-modern-2 .quote-modern-text {
    font-size: 18px;
  }
}
@media(max-width:766px){
  .quote-classic-figure{
    display:none;
  }
}
/* style parallax */

.parallax {
  background-image: url("../../../uploads/4ec1b4a9-d6a5-4da7-8ab2-13dfdb291184-4ec1b4a9-d6a5-4da7-8ab2-13dfdb291184-fe43e8d3-1ad6-4b90-a100-40f7e0aa685a-parallax.jpg");
  background-size: 100% 100%;
  background-position: center center;
  height: 500px;
  background-repeat: no-repeat;
}

.text-parallax {
  color: #fff;
  font-size: 38px;
  padding-top: 210px;
}
@media (max-width: 767px) {
  .parallax {
    height: 200px;
  }
}
/* start section certifecate */

.certificate img {
  height: 80px;
  object-fit: contain;
}

.certificate {
  background: #f6f5f5;
  padding-bottom: 0px;
  padding-top: 20px;
  direction: ltr;
}
/* start section footer */

footer {
  padding: 100px 0 0px 0;
  background: #292929;
  background-image: url(../../../uploads/03f891f2-e444-4b24-bc1b-d7e1e241333d-footer.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #747474;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 400px;
  opacity: 0.4;
}

.list-footer {
  padding-right: 0;
  line-height: 2;
  padding-top: 10px;
  text-align: right;
}

.list-footer li {
  padding-bottom: 7px;
}

.list-footer li i {
  color: #ffd818;
  font-size: 16px;
  padding-left: 10px;
  font-style: normal;
}

.list-footer li a {
  font-size: 13px;
  color: #747474;
}

.title-footer {
  position: relative;
  padding-bottom: 20px;
  color: #ffd818;
}

.title-footer::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #747474;
  top: 35px;
}

.top-footer i {
  font-size: 27px;
  transition: 0.4s;
}

.top-footer {
  background: #ffd818;
  padding: 10px 0;
  position: relative;
  margin: -140px 0px -78px 0px;
  z-index: 1;
}

.box-top-footer {
  border-left: 1px solid #c5b1b1;
}

.box-top-footer:last-child {
  border-left: none;
}

.box-top-footer:hover i {
  transform: rotate(360deg);
}

.about-footer {
  text-align: justify;
  line-height: 2;
  padding-top: 13px;
}

.social-footer {
  padding-right: 0;
}

.social-footer li {
  display: inline-block;
  padding-left: 13px;
  font-size: 17px;
}

.social-footer li a {
  transition: 0.4s;
  color: #ffd818;
}

.social-footer li a:hover {
  /*     color: #ffd818 */
}

.copy-right {
  border-top: 1px solid #747474;
  padding-top: 15px;
}
.copy-right a {
  color: #747474;
  transition: 0.4s;
}
.copy-right a:hover {
  color: #ffd818;
}
@media (max-width: 769px) {
  .li-site{
    display: none!important;
  }
  .social-header li a,
  .social-header li i {
    font-size: 9px;
    padding-right: 0;
    font-weight: 600;
  }
  .social-header {
    padding-right: 25px !important;
    margin: 0;
    padding-top: 4px;
  }
  .social-header li {
    padding-left: 0;
  }
  .box-skew .col-6 {
    padding: 0;
  }
  .main-header .row {
    flex-direction: row-reverse;
}
}
@media(width:280px){
  .social-header {
    padding-right: 13px !important;
}
  }
/* company introduction */

.introduction p {
  text-align: justify;
}

.margin-section {
  margin: 3rem 0rem;
}

.text-about {
  line-height: 2;
}

.introduction img {
  margin: 0.5rem 0rem;
}

.hover-about figure {
  position: relative;
  overflow: hidden;
}

.hover-about figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgb(181 175 175 / 0%) 0%,
    rgb(193 192 192 / 30%) 100%
  );
  background: linear-gradient(
    to right,
    rgb(181 175 175 / 0%) 0%,
    rgb(193 192 192 / 30%) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover-about figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.item {
  padding: 0.5rem;
}

.sidepage-main_services {
  border: 17px solid var(--white-color);
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  padding: 2rem;
}

.sidepage-main_services p {
  text-align: center;
  margin: 1rem;
}

.sidepage-round_icon_img img {
  height: 100%;
  object-fit: cover;
}
/* managment massage */
.managment-text p {
  text-align: justify;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .managment h2 {
    text-align: center;
  }
}
/* shareholder */
.explain-content p {
  line-height: 2;
  text-align: justify;
}
.explain-section h2 {
  line-height: 2;
  text-align: justify;
}
.holder-num-item {
  padding: 0rem 0.5rem;
}

.shareholder-table .table-hover tbody tr:hover td,
.shareholder-table .table-hover tbody tr:hover th {
  background-color: darkgray;
}

.shareholder-table th {
  color: white;
  background-color: black;
}
.holder-num-text {
  padding-left: 7rem;
}

.holder-num-text-display {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .holder-num-text-display {
    text-align: center;
  }
  .explain-section h2 {
    text-align: center;
  }
  .holder-num-text {
    padding-left: 0rem;
  }
  .holder-num-item {
    padding: 0rem;
  }
}
/* goal and plan  */

.plan-first-section strong {
  color: red;
}

.plan-first-section ul {
  list-style-type: disclosure-closed;
}

.plan-first-section p,
.plan-first-section h5 {
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .plan-first-section h5 {
    text-align: center;
  }
}
/* vision */
.vision-section ul {
  list-style-type: disclosure-closed;
}

.vision-section p,
.vision-section h4,
.vision-section h5,
.vision-section h6,
.vision-section li {
  line-height: 2;
  text-align: justify;
}

.vision-section h5 {
  color: darkblue;
}

.vision-color-text {
  background-color: #fc0;
  padding: 0.5rem 0rem;
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .vision-section h4 {
    text-align: center;
  }
}
/* board member */

.board-table .table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: darkgray;
}

.board-table th {
  color: white;
  background-color: black;
  vertical-align: middle !important;
  line-height: 2;
  text-align: justify;
  text-align: center;
}

.board-table td {
  line-height: 2;
  text-align: justify;
  vertical-align: middle !important;
  text-align: center;
}

.board-table img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .board h3 {
    text-align: center;
  }
}
/* product */
.product-text-shadow {
  text-shadow: #808080 4px 4px 4px;
}

.product p {
  font-size: large;
}

.product-header {
  box-shadow: none !important;
}

.product .container {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.product img {
  width: 50px;
  height: 50px;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  .product-header {
    text-align: center;
  }
}
.post-content p {
  font-family: IRANsans !important;
}
/* isoranR */

.isoran-content {
  padding-top: 4rem;
  padding-right: 4rem;
}

.header-isoran {
  border: 17px solid var(--white-color);
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}

.sidepage-product-isoran li {
  padding: 0.5rem;
  list-style-type: disclosure-open;
}

.sidepage-product-isoran h5 {
  padding: 1rem 0rem;
}

.end-isoran li {
  padding: 0.5rem;
  list-style-type: disclosure-open;
}
.footer-isoran img {
  width: 50px;
  height: 50px;
  margin-top: -1rem;
}
.footer-isoran a {
  text-decoration: none;
  color: black;
}
.sidepage-product-isoran h4,
.sidepage-product-isoran h5,
.sidepage-product-isoran p {
  line-height: 2;
  text-align: justify;
}
.sidepage-product-isoran h4 {
  text-shadow: #808080 4px 4px 4px;
}
.sidepage-product-isoran h5 {
  text-shadow: #dfdfdf 4px 4px 4px;
}

.sidepage-product-isoran h5:hover {
  color: red;
  text-shadow: #808080 4px 4px 4px;
}

@media only screen and (max-width: 768px) {
  .isoran-content {
    padding-top: 0rem;
  }
  .sidepage-product-isoran h4 {
    text-align: center;
  }
}
/* ezogam */

.ezogam-content {
  padding-top: 2rem;
  padding-right: 4rem;
}
.ezogam-padding {
  padding: 1rem;
}

.header-ezogam {
  border: 17px solid var(--white-color);
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}

.sidepage-product-ezogam h5 {
  padding: 1rem 0rem;
}

.footer-ezogam img {
  width: 50px;
  height: 50px;
  margin-top: -1rem;
}
.footer-ezogam a {
  text-decoration: none;
  color: black;
}
.sidepage-product-ezogam h4,
.sidepage-product-ezogam h5,
.sidepage-product-ezogam p {
  line-height: 2;
  text-align: justify;
}
.sidepage-product-ezogam h4 {
  text-shadow: #808080 4px 4px 4px;
}
.sidepage-product-ezogam h5 {
  text-shadow: #dfdfdf 4px 4px 4px;
}

.sidepage-product-ezogam h5:hover {
  color: red;
  text-shadow: #808080 4px 4px 4px;
}

@media only screen and (max-width: 768px) {
  .sidepage-product-ezogam h4 {
    text-align: center;
  }
  .ezogam-content {
    padding: 0rem;
  }
}
/* phoneCall */
.phone-shadow {
  border: 17px solid var(--white-color);
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  padding: 1rem;
  border-radius: 20px;
}
.phone-header .row p,
.phone-header .row h6 {
  margin: -0.1rem 0rem;
}
.phone-header iframe {
  width: 100%;
  height: 20rem;
}

.phone-flex {
  display: flex;
}

.phoneCall-icon {
  height: 25px;
}

.phoneCall-pad {
  padding: 0.2rem;
}

.phone-header a {
  text-decoration: none;
  color: black;
}

.phone-header a:hover {
  color: blue;
}

.phone-header h4,
.phone-header h5,
.phone-header p,
.phone-header h6 {
  line-height: 2;
  text-align: justify;
}

.phone-header h4 {
  text-shadow: #808080 4px 4px 4px;
}

.phone-header h5 {
  text-shadow: #dfdfdf 4px 4px 4px;
}

.phone-header h5:hover,
.phone-header h6:hover {
  color: red;
  text-shadow: #808080 4px 4px 4px;
}

@media only screen and (max-width: 768px) {
  .phone-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .phone-header h4 {
    text-align: center;
  }

p , span , a , strong {
    font-family: "IRANSans" !important;
}
 


}
.search-holder {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 1000;
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s linear;
}

.search-form1 {
    display: flex;
    width: 80%;
}

.srchtxt {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 12px;
    padding: 18px 24px;
    font-family: inherit;
    font-weight: inherit;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    cursor: text;
    -o-transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    font-size: 20px;
    line-height: 1.6;
    color: #777!important;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}
.box-lines {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
}

.box-lines span {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    will-change: transform;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.box-line-1 {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.box-line-2 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.box-line-3 {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}

.box-line-4 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.close:hover .search-line-1 {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.close:hover .search-line-2 {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.close:hover .search-line-3 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.close:hover .search-line-4 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
}
.vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
    width: 25%;
}
.vertical-carousel-news-content {
margin: 10px 0;
}
span {
    font-family: 'IRANSans'!important;
}
.row.insidepaging {
    display: block;
}
path {
    fill: #c7d7df;
    stroke: #fff;
}
.sea path {
    fill: #178edb!important;
}
.btn__map {
    padding: 0.7rem;
    background-color: #ffd818;
    color: #000;
}
.btn__maps {
    display: grid;
    flex-direction: row;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(5rem, 1fr));
    grid-template-rows: repeat(3,1fr);
    margin: 4rem 0 0 1rem;
}
.map svg .activeMap {
    fill: rgb(253, 197, 38);
}
 .map__content--down {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    width: 100%;
    height: 23rem;
    padding: 2rem;
    margin-top: 20px;
    background: var(--light-color);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-align: right;
}
 .map__content--up{
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    text-align: right;
    width: 100%;
    height: 23rem;
    padding: 1rem 2rem;
    margin: -5rem 0 0 0;
    background: var(--light-color);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 30px;
}
.logo-footer img , .logo img{
    height:85px;
}
footer .socail-media {
  position: fixed;
  left: -80px;
  top: 66%;
  z-index: 999;
}

footer .socail-media ul {
  padding-right: 0;
}

footer .socail-media li {
  background-color: #ffd818;
  padding: 10px;
  margin: 5px 0;
  border-radius: 10px;
  transition: 0.8s;
  z-index: 9999;
  position: relative;
  text-align: right;
}
footer .socail-media li a{
    color: #000;
}
footer .socail-media li:hover {
  background: #031e2b;
  
}
footer .socail-media li:hover a{
  color: #fff;
}
footer .socail-media li i , footer .socail-media li img{
  padding: 0 5px 0 25px;
  font-weight: 400;
}

footer .socail-media li:hover {
  transform: translate(75px, 0);
}
.langflags {
    cursor: pointer;
}
.logo-en {
  display: none;
}
