@import url("menu.css");
body{
border-top:3px solid #18bc9c;
 }

p {
    font-size: 16px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.section-title {
    line-height: 36px;
    margin: 0 0 30px;
    overflow: hidden;
    text-align: center;
}
.section-title::before, .section-title::after {
    background-color: #e8e8e8;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.section-title::before {
    margin-left: -50%;
    right: 0.5em;
}

.section-title::after {
    left: 0.5em;
    margin-right: -50%;
}

header {
    text-align: center;
    background: #f2f5f7;
    }

header .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

header .intro-text .title {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px #fff;
}

@media(min-width:768px) {
   
    header .intro-text .title {
        font-size: 2.5em;
          }

    header .intro-text .sub-caption {
        font-size: 1.75em;
    }
}


section {
   padding: 30px 0px;
}


.whatwedo .panel-default h3{
    margin: 0px
}

.btn-green {
    background-color: transparent;
    border: 1px solid #18bc9c;
    color: #18bc9c;
}

.get-in-touch {
    background: #2f4052 none repeat scroll 0 0;
    padding: 20px 0;
    color:#a3b1bf;
}

.get-in-touch h3 {
    color: #fff;
    line-height: 35px;
    margin-top: 10px;
}

.get-in-touch p{
    margin-top: 8px;
}

.get-in-touch .col-sm-3{
    -webkit-box-shadow: 1px 0px 0px 0px rgba(37,53,70,1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(37,53,70,1);
    box-shadow: 1px 0px 0px 0px rgba(37,53,70,1);
}

.btn-green{
    background: #18bc9c none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 15px 0;
    padding: 11px 20px 13px;
    text-shadow: none;
    text-transform: uppercase;
}

.sub-page-header{
    background: #f2f5f7 none repeat scroll 0 0;
    color: #333;
    border-top: 1px solid #eaf0f3;
    padding: 30px 0;
}

.sub-page-header .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    float: right;
    margin: 0;
}

.sub-page-header h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    text-shadow: 1px 1px #fff;
}

.fa-check-circle{
    color:#18bc9c;
}

.border{
    border:1px solid #ddd;
}

.bdr-left-right{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

.icon {
    border: 1px solid #18bc9c;
    border-radius: 100%;
    height: 82px;
    width: 82px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*----Services pages -----*/

.services{
    padding: 3.75em 0
}

.divider {
    border-top: 1px solid #e1e1e1;
    display: block;
    height: 1px;
    margin: 0 auto;
    max-width: 18.75em;
}

.carousel-control.left, .carousel-control.right {
    background: none
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{  
    background: #000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
}


footer {
    padding: 25px 0;
    background-color: #283645;
    color: #a3b1bf;
}

footer a{
    color:#a3b1bf
}

