/*=========================================
    Global Styles
============================================*/
/*----- Transitions -----*/
* {
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*----- Backgrounds and Colors -----*/
.blue {
    background: #00baff;
}
.blue-text{
    color: #00baff;
}
.green {
    background: #c1de21;
}
.green-text{
    color: #c1de21;
}
.orange {
    background: orange;
}
.orange-text{
    color: orange;
}
body {
    background: url(../img/bg.jpg) center center repeat-y;    
}
.white-background {
    background: #fff;    
}

/*-----------*/
.align-center {
 text-align: center; 
}

.logo {
 text-align: center;  
}

/*=========================================
    Responsive Menu Styles
============================================*/

/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
    .menu {
        width:100%;
        padding:0;
        background:transparent;
    }
}
 
.menu ul {
    display:inline-block;
    margin-bottom: 0;
}
 
.menu li {
    margin:0px 0px 0px 0px;
    display: inline-block;
    list-style:none;
    font-size:17px;
    height: auto;
    padding: 20px 5px;
}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
    color:#eee;
    -webkit-transition:all linear 0.15s;
            transition:all linear 0.15s;
    padding: 23px;  
}
 
.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color:#047cc7;
    background: #fff; 
}
 
/*----- Search -----*/
.search-form {
    float:left;
    display:inline-block;
}
 
.search-form input {
    width:200px;
    height:30px;
    padding:0px 8px;
    float:left;
    border-radius:2px 0px 0px 2px;
    font-size:13px;
}
 
.search-form button {
    height:30px;
    padding:0px 7px;
    float:right;
    border-radius:0px 2px 2px 0px;
    background:#66a992;
    font-size:13px;
    font-weight:600;
    text-shadow:0px 1px 0px rgba(0,0,0,0.3);
    color:#fff;
}
 
/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
    .wrap {
        width:90%;
    }
}
 
@media screen and (max-width: 970px) {
    .search-form input {
        width:120px;
    }
}
 
@media screen and (max-width: 860px) {
    .menu {
        position:relative;
        display:block;
    }
 
    .menu ul.active {
        display:none;
    }
 
    .menu ul {
        width:100%;
        position:absolute;
        top:112%;
        left:-17px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030;
        z-index: 999999999;
    }
 
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
 
    .menu li {
        margin:0;
        float:none;
        display:block;
        padding: 10px;
    }
 
    .menu a {
        display:block;
        padding: 10px;
    }
 
    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030;
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#0555a5;
    }
 
    .search-form {
        margin:12px 0px 0px 20px;
        float:left;
    }
 
    .search-form input {
        box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
    }
}

/*----- Clearfix Website -----*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

/*=========================================
    Header Section
============================================*/
/*----- Navigation Section in Header -----*/
.header-nav-section { background: #030303; box-shadow:0px 1px 1px rgba(0,0,0,0.5); margin-top: 20px;}


/*=========================================
    Call To Action Section
============================================*/
/*----- Call To Actions -----*/

.call-to-actions {
    padding-bottom: 1em;    
}
.cta-holder {
    position: relative;
    padding: 0 1em 1em;
    background: #303030;
    margin-top: 1em;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.cta-holder .number {
    display: inline-block;
    padding: 1em;
    color: #fff;
    font-size: 1.5em;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}


.cta-holder h2 {
    margin-left: 1.5em;
    line-height: 90%;
    margin-top: 1em;
}
.cta-holder h2 span {
    display: block;
    color: #fff;
}

.chevron {
    display: block;
    margin-top: 40px;
    text-align: right;
}

.cta-holder .chevron a:hover, .cta-holder .chevron a:active  {
    color: #fff;    
}

/*=========================================
    Main Content Section
============================================*/
/*----- Main Content -----*/
.site-content {
    padding: 2em 0;    
}

.content-heading, .content-heading span {
    font-weight: bold;    
}

.emphasis {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .5em;
}

.service-listing-2 { margin-left: 3em;}
.service-listing img, .service-listing .text { display: block; float: left; }
.service-listing-2 img, .service-listing-2 .text { display: block; float: left; }
.service-listing .text { margin-left: 1.25em; margin-bottom: 1.25em; width: 70%; }
.service-listing-2 .text { margin-left: 1.25em; margin-bottom: 1.25em; width: 70%; }
.service-listing .text h6 { font-weight: bold; }
.service-listing-2 .text h6 { font-weight: bold; }

/*----- Side Bar -----*/
.contact-info-sidebar h6, .contact-info-sidebar h3 {
    font-weight: bold;
    color: #aaa;
}
.icon-header {
    text-align: center;
    padding: 3em 1.5em 1em;
    margin-bottom: 1em;
    border-bottom: 3px solid #00baff;
    color: #00baff; 
}
.end-bottom {
    border-bottom: 3px solid #00baff;
    padding-bottom: 2em;
    display: inline-block;
}

.reference {
  padding: 1.5em;
  display:block;
  background: #f1f1f1;
  border-radius: 1em;
  width: 80%;
  margin: 1em auto 2em auto;
}
.reference .testimonial { display: block; color: #1177B9; font-size: 1.2em; }
.reference .client { display: block; font-weight: bold; margin-top: 1em;}
.success {
  padding: 1.5em;
  background: #7DCF0F;
  color: #fff;
  border-radius: 1em;
}

/*=========================================
    Footer Section
============================================*/
/*----- Layout -----*/
.footer {
    margin-top: 1.5em;
    padding: 2em 0;
    background: #101010;
    color: #fff;
}

.right-align {
    text-align: right;    
}

.footer .right-align img {
    display: inline-block;
    padding: 0.5em;
}