
 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 70px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90% !important;
  max-width: 700px;
}

/* Caption of Modal Image */

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.container .gallery a img {
  float: left;
  width: 25%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.modal{z-index: 99999 !important;}

.grecaptcha-badge{display: none;}
input[type="date"] {
    position: relative;
}
/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    font-family: "FontAwesome";
    font-weight: 900; 
    content: "\f073";
    color: #555;
    padding: 0 5px;
}
/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #333;
}
/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
 .company_name .com_name {
    position: absolute;
    font-size: 30px;
    color: #000;
    top: 3.5%;
    left: 28%;
    font-weight: 700;
}
.service-box h2 {
    color: #000 !important;
    font-size: 22px;
    text-transform: capitalize;
}
.sb-content {
    padding: 15px;
    padding-bottom: 18px;
}
.sb-content p {
    color: #555;
    font-size: 14px;
    margin-bottom: 0.6rem;
}
.sb-link{font-size: 16px;background-color: #51acfb;color: #fff;padding: 8px 20px;text-transform: uppercase;    position: relative;top: 12px;font-weight: 500;}
 .cta a{font-size: 23px !important;}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

div.content {
    display: none;
    float: left !important;
    width: 60.5% !important;
}

.download{display: none !important;}
div.pagination{display: none !important;}
div.content {
    float: left !important;
    position: relative !important;
}
.nav-controls a.prev {
    background: #000;
    color: #fff;
    padding: 5px 18px;
    font-weight: 600;
    font-size: 30px;
    float: left;
    margin-left: 12px;
}
.nav-controls a:hover{text-decoration:unset !important;}
.nav-controls a:focus{text-decoration:unset !important;}
.nav-controls a.next {
    background: #000;
    color: #fff;
    padding: 5px 18px;
    font-weight: 600;
    font-size: 30px;
    float: right;
    margin-right: 12px;
}
div.nav-controls {
    float: right !important;
    position: absolute !important;
    top: 35%;
    z-index: 1001 !important;
    width: 100% !important;
    height: 550px;
}
ul.thumbs li {float: left !important;padding: 0 !important;width: 48% !important;height: 130px;}
/*ul.thumbs{margin-top: 42px;}*/
ul.thumbs img {width: 100% !important;height: 130px !important;object-fit: cover !important;object-position: center center !important;}
ul.thumbs video {width: 100% !important;height: 125px !important;}
div.slideshow img {
    vertical-align: middle !important;
    position: absolute !important;
    left: 0 !important;
    box-shadow: 0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%) !important;
    padding: 5px !important;
    background-color: #fff !important;
    height: 100% !important;
    width: 100% !important;
}
div.caption{padding: 12px 0 !important;clear: both;}
.image-sec-head {font-weight: 600 !important;font-size: 1.1em !important;color: #000 !important;}
div.image-title {font-weight: 600 !important;font-size: 1.2em;color: #333 !important;position: relative !important;left: 18px !important;}
div.image-title-new {font-weight: bold !important;font-size: 1.2em !important;color: #000 !important;position: relative !important;left: 0px !important;}
div.image-desc{line-height: 1.3em !important;padding-top: 8px !important;font-size: 1em !important;color: #333 !important;}
span.image-caption {width: 100% !important;left: 0px !important;}
.modal .modal-dialog .modal-content.pf_modal{height: 700px !important;}
.ss-controls .play {background: #000 !important;color: #fff;position: relative;top: -10px;font-size: 16px;
    padding: 8px 16px;font-weight: 600;z-index: 99999;}
.ss-controls .pause {background: #000 !important;color: #fff;position: relative;top: -10px;font-size: 16px;
    padding: 8px 16px;font-weight: 600;z-index: 99999;}
div.caption-container{height: auto !important;margin-top: -10px !important;}
div.slideshow a.advance-link{line-height: unset !important;}
.recent-blog-posts .post-box .post-img{height: 300px;}
div.slideshow span.image-wrapper{width: 100% !important;}
.portfolio-box .box-border{border:unset !important;padding: 0px !important;}
.modal-fullscreen{width: 100% !important;}
.proj_head {font-weight: 600 !important;font-size: 1em;color: #000 !important;position: relative !important;
    left: 18px !important;}
    #caption .image-title-new {
    display: none;
}
.ss-controls .sche_appoint{
    position: absolute;
    right: 0px;
    bottom: -1px;
    z-index: 99999;
    width: 38.2%;
    font-size: 18px;
    font-weight: 600;
    background: #51acfb;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
  }
  .popup-gallery ul.thumbs li:last-child{
    margin-bottom: 40px;
  }
  .new-caption {display: none !important;}


@media screen and (max-width:580px){
  div.content {width: 100% !important;height: 65vh;}
  div.navigation{width: 100% !important;padding-bottom: 25px !important;}
  div.image-title{left: 0px !important;}
  div.nav-controls{top: -3% !important;height: 450px;}
  ul.thumbs li{width: 47% !important;}
  .ss-controls .sche_appoint{width: 100% !important;border: 2px solid #fff !important;}
  .proj_head.ml-10{margin-left: 0px !important;}
  .popup-gallery div.slideshow a.advance-link{height: 55vh !important;}
  .image-title.ml-10{margin-left: 0px !important;}
  .popup-gallery div.slideshow-container{height: 420px !important;}
  .new-caption {display: none !important;}
  .portfolio_slide .owl-item h4 {margin-top: 0px !important;}


}
@media screen and (max-width:1950px) {

div.nav-controls {top: 7%;}

}


@media  screen and (min-width: 3840px) {
  .pg-iner{height: 70vh;}
  ul.thumbs img { height: 180px !important;}
  ul.thumbs li { height: 180px;}
  div.navigation {min-height: 1300px;max-height: 1300px;}
  div.slideshow img{height: 60vh !important;width: 100vw !important;}
  div.nav-controls{ height: 60vh;}
  .popup-gallery div.slideshow-container{height: 62vh !important;}
  .popup-gallery div.slideshow a.advance-link { height: 60vh;}

}