/*
    Theme Name: virtunet
    Theme URL: http://www.calibreworks.com/
    Description: codename is child theme created from the CalibreFx Theme Framework.
    Author: Calibrefx Team
    Author URI: http://www.calibrefx.com
    Version: 1.0.6
    Template: calibrefx
    Text Domain: virtunet
*/
/*
cd C:\xampp\htdocs\virtunet\wp-content\themes\virtunet
sass --watch _include/css/sassy/sassy.scss:style.css
*/

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Regular.eot');
    src: url('assets/fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Regular.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('assets/fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body .container h1, body .container h2, body .container h3, body .container h4, body .container h5, body .container p, body .container div, body .container li span, body  .container li, body form input, body .spu-content{
	font-family: 'SF Pro Display' !important;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);

body {
  font-family: 'SF Pro Display'; 
  /*font-family: "Open Sans", sans-serif; */
}

html {
  margin: 0;
  font-size: 16px; }

ul {
  padding-left: 0; }

p { 
  margin-top: 0; }

h1 {
  font-size: 42px;
  font-size: 2.625rem; }

h2 {
  font-size: 36px;
  font-size: 2.25rem; }

h3 {
  font-size: 30px;
  font-size: 1.875rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 12px;
  font-size: 0.75rem; }

p {
  font-size: 1rem; }

.wpb_wrapper-gray .wpb_wrapper {
  background: #58585B; }

.heading {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px; }
  .heading:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 50%;
    bottom: 0; }

.heading-blue:after {
  background: #0054A5; }

.heading-white:after {
  background: #fff; }

.heading-left:after {
  left: 0; }

.heading-center:after {
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%); }

.heading-short:after {
  width: 180px; }

.heading-full:after {
  width: 100%;
  left: 0; }

.button {
  display: block;
  padding: 10px 10px;
  min-width: 100px;
  margin-bottom: 35px; }

.button-blue {
  color: #fff;
  background: #0054A5; }

.list-styled ul li {
  padding-left: 30px;
  list-style-type: none;
  position: relative;
  line-height: 2;
  border-bottom: 1px solid #d7d7d7; }
  .list-styled ul li:before {
    position: absolute;
    content: '';
    background: url(_include/img/check.png);
    height: 24px;
    width: 24px;
    height: 18px;
    width: 18px;
    background-size: contain;
    top: 50%;
    left: 5px;
    margin-top: -9px; }

.floating-form {
  position: fixed;
  right: -277px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  z-index: 49; }
  .floating-form .floating-form-left {
    cursor: pointer;
    float: left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #000;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 50%; }
    .floating-form .floating-form-left span {
      display: inline-block;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .floating-form .floating-form-left p {
      display: inline; }
  .floating-form .floating-form-right {
    float: right;
    padding: 30px 30px 0;
    margin-left: -25px;
    background: #000;
    color: #fff; }
    .floating-form .floating-form-right h4 {
      margin: 0; }
  .floating-form .floating-form-left,
  .floating-form .floating-form-right {
    display: inline-block; }
  .floating-form.open {
    right: 0; }

.widget_nav_menu ul {
  margin: 0;
  background: #fff; }
  .widget_nav_menu ul li {
    list-style-type: none; }
    .widget_nav_menu ul li a {
      position: relative;
      padding: 15px 15px;
      display: block;
      font-weight: 600;
      color: #000; }
    .widget_nav_menu ul li:hover, .widget_nav_menu ul li.active {
      background: #f4f4f4;
      background: #f4f4f4; }
      .widget_nav_menu ul li:hover a:before, .widget_nav_menu ul li.active a:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 100%;
        background: #0054A5;
        left: 0;
        top: 0; }

.type-post {
  margin-top: 30px; }

.pagination-container {
  text-align: center; }
  .pagination-container .pagination li {
    display: inline-block; }
    .pagination-container .pagination li a {
      color: #333; }
      .pagination-container .pagination li a:hover {
        color: #000; }

/*
.ult-carousel-wrapper {
  margin-bottom: 0 !important;
  padding-top:0 !important;
  padding-bottom: 0 !important;
}
*/

ul.slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 999; }

.contact-form fieldset input {
  background-color: #CDCDCD;
  color: #fff;
  height: 50px; }

@media (max-width: 768px) {
  .floating-form {
    display: none; } }
/* Social Media Area */
.social-media-share {
  margin-top: 40px;
  margin-bottom: 80px; }

.social-media-share a {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  min-height: 40px;
  border-radius: 5px; }

.social-media-share a {
  margin-right: 10px; }
  .social-media-share a i, .social-media-share a span {
    display: inline-block; }
  .social-media-share a i {
    padding: 8px; }
  .social-media-share a span {
    background: #000;
    margin-left: 5px;
    padding: 10px;
    min-width: 70px;
    border-radius: 5px; }
  .social-media-share a.social-facebook {
    background: #3b5998; }
    .social-media-share a.social-facebook span {
      background: #354f87; }
  .social-media-share a.social-twitter {
    background: #00aced; }
    .social-media-share a.social-twitter span {
      background: #009cd4; }
  .social-media-share a.social-gplus {
    background: #dd4b39; }
    .social-media-share a.social-gplus span {
      background: #BD3C2C; }
  .social-media-share a.social-email {
    background: #000; }
    .social-media-share a.social-email span {
      background: #2b2727; }
  .social-media-share a.social-line {
    background: transparent;
    border: 1px solid #333; }
    .social-media-share a.social-line span {
      background: #fff;
      color: #000; }

.vc_custom_heading.vc_custom_1452157382755,
.vc_custom_heading.vc_custom_1455527201889 {
  background-color: #fff !important;
  color: #09559e !important; }

.breadcrumb-wrapper {
  border-bottom: none !important; }

#before-header {
  background: #003056;
  color: #fff; }
  #before-header .quick-tel {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 600; }
    #before-header .quick-tel a {
      color: #fff; }
  #before-header .searchform {
    text-align: right; }
    #before-header .searchform form {
      margin: 0; }
      #before-header .searchform form .search-form-container {
        position: relative; }
        #before-header .searchform form .search-form-container .search-form {
          border: none;
          outline: none;
          background: #006cd4;
          padding: 10px;
          width: 100%;
          max-width: 300px;
          border-left: 1px solid #fff;
          border-right: 1px solid #fff; }
        #before-header .searchform form .search-form-container .search-form-submit-icon {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 40px; }
          #before-header .searchform form .search-form-container .search-form-submit-icon i {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 18px; }
          #before-header .searchform form .search-form-container .search-form-submit-icon .search-form-submit {
            opacity: 0;
            height: 100%;
            margin-left: -20px; }

#header .site-title {
  float: left;
  padding: 5px; }
#header .navig-menu .navig-icon {
  display: block;
  float: right;
  padding: 10px;
  font-size: 20px;
  cursor: pointer; }
#header .navig-menu #menu-main-menu {
  margin: 0; }
  #header .navig-menu #menu-main-menu li {
    position: relative;
    list-style-type: none; }
    #header .navig-menu #menu-main-menu li a {
      font-weight: 700;
      color: #58585B;
      padding: 20px 15px; }
    #header .navig-menu #menu-main-menu li .sub-menu-triggerer {
      display: none; }
    #header .navig-menu #menu-main-menu li > .sub-menu {
      display: none;
      z-index: 1; }
      #header .navig-menu #menu-main-menu li > .sub-menu li {
        background: rgba(88, 88, 91, 0.9); }
        #header .navig-menu #menu-main-menu li > .sub-menu li:hover, #header .navig-menu #menu-main-menu li > .sub-menu li.active {
          position: relative; }
          #header .navig-menu #menu-main-menu li > .sub-menu li:hover:after, #header .navig-menu #menu-main-menu li > .sub-menu li.active:after {
            display: none;
            position: absolute;
            content: '';
            width: 100%;
            height: 5px;
            background: #0054A5;
            top: 0;
            left: 0; }
      #header .navig-menu #menu-main-menu li > .sub-menu a {
        color: #fff;
        font-weight: 400;
        padding: 10px 15px; }
    #header .navig-menu #menu-main-menu li:hover, #header .navig-menu #menu-main-menu li.active {
      position: relative; }
      #header .navig-menu #menu-main-menu li:hover:after, #header .navig-menu #menu-main-menu li.active:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 5px;
        background: #0054A5;
        top: 0;
        left: 0; }
  #header .navig-menu #menu-main-menu > li:last-child {
    background: #0054A5; }
    #header .navig-menu #menu-main-menu > li:last-child a {
      color: #fff;
      padding: 10px 15px; }

@media (min-width: 992px) {
  .sub-menu li.active, .sub-menu > li:hover {
    background: #A3A3A3 !important; }

  #header .navig-menu {
    float: right; }
    #header .navig-menu .navig-icon {
      display: none; }
    #header .navig-menu #menu-main-menu > li {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      display: inline-block;
  vertical-align: middle;}
      #header .navig-menu #menu-main-menu > li else {
        -webkit-display: inline-flex;
        -moz-display: inline-flex;
        -o-display: inline-flex; }
      #header .navig-menu #menu-main-menu > li a {
        display: inline-block; }
      #header .navig-menu #menu-main-menu > li .sub-menu {
        width: 250px;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translatey(100%);
        -moz-transform: translatey(100%);
        -ms-transform: translatey(100%);
        -o-transform: translatey(100%);
        transform: translatey(100%); }
        #header .navig-menu #menu-main-menu > li .sub-menu a {
          display: inline-block; }
        #header .navig-menu #menu-main-menu > li .sub-menu .menu-item-has-children:after {
          position: absolute;
          content: '\f105';
          font-family: 'fontAwesome';
          color: #fff;
          top: 50%;
          right: 0;
          width: 10px;
          height: 10px;
          -webkit-transform: translatey(-50%);
          -moz-transform: translatey(-50%);
          -ms-transform: translatey(-50%);
          -o-transform: translatey(-50%);
          transform: translatey(-50%); }
        #header .navig-menu #menu-main-menu > li .sub-menu .menu-item-has-children:hover .sub-menu {
          display: inline-block;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transform: translatex(100%);
          -moz-transform: translatex(100%);
          -ms-transform: translatex(100%);
          -o-transform: translatex(100%);
          transform: translatex(100%); }
      #header .navig-menu #menu-main-menu > li:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: #58585B;
        left: -3px;
        top: 50%;
        margin-top: -2px;
        border-radius: 50%; }
      #header .navig-menu #menu-main-menu > li:first-child:before, #header .navig-menu #menu-main-menu > li:last-child:before {
        display: none; }
      #header .navig-menu #menu-main-menu > li:last-child {
        border-width: 0;
        border-style: solid;
        border-color: #fff; }
      #header .navig-menu #menu-main-menu > li:hover > .sub-menu {
        display: block; }
      #header .navig-menu #menu-main-menu > li > .sub-menu:hover {
        display: block; } }
