﻿* {
	font-family: 'Roboto', sans-serif;
}
.nav-link.active {
	border: 1px solid #661c96;
	background-color: #7030a0;
	color: white !important;
}
.WRP_FreeTrail a{
	color:white;
	font-size:20px;
}
.Footer a {
	display: block;
	font-size: 22px;
	font-weight: 600;
}
.WRP_FreeTrail h3 {
	font-size: 20px;
	text-decoration: underline;
	color: #deb2ff;
	font-weight: 600;
	margin-top: 15px;
}
.WRP-MenuItems {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}
.copyright {
	margin:auto;
	text-align: center;
	padding: 10px 0;
	background-color: #111111;
	color: white;
	font-size: 15px;
}
.login-account {
	padding: 0px !important;
	height: 81vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.WRP_InfoGraphics {
	display: flex;
    justify-content: center;
	margin: 0px;
}
.WRP_InfoGraphics img{
	width: auto !important;
}
.WRP_Center h5 {
	margin: 0px;
}

.WRP_MenuItems.col-md-9 {
	padding-left: 10%;
	padding-top: 2%;
}
.WRP_MenuItems a:hover, .WRP_MenuItems a.active, .WRP-MenuItems a:hover, .WRP-MenuItems a.active {
	background-color: #8134b3;
	color: white;
}

.WRP_MenuItems a, .WRP-MenuItems a {
	padding: 5px 20px;
	transition: 0.3s all ease-in-out;
}

.WorkRoom-Header {
	padding: 10px;
	background-color: #f0f0f0;
}

.WRP_TopRight, .WRP_Center {
	display: flex;
	align-items: center;
	justify-content: end;
}

	.WRP_TopRight a {
		margin: 0px 15px !important;
	}

.WRP_SocialMedia a {
	margin: 0px 10px;
}

.WRP_Banner {
	background-image: url('/WRP/Media/The Workoom Pro Final Slider.jpg');
	background-size: 100% 100%;
	height: 75vh;
}

.loader h3 {
	text-align: center;
	margin: 0px;
	color: #e4b989;
	padding-left: 25px;
	padding-top: 10px;
}

.loader {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #2f143fd4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	z-index: -1;
}

	.loader.active {
		opacity: 1;
		z-index: 1;
	}

	.loader .spinner-grow {
		color: #d6b16e;
	}

.row.mt-10 {
	margin-top: 15px;
}

.form-div {
	position: relative;
	overflow: hidden;
}

.ContactForm .col-md-12, .ContactForm .col-md-6 {
	padding-bottom: 15px;
}

.errors {
	margin: 0px;
	color: red;
	font-size: 13px;
	display: none;
}

.ContactForm .form-control {
	margin: 0px ;
}

.contact_submitted {
	position: absolute;
	left: 0px;
	top: -102%;
	width: 100%;
	height: 100%;
	background-color: #271038ed;
	color: white;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.5s all ease-in-out;
}

	.contact_submitted.active {
		top: 0%;
	}

	.contact_submitted p:nth-child(3) {
		font-size: 20px;
		font-style: italic;
		text-decoration: underline;
	}

.close {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: black;
	color: white !important;
	border-radius: 50%;
	padding: 5px 8px;
	cursor: pointer;
}

.emailsent {
	position: fixed;
	top: 130px;
	right: 20px;
	color: white;
	background-color: #341f46;
	padding: 5px 15px;
}

#send {
	width: 20%;
	margin: auto;
	display: table;
}
.WRP_Content .col-md-8 {
	padding: 3% 0 3%;
	background-color: #f6f6f6;
}
.WRP_Content ul, .WRP_Content h5 {
	margin-left: 27%;
}
.WRP_Content li {
	margin-bottom: 15px;
}
.WRP_Content h5 {
    font-size: 30px;
    margin-bottom: 30px;
}
.WRP_Footer {
	padding: 2% 0;
	background-color: #1b1b1b;
	color: white;
}
	.WRP_Footer h3, .WRP_Footer h5 {
		margin: 0;
		font-size: 17px;
	}
	.WRP_Footer select {
		width: 30%;
		border-radius: 10px;
		background-color: transparent;
		color: white;
		padding: 5px;
		margin-left: 20px;
	}
/*.WRP_Fcenter {
	display: flex;
	align-items: center;
}*/
.WRP_FreeTrail {
	background-color: #404b58;
	padding: 20px;
}
option {
	color: black;
}
.WRP_Row {
	padding: 20px 0;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #3e3e3e;
}
.WRP_Footer h2 {
	font-size: 27px;
	padding: 20px 0;
}
.WRP_Menu {
	padding-top: 30px;
	margin-bottom: 35px;
}
.WRP_Menu a {
	color: white;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.WRP_form_div {
	padding: 20px;
	position: relative;
	overflow: hidden;
	background-color: #3a3a3ab8;
}
.col-md-6.WRP_login {
	margin: 5% 0;
	padding: 5%;
	background-color: #fefcffeb;
	border-radius: 20px;
}
a{
	text-decoration:none;
	color:black;
}
.theme-btn, .theme-btn:active {
	background: #7030a0;
	border: 2px solid #7030a0;
	border-radius: 35px !important;
	color: #fff !important;
	padding: 5px 15px;
}
.theme-btn:hover {
	background: rgba(255,255,255,.6);
	color: #212529 !important;
	text-decoration: none;
	border: 2px solid #7030a0;
}
.WRP_SCreen {
	position: relative;
	display: flex;
	align-items: center;
}
.WRP_FreeForm img{
	width:100%;
}
.WRP_FreeForm {
	margin: 30px 0;
}
.ContactForm .theme-btn {
    width: 150px;
}
.copyright p {
	margin: 0px;
	padding: 5px 0;
	text-align: center;
	color: white !important;
	font-size: 18px;
	width: 100%;
}
@media(max-width: 428px)
{
	.WRP_SCreen img{
		width:100%;
	}
	.WRP_SCreen{
		justify-content: center;
	}
}
@media(max-width: 770px)
{
	.WRP_Content ul, .WRP_Content h5 
	{
		display: table;
		margin: auto !important;
	}
	.WRP_SocialMedia a {
		margin: 0px 0px;
	}
}
.CLoader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: #7030a0;
    color: white;
    font-size: 17px;
    transition: 0.3s all ease-in-out;
    z-index: -1;
}

    .CLoader.Active {
        height: 100%;
        z-index: 2;
    }

