@import 'https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans:300,400,700';
/*@import 'webfont.css';*/
@import 'https://fonts.googleapis.com/css?family=Cardo';
@import 'https://fonts.googleapis.com/css?family=Libre+Franklin';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:300,400';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400';
@import "reset.css";


*{
box-sizing: border-box;
font-size:16px;
font-family: 'Open Sans', sans-serif;
font-family: 'Libre Franklin', sans-serif;
font-family: 'Roboto Slab', serif;
letter-spacing:.1px;

}

html{
    background: #ddd;
}

body{
background: #fff;
}

.relative{
    position:relative;
}

.v-align   {
    position:absolute;
    width: 100%;
  top: 50%;
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}
 
/*ALL BUTTONS*/
a.btn-1{
/*background: #e52d5b  ; */
background: #E33B89   ; 
padding:10px 20px 10px 20px;
color: #eee;
text-transform: none;
display: inline-block;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;

letter-spacing: 2px;
font-size:13px;
    line-height: 25px;
}

a.btn-inverse{
color: #000;
background: #f2f2f2 ;   
}


a.btn-1:hover,
a.btn-1:focus{
background: #b71a63;
text-decoration:none;
color:#f2f2f2;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}

a.btn-inverse:hover,
a.btn-inverse:focus{
background: #ccc;
text-decoration:none;
color:#000;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}




/*END BTN-1*/

hr{
    border-top:solid 1px #cc0000;
}

a:hover,
a:focus,
a:visited{
text-decoration: none;
}

.main{
min-height:100%;
}

a{
color:#000;  
}

li a{
color:#fff;  
}

h1,h2,h3,h4{
margin:0px;
color:#000;
font-family: 'Roboto Slab', serif;
font-weight: 300;
margin-bottom: 30px;
text-transform: none;
}

@media (max-width: 767px){
h1,h2,h3,h4{
/*font-weight: 400;*/
}    
}

h2.h2-border{
    display: inline-block;
padding-bottom: 7px;
border-bottom: solid 1px #16A8E4 ;
}

h1{
font-size:38px;
margin-bottom: 30px; 
}


h2{
font-size:32px;
line-height: 38px;
/*    text-transform: capitalize;*/
}

h4{
line-height: 36px;
/*    text-transform: capitalize;*/
}

@media (max-width: 767px){
h2{
font-size:26px;
line-height: 38px;
/*    text-transform: capitalize;*/
} 
    
h4{
line-height: 32px;
/*    text-transform: capitalize;*/
}  
}

h3{
font-size:22px;
color: #16A8E4 ;
margin-bottom: 20px;
line-height:28px;
}

h4{
font-size:26px;


}




p{
color:#000;
line-height:28px;
margin-bottom: 30px;
font-weight: 300;
}

@media (max-width: 767px){
p{
font-size: 18px;
    line-height:30px;
}    
}


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

@media (max-width: 494px){
.text-alignment{
text-align:left;
}
}

/*SECTION PADDING*/
.mt30{
    margin-top:30px;
}

.mt50{
    margin-top:50px;
}


.section-padding{
padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width:768px) and (max-width: 991px){
.section-padding{
padding-top: 75px;
padding-bottom: 75px;
}  
}

@media (max-width: 767px){
.section-padding{
padding-top: 50px;
padding-bottom: 50px; 
}  
}

.section-stack{
padding-top: 0px;
}

/*MENU*/

nav header{
    width: 100%;
    height: 91px;
    background: transparent;
}

@media (max-width: 767px){
nav header{
    height: 60px;
}
}




body.nav-open {
  overflow: hidden;
}



#menu-components.menu-5 .content-holder {
  position: relative;
  z-index: 1;
  overflow: auto;
  box-shadow: 0 0 20px #000;
  -o-transition:transform .5s;
  -moz-transition:transform .5s;
  -webkit-transition:transform .5s;
  transition: transform 5s;
 
}

#menu-components.menu-5 main{
  padding-top: 100px;
}


  #menu-components.menu-5 .menu-band{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #0F0A0A  ;
  position: fixed;
  width: 100%;
  z-index: 200;
      border-bottom: solid 1px #464646;
}

@media (max-width: 767px){
  #menu-components.menu-5 .menu-band{
  padding-top: 5px;
  padding-bottom: 5px;
}    
}

.logo{
  height: 50px;
  margin-left: 25px;
font-family: 'Roboto Slab', serif;
}

span.logo-main a{
    line-height: 50px;
    color: #E33B89  ;
    font-family: 'Roboto Slab', serif;
    font-size:26px;
}

@media (max-width: 767px){
 
    .logo{
        margin-left: 15px;
    }
}

span.logo-strap{
    line-height: 50px;
    color: #e52d5b ;
    font-family: 'Roboto Slab', serif;
    font-size:16px;
    font-weight:300;
    color: #fff;
    display: inline-block;
    margin-left: 7px;
}

