body {
font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px !important;
  margin: 0 auto !important;
  min-height: 1000px !important;
  height: 100% !important;
  background: #fff !important;
  overflow-x: hidden !important;
  color: #333 !important;
  font-weight: 400;
  padding-top: 120px;
}
body.home {
    padding: 0;
}
p{
margin: 0;
}

/* @font-face {
  font-family: "Flaming";
  src: url("../fonts/Flaming/Flaming.eot");
  src: url("../fonts/Flaming/Flaming.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaming/Flaming.woff2") format("woff2"),
    url("../fonts/Flaming/Flaming.woff") format("woff"),
    url("../fonts/Flaming/Flaming.ttf") format("truetype"),
    url("../fonts/Flaming/Flaming.svg#Flaming") format("svg");
} */


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

::-webkit-scrollbar {
  width: 15px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #ef7f1a;
  /* Old browsers */
}

::-webkit-scrollbar-thumb:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #ef7f1a;
  /* Old browsers */
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}



/*ReusableProperties*/
a {
  text-decoration: none !important;
  transition: 0.5s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

ul,li{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
/* //span { display: block; } */




.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255);
}



/* colors */

:root {
  --color-white: #fff;
}



/*scroll top*/

#scroll {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* text-indent: -9999px; */
  display: none;
  z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
  border: 1px solid #fff;
  background: #ef7f1a;
  z-index: 1024;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}





