@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IranYekan/eot/iranyekanwebboldfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebboldfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebboldfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebboldfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IranYekan/eot/iranyekanwebthinfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebthinfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebthinfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebthinfanum.ttf") format("truetype");
}

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

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

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

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/IranYekan/eot/iranyekanwebextraboldfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebextraboldfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebextraboldfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebextraboldfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/IranYekan/eot/iranyekanwebblackfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebblackfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebblackfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebblackfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/IranYekan/eot/iranyekanwebextrablackfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebextrablackfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebextrablackfanum.ttf") format("truetype");
}

@-webkit-keyframes HeaderAnimationScroll {
  from {
    top: -90px;
  }
  to {
    top: 0px;
  }
}

@keyframes HeaderAnimationScroll {
  from {
    top: -90px;
  }
  to {
    top: 0px;
  }
}

body {
  direction: rtl;
  font-size: 13px;
  font-family: iranyekan !important;
  text-decoration: none;
  position: relative;
  font-weight: normal;
  scroll-behavior: smooth;
}

body a {
  text-decoration: none !important;
}

body button {
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}

input,
select,
textarea {
  font-family: iranyekan !important;
}

@media only screen and (min-width: 992px) {
  .responsive__mobile__menu {
    display: none;
  }
}

.index__top__page {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 30px;
}

.index__top__page::after {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
}

.index__top__page .background__video {
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.index__top__page .background__video video {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .index__top__page .background__video video {
    display: none;
  }
}

.index__top__page .background__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

@media only screen and (max-width: 576px) {
  .index__top__page .background__video img {
    display: block;
  }
}

.index__top__page .video__overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  -moz-opacity: 0.7 5;
  -webkit-opacity: 0.75;
}

.index__top__page .video__overlay video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.index__top__page .site__main__header {
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 30px;
}

