@charset "utf-8";
/* CSS Document */

/*------------------------------------------
Project Name : Construcxive
Desgined By  : hassan_malik19
Developed By : Hassan;
Date        :  13/Sep/18;

Table Of Index
------------------
1. Base css
2. Header start
3. slider Start
4. Slider Video wrap start
5. Custom slider options start
6. About-wrap start
7. Quote wrap start
8. Services start
9. Porfolio wrap
10. Counter section  
11. Testimonials-wrap
12. Our Team Wrap start
13. Contact css
14. footer css
15. page css
16. media screen
------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Urbanist", sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 2em;
  position: relative;
  text-transform: uppercase;
}

h1 span, .phone a {
  color: #2f54a0 !important;
}
h2 span {
  color: #9e1b1d;
}
p {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
}

.bg-primary{
	background-color: #2f54a0 !important;
}

.section-bg {
  background-color: #f7f9fc !important;
}

/*********************************************
		Header start
*********************************************/
.logo {
  padding: 5px 0px 0px 0px;
}
.navbar {
  margin-bottom: 0px;
}
.navigationwrape {
  float: right;
}
.navbar-nav {
  align-items: center;
}
.navbar-default .navbar-nav > li {
  padding: 0px 10px;
}
.navbar-default .navbar-nav > li > a {
  padding: 0;
  font-size: 15px;
  color: #231f20;
  font-weight: 500;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-nav li:hover .dropdown-menu {
  color: #2f54a0;
}
.navbar-default .navbar-nav > li > a.active {
  color: #2f54a0;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar {
  min-height: 0px;
}
.sticky {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
  height: 80px;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 2px 4px rgba(3, 3, 3, 0.11);
  -moz-box-shadow: 0 2px 4px rgba(3, 3, 3, 0.11);
  box-shadow: 0 2px 4px rgba(3, 3, 3, 0.11);
}
.navbar-toggle {
  background: #000;
  position: absolute;
  top: 18px;
  right: 0;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar {
  z-index: 10000;
}
.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #1f72d9;
}
.navbar {
  padding: 13px 0px 12px 0px;
  border: none;
}
.navbar-toggler{
  border: none;
}
.phone {
  position: relative;
  padding-left: 45px;
}
.phone:before {
  content: "";
  background: url(../images/phone-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
  width: 30px;
  height: 30px;
}
.phone span {
  color: #8c8c8c;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.phone a {
  text-decoration: none;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
.navbar-default .navbar-nav > li:last-child {
  float: right;
  padding: 0;
  margin-top: 0;
  margin-left: 16px;
}
.header .col-md-9 {
  padding-left: 0;
}
.navbar-collapse {
  padding-right: 0;
}

/*********************************************
	 slider Start
*********************************************/ 

/* Reusable SVG vector fading background — apply to any section */
.section-vector-bg,
.slider-wrap {
  background: url(../images/section-bg.svg) no-repeat center top;
  background-size: cover;
  position: relative;
}
.slider-wrap {
  padding: 60px 0;
}


.formwrap {
  background: rgba(0, 0, 0, 0.51);
  padding: 30px;
  border: 1px solid #fff;
}
.formwrap h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.formwrap p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.formwrap .form-control {
  border-radius: 0;
  height: 50px;
  border: none;
}
.formwrap textarea.form-control {
  height: 110px;
}
.formwrap .btn {
  background: #2f54a0;
  border: solid 1px #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-radius: 0;
  padding: 12px 15px;
}
.form-group {
  margin-bottom: 10px;
}
.formwrap .btn:hover {
  background: #fff;
  color: #000;
  border: solid 1px #2f54a0;
}
.banner-info {
  text-align: left;
  padding: 60px 0;
}
.banner-building-img img {
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease;
  max-height: 480px;
  object-fit: cover;
  width: 100%;
}
.banner-building-img img:hover {
  transform: scale(1.02);
}

.slider-wrap h2 {
  font-size: 36px;
  margin-top: 0;
}
.slider-wrap h2 span {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.slider-wrap p {
  font-size: 1.1em;
  margin-top: 15px;
}
.slider-wrap .readmore {
  margin-top: 18px;
}
.slider-wrap .readmore a {
  padding: 16px 42px;
  font-size: 1.1em;
  background: #fff;
  color: #000 !important;
}
.slider-wrap .readmore a:hover {
  color: #000 !important;
  background: #2f54a0;
}
.consultWrap {
  text-align: center;
}
.slideWrp {
  position: relative;
}
.sliderForm {
  width: 360px;
  float: right;
}
.hoverForm {
  position: absolute;
  top: 65px;
  right: 0;
  width: 100%;
  z-index: 1000;
}

/*********************************************
	Slider Video wrap start
*********************************************/
.videoWrp {
  background: none;
  position: relative;
  padding: 0;
  height: 600px;
}
.hero-wrapper {
  height: 600px;
  min-width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.video {
  position: relative;
}
.hero-wrapper:before {
  content: "";
  position: absolute;
  top: -60px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hero-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0;
  background-position: center center;
  background-size: cover;
}
.hero-image #bgvid {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
}
.videohover {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/*********************************************
	Custom slider options start
*********************************************/
.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
.tp-banner {
  position: relative;
  width: 100%;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: FontAwesome;
  line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
}
.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
}
.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}
.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}
.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
.large-desc {
  font-size: 16px;
}
.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}
.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}
.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.slide-desc {
  font-size: 22px;
  line-height: 150%;
}
.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}
.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}
.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}
.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}
.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}
.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}
.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.witTxt {
  color: #fff !important;
}
.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}
.black-bg {
  background: rgba(0, 0, 0, 0.63);
  color: #a8a8a8;
  text-transform: none;
}
.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}
#vertical-ticker {
  height: 120px;
  overflow: hidden;
}
#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}
.tp-bannertimer {
  display: none;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/*********************************************
	Custom slider options end
*********************************************/

/*********************************************
	About-wrap start
*********************************************/
.about-wrap {
  padding: 60px 0;
  text-align: right !important;
}
.about-wrap h1 {
  margin-bottom: 40px;
  margin-top: 0;
}
.about-wrap h1:before {
  left: 0;
  margin-left: 0;
}
.aboutTxt {
  font-size: 24px;
  font-weight: bold;
  color: #3a3a3a;
}
.aboutTxt span {
  display: block;
}
.about-wrap p {
  font-size: 1.1em;
}
.about-wrap .view-all {
  text-align: left;
}
.inner-about {
  padding-bottom: 20px;
}

.aboutImg {
  position: relative;
  display: inline-block;
}
.aboutImg:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

.aboutIcon {
  float: left;
  margin-right: 15px;
}
.aboutIcon i {
  font-size: 30px;
  color: #2f54a0;
}
.icon-content {
  overflow: hidden;
}
.icon-content h5 {
  font-size: 16px;
  margin-top: 0;
}
.about-wrap .readmore a {
  padding: 14px 36px;
}
.about-wrap .readmore a:hover {
  background: #2f54a0;
}
.wt-icon-box-wraper {
  margin-top: 15px;
}

/*********************************************
		Quote wrap start
*********************************************/
.quote-wrap {
  background: url(../images/quote-bg.jpg) top;
  background-position: right;
  padding: 50px 0;
  background-size: cover;
}
.quote-wrap h2 {
  color: #fff;
  margin-top: 0px;
  font-size: 36px;
  position: relative;
  margin-bottom: 40px;
}
.quote-wrap h2:before {
  content: "";
  background: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.quote-wrap p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.quote-wrap .quote-btn {
  text-align: center;
  margin-top: 35px;
}
.quote-wrap .quote-btn a {
  background: #fff;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  border-radius: 36px;
  padding: 18px 56px;
  display: inline-block;
}
.quote-wrap .quote-btn a:hover {
  background: #2f54a0;
  color: #fff;
}

/*********************************************
		Services start
*********************************************/
.service-wrap {
  padding: 60px 0;
  background: url(../images/service-bg.jpg) no-repeat;
  background-size: cover;
}
.service-wrap h3 {
  margin-top: 0;
}
.service-wrap h3 a {
  font-size: 22px;
  text-decoration: none;
  color: #000;
}
.service-wrap h3 a:hover {
  color: #2f54a0;
}
.service-wrap h1 {
  margin-bottom: 30px;
  margin-top: 0;
}
.service-wrap h1:before {
  background: url(../images/underline.png) no-repeat;
}
.service-details {
  background: #fff;
  padding: 15px 15px 25px 15px;
}
.service-details h3 {
  margin-top: 10px;
}
.readmore a {
  position: relative;
  vertical-align: middle;
  z-index: 1000;
  background: #2f54a0;
  color: #fff !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 30px;
  display: inline-block;
}
.readmore a:hover {
  color: #fff !important;
  background: #000;
}
.single-service {
  border: 1px solid #eee;
  padding: 25px;
  background: #fff;
  min-height: 260px;
}
.single-service:hover .service-icon {
  color: #fff;
  background: #2f54a0;
}
.service-icon {
  font-size: 44px;
  background: #fff;
  border: 1px solid #eee;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top: -46px;
  float: left;
  margin-right: 15px;
}
.service-wrap p {
  margin-top: 8px;
}

.serviceList li {
  margin-top: 60px;
}
.service-wrap {
  background-color: #f7f9fc; /* Very subtle blue-grey to contrast white cards */
}

/* Modern Services Hover Animations (Bootstrap 5 Overrides) */
.section-header { margin-bottom: 3rem; position: relative; z-index: 2; }
.section-subtitle { max-width: 600px; margin: 0 auto; color: #555; font-size: 1.1rem; }

.svc-card-bs5 {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

/* Accent Line */
.svc-card-bs5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #9e1b1d; /* Maroon accent */
  transition: width 0.4s ease;
  z-index: 20;
}

.svc-card-bs5:hover::after {
  width: 100%;
}

.svc-card-bs5:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}

.svc-card-bs5 .transition-transform {
  transition: transform 0.6s ease;
}

.svc-card-bs5:hover img.transition-transform {
  transform: scale(1.08);
}

.svc-card-bs5 .svc-icon-bs5 {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s;
}

.svc-card-bs5:hover .svc-icon-bs5 {
  transform: scale(1.1) rotate(10deg);
  background-color: #9e1b1d !important;
}

.svc-card-bs5 .svc-link-bs5 {
  transition: color 0.3s;
}

.svc-card-bs5:hover .svc-link-bs5 {
  color: #9e1b1d !important;
}

.svc-card-bs5 .svc-link-bs5 i {
  transition: transform 0.3s;
}

.svc-card-bs5:hover .svc-link-bs5 i {
  transform: translateX(5px);
}

/* Scroll Reveal Animations */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for cards */
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.delay-600 { transition-delay: 0.6s; }

/*********************************************
		Porfolio wrap
*********************************************/
.porfolio-wrap {
  padding: 60px 0;
}
.porfolio-wrap h1 {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-service li {
  margin-top: 30px;
}
.project-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.porfolio-wrap h3 a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}
.portfolio-tags {
  color: #fff;
}
.project-image:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#2f54a0),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(transparent, #2f54a0);
  background-image:
    -moz-linear-gradient(transparent, #2f54a0),
    -moz-linear-gradient(transparent, #2f54a0);
  background-image:
    -o-linear-gradient(transparent, #2f54a0),
    -o-linear-gradient(transparent, #2f54a0);
  background-image:
    linear-gradient(transparent, #2f54a0), linear-gradient(transparent, #2f54a0);
  -moz-background-size: 100%;
  background-size: 100%;
  background-position:
    0 0,
    100% 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-service li:hover .builder {
  top: 62% !important;
}

.portfolio-overley {
  display: none;
}

.portfolio-overley {
      z-index: 1000;
    position: absolute;
    width: 100%;
    height: 32%;
    display: block;
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgb(56 4 4 / 90%) 0%, rgba(0, 0, 0, 0.4) 50%, rgb(0 0 0 / 28%) 100%);
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-image:hover .portfolio-overley {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.2) 100%);
}
.porfolio-wrap .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  width: 100%;
}
.porfolio-wrap .content h3 a {
  text-decoration: none;
  color: #2f54a0;
}

/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
  text-align: center;
  background: url(../images/counter-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 50px 0;
}
.animatebg {
  background: #0562da;
  -webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
  animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
  0% {
    background-color: #0562da;
  }
  25% {
    background-color: #fec107;
  }
  50% {
    background-color: #c90157;
  }
  75% {
    background-color: #e63d53;
  }
  100% {
    background-color: #e63d53;
  }
}

/* Standard syntax */
@keyframes bannerbg {
  0% {
    background-color: #0562da;
  }
  25% {
    background-color: #fec107;
  }
  50% {
    background-color: #c90157;
  }
  75% {
    background-color: #e63d53;
  }
  100% {
    background-color: #e63d53;
  }
}
#counter .counter-number {
  display: block;
  color: #fff;
  font-size: 3em;
  line-height: 60px;
}
#counter span {
  color: #fff;
  font-weight: bold;
}
.counter-icon {
  font-size: 3em;
  margin-bottom: 15px;
  color: #fff;
}

/*********************************************
		Our Team Wrap start
*********************************************/
.teamWrp {
  text-align: center;
}
.team_wrap {
  padding: 50px 0;
}
.team_wrap h1 {
  margin-bottom: 40px;
}
.team_wrap p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 25px;
}
.team {
  display: inline-block;
  background-color: #fff;
  margin: 0px 0px 30px;
}
.team-info h5 {
  margin-bottom: 0;
}
.team-info {
  text-align: center;
  position: relative;
  padding: 7px 15px;
  background: #efefef;
}
.team-info h5 > a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  display: block;
  margin: 0px 0px 5px;
  text-transform: uppercase;
}
.team-info span {
  font-size: 16px;
  color: #242424;
  display: block;
}
.team-info ul {
  border-top: 1px solid #cecece;
  padding: 8px 5px 5px 5px;
  background: #2f54a0;
}
.team-info ul li {
  position: relative;
}
.team-info ul li a {
  color: #fff;
  font-size: 18px;
}
.team-info h5 > a:hover {
  color: #222;
}
.team:hover .team-image img {
  transform: scale(1.2) rotate(-6deg);
  -webkit-transform: scale(1.2) rotate(-6deg);
  -moz-transform: scale(1.2) rotate(-6deg);
}
.team-image {
  position: relative;
  overflow: hidden;
}
.team .team-image img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.expert-team {
  padding-top: 0;
}
.team-image ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  background: #2f54a0;
  padding: 15px 0px;
  transform: perspective(500px) rotateX(90deg);
  transition: all 0.5s;
  transform-origin: bottom;
}
.team-image ul li {
  display: inline-block;
  margin: 0px 2px;
}
.team-image ul li a {
  background: #fafafa none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  color: #051429;
}
.team-image img {
  transition: all 0.5s;
}
.team-image ul li a:hover {
  background: #222;
  color: #fff;
}
.team:hover .team-image ul {
  transform: perspective(500px) rotateX(0deg);
}
.team-image ul li:nth-child(1) a:hover {
  background: #3b5998 !important;
  color: #fff;
}
.team-image ul li:nth-child(2) a:hover {
  background: #55acee !important;
  color: #fff;
}
.team-image ul li:nth-child(3) a:hover {
  background: #007ab9 !important;
  color: #fff;
}
.team-image ul li:nth-child(4) a:hover {
  background: #dc4e41 !important;
  color: #fff;
}

