@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Nexa Book';
    src: url('../fonts/NexaBook.woff2') format('woff2'),
        url('../fonts/NexaBook.woff') format('woff'),
        url('../fonts/NexaBook.svg#NexaBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: "Poppins", sans-serif;
  /*	font-size: calc(0.48em + 1vmin);*/
  color: #202020;
  font-size: 14px;
  font-weight: normal;
}
*,
ul,
ol {
  margin: 0;
  padding: 0;
}
p{
  font-family: 'Nexa Book';
}
ul,
ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0d2733;
  outline: none;
  text-decoration: none;
}
.nexafont{
  font-family: 'Nexa Book' !important;
}
.h2heading{
  font-family: 'Nexa Book' !important;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 25px;
}
.header-h3{
  display: inline-block;
}

.header-h3 a:hover{
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-1 {
  font-size: 3rem !important;
}

.font-2 {
  font-size: 20px;
  font-weight: 600;
}

.bg-color1 {
  background-color: #202020;
}

.bg-color2 {
  background-color: #0d2733;
}

.bg-color3 {
  background-color: #51bbeb;
}

#testi-carousel .owl-stage-outer {
  padding-top: 50px;
}

.testi-wrap {
  background-color: #075677;
  padding: 20px;
  position: relative;
  min-height: 350px;
}

.testi-wrap .testi-quote {
  position: absolute;
  height: 60px;
  width: 60px;
  display: inline-block;
  top: -28px;
  left: 50%;
  background: #16aae8;
  border-radius: 900px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-left: -30px;
}

.testi-wrap .testi-content {
  margin-top: 30px;
  color: #fff;
}

.testi-wrap .testi-autor {
  font-size: 20px;
  font-weight: 300;
}

#testi-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin: 5px 3px;
  background-color: #e9e9e9;
}

#testi-carousel .owl-dots .owl-dot.active span,
#testi-carousel .owl-dots .owl-dot:hover span {
  background-color: #16aae8;
}

.carousel-inner.about-slider {
  height: 750px;
}

.text-color:hover,
.text-color:focus {
  color: #ecef00;
}

.btn1 {
  padding: 10px 30px;
  border: 2px solid #fff;
  background-color: transparent;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.service-box:hover .btn1,
.service-box:focus .btn1 {
  color: #ffffff;
  background-color: #ddd;
  border-color: #ddd;
}

.btn2 {
  padding: 10px 30px;
  border: 2px solid transparent;
  background-color: #51bbeb;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.btn2:hover,
.btn2:focus {
  color: #51bbeb;
  background-color: transparent;
  border-color: #51bbeb;
}

#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header {
  background-color:transparent;
  /*box-shadow: rgb(6 6 6 / 68%) 0px 45px 60px -12px inset, rgb(93 93 93 / 2%) 0px 18px 36px -18px inset;*/
  box-shadow: rgb(84 188 234 / 65%) 3px 0px 60px 16px inset, rgb(93 93 93 / 2%) 0px 18px 36px -18px inset;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-page .header {
  position: absolute;
  width: 100%;
  padding: 15px 30px 15px 30px;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background-color: transparent;
}
.header {
  width: 100%;
  padding: 15px 30px 15px 30px;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background-color: #0d2733;
}
.isStuck .header {
  background-color: rgba(1, 2, 7, 1);
  -webkit-box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
}

.logo {
  display: table;
  position: relative;
  max-width: 300px;
}

.logo .img-fluid {
  background-color: transparent;
}

.logo .logo-shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 216px;
  top: 105%;
  z-index: -1;
  margin: 0 auto;
}

.header-top-right {
  text-align: right;
}

.top-contact-list,
.social-link,
.get-a-quote {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.top-contact-list li,
.social-link li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top-contact-list li {
  padding: 0 10px;
}

.top-contact-list li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
}

.top-contact-list li:first-child {
  padding-left: 0;
}

.top-contact-list li i {
  font-size: 18px;
  vertical-align: middle;
}

.top-contact-list li a:hover {
  color: #fff;
}

.top-contact-list li i:hover {
  color: #51bbeb ;
}

.social-link li {
  padding-right: 0;
}

.social-link li a {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*margin-right: 10px;*/
  border: 2px solid #fff;
}
.mobile-menu {
  display: none;
}

.nav-wrapper {
  display: block;
  text-align: center;
}

.navigation>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: -4px;
}

