* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  font-family: 'Mulish', sans-serif;
  letter-spacing: 0.1rem;
}

.container {
  max-width: 1250px;
}

p {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}

.fly-button a {
  background: #013399;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.4rem 4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.fly-button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f00;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fly-button a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu-icon.png);
}

.navbar-light .navbar-toggler {
  border-color: #ffffff66;
}

.top-section {
  background: #013399;
  height: 4rem;
  line-height: 4rem;
}

.top-section .row {
  margin: 0;
}

.top-section .left p {
  font-size: 1.6rem;
  color: #f6f6f6;
  margin-left: 5rem;
  letter-spacing: 0.1rem;
}

.top-section .left b {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1rem;
}

.top-section .right {
  padding: 0;
}

.top-section .right ul {
  text-align: right;
  position: relative;
  padding: 0;
  padding-right: 5.4rem;
}

.top-section .right ul:before {
  content: "";
  position: absolute;
  left: -3.5rem;
  top: 0;
  color: #ff0000;
  border-bottom: 4rem solid #ff0000;
  border-left: 3.5rem solid transparent;
  z-index: 1;
}

.top-section .right ul:after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #ff0000;
  height: 4rem;
  left: 0;
  z-index: 0;
}

.top-section .right ul li {
  list-style: none;
  display: inline-block;
  color: #ddd;
  position: relative;
  z-index: 1;
  border-right: 1px solid #ffffff6b;
}

.top-section .right ul li i {
  font-size: 1.4rem;
  color: #ddd;
  padding: 1.3rem 1.4rem;
}

.top-section .right ul li i:hover {
  color: #fff;
}

.logo-section {
  padding: 1.5rem 0;
}

.logo-section .logo img {
  width: 18rem;
}

.logo-section .top-right {
  text-align: right;
}

.logo-section .top-right ul {
  padding: 0;
}

.logo-section .top-right ul li {
  list-style: none;
  display: inline-block;
  margin-left: 3.6rem;
}

.logo-section .top-right ul li .email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3.2rem;
  text-align: left;
  position: relative;
}

.logo-section .top-right ul li .email .icon i {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 1.5rem;
  background: #013399;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-section .top-right ul li .email label {
  font-size: 1.7rem;
  font-weight: 700;
  color: #013399;
  margin-bottom: 0rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-section .top-right ul li .email span {
  font-size: 1.6rem;
  color: #000;
  display: block;
}

.logo-section .top-right ul li .item-link {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-section .top-right ul li .email:hover .icon i {
  background: #f00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-section .top-right ul li .email:hover label {
  color: #f00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 0.1rem 0.4rem 0 #32323280;
          box-shadow: 0 0.1rem 0.4rem 0 #32323280;
  z-index: 111;
  background: #013399;
  height: 6.3rem;
}

.menu-section .navbar {
  background: #013399;
  position: relative;
  top: 30px;
  z-index: 1;
  margin-top: -30px;
  padding: 0;
}

.menu-section .navbar .navbar-brand img {
  width: 18rem;
}

.menu-section .navbar .navbar-nav .nav-link {
  font-size: 1.8rem;
  padding: 1.2rem 0;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #ddd;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: 0.6rem;
}

.menu-section .navbar .navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #011744;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-section .navbar .navbar-nav .nav-link:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-section .navbar .navbar-nav .nav-link.active {
  background: #011744;
}

.menu-section .navbar .navbar-nav .nav-item {
  padding: .6rem 0;
}

.dropdown-item:focus, .dropdown-item {
  background-color: #052465;
  border: none;
  padding: 0rem 0;
  border-radius: 0;
  margin-top: 0rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-item:hover {
  background: #011744;
}

.dropdown-divider {
  margin: 0;
  border-top: 1px solid #ffffff8c;
}

.menu-section .navbar .nav-item:hover .dropdownMenu {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0;
  border: 0px solid rgba(0, 0, 0, 0.15);
}

.menu-section .navbar .dropdown-item {
  font-size: 1.6rem;
  color: #ccc;
  padding: 1.3rem 2rem;
}

.menu-section .navbar-right .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #eee;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-section .navbar-right .sidenav a {
  padding: 0.8rem 0.8rem 0.8rem 3.2rem;
  text-decoration: none;
  font-size: 2.5rem;
  color: #ddd;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-section .navbar-right .sidenav a:hover {
  color: #f1f1f1;
}

.menu-section .navbar-right .sidenav .closebtn {
  position: absolute;
  top: 3.8rem;
  right: 0;
  font-size: 3.6rem;
  left: 25rem;
  background: #039;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .navbar-right .sidenav {
    padding-top: 1.5rem;
  }
  .navbar-right .sidenav a {
    font-size: 1.8rem;
  }
}

.menu-section .navbar-right span.open {
  font-size: 1.8rem;
  cursor: pointer;
  color: #fff;
  margin-right: 2rem;
}

.menu-section .navbar-right .logo {
  margin-left: 3rem;
  margin-top: 1.5rem;
}

.menu-section .navbar-right .logo img {
  width: 16rem;
}

.menu-section .navbar-right .content-box {
  margin-left: 3rem;
  margin-top: 2rem;
  border-top: 1px solid #0003;
  padding-top: 1rem;
}

.menu-section .navbar-right .content-box .email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.8rem;
  text-align: left;
  position: relative;
}

.menu-section .navbar-right .content-box .email .icon i {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 1.5rem;
  background: #013399;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 4.6rem;
}

.menu-section .navbar-right .content-box .email label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #013399;
  margin-bottom: 0rem;
}

.menu-section .navbar-right .content-box .email span {
  font-size: 1.5rem;
  color: #000;
  display: block;
}

.menu-section .navbar-right .content-box .email .item-link {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-section .navbar-right .content-box ul {
  text-align: left;
  margin-top: 3rem;
  position: relative;
  padding: 0;
}

.menu-section .navbar-right .content-box ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-right: 1px solid #ffffff6b;
}

.menu-section .navbar-right .content-box ul li a {
  padding: 0;
  border: 1px solid #013399;
  height: 3.6rem;
  width: 4.6rem;
  line-height: 2.8rem;
}

.menu-section .navbar-right .content-box ul li i {
  font-size: 1.4rem;
  color: #013399;
  padding: 0rem 1.4rem;
}

.banner-section .carousel-item {
  height: 560px;
  overflow: hidden;
}

