h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  color: #292a2c;
}
.section-header-cont{
  font-size: 20px;
}
.error {
  color: red;
  font-size: 14px;
}
.modalerror {
  color: red;
  font-size: 14px;
}
.whitepaper-error{
  color: red;
  font-size: 14px;
}
.btn-primary {
  color: #fff;
  font-weight: 500;
  background-color: #086ad8;
  border-color: #086ad8;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem -0.1rem rgb(0 0 0 / 0.15);
  font-size: 20px;

  background: -webkit-linear-gradient(225deg,#318828, rgb(8 105 213),             
  rgb(21, 198, 251)) 0% 0% / 300% 300%;
  
  background-size: 200% auto;
  -webkit-animation: gradient_move 3s ease infinite;
  animation: gradient_move 3s ease infinite;
}
.btn-primary:hover {
  background-color: #637461;
  border-color: #637461;
  transition: all 0.35s ease-in-out;
}
.btn-wh {
  background-color: #fff;
  color:#518e4b;
  font-weight: 500;
  border-radius: 57px;
  font-size: 20px;
  box-shadow: 0 0.125rem 0.25rem -0.1rem rgb(0 0 0 / 0.15);
}
.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.header-cvr {
  background-color: #fff;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
}
.section-header{
  color: #0f63c2;
}

@-webkit-keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}
@keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}


.header-cvr .btn-primary {
  background-color: #086ad8;
  border-color: #086ad8;
  font-size: 16px;
}
.header-cvr .btn-primary:hover {
  background-color: #637461;
  border-color: #637461;
  transition: all 0.35s ease-in-out;
}
.header-cvr .header-logo-cvr img {
  width: 120px;
}
.header-cvr .header-right-block {
  display: flex;
  align-items: center;
}
.header-cvr .affordable-text {
  margin-bottom: unset;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #086ad8;
  padding: 0.375rem 0.75rem;
  color: #086ad8;
  margin-right: 10px;
  font-size: 16px;
  
}
.header-cvr .usa-contact-block {
  padding-right: 20px;
}
.header-cvr .usa-contact-block img {
  margin-right: 10px;
  height: 20px;
  width: 30px;
  box-shadow: 0 0 1px 2px rgb(38 38 38 / 11%);
}
.header-cvr .usa-contact-block a {
  color: #393636;
  text-decoration: none;
  font-weight: 500;
}
.header-cvr .usa-contact-block a:hover {
  color: #086ad8;
  transition: all 0.35s ease-in-out;
}

