/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700");
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #222;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #777;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #00b9f1;
  padding: 0 40px;
  font-size: 16px;
  height: 51px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #00b9f1;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 30px;
      font-size: 14px;
      height: 40px;
      line-height: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-btn {
      padding: 0 35px;
      font-size: 16px;
      height: 45px;
      line-height: 45px; } }
  .main-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #fff;
    z-index: -1; }
  .main-btn:hover {
    color: #00b9f1;
    border-color: #00b9f1; }
    .main-btn:hover::before {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
      transform: translate3d(-50%, -50%, 0) scale(1.5);
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

.section-title .sub-title {
  font-size: 18px;
  color: #00b9f1;
  text-transform: uppercase;
  font-weight: 500; }
.section-title .title {
  font-size: 35px;
  text-transform: uppercase;
  color: #222; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 28px; } }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader_34 .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader_34 .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader_34 .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #00b9f1 #00b9f1 #dddddd;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #dddddd;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #dddddd;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
    2.HEADER css 
===========================*/
.header-area {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  .header-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fab2ff;
    background: -webkit-linear-gradient(left, rgba(250, 178, 255, 0.7) 0%, rgba(25, 4, 229, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(250, 178, 255, 0.7) 0%, rgba(25, 4, 229, 0.7) 100%);
    background: linear-gradient(to right, rgba(250, 178, 255, 0.7) 0%, rgba(25, 4, 229, 0.7) 100%);
    z-index: 99; }

.header-card {
  max-width: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-card {
      max-width: 540px; } }
  @media (max-width: 767px) {
    .header-card {
      max-width: 90%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-card {
      max-width: 420px; } }
  .header-card .header-card-wrapper {
    background-color: #fff;
    z-index: 999;
    border-radius: 5px;
    overflow: hidden; }
    .header-card .header-card-wrapper .card-header {
      height: 170px;
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-card .header-card-wrapper .card-header {
          height: 200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-card .header-card-wrapper .card-header {
          height: 170px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-card .header-card-wrapper .card-header {
          height: 160px; } }
      @media (max-width: 767px) {
        .header-card .header-card-wrapper .card-header {
          height: 90px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-card .header-card-wrapper .card-header {
          height: 140px; } }
    .header-card .header-card-wrapper .card-profile {
      max-width: 150px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: -75px;
      position: relative;
      z-index: 9; }
      @media only screen and (min-width: 1400px) {
        .header-card .header-card-wrapper .card-profile {
          max-width: 170px;
          margin-top: -85px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-card .header-card-wrapper .card-profile {
          max-width: 150px;
          margin-top: -75px; } }
      @media (max-width: 767px) {
        .header-card .header-card-wrapper .card-profile {
          max-width: 100px;
          margin-top: -50px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-card .header-card-wrapper .card-profile {
          max-width: 140px;
          margin-top: -70px; } }
      .header-card .header-card-wrapper .card-profile img {
        border-radius: 50%;
        width: 100%;
        padding: 8px;
        background-color: #fff; }
    .header-card .header-card-wrapper .card-content {
      padding: 25px; }
      @media only screen and (min-width: 1400px) {
        .header-card .header-card-wrapper .card-content {
          padding: 30px; } }
      @media (max-width: 767px) {
        .header-card .header-card-wrapper .card-content {
          padding: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-card .header-card-wrapper .card-content {
          padding: 20px; } }
      .header-card .header-card-wrapper .card-content .card-title {
        font-size: 48px;
        color: #222;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-card .header-card-wrapper .card-content .card-title {
            font-size: 44px; } }
        @media (max-width: 767px) {
          .header-card .header-card-wrapper .card-content .card-title {
            font-size: 26px;
            margin-bottom: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-card .header-card-wrapper .card-content .card-title {
            font-size: 36px;
            margin-bottom: 10px; } }
      .header-card .header-card-wrapper .card-content .text {
        font-size: 16px;
        padding-bottom: 20px; }
        @media (max-width: 767px) {
          .header-card .header-card-wrapper .card-content .text {
            font-size: 14px;
            line-height: 24px;
            padding-bottom: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-card .header-card-wrapper .card-content .text {
            font-size: 15px;
            line-height: 26px;
            padding-bottom: 20px; } }
    .header-card .header-card-wrapper .card-social {
      padding-top: 10px;
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .header-card .header-card-wrapper .card-social {
          padding-top: 5px;
          padding-bottom: 10px; } }
      .header-card .header-card-wrapper .card-social ul li {
        display: inline-block;
        margin: 0px 9px; }
        @media (max-width: 767px) {
          .header-card .header-card-wrapper .card-social ul li {
            margin: 0 5px; } }
        .header-card .header-card-wrapper .card-social ul li a {
          width: 41px;
          height: 40px;
          line-height: 42px;
          border: solid 1px #dddddd;
          border-radius: 50%;
          font-size: 18px;
          color: #00b9f1;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          position: relative;
          z-index: 5;
          overflow: hidden; }
          .header-card .header-card-wrapper .card-social ul li a::before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            padding: 50%;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
            -moz-transform: translate3d(-50%, -50%, 0) scale(0);
            -ms-transform: translate3d(-50%, -50%, 0) scale(0);
            -o-transform: translate3d(-50%, -50%, 0) scale(0);
            transform: translate3d(-50%, -50%, 0) scale(0);
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            background-color: #00b9f1;
            z-index: -1; }
          .header-card .header-card-wrapper .card-social ul li a:hover {
            border-color: #00b9f1;
            color: #fff; }
            .header-card .header-card-wrapper .card-social ul li a:hover::before {
              -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
              -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
              -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
              -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
              transform: translate3d(-50%, -50%, 0) scale(1.5);
              -webkit-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -ms-transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              transition-duration: 0.3s; }

/*===========================
    3.CONTACT css 
===========================*/
.form-group {
  margin: 0; }

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #222;
  background: #dddddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px; }
p.form-message.error {
  color: #f00; }

.modal-dialog {
  max-width: 860px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
      max-width: 700px; } }
  @media (max-width: 767px) {
    .modal-dialog {
      max-width: 90%;
      margin: 0 auto; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .modal-dialog {
      max-width: 480px; } }
  .modal-dialog .modal-content {
    border-radius: 0px;
    position: relative; }
    .modal-dialog .modal-content .close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 99; }
      @media (max-width: 767px) {
        .modal-dialog .modal-content .close {
          top: 10px;
          right: 10px; } }
      .modal-dialog .modal-content .close i {
        font-size: 26px;
        color: #222; }
        @media (max-width: 767px) {
          .modal-dialog .modal-content .close i {
            font-size: 18px; } }
        .modal-dialog .modal-content .close i:hover {
          color: #222; }
    .modal-dialog .modal-content .modal-body {
      padding: 45px 50px 50px; }
      @media (max-width: 767px) {
        .modal-dialog .modal-content .modal-body {
          padding: 15px 20px 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .modal-dialog .modal-content .modal-body {
          padding: 25px 30px 30px; } }
      .modal-dialog .modal-content .modal-body .contact-form .single-form {
        margin-top: 30px; }
        @media (max-width: 767px) {
          .modal-dialog .modal-content .modal-body .contact-form .single-form {
            margin-top: 20px; } }
        .modal-dialog .modal-content .modal-body .contact-form .single-form input, .modal-dialog .modal-content .modal-body .contact-form .single-form textarea {
          width: 100%;
          height: 55px;
          border: 1px solid #dddddd;
          padding: 0 15px;
          color: #777;
          font-size: 16px; }
          @media (max-width: 767px) {
            .modal-dialog .modal-content .modal-body .contact-form .single-form input, .modal-dialog .modal-content .modal-body .contact-form .single-form textarea {
              height: 45px;
              font-size: 15px; } }
          .modal-dialog .modal-content .modal-body .contact-form .single-form input.placeholder, .modal-dialog .modal-content .modal-body .contact-form .single-form textarea.placeholder {
            opacity: 1;
            color: #777; }
          .modal-dialog .modal-content .modal-body .contact-form .single-form input:-moz-placeholder, .modal-dialog .modal-content .modal-body .contact-form .single-form textarea:-moz-placeholder {
            opacity: 1;
            color: #777; }
          .modal-dialog .modal-content .modal-body .contact-form .single-form input::-moz-placeholder, .modal-dialog .modal-content .modal-body .contact-form .single-form textarea::-moz-placeholder {
            opacity: 1;
            color: #777; }
          .modal-dialog .modal-content .modal-body .contact-form .single-form input::-webkit-input-placeholder, .modal-dialog .modal-content .modal-body .contact-form .single-form textarea::-webkit-input-placeholder {
            opacity: 1;
            color: #777; }
        .modal-dialog .modal-content .modal-body .contact-form .single-form textarea {
          height: 160px;
          padding-top: 10px;
          resize: none; }
          @media (max-width: 767px) {
            .modal-dialog .modal-content .modal-body .contact-form .single-form textarea {
              height: 120px; } }
      .modal-dialog .modal-content .modal-body .list-unstyled li {
        font-size: 13px;
        margin-left: 2px;
        margin-top: 5px;
        color: #f00; }

/*# sourceMappingURL=style.css.map */
