/*font Variables*/
/*Color Variables*/
body {
  line-height: 1.6;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #989898;
  background: #fff;
}

html,
body {
  height: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #020047;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/* Main Title Area css
============================================================================================ */
.section-title {
  margin-bottom: 50px;
  text-align: center;
}
.section-title h2 {
  font-size: 50px;
  color: #020047;
}
.nav-item-padding {
	padding-left: 10px;
	margin-top: 0px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
  }
}

/* Start Primary btns css
============================================================================================ */
.primary-btn {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  background: #975fda;
  font-weight: 600;
  line-height: 50px;
  border-radius: 3px;
  font-size: 18px;
  color: #020047;
  padding: 0 40px;
}
.primary-btn.hdr-btn {
  display: block;
  background: transparent;
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
  line-height: 55px;
  font-weight: 500;
  border: 2px solid #975fda;
  border-radius: 50px;
  color: #975fda;
}
.primary-btn.hdr-btn:hover {
  color: #fff;
  opacity: 1;
  background: #975fda;
}
.primary-btn:hover {
  color: #020047;
  opacity: 0.8;
}

/* Start Header area style
============================================================================================ */
.header_area {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  padding: 12px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .header_area {
    padding: 10px 0;
  }
}
.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
@media (max-width: 991px) {
  .header_area .navbar .logo_h img {
    max-width: 240px;
  }
}
@media (max-width: 425px) {
  .header_area .navbar .logo_h img {
    max-width: 200px;
	margin: 0 50%;
  }
}
@media (max-width: 1199px) {
  .header_area .navbar .nav-btn {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.header_area.navbar_fixed {
  z-index: 99999;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .header_area.navbar_fixed .main_menu {
    padding: 0;
  }
}
.header_area.navbar_fixed .main_menu .navbar .logo_h img {
  max-width: 150px;
}

/* header area responsive css
============================================================================================ */
@media (max-width: 1199px) {
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
  }

  .header_area .navbar {
    padding: 0 20px;
  }

  .navbar-toggler[aria-expanded=false] span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler[aria-expanded=true] span:nth-child(3) {
    width: 25px;
  }

  .navbar-toggler span:nth-child(3) {
    width: 18px;
    float: right;
    margin: initial;
  }

  .navbar-toggler[aria-expanded=true] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }

  .navbar-toggler[aria-expanded=true] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #020047;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }

  .navbar_fixed .navbar-toggler span {
    background: #020047;
  }

  .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav {
    padding: 0px 0px;
    padding-bottom: 25px;
  }

  .header_area + section,
.header_area + row,
.header_area + div {
    margin-top: 117px;
  }

  .header_top .nav {
    padding: 0px;
  }

  .header_area .navbar-collapse {
    max-height: 410px;
    /*overflow-y: scroll;*/
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
    text-align: center;
    border-bottom: 1px solid #fff;
    line-height: 50px;
  }

  .header_area + section,
.header_area + row,
.header_area + div {
    margin-top: 0;
  }
  
  .nav-item-padding {
  	padding-left: 0px;
	margin-top: 10px;
  }
}
/* hero area style
============================================================================================ */
.banner-area {
  background: url(../img/bg/banner-bg.png) bottom no-repeat;
  background-size: cover;
} 
.banner-area-flat {
  background: url(../img/bg/banner-bg-flat.png) bottom no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner-area {
    height: initial !important;
    padding: 150px 0 180px;
  }
}
@media (max-width: 767px) {
  .banner-area-flat {
    height: initial !important;
    padding: 50px 0 80px;
  }
}
.banner-area .banner-content {
  text-align: center;
  /*margin-top:5%;*/
}
.banner-area-flat .banner-content {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media (max-height: 630px) and (min-width: 1366px) {
  .banner-area .banner-content {
    /*margin-top:5%;*/
  }
  .banner-area-flat .banner-content {
  	margin-top: 120px;
  	margin-bottom: 20px;
  }  
}
@media (max-width: 991px) {
  .banner-area .banner-content {
	/*margin-top: 120px;*/
  }
  .banner-area-flat .banner-content {
  	margin-top: 120px;
  	margin-bottom: 20px;
  }  
}
.banner-area .banner-content h6 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  font-weight: 500;
}
.banner-area-flat .banner-content h6 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  font-weight: 500;
}
.banner-area .banner-content h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 25px;
}
.banner-area-flat .banner-content h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .banner-area .banner-content h1 {
    font-size: 50px;
  }
  .banner-area-flat .banner-content h1 {
    font-size: 50px;
  }  
}
@media (max-width: 767px) {
  .banner-area .banner-content h1 {
    font-size: 38px;
  }
  .banner-area-flat .banner-content h1 {
    font-size: 38px;
  }  
}
@media (max-width: 375px) {
  .banner-area .banner-content h1 {
    font-size: 32px;
  }
  .banner-area-flat .banner-content h1 {
    font-size: 32px;
  }  
}
.banner-area .banner-content .form-group {
  position: relative;
  width: 100%;
}
.banner-area-flat .banner-content .form-group {
  position: relative;
  width: 100%;
}
.banner-area .banner-content .form-group input {
  height: 85px;
  padding: 0 30px;
  font-size: 16px;
  color: #020047;
  border-radius: 50px;
  font-weight: 400;
  width: 100%;
  border: none;
}
.banner-area-flat .banner-content .form-group input {
  height: 85px;
  padding: 0 30px;
  font-size: 16px;
  color: #020047;
  border-radius: 50px;
  font-weight: 400;
  width: 100%;
  border: none;
}
@media (max-width: 767px) {
  .banner-area .banner-content .form-group input {
    height: 60px;
  }
  .banner-area-flat .banner-content .form-group input {
    height: 60px;
  }  
}
.banner-area .banner-content .form-group input.placeholder {
  color: #020047;
}
.banner-area-flat .banner-content .form-group input.placeholder {
  color: #020047;
}
.banner-area .banner-content .form-group input:-moz-placeholder {
  color: #020047;
}
.banner-area-flat .banner-content .form-group input:-moz-placeholder {
  color: #020047;
}
.banner-area .banner-content .form-group input::-moz-placeholder {
  color: #020047;
}
.banner-area-flat .banner-content .form-group input::-moz-placeholder {
  color: #020047;
}
.banner-area .banner-content .form-group input::-webkit-input-placeholder {
  color: #020047;
}
.banner-area-flat .banner-content .form-group input::-webkit-input-placeholder {
  color: #020047;
}
.banner-area .banner-content .form-group input:focus {
  outline: none;
  box-shadow: none;
}
.banner-area-flat .banner-content .form-group input:focus {
  outline: none;
  box-shadow: none;
}
.banner-area .banner-content .form-group .send {
  position: absolute;
  right: 7.5px;
  height: 70px;
  padding: 0 25px;
  background: #6de6dd;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: #020047;
  font-size: 17px;
  width: 200px;
  top: 7.5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-area-flat .banner-content .form-group .send {
  position: absolute;
  right: 7.5px;
  height: 70px;
  padding: 0 25px;
  background: #6de6dd;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: #020047;
  font-size: 17px;
  width: 200px;
  top: 7.5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-area .banner-content .form-group .send:hover {
  opacity: 0.8;
}
.banner-area-flat .banner-content .form-group .send:hover {
  opacity: 0.8;
}
.banner-area .banner-content .form-group .send i.fa {
  margin-left: 3px;
}
.banner-area-flat .banner-content .form-group .send i.fa {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .banner-area .banner-content .form-group .send {
    height: 45px;
    width: 160px;
  }
  .banner-area-flat .banner-content .form-group .send {
    height: 45px;
    width: 160px;
  }  
}
@media (max-width: 375px) {
  .banner-area .banner-content .form-group .send {
    position: inherit;
  }
  .banner-area-flat .banner-content .form-group .send {
    position: inherit;
  }  
}

/* Start how it works area css
============================================================================================ */
.how-it-works-area {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .how-it-works-area {
    padding: 80px 0 30px;
  }
}
.how-it-works-area .col-lg-4:last-child .single-works-item .work-process-thumb:after {
  display: none;
}
.how-it-works-area .works-inner {
  margin: 0 -100px;
}
@media (max-width: 1199px) {
  .how-it-works-area .works-inner {
    margin: 0;
  }
}
.how-it-works-area .single-works-item {
  text-align: center;
}
@media (max-width: 767px) {
  .how-it-works-area .single-works-item {
    margin-bottom: 50px;
  }
}
.how-it-works-area .single-works-item .work-process-thumb {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.how-it-works-area .single-works-item .work-process-thumb img {
  border: 2px solid #eeeeee;
  border-radius: 50%;
  padding: 10px 5px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .how-it-works-area .single-works-item .work-process-thumb img {
    max-width: 150px;
  }
}
.how-it-works-area .single-works-item .work-process-thumb .arrow-round {
  position: absolute;
  padding: 0;
  border: none;
  top: 41%;
  right: -40px;
}
@media (max-width: 1199px) {
  .how-it-works-area .single-works-item .work-process-thumb .arrow-round {
    top: 36%;
  }
}
@media (max-width: 767px) {
  .how-it-works-area .single-works-item .work-process-thumb .arrow-round {
    display: none;
  }
}
.how-it-works-area .single-works-item .work-process-thumb:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 20px;
  width: 100%;
  background: transparent;
  border: 2px solid #eeeeee;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .how-it-works-area .single-works-item .work-process-thumb:after {
    display: none;
  }
}
.how-it-works-area .single-works-item .work-process-content {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .how-it-works-area .single-works-item .work-process-content {
    padding: 0;
  }
}
.how-it-works-area .single-works-item .work-process-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .how-it-works-area .single-works-item .work-process-content h4 {
    font-size: 20px;
  }
}
.how-it-works-area .single-works-item .work-process-content p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .how-it-works-area .single-works-item .work-process-content p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .how-it-works-area .single-works-item .work-process-content p br {
    display: none;
  }
}

