/* .page-banner {
    background-image: url('assets/carousel-img-1.jpg');
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.3);
    background-size: cover;
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    padding: 100px 0px;
} */

.page-banner {
    background: url(../assets/service-img.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.3);
    text-align: center;
    color: white;
    padding: 200px 0px;
	}
    @media(max-width: 1023px){
        .services-icon-left{
            text-align: center!important;
        }
    }
@media(max-width: 767px){
.page-banner {
    padding: 100px 0px;
    background: url(../assets/service-img.jpg) no-repeat center center;
    background-size: cover;
	}
	.services-icon-left>img {
    width: auto!important;
    text-align: center;
	}

     .breadcrumb-area h2{
    width: 100%;
    font-size: 20px!important;
        }   
}

.breadcrumb-area {
    max-width: 620px;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 15px 30px;
    margin: 0px auto;
}
.breadcrumb-area h2 {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
   /* line-height: 30px;*/
}
.services-hero .title {
    display: inline-block;
    max-width: 900px;
    margin: 3.5em 0;
    /* top: 60%; */
    padding: 15px .6em;
    background: rgba(0,70,139,.8);
    font-weight: 600;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1.2;
    color: #fff;
}
.services-hero>.container>h1{
    top: 40%;
}


.services-hero-background{
    /* background-image: url("assets/carousel-img-1.jpg"); */
   /*  width: 100%;
    height: 70%; */
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}

.services{
	background-color: #fff;
}

	.services-icon-left{
		text-align: right;
	}
.services-content>.text-underline{
	text-transform: none;
    color: rgb(98, 101, 102);
    text-decoration-color: rgb(0, 188, 239);
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 2em;
}
.services-content>.text-underline>span{
    display:inline-block;
    border-bottom:none!important;
    padding-bottom:4px;
    font-size: 18px;
}
.glyphicon-menu-right:after {
    content: "\e080";
}
.glyphicon-chevron-down:after {
    content: "\e113";
}

.glyphicon-menu-right:before {
    display: none;
}
.glyphicon-chevron-down:before {
    display: none!important;
}
.glyphicon-chevron-down, .glyphicon-chevron-up{
    position: initial!important;
 }
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';

}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}
.read-more-trigger {
  	cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: rgb(0, 188, 239);
    font-weight: 900;
    line-height: 2;
    /* border: 1px solid #ddd; */
    border-radius: .25em;
    text-transform: uppercase;
}

.services-icon-left>img{
	width: 50%;
    padding-top: 30px;
}
.text-align-justify{
    text-align: justify;
}

.scroll {
padding-top: 50px; 
margin-top:-50px;
}

/*#page-top > footer > div > div.col-md-4.footer-icons{
    float:left;
    padding-top:10px;
}*/