.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* sidenav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0px;
  background-color: #ef7f1a;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

 .sidenav a {
    padding: 20px 8px 20px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

  .sidenav li {
    list-style: none;
    display: block;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
	  	  border: none;
    padding: 0;
  }

  .rightbig {
    color: #ef7f1a;
    /* float: right; */
    margin-top: 7px !important;
    display: block;

}


  

/* Progress-scroll */

.progressscroll {
  border-bottom: 4px solid #c49a6c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Header */
/* .header-top */
/*header style*/

header {  position: fixed;  z-index: 1024; top:0;  }
.bottom-header.sticky{background: #fff;top: 0px;width: 100%;z-index: 1024;position:fixed;  box-shadow:  0 2px 2px 0px #cccccc85; }
.bg-lightblack{
      background-color: rgba(0, 0, 0, .75);
}
.navigation li {
  display: inline-block;
  padding: 10px 20px !important;
}

.navigation li a{
  color: #fff;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

.navigation li a:hover,.navigation li.current-menu-item a{
    color: #ef7f1a;
   border-bottom: 2px solid #ef7f1a;
}

.same-btn {
    background: #fff;
    padding: 13px 30px;
    font-weight: 600;
    color: #ef7f1a;
    border-radius: var(--bs-border-radius-pill) !important;
    display: inline-block;
    border: none !important;
    font-size: 16px;
}

section{
  padding: 70px 0;
}


/* Home Page */
.video-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-content h5 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 28px;
}
.banner-content{
    --tw-backdrop-blur: blur(4px);
}
h1{
     font-size: 3.75rem;
        line-height: 1;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 32px;
}
.dot {
    width: 1rem;
    height: 1rem;
    background: #ef7f1a;
    border-radius: 50%;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 10px;
}
.small-title{
  font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.small-title .dot {
    margin-bottom: 0;
}
.small-title span {
    vertical-align: text-bottom;
}
h3.secTitle{
          font-size: 3.75rem;
        line-height: 1;
      font-weight: 500;
      color: #020817;
}
.newdeals-right h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    color: #596460;
    font-weight: 400;
    margin-bottom: 16px;
}
.all-buttons {
    font-size: 16px;
    color: #fff;
    background: #ef7f1a;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
}
.newdeals.px-5 {
    background: #f7f7f7;
}
.new-box .img-fluid.rounded-4.w-100 {
    height: 195.188px;
    object-fit: cover;
}
.new-con-box .all-buttons {
    font-size: 14px;
    font-weight: 500;
}
.new-con-box h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
}
.new-con-box p {
    font-size: 16px;
}
.newest-job #pills-tab {
    background: #fff;
    display: inline-flex;
    padding: 8px !important;
    border-radius: 30px;
}
.newest-job #pills-tab .nav-link {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border: 1px solid #adadad;
    border-radius: 30px;
    color: #000;
    margin: 0 5px;
}
.newest-job #pills-tab .nav-link.active {
    background: #ef7f1a;
    border-color: #ef7f1a;
    color: #fff;
}
.what-sets-left h5 {
    color: #ef7f1a;
    text-transform: uppercase;
    line-height: 1.75rem;
    font-weight: 600;
}
.what-sets-left h5 svg {
    margin-right: 10px;
}
.what-sets-left h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
}
.what-sets-left p {
font-size: 1.125rem;
    line-height: 1.75rem;
}
.luxury-homes h2 {
    font-size: 3.75rem;
    line-height: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.luxury-homes p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.counter h2 {
    font-size: 4.5rem;
    line-height: 1;
}
.counter h5 {
    font-weight: 600;
    opacity: 0.5;
}
.top-ex h4 {
    letter-spacing: .025em;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.top-ex h6 {
    letter-spacing: .025em;
    font-weight: 700;
    margin-bottom: 30px;
}
.excellence-list .bg-white {
    height: 250px;
}
.excellence-top h2 {
    font-size: 3rem;
    line-height: 1;
}
.our-recent-projects h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.our-recent-projects p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.bg-orange {
    background: #ef7f1a;
    color: #fff;
}
.left-orp.bg-orange h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
}
.left-orp.bg-orange{
    height: 18rem;
}
.left-orp.bg-orange p {
 font-size: 16px;
 line-height: initial;
}
.right-orp img {
    height: 18rem;
    object-fit: cover;
}
.top-orps-img img {
    height: 720px;
    object-fit: cover;
}

.na-box h6 {
    font-size: .75rem;
    line-height: 1rem;
    background: #ef7f1a;
    color: #fff;
    border-radius: 20px;
    padding: 6px 15px;
}
.na-box-content h5 {
    margin-bottom: 20px;
    /* font-size: .75rem; */
    line-height: 1.6rem;
    font-weight: 700;
    font-size: 17px;
    color: #666;
}
.na-box-content p {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
}
p.date {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #6b7280;
}
.na-box-content .text-end .all-buttons {
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.na-box img.img-fluid.rounded-top-4.w-100 {
    height: 12rem;
    object-fit: cover;
}

.bg-soft-grey {
    background: #f3f4f6;
}
.bg-grey-1 {
    background: #e4e5df;
}
.mt--20 {
    margin-top: -40px;
}
.test-box h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #000;
}
.test-box p {
    font-size: .75rem;
    line-height: 1rem;
}
.test-box .flex.items-center svg {
    color: #facc15;
    margin: 3px 0px;
}
.what-our-customer-says{
  background: url(../images/reviewBg.png);
  background-attachment: fixed;
  background-size: cover;
}

#sp-ea-79.sp-easy-accordion>.sp-ea-single>.ea-header a {
    font-size: 16px !important;
        padding: 10px 0 !important;
}
#sp-ea-79.sp-easy-accordion>.sp-ea-single {
    margin-bottom: 10px !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
}
.faq-left h5{
  font-size: 1.125rem;
    line-height: 1.75rem;
    color: #596460;
    margin: 30px 0;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 15px 0 !important;
}
.form-box label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}
.form-box .form-control::placeholder{
  font-size: 14px;
}
textarea.form-control {
    height: 80px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.all-buttons {
    border: none;
}
.git-box h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #596460;
}
.git-list-box svg {
    fill: #ef7f1a;
    margin-right: 5px;
  
}
.git-list-box h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000;
      margin-bottom: 0;
}
.git-list-box a {
    font-size: 14px;
    color: #ef7f1a;
    margin-left: 35px;
}

