@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
* {
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms; }

.row {
  margin: 0 !important; }

span.primary {
  color: #3097d3;
  }

  a.email {
        font-size: 14px;
  }

.main-title {
  font-size: 25px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }

.btn {
  border-radius: 0; }

section {
  overflow: hidden; }

.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 50%;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 0; }
  .owl-nav > div {
    border: 2px solid black;
    z-index: 100;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .owl-nav .owl-prev {
    position: relative;
    left: -50px; }
  .owl-nav .owl-next {
    position: relative;
    right: -50px; }

.navbar {
  background: black;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
  .navbar .nav-link,
  .navbar .navbar-brand {
    color: white; }
  .navbar .navbar-brand {
    display: block; }
    .navbar .navbar-brand img {
      width: 120px; }
  .navbar .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    border: 2px solid transparent;
    padding: 5px 10px; }
    .navbar .nav-link:hover {
      border-color: white; }
  .navbar .nav-item {
    padding: 5px !important; }
    .navbar .nav-item .active {
          color: #3097d3;
          border-color: white;
          }
    @media (max-width: 992px) {
      .navbar .nav-item {
        margin: auto; } }
  .navbar .social-links ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar .social-links ul li {
      padding: 0;
      margin: 0; }
      .navbar .social-links ul li a {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: none;
        background: #3097d3;
        border-radius: 2px;
        margin: 0;
        text-decoration: none;
        }
        .navbar .social-links ul li a:hover {
          background: white;
          color: #3097d3 !important;
          }

.main-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url("../images/hero-bg.png");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5)), url("../images/hero-bg.png");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5)), url("../images/hero-bg.png");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5)), url("../images/hero-bg.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px; }
  .main-hero .row {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0; }
  .main-hero .hero-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main-hero .hero-logo .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .main-hero .hero-logo .img img {
        max-width: 800px;
        width: 100%;
        top: 10px;
        position: relative;
        z-index: 100; }
  .main-hero .btns-group {
    position: relative;
    top: 80px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .main-hero .btns-group .btn {
      padding: 10px 25px;
      border-width: 2px;
      margin: 0 25px;
      min-width: 150px;
      font-size: 16px !important;
      font-weight: 500;
      border-radius: 0;
      text-transform: uppercase; }
      .main-hero .btns-group .btn a {
        text-transform: uppercase; }
    .main-hero .btns-group .btn-primary {
      position: relative;
      background: #3097d3;
      border-color: #ffffff;
      -webkit-transition: all 0.320s;
      -o-transition: all 0.320s;
      transition: all 0.320s;
      }
      .main-hero .btns-group .btn-primary a {
        text-decoration: none;
        color: white; }
      .main-hero .btns-group .btn-primary:hover {
        border-color: white;
        background: #226d98;
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        }
    .main-hero .btns-group .btn-bordered {
      position: relative;
      border-color: white;
      background: transparent; }
      .main-hero .btns-group .btn-bordered a {
        text-decoration: none;
        color: white; }
      .main-hero .btns-group .btn-bordered:hover {
        background: #3197d4;
        border-color: white;
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        }

@media (max-width: 1000px) {
  .main-hero .container {
    max-width: 100% !important; } }

@media (max-width: 590px) {
  .main-hero .container {
    max-width: 100% !important; }
  .main-hero .hero-logo .img {
    padding-top: 0 !important; }
    .main-hero .hero-logo .img img {
      width: 90% !important; }
  .main-hero .btns-group {
    top: 50px !important; } }

@media (max-width: 490px) {
  .main-hero {
    height: 500px; }
    .main-hero .container {
      max-width: 100% !important; } }

@media (max-width: 400px) {
  .navbar {
    padding: 10px !important; }
    .navbar .navbar-brand {
      width: 150px;
      padding-left: 0px; }
  .main-hero .hero-logo .main-title {
    font-size: 20px; }
  .main-hero .hero-logo .btns-group {
    top: 0; }
    .main-hero .hero-logo .btns-group .btn {
      min-width: 100px;
      margin: 5px auto;
      padding: 5px !important; }
      .main-hero .hero-logo .btns-group .btn a {
        font-size: 14px !important; } }

section.about {
  padding: 50px 10px;
  background: white; }
  section.about .main-title {
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600; }
  section.about .box {
    margin: 10px auto;
    padding: 15px 30px; }
    @media (max-width: 500px) {
      section.about .box {
        padding: 15px 0; }
        section.about .box p {
          font-size: 16px !important; } }
    section.about .box p {
      margin: 0;
      font-size: 20px;
      font-weight: 500; }
      section.about .box p a {
        color: black;
        font-weight: 600;
        text-decoration: none; }
  section.about .process-container {
    padding-top: 25px; }
  section.about .container .sub-title {
    padding-left: 30px;
    font-weight: 600; }
    @media (max-width: 500px) {
      section.about .container .sub-title {
        padding: 15px 0; } }
  section.about .container [class*="col"] {
    padding: 30px;
    min-height: 350px; }
    @media (max-width: 500px) {
      section.about .container [class*="col"] {
        padding: 15px 0; } }
  section.about .container .card {
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0px #818181;
    box-shadow: 0 0 15px 0px #818181;
    height: 100%;
    border: none;
    background: #3097d3;
    }
    section.about .container .card .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100px; }
      section.about .container .card .img img {
        width: 60px; }
      section.about .container .card .img img.size-fix {
        width: 50px; }
    section.about .container .card .title {
      text-align: center;
      padding-top: 35px;
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      color: white; }
    section.about .container .card p {
      margin: 0;
      padding: 15px 5px;
      padding-top: 15px;
      font-size: 14px;
      font-weight: 400;
      color: white; }

section.services {
  position: relative; }
  section.services .content {
    padding: 50px 10px;
    background-color: #eee;
    height: 100%; }
    @media (max-width: 768px) {
      section.services .content .container {
        max-width: 100% !important;
        padding: 0 !important;
        padding-top: 50px !important; }
      section.services .content [class*="col"] {
        padding: 10px 15px !important; } }
    @media (max-width: 480px) {
      section.services .content {
        padding: 50px 0px; }
        section.services .content [class*="col"] {
          padding: 10px 15px !important; }
        section.services .content .sub-title {
          padding: 10px 15px;
          padding-top: 15px; } }
    section.services .content .sub-title {
      text-align: center;
      font-weight: 500;
      padding-top: 15px;
      font-size: 20px; }
    section.services .content .container-fluid {
      padding-top: 50px; }
      section.services .content .container-fluid [class*="col"] {
        padding: 30px;
        min-height: 500px; }
      section.services .content .container-fluid .card {
        padding: 25px 15px;
        border-radius: 0;
        -webkit-box-shadow: 0 0 15px 2px #818181;
        box-shadow: 0 0 15px 2px #818181;
        height: 100%; }
        section.services .content .container-fluid .card .img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 120px; }
          section.services .content .container-fluid .card .img img {
            width: 80px; }
          section.services .content .container-fluid .card .img img.size-fix {
            width: 50px; }
        section.services .content .container-fluid .card .title {
          text-align: center;
          padding-top: 35px;
          font-weight: 600;
          font-size: 18px;
          text-transform: uppercase; }
        section.services .content .container-fluid .card p {
          margin: 0;
          padding: 15px 10px;
          padding-top: 35px;
          font-size: 16px;
          font-weight: 500; }

