
body
{
	font-family: 'Montserrat', sans-serif;
}

.bgimage
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 500px;
	height: 500px;
	top: 50px;
}
.bgimage1
{
	left: 50px;	
	position: absolute;
	width: 300px;
	height: 300px;
	top: 100px;
}
.bgimage2
{
	left: 50px;
	top: 650px;
	width: 400px; 
	height: 400px;
	position: absolute;
}
.rotate-center {
	-webkit-animation: rotate-center 10s linear infinite both;
	        animation: rotate-center 10s linear infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-8-12 13:5:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.navbar
{
	margin-bottom: 20px;
}
.nav-link
{
	font-size: 13px;
	margin-left: 20px;
	color: black;
	margin-top: 30px;
}
.dropdown-item
{
	font-size: 13px;
}
.navbar-brand
{
	margin-top: 30px;
	font-weight: 600;
}
.contact
{
	background: #6168ff;
	color: white!important;
	border-radius: 50px;
	padding: 10px 10px 10px 20px;
	border: 1px solid white;
}
.contact:hover
{
	border: 1px solid #6168ff;
	background-color: white;
	color: #6168ff!important;
	transition: .5s;
}
.banner .mt
{
	margin-top: 160px;
}
.banner .boost
{
	
	background-color: #fef1f2;
	color: #fe9aa9;
	font-size: 15px;
	padding : 10px;
	border-radius: 50px;
	text-decoration: none;
}
.banner h2
{
	margin-top: 30px;
	font-size: 40px;
}
.banner p
{
	margin-top: 60px;
	opacity: 50%;
	font-size: 12px;
	margin-bottom: 40px;
}
.banner .lets
{
	color: white;
	background-color: #ff5474;
	padding : 15px 20px 15px 20px;
	font-size: 13px;
	text-decoration: none;
	border-radius: 50px;
	border: 2px solid white;
}
.banner .lets:hover
{
	color: #ff5474;
	background-color: white;
	border: 2px solid #ff5474;
	transition: .5s;
}
.banner .intro
{
	font-size: 13px;
	opacity: 50%;
	color: black;
	margin-left: 40px;
}
.banner img
{
	margin-bottom: 150px;
	margin-top: 80px;
}
.card-section
{
	margin-top: 50px;
}
.card-section .card-deck
{
	margin-left: 50px;
}
.card-section h5
{
	font-size: 18px;
	font-weight: 800;
}
.card-section p
{
	font-size: 13px;
	color: #939393;
}
.card-section img
{

	text-align: center;
	height: 100px; 
	width: 100px;
}
.card-section ul 
{
   list-style-type: '\2713';
}
.card-section ul li
{
	font-size: 13px;
	color: #939393;
	padding-left: 10px;
	padding-top: 10px;
}
.solutions
{
	margin-top: 200px;
}
.solutions h1
{
	font-size: 40px;
}
.solutions h2
{
	font-size: 40px; 
	font-weight: 600;
}
.solutions p
{
	font-size: 12px;
	opacity: 50%;
	margin-bottom: 50px;
}
.solutions a
{
	background-color: #ff5474;
	color: white;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border-radius: 50px;
	font-size: 13px;
}
.solutions a:hover
{
	color: #ff5474;
	background-color: white;
	border: 2px solid #ff5474;
	transition: .5s;
}
.solutions .fa
{
	margin-left: 10px;
}
.trusted
{
	margin-top: 100px;
}
.trusted h1
{
	font-size: 30px;
}
.trusted h2
{
	font-size: 35px;
	font-weight: 700;
}
.trusted p
{
	font-size: 13px;
	opacity: 50%;
}
.trusted h3
{
	font-size: 40px;
}
.trusted .t-pro-com
{
	font-size: 20px;	
	color: #ff5474;
}
.trusted .t-pro-run
{
	font-size: 20px;
	color: blue;
}
.hidden
{
	margin-top: 200px;
}
.hidden h1
{
	font-weight: 800;
	padding-bottom: 20px;
	text-align: center;
}
.hidden h2
{
	padding-bottom: 0px;
	text-align: center;
}
.hidden h3
{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 20px;
}
.hidden strong
{
	font-size: 30px;
}
.hidden h5
{
	color: #ff5474;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.hidden p
{
	color: #575757;
	font-size: 13px;
	text-align: center;
}
.hidden del p
{
	opacity: 50%;
	margin-top: 15px;
}
.hidden a
{
	text-decoration: none;
	border: 1px solid #575757;
	border-radius: 50px;
	color: #575757;
	padding: 10px 20px 10px 20px;
	text-align: center;
	margin: 0 auto;
	transition: .5s;
	display: inline-block;
}
.hidden a:hover
{
	transition: .5s;
	background-color: #ff5474;
	color: white;
	border: none;
}
.hvr-grow-shadow 
{

	cursor: pointer;
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0)!important;
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-transition-duration: 0.3s!important;
	  transition-duration: 0.3s!important;
	  -webkit-transition-property: box-shadow, transform!important;
	  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1)!important;
  transform: scale(1.1)!important;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ff5474;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #ff5474;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

.subscribe
{
	color: white;
	margin-top: 200px;
}
.subscribe h1
{
	margin-top: 50px;
}
.subscribe h2
{
	margin-top: 20px;
	margin-bottom: 30px;
}
.subscribe .container
{
	padding: 30px;
	border-radius: 50px;
	background-color: #6970ff;
	margin-bottom: 100px;
}
.subscribe input
{
	height: 60px;
	width: 500px;
	border: none;
	outline: none;
	border-radius: 50px;
	margin-bottom: 100px;
}
input::placeholder
{
	padding-left: 30px;
}
.subscribe input:focus
{
	border: none;
	outline: none;
	border-radius: 50px;
}
.subscribe button
{
	background-color: #6970ff;
	height: 60px;
	color: white;
	border: 2px solid #fff;
	border-radius: 50px;
}
.subscribe button:hover
{
	border: 2px solid #6970ff;
	color: #6970ff;
	background-color: #fff;
}
.about h1
{
	font-size: 20px;
}
.about p
{
	font-size: 12px;
	opacity: 50%;
}
.about h2
{
	font-size: 20px;
}
.about a
{
	font-size: 12px;
	color: #939393;
	text-decoration-line: none;
	display: inline-block;
	margin-top: 10px;
}
.about .fa-facebook
{
	border-radius: 100px;
	color: white;
	padding: 8px;
	font-size: 10px;
	background-color: blue;
}
.about .fa-instagram
{
	border-radius: 100px;
	color: white;
	padding: 8px;
	font-size: 10px;
	background-color: #c13684;
}
.about .fa-pinterest
{
	border-radius: 100px;
	color: white;
	padding: 8px;
	font-size: 10px;
	background-color: #ba071a;
}
.about .fa-twitter
{
	border-radius: 100px;
	color: white;
	padding: 8px;
	font-size: 10px;
	background-color: #1da0f2;
}
.a-new
{
	background-color: #ff5474;
	color: white!important;
	padding: 2px 8px 2px 8px;
	border-radius: 60px;
	margin-left: 2px;
	margin-left: 5px;
	font-size: 10px!important;
}
.a-new:hover
{
	background-color: #fff;
	color: #ff5474!important;
	transition: .5s;
}
.copyright h1
{
	font-size: 15px;
}
.copyright p
{
	font-size: 12px;
	color: #939393;
}
@media only screen and (max-width: 700px)
{
	.nav-link
	{
		margin-top: 0px;
		font-size: 13px;
		color: black;
		text-align: center;
	}
	.navbar-nav
	{
		padding:0px;
		background-color: white;
	}
	.contact
	{

		background: #6168ff;
		color: white!important;
		border-radius: 50px;
	}
	.banner h2
	{
		margin-top: 30px;
		font-size: 25px;
		font-weight: 800;
	}	
	.subscribe input
	{
		height: 30px;
		width: 200px;
		border: none;
		outline: none;
		border-radius: 50px;
		margin-bottom: 10px;
	}
	input::placeholder
	{
		padding-left: 10px;
	}
	.solutions
	{
		margin-top: 100px;
	}
	.solutions h1
	{
		font-size: 30px;
	}
	.solutions h2
	{
		font-size: 25px; 
		font-weight: 600;
	}
	.trusted
	{
		margin-top: 50px;
	}
	.trusted h1
	{
		font-size: 30px;
	}
	.trusted h2
	{
		font-size: 25px;
		font-weight: 700;
	}
	.trusted p
	{
		font-size: 13px;
		opacity: 50%;
	}
	.trusted h3
	{
		font-size: 20px;
	}
	.hidden
	{
		margin-top: 100px;
	}
	.hidden h1
	{
		font-weight: 900;
		padding-bottom: 20px;
		text-align: center;
		font-size: 25px;
	}
	.hidden h2
	{
		font-size: 30px;
		padding-bottom: 0px;
		text-align: center;
	}
	.hidden h3
	{
		margin-top: 20px;
		margin-bottom: 50px;
		text-align: center;
		font-size: 20px;
	}
	.hidden strong
	{
		font-size: 30px;
	}
	.hidden h5
	{
		color: #ff5474;
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.hidden p
	{
		line-height: 10px;
		color: #575757;
		font-size: 13px;
		text-align: center;
	}
	.hidden del p
	{
		opacity: 50%;
		margin-top: 15px;
	}
	.card-body
	{
		padding: 10px;
		width: 300px;
	}
	.card-deck
	{
		margin-left:30px;
	}
	.subscribe button
	{
		background-color: #6970ff;
		height: 35px;
		color: white;
		border: 2px solid #fff;
		border-radius: 50px;
	}
	.subscribe
	{
		color: white;
		margin-top: 100px;
	}
	.subscribe h1
	{
		font-size: 20px;
	}
	.subscribe h2
	{
		font-size: 20px;
	}

}
