.social-icons.rounded-social-icons li a {
    background-color: transparent;
}

.ft-link li {
    padding: 0px 15px 0px 0px;
}

.footer-main a:hover {
    color: var(--color-primary) !important;
}

.tmp-btn.btn-primary:hover{
    background-color: var(--color-primary) !important;
    color: #fff;
}

.get-in-touch-social a img:hover{
    width:30px;
}

.career-page-working .block-left{
    padding: 15px 30px 15px 0px;
}
.career-page-working .block-center{
    padding: 15px 30px 15px 30px;
}
.career-page-working .block-right{
    padding: 15px 0px 15px 30px;
}
.get-in-touch-social a{
    padding: 0px 5px;
}

@media(max-width:768px){
    .career-page-working .block-left, .career-page-working .block-center,  .career-page-working .block-right{
        padding: 30px;
    }
}
/* The Modal (background) */
.modalpopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-contentpopup {
    /* background-color: #fefefe; */
    margin: auto;
    padding: 0px;
    border: none;
    width: fit-content;
    text-align: center;
  }

  .modal-contentpopup .popupimg{
    width: 90%;
  }
  
  /* The Close Button */
  .close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 28%;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  #popupbannermobile{
    display: none;
  }

  #popupbannerlaptop{
    display: block;
  }

  @media only screen and (max-width:500px) {
    #popupbannermobile{
        display: block;
      }
    
      #popupbannerlaptop{
        display: none;
      }
      .modal-contentpopup{
        margin-left: 0p4x;
      }
    .close{
        right: 15%;
    }
    .modal-contentpopup .popupimg{
        width: 100%;
    }
  }

  .bg-video-container {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.bg-video-container .bg-preview,
.bg-video-container video {
  position: absolute;
  top: 50%; left: 50%;
  width: auto; height: auto;
  min-width: 100%; min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hoverimage {
    position: relative;
}
.hoversection{
  transition: 0.5s;
}
.overlay {
    width: 100%;
    height: 100%;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    font-size: 70px;
    text-align: center;
    color: #fff;
    padding: 35px;
    transition: 0.5s;
}
.hoversection:hover .overlay {
    display: block;
    background-color: #971111;
    opacity: 0.75;
    transition: 0.5s;
}
.hoversection:hover .hovertext {
    background: #bb524a !important;
    transition: 0.5s;
}
.hoversection:hover .hovertext p {
    color: #fff;
    transition: 0.5s;
}
.grayscaleH img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.grayscaleH:hover img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: 0.5s;
}
.gifH .col-lg-4:hover p{
 color: #b12b27;
 transition: 0.5s linear;
}
.nav-item{
  width:25%;
  background-color: #d3d5d6;
}
.nav-link{
  max-width: 100%;
    display: block;
    border-radius: 0px !important;
    /* font-size: 22px; */
}
#myTab .nav-link{
  font-size: 22px;
}
p.slidertext{
  position: absolute;
    bottom: 6%;
    z-index: 1;
    font-size: 60px;
    color: #fff;
    left: 4%;
}
.clientimg ul {
    text-align: center;
}

/*Home Page Enquire */
.modalpopup{ padding-top: 85px;}
.modalpopup{ z-index: 999 !important;}
.modal-contentpopup-new{ background: #fff; width: 450px !important; padding: 0px;     z-index: 999999;}
.modal-contentpopup-new .modal-body {
    padding: 0;
    padding-left: 40px;
}
.modal-contentpopup-new .modal-body:before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    width: 40px;
    height: 30%;
    background: url(../images/renders-3.png) no-repeat center;
    background-size: cover;
}
.modal-contentpopup-new form {
    display: block;
    padding: 30px 40px !important;
    font-family: "Montserrat", sans-serif;
}
.modal-contentpopup-new .modal-body h3 {
    color: #b23931;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 25px;
}
.modal-contentpopup-new .form-group {
    margin-bottom: 1rem;  padding: 0px;
}
.modal-contentpopup-new .modal-body .form-control {
   background: none; border: 0px; width:100%;
    height: auto; border-bottom: 1px solid #b73235;
    color: #6c757d; line-height: 28px;
    min-height: 38px; font-size: 15px; padding: 0px; border-radius: 0px;
    margin-bottom: 15px;
}
.modal-contentpopup-new .modal-body  .error{ color:#b73235; margin-bottom: 15px; font-size: 14px; margin: 0px 0 10px 0;}
.modal-contentpopup-new .submit-btn {
    display: block;
    margin: 0 auto 0 0;
    position: relative;
    margin-top: 15px;;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .05em;
    background-color: #b73235;
    padding: 12px 30px !important;
    text-transform: uppercase;
    outline: 0;
    border: 0;
}
.modal-contentpopup-new .submit-btn:hover{ background-color:#6b6b6b; color:#fff; transform: translateY(0px);}
.modal-contentpopup-new .close{
    right: 10%;
    top: 30px;
    position: relative;
    background: #ffffff;
    color: #b23931;
    padding: 0 5px;
    border: 1px solid;
    border-radius: 35px;
    line-height: 1;
    z-index: 9999;}
.modal-contentpopup-new .form-group input:focus, .modal-contentpopup-new select:focus{ border:0px; padding: 0px; outline: 0px; box-shadow: none;}
.modal-contentpopup-new select{ border-radius: 0px; margin-left: -5px;}
.modal-contentpopup-new label{ font-size: 18px; margin-top: 10px; }
/* .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){ margin-left: -4px;} */

.modal-contentpopup-new .form-group-submit{ border-bottom: 0px;}
.modal-contentpopup-new .form-group textarea{ padding: 0px;}

@media screen and (max-width: 767px) {.modal-contentpopup-new .modal-body:before{
    
    display: none;} 
    .modal-contentpopup-new .modal-body{ padding-left: 0px;}
    .modal-contentpopup-new{ width: 95% !important; margin: 0 auto !important;  }
    .modal-contentpopup-new form#float-form{ padding: 30px 20px;}
    .modalpopup{ z-index: 9999 !important;}
}
input[type=radio] ~ label::after{
  width: 10px;
    height: 10px;
    left: 2px;
    top: 3px;
    background: #b23931;
}
  /*# sourceMappingURL=style.css.map */
  