/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@font-face {
  font-family: "FuturaStd";
  font-weight: bold;
  src: url("../fonts/FuturaStd-Book.woff") format("woff");
}
@font-face {
  font-family: "FuturaStd";
  font-weight: normal;
  src: url("../fonts/FuturaStd-Light.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(238, 232, 208);
  text-decoration: none !important;
}
a:hover {
  color: rgb(255, 255, 255);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(42, 46, 91);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  direction: ltr;
  background: rgb(255, 255, 255);
  color: rgb(46, 41, 38);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(187, 28, 48, 0.8);
  backdrop-filter: blur(2px);
  z-index: 1001;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "FuturaStd", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-numbers.current {
  background: rgb(242, 242, 242);
  color: rgb(51, 51, 51);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: none !important;
}
.pagination > li > a.page-numbers:hover,
.pagination > li > .page-numbers.current {
  background: rgb(51, 51, 51);
  color: rgb(242, 242, 242);
}
/*Custom*/
.section {
  position: relative;
  z-index: 2;
}
.section-header,
.section-footer {
  text-align: center;
}
.section-title {
  color: rgb(42, 46, 91);
  letter-spacing: 5px;
  font-size: 30px;
  margin: 0;
}
.section-subtitle {
  font-size: 24px;
  margin: 0;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-desc {
  margin: 15px auto 0;
  max-width: 700px;
  text-align: justify;
}
.section-desc + .section-nav {
  margin-top: 30px;
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-header {
  min-height: 70px;
}
#page-header > div {
  min-height: inherit;
  display: flex;
  align-items: center;
}
.page-title {
  color: rgb(238, 232, 208);
  font-size: 30px;
  margin: 0;
}
#page-body {
  padding: 60px 0;
}
#header + #page-body {
  margin-top: 70px;
}
.tbutton {
  height: 38px;
  border-radius: 38px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(238, 232, 208);
  color: rgb(42, 46, 91);
}
.tbutton-primary-fill:hover,
.action-btn-dropdown.open > button.tbutton-primary-fill {
  background: rgb(255, 255, 255);
  color: rgb(42, 46, 91);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.tbutton-primary-outline:hover {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(42, 46, 91);
}
.tbutton-secondary-fill {
  background: rgb(42, 46, 91);
  color: rgb(238, 232, 208);
}
.tbutton-secondary-fill:hover,
.action-btn-dropdown.open > button.tbutton-secondary-fill {
  background: rgb(238, 232, 208);
  border-color: rgb(42, 46, 91);
  color: rgb(42, 46, 91);
}
.tbutton-secondary-outline {
  background: none;
  border-color: rgb(42, 46, 91);
  color: rgb(42, 46, 91);
}
.tbutton-secondary-outline:hover {
  background: rgb(42, 46, 91);
  border-color: rgb(42, 46, 91);
  background: rgb(238, 232, 208);
}
.action-btn-dropdown {
  position: relative;
  z-index: 1;
}
.action-btn-dropdown > button > i {
  border: inherit;
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-left: 10px;
  transform: rotate(45deg);
  border-color: rgb(42, 46, 91);
}
.action-btn-dropdown:hover > button > i,
.action-btn-dropdown.open > button > i {
  border-color: rgb(42, 46, 91);
}
.action-btn-dropdown.open > button > i {
  transform: rotate(-135deg);
}
.action-btn-dropdown > ul {
  font-size: 90%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
}
.action-btn-dropdown.open > ul {
  opacity: 1;
  visibility: visible;
}
.action-btn-dropdown > ul > li > a {
  background: rgb(255, 255, 255);
  color: rgb(42, 46, 91);
  padding: 10px 20px;
  line-height: 1;
  white-space: nowrap;
  display: block;
}
.action-btn-dropdown > ul > li:first-child > a {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.action-btn-dropdown > ul > li:last-child > a {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.action-btn-dropdown > ul > li > a:hover {
  background: rgb(29, 29, 27);
  color: rgb(255, 255, 255);
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.nav-toggle {
  width: 70px;
  height: 70px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  position: relative;
  padding: 0;
  line-height: 1;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.nav-toggle:before {
  background: rgb(215, 197, 172);
  background: -moz-linear-gradient(
    top,
    rgba(215, 197, 172, 1) 0%,
    rgba(192, 170, 145, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(215, 197, 172, 1) 0%,
    rgba(192, 170, 145, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(215, 197, 172, 1) 0%,
    rgba(192, 170, 145, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5ac', endColorstr='#c0aa91',GradientType=0 );
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  pointer-events: none;
}
#navigation {
  background: rgba(64, 63, 72, 0.9);
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  z-index: 1001;
}
#navigation.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul > li + li {
  margin-top: 20px;
}
#navigation ul > li {
  transition: 0.3s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
#navigation ul > li:nth-child(1) {
  transition-delay: 0.15s;
}
#navigation ul > li:nth-child(2) {
  transition-delay: 0.3s;
}
#navigation ul > li:nth-child(3) {
  transition-delay: 0.45s;
}
#navigation ul > li:nth-child(4) {
  transition-delay: 0.6s;
}
#navigation ul > li:nth-child(5) {
  transition-delay: 0.75s;
}
#navigation ul > li:nth-child(6) {
  transition-delay: 0.9s;
}
#navigation ul > li:nth-child(7) {
  transition-delay: 1.05s;
}
#navigation ul > li:nth-child(8) {
  transition-delay: 1.2s;
}
#navigation ul > li:nth-child(9) {
  transition-delay: 1.35s;
}
#navigation ul > li:nth-child(10) {
  transition-delay: 1.5s;
}
#navigation.active ul > li {
  transform: translateY(0);
  opacity: 1;
}
#navigation > ul > li > a {
  font-size: 30px;
  font-weight: bold;
  color: rgb(238, 232, 208);
  letter-spacing: 3px;
  text-transform: uppercase;
}
#navigation > ul > li > a:hover {
  color: rgb(255, 255, 255);
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-artist {
  background: rgb(238, 232, 208);
}
.section-about {
  background: rgb(42, 46, 91);
}
.section-about .section-title {
  font-size: 12vmin;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.95);
  text-align: center;
}
.section-about .section-body {
  background: rgb(42, 46, 91);
  color: rgb(238, 232, 208);
  padding: 50px;
  position: relative;
}
.section-about .section-nav {
  text-align: right;
}
.section-about .section-btn {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.section-about .section-btn:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f178";
  margin-left: 10px;
}
.section-intro {
  background: rgb(42, 46, 91);
  padding: 100px 0 60px;
}
.section-intro .section-cover {
  text-align: center;
}
.section-intro .section-cover video {
  max-width: 100%;
  max-height: 100vh;
}
.section-intro section:before {
  width: 100vw;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.card-artist-header {
  position: relative;
}
.card-artist-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.card-artist-img {
  width: 100%;
  height: 1005;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-artist-body {
  background: rgba(42, 46, 91, 0.5);
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.card-artist:hover .card-artist-body {
  opacity: 1;
  visibility: visible;
}
.card-artist-title {
  color: rgb(238, 232, 208);
  font-size: 30px;
  word-spacing: 100vw;
  margin: 0;
}
.card-artist-subtitle {
  font-size: 12px;
  margin: 10px 0 0;
}
.section-blog {
  background-color: rgb(42, 46, 91);
  background-image: url(../img/pattern-2.svg);
  background-size: 35% auto;
  background-repeat: no-repeat;
  background-position: top right;
  box-shadow: inset 0 -80px 0 0 rgb(238, 232, 208);
  padding: 60px 0;
}
.section-blog .section-title {
  color: rgb(238, 232, 208);
  text-align: center;
}
.section-blog .section-footer {
  margin-top: 40px;
  text-align: center;
}
.section-blog .section-btn {
  background: rgb(42, 46, 91);
  color: rgb(238, 232, 208);
  padding: 20px 40px;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-blog .section-btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(42, 46, 91);
}
.card-blog {
  background: rgb(255, 255, 255);
  height: 100%;
  position: relative;
}
.card-blog-header {
  position: relative;
}
.card-blog-header:before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-blog-body {
  padding: 15px;
}
.card-blog-title {
  color: rgb(42, 46, 91);
  font-size: 19px;
  margin: 0;
}
.card-blog-title > a {
  color: inherit;
}
.card-blog-title > a:hover {
  color: rgb(0, 0, 0);
}
.card-blog-desc {
  color: rgb(42, 46, 91);
  margin: 10px 0 0;
}
.section-video {
  background-color: rgb(238, 232, 208);
  padding: 0 0 60px;
  position: relative;
}
.section-video:before {
  background-image: url(../img/pattern-1.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  width: 25vw;
  height: 100%;
  top: -80px;
  left: 0;
  position: absolute;
  content: "";
}
.card-video {
  background: rgb(255, 255, 255);
  height: 100%;
  position: relative;
}
.card-video-header {
  position: relative;
}
.card-video-header:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.card-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-video-body {
  background: rgb(42, 46, 91);
  padding: 20px;
}
.card-video-title {
  color: rgb(238, 232, 208);
  font-size: 19px;
  margin: 0;
}
.card-video-subtitle {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 10px 0 0;
}
.video-carousel .owl-nav {
  display: flex;
  align-items: center;
}
.video-carousel .owl-nav > button + button {
  margin-left: 20px;
}
.video-carousel .owl-nav > button {
  font-size: 20px !important;
}
.section-music {
  background: rgb(42, 46, 91);
  padding: 60px 0;
}
.section-music .section-header,
.section-music .section-footer {
  text-align: left;
}
.section-music .section-title {
  color: rgb(238, 232, 208);
}
.card-disk {
  position: relative;
}
.card-disk-header {
  position: relative;
}
.card-disk-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.card-disk-header:after {
  background: url(../img/disk.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: -32%;
  width: 100%;
  height: 100%;
  content: "";
}
.card-disk-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-disk-body {
  padding: 15px 0 0;
}
.card-disk-title {
  color: rgb(255, 255, 255);
  font-size: 19px;
  margin: 0;
}
.card-disk-subtitle {
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin: 10px 0 0;
}
.card-disk-footer {
  padding: 15px 0 0;
}
.card-music {
  height: 100%;
  position: relative;
}
.card-music-header {
  position: relative;
}
.card-music-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.card-music-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-music-title {
  color: rgb(255, 255, 255);
  font-size: 19px;
  margin: 0;
}
.card-music-subtitle {
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin: 10px 0 0;
}
.section-contact {
  background: rgb(42, 46, 91);
  box-shadow: inset 0 60px 0 0 rgb(42, 46, 91);
  margin-top: auto;
}
.section-contact .section-body {
  background: rgb(238, 232, 208);
  color: rgb(46, 41, 38);
  padding: 60px;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 10px;
}
.contact-info > li > h6 {
  font-size: 17px;
  margin: 0;
}
#footer {
  background: rgb(42, 46, 91);
  padding: 50px 0;
}
.fblock-title {
  font-size: 17px;
  margin: 0;
}
.footer-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li + li {
  margin-left: 15px;
}
.social-nav {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin-left: 15px;
}
body:not(.home) {
  background-color: rgb(42, 46, 91);
  color: rgb(238, 232, 208);
}
.entry-cover {
  background-color: rgb(238, 232, 208);
  padding: 4px;
  position: relative;
}
.entry-cover > img {
  width: 100%;
}
.entry-preview-audio {
  width: 100%;
  margin: 15px 0;
}
.entry-action {
  margin: 15px 0;
}
.entry-meta {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li + li {
  margin-top: 10px;
}
.entry-meta > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.entry-header + .entry-content,
.entry-footer {
  margin-top: 30px;
}
.entry-title {
  font-size: 30px;
  margin: 0;
}
.entry-subtitle {
  font-size: 20px;
  margin: 10px 0 0;
}
.entry-cover + .entry-title {
  margin-top: 15px;
}
.entry-social {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-social > li + li {
  margin-left: 15px;
}
.subsection + .subsection {
  margin-top: 20px;
}
.subsection-header {
  margin: 0 0 15px;
}
.subsection-title {
  font-size: 24px;
}
.gallery-about {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery-about img {
  width: 100%;
}
.top-toggle {
  width: 48px;
  height: 48px;
  font-size: 20px;
  background: rgb(255, 255, 255);
  color: rgb(42, 46, 91);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.top-toggle.active {
  opacity: 1;
  visibility: visible;
}
.subscribe-form {
  background: rgb(255, 255, 255);
  border-radius: 38px;
  display: flex;
  align-items: center;
}
.subscribe-input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}
a[data-target="disabled"] {
  pointer-events: none;
  cursor: default;
}
/*Plugins*/
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(187, 28, 48);
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content iframe,
.entry-content vide {
  width: 100%;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .video-carousel .owl-nav {
    justify-content: center;
    margin: 30px 0 0;
  }
  .video-carousel .card-video-body {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .section-full {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video-carousel .owl-stage {
    padding-right: 120px;
    padding-left: 0 !important;
  }
  .video-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .video-carousel .owl-item {
    padding-bottom: 60px;
  }
  .video-carousel .owl-item.active {
    padding-left: 60px;
  }
  .video-carousel .owl-item:not(.active) {
    padding-right: 60px;
  }
  .video-carousel .owl-item:not(.active) .card-video-body {
    opacity: 0;
    visibility: hidden;
  }
  .video-carousel .card-video-body {
    padding: 60px;
    position: absolute;
    left: -60px;
    bottom: -60px;
  }
  .social-nav {
    margin-left: 40px;
  }
}
