

.FullWidth {
    width:100%;
}

.text-align-center{
    text-align:center;
    width:100%;
}

.MT40{
	margin-top: 40px !important
}
.MT30{
	margin-top: 30px !important
}

.MT20{
	margin-top: 20px !important
}

.MT10{
	margin-top: 10px !important
}



.MB40{
	margin-bottom: 40px !important
}
.MB30{
	margin-bottom: 30px !important
}

.MB20{
	margin-bottom: 20px !important
}

.MB10{
	margin-bottom: 10px !important
}


.TxtLeft{
	width: 100%;
	text-align: left;
}

.TxtCenter{
	width: 100%;
	text-align: center;
}
.TxtRight{
	width: 100%;
	text-align: right;
}


.XLTitle{
	font-size: 34px;
}
.LTitle{
	font-size: 24px;
}
.MTitle{
	font-size: 20px;
}
.STitle{
	font-size: 16px;
}
.XSTitle{
	font-size: 14px;
}

.FontW400{
	font-weight:400;
}

.FontW500{
	font-weight:500;
}

.FontW600{
	font-weight:600;
}
.FontW700{
	font-weight:700;
}










/* --------------------  Dynamic Library  ----------------------- */
/* a set of dynamic rules that can be applied anywhere */
/* ____________________________________________________________________________________________________________________ */


.BrandBtn {
	display: inline-block;
	background-color: #4c6bb6;
	color: white;
	padding: 10px 30px;
	font-size: 15px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;

	border:2px solid #4c6bb6;
}
.BrandBtn:hover{
	background-color: #4261af;
	border:2px solid #4261af;
}


.SecondaryBtn{
	font-weight: 500;
	color: #284a9b;
	background-color: white;
	border:2px solid #4c6bb6;
}
.SecondaryBtn:hover{
	background-color: #e3e7f0;
	/*border:2px solid #e3e7f0;*/
}


.Wide_RoundBtn {
	padding: 8px 76px;
	-khtml-border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}

.RoundBtn {
	padding: 3px 15px;
	-khtml-border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}

.RoundBtn.Wide_RoundBtn {
	padding: 8px 76px;
}



