p {
  text-align: justify;
  margin-bottom: 20px;
}

/* Navbar */
  .site-navbar-top, .site-navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .site-navbar {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    background: transparent !important; }
  .site-navbar .site-logo {
    font-weight: 200;
    font-family: "Playfair Display"; }
    .site-navbar .site-logo a {
      font-weight: 200;
      font-size: 26px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
  .site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block; }
  .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px; }
  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none !important; }
  .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
  .site-navbar .site-navigation .site-menu > li:last-child > a {
      padding-right: 0; }
  .site-navbar .site-navigation .site-menu > li.active > a {
    color: #fff !important; }
  .site-navbar .site-navigation .site-menu .has-children {
  position: relative; }
  .site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; }
  .site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    border-radius: 7px;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #000;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #000;
    border-width: 7px;
    margin-left: -7px; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown a {
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #fff; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #bf7aa8 !important; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 20px;
    display: block; }
    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
      color: #bf7aa8; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    color: #bf7aa8; }
  .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff; }
  .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
  .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      margin-top: 0px;
      visibility: visible;
      opacity: 1; }
  .site-navbar-wrap {
    background: transparent;
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 113px;
    left: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-navbar-wrap .site-menu-toggle span {
    color: #fff; }
  .site-navbar-wrap .site-navbar .site-logo a {
    color: #fff; }
  .site-navbar-wrap .site-navbar .site-navigation .site-menu > li > a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px; }
  .site-navbar-wrap .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff; }
  .site-navbar-wrap.scrolled {
    z-index: 99;
    padding: 0px 0;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    background: #fff !important; }
  .site-navbar-wrap.scrolled .site-menu-toggle span {
    color: #000; }
  .site-navbar-wrap.scrolled .site-logo a {
    color: #bf7aa8; }
  .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > li > a {
    color: rgba(0, 0, 0, 0.6); }
    .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > li > a:hover {
      color: #000; }
  .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > li.active > a {
    color: #bf7aa8 !important; }

  .bg-nav {
    background: #d494bcc2; }

/* Mobile Menu */
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
      color: #25262a; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
      max-width: 70px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
      text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
  .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529; }
  .site-mobile-menu .site-nav-wrap a:hover {
          color: #bf7aa8; }
  .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
  .site-mobile-menu .site-nav-wrap li.active > a {
          color: #bf7aa8; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 12px;
          z-index: 20;
          font-family: "icomoon";
          content: "\f078";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
  .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 20px; }
  .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
  .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 16px; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 16px;
                  padding-left: 60px; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

/*About Us*/

.about-us-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-us-container img {
  max-width: 100%;
  height: auto;
  flex: 1;
  margin-right: 20px;
  border-radius: 8px;
}
.about-us-content {
  flex: 2;
  min-width: 300px;
  padding: 20px;
  font-size: 1.2em;
}


section {
  margin-top: 50px;
}

.overlay {
    position:absolute;
    left:0px;
    width: 100%;
    z-index:1;
}

.video-content-container {
    position: absolute;
    background: rgba(0, 0, 0, 0.57);
    color: #f1f1f1;
    padding: 20px;
    height: 82vh;
}

.video-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Gallery */
.img-fluid{
  width: 100%;
  height: 220px;
}

/* Testimonial */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }


.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.testimony-section .owl-carousel {
  margin: 0; }
.testimony-section .owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  height:300px;
  position: relative; }
.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%; }
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0; }
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #000; }
.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px; }
.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px; }
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1; }
.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px; }
.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px; }
.testimony-section .owl-dots {
  text-align: center; }
.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2); }
.testimony-section .owl-dots .owl-dot.active {
  background: #bf7aa8;
  background: -moz-linear-gradient(45deg, #bf7aa8 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #bf7aa8), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, #bf7aa8 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, #bf7aa8 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, #bf7aa8 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, #bf7aa8 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7aa8', endColorstr='#ffffff', GradientType=1 ); }
.testimony-section .owl-item {
  width: 350px; margin-right: 5px; margin-left: 5px;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.8); }
.testimony-wrap .user-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative; }
.testimony-wrap .name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: #000; }
.testimony-wrap .position {
  font-size: 13px; }
