@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@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');
body{
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #26282b;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
}
*,ul,ol{
    margin:0;
    padding:0;
}
ul,ol{
    list-style-type: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover,a:focus{
    color: #000e51;
    outline: none;
    text-decoration: none;
}
.txt-hover:hover{
    color: #000;
}
.txt-hover:hover,.txt-hover:focus{
    color: #000;
}
.font-1{
    font-size: 20px;
    font-weight: 800;
}
button:hover,button:active,
button:focus{
    outline: none!important;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
p{
    
}
.wrapper{
    overflow: hidden;
}
.text-color1{
    color: #000e51;
}
.mt-100{
    margin-top: 170px;
}
.section{
    padding: 4em 0;
}
.bg-color1{
    background-color: #000e51;
}
.bg-color2{
    background-color: #fc5b00;
}
.bg-color3{
    background-color: #f3f3f3;
}
.wdth-80{
    width:375px;
}

/*.container-fluid{*/
/*    padding-right: 40px;*/
/*    padding-left: 40px;*/
/*}*/


span.heading{
    font-size: 20px;
    font-weight: 500;
}

.hcCqAM {
  z-index: 9;   
}

.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.intro figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -48px;
  background: rgba(202, 202, 202, 0.86);
  position: relative;
}
.intro figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background-size: contain;
}
.intro figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -65px);
}
.intro figure .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
}
.intro .content-box {
  display: block;
  padding-left: 10%;
}
.intro .content-box b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.intro h5{
    font-size: 18px;
    color: #000e51;
}
.intro h1{
    font-size: 50px;
    line-height: 60px;
}

.service-card {
  background: #fff;
  border-radius: 0px;
  padding: 30px 60px 0px 65px;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 40px;
  transition: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* Medium Large devices */
  border-color: #b1b1b1;
}
.service-card:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 65px;
  width: 157px;
  height: 1px;
  background: #000;
  opacity: 0.1;
}
.service-card-shadow-text {
  position: absolute;
  transform: rotate(-90deg) translate(-50%, 0);
  font-size: 36px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  transform-origin: left top;
  top: 50%;
  left: 35px;
  opacity: 0.15;
}
.service-card_content {
  padding: 0 0px 0 16px;
}
.service-card_icon {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  padding: 10px 0 0 10px;
  margin-left: -10px;
}
.service-card_icon img {
  transition: 0.4s;
}
.service-card_icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #7A73D1;
  opacity: 0.2;
}
.service-card_title {
  margin-top: -0.3em;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.service-card_title a {
  color: #000;
}
.service-card_title a:hover {
  color: #000e51;
}
.service-card_text {
  font-size: 16px;
  margin-bottom: 23px;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}
.service-card .btn-wrap {
  justify-content: end;
  position: relative;
  transform: translate(0, 25px);
  margin-top: -25px;
  margin-right: -20px;
}
.service-card .btn-wrap .icon-btn {
  background: #ddd;
  color: #000e51;
}
.service-card .btn-wrap .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 24px;
  opacity: 0;
  transition: 0.4s;
}
.service-card:hover {
  border-color: #000e51;
}
.service-card:hover .service-card_icon img {
  transform: rotateY(180deg);
}
.service-card:hover .btn-wrap .btn {
  opacity: 1;
}
@media (max-width: 1399px) {
  .service-card {
    padding: 30px 40px 0px 50px;
  }
  .service-card .service-card:after {
    right: 35px;
  }
  .service-card .service-card-shadow-text {
    font-size: 30px;
    left: 25px;
  }
  .service-card .btn-wrap {
    margin-right: -5px;
  }
}
.icon-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #e75519;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  border: none;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn:hover {
  background-color: #000;
  color: #fff;
}
.icon-btn i {
  font-size: 20px;
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid #e75519;
  color: #e75519;
}
.icon-btn.btn-border:hover {
  background: #e75519;
  color: #fff;
}
.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  border: none;
  align-items: center;
  text-align: center;
  background-color: #000e51;
  color: #fff;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 15px 32px;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 5px;
  /* Medium Large devices */
}
.btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
  transition: 0.4s;
}
.btn:after {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #fff;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 102%;
  left: 0;
  position: absolute;
  top: -1px;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 0px;
  z-index: -1;
}
.btn:focus, .btn:hover, .btn.active {
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn:focus:after, .btn:hover:after, .btn.active:after {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  background-color: #000000;
}
.btn:focus i, .btn:hover i, .btn.active i {
  margin-left: 10px;
  margin-right: -5px;
}
.contact-box1 a:hover,
.contact-box1 a:focus{
    color:#c3c3c3;
}
.property-calculator {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  margin-top: 100px;
  position: relative;
}
.property-calculator figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;
  background: rgba(202, 202, 202, 0.86);
  position: relative;
}
.property-calculator figure:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: rgba(202, 202, 202, 0.86);
  position: absolute;
  left: -50vw;
  top: 0;
}
.property-calculator figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url(../images/side-pattern-bg.png);
  background-size: contain;
}
.property-calculator figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -35px);
}
.property-calculator figure .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
}
.property-calculator .content-box {
  display: block;
  padding-left: 10%;
}