@media (max-width: 992px) {
  .navig-icon {
    display: block; }

  #menu-main-menu {
    display: none; }
    #menu-main-menu li a {
      display: inline-block; }
    #menu-main-menu li .sub-menu {
      position: relative;
      padding-left: 30px; }
      #menu-main-menu li .sub-menu a {
        display: inline-block; }
      #menu-main-menu li .sub-menu.voila {
        display: block !important; }
    #menu-main-menu li.menu-item-has-children > .sub-menu-triggerer {
      font-size: 20px;
      padding: 0 10px;
      display: inline-block !important;
      cursor: pointer; }
      #menu-main-menu li.menu-item-has-children > .sub-menu-triggerer.clicked {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }

  .menu-main-container {
    padding-top: 100px; } }
#footer {
  padding-top: 20px;
  background:#05518b;
  /*border-top: 1px solid #c1c5ca; */}
  #footer p, #footer-widget p {
    font-size: 14px;
    color: #e9e6e1; }
    #footer p a {
      color: #e9e6e1; }
  #footer .cw-logo {
    display:none;
    float: right; }
    #footer .cw-logo img {
      height: 20px; }

#footer-widget {
 /* border-top: 10px solid #0054A5;
  margin-bottom: 35px;*/
  font-size:14px;
  padding-top:30px;
