@charset "UTF-8";
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #1f2a2e; }

img {
  width: 100%; }

.sep {
  width: 120px;
  margin: 20px 0; }

a {
  outline: none;
  -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: all 0.3s ease-in-out;
  text-decoration: none;
  color: #c91da9; }

a:active,
a:focus,
a:hover {
  outline: none;
  -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: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #4d4d4d; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #000;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 2px;
  border: 3px solid #000;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 768px) {
    .btn {
      font-size: 14px; } }

.btn:hover {
  background-color: transparent;
  color: #c91da9;
  border: 3px solid #c91da9; }

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px; } }
.btn:focus {
  color: #fff !important;
  background-color: #c91da9;
  border-color: #c91da9; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #c91da9;
  border-color: #c91da9; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #c91da9;
  border-color: #c91da9; }

.title-h {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 62px;
  line-height: 68px;
  color: #1f2a2e;
  margin-bottom: 0px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 42px !important;
      line-height: 44px !important; } }

.title-p {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 50px;
  color: #333; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 26px;
      padding-bottom: 30px; } }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mobile-display {
  display: none; }
  @media (max-width: 991px) {
    .mobile-display {
      display: block;
      margin: 20px 0; } }

.desctop-display {
  display: block; }
  @media (max-width: 991px) {
    .desctop-display {
      display: none; } }

.mobile-display .btn {
  margin: 20px 0; }
.mobile-display input[type='text'], .mobile-display textarea {
  width: 98% !important;
  margin: 15px 0 20px 0;
  border-radius: 0px;
  padding: 9px 15px;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 1px; }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.9); }

  nav.navbar.bootsnav .svg-inline--fa {
    color: #fff; } }
.navbar {
  min-height: 70px; }

.navbar-brand {
  padding: 10px 15px 2px 30px; }

.navbar-brand img {
  width: auto;
  height: 45px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 52px; } }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; } }
@media (max-width: 992px) {
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
.fa-caret-down {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 200px;
    border-radius: 0px;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    border: solid 1px #333;
    border-top: 5px solid #c91da9;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.55);
    margin-top: 10px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 10px 10px 10px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #c91da9; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-center li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 7px 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #c91da9; }

  nav.navbar.bootsnav {
    background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #000; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav {
    background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #000; }

  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 700;
    color: #fff !important; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    font-size: 15px;
    padding: 3px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; }

  nav.navbar.bootsnav .btn {
    display: none; } }
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 9px 22px;
  margin-right: 30px;
  margin-left: 10px;
  font-weight: 600; }

nav.bootsnav .btn {
  color: #fff;
  background-color: transparent !important;
  border: 2px solid #fff; }

nav.bootsnav .btn:hover {
  color: #fff;
  background-color: #c91da9 !important;
  border: 2px solid #c91da9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

nav.navbar-fixed.bootsnav .btn {
  background-color: #c91da9; }

/******navbar end**********/
/*************** hero start ****************/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 88vh;
  width: 100%;
  position: relative; }
  @media (max-width: 991px) {
    .hero {
      height: auto;
      padding-bottom: 30px; } }
  .hero .hero-title {
    padding-top: 30vh; }
    @media (max-width: 991px) {
      .hero .hero-title {
        padding-top: 25vh; } }
  .hero h1 {
    font-size: 84px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 300;
    line-height: 48px; }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 25px; } }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 22px;
        line-height: 26px; } }
  .hero h3 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-size: 40px;
    margin-bottom: 30px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      .hero h3 {
        font-size: 30px;
        line-height: 32px; } }
  .hero a {
    color: #fff; }
  .hero .btn {
    font-size: 24px;
    font-weight: 500;
    padding: 13px 45px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .hero .btn {
        font-size: 20px;
        font-weight: 500;
        padding: 16px 30px;
        margin-top: 5px;
        margin-bottom: 30px; } }
  .hero .btn:hover {
    background-color: #c91da9;
    color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1); }

