@charset "UTF-8";
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
  .subnav .subnavbtn,
  .navbar-pro a {
    padding: 14px 9px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

*[class^="col-"] {
  float: right;
  direction: rtl;
}

a {
  color: #c10000;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 19px;
}

h2 {
  font-size: 17px;
}

::-webkit-scrollbar {
  background: #ddd;
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background: #152839;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px #F5F5F5;
          box-shadow: inset 0 0 10px #F5F5F5;
  height: 50px;
}

.input-lang .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-scrollbar-track {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 10px #cac8af;
          box-shadow: inset 0 0 10px #cac8af;
  height: 50px;
}

::-webkit-scrollbar-corner {
  background: #fff;
}

.btn {
  font-size: .8rem;
}

.btn-light-ax span {
  margin-right: 4px;
}

.btn-light-ax {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  font-family: "IRANSans";
  position: relative;
  background: #fff;
  font-size: 1rem;
  overflow-x: hidden;
}

button:focus {
  outline: 0;
}

.mt-9 {
  margin-top: 9rem !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-14 {
  font-size: 14px !important;
}

.titr-14 {
  font-size: 14px;
  font-weight: bold;
}

.titr-15 {
  font-size: 17px !important;
  font-weight: bold;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

p {
  font-size: 1.1em;
  line-height: 2.2;
}

.p-defult p {
  font-size: 15px;
  line-height: 2.5;
  text-align: justify;
  margin-bottom: 0;
}

.p-defult {
  font-size: 15px;
  line-height: 2.5;
  text-align: justify;
  margin-bottom: 0;
}

.overlay-span-top {
  top: 0;
  border-radius: 4px;
  background: rgba(62, 144, 161, 0.86);
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: #fff;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.box-card:hover .overlay-span-top {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.ul-defult {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

* {
  padding: 0;
  margin: 0;
}

.number-19 {
  font-size: 19px !important;
}

.btn-default-site {
  background: #ffef99 !important;
  color: #000 !important;
  border: 2px solid #e4e4e4;
  font-size: 13px;
}

.btn-default-site:hover {
  border: 2px solid #e4e4e4;
  color: #ffef99 !important;
  background: #000 !important;
}

.btn-default-site-ax {
  background: #000 !important;
  border: 2px solid #e4e4e4 !important;
  font-size: 13px;
  color: #eccf38 !important;
}

.btn-default-site-ax:hover {
  background: #ffef99 !important;
  color: #000 !important;
}

.btn-outline-default-site {
  border: 2px solid #e4e4e4 !important;
  color: #ffef99 !important;
  font-size: .8rem;
}

.btn-outline-default-site:hover {
  background: #ffef99;
  color: #000 !important;
}

.btn-outline-default-site-yellow {
  border: 2px solid #e4e4e4 !important;
  color: #000 !important;
  font-size: .8rem;
  background: transparent;
}

.bread {
  background: none;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bread li a {
  color: #464646;
  font-size: .85em;
}

.bread li a:hover {
  color: #c10000;
}

.bread li:last-child a {
  color: #0d5361 !important;
}

.crumb-divider {
  margin: 0 5px;
  font-size: 8px;
  color: #c10000;
}

.bread-withe li a {
  color: #f3f3f3;
}

.bread-withe li:last-child a {
  color: #f3f3f3 !important;
}

.box-cart .table > thead > tr > th,
.box-cart .table > tbody > tr > th,
.box-cart .table > tfoot > tr > th,
.box-cart .table > thead > tr > td,
.box-cart .table > tbody > tr > td,
.box-cart .table > tfoot > tr > td {
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
  padding: 0.4em;
}

.table-hover > tbody > tr:hover {
  background-color: #f7f6e8;
}

.box-cart {
  width: 500px;
  background: #e9ecef;
  padding: 10px;
  overflow: hidden;
}

.box-cart .par-table-cart {
  max-height: 280px;
  overflow: auto;
  margin-bottom: 30px;
}

.box-cart .btn {
  width: 100%;
}

.box-cart input {
  width: 50px;
  padding-right: 5px;
}

.box-cart img {
  height: 50px;
}

.box-cart .delete,
.box-cart .deleteEnglish,
.box-cart .deleteArabic {
  font-size: 16px;
}

.box-cart .delete i {
  font-size: 1em;
  color: #999;
}

.btn-cart:after {
  display: none;
}

.btm-btn-cart {
  position: fixed;
  bottom: 0;
  background: #e9ecef;
  right: 0;
  padding: 9px;
}

@media (max-width: 992px) {
  .page .container,
  .par-bread .container {
    max-width: 100%;
  }
}

#scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 40px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  display: none;
  font-size: 2em;
  color: #f1b21f;
  opacity: 1;
}

#scroll-up:hover {
  opacity: .7;
}

.page {
  margin-bottom: 30px;
}

.page .card {
  background: #e9ecef;
  border: 1px solid #e4e4e4;
  padding: 15px;
}

.page-link {
  background: #e9ecef;
  color: #343a40;
  border: 1px solid #e4e4e4;
}

.site-header {
  background: url(../images/bg1.png) left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.site-header .head-top {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

.site-header .head-top .img-navar img {
  position: absolute;
  width: 68px;
  bottom: -9px;
  right: 23%;
}

.site-header .contact {
  float: left;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  border-radius: 25px !important;
  background: #e9ecef;
}

.site-header .part-contact {
  float: right;
  background: #3e90a1;
  padding: 8px;
  height: 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.vorud .btn-log-baner {
  border: none;
  background: none;
  cursor: pointer;
}

.btn-moshaver {
  font-size: 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  margin: auto;
  color: #fff;
  background-color: #3e90a1;
  border-radius: 25px !important;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 4px 0 #9c9c9c;
          box-shadow: 0 2px 4px 0 #9c9c9c;
  -webkit-animation: mymove 2s infinite;
          animation: mymove 2s infinite;
}

.btn-moshaver:hover {
  background-color: #3e90a1;
  color: #fff;
}

@-webkit-keyframes mymove {
  from {
    background-color: #3e90a1;
  }
  to {
    background-color: #c31823;
  }
}

@keyframes mymove {
  from {
    background-color: #3e90a1;
  }
  to {
    background-color: #c31823;
  }
}

.input-lang {
  width: 130px;
  float: right;
}

.input-lang select {
  border-radius: 25px !important;
  cursor: pointer;
}

.input-lang label {
  font-size: 15px;
}

.input-group-prepend label {
  border-radius: 25px !important;
  border: 1px solid #e4e4e4;
}

.input-lang select {
  height: 33px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px !important;
  border: 1px solid #e4e4e4;
}

.vorud {
  float: right;
  margin-left: 4px;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  padding: 7px;
  color: #343a40;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px !important;
  padding-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.vorud > a {
  color: #343a40;
}

.vorud > a:hover {
  color: #fff;
}

.vorud label {
  float: right;
  height: 38px;
  border-radius: 0 25px 25px 0;
  border-right: 0;
  margin-left: 6px;
}

.vorud:hover {
  background: #3e90a1;
  color: #fff;
  border: 1px solid #3e90a1;
}

.vorud:hover > a {
  color: #fff;
}

.head-btm {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.head-btm .menu {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.head-btm .menu .li-logo {
  margin-top: -98px;
}

.head-btm .menu .img-logo img {
  width: 195px;
}

.head-btm .menu .img-logo a {
  background: #fefefe;
  padding: 15px 15px 5px !important;
  display: inline-block;
}

.head-btm .menu .img-logo a h1,
.head-btm .menu .img-logo a p {
  font-size: 14px;
  margin-top: 6px;
}

.box-baner-contact,
.box-baner-moshavere {
  width: 250px;
}

.box-baner-login {
  width: 263px;
}

@media (max-width: 1070px) {
  .part-contact span:last-child {
    display: none;
  }
  .box-baner-contact {
    width: auto;
  }
}

/*style menu================*/
.menu {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.head-btm ul.navbar-nav li > .dropdown-menu {
  background-color: #f6f7f8;
  margin-top: 0;
  min-width: 250px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: auto;
  padding: 0;
}

.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-right-color: #0d5361;
  float: left;
  margin-top: 6px;
}

.head-btm ul.navbar-nav li > .dropdown-menu .dropdown-menu {
  right: 100%;
}

.navbar-pro a:hover,
.subnav:hover .subnavbtn {
  color: #c91b26 !important;
  background-color: #f7f7f7;
}

.subnav .subnavbtn,
.navbar-pro a {
  border: none;
  outline: none;
  font-family: inherit;
  margin: 0;
  float: none;
  display: inline-block;
  font-size: 16px;
  color: #0d5361 !important;
  padding: 14px 18px !important;
  text-align: right;
  font-weight: 500;
  background: transparent;
}

.subnav-content {
  border-radius: 0 0 5px 5px;
  display: none;
  position: absolute;
  left: 0;
  background-color: white;
  width: 98%;
  z-index: 99;
  border-top: 2px solid #c91b26 !important;
  -webkit-box-shadow: 0 3px 3px 1px #c7c7c7;
          box-shadow: 0 3px 3px 1px #c7c7c7;
  padding: 0;
  top: 49px;
  min-height: 400px;
  max-height: 500px;
  height: 100%;
  overflow: hidden;
}

.subnav-content .zirmenu-right {
  width: 20%;
  border-left: 1px solid #e0e0e0;
  height: 400px;
}

.subnav:hover .subnav-content {
  display: block;
}

.sub-menu-zir {
  right: 20%;
  width: 80%;
  display: none;
  position: absolute;
  background: #fbfcfc;
  /*height: 100%;*/
  top: 0;
  overflow: hidden;
}

.sub-menu-zir-other {
  width: 100% !important;
  right: 0;
}

.subnav-content-other {
  border-radius: 0 0 5px 5px;
  display: none;
  position: absolute;
  left: 0;
  background-color: white;
  width: 98%;
  z-index: 99;
  border-top: 2px solid #c91b26 !important;
  -webkit-box-shadow: 0 3px 3px 1px #c7c7c7;
          box-shadow: 0 3px 3px 1px #c7c7c7;
  padding: 0;
  top: 49px;
  height: auto !important;
  overflow: auto !important;
  min-height: 300px !important;
  background: #fff url("../images/about-menu.jpg") left bottom no-repeat;
}

.subnav-content-other a {
  width: 32.333333%;
}

.subnav-content-other a span {
  font-size: 8px;
  margin-left: 5px;
}

.zirmenu:hover .sub-menu-zir {
  display: block;
}

.zirmenu a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.zirmenu a span {
  font-size: 9px;
  position: absolute;
  left: 7px;
}

.column-menu {
  width: 33.333%;
  float: right;
  overflow: hidden;
  height: 100%;
}

.titr-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-bottom: 2px solid #e0e0e0;
}

.titr-menu a {
  width: auto;
  color: #c91b26 !important;
}

.titr-menu a:hover {
  color: #0d5361 !important;
}

.titr-menu p {
  margin: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 15px;
}

.ul-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  height: 345px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: start;
  float: right;
}

.ul-menu li {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-menu {
  padding: 20px 20px 0;
}

.contact-menu .social-head a {
  padding: 10px !important;
  width: auto !important;
}

.contact-menu a {
  display: inline;
}

.contact-menu p span {
  margin-left: 5px;
  color: #828282;
}

.social-head ul li {
  float: right;
}

.social-head ul li a {
  padding: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  margin-left: 5px;
  color: #dadada;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-head ul li a:hover {
  color: #fff !important;
  border: 1px solid #c91b26 !important;
  background: #c91b26 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .subnav .subnavbtn,
  .navbar-pro a {
    padding: 14px 9px !important;
  }
}

.subnav-content-about {
  background: #fff url(../images/about-menu.jpg) left bottom no-repeat;
}

.slide .carousel-indicators {
  bottom: -4px;
}

.owl-slider .owl-nav .owl-next span,
.owl-slider .owl-nav .owl-prev span {
  position: absolute;
  top: 190px;
  color: #fff;
  font-size: 1.8em;
  cursor: pointer;
  text-shadow: -1px 2px 3px #505050;
  background: none;
}

.owl-slider .owl-nav .owl-prev span {
  left: 90px;
}

.owl-slider .owl-nav .owl-next span {
  right: 90px;
}

.owl-slider .owl-nav {
  margin-top: -25px;
}

@media (max-width: 576px) {
  .owl-slider .owl-nav {
    display: none;
  }
}

/*سرچ ==========جستجو کنید=============*/
.search-slide {
  position: absolute;
  background: rgba(0, 0, 0, 0.42);
  bottom: 23px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .search-slide {
    display: none;
  }
}

.slide .carousel-indicators {
  display: none;
}

.search-form {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  bottom: 49px;
}

.search-form .form-field-submit {
  z-index: 0 !important;
  width: 118px;
  left: 10px;
  top: 0;
  border: none;
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #0a768c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-right: 5px;
}

.search-form .form-field-submit:hover {
  cursor: pointer;
  background: #c10000;
}

.search-form:hover {
  cursor: pointer;
}

.slide .carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input.form-control {
  font-size: 12px;
  height: 40px;
}

.search-form .form-field {
  width: 100%;
}

.caption-txt {
  position: absolute;
  width: 400px;
  left: 10%;
  bottom: 185px;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 5px;
  padding: 35px;
  text-align: right;
  color: #fff;
  border: 7px solid rgba(139, 174, 202, 0.51);
}

.caption-txt h3 {
  border-bottom: 1px solid #96999c;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: right;
  height: 45px;
  overflow: hidden;
  line-height: 2;
}

.caption-txt p {
  text-align: right;
  height: 65px;
  overflow: hidden;
  font-size: 16px;
}

.section-service {
  background: url(../images/bg2.jpg) right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 70px;
  position: relative;
  padding-top: 30px;
}

.module-icon {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-bottom: 25px;
}

.module-icon .modtitle {
  font-size: 18px;
  margin: 25px 0 5px;
  line-height: 2;
}

.image-icon {
  width: 80px;
  height: 40px;
  background: transparent url(../images/sep1.png) no-repeat scroll center center;
  display: inline-block;
  background-size: 80px;
}

@media (max-width: 576px) {
  .module-icon .modtitle {
    margin: 5px 0 5px;
  }
}

.tab-group .item {
  border: 1px solid #e4e4e4;
  padding: 10px;
  border-radius: 5px;
  background: rgba(245, 245, 245, 0.6);
  text-align: center;
  margin: auto;
  max-width: 175px;
}

.tab-group .item img {
  margin-bottom: 10px;
  border-radius: 5px;
  height: 90px;
  width: 145px;
  margin: auto;
}

.tab-group .item span {
  color: #343a40;
  font-size: 16px;
  margin-top: 15px;
  height: 25px;
  overflow: hidden;
  display: block;
}

.tab-group .item:hover {
  background: #3e90a1;
}

.tab-group .item:hover span {
  color: #fff;
}

.tab-group .active-tab {
  background: #3e90a1;
}

.tab-group .active-tab span {
  color: #fff;
}

.img-des-group {
  overflow: hidden;
}

.img-des-group img {
  width: 100%;
  border: 2px solid #3e90a1;
  border-radius: 5px;
  padding: 4px;
  max-height: 248px;
}

.des-group p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  -webkit-line-clamp: 8;
}

.owl-nav .owl-prev span {
  position: absolute;
  top: -52px;
  left: 0;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  text-shadow: -1px 2px 3px #505050;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(226, 226, 226, 0.85);
  border-radius: 5px;
}

.owl-nav .owl-next span {
  position: absolute;
  top: -52px;
  right: 0;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  text-shadow: -1px 2px 3px #505050;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e9ecef;
  border-radius: 5px;
}

.owl-theme .owl-nav:hover {
  color: #000;
}

.section-seyr {
  padding: 30px 0;
  background: url(../images/bg3.png) #3e90a1;
}

.img-way {
  width: 100%;
  height: 100%;
}

.img-travel-panel {
  text-align: center;
  margin: auto;
}

.img-travel-panel img {
  max-width: 100%;
  height: auto;
  margin: auto;
  width: 280px;
}

.section-packages {
  position: relative;
  padding: 30px 0;
  background: url(../images/bg4.jpg) fixed;
}

.owl-packages {
  margin-top: 0;
}

.item-package {
  background: #e9ecef;
  margin-bottom: 45px;
  border-radius: 5%;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.top-package .txt-pack {
  height: 170px;
  margin: auto;
  border-radius: 55%;
  margin-top: -112px;
  background: #ccdde0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  color: #343a40;
}

.top-package .txt-pack p {
  line-height: 2;
  height: 58px;
  overflow: hidden;
  width: 152px;
}

.img-pack {
  padding: 20px 20px 20px 20px;
  background: #ccdde0;
  border-radius: 15px 15px 0 0;
}

.item-package:hover {
  cursor: pointer;
}

.img-pack img {
  width: 140px !important;
  margin: auto;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding: 5px;
}

.item-package:hover .img-pack img {
  border: 1px solid #ccdde0;
}

.item-package:hover {
  background: #afced4;
}

.bottom-package {
  padding: 25px 10px;
}

.spesific-pack ul {
  padding-right: 30px;
}

.spesific-pack ul li {
  line-height: 2.1;
  text-align: right;
}

.spesific-pack ul li span {
  color: #0d5361 !important;
  font-weight: 600;
  padding: 0 4px;
}

.bottom-package a span {
  position: absolute;
  bottom: -56px;
  background: #ccdfe2;
  border-radius: 50%;
  font-size: 50px;
  color: #3e90a1;
  padding: 3px;
}

.bottom-package a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-comment .item img {
  width: 75px;
  height: 75px;
}

.owl-comment .owl-nav {
  height: 0;
  margin: 0;
}

.comment-video video {
  max-width: 450px;
  width: 100%;
  max-height: 200px;
  border-radius: 5px;
  background: #343a40;
}

.comment-txt {
  background: #195c69;
  height: 305px;
  color: #eaeaea;
}

.section-comment {
  border: 1px solid #e4e4e4;
  border-left: 0;
  border-right: 0;
}

.comment-video {
  padding: 15px;
  height: 305px;
  overflow: hidden;
  background: #0095b3;
  color: #fbfbfb;
}

.comment-video p {
  height: 72px;
  overflow: hidden;
}

.comment-social {
  background: #0a768c;
  height: 305px;
  overflow: hidden;
  color: #eaeaea;
}

.comment-txt,
.comment-social {
  padding: 20px;
}

.owl-comment .owl-nav .owl-prev span {
  bottom: 50px !important;
  left: 90px !important;
  top: auto;
  background: none;
  color: #b9cfd4;
  text-shadow: none;
  font-weight: bold;
}

.owl-comment .owl-nav .owl-prev span:hover,
.owl-comment .owl-nav .owl-next span:hover {
  color: #fff;
}

.owl-comment .owl-nav .owl-next span {
  bottom: 50px !important;
  right: 80px !important;
  top: auto;
  background: none;
  color: #b9cfd4;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-shadow: none;
  font-weight: bold;
}

.owl-comment .item p {
  height: 112px;
  overflow: hidden;
}

.section-amar {
  padding: 60px 0;
  background: #fff;
}

.section-tab .nav-pills {
  border-bottom: 1px solid #80a5ad;
}

.img-tab {
  float: right;
  overflow: hidden;
}

.img-tab img {
  width: 100%;
}

.grid {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  list-style: none;
  text-align: center;
  width: 100%;
}

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: #030c17;
  margin-bottom: 0;
}

figure.effect-ming img {
  opacity: 0.6;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 28px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming .titr-other {
  margin: 4% 0 0 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  font-size: 17px;
  display: block;
  font-weight: 500;
  height: 25px;
  overflow: hidden;
}

figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  font-size: 13px;
  height: 67px;
  overflow: hidden;
}

figure.effect-ming:hover .titr-other {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
  opacity: 0.4;
}

.section-tab .nav-pills .nav-link.active,
.section-tab .nav-pills .show > .nav-link {
  background-color: #0a768c;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.section-tab .nav-pills .nav-link {
  color: #505050;
  font-weight: 500;
}

.content-other-service {
  border-bottom: 1px solid #0a768c;
}

.content-other-service figure.effect-ming {
  width: 333px;
  height: 195px;
  margin: auto;
  max-width: 100%;
}

.content-other-service figure.effect-ming img {
  width: 333px;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.owl-arti .owl-nav {
  display: none;
}

.section-news {
  background: url("../images/bg1.png") left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  padding-top: 70px;
}

.nav-pills-news .nav-link.active,
.nav-pills-news .show > .nav-link {
  background-color: #0a768c;
}

.nav-pills-news .nav-link {
  font-weight: 500;
  color: #212529;
}

/*=====================مطالب آموزشی*/
.box-arti {
  border: 2px solid #0a768c;
  position: relative;
  padding: 2em 1em 1em 1em;
  margin: 40px auto;
  border-radius: 10px 10px;
  background: #f8f8f8;
  max-width: 270px;
}

.img-edu {
  width: 235px;
  margin: -70px auto 11px;
  height: 140px;
}

.img-edu img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.box-arti .titr-14 {
  height: 50px;
  line-height: 2;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.box-arti p {
  color: #272727;
  height: 70px;
  overflow: hidden;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.more {
  color: #868686;
  font-size: 12px;
}

.left-ico-titr {
  font-size: 8px;
}

.owl-arti .owl-nav .owl-next span {
  top: -55px;
  left: 25px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-arti .owl-nav .owl-prev span {
  position: absolute;
  top: -55px;
  left: -10px;
}

.img-bg {
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  width: 100%;
  height: 100%;
}

.section-amar {
  padding: 60px 0;
  background: #fff;
}

.owl-arti .owl-nav button span {
  background: none;
  color: #424242;
  text-shadow: none;
  font-weight: bold;
}

.par-news {
  background-color: rgba(247, 247, 247, 0.85);
  border-bottom: 1px solid #e9ecd4;
  margin-bottom: 4px;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  border-right: 2px solid #0a768c;
}

.par-news:hover {
  background-color: #e9ecef;
}

.par-news .media-right img {
  width: 85px;
  border-radius: 50%;
  height: 85px;
}

.par-news .media-right {
  float: right;
  padding-left: 10px;
}

.par-news .media-body span {
  color: #b10000;
  font-size: 13px;
}

.par-news .media-body p {
  font-size: 14px;
  margin: 7px 0;
  line-height: 2;
  height: 50px;
  color: #272727;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: 2;
}

@media (max-width: 1070px) {
  .par-news .media-body p {
    height: auto !important;
    -webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}

.speaker img {
  width: 40px;
  position: absolute;
  left: 25px;
  top: -8px;
}

.item-partner img {
  width: 90px !important;
  margin: auto;
}

.section-partners {
  background: #f8f8f8;
  padding: 15px;
  border-top: 1px solid #e8e8e8;
}

/*=================خبرنامه*/
.section-email {
  background: url(../images/9.png);
  padding: 50px 0 60px 0;
  position: relative;
  border-top: 2px solid #e8e8e8;
  overflow: hidden;
}

.section-email .bg-right {
  background: url(../images/bg-right1.png) no-repeat;
  width: 466px;
  height: 100%;
  right: 0;
  bottom: -135px;
  z-index: 0;
  position: absolute;
}

.section-email .bg-left {
  background: url(../images/bg-left11.png) no-repeat;
  width: 582px;
  height: 394px;
  left: 0;
  bottom: -16px;
  z-index: 1;
  position: absolute;
}

.khabarname-form {
  position: relative !important;
  bottom: auto;
  margin: auto;
  max-width: 100%;
  left: auto;
}

.khabarname-form .form-field-submit {
  font-size: 14px;
}

.box-khabarname {
  padding: 10px 0;
}

.bg-ambu img {
  position: absolute;
  right: -10%;
  bottom: -2px;
  width: 110px;
  z-index: 0;
}

.footer-top {
  background: #3b5f7a;
  padding: 1em 0 0;
}

.footer-top ul {
  display: inline-block;
  padding-right: 0;
}

.footer-top .widget-title {
  margin: 30px 0 10px;
  border: transparent;
  background-color: transparent;
  margin-bottom: 2em;
}

.footer-top .widget-title p {
  margin: 0;
  border: transparent;
  padding: 4px 0;
  color: #f5f5f5;
  font-size: 14px;
}

.brd-btm {
  width: 50px;
  height: 3px;
  background: #f1b21f;
  position: absolute;
}

.quicl-links ul li {
  padding: 7px 0;
  list-style: none;
  font-size: 14px;
}

.quicl-links ul li a {
  color: #eaeaea;
}

.quicl-links ul li a:hover {
  color: white;
}

.quicl-links ul li i {
  font-size: 8px;
  margin-left: 4px;
  color: #c5c5c5;
}

.contact-footer p,
.contact-footer p a {
  color: #eaeaea;
  font-size: 14px;
}

.contact-footer .social-head {
  margin-top: 15px;
}

.about-footer p {
  color: #eaeaea;
  font-size: 14px;
  line-height: 2.8;
  text-align: justify;
}

.link-speed ul {
  padding: 12px 0 6px 0;
  border-top: 1px solid #8e9596;
  margin-top: 10px;
}

.link-speed ul li {
  float: right;
  list-style: none;
  color: #9ba1a2;
}

.link-speed ul li a {
  padding: 10px;
  color: #eaeaea;
}

.link-speed ul li a:hover {
  color: white;
}

.qr-img {
  text-align: left;
  margin-bottom: 5px;
}

.qr-img img {
  width: 110px;
  border-radius: 2px;
}

.footer-itsa {
  padding: .6em 0 0;
  background: #195c69;
  color: #eaeaea;
  border-top: 3px solid #f3b416;
}

.footer-itsa p {
  font-size: 13px;
  margin-bottom: 8px;
}

.itsa a {
  color: #6ac8ff;
}

.icon-fix {
  display: inline-block;
  position: fixed;
  top: 15%;
  z-index: 99;
  left: 12px;
}

.icon-fix ul li a {
  background: #fbfbfb;
  width: 34px;
  height: 34px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px !important;
  margin: 5px;
  font-size: 17px;
  border: 1px solid #e4e4e4;
  position: relative;
}

.icon-fix-content {
  display: none;
  position: absolute;
  width: 130px;
  right: -111px;
  top: -1px;
  padding: 4px 10px 4px;
  border: 1px solid #e9ecef;
  background: #fbfbfb;
  color: #c37e7e;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: -5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  padding-left: 20px;
}

.icon-fix-content p {
  font-family: "IRANSans";
  margin: 0;
  font-size: 17px;
  color: #8b0000;
}

.feature .icon-fix-content p {
  vertical-align: middle;
  font-size: 12px;
  padding: 0.25em 0;
  margin-bottom: 0;
}

.icon-fix ul li:hover .icon-fix-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-fix ul li a span,
.icon-fix ul li a img {
  opacity: .5;
}

.icon-fix ul li a:hover span {
  opacity: 1;
}

#telegram {
  color: #30a9da;
}

#facebook {
  color: #3b5998;
}

#twitter {
  color: #1c9cea;
}

#instagram {
  color: #ba308f;
}

#telephon {
  color: darkred;
}

@media (min-width: 992px) {
  .page-serti .card-columns {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 992px) {
  .page-serti .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 576px) {
  .page-serti .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  .page-serti .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (max-width: 992px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 576px) {
  .card-columns .box-card {
    display: inline-block;
    width: 100%;
  }
}

.box-card {
  cursor: pointer;
  padding: 0 !important;
  position: relative;
}

.box-card img {
  border-radius: 5px;
  width: 100%;
}

.box-card a {
  position: relative;
}

.box-card .card-body {
  padding: 12px;
  color: #343a40;
  text-align: right;
}

.overlay-span {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 25px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: #fff;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.box-card:hover .overlay-span {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.person {
  text-align: center;
  z-index: 1;
  margin: 0 0 25px;
}

.person a {
  color: #343a40;
}

.person a:hover {
  color: #c91b26 !important;
}

.person .person-name {
  width: 254px;
  margin-top: 10px;
  height: 28px;
  overflow: hidden;
}

.person .person-name p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.person .person-post {
  width: 254px;
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
}

.person .person-post p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

.person .person-description {
  width: 254px;
  margin-top: 10px;
  height: 70px;
  overflow: hidden;
}

.person .person-description p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 0;
}

.circle img {
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 32px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.circle:hover .spinner {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circle .spinner {
  width: 254px;
  height: 254px;
  border: 6px solid #e4e4e4;
  border-right-color: #3e90a1;
  border-bottom-color: #3e90a1;
  border-radius: 50%;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.ul-item li i {
  color: #3e90a1;
}

.page-conference .box-card a {
  position: initial !important;
}

.iran-back {
  background: url(../images/iran2.png) no-repeat center center;
  background-attachment: fixed;
}

.tab-group-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-group-archive .item {
  margin: 8px;
}

.tab-group-archive img {
  height: 207px !important;
  width: 333px !important;
}

@media (max-width: 360px) {
  .tab-group-archive img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }
}

.baner-det {
  background: -webkit-gradient(linear, left top, right top, from(#17a2b8), to(#0a768c));
  background: linear-gradient(to right, #17a2b8, #0a768c);
  height: 4em;
  border-radius: 5px;
}

@media (max-width: 992.98px) {
  .baner-det {
    background: none;
  }
  .baner-det .card-type, .baner-det .btn {
    display: none;
  }
}

.head-det .event-buttons {
  padding-right: 39em;
}

@media (max-width: 992.98px) {
  .head-det .event-buttons {
    display: none;
  }
}

.head-det-hotel .context {
  padding: 0 39em 0 0;
  display: inline-block;
  margin-top: -13em;
}

.head-det-hotel .context .p-defult {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-line-clamp: 4;
  float: right;
}

@media (max-width: 992.98px) {
  .head-det-hotel .context {
    padding: 0;
    margin-top: 30px;
  }
}

.head-det-hotel .ghab {
  width: 36em;
  height: 22em;
  margin-top: -4.4em;
  float: right;
  border: 6px solid #0a768c;
  position: relative;
  border-radius: 5px;
}

@media (max-width: 992.98px) {
  .head-det-hotel .ghab {
    margin-top: 0;
    margin: auto;
    width: 100%;
    height: auto;
    border: none;
  }
}

.head-det-hotel .pic-det img {
  border: none;
  margin-top: 0;
  margin-right: 0;
  z-index: 9999;
  border-radius: 0;
  width: 100%;
}

.head-det-hotel .pic-det .carousel-item img {
  height: 346px;
}

.head-det-hotel .card-type {
  padding-right: 2.3em;
}

.head-det-hotel .pic-det .carousel-hotell {
  border: 7px solid #a89aac;
  margin-top: 1em;
  margin-right: 1em;
  overflow: hidden;
  /*z-index: 9999;*/
  border-radius: 5px;
  width: 580px;
  height: 360px;
}

.head-det-hotel .pic-det .carousel-hotell .owl-nav {
  height: 0;
  margin: 0;
}

.head-det-hotel .pic-det .carousel-hotell .owl-nav .owl-prev span {
  top: 150px;
  left: 10px;
  font-size: 1.5em;
  background: none;
}

@media (max-width: 578.98px) {
  .head-det-hotel .pic-det .carousel-hotell .owl-nav .owl-prev span {
    top: 90px;
  }
}

.head-det-hotel .pic-det .carousel-hotell .owl-nav .owl-next span {
  top: 150px;
  right: 10px;
  font-size: 1.5em;
  background: none;
}

@media (max-width: 578.98px) {
  .head-det-hotel .pic-det .carousel-hotell .owl-nav .owl-next span {
    top: 90px;
  }
}

@media (max-width: 992.98px) {
  .head-det-hotel .pic-det .carousel-hotell {
    margin: auto;
    height: auto;
    width: 70%;
  }
}

@media (max-width: 567.98px) {
  .head-det-hotel .pic-det .carousel-hotell {
    margin: auto;
    height: auto;
    width: 100%;
  }
}

.btn-down-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-down-scroll span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 3px;
}

.box-item-full {
  background: #d60303 !important;
}

.box-item-full .head-tkht {
  color: #fff;
}

.box-item-full .sub {
  color: #fff;
}

.group-feaucher {
  line-height: 2.5;
  border: 1px solid #eaeaea;
  margin-bottom: 6px;
  border-radius: 3px;
  padding-top: 1em;
  padding-bottom: 1em;
  background: #fff;
}

.obj {
  color: #8c8787;
  font-size: .9em;
  height: 60px;
  overflow: hidden;
}

.obj span {
  color: #d60303;
}

.ul-news-archive li img {
  width: 80px;
  height: 80px;
}

.ul-news-archive li a {
  height: 70px;
  text-align: justify;
}

.ul-news li:hover a {
  color: #ce0a0a;
}

.par-img-det {
  float: right;
}

@media (max-width: 567.98px) {
  .par-img-det {
    float: none;
  }
}

.par-img-det img {
  width: 255px;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.det-txt p {
  line-height: 2.8;
}

.right-app .Fields {
  margin: 0;
}

.right-app h2 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.event-btn a {
  width: 100%;
}

.event-buttons {
  padding-right: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-btns-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.event-btns-2 .event-btn {
  margin: .3em 5px;
}

.event-btn {
  width: 8em;
  margin-bottom: .3em;
}

.card-type {
  display: inline-block;
  padding-right: 4em;
  padding-top: 1.2em;
  color: #fff;
}

.box-det .titr {
  position: relative;
}

.brd:before {
  content: " ";
  position: absolute;
  border: 1px solid #e9ecef;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -2;
}

.right-titr {
  font-size: 1em;
  color: #0d5361 !important;
  background: #fff;
  padding-left: 10px;
}

.box-gallery img {
  width: 100%;
  max-width: 278px;
  border-radius: 0;
}

.box-gallery a {
  position: initial;
}

.quicl-links-dark ul li {
  height: 55px;
  overflow: hidden;
  padding: 7px 15px;
}

.quicl-links-dark ul li a {
  color: #343a40;
}

.quicl-links-dark ul li a:hover {
  color: #3e90a1;
}

.tabligh {
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
}

.tabligh img {
  width: 100%;
  height: 100%;
}

.box-tabs {
  position: relative;
}

.tabs-news li a {
  font-size: 14px;
}

.tabs-news li a.active {
  border-color: #e4e4e4 !important;
  background: rgba(247, 247, 247, 0.85) !important;
}

/*سوالات متداول*/
.pageQuestion .questionHead {
  /* padding: 10px 0 20px; */
  font-size: 18px;
  color: #0d5361 !important;
  font-weight: bold;
  line-height: 1.8em;
}

.pageQuestion .questionNum {
  direction: rtl;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 2em;
}

.pageQuestion .response {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 2em;
  padding: 0 20px;
}

.pageQuestion span {
  float: right;
  direction: rtl;
  padding-left: 10px;
  line-height: 1.8em;
  color: #0f91af;
  font-weight: bold;
  margin-top: 4px;
}

.pageQuestion {
  margin: 20px 0;
}

.pageQuestion .response p {
  font-size: 15px;
  line-height: 2.8;
  text-align: justify;
}

/*ارتباط با ما*/
.address {
  background: #3e90a1;
  padding: 2em;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  color: #fff;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}

.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.form-contact {
  background: #e9ecef;
  padding: 2.2em;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  font-size: .9em;
  border: 1px solid #e4e4e4;
}

.address ul li {
  line-height: 2.5;
  margin-bottom: 5px;
  font-size: 15px;
}

.address ul li a {
  color: #fff;
}

.address ul li i {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1em;
  color: #e9ecef;
}

input.form-control {
  font-size: 12px;
  height: 40px;
}

input.form-control,
select.form-control,
textarea.form-control {
  font-size: 12px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: #e4e4e4;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.88);
          box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.88);
}

.check label {
  padding-right: 20px;
}

.check label:before,
.check label:after {
  right: 0;
  top: 0;
}

.captcha {
  position: absolute;
  left: 9px;
  bottom: 4px;
}

.captcha a {
  position: absolute;
  left: 98px;
  bottom: 0;
  color: #3e90a1;
}

.captcha a span {
  font-size: 22px;
}

.par-img-det-arti img {
  width: 470px;
}

.par-img-det-manage img {
  width: 220px;
}

/************* Log In  &  Membership ***********/
.login-member-background {
  background: url("../images/bg-login.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.login-member {
  background-color: rgba(255, 255, 255, 0.85);
  /*padding: 0;*/
  /*display: flex;*/
  /*align-items: center;*/
  max-width: 750px;
}

.wellcome-login {
  /*background-color: #dddddd;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wellcome-login img {
  width: 200px;
}

.wellcome-login-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
  color: #555555;
}

.wellcome-login-title h1 {
  font-size: 15px;
  padding: 0 5px;
  margin: 0;
  color: #007bff;
}

.wellcome-login span {
  border-bottom: 1px dotted #808080;
  color: #555555;
  padding-bottom: 6px;
}

.wellcome-login .link-icon {
  margin-top: 40px;
}

.account {
  direction: rtl;
  font-size: 13px;
}

.account .card {
  border-radius: 0;
  border: none;
}

.account .card-header {
  font-size: 17px;
  padding: 15px 20px;
  background-color: #ffffff;
  text-align: center;
}

.account .card-header a {
  display: inline-block;
  padding: 4px 10px;
  width: 49%;
  border: none;
  border-left: 2px solid #c6c8ca;
  border-radius: 0;
  background-color: transparent;
  color: #aaaaaa;
}

.account .card-header a:last-child {
  border: none;
}

.account .card-header a.active {
  color: #0074ee;
}

.account .card-header a:hover {
  color: #0074ee;
}

.account .form-group {
  position: relative;
  margin-bottom: 10px;
}

.account .form-group span {
  position: absolute;
  font-size: 20px;
  color: #aaaaaa;
  margin-right: 10px;
  top: 12px;
}

.account .form-group input {
  padding-right: 35px;
  font-size: 13px;
  height: 2.7rem;
}

.account .refresh img {
  position: absolute;
  left: 5px;
  top: 5px;
}

.account .refresh a:hover span {
  color: #09d209;
}

.recoveryPass {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #007bff;
}

.account .membership {
  color: #666;
  margin: 10px 0 20px;
}

.account .linkMembership {
  margin-right: 10px;
  color: #007bff;
  border-bottom: 1px dashed #007bff;
}

.recoveryPass:hover,
.account .linkMembership:hover {
  color: #00319a;
  border-bottom: 1px dashed #00319a;
}

.account .custom-control {
  padding-right: 1.5rem;
}

.account .custom-control-label::before,
.account .custom-control-label::after {
  right: -1.5rem;
  margin-top: 3px;
}

.account .custom-control-label {
  cursor: pointer;
  color: #666;
  text-align: justify;
  line-height: 2.3em;
}

.account .card-footer {
  padding: 8px;
  background-color: #ffffff;
}

.account .style-btn {
  margin: 0;
}

.account .style-btn .btn-default {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  color: #ffffff !important;
  background-color: #007bff;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.account .style-btn .btn-default:hover {
  background-color: #17469e;
}

.page-plane-travel {
  padding: 60px 0;
  background: url(../images/bg3.png) #3e90a1;
}

.par-img-det-tourist img {
  width: 333px;
}

.par-img-pack img {
  width: 280px;
  margin-left: 0;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"), url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"), url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot");
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}

*[class^="col-"] {
  float: right;
  direction: rtl;
}

body {
  background: none;
}

.one {
  position: absolute;
  top: -30%;
  width: 53%;
  right: -17%;
}

.two {
  position: absolute;
  top: 10px;
  width: 9%;
  left: 5%;
}

.three {
  position: absolute;
  top: 0px;
  width: 5%;
  left: 65%;
}

.four {
  position: absolute;
  top: 59%;
  width: 24%;
  right: 65%;
}

.five {
  position: absolute;
  bottom: 48px;
  width: 12%;
  left: 65%;
}

.six {
  position: absolute;
  top: 125px;
  width: 2%;
  left: 29%;
}

.seven {
  position: absolute;
  bottom: 1%;
  width: 7%;
  left: 82%;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
}

.not-found img {
  width: 30vw;
  height: 40vh;
}

.not-found p {
  font-family: IRANSans;
  margin-top: 4rem;
  font-size: 1.8rem;
}

.simple-btn {
  font-family: IRANSans;
  background-color: #DC3545 !important;
  border: 1px solid #DC3545 !important;
  color: white !important;
  font-size: 14px;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.simple-btn:hover {
  background-color: #f9dbde !important;
  border-color: #f9dbde !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .one {
    top: -14%;
  }
  .seven {
    bottom: 9%;
    left: 87%;
  }
  .four {
    top: auto;
    bottom: -12%;
    width: 27%;
  }
  .not-found p {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .not-found img {
    width: 35vw;
    height: 30vh;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .one {
    top: -6%;
  }
  .three {
    top: 6%;
    left: 60%;
  }
  .seven {
    bottom: 22%;
    left: 89%;
  }
  .four {
    top: auto;
    bottom: -6%;
    width: 32%;
    right: 62%;
  }
  .not-found p {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
  .not-found img {
    width: 35vw;
    height: 30vh;
  }
}

@media (max-width: 575.98px) {
  .one {
    top: -3%;
    right: -20%;
  }
  .three {
    top: 14%;
    width: 8%;
    left: 54%;
  }
  .seven {
    bottom: 113px;
  }
  .four {
    top: auto;
    bottom: -6%;
    width: 34%;
    right: 60%;
  }
  .not-found p {
    margin-top: .5rem;
    font-size: 1.1rem;
  }
  .not-found img {
    width: 35vw;
    height: 30vh;
  }
}

.poll
p {
  font-size: 16px;
}

.radio {
  display: block;
  margin: 20px 0;
}

.radio .custom-control-label::before {
  right: -1.5rem;
}

.radio .custom-control-label::after {
  right: -1.5rem;
}

.radio .custom-control {
  padding-right: 1.5rem;
}

.poll .testBar .progress {
  display: none;
}

.banner-search {
  background-image: url(../images/banner-srch.jpg);
  padding-bottom: 45px;
}

.video-in {
  text-align: center;
  margin: 18px auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #3e90a1;
  border-radius: 5px;
  background: #e9ecef;
  width: 248px;
  cursor: pointer;
}

.video-in:hover .video-overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.video-in .img-thumbnail {
  border: none;
  width: 246px;
  height: 176px;
}

.video-in a {
  color: #343a40;
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  height: 176px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.title-video {
  padding: 6px;
  text-align: right;
  font-size: 13px;
  line-height: 1.9;
  height: 55px;
  overflow: hidden;
}

.video-overlay span {
  color: #fff;
  font-size: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: 40%;
}

.video-in .img-thumbnail {
  border: none;
  width: 246px;
  height: 176px;
}

.video-tag {
  width: 100%;
  max-width: 700px;
}

.userComments-list {
  background: #ffffff57;
  -webkit-box-shadow: 0px 0px 6px 0px #7f212554;
  box-shadow: 0px 0px 6px 0px #7f212554;
  padding: 50px;
}

@media (max-width: 425px) {
  .userComments-list {
    padding: 10px;
  }
}

.userComments-list .widget-title p {
  color: #4d4d4d;
  font-size: 20px;
}

.userComments-list .addComment input.form-control {
  font-size: 12px;
  height: 40px;
  border: 1px solid #eddfe0;
  background-color: white;
}

.userComments-list .addComment .captcha {
  position: absolute;
  left: 4px;
  bottom: 4px;
}

.userComments-list .addComment .captcha a {
  position: absolute;
  left: 98px;
  bottom: 0;
  color: #7c0000;
}

.userComments-list .addComment .captcha a span {
  font-size: 23px;
}

.userComments-list .addComment textarea.form-control {
  border: 1px solid #eddfe0;
  background-color: white;
}

.userComments-list .addComment .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.userComments-list .addComment .check-srch .custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 34px;
  font-size: 13px;
}

.userComments-list .addComment .check-srch .custom-control-label::before {
  position: absolute;
  top: 0px;
  right: 3px;
  display: block;
  width: 23px;
  height: 23px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.userComments-list .addComment .check-srch .custom-control-label::after {
  position: absolute;
  top: 0px;
  right: 3px;
  display: block;
  width: 23px;
  height: 23px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.user-comment-container {
  margin: 30px 0;
  display: flex-row;
  background: #fdfcfc9e;
}

.user-comment-container .headerComment {
  padding: 10px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-comment-container .headerComment .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-comment-container .headerComment .user-info p {
  direction: rtl;
  color: #494949;
  font-size: 15px;
  line-height: 1.6rem;
  margin: 0;
}

.user-comment-container .headerComment .user-info p time {
  display: block;
  color: #494949;
  font-size: 12px;
}

.user-comment-container .headerComment .user-info img {
  width: 32px;
  background: #cfcfcf;
  border-radius: 50%;
  height: 32px;
  padding: 5px;
  margin-left: 5px;
}

.user-comment-container .headerComment .user-info i {
  font-size: 30px;
  margin-left: 10px;
}

.bodyComment {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.bodyComment p {
  text-align: justify;
  font-size: 16px;
  line-height: 2.2em;
  color: #666;
}

.user-answer {
  margin: 30px 0;
}

.user-answer .titleComment {
  position: relative;
  margin-right: 20px;
  padding: 15px;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 2.3rem;
  text-align: justify;
}

.user-answer .bodyComment {
  border-bottom: none;
}

.box-item {
  background: #e9ecef;
  border: 1px solid #e4e4e4;
  padding: 25px;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: justify;
}

.box-item .tarikh {
  color: #720000;
  direction: ltr;
}

.box-item p {
  line-height: 2.7;
}

.abut-img figure img {
  padding: 30px 0px 10px;
}

.abut-img figure .figure-caption {
  font-size: 1rem;
}

.par-img-det-arti {
  float: right;
}

@media (max-width: 765px) {
  .par-img-det-arti {
    float: none;
  }
}

.img-detail-arti {
  width: 470px;
}

@media (max-width: 765px) {
  .img-detail-arti {
    height: auto;
  }
}

.img-detail-news {
  width: 360px;
  height: auto;
}

@media (max-width: 765px) {
  .img-detail-news {
    height: auto;
  }
}

.heading-titr {
  font-size: 17px;
  line-height: 2;
}

.parent-tarikh .file-pdf a img {
  width: 35px;
  padding-top: 2px;
}

.box-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-like form button span {
  font-size: 23px;
  color: #dd1517;
}

.box-like form span {
  font-size: 18px;
  color: #999999;
}

@media (max-width: 576px) {
  .editor img {
    display: block;
    float: none;
    max-width: 100%;
  }
}

.editor div.flexrow-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .editor div.flexrow-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.editor div.flexrow-center p {
  margin: 10px;
}

.editor div.flexrow-center img {
  max-width: 100%;
  height: auto;
  display: block;
}

.editor div.flexrow-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .editor div.flexrow-between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .editor div.flexrow-between {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.editor div.flexrow-between img {
  max-width: 100%;
  height: auto;
  display: block;
}

.editor div.flexrow-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .editor div.flexrow-around {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .editor div.flexrow-around {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.editor div.flexrow-around img {
  max-width: 100%;
  height: auto;
  display: block;
}

.editor h1 {
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
  margin-top: 15px;
}

.editor h2 {
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 15px;
}

.editor h3 {
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 15px;
}

.editor h4 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px;
}

.editor h5 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 15px;
}

.editor ul {
  display: block;
  list-style-type: unset;
  line-height: 32px;
  font-size: 16px;
}

.editor ol {
  display: block;
  list-style-type: decimal;
  line-height: 32px;
  font-size: 16px;
}

#completing1 {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}

#completing2 {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10%;
}

.main-complating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.main-complating .box-complet {
  background: rgba(255, 255, 255, 0.65);
  padding: 25px;
  border-radius: 5px;
  margin-top: -10%;
}

.main-complating .box-complet p {
  font-size: 18px;
  font-weight: 600;
}

.main-complating .box-complet a span {
  margin: 0 8px;
}
/*# sourceMappingURL=main.css.map */