body {
	font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: linear-gradient(to right, #00acbe, #4b0082);
	height: 200vh;
	position: relative; 
	}
	body:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0, 0, 0, 0.5);
	  -webkit-transition: .3s all ease;
	  -o-transition: .3s all ease;
	  transition: .3s all ease;
	  opacity: 0;
	  visibility: hidden;
	  z-index: 1; }
	body.offcanvas-menu:before {
	  opacity: 1;	
	  z-index: 1002;
	  visibility: visible; }
  
  p {
	color: #b3b3b3;
	font-weight: 300; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  
  a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; }
	a, a:hover {
	  text-decoration: none !important; 
	color: #fff;}
  
	
  .hero {
	height: 100vh;
	width: 100%;
	background: url('../images/bg.png');
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;}
  @media (max-width: 767px) {
    .hero {
        background-position: center center;
    }
}
  /* Header */
  header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	padding: 0px 0; 
    }
	@media (min-width: 768px) {
	  header {
		padding: 30px 0; 
	    }
	}
	.container {
		max-width: 100%;
	}
	
	.collapse {
		margin-bottom: 25px;
	}
	header .navbar-brand {
	  text-transform: uppercase;
	  letter-spacing: .2em;
	  font-weight: 800;
	  font-size: 2rem;
	 }
	header .navbar-brand span {
		color: #fff; 
	 }
	header .navbar-brand.absolute {
		position: absolute; 
	}
	@media (max-width: 991.98px) {
		  header .navbar-brand.absolute {
			position: relative; } 
	}
	  
	@media (min-width: 768px) {
			  header .navbar-brand span {
				color: #ced4da; } 
	}

	.navbar-toggler, .navbar-toggler:focus {
	    border: none !important;
	    outline: none !important;
	    fill: white;
	    margin-right: 10px;
	}


	@media (max-width: 991.98px) {
		header .navbar-toggler {
			padding: .5rem .25rem;
			  line-height: 1;
			  border: none !important; 
			  margin-top: 10px;
		} 
	}
	  
	@media (min-width: 768px) {
		header .navbar-toggler {
			padding: .25rem .75rem;
			  line-height: 1;
			  border:none !important;		} 
	}
	/* By default, setting the navbar color to #00acbe for mobiles */
	header .navbar {
	  background: linear-gradient(to right, #00acbe, #4b0082);
	  padding-top: 0rem;
	  padding-bottom: 0rem;
	  text-align: center;
	border-radius: 0px 0px 24px 24px;
	}

	/* For tablets in landscape (768px to 1024px) and desktops, setting the color to transparent */
	@media screen and (min-width: 768px) and (orientation: landscape) {
	    header .navbar {
	        background: transparent !important;
	    }
	}

	/* For desktops bigger than 1199.98px, background is transparent */
	@media screen and (min-width: 1199.98px){
	    header .navbar {
	        background: transparent !important;
	    }
	}

	.navbar .navbar-expand-lg .navbar-dark .bg-dark {
		padding: 0;
	}

	  header .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.0rem;
	  }
	  header .navbar .nav-link {
		padding: 1.7rem 1rem;
		margin: 0px 15px;
		font-size: 20px;
		display: inline-block;
	    position: relative;
		font-weight: bold;
		color: #fff !important;
	    }
		header .navbar .nav-link::after {
			content: "";
			display: block;
			margin: auto;
			height: 5px;
			width: 0;
			top: 5px;
			transition: all 0.3s;
			background: linear-gradient(to right, #00ff7b, #ff2e97, #4b0082);
			box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
			border-radius: 30px;
		  }
		  header .navbar .nav-link:hover::after, header .navbar .nav-link.active-nav::after {
			width: 100%;
			background: linear-gradient(to right, #00ff7b, #ff2e97, #4b0082);
			box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
		  }
		@media (max-width: 991px) {
		  header .navbar .nav-link {
			padding: .8rem 0rem;
			margin-bottom: 10px;
		    width: 60%;
			font-size: 16px !important;
		 }
		 header .navbar .nav-link:hover::after, header .navbar .nav-link.active-nav::after {
			width: 50%;
		  }
		header .navbar .nav-link.active {
		  	color: #fff !important;
			  font-size: 16px;
		  }
		}

		header .navbar .cta-btn a{ 
	        background: #ff2e97;
			color: #fff !important;
			text-transform: uppercase;
			text-shadow: none;
			font-size: 18px;
			padding: 15px 20px !important;
			margin-bottom: 15px !important;
			border: 1px solid #ff2e97;
		    border-radius: 2px 15px 2px 2px;
			line-height: 1;
			font-weight: bold;
			-webkit-transition: .3s all ease;
			-o-transition: .3s all ease;
			transition: .5s all ease; 
		}
		header .navbar .cta-btn a:hover {
			color: #fff;
			text-shadow: none;
			background: linear-gradient(to right, #ff2e97, #00ff7b);
			border: 1px solid #fff;
			-webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
	    }
	    @media (min-width: 768px) {
			header .navbar .cta-btn a {
			background: #ff2e97;
			color: #fff !important;
			text-transform: uppercase;
			text-shadow: none;
			font-size: 18px;
			padding: 10px 15px !important;
			border: 1px solid #ff2e97;
			line-height: 1;
			font-weight: bold;
			-webkit-transition: .3s all ease;
			-o-transition: .3s all ease;
			transition: .5s all ease; }
			header .navbar .cta-btn a:hover {
				color: #fff;
				text-shadow: none;
				background: linear-gradient(to right, #ff2e97, #00ff7b);
				border: 1px solid #fff;
				-webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
				box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
			}
		}
		@media (max-width: 991px) {
			header .navbar .cta-btn a{
			padding: 8px !important;
			font-size: 16px;
			background: #ff2e97;
			width: 50%;
			align-self: center;
			font-weight: bold;
		  }
		  header .navbar .cta-btn a:hover, header .navbar .cta-btn a:active {
			background: linear-gradient(to left, #00ff7b, #ff2e97);
			border: 1px solid white;
		  }
		 }


	  header .navbar .dropdown-menu {
		font-size: 15px;
		border-radius: 4px;
		border: none;
		background: #00abbe9f;
		-webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
		min-width: 13em;
		margin-top: -10px; }
		header .navbar .dropdown-menu:before {
		  bottom: 100%;
		  left: 10%;
		  border: solid transparent;
		  content: " ";
		  height: 0;
		  width: 0;
		  position: absolute;
		  pointer-events: none;
		  border-bottom-color: #fff;
		  border-width: 7px; }
		  @media (max-width: 991.98px) {
			header .navbar .dropdown-menu {
			  background: #000 !important;
			  margin-left: 15%;
			  width: 40%;
			}
			header .navbar .dropdown-menu:before {
			  display: none; }
			header .navbar .dropdown-menu a {
			  padding-top: 7px;
			  padding-bottom: 7px; } }
		header .navbar .dropdown-menu .dropdown-item {
		  color: #fff;
		  font-weight: bold; }
		header .navbar .dropdown-menu .dropdown-item:hover {
		  background: #fff;
		  color: #00acbe; 
		  border-radius: 5px;}
		header .navbar .dropdown-menu .dropdown-item.active {
		  background: #fff;
		  color: #00acbe;
		  border-radius: 5px;}
		header .navbar .dropdown-menu a {
		  padding-top: 7px;
		  padding-bottom: 7px; }
		  @media (max-width: 991.98px) {
			header .navbar .dropdown-menu .dropdown-item:hover {
				background:#00acbe; 
				color: #fff; 
				border-radius: 5px;}
			  header .navbar .dropdown-menu .dropdown-item.active {
				background: #fff;
				color: #00acbe;
				border-radius: 5px;} 
		  }

@media (min-width: 768px){
	.navbar .container {
		-ms-flex-wrap: nowrap;
		flex-wrap: wrap;
	}
	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0;
		background: linear-gradient(to right, #00acbe, #4b0082);
		border-radius: 0 0 24px 24px;
	  }	
}
@media (max-width: 991px){
	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0;
		
	  }	
}


.logo img{
	width: 200px;
}
@media (max-width: 991px){
	.logo img{
		max-width: 35vw;
	}
}

/*CONTENT*/
span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, .footer, .header, hgroup, 
.menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
.footer, .header, hgroup, .menu, .nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
}

.price {
	margin-bottom: 8px;
}

.pricing-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;  /* Allows wrapping if the screen is too small */
}

.pricing-list > li {
    flex: 1 1 20%; /* Adjust the flex-basis to control the size and number of items per row */
}

.txlg {
	font-size: 3rem;
	font-weight: 600;
}

.prepr {
	flex: 1 1 33.33% !important;
}

.nulled {
	display: none;
}

.not-nulled {
	display: block;
}

.pricing-title {
	font-size: 27px; 
	font-weight: bold; 
	padding-top: 180px; 
	padding-bottom: 20px; 
	color: #fff;
	
}

.pricing-description {
	font-size: 20px; 
	color: #fff;
}

.pricing-description2 {
	font-size: 20px; 
	padding-top: 20px; 
	padding-bottom: 35px;
	font-weight: bold;
	color: #fff;
}

.pricing-container {
	width: 90%;
	max-width: 100%;
	margin: 5px auto;
}


.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
	text-align: center;
}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 15px 15px 0 0;
	border: 2px solid #fff;
	width: fit-content;
}

.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 240px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
}