/***** hero end********/
/************client start***********/
.clients {
  padding: 30px 0 20px 0; }
  @media (max-width: 991px) {
    .clients {
      text-align: center;
      padding-top: 15px; } }
  .clients h3 {
    margin-top: 0;
    font-family: "Oswald", sans-serif; }
    @media (max-width: 991px) {
      .clients h3 {
        display: none; } }
  @media (max-width: 991px) {
    .clients img {
      width: 80% !important;
      margin: 10px 0 0px 10%; } }
  .clients .owl-theme .owl-controls {
    text-align: center; }
  .clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
    background: #000; }
  .clients .owl-theme .owl-dots .owl-dot span {
    background: #c91da9; }

/*************client end************/
/*********intro start*********/
.intro .btn {
  margin-top: 20px;
  margin-bottom: 40px; }
.intro h3 {
  margin-top: 25px; }
.intro .intro-right {
  text-align: right;
  padding-right: 70px; }
  @media (max-width: 991px) {
    .intro .intro-right {
      padding-right: 15px; } }
.intro p {
  font-size: 21px;
  line-height: 28px; }
.intro .intro-padding {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .intro .intro-padding {
      margin-top: 0px; } }
.intro .intro-row {
  padding-top: 60px; }
  @media (max-width: 768px) {
    .intro .intro-row {
      padding-top: 0px; } }
.intro .intro-width {
  width: 80%; }
  @media (max-width: 768px) {
    .intro .intro-width {
      width: 100%; } }

/*******intro end**********/
/*************blog start ****************/
.blog .blog-simple {
  padding: 30px;
  box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative; }
.blog .blog-simple:hover > #wrapper .text {
  display: inline-block;
  visibility: visible; }
.blog .blog-simple:hover {
  -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: all 0.3s ease-in-out;
  box-shadow: 1px 1px 7px 5px rgba(0, 0, 0, 0.15); }
.blog .blog-box {
  position: relative;
  box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
.blog .blog-box:hover #wrapper .text {
  display: inline-block;
  visibility: visible; }
.blog .blog-box:hover {
  -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: all 0.3s ease-in-out;
  box-shadow: 1px 1px 7px 5px rgba(0, 0, 0, 0.15); }
.blog .blog-img-big {
  height: 350px; }
.blog .blog-img-small {
  height: 220px; }
.blog .blog-img-middle {
  height: 310px; }
.blog .blog-text {
  padding: 30px; }
.blog .blog-btn {
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid rgba(254, 0, 203, 0.7);
  margin-top: 25px;
  color: rgba(254, 0, 203, 0.7); }
.blog .sep {
  margin-bottom: 50px; }
.blog #wrapper .text {
  display: none;
  visibility: hidden;
  padding: 0;
  padding-right: 5px;
  color: #c91da9;
  font-size: 15px;
  margin: 0; }
.blog #wrapper:hover .text {
  display: inline-block;
  visibility: visible; }
.blog h4 {
  margin-bottom: 20px;
  margin-top: 15px; }
.blog a {
  color: #999; }

/*****tc-testimonial start******/
.tc-testimonial {
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
  padding: 150px 0;
  margin-top: 30px; }
  .tc-testimonial p {
    color: #000;
    font-size: 21px;
    line-height: 34px; }
  .tc-testimonial h3 {
    color: #000;
    font-size: 42px;
    line-height: 46px;
    font-weight: 500;
    margin-left: 11px;
    margin-bottom: 40px;
    font-family: "Oswald", sans-serif; }
  @media (max-width: 991px) {
    .tc-testimonial .back {
      background: rgba(244, 174, 22, 0.6); } }

.item blockquote {
  border-left: none;
  margin: 0;
  padding: 0; }

.tc-testimonial .source {
  color: #000;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px; }

.tc-testimonial small {
  display: inline-block;
  font-size: 90%;
  margin-top: 30px;
  color: #000;
  margin-bottom: 30px; }

.tc-testimonial .quote {
  margin-right: 10px;
  font-size: 28px; }

.tc-testimonial small:before {
  content: "— "; }

.tc-testimonial .owl-theme .owl-controls {
  text-align: left; }

.tc-testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000; }

.tc-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #c91da9; }

/*****tc-testimonial end******/
/*****tc- footer start******/
.tc-footer {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)), url(../images/img2.jpg) center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
  padding-top: 40px; }
  .tc-footer .back {
    background: rgba(0, 0, 0, 0.5); }

