@import url("css2.css");
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Source Serif 4", serif;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal;
  color: #2c2c2c;
}

a {
  transition: all 0.3s ease 0s;
  font-weight: normal;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  text-decoration: none;
}

input {
  transition: all 0.3s ease 0s;
}

input[type=text],
input[type=password],
input[type=date],
input[type=url],
input[type=search],
input[type=text],
input[type=email],
input[type=tel],
input[type=time],
.form-control, textarea, textarea.form-control {
  height: 35px;
  border-radius: 0.25rem;
  box-shadow: none;
  border: 1px solid #7B7B7B;
  color: #000;
  width: 100%;
  font-size: 24px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=time]:focus,
.form-control:focus, textarea:focus, textarea.form-control:focus {
  box-shadow: none;
  outline: none;
  color: #000;
  font-size: 24px;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
}

textarea::placeholder,
input::placeholder {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
}
textarea:focus,
input:focus {
  font-size: 24px;
}

.bg-gray {
  background-color: #F8F8F8;
}

.achivement-area {
  padding-top: 90px;
}

.radius-24 {
  border-radius: 24px;
}

.sb-bottom {
  margin-top: 90px;
  border-bottom: 1px solid #2c2c2c;
}

.section-head {
  margin-bottom: 55px;
}
.section-head .content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
}

.head {
  font-size: 120px;
  font-weight: 600;
  margin-bottom: 0px;
}

.contact-section,
.blog-section,
.client-review,
.skills-area,
.work-area,
.services-area {
  padding-top: 75px;
}

/*
---------------------------------------
  Css Loader
 --------------------------------------
 */
.siteloader {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 5em;
  height: 5em;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-left: 1px solid rgba(237, 237, 237, 0.8);
  border-right: 1px solid rgba(237, 237, 237, 0.8);
  border-bottom: 1px solid rgba(237, 237, 237, 0.8);
  border-top: 1px solid #000;
  border-radius: 100%;
}

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 28px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 28px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
.hero-content {
  margin-top: 50px;
}
.hero-content h1 {
  font-size: 200px;
  line-height: 148px;
  margin-bottom: 90px;
}
.hero-content h1 span {
  font-size: 120px;
}
.hero-content .hero-img img {
  transition: 0.8s;
  transform: rotate(-15deg);
}
.hero-content .hero-img img:hover {
  transform: rotate(0deg);
  transition: 0.8s;
}

.curved-circle {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}

.cv-content a {
  text-decoration: underline;
  transform: rotate(-90deg);
  position: absolute;
  width: 110px;
  margin-left: 0;
  margin-right: 42px;
  bottom: -75px;
  left: 0;
  font-size: 16px;
  font-weight: 400;
}

.card-content {
  padding: 50px 15px 40px;
  border-radius: 24px;
}
.card-content .number {
  font-weight: 500;
  display: inline-block;
}
.card-content p {
  font-size: 24px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 18px;
}
.card-content:hover .verticl-line {
  position: relative;
}
.card-content:hover .verticl-line:before {
  width: 100%;
  transition: 0.5s;
}

.verticl-line {
  position: relative;
}
.verticl-line:before {
  width: 20%;
  height: 2px;
  background-color: #2c2c2c;
  transition: 0.5s;
  content: "";
  position: absolute;
}

.down-arrow {
  font-size: 50px;
  text-align: center;
  margin: 0 auto;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 33%;
  transform: translateY(-50%);
  animation: rotate-animation 20s linear infinite;
}

.right-arrow {
  font-size: 50px;
  width: 50px;
}

.blog-wrapper-title,
.client-title,
.service-title,
.number {
  font-size: 80px;
}

.service-area .button {
  margin-top: 50px;
}
.service-area .sb-bottom {
  margin-bottom: 65px;
}

.service-title {
  padding-left: 37px;
  transition: 0.5s;
  font-weight: 600;
}

.inner-content {
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 220px;
  border-bottom: 1px solid #2c2c2c;
  transition: 0.5s;
}
.inner-content .service-img {
  transition: 0.5s;
}
.inner-content .service-img img {
  transition: 0.5s;
  transform: rotate(-15deg);
}
.inner-content .content img {
  transition: 0.5s;
}
.inner-content:hover {
  padding-right: 50px;
}
.inner-content:hover .service-img {
  padding-left: 40px;
  transition: 0.5s;
}
.inner-content:hover .service-img img {
  transition: 0.5s;
  transform: rotate(-15deg);
}
.inner-content:hover .service-title {
  transform: translateX(100px);
  transition: 0.5s;
}
.inner-content:hover .content span img {
  padding-left: 120px;
  transition: 0.5s;
}

