/* General Styles */
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}
/* .dropdown-toggle {
  color: #000 !important;
}*/
h1, h2, h5 {
    margin-top: 0;
}
p {
    line-height: 34px;
}
.lnkstl {
  color: #fff;
  text-decoration: none;
}
.lnkstl:hover {
  color:#007dc7;
  text-decoration: underline;
}
.dropdown-toggle::after {
  content: none;
}
.navwrapr {
  position: absolute;
    z-index: 99999;
    width: 100%;
}
.collapse.show {
  background-color: #fff;
}
.whtspbtn {
  position: fixed;
  left: 20px;
  bottom: 20px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 80px; /* Place the button at the bottom of the page */
  right: 36px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0; /* Some padding */
  font-size: 18px; /* Increase font size */
}

/* Tab styles */
#pflotab {
  padding-top: 60px;
}
.tbbtnstl {
  padding:12px 9px;
  color: #979797;
}

.tophead {
    font-weight: 700;
    font-size: 55px;
    color: #007dc7;
}
.tophead span {
    font-size: 39px;
}
.topheadsmall {
    font-weight: 300;
    font-size: 25px;
    color: #007dc7;
    float: left;
    padding-right: 20px;
}
hr.solid {
    border-top: 2px solid #007dc7;
    opacity: 0.60;
    width: auto;
}
.qtbtn {
  border-radius: 50px;
  margin-left: 20px;
  width: 150px;
}
.qtbtn2 {
  border-radius: 50px;
  margin-left: 20px;
  border: 1px solid #4d4d4d;
  width: 150px;
}
.qtbtn2:hover {
  background: #007dc7;
  color: #fff;
}
.qtbtn3 {
  border-radius: 50px;
  border: 1px solid #4d4d4d;
  width: 150px;
  margin-bottom: 80px !important;
}
.qtbtn3:hover {
  background: #007dc7;
  color: #fff;
}

