@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.margin-10 {
  margin-top: 10px;
}
.margin-20 {
  margin-top: 20px;
}
.margin-30 {
  margin-top: 30px;
}
.margin-40 {
  margin-top: 40px;
}
.margin-50 {
  margin-top: 50px;
}
.margin-70 {
  margin-top: 70px;
}
.margin-150 {
  margin-top: 150px;
}
.margin-250 {
  margin-top: 250px;
}
.margin-left {
  margin-left: 60px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.margin-top-bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}
.padding-10 {
  padding: 10px;
}
.padding-top-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-top-bottom-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-40 {
  padding-right: 40px;
}
.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.height-600:hover {
  background-color: #31ccff;
}
.height-600 {
}
.blue-hide h1 {
  color: rgba(255, 255, 255, 0);
}
.blue-hide.background-image:hover {
  background-image: none;
  background-color: #31ccff;
}
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-image-2 {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}
.background-image-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/commercial.jpg");
  height: 600px;
  transition: all ease 0.9s;
}
.background-image-3 h1 {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  margin-top: 250px;
}
.background-image-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/10.jpg");
  height: 300px;
  transition: all ease 0.9s;
}
.background-image-4 h1 {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  margin-top: 120px;
}
.background-image-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/8.jpg");
  height: 300px;
  transition: all ease 0.9s;
}
.background-image-5 h1 {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  margin-top: 80px;
}
.background-image-6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/9.jpg");
  height: 300px;
  transition: all ease 0.9s;
}
.background-image-6 h1 {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  margin-top: 80px;
}
.background-image-3:hover,
.background-image-4:hover,
.background-image-5:hover,
.background-image-6:hover {
  background: none;
  background-color: #09f;
  transition: all ease 0.9s;
}
.background-image-3:hover h1,
.background-image-4:hover h1,
.background-image-5:hover h1,
.background-image-6:hover h1 {
  color: rgba(255, 255, 255, 1);
  transition: all ease 0.9s;
}
.half-img-section {
  position: relative;
}
.img-side {
  padding: 0px;
  position: absolute;
  background-color: #fff;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.img-side.img-right {
  right: 0;
}
.img-side.img-left {
  left: 0;
}
.img-holder {
  position: relative;
  height: 100%;
}
.img-holder img {
  position: absolute;
  top: 15%;
  height: 70%;
  z-index: 200;
}
.white {
  color: #fff;
}
.menu .navbar-default {
  background-image: none;
  background-repeat: no-repeat;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 10px;
}
.menu .navbar .navbar-collapse {
  padding: 0;
}
.navbar-collapse.collapse {
  margin-left: -16px;
  margin-top: 30px;
}
.menu .navbar {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.menu .nav li a {
  text-decoration: none;
  color: #000;
  transition: all ease 0.6s;
  font-family: "Segoe UI";
  border: 2px solid transparent;
  padding: 8px 15px;
  margin-left: 2px;
}

.menu .nav li a.active {
  color: #000;
  background-color: transparent;
  border: 2px solid #282828;
  padding: 8px 15px;
}
.menu .nav > li > a:hover {
  color: #000;
  transition: all ease 0.6s;
}
.menu img {
  width: 70%;
}
.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#myslide,
.carousel-inner {
  height: 100%;
}
#myslide .item {
  height: 100%;
  background-size: cover;
}
#myslide .carousel-caption {
  right: 20px;
  bottom: 10px;
  text-align: right;
  color: #000;
}
p {
  font-family: "Open Sans";
  letter-spacing: 2px;
  line-height: 22px;
}
h1 {
  font-family: "Microsoft Sans Serif";
  line-height: 48px;
}

