
@font-face {
  font-family: kalameh;
  src:

          url(../../fonts/kalameh/ttf/Kalameh-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:

          url(../../fonts/kalameh/ttf/Kalameh-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:

          url(../../fonts/kalameh/ttf/Kalameh-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:

          url(../../fonts/kalameh/ttf/Kalameh-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:

          url(../../fonts/kalameh/ttf/Kalameh-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:
          url(../../fonts/kalameh/ttf/Kalameh-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}



@font-face {
  font-family: iransans;
  src:
          url(../../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
          url(../../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
          url(../../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: iransans;
  src:
          url(../../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
          url(../../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
          url(../../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: iransans;
  src:
          url(../../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
          url(../../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
          url(../../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: iransans;
  src:
          url(../../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
          url(../../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
          url(../../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: iransans;
  src:
          url(../../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
          url(../../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
          url(../../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: kalameh ;
  direction: rtl;
  background-color: #ffffff;
}
.single-blog-content {
  font-family: iransans;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 20px !important;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color2);
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

  .w-m-100 {
    width: 100%;
  }
}


:root {
  --color1: #064657;
  --color2: #5ae0e3;
  --color3: #064657;
  --color4: #066f8a;
}



/* navbar */
.navbar-top {
  background-color: #044f63;
  height: 56px;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo img {
  max-width: 100%;
  width: 57px;
}

.navbar-logo-title {
  font-size: 16px;
  font-weight: 800;
  text-align: right;
  color: #fff;
  margin-right: 8px;
  white-space: nowrap;
}

.navbar-top-info {
  display: flex;
  align-items: center;
}


.navbar-top-btn {
  height: 34px;
  border-radius: 6px;
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-right: 90px;
  transition: 0.3s;
  white-space: nowrap;
}

.navbar-top-btn:hover {
  background: transparent;
}

.navbar-top-info-address {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}

.navbar-top-info-address i {
  font-size: 18px;
  margin-right: 5px;
}

.navbar-top-info-phone {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-right: 25px;
  font-size: 14px;
  font-family: iransans;
}
/*.footer-link,.footer-text,.footer-bottom-item{*/
/*  font-family: 'iransans' !important;*/
/*}*/
/*.card-blog-text{*/
/*  font-family: 'iransans' !important;*/
/*}*/
/*.home-wrap-4-text{*/
/*  font-family: 'iransans' !important;*/
/*}*/
/*.single-blog-content{*/
/*  font-family: 'iransans' !important;*/
/*}*/

.navbar-top-info-phone i {
  font-size: 18px;
  margin-right: 5px;
}

.navbar-top-info-email {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
  margin-right: 25px;
}

.navbar-top-info-email i {
  font-size: 18px;
  margin-right: 5px;
}


@media (max-width:767px) {
  .navbar-top-info {
    display: none;
  }
}






.navbar-custom {
  height: 47px;
  transition: 0.3s;
  z-index: 1000;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  width: 100%;
  margin-top: 15px;
}

.nav-link-custom {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  color: var(--color3);
}



.nav-link-custom:hover {
  color: #066f8a !important;
}

.nav-link-custom.active {
  color: #fff !important;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.navbar-search {
  padding: 5px;
  border-radius: 58px;
  background-color: #78dccb;
  display: flex;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 0;
  color: #006767;
  margin-left: 14px;
  transition: 0.3s;
  font-size: 18px;
}

.navbar-search:hover {
  background: var(--color4);
  color: var(--color2);
}

.navbar-phone {
  padding: 5px;
  border-radius: 58px;
  background-color: #78dccb;
  display: flex;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 0;
  color: #006767;
  transition: 0.3s;
  font-size: 18px;
}

.navbar-phone:hover {
  background: var(--color4);
  color: var(--color2);
}


@media (max-width: 767px) {

  .navbar-custom {
    height: auto;
    margin-top: 0;
  }

  .nav-link-custom {
    padding: 0;
  }

  .nav-item {
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: flex;
  }


  button.navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    font-size: 24px !important;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: unset;
  }

  .navbar-top-btn {
    margin-right: 0;
    font-size: 12px;
  }
}


@media (min-width: 768px) and (max-width: 1200px) {
  .nav-item {
    margin-left: 20px !important;
  }

  .nav-link-custom {
    font-size: 12px;
  }

  ul.navbar-nav.ml-auto {
    white-space: nowrap;
  }


  .navbar-top-btn {
    margin-right: 15px;
  }

  .navbar-top-info-email {
    display: none;
  }

  .navbar-top-info-phone {
    margin-right: 10px;
    font-size: 12px;
  }


}


/* search  */

#search-nav {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color1);
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9999;
  opacity: .9;
  transition: 0.3s;
}

.search-nav-body {
  height: 100%;
  display: flex;
  margin-top: 200px;
  justify-content: center;
}

.search-nav-clsoe {
  outline: 0;
  background: unset;
  font-size: 22px;
  color: #fff;
  margin: 44px;
  position: absolute;
  border: 2px solid var(--color2);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.search-nav-btn {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 20px;
  position: absolute;
  margin-right: -30px;
  margin-top: -3px;
  color: #f9c611;
}

.search-nav-input {
  border: 0;
  background: unset;
  outline: unset;
  border-bottom: 2px solid var(--color2);
  width: 400px;
  padding-bottom: 10px;
  color: #fff;
}

.search-nav-input::placeholder {
  color: #fff;
}

.search-nav-btn {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 20px;
  position: absolute;
  margin-right: -30px;
  margin-top: 0px;
  color: #fff;
}

/* dropdown  */

.dropdown-menu {
  padding: 10px;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
}

.dropdown-toggle::after {
  margin-right: 10px;
}

.dropdown-item-custom {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.dropdown-item-custom:last-child {
  margin-bottom: 0px;
}

.dropdown-hover {
  position: relative;
}

/* new dropdown  */

.dropdown-menu.dropdown-menu-triangle {
  border-radius: 5px !important;
  right: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 0;
  margin-top: 0;
}


.dropdown-toggle::after {
  margin-top: -2px;
}

.dropdown-menu {
  transition: opacity 0.3s ease-in-out;
}

.dropdown-menu.open {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  border-radius: 8px;
  font-size: 14px;
}

.dropdown-menu-triangle::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  transform: translateX(-50%) rotate(180deg);
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 5px;
  padding: 0;
  box-shadow: unset;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  transform: rotate(180deg);
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ddd;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: var(--color1);
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 5px;
}

.dropdown-menu li a {
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
}

.dropdown-item-custom {
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 5px 15px;
}

.dropdown-menu li a:hover {
  color: var(--color1);
}

/* offcanvas */
.offcanvas-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.offcanvas-nav-submenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.offcanvas-nav-submenu.active {
  right: 0;
}

.offcanvas-nav.active {
  right: 0;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  font-size: 23px;
  color: #fff;
}

.offcanvas-nav-item-btn-back {
  background: transparent;
  border: 0;
  font-size: 23px;
  color: #fff;
}

.offcanvas-nav-item-btn {
  border: 0;
  background: transparent;
  outline: none;
  color: var(--color1);
  font-size: 18px;
}

.offcanvas-header {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
  background-color: #044f63;
  border-bottom: 1px solid #dee2e6;
}


.offcanvas-body {
  padding: 15px;
}

.offcanvas-sub-body {
  padding: 15px;
  margin-top: 15px;
}

.offcanvas-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.dropdown-menu li {
  display: block;
}

@media (min-width: 768px) {
  .offcanvas-nav {
    display: none;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 100;
}


.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-blog {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 18px;
  font-weight: bold;
  color: var(--color1);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
}

@media (max-width:767px) {
  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }
}


.home-wrap-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 495px;
}

.home-wrap-1-img-body {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  width: 330px;
  height: 330px;
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 25px;
}

.home-wrap-1-img {
  max-width: 100%;
  transform: rotate(-45deg) scale(1.42);
}

.home-wrap-1-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  margin-right: 100px;
  margin-top: 45px;
}


.home-wrap-1-title {
  font-size: 35px;
  font-weight: 800;
  text-align: right;
  color: #06505b;
}

.home-wrap-1-title-2 {
  font-size: 30px;
  font-weight: bold;
  color: #066f8a;
  margin-top: -10px;
  margin-right: 55px;
}
.home-wrap-1-title-3 {
  font-size: 20px;
  font-weight: bold;
  color: #066f8a;
  margin-top: -10px;
  margin-right: 67px;
}
.home-wrap-1-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.08;
  text-align: right;
  color: #00657a;
  max-width: 355px;
  margin-right: 80px;
  margin-top: 30px;
}


.home-wrap-1-btn-body {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
}


.home-wrap-1-btn {
  height: 35px;
  padding: 6px 8px;
  border-radius: 22px;
  background-color: #066f8c;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}


@media(max-width:767px) {
  .home-wrap-1-img-body {
    width: 200px;
    height: 200px;
  }

  .home-wrap-1-info {
    margin-top: 35px;
    margin-right: 0;
    height: auto;
    padding: 20px 0;
  }

  .home-wrap-1-title {
    font-size: 26px;
  }

  .home-wrap-1-title-2 {
    font-size: 26px;
    margin-top: 0;
    margin-right: 0px;
    text-align: center;
  }
  .home-wrap-1-title-3 {
   font-size: 17px;
    margin-right: 0px;
    text-align: center;
  }
  .home-wrap-1-text {
    text-align: center;
    margin-right: 0;
    margin-top: 15px;
  }

}


.home-wrap-2 {
  margin-top: 50px;
}

.home-wrap-2-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #464646;
  transition: 0.3s;
}

.home-wrap-2-item span {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  margin-top: 18px;
}

.home-wrap-2-item img {
  max-width: 100%;
  transition: 0.3s;
}

.home-wrap-2-item:hover {
  color: #458891;
}

.home-wrap-2-item:hover img {
  opacity: 0.8;
}

@media(max-width:767px) {
  .home-wrap-2 {
    margin-top: 30px;
  }

  .home-wrap-2-item span {
    font-size: 15px;
  }
}




.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.wrapper-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}

.wrapper-row-title {
  height: 44px;
  border-radius: 22px;
  background-color: #d9d9d9;
  font-size: 21px;
  font-weight: 800;
  color: #386677;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.wrapper-row-title-body {
  background: #ffffff;
  padding: 0 20px;
}

.wrapper-row-border {
  background-color: #94e9ec;
  width: 100%;
  height: 4px;
  position: absolute;
  z-index: -1;
}

.wrapper-row-sq-m {
  min-width: 12px;
  min-height: 12px;
  border-radius: 3px;
  background-color: #94e9ec;
  transform: rotate(45deg);
}

.wrapper-row-sq-b {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #94e9ec;
  transform: rotate(45deg);
}


.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

@media (max-width:767px) {
  .wrapper-row-title {
    font-size: 17px;
    height: 60px;
    padding: 0 10px;
    text-align: center;
  }
}



.home-wrap-3 {
  position: relative;
}


.home-wrap-3-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}


.home-wrap-3-title {
  font-size: 35px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #0b5170;
}

.home-wrap-3-title-2 {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #006767;
  margin-right: 20px;
}

.home-wrap-3-title-3 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #6da5b7;
  margin-right: 40px;
  margin-top: 10px;
}


.home-wrap-3-text {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #16558d;
  margin-right: 40px;
  margin-top: 20px;
  max-width: 530px;
}


.home-wrap-3-item-body {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}


.home-wrap-3-item {
  border-radius: 9px;
  background-color: #ddf1ef;
  border: 5px solid #ddf1ef;
  min-width: 110px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  text-align: right;
  color: #146e8a;
  transform: rotate(45deg);
  transition: 0.3s;
  margin: 0 30px;
}

.home-wrap-3-item span {
  transform: rotate(-45deg);
  text-align: center;
}

.home-wrap-3-item:hover {
  background: #fff;
}

.home-wrap-3-item-border {
  width: 100%;
  background: #ddf1ef;
  height: 4px;
}


.home-wrap-3-float-1 {
  background: #ddf1ef;
  width: 110px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 6px;
  transform: rotate(-45deg);
}

.home-wrap-img-body {
  position: relative;
}

.home-wrap-3-float-3 {
  background: #e5f1f1;
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 5px;
  transform: rotate(-45deg);
  right: 20%;
  z-index: -1;
  top: 0;
}

.home-wrap-3-float-4 {
  background: #e5f1f1;
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 5px;
  transform: rotate(-45deg);
  right: 0;
  z-index: -1;
  top: 20%;
}

.home-wrap-3-float-5 {
  background: #deeeee;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 5px;
  transform: rotate(-45deg);
  left: 0;
  z-index: -1;
  top: 30%;
}

.home-wrap-3-float-6 {
  background: #d2ebf0;
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 9px;
  transform: rotate(-45deg);
  left: 25%;
  z-index: -1;
  top: 30%;
}

.home-wrap-3-float-7 {
  background: #e5f1f1;
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 9px;
  transform: rotate(-45deg);
  left: 0%;
  z-index: -1;
  top: 30%;
}

.home-wrap-3-float-8 {
  background: #e5f1f1;
  width: 76px;
  height: 76px;
  position: absolute;
  border-radius: 5px;
  transform: rotate(-45deg);
  left: 0;
  z-index: -1;
  bottom: 0%;
}

.home-wrap-img {
  max-width: 100%;
}


@media (max-width:767px) {
  .home-wrap-3-title {
    font-size: 26px;
  }

  .home-wrap-3-title-2 {
    font-size: 24px;
  }

  .home-wrap-3-item-body {
    margin-top: 40px;
  }

  .home-wrap-3-item {
    min-height: 70px;
    min-width: 70px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px;
  }

  .home-wrap-3-float-4 {
    right: 0px;
  }

  .home-wrap-3-float-5 {
    left: 10px;
  }

  .home-wrap-3-float-6 {
    right: 25%;
    width: 170px;
    height: 170px;
  }

  .home-wrap-3-float-7 {
    left: 25%;
    width: 170px;
    height: 170px;
  }

  .home-wrap-3-float-8 {
    left: 10px;
    bottom: 25px;
  }

  .home-wrap-3-text {
    margin-right: 0;
  }

  .home-wrap-3-title-3 {
    margin-right: 0;
    text-align: center;
  }
}


.home-wrap-4-img {
  max-width: 100%;
  border-radius: 30px;
  transition: 0.3s;
}

.home-wrap-4-img:hover {
  opacity: 0.8;
}

.home-wrap-4-title {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  color: #7fa8b2;
}

.home-wrap-4-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: right;
  color: #687778;
  margin-top: 20px;
}

.home-wrap-4-date {
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: right;
  color: #969696;
}

.home-wrap-4-btn {
  height: 38px;
  padding: 4px 11px 7px;
  border-radius: 18px;
  background-color: #bde5e5;
  border: 2px solid #bde5e5;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.77;
  letter-spacing: normal;
  text-align: right;
  color: #006767;
  transition: 0.3s;
}


.home-wrap-4-btn:hover {
  background: transparent;
  color: var(--color4);
}


.home-wrap-5-item img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 58px;
}

.home-wrap-5-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin-top: 40px;
  margin-bottom: -15px;
}

.home-wrap-6-item {
  width: 100%;
  height: 238px;
  border-radius: 58px;
  object-fit: cover;
}

.player{
  height: 260px;
}

/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
  background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
  display: none !important;
}

.plyr__controls [data-plyr="settings"] {
  display: none !important;
}

.plyr__controls [data-plyr="volume"] {
  display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
  border-radius: 5px;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__video-wrapper {
  border-radius: 10px;
}

.plyr--video {
  border-radius: 15px !important;
}

.card-blog {
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #e1ebe9 80%, #acd4d2 100%);
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}

.card-blog-img-body {
  display: block;
  margin: 0 auto;
  width: 440px;
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 9px;
}


.card-blog-img {
  max-width: 100%;
  transform: rotate(-45deg) scale(1.42);
  width: 149px;
  height: 149px;
}

.card-blog-info {
  padding: 10px;
  padding-right: 40px;
  padding-left: 40px;
}

.card-blog-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: right;
  color: #232323;
  transition: 0.3s;
}


.card-blog-text {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  text-align: right;
  color: #0d5555;
  margin-top: 8px;
  margin-right: 20px;
  direction: rtl;
}


.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 20px;
}


.card-blog-btn {
  height: 25px;
  padding: 3px 10.5px 5px 12.5px;
  border-radius: 18px;
  background-color: #87c1c1;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  transition: 0.3s;
}


.card-blog-btn:hover {
  opacity: 0.8;
}

.card-blog-date {
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: right;
  color: #566464;
}

.card-blog-title:hover {
  color: var(--color4);
}


@media(max-width:767px) {
  .card-blog {
    flex-direction: column;
  }

  .card-blog-img-body {
    width: 150px;
  }

  .card-blog-info {
    margin-top: 30px;
    padding: 20px;
  }
}

@media (min-width:767px) {
  .col-12.col-lg-6:nth-child(even) .card-blog {
    direction: ltr;
    background-image: linear-gradient(to left, #e1ebe9 80%, #acd4d2 100%);
  }

  .col-12.col-lg-6:nth-child(even) .card-blog .card-blog-flex {
    flex-direction: row-reverse;

  }
}

.home-wrap-8 {
  background: #ebecec36;
  position: relative;
  padding: 20px 0;
}

.home-wrap-8-float-1 {
  height: 330.5px;
  position: absolute;
  right: 0;
  top: 50px;
}

.home-wrap-8-float-2 {
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 80px;
}

.home-wrap-8-float-3 {
  position: absolute;
  right: 0;
  height: 116.5px;
  margin-top: 50px;
}

.home-wrap-8-item {
  display: flex;
  align-items: start;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-wrap-8-item-title {
  font-size: 16px;
  font-weight: 800;
  text-align: right;
  color: #006767;
  position: relative;
  margin-top: 10px;
  margin-right: 5px;
  font-family: iransans;
}

.home-wrap-8-item-text {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #52605c;
  position: relative;
  font-family: iransans;
}

.home-wrap-8-item-text a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #52605c;
  font-family: iransans !important;
  position: relative;
}

.home-wrap-8-item-text a:hover {
  color: var(--color4);
}

.home-wrap-8-item-img {
  height: 40px;
  position: relative;
  z-index: 1;
}

.home-wrap-8-item-float {
  width: 40px;
  height: 40px;
  background: #bdd3d7;
  position: absolute;
  transform: rotate(-45deg);
  border-radius: 3px;
  opacity: 0.7;
  right: 15px;
}


.home-wrap-8-float-4 {
  transform: rotate(-45deg);
  background: #f6f7f7;
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 5px;
  right: 147px;
  top: 67px;
}

.home-wrap-8-map {
  object-fit: contain;
  display: block;
  margin: 0 auto;
  width: 300px;
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 40px;
  border: 5px solid #aac7c7;
  margin-top: 50px;
  margin-bottom: 50px;
}


.responsive-map {
  overflow: hidden;
  height: 300px;
  position: relative;
  max-width: 100%;
}

.responsive-map iframe {
  height: 500px;
  /*transform: rotate(-45deg) scale(1.22);*/
}

.home-wrap-8-float-5 {
  background: #f8f8f8;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 33px;
}

.home-wrap-8-float-6 {
  background: #d3dfe1;
  height: 200px;
  position: absolute;
  width: 200px;
  top: 25%;
  transform: rotate(45deg);
  border-radius: 12px;
}


@media (max-width:767px) {
  .home-wrap-8-float-3 {
    display: none;
  }

  .home-wrap-8-float-4 {
    display: none;
  }

  .home-wrap-8-float-5 {
    display: none;
  }

  .home-wrap-8-float-6 {
    display: none;
  }

  .home-wrap-8-map {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .responsive-map {
    height: 200px;
  }
}


/* footer */


.footer-flaot-2 {
  position: absolute;
  left: 0;
  height: 200px;
}

.footer-float-1 {
  position: absolute;
  height: 200px;
  right: 0;
}

.footer-user-img {
  width: 79px;
  height: 79px;
  object-fit: cover;
  border-radius: 50%;
}

.footer-user {
  display: flex;
  align-items: center;
}

.footer-user-title {
  font-size: 17px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #464646;
}


.footer-user-info {
  margin-right: 6px;
}

.footer-user-text {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}

.footer-info-text {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}





.footer {
  padding: 10px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #17a2b8;
  /*margin-top: 45px;*/
  position: relative;
}

.footer-bottom-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-social a {
  color: white;
  border-radius: 5.4px;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: 9px;
  padding-top: 3px;
  font-size: 14px;
  width: 25px;
  height: 25px;
}

.fs-12 {
  font-size: 12px;
}

.footer-bottom-social a:hover {
  color: var(--color1);
  border-color: var(--color1);
}

.footer-social-item:hover {
  fill: #065246;
  background-color: var(--color1);
  border: 1px solid var(--color1);
}

.footer-text {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  margin-top: 10px;

}


.footer-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-header-title {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #f8f8f8;
}

a.footer-logo-tel {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.footer-logo img {
  width: 110px;
}

.footer-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 18px;
  min-width: 40px;
  min-height: 40px;
}


.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-ul li {
  display: block;
}

.footer-link {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: #000;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;

}

.footer-link:hover {
  color: var(--color1);
}

.footer-info {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #a7a7a7;
  margin-bottom: 8px;
}

.footer-bottom-item {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}


.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-item {
  color: white;
  border-radius: 5.4px;
  border: solid 1px #fff;
  width: 30.5px;
  height: 30.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: 9px;
}

.footer-social-item:hover {
  border: 0;
}

.footer-bottom {
  padding: 10px 0;
  background: #044f63;
}

.footer-logo-tel:hover {
  color: var(--color1);
}



.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

/***************************/

.single-blog-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.single-blog-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
  color: var(--color1);
}

.single-blog-date {
  font-size: 12px;
  line-height: 2;
  text-align: left;
  color: #969696;
}

.single-blog-content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: right;
  color: #646464;
}

.blog-share-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.92;
  letter-spacing: normal;
  text-align: right;
  color: #4b4b4b;
  margin-left: 17px;
}

.blog-tag {
  height: 30px;
  border-radius: 5px;
  background-color: var(--color2);
  font-size: 12px;
  line-height: 2.17;
  text-align: right;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
  padding: 0 10px;
  /* max-width: 50px !important; */
  overflow: hidden;
}

.blog-tag:hover {
  background-color: var(--color1);
  color: #fff;
}

.blog-share-item {
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 5px;
  color: #fff;
  background: #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10.7px;
  transition: 0.3s;

}


.blog-share-item:hover {
  background-color: var(--color1);
  color: #fff;
}

.single-blog-relative {
  background: var(--color2);
  padding: 40px 0;
  margin-top: 50px;
}

.single-blog-relative-title {
  font-size: 18.3px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}


.back-comment {
  padding: 30px 100px 85px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-top: 35px;
}

.back-comment-title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
  border-bottom: 1px solid #E2000F;
  padding-bottom: 5px;
}

.comment-box {
  padding: 25.6px 40px 58.9px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 22px;
}

.back-comment-header {
  margin-bottom: 30px;
}

.comment-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
  margin-top: 22px;
}

.comment-box-info {
  display: flex;
  align-items: center;
}

.comment-box-info-item {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: center;
  color: #949494;
  margin-left: 15px;
  border-left: 1px solid #e2e2e2;
  padding-left: 15px;
}

.comment-box-info-item svg {
  margin-left: 10px;
}

.comment-box-info-item:last-child {
  border: 0;
}

.comment-form {
  padding: 44.6px 80px 39.1px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.1px #ebebeb;
  background-color: #fff;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-rate-star {
  margin-right: 25px;
  margin-left: 25px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

.comment-form-rate-num {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #aaa;
}

/* i.far.fa-star {
    color: #dcdcdc;
}
i.fas.fa-star {
  color: #f9bc00;
} */


.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
}

i.icon-star-empty {
  color: #dcdcdc;
}

i.icon-star {
  color: #f9bc00;
}

.comment-form-lable {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
}



.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--color1);
  outline: 0;
  box-shadow: 0 0 0 0.2rem #fe04042b;
}

.comment-form-link {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: var(--color1);
}

.fce {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-check-label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #707070;
}

input#comment-private {
  accent-color: var(--color1);
  width: 16px;
  height: 16px;
}
.pagination-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--color1);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
}

.paginate-item {
  display: flex;
  align-items: center;
}

.paginate-num {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
  width: 25px;
  height: 25px;
  margin: 0px 5px;
}

.paginate-num.active {
  background-color: var(--color1);
  color: #fff;
  border-radius: 30px;
}

.paginate-item span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: right;
  color: var(--color1);
}