/* Start about area css
============================================================================================ */
.about-area .about-thumb {
  text-align: center;
}
.about-area .section-title {
  text-align: left;
}
@media (max-width: 991px) {
  .about-area .section-title {
    text-align: center;
  }
}

/* service area css
============================================================================================ */
.product-area {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .product-area {
    padding: 30px 0 80px;
  }
}
@media (max-width: 991px) {
  .product-area .product-left-slider {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .product-area .product-left-slider.owl-carousel .owl-dots {
    text-align: center;
  }
}
.product-area .product-left-slider.owl-carousel .owl-dots div {
  height: 15px;
  width: 15px;
  background: #6de6dd;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
}
.product-area .product-left-slider.owl-carousel .owl-dots div.active {
  opacity: 1;
}
.product-area .product-left-slider .section-title {
  text-align: left;
}
@media (max-width: 991px) {
  .product-area .product-left-slider .section-title {
    text-align: center;
  }
}
.product-area .product-item-wrap {
  position: relative;
}
.product-area .single-product-item {
  position: relative;
  width: 100%;
  height: 330px;
  float: left;
  perspective: 500px;
  margin-bottom: 30px;
}
.product-area .single-product-item.product2 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .product-area .single-product-item.product2 {
    margin-top: 0;
  }
}
.product-area .single-product-item.product2 .back-side {
  color: #fff;
  transform: rotateY(180deg);
  text-align: left;
}
.product-area .single-product-item.product2 .back-side:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  border-radius: 10px;
  z-index: -1;
  opacity: 0.6;
}
.product-area .single-product-item.product2 .front-side,
.product-area .single-product-item.product2 .back-side {
  background: url(../img/thumb/cbd-img2.png) center no-repeat !important;
  background-size: cover !important;
}
.product-area .single-product-item.product3 {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .product-area .single-product-item.product3 {
    margin-top: 0;
  }
}
.product-area .single-product-item.product3 .front-side,
.product-area .single-product-item.product3 .back-side {
  background: url(../img/thumb/cbd-img3.png) center no-repeat !important;
  background-size: cover !important;
}
.product-area .single-product-item.product4 .front-side,
.product-area .single-product-item.product4 .back-side {
  background: url(../img/thumb/cbd-img4.png) center no-repeat !important;
  background-size: cover !important;
}
.product-area .single-product-item .product-content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
  border-radius: 8px;
}
.product-area .single-product-item .product-content .front-side,
.product-area .single-product-item .product-content .back-side {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/home_image.jpg) center no-repeat;
  background-size: cover;
  color: #03446A;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 8px;
  backface-visibility: hidden;
}
.product-area .single-product-item .product-content .front-side h4 {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0 0 30px 25px;
}
.product-area .single-product-item .product-content .back-side {
  color: #fff;
  transform: rotateY(180deg);
  text-align: left;
}
.product-area .single-product-item .product-content .back-side .back-side-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-area .single-product-item .product-content .back-side h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}
.product-area .single-product-item .product-content .back-side .read-more {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  background: #6de6dd;
}
.product-area .single-product-item .product-content .back-side .read-more i.fa {
  color: #020047;
}
.product-area .single-product-item:hover .product-content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