@keyframes blink{
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.banner-section { 
  /* background: linear-gradient(0deg, #2b96eb 0%, #2e6fcb 35%, #3c4ca9 100%); */
  /* background: linear-gradient(0deg, #6fc067 0%, #5eab56 35%, #61a25a 100%); */
  /* background: linear-gradient(0deg, #1a227c 0%, #0f61be 35%, #086ad8 100%); */
  
  /* color: #fff; */

    
    background: linear-gradient(0deg, #086ad8 0%, #0f61be 35%, #1a227c 100%);
    position: relative;
    z-index: 0;
    /* opacity: 0.5; */
}
.banner-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../images/banner-bg.png');
  z-index: -1;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}
.banner-section .banner-header .banner-txt-highlight {
  color: #3c4492;
}
.banner-section .banner-header {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;

    
}
.banner-left-block .sub-header{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.banner-section .desc {
  background: #0f63c2;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
  animation: blink 1s linear infinite;  
}
.banner-section .desc p{
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
#contact-form-position {
  position: absolute;
  top: -120px;
  pointer-events: none;
}
.banner-contact-form-cvr {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  color: #393636;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
  cursor: pointer;
}
.banner-contact-form-cvr .input-block {
  margin-bottom: 15px;
}
.banner-contact-form-cvr .form-control {
  border: 1px solid #086ad8;
}
.banner-contact-form-cvr .refresh {
  width: 20px;
  height: 20px;
}
.banner-contact-form-cvr .btnsubmit {
  width: 100%;
  margin-top: 20px;
  background-color: #086ad8;
  border-color: #086ad8;
  border-radius: unset;
}
.banner-contact-form-cvr .captcha-field {
  display: flex;
  justify-content: space-between;
}
.banner-contact-form-cvr .captcha-block {
  max-width: 100px;
}
.banner-section .certification-cvr {
  padding-top: 40px;
  flex-wrap: wrap;
  align-items: center;  
}
.banner-section .certification-block {
  text-align: center;
}
.banner-section .certification-block img {
  max-width: 120px;
  max-height: 62px;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
}
.banner-section .captcha-img-block {
  max-width: 140px;
}
/* ------ ADVANTAGE SECTION START -----*/

.advantage-section .feature-block{
   background: linear-gradient(180deg, #F3F5FF 0%, rgba(231, 235, 255, 0.00) 100%);
   background: #fff;
   padding: 50px 40px;
   border-radius: 10px;
   border: 1px solid #E9EDFF;
   transition: all .9s ease;
   margin: 20px 0;
   box-shadow: 0 0 1px 2px rgb(115 128 157 / 0.1);
   position:relative;
   /* z-index:1; */
  }
.advantage-section .feature-block:before{
  content: '';
  position: absolute;  
  width: 100px;
  height: 50px;
  top: -5px;
  left: -5px;
  border-radius: 10px;
  background-color: #086ad8 ;
  z-index: -2;
}
.advantage-section .feature-block:after{
  content: '';
  position: absolute;  
  width: 100px;
  height: 50px;
  bottom: -5px;
  right: -5px;
  border-radius: 10px;
  background-color: #086ad8 ;
  z-index: -2;
}
.advantage-section .feature-block h5{
  min-height: 50px;
  display: flex;
  align-items: center;  
  justify-content: center;
  color: #0f63c2;
}
.advantage-section .feature-block:hover{  
  background: linear-gradient(180deg, #086ad8 0%, #0f61be 100%);    
    animation: grow-and-shrink 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes grow-and-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.advantage-section .feature-block:hover h5,
.advantage-section .feature-block:hover p{
  color: #fff;
}
.advantage-section .feature-block .icon-block img{
  margin-bottom: 20px;
  height: 50px;
  width: 50px;
}
.advantage-section .feature-block:hover .icon-block img{  
  transition: transform 0.45s ease;
  animation: fadeInRight 0.7s linear;
}
@keyframes fadeInRight{
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ------ ADVANTAGE SECTION END -----*/

/* ------ DOWNLOAD SECTION START -----*/
 
.download-section{
  background: url("../images/gi-backgroun-image.png"); 
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #1a227c;
  background-blend-mode: multiply;
}
.download-section .btn-primary{
  margin-top: 30px;
}
.download-section .btn-primary:hover{
  margin-top: 30px;
  background-color:#fff;
  border-color: unset;
  color: #086ad8;;
}
.download-section-title{
  color: #fff;
}

/* ------ DOWNLOAD SECTION END -----*/

/* ------ FEATURE SECTION START -----*/
.feature-section{
  background-color: #f4f4f4;
  
}
 .feature-block{
  margin-top: 30px;
 }
.single-feature-block{
  display: flex;
}
.single-feature-block .icon-block{
  display: grid;
  place-items: center;  
  min-width: 80px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #086ad8 0%, #1a227c 100%);
  border-radius: 50%; 
  margin-bottom: 10px;
  margin-right: 20px;
  box-shadow: 1px 1px 2px 2px rgb(115 128 157 / 0.1);
}
.single-feature-block h5{
  color: #0f63c2;
}
.single-feature-block .icon-block:hover{
  transition: transform 0.45s ease;
  /* animation: fadeInRight 0.7s linear; */
}
.single-feature-block .icon-block img{ 
  width: 40px;
  height: 40px;
  box-shadow: 0 0 30px 15px rgb(115 128 157 / 0.1);
}
.single-feature-block:hover .icon-block img{ 
  transition: transform 0.45s ease;
  animation: fadeInRight 0.7s linear;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}



/* ------ FEATURE SECTION END -----*/

/* ------ BILLING SYSTEM FEATURE SECTION START -----*/
.billing-system-feature{
  background: linear-gradient(0deg, #086ad8 0%, #0f61be 35%, #1a227c 100%);
  background: linear-gradient(180deg, #086ad8 0%, #1a227c 100%);
}
.billing-system-feature .section-header{
  font-size: 42px;
  padding: 0 20px;
  color: #fff;
}
.billing-system-block{
  background-color: #005AD92B;
}
.billing-system-feature-block{
  /* background: linear-gradient(180deg, #086ad8 0%, #1a227c 100%);  */
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  transition: all .4s ease;
  margin-bottom: 10px;
  min-height: 340px;
}
.billing-system-feature-block:hover{  
  background: linear-gradient(180deg, #1a227c 0%, #086ad8 100%); 
  animation: slide-in 1000ms;
  animation-timing-function: linear;
}

.billing-system-feature-block h5{
  color: #0f63c2;
}

.billing-system-feature-block .icon-block{
  height: 90px;
  width: 90px;
  background: #EAF1FF;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.billing-system-feature-block .icon-block img{
  width: 40px;
  height: 40px;
  transition: all 0.4s ease-in-out;
}
.billing-system-feature-block:hover .icon-block img{
  /* transform: scale(-1) rotate(180deg); */
  transform: rotateY(180deg);
}

.billing-system-feature-block h6{
  margin-bottom: 10px;
  min-height: 35px;
  display: flex;
  align-items: center;
}

/* .billing-system-feature-block:hover .icon-block{
  background: #0755F0;
} */

@keyframes slide-in {
  from {
    transform: translateY(-5%);
  }
  to {
    transform: translateY(0%);
  }
}



.billing-system-feature-block:hover h5,
.billing-system-feature-block:hover p{
  color: #fff;
}
.billing-system-feature .btn-primary{
  margin: 10px 0;
}

/* ---- SOLUTION SECTION START -----*/

.solution-block{  
  margin: 10px 0;
  border-radius: 20px 0 20px 0;
  padding: 50px 20px;
    
    /* background-color: #5f855b; */
    border: 1px solid #0f63c2;
    position: relative;
 
}

.solution-block::before{
  top:0px;
  left: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #086ad8 0%, #1a227c 100%);
  /* opacity: 0.5; */
}
.solution-block::after{
  right:0px;
  bottom: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #086ad8 0%, #1a227c 100%);
  /* opacity: 0.5; */
}
.solution-block h4{
  margin-top: 10px;
  color: #0f63c2;
}

.solution-block .icon-block{
  margin: 0 auto;
  margin-top: 20px;
  width: 80px;
  height: 80px; 
  padding: 15px;
  /* display: grid;
  place-items: ceter; */
   
    background-color: #0f63c2;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgb(115 128 157 / 0.1);
    animation:
    bounce 300ms
    alternate infinite
    cubic-bezier(.2, .65, .6, 1);
}
.solution-block .icon-block img{
  width: 50px;
  height: 50px; 
}
.solution-block .icon-block:hover img{
  /* transform: rotateY(90deg); */
  transition: transform 0.45s ease;
  animation: fadeInUp 0.7s linear;  
}
.solution-image-block img{
  border: 2px solid #1a227c;
}
.solution-image-block img:hover{ 
  transition: transform 0.45s ease;
  animation: fadeInRight 0.7s linear;
}
/* ---- SOLUTION SECTION END -----*/

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}



.btn-block{
  margin-top: 10px;
  text-align: center;
}
.btn-block .btn-primary{
  margin: 20px 0;
 
}
.btn-block .btn-primary:hover{
  background: #fff;
  color:#0f63c2;
}
/* ------ BILLING SYSTEM FEATURE SECTION END -----*/

.video-section-title{
  margin-bottom: 30px;
  color: #0f63c2;
}
/* ------ ALL IN ONE SECTION START -----*/
.all-in-one-section{
      background:#e6e6e6;
      position:relative;
}


/* .all-in-one-section .section-header{
  color: #fff;
}
.all-in-one-section .section-header-cont{
  color: #fff;
} */
.solution-image-block img {
  max-height: 450px;
  border-radius: 25px;
  box-shadow: 0 0 30px 15px rgb(115 128 157 / 0.1);
}
/* ------ ALL IN ONE SECTION END -----*/
/* ------ MODAL START -----*/
.modal-block-cvr .modal-body {
  cursor: pointer;
}
.modal-block-cvr .captcha-text {
  font-size: 14px;
  text-align: left;
}
.modal-block-cvr .form-control {
  border: 1px solid #086ad8;
}
.modal-block-cvr .modal-content {
  border: 5px solid #086ad8;
}
.modal-block-cvr .input-block {
  margin-bottom: 15px;
}
.modal-block-cvr .refresh {
  width: 20px;
  height: 20px;
}
.modal-block-cvr .captcha-block {
  max-width: 100px;
}
.modal-block-cvr .captcha-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-block-cvr .btn-close {
  width: 10px;
  height: 10px;
}
.modal-block-cvr .captcha-img-block img {
  max-width: 200px;
  font-size: 14px;
}
.modal-block-cvr .btn-secondary {
  border-radius: 57px;
  font-size: 20px;
}
.modal-block-cvr .captcha-img-block {
  max-width: 140px;
}
/* ------ MODAL END -----*/
/* ------ FOOTER START -----*/
.footer-section-cvr {
  color: #fff; 
  background: linear-gradient(0deg, #045abb 0%, #0a54a8 35%, #1a227c 100%);
  padding-top: 30px;
  position: relative; 
  z-index: 0;
}
.footer-section-cvr:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;  
  z-index: -1;
  background-image: url('../images/bottom-bg.svg'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}


.footer-section-cvr p {
  color: #fff;
}
.footer-section-cvr ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.footer-logo-block img {
  max-width: 120px;
}
.email-block .email-img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.email-block a {
  color: #FFF;
  text-decoration: none;
}
.email-block a:hover {
  text-decoration: underline;
}
.location-block {
  margin-top: 20px;
}
.location-cont.address p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer-section-cvr .footer-certi-block li {
  margin: 0 20px;
}
.footer-section-cvr .footer-certi-block li img {
  max-width: 150px;
  max-height: 50px;
  margin: 30px 0;
}
.footer-section-cvr .location-img-block img {
  max-height: 25px;
  margin-bottom: 10px;
}
.footer-section-cvr .footer-tagline {
  margin: 10px 0;
  font-weight: 600;
}
.copyright-cvr {  
  padding: 10px 0;  
  /* background-color: #1a227c; */
  border-top: 1px solid #fff;
}
.copyright-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.copyright-block p {
  font-size: 14px;
  color: #fff;
}
.copyright-block a {
  color: #fff;
}
.copyright-block ul {
  margin-bottom: 0;
}
.footer-social-media li {
  margin: 10px;
}
.footer-social-media img {
  height: 20px;
}
.valuementor {
  background: url(https://verify.valuementor.com/assets/images/logo.svg)
    no-repeat;
  background-position: top;
  background-size: 160px 60px;
  width: 160px;
  height: 60px;
  position: relative;
  background-color: #e7e4e4 !important;
  border-radius: 10px;
}


@media only screen and (max-width: 991.98px) {
  .banner-section .banner-header {
    font-size: 32px;
    text-align: center;
  }
  .banner-left-block {
    text-align: center;
  }
  .statistics-section .section-title {
    text-align: center;
  }
   .banner-section .certification-block img {
    margin-bottom: 10px;
  } 
  .banner-section .certification-cvr {
    padding-top: 20px;
  }
  .service-block {   
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-section .banner-header {
    font-size: 28px;
  }
  .header-cvr .header-right-block {
    padding: 15px;
  } 
  .copyright-cvr {
    justify-content: center;
  }
  .copyright-block p {
    text-align: center;
  }
 
}
@media only screen and (max-width: 576.98px) {
  h2{
    font-size: 24px;
  }
  .btn-primary {
    font-size: 16px;
  }
  .section-header-cont {
    font-size: 16px;
 }
  .pad-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad-100{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar-brand.header-logo-cvr{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .banner-section .certification-block{
    display: none;
  }
  .banner-left-block .sub-header {
    font-size: 16px;
  }

  .header-cvr .header-right-block{
    width: 100%;
    justify-content: center;
    padding: 0;
  }
  .header-cvr .btn-primary {
    font-size: 14px;
 }
 .header-cvr .usa-contact-block a{
  font-size: 14px;
 }
 .advantage-section .feature-block {
  margin: 5px 0;
  padding: 10px 25px;
}

 .advantage-section .feature-block h5{
  min-height: unset;
 }
 .advantage-section .feature-block .icon-block img {  
  height: 45px;
  width: 45px;
}
.single-feature-block .icon-block {  
  min-width: 70px;
  width: 70px;
  height: 70px;
}
.billing-system-feature .section-header {
  font-size: 24px;
}
.billing-system-feature-block{
  min-height: unset;
  padding: 10px 30px;
  margin-bottom: 5px;
}

.billing-system-feature-block h6 {
  margin-bottom: 10px;
  min-height: unset;
}
  .footer-section-cvr .footer-certi-block li img {
    margin: 15px 0;
  } 
  .banner-section .banner-header {
    font-size: 24px;
  }
  .banner-section .desc {
    font-size: 16px;
    margin-bottom: 0;
    border: 2px solid #fff;
  }
  .header-cvr .affordable-text{
    display: none;
  }
  .service-block {   
    padding: 10px 20px;
  }
  .service-block h4{
    min-height: unset;
  }
  .video-section-title {
    margin-bottom: 20px;
}
  .btn-block .btn-primary {
    margin: 10px 0;
  }
  .solution-block{
    padding: 20px;
  }  
}
@media only screen and (max-width: 540.98px) {
  .header-cvr .header-right-block {
    margin: 0 auto;
  }
  .navbar-brand {
    margin: 0 auto;
  }

}
@media only screen and (max-width: 450.98px) {
  .header-cvr .header-logo-cvr img {
    width: 100px;
    height: 56px;
    margin-bottom: 10px;
  }
  .footer-section-cvr .footer-certi-block li img {
    margin: 10px 0;
  }
}
