/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500&display=swap');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.font-bold {
  font-family: 'Cairo', sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #2c4250;
}

p {
  margin: 0;
}

h4,
h5,
h6 {
  line-height: 1.7;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #261045;
}

a:hover {
  color: #261045;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.428571429;
  background-color: #f5f7fa;
  font-family: 'Cairo', sans-serif;
  color: #3c3c3c;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Cairo', sans-serif;
}

.form-control {
  background-color: #f6f6f6;
  height: 51px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f6f6f6;
  border-radius: 30px;
  padding: 0.375rem 1.4rem;
  color: #000000;
  font-size: 16px;
}

textarea.form-control {
  border-radius: 22px;
  border: 1px solid #f6f6f6;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f6f6f6;
  border: 1px solid #261045;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.bg-general {
  background-color: #261045 !important;
}

.color-general {
  color: #261045 !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

::-webkit-input-placeholder {
  font-size: 16px;
  color: #999cb2;
}

::-moz-placeholder {
  font-size: 16px;
  color: #999cb2;
}

:-ms-input-placeholder {
  font-size: 16px;
  color: #999cb2;
}

::-ms-input-placeholder {
  font-size: 16px;
  color: #999cb2;
}

::placeholder {
  font-size: 16px;
  color: #999cb2;
}

.row.row-md {
  margin-right: -8px;
  margin-left: -8px;
}

.row.row-md > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.row.row-sm {
  margin-right: -3px;
  margin-left: -3px;
}

.row.row-sm > [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.row.row-lg {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-lg > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.portlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 1px 35px 0px rgba(78, 54, 168, 0.24);
          box-shadow: 0px 1px 35px 0px rgba(78, 54, 168, 0.24);
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 25px;
}
.portlet .portlet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 45px 0 10px;
  border-bottom: 1px solid #ebedf2;
  min-height: 67px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #e0e0e0;
}
.portlet .portlet__head .portlet__head-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: flex-first;
  align-content: flex-first;
}
.portlet .portlet__head .portlet__head-label .portlet__head-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #000000;
}
.portlet .portlet__head .portlet__head-label .portlet__head-title-2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #181818;
}
.portlet .portlet__head.bg_portlet_1 {
  background-color: #c93478;
}
.portlet .portlet__head.bg_portlet_1 .portlet__head-label .portlet__head-title {
  color: #fff;
}
.portlet .portlet__head.bg_portlet_2 {
  background-color: #812a89;
}
.portlet .portlet__head.bg_portlet_2 .portlet__head-label .portlet__head-title {
  color: #fff;
}
.portlet .portlet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 30px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.portlet .portlet__body .portlet__body-title {
  font-size: 28px;
  color: #3c3c3c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.portlet .portlet__footer {
  border-top: 1px solid #f5f5f5;
  padding: 25px;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select:focus {
  border-color: #261045;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #261045;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
.btn-primary {
  color: #fff;
  background-color: #261045;
  border-color: #261045;
  padding: 0.77rem 1.5rem;
  font-size: 16px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #261045 !important;
  border-color: #261045 !important;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.logo.mr-auto img {
    width: 90px;
}
.btn-sm {
  padding: 0.3rem 0.9rem;
  font-size: 14px;
}

.btn-outline-primary {
  color: #261045;
  border-color: #261045;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
  background-color: #5a3ebe !important;
  border-color: #5a3ebe !important;
  color: #fff;
}

@media (min-width: 992px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 94px;
    background-color: #fff;
    z-index: 3;
    -webkit-box-shadow: 0px 1px 35px 0px rgba(199, 52, 121, 0.14);
            box-shadow: 0px 1px 35px 0px rgba(199, 52, 121, 0.14);
  }
  .main-header .menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .main-header .menu-container {
    position: relative;
  }
}
@media (max-width: 991px) {
  .main-header {
    padding: 10px 0px;
  }
}
.main-header {
  background-color: #fff;
}
.main-header .menu-container .main-menu .menu_item {
  display: inline-block;
  position: relative;
}
.main-header .menu-container .main-menu .menu_item .menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 5px;
  line-height: 45px;
  position: relative;
  color: #261045;
  border-radius: 30px;
  padding: 0px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-header .menu-container .main-menu .menu_item .menu_link .menu_link-text {
  font-size: 16px;
}
.main-header .menu-container .main-menu .menu_item .menu_link .menu_link-icon {
  margin-left: 5px;
  font-size: 16px;
}
.main-header .menu-container .main-menu .menu_item .menu_link.active {
  color: #261045;
}
.main-header .menu-container .main-menu .menu_item .menu_link:hover {
  color: #261045;
}
.main-header .menu-container .main-menu .menu_item .menu_link.register {
  padding: 0px 64px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
  background-color: #261045;
  line-height: 45px;
  color: #fff;
}
.main-header .menu-container .main-menu .menu_item .menu_link.register:hover {
  background-color: #5a3ebe;
  color: #fff;
}
.main-header .menu-container .main-menu .menu_item .menu_link.login:hover {
  background-color: #261045;
  color: #fff;
}

@media (max-width: 991px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    line-height: 35px !important;
    padding: 0px 15px;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.register {
    padding: 0px 12px;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link .menu_link-text {
    font-size: 12px;
  }


  .custom-select {
    padding: 0.375rem 0.55rem 0.375rem 1.25rem;
  }

  .main-header__topbar .header__topbar-item .header__topbar-wrapper .header__topbar-user {
    height: 35px;
  }

  .main-header__topbar .header__topbar-item .header__topbar-wrapper .header__topbar-user img {
    max-height: 35px;
    max-width: 35px;
  }

  .main-header__topbar .header__topbar-item .header__topbar-wrapper .header__topbar-user .header__topbar-username {
    font-size: 0.8rem !important;
  }
}
.hero {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0px;
  background-color: #6549cb;
}
.hero::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-hero.png) no-repeat center;
  background-size: cover;
  opacity: 0.2;
}
.hero .hero-content .hero-title {
  color: #000;
  line-height: 1.4;
  background-color: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 20px 0px 20px 0px;
}
.hero .hero-content .hero-text {
  color: #fff;
  line-height: 1.6;
  background-color: #261045;
  padding: 14px 20px;
  border-radius: 0px 20px 0px 20px;
}

