/***** Import *****/
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** Global *****/
body{
  background: url(https://i.imgur.com/1jcWLy2.png);
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6{
  color: #270f57;
  font-family: 'Poppins',sans-serif;
}

p, label, a, button, span, div{
  /* color: #0f5fa7; */
  font-family: 'Poppins',sans-serif;
}

.row-flex{
  	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.align-items-center{
  align-items: center;
}

.justify-content-center{
  justify-content: center;
}


.m-0{
  margin: 0 !important;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 50px;
}

.well {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #00000010;
    box-shadow: rgb(39 15 87 / 10%) 0px 20px 40px;
    width: 100%;
    overflow: auto;
}

.form-control {
    border-radius: 15px;
    height: 55px !important;
    padding: 15px;
}

.panel-body.border-solid.border-rounded{
  	border-radius: 15px;
    padding: 15px;
}

.highlighted {
    color: #3EA4FF;
}

.highlighted:before {
    content: '';
    display: block;
    height: 12px;
    width: 44%;
    background: #e4d5ff;
    position: relative;
    bottom: -46px;
    z-index: -1;
    margin-top: -12px;
}

.btn-primary{
  width: 100%;
  background: #3ea4ff;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  height: 55px;
  box-shadow: rgb(135 184 255) 0px 20px 30px -12px;
  transition: all 0.5s ease-in-out;
}

.btn-primary:hover{
  background: #134b7e;
  color: #fff;
  box-shadow: rgb(15 51 87 / 60%) 0px 20px 30px -12px;
}

.btn-secondary{
  background: #270f57;
  color: #fff;
  border-radius: 15px;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
  padding: 12px 20px;
  height: 55px;
  box-shadow: rgb(39 15 87 / 60%) 0px 20px 30px -12px;
}

.bg-transparent{
  background: transparent;
  border: none;
  box-shadow: none;
}

.primary-color{
  color: #270f57 !important;
}

.alert{
  border-radius: 15px;
}

/***** Guest Navbar *****/
nav.guestnav{
  padding: 35px;
  border: 0;
  background: #ffffff50;
  backdrop-filter: blur(30px);
  transition: all 0.5s ease-in-out;
}

nav.guestnav.navscrolled{
  padding: 10px;
}

button.navbar-toggle{
    background: #3EA4FF;
    border-radius: 30px;
    height: 50px;
    width: 50px;
  	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #fff;
    box-shadow: rgb(140 82 255) 0px 11px 30px -10px !important;
}

.navbar-brand {
    margin: 8px auto;
}

a.navbar-brand.guestlogo {
    font-size: 30px;
    font-family: 'Poppins',sans-serif;
    color: #000;
    font-weight: 700;
}

a.navbar-brand.userlogo {
    font-size: 30px;
    font-family: 'Poppins',sans-serif;
    color: #fff;
    font-weight: 700;
}

span.color-primary {
    color: #3ea4ff;
}

.navbar-inverse .navbar-collapse {
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #270f57;
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    margin: 6px;
    padding: 16px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #270f57;
    border-radius: 14px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #3EA4FF;
    background-color: transparent;
}

@media (min-width: 768px){
  button.navbar-toggle{
    display: none;
  }
}

/***** Login *****/
/* First Section */
.userpad {
    padding-top: 180px;
}

.firstsec {
    padding: 150px 0 80px 0;
  	overflow: hidden;
  	position: relative;
}

.topcont {
    margin: 50px 0;
}

.topcont p.topbadge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 14px 10px 10px;
    margin: 0;
    border: 1px solid #3EA4FF;
    background: #f2ebff;
    color: #3EA4FF;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.03em;
    justify-content: center;
}

.topcont h1 {
    font-size: 40px;
    font-family: 'Poppins',sans-serif;
    word-break: break-word;
    line-height: 1.2;
    font-weight: 600;
}

.topcont p {
    font-family: 'Poppins',sans-serif;
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
}

img.smimg {
    max-width: 32px;
    padding: 6px;
    border-radius: 10px;
    background: #e6e6e6;
    margin: 30px 2px;
}

.sociallogos{
    color: #270f57;
    font-size: 14px;
}

.topsecimg{
  	width: 100%;
}

.logincard{
  	background: #fff;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #00000010;
    box-shadow: rgb(39 15 87 / 10%) 0px 20px 40px -12px;
    margin-bottom: 20px;
}

.logincard p{
  	font-weight: 500;
}

.logincard .form-control {
    height: 55px;
    border-radius: 18px;
    padding-left: 60px;
}

.logincard .form-group{
  	position: relative;
}

.loginformico {
    display: flex;
    padding: 10px;
    background: #3EA4FF;
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: absolute;
    left: 5px;
    top: 5.5px;
}

a.forgot-password {
    bottom: 15px;
    right: 25px;
    font-size: 14px;
    font-weight: 700;
}

span.pull-right.pull-right-middle {
    font-size: 14px;
  	margin-top: -8px;
  	margin-bottom: -25px;
}

span.pull-right.pull-right-middle a{
    font-weight: 700;
}

.checkbox {
    margin-top: 25px;
    margin-bottom: -10px;
}

.countercard{
  	display: flex;
    align-items: center;
    margin: 25px;
}

.countercard i{
  	width: 40px;
    height: 40px;
    background: #f2ebff;
    border-radius: 15px;
    color: #3EA4FF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid;
}

.countercard.purp h3 {
    color: #3EA4FF;
}

.countercard.re i {
    background: #ffe5e5;
    color: #ef5a5a;
}

.countercard.re h3{
  	color: #ef5a5a;
}

.countercard.yell i {
    background: #fff3e2;
    color: #ff9e00;
}

.countercard.yell h3{
    color: #ff9e00;
}

.countercard.gree i {
    background: #deffde;
    color: #03c203;
}

.countercard.gree h3 {
    color: #03c203;
}

.countercard h6{
    font-weight: 500;
    text-transform: capitalize;
  	margin-bottom: 5px;
    font-size: 14px;
}

.countercard h3 {
    font-weight: 700;
  	margin: 0;
    font-size: 20px;
}

/* Second Sec */
.secondsec{
  	padding: 50px 0;
}

.featcard {
    padding: 15px;
  	margin: 10px 0;
    border: 1px solid #3EA4FF;
    border-radius: 20px;
  	font-size: 14px;
    background: #f2ebff;
}

.featcard i {
    display: inline-flex;
    font-size: 25px;
    background: #3EA4FF;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    margin: 0px 0px 10px 0;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.secheading {
    margin-bottom: 50px;
}

.secheading p {
    text-transform: uppercase;
    font-weight: 500;
    color: #3EA4FF;
  	text-align: center;
}

.secheading h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
    text-align: center;
}

/* third Sec */
.thirdsec{
  	padding: 50px 0;
}

.fullsechead p {
    text-transform: uppercase;
    font-weight: 500;
    color: #3EA4FF;
}

.fullsechead h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
}

