* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f3fc;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWebBlack.eot");
  src: url("../fonts/eot/IRANSansWebBlack.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWebBlack.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWebBlack.woff") format("woff"),
    url("../fonts/ttf/IRANSansWebBlack.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWebBold.eot");
  src: url("../fonts/eot/IRANSansWebBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWebBold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWebBold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWebBold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWebMedium.eot");
  src: url("../fonts/eot/IRANSansWebMedium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWebMedium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWebMedium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWebMedium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWebLight.eot");
  src: url("../fonts/eot/IRANSansWebLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWebLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWebLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWebLight.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWebUltraLight.eot");
  src: url("../fonts/eot/IRANSansWebUltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWebUltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWebUltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWebUltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "aviny";
  src: url("../fonts/aviny.woff2") format("woff2");
  font-display: swap;
}

body {
  direction: rtl !important;
  font-family: "IRANSans";
  font-weight: 400;
  line-height: 27px;
  position: relative;
  background-color: #fff;
}
.container {
  margin: 0 auto;
  max-width: 1140px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.d-inline-block {
  display: inline-block;
}
.object-contain {
  object-fit: contain;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.me-15 {
  margin-left: 15px;
}
.me-25 {
  margin-left: 25px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.d-flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.ms-auto {
  margin-right: auto;
}
.f-size-10 {
  font-size: 10px;
}
.ms-5 {
  margin-right: 5px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.pt-40 {
  margin-top: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.text-center {
  text-align: center;
}
.pt-20 {
  padding-top: 20px;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mt-0 {
  margin-top: 0 !important;
}

@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.p-0 {
  padding: 0;
}
.card {
  border:1px solid #ccc;
  border-radius:15px;
  padding:20px;
}
.mb-20{
    margin-bottom:20px;
}
@media (min-width: 992px) {
   .col-lg-6 {
    flex:0 0 auto;
    width: 50%;
  }  
  .menuTrigger {
    display: none !important;
  }
  #panel-menu {
    display: none;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
    .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
.header {
  background-color: #fff;
  padding: 0.8rem 0;
  box-shadow: 0 4px 14px rgba(167, 178, 255, 0.141);
  position: relative;
  z-index: 100;
}
.c-navi.js-navi {
  display: flex;
  align-items: center;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-navi.js-navi > li {
  list-style: none !important;
}
.cssmenu > ul > li {
  display: inline-table;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .cssmenu > ul > li {
    margin-left: 25px;
  }
}
.cssmenu > ul > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #222;
  line-height: 3.4;
  font-weight: 500;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul ul li:not(:last-child) a {
  border-bottom: 1px solid #ddd;
}
.cssmenu ul ul li a {
  padding: 0 15px;
  min-width: 250px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: block;
  line-height: 3;
  height: 100%;
}
.cssmenu ul ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu li:hover > ul > li {
  height: 45px;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  color: #fff;
  background-color: #44e0e3;
}
.cssmenu ul ul li.has-sub:hover > a {
  background: #44e0e3;
  color: #fff !important;
}
.cssmenu ul ul li.has-sub:hover > a::before,
.cssmenu ul ul li.has-sub:hover > a::after {
  background: #fff !important;
}
.cssmenu ul ul li.has-sub > a::before {
  position: absolute;
  top: 13px;
  left: 8px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
}
.cssmenu ul ul > li.has-sub:hover > a::before {
  top: 17px;
  height: 0;
}
.cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: "";
}
.cal-support {
  background-color: #44e0e3;
  color: #363636;
  border-radius: 25px;
  padding: 4px 14px;
}
.social-header li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.social-header li a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-color: #44e0e3;
  border-radius: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.social-header li a svg path {
  fill: #fff;
}

.icon-search {
  vertical-align: middle !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #44e0e3;
}
.search-wrapper form {
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: flex-end;
  border-radius: 25px;
}
.search-submit {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0;
  background-color: #44e0e3;
  height: 46px;
  width: 52px;
  padding: 0;
  position: relative;
  border-radius: 0 25px 25px 0;
  line-height: 46px;
}
.search-field {
  padding: 5px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #eee;
  width: 100%;
  height: 46px;
  font-size: 13px;
  border-radius: 25px 0 0 25px;
  font-family: "IRANSans";
}
.search-wrapper.expand {
  width: 500px;
  display: block;
}
.header-main-info {
  position: relative;
  min-height: 40rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5rem;
}
.header-main-info::before {
  content: "";
  width: 125%;
  height: 110%;
  background-color: #44e0e391;
  position: absolute;
  top: -160px;
  left: -14px;
  transform: skew(0, 6deg);
}
.header-main-info .container {
  position: relative;
  z-index: 1;
}

.header-main-info-pic-on {
  z-index: 2;
  margin-right: -2.5rem;
  margin-top: 2.5rem;
  position: relative;
}
.header-main-info-pic-on::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  top: 2rem;
  left: -2rem;
  z-index: -1;
  transform: rotate(-90deg);
  background: linear-gradient(
    224.29deg,
    #facfca 9.86%,
    rgba(250, 207, 202, 0) 69.36%
  );
}
.header-main-info-pic-on img {
  border-radius: 13rem 4rem 13rem 13rem;
}
.card-body.article-card img {
    max-width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
}
.header-main-info-title h1 {
  font-size: 2.3rem;
  color: #061939;
  line-height: 5.5rem;
  font-family: "aviny";
}
.btn-spec a {
  display: inline-block;
  background-color: #061939;
  margin-left: 10px;
  color: #fff;
  padding: 4px 16px;
  border-radius: 25px;
  transition: all 0.2s linear;
}
.btn-spec a:hover{
  color: #fff; 
  background-color: #0c2a5e;
}
.info-contact {
  color: #061939;
}
.title-section {
  font-family: "aviny";
  text-align: center;
}
.title-section-main-title h2 {
  font-size: 1.6rem;
  color: #061939;
  position: relative;
  display: inline-block;
}
.title-section-subtitle h3 {
  color: #061939;
}
.title-section-main-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4rem;
  width: 3rem;
  height: 0.3rem;
  background-color: #061939;
  border-radius: 30%;
}
.services-main-item {
  background-color: #fff;
  box-shadow: 0 4px 21px rgba(182, 185, 255, 0.32);
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.services-main-item-icon {
  width: 6rem;
  height: 6rem;
  background: rgba(51, 62, 80, 0.53);
  border-radius: 8rem 6rem 10rem 4rem;
  text-align: center;
  line-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-main-item-icon img {
  max-width: 100%;
}
.slick-slide img {
  display: block;
}
.services-main-item-title {
  font-family: "aviny";
  margin: 1rem 0 1rem;
}
.services-main-item-title a {
  color: #000;
  font-size: 23px;
  display: inline-block;
}
.services-main-item-desc {
  font-size: 13px;
  margin-bottom: 2rem;
  color: #454559;
  line-height: 1.9;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  -moz-box-orient: vertical;
  -moz-line-clamp: 8;
  display: -webkit-box;
  overflow: hidden;
}
.services-main-item-desc p {
  text-align: justify;
}
.services-main-item-icon a {
  display: flex;
}
.services-main-item-btn {
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
.services-main-item-btn a {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem 4rem 2rem 0;
  background: rgba(51, 62, 80, 0.53);
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-main-item-btn a svg {
  fill: #44e0e3;
  font-size: 1.6rem;
  line-height: 4rem;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@keyframes box-item {
  from {
    transform: skew(-5deg, -5deg);
    opacity: 0;
  }
  to {
    transform: skew(0);
    opacity: 1;
  }
}
.owl-service .item:hover .services-main-item {
background:linear-gradient(360deg, #25b5b5 0%, #4adfe3 100%);
  box-shadow: 0 4px 21px #94edef;
  animation:box-item 0.4s linear;
  transform: skew(0);
  opacity: 1;
}
.owl-service .item:hover .services-main-item-desc {
  color: #fff;
}
.owl-service .item:hover .services-main-item-title a {
  color: #061939;
}
.about-us-main-cover-img img {
  width: 100%;
  border-radius: 6rem;
  border: 0.3rem solid #44e0e3;
  height: 100%;
}
.about-us-main-cover {
  padding-left: 1.4rem;
  position: relative;
}
.about-us-main-cover::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #44e0e3;
  opacity: 0.5;
}
.about-us-main-cover-img img {
  position: relative;
  z-index: 1;
}
.about-us-main-cover-img::before {
  content: "";
  position: absolute;
  top: -39px;
  right: -4rem;
  width: 89%;
  height: 121%;
  background: #f0f4f5;
  border-radius: 23rem 18rem 23rem 8rem;
  text-align: center;
  transform: rotate(-10deg);
}

.title-section-subtitle h3 {
  font-size: 2.2rem;
}
.title-section-inner {
  margin: 0;
  margin-bottom: 2rem;
  text-align: right;
}
.about-us-main-content-desc {
  font-size: 13px;
  margin-bottom: 3rem;
}

.video-main-box {
  border-radius: 1rem;
  height: 18rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.video-main-icon button {
  z-index: 1;
  width: 8rem;
  height: 8rem;
  background-color: #44e0e3;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 14px 24px rgba(132, 77, 221, 0.22);
  border: 0.1rem solid rgba(238, 238, 238, 0.637);
  position: relative;
  cursor: pointer;
}
.video-main-icon button::before {
  content: "";
  position: absolute;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 8rem;
  height: 8rem;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms cubic-bezier(0, 0.98, 0.58, 1) infinite;
}
.video-main-icon button::after {
  content: "";
  position: absolute;
  display: block;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(255, 255, 255, 0.15);
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.counter-main-item {
  text-align: center;
}
.counter-main-item-icon {
  margin: 0 auto;
  margin-bottom: 0px;
  width: 60%;
  height: 8rem;
  background: #44e0e391;
  border-radius: 14rem 14rem 8rem 4rem;
  text-align: center;
  transform: rotate(-10deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
}
.counter-main-item-icon img {
  width: 68px;
  max-width: 100%;
  height: 68px;
  object-fit: contain;
  transform: rotate(10deg);
}
.counter-main-item-num span {
  font-size: 1rem;
  color: #1e266d;
  font-weight: 600;
}
.counter-main-item-title h3 {
  font-family: "aviny";
  color: #100221;
  margin-top: 11px;
}

.comments-main {
  position: relative;
  padding: 5rem 0 1rem;
  min-height: 60rem;
  overflow: hidden;
}
.comments-main::before {
  content: "";
  position: absolute;
  width: 108%;
  min-height: 75%;
  left: -23px;
  background-color: #44e0e391;
  transform: rotate(2deg);
  top: 7rem;
}
.owl-service .item {
  margin: 25px 15px;
}
.title-section-margin-spec {
  margin: 6rem 0;
}
.title-section-main-title {
  margin-bottom: 1.2rem;
}
.comments-main-item {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(227, 235, 255, 0.87);
  padding: 2rem;
  border-radius: 1rem;
  font-family: "aviny";
  outline: none;
}
.comments-main-item-desc {
  margin-bottom: 2rem;
  font-size: 19px;
  color: #454559;
  min-height: 200px;
}
.comments-main-item-desc p {
  text-align: justify;
}
.comments-main-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-main-item-info-user {
  display: flex;
  align-items: center;
}
.comments-main-item-user-prop {
  margin-right: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
}
.comments-main-item-info-user-name {
  color: #1e266d;
  font-size: 22px;
}
.comments-main-item-info-user-pops {
  font-size: 15px;
  color: #50506b;
}
.comments-main-item-info-star {
  color: #ffc107;
}
.comments-main-item-info-star i {
  margin-right: 0.3rem;
  font-size: 1.4rem;
}
.comments-main-item-info-star svg {
  width: 17px;
  fill: #ffc107;
}
.comments-main-item-info-star svg path {
  fill: #ffc107;
}
.owl-prev,
.owl-next {
  width: 2.2rem;
  height: 1.8rem;
  line-height: 2.4rem !important;
  background: #fff !important;
  border-radius: 0.3rem !important;
  box-shadow: 0 -0.3rem 0.2rem 0.2rem rgba(168, 168, 168, 0.055);
  border: 0.1rem solid transparent;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.owl-prev svg,
.owl-next svg {
  width: 20px !important;
}
.owl-theme .owl-nav {
  margin-top: 41px;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  display: flex !important;
}
.owl-prev::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 4rem;
  border-radius: 2rem;
  right: -1.2rem;
  background-color: #ffeece;
  top: -60%;
  z-index: -2;
  transform: rotate(51deg) skew(-6deg, 0);
  opacity: 0.4;
}
.owl-next::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 4rem;
  border-radius: 2rem;
  right: -1.5rem;
  background-color: #ffeece;
  top: -60%;
  z-index: -2;
  transform: rotate(51deg) skew(-6deg, 0);
  opacity: 0.4;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3cb9b3;
}
.article-main-box {
 border-radius:2rem;
  box-shadow: 0 19px 19px rgba(220, 226, 255, 0.38);
  overflow:hidden;
  position: relative;
  margin-bottom: 32px;
  border:1px solid #f2f2f2;
}

.article-main-thumb {
  position: relative;
}
.article-main-post-new {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.article-main-post-new span {
  background-color: #35d8db;
  color: #fff;
  font-size: 13px;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #35d8db;
  font-weight: 600;
}
.article-main-thumb a img {
  width: 100%;
}
.article-main-content {
  padding: 2rem;
  position: relative;
}
.article-main-content-title a {
  font-size: 14px;
  color: #100221;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.article-main-content-desc {
  color: #061939;
  margin: 1rem 0;
  font-size: 14px;
  text-align: justify;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.img-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-blog {
  display: block;
  height: 250px;
}
.owl-nav.disabled {
  display: none !important;
}
.more-news {
  background-color: #35d8db;
  padding: 0.4rem 3rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin: 0 1.2rem;
  font-size: 15px;
  color: #0a114d;
  -webkit-box-shadow: 0 4px 4px rgba(72, 7, 122, 0.089);
  -moz-box-shadow: 0 4px 4px rgba(72, 7, 122, 0.089);
  -ms-box-shadow: 0 4px 4px rgba(72, 7, 122, 0.089);
  -o-box-shadow: 0 4px 4px rgba(72, 7, 122, 0.089);
  box-shadow: 0 4px 4px rgba(72, 7, 122, 0.089);
  -webkit-transition: all 0.2s line-height;
  -ms-transition: all 0.2s line-height;
  transition: all 0.2s line-height;
  display: inline-block;
  font-weight: 500;
}
.more-news:hover {
  background-color: #0a114d;
  color: #35d8db;
}
.form-main {
  margin: 6rem 0;
}
.form-main-wrapper {
  position: relative;
}
.form-main-wrapper::before {
  content: "";
  position: absolute;
  width: 7rem;
  height: 0.4rem;
  background-color: #44e0e3;
  top: -3rem;
  right: 2rem;
  border-radius: 2rem;
}
.form-main-wrapper::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 0.4rem;
  background-color: #44e0e3;
  top: -2rem;
  right: 6rem;
  border-radius: 2rem;
  opacity: 0.5;
}
.form-main-content {
  width: 50%;
  padding: 6rem;
  border: 0.5rem solid #44e0e3;
  border-radius: 8rem 4rem 4rem;
  position: relative;
}
.form-main-content::before {
  content: "";
  position: absolute;
  width: 7rem;
  height: 0.4rem;
  background-color: #44e0e3;
  bottom: -3rem;
  right: 2rem;
  border-radius: 2rem;
}
.form-main .form-group {
  font-family: "aviny";
  margin-bottom: 0.2rem;
}
.form-main .form-group label {
  font-size: 1.8rem;
  color: #100221;
  margin-bottom: 1rem;
  position: relative;
  margin-right: 1.5rem;
}
.form-main .form-group label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5rem;
  width: 0.9rem;
  height: 0.3rem;
  background: #44e0e3;
  border-radius: 1rem 0.2rem;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mt-3 {
  margin-top: 14px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-main .form-group input {
  font-size: 14px;
  border-color: #e1f1ff;
}
.form-main-msg-error {
  display: block;
  color: #ca1240;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  height: 2rem;
}
.btn-spec button {
  outline: none;
  border: none;
  display: inline-block;
  padding: 0.4rem 2rem;
  border-radius: 3rem;
  background-color: #44e0e3;
  color: #fff;
  font-size: 1.3rem;
  -webkit-box-shadow: 0 4px 4px rgba(219, 171, 255, 0.178);
  -moz-box-shadow: 0 4px 4px rgba(219, 171, 255, 0.178);
  -ms-box-shadow: 0 4px 4px rgba(219, 171, 255, 0.178);
  -o-box-shadow: 0 4px 4px rgba(219, 171, 255, 0.178);
  box-shadow: 0 4px 4px rgba(219, 171, 255, 0.178);
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-spec button:hover {
  color: #fff;
  background-color: #1e266d;
  -webkit-box-shadow: 0 4px 4px rgba(36, 7, 58, 0.041);
  -moz-box-shadow: 0 4px 4px rgba(36, 7, 58, 0.041);
  -ms-box-shadow: 0 4px 4px rgba(36, 7, 58, 0.041);
  -o-box-shadow: 0 4px 4px rgba(36, 7, 58, 0.041);
  box-shadow: 0 4px 4px rgba(36, 7, 58, 0.041);
}
.form-main-cover {
  margin-right: -5rem;
  z-index: 2;
  transform: translateY(35%);
  position: relative;
}
.form-main-cover-img img {
  width: 100%;
  border-radius: 5rem 1rem 5rem 5rem;
  border: 0.4rem solid #f0f4f5;
  border-top: 0;
}
.form-main-cover-shap {
  position: absolute;
  top: -2rem;
  left: -2rem;
  z-index: -1;
}
.form-main-info {
  background-color: #35d8db;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40%;
  width: 90%;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
}
.form-main-info-title {
  font-family: "aviny";
  width: 50%;
}
.form-main-info-title h4 {
  font-size: 2.2rem;
  color: #fff;
}
.form-main-info-call {
  display: flex;
  align-items: center;
  font-family: "vazir";
}
.form-main-info-icon {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 125, 254, 0.21);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}
.form-main-info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-main-info-content strong:nth-child(1) {
  color: #fff;
  font-size: 1.8rem;
  font-family: "aviny";
  font-weight: normal;
  margin-bottom: 1rem;
}
.form-main-info-content strong:nth-child(2) {
  color: #fff;
  font-size: 1.5rem;
  font-family: "IRANSans";
}
.form-main-content::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 0.4rem;
  background-color: #44e0e3;
  bottom: -2rem;
  right: 6rem;
  border-radius: 2rem;
  opacity: 0.5;
}
.footer-main-header-info {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  box-shadow: 0 5px 34px rgba(73, 40, 207, 0.09);
  border-radius: 0.6rem;
}
.footer-main-brand {
  display: flex;
}
.footer-main-info-contact {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
}
footer .svg-icon {
  width: 40px;
  fill: #44e0e3;
}
.footer-main-info-title {
  font-size: 14px;
  color: #474244;
  font-family: "aviny";
  margin-bottom: 1.2rem;
}
.footer-main-info-call {
  font-size: 17px;
  color: #100221;
  font-weight: 600;
}
.footer-main-info-desc {
  font-size: 13px;
  text-align: justify;
  color: #707070;
}
.footer-main-info-address {
  margin-top: 2rem;
}
.footer-main-info-address li {
  list-style: none;
  color: #707070;
  font-size: 13px;
}
.footer-main-info-social {
  margin-top: 2rem;
}
.footer-main-info-social ul {
  display: flex;
  align-items: center;
}
.footer-main-info-social-item {
  margin-left: 0.6rem;
  list-style: none;
}
.footer-main-info-social-item a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #44e0e3;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-main-info-social-item a svg,
.footer-main-info-social-item a path {
  fill: #fff;
}
.footer-main {
  margin-top: -10rem;
  background-color: #061939;
  padding: 12rem 0 5rem;
  border-radius: 7rem 7rem 0 0;
  position: relative;
  z-index: 1;
}
.footer-main-title-box {
  margin-right: 8rem;
  margin-bottom: 4rem;
}
.footer-main-title-box h5 {
  font-size: 1.4rem;
  font-family: "aviny";
  color: #fff;
  position: relative;
}
.footer-main-title-box h5::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -7rem;
  width: 5rem;
  height: 0.3rem;
  background-color: #44e0e3;
  border-radius: 30%;
}
.footer-main-list--no-margin {
  margin-right: 0;
}
.footer-main-list ul li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-main-list ul li a {
  color: #dae6f1;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.footer-main-list ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  width: 0.9rem;
  height: 0.3rem;
  background: #000;
  border-radius: 1rem 0.2rem;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-main-post-item ul li {
  margin-left: 0.8rem;
  list-style: none;
}
.footer-main-post-item ul li a {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
}
.footer-main-post-item ul li a img {
  width: 6rem;
  border-radius: 0.5rem;
}
.footer-main-post-item ul li a .tex span:last-child {
  color: #bed0e2;
  font-size: 12px;
  display: block;
}
.footer-main-list ul li a:hover::before {
  opacity: 2;
  background-color: #44e0e3;
}
.coms-site {
  background-color: #061939;
  width: 100%;
  border-bottom: 0.5rem;
  border-image-slice: 30%;
  border-bottom: 0.5rem solid;
  border-image-source: linear-gradient(to left, #0070bb, #f05a23);
  position: relative;
}
.coms-site-content {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coms-site-content img {
  width: 5rem;
  margin-left: 1rem;
}
.coms-site-text {
  text-align: center;
  font-size: 13px;
  color: #ffedf2;
}
.coms-site-text a {
  font-weight: 300;
  color: #ffedf2;
  transition: all 0.2s linear;
  font-size: 12px;
}

@media (min-width: 768px) {
  #modal1 {
    width: 50%;
  }
  .search-wrapper form {
    min-width: 450px;
  }
  .header-main-info-pic-in::before {
    content: "";
    position: absolute;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    bottom: -2rem;
    right: -8rem;
    border: 3rem solid #44e0e3;
    z-index: -1;
    transform: rotate(-90deg);
  }
  .header-main-info-pic-in {
    border-radius: 3rem;
    background-color: #061939;
    position: relative;
  }


  .title-section-subtitle h3 {
    font-size: 2.2rem;
  }

  .counter-main {
    margin: 4rem 0;
  }
  .video-main-content {
    position: absolute;
    top: -5%;
    right: 15%;
    background: rgba(57, 57, 57, 0.94);
    width: 35%;
    height: 130%;
    font-family: "aviny";
    border-radius: 8rem 15rem 10rem 15rem;
    transform: rotate(10deg);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  .video-main-content h2 {
    color: #fff;
    line-height: 3rem;
    font-size: 2rem;
    transform: rotate(-10deg);
    width: 70%;
    margin-bottom: 5rem;
  }
  .about-us-main-cover::after {
    content: "";
    position: absolute;
    top: -2rem;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #44e0e3;
  }
  .about-section {
    margin: 10rem 0 5rem 0;
  }
  .header-main-info-view {
    position: absolute;
    display: flex;
    bottom: -12rem;
    flex-direction: row-reverse;
  }
  .header-main-info-pic-in img {
    border-radius: 3rem;
    transform: rotate(-10deg);
    border: 0.5rem solid #061939;
  }
}
@media (max-width: 767.99px) {
  .cssmenu,
  .social-header {
    display: none !important;
  }
  .header-main-info-view {
    margin: 2rem 0;
  }
  .header-main-info-view::before {
    width: 6rem;
    height: 6rem;
    top: 1rem;
    left: 1rem;
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: rotate(-90deg);
    background: linear-gradient(
      224.29deg,
      #facfca 9.86%,
      rgba(250, 207, 202, 0) 69.36%
    );
  }
  .header-main-info-view img {
    height: 25rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 9rem 2rem 7rem 6rem;
    object-fit: cover;
    display: block;
  }
  .header-main-info-pic-on {
    display: none !important;
  }
  .about-us-main-cover::after {
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #44e0e3;
  }
  .about-us-main-cover {
    padding-left: 0;
  }
  .video-main-icon button {
    width: 6rem !important;
    height: 6rem !important;
    margin-top: 9rem !important;
  }
  .video-main-content h2 {
    color: #fff;
    line-height: 2;
    font-size: 20px;
    transform: rotate(0deg);
    width: 65%;
    margin-bottom: 2rem;
  }
  .video-main-content {
    right: auto;
    top: 0;
    width: 80%;
    height: 46%;
    border-radius: 0 0 1rem 3rem;
    transform: rotate(0deg);
    position: absolute;
    background: rgba(57, 57, 57, 0.94);
    font-family: "aviny";
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .counter-main {
    margin: 4rem 0 0;
  }
  .counter-main-item-title h3 {
    font-size: 1.3rem;
  }
  .owl-carousel .owl-stage {
    padding-right: 0 !important;
  }
  .title-section-subtitle h3 {
    font-size: 1.3rem;
  }
  .form-main-info-content strong:nth-child(1) {
    display: none;
  }
  .form-main-info-call {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .form-main-info-title {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .form-main-info {
    flex-wrap: wrap;
  }
  .form-main-cover {
    margin: 0;
    width: 100%;
    transform: translateY(12%);
  }
  .form-main-content {
    width: 100%;
    border-width: 0.3rem;
    padding: 3rem 1rem;
  }
  .form-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-main-info-social ul {
    justify-content: center;
  }
  body {
    overflow-x: hidden;
  }
  .footer-main-header-info {
    width: 90%;
    padding: 4rem 1rem;
  }
  .footer-main-brand {
    margin-bottom: 25px;
  }
  .about-section {
    margin: 5rem 0 5rem 0;
  }
}
@media (max-width: 991.99px) {
  .panel-menu {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
  }
  .close-li {
    background-color: #f3f3f3 !important;
  }
  .subPanel {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
    padding-right: 0 !important;
  }
  .panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
  }
  #panel-menu ul {
    padding-right: 0 !important;
    max-height: 100vh;
    overflow-y: auto;
  }
  .panel-menu ul li {
    list-style: none;
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #edecec;
    color: #212121;
    font-weight: 500;
    font-size: 14px;
  }
  .btn-menu {
    background-color: #f3f3f3 !important;
    width: 100%;
    line-height: 40px;
    padding: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-bottom: 1px solid rgb(218 218 218);
    color: #858585;
    padding-right: 21px;
  }

  .panel-menu {
    z-index: 10;
  }

  .panel-menu ul li {
    padding-left: 20px;
    padding-right: 10px;
  }

  .main-menu a {
    color: #212121;
    font-weight: 500;
    font-size: 14px;
  }
  .main-menu i {
    vertical-align: middle;
    font-size: 9px;
    margin-right: 4px;
  }
  .openSubPanel {
    position: relative;

    cursor: pointer;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: block;
  }

  .panel-menu.isOpen,
  .subPanel.isOpen {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000000000000 !important;
  }

  .subPanel {
    z-index: 20;
  }

  .closeSubPanel,
  .closePanel,
  .openSubPanel {
    cursor: pointer;
  }

  .panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
    width: 100%;
  }

  .border-none {
    border: none !important;
  }

  .panel-menu.isOpen::before {
    position: absolute;
    right: 300px;
    content: "";
    top: 0;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 500%;
  }

  .arow-menu i {
    background: url("../images/nav-sprite.png") no-repeat -15px -16px !important;
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .closeSubPanel i {
    background: url("../images/nav-sprite.png") no-repeat -14px -37px;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .panel-menu.isOpen .close-menu {
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 21px;
    color: #858585;
    line-height: 15px;
    text-align: center;
    line-height: 33px;
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
  }

  .openSubPanel .arow-menu {
    color: #879496;
    font-size: 22px;
  }

  .arow-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 29px;
    color: #879496;
  }
}
@media (min-width: 992px) {
  .form-main-wrapper {
    display: flex;
  }
  .footer-main-header-info {
    width: 70%;
    padding: 4rem 5rem;
  }
  .counter-main-item-title h3 {
    font-size: 2.3rem;
  }
  .modal {
    max-width: 800px;
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%) scale(0.8);
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 80vh;
  overflow-y: auto;
}

.modal.active {
  display: block;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.modal-header {
  padding: 16px;
  background: #44e0e3;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
  flex-shrink: 0;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
}
.modal-footer {
  padding: 10px 20px;
  text-align: center;
  background: #f5f5f5;
  flex-shrink: 0;
}

.modal-close {
  padding: 8px 16px;
  background: crimson;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#modal1 {
  -webkit-border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px;
}
video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .form-main-content {
    width: 100%;
    border-width: 0.3rem;
    padding: 3rem 1rem;
  }
  .form-main-cover {
    margin: 0;
    width: 100%;
    transform: translateY(12%);
  }
  .form-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 80%;
    margin: auto;
  }
  .footer-main-header-info {
    width: 90%;
    padding: 4rem 1rem;
  }
  #cssmenu1 {
    display: none !important;
  }
  .header-main-info-pic-on {
    display: none !important;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  .counter-main-item-title h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .img-special {
    height: 360px;
  }
}
@media screen and (max-width: 767.99px) {
  .img-special {
    height: 280px;
  }
}
.img-special img {
  object-fit: cover;
  height: 100% !important;
  -webkit-transition:all 0.4s;
  -o-transition: all 0.4s;
  transition:all 0.4s;
  border-radius:10px;
}
.layer-news {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius:10px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding:10px 15px;
}
.title-blog {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
}
.date-news {
  color: #d4d0d0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  overflow:hidden;
  margin-bottom: 15px;
  min-height: 50px;
}
.link-more-news {
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
}
.link-more-news span::after {
  content: '';
  right: 0;
  width: 100%;
  bottom: -2px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.img-special {
  overflow:hidden;
}
.owl-video .item:hover .img-special img {
  -webkit-transform:
scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.btn.btn-primary {
  background-color: #44e0e3;
  padding:10px 5px;
  font-size: 14px;
  font-weight: 600;
  border-radius:5px;
  cursor: pointer;
    border-color:#44e0e3;
}
.btn.default {
  text-align: center;
  background-color: #164e6f;
  color: #fff;
  border-color:#164e6f;
}
.btn.btn-link {
  color: #19b4b7;
  font-size: 13px;
}
.card.frm {
  font-size: 13px;
}
.list-group.list-group-flush li {
  list-style:none;
  border-bottom:1px solid #ccc;
  font-size: 14px;
  color: #000;
  line-height: 3;
}
.py-5 {
  padding-top: 30px;
  padding-bottom: 30px !important;
}
label {
  font-size: 13px;
}
.card input[type='text'],.card input[type='password']{
    box-shadow: 0px 1px 5px #d9d9d9;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}