body{
    zoom: 0.9!important;
}
body,p{
    font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif!important;
    font-weight: lighter;
}
a,a:hover,a:focus
{
    color: #337ab7;
}
.btn{
    border-radius: 2px;
}
#solutions
{
    min-height: 200px;
    background-color: #fff;
}
#solution{
    background-color: #f5f5f5;
    padding-top: 60px;
}
#portfolio
{
    min-height: 200px;
    background-color: #f5f5f5;
}
a:active,a:hover
{
    text-decoration: none;
}
section
{
    padding: 35px 0;
}
footer{
    background-color: #000;
    border-top: 2px solid #f5f5f5;
}
.wrap
{
    min-height: calc(100vh - 70px)
}
.template-header
{
    height: 63px;
}
.template-title
{
    position: relative;
}
.btn-ctn
{
    background-color: #000;
    border-color: #000;
}
.btn-ctn:hover,.btn-ctn:active,.btn-ctn:focus
{
    background-color: #777;
    border-color: #777;
}
.image-holder
{
    height: 155px;
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
}
.site-logo
{
    position: relative;
    top: -10px;
    height: 45px;
}
.shadow
{
    box-shadow: 0 0 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5);
}
.navbar-custom {
  background-color: #fff;
  border-color: transparent;
  padding:5px 0px 5px 0px
}
.navbar-custom .nav li a{
    color: #777;
}
.btn-xl,.navbar-custom .navbar-toggle
{
    background-color: #337ab7;
    border-color: #337ab7;
}
.btn-xl:hover,.btn-xl:focus,.navbar-custom .navbar-toggle:hover,.navbar-custom .navbar-toggle:active,.navbar-custom .navbar-toggle:focus
{
    background-color: #31708f;
    border-color: #31708f;
}
header .intro-text{
    padding-bottom: 100px;
    padding-top: 158px;
}
.success{
    background-color: #fff;
    background-color: #f5f5f5;
}
.modal-body{
    background-color: #f5f5f5;
}
.modal-header{
    color: #fff;
    background-color: #31708f;
}
.modal-footer{
    background-color: #31708f;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
textarea{
    resize: vertical;
}
.form-control{
    height: 40px;
}
.success-message{
    text-align: center;
    padding-top: 50px;

}
.success-message p{
    font-size: 1.5em;
    color: #777;
}
.portfolio-name{
    text-align: center;
    font-size: 1.5em;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: #fff;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  header .intro-text {
    padding-top: 255px;
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #fff;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }

}
@media (max-width: 768px){
    .site-logo{
        position: relative;
        top: -4px;
        height: 33px;
    }
    #solution{
        margin-top: -20px;
    }
    .welcome-title h1{
        font-size: 26px!important;
    }
}
.crop {
    width: 150px;
    height: 150px;
    overflow: hidden;

}

.crop img {
    /* max-width: 100%; */
    /* height: auto; */
    margin: -75px 0 0 -100px;
}
footer{
    padding-top: 70px;
    min-height: 300px;
    color: #fff;
    background-color: #373737!important;
}
footer h4{
padding-bottom: 10px;
}
.text-left{
    text-align: left!important;
}
.portfolio-caption{
    text-align: left!important;
}
.text-muted{
    font-style: normal!important;
    font-size: 1em!important;
}
.portfolio-caption h4{
    padding: 5px 0px 10px 0px;
}
.font-light{
    font-weight: 300;
}

.section-title{
    color: #337ab7;
    font-size: 16px;
    text-align: center;
}
#portfolio .portfolio-item .portfolio-caption{
    min-height: 150px;
}
.hosting-section{
    background-color: #fff;
    min-height: 300px;
    padding-top: 40px;
    border-top: 1px solid #f5f5f5;
}
.package{
    min-height: 200px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 35px;
}
.package-header{
    height: 80px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #337ab7;
    position: relative;
    top: -10px;
    margin-left: -2px;
    margin-right: -2px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}
.package-features{
    padding: 20px 20px 10px 20px;
}
.package-footer{
    border-top: 1px solid #f5f5f5;
    min-height: 80px;
    text-align: center;
    padding-top: 20px;
}
.welcome-title h1{
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: none;
    font-size: 40px;
}
.media-heading{
    font-size: 15px;
}
.boxed{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.solution-img{
    margin: -20px -20px 0px -20px;
    min-height:240px;
}
.solution-img img{
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 100%;
}
footer h4{
    text-transform: none;
}
ul.social-buttons li a{
    height: 30px;
    width: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
footer a,footer a:hover,footer a:focus{
    color: #fff;
}
.social-buttons{
    padding-top: 10px;
}
.iti {
  width: 100%;
  }