/*Common style*/

.nav-link.active {
    border-bottom: 2px solid #FF5C00; 
    padding-bottom: 5px; 
}
.nav-link:hover{
    color: #FF5C00 !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}
nav.scrolled{
    background-color: #fff !important;
    transition: background-color 200ms linear;
    box-shadow: 0 1px 0.5rem #c2c2c2;  
}
nav.scrolled a.nav-link{
    color: #0099C0 !important;
}
nav.scrolled a.nav-link:hover{
    color: black !important;
}
nav.scrolled i{
    color: #0099C0 !important;
}

nav.nav-toggle-active {
    background-color: #ffffff !important;
    
  }
  nav.nav-toggle-active i{
    color: #0099C0 !important;
    
  }
  nav.nav-toggle-active .nav-link {
    color: #0099C0 !important;
  }
  
  nav.nav-toggle-active .nav-link:hover {
    color: #FF5C00 !important;
  }

.fa-bars{
    color: #fff;
}

.navbar-nav{
    padding-right:100px !important
}
.nav-item{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.nav-link{
    color: rgb(255, 255, 255) !important;
}
.navbar-brand{
    padding-left:50px !important
}
.carousel-item img{
    height: 700px;
}
.caption-inte{
    background-repeat: no-repeat;
    height: 600px !important;
    width: 100% !important;
    background-size: cover;
    flex-basis: 15%;
    background-position: bottom !important;
    background-attachment: fixed;
}

/*Home Style*/
.image-overlay {
    position: relative;
}

.image-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.6));
    z-index: 1; /* Ensure it sits on top of the image */
}

.image-overlay img {
    width: 100%;
    height: auto;
    z-index: 0;
    position: relative;
}

