h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  color: #46474a;
}
.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: #2747f0;
  border-color: #2747f0;
  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-image: linear-gradient(99.43deg, #2747f0 0.99%, #8366E3 99.43%);
  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);
}
.white-image-bg{
  background-image: url(../images/white-bg.png);  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blue-image-bg{
  background-image: url(../images/blue-bg.png);  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blue-second-image-bg{
  background-image: url(../images/why-choose-section-bg.png);  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-block{
  padding: 0 40px;
}


.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-title{
  color: #2f45c7;
  /* position: relative; */
}
/* .section-title::before{
  content: '';
  bottom: 0;
  position: absolute;
  height: 2px;
  width: 200px;
  background-color: #086ad8;
} */

@-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;
  animation: blink 1s linear infinite;  
}
.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/blue-background-bg.png');
  z-index: -1;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}
.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: 16px;
  font-weight: 600;
  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;
}
/* -----  BOX SECTION START  -----*/

.img-block{
  position: relative;
  max-width: 450px;
  max-height: 450px;  
  margin: 0 auto;
}
.img-block img{ 
  border-radius: 50px 0 50px 0;
  border:2px solid #086ad8;
  box-shadow: 1px 1px 5px 5px rgb(6 59 178 / 20%);
}
.img-block img:hover{ 
  box-shadow: 1px 1px 5px 5px rgb(6 59 178 / 50%);
  transition: all 0.45s ease;
  animation: slide-in 1000ms;
  animation-timing-function: linear;
}
.box-section .img-block:before{
  -webkit-animation: gradient_move 3s ease infinite;
  animation: gradient_move 3s ease infinite;
  right:-30px;
  top:-30px;
  border-radius: 50px;
  content: '';
  position: absolute;
  height: 80px;
  width: 80px;
   background: -webkit-linear-gradient(225deg, #23278e, rgb(8 105 213), rgb(21, 198, 251)) 0% 0% / 300% 300%;
}

/* -----  BOX SECTION END  -----*/


/* ----- BLUE BOX SECTION START  -----*/
.box-section-blue .section-title,
.box-section-blue .content{
  color: #fff;
}
.box-section-blue .img-block img{
  border: none;
}
/* ----- BLUE BOX SECTION END  -----*/
/* ----- COMPREHENSIVE SECTION START  -----*/
.comrehensive-points {
  list-style-image: url("../images/right-hand.png");
 }
.comrehensive-points li{
  color: #fff;
}
/* ----- COMPREHENSIVE SECTION END  -----*/

/* ----- FEATURE SECTION START  -----*/
.features-section{
  background-color: #F5F6F7;
}
.feature-block{
  border: 1px solid transparent;
  padding: 28px;
  transition: all 0.4s;
  background-color:#fff;
  border-radius: 18px;
  margin-top: 15px;
  background-image: url(../images/box-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s ease-out;
}
.feature-block:hover {
  box-shadow: 0px 12px 40px 4px rgba(10, 22, 94, 0.0784313725);
  border: 1px solid #2f43bf;
}
.feature-block:hover .feature-img-block img{
  transform: rotateY(180deg);
}
.feature-content-block .feature-txt{
  min-height: 170px;
  margin-bottom: 0;
}
.feature-content-block h5{
  color: #2f45c7;
  min-height: 48px;
}
.feature-img-block{
  width: 70px;
  height: 70px;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
  justify-content: center;
  background-image: linear-gradient(99.43deg, #2747f0 0.99%, #23278b 99.43%);
}
.feature-img-block img{
  width: 40px;
  height: 40px;
  transition: all .5s ease;
}
/* ----- FEATURE SECTION END  -----*/

/* ----- VIDEO SECTION START  -----*/
.video-section-title{
  color: #2f45c7;
}
/* ----- VIDEO SECTION END  -----*/
/* ----- TESTIMONIAL SECTION START  -----*/
.testimonial-section{
  background-color: #F5F6F7;
}
.testimonial-section .nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.testimonial-section .nav-item {
  max-width: 150px;
  margin: 0 10px;
  text-align: center;
  position: relative;
}
.testimonial-section .nav-pills .nav-link {
  background-color: unset;
  padding: unset;
  cursor: pointer;
}
.testimonial-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: unset;
}
.testimonial-title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #aaa;
}
.testimonial-section .nav-link.active .testimonial-title {
  border-bottom: 2px solid #2e44c5;
}
.testimonial-section .testimonial-img-block {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: -100px;
  line-height: 100px;
  border-radius: 50px;
  background-color: #2e44c5;
  text-align: center;
  /* box-shadow: 0px -7px 5px 0 rgb(43 43 43 / 0.08); */
  box-shadow: 0 0 1px 2px rgb(115 128 157 / 0.1);
  animation: bounce 300ms alternate infinite cubic-bezier(.2, .65, .6, 1);
}
.testimonial-section .tab-content {
  color: #fff;
  padding: 50px; 
  border-radius: 5px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
  text-align: center;

  background-image: url(../images/blue-block-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-section .testimonial-img-block img {
  width: 45px;
  height: 45px;
  text-align: center;
}
.testimonial-section .tab-pane P{
  color: #FFF;
}
/* ----- TESTIMONIAL SECTION END  -----*/

/* ----- WHY EXPEDIUM SECTION START  -----*/
.why-expedium-section .section-title{
  margin-bottom: 20px;
}
.expedium-single-feature-block{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: all .9 ease;
}
.expedium-single-feature-block:hover .icon-block{
  animation: grow-and-shrink 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.expedium-single-feature-block .icon-block{
  background: linear-gradient(180deg, #4847b6 0%, #4049b0 100%);
  border-radius: 50%;
  padding: 15px;
  width: 70px;
  height: 70px;   
  margin-right: 20px;  
}
.expedium-single-feature-block .icon-block img{  
  width: 40px;
  height: 40px;
}
.expedium-single-feature-block:hover .icon-block img{ 
  transition: transform 0.45s ease;
  animation: fadeInRight 0.7s linear;
}
.expedium-single-feature-block .cont-block h5,
.expedium-single-feature-block .cont-block p{
  color: #FFF;
}
/* ----- WHY EXPEDIUM SECTION END  -----*/
/* ----- DEMO SECTION END  -----*/
.demo-section{
  background-color: #F5F6F7;
}
.demo-section .btn-block{
  text-align: right;
}
.demo-section .btn-primary{  
 animation: blink 1s linear infinite;
}
/* ----- DEMO SECTION END  -----*/


@keyframes grow-and-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(-5%);
  }
  100% {
      transform: translateX(0%);
  }
}
@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);
  }
}