/* Footer area css
============================================================================================ */
.footer-area {
  background: url(../img/bg/footer-bg.png) top no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer-area {
    background-position: 78% 50%;
  }
}
.footer-area .footer-top {
  padding: 250px 0 80px;
}
@media (max-width: 767px) {
  .footer-area .footer-top {
    text-align: center;
    padding: 200px 0 30px;
  }
}
@media (max-width: 767px) {
  .footer-area .single-footer-widget {
    text-align: center;
    margin-bottom: 50px;
  }
}
.footer-area .single-footer-widget h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-area .single-footer-widget h4 {
    margin-bottom: 30px;
  }
}
.footer-area .single-footer-widget p {
  margin-bottom: 5px;
  color: #dcd6f7;
}
.footer-area .single-footer-widget .social-links span a {
  display: inline-block;
  color: #dedede;
  font-size: 20px;
  margin-right: 15px;
}
.footer-area .single-footer-widget .social-links span a i.fa {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area .single-footer-widget .social-links span a:hover i.fa {
  color: #fff;
}
.footer-area .single-footer-widget .social-links span:last-child a {
  margin-right: 0;
}
.footer-area .single-footer-widget .form-group {
  position: relative;
  width: 100%;
}
.footer-area .single-footer-widget .form-group input {
  height: 55px;
  padding: 0 10px 0 0;
  font-size: 14px;
  color: #dcd6f7;
  font-weight: 400;
  background: transparent;
  width: 65%;
  border: none;
  border-bottom: 2px solid #dcd6f7;
}
.footer-area .single-footer-widget .form-group input.placeholder {
  color: #dcd6f7;
}
.footer-area .single-footer-widget .form-group input:-moz-placeholder {
  color: #dcd6f7;
}
.footer-area .single-footer-widget .form-group input::-moz-placeholder {
  color: #dcd6f7;
}
.footer-area .single-footer-widget .form-group input::-webkit-input-placeholder {
  color: #dcd6f7;
}
.footer-area .single-footer-widget .form-group input:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .footer-area .single-footer-widget .form-group input {
    width: 100%;
  }
}
.footer-area .single-footer-widget .form-group .send {
  position: absolute;
  right: 0;
  height: 55px;
  padding: 0 25px;
  background: #6de6dd;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  color: #020047;
  font-size: 15px;
  width: 155px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area .single-footer-widget .form-group .send:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer-area .single-footer-widget .form-group .send {
    padding: 0 15px;
    width: 120px;
  }
}
.footer-area .footer-bottom {
  border-top: 1px solid #cec6f4;
  padding: 20px 0;
  text-align: center;
}
.footer-area .footer-bottom .coptright {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-area .footer-bottom .coptright {
    text-align: center;
    margin-bottom: 10px;
  }
}

.send-success {
	position: absolute;
	right: 0;
	height: 55px;
	padding: 0 25px;
	background: #6de6dd;
	border: none;
	border-radius: 5px;
	font-weight: 500;
	cursor:default;
	color: #020047;
	font-size: 15px;
	width: 155px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	font-size: 1.25em;
	font-weight: 700;
	color: white;
	background-color: black;
	display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
	background-color: red;
}	
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}	
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.verify-once-message {
	font-family: "Open Sans", sans-serif;
	font-weight:400; 
	color:white; 
	max-width:600px;
	text-align:left; 
	border-radius:1em;
	padding:10px;
}
.required {
	color:#F3050C;
}
.input-red-border {
	border: 1px solid #F3050C;
}
.text-red {
	color:#F3050C;
}
/*# sourceMappingURL=main.css.map */
