body {
	position: relative;
	font-family: "Inter", sans-serif;
	background: #0e0e11;
}

.container {
	max-width: 1170px;
}

:root {
	--heading-color: #ffffff;
	--gary-color: #727272;
	--lightgary-color: #b2b9bd;
	--theme-color: #0e0e11;
}

p {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	color: #000;
	font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Inter", sans-serif;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.loader img {
    width: 35px;
}

.loader {
    text-align: center;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* popup form css start  */
.modal-content {
	border: none;
	border-radius: 8px;
}

.popup_form {
	background: #fff;
	padding: 20px 25px;
	border-radius: 8px;
}

.popup_form .close_popup {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background: #09235c;
	line-height: 1;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50px;
}

.popup_form .title {
	color: #000;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 600;
}

.popup_form .c_field {
	background: 0 0;
	border: 2px solid #a6a8af;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 12px;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
}

.popup_form .btn_green {
	padding: 10px;
	border-radius: 5px;
	font-size: 15px;
	min-width: 130px;
	letter-spacing: 0.8px;
	background: #09235c;
	border: none;
	color: #fff;
}

.popup_form .btn_green:hover,
.popup_form .close_popup:hover {
	color: #fff;
	background: #cb2b2a;
}

body.modal-open {
	padding: 0 !important;
	overflow: hidden !important;
}

.modal {
	padding-right: 0 !important;
}

.popup_form .form-check label {
	font-size: 15px;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.3px;
}

.popup_form .form-check {
	margin-bottom: 16px;
}

.show_loader {
	position: relative;
}

.show_loader:after {
	content: "";
	background: url(../images/loader.gif);
	width: 18px;
	display: inline-block;
	height: 18px;
	background-size: cover;
	margin-left: 6px;
	vertical-align: middle;
	margin-top: -4px;
}

.success_msg {
	position: relative;
	font-weight: 600;
	color: #000 !important;
	font-size: 13px !important;
	margin: 0;
	padding: 11px 15px;
	background: #fff;
	border: 1px solid;
	margin-top: 20px;
}

.success_msg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #ff0053;
}

.second-step-leadform h3 {
	color: #353a4d;
	font-family: Poppins, sans-serif !important;
	font-weight: 600;
	letter-spacing: -0.25px;
}

.second-step-leadform label,
.second-step-leadform p {
	font-size: 16px;
	display: block;
	font-weight: 500;
	color: #000;
}

.second-step-leadform ol {
	padding-left: 20px;
	color: #fff;
	font-size: 13px;
}

.second-step-leadform ol li {
	margin-bottom: 0;
}

.second-step-leadform ol li input {
	margin-bottom: 0;
}

.second-step-leadform .form-control,
.second-step-leadform input,
.second-step-leadform select {
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
	margin-bottom: 0;
}

.multiple-topic-select {
	display: flex;
	flex-wrap: wrap;
}

.multiple-topic-select .topic-select-item {
	position: relative;
	margin: 1px;
}

.multiple-topic-select .topic-select-item input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.multiple-topic-select .topic-select-item label {
	background: #fff;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 0;
}

.multiple-topic-select .topic-select-item input:checked + label {
	background: #09235c;
	color: #fff;
	transition: 0.5s;
}

.popup_form .second-step-leadform .form-control {
	background: #fff;
	min-height: 45px;
	border: 2px solid #a6a8af;
}

.popup_form .second-step-leadform label,
.popup_form .second-step-leadform p {
	color: #000;
}

.popup_form
  .second-step-leadform
  .multiple-topic-select
  .topic-select-item
  label {
	border: 1px solid #09235c;
	color: #09235c;
}

.popup_form
  .second-step-leadform
  .multiple-topic-select
  .topic-select-item
  input:checked
  + label {
	color: #fff;
}

.mb-3 .custom-radio {
	display: inline-block;
	min-width: 80px;
}

.custom-radio input,
.custom-radio label {
	display: inline-block;
}