background:#003056;
color:#e9e6e1;}
#footer-widget h4
{
font-size:16px;
  text-transform:uppercase;
}
  #footer-widget .footer-widget-wrapper .widget_sp_image-image-link {
    margin: 20px 0;
    display: block; }
  #footer-widget .footer-widget-wrapper .menu li {
    position: relative;
    list-style-type: none;
    padding: 15px;
    margin-bottom: 10px;
    background: #DCDCDC; }
    #footer-widget .footer-widget-wrapper .menu li a {
      color: #e9e6e1;
      font-weight: 600;
      font-size: 18px; }
    #footer-widget .footer-widget-wrapper .menu li:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      width: 5px;
      background: transparent; }
    #footer-widget .footer-widget-wrapper .menu li.active, #footer-widget .footer-widget-wrapper .menu li:hover {
      background: #c1c5ca; }
      #footer-widget .footer-widget-wrapper .menu li.active:before, #footer-widget .footer-widget-wrapper .menu li:hover:before {
        background: #0054A5; }
  #footer-widget .footer-widget-wrapper #menu-customer-login li {
    background: #0054A5; }
    #footer-widget .footer-widget-wrapper #menu-customer-login li a {
      color: #fff; }
  #footer-widget .footer-widget-wrapper .social-media-wrapper .social-media-list li {
    list-style-type: none;
    display: inline-block; }
    #footer-widget .footer-widget-wrapper .social-media-wrapper .social-media-list li a {
      font-size: 25px;
      padding: 15px;
      color: #1c5e87; }
 #footer-widget .footer-widget-wrapper .social-media-wrapper .social-media-list li a:hover {
color: #46d9bf; }
  #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info {
    margin-top: 20px; }
    #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info li {
      list-style-type: none; }
    #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-phone,
    #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-address,
    #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-email {
      position: relative;
      padding-left: 50px;
      margin-bottom: 20px;
      height: 50px; }
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-phone a,
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-address a,
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-email a {
        display: block;
        line-height: 20px; }
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-phone .icon-wrapper,
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-address .icon-wrapper,
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-email .icon-wrapper {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 40px;
        height: 40px;
        border: #00a1d8 1px solid;
        text-align: center;
        padding-top: 10px; }
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-phone i,
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-address i,
      #footer-widget .footer-widget-wrapper .contact-wrapper .contact-detail .personal-info .contact-email i {
        color: #00a1d8;
        font-size: 18px; }

