.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#imglogo {
	width: 210px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
}

.section-title span {
  font-weight: 600;
  color: #f2132b;
}

.section-title h2 {
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 15px;
}

/*================================================
Preloader Area CSS
=================================================*/


.topbar {
	background-color: #09101f;
	padding: 10px 4px;
}

.topbar .topbar-lf-item {
 display: flex;
 align-items: center;
}
.topbar .topbar-lf-item a {
 display: inline-flex;
 align-items: center;
 color: rgba(255, 255, 255, 1.0);
 font-size: 14px;
 font-weight: 400;
}

.topbar .topbar-rgt-item a {
 display: inline-flex;
 align-items: center;
 color: rgba(255, 255, 255, 1.0);
 font-size: 14px;
 font-weight: 400;
}

.topbar .topbar-rgt-item a span {
padding-right: 11px;
}


.default-btn {
  display: inline-block;
  padding: 12px 45px;
  background-color: #f2132b;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.default-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #fb7756;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  height: 100%;
}

.hero-items h1 {
	font-size: 3.5em;
	color: #ffffff;
	margin-top: 1em;
	padding-top: 70px;

}
.banner-btn {
	margin-top: 40px;
}

.hero-items h4 {
	font-size: 16px;
	color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
}
.conxpurps-main {
	background: url(../webimg/icon/fun-facts-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.conxpurps-main .conxpurps-txt {
padding-top: 3em;
padding-bottom: 4em;

}


.conxpurps-main .conxpurps-txt span {
display: block;
 color: rgba(255, 255, 255, 1.0);
}

.conxpurps-main .conxpurps-txt h1 {
	color: rgba(255, 255, 255, 1.0);
	font-size: 1.9em;
    padding-top: 30px;
}

/*Count up icon*/

.fun-facts-area.bg-color .single-countrup {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
}

.fun-facts-area.bg-color .single-countrup .icon {
  margin-bottom: 20px;
}

.fun-facts-area.bg-color .single-countrup .icon i {
  font-size: 80px;
  color: #4ed198;
  line-height: 1;
}

.fun-facts-area.bg-color .single-countrup h3 {
  color: #4ed198;
  margin-top: 0;
}

.fun-facts-area.bg-color .single-countrup h3::before {
  display: none;
}

.fun-facts-area.bg-ffffff::before {
  background-image: url(../../webimg/fun-facts-bg.jpg);
}

.fun-facts-area.bg-ffffff .single-countrup {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
}

.fun-facts-area.bg-ffffff .single-countrup .icon {
  margin-bottom: 20px;
}

.fun-facts-area.bg-ffffff .single-countrup .icon i {
  font-size: 80px;
  color: #f2132b;
  line-height: 1;
}

.fun-facts-area.bg-ffffff .single-countrup h3 {
  color: #f2132b;
  margin-top: 0;
}

.fun-facts-area.bg-ffffff .single-countrup h3::before {
  display: none;
}

.conxp-countup-box {
	position: relative;
	margin-top: -30px;
	z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 50px 20px 50px;
}

.single-countrup {
  margin-bottom: 30px;
  text-align: center;
}

.single-countrup h3 {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #f2132b;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.single-countrup h3::before {
  position: absolute;
  content: "";
  height: 90px;
  width: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee7e9), color-stop(#fdedf2), color-stop(#fcf3f9), color-stop(#fcf9fd), to(#ffffff));
  background: linear-gradient(to bottom, #fee7e9, #fdedf2, #fcf3f9, #fcf9fd, #ffffff);
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  z-index: -1;
  border-radius: 50px;
}

.single-countrup span {
	display: block;
  font-size: 22px;
  font-weight: 600;
  color: #09101f;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

/*================================================
Protect Area CSS
=================================================*/
.protect-area {
margin-top: 44px;
padding-top: 30px;
}
.protect-area .container-fluid {
  padding-right: 0;
  overflow: hidden;
}

.protect-content {
  max-width: 695px;
  margin-left: auto;
}

.protect-content span {
  font-weight: 600;
  color: #f2132b;
}

.protect-content h3 {
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.protect-content p {
  margin-bottom: 0;
}

.protect-content .protect-inner-content {
  position: relative;
  margin-top: 25px;
  padding-left: 60px;
}

.protect-content .protect-inner-content .number {
  position: absolute;
  left: 0;
  top: 0;
}

.protect-content .protect-inner-content .number span {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #f2132b;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.protect-content .protect-inner-content h4 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
}

.protect-content .protect-inner-content p {
  margin-bottom: 0;
}

.protect-content .protect-inner-content:hover .number span {
  background-color: #fb7756;
}

.protect-image {
  background-image: url(../webimg/icon/protect.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 50px 0 0 50px;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  display: block;
  position: relative;
  margin-top: 40px;
  padding-top: 70px;
}

.services-area .service-headr span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
  padding-bottom: 30px;
} 

.services-area .service-headr h2 {
display: block;
font-size: 2em;
color: rgba(0, 0, 0, 1.0);
padding: 0 4em;
}
.services-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 65%;
  background-image: url(../img/services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.services-area.bg-ffffff::before {
  display: none;
}

.services-area.bg-ffffff .single-services-item .icon::before {
  background-color: #ecefff;
}

.services-area.bg-ffffff .single-services-item .icon i {
  color: #4865ff;
}

.services-area.bg-ffffff .single-services-item:hover {
  border: 1px solid #4865ff;
  background-color: #4865ff;
}

.services-area.bg-ffffff .single-services-item:hover .icon::before {
  background-color: #6d84ff;
}

.services-area.bg-ffffff .single-services-item:hover .icon i {
  color: #ffffff;
}

.services-area.bg-ffffff .services-slider.owl-theme .owl-nav [class*=owl-] {
  color: #4865ff;
}

.services-area.bg-ffffff .services-slider.owl-theme .owl-nav [class*=owl-]:hover, .services-area.bg-ffffff .services-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #4865ff;
}

.services-area.bg-ffffff .section-title span {
  color: #4865ff;
}

.services-area.bg-transparent {
  border-top: 1px solid #eeeeee;
}

.services-area.bg-transparent::before {
  display: none;
}

.single-services-item {
  position: relative;
  z-index: 1;
  padding: 35px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  border-radius: 5px;
}

.single-services-item .icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.single-services-item .icon::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background-color: #fee7e9;
  left: 0;
  top: -10px;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item .icon i {
  font-size: 60px;
  color: #f2132b;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item h3 {
	color: rgba(0, 0, 0, 1.0);
  font-size: 23px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.single-services-item h3 a{
	color: rgba(0, 0, 0, 1.0);

}

.single-services-item p {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 15px;
}

.single-services-item .learn-btn {
  font-size: 16px;
  color: #09101f;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item:hover {
  border: 1px solid #f2132b;
  background-color: #f2132b;
}

.single-services-item:hover .learn-btn {
  letter-spacing: 1px;
  color: #ffffff;
}

.single-services-item:hover h3 a {
  color: #ffffff;
}

.single-services-item:hover p {
  color: #ffffff;
}

.single-services-item:hover .icon::before {
  background-color: #f54255;
}

.single-services-item:hover .icon i {
  color: #ffffff;
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #f2132b;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover, .services-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #f2132b;
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover i, .services-slider.owl-theme .owl-nav [class*=owl-]:focus i {
  color: #ffffff;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.services-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.services-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

/*================================================
Credit Card Area CSS
=================================================*/
.credit-card-area.bg-ffffff .row {
  background-color: #f2132b;
  padding: 80px 100px;
  border-radius: 25px;
}

.credit-card-content span {
  color: #ffffff;
  font-weight: 600;
}

.credit-card-content h3 {
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.credit-card-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.credit-card-content .credit-card-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.credit-card-content .credit-card-features li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 0;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.credit-card-content .credit-card-features li i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.credit-card-image-slider.owl-theme .owl-nav {
  margin-top: 20px;
}

.credit-card-image-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  margin: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.credit-card-image-slider.owl-theme .owl-nav [class*=owl-]:hover i, .credit-card-image-slider.owl-theme .owl-nav [class*=owl-]:focus i {
  color: #fb7756;
}

.credit-card-image-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-cc-slide .credit-card-image img {
	width: 409px !important;
}

/*================================================
Location Maps Area CSS
=================================================*/

.location-maps-area h2 {
  color: rgba(0, 0, 0, 1.0);
  display: block;
  font-size: 2em;
}


.location-maps-image {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  text-align: center;
}

.location-maps-image .location {
  position: absolute;
  left: 20%;
  top: 40%;
  width: auto;
  height: auto;
}

.location-maps-image .location a::before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -4px;
  border: 5px solid #f2132b;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  background: #ffffff;
}

.location-maps-image .location a .location-info {
  position: absolute;
  left: -50px;
  bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 160px;
  background: #ffffff;
  text-align: center;
  padding: 5px 15px;
  border-radius: 3px;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
}

.location-maps-image .location a .location-info::before {
  content: "";
  position: absolute;
  left: 60px;
  bottom: -10px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.location-maps-image .location a .location-info h5 {
  font-size: 16px;
  margin: 5px 0 5px 0;
  color: #f2132b;
}

.location-maps-image .location.location2 {
  right: 50%;
  left: auto;
  top: 20%;
}

.location-maps-image .location.location3 {
  right: 75%;
  left: auto;
  top: 80%;
}

.location-maps-image .location.location4 {
  right: 50%;
  left: auto;
  top: 60%;
}

.location-maps-image .location.location5 {
  right: 53%;
  left: auto;
  top: 33%;
}

.location-maps-image .location.location6 {
  right: 25%;
  left: auto;
  top: 78%;
}

.location-maps-image .location.location7 {
  right: 25%;
  left: auto;
  top: 35%;
}

.location-maps-image .location:hover a .location-info {
  bottom: 40px;
}

/*================================================
Table Area CSS
=================================================*/

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #09101f;
}

.footer-area.bg-color .single-footer-widget .footer-logo .social li a i:hover {
  background-color: #4865ff;
  border: 1px solid #4865ff;
}

.footer-area.bg-color .single-footer-widget .footer-contact-info li i {
  color: #4865ff;
}

.social li a i{
  font-size: 22ssssspx !important;
}

.footer-area.bg-color .single-footer-widget .footer-contact-info li a:hover {
  color: #4865ff;
}

.footer-area.bg-color .single-footer-widget .footer-contact-info li a::before {
  background-color: #4865ff;
}

.footer-area.bg-color .single-footer-widget .quick-links li a:hover {
  color: #4865ff;
}

.footer-area.bg-color .single-footer-widget .quick-links li a::before {
  background-color: #4865ff;
}

.footer-area.bg-ffffff {
  background-color: #ffffff;
}

.footer-area.bg-ffffff .single-footer-widget .footer-logo h2 a {
  color: #6e727f;
}

.footer-area.bg-ffffff .single-footer-widget .footer-logo p {
  color: #6e727f;
}

.footer-area.bg-ffffff .single-footer-widget .footer-logo .social li a i {
  color: #6e727f;
}

.footer-area.bg-ffffff .single-footer-widget .footer-logo .social li a i:hover {
  background-color: #4ed198;
  border: 1px solid #4ed198;
  color: #ffffff;
}

.footer-area.bg-ffffff .single-footer-widget h3 {
  color: #09101f;
}

.footer-area.bg-ffffff .single-footer-widget .footer-contact-info li {
  color: #6e727f;
}

.footer-area.bg-ffffff .single-footer-widget .footer-contact-info li i {
  color: #4ed198;
}

.footer-area.bg-ffffff .single-footer-widget .footer-contact-info li span {
  color: #09101f;
}

.footer-area.bg-ffffff .single-footer-widget .footer-contact-info li a {
  color: #6e727f;
}

.footer-area.bg-ffffff .single-footer-widget .footer-contact-info li a:hover {
  color: #4ed198;
}

.footer-area.bg-ffffff .single-footer-widget .footer-contact-info li a::before {
  background-color: #4ed198;
}

.footer-area.bg-ffffff .single-footer-widget .quick-links li a {
  color: #6e727f;
}

.footer-area.bg-ffffff .single-footer-widget .quick-links li a:hover {
  color: #4ed198;
}

.footer-area.bg-ffffff .single-footer-widget .quick-links li a::before {
  background-color: #4ed198;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .footer-logo h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-footer-widget .footer-logo h2 a {
  color: #ffffff;
}

.single-footer-widget .footer-logo p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-footer-widget .footer-logo .social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget .footer-logo .social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.single-footer-widget .footer-logo .social li:last-child {
  margin-right: 0;
}

.single-footer-widget .footer-logo .social li a i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #6e727f;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .footer-logo .social li a i:hover {
  background-color: #f2132b;
  border: 1px solid #f2132b;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #ffffff;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  margin-bottom: 15px;
  color: #ffffff;
  position: relative;
  padding-left: 35px;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  color: #f2132b;
}

.single-footer-widget .footer-contact-info li span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  font-size: 15px;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #f2132b;
}

.single-footer-widget .footer-contact-info li a:hover::before {
  width: 100%;
}

.single-footer-widget .footer-contact-info li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #f2132b;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links li {
  margin-bottom: 12px;
  font-size: 16px;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.single-footer-widget .quick-links li a:hover {
  color: #f2132b;
}

.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}

.single-footer-widget .quick-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #f2132b;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #09101f;
  border-top: 1px solid #222836;
}

.copyright-area .copyright-area-content {
  text-align: center;
}

.copyright-area .copyright-area-content p {
  color: #ffffff;
}

.copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #f2132b;
}

.copyright-area .copyright-area-content p a:hover {
  color: #ffffff;
}

.copyright-area.bg-color .copyright-area-content p a {
  color: #4865ff;
}

.copyright-area.bg-color .copyright-area-content p a:hover {
  color: #ffffff;
}

.copyright-area.bg-ffffff {
  background-color: #ffffff;
  border-top: 1px solid #ecedee;
}

.copyright-area.bg-ffffff p {
  color: #6e727f;
}

.copyright-area.bg-ffffff p a {
  color: #4ed198;
}

.copyright-area.bg-ffffff p a:hover {
  color: #6e727f;
}

.dividr {
	display: block;
	height: 100px;
}


/*================================================
Open Account Area CSS
=================================================*/
.open-account-area {
  position: relative;
  z-index: 1;
}

.open-account-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background-image: url(../webimg/icon/open-account-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.open-account-area .section-title h2 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #ffffff;
}

.open-account-area .section-title p {
  color: #ffffff;
}

.open-account-form {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  margin: auto;
}

.open-account-form form .form-group {
  margin-bottom: 25px;
}

.open-account-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #6e727f;
  font-weight: 400;
  font-size: 16px;
}

.open-account-form form .form-group .form-control {
  height: 50px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #09101f;
  background-color: #f1f1f1 !important;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.open-account-form form .form-group .form-control:focus {
  background-color: transparent !important;
}

.open-account-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.open-account-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.open-account-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.open-account-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.open-account-form form button {
  border: none;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.open-account-form form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #f1f1f1;
  color: #6e727f;
  border-radius: 5px;
  background-color: #f1f1f1;
  padding-top: 5px;
  font-weight: 400;
  margin-bottom: 20px;
}

.open-account-form form .nice-select:focus {
  background-color: transparent;
}

.open-account-form form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.open-account-form form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #09101f;
  padding-left: 20px;
  padding-right: 20px;
}

.open-account-form form .nice-select .list .option:hover {
  background-color: #f2132b !important;
  color: #ffffff;
}

.open-account-form form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.open-account-form form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #b5b6bc;
  right: 20px;
}