.service-details {
  margin-bottom: 50px;
}
.service-details h4 {
  font-weight: 600;
  font-size: 32px;
}
.service-details .service-title {
  line-height: 77px;
  margin-top: 25px;
  margin-bottom: 26px;
  font-weight: 600;
}

.update-tech {
  margin-top: 35px;
}

.service-solution {
  margin-bottom: 25px;
}
.service-solution h4 {
  font-size: 24px;
  font-weight: 600;
}

.service-list li {
  display: inline-block;
  margin-right: 8px;
}
.service-list li a {
  background-color: #2c2c2c;
  color: #fff;
  padding: 4px 16px 6px 10px;
  border-radius: 5px;
  margin-bottom: 7px;
  display: inline-block;
}

#grid .mix {
  display: none;
}

.portfolio-list2 {
  margin-bottom: 25px;
}
.portfolio-list2 ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 10px;
}
.portfolio-list2 ul li a.active {
  background-color: #000;
  color: #fff;
}

.portfolio-list ul li {
  display: inline-block;
}
.portfolio-list ul li a {
  overflow: hidden;
  border: 1px solid #2c2c2c;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 100px;
  margin: 0px 7px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background-color: #E9E9E9;
  transition-property: color;
  transition-duration: 0.3s;
}
.portfolio-list ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.portfolio-list ul li a:hover:before {
  transform: scaleY(0);
}

.portfolio-content:hover .portfolio-inner-content h4 a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.portfolio-inner-content h4 {
  margin-bottom: 30px;
}
.portfolio-inner-content h4 a {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 10px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  transform: scaleY(0.5);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom;
  text-align: left;
  transition: 0.3s;
}
.portfolio-inner-content h4 a svg {
  width: 30px;
  float: right;
}
.portfolio-inner-content span {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 10px;
}

.portfolio-list {
  margin-bottom: 60px;
}

.portfolio-list .filter.active::before {
  content: "";
  background: #E9E9E9;
}