.banner-section .carousel-item img {
  min-height: 560px;
  width: auto;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

.banner-section .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-section .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-section .carousel-caption {
  z-index: 1;
  color: #fff;
  text-align: left;
  top: 28%;
  right: 45%;
}

.banner-section .carousel-caption h1 {
  font-size: 5rem;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px #000;
}

.banner-section .carousel-caption p {
  text-shadow: 2px 2px #000;
}

.banner-section .carousel-control-next, .carousel-control-prev {
  top: 25%;
  height: 50%;
}

.about-section {
  background-image: url(../images/about-icon.png);
  background-repeat: no-repeat;
  background-size: 20rem;
  min-height: 18rem;
}

.about-section .content {
  padding-left: 15rem;
  padding-top: 8rem;
}

.about-section h1 {
  font-size: 4.2rem;
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  letter-spacing: 0.2rem;
}

.about-section h3 {
  font-size: 2rem;
  color: #013399;
  text-transform: uppercase;
  font-weight: 900;
  font-family: monospace;
  font-style: italic;
}

.about-section h3 img {
  max-width: 2.4rem;
  margin-top: -1rem;
}

.about-section .content p {
  font-size: 1.6rem;
}

.about-section .content ul {
  padding: 0;
  margin-top: 3rem;
}

.about-section .content ul li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  list-style: none;
  display: -webkit-inline-box;
}

.about-section .content ul li i {
  font-size: 1.2rem;
  background: #013399;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 1rem;
}

.about-section .image-box .image {
  text-align: right;
  margin-top: 6.2rem;
}

.about-section .image-box .image img {
  max-width: 100%;
}

.service-section {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 17.5rem;
  background-image: url(../images/banner-img-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-align: center;
}

.service-section .content {
  padding: 4rem 24rem;
  color: #fff;
}

.service-section h3 {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: monospace;
  font-style: italic;
}

.service-section h3 img {
  max-width: 2.4rem;
  margin-top: -1rem;
}

.service-section h1 {
  font-size: 4.2rem;
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  letter-spacing: 0.2rem;
}

.commercial-residential {
  margin-top: -13.5rem;
  position: relative;
}

.commercial-residential .left .commercial {
  background: #fff;
  padding: 3rem 5rem;
  -webkit-box-shadow: 0px 0px 25px 0px #0000004a;
          box-shadow: 0px 0px 25px 0px #0000004a;
}

.commercial-residential .commercial-content {
  display: -webkit-box;
  margin-top: 3.2rem;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.commercial-residential .commercial .icon {
  background: #013399;
  height: 5.8rem;
  width: 5.8rem;
  text-align: center;
  line-height: 5.8rem;
  margin-right: 1.5rem;
}

.commercial-residential .commercial .icon img {
  width: 4.2rem;
}

.commercial-residential .commercial label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 0rem;
}

.commercial-residential .commercial span {
  font-size: 2.5rem;
  font-weight: 800;
  color: #013399;
  display: block;
  text-transform: uppercase;
  font-family: auto;
}

.commercial-residential .commercial p {
  display: block;
}

.commercial-residential .right .residential {
  background: #fff;
  padding: 3rem 5rem;
  -webkit-box-shadow: 0px 0px 25px 0px #0000004a;
          box-shadow: 0px 0px 25px 0px #0000004a;
}

.commercial-residential .residential-content {
  display: -webkit-box;
  margin-top: 3.2rem;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.commercial-residential .residential .icon {
  background: #013399;
  height: 5.8rem;
  width: 5.8rem;
  text-align: center;
  line-height: 5.8rem;
  margin-right: 1.5rem;
}

.commercial-residential .residential .icon img {
  width: 4.2rem;
}

.commercial-residential .residential label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 0rem;
}

.commercial-residential .residential span {
  font-size: 2.5rem;
  font-weight: 800;
  color: #013399;
  display: block;
  text-transform: uppercase;
  font-family: auto;
}

.commercial-residential .residential p {
  display: block;
}

.project-section {
  padding: 8rem 0rem;
}

.project-section .heading {
  padding: 4rem 24rem;
  text-align: center;
}

.project-section .heading h3 {
  font-size: 2rem;
  color: #f00;
  text-transform: uppercase;
  font-weight: 900;
  font-family: monospace;
  font-style: italic;
}

.project-section .heading h3 img {
  max-width: 2.4rem;
  margin-top: -1rem;
}

.project-section .heading h1 {
  font-size: 4.2rem;
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  letter-spacing: 0.2rem;
  color: #013399;
}

.project-section .heading h1 span {
  font-size: 4rem;
  color: #111;
}

.project-section .heading ul.nav {
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 0;
  display: block;
}

.project-section .heading ul li {
  list-style: none;
  display: inline-block;
}

.project-section .heading ul li button.active {
  background: #013399;
}

.project-section .heading ul li button {
  background: #222;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.4rem 4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border: none;
}

.project-section .heading ul li button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #013399;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.project-section .heading ul li button:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.project-section .box {
  background: #000;
  overflow: hidden;
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  height: 28rem;
}

