.site-wrap {
  margin: 0px !important;
  padding: 0px !important;
}
.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: 180px;
}

/*================================================
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: rgba(255, 255, 255, 1.0);
	padding: 4px 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;
 font-family: 'Mulish', sans-serif;
}

.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: rgba(171, 21, 46, 1);
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
}

.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: 3em;
	/* color: rgba(250, 195, 67, 1); */
  color: rgba(255, 255, 255, 1);
	margin-top: 20px;
	padding-top: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;

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

.hero-items h4 {
	  font-size: 1em;
	  color: #ffffff;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Lato", sans-serif;
}
.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: rgba(255, 255, 255, 1.0);
}

.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;
}

.footer-header-txt h4 {
  font-size:16px;
  color: rgba(28, 133, 49, 0.8);
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.footer-header-txt h4 a {
  font-size:17px;
  color: rgba(28, 133, 49, 1);
  font-weight: 500;
}

.footer-header-txt h4 a i{
display: inline-block;
font-size: 14px;
margin-left: 1px;
}

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

.footer-link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3pc;
}

.footer-link-list span{
display: block;
margin: 0 10px;
}

.footer-link-list span a{
font-family: "Mulish", sans-serif;
font-size: 15px;
color: rgba(28, 133, 49, 1);
font-weight: 400;
}

.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: rgba(33, 98, 204, 1.0);
  border-top: 1px solid #222836;
}

.copyright-area .copyright-area-content {
  text-align: center;
    color: #fff;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
}

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

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

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

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

.copyright-area.bg-color .copyright-area-content  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;
  margin-bottom: 3pc;
}