h2 {
  font-family: "Open Sans";
  letter-spacing: 1px;
}
h3 {
  font-family: "Raleway";
}
h4 {
  font-family: "Raleway";
}
h5 {
  font-family: "Microsoft Sans Serif";
  letter-spacing: 5px;
}
.relative {
  position: relative;
}
.absolute-1 {
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 10;
}
.absolute-2 {
  position: absolute;
  left: -50px;
  top: 100px;
}
.background-image {
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}
.navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
}
.blue {
  background-color: #0078ff;
}
.box-shadow {
  box-shadow: 2px 2px 10px #282828;
}
.box-shadow-2 {
  box-shadow: 10px 10px 5px #9f9f9f;
}
.botton a {
  text-decoration: none;
  width: 150px;
  text-align: center;
  border: 2px solid #fff;
  background-color: #282828;
  color: #fff;
  padding: 12px 20px;
  transition: all ease 0.6s;
}
.botton a:hover {
  transition: all ease 0.6s;
  color: #282828;
  border: 2px solid #282828;
  background-color: #fff;
}
.botton-2 a {
  text-decoration: none;
  width: 150px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 75px;
  color: #000;
  padding: 12px 20px;
  transition: all ease 0.6s;
}
.botton-2 a:hover {
  transition: all ease 0.6s;
  color: #fff;
  border: 2px solid #282828;
  background-color: #282828;
}
.botton-3 a {
  text-decoration: none;
  width: 150px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 20px;
  transition: all ease 0.6s;
}
.botton-3 a:hover {
  transition: all ease 0.6s;
  color: #282828;
  border: 2px solid #282828;
  background-color: #fff;
}
bg-blue-2 img {
  width: 70%;
}
.bg-red:hover {
  background-color: #f00;
  color: #fff;
  transition: all ease 0.6s;
}
.bg-gradiant-home {
  background: linear-gradient(to bottom right, #1d989c, #c7edee);
}
.bg-blue {
  background-color: #31ccff;
  color: #fff;
  transition: all ease 0.6s;
}
.bg-blue-2 {
  background-color: #31ccff;
  color: #fff;
  transition: all ease 0.6s;
}
.bg-light {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-bottom: 20px;
}
.bg-black {
  background: linear-gradient(to top right, #205f6f, #39997a);
}
.bg-off-white {
  background-color: #f9f9f9;
}
.bg-white {
  background-color: #fff;
}
.fotter i {
  color: #fff;
  transition: all ease 0.5s;
}
.fotter i:hover {
  color: #000;
  transition: all ease 0.5s;
}
.fotter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fotter ul li {
  padding-bottom: 15px;
}
.fotter ul li a {
  letter-spacing: 1px;
  color: #fff;
  transition: all ease 0.5s;
  font-family: "Raleway";
  text-decoration: none;
}
.fotter ul li a:hover {
  color: #000;
  transition: all ease 0.5s;
}
.fotter img {
  width: 80%;
  margin-top: 20%;
}
.fotter-2 a {
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  transition: all ease 0.5s;
  font-family: "lato";
}
.fotter-2 a:hover {
  color: #000;
  transition: all ease 0.5s;
}
.text {
}
.abso {
  position: absolute;
  top: -100;
  left: 0;
}
.about-img-2 img {
  width: 100%;
}
.service-img img {
  width: 100%;
}
ul.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.gallery li {
  width: 24%;
  margin: 10px 0.5%;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fotter img {
    width: 50%;
  }
  .about-img img {
    width: 100%;
  }
  .menu img {
    width: 40%;
  }
}
/*tablet layout 760px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fotter-2 p {
    text-align: center;
  }
  .menu .navbar {
    border: none;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }
  .menu img {
    width: 40%;
  }
  .fotter img {
    width: 50%;
  }
  .about-img img {
    width: 80%;
  }
  .about-img-2 img {
    width: 80%;
  }
  .font h4 {
    font-family: "Arial";
  }
  .font p {
    text-align: right;
    font-family: "Segoe UI";
  }
  .service-img img {
    margin-bottom: 10px;
  }
}
/*mobile landscape size to tablet portrate(device and browser*/
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .fotter-2 p {
    text-align: center;
  }
  .fotter img {
    width: 50%;
  }
  .menu img {
    width: 45%;
  }
  .menu .nav li a {
    width: 200px;
    margin-left: 25px;
  }
  .about-img img {
    width: 80%;
  }
  .about-img-2 img {
    width: 80%;
  }
  .service-img img {
    margin-bottom: 10px;
    width: 70%;
    text-align: center;
  }
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width: 480px) {
  .fotter-2 p {
    text-align: center;
  }
  .fotter img {
    width: 50%;
  }
  .menu img {
    width: 30%;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .menu .nav li a {
    width: 200px;
    margin-left: 25px;
  }
  about-img {
    text-align: center;
  }
  .about-img img {
    width: 80%;
  }
  .about-img-2 img {
    width: 80%;
  }
  .service-img img {
    margin-bottom: 10px;
    width: 70%;
    text-align: center;
  }
}
