/*
Theme Name: mssh
Theme URI: https://http://mssh-co.com
Author: Webramz
Author URI: https://http://mssh-co.com
Description: mssh WordPress Theme
Version: 0.0.1
*/

/************************** Body ************************/
body {
  background-color: #fff !important;
  line-height: 2.1 !important;
  font-size: 18px !important;
  color: #000 !important;
}

.justify {
  text-align: justify;
}

/* .tab-pane .justify p {
  height: 413px;
  overflow-y: scroll;
  padding:0 1rem;
} */


/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f63900;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0090f8;
}

a {
  text-decoration: none !important;
}

main a {
  color: #f63900 !important;
}

@font-face {
  font-family: "Kalameh";
  src: url("./fonts/KalamehWebFaNum-Regular.woff2") format("woff2");
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "iransans" !important;
}

@font-face {
  font-family: "iransans";
  src: url("./fonts/400.woff2") format("woff2");
}

p,
span,
strong,
div {
  font-family: "iransans" !important;
}

@font-face {
  font-family: "fontello";
  src: url("./font/fontello.eot?25753333");
  src: url("./font/fontello.eot?25753333#iefix") format("embedded-opentype"),
    url("./font/fontello.woff?25753333") format("woff"),
    url("./font/fontello.ttf?25753333") format("truetype"),
    url("./font/fontello.svg?25753333#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  /*text-decoration: inherit;*/
  width: 1em;
  font-size: 20px;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix butto3ns height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins shodivd be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@media only screen and (max-width: 600px) {
  .title {
    margin: 2rem 0 !important;
  }
}

.title h2 {
  font-size: 1.6rem !important;
  font-weight: 700;
}

/************************** Menu ************************/
body {
  background-color: #dcdcdc !important;
}

img.custom-logo {
  max-width: 100%;
  height: auto;
}

header .navbar-nav {
  padding: 0;
}

.menu-sticky {
  position: absolute;
  width: 100%;
  top: 5rem;
  z-index: 9999;
}
.rtl .menu-sticky {
  position: absolute;
  width: 100%;
  top: 3rem;
  z-index: 9999;
}

.menu-sticky > div > div > .col-8 {
  background-color: #464646;
  border-radius: 12px;
  padding-right: 2rem;
  margin-top: -0.4rem;
}

header a.nav-link {
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  header a.nav-link {
    color: black !important;
  }
}

header a.nav-link.active,
header a.nav-link:hover {
  color: #f63900;
  position: relative !important;
}

ul#menu-menu-1 li{
  transition: 0.5s;
}

ul#menu-menu-1 li:nth-child(1) span {
  display: none;
}
ul#menu-menu-1 li:hover:nth-child(1) span {
  display: none;
}
ul#menu-menu-1 li:hover:nth-child(1) img {
  display: block;
}


ul#menu-menu-1 li span {
  display: none;
  transition: 0.5s;
}

ul#menu-menu-1 li:hover span {
  display: block;
  transition: 0.5s;
}

ul#menu-menu-1 li img {
  display: block;
  transition: 0.5s;
}

ul#menu-menu-1 li:hover img {
  display: none;
  transition: 0.5s;
}

.offcanvas-footer .social a {
  background: #f9f9f9;
  padding: 0.7rem;
  border-radius: 50%;
  border: 1px solid #f63900;
}

.rtl .button-search {
  float: left;
  background: #656464;
  height: 4.7rem;
  width: 125%;
  border: 0;
  border-radius: 12px 0px 0px 12px;
  margin-left: 0;
}

.button-search {
  float: left;
  background: #656464;
  height: 4.7rem;
  width: 125%;
  border: 0;
  border-radius: 0px 12px 12px 0px;
  margin-left: 0.5rem;
}

.button-search img {
  width: 2.5rem;
}

/************************** SEC 1 ************************/

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 1.2rem !important;
  color: black;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 50%;
  height: 1.7rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

/************************** SEc 2 ************************/

.member-tittle {
  background: #f63900;
  color: white;
  padding: 0rem 1rem;
  width: 70%;
  text-align: center;
  transform: translate(-8%, -50%);
  height: 2.2rem !important;
  overflow: hidden;
  line-height: 2;
  border-radius: 7px;
  font-size: 1rem;
  margin: auto;
  margin-right: 4rem;
}

.rtl .member-tittle {
  margin-right: 0rem;
}

/* .member-blog {
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    margin: 1rem 0;
    font-weight: bold;
    color: black;
} */

.member-blog {
  /* height: 2rem; */
  /* line-height: 2rem; */
  overflow: hidden;
  margin: 1rem 0;
  font-weight: bold;
  color: black;
  font-size: 0.9rem;
}