/*.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;
 font-family: "Mulish", sans-serif;
 line-height: 1.1;
}

#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;
}

.topbar .topbar-lf-item .trdct-topbar {
    display: flex;
}
.topbar .topbar-lf-item .trdct-topbar span {
    display: block;
    margin: 0px 10px;
}

.topbar .topbar-lf-item .trdct-topbar span a{
font-size: 14px;
}

.headr-signup-cover .headr-leftside-div {
  display: flex;
  padding-right: 10px;
}

.headr-signup-cover .headr-leftside-div .headr-lft-link {
 display: block;
 margin: 0 10px;
}

.headr-signup-cover .headr-leftside-div .headr-lft-link a {
  display: inline-block;
  margin: 0 5px;
}
.headr-signup-cover .headr-leftside-div .headr-lft-link a span {
padding-left: 6px;
color: rgba(28, 133, 49, 1.0);
font-family: "Lato", sans-serif;
font-size: 18px;
font-weight: 400;
 }



 .headr-signup-cover .headr-leftside-div .headr-lft-link a i{
  font-size: 18px;
  color: rgba(28, 133, 49, 1.0);
 }

.lnk-bordr {
  width: 2px;
  background: rgba(28, 133, 49, 0.3);
}

@keyframes slideaway {
  from { display: block; transform: translateX(20px); opacity: 0;}
  to { transform: translateX(0px); opacity: 1;}
}


.headr-lft-link:not(:last-child) a span {
animation: slideaway 0.7s;
  display: none;
 }

.headr-lft-link:not(:last-child) a:hover span {
display: inline-block;
}

.trudn-cover-abt {
  margin: 4pc 10px;
  padding-top: 2pc;
  background-color: #ffffff;
}

.trudn-cover-abt .trudn-cover-header h2 {
color: rgba(0, 0, 0, 1.0);
font-size: 1.7em;
font-family: "Lato", sans-serif;
font-weight: 600;
} 

.trudn-cover-abt .trudn-cover-header h4 {
color: rgba(0, 0, 0, 1);
font-size: 1.2em;
font-family: "Lato", sans-serif;
font-weight: 500;
line-height: 2;
padding-bottom: 10px;
}

.trudn-cover-abt .trudn-dn-listn {
  display: block;
  text-align: center;
} 

.trudn-cover-abt .trudn-dn-listn div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 3px solid rgba(28, 133, 49, 1);
border-radius: 50%;
}

.trudn-cover-abt .trudn-dn-listn div i{
font-size: 2em;
color: rgba(28, 133, 49, 1);
}

.trudn-cover-abt .trudn-dn-listn span {
 display: block;
 font-size: 16px;
 font-family: "Lato", sans-serif;
 font-weight: 500;
 color: rgba(28, 133, 49, 1);
 line-height: 1.1;
 padding-top: 12px;
}

.trnd-wht-get {
display: flex;
margin-top: -2em;
padding-bottom: 4em;
}

.trnd-wht-get .trnd-wht-items-min .trnd-img-db {
  position: relative;
width: 100%;
height: 200px;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}

.trnd-wht-get .trnd-wht-items-min .trnd-img-db:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 3;
}

.trnd-single-item-main {
  width: 100%;
  height: 100%;
  display: flex;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.trnd-single-item-main:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 3;
}

.trnd-wht-items-min span {
  display: block;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  padding: 11px 0;
  color: rgba(0, 0, 0, 1.0);
  font-weight: 500;
}

.inner-details-dsaf-db h3 {
  padding: 30px 0;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.news-blog-cover {
  padding: 2em 0;
}
.news-blog-cover h4{
  padding: 20px 0;
  font-size: 20px;
  color: #000000;

}
.why-tf-cover .whytf-slide-item  {
width: 350px;
}

.why-tf-cover .whytf-slide-item .whytf-slideimg {
  display: flex;
  justify-content: center !important;
}

.why-tf-cover .whytf-slide-item .whytf-slideimg img {
width: 190px;
} 

.whytf-slide-item h4 {
font-size: 1em;
font-family: "Mullish", sans-serif;
color: rgba(0, 0, 0, 1.0);
font-weight: 500;
}

.whytf-slide-item span {
  display: block;
font-size: 16px;
font-family: "Mullish", sans-serif;
color: rgba(0, 0, 0, 0.7);
font-weight: 300;
line-height: 1.3;
}

.why-inf-td {
  padding-bottom: 2em;
}

.why-inf-header h3 {
 font-size: 1.3em;
 color: rgba(0, 0, 0, 1.0);
 font-family: "Lato", sans-serif;
 font-weight: 600;
}

.why-inf-header h5 {
font-size: 1.3em;
 color: rgba(0, 0, 0, 0.7);
 font-family: "Lato", sans-serif;
 font-weight: 400;
 padding: 1px 4pc;
}

.discover-tdn-cover {
  margin: 4pc 0;
  background-color: rgba(28, 133, 49, 0.8);
  padding: 3pc 4pc;
}

.discover-item-dn h4 {
  color: #00006b;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.5;
}

.discover-item-dn .discover-tdn-link {
  margin-top: 11px;
}
.discover-item-dn .discover-tdn-link a{
 display: inline-block;
 border-radius: 9px;
 border: 2px solid #00006b;
 padding: 10px 20px;
 margin-top: 10px;
 color: #00006b;
 font-family: "Mulish", sans-serif;
 font-weight: 500;
 font-size: 1em;
} 

.tdn-protectn-cover {
  margin: 2pc 0;
}

.tdn-protectn-cover .protect-tf-cover .protn-slide-item {
width: 450px;
display: flex;
flex-direction: column;
justify-content: center !important;
}

.protect-tf-cover .protn-slide-item  .prct-slideimg {
  display: block;
  text-align: center;
}
.protect-tf-cover .protn-slide-item  .prct-slideimg img {
  display: inline-block;
  width: 190px;
}

.protect-tf-cover .protn-slide-item span {
  display: block;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 1.0);
}
.prtct-dt-link a  {
  color: #1a56b8;
  font-size: 14px;
}

#language {
 background: rgba(28, 133, 49, 1.0);
 border: 0px;  
 color: rgba(255, 255, 255, 1); 
 font-size: 14px; 
 font-family: 'Mulish', sans-serif; 
 width: 90px; 
 display: inline-block;
 padding: 0px;
 }
#language:active {
border: 0px;
outline: 0px;
}

 #language option {
 background-color: rgba(28, 133, 49, 1.0) !important;
 }

.topbar-rgt-item span {
  color: #fff;
  font-size: 13px;
}

#mobile-logn-link {
  display: none;
}

.sign-headr-td {
  padding-top: 30px;
}

.sign-headr-td h4{
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}

.sign-item-headr h4{
  font-size: 1.4em;
  font-family: "Mullish", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  padding-top: 20px;
}

.sign-item-headr h6{
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 1.0);
  line-height: 1.2;
}

.signin-form-box {
  margin-top: 33px;
}

.sign-pg-warn {
  margin-bottom: 10px;
}
.sign-pg-warn span {
 display: block;
 color: rgba(94, 71, 41, 1.0);
 background: rgba(201, 159, 18, 0.2);
 font-size: 12px;
 font-family: "Lato", sans-serif;
 line-height: 1.1;
 font-weight: 500;
 padding: 10px 10px;

}
.trdn-fsc-pg {
  display: block;
  padding: 2pc 0;
}

.sign-actn-passwrd {
  display: flex;
  align-items: center;
  padding: 22px 0;
}
.sign-actn-passwrd span{
  display: block;
 color: rgba(0, 0, 0, 0.8);
 font-size: 13px;
 font-family: "Lato", sans-serif;
 line-height: 1.1;
 margin-left: 9px;
 font-weight: 500;
}


.trdn-fsc-pg img {
width: 120px;
}
.frm-btn-cover {
  display: flex;
  justify-content: flex-end;
}


.frm-btn-cover button {
  display: block;
  background-color: rgba(22, 90, 158, 1);
  padding: 3px 0;
  color: rgba(255, 255, 255, 1.0);
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.intrn-trdn-logo {
  display: flex;
  justify-content: center;
}
.intrn-trdn-logo img {
width: 200px;
}

.howto-page-main {
  background: #ffffff;
  padding: 30px 0;
}

.headr-divider {
  display: block;
  height: 110px;
}

.howto-page-main .howto-headr {
  display: block;
  text-align: center;
}
.howto-headr h4 {
  padding: 9px 0;
  color: rgba(0, 0, 0, 1.0);
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.howto-headr h6 {
  padding: 9px 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

/*howto-page-section*/