section.portfolio {
  padding: 50px 0; }
  section.portfolio .main-title {
    margin: 0;
    padding-bottom: 25px; }
  section.portfolio .container-fluid {
    padding: 25px 0;
    overflow: hidden; }
    section.portfolio .container-fluid [class*="col-"] {
      padding: 0 !important;
      margin: 0 !important; }
    section.portfolio .container-fluid .btn-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 50px; }
      section.portfolio .container-fluid .btn-box .btn {
        background: #3097d3;
        color: white;
        border-color: #3097d3;
        padding: 10px 15px;
        }
        section.portfolio .container-fluid .btn-box .btn:hover {
              background: #236c98;
              }
    section.portfolio .container-fluid .img {
      height: 350px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      section.portfolio .container-fluid .img .overlay {
        -webkit-transition: all 0.320s;
        -o-transition: all 0.320s;
        transition: all 0.320s;
        background: rgba(48, 151, 211, 0.8);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: scale(0) rotate(-180deg);
        -ms-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg);
        border-radius: 50%;
        }
        section.portfolio .container-fluid .img .overlay img {
          width: 80px; }
    section.portfolio .container-fluid .col-xl-4 .card {
      position: relative;
      border: none;
      border-radius: 0;
      overflow: hidden; }
      section.portfolio .container-fluid .col-xl-4 .card:hover .img .overlay {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        border-radius: 0; }
      section.portfolio .container-fluid .col-xl-4 .card:hover .info:before {
        bottom: -50px; }
    section.portfolio .container-fluid .col-xl-4 .info {
      -webkit-transition: all 0.320s;
      -o-transition: all 0.320s;
      transition: all 0.320s;
      position: absolute;
      width: 100%;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 15px;
      z-index: 100;
      height: 50px; }

      .wpcf7 label,
      .wpcf7 span,
      .wpcf7 input,
      .wpcf7 textarea {
        width: 100%;
      }
      .wpcf7-form-control.wpcf7-submit {
        background: #3197d4;
        color: #fff;
        border: none;
      }
      .wpcf7-form-control.wpcf7-submit:hover {
            background: #2774a2;
      }
      @media (max-width: 768px) {
        section.portfolio .container-fluid .col-xl-4 .info {
          display: block !important;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: auto; }
          section.portfolio .container-fluid .col-xl-4 .info .category,
          section.portfolio .container-fluid .col-xl-4 .info .title {
            padding: 5px 0 !important; }
          section.portfolio .container-fluid .col-xl-4 .info .category {
            height: auto !important; }
            section.portfolio .container-fluid .col-xl-4 .info .category a {
              margin: 0 !important; } }
      section.portfolio .container-fluid .col-xl-4 .info:before {
        -webkit-transition: all 0.320s;
        -o-transition: all 0.320s;
        transition: all 0.320s;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(48, 151, 211, 0.8);
        left: 0;
        bottom: 0;
        z-index: -1;
        }
      @media (max-width: 992px) {
        section.portfolio .container-fluid .col-xl-4 .info .title {
          font-size: 14px !important; }
        section.portfolio .container-fluid .col-xl-4 .info .category {
          font-size: 14px !important; } }
      section.portfolio .container-fluid .col-xl-4 .info .title {
        color: white;
        margin: 0;
        font-size: 16px;
        font-weight: 500; }
      section.portfolio .container-fluid .col-xl-4 .info .category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px; }
        section.portfolio .container-fluid .col-xl-4 .info .category a {
          font-weight: 500;
          margin: 0 5px;
          color: white;
          text-decoration: none; }
    section.portfolio .container-fluid .row {
      position: relative; }
  section.portfolio .btn {
    border-radius: 20px;
    padding: 8px 25px !important; }