.paginate-item i {
  font-size: 12px;
  color: var(--color1);
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}



.blog-form {
  border-radius: 35px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  margin-top: 15px;
  border: solid 1px #efefef;
}

.blog-form-btn {
  background: var(--color2);
  border: 0;
  height: 40px;
  min-width: 55px;
  border-radius: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-form-input {
  width: 100%;
  font-size: 14px;
  color: #969696;
  border: 0;
  outline: none;
  padding-right: 10px;
  background: transparent;
}

.blog-cat {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-top: 10px;
  padding: 20px;
  color: #4b4b4b;
}

.blog-cat-title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-right: 5px;
}

.blog-cat-list {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-right: 20px;
}

.blog-cat-list li {
  margin-top: 10px;
}

.blog-cat-list li a {
  color: #4b4b4b;
  font-size: 14px;
}

.blog-cat-list li a:hover {
  color: var(--color1);
}

.blog-h-title {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #c8c8c8;
}


/* .responsive-map {
  overflow: hidden;
  padding-bottom: 255px;
  position: relative;
  height: 0;
  margin-top: 50px;
  border-radius: 20px;
  border: solid 1px #c8c8c8;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 255px;
  width: 100%;
  position: absolute;
} */

.contact-form-box {
  background-color: #f5f5f5;
  position: relative;
  margin: auto;
  padding: 30px;
  margin-top: 60px;
}