.personal-info {
  font-size: 14px !important;
  font-family: "Open Sans" !important; }
  .personal-info a {
    color: #e9e6e1 !important; }

.white {
  color: #fff; }

.no-margin p {
  margin: 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.img-responsive {
  width: 100%;
  height: auto; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 1200px) {
  .col-lg-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 992px) {
  .text-left-md-up {
    text-align: left; }

  .text-center-md-up {
    text-align: center; }

  .text-right-md-up {
    text-align: right; } }
.latest-news h4 {
  color: #000; }
.latest-news .the-tags {
  margin-bottom: 10px; }
  .latest-news .the-tags i {
    margin-right: 10px; }
    .latest-news .the-tags i:not(:first-child) {
      margin-left: 15px; }
  .latest-news .the-tags a {
    color: #8a8a8a; }
.latest-news .latest-news-wrapper {
  float: left;
  padding: 15px 0; }
  .latest-news .latest-news-wrapper:not(:last-child) {
    border-bottom: 1px solid #aaaaaa; }
  .latest-news .latest-news-wrapper img {
    float: left;
    margin-right: 10px; }
  .latest-news .latest-news-wrapper .news-info h4 {
    margin: 0;
    line-height: 1;
    margin-bottom: 10px; }
  .latest-news .latest-news-wrapper .news-info a {
    color: #000; }
  .latest-news .latest-news-wrapper.first img {
    float: none;
    margin-right: 0px; }
  .latest-news .latest-news-wrapper.first h4 {
    margin: 15px 0 0;
    line-height: 1; }
  .latest-news .latest-news-wrapper .the-tags {
    margin-bottom: 10px; }

.news-archive-wrapper {
  padding: 15px 0; }
  .news-archive-wrapper .news-archive .news-column {
    margin-bottom: 30px; }
    .news-archive-wrapper .news-archive .news-column a {
      color: #000; }
      .news-archive-wrapper .news-archive .news-column a img {
        margin-bottom: 10px; }
      .news-archive-wrapper .news-archive .news-column a h5 {
        margin: 0;
        margin-bottom: 0; }
      .news-archive-wrapper .news-archive .news-column a .date {
        color: #8a8a8a;
        margin-bottom: 10px; }
        .news-archive-wrapper .news-archive .news-column a .date i {
          margin-right: 10px; }
      .news-archive-wrapper .news-archive .news-column a .the-excerpt {
        color: #4c4c4c; }

.news-sidebar {
  margin-top: 30px; }

.page-numbers li {
  display: inline; }
  .page-numbers li a,
  .page-numbers li span {
    color: #6b6b6b;
    padding: 10px;
    text-align: center;
    border: 1px solid #c1c5ca;
    height: 40px;
    width: 40px;
    display: inline-block;
    font-weight: 600; }
    .page-numbers li a:hover, .page-numbers li a.current,
    .page-numbers li span:hover,
    .page-numbers li span.current {
      color: #fff;
      background: #0054A5; }
    .page-numbers li a.next,
    .page-numbers li span.next {
      color: #0054A5; }
      .page-numbers li a.next:hover,
      .page-numbers li span.next:hover {
        color: #fff; }

.widget {
  background: #ddd; }
  .widget .widgettitle {
    background: #0054A5;
    margin: 0 0 10px;
    padding: 10px;
    color: #fff; }
  .widget ul li {
    list-style-type: none; }
    .widget ul li a {
      font-size: 16px;
      color: #333;
      padding: 5px 10px;
      display: block; }

.img-full {
  width: 100%; }
  .img-full .wpb_wrapper {
    width: 100%; }
    .img-full .wpb_wrapper .vc_single_image-wrapper {
      width: 100%; }
      .img-full .wpb_wrapper .vc_single_image-wrapper img {
        width: 100%; }

.post-info,
.post-edit-link,
.post-edit-link + a {
  display: none; }

.ul.slick-dots {
  bottom: 0; }

/*# sourceMappingURL=style.css.map */
.thumb-img {
  overflow: hidden;
  height: 200px;
  border: 1px solid #f4f3f3;
}
.thumb-img img {
  height: 100%;
}
.tptn_posts_widget ul {
 list-style-type: none;
margin-top: -15px;
}
.tptn_posts_widget ul li{
  padding-bottom: 7px;
}
.wpp-list li a, #footer-widget p a {
  color:#e9e6e1;
}
.wpp-list li a:hover, #footer-widget p a:hover {
text-decoration: underline;
  color:#46d9bf;
}
.wpp-list li {
  padding-bottom:10px;
}
.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {
  color:#e9e6e1;
}
.frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
  background:#00a1d8;
  box-shadow:0 0px 0px!important;
         }
.frm_style_formidable-style.with_frm_style input[type="submit"]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
  background: #46d9bf;
  box-shadow:0 0px 0px!important;}
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  background-color:#e9e6e1;
  color:#666666;
  border-width:0px!important;
  border-color:#00a1d8;
}
.frm_style_formidable-style.with_frm_style .form-field input:focus:not([type="file"]), .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
background-color:#cfcccc;
  color:#666666;}
.textwidget .fa-building,.textwidget .fa-phone,.textwidget .fa-envelope {
position:absolute;
  margin: 0 10px 10px 0;
}
.footer-details {
  display:block;
  padding-left:25px;
}
#footer-widget img {
  margin: 20px 0px;
}
#before-header .searchform form .search-form-container .search-form {
  background: #05518b;
  border:0px!important;
}
#header .navig-menu #menu-main-menu li a {
text-transform:uppercase;
}
#header::after, #header::before {
    display:none;
}
#header .navig-menu #menu-main-menu > li::before {
  display:none;
}

#header {
  margin-bottom:0px!important;
}
@media only screen and (min-width: 1025px) {
  .ult-carousel-wrapper {
  padding: 20px 0px;
}
  .virtunet-homepage-awards {
    font-size:25px;
    font-weight: 400!important;
    line-height: 1.5!important;
    margin-right:150px!important;
  }
  .makingitawesome_header {
    left: 150px!important;
  }
  #menu-main-menu li.menu-item-has-children a:after  {
  content:"  \f107";
  font-family: FontAwesome;
}
#menu-main-menu li.menu-item-has-children ul li a:after  {
  content:'';
}
}
.fa-check {
  color: #00a1d8;
}
.industries-contact a, .contact-page a{
  color:#333;
  text-decoration:none;
}
.industries-contact a:hover, .contact-page a:hover{
  color:#00a1d8;
  text-decoration:underline;
}
.ictstrategy li {
margin-bottom:10px;
}
.frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style, .frm_style_formidable-style.with_frm_style .frm_error_style  {
  background-color:#05518b!important;
}
.frm_message {
  color:#ffffff!important;
}
.company .company_logo, .job_listing .company_logo {
  display:none!important;
}
#footer-credit-wrapper .credits p:after {
  content: ' ABN 73 134 012 061.';
}







