
html {
    box-sizing: border-box;
    width: 100;
    overflow-x: hidden;
    overflow-y: auto;
    
  }
  @media screen and (min-width: 1400px) {
    html {
      font-size: 18px;
    }
  }

  
body{
    width: 100%;
}

#header-area{
    display: flex;
    align-items: baseline;
}
@media screen and (min-width: 300px) and (max-width:390px){
  #header-area{
    display: flex;
    flex-direction: column;
  }
  .desktop-centering{
    margin:auto;
    flex-direction: column;
  }
}


.navbar-brand{
    margin: 0 auto;
    width: 300px;
    margin-left: -50px;
}


.desktop-centering{
    display: flex;
    align-items: center;
    /* margin-right: -15%; */
}

.navbar-expand-md {
    background-color: #1f2c65;
    width: 100%;
    font-family: "Sen", sans-serif;
    text-decoration: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    /* padding-left: 10%; */
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

.dropdown-menu{
  background-color: #1f2c65;
  color: #fff;
}

.dropdown-item:hover{
  background-color: #293c8f;
}

/* .navbar-collapse{
    color: #fff;
    display: flex;
    justify-content: center;
    padding-bottom: 6px;
} */

.nav-item{
    padding-right: 20px;
    display: flex;
}

button {
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #1f2c65;
    border-radius: 0.2em;
    box-sizing: border-box;
    color: #fff;
    background-color: #1f2c65;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    margin: 0 2em;
    min-height: 1em;
    min-width: 0;
    outline: none;
    padding: .5em;
    padding-left: 20px;
    padding-right:20px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
   }
   
   button:disabled {
    pointer-events: none;
   }
   
   button:hover {
    color: #ffffff;
    background-color: #1f2c65;
    transform: translateY(-2px);
    border: 0.025em solid #1f2c65;
   }
   
   button:active {
    box-shadow: none;
    transform: translateY(0);
   }

.contact .phone-number {
    color: #1f2c65;
    font-family: "Sen", sans-serif;
    font-size: 25px;

}

.social-container{
    color: #1f2c65;
    font-size: 25px;
}


/* Image banner */
.img-banner {
   /* background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),  url(images/imgbanner.jpg); */
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
  /* background: rgba(86, 175, 100, 0.059); */

  @media screen and (min-width: 1024px) {
    padding: 55px 0 55px 0;
  }
  @media screen and (min-width: 1200px) {
    padding: 70px 0 70px 0;
  }
}
.img-banner .container {
  z-index: 0 !important;
}
.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;

  @media screen and (min-width: 1200px) {
    font-size: 41px;
  }
}
.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(images/interiorbanners/house-framing-banner.jpg);
  background-position: center;

  @media screen and (min-width: 768px) {
    /* background-position: -335px; */
  }
  @media screen and (min-width: 1024px) {
    background-position: center;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/deck-banner.jpg);
  background-position: center;

  @media screen and (min-width: 768px) {
    background-position: center;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/bathroom-banner.jpg);
  /* background-position: 1770px; */

  @media screen and (min-width: 768px) {
    background-position: center;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/kitchen-banner.jpg);
  background-position: center;

  @media screen and (min-width: 768px) {
    background-position: center;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/living-room-banner.jpg);
  background-position: center;

  @media screen and (min-width: 768px) {
    background-position: center;
  }
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/dining-room-banner.png);
  background-position: bottom;

  @media screen and (min-width: 768px) {
    background-position: center;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  /* padding: 40px 0; */
  padding: 30px 0 40px 0;

  @media screen and (min-width: 768px) {
    padding: 30px 0 40px 0;
  }
  @media screen and (min-width: 1024px) {
    padding: 40px 0 40px 0;
  }
  @media screen and (min-width: 1200px) {
    padding: 47px 0 40px 0;
  }
}
.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: auto;
  margin-bottom: 0;

  @media screen and (min-width: 768px) {
    font-size: 35px;
  }
  @media screen and (min-width: 1024px) {
    font-size: 30px;
  }
  @media screen and (min-width: 1200px) {
    font-size: 37px;
  }
}
 

/*watermark thing*/

.sign-up {
  background: url("../../images/coupon-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}


.logo-bg {
  background: url("../../images/abstract-wave2.png") no-repeat left;
  background-position: left center;

    /* @media (min-width:768px) {
      background-size: 65%;
    } */
    @media screen and (min-width:1200px) {
      background-size: 100%;
    }
}


/*slideshow*/

.carousel-caption {
  color: #ffffff;
  font-family: "Sen", sans-serif; 
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  z-index: 9;
  top: 60%;
  /* width: 44%;
  left: 11%; */
  text-shadow: 0px 2px 3px #000000;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-fade .carousel-inner img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}

.verticalline {
    background-color: #1f2c65;
    width: 100%;
    height: 60px;
    /* min-height: 20px; */
    padding: 10px 0px 10px 0px;
    color: white;
    font-size: 26px;
    padding-bottom: 10px;
    /* font-weight: bold; */
  }

.verticalline p{
    color:#fff;
    display: flex;
    justify-content:center ;
    align-items: center;
    font-family: "Sen", sans-serif;
    font-size: 30px;
    margin-bottom: 130px; 
}

/*Home Page Optimization*/

.optimizations{
  background-color: #ffffff;
  /* background: radial-gradient(circle, transparent 20%, #e5e5e9 20%, #e5e5e9 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #e5e5e9 20%, #e5e5e9 80%, transparent 80%, transparent) 20px 20px, linear-gradient(#626b9354 1.6px, transparent 1.6px) 0 -0.8px, linear-gradient(90deg, #626b9354 1.6px, #e5e5e9 1.6px) -0.8px 0;
  background-size: 40px 40px, 40px 40px, 20px 20px, 20px 20px; */
  /* background-color: #1f2c659d; */
}

.optimizations-text{
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  font-family: "Sen", sans-serif;
  font-size: 20px;
  
  background-color: #ffffffb5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;

}


/*SERVICES SECTION*/

.card-outline{
  display: flex;
  justify-content: flex-start;
}

.card {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #130b58;
  color: white;
  height: auto; 
  min-width: 245px;
  margin-right: 25px;
  transition: 0.3s;
}

#card-pic {
  width: auto;
}

 #icon-pic {
  padding-top: .3em;
  font-size: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
} 

.icons{
  color: #1f2c65;
  border: solid #A5C8FF 4px;
  font-size: 40px;
  background-color: #fff;
  width: 65px; 
  height: 65px; 
  border-radius: 50%;
  /* float: right; */
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-left: 95px;
  transition: 0.3s;
  
}
.card-text a {
  color: white;
  /* padding-left: 10px; */
  /* margin-bottom: 10px;  */
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
  /* margin-top: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: bold;
}

.card:hover{
  background-color: #A5C8FF;
  color:#1f2c65;
  transition: 0.3s;
}

.card:hover .icons{
  border: solid #1f2c65 4px;
  transition: 0.3s;
}

.card:hover a{
  color:#1f2c65;
}
.card-text :hover{
  color:#1f2c65;
}




.containerservices{
  display: flex;
  justify-content: center;
  margin-left: 300px;
  margin-right: 300px;
  margin-bottom: 60px;
}

.services {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    font-family: "Sen", sans-serif;
    background: url(../../images/services-bg.png);
    background-size: cover;
    background-position-y: 30%;
}

/* .card {
  width: 190px;
  background: #1f2c65;
  padding: .4em;
  border-radius: 6px;
}

.card-image {
  width: auto;
  height: 130px;
  border-radius: 6px 6px 0 0;
}

.card-image:hover {
  transform: scale(0.98);
} */


/* .heading {
  font-weight: 600;
  color: #fff;
  padding: 7px;
}

.heading:hover {
  cursor: pointer;
}

.name {
  font-weight: 600;
}

.name:hover {
  cursor: pointer;
} */

/* .services .card, .services .card-header {
    background-color: #1f2c65;
    border: 1px solid #1f2c65;
    height: 200px;
} */

.buttonservices {
    --primary-color: #1f2c65;
    --secondary-color: #fff;
    --hover-color: #1f2c65;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    padding: .5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
    
  }
  
  .buttonservices .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
  }
  
  .buttonservices .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.5s;
  }
  
  .buttonservices .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid #fff;
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0; 
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
  }
  
  .buttonservices:hover .arrow::before{
    border: 1px solid #1f2c65;
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  }

  .buttonservices:hover {
    background-color: #A5C8FF;
    color:#1f2c65
  }
  
  .buttonservices:hover .arrow {
    background: #1f2c65;
    /* color:#edf0ff; */
  }
  
  .buttonservices:hover .arrow:before {
    right: 0;
    color:#1f2c65; 
  }
  .servicesbtn{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    /* margin-top:20px; */
  }

  /* .projects {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    font-family: "Sen", sans-serif;
}

 .cardprojects-header {
    background-color: #A5C8FF; 
    border-top: 6px solid #A5C8FF;
    border-left: 6px solid #A5C8FF;
    width:100%;
    height:auto;
}*/

