#services .container-serv {
    padding-top: 25px;
    padding-bottom: 25px;
}

#services .container-serv {
    padding-bottom: 10px;
}

.section-title {
    padding-bottom: 30px;
}
.section-title p {
    max-width: 100%;
    text-align: center;
    color: #555;
}

#services .section-title {
    padding-bottom: 15px;
}

.section-title {
    padding-bottom: 60px;
}
.section-title p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
    color: #777;
}

/*
 * 3.17 -> Heading
 * -----------------------------------------------
*/
.esc-heading {
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.esc-heading.uppercase h2, .esc-heading.uppercase h3, .esc-heading.uppercase h4, .esc-heading.uppercase span {
    text-transform: uppercase;
}
.esc-heading span {
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
.esc-heading.lr-line span::after, .esc-heading.lr-line span::before {
    border-top: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 5px;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    width: 1200px;
}
.esc-heading.lr-line span::after {
    left: 100%;
    margin-left: 15px;
}
.esc-heading.lr-line span::before {
    margin-right: 15px;
    right: 100%;
}
.esc-heading.center-heading {
    margin: 15px auto;
    max-width: 100%;
}
.esc-heading.lr-line.center-heading span::after, .esc-heading.lr-line.center-heading span::before {
    margin: 0 -10px;
    max-width: 35px;
}
/* right heading */
.esc-heading.right-heading {
    text-align: right;
}
/* left heading */
.esc-heading.left-heading {
    text-align: left;
}
.esc-heading.left-heading span {
    padding-left: 0;
}
.esc-heading.lr-line.left-heading span::after, .esc-heading.lr-line.left-heading span::before {
    margin: 0 -10px;
    max-width: none;
}
.esc-heading.lr-line.left-heading span::before {
    border: 0;
}
/* fancy */
.esc-heading.fancy span {
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    letter-spacing: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
}
/* border-bottom */
.esc-heading.border-bottom::after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 69px;
}
.esc-heading.border-bottom.left-heading::after {
    margin-left: 0;
}
.esc-heading.border-bottom.right-heading::after {
    margin-right: 0;
}
/* esc-heading */
.esc-heading.small-border span {
    padding: 0;
}
.esc-heading.small-border span:before, .esc-heading.small-border span:after {
    background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    width: 38px;
}
.esc-heading.small-border span:before {
    top: -6px;
}
.esc-heading.small-border span:after {
    bottom: -6px;
}

.text-center {
    text-align: center
}

.mb-30 {
    margin-bottom: 30px !important;
}

#services .icon-box .heading {
    margin-bottom: 15px;
    font-weight: bold;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}
.icon-box.boxed.darker {
    background-color: #000d76;
}

.icon-box.boxed.darker p {
    color: #f8f8f8;
}

.divider, .parallax {
    background-attachment: scroll;
}

/*
 * 1.11 -> Divider Common Css
 * -----------------------------------------------
*/
.divider, .parallax {
    background-image: url(../images/bg3.jpg); /* default image */
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.divider .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.divider .container.small-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.divider .container.extra-padding {
    padding-top: 180px;
    padding-bottom: 180px;
}

.layer-overlay {
    position: relative;
}
.layer-overlay::before {
    background: rgba(15, 18, 20, 0.65) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.layer-overlay.overlay-light::before {
    background-color: rgba(15, 18, 20, 0.4);
}
.layer-overlay.overlay-dark::before {
    background-color: rgba(15, 18, 20, 0.85);
}
.layer-overlay.overlay-white::before {
    background-color: rgba(255,255,255,0.85);
}
.layer-overlay.overlay-blue::before {
    background-color: rgba(0,10,30,0.45);
}
.layer-overlay.layer-pattern::before {
    background-image: url(../images/pattern.png);
    background-color: rgba(0,5,8,0.8);
}
.layer-overlay.layer-pattern2::before {
    background-image: url(../images/pattern1.png);
    background-color: rgba(0,5,8,0.8);
}
.layer-overlay.layer-pattern3::before {
    background-image: url(../images/pattern2.png);
    background-color: rgba(0,5,8,0.8);
}
.inner-header.layer-overlay::before {
    background: none repeat scroll 0 0 rgba(0,0,0,0.75);
}
.layer-overlay.maximage-layer-overlay::before {
    z-index: 1;
}
/*
 * 1.12 -> parallax
 * -----------------------------------------------
*/
.parallax {
    background-attachment: fixed;
}