.open-account-form form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #6e727f;
}

/*================================================
Security Area CSS
=================================================*/

#merrorBlock {
 font-size: 13px;
}

#frmConfirmpin {
  text-align: center;
}
#frmConfirmpin input {
width: 65px; 
height: 50px; 
font-size: 1.9em;
text-align: center;
}
#errpin_val {
  display: none;
  padding: 10px 30px; 
 font-size: 13px;
 font-weight: 500; 
 color : rgba(148, 10, 61, 1.0);
 font-family: Helvetica;
 text-align: center;
 line-height: 1.4;
 background: rgba(189, 8, 74, 0.2);
 margin-bottom: 30px;
}

#preloader {
  position: absolute; 
  width: 100%; 
  height: 100%; 
  background: rgba(255, 255, 255, 0.6);
  z-index: 99800;
  }

#loader {
  position: absolute;
  left: 50%; 
  top: 50%; 
  z-index: 99990;
  width: 80px;
  height: 80px;  
  background: url(../webfiles/waiting-icon-gif-1.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#btnModelPin {
	display: none;
}

.open-account-form h4 {
	display: block;
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	line-height: 1.3;
}


.open-account-form p {
	display: block;
	color: rgba(31, 105, 209, 1);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	padding: 10px 0;
}
/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
  position: relative;
  z-index: 1;
  background-image: url(../webimg/icon/page-banner-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-attachment: fixed;
}