.projects{
  background: url(../../images/projectsbg.png);
  background-size: cover;
  padding: 4.5rem 0;
}

.ourprojects h2{
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
    /* font-weight: bold; */
    font-size: 30px;
    font-family: "Sen", sans-serif;
    margin-bottom: 80px;
}

.column{
    float: right;
    width: 15%;
    display: flex;  
    margin-right: 40px;
  }

.img-cont{
  height: 200px;
  width: 100%;
  /* overflow: hidden; */
}

.img-cont img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.projectpic{
  box-shadow: -10px -10px #A5C8FF;
  margin-right: 20px;
  color:#fff;
  display: flex;
  width: 500px;
  max-height: 210px;
  /* padding-bottom: 0px; */
}

.projectname{
  color:#fff; 
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
  font-family: "Sen", sans-serif;
}
.rowprojects{
  display: flex;
  justify-content: center;
  margin-left:65px;
}

#project1, #project2, #project3, #project4{
  transition-duration: .5s;
}

#project1:hover, #project2:hover, #project3:hover, #project4:hover{
  transform: scale(1.1,1.1);
  transition-duration: .5s;
  /* transition-timing-function: ease-in-out; */
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  
}

.about{
    background: url(../../images/aboutus-bg.png);
    background-size: cover;
    font-family: "Sen", sans-serif;
}

#aboutus h2{
  display: flex;
    justify-content: center;
    align-content: center;
    color: #1f2c65;
    /* font-weight: bold; */
    font-size: 30px;
    margin-bottom: 50px;
    font-family: "Sen", sans-serif;
}

#aboutus{
  font-family: "Sen", sans-serif;
  color:#1f2c65;
  /* padding-left: 205px; */
}



/*READ MORE BUTTON*/
.buttonreadmore {
    --primary-color: #1f2c65;
    --secondary-color: #fff;
    --hover-color: #1f2c65;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    font-family: "Sen", sans-serif;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    padding: .5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
    text-decoration: none;
    
  }
  
  .buttonreadmore .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .buttonreadmore .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
  }
  
  .buttonreadmore .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
  }
  
  /* .buttonreadmore:hover {
    background-color: var(--hover-color);
  }
  
  .buttonreadmore:hover .arrow {
    background: var(--secondary-color);
  }
  
  .buttonreadmore:hover .arrow:before {
    right: 0;
  } */

  .buttonreadmore:hover .arrow::before{
    border: .5px solid #1f2c65;
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    text-decoration: none;
  }

  .buttonreadmore:hover {
    background-color: #A5C8FF;
    color:#1f2c65
  }
  
  .buttonreadmore:hover .arrow {
    background: #1f2c65;
    /* color:#edf0ff; */
  }
  
  .buttonreadmore:hover .arrow:before {
    right: 0;
    color:#1f2c65; 
  }

  .readmorebtn{
    display: flex;
    justify-content: center;
  }



  #testimonials-form {
    background-image: url(../../images/parallaximg.png);
    /* max-height: 650px;  */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0px;
    /* overflow: hidden; */
  }

  #first-name{
    width: 190px; 
    margin-right: 20px;
  }

  #last-name{
    width: 190px;
  }

  #email{
    width: 400px;
  }

  #phone-number{
    width: 400px;
  }

  .container-fluid-testimonials{
    padding-bottom: 30px;
  }

  #quotetitle{
    font-family: "Sen", sans-serif;
    /* font-weight: bold; */
    font-size: 30px;
    color: #1f2c65;
    text-align: center;
  }

  .container-fullname{
    display:flex;
    flex-direction: row;
  }
  .requestquote{
    background-color:#ffffffdb;
    border-top: solid #A5C8FF 11px;
    padding: 30px;
    border-radius: 5px;
    margin-right: 100px;
    font-family: "Sen", sans-serif;
    /* font-weight: bold; */
    color: #1f2c65;
    text-align: center;
  }

  /* .requestquote{
    background-color:#000000b0;
    padding: 30px;
    border-radius: 5px;
    margin-right: 100px;
    font-family: "Sen", sans-serif;
    color: #fff;
    text-align: center;
  }
  #quotetitle{
    font-family: "Sen", sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
  } */

  #testimonialstitle{
    font-family: "Sen", sans-serif;
    /* font-weight: bold; */
    font-size: 30px;
    color: #1f2c65;
    text-align: center;
    padding-bottom: 13px;
  }
  #testimonials{
    background-color:#ffffffdb;
    border-top: solid #A5C8FF 11px;
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 5px;
    width: 60%;
    margin:auto;
    min-height: 405px;
  }