.contact-form {
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 40px;
}

.contact-form-box-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: var(--color1);
  margin-bottom: 30px;
}

.contact-from-label {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #646464;
}

.contact-form-input {
  height: 45px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  padding: 15px;
  transition: 0.3s;
}

.contact-form-textarea {
  border-radius: 5px;
  width: 100%;
  outline: none;
  padding: 15px;
  transition: 0.3s;
}

.contact-form-input:focus {
  border-color: var(--color1);
}

.contact-form-textarea:focus {
  border-color: var(--color1);
}

.contact-form-btn {
  height: 45.5px;
  width: 181.9px;
  border-radius: 5px;
  border: 1px solid var(--color1);
  outline: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--color1);
  transition: 0.3s;
  background: transparent;
}

.contact-form-btn:hover {
  background: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .contact-form-box {
    margin-top: 40px;
  }
}

.contact-wrapper-info-title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
  color: var(--color1);
  margin-top: 30px;
}

.contact-wrapper-info-body {
  display: flex;
  margin-top: 20px;
}

.contact-wrapper-info-r {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 600;
  letter-spacing: normal;
  text-align: right;
  color: #646464;
}

.contact-wrapper-info-r div {
  display: flex;
  align-items: center;
}

.contact-wrapper-info-r div span {
  background: var(--color1);
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  margin-left: 10px;
}

