@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

.bg-custom {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.big-title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.xsmall-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.border-orange {
  width: 112px;
  height: 8px;
  background-color: #ff7f50;
}

.top {
  width: 74px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

.new-dealer {
  position: fixed;
  top: 80%;
  right: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 14px;
  background-color: #ff7f50;
  border-radius: 10px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.338);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.363);
}

/* Section Hero Starts */
.section-hero {
  max-width: 1900px;
  height: 91vh;
  background-image: url(../img/Fina-hero-img.jpg);
  background-size: cover;
  background-position: top;
  width: 100%;
}
.section-hero .slogan-box {
  margin: 60px 0 0 40px;
  border-left: 8px solid #ff7f50;
  padding-left: 10px;
}
.section-hero .slogan-box .slogan-heading {
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  font-weight: 900;
  color: #b9231d;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 0;
}
.section-hero .slogan-box .slogan-sub-heading {
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 40px;
  line-height: 40px;
  color: #292929;
}
.section-hero .slogan-box .slogan-sub-heading span {
  font-weight: 900;
}
.section-hero .go-green {
  margin-top: 30px;
}

/* Section Hero Ends */
.section-suppliers {
  width: 95%;
  overflow: hidden;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.338);
  margin-bottom: -40px;
  background-color: white;
}
.section-suppliers .supplier-logo {
  width: 100%;
  background-size: 100%;
  bottom: 0;
}
.section-suppliers .text {
  text-align: center;
  padding-top: 10px;
  background: #d3faff;
  padding-bottom: 10px;
}
.section-suppliers .text .title {
  font-weight: 700;
  color: #115293;
}
.section-suppliers h6 {
  line-height: 1rem;
  margin: 0;
  padding-bottom: 0;
}
.section-suppliers .supplier-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.section-range {
  background-size: cover;
  padding-top: 80px;
}
.section-range .product-name {
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #e4f1ff;
  border: 4px solid white;
  padding: 10px 0;
  border-radius: 2px;
}
.section-range .erickshaw-range {
  background: url(../img/section-range-bg1.jpg) no-repeat center center;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 97%;
  margin: auto;
}
.section-range .erickshaw-range .owl-nav {
  position: absolute;
  top: 30%;
  left: 0%;
  transform: translateX(-50%, -50%);
  width: 100%;
  background-color: #3214dc;
}
.section-range .erickshaw-range .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 50px;
  line-height: 50px;
  width: 60px;
  padding-bottom: 8px !important;
  border-radius: 100px;
}
.section-range .erickshaw-range .owl-nav .owl-next {
  position: absolute;
  right: 0%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 50px;
  line-height: 50px;
  width: 60px;
  padding-bottom: 8px !important;
  border-radius: 100px;
}
.section-range .erickshaw-range h2 {
  margin-top: 40px;
}
.section-range .my-owl {
  width: 95%;
  margin-top: 40px;
}

.featured-product {
  width: 95% !important;
  margin: auto !important;
}
.featured-product .feature-card {
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.338);
  margin-top: 40px;
}
.featured-product .feature-card .featured-erickshaw {
  background: url(../img/erickshaw-small/featured-super-deluxe.jpeg) bottom center no-repeat;
  background-size: cover;
  height: 540px;
}
.featured-product .feature-card .featured-escooter {
  background: url(../img/escooter-small/jetterclassic.jpeg) bottom center no-repeat;
  background-size: cover;
  height: 540px;
}
.featured-product .feature-card .text {
  background-color: white;
  padding-left: 80px;
  padding-top: 80px;
}
.featured-product .feature-card .text .brand-name {
  font-size: 24px;
  font-weight: 500;
}
.featured-product .feature-card .text .model-name {
  font-size: 48px;
  font-weight: 700;
}
.featured-product .feature-card .text p {
  font-size: 24px;
  line-height: 36px;
  width: 70%;
}

.section-achievements {
  padding-top: 40px;
}
.section-achievements h6 {
  margin-top: 16px;
}

.dealers {
  padding-top: 80px;
  background-color: #dae5f2;
}
.dealers .map-box {
  background-color: #91b2db;
}
.dealers .form-box {
  background-color: #91b2db3a;
  padding: 60px;
}
.dealers #state {
  height: 40px;
  border-radius: 4px;
  background-color: #d3e8fd;
  padding-left: 10px;
  color: #555;
}