.div-caption {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    z-index: 10;
    padding: 20px;
    height: auto;
}
.div-caption span{
    color: #0099C0 ;
}
.div-caption h1{
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 90px;
    font-weight: bold;
}
.equipmentCap {
    margin-top: 150px;
    padding-left: 60px;
    height: auto;
}
.equipmentCap h1{
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 90px;
    font-weight: bold;
}
.caption-parag{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
}
.div-caption button{
    float: left !important; 
    background-color: #FF5C00 !important;
    color: #fff;
    border-radius: 20px;
    width: 100%;
}
.div-caption button:hover{
    background-color: #fff !important;
    color: #FF5C00;
}
/*items*/
.popUp-title{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size:15px;
    color: #000;
}
.items{
    padding-left: 100px;
    padding-right: 100px;
    margin: 0px;
}
.items-title{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size:15px;
    color: #000;
}
.items img{
    height: 300px;
    width: 100%;
}
.card-body{
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important; 
}
.card-title{
    text-align: center;
}
.items .card{
    transition: all 1s ease; 

}
.items .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    border-bottom: 4px solid #FF5C00 !important; 
    transition: border-bottom 0.4s ease;
}
.image-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}
.reason-title{
    margin-bottom: 70px;
    padding-top: 50px;
    color: #ffffff;
}
.reason-title span{
    color: #0099C0
}
.span_icon{
    justify-content: center;
    display: flex; 
    width: 60px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: #FF5C00;
}
.reason-div{
    margin-top: 50px;
    margin-bottom: 50px;
    flex-basis: 45%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top !important;
    height: auto;
    padding: 0px 20px 50px 20px;  
}
.equipment-div{
    padding: 0px 100px 50px 100px;
    margin: 0;
    flex-basis: 45%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top !important;
    height: auto;
}
.service-div{

    padding: 0px 100px 0px 100px;
    margin: 0;
    flex-basis: 45%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top !important;
    height: auto;

}
.equipment-title{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size:16px;
    color: #000;
}
.service-title{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size:16px;
    color: #000;
}
.reason-div h3{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
}
.reason-card-body{
    text-align: center;
    margin-top: 20px;
}
.reason-card-body h5{
    font-weight: bold;
    color: #000000;
}
.reason-card-body p{
    color: #000000;
    font-size: 14px;
}
/*Why Us*/
.whyUs-div{
    margin-top: 100px;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0px 20px 0px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.422),rgba(0, 0, 0, 0.427)),url(../images/img63.jpg);
}
.whyUs-div h3{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;      
}
.whyUs-title{
    padding-top: 50px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto; 
}
.whyUs-title p{
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
}
.whyUs-title span{
    color: #FF5C00;
}
.whyUs-div img{
    width: auto;
    max-width: 100%;
}
.left-div p{
    color: #ffffff;
}
.right-div{
    width: auto;
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center;   
    height: 100%;   
}
.right-div img{
    padding-top: 0px;
    width: auto;
    height: 75%;   
}
.left-div{
    padding: 0px 0px 30px 0px;
}
.float-img{
    animation:float 3s ease-in-out infinite;
}
.slide img{
    height: 500px;
}
/*pop up*/
#carouselExample {
    position: relative;
}
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}
.modal-body{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 20px;
}
@keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
.left-div p{
    font-size: 20px;
    text-align: justify;
}
@keyframes slide{
    from{
      transform: translateX(0);
    }
    to{
      transform: translateX(-100%);
    }
}
.logos h3{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 30px;
}
.logos span{
    color: #FF5C00;  
}
.logos{
    overflow: hidden;
    padding: 60px 0 ;
    white-space: nowrap;
    position: relative;
}
.logos:before, 
.logos:after{
    position: absolute;
    top:0;
    width: 250px;
    height: 100%;
    content:'';
    z-index: 2;
}
.logos:before{
    left:0;     
   background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos:after{
    right:0;     
   background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos:hover .logos-slide{
    animation-play-state: paused;
}
.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}
.logos-slide img{
    height: 110px;
    margin: 0 40px;
    width: 180px
}
/*footer*/
footer{
    background-color: #0099C0;
}
footer img{
    width: 180px;
    height: auto;
    text-align: center;
    justify-content: center;
}
footer p,span,i{
    color: white;
}
footer h6{
    color: #FF5C00;
}
/*service page*/
.steps-title{
    padding-top: 50px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.steps-title span{
    color: #0099C0;
}
.equipment-div img{
    height: 280px !important;
 }
.service-div img{
   height: 280px !important;
} 
.service-text{
    font-size: 17px;
}
.equipment-text{
    font-size: 17px;
}
.icon {
    width: 70px;
    height: 70px;
    background-color: #0099C0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    position: relative;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: auto;
}
.span_icon2{
    justify-content: center;
    display: flex; 
    width: 60px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: #fff;
}
.steps-div h4{
    text-align: center;
    color: #FF5C00;
    font-weight: bold;
    padding-top: 10px;
}
.steps-div {
    text-align: center;
    padding: 10px 150px 50px 150px;
    margin: 50px 0px 0px 0px;
}
.steps{
    background-image: linear-gradient(rgba(0, 0, 0, 0.618),rgba(0,0,0,80%)),url(../images/img17.jpg);
    flex-basis: 45%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top !important;
    margin-top: 150px;
    margin-bottom: 100px;
}

/*Portfolio*/
.portf-interface{
    background-image: linear-gradient(rgba(0, 0, 0, 0.492),rgba(0, 0, 0, 0.400)),url(../Images/img81.jpg);

} 

#div-caption button{
    float: left !important; 
    background-color: #FF5C00 !important;
    color: #fff;
    border-radius: 20px;
    width: 65%;
}
#div-caption button:hover{
    background-color: #fff !important;
    color: #FF5C00;
}
.caption-inte{
    background-repeat: no-repeat;
    height: 600px !important;
    width: 100% !important;
    background-size: cover;
    flex-basis: 15%;
    background-position: bottom !important;
    background-attachment: fixed;
}
#div-caption{
    margin-top: 150px;
    padding-left: 60px;
    height: auto;
    
}
#div-caption span{
    color: #0099C0 ;

}
#div-caption h1{
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 90px;
    font-weight: bold;
}
#caption-parag{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
}
.logosPortf{
    background: linear-gradient(rgba(212, 212, 212, 0.492),rgba(200, 200, 200, 0.4));
    overflow: hidden;
    padding: 0 ;
    white-space: nowrap;
    position: relative;
}
.logosPortf:before, 
.logosPortf:after{
    position: absolute;
    top:0;
    width: 250px;
    height: 100%;
    content:'';
    z-index: 2;
}
.logosPortf:before{
    left:0;     
   background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logosPortf:after{
    right:0;     
   background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logosPortf:hover .logos-slide{
    animation-play-state: paused;
}
.logosPortf-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}
.logosPortf-slide img{
    height: 90px;
    margin: 0 40px;
    width: 130px
}
.works{
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    margin: 50px 0px 0px 0px;
}
.works .card {
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.works .card-img-wrapper {
    position: relative;
    overflow: hidden;
}
.works .card-img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.works .card-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1; 
}
.works .card-img-wrapper:hover img {
    transform: scale(1.1);
}
.works .card-img-wrapper:hover::before {
    opacity: 1;
}
#popUpBody{
    padding: 0px;
}
.works-title{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size:15px;
    color: #000;
}
.works img{
    height: 300px;
    width: 100%;
}
.slideWork img{
    height: 500px;
}
#carouselPagination{
    padding: 0px !important;
    margin:0px !important;
}
.modal-square {
    width: 82vw;
    max-width: 82vh; 
    height: auto;
    aspect-ratio: 1 / 1; 
    margin: auto;
}
.modal-content {
    height: auto;
    border-radius: 0;
}
.workPopUp .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}
.workPopUp .carousel-inner {
    height: 100%;
}  
#popUpBody {
    padding: 0;
}
.workPopUp .carousel-inner .carousel-item {
    height: 100%;
}
.workPopUp .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
.video-container {
    position: relative;
    display: inline-block;
} 
.video-container video {
    width: 100%;
    height: auto;
}  
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgba(255, 255, 255, 0.578); 
    cursor: pointer;
    z-index: 2;
    pointer-events: auto;
}
/*Contact*/
.contactus{
    background-image: linear-gradient(rgba(0, 0, 0, 0.415),rgba(0, 0, 0, 0.400)),url(../Images/img18.webp);
} 
#contact-us{
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-title h3{
    text-align: center;
    color: #000000;
    margin-top: 20px;
    font-weight: bold;
    font-size: 40px;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
}
.form-title{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
}
.form-title2{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
}
.form-title2 span{
    color: #FF5C00;
}