img.normsecimg {
    width: 100%;
}

/* Fourth Sec */
section.fourthsec{
  	padding: 50px 0;
}

.servcard {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #3EA4FF20;
    border-radius: 20px;
    background: #fff;
  	box-shadow: rgb(39 15 87 / 10%) 0px 20px 40px -12px;
}

.servcard img {
    padding: 10px;
    border-radius: 10px;
    background: #e6e6e6;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servcard h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.servcard ul {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
}

.servcard ul li {
    margin: 5px 0;
}

.servcard ul li::marker {
    color: #3EA4FF;
}

/* Fifth Sec */
section.fifthsec{
  	padding: 50px 0;
}

.testcard {
    display: flex;
    align-items: center;
}

.testcard img {
    max-width: 70px;
    border-radius: 10px;
    margin-right: 15px;
}

.testcard p {
    margin: 0;
}

.nav-pills.testpill > li{
  	width: 100%;
}

.nav-pills.testpill > li.active > a, .nav-pills.testpill > li.active > a:hover, .nav-pills.testpill > li.active > a:focus {
    color: #ffffff;
    background: #f2ebff;
    border: 1px solid #3EA4FF;
    border-radius: 15px;
}

.nav-pills.testpill > li > a {
    margin: 5px;
    width: -webkit-fill-available;
    border: 1px solid transparent;
  	padding: 10px;
}