.priority__thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.priority__thumb::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 133px;
  width: 50%;
  height: 50%;
  border: 10px solid #000e51;
  z-index: -1;
  /*border-top-left-radius: 10px;*/
}
.thumb-lg {
  text-align: end;
  position: relative;
}
.thumb-lg img {
  min-height: 400px;
  /*border-radius: 20px;*/
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.thumb-sm {
  position: relative;
  top: -250px;
  margin-bottom: -170px;
}
.thumb-sm img {
  /*border-radius: 20px;*/
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.priority-content p{
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
}
.get-consultation{
    padding-top: 150px;
}
.get-consultation .content-box{
/*    width: 500px;*/
    max-width: 100%;
    /*display: flex;
    flex-wrap: wrap;*/
    padding: 80px 50px;
    margin-bottom: -100px;
    color: #fff;
    background: #000e51;
    position: relative;
    overflow: hidden;
}
.get-consultation .content-box:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 200px 100vh 0;
    border-color: transparent #ebcfa7 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.15;
}
.insta-box{
    margin-top: 100px;
}
.new-inner-column {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    padding: 20px 0;
    flex-wrap: wrap;
}
.footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -80px;
}
.footer-bar .inner {
  background: #000e51;
  padding: 50px 30px;
  color: #fff;
}
.footelinks{
    text-align:center;
}
.footelinks a{
    color:#fff;
}
.footelinks a:hover,
.footelinks a:active,
.footelinks a:focus{
    color:#868686;
}
.abslt-short-div{
    position: absolute;
    left: 50px;
    padding: 60px 40px;
    background: #fff;
    border-radius: 30px;
    top: 60px;
}
.fulimgwarp img{
    border-radius: 12px;
}
.balustrades-last .abslt-short-div{
    position: absolute;
    left: 50px;
    right: 50px;
    padding: 35px;
    background: #fff;
    border-radius: 30px;
    top: -60px;
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
}
.inner-box .icon-box i{
    float: left;
    margin-right: 15px;
    color: #000e51;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background-color: #fff;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    border-radius: 6px;
    position: relative;
        -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inner-box .content-box{
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.footer-bar .inner .inner-box:hover i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.footer-bar .inner figure {
  margin-bottom: 0px;
  float: left;
  margin-right: 30px;
}
.footer-bar .inner figure img {
  height: 70px;
}
.footer-bar .inner h3 {
   font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.footer-bar .inner p {
  font-size: 18px;
  margin: 0;
}
.footer-bar .inner p a:hover,
.footer-bar .inner p a:focus{
    color: #767676;
}
.footer-bar .inner strong {
  font-weight: 600;
  text-decoration: underline;
}
.footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    padding-bottom: 30px;
    background: #000;
}

@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


.working-style2-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0 110px;
    margin-top: 110px;
    z-index: 1;
}
.working-style2-area::before {
    background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.working-style2-content {
    margin-top: -110px;
}
.single-working-box-style2{
    position: relative;
    display: block;
    width: 25%;
    float: left;
}
.single-working-box-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box-style2 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;    
}
.single-working-box-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-working-box-style2 .static-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 100ms;
}
.single-working-box-style2:hover .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 900ms ease 100ms;    
}
.single-working-box-style2 .static-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .static-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .icon-holder{
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    line-height: 100px;
    margin: 0 auto 30px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.single-working-box-style2 .icon-holder i img{
    width: 50%;
    height: 50%;
}
/*.single-working-box-style2 .icon-holder i{
    width: 85px;
    height: 85px;
    line-height: 68px;
    border: #fff solid 5px;
    font-size: 2em;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 100%;
    background-color: #45a941;
    color: #fff;
}*/
.single-working-box-style2 .icon-holder i img:before {
    display: block;
    color: #ffffff;
    font-size: 55px;
    line-height: 106px;
}
.single-working-box-style2 .text-holder{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title h3{
    color: #ffffff;
    font-size: 20px;
/*    line-height: 70px;*/
    font-weight: 600;
    z-index: 1;
    margin-bottom: 0;
}
.single-working-box-style2 .text-holder .title .count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #2d2e32;
    font-size: 100px;
    line-height: 70px;
    font-weight: 500;
    z-index: -1;
}
.single-working-box-style2 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
    transition: all 300ms ease 100ms;
}
.single-working-box-style2:hover .overlay-content{
    opacity: 1;
    transform: translateY(-10px);
    transition: all 900ms ease 300ms; 
}
.single-working-box-style2 .overlay-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .overlay-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .overlay-content .icon-holder {
    margin: 0 auto 30px;
    border: 2px solid #39c;
    background: #39c;
}
.single-working-box-style2 .text-holder .text{
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: 15px;
}
.single-working-box-style2 .text-holder .text p{
    color: #fff;
    margin: 0;
}
.single-working-box-style2 .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #e9212e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease 100ms; 
}
.single-working-box-style2:hover .read-more a span:before{
    opacity: 1.0;
    transform: scale(1.0);
    transition: all 900ms ease 900ms;     
}
.working-style-bottom{
    position: relative;
    display: block;
    padding-top: 84px;
}
.working-style-bottom p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 42px;
}
.image_block_1 .image-box{
  position: relative;
  display: block;
  margin-top: 17px;
}
#testicarousel .owl-nav button.owl-next,
#testicarousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #ddd;
    padding: 16px 24px !important;
    border-radius: 4px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 0;
    margin-top: 0;
}
#testicarousel .owl-nav{
    margin-top: -15px;
    display: inline-block;
    border: 1px solid #fc5b00;
    padding-top: 15px;
    padding-bottom: 10px;
}
.arrow-left {
    transform: rotate(-180deg);
}
.section-four{
    position: relative;
    overflow: hidden;
}
.section-four .bg-patch-testi::before{
    top: auto;
    bottom: 0;
    height: 250px;
}
.testimonial-slider-content{
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px dashed #fc5b00;
    border-radius: 10px;
    padding: 40px 25px;
    max-height: 240px;
}
.testimonial-slider-content h3{
    color: #fc5b00;
    font-size: 25px;
}   
.testimonial-slider-content a{
    color: #694801;
    font-size: 18px;
    font-weight: 700;
}
.img-topbtm-line{
    position: relative;
}
.imgvertical{
    position: relative;
    animation: moveLeftBounce 3s linear infinite;
}
.testimonial-2-section{
    position: relative;
}
.img-topbtm-line {
    position: absolute;
    width: 28%;
    background-color: rgb(14 79 35);
    height: 130%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: -35px;
}
.image_block_1 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image img{
  width: 100%;

}

.image_block_1 .image-box:before{
  background-color: transparent;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #39c;
    transform: rotate(-5deg);
}

