/* ==== Normalize start ==== */
* {
  padding: 0;
  margin: 0;
  outline: 0; }

html,
body {
  box-sizing: border-box;
  height: 100%;
  width: 100%; }

img {
  border: 0px; }

ol,
ul,
li {
  list-style-type: none; }

a {
  color: #2896F0;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a:hover, a:focus {
  color: #16a085;
  text-decoration: none; }

p {
  font-size: 14px;
  line-height: 24px; }

/* ==== Normalize ends ==== */
/* ==== Reusable style start ==== */
.animate {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.box {
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #b1b1b1;
  margin: 15px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px; }
  .box:hover {
    margin: 10px 0px 20px; }

/* ==== header start ==== */
header {
  background-color: #2896F0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111; }
  header .logo {
    height: 75px; }
    header .logo img {
      max-height: 100%;
      width: auto;
      max-width: auto; }
  header .navbar {
    padding: 0; }
    header .navbar .navbar-nav .nav-link {
      text-transform: capitalize;
      font-weight: 600; }

/* ==== section start ==== */
.banner {
  height: 100vh;
  background-image: url("../img/P1010379.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-height: 380px; }
  .banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  .banner .bannerText {
    max-width: 700px;
    color: #fff; }
    .banner .bannerText h1 {
      margin-bottom: 30px; }
    .banner .bannerText a {
      border: 1px solid #2896F0;
      padding: 10px 25px;
      border-radius: 3px;
      color: #fff;
      text-transform: capitalize;
      position: relative;
      background-color: #2896F0;
      font-weight: 500; }
      .banner .bannerText a::after {
        position: absolute;
        content: '\f105';
        top: 12px;
        right: -10px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0; }
      .banner .bannerText a:hover {
        padding: 10px 35px 10px 15px; }
        .banner .bannerText a:hover::after {
          right: 15px;
          opacity: 1; }

/* ==== demos start ==== */
.demos {
  padding: 100px 0; }
  .demos .preview {
    overflow: hidden;
    height: 170px;
    position: relative;
    border: 1px solid #e9e9e9; }
    .demos .preview img {
      width: 100%;
      height: auto; }
    .demos .preview .viewDemo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .demos .preview .viewDemo a {
        padding: 5px 15px;
        background-color: #2896F0;
        color: #fff;
        border-radius: 3px;
        font-weight: 600;
        border: 1px solid rgba(0, 0, 0, 0.185); }
        .demos .preview .viewDemo a:hover {
          color: #2896F0;
          background-color: #fff; }
    .demos .preview:hover .viewDemo {
      opacity: 1; }
  .demos h4 {
    text-align: center;
    margin: 5px 0; }

/* ==== footer start ==== */
footer {
  background-color: #484848;
  padding: 15px 0; }
  footer p {
    color: #fff;
    margin: 0; }

/* ==== Responsive CSS ==== */
@media (min-width: 768px) and (max-width: 991px) {
  .demos .preview img {
    height: 100%;
    width: auto; } }
/* ==== CSS comment start ==== */
/* ==== CSS comment ends ==== */

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