#before-header .searchform form .search-form-container .search-form {
  background: #fff;
  color: #000;
  margin: 5px 0;
  padding: 5px;
}
#before-header .searchform form *::place-holder{
  color: #000;
}
#before-header .searchform form *::-webkit-input-placeholder {
  color: #000;
}
#before-header .searchform form *::-moz-placeholder {
  color: #000;
}
#before-header .searchform form *:-ms-input-placeholder {
  color: #000;
}
#before-header .searchform form *:-moz-placeholder {
  color: #000;
}
#before-header {
  color: #000;
}

body .color-white h5, body .color-white p, body .color-white h2, body .color-white h3, body .color-white h1, body .color-white li, body .color-white span{
    color:#fff;
}
.hover-custom-2 a.vc_general:hover {
  /*background: #001f6f !important;*/
}
.hover-custom a.vc_general:hover {
  background: #0156a6 !important;
}
.button-border-white a.vc_general {
  /*border: 1px solid #fff;*/
}
.spu-content h2 {
  margin-bottom: 0;
}

.spu-content input.email {
	width: 100%;
	float: left;
	height: 35px;
	color: #000;
	border-radius: 20px;
	padding: 0 10px;
}
.spu-content .mc-field-group {
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.spu-content input.button {
	height: auto;
	font-size: 16px;
	width: 30%;
	line-height: 1.3;
	padding: 1px;
	text-transform: none;
	height: 35px;
	color: #fff;
	margin-bottom: 0;
	box-sizing: border-box;
	background: #003056;
	border: none;
	display: inline-block;
	float: right;
	position: absolute;
	right: -1px;
}
.spu-content input.button:hover {
	background: #575759 !important;
}
.frm_style_formidable-style.with_frm_style input[type="submit"] {
	background: #0156a6;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 10px 35px;
	text-transform: uppercase;
	min-width: 150px;
	font-weight: bold;
}
.footer-widget-wrapper #mc-embedded-subscribe, .frm_style_formidable-style.with_frm_style input[type="submit"] {
  font-size: 12px;
}
body .button-custom1 a.vc_general:hover, body .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover {
  background: #575759 !important;
}

body .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
  color: #fff;
  border-color: #0156a6;
  background: #0156a6;
  font-size: 12px;
  padding: 11px 16px;
  border-radius: 25px;
  min-width: 150px;
  text-transform: uppercase;
  border: none;
}  

body #footer-widget {
	background: url(assets/img/bg-footer.jpg);
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
body .button-custom1 .vc_btn3-style-gradient-custom {
	background-image: url(assets/img/bg-button-2.png);
	background-position: center;
	background-size: 100% auto;
}
body #footer-widget::before {
  content: "";
  background: rgba(0,0,0,0.8);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;  
  left: 0;
}  
body .vc_custom_heading.nomargin {
	margin: 0;
}
/*.box_img_link .wpb_single_image {
	position: relative;
	overflow: hidden;
}
.box_img_link .wpb_single_image .wpb_singleimage_heading {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.7);
	margin: 0;
	padding: 10px; 
	z-index: 2;
}
.box_img_link .wpb_single_image:hover img {
	transform: scale(1.1);
	transition: all .5s;
}*/

.box_img_link .wpb_wrapper {
	position: relative;
	overflow: hidden;
}
.box_img_link .wpb_wrapper .wpb_single_image::before {
	content: "";
	background: rgba(0,0,0,0.6);
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	transition: all 0.5s;
}
.box_img_link .wpb_wrapper .vc_custom_heading {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 3;
}
.box_img_link .wpb_wrapper .vc_custom_heading {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 3;
}
.box_img_link .wpb_wrapper .vc_custom_heading a {
	font-size: 27px;
	letter-spacing: 4px !important;
}
.box_img_link .wpb_wrapper:hover .wpb_single_image::before {
	background: rgba(0,0,0,0.7);
} 