.tc-footer a {
  color: #e6e6e6;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px; }

.tc-footer a:hover {
  color: #c91da9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.tc-footer p {
  color: #ccc;
  font-size: 16px;
  font-weight: 400; }

.footer-copyright {
  padding: 30px 0 30px 0;
  color: #e6e6e6;
  text-align: center;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 20px 15px; } }

.tc-footer img {
  width: 140px; }
  @media (max-width: 991px) {
    .tc-footer img {
      width: 120px; } }

.footer-top {
  margin-bottom: 20px;
  margin-top: 40px; }

.footer-top h3 {
  color: #e6e6e6;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .footer-top h3 {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 40px; } }

.tc-footer .svg-inline--fa {
  color: rgba(255, 0, 255, 0.8);
  font-size: 40px;
  margin-top: 20px;
  margin-right: 10px;
  border: 2px solid rgba(255, 0, 255, 0.6);
  padding: 10px;
  min-width: 45px; }
  @media (max-width: 991px) {
    .tc-footer .svg-inline--fa {
      margin-top: 0px; } }

.tc-footer .svg-inline--fa:hover {
  background-color: rgba(255, 0, 255, 0.8);
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/*****tc-footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  top: 11vh; }
  @media screen and (max-width: 991px) {
    .inner-content {
      padding-bottom: 50px; } }

.inner-content h3 {
  color: #fff;
  font-size: 65px;
  line-height: 68px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 991px) {
    .inner-content h3 {
      font-size: 40px;
      line-height: 42px;
      font-weight: 700; } }

.inner-content p {
  color: #fff;
  margin-top: 30px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 991px) {
    .inner-content p {
      font-size: 23px;
      line-height: 26px;
      margin-bottom: 70px; } }

.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35); }

/****************CONTACT PAGE START********/
.contact-page-form input, .contact-page-form select, .contact-page-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  outline: none;
  font-size: 14px; }
.contact-page-form .sep {
  margin-bottom: 50px; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c91da9;
  opacity: .7;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c91da9; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c91da9; }

.contact-page h4 {
  font-size: 36px;
  margin-top: 0;
  font-family: "Oswald", sans-serif; }
.contact-page .sep {
  margin: 0px 0 15px 0;
  width: 90px; }
.contact-page a {
  color: #333; }
.contact-page a:hover {
  color: #c91da9; }
.contact-page ul {
  list-style: none;
  padding-left: 0px; }

.contact-team .sep {
  margin-bottom: 50px; }
.contact-team h4 {
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 26px; }
.contact-team h5 {
  color: #999;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 30px; }

.contact-team-img {
  height: 320px; }
  @media screen and (max-width: 991px) {
    .contact-team-img {
      height: 360px; } }

/*********CONTACT PAGE END********/
.blog-page .blog-page-img {
  height: 330px; }
  @media screen and (max-width: 991px) {
    .blog-page .blog-page-img {
      height: 230px; } }
.blog-page .blog-page-text {
  padding: 20px; }
.blog-page .blog-page-box {
  position: relative;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }
  .blog-page .blog-page-box h5 {
    color: #999; }
  .blog-page .blog-page-box h4 {
    line-height: 22px;
    margin-bottom: 15px; }
  .blog-page .blog-page-box .btn {
    background-color: transparent;
    color: #c91da9;
    border: 3px solid #c91da9;
    font-size: 14px;
    padding: 8px 20px; }
  .blog-page .blog-page-box .link:hover {
    box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.15); }

.sidebar-box {
  background: #f4f6f9;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
  .sidebar-box .sidebar-img {
    height: 80px;
    border: 1px solid #ccc; }
    @media screen and (max-width: 991px) {
      .sidebar-box .sidebar-img {
        height: 180px; } }
  .sidebar-box .sidebar-post {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent; }
  .sidebar-box .sidebar-post:hover {
    background-color: #f9d2f2;
    box-shadow: 0px 0px 5px #f2a6e4;
    border: 1px solid #f9d2f2; }
  .sidebar-box .sidebar-padding {
    padding-left: 0; }
    @media screen and (max-width: 991px) {
      .sidebar-box .sidebar-padding {
        padding-left: 15px; } }
  .sidebar-box .sep {
    margin: 15px 0 30px 0; }
  .sidebar-box p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 10px; }
  .sidebar-box h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    margin-bottom: 0; }
  .sidebar-box a {
    color: #333; }
  .sidebar-box a:hover {
    color: #c91da9; }
  .sidebar-box ul {
    padding-left: 25px; }
  .sidebar-box li {
    font-size: 16px;
    margin-bottom: 10px; }

/********************reviews start********/
                                           /*
.review-box {
    box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 15px;
    .review-icon-img {
        margin-top: 25px;
        @media screen and (max-width: 768px ) {
            width: 60px;
        }
    }
    .star-rating .svg-inline--fa {
        color: #e7711a;
        font-size: 14px;
        line-height: 40px;
    }
    .star-rating {
        padding-left: 18px;
    }
    h3 {
        margin-bottom: 0;
    }
    p {
        margin-top: 15px;
    }
}

.sidebar-review img {
    width: 80%;
    margin-bottom: 20px;
}*/
.add-width > div.grid {
  position: relative;
  margin: 0 auto; }

.grid {
  width: 100%; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .grid-item {
      width: 46%;
      margin: 0 2% 20px 2%; } }
  @media screen and (max-width: 768px) {
    .grid-item {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; } }

.grid-item img {
  width: 100%; }

.review-page-box {
  padding: 20px; }
  .review-page-box .review-page-img-logo {
    height: 70px;
    width: auto; }
  .review-page-box .svg-inline--fa {
    color: #c91da9;
    font-size: 24px;
    margin-top: 4px; }
  .review-page-box h5 {
    font-size: 22px;
    color: #666; }
  .review-page-box h6 {
    color: #c91da9;
    font-size: 18px;
    font-weight: 300; }
  .review-page-box h1 {
    font-size: 20px;
    line-height: 24px; }
  .review-page-box .blog-page-img {
    margin-top: 15px; }
  .review-page-box .blog-img {
    height: 220px; }

.blog-page-box .svg-inline--fa {
  color: #c91da9;
  font-size: 24px;
  margin-top: 4px; }
.blog-page-box h6 {
  color: #c91da9;
  font-size: 18px;
  font-weight: 300; }
.blog-page-box h1 {
  font-size: 20px;
  line-height: 24px; }
.blog-page-box .blog-page-box {
  position: relative;
  overflow: hidden; }
.blog-page-box .blog-page-text {
  padding: 20px; }
.blog-page-box .blog-page-img {
  margin-top: 15px; }
.blog-page-box .blog-img-large {
  height: 330px; }
  @media screen and (max-width: 738px) {
    .blog-page-box .blog-img-large {
      height: 180px; } }
.blog-page-box .blog-img {
  height: 240px; }
  @media screen and (max-width: 738px) {
    .blog-page-box .blog-img {
      height: 180px; } }
.blog-page-box .link:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.13); }

.blog-categories {
  padding-bottom: 20px; }
  .blog-categories .btn {
    min-width: 280px;
    padding: 13px 20px;
    margin: 4px 8px;
    background: transparent;
    border: 3px solid #c91da9;
    color: #c91da9; }
  .blog-categories .dropdown-menu {
    min-width: 280px;
    padding: 7px 0;
    margin: 2px 0 0;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid rgba(255, 136, 19, 0.1);
    border: 1px solid rgba(255, 136, 19, 0.1);
    border-radius: 0px; }
  .blog-categories .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
  .blog-categories .dropdown-menu > li > a:focus, .blog-categories .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: rgba(201, 29, 169, 0.25); }

.pagination a {
  position: relative;
  display: inline-block;
  color: #c91da9;
  text-decoration: none;
  font-size: 16px;
  padding: 6px 12px 5px 12px;
  border: 2px solid #c91da9;
  margin-right: 4px;
  font-weight: 500; }

.pagination-active {
  color: #fff !important;
  background-color: #c91da9; }

.pagination a:hover {
  color: #fff;
  background-color: #c91da9; }

/**********reviews end***********/
.blog-detail-page h1 {
  font-family: "Oswald", sans-serif;
  font-size: 66px;
  line-height: 70px;
  margin-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .blog-detail-page h1 {
      font-size: 40px;
      line-height: 42px; } }
.blog-detail-page h4 {
  font-size: 24px;
  color: #666;
  line-height: 1.1;
  padding-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .blog-detail-page h4 {
      font-size: 22px;
      line-height: 24px; } }
.blog-detail-page .cat {
  padding: 30px 0 0px 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .cat {
      border-bottom: none; } }
.blog-detail-page .date {
  margin-right: 10px;
  display: block; }
.blog-detail-page h2 {
  font-family: "Oswald", sans-serif;
  padding-left: 12px;
  border-left: 4px solid #c91da9;
  margin-bottom: 20px; }
.blog-detail-page .svg-inline--fa {
  color: #c91da9;
  font-size: 17px;
  width: 33px;
  height: 33px;
  padding: 5px;
  border: 1px solid #c91da9;
  margin-top: 2px;
  margin-left: 5px; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .svg-inline--fa {
      margin-left: 0;
      margin-right: 5px; } }
.blog-detail-page .svg-inline--fa:hover {
  background-color: #c91da9;
  color: #fff; }
.blog-detail-page .cat-right {
  padding: 35px 00 0px 0;
  margin-bottom: 15px;
  text-align: right; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .cat-right {
      text-align: left;
      padding-top: 0;
      margin-bottom: 5px; } }

/************SOLUTIONS START************/
.solutions {
  padding: 30px 0; }
  .solutions .btn {
    margin-top: 20px;
    margin-bottom: 40px; }
  .solutions h3 {
    margin-top: 25px; }
  .solutions .intro-right {
    text-align: right;
    padding-right: 70px; }
    @media (max-width: 991px) {
      .solutions .intro-right {
        padding-right: 15px; } }
  .solutions p {
    font-size: 21px;
    line-height: 28px;
    color: #1a1a1a; }
    @media screen and (max-width: 738px) {
      .solutions p {
        font-size: 18px;
        line-height: 24px; } }
  .solutions .intro-padding {
    margin-top: 60px; }
    @media (max-width: 768px) {
      .solutions .intro-padding {
        margin-top: 0px; } }
  .solutions .intro-row {
    padding-top: 60px; }
    @media (max-width: 768px) {
      .solutions .intro-row {
        padding-top: 0px; } }
  .solutions .intro-width {
    width: 80%; }
    @media (max-width: 768px) {
      .solutions .intro-width {
        width: 100%; } }
  .solutions .solutions-img {
    width: 86%;
    margin-right: 7%; }
    @media (max-width: 991px) {
      .solutions .solutions-img {
        width: 100%;
        margin-right: 0;
        margin-top: 30px; } }

.portfolio-slider .owl-carousel .owl-item img {
  width: 99%; }
.portfolio-slider .sep {
  width: 80px !important;
  text-align: center;
  margin: 15px auto; }
.portfolio-slider h4 {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .portfolio-slider h4 {
      margin-bottom: 40px; } }
.portfolio-slider h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px; }

.solution-contact {
  padding: 70px 0;
  background-position: right bottom;
  background-attachment: fixed;
  position: relative; }
  .solution-contact .back {
    background: rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .solution-contact .back {
        background: rgba(244, 174, 22, 0.6); } }
  .solution-contact form {
    padding: 10px; }
  .solution-contact input, .solution-contact textarea {
    background-color: transparent !important;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-image: none; }
  .solution-contact ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: .7;
    /* Firefox */ }
  .solution-contact :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  .solution-contact ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  .solution-contact .sep {
    margin-bottom: 20px; }
  .solution-contact .title-h {
    color: #000; }
  .solution-contact .title-p {
    color: #000;
    padding-bottom: 25px; }
  .solution-contact .btn {
    margin-left: 13px;
    padding: 14px 50px;
    border-radius: 0;
    margin-top: 10px; }

.solutions-page {
  padding-bottom: 80px; }

.solutions-page .solutions-img {
  width: 70%;
  margin-left: 15%; }

/*************SOLUTIONS END**********/
/*************** slider ****************/
.slider {
  width: 86%;
  margin-left: 7%;
  min-height: 50vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider {
      width: 96%;
      min-height: 80vh;
      overflow: visible;
      margin-left: 2%; } }
  .slider .slide-text-box {
    margin-left: 16%; }
    @media (max-width: 991px) {
      .slider .slide-text-box {
        margin-left: 0; } }
  .slider h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
    margin-top: 12vh;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .slider h3 {
        font-size: 31px;
        line-height: 33px;
        margin-bottom: 5px;
        padding: 0px; } }
  .slider h4 {
    color: #666;
    margin-bottom: 30px;
    font-weight: 300;
    margin-top: 15px; }
  .slider .btn {
    padding: 15px 50px;
    margin-top: 25px;
    background-image: none;
    background-color: transparent;
    border: 3px solid #c91da9;
    color: #c91da9; }
  .slider .btn:hover {
    color: #fff;
    background-color: #c91da9;
    border: 3px solid #c91da9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 50vh; }
  @media (max-width: 768px) {
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item-bg,
    .slider .owl-item {
      min-height: 80vh;
      width: 100%; } }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slide-content {
  padding: 90px 15px 80px 15px; }
  @media (max-width: 768px) {
    .slide-content {
      padding-top: 10px;
      padding-bottom: 20px; } }
  .slide-content .svg-inline--fa {
    margin-right: 8px;
    color: #c91da9;
    opacity: .8;
    font-size: 24px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #c91da9; }

.slider .owl-theme .owl-controls {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%; }
  @media (max-width: 768px) {
    .slider .owl-theme .owl-controls {
      bottom: 10px; } }

.slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 0%; }

.slider .back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0); }

.slide-text-box {
  z-index: 4; }

.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #333;
  font-size: 34px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  text-align: left;
  position: absolute;
  left: 0; }
.slider .owl-carousel .owl-controls .owl-nav .owl-next {
  text-align: right;
  position: absolute;
  right: 0; }

.owl-carousel .owl-item img {
  width: 94%; }

.slider-right-img {
  margin-bottom: 10px; }

/***** slider end********/
.more-customers .customer-box {
  min-height: 650px;
  background-color: #f3f2f4;
  padding: 40px 20px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .more-customers .customer-box {
      min-height: auto; } }
  .more-customers .customer-box h4 {
    color: #999;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 5px; }
  .more-customers .customer-box h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    margin-top: 0; }
  .more-customers .customer-box .btn {
    background: transparent;
    border: 3px solid #c91da9;
    color: #c91da9;
    margin-top: 15px; }
  .more-customers .customer-box .btn:hover {
    background-color: #c91da9;
    color: #fff; }
  .more-customers .customer-box .customer-large {
    width: 70%;
    margin-left: 15%;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .more-customers .customer-box .customer-large {
        width: 100%;
        margin-left: 0; } }

/**********cta start********/
.cta {
  margin-top: 120px;
  padding: 130px 0;
  position: relative;
  background-attachment: fixed;
  background-position: top; }
  @media (max-width: 991px) {
    .cta {
      padding: 80px 0; } }
  .cta .back {
    background: rgba(0, 0, 0, 0.4); }
  .cta h3 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-size: 50px; }
  .cta p {
    color: #fff;
    font-size: 22px;
    line-height: 30px; }
  .cta .btn {
    background-color: #c91da9;
    border: 3px solid #c91da9;
    margin-top: 20px;
    font-size: 22px; }
  .cta .btn:hover {
    background: transparent; }

/************cta end*******/
.design-intro {
  margin-bottom: 30px; }
  .design-intro .title-p {
    padding-bottom: 20px; }
  .design-intro .btn {
    margin: 0 7px;
    min-width: 240px;
    padding: 14px 25px;
    margin-bottom: 15px;
    background: transparent;
    color: #333;
    font-size: 20px; }
  .design-intro .back {
    background: rgba(26, 26, 26, 0.05); }

.solution-detail-intro p {
  font-size: 18px; }
.solution-detail-intro .title-h {
  font-size: 44px;
  margin-top: 0;
  margin-bottom: 0px; }
.solution-detail-intro .sep {
  margin: 10px 0 20px 0; }
.solution-detail-intro .intro-row {
  padding-top: 130px; }
  @media (max-width: 991px) {
    .solution-detail-intro .intro-row {
      padding-top: 60px; } }

/**********PRICES PAGE START********/
.prices .prices-box {
  padding: 0 0px 30px 0px;
  margin-bottom: 30px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  min-height: 1270px; }
  @media (max-width: 1199px) {
    .prices .prices-box {
      min-height: auto; } }
  .prices .prices-box h1 {
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    margin: 40px 0;
    font-weight: bold; }
  .prices .prices-box h5 {
    padding-left: 32px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 17px; }
  .prices .prices-box p {
    font-weight: 300;
    margin-bottom: 30px; }
  .prices .prices-box .btn-blue {
    background-color: #46dddd;
    border: 3px solid  #46dddd;
    margin-top: 30px; }
  .prices .prices-box .btn-pink {
    background-color: #cf2ce2;
    border: 3px solid  #cf2ce2;
    margin-top: 30px; }
  .prices .prices-box .btn-purple {
    background-color: #3192d9;
    border: 3px solid  #3192d9;
    margin-top: 30px; }
  .prices .prices-box .btn:hover {
    background: transparent;
    border: 3px solid #c91da9; }
  .prices .prices-box ul {
    list-style: none;
    padding-left: 30px; }
  .prices .prices-box li {
    margin: 7px 0; }
  .prices .prices-box .ul-blue .svg-inline--fa.fa-w-16 {
    color: #46dddd;
    font-size: 6px;
    margin-right: 9px;
    margin-bottom: 4px; }
  .prices .prices-box .ul-pink .svg-inline--fa.fa-w-16 {
    color: #cf2ce2;
    font-size: 6px;
    margin-right: 9px;
    margin-bottom: 4px; }
  .prices .prices-box .ul-purple .svg-inline--fa.fa-w-16 {
    color: #3192d9;
    font-size: 6px;
    margin-right: 9px;
    margin-bottom: 4px; }
  .prices .prices-box .svg-inline--fa.fa-w-12 {
    color: #c91da9;
    font-size: 12px;
    margin-right: 9px;
    margin-bottom: 0px; }
  .prices .prices-box .not-included {
    color: #999; }
  .prices .prices-box .radio-btn {
    position: relative;
    padding-left: 33px; }
  .prices .prices-box input[type=checkbox], .prices .prices-box input[type=radio] {
    margin-right: 0px; }
  .prices .prices-box .options-bottom {
    padding: 30px; }
  .prices .prices-box .options-border {
    border: 1px solid #ccc;
    padding: 30px 20px 0px 20px;
    margin: 30px 30px 30px 30px;
    text-align: center; }
.prices h2 {
  font-size: 46px;
  line-height: 45px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin: 0; }
.prices span {
  display: block;
  font-size: 55px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  white-space: nowrap; }
.prices .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 40px 0 20px 0; }
  @media (max-width: 991px) {
    .prices .bottom {
      position: relative;
      bottom: 0; } }
  .prices .bottom span::before {
    content: '$';
    font-size: 25px;
    vertical-align: super; }
  .prices .bottom span::after {
    content: "/" attr(data-duration);
    font-weight: 400;
    font-size: 25px; }

.prices-radio-pink {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.prices {
  position: relative; }
  .prices label {
    font-weight: 400 !important; }

.prices-radio-pink input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.prices-radio-pink .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #eee;
  border-radius: 50%; }

.prices-radio-pink:hover input ~ .checkmark {
  background-color: #ccc; }

.prices-radio-pink input:checked ~ .checkmark {
  background-color: #cf2ce2; }

.prices-radio-pink .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.prices-radio-pink input:checked ~ .checkmark:after {
  display: block; }

.prices-radio-pink .checkmark:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white; }

.prices-radio-blue {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.prices-radio-blue input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.prices-radio-blue .checkmark2 {
  position: absolute;
  top: 5px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #eee;
  border-radius: 50%; }

.prices-radio-blue:hover input ~ .checkmark2 {
  background-color: #ccc; }

.prices-radio-blue input:checked ~ .checkmark2 {
  background-color: #46dddd; }

.prices-radio-blue .checkmark2:after {
  content: "";
  position: absolute;
  display: none; }

.prices-radio-blue input:checked ~ .checkmark2:after {
  display: block; }

.prices-radio-blue .checkmark2:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white; }

.prices-check {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.prices-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.prices-check .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee; }

.prices-check:hover input ~ .checkmark {
  background-color: #ccc; }

.prices-check input:checked ~ .checkmark {
  background-color: #cf2ce2; }

.prices-check .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.prices-check input:checked ~ .checkmark:after {
  display: block; }

.prices-check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.prices-cta {
  margin-bottom: 30px;
  background-attachment: fixed;
  background-position: top; }
  .prices-cta h3 {
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  .prices-cta .title-p {
    padding-bottom: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px; }
  .prices-cta .btn {
    min-width: 240px;
    padding: 14px 25px;
    margin-bottom: 15px;
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    font-size: 20px; }
  .prices-cta .btn:hover {
    background: #c91da9;
    color: #fff;
    border: 3px solid #c91da9; }
  .prices-cta .back {
    background: rgba(26, 26, 26, 0.6); }

.testimonial-prices {
  padding-top: 50px;
  padding-bottom: 90px;
  background-size: contain;
  background-repeat: no-repeat; }
  .testimonial-prices .svg-inline--fa {
    color: #c91da9; }
  .testimonial-prices .owl-theme .owl-controls {
    text-align: center;
    margin-top: 50px; }

@media (max-width: 991px) {
  .testimonial-prices .back {
    background: rgba(244, 174, 22, 0); } }

/**********PRICES PAGE END************/
.quote-box {
  padding: 20px 10px 30px 20px;
  min-height: 470px;
  box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .quote-box .subcategory {
    padding-left: 20px; }
  .quote-box input[type='checkbox'] {
    width: auto !important;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 25px;
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    font-size: 14px !important;
    font-family: 'Product Sans', Arial, sans-serif !important;
    line-height: 24px;
    letter-spacing: 1px;
    border-image-width: 5px; }
  .quote-box label {
    font-weight: 400;
    font-size: 15px; }
  .quote-box h3 {
    font-family: "Oswald", sans-serif; }
  .quote-box .sep {
    margin-bottom: 30px; }
  .quote-box input[type='text'], .quote-box textarea {
    width: 98% !important;
    margin: 15px 0 20px 0;
    border-radius: 0px;
    padding: 9px 15px;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: 1px; }

.qoute-form {
  padding: 20px 20px 30px 20px;
  box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .qoute-form input, .qoute-form textarea {
    width: 98% !important;
    margin: 15px 0 0px 0;
    border-radius: 0px;
    padding: 7px 15px;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: 1px; }
  .qoute-form h3 {
    font-family: "Oswald", sans-serif; }
  .qoute-form .btn {
    margin: 20px 0 15px 0; }

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