.image_block_1 .image-box:hover:before{
  left: 0px;
  top: 0px;
}
/*.image_block_1 .image-box:before{
    border: 1px solid #f39346;
}*/
.contact-form-sec {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-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;
}


.single-blog-post {
    position: relative;
    display: block;
    margin-bottom: 52px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.single-blog-post:hover .overlay-style-two{
    opacity: 1;
}
.single-blog-post:hover .img-holder .overlay-style-two:before{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;   
}
.single-blog-post:hover .img-holder .overlay-style-two:after{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;   
}
.single-blog-post .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-blog-post:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);  
}

.single-blog-post .img-holder .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
}
.single-blog-post:hover .img-holder .overlay{
    transition: all 700ms ease 500ms;
    transform: translate3d(0px, 0px, 0px);      
}
.single-blog-post .img-holder .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-blog-post .img-holder .overlay .box .link-icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-blog-post .img-holder .overlay .box .link-icon a span:before{
    display: inline-block;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    transition: all 500ms ease;
}
.single-blog-post .img-holder .overlay .box .link-icon a:hover span:before{
    color: #e9212e;    
}

.single-service-item {
    margin: 15px 0 0;
}

.box-style1 {
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 300px;
}

.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, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 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;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.new-areas-list{
  padding: 12px 25px;
  background: linear-gradient(to top right, #253893 12%, #041152 76%);
  border: 5px double #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
/*  border-radius: 0 50px 50px 0;*/
  color: #fff !important;
  margin-bottom: 20px;
  text-align: center;
}
.new-areas-list i{
  padding-right: 10px;
}
.new-areas-list a{
  color: #fff;
}
.new-areas-list a:hover,
.new-areas-list a:focus{
  color: #fff;
}


.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.blog-text-holder{
    position: relative;
    margin-top: -35px;
    margin-left: 30px;
    min-height: 335px;
    padding: 30px 48px 35px;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
    box-shadow: 0px 0px 20px 0px rgba(19, 16, 34, 0.1);
}
.blog-text-holder .new-btn{
    background-color: transparent;
    border: 1px solid #3399cc;
    color: #fff;
    padding: 15px 25px;
    background-color: #3399cc;
    border-radius: 5px;
    transition: 0.5s all;
}
.blog-text-holder .new-btn:hover{
    background-color: #000;
    border-color: #000;

}
.blog-text-holder p{
    margin-bottom: 20px;
}

.slogan-style2-area{
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 102px 0 110px;
    z-index: 1;  
}
.slogan-style2-area .icon-holder{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #39c;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    animation: fa-spin 9s ease infinite;
}
.slogan-style2-area .icon-holder i img{
    width: 50%;
    height: 50%;
}
.slogan-style2-area .icon-holder i img:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 80px;
    line-height: 120px;
}
.slogan-style2-area .inner-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.slogan-style2-area .inner-content .title{
    display: block;
    padding-bottom: 40px;
}
.slogan-style2-area .inner-content .title h1{
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
}
.slogan-style2-area .inner-content .title h1 span{
    font-weight: 400;
}
.slogan-style2-area .inner-content .button{}
.slogan-style2-area .inner-content .button a{
    color: #27282c;
    background: #ffffff;
    margin: 0 13px;
    padding: 0 40px 0;
}
.slogan-style2-area .inner-content .button a:hover{
    color: #ffffff;
    background: #27282c;
}
.slogan-style2-area .inner-content .button a.call-us{
    color: #ffffff;
    background: #e9212e;
}
.slogan-style2-area .inner-content .button a.call-us i:before {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}




.btn1{
    padding: 15px 40px;
    border: 2px solid #000e51;
    font-size: 16px;
     background-color: #000e51;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-radius: 0;
    color: #fff !important;
}
.btn1:hover,
.btn1:focus{
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
    font-weight: 500;
}
.btn2{
    padding: 8px 20px;
    border: 2px solid #000e51;
    font-size: 14px;
     background-color: #000e51;
    /*transition: 0.5s;*/
    display: inline-block;
    border-radius: 30px;
    color: #fff !important;
}
.service-box:hover .btn2,
.btn2:focus{
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
    font-weight: 600;
}

@media (min-width: 768px) {
  .button-style1 {
    padding: 16px 44px;
    min-width: 150px;
  }
}
.btn-1{
  background-color: #000e51;
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn-1 span {
  position: relative;
  z-index: 3;
}
.btn-1 .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.btn-1 .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-1 .txt {
  font-size: 14px;
  line-height: 1.45;
}

.btn-1:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.btn-1:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}
.parallax-window {
    height: 500px;
    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;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    top: 53%;
    width:80%;
    left:10%;
    content: '';
    z-index: 111;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top:110px;
    text-align: left;
    padding-bottom: 0;
    bottom: auto;
}
#metro-touch-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 10%;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
}
#metro-touch-slider .carousel-caption h4{
    padding: 0;
    color: #3399cc;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}
#metro-touch-slider .carousel-caption h1,
#metro-touch-slider .carousel-caption h2{
    padding: 0;
    color: #fff;
    font-size: 5.5em;
    font-weight: 600;
/*    font-style: normal;*/
    line-height: 100px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
   
}
#metro-touch-slider .carousel-caption h3{
    color: #fff;
    font-size: 35px;
    line-height: 45px !important;
}

#metro-touch-slider .carousel-caption p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 1px;
}
.carousel-control-next, .carousel-control-prev{
    top:auto;
    bottom:60px;
    width:auto;
/*    background-color: #000e51;*/
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 12px;
    /*display: none;*/
	opacity: 1;
}
.carousel-control-prev {
    left: auto;
    right: 230px;
}
.carousel-control-next{
    right: 155px;
}
.carousel-indicators [data-bs-target]{
	height: 10px;
    width: 30px;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #000e51;
}
.single-project-item{
    position: relative;
    margin-bottom: 30px;
}
.slider-stick-wrap {
    position : absolute;
    bottom : 0;
    left : 0;
    background-color : #000e51;
    padding : 20px 40px;
    content : '';
    z-index : 9;
    border-radius : 0 50px 0 0;
    font-size: 20px;
    color: #fff;   
}