.blog-home .blog-div div {
  height: 15rem;
  border-radius: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/************************** Footer ************************/
footer {
  color: white;
}

footer ul {
  margin: 0;
  padding-right: 1rem;
  color: #ff3b00;
  line-height: 1.4rem;
}

footer h4 {
  margin-bottom: 0.6rem;
}

.contact ul {
  list-style: none;
}

.contact hr {
  color: #ff3b00;
  height: 2px;
  margin: 0.3rem 0;
}

footer ul a {
  color: white !important;
  transition: 0.5s;
  font-size: 0.8rem;
}

footer ul i {
  color: #f63900 !important;
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

footer ul a:hover {
  color: #f63900 !important;
  transition: 0.5s;
}

.social ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}

.social ul img {
  width: 1.8rem;
}

/* .social a {
  background: white;
  padding: 0.7rem 0.35rem;
  border-radius: 50%;
} */

footer .contact ul {
  padding: 0;
}

.social i {
  color: white;
}

footer .info ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  font-size: 14px;
}

footer .info span {
  font-size: 12px;
  float: left;
  margin-left: 5.8rem;
}

/************************** Contact ************************/
.filter-map {
  filter: grayscale(1);
  transition: 0.5s;
}

.filter-map:hover {
  filter: grayscale(0);
  transition: 0.5s;
}

.card-2 {
  text-align: center;
  padding: 3rem 1rem;
  height: 275px;
}

.card-2 i {
  color: white;
  background: #f63900;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.card-2 .social a {
  background: no-repeat;
  padding: 0;
  border-radius: 0;
}

.card-2 ul.social {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

input,
textarea,
select {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

input:focus,
textarea:focus,
select:focus {
  outline: 1px solid #f63900;
}

.form hr {
  text-align: center;
  width: 12rem;
  height: 2px !important;
  color: #f63900;
  margin: 1rem auto;
}

main hr {
  height: 2px !important;
  color: #f63900;
}

#gform_submit_button_1 {
  background: #f63900;
  width: 12rem;
  color: white;
}

.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #f63900;
  box-shadow: 0 0 0 0 #000 !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 #000 !important;
}

.accordion-item {
  background-color: #fff;
  border: 0;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #f63900;
}

.accordion-button::after {
  margin-right: auto !important;
  margin-left: 0 !important;
}

/************************** About ************************/
.background {
  padding: 14rem 0rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 600px) {
  .background {
    padding: 5rem 0rem;
  }
}

.box-banner {
  background: #ffffff9c;
  padding: 2rem 3rem;
}

.icon-about h6 {
  margin-top: 1rem;
  font-weight: 600;
}

.icon-about img {
  width: 6rem;
  height: auto;
}

.icon-about {
  width: 75%;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin: 1rem auto;
  transition: 0.5s;
  background: white;
}

.icon-about:hover {
  transition: 0.5s;
  transform: translateY(-10px);
}

@media only screen and (max-width: 600px) {
  .icon-about {
    width: 100%;
  }
}

/************************** menu ************************/

a.call-ser {
  background: #f63900;
  color: white !important;
  padding: 0.6rem 1rem;
  text-align: center;
  border-radius: 7px;
}

.back-call {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

/************************** menu ************************/
.main-single p {
  text-align: justify;
  font-size: 1rem;
}

.main-single .title-pro a {
  background: #f63900;
  color: white !important;
  padding: 0.1rem 0.85rem;
  border-radius: 0.75rem;
}

/************************** menu ************************/
/************************** menu ************************/

.swiper-slider .swiper-wrapper {
  height: 80vh !important;
}

@media only screen and (max-width: 600px) {
  .swiper-slider .swiper-wrapper {
    height: 25vh !important;
  }
}

.height-80 {
  height: 80vh;
}

@media only screen and (max-width: 600px) {
  .height-80 {
    height: 25vh;
  }
}

img.img-fluid.w-member {
  height: 18rem !important;
  width: 20rem !important;
}

.col-12.col-sm-4 email,
.col-12.col-sm-4 name {
  font-weight: 600;
  font-size: 1rem;
}

.swiper-section-4,
.swiper-logo {
  padding-bottom: 3rem !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f63900;
  border: 1px solid #f63900;
  width: 0.8rem;
  height: 0.8rem;
}

span.swiper-pagination-bullet {
  background: none;
  border: 2px solid #f63900;
  height: 0.8rem;
  width: 0.8rem;
  opacity: 1;
}

.col-12.col-sm-4 .px-3 img,
.category-news .news img {
  border-radius: 12px;
  height: 16rem;
  width: 24rem;
}

/* .menu-sticky a.nav-link.active:before {
  content: " ";
  background: #f63900;
  position: absolute;
  height: 1px;
  width: 1.5rem;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0rem;
  right: 35%;
}

.menu-sticky a.nav-link.active::after {
  content: " ";
  background: #f63900;
  position: absolute;
  height: 1px;
  width: 1.5rem;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0rem;
  right: 35%;
} */

.menu-sticky #menu-menu-1 > li {
  position: relative;
  margin-left: 0.5rem;
}