#tesimonials-name{
  text-align: center;
}

#hp-test-logo{
  width: 10%;
  margin:auto;
}
  .hp-stars{
    text-align: center;
  }

  .stars{
    display: flex;
    list-style-type: none;
    color: #A5C8FF;
    text-align: center;
   
  }

  /* .fname, .lname{
    width: 190px;
    margin: 5px;
  }

  .email, .phone{
    width: 400px;
  } */

  

  /*SUBMIT BUTTON*/
  .buttonsubmit {
    --primary-color: #1f2c65;
    --secondary-color: #fff;
    --hover-color: #1f2c65;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    padding: .5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
    
  }
  
  .buttonsubmit .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .buttonsubmit .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
  }
  
  .buttonsubmit .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
  }
/*   
  .buttonsubmit:hover {
    background-color: var(--hover-color);
  }
  
  .buttonsubmit:hover .arrow {
    background: var(--secondary-color);
  }
  
  .buttonsubmit:hover .arrow:before {
    right: 0;
  } */

  .buttonsubmit:hover .arrow::before{
    border: solid #1f2c65;
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  }

  .buttonsubmit:hover {
    background-color: #A5C8FF;
    color:#1f2c65;
  }
  
  .buttonsubmit:hover .arrow {
    background: #1f2c65;
    /* color:#edf0ff; */
  }
  
  .buttonsubmit:hover .arrow:before {
    right: 0;
    color:#1f2c65; 
  }

  .submitbtn{
    display: flex;
    justify-content: center;
  }




  .footer{
    background:#000000c7;
     -webkit-backdrop-filter: blur(5px); 
    backdrop-filter: blur(5px); 
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 14%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    border-top: solid #A5C8FF 11px;

    /* background-size: cover; */
    
  }

  #footer-img{
    width: 65%;
    margin-left: 125px;
  }

  .footer ul {
    list-style-type: none;
    column-count: 4;
    column-width: 150px;
    height: 100px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
}

.footer ul li {
    padding-left: 30px;
    position: relative;
}

.footer ul li:before {
    /* margin: 0 0 0 -34px; */
    text-align: right;
    width: 6em;
    display: block;
    position: absolute;
    height: 100%;
}

  .social-container-footer{
    color: #fff !important;
    font-size: 23px; 
    padding-left: 21%;
  }


.ddmg-sig {
  background-color: #000;
 
  
  color:#fff;
  text-align: center;
  overflow: hidden;
}

.ddmg-sig p{
  font-size: 12px;
  padding-top: 18px;
}



/*----------------INTERIOR PAGES------------------*/

/*about us page*/



.about-page img {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
  }


  @media screen and (min-width:768px) {
    #about-us-img{
      float: right;
      margin-left: -10px;
      margin-bottom: 0;
      width: 55%;
    }
  }

  @media screen and (min-width:374px) and (max-width:765px) {
    #about-us-img{
      /* float: right; */
      /* margin-left: 50px; */
      margin-bottom: 0;
      display:block;
      margin: auto;
      /* overflow:hidden; */
    }  
  }



/*testimonils page*/


#testimonails-bg{
  background: url(../../images/testimonials-bg.png); 
  width: 100%;
  /* background-repeat: no-repeat; */
  background-size:contain;
}

.testimonial-page {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .testimonial-page {
    text-align: left;
  }
}

/* @media screen and (max-width: 879px) and (min-width:599px) {
  #testimonials-bg{
  background-position-x: center;
  }
} */

@media screen and (min-width: 300px) and (max-width: 765px){
  .testimonial-page {
    text-align: left;
  }

  .testimonial-page .card {
    margin: auto;
    margin-bottom: 5px;
  }
}
.testimonial-page .card-columns {
  column-count: 1;
}
@media screen and (min-width: 768px) {
  .testimonial-page .card-columns {
    column-count: 2;
  }
}
.testimonial-page .card {
  background: #f2f2f2d0;
  color:#1f2c65;
  padding: 40px;
  margin-bottom: 20px;
  border: 0.025em solid #1f2c65;
}
.testimonial-page .stars {
  text-align: center; 
  margin:auto;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .testimonial-page .stars {
    float: right;
  }
}
.testimonial-page .stars i {
  color: gold;
  
}

.testimonial-page p{
  font-size: 20px;
}


.testimonial-page img {
  margin: 0 auto;
  /* width: 20%; */
}
@media screen and (min-width: 768px) {
  .testimonial-page img {
    float: right;
    margin: auto;
    max-width: 10%;
  }
}

.btn-primary{
  display: flex;
  justify-content: center;
  background-color: #1f2c65;
}

#testimonial-author{
  font-size: 19px;
  /* padding-top: 20px; */
}


/****************** Services Page *******************/

.services-bg{
  /* background: url(../../images/possible-bg.png); */
  background-size: cover;
}

#service-container{
  margin-right: 10%;
  margin-left: 10%;
  column-count:2;
 

  /* display: inline-block; */
  
  /* margin: auto; */
}
#services-container {
  max-width: 90%;
  /* max-height:300px; */
  min-height: 300px;
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border-right: 15px solid #A5C8FF;
  padding: 10px;
  margin: auto;
  margin-bottom: 65px;
  page-break-inside: avoid;
  animation: services-animated 2s;
}

@media screen and (max-width:1024px){
  #services-container{
    height: fit-content;
  }
}

@keyframes services-animated{
  from{
    opacity: 0;
    transform: translateY(100px);
  }

  to{
    opacity: 1;
    transform: translateY(0px);
  }
}

#services-info{
  display: flex;
  height: 100%;
  flex-direction: row;
  
  color: #1f2c65;
  text-decoration: none;
  /* align-items: flex-start; */
  /* grid-gap: 1rem;
  gap: 1rem; */
  /* background-color: #1f2c65; */
}

#services-card-head {
  height: 200px;
  width: 40%;
  border-radius: 5px;
  color: #1f2c65;
  text-decoration: none;
  overflow: hidden;
  
}

#services-card-body {
  color: #1f2c65;
  text-decoration: none;
  width: 57%;
  float:right;
  padding-left: 25px;
  white-space: wrap;
  text-overflow: ellipsis;
}

#services-card-body .info {
  height: 7rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 @media screen and (max-width: 1024px){/* and (min-width: 927px){ */
  #service-container{
    margin-right: 10%;
    margin-left: 10%;
    column-count: 1;
  }
 
}