.contact-wrapper-info-l div a {
  color: #646464;
}

.contact-wrapper-info-l div a:hover {
  color: var(--color1);
}

.contact-wrapper-info-l {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: right;
  color: #646464;
}
.contact-us-form-submit {
  border: 1px solid var(--color1);
  background: transparent;
  width: 195.43px;
  height: 48.86px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color1);
  transition: 0.3s;
}

.contact-us-form-submit:hover {
  background-color: var(--color1);
  color: #fff;
}


/**********************************/
.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 7%);
  background: #fff;
}

.blog-card-inner {
  padding: 25px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.blog-card:hover a .blog-card-img-body .blog-card-img {
  transform: scale(1.2);
}

.blog-card:hover a .blog-card-img-body2 .blog-card-img {
  transform: scale(1.2);
}


.blog-card-img-body {
  position: relative;
  width: auto;
  height: 189px;
  flex: 0 0 189px;
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.blog-card-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}

.blog-card-title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: right;
  color: #323232;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 32px;

}

.blog-card-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
  color: #4b4b4b;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 50px;
}

.blog-card-comment {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.08;
  letter-spacing: -0.17px;
  color: #646464;
}

.blog-card-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

.blog-card-more {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.17px;
  text-align: right;
  color: #066f8a;
  display: flex;
  align-items: center;
}