.navigation>li:last-child {
  margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 230px;
  z-index: 999;
  background-color: #000;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  transition: all 500ms ease;
  display: block;
}

.navigation li.dropdown>.dropdown-menu li {
  border-bottom: 0;
  margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #0d2733;
  padding: 8px 10px;
  color: #fff;
  margin: 0;
  border-bottom: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:last-child:before,
.navigation>li:first-child {
  display: none;
}
.navigation>li:first-child a{
    margin-left: 0;
    padding-left: 0;
}
.navigation a {
  /*	text-transform: uppercase;*/
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.9px;
  color: #fff;
  border-bottom: 1px solid transparent;
  padding: 0px 8px;
  margin-left: .3vw;
  margin-right: .3vw;
  transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
  padding-right: 18px;
}

.navigation>li.dropdown>a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
  transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a{
  color: #51bbeb;
  border-bottom: 1px solid #fff;
}
.navigation li.active a {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  color: #fff;
  background-color: #51bbeb;
  border-bottom: 0;
}
.slide-text>a.btn-default {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  white-space: nowrap;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 0.3em;
  padding: 1.4em 4em;
  margin-top: 25px;

}

.slide-text>a.btn-default:hover {
  background: #51bbeb;
  color: #fff;
}

.slider-wrapper {
  position: relative;
}

.full-screen {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.inner-content {
  position: absolute;
  left: 10%;
  text-align: left;
  width: 80%;
  z-index: 9;
  bottom: auto;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-padding{
  padding-top: 60px;
  padding-bottom: 60px;;
}
.list1 li,
.list2 li,
.lists1 li,
.areas-list li {
  padding: 0px 0 10px 26px;
  position: relative;
}

.list1 li:before,
.list2 li:before,
.lists1 li:before,
.areas-list li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "\F133";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #fff;
}

.areas-list li:before {
  content: "\F3E7";
  color: #0d2733;
}

.lists1 li:before {
  color: #0d2733;
}

.list2 li:before {
  color: #0d2733;
}

.list3 {
  margin-left: 16px;
}

.list3 li {
  list-style-type: decimal;
  padding-bottom: 10px;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}

.home-parallax {
  position: relative;
  overflow: hidden;
  /*height: 1050px;*/
  /* padding: 300px 0; */
}

.parallax-window {
  height: 100vh;
  background: transparent;
  display: table;
  width: 100%;
}

.home-page .parallax-window {
  height: 100vh;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.home-parallax .container {
  position: relative;
  z-index: 9;
}

.overlap {
  position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
  background-color: rgba(20, 20, 20, 0.65);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap1:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlap2:before {
  background-color: rgb(0 0 0 / 80%);
}

.site-map-list li a {
  color: #000000;
}

.site-map-list li a:hover {
  color: #000000;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.footer-widget {
  /*	padding:20px 0 40px 0;*/
}
.footeraddress p{
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer-widget a:hover,
.footer-widget a:active,
.footer-widget a:focus,
.footeraddress a:hover,
.footeraddress a:focus,
.footeraddress a:active {
  color: #c0c0c0;
}

.widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #c0c0c0;
  margin-bottom: 20px;
}

.footer-menu li{
  margin-bottom: 10px;
}

.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: 'Nexa Book';
  text-decoration: underline;
}
.social-icons.footer-icons li{
  display: inline-block;
  margin-right: 10px;
}
.social-icons.footer-icons li a{
  color: #fff;
  font-size: 18px;
}
.footer-links {
  display: block;
  color: #fff;
  border-top: 1px dotted #fff;
  padding-top: 20px;
  margin-top: 20px;
}

.footer-links li {
  display: inline-block;
  vertical-align: middle;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-links a:hover,
.footer-links a:focus {
  color: #c0c0c0;
}

.address-box {
  margin-bottom: 15px;
}

a.btn.btn1:hover,
a.btn.btn1:focus {
  background: #ddd;
  border: 2px solid #ddd;
}
/*mansory gallery*/
.single-service-item {
  margin: 8px 0;
}
.single-service-item .img-holder{
  overflow: hidden;
  position: relative;
}
.single-service-item .img-holder .img-responsive{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-item .img-holder .overlay{
  background-color: rgba(0,0,0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);
}
.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-service-item .img-holder .overlay .box{
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}
.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  padding: 15px;
  background-color: #f8f8f8;
  text-align: center;
}
.single-service-item .text-holder h4 span {
  color: #fff;
}
/* Timeline */
.timeline {
  position: relative;
  width: 80%;
  margin: 50px auto;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.progress-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 2px;
  height: 0;
  background: #000000;
  transition: height 0.3s ease;
}
.step {
  position: relative;
  width: 50%;
  padding: 10px 40px;
  box-sizing: border-box;
  margin: 40px 0;
  height: 160px;
}
.step:nth-child(odd) {
  left: 50%;
  text-align: left;
}
.step:nth-child(even) {
  left: 0;
  text-align: right;
}
.circle {
  position: absolute;
  top: 15%;
  transform: translateX(-50%);
  border: 2px solid #ddd;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.step:nth-child(even) .circle {
  left: 100%;
  transform: translateX(-50%);
}
.step:nth-child(odd) .circle{
  left: 0;
}
.step.active .circle {
  border: 2px solid #000;
}
.content {
  padding-left: 20px;
}
.step::after {
  content: "";
  position: absolute;
  top: 19%;
  width: 16px;
  height: 2px;
  background: #ddd;
  z-index: 1;
}
.step.active::after {
  background: #000;
}
.step:nth-child(even)::after {
  right: 1px;
}
.step:nth-child(odd)::after {
  left: 1px;
}
.step .content{
  transition: 0.3s all ease;
}
.step .content a{
  border-bottom: 1px solid #fff;
}
.step .content a:hover,
.step .content a:focus,
.step .content a:active{
  border-bottom: 1px solid #000;
}
.step.active .content{
  transform: translate(5px, 0px);
}
.remove-opacity-img-sec .card.project-wrap:before{
    display: none;
}
.remove-opacity-img-sec .card.project-wrap {
    padding: 0;
}
.remove-opacity-img-sec .project-wrap span.card-title{
    border: 0;
    color: #000;    
    font-size: 14px;
    color: #202020;
    font-weight: 300;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
}
.remove-opacity-img-sec .project-wrap h5 {
    text-align:left;
}
.min-height-100{
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comingsoon h1{
  font-size: 40px;
}
/* Timeline end*/
.latest-service{
  position: relative;
  margin-bottom: 40px;
}
.latest-service-content h3{
  font-size: 20px;
  color: #202020;
  font-weight: 300;
  text-transform: uppercase;
}

.latest-service-content h3 a {
  color: #fff;
}

.latest-service-content p {
  color: #fff;
  margin-bottom: 0;
}
.address-box .address-icon-holder {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #ddd;
  width: 40px;
  height: 40px;
  line-height: 40px;
  /* background-color: #075677; */
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.address-box .address-icon-holder:before {
  position: absolute;
  bottom: -17px;
  content: "";
  left: 10px;
}

.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.address-box .address-content strong {
  color: #000;
}

.address-box .address-content {
  color: #000;
}

.address-content p a:hover {
  color: #173b4c;
}
.about-grey-img{
    position: relative;
    margin-bottom: 30px;
}
.about-grey-img img{
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.flexbox .element {
  height: 100%;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0 0 0 / 72%);
  content: '';
}

.parallax.overlap1:before {
  background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
  position: relative;
  z-index: 1;
}
.form-control{
  font-size: 12px;
}
#contact-form textarea.form-control{
    height: 70px;
}
.parallax-fixed {
  background-attachment: fixed;
}

.carousel-inner .carousel-item .left-fade{
  animation: leftFade 5s ease-out forwards;
}
.submit-icon {
  display: none;
}
.submit-icon i{
    color: #000;
}
.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: top;
    position:relative;
    color:#fff;
    z-index:1;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
 
@keyframes leftFade {
  from {
    transform: translateX(-100px);
  }
  to {
    transform: translateX(0);
  }
}

.carousel-inner .carousel-item .bottom-fade{
  animation: bottomFade 5s ease-out forwards;
}
 
@keyframes bottomFade {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}

 
.carousel-inner .carousel-item .zoom-out{
  animation: zoomOut 20s ease-in-out;
}
 
@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
 
.carousel-inner .carousel-item .zoom-out-fade{
  animation: zoomOutFade 5s ease-out forwards;
}
 
@keyframes zoomOutFade {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.project-wrap span.card-title {
    border: 1px solid #dfdfdf;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Nexa Book' !important;
    padding: 15px;
    /*background: #91919133;*/
    font-size: 17px;
    display:inline-block;
    margin:0;
}
.project-wrap span.card-title:hover {
    background: transparent;
}
.project-wrap .card-body {
    padding: 127px 0;
}
.project-wrap h5.card-title {
    margin-bottom: 0;
    color:#fff;
}
.card.project-wrap{
    padding: 150px 0;
    border-radius: 0px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 20px;
}
.card.project-wrap:before {
    background-color: rgb(0 0 0 / 31%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}
#project-slider .slick-arrow{
    z-index:9;
}
#project-slider .slick-prev{
    left:0;
}
#project-slider .slick-next{
    right:12px;
}
#project-slider .image-box {
    margin: 0 3px;
    position: relative;
    overflow: hidden;
    height: 90vh;
}
#project-slider .image-box:before {
    content: "";
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f4bd;
    z-index: 2;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
}
#project-slider .slick-current.slick-active .image-box:before{
    display:none;
}
#project-slider .slick-prev, #project-slider .slick-next{
    font-size:50px;
    color:#000435;
}
#project-slider .slick-prev:before, #project-slider .slick-next:before{
    display:none;
}