@media screen and (max-width: 428px){
  #services-info{
    display: flex;
    flex-direction: column;
  }
  
  #services-card-head{
    width:95%;
    margin:auto;
  }

  #services-card-body{
    width: 90%;
    margin: auto;
  }
}

.servicesbtn2{
  display: flex;
    justify-content: center;
    margin-top:20px;
}


.viewmore-btn{
  background-color: #A5C8FF;
  color:#000;
  border-radius: 50px;
  border: 1px solid #1f2c65;
}

.viewmore-btn:hover{
  background-color: #1f2c65;
  color:#fff;
}
/* .name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #1f2c65;
}

.function {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #1f2c65;
} */

/* .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2px;
} */



/* 
.services-container {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;

  padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  margin: auto;
  margin-left: 20%;
  column-count: 4;
  width: 80%;
  margin: auto;
}

 #services-card {
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-bottom: 5px solid #233e8f;
  width: 77%;
  margin:auto;
  margin-bottom: 28px;
}

#services-card-head{

  padding-top: 10px;
  padding-bottom: 10px;
}

#services-card-head img{
  margin-left: 10px;
  width:50%;
  float:right;
  margin-right: 10px;
}

#services-card-body{
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  font-family: "Sen", sans-serif !important;
  text-decoration: none;
  color: black;
}

#services-card-body h4{
  margin-top: -10px;
  color: black;
  text-decoration: none;
}

@media (min-width:300px) and (max-width: 1024px){
  .services-container{
    display: inline;
  }
}

@media screen and (max-width: 1650px) and (min-width: 1081px){
  #services-card{
    
  }
  .services-container{
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto
  }
} */

/***********Servies Detail Pages***************/

#serv-detail-bg{
  background: url(../../images/detail-bg2.png); 
  background-size: cover;
}
.services-detail-page p{
  width: 40%;
}

.services-detail-page{
  width: 100%;
}


.services-detail-page img{
  width: 50%;
  float: right;
  margin-right: 0px;
  margin: 7px;
  margin-left: 40px;
}

.return-btn{
  border: 1px solid #1f2c65;
  background-color: #1f2c65;
  border-radius: 5px;
  padding: 0.4em 0.8em 0.4em 0.8em;
  transition: all ease-in-out 0.2s;
  font-size: 16px;
  color: #fff !important;
  font-family: "Sen", sans-serif !important;
  display:inline-block;
  min-width: 21%;

}

.return-btn:hover {
  background-color: #A5C8FF;
  text-decoration: none;
  border: 1px solid #1f2c65;
  color: #1f2c65 !important;
 }


 @media screen and (min-width:300px) and (max-width: 800px){
 .services-detail-page img{
  width:100%;
  display:block;
  margin-bottom: 14px;
  }

  #detail-service h2{
    padding-top: 10px;
  }

  #detail-service p{
    width:100%;
  }

  @media screen and (min-width:801px) and (max-width:1024px){
    .services-detail-page img{
      width:50%;
      display:block;
      margin-bottom: 14px;
      }
      #detail-service h2{
        padding-top: 10px;
      }
    
      #detail-service p{
        width:100%;
      }
    }
}

 /****************Projects Page**********************/

#projects-page{
  /* margin:auto; */
  margin-left: 350px;
}

#project-grid{
  margin: auto;
  width:75%;
  padding-top: 70px;
  padding-bottom: 70px;
}



.project-name{
padding:20px 0px 0px 0px;
text-align: center;
}

#project-main img{
  margin: auto;
  display:block;
  width: 250px;
  height: 150px;
  object-fit: cover;
}

.project-item{
  margin: 23px;
  padding-bottom: 30px;
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: all ease-in-out 0.2s;
}

.learn-more-btn{
  text-align: center;
}

 .projects-btn{
  /* border: 2px solid #1f2c65; */
  background-color: #1f2c65;
  border-radius: 1px;
  padding: 0.4em 0.8em 0.4em 0.8em;
  transition: all ease-in-out 0.2s;
  font-size: 16px;
  color: #fff !important;
  font-family: "Sen", sans-serif !important;
  margin: auto;
 }

 .projects-btn:hover {
  background-color: #A5C8FF;
  text-decoration: none;
  /* border: 2px solid #1f2c65; */
  color: #1f2c65 !important;
 }

 .project-item:hover{
  margin: 23px;
  /* padding: 30px; */
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  transition: all ease-in-out 0.2s;
}

#project-btn{
  font-family: "Sen", sans-serif !important;
  width: 21%;
}

#project-btn:hover{
  background-color: #A5C8FF;
  text-decoration: none;
  /* border: 2px solid #1f2c65; */
  color: #1f2c65 !important;
}

#project-gallery{
  text-align: center;
  width: 100%;
  margin:auto;
  background-color: #e4edff;
  padding:20px;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;

}

#project-gallery .row{
  width:63%;
  margin:auto;
}

#project-desc{
  width: 100% !important;
}

#img-box{
  height: 200px;
  width:40%;
  overflow: hidden;
}

#project-gallery img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}


@media screen and (max-width: 1024px) and (min-width: 927px){

  .projects-main img{
    margin-left:30px;
  }

  .footer{
    margin-top: 13%;
  }
}


@media screen and (min-width:300px) and (max-width: 800px){
  

  
  #project-grid{
    margin:auto;
    display: block;
  }

  #project-desc{
    display:block;
    margin: auto;
  }


  #project-desc img{
   width:100%;
   display:block;
   margin-bottom: 14px;
   }
 
   #project-desc h4{
     padding-top: 10px;
     width: 120%;
   }
 
   #project-desc p{
     width:150%;
   }

   #project-btn{
    width: 60%;
   }
 }


 @media screen and (min-width:801px) and (max-width: 1023px){
  #project-grid{
    margin:auto;
    display: grid;
    grid-template-columns: repeat(2, 322px);
    gap: 0px;
  }

  #project-desc{
    display:block;
    margin: auto;
  }


  #project-desc img{
   width:65%;
   display:block;
   margin: auto;
   margin-bottom: 14px;
   }
 
   #project-desc h4{
     padding-top: 10px;
     width: 120%;
   }
 
   #project-desc p{
     width:150%;
   }

   #project-btn{
    width: 60%;
   }

   #project-gallery{
    text-align: center;
    /* width: 84%; */
    margin: auto;
    background-color: #d7e5fa;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
   }

   #project-gallery .row{
    width:89%;
    margin:auto;
  }

 }

 @media screen and (min-width:1024px) and (max-width: 2500px){
  #project-grid{
    width:84%;
    display: flex;
    justify-content: center; 
  }

  #project-desc{
    display: flex;
    
  }

 }

/*****************OUR WORK PAGE**********************/