.skill-logo {
  position: relative;
  transition: 0.5s;
  border-radius: 24px;
  padding: 40px 40px 60px;
  margin-bottom: 25px;
}
.skill-logo:hover .skill-content {
  bottom: 20px;
  opacity: 1;
  transition: 0.4s;
  color: #000;
}
.skill-logo:hover img {
  margin-top: -20px;
  transition: 0.3s;
  border-radius: 24px;
}
.skill-logo img {
  transition: 0.3s;
  border-radius: 24px;
}
.skill-logo:hover {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.skill-content {
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
  transition: 0.4s;
  z-index: 2;
  color: #000;
  font-weight: 500;
  text-align: center;
  right: 0;
  font-size: 24px;
  font-weight: 600;
}

.client-content {
  transition: 0.5s;
}
.client-content .designation {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 17px;
}
.client-content .jobtitle {
  font-size: 16px;
  font-weight: 400;
}

.staricon {
  font-size: 30px;
  width: 20px;
}
.staricon path {
  fill: #FEC42D;
}

.quote-content {
  padding: 42px 42px 42px 70px;
  font-size: 16px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-left: -24px;
  z-index: -1;
  max-width: 600px;
  width: 100%;
  position: absolute;
  right: 200px;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.inner-quote {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.inner-quote p {
  text-wrap: balance;
  word-wrap: break-word;
}

.client-review-box {
  position: relative;
  transition: 0.5s;
}
.client-review-box .img-content img {
  transition: 0.5s;
}
.client-review-box:hover .quote-content {
  opacity: 1;
  transition: 0.5s;
}
.client-review-box:hover .client-content {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-200px);
}
.client-review-box:hover .img-content img {
  transform: translateX(-267px);
  transition: 0.5s;
}
.client-review-box:hover .quote-content {
  max-width: 906px;
  right: 0;
}

.breadcrumb-list ul li {
  font-size: 16px;
}

.breadcrumb-title {
  font-size: 120px;
  font-weight: 600;
}

.breadcumb-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.social-share span {
  font-weight: 600;
  font-size: 20px;
}
.social-share a {
  width: 30px;
  height: 30px;
  border: 1px solid #2c2c2c;
  text-align: center;
  color: #000;
  display: inline-block;
  border-radius: 100px;
  font-size: 16px;
  transition: 0.3s;
}
.social-share a:hover {
  background-color: #2c2c2c;
  color: #fff;
  transition: 0.3s;
}

.single-portfolio .portfolio-title {
  font-size: 80px;
  line-height: 77px;
  margin-top: 25px;
  margin-bottom: 26px;
  font-weight: 600;
}

.single-portfolio {
  margin-bottom: 50px;
}
.single-portfolio h4 {
  font-size: 32px;
  font-weight: 600;
}

.mission h3,
.story h3 {
  font-weight: 600;
  font-size: 24px;
}

.skills-area .button {
  margin-top: 55px;
}

.work-list2 .button {
  margin-top: 30px;
}

.blog-wrapper-post:hover .blog-post .img-content .blog-meta {
  opacity: 1;
  transition: 0.3s;
}
.blog-wrapper-post h3 {
  font-weight: 600;
  line-height: 85px;
}
.blog-wrapper-post p {
  margin-top: 27px;
}
.blog-wrapper-post .button .jones-btn {
  margin-top: 28px;
}
.blog-wrapper-post .blog-title {
  margin-top: 27px;
}
.blog-wrapper-post .blog-title h4 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 14px;
}
.blog-wrapper-post .blog-title .circle {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  padding-left: 20px;
}
.blog-wrapper-post .blog-title .circle:before {
  position: absolute;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100px;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.blog-post {
  margin-top: 25px;
}
.blog-post .img-content {
  overflow: hidden;
  border-radius: 24px;
}
.blog-post .img-content .blog-meta {
  position: absolute;
  bottom: 15px;
  background: white;
  padding: 7px 20px;
  border-bottom-left-radius: 18px;
  left: 15px;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s;
}
.blog-post .img-content:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}
.blog-post .img-content img {
  transition: 0.3s;
}

.blog-details-post {
  margin-bottom: 82px;
}
.blog-details-post .blog-title {
  font-size: 80px;
  line-height: 77px;
  margin-top: 25px;
  margin-bottom: 26px;
  font-weight: 600;
}
.blog-details-post h4 {
  font-size: 32px;
  font-weight: 600;
}

.comment svg,
.callander svg {
  font-size: 18px;
}

.details-meta-tag {
  margin-top: 32px;
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-wrap: wrap;
}
.details-meta-tag img {
  width: 35px;
}
.details-meta-tag span {
  display: inline-block;
}
.details-meta-tag span svg {
  margin-right: 5px;
}

.author-name {
  font-size: 18px;
  font-weight: 600;
  color: #666;
}

.blog-details-post blockquote {
  border-left: none;
  padding: 40px 40px 30px;
  margin-bottom: 0px;
  background-color: #f2f2f2;
  border-radius: 24px;
}
.blog-details-post blockquote img {
  width: 50px;
}
.blog-details-post blockquote .post-name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 25px;
}
.blog-details-post .quote {
  position: relative;
}
.blog-details-post .quote:before {
  content: "";
  background-image: url("../image/quote.png");
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  position: relative;
  padding: 15px;
  opacity: 0.2;
  display: block;
  margin-bottom: 15px;
}
.blog-details-post h5 {
  font-size: 24px;
  font-weight: 600;
}

.meta-tag a {
  padding: 5px 20px;
  background: #f2f2f2;
  border-radius: 24px;
  margin-right: 8px;
  transition: 0.3s;
  font-size: 16px;
}
.meta-tag a:hover {
  background-color: #2c2c2c;
  color: #fff;
  transition: 0.3s;
}
.meta-tag span {
  line-height: 33px;
  font-weight: 600;
  font-size: 18px;
}

.service-list li,
.keylist li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
}

.keylist li:before {
  width: 8px;
  height: 8px;
  background: black;
  content: "";
  position: absolute;
  border-radius: 100px;
  left: -15px;
  top: 8px;
}

.meta-post .social-share a {
  background-color: #fff;
  border: 1px solid #2c2c2c;
  color: #000;
  transition: 0.3s;
}
.meta-post .social-share a:hover {
  background-color: #2c2c2c;
  color: #fff;
  transition: 0.3s;
}
.meta-post .social-share span {
  vertical-align: middle;
}

.comment-text .reply {
  position: absolute;
  right: 0px;
  font-weight: 600;
  background: #f1f1f1;
  padding: 0px 8px;
  border-radius: 4px;
  font-size: 11px;
  transition: 0.3s;
}
.comment-text .reply:hover {
  background-color: #2c2c2c;
  color: #fff;
  transition: 0.3s;
}
.comment-text .date-time {
  font-weight: 600;
  color: #666;
}