.title2.button {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    padding: 13px 14px;
}
.title2.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
}

.title.button {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #000000;
    padding: 13px 30px;
}

.title.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
}


#project-slider .slick-arrow i.fa-solid.fa-chevron-left {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    right: 7%;
    background: #000;
    padding: 15px 25px;
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    cursor: pointer;
}

#project-slider .slick-arrow i.fa-solid.fa-chevron-right {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    right: 3%;
    background: #000;
    padding: 15px 25px;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    cursor: pointer;
}

.call-us-btn {
    left: auto;
    top: auto;
    bottom: 57%;
    right: -3px;
    transform-origin: bottom right 0;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
}

.call-us-btn a {
    color: #ffffff;
    background-color: #f14d4d;
    font-size: 25px;
    display: inline-block;
    padding: 12px 15px;
    margin-right: 0;
    /* margin-left: 5px; */
}
.call-us-btn a.google-icon {
    background-color: #e8e8e8;
    -webkit-transform: rotate(90deg) translateZ(0);
    -moz-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
}

.call-us-btn a.google-icon i{
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.h3-heading{
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}

.h3-heading a{
  display: inline-block;
}
.img-border{
  border-radius: 5px;
  border: 10px solid #fff;
}
.img-border1{
  border-radius: 5px;
  border: 10px solid #0d2733;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.img-border2{
  border-radius: 5px;
  border: 15px solid #0d2733;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.clr-box1{
  background-color: #f6f8ed;
  height: 60px;
}
.clr-box2{
  background-color: #e5e4e2;
  height: 60px;
}
.clr-box3{
  background-color: #353d40;
  height: 60px;
}
.clr-box4{
  background-color: #09080e;
  height: 60px;
}
.clr-box5{
  background-color: #84adaf;
  height: 60px;
}
.clr-box6{
  background-color: #7e8b93;
  height: 60px;
}
.clr-box7{
  background-color: #eeebdc;
  height: 60px;
}
.clr-box8{
  background-color: #44312d;
  height: 60px;
}
.clr-box9{
  background-color: #b5b8b1;
  height: 60px;
}
.clr-box10{
  background-color: #bbb;
  height: 60px;
}
.clr-box11{
  background-color: #2e2e2e;
  height: 60px;
}
.clr-box12{
  background-color: #644b32;
  height: 60px;
}
.clr-name{
    background-color: #fff;
    color: #265970;
    text-align: center;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    min-height: 65px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
}
.clr-container{
  margin-bottom: 25px;
}
.innercontent-wrap1{
  padding: 30px;
  background-color: rgb(82 187 234 / 8%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.innercontent-wrap2{
  padding: 30px;
  background: linear-gradient(to top right, #51BBEB 0%, #295E76 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  color: #fff;
}
.img-border2{
  border: 10px solid #0d2733;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}
/*.greenbgpatch-section{
  position: relative;
}
.greenbgpatch-section::before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 70%;
  background-color: #e9e9e9;
  width: 75%;
  margin: 0 auto;
}
.green100.greenbgpatch-section::before{
  width: 100%;
}*/
.imgborder-de img, .box-three-content{
  position: relative;
  padding: 10px;
    background-color: #fff;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
  z-index: 2;
  margin-bottom: 50px;
}
.box-three-content{
  padding: 20px;
  text-align: center;
  min-height: 310px;
}
.greenbgpatch-section{
  position: relative;
}
.greenbgpatch-section::before{
  position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 70%;
    background-color: #dbdbdb;
    width: 75%;
    margin: 0 auto;
    border-radius: 0 0 40px 40px;
}
.green100.greenbgpatch-section::before{
  width: 100%;
}
.lr-img-abslt-section{
  position: relative;
  overflow: hidden;
}
.lr-img-abslt-section .imgrootate1{
  position: absolute;
  left: 150px;
}
.lr-img-abslt-section .imgrootate2{
  position: absolute;
  right: 150px;
}
.lr-img-abslt-section:hover .imgrootate2 img,
.lr-img-abslt-section:hover .imgrootate1 img {
    rotate: none;
    box-shadow: none;
}
.lr-img-abslt-section .imgrootate1 img{
  rotate: 1deg;
}
.lr-img-abslt-section .imgrootate2 img{
  rotate: -2deg;
}
.three-img-wrap img{
  border-radius: 30px;
  max-height: 500px;  
}
.imgrootate2 img{
  rotate: 7deg;
  /*box-shadow: rgb(15 66 41 / 44%) -5px 5px, rgb(15 66 41 / 37%) -10px 10px, 
  rgb(15 66 41 / 41%) -15px 15px,rgb(15 66 41 / 10%) -20px 20px, 
  rgba(240, 46, 170, 0.05) -25px 25px;*/
  transition: all .5s;
}
.imgrootate1 img{
  rotate: -7deg;
  /*box-shadow: rgb(15 66 41 / 63%) 5px 5px, rgb(15 66 41 / 54%) 10px 10px,
  rgb(15 66 41 / 52%) 15px 15px, rgb(15 66 41 / 20%) 20px 20px,
  rgba(240, 46, 170, 0.05) 25px 25px;*/
  transition: all .5s;
}
.services-section:hover .imgrootate2 img,
.services-section:hover .imgrootate1 img{
  rotate: none;
  box-shadow: none;
}
.bg-darkgreen {
    background: #315450;
}
.content-box1{
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  border-radius: 5px;
    border: 10px double #0d2733;
}
.content-box2{
  padding: 30px;
  background-color: rgb(82 187 234 / 8%);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
  border: 5px solid #ddd;
}
.content-box3{
  padding: 30px;
  background-color: #0d2733;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
}
.content-box4{
    outline: 2px solid #fff;
    padding: 30px;
    background:#0d2733;
    outline-offset: -10px;
    color: #fff;
    width: 100%;
}
.content-box5{
  padding: 30px;
  background-color: rgb(82 187 234 / 8%);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
  border: 3px dotted #0d2733;;
}
.content-box6{
    padding: 30px;
    border: 3px dotted #0d2733;
    width: 100%;
    background-color: #fff;
}
.contact-wrap{
    text-align: center;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #173b4c;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
.contact-wrap .address-icon-holder:before{
    display: none;
}
.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-wrap .address-content strong{
    font-size: 18px;
}
.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color:#661c8d transparent transparent transparent;
    content: '';
    left: 10px;
}

@media (min-width: 993px) and (max-width: 1600px){
     #project-slider .slick-arrow i.fa-solid.fa-chevron-left{
        right: 120px;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .navigation a{
    font-size: 13px;
    padding: 0px 6px;
  }
}
@media (min-width: 1400px) and (max-width: 1800px){
  .lr-img-abslt-section .imgrootate1{
    position: relative;
    left: -10px;
  }
  .lr-img-abslt-section .imgrootate2{
    position: relative;
    right: -10px;
  }
  .lr-img-abslt-section .three-img-wrap img{
    max-height: inherit;
    object-fit: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .logo{
    width: 220px;
  }

  .navigation a{
    font-size: 12px;
    padding: 0px 3px;
  }
  .lr-img-abslt-section .imgrootate1{
    position: relative;
    left: -10px;
  }
  .lr-img-abslt-section .imgrootate2{
    position: relative;
    right: -10px;
  }
  .lr-img-abslt-section .three-img-wrap img{
    max-height: inherit;
    object-fit: cover;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .navigation a {
    /* padding: 0 3px; */
  }
}
@media(min-width:992px) and (max-width:1300px){
    #project-slider .image-box{
        height:auto;
    }
}
@media (min-width: 992px) and (max-width:1200px){
  .lr-img-abslt-section .imgrootate1{
    position: relative;
    left: -10px;
  }
  .lr-img-abslt-section .imgrootate2{
    position: relative;
    right: -10px;
  }
  .lr-img-abslt-section .three-img-wrap img{
    max-height: inherit;
    object-fit: cover;
  }
}

@media (min-width: 220px) and (max-width: 991px) {

  .parallax.m-parallax-bg {
    background-image: none !important;
    height: 100% !important;
    min-height: 100% !important;
  }
    .close-menu i{
        font-size:22px;
    }
    .navigation>li:first-child a {
        margin-left: 5px;
    }
    .header{
        padding: 15px;
    }
  .testi-wrap {
    background-color: #075677;
    padding: 20px;
    position: relative;
    min-height: 350px !important;
  }

  .carousel-inner.about-slider {
    height: auto !important;
  }

  .p-5 {
    padding: 1.3rem !important;
  }

  .home-page .header {
    position: static;
    background-color: #0d2733;
    padding: 15px;
  }

  .header-top-right {
    text-align: right;
  }

  .top-contact-list{
    margin: 10px 0;
    display: block;
    text-align: right;
  }

  .logo .logo-shape {
    display: none;
  }

  .header.fixed-top {
    position: relative !important;
  }

  .mobile-menu {
    display: block;
    font-size: 20px;
    /*background: #5e5e5e;*/
    /*padding: 8px 20px;*/
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
  }

  /*.mobile-menu i {
    float: right;
  }*/

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #000000;
    padding: 0;
  }

  .navigation {
    text-align: left;
  }

  .nav-wrapper.open {
    right: 0;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #000000;
  }

  .navigation>li:first-child {
    display: block;
  }

  .navigation>li:before {
    display: none;
  }

  .navigation li a {
    padding: 10px 20px;
    color: #fff;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #fff;
    color: #000;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
  }

  .navigation li.dropdown>.dropdown-menu,
  .navigation li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .home-parallax {
    position: relative;
    overflow: hidden;
    height: auto;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 22px;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 14px;
  }

  .fs-1 {
    line-height: 1;
  }

  .flexbox {
    display: block;
  }

  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70 {
    width: 100%;
  }

  .footer-widget {
    padding: 20px 0 10px;
  }

  .address-box {
    margin: 10px 0;
  }

  .btn-theme {
    font-size: 20px;
    padding: 15px 20px;
  }

  .m-parallax-bg {
    background-image: none !important;
    min-height: 100% !important;
    height: 100% !important;
  }
  #project-slider .image-box{
        height: auto;
    }
  .project-wrap h5.card-title {
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-style: normal;
  }
  .content-box1,.content-box2,.content-box3,.content-box4{
    padding: 20px;
  }
  .lr-img-abslt-section .imgrootate1{
    position: relative;
    left: 0;
  }
  .lr-img-abslt-section .imgrootate2{
    position: relative;
    right: 0;
  }
  .lr-img-abslt-section .three-img-wrap img{
    max-height: inherit;
    object-fit: cover;
    rotate: 0deg;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  a.logo {
    width: 75%;
  }
  .timeline{
    width: 99%;
  }
  .step{
    padding: 0;
    height: auto;
    margin:60px 0;
  }
  .step:nth-child(even){
    padding-right: 30px;
  }
  .step:nth-child(odd){
    padding-left: 30px;
  }
  .content {
    padding-left: 0;
    padding-right: 0;
  }
  .step::after{
    display: none;
  }
  .section-padding{
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-padding.section-padding-mobile{
    padding: 15px;
  }
  #project-slider .slick-arrow i.fa-solid.fa-chevron-left{
        right: 12%;
    }
}
@media (max-width: 991px) {
    #project-slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 10px;
    }
    #project-slider > div {
        width: 100%;
    }
    #project-slider .image-box {
        width: 100%;
        margin:0;
    }
    #project-slider .image-box img {
        width: 100%;
        display: block;
    }
    #project-slider .image-box:before{
        background-color: transparent;
    }
    .title2.button,.title.button{
        position: static !important;
    }
    .title2.button{
        background: #585858 !important;
    }
    .project-two-img-section .card.project-wrap{
        padding: 1px 0;
    }
    .project-two-img-section .card.project-wrap:before{
        display:none;
    }
    .project-two-img-section .project-wrap span.card-title {
        border: 0;
        padding: 0px;
        padding-top: 10px;
        font-size: 12px;
        color: #000;
    }
    .project-wrap span.card-title:hover{
        background: transparent;
    }
    
}