#category-selection{
  margin-top: 30px;
}

.work-container {
  margin-top: 100px;
  margin-bottom: 50px;
}

#our-work-card {
  margin: 10px;
  padding: 15px;
  background-color: #f8f8f89f;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: all ease-in-out 0.2s;
  position: relative;
  min-height: 200px;
  display: block;
  width: max-content;
}

.image-container {
  overflow: hidden;
  position: relative;
}

.image-container img {
  width: 270px;
  height: 151px;
  display: block;
  object-fit: cover;
  margin:auto;
}

.cat-title h1 {
  color: #1e175e;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  margin-top: 4px;
}

.viewbutton {
  background: none;
  outline: none;
  font-weight: 100;
  letter-spacing: 2px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10%;
  display: inline-block; /* Ensure the button is properly aligned */
}

.viewbutton:hover {
  transition: all 0.3s ease-in-out;
  background: white;
  color: #0B1524;
  transform: scale(1.05);
}

.cover-overlay {
  position: absolute;
  top: 100%; /* Initially hide overlay */
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow: hidden;
  text-align: center;
  transition: top 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

#our-work-card:hover .cover-overlay {
  top: 0; /* Show overlay on hover */
}

/* Detailed Work Page */
#detailed-cat-title {
  padding: 10px;
  text-align: center;
  color: #1f2c65;
}

#photo-gallery{
  width: 70%;
  /* height: 200px; */
  overflow: hidden
}

#photo-gallery img{
  /* width: 300px;
  /* height: 150px; */
  /* object-fit: cover; */ 
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
  

#work-button {
  --primary-color: #1f2c65;
  --secondary-color: #fff;
  --hover-color: #1f2c65;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 50px;
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
  width: 250px;
  margin-top: 50px;
  margin-bottom: 25px;

}

.vertical {
  background: #000000;
  width: 1px;
  height: 400px;
  position: absolute;
  margin-left: 11%;
  z-index: -1;
  top: 5%;
}

@media screen and (max-width:429px) {
  #work-button{
    width:64%;
  }
}




/* #category-button{
  border: solid 2px black;
} */
/* #category-button  {
  border: 2px solid #A5C8FF;
  background-color: #A5C8FF;
  border-radius: 1px;
  margin-top: 15px;
  transition: all ease-in-out 0.2s;
  font-size: 16px;
  color: #fff !important;
  font-family: "Noto Sans", sans-serif;
 }
 
 #category-link{
  padding: 10px 30px 10px 30px;
 }

 #category-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
 }
 
 #category-button:hover {
  background-color: #e6e6e6;
  text-decoration: none;
  border: 2px solid #1f2c65;
 }
 
 #category-button:visited {
  background-color: blue;
  color: white;
 } */


/*****************Our Process Page*****************/

.service-info {
  width: 70%;
  margin: auto;
}

/* Base style*/
.service-title {
  border-top: 2px dashed #1f2c65 !important;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}

/* Odd child styles */
.service-title-odd {
  border-left: 2px dashed #1f2c65;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

/* Even child styles */
.service-title-even {
  border-right: 2px dashed #1f2c65;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

/* Positioning the Bullets */
.service-title-odd:before,
.service-title-even:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
  background-color: #1f2c65;
  text-align: center;
  font-size: 110%;
}

/* Positioning for odd and even bullets */
.service-title-odd:before {
  right: 100%; 
  margin-right: -8px;
  top: 40px;
}

.service-title-even:before {
  left: 100%; 
  margin-left: -8px;
  top: 40px;
}

/* Styling for the first child */
.service-info .service-title:first-child {
  border-top: 0 !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0 !important;
}

/* Styling for the last child */
.service-info .service-title:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0 !important;
}


/* .service-info{
  
  font-family: "Noto Sans", sans-serif;
}

.service-title{
  font-size: 30px;
  font-family: "Noto Sans", sans-serif;
}

#process{
  background-color: #efefefb5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

#process-step{
  border-bottom: 2px dashed #c5c5c5;
  padding-top: 30px;
}

@media (min-width:300px) and (max-width: 1024px){
  #process{
    width: 90%;
    margin:auto;
  }
} *



/**************Quote Request Page*****************/
#quote-desc{
  width: 80%;
  margin: auto;
  padding-top:20px;
}
.contact-form{
  width: 80%;
  margin: auto;
}
.form-row{
  margin-bottom: 10px;
}

#state {
  height: 100%;
}

#serv-need{
  height: 62%;
}

#quote-request{ 
  background-color: #efefefb5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

#quote-bg{
   background: url(../../images/quote-request-bg.png); 
  width: 100%;
  background-size: cover;
  margin-bottom:-2.1%;
}

#submit-btn{
  margin: auto;
  text-align: center;
}

@media screen and (min-width:300px) and (max-width: 800px){
  /* .contact-form{
    display:block;
  } */

  #quote-request{
    width: 85%;
    margin:auto;
  }
   .q-form-group{
    margin-bottom: 5px;
   }

   .g-recaptcha{
    transform: scale(0.80);
    margin-right: 100%;
   }
}

@media screen and (min-width: 801px) and (max-width: 1024px){
  /* .contact-form{
    display:block;
  } */

  #quote-request{
    width: 85%;
    margin:auto;
  }
   .q-form-group{
    margin-bottom: 5px;
   }

   .g-recaptcha{
    transform: scale(0.80);
    /* margin-right: 20%; */
   }

   #quote-desc{
    width: 90%;
   }

   .contact-form{
    width: 95%;
   }

  }
/******************FAQs Page********************/

/* .card-header {
  background-color: #1f2c65d6;
  color: #fff;
  max-height: 60px;
}
.faqs h2 {
  font-size: 19px;
}

.card-body {
  background-color: #ffffff81;
  color: #000;
} */

.faqs-page .card-header {
  padding: 1.2rem 1.25rem;
  background: #1f2c65;
  color: #fff;
  cursor: pointer;
  border-bottom: none;
}
.faqs-page .card-header .title {
  font-size: 22px;
}
.faqs-page .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  align-items: center;
  background: #ffffff00;
  border-radius: 4px;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  /* position: absolute; */
  right: 20px;
  top: 12px;
  width: 45px;
  padding-bottom: 20px;
}
.faqs-page .card-header .accicon i {
  color: #ffffff;
}
.faqs-page .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.faqs-page .faq-card {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.faqs-page .card-body {
  border-top: 1px solid #ddd;
  background: aliceblue;
}





/*****************contact us page*************/

#contact-us-bg{
  background: url(../../images/quote-request-bg.png); 
  width: 100%;
  background-size: cover;
}