.hero-section {
    background: url('../hero.jpg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

/* Feature Box */
.feature-box {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}
.topblubx {
    background: #007dc7; 
    color:#fff;
}
.srvchd {
    font-size: 15px;
    text-align: left;
    margin-top: 8px !important;
    margin-bottom: 0;
    font-weight: 100;
}
.srvchd2 {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 0;
}
.feature-box:hover {
    transform: translateY(-5px);
}

/* Services Section */
.service-item {
    text-align: center;
}
.hoverImage {
  position: relative;
  align-self: stretch;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
  transition: transform 0.5s ease-in-out;
}
.hoverImageWrapper {
  overflow: hidden;
  width: 100%;
    height: 284px;
    object-fit: cover;
    border-radius:10px;
    cursor: pointer;
    text-align: center;
}
.hoverImageWrapper:hover .hoverImage {
  transform: scale(1.2);
}
.mturndbg {
    background: url('../images/skyline.jpg') no-repeat center fixed;
    background-size: cover;
}
.mtnd01 {
    padding-left: 80px;
    background: url('../images/ico_10.png') no-repeat;
}
.mtnd02 {
    padding-left: 80px;
    background: url('../images/ico_09.png') no-repeat;
}
.mtnd03 {
    padding-left: 80px;
    background: url('../images/ico_08.png') no-repeat;
}
.mtnd04 {
    padding-left: 80px;
    background: url('../images/ico_07.png') no-repeat;
}
.mtnd05 {
    padding-left: 80px;
    background: url('../images/ico_06.png') no-repeat;
}
.mtnd06 {
    padding-left: 80px;
    background: url('../images/ico_05.png') no-repeat;
}
.inptheadsmall {
    font-weight: 300;
    font-size: 25px;
    padding-right: 20px;
}
/* Contact Form */
#contactForm {
    background-color: #5f5f5f;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Footer */
.footerwrap {
  background-color: #1c1c1c;
}
.footer {
    padding: 100px 0 !important;
}
.cprt {
    color: white;
    font-size: 10px;
}

footer p {
    margin-bottom: 0;
}
.ftrtxt {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.ftrnav {
  list-style: none;
  padding: 0;
}
.ftrnav li a {
  padding: 5px 0;
}
.ftrnav li a:hover {
  color: #007dc7 !important;
}
.owl-carousel {
    position: relative; }
    .owl-carousel .owl-item {
      opacity: 1; }
      .owl-carousel .owl-item.active {
        opacity: 1; }
    .owl-carousel .owl-dots {
      text-align: center; }
      .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: #e6e6e6;
        position: relative; }
        .owl-carousel .owl-dots .owl-dot:after {
          position: absolute;
          top: -2px;
          left: -2px;
          right: 0;
          bottom: 0;
          width: 14px;
          height: 14px;
          content: '';
          border: 1px solid #4d4d4d;
          border-radius: 50%; }
        .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
          outline: none !important; }
        .owl-carousel .owl-dots .owl-dot.active {
          background: #b3b3b3; }
          .owl-carousel .owl-dots .owl-dot.active:after {
            border-color: #fff; }
    .owl-carousel.home-slider {
      position: relative;
      height: 650px;
      z-index: 0; }
      .owl-carousel.home-slider .slider-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 650px;
        position: relative;
        z-index: 0; }
        @media (max-width: 1199.98px) {
          .owl-carousel.home-slider .slider-item {
            background-position: center center !important; } }
        .owl-carousel.home-slider .slider-item .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: #000;
          opacity: .3; }
        .owl-carousel.home-slider .slider-item .slider-text {
          height: 650px;
          position: relative; }
          .owl-carousel.home-slider .slider-item .slider-text .text {
            z-index: 0;
            color: rgba(255, 255, 255, 0.9); }
          .owl-carousel.home-slider .slider-item .slider-text h1 {
            font-size: 9vw;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            line-height: 1; }
            @media (max-width: 991.98px) {
              .owl-carousel.home-slider .slider-item .slider-text h1 {
                font-size: 50px; } }
          .owl-carousel.home-slider .slider-item .slider-text h2 {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-family: "Poppins", Arial, sans-serif;
            font-weight: 700;
            color: white;
            display: inline-block;
            position: relative;
            letter-spacing: 4px; }
      .owl-carousel.home-slider .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%; }
        .owl-carousel.home-slider .owl-nav .owl-prev,
        .owl-carousel.home-slider .owl-nav .owl-next {
          position: absolute;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          outline: none !important;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          opacity: 0; }
          @media (prefers-reduced-motion: reduce) {
            .owl-carousel.home-slider .owl-nav .owl-prev,
            .owl-carousel.home-slider .owl-nav .owl-next {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
          .owl-carousel.home-slider .owl-nav .owl-prev span:before,
          .owl-carousel.home-slider .owl-nav .owl-next span:before {
            font-size: 30px;
            color: rgba(255, 255, 255, 0.5);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            @media (prefers-reduced-motion: reduce) {
              .owl-carousel.home-slider .owl-nav .owl-prev span:before,
              .owl-carousel.home-slider .owl-nav .owl-next span:before {
                -webkit-transition: none;
                -o-transition: none;
                transition: none; } }
          .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
          .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
          .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            color: #fff; }
        .owl-carousel.home-slider .owl-nav .owl-prev {
          left: 0;
          margin-left: 0; }
        .owl-carousel.home-slider .owl-nav .owl-next {
          right: 0;
          margin-right: 0; }
      .owl-carousel.home-slider:hover .owl-nav .owl-prev,
      .owl-carousel.home-slider:hover .owl-nav .owl-next {
        opacity: 1; }
      .owl-carousel.home-slider:hover .owl-nav .owl-prev {
        margin-left: 50px; }
      .owl-carousel.home-slider:hover .owl-nav .owl-next {
        margin-right: 50px; }
      .owl-carousel.home-slider .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
        width: 100%;
        text-align: center; }
        @media (max-width: 767.98px) {
          .owl-carousel.home-slider .owl-dots {
            bottom: 5px; } }
        .owl-carousel.home-slider .owl-dots .owl-dot {
          width: 10px;
          height: 10px;
          margin: 5px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.4); }
          .owl-carousel.home-slider .owl-dots .owl-dot.active {
            background: #fff; }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .sldrh1 {
    font-size: 80px !important;
  }

  .full {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }
  .srvctop {
    padding-top: 160px;
  }
.srvctophd {
    font-weight: 600;
    color: #000;
    line-height: 1;
    font-size: 72px;
    text-align: left;
    width: 100%;
  }
  .srvctopsub {
    font-weight: 200;
    color: #000;
    font-size: 24px;
    text-align: left;
    width: 100%;
  }
  .counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}
