

.cta-btn{
  border-radius: 4px !important;
  background-color: rgb(12, 49, 116) !important;
  border: none !important;
  padding: 10px;
  height: 50px;
  width: 140px;
  box-shadow: 2px 2px 8px 0px rgb(44, 44, 44);
}


.b{
  border:2px solid green
}
/*Home */
/*Hero*/
.hero-home{
  min-height: 90vh;
  min-width: 100%;
  padding: 0px !important;
  background-color: rgb(220, 235, 255);
  height: 80vh;

}

.hero-home-row{
  width: 100%;
}
.home-left{
  
  background-image: url('../img/bridge.jpeg');
  background-position: center;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 4px 2px grey;
}

.home-left-img{
  max-width: 50%;
  box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
  position: absolute;
  right: -30px;
  bottom: -30px;
  
}

.hero-home-h1{
  font-size: 65px;
  font-weight: 600;
  color: rgb(59, 59, 59);
  
}
.home-right{
  padding-left: 10px;
}
@media (max-width:1560px) {
  .hero-home-h1{
    font-size: 70px;
    font-weight: bolder;
  }
}
@media (max-width:1160px) {
  .hero-home-h1{
    font-size: 50px;
    font-weight: bolder;
  }
}
@media (max-width:992px) {
  .hero-home-h1{
    font-size: 30px;
    font-weight: bolder;
  }
  .home-left{
    display: none;
  }
}
.hero-home-p{
  font-size: larger;
}

/*Clients

.clients{
  min-height: 10vh;
  
}
.client-logo-div{
  max-width: 250px;
  height: 100px;
}
.client-logo{
  height: 70px;
  filter: grayscale(100%);
}

@keyframes scroll {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px * 5));
  }
}
.slider{
  height: 100px;
  margin:auto;
  position: relative;
  width: 250px;
  display: grid;
  place-items: center;
}

.slide-track{
  display: flex;
  width: calc(250px * 10);
}

.slide{
  height: 100px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 14px;
}
.logo-div{
  max-width: 250px;
}
*/
/* About us*/
.about-us{
  min-height: 60vh;
}
.about-img{
  box-shadow: 24px 24px 0px 8px rgb(118, 118, 118);
  max-width: 100%;

}
.anchor{
  text-decoration: none;
  color: navy;
}

.counting-numbers{
  min-height: 160px;
}

/* About 2 */
.about-2{
  padding-top: 100px;
  
}
.abt-2-container{
  position: relative;
}
.about2-header{
  font-size: 40px !important;
}

.about2-para{
  font-size: 22px;
}/*
.about2-images{
  position: relative;
  bottom: -15%;
  
}*/
.about-2-pic{
  position: relative;
  padding: 0 !important;
  height: 100%
}
.abt-img{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  height: auto;
}



.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  width: 100%;
  height: 0%;
  transition: .5s ease;
}

.about-2-pic:hover .overlay{
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Project list*/

.img-thumbnail{
  width: 100%;
  height: 300px !important;
}
.project-list{
  padding: 0 !important;
}

.about3{
  padding-top: 4em !important;
  padding-bottom: 4em;
}

.footer-link{
  color: rgb(255, 255, 255);
  text-decoration: none;
}
/*Footer*/
.footer-logo{
  max-width: 160px;
}
.footer{
  background-color: rgb(25, 30, 49) !important;
}

/* slick */

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 200px;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}
.slider{
  margin: 0 !important;
  padding: 0 !important;
  min-height: 10vh;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slide{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 14px;
  padding-right: 14px;
}
.client-logo{
  height: 70px;
  filter: grayscale(100%);
  width: auto;
}

/*================*/


.accordion-item{
  border-radius: 0px;
  box-shadow: none;
}
.accordion-button:focus {
  background-color:#6db9ef;
}
.accordion-button{
  border-radius: 0px !important;
  box-shadow: none !important;
}
.award-img{
  width: 100%;
  height: 250px;
}

.award-item{
  padding: 10px !important;
}