/*
 #menu-components.menu-5 .nav-trigger:before{
     content:"MENU";
     display: inline-block;
     position:fixed;
     top: 42px;
     right: 80px;
     z-index: 2000;
     font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size:15px;
     color: #fff;
 }



 .nav-open #menu-components.menu-5 .nav-trigger:before{
     content:"CLOSE";
     color: #fff;
     display: inline-block;
     position:fixed;
     top: 42px;
     right: 80px;
     z-index: 2000;
 }
*/

@media (max-width: 767px){
 
#menu-components.menu-5 .nav-trigger:before,
.nav-open #menu-components.menu-5 .nav-trigger:before{
    display: none;
}
}


 #menu-components.menu-5 .nav-trigger {
  position: fixed;
  top:28px;
  right: 25px;
  height: 44px;
  width: 44px;
  overflow: hidden;
  color: #b71a63 ;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 300;
}


@media (max-width: 767px){
 #menu-components.menu-5 .nav-trigger {
  top:15px;
  height: 30px;
  width: 30px;
     right:15px;
}    
}

#menu-components.menu-5 .nav-trigger span,
#menu-components.menu-5 .nav-trigger span::before,
#menu-components.menu-5 .nav-trigger span::after {
  position: absolute;
  height: 3px;
  width: 36px;
  background: #E33B89;
}



#menu-components.menu-5 .nav-trigger span {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); 
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

#menu-components.menu-5 .nav-trigger span::before,
#menu-components.menu-5 .nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  -moz-transition: background .3s, transform .3s;
  -o-transition: background .3s, transform .3s;
  -webkit-transition: background .3s, transform .3s;
  transition: background .3s, transform .3s;
}

#menu-components.menu-5 .nav-trigger span::before {
  -ms-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

#menu-components.menu-5 .nav-trigger span::after {
  -ms-transform: translateY(12px);
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

#menu-components.menu-5 .nav-trigger:hover span, 
#menu-components.menu-5 .nav-trigger:hover span::before,
#menu-components.menu-5 .nav-trigger:hover span::after {
  background: white;
}

 .nav-open #menu-components.menu-5 .nav-trigger span {
  background: transparent;
}

.nav-open #menu-components.menu-5 .nav-trigger span::before,
.nav-open #menu-components.menu-5 .nav-trigger span::after {
  background: #E33B89  ;
}

/*
@media (max-width: 767px){
.nav-open #menu-components.menu-5 .nav-trigger span::before,
.nav-open #menu-components.menu-5 .nav-trigger span::after {
  background: #000 ;
}    
}
*/


 .nav-open #menu-components.menu-5 .nav-trigger span::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open #menu-components.menu-5 .nav-trigger span::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-components.menu-5 .overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}

.nav-open #menu-components.menu-5 .overlay {
  opacity: .8;
  visibility: visible;
}

#menu-components.menu-5 .nav-container {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 350px;
  padding: 0px;
  background: #0F0A0A ;
  overflow: auto;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform .5s cubic-bezier(.07,.23,.34,1);
  -moz-transition: transform .5s cubic-bezier(.07,.23,.34,1);
  -o-transition: transform .5s cubic-bezier(.07,.23,.34,1);
  transition: transform .5s cubic-bezier(.07,.23,.34,1);
}

.nav-open #menu-components.menu-5 .nav-container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#menu-components.menu-5 .nav-container h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #AAAAAA;
  margin: 1.5em 0;
}

 #menu-components.menu-5 .nav {
  list-style: none;
  padding: 25px;
}

#menu-components.menu-5 .nav li{
  line-height: 25px;
}

#menu-components.menu-5 .nav a{
display: block;
padding: 10px 0px 18px;
text-decoration: none;
color: #f2f2f2;
/*
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
*/
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size:15px;
line-height: 25px;
border-bottom: solid 1px #2d2d2d;
margin-bottom: 8px;
}

#menu-components.menu-5 .nav a.active-link{
color: #E33B89 ;
}

a i.services-arrow{
    float: right;
    font-size:25px;
}

ul.services-list{
margin-left: 10px;
font-size:14px;

}

ul.services-list a{
font-size:14px !important;
    color: #cdcdcd !important;
}

/*
ul.services-list{
    display: none;
    height:0px;
   
  transition: height 10s ease-in-out;
}

ul.services-list.list-open{
    display: block;
    height:240px;
}
*/


#menu-components.menu-5 .nav a:hover,
#menu-components.menu-5 .nav a:focus{
    background: transparent;
    
}