.comment-content {
  margin-top: 45px;
}

.author img {
  width: 60px;
  border-radius: 100%;
}

.meta-post {
  margin-top: 85px;
  margin-bottom: 85px;
}

.search-info .jones-btn {
  background: transparent;
  border: none;
  color: #2c2c2c;
  position: absolute;
  right: 35px;
  padding: 1px;
  top: 40px;
  min-width: 25px;
  text-align: right;
  font-size: 20px;
  width: 0px;
}
.search-info .jones-btn:before {
  background-color: transparent;
}
.search-info input {
  height: 46px !important;
  border-radius: 12px;
  padding: 10px;
}
.search-info input:focus {
  font-size: 18px;
}

.widget {
  margin-bottom: 25px;
  padding: 40px 30px 40px;
  background-color: #2c2c2c;
  border-radius: 12px;
}
.widget h5 {
  margin-bottom: 3px;
}
.widget ul li a {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #fff;
}
.widget ul li a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget .meta-tag a {
  border: 1px solid #fff;
}
.widget .meta-tag a:hover {
  border: 1px solid #fff;
}

.widget-title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 25px;
}

.meta-post-date {
  margin-top: 30px;
}
.meta-post-date ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
.meta-post-date ul li img {
  width: 35px;
}
.meta-post-date ul li svg {
  margin-right: 2px;
}

.jones-btn {
  min-width: 150px;
  border-radius: 100px;
  padding: 12px 10px;
  background-color: #f2f2f2;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.jones-btn:before {
  width: 30px;
  height: 1px;
  background-color: #000;
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.jones-btn span {
  transition: 0.5s;
}
.jones-btn:hover:before {
  left: 15px;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.jones-btn:hover span {
  padding-left: 40px;
  transition: 0.5s;
}

.contact-form p {
  font-size: 24px;
}
.contact-form textarea,
.contact-form input {
  height: 80px;
  border-radius: 16px;
  padding: 0px 15px;
  margin-bottom: 25px;
}
.contact-form textarea {
  height: 146px;
  padding-top: 17px;
}
.contact-form .button {
  margin-top: 35px;
}

.contact-info {
  padding: 172px 70px;
  background-image: url("../image/contact.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
}
.contact-info .social-share a {
  border: 1px solid #fff !important;
  margin-right: 10px;
  transition: 0.3s;
}
.contact-info .social-share a:hover {
  background-color: #fff;
  color: #000 !important;
  transition: 0.3s;
}

#response {
  font-size: 24px;
}

.contact-info h4 {
  font-size: 24px;
}

/*======================================
	Header CSS
========================================*/
/*===== NAVBAR =====*/
.rectangle-fill ul li a {
  position: relative;
  transition: 0.3s;
}
.rectangle-fill ul li a:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 5px solid transparent;
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
.rectangle-fill ul li a:hover:before {
  opacity: 1;
  transition: 0.3s;
  left: 0;
}

.header-area.stricky-menu {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

.header-area .stellarnav .menu-toggle span.bars span {
  width: 25px;
}
.header-area .stellarnav ul li li a {
  font-size: 16px;
}
.header-area .stellarnav ul li li a:hover {
  color: white;
  border-radius: 4px;
}
.header-area .stellarnav ul ul {
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.header-area .stellarnav > ul {
  text-align: right;
}
.header-area .stellarnav > ul > li > a {
  padding: 30px 18px;
  color: #222;
  font-weight: 500;
  transition: 0.3s;
  font-size: 16px;
}
.header-area .stellarnav li.has-sub > a:after {
  border-top: 6px solid #000;
}
.header-area .stellarnav li.has-sub > a::after {
  display: none;
}
.header-area .stellarnav.desktop li.has-sub a {
  padding-right: 0px;
}

.bio-area {
  margin-top: 77px;
}

.footer-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.name-style h2 {
  font-size: 360px;
  /* -webkit-text-stroke: 2px #000; */
  color: #2c2c2c;
  opacity: 0.1;
  font-weight: 700;
  text-align: center;
}

.asley-jones .sb-bottom {
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer-menu {
  margin-top: 23px;
  margin-bottom: 46px;
  padding-bottom: 23px;
  border-bottom: 1px solid #000;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  padding: 10px 18px;
  display: inline-block;
  margin: 0px 10px;
}

.back-to-top {
  font-size: 50px;
}

.name-style {
  padding-top: 15px;
  padding-bottom: 15px;
}/*# sourceMappingURL=main.css.map */