.fypd-bg{
background: url(../images/fydp-bg.jpg);
background-size: cover;
border-radius: 30px;
padding: 100px 0;
}
.fypd-box {
    background: #fff3;
}
.fypd-box  h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.fypd-box h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.fypd-box h6 {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
}
.fypd-box a.all-buttons {
    margin-right: 15px;
}

a.all-buttons.bg-white {
    color: #ef7f1a;
}

.scfrp h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #313131;
    margin-top: 30px;
}
.scfrp-right input {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    height: 2.5rem;
}
span#basic-addon2 {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #f58634;
    color: #fff;
}
.footer-logo img {
    width: 11rem;
    height: 3rem;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-content p {
    font-size: 16px;
    line-height: 27px;
}
.footer-address p {
    margin-bottom: 20px;
}
.footer-content h5 {
    margin-bottom: 20px;
}
.footer-navigation a {
    font-size: 16px;
}
.footer-navigation li{
  margin-bottom: 10px !important;
}


@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 24s linear infinite;
          animation: marquee 24s linear infinite;
        font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
          line-height: 1;
}

.marquee span b{
    color: #f58634;
        font-size: 4.5rem;
}
.fb-r.text-end a {
    margin-left: 10px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 7px;
      color: #ef7f1a;
}
.b-cum li {
    color: #ef7f1a;
    text-transform: uppercase;
    font-weight: 600;
}
.b-cum li.active{
    color: #C0C0C0;
}
.our-services-row .mb-5 {
    margin-bottom: 5rem !important;
}
.serve-box {
    height: 425px;
    display: flex;
    align-items: center;
}
.serve-box h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 0;
}
.call-add-box h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #020817;
}
.call-add-box p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.about-top-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

.ovm-box h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
      color: #000;
}
.ovm-box p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  color: #000;
}
.our-team-list h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 10px 0 5px;
}
.our-team-list p {
    font-size: 16px;
    font-weight: 400;
}
.address-call .border,.address-call .border-end  {
    border-color: #000 !important;
}

/* Project Page */

body.page-template-page-projects {
    padding: 0;
}
.banner-content h4 {
    font-size: 30px;
    font-weight: 600;
}
.banner-content p {
    margin-bottom: 15px;
    font-weight: 600;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background-color: #D9D9D9;
}
.carousel-indicators .active{
      background-color: #ef7f1a;
}
body.single-newest-deals {
    padding: 0;
}