/*
.nav-open #menu-components.menu-5 .nav a.translate {
  -webkit-animation: slide-in .4s .2s backwards;
  animation: slide-in .4s .2s backwards;
}

.nav-open  #menu-components.menu-5 .nav li:nth-of-type(2) a {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

 .nav-open #menu-components.menu-5 .nav li:nth-of-type(3) a {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.nav-open #menu-components.menu-5 .nav li:nth-of-type(4) a {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.nav-open #menu-components.menu-5 .nav li:nth-of-type(5) a {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
 


/*HERO*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.hero-area{
   
    background-repeat:none;
    -webkit-background-size: cover;
    background-size:cover ;
    background-position: center center;
    height: 700px;
    position:relative;
}

.hero-area.wh-hero{
   background-image: url(/assets/images/wh-hero-1.png);
}

.hero-area.sg-hero{
   background-image: url(/assets/images/sg-hero-1.jpg);
}

.hero-area.active-hero{
   background-image: url(/assets/images/active-hero-1.jpg);
}

.hero-desc{
color: #fff;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left:80px;
max-width:500px;
opacity:0;
}

.item.active .hero-desc{
    opacity:1;
    transition: opacity .75s ease-in-out;
   -moz-transition: opacity .75s ease-in-out;
   -webkit-transition: opacity .75s ease-in-out;
}

span.case-study{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    font-size:16.5px;
    margin-bottom: 30px;
    display: block;
}

span.case-header{
    font-family: 'Roboto Slab', serif;
    display: block;
    font-size:48px;
    margin-bottom: 35px;
}

p.case-desc{
color: #fff;
line-height: 30px;
margin-bottom: 0;
}

.hero-area hr{
width: 100px;
float: left;
border-top: solid 2px #cdcdcd;
display: block;
margin-top: 30px;
margin-bottom: 30px;
}

.hero-area a{
}

@media (max-width: 767px) {
.hero-area{
height: 375px;
}
    
.hero-desc{
left:30px;
max-width:90%;
}
    
span.case-header{
font-size:36px;
}
    
.hero-area hr{
margin-top: 0px;
}
    
    
}




/*INDEX CTA*/

#call-to-action-components.call-to-action-1 {
width: 100%;
padding: 75px 0;
color: #fff;
clear:both;
background: #000;
    
}

#call-to-action-components.call-to-action-1 h2,  
#call-to-action-components.call-to-action-1 a {
  
}

#call-to-action-components.call-to-action-1 h2{
    font-weight:300;
    font-size:26px;
/*    color: #fff;*/
    line-height: 36px;
}

@media (max-width: 767px) {
#call-to-action-components.call-to-action-1 h2{
    font-size:28px;
}
}

#call-to-action-components.call-to-action-1 h2 {
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@media (min-width: 768px) {
  #call-to-action-components.call-to-action-1 {
    padding: 75px 0;
      background: #000;
  }
}

#call-to-action-components.call-to-action-1 p {
  margin-bottom: 35px;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
    animation-delay: 1s;
}

#call-to-action-components.call-to-action-1 a {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/*
#call-to-action-components.call-to-action-1 a:hover {
  color: #fff; 
}
*/




/*FOOTER*/



#footer-components.footer-4 {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
#footer-components.footer-4 {
  padding-bottom: 100px;
}    
}

@media (min-width: 768px) {
#footer-components.footer-4 p{
    margin-left: 60px;
}   
}



#footer-components.footer-4 p{
    color: #000;
    display: inline-block;
}

#footer-components.footer-4 h2 {
  color: #000;
  font-size: 22px;
}

#footer-components.footer-4 img.footer-image {
  margin-bottom: 30px;
  margin-top: 20px;
}

#footer-components.footer-4 span.address {
  display: block;
  color: #000;
    margin-top: 30px;
}

@media (max-width: 991px) {
  #footer-components.footer-4 span.address {
    line-height: 25px;
  }
}

#footer-components.footer-4 .contact-numbers {
  margin-top: 30px;
  color: #000;
}

@media (min-width: 767px) {
#footer-components.footer-4 .contact-numbers {
margin-left: -25px;
}
}

#footer-components.footer-4 span.divider {
  height: 15px;
  width: 2px;
  background: #16A8E4 ;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: -2px;
}

@media (max-width: 767px) {
  #footer-components.footer-4 span.number-2 {
    margin-top: 10px;
    display: inline-block;
  }
}

#footer-components.footer-4 .social-icons {
/*  margin-top: 30px;*/
}

#footer-components.footer-4 .social-icons li { 
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #000;
  margin-left: 5px;
  margin-right: 5px;
  color: #16A8E4 ;
}

#footer-components.footer-4 .social-icons a {
  color: #16A8E4;
}

#footer-components.footer-4 .social-icons a:hover {
  color: #fff;
  -webkit-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  /* Safari */
  transition: width 0.75s;
}


/*MAP AREA*/

.map-area{
padding: 5px;  
background: #ffd700 ;
}

.map-area iframe{
height: 325px;
}

@media (min-width:768px) and (max-width: 991px){
.map-area iframe{
height: 275px;
}
}

@media (max-width:767px){
.map-area iframe{
height: 225px;
}
}


/*PAGES*/

/*ALL PAGES*/

.pink{
    color: #E33B89 ;
}

.narrow-fluid{
max-width: 1700px;
margin: 0 auto;
}

.main{
padding-top:90px; 
background: #151515;

}

@media (max-width:767px){
.main{
padding-top:60px; 
}    
}




/*INDEX*/
/*
#index #call-to-action-components.call-to-action-1 {
  background: url('/assets/images/cta-bg-2.png') center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;    
}
*/

/*animation*/
.fade1{
  -webkit-animation-delay:0.5s !important;
  -webkit-animation-duration:2s !important;  
    -ms-animation-delay:0.5s !important;
  -ms-animation-duration:2s !important; 
    -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2s !important;
    animation-duration:2s !important;
    animation-delay:1.5s !important;
}