.overlap:before{
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlap1:before{
    background-color: rgba(0, 0, 0, 0.50);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlap3:before{
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec2{
    border: 2px dashed #000;
}
.border-sec1{
    padding: 50px;
    border: 2px solid #cacacadb;
}
.dark-box1{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.side-img {
    width: 100%;
    height: 500px;
}

.new-roof-sec1{
    position: relative;   
}

.new-roof-img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.new-roof-inner1{
    background-color: #fff;
    padding: 50px!important;
    margin-left: -60px;
    position: relative;
    z-index: 99;
}

.new-roofs-side-sec1{
    position: relative;
    z-index: 1;

}

.new-roofs-side-sec2{
    margin-top: -250px;
}
.new-roofs-side-img{
    position: relative;
    border-top-right-radius: 10%; 
    border-bottom-left-radius: 10%; 
}

.new-roofs-side-img:before{
    position: absolute;
    bottom: -15px;
    right: -15px;   
    content: '';
    background-color: #243961;
    width: 50%;
    height: 50%;   
    z-index: -1;
}

.new-roofs-side-img::after{
    position: absolute;
    top: -15px;
    left: -15px;   
    content: '';
    background-color: #243961;
    width: 50%;
    height: 50%;   
    z-index: -1;
}



/*.new-roof-sec2{
    position: relative;
    z-index: -2;
}

.new-roof-img2{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.new-roof-inner2{
    background-color: #fff;
    padding: 50px!important;
    margin-right: -60px;
    
}*/

.side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gutter-sec1{
    position: relative;
    background-color: #f3f3f3;
    z-index: -1;
}

.gutter-sec1::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #000d53;
    content: '';
    z-index: -1;
}

.gutter-sec-img1{
    border: 10px solid #fff;
}

.border-box-img img{
    border: 20px solid #cacacadb;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.border-box2 img{
    border: 20px solid #000e51;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box-sec1{
    padding: 50px;
    min-height: 382px;
}


.header{
/*    background-color: rgba(255, 255, 255, 0.50);*/
    /*position: absolute;*/
    z-index: 111;
}
.staticheader .header{
    background-color: #000d53;
}
.header-fixed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    content: '';
    /*border-bottom: 1px solid rgba(0, 0, 0,1);*/
    /*background-color: rgba(255,255,255,0.7);*/
}
.home-page .header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    content:'';
    z-index:999;
}
.top-header{
    background-color: transparent;
}
.logo{
    display: inline-block;
    margin:10px 0;
    width: 85%;
}
#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;
/*    background-color: #000e51;*/
    z-index: 99;
}
/*.navigation{
    background-color: #3399cc;
    border-radius: 0 0 30px 30px;
    border-bottom: 1px solid #3399cc;
}*/
.navi-bg{
/*    border-radius: 0 0 30px 30px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.40);
}

.navigation{
    text-align: end;
}
.header-btn{
    padding-right: 50px;
    font-weight: 400;
}
.contact-form{
    background-color: #39c;
    padding: 20px 30px;
    border-radius: 10px;
}
.form-outline{
    margin-top: 10px;
}

#contact-form input,
#contact-form textarea.form-control,
#contact-form select.form-select {
  background-color: #fff;
  border-color: #919191;
  color: #171717;
  padding: 10px;
  border-radius: 8px;
/*  box-shadow: inset 2px 2px 10px rgba(255,255,255,.1), inset -5px -8px 8px rgba(0,0,0,.2);*/
}

#contact-form select.form-select{
  background: #ffffff;
  font-size:1rem;
}

#contact-form input[type="checkbox"] {
  background-color: #171717;
  accent-color: red;
}
#contact-form ::placeholder {
  color: #171717;
  opacity: 1; /* Firefox */
}
#contact-form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #171717;
}
#contact-form label {
  color: #fff;
  padding-left: 10px;
}
.project-button-btn a{
    height: 60px;
    line-height: 56px;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
     background: #000e51;
    border: 2px solid #000e51;
    padding: 0 40px;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.project-button-btn a:hover{
        text-decoration: none;
    background: #000;
    border-color: #000;
}

.project-button a {
    display: inline-block;
    font-size: 16px;
    color: #fefefe;
    font-weight: bold;
    background: #000e51;
    padding: 14px 41px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #000e51;
}

.project-button a:hover{
    color: #000e51;
}

.project-button a:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 30px;
}

.project-button a:hover:before{
    width: 100%;
    left: 0;
}

.project-button i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 5px;
    transform: rotate(-59deg);
}