.footer-text span {
  font-size: 0.7rem;
}

/* .swiper-logo .px-3 {
    text-align: center;
} */

.custom-logo-link img {
  width: 19rem;
}

.about-tab .nav-pills .nav-link.active,
.about-tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f63900 !important;
  border-radius: 0;
  height: 5.2rem;
  width: 9rem;
}

@media only screen and (max-width: 600px) {
  .about-tab .nav-pills .nav-link.active,
  .about-tab .nav-pills .show > .nav-link,
  .about-tab .nav-link {
    width: 25% !important;
  }
}

.about-tab .nav-link {
  color: #fff;
  background-color: #464646d6 !important;
  border-radius: 0 !important;
  height: 5.2rem;
  width: 9rem;
}

.about-tab .nav-link:hover {
  color: #fff !important;
}

.about-tab button {
  font-size: 0.9rem !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0.2rem;
}

.w-20 {
  width: 20% !important;
}

.single-post .title-pro h1 {
  font-size: 1.4rem;
  font-weight: 600;
}

.swiper-logo .px-3 {
  text-align: center !important;
}

.row.blog-bottom img {
  width: 9rem !important;
  height: 6rem !important;
}

.row.blog-bottom .px-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row.blog-bottom h5 {
  padding: 0.5rem;
}

.logo-about .row .px-5 {
  text-align: center !important;
}

/* .page-template-gallery .tab-content img {
  margin-bottom: 1.5rem;
}

.page-template-gallery .nav-link-1.active {
  background-color: #f63900;
  color: white !important;
}

.page-template-gallery .nav-pills li {
  margin-left: 1.2rem;
}

.page-template-gallery .nav-link-1 {
  border: 1px solid #f63900;
  background: white;
  border-radius: 5px;
  width: 8rem;
  text-align: center;
} */

.swiper-slide.home-slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.box-photo {
  position: relative;
}
.box-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.box-photo h4 {
  margin: 1rem 0;
  font-size: 1.1rem;
  padding: 0 0.5rem;
}
.box-photo img {
  border-radius: 0.75rem;
}

/* .swiper-slider img {
  border-radius: 0.75rem;
} */

.slide-photo h4 {
  background: #f9f9f9;
  width: 20rem;
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  top: 85%;
  right: 3%;
  border-radius: 0.75rem;
  font-size: 1.2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

button.close {
  border: 0;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 0;
  padding-top: 0.35rem;
}

.search-bar input,
.modal-body input#keyword {
  border: 1px solid #eee;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
}

.side-site ul {
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}

.side-site ul a {
  color: #464646 !important;
}
.side-site .font-weight-bold {
  font-weight: bold;
}

.border-05 {
  border-radius: 0.5rem;
}

#main-menu-meta .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
}

.dropdown:hover ul {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f63900 !important;
  text-align: right;
}

.depth_0 a {
  text-align: right;
}

/************************************************************************** EN ************************/

.rtl .text-banner {
  left: 5rem;
  right: auto;
}

@media only screen and (max-width: 600px) {
  .text-banner {
    bottom: 0rem;
    left: 4rem;
    width: 70%;
  }
}

.text-banner {
  right: 5rem;
  left: auto;
  position: absolute;
  top: 6rem;
  bottom: 12rem;
  background: #f9f9f97a;
  padding: 1rem 0.5rem;
  width: 40%;
}

.title {
  border-left: 4px solid #f63900;
  padding-left: 0.5rem;
}

.rtl .title {
  border-right: 4px solid #f63900;
  padding-right: 0.5rem;
  border-left: 0px !important;
  padding-left: 0px !important;
}

#v-pills-tab {
  position: absolute;
  right: 24.6rem;
  top: 3.9rem;
}

.rtl #v-pills-tab {
  left: 24.6rem;
  right: auto;
}

@media only screen and (max-width: 600px) {
  #v-pills-tab {
    position: absolute;
    left: 0rem !important;
    top: 0rem !important;
    flex-direction: row !important;
    width: 100%;
  }
}
