@font-face {
  font-family: IRANSansXFaNum;
  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: IRANSansXFaNum;
  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: IRANSansXFaNum;
  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: IRANSansXFaNum;
  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: IRANSansXFaNum;
  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;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

/* base  */


:root {
  --color1: #1195FF;
  --color2: #0677D1;
  --back: #fff;
  --font1: IRANSansXFaNum;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

  .w-m-100 {
    width: 100%;
  }

  .p-m-0 {
    padding: 0;
  }
}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: unset;
  font-weight: unset;
  line-height: unset;
  font-size: unset;
}

/* navbar */

.navbar-custom {
  background-color: #fff;
  height: 90px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
}

.navbar-tel {
  color: #4A4A4A;
  direction: ltr;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.navbar-tel i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 3px;
}

.navbar-btn {
  background: var(--color1);
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s;
  margin-right: 10px;
}

.navbar-btn:hover {
  background: var(--color2);
  color: #fff;
}


@media (min-width:768px) {
  .navbar-home {
    position: absolute;
    background: transparent;
    width: 100%;
  }

  .navbar-home .nav-item a {
    padding: 15px 10px;
  }

  .navbar-home .dropdown ul li a {
    padding: 7px 14px;
  }

}



.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.navbar-logo img {
  object-fit: contain;
  width: 136px;
  height: 40px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 44px 10px;
  font-size: 14px;
  color: #818181;
}

.nav-item a:hover {
  color: var(--color2) !important;
}


.navbar-btn-body {
  display: flex;
  align-items: center;
}


@media (max-width:767.5px) {
  .navbar-custom .container-lg {
    flex-wrap: nowrap !important;
  }

  .navbar-custom {
    height: 70px;
  }

  .navbar-logo {
    margin: 0;
    margin-right: 5px;
  }

  .navbar-logo img {
    height: 40px;
    width: 90px;
  }

  .navbar-btn {
    font-size: 14px;
    padding: 10px 12px;
    height: 34px;
    margin-right: 5px;
    white-space: nowrap;
  }

  .navbar-tel {
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (min-width:767.5px) {}

@media (min-width:768px) and (max-width:991px) {
  .navbar-logo {
    margin-left: 0;
  }

  .nav-item {
    margin-left: 0;
  }

  .navbar-tel {
    font-size: 14px;
  }

  .navbar-btn {
    padding: 10px 15px;
  }
}

/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}



@media (min-width:767.5px) {
  .dropdown ul::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 .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  #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;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #575757;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #575757;
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #575757;
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #7b7b7b !important;
    display: flex;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}




/* swiper */



.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 5px;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 5px;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-v {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-v .swiper-slide {
  width: auto;
  height: auto;
}

.swiper-pagination-bullet {
  border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s 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);
  }
}