.blog-card-more i {
  margin-right: 5px;
  margin-top: 3px;
}

.blog-card-more:hover {
  color: var(--color2);
}

.blog-card-date {
  height: 28px;
  padding: 5px 20px;
  background-color: #17a2b8;
  position: absolute;
  top: 32px;
  display: flex;
  align-items: center;
  color: #f5f5f5;
  font-size: 12px;
}

.blog-card-date span {
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  margin-right: 10px;
}

@media (max-width:767px) {

  .blog-card-inner {
    padding: 15px;
  }
}
/*************************/

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
}

.breadcrumb-item a {
  color: #969696;
}

.breadcrumb-item a:hover {
  color: var(--color1);
}
.backgrand-topic {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.backdrop-topic {
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000038;
}

.backdrop-topic-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #fff;
  padding: 2px 5px;
}
@media (max-width: 767px) {


  .comment-box-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .comment-box-info-item {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
  }

  .back-comment {
    padding: 15px;
    margin-top: 25px;
  }

  .comment-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .comment-box {
    padding: 15px;
  }

  .contact-form {
    padding: 20px;
  }

  .comment-form {
    padding: 20px;
  }

  .comment-form-rate {
    margin-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .comment-form-rate-text {
    font-size: 16px;
  }

  .comment-form-lable {
    font-size: 14px;
  }

  .comment-form-btn {
    height: 38.5px;
    width: 100%;
  }
}
@media (max-width:399px) {
  .search-nav-input {
    width: 350px;
  }



}
/* DEMO-SPECIFIC STYLES */
.typewriter{

  overflow: hidden; /* Ensures the content is not revealed until the animation */

  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */

  animation:
          typing 3.5s steps(30, end),
          blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

@media (max-width:767px) {
  .single-blog-content p img {
    max-width: 100% !important;
    height: auto !important;
  }
  .single-blog-content h2 img {
    max-width: 100% !important;
    height: auto !important;
  }
  .single-blog-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  .single-blog-content p video {
    max-width: 100% !important;
  }

}
@media (max-width:370px) {
  .blog-tag{
    max-width: 40px !important;
  }
}
iframe {max-width:100%}



/* new comment */


.new-box {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 15px 0px;
}

.new-box-title-1 {
  font-size: 20px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}


.new-box-title-2 {
  font-size: 20px;
  color: var(--color1);
  font-weight: bold;
  display: flex;
  align-items: center;
}

.new-box-text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.new-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}


.new-input {
  width: 100%;
  background: #f9f9f9;
  height: 42px;
  border-radius: 12px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  margin-top: 15px;
  font-size: 15px;
  transition: 0.3s;
  outline: none;
}

.new-input:focus {
  background: #f3f3f3;
  border-color: var(--color4);
}

.new-textarea {
  width: 100%;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  margin-top: 15px;
  font-size: 15px;
  transition: 0.3s;
  outline: none;
}

.new-textarea:focus {
  background: #f3f3f3;
  border-color: var(--color4);
}



.new-check {
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}

.new-check input {
  display: none;
}

.new-check div {
  background: #ececec;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.new-check input:checked+div:after {
  content: "\f00c";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 20px;
  color: #67b22e;
}



.nc-box {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 15px 0px;
  background: #fff;
}

.nc-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nc-box-star {
  color: #fab600;
  font-size: 16px;
}

i.empty {
  color: #ccc;
}

.nc-box-name {
  font-size: 16px;
  color: var(--color1);
  font-weight: bold;
}

.nc-box-text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-top: 5px;
}