.page-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .60;
}

.page-banner-area.item-bg1 {
  background-image: url(../webimg/icon/page-banner-2.jpg);
}

.page-banner-area.item-bg2 {
  background-image: url(../webimg/icon/page-banner-3.jpg);
}

.page-banner-area .item-bg3 {
  background-image: url(../webimg/icon/page-banner-4.jpg);
}

.page-banner-area.item-bg4 {
  background-image: url(../webimg/icon/webimg/page-banner-5.jpg);
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 45px;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  color: #f2132b;
  list-style-type: none;
  position: relative;
}

.page-banner-content ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #f2132b;
}

.page-banner-content ul li:first-child {
  margin-left: 0;
}

.page-banner-content ul li:first-child::before {
  display: none;
}

.page-banner-content ul li a {
  display: block;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/

/*================================================
Payment Box Area CSS
=================================================*/
.payment-box-content {
  max-width: 600px;
}

.payment-box-content span {
  font-weight: 600;
  color: #f2132b;
}

.payment-box-content h3 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-box-content p {
  margin-bottom: 0;
}

.payment-box-content .payment-box-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.payment-box-content .payment-box-list li {
  list-style-type: none;
  color: #6e727f;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
}

.payment-box-content .payment-box-list li:last-child {
  margin-bottom: 0;
}

.payment-box-content .payment-box-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #f2132b;
}

