/*Variables */
/* Rest */
body,
p {
  font-family: "Open Sans", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
a:hover {
  text-decoration: none;
}

/* General css */
.primary-color {
  color: #000;
}
.secondary-color {
  color: #999;
}
.color-blue {
  color: #072b5b;
}
.color-red {
  color: #072b5b;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
blockquote {
  margin: 0 0 1rem;
  border-left: 5px solid #c8c8c8;
  padding-left: 20px;
}
/* Header */
.top-header {
  padding: 8px 0;
  background: #072b5b;
  color: #fff;
}
.top-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-header ul li {
  float: left;
  margin-right: 30px;
}
.top-header ul li :last-child {
  margin-right: 0px;
}
.top-header ul a {
  color: #fff;
}
.top-header a {
  color: #fff;
}
.top-header .th-content {
  font-size: 14px;
}
.navbar {
  padding: 0 1rem;
}
.dropdown-menu {
  margin: 0;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.btm-header {
  padding: 5px 0;
  background: #fff;
  min-height: 105px;
}
.btm-header .main-menu {
  margin-top: 25px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand {
  color: #;
}
.btm-header .main-menu .navbar {
  margin-bottom: 0px;
}

.navbar-brand {
  display: none;
}
.navbar-fixed-top {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-fixed-top .logo {
  width: 10%;
}
.btm-header.navbar-fixed-top {
  min-height: 100px;
}
.btm-header.navbar-fixed-top .logo {
  /*transform: translateX(-45%);*/
}
.logo {
  position: absolute;
  top: 5px;
}
.nav-left {
}
.nav-right {
  margin-left: 270px;
}
.navbar-nav .nav-link {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #072b5b;
  font-weight: 600;
}
.navbar-nav .active .nav-link {
  background: #072b5b;
  color: #fff;
}
.navbar-nav .active {
  background: #072b5b;
  border-radius: 25px;
  color: #fff;
}

/* DEMO example styles for logo image */

.navbar-fixed-top .top-header-2 {
  display: none;
}
.navbar-fixed-top .main-menu {
  /*margin-top: 0;*/
}
.banner-wrapper {
  position: relative;
}
.banneroverlay {
  background-color: rgba(0, 0, 0, 40%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner-caption {
  position: absolute;
  top: 33%;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.banner-caption h2 {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 30px;
  padding: 5px 40px;
  margin: 10px;
}
.banner-caption h2 span {
  color: #1d5295;
}
.banner-caption p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.banner-caption a {
  background: #072b5b;
  border-radius: 25px;
  padding: 15px 50px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}
.cursiveTitle {
  font-family: Brush Script MT, Brush Script Std, cursive;
  text-transform: capitalize;
  font-size: 2.7em;
}

#state {
  bottom: 0;
  cursor: pointer;
  font-size: 2.25rem;
  right: 0;
  line-height: 1;
  padding: 2rem 2.5rem 1.65rem;
  position: absolute;
  z-index: 999;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: none !important;
}

.icon {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
}

.owl-next,
.owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
}

.owl-next {
  right: 0;
}

.owl-prev {
  left: 0;
}

.owl-next:hover .icon,
.owl-prev:hover .icon {
  background: rgba(48, 117, 70, 0.8);
  color: rgba(255, 255, 255, 0.9);
}

.icon-arrow-left7 {
  left: 0;
}

.icon-arrow-left7:before {
  content: "\f053";
}

.icon-arrow-right7 {
  right: 0;
}

.icon-arrow-right7:before {
  content: "\f054";
}

.section-padding {
  padding: 60px 0;
}
/*============================= BREADCRUMB =================================*/
.breadcrumb-wrapper {
  background: url(../images/menu-bg.jpg) center center no-repeat;
  position: relative;
  padding: 40px;
  background-size: cover;
  text-align: center;
}
.breadcrumb-wrapper:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.breadcrumb-wrapper h2 {
  color: #072b5b;
  font-weight: bold;
}
.breadcrumb-wrapper h3 {
  color: #999;
}
.breadcrumb-wrapper h3 a {
  color: #fff;
}
.breadcrumb-wrapper h3 a:hover {
  transition: all linear 0.25s;
  color: #dbdbdb;
}
/*============================= SECTION FEATURE =================================*/
.section-features {
  background: #072b5b;
  padding: 40px 0;
}
.section-features2 {
}
.feature-no {
  float: left;
  width: 20%;
  margin-right: 4%;
}
.feature-no h2 {
  color: #fff;
  border: 2px solid #919191;
  padding: 5px 0px;
  text-align: center;
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 0;
}
.section-features2 .feature-no h2 {
  font-size: 60px;
}
.feature-content {
  float: left;
  width: 75%;
}
.feature-content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.feature-content p,
.feature-content a {
  color: #5fafe5;
  margin-bottom: 0;
}

/*============================= SECTION WELCOME =================================*/

.section-welcome {
}
.welcome-content {
}
.welcome-content h2 {
  font-weight: 800;
  margin: 0;
  font-size: 1.7em;
}
.welcome-content h3 {
  font-family: "Cookie", cursive;
}
.welcome-content p {
  font-size: 16px;
}
.welcome-content .btn-readmore {
  display: inline-block;
}
.welcome-content .btn-readmore a {
  color: #fff;
  background: #072b5b;
  padding: 10px 20px;
}
/**************SHOW CASE SECTION (RESIDENTIAL,COMMERCIAL, INDUSTRIAL)*********/
.section-showcase h1 {
  font-weight: bold;
  font-size: 2.5em;
}
.showcase-block {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background: #fff;
  color: #181818;
  text-align: center;
  position: relative;
}
.showcase-content {
  padding: 5px 20px;
  min-height: 250px;
}
.showcase-block img {
  padding: 40px 10px 20px 10px;
}
.showcase-content h3 {
  color: #072b5b;
}

/*============================= SECTION SERVICE =================================*/
.services-section {
  background: url(../images/servicebg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.title {
  margin-bottom: 30px;
}
.title h2 {
  font-weight: bold;
  text-align: center;
}
.service-block {
  margin-bottom: 30px;
  background: #fff;
  color: #181818;
  text-align: center;
  position: relative;
}
.service-content {
  padding: 20px;
  min-height: 185px;
}
.serivceFive {
  z-index: 2;
}
.serviceBtnViewall {
  z-index: 0;
}
.service-block::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #072b5b;
  border-right: 100px solid transparent;
}
.service-block::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #072b5b;
  border-left: 100px solid transparent;
}
.service-content h2 {
  color: #181818;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.service-content p {
  margin: 5px 30px 10px;
}
.service-content a {
  color: #181818;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

/*============================= SECTION SERVICES INNER =================================*/
.services-section-inner {
}
.si-block {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  background: #d5f3fd;
  border-bottom: 5px solid #234da9;
}
.si-block img {
}
.services-section-inner .service-content {
  background: #efefef;
}
.service-content h2 {
  font-weight: 800;
}
.section-sidebar img {
  border: 1px solid #e2e2e2;
  padding: 5px;
  float: left;
  margin: 0 0 20px 0;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-sidebar ul li {
  list-style: none;
}
.sidebar ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
}
.sidebar ul li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #072b5b;
}
.section-sidebar h1 {
  margin-top: 0;
}
.sidebar-about {
  margin-top: 20px;
}
.sidebar-about h2 {
  background: #072b5b;
  color: #fff;
  padding: 5px 5px 5px 15px;
}
.sidebar-about h3 {
  font-family: "Cookie", cursive;
}
.sidebar-about p {
  line-height: 25px;
}
.sidebar-about a {
}
.viewall {
}
.viewall a {
  background: #072b5b;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}
/*============================= SECTION GALLERY =================================*/
.recent-projects {
}
.recent-projects ul {
  list-style: none;
}
.recent-projects ul li {
  border: 1px solid #fff;
}
.gallery-section .viewall {
  margin-top: 30px;
}
/* ============================== Gallery ===============================*/
.recent-projects ul {
  list-style: none;
}
.recent-projects ul li {
  border: 1px solid #fff;
}
.galleryul {
  list-style: none;
}
.content-wrapper .galleryul li {
  margin-bottom: 20px;
  list-style: none;
}
.allgallery {
  margin-top: 30px;
}
/* ===================== SECTION COUNTER ============== */
.section-counter {
  background: url(../images/counter-bg.jpg) center center no-repeat;
  /*background-attachment: fixed;*/
  position: relative;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.section-counter:before {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.counter-content i {
  font-size: 80px;
  color: #fff;
}
.counter-content h2 {
  font-size: 40px;
  font-size: 60px;
  font-weight: 800;
}
.counter-content h4 {
  font-size: 20px;
}
.success-rate {
  position: relative;
  top: -30px;
}
.successRate-container {
  margin: 0 auto;
  position: relative;
  border: 1px solid #072b5b;
  height: auto;
  text-align: center;
}
.successRate-container h2 {
  padding: 5px;
}
.top-icon {
  font-size: 30px !important;
  padding: 10px;
  background: #072b5b;
}
.successRate-container .bottom {
  position: relative;
  bottom: -12px;
  background: #072b5b;
  border-radius: 25px;
  padding: 5px 10px;
}

/* ======================= WHY CHOOSE US SECTION ======================== */
.we-best {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/why_choose_us_bg.jpg);
  /* background-attachment: fixed; */
}
.block_box {
  float: left;
  max-width: 650px;
  padding: 90px 80px 90px 0;
  position: relative;
  left: -40px;
}
.bg_overlay {
  background-color: rgba(0, 4, 6, 0.88);
}

.left-block {
  width: 50%;
  float: right;
  position: relative;
}
.light-color {
  color: #fff;
}
.we-best .block_box ul {
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
  overflow: hidden;
}
.block_box ul li {
  margin-bottom: 50px;
  position: relative;
  padding-left: 110px;
  min-height: 90px;
}
.block_box .icon-circle {
  font-size: 44px;
  border: 3px solid #ffffff;
  height: 89px;
  width: 89px;
  text-align: center;
  line-height: 89px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 100%;
  background: #072b5b;
}
.icon-circle {
  font-size: 50px;
  border: 1px solid #d5d5d5;
  height: 89px;
  width: 89px;
  text-align: center;
  line-height: 89px;
  margin: 0 auto;
  border-radius: 100%;
  display: block;
}
.block_box strong {
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 7px;
  display: block;
  font-weight: 600;
  color: #072b5b;
}
.block_box p {
  color: #fff;
}
.heading_block {
  padding-left: 115px;
}
.heading_block h2 {
  position: relative;
  padding-bottom: 20px;
  font-weight: bold;
}
.heading_block h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 60px;
  background: #072b5b;
}
/* ============================== Testimonial ===============================*/
section-padding.testimonail {
  padding: 80px 0;
}
.testimonail {
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
  color: #fff;
}
.testimonial-inner {
  background: url(../images/testimonail-bg-inner.jpg) #121212 no-repeat;
  background-size: 50%;
  color: #fff;
}
.testimonial-title h2 {
  font-weight: bold;
}
.testimonail-block .owl-carousel2 span.fa-arrow-circle-left {
  left: -160px;
}
.testimonail-block .owl-carousel2 span.fa-arrow-circle-right {
  right: -160px;
}
.testimonail-block .owl-carousel2 span.fa {
  font-size: 35px;
  color: #9f9f9f;
  position: absolute;
  top: 40px;
}
span.name {
  color: #dd7222;
  font-size: 18px;
  display: block;
}
span.designation {
  margin-bottom: 30px;
  display: block;
  color: #ff0;
}
.testimonial-block {
  box-shadow: 0 0 10px #e2e2e2;
  padding: 30px;
  margin-bottom: 40px;
  min-height: 220px;
}
.testimonial-block:before {
  content: "\f10d";
  font-family: "FontAwesome";
  color: rgba(255, 153, 51, 0.2);
  font-size: 75px;
  position: absolute;
  top: 0;
  left: 40px;
  vertical-align: top;
  z-index: -1;
}
.testimonial-block h5 {
  color: #072b5b;
  font-size: 15px;
}
/* Quote */
.quote-section {
  background: #072b5b;
}
.quote-section h2,
.quote-section .free-estimate .text-center p {
  text-align: center;
  color: #fff;
}
/* ============================== Contact Page ===============================*/
.contactinfo {
  background: #072b5b;
  padding: 30px;
  color: #fff;
}
.contactinfo h3 {
  font-weight: 800;
}
.contactinfo a {
  color: #fff;
}
.contactinfo i {
  font-size: 30px;
}
.freequote .aboutus-btm {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 5px #8d8d8d;
}
/* ======================= FOOTER TOP SECTION ======================== */
.section-footertop {
  background: url(../images/footer.jpg) center center no-repeat;
  background-size: cover;
}
.section-footertop h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}
.section-footertop a {
  padding: 10px 30px;
  font-size: 25px;
  background: #072b5b;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.section-footertop h4 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  margin: 30px 0;
}
.section-footertop a:hover {
  color: #fff;
}
.section-footer {
  background: #333333;
  color: #fff;
}
.section-footer h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.section-footer p {
  color: #fff;
}

.footer-widget {
  color: #000;
}
.footer-widget h3 {
  margin-top: 0px;
}
.footer-widget ul li {
  list-style: none;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
}
.footer-widget ul li a {
  color: #fff;
}
.footer-widget ul li .fa {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}
.footer-widget ul li span.businesstime {
  margin-left: 24px;
  display: block;
}
.footer-menu {
}
.footer-menu li {
}
.footer-menu li a {
  text-transform: uppercase;
}
.footer-social {
}
.footer-social li {
  float: left;
  list-style: none;
  background: #fff;
  padding: 8px 15px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.footer-social li a {
  color: #333333;
}
.btm-footer {
  padding: 15px 0;
  background: #000000;
}

.copyright p {
  margin-bottom: 0;
  color: #fff;
}

.powered {
  float: right;
}

.scrollup-1 {
  color: #fff;
  padding: 5px;
  position: fixed;
  bottom: 100px;
  right: 30px;
   /*display: none; */
  background-color: #999;
  border-radius: 10px;
}

/* responsive */
.footer-button {
  background: #000 none repeat scroll 0 0;
  border-top: 1px solid #111;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.footer-bar {
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}
.footer-bar li {
  border-right: 1px solid #111;
  float: left;
  list-style: outside none none;
  padding: 8px 0;
  text-align: center;
  width: 25%;
}
.footer-bar li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer-bar li {
  list-style: outside none none;
  text-align: center;
}
.footer_bar li i {
  font-size: 18px;
}
.footer-button ul.footer-bar li:last-child {
  border-right: none;
}