.rotate {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* home */


.home-wrap-1 {
  background: linear-gradient(180deg, #F0F7FF 0%, #FCFEFF 100%);
  height: 100vh;
  padding-top: 90px;
  min-height: 650px;
}

.home-wrap-1-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}


.home-wrap-1-frame {
  position: absolute;
  right: 0;
  top: 0;
}

.home-wrap-1-img {
  width: 100%;
}

.home-wrap-1-img-body {
  position: relative;
}

.home-wrap-1-tag-r-body {
  position: absolute;
  top: 20%;
  right: -10%;
}

.home-wrap-1-tag-r {
  height: 50px;
  box-shadow: 0px 1px 22.8px 0px #1195FF2B inset;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  background: #ffffff85;
  backdrop-filter: blur(5px);
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transform: rotate(350deg);
  transition: 0.3s;
}

.home-wrap-1-tag-l-body {
  position: absolute;
  bottom: 30%;
  left: 10%;
}

.home-wrap-1-tag-l {
  height: 50px;
  box-shadow: 0px 1px 22.8px 0px #1195FF2B inset;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  background: #ffffff85;
  backdrop-filter: blur(5px);
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transform: rotate(15deg);
  transition: 0.3s;
}

.home-wrap-1-subtitle {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.home-wrap-1-title {
  font-size: 34px;
  font-weight: 700;
  color: #131313;
  margin-bottom: 10px;
}

.home-wrap-1-title span {
  color: var(--color1);
}

.home-wrap-1-text {
  color: #666666;
  line-height: 28px;
  font-size: 16px;
}

.home-wrap-1-btn {
  background: var(--color1);
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 25px;
  transition: 0.3s;
}

.home-wrap-1-btn:hover {
  background: var(--color2);
  color: #fff;
}

@media (max-width:767px) {
  .home-wrap-1 {
    padding-top: 40px;
    height: auto;
    min-height: auto;
  }

  .home-wrap-1-subtitle {
    font-size: 16px;
  }

  .home-wrap-1-text {
    font-size: 14px;
  }

  .home-wrap-1-title {
    font-size: 22px;
  }

  .home-wrap-1-btn {
    height: 42px;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 14px;
  }

  .home-wrap-1-img-body {
    margin-top: 20px;
    text-align: center;
  }

  .home-wrap-1-tag-l {
    height: 42px;
    padding: 10px;
    font-size: 14px;
    border-radius: 12px;
  }

  .home-wrap-1-tag-r {
    height: 42px;
    padding: 10px;
    font-size: 14px;
    border-radius: 12px;
  }

  .home-wrap-1-tag-l-body {
    left: 0;
  }

  .home-wrap-1-tag-r-body {
    right: 0;
  }
}

.home-wrap-2 {
  overflow: hidden;
  /* padding: 35px 0px; */
}

.home-wrap-2-body {
  background: #E2F2FF;
}

.home-wrap-2-inner {
  background: var(--color2);
  /* transform: rotate(-2deg); */
  padding: 20px 0;
}

.home-wrap-2-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-wrap-2-info {
  margin-right: 10px;
}

.home-wrap-2-count {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  direction: ltr;
  line-height: 1;
}

.home-wrap-2-title {
  font-size: 18px;
  color: #fff;
}

.home-wrap-2-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

@media (max-width:767px) {
  .home-wrap-2-img {
    width: 36px;
    height: 36px;
  }

  .home-wrap-2-inner {
    transform: rotate(0deg);
  }

  .home-wrap-2-count {
    font-size: 20px;
    margin: 7px 0;
    text-align: center;
  }

  .home-wrap-2-item {
    flex-direction: column;
  }

  .home-wrap-2-title {
    font-size: 14px;
  }
}


.home-wrap-3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.home-wrap-3-gallery {
  display: block;
  -moz-column-gap: 0;
  column-count: 2;
  column-gap: 15px;
}

.home-wrap-3-img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  transition: 0.3s;
}

.home-wrap-3-img:hover {
  opacity: 0.9;
}

.home-wrap-3-img:nth-child(1) {
  height: 110px;
}

.home-wrap-3-img:nth-child(2) {
  height: 250px;
  margin-top: 15px;
}

.home-wrap-3-img:nth-child(3) {
  height: 250px;
}

.home-wrap-3-img:nth-child(4) {
  height: 110px;
  margin-top: 15px;
}

.home-wrap-3 {
  margin-top: 50px;
}

.home-wrap-3-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}

.home-wrap-3-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--color1);
  margin-bottom: 10px;
}

.home-wrap-3-title {
  color: #131313;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  border-right: 2px solid var(--color2);
  padding-right: 15px;
}