.payment-box-image {
  text-align: center;
}

/*================================================
Using Card Area CSS
=================================================*/
.using-card-content {
  max-width: 600px;
}

.using-card-content span {
  font-weight: 600;
  color: #f2132b;
}

.using-card-content h3 {
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.using-card-content p {
  margin-bottom: 0;
}

.using-card-content .using-card-inner-content {
  position: relative;
  margin-top: 30px;
  padding-left: 60px;
}

.using-card-content .using-card-inner-content .number {
  position: absolute;
  left: 0;
  top: 0;
}

.using-card-content .using-card-inner-content .number span {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #f2132b;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.using-card-content .using-card-inner-content h4 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
}

.using-card-content .using-card-inner-content p {
  margin-bottom: 0;
}

.using-card-content .using-card-inner-content:hover .number span {
  background-color: #fb7756;
}

.using-card-image img {
	width: 100%;
	margin: 10px;
}
.open-accnt-db h4 {
	color: rgba(0, 0, 0, 1.0);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  position: relative;
  z-index: 1;
}

.contact-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/contact-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.contact-area .section-title h2 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #ffffff;
}

.contact-area .section-title p {
  color: #ffffff;
}

.contact-form {
  padding: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  max-width: 950px;
  margin: auto;
}

.contact-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form .form-group .form-control:focus {
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
  padding: 10px 15px;
  line-height: 1.5rem;
}