.fade2{
  -webkit-animation-delay:.5s !important;
  -webkit-animation-duration:2s !important;
     -ms-animation-delay:.5s !important;
  -ms-animation-duration:2s !important;
     -moz-animation-delay:.5s !important;
  -moz-animation-duration:2s !important;
   animation-duration:2s !important;
   animation-delay:.5s !important;
}



.fade3{
  -webkit-animation-delay:1.5s !important;
  -webkit-animation-duration:2.5s !important;
      -ms-animation-delay:1.5s !important;
  -ms-animation-duration:2.5s !important;
      -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2.5s !important;
     animation-duration:2.5s !important;
    animation-delay:1.5s !important;
}

.fade4{
  -webkit-animation-delay:1.5s !important;
  -webkit-animation-duration:2s !important;
    -ms-animation-delay:1.5s !important;
  -ms-animation-duration:2s !important;
    -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2s !important;
   animation-delay:1.5s !important;
 animation-duration:2s !important;
}

@media (max-width:767px) {
.fade2,
.fade3,
.fade4{
  -webkit-animation-delay:.0s !important;
  -webkit-animation-duration:0s !important;
    -ms-animation-delay:.0s !important;
  -ms-animation-duration:0s !important;
    -moz-animation-delay:.0s !important;
  -moz-animation-duration:0s !important;
   animation-delay:.0s !important;
  animation-duration:0s !important;
}
 
}



/*INDEX PAGE*/

.two-paragraphs{
background: #f2f2f2 ;
}



@media (min-width:992px) and (max-width: 1199px){
.two-p-left{
height: 300px;
}    
}

@media (min-width:992px) {
.two-p-left{
    padding-left: 40px;
    padding-right: 40px;
}

.two-p-middle{
    padding-left: 40px;
    padding-right: 40px;
}

.two-p-right{
    padding-left: 40px;
    padding-right: 40px;
}
   
}




.two-p-left h2{ 
color: #E33B89 ;
text-align: center;
font-size:26px;
}

@media (max-width: 991px){
.two-p-left h2{ 
color: #000 ;
text-align: left;
font-size:26px;
}    
}
.two-p-middle p{ 
margin-bottom: 0px;
}
.two-p-right p{
margin-bottom: 0px;
}



.usp{
    background: #0F0A0A   ;  
}

.usp h2{
    color: #eee;
}

.usp h2,
.usp span{
font-size:32px;
line-height: 46px;
margin-bottom: 0;
text-transform: none;
}

@media (max-width:991px) {
 .usp{
/*    background: #000  ;  */
} 
    
.usp h2{
  color: #F3F6F9 ;  
}   
}

@media (max-width: 767px){
.usp h2,
.usp span{
font-size:26px;
line-height: 36px;
}    
}

/*web eval*/
.web-eval{
    background: #F3F6F9 !important;
}

.web-eval h2{
    color: #e52d5b ;
}

/*
#call-to-action-components.call-to-action-1.web-eval {
    background-image: url('/assets/images/web-eval-bg.png');
    background-size:cover;        
}
*/
.web-eval p{
    color: #fff;
}

/*PROMISE*/
.our-promise{
    background: #fff;
    border-bottom: solid 1px #E33B89;
    border-top: solid 1px #E33B89;
}

.our-promise h2{
    text-align: center;
}

.promise-points{
    padding-top: 40px;
}

.our-promise h4{
    text-align: center;
    color: #E33B89;
    font-size:26px;
}

.our-promise p{
    text-align: center;
}

@media (max-width:991px){
    
.promise-points{
padding-top: 0px;
}
 .our-promise h2{
text-align: left;
} 
    
.our-promise h4{
text-align: left;
}
    
.our-promise p{
text-align: left;
}
    
}

/*MOBILE DARK COL*/
@media (max-width:991px){
 .mobile-dark-col{
     background: #0F0A0A ;
     padding:15px;
     margin-bottom: 30px; 
 }
    
.mobile-dark-col h4,
.mobile-dark-col h2
{
color: #E33B89 ;
margin-bottom: 20px;
}
    
     .mobile-dark-col p{
    color: #f2f2f2;
 }
    
     .mobile-dark-col-bottom{
    margin-bottom: 0px;
 }
    
}

/*CASE STUDIES*/
.featured-work{
    background: #f2f2f2  ;
}

.featured-work h2{
    color: #000 ;
    margin-bottom: 0;
}

.case-studies-title{
    padding-bottom: 40px;
}

.featured-images{
    height: 530px;
    background: #cdcdcd;
}

.featured-images a{
border-color:transparent !important;
background-position: bottom right; 
}

.featured-images a.solution{
      background-position: top right; 
}

.featured-images div{
overflow:hidden;
}



span.work-title{
    position:absolute;
    bottom: 30px;
    left:30px;
    color: #fff ;
/*    color: #e52d5b;*/
    z-index: 200;
    background: #E33B89;
    padding: 5px;
}

.featured-images .left{
height: 100%;
width: 66%;
background-size:cover;
background-position: center;
position:relative;
display: inline-block;
float:left;
}
.featured-images .right{
height: 100%;
width: 34%;
position:relative;
display: inline-block;
float:right;
}