.btnn-4 .btn-3 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  max-width: 190px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid #ccc;
  text-decoration: none;
  line-height: 58px;
  color: #fff;
}
.btnn-4 .btn-3:before,
.btn-3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 34px solid #000000;
  border-bottom: 34px solid #000000;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.btnn-4 .btn-3:before {
  border-right: 36px solid transparent;
  transform: translateX(-150%);
}
.btnn-4 .btn-3 span {
  color: #000;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.btnn-4 .btn-3:after {
  border-left: 36px solid transparent;
  transform: translateX(150%);
}
.btnn-4 .btn-3:hover:before {
  transform: translateX(-30%);
}
.btnn-4 .btn-3:hover:after {
  transform: translateX(30%);
}
.btnn-4 .btn-3:hover span {
  color: #fff;
}
.isStuck{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-top: 0;
    background-color: #000!important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.top-contact-list{
   margin-top: 10px;
    display: block;
    vertical-align: middle;
    text-align: end;
    /*padding-left: 130px;*/
}
.top-contact-list li{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    /*margin-left: 20px;*/
    font-size: 13px;
    clear: both;
    /*width: 25%;*/
    padding-right: 6px;
    box-sizing: border-box;
}
.top-contact-list li a{
    display: inline-block;
    font-size: 16px;
    /*text-align: left;*/
}
.top-contact-list li i{
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
    float: left;
}
.top-contact-list li span{
    position: relative;
    overflow: hidden;
    display: inherit;
    text-align: right;
}
.top-contact-list li span strong{
    font-size: 16px;
    font-weight: 400;
}
.top-contact-list li i{
    background-color: #000e51;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    /*border:1px solid #000e51;*/
    font-size: 26px;
    -webkit-shadow: 0 0 10px #a1a1a1;
   /* -moz-text-shadow: 0 0 10px #a1a1a1;
    text-shadow: 0 0 10px #a1a1a1;*/
}
.top-contact-list li:last-child{
    margin-right: 0;
}
.top-contact-list li:hover i{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.top-contact-list li a:hover,
.top-contact-list li a:focus{
    color: #000e51;
}
/*.top-contact-box .content-box{

}
.top-contact-box .icon-box i{
    float: right;
}*/
.top-contact-box .icon-box i{
    float: right;
    margin-left: 15px;
    color: #fff;
    width: 26px;
    height: 66px;
    line-height: 66px;
/*    background-color: #fff;*/
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    border-radius: 6px;
    position: relative;
        -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.top-contact-box .content-box1{
    position: relative;
    overflow: hidden;
    padding-right: 15px;
    color: #fff;
    
}

.top-contact-box .content-box1 p a{
    color: #fff !important;
    position: relative;
}
.top-contact-box .content-box1 p a:hover,
.top-contact-box .content-box1 p a:focus{
    color: #000 !important;
}

.association-logo img,
.association-wrap .img-responsive{
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;
}
.association-wrap .img-responsive{
    max-width: 196px;
    margin-bottom: 8px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
.mobile-menu{
    display: none;
}
.navigation > li{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.navigation li.dropdown > .dropdown-menu{
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #ffffff;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding:0;
    margin:0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block; 
}
.navigation li.dropdown > .dropdown-menu li{
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
    border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
    background-color: #ffffff;
    padding:12px 15px;
    color:#000;
    white-space: normal;
}
.navigation li.dropdown:hover > .dropdown-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navigation > li:first-child{
    display: none;
}
.navigation a{
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 600;
    color: #ffffff;
    padding:16px 25px;
    transition: all 500ms ease 0s;
    border-top: 1px solid transparent;
    margin-top: -1px;
}
.navigation > li.dropdown > a:after {
    font-family:bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
    color: rgba(202, 202, 202, 0.86);
    border-top: 1px solid rgba(202, 202, 202, 0.86);
    margin-top: -1px;
}
.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: #000e51;
}

.width-50{
    width: 50%;
}
.width-30{
    width: 30%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.width-40{
    width: 40%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
    width: 100%;
}
.padd-40{
    padding: 40px;
}
.display-table{
    display: table;
    height: 100%;
}
.padd{
    padding: 0 40px 0 0px;
}
.padd2{
    padding: 0 0 0 40px;
}
.parallax .padd-40 {
    position: relative;
    z-index: 1;
}
.display-table .padd-40{
    display: table-cell;
    vertical-align: middle;
}
.size-1{
    font-size: 1.5em;
    line-height: 30px;
    font-weight: 500;
}
.size-2{
    font-size: 2em;
    font-weight: 700;
    line-height: 40px;
}
.size-3{
    font-size: 3em;
    font-weight: 700;
}
.divider, .divider1 {
    width : 100px;
    height : 2px;
    background-color : #000e51;
    position : relative;
    margin-bottom : 25px;
}
.divider:before, .divider1:before {
    position : absolute;
    bottom : -5px;
    left : 0;
    width : 50px;
    height : 1px;
    background-color : #000e51;
    content : '';
}
.divider1 {
    display : inline-block;
    width : 100px;
}
.divider1:before {
    width : 50%;
    left : 25%;
}
.list1 li,
.list3 li,
.areas-list li{
    padding:0 0 10px 25px;
    position: relative;
}
.list1 li:before,
.list3 li:before,
.areas-list li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '\F133';
    font-family:bootstrap-icons;
    font-size: 18px;
    color:#000e51;
}
.list3 li:before{
    color: #fff;
}
.areas-list li:before{
    content: '\F3E7'!important;
}
.list2{
    margin-left: 16px;
    list-style-type: decimal;
}
.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: '';
}
.footer-widget{
    /*padding:50px 0;*/
    color: #fff;
}
.address-box{
    margin: 18px 0;
    border-bottom: 1px solid #d5d5d5;
}
.address-box .address-icon-holder{
    float: left;
    margin-right: 15px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #000e51;
/*    border-radius: 100%;*/
    text-align: left;
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
}
.address-box .address-content{
    position: relative;
    overflow: hidden;
}
.address-box .address-content p{
/*    font-weight: 500;*/
}
.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    text-align: center;
}
.address-box .address-content strong,
.address-content.contact-wrap strong{
    color: #000;
}
.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap > p > a{
    color: #000;
}
.widget-title{
    color: #fff;
}

.footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 13px;
    margin-top: -1px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    z-index: 1;
}
.footer-widget .title:before{
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 3px;
    width: 67px;
    content: "";
    background-color: #2c42ad;
} 
.footer-widget .title:after{
    position: absolute;
    bottom: -9px;
    left: 66px;
    height: 3px;
    width: 25px;
    content: "";
    background-color: #a3a3a3;
} 
.footer-menu li{
/*    border-bottom: 1px solid #cbcbcb;*/
    padding: 2px 0;
}