#contact-us{
  background-color: #efefefdd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 50%;
  margin: auto;
  padding-top: 10px;
}

#contact-title{
  text-align: center;
}

#contact-btn{
  margin: auto;
  width: 20%;
}

#contact-btn:hover{
  background-color: #A5C8FF;
  color: #1f2c65;
  text-decoration: none;
  /* border: 2px solid #1f2c65; */
}

#success-message{
  text-align: center;
  height: 284px;
}
#success-message-text{
  text-align: center;
}


@media screen and (min-width:300px) and (max-width: 1024px){
  #contact-us{
    width: 85%;
    margin: auto;
  }

  .c-form-group{
    margin-top: 5px;
    /* width: 95%; */
    /* margin: auto; */
  }

  .form-row{
    width: 95%;
    margin: auto;
  }

  #q-recaptcha{
    width: 100%;
    margin: auto;
  }

  #contact-btn{
    width:50%;
  }

}



/*----------------------------MEDIA QUERIES FOR HOME PAGE---------------------------------------*/

/* IPAD and smaller phone landscape */
@media screen and (max-width: 879px) and (min-width:599px) {
  .navbar-brand{
    margin-left: -5px;
    width: 20%;
  }
  .nav-item{
    padding-right: 7px;
  }
  .navbar-expand-md{
    /* padding-left: 7%; */
    /* padding-right: 7px; */
    padding-bottom: 7px;
    font-size: 12px;
  }

  /* .navbar-collapse{
    padding-bottom: 5px;
    margin-right: -2%;
    font-size: 3px;
  } */

  .contact .phone-number {
    font-size: 10px;
    padding-left: 12px;
  }

  .social-container{
    font-size: 50%;
  }
  .container-fluid{
    margin: auto;
  }

  #contact-us-btn{
    height: auto;
    font-size: 8px;
  }

  #contact-us-btn:hover{
    color:#1f2c65 !important;
  }

  .carousel-caption {
    color: #ffffff;
    font-family: "Sen", sans-serif; 
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 9;
    top: 40%;
    /* width: 44%;
    left: 11%; */
    text-shadow: 0 0 10px #000;;
  }

  .verticalline {
    background-color: #1f2c65;
    width: 100%;
    height: 40px;
    min-height: 20px;
    padding: 10px 0px 10px 0px;
     
    color: white;
    font-size: 26px;
    padding-bottom: 10px;
  }

  .verticalline p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sen", sans-serif;
    font-size: 15px;
    padding-top: -15px;
   
  }

  .containerservices{
    display: grid;
    grid-template-columns: repeat(2, 322px);
    gap: 0px;
    margin-left: 344px;
  }

  

  .card-outline{
    width: 95%;
    margin-right: 50px; 
    margin-top: 10%;
  }

  .card{
    height: auto;
  }

  .icons{
    margin:auto;
    margin-top:-10%;
  }

  .ourprojects h2{
    
    margin-bottom: 50px;
  }

  .rowprojects{
    display: grid;
    grid-template-columns: repeat(2, 270px);
   
  }

  .projectpic{
    margin-right: 10%;
  }

  .column{
    width:225px;
  }

  #aboutus .mt-4{
    margin-left: 40px;
    margin-right: 40px;
  }

  #quote-testimonial{
    display: flex;
    flex-direction: column;
  }

  #quote-box{
    margin:auto;
  }

  .requestquote{
    margin: auto;
    margin-bottom: 20px;
    width: 400px;
  }

  .service-info {
    width: 90%;
    margin: auto;
  }

  #first-name{
    width: 165px;
  }

  #last-name{
    width: 165px;
    margin-left: 155px;
  }

  #email{
    width: 340px;
  }

  #phone-number{
    width: 340px;
  }

  .container-fluid-testimonials{
    width: 80%;
    margin-left: 4%;
  }

  #testimonials{
    padding: 15px 25px 15px 25px;
    margin: auto;
    width:58%;
  }

  .footer{
    padding-top: 20px;
    padding-left: -14%;
    padding-bottom: 0px;
  
  }

  .footernav{
    margin: auto;
    margin-left:-10%;
    /* margin-left: -5% */
    margin-top: -1%;
  }

  .footer ul {
    list-style-type: none;
    column-count: 2;
    /* column-width: 150px; */
    height: 100px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    padding-left: 0px;
}

  #footer-img{
    margin: auto;
    padding-top: 8px;
    /* width: 65%; */
  }

  .social-container-footer{
    padding-left: 16%;
  }



}


/*ipad landscape*/
@media screen and (max-width: 1080px) and (min-width: 1025px) {
  .navbar-brand{
    margin-left: -5px;
    width: 20%;
  }

  .navbar-expand-md{
    padding-left: 13%;
    padding-bottom: 7px;
    font-size: 12px;
    

  }


  /* .navbar-collapse{
    font-size: 13px;
    padding-bottom: 6px;
  } */

  /* .navbar-nav{
    padding-top: -10px;
  } */

  .contact .phone-number {
    font-size: 18px;
  }

  .carousel-caption {
    color: #ffffff;
    font-family: "Sen", sans-serif; 
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 9;
    top: 40%;
    /* width: 44%;
    left: 11%; */
    text-shadow: 0 0 10px #000;;
  }

  .containerservices{
    display: grid;
    grid-template-columns: repeat(3, 60%[col-start]);
  }

  .card-outline{
    margin: 5px;
    margin-top: 25px;
  }

  .card-text{
    margin-left: 5px;
    text-align: center;
  }

  .icons{
    margin: auto;
    margin-top: -10%;
  }

  .ourprojects{
    width: 120%;
    margin-left: -9%;
  }

  .service-info {
    width: 90%;
    margin: auto;
  }

  .rowprojects{
    margin-left:20px;
    /* display: grid;
    grid-template-columns: repeat(2, 30%[col-start]); */
  }

  #quote-testimonial{
  display: flex;
  flex-direction: column;
}

  .requestquote{
    margin-bottom: 10px;
  }

  .container-fluid-testimonial{
    margin-left: 28%;
  }

  #testimonials{
    padding: 15px 25px 15px 25px;
    margin-left: 4%;
  }

  .footer{
    padding-top: 28px;
    padding-left: -14%;
    padding-bottom: 0px;
  }

  .footernav{
    margin: auto;
    margin-left:-10%;
    /* margin-left: -5% */
    margin-top: -1%;
  }

  .footer ul {
    list-style-type: none;
    column-count: 3;
    /* column-width: 150px; */
    height: 100px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    padding-left: 36px;
}

  #footer-img{
    margin: auto;
    padding-top: 8px;
    /* width: 65%; */
  }

  .social-container-footer{
    padding-left: 16%;
  }
}