.nc-box-product {
  background: #767676;
  width: max-content;
  color: #fff;
  margin-top: 10px;
  padding: 2px 10px;
  border-radius: 4px;
}

.nc-box:nth-child(even) {
  /* background: #f2f2f2;
  border: 1px solid #d0d0d0; */
}


.new-form-btn {
  background: var(--color4);
  border: 1px solid var(--color4);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 25px;
  border-radius: 8px;
  margin-top: 16px;
  transition: 0.3s;
}

.new-form-btn:hover {
  background: transparent;
  border-color: var(--color4);
  color: var(--color4);
}


.btn-scroll-body {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.btn-scroll {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color4);
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 18px;
  transition: 0.3s;
  position: absolute;
  margin-top: -25px;
}


.btn-scroll:hover{
  background: var(--color1);
}

.new-comment-body {
  background: #efefef;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 20px 10px;
}

.new-comment-scroll {
  max-height: 460px;
  overflow: auto;
  padding: 0 10px;

}


.new-comment-scroll::-webkit-scrollbar {
  width: 8px;
}


.new-comment-scroll::-webkit-scrollbar-thumb {
  background-color: #c0c2c5;
  width: 8px;
  border-radius: 3px;
}


.new-comment-scroll::-webkit-scrollbar-track {
  background-color: #f0f0f1;
  border-radius: 3px;
}