.featured-images .top{
height: 50%;
width: 100%;
position:relative;
overflow:hidden;
}

.featured-images .bottom{
height: 50%;
width: 100%;
position:relative;
overflow:hidden;
bottom:0;
}

@media (max-width:767px){
.featured-images{
    height: 500px;
}
    
span.work-title{
bottom: 10px;
left:10px;
}
    
    
.featured-images .left{
width: 100%;
height: 300px;
border-bottom: solid 1px #fff;
}

.featured-images .right{
width: 100%;
height: 200px;
float:left;
 }
    
.featured-images .right .top{
width: 50%;
height: 200px;
float:left;
 }
    
    .featured-images .right .bottom{
width: 50%;
height: 200px;
float:right;
border-left: solid 1px #fff;
 }
}


.featured-images .left a.image-holder,
.featured-images .right .top a.image-holder,
.featured-images .right .bottom a.image-holder{
width: 100%;
height: 100%;
display: block;
position:absolute;
top:0;
left: 0;
-webkit-transform: scale(1,1);
transform: scale(1,1);
background-size: cover;
transition: 0.55s all ease;
-webkit-transition: 0.55s all ease;
-moz-transition: 0.55s all ease;
-o-transition: 0.55s all ease;
}

.featured-images .left:hover a.image-holder,
.featured-images .top:hover a.image-holder,
.featured-images .bottom:hover a.image-holder
{
-webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.featured-images .left .cover,
.featured-images .top .cover,
.featured-images .bottom .cover{
   width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    opacity: 0.4;
    position: relative;
    z-index: 100;
    display: block;
    transition: 0.55s all ease;
-webkit-transition: 0.55s all ease;
-moz-transition: 0.55s all ease;
-o-transition: 0.55s all ease;
}

.featured-images .left:hover .cover,
.featured-images .top:hover .cover,
.featured-images .bottom:hover .cover{
background: rgba(0,0,0,0.8);
}



/*testimonials*/
.testimonials{
background: #fff;
}

.row.testimonial-group{
    margin-top: 90px;
}

.test-bg{
    width: 100%;
    text-align: center;
    background: #f2f2f2 ;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width:991px){
 .test-bg{
    background: #d9d9d9 ;
}   
}

@media (min-width:768px) and (max-width:991px){
 .test-bg-margin{
margin-bottom: 75px;
}   
}



.test-bg img{
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    margin-bottom: 10px;
    display: inline-block;
    border: 3px solid #F3F4F6;
    margin-top: -90px;
}

span.name{
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #E33B89;
}

span.title{
    display: block;
    font-size:13px;
    font-weight:300;
}

/*CONTACT-FORMS*/
.contact-forms{
    width: 100%;
    position:relative;
    display:table;
}

.web-evaluation{
    width: 34%;
    float: left;
    background: #0F0A0A;
    height: 100%;
    position:relative;
    top:0;
    padding-left: 40px;
    padding-right: 40px;
}

.web-evaluation h2{
    color: #E33B89 ;
}

.web-evaluation p{
    color: #eee ;
}

.contact-us{
    float:right;
    width: 66%;
    background-image: url('/assets/images/contact-bg-2.jpg');
    background-size: cover;
    height: 100%;
    top: 0;
    display:table-cell;
    right:0;
    bottom: 0;
    position: absolute;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.contact-us h2{
    color: #eee;
}

.contact-us-2 {
    display: none;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
     background-image: url('/assets/images/contact-bg-2.png');
    background-size: cover;
}

.contact-us-2 h2{
    color: #eee;
}


@media (min-width:768px) and (max-width:1199px){
.web-evaluation{
    width: 50%;
}
    .contact-us{
        width: 50%;
    }
}

.contact-us .v-align{
    left:0px;
    padding-left: 40px;
    padding-right: 40px;
    
}

@media (max-width:767px){
.web-evaluation{
    width: 100%;
    background: #fff;
 
}
    
    .web-evaluation-blog{
    padding-top:0px;    
    }
    
   #index .web-evaluation{
    padding-top: 0px;
}
    
.web-evaluation p{
color: #000;
}
  
    
.contact-us{
    display:none;
}
    
.contact-us-2{
    display:block;
}

}

footer{
    background: #f2f2f2;
    display:table;
    width: 100%;
    position:relative;
    border-top: solid 1px #E33B89 ;
}

footer h3{
    color: #000;
    display: inline-block;
    border-bottom: solid 1px #000;
    padding-bottom: 7px;
    margin-bottom: 30px;
}

footer p{
    margin-bottom: 0;
}

footer span.footer-name{
    font-weight:400;
}

footer .blog-posts a{
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
}

.ebooks p{
    margin-bottom: 20px !important;
    margin-top: 15px;
}

@media (max-width:767px){
 footer .blog-posts{
     padding-top: 0;
 }
}

.under-footer{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.social{
    float:right;
}

@media (max-width:767px){
 .social{
    float:left;
     display: block;
     width: 100%;
     margin-top: 10px;
}   
}

.disclaimer {
   line-height: 40px;
    display: inline-block;
    font-size:11px;
}

.social i{
    width: 40px;
    height: 40px;
    background: #0F0A0A ;
    color: #E33B89  ;
    text-align: center;
    line-height: 40px;
}

/*INNER PAGES*/

.inner-hero{
    height: 375px;
    display: table;
    position:relative;
    width: 100%;
}

@media (min-width:1500px){ 
.inner-hero{
height: 500px;    
}
}

.image-title{
    margin-top: 277px;
}

.image-title h2{
    color: #fff;
    font-size:48px;
    margin-bottom: 0;
}

@media (max-width:767px){ 
.inner-hero{
height: 250px;    
}
    
.image-title{
margin-top: 150px;
}
    
.image-title h2{

font-size:32px;

}
    
    
}

.hero-image{
    display:table-cell;
    float:left;
    width: 100%;
    position:absolute;
    background-image: url('/assets/images/hero-1.png');
    background-size:cover;
    background-position:center;
    left: 0;
    top: 0;
    bottom: 0;

}

/*PORTFOLIO PAGES*/

@media (min-width:495px){ 
 img.sg-mobile-image,
 img.active-mobile-image,
 img.photo-mobile-image,
 img.ctw-mobile-image,
 img.wh-mobile-image
    {
     display: none;
     
 }
}

@media (max-width:767px){ 
img.photo-mobile-image{
    display: block;
}
}


@media (max-width:494px){ 
 .sg-images,
 .active-images,
 .ctw-image-block,
 .wh-images
    {
     display: none;
 }
    
 img.sg-mobile-image,
 img.active-mobile-image,
 img.ctw-mobile-image,
 img.wh-mobile-image
    {
     display: block;
     
 }
}

/*PHOTO PAGE*/
@media (max-width:767px){
.photo-image-area{
    display: none;
}
}



/*CONTACT PAGE*/
#contact .hero-image{
    display:table-cell;
    float:left;
    width: 66%;
    position:absolute;
    background-image: url('/assets/images/contact-bg-2.jpg');
    background-size:cover;
    background-position:center;
    left: 0;
    top: 0;
    bottom: 0;

}

.contact-details{
    display:table-cell;
    float:right;
    width: 34%;
    position:absolute;
    background: #0F0A0A ;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact-details h2{
font-size:22px;
margin-bottom: 15px;
color: #E33B89 ;
}

.contact-details p{
color: #fff ;
}

@media (min-width:992px) and (max-width:1199px){
#contact .hero-image{
    width: 55%;

}
    
.contact-details{
    width: 45%;
}
    
}

