@charset "utf-8";

/**--------------------------------------------------------
 * CSS Information
 * File Name	:  style.css
 * Theme Name   :  VMS Landing Page
 * Author       :  Keval
 * Description  :  May 2025
 -----------------------------------------------------------*/
:root { 
 	--primary:#f9be27; /*Primary Color*/
	--secondary: #5291CD; /* Secondary Color*/
	--bodyColor: #f8f8f8; /* Body Background Color*/
	--textColor: #515151; /*Body Text Color/*/
	--light: #cccccc; /*Light*/
	--dark: #151515; /*Dark*/
	--red: #D42027; /*Red*/
	--white:#ffffff; /*White*/
	--fontStyle1: "Poppins", sans-serif;
	--fontStyle2: "Montserrat", sans-serif;
} 
body,
html {
  -webkit-text-size-adjust: 100%;
}
#wrapper,
.container {
  position: relative;
}
#pageHeader,
#wrapper {
  display: block;
  max-width: 1920px;
}
body,
p,
ul.foot-nav li {
  line-height: 1.7;
}
.navbar-expand-lg .navbar-nav .nav-link,
a.navbar-brand {
  text-transform: capitalize;
  font-weight: 400;
}
.page-title h1,
.page-title h2,
body {
  font-family: var(--fontStyle2);
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pageHeader,
#pageHeaderWrapper,
#wrapper,
.header-container {
  margin: 0 auto;
  width: 100%;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
}
body,
html {
  height: 100%;
}
body {
  font-family: var(--fontStyle1);
  font-size: 15px;
  color: var(--textColor);
  font-weight: 300;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
   background-color: #ededed;
}
::-moz-selection {
  background: var(--dark);
  color: var(--white);
  text-shadow: none;
}
::selection {
  background: var(--dark);
  color: var(--white);
  text-shadow: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
a {
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
#pageHeaderWrapper,
.is-sticky header {
  top: 0;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
}
a:focus,
a:link,
a:visited {
  color: var(--dark);
  outline: 0 !important;
  text-decoration: none;
}
.gen-box h5 span,
.icon-tabs li .active,
.icon-tabs li a:hover,
.navbar-brand:focus,
.navbar-brand:hover,
a:hover {
  color: var(--secondary);
}
a:hover {
  outline: 0;
}
::-moz-focus-inner,
:focus {
  border: none;
  outline: 0 !important;
}
a img,
fieldset {
  border: none;
}
ol,
ul {
  margin: 0 auto 15px;
  padding-left: 15px;
  list-style-position: outside;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  height: 1%;
  display: block;
}
#wrapper,
.sticky-wrapper {
  height: auto !important;
}
#wrapper {
  min-height: 100%;
  overflow: hidden;
  background: transparent;
}
#wrapper,
.footer-wrapper,
.testimonial-slider .slick-current .testimonial-box,
.testimonial-slider .slick-dots .slick-active button:before,
.testimonial-slider .slick-dots li:hover button:before,
body {
  opacity: 1;
}
#pageHeaderWrapper {
  position: fixed;
  left: 0;
  z-index: 9999;
  display: block;
  padding: 0;
  background: 0 0;
  transition: 0.4s ease-out;
}
#pageHeader {
  position: relative;
  z-index: 999;
  left: auto;
}
.header-container {
  position: relative;
	/*background: #ffffff80;
  backdrop-filter: blur(5px);*/
  border-radius: 30px;
  padding: 0 30px;
	margin-top:10px;
	/*border: 1px solid var(--white);*/
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
  background: #5291CD;
  background: linear-gradient(125deg, rgba(82, 145, 205, 1) 15%, rgba(220, 228, 125, 1) 100%);
}
.is-sticky header {
  transition: 0.4s ease-out;
}
.is-sticky #pageHeader {
  left: auto;
  max-width: 1920px;
  background: transparent !important;
}
a.navbar-brand {
  width: 45px;
  line-height: 1;
}
.navbar-expand-lg .navbar-nav{align-items: center;}
.inner_banner_caption .captionContainer p,
.navbar-nav,
.number-box p,
.portfolio-box .content p,
.portfolio-slider .portfolio-box {
  margin: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0 20px;
  margin: 0;
}
.navbar-nav .nav-item:last-child {
  padding-right: 0 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  display: block;
  color: var(--white);
  line-height: 20px;
  font-size: 14px;
  font-family: var(--fontStyle1);
  text-align: center;
  padding: 20px 0;
  margin: 0;
  letter-spacing: 0.04rem;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 50%;
  height: 1px;
  background: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
/*.is-sticky .navbar-nav .nav-link {color:var(--dark)}*/
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.is-sticky .navbar-nav .nav-link.active,
.is-sticky .navbar-nav .nav-link:hover {
  color: var(--primary);
  background: 0 0;
  opacity: 1;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.login-link .nav-link{
	padding: 5px 20px !important;
    border-radius: 30px;    
	background: var(--primary);
    color: #fff !important;
}
.login-link .nav-link:hover{
    background: var(--secondary) !important;
    border-color: transparent;
    color: #fff;
}
.login-link .nav-link::after{display: none !important;}
.bannerWrapper {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  height: 100%;
  margin: 0 auto;
}
.banner {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
}
.homeBannerSlider {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner-slide {
  position: relative;
  display: block !important;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.banner-slide:before,
.banner_caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-slide:before{
  content: '';
  display: block;
  background: rgba(0,0,0, .3);
  z-index: 1;
  backdrop-filter: blur(3px);
}
.banner-slide figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 960px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.banner-slide figure img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.banner-slide .video,
.img-wrapper img {
  width: 100%;
}
.banner-slide .video video {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 960px;
  object-fit: cover;
}
.banner_caption {
  z-index: 7;
  color: var(--bodyText);
  display: block;
  margin: 0 auto;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.banner_caption .captionWrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  padding: 0 15px;
}
.banner_caption .captionContainer {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.banner_caption .captionContainerInner {
  position: relative;
  display: block;
  z-index: 9;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0;
  margin: 50px 0 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.banner_caption .captionContainer .bannerHeading {
  font-family: var(--fontStyle2);
  font-size: 3.5rem;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0;
  font-weight:700;
  padding-bottom: 20px;
}
.banner_caption .captionContainer p.medium-text{
  text-transform: capitalize;
  color: var(--white);
  font-family: var(--fontStyle2);
  font-size: 2.2rem;
  margin-bottom:30px;
  font-weight: 300;
  line-height: 1.2;
}
.homeBannerSlider .slick-dots {
  top: auto;
  bottom: 50px;
  width: 100%;
  z-index: 5;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeBannerSlider .slick-dots li,
.testimonial-slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  width: 34px;
  height: 34px;
  margin: 3px;
  overflow: unset;
  background: 0 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.homeBannerSlider .slick-dots li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 12px;
  height: 12px;
  background: var(--white);
  color: var(--white);
  font-size: 0px;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.homeBannerSlider .slick-dots .slick-active a,
.homeBannerSlider .slick-dots li:hover a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: 0 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary);
  letter-spacing: 0;
  border: 2px solid #fff;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.homeBannerSlider .slick-dots .slick-active button:before,
.homeBannerSlider .slick-dots li:hover button:before {
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.theme-btn,
.theme-btn:focus,
.theme-btn:hover {
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
}
.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 170px;
  padding: 0 15px;
  background: var(--secondary);
  color: var(--white) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .3px;
  border: 0;
  border-radius: 30px;
  position: relative;
  text-align: center;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: 0.4s ease-out;
}
.theme-btn2{
  background: var(--primary);
}
.white-btn{
  background: var(--white);
  color: var(--secondary) !important;
}
.theme-btn:focus,
.theme-btn:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
  outline: 0 !important;
  -webkit-transition: 0.4s ease-out;
}
.theme-btn2:focus,
.theme-btn2:hover {
  background: var(--secondary) !important;
  color: var(--white) !important;
  outline: 0 !important;
  -webkit-transition: 0.4s ease-out;
}
.banner-link-btn {
  position: relative;
  display: block;
  margin: 20px 0 0;
  z-index: -1;
}
.banner-link-btn .theme-btn {
  border: 2px solid var(--white);
  background: 0 0;
}
.banner-link-btn .theme-btn:focus,
.banner-link-btn .theme-btn:hover {
  border-color: var(--secondary);
}
.main-container {
  position: relative;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontStyle2);
  position: relative;
  font-size: 3rem;
  color: var(--dark);
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 25px;
  font-weight: 700;
}
.h2,
h2 {
  font-size: 2.6rem;
}
.h3,
h3 {
  font-size: 28px;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 18px;
}
p {
  margin: 0 0 20px;
}
strong {
  font-weight: 700;
}
.ca-block p,
.ca-block-wrapper .ca-block:last-child,
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide img {
  display: inline-block;
}
.slick-next,
.slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 50px);
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 1.1;
  z-index: 99;
  color: var(--dark);
  background: #ececec;
  border-radius: 0;
  border: 0;
}
.footer p,
.footer-logo,
.footer-logo a {
  color: var(--white);
}
.slider-nav {
  margin-left: 0;
  margin-right: 0;
}
.slick-prev {
  left: -70px;
}
.slick-next {
  right: -70px;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  opacity: 1;
  color: #fff;
  background: var(--secondary);
  border-color: var(--secondary);
}
.footer-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 0;
}
.footer-wrapper .container {
  max-width: 1430px;
  padding: 0 15px;
}
.footer-top {
  position: relative;
  display: block;
  padding: 100px 0 60px;
  z-index: 1;
}
.footer {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.footer .row {
  position: relative;
  justify-content: space-between;
}
.footer-logo {
  display: block;
  margin:0 auto;
  text-align: center;
}
#toTop,
#toTopHover{
  display: none;
}
.footer-logo img {
  width: 100px;
}
.contact-box{
  display: block;
  text-align: center;
  padding:20px;
  margin-top: 30px;
}
.contact-box .icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
  margin-bottom: 20px;
  border: 5px solid #ffffff40;
}
.contact-box .icon img{
  height: 50px;
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.contact-box h5{
  font-weight: 400;
  padding-bottom: 15px;
  line-height: 1.2;
  color: var(--secondary);
}
.contact-box a,.contact-box p{
  color:var(--bodyText);
}
.contact-box p:last-child{margin:0}
.copyright,
.footer-bottom{
  display: block;
  position: relative;
}

.copyright,
.footadd-wrapper {
  color: var(--bodyText);
  font-size: 14px;
  font-weight: 300;
}

.contact-box a:hover,
.contact-box a:focus,
.copyright a:hover{
  color: var(--primary);
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.NiceSelect,
.page-title {
  position: relative;
  display: block;
}
.page-title h1,
.page-title h2 {
  font-size: 2.3rem;
  font-weight: 300;
  color: var(--dark);
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 40px;
}
.page-title h1 span,
.page-title h2 span {
  color: var(--primary);
  font-weight: 500;
}
.general-section {
  display: block;
  position: relative;
  padding: 100px 0;
}
.custom-container {
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 12px;
}
.slider-arrows {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.slider-arrows .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 0;
  font-size: 0px;
  color: var(--dark);
  background: #ececec;
  opacity: 1;
  overflow: hidden;
}
.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(../images/prev-arrow.svg) center/100% 100% no-repeat;
  transform: translate(0, -50%);
  transition: 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

.page-title .flash-text {
  font-family: var(--fontStyle2);
  color: var(--dark);
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title .flash-text {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 25px;
}
.section-1 .content-wrapper {
  max-width: 90%;
  display: block;
  margin:20px auto 0;
}
.section-1{padding-bottom:0 !important;}
.card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1.8rem;
  margin-top: 30px;
  display: flex;
  border-radius: 10px;
  border: 0;  
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.ca-block,
.gen-box,
.icon-tabs li a {
  text-align: center;
}
.top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}
.top-content .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--secondary);
  border:5px solid #ffffff40
}
.top-content .icon img{
  height:80px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.top-content h3 {
  font-family: var(--fontStyle2);
  font-size: 1.3rem;
  color:var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
}
.top-content p:last-child{
	margin:0
}


.section-3 {
  /*background: #71CDE1;
  background: linear-gradient(137deg, rgba(113, 205, 225, 1) 0%, rgba(249, 191, 194, 1) 53%, rgba(255, 217, 156, 1) 100%);*/
    background-image: url(../images/banner1.png);
    background-position: bottom center;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section-3:before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(82, 145, 205, 0.4);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.section-3 .container{z-index: 1;}
.section-3 .page-title h2 {
  font-weight: 500;
}
.section-3 .theme-btn2:hover,
.section-3 .theme-btn2:focus{
  background:var(--white) !important;
  color:var(--secondary) !important;
}
.section-4{
  padding-bottom: 70px;
}

.text-right{text-align: right;}
.img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.content-wrapper {
  display: block;
  position: relative;
}
.inner-banner {
  position: relative;
  display: block;
  padding: 0;
  min-height: 300px;
}
.inner_banner_caption .captionWrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.inner_banner_caption .captionContainer {
  position: relative;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.inner_banner_caption .captionContainerInner {
  position: relative;
  display: block;
  padding: 150px 0 0;
  max-width: 100%;
  width: 100%;
}
.inner_banner_caption .captionContainer .bannerHeading1 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
  color: var(--dark);
  text-transform: capitalize;
}
.inner_banner_caption .captionContainer .font-50 {
  font-size: 50px;
}
.breadcrumb-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  z-index: 8;
  overflow: hidden;
}
.breadcrumb-container ul {
  position: relative;
  display: block;
  color: var(--dark);
  z-index: 1;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto 5px;
  list-style-type: none;
  padding: 0;
}
.breadcrumb-container ul li {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--dark);
  font-weight: 600;
}
.breadcrumb-container ul li a {
  position: relative;
  color: var(--dark);
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.breadcrumb-container ul li a:after {
  color: var(--dark);
  content: "/";
  font-weight: 600;
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  margin: 0 7px 0 11px;
  opacity: 1;
}
.breadcrumb-container ul li a:hover {
  color: var(--primary);
  opacity: 1;
}

.form-section {
  padding-top: 0 !important;
}
.contact-form-wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 4rem;
}
.form-wrapper {
  display: block;
  margin: 30px auto 0;
}
.form-group,
.testimonial-wrapper .testimonial-box {
  margin-bottom: 30px;
}
.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  color: #0a3036;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 15px 25px;
  line-height: 20px;
  border-radius: 0;
  background-image: none;
  border: 1px solid var(--light);
  background-color: var(--white);
}
.nice-select .list,
.nice-select:after {
  position: absolute;
  pointer-events: none;
}
textarea.form-control {
  min-height: 150px;
  line-height: 26px;
  padding: 15px 25px;
  border-radius: 0;
  height: auto !important;
}
textarea {
  resize: none;
}
.form-control:focus,
.form-control:hover {
  outline: 0;
  border-color: var(--primary) !important;
  background-color: #fff;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  opacity: 1;
  color: #929292;
}
.form-control:-moz-placeholder,
:-moz-placeholder {
  opacity: 1;
  color: #929292;
}
.form-control::-moz-placeholder,
::-moz-placeholder {
  opacity: 1;
  color: #929292;
}
.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
  opacity: 1;
  color: #929292;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.form-control:focus:-moz-placeholder {
  color: transparent !important;
}
.form-control:focus::-moz-placeholder {
  color: transparent !important;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}