/* rating */
.rating-label {
  font-size: 18px;
  color: var(--color1);
  font-weight: 600;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.rating {
  border: none;
  display: flex;
  align-items: center;
}

.rating>input {
  display: none;
}

.rating>label:before {
  margin: 5px;
  font-size: 24px;
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: "\f005";
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating>.half:before {
  content: "\f089";
  position: absolute
}

.rating>label {
  color: #ddd;
  width: auto !important;
  margin-bottom: 0;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #FFD700
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
  color: #FFED85
}

.wrapper-row-title span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: var(--color4);
  background: var(--color4);
  color: #fff;
  padding: 2px 15px;
  border-radius: 30px;
}

.new-shape {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #94e9ec;
  transform: rotate(45deg);
  display: block;
  margin-left: 10px;
}

.nc-box-date {
  background: var(--color4);
  color: #fff;
  padding: 6px 8px;
  margin-right: 10px;
  border-radius: 21px;
  font-size: 13px;
  line-height: 1;
}

.nc-box-left {
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .new-form-btn{
    font-size: 16px;
    font-weight: 600;
  }
  .nc-box-left {
    flex-direction: column;
  }

  .nc-box-date {
    margin-top: 10px;
  }

  .new-box {
    padding: 20px;
    margin-bottom: 20px;
  }

  .new-box-title-1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .new-box-text {
    font-size: 14px;
  }

  .new-box-title-2 {
    font-size: 16px;
  }

  .new-box-flex {
    margin-bottom: 0;
  }

  .new-input {
    font-size: 14px;
  }

  .new-check {
    margin-top: 10px;
    padding-top: 0;
  }

  .nc-box {
    padding: 20px;
    margin-bottom: 20px;
  }

  .nc-box-text {
    font-size: 14px;
  }

  .nc-box-name {
    font-size: 15px;
  }

}

/* new comment */


.new-box {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 15px 0px;
}

.new-box-title-1 {
  font-size: 20px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}


.new-box-title-2 {
  font-size: 20px;
  color: var(--color1);
  font-weight: bold;
  display: flex;
  align-items: center;
}

.new-box-text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.new-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}


