@import url("fonts.css");
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
body{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
color: #2a2a2d;
}
.footer-social-icon i{
  font-size: 22px;
  color: #fff;
}
.footer-social-icon{
  margin-top: 10px;
}
.footer{
    background-color: #20203e;
    color: #fff;
}
.footer h5, .footer a{
  color: #fff;
}
.footer-copyright-section{
  background-color: #4e3b73;
  color: #fff;
  border: 0px;
}
.header-top-area{
  background-color: #4e3b73;
  color: #fff;
}
.footer-copyright-section a {
  color: #fff;
}
.nav-btn a:hover,  .nav-btn a:active, .nav-btn a:focus{
    background: #f05b4d;
    border: 0px;
}
.menu-wrapper .sub-menu{
  width: 500px;
  padding: 25px 15px 25px 5px;
}
.logo-txt::before {
    content: "";
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 17px;
    left: 20px;
    display: none;
}
.hero-section{
  background: linear-gradient(to right, rgba(32, 40, 119, 0.3), rgba(55, 46, 149, 0.35), rgba(83, 49, 177, 0.30), rgba(114, 48, 205, 0.45), rgba(150, 41, 230, 0.3)), url(../images/slider/home.jpg) no-repeat center/cover;
  height: 500px;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.hero-section-sub{
  height: 500px;
}
/* buttons */
.btn-darken:hover, .btn-darken:focus{
    color: #f9f8f8;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.btn-common:hover a{
  background-color: #f05b4d;
}
.nav-btn a {
    background: #f05b4d;
    border: 0px;
    font-weight: 600;
}
.btn-common a {
  background: #f05b4d;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  padding: 15px 32px;
  text-align: center;
  transition: 0.3s;
  letter-spacing: 1px;
  font-weight: 600;
}
.btn-alternate:hover a{
  background-color: #fff;
}
.btn-alternate a {
  background: #fff;
  border-radius: 3px;
  color: #f05b4d;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  padding: 15px 32px;
  text-align: center;
  transition: 0.3s;
  letter-spacing: 1px;
  font-weight: 600;
}
.btn-bold a{
  font-weight: 700;
}
.background-green{
  background-color: #1f8a97;
  color: #fff;
}
.background-white{
  background-color: #fff;
}
.background-green h2, .background-green h4{
  color: #fff;
}

.choose-us-section.style-five .service-title h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    background: none;
    width: 100px;
    height: 1px;
    transition: .6s;
    right: inherit;
    margin: auto;
}
.choose-us-section.style-five .service-title h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    padding: 0;
    transition: all 0.5s ease 0s;
    position: relative;
}
.choose-us-single-service {
    background-color: #f3f1f8;
    padding: 40px;
    border-radius: 8px;
    /* padding: 15px; */
    height: 80%;
    /* margin-bottom: 15px !important; */
}

.sub-header-section {
    background: linear-gradient(
    90deg, 
    #5e4199 0%, 
    #2b7b98 80%, 
    #1e8a98 100%
  );
}

.underline-header-below:after {
   background: none repeat scroll 0 0 #fff;

   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 25px;
   text-align: center;
   margin: auto;
   margin-top: 15px;
}
.underline-header-below-pink:after {
   background: none repeat scroll 0 0 #dc529f;

   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 25px;
   text-align: center;
   margin: auto;
   margin-top: 5px;
}
.underline-header-below-purple:after {
   background: none repeat scroll 0 0 #4e3a73;

   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 25px;
   text-align: center;
   margin: auto;
   margin-top: 5px;
}
.underline-header-below-green:after {
   background: none repeat scroll 0 0 #33c4a2;

   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 25px;
   text-align: center;
   margin: auto;
   margin-top: 5px;
}
.underline-header-below-orange:after {
   background: none repeat scroll 0 0 #f05b4d;

   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 25px;
   text-align: center;
   margin: auto;
   margin-top: 5px;
}
.underline-header-below-lg:after {
   background: none repeat scroll 0 0 #fff;

   content: "";
   display: block;
   height: 5px;
   position: relative;
   width: 65px;
   text-align: center;
   margin: auto;
   margin-top: 15px;
}
.service-section.style-six .single-service {
    text-align: center;
    background: #fff;
    padding: 0px 0px 0px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 0 0 0 0;
    margin-bottom: 30px;
}
.service-section.style-six .service-icon, .service-section.style-six .service-title{
  padding: 15px;
}
.service-section.style-six .service-icon h5{
  color: #fff;
  font-weight: 500;
}
.service-section.style-six .service-icon i {
    width: 75px;
    height: 0px;
    color: #fff;
    line-height: 1em;
    background: none;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 22px 0 22px 22px;
    transition: .5s;
    text-align: center;
    font-size: 65px;
}
.choose-us-section.style-five .service-icon  {
margin-right: 15px;

}
.choose-us-section.style-five .service-icon img {
margin-top: 10px;

}
.form-control {
    height: inherit;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    box-shadow: none;
    border-radius: 5px;
    /* background-color: rgba(255,255,255,0.4); */
    border-color: transparent;
}

