﻿/*------------------------------------- INDEX                */
.brand_dev{
    text-align: center;
    color: gray;
    font-size: 10px;
}
.brand{
    text-align: center;
    font-weight: bold;
    color: #f22f3d;
    margin-top: 10px;
}
.bold{
    font-weight: bold;
} 

.font20{
    font-size: 20px;
}
.icons_footer{
    color:white;
    float: right;
    margin-top: 6px;
}
.panel-title{
    margin:8px;
}
.container-fluid{
    padding-right: 0px; 
    padding-left: 0px;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}
.form-control-t{
        background-color: transparent;
    border-color: rgba(255,255,255,.1);
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    width:100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-bottom: 0;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px; 
}

    #contact-us .heading {
        padding-top: 35px;
        color: white;
        margin-bottom: 60px;
    }

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}
.footColor {
    color: whitesmoke;
    text-align:left;
}
.nav-Link-avocado{
    color: whitesmoke;
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
    padding: .5rem 1rem;
}
.builtLogo{
    text-align:center;
}
#portfolio{
    margin-top:66px;
    margin-bottom: 40px;
}
.our-services{
        margin-bottom: 25px;
}




.p-nav-link{
    margin-left:15px;
    color: white;
}
.p-nav-link:hover,.p-nav-link:focus{
    margin-left:15px;
    color:whitesmoke;
}