@media (min-width: 220px) and (max-width: 767px) {
  /* .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  } */

  .logo {
    display: table;
    margin: auto;
    padding: 10px;
    margin-bottom: 5px;
    
  }
   .header{
       background: #000;
       box-shadow: none;
   } 
   .top-contact-list,
  .top-contact-list li:before {
    display: none;
  }

  .top-contact-list li {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
  }

  .top-contact-list li:nth-of-type(3),
  .top-contact-list li:nth-of-type(4) {
    display: inline-block;
  }

  #stuck_container.isStuck {
    position: relative !important;
  }

  .footer-widget {
    padding: 15px 0;
  }

  .parallax-window {
    height: 350px !important;
  }

  .timeline{
    width: 99%;
  }
  .step{
    padding: 0;
    height: auto;
    margin:60px 0;
  }
  .step:nth-child(even){
    padding-right: 30px;
  }
  .step:nth-child(odd){
    padding-left: 30px;
  }
  .content {
    padding-left: 0;
    padding-right: 0;
  }
  .step::after{
    display: none;
  }
  .section-padding{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-padding.section-padding-mobile{
    padding: 15px;
  }
  .latest-service{
    margin-bottom: 40px;
  }
  .footer-top{
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-contact-list li a{
    margin: 0 5px;
  }
  /*.top-contact-list{
    margin: 10px 0;
    display: block;
    text-align: center;
  }*/
   .title.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 15px!important;
}

.title2.button {
  z-index: 11;
  position: absolute;
  top: -2px!important;
  right: 0px!important;
  background: #000000;
  padding: 10px 23px!important;
}
.title.button {
  z-index: 11;
  position: absolute;
  bottom: 0px!important;
  left: -1px!important;
  background: #000000;
  padding: 12px 13px!important;
}
.slide-btn {
  z-index: 11;
  position: absolute;
  bottom: 10px!important;
  right: -9px!important;
  /* background: #ffffff94; */
  padding: 0px 0px;
}
#project-slider .slick-arrow i.fa-solid.fa-chevron-left {
    bottom: -10px;
    right: 220%;
    padding: 7px 10px;
}
#project-slider .slick-arrow i.fa-solid.fa-chevron-right{
    bottom: -10px;
    right: 50%;
    padding: 7px 10px;
}
}

