/* OVERALL */
html, body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;   /* For WebKit (Chrome, Safari) */
    -moz-osx-font-smoothing: grayscale;    /* For Firefox on macOS */
    font-smooth: always;                   /* (Not standard, but some browsers read it) */
}

body {
	font-family: 'Outfit', sans-serif !important;
	font-size: 16px;
	color: #0d1630;
	line-height: 1.5em !important;
    /* font-weight: 300; */
}

.text-gradient {
    background: -webkit-linear-gradient(left, #4d6ab2, #e94e3c); /* Safari/old Chrome */
    background: linear-gradient(to right, #4d6ab2, #e94e3c);     /* Standard */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
}

.line-list {
	padding-left: 15px;
	list-style: none;
}

.line-list > li {
	position: relative;
}

.line-list > li::before {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #4d6ab2;
    background-image: linear-gradient(#e94e3c, #4d6ab2);
	display: inline-block;
	position: absolute;
	left: -15px;
	top: 2px;
}

.main-background {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bg-card {
	background-color: #e6e6e6;
	border-radius: 20px 2px 2px 2px;
    background-size: cover;
}

.bg-cover {
    background-size: cover;
}

.indented-up {
    margin-top: -50px;
}

a:not(.btn):hover {
    text-decoration: underline;
}
/* OVERALL - END */



/* HEADER */
.site-logo {
	height: 55px;
	width: auto;
}

header .btn-primary > .nav-link {
	color: #fff !important;
}


@media (max-width: 991px) {
    header #mainNav {
        position: absolute;
        background-color: #fff;
        top: 82.5px;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 15px;
    }
}
/* HEADER - END */



/* FOOTER */
#footer {
	border-radius: 0 20px 0 0;
}

footer a.nav-link {
	color: #fff;
	opacity: 0.8;
}

footer #copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
    footer #copyright {
        text-align: center;
    }

    footer #copyright .menu-holder {
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
    }
}

footer #menu-social {
	flex-direction: row;
}

footer #menu-social .nav-link {
    margin-right: 7.5px;
}

footer #menu-social .menu-item:not(:first-child) .nav-link .icon-holder-square {
	border-radius: 2px;
}

footer #menu-social .nav-link .icon-holder-square {
    background-color: rgba(255, 255, 255, 0.1);
}

footer #menu-social .nav-link .icon-holder-square > * {
    color: #ffffff;
}
/* FOOTER - END */



/* CONTACT FORM */
.wpcf7-form-control {
	width: 100%;
}
/* CONTACT FORM - END */



/* BOOTSTRAP OVERRIDE */
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #28375c;
    background-color: #dbe1ef;
    border-color: #cdd5e9;
}

.alert-primary hr {
    border-top-color: #bbc6e1;
}

.alert-primary .alert-link {
    color: #182138;
}

.badge-primary {
    color: #fff;
    background-color: #4d6ab2;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #3d548e;
}

.bg-primary {
    background-color: #4d6ab2 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #3d548e !important;
}

.border-primary {
    border-color: #4d6ab2 !important;
}

.btn-primary {
    color: #fff;
    background-color: #4d6ab2;
    border-color: #4d6ab2;
}

.btn-primary:hover {
    color: #fff;
    background-color: #425b99;
    border-color: #3d548e;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 106, 178, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #4d6ab2;
    border-color: #4d6ab2;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3d548e;
    border-color: #384e83;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 106, 178, 0.5);
}

.btn-outline-primary {
    color: #4d6ab2;
    background-color: transparent;
    border-color: #4d6ab2;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4d6ab2;
    border-color: #4d6ab2;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 106, 178, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4d6ab2;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4d6ab2;
    border-color: #4d6ab2;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 106, 178, 0.5);
}

.list-group-item-primary {
    color: #28375c;
    background-color: #cdd5e9;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #28375c;
    background-color: #bbc6e1;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #28375c;
    border-color: #28375c;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #cdd5e9;
}

.table-hover .table-primary:hover {
    background-color: #bbc6e1;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #bbc6e1;
}

.text-primary {
    color: #4d6ab2 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #3d548e !important;
}


/*------------------------------------
- COLOR danger
------------------------------------*/
.alert-danger {
    color: #95190f;
    background-color: #fdeeed;
    border-color: #fbdddb;
}

.alert-danger hr {
    border-top-color: #f8c7c4;
}

.alert-danger .alert-link {
    color: #66110a;
}

.badge-danger {
    color: #fff;
    background-color: #ea4235;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    background-color: #d52316;
}

.bg-danger {
    background-color: #ea4235 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #d52316 !important;
}

.border-danger {
    border-color: #ea4235 !important;
}

.btn-danger {
    color: #fff;
    background-color: #ea4235;
    border-color: #ea4235;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e32617;
    border-color: #d52316;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 66, 53, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ea4235;
    border-color: #ea4235;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d52316;
    border-color: #c72114;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 66, 53, 0.5);
}

.btn-outline-danger {
    color: #ea4235;
    background-color: transparent;
    border-color: #ea4235;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ea4235;
    border-color: #ea4235;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 66, 53, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ea4235;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea4235;
    border-color: #ea4235;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 66, 53, 0.5);
}

.list-group-item-danger {
    color: #95190f;
    background-color: #fbdddb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #95190f;
    background-color: #f8c7c4;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #95190f;
    border-color: #95190f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #fbdddb;
}

.table-hover .table-danger:hover {
    background-color: #f8c7c4;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f8c7c4;
}

.text-danger {
    color: #ea4235 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #d52316 !important;
}


/*------------------------------------
- COLOR dark-blue
------------------------------------*/
.alert-dark-blue {
    color: #000000;
    background-color: #4264c9;
    border-color: #365abf;
}

.alert-dark-blue hr {
    border-top-color: #3150ab;
}

.alert-dark-blue .alert-link {
    color: #000000;
}

.badge-dark-blue {
    color: #fff;
    background-color: #0e1731;
}

.badge-dark-blue[href]:hover, .badge-dark-blue[href]:focus {
    color: #fff;
    background-color: #020409;
}

.bg-dark-blue {
    background-color: #0e1731 !important;
}

a.bg-dark-blue:hover, a.bg-dark-blue:focus,
button.bg-dark-blue:hover,
button.bg-dark-blue:focus {
    background-color: #020409 !important;
}

.border-dark-blue {
    border-color: #0e1731 !important;
}

.btn-dark-blue {
    color: #fff;
    background-color: #0e1731;
    border-color: #0e1731;
}

.btn-dark-blue:hover {
    color: #fff;
    background-color: #060915;
    border-color: #020409;
}

.btn-dark-blue:focus, .btn-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 23, 49, 0.5);
}

.btn-dark-blue.disabled, .btn-dark-blue:disabled {
    color: #fff;
    background-color: #0e1731;
    border-color: #0e1731;
}

.btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active, .show > .btn-dark-blue.dropdown-toggle {
    color: #fff;
    background-color: #020409;
    border-color: #000000;
}

.btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 23, 49, 0.5);
}

.btn-outline-dark-blue {
    color: #0e1731;
    background-color: transparent;
    border-color: #0e1731;
}

.btn-outline-dark-blue:hover {
    color: #fff;
    background-color: #0e1731;
    border-color: #0e1731;
}

.btn-outline-dark-blue:focus, .btn-outline-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 23, 49, 0.5);
}

.btn-outline-dark-blue.disabled, .btn-outline-dark-blue:disabled {
    color: #0e1731;
    background-color: transparent;
}

.btn-outline-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-dark-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-blue.dropdown-toggle {
    color: #fff;
    background-color: #0e1731;
    border-color: #0e1731;
}

.btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 23, 49, 0.5);
}

.list-group-item-dark-blue {
    color: #000000;
    background-color: #365abf;
}

.list-group-item-dark-blue.list-group-item-action:hover, .list-group-item-dark-blue.list-group-item-action:focus {
    color: #000000;
    background-color: #3150ab;
}

.list-group-item-dark-blue.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-dark-blue,
.table-dark-blue > th,
.table-dark-blue > td {
    background-color: #365abf;
}

.table-hover .table-dark-blue:hover {
    background-color: #3150ab;
}

.table-hover .table-dark-blue:hover > td,
.table-hover .table-dark-blue:hover > th {
    background-color: #3150ab;
}

.text-dark-blue {
    color: #0e1731 !important;
}

a.text-dark-blue:hover, a.text-dark-blue:focus {
    color: #020409 !important;
}


/* button */
.btn {
	font-size: 14px;
	border-radius: 50px 50px 2px 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    font-weight: 600;
}

.btn:not(.btn-sm) {
	padding: 12.5px 25px;
}

.btn .nav-link {
	padding: 0 !important;
}


/* icons */
.icon-holder-square,
.steps span {
	width: 35px;
	height: 35px;
	position: relative;
	background-color: #edf5f9;
	border-radius: 15px 2px 2px 2px;
    margin-bottom: 15px;
	display: inline-block;
}

.icon-holder-square > *,
.steps span > * {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4d6ab2;
	font-size: 14px;
}

.icon-holder-square.is-red,
.steps span.is-red {
	background-color: #faeaea;
}

.icon-holder-square.is-red > *,
.steps span.is-red > * {
    color: #e94e3c;
}


/* tabs */
.nav-tabs {
	border-bottom: 0px !important;
}

.bg-blue .tab-pane > div,
.bg-blue.row,
.bg-blue.bg-cover {
	background-color: #edf5f9;
}

.bg-red .tab-pane > div,
.bg-red.row,
.bg-red.bg-cover {
	background-color: #faeaea;
}

.bg-dark-blue .tab-pane > div,
.bg-dark-blue.row,
.bg-dark-blue.bg-cover {
	background-color: #000510;
}

.bg-purple .tab-pane > div,
.bg-purple.row,
.bg-purple.bg-cover {
	background-color: #edf0fb;
}

.bg-gray .tab-pane > div,
.bg-gray.row,
.bg-gray.bg-cover {
	background-color: #f4f4f4;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #0e1731;
	background-color: #e6e6e6;
	border-color: transparent;
}

.bg-blue .nav-tabs .nav-item.show .nav-link,
.bg-blue .nav-tabs .nav-link.active {
	background-color: #edf5f9;
}

.bg-red .nav-tabs .nav-item.show .nav-link,
.bg-red .nav-tabs .nav-link.active {
	background-color: #faeaea;
}

.bg-dark-blue .nav-tabs .nav-item.show .nav-link,
.bg-dark-blue .nav-tabs .nav-link.active {
	background-color: #000510;
}

.bg-purple .nav-tabs .nav-item.show .nav-link,
.bg-purple .nav-tabs .nav-link.active {
	background-color: #edf0fb;
}

.bg-gray .nav-tabs .nav-item.show .nav-link,
.bg-gray .nav-tabs .nav-link.active {
	background-color: #f4f4f4;
}

.nav-tabs .nav-link {
	background-color: #0e1731;
    color: #fff;
}

.nav-tabs .nav-link:not(:last-child) {
	margin-right: 5px;
}

.nav-tabs .nav-link:hover {
	border-color: transparent;
	background-color: #edf5f9;
	color: #0e1731;
}

@media (max-width: 767px) {
    .tab-featured-image {
        width: auto !important;
        max-height: 400px;
        margin-bottom: 40px;
    }
}


/* card */
.card {
    border-radius: 2px;
}

.card.semi-radius {
    border-radius: 20px 2px 2px 2px;
}

.card.is-red {
    border: 1px solid #ffb7af;
}
/* BOOTSTRAP OVERRIDE - END */



/* case studies */
#caseStudies .item .wp-post-image {
	height: 350px;
	width: 100%;
	background-clip: revert;
	object-fit: cover;
	object-position: center;
}

#caseStudies .item .category {
	position: absolute;
	z-index: 1;
	background-color: #000;
	padding: 2.5px 15px;
	text-transform: uppercase;
	border-radius: 0 15px 2px 0;
	bottom: 20px;
}

#caseStudies .item .category a {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 600;
}

#caseStudies .item .thumbnail-holder {
    border-radius: 2px;
    overflow: hidden;
}

#caseStudies .item:first-child .thumbnail-holder {
    border-radius: 20px 2px 2px 2px;
}


/* contact form */
/* Base styles for inputs, selects, textareas */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 12.5px 25px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    font-family: "Outfit", sans-serif; /* Keep consistent with site font */
    font-size: 16px;
    color: #0d1630;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover & focus states */
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #4d6ab2; /* theme highlight colour */
    box-shadow: 0 0 6px rgba(77, 106, 178, 0.3);
    outline: none;
}

/* Style textareas */
.wpcf7-form-control.wpcf7-textarea {
	min-height: 120px;
	resize: vertical;
	height: 30px;
}

/* Style select specifically */
.wpcf7-form-control.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
    padding-right: 40px;
}

/* Placeholder styling */
.wpcf7-form-control::placeholder {
    color: #999;
    opacity: 1;
}