.testimony-wrap .line {
  position: relative;
  border-left: 1px solid #e6e6e6; }
.testimony-wrap .quote {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #bf7aa8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.testimony-wrap .quote i {
  color: #fff; }.colophon.wigetized {
  position: relative;
  background: #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

/* Footer */
.wigetized .widget .widget-title {
  font-size: 1.2857142857142858em;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.wigetized .widget .widget-title:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 25px;
  height: 1px;
  background: #ffffff;
}

.colophon.wigetized {
  position: relative;
  background: #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.widget-title{
  color: #bf7aa8;
}
.site-footer .address{
  color: white;
}
.site-footer .address ul{
  padding-inline-start: 0px;
  list-style-type:none;
}
.site-footer  ul{
  list-style-type:none;
}
.site-footer .menu{
  padding-inline-start: 0px;
  color: white;
}

.wigetized .widget ul li, .wigetized .widget ol li {
  border: none;
  line-height: 2em;
  padding: 5px 0;
}

.wigetized ul.menu > li {
  font-size: 14px;
  border-bottom: 1px dotted;
  line-height: 2em;
  padding: 0.7em 0;
}

.site-footer a { color: white }

.colophon.wigetized input, .colophon.wigetized textarea {
  text-transform: uppercase;
  border-color: #dbdada;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  border: 1px solid #dbdada;
  outline: 0;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  padding: 0.7142857142857143em 1.1428571428571428em;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.form-control, .widget_newsletterwidget .newsletter-email, .wpcf7-form-control:not(.form-submit) {
  display: block;
  width: 100%;
  padding: 0.42857142857142855em 1.2857142857142856em;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Copywrite*/
.colophon.site-info .footer-more {
    padding: 20px 0;
    color: #737373;
}
.colophon.site-info .footer-more .noo-bottom-bar-content {
    text-align: center;
}

.colophon.site-info .footer-more {
    padding: 20px 0;
    color: #737373;
}

.container-full {
  color: #5f5f5f;
}

.colophon .form-submit {
    height: auto;
    font-size: 1.2857142857142858em;
    font-weight: normal;
    padding: 5px 50px;
    width: auto;
}

.btn-primary, .form-submit, .form-submit input[type="submit"], .widget_newsletterwidget .newsletter-submit {
  background-color: #fe6367;
}

.form-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    background: #e7e7e7;
    text-transform: uppercase;
    padding: 0.7142857142857143em 3em;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color color 0.2s ease;
    -o-transition: border-color color 0.2s ease;
    transition: border-color color 0.2s ease;
    color: #ffffff;
    background-color: #fe6367;
    border-color: 0;
    width: auto;
}

.form-control:focus {
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
}

/*Video Carousal*/
.video-owl-carousel {
  position: relative;
  height: 900px;
}

.video-owl-carousel div:not(.owl-controls) {
  height: 100%;
}
  
 .video-owl-carousel .owl-slide {
  background-image: url('https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
  
.video-owl-carousel  div.otransform: translate3d(0px, 0px, 0px); transition: all 0s ease 0s; width: 1284px;wl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
}

.notification a{
  color:#fe6367;
}

@media (min-width: 300px) {

  .site-navbar-wrap {
    padding: 0px;
  }

  .overlay {
    top:70px;
  }

  .video-container video {
    min-height: 90vh;
  }

  h1{
    font-size: 1.5rem;
  }

  p{
    font-size: 0.8rem;
  }

  .video-content > p{
    font-size: 1rem;
  }

  .video-content-container {
    padding: 50px;
    height: 82vh;
  }
}

/* Screen wise UI Start */
@media (min-width: 768px) {

  .modal-dialog {
    max-height: 80%;
    margin: 1.75rem auto;
  }

  .video-content{
    height: 70vh;
  }

  .overlay {
    top:72px;
  }

  h1{
    font-size: 2.5rem;
  }

  p{
    font-size: 1.0rem;
  }

  .about-us-content {
    flex: 2;
    min-width: 300px;
    padding: 20px;
    font-size: 1.2em;
  }

  .video-content > p{
    font-size: 1.2rem;
  }

  .testimony-section .owl-item {
    width: 350px; margin-right: 10px; margin-left: 10px;
  }
}

@media (min-width: 768px) {

  .video-content {
    padding: 120px;
  }

  .video-content-container {
    height: 82vh;
  }
}

@media (min-width: 992px) {
  .video-content {
    padding: 200px;
  }
}


/* Screen wise UI End */