.contact-form .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.contact-form .form-group .help-block.with-errors ul li {
  font-size: 14px;
}

.contact-form .form-group label {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-form #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
  margin-top: 20px;
  font-size: 20px;
}

.contact-form .default-btn {
  border: none;
  margin-top: 10px;
  width: 100%;
}

.contact-form .form-check {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #6e727f;
}

.contact-form .form-check a {
  color: #f2132b;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.contact-info-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-top: 1px solid #f2132b;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box .icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.contact-info-box .icon::before {
  position: absolute;
  content: "";
  height: 90px;
  width: 90px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-color: #fee7e9;
  z-index: -1;
}

.contact-info-box .icon i {
  font-size: 80px;
  color: #f2132b;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box h3 {
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px;
}

.contact-info-box p {
  margin-bottom: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 250px;
  margin: auto;
}

.contact-info-box p a {
  display: inline-block;
  color: #6e727f;
}

.contact-info-box p a:hover {
  color: #f2132b;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover::before {
  width: 100%;
}

#map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -7px;
  border: none;
}
.terms-and-condition h4 {
	color: rgba(0, 0, 0, 0.9);
	font-size: 16px !important;
	line-height: 1.8em !important;
}

.contact-info-area .terms-and-condition p {
	color: rgba(0, 0, 0, 0.5) !important;
	font-size: 15px;
	line-height: 1.3em !important;
	font-weight: 500;
}