.contact-title span{
    color: #0099C0;
}
.contact-title{
    margin-bottom: 30px;
    padding-top: 30px;
}
.contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 1000px;
}
.direct-contact-container {
    margin-right: 60px; 
    width: auto;
    padding-top: 30px;
}
.form-container {
    background-color: #f5f5f5;
    padding: 40px;
    margin-left: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-group{
    padding: 0px 0px 20px 0px;
}
/* Left contact page */
.contact-form input{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color:transparent;
}
  .contact-form textarea{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color:transparent;
}
.form-horizontal {
    max-width: 100%;
    font-family: 'Lato';
    font-weight: 200;
    padding-top: 30px;
}
.form-control{
    max-width: 100%;
}
textarea {
    max-width: 400px;
    background-color: #ececec;
    color: #fff;
    letter-spacing: 1px;
}
.send-button {
    background-color: #0099C0;
    margin-top: 35px;
    height: 34px;
    width: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.send-button:hover {
    background-color: #0099C0;
}
.alt-send-button {
    justify-content: center;
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
    color: white;
    padding-top: 8px;
}
.send-text {
    color: white;
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
}
.alt-send-button:hover {
    transform: translate3d(0px, -26px, 0px);
}
.contact-form input:focus, 
.contact-form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
/* Begin Right Contact Page */
.contact-list {
    list-style-type: none;
    padding-right: 20px;
    padding-top: 30px;
}
.list-item {
    line-height: 4;
    color: #ffffff;
    font-size: 20px;   
}
.list-item i{
    display: flex;
    align-items: center; 
    color: #0099C0;
    margin-top: 15px;
    margin-bottom: 30px;
}
.contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #000000;
    width: 100% !important;    
}
.place {
    margin-left: 39px;  
    display: inline-block;
    text-align: justify;
}
.phone {
    margin-left: 33px;

}
.home_phone {
    margin-left: 33px;

}
.gmail {
    margin-left: 30px;   
}
.contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
    color: #000000;
}
.contact-text a:hover {
    color: #FF5C00;
    text-decoration: none;
}

/* Social Media Icons */
.social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.social-media-list li a {
    color: #fff;
}
.social-media-list li {
    position: relative; 
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: #0099C0;
    cursor: pointer; 
    transition: all .2s ease-in-out;
}
.social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
}
.social-media-list li:hover {
    background-color: #FF5C00; 
}
.social-media-list li:hover:after {
    opacity: 1;  
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}
.social-media-list li:hover a {
    color: #000;
}
.copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
hr {
    border-color: rgba(0, 0, 0, 0.818);
    margin: 0;
    padding: 0;
}
.location{
    width: 100%;
    margin-bottom: 80px;
    margin-top: 60px;
}
.location iframe{
    width: 100%;
}
/*WhatsApp*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000;
}

.whatsapp-button:hover {
    background-color: #1DA851;
    transform: scale(1.1);
}
.whatsapp-button i {
    font-size: 24px;
}
/*pop up*/
.modal-dialog {
    margin-top: 5%;
  }