@media (min-width: 992px) {
  .hero .hero-content .hero-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .hero .hero-content .hero-text {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .offset-lg {
    margin-left: 70px;
  }
}
@media (max-width: 992px) {
  .hero {
    background-position: initial;
  }
  .hero .hero-image img {
    width: 200px;
    margin-bottom: 20px;
  }
  .hero .hero-content {
    text-align: center;
  }
  .hero .hero-content .hero-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .hero .hero-content .hero-text {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.title-section {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #00224f;
}

.sub-title {
  font-size: 20px;
  color: #fff;
  background-color: #261045;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.desc-section {
  color: #a6b0b4;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.section {
  padding: 60px 0px;
}

.text-about p {
  color: #727d8c;
  line-height: 2.439;
  font-size: 14px;
  margin-bottom: 25px;
}

.widget__item-1 {
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 46px 0px rgba(100, 109, 123, 0.09);
          box-shadow: 0px 2px 46px 0px rgba(100, 109, 123, 0.09);
  display: block;
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}
.widget__item-1 .widget__item-image {
  border-radius: 50%;
  height: 94px;
  width: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 15px;
  background-color: #e0d7ff;
}
.widget__item-1 .widget__item-image img {
  max-height: 60px;
  max-width: 60px;
}
.widget__item-1 .widget__item-title {
  font-size: 22px;
  color: #000000;
  margin-bottom: 8px;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget__item-1 .widget__item-desc {
  font-size: 14px;
  color: #727d8c;
  line-height: 2;

}
.widget__item-1:hover {
  -webkit-box-shadow: 0px 2px 35px 0px #e0d7ff;
          box-shadow: 0px 2px 35px 0px #e0d7ff;
}
.widget__item-1:hover .widget__item-title {
  color: #7656e5;
}
@media (max-width: 991px) {
  .widget__item-1 {
    padding: 30px 29px;
  }
}
@media (min-width: 992px) {
  .widget__item-1 {
    padding: 50px 29px;
  }
}

.circle {
  position: absolute;
  z-index: 0;
}

.circle_1 {
  top: 60px;
  left: 41%;
}

.circle_2 {
  top: 40px;
  left: 35.5%;
}

.circle_3 {
  right: 10px;
  top: 90px;
  opacity: 0.2;
  z-index: 0;
}

.circle_4 {
  right: 82%;
  top: 42%;
  opacity: 0.2;
  z-index: 0;
}

.circle_5 {
  right: 13%;
  bottom: 10px;
  opacity: 0.2;
  z-index: 0;
}

.circle_6 {
  left: 13%;
  bottom: 10px;
  opacity: 0.2;
  z-index: 0;
}

.animation-spin {
  -webkit-animation: spin 18s linear infinite;
  animation: spin 18s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animation-delay {
  -webkit-animation: spin 22s linear infinite;
  animation: spin 22s linear infinite;
}

.section-about .image-about .img {
  position: relative;
  z-index: 1;
}

.section-vidoe {
  text-align: center;
  position: relative;
  background-color: #000;
  background: url(../images/bg-video.png) no-repeat center;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .section-vidoe {
    padding: 121px 0px 105px;
  }

  .content-video {
    padding: 214px 0px;
  }
}
@media (max-width: 991px) {
  .section-vidoe {
    padding: 75px 0px 59px;
  }

  .content-video {
    padding: 80px 0px;
  }
}
.content-video {
  border: 4px solid #fff;
}

.btn-video-play {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0px auto;
  position: relative;
}
.btn-video-play .btn-video-icon {
  border: 8px solid #7656e5;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7656e5;
  font-size: 34px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-video-play .btn-video-text {
  font-size: 24px;
  color: #ffffff;
  margin-top: 30px;
}
.btn-video-play:hover .btn-video-icon {
  background-color: #7656e5;
  color: #fff;
}

.ripple::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

.ripple::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}


.btn-video-play::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    content: "";
    height: 100%;
    border: 8px solid #261045;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    z-index: 2;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.19, 1.19, 1.45);
            transform: scale3d(1.19, 1.19, 1.45);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.95, 1.95, 1.19);
            transform: scale3d(1.95, 1.95, 1.19);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.19, 1.19, 1.45);
            transform: scale3d(1.19, 1.19, 1.45);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.95, 1.95, 1.19);
            transform: scale3d(1.95, 1.95, 1.19);
  }
}
.image-about .img {
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 49px 0px #0000001a;
          box-shadow: 0px 2px 49px 0px #0000001a;
}

