/* Scss Document */
/* Generated by Navidu Thisara Dillimuni on Oct 21, 2017 */
html, body, BODY {
  font-family: 'open-sans-regular', Arial, sans-serif !important; }

#myCarousel .nav a small {
  display: block; }

#myCarousel .nav {
  background: #eee; }

#myCarousel .nav a {
  border-radius: 0px; }

#bgvid {
  width: 100%; }

h2 {
  margin-bottom: 20px; }

/* ===================================================General Padding START===================================================*/
.cons-overview {
  padding: 100px 0; }

.cons-about-us, .cons-skills, .cons-rates, .footer-background {
  padding: 75px 0; }

.lord-more-work, .footer-top {
  padding: 30px 0; }

/* ===================================================General Padding END===================================================*/
/* ===================================================Navigation Bar START===================================================*/
.cons-nav #bs-example-navbar-collapse-1 {
  float: right;
  z-index: 33;
  margin-top: 30px;
  position: absolute;
  right: 0px; }
.cons-nav img {
  margin-left: 20%; }

/* ===================================================Navigation Bar END===================================================*/
/* ===================================================Slider START===================================================*/
.cons-slider #myCarousel {
  margin-top: -162px;
  z-index: -3; }
.cons-slider .carousel-caption {
  top: 20%; }
  .cons-slider .carousel-caption .caption-only {
    text-align: justify; }

/* ===================================================Slider END===================================================*/
/* ===================================================About Us START===================================================*/
.cons-about-us .about-uc-content {
  text-align: center; }
  .cons-about-us .about-uc-content p {
    text-align: justify; }
.cons-about-us .feature-content .feature {
  text-align: center; }
  .cons-about-us .feature-content .feature a {
    text-decoration: none; }
  .cons-about-us .feature-content .feature img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out; }
    .cons-about-us .feature-content .feature img:hover {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }

/* ===================================================About Us END===================================================*/
/* ===================================================Skills START===================================================*/
.cons-skills .unique-skill {
  padding-bottom: 20px; }
  .cons-skills .unique-skill span {
    margin-bottom: 10px;
    display: inline-block; }
    .cons-skills .unique-skill span:nth-child(2) {
      margin-left: 15px; }
  .cons-skills .unique-skill .skill-progress-bar {
    height: 5px;
    width: 100%;
    margin: 0;
    position: relative; }
    .cons-skills .unique-skill .skill-progress-bar .progress-bar {
      float: left;
      clear: left;
      position: relative;
      height: 5px; }

/* ===================================================Skills END===================================================*/
/* ===================================================Rates START===================================================*/
.cons-rates .rate {
  text-align: center; }
  .cons-rates .rate .fa {
    font-size: 60px;
    display: inline-block; }
  .cons-rates .rate .details {
    display: inline-block;
    text-align: left;
    margin-left: 10px; }
    .cons-rates .rate .details span {
      display: block; }
      .cons-rates .rate .details span:first-child {
        font-size: 25px; }
      .cons-rates .rate .details span:last-child {
        text-transform: uppercase; }

/* ===================================================Rates END===================================================*/
/* ===================================================Gallery START===================================================*/
.cons-squ-imgs .unique-squ-img {
  position: relative; }
  .cons-squ-imgs .unique-squ-img:hover .overlay {
    bottom: 0;
    height: 100%; }
  .cons-squ-imgs .unique-squ-img img {
    width: 100%;
    display: block;
    height: auto; }
  .cons-squ-imgs .unique-squ-img .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease; }
    .cons-squ-imgs .unique-squ-img .overlay .fa-eye {
      white-space: nowrap;
      font-size: 25px;
      position: absolute;
      overflow: hidden;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      cursor: pointer; }
.cons-squ-imgs .lord-more-work {
  text-align: center;
  font-size: 12px; }

/* ===================================================Gallery END===================================================*/
/* ===================================================Overview START===================================================*/
.cons-overview .unique-overview span {
  display: block;
  text-align: center; }
  .cons-overview .unique-overview span:first-child {
    font-size: 60px;
    margin-bottom: 20px; }
  .cons-overview .unique-overview span:nth-child(2) {
    font-weight: bold; }

/* ===================================================Overview END===================================================*/
/* ===================================================Contact us START===================================================*/
.cons-contact-us .row {
  position: relative; }
.cons-contact-us .video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  .cons-contact-us .video-cover .content-area-parent {
    position: relative;
    height: 100%; }
  .cons-contact-us .video-cover .content-area-child {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -248px; }
    .cons-contact-us .video-cover .content-area-child .contact-form {
      top: 50%;
      padding: 50px; }
      .cons-contact-us .video-cover .content-area-child .contact-form p {
        text-align: justify; }
      .cons-contact-us .video-cover .content-area-child .contact-form h2 {
        margin-top: 0;
        text-align: center; }
      .cons-contact-us .video-cover .content-area-child .contact-form input.form-control {
        height: 40px; }
      .cons-contact-us .video-cover .content-area-child .contact-form input, .cons-contact-us .video-cover .content-area-child .contact-form textarea {
        margin-top: 5%;
        border-radius: 0;
        border: none; }
      .cons-contact-us .video-cover .content-area-child .contact-form button {
        padding: 10px 50px;
        margin-top: 5%;
        height: 45px; }

/* ===================================================Contact us END===================================================*/
/* ===================================================Footer START===================================================*/
.cons-footer li {
  list-style: none;
  text-decoration: none; }
.cons-footer .footer-top ul {
  margin-top: 25%; }
.cons-footer .footer-top .section-one ul {
  margin-top: 15%; }
  .cons-footer .footer-top .section-one ul li:not(:first-child) {
    font-size: 12px; }
.cons-footer .footer-top .social li {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s; }
  .cons-footer .footer-top .social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg); }
  .cons-footer .footer-top .social li a i {
    font-size: 16px;
    margin: 9px -4px 0px 6px; }

/* ===================================================Footer END===================================================*/