.index__top__page .site__main__header .site__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index__top__page .site__main__header .site__header .content {
  width: 100%;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 90px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-top: 10px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box ul li a {
  color: #fff;
  margin-left: 15px;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box ul li a:hover {
  color: #25a493;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box ul li:first-child {
  margin-left: 15px;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .items__box ul li:last-child a {
  margin-left: 0;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .left__items__box ul {
  margin-right: auto;
  margin-left: -100px;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .site__logo .logo__dark {
  display: none;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .menu__icon {
  cursor: pointer;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box {
  margin-right: auto;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box:hover .flags {
  display: none;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box:hover .language__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box .flags {
  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: 75px;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box .flags a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box .flags img {
  width: 27px;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box .flags .line {
  width: 1px;
  height: 14px;
  background: #fff;
  margin: 0px 10px;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box .language__name {
  display: none;
}

.index__top__page .site__main__header .site__header .content .hovered__header__menu .flag__box .language__name a:hover {
  color: #25a493;
}

.index__top__page .site__main__header .show__menu__items .items__box .menu__icon {
  display: none;
}

.index__top__page .site__main__header .show__menu__items .items__box ul,
.index__top__page .site__main__header .show__menu__items .items__box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index__top__page .site__main__header .show__menu__items .items__box .site__logo .logo__light {
  display: inline-block;
}

.index__top__page .on__scroll__header__style {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  background-color: #fff;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
  -webkit-animation: HeaderAnimationScroll 0.3s ease-out;
          animation: HeaderAnimationScroll 0.3s ease-out;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .menu__icon,
.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .en__menu__icon {
  display: none;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box ul,
.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box ul a svg path,
.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .social a svg path {
  fill: #6c6d71;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box ul li a {
  color: #939393;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .flag__box .flags .line {
  background: black;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .flag__box .language__name .line {
  background: black;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .flag__box .language__name a {
  color: black;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .items__box .flag__box .language__name a:hover {
  color: #25a493;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .site__logo .logo__light {
  display: none;
}

.index__top__page .on__scroll__header__style .site__header .content .hovered__header__menu .site__logo .logo__dark {
  display: inline-block;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .en__menu__icon {
  display: none;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .en__menu__icon {
  cursor: pointer;
  display: none;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .menu__icon {
  display: none;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box ul,
.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box ul a svg path,
.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .social a svg path {
  fill: #6c6d71;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box ul li a {
  color: #939393;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box ul li a:hover {
  color: #25a493;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .flag__box .flags .line {
  background: black;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .flag__box .language__name .line {
  background: black;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .flag__box .language__name a {
  color: #fff;
}

.index__top__page .on__menubar__click .site__header .content .hovered__header__menu .items__box .flag__box .language__name a:hover {
  color: #25a493;
}

.index__top__page .top__titles {
  padding-top: 250px;
}

@media only screen and (max-width: 768px) {
  .index__top__page .top__titles {
    padding-top: 100px;
  }
}

.index__top__page .top__titles h6 {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  text-align: right;
  line-height: 60px;
}

@media only screen and (max-width: 768px) {
  .index__top__page .top__titles h6 {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 992px) {
  .on__menubar__click,
  .on__scroll__header__style,
  .site__main__header {
    display: none !important;
    visibility: hidden !important;
  }
}

.index__our__story {
  width: 100%;
  min-height: 700px;
  padding: 80px 40px;
  background-image: url(../img/ourStory__Bg.svg);
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
  .index__our__story {
    padding: 80px 0px;
  }
}

.index__our__story h5 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
  color: #243166;
  margin-bottom: 15px;
}

.index__our__story h6 {
  padding-right: 30px;
  font-weight: 500;
  font-size: 19px;
  text-align: right;
  color: #6c6d71;
  margin-bottom: 30px;
}

.index__our__story .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index__our__story .desc p {
  width: 100%;
  max-width: 400px;
  margin: 20px 13px;
  text-align: justify;
  width: 409px;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #6c6d71;
}

.index__our__story .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.index__our__story .logos img {
  margin: 20px 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index__our__story .logos img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.index__our__story .more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.index__our__story .more__btn a {
  padding: 10px 24px;
  display: inline-block;
  border-radius: 25px;
  background: #25a493;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.index__our__story .more__btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: white;
  border: 1px solid #25a493;
  color: #25a493;
  -webkit-box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
          box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
}

.index__simorgh__specefics {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  min-height: 700px;
  background-image: url(../img/ourStory__Bg.svg);
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}

.index__simorgh__specefics h5 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
  color: #243166;
  margin-bottom: 30px;
}

.index__simorgh__specefics .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index__simorgh__specefics .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 25%;
  padding: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .index__simorgh__specefics .items .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 576px) {
  .index__simorgh__specefics .items .item {
    width: 50%;
  }
}

.index__simorgh__specefics .items .item img,
.index__simorgh__specefics .items .item svg {
  height: 70px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-bottom: 30px;
}

.index__simorgh__specefics .items .item span {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #6c6d71;
}

.index__simorgh__specefics .more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .index__simorgh__specefics .more__btn {
    margin-top: 30px;
  }
}

.index__simorgh__specefics .more__btn a {
  padding: 10px 24px;
  display: inline-block;
  border-radius: 25px;
  background: #25a493;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index__simorgh__specefics .more__btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: white;
  border: 1px solid #25a493;
  color: #25a493;
  -webkit-box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
          box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
}

.index__slider__box .swiper-container .swiper-wrapper .gallery__slide {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .index__slider__box .swiper-container .swiper-wrapper .gallery__slide {
    height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .index__slider__box .swiper-container .swiper-wrapper .gallery__slide {
    height: 400px;
  }
}

@media only screen and (max-width: 576px) {
  .index__slider__box .swiper-container .swiper-wrapper .gallery__slide {
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  .index__slider__box .swiper-container .swiper-wrapper .gallery__slide {
    height: 250px;
  }
}

.index__slider__box .swiper-container .swiper-wrapper .slide__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 54, 54, 0)), to(rgba(16, 16, 16, 0.31)));
  background: linear-gradient(180deg, rgba(54, 54, 54, 0) 0%, rgba(16, 16, 16, 0.31) 100%);
}

.index__slider__box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1px !important;
}

.index__slider__box .swiper-pagination-bullet-active-prev-prev {
  width: 14px;
  height: 14px;
  background: #fff;
  z-index: 3;
}

.index__slider__box .swiper-pagination-bullet-active-main {
  width: 14px;
  height: 14px;
  background: #78c5eb;
  z-index: 3;
}

.index__slider__box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.index__blog {
  margin-top: 60px;
  margin-bottom: 50px;
}

.index__blog h5 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
  color: #243166;
  margin-bottom: 55px;
}

.index__blog .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index__blog .content .items {
  width: calc(33.33% - 16px);
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.index__blog .content .items:hover .blog__pic .pic img {
  width: 110%;
  height: 110%;
}

.index__blog .content .items:hover .blog__pic .pic .date {
  width: 100%;
  border-radius: 0px 0px 2px 0px;
}

.index__blog .content .items .blog__pic {
  display: inline-block;
}

.index__blog .content .items .blog__pic .pic {
  position: relative;
  width: 100%;
  height: 191px;
  overflow: hidden;
}

.index__blog .content .items .blog__pic .pic img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index__blog .content .items .blog__pic .pic .date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold;
  width: 154px;
  height: 50px;
  border-radius: 10px 0px 2px 0px;
  background: rgba(16, 16, 16, 0.77);
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.index__blog .content .items .blog__pic .pic .date svg {
  margin-left: 5px;
}

.index__blog .content .items .title {
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  text-align: right;
  color: #666;
  width: 100%;
  margin-top: 16px;
}

.index__blog .content .items .title h6 {
  font-weight: 500;
  font-size: 19px;
  text-align: right;
  color: #666;
  margin-bottom: 18px;
}

.index__blog .content .items p {
  width: 100%;
  height: 30px;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #96999b;
  height: 95px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .index__blog .content .items {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .index__blog .content .items .blog__pic .pic {
    height: 220px;
  }
}

.index__blog .more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.index__blog .more__btn a {
  padding: 10px 24px;
  display: inline-block;
  border-radius: 25px;
  background: #25a493;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index__blog .more__btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: white;
  border: 1px solid #25a493;
  color: #25a493;
  -webkit-box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
          box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
}

footer {
  background: #243166;
  padding: 0px 25px;
  background-image: url(../img/bgFooter.svg);
  background-repeat: repeat;
}

footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .content ul li {
  min-height: 30px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  color: #fff;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

footer .content ul li:last-child {
  border-left: none;
}

footer .content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .content .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  height: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .content .social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  footer .content {
    -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;
  }
  footer .content .social {
    margin-top: 25px;
  }
  footer .content ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 576px) {
  footer .content {
    -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;
  }
  footer .content .social {
    margin-top: 25px;
  }
  footer .content ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .content ul li {
    border-left: none;
  }
}

.history__of__simorgh {
  padding-top: 65px;
  padding-bottom: 50px;
  min-height: 500px;
  background: #25a493;
  background-image: url(../img/historyBG.png);
  background-repeat: no-repeat;
  background-position: 10% 10%;
}

.history__of__simorgh h5 {
  width: 100%;
  font-weight: bold;
  font-size: 25px;
  text-align: right;
  color: #fff;
  margin-bottom: 15px;
}

.history__of__simorgh h6 {
  width: 100%;
  padding-right: 30px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}

.history__of__simorgh .time__line__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}

.history__of__simorgh .time__line__box .content {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 250px;
}

.history__of__simorgh .time__line__box .content span {
  position: absolute;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  min-width: 120px;
}

.history__of__simorgh .time__line__box .content span:first-child {
  right: -50px;
  top: 40px;
}

.history__of__simorgh .time__line__box .content span:nth-child(2) {
  right: 80px;
  bottom: 40px;
}

.history__of__simorgh .time__line__box .content span:nth-child(3) {
  right: 190px;
  top: -50px;
}

.history__of__simorgh .time__line__box .content span:nth-child(4) {
  right: 330px;
  bottom: 40px;
}

.history__of__simorgh .time__line__box .content span:nth-child(5) {
  right: 440px;
  top: -50px;
}

.history__of__simorgh .time__line__box .content span:nth-child(6) {
  right: 580px;
  bottom: 40px;
}

.history__of__simorgh .time__line__box .content span:nth-child(7) {
  right: 700px;
  top: -50px;
}

.history__of__simorgh .time__line__box .content span:nth-child(8) {
  right: 830px;
  bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .history__of__simorgh .time__line__box .content {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: unset;
  }
  .history__of__simorgh .time__line__box .content svg {
    display: none;
  }
  .history__of__simorgh .time__line__box .content span {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(33.33% - 10px);
    margin: 5px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    min-height: 100px;
    padding: 5px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .history__of__simorgh .time__line__box .content span {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 320px) {
  .history__of__simorgh .time__line__box .content span {
    width: 100%;
  }
}

.history__of__simorgh .more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.history__of__simorgh .more__btn a {
  padding: 10px 24px;
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #25a493;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.history__of__simorgh .more__btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #25a493;
  border: 1px solid #fff;
  color: #fff;
  -webkit-box-shadow: 0 1px 16px rgba(255, 255, 255, 0.76);
          box-shadow: 0 1px 16px rgba(255, 255, 255, 0.76);
}

.site__modal {
  padding-right: unset !important;
}

.site__modal .custom__modal__size {
  max-width: unset;
  width: 100%;
  margin: 0rem auto;
}

.site__modal .custom__modal__size .modal__content {
  height: 100vh;
}

.site__modal .custom__modal__size .modal__content .items {
  width: 100%;
  height: 100%;
  padding-top: 90px;
  position: relative;
}

.site__modal .custom__modal__size .modal__content .items .logo {
  position: absolute;
  right: 50%;
  top: 20px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media only screen and (max-width: 576px) {
  .site__modal .custom__modal__size .modal__content .items .logo {
    -webkit-transform: unset;
            transform: unset;
    right: 20px;
  }
}

.site__modal .custom__modal__size .modal__content .items .close__btn {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.site__modal .custom__modal__size .modal__content .items .item {
  width: 100%;
  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;
  padding: 15px;
}

.site__modal .custom__modal__size .modal__content .items .item img {
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 550px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.site__modal .custom__modal__size .modal__content .items .item p {
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #6c6d71;
}

.site__normal__header {
  width: 100%;
  height: 80px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 992px) {
  .site__normal__header {
    display: none;
  }
}

.site__normal__header .main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.site__normal__header .main__content .item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 100px);
}

.site__normal__header .main__content .item__box .social {
  margin-left: 20px;
}

.site__normal__header .main__content .item__box .social a {
  margin: 5px;
  display: inline-block;
}

.site__normal__header .main__content .item__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site__normal__header .main__content .item__box ul li a {
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #939393;
  font-weight: normal;
}

.site__normal__header .main__content .item__box ul li:last-child {
  margin-left: 0;
}

.site__normal__header .main__content .item__box .flag__box {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site__normal__header .main__content .item__box .flag__box .line {
  width: 1px;
  height: 14px;
  background: #939393;
  margin: 0px 10px;
}

.site__normal__header .main__content .item__box .flag__box .item {
  width: 25px;
  height: 25px;
}

.site__normal__header .main__content .item__box .flag__box .item a {
  display: none;
}

.site__normal__header .main__content .item__box .flag__box .item:hover img {
  display: none;
}

.site__normal__header .main__content .item__box .flag__box .item:hover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-size: 16px;
}

.site__normal__header .main__content .site__logo {
  display: inline-block;
  margin: 0 10px;
}

.site__normal__header .main__content .left__box ul {
  margin-right: auto;
}

.scroll__normal__header {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  background-color: #fff;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
  -webkit-animation: HeaderAnimationScroll 0.3s ease-out;
          animation: HeaderAnimationScroll 0.3s ease-out;
  z-index: 3;
}

@media only screen and (max-width: 992px) {
  .scroll__normal__header {
    display: none;
  }
}

.top__page__image {
  width: 100%;
  position: relative;
  height: 170px;
}

@media only screen and (max-width: 992px) {
  .top__page__image {
    margin-top: 50px;
  }
}

.top__page__image img {
  position: absolute;
  width: 100%;
  height: 170px;
  top: 0;
  right: 0;
}

.top__page__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.7);
}

.page__main__content {
  background-image: url(../img/ourStory__Bg.svg);
  background-position: 0 -30px;
  background-repeat: repeat;
  background-size: 100% 100%;
}

.page__main__content .blog__list {
  padding-top: 50px;
  margin-bottom: 50px;
}

.page__main__content .blog__list .list__title h5 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
  color: #243166;
  margin-bottom: 15px;
}

.page__main__content .blog__list .list__title h4 {
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #6c6d71;
  padding-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 576px) {
  .page__main__content .blog__list .list__title h4 {
    padding-right: 0;
  }
}

.page__main__content .blog__list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.page__main__content .blog__list .content .items {
  width: calc(33.33% - 16px);
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.page__main__content .blog__list .content .items:hover .blog__pic .pic::before {
  opacity: 0.3;
}

.page__main__content .blog__list .content .items:hover .blog__pic .pic img {
  width: 110%;
  height: 110%;
}

.page__main__content .blog__list .content .items:hover .blog__pic .pic .date {
  width: 100%;
  border-radius: 0px 0px 2px 0px;
  z-index: 2;
}

.page__main__content .blog__list .content .items .blog__pic {
  display: inline-block;
}

.page__main__content .blog__list .content .items .blog__pic .pic {
  position: relative;
  width: 100%;
  height: 191px;
  overflow: hidden;
}

.page__main__content .blog__list .content .items .blog__pic .pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}

.page__main__content .blog__list .content .items .blog__pic .pic img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page__main__content .blog__list .content .items .blog__pic .pic .date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold;
  width: 154px;
  height: 50px;
  border-radius: 10px 0px 2px 0px;
  background: rgba(16, 16, 16, 0.77);
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.page__main__content .blog__list .content .items .blog__pic .pic .date svg {
  margin-left: 5px;
}

.page__main__content .blog__list .content .items .title {
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  text-align: right;
  color: #666;
  width: 100%;
  margin-top: 16px;
}

.page__main__content .blog__list .content .items .title h6 {
  font-weight: 500;
  font-size: 19px;
  text-align: right;
  color: #666;
  margin-bottom: 18px;
}

.page__main__content .blog__list .content .items p {
  width: 100%;
  height: 30px;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #96999b;
  height: 95px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .page__main__content .blog__list .content .items {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 576px) {
  .page__main__content .blog__list .content .items {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .page__main__content .blog__list .content .items .blog__pic .pic {
    height: 220px;
  }
}

.page__main__content .blog__list .more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.page__main__content .blog__list .more__btn a {
  padding: 10px 24px;
  display: inline-block;
  border-radius: 25px;
  background: #25a493;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page__main__content .blog__list .more__btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: white;
  border: 1px solid #25a493;
  color: #25a493;
  -webkit-box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
          box-shadow: 0 1px 16px rgba(37, 164, 147, 0.56);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  margin-bottom: 50px;
}

.pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 450px) {
  .pagination ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.pagination ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
}

.pagination ul li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #6c6d71;
}

.pagination ul li:hover {
  border-radius: 3px;
  background: #25a493;
}

.pagination ul li:hover a {
  font-weight: bold;
  color: white;
}

.pagination ul .active__page {
  border-radius: 3px;
  background: #25a493;
}

.pagination ul .active__page a {
  font-weight: bold;
  color: white;
}

.sub__page__social {
  width: 100%;
}

.sub__page__social .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .sub__page__social .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sub__page__social .items .line {
  height: 200px;
  width: 1px;
  background: #d8d8d8;
  margin: 0 10px;
}

@media only screen and (max-width: 576px) {
  .sub__page__social .items .line {
    display: none;
  }
}

.sub__page__social .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(50% - 25px);
}

@media only screen and (max-width: 576px) {
  .sub__page__social .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sub__page__social .items .item a {
  margin-left: 10px;
}

.sub__page__social .items .item span {
  padding-right: 10px;
  border-right: 1px solid black;
}

.product__page {
  width: 100%;
}

.product__page .main__content {
  width: 100%;
  min-height: 350px;
  background-image: url(../img/ourStory__Bg.svg);
  background-position: 0px 0;
  background-repeat: repeat;
  background-size: cover;
}

.product__page .totorial h5 {
  font-weight: bold;
  font-size: 23px;
  text-align: right;
  color: #ffffff;
  margin-bottom: 20px;
}

.product__page .totorial h6 {
  font-weight: 500;
  font-size: 17px;
  text-align: right;
  color: #ffffff;
  padding-right: 30px;
}

.product__page .totorial .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}

.product__page .totorial .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__page .totorial .items .item img {
  max-width: 110px;
  height: 110px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: 10px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.product__page .totorial .items .item img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.product__page .totorial .more__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.product__page .totorial .more__info a {
  margin-top: 5 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  background-color: white;
  color: #25a493;
  font-weight: bold;
  font-size: 18px;
}

.product__page .green__box {
  background: #25a493;
  background-image: url(../img/timeLineBg.svg);
  background-position: 0px 0;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.product__page .data__section .desc__box {
  padding: 100px 0;
}

.product__page .data__section .desc__box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__page .data__section .desc__box .title .logo img {
  width: 140px;
}

.product__page .data__section .desc__box .title .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__page .data__section .desc__box .title .date a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #ed2e69;
}

.product__page .data__section .desc__box .title .date span {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #929493;
}

.product__page .data__section .desc__box h6 {
  padding-right: 50px;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #6c6d71;
  margin-top: 20px;
}

@media only screen and (max-width: 576px) {
  .product__page .data__section .desc__box h6 {
    padding-right: 0;
    text-align: justify;
  }
}

.product__page .data__section .desc__box .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 576px) {
  .product__page .data__section .desc__box .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product__page .data__section .desc__box .desc p {
  width: calc(50% - 20px);
  text-align: justify;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #6c6d71;
}

@media only screen and (max-width: 576px) {
  .product__page .data__section .desc__box .desc p {
    width: 100%;
    margin-bottom: 15px;
  }
}

.product__page .data__section .desc__box .more__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__page .data__section .desc__box .more__info a {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  background-color: #25a493;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 400px) {
  .product__page .data__section .desc__box .more__info a {
    width: 90%;
  }
}

.product__page .data__section .counter__box {
  width: 100%;
  padding: 50px 0;
}

.product__page .data__section .counter__box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__page .data__section .counter__box .content .item {
  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;
  margin: 10px 15px;
  width: 210px;
  border-left: 1px solid #f5698f;
}

@media only screen and (max-width: 576px) {
  .product__page .data__section .counter__box .content .item {
    width: calc(50% - 20px);
    border: none;
  }
}

.product__page .data__section .counter__box .content .item svg {
  height: 55px;
}

.product__page .data__section .counter__box .content .item img {
  height: 55px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.product__page .data__section .counter__box .content .item span {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #fff;
  margin-top: 22px;
}

.product__page .data__section .counter__box .content .item:last-child {
  border-left: none;
}

@media only screen and (max-width: 992px) {
  .product__page .data__section .counter__box .content .item {
    margin-bottom: 20px;
    border: none;
  }
}

.product__page .aparat__section .counter__box {
  background: #ec1a5a;
  background-image: url(../img/productBg.svg);
  background-repeat: repeat;
}

@media only screen and (max-width: 576px) {
  .product__page .aparat__section .counter__box .content .item {
    width: calc(50% - 20px);
    border: none;
  }
}

.product__page .aparat__section .more__info a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product__page .aparat__section .more__info a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #25a493;
  background: white;
  -webkit-box-shadow: 0 1px 20px rgba(37, 164, 147, 0.55);
          box-shadow: 0 1px 20px rgba(37, 164, 147, 0.55);
}

.product__page .filimo__section .desc__box .title .date a {
  color: #fdc52c;
}

.product__page .filimo__section .desc__box .more__info a {
  background: #fdc52c;
  color: #000;
}

.product__page .filimo__section .counter__box {
  background: #fdc52c;
  background-image: url(../img/productBg.svg);
  background-repeat: repeat;
}

.product__page .filimo__section .counter__box .content .item {
  border-left-color: #939393;
}

.product__page .filimo__section .counter__box .content .item svg {
  fill: #272727;
}

.product__page .filimo__section .counter__box .content .item svg path {
  fill: #272727;
}

.product__page .filimo__section .counter__box .content .item span {
  color: #272727;
}

.product__page .filimo__section .more__info a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product__page .filimo__section .more__info a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fdc52c;
  background: white;
  -webkit-box-shadow: 0 1px 20px rgba(253, 197, 44, 0.55);
          box-shadow: 0 1px 20px rgba(253, 197, 44, 0.55);
}

.product__page .saba__section .desc__box .title .date a {
  color: #31b568;
}

.product__page .saba__section .desc__box .more__info a {
  background: #31b568;
  color: #ffffff;
}

.product__page .saba__section .counter__box {
  background: #31b568;
  background-image: url(../img/productBg.svg);
  background-repeat: repeat;
}

.product__page .saba__section .counter__box .content .item {
  border-left-color: #6b77a7;
}

.product__page .saba__section .counter__box .content .item svg {
  fill: #fff;
}

.product__page .saba__section .counter__box .content .item svg path {
  fill: #fff;
}

.product__page .saba__section .counter__box .content .item span {
  color: #fff;
}

.product__page .saba__section .more__info a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product__page .saba__section .more__info a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #31b568;
  background: white;
  -webkit-box-shadow: 0 1px 20px rgba(49, 181, 104, 0.55);
          box-shadow: 0 1px 20px rgba(49, 181, 104, 0.55);
}

.product__page .more__info a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product__page .more__info a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navigation__sticky {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 50px;
  padding: 10px 15px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation__sticky .item {
  margin: 10px 0;
  cursor: pointer;
}

.navigation__sticky .item img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.navigation__sticky .item img,
.navigation__sticky .item svg {
  height: 35.5px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.navigation__sticky .item img:hover,
.navigation__sticky .item svg:hover {
  -webkit-filter: none;
          filter: none;
}

.navigation__sticky .active__item img,
.navigation__sticky .active__item svg {
  -webkit-filter: none;
          filter: none;
}

.scroll__navigation__sticky {
  opacity: 1;
}

.contact__us__page {
  width: 100%;
  padding-bottom: 50px;
}

.contact__us__page .content {
  width: 100%;
  position: relative;
}

.contact__us__page .content h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 50px;
}

.contact__us__page .content p {
  background-color: rgba(37, 164, 147, 0.1);
  padding: 15px 30px;
  border-radius: 10px;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 14px;
}

.contact__us__page .content .call__box {
  background-color: rgba(0, 0, 255, 0.05);
}

.contact__us__page .content .form__box {
  margin-top: 50px;
}

.contact__us__page .content .form__box h6 {
  text-align: center;
  padding-bottom: 15px;
}

.contact__us__page .content .form__box h6 span {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px 25px;
  border-radius: 10px;
}

@media only screen and (max-width: 576px) {
  .contact__us__page .content .form__box h6 span {
    width: 100%;
    display: block;
  }
}

.contact__us__page .content .form__box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}

.contact__us__page .content .form__box form input {
  width: calc(33.33% - 10px);
  height: 45px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .contact__us__page .content .form__box form input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact__us__page .content .form__box form input:focus {
  border-color: #25a493;
  outline: none;
}

.contact__us__page .content .form__box form textarea {
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 15px;
  padding-top: 15px;
  height: 110px;
  margin-bottom: 20px;
}

.contact__us__page .content .form__box form textarea:focus {
  border-color: #25a493;
  outline: none;
}

.contact__us__page .content .form__box form button {
  width: 200px;
  border-radius: 5px;
  background-color: #25a493;
  height: 45px;
  color: #ffffff;
  font-size: 16px;
}

@media only screen and (max-width: 576px) {
  .contact__us__page .content .form__box form button {
    width: 100%;
  }
}

.contact__us__page .content .form__box .map__box iframe {
  height: 300px;
  border-radius: 10px;
}

.blogDetail__top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 173px;
  background-size: cover;
  background-image: url("../img/team-business.png");
  position: relative;
}

@media only screen and (max-width: 992px) {
  .blogDetail__top__header {
    margin-top: 50px;
  }
}

.blogDetail__top__header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 173px;
  background: rgba(23, 23, 23, 0.64);
  -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
}

.blogDetail__top__header .title {
  z-index: 5;
}

.blogDetail__top__header .title h5 {
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  width: 322px;
  height: 70px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 370px) {
  .blogDetail__top__header .title h5 {
    font-size: 20px;
    width: 285px;
  }
}

.blogDetail__visited__content {
  padding-top: 50px;
}

.blogDetail__visited__content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .blogDetail__visited__content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blogDetail__visited__content .content .right {
  width: 70%;
}

@media only screen and (max-width: 1200px) {
  .blogDetail__visited__content .content .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blogDetail__visited__content .content .right .photo__content {
  position: relative;
}

.blogDetail__visited__content .content .right .photo__content img {
  width: 736px;
  height: 391px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .blogDetail__visited__content .content .right .photo__content img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .blogDetail__visited__content .content .right .photo__content img {
    height: 230px;
  }
}

.blogDetail__visited__content .content .right .photo__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 736px;
  height: 141px;
  border-radius: 0px 0px 2px 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0)), to(rgba(0, 0, 0, 0.77)));
  background: linear-gradient(rgba(16, 16, 16, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
}

@media only screen and (max-width: 992px) {
  .blogDetail__visited__content .content .right .photo__content::before {
    height: 230px;
  }
}

@media only screen and (max-width: 992px) {
  .blogDetail__visited__content .content .right .photo__content::before {
    width: 100%;
  }
}

.blogDetail__visited__content .content .right .photo__content .datetime {
  position: absolute;
  bottom: 15px;
  right: 18px;
}

@media only screen and (max-width: 540px) {
  .blogDetail__visited__content .content .right .photo__content .datetime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blogDetail__visited__content .content .right .photo__content .datetime span {
  font-size: 14px;
  color: #ffffff;
}

.blogDetail__visited__content .content .right .photo__content .datetime #date {
  margin-left: 250px;
}

@media only screen and (max-width: 992px) {
  .blogDetail__visited__content .content .right .photo__content .datetime #date {
    margin-left: 190px;
  }
}

@media only screen and (max-width: 769px) {
  .blogDetail__visited__content .content .right .photo__content .datetime #date {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .blogDetail__visited__content .content .right .photo__content .datetime #date {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.blogDetail__visited__content .content .right .photo__content .datetime #thewriter {
  height: 17px;
  border-left: 1px solid #939393;
  padding-left: 17px;
}

@media only screen and (max-width: 540px) {
  .blogDetail__visited__content .content .right .photo__content .datetime #thewriter {
    border-left: none;
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.blogDetail__visited__content .content .right .photo__content .datetime #spreaddate {
  padding-right: 17px;
}

@media only screen and (max-width: 540px) {
  .blogDetail__visited__content .content .right .photo__content .datetime #spreaddate {
    padding-right: 0;
  }
}

.blogDetail__visited__content .content .right h6 {
  font-weight: 500;
  font-size: 22px;
  color: #666;
  padding: 27px 0;
}

.blogDetail__visited__content .content .right p {
  max-width: 736px;
  font-size: 14px;
  line-height: 36px;
  color: #6c6d71;
  text-align: justify;
}

.blogDetail__visited__content .content .right h5 {
  padding-top: 70px;
  font-weight: bold;
  font-size: 15px;
  color: #243166;
  padding-bottom: 30px;
  position: relative;
}

.blogDetail__visited__content .content .right h5::before {
  content: "";
  position: absolute;
  top: 79px;
  right: 91px;
  width: 650px;
  height: 1px;
  background: #fff;
  border: 1px solid #e2e2e2;
}

@media only screen and (max-width: 1200px) {
  .blogDetail__visited__content .content .right h5::before {
    display: none;
  }
}

.blogDetail__visited__content .content .right .labels {
  margin-bottom: 84px;
}

@media only screen and (max-width: 450px) {
  .blogDetail__visited__content .content .right .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blogDetail__visited__content .content .right .labels a {
  font-size: 14px;
  color: #6c6d71;
  border-radius: 4px;
  background: #ededed;
  padding: 9px 13px;
  margin-left: 16px;
}

@media only screen and (max-width: 422px) {
  .blogDetail__visited__content .content .right .labels a {
    margin-bottom: 30px;
  }
}

.blogDetail__visited__content .content .left {
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  .blogDetail__visited__content .content .left {
    width: 100%;
    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;
  }
}

.blogDetail__visited__content .content .left h6 {
  font-weight: bold;
  font-size: 23px;
  color: #243166;
  padding-bottom: 36px;
}

@media only screen and (max-width: 1200px) {
  .blogDetail__visited__content .content .left .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .blogDetail__visited__content .content .left .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blogDetail__visited__content .content .left .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.blogDetail__visited__content .content .left .items .item > a {
  position: relative;
}

.blogDetail__visited__content .content .left .items .item > a img {
  width: 97px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  margin-left: 14px;
}

.blogDetail__visited__content .content .left .items .item > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 97px;
  height: 88px;
  border-radius: 2px;
  background: rgba(13, 13, 13, 0.53);
}

.blogDetail__visited__content .content .left .items .item .text a p {
  max-width: 216px;
  font-size: 14px;
  line-height: 29px;
  color: #243166;
  margin-top: -5px;
}

.blogDetail__visited__content .content .left .items .item .text span {
  font-size: 13px;
  color: #939393;
}

.blogDetail__visited__content .content .left .items .item .text span svg {
  margin-left: 3px;
}

.productdescription__top__header {
  background-image: url("../img/pic1.svg");
  width: 100%;
  background-size: cover;
  height: 555px;
  position: relative;
  background-position: 50% 50%;
}

@media only screen and (max-width: 992px) {
  .productdescription__top__header {
    height: 450px;
    background-size: none;
    margin-top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .productdescription__top__header {
    height: 300px;
    background-size: none;
  }
}

@media only screen and (max-width: 576px) {
  .productdescription__top__header {
    height: 220px;
    background-size: none;
  }
}

@media only screen and (max-width: 320px) {
  .productdescription__top__header {
    height: 175px;
  }
}

.productdescription__top__header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.64);
  border: 1px solid #707070;
  opacity: 0.65;
}

.productdescription__social__network {
  background-image: url("../img/backgroundproductd.svg");
  width: 100%;
  background-repeat: no-repeat;
  padding-top: 36px;
  margin-bottom: 31px;
}

.productdescription__social__network .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productdescription__social__network .content h5 {
  padding-bottom: 42px;
  font-weight: bold;
  font-size: 25px;
  color: #000;
}

@media only screen and (max-width: 370px) {
  .productdescription__social__network .content h5 {
    font-size: 20px;
  }
}

.productdescription__social__network .content p {
  font-size: 13px;
  line-height: 32px;
  text-align: justify;
  color: #000;
}

@media only screen and (max-width: 1000px) {
  .productdescription__social__network .content p {
    width: 100%;
  }
}

.productdescription__center__photo {
  background-image: url("../img/center pic productd.svg");
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .productdescription__center__photo {
    height: 450px;
    background-size: none;
  }
}

@media only screen and (max-width: 768px) {
  .productdescription__center__photo {
    height: 300px;
    background-size: none;
  }
}

@media only screen and (max-width: 576px) {
  .productdescription__center__photo {
    height: 220px;
    background-size: none;
  }
}

@media only screen and (max-width: 320px) {
  .productdescription__center__photo {
    height: 150px;
  }
}

.productdescription__center__photo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.64);
  border: 1px solid #707070;
  opacity: 0.65;
}

.productdescription__user__access {
  background-image: url("../img/backgroundproductd.svg");
  width: 100%;
  background-repeat: no-repeat;
  padding-top: 32px;
  margin-bottom: 37px;
}

.productdescription__user__access .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .productdescription__user__access .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productdescription__user__access .content .right {
  position: relative;
}

.productdescription__user__access .content .right p {
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  color: #243166;
  width: 184px;
  text-align: justify;
  margin-right: 18px;
}

@media only screen and (max-width: 992px) {
  .productdescription__user__access .content .right p {
    width: 100%;
    margin-right: 0;
  }
}

.productdescription__user__access .content .right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #243166;
  border: 1px solid #243166;
}

@media only screen and (max-width: 992px) {
  .productdescription__user__access .content .right::before {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .productdescription__user__access .content .left p {
    width: 100%;
  }
}

.productdescription__user__access .content .left p {
  max-width: 801px;
  font-size: 13px;
  line-height: 32px;
  color: #000;
  text-align: justify;
}

@media only screen and (max-width: 1199px) {
  .productdescription__user__access .content .left p {
    max-width: 650px;
  }
}

@media only screen and (max-width: 992px) {
  .productdescription__user__access .content .left p {
    width: 100%;
  }
}

.productdescription__user__access .text {
  padding-top: 23px;
}

.productdescription__user__access .text p {
  font-size: 13px;
  line-height: 32px;
  color: #000;
  text-align: justify;
}

.productdescription__down__photo {
  background-image: url("../img/pic3 productd.svg");
  width: 100%;
  background-size: cover;
  height: 488px;
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .productdescription__down__photo {
    height: 250px;
    background-size: none;
  }
}

.productdescription__down__photo::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.64);
  border: 1px solid #707070;
  opacity: 0.65;
}

.productdescription__weaknesses__strengths {
  background-image: url("../img/backgroundproductd.svg");
  width: 100%;
  background-repeat: no-repeat;
}

.productdescription__weaknesses__strengths .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productdescription__weaknesses__strengths .content .items {
  width: 795px;
  background: #fff;
  margin-top: -30px;
  border: 1px solid #e2e2e2;
  padding: 14px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .productdescription__weaknesses__strengths .content .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    width: 100%;
  }
}

.productdescription__weaknesses__strengths .content .items .right {
  margin-left: 242px;
  padding-top: -50px;
}

@media only screen and (max-width: 768px) {
  .productdescription__weaknesses__strengths .content .items .right {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .productdescription__weaknesses__strengths .content .items .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }
  .productdescription__weaknesses__strengths .content .items .right ul {
    width: 100%;
  }
}

.productdescription__weaknesses__strengths .content .items .right h6 {
  font-weight: bold;
  font-size: 16px;
  color: #25a493;
  padding-bottom: 16px;
}

.productdescription__weaknesses__strengths .content .items .right ul li {
  list-style: none;
  margin-right: -40px;
  font-size: 13px;
  text-align: right;
  color: #000;
  margin-bottom: 14px;
}

.productdescription__weaknesses__strengths .content .items .right ul li svg {
  margin-left: 6px;
}

@media only screen and (max-width: 768px) {
  .productdescription__weaknesses__strengths .content .items .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }
  .productdescription__weaknesses__strengths .content .items .left ul {
    width: 100%;
  }
}

.productdescription__weaknesses__strengths .content .items .left h6 {
  font-weight: bold;
  font-size: 15px;
  color: #d90000;
  padding-bottom: 16px;
}

.productdescription__weaknesses__strengths .content .items .left ul li {
  font-size: 13px;
  color: #000;
  margin-bottom: 14px;
  list-style: none;
  margin-right: -40px;
}

.productdescription__weaknesses__strengths .content .items .left ul li svg {
  margin-left: 6px;
}

.productdescription__weaknesses__strengths .content .items > svg {
  position: absolute;
  bottom: -7px;
  right: 357px;
}

@media only screen and (max-width: 992px) {
  .productdescription__weaknesses__strengths .content .items > svg {
    right: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .productdescription__weaknesses__strengths .content .items > svg {
    right: 200px;
  }
}

@media only screen and (max-width: 500px) {
  .productdescription__weaknesses__strengths .content .items > svg {
    right: 170px;
  }
}

@media only screen and (max-width: 450px) {
  .productdescription__weaknesses__strengths .content .items > svg {
    right: 150px;
  }
}

@media only screen and (max-width: 400px) {
  .productdescription__weaknesses__strengths .content .items > svg {
    right: 120px;
  }
}

@media only screen and (max-width: 360px) {
  .productdescription__weaknesses__strengths .content .items > svg {
    right: 100px;
  }
}
/*# sourceMappingURL=style.css.map */