/* portfolio css start here */
#portfolio-main .box-fix-height h4
{
    font-size:26px;
}
#portfolio-main .box-fix-height h4 p
{
    font-size:16px;
}
.hover03 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0 auto;
}
.img-center {
    display: block;
    margin: 0 auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.box-fix-height h4 {
    color: #2c2c2f;
    margin-top: 20px;
}
h4 {
    color: #B35351;
    font-weight: 300;
}
/* Bounce In */
#hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#hvr-bounce-in:hover, #hvr-bounce-in:focus, #hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.carousel-inner blockquote
{
    border-left:none;
}
.carousel-inner p
{
    text-align:center;
    margin-top:20px;
}
.carousel-inner
{
    /*background-color:rgba(23,23,23,0.69);*/
    text-align:center;
}
#hvr-grow1,
#hvr-grow2,
#hvr-grow3,
#hvr-grow4,
#hvr-grow5
{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#hvr-grow1:hover, #hvr-grow1:focus, #hvr-grow1:active,
#hvr-grow2:hover, #hvr-grow2:focus, #hvr-grow2:active,
#hvr-grow3:hover, #hvr-grow3:focus, #hvr-grow3:active, 
#hvr-grow4:hover, #hvr-grow4:focus, #hvr-grow4:active,
#hvr-grow5:hover, #hvr-grow5:focus, #hvr-grow5:active 
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#carousel
{
    /*background-image: url(../img/services/web-design-im.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
 #carousel h3
 {
  text-align: left;
    text-transform: capitalize;
    /* padding-top: 100px; */
    font-size: 30px!important;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    line-height: 37px;
 }
 @media screen and (max-width:500px)
 {
    #carousel h3
    {
        /*color:#000;*/
    } 
    #free-domain h5
    {
        color:#000;
    }
    #carousel
    {
        /*background-image: url(../img/services/web-design-im.png);*/
        background-position:center center;
        background-repeat:no-repeat;
        /*background-size:100%;*/
        height:550px;
    }
    /*#website*/
    /*{*/
    /*    padding-top:400px;*/
    /*}*/
    #contact-form-main
    {
        position:relative;
        top:-30px;        
    }
 }
 /*#free-domain*/
 /*{*/
 /*   padding-top:30px;*/
 /*}*/
 #free-domain h5
 {
    letter-spacing:1px;
    text-transform:capitalize;
    font-size:24px;
    font-weight:normal;
    color:#fff;
 }
 #free-domain a:hover
 {
   color: #fff;
   text-decoration:none;
 }
.main-category {
    border: 1px solid #08c;
    border-left: none;
    border-right: none;
}
#website .container
{
    padding:25px 55px;
}
#website .container .category-box span
{
    font-size:50px;
    color:#08c;
}
#website .container .category-box p
{
    font-size:18px;
    padding-top:30px;
    line-height:20px;
    letter-spacing:1px;
}

/* end here */
#professional-website .p-inner-box a
{
    background-color:#08c;
    color:#fff;
}   
#professional-website .p-inner-box i
{
    font-size:10px;
}   
.package-box {
    background: #FFEBEE;
    border: 1px solid #FFEBEE;
    border-radius: 30px;
    font-weight: 100;
    margin-bottom: 30px;
}
.text-center {
    text-align: center!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.package-box h4 {
    font-weight: 100;
    padding: 15px 0;
    line-height:1;

}
.clr-font, .clr-primary {
    color: #08c;
    font-weight:bold;
    font-size:30px;
}
.p-inner-box {
    background: white;
    border-radius: 25px;
    padding: 5px 0 30px;
    border-top: 5px solid #ddd;
}
.p-inner-box p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.xl-text {
    font-size: 22px;
    margin-top:20px;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-grow1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow1:hover, .hvr-grow1:focus, .hvr-grow1:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}