body .capitalize {
	text-transform: capitalize;
}
body .uppercase {
	text-transform: uppercase;
}

body .ubermenu-skin-minimal {
	font-size: 17px;
}
body .sub-menu-triggerer {
	display: none;
	position: absolute;
	left: 0;
	top: 5px;
}  
body .hide-arrow .sub-menu-triggerer {
	display: none !important;
}
body .menu-img .sub-menu-triggerer {
	bottom: 5px;
	top: auto;
}
body ul ul .sub-menu-triggerer {
	/*display: block;*/
}
body .ubermenu-bound, body .ubermenu-bound-inner .ubermenu-nav {
	position: static;
}
body .ubermenu-submenu-type-mega {
	/*padding: 10px !important;*/
}
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto, .ubermenu .ubermenu-submenu .ubermenu-column {
	position: relative;
	overflow: hidden;
}
.ubermenu-skin-minimal .special.ubermenu-item-level-0 > .ubermenu-target {
	color: #fff;
	background: #0156a6;
}
.ubermenu-skin-minimal .special.ubermenu-item-level-0 > .ubermenu-target:hover{
	color: #fff;
	background: #575759;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
	padding: 17px 20px;
}
.ubermenu .hide-arrow .ubermenu-target-with-image > .ubermenu-target-text {
	font-weight: bold;
} 
body .ubermenu .ubermenu-custom-content-padded {
	padding-top: 0;
	font-size: 15px;
}
.ubermenu .ubermenu-target-with-image > .ubermenu-target-text {
	margin-top: 15px;
}
.ubermenu .hide-title .ubermenu-target-with-image > .ubermenu-target-text {
	display: none;
}
.sub-menu-triggerer .fa-angle-right::before {
	color: #00569e;
}

.three-box h5 {
	margin-top: 0;
	margin-bottom: 0;
}
.title-nomargin h4 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.button-custom-2 .vc_general.vc_btn3.vc_btn3-style-custom {
	width: 100%;
	background: linear-gradient(to right, #0156a6 0%, #003056 50%,#0156a6 100%);
	background-size: cover;
	transition: all .2s ease-in-out;
	background-size: 200% 100%;
}
.footer-widget-wrapper .mc-field-group.input-group {
	margin: 0 auto;
	text-align: center;
}
.button-custom-2 .vc_general.vc_btn3.vc_btn3-style-custom:hover {
	background-position: center right;
	background-size: 120% auto;
}
.footer-widget-wrapper .mc-field-group.input-group strong {
	display: block;
	float: left;
}

body .button-custom {
	color: #ffffff;
	border: none;
	background-color: #0156a6;
	background-image: -webkit-linear-gradient(left, #0156a6 0%, #003056 50%,#0156a6 100%);
	background-image: linear-gradient(to right, #0156a6 0%, #003056 50%,#0156a6 100%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-size: 200% 100%;
}
body .button-custom:hover {
	color: #ffffff;
	background-color: #003056;
	border: none;
	background-position: 100% 0;
}
body .button, body .vc_btn3.vc_btn3-size-sm {
	border-radius: 25px;
	min-width: 150px;
	text-transform: uppercase;
	/*font-weight: normal !important;*/
}
body .button:hover {  
	background: #575759 !important;
}
.frm_style_formidable-style.with_frm_style input[type="submit"]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
	background: #575759;
	box-shadow: 0 0px 0px !important;
	color: #fff;
}
#footer .credits.pull-left a, #footer .credits.pull-left p {
	font-size: 12px;
}
body .ubermenu .ubermenu-target-text {
	font-size: 18px;
	font-weight: bold;
}
body .ubermenu .ubermenu-target {
  padding-bottom: 5px;
  padding-top: 10px;
}
#footer-widget {
	padding-bottom: 20px;
}
.spu-content .input-group label {
	line-height: 1.5;
	vertical-align: top;
}
.spu-content .input-group input[type="radio"] {
	margin-top: 4px !important;
}   

body p, body input, body a, body li, body div {
  letter-spacing: 0 ; 
}
body h1, body  h2, body h3, body h4, body h5{
	letter-spacing: 0;
}
.tp-revslider-slidesli .tp-caption {
	letter-spacing: 0 !important; 
}
#spu-1463 {
	background: url(assets/img/bg_popup.jpg);
	background-size: cover;
}
.spu-content {
	position: relative;
}
#spu-1463::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(1,86,166,0.855);
}
body .ubermenu ul ul .ubermenu-target-text {
	font-weight: normal;
}
.footer-widget-wrapper .mc-field-group input {
	background: #e9e6e1;
	border-radius: 4px;
	border: none;
	height: 32px;
	vertical-align: middle;
} 
body a.vc_general {
	font-weight: bold;
}

