* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  
  body {
    background-color: #fff;
  font-family: "Rubik", sans-serif;


  }
  .logo{
    width: 151px;
  }
.banner {
	height:100vh;
	position:relative;
	width:100%;
	overflow: hidden;
    background-image: url(../../assets/images/bim-banner.jpg);
    background-size: cover;
}
.banner video {
    width: 100%;
    position: absolute;
    	overflow: hidden;
}
.banner-innner {
    padding: 200px 0;
}

header{
	position:absolute;
	width:100%;
	top:0;
	z-index:11;
}
.banner-left {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.overlay {
    background: #3f51b569;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    text-shadow: 1px 2px #000;
	margin-bottom:15px;
}

.banner-left p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-top: 21px;
    font-size: 39px;
}
.banner-left img{
    width: 64%;
    margin-top: 8%;
}

.custom-btn {
    width: 100%;
    background: #E91E63;
    color: #fff;
    letter-spacing: 2.5px;
	transition:0.8 ease;
}

.banner-left a {
    background: #e91e63;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 8px 35px;
    border-radius: 4px;
	transition:0.8 ease;
}

.banner-left a:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}

.custom-btn:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}

.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 1px 2px #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link:hover {
    color: yellow;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link:hover {
    color: yellow;
}

.dropdown-menu {
    padding: 0px;
}
span.navbar-toggler-icon {
    background-image: url(https://i.ibb.co/1v9M0dZ/menu.png) !important;
    width: 25px;
    height: 25px;
	cursor:pointer;
}
button.navbar-toggler:focus {
    outline: none;
}

a.dropdown-item {
    padding: 10px;
    background: #515156;
    color: #fff;
}



@media only screen and (max-width: 800px ){
	.banner-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    text-shadow: 1px 2px #000;
}
.banner{
	padding:120px 0;
	height: auto;
}

.nav-color{
	background:#000;
}
.navbar-light .navbar-nav .nav-link{
	padding-left:0;
}
.banner-innner {
    padding: 120px 0;
}
}

#section1, #section2, #section3, #section4, #section5 {
  padding-top: 61px;
  /* height: 800px; */
}
/* #section1 {
  background-color: orange;
}
#section2 {
  background-color: lightblue;
}
#section3 {
  background-color: lightgreen;
} */
.navbar-fixed-top{
  position: fixed;
  width: 100%;
  /* background: #000; */
  max-width: 100%;
  background-image: linear-gradient(#753A88, #CC2B5E);
}
.visson-part{
    display: flex;
    justify-content: center;
}
.visson-part h3{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin: 4px 0 2px 0;
}
.visson-part img {
    width: 115px;
    height: 115px;
    margin-left: -36%;
}
.visson-part {
    text-align: justify;
}
.bim-popup p{
    text-align: justify;
}
.visson-part-sub {
    background-image: linear-gradient(#753A88, #CC2B5E);
    border-radius: 27px;
    padding: 7px 10px 3px 60px;
    color: #fff;
}
.margin-fix{
    margin-top: 4%;
}
.about-banner{
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 1%;
    margin-top: 4%;
}
.sub-about{
    background: #1b131340;
    border-radius: 30px;
    padding: 28px 47px;
    color: #000;
    border: 1px solid #ccc;
}
.sub-about p{
    color: #000;
    font-size: 16px;
    margin: 14px 0;
    text-align: justify;
}
.sub-about h3{
    color: #000;
    /* font-size: 36px; */
    font-weight: bold;
}
.sub-service{
    cursor: pointer;
}
.sub-service img {
    width: 100%;
    height: 334px;
    margin-top: 8%;
}
.sub-service p {
    background-image: linear-gradient(#753A88, #CC2B5E);
    color: #fff;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.service-tittle h3{
    color: #000;
    /* font-size: 36px; */
    font-weight: bold;
    text-transform: uppercase;
}
/* model */
.modal-body .col-sm-8 {
    text-align: center;
}
.intro-title {
  margin-bottom: 5px;
  font-weight: 400;
  color: #333;
}

@media (max-width: 575px) {
  .modal-body .col-sm-4 {
    text-align: center;
    margin-top: 25px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 650px;
  }
}
.bim-popup {
    display: flex;
    gap: 32px;
}
.bim-popup h4{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.bim-popup img{
    width: 100%;
    height: 190px;
    box-shadow: 7px 5px 1px 1px #CCC;
}
.modal-header{
    border: 0 !important;
    padding: 7px 18px;
}
.bim-content{
    background: #D9D9D9;
    border-radius: 32px;
    padding: 0 0 12px;
}
.close span{
    font-size: 40px;
}
.project-start{
    text-align: center;
}
.project-start img{
    width: 100%;
    height: 300px;
    margin-top: 3%;
}
.project-start p{
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    padding: 10px 0;
}
.main-project{
    background: #EAEAEA;
    padding: 40px 0 22px;
}
.banner1 {
    height: 76vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner1 video {
    width: 100%;
    position: absolute;
    	overflow: hidden;
}
.banner-innner1 {
    padding: 0 0;
}
.clint-banner{
    background-image: url(../images/clint-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 1%;
    margin-top: 0;
    width: 100%;
}
.clint-banner h3{
    color: #000;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.clint-banner img{
    width: 100% ;
        height: 129px;
        border-radius: 12px;
        margin: 8% 0;

}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: #EAEAEA;
    padding-top: 37px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    margin-top: 3%;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-header-title > a {
    display: block;
    position: relative;
}
.card-header-title > a:hover {
    cursor: pointer;
}
.card-header-title > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
}
.card-header-title > a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}
.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #000;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
/* .main-conatct{
    margin-top: 3%;
} */
.our-text a{
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
/* .our-text h5{
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 3%;
} */
.sub-our h4{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2% 0;
}
.main-our{
    background-color: #EAEAEA;
    /* margin-top: 3%; */
    padding: 2% 0;
}
.sub-our{
    background: #fff;
    padding: 21px;
    border-radius: 15px;

}
.sub-our p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}
.main-footer{
    background-image: linear-gradient(#753A88, #CC2B5E);
    width: 100%;
    padding: 2% 0;
}
.main-footer img{
    width: 200px;
}
.footer-ol {
    display: flex;
    padding: 0;
    margin-top: 5%;
}
.footer-ol li {
    list-style: none;
}
.footer-ol img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}
.footer-para {
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.news-text-ul {
    padding: 0;
}
.news-text-ul li {
    line-height: 22px;
    padding: 7px;
    font-size: 16px;
    color: #fff;
    list-style: none;
}
.news-text-ul img {
    width: 23px;
    height: 27px;
}
.location{
    display: flex;
}
.news-text-ul a{
    color: #fff;
    text-decoration: none;
}
.sub-about h3,.service-tittle{
    font-size: 28px;
}