.card {

	background-color: white;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	text-decoration: none;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.card h2 {
	color: rgb(13 60 100);
	font-size: 18px;
	font-weight: 600;
}

.card p {
	font-size: 15px;
	color: rgb(16, 16, 16);
}


.card img {
	width: 130px;
	padding: 14px;
}


.Big_Circle {
	background-color: white;
	width: 100%;
	max-width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px;
}

.Big_Circle img {
	width: 80px;
}

.Medium_Circle {
	background-color: white;
	width: 100%;
	max-width: 125px;
	height: 125px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.Medium_Circle img {
	width: 50px;
}


.Small_Circle {
	background-color: white;
	width: 100%;
	max-width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.Small_Circle img {
	width: 35px;
}


.Section {
	width: 100%;
	/*min-height: 100%;*/
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 42px 30px;
	gap: 20px;
}

/* rows can be used inside sections */
.row {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}


.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}


.SpaceAbove_10 {
	padding-top: 10px !important;
}
.SpaceAbove_20 {
	padding-top: 20px !important;
}
.SpaceAbove_30 {
	padding-top: 30px !important;
}
.SpaceAbove_40 {
	padding-top: 40px !important;
}
.SpaceAbove_50 {
	padding-top: 50px !important;
}
.SpaceAbove_60 {
	padding-top: 60px !important;
}
.SpaceAbove_70 {
	padding-top: 70px !important;
}
.SpaceAbove_80 {
	padding-top: 80px !important;
}
.SpaceAbove_90 {
	padding-top: 90px !important;
}
.SpaceAbove_100 {
	padding-top: 100px !important;
}
.SpaceAbove_120 {
	padding-top: 120px !important;
}
.SpaceAbove_130 {
	padding-top: 130px !important;
}
.SpaceAbove_150 {
	padding-top: 150px !important;
}

.SpaceAbove_200 {
	padding-top: 200px !important;
}

.SpaceAbove_250 {
	padding-top: 250px !important;
}

.SpaceAbove_300 {
	padding-top: 300px !important;
}


.SpaceBelow_50 {
	padding-bottom: 50px !important;
}

.SpaceBelow_100 {
	padding-bottom: 100px !important;
}

.SpaceBelow_150 {
	padding-bottom: 150px !important;
}

.SpaceBelow_200 {
	padding-bottom: 200px !important;
}

.SpaceBelow_250 {
	padding-bottom: 250px !important;
}

.SpaceBetween_50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.SpaceBetween_150 {
	padding-left: 150px !important;
	padding-right: 150px !important;
}

.SpaceBetween_200 {
	padding-left: 200px !important;
	padding-right: 200px !important;
}

.SpaceBetween_250 {
	padding-left: 250px !important;
	padding-right: 250px !important;
}

.SpaceBetween_300 {
	padding-left: 300px !important;
	padding-right: 300px !important;
}


.CaptionText {
	/* to avoid previous styles */
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	color: #959595;
	font-weight: 500;
	padding-top: 15px;
	text-shadow: 0px 0px 13px #ffffffb0;
}

/* instantly hides elements when assigned */
.hidden {
	display: none !important;
}




.ATFBtnsCont{	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 15px;
	margin-top: 30px;
}



.HeroText{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 600px;
	padding: 25px;

	position: relative;
	z-index: 1;
}
.Title {
	font-size: 30px;
	color: #204b5c;
	font-weight: 600;	
}





/*
.HeroText p  {
	white-space: nowrap;
}*/


/* ____________________________________________________________________________________________________________________ */

/* --------------------  Dynamic Library End ----------------------- */


/* --------------------   configuration to adjust the box model   ----------------------- */

* {
	box-sizing: border-box;
	font-optical-sizing: auto;
	font-style: normal;
	outline: none !important;
	font-family: 'Poppins', sans-serif;
}

*:not(input):not(textarea) {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
}




body.NoScroll{
	overflow: hidden;
}
body,
html {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	width: 100%;max-width: 100%;
	min-height: 100%;
}



/* avoiding custom margins */
p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
a{
	text-decoration: none;
}



.Container{
    width:100%;
    margin-right:auto;margin-left:auto;
    padding-right:15px;padding-left:15px;
}
@media only screen and (max-width: 600px) {
    
}
@media only screen and (min-width: 600px) {
    .Container{
        max-width:560px;
    }
}
@media only screen and (min-width: 768px) {
    .Container{
        max-width:768px;
    }
}
@media only screen and (min-width: 992px) {
    .Container{
        max-width:960px;
    }
}
@media only screen and (min-width: 1200px) {
    .Container{
        max-width:1140px;
    }
}















/* ############################################ Home Page ############################################ */
.Home {
	background-color: rgb(249, 249, 249);
	width:100%;
}


.BgImg {
	background-image: url("../img/ATF_Background.svg");
	background-repeat: no-repeat;
	background-size: 874px;
	background-position: right 0;
}

.Section.BgImg {
    width:100%;
    overflow:hidden;
    padding: 0px 30px;
    position:relative;
}
.Section img.Img1.ATFHPImg{
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    max-width:500px;
}
.Section img.Img1 {
	max-width: 614px;
	padding: 20px;
	width: 50%;
	height: 100vh;height: calc(100vh - 90px);
	object-fit: contain;
	object-position: center center;
}

.Section img.Img2 {
	max-width: 375px;
	width: 40%;
}

.Section .Img3{
	width: 100%;
	display: flex;
	justify-content: center;
	height: unset;	
	overflow: hidden;
	/*height: 200px;
	object-fit: contain;
	height: 140px;*/
}
.Section .Img3 img{
	width: 130%;
	height: unset;
}
.Banner.row {
	max-width: 1219px;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}










.FeaturesCont{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
	max-width: 700px;
}
.Feature{
	text-align: left;text-align: unset;
	text-transform: none;
	width: 50%;
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #2a2a2a;
	padding: 10px 20px 40px;
}
.Feature img{
	height: 75px;
	width: 75px;
	display: block;
	object-fit: contain;
	object-position: center;
	margin-bottom: 20px;
}
.Feature span{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: grey;
	
	
	padding-top: 8px;
	text-align: justify;
}





.WorkingStepsCont{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 10px;
	margin-top:30px;
	margin-bottom: 70px;
}


.Steps{
	position: relative;
	width: 20%;
	font-weight: 500;
	padding: 10px;
}
.Steps img{
	height: 75px;
	width: 75px;
	display: block;
	object-fit: contain;
	object-position: center;
	margin-bottom: 20px;
}
.Steps span{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: grey;
	position: relative;
	width: 100%;
	
}
.Steps span b{
	position: relative;
	z-index: 3;
	display: inline-block;
	background-color: #f9f9f9;
	font-weight: 400;
	padding: 0 8px 0 3px;
	font-size: 15px;
}
.Steps span:before{
	content:"";
	display: block;
	position: absolute;
	top:12px;
	left:0;
	width: 100%;width: calc(100% - 11px);
	height: 2px;
	background-color: #ececec;
}
.Steps span:after{
	content:"";
	display: block;
	position: absolute;
	top:9.5px;right: 0px;
	width: 5px;
	height: 5px;
	border:2px solid #ececec;
	border-width: 2px 2px 0 0;
	background-color: transparent;
	transform: rotate(45deg);
}
.Steps:last-child span:after{
	content:"";
	display: block;
	position: absolute;
	top:9px;right: 0;
	width: 6px;
	height: 6px;
	-moz-border-radius:100px;
	-khtml-border-radius:100px;
	-webkit-border-radius: 100px;    
	border-radius: 100px; 
	

	background-color: #ececec;
	transform: rotate(0deg);
}




.SquareDecoration{
    position:relative;
    width:100%;
}
.SquareDecoration::after{
    content: "";
	position: absolute;
	background-image: url("../img/SquareDecorations.svg");
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	top: 20px;
	right: -230px;
	z-index: 0;
}



.Banner::after,.FAQs:after {
	content: "";
	position: absolute;
	background-image: url("../img/ATFLeftShape.svg");
	background-repeat: no-repeat;
	rotate: 200deg;
	width: 300px;
	height: 300px;
	top: 500px;
	left: -210px;
	z-index: 0;
}

.AboutUs.row {
	justify-content: space-between;
	max-width: 950px;
	
}

.Jobs .row {
	justify-content: space-between;
	max-width: 900px;
	/* padding: 0px 100px; */
	/* gap: 200px; */
}

.AboutUs .HeroText {
	text-transform: uppercase;
}


.Categories .row {
	justify-content: center;
	gap: 80px;
}

.CategorySearch {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 309px;
}

.CategorySearch input {
	border: transparent;
	width: 100%;
	border-radius: 20px;
	padding: 10px 30px;
}


.SearchImg {
	position: absolute;
	right: 9px;
	top: 4px;
}

.SearchImg img {
	width: 31px;
}


.Categories input::placeholder {
	color: rgb(167, 167, 167);
	font-weight: 600;
}


.Categories .card {
	box-shadow: 0 0 17px rgba(92, 135, 255, 0.04), 0 0 66px rgba(92, 135, 255, 0.08);
}

.Categories .card:hover {
	background: linear-gradient(184deg, rgba(36,0,22,1) 0%, rgba(0,117,255,1) 0%, rgba(0,232,255,1) 100%);

}


.Categories .card:hover h2 {
	color: white;
}

.Categories .card:hover p {
	color: white;
}


.Categories .card:hover img {
	filter: invert(100%) grayscale(100%) brightness(200%);
}

.Categories.Section {
	gap: 30px;
}

.Categories a {
	text-decoration: none;
}


.Partners .Big_Circle,
.Partners .Medium_Circle,
.Partners .Small_Circle {
	box-shadow: 0 0 17px rgba(92, 135, 255, 0.04), 0 0 66px rgba(92, 135, 255, 0.08);
}

.Partners .row {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}



.Partners .HeroText{
	max-width: 550px;
	padding: 20px;
	width: 50%;
}
.Partners h1{
	
}
.Partners p{
	

	text-decoration: none;
    text-transform: none;
    font-size: 16px;
    color: #959595;
    font-weight: 500;
    padding-top: 15px;
    width: 100%;


}




.PartnersContainer {
	padding: 20px;
	height: unset;
	width: 50%;
	max-width: 440px;
}




.PartnerLogo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PartnerLogo img {
	width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center center;


    /*filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);*/
}

.PartnerLogo img:hover {
    /*filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);*/
}

.Banner2 {
	padding: 0;
}

.Banner2 .HeroText p {
	text-align: center;
}


/* Testimonies */

.Ratings {
	display: flex;
	justify-content: center;
	padding: 10px 5px 20px;
}

.RatingsSlider.owl-carousel{
	padding: 10px 20px 40px;
}

.Ratings>div {
	width: 24px;
	height: 24px;
	padding: 0;
	background-position: center center;
	background-size: contain;
	display: inline-block;
}
.FullStar{
	background-image: url('../img/Icons/Star.svg');
}
.EmptyStar{
	background-image: url('../img/Icons/EmptyStar.svg');
}
.HalfStar{
	background-image: url('../img/Icons/HalfStar.svg');
}




.Testimonies .card {
	width: 100%;
}

.card p.TestimName{
	margin-top: 12px;
	font-size: 16px;
	font-weight: 600;
}
.card p.TestimTitle{
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
}


.Testimonies .owl-theme .owl-nav{
	display: flex;
}

.Testimonies .owl-carousel .owl-item .item{
	padding-top: 32px;
}






img.OnTop {
	width: 64px;
	height: 64px;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	padding: 1px;
	-moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border: 2px solid #e3e3e3;
	top: 0;
	/* z-index: 9899; */
}

.overflow {
	height: 32px;

	position: relative;
}

.Testimonies  .owl-nav {
    position: absolute;
    top: -75px;
    right: 123px;
}

.Testimonies.Section {
	align-items: flex-start;
}


.Testimonies h2 {
	padding-left: 88px;
}

/*
.Testimonies .owl-next, .Testimonies .owl-prev {
	display: inline-block !important;
	position: static;

}*/



















@media only screen and (max-width: 600px) {
    
	.HeroText p {
		white-space: normal;
	}

	.ATFBtnsCont .BrandBtn{
		padding: 10px 0;
		width: 50%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	.PartnersContainer {
		/*height: 250px;
		width: 250px;*/
		width: 100%;
		height: unset;
	}

	.HeroText {

		max-width: unset;
		width: 100%;
		padding: 25px 0;

	}

	.BgImg {
		background-size: 600px;
	}

	.Section img.Img1 {
		max-width: 350px;
		width: 100%;
		height: unset;
	}






	.Partners .row {
		flex-direction: column;
		align-items: center;
	}
    
    .Partners .HeroText{
        max-width:unset;
        width:100%;
    }
	.Banner.row {
		flex-direction: column-reverse;
		gap: 20px;
		justify-content: center;
	}

	.Banner::after,.FAQs:after {
		top: 767px;
	}

	.AboutUs.row {
		flex-direction: column;
	}

	.Jobs .row {
		flex-direction: column-reverse;
	}

	.Categories .row {

		flex-direction: column;
	}

	.Categories.Section {
		gap: 30px;
	}
	.Categories .row {
		gap: 30px;
	}


	.Testimonies.Section {
		align-items: center;
	}
	.Testimonies h2 {
		padding-left: 0px;
	}

	.Testimonies  .owl-nav {
		 position: static;

	}






	.Feature{
		width: 100%;
	}



	.Steps{
		margin-top: 35px;
		width: 100%;
	}
	.Steps span:after{
		background-color: #f9f9f9;
		top:7.5px;
		transform: rotate(135deg);
	}


	.Section .Img3 img{
	    width: 300%;
    	height: 200px;
	}




	.Testimonies .owl-theme .owl-nav{
		display: none;
	}

	


}
@media only screen and (min-width: 600px) and (max-width: 768px) {
	
	.Banner.row.SpaceAbove_100{
		padding-top: 160px !important;
	}

	.PartnersContainer {
		/*height: 320px;
		width: 320px;*/
		width: 100%;
		height: unset;
	}
	.Partners .HeroText{
        max-width:unset;
        width:100%;
    }
	.Section img.Img1 {
		max-width: 340px;
		width: 100%;
		max-height: 340px;
	}
	.BgImg {
		background-size: 700px;
	}
	.Banner::after,.FAQs:after {
		top: 660px;
	}
 .HeroText p {
		white-space: normal;
	}

	.CategorySearch{
		max-width: 370px;
	}
	.Categories .row {

		flex-direction: column;
	}
	.Categories.Section {
		gap: 30px;
	}
	.Categories .row {
		gap: 30px;
	}

	.AboutUs.row {
		flex-direction: column;
	}
	.Jobs .row {
		flex-direction: column-reverse;
	}
	.Partners .row {
		flex-direction: column-reverse;
	}
	.Banner.row {
		flex-direction: column-reverse;
		gap: 20px;
		justify-content: center;
	}






	.Feature{
		width: 100%;
	}


	
	.Steps{
		width: 50%;
	}
	.Steps span:after{
		right: 5px;
	}
	/*.Steps:nth-child(even) span:after{
		background-color: #f9f9f9;
		top:7.5px;
		transform: rotate(135deg);
	}*/



	.Section .Img3 img{
	    width: 300%;
    	height: 200px;
	}









	



}




@media only screen and (min-width: 768px) and (max-width: 992px) {
	
	.PartnersContainer {
		height: 420px;
		width: 420px;
	}
	.HeroText p{
		white-space: normal;
	}
	.Banner .HeroText{
			max-width: 330px;
			padding: 0px;
	}
	.Banner::after,.FAQs:after{
		top: 430px;
	}

	.Categories .row {
		gap: 40px;
	}
	.BgImg{
		background-size: 830px;
	}
	.Banner.row{
		max-width: 700px;
	}

	.Section.BgImg.SpaceAbove_100{
		padding-top: 50px !important;
	}
	.Section img.Img2 {
		max-width: 300px;
		
	}

	.CategorySearch{
		max-width: 360px;
	}






	.Steps{
		margin-top: 25px;
		width: 33%;
	}
	.Steps span:after{
		right: 5px;
	}
	/*.Steps:nth-child(3n) span:after{
		background-color: #f9f9f9;
		top:7.5px;
		transform: rotate(135deg);
	}*/




	.Section .Img3 img{
	    width: 300%;
    	height: 230px;
	}

	



}

@media only screen and (min-width: 992px) {

	.WorkingStepsCont{
		max-width: 950px;
	}

	.Steps span:after{
		right: 5px;
	}



	.Section .Img3 img{
	    width: 300%;
    	height: 260px;
	}

	


}

@media only screen and (min-width: 1200px) {
	.Section .Img3 img{
	    width: 300%;
    	height: 250px;
	}


}




























/************************ Pricing Start ************************/



			.PricingTable{					
				width:100%;
				overflow: hidden;					
			    cursor: move; /* fallback if grab cursor is unsupported */
			    cursor: grab;
			    cursor: -moz-grab;
			    cursor: -webkit-grab;
			}
			.PricingTable:active {
				cursor: grabbing;
			    cursor: -moz-grabbing;
			    cursor: -webkit-grabbing;
			}
			.PricingTable table{
				border-collapse: collapse;
				margin:20px auto;
				/*width: 1000px;*/
			}
			
			.PricingTable td{
				min-width: 230px;
				width: 25%;
				max-width: 260px;
				padding: 18px 15px;
				color: #818181;
				text-align: center;
			}
			
			.PricingTable tr{
				border-bottom: 1px solid #cacaca;
			}
			.PricingTable tr:last-child,.PricingTable tr:first-child{
				border-bottom: 1px solid transparent;
			}
			
			
			.PricingTable td.TableInfoTitle{
				color: #818181;
				font-size: 15px;
				font-weight: 500;
				text-align: left;
			}

			.PricingTable .Icon{
				height: 23px;
                width: 23px;
                margin-right: 10px;
			}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			



















		  	.PricingSection{
				background-color: #fcfcfc;
				padding-top:100px !important;
			}
			.PricingSection .SectionTitle{
				padding: 30px 30px 50px;
			}

			.PricingOwl .owl-nav{
				display: none;
			}
			.PricingOwl.owl-carousel .owl-item .item{
				justify-content: flex-start;

				-moz-border-radius: 25px;
			    -khtml-border-radius: 25px;
			    -webkit-border-radius: 25px;
			    border-radius: 25px;
				background-color: #f3f3f3;
				height:unset;
			}

			.PricingOwl.owl-carousel{
				max-width: 1000px;
				padding: 10px 25px 40px;
			}


			.PricingOwl.owl-carousel .owl-item .item>div{
				min-width: 100%;
			}
			




			

			.SubscTimeCont{
				background-color: #e5e5e5 /*#e7e7e7*/;
				padding: 5px;
				display: inline-flex;

				-moz-border-radius:200px;
				-khtml-border-radius:200px;
				-webkit-border-radius: 200px;    
				border-radius: 200px;

			    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 30%);
			    -moz-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.30);
			    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 30%);
			}
			.SubscTime{
				cursor: pointer;
				color: #464646;
				font-weight: 600;
				font-size: 14px;
				padding:8px 14px;

				-moz-border-radius:200px;
				-khtml-border-radius:200px;
				-webkit-border-radius: 200px;    
				border-radius: 200px;
			}
			.SubscTime.Active{
				background-color:white;
				-webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 30%);
			    -moz-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.30);
			    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 30%);
			}

			.SavingText{
				padding: 15px 10px;
				font-size: 14px;
				font-weight: 500;
				color: #8b8b8b;
			}


			.PricingCard{
				color: #464646;				
				padding:20px;
				-moz-border-radius:25px;
				-khtml-border-radius:25px;
				-webkit-border-radius: 25px;    
				border-radius: 25px;
			}
			.PricingCard.Active{
				background-color: #4c6bb6;
				color: white;
			}

			.PlanName{
				font-weight: 700;
				font-size: 20px;
			}
			.PlanAccNo{
				color: #8b8b8b;
				font-size: 14px;
				font-weight: 500;
			}
			.PricingCard.Active .PlanAccNo{
				color: white;
			}
			.PlanPrice{
				font-size: 42px;
				font-weight: 600;
			}
			.PlanDur{
				font-size: 14px;
				color: #8b8b8b;
				font-weight: 600;
			}
			.PricingCard.Active .PlanDur{
				color: white;
			}
			
			.SubscriptionComment{
                font-size:14px;
                font-weight:500;
                color:#8b8b8b;
            }
            .PricingCard.Active .SubscriptionComment{
                color:#f0f0f0;
            }
            
            
            
            .PricingCard .PointerNone{
                pointer-events:none;
                display:inline-flex;align-items:center;
            }
            .PricingCard .PointerNone.IconInc img{
                filter: none;
                -webkit-filter: grayscale(100%);
                -moz-filter:    grayscale(100%);
                -ms-filter:     grayscale(100%);
                -o-filter:      grayscale(100%);
                
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5;
                
                height:21px;
                width:21px;
                margin-right:9px;
            }


			.PurchBtn{
				display: inline-block;
				margin:15px 0 5px;
				color: #464646;
				padding:8px 29px;
				font-size: 14px;
				font-weight: 500;
				border:2px solid #cbcfce;

				-moz-border-radius:200px;
				-khtml-border-radius:200px;
				-webkit-border-radius: 200px;    
				border-radius: 200px;
			}
			.PurchBtn:hover{
				color: white;
				background-color: #4c6bb6;
				border: 2px solid transparent;					
			}

			.PricingCard.Active .PurchBtn{
				color: white;
				background-color: transparent;
				border: 2px solid white;


			}

			.PricingCard.Active .PurchBtn:hover{
				color: #193476;
				background-color: white;
				border: 2px solid transparent;
			}



			.IconInc img{
				height:23px;width:23px;margin-right: 10px;
			}


			.TableInfoTitle{
				width: 100%;
				text-align: left;
				display: flex;
				justify-content: flex-start;
				align-items: flex-start;
				font-size: 14px;
			}
			.TableInfoTitle+.TableInfoTitle{
				padding-top: 13px;
			}

			.PlanDataOwlCont{
				padding: 25px 15px;padding:25px 20px 22px;
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: flex-start;
			}



			@media only screen and (max-width: 600px) {
				.PricingSection .SectionTitle{
					padding: 30px;
				}
				.PricingSection .owl-carousel .owl-item .item{
					width:calc(100% - 15px);
				}
				.PricingSection .owl-stage-outer {
				    padding: 0px 10px 0px;
				}
				.PricingSection .TestimonialsCard{
					padding: 0px;
				}
				.PricingSection .owl-carousel.PricingOwl{
					padding: 0px 10px;
				}
				.PlanDataOwlCont{
					padding: 25px 20px 10px;
					text-align: left;
				}
				.PlanDataOwlCont p{
					margin-bottom: 10px;
				}

				.PricingTable .Icon{
					vertical-align: middle;
					margin-right: 12px;
				}
				.TableInfoTitle.IconInc{
					display: flex;align-items: center;justify-content: flex-start;
					margin-bottom: 10px;
				}

				.PricingTable .TableInfoTitle{
					color: #818181;
					font-size: 15px;
					font-weight: 500;
					text-align: left;
				}

				.Section.PricingSection{
					padding: 0px;
				}
				.Section.PricingSection .Container{
					width: 100%;
					padding: 0;
				}


				.DurationSelectorCont{
					position: relative;
				}
			}

			@media only screen and (min-width: 600px) and (max-width: 768px) {
				.Section.PricingSection{
					padding: 20px;
				}

				.Section.PricingSection .Container{
					width: 100%;
					padding: 0;
					max-width: unset;
				}
			}

			@media only screen and (min-width: 768px) {
				.Section.PricingSection{
					padding: 50px;
				}
			}

		/************************ Pricing End ************************/