/* Colors */
.bg-dark-black {
  background-color: #000000;
  color: #fff;
}
.bg-black {
  background-color: #1f2845;
  color: #fff;
}
.bg-light-black {
  background-color: #55595c;
  color: #fff;
}
.bg-gray {
  background-color: #9f9fa1;
  color: #fff;
}
.bg-light-gray{
  background-color: #f3f3f3;
  
}
.bg-dark-gray{
  background-color: #5b5b5d !important;
  color: #fff;
}
.bg-gray-button {
  background-color: #9f9fa1;
  color: #000000;
}
.bg-gray-button:hover {
  color: #000000;
}
.bg-purple {
  background-color: #cfc4df;
  color: #fff;
}
.bg-blue {
  background-color: #a5d0d5;
  color: #fff;
}
.bg-dark-coral {
  background-color:  #F65B4D
  color: #fff !important;
}
.bg-dark-coral-button {
  background-color: #F65B4D;
  color: #fff;
}
.bg-dark-coral-button:hover {
  color: #fff;
}
.bg-coral {
  background-color: #fdd4c7;
  color: #fff;
}
.bg-dark-purple {
  background-color: #4e3a73;
  color: #fff;
}
.bg-pink{
    background-color: #dc529f;
  color: #fff;
}
.bg-green{
    background-color: #33c4a2;
  color: #fff;
}
.bg-dark-green{
    background-color: #1f8a97;
  color: #fff;
}
.bg-orange{
    background-color: #f05b4d;
  color: #fff;
}
.white{
  color: #fff;
}
.pink{
    color: #dc529f !important;
}
.green{
    color: #33c4a2 !important;
}
.dark-green{
    color: #1f8a97 !important;
}
.orange{
  color: #f05b4d !important;
}
.dark-black {
  color: #000000 !important;
}
.black {
  color: #1f2845 !important;
}
.light-black {
  color: #55595c !important;
}
.gray {
  color: #9f9fa1 !important;
}
.light-gray{
  color: #f3f3f3 !important;
  
}
.gray-button {
  color: #9f9fa1 !important;
}
.gray-button:hover {
  color: #000000;
}
.light-purple {
  color: #cfc4df !important;
}
.blue {
  color: #a5d0d5 !important;
}
.dark-coral {
  color:  #F65B4D !important;
}
.coral {
  color: #fdd4c7 !important;
}
.dark-purple {
  color: #4e3a73 !important;
}
.purple{
    color: #7744D9 !important;
}
.white{
    color: #fff !important;
}
.coral{
  color: #F65B4D !important;
}
.facebook-color{
  color: #3b5998;
}
.linkedin-color{
  color: #0077b5;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.btn {
    border: 0;
    display: inline-block;
    text-align: center;
    /*padding: 12px 30px;
    border-radius: 7px;*/
    transition: .3s;
}
.section-head h2 {
    font-size: 39px;
    margin-bottom: 0px;
    text-transform: inherit;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}
.full-width{
  width: 100%;
}

.feature-section.style-three .services-single-feature.style-two {
    box-shadow: none;
    background-color: #f3f1f8;
}

.feature-section.style-three .service-icon i {
    border-radius: 3px;
    border: 0px;
}
.feature-section.style-three .services-single-feature {
    padding: 40px 20px 1px;
}
.read-more-list a{
  color: #4e3a73;
  font-weight: 700;
}
.read-more-list i {
    position: relative;
    top: 2px;
    /* vertical-align: middle; */
}
.about-thumb{
  padding: 15px;
}
.about-thumb img{
  border-radius: 8px;
}
.feature-section.style-three .service-icon i {
  font-size: 55px;
  color: #fff;
  text-align: center;
  transition: .5s;
  width: auto;
  height: auto;
  background: transparent;
  line-height: 1em;
  display: inline-block;
  border-radius: 3px;
  border: none;
  position: relative;
  z-index: 1;
  color: #4e3a73;
}
.feature-section.style-three .service-icon i::after {
    background: transparent;
}
@media only screen and (min-width: 992px) {
  .lg-h-80 {
    min-height: 80px;
  }
}
.width-75{
  width: 75px;

}
.width-100{
  width: 100px;

}
.width-150{
  width: 150px;

}
.width-175{
  width: 175px;

}
.width-200{
  width: 200px;

}