.project-section .box:after, .project-section .box:before {
  border-width: 0 180px 140px;
  border-style: solid;
  border-color: transparent transparent #0d5f45;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-55%, 100%);
          transform: translate(-55%, 100%);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.5s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.project-section .box:after {
  border-width: 150px 250px;
  border-color: transparent #ff0000 #ff0000 #008148;
  top: 25%;
  -webkit-transform: translate(-60%, 100%);
          transform: translate(-60%, 100%);
}

.project-section .box:hover:before {
  -webkit-transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(-55%, 0);
          transform: translate(-55%, 0);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.project-section .box:hover:after {
  -webkit-transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(-60%, 0);
          transform: translate(-60%, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.project-section .box img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1.1) translateY(3%);
          transform: scale(1.1) translateY(3%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.project-section .box:hover img {
  -webkit-transform: scale(1.1) translateY(-3%);
          transform: scale(1.1) translateY(-3%);
  opacity: .4;
}

.project-section .box .box-content {
  padding: 20px 0 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.project-section .box:hover .box-content {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.project-section .box .title {
  font-size: 23px;
  font-weight: 800;
  color: #fff;
}

.project-section .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.project-section .box .icon li {
  display: inline-block;
}

.project-section .box .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #ff0000;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  line-height: 35px;
  text-align: center;
}

.box11 .icon li, .box11 .icon li a, .box11 .title, .box12 .icon li, .box12 .title {
  display: inline-block;
}

.project-section .box .icon li a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

@media only screen and (max-width: 990px) {
  .project-section .box {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
  .project-section .box:before {
    border-width: 0 250px 240px;
  }
  .project-section .box:after {
    border-width: 260px 460px;
  }
}

@media only screen and (max-width: 599px) and (min-width: 430px) {
  .box:before {
    border-width: 0 220px 120px;
  }
  .project-section .box:after {
    border-width: 260px 460px;
  }
}

.project-section .project-btn {
  text-align: center;
  margin-top: 5rem;
}

.project-section .project-btn a {
  background: #013399;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.4rem 4rem;
}

.footer-top-section .container {
  padding: 4rem;
  color: #fff;
  background-image: url(../images/banner-img-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-bottom: -8rem;
}

.footer-top-section .left h1 {
  font-size: 3rem;
  font-weight: 800;
}

.footer-top-section .right p {
  position: absolute;
  font-size: 14rem;
  top: -2.5rem;
  -webkit-text-stroke-color: #ffffff;
  display: inline;
  font-weight: 800;
  font-family: auto;
  opacity: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
}

.footer-top-section .right .f-btn {
  text-align: right;
  margin-top: 2.6rem;
}

.footer-top-section .right .f-btn a {
  background: #013399;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.4rem 4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border: none;
  -webkit-box-shadow: 0px 0px 25px 0px #0000004a;
          box-shadow: 0px 0px 25px 0px #0000004a;
}

.footer-top-section .right .f-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f00;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-top-section .right .f-btn a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-section {
  background: #013399;
  padding-top: 11rem;
  padding-bottom: 1rem;
}

.footer-section h2 {
  margin-bottom: 3rem;
  padding-top: 2.4rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: auto;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 3.4rem;
}

.footer-section h2:before {
  content: "";
  display: block;
  width: 6rem;
  background-color: #fff;
  height: 0.2rem;
  position: relative;
  top: 4.2rem;
}

.footer-section .footer-about p {
  color: #d9d9d9;
}

.footer-section .footer-about a i {
  position: relative;
  top: 0.1rem;
  font-size: 1.4rem;
}

.footer-section .footer-about a {
  background: #d3d3d3;
  color: #013399;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border: none;
  -webkit-box-shadow: 0px 0px 25px 0px #0000004a;
          box-shadow: 0px 0px 25px 0px #0000004a;
}

.footer-section .footer-about a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f00;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-section .footer-about a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-section .footer-about a:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}

.footer-section .contact-info .address {
  position: relative;
}

.footer-section .contact-info .address .item-link {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
}

.footer-section .contact-info .number {
  position: relative;
}

.footer-section .contact-info .number .item-link {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
}

.footer-section .contact-info .email {
  position: relative;
}

.footer-section .contact-info .email .item-link {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
}

.footer-section .contact-info p {
  color: #d9d9d9;
  font-size: 1.6rem;
  text-align: justify;
}

.footer-section .contact-info a {
  color: #ffcd00;
  display: block;
  margin-top: 1rem;
}

.footer-section .contact-info p i {
  background: #d9d9d9;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 2.8rem;
  text-align: center;
  margin: 0rem 0.3rem;
  -webkit-box-shadow: 0 0.1rem 1rem #10101061;
          box-shadow: 0 0.1rem 1rem #10101061;
  color: #013399;
  font-size: 1.6rem;
  margin-right: 0.8rem !important;
}

.footer-section .social-icon {
  margin-left: 0rem;
}

.footer-section .social-icon {
  margin-top: 2.4rem;
  margin-left: 3.7rem;
}

.footer-section .social-icon ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0rem;
}

.footer-section .social-icon ul a {
  color: #000;
  display: block;
  margin-top: 0rem;
}

.footer-section .social-icon ul a i {
  font-size: 1.4rem;
}

.footer-section .social-icon ul li .fa-facebook-f {
  background: #336699;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  margin: 0rem 0.6rem;
  -webkit-box-shadow: 0 0.1rem 1rem #10101061;
          box-shadow: 0 0.1rem 1rem #10101061;
}

.footer-section .social-icon ul li .fa-instagram {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  margin: 0rem 0.6rem;
  -webkit-box-shadow: 0 0.1rem 1rem #10101061;
          box-shadow: 0 0.1rem 1rem #10101061;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.footer-section .social-icon ul li .fa-twitter {
  background: #6699ff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  margin: 0rem 0.6rem;
  -webkit-box-shadow: 0 0.1rem 1rem #10101061;
          box-shadow: 0 0.1rem 1rem #10101061;
}

.footer-section .social-icon ul li .fa-pinterest-p {
  background: #cc09162a;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  margin: 0rem 0.6rem;
  -webkit-box-shadow: 0 0.1rem 1rem #10101061;
          box-shadow: 0 0.1rem 1rem #10101061;
}

.footer-section .social-icon i {
  margin-right: 0rem;
  font-size: 1.4rem;
}

.footer-section .quick-link ul {
  list-style: none;
  padding-left: 1.5rem;
}

.footer-section .quick-link ul li {
  width: 49%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-section .quick-link a {
  color: #d9d9d9;
  font-family: Roboto Condensed,sans-serif;
  padding: .3rem 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  font-size: 1.6rem;
  transition: .5s all ease;
}

.footer-section .quick-link a:hover {
  text-decoration: none;
  padding: 0.3rem 0;
  margin-left: 0.5rem;
  color: #fff;
}

.footer-section .quick-link a i {
  font-size: 1.6rem;
}

.footer-section .bottom-row {
  color: #fff;
  border-top: 1px solid #dddddd47;
  margin-top: 6rem;
  padding-top: 3rem;
  text-align: center;
}

.dmtop.show {
  bottom: 10px;
}

.dmtop {
  background-color: #ff0000;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 47px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 10px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  -webkit-box-shadow: 0px 0px 25px 0px #0000004a;
          box-shadow: 0px 0px 25px 0px #0000004a;
}

.dmtop i {
  font-size: 1.8rem;
}

.banner-page-section {
  position: relative;
  height: 30rem;
}

.banner-page-section .banner-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.banner-page-section .image {
  height: 30rem;
  overflow: hidden;
}

.banner-page-section .image img {
  min-height: 30rem;
  width: auto;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

.banner-page-section .image > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-page-section .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #052058c4;
}

.banner-page-section .caption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 11;
}

.banner-page-section .caption h1 {
  color: #fff;
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 700;
  font-family: sans-serif;
}

.about-page-bottom {
  margin: 8rem 0;
}

.about-page-bottom .bottom .box {
  -webkit-box-shadow: 0px 0px 10px 0px #0000001f;
          box-shadow: 0px 0px 10px 0px #0000001f;
  padding: 2rem;
  text-align: center;
}

.about-page-bottom .bottom .box img {
  width: 8rem;
  margin-bottom: 1rem;
}

.about-page-bottom .bottom .box p {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.about-page-promise {
  background: #013399;
}

.about-page-promise .row {
  margin: 0;
}

.about-page-promise .row .left {
  padding-left: 0;
}

.about-page-promise .image {
  height: 25rem;
  overflow: hidden;
  line-height: 20rem;
}

.about-page-promise .image img {
  width: 100%;
}

.about-page-promise .content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-top: 4rem;
}

.about-page-promise .content p {
  color: #ccc;
}

.about-page-feature {
  padding: 6rem 0;
}

.about-page-feature .box {
  -webkit-box-shadow: 0px 0px 10px 0px #0000001f;
          box-shadow: 0px 0px 10px 0px #0000001f;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}

.about-page-feature .box .icon {
  background: #013399;
  text-align: center;
  height: 10rem;
  width: 10rem;
  line-height: 10rem;
  border-radius: 50%;
  display: inline-table;
  margin-top: -6rem;
}

.about-page-feature .box .icon img {
  width: 5rem;
}

.about-page-feature .box .content h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #013399;
  margin-top: 1.5rem;
  margin-bottom: 1.2rem;
}

.service-page-section {
  padding-top: 2rem;
  position: relative;
  background: #eee;
}

.service-page-section .content {
  padding: 4rem 0rem;
  color: #000;
  text-align: center;
}

.commercial-page-description {
  padding: 4rem 0;
  text-align: center;
}

.commercial-page-description h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.commercial-page-description .bottom {
  margin-top: 2rem;
}

.commercial-page-description .bottom p {
  background: #013399;
  color: #f6f6f6;
  padding: 1rem 0rem;
  text-align: center;
  min-height: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.commercialp-gallery-section {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.commercialp-gallery-section .box {
  background: #000;
  overflow: hidden;
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  height: 28rem;
}

.commercialp-gallery-section .box:after, .commercialp-gallery-section .box:before {
  border-width: 0 180px 140px;
  border-style: solid;
  border-color: transparent transparent #0d5f45;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-55%, 100%);
          transform: translate(-55%, 100%);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.5s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.commercialp-gallery-section .box:after {
  border-width: 150px 250px;
  border-color: transparent #ff0000 #ff0000 #008148;
  top: 25%;
  -webkit-transform: translate(-60%, 100%);
          transform: translate(-60%, 100%);
}

.commercialp-gallery-section .box:hover:before {
  -webkit-transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(-55%, 0);
          transform: translate(-55%, 0);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.commercialp-gallery-section .box:hover:after {
  -webkit-transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(-60%, 0);
          transform: translate(-60%, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.commercialp-gallery-section .box img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1.1) translateY(3%);
          transform: scale(1.1) translateY(3%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.commercialp-gallery-section .box:hover img {
  -webkit-transform: scale(1.1) translateY(-3%);
          transform: scale(1.1) translateY(-3%);
  opacity: .4;
}

.commercialp-gallery-section .box .box-content {
  padding: 20px 0 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.commercialp-gallery-section .box:hover .box-content {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.commercialp-gallery-section .box .title {
  font-size: 23px;
  font-weight: 800;
  color: #fff;
}

.commercialp-gallery-section .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.commercialp-gallery-section .box .icon li {
  display: inline-block;
}

.commercialp-gallery-section .box .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #ff0000;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  line-height: 35px;
  text-align: center;
}

.box11 .icon li, .box11 .icon li a, .box11 .title, .box12 .icon li, .box12 .title {
  display: inline-block;
}

.commercialp-gallery-section .box .icon li a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

@media only screen and (max-width: 990px) {
  .commercialp-gallery-section .box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
  .commercialp-gallery-section .box:before {
    border-width: 0 250px 240px;
  }
  .commercialp-gallery-section .box:after {
    border-width: 260px 460px;
  }
}

@media only screen and (max-width: 599px) and (min-width: 430px) {
  .box:before {
    border-width: 0 220px 120px;
  }
  .commercialp-gallery-section .box:after {
    border-width: 260px 460px;
  }
}

.project-page-section {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
}

.contact-form-page-section {
  padding-top: 5rem;
  background: #eeeeeea6;
}

.contact-form-page-section h1 {
  font-size: 3.6rem;
  font-weight: 800;
  margin-top: 8rem;
  color: #f00;
}

.contact-form-page-section h1 span {
  font-size: 3.6rem;
  font-weight: 900;
  color: #013399;
  font-style: italic;
  margin-right: 0.4rem;
}

.contact-form-page-section h1 img {
  max-width: 3rem;
  margin-top: -1rem;
}

.contact-form-page-section form {
  margin-top: 5rem;
}

.contact-form-page-section form label {
  font-size: 1.8rem;
  font-weight: 600;
}

.contact-form-page-section .form-control {
  padding: 1.3rem .75rem;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.contact-form-page-section .btn {
  background: #013399;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.4rem 4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border: none;
}

.contact-form-page-section .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f00;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact-form-page-section .btn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact-form-page-section .image img {
  width: 100%;
}

.contact-pagebottom {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.contact-pagebottom .right {
  padding-left: 5rem;
  padding-top: 6rem;
}

.contact-pagebottom .title-bold {
  font-size: 3.6rem;
  color: #013399;
  font-weight: 800;
  margin-bottom: 4rem;
}

.contact-pagebottom .title-bold img {
  max-width: 3rem;
  margin-top: -1rem;
}

.contact-pagebottom .contact-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e4e9e8;
}

.contact-pagebottom .contact-section i {
  margin-bottom: 2rem;
  display: inline-block;
  font-size: 2rem;
  color: #000000;
  position: initial;
  border: 0.3rem solid #000;
  border-radius: 50%;
  height: 5rem;
  line-height: 4.5rem;
  width: 5rem;
  text-align: center;
  position: relative;
  margin-right: 1.8rem;
  margin-bottom: 0;
}

.contact-pagebottom .contact-section p {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0;
}

.contact-pagebottom .contact-section .address {
  position: relative;
}

.contact-pagebottom .contact-section .address .item-link {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.contact-pagebottom .contact-section .email {
  position: relative;
}

.contact-pagebottom .contact-section .email .item-link {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
}

.contact-pagebottom .contact-section .number {
  position: relative;
}

.contact-pagebottom .contact-section .number .item-link {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
}

@media (min-width: 375px) and (max-width: 667px) {
  .row {
    margin: 0;
  }
  .fly-button a {
    padding: 1rem 3rem;
  }
  .sticky {
    position: static;
  }
  .top-section .left p {
    display: none;
  }
  .top-section .right ul {
    text-align: center;
    padding-right: 0;
  }
  .logo-section .top-right ul {
    text-align: left;
  }
  .logo-section .top-right {
    display: none;
  }
  .logo-section .logo {
    text-align: center;
    margin-bottom: 1rem;
  }
  .logo-section .logo img {
    width: 15rem;
  }
  .menu-section .navbar {
    padding: 1rem;
  }
  .menu-section .navbar {
    top: 2.2rem;
  }
  .navbar-light .navbar-text {
    display: none;
  }
  .banner-section .carousel-item {
    height: 160px;
    overflow: hidden;
  }
  .banner-section .carousel-item img {
    height: auto;
    min-height: 160px;
    width: auto;
  }
  .banner-section .carousel-item .carousel-caption {
    display: block !important;
    top: 25%;
    right: 20%;
  }
  .banner-section .carousel-item .carousel-caption p {
    display: none;
  }
  .banner-section .carousel-caption h1 {
    font-size: 2.2rem;
  }
  .banner-section .carousel-caption .fly-button {
    margin-top: 1.5rem !important;
  }
  .banner-section .carousel-caption .fly-button a {
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
  }
  .banner-page-section {
    height: 15rem;
  }
  .banner-page-section .image {
    height: 15rem;
  }
  .banner-page-section .image img {
    min-height: 15rem;
    height: auto;
  }
  .banner-page-section .caption h1 {
    font-size: 3rem;
  }
  .about-section {
    background-image: none;
  }
  .about-section .content {
    padding-left: 0rem;
    padding-top: 3.4rem;
  }
  .about-section .image-box .image {
    margin-top: 4.2rem;
  }
  .about-section h1 {
    font-size: 2.8rem;
  }
  .about-section .content ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .about-section .content ul li i {
    font-size: 1.8rem;
    background: #ffffff;
    color: #013399;
  }
  .about-page-promise {
    padding-bottom: 1.5rem;
  }
  .about-page-promise .image {
    height: 12rem;
  }
  .about-page-promise .content h1 {
    margin-top: 2rem;
    text-align: center;
  }
  .about-page-promise .content p {
    text-align: center;
  }
  .about-page-feature {
    padding: 3rem 0;
  }
  .about-page-feature .box .icon {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
  }
  .about-page-feature .box .icon img {
    width: 4rem;
  }
  .service-section .content {
    padding: 0;
  }
  .about-section .image-box .image img {
    display: none;
  }
  .service-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .service-page-section .content {
    padding: 2rem 0rem;
    text-align: left;
  }
  .commercial-page-description h1 {
    font-size: 2.6rem;
  }
  .residential-page-description h1 {
    font-size: 2.6rem;
  }
  .commercial-residential .right .residential {
    margin-top: 2rem;
  }
  .commercial-residential .residential-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .right .residential {
    padding: 1.5rem;
  }
  .commercial-residential .residential span {
    font-size: 2rem;
  }
  .commercial-residential .residential label {
    font-size: 1.2rem;
  }
  .commercial-residential .residential .icon img {
    width: 3.2rem;
  }
  .commercial-residential .residential .icon {
    height: 4.8rem;
    width: 4.8rem;
    line-height: 4.8rem;
    margin-right: 1rem;
  }
  .commercial-residential .commercial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .left .commercial {
    padding: 1.5rem;
  }
  .commercial-residential .commercial span {
    font-size: 2rem;
  }
  .commercial-residential .commercial label {
    font-size: 1.2rem;
  }
  .commercial-residential .commercial .icon img {
    width: 3.2rem;
  }
  .commercial-residential .commercial .icon {
    height: 4.8rem;
    width: 4.8rem;
    line-height: 4.8rem;
    margin-right: 1rem;
  }
  .project-section {
    padding: 5rem 0rem;
  }
  .project-section .heading {
    padding: 0;
  }
  .project-section .heading h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-top: 0rem;
  }
  .project-section .heading h1 span {
    font-size: 3rem;
  }
  .project-section .heading h3 {
    font-size: 1.6rem;
  }
  .project-section .heading ul li button {
    padding: .8rem 2em;
    margin-top: .5rem;
  }
  .project-section .box {
    height: 18rem;
  }
  .project-section .project-btn {
    margin-top: 2rem;
  }
  .project-section .project-btn a {
    padding: 1rem 2.5rem;
  }
  .contact-form-page-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contact-form-page-section h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 0rem;
  }
  .contact-form-page-section h1 img {
    max-width: 2.4rem;
  }
  .contact-form-page-section h1 span {
    font-size: 2.6rem;
  }
  .contact-form-page-section form {
    margin-top: 2rem;
  }
  .contact-form-page-section form .form-group.col-md-6 {
    padding: 0;
  }
  .contact-form-page-section .form-control {
    padding: 1rem .75rem;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .contact-form-page-section form label {
    font-size: 1.6rem;
  }
  .contact-form-page-section .image img {
    display: none;
  }
  .contact-form-page-section .btn {
    padding: 1rem 2rem;
  }
  .contact-pagebottom {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .contact-pagebottom .title-bold {
    font-size: 2.8rem;
  }
  .contact-pagebottom .title-bold img {
    max-width: 2.4rem;
  }
  .contact-pagebottom .right {
    padding-left: 0rem;
    padding-top: 4rem;
  }
  .contact-pagebottom .contact-section i {
    border: 0.2rem solid #000;
    height: 4rem;
    font-size: 1.8rem;
    line-height: 3.5rem;
    width: 4rem;
    margin-right: 0.6rem;
  }
  .contact-pagebottom .contact-section {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .footer-top-section .container {
    padding: 3rem 0rem;
  }
  .footer-top-section .left {
    text-align: center;
  }
  .footer-top-section .left h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .footer-top-section .right p {
    display: none;
  }
  .footer-top-section .right .f-btn {
    text-align: center;
  }
  .footer-top-section .right .f-btn a {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    font-weight: 600;
  }
}

@media (min-width: 320px) and (max-width: 568px) {
  .row {
    margin: 0;
  }
  .fly-button a {
    padding: 1rem 3rem;
  }
  .sticky {
    position: static;
  }
  .top-section .left p {
    display: none;
  }
  .top-section .right ul {
    text-align: center;
    padding-right: 0;
  }
  .logo-section .top-right ul {
    text-align: left;
  }
  .logo-section .top-right {
    display: none;
  }
  .logo-section .logo {
    text-align: center;
    margin-bottom: 1rem;
  }
  .logo-section .logo img {
    width: 15rem;
  }
  .menu-section .navbar {
    padding: 1rem;
  }
  .menu-section .navbar {
    top: 2.2rem;
  }
  .navbar-light .navbar-text {
    display: none;
  }
  .banner-section .carousel-item {
    height: 160px;
    overflow: hidden;
  }
  .banner-section .carousel-item img {
    height: auto;
    min-height: 160px;
    width: auto;
  }
  .banner-section .carousel-item .carousel-caption {
    display: block !important;
    top: 25%;
    right: 20%;
  }
  .banner-section .carousel-item .carousel-caption p {
    display: none;
  }
  .banner-section .carousel-caption h1 {
    font-size: 2.2rem;
  }
  .banner-section .carousel-caption .fly-button {
    margin-top: 1.5rem !important;
  }
  .banner-section .carousel-caption .fly-button a {
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
  }
  .banner-page-section {
    height: 15rem;
  }
  .banner-page-section .image {
    height: 15rem;
  }
  .banner-page-section .image img {
    min-height: 15rem;
    height: auto;
  }
  .banner-page-section .caption h1 {
    font-size: 3rem;
  }
  .about-section {
    background-image: none;
  }
  .about-section .content {
    padding-left: 0rem;
    padding-top: 3.4rem;
  }
  .about-section .image-box .image {
    margin-top: 4.2rem;
  }
  .about-section h1 {
    font-size: 2.8rem;
  }
  .about-section .content ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .about-section .content ul li i {
    font-size: 1.8rem;
    background: #ffffff;
    color: #013399;
  }
  .about-page-promise {
    padding-bottom: 1.5rem;
  }
  .about-page-promise .image {
    height: 12rem;
  }
  .about-page-promise .content h1 {
    margin-top: 2rem;
    text-align: center;
  }
  .about-page-promise .content p {
    text-align: center;
  }
  .about-page-feature {
    padding: 3rem 0;
  }
  .about-page-feature .box .icon {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
  }
  .about-page-feature .box .icon img {
    width: 4rem;
  }
  .service-section .content {
    padding: 0;
  }
  .about-section .image-box .image img {
    display: none;
  }
  .service-section h1 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .service-page-section .content {
    padding: 2rem 0rem;
    text-align: left;
  }
  .commercial-page-description h1 {
    font-size: 1.8rem;
  }
  .residential-page-description h1 {
    font-size: 1.8rem;
  }
  .commercial-residential .right .residential {
    margin-top: 2rem;
  }
  .commercial-residential .residential-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .right .residential {
    padding: 1.5rem;
  }
  .commercial-residential .residential span {
    font-size: 1.6rem;
  }
  .commercial-residential .residential label {
    font-size: 1.2rem;
  }
  .commercial-residential .residential .icon img {
    width: 2.2rem;
  }
  .commercial-residential .residential .icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.8rem;
    margin-right: 1rem;
  }
  .commercial-residential .commercial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .left .commercial {
    padding: 1.5rem;
  }
  .commercial-residential .commercial span {
    font-size: 1.6rem;
  }
  .commercial-residential .commercial label {
    font-size: 1.2rem;
  }
  .commercial-residential .commercial .icon img {
    width: 2.2rem;
  }
  .commercial-residential .commercial .icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.8rem;
    margin-right: 1rem;
  }
  .project-section {
    padding: 5rem 0rem;
  }
  .project-section .heading {
    padding: 0;
  }
  .project-section .heading h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-top: 0rem;
  }
  .project-section .heading h1 span {
    font-size: 2.5rem;
  }
  .project-section .heading h3 {
    font-size: 1.6rem;
  }
  .project-section .heading ul li button {
    padding: .8rem 1em;
    margin-top: .5rem;
  }
  .project-section .box {
    height: 18rem;
  }
  .project-section .project-btn {
    margin-top: 2rem;
  }
  .project-section .project-btn a {
    padding: 1rem 2.5rem;
  }
  .contact-form-page-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contact-form-page-section h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 0rem;
  }
  .contact-form-page-section h1 img {
    max-width: 2.4rem;
  }
  .contact-form-page-section h1 span {
    font-size: 2.6rem;
  }
  .contact-form-page-section form {
    margin-top: 2rem;
  }
  .contact-form-page-section form .form-group.col-md-6 {
    padding: 0;
  }
  .contact-form-page-section .form-control {
    padding: 1rem .75rem;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .contact-form-page-section form label {
    font-size: 1.6rem;
  }
  .contact-form-page-section .image img {
    display: none;
  }
  .contact-form-page-section .btn {
    padding: 1rem 2rem;
  }
  .contact-pagebottom {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .contact-pagebottom .title-bold {
    font-size: 2.8rem;
  }
  .contact-pagebottom .title-bold img {
    max-width: 2.4rem;
  }
  .contact-pagebottom .right {
    padding-left: 0rem;
    padding-top: 4rem;
  }
  .contact-pagebottom .contact-section i {
    border: 0.2rem solid #000;
    height: 4rem;
    font-size: 1.8rem;
    line-height: 3.5rem;
    width: 4rem;
    margin-right: 0.6rem;
  }
  .contact-pagebottom .contact-section {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .footer-top-section .container {
    padding: 3rem 0rem;
  }
  .footer-top-section .left {
    text-align: center;
  }
  .footer-top-section .left h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .footer-top-section .right p {
    display: none;
  }
  .footer-top-section .right .f-btn {
    text-align: center;
  }
  .footer-top-section .right .f-btn a {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    font-weight: 600;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .row {
    margin: 0;
  }
  .fly-button a {
    padding: 1rem 3rem;
  }
  .sticky {
    position: static;
  }
  .top-section .left p {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .top-section .right ul {
    text-align: center;
    padding-right: 0;
  }
  .logo-section .top-right ul {
    text-align: left;
  }
  .logo-section .top-right ul li .email .icon i {
    font-size: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-right: 0.5rem;
  }
  .logo-section .top-right ul li {
    margin-left: 1.4rem;
  }
  .logo-section .top-right ul li .email span {
    font-size: 1.2rem;
  }
  .logo-section .top-right ul li .email label {
    font-size: 1.5rem;
  }
  .logo-section .logo {
    text-align: center;
    margin-bottom: 1rem;
  }
  .logo-section .logo img {
    width: 15rem;
  }
  .menu-section .navbar {
    padding: 1rem;
  }
  .menu-section .navbar {
    top: 2.2rem;
  }
  .navbar-light .navbar-text {
    display: none;
  }
  .banner-section .carousel-item {
    height: 160px;
    overflow: hidden;
  }
  .banner-section .carousel-item img {
    height: auto;
    min-height: 160px;
    width: auto;
  }
  .banner-section .carousel-item .carousel-caption {
    display: block !important;
    top: 25%;
    right: 20%;
  }
  .banner-section .carousel-item .carousel-caption p {
    display: none;
  }
  .banner-section .carousel-caption h1 {
    font-size: 2.2rem;
  }
  .banner-section .carousel-caption .fly-button {
    margin-top: 1.5rem !important;
  }
  .banner-section .carousel-caption .fly-button a {
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
  }
  .banner-page-section {
    height: 15rem;
  }
  .banner-page-section .image {
    height: 15rem;
  }
  .banner-page-section .image img {
    min-height: 15rem;
    height: auto;
  }
  .banner-page-section .caption h1 {
    font-size: 3rem;
  }
  .about-section {
    background-image: none;
  }
  .about-section .col-lg-7.col-md-7.col-sm-12 {
    width: 100%;
  }
  .about-section .content {
    padding-left: 0rem;
    padding-top: 3.4rem;
  }
  .about-section .image-box .image {
    margin-top: 4.2rem;
  }
  .about-section h1 {
    font-size: 2.8rem;
  }
  .about-section .content ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .about-section .content ul li i {
    font-size: 1.8rem;
    background: #ffffff;
    color: #013399;
  }
  .about-page-promise {
    padding-bottom: 1.5rem;
  }
  .about-page-promise .image {
    height: 12rem;
  }
  .about-page-promise .content h1 {
    margin-top: 2rem;
    text-align: center;
  }
  .about-page-promise .content p {
    text-align: center;
  }
  .about-page-feature {
    padding: 3rem 0;
  }
  .about-page-feature .box .icon {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
  }
  .about-page-feature .box .icon img {
    width: 4rem;
  }
  .service-section .content {
    padding: 0;
  }
  .about-section .image-box .image img {
    display: none;
  }
  .service-section h1 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .service-page-section .content {
    padding: 2rem 0rem;
    text-align: left;
  }
  .commercial-page-description h1 {
    font-size: 1.8rem;
  }
  .residential-page-description h1 {
    font-size: 1.8rem;
  }
  .commercial-residential .right .residential {
    margin-top: 0;
  }
  .commercial-residential .residential-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .right .residential {
    padding: 1.5rem;
  }
  .commercial-residential .residential span {
    font-size: 1.6rem;
  }
  .commercial-residential .residential label {
    font-size: 1.2rem;
  }
  .commercial-residential .residential .icon img {
    width: 2.2rem;
  }
  .commercial-residential .residential .icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.8rem;
    margin-right: 1rem;
  }
  .commercial-residential .commercial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .left .commercial {
    padding: 1.5rem;
  }
  .commercial-residential .commercial span {
    font-size: 1.6rem;
  }
  .commercial-residential .commercial label {
    font-size: 1.2rem;
  }
  .commercial-residential .commercial .icon img {
    width: 2.2rem;
  }
  .commercial-residential .commercial .icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.8rem;
    margin-right: 1rem;
  }
  .project-section {
    padding: 5rem 0rem;
  }
  .project-section .heading {
    padding: 0;
  }
  .project-section .heading h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-top: 0rem;
  }
  .project-section .heading h1 span {
    font-size: 2.5rem;
  }
  .project-section .heading h3 {
    font-size: 1.6rem;
  }
  .project-section .heading ul li button {
    padding: .8rem 1em;
    margin-top: .5rem;
  }
  .project-section .box {
    height: 15rem;
  }
  .project-section .project-btn {
    margin-top: 2rem;
  }
  .project-section .project-btn a {
    padding: 1rem 2.5rem;
  }
  .contact-form-page-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contact-form-page-section h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 0rem;
  }
  .contact-form-page-section h1 img {
    max-width: 2.4rem;
  }
  .contact-form-page-section h1 span {
    font-size: 2.6rem;
  }
  .contact-form-page-section form {
    margin-top: 2rem;
  }
  .contact-form-page-section form .form-group.col-md-6 {
    padding: 0;
  }
  .contact-form-page-section .form-control {
    padding: 1rem .75rem;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .contact-form-page-section form label {
    font-size: 1.6rem;
  }
  .contact-form-page-section .image img {
    display: none;
  }
  .contact-form-page-section .btn {
    padding: 1rem 2rem;
  }
  .contact-pagebottom {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .contact-pagebottom .title-bold {
    font-size: 2.8rem;
  }
  .contact-pagebottom .title-bold img {
    max-width: 2.4rem;
  }
  .contact-pagebottom .right {
    padding-left: 0rem;
    padding-top: 4rem;
  }
  .contact-pagebottom .contact-section i {
    border: 0.2rem solid #000;
    height: 4rem;
    font-size: 1.8rem;
    line-height: 3.5rem;
    width: 4rem;
    margin-right: 0.6rem;
  }
  .contact-pagebottom .contact-section {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .footer-top-section .container {
    padding: 3rem 0rem;
  }
  .footer-top-section .left {
    text-align: center;
  }
  .footer-top-section .left h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .footer-top-section .right p {
    display: none;
  }
  .footer-top-section .right .f-btn {
    text-align: center;
  }
  .footer-top-section .right .f-btn a {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    font-weight: 600;
  }
}

@media (min-width: 280px) and (max-width: 653px) {
  .row {
    margin: 0;
  }
  .fly-button a {
    padding: 1rem 3rem;
  }
  .sticky {
    position: static;
  }
  .top-section .left p {
    display: none;
  }
  .top-section .right ul {
    text-align: center;
    padding-right: 0;
  }
  .logo-section .top-right ul {
    text-align: left;
  }
  .logo-section .top-right {
    display: none;
  }
  .logo-section .logo {
    text-align: center;
    margin-bottom: 1rem;
  }
  .logo-section .logo img {
    width: 15rem;
  }
  .menu-section .navbar {
    padding: 1rem;
  }
  .menu-section .navbar {
    top: 2.2rem;
  }
  .navbar-light .navbar-text {
    display: none;
  }
  .banner-section .carousel-item {
    height: 160px;
    overflow: hidden;
  }
  .banner-section .carousel-item img {
    height: auto;
    min-height: 160px;
    width: auto;
  }
  .banner-section .carousel-item .carousel-caption {
    display: block !important;
    top: 25%;
    right: 20%;
  }
  .banner-section .carousel-item .carousel-caption p {
    display: none;
  }
  .banner-section .carousel-caption h1 {
    font-size: 2.2rem;
  }
  .banner-section .carousel-caption .fly-button {
    margin-top: 1.5rem !important;
  }
  .banner-section .carousel-caption .fly-button a {
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
  }
  .banner-page-section {
    height: 15rem;
  }
  .banner-page-section .image {
    height: 15rem;
  }
  .banner-page-section .image img {
    min-height: 15rem;
    height: auto;
  }
  .banner-page-section .caption h1 {
    font-size: 3rem;
  }
  .about-section {
    background-image: none;
  }
  .about-section .content {
    padding-left: 0rem;
    padding-top: 3.4rem;
  }
  .about-section .image-box .image {
    margin-top: 4.2rem;
  }
  .about-section h1 {
    font-size: 2.8rem;
  }
  .about-section .content ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .about-section .content ul li i {
    font-size: 1.8rem;
    background: #ffffff;
    color: #013399;
  }
  .about-page-promise {
    padding-bottom: 1.5rem;
  }
  .about-page-promise .image {
    height: 12rem;
  }
  .about-page-promise .content h1 {
    margin-top: 2rem;
    text-align: center;
  }
  .about-page-promise .content p {
    text-align: center;
  }
  .about-page-feature {
    padding: 3rem 0;
  }
  .about-page-feature .box .icon {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
  }
  .about-page-feature .box .icon img {
    width: 4rem;
  }
  .service-section .content {
    padding: 0;
  }
  .about-section .image-box .image img {
    display: none;
  }
  .service-section h1 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .service-page-section .content {
    padding: 2rem 0rem;
    text-align: left;
  }
  .commercial-page-description h1 {
    font-size: 1.8rem;
  }
  .residential-page-description h1 {
    font-size: 1.8rem;
  }
  .commercial-residential .right .residential {
    margin-top: 2rem;
  }
  .commercial-residential .residential-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .right .residential {
    padding: 1.5rem;
  }
  .commercial-residential .residential span {
    font-size: 1.6rem;
  }
  .commercial-residential .residential label {
    font-size: 1.2rem;
  }
  .commercial-residential .residential .icon img {
    width: 2.2rem;
  }
  .commercial-residential .residential .icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.8rem;
    margin-right: 1rem;
  }
  .commercial-residential .commercial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
  }
  .commercial-residential .left .commercial {
    padding: 1.5rem;
  }
  .commercial-residential .commercial span {
    font-size: 1.6rem;
  }
  .commercial-residential .commercial label {
    font-size: 1.2rem;
  }
  .commercial-residential .commercial .icon img {
    width: 2.2rem;
  }
  .commercial-residential .commercial .icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.8rem;
    margin-right: 1rem;
  }
  .project-section {
    padding: 5rem 0rem;
  }
  .project-section .heading {
    padding: 0;
  }
  .project-section .heading h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-top: 0rem;
  }
  .project-section .heading h1 span {
    font-size: 2.5rem;
  }
  .project-section .heading h3 {
    font-size: 1.6rem;
  }
  .project-section .heading ul li button {
    padding: .8rem 1em;
    margin-top: .5rem;
  }
  .project-section .box {
    height: 18rem;
  }
  .project-section .project-btn {
    margin-top: 2rem;
  }
  .project-section .project-btn a {
    padding: 1rem 2.5rem;
  }
  .contact-form-page-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contact-form-page-section h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 0rem;
  }
  .contact-form-page-section h1 img {
    max-width: 2.4rem;
  }
  .contact-form-page-section h1 span {
    font-size: 2.6rem;
  }
  .contact-form-page-section form {
    margin-top: 2rem;
  }
  .contact-form-page-section form .form-group.col-md-6 {
    padding: 0;
  }
  .contact-form-page-section .form-control {
    padding: 1rem .75rem;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .contact-form-page-section form label {
    font-size: 1.6rem;
  }
  .contact-form-page-section .image img {
    display: none;
  }
  .contact-form-page-section .btn {
    padding: 1rem 2rem;
  }
  .contact-pagebottom {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .contact-pagebottom .title-bold {
    font-size: 2.8rem;
  }
  .contact-pagebottom .title-bold img {
    max-width: 2.4rem;
  }
  .contact-pagebottom .right {
    padding-left: 0rem;
    padding-top: 4rem;
  }
  .contact-pagebottom .contact-section i {
    border: 0.2rem solid #000;
    height: 4rem;
    font-size: 1.8rem;
    line-height: 3.5rem;
    width: 4rem;
    margin-right: 0.6rem;
  }
  .contact-pagebottom .contact-section {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .footer-top-section .container {
    padding: 3rem 0rem;
  }
  .footer-top-section .left {
    text-align: center;
  }
  .footer-top-section .left h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .footer-top-section .right p {
    display: none;
  }
  .footer-top-section .right .f-btn {
    text-align: center;
  }
  .footer-top-section .right .f-btn a {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    font-weight: 600;
  }
}
/*# sourceMappingURL=style.css.map */