/**************** About Page **********************************/


/*
#About .Section img.Img1{
	height: 300px;
}
#About .Banner.row{
	min-height: 60vh;
	min-height: calc(var(--vh, 1vh) * 100);
}
#About .Banner {
	justify-content: center;
}
*/
#About .Banner .HeroText{
	max-width: 400px;
}

.About .Title{
    font-size: 36px;
}
.About .CaptionText{
    font-size: 18px;
}
















/**************** FAQs **********************************/

		.FAQs{
			width:100%;
			padding: 30px;
			overflow: hidden;
			display: flex;
			/*background-color: #f2f2f2;*/
			background-position: 45% top;
			gap:unset !important;
			position: relative;
			z-index: 1;
		}
		.FAQs:after{
			top:30px;
			z-index: 0;
		}
		.FAQsArt{
			width:100px;
			height: 100px;
		}
		.FAQsArt img{
			width:100%;
			height:100%;
			object-fit: contain;
			object-position: center center;
			max-width:600px;
			position: relative;
			z-index: 3;
		}

		.FAQsText{
			width:70%;
			padding: 25px 50px;
		}
		.FAQsText h1{
			color: #204b5c;
			font-size: 30px;		    
		    font-weight: 700;
		}

		.FAQsText .SubTitle{
			font-size: 16px;
			color:#7b7b7b;
			max-width:550px;
			margin-top: 10px;
			margin-bottom: 30px;
		}

		.FAQsQuesTitle{
			position: relative;
			display: block;
			cursor: pointer;
			width:100%;
			text-align: left;
			color:#464646;
			font-weight: 600;
			font-size: 15px;
			border-bottom: 1px solid #c2c2c2;
			padding:20px 45px 20px 15px ;
			z-index: 3;
		}
		.FAQsQuesTitle:after{
			content:"";
			position: absolute;
			right:20px;
			top:calc(50% - 4px);

			border: solid #57a0a3;
			border-width: 0 3px 3px 0;
			display: inline-block;
			padding: 3px;
			position: absolute;
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
		}

		.FAQsSingleQuesCont input[type=checkbox]:checked  ~ .FAQsQuesTitle:after {
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			
		}


		.FAQsQuesBody {			
			padding: 15px;
			text-align: left;
			color: #818181;
			font-size: 15px;
			line-height: 26px;
			position: relative;
			overflow: hidden;
			max-height: 800px;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
			transform: translate(0, 0);
			margin-top: 10px;
			z-index: 2;

			transition: all 0.25s ease-in-out;
		}

		.FAQsQuesCont {
			width: 100%;
			perspective: 900;
			padding: 0;
			margin: 0;
		}
		.FAQsSingleQuesCont{
		  position: relative;
		  padding: 0;
		  margin: 0;
		  padding-bottom: 4px;

		  animation: flipdown 0.5s ease both;
		}
		.FAQsSingleQuesCont:last-of-type {
		  padding-bottom: 0;
		}


		.FAQsSingleQuesCont input[type=checkbox] {
		  display: none;
		}
		.FAQsSingleQuesCont input[type=checkbox]:checked  ~ .FAQsQuesBody {
		  margin-top: 0;
		  max-height: 0;
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		  filter: alpha(opacity=0);
		  -moz-opacity: 0;
		  -khtml-opacity: 0;
		  opacity: 0;
		  padding: 0 15px;
		  transform: translate(0, 50%);
		}

		@keyframes flipdown {
		  0% {
		    opacity: 0;
		    transform-origin: top center;
		    transform: rotateX(-90deg);
		  }
		  5% {
		    opacity: 1;
		  }
		  80% {
		    transform: rotateX(8deg);
		  }
		  83% {
		    transform: rotateX(6deg);
		  }
		  92% {
		    transform: rotateX(-3deg);
		  }
		  100% {
		    transform-origin: top center;
		    transform: rotateX(0deg);
		  }
		}


		@media only screen and (max-width: 600px) {
			.FAQs{
				flex-direction: column;
				padding: 30px 5px;
				background-position: 45% top;
			}
			.FAQsArt{
				width:100%;
			}
			.FAQsText{
				width:100%;
				padding: 50px 10px;
			}
		}

		@media only screen and (min-width: 600px) {
			.FAQsText{
				width: 100%;
				max-width: 750px;
			}
		}