/*************************************************
		Contact css
*************************************************/
.contact-wrap {
  padding: 60px 0;
}
.contact-wrap h1 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
}
.contact-wrap h1:before {
  left: 50%;
  margin-left: -35px;
  background: #fff;
  height: 2px;
}
.contact-info {
  max-width: 900px;
  margin: 0 auto;
}
.contact-wrap .input-group {
  display: block;
}
.contact-wrap .form-control {
  width: 100%;
  border-radius: 4px !important;
  margin-top: 20px;
  min-height: 45px;
}
.contact-wrap .sub {
  font-size: 1.15em;
  color: #000;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  margin-top: 20px;
  padding: 12px 32px;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.contact-wrap .sub:hover {
  background: #2f54a0;
}

/***********************************
	footer css
***********************************/
footer {
  background-color: #1c3c7f;
  padding: 40px 20px;
  color: #fff !important;
}
.copyright {
  margin-top: 10px;
}
.social-icons {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}
.social-icons li {
  display: inline-block;
  padding: 0 3px;
}
footer a {
  color: #ff0 !important;
}
footer p{
	color: #fff;
}

/***********************************
	page css
***********************************/
.scrollToTop {
  display: none;
}
.page-scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.page-scroll a {
  font-size: 18px;
  color: #fff;
  background: #2f54a0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  display: inline-block;
  border: 1px solid #fff;
}

/*****************************************
		media screen
*****************************************/

@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .hoverForm {
    position: static;
    background: #7d7d7d;
  }
  .sliderForm {
    float: none;
    width: auto;
  }
  .formwrap {
    border: none;
    background: none;
  }

  .slideForm .formwrap {
    background: rgba(0, 0, 0, 0.51);
  }

  .header .col-md-3 {
    width: 20%;
  }
  .header .col-md-9 {
    width: 80%;
  }
  .navbar-default .navbar-nav > li {
    padding: 0px 6px;
  }

  .sticky {
    height: 81px;
  }
}

