* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

 

 :root{
   --main-color:#1767A1;
 }

 

body {
   
    font-family: 'Arsenal', sans-serif !important;
    
}


.form-row{
    height: 90vh;
}

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:var(--main-color);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
  }
  .lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
  }
  .lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
  }
  @keyframes lds-grid {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  

/*Start Navbar*/
.navbar{
    transition: 0.5s all;
    padding: 0;
}
a.nav-link  {
    font-size: 18px;
    transition: 0.3s all;
    color: var(--main-color);
   
}
.social-media-links{
    transition: 0.3s all;
}
.nav-link:hover,.social-media-links i:hover{
    color:var(--main-color);
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--main-color);
}


.navbar-brand img{
    width: 225px;
}
/*End Navbar*/


/**/

.intro .carousel-inner,.intro .carousel-item {
    height:90vh ;
   

}

.carousel-item{
 display: flex;
    justify-content: center;
            align-items: end;
}


.intro{
    padding-top:90px;
}

.intro .carousel-item:nth-of-type(1){
    background-image: url(../images/slideshow-5.jpg);
    background-position: top;
    background-size: cover;
}


.projectVideo iframe{
    width:100%;
    height:100%;
}

.intro .carousel-item:nth-of-type(2){
    background-image: url(../images/slideshow-1.jpg);
    background-position: center;
    background-size: cover;
}

.intro .carousel-item:nth-of-type(3){
    background-image: url(../images/slideshow-2.jpg);
    background-position: center;
    background-size: cover;
}
.intro .carousel-item:nth-of-type(4){
    background-image: url(../images/slideshow-4.jpg);
    background-position: top;
    background-size: cover;
}

/*.intro .carousel-item:nth-of-type(5){*/
/*    background-image: url(../images/slideshow-4.jpg);*/
/*    background-position: top;*/
/*    background-size: cover;*/
/*}*/
.carousel-caption{
    
    width: 65%;
    margin: auto;
    font-weight: 700;
    bottom: 3rem !important;
  
}

.carousel-caption p{
    line-height: 1;
    font-size: 3rem;
}

.colored{
    color: var(--main-color);
}
.sectionHeading {
    padding: 80px 0px 0px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
 
}
.sectionHeading h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 2.1rem;
     font-weight: 700;
    color: var(--main-color);
    margin-bottom: 20px;
    
}

.sectionHeading h2::after{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 5%;
    height: 2px;
    background-color: var(--main-color);
    transition: 0.5s all;
}

 .sectionHeading h2:hover:after{
    width: 10%;
}

 

.headCaption{
    width: 90%;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}


.video iframe{
    margin: auto;
    width: 100%;
    height: 300px;
    
}
/**/



section.about .about-data h3{
    font-weight: 600;
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 5px;

}


section.about .about-data p{
   font-size: 20px;

}




/**/

.service-content{
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all;
   
}


.service-content:hover{
    margin-top: -5px;
    box-shadow: rgba(33, 35, 38, 0.9) 0px 10px 10px -10px;
   
}

.service-data li{
    margin-bottom:15px;
}
.service-key{
    color:var(--main-color);
    font-weight:bold;
}
.service-content .overlay{
    background-color: rgba(23, 103, 161, 0.4 );
    display: flex;
    justify-content: start;
    align-items: flex-end;
    padding-left: 10px;
}

.service-content .overlay p{
    color: #fff;
    font-weight: 600;
}


/**/
.project-card-content{
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s all;
    background-color: rgb(248,249,250);
    cursor: pointer;
}


.project-card-content:hover{
    background-color: var(--main-color);
    color: #fff;
}



.project-card-content:hover .project-title{
    
    color: #fff;
}


.project-card .event-cover{
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 200px;
}

/**/

 

.contentGet i{
    color: var(--main-color);
}

.contentGet p{
   font-size: 14px;
}

.contentGet a{
    color: #666;
    text-decoration: none;
 }

.contentGet h3{
    font-size: 18px;
    font-weight: 600;
}

.contentGet{
    border-bottom: 1px solid #66666624;
    margin-bottom: 20px;
}
.buttonDiv{
    text-align: right;
}
.contentGet:last-of-type{
    border-bottom: 0
}

.form-control:focus{
    border-color: var(--main-color);
    border-width: 2px;
    box-shadow: none;
}

.carousel-indicators button.active{
background-color: transparent;
width: 120px;}

.carousel-indicators{
    display: flex;
    align-items: center;
}

#clients img{
    position: absolute;
    left: 0;
    top: 0;
}

.project-title{
    color:var(--main-color);;
}
 

.lastfooter{
    background-color: #1a1a1a;
}

form input::placeholder {
    font-weight:400;
    font-size: 14px;
     opacity: 0.5;
}

.project-desc{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    
}

