@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900,300italic,400italic);
body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 28px;
}
html,body{
    height: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    font-weight: 700;
    color:#000;

    text-transform: capitalize;
}
a,a:hover,a:focus{
    text-decoration: none;
    outline: 0!important;
}
a,.btn{
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}
.color{
    color: #f03c7d;
}
.section-full-height{
    height: 100%;
    background: url(../images/bg.png) center center;
 position: relative;
 overflow: hidden;
 width: 100%;
}
.content-table{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.content-vm{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.section-full-height span{
    color:#c9bab3;
    font-size: 18px;
    text-transform: uppercase;
}
.border-top{
    width: 100px;
    margin: 0 auto;
    height: 5px;
    border-top: 1px solid #c9bab3;
    position: relative;
    margin-bottom: 10px;
}
.section-full-height h1{
    color:#fff;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 70px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.section-full-height h4{
    color:#78bdde;
    font-weight: 300;
    font-size: 40px;
}
.section-full-height h2{
    color:#9bea6b;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
}
.btn-blue{
    background:  #f03c7d;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}
.btn-blue:hover{
    color: #fff;
    background:  #9bea6b;
}
.border-top:after{
    content: "";
    bottom: 0;
    width: 120px;
    left: -10px;
     background: #c9bab3;
     height: 1px;
     position: absolute;
}
.navbar-default{
    border: 0px;
    background: #fff;
    margin: 0px;
    padding: 10px 0;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    z-index: 9999!important;
    width: 100%;
}
.navbar-default .navbar-brand{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    color:#000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #f03c7d;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #f03c7d;
    background-color: transparent;
}
.left-title{
    margin-bottom: 10px;
}
.left-title h2{
    text-transform: capitalize;
    color: #000;
 margin: 0px;   
}
.left-title h5{
    color: #666;
    
}
.testi-slider span {
    font-size: 13px;
    font-style: italic;
}
.border-left{
    border-bottom: 1px solid #ddd;
    height: 1px;
    position: relative;
}
.border-left:before{
    content: "";
    width: 90px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:  #f03c7d;
}

.border-center{
    border-bottom: 2px solid #ddd;
    height: 2px;
    position: relative;
    width: 120px;
    margin: 10px auto;
}
.center-title{
    margin-bottom: 30px;
}
.center-title h2{
     text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
        letter-spacing: -2px;
}
.service-box{
    text-align: center;
    margin-bottom: 30px;
}
.service-box i{
    border-radius: 50%;
    color:#333;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    margin: 0 auto;
}
.service-box h3{
    font-size: 18px;
    margin-top: 10px;
   
}
.service-box a{
    color:  #888;
    text-decoration: underline;
}
.service-box:hover a,.service-box:hover h3,.service-box:hover i{
    color:  #f03c7d;
}

.recent-work{
    padding: 100px 0;
    padding-bottom: 0px;
}
.recent-work .col-md-3{
    padding: 0px;
}
.work-box{
    position: relative;
    overflow: hidden;
}
.work-box img{
    width: 100%;
     -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}
.work-overlay{
    background-color: rgba(240, 60, 125, 0.86);
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: auto;
    padding: 15px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.work-overlay p{
     transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
      float: right;
    margin-right: 20px;
    margin-bottom: 0px;
}
.work-overlay p a{
    display: inline-block; 
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.work-overlay h4{
    color:#fff;
    padding-left: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.work-overlay span{
    color:  #fff;
    display: block;
    padding-left: 20px;
}
.work-box:hover .work-overlay{
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.work-box:hover .work-overlay p{
    left: 20px;
}
.work-box:hover img{
    transform: scale(1.8);
}
.footer{
    padding-top: 50px;
    background: #333;
}
.footer h3{
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}
.footer .border-left{
    border-color: rgba(255,255,255,0.1);
    margin-bottom: 20px;
}
.footer ul.list-unstyled li a{
    color:#fff;
}
.footer ul.list-unstyled li a:hover{
    color: #f03c7d;
}
.footer .f-news li a{
    display: block;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.footer .f-news li a span{
    width: 100%;
    display: block;
    font-size: 11px;
    line-height:15px;
    color:#ddd;
}
.footer .flickr-st li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    border: 2px solid #666;
}
.footer .flickr-st li a{
    display: block;
}
.footer p span{
    display: block;
    overflow: hidden;
}
.footer p i{
    float: left;
    display: block;
    font-size: 20px;
    width: 40px;
    text-align: center;
}
.footer .col-md-3{
    padding-bottom: 40px;
}
.copyright{
    background-color: #222;
    padding: 10px 0;
}
.socials li a{
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    color:rgba(255,255,255,0.3);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}
.socials li{
    padding: 0px;
}
.socials li a:hover{
    border: 1px solid rgba(255,255,255,0.9);
    color:rgba(255,255,255,0.9);
}

.about-section{
   background: url('../images/bg2.jpg') no-repeat;
   background-size: cover;
}
.about-inner{
    padding: 80px 20px;
    background-color: rgba(0,0,0,0.8);
}
.about-inner p{
    color:#eee;
}
.about-inner h3{
    color:#fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-weight: 300;
    font-size: 30px;
}
.service-box-2{
    margin-bottom: 30px;
}
.service-box-2 i {
    margin-right: 10px;
    font-size: 30px;
}
.service-box-2 h3{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    color:   #78bdde;
}
.service-box-2 a{
    text-decoration: underline;
    padding-right: 10px;
    color:   #78bdde;
}
.service-box-2:hover a{
    color:  #f03c7d;
}
.service-box-2:hover h3{
    color:  #f03c7d;
}
.testimonials-section{
    padding: 100px 0;
    background: url('../images/bg3.jpg') no-repeat top center;
    background-size: cover;
}
.partners-row li{
    padding: 30px 40px;
}
.partners-row img{
    display: block;
    margin: 0 auto;
}
.testi-content {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}
.testi-slider{
    position: relative;
}
.testi-slider img{
    width: 100px;
    margin-right: 20px;
}
.testi-content h4{
    margin-bottom: 0px;
}
.contact-section{
    padding: 100px 0;
}
.contact-section .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    min-height: 45px;
    background-color: #f5f5f5;
}
.contact-section label{
    color:#333;
}