.home-wrap-3-text {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.home-wrap-3-btn {
  background: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 15px;
  transition: 0.3s;
  height: 42px;
  transition: 0.3s;
}

.home-wrap-3-btn:hover {
  background: var(--color2);
  color: #fff;
}

.home-wrap-3-btn i {
  margin-top: 5px;
  margin-right: 5px;
}

@media (max-width:767px) {
  .home-wrap-3 {
    margin-top: 30px;
  }


  .home-wrap-3-img:nth-child(3) {
    height: 200px;
  }

  .home-wrap-3-img:nth-child(2) {
    height: 200px;
  }

  .home-wrap-3-info {
    margin-top: 10px;
  }

  .home-wrap-3-title {
    font-size: 16px;
  }

  .home-wrap-3-text {
    font-size: 14px;
  }

  .home-wrap-3-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .home-wrap-3-btn {
    padding: 10px 15px;
    margin-top: 10px;
    height: 36px;
    font-size: 14px;
  }

}


.home-wrap-4-inner {
  margin-top: 70px;
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-wrap-4-img-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home-wrap-4-img-1 {
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
  height: 280px;
  object-fit: cover;
}

.home-wrap-4-img-2 {
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
  height: 280px;
  margin-top: -65px;
  object-fit: cover;
}

.home-wrap-4-subtitle {
  color: #1195FF;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.home-wrap-4-title {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  border-right: 2px solid var(--color2);
  padding-right: 15px;
}

.home-wrap-4-item {
  background: #FFFFFF21;
  padding: 15px;
  border: 1px solid #FFFFFF24;
  border-radius: 8px;
  margin-top: 15px;
  backdrop-filter: blur(5px);
  position: relative;
  transition: 0.3s;
}


.home-wrap-4-item:hover {
  background: #ffffff30;
}

.home-wrap-4-item:hover span {
  color: #ffffff2e;
}

.home-wrap-4-item-title {
  color: var(--color1);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.home-wrap-4-item-text {
  color: #D9D9D9;
  line-height: 28px;
  font-size: 15px;
  z-index: 1;
}

.home-wrap-4-item-count {
  color: #FFFFFF14;
  font-size: 120px;
  position: absolute;
  left: 20px;
  top: 0px;
  font-weight: 500;
  transition: 0.3s;
}

.home-wrap-4-img-2-cover {
  display: flex;
  justify-content: end;
}

@media (max-width:767px) {
  .home-wrap-4-inner {
    margin-top: 30px;
    padding: 20px 0;
  }

  .home-wrap-4-subtitle {
    font-size: 14px;
  }

  .home-wrap-4-title {
    font-size: 16px;
  }

  .home-wrap-4-item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .home-wrap-4-item-text {
    font-size: 14px;
  }

  .home-wrap-4-item-count {
    font-size: 50px;
    left: 10px;
    top: 0px;
  }

  .home-wrap-4-img-1 {
    height: 150px;
    margin-top: 15px;
  }

  .home-wrap-4-img-2 {
    height: 150px;
    margin-top: 15px;
  }
}

.home-wrap-5-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
  white-space: nowrap;
}

.home-wrap-5-item {
  display: flex;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 14px;
  transition: 0.3s;
  margin-top: 45px;
  position: relative;
}

.home-wrap-5-item-icon {
  width: 65px;
  height: 65px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color1);
  padding: 10px;
  box-shadow: 0px 0px 6.8px 1px #00000014;
  position: absolute;
  top: -30px;
}

.home-wrap-5-item-icon img {
  width: 100%;
  height: 100%;
  max-width: 49px;
  max-height: 49px;
  object-fit: contain;
}

.home-wrap-5-item-title {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  color: var(--color2);
}

.home-wrap-5-item-text {
  font-size: 12px;
  color: #000;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  height: 42px;
}

.home-wrap-5-item-more {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  color: var(--color2);
}

.home-wrap-5-item:hover {
  background: var(--color1);
  color: #fff;
}

.home-wrap-5-item-more i {
  margin-top: 5px;
  font-size: 12px;
  margin-right: 5px;
}

.home-wrap-5-item:hover .home-wrap-5-item-title {
  color: #fff;
}

.home-wrap-5-item:hover .home-wrap-5-item-text {
  color: #fff;
}

.home-wrap-5-item:hover .home-wrap-5-item-more {
  color: #fff;
}

@media (max-width:767px) {
  .home-wrap-5-title {
    font-size: 20px;
    margin-top: 25px;
  }

  .home-wrap-5 .col-6:nth-child(odd) {
    padding-left: 8px;
  }

  .home-wrap-5 .col-6:nth-child(even) {
    padding-right: 8px;
  }

  .home-wrap-5-item {
    padding: 10px;
  }

  .home-wrap-5-item-icon {
    width: 48px;
    height: 48px;
  }

  .home-wrap-5-item-title {
    font-size: 14px;
  }
}

.home-wrap-6 {
  background: #F4F9FD;
  margin-top: 65px;
  padding: 40px 0;
  position: relative;
}

.home-wrap-6-subtitle {
  color: #1195FF;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.home-wrap-6-title {
  font-size: 22px;
  color: #131313;
  font-weight: 600;
  border-right: 2px solid var(--color2);
  padding-right: 15px;
}

.home-wrap-6-item {
  display: flex;
  align-items: center;
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  z-index: 9;
  position: relative;
  margin-bottom: 50px;
  transition: 0.3s;
}

.home-wrap-6-item:hover span{
  background: var(--color1);
  color: #fff;
}

.home-wrap-6-item:last-child {
  margin-bottom: 0;
}

.home-wrap-6-item span {
  margin-right: 20px;
  margin-top: 13px;
  background: #fff;
  padding: 13px 15px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}

.home-wrap-6-item::before{
  content: '';
  position: absolute;
  border-bottom: 3px dashed #FFB52C;
  width: 72px;
  right: 22px;
  margin-top: 15px;
}

.home-wrap-6-item-body {
  position: relative;
  margin-top: 20px;
}

.home-wrap-6-item img{
  z-index: 9;
}

.home-wrap-6-item-body::before {
  content: '';
  position: absolute;
  height: 90%;
  border-right: 3px dashed #FFB52C;
  right: 40px;
  top: 15px;
}

.home-wrap-6-frame-body {
  position: relative;
  height: 100%;
  padding: 30px;
  max-height: 450px;
}

.home-warp-6-float-1 {
  position: absolute;
  bottom: 20px;
}

.home-warp-6-float-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-wrap-6-float-3 {
  width: 109px;
  height: 109px;
  top: 0;
  right: 0;
  position: absolute;
  background: #C7D4E0;
  border-radius: 50%;
}

.home-wrap-6-frame-box {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.home-wrap-6-frame-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

@media (max-width:767px) {
  .home-wrap-6 {
    margin-top: 35px;
    padding: 20px 0;
  }

  .home-wrap-6-subtitle {
    font-size: 14px;
  }

  .home-wrap-6-title {
    font-size: 16px;
  }

  .home-wrap-6-item img {
    width: 50px;
  }

  .home-wrap-6-item {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .home-wrap-6-item-body::before {
    right: 30px;
  }

  .home-wrap-6-frame-body {
    padding: 30px;
  }

  .home-wrap-6-frame-box {
    height: auto;
  }

  .home-warp-6-float-2 {
    bottom: 5%;
  }

  .home-wrap-6-item span{
    margin-top: 10px;
    padding: 9px 15px;
    font-size: 14px;
  }
}


.home-wrap-7 {
  margin-top: 60px;
}

.home-wrap-7-img {
  width: 100%;
}

@media (max-width:767px) {
  .home-wrap-7 {
    margin-top: 30px;
  }

}


.home-wrap-8-big {
  height: 378px;
  position: relative;
  border-radius: 6px;
  display: flex;
  background-size: cover;
}

.home-wrap-8-big:hover .home-wrap-8-big-inner {
  background: #0000006b;
}

.home-wrap-8-big-inner {
  background: #00000036;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  transition: 0.3s;
}

.home-wrap-8-big-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.home-wrap-8-big-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.home-wrap-8-card {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 20px;
}

.home-wrap-8-card:last-child {
  margin-bottom: 0;
}

.home-wrap-8-card-img {
  position: relative;
  width: 100%;
  height: 156px;
  flex: 0 0 214px;
  background-color: #f7f7f7;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 6px;
  transition: 0.3s;
}

.home-wrap-8-card-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.home-wrap-8-card-img:hover {
  opacity: 0.8;
}

.home-wrap-8-card-info {
  margin-right: 15px;
}

.home-wrap-8-card-title {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.home-wrap-8-card-title:hover {
  color: var(--color1);
}


.home-wrap-8-card-text {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.home-wrap-8 {
  margin-top: 65px;
}

.home-wrap-8-title {
  color: #1195FF;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.home-wrap-8-text {
  font-size: 24px;
  color: #131313;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 10px;
  border-right: 2px solid var(--color2);
  padding-right: 15px;
}

@media (max-width:767px) {
  .home-wrap-8 {
    margin-top: 20px;
  }

  .home-wrap-8-title {
    font-size: 14px;

  }

  .home-wrap-8-text {
    font-size: 18px;
  }

  .home-wrap-8-big {
    height: 225px;
    margin-bottom: 20px;
  }

  .home-wrap-8-big-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .home-wrap-8-big-inner {
    background: #0000005c;
    padding: 20px;
  }

  .home-wrap-8-card-img {
    height: 120px;
    flex: 0 0 150px;
  }

  .home-wrap-8-card-title {
    font-size: 14px;
  }
}



.footer {
  background-color: #0A538D;
  border-radius: 16px;
  padding: 40px;
  margin-top: 65px;
}

.footer-logo {
  width: 136PX;
  height: 38PX;
  object-fit: contain;
}

.footer-text {
  color: #DBDBDB;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  margin-top: 10px;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0A538D;
  padding-top: 3px;
  transition: 0.3s;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  border-radius: 50px;
}

.icon-instagram {
  padding-top: 1px;
}

.icon-telegram {
  font-size: 14px;
}

.footer-social .icon-phone {
  font-size: 19px;
  padding-top: 4px;
}

.footer-social a:hover {
  background: var(--color2);
  color: #fff;
}

.footer-header {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #fff;
  border-bottom: 1px solid #ffffff38;
  padding-bottom: 10px;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.footer-link {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #DBDBDB;
}

.footer-link:hover {
  color: #fff;
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.footer-bottom {
  padding: 15px 0px;
}

.footer-bottom-item {
  font-size: 13px;
  color: #444;
  font-weight: 500;

}

.footer-bottom-item a {
  color: #444;
}

.footer-bottom-item a:hover {
  color: var(--color2);
}

.footer-bottom-item a:last-child:hover {
  color: var(--color2);
}



@media (max-width:767px) {

  .footer {
    padding: 20px;
    margin-top: 30px;
  }

  .footer-header {
    font-size: 16px;
    margin-top: 15px;
  }


  .footer-text {
    font-size: 14px;
  }

  .footer-social {
    margin-top: 20px;
  }
}



/* breadcrumb */

.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  padding: 0;
  margin-top: 24px;
}

li.breadcrumb-item a {
  color: #707070;
}

.breadcrumb-item.active {
  color: #000;
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

.breadcrumb-item+.breadcrumb-item::before {
  content: " ";
  font-family: "raya-icon";
  content: '\f104'
}


@media (max-width:767px) {
  .breadcrumb {
    font-size: 12px;
  }
}


/* wrapper */

.row-wrapper {
  height: 330px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row-wrapper-inner {
  background: #004E8C96;
  height: 100%;
  display: flex;
  align-items: center;
}

.row-wrapper-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 34px;
}

.row-wrapper .breadcrumb {
  margin-top: 5px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.row-wrapper .breadcrumb-item a {
  color: #fff;
}

.row-wrapper .breadcrumb-item.active {
  color: #fff;
}

.row-wrapper .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}



.blogs-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}

.blogs-sort {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.blogs-sort-title {
  color: #666666;
  font-size: 14px;
  margin-left: 10px;
}

.blogs-sort-select {
  height: 48px;
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 6px;
  outline-color: var(--color1);
}

.card-blog {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3.35px 10.71px 0px #080F341C;
  padding: 15px;
  border-radius: 12px;
}

.card-blog-img-body {
  position: relative;
  width: 100%;
  height: 174px;
  flex: 0 0 174px;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 8px;
  transition: 0.3s;
}

.card-blog-img-body:hover img {
  transform: scale(1.05);
}

.card-blog-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: #838383;
  font-weight: 300;
  font-size: 12px;
}

.card-blog-title {
  color: #131313;
  font-weight: 500;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-blog-title:hover {
  color: var(--color1);
}

.card-blog-text {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  height: 46px;
}

@media (max-width:767px) {
  .row-wrapper {
    height: 200px;
  }

  .row-wrapper-title {
    font-size: 22px;
  }

  .row-wrapper .breadcrumb {
    font-size: 14px;
  }

  .blogs-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .blogs-sort {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .blogs-sort-select {
    height: 42px;
    padding: 0 10px;
  }

  .card-blog-title {
    font-size: 14px;
  }
}



.page-link {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #979797;
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
}

a.page-link:hover {
  color: var(--color1);
}


.page-item:first-child .page-link {
  border-radius: 50%;
}

.page-item:last-child .page-link {
  border-radius: 50%;
}

span.page-link:hover {
  background: unset;
  color: #979797;
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.page-item-title .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: var(--color1);
  font-family: var(--font2);
}

.page-item-title .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: var(--color1);
  font-family: var(--font2);
}

.page-item-title .page-link:hover {
  color: var(--color1);
  background: unset;
}


.pagination {
  border-top: solid 1px #c5c5c5;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
}


@media (max-width:767px) {
  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-link {
    width: 25px;
    font-size: 12px;
    height: 25px;
  }

  .product-cat-body {
    margin-bottom: 0;
  }

  .breadcrumb {
    font-size: 12px;
  }

}


.contact-us-title {
  color: #131313;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-us-text {
  color: #666666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.contact-us-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-us-item:last-child {
  margin-bottom: 0;
}

.contact-us-item-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1195FF1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-top: 5px;
}

.contact-us-item-title {
  color: #000;
  font-weight: 500;
  margin-right: 15px;
}

.contact-us-form input {
  height: 52px;
  background: #EFEFEF;
  border: 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  outline-color: var(--color2);
}

.contact-us-form select {
  height: 52px;
  background: #EFEFEF;
  border: 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  outline-color: var(--color2);
}

.contact-us-form textarea {
  background: #EFEFEF;
  border: 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  outline-color: var(--color2);
  margin-bottom: 0;
}

.contact-us-form button {
  background: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.3s;
  height: 42px;
  transition: 0.3s;
  border: 0;
  height: 44px;
}

.contact-us-form button:hover {
  background: var(--color2);
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
  height: 0;
  border-radius: 0;
  height: 100%;
  margin-top: 50px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 400px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 0;
}



@media (max-width:767px) {
  .contact-us-title {
    font-size: 16px;
  }

  .contact-us-text {
    font-size: 14px;
  }


  .responsive-map {
    padding-bottom: 200px;
    margin-top: 30px;
  }

  .responsive-map iframe {
    height: 200px;
  }

}

.about-banner {
  width: 100%;
  margin-top: 60px;
}

@media (max-width:767px) {
  .about-banner {
    width: 100%;
    margin-top: 30px;
  }
}

.about-tag-right {
  position: absolute;
  top: 20%;
  right: 0;
}

.about-tag-left {
  position: absolute;
  bottom: 30%;
  left: 0;
}

.about-img {
  width: 100%;
}

.about-img-body {
  position: relative;
  padding: 0 70px;
}

.about-title {
  color: #131313;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-text {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}

.about-item span {
  color: #666666;
  margin-right: 5px;
}

.about-item {
  margin-top: 20px;
}

@media (max-width:767px) {
  .about-title {
    font-size: 18px;
  }

  .about-text {
    font-size: 14px;
  }

  .about-item span {
    font-size: 14px;
  }

  .about-item {
    margin-top: 15px;
  }
}


.single-blog-img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-date {
  margin-top: 15px;
}

.single-blog-date i {
  color: var(--color1);
}

.single-blog-date span {
  font-size: 14px;
  font-weight: 300;
  color: #373737;
}

.blog-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 5px;
}

.blog-content {
  color: #535353;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}



.blog-content img {
  /*width: 100%;*/
  max-width: 100%;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  max-height: 350px;
}

.blog-content table,
td,
th {
  border: solid 1px #c8c8c8;
  text-align: center;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
}

.blog-info {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin: 20px 0;
  padding: 20px 0;
}

.blog-tag-title {
  color: #000000;
  font-weight: 500;
  margin-left: 5px;
  font-size: 14px;
}

.blog-social-title {
  color: #000000;
  font-weight: 500;
  margin-left: 5px;
  font-size: 14px;
}

.blog-tag {
  background: #EDEDED;
  font-size: 14px;
  color: #000;
  padding: 5px 20px;
  display: flex;
  margin: 5px;
}

.blog-tag {
  background: #EDEDED;
  font-size: 14px;
  color: #000;
  padding: 5px 20px;
  display: flex;
  margin: 5px;
  border-radius: 6px;
  transition: 0.3s;
}

.blog-tag:hover {
  background: var(--color1);
  color: #fff;
}

.blog-tag-body {
  display: flex;
  flex-wrap: wrap;
}

.blog-social {
  display: flex;
  flex-wrap: wrap;
}

.blog-social a {
  display: flex;
  background: #B8B8B8;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  font-size: 18px;
  padding-top: 3px;
  color: #fff;
  margin: 5px;
  transition: 0.3s;
}

.blog-social a:hover {
  background: var(--color1);
  color: #fff;
}

.comment-row-title {
  font-size: 20px;
  font-weight: 500;
}

.comment-row-title span {
  font-size: 16px;
}

.comment-item-user {
  font-size: 16px;
}

.comment-item-date {
  color: #6B6B6B;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.comment-item {
  margin-top: 15px;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 6px;
}

.comment-item-text {
  color: #535353;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

.comment-box {
  background: #ECF1F5;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
}

.comment-box-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.comment-box input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 0;
  padding: 10px 15px;
  outline-color: var(--color1);
}

.comment-box textarea {
  width: 100%;
  border-radius: 8px;
  border: 0;
  padding: 10px 15px;
  outline-color: var(--color1);
}

.comment-box button {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  border: 0;
  padding: 10px 50px;
  border-radius: 30px;
  transition: 0.3s;
}

.comment-box button:hover {
  background: var(--color2);
  color: #fff;
}

.blog-box {
  border: 1px solid #E9E9E9;
  border-radius: 9px;
  background: #F8F8F8;
  padding: 15px;
}

.blog-box-item-img {
  width: 66px;
  height: 66px;
  object-fit: cover;
}

.blog-box-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.blog-box-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-box-item-info {
  margin-right: 10px;
}

.blog-box-item-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.blog-box-item-text {
  margin-top: 5px;
  color: #535353;
  font-size: 13px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.8;
}

@media (max-width:767px) {
  .blog-title {
    font-size: 16px;
  }

  .blog-content {
    font-size: 14px;
  }

  .blog-tag {
    padding: 4px 15px;
  }

  .comment-row-title {
    font-size: 16px;
  }

  .comment-box-title {
    font-size: 18px;
  }

  .comment-box {
    background: #ECF1F5;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
  }

  .comment-box input {
    height: 44px;
    font-size: 14px;
  }

  .comment-box textarea {
    height: 44px;
    font-size: 14px;
  }

  .comment-box button {
    height: 38px;
    padding: 10px 35px;
  }

  .blog-box-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-wrap-8-card-info {
    width: 70%;
  }

  .home-wrap-8-card-img {
    height: 120px;
    flex: unset;
    width: 30%;
  }

  .home-wrap-8-big-inner {
    width: 100%;
  }

  .home-wrap-8-big {
    width: 100%;
  }

  .home-wrap-1-frame {
    width: 100%;
  }
}

.phone-number-body {
  background: #fff;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 20px;
  box-shadow: 0 2px 4px #1195ff30;
}

.phone-number-item {
  background: #1195ff66;
  color: #131313;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  font-weight: 600;
  transition: 0.3s;
}

.phone-number-item i {
  background: #ffffff;
  color: #1195ff;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-left: 5px;
}

.phone-number-item:hover {
  background: var(--color1);
  color: #fff;
}

.phone-number-body .row {
  margin-left: -10px;
  margin-right: -10px;
}

.phone-number-body .col-6{
  padding-left: 8px;
  padding-right: 8px;
}

.phone-number-title {
  color: #1195FF;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width:767px) {
  .phone-number-item {
    padding: 8px 10px;
    font-size: 14px;
  }
  .phone-number-item i {
    min-width: 25px;
    height: 25px;
  }
}

/*new*/

.gallery-item-2 {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #dedede;
  background-color: #fff;
  padding: 25px;
}
.gallery-item-2-img-body {
  position: relative;
  width: auto;
  height: 230px;
  flex: 0 0 230px;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 8px;
}
.gallery-item-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-item-title {
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  color: #3b3b3b;
  margin-top: 15px;
  height: 36px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  text-align: center;
}
.gallery-item-text {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  color: #3b3b3b;
  margin-top: 15px;
  height: 36px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  text-align: center;
}
.pagination-body {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0px;
  margin-top: 15px;
}
.paginate-item {
  display: flex
;
  align-items: center;
  font-size: 12px;
  text-align: center;
  color: var(--color1);
  transition: 0.3s;
}
.paginate-num.active {
  background-color: var(--color1);
  color: #fff;
}

.paginate-num {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #464646;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0px 5px;
  transition: 0.3s;
}
.ch-wrapper {
  border-radius: 8px;
  background-image: linear-gradient(to right, #9dd081 0%, #5d9645 100%);
  display: flex
;
  align-items: center;
  padding: 70px;
}
.video-box {
  height: 250px;
  position: relative;
}
.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 {
  height: 100%;
}
.plyr--video {
  border-radius: 10px !important;
}
.video-box .plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled .plyr__controls {
  display: none;
}
.plyr__controls [data-plyr="pip"] {
  display: none !important;
}
.plyr__video-wrapper {
  border-radius: 10px;
}
.plyr__poster {
  background-size: cover !important;
}
button.plyr__control.plyr__control--overlaid {
  background: rgba(220, 220, 220, 0.6) !important;
}
.video-box-inner {
  position: absolute;
  bottom: 0;
  background-image: var(--color1);
  height: 30%;
  width: 100%;
  border-radius: 8px;
  display: flex
;
  align-items: end;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  font-size: 14px;
}
/*end new*/

.btn-faq {
  font-size: 17px !important;
  color: var(--color1) !important;
}
.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;

}

.swiper-pagination-bullet {
  border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 50%;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 50%;
}

.swiper-button-next:after {
  padding-right: 3px;
  padding-top: 2px;
}

@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
}
.landing-wrap-3-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
}


.landing-wrap-3-item:hover img {
  transform: scale(1.1);
}

.landing-wrap-3-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
  transition: 0.5s;
}

@media (max-width:767px) {
  .landing-wrap-3 {
    margin-top: 10px;
  }

  .landing-wrap-3-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .landing-wrap-3-item {
    height: 275px;
  }

  .landing-wrap-3-back {
    height: 200px;
  }
}