/* ----------------------------------------------------------------

 ==> Table Of Content

	01. Default
	02. Header
	03. Banner

---------------------------------------------------------------- */
/* ==========================================================================
01. Start Default CSS Area
========================================================================== */

.gray_bg{
	/* background: #3a3973; */
	background-image: linear-gradient(to top right, #32238C, #413AAF, #5658DE);
    width: 100%;
	/* min-height: calc(100% - height_of_your_footer);  */
	min-height: 100%; 
	top: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
	/* background: #3a3973; */
	background-image: linear-gradient(to top right, #32238C, #413AAF, #5658DE);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}
.double-bounce1, .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fe4f6c;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2{
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce{
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* END PRELOADER DESIGN*/

.hero-heading{
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 70px;
	letter-spacing: 0.1rem;
}
.hero-sub-heading{
	font-size: 20px;
	font-weight: 400;
	color: #e6e6e6;
	line-height: 45px;
	letter-spacing: 0.1rem;
}
.section-titile-bg{
	display: inline;
	font-size: 115px;
	font-weight: 700;
	height: 100%;
	left: -173px;
	opacity: 0.1;
	position: absolute;
	top: -14px;
	width: 100%;
	text-align: center;
}
.section-title-header p{
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px;
}
.section-title{
    color: #fff;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: 600;
	position: relative;
    z-index: 1;
}
.section-title span{
	color: #fe4f6c;
}

#loader{
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}
.square-spin{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.square-spin img{
	max-width: 64px;
}
/* Section-padding */
.section-padding {
    padding: 80px 0;
}
/* ==========================================================================
01. End Default CSS Area
========================================================================== */


/* ==========================================================================
02. Start Header Area
========================================================================== */
.navbar{
    padding: 15px 0;
}
.navbar-brand p{
    font-size: 30px;
	text-transform: capitalize;
    color: #fe4f6c;
    font-weight: 600;
}
.bg-faded{
	background-color: transparent;
	transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px){ 
	.bg-faded {
		background: #fff;
		animation: fadeInDown 1s both 0.2s;
	}
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
}
@media only screen and (max-width:768px){ 
.navbar-light .navbar-nav .nav-link {color: #333;}
}
@media only screen and (max-width:480px) { 
.navbar-light .navbar-nav .nav-link {padding: 8px 0px;}
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
	color: #fe4f6c !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link{
	color: #fe4f6c  !important;
}
.navbar-light .navbar-toggler{
	border-color: #fff;
	border-radius: 0px;
}
.navbar-light .navbar-toggler{
	float: right;
	margin: 14px;
	cursor: pointer;
    background-color: #fe4f6c;
	border-color: #fe4f6c;
	border-radius: 0;
}
.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler i{
	color: #333!important;
}
.site-navigation{
    border-radius: 0px;
}
@media only screen and (max-width:480px){ 
	.collapse.show{
		display: block;
		padding: 0!important;
	}
}
.navbar-fixed{
    z-index: 99999;
    position: fixed;
    width: 100%;
	padding:20px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background:#3a3973;
	box-shadow:0 10px 40px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:768px){ 
	.navbar-fixed {background:#fff;}
	.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#333;}
}
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#fff;}
@media only screen and (max-width:768px){ 
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#333;}
}
/* ==========================================================================
02. End Header Area
========================================================================== */


/* ==========================================================================
03. Start Banner Area
========================================================================== */
#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
}
.banner_content{
	margin-top: 200px;
}
.banner_content strong{
    font-size: 30px;
	color: #fff;
}
.banner_content h1{
    color: #fff;
    font-size: calc(100% + 1.5vw + 1vh);
    margin: 5px 0 10px;
}
.banner_content h3{
	color: #fff;
	text-transform: capitalize;
	font-size: 25px;
}
.banner_content h1 span .fw_600{
	font-weight: 600;
}
.cd-headline.clip .cd-words-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}
.banner_content p{
    color: #fff;
	font-size: 14px;
    padding-bottom: 0;
    max-width: 100%;
}
.banner-images img{
	margin-top: 60px;
}
/* ==========================================================================
03. End Banner Area
========================================================================== */