html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

img {
  width: 100%; }

.sep-img {
  width: 150px;
  margin-bottom: 60px; }

a {
  color: #6f6f6f;
  outline: none;
  text-decoration: none; }

a:active,
a:focus,
a:hover {
  color: #ff00ff;
  outline: none;
  -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;
  text-decoration: none; }

p {
  color: #333; }

.btn {
  color: #fff;
  background-color: #ff00ff;
  padding: 10px 22px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  border: 3px solid #ff00ff;
  font-family: "Oswald", sans-serif; }

.btn:hover {
  color: #333;
  background-color: #ff00ff;
  -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; }

.btn:focus {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff; }

.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: #ff00ff;
  border-color: #ff00ff; }

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff; }

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

.btn:focus {
  box-shadow: none; }

.btn.focus, .btn:focus {
  box-shadow: none; }

/*****hero start******/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 72vh;
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .hero {
      min-height: 100vh; } }
  .hero img {
    width: 220px;
    margin-top: 15px;
    padding-bottom: 10px; }
  .hero h1 {
    font-size: 68px;
    letter-spacing: 1px;
    line-height: 74px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 36px;
        line-height: 40px; } }
  .hero h2 {
    font-size: 36px; }
    @media (max-width: 768px) {
      .hero h2 {
        font-size: 22px;
        line-height: 28px; } }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  /*background: url(../images/dots2.png) 0 0 repeat;*/
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); }

.hero-title {
  margin-top: 9vh;
  margin-left: 50px;
  z-index: 3;
  color: #fff;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 767px) {
    .hero-title {
      margin-top: 30%;
      margin-bottom: 10px;
      margin-left: 5px; } }

.hero .btn {
  padding: 12px 28px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3); }
  @media (max-width: 991px) {
    .hero .btn {
      font-size: 16px;
      padding: 12px 23px;
      margin-bottom: 20px; } }

/*****hero end******/
.steps {
  background: url(../images/dots2.png) 0 0 repeat;
  padding: 40px 0 30px 0; }
  @media (max-width: 768px) {
    .steps {
      margin-top: 0px; } }
  .steps h3 {
    position: absolute;
    top: -10px;
    left: -20px;
    margin-top: 15px;
    color: rgba(255, 0, 255, 0.15);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 200px;
    font-family: "Oswald", sans-serif; }
    @media (max-width: 768px) {
      .steps h3 {
        left: 40px; } }
  .steps h1 {
    color: #333;
    font-size: 34px;
    line-height: 40px;
    padding: 0 40px;
    font-weight: 400;
    font-family: "Oswald", sans-serif; }
  .steps h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 60px;
    margin-top: 20px;
    text-transform: none; }
    @media (max-width: 768px) {
      .steps h4 {
        margin-top: 0px; } }
  .steps .steps-box {
    margin: 0 10px;
    border-radius: 8px;
    background-color: white;
    /*background: linear-gradient(to bottom, #fff,#fff,rgba(255,255,255,.2));*/
    padding: 35px 20px 50px 30px;
    box-shadow: 1px -3px 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
  .steps .steps-box:hover {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    -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; }

/*********intro-start*******/
.intro {
  background: url(../images/dots2.png) 0 0 repeat;
  padding-top: 0px;
  padding-bottom: 100px; }

.intro p {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 10px; }

.intro h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 60px;
  margin-top: 100px;
  text-transform: none; }
  @media (max-width: 768px) {
    .intro h3 {
      margin-top: 0px; } }

/**********intro end********/
/****quote start*****/
.quote {
  position: relative;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  padding: 140px 0; }
  .quote .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .quote h3 {
    color: #fff;
    font-weight: 900;
    font-size: 58px;
    text-transform: uppercase;
    line-height: 66px;
    text-shadow: 0px 0px 5px #000;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px; }
  .quote .btn {
    padding: 13px 30px;
    margin-top: 55px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .quote .btn {
        margin-bottom: 30px;
        margin-top: 20px; } }

/*****quote end**********/
/*****tc- footer start******/
.tc-footer {
  width: 100%;
  position: relative;
  padding: 40px 0 40px 0; }
  .tc-footer .footer-title {
    color: #ff00ff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    line-height: 22px;
    position: relative;
    margin: 30px 0 10px 0; }
  .tc-footer a {
    color: #ff00ff;
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px; }
  .tc-footer a:hover {
    color: #ccc; }
  .tc-footer p {
    color: #ccc;
    font-size: 22px;
    margin-bottom: 35px; }
  .tc-footer .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 0; }

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