.footer-menu li a{
    position: relative;
/*    padding:2px 0 2px 20px;*/
    display: inline-block;
}
.footer-menu li a:before{
    /*position: absolute;
    top: 2px;
    left: 0;
    content: '\F285';
    font-family:bootstrap-icons !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;*/
}
.footer-menu li a:hover:before{
    left: 2px;
}
footer a:hover{
    color:#767676;
}
.footer-links{
    text-align: center;
}
.footer-links,
.footer-links a{
    color: #ffffff;
    font-size: 15px;
}
.footer-links a:hover{
    color: #000;
}
.social-link li{
    display: inline-block;
    vertical-align: top;
}
.social-link li a{
    width:40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 10%;
    margin-right: 10px;
/*    background-color: #fff;*/
    color: #fff !important;
}
.social-link li a i{
    z-index: 99;
}
.social-link li:hover a{
    background-color: #000e51;
    border-color: #000e51;
    color:#fff !important;
}
.copyright-wrap{
    overflow: hidden;
}
.copyright{
    color: #000;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}
.bg-breadcrumb {
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/bgnew_img03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    min-height: 400px;
    padding-top: 0;
    padding-bottom: 50px;
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.bg-breadcrumb.slider4{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider4.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider5{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider5.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider6{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider6.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider7{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider7.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider8{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider8.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider9{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider9.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider10{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider9.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider11{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider2.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider12{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider11.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider13{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider10.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}
.bg-breadcrumb.slider14{
    background:linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 17%)), url(../images/slider/slider12.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-size: cover !important;
}

.middle-bredcrumb-text{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.middle-bredcrumb-text h1{
    font-size: 53px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: -3px 3px 4px #0f0f0f;
}
.about-sec-1.intro figure{
    margin-top: 0;
}
.about-sec-1.intro figure .holder{
    transform: translate(30px, 30px);
}
.fancy_sec_box_content{
    position: relative;
    background: #000d53;
    padding: 30px;
    border-radius: 15px;
    right: -110px;
}
.whitelist.list1 li::before{
    color: #fff;
}
.border-r-12{
    border-radius: 12px;
    box-shadow: 1px 9px 21px -7px rgba(0, 0, 0, 0.73);
}
.insta-wrap .responsive{
    width: 25%;
    margin-right: -4px;
}
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:130px;
    right:10px;
    z-index: 1000;
    overflow:hidden;
    width:50px;
    height:50px;
    border:none;
    text-indent:100%;
    background:url('../images/totop.gif')
    no-repeat left top;
}
#toTopHover {
    background:url('../images/totop.gif') no-repeat left bottom;
    width:50px;
    height:50px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
    outline:none;
}
.form-control{
	height: 45px;
	padding:10px;
	border:1px solid #ccc;
	background-color: #fff;
	border-radius: 0;
	color: #000;
	box-shadow: none;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
	box-shadow: none;
	border-color: #a1a1a1;
}
textarea.form-control{
	height: 130px;
	resize: vertical;
}

.contact-wrap1{
    text-align: center;
}
.contact-wrap1 .address-icon-holder1{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    color: #fff;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
.contact-wrap1 .address-icon-holder1:before{
    display: none;
}
.contact-wrap1 .address-content1{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    height: 160px;
}
.contact-wrap1 .address-content1 strong{
    font-size: 18px;
}
.address-box1{
    margin-bottom: 12px;
}
.address-box1 .address-icon-holder1{
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffff;
    background-color: #000e51;
    box-sizing: border-box;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
.service-box {
	height : 275px;
	width : 100%;
	transition : all 0.5s;
	display : table;
	padding: 50px 20px 20px 20px;
    margin: 15px 0px;
}
.service-box .service-box-content {
	display : table-cell;
	vertical-align : middle;
	position: relative;
}
.service-box .service-box-content .icon-holder {
	position: absolute;
	top: -90px;
	left: 0;
	text-align: center;
	width: 100%;
	content: '';
}
.service-box .service-box-content .icon-holder i{
	width : 85px;
	height : 85px;
	line-height : 68px;
	border : #fff solid 5px;
	font-size : 2em;
	display : inline-block;
	margin-bottom : 10px;
	border-radius : 100%;
	background-color : #000e51;
	color : #fff;
}
.service-box .service-box-content .icon-holder i img{
    width: 50%;
    height: 50%;
}
.service-box:hover{
	background-color : #000e51;
	color: #fff;
	box-shadow : -10px -10px 3px #eee;
}
.service-box h3{
	color: #000;
	font-size:22px;
}
.service-box:hover h3{
	color: #fff;
}
/* ............... */
.home-img-box {
    position: relative;
  }
  .home-img-style1:before,
  .home-img-style2:before {
    content: "";
    position: absolute;
    bottom: -27px;
    left: -27px;
    background-color: #3399cc;
    width: 300px;
    height: 332px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
  }

  .home-img-style2:before {
    left: auto;
    right: -27px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }

.contact-icon i {
    font-size: 30px;
    display: inline-block;
    color: #3399cc;
    transition: .5s;
}

.contact-content {
    overflow: hidden;
}

.contact-title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px;
    margin-top: 0;
    transition: .5s;
}

.contact-desc p {
    font-size: 15px;
    line-height: 26px;
    transition: .5s;
}

.contact-detail strong{
    font-size: 18px;
}

.contact-container {
    background-color: #ffffff;
    padding: 21px;
    border-left: 10px solid #3399cc;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 15px;
    box-shadow: 21px 21px 30px #0000005e;
}


@media(min-width: 1300px) and (max-width: 1520px){
    .navigation{
        padding-left: 40px;
    }
    .header-btn{
        padding-right: 40px;
    }
    .header-btn .btn1{
        padding: 15px 20px;
        font-size: 15px;
    }
    #metro-touch-slider .carousel-caption h1 {
        font-size: 4em;
        line-height: 70px;
    }
    .ps-lg-5{
        padding-left: 5em !important;
    }
    .padd-lg-5{
        padding-left: 4em !important;
    }
}

@media(min-width: 1200px) and (max-width: 1299px){
    .navigation{
        padding-left: 20px;
    }
    .header-btn{
        padding-right: 20px;
    }
    .header-btn .btn1{
        padding: 15px 20px;
        font-size: 15px;
    }
    .navigation a {
        padding: 16px 10px;
    }
     #metro-touch-slider .carousel-caption h1 {
        font-size: 4em;
        line-height: 60px;
    }
    .ps-lg-5{
        padding-left: 7em !important;
    }
    .padd-lg-5{
        padding-left: 4em !important;
    }
    .priority__thumb::after{
        left: 82px;
    }
    .padd-lg-5{
        padding-left: 7em !important;
    }
}

@media(min-width: 220px) and (max-width: 991px){
    
    .mobile-menu{
        display: table;
        font-size: 20px;
        background-color: #000e51;
        padding: 10px 14px;
        color: #fff;
        margin: auto;
        cursor: pointer;
    }
    .header-btn{
        padding-right: 0;
    }
    .header-btn .btn1{
        padding: 15px 20px;
        font-size: 15px;
    }
    .navigation{
        padding-left: 0;
    }
    .navi-bg{
        border-radius: 0;
        background-color: #000e51;
    }
    .header{
        background-color: #dbd7cc !important;
    }
    .home-page .header{
        position:static;
        background-color:#dbd7cc;
    }
    .p-5{
        padding:1.6rem !important;
    }
    .p-0{
        padding: 0 !important;
    }
    .top-header{
        padding-bottom: 10px;
    }
    .navigation{
        border-bottom: 0;
    }
    .nav-wrapper{
        position: fixed;
        top: 0;
        left: -300px;
        width: 255px;
        height: 100%;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #000e51;
        padding-top: 0;
    }
    .nav-wrapper.open{
        left: 0;
    }
    .nav-wrapper .container-fluid{
        padding:0;
    }
    .navigation > li{
        display: block;
        margin:0;
        border-bottom: 1px solid #333;
        text-align: left;
        padding-right: 0;
    }
    .navigation > li:first-child{
        display: block;
        text-align: right;
    }
    .navigation li a{
        padding:0 20px;
        color:#fff;
        line-height: 3;
    }
    .navigation li:hover > a,
    .navigation li:focus > a,
    .navigation li.active > a{
        background-color: #000e51;
        color: #fff;
    }
    .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; 
        line-height: 1.5;
    }
     .top-contact-list{
        text-align: center;
    }
    .top-contact-list li{
        /*color: #fff;*/
        margin-right:0;
    }
    .top-contact-list li i{
        /*color: #fff;*/
        /*font-size: 14px;*/
        margin-right: 5px;
        
    }
     .flexbox{
        display: block;
    }
    .width-30,.width-40,.width-50,.width-60,.width-70,.width-20,.width-25,.width-33{
        width:100%;
    }
     .padd-40{
        padding: 20px;
    }
    .m-min-100{
        height:100%!important;
        min-height:100%;
    }
    .header-fixed{
        position: static;
    }
    .single-project-item .text-holder{
        padding: 23px 20px 23px;
    }
    .slider-stick-wrap {
        position: static;
        border-radius: 0;
        text-align: center;
    }
    .parallax.m-parallax{
        background-image: none!important;
        min-height: 100%!important;
    }
    .parallax.m-parallax-bg {
        background-image: none!important;
        height: 100%!important;
        min-height: 100%!important;
    }
    .mt-100{
        margin-top: 0px;
    }
    #pseudoStickyBlock{
        height: 0px;
    }
    .navigation{
        background: none;
    }
    .slider-wrapper .carousel-caption{
        padding-top: 0;
    }/*
    #stuck_container{
        background-color: #3399cc;
    }*/
    .first-img{
        display: none !important;
    }
    .inner-box{
        margin-bottom: 20px;
    }
    .footer-widget{
        padding: 15px 0;
    }
    .footer{
        padding-top: 100px;
    }
    .social-link li a{
        color: #000 !important;
        border-color: #000;
    }
    .social-link{
        margin: 15px 0;
    }
    .navigation a{
        border-top: 1px solid #cdcdcd;
    }
    .testimonial-slider-content{
        max-height: 100%;
        padding: 20px;
    }
    .abslt-short-div,.balustrades-last .abslt-short-div {
        position: static;
        left: 50px;
        padding: 25px;
        background: #f0e9e9;
        border-radius: 0;
        top: 60px;
    }
    .fancy_sec_box_content{
        right: 0;
    }
    .bg-breadcrumb{
        clip-path: none;
        min-height: 350px;
        padding-bottom: 0;
    }
    .middle-bredcrumb-text{
        min-height: 350px;
    }
    .aboutpge-sec-1.property-calculator{
        margin-top: 40px;
    }
    .get-consultation.aboutget-consult{
        padding-top: 0;
    }
    .get-consultation.aboutget-consult .container-xxl{
        margin-top: 0;
    }
    .border-sec1{
        padding: 20px;
    }
    .dark-box1 {
        margin-bottom: 30px;
    }
    .gutter-sec1::before{
        display:none;
    }
    .box-sec1{
        padding: 20px;
        min-height: auto;
        margin-bottom: 30px;
    }
    .new-roof-img1 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .new-roof-inner1{
        margin-left: 0;
        padding: 20px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .logo{
        margin: 0 auto;
        display: block;
        padding: 10px 0;
    }
    .logo .img-fluid{
        margin: 0 auto;
        display: block;
/*        padding-top: 20px;*/
        width: 300px;
    }
    .top-contact-list li{
        font-size:16px;
        padding: 5px 12px;
    }
    .top-contact-list li i{
        font-size:16px;
        margin-right: 10px;
    }
    .top-contact-list li{
        margin-left: 0 !important;
        margin-right: 0!important;
    }
    #metro-touch-slider .carousel-caption h1{
        font-size: 40px;
        line-height: 44px;
    }
    #metro-touch-slider .carousel-caption p{
        font-size: 15px;
        line-height: 25px;
    }
    .footer-bottom{
        background-image: linear-gradient(315deg, #000e51 75%, #000e51 0%);
    }
    .m-min-210 {
        height: 400px!important;
    }
    .single-project-item .text-holder{
        padding: 15px 20px 15px !important;
    }
    .single-working-box-style2{
        width: 50%;
    }
    .working-style-bottom{
        padding-top: 45px;
    }
    .service-card_title {
        font-size: 18px;
    }
    .service-card{
        padding: 30px 30px 0px 70px;
    }
    .new-inner-column {
        column-gap: 35px;
    }
    .property-calculator figure::before{
        display: none;
    }
    #metro-touch-slider .carousel-caption h2{
        font-size: 25px;
        line-height: 35px !important;
    }
  
}

@media(min-width: 220px) and (max-width: 767px){
    h1{
        font-size: 26px;
        line-height: 36px;
    }
    h2{
        font-size: 24px;
        line-height: 34px;
    }
    h3{
        font-size: 20px;
        line-height: 30px;
    }
    #metro-touch-slider .carousel-caption h1{
        font-size: 30px;
        line-height: 40px;
    }
    #metro-touch-slider .carousel-caption h2 {
        font-size: 20px;
        line-height: 30px !important;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 30px;
        height: 30px;
    }
    .carousel-control-next, .carousel-control-prev {
        padding: 6px;
    }
    .carousel-control-next{
        right: 70px;
    }
    .carousel-control-prev{
        right: 130px;
    }
    .property-calculator figure:before {
        width: 90%;
        left: -13px;
        top: 13px;
    }

    #metro-touch-slider .carousel-caption p{
        display: none;
    }
    .carousel-indicators [data-bs-target]{
        display: none;
    }
    .top-right-wrap{
        text-align:center;
    }
    .top-contact-list, .social-link{
        margin:8px 0;
        vertical-align:top;
        /*text-align: center;*/

    }
    .top-contact-list li{
        padding: 4px 4px;
        font-size: 15px;
        border-width:1px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align: unset !important;
    }
    .top-contact-list li i{
       font-size: 15px;
    }
    /*.top-contact-list li:last-child,
    .top-contact-list li span strong,
    .top-contact-list li span br{
        display: none;
    }*/
    .logo{
        margin: 10px auto;
        display: block;
        padding: 10px 0;
        width: 50%;
    }
    .logo .img-responsive{
        margin: 0 auto;
        display: block;
    }
    .parallax-window {
    height: 300px;
    background: transparent;
    display: table;
    width: 100%;
    }
    .p-5 {
    padding: 1.5rem 1rem!important;
    }
    .single-project-item .text-holder{
        min-height: auto;
    }
    .flexbox {
        display: block;
        padding: 0;
    }
    .working-style-bottom{
        padding-top: 40px;
    }
    .property-calculator figure{
        margin-top: 10px;
    }
    .property-calculator figure .holder{
        float: none;
    }
    .property-calculator figure .holder img{
        width: 100%;
    }
    .property-calculator figure .holder{
        transform: none;
    }

}
@media(min-width:576px) and (max-width:767px){
    .m-min-210 {
    height: 350px!important;
    }
    .property-calculator{
        margin-top: 0 !important;
    }
}

@media(min-width:220px) and (max-width:575px){
    .middle-bredcrumb-text h1{
        font-size: 35px;
    }
    .side-img{
        height: 100%;
    }
    .contact-form{
        padding: 10px 20px;
    }
    .top-contact-list li a{
        font-size: 16px;
    }
    /*.top-contact-list li:last-child{
        display: none !important;
    }*/
    .top-contact-list li span strong{
        display: none;
    }
    .top-contact-list li{
        padding: 8px 4px;
    }
    .carousel-caption{
/*        display: none;*/
    }
    #metro-touch-slider .carousel-caption h1{
        font-size: 17px;
        line-height: 21px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    #metro-touch-slider .carousel-caption h2{
        font-size: 13px;
        line-height: 18px !important;
    }
    #metro-touch-slider .carousel-caption h4{
        font-size: 15px;
        line-height: 18px;
    }
    
    #metro-touch-slider .carousel-caption h3 {
    color: #fff;
    font-size: 12px;
    line-height: 16px !important;
    }
    .button{
        padding: 4px 20px;
    }
    #metro-touch-slider .carousel-caption{
        top: 50%;
    }
    .intro h1 {
        font-size: 38px;
        line-height: 44px;
    }
    .service-card{
        padding: 20px;
    }
    .service-card-shadow-text{
        display: none;
    }
    .service-card:after {
        width: 90px;
    }
    .property-calculator{
        margin-top: 0;
    }
    .carousel-control-next, .carousel-control-prev{
        padding: 5px;
        display: none;
    }
    .carousel-control-prev{
        right:44px;
    }
    .m-min-210 {
        height: 300px!important;
        min-height: 300px !important;
    }
    .size-3{
        font-size: 30px;
        line-height: 36px;
    }
    .size-2{
        font-size: 25px;
        line-height: 30px;
    }
    #testimonial-carousel{
        padding: 25px 35px;
    }
    .services-3-title h4{
        font-size:17px;
    }
    .padd-t{
        padding-top:15px;
    }
    .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }      
    .address-box .address-icon-holder {
        margin-right: 8px;
    }
    .logo{
        padding-bottom: 0;
        width: 100%;
    }
    .social-link{
        margin: 5px 0;
    }
    .home-img-style1:before,
    .home-img-style2:before {
        bottom: -15px;
        /*left: -15px;*/
        right: -14px;
        width: 150px;
        height: 150px;
    }
    .home-img-style1:before {
        left: -15px;
    }
    .project-button-btn a{
        height: 32px;
        line-height: 27px;
        font-size: 12px;
        padding: 0 20px;
    }
    .inner-box .icon-box i{
        display:none;
    }
    .footer-bar .inner h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .footer-bar .inner p {
        font-size: 16px;
    }
    .inner-box .content-box{
        padding-left: 0;
    }
    .footer-bar .inner{
        padding: 40px 20px;
    }
    .new-inner-column img{
        padding-bottom: 20px;
    }
}