.pricing-switcher .switch {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	height: 70px;
	width: 240px;
	background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
	border-radius: 15px 15px 0 0;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(240px);
	-moz-transform: translateX(240px);
	-ms-transform: translateX(240px);
	-o-transform: translateX(240px);
	transform: translateX(240px);
}

@media only screen and (max-width: 996px) {
   .pricing-switcher label {
	    width: 120px;
		font-size: 16px;
		font-weight: bold;
   }
   .pricing-switcher .switch {
		width: 120px;
   }
   .pricing-switcher input[type="radio"]:checked+label+.switch,
   .pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
   	-webkit-transform: translateX(120px);
   	-moz-transform: translateX(120px);
   	-ms-transform: translateX(120px);
   	-o-transform: translateX(120px);
   	transform: translateX(120px);
   }
}

.no-js .pricing-switcher {
	display: none;
}

.pricing-list {
	margin: 2em 0 0;
}

.pricing-list > li {
	position: relative;
	margin-bottom: 1em;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 2em;
	display: flex;
	justify-content: center;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 23%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .has-margins .pricing-list > li {
    width: 48%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-wrapper {
	position: relative;
}

.touch .pricing-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.pricing-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.pricing-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-wrapper > li.is-ended::after {
	display: none;
}

.pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
	border-radius: 24px;
}

.pricing-wrapper .is-hidden {
	position: absolute;
	border-radius: 24px;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
	z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .pricing-wrapper > li::after {
    display: none;
  }
  .exclusive .pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #ff2e97;
  }
  .has-margins .pricing-wrapper > li,
  .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .pricing-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-header h2 {
	padding: 0.9em 0.9em 0.6em;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
	text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #a12597;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.currency,
.value {
	font-size: 3rem;
	font-weight: 300;
}

.duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

.subtitle {
	font-weight: 700;
	font-size: 2rem !important;
	color: #173d50;
}

.exclusive .duration {
	color: #f3b6ab;
}

.duration::before {
	content: '/';
	margin-right: 2px;
}

.value {
    font-size: 7rem;
    font-weight: 300;
}

.currency, 
.duration {
    color: #a12597;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
	width: 600px;
}

.pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

.pricing-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.pricing-features>li>p {
	display: block;
	font-weight: 600;
	font-size: 17px;
	color: #a12597;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}
  
.pricing-features em {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #a12597;
    border-radius: 8px;
    border: 2px solid #a12597;
    font-size: 1.6rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all .6s;
	margin-bottom: 20px;
}

.no-touch .select:hover {
    background-color: #a12597;
	color: #ffffff;
}

.exclusive .select {
    background-color: #a12597;
	color: #ffffff;
}
  
.no-touch .exclusive .select:hover {
    background-color: #fff;
	color: #a12597;
	cursor: pointer;
}
  
.secondary-theme .exclusive .select {
    background-color: #a12597;
}
  
.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
	cursor: pointer;
}
  
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

/*SCROLLING TEXT*/
.marqu {
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}

marquee {
	bottom: 320px;
    position: absolute;
}

/*FOOTER*/
footer {
	color: #E5E8EF;
	background: #000D;
	padding: 50px 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}
footer .footer-container {
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
footer .social-media img{
	width: 22px;
}
footer .logo {
	width: 180px;
	color: #fff;
	padding-bottom: 15px;
}
footer .social-media a{
	margin-right: 10px;
	font-size: 22px;
	text-decoration: none;
}
footer .right-col h1{
	font-size: 26px;
}
footer .border{
	width: 100px;
	height: 4px;
	background: linear-gradient(to right, #ff2e97, #00acbe);
	margin: 2px;
}
footer .newsletter-form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
footer input::placeholder {
  color: white !important;
}
footer .txtb {
	flex: 1;
	padding: 18px 40px;
	font-size: 16px;
	background: #343A40;
	border: none;
	font-weight: 700;
	outline: none;
	border-radius: 5px;
	min-width: 260px;
	margin-top: 20px;
	color: white;
}
footer .btn {
	margin-top: 20px;
	padding: 18px 40px;
	font-size: 16px;
	color: #f1f1f1;
	background: linear-gradient(to right, #ff2e97, #00acbe);
	border: none;
	font-weight: 700;
	outline: none;
	border-radius: 5px;
	margin-left: 20px;
	cursor: pointer;
	transition: opacity .3s linear;	
}
footer .btn:hover {
	opacity: .7;
}

/*PROPERTIES FOR MAKING WEBSITE RESPONSIVE*/
@media screen and (max-width: 960px) {
	marquee {
			bottom: unset;
			position: relative;
		}
	
		/*FOOTER*/
		footer {
			color: #E5E8EF;
			background: #000D;
			padding: 50px 0;
			bottom: unset;
			position: relative;
			width: 100%;
		}
	footer .footer-container {
		max-width: 600px;
		flex-direction: column-reverse;
	}
	.right-col {
		width: 100%;
		margin-bottom: 60px;
	}
	.left-col {
		width: 100%;
		text-align: center;
	}
	.social-media {
		display: flex;
		justify-content: center;
	}
	.logo {
		transition: 1s;
		margin-left: 30%;
		padding-top: 15px;
	}


	.service-container .right-side img {
		width: 90%;
	}
	.title {
		margin-top: 0px;
	}
	
}
@media screen and (min-width: 700px) {
	footer .btn{
		margin: 0;
		width: 100%;
		margin-top: 20px;
	}
	.logo {
		transition: 1s;
		margin-left: 35%;
	}
}

@media screen and (min-width: 1000px) {	
	.feedbox form input, .feedbox form .fname{
		width: 100%;
	}

	.logo {
		transition: 1s;
		margin-left: 0;
		padding-bottom: 30px;
	}
}