.nav.nav-pills.testpill > li > a:hover, .nav.nav-pills.testpill > li > a:focus {
    background: transparent;
}

.nav.nav-pills.testpill > li.active > a:hover, .nav.nav-pills.testpill > li.active > a:focus {
    background: #f2ebff;
}

.testbox {
    padding: 20px;
    max-width: 600px;
  	margin: auto;
}

.rating {
    margin: -5px 0 20px 0;
}

.rating i {
    margin-right: 5px;
    color: #ffb500;
}

/* Sign Up */
.registercard{
  	background: #fff;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #00000010;
    box-shadow: rgb(39 15 87 / 10%) 0px 20px 40px -12px;
    margin-bottom: 50px;
}

.registercard .form-control {
    height: 55px;
    border-radius: 18px;
}

/**** User *****/
/*Sidebar*/
.userwrap {
    padding-top: 120px;
}

nav.usernav {
    padding: 10px;
    background: #104774;
    border-color: #270f5720;
}

.navbottom {
    position: fixed;
    z-index: 1050;
    background: #fff;
    height: 89%;
    width: 0px;
    margin-top: 86px;
    border: 1px solid #00000020;
    box-shadow: rgb(39 15 87 / 40%) 10px 20px 65px -12px;
  	overflow: hidden;
  	transition: all 0.5s ease-in-out;
}

.navbottom.sideOpened{
  	width: 300px;
}

.navbottom ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    margin: 0;
    height: inherit;
    overflow: scroll;
    padding-bottom: 50px;
}

.navbottom li a {
    margin: 5px 10px;
  	border-radius: 14px;
  	transition: all 0.5s ease-in-out;
  	padding: 15px;
}

.navbottom li.active a {
    color: #ffffff;
    background-color: #3ea4ff;
}

.navbottom > ul > li > a:hover, .navbottom > ul > li > a:focus {
    background: transparent;
    color: #5285f8;
}

.navbottom > ul > li.active > a:hover, .navbottom > ul > li.active > a:focus{
  	color: #ffffff;
  	background-color: #2283d9;
}

.navbottom .profile {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid #52a4ff;
    background: #ebf7ff;
}

.navbottom .profile img {
    max-width: 70px;
    margin-right: 20px;
    border-radius: 50px;
    border: 1px solid #00000020;
    box-shadow: 2px 2px 45px -15px;
}

.navbottom .profile p {
    margin: 0;
}

a.hamburget {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  	cursor: pointer;
}

.hamburget span.icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #ffffff;
    margin: 5px 0;
}

.usernav .navbar-header {
    width: 100%;
}

.hamburget span.icon-bar.secbar {
    width: 30px;
}

.navigator {
    display: flex;
    align-items: center;
}

.navigator a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3ea4ff;
    color: #fff;
    border-radius: 8px;
    margin: 5px 10px 0 0;
}

/* Services */
.table{
  	margin: 0;
}

.table > thead > tr > th {
    background: #3EA4FF !important;
    color: #fff;
    padding: 15px;
    border: 0;
}

.table > tbody > tr.cattr > td {
    background: #3EA4FF;
    color: #fff;
    text-align: center;
    padding: 15px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    background: #ffffff;
    padding: 15px;
}

.tabwell{
  	padding: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #3EA4FF;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.modal-header h4 {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
  	padding: 5px;
  	color: #fff;
}

.modal-header button {
    padding: 6px;
}

.modal-footer {
    padding: 10px;
}

.modal-content {
    border-radius: 20px;
  	border: 0;
}

.modal-footer button {
    border-radius: 20px;
    min-width: 200px;
}

span.input-group-btn button {
    height: 50px;
    border-radius: 0px 14px 14px 0px;
    background: #3EA4FF;
    border: 1px solid #3EA4FF;
}

/* Orders */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #270f57;
    border-radius: 14px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #5285f8;
}

/* New Order */
small.help-block.min-max {
    display: inline-block;
    background: #e9f5ff;
    border: 1px solid #3ea4ff;
    padding: 5px 10px;
    border-radius: 10px;
    color: #2b87d9;
}