@media only screen and (min-width: 481px) and (max-width: 599px){
.section-head h2 {
    font-size: 27px !important;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px){
.section-head h2 {
    font-size: 27px !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px){
.section-head h2 {
    font-size: 27px !important;
}
}

.service-content-txt p {
  font-size: 18px;
  line-height: 22px;
  color: #55595C;
}
.hero-section.style-five .hero-content h1, .hero-section.style-five .hero-content h2 {
line-height: 80px;
    text-transform: none;
}
.btn-orange{
  background: #f05b4d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
    padding: 15px 32px;
    text-align: center;
    transition: 0.3s;
    letter-spacing: 1px;
    font-weight: 600;
}
.btn-white{
  background: #fff;
    border-radius: 3px;
    color: #f05b4d;
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
    padding: 15px 32px;
    text-align: center;
    transition: 0.3s;
    letter-spacing: 1px;
    font-weight: 600;
}
#to-top{
  line-height: 40px;
}
button:focus, button:hover{
  border: none;
  outline: none;
}
.feature-section.style-three .services-single-feature::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: none;
    z-index: -1;
    opacity: 1;
    transition: .5s;
}
.feature-section.style-three .services-single-feature:hover:after  {
  border-bottom: 5px solid #5e4199;

}
.feature-section.style-three .service-icon i::after {
color: #55595C;
}
.feature-section.style-three .services-single-feature:hover .service-icon i::after{
  background: transparent;
  color:#55595C;
}

