.btn-a
{
    text-decoration : none;
}

.btn-a:hover
{
    text-decoration : none;
    color : #0e5e5b !important;
}

.ser-btn-a
{
    text-decoration : none;
}

.ser-btn-a:hover
{
    text-decoration : none;
    color : #fff !important;
}

.banner-services
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url(../images/services-front-1.jpg);
    padding: 30px 0;
    border-bottom: 5px solid #0e5e5b;
    background-repeat : no-repeat;
    background-size: cover;
}
.banner-services::before
{    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

.banner-do-you-know
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url(../images/do-you-know-banner.png);
    padding: 30px 0;
    border-bottom: 5px solid #0e5e5b;
    background-repeat : no-repeat;
    background-size: cover;
}
.banner-do-you-know::before
{    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

.banner-blog
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url(../images/Blog-Page-Banner.jpg);
    padding: 30px 0;
    border-bottom: 5px solid #0e5e5b;
    background-repeat : no-repeat;
    background-size: cover;
}
/*.banner-blog::before
{    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}*/

.banner-about-us
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url(../images/about-banner2.jpg);
    padding: 30px 0;
    border-bottom: 5px solid #0e5e5b;
    background-repeat : no-repeat;
    background-size: cover;
}
.banner-about-us::before
{    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

.banner-contact-us
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url(../images/Contact-us-Main-Banner.jpg);
    padding: 30px 0;
    border-bottom: 5px solid #0e5e5b;
    background-repeat : no-repeat;
    background-size: cover;
}

.banner-contact-us::before
{    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

.banner-padding
{
    padding : 100px 0;
}

.services-card
{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius : 10px;
    transition : .6s all;
}

.services-card p, .blog-desc,.blog-single p{
    text-align: justify;
}

.services-card .card-body
{
    /*height: 212px;*/
    height: 275px;
    overflow: auto;
}

.services-card:hover
{
    cursor: pointer;
    transform: scale(1.1);
    transition : .6s all;
}

.about-us-img img
{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius : 10px;
}

.blog-details-img
{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius : 10px;
}

.blogs-row
{
    display: flex;
    align-items: center;
}

.read-more:hover
{
    text-decoration : none;
}

.contact-icons i
{
    font-size: 33px;
    color: #0E5E5B;
    text-align: center;
    padding: 0 15px;
    border: 1px solid;
    height: 50px;
    justify-content: center;
    width: 50px;
    align-items: center;
    display: flex;
}

/*Modified css start*/

    .d-flex.contact-icons {
    padding-bottom: 15px;
}
    
    .d-flex.contact-icons p{
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    }
    .contact-icon-block{padding-top: 20px;}
    .contact-left-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Modified css end*/

.bg-image-wrapper img {
    width: 90%;
    height: 350px;
}

/*Css for overlay box start*/
    .bg-rollover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /*max-width: 315px;*/
    max-width: 90%;
    height: 100%;
    line-height: normal;
    text-align: center;
    background-image: linear-gradient(to top,rgba(255,255,255,0.72) 0,rgba(255,255,255,0.72) 100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.bg-image-wrapper:hover .bg-rollover{
    opacity: 1;
    transform: translateY(0);
} 
.bg-rollover-content {
    padding: 10px 20px;
}
.bg-rollover-sep {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 5px;
}
.bg-rollover-link,.bg-rollover-gallery {
    width: 40px;
    height: 40px;
    background-color: #212934;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
}
.bg-rollover-gallery:before, .bg-rollover-link:before{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-indent: 0;
    line-height: normal;
    text-shadow: none;
    font-size: 15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.bg-rollover-link:before {
    font-family: FontAwesome;
    content: '\f0c1';
}
.bg-rollover-gallery:before {
    font-family: FontAwesome;
    content: '\f002';
}
.bg-rollover-title{
    font-size: 18px;
}
.bg-rollover-title a{
    color: #212934;
}

/* The Modal (background) */
.modalblock {
  position: relative;
}


/* The Close Button */
.close {
  color: #f00;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 35px;
  font-weight: bold;
  opacity:1;
  right:-30px;
  text-shadow:none;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.lSSlideOuter.vertical .lightSlider li a img {
    width: 100%;
    height:100%;
}
.lSSlideOuter .lSPager.lSGallery li {
    width: 100px !important;
    height: 100px !important;
}
.lSSlideOuter .lSPager.lSGallery img {
    height: 100px;
    width: 100px;
}

.backdrop {
    opacity: .0;
    filter: alpha(opacity=0);
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
}

.main-wrapper {
    z-index: 9999;
    position: fixed;
    opacity: 1;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}


img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Css for overlay box end*/

.contact-us-cls
{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius : 10px;
    padding : 50px 0px;
}

.contact-us-cls a
{
    color : #212529;
}

.contact-us-cls a:hover
{
    color : #212529;
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius : 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.banner-right-div .forms-field {
    padding: 0px 25px;
}
input#search:focus {
    box-shadow: none;
    border-color: inherit;
}


@media only screen and (max-width: 991px){
    .blogs-row,.contact-icons{align-items: flex-start;}
    #blog_do_you_know_container {padding-top: 25px;}
}

@media only screen and (max-width: 767px){
    .lSPager.lSGallery {
    width: 60px !important;
    }
    .lSSlideOuter .lSPager.lSGallery li {
    width: 60px !important;
    height: 75px !important;
}
.lSSlideOuter.vertical .lSAction > a{
    width: 20%;
    height: 40px;
}
.lSSlideOuter.vertical .lSAction > .lSPrev{
    background-position: 14px -29px;
    top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 7px -128px;
    bottom: 0;
}
.card-body{height:auto !important;}
.blogs-row h3 {margin-top: 15px;}
.blog-details-img{width:100%;}
.body-content {margin-top: 120px;}
.contact-left {padding: 0 15px;}
.contact-address-title{padding:0 15px;}
.google-map {padding: 0 15px;}
.google-map iframe {height: 320px;}
}

@media only screen and (max-width: 639px){
    .body-content {margin-top: 145px;}
}

@media only screen and (max-width: 479px){
    .lSSlideOuter.vertical .lSAction > a{
    width: 30%;
}
.lSSlideOuter.vertical .lSAction > .lSPrev{
    background-position: 8px -29px;
    top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 7px -128px;
    bottom: 0;
}
}

@media only screen and (max-width: 400px){
    .lSSlideOuter.vertical .lSAction > .lSPrev{
    background-position: 2px -29px;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 2px -128px;
}
}