.howto-page-section {
  display: block;
  background-color: #f9f9f9;
  padding-top: 4pc;
}

.howto-tutor-cover {
padding-left: 4pc;
}

.howto-page-section .howto-tutor-cover h4{
font-size: 1em;
font-family: "Mulish", sans-serif;
color: rgba(0, 0, 0, 1.0);
font-weight: 600;
}

.howto-page-section .howto-tutor-cover h6{
font-size: 15px;
font-family: "Mulish", sans-serif;
color: rgba(0, 0, 0, 0.8);
font-weight: 400;
line-height: 1.3;
}

.howto-page-section .howto-tutor-cover .howto-tutor-list {
  margin-top: 30px;
}

.howto-page-section .howto-tutor-cover .howto-tutor-list span {
 display: block;
 font-size: 15px;
 font-family: "Mulish", sans-serif;
color: rgba(0, 0, 0, 0.8);
font-weight: 400;
line-height: 1.3;
margin-top: 5px;
}

.howto-tutor-lnk {
  margin-top: 30px;
}

.howto-tutor-lnk a{
display: inline-block;
font-size: 15px;
 font-family: "Mulish", sans-serif;
color: rgba(255, 255, 255, 1);
font-weight: 500;
background: rgba(28, 133, 49, 0.8);
padding: 10px 40px;
}

.howto-tutor-imgcover {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat !important;
  background-size: cover;!important;
  background-position: center !important;
}
.trdn-event-section {
  margin-top: 30px;
}

.trdn-event-section .trdn-event-headr {
display: block;
text-align: center;
padding: 20px 0;
margin-top: 20px;
}

.trdn-event-section .trdn-event-headr h4 {
  font-size: 1em;
  color: rgba(0, 0, 0, 1.0);
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  padding: 20px 0;
}

.trdn-event-section .trudn-event-submain h4 {
color: rgba(28, 133, 49, 1);
font-size: 17px;
font-family: "Mulish", sans-serif;
padding-bottom: 10px;
}

.trudn-event-submain {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 5px 20px;
}

.trudn-event-submain img {
  width: 200px;
}

.trdn-event-db {
  margin-top: 20px;
}

.trdn-event-db a { 
 display: inline-block;
 color: rgba(28, 133, 49, 1);
 border: 2px solid rgba(28, 133, 49, 1);
 border-radius: 9px;
 padding: 4px 30px;
 font-size: 15px;
 font-family: "Mulish", sans-serif;
 font-weight: 600;
}