@media (min-width:768px) and (max-width:991px){
#contact .hero-image{
    width:50%;

}
    
.contact-details{
    width: 50%;
}
    
}

@media (max-width:767px){
#contact .hero-image{
    width:100%;

}
    
.contact-details{
   display: none;
}
    
}

section.contact-form{
    background: #fff;
} 

/*FORM STYLING*/
section.contact-form .fsBody{
    padding: 0px !important;
}

section.contact-form .fsBody form{
    padding: 0px !important;
    background-color: #fff;
}

section.contact-form .fsForm .fsSubmit{
   padding:0px;
    
} 

section.contact-form .fsForm .fsSubmit .fsSubmitButton{
    float: left;
    background: #E33B89;
    background-color: #E33B89 !important;
    padding: 10px 20px 10px 20px;
    color: #eee;
    text-transform: none;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 25px;
    max-width: 250px;
}

section.contact-form .fsForm .fsSubmit .fsSubmitButton:hover{
background-color: #b71a63 !important;
text-decoration:none;
color:#f2f2f2;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}



/*PORTFOLIO*/

#portfolio .hero-image{
    display:table-cell;
    float:left;
    width: 100%;
    position:absolute;
    background-image: url('/assets/images/code-header.jpg');
    background-size:cover;
    background-position:center;
    left: 0;
    top: 0;
    bottom: 0;

}

.work-examples{
    background: #fff;
   
}

.work-examples div{
    overflow: hidden;
}

.holder{
        width: 100%;
    height: 100%;
    position: relative;
    z-index: 300;
}

.portfolio-grid{
     padding-top: 10px;
}