.popup_form .second-step-leadform .form-control {
	background: #fff;
	min-height: 45px;
	border: 2px solid #a6a8af;
}

.popup_form .second-step-leadform textarea.form-control {
	min-height: 100px !important;
}

.second-step-leadform .btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.second-step-leadform .btn-wrap button {
	padding: 10px;
	width: 100px;
	min-width: auto;
	flex: 0 0 150px;
	margin: 0 !important;
	color: white;
}

.second-step-leadform .btn-wrap .btn-skip {
	background: #000;
}

.second-step-leadform .btn-wrap .btn-skip:hover {
	background: #fff;
	border: 1px solid black;
	color: black;
}

.btn-theme,
.scroll .btn-theme,
.scroll .theme-hover:hover,
.theme-hover:hover,
.white-color .btn-theme,
.white-color .theme-hover:hover {
	color: #fff !important;
	background-image: -moz-linear-gradient(90deg, #0d47a1 0, #0288d1 100%);
	background-image: -webkit-linear-gradient(95deg, #0d47a1 0, #0288d1 100%);
	background-image: -ms-linear-gradient(90deg, #0d47a1 0, #0288d1 100%);
	border: 1px solid #0c4ea6;
}

.btn-theme:hover {
	background: #d02e2d;
	border-color: #d02e2d;
}
/* popup form css end  */

/* main landing page css start  */
.custom-contain {
	max-width: 1320px;
}

.landing-bann {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	min-height: auto;
	background-position: center;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 6rem;
}

.head-links {
	text-align: end;
}

.head-links ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

.head-links ul li:nth-child(1) {
	display: grid;
}

header {
	position: absolute;
	top: 0;
	z-index: 11;
	width: 100%;
	padding-top: 25px;
}

.head-links ul li:nth-child(1) span {
	font-size: 16px;
	color: white;
	font-weight: 600;
	font-family: "Inter";
}

.head-links ul li:nth-child(1) a {
	font-size: 18px;
	color: white;
	font-weight: 600;
}

.head-links ul li .an-btn {
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(
    90deg,
    rgb(198, 40, 40) 0%,
    rgb(229, 57, 53) 100%
  );
	background-image: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	background-image: -ms-linear-gradient(
    90deg,
    rgb(198, 40, 40) 0%,
    rgb(229, 57, 53) 100%
  );
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: 0.5s;
	box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.5);
	border-radius: 60px;
}

.head-links ul li .an-btn:hover {
	background: white;
	color: black;
}

.landing-bann .row {
	justify-content: space-between;
}

.landing-txt>span {
	color: white;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Inter';
	display: block;
	padding-bottom: 30px;
	text-transform: capitalize;
}

.landing-txt h1 {
	font-size: 48px;
	color: white;
	font-weight: 700;
	line-height: 60px;
	padding-bottom: 20px;
}

.landing-txt p {
	font-size: 20px;
	font-weight: 500;
	color: white;
	line-height: 36px;
	font-family: 'Inter';
}

.landing-txt p span {
	font-weight: 700;
}

.btn {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	padding: 18px 15px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-transform: capitalize;
	font-family: "Poppins";
	font-weight: 500;
	border-radius: 50px;
}

.btn-wrap .tra-black-hover {
	background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	border-color: #000c69;
}

.btn-wrap .tra-black-hover:hover {
	background: linear-gradient(-20deg, #e56b15 40%, #ff9900 60%);
	border-color: #ff9900;
}

.btn-wrap a {
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.btn-wrap {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
	padding-top: 40px;
}

.btn-wrap .last-link {
	border: 2px solid #fff;
	color: white;
}

.landing-txt strong {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-top: 80px;
}

.landing-txt strong {
	font-size: 18px;
	color: white;
	font-weight: 500;
	font-family: 'Inter';
}

.checked {
	color: orange;
}

.inner-dis h4 {
	font-size: 28px;
	font-weight: 700;
	color: white;
	font-family: 'Inter';
	padding: 10px 0px;
}

.inner-dis h4 span {
	font-size: 33px;
	font-weight: 800;
	color: white;
	font-family: 'Inter';
	display: block;
}

.inner-dis {
	text-align: center;
	background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.discount-form {
	background: #ffffff;
	border-radius: 24px;
	padding-bottom: 4px;
}

.land-formm {
	padding: 10px 14px 0px;
}

.land-formm input.form-control {
	border: 1px solid #bfbfbf;
	margin-bottom: 12px;
	border-radius: 40px;
	height: 60px;
	padding-left: 15px;
}

.land-formm textarea {
	padding-left: 15px;
	border: 1px solid #bfbfbf;
	margin-bottom: 15px;
	border-radius: 20px;
	padding-top: 10px;
}

.land-formm input::placeholder,
.land-formm textarea::placeholder {
	font-size: 16px;
	color: black;
	font-weight: 500;
}

.second-step-leadform  .btn-wrap {
	margin-top: 0px;
	padding-top: 20px;
}

.land-formm button {
	background-image: -moz-linear-gradient( 90deg, rgb(198,40,40) 0%, rgb(229,57,53) 100%);
	background-image: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	background-image: -ms-linear-gradient( 90deg, rgb(198,40,40) 0%, rgb(229,57,53) 100%);
	box-shadow: 0px 8px 37px 0px #000c69;
	font-size: 18px;
	font-weight: 500;
}

.land-formm button:hover {
	background: #0d46a0;
	border-color: #0d46a0;
}

.land-formm select {
	height: 60px;
	border-radius: 30px;
}

.bottom img {
	margin: auto;
	filter: brightness(0) invert(1);
	max-width: 150px;
}

.brand-logo img {
	max-height: 50px;
	vertical-align: middle;
}

.brands-slider {
	margin-top: -40px;
  /* padding-top: 50px; */
	padding-bottom: 30px;
	position: relative;
}

.brands-slider .container {
	border-radius: 10px;
	background-color: rgb(27, 27, 33);
	padding: 30px;
}

.main-head span {
	font-size: 30px;
	font-weight: 700;
	color: black;
}

.services-sec .main-head h2 {
	padding-top: 20px;
}

.services-sec .main-head span {
	text-transform: uppercase;
}

.main-head h2 {
	font-size: 48px;
	font-weight: 700;
	color: white;
}

.upbeatIdea .container {
	border-radius: 25px;
	background-image: -moz-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
}

.upbeatIdea .row {
	justify-content: space-between;
	align-items: center;
}

.idea-txt h4 {
	font-size: 48px;
	font-weight: 700;
	color: white;
	line-height: 60px;
}

.idea-txt p {
	font-size: 16px;
	color: white;
	font-weight: 500;
}

.idea-txt .btn-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.idea-txt .btn-wrap a {
	font-size: 16px;
	font-weight: 500;
	color: white;
	width: 200px;
	height: 60px;
	border-radius: 50px;
}

.idea-txt .btn-wrap .tra-black-hover {
	border: 2px solid white;
	background: rgba(13, 72, 162, 0);
}

.idea-txt .btn-wrap .tra-black-hover:hover {
	background: linear-gradient(-20deg, #e56b15 40%, #ff9900 60%);
	border-color: #ff9900;
}

.idea-txt .btn-wrap .theme-hover {
	background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	border-color: #000c69;
}

.idea-txt .btn-wrap .theme-hover:hover {
	background: #fff;
	color: #000 !important;
}

.idea-txt {
	padding-right: 40px;
}

.upbeatIdea {
	padding: 100px 0px 30px;
}

.services-sec {
	padding: 100px 0 250px;
}

.serv-mn {
	border-radius: 25px;
	background-image: -moz-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	padding: 70px 30px 40px;
	transition: 0.5s;
	border: 1px solid #343441;
	min-height: 480px;
	margin: 10px;
}

.serv-mn:hover {
	box-shadow: 0px 50px 50px 0px rgb(221 159 46 / 25%);
}

.serv-mn img {
	margin-bottom: 40px;
}

.serv-mn h4 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	font-family: "Poppins";
	padding-bottom: 15px;
}

.serv-mn p {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.services-slider .slick-next:before, 
.services-slider .slick-prev:before {
	display: none;
}

.services-slider .slick-dots {
	bottom: -50px;
}

.services-slider .slick-dots li button {
	width: 20px;
	height: 20px;
	background: #1e1b1e;
	border-radius: 50%;
}

.services-slider .slick-dots li.slick-active button {
	background: #ff9900;
}

.services-slider .slick-prev i {
	font-size: 50px;
	color: #ff9900;
}

.services-slider .slick-next i {
	font-size: 50px;
	color: #ff9900;
}

.services-slider .slick-next {
	right: -35px;
}

.services-slider .slick-prev {
	left: -45px;
}

.Work-cta {
	background: url(../images/work-sd.jpg) no-repeat;
	background-size: cover;
  /* min-height: 600px; */
	position: relative;
	padding-bottom: 70px;
}

.innerWork h4 {
	font-size: 60px;
	font-weight: 700;
	color: white;
}

.innerWork small {
	color: white;
	font-weight: 500;
	font-size: 24px;
	padding-top: 40px;
	display: block;
}

.innerWork .callmain {
	font-size: 48px;
	font-weight: 800;
	color: white;
}

.innerWork a {
	width: 300px;
	height: 70px;
}

.sd-workcta {
	position: absolute;
	top: -120px;
}

.innerWork {
	padding-top: 80px;
}

.portfolioSec .main-head {
	max-width: 85%;
	margin: auto;
}

.portfolioSec .main-head p {
	color: white;
	font-size: 16px;
	line-height: 30px;
}

.portfolioSec {
	padding: 130px 0px 100px;
	background: url(../images/pack-bg.png) no-repeat;
	background-size: cover;
  /* min-height: 1600px; */;
}

.portfolioSec .container {
	border-radius: 25px;
	background-image: -moz-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	padding: 90px 50px 60px;
	border: 1px solid #343441;
}

.portfolioSec .btn-wrap {
	justify-content: center;
}

.reviewSec {
	border-top: 1px solid #48484b;
	border-bottom: 1px solid #48484b;
}

.reviewSec .container {
	border-radius: 25px;
	background-image: -moz-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(27,27,33) 0%, rgb(14,14,17) 100%);
}

.reviewSec .row {
	border: 1px solid #48384b;
	padding: 90px 30px;
}

.review-inner p {
	font-size: 24px;
	font-weight: 500;
	color: white;
	font-style: italic;
	line-height: 40px;
}

.review-inner span {
	display: block;
	padding-top: 50px;
	color: white;
	font-size: 18px;
	font-weight: 700;
}

.review-inner strong {
	font-size: 18px;
	font-weight: 700;
	color: white;
	display: flex;
	align-items: center;
	gap: 7px;
	padding-top: 30px;
}

.review-inner strong .stars small {
	font-size: 20px;
}

.review-inner .rev-mn {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-top: 30px;
}

.Seam-sec {
	padding: 100px 0px;
}

.Seam-sec .main-head {
	padding-bottom: 50px;
}

.seam-inner {
	border-radius: 25px;
	background-color: rgb(27, 27, 33);
	text-align: center;
	padding: 50px 50px 30px;
	margin-bottom: 30px;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 2px solid #ff9900;
}

.seam-inner h4 {
	color: white;
	font-size: 24px;
	font-weight: 500;
	padding-top: 30px;
}

.seam-inner:hover {
	box-shadow: 0px 50px 50px 0px rgb(197 158 18 / 31%);
}

.contact-section {
	background: url(../images/contact-bg.png) no-repeat;
	background-size: cover;
  /* min-height: 700px; */;
}

.contact-section .main-head small {
	font-size: 24px;
	color: white;
	font-weight: 600;
}

.contact-section .main-head small>a {
	color: #000c69;
}

.contact-section .main-head {
	max-width: 75%;
	margin: auto;
}

.contact-section .container {
	background: white;
	padding: 100px 60px 20px;
	border-radius: 25px;
	box-shadow: 0px 50px 50px 0px rgba(13, 72, 162, 0.5);
	margin-bottom: -100px;
	position: relative;
}

.contact-section .main-head h2,.contact-section .main-head small {
	color: black;
}

.contact-section .leadform input.form-control {
	border: 1px solid #bfbfbf;
	border-radius: 50px;
	height: 70px;
	padding-left: 30px;
	margin-bottom: 30px;
}

.contact-section .leadform textarea {
	border: 1px solid #bfbfbf;
	border-radius: 20px;
	padding-left: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
}

.contact-section .leadform input.form-control::placeholder ,.contact-section .leadform textarea::placeholder {
	font-size: 16px;
	color: black;
	font-weight: 500;
	font-family: 'Inter';
}

.contact-section .leadform  button {
	width: 200px;
	height: 60px;
	background-image: -moz-linear-gradient( 90deg, rgb(198,40,40) 0%, rgb(229,57,53) 100%);
	background-image: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	background-image: -ms-linear-gradient( 90deg, rgb(198,40,40) 0%, rgb(229,57,53) 100%);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Inter';
}

.contact-section .leadform button:hover {
	background: black;
}

.bestSeller {
	background: #0d48a2;
	padding: 130px 0 60px;
}

.Seller-inner {
	text-align: center;
}

.Seller-inner h2 {
	font-size: 48px;
	font-weight: 700;
	color: white;
}

.Seller-inner h2 span {
	font-weight: 900;
	color: #ff9900;
}

.Seller-inner p {
	font-size: 24px;
	font-weight: 500;
	color: white;
}

.Seller-inner .seller-cntct {
	font-weight: 900;
	color: white;
	font-size: 48px;
	display: block;
	padding-top: 10px;
}

.Seller-inner .btn-wrap {
	justify-content: center;
}

.Seller-inner .btn-wrap a {
	width: 400px;
	height: 80px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Inter';
}

.Seller-inner .btn-wrap a:nth-child(1) {
	background-image: -moz-linear-gradient( 90deg, rgb(198,40,40) 0%, rgb(229,57,53) 100%);
	background-image: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	background-image: -ms-linear-gradient( 90deg, rgb(198,40,40) 0%, rgb(229,57,53) 100%);
}

.Seller-inner .btn-wrap a:nth-child(2) {
}

footer .row {
	justify-content: space-between;
	align-items: end;
	padding-bottom: 30px;
}

footer {
	padding: 50px 0px 30px;
}

.social-icons ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
}

.social-icons ul li a {
	width: 40px;
	height: 40px;
	background: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	color: black;
}

.social-icons ul li a i {
	font-size: 24px;
}

.social-icons ul li a:hover {
	background: #ff9900;
	color: white;
}

.copyright p {
	font-size: 14px;
	color: #fff;
	font-family: 'Inter';
	font-weight: 500;
}

.conditions {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

.conditions li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Inter';
	font-weight: 500;
}

.copyright {
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.conditions li a:hover {
	color: #ff9900;
}
/* loader css start  */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #fff;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border: 3px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	border-top-color: #000;
	display: none;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
	border-top-color: #e33b3c;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 3px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
	border-top-color: #0d49a3;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.form_field label {
    display: none !important;
    color: #ad0b0b;
}

.form_field label {
    display: none !important;
    color: #ad0b0b;
}

label#cn-error {
    display: none !important;
    color: #ad0b0b;
}

label#em-error {
    display: none !important;
    color: #ad0b0b;
}

label#pn-error {
    display: none !important;
    color: #ad0b0b;
}

label#msg-error {
    display: none !important;
    color: #ad0b0b;
}

/* loader css end */
/* main landing page css end  */





.modal-header {
    padding: 0;
    border: none;
}

.popupform p {
    /* text-align: center; */
    padding-left: 21px;
}