/************ FORMS ***********************/

/*Hide Show/Hide Eye in Edge*/
input::-ms-reveal,
input::-ms-clear {
    display: none !important;
}


.InputCont textarea {
    resize: none;
}

.InputCont input,
.InputCont textarea {

    padding: 10px;
    padding-left: 35px;
    outline: none;
    border: none;
    color: white;

    background-color: transparent;

    border-bottom: 2px solid white;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}


.InputCont input::-webkit-input-placeholder,
.InputCont textarea::-webkit-input-placeholder {
    color: #e7e7e7;
}

.InputCont input::-moz-placeholder,
.InputCont textarea::-moz-placeholder {
    color: #e7e7e7;
}

.InputCont input:-ms-input-placeholder,
.InputCont textarea:-ms-input-placeholder {
    color: #e7e7e7;
}

.InputCont input:-moz-placeholder,
.InputCont textarea:-moz-placeholder {
    color: #e7e7e7;
}

.InputCont input::placeholder,
.InputCont textarea::placeholder {
    color: #e7e7e7;
}





.InputCont input+img,
.select-selected>img,
.InputCont textarea+img,
.select-selected>img {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 9px;
    left: 5px;
    display: block;

    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.70);
    opacity: .70;
    pointer-events: none;
}

.InputCont input:focus+img,
.InputCont textarea:focus+img {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
}