/* Greyed-out first option in selects */
.wpcf7-form-control.wpcf7-select option:first-child {
    color: #999;
}

.wpcf7-spinner {
	position: absolute !important;
	top: 10px;
	left: 10px;
}

.semi-radius input {
	border-radius: 20px 2px 2px 2px !important;
}








/* OLD CSS BELOW */

::selection {
	background-color: #577ce8;
	color: #fff;
  }
  
  img.scaled-image {
	  border: 0 !important;
	  margin: 0;
  }
  
  .postid-4477  #dv-contact-section {
	  display: none;
  }
  
  .postid-3966 .post_image_container {
	  display: none;
  }
  
  .survey-banner.scaled-image {
	  max-width: 100% !important;
  }
  
  /* .postid-4174 .post_image_container {
	  display: none;
  } */
  
  .page-id-2438 h1 {
	  color: #fff;
  }
  
  .text-with-icon p {
	  margin-bottom: 10px !important;
  }
  
  .checkBullet i {
	  float: left;
	  width: 3%;
	  color: #5276e0;
  }
  
  .checkBullet li p {
	  float: left;
	  width: 96%;
	  margin-top: -4px;
  }
  
  #menu-item-3904 {
	  position: fixed;
	  z-index: -1;
	  opacity: 0;
	  display: none;
  }
  
  .text-with-icon br {
	  display: none;
  }
  
  .page-id-871 .section-title {
	  text-align: center !important;
  }
  
  .onlineVoting .owl-carousel {
	  float: none !important;
	  width: 100% !important;
  }
  
  #agmVoting {
	  padding: 90px 0 10px 0 !important;
  }
  
  .mobileView {
	  display: none;
  }
  
  #agmProxyManagement {
	  padding: 90px 0 10px 0 !important;
  }
  
  #ourPlatform {
	  padding: 25px 0 130px 0 !important;
  }
  
  .current-menu-parent>a {
	  color: #375cc8!important;
	  font-weight: 400 !important;
  }
  
  .page-template-page-contact h1 {
	  margin-top: 0;
  }
  
  .page-id-990 .banner-video-link,
  .page-id-1168 .banner-video-link,
  .page-id-1162 .banner-video-link,
  .page-id-1191 .banner-video-link,
  .page-id-1173 .banner-video-link,
  .page-id-1260 .banner-video-link,
  .page-id-1260 .banner-video-link {
	  display: none !important;
  }
  
  .page-id-1260 .banner-video-link {
	  display: none !important;
  }
  
  .page-id-2288 .dv-page-title {
	  margin-top: 50px;
  }
  
  /* .videoBanner::before {
	  position: absolute;
	  width: 20px;
	  height: 100%;
	  background: #fff;
	  content: "";
	  top: 0;
	  right: 175px;
  } */
  
  
  .text-contents > h3 {
	  margin-right: 25px;
	  margin-bottom: 0 !important;
	  text-align: center;
	  color: #fff !important;
	  font-size: 1.75rem !important;
	  font-weight: 600 !important;
	  letter-spacing: 0 !important;
  }
  
  .dv-faq li svg {
	  margin-right: 12px;
  }
  
  .videoBanner {
	  text-align: center;
	  position: relative;
  }
  
  .videoBanner.framed {
	  line-height: 0;
	  overflow: hidden;
	  border-radius: 10px;
  }
  
  .videoBanner video {
	  width: 100% !important;
	  transform: scale(1.005);
  }
  
  
  .bookLink {
	  display: block !important;
	  text-align: center !important;
	  margin: 70px auto 0;
	  max-width: 300px;
  }
  
  .guideList li {
	  margin-bottom: 25px;
  }
  
  .postid-2726 .blog-content .dv-heading-block::after {
  display:none !important;
  }
  
  .postid-2726 .process-steps .dv-entry::before {
	  content: '1';
	  font-family: 'Outfit', sans-serif;
	  font-size: 26px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 54px;
	  color: #122c35;
	  background-color: #fafafa !important;
	  width: 50px;
	  height: 50px;
	  border-radius: 50px;
	  display: block;
	  position: absolute;
	  top: -30px;
	  left: 50%;
	  margin-left: -25px;
  }
  
  .contact-us-message.bg-dark {
	  width: 100%;
	  content: "";
	  z-index: 999;
	  background-size: cover !important;
  }
  
  .owl-carousel {
	  height: 160px;
  }
  
  .vero-testimonials .owl-carousel {
	  height: auto;
  }
  
  .home .dv-client-carousel .contact-us-message {
	  display: none !important;
  }
  
  .page-id-767 .mb-0 {
	  padding-top: 0px !important;
  }
  
  .rtitle {
	  font-weight: bold !important;
	  line-height: 20px !important;
	  margin: 0 !important;
	  max-height: 30px !important;
	  overflow: hidden;
	  font-size: 16px !important;
	  min-height: 40px !important;
  }
  
  .page-template-page-blog-php .single-cirrena_blog,
  .page-template-page-blog-php .page-template-page-contact-php  {
	  display: none !important;
  }
  
  .parent-pageid-44 .dv-video-overlay,
  .page-id-2331 .dv-video-overlay,
  .page-id-20 .dv-video-overlay,
  .page-id-990 .dv-video-overlay,
  .page-id-1162 .dv-video-overlay,
  .page-id-1260 .dv-video-overlay,
  .page-id-1173 .dv-video-overlay,
  .page-id-1191 .dv-video-overlay,
  .page-id-22 .dv-video-overlay,
  .page-id-4336 .dv-video-overlay,
  .page-id-1168 .dv-video-overlay,
  .page-id-4313 .dv-video-overlay,
  .page-id-4524 .dv-video-overlay,
  .page-id-1248 .dv-video-overlay,
  .page-id-4571 .dv-video-overlay {
	  display: none;
  }
  
  .parent-pageid-44 .dv-title,
  .page-id-2331 .dv-title,
  .page-id-20 .dv-title,
  .page-id-1162 .dv-title,
  .page-id-1260 .dv-title,
  .page-id-1173 .dv-title,
  .page-id-990 .dv-title,
  .page-id-1191 .dv-title,
  .page-id-22 .dv-title,
  .page-id-4336 .dv-title,
  .page-id-1168 .dv-title,
  .page-id-4313 .dv-title,
  .page-id-4524 .dv-title,
  .page-id-1248 .dv-title,
  .page-id-4571 .dv-title
   {
	  max-width: 570px !important;
	  width: 100%;
  }
  
  .parent-pageid-44 .main-banner-title,
  .page-id-2331 .main-banner-title,
  .page-id-20 .main-banner-title,
  .page-id-1191 .main-banner-title,
  .page-id-1260 .main-banner-title,
  .page-id-1162 .main-banner-title,
  .page-id-1173 .main-banner-title,
  .page-id-22 .main-banner-title,
  .page-id-4336 .main-banner-title,
  .page-id-1168 .main-banner-title,
  .page-id-990 .main-banner-title,
  .page-id-4313 .main-banner-title,
  .page-id-4524 .main-banner-title,
  .page-id-1248 .main-banner-title,
  .page-id-4571 .main-banner-title {
	  font-size: 2.2em;
	  font-weight: bold;
	  text-align: left;
  }
  
  .parent-pageid-44 .bg-image,
  .page-id-2331 .bg-image,
  .page-id-20 .bg-image,
  .page-id-990 .bg-image,
  .page-id-1260 .bg-image,
  .page-id-1173 .bg-image,
  .page-id-1191 .bg-image,
  .page-id-1162 .bg-image,
  .page-id-22 .bg-image,
  .page-id-4336 .bg-image,
  .page-id-1168 .bg-image,
  .page-id-4313 .bg-image,
  .page-id-4524 .bg-image,
  .page-id-1248 .bg-image,
  .page-id-4571 .bg-image {
  
	  width: 35%;
	  height: 300px;
	  position: absolute;
	  right: 7% !important;
	  left: auto;
	  top: 105px;
	  overflow: hidden;
	  border-radius: 50px 0;
  }
  
  .parent-pageid-44 .dv-banner-content .text-center,
  .page-id-20 .dv-banner-content .text-center,
  .page-id-2331 .dv-banner-content .text-center,
  .page-id-1191 .dv-banner-content .text-center,
  .page-id-22 .dv-banner-content .text-center,
  .page-id-4336 .dv-banner-content .text-center,
  .page-id-1260 .dv-banner-content .text-center,
  .page-id-1162 .dv-banner-content .text-center,
  .page-id-1173 .dv-banner-content .text-center,
  .page-id-990 .dv-banner-content .text-center,
  .page-id-1168 .dv-banner-content .text-center,
  .page-id-4313 .dv-banner-content .text-center,
  .page-id-4524 .dv-banner-content .text-center,
  .page-id-1248 .dv-banner-content .text-center,
  .page-id-4571 .dv-banner-content .text-center {
	  text-align: left !important;
  }
  
  .parent-pageid-44 .text-white,
  .page-id-2331 .text-white,
  .page-id-20 .text-white,
  .page-id-990 .text-white,
  .page-id-1191 .text-white,
  .page-id-1260 .text-white,
  .page-id-1173 .text-white,
  .page-id-1162 .text-white,
  .page-id-22 .text-white,
  .page-id-4336 .text-white,
  .page-id-1168 .text-white,
  .page-id-4313 .text-white,
  .page-id-4524 .text-white,
  .page-id-1248 .text-white,
  .page-id-4571 .text-white {
	  /* color: #000 !important; */
  }
  
  
  .parent-pageid-44 .banner-btn,
  .page-id-2331 .banner-btn,
  .page-id-20 .banner-btn,
  .page-id-1191 .banner-btn,
  .page-id-22 .banner-btn,
  .page-id-4336 .banner-btn,
  .page-id-1260 .banner-btn,
  .page-id-1162 .banner-btn,
  .page-id-1173 .banner-btn,
  .page-id-990 .banner-btn,
  .page-id-1168 .banner-btn,
  .page-id-4313 .banner-btn,
  .page-id-4524 .banner-btn,
  .page-id-1248 .banner-btn,
  .page-id-4571 .banner-btn  {
	  float: left;
	  margin-right: 10px;
	  position: relative;
	  top: 12px;
	  background: #577ce8 !important;
	  border: none !important;
  }
  
  .parent-pageid-44 .dv-banner-content .col-md-10,
  .page-id-2331 .dv-banner-content .col-md-10,
  .page-id-20 .dv-banner-content .col-md-10,
  .page-id-1191 .dv-banner-content .col-md-10,
  .page-id-22 .dv-banner-content .col-md-10,
  .page-id-4336 .dv-banner-content .col-md-10,
  .page-id-1260 .dv-banner-content .col-md-10,
  .page-id-1173 .dv-banner-content .col-md-10,
  .page-id-1162 .dv-banner-content .col-md-10,
  .page-id-990 .dv-banner-content .col-md-10,
  .page-id-1168 .dv-banner-content .col-md-10,
  .page-id-4313 .dv-banner-content .col-md-10,
  .page-id-4524 .dv-banner-content .col-md-10,
  .page-id-1248 .dv-banner-content .col-md-10,
  .page-id-4571 .dv-banner-content .col-md-10 {
	  margin: 0;
	  top: 20px;
	  position: relative;
  }
  
  .parent-pageid-44 .dv-banner .dv-title .h-title,
  .page-id-20 .dv-banner .dv-title .h-title,
  .page-id-2331 .dv-banner .dv-title .h-title,
  .page-id-1191 .dv-banner .dv-title .h-title,
  .page-id-1260 .dv-banner .dv-title .h-title,
  .page-id-1173 .dv-banner .dv-title .h-title,
  .page-id-1162 .dv-banner .dv-title .h-title,
  .page-id-22 .dv-banner .dv-title .h-title,
  .page-id-4336 .dv-banner .dv-title .h-title,
  .page-id-990 .dv-banner .dv-title .h-title,
  .page-id-1168 .dv-banner .dv-title .h-title,
  .page-id-4313 .dv-banner .dv-title .h-title,
  .page-id-4524 .dv-banner .dv-title .h-title,
  .page-id-1248 .dv-banner .dv-title .h-title,
  .page-id-4571 .dv-banner .dv-title .h-title {
	  font-size: 1.5rem;
	  font-weight: normal;
	  margin-bottom: 25px;
	  width: 50%;
	  line-height: 33px;
	  text-align: left !important;
  }
  
  .parent-pageid-44 .v-middle,
  .page-id-2331 .v-middle,
  .page-id-20 .v-middle,
  .page-id-1191 .v-middle,
  .page-id-22 .v-middle,
  .page-id-4336 .v-middle,
  .page-id-1162 .v-middle,
  .page-id-1260 .v-middle,
  .page-id-1173 .v-middle,
  .page-id-990 .v-middle,
  .page-id-1168 .v-middle,
  .page-id-4313 .v-middle,
  .page-id-4524 .v-middle,
  .page-id-1248 .v-middle,
  .page-id-4571 .v-middle {
	  position: relative;
	  top: 45%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
  }
  
  .parent-pageid-44 .dv-banner .dv-title span,
  .page-id-2331 .dv-banner .dv-title span,
  .page-id-20 .dv-banner .dv-title span,
  .page-id-990 .dv-banner .dv-title span,
  .page-id-1260 .dv-banner .dv-title span,
  .page-id-1173 .dv-banner .dv-title span,
  .page-id-1162 .dv-banner .dv-title span,
  .page-id-1191 .dv-banner .dv-title span,
  .page-id-22 .dv-banner .dv-title span,
  .page-id-4336 .dv-banner .dv-title span,
  .page-id-1168 .dv-banner .dv-title span,
  .page-id-4313 .dv-banner .dv-title span,
  .page-id-4524 .dv-banner .dv-title span,
  .page-id-1248 .dv-banner .dv-title span,
  .page-id-4571 .dv-banner .dv-title span  {
	  display: none !important;
  }
  
  .related img {
	  margin-bottom: 20px !important;
	  margin-top: 0 !important;
	  min-height: 170px !important;
  }
  
  .related .excerpt-cutter {
	  position: absolute;
	  bottom: -50px;
	  left: 0;
	  width: 100% !important;
	  height: 90px !important;
	  pointer-events: none;
  }
  
  .page-id-2175 .main-banner-title {
	  display: none;
	  opacity: 0;
  }
  
  .boxes-col .bookLink {
	  display: block !important;
	  text-align: center !important;
	  margin: 80px auto 0;
	  max-width: 300px;
  }
  
  .video-section .section-title {
	  margin-bottom: 20px;
  }
  
  .navMobile {
	  display: none;
  }
  .iconDown {
	  position: absolute;
	  right: 25px;
	  bottom: 10px;
	  font-size: 20px;
  }
  
  div.simplesocialbuttons.simplesocialbuttons-float-left-center {
	  left: 7px !important;
	  position: absolute;
	  top: 97%;
  }
  
  .navbar.show {
	  display: none !important;
  }
  
  #headingThree, #headingTwo, #headingFour {
	  position: relative;
  }
  
  .dv-section {
	  padding: 50px 0 !important;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
  }
  
  .big-text ul {
	  margin-bottom: 0;
  }
  
  .black li:last-child {
	  margin-bottom: -10px !important;
  }
  
  .page-id-1555 .mobile-banner {
	  display: none;
	  width: auto !important;
	  margin-top: 0;
	  height: 380px !important;
  }
  
  .carousel-control-prev {
	  left: 20px !important;
  }
  
  .carousel-control-next {
	  right: 20px !important;
  }
  
  .carousel-control {
	  position: absolute;
	  background: rgba(30, 38, 55, 0.6);
	  opacity: 0;
	  color: #fff !important;
	  width: 30px;
	  border-radius: 7.5px;
	  font-size: 14px;
	  height: 30px;
	  top: 50%;
	  transform: translateY(-50%);
  }
  
  .carousel:hover .carousel-control {
	  opacity: 1;
  }
  
  .carousel-control:hover {
	  background: rgba(30, 38, 55, 1);
  }
  
  .carousel-control span {
	  position: absolute;
	  padding: 0 !important;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
  }
  
  .carousel-control i {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  display: block;
  }
  
  
  .carousel-indicators .active {
	  background-color: #000;
  }
  
  .carousel-indicators li {
	  background-color: rgba(0,0,0,.5);
  }
  
  .carousel {
	  position: relative;
	  background: #fff;
	  padding-top: 90px;
  }
  
  .parent-pageid-44 #menu-item-1221::after {
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 0 20px 20px 20px;
	  border-color: transparent transparent #f9fafe transparent;
	  content: "";
	  left: 22px;
	  bottom: -22px;
  }
  
  .card-header {
	  padding: 0;
  }
  
  .card {
	  display: block;
  }
  
  .sub-submenu {
	  position: absolute;
	  background: #f9fafe;
	  top: 33px;
	  width: 180px;
	  left: -50px;
	  display: none;
	  padding: 10px;
  }
  
  .page-id-1555 .mobile-banner {
	  display: none;
	  width: 100%;
	  margin-top: 0;
  }
  
  /* .page-id-1416 #menu-item-1438::after {
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 0 20px 20px 20px;
	  border-color: transparent transparent #f9fafe transparent;
	  content: "";
	  left: 22px;
	  bottom: -22px;
  }
  
  .page-id-1555 #menu-item-1662::after {
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 0 20px 20px 20px;
	  border-color: transparent transparent #f9fafe transparent;
	  content: "";
	  left: 22px;
	  bottom: -22px;
  }
  
  .page-id-44 #menu-item-1221::after {
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 0 20px 20px 20px;
	  border-color: transparent transparent #f9fafe transparent;
	  content: "";
	  left: 22px;
	  bottom: -22px;
  } */
  
  
  .page-id-1555 .about-page {
	  display: none;
  }
  
  .sub-submenu li {
	  width: 100%;
	  display: block;
	  text-align: center;
	  padding: 0;
  }
  
  .show {
	  display:block !important;
  }
  
  .dv-promobox-text {
	  padding: 1rem;
	  padding-top: 0 !important;
	  background: none !important;
  }
  
  .page-id-1645 #dv-contact-section {
	  border: none !important;
  }
  
  .parent-pageid-44 .dv-banner.not-full {
	  padding-top: 42px;
  }
  
  #dv-content .col-md-4:first-child {
	  display: none;
  }
  
  .page-id-1645 .mainHome {
	  display: none;
  }
  
  .sub-submenu a {
	  padding: 7px !important;
	  display: block;
  }
  
  .trusted h2 {
	  font-size: 27px !important;
	  font-weight: 600 !important;
  }
  
  .trusted .owl-item img {
	  filter: grayscale(100%);
	  cursor: pointer;
  }
  
  .trusted .owl-item img:hover {
	  filter: grayscale(0%);
  }
  
  .veroAgmHeader {
	  position: relative;
	  top: 50%;
	  transform: translateY(15%);
  }
  
  .request i {
	  margin-left: 7px;
  }
  
  h1, h2, h4 {
	  letter-spacing: -1px !important;
  }
  
  .h4, h4 {
	  font-size: 17px !important;
	  font-weight: 600 !important;
	  letter-spacing: 0 !important;
	  margin-bottom: 10px !important;
	  text-transform: uppercase !important;
	  line-height: 27px;
  }
  
  .h1, h1 {
	  font-size: 36px;
	  /* font-weight: 300 !important; */
	  letter-spacing: 0 !important;
  }
  
  @media (min-width:1024px) {
  
  }
  
  
  @media (min-width:1200px) {
	  .container {
		  max-width:1200px
	  }
  
  .wp-image-2084 {
	  width: auto !important;
  }
  
  
  }
  
  
  @media only screen and (max-width : 768px) {
	  .page-id-1555 .wmonitor {
		  padding: 60px 0 !important;
		  background: none !important;
		  text-align: center !important;
	  }
  
	  .page-id-1555 .mobile-banner {
		  display: block !important;
	  }
  
	  .lastReq a {
		  float: none !important;
	  }
  }
  
  @media only screen and (max-width : 1024px) {
	  .page-id-1555 .realTime .process-steps.image-to-bottom {
		  padding-bottom: 0 !important;
	  }
  
  }
  
  .page-id-1555 .wmonitor {
	  padding: 45px 0;
	  background: none !important;
	  width: 100% !important;
	  max-width: 100% !important;
	  background-position: center left !important;
	  background-size: 85% !important;
	  background-repeat: no-repeat;
	  height: 470px;
  }
  
  .page-id-1555 .mobile-banner {
	  display: none;
	  width: 100%;
	  margin-top: 0px;
  }
  
  .page-id-1555 .wmonitor {
	  padding: 45px 0;
	  background: none !important;
	  width: 100% !important;
	  max-width: 100% !important;
	  background-position: center left !important;
	  background-size: 85% !important;
	  background-repeat: no-repeat;
  }
  
  .lastReq a {
	  float: right;
  }
  
  /* .page-id-1015 .wmonitor .container {
	  max-width: 810px;
	  z-index: 9999999 !important;
	  position: relative;
  } */
  
  /* .page-id-1015 .wmonitor::before {
	  position: absolute;
	  width: 100%;
	  background: rgba(0,0,0,.4);
	  content: "";
	  height: 100%;
	  top: 0;
	  left: 0;
  } */
  
  .gline {
	  display: block;
  }
  
  .steps .col-md-4 .row {
	  padding-top: 20px;
  }
  
  
  
  
  .mobile4 {
	  display: none;
	  width: 100%;
  }
  
  .services-box-section {
	  background: #E9EFF2;
	  padding: 80px 50px;
  }
  
  .services-box-section h3 {
	  color: #fff !important;
	  font-weight: bold !important;
	  font-size: 25px !important;
	  margin-bottom: 20px !important;
  }
  
  .services-box-section .col-md-3 div {
	  background: #577ce8;
	  padding: 20px;
	  border-radius: 20px 0px 20px 0;
	  color: #fff !important;
	  text-align: center;
	  height: 215px;
  }
  
  .second-btn:hover {
	  color: #577ce8 !important;
  }
  
  .riskHeader {
	  color: #fff !important;
	  text-align: center;
	  padding: 80px 50px;
	  height: auto;
	  width: 50%;
	  float: left;
  }
  
  #dv-contact-section {
	  padding: 90px 0 !important;
  }
  
  
  .risk-list li p {
	  float: left;
	  width: 90%;
	  margin: 0;
	  top: -10px;
	  position: relative;
  }
  
  
  .risk-list ul {
	  list-style: none;
	  margin-top: 60px;
  }
  
  .risk-list li {
	  margin-bottom: 30px;
	  line-height: 1.5em;
	  font-size: 18px;
  }
  
  .risk-list li i {
	  float: left;
	  width: 7%;
	  font-size: 0.9em;
	  position: relative;
	  top: -5px;
	  color: #577ce8;
  }
  
  .boxes-col {
	  padding: 50px 0;
	  text-align: center;
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,.05);
	  position: relative;
  }
  
  /* .boxes-col h4 {
	  font-weight: 100;
	  font-size: 1.2em !important;
	  margin-top: 20px;
  } */
  
  .boxes-col i {
	  position: relative;
	  top: 0px;
	  right: -2px;
	  font-size: 13px;
  }
  
  
  .video-section {
	  padding: 90px 0 50px;
	  text-align: center;
	  background: #f9fafe;
  }
  
  .bannerImg {
	  padding: 0;
  }
  
  .boxes-col img {
	  pointer-events: none;
	  width: 100%;
	  max-width: 250px !important;
	  display: block;
	  margin: 0 auto 10px auto;
  }
  
  .bannerImg img {
	  width: 96%;
  }
  
  .phoneImg img {
	  width: 100%;
  }
  
  .dv-heading-block h1 {
	  text-align: left !important;
  }
  
  .howVideo span {
	  font-size: 17px !important;
  }
  
  .dv-4-icons {
	  padding-top: 30px !important;
  }
  
  .howVideo h1 {
	  text-align: center !important;
  }
  
  .banner-head {
	  background: #577ce8;
  }
  
  .fixed-top {
	  z-index: 9997 !important;
  }
  
  .covidAlert .btn {
	  padding: 4px 25px;
	  margin: 0 11px;
	  font-size: 12px;
  }
  
  .covidAlert {
	  position: absolute;
	  width: 100%;
	  top: 140px;
	  z-index: 999999;
  }
  
  .wmonitor {
	  padding: 100px 0 90px;
	  background: #fff;
	  max-width: 650px;
	  position: relative;
  }
  
  .wmonitor h2 {
	  color: #122c35;
	  letter-spacing: -1px;
	  font-size: 40px;
	  font-weight: 600;
	  margin-bottom: 30px;
  }
  
  .leftText {
	  padding-bottom: 37px;
  }
  
  .leftText .col-md-6:last-child {
	  padding-left: 38px;
	  position: relative;
	  top: 80px;
  }
  
  .requestRist {
	  padding: 30px;
	  margin: 10px auto 0;
	  padding-bottom: 0;
	  text-align: center;
  }
  
  .caseStudy {
	  background: #f9fafe;
	  padding: 100px 50px 50px !important;
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
  }
  
  .caseStudy p {
	  font-size: 1.1em;
	  line-height: 30px;
  }
  
  .caseStudy .col-md-7 {
	  padding: 0 30px;
  }
  
  .caseStudy img {
	  width: 100%;
	  padding: 0 0 40px !important;
  }
  
  .wmonitor h1 {
	  margin-bottom: 30px;
  }
  
  .caseStudy h4 {
	  margin-bottom: 20px;
  }
  
  .caseStudy h4 {
	  margin-bottom: 20px;
  }
  
  .services-box-section .col-md-3::before {
	  position: absolute;
	  content: "";
	  right: -14px;
	  border: 1px solid #577ce8;
	  height: 1px;
	  width: 30px;
	  top: 50%;
  }
  .howItWorks {
	  padding: 80px 50px 0 !important;
	  min-height: 560px !important;
  }
  
  .caseStudy2 {
	  margin: 0 auto;
	  position: relative;
	  top: 60px;
  }
  
  .services-box-section .col-md-3.last::before {
	  border: none !important;
  }
  
  .howItWorks h4 {
	  position: relative;
	  top: 50%;
	  padding-bottom: 30px;
  }
  
  .howItWorks.four h4 {
	  position: relative;
	  top: 90%;
	  padding-bottom: 30px;
  }
  
  .howItWorks.two h4 {
	  position: absolute;
	  top: 100px;
	  padding-bottom: 30px;
	  left: 50%;
	  transform: translateX(-50%);
  }
  
  
  
  .howItWorks.three h4 {
	  position: relative;
	  top: 50%;
	  padding-bottom: 30px;
  }
  
  .howItWorks h4::after {
	  content: "";
	  position: absolute;
	  width: 70px;
	  height: 2px;
	  border: 1px solid #518df7;
	  left: 0;
	  bottom: 0;
  }
  
  .howItWorks.two {
	  box-shadow : 0 -26px 15px -20px rgba(0,0,0,0.05);
	  padding: 0 !important;
	  min-height: 0 !important;
  }
  
  
  .howItWorks.four {
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
	  padding: 0 !important;
	  min-height: 0 !important;
  }
  
  .howItWorks.four .container {
	  background-position-x: 0% !important;
	  background-position-y: 0% !important;
	  background-repeat: repeat !important;
	  background-size: auto !important;
	  background-position: right center !important;
	  background-size: contain !important;
	  background-repeat: no-repeat !important;
	  min-height: 500px;
  }
  
  .howItWorks.five {
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
	  padding: 130px 50px 0 !important;
  }
  
  .howItWorks.two .container {
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-repeat: repeat;
	  background-size: auto;
	  background-position: bottom center;
	  background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 450px;
  }
  
  .howItWorks.three .container {
	  background-repeat: repeat;
	  background-size: auto;
	  background-position: left center;
	  background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 620px;
  }
  
  .howItWorks.five {
	  box-shadow : 0 -26px 15px -20px rgba(0,0,0,0.05);
  }
  
  .howItWorks.three {
	  box-shadow : 0 -26px 15px -20px rgba(0,0,0,0.05);
	  padding: 0 !important;
	  min-height: 0 !important;
  }
  
  .howItWorks span {
	  font-family: 'Outfit', sans-serif;
	  font-size: 18px;
	  font-weight: 900;
	  text-align: center;
	  line-height: 45px;
	  color: #fff;
	  background-color: #518df7;
	  width: 40px;
	  height: 40px;
	  border-radius: 50px;
	  display: block;
	  margin-bottom: 20px;
  }
  
  .wmonitor .requestRist {
	  padding: 30px;
	  margin: 0 auto 0;
	  padding-bottom: 0;
	  text-align: center;
	  padding-top: 10px;
  }
  
  .howItWorks.two .bottomImg img {
	  width: 80% !important;
	  position: absolute;
	  bottom: -450px;
	  right: 0;
	  margin: 0 auto;
  }
  
  .howItWorks.three .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: -110px;
	  right: 0;
  }
  
  .howItWorks.four .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: 0;
	  right: 0;
  }
  
  .howItWorks.five .bottomImg img {
	  width: 45% !important;
	  position: relative;
	  bottom: 0;
	  right: -340px;
  }
  
  .riskBlue {
	  background: #fff;
	  text-align: center;
	  padding: 60px 50px 95px;
  }
  
  .BannerImg {
	  background: url('/wp-content/uploads/2020/03/risk-banner.jpg');
	  content: "";
	  height: 435px;
	  width: 50%;
	  background-repeat: no-repeat !important;
	  background-size: cover !important;
	  background-position: top right !important;
	  float: left;
  }
  
  .topIcon {
	  content: '';
	  font-size: 26px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 45px;
	  color: #fff;
	  background-color: #518df7;
	  width: 50px;
	  height: 50px;
	  border-radius: 50px;
	  display: block;
	  position: absolute;
	  top: -30px;
	  left: 50%;
	  margin-left: -25px;
  }
  
  .topIcon1 {
	  content: '';
	  font-size: 26px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 45px;
	  color: #fff;
	  background-color: #518df7;
	  width: 50px;
	  height: 50px;
	  border-radius: 50px;
	  display: block;
	  position: absolute;
	  top: -30px;
	  left: 50%;
	  margin-left: -25px;
  }
  
  .topIcon2 {
	  content: '';
	  font-size: 26px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 45px;
	  color: #fff;
	  background-color: #518df7;
	  width: 50px;
	  height: 50px;
	  border-radius: 50px;
	  display: block;
	  position: absolute;
	  top: -30px;
	  left: 50%;
	  margin-left: -25px;
  }
  
  .topIcon3 {
	  content: '';
	  font-size: 26px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 45px;
	  color: #fff;
	  background-color: #518df7;
	  width: 50px;
	  height: 50px;
	  border-radius: 50px;
	  display: block;
	  position: absolute;
	  top: -30px;
	  left: 50%;
	  margin-left: -25px;
  }
  
  .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: -78px;
	  left: -20px;
  }
  
  .howItWorks.two span, .howItWorks.five span {
	  font-family: 'Outfit', sans-serif;
	  font-size: 18px;
	  font-weight: 900;
	  text-align: center;
	  line-height: 45px;
	  color: #fff;
	  background-color: #518df7;
	  width: 40px;
	  height: 40px;
	  border-radius: 50px;
	  display: block;
	  margin-bottom: 20px;
	  margin: 0 auto 20px;
  }
  
  .howItWorks.two h4::after, .howItWorks.five h4::after {
	  content: "";
	  position: absolute;
	  width: 70px;
	  height: 2px;
	  border: 1px solid #518df7;
	  left: 50%;
	  bottom: 0;
	  transform: translateX(-50%);
  }
  
  .mtitle {
	  text-align: left;
	  color: #fff;
	  padding: 50px;
	  padding-top: 25px;
  }
  
  .riskHeader h2 {
	  font-size: 20px;
	  letter-spacing: 1px;
	  line-height: 26px;
  }
  
  .wline {
	  height: 8px;
	  background: #fff;
	  margin: 40px 0;
	  width: 60%;
  }
  
  .riskHeader h1 {
	  font-size: 4.3em;
  }
  
  .process-steps .dv-entry {
	  background-color: #fff;
	  padding: 40px 20px 10px !important;
	  margin-right: 1rem;
  }
  
  .topIcon i, .topIcon1 i, .topIcon2 i, .topIcon3 i {
	  font-size: 17px;
  }
  
  .realTime .process-steps .dv-entry {
	  background-color: #fff;
	  padding: 40px 20px 10px !important;
	  margin-right: 1rem;
	  border-radius: 10px;
	  box-shadow: 5px 5px 6px -4px rgba(0, 0, 0, 0.1);
  }
  
  .mtitle h2 {
	  font-size: 2.5em;
	  text-align: center;
	  font-weight: 600;
	  letter-spacing: 0.5px;
	  margin-bottom: 20px;
	  color: #000;
  }
  
  .risk-list {
	  text-align: left;
	  color: #000;
	  line-height: 40px;
	  font-size: 1.3em;
  }
  
  .riskHeader h3 {
	  color: #fff !important;
  }
  
  .vero-risk {
	  position: relative;
	  padding-top: 50px;
  }
  .vero-info {
	  display: block;
	  right: 0;
	  color: #fff;
	  text-align: right;
	  position: relative;
  }
  
  .vero-info-inside {
	  text-align: right;
	  padding: 0 20px;
	  line-height: 38px;
	  font-size: 22px;
  }
  
  .howItWorks.five .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: -30px;
	  left: 50%;
	  transform: translateX(-50%);
  }
  
  .howItWorks.five h4 {
	  left: 50%;
	  transform: translateX(-50%);
	  text-align: center;
	  top: -20px;
	  width: 60%;
  }
  
  body {
	  font-family: 'Outfit', sans-serif !important;
	  color: #122c35;
	  font-size: 16px;
  }
  
  .dv-copyright {
	  text-align: left;
	  padding: 0 20px 50px 20px !important;
	  color: #fff !important;
	  opacity: 1 !important;
	  background: #0e1731;
	  font-weight: 300;
  }
  
  .dv-copyright img {
	  max-height: 17.5px;
	  position: relative;
	  top: -1px;
  }
  
  .acss787f0 {
	  padding-bottom: 20px;
	  text-align: left;
  }
  
  main {
	  width: 100%;
	  overflow: hidden;
	  margin-top: 70px;
  }
  
  a {
	color: #3a5bbc;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  a:hover {
	color: #518ef8;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
  }
  
  .v-middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .text-xl {
	font-size: 28px !important;
  }
  
  .bg-dark {
	color: #fff;
	background-color: #122c35;
  }
  
  .dv-section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
  }
  .dv-section h2 {
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
  }
  
  .dv-promo-section {
	padding: 100px 0;
  }
  
  .special {
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 30px;
  }
  
  .dv-banner.not-full {
	  padding-top: 0px;
  }
  
  .page-id-44 .dv-banner.not-full {
	  padding-top: 100px;
  }
  
  .aboutPage {
	  padding-top: 0;
  }
  
  .dv-promobox-text span {
	  float: left;
	  width: 90%;
  }
  
  .dv-promobox-text .fa-map-marker-alt {
	  float: left;
	  width: 6%;
  }
  
  
  .dv-banner {
	height: 100%;
	width: 100%;
	min-height: calc(100vh - 78px);
	overflow: hidden;
	position: relative;
  }
  .dv-banner video {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: right;
  }
  .dv-banner .dv-banner-content {
	position: relative;
	z-index: 3;
  }
  .dv-banner .dv-title .h-title {
	font-size: 2rem;
	font-weight: 100 !important;
	margin-bottom: 25px;
  }
  .dv-banner .dv-title span {
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
  }
  .dv-banner.style-2 .dv-video-overlay {
	background: rgba(69, 162, 106, 0.9);
  }
  .dv-banner.style-2 .dv-title span {
	font-weight: 500;
  }
  .dv-banner.not-full {
	height: calc(100vh - 299px);
	min-height: calc(100vh - 299px);
  }
  .dv-banner.not-full #dv-banner-slider {
	height: calc(100vh - 299px);
  }
  .dv-banner #dv-banner-slider {
	z-index: 500;
	height: 100vh;
  }
  .dv-banner #dv-banner-slider .carousel-inner {
	height: 100%;
  }
  .dv-banner #dv-banner-slider .carousel-inner .carousel-item {
	height: 100%;
  }
  .dv-banner .carousel-control-prev, .dv-banner .carousel-control-next {
	z-index: 500;
  }
  
  .carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1.25s;
	transition-property: opacity;
  }
  .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
  }
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
  }
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  
  .dv-video-overlay {
	background: rgba(87, 124, 232, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	z-index: 2;
  }
  .dv-video-overlay.style-2 {
	background: rgba(69, 162, 106, 0.9);
  }
  .dv-video-overlay.dv-custom {
	background: -webkit-linear-gradient(120deg, rgba(0, 196, 204, 0.8) 25%, rgba(125, 42, 232, 0.8) 85%);
	background: -o-linear-gradient(120deg, rgba(0, 196, 204, 0.8) 25%, rgba(125, 42, 232, 0.8) 85%);
	background: -moz-linear-gradient(120deg, rgba(0, 196, 204, 0.8) 25%, rgba(125, 42, 232, 0.8) 85%);
	background: linear-gradient(120deg, rgba(0, 196, 204, 0.8) 25%, rgba(125, 42, 232, 0.8) 85%);
  }
  
  .dv-content {
	position: relative;
	padding: 100px 0;
  }
  .dv-content.blog-content {
	padding: 50px 0;
  }
  
  .dv-features .dv-entry {
	padding: 30px;
  }
  .dv-features .dv-entry h4 {
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	font-size: 1.75rem;
  }
  .dv-features .dv-entry h4 svg {
	width: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
  }
  .dv-features .dv-entry h4:after {
	content: "";
	display: block;
	margin: 20px 0;
	width: 100%;
	border-bottom: 1px solid #577ce8;
	position: relative;
	-webkit-transform: translateX(-85%);
	-ms-transform: translateX(-85%);
	transform: translateX(-85%);
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .dv-features .dv-entry h4:hover:after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .dv-features .dv-entry p {
	font-size: 18px;
	font-weight: 300;
  }
  
  .dv-heading-block {
	margin-bottom: 50px;
  }
  .dv-heading-block h2 {
	font-size: 2.5rem;
	font-weight: 600;
  }
  .dv-heading-block h3 {
	font-size: 2rem;
	font-weight: 600;
  }
  .dv-heading-block span {
	font-size: 22px;
	font-weight: 300;
	display: block;
	margin-bottom: 30px;
  }
  .dv-heading-block span.subtitle {
	font-size: 22px;
	margin-bottom: 30px;
  }
  .dv-promo-section {
	overflow: hidden;
  }
  .dv-promo-section .container {
	position: relative;
	z-index: 2;
  }
  .dv-promo-section .dv-aster-icon {
	width: 400px;
	position: absolute;
	bottom: 0;
	left: 5%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
  }
  .dv-promo-section.bg-dark {
	background: linear-gradient(90deg, #304a92, #577ce8, #3756b3) !important;
	background-size: 600% 600% !important;
	-webkit-animation: gradientAnim 15s ease infinite;
	-moz-animation: gradientAnim 15s ease infinite;
	animation: gradientAnim 15s ease infinite;
  }
  .dv-promo-section svg#cirrena-astriesk {
	width: 100%;
	opacity: 0.5;
  }
  .dv-promo-section svg#cirrena-astriesk #Square-1 {
	transform: translate(-13px, 13px);
	-webkit-transform: translate(-13px, 13px);
  }
  .dv-promo-section svg#cirrena-astriesk #Square-2 {
	transform: translate(-18px, 0px);
	-webkit-transform: translate(-18px, 0px);
  }
  .dv-promo-section svg#cirrena-astriesk #Square-3 {
	transform: translate(-13px, -13px);
	-webkit-transform: translate(-13px, -13px);
  }
  .dv-promo-section svg#cirrena-astriesk #Square-4 {
	transform: translate(0px, -18px);
	-webkit-transform: translate(0px, -18px);
  }
  .dv-promo-section svg#cirrena-astriesk #Square-5 {
	transform: translate(12px, -12px);
	-webkit-transform: translate(12px, -12px);
  }
  .dv-promo-section svg#cirrena-astriesk #Square-6 {
	transform: translate(18px, 0px);
	-webkit-transform: translate(18px, 0px);
  }
  .dv-promo-section svg#cirrena-astriesk #Square-7 {
	transform: translate(12px, 12px);
	-webkit-transform: translate(12px, 12px);
  }
  .dv-promo-section svg#cirrena-astriesk #Square-8 {
	transform: translate(0px, 17px);
	-webkit-transform: translate(0px, 17px);
  }
  .dv-promo-section svg#cirrena-astriesk .astriesk-box {
	-webkit-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
  }
  .dv-promo-section svg#cirrena-astriesk .astriesk-box.show {
	-webkit-transform: translate(0px, 0) !important;
	-ms-transform: translate(0px, 0) !important;
	transform: translate(0px, 0) !important;
  }
  
  .ul-list-icons {
	padding-left: 0;
	list-style-type: none;
  }
  .ul-list-icons li {
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
  }
  .ul-list-icons li:before {
	content: "";
	color: #2BA84A;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
  }
  
  .dv-animate {
	visibility: hidden;
  }
  
  .dv-startup-section .container {
	position: relative;
	z-index: 2;
  }
  .dv-startup-section .dv-heading-block p {
	font-size: 18px;
	font-weight: 300;
  }
  
  /*.big-text{
	font-size: 18px;
	font-weight: 300;
  }*/
  
  .blog-content img:not(.section-shadow) {
	width: 100%;
	height: auto;
  }
  .blog-content p, .blog-content ul, .blog-content ol {
	margin-bottom: 2rem;
  }
  .blog-content h5, .blog-content h4, .blog-content h3, .blog-content h2, .blog-content h1 {
	margin-bottom: 2rem;
  }
  .blog-content .title {
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-weight: 400;
  }
  .blog-content .date {
	color: rgba(18, 44, 53, 0.4);
	margin-bottom: 0.5rem;
	display: block;
  }
  .blog-content .ul-tags {
	padding: 0;
	margin-bottom: 0;
  }
  .blog-content .ul-tags li {
	display: inline-block;
  }
  .blog-content .ul-tags li a {
	padding: 1rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
	opacity: 0.8;
  }
  .blog-content .ul-tags li a:first-child {
	padding-left: 0;
  }
  .blog-content .ul-breadcrumbs {
	list-style-type: none;
	padding: 0;
	font-size: 0.75rem;
  }
  .blog-content .ul-breadcrumbs li {
	display: inline-block;
	font-size: 0.75rem;
	padding: 0 0.75rem;
  }
  .blog-content .ul-breadcrumbs li:first-child {
	padding-left: 0;
  }
  .blog-content .dv-heading-block h1 {
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 2.2rem !important;
  }
  .blog-content .dv-heading-block span {
	font-size: 1rem;
	font-weight: 500;
  }
  .blog-content .dv-heading-block:after {
	content: "";
	width: 50px;
	padding-bottom: 1rem;
	display: block;
	border-bottom: 1px solid #ccc;
  }
  
  /* .cirrena-form label {
	width: 100%;
  }
  .cirrena-form input, .cirrena-form textarea {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	height: 50px;
	background: #FFF;
	border-radius: 0px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
	font-weight: 300;
	letter-spacing: 3px;
	padding-left: 19px;
  }
  .cirrena-form textarea {
	padding-left: 19px;
	padding-top: 15px;
  }
  .cirrena-form .wpcf7-submit {
	background: #577ce8;
	width: 192px;
	height: 50px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	transition: all ease 400ms;
	font-weight: 700;
  } */
  
  .wpcf7-response-output {
	margin-top: 0 !important;
	width: 100%;
	margin: auto !important;
  }
  
  div.wpcf7-mail-sent-ok {
	border: 2px dashed #577ce8;
	color: #577ce8;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px;
  }
  
  
  
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px dashed #f7e700;
	color: #122c35;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px;
  }
  
  span.wpcf7-not-valid-tip {
	color: #ea4235;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
  }
  
  .ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #000;
	stroke-width: 5.5;
	stroke-linecap: round;
  }
  
  .hamRotate.active {
	transform: rotate(45deg);
  }
  
  .ham8 .top {
	stroke-dasharray: 40 160;
  }
  .ham8 .middle {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
  }
  .ham8 .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
  }
  .ham8.active .top {
	stroke-dashoffset: -64px;
  }
  .ham8.active .middle {
	transform: rotate(90deg);
  }
  .ham8.active .bottom {
	stroke-dashoffset: -64px;
  }
  
  body.nav-active {
	overflow: hidden;
  }
  
  .blog-header nav.navbar {
	top: 0 !important;
	box-shadow: 0 1px 3px rgba(51, 51, 51, 0.1);
  }
  .blog-header nav.navbar.scrolling-up {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
  }
  
  nav {
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  nav.navbar {
	background: #fff;
	padding: 0 !important;
  }
  .container.dv-logo {
	  padding: 0 !important;
	  max-height: 70px;
	  min-height: 70px;
  }
  
  nav.navbar .navbar-toggler {
	outline: 0 !important;
  }
  nav.navbar .nav-item {
	position: relative;
  }
  nav.navbar .nav-item .nav-link {
	padding: 0.75rem 1rem !important;
	letter-spacing: 0.5px;
	font-size: 14px;
	color: #122c35;
	font-weight: 600;
  }
  nav.navbar .nav-item .nav-link i {
	margin-left: 5px;
	vertical-align: middle;
  }
  nav.navbar .nav-item.request-quote {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0px 2px #577ce8;
	box-shadow: inset 0 0 0px 2px #577ce8;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
  }
  nav.navbar .nav-item.request-quote a {
	color: #577ce8;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
  }
  nav.navbar .nav-item.request-quote:hover {
	background: #577ce8;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
  }
  nav.navbar .nav-item.request-quote:hover a {
	color: #fff;
  }
  nav.navbar .nav-item ul {
	background: #fff;
	min-width: 300px;
	padding: 0;
	display: block;
	position: absolute;
	list-style-type: none;
	box-shadow: 0 1px 3px rgba(51, 51, 51, 0.2);
	top: 100%;
	border-radius: 4px;
	left: 0;
	display: none;
  }
  nav.navbar .nav-item ul li .nav-link {
	padding: 1rem !important;
  }
  nav.navbar .nav-item ul li .nav-link:hover {
	opacity: 0.5;
  }
  nav.navbar .nav-item:hover ul {
	display: block;
  }
  nav.navbar.scrolling-down {
	background: #fff !important;
	/*@include transform(translateY(-140px));*/
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  nav.navbar.scrolling-up {
	background: #fff !important;
	/*@include transform(translateY(-40px));*/
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  nav.navbar.scrolling-up .navbar-brand svg #Cirrena_x5F_Text path {
	fill: #122c35 !important;
  }
  nav.navbar.scrolling-up .navbar-brand svg #Cirrena_x5F_Star path, nav.navbar.scrolling-up .navbar-brand svg #Cirrena_x5F_Star polygon, nav.navbar.scrolling-up .navbar-brand svg #Cirrena_x5F_Star rect {
	fill: #577ce8 !important;
  }
  nav.navbar.scrolling-up .navbar-brand #cirrena-voting-logo .logo-text path {
	fill: #122c35 !important;
  }
  nav.navbar.scrolling-up .navbar-brand #cirrena-voting-logo .red-bar {
	fill: #ea4235;
  }
  nav.navbar.scrolling-up .navbar-brand #cirrena-voting-logo .blue-bar {
	fill: #577ce8;
  }
  nav.navbar.scrolling-up .navbar-brand #cirrena-voting-logo .shadow {
	fill: rgba(18, 44, 53, 0.25);
  }
  nav.navbar.scrolling-up .navbar-brand #cirrena-voting-logo .tear {
	fill: #3a5bbc !important;
  }
  nav.navbar.scrolling-up .dv-nav-toggler {
	color: #122c35 !important;
  }
  nav .navbar-brand svg {
	height: 60px;
	padding: 7px 5px 5px 5px;
  }
  nav .navbar-brand svg .logo-text path {
	fill: #122c35 !important;
  }
  nav .navbar-brand.dark svg #Cirrena_x5F_Text path {
	fill: #fff !important;
  }
  nav .navbar-brand.dark svg #Cirrena_x5F_Star path, nav .navbar-brand.dark svg #Cirrena_x5F_Star polygon, nav .navbar-brand.dark svg #Cirrena_x5F_Star rect {
	fill: #fff !important;
  }
  nav .navbar-brand #cirrena-voting-logo .red-bar {
	fill: #ea4235;
  }
  nav .navbar-brand #cirrena-voting-logo .blue-bar {
	fill: #577ce8;
  }
  nav .navbar-brand #cirrena-voting-logo .shadow {
	fill: rgba(18, 44, 53, 0.25);
  }
  nav .navbar-brand #cirrena-voting-logo .tear {
	fill: #3a5bbc !important;
  }
  nav .dv-nav-toggler {
	padding: 15px 20px;
	font-size: 1.75rem;
	line-height: 0;
  }
  nav.nav-active .navbar-brand svg {
	height: 40px;
  }
  nav.nav-active .navbar-brand.dark svg #Cirrena_x5F_Text path {
	fill: #fff !important;
  }
  nav.nav-active .navbar-brand.dark svg #Cirrena_x5F_Star path, nav.nav-active .navbar-brand.dark svg #Cirrena_x5F_Star polygon, nav.nav-active .navbar-brand.dark svg #Cirrena_x5F_Star rect {
	fill: #fff !important;
  }
  
  #dv-contact-section .section-title {
	  text-align: left;
	  font-weight: 600;
  }
  
  .dv-nav-container {
	background: #577ce8;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
  }
  .dv-nav-container .nav-header {
	position: fixed;
	padding: 13px;
	/*top: 40px;*/
	right: 0;
	left: 0;
	z-index: 1030;
  }
  .dv-nav-container .nav-header .container {
	position: relative;
  }
  .dv-nav-container .dv-nav-list {
	margin-top: 150px;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 222;
  }
  .dv-nav-container .dv-nav-list ul {
	padding: 0 0 250px 0;
	margin-bottom: 50px;
	list-style-type: none;
  }
  .dv-nav-container .dv-nav-list ul li a {
	padding: 15px 30px;
	display: block;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .dv-nav-container .dv-nav-list ul li a:hover {
	color: #577ce8;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .dv-nav-container .dv-nav-list ul li a:hover:before {
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .dv-nav-container .dv-nav-list ul li a:before {
	content: "";
	background: #577ce8;
	width: 2px;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .dv-nav-container .dv-nav-list ul li a.not-ready {
	-webkit-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
	opacity: 0;
  }
  .dv-nav-container .dv-nav-list ul li ul {
	padding-left: 50px;
	padding-bottom: 0;
	margin-bottom: 0;
  }
  .dv-nav-container .dv-nav-list ul li ul li a {
	font-weight: 300;
  }
  .dv-nav-container .dv-close {
	padding: 15px 20px;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 0;
	font-size: 1.75rem;
  }
  .dv-nav-container .img-aster {
	width: 562px;
	right: 66px;
	position: absolute;
	opacity: 0.3;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
  }
  .dv-nav-container .img-aster.show {
	-webkit-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
  }
  
  .bg-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
  }
  .bg-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
  }
  
  #dv-contact-section .contact-info div {
	  text-align: left;
	  opacity: 1 !important;
  }
  
  .page-scroll-btn {
	padding: 10px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 99;
	font-size: 24px;
	line-height: 0;
	border-radius: 100%;
	-webkit-animation: click 2s infinite;
	animation: click 2s infinite;
  }
  .page-scroll-btn:hover {
	color: #122c35;
  }
  .page-scroll-btn:after {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	border-radius: 100%;
  }
  .page-scroll-btn i {
	position: relative;
	z-index: 2;
  }
  
  @-webkit-keyframes pulse {
	0% {
	  -webkit-transform: scale(0);
	  opacity: 0;
	}
	70% {
	  opacity: 0.8;
	}
	100% {
	  -webkit-transform: scale(1);
	  opacity: 0;
	}
  }
  @keyframes pulse {
	0% {
	  transform: scale(0);
	  opacity: 0;
	}
	70% {
	  opacity: 0.3;
	}
	100% {
	  transform: scale(1.1);
	  opacity: 0;
	}
  }
  @keyframes click {
	0% {
	  transform: translateY(-10px);
	}
	70% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(-10px);
	}
  }
  @-webkit-keyframes click {
	0% {
	  -webkit-transform: translateY(-10px);
	}
	70% {
	  -webkit-transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-10px);
	}
  }
  .top-bar {
	background: #577ce8;
	position: relative;
	z-index: 22222;
	text-align: right;
  }
  .top-bar .dv-links {
	padding: 0;
  }
  .top-bar ul {
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
  }
  .top-bar ul li {
	display: inline-block;
  }
  .top-bar a {
	  color: #fff;
	  font-size: 14px;
  }
  
  nav .btn-red {
	  padding: 5px 45px 7px 25px !important;
	  font-size: 16px !important;
	  text-transform: none;
  }
  
  .top-bar a.nav-link {
	  font-weight: normal;
	  letter-spacing: 1px;
	  font-size: 13px;
	  padding: 5px 13px;
  }
  
  .top-bar.dv-article {
	background: none;
	z-index: 2;
  }
  .top-bar.dv-article a {
	color: #577ce8;
  }
  .top-bar.dv-article a.btn {
	color: #fff;
  }
  
  header {
	background: #fff;
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 50, 0.15);
  }
  
  .dv-gallery .dv-entry {
	overflow: hidden;
  }
  .dv-gallery .dv-entry img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .dv-works .dv-img img {
	width: 100%;
	height: auto;
  }
  .dv-works .dv-text h3 {
	margin-bottom: 30px;
	font-size: 36px;
  }
  .dv-works .dv-text p {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
  }
  
  .dv-clients ul {
	width: 100%;
	padding: 0;
	display: block;
	list-style-type: none;
  }
  .dv-clients ul li {
	width: calc(100% / 6);
	margin-bottom: 30px;
	padding: 20px;
	float: left;
	display: block;
	text-align: center;
  }
  .dv-clients ul li img {
	width: 100%;
	max-width: 100px;
	height: auto;
  }
  
  .dv-services .dv-entry {
	margin-bottom: 50px;
	text-align: center;
  }
  .dv-services .dv-entry h5 {
	margin-bottom: 20px;
  }
  .dv-services .dv-entry a {
	color: #122c35;
	display: block;
	-webkit-transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
	-ms-transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
	transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
  }
  .dv-services .dv-entry a:before {
	content: attr(data-title);
	z-index: 555;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #577ce8;
	opacity: 0;
  }
  .dv-services .dv-entry a:after {
	content: "";
	background: #fff;
	width: 300px;
	height: 300px;
	-webkit-box-shadow: inset 0 0 0 6px #122c35;
	box-shadow: inset 0 0 0 6px #122c35;
	display: block;
	position: absolute;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
	-webkit-transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
	-ms-transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
	transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
  }
  .dv-services .dv-entry a:hover {
	text-decoration: none;
  }
  .dv-services .dv-entry a:hover:after {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
	-ms-transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
	transition: all 0.5s cubic-bezier(0.2, 0.05, 0.26, 1.68);
  }
  .dv-services .dv-entry a:hover:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 1;
  }
  .dv-services .dv-entry .dv-img {
	margin-bottom: 20px;
  }
  .dv-services .dv-entry .dv-img img {
	width: 120px;
  }
  .dv-services .dv-entry .dv-text {
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-bottom: 20px;
  }
  .dv-services .dv-entry .dv-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px auto;
	background: rgba(233, 239, 242, 0.2);
	line-height: 100px;
	border-radius: 100%;
	font-size: 33px;
	color: #2BA84A;
	display: block;
  }
  .dv-services .dv-entry .dv-icon.light {
	background: rgba(255, 255, 255, 0.65);
  }
  .dv-services.style-2 .dv-text {
	text-transform: uppercase;
	letter-spacing: 0.5px;
  }
  
  .startup-icons .dv-entry {
	text-align: center;
	font-size: 50px;
	font-weight: 300;
	color: #728f9e;
  }
  .startup-icons .dv-entry .dv-ico {
	width: 120px;
	margin: 0 auto 20px auto;
	display: block;
	position: relative;
  }
  .startup-icons .dv-entry .dv-ico img {
	width: 100%;
  }
  .startup-icons .dv-entry span {
	font-size: 16px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	color: #122c35;
	letter-spacing: 1px;
  }
  
  .dv-4-icons .dv-ico {
	margin-bottom: 20px;
	text-align: center;
	color: #c51718;
	font-size: 50px;
  }
  .dv-4-icons .dv-entry-content {
	text-align: center;
  }
  .dv-4-icons .dv-entry-content h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
  }
  .dv-4-icons .dv-entry-content p {
	line-height: 1.8;
  }
  
  .ul-testimonials {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	position: relative;
  }
  .ul-testimonials li {
	width: 33.33%;
	min-height: 300px;
	padding: 25px;
	position: relative;
	float: left;
  }
  .ul-testimonials li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #DDD;
	content: "";
	position: absolute;
  }
  .ul-testimonials li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #DDD;
	content: "";
	position: absolute;
  }
  .ul-testimonials li .dv-testimonial .testi-img {
	width: 70px;
	height: 70px;
	margin-right: 15px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 100%;
  }
  .ul-testimonials li .dv-testimonial .test-content {
	position: relative;
	overflow: hidden;
  }
  .ul-testimonials li .dv-testimonial .test-content p {
	font-family: "Crete Round", serif;
	font-style: italic;
  }
  .ul-testimonials li .dv-testimonial .test-content p:after, .ul-testimonials li .dv-testimonial .test-content p:before {
	content: '"';
  }
  .ul-testimonials li .dv-testimonial .test-content .dv-meta {
	text-transform: uppercase;
	font-size: 14px;
  }
  .ul-testimonials li .dv-testimonial .test-content .dv-meta:before {
	content: "–";
  }
  .ul-testimonials li .dv-testimonial .test-content .dv-meta span {
	display: block;
	font-weight: normal;
	color: #999;
	text-transform: none;
	padding-left: 12px;
  }
  
  .dv-icon-container svg {
	width: 150px !important;
  }
  
  .dv-grids .dv-entry {
	background: #fff;
	font-weight: 400;
	box-shadow: 0 0 8px rgba(18, 44, 53, 0.1);
	border-radius: 10px;
	overflow: hidden;
  }
  
  .blog-contents {
	  margin-bottom: 10px;
	  overflow: hidden;
	  position: relative;
  }
  
  @media (min-width: 767px) {
	  .blog-contents {
		  min-height: 180px;
		  max-height: 180px;
	  }
  }
  
  .dv-grids .dv-entry .dv-img {
	  padding-bottom: 65%;
	  border-bottom: 1px solid #e2e2e2;
	  background-color: #4b3226 !important;
  }
  
  .dv-grids .dv-entry .dv-img img {
	  width: 100%;
	  height: 100%;
	  opacity: 0.9 !important;
	  transition: opacity 0.5s;
  }
  
  .dv-grids .dv-entry .dv-img:hover img {
	  opacity: 0.5 !important;
  }
  
  .dv-grids .dv-entry .dv-meta {
	  padding: 45px 25px 25px 25px;
	  position: relative;
  }
  
  .dv-grids .blog-date {
	  position: absolute;
	  top: -70px;
	  font-size: 20px;
	  text-transform: uppercase;
	  text-align: center;
	  line-height: 25px;
	  padding: 7.5px 0;
	  border-radius: 5px;
	  width: 65px;
  }
  
  .dv-grids .dv-entry .dv-meta h4 {
	margin-bottom: 1rem;
	font-weight: 400;
  }
  
  .dv-grids .dv-entry .dv-meta h4 a {
	color: inherit;
  }
  
  .dv-grids .dv-entry .dv-meta .date {
	color: rgba(18, 44, 53, 0.4);
	margin-bottom: 1rem;
	display: block;
  }
  .dv-grids .dv-entry .dv-meta .dv-excerpt {
	font-weight: 300;
	letter-spacing: 0.5px;
  }
  .dv-grids .dv-entry .ul-tags {
	padding: 1rem;
	margin-bottom: 0;
	list-style-type: none;
	border-top: 1px solid #e9eff2;
  }
  .dv-grids .dv-entry .ul-tags li {
	display: inline-block;
  }
  .dv-grids .dv-entry .ul-tags li a {
	color: rgba(87, 124, 232, 0.8);
	padding: 5px;
	font-size: 0.9rem;
  }
  
  .Agmtestimony .tesInfo {
	  position: absolute;
	  right: 22px;
	  bottom: 55px;
  }
  
  .owl-carousel .owl-item {
	  cursor: pointer;
	  top: 50px;
  }
  
  .agm-testimonials .owl-carousel .owl-item {
	  cursor: pointer;
	  top: 0;
  }
  
  .owl-carousel .owl-item > div {
	  position: relative;
  }
  
  .owl-carousel .owl-item img {
	  max-width: 200px;
	  margin: 0 auto;
	  filter: grayscale(100%);
	  pointer-events: none;
	  position: relative;
	  top: 50%;
	  height:auto;
	  transform: translateY(-50%);
  }
  
  .owl-carousel .owl-item:hover img {
	  filter: grayscale(0);
  }
  
  .dv-client-carousel .dv-heading-block span {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-weight: 600;
  }
  
  .dv-cirrena-voting-services .dv-entry {
	background: #fff;
	padding: 20px;
	text-align: center;
  }
  .dv-cirrena-voting-services .dv-entry .dv-icon {
	background: #f7f7f7;
	width: 150px;
	margin: 0 auto;
	padding: 15px;
	display: block;
	border-radius: 100%;
  }
  .dv-cirrena-voting-services .dv-entry .dv-icon img {
	width: 100%;
  }
  .dv-cirrena-voting-services .dv-entry .dv-meta {
	display: block;
  }
  .dv-cirrena-voting-services .dv-entry .dv-meta h4 {
	margin: 20px 0;
  }
  .dv-cirrena-voting-services .dv-entry .dv-meta p {
	font-weight: 400;
	font-size: 1.1rem;
  }
  .dv-cirrena-voting-services .dv-entry .dv-meta ul {
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
  }
  .dv-cirrena-voting-services .dv-entry .dv-meta ul li {
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 1.2rem;
	position: relative;
	text-align: left;
  }
  .dv-cirrena-voting-services .dv-entry .dv-meta ul li:before {
	content: "";
	color: #2BA84A;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
  }
  
  .dv-why-vero .dv-entry .dv-meta {
	margin-top: 1rem;
	margin-bottom: 1rem;
  }
  .dv-why-vero .dv-entry .dv-meta h4 {
	margin: 20px 0;
  }
  .dv-why-vero .dv-entry .dv-meta p {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.7;
  }
  .dv-why-vero .dv-entry .dv-icon img {
	width: 280px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background: #577ce8;
	border-color: #577ce8;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(87, 124, 232, 0.5);
  }
  
  .btn-light {
	  background-color: #ffffff;
	  border-color: #ffffff;
	  background-image: linear-gradient(90deg, #ffffff, #e1e4ea);
  }
  
  .btn-light.btn-glow {
	  box-shadow: 0px 3px 10px -1px rgba(255, 255, 255, 0.2);
  }
  
  .btn-light:hover {
	  background-color: #dfdfdf;
	  background-image: linear-gradient(90deg, #dfdfdf, #c1c4ca);
	  border-color: #dfdfdf;
  }
  
  .btn-outlined {
	  background-color: #fff;
	  border-color: #e7e9ee;
	  background-image: linear-gradient(transparent, transparent);
	  color: #122c35;
  }
  
  .btn-outlined:hover {
	  background-color: #eef0f5 !important;
	  border-color: #e7e9ee !important;
	  background-image: linear-gradient(#eef0f5, #eef0f5) !important;
	  color: #122c35 !important;
  }
  
  .btn.disabled, .btn:disabled {
	  box-shadow: none !important;
	  background-color: #ccc !important;
	  background-image: linear-gradient(90deg, #ccc, #ccc) !important;
	  border-color: #ccc !important;
	  pointer-events: none;
	  opacity: 1 !important;
  }
  
  .btn-outline-primary {
	color: #577ce8;
	border-color: #577ce8;
  }
  .btn-outline-primary:hover {
	background-color: #577ce8;
	border-color: #577ce8;
  }
  
  .btn.btn-rounded {
	border-radius: 100px;
  }
  .btn.btn-dark {
	color: #fff;
	background-color: #122c35 !important;
	border-color: #122c35 !important;
  }
  .btn.btn-red {
	color: #fff;
	background-color: #ea4235 !important;
	border-color: #ea4235 !important;
  }
  .btn.btn-red:focus, .btn.btn-red:active, .btn.btn-red:focus:active {
	box-shadow: 0 0 0 0.2rem rgba(234, 66, 53, 0.5);
  }
  .wpcf7-form-control-wrap.recaptcha {
	  margin-top: 12.5px;
	  margin-bottom: 12.5px;
  }
  
  .dv-contact-info {
	  line-height: 1.5em !important;
  }
  
  .link-with-icon {
	  padding-left: 25px;
	  position: relative;
	  line-height: 1.5em;
	  display: block;
	  margin-bottom: 15px;
  }
  
  .link-with-icon > i {
	  position: absolute;
	  left: 0;
	  top: 3px;
  }
  /* .request-quote-form input, .request-quote-form textarea, .request-quote-form select {
	width: 100%;
	max-height: 250px;
	margin-bottom: 1rem;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	  border-radius: 7.5px;
  }
  .request-quote-form input:focus, .request-quote-form textarea:focus, .request-quote-form select:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(87, 124, 232, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(87, 124, 232, 0.5);
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
  }
  .request-quote-form input::-webkit-input-placeholder, .request-quote-form textarea::-webkit-input-placeholder, .request-quote-form select::-webkit-input-placeholder {
	font-weight: 300 !important;
	letter-spacing: 1px;
  }
  .request-quote-form input:-ms-input-placeholder, .request-quote-form textarea:-ms-input-placeholder, .request-quote-form select:-ms-input-placeholder {
	font-weight: 300 !important;
	letter-spacing: 1px;
  }
  .request-quote-form input::-ms-input-placeholder, .request-quote-form textarea::-ms-input-placeholder, .request-quote-form select::-ms-input-placeholder {
	font-weight: 300 !important;
	letter-spacing: 1px;
  }
  .request-quote-form input::placeholder, .request-quote-form textarea::placeholder, .request-quote-form select::placeholder {
	font-weight: 300 !important;
	letter-spacing: 0.5px;
  } */
  
  .dv-contact-info .phone strong, .dv-contact-info .email strong, .dv-contact-info .address strong {
	text-transform: uppercase;
	margin-right: 5px;
	font-weight: 500;
  }
  
  .services-btn {
	padding: 0.75rem 1rem !important;
	color: #577ce8;
	font-size: 17px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-weight: 500;
  }
  .services-btn:hover {
	text-decoration: none;
  }
  .services-btn.btn-1 {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0px 2px #577ce8;
	box-shadow: inset 0 0 0px 2px #577ce8;
  }
  .services-btn.btn-1:hover {
	background: #577ce8;
	color: #fff;
  }
  
  footer {
	  background: #0e1731;
	  padding: 60px 0;
	  color: #e9eff2;
	  font-weight: 300;
  }
  
  footer a {
	color: #e9eff2;
  }
  footer a:hover {
	color: currentColor;
  }
  footer .ul-social-links {
	padding: 0;
	text-align: right;
	overflow: hidden;
  }
  footer .ul-social-links li {
	display: inline-block;
	float: left;
  }
  footer .ul-social-links li a {
	  margin-right: 10px;
	  display: block;
	  font-size: 25px;
	  opacity: 0.8;
  }
    footer .ul-social-links > li:not(:first-child) .icon-holder-square {
        border-radius: 2px;
    }
  footer .ul-social-links li a:hover {
	  opacity: 1;
  }
  footer .dv-links ul {
	padding: 0;
	list-style-type: none;
  }
  footer .dv-links ul li {
	position: relative;
  }
  footer .dv-links ul li a {
	padding: 7.5px 0;
	display: block;
	position: relative;
	color: #fff !important;
	opacity: 0.8;
  }
  footer .dv-links ul li a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
  }

  footer .dv-contact-info {
	line-height: 1.8 !important;
  }
  
  .saboxplugin-wrap .saboxplugin-gravatar img {
	  margin: 0;
  }
  
  .blog-content img:not(.section-shadow) {
	  width: 100%;
	  height: auto;
  }
  
  .benifts {
	  max-width: 650px !important;
	  min-height: auto !important;
	  height: auto !important;
  }
  
  
  
  @media (max-width: 1199px) {
  
	nav.navbar.scrolling-up {
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}
  
  .page-id-1555 .mobile-banner {
	  display: none;
	  width: 100%;
	  margin-top: 35px;
	  width: 100% !important;
	  height: auto !important;
  }
  
  
	.ul-testimonials li {
	  width: 50%;
	}
  }
  
  @media (max-width: 1024px) {
  
  .page-id-2452 .process-steps .dv-entry, .page-id-2412 .process-steps .dv-entry, .page-id-2388 .process-steps .dv-entry, .page-id-2331 .process-steps .dv-entry {
	  max-width: 215px !important;
	  margin: 11px;
  }
  
	  .page-id-44 #menu-item-1221::after {
		  display:none;
	  }
  
  .howItWorks.four .container {
	  min-height: 415px;
  }
  
  .wmonitor {
	  text-align: center;
	  padding: 60px 0 70px;
	  background: #fff;
	  max-width: 650px;
  }
  
  .realTime .process-steps {
	  padding: 50px 50px 80px !important;
  }
  
  .howItWorks {
	  padding: 50px 50px 0 !important;
	  min-height: 560px !important;
  }
  
  .howItWorks.two h4 {
	  text-align: center;
  }
  
  .howItWorks.three .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: -90px;
	  right: 0;
  }
  
  .howItWorks.five {
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
	  padding: 100px 50px 0 !important;
  }
  
  .howItWorks.five h4 {
	  width: 90%;
  }
  
  .caseStudy {
	  background: #f9fafe;
	  padding: 70px 50px !important;
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
  }
  
  .caseStudy h2 {
	  margin-bottom: 20px !important;
  }
  
  .leftText .col-md-6:last-child {
	  padding-left: 38px;
	  position: relative;
	  top: 30px;
  }
  
  .caseStudy2 {
	  margin: 0 auto;
	  position: relative;
	  top: 0;
  }
  
  .howItWorks.three .container {
	  background-repeat: repeat;
	  background-size: auto;
	  background-position: left center;
	  background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 520px;
  }
  
  
  
  
  .covidAlert {
	  top: 150px;
	  position: relative;
	  margin: 0;
  }
  
  .riskHeader h1 {
	  font-size: 3.3em;
  }
  
  .row.phoneImg img {
	  width: 100%;
  }
  
  .risk-list {
	  text-align: left;
	  line-height: 40px;
	  font-size: 1.3em;
  }
  
  .risk-list li i {
	  width: 10%;
  }
  
  .risk-list li p {
	  width: 90%;
  }
  
  
  }
  
  @media (max-width: 991px) {
  
	  .desktopView {
		  display:none;
	  }
  
	  .mobileView {
		  display:block;
	  }
  
	  .sub-menu {
		  top: 52px !important;
	  }
  
	  .page-id-1555 .mobile-banner {
		  display: none;
		  /* width: 100%; */
		  margin-top: 100px;
		  width: 100% !important;
		  height: auto !important;
	  }
  }
  
  @media (max-width: 1200px) {
  
  .videoImage {
	  margin-top: 10px !important;
  }
  
	  .page-id-1555 .wmonitor {
		  height: 590px !important;
	  }
  }
  
  
  @media (max-width: 768px) {
	  .dv-title h1 {
		  text-align: center;
	  }
  }
  
  
  @media (max-width: 780px) {
	  
	  .dv-title {
		  text-align: center;
	  }
  
  body:not(.page-template-page-blog) .dv-banner h1,
  body:not(.page-template-page-blog) .dv-banner p {
	  max-width: none !important;
  }
  
  #agmProxyManagement {
	  padding: 73px 0 10px 0 !important;
  }
  
  #agmVoting {
	  padding: 73px 0 10px 0 !important;
  }
  
  .wp-image-2084 {
	  width: 100% !important;
  }
  
  .page-id-1555 .wmonitor {
	  padding: 60px 0 !important;
	  background: none !important;
	  text-align: center !important;
	  height: auto !important;
  }
  
  
  .page-id-2452 .process-steps .dv-entry, .page-id-2412 .process-steps .dv-entry, .page-id-2388 .process-steps .dv-entry, .page-id-2331 .process-steps .dv-entry {
	  max-width: 100% !important;
	  margin: 11px !important;
	  text-align: center;
	  margin-bottom: 30px !important;
  }
  
  .page-id-2288 .dv-page-title {
	  margin-top: 0;
  }
  
  .veroAgmHeader {
	  transform: translateY(9%);
  }
  
  .page-id-1555 .mobile-banner {
	  margin-top: 30px;
  }
  
  .parent-pageid-44 .dv-banner.not-full {
	  padding-top: 0;
  }
  
  .parent-pageid-44 .bg-image {
	  display: none;
  }
  
  .parent-pageid-44 .dv-banner .dv-title .h-title {
	  width: 100%;
  }
  
  .navDesk .btn {
	  display: none;
  }
  
  .carousel {
	  padding-top: 40px !important;
  }
  
  
  }
  
  
  @media (max-width: 780px) {
  
  .home .dv-banner .dv-title .h-title {
	  text-align:center !important;
  }
  
  .card a {
	  cursor: pointer;
  }
  
  .card .btn {
	  display: block;
	  width: 100%;
	  text-align: left;
	  padding: 15px;
  }
  
  nav.navbar {
	  background: #fff;
	  padding-top: 0;
	  padding-bottom: 0px;
  }
  
  /* .card-body {
	  padding: 0;
  } */
  
  .mobileSubmenu {
	  display: block !important;
	  padding: 15px;
	  padding-left: 40px !important;
	  border-bottom: 1px solid #efefef;
	  font-size: 14px;
	  font-weight: 600;
  }
  
  .mobileSubSubmenu {
	  padding-left: 60px !important;
  }
  
  .navMobile {
	  display: none !important;
  }
  
  .navMobile.show {
	  display: block !important;
	  padding: 0;
  }
  
  .navDesk {
	  display: none;
  }
  
  .dv-copyright {
	  text-align: center;
  }
  
  .mobile4 {
	  display: block;
	  position: relative;
	  top: 100px;
  }
  
	  .howItWorks.four .container {
		  background : none !important;
	  }
  
  .howItWorks.four .container {
	  min-height: 335px;
  }
  
  .wmonitor {
	  text-align: center;
	  padding: 60px 0 70px;
	  background: #fff;
	  max-width: 650px;
  }
  
  .realTime .process-steps {
	  padding: 50px 50px 80px !important;
  }
  
  .howItWorks {
	  padding: 50px 50px 0 !important;
	  min-height: 460px !important;
  }
  
  .howItWorks.three .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: -90px;
	  right: 0;
  }
  
  .howItWorks.five {
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
	  padding: 100px 50px 0 !important;
  }
  
  .howItWorks.five h4 {
	  width: 90%;
  }
  
  .caseStudy {
	  background: #f9fafe;
	  padding: 70px 50px !important;
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
  }
  
  .caseStudy h2 {
	  margin-bottom: 20px !important;
  }
  
  .leftText .col-md-6:last-child {
	  padding-left: 38px;
	  position: relative;
	  top: 30px;
  }
  
  .caseStudy2 {
	  margin: 0 auto;
	  position: relative;
	  top: 0;
  }
  
  .howItWorks.three .container {
	  background-repeat: repeat;
	  background-size: auto;
	  background-position: left center;
	  background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 570px;
  }
  
  .howItWorks.two .container {
	  min-height: 400px;
  }
  
  .howItWorks.four h4 {
	  position: relative;
	  top: 40%;
	  padding-bottom: 30px;
  }
  
  
  .howItWorks.two h4 {
	  position: absolute;
	  top: 70px;
	  padding-bottom: 30px;
	  left: 50%;
	  transform: translateX(-50%);
	  text-align: center;
  }
  
  .howItWorks.two .bottomImg img {
	  width: 80% !important;
	  position: absolute;
	  bottom: -400px;
	  right: 0;
	  margin: 0 auto;
  }
  
  .howItWorks.five {
	  padding: 80px 50px 0 !important;
  }
  
  .caseStudy img {
	  width: 100%;
	  padding: 50px 0 40px;
  }
  
  .caseStudy p {
	  font-size: 1em !important;
	  line-height: 27px;
  }
  
  .covidAlert .btn {
	  margin: 0;
  }
  
  .BannerImg {
	  height: 300px;
	  width: 100%;
  }
  
  .riskHeader {
	  padding: 40px;
	  width: 100%;
  }
  
  .wmonitor h2 {
	  line-height: 35px;
  }
  
  .mtitle h2 {
	  font-size: 2em;
	  text-align: center;
	  font-weight: 600;
	  letter-spacing: 0.5px;
	  margin-bottom: 20px;
  }
  .mtitle {
	  text-align: left;
	  color: #fff;
	  padding: 0;
	  padding-top: 25px;
  }
  
  .phoneImg img {
	  width: 100%;
	  padding: 35px 0;
  }
  
  
  .riskHeader h1 {
	  font-size: 2.4em;
	  padding: 20px 0;
  }
  
  .riskHeader h1 {
	  font-size: 2.4em;
  }
  
  
  
  
	.dv-works .dv-text h3 {
	  font-size: 28px;
	}
  
	.ul-testimonials li {
	  width: 100%;
	  min-height: auto;
	}
  
	.dv-features .dv-entry {
	  padding: 0 30px;
	}
  
	.dv-section {
	  padding: 70px 0 !important;
	}
  
	.dv-clients ul li {
	  width: calc(100% / 5);
	}
	  .risk-list li i {
	  width: 10%;
  }
  
  .risk-list li p {
	  width: 90%;
  }
  
  .carousel {
	  padding: 20px;
	  padding-top: 0 !important;
  }
  
  
  
  }
  @media (max-width: 767px) {
  
  .page-id-1555 .mobile-banner {
	  margin-top: 100px;
  }
  
  .lastReq .btn-red {
	  width: 100%;
	  white-space: pre-wrap;
	  text-align: center;
  }
  
  
  .carousel {
	  padding: 20px;
	  padding-top: 0;
  }
  
  
  .realTime .process-steps .dv-entry {
  
	  margin-bottom: 40px !important;
  }
  
  .howItWorks.three h4 {
	  position: relative;
	  top: 65px;
	  padding-bottom: 30px;
  }
  
  .howItWorks.four {
	  padding: 0 10px 60px !important;
  }
  
  .howItWorks.four .container {
	  background: url(/wp-content/uploads/2020/08/vero-employee-risk-assessment-phone.png);
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-repeat: repeat;
	  background-size: auto;
	  background-position: bottom center;
	  background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 600px;
  }
  
  .caseStudy {
	  background: #f9fafe;
	  padding: 50px !important;
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
	  text-align: center;
  }
  
  .caseStudy2 {
	  margin: 20px auto 0;
	  position: relative;
	  top: 0;
  }
  
  .caseStudy img {
	  width: 100%;
	  padding: 0;
  }
  
  .leftText2 .col-md-6, .leftText .col-md-6 {
	  padding: 0 !important;
  }
  
  .caseStudy h2 {
	  margin-bottom: 30px !important;
  }
  
  .leftText .col-md-6:last-child {
	  padding-left: 0;
	  position: relative;
	  top: 30px;
  }
  
  .howItWorks.five .bottomImg img {
	  bottom: -50px;
  }
  
  .howItWorks.five {
	  box-shadow: 0 -26px 15px -20px rgba(0,0,0,0.05);
	  padding: 80px 0 0 !important;
  }
  
  .howItWorks.five h4 {
	  left: 50%;
	  transform: translateX(-50%);
	  text-align: center;
	  top: -20px;
	  width: 90%;
  }
  
  .howItWorks.four h4 {
	  position: relative;
	  top: 50px;
	  padding-bottom: 30px;
  }
  
  
  .howItWorks h4 {
	  position: relative;
	  top: 40px;
	  padding-bottom: 30px;
	  text-align: center;
	  width: 100%;
  }
  
  
  .howItWorks span {
	  margin: 0 auto 20px;
  }
  
  .howItWorks h4::after {
	  content: "";
	  position: absolute;
	  width: 70px;
	  height: 2px;
	  border: 1px solid #518df7;
	  left: 50%;
	  bottom: 0;
	  transform: translateX(-50%);
  }
  
  .howItWorks.two .bottomImg img {
	  width: 100% !important;
	  position: absolute;
	  bottom: -403px;
	  right: 0;
	  margin: 0 auto;
  }
  
  
  .wmonitor {
	  text-align: center;
	  padding: 80px 30px 70px;
	  background: #fff;
	  max-width: 650px;
  }
  
  
  .realTime .process-steps {
	  padding: 50px !important;
  }
  
  .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: -90px;
	  left: 0;
  }
  
  .howItWorks {
	  padding: 50px 20px 0 !important;
	  min-height: 560px !important;
  }
  
  .howItWorks.three .bottomImg img {
	  width: 100% !important;
	  position: relative;
	  bottom: -97px;
	  right: 0;
  }
  
  
  
  
	.dv-content {
	  padding: 50px 0;
	}
  
	.dv-4-icons .dv-ico img {
	  width: 100%;
	  max-width: 250px;
	}
  
	.dv-promobox-text {
	  margin-bottom: 2rem;
	  margin-left: 15px;
	  margin-right: 15px;
	}
  
	nav.navbar .nav-item ul {
	  padding-left: 1.75rem;
	  display: block;
	  position: relative;
	  box-shadow: none;
	  border-radius: 0;
	}
	nav.navbar .nav-item ul li {
	  margin: 0;
	}
  
	.dv-why-vero .dv-entry {
	  text-align: center;
	}
	.dv-why-vero .dv-entry .dv-icon {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.dv-why-vero .dv-entry .dv-meta {
	  margin-top: 0;
	  margin-bottom: 0;
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.dv-why-vero .dv-entry .dv-meta h4 {
	  margin: 10px 0;
	}
  
	.dv-heading-block h2 {
	  font-size: 2rem;
	}
	.dv-heading-block span {
	  font-size: 18px;
	  font-weight: 400;
	}
  
	.special {
	  font-size: 20px;
	}
  
	.dv-features .dv-entry h4 {
	  font-size: 1.5rem;
	}
  
	.dv-startup-section {
	  padding: 120px 50px !important;
	}
  
	.dv-clients ul li {
	  width: calc(100% / 3);
	}
  
	.dv-contact-info {
	  line-height: 3;
	}
  
	footer .ul-social-links .float-right {
	  float: left !important;
	}
  
	.blog-content {
	  font-size: 1rem;
	}
  }
  @media (max-width: 600px) {
  
  
  .sub > a {
	  display: none;
  }
  
	  .sub {
	  text-align: right;
	  right: -47px;
	  top: 7px;
  }
  
  main.mainHome {
	  padding-top: 240px !important;
  }
  
  .page-id-44 main.mainHome {
	  padding-top: 60px !important;
  }
  
  .sub-submenu li {
	  width: auto;
	  display: block;
	  text-align: right;
	  padding: 0;
  }
  
  .sub-submenu {
	  position: relative;
	  background: #f9fafe;
	  top: auto;
	  width: auto;
	  left: -50px;
	  display: block;
	  padding: 0;
  }
  
  
  .covidAlert {
	  top: 125px;
  }
  
  .covidAlert {
	  position: relative;
  }
  
  .BannerImg {
	  height: 300px;
	  width: 100%;
  }
  
  .riskHeader {
	  padding: 40px;
	  width: 100%;
  }
  
  .wmonitor h2 {
	  line-height: 35px;
  }
  
  .mtitle h2 {
	  font-size: 2em;
	  text-align: center;
	  font-weight: 600;
	  letter-spacing: 0.5px;
	  margin-bottom: 20px;
  }
  .mtitle {
	  text-align: left;
	  color: #fff;
	  padding: 0;
	  padding-top: 25px;
  }
  
  .phoneImg img {
	  width: 100%;
	  padding: 35px 0;
  }
  
  
  .riskHeader h1 {
	  font-size: 2.4em;
	  padding: 20px 0;
  }
  
  .riskHeader h1 {
	  font-size: 2.4em;
  }
  
  
  
	.bg-image img {
	  object-position: 30%;
	}
  
	.dv-cirrena-voting-services .dv-entry {
	  margin-bottom: 30px !important;
	}
  
	.top-bar {
	  text-align: center !important;
	}
  
	.dv-section h2 {
	  font-size: 1.5rem;
	}
  }
  @media (max-width: 425px) {
	body {
	  line-height: 1.75rem;
	}
  
	.process-steps .dv-entry {
	  margin-bottom: 2rem !important;
	}
  
	.blog-content h1 {
	  font-size: 1.75rem;
	}
  
	.dv-why-vero .dv-entry h4 {
	  font-size: 1rem;
	  font-weight: 700;
	}
  
	.dv-startup-section {
	  padding: 120px 30px !important;
	}
  
	.page-scroll-btn {
	  left: 45%;
	}
  
	.home .dv-banner {
	  height: auto !important;
	  min-height: auto !important;
	  max-height: none;
	}
  
	.dv-banner {
	  height: 350px !important;
	  min-height: auto !important;
	}
	.dv-banner .dv-title .h-title {
	  font-size: 1.75rem;
	}
	.dv-banner .dv-title span {
	  font-size: 1.2rem;
	}
	.dv-banner .page-scroll-container {
	  display: none;
	}
  
	.dv-heading-block {
	  margin-bottom: 2rem !important;
	}
	.dv-heading-block h2 {
	  font-size: 1.5rem;
	}
	.dv-heading-block span {
	  font-size: 1rem;
	}
  
	.special {
	  font-size: 1.2rem;
	}
  
	.dv-nav-container .dv-nav-list ul li a {
	  font-size: 1.2rem;
	}
  
	.top-bar ul {
	  overflow: hidden;
	}
	.top-bar ul li {
	  width: 0%;
	  float: left;
	}
	.top-bar ul li.separator {
	  display: none;
	}
	.top-bar a.nav-link {
	  font-size: 0.8rem;
	}
	.top-bar a.btn {
	  width: 100%;
	  padding-left: 0;
	  padding-right: 0;
	  font-size: 0.75rem;
	}
  
	.dv-why-vero .dv-entry .dv-meta p {
	  font-size: 1rem;
	}
	.dv-why-vero .dv-entry .dv-icon img {
	  width: 210px;
	}
  }
  @media (max-width: 375px) {
  
  .page-id-2452 .dv-banner .dv-title .h-title, .page-id-2412 .dv-banner .dv-title .h-title, .page-id-2388 .dv-banner .dv-title .h-title, .page-id-2331 .dv-banner .dv-title .h-title, .parent-pageid-44 .dv-banner .dv-title .h-title, .page-id-20 .dv-banner .dv-title .h-title, .page-id-1191 .dv-banner .dv-title .h-title, .page-id-1260 .dv-banner .dv-title .h-title, .page-id-1173 .dv-banner .dv-title .h-title, .page-id-1162 .dv-banner .dv-title .h-title, .page-id-22 .dv-banner .dv-title .h-title,.page-id-4336 .dv-banner .dv-title .h-title, .page-id-990 .dv-banner .dv-title .h-title, .page-id-1168 .dv-banner .dv-title .h-title, .page-id-1248 .dv-banner .dv-title .h-title, .page-id-4313 .dv-banner .dv-title .h-title, .page-id-4524 .dv-banner .dv-title .h-title, .page-id-4571 .dv-banner .dv-title .h-title {
	  width: 100% !important;
  }
  
	.dv-heading-block h2 {
	  font-size: 1.5rem;
	}
  
	.dv-works .dv-text h3 {
	  font-size: 24px;
	}
  
	h2 {
	  font-size: 1.5rem;
	}
  }
  @media (max-width: 320px) {
	.dv-banner .dv-title .h-title {
	  font-size: 1.5rem;
	}
	.dv-banner .dv-title .h-title span {
	  font-size: 1rem;
	}
  
	.dv-section {
	  ssspadding: 50px 0;
	}
  
	.dv-icon-container svg {
	  width: 100px !important;
	}
  
	.dv-heading-block span {
	  font-size: 1.1rem;
	}
  
	.special {
	  font-size: 1.1rem;
	}
  
	.dv-features .dv-entry h4 {
	  font-size: 1.2rem;
	}
	.dv-features .dv-entry p {
	  font-size: 1.2rem;
	}
  
	.top-bar a.nav-link {
	  font-size: 0.75rem;
	}
  }
  @-webkit-keyframes gradientAnim {
	0% {
	  background-position: 0% 51%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 51%;
	}
  }
  @-moz-keyframes gradientAnim {
	0% {
	  background-position: 0% 51%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 51%;
	}
  }
  @keyframes gradientAnim {
	0% {
	  background-position: 0% 51%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 51%;
	}
  }
  
  /*# sourceMappingURL=main.css.map */
  
  footer {
	  padding: 60px 0;
	  color: #e9eff2;
	  font-weight: 300;
  }
  
  .hidden.lazyloaded {
	  display: none !important;
  }
  
  img {
	  height: auto;
	  width: auto;
  }
  
  .eaSection .insideBox > i {
	  color: #3a5bbc;
	  font-size: 30px;
  }