/*
 Theme Name:   Binary Vision
 Theme URI:
 Description:
 Author:       Binary Vision Ltd.
 Author URI:   http://binaryvision.com
 Template:     hind
 Version:      1.0.0
*/

@font-face {
    font-family: 'SciFly-Sans';
    src:url('fonts/SciFly-Sans.ttf.woff') format('woff'),
        url('fonts/SciFly-Sans.ttf.svg#SciFly-Sans') format('svg'),
        url('fonts/SciFly-Sans.ttf.eot'),
        url('fonts/SciFly-Sans.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
  font-weight: 300 !important;
  color: #3e3e3e !important;

}


body .wpb_row, 
body .wpb_content_element, 
body ul.wpb_thumbnails-fluid > li, 
body .last_toggle_el_margin, 
body .wpb_button {
    margin-bottom: 0px;
}

@media print {
  .seet {
     height: 250px !important;
   }
}

/*
input:focus, select:focus, a:focus, a:focus > img, a:focus > .media > img, a:focus > figure, a:focus > .media > figure, textarea:focus, button:focus, .entry-content a:focus, a:focus .mgt-promo-block-link {
    outline-width: 2px !important;
    outline-style: solid !important;
    outline-color: #e01f5c !important;
  }


a:focus img,
a:focus .mgt-promo-block-link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8
}

a:hover,
a:active {
    outline: 0
} 
*/

header.main-header {
    background: #ffffff;
}

@media print {
  .main-header {
     display: none !important;
   }
}

p {
  line-height: 1.5;
  margin-bottom: 2.7rem;
  letter-spacing: .5px;  
}

@media  (max-device-width : 320px) {

  p { 
    font-size: 22px;
  }
}

@media  (min-device-width : 321px) {

  p {
    font-size: 22px;
  }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  p {
    font-size: 26px;
    }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  p {
    font-size: 26px;
    }
}

@media only screen and (min-device-width : 1200px) {

  p{
     font-size: 26px;
  }
}



ul, ol, dl {
  letter-spacing: .5px;
  line-height: 1.5;
  margin-bottom: 2.7rem;
  margin-left: 0 !important;
  padding: 0 0 0 10px !important;
  
}

@media only screen and (max-device-width : 320px) {

  ul, ol, dl { 
    font-size: 22px;
  }
}

@media only screen and (min-device-width : 321px) {

  ul, ol, dl {
    font-size: 22px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  ul, ol, dl {
    font-size: 26px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  ul, ol, dl {
    font-size: 26px;
    }
}

@media only screen and (min-device-width : 1200px) {

  ul, ol, dl{
     font-size: 26px;
  }
}


h1 {
  margin: 0 !important;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 300;
  color: #294460 !important;
}


@media only screen and (max-device-width : 320px) {
  h1{
    font-size: 48px !important;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : portrait) {

h1{
    font-size: 48px !important;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : landscape) {

h1{
    font-size: 48px !important;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  h1{
    font-size: 54px !important;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  h1{
    font-size: 58px !important;
    line-height: 1.1;
  }
}


@media only screen and (min-device-width : 1200px) {

  h1{
    font-size: 58px !important;
    line-height: 1.5;
  }
}

@media only screen and (max-device-width : 320px) {
  .mission-statement {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
  }
} 

@media only screen and (min-device-width : 321px) {
  .mission-statement {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    
  }
} 

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  
  .mission-statement {
    margin-bottom: 50px !important;
    
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .mission-statement {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    
  }
}


@media only screen and (min-device-width : 1200px) {

  .mission-statement {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
    padding-left: 130px !important;
  }
} 

@media only screen and (max-device-width : 320px) {

  .hp_mission h2{
     font-size: 35px;
     line-height: 0.6;
     color: #002d5a;
   }
 }
 
 @media only screen and (min-device-width : 321px) {
 
  .hp_mission h2{
     font-size: 35px;
     line-height: 0.7;
     color: #002d5a;
   }
 }
 
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 
 .hp_mission h2{
     font-size: 50px;
     line-height: 1.1;
     color: #002d5a;
   }
 }
 
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 
 .hp_mission h2{
     font-size: 50px;
     line-height: 1.1;
     color: #002d5a;
   }
 }
 
 @media only screen and (min-device-width : 1200px) {
  .hp_mission h2{
     font-size: 70px;
     line-height: 1.1;
     color: #002d5a;
   }
 }

 @media only screen and (max-device-width : 320px) {

  .hp_mission p{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    padding-top: 20px;
  }
}

@media only screen and (min-device-width : 321px) {

  .hp_mission p{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    padding-top: 20px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .hp_mission p {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 300;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .hp_mission p {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 300;
    }
}

@media only screen and (min-device-width : 1200px) {
  .hp_mission p {
    font-size: 34px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
    font-weight: 300;
  }
}


@media only screen and (max-device-width : 320px) {

 .hp_header2 h2{
    font-size: 38px;
    line-height: 0.9;
  }
}

@media only screen and (min-device-width : 321px) {

 .hp_header2 h2{
    font-size: 38px;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.hp_header2 h2{
    font-size: 54px;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

.hp_header2 h2{
    font-size: 58px;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 1200px) {
  .hp_header2 h2{
    font-size: 58px;
    line-height: 1.5;
  }
}


h2 {
  margin: 0 !important;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 300;
  color: #294460 !important;
}

@media only screen and (max-device-width : 320px) {
  h2{
    font-size: 38px ;
    line-height: 1.1;
    padding-top: 10px;
  }
}

@media only screen and (min-device-width : 321px) {

h2{
    font-size: 38px;
    line-height: 1.1;
    padding-top: 10px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  h2{
    font-size: 44px;
    line-height: 1.5;
    padding-top: 0;
  }
}

@media only screen and (min-device-width : 1200px) {
   h2{
    font-size: 44px;
    line-height: 1.5;
    padding-top: 0;
  }
}

h3 {
  
  margin: 0 !important;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 300;
  color: #294460 !important;
}

@media only screen and (max-device-width : 320px) {
  h3{
    font-size: 28px;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 321px) {

h3{
    font-size: 28px;
    line-height: 1.1;
    
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  h3{
    font-size: 38px;
    line-height: 1.5;
  }
}

@media only screen and (min-device-width : 1200px) {
   h3{
   font-size: 38px;
  line-height: 1.5;
  }
}

h4 {
  
  margin: 0 !important;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 300;
  color: #294460 !important;
}

@media only screen and (max-device-width : 320px) {

  h4{
    font-size: 22px;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 321px) {

  h4{
    font-size: 24px;
    line-height: 1.1;
    
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  h4{
    font-size: 28px;
    line-height: 1.1;
  }
}

@media only screen and (min-device-width : 1200px) {

   h4{
   font-size: 30px;
  line-height: 1.1;
  }
}


h5 {
  font-weight: 600 !important;
  font-size: 1em !important;
  line-height: 1.2;
  margin: 40px 0 0 0;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
  
  
}

small, 
.font_small {
  font-size: 0.667em;
}

blockquote {
  border-left: 2px solid #e01f5c;
  padding: 5px 20px 5px 10px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(29, 29, 29, 0.7);
  font-style: normal;
}

@media only screen and (max-device-width : 320px) {

  blockquote  {
     margin: 0 0 5% 0;
  }
}

@media only screen and (min-device-width : 321px) {

  blockquote  {
      margin: 0 0 5% 0;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  blockquote {
     margin: 0 0 5% 10%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

   blockquote {
     margin: 0 0 5% 10%;
    }
}

@media only screen and (min-device-width : 1200px) {

    blockquote{
     margin: 0 0 5% 10%;
    }
}


@media only screen and (max-device-width : 320px) {

  blockquote p {
     font-size: 20px;
     line-height: 1.3;
     margin-bottom: 2.0rem;
  }
}

@media only screen and (min-device-width : 321px) {

  blockquote p {
     font-size: 22px;
     line-height: 1.1;
     margin-bottom: 2.0rem;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  blockquote p{
     font-size: 30px;
     line-height: 1.3;
     margin-bottom: 2.2rem;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  blockquote p{
     font-size: 30px;
     line-height: 1.3;
     margin-bottom: 2.2rem;
    }
}

@media only screen and (min-device-width : 1200px) {

   blockquote p{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 1200px) {
  blockquote {
    width: 60%;
    min-width: 50%;
  }
}

blockquote h6 {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}

@media only screen and (max-device-width : 320px) {

  blockquote h6 {
     font-size: 16px;
  }
}

@media only screen and (min-device-width : 321px) {

  blockquote h6 {
     font-size: 18px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  blockquote h6{
     font-size: 22px;
     line-height: 1.3;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  blockquote h6{
     font-size: 24px;
     line-height: 1.3;
    }
}

@media only screen and (min-device-width : 1200px) {

   blockquote h6{
    font-size: 30px;
  }
}

 
.quote p{
  color: #585858 !important;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 1.2;
  
}

@media only screen and (max-device-width : 320px) {
  .quote p{
    font-size: 22px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media only screen and (min-device-width : 321px) {

  .quote p{
    font-size: 22px;  
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .quote p{
    font-size: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .quote p{
    font-size: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media only screen and (min-device-width : 1200px) {
   .quote p{
    font-size: 30px;
    width: 850px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
 
 /* 
.quote p:before{
    content:"\201C";;
    font-size: 60px;
}
  
.quote p:after {
    content:"\201D";
    font-size: 60px;
    position: absolute;
  }
*/

 .quote h6 {
   font-family: "Ubuntu",Arial,Helvetica,sans-serif !important;
   font-weight: 400;
   color:#585858;
 } 

@media only screen and (max-device-width : 320px) {

  .quote h6{
    font-size: 22px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width : 321px) {

  .quote h6{
    font-size: 22px;  
    margin: 0 auto;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .quote h6{
    font-size: 30px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width : 1200px) {

   .quote h6{
    font-size: 32px;
    width: 850px;
    margin: 0 auto;
  }
}


img.alignLeft {
  margin-top: 0;
  margin-right: 2.7rem;
}

img.alignRight {
  margin-top: 0;
  margin-left: 2.7rem;
}


.nav>li>a {
  letter-spacing: .75px;
  font-weight: 400 !important;
  padding: 5px 25px;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
 
  color: #294460 !important;
  text-transform: lowercase;
  text-decoration: none;
}

@media only screen and (max-device-width : 320px) {
 .nav>li>a{
     font-size: 25px !important;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : portrait) {

.nav>li>a{
    font-size: 25px !important;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : landscape) {

.nav>li>a{
    font-size: 25px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .nav>li>a{
    font-size: 25px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

 .nav>li>a{
    font-size: 25px !important;
  }
}


@media only screen and (min-device-width : 1201px) and (max-device-width : 1480px) {

  .nav>li>a{
    font-size: 22px !important;
  }
}

@media only screen and (min-device-width : 1481px) {

  .nav>li>a{
    font-size: 25px !important;
  }
}



.navbar .nav>li>a span:hover, 
.navbar .nav > li.current_page_item > a span,
.navbar .nav > li.current_page_parent > a span {
    font-weight: 400 !important;
    text-decoration: none;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #e01f5c !important;
}


.contact {
  color: #e01f5c;
}


.allnav-grey{
    color: #95979c;
}

/*
.navbar .nav > li > a:hover {
    background: transparent;
    color: #000000 !important;
    
}
*/

.test {
  text-decoration: underline;
}
/*
.navbar .nav > li.current_page_item > a {
   color: #294460 !important;
   border-bottom: 4px solid #e01f5c;
   padding-bottom: 9px;
   margin: 0 auto;
   
}
*/

.nav .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    text-align: left;
    z-index: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.nav > li > .sub-menu {
    display: none;
}

.nav .sub-menu li.menu-item > a {
  font-size: .9em !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
  text-transform: lowercase;
  display: none;
}


@media (max-width: 959px)  {

   .nav .sub-menu {
    display: none;
  }
    
    .nav > li > .sub-menu {
    left: 0;
    display: none;
  }

  .nav .sub-menu li.menu-item > a {
    display: block;
  }
}
 

.navbar .nav > li:not(.menu-item-has-children) > a:hover:after {
    width: 0 !important;
    opacity: 0 !important;
}


.navbar .nav > li:not(.menu-item-has-children) > a:hover:after {
    width: 0 !important;
    opacity: 0 !important;
}


.nav .sub-menu li.menu-item > a:hover,
.nav .sub-menu li.menu-item > a:focus {
  background-color: rgba(255,255,255,.2);
  text-decoration: none;
}

header .header-right {
  display:none;
}

header.fixed .logo-link > img {
    max-height: 90px !important;
    width: auto;
    max-width: none;

}

.navbar {
  float: none !important;
}

.nav > li .sub-menu {
    background: #009d9d !important;
}

.btn-primary:hover,  .btn-primary:active,  .navbar .nav > li:not(.menu-item-has-children) > a:after,  .navbar .navbar-toggle { 
    background-color: #e01f5c !important;  }

 #top-link { 
    background-color: transparent !important;  }   

.mgt-promo-block-content-inside
.videotext {
  text-align: center !important;
}

.videotext {
  font-size: 1em !important;
}

.videotext h2 {
  display: inline;
  line-height: 1.27;
  text-align: center !important;
  font-weight: normal;
  font-size: 2.25em !important;
  color: #fff !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
}


.mgt-promo-block.text-size-large  .mgt-promo-block-content h2, .mgt-promo-block h2, .mgt-promo-block-content h2, .mgt-promo-block h2{
  background-color: rgba(29, 29, 29, 0.8);
  display: inline;
  line-height: 1.27;
  text-align: center !important;
  box-shadow: 10px 0 0 rgba(29, 29, 29, 0.8), -10px 0 0 rgba(29, 29, 29, 0.8);
  font-weight: normal;
  font-size: 44px !important;
  color: #fff !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
}

.mgt-promo-block.text-size-large .mgt-promo-block-content h3 {
 
  line-height: 1.25;
  margin: 0 !important;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 300;
  color: #fff !important;
}

@media only screen and (max-device-width : 320px) {
  .mgt-promo-block.text-size-large .mgt-promo-block-content h3{
    font-size: 28px;
  }
}

@media only screen and (min-device-width : 321px) {

.mgt-promo-block.text-size-large .mgt-promo-block-content h3{
    font-size: 32px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .mgt-promo-block.text-size-large .mgt-promo-block-content h3{
    font-size: 38px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .mgt-promo-block.text-size-large .mgt-promo-block-content h3{
    font-size: 38px;
  }
}

@media only screen and (min-device-width : 1200px) {
   .mgt-promo-block.text-size-large .mgt-promo-block-content h3{
    font-size: 38px;
  }
}


/*
.mgt-promo-block-content h2, .mgt-promo-block h2, .mgt-promo-block-content h2, .mgt-promo-block h2 {
  width: 100%;
 }

.mgt-promo-block .mgt-promo-block-content {
    text-align: left;
}
*/

.mgt-promo-block.text-size-large .mgt-promo-block-content p strong {
  font-weight: normal;
}

.mgt-promo-block.text-size-large .mgt-promo-block-content {
  font-weight: normal;
  font-size: 26px;
}

.mgt-promo-block {
  line-height: 1.5 !important;
}

.imagecaption p {
  font-size: 1em !important;
  line-height: 1.3;
  margin-bottom: 2.7rem !important;
  letter-spacing: .4px;

}

.teaser {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
}

.h_teaser, .charter h6 {
  font-weight: 400;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
  text-align: center !important;
}


@media only screen and (max-device-width : 767px) {
  .sp_charter {
    padding-bottom: 15px !important;
  }

}


@media only screen and (max-device-width : 320px) {

  .h_teaser, .charter h6{
    font-size: 22px;
    margin: 25px 0 0 0;
  }
}

@media only screen and (min-device-width : 321px) {

  .h_teaser, .charter h6{
    font-size: 24px;
    margin: 25px 0 0 0;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .h_teaser, .charter h6{
    font-size: 26px;
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-device-width : 1200px) {
   .h_teaser, .charter h6{
    font-size: 26px;
    margin: 35px 0 0 0;
  }
}

.jobsflow_title h6 {
  margin: 20px 0 0 0 !important;
  font-weight: 300;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important; 
  color: #294460 !important;
  text-align: center !important;
  font-size: 36px !important;
}

.jobsflow__overlay__content {
  font-size: 22px !important;
  letter-spacing: 0.4px !important;
  line-height: 1.2em !important;
}

.jobsflow_spacing {
  margin: 0 0 40px 0;
}

.h_teaser h2 {
  font-size: 3.5em !important;
  line-height: 1.5;

}

.intro {
 
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center !important;
  color: #585858;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
}



@media only screen and (max-device-width : 320px) {

  .intro p{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
  }
}

@media only screen and (min-device-width : 321px) {

  .intro p{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .intro p {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 300;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .intro p {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 300;
    }
}

@media only screen and (min-device-width : 1200px) {
  .intro p {
    font-size: 34px;
    line-height: 1.2;
    width: 850px !important;
    margin: 0 auto;
    padding-bottom: 20px;
    font-weight: 300;
  }
}

.inndes p, .inndes li{
  
  font-weight: 300 !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
}

@media only screen and (max-device-width : 320px) {

  .inndes p, .inndes li{
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 0;
  }
}

@media only screen and (min-device-width : 321px) {

  .inndes p, .inndes li{
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 0;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .inndes p, .inndes li {
    font-size: 26px;
    line-height: 1.5;
    margin: 0 auto;
    padding-bottom: 20px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .inndes p, .inndes li {
    font-size: 26px;
    line-height: 1.5;
    margin: 0 auto;
    padding-bottom: 20px;
    }
}


@media only screen and (min-device-width : 1200px) {
  .inndes p, .inndes li {
    font-size: 26px;
    width: 850px !important;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 1.5;
  }
}

.heart-shape {
  position: relative;
  
  display: inline-block;  
  width: 4vh;
  height: 4vh;
  transform: rotate(45deg);
  background-color: #2d2d2d;
}

.heart-shape::before,
.heart-shape::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2d2d2d;
  }

.heart-shape::before {
    bottom: 0;
    left: -50%;
  }
  
.heart-shape::after{
    top: -50%;
    right: 0;
  }


.heart-shape .love{
  transform: rotate(0deg) !important;
}

@media only screen and (max-device-width : 320px) {
  .inner {
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 50%;
    transform: translate(20%, 20%);
  }
}  

@media only screen and (min-device-width : 321px) {
  .inner {
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 50%;
    transform: translate(20%, 20%);
  }
}  

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .inner {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 50%;
    transform: translate(20%, 20%);
  }
}  

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .inner {
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 50%;
    transform: translate(20%, 20%);
  }
}  


@media only screen and (min-device-width : 1200px) {
  .inner {
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 50%;
    transform: translate(20%, 20%);
  }
}  

.heart {
  position: relative;
  width: 100px;
  height: 90px;
}

@media only screen and (max-device-width : 320px) {
  .heart:before,
  .heart:after {
    position: absolute;
    content: "";
    left: 30px;
    top: -2px;
    width: 40px;
    height: 50px;
    background: #2d2d2d;
    border-radius: 50% 50% 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }
  
  .heart:after {
    left: -8px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
}  

@media only screen and (min-device-width : 321px) {
  .heart:before,
  .heart:after {
    position: absolute;
    content: "";
    left: 30px;
    top: -2px;
    width: 40px;
    height: 50px;
    background: #2d2d2d;
    border-radius: 50% 50% 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }

  .heart:after {
    left: -5px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
}  

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .heart:before,
  .heart:after {
    position: absolute;
    content: "";
    left: 40px;
    top: -5px;
    width: 50px;
    height: 70px;
    background: #2d2d2d;
    border-radius: 50% 50% 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }

  .heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
}  

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .heart:before,
  .heart:after {
    position: absolute;
    content: "";
    left: 40px;
    top: -5px;
    width: 50px;
    height: 70px;
    background: #2d2d2d;
    border-radius: 50% 50% 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }

  .heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
}  


@media only screen and (min-device-width : 1200px) {
  .heart:before,
  .heart:after {
    position: absolute;
    content: "";
    left: 40px;
    top: -5px;
    width: 50px;
    height: 70px;
    background: #2d2d2d;
    border-radius: 50% 50% 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }

  .heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
}  

/*
.heart:before,
.heart:after {
  position: absolute;
  content: "";
  left: 40px;
  top: -5px;
  width: 50px;
  height: 70px;
  background: #2d2d2d;
  border-radius: 50% 50% 50% 50%;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  border: 1px solid #000;
}
.heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}


position: absolute;
content: "";
left: 40px;
top: -5px;
width: 50px;
height: 70px;
background:
#2d2d2d;
-moz-border-radius: 50px 50px 0 0;
border-radius: 50%;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
*/

.peart-shape{
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2d2d2d;
}
.peart-shape:before,
.peart-shape:after{
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d2d2d;
}
.peart-shape:before{
  bottom: 0px;
  left: -100px;
}
.peart-shape:after{
  top: -100px;
  right: 0px;
}

@media only screen and (max-device-width : 320px) {
  .bv_message .c_top,
  .bv_message .c_cont,
  .bv_message .c_bot  {
    font-size: 20px !important;
    line-height: 1.0 !important;
    text-align: left !important;
  }
}

@media only screen and (min-device-width : 321px) {
  .bv_message .c_top,
  .bv_message .c_cont,
  .bv_message .c_bot  {
    font-size: 20px !important;
    line-height: 1.0 !important;
    text-align: left !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .bv_message .c_top,
  .bv_message .c_cont,
  .bv_message .c_bot  {
    font-size: 30px !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .bv_message .c_top,
  .bv_message .c_cont,
  .bv_message .c_bot  {
    font-size: 30px !important;
    line-height: 0.8 !important;
    text-align: center !important;
  }
}

@media only screen and (min-device-width : 1200px) {
  .bv_message .c_top,
  .bv_message .c_cont,
  .bv_message .c_bot  {
    font-size: 30px !important;
    line-height: 0.8 !important;
    text-align: center !important;
  }
}

.bv_message .c_top {
  margin-top: 30px;
  
}

.bv_message .c_bot {
  margin-bottom: 30px;
}


/*
@media (max-width: 600px) {
  .panels2{
    width: 50%!important;
    padding-bottom: 50%!important;
    float: left;
  }
*/
.ourteam {
  color: #fff !important;
  
}

.ourteam h2 {
  color: #fff !important;
}

.ourteam p{
  
  font-weight: 300 !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 

}

.ourteam p a, .inndes p a, .inndes li a {
 color: #e01f5c;
 text-decoration: none;
 font-weight: 400 !important;
}

.ourteam p a:hover,  .ourteam p a:focus, .inndes p a:hover,  .inndes p a:focus,  .inndes li a:hover, .inndes li a:focus {
 color: #e01f5c;
 text-decoration: underline;
 font-weight: 400 !important;
}

@media only screen and (max-device-width : 320px) {

  .ourteam p{
    font-size: 22px;
    line-height: 1.5;
  }

  .ourteam h2{
    padding-top: 60px;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : portrait) {

  .ourteam p{
    font-size: 24px;
    line-height: 1.5;
  }

  .ourteam h2{
    padding-top: 40px;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : landscape) {

  .ourteam p{
    font-size: 24px;
    line-height: 1.5;
  }

  .ourteam h2{
    padding-top: 30px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .ourteam p {
    font-size: 26px;
    line-height: 1.5;
    margin: 0 auto;
    padding-bottom: 20px;
    }

    .ourteam h2{
    padding-top: 0;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .ourteam p {
    font-size: 26px;
    line-height: 1.5;
    margin: 0 auto;
    padding-bottom: 20px;
    }

    .ourteam h2{
    padding-top: 0;
  }
}

@media only screen and (min-device-width : 1200px) {
  .ourteam p {
    font-size: 26px;
    width: 850px !important;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 1.5;
  }

  .ourteam h2{
    padding-top: 60px;
  }
}


.featuredlinks p {
  margin: 0 !important;
  font-weight: 300 !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
  padding: 0 !important;
  
}

@media only screen and (max-device-width : 320px) {

  .featuredlinks p { 
    font-size: 22px;
    letter-spacing: -1.6px;
  }
}

@media only screen and (min-device-width : 321px) {

  .featuredlinks p {
    font-size: 22px;
    letter-spacing: 0;
  }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .featuredlinks p {
    font-size: 26px;
    letter-spacing: -1.8px;
    }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .featuredlinks p {
    font-size: 26px;
    letter-spacing: 2.0px;
    }
}

@media  (min-device-width : 1200px) {

  .featuredlinks p{
     font-size: 26px;
     letter-spacing: 2.6px;
  }
}


.featuredlinks p a {
    text-decoration: none;
    margin: 120px 0 0 0 !important;
    font-weight: 300 !important;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
    color: #fff;
    vertical-align: bottom !important;

}

.featuredlinks p a:after {
    margin: 0 !important;
    font-weight: 300 !important;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
    color: #fff;
    content: "";
    display: inline-block;
    background: url("https://www.binaryvision.com/wp-content/uploads/2016/04/arrowwhite.png") no-repeat 0 0;
    width: 25px;
    height: 19px;
    vertical-align: middle !important;

}

.contact-intro {
    color: #3e3e3e !important;
}

@media only screen and (max-device-width : 320px) {

  .contact-intro { 
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (min-device-width : 321px) {

  .contact-intro {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .contact-intro {
    font-size: 34px;
    line-height: 1.3;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .contact-intro {
     font-size: 34px;
    line-height: 1.3;
    }
}

@media only screen and (min-device-width : 1200px) {

  .contact-intro {
      font-size: 34px;
    line-height: 1.3;
  }
}

@media only screen and (max-device-width : 320px) and (orientation : portrait) {

 .page .entry-content h6 {
    margin-top: 5px;   
  }
}

@media only screen and (max-device-width : 320px) and (orientation : landscape){

 .page .entry-content h6 {
    margin-top: 60px;   
  }
}

@media only screen and (min-device-width : 321px) and (orientation : portrait) {

  .page .entry-content h6 {
    margin-top: 30px;   
  }
}

@media only screen and (min-device-width : 321px) and (orientation : landscape) {

  .page .entry-content h6 {
    margin-top: 5px;   
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .page .entry-content h6 {
    margin-top: 20px;   
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .page .entry-content h6 {
    margin-top: 10px;   
  }
}

@media only screen and (min-device-width : 1200px) {

  .page .entry-content h6 {
    margin-top: 30px;   
  }
}

/*
.mgt-promo-block.text-size-large .mgt-promo-block-content .btn {
    margin-top: 2px !important;
}
*/
.mgt-button.mgt-style-green:hover,
.mgt-button.mgt-style-red:hover {
    background: #ffffff;
}

.entry-content a {
 color: #e01f5c;
 text-decoration: none;
}

.entry-content a:hover,  .entry-content a:focus {
 color: #e01f5c;
 text-decoration: none;
}


.entry-content img {
    height: auto;
    max-width: 100%;
    margin: 0 auto !important;
}

.txt_shadow {
  text-shadow:2px 2px 2px #000000;
}
 
 .mgt-button.mgt-style-red {
    background: #009d9d;
}

.quote-overlay {
    width: 790px;
}

.mgt-promo-block .mgt-promo-block-content {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

/*----- Portofolio section starts here ------*/

.portfolio-navigation-prev:before {
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px !important;
    width: 100px;
    text-align: center;
    right: -75px;
    display: block;
    background: #f4f4f4;
    height: 50px;
    top: 25px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    content: attr(data-name);
}
.portfolio-navigation-next:before {
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px !important;
    width: 100px;
    text-align: center;
    left: -75px;
    display: block;
    background: #f4f4f4;
    height: 50px;
    top: 25px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    content: attr(data-name);
}

.portfolio-filter a {
    font-family: "SciFly-Sans",Arial,Helvetica,sans-serif !important;
    font-size: 26px !important;
    text-transform: none !important;
    display: inline-block;
    padding: 5px 0;
    color: #294460;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 0.75px;
    margin: 0 10px;
    text-decoration: none;
}

 .flex-control-paging {
  z-index: 0 !important;
 }

.portfolio-list {
    overflow: visible !important;
}
.portfolio-filter .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.portfolio-filter a:first-child {
    margin-left: 0;
}
.portfolio-filter a.view-all {
    color: #1151d3;
}
.portfolio-filter a:hover, 
.portfolio-filter a.active {
    font-weight: 400;
    color: #294460 !important;
    text-decoration: none;
    border-bottom: 2px solid #e01f5c !important;
}
.portfolio-item-block {
    background: transparent !important;
    width: 25%;
    padding-bottom: 25%;
    position: relative;
    overflow: hidden;
    float: left;
}

.portfolio-list.portfolio-with-spaces .portfolio-item-block,
.portfolio-list.portfolio-with-spaces .portfolio-item-block {
    border: 15px solid transparent !important;
}

/*-------Quotes ------*/

body .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url("img/arrow-left-big.png");
    opacity: 0.9;
    position: absolute;
    left: -130px;
    margin-top: -35px;
    top: 50%;
}

body .owl-theme .owl-controls .owl-buttons div.owl-next{
    background-image: url("img/arrow-right-big.png");
    opacity: 0.9;
    position: absolute;
    right: -130px;
    margin-top: -27px;
    top: 50%;
}

/*
.vc_row.vc_row-fluid .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 1px;
}
.vc_row.vc_row-fluid  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 1px;

    */

.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-style: italic !important;
   
}  

@media only screen and (max-device-width : 320px) and (orientation : portrait) {

   .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-size: 22px;
  }
}

@media only screen and (max-device-width : 320px) and (orientation : landscape){

    .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-size: 22px;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : portrait) {

  .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-size: 24px;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : landscape) {
    
  .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content{
    font-size: 24px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-size: 26px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
   .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-size: 26px;
  }
}

@media only screen and (min-device-width : 1200px) {

   .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-size: 30px;
    }
}

.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-style: normal;
    padding-left: 40px !important;  
}

@media only screen and (max-device-width : 320px) and (orientation : portrait) {

   .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 22px;
  }
}

@media only screen and (max-device-width : 320px) and (orientation : landscape){

    .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 22px;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : portrait) {

  .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width : 321px) and (orientation : landscape) {
    
  .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
   .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width : 1200px) {

   .mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 30px;
    }
}


/* VC custom styles */

.box_size{
  width: 250px !important; 
}

.client_box {
  width: 1000px !important;
  margin: 10px 100px 10px 100px;
}

.mgt-client-review-content {

font-size: 20px;
font-style: normal;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #202b38;
}

.mgt-client-review-content:before {
display: block;
content: "\201C";
position: absolute;
left: 23px;
font-size: 30px;
}

.mgt-client-review-content:after{
display: inline-block;
content: "\201D";
font-size: 30px;
top: 0;
}

.mgt-client-reviews .mgt-client-review.text-dark h5 {
    color: #202b38;
}

.grey_bg {
    background: #963933;
    width: 1920px !important;
}

.hpromo p {
  font-size: 1.5em !important;
}
/*
video#bgvid { 
    position: relative;
    top: 200px;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: urlhttps://s3-eu-west-1.amazonaws.com/bv2/videoposter.jpg) no-repeat;
    background-size: cover; 
}

video { display: block; }

.site-inner {
    margin: 0 auto;
    max-width: 75rem;
    padding: 0 0.9375rem;
    top: 200px;
}*/

/* =============================================================================
  CONTENT
============================================================================= */
/*.content {
  position: relative;
  top: 30%;
  z-index: 2;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.content__heading {
  margin-bottom: 24px;
  color: #272727;
  font-size: 44px;
}

.content__heading h2{
  font-size: 44px !important;
}

.content__teaser {
  margin-bottom: 24px;
  color: #595959;
  font-size: 22px;
}

.content__cta {
  display: inline-block;
  margin: 0;
  padding: 12px 48px;
  color: #ff3c64;
  font-size: 22px;
  text-decoration: none;
  border: solid 4px #ff3c64;
}
*/
/* =============================================================================
  VIDEO
============================================================================= */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
 
}

/*
.box2 {  
  width:300px;
  height:200px;
  box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
  margin:5% auto 0 auto; 
  background:url(http://ianfarb.com/wp-content/uploads/2013/10/nicholas-hodag.jpg);
  background-size:cover;
  border-radius:5px;
  overflow:hidden;
}


.overlay    {  background:rgba(0,0,0,.75);
               text-align:center;
               padding:45px 0 66px 0;
               opacity:0;
               -webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease;}

.box2:hover .overlay {
               opacity:1;}

.plus       {  font-family:Helvetica;
               font-weight:900;
               color:rgba(255,255,255,.85);
               font-size:96px;}
*/
/* Gallery Layout */
.portfolio-item-block.slide-item {
    width: 100%;
    float: none;
    height: 300px !important;
    padding-bottom: 0;
}

.portfolio-item-block.portfolio-item-animation-1:hover .portfolio-item-bg {
    opacity: 0.7 !important;
}

.portfolio-item-block h4.title {
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}

@media only screen and (min-device-width : 800px) {
    .portfolio-item-block h4.title {
    text-shadow: none;
  }
}


.portfolio-item-block .sub-title {
    font-size: 12px !important;
    color: #ffffff !important;
}

.about__you p{
  font-weight: 400 !important;
  font-size: 1.25em !important;
}

.about__you ul, .ourservices ul {
  list-style-type: none !important;
  position: relative;
  margin-left: 1em;
  padding-left: 0;
   clear: both;
}

.about__you li:before, .ourservices li:before {
  content: "\2022";
  position: absolute;
  top: -7px; 
  left: -17px;
  color: #e01f5c;
  margin-right: 5px;
  font-size: 26px;

}

.icon-list, .multicolumn-list{
  margin:0 ;
  padding:0;
}

.num-list {
  margin:0 ;
  padding:0;
}

.icon-list li {
  padding: 0 0 5px 15px;
  display: block;
  position: relative;
  list-style:none;   
}

.num-list li {
  padding: 0 0 5px 15px;
  display: block;
  position: relative;
  list-style: decimal;   
}

.multicolumn-list li {
  padding: 0 0 5px 15px;
  display: block;
  position: relative;
  list-style:decimal;
  float: left;
    
}

.nobullet {
  color:#dc255e;
  padding-right: 5.0px;
}

.icon-list li:before, .multicolumn-list li:before, .num-list li:before {
  position: absolute;
  left:-10px;
  top:-8px;
  color:#dc255e;

}

@media  (max-device-width : 320px) {

 .icon-list li:before, .multicolumn-list li:before, .num-list li:before, .nobullet { 
    font-size: 32px;
  }
}

@media  (min-device-width : 321px) {

  .icon-list li:before, .multicolumn-list li:before, .num-list li:before, .nobullet {
    font-size: 32px;
  }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .icon-list li:before, .multicolumn-list li:before, .num-list li:before, .nobullet {
    font-size: 36px;
    }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .icon-list li:before, .multicolumn-list li:before, .num-list li:before, .nobullet {
    font-size: 36px;
    }
}

@media  (min-device-width : 1200px) {

  .icon-list li:before, .multicolumn-list li:before, .num-list li:before, .nobullet {
     font-size: 36px;
  }
}



.multiColumn ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;   
}


.bullet li:before {
 content: '\2022';
}

ol {
   list-style: none;
 }
 .num-list li {
   counter-increment: item;
   margin-bottom: 5px;
 }
 .num-list li:before {
   content: counter(item);
 }

@media (min-width: 1200px) {
  .icon-list{
    width: 850px !important;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.numbered ol {
  list-style-type: none;
  counter-reset: section;
 -moz-columns: 2 50px;
    -moz-column-gap: 40px;
    -webkit-columns: 2 50px;
    -webkit-column-gap: 40px;
    columns: 2 50px;
    column-gap: 40px;
}

.numbered ol li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

.numbered ol li:before {
    counter-increment: section;
  content: counter(section) ".";
  margin: 8px 0 0 16px;
  width: 2em;
  display: inline-block;
  position: absolute;
  color: #e01f5c;
}

.hp__blurb{
  font-weight: 400 ;
}

.people-think {
  -webkit-animation-duration: 10s !important;
       -moz-animation-duration: 10s !important;
         -o-animation-duration: 10s !important;
            animation-duration: 10s !important;

  -webkit-animation-delay: 5s !important;
       -moz-animation-delay: 5s !important;
         -o-animation-delay: 5s !important;
            animation-delay: 5s !important;
}  

.think-digital {
  -webkit-animation-duration: 10s !important;
       -moz-animation-duration: 10s !important;
         -o-animation-duration: 10s !important;
            animation-duration: 10s !important;

  -webkit-animation-delay: 10s !important;
       -moz-animation-delay: 10s !important;
         -o-animation-delay: 10s !important;
            animation-delay: 10s !important;
}

 hr{
  border: none;
  border-top: 2px solid #e01f5c;
  text-align: center;
  width: 70px;
  margin: 0 auto 30px !important;
}  

.gen__link-btn {    
    margin-top: 30px !important;
 }   

.gen__link-btn a{    
    padding: 16px 20px !important;
    margin: 30px 0;
    line-height: 1;
    color: #fff !important;
    border: 1px solid #e01f5c !important;
    vertical-align: middle;
    cursor: pointer;
    background: #e01f5c !important;
    text-align: center;
    font-size: 26px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: none !important;
}


.gen__link-btn a:hover {
    background: #fff !important;
    border: 1px solid #e01f5c !important;
    color: #e01f5c !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: none !important;
}

@media only screen and (max-device-width : 320px){

  .gen__link-btn a, .gen__link-btn a:hover { 
     font-size: 18px !important;
  }
}

@media only screen and (min-device-width : 321px){

     .gen__link-btn a, .gen__link-btn a:hover { 
     font-size: 20px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

   .gen__link-btn a, .gen__link-btn a:hover { 
     font-size: 24px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .gen__link-btn a, .gen__link-btn a:hover { 
     font-size: 24px !important;
  }
}

@media only screen and (min-device-width : 1200px) {

  .gen__link-btn a, .gen__link-btn a:hover { 
     font-size: 26px !important;
  }
}

.wocs {
    padding-bottom: 40px !important;
}

/*
.gen__link-btn a:visited {
    background: #e01f5c !important;
    border: 1px solid #e01f5c !important;
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: none !important;
}
*/

.prefooter {
  background-color: #e01f5c; 
}

.prefooter p {
  padding: 20px 0 !important;
  color: #ffffff !important;
  font-weight: 300 !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; 
  text-align: center !important;
 
  margin: 0 auto;
}

@media  (max-device-width : 320px) {

 .prefooter p,
 .c_top,
 .c_cont,
 .c_bot { 
     font-size: 24px ;
  }
}

@media  (min-device-width : 321px) {

  .prefooter p,
  .c_top,
  .c_cont,
  .c_bot {
    font-size: 24px;
  }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .prefooter p,
  .c_top,
  .c_cont,
  .c_bot  {
     font-size: 30px;
    }
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .prefooter p,
  .c_top,
  .c_cont,
  .c_bot  {
    font-size: 30px;
    }
}

@media  (min-device-width : 1200px) {

  .prefooter p,
  .c_top,
  .c_cont,
  .c_bot  {
     font-size: 30px;
  }
}


.prefooter span {
  padding-left: 20px;
  color: #ffffff !important;
}

@media print {
.prefooter{
     display: none !important;
   }
}


footer .container > .row {
    margin: 0;
}

footer {
    padding: 55px 0;
    font-size: 13px;
    background: #293441 !important;
    color: #92959a !important;
}

footer .row .col-sm-4 {
    padding: 0 20px !important;
}

footer h4 {
  font-size: 2.1em;
  color: #b6b9bf !important;
  line-height: 1.5;
  margin: 0 !important;
  padding: 10px 0;
  font-family: "SciFly-Sans", Arial, Helvetica, sans-serif !important;
}

footer p {
  font-size: 1.6em;
  color: #aaadb3; 
  line-height: 1.5;
  margin: 0 !important;
  padding: 0;
}

footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 400;
}

footer .message {
   margin-top: 50px !important;
}

footer .message a{
   
   color: #b6b9bf !important;
   font-weight: 400;
   border: 2px solid #909398;
}

footer .message a:hover {
  background: #e01f5c;
  color: #ffffff !important;
  }

@media only screen and (max-device-width : 320px){

  footer .message a, footer .message a:hover { 
     font-size: 18px;
     padding: 16px;
  }
}

@media only screen and (min-device-width : 321px){

     footer .message a, footer .message a:hover { 
     font-size: 18px;
     padding: 16px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

   footer .message a, footer .message a:hover { 
     font-size: 18px;
     padding: 16px 10px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  footer .message a, footer .message a:hover { 
     font-size: 18px;
     padding: 16px 10px;
  }
}

@media only screen and (min-device-width : 1200px) {

  footer .message a, footer .message a:hover { 
     font-size: 18px;
     padding: 20px;
  }
}    

footer .container img {
    height: auto;
    max-width: 100% !important;
}

footer .container img.rpad {
    padding: 0 10px 0 0;
} 

footer .container .teaser {
  font-size: 2.25em !important;
  line-height: 1.5;
  margin: 0 0 20px 0 !important;
  font-weight: bold;
}

footer .container p{    
    font-size:  1.405em !important;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 2.7rem;
}

footer .container .nudge-call{    
    padding-left: 40px;
}

footer .container .nudge-visit{    
    padding-left: 50px;
}

footer .footer-follow {
   font-size: 1.405em !important;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 2.7rem;
}

footer .small-map {
   float: left;
   width: 150px;
}

footer .addr {
  float: right;
  width: 190px;
  padding-left: 10px;
}

footer .wrap{
    width: 100%;    
}

footer .find-us {
  display: inline-block; 
  width: 170px;
  vertical-align: top;
}

footer .find-us p {
  text-align: left !important;
}

footer p.get-route {
  font-size: 1.0em !important;
  color: #aaadb3 !important; 
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

footer p.g-cloud {
  font-size: 1.4em !important;
  color: #aaadb3 !important; 
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer p.g-cloud a {
  text-decoration: none !important;
}

footer p.g-cloud a:hover {
  text-decoration: underline !important;
}
 

footer .reg__office {
  text-align: center;
}

footer .rmg {
  margin-top: 50px !important;
}

footer a.btn .btn {
  background-color: #e01f5c !important;
  text-transform: none !important;
  padding: 20p !important;
}

footer .drupal {
  margin-top: 2px;
}

@media print {
footer {
     display: none !important;
   }
}


/* =============================================================================
  CONTENT
============================================================================= */
.content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.content__heading h3 {
  position: absolute;
  top: 150px;
  margin-bottom: 24px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  font-weight: normal;
  color: #fff !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  text-transform: none;
  line-height: 1.5;
  text-shadow:2px 2px 2px #000000;

}

.num {
  font-size: 1.4em;
  line-height: 0.2em;
}

/* =============================================================================
  Local stylesheet for the home page (copied it here for other pages)
============================================================================= */
.video {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quotes {display: none;}

.col {
column-count:2;
-moz-column-count:2;
-webkit-column-count: 2;
}

.seet {
    width: 100%;
    height: 424px;
    background-image: url('http://www.binaryvision.com/wp-content/uploads/2016/04/backgroundsec1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.se_bg {
    background-color: #e8eaeb;
    width: 100%;
    height: 950px;
}

.six__quote-spacing {
    margin-top: 30px !important;
}

.qf__separators {
    width: 100%;
    height: 770px;
    background-image: url('http://www.binaryvision.com/wp-content/uploads/2016/04/qf-separator.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}  

.featured__links-bg {
    width: 100%;
    height: 330px;
    background: #e8eaeb url('http://www.binaryvision.com/wp-content/uploads/2016/04/featured__links-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
 
}

.flcontent_bg {
    background-color: #e8eaeb;
    width: 100%;
    height: 700px;
}

.qf__clients {
    width: 100%;
    height: 170px;
    background-image: url('http://www.binaryvision.com/wp-content/uploads/2016/04/qf-separator.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.hq {
    width: 360px;
    height: 360px;
    background-image: url('http://www.binaryvision.com/wp-content/uploads/2016/04/1stquickfacts_greysq.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border-radius: 360px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
}

.tsts {
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 0 40px;
    position: absolute;
    right: 0;
    top: 120px;
    text-align: center;
}

.sc {
    width: 100%;
    height: auto;
}

.featured_links {
    position: absolute;
    top: 0;
    bottom:0;
}  

/* 20.6 Button */

.btn:hover,
input[type="submit"]:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
#jckqv .button:hover {
    background: #e01f5c;
    color: #fff;
    
}

a.btn,
.btn,
.btn:focus,
input[type="submit"],
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button,
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
    padding: 16px 20px !important;
    line-height: 1;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background: #e01f5c;
    border: none;
    border-radius: 0;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    text-transform: none !important;
}


.mgt-button {
    margin-bottom: 10px;
}
body .wpb_column > .wpb_wrapper > .mgt-button:last-child,
body .wpb_text_column .mgt-button:last-child,
body #content .wpb_text_column .mgt-button:last-child {
    margin-bottom: 10px;
}
.mgt-button + * {
    margin-right: 10px;
}
.mgt-button i {
    margin-right: 10px;
}
.mgt-button.mgt-display-newline {
    display: table;
    margin: 0;
}
.mgt-button.mgt-align-left {
    float: left;
    margin-left: 0;
}
.mgt-button.mgt-align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.mgt-button.mgt-align-right {
    float: right;
    margin-right: 0;
}
.mgt-button.mgt-style-solid-invert {
    background: #000000;
}
.mgt-button.mgt-style-solid-invert:hover {
    background: #1151d3;
}
.mgt-button.mgt-style-bordered {
    background: #ffffff;
    border: 3px solid #000;
    color: #000000;
}
.mgt-button.mgt-style-bordered:hover {
    background: #1151d3;
    border-color: #1151d3;
    color: #ffffff;
}
.mgt-button.mgt-style-borderedtransparent {
    background: transparent;
    border: 3px solid #000;
    color: #000000;
}
.mgt-button.mgt-style-borderedtransparent:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
.mgt-button.mgt-style-borderedtransparentwhite {
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
}
.mgt-button.mgt-style-borderedtransparentwhite:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
.mgt-button.mgt-style-grey-invert:hover {
    background: #EEEEEE;
    color: #000000;
}
.mgt-button.mgt-style-grey {
    background: #EEEEEE;
    color: #ffffff;
}
.mgt-button.mgt-style-grey:hover {
    background: #1151d3;
    color: #ffffff;
}
.mgt-button.mgt-style-green {
    background: #79c852;
}
.mgt-button.mgt-style-red {
    background: #f43e3e;
}
.mgt-button.mgt-style-green:hover,
.mgt-button.mgt-style-red:hover {
    background: #000000;
}
.mgt-button.mgt-size-small {
    padding: 10px 20px;
}
.mgt-button.mgt-size-large {
    padding: 22px 55px;
}
.mgt-button.mgt-text-size-small {
    font-size: 11px;
}
.mgt-button.mgt-text-size-large {
    font-size: 18px;
}
.mgt-button.mgt-text-transform-uppercase {
    text-transform: none !important;
}
.mgt-button.mgt-text-transform-none {
    text-transform: none;
}

.btn {
  display: inline-block;
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/*
* Contact form 7 & Ninja Forms 
*/
  
.wpcf7-form p {
    font-weight: normal !important;

}

.wpcf7-form .wpcf7-submit,
.ninja-forms-cont input[type="submit"] {
    background: #e01f5c !important;
    border: 1px solid #e01f5c;
    text-transform: none !important;
    font-size: 26px !important;
    color: #fff;
    font-weight: bold;
    padding: 20px !important;
    min-width: 0!important;  
}
.wpcf7-form .wpcf7-submit:hover,
.ninja-forms-cont input[type="submit"]:hover  {
    color: #e01f5c !important;
}

.panel {
    
    z-index:0; 
    -webkit-transform: translateZ( 0 );
    transform: translateZ( 0 );
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

/*
 *Scrolling
 */

a[ id= "bvmap" ]:target ~ #main article.panel {
    -webkit-transform: translateY( -1000px );
    transform: translateY( -1000px );
}

.flexslider { 
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: static !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;

}

@media (min-width: 768px)
.vc_col-sm-4 {
    width: 50% !important;
}

.navbar .nav > li:not(.menu-item-has-children) > a span:hover::after {
    transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s !important;
    -moz-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s !important;
    -webkit-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s !important;
}

body .flexslider .flex-direction-nav a.flex-prev {
    background: transparent url("img/arrow-left-big.png") no-repeat center center;
    opacity: 1 !important;
    width: 54px;
    height: 54px;
}

body .flexslider .flex-direction-nav .flex-next {
    background: transparent url("img/arrow-right-big.png") no-repeat center center;
    opacity: 1 !important;
    width: 54px;
    height: 54px;
}

input,
input.input-text,
select,
textarea {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    padding: 14px;
    color: #000000;
    font-size: 26px !important;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    line-height: 15px;
    font-weight: 400;
}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11, 
.vc_col-lg-12, 
.vc_col-lg-2, 
.vc_col-lg-3, 
.vc_col-lg-4, 
.vc_col-lg-5, 
.vc_col-lg-6, 
.vc_col-lg-7, 
.vc_col-lg-8, 
.vc_col-lg-9, 
.vc_col-md-1, 
.vc_col-md-10, 
.vc_col-md-11, 
.vc_col-md-12, 
.vc_col-md-2, 
.vc_col-md-3, 
.vc_col-md-4, 
.vc_col-md-5, 
.vc_col-md-6, 
.vc_col-md-7, 
.vc_col-md-8, 
.vc_col-md-9, 
.vc_col-sm-1, 
.vc_col-sm-10, 
.vc_col-sm-11, 
.vc_col-sm-12, 
.vc_col-sm-2, 
.vc_col-sm-3, 
.vc_col-sm-4, 
.vc_col-sm-5, 
.vc_col-sm-6, 
.vc_col-sm-7, 
.vc_col-sm-8, 
.vc_col-sm-9, 
.vc_col-xs-1, 
.vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
min-height: 0 !important;
}

