@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,600;1,300&display=swap");
/*

    font-family: 'Playfair Display', serif;

    font-family: 'Lato', sans-serif;

*/
body {
  color: #1a1a1a;
  background-color: #f9f9f9;
  margin: 0px;
  font-weight: 300;
  padding: 0px;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (min-width: 1440px) {
  body {
    font-size: 1.1rem;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 1.2rem;
  }
}
@media (min-width: 2048px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 3840px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  width: 100%;
  overflow: hidden;
}
main section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  main section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
main section .section-heading {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  main section .section-heading {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  main section .section-heading {
    margin-bottom: 3rem;
  }
}
main section .section-heading .heading {
  color: #9f3289;
  font-size: 2.5rem;
  text-transform: uppercase;
  position: relative;
}
main section .section-heading .heading:after {
  content: " ";
  width: 100px;
  height: 6px;
  background-color: #d6c52f;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  main section .section-heading .heading {
    font-size: 3.5rem;
  }
}
@media (min-width: 1440px) {
  main section .section-heading .heading {
    font-size: 4.5rem;
  }
}

a {
  text-decoration: none !important;
  outline: 0 !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #363636;
}
a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label,
.font-theme {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  color: #1a1a1a;
}

@media (min-width: 1366px) {
  h1,
.h1 {
    font-size: 3rem;
  }

  h2,
.h2 {
    font-size: 2.5rem;
  }

  h3,
.h3 {
    font-size: 2rem;
  }

  h4,
.h4 {
    font-size: 1.75rem;
  }

  h5,
.h5 {
    font-size: 1.5rem;
  }

  h6,
.h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  h1,
.h1 {
    font-size: 3.75rem;
  }

  h2,
.h2 {
    font-size: 3.25rem;
  }

  h3,
.h3 {
    font-size: 2.65rem;
  }

  h4,
.h4 {
    font-size: 2.1rem;
  }

  h5,
.h5 {
    font-size: 1.7rem;
  }

  h6,
.h6 {
    font-size: 1.5rem;
  }
}
.scroll-top-bottom {
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  right: 30px;
  background: transparent;
  bottom: 30px;
  cursor: pointer;
  z-index: 500;
}
.scroll-top-bottom.white .arrow-cone {
  border-color: #fff !important;
}
.scroll-top-bottom.white .animate-line {
  background-color: #fff !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes downMove {
  0% {
    top: 0px;
    height: 0px;
  }
  100% {
    bottom: 20px;
    height: 20px;
  }
}
@keyframes downMove {
  0% {
    top: 0px;
    height: 0px;
  }
  100% {
    bottom: 20px;
    height: 20px;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes upMove {
  0% {
    bottom: 20px;
    height: 20px;
  }
  100% {
    top: 0px;
    height: 0px;
  }
}
@keyframes upMove {
  0% {
    bottom: 20px;
    height: 20px;
  }
  100% {
    top: 0px;
    height: 0px;
  }
}
@media (min-width: 768px) {
  .heading-xl {
    font-size: 3.5rem;
  }

  .heading-lg {
    font-size: 2.75em;
  }

  .heading-md {
    font-size: 2em;
  }

  .heading-sm {
    font-size: 1.5em;
  }
}
@media (min-width: 1366px) {
  .heading-xl {
    font-size: 4.5rem;
  }

  .heading-lg {
    font-size: 3.75em;
  }

  .heading-md {
    font-size: 3em;
  }

  .heading-sm {
    font-size: 2em;
  }
}
@media (min-width: 1920px) {
  .heading-xl {
    font-size: 5rem;
  }

  .heading-lg {
    font-size: 4em;
  }

  .heading-md {
    font-size: 3.25em;
  }

  .heading-sm {
    font-size: 2.5em;
  }
}
.container {
  z-index: 1;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}

.scroll-top {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  opacity: 0;
  display: none;
  width: 40px;
  height: 40px;
  color: #1a1a1a;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.1);
}

.scroll-top:hover {
  background-color: #ff8943;
  color: #ffffff;
}

.loader {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
}

.loader:after {
  content: "";
  top: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 200px;
}

.pace.pace-inactive {
  display: none;
}

.btn-xl {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .btn-xl {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.list-checked {
  list-style: none;
}
.list-checked > li {
  position: relative;
}
.list-checked > li:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 0px;
  left: -23px;
}
.list-checked.list-purple li:before {
  color: #9f3289;
}
.list-checked.list-golden li:before {
  color: #d6c52f;
}

.text-golden {
  color: #dae034 !important;
}

.bg-golden {
  background-color: #dae034 !important;
}

.text-purple {
  color: #9f3289 !important;
}

.bg-purple {
  background-color: #9f3289 !important;
}

.btn-golden {
  color: #ffffff;
  background-color: #dae034;
  border-color: #dae034;
}
.btn-golden:hover {
  color: #ffffff;
  background-color: #9f3289;
  border-color: #9f3289;
}

.dark-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-overlay-card {
  position: relative;
  width: 100%;
}
.custom-overlay-card .content-overlay {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.social-contact {
  color: #ffffff;
}
.social-contact .social-icon {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #ffffff !important;
}
.social-contact .facebook {
  background-color: #3b5998;
  color: #3b5998;
}
.social-contact .twitter {
  background-color: #55acee;
  color: #55acee;
}
.social-contact .linkedin {
  background-color: #007bb5;
  color: #007bb5;
}
.social-contact .google {
  background-color: #dd4b39;
  color: #dd4b39;
}
.social-contact .youtube {
  background-color: #ff0000;
  color: #ff0000;
}
.social-contact .instagram {
  background-color: #3c97e9;
  color: #3c97e9;
}

.owl-nav {
  position: absolute;
  top: 35%;
  left: -50px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  width: calc(100% + 100px);
  justify-content: space-between;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #dae034 !important;
  justify-content: center;
  align-items: center;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  color: #ffffff;
  font-size: 2rem;
  display: inline;
  position: relative;
  top: -6px;
  left: 0px;
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #9f3289 !important;
}
.owl-nav .owl-prev {
  left: -40px;
}
.owl-nav .owl-next {
  right: -40px;
}

/*--------------------------------------------------------------
#  header
--------------------------------------------------------------*/
header {
  width: 100%;
  z-index: 1050;
}
header #top-header {
  color: #ffffff;
  display: none;
}
@media (min-width: 1200px) {
  header{
    display: block;
    position: fixed;
    top: 0;
  }
  .header-strip{
    display: none;
  }
  .shape .logo {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 40%;
  background-color: transparent !important;
  }
  .services .col-lg-12.d-flex .custom-card .overflow-hidden img {
  /*height: 100%!important;*/
  }
}
@media (max-width: 1200px) {
  .header-strip{
    display: none;
  }
  .bg-black{
    background-color: black;
  }
  .shape{
    background-color: black!important;
  }
  .banner .container-fluid .content #video-btn { 
  top: 60%!important; 
  }
  .shape .w-100{
    display: none!important;
  }
  .shape .logo {
  position: relative!important;
  margin-left: auto!important;
  padding: 30px;
  width: 40%;
  right:0!important;
  bottom: 0!important;
  background-color: transparent !important;
  }
}
header .bottom-header.bg-dark-50{
  background-color: rgba(0, 0, 0, 0.8) !important;
}
header .bottom-header .bgdarker {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
header .bottom-header .bg-custom-light {
  background-color: transparent !important;
}
header .bottom-header .bg-custom-light .navbar-brand .logo {
  background: transparent;
  max-width: 150px;
}
@media (min-width: 768px) {
  header .bottom-header .bg-custom-light .navbar-brand .logo {
    max-width: 200px;
  }
}
header .bottom-header .bg-custom-light .navbar-toggler {
  position: relative;
  color: #9f3289;
  padding: 20px;
  font-size: 30px;
  border-width: 0;
}
header .bottom-header .clock {
  color: #d6c52f;
}
@media (max-width: 1250px) {
  header .bottom-header .clock {
    display: none !important;
  }
}
header .bottom-header .clock .row {
  margin-right: 1px;
  margin-left: 1px;
}
header .bottom-header .clock .row .clock-frame {
  position: relative;
}
header .bottom-header .clock .row .clock-frame:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
header .bottom-header .clock .row i {
  font-size: 2rem;
  padding-right: 5px;
  padding-left: 5px;
}
header .bottom-header .clock .row p {
  margin-bottom: 1px;
}
header .bottom-header .clock .row span {
  display: block;
  font-size: 11px;
}
header .bottom-header .email {
  color: #d6c52f;
}
header .bottom-header .email:hover {
  color: #9f3289;
}
header .sidebar {
  background-color: rgba(26, 26, 26, 0.8);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: -170%;
  right: 0;
  bottom: 0;
  z-index: 1051;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .sidebar.show-Y {
  top: 0;
}
header .sidebar .btn-close {
  text-align: right;
  padding: 1.5rem;
  position: absolute;
  right: 0;
}
header .sidebar .btn-close .btn {
  font-size: 30px;
}
header .sidebar .nav a {
  padding: 6px 1.5rem;
  color: #ffffff;
  font-size: 30px;
  position: relative;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
header .sidebar .nav a:after {
  content: " ";
  width: 100px;
  height: 4px;
  background-color: #d6c52f;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .sidebar .nav a:hover:after {
  width: 100%;
}
header .sidebar .nav a.active {
  color: #d6c52f;
}
header .sidebar .social-contact .social-icon {
  border: 2px solid #ffffff;
  border-color: #9f3289;
  background-color: #9f3289;
  margin: 5px;
}
header .sidebar .social-contact .social-icon a {
  color: #ffffff;
}
header .sidebar .social-contact .social-icon:hover {
  border-color: #d6c52f;
  background-color: #d6c52f;
}

/*--------------------------------------------------------------
#  home page
--------------------------------------------------------------*/
.banner {
  position: relative;
  max-height: 100vh;
  overflow-x: hidden;
  background-color: transparent !important;
}
.banner .container-fluid #banner-video {
  max-width: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
}
.banner .container-fluid .content {
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 20px;
  z-index: 200;
}
.banner .container-fluid .content .heading {
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 767.98px) {
  .banner .container-fluid .content .heading {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .banner .container-fluid .content .heading h2 {
    font-size: 1.5rem;
  }
}
.banner .container-fluid .content #video-btn {
  width: 350px;
  /*padding: 10px;*/
  border: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 70%;
  background: transparent;
}
.banner .container-fluid .content #video-btn .h3 {
  font-size: 32px;
  margin: 0;
}
.banner .container-fluid .content #video-btn i {
  color: #d6c52f;
  padding: 10px;
}
.banner .container-fluid .content #video-btn:hover i {
  color: #9f3289;
}

.shape {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}


.slider {
  background-color: #ffffff;
}
.slider .minus-section {
  margin-top: -24%;
}
.slider .carousel-indicators {
  top: 100%;
}
.slider .carousel-indicators li {
  background-color: #9f3289;
}

.services {
  background: #ffffff;
}
.services .col-lg-6 .custom-card {
  padding: 1rem 2rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  min-height: 350px;
  border: 1px solid lightgray;
}
.services .custom-card h4 {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 600 !important;
}
.services .custom-card.bg-golden {
  background-color: #d6c52f;
  color: #1a1a1a;
}
.services .custom-card.bg-purple {
  background-color: #9f3289;
  color: #ffffff;
}
.services .custom-card.bg-purple h4, .services .custom-card.bg-purple p, .services .custom-card.bg-purple a {
  color: #ffffff;
}
.services .custom-card.bg-light {
  background-color: #f9f9f9;
  color: #1a1a1a;
}
.services .custom-card.big {
  z-index: 400;
}
.services .custom-card .content {
  padding-top: 2rem;
}
.services .custom-card .overflow-hidden {
  overflow: hidden;
}
.services .custom-card .overflow-hidden img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services .custom-card:hover .overflow-hidden img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.logo {
  background-color: #1a1a1a;
}
.logo .heading {
  color: #ffffff;
}
.logo .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.logo .owl-carousel .owl-stage {
  margin: auto;
}
.logo .owl-carousel .owl-stage .owl-item:nth-child(even) .square {
  
  margin-top: 130px;
  perspective: -100px;
}
@media (max-width: 400px) {
  .logo .owl-carousel .owl-stage .owl-item:nth-child(even) .square {
    margin-top: 0px;
  }
}
.logo .owl-carousel .owl-stage .owl-item:nth-child(even) .square:hover .img-holder {
  transform-style: preserve-3d;
}
.logo .owl-carousel .owl-stage .owl-item .js-tilt {
  opacity: 0;
}
.logo .owl-carousel .owl-stage .owl-item.active .js-tilt {
  opacity: 1;
}
.logo .owl-carousel .square {
  transform: rotate(-45deg);
  background-color: white;
  height: 190px;
  width: 190px;
  margin: auto;
  overflow: hidden;
}
.logo .owl-carousel .square .img-holder {
  transform: rotate(45deg);
  overflow: hidden;
}
.logo .owl-carousel .square .img-holder img {
  width: 100%;
  height: auto;
}
.logo .owl-carousel .square .content-overlay {
  background-color: rgba(159, 50, 137, 0.7);
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.logo .owl-carousel .square .content-overlay p, .logo .owl-carousel .square .content-overlay h6, .logo .owl-carousel .square .content-overlay h5 {
  color: #ffffff;
}
.logo .owl-carousel .square:hover .content-overlay {
  opacity: 1;
}

.portfolio {
  background: #ffffff;
}
.portfolio .custom-overlay-card .content-overlay {
  text-align: center;
  z-index: 1000;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.portfolio .custom-overlay-card .content-overlay p, .portfolio .custom-overlay-card .content-overlay h4, .portfolio .custom-overlay-card .content-overlay a {
  color: #ffffff;
  text-transform: uppercase;
}
.portfolio .custom-overlay-card .content-overlay h4 {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  font-family: "Jost", sans-serif;
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .portfolio .custom-overlay-card .content-overlay h4 {
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  transform: scale(2.2); 
	}
}

.portfolio .custom-overlay-card:hover .content-overlay {
  background-color: rgba(159, 50, 137, 0.5);
}

.testimonial {
  background-color: #1a1a1a;
}
.testimonial .testimonial-carousel p, .testimonial .testimonial-carousel i {
  color: #ffffff;
  display: inline;
}

.blog {
  background: #ffffff;
}
.blog .custom-overlay-card {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog .custom-overlay-card .content-overlay {
  border-top: 1px solid lightgray;
  position: relative;
  display: flex !important;
  background-color: transparent;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog .custom-overlay-card .content-overlay .content-animate {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 1rem;
}
.blog .custom-overlay-card .content-overlay .content-animate p {
  color: #9f3289;
}
.blog .custom-overlay-card .content-overlay .content-animate .white-content {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog .custom-overlay-card .content-overlay .content-animate .white-content h6, .blog .custom-overlay-card .content-overlay .content-animate .white-content p {
  color: #9f3289;
  margin: 0;
}
.blog .custom-overlay-card .content-overlay .content-animate .white-content p, .blog .custom-overlay-card .content-overlay .content-animate .white-content span {
  color: purple;
  margin: 0px;
  opacity: 0;
  display: none;
}
.blog .custom-overlay-card .content-overlay .content-animate .card-btn {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  height: 0;
}
.blog .custom-overlay-card:hover {
  overflow: visible;
}
.blog .custom-overlay-card:hover .img-holder:after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(159, 50, 137, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog .custom-overlay-card:hover .content-overlay .content-animate .white-content {
  opacity: 1;
}
.blog .custom-overlay-card:hover .content-overlay .content-animate .white-content p, .blog .custom-overlay-card:hover .content-overlay .content-animate .white-content span, .blog .custom-overlay-card:hover .content-overlay .content-animate .white-content h6 {
  height: auto;
  color: #ffffff;
  display: block;
  opacity: 1;
}
.blog .custom-overlay-card:hover .content-overlay .content-animate .card-btn {
  opacity: 1;
  height: auto;
}

.contact {
  background-color: #f9f9f9;
}

/*--------------------------------------------------------------
#  about
--------------------------------------------------------------*/
.about-page .about {
  background-color: black;
  color: white;
}
@media (min-width: 768px) {
  .about-page .clearfix:after {
    display: block;
    content: "";
    clear: both;
  }
}

/*--------------------------------------------------------------
#  srvices
--------------------------------------------------------------*/
.services-page .services {
  background-color: black !important;
  color: white !important;
}
.services-page .process-card .card {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
  padding: 1.5rem 2rem;
}
.services-page .process-card .card .card-icon {
  background-color: #ffffff;
  height: 50px;
  width: 50px;
  font-size: 2rem;
  color: #9f3289;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.services-page .process-card .card .card-text, .services-page .process-card .card .card-title {
  color: #ffffff;
}
.services-page .process-card:nth-child(1) .card {
  background-color: #9f3289;
}
.services-page .process-card:nth-child(2) .card {
  background-color: rgba(159, 50, 137, 0.8);
}
.services-page .process-card:nth-child(3) .card {
  background-color: rgba(159, 50, 137, 0.6);
}
.services-page .process-card:nth-child(4) .card {
  background-color: rgba(159, 50, 137, 0.5);
}
.services-page .process-card:nth-child(5) .card {
  background-color: rgba(159, 50, 137, 0.4);
}
.services-page .process-card:hover .card {
  background-color: #d6c52f;
}
.services-page .packages-card .card {
  border-radius: 0 !important;
  border-color: black;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services-page .packages-card .card .card-title {
  background-color: #9f3289;
  padding: 2.5rem 1.2rem;
  color: #ffffff;
  margin: 0 !important;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services-page .packages-card .card .card-text {
  background-color: rgba(159, 50, 137, 0.2);
  padding: 1.2rem;
  color: black;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services-page .packages-card .card .card-list {
  padding: 1.2rem;
  padding-bottom: 1.2rem;
  color: black;
}
.services .packages-card .card-title,
.services .packages-card .card-text,
.services .packages-card .card-list{
  font-family: "Crimson Text", serif;
}
.services-page .packages-card:nth-child(2) .card .card-title {
  background-color: #d6c52f;
}
.services-page .packages-card:nth-child(2) .card .card-text {
  background-color: rgba(214, 197, 47, 0.2);
}
.services-page .packages-card:nth-child(2) .card .card-list {
  padding-bottom: 2rem;
}
.services-page .packages-card:hover:nth-child(1) .card {
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  position: relative;
  z-index: 300;
}
.services-page .packages-card:hover:nth-child(1) .card .card-title {
  background-color: #d6c52f;
}
.services-page .packages-card:hover:nth-child(1) .card .card-text {
  background-color: rgba(214, 197, 47, 0.2);
}
.services-page .packages-card:hover:nth-child(3) .card {
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  position: relative;
  z-index: 300;
}
.services-page .packages-card:hover:nth-child(3) .card .card-title {
  background-color: #d6c52f;
}
.services-page .packages-card:hover:nth-child(3) .card .card-text {
  background-color: rgba(214, 197, 47, 0.2);
}

/*--------------------------------------------------------------
#  portfolio
--------------------------------------------------------------*/
.works {
  background-color: black;
  color: #ffffff;
}
.works .heading {
  color: #9f3289;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .works .heading {
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.works .custom-overlay-card {
  overflow: hidden;
}
.works .custom-overlay-card img {
  height: 100% !important;
}
.works .custom-overlay-card .content-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.works .custom-overlay-card .content-overlay h4 {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .works .portfolio-slider {
    width: 80%;
    margin: auto;
  }
}
.works .portfolio-slider:nth-child(2) img {
  max-width: 80% !important;
  margin: auto;
}
.works .portfolio-slider:nth-child(8) img {
  height: 350px !important;
}
.works .portfolio-slider:nth-child(9) img {
  max-width: 80% !important;
  margin: auto;
}
.works .portfolio-slider:nth-child(10) img {
  max-width: 80% !important;
  margin: auto;
}

/*--------------------------------------------------------------
#  contact
--------------------------------------------------------------*/
.contact-page {
  background-color: black !important;
  color: white !important;
}
.contact-page h3,
.contact-page a,
.contact-page .form-check-label {
  color: white !important;
}

/*--------------------------------------------------------------
#  footer
--------------------------------------------------------------*/
footer {
  background-color: purple;
  color: #ffffff;
}
footer h5, footer p {
  color: #d6c52f;
}
footer a {
  display: block;
  color: #ffffff;
}
footer a:hover {
  color: #d6c52f;
}
footer .contact-details a {
  color: #d6c52f !important;
}
footer .social-contact .social-icon {
  background-color: #ffffff;
  margin: 5px;
}
footer .social-contact .social-icon i {
  color: #9f3289;
}
footer .social-contact div {
  color: #ffffff;
  margin: 5px;
}
@media (max-width: 992px){
	footer .social-contact div {
  margin-left: 0!important;
	}
}
ul.list-checked.list-purple ul li {
    position: relative;
}
ul.list-checked.list-purple ul li:before {
    color: #9f3289;
}
ul li::before {
    color: #9f3289;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 0px;
    left: -23px;
}
ul.list-unstyled.pl-0 li {
    list-style: none !important;
}
ul.list-unstyled.pl-0 li::before {
content: "" !important;
}
ul.list-hide li::before{
content: "" !important;
}
ul.list-hide li {
    list-style: none !important;
}
ul li {
    list-style: none;
    position: relative !important;
}
a.btn.btn-golden.faq-main-sect {
    text-align: left !important;
    width: 100% !important;
}
.heading-css h2 {
    color: #9f3289;
    font-size: 2.5rem;
    text-transform: uppercase;
    position: relative;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.card.card-body {
    color: black;
}
ul.pagination.list-hide li {
    margin-right: 6%;
}
.main_blog_details img {
    width: 100%;
}
ul.pagination.list-hide li a {
    border: 1px solid white;
    padding: 9px;
}
.custom-overlay-card.cut-img11 img {
    width: 50% !important;
}
.custom-overlay-card.cut-img2 img {
    height: 350px !important;
}
.custom-overlay-card.cut-img8 img {
    height: 600px !important;
}.custom-overlay-card.cut-img7 img {
    height: 600px !important;
}
.mfp-counter {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
/*# sourceMappingURL=custom.css.map */

.custom-overlay-card.cut-img10 img {
    height: 400px !important;
}
.custom-overlay-card.cut-img1 img {
    height: 270px !important;
}
.custom-overlay-card.cut-img17 img {
    height: 460px !important;
}
.custom-overlay-card.cut-img3 img {
    height: 340px !important;
}
.custom-overlay-card.cut-img5 img {
    height: 318px !important;
}
.custom-overlay-card.cut-img6 img {
    height: 329px !important;
}
.custom-overlay-card.cut-img9 img {
    height: 400px !important;
}
.ctct-gdpr-text{
  display:none!important;
}
.ctct-form-defaults{
  padding-top: 0!important;
  background:transparent!important;
}
.ctct-form-header{
  font-size: 1rem!important;
  color:#d6c52f!important;
}
img.img-fluid.w-100.image-home-css {
    height: 350px;
}
img.img-fluid.w-100.middle-sec-12 {
    height: 500px !important;
}
.custom-overlay-card.cut-img4 img {
    height: 350px !important;
}
.thanku.col-md-4 {
    padding-top: 2%;
    background: white;
    text-align: center;
}
.cut-img4 img {
    height: 320px;
}
.cut-img4 .content-overlay {
     background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.thanku.col-md-4 p {
    color: black;
}
.cap-ref span {
    font-size: 14px !important;
}
.cap-ref a {
    font-size: 14px !important;
}
input.captha-code {
    color: black;
    padding: 1% 2% 1% 2%;
    border: 1px solid silver;
    background: #dae034;
    margin-bottom: 2%;
    letter-spacing: 9px;
    text-align: center;
}
.cap-ref {
    margin-bottom: 2%;
}
.card.card-body a {
    color: #248cc9 !important;
}
.img-back img {
    height: 400px;
    width: 100%;
}
@media (min-width: 481px) and (max-width: 767px) {
    .img-back img {
    height: 200px;
    width: 100%;
}
}
@media (min-width: 320px) and (max-width: 480px) {
      .img-back img {
    height: 200px;
    width: 100%;
}
}