#PasswordInput {
    padding-right: 34px;
}

.PasswordRevealBtn {
    display:none;
    cursor: pointer;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 9px;
    right: 5px;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.70);
    opacity: .70;
}

.Separator {

    margin: 25px 0 10px;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF30;
}



/*Custom Select Menu*/
.custom-select {
    position: relative;
    width: 100%;
    /*max-width:400px;*/

}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
    border: 2px solid #dddddd;

    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #2a2a2a transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #2a2a2a transparent;
    top: 14px;
}

.select-items div,
.select-selected {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 50px 10px 16px;
    text-align: left;
    cursor: pointer;
    user-select: none;

    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.select-items {
    position: absolute;
    font-size: 15px;
    background-color: #f1f1f1/*#e7e7e7
        /*#ededed*/
    ;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;

    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;

    -moz-box-shadow: 0px 5px 30px #2b2b2b36;
    -webkit-box-shadow: 0px 5px 30px #2b2b2b36;
    box-shadow: 0px 5px 30px #2b2b2b36;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #263e88;
    color: white !important;
}

.select-items div+div {
    border-top: 2px solid #d1d1d1;
}








.InputCont .select-items div,
.InputCont .select-selected {
    color: #e1e1e1;
    font-size: 13px;
    padding-left: 37px;

    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.InputCont .select-items div {
    color: #0d0d0d
}

.InputCont .select-items {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
}

.InputCont .select-selected {
    border: 0 solid #dddddd;
    border-bottom: 2px solid #dddddd;
}

.InputCont .select-selected:after {
    border-color: #FFFFFF transparent transparent transparent;
    right: 10px;
    top: 19px;
}

.InputCont .select-selected.select-arrow-active:after {
    border-color: transparent transparent #FFFFFF transparent;
    top: 10px;
}



.SocialInput img {
    -webkit-filter: invert(80%);
    -moz-filter: invert(80%);
    -ms-filter: invert(80%);
    -o-filter: invert(80%);
    filter: invert(80%);
    width: 20px !important;
    height: 20px !important;
}




















/****************Contact Us *****************/


.SMIcon {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 4px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.SMIcon:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.SMIcon::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 50px;
    left: 0;
    -webkit-transition: top .1s;
    -moz-transition: top .1s;
    -o-transition: top .1s;
    transition: top .1s;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.SMIcon:hover::before {
    top: 0;
}


.SMIcon.LinkedIn:hover::before {
    background-color: #0077b5;
}

.SMIcon.Instagram:hover::before {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.SMIcon.Youtube:hover::before {
    background-color: #FF0000;
}

.SMIcon.Facebook:hover::before {
    background-color: #395693;
}

.SMIcon.X:hover::before {
    background-color: #000000;
}

.SMIcon.Email:hover::before {
    background-color: #00040f;
}




.SMIcon>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 4;
}
#Contact.Section{
	gap: 0;
}
#Contact .CaptionText{
	padding-top:0px;
}

#ContactUs{
	margin-bottom: 50px;
}
#ContactUs .InfoNFormCont {
    display: flex;
    background-color: #f8fbff;
    padding: 0;
    -moz-border-radius: 13px;
    -khtml-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    overflow: hidden;
}

.ContactInfCont {
    display: flex;
    align-items: flex-start;
    flex-direction: column;

    background-color: #4c6bb6;
    padding: 35px;
    width: 40%;
    flex-shrink: 0;
    -moz-border-radius: 13px;
    -khtml-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.ContactInfCont>.Titles>h2 {
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
}

.ContactInfCont>.Titles>p {
    color: #e5e5e5;
    font-size: 15px;
    font-weight: 500;
}

.ContactChannels {
    padding: 40px 0 20px;
}

.ContactFormInfo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid #ffffff0d;
}

a.ContactFormInfo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.ContactInfCont .SocialMediaIconsCont {
    padding: 10px 0 0;
}

.ContactInfCont .SocialMediaIconsCont .SMIcon {
	display: inline-block;
    height: 35px;
    width: 35px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;

    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

}

.ContactFormInfo>img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    -webkit-filter: invert(100%) brightness(10);
    -moz-filter: invert(100%)  brightness(10);
    -ms-filter: invert(100%)  brightness(10);
    -o-filter: invert(100%)  brightness(10);
    filter: invert(100%)  brightness(10);
}

#ContactUs .FormContainer {
    margin: 0 !important;
    background-color: transparent;
    padding: 30px;
    width: 100%;
}

#ContactUs .FormContainer form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 26px;
}