/*IPAD Pro portrait*/
@media screen and (max-width: 1024px) and (min-width: 927px){
  .navbar-brand{
    margin-left: -5px;
    width: 20%;
  }

  .navbar-expand-md{
    padding-left: 11%;
    padding-bottom: 7px;
    font-size: 12px;
  }


  /* .navbar-collapse{
    font-size: 13px;
    padding-bottom: 6px;
    
  } */

  /* .navbar-nav{
    padding-top: -10px;
  } */

  .contact .phone-number {
    font-size: 18px;
  }

  .carousel-caption {
    color: #ffffff;
    font-family: "Sen", sans-serif; 
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    z-index: 9;
    top: 40%;
    /* width: 44%;
    left: 11%; */
    text-shadow: 0 0 10px #000;;
  }

  .containerservices{
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 20px;
  }

  .container-fluid{
    margin: auto;
  }

  .card-outline{
    margin: 5px;
    margin-top: 25px;
  }

  .card-text{
    margin-left: 5px;
    text-align: center;
  }

  .icons{
    margin: auto;
    margin-top: -10%;
  }

  .ourprojects h2{
    width: 120%;
    margin-left: -100px;
    text-align: center;
  }

  .rowprojects{
    margin-left:30px;
    
  }

  #aboutus .mt-4{
    margin-left: 100px;
    margin-right: 100px;
  }


  #quote-testimonial{
    display: flex;
    flex-direction: column;
  }

  #quote-box{
    margin:auto;
  }

  .requestquote{
    margin: auto;
    margin-bottom: 20px;
    width: 400px;
  }


  

  #first-name{
    width: 165px;
  }

  #last-name{
    width: 165px;
    margin-left: 155px;
  }

  #email{
    width: 340px;
  }

  #phone-number{
    width: 340px;
  }


  #testimonials{
    padding: 15px 25px 15px 25px;
    margin: auto;
    width: 90%;
  }

  
  .footer{
    padding-top: 28px;
    padding-left: -14%;
    padding-bottom: 0px;
    /* margin-top: 37%; */
  }

  .footernav{
    margin: auto;
    margin-left:-10%;
    /* margin-left: -5% */
    margin-top: -1%;
  }

  .footer ul {
    list-style-type: none;
    column-count: 3;
    /* column-width: 150px; */
    height: 100px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    padding-left: 36px;
}

  #footer-img{
    margin: auto;
    padding-top: 8px;
    /* width: 65%; */
  }

  .social-container-footer{
    padding-left: 16%;
  }
}


/*ipad pro landscape*/
/* @media screen and (max-width: 1067px) and (min-width: 1081px) {
  .navbar-brand{
    margin-left: -20px;
    width: 20%;
  }

  .containerservices{
    display: grid;
    grid-template-columns: repeat(6, 30%[col-start]);
    
  }

  .container-fluid{
    margin-left: 10px;
    
  }

  .card{
    height: 250px;
  }
  .card-outline{
    margin: 5px;
    margin-top: 25px;
  }

  .card-text{
    margin-left: 5px;
    text-align: center;
  }

  .icons{
    margin-left: 35%;
  }
} */


/* larger phones */
@media screen and (max-width: 598px) and (min-width: 391px) {
 
  #header-area{
    display: flex;
    flex-direction: column;
}

.desktop-centering{
  margin: auto;
  flex-direction: column;
}

 
  .navbar-brand{
    margin: auto;
    width: 60%;
    padding: 8px;
  }

  .navbar-nav mt-2 mt-lg-0{
    display: flex;
    justify-content:flex-start;
    align-items:center;
  }

  /* .navbar-collapse{
    padding-bottom: 5px;
    margin-right: 18%;
  } */

  .contact .phone-number {
    font-size: 15px;
    /* padding-left: 12px; */
  }

  .container-fluid{
    margin: auto;
  }

  #contact-us-btn{
    height: auto;
    font-size: 8px;
  }

  .verticalline {
    background-color: #1f2c65;
    width: 100%;
    height: 40px;
    min-height: 20px;
    padding: 10px 0px 10px 0px;
      /* padding-bottom: 10px; */
    color: white;
    font-size: 26px;
    padding-bottom: 10px;
  }

  .verticalline p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sen", sans-serif;
    font-size: 15px;
    padding-top: -15px;
    /* margin-bottom: 120px; */
  }

  .containerservices{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
    margin-right: 100%; 
    margin-left: 60%;
  }

  .card-outline{
    width: 80%;
    margin-right: 50px; 
  }

  .icons{
    margin:auto;
    margin-top:-10%;
  }

  .ourprojects h2{
    margin-bottom: 50px;
  }

  .rowprojects{
    display: grid;
    grid-template-columns: repeat(1, 170px);
    margin-left: -17px;
  }

  .column{
    width:293px;
    margin-left: -50px;
  }

  .service-info {
    width: 90%;
    margin: auto;
  }

  #aboutus .mt-4{
    margin-left: 40px;
    margin-right: 40px;
  }

  #quote-testimonial{
    display: flex;
    flex-direction: column;
  }

  #quote-box{
    margin:auto;
    margin-left: -7px;
  }

  .requestquote{
    /* width: 387px; */
    /* margin-left: 13px; */
    margin:auto; 
    margin-bottom: 10px;
  }

  #first-name{
    width: 165px;
  }

  #last-name{
    width: 165px;
    margin-left: 155px;
  }

  #email{
    width: 340px;
  }

  #phone-number{
    width: 340px;
  }

  .container-fluid-testimonials{
    width: 80%;
    margin-left: 4%;
  }

  #testimonials{
    padding: 15px 25px 15px 25px;
    /* margin-left: 13px; */
    width:100%;
  }

  .footer{
    padding-top: 20px;
    
  }

  .footer ul{
    column-count: 3;
    column-width: 90px;
    height: 100px;
    font-size: 11px;
    margin-top: 10px;
    margin-right: 50px;
    margin-left: -15px;
  }

  .footernav{
    margin-left:5%;
  }

  #footer-img{
    margin-left:20%;
    width: 65%;
  }

}