/*Home Page*/
@media screen and (max-width: 550px){
    .image-overlay img {
        height: 230px !important;
    }
}
@media screen and (max-width:700px){
    .div-caption h1{
        font-size: 35px;
    }
    .caption-parag{
        font-size: 10px;

    }
    .div-caption button{
        width: 85%;
        font-size: 10px
}
}
@media (min-width: 1168px) and (max-width: 1270px){
    .items{
        padding-left: 50px;
        padding-right: 50px;
    }   
}
@media (min-width: 1009px) and (max-width: 1167px){
    .items{
        padding-left: 30px;
        padding-right: 30px;
    }  
}
@media (min-width: 1030px)  and (max-width: 1300px) {
    .items img {
        height: 230px !important;
    }
    .items{
        padding-left: 30px;
        padding-right: 30px;
    }  
}
@media (min-width: 768px)  and (max-width: 1029px) {
    .items img {
        height: 180px !important;
    }
    .items{
        padding-left: 30px;
        padding-right: 30px;
    }     
}
@media (min-width: 700px)  and (max-width: 767.20px) {
    .items{
       width: 75%;
       max-width: 100%;
       margin: auto;
    }  
}
@media (min-width: 640px)  and (max-width: 699.20px) {
    .items{
       width: 80%;
       max-width: 100%;
       margin: auto;
    }  
    .items img {
        height: 260px !important;
    }
}
@media (min-width: 600px)  and (max-width: 639.20px) {
    .items{
       width: 80%;
       max-width: 100%;
       margin: auto;
    }  
    .items img {
        height: 260px !important;
    }
}
@media (min-width: 530px)  and (max-width: 599.20px) {
    .items{
       width: 80%;
       max-width: 100%;
       margin: auto;
       padding-left: 70px;
        padding-right: 70px;
    }  
    .items img {
        height: 250px !important;
    }   
}
@media screen and (max-width: 529.20px) {
    .items{
        width: 90%;
        max-width: 100%;
        margin: auto;
     } 
    .items img {
        height: 250px !important;
    }   
}
@media  (min-width: 500px) and (max-width: 536px){
    .items {
        padding-left: 50px;
        padding-right: 50px;
    }   
}
@media (max-width: 499px){
    .items {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }   
}
@media (max-width: 375px){
    .items {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }   
}
@media  (max-width: 990px){
    .whyUs-div .container{
        max-width: 100%;
    }   
}
@media (min-width: 768px) and  (max-width: 866px){
    .right-div img{
        height: 60%;
    }   
}
@media  (min-width: 768px) and (max-width: 1199px){
    .whyUs-div .left-div{
        padding-top: 100px;
    }   
}
@media screen and (max-width: 767px){
    .left-div{
        padding: 70px 0px 0px 0px !important;
    } 
    .right-div{
        padding: 0px 0px 0px 0px !important;
    } 
}
@media (min-width: 992px) and (max-width: 1045px){
    .reason-div{
        padding-left: 50px;
        padding-right: 50px;
    }   
} 
@media (min-width: 768px) and (max-width: 991px){
    .reason-div{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }   
} 
/*Service page*/
@media (min-width: 768px) and (max-width: 1085px){
    .service-div{
        padding: 0px 0px 0px 0px;
    }  
    .equipment-div{
        padding: 0px 0px 0px 0px;
    }  
} 
@media (max-width: 590px){
    .service-div{
        padding: 0px 30px 0px 30px;
    } 
    .equipment-div{
        padding: 0px 30px 0px 30px;
    }   
} 
@media (min-width: 866px) and (max-width: 1150px){
    .steps-div{
        padding: 10px 50px 50px 50px;
    }   
} 
@media (min-width: 768px) and  (max-width: 866px){
    .steps-div{
        padding: 10px 10px 50px 10px;

    }   
} 
@media (max-width: 600px){
    .steps-div{
        padding: 10px 80px 50px 80px;
    }   
}
/*Portfolio*/
@media (min-width: 1168px) and (max-width: 1270px){
    .works{
        padding-left: 50px;
        padding-right: 50px;
    }   
}
@media (min-width: 1009px) and (max-width: 1167px){
    .works{
        padding-left: 30px;
        padding-right: 30px;
    }  
}
@media (min-width: 1030px)  and (max-width: 1300px) {
    .works img {
        height: 230px !important;
    }
    .works{
        padding-left: 30px;
        padding-right: 30px;
    }  
}
@media (min-width: 768px)  and (max-width: 1029px) {
    .works img {
        height: 180px !important;
    }
    .works{
        padding-left: 30px;
        padding-right: 30px;
    }   
}
@media (min-width: 700px)  and (max-width: 767.20px) {
    .works{
       width: 75%;
       max-width: 100%;
       margin: auto;
    }  
}
@media (min-width: 640px)  and (max-width: 699.20px) {
    .works{
       width: 80%;
       max-width: 100%;
       margin: auto;
    }  
    .works img {
        height: 260px !important;
    }
}
@media (min-width: 600px)  and (max-width: 639.20px) {
    .works{
       width: 80%;
       max-width: 100%;
       margin: auto;
    }  
    .works img {
        height: 260px !important;
    }
}
@media (min-width: 530px)  and (max-width: 599.20px) {
    .works{
       width: 80%;
       max-width: 100%;
       margin: auto;
       padding-left: 70px;
        padding-right: 70px;
    }  
    .works img {
        height: 250px !important;
    }   
}
@media screen and (max-width: 529.20px) {
    .works{
        width: 90%;
        max-width: 100%;
        margin: auto;
     } 
    .works img {
        height: 250px !important;
    }   
}
@media  (min-width: 500px) and (max-width: 536px){
    .works {
        padding-left: 50px;
        padding-right: 50px;
    }   
}
@media (max-width: 499px){
    .works {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }   
}
@media (max-width: 375px){
    .works {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }   
}
/*Contact page*/
@media screen and (max-width: 850px) {
    .contact-wrapper {
        display: flex;
        flex-direction: column;
    }
    .direct-contact-container, .form-horizontal {
        margin: 0 auto;
    }  
    .direct-contact-container {
        margin-top: 0px;
        max-width: 300px;
    }    
    .social-media-list li {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .social-media-list li:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    }
    @media screen and (max-width: 569px) {
    .direct-contact-container, .form-wrapper {
        float: none;
        margin: 0 auto;
    }  
    .form-control, textarea {   
        margin: 0 auto;
    }
    .name, .email, textarea {
        width: 280px;
    } 
    .direct-contact-container {
        max-width: 100%;
        margin: 0px;
        padding-left: 0px;
        padding-right: 20px;
        width: 300px;
    }  
    .social-media-list {
        left: 0;
        max-width: 300px;
        width: 350px;
        margin: 0px;
        padding: 0px;
    }
    .social-media-list li {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 2rem;
    }
    .list-item{
        word-wrap: break-word;
    }
    .social-media-list li:after {
        width: 55px;
        height: 55px;
        line-height: 55px;
        } 
    .form-container{
        padding: 35px;
        margin: 0px;
        max-width: 300px;
    }
}
/*Pop up*/
@media screen and (max-width: 569px) {
    .slide img {
        height: 400px;
    } 
    .modal-dialog {
        margin: 0 auto;
        width: 100%;
        max-width: 90%; 
        margin-top: 35%;
      }
}
@media screen and (max-width: 420px) {
    .slide img {
        height: 300px;
    } 
}
@media screen and (max-width: 550px){
    .portf-interface h1{
        font-size: 50px !important;
        word-break: break-word;
    }
    #div-caption{
        padding-left: 0px;
    }
    .equipmentCap h1{
        font-size: 50px !important;
        word-break: break-word;
    }
    .equipmentCap{
        padding-left: 0px;
    }
}
@media screen and (max-width: 767px){
    .equipmentCap h1{
        font-size: 50px !important;
        word-break: break-word;
    }
    .equipmentCap{
        padding-left: 0px;
    }
}
@media screen and (max-width: 412px){
    .equipmentCap h1{
        font-size: 30px !important;
        word-break: break-word;
    }
    .equipmentCap{
        padding-left: 0px;
    }
}
@media screen and (max-width: 569px) {
    .logos-slide img{
        height: 80px;
        margin: 0 20px;
        width: 120px
    }
    .logos:before{
        left:0;     
       background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    }
    .logos:after{
        right:0;     
       background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    }
}

  

