#ContactUs .FormContainer .InputCont {
	position: relative;
    width: 50%;
    width: calc(50% - 13px);
    margin: 0 !important;
}

#ContactUs .FormContainer .InputCont.TxtAreaCont {
    width: 100%;
}

#ContactUs .InputCont input::-webkit-input-placeholder,
#ContactUs .InputCont textarea::-webkit-input-placeholder {
    color: #696c72;
}

#ContactUs .InputCont input::-moz-placeholder,
#ContactUs .InputCont textarea::-moz-placeholder {
    color: #696c72;
}

#ContactUs .InputCont input:-ms-input-placeholder,
#ContactUs .InputCont textarea:-ms-input-placeholder {
    color: #696c72;
}

#ContactUs .InputCont input:-moz-placeholder,
#ContactUs .InputCont textarea:-moz-placeholder {
    color: #696c72;
}

#ContactUs .InputCont input::placeholder,
#ContactUs .InputCont textarea::placeholder {
    color: #696c72;
}

#ContactUs .InputCont .select-selected {
    color: #696c72;
    border-bottom: 2px solid #cacaca;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#ContactUs .InputCont input,
#ContactUs .InputCont textarea {
    color: #00040f;
    font-weight: 500;
    border-bottom: 2px solid #cacaca;
}

#ContactUs .InputCont input:focus,
#ContactUs .InputCont textarea:focus {
    border-bottom: 2px solid #595c66;
}

#ContactUs .InputCont .select-selected:after {
    border-color: #696c72 transparent transparent transparent;
}

#ContactUs .InputCont .select-selected.select-arrow-active:after {
    border-color: transparent transparent #696c72 transparent;
}

#ContactUs .FormContainer .BrandBtn {
    width: unset;
    padding: 10px 50px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}





@media only screen and (max-width: 768px) {
    #ContactUs .InfoNFormCont {
        flex-direction: column;
    }

    .ContactInfCont {
        width: 100%;
    }

    #ContactUs .FormContainer form {
        gap: 30px 0;
        padding: 25px 0;
    }

    #ContactUs .FormContainer .InputCont {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}




























/*************** Pop Ups ***************/
#RegistrationPopUp,
#AvatarsPopUp {
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    z-index: 999999999999999999999999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000040;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}
#RegistrationPopUp .BrandBtn, #AvatarsPopUp .BrandBtn{
	margin-top:20px;
}
#RegistrationPopUp .WhiteBgContainer,
#AvatarsPopUp .WhiteBgContainer {
    padding: 20px 15px;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 55px -7px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 55px -7px rgba(0, 0, 0, 0.50);
    box-shadow: 0 0px 55px -7px rgb(0 0 0 / 50%);
}



#RegistrationPopUp .WhiteBgContainer svg {
    width: 100px;
    height: 100px;
}

#RegistrationPopUp .WhiteBgContainer svg path {
    fill: #424242;
}

#RegistrationPopUp>div,
#AvatarsPopUp>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 15px;
    max-width: 440px;
    width: 90%;
}

#AvatarsPopUp>div {
    max-width: 800px;
}

#RegistrationPopUp>div>img,
#AvatarsPopUp>div>img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

#RegistrationPopUp>div>h1,
#AvatarsPopUp>div>h1 {
    font-weight: 800;
    font-size: 18px;
    color: #191919;
    margin-bottom: 10px;
    text-shadow: unset;
}

#RegistrationPopUp>div>h2,
#AvatarsPopUp>div>h2 {
    font-weight: 800;
    font-size: 28px;
    color: #191919;
}

#RegistrationPopUp>div>p,
#AvatarsPopUp>div>p {
    font-size: 14px;
    font-weight: 500;
    color: #727272;
}












































































/************************* Login ******************************************/

.LoginHero{
	height: 100vh;
	min-height: 600px;
	width:100%;
	padding: 80px 0 0;
	position: relative;
	background-image: url("../img/ATF_Background.svg");
	background-size: cover;
	background-position:right bottom;
	margin-bottom:100px;
}

.LoginHero.RegisterHero{
	min-height: 670px;
}

.BackgroundContainer{

	height: 100%;
	width: 100%;
	background-image: url('../img/About US.svg');/*../img/ClasspillLogin.webp*/
	background-size: contain;
	background-position:right center;
	background-size: 60% 60%;
	background-repeat:no-repeat;
	position: relative;
	overflow: hidden;
    display: flex;
}


.Overlay{
	position: absolute;
	height: 100%;
	width:100%;
	overflow:hidden;
	
}
.Overlay::before{
    content:"";
    position:absolute;
    display:block;
    bottom:0;left:-50%;
    height:140%;
    width:200%;
    -moz-border-radius:50%;
	-khtml-border-radius:50%;
	-webkit-border-radius: 50%;    
	border-radius: 50%;
    background-color: #154c79e3/*#154c7982*/;
}




.BrandBtn.Dark{
	background-color: #2e2e2e;
}
.BrandBtn.Dark:hover{
	background-color: #111111;
}


.LoginHero .FormContainer{			
	/*height: 100%;*/
	width: 360px;
	padding:40px 20px;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	position: relative;
	z-index: 9;
	color: white;
	margin: auto 0;
	margin-left: 20%;
	margin-left: calc(25% - 180px);



}


.forgetPWBtn{
    font-size: 14px;
    width: 100%;
    text-align: right;
    text-decoration: none;
    color: white;
    display: inline-block;
    margin-top:20px;
}

form{
	width:100%;

}

.InputCont{
	width: 100%;
	position: relative;
	top: 0;left: 0;
	margin-top:20px;
}
.FormContainer .BrandBtn{
	width: 100%;
}

/*Hide Show/Hide Eye in Edge*/
 input::-ms-reveal, input::-ms-clear {
	display: none !important;
}

.InputCont input{
	
	padding:10px;
	padding-left:35px;
	outline: none;
	border:none;
	color: white;

	background-color: transparent;

	border-bottom:2px solid white;
	width: 100%;
	position: relative;
	top:0;
	left:0;
}


.InputCont input::-webkit-input-placeholder {
	color: #e7e7e7;
}
.InputCont input::-moz-placeholder {
	color: #e7e7e7;
}
.InputCont input:-ms-input-placeholder {
	color: #e7e7e7;
}
.InputCont input:-moz-placeholder {
	color: #e7e7e7;
}
.InputCont input::placeholder {
	color: #e7e7e7;
}





.InputCont input + img {
	position: absolute;
	width: 22px;
	height: 22px;
	top:9px;left:5px;
	display: block;

	-khtml-opacity:.70; 
	-moz-opacity:.70; 
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.70);
	opacity:.70;
	
	
	
	
	-webkit-filter: brightness(10);
    -moz-filter: brightness(10);
    -ms-filter: brightness(10);
    -o-filter: brightness(10);
    filter: brightness(10);
}
#ContactUs .InputCont input + img{
	-webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    filter: unset;
}
.InputCont input:focus + img {
	-khtml-opacity:1; 
	-moz-opacity:1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	opacity:1;
}


#PasswordInput{
	padding-right: 34px;
}
.PasswordRevealBtn{
	cursor: pointer;
	width: 22px;
	height: 22px;
	position: absolute;
	top:9px;
	right: 5px;
	-khtml-opacity:.70; 
	-moz-opacity:.70; 
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.70);
	opacity:.70;
}