.list-service > .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .list-service > .row:nth-child(even) .content-about {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .list-service > .row:nth-child(odd) .content-about {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .list-service .content-about {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .list-service > .row:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .list-service > .row:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.footer-bottom {
  border-top: 2px solid #242424;
  padding: 22px 0px;
}
.footer-bottom p {
  color: #fff;
  font-size: 14px;
}

.main-footer {
  background: url(../images/bg-footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-top {
  padding: 40px 0px 0px;
  position: relative;
}
.footer-top .title-footer {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
}
.footer-top .link-footer a {
  color: #fff;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 500ms, color 200ms;
  -o-transition: all 500ms, color 200ms;
  transition: all 500ms, color 200ms;
}
.footer-top .link-footer a:hover {
  color: #7656e5;
}
.footer-top .desc-website {
  font-size: 14px;
  color: #fff;
  line-height: 1.714;
}
@media (min-width: 992px) {
  .footer-top .title-footer {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .footer-top .link-footer a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer-top .title-footer {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer-top .link-footer a {
    font-size: 14px;
  }
}

.list-contact .item-contact {
  color: #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms, color 200ms;
  -o-transition: all 500ms, color 200ms;
  transition: all 500ms, color 200ms;
  margin-bottom: 5px;
}
.list-contact .item-contact .item-contact-icon {
  font-size: 15px;
  width: 30px;
  color: #fff;
}
.list-contact .item-contact .item-contact-text {
  color: #fff;
  font-size: 16px;
}

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

.social-media li {
  margin: 0px 8px;
}

.social-media li a {
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social-media li a.fa:hover {
  color: #4064ad;
}
.social-media li a.tw:hover {
  color: #1da1f2;
}
.social-media li a.wh:hover {
  color: #4ec45b;
}
.social-media li a.in:hover {
  color: #9038bb;
}

.font-arial {
  font-family: arial;
}

.title-footer-2 {
  font-size: 20px;
  color: #0c0c0c;
  font-weight: bold;
  margin-bottom: 20px;
}
.link-footer.menu li {
    display: inline-block;
    margin: 50px 10px;
}
ul.link-footer.menu {
    text-align: center;
}
@media (max-width: 576px) {
  .portlet .portlet__body {
    padding: 20px;
  }
  .link-footer.menu li {
    margin: 10px 10px !important;
}
.logo.mb-4 {
    text-align: center;
}
.new-fot{
text-align: center;
}
ul.social-media.justify-content-lg-end li {
    display: inline-block;
    margin: 20px 10px;
}
ul.social-media.justify-content-lg-end {
    margin: auto;
    text-align: center;
    float: unset;
    width: 100%;
    display: inline-block;
}
}
.page-content.py-5 {
    min-height: 550px;
}