footer {
  background: #fbfdfc;
}

.new_footer_area {
  background: #fbfbfd;
}

.new_footer_top {
  padding: 80px 0px 270px;
  position: relative;
  overflow-x: hidden;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 20px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}

.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ti-facebook:before {
  content: "";
}

.ti-twitter-alt:before {
  content: "";
}

.ti-vimeo-alt:before {
  content: "";
}

.ti-pinterest:before {
  content: "";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #267d0a;
  border-color: #267d0a;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
  background: #2c69ed;
  border-color: #5e2ced;
  color: white;
}

.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}

.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}

.f_600 {
  font-weight: 600;
}

.f_size_18 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

.new_footer_top .f_widget.about-widget .f_list li a,
li {
  color: #6a7695;
}

.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("http://droitthemes.com/html/saasland/img/seo/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url(../img/footer-man.png) no-repeat;
  /* background: url(./img/escooter-small/jetter.jpeg) no-repeat center center; */
  width: 150px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 18s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_three {
  background: url(../img/footer-man.png) no-repeat;
  /* background: url(./img/escooter-small/jetter.jpeg) no-repeat center center; */
  width: 150px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 10%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 12s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif") no-repeat center center;
  width: 70px;
  height: 80px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 15s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes mysecond {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
/*************footer End*****************/
#top-footer .new_footer_area {
  background: transparent;
}
#top-footer .new_footer_top {
  padding: 0px 0px 140px;
  position: relative;
  overflow-x: hidden;
  margin-top: -150px;
  background: url(../img/road-footer3.png);
  background-position: bottom;
  overflow-y: hidden;
}
#top-footer .new_footer_top .footer_bg {
  background: none;
  width: 100%;
  height: 140px;
  margin-bottom: 0;
}
#top-footer .new_footer_top .footer_bg .footer_bg_one {
  background: url(../img/footer-man.png) no-repeat;
  /* background: url(./img/escooter-small/jetter.jpeg) no-repeat center center; */
  width: 250px;
  height: 200px;
  zoom: 0.68;
  background-size: 100%;
  position: absolute;
  transform: translateY(10px);
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 18s linear infinite;
}
#top-footer .new_footer_top .footer_bg .footer_bg_three {
  background: url(../img/footer-man.png) no-repeat;
  /* background: url(./img/escooter-small/jetter.jpeg) no-repeat center center; */
  width: 250px;
  height: 200px;
  background-size: 100%;
  position: absolute;
  zoom: 0.7;
  transform: translateY(30px);
  bottom: 0;
  left: 10%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 12s linear infinite;
}
#top-footer .new_footer_top .footer_bg .footer_bg_two {
  background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif") no-repeat center center;
  width: 176px;
  height: 200px;
  zoom: 0.45;
  background-size: 100%;
  bottom: 0;
  left: 48%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 15s linear infinite;
}
@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes mysecond {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/*************TOP footer End*****************/
/***************Gallery CSS ************/
#demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.green {
  background-color: #6fb936;
}

.thumb {
  margin-bottom: 30px;
}

.page-top {
  margin-top: 85px;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #000;
}

.modal-footer {
  display: none;
}