@media (min-width: 576px) and (max-width: 767px) {

  .slide-text>a.btn-default {
   
  }

  #metro-touch-slider .carousel-caption {
    width: 70% !important;
    left: 15% !important;
    /*top: 0%!important;*/
    padding-top: 0 !important;
  }
}

@media (min-width: 220px) and (max-width: 575px) {

  .slide-text>a.btn-default {
    font-size: 12px;
    padding: 11px 16px;
    margin-top: 7px;
  }

  #metro-touch-slider .carousel-caption {
    width: 70% !important;
    left: 15% !important;
    /*top: 0%!important;*/
    padding-top: 0 !important;
  }

  p.middle-text {
    display: none !important;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 14px;
    display: block;
  }

  /*.top-contact-list {
    display: table;
    text-align: center;
    margin: 0 auto 10px auto;
  }*/
  .comingsoon h1{
    font-size: 22px;
  }
  .top-contact-list li {
    padding: 0 3px;
  }

  .top-contact-list li a {
    font-size: 16px;
  }

  footer.p-5 {
    padding: 1.3rem 0rem !important;
  }

  .m-min-200 {
    min-height: 300px !important;
    height: 300px !important;
  }

  .btn1,
  .btn2 {
    padding: 10px;
  }
  .footeraddress .text-center{
      text-align: left !important;
  }

  .h3-heading{
    font-size: 20px;
  }
  .contact-wrap .address-content{
    height: auto;
  }
  .innercontent-wrap1{
    padding: 20px;
  } 
}