button.CatFltr {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    margin: 5px 0;
    padding: 12px;
    background: #f2ebff;
    border: 1px solid #3EA4FF;
    color: #3EA4FF;
    border-radius: 15px;
}

button.CatFltr .colIcon {
    margin-right: 15px;
    font-size: 20px;
}

button.CatFltr.active {
    background: #270f57;
    color: #fff;
    border: 1px solid #270f57;
}

button.CatFltr.active div {
    color: #fff;
}

/* Cloud Animation */
#background-wrap {
    bottom: 0;
	left: 0;
	padding-top: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 45s linear infinite;
	-moz-animation: animateCloud 45s linear infinite;
	animation: animateCloud 45s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 28s linear infinite;
	-moz-animation: animateCloud 28s linear infinite;
	animation: animateCloud 28s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 40s linear infinite;
	-moz-animation: animateCloud 40s linear infinite;
	animation: animateCloud 40s linear infinite;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

/* OBJECTS */

.cloud {
	background: #e4d5ff;
	background: -moz-linear-gradient(top,  #e4d5ff 5%, #e4d5ff 100%);
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

	height: 120px;
	position: relative;
	width: 350px;
  	opacity: 1;
}

.cloud:after, .cloud:before {
    background: #e4d5ff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}

footer {
    background: #270f57;
    padding: 15px 0;
}

footer p{
  color: #fff;
}

/*Broadcast*/
.broadcastmodal.modal .guestlogo {
    width: 100%;
    padding: 0;
    margin-bottom: 10px !important;
}

.broadcastmodal.modal a.btn.btn-primary.close-btn {
    padding: 18px;
    margin-top: 10px;
}

.broadcastmodal.modal span.bord {
    border: 1px solid #00000020;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

/* New Order Stat */
.statcard {
    padding: 12px 15px;
    border: 2px solid #3EA4FF;
    margin: 10px 0;
    border-radius: 15px;
}

.statcard p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}

.statcard h3 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #3EA4FF;
    word-break: break-all;
}

.servicewell {
    background: #fff;
    margin: 50px auto;
    display: block;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #00000010;
}

.servicewell ul{
    list-style: none;
  	padding: 0;
}

.servicewell ul li {
    border: 1px solid #3EA4FF;
    margin: 8px;
    border-radius: 30px;
    display: flex;
  	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.servicewell ul li span.id {
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2ebff;
    margin: 5px;
    border-radius: 50px;
    margin-right: 15px;
}

.servicewell ul li span.prc {
    height: 45px;
    width: auto;
    display: inline-flex;
    background: #efe8fd;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 5px;
    margin-left: 10px;
    padding: 10px;
}

.servicewell ul li p {
    margin: 0;
    width: 75%;
}

/* Currency */
.currmodal .modal-dialog .modal-content .modal-body li.dropdown-currencies {
    display: flex;
    flex-wrap: wrap;
}

.currmodal .modal-dialog .modal-content .modal-body ul#currencies-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: inherit;
    box-shadow: none;
    border-radius: 20px;
}

.currmodal .modal-dialog .modal-content .modal-body ul#currencies-list li a#currencies-item {
    background: transparent;
    height: auto;
    width: auto;
    border: 1px solid #00000020;
}

b#span_sh {
    background: #f2ebff;
    color: #3EA4FF;
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 20px;
    margin-left: 5px;
}

a.hamburget .icon-bar {
    transition: all 0.5s ease-in-out;
}

a.hamburget.hamtog .fstbar {
    position: relative;
    transform: rotate(-45deg);
    right: 2px;
    width: 16px;
    top: 3px;
}

a.hamburget.hamtog .thrdbar {
    position: relative;
    width: 16px;
    transform: rotate(45deg);
    right: 2px;
    bottom: 3px;
}

a.hamburget {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #ffffff20;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

ul.servicefilter.nav.nav-pills.nav-tabs li a {
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    border-radius: 40px;
    border: 1px solid #3EA4FF;
    background: #f2ebff;
    margin: 0 5px;
}