.feature-section.style-three .services-single-feature:hover a{
  color: #55595C;
}
.feature-section.style-three .services-single-feature:hover i{
  color: #55595C;
}
.feature-section.style-three .services-single-feature:hover .service-icon i{
  color: #55595C;
}
.feature-section.style-three .services-single-feature:hover .service-content-txt p{
  color: #55595C;
}
.feature-section.style-three .services-single-feature:hover .service-title h5{
  color: #55595C;
}
.footer {
background: linear-gradient(to right, rgba(32, 40, 119, 0.3), rgba(55, 46, 149, 0.35), rgb(75 33 191 / 30%), rgb(48 118 205 / 45%), rgb(41 151 230 / 30%)), url(../images/footer/footer-bg-3.png) no-repeat center/cover;
}
.hero-section-about{
    background: url(../images/about/slider-bg.jpg) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero-section-pricing{
    background: url(../images/pricing/slider-bg.jpg) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero-section-account-validation{
  background:  url(../images/xpress/Account_Validation_bg.png) no-repeat center/cover;
  height: 500px;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.hero-section-fraud {
  background:  url(../images/xpress/fraud_preventation_bg.png) no-repeat center/cover;
  height: 500px;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.hero-section-customers{
    background:  url(../images/xpress/customers/image2.png) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero-section-contact-us{
    background: url(../images/contact-us/background2.png) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero-section-account-verification{
    background: url(../images/services/account_verification/slider-bg.png) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero-section-identity-verification{
    background: url(../images/services/identity-verification/slider.png) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero-section-address-validation{
    background: url(../images/services/address-validation/slider-hover.png) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero-section-ofac{
    background: 
    /* top, transparent red */
    linear-gradient(
      rgba(7, 24, 62, 0.71), 
      rgba(7, 24, 62, 0.71)
    ), url(../images/services/ofac/slider.png) no-repeat center/cover;
    height: 500px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.super-header-green{
color: #1f8a97;
    font-weight: normal;
    font-size: 20px;

}
.counter-content-container {
    background:  url(../images/about/hand-shake-bg.jpg) center center/cover no-repeat scroll;
    padding-top: 60px;
    padding-bottom: 40px;
    box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
    z-index: 1;
    position: relative;
    margin-top: -80px;
}
.counter-txt h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-top: 0px;
    position: absolute;
    margin-left: 10px;
    top: 0;
}
.counter-icon{
  font-size: 42px;
}
.br {
    border-right: none;
}
.orange{
  color: #f05b4d !important;
}

.acct-validation-section{
  background:  url(../images/xpress/Account_Validation_bg.png) no-repeat center/cover;
  height: 400px;
  position: relative;
  z-index: 1;
  transition: .5s;
}
 

.acct-validation-section-sub{
  height: 500px;
}



.acct-validation-section.style-five .hero-content p {
  width: 70%;
  margin: 20px auto 32px;
  font-size: 18px;
}

.check-circle-orange:before {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px;
  margin-left: -38px;
  color: #f65b4d;
  font-weight: 900;
  content: "\f058";
  position: relative;
    top: 5px;
}
.check-circle-orange {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px;
  margin-left: 38px;
  color: #f65b4d;
  font-weight: 900;
  content: "\f058";
}

.check-circle-teal:before {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px;
  margin-left: -38px;
  color: #1e8a98;
  font-weight: 900;
  position: relative;
    top: 5px;
  content: "\f058";
}

.check-circle-teal {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px;
  margin-left: 38px;
  color: #1e8a98;
  font-weight: 900;
  content: "\f058";
}

.check-circle-purple:before {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px;
  margin-left: -38px;
  color: #5e4199;
  font-weight: 900;
  content: "\f058";
  position: relative;
    top: 5px;
}

.check-circle-purple {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px;
  margin-left: 38px;
  color: #5e4199;
  font-weight: 900;
  content: "\f058";
}

.point-text {
  font-size: 18px; 
  font-weight: 500;
  font-family: roboto !important;
  color: #2a292d;
}

.account-val-list li {

}

.address-validation-seperator-bg{
   background: 
    /* top, transparent red */
    linear-gradient(
      rgba(31, 138, 151, 0.9), 
      rgba(31, 138, 151, 0.9)
    ),url(../images/services/address-validation/globe.png) no-repeat center/cover;
}
.address-seperator-content{
  font-size: 18px;
}
.font-md{
  font-size: 18px;
}
.h-20{
  font-size: 20px;
}
.column-middle{
      display: flex;
    align-items: center; 
}
.alert{
color: #fff;

position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 9999;
border-radius: 0px;

}
.alert-dismissible .close {
    padding: .5rem 1.25rem;
}
.icon-contact-list img{
  height: 43px;
}
.contact-list-wrapper{
    border-radius: 10px;
    padding: 15px;
    padding-top: 30px;

}

.contact-list-pink{
    border: 1px solid #dc529f;
}
.contact-list-green{
    border: 1px solid #33c4a2;
}
.contact-list-purple{
    border: 1px solid #4e3a73;
}
.contact-list-orange{
    border: 1px solid #f05b4d;
}
.contact-list-parargraph{
  min-height: 90px;
}

.contact-us-form-bg{
    background: url(../images/contact-us/getintouch2.png) no-repeat center/cover;

}
.read-more-list a:hover {
    text-decoration: underline;
}
.cta-button{
min-width: 200px;
}
.carousel-section{

    background: url(../images/xpress/customers/customerssay1.png) no-repeat center/cover;
    height: auto;
    position: relative;
    z-index: 1;
    transition: .5s;

}
.carousel-title h6{
  margin-top: 0px;
}
.profile-img{
  height: 90px;
}
.carousel-img{
display: inline-block;
position: relative;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 50%;
float: left;
margin-left: 15px;

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

/* Carousel */
.item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.7);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .item{
  opacity:1;
  transform:scale(1);
} 


.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.inner a:hover{border-color:#fff;}
.black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.black .inner a:hover{border-color:#000;}

.owl-dots {
    position: relative;
    /* left: auto; */
    margin: 0 auto;
    bottom: 0px;
    border-radius: 100%;
    text-align: center;
    transform: translateX(-50%);
    margin-top: 40px;
    margin-bottom: 40px;
}

.owl-controls{position:absolute; margin-top:200px;}

.owl-stage .center {
  z-index: 9999999999999;
}

@media(min-width:998px){
  .owl-item.center {
    transform:scale(1.2);
    z-index: 9999999999999;
  }
  .owl-carousel .owl-stage-outer{
    padding-top: 60px;
    padding-bottom: 60px;
  }

}
.owl-item .blog-single-items{
  min-height: 300px;
}
.owl-dot {
    background: #bfcadc;
    height: 15px !important;
    width: 15px !important;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    transition: .5s;
}
.owl-dot.active {
    background: #f05b4d;
    width: 15px;
}
.blog-single-items {

    padding: 15px 15px 25px 25px;

}
.owl-item p {
  font-size: 14px;
}
.owl-prev, .owl-next {
border: 1px solid rgba(255, 255, 255, .4);
}
.owl-prev, .owl-next i {
color: rgba(255, 255, 255, .4);
}
.carousel-title{
  margin-left: 15px;

}
@media only screen and (min-width: 0px) and (max-width: 997px){
  .owl-item .blog-single-items{
    min-height: 220px;
  }
}
/* End Carousel */

/*cookie alert*/

#cookiePopup {
  background: white;
  width: 100%;
  position: fixed;
  bottom: 0px;
  box-shadow: 0px 0px 2px #cccccc;
  z-index: 999999999999999999999999999999;
  border-radius: 0px;
  padding: 25px;
}
#cookiePopup p{
text-align: left;
font-size: 15px;
color: #4e4e4e;
}
#cookiePopup h4{
  margin-top: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 992px){
.menu-wrapper nav {

    width: 100%;


}
}
@media only screen and (min-width: 0px) and (max-width: 992px){
.menu-wrapper .sub-menu {
    position: relative;
    left: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100% !important;
    top:  0px;


}
.sub-menu{
  display: none;
}
}
.screen-shot-desktop{
  background-color: #e7e6e6;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

#to-top {
  bottom: 20px;
  right: 20px;
  line-height: 45px !important;
}