.elementor-widget-container ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #249900;
    font-size: 16px;
}
.elementor-widget-container ul li{
	margin-bottom:10px !important;
}
img {
    display: inline !important;
}
.contact-address a {
    display: flex;
    align-items: center;
}
.newest-job.mt-4.px-5 {
    background: #f7f7f7;
    padding: 40px 0;
}
.form-box.p-3.border.rounded-4 .form-box.shadow.p-4.border.rounded-2 {
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.project-page-list img.swiper-slide-image {
    width: 100%;
    border-radius: 25px;
}

/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/

@media(min-width: 1800px){


}


@media(max-width: 991px) {
  body {
    font-size: 14px !important;
    padding-top: 80px;
  }
  header {
    background: #fff;
}
  h3.secTitle {
    font-size: 20px;
  }

.banner-content{
  position: initial;
  color: #fff;
}
header.d-block.d-sm-none.w-100 .row {
  --bs-gutter-x: 0;
}

header {
  padding: 15px 0;
}
.carousel-indicators{
  display: none;
}
.banner-captions.position-absolute.top-50.start-50.translate-middle.text-white {
    position: initial !important;
    transform: initial !important;
    text-align: center;
}
.banner-captions img {
    width: initial !important;
    margin-bottom: 25px;
}
.core-services-list .col {
    flex: initial;
}
section {
        padding: 30px 0 !important;
    text-align: center;
}
.banner-box h2 {
    font-size: 24px;
  }
.teknify-solution h2 {
    font-size: 20px;
    line-height: 1.5;
}
.whats-new-right {
    margin-top: 30px;
}
footer {
    text-align: center;
    padding: 30px 0;
}
.footer-content {
    margin-bottom: 50px;
}
.footer-title {
    font-size: 20px;
}
.address-list {
    text-align: left;
}
.s-images {
    display: none;
}
.inner-banner img {
    height: 350px;
    object-fit: cover;
}
.address-box.mt-5 {
    text-align: left;
}
.contact-left.text-white.rounded-3.p-5 {
    padding: 15px !important;
    margin-bottom: 40px;
}
span.wpcf7-spinner {
    display: none;
}
section.vm.bg-grey {
    margin-top: 30px;
}
.vm .border-end{
  border: none !important;
  margin-bottom: 30px;
}
.core-services-box.mb-4 {
    text-align: left;
}
.services-right {
    margin-top: 30px;
}
.excellence-list .bg-white {
    height:initial;
}
header {
    background: rgba(0, 0, 0, .75);
}
.text-end {
        text-align: center !important;
    }
	.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
br {
    display: none !important;
}
.newest-job li {
    margin: 10px 0 !important;
}
.new-con-box.mt-3 h6.mt-2 {
    margin-bottom: 15px;
}
.new-con-box.mt-3 .text-start,.new-con-box.mt-3 .text-end {
    text-align: center !important;
}
.what-sets-left h4 {
	font-size: 1.7rem;
}
	.what-sets-left h5{
		    font-size: 18px;
	}
.what-sets-left {
    margin-bottom: 30px;
}
.luxury-homes h2 {
    font-size: 2.75rem;
	line-height: 4rem;
}

.counter .text-start {
    text-align: center !important;
}
.excellence-top .text-start {
    text-align: center !important;
}
.excellence-top h2 {
          font-size: 1.5rem;
    line-height: 1.5;
}
.excellence-list .bg-white {
        height: initial;
        margin-bottom: 20px;
    }
.left-orp.bg-orange,.right-orp {
    height: initial;
    margin-bottom: 20px;
}
.text-start {
    text-align: center !important;
}
p.date {
    margin-bottom: 16px;
}
.faq-left.text-start {
    margin-bottom: 30px;
}
.form-box.p-5.border.rounded-4 {
    padding: 1.5rem !important;
    margin-bottom: 30px;
}
.git-box.ps-5 {
    padding: 0 !important;
}
.git-list-box a {
    margin-left: 0;
}
.git-list-box h6 {
    margin-bottom: 15px;
}
.fypd-box a.all-buttons {
    margin: 0 0 15px;
}
.scfrp-right.ps-5 {
    padding: 0 !important;
}
.footer-content.pe-5 {
    padding: 0 !important;
}
	.marquee span{
		font-size: 2.5rem;
	}
.footer-middle.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.fb-l {
    margin-bottom: 16px;
}
.footer-bg {
    padding: 20px 0;
}
header span.rightbig {
    text-align: right;
}
.b-cum.px-5 {
    margin-top: 40px;
}
.service-icon {
    display: none;
}
.service-page {
    margin-top: 50px;
}
.serve-box h5 {
    margin: 10px 0 15px;
}
.serve-box {
    height: initial;
}
	.wpr-slider-title h2 {
    font-size: 28px !important;
}
	.wpr-slider-dots,a.wpr-slider-scroll-btn {
    display: none !important;
}
.banner-content.position-absolute.text-center.text-white.top-50.start-50.translate-middle {
    position: initial !important;
    transform: initial !important;
    background: #00000099;
    padding: 25px 15px;
}
.projects-banners.position-relative img {
    height: 330px;
    object-fit: cover;
}
.about-top-content h2 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 15px;
}
.about-immg {
    margin-top: 15px;
}
.our-team-list.mt-5 .col-sm-4 {
    margin-bottom: 50px;
}
.contact-address {
    text-align: left;
}
	
}