.portfolio-images{
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.portfolio-images .cover{
width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;
    position: relative;
    z-index: 100;
    display: block;
    transition: 0.55s all ease;
-webkit-transition: 0.55s all ease;
-moz-transition: 0.55s all ease;
-o-transition: 0.55s all ease;
}

.portfolio-images:hover .cover{
    opacity: 0;

}


#portfolio .image-1,
#portfolio .image-2,
#portfolio .image-3,
#portfolio .image-4
{
    height: 400px;
}

@media (min-width:768px) and (max-width:991px){
#portfolio .image-1,
#portfolio .image-2,
#portfolio .image-3,
#portfolio .image-4
{
    height: 325px;
}    
}

@media (max-width:767px) {
#portfolio .image-1,
#portfolio .image-2,
#portfolio .image-3,
#portfolio .image-4
{
    height: 350px;
} 
    
#portfolio .image-1,
#portfolio .image-3
{
margin-bottom: 30px;
}
}

#portfolio .image-1 a.image-holder,
#portfolio .image-2 a.image-holder,
#portfolio .image-3 a.image-holder,
#portfolio .image-4 a.image-holder
{
width: 100%;
height: 100%;
display: block;
position:absolute;
top:0;
left: 0;
-webkit-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
background-size: cover;
transition: 0.55s all ease;
-webkit-transition: 0.55s all ease;
-moz-transition: 0.55s all ease;
-o-transition: 0.55s all ease;
}

#portfolio .image-1:hover a.image-holder,
#portfolio .image-2:hover a.image-holder,
#portfolio .image-3:hover a.image-holder,
#portfolio .image-4:hover a.image-holder

{
-webkit-transform: scale(1,1);
    transform: scale(1,1);
}


/*PROJECTS*/
.projects .image-title{
margin-top:230px;    
}

@media (max-width:767px) {
.projects .image-title{
margin-top:60px;    
}    
}

.project-intro{
    background: #0F0A0A ;
}

.project-intro h2{
    color: #eee;
} 

@media (max-width:494px) {
.project-intro h2{
    text-align: left;
}   
}

/*IMAGES*/
.site-images{
    height: 450px;
}

.site-images .left{
    width: 66%;
    height: 100%;
    float: left;
    background-size:cover;
    background: #fff;
    background-position: right center;
}

.site-images .left.sg-left{
    background-position: center center;
}
.site-images .left.active-left{
    background-position: center top;
}

.site-images .left.photo-images{
    background-position: center top;
}

.site-images .left.ctw-images{
    background-position: center center;
}

.site-images .left.content-left{
    background-position: top center;
}

/*DIFFERENT PAGES*/
.portfolio-item-4 .site-images .left{
background-position: center center;
}

@media (max-width:1300px) {
.site-images .left.active-left{
    background-position: center center;
} 
.site-images .right.active-right{
    background-position: center center;
} 
}

@media (max-width:991px) {
.site-images .left.active-left{
    background-position: top center;
} 
}



.site-images .right{
    width: 34%;
    background: #fff;
    height: 100%;
    float: right;
    background-size:cover
}

.portfolio-item-2 .site-images .right{
background-position: center;
}

.site-images.social-images .right{
background-position: center;
}

.site-images.content-images .right{
background-position: top center;
}

@media (min-width:768px) and (max-width:1199px) {
.site-images .right,
.site-images .left{
width: 50%;
}
}

@media (max-width:991px) {
.site-images{
    height: 375px;
}
    
    
.site-images .left{
width: 100%;
}
    
.site-images .right{
display: none;
}
    
.portfolio-item-4 .site-images .left{
background-position: center center;
}
}

/*SERVICES*/
.services{
    background: #f2f2f2;
}

.project-intro h2,
.project-intro span{
font-size:32px;
line-height: 46px;
margin-bottom: 0;
text-transform: none;
}

@media (max-width:767px) {
.project-intro h2,
.project-intro span{
font-size:26px;
line-height: 38px;
}    
}


.company-desc{
    background: #f2f2f2;
}
.project-devices{
position:relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaafca+0,e33b89+100 */
background: #0F0A0A  ; /* Old browsers */

}


.project-devices p{
color: #f2f2f2  ; /* Old browsers */

}





.project-devices h4{
 font-size:26px;   
}

.project-devices a{
  margin-top: 20px;}

.project-devices img{
    position:relative;;

}

.project-device-images{
    background: #fff;
    display: table;
    width: 100%;
}

.project-device-images img{
        margin: 0 auto;
    margin-top: 30px;

}

/*MORE-PROJECTS*/
.more-projects{
    background: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
}

.more-projects h4{
   margin-bottom: 0;
}

/*PROJECT TESTIMONIAL*/
.project-testimonial{
    background: #fff;
}

.project-testimonial p{
    font-size:22px;
    line-height: 32px;
}

.project-testimonial img{
    max-width: 100px;
    display: block;
    margin: 0 auto 30px auto;
    border-radius: 100%;
    
}

.project-testimonial span.testimonial-name{
    display: inline-block;
    font-size:14px;
    padding-right: 7px;
    border-right: solid 1px #E33B89 ;
}

.project-testimonial span.testimonial-position{
    display: inline-block;
    font-size:14px;
    padding-left: 7px;
   
}

@media (max-width:767px) {
#portfolio-item .web-evaluation{
    padding-top: 50px;
}
}

.portfolio-item-1 .hero-image{
    background-image: url('/assets/images/sg-hero-2.jpg');
}

.portfolio-item-2 .hero-image{
    background-image: url('/assets/images/ctw-header-2.jpg');
}

.portfolio-item-3 .hero-image{
    background-image: url('/assets/images/active-hero-2.jpg');
}

.portfolio-item-4 .hero-image{
    background-image: url('/assets/images/wh-hero-2.jpg');
}

/*REPSONSIVE DESIGN PAGE*/
#responsive-design .hero-image{
    background-image: url('/assets/images/code-header.jpg');
}

.service-desc h4{
    color: #E33B89 ;
}

/*CONTENT MARKETING PAGE*/
#content-marketing .hero-image{
    background-image: url('/assets/images/content-header.jpg');
}