section.contact .main-title {
  font-size: 25px !important; }

section.contact .container-fluid {
  padding: 0; }

section.contact .info-col {
  background-size: cover;
  background-position: center left;
  padding: 0; }
  section.contact .info-col .contact-info {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 350px; }
    section.contact .info-col .contact-info .row {
      width: 100%;
      padding: 0 25px; }
      @media (max-width: 580px) {
        section.contact .info-col .contact-info .row {
          padding: 0; }
          section.contact .info-col .contact-info .row .phone,
          section.contact .info-col .contact-info .row .email,
          section.contact .info-col .contact-info .row .title {
            font-size: 12px !important; } }
    section.contact .info-col .contact-info .phone,
    section.contact .info-col .contact-info .email,
    section.contact .info-col .contact-info .title {
      color: white;
      text-transform: uppercase;
      padding: 5px 0;
      text-decoration: none; }
    section.contact .info-col .contact-info .box {
      padding: 25px 10px;
      padding-left: 10px;
      position: relative; }
      section.contact .info-col .contact-info .box:before {
        content: '';
        height: 70%;
        width: 2px;
        background: white;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

section.contact .form-col {
  padding-top: 35px; }

section.contact .form {
  padding-bottom: 25px; }
  section.contact .form .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0; }
    section.contact .form .input-group label {
      position: absolute;
      left: 15px;
      top: 20px;
      padding: 0 5px;
      -webkit-transition: all 0.320s;
      -o-transition: all 0.320s;
      transition: all 0.320s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      color: gray; }
    section.contact .form .input-group textarea,
    section.contact .form .input-group input {
      border: 1px solid #999;
      padding: 5px 15px;
      display: block;
      width: 100%;
      border-radius: 0;
      outline: none;
      font-weight: 500; }
      section.contact .form .input-group textarea:focus ~ label,
      section.contact .form .input-group input:focus ~ label {
        background: white;
        padding: 0 5px;
        top: 0; }
    section.contact .form .input-group .ok {
      top: 0 !important;
      font-size: 12px;
      background: white;
      padding: 0 5px; }
    section.contact .form .input-group textarea {
      padding: 15px;
      height: 150px;
      resize: none; }
    section.contact .form .input-group .btn {
      border: 2px solid #975ba5;
      background: #975ba5;
      color: color;
      border-radius: 0;
      padding: 8px 25px; }
      section.contact .form .input-group .btn:hover {
        background: none;
        color: #975ba5; }
  section.contact .form .btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.chat {
  background: #eee;
  padding: 40px 15px; }
  .chat .container-fluid {
    padding: 0; }
  .chat .main-title {
    font-size: 40px !important;
    text-align: left;
    font-weight: 700;
    text-transform: none; }
    @media (max-width: 580px) {
      .chat .main-title {
        font-size: 25px !important; } }
  .chat .info {
    padding-top: 25px;
    padding-bottom: 15px;
    font-weight: 600; }
  .chat .btn {
    background: #3097d3;
    padding: 10px 25px;
    color: white;
    font-size: 18px;
    -webkit-transition: all 0.320s;
    -o-transition: all 0.320s;
    transition: all 0.320s;
    margin-top: 25px;
    border-radius: 20px;
    }
    .chat .btn i {
      margin-left: 25px; }
    .chat .btn:hover {
          background: #236c98;
          -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
          transform: translateY(-1px);
          }
  .chat .info-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 15px; }
  .chat .alltime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px; }
    .chat .alltime img {
      max-width: 200px;
      width: 100%; }
  .chat .girl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px; }
    .chat .girl img {
      max-width: 350px;
      width: 100%; }

footer {
  background: black;
  padding: 15px 10px; }
  @media (max-width: 992px) {
    footer .links {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    footer .logo-col {
      padding: 25px 0; }
    footer .copy-col {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
      footer .copy-col p {
        text-align: center !important; } }
  footer .links {
    padding: 15px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .links li {
      padding: 0;
      list-style: none;
      margin: 0 10px; }
      footer .links li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: black;
        background: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 25px;
        text-decoration: none; }
        @media (max-width: 580px) {
          footer .links li a {
            width: 35px;
            height: 35px;
            font-size: 18px; } }
        footer .links li a:hover {
          background: #3097d3;
          color: white;
          }
  footer p {
    font-size: 12px;
    padding-top: 10px;
    margin: 0;
    text-align: right; }
  footer .logo-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .logo-col img {
      width: 100%; }
  footer .copy-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

@media (max-width: 1200px) {
  .navbar * {
    text-align: center; }
  .navbar .navbar-nav {
    padding-top: 15px; }
  .navbar .social-links ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding-top: 15px;
    padding-bottom: 15px; } }