.three-box h5 {
  font-size: 21px;
} 
#searchform input {
  font-weight: bold;
}  
#header .site-title {
  padding-left: 0;
}
body .ubermenu .special .ubermenu-target-text {
  font-weight: bold;
}
.box-icon img {
	max-height: 100px;
	width: auto;
}
.box-icon .wpb_content_element {
	margin-bottom: 10px;
}
.box-icon h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.ubermenu .hide-title a.ubermenu-target {
	display: none;
}
.ubermenu .hide-title ul a.ubermenu-target {
	display: block;
}
body .ubermenu .ubermenu-custom-content-padded a, body .ubermenu .ubermenu-custom-content-padded img {
	display: block;
	margin-top: 10px;
	max-width: 100%;
}  
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
	border-top: 1px solid #f1f1f1;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0:hover > .ubermenu-target, body .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	background: #0156a6;
	color: #fff;
}  

body .ubermenu .ubermenu-autocolumn, body .ubermenu .ubermenu-submenu-type-stack {
	padding-top: 0;
	padding-bottom: 0;
}
body .ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
	margin-top: 0;
}
.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child a {
	padding-top: 20px;
}  
.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child .ubermenu-custom-content-padded a {
	padding-top: 0;
}


.slider_home .rs-background-video-layer::before {
	content: "";
	 position: absolute; 
	 display: block; 
	background: rgba(0,0,0,0.7);
	top: 0;
	bottom: 0;
	left: 0;  
	right: 0;
	z-index: 1;
}
.slider_home .rs-background-video-layer{
	position: relative;
}  
.ubermenu .ubermenu-submenu .ubermenu-column  {
    position: unset;
    overflow: visible;
}
body .ubermenu .bold .ubermenu-target-text {
	font-weight: bold;
}
body .ubermenu .bold ul .ubermenu-target-text {
	font-weight: normal;
}
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	padding-bottom: 5px;
}

.ubermenu-tabs-group li ul a.ubermenu-target {
	padding: 0;
}
.ubermenu-tabs-group li ul ul a.ubermenu-target {
	padding: 15px 20px;
}

.ubermenu-tabs-group li ul a.ubermenu-item-layout-text_only {
	padding: 10px 15px 5px 15px;
} 
body .ubermenu ul ul .ubermenu-target-text {
  padding-bottom: 5px;
}
body .ubermenu ul ul .ubermenu-target-text:hover {
	border-bottom: 1px solid #0156a6;
	/*font-weight: bold;*/
  color: #0156a6;
}
.ubermenu-content-block a:hover{
	border-bottom: 1px solid #0156a6;
	padding-bottom: 5px;
}
body .ubermenu .nopadtop .ubermenu-target {
	padding-top: 0;
}  

.three-box .wpb_single_image.vc_align_center {
  margin-bottom: 10px;
}
.three-box .wpb_text_column {
  margin-bottom: 15px;
}




body .pading_top_50{
  padding-top: 50px;
}
body .pading_top_20{
  padding-top: 20px;
}
body .pading_bot_30{
  padding-bottom: 30px;
}  

body .pad-top-bot-30{
  padding-top: 30px;
  padding-bottom: 30px;
}   

body .pad-top-bot-60{
  padding-top: 60px;
  padding-bottom: 60px;
}   
body .pad-top-bot-100{
  padding-top: 100px;
  padding-bottom: 100px;
}   
#content-wrapper .col-pad-20 .vc_column-inner {
	padding: 20px;
}
#content-wrapper .col-pad-40 .vc_column-inner {
	padding: 40px;
}  


.custom-icon-blue .vc_icon_element-icon {
  color: #0156a6 !important;
}
.custom-icon-blue .vc_icon_element.vc_icon_element-outer {
  margin-bottom: 10px;
}
body .vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #0156a6;
  background-color: #0156a6;
}
.news-archive-wrapper .news-archive .news-column a h5 {
  color: #0156a6;
  margin-top: 10px;
}
.news-archive-wrapper .news-archive .news-column a .date {
  margin-top: 7px;
}
body .heading-short::after {
  width: 58px;
  height: 2px;
}
.fa-check {
  color: #0156a6;
  padding-right: 5px;
}
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  background-color: #0156a6;
} 
body .vc_btn3.vc_btn3-style-outline {
  border-radius: 25px;
}




.section-subscribe form, .section-subscribe .gform_body{
  position: relative;
}
.section-subscribe .gform_wrapper .gform_body li.gfield {
  padding-right: 0;
  margin-top: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-right: 0;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 12px;
  height: 40px;
  border-radius: 25px;
  border: none;
  margin-top: 0;
}
.section-subscribe .gform_wrapper .gform_footer.top_label {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  text-align: right;
  overflow: hidden;
  padding: 0;
  width: auto;
}
.section-subscribe .gform_wrapper .gform_footer.top_label input {
  margin: 0;
  float: right;
  height: 40px;
  border: none;
  color: #000;
  overflow: hidden;
}  
.section-subscribe .gform_wrapper .gform_footer.top_label input:hover {
   color: #fff;
} 
.section-subscribe .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding-left: 15px;
}
body .gform_wrapper div.validation_error {
  display: none;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  padding: 0;
  background: no-repeat;
  border: none;
}
.sub-custom .gform_wrapper form {
  max-width: 500px;
}
body .sub-custom .gform_wrapper .gform_footer.top_label input {
  background: #0156a6;
  color: #fff;
}
.header {
	border-bottom: 1px solid #f5f5f5;
}
body .cd-timeline-item-title {
	color: #0156a6;
	font-size: 25px;
}
.credits.pull-left p {
	padding: 0 5px;
}
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 25px;
	padding-bottom: 5px;
}
body .vc_custom_heading {
	margin-top: 0;
}
body .wpb_single_image{
	text-align: left;
	margin-bottom: 20px;
}           
             