.trdn-event-section .trudn-event-submain h5 {
 font-size: 15px;
 color: rgba(0, 0, 0, 0.6);
 font-weight: 400;
 font-family: "Mulish", sans-serif;
 text-align: center;
 margin-top: 10px;
}
.bdr-line {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mvpage-down {
  margin-top: 2pc;
  padding-top: 30px;
}

.persn-accnt-gui {
  margin-top: 30px;
  background: #f9fcf4;
  min-height: 390px;
}


.persn-accnt-top-img {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.persn-accnt-gui h4{
 font-family: "Mulish", sans-serif;
 color: rgba(0, 0, 0, 1.0);
 font-size: 17px;
 font-weight: 500;
 line-height: 1.4;
 padding-top: 20px;
 padding-left: 20px;
}

.persn-accnt-gui span{
  display: block;
 font-family: "Mulish", sans-serif;
 color: rgba(0, 0, 0, 0.6);
 font-size: 15px;
 font-weight: 400;
 line-height: 1.4;
 padding-left: 20px;
}

.trudn-myaccnt-movn {
  margin-top: 2pc;
  margin-bottom: 2pc;
}

.trudn-myaccnt-movn h4 {
  font-family: "Mulish", sans-serif;
 color: rgba(0, 0, 0, 1.0);
 font-size: 1.2em;
 font-weight: 600;
 line-height: 1.4;
 padding-top: 20px;
 padding-left: 20px;
}


.trudn-myaccnt-movn .trudn-dn-listn {
  display: block;
  text-align: center;
} 

.trudn-myaccnt-movn .trudn-dn-listn div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 3px solid rgba(28, 133, 49, 1);
border-radius: 50%;
}

.trudn-myaccnt-movn .trudn-dn-listn div i{
font-size: 2em;
color: rgba(28, 133, 49, 1);
}

.trudn-myaccnt-movn .trudn-dn-listn span {
 display: block;
 font-size: 16px;
 font-family: "Lato", sans-serif;
 font-weight: 500;
 color: rgba(28, 133, 49, 1);
 line-height: 1.1;
 padding-top: 12px;
}

.nopaddn {
  margin: 0px !important;
  padding: 0px !important; 
}

.site-logo a h1 {
  background: rgba(22, 90, 158, 1);
  font-size: 1.5em;
  padding: 1px 20px;
  border-radius: 10px;
  color: rgba(250, 195, 67, 1);
}
 .intro-trud-item {
  position: relative;
  z-index: 99;
}

.intro-section .overlay-db {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
} 

 .trundn-new-db {
  margin: 40px 0;
  padding-top: 40px;
 }

 .trundn-new-db .trund-db-conditn-txt {
  padding: 30px 60px 30px 70px;
 }

.trundn-new-db .trund-db-conditn .trund-db-tuneco-img {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.trundn-new-db .trund-db-conditn-txt h2 {
  color: #103976;
  font-family: 'Roboto', sans-serif;
  font-size: 2.8em;
  font-weight: 800;
}

.trundn-new-db .trund-db-conditn-txt p {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}

.trund-db-link {
  margin-top: 5px;
}

.trund-db-link a {
  display: inline-block;
  border: 1px solid rgba(22, 90, 158, 1);
  color: rgba(22, 90, 158, 1);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 8px;
}

.trudn-cover-abt {
min-height: 500px;
position: relative;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: top !important;
padding: 20px 0;
margin-left: 3pc;
border-radius: 10px;
}

.trudn-cover-abt:after {
position: absolute ;
content: "";
top: 0px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5) !important;
z-index: 3;
}

.trudn-cover-abt .trudn-idle-item h2 {
font-size: 3.4em;
color: #fff;
font-weight: 800;
}

.trudn-cover-abt .trudn-idle-item p {
font-size: 1em;
color: #fff !important;
font-weight: 400;
}

.trudn-idle-link {
  margin-top: 33px;
  margin-bottom: 4pc;
}


.trudn-cover-abt .trudn-idle-cover-main {
  position: relative;
  z-index: 23;
}

.trudn-idle-link  a {
 display: inline-block;
 font-size: 18px;
 color: rgba(250, 195, 67, 1); 
 border: 1px solid rgba(250, 195, 67, 1);
 border-radius: 10px;
 padding: 9px 30px;
 font-weight: 700;
}

.privt-check-bn  {
min-height: 500px;
position: relative;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: top !important;
padding: 20px 0;
margin: 50px 0;
}

.privt-check-bn:after {
position: absolute ;
content: "";
top: 0px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4) !important;
z-index: 3;
}

.privt-check-bn .privt-check-items {
   position: relative;
  z-index: 23;
  padding-top: 33px;
}

.privt-check-bn .privt-check-items h2 {
font-size: 3.4em;
color: #fff;
font-weight: 800;
}

.privt-check-bn .privt-check-items p {
font-size: 1em;
color: #fff !important;
font-weight: 400;
}

.privt-checkn-link {
margin-top: 60px;
padding-bottom: 4pc;
} 

.privt-checkn-link a {
  display: inline-block;
 font-size: 18px;
 color: rgba(250, 195, 67, 1); 
 border: 1px solid rgba(250, 195, 67, 1);
 border-radius: 5px;
 padding: 9px 30px;
 font-weight: 700;
}

