@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
    font-family: 'helveticaregular';
    src: url('helvetica_0-webfont.woff2') format('woff2'),
         url('helvetica_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'naughty_monsterregular';
    src: url('naughtymonster-webfont.woff2') format('woff2'),
         url('naughtymonster-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body{
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden;
  background: #272727;
	font-family: "Montserrat", sans-serif;
  

}
*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
  width: 100%;
}
.container-inner{
	max-width: 1300px;
	margin:0px auto;
	padding: 0 15px;
  width: 100%;
}

.container-footer{
  	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
  width: 100%;
}
.row{
	display: flex;
	flex-wrap: wrap;
}

a{
	text-decoration: none;
}
li{
	list-style: none;
}
ul{
	margin: 0;
	padding: 0;
}



:root{
  /* Colors */
  --color-red: #e30613;
  --color-gray: #a0a0a0;
  --color-white: #ffffff;
  --fs-p: 20px;
  --fs-heading: 28px;
  --fs-rp-p: 16px;
  --fs-rp-heading: 18px;
  --fs-tb-p: 18px;
  --fs-tb-heading: 24px;

}




.main-header{
	width: 100%;
display: flex;
    align-items: center;
}

.main-header-logo{
    width: 100%;
    /* float: left; */
    background-image: url(..//images/shap.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    display: flex;
    padding-top: 0;
    border-radius: 0px 0px 40px 0px;
    position: relative;
    background-size: contain;
    position: absolute;
  top: -5px;
    padding: 20px;
    left: -15px;
}


/* .main-header-logo::after{
  bottom: 0;
  left: 0;
  width: 100px;
  height: 20px;
   background-color: #afafaf;
   content: "";
   position: absolute;
} */


.main-header-logo a img{
    width: 100%;
    max-width: 151px;
    margin-top: 0px;
    height: 58px;
    margin-left: 00px;
}



.main-header-menu{
	width: 65%;
	float: left;
}

.main-header-menu ul {
display: flex;
justify-content: end;
gap: 20px;
}

.main-header-menu ul li a{
	color: var(--text-gray);
    font-size: 18px;
    font-weight: 500;
}

.main-header-icon{
	width: auto;
	float: left;
}

.main-header-icon ul{
	display: flex;
	justify-content: end;
	gap: 20px;
	align-items: center;
}



.main-header-icon ul li a{
	font-size: 22px;
}

.main-header-icon ul li a i{
	color: var(--text-black);
}

.main-header-icon ul li a.header-phone{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.main-header-icon ul li a.header-phone i{
	color: var(--color-red);
  font-size: 28px;
}



.main-header-icon ul li a.header-phone span{
    line-height: 24px;
    font-size: 20px;
    color: var(--color-white);
    font-weight: 400;
}




/* header */
nav.header{
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #000000;
  margin-left: 20px;
}
nav.header .wrapper{
  position: relative;
  /* padding: 0px 30px; */
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
    display: inline-flex
;
    width: 80%;
    justify-content: end;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: var(--text-gray);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  /* background: #3A3B3C; */
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
	color: var(--text-white);
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav.header input{
  display: none;
  color: var(--color-gray);
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
/* header */




.left-contnt {
display: flex;
    width: auto;
    justify-content: end;
    gap: 30px;
    padding-right: 90px;
    align-items: center;
}





.banner-main{
    margin-top: 57px;
    width: 100%;
    display: flex;
    /* background-image: url(../images/banner_img.jpg);
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat; */
    margin-left: 21px;
    border-radius: 0px 0px 0px 50px;
}


.banner-text h1{
font-size: 68px;
color: var(--color-white);
font-weight: 700;

}

.banner-text small{
font-size: 34px;
color: var(--color-white);
font-weight: 300;

}
.home-page-banner-slider-main {
    width: 100%;
    height: 800px;
    border-radius: 0px 0px 0px 50px;
}

.home-page-banner-slider-main img{
    border-radius: 0px 0px 0px 50px;
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: end;
      height: 800px;
      padding-bottom: 70px;
}

.banner-text {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 115px;
    z-index: 2222;
}

.banner-text a {
    border: 1px solid var(--color-red);
    border-radius: 10px;
    height: 45px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-red);
    font-size: 24px;
    margin-top: 40px;
    font-weight: 300;
}

.home-about-main{
  display: flex;
  margin-top: 85px;
  width: 100%;

}

.home-about{
  width: 100%;
  display: flex;
  gap: 85px;
  align-items: center;
}

.heading h2{
  color: var(--color-red);
  font-size:var(--fs-heading);
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 500 !important;

}

.home-about-text-main .heading h2{
 position: relative;
  
}


.home-about-text-main .heading h2::after{
 position: absolute;
 left: 0;
 bottom: -20px;
 width: 16%;
 height: 2px;
 background-color: var(--color-white);
 content: "";
  
}

.home-about-text-main{
  width: 55%;
  display: flex;
}
.home-about-text{
  width: 100%;

}
.home-about-right-img-main{
  width: 45%;
  padding: 0px 25px;
}

.home-about-right-img{
  width: 100%;
}

.home-about-right-img img{
  width: 100%;
      filter: brightness(0.5);
      height: 450px;
      object-fit: cover;
      
}

.home-about-text span{
    font-size: 26px;
    color: var(--color-white);
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-top: 45px;
    margin-bottom: 20px;
}

.home-about-text b{
 color: var(--color-red);
 font-weight: 500;
}

.home-about-text p{
 color: var(--color-gray);
 font-weight: 300;
 font-size: var(--fs-p);
}


.home-about-text small{
    color: var(--color-white);
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 5px;
    display: block;
}

.linr {
    height: 1px;
    width: 100%;
    background: var(--color-gray);
    margin: 20px 0px;
}


.home-about-down{
margin-top: 100px;
}



.home-about-number {
    display: flex;
    gap: 80px;
    margin-top: 80px;
}

.home-nuber-left b{
  font-size: 52px;
  color: var(--color-red);
  font-weight: 600;
  line-height: 0;

}


.home-nuber-left small{
  font-size: 22px;
  color: var(--color-white);
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
  
}

.home-nuber-left p{
  font-size: var(--fs-p);
  color: var(--color-gray);
  font-weight: 300;

  line-height: 20px;
  
}

.home-nuber-left{
  position: relative;
}

.home-nuber-left:nth-child(1):after{
    position: absolute;
    right: -30px;
    height: 105%;
    content: "";
    width: 1px;
    top: -19px;
  background: var(--color-gray);
}

.explore-solutions-main{
  width: 100%;
  margin-top: 75px;
}

.explore-solutions{
  width: 100%;
    border-top: 1px solid #454545;
  padding-top: 85px;
}

.explore-solutions-main .heading h2{
text-align: center;
position: relative;
}

.explore-solutions-main .heading h2::after{
position: absolute;
    margin: auto;
    width: 8%;
    background: var(--color-white);
    height: 2px;
    content: "";
    left: 0;
    top: 54px;
    right: 0;

}

.explore-solutions-main .heading p{
color: var(--color-gray);
    font-weight: 300;
    font-size: var(--fs-p);
    margin-top: 40px;
    text-align: center;
    margin-bottom: 50px;

}

.heading p{
color: var(--color-gray);
    font-weight: 300;
    font-size: var(--fs-p);

}

.explore-solutions-box-main{
  display: flex;

}

.explore-solutions-box{
  width: 20%;
  transition: 0.5s;
      display: flex;
    align-items: center;
}
.explore-solutions-box-inner{
  width: 100%;
  height: 550px;
  position: relative;
  transition: 0.5s;
}


.explore-solutions-box:hover .explore-solutions-box-inner{
    height: 570px;
    transition: 0.5s;
}



.explore-solutions-box-inner .bg-img{
  height: 100%;
  width: 100%;
  transition: 0.5s;
}

.explore-solutions-box-inner .bg-img img{
  width: 100%;
  height: 100%;
      object-fit: cover;
      filter: brightness(0.5);
      transition: 0.5s;
}

.explore-solutions-box-inner-text{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 50px;
    padding: 0px 12px;
}

.explore-solutions-box-inner-text .text {
    min-height: 80px;
}


.explore-solutions-box:hover .bg-img img{
    filter: brightness(1);
}

.explore-solutions-box-inner-text .icon img{
  width: 55px;
  height: 55px;
  transition: 0.3s;
}

.explore-solutions-box-inner-text .text span{
    font-size: var(--fs-p);
    font-weight: 400;
    color: var(--color-white);
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}


.explore-button{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.explore-button a{
border: 1px solid var(--color-red);
    border-radius: 10px;
    height: 55px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-red);
    font-size: 20px;
    margin-top: 85px;
    font-weight: 300;
    padding: 0px 15px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}


.we-are-best-main{
  margin-top: 85px;
width: 100%;

}
.we-are-best-main .heading{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.we-are-best-main .heading p{
  width: 700px;
  text-align: center;
  margin-bottom: 30px;
}

.we-are-best-box-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  gap: 17px;
}

.we-are-best-box-inner-main{
  width: 32.5%;
  display: flex;
  height: 400px;
}

.we-are-best-box-inner-main:nth-child(1){
  width: 32.5%;
  display: flex;
  height: 400px;
  background-color: #1d1d1b;
}

.we-are-best-box-inner-main:nth-child(1) .we-are-best-box-inner{
 padding: 24px;
    padding-left: 60px;
}
.we-are-best-box-inner{
      width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   
}

.we-are-best-box-inner p{
font-size: 32px;
    color: var(--color-gray);
    margin: 0;
    font-weight: 300;
  
}

.we-are-best-box-inner .we-are-best-box-inner-img img{
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}

.we-are-best-box-inner-text{
     width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
     transition: 0.5s;

}

.we-are-best-box-inner-text b{
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  padding: 0px 40px;
}

.we-are-best-box-inner-text small{
  color: var(--color-white);
  font-size: var(--fs-p);
  font-weight: 300;
  opacity: 0;
  transition: 0.5s;
  padding: 0px 40px;
}

.we-are-best-box-inner-img {
    height: 100%;
    width: 100%;
}

.we-are-best-box-inner-text:hover{
  background-color: var(--color-red);
}

.we-are-best-box-inner-text:hover small{
  opacity: 1;
}


.video-home-page-main{
  width: 100%;
  display: flex;
      margin-top: 95px;
    margin-bottom: 185px;
    
}

.video-home-page{
  display: flex;
  width: 100%;
}

.video-box {
    position: relative;
    max-width: 100%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 100px;
}

.video-box img {
    width: 100%;
    display: block;
    border-radius: 20px;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    color: #fff;
    font-size: 28px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal-close-button-main{
    position: absolute;
    top: -40px;
    right: -14px;
}

.modal-close-button-main i{
  color: var(--color-white);
  font-size: 28px;
}



.modal-close-button-main button{
    background: transparent !important;
    border: none;
}

.map-main{
  width: 100%;
  display: flex;
  margin-top: 85px;
  margin-bottom: 85px;

}

.map{
  width: 100%;
}
.map .heading{
  text-align: center;
}

.map .heading{
  text-align: center;
}


.map-img{
  width: 100%;
  display: flex;
  margin-top: 85px;
}

.map-img img{
  width: 100%;
  filter: brightness(0.5);
}

















.testimonial-main {
    background: #0e0e0e;
    padding: 80px 0;
}

.testimonial-box {
    color: #aaa;
    padding: 30px;
    position: relative;
    min-height: 250px;
}

.testimonial-box .quote {
    font-size: 40px;
    color: #999;
    display: block;
    margin-bottom: 0px;
    position: relative;
}

.testimonial-box .quote::after{
    width: 100%;
    height: 1px;
    background-color: var(--color-gray);
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testimonial-box h5 {
    color: var(--color-red);
    font-size: 16px;
    position: relative;
    font-weight: 400;
}

.testimonial-box h5::after{
    width: 100%;
    height: 1px;
    background-color: var(--color-gray);
    position: absolute;
    content: "";
    left: -30px;
    bottom: -22px;
    
    margin: auto;
}

.testimonial-page-first-main .testimonial-box h5::after{
  display: none;
}

.testimonial-main .owl-nav button {
      position: absolute;
    top: 40%;
    background: #272727 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.testimonial-main .owl-nav button span{
      font-size: 36px;
    line-height: 23px;
    color: var(--color-red);
    position: relative;
    top: 0px;
}

.testimonial-main .owl-nav .owl-prev {
    left: -45px;
}

.testimonial-main .owl-nav .owl-next {
    right: -45px;
}


.testimonial-box p{
    font-size: var(--fs-p);
    color: var(--color-gray);
}

.testimonial-box .quote i {
    width: 50px;
    display: flex;
    font-size: 52px;
    margin-left: -9px;
    background: #0e0e0e;
    position: relative;
    z-index: 1;
    padding-right: 11px;
    display: block;
    margin-bottom: 0;
    line-height: 10px;
}


.brand-slider-main{
  width: 100%;
  display: flex;
  background-color: #e2e2e2;

}

.brand-slider{
  width: 100%;
  margin-top: 85px;
  margin-bottom: 70px;

}

.brand-slider .heading{
  text-align: center
}

.brand-slider .heading p{
    font-size: 36px;
    font-weight: 200;
    color: #000000;
}
.brand-itam {
  width: 100%;
  margin-top: 70px;
}

.brand-itam .item .brand-box img {
    height: 100px;
    object-fit: contain;
    max-width: 210px;
}

.brand-itam  .owl-nav .owl-prev {
    left: -45px;
    top: 30px;
}
.brand-itam .owl-nav button span {
    font-size: 36px;
    line-height: 23px;
    color: var(--color-red);
}

.brand-itam .owl-nav button {
    position: absolute;
    top: 40%;
}

.brand-itam .owl-nav .owl-next {
    right: -45px;
    top: 30px;
}

.brand-itam .owl-nav button {
    position: absolute;
    top: 40%;
}

.brand-itam .owl-nav button:hover{
  background: transparent !important;
}


.contact-us-main{
  width: 100%;
background-color: #000000;
  display: flex;
  padding-bottom: 85px;
}
.contact-us{
  width: 100%;
  display: flex;
  margin-top: 85px;
  gap: 65px;
}


.contact-us-lft-main{
  width: 40%;
}
.contact-us-lft{
  width: 100%;
}

.contact-us-right-main{
  width: 55%;
  position: relative;
}

.contact-us-main .line::after{
  width: 1px;
  height: 200px;
  background-color: var(--color-gray);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;

}

.contact-us-main .line::before{
  width: 1px;
  height: 300px;
  background-color: var(--color-gray);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;

}
.contact-us-right{
  width: 100%;
  gap: 65px;
}



.contatact-box{
  border-top: 1px solid var(--color-gray);
}
.contatact-box h6{
  color: var(--color-red);
  font-size: 22px;
  font-weight: 300;
      margin-top: 18px;
}


.contatact-box small{
  color: var(--color-gray);
  font-size:18px;
  font-weight: 300;
}



.contact-us-lft .contatact-box{
    margin-top: 20px;
}


.contact-us-main .line{
position: relative;
  width: 5%;
}


.form-input {
    display: flex;
    gap: 40px;
}

.form-input input{
width: 50%;
    background-color: #444442;
    border: none;
    height: 40px;
    padding: 15px;
    color: #ffffff;
}
.form-input input::placeholder{
  color: #ffffff;
}
.text-box-main{
    display: flex;
    gap: 40px;
    margin-top: 30px;
}
.form-input input:focus-visible{
  border: none !important;
  outline: none;
}
.text-input-lft{
  width: 50%;
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.text-input-lft input:focus-visible{
  border: none !important;
  outline: none;
}

.text-box-right{
  width: 50%;
}

.text-box-right textarea{
  width: 100%;
     background-color: #444442;
    border: none;
    height: 105px;
    padding: 15px;
    color: #ffffff;
}

.text-box-right textarea::placeholder{
  color: #ffffff;
}
.text-box-right textarea:focus-visible{
  border: none !important;
  outline: none;
}


.text-input-lft input{
width: 100%;
    background-color: #444442;
    border: none;
    height: 40px;
    padding: 15px;
        color: #ffffff;
}
.text-input-lft input::placeholder{
  color: #ffffff;
}
.form-button button{
       border: none;
    border-radius: 10px;
    height: 50px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e52e35;
    color: #ffff;
    font-size: 22px;
    margin-top: 45px;
    font-weight: 200;
    padding: 0px 15px;
    position: relative;
    overflow: hidden;
    width: 235px;
    text-transform: uppercase;
}


.form-input-main {
    margin-top: 30px;
}

.header .menu > ul > li > a i {
    font-size: 12px;
    position: relative;
    top: 0px;
}

.map-main .heading p {
    font-size: 28px;
}
.footer-main{
  width: 100%;
  flex-direction: column;
  display: flex;
}

.footer{
    display: flex;
    width: 100%;
    margin-top: 85px;
    padding-bottom: 85px;
    
}
.footer-left-main{
  width: 25%;
  display: flex;
}

.footer-left{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-right-main{
  width: 75%;
  display: flex;
  padding-top: 85px;
}

.footer-right{
  width: 100%;
    margin-left: 100px;
    display: flex;
    gap: 30px;
}

.footer-logo {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 110px;
    height: 75px;
    border-radius: 12px;
}

.footer-logo img{
   width: 100%;
}
.footer-left b{
    color: var(--color-red);
    font-weight: 800;
    font-size: 31px;
    display: block;
    line-height: 37px;
    margin-bottom: 15px;
}

.footer-work {
     display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.footer-work a{
  color: var(--color-red);
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 40px;
}

.social-icon{
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-phone-icon img{
  width: 35px;
  height: 35px;
}

.social-icon li a{
  border: 1px solid var(--color-white);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.social-icon li a:hover{
      background-color: var(--color-white);
}

.social-icon li a:hover i{
      color: var(--color-red);
}
.social-icon li a i{
 color: var(--color-white);
}

.footer-icon{
    display: flex;
    justify-content: flex-start;
    width: 100%;
} 

.footer-links ul li{
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  gap: 2px;
}

.footer-links ul li span{
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 600;
}
.footer-links ul li small{
  color: var(--color-gray);
     font-size: 15px;
    font-weight: 500;
}
.footer-links ul li a{
  color: var(--color-gray);
      font-size: 15px;
    font-weight: 500;
}

.footer-links {
    width: 33%;
}

.footer-links b{
  color: var(--color-white);
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
}


.footer-bottom{
background-color: #000000;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.footer-bottom p{
    font-size: 14px;
    font-weight: 600;
    color: var(--color-gray);
    text-transform: uppercase;
    margin: 0;
}


.about-banner{
    background-image: url(..//images/about-banner-filp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin-left: 20px;
    border-radius: 0px 0px 0px 40px;
    margin-top: 56px;

}

.about-page-text{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;

}

.about-page-text h1{
     font-size: 52px;
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: -20px;
}



.about-menu-main{
  width: 100%;
  display: flex;

}

.about-menu{
    width: 100%;
    background-color: #000000c7;
    border: 1px solid var(--color-red);
    border-radius: 12px;
    height: 135px;
    margin-top: -64px;
    display: flex;
    justify-content: center;
    position: relative;
}
.about-menu ul {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between;
    position: relative;

}

.about-menu::after{
  position: absolute;
  content: ">";
  background-color: #333333;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  right: 25px;
  bottom: 0;
  margin: auto;
  top: 0;
  color: var(--color-red);
      display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    display: none;
   
}

.about-menu::before{
    position: absolute;
    color: var(--color-red);
    content: "<";
    background-color: #333333;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
        display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    display: none;
}
.about-menu ul li a{
  font-size: 18px;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  text-transform: capitalize;
}
.about-menu ul li a.active{
  color: var(--color-red);
  font-weight: 600;
}
.about-menu ul li.active a{
  color: var(--color-red);
  font-weight: 600;
}

.about-our-story-main{
width: 100%;
display: flex;
}

.about-our-story{
width: 100%;
display: flex;
gap: 75px;
margin-top: 65px;
margin-bottom: 85px;
}

.about-our-story-text-main{
  width: 65%;
  display: flex;
}
.about-our-story-text{
  width: 100%;
}

.about-our-story-img-main{
  width: 35%;
  display: flex;
}
.about-our-story-img{
  width: 100%;
}

.about-our-story-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
      filter: brightness(0.5);
}


.about-our-story-text h3{
    color: var(--color-white);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 18px;
}

.about-our-story-text p{
  color: var(--color-gray);
  font-weight: 300;
  font-size:var(--fs-p);
  margin-bottom: 0;
}











.about-our-story-text .nav-tabs .nav-link {
    color: #aaa;
    font-size: 22px;
    border: none;
    margin: 0 40px;
}

.about-our-story-text .nav-tabs .nav-link.active {
    color: red;
    background: transparent;
}

.about-our-story-text .nav-tabs .nav-link:hover {
    color: red;
}

.about-our-story-text .tab-content p {
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    color: #bbb;
}

.about-our-story-text .tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--color-gray);
    margin-top: 15px;
}

.about-our-story-text .tab li{
width: 33%;
    display: flex;
    justify-content: flex-start;
}



.about-our-story-text .tab li button{
  color: var(--color-gray);
  font-weight: 500;
  font-size: 20px;
}

.about-our-story-text .tab li button.active{
  color: var(--color-red);
  font-weight: 600;
}
.about-our-story-text .tab-content .tab-pane p{
  font-size: var(--fs-p);
  color: var(--color-gray);
      text-align: left;
}

.about-explore-solutions {
    background-color: #131313;
    margin-top: 0;
    padding-bottom: 85px;
}

.about-explore-solutions .explore-solutions {
    width: 100%;
    border-top: none;
    padding-top: 45px;
    padding-bottom: 25px;
}

.about-explore-solutions .heading h2::after{
  display: none;

}
.about-explore-solutions .heading h2 {
    text-align: left;
    position: relative;
}


.commercial-real-estate-main{
  display: flex;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 85px;

}

.commercial-real-estate{
  width: 100%;
}

.commercial-real-estate-main p{
color: var(--color-gray);
font-size: var(--fs-p);
margin-bottom: 20px;
}

.commercial-real-estate-main p b{
  font-weight: 500;
  text-transform: uppercase;
}

.commercial-real-estate-box-top{
 
  display: flex;
  width: 80%;
  gap: 20px;

  margin: auto;
  margin-top: 85px;
}

.commercial-real-estate-box-main{
  width: 20%;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.commercial-real-estate-box-main:hover  .commercial-real-estate-box{
  height: 215px;
  background-color: #61615f;
}

.commercial-real-estate-box-main:hover .commercial-icon{
  background-color: #444442;
}
.commercial-real-estate-box{
    width: 100%;
    height: 200px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #444442;
    align-items: center;
        padding: 15px 10px;
        padding-top: 30px;
        transition: 0.4s;

}

.commercial-icon{
    background-color: #767673;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

.commercial-icon img{
  width: 100%;
  padding: 10px;
}

.commercial-text{
  text-align: center;
}

.commercial-text span{
  color: var(--color-white);
  font-size: 17px;
    line-height: 20px;
}



.corporate-focused-main{
  display: flex;
  width: 100%;
  margin-top: 125px;
}

.corporate-focused{
  width: 100%;
}

.commercial-real-estate .heading h2{
  margin-bottom: 20px;
}

.corporate-focused-box-main:nth-child(2){
  margin: 100px 0px;
}

.corporate-focused-box-main{
  width: 100%;
  display: flex;
  gap: 40px;
}

.corporate-focused-box-img-main{
  width: 40%;
  display: flex;
}

.corporate-focused-box-img{
  width: 100%;
  display: flex;
  height: 100%;
}

.corporate-focused-box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.corporate-focused-box-text-main{
  width: 70%;
  display: flex;
}

.corporate-focused-box-text{
  width: 100%;
}

.corporate-focused-box-text h4{
    color: var(--color-red);
    font-size: var(--fs-heading);
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 30px;
}

.corporate-focused-box-text h4::after{
  width: 100px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: var(--color-gray);
}
.corporate-focused-box-text p{
  font-size: var(--fs-p);
  color: var(--color-gray);
  margin-bottom: 0;

}

.turnkey-solutions-heading .heading h2{
  color: var(--color-white);
  margin-top: 40px;
}


.turnkey-solutions-heading .heading span{
  color: var(--color-red);
 font-size: 32px;
 font-weight: 400;
}

.turnkey-solutions-heading ul {
  display: flex;
margin-top: 25px;
}

.turnkey-solutions-heading ul li{
  color: var(--color-gray);
  font-size: var(--fs-p);
  line-height: 24px;
  padding-right: 15px;
  position: relative;
}

.turnkey-solutions-heading ul li::after{
  position: absolute;
  content: "";
  right: 20px;
  height: 30px;
  width: 1px;
  background-color: var(--color-red);
  top: 5px;
}

.turnkey-solutions-heading ul li:last-child:after{
  display: none;
}


.premium-corporate-main{
  width: 100%;
  display: flex;
  margin-top: 65px;
}
.premium-corporate{
  width: 100%;
}

.premium-corporate-text-main{
  width: 65%;
  display: flex;
}

.premium-corporate-text{
  width: 100%;
}

.premium-corporate-text .heading h2::after {
    width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: var(--color-gray);
}

.premium-corporate-text .heading{
  position: relative;
}

.premium-corporate-box{
  display: flex;
  width: 100%;
}

.premium-corporate-text .heading h2{
  margin-bottom: 30px;
}

.premium-corporate-text p{
  color: var(--color-gray);
  margin-bottom: 5px;
  font-size: var(--fs-p);
  padding-right: 40px;
}


.premium-corporate-img-main{
  width: 35%;
  display: flex;
}

.premium-corporate-img{
  width: 100%;
  height: 100%;


}

.premium-corporate-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}



.pemium-corporate-ul {
    background-color: #444442;
    padding: 15px 20px;
    margin-top: 35px;
}

.pemium-corporate-ul ul{
display: flex;
    gap: 24px;
    align-items: center;
}

.pemium-corporate-ul ul li{
    font-size: 18px;
    color: var(--color-gray);
  position: relative;
}

.pemium-corporate-ul ul li::after{
    position: absolute;
    content: "";
    right: -7px;
    height: 30px;
    width: 1px;
    background-color: var(--color-red);
    top: 5px;
}

.pemium-corporate-ul ul li:last-child:after{
  display: none;
}

.premium-corporate-throught{
  margin-top: 30px;
}

.premium-corporate-throught p{
  font-size: var(--fs-p);
  color: var(--color-gray);
  margin-bottom: 30px;
}


.office-supplies-main{
  width: 100%;
  display: flex;
}

.office-supplies{
  width: 100%;
}

.corporate-focused-box-main .corporate-focused-box-text h5{
      color: var(--color-red);
    font-size: 26px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 30px;
}

.corporate-focused-box-main .corporate-focused-box-text h5::after{
     width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: var(--color-gray);
}

.corporate-focused-box-main .corporate-focused-box-text span{
  color: var(--color-white);
    font-size: 26px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.office-supplies-main .corporate-focused-box-text-main{
  flex-direction: column;
  gap: 40px;
}


.office-supplies-ul span{
  font-size: 32px;
    font-weight: 400;
    color: var(--color-white);
}

.office-supplies-ul li{
      color: var(--color-gray);
    font-size: 22px;
    line-height: 24px;
    padding-right: 15px;
    position: relative;
        font-weight: 300;
}

.office-supplies-ul ul {
    display: flex;
    margin-top: 25px;
    gap: 50px;
}


.office-supplies-ul li::after {
    position: absolute;
    content: "";
    right: -20px;
    height: 30px;
    width: 1px;
    background-color: var(--color-red);
    top: 5px;
}


.office-supplies-ul li:last-child:after {
  display: none;
}


.office-supplies-main .corporate-focused-box-main:nth-child(2){
  margin-bottom: 60px;
}



.interior-fit-Out-leasing{
  width: 100%;
  display: flex;
}

.interior-fit-Out{
  width: 100%;
  display: flex;
  margin-top: 100px;
  margin-bottom: 55px;
}

.interior-fit-Out-text-main{
  width: 70%;
  display: flex;
}

.interior-fit-Out-text{
  width: 100%;
}

.interior-fit-Out-text p{
  color: var(--color-gray);
  font-size: var(--fs-p);
  font-weight: 400;
  margin-bottom: 20px;
  padding-right: 70px;
}

.interior-fit-Out-img-main{
  width: 40%;
}

.interior-fit-Out-img {
  width: 100%;
  display: flex;
  height: 100%;
}

.interior-fit-Out-img img{
  width: 100%;
  height: 100%;
  filter: brightness(1.5);
  object-fit: cover;
}

.interior-fit-Out-text .heading h2 {
position: relative;
    margin-bottom: 40px;
}


.interior-fit-Out-text .heading h2::after {
    width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    background-color: var(--color-gray);
}


.corporate-focused-img-first{
  height: 250px;
}

.hsn-group-best-main{
  width: 100%;
  height: 575px;
  background-image: url(../images/silhouette-modern.jpg);
 background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.hsn-group-best{
  width: 100%;
}

.we-are-text{
  width: 45%;
  margin-top: 100px;
  padding-top: 40px;
  padding-left: 50px;
}
.we-are-text h5{
     color: var(--color-red);
    font-size: var(--fs-heading);
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 30px;
}

.we-are-text span {
    font-size: 28px;
    font-weight: 300;
    color: #1d1d1b;
}

.make-it-happen-main{
  width: 100%;
  display: flex;
  
}

.make-it-happen{
  width: 100%;
  margin-top: 135px;
  margin-bottom: 85px;


}
.make-it-happen .heading{
  margin: 85px;
}
.make-it-happen .heading h2 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;

}

.make-it-happen .heading h2::after {
    width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    background-color: var(--color-gray);
}


.make-it-happen-inner-main{
  width: 32%;

  margin: auto;
    margin-bottom: 35px;
}
.search-bar-main {
    flex-direction: row-reverse;
}
.make-it-happen-inner-main:last-child{
  margin-bottom: 0;
}

.make-it-happen-inner{
       width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    /* flex-wrap: wrap; */
}


.make-it-happen-img-box-main{
    display: flex;
    justify-content: center;
    border: 1px solid #a0a0a04a;
    padding: 10px 5px;
        /* width: 47%; */
 
}

.make-it-happen-img-inner{
   display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
}

.make-it-happen-img-box{
      width: 170px;
    height: 170px;
}

.make-it-happen-img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.make-it-happen-text-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 5px;
}
.make-it-happen-text-box b{
color: var(--color-white);
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
}

.make-it-happen-text-box small{
  color: var(--color-white);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.gap-itm {
    width: 24px;
    display: flex;
    gap: 10px;
    margin: 30px;
}


.contact-two-us-main .contact-us-lft-main p{
      color: var(--color-gray);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-two-us-main .line::before{
  height: 98%;
  top: 15px;
}

.contact-two-us-main .line::after{
  height: 88%;
   top: 15px;
}

.contact-two-us-main .contact-us {

    gap: 20px;
}

.contact-two-us-main .contact-us-lft-main{
  width: 45%;
}

.contact-two-us-main .heading h2{
  position: relative;
  margin-bottom: 30px;
}

.contact-two-us-main .contact-us-lft .heading h2::after{
  width: 80px;
  height: 1px;
  background-color: var(--color-gray);
  content: "";
  left: 0;
  bottom: -15px;
  position: absolute;
}

.contact-two-us-main .contact-us-right .heading h2{
margin-bottom: 75px;
}

.contact-two-us-main .contact-us-right .form-input input{
padding-top: 20px;
padding-bottom: 40px;
margin-bottom: 30px;
color: #ffffff;
}

.contact-two-us-main .contact-us-right .text-input-lft input{
padding-top: 20px;
padding-bottom: 40px;
margin-bottom: 30px;
color: #ffffff;
}


.contact-two-us-main  .text-box-main {
    flex-direction: column;
}

.contact-two-us-main .text-input-lft {
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 30px;
}

.contact-two-us-main .text-input-lft {
    width: 100%;
    flex-direction: row;
    display: flex;
    gap: 40px;
}

.contact-two-us-main  .text-box-right {
    width: 100%;
}

.contact-two-us-main .text-box-right textarea{
  height: 350px;
  color: #ffffff;
}


.project-number-main{
  width: 100%;
  display: flex;
  margin-top: 10px;
  gap: 50px;

}

.project-number{
  width: 50%;
  display: flex;
  position: relative;
}

.project-number:nth-child(1)::after{
  content: "";
  position: absolute;
  height: 85%;
  width: 1px;
  background-color: #a0a0a070;
  right: -30px;
  top: 18px;
  bottom: 0;
  margin: auto;
}
.project-number-inner{
  width: 100%;
}

.project-number-inner b{
color: var(--color-red);
font-size: 50px;
}

.project-number-inner p {
    color: var(--color-white) !important;
    font-size: 20px !important;
        margin-bottom: 6px !important;
    font-weight: 400 !important;
    line-height: normal;
}
.project-number-inner span{
     color: var(--color-gray);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}


.contact-two-us-main  .form-button button{
  margin-top: 35px;
}
.contact-us-footer-top-main{
  width: 100%;
  margin-top: 65px;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 50px;
  display: flex;
  display: none;
}

.contact-us-footer-top{
  width: 100%;
}

.contact-us-footer-top .heading h2{
  margin-bottom: 20px;
}
.header .menu > ul > li > a.active{
  color: var(--color-red);
}

.career-banner{
  background-image: url(../images/carrer/carrer-banner.jpg);
      background-position: 0px -200px;
}


.your-self-main{
  width: 100%;
  display: flex;
  margin-top: 85px;
  margin-bottom: 100px;
}

.your-self{
  width: 100%;
}

.your-self .heading p{
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.your-self .heading h2 {
    font-size: var(--fs-heading);
    margin-bottom: 30px;
    position: relative;
}

.your-self .heading h2::after{
  width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    bottom: -24px;
    background-color: var(--color-gray);
}

.openings-box-main{
  width: 100%;
      background-color: #444442;
      border-radius:30px;
      padding: 15px;
      display: flex;
      gap: 50px;
}

.openings-box-left-main{
  width: 30%;
  display: flex;
  background-color: #1d1d1b;
  border-radius: 30px;
  padding: 20px;
}
.openings-box-left{
  width: 100%;
  padding: 15px;
}

.openings-box-right-main{
  width: 70%;
  display: flex;
}
.openings-box-right{
  width: 100%;
      padding-left: 20px;
    padding-right: 40px;
    margin-top: 20px;
}


.openings-box-left p{
color: var(--color-white);
font-size: 18px;
margin-bottom: 0;
    margin-bottom: 40px;
}
.openings-box-left b{
     color: var(--color-white);
    font-weight: 400;
    font-size: 26px;
    display: block;
    margin: 45px 0px;
}

.openings-box-left span{
  color: var(--color-white);
  font-size: 22px;
}

.openings-box-left .logo-img img{
  width: 85px;

}

.openings-box-left p:last-child{
  margin-bottom: 0;
}

.openings-box-input{
display: flex;
    gap: 60px;
    margin-bottom: 35px;
}

.openings-box-inner-box{
     width: 100%;
    display: flex;
    flex-direction: column;
}

.openings-box-inner-box label{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.openings-box-inner-box input::placeholder{
   color: var(--color-gray);
}

.openings-box-inner-box input:focus{
   border: none;
   outline: none;
     border-bottom: 1px solid #ffff;
}

.openings-box-inner-box input{
    height: 40px;
    padding: 15px;
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ffff;
    outline: none;
    color: var(--color-gray);
}

.openings-box-right-main form{
  width: 100%;
}

.openings-box-right button{
background-color: #e52e35;
    color: #ffff;
    border: navajowhite;
    text-transform: uppercase;
    width: 180px;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.openings-box-right button::after{
width: 100%;
height: 100%;
position: absolute;
background-color: var(--color-white);
content: "";
top: 0px;
left: -100%;
z-index: -1;
transition: 0.4s;

}

.openings-box-right button:hover:after{
  left: 0;
}

.openings-box-right button:hover{
  color: var(--color-red);
}
.real-estate-main.explore-solutions-main {
margin-bottom: 140px;
    margin-top: 140px;
}
.choose-file {
    margin-bottom: 30px;
}
.choose-file .file-label {
    display: block;
       font-size: 20px;
    margin-bottom: 10px;
    color: var(--color-white);
    font-weight: 500;
}

.choose-file .file-label span {
    color: red;
}

.choose-file #fileUpload {
    display: none;

}

 .choose-file .choose-btn {
    background: #1f1f1f;
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
}

.choose-file .choose-btn:hover {
    background: #2d2d2d;
}
.openings-box-input:last-child{
  margin-bottom: 0 !important;
}



.real-estate-banner{
  background-image: url(../images/about/real-estate.jpg);
  background-position: bottom;
}


.successfully-providing-main{
  width: 100%;
  display: flex;
}

.successfully-providing{
  width: 100%;
      margin-top: 150px;
}
 


.successfully-providing .heading h2{
  color: var(--color-white);
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 35px;
}

.successfully-providing .heading h2 span{
  color: var(--color-red);
}


.successfully-providing-box-text{
  background-color: #050502;
    padding: 25px 40px;
}
.successfully-providing-box-text span{
  color: var(--color-red);
  font-size: 22px;
  padding-bottom: 15px;
  display: block;

}

.successfully-providing-box-text ul li{
  color: var(--color-gray);
  font-size: 20px;
  border-bottom: 1px solid var(--color-gray);
  position: relative;
  font-weight: 300;
      padding: 8px 0px;
  

}

.successfully-providing-box-text ul{
  padding-left: 20px;
}


.successfully-providing-box-text ul li:last-child{
  border-bottom: none;
}

.successfully-providing-box-text ul li::after{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--color-gray);
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: "";
}

.successfully-providing-box-text a{
      color: var(--color-white);
    border: none;
    border-radius: 8px;
    font-size: 20px;
    padding: 5px 10px;
    margin-top: 20px;
    text-transform: capitalize;
    display: inline-block;
    width: 140px;
    text-align: center;
    background-color: var(--color-red);
}

.successfully-providing-box-main {
  width: 100%;
    display: flex;
    position: relative;
    justify-content: end;
}

.successfully-providing-box-left-main {
    width: 45%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.successfully-providing-box-left {
    width: 100%;
        padding-right: 25px;

  }

  .successfully-providing-box-img{
      width: 100%;
    height: 360px;

  }

  .successfully-providing-box-img img{
      width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .successfully-providing-box-right-main{
    width: 75%;
    background: #171716;

  }

  .successfully-providing-box-right{
    width: 100%;
    display: flex;
    
  }

  .successfully-providing-box-inner-left{
    width: 25%;
  }

    .successfully-providing-box-inner-text{
      width: 75%;
    padding-left: 65px;
    padding-right: 100px;
    margin-top: 125px;
    padding-bottom: 20px;
  }

  .successfully-providing-box-inner-text span{
    color: var(--color-white);
    font-size: 22px;
    display: block;
    text-transform: uppercase;
  }

  .successfully-providing-box-inner-text h2{
    color: var(--color-red);
    font-size: 26px;
    display: block;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
  }

   .successfully-providing-box-inner-text h2::after{
      width: 80px;
  height: 1px;
  background-color: var(--color-gray);
  content: "";
  left: 0;
  bottom: -22px;
  position: absolute;
   }

   .successfully-providing-box-inner-text p{
    color: var(--color-gray);
    font-weight: 300;
    font-size: var(--fs-p);
   }

    .successfully-providing-box-inner-text p b{
    color: var(--color-white);
    font-weight: 300;
   }


    .bussiness-office-supplies-main .successfully-providing-box-img img{
      filter: brightness(0.7);
    }

    .list-successfully{
      display: flex;

      gap: 50px;
    }

    .list-successfully  .ul li {
    line-height: normal;
}

.successfully-providing-box-text .list-successfully ul li::after {
top: 20px;
    bottom: inherit;
}

.list-successfully-left ul li{
  font-size: 18px;
}

.list-successfully-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.hsp-office-basics-banner{
  background-image: url(../images/about/hsp-office-basics.jpg);
    background-position: center;
}


.bussiness-office-interiors-main .successfully-providing-box-left-main {
    top: 0;
    width: 45%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
        align-items: center;
}

 .successfully-providing-box-inner-text h2{
  letter-spacing: 5px;
}

.bussiness-office-interiors-main .successfully-providing-box-inner-text {
    width: 75%;
    padding-left: 65px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-top: 0;
}

.bussiness-office-interiors-banner{
  background-image: url(../images/about/bussiness-office-interiors.jpg);
  background-position: center;
}

.successfully-providing-box-right-main a{
  color: var(--color-white);
    border: none;
    border-radius: 8px;
    font-size: 20px;
    padding: 5px 10px;
    text-transform: capitalize;
    display: inline-block;
    width: 140px;
    text-align: center;
    background-color: var(--color-red);
}

.bussiness-office-interiors-main .successfully-providing-box-img{
  height: 400px;
}

.obasix-industries-main .successfully-providing-box-img{
  height: 275px;
}
.obasix-industries-main .successfully-providing-box-inner-text {
    width: 75%;
    padding-left: 65px;
    padding-right: 50px;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 20px;
}

.adorers-projects-banner{
  background-image: url(../images/about/interior-fitout-leasing.jpg);
      background-position: bottom right;
}

.obasix-industries-banner{

  background-image: url(../images/about/banner-warehousing.jpg);
}



.get-in-touch-main{
  display: flex;
  width: 100%;
  margin-top: 85px;

}

.get-in-touch{
  width: 100%;

}

.get-in-touch .heading{
  text-align: center;
}

.get-in-touch .heading h2{
  text-align: center;
  position: relative;
      margin-bottom: 30px;
}

.get-in-touch .heading h2::after {
    width: 80px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: var(--color-white);
    right: 0;
    margin: auto;
}

.get-in-touch .heading p{
     text-align: center;
    font-size: 36px;
    font-weight: 200;
    color: var(--color-white);
    line-height: 40px;
}



.contact-box-main{
    background: #444442;
    width: 33%;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.contact-box{
  width: 100%;
}
.box-container{
     width: 75%;
    margin: auto;
    display: flex;
    gap: 30px;
    margin-top: 85px;
}

/* .contact-box-icon img{
width: 45px;
height: 45px;
} */

.contact-box-icon{
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
}

.contact-box-icon::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: var(--color-white);
    margin: auto;
    left: 0;
    right: 0;
    bottom: -30px;

}

.contact-box b{
     color: var(--color-white);
    font-weight: 500;
    font-size: 24px;
    display: block;
}

.contact-box span{
    color: var(--color-white);
    font-size: 18px;
    font-weight: 300;
    padding: 0px 20px;
    display: block;
    line-height: 20px;
}

.contact-box a{
   display: flex;
    justify-content: center;
    color: var(--color-white);
    background-color: #e30613;
    padding: 15px;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.4s;
}

.contact-box a:hover i{
  left: 200px;
}

.contact-box a i{
      transform: rotate(-90deg);
          position: relative;
    left: 0px;
    transition: 0.4s;
}
.contact-text {
      padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.sub-line{
  text-align: center;
  margin: 85px 0px;
}

.sub-line p {
    color: var(--color-white);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
    padding-top: 20px;
}

.sub-line p a{
  color: var(--color-red);
}


.get-in-touch .bottom-heading h2::after{
  display: none;
}


.contac-deatil {
    height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.conaatct-us-page-input-box-main{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;

}
.conaatct-us-page-input-box{
  width: 48%;
}
.conaatct-us-page-input-box input{
  width: 100%;
    height: 40px;
    border: none;
     background-color: #444442;
     padding: 10px 15px;
     font-size: 14px;
     color: var(--color-white);
}

.conaatct-us-page-input-box input::placeholder{
    color: #ffffff;
}
.conaatct-us-page-input-box input:focus{
 border: none;
  outline: none;
}
.conaatct-us-page-textarea-box{
  width: 100%;
}

.conaatct-us-page-textarea-box textarea{
  width: 100%;
  color: var(--color-white);
  background-color: #444442;
  height: 150px;
   border: none;
    padding: 10px 15px;
    font-size: 14px;
}
.conaatct-us-page-textarea-box textarea:focus{
  border: none;
  outline: none;
}
.conaatct-us-page-textarea-box textarea::placeholder{
  color: #ffffff;
}

.conaatct-us-page-main{
  width: 100%;
  display: flex;
  background-color: #000000;
}

.conaatct-us-page{
  width: 100%;
  margin-top: 65px;
  margin-bottom: 85px;
}

.conaatct-us-page .heading {
    margin-bottom: 40px;
}

.conaatct-us-page-input-box-main form{
  width: 100%;
      display: flex;
    flex-wrap: wrap;
    gap: 38px;
}

.conaatct-us-page-button{
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.conaatct-us-page-button button{
display: flex;
    border: 1px solid var(--color-red);
    border-radius: 10px;
    height: 45px;
    width: 202px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-red);
    font-size: 18px;
    margin-top: 15px;
    font-weight: 200;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.botton-hver button{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--color-red);
    color: var(--color-white);
}


.botton-hver button::after{
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color:#ffffff;
  color: var(--color-red);
  left: -100%;
  top: 0;
  transition: 0.4s;
  z-index: -1;
  
}

.botton-hver button:hover:after{
  left: 0;
}

.botton-hver button:hover{
 
  color: var(--color-red);
}



.botton-hver a{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--color-red);
    color: var(--color-white);
    
}

.botton-hver a::after{
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color:var(--color-white);
  left: -100%;
  top: 0;
  transition: 0.4s;
  z-index: -1;
  
}

.botton-hver a:hover:after{
  left: 0;
}

.botton-hver a:hover{
 
  color: var(--color-red);
}



.conatct-page-map-main{
  display: flex;
  width: 100%;

}
.conatct-page-map{
  width: 100%;
  margin-top: 85px;
  margin-bottom: 100px;
}

.conatct-page-map .heading{
  text-align: center;
  margin-bottom: 75px;
}

.conatct-page-map-img{
  width: 100%;
      text-align: center;
      position: relative;
}

.city-list {
  position: absolute;
  right: 165px;
  bottom: 0;

}

.city-list ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
      align-items: flex-start;
}

.city-list ul li{
  position: relative;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
}

.city-list ul li::after{
    position: absolute;
    content: "";
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-red);
    top: 0;
    bottom: 0;
    margin: auto;


}

.contact-page-banner{
  background-image: url(../images/contact/banner.jpg);
      background-position: 0px -28px;
    
}




.testimonial-main .botton-hver-color a{
  display: flex;
  justify-content: center;
  transition: .4s;
}
.testimonial-main .botton-hver-color a img {
    width: 20px;
    height: 20px;
     transition: .4s;
    left: 0px;
    position: relative;
}
.testimonial-main .botton-hver-color a:hover img {
  left: 100px;
}
.testimonial-main .botton-hver-color {
  display: flex;
  width: 100%;
  justify-content: center;
}


.testimonial-main .botton-hver-color a{
background-color: #e52e35;
    color: #ffff;
    border: navajowhite;
    text-transform: uppercase;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 20px;
    gap: 10px;
    margin-top: 30px;
}

.our-clients-main  .heading h2 {
    text-align: left;
    position: relative;
    margin-bottom: 35px;
}

.our-clients-main  .heading h2::after{
  display: none;
} 

.our-clients-main{
  margin-bottom: 125px;
}





.clients-page-main{
  width: 100%;
  display: flex;
}

.clients-page{
  width: 100%;
  margin-bottom: 100px;
  margin-top: 60px;
}

.clients-slider-main{
      width: 100%;
    background-color: #ffff;
    padding: 40px 0px;
    border-radius: 30px;
}

.client-box-inner-main{
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px 24px;
}

.client-box-inner-img{
  display: flex;
      justify-content: space-around;
      margin-bottom: 60px;
}
.client-box-inner-img:last-child{
  margin-bottom: 0;
}

.client-box-inner-img img {
    height: 95px;
    object-fit: contain;
    max-width: 200px;
}









.clients-page .botton-hver-color a{
  display: flex;
  justify-content: center;
  transition: .4s;
}
.clients-page .botton-hver-color a img {
    width: 20px;
    height: 20px;
     transition: .4s;
    left: 0px;
    position: relative;
}
.clients-page .botton-hver-color a:hover img {
  left: 100px;
}
.clients-page .botton-hver-color {
  display: flex;
  width: 100%;
  justify-content: center;
}


.clients-page .botton-hver-color a{
background-color: #e52e35;
    color: #ffff;
    border: navajowhite;
    text-transform: uppercase;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 20px;
    gap: 10px;
    margin-top: 30px;
}


.clients-slider-main .owl-dots button span {
    border: 2px solid #000000;
    background: transparent !important;
    width: 15px !important;
    height: 15px !important;
}

.clients-slider-main .owl-dots button.active span {
    border: 2px solid var(--color-red);
    background: var(--color-red) !important;
}

.testimonial-main .heading{
  text-align: center;
  margin-bottom: 35px;
}
.testimonial-main .heading span{
    color:#5d5a5a;
    font-size: 40px;
    font-weight: 200;
    text-transform: capitalize;
}

.our-client-banner{
  /* background-image: url(../images/our-client.jpg); */
  background-image: url(../images/our-client.jpg);
  background-position: center;
}

.clients-page-main .heading{
    margin-top: 75px;
}
.clients-page-main .heading h2{
    position: relative;
    margin-bottom: 20px;
}

.clients-page-main .heading span{
    color: var(--color-white);
    font-size: 36px;
    font-weight: 200;
}

.clients-page-main .heading h2::after {
     width: 80px;
    height: 1px;
    background-color: var(--color-white);
    content: "";
    left: 0;
    bottom: -14px;
    position: absolute;
}


.testmonial-page-banner{
  background-image: url(../images/textmonial.jpg);
  background-position: center;
}

.testimonial-page-first-main{
  background-color: #272727;
}




.testimonial-page-first-main .testimonial-box {
    color: #aaa;
    padding: 30px;
    position: relative;
    min-height: 250px;
    background: #1d1d1b;
    border-radius: 20px;
}


.testimonial-page-first-main .testimonial-box .quote i {

    margin-left: 24px;
        background: #1d1d1b;
}

.testimonial-page-first-main .testimonial-box .quote::after{
  left: 0;
}
.testimonial-page-first-main h6::after {
display: none;
}

span.quote.quote-last-icon {
    display: flex;
    justify-content: end;
}

span.quote.quote-last-icon i{
transform: rotate(180deg);
    margin-right: 24px;
}


.testimonial-page-first-inner .owl-dots button span {
    border: 0px solid #000000;
    background: #a0a0a0 !important;
    width: 15px !important;
    height: 15px !important;
}

.testimonial-page-first-inner .owl-dots button.active span {
    border: 2px solid var(--color-red);
    background: var(--color-red) !important;
}

.testimonial-page-first-main .heading{
  text-align: left;
  margin-bottom: 50px;
}

.testimonial-page-first-main .owl-dots{
  margin-top: 50px !important;
}

.testimonial-page-first-inner{
  margin-bottom: 85px;
}


.testmonial-client-main{
  width: 100%;
  display: flex;
  height: 700px;
  padding: 30px 15px;
  background-image: url(../images/testmonial-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.testmonial-client{
  width: 100%;  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  
}

.testmonial-client-slider {
    width: 85%;
    margin: auto;
}
.testmonial-client-itam-main{
    width: 100%;
    background-color: #ffffff69;
    padding: 25px 45px;
    border-radius: 24px;
    position: relative;
}

.testmonial-client-itam-main::after{
     width: calc(100% - 126px);
    height: calc(100% - 113px);
    position: absolute;
    /* left: calc(100% - 25px); */
    /* bottom: calc(100% - 25px); */
    border-radius: 24px 0 0px 24px;
    border: 1px solid #212529;
    border-right: none;
    border-top: none;
    content: "";
    left: 25px;
    top: 56px;
}
.testmonial-client-slider-star{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
}

.testmonial-client-slider-star i{
  font-size: 16px;
  color: #e30613;
}

.testmonial-client-slider-text span{
  color: #000000;
  display: block;
  font-size: 18px;
}
.testmonial-client-slider-text b{
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
}
.testmonial-client-slider-text {
display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.icon-top span i {
    width: 50px;
    display: flex;
    font-size: 52px;
    margin-left: -9px;
    position: relative;
    z-index: 1;
    padding-right: 11px;
    display: block;
    margin-bottom: 0;
    line-height: 10px;
}

.icon-top.icon-down {
    display: flex;
    justify-content: end;
}

.icon-top.icon-down span i{
 transform: rotate(180deg);
 margin-right: 24px;
}








.testmonial-client-slider .owl-nav .owl-next {
    right: -60px;
}

.testmonial-client-slider .owl-nav .owl-prev {
    left: -60px;
}

.testmonial-client-slider .owl-nav button span {
    font-size: 36px;
    line-height: 23px;
    color: var(--color-red);
    position: relative;
    top: -3px;
}

.testmonial-client-slider .owl-nav button{
    position: absolute;
    top: 40%;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.testmonial-client-slider .owl-nav button:hover{
  background: transparent !important;
}

.testimonial-page-one{
  width: 50%;
  margin: auto;
}


.testimonial-page-one-main .testimonial-main .heading span {
    color: #5d5a5a;
    font-size: 40px;
    font-weight: 200;
    text-transform: capitalize;
}

.testmonial-contact{
  margin-top: 0px;
}

.testmonial-contact  .form-input-main {
    margin-top: 0;
}
.testmonial-contact .contact-us-right .heading h2 {
  margin-bottom: 30px;
}

.testmonial-contact .contact-us-right .form-input input {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #ffffffff;
}

.testmonial-contact .contact-us-right .text-input-lft input {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #ffffff;
}

.testmonial-contact .text-box-right textarea {
    height: 105px;
    color: #ffffff;
}
.testmonial-contact .text-box-main {
    flex-direction: row;
}

.testmonial-contact .text-input-lft {
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 30px;
}

.header .menu > ul > li > a i{
  margin-left: 3px;
}
.about-menu ul {
    overflow-y: scroll; 
    scrollbar-width: none;        
    -ms-overflow-style: none;    
}

.about-menu ul::-webkit-scrollbar {
    display: none;               
}

.icon{
  display: none;
}


.line-bar button i{
  	line-height: 0;
	font-size: 50px;
	    color: #4d4d4d;
}


.line-bar .btn{
  display: block;
  height: auto;
      height: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;

}

.line-bar .btn:focus{
  outline: none !important;
  border: none !important;
}


.offcanvaas-logo{
  margin-bottom: 40px;
}
.offcanvaas-logo img{
  width: 115px;
  height: 80px;
  max-width: 100%;
}

.offcanvaas-conatant{
  margin-bottom: 40px;
}

.offcanvaas-text h3{
      color: #172541;
    margin: 0px 0px 4px 0px;
    font-size: 24px;
    font-weight: 700;
        margin-bottom: 15px;
}

.offcanvaas-text p{
      color: #565872;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 25px 0px;
}

.offcanvaas-button{
  margin-bottom: 40px;
  margin-top: 40px;
}

.offcanvaas-button a{
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--color-red);
    border-style: none;
    border-radius: 30px;
    height: 50px;
    display: flex;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid var(--color-white);
}

.offcanvaas-button a:hover{
color: var(--color-red);
border: 1px solid var(--color-red);
}
.offcanvaas-button a:hover:after{
 left: 0;
 
}

.offcanvaas-button a::after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: -300px;
  z-index: -1;
  transition: 0.4s;
  background-color: #ffffff;
}
.offcanvaas-contant h3{
      color: #172541;
      margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
        margin-bottom: 25px;
}

.offcanvaas-contant ul li a .inner-text{
      color: #565872;
    padding-left: 8px;
           font-size: 16px;
    font-weight: 500;
}

.offcanvaas-contant ul li a .icon{
      color: #565872;
      width: 18px;
        font-size: 16px;
        display: block;
}

.offcanvaas-contant ul li{
  margin-bottom: 10px;
}

.offcanvaas-contant ul li a{
  display: flex;

}
.offcanvaas-contant ul li a .icon i{
      color: #565872;
        font-size: 16px;
}

.offcanvaas-inner-contant-main {
    padding: 0px 20px;
}

.offcanvas-main .offcanvas-header button{
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    opacity: 1;
    width: 20px;
    height: 20px;
    margin-right: 24px;
    padding: 5px;
    display: flex;
    font-size: 12px;
    align-items: center;
}

.commercial-real-estate-box-main a{
  width: 100%;
}

.contact-us-main.contact-two-us-main .contact-us-lft p b{
  color: #fff;
}

.our-businesses-page .contact-us-right .form-input input {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #ffffff;
}


.our-businesses-page .contact-us-right .text-input-lft input {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color:#ffffff;
}

.our-businesses-page .text-box-right textarea {
    height: 285px;
    color:#ffffff;
}

.our-businesses-page  .contact-us-right .heading h2 {
    margin-bottom: 55px;
}


.our-businesses-page .form-button {
 text-align: center;
     display: flex;
    justify-content: center;
}

.our-businesses-page-foooter {
    width: 100%;
    margin-top: 25px;
     border-bottom: none;
    padding-bottom: 15px;
    display: flex;
    display: none;
}

.our-businesses-page-textmonial .owl-nav button span{
  top: -3px;
}



.our-business-banner{
  background-image: url(../images/our-business.jpg);
  background-position: center;

}


.our-businesses-nner-page-main{
  width: 100%;
  display: flex;
  margin-top: 85px;
}

.our-businesses-nner-page{
  width: 100%;
}
.our-businesses-nner-page .heading h2{
position: relative;
margin-bottom: 30px;
}

.our-businesses-nner-page .heading h2::after{
     width: 85px;
    height: 2px;
    background-color: var(--color-white);
    left: 0;
    bottom: -15px;
    content: "";
    position: absolute;
}
.our-businesses-nner-page .heading p{
  color: var(--color-gray);
}

.our-businesses-inner-page-box{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 115px;
}

.our-businesses-inner-page-box-lft-main{
  width: 60%;
  display: flex;
  background-color: #000;
}

.our-businesses-inner-page-box-lft{
  width: 100%;
    padding: 25px 50px;

}

.our-businesses-inner-page-box-lft h3{
  color: var(--color-red);
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.our-businesses-inner-page-box-lft p{
  color: var(--color-gray);
  font-size: 18px;
  margin-bottom: 25px;
}

.our-businesses-inner-page-box-lft p b{
  color: var(--color-white);
  font-weight: 400;
}

.our-businesses-inner-page-box-lft a{
width: 185px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--color-red);
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.our-businesses-inner-page-box-lft .botton-hver-color a img{
    width: 20px;
    height: 20px;
    transition: .4s;
    left: 0px;
    position: relative;
}

.our-businesses-inner-page-box-lft .botton-hver-color a:hover img {
    left: 100px;
}
.our-businesses-inner-page-box-right-main{
  width: 40%;
  display: flex;
}

.our-businesses-inner-page-box-right{
  width: 100%;
  height: 315px;
}


.our-businesses-inner-page-box-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-businesses-nner-page .heading{
  margin-bottom: 115px;
}

.brand-box {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}


.explore-solutions-box-inner-text .icon{
  display: block;
}

.contact-location-main .conaatct-us-page{
  width: 75%;
  margin-top: 0;
}

.contact-location-main .botton-hver button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--color-red);
    color: var(--color-white);
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}

.contact-location-main .botton-hver button:hover{
  color: var(--color-red);
} 

.contact-location-right {
    width: 25%;
    display: flex;
    justify-content: end;
}

.contact-location-right ul{
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.contact-location-right ul li{
    display: flex;
    gap: 15px;
    align-items: center;
    color: var(--color-white);
    font-weight: 500;
   font-size: 20px;
}

.contact-location-right ul li i{
  color: var(--color-red);
  font-size: 24px;
}

.contact-location-main {
    display: flex;
}

.conaatct-us-page-main .heading.bottom-heading {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.form_alert_message_main{
  width: 100%;
}

.openings-box-right .botton-hver-color{
  margin-top: 40px;
}


.contact-us-right .text-box-main{
  margin-bottom: 20px;
}



.home-slider .owl-nav .owl-prev {
    left: 45px;
}

.home-slider .owl-nav button {
    position: absolute;
    top: 40%;
    background: #454444 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}


.home-slider .owl-nav button span {
    font-size: 36px;
    line-height: 23px;
    color: var(--color-red);
    position: relative;
    top: 0px;
}
.home-slider .owl-nav .owl-next {
    right: 45px;
}
.home-slider .owl-nav button span {
    font-size: 36px;
    line-height: 23px;
    color: var(--color-red);
    position: relative;
    top: 0px;
}