/*larger phones landscape*/
@media screen and (max-width: 926px) and (min-width: 880px) {
  .navbar-brand{
    margin-left: -5px;
    width: 20%;
  }

  /* .navbar-collapse{
    
    padding-bottom: 5px;
    margin-right: -2%;
    font-size: 9px;
  } */

  .contact .phone-number {
    font-size: 10px;
    padding-left: 12px;
  }

  .social-container{
    font-size: 50%;
  }
  /* .container-fluid{
    margin-left: 2%;
  } */

  #contact-us-btn{
    height: auto;
    font-size: 8px;
  }

  .carousel-caption {
    color: #ffffff;
    font-family: "Sen", sans-serif; 
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 9;
    top: 40%;
    /* width: 44%;
    left: 11%; */
    text-shadow: 0 0 10px #000;;
  }

  .verticalline {
    background-color: #1f2c65;
    width: 100%;
    height: 40px;
    min-height: 20px;
    padding: 10px 0px 10px 0px;
      /* padding-bottom: 10px; */
    color: white;
    font-size: 26px;
    padding-bottom: 10px;
  }

  .verticalline p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sen", sans-serif;
    font-size: 15px;
    padding-top: -15px;
    /* margin-bottom: 120px; */
  }

  .containerservices{
      display: grid;
      grid-template-columns: repeat(2, 250px);
      gap: 20px;
    }
  
  .card-outline{
    width: 95%;
    margin-right: 50px; 
    margin-top: 10%;
  }

  .container-fluid{
    margin: auto;
  }

  .card{
    height: auto;
  }

  .icons{
    margin: auto;
    margin-top: -10%;
  }

  .ourprojects h2{
    /* margin-left: 50px; */
    margin-bottom: 50px;
  }

  .rowprojects{
    display: grid;
    grid-template-columns: repeat(4, 170px);
    /* margin-right: -4%; */
  }

  .projectpic{
    margin-right: 10%;
  }

  .column{
    width:140px;
  }

  .service-info {
    width: 90%;
    margin: auto;
  }

  #aboutus .mt-4{
    margin-left: 40px;
    margin-right: 40px;
  }

  #quote-testimonial{
    display: flex;
    flex-direction: column;
  }

  #quote-box{
    margin:auto;
  }

  .requestquote{
    margin-bottom: 10px;
    width: 400px;
    margin-left: 23%;
  }


  #first-name{
    width: 165px;
  }

  #last-name{
    width: 165px;
    margin-left: 155px;
  }

  #email{
    width: 340px;
  }

  #phone-number{
    width: 340px;
  }

  .container-fluid-testimonials{
    width: 80%;
    margin-left: 4%;
  }

  #testimonials{
    padding: 15px 25px 15px 25px;
    margin-left: 26%;
    width:78%;
  }

  .footer{
    padding-top: 20px;
  }

  .footer ul{
    column-count: 3;
    column-width: 90px;
    height: 100px;
    font-size: 11px;
    margin-top: 10px;
    margin-right: 50px;
    margin-left: -15px;
  }

  .footernav{
    margin-left:4%;
  }

  #footer-img{
    margin-left:20%;
    width: 65%;
  }
}

/*smaller phones*/
@media screen and (max-width: 390px) and (min-width: 300px) {
  .navbar-brand{
    margin-left: -5px;
    width: 80%;
    padding: 8px;
    margin: auto;
  }

  /* .navbar-collapse{
    padding-bottom: 5px;
    margin-right: 18%;
  } */

  #header-area{
    display: flex;
    flex-direction: column;
}

  .desktop-centering{
    margin: auto;
    flex-direction: column;
  }

  .contact .phone-number {
    font-size: 15px;
    padding-left: 12px;
  }

  .container-fluid{
    margin: auto;
  }

  #contact-us-btn{
    height: auto;
    font-size: 10px;
  }

  .verticalline {
    background-color: #1f2c65;
    width: 100%;
    height: 40px;
    min-height: 20px;
    padding: 10px 0px 10px 0px;
      /* padding-bottom: 10px; */
    color: white;
    font-size: 26px;
    padding-bottom: 10px;
  }

  .verticalline p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sen", sans-serif;
    font-size: 15px;
    padding-top: -15px;
    /* margin-bottom: 120px; */
  }

  .containerservices{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
    margin-right: 100%; 
    margin-left: 60%;
  }

  .card-outline{
    width: auto;
    margin-right: 42px; 
  }

  .icons{
    margin: auto;
    margin-top: -10%;
  }

  .ourprojects h2{
    margin-bottom: 50px;
  }

  .rowprojects{
    display: grid;
    grid-template-columns: repeat(1, 170px);
    margin-left: -4%;
  }

  .column{
    width:259px;
    margin-left: -30px;
  }

  .service-info {
    width: 90%;
    margin: auto;
  }

  #aboutus .mt-4{
    margin-left: 40px;
    margin-right: 40px;
  }

  .requestquote{
    margin:auto;
    margin-bottom: 10px;
    /* width: 343px; */
    /* margin-left: 15px; */
  }

  #quote-testimonial{
    display: flex;
    flex-direction: column;
  }

  #quote-box{
    margin:auto;
    /* margin-left: -8px; */
  }

 

  #first-name{
    width: 137px;
  }

  #last-name{
    width: 137px;
    margin-left: 143px;
  }

  #email{
    width: 300px;
  }

  #phone-number{
    width: 300px;
  }

  .container-fluid-testimonials{
    width: 80%;
    margin-left: 4%;
  }

  #testimonials{
    padding: 15px 25px 15px 25px;
    /* margin-left: 5%; */
    width:100%;
  }

  .footer{
    padding-top: 20px;
  }

  .footer ul{
    column-count: 2;
    column-width: 90px;
    height: auto;
    font-size: 11px;
    margin-top: 10px;
    margin-right: 50px;
    margin-left: -15px;
  }

  .footernav{
    margin-left:5%;
  }

  #footer-img{
    margin-left:20%;
    width: 65%;
  }

}


@media screen and (max-width: 1650px) and (min-width: 1081px){
  .navbar-brand{
    margin-left: 5%;
    width: 20%;
  }

  .navbar-collapse{
    /* width: 90%; */
    font-size: 13px;
    padding-bottom: 6px; 
    margin-left: 5px;
  }

  .navbar-expand-md{
    padding-left: 10%;
  }

  .contact .phone-number {
    font-size: 18px;
  }

  .card-outline{
    display: flex;
    justify-content: flex-start;
  }
  
  .containerservices{
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 20px;
  }

  .container-fluid{
    margin: auto; 
  }

  .card{
    height: auto;
    /* width: 250px; */
  }

  .card-outline{
    margin: 5px;
    margin-top: 25px;
  }

  .card-text{
    margin-left: 5px;
    text-align: center;
  }

  .service-info {
    width: 90%;
    margin: auto;
  }

  .icons{
    margin: auto;
    margin-top: -10%;
  }

  #testimonials-form{
    margin: auto;
  }

  .requestquote{
    margin: auto;
  }

  .footer{
    padding-top: 20px;
    padding-left: -14%;
  }

  .footernav{
    margin: auto;
    margin-left:-10%;
    /* margin-left: -5% */
    margin-top: -1%;
  }

  #footer-img{
    margin: auto;
    /* width: 65%; */
  }

} 