.loader {
    margin-right: 15px;
    font-size: 5px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}
.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	width: 35%;
    border-radius: 11px;
  }
.button2 {background-color: #0059bade;} /* Blue */
.button3 {background-color: #f44336;} /* Red */ 
.button4 {background-color: #896b10; } /* Gray */ 
.button5 {background-color: #e1c03cce;} /* Black */
.button6 {background-color: #dd481be7;} /* Black */
.button7 {background-color: #797373c9;} /* Black */
.button8 {background-color: #ffd959;} /* Black */
.button9 {background-color: #1b1919e7;} /* Black */

@media (max-width: 767px) {
	.carousel-Btn {
		position: relative !important;
		margin-left: -6px !important;
	}
	.dropdown-menu[data-bs-popper] {
		margin-top: 0.125rem !important;
	}
}
@media (min-width: 767px) and (max-width: 1499px) {
	.dropdown-menu[data-bs-popper] {
		margin-top: 0.125rem !important;
	}
	 a.dropdown-item {
		font-size: 15px !important;
	}
	.dropdown-menu {
		left: auto !important;
		right: 60px !important;
	}
}
.WRP_Menubar {
	display: block !important;
}

.WRP_MenuItems {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.WRP_MenuItems .nav-item {
		margin: 0px 5px !important;
	}

.WorkRoom-Header {
	background-color: white;
}

.DivideBar {
	background-color: #8134b3;
	margin: 0px;
}

a.dropdown-item {
	white-space: normal;
}

.dropdown-menu {
	/*min-width: 50vw;*/
}

.featureWidth {
	min-width: 50vw !important;
	left: -25vw !important;
}

.MenuBarBody .navbar-light .navbar-nav .nav-link.active {
	color: #ffffff;
	background-color: #7030a0;
}

.MenuBarBody .navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
	background-color: #7030a0;
}

.navbar-light .navbar-nav .nav-link {
	color: #661c96;
	font-weight: 600;
	margin-right: 10px;
}

.nav-item a {
	font-size: 17px;
}

.top-menu-list a {
	font-size: 20px !important;
	color: #661c96;
}

.TopRightLinks {
	padding: 7px;
	background-color: #661c96;
	margin-left: 10px;
	color: white !important;
}

.bottom-menu-list {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.menubar-nav {
	margin: 0;
	padding: 10px;
	position: sticky;
	top: 0px;
	background-color: white;
	z-index: 99999999;
	box-shadow: 0px 5px 5px -3px #383838
}

.menubar-body {
	align-items: center;
	padding: 15px 10px;
}

.schedule-demo-btn {
	font-weight: 600 !important;
	border: 1px solid transparent;
}

	.schedule-demo-btn:hover {
		background-color: transparent;
		color: #7030a0 !important;
		text-decoration: none;
		border: 1px solid #7030a0;
	}

.dark-buttons li a {
	background-color: #661c96;
	color: white !important;
	border: 1px solid transparent !important;
	padding: 5px 15px;
	margin: 0 10px;
	min-width: 95px;
	text-align: center;
}

	.dark-buttons li a:hover {
		background-color: transparent !important;
		color: #661c96 !important;
		border: 1px solid #661c96 !important;
	}

.align-item-center {
	align-items: center;
}

.d-flex {
	display: flex;
}

.BeforeMenu {
	display: flex;
	flex-flow: wrap;
	margin-top: 15px;
}

	.BeforeMenu .nav-item {
		width: 130px;
	}

.MainMenu {
	display: flex;
	align-items: center;
	justify-content: end;
}

.dropdown-menu {
	left: auto !important;
	right: 0;
}
/*.WRP_Fcenter {
            position: fixed;
            bottom: 0%;
            width: 100%;
        }*/
.Features-img-Icons {
	width: 50px;
	height: 50px;
	padding: 10px;
}

.dropdown-item i {
	padding: 10px;
	font-size: 28px;
	color: #674f89;
	text-align: center;
}

@media(max-width:992px) {
	.MainMenu .MenuBar ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center !important;
	}

	.MenuBar .nav-item {
		width: 25%;
	}

		.MenuBar .nav-item a {
			text-align: center;
		}

	.WRP_Banner {
		height: 35vh;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		left: -23vw !important;
	}

	.dropdown-menu.featureWidth.show {
		left: -50vw !important;
	}
}

@media(max-width:500px) {
	.dropdown-menu {
		min-width: 90vw;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		left: 0vw !important;
	}

	.MenuBar .nav-item {
		width: 50%;
	}

	.WRP_Banner {
		background-size: contain;
		height: 20vh;
	}

	.BeforeMenu {
		justify-content: center !important;
	}

	.CBody {
		display: table;
		margin: auto;
	}
}

@media(min-width:999px) and (max-width:1280px) {
	.WRP_Banner {
		height: 50vh;
	}
}

@media(min-width:1280px) and (max-width:1351px) {
	.WRP_Banner {
		height: 60vh;
	}
}

@media(max-width:1350px) {
}