.product-bg {
  background-image: linear-gradient(#f7f9fd, #ecf2ff);
  padding-bottom: 80px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.features {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 700;
}

.product-small-title {
  font-weight: 900;
  letter-spacing: 2px;
}

.product-big-title {
  font-weight: 900;
  letter-spacing: 2px;
  text-shadow: 2px 4px 18px rgba(0, 0, 0, 0.247);
}

.color-img-box {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.color-btns {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.014);
}
.color-btns p {
  font-size: 14px;
  color: #660909a4;
}
.color-btns .btn {
  transition: all 0.2s;
  height: 40px;
  width: 40px;
  border-radius: 80px;
  border: 4px solid white;
  margin: 16px 10px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.479);
}
.color-btns .btn:hover {
  transform: scale(1.2);
}
.color-btns .m-white {
  background-color: #fff;
}
.color-btns .m-green {
  background-color: #04cf30;
}
.color-btns .m-black {
  background-color: #000;
}
.color-btns .s-firozi {
  background-color: #14dbe2;
}
.color-btns .m-red {
  background-color: firebrick;
}
.color-btns .tpr-blue {
  background-color: blue;
}

.card {
  margin-bottom: 30px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
}

.bg-custom1 {
  background: #f2f7fe;
}

.bg-custom2 {
  background: #e6f1ff !important;
}

.bg-custom3 {
  background: #fff3ef !important;
}

.similar-products .owl-nav {
  position: absolute;
  top: 10%;
  left: 0%;
  transform: translateX(-50%, -50%);
  width: 100%;
  background-color: #3214dc;
}
.similar-products .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.301) !important;
  font-size: 50px !important;
  line-height: 70px !important;
  width: 70px !important;
  padding-bottom: 10px !important;
  border-radius: 50% !important;
}
.similar-products .owl-nav .owl-next {
  position: absolute;
  right: 0%;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.301) !important;
  font-size: 50px !important;
  line-height: 70px !important;
  width: 70px !important;
  padding-bottom: 10px !important;
  border-radius: 50% !important;
}
.similar-products .img {
  min-height: 200px;
  background-image: url(../img/erickshaw-small/loader.jpeg);
  background-size: cover;
  background-position: center;
}
.similar-products .box1 {
  background-image: url(../img/erickshaw-small/deluxe.jpeg);
}
.similar-products .box2 {
  background-image: url(../img/erickshaw-small/loader.jpeg);
}
.similar-products .box3 {
  background-image: url(../img/erickshaw-small/super-deluxe.jpeg);
}
.similar-products .box4 {
  background-image: url(../img/escooter-small/jetter.jpeg);
}
.similar-products .box5 {
  background-image: url(../img/escooter-small/jetterclassic.jpeg);
}
.similar-products .box6 {
  background-image: url(../img/escooter-small/turner.jpeg);
}
.similar-products .box7 {
  background-image: url(../img/escooter-small/turner-clacssic.jpeg);
}

.chairman {
  height: 90vh;
  background-image: url(../img/rajeev-pic.png);
  background-position: center;
}

.team-member {
  height: 160px;
  border: 10px solid #bebebe;
  border-radius: 8px;
}

.group-image {
  border: 8px solid rgba(255, 128, 82, 0.301);
  border-radius: 4px;
  margin-bottom: 40px;
}

.about-us {
  background-color: rgba(214, 228, 245, 0.205);
  margin-top: 30px;
  padding-bottom: 50px;
}
.about-us .about-text {
  width: 70%;
  border: 10px solid white;
  border-radius: 20px;
}

.contact {
  height: 65vh;
  background-image: url(../img/contact-page-bg.jpg);
  background-position: center;
  background-size: cover;
}

.map-form {
  background-color: #d8e5f56c;
}

.contact-map-box {
  margin: 80px 0px;
}

iframe {
  border: 8px solid #fff;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}

.contact-form-box {
  margin-top: 80px;
}
.contact-form-box h4 {
  font-weight: 700;
  font-size: 2.5rem;
}
.contact-form-box .orange-dash {
  width: 100px;
  height: 6px;
  background-color: coral;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact-form-box .contact-form p {
  padding: 0;
  margin: 0 0 0 0;
}
.contact-form-box .contact-form input {
  width: 100%;
  max-width: 500px;
  border: 0;
  margin-bottom: 12px;
  height: 40px;
  padding-left: 12px;
  border-radius: 4px;
}
.contact-form-box .contact-form input::placeholder {
  color: #999999ad;
}
.contact-form-box .contact-form #name {
  margin-top: 20px;
}
.contact-form-box .contact-form #message {
  width: 100%;
  max-width: 500px;
  border: 0;
  margin-bottom: 10px;
  padding: 12px;
}
.contact-form-box .contact-form #message::placeholder {
  color: #999999ad;
}
.contact-form-box .contact-form button {
  padding: 6px 24px;
  border: 0;
  background-color: #267d0a;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.dealer-form {
  padding: 20px 10px !important;
}