.nice-select {
  height: 55px;
  width: 100%;
  float: none;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
  border-radius: 0;
  border: 1px solid var(--light);
  padding: 10px 45px 10px 25px;
}
.nice-select,
.nice-select .list {
  font-weight: 400;
  background-color: var(--white);
}
.nice-select .current {
  opacity: 1;
  color: var(--dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.nice-selected .nice-select .current {
  opacity: 1;
  color: var(--dark);
  font-style: normal;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus,
.nice-select:hover {
  border-color: var(--primary) !important;
  outline: 0 !important;
}
.nice-select:after {
  font-family: "Font Awesome 6 Free";
  border: none;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  color: var(--secondary);
  display: block;
  line-height: 1;
  font-size: 14px;
  content: "\f078";
  font-weight: 900;
  margin: 0 !important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transform: translateY(-50%) !important;
}
.nice-select.disabled,
.nice-select.disabled:after {
  border-color: var(--light);
}
.nice-select.open:after,
.nice-select:hover:after {
  color: var(--primary) !important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.nice-select.open:after {
  content: "\f077";
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: initial;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  opacity: 0.5;
  color: var(--light);
  pointer-events: none;
}
.nice-select .list {
  margin-top: 0;
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  overflow-y: auto;
  max-height: 400px;
  border-radius: 0;
  box-sizing: border-box;
  transform-origin: 50% 0;
  background-color: var(--white);
  transform: scale(0.75) translateY(-25px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.nice-select .list:hover .option:not(:hover) {
  color: var(--textColor) !important;
  background-color: transparent !important;
}
.nice-select .option {
  font-weight: 400;
  cursor: pointer;
  outline: 0;
  color: var(--textColor);
  font-size: 14px;
  min-height: 40px;
  background: 0 0;
  line-height: 20px;
  padding: 10px 20px;
  letter-spacing: 0;
  white-space: normal;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  color: var(--dark);
  background: var(--primary);
}
.nice-select .option.selected {
  font-weight: 400;
}
.nice-select .option.disabled {
  opacity: 0.5;
  color: var(--light);
  cursor: default;
  background-color: transparent;
}


.blur {
  position: absolute;
  z-index: 1;
  opacity: .4;
  -moz-border-radius: 900px;
       border-radius: 900px;
  -webkit-filter: blur(clamp(40px, 7vw, 90px));
          filter: blur(clamp(40px, 7vw, 90px));
}
.blur:nth-of-type(1) {
  background: rgb(249, 191, 194, 0.4);
  height: clamp(400px, 70vw, 70vw);
  width: -moz-calc(clamp(400px, 70vw, 70vw) * 1.1);
  width: calc(clamp(400px, 70vw, 70vw) * 1.1);
  top: 60vh;
  left: 5vw;
}
.blur:nth-of-type(2) {
  background: rgba(113, 205, 225, 0.5);
  height: clamp(300px, 46vw, 46vw);
  width: -moz-calc(clamp(300px, 46vw, 46vw) * 0.75);
  width: calc(clamp(300px, 46vw, 46vw) * 0.75);
  top: 30vh;
  right: 30vw;
}
.blur:nth-of-type(3) {
  background: rgba(220, 228, 125, 0.4);
  height: clamp(100px, 20vw, 20vw);
  width: -moz-calc(clamp(100px, 20vw, 20vw) * 2);
  width: calc(clamp(100px, 20vw, 20vw) * 2);
  top: -10vh;
  left: -10vw;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ededed;
}

.footer-bottom {
  padding: 30px 0px;
  line-height: 16px;
  z-index: 1;
  border-top: 1px solid var(--light);
}
.copyright {
  line-height: 16px;
  padding: 0;
}
.copyright a,
.copyright a strong {
  color: var(--secondary);
}

#toTop {
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 5001;
  background:var(--secondary);
  font-size: 0;
  border: 0;
  overflow: hidden;
}
#toTop:before {
  content: "\f106";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
#toTop:hover {
  background: var(--primary);
  border-color: var(--primary);
}
#toTop:hover:before {
  color: var(--white);
}
#toTop:active,
#toTop:focus {
  outline: 0;
}