/* about us */
.ourvsnwrpr {
  background: url(../images/abtbg.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 100px 0;
}
.wwdhd {
  padding:20px 0 0 0;
}
.wwdbg {
  background: url('../images/buildinglinesketch.jpg') no-repeat bottom;
}
.srvcTopImg {
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
}
.srvcTopImg img {
  width: 100%;
}

.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
.fpmdlbxbg {
  background:url('../images/buildings-nighttime.jpg') no-repeat center fixed;
  background-size: cover;
  margin-top: 3rem !important;
}
.glrybg {
  background: #fff;
}
.iconwrpr {
  padding: 10px 0;
}
.dropend .dropdown-toggle {
  color: #007dc7;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color:  #007dc7;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
  padding: 20px;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}


#particles {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #1374a1;
  margin-top: -56px;
}

#intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

/*-contact form*/
.error {
	padding:20px;
	border:none;
	display: none;
	color: #d9534f;
	border:solid 1px #d9534f;
	font-size: 12px;
	}
	.success {
	padding:20px;
	display: none;
	color: #5cb85c;
	border:solid 1px #5cb85c;
	margin-bottom: 20px;
	}
	.error img {
	vertical-align: top;
	}
	.full {
	width: 98%;
	}

	#contact_form{
	margin-top:20px;
	}
	
	#contact_form input[type=text],#contact_form textarea,#contact_form input[type=email],#contact_form input[type=number],#search{
	padding:10px;
	margin-bottom:20px;
	color:#4d4d4d;
	border:solid 1px rgba(0,0,0,.3);
	background:rgba(0,0,0,.2);
	border-radius:0 !important;
	height:auto;
	}

	.de_light #contact_form input[type=text],.de_light #contact_form textarea,.de_light #contact_form input[type=email], .de_light #search
		{
		border:solid 1px #ddd;
		background:#f5f5f5;	
		color:#333 !important;
		}

	
	
	
	#contact_form input[placeholder],#contact_form textarea[placeholder]{
	color:#2c2c2c;
  border-radius:5px !important;
	}
	
	#contact_form input[type=submit].btn-line{
	background:#007dc7;
	padding:8px 20px;
  color: #595959;
	}
	
	#contact_form input[type=submit].btn-line:hover{
	background:#111;
	border-color:#111;
	}
	
	#contact_form textarea{
	height:178px;
	}
	
	.form-default input[type=text]{
	background:#1D1E1F;
	border:none;
	font-size:14px;
	padding:2px 10px 2px 10px;
	color:#ffffff;
	}
	
	.header-light .form-default input[type=text]{
	background:#f2f2f2;
	color:#333333;
	}
	
	.pop-search .form-default{
	width:100%;
	top:5px;
	left:0;
	position:absolute;
	z-index:1;
	display:none;
	}
	
	.pop-search .form-default input[type=text]{
	width:100%;
	font-size:24px;
	padding:13px;
	outline:none;
	}
	.pop-search-click{
	display:inline-block;
	position:absolute;
	top:20px;
	cursor:pointer;
	z-index:100;
	}
	.pop-search-click:before{
	margin-left:-15px;
	font-family:"FontAwesome";
	content:"\f002";
	}
	.pop-search-click.click:before{
	content:"\f00d";
	}

	
	.error_input{
	border-color:#D31E2B !important;
	}
  .btnstl {
    background: #007dc7;
    color: #fff !important;
  }






