@font-face {
  font-family: "SVN-Gilroy";
  src: url("../font/Font_Gilroy/SVN-Gilroy.eot");
  src: url("../font/Font_Gilroy/SVN-Gilroy.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-Gilroy.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-Gilroy.woff") format("woff"), url("../font/Font_Gilroy/SVN-Gilroy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../font/Font_Gilroy/SVN-GilroySemiBold.eot");
  src: url("../font/Font_Gilroy/SVN-GilroySemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroySemiBold.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroySemiBold.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroySemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../font/Font_Gilroy/SVN-GilroyLight.eot");
  src: url("../font/Font_Gilroy/SVN-GilroyLight.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroyLight.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroyLight.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroyLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../font/Font_Gilroy/SVN-GilroyBold.eot");
  src: url("../font/Font_Gilroy/SVN-GilroyBold.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroyBold.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroyBold.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroyBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../font/Font_Gilroy/SVN-GilroyMedium.eot");
  src: url("../font/Font_Gilroy/SVN-GilroyMedium.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroyMedium.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroyMedium.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroyMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/* config */
html {
  scroll-behavior: smooth;
  font-size: 62.5%; }

body {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 1.47059;
  font-weight: 400;
  background-color: #fff;
  color: #5d5d5d;
  overflow-x: hidden;
  scroll-behavior: smooth; }

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  content-visibility: auto; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-family: "Spectral";
  font-weight: 600;
  line-height: 1.2;
  color: #471267; }

h1,
.h1 {
  font-size: 5rem; }

h2,
.h2 {
  font-size: 3.8rem; }

h3,
.h3 {
  font-size: 3.2rem; }

h4,
.h4 {
  font-size: 2.2rem; }

h5,
.h5 {
  font-size: 2rem; }

h1.title {
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none; }

button {
  border: 0;
  background-color: transparent;
  font-weight: 500; }
  button:hover, button:focus {
    outline: none;
    box-shadow: none;
    border: 0; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #f2f2f2; }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.75rem 1.5rem; }

.btn-action {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  transition: background 0.6s;
  background-color: #852a71;
  color: #fff; }
  .btn-action::after, .btn-action::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background-color: #852a71;
    transition: all 500ms ease; }
  .btn-action::after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease; }
  .btn-action::before {
    right: 0;
    top: 0;
    transition: all 500ms ease; }
  .btn-action:hover {
    background-color: #fff;
    color: #852a71;
    transition: all 500ms ease; }
    .btn-action:hover::before, .btn-action:hover::after {
      transition: all 500ms ease;
      height: 100%; }

.btn-action_inner {
  padding: 0.8rem 2rem;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn-action_inner::before, .btn-action_inner::after {
    position: absolute;
    content: "";
    background-color: #852a71;
    height: 2px;
    width: 0%;
    transition: all 500ms ease; }
  .btn-action_inner::before {
    left: 0;
    top: 0;
    width: 0%;
    transition: all 500ms ease; }
  .btn-action_inner::after {
    right: 0;
    bottom: 0;
    transition: all 500ms ease; }
  .btn-action_inner:hover::before, .btn-action_inner:hover::after {
    width: 100%; }

.section__title {
  text-align: center; }
  .section__title h3 {
    font-size: 4.8rem;
    font-family: times-roman;
    padding-bottom: 3.1rem; }

.show-tablet {
  display: none; }

.show-mobile {
  display: none; }

ul {
  margin-bottom: 0; }

.text-red {
  color: red; }

.text-dark {
  color: #1b1c1e; }

.note {
  font-size: 1.2rem; }

.fill-stroke {
  fill: #0092b6;
  stroke: #0092b6; }

.form-control {
  font-size: 1.5rem; }

.py-80 {
  padding: 8rem 0; }

.secs__title {
  margin-bottom: 5rem; }
  .secs__title h3 {
    text-transform: uppercase;
    font-size: 4.2rem;
    font-weight: 400;
    letter-spacing: 1px; }
.secs__text {
  color: #471267; }

.border-default {
  position: relative;
  display: block;
  width: 112px;
  height: 7px;
  margin-bottom: 25px;
  background: #f2f2f2; }
  .border-default::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 7px;
    background: #0092b6; }

/* ------ main ----- */
.main {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.bg-pattern1 {
  background: url("../images/bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.bg-pattern2 {
  background: url("../images/bg-4.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.title-seo {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0; }

section {
  position: relative;
  z-index: 1; }

.quick-new {
  position: relative;
  text-align: center;
  background: #471267;
  color: #fff;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 300; }
  .quick-new a {
    color: #ffca04;
    text-decoration: underline; }

.close-box {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer; }

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb; }
  .header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  .header__logo img {
    width: 7vw; }
  .header__nav {
    font-size: 1.4rem;
    font-weight: 500;
    color: #1d1d1d; }
  .header__info {
    font-size: 1.3rem;
    padding-top: 1rem;
    margin-bottom: 0.6rem; }
    .header__info > ul {
      list-style: none;
      padding-left: 0;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 0; }
  .header__nicon {
    position: relative;
    display: none; }

.utilities-item {
  display: flex;
  align-items: center;
  position: relative; }
  .utilities-item > a {
    padding: 3px 10px; }

.utilities-item + .utilities-item {
  border-left: 1px solid rgba(55, 162, 181, 0.2); }

.phone-icon {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #0092b6; }

.utilities-item:hover .phone-icon {
  animation: ring-phone 1s 0.2s infinite; }

@keyframes ring-phone {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-40deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(40deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-40deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(40deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
.lang-menu {
  position: relative;
  cursor: pointer; }
  .lang-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 2rem; }

.active .language__drop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition: transform 0.3s; }
.active .arow-icon {
  transform: rotate(180deg);
  transition: transform 0.3s; }

.language__drop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 1rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  width: 130%;
  z-index: 10002;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; }

.lang-item {
  padding: 0.6rem 0;
  display: block; }

.current-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px; }
  .current-lang i {
    margin-left: 0.6rem;
    font-size: 1.6rem;
    margin-top: 3px;
    color: #0092b6; }

.arow-icon {
  transition: transform 0.3s;
  color: #0092b6; }
  .arow-icon.active {
    transform: rotate(180deg);
    transition: transform 0.3s; }

.open-mnav {
  border: 0;
  background: transparent;
  transition: 0.6s; }
  .open-mnav i {
    display: block;
    height: 3px;
    width: 3rem;
    background: #862072;
    margin: 4px 0;
    transition: all 0.2s ease-in-out; }

.nav-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0; }
.nav__item {
  position: relative; }
  .nav__item:last-child a {
    padding-right: 0; }
  .nav__item:last-child .nav__child {
    left: auto;
    right: -39px; }
  .nav__item:hover .nav__link {
    color: #0092b6; }
  .nav__item:hover .arow-icon {
    transform: rotate(180deg);
    transition: transform 0.2s; }
  .nav__item:hover .nav__child {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: all 0.3s; }
.nav__link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  position: relative;
  padding: 1.5rem 1.7rem;
  display: block; }
.nav__child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  list-style: none;
  padding-left: 0;
  transform: scale(0.9) translateY(-50px); }
.nav__child {
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.13); }
  .nav__child > li {
    padding: 1rem 1.5rem; }
  .nav__child > li:hover > a {
    color: #0092b6; }
  .nav__child a {
    display: block; }
.nav__sub {
  list-style: none;
  padding-left: 0; }
  .nav__sub li {
    padding: 0.8rem 0 0.8rem 2rem;
    position: relative; }
    .nav__sub li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 100%;
      width: 5px;
      height: 5px;
      background: #0092b6; }
    .nav__sub li:hover a {
      color: #0092b6; }

.menuMax {
  position: static; }
  .menuMax .nav__child {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap; }
    .menuMax .nav__child > li {
      flex: 0 0 20%; }

.h-header .open-mnav.active i:nth-child(2) {
  opacity: 0; }

.h-header .open-mnav.active i:first-child {
  transform: rotate(45deg) translate(5px, 5px); }

.h-header .open-mnav.active i:last-child {
  transform: rotate(-45deg) translate(5px, -5px); }

.banner {
  position: relative;
  z-index: 5; }
  .banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1); }
  .banner__img {
    width: 100%;
    position: relative; }
    .banner__img > img {
      height: 100vh; }

#emotionalVideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  #emotionalVideo.active {
    z-index: 5; }

.videoContainer {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.active .videoContainer {
  opacity: 1;
  visibility: visible; }

#emotionalVideo video {
  display: none;
  width: 100%;
  height: 100vh;
  object-fit: cover; }

.no_overflow {
  overflow: hidden;
  will-change: transform; }

.videoPlayer {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 5%;
  top: 26%;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-family: "Spectral", serif; }
  .videoPlayer.disable {
    pointer-events: none;
    display: none; }
  .videoPlayer h3 {
    color: #ffffff;
    font-size: 3.9vw;
    font-weight: 300;
    margin-bottom: 0.5rem; }
  .videoPlayer .tv_2 {
    font-size: 3.8rem; }

.tv_2 img {
  width: 4.3rem;
  margin-left: 4rem; }

.search_banner {
  position: absolute;
  bottom: 2%;
  padding: 15px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10; }
  .search_banner.fixed {
    animation: slideInDown 0.6s;
    padding: 8px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background-color: #fff;
    transform: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.192); }

.fixed .content-search {
  box-shadow: none !important;
  margin: 0 auto; }

.search_banner .content-search {
  width: 75vw;
  background: #fff;
  padding: 15px 5rem;
  color: #0c365c;
  border-radius: 5rem;
  box-shadow: 0px 0px 5px 0px #000; }

.search_banner .content-search .nav-tabs {
  border: none;
  padding-bottom: 20px;
  justify-content: center; }

.search_banner .content-search .nav-tabs a {
  padding: 5px 25px;
  margin-right: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600; }

.search_banner .content-search .nav-tabs a.active {
  border: 1px solid #3333;
  background-color: #862576;
  color: #fff; }

.search_banner .tab-pane input,
.search_banner .tab-pane select {
  padding: 5px 15px;
  font-size: 1.5rem;
  height: 35px !important;
  z-index: 11;
  color: #000;
  border: 1px solid #862576;
  width: 100%;
  border-radius: 7px; }

.search_banner .tab-pane input ::placeholder,
.search_banner .tab-pane select ::placeholder {
  color: #862576; }

.search_banner label {
  position: absolute;
  top: -15px;
  left: 25px;
  background: #fff;
  padding: 0px 5px; }

.search_banner button.btn-search_tab {
  background: #862576;
  width: 100%;
  height: 35px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.5s ease-in;
  animation-fill-mode: forwards;
  animation: bg-animation all 5s; }

.search_banner button.btn-search_tab:hover {
  background: #0c365c; }

.search_banner .tab-pane.active {
  animation-fill-mode: forwards; }

.search_banner .title {
  font-size: 4rem; }

.about-home {
  padding-top: 10rem;
  font-size: 1.5rem;
  color: #fff; }
  .about-home .container {
    position: relative; }
  .about-home .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    background: linear-gradient(45deg, #471267 45%, #852a71 70%, #e88157 100%);
    box-shadow: 0px 5px 30px #0003;
    z-index: 0;
    border-radius: 5px; }
.about-gallery {
  margin-top: -6rem;
  padding-left: 6.5rem; }
  .about-gallery_item {
    border-radius: 5px;
    overflow: hidden; }
  .about-gallery img {
    height: 55rem; }
  .about-gallery .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right; }
  .about-gallery .owl-stage-outer {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35); }
.about-content {
  position: relative;
  margin-top: 9rem;
  margin-bottom: 8rem; }
  .about-content h3 {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 0px; }
  .about-content p {
    margin-bottom: 0; }
.about-subtitle {
  font-weight: 500; }
.about-text {
  text-align: justify;
  min-height: 38rem; }
  .about-text .text {
    font-weight: 300; }

body[data-aos-easing="ease"] .about-content[data-aos] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

body[data-aos-easing="ease"] .about-gallery[data-aos] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.owl-theme .owl-nav [class*="owl-"] {
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 5rem;
  border: 0;
  border-radius: 100%;
  background: #fff !important;
  color: #0092b6 !important;
  appearance: none;
  transition: all 0.4s;
  font-size: 2rem !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14); }

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #471267 !important;
  color: #fff !important; }

.service-home {
  position: relative;
  background-image: url(../images/bg-cus.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .service-home .secs__title {
    margin-bottom: 6rem; }
  .service-home::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.service__title h3 {
  color: #471267; }
.service__title .secs__text {
  color: #471267; }

.service-slide .owl-item {
  height: 50vh;
  perspective: 65vh; }
  .service-slide .owl-item .service-bg img {
    height: 45vh;
    margin-top: 7.5vh; }

.service-slide .owl-item.active.center {
  height: 65vh;
  perspective: 85vh; }
  .service-slide .owl-item.active.center .service-bg img {
    margin-top: 0;
    height: 60vh; }

.service-slide .service-item {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-45deg); }

.service-slide .active .service-item {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(45deg); }

.service-slide .active.center .service-item {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg); }

.service-item {
  position: relative;
  pointer-events: none;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.233); }
  .service-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5); }

.center .service-item {
  opacity: 1;
  pointer-events: visible; }
  .center .service-item::before {
    z-index: -1;
    backdrop-filter: none; }

.center .figcaption {
  display: block; }

.service-bg {
  position: relative; }

.service-bg img {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: all 0.2s ease; }

.figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 10;
  padding: 2rem;
  text-shadow: 0px 0px 1px #333;
  display: none; }
  .figcaption h3 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffca04;
    text-transform: uppercase; }

.serv__more {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.service_num span {
  font-size: 2.6rem; }

.serv-link:hover a {
  text-decoration: underline; }

.figcaption a {
  color: #fff; }

.newletter-wp {
  background-color: #003768;
  padding: 5rem 0; }

.new-letter h3 {
  text-transform: uppercase;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 3rem; }
.new-letter .form-group {
  display: flex;
  align-items: center;
  height: 4rem;
  border-radius: 3px;
  overflow: hidden; }
.new-letter .form-control {
  height: 100%;
  border-radius: 0;
  border: 0; }

.btn-Subr {
  display: block;
  height: 100%;
  min-width: 12rem;
  background-color: #0092b6;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s linear; }
  .btn-Subr:hover {
    background-color: #003768;
    transition: all 0.3s linear; }

.footer {
  background: linear-gradient(90deg, #63318b 0%, #f02382 100%);
  padding: 130px 0 40px 0;
  position: relative; }

.footer-bg-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none; }

.body-bg {
  fill: #003768; }

.footer a {
  color: #fff; }

.list-social {
  list-style: none;
  padding-left: 0; }

.list-social li {
  display: inline-block;
  margin-right: 20px; }

.list-social li img {
  width: 30px; }

.list-contact {
  text-align: right; }

.list-contact li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  letter-spacing: -0.1px; }

.list-contact li:last-child {
  margin-right: 0; }

.list-contact li:last-child::before {
  content: none; }

.list-contact li::before {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  color: #fff;
  transform: translate(50%, -50%); }

.widget .row {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  overflow: hidden; }

.widget__text {
  background: url(../images/bg-2.jpg), #efefef;
  background-size: cover;
  background-repeat: no-repeat;
  color: #471267;
  width: 100%;
  height: 100%;
  padding: 3rem;
  font-weight: normal; }
  .widget__text .secs__title {
    margin-bottom: 3.5rem; }
  .widget__text h3 {
    color: #471267;
    font-size: 3.6rem; }

.widget__btn .btn {
  font-weight: 600;
  border-radius: 3px; }
  .widget__btn .btn:hover {
    background-color: transparent; }

.widget__img {
  width: 100%;
  height: 100%; }
  .widget__img img {
    height: 300px; }

.new__title h3 {
  color: #471267; }
.new__title .secs__text {
  color: #471267; }

.new-slider .owl-item {
  height: 100%; }

.new-slider .item {
  background: #fff;
  margin: 10px;
  position: relative;
  border: 1px solid #ddd;
  opacity: 0.8;
  border-radius: 3px;
  overflow: hidden; }

.new-slider .center .item {
  opacity: 1;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.19);
  border: 0; }
  .new-slider .center .item .desc {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s; }

.new-slider .item .thumbnail {
  position: relative; }

.new-slider .item .thumbnail img {
  height: 20rem; }

.new-slider .item .content {
  padding: 15px;
  text-align: left; }

.new-slider .item .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }

.new-slider .content .title {
  margin: 0 0 8px 0;
  font-weight: 600;
  line-height: 28px;
  font-size: 15px;
  color: #471267; }

/*# sourceMappingURL=style.css.map */