body .overlay-black::before {
	content: "";
	display: block !important;
	position: absolute;
	background: rgba(0,0,0,0.8);  
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
body .overlay-black {  
	position: relative;
}
body .overlay-black p, body .overlay-black div, body .overlay-black li, body .overlay-black span, .overlay-black .vc_custom_heading.heading{
	color: #fff;
}  
body .box-dark p, body .box-dark div, body .box-dark li, body .box-dark span, .box-dark .vc_custom_heading.heading{
	color: #fff;
}    
  
body #header .navig-menu .navig-icon {
		display: none;
	}
body .ubermenu-skin-minimal.ubermenu-responsive-toggle {
	text-align: right;
	font-size: 20px;
}
.wpb_text_column ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #0156a6;
	padding-right: 7px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
} 
body .wpb_text_column ul li {
	list-style: none;
	line-height: 1.2;
	font-size: 16px;
	margin-bottom: 0;
}
html, body {
  overflow-x: hidden;
}
.subscribe_wrapper label {
  color: #fff;
}
.section-subscribe .gform_wrapper .gform_body li#field_1_2 {
  margin-top: 15px;
}
.gform_wrapper.subscribe_wrapper .gfield_radio li label, .gform_wrapper.subscribe_wrapper label.gfield_label {
  font-size: 16px;
}
.footer-widget-wrapper .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
  background: #0156a6;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 35px;
  text-transform: uppercase;
  min-width: 150px;
  font-weight: bold;
  font-size: 12px;
}
.footer-widget-wrapper .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 5px;
}
.footer-widget-wrapper .gform_wrapper.subscribe_wrapper .gfield_radio li label {
  font-size: 12px;
}
body .footer-widget-wrapper .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 5px;
}
body .footer-widget-wrapper .gform_wrapper li.hidden_label input {
  height: 30px;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background: #e9e6e1;
  color: #666666;
}

.gform_wrapper *::-webkit-input-placeholder {
  opacity: 1;
  color: #666666;
}
.gform_wrapper *::-moz-placeholder {
  opacity: 1;
  color: #666666;
}
.gform_wrapper *:-ms-input-placeholder { 
  opacity: 1;
  color: #666666;
}
.gform_wrapper *:-moz-placeholder {
  opacity: 1;
  color: #666666;
}
.gform_wrapper *::placeholder{
  opacity: 1;
  color: #666666;
}


/*body #footer-wrapper .frm_style_formidable-style.with_frm_style textarea,*/ body #footer-wrapper .frm_style_formidable-style.with_frm_style input{
  border-radius: 25px;
}



/*---------------popup----------------------*/
.spu-box .gform_wrapper form {
  position: relative;
}
.spu-box  .gform_wrapper .gform_body {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
.spu-box .gform_wrapper .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
body .spu-box  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 35px;
}
.spu-box .gform_wrapper .gform_footer input.button, .spu-box .gform_wrapper .gform_footer input[type="submit"]{
  background: #003056;
}
.spu-box  .gform_wrapper ul.gform_fields li.gfield.gf_list_4col label, .spu-box  .gform_wrapper ul.gform_fields li.gfield.gf_list_4col .ginput_container_radio {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  margin-top: 0;
}
  
.spu-box .gform_wrapper ul.gform_fields li.gfield.gf_list_4col div label {
  margin: 0;
  height: auto;
  max-width: 100%;
  margin-right: 15px;
  margin-left: 2px;
}
.spu-box .gform_wrapper ul.gform_fields li.gfield.gf_list_4col label {
  height: 24px;
  margin-right: 10px;
}
.spu-box .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: auto;
}




body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}
#gform_confirmation_message_1 {
  margin-top: 15px;
}
.vc_row #gform_confirmation_message_1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
body .no-bg .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .no-bg .gform_wrapper textarea.medium {
  background: no-repeat;
  border-bottom: 2px solid #0156a6;
  border-radius: 0;
  border-width: 0 0 2px 0;
}
body .gform_wrapper li.gfield.gfield_error,body  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
}



.footer-widget-wrapper .ginput_container.ginput_container_textarea {
  overflow: hidden;
  border-radius: 10px;
}
.footer-widget-wrapper .gform_wrapper textarea.medium {
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background: #e9e6e1;
}
.gform_wrapper #gform_4 .gform_footer input[type="submit"] {
  margin-top: 15px;
}


@media all and ( max-width: 768px ){
	#before-header .quick-tel {
		font-size: 17px;
	}
}	  