/*SOCIAL MEDIA MARKETING PAGE*/
#social-media-marketing .hero-image{
    background-image: url('/assets/images/social-header.jpg');
}

/*SOCIAL MEDIA MARKETING PAGE*/
#photography .hero-image{
    background-image: url('/assets/images/photos.png');
}

/*ABOUT PAGE*/
#about .hero-image{
    background-image: url('/assets/images/code-header.jpg');
}


/*BLOG PAGE*/
small.blog-by{
    margin-bottom: 15px;
    display: inline-block;
}

#blog .hero-image{
    background-image: url('/assets/images/content-header.jpg');
}

 
/*blog-post*/
.blog-post{
    background: #fff;
}

#blog-post .sub-header{
    margin-top: 50px;
}

.blog-intro p{
    font-size:26px;
    line-height: 36px;
}


.blog-post img{
    border:solid 1px #cdcdcd;
    margin-top: 45px;
    margin-bottom: 45px;
}

#blog-post .black{
    padding: 30px;
    background: #000;
    display: inline-block;
    color: #0000ff;
    margin-bottom: 45px;
}

#blog-post .black p{
    margin-bottom: 0;
    color: #0000ff;
}


#blog-post .red{
    padding: 30px;
    background: #ff0000;
    display: inline-block;
    color: #0000ff;
    margin-bottom: 45px;
}

#blog-post .red p{
    margin-bottom: 0;
    color: #ffff00;
}
#blog-post .card{
    max-width:400px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#blog-post .card-header{
    padding: 15px;
    color: #fff;
    background: #000;
}

#blog-post .card-body{
    padding: 15px;
    color: #000;
    background: #fff;
    border:solid 1px #000;
}

.card-1  .card-header p{
    font-family: 'Crimson Text', serif !important;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size:18px;
}

.card-1  .card-body p{
    font-family: 'Crimson Text', serif !important;
    color: #000;
    padding: 0;
    margin: 0;
    font-size:18px;
}

.card-2  .card-header p{
    font-family: 'Gloria Hallelujah', cursive !important;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size:18px;
}

.card-2  .card-body p{
    font-family: 'Gloria Hallelujah', cursive !important;
    color: #000;
    padding: 0;
    margin: 0;
    font-size:18px;
}

h4.pink-small{
    font-size:22px;
}


/*MODAL*/

.modal-content{
    border-radius:0px;
}

.modal-content h4{
    margin-top: 15px;
}

.modal-content .modal-close{
    color: #E33B89;
}


#mc_embed_signup form{
    padding: 0;
}

.web-eval-form #mc_embed_signup .mc-field-group label{
    margin-bottom: 10px;
}

#mc_embed_signup .asterisk{
 color: #E33B89 ;   
}

#mc_embed_signup .button{
background: #E33B89   ; 
padding:10px 20px 10px 20px;
color: #eee;
text-transform: none;
display: inline-block;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size:13px;
line-height: 15px;
border-radius:0px;
margin-top: 15px;
}

#mc_embed_signup div#mce-responses {
padding:0em .5em 0em .5em; 
margin: 0 0; 

}

#mc_embed_signup div.response {
margin:0px; 
padding:0px; 
font-weight:300; 
line-height: 28px;
float:left; 
top:10px; 
z-index:1; 
width:100%;
margin-bottom: 30px;
}


#mc_embed_signup #mce-success-response:before {
content:"Thank you for signing up";
display: block;
margin-bottom: 10px;
margin-top: 15px;
color: #E33B89 ;
font-size:26px;
}

#mc_embed_signup #mce-success-response {
color:#000;
}






#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus{
background: #b71a63;
text-decoration:none;
color:#f2f2f2;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}


/*ASIDE IFRAME*/
iframe.aside-holder{
    
    width: 100%;
}

iframe.aside-blog-post{
    height: 600px !important;

}



@media (max-width:991px) {
 .blog-list{
     margin-bottom: 50px;
 }
    
iframe.aside-blog-post{
    height: 460px !important;

}

}

@media (max-width:600px) {

iframe.aside-blog-post{
    height: 480px !important;

}

}

@media (max-width:440px) {

iframe.aside-blog-post{
    height: 500px !important;

}

}


/*FLASH FIX*/
.wow{
    opacity:0;
}/*SMALL SCREEN ANIMATION FIX*/




/*ABOUT US PAGE*/


/*CALL BUTTONS*/

@media (max-width:767px) {
.under-footer{
    padding-bottom: 75px;
}
}

.call-active {
background: #000;
position: fixed;
bottom: 0px;
z-index: 10000;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
border-top: solid 1px #4d4d4d;;
}

.call-active .btn-1{
width:49%;
opacity: 1;
margin-top:0px;
text-align: center;
}

.call-active .btn-l{
float:left;
}

.call-active .btn-r{
float:right;
}

span.quote{
    font-size:22px;
    display: inline-block;
}



/*DRIFT*/
iframe#drift-widget {
    bottom: 85px !important;
    right: 0px !important;
}


@media (max-width:767px) {
iframe#drift-widget {
    bottom: 69px !important;
}
}