@media screen and (max-width: 990px) {  

  .navigationwrape{
    position: fixed;
    width: 100%;
    left: 0;
  }

  .navbar{
    padding: 0;
  }

  .navbar-collapse{
    padding: 7em 0;
    background-color: #fff;
    width: 100%;
  }

  .banner-building-img{
    width: 100%;
  }

  .counter-item{
    width: 50%;
    margin-bottom: 30px;
  }

  .about-wrap p{
    text-align: left;
  }

  .aboutTxt, .contact-info{
    text-align: left !important;
  }

  .slider-wrap{
    padding: 21px 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 18px 2px;
    font-size: 1em;
  }
  .header .col-sm-9 {
    padding-left: 0;
  }
  .quote-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-image {
    text-align: center;
    margin-top: 30px;
  }
  .serviceList li {
    margin-bottom: 30px;
  }
  .team_wrap {
    text-align: center;
  }
  .social {
    margin-bottom: 20px;
  }
  .worker-image {
    text-align: center;
  }
  .contact-form .button {
    margin-bottom: 40px;
  }
  .slider-wrap .readmore {
    margin-bottom: 40px;
  }
  .quote-wrap .quote-btn a {
    display: inline-block;
    margin-top: 15px;
  }
  .about-wrap h1 {
    margin-top: 25px;
    text-align: left !important;
  }
  .readmore{
    text-align: left;
  }
  .banner-info {
    margin: 0 !important;
  }
  .videohover {
    top: 0;
  }
  .videoWrp {
    height: 460px;
  }
  .videoWrp .hero-wrapper {
    height: 520px;
  }
  .header .col-md-3 {
    width: 100%;
  }
  .header .col-md-9 {
    width: 100%;
  }
  .logo {
    text-align: center;
  }
  .navbar-default .navbar-nav > li {
    padding: 0px 7px;
  }
  .phone{
    margin-top: 3em;
    padding: 0;
  }
  .phone::before{
    display: none;
  }
  .phone a {
    font-size: 22px;
  }
  .navbar-default .navbar-nav > li:last-child {
    margin-top: -13px;
  }
  .quote-wrap {
    text-align: center;
  }
  .quote-wrap h2:before {
    left: 50%;
    margin-left: -25px;
  }
  .quote-wrap h2 {
    margin-bottom: 42px;
  }
  .quote-wrap .quote-btn {
    margin-bottom: 10px;
  }
  .serviceList li {
    margin-top: 30px;
  }
  .sticky {
    height: 150px;
  }
  .navbar-default .navbar-nav > li {
    margin-top: 0;
  }

  .footer-widget{
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {

  .top-text {
    text-align: center;
  }
  .topbar-links {
    text-align: center;
    margin-top: 5px;
  }
  .logo {
    text-align: center;
  }
  .portfolio-service {
    text-align: center;
  }
  .team_wrap {
    text-align: center;
  }
  .navigationwrape {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 14px 16px;
  }
  .service-image {
    display: inline-block;
  }
  .about-service li {
    float: none;
    width: 100%;
  }
  .copyright {
    text-align: center;
  }
  .foot {
    text-align: center;
  }
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
  }
  .sliderTxt p {
    font-size: 18px;
    line-height: 20px;
  }
  .navbar-default {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-top: none;
  }
  .icon-box {
    margin-top: 10px;
  }
  .slider-wrap h2 {
    font-size: 36px;
  }
  .slider-wrap .readmore a {
    font-size: 16px;
    padding: 12px 24px;
  }
  .staticSlide h2 {
    margin-top: 0;
  }
  .videoWrp {
    height: 345px;
  }
  .videoWrp .hero-wrapper {
    height: 505px;
  }
  .navbar-default .navbar-nav > li:last-child {
    float: left;
  }
  .navbar-collapse {
    overflow: hidden;
  }
  .navbar-collapse.in {
    overflow: hidden;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 16px;
  }
  .social-icons {
    text-align: center;
    margin-top: 15px;
  }
  .slider-wrap h2 span {
    font-size: 54px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background: #000;
    color: #fff;
  }
  .phone {
    margin-left: 15px;
  }
  .banner-info {
    padding: 40px 0;
  }
  .sticky {
    height: 86px;
  }
  .slidertext2 {
    font-size: 42px !important;
  }
  .slidertext3 {
    font-size: 13px !important;
  }
  .slidertext3 span {
    font-size: 13px !important;
  }
  .navbar-default .navbar-nav > li {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .slidertext2 {
    font-size: 24px !important;
  }
  .slidertext3 {
    font-size: 10px !important;
  }
  .slidertext3 span {
    font-size: 10px !important;
  }
  .slidertext4 a {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .slider-wrap h2 span {
    font-size: 36px;
  }
  .portfolio-service {
    text-align: center;
  }
  .sliderTxt h1 {
    font-size: 24px;
  }
  .sliderTxt p {
    font-size: 16px;
  }
  .slider-wrap h2 {
    font-size: 24px;
  }
  .slidertext3 {
    font-size: 8px !important;
    margin-top: -15px;
  }
  .slidertext3 span {
    font-size: 8px !important;
  }
  .slidertext4 a {
    font-size: 8px !important;
  }
}

@media screen and (max-width: 424px) {
  .slider-wrap h2 {
    font-size: 18px;
  }
}

/* Back to Top Button */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #9e1b1d; /* Maroon accent color */
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  background-color: #2f54a0; /* Primary blue color */
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