/* ------ 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/footer-img-bg.png'); 
  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;
  }

   .banner-section .certification-block img {
    margin-bottom: 10px;
  } 
  .banner-section .certification-cvr {
    padding-top: 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;
  }
  h5{
    font-size: 18px;
  }
  .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;
  }
  .navbar-brand.header-logo-cvr{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .banner-section .certification-block{
    display: none;
  }
  .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;
 }
 .banner-section .banner-header {
  font-size: 24px;
}
.banner-left-block .sub-header {
  font-size: 14px;  
}
.demo-section .section-title{
  text-align: center;
}
.demo-section p{
  text-align: center;
}

.content-block {
  padding: 0 20px;
}
.img-block {  
  margin-top: 10px;
  max-width: 265px;
  max-height: 265px;  
}
.box-section .img-block:before {
  height: 50px;
  width: 50px;
}
.feature-content-block h5,
.feature-content-block .feature-txt {
  min-height: unset;
}
.testimonial-section .tab-content {
  color: #fff;
  padding: 50px 20px;
}
.feature-img-block {
  margin-bottom: 10px;
}
.feature-block {
  padding: 10px;
  margin-top: 5px;
}
.expedium-single-feature-block .icon-block { 
  margin-right: 10px;
}
.demo-section .btn-block{
  text-align: center;
}
  .footer-section-cvr .footer-certi-block li img {
    margin: 15px 0;
  }
  .header-cvr .affordable-text{
    display: none;
  }  
  .video-section-title {
    margin-bottom: 10px;
  }
  .btn-block .btn-primary {
    margin: 10px 0;
  }
  
   
}
@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;   
  }
  .footer-section-cvr .footer-certi-block li img {
    margin: 10px 0;
  }
}