.why-incdb-cover {
  background: #f6f6f6;
  padding: 35px 20px;
}
.why-inf-td .whytf-slide-item .whtf-inctd-img-cover {
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  text-align: center;
  mix-blend-mode: multiply;

}
.why-inf-td .whytf-slide-item .whtf-inctd-img-cover img {
  width: 250px !important;
  mix-blend-mode: multiply;
}

.whytf-slide-item h4 {
  display: block;
  text-align: center;
  padding-top: 44px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: rgba(16, 56, 143, 1);
  font-size: 14px;
  padding: 14px 0;
}

.whytf-slide-item p { 
font-size: 15px;
color: rgba(0, 0, 0, 1);
font-family: 'Inter', sans-serif;
font-weight: 400;
padding: 0 10px;
}

.whytf-slide-item span ul { 
list-style: none;
margin-left: -30px;
}
.whytf-slide-item span ul li {
  display: block;
  padding-top: 10px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}

.mfooter {
  background: #103976;
  padding: 40px 0;
}

.mfooter .mfooter-header-lt {
  display: flex;
  padding: 25px 0;
  border: 1px solid rgba(255, 255, 255, 0.6));
}
.mfooter .mfooter-header-lt span {
display: block;
margin: 0px 13px;
}

.mfooter .mfooter-header-lt img {
width: 19px;
height: 19px;
}

.mfooter .mfooter-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 40px;
} 

.mfooter .mfooter-bottom .mfooter-btm-item h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.mfooter .mfooter-bottom .mfooter-btm-item ul {
 list-style: none;
 margin-left: -40px;
}

.mfooter-btm-item span {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mfooter .mfooter-bottom .mfooter-btm-item ul li a {
font-size: 13px;
color: rgba(255, 255, 255, 0.8);
font-weight: 400;
font-family: 'Roboto', sans-serif;
}

.headr-signup-cover .headr-leftside-div {
  display: flex;
  align-items: center;
}

.headr-signup-cover .headr-leftside-div span { 
 display: block;
margin: 0 5px;
}

.headr-signup-cover .headr-leftside-div span a {
color: rgba(0, 0, 0, 0.8);
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
}

.headr-signup-cover .headr-leftside-div span a bdi img {
display: inline-block;
  padding-left: 2px;
width: 22px;
height: 15px;
margin-top: -2px;
}
.sign-db-divider {
  display: flex;
  width: 100%;
  height: 50px
}
 .acctn-divider {
  display: flex;
  width: 100%;
  height: 200px;
 }
 .tranch-header-img a h1 {
  background: rgba(22, 90, 158, 1);
  font-size: 18px;
  padding: 1px 20px;
  border-radius: 10px;
  color: rgba(250, 195, 67, 1);
}

#bfsapp-logo{
width: 70px;
}
#mb-side-lt-link {
  background: #bd0f35; 
  color: #fff;
  padding: 13px 40px;
}

#mb-signin-lt-link {
  background: #fff;
  color: rgba(31, 105, 209, 1);
  border: 1.3px solid rgba(31, 105, 209, 1);
  padding: 13px 30px;
}

#mb-signin-lt-link img {
filter: brightness(0) saturate(100%) invert(27%) sepia(86%) saturate(1432%) hue-rotate(195deg) brightness(101%) contrast(91%);
}

.custom-breadcrumns a {
  color: #1a56b8;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.custom-breadcrumns span {
color: rgba(0, 0, 0, 0.6);
font-family: 'Lato', sans-serif;
font-weight: 500;
}


.section-about-header {
  display: inline-block;
  position: relative;
  padding: 20px 0; 
}
.section-about-header span {
  display: inline-block;
    color: rgba(0, 0, 0, 0.7);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.section-about-header span:after {
  content: "";
  position: absolute;
  border-bottom: 4px solid  #103976;
  width: 60%;
  padding: 2px;
  height: 2px;
  left: 0px;
  top: 63px;
  /* transform: translateY(50%); */
}
.about-main-cover p {
font-family: 'Inter', sans-serif;
font-size: 15px;
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
}

/* .sample {
  background: url('image') no-repeat center center / cover;
} */

.img-about-us .img-db-about {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: 99;
}
.img-about-us {
  position: relative;
} 
.img-about-us::before {
content: "";
position: absolute;
background: #fff;
width: 200px;
height: 300px;
z-index: -1;
left: -10px;
top: -10px;
border-top: 10px solid #103976;
border-left: 10px solid #103976;
}