* {
	border: 0px;
	outline: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
body, html {
	overflow-x: hidden;
}
body{
	font-family: 'Poppins', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #5c7b9b;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
.blankSpace {
	flex: 1 1 auto;
}
.m-1, .m-2, .m-3, .m-4, .m-5 {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mb-1 {
	margin-bottom: 10px !important;
}
.mb-2 {
	margin-bottom: 20px !important;
}
.mb-3 {
	margin-bottom: 30px !important;
}
.mb-4 {
	margin-bottom: 40px !important;
}
.mb-5 {
	margin-bottom: 50px !important;
}
.mb-6 {
	margin-bottom: 60px !important;
}
.mb-7 {
	margin-bottom: 70px !important;
}
.mb-8 {
	margin-bottom: 80px !important;
}
.p-10 {
	padding: 100px 0 !important;
}
.p-7 {
	padding: 70px 0 !important;
}
.p-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.p-5 {
	padding: 80px 0 !important;
}
hr {
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
}
h2 {
	font-size: 35px;
	color: #000;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
}
.btn {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn.btn-sm {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn-primary {
	color: #fff;
	background-color: #5c7b9b;
	border-color: #5c7b9b;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #738FAC;
	border-color: #738FAC;
}
.btn-link {
}
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
}
.text-primary {
	color: #5c7b9b !important;
}
a.text-primary:hover, a.text-primary:focus {
	color: #5c7b9b !important;
	text-decoration: underline;
}

.text-none {
	text-transform: none;
}
.form-control {
	font-size: 14px;
	padding-top: 7.5px;
	padding-right: 13px;
	padding-bottom: 7.5px;
	padding-left: 13px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 0;
	line-height: normal;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.videoFold{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.videoFoldBox{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/* .videoFoldBox:after{
background-image: url("../img/videobg.png");
background-size: cover;
background-position: center;
content: '';
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
} */
.videoTexts{
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	left: 0%;
	z-index: 99;
}
.request-loader {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 17px;
	width: 17px;
	border-radius: 100%;
	background: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.25);
	margin: 0 auto 20px auto;
  }
  .request-loader span {
	position: relative;
	font-size: 20px;
	
  }
  .request-loader::after {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border: 8.5px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	-webkit-animation-name: ripple;
			animation-name: ripple;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	-webkit-animation-delay: 0s;
			animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
			animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
  }
  .request-loader::before {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border: 8.5px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	-webkit-animation-name: ripple;
			animation-name: ripple;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
			animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
  }
  
  @-webkit-keyframes ripple {
	from {
	  opacity: 1;
	  transform: scale3d(0.75, 0.75, 1);
	}
	to {
	  opacity: 0;
	  transform: scale3d(3, 3, 1);
	  -webkit-transform: scale3d(3, 3, 1);
	  -moz-transform: scale3d(3, 3, 1);
	  -ms-transform: scale3d(3, 3, 1);
	  -o-transform: scale3d(3, 3, 1);
}
  }
  
  @keyframes ripple {
	from {
	  opacity: 1;
	  transform: scale3d(0.75, 0.75, 1);
	}
	to {
	  opacity: 0;
	  transform: scale3d(3, 3, 1);
	  -webkit-transform: scale3d(3, 3, 1);
	  -moz-transform: scale3d(3, 3, 1);
	  -ms-transform: scale3d(3, 3, 1);
	  -o-transform: scale3d(3, 3, 1);
}
  }
  .videoTextHold{
	  text-align: center;
	  position: relative;
  }
  .videoTextHold a{
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  top: 0;
  }
.videoTextHold h5{
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.videoText1{
	position: absolute;
	bottom: 15%;
	left: 5%;
}

.videoText2{
	position: absolute;
	bottom: 10%;
	left: 20%;
}

.videoText3{
	position: absolute;
	bottom: 5%;
	left: 35%;
}

.videoText4{
	position: absolute;
	bottom: 5%;
	right: 35%;
}

.videoText5{
	position: absolute;
	bottom: 10%;
	right: 20%;
}
.videoText6{
	position: absolute;
	bottom: 15%;
	right: 5%;
}

.pvLogo{
    position: fixed;
    left: 50%;
    bottom: 15px;
    -ms-transform: translateY(-0%) translateX(-50%);
    -webkit-transform: translateY(-0%) translateX(-50%);
    transform: translateY(-0%) translateX(-50%);
    -moz-transform: translateY(-0%) translateX(-50%);
    -o-transform: translateY(-0%) translateX(-50%);
	z-index: 999;
}
.footerText{
	position: fixed;
    right: 15px;
    bottom: 15px;
   
	z-index: 999;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.footerText a{
	text-decoration: none;
}
.footerText a:hover, .footerText a:focus{
	color: #fff;
}
.bannerHeading{
    position: fixed;
    left: 50%;
    top: 40%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    z-index: 999;
	width: 100%;
}
.bannerHeading h1{
	font-weight: 500;
	font-size: 120px;
	color: #fff;
}
.bannerHeading h4{
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.05em;
}
.imgBorder{
	border: solid 1px rgb(245, 245, 245);
}
@media (min-width: 1400px){
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}
 @media (max-width: 1365px) {
}
 @media (max-width: 1199px) {
	.mb-8 {
		margin-bottom: 55px !important;
	}
	.videoTextHold h5 {
		font-size: 12px;
		letter-spacing: 0.02em;
	}
	.videoText1 {
		bottom: 10%;
		left: 2%;
	}
	.videoText2 {
		bottom: 6%;
		left: 20%;
	}
	.videoText3 {
		bottom: 3%;
		left: 32%;
	}
	.videoText4 {
		bottom: 3%;
		right: 32%;
	}
	.videoText5 {
		bottom: 6%;
		right: 20%;
	}
	.videoText6 {
		bottom: 10%;
		right: 2%;
	}
	.bannerHeading h1{
		
		font-size: 80px;
	
	}
	.bannerHeading h4{
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	h2 {
		font-size: 28px;
		color: #000;
	}
	.p-7 {
		padding: 60px 0 !important;
	}
}
 @media (max-width: 767px) {
	.request-loader {
		
		margin: 0 auto 15px auto;
	}
	.videoTextHold h5 {
		font-size: 11px;
		
	}
	.videoTextHold{
		width: 100px;
	}
	.videoText1 {
		bottom: 170px;
		left: 5px;
		text-align: left;
	
	}
	.videoText2 {
		bottom: 90px;
		left: 5px;
		text-align: left;
		
	}
	.videoText3 {
		bottom: 10px;
		left: 5px;
		text-align: left;
	}
	.videoText4 {
		bottom: 10px;
		right: 5px;
	}
	.videoText5 {
		bottom:90px;
		right: 5px;
	}
	.videoText6 {
		bottom: 170px;
		right: 5px;
	}
	.bannerHeading h1{
		
		font-size: 50px;
	
	}
	.bannerHeading {
		top: 20%;
		
	}
	.footerText{
		text-align: center;
		max-width: 120px;
		left: 50%;
		-ms-transform: translateY(-0%) translateX(-50%);
		-webkit-transform: translateY(-0%) translateX(-50%);
		transform: translateY(-0%) translateX(-50%);
		-moz-transform: translateY(-0%) translateX(-50%);
		-o-transform: translateY(-0%) translateX(-50%);
		bottom: 5px;
	
}
.pvLogo{
	bottom: 15px;
}
.bannerHeading h4{
	font-size: 12px;
}
}
 @media (max-width: 575px) {
}