.new-input {
  width: 100%;
  background: #f9f9f9;
  height: 42px;
  border-radius: 12px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  margin-top: 15px;
  font-size: 15px;
  transition: 0.3s;
  outline: none;
}

.new-input:focus {
  background: #f3f3f3;
  border-color: var(--color4);
}

.new-textarea {
  width: 100%;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  margin-top: 15px;
  font-size: 15px;
  transition: 0.3s;
  outline: none;
}

.new-textarea:focus {
  background: #f3f3f3;
  border-color: var(--color4);
}



.new-check {
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}

.new-check input {
  display: none;
}

.new-check div {
  background: #ececec;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.new-check input:checked+div:after {
  content: "\f00c";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 20px;
  color: #67b22e;
}



.nc-box {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 15px 0px;
  background: #fff;
}

.nc-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nc-box-star {
  color: #fab600;
  font-size: 16px;
}

i.empty {
  color: #ccc;
}

.nc-box-name {
  font-size: 16px;
  color: var(--color1);
  font-weight: bold;
}

.nc-box-text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-top: 5px;
}

.nc-box-product {
  background: #767676;
  width: max-content;
  color: #fff;
  margin-top: 10px;
  padding: 2px 10px;
  border-radius: 4px;
}

.nc-box:nth-child(even) {
  /* background: #f2f2f2;
  border: 1px solid #d0d0d0; */
}


.new-form-btn {
  background: var(--color4);
  border: 1px solid var(--color4);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 25px;
  border-radius: 8px;
  margin-top: 16px;
  transition: 0.3s;
}

.new-form-btn:hover {
  background: transparent;
  border-color: var(--color4);
  color: var(--color4);
}


.btn-scroll-body {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.btn-scroll {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color4);
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 18px;
  transition: 0.3s;
  position: absolute;
  margin-top: -25px;
}


.btn-scroll:hover {
  background: var(--color1);
}

.new-comment-body {
  background: #efefef;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 20px 10px;
}

.new-comment-scroll {
  max-height: 460px;
  overflow: auto;
  padding: 0 10px;

}


.new-comment-scroll::-webkit-scrollbar {
  width: 8px;
}


.new-comment-scroll::-webkit-scrollbar-thumb {
  background-color: #c0c2c5;
  width: 8px;
  border-radius: 3px;
}


.new-comment-scroll::-webkit-scrollbar-track {
  background-color: #f0f0f1;
  border-radius: 3px;
}


/* rating */
.rating-label {
  font-size: 18px;
  color: var(--color1);
  font-weight: 600;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.rating {
  border: none;
  display: flex;
  align-items: center;
}

.rating>input {
  display: none;
}

.rating>label:before {
  margin: 5px;
  font-size: 24px;
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: "\f005";
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating>.half:before {
  content: "\f089";
  position: absolute
}

.rating>label {
  color: #ddd;
  width: auto !important;
  margin-bottom: 0;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #FFD700
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
  color: #FFED85
}

.wrapper-row-title span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: var(--color4);
  background: var(--color4);
  color: #fff;
  padding: 2px 15px;
  border-radius: 30px;
}

.new-shape {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #94e9ec;
  transform: rotate(45deg);
  display: block;
  margin-left: 10px;
}

.nc-box-date {
  background: var(--color4);
  color: #fff;
  padding: 6px 8px;
  margin-right: 10px;
  border-radius: 21px;
  font-size: 13px;
  line-height: 1;
}

.nc-box-left {
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .new-form-btn {
    font-size: 16px;
    font-weight: 600;
  }

  .nc-box-left {
    flex-direction: column;
  }

  .nc-box-date {
    margin-top: 10px;
  }

  .new-box {
    padding: 20px;
    margin-bottom: 20px;
  }

  .new-box-title-1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .new-box-text {
    font-size: 14px;
  }

  .new-box-title-2 {
    font-size: 16px;
  }

  .new-box-flex {
    margin-bottom: 0;
  }

  .new-input {
    font-size: 14px;
  }

  .new-check {
    margin-top: 10px;
    padding-top: 0;
  }

  .nc-box {
    padding: 20px;
    margin-bottom: 20px;
  }

  .nc-box-text {
    font-size: 14px;
  }

  .nc-box-name {
    font-size: 15px;
  }

}


/* new */


.dr-comment {
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  border-right: 3px solid var(--color3);
  background: #5ae0e329;
}

.dr-commment-title {
  color: var(--color1);
  font-size: 16px;
  font-weight: bold;
}

.dr-commment-text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-top: 10px;
  color: #000;
}

.dr-commment-date {
  background: var(--color3);
  color: #fff;
  padding: 6px 8px;
  margin-right: 10px;
  border-radius: 21px;
  font-size: 13px;
  line-height: 1;
}

.dr-comment-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:767px) {
  .dr-commment-title {
    color: var(--color1);
    font-size: 14px;
  }

  .dr-commment-text {
    font-size: 14px;
    margin-top: 5px;
  }
}