*,
*::before,
*::after {
  box-sizing: border-box;
}
*{
	padding:0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: 'Montserrat','sans-serif';
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 1px;
}
::-webkit-scrollbar-thumb {
    background: #050516;
    border-radius: 2px;
}
p{
	margin-bottom: 0px;
	line-height: 1.5;
}
.td-none{
	text-decoration: none;
	transition-duration: .3s;
}
.td-none:hover{
	text-decoration: none;
	transition-duration: .3s;
}
.sec-main {
    position: relative;
    padding: 8em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.des{
    position: relative;
    z-index: 5;
}
.des-para{
	font-size: 16px;
}
.text-white{
    color: #FFF;
}
.text-black{
    color: #050516;
}
.text-blue{
    color: #3FA2F6;
}
.text-violet{
    color: #AD49E1;
}
.uline-text {
    text-align: left;
}
.uline-h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF;
}
.uline-text h3::after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #FFF;
    margin: 0px;
}
.section-h3{
    position: relative;
    z-index: 5;
}
.section-h3 h3{
    font-weight: 900;
    margin-bottom: 0px;
}
.gap-section{
	padding: .5rem;
}
/*.container-fluid{
	padding: 0 7rem !important;
}*/
.section-back-text {
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: -5%;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: 'Montserrat';
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1;
}
.align-center{
	align-items: center;
	justify-content: center;
}
.vh-100{
	height: 100vh;
}
.wid-100{
    width: 100%;
}
.mr-05 {
    margin-right: 0.5em;
}
.ml-05{
    margin-left: 0.5em;
}
.bg-black {
    background-color: #050516;
}
.bg-blue{
	background-color: #3FA2F6;
}
.bg-violet{
	background-color: #AD49E1;
}
@media(min-width: 768px) and (max-width: 1199px){
	.container-fluid {
    	padding: 0px 1rem !important;
	}
}
.loader-image{
    object-fit: cover;
    object-position: center;
    width: 100%;
}