.Separator{

	margin: 25px 0 10px;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF30;
}

.SignInUpLinkCont{
	text-align: right;
}

.SignInUpLinkCont a,.SignInUpLinkCont p{
	display: inline-block;
	font-size: 14px;
	margin: 0;padding: 0;
}
.SignInUpLinkCont a{
	text-decoration: underline;
	margin-left: 10px;
	color:white;
	font-weight:600;
}



















.TermsNCondCont .CheckBoxLabel{
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
	position: relative;word-wrap:break-word;
}

.TermsNCondCont.SignInUpLinkCont span{
	font-size: 13px;
	font-weight: 500;
	padding-left: 35px;
	display: inline-block;word-wrap:break-word;
}
.TermsNCondCont.SignInUpLinkCont a{
	font-size: 13px;
	font-weight: 500;
	margin-left: 2px;
	display: inline;word-wrap:break-word;
}

.TermsNCondCont input[type="checkbox"] {
	position: absolute;
	left:6px;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffffab;
	margin: 0;
	cursor: pointer;

	font: inherit;
	
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;    
	border-radius: 5px;
	/*transform: translateY(-5px);*/
	margin-right: 5px;

	display: inline-grid;
	place-content: center;
}

.TermsNCondCont input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: black;
}

.TermsNCondCont input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.TermsNCondCont input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}






















@media only screen and (max-width: 600px) {
	.LoginHero .FormContainer{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		padding: 0 40px
	}
	.BackgroundContainer{
	    background-image:unset;
	}
	.Overlay::before{
	    left:-130%;
	    height:200%;
	    width:400%;
	}
}

@media only screen and (min-width: 600px) {
	.LoginHero .FormContainer{
		margin-left: 40%;
		margin-left: calc(40% - 180px);
	}
	
	
    .BackgroundContainer {
        background-image: unset;
    }
	
}

@media only screen and (min-width: 768px) {
	.LoginHero .FormContainer{
		margin-left: 20%;
		margin-left: calc(25% - 180px);
	}
	.BackgroundContainer {
	    background-image: url('../img/About US.svg');
	    
	}
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}



















/******************* Login ***************************/
		.LoginBody{
			
			width:100%;height: 100%;
		}
		#FrameContainer{
			padding-top:100px !important;
			background-image:url('../img/BGs/SignInBg.jpg') !important;
			background-size: cover;
			background-position: 100% 50%;


			min-height: 100vh;
			width: 100%;
			display: flex;
			padding: 20px;
		}
		
		
		.FormContainer textarea{
			line-height: unset;height: unset;resize: vertical;
		}
		/*.FormContainer textarea:focus,.FormContainer input:focus{border-bottom: 1px solid #243030;}
		.FormContainer label{margin-bottom:5px;}*/
		.FormLabel{
			width:100%;
			text-align:left;
			display: block;
			padding: 2px 10px;
		    font-weight: 500;
		    color: #0d4f4e;
		}
		.FormContainer h2{margin-bottom:15px;text-align:center;}
		
		/*.FormContainer img{height:50px;margin-bottom:20px;}*/

		.FormLink{
			display:block;
			padding:5px 0 10px;
			text-align: right;
			font-weight: 600;
			font-size:14px;
			color:#29595f;
			position: relative;
		}
		.FormLink:hover{
			color:#727272;
		}

		.ExtraText{
			border-top:2px solid #29595f2b/*#29595f3b*/;
			padding-top:15px;
		}

		.CommentText{
			color:grey;
			font-size:14px;
		}

		.input-group{
			position: relative;
		}

		.input-group .nice-select{
			padding-left: 10px;			
    		margin:10px 0 10px;
    		background-color: #ededed;
    		border:none;
    		color:#7d7575/*#6a8a89*/;
    		font-size:13px;
    		font-weight: 500;
    		border-bottom: 1px solid #66a8ab;

    		-moz-border-radius:0px;
			-khtml-border-radius:0px;
			-webkit-border-radius: 0px;    
			border-radius: 0px;
    		float: unset;
		}
		.input-group .nice-select .option {
			color: black;
			font-weight: 500;
			font-size: 14px;
		}
		.input-group .nice-select .option.selected{
			font-weight: 700;
		}
		.input-group .nice-select:hover{
			background-color: #e8e8e8;
		}
		.input-group .nice-select span{
			background-color: unset;
    		color: unset;
    		margin:0;
    		padding: 6px 0;
    		font-weight: 600;
		}
		#SubjectSelect{
			display: none;
		}


		@media only screen and (max-width: 600px) {
			.FormContainer{
				width:100%;
				padding: 30px 25px;
			}
			.FormContainer .BrandBtn{
				display: inline-block;
			}
		}


		/* Scorllbar Start ******************/
		.PopUpMessage.FormContainer{
			scrollbar-width: auto;
			scrollbar-color: #8f54a0 #dbdbdb;
		}
		.PopUpMessage.FormContainer::-webkit-scrollbar {
			width: 14px;
		}

		.PopUpMessage.FormContainer::-webkit-scrollbar-track {
			background: #dbdbdb;
			-moz-border-radius:0 9px 9px 0;
			-khtml-border-radius:0 9px 9px 0;
			-webkit-border-radius: 0 9px 9px 0;    
			border-radius: 0 9px 9px 0;
		}

		.PopUpMessage.FormContainer::-webkit-scrollbar-thumb {
			background-color: #04494d;
			-moz-border-radius:10px;
			-khtml-border-radius:10px;
			-webkit-border-radius: 10px;    
			border-radius: 10px;
			/*border: 1px solid #ffffff;*/
		}
		/* Scorllbar End ******************/

		.TermsNCondText{
			text-align: left;
			color:grey;
			font-size:13px;
			font-weight: 500;
		}
		.TermsNCondBtn{
			font-size:14px;
			display: inline;
			background-color: transparent;
			color:#2c6d70;
			cursor: pointer;
		}
		

		.input-group.Half{
			display: flex;
			gap:15px;
		}
		.input-group.Half input{
			width:50%;
		}

		.input-group.Half.Radio{
			padding: 2px 10px;
		}
		.input-group.Half.Radio label{
			width:unset;
			min-width:40%;
			padding: 5px 10px;
			padding-left:30px;
		}








		.FormContainer.LoginForm{
			padding-bottom:15px;
		}
		.FormFooter{
			/*background-color: #3f3f3f;*/
			width:100%;
			display: inline-block;

			-moz-border-radius:0 0 10px 10px;
			-khtml-border-radius:0 0 10px 10px;
			-webkit-border-radius: 0 0 10px 10px;    
			border-radius: 0 0 10px 10px;


			border-top: 2px solid #29595f1f /*#29595f2b/*#29595f3b*/;
    		margin-top:20px;padding-top: 15px;
		}
		p.FormQues{
		    /*color: #ccd0d0;*/
		    display: inline-block;
		    width: unset;
		    font-size: 14px;
		}
		a.FormLinkIB.FormLink{
		    /*color: #ffffff;*/
		    display: inline-block;

		}
		









		@media only screen and (max-width: 768px) {
			#FrameContainer{
				background-position: 95% 50%;
			}
			.FormContainer{
				margin:auto;
			}
		}
		@media only screen and (min-width: 768px) {
			#FrameContainer{
				background-position: 55% 50%;
			}
			.FormContainer{
				margin-left: calc( 30% - 215px);
				margin-top:auto;
				margin-bottom: auto;
			}
		}
		@media only screen and (min-width: 992px) {
			#FrameContainer{
				background-position: 50% 50%;
			}
		}









		/* Form Radio *********/
		.RadioCont {
	        padding:5px;
	        display: inline-block;
	        position: relative;
	        padding-left: 32px;
	        margin-bottom: 12px;
	        cursor: pointer;
	        font-size: 16px;
	        text-align: left;
	        width:50%;
	        color: #0d4f4e;
	        font-weight: 500;
	      }
	      .RadioCont input {
	        display: none;
	      }
	      .checkmark {
	        position: absolute;
	        top: calc(50% - 11px);
	        left: 0;
	        height: 22px;
	        width: 22px;
	        background-color: #dcdcdc/*#c8c8c8/*#eee*/;
	        -moz-border-radius:50%;
			-khtml-border-radius:50%;
			-webkit-border-radius: 50%;    
			border-radius: 50%;
	      }
	      .RadioCont:hover input ~ .checkmark {
	        background-color: #ccc;
	      }
	      .RadioCont input:checked ~ .checkmark {
	        background-color: #498184/*#2196F3*/;
	      }
	      .checkmark:after {
	        content: "";
	        position: absolute;
	        display: none;
	      }
	      .RadioCont input:checked ~ .checkmark:after {
	        display: block;
	      }
	      .RadioCont .checkmark:after {
	        top: calc(50% - 4px);
	        left: 7px;
	        width: 8px;
	        height: 8px;
	        -moz-border-radius:50%;
			-khtml-border-radius:50%;
			-webkit-border-radius: 50%;    
			border-radius: 50%;
	        background: white;
	      }
































