@media (max-width: 576px) {
  .contact-map-box {
    margin: 20px 0px;
  }

  .display-none {
    /* display: none; */
    zoom: 0.8;
  }

  .about-us .about-text {
    width: 100%;
  }

  #top-footer {
    zoom: 0.6;
  }

  .section-range .product-name {
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #e4f1ff;
    border: 4px solid white;
    padding: 10px 0;
    border-radius: 2px;
  }

  .big-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }

  .xsmall-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }

  .section-hero {
    max-width: 1900px;
    height: 32vh;
  }
  .section-hero .slogan-box {
    margin: 10px 0 0 0px;
    border-left: 4px solid #ff7f50;
    padding-left: 10px;
  }
  .section-hero .slogan-box .slogan-heading {
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0);
    font-weight: 900;
    color: #b9231d;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .section-hero .slogan-box .slogan-sub-heading {
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 20px;
    color: #292929;
  }
  .section-hero .slogan-box .slogan-sub-heading span {
    font-weight: 900;
  }
  .section-hero .go-green {
    margin-top: 10px;
    zoom: 0.4;
  }

  .section-suppliers {
    width: 95%;
    overflow: hidden;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.338);
    margin-bottom: -60px;
    border-radius: 10px;
    background-color: white;
  }
  .section-suppliers .supplier-logo {
    zoom: 0.3;
    -webkit-animation: mysecond 20s linear infinite;
    animation: mysecond 20s linear infinite;
  }
  .section-suppliers .text {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section-suppliers .text .title {
    font-weight: 700;
    color: #115293;
  }
  .section-suppliers h6 {
    font-size: 14px;
    line-height: 1rem;
    margin: 0;
    padding-bottom: 0;
  }
  .section-suppliers .supplier-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .featured-product .feature-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.338);
    margin-top: 40px;
  }
  .featured-product .feature-card .featured-erickshaw {
    background: url(../img/erickshaw-small/featured-super-deluxe.jpeg) bottom center no-repeat;
    height: 340px;
  }
  .featured-product .feature-card .featured-escooter {
    background: url(../img/escooter-small/jetterclassic.jpeg) bottom center no-repeat;
    height: 340px;
  }
  .featured-product .feature-card .text {
    padding-left: 20px;
    padding-top: 20px;
  }
  .featured-product .feature-card .text .brand-name {
    font-size: 24px;
    font-weight: 500;
    color: crimson;
  }
  .featured-product .feature-card .text .model-name {
    font-size: 38px;
    font-weight: 700;
  }
  .featured-product .feature-card .text p {
    font-size: 20px;
    line-height: 36px;
    width: 90%;
  }

  .contact {
    height: 45vh;
  }

  .map-form {
    background-color: #d8e5f56c;
  }

  .contact-map-box {
    height: 350px;
    margin: 40px 0px 0 20px;
  }
  .contact-map-box iframe {
    height: 350px;
  }

  .contact-form-box {
    margin-top: 40px;
  }
  .contact-form-box .contact-form p {
    padding: 0;
    margin: 0 0 0 0;
  }
  .contact-form-box .contact-form input {
    width: 100%;
    max-width: 500px;
    border: 0;
    margin-bottom: 12px;
    height: 40px;
    border-radius: 4px;
  }
  .contact-form-box .contact-form input::placeholder {
    padding-left: 12px;
    color: #999999ad;
  }
  .contact-form-box .contact-form #name {
    margin-top: 20px;
  }
  .contact-form-box .contact-form #message {
    width: 100%;
    max-width: 500px;
    border: 0;
    margin-bottom: 20px;
  }
  .contact-form-box .contact-form #message::placeholder {
    color: #999999ad;
    padding: 12px;
  }
  .contact-form-box .contact-form button {
    padding: 6px 24px;
    border: 0;
    background-color: #267d0a;
    color: #fff;
    border-radius: 4px;
  }

  .features {
    font-size: 20px;
  }

  .color-btns p {
    width: 100%;
    font-size: 14px;
    margin-left: 4px;
    padding-right: 4px;
    margin-bottom: -10px;
  }
  .color-btns .btn {
    margin: 16px 5px;
  }
}

/*# sourceMappingURL=style.css.map */