/************************************* Subscription ****************************************/

.SubscriptionCont{
    width:100%;
    display:flex;
    flex-basis:50%;flex-wrap:wrap;
}

.SubscrDetailsCont{
    position:relative;z-index:2;
    background-color:#ffffff94;
    
    -khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	
	-webkit-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.15);
}
.SubscriptionCont .HalfWidth{
    width:100%;padding:24px;
}
.SubscriptionCont .HalfWidth:nth-child(2){
    max-width:350px;padding:20px;
}
.SubscriptionCont h1{
    padding:0 0 30px;
}



.SubscDivSelCont{
    
    display:flex;
    align-items:center;justify-content:space-between;
    padding:12px 20px;padding:12px;
    background-color:#4c6bb60f/*#efefef*/;
    border-radius:5px;
    margin:0 0 10px 0;
}
.SubscDivSelCont .nice-select{
    width:150px;
}
.SubsTitle{
    font-weight:700;
    font-size:22px;
    margin:20px 0 15px;
}
.SubsSubTitle{
    font-weight:500;
    padding:0 35px 0 0;
}

.OrderSummary div{
    display:flex;
    width:100%;
    text-align:right;
    padding:8px 0;
}
.OrderSummary .FullWidth{
    justify-content: flex-end;
    margin-top:10px;
}
.OrderSummary p,.OrderSummary span{
    width:100%;
    text-align:left;
}
.OrderSummary span{
    text-align:right;
}
.TotalSubsCont{
    margin:10px 0 10px;
    border-top:3px solid #3c6bb0;
    padding:10px 0 0 !important;
}
.TotalSubsCont p,.TotalSubsCont span{
    font-weight:700;
    font-size:24px;
}
.SubsSmText{
    font-size:14px;
    color:#3c3c3c;
    padding:0 0 10px;
}

.FormContainer.FormSubscription{
    width:100%;
    max-width:unset;
    margin:0 !important;
}


.FormSubscription .input-group{
    display:flex;flex-wrap:wrap;
    align-items:center;
    margin-top:60px;
    
}

.FormSubscription .input-group .SubsTitle{
    
    font-size: 16px;
    font-weight: 600;
    width:100%;
    padding:0 20px 0 0;
    margin:0;
}


.FormSubscription .input-group .FullWidth{
    width:100% !important;
    max-width:400px;
    display:flex;justify-content:center;align-items:center;
    padding:0 0 0 0;
    margin:10px 0;
    position:relative;
    gap:14px;
}

.FormSubscription .input-group input{
    
    border:none;outline:none;
    border-bottom:2px solid #cacaca;
    padding:10px 10px 10px 45px;
    width:100%;
    font-weight:400;
    font-size:14px;
}
.FormSubscription .input-group input:focus{
    border-bottom:2px solid #595c66;
}
.FormSubscription .input-group input+img{
    position:absolute;
    top:10px;top:calc(50% - 13px);
    left:6px;
    height:26px;width:26px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
    
}
.FormSubscription .input-group input:focus+img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}




.FormSubscription .input-group .FullWidth .BrandBtn{
    margin:0;
    padding: 13px 60px;
    font-size: 13px;
    background-color:#adb4b5;
    
    
    padding: 12px 45px;
    font-size: 12px;
    background-color: #adb4b5;
    border:none;
    width:unset !important;
}
.FormSubscription .input-group .FullWidth .BrandBtn:hover{
    background-color: #727575;
}
.InputRes{
    margin:10px 0 0 !important;
}


.FormSubscription .Response{
    margin-top:5px;
    width: 100%;
    text-align: left;
}
.FormSubscription .Response span{
    
    background-color:#d4e2ef;
    font-size:14px;
    font-weight:500;
    padding:12px 16px;
    -khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}




@media only screen and (max-width: 600px) {
    .Section.FAQs.About.SubsMainCont{
        padding-top:100px;
    }
    .SubscriptionCont .FormSubscription h1{
        padding: 0 0 13px;
        font-size: 25px;
    }
    .SubscriptionCont{
        flex-direction:column;
    }
    .SubscriptionCont .FormContainer{
        padding: 20px 20px;
    }
    .SubscriptionCont .HalfWidth:nth-child(2).OrderSummary{
        max-width:unset;
        padding: 30px 10px;
    }
    .SubscDivSelCont{
        flex-wrap:wrap;
    }
    .SubscDivSelCont .nice-select{
        margin:10px 0 7px auto;
    }
    .SubscriptionCont .HalfWidth{
        padding:0;
    }
    .FormSubscription .input-group{
        margin-top:15px;
        flex-wrap:wrap;
    }
    #PromoCodeChecker{
        margin-top:15px;
    }
    
    .FormSubscription .input-group .FullWidth{
        width:100% !important;
        display:flex;
        justify-content:center;
        padding:0;
    }
    
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .SubscriptionCont{
        flex-direction:column;
    }
    .SubscriptionCont .HalfWidth:nth-child(2).OrderSummary{
        max-width:unset;
        padding: 30px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .SubscriptionCont{
        flex-wrap:nowrap;
    }
}
@media only screen and (min-width: 992px) {
    .SubscriptionCont{
        flex-wrap:nowrap;
    }
}















/********************* Pricing Mngmnt *****************************/
#PricingEditForm .input-group label,#InstructorsForm .input-group label,#PricingEditForm .input-group label,#CourseCreationForm .input-group label{
    text-align:left;
    display:block;
    width:100%;
    margin-top:20px;
    font-weight:500;
    font-size:15px;
}
.error,.Success{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.Success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

