a {
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 1rem;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.navbar-top {
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 100
}
.nav-topbar a {
  display: block;
  font-size: 14px;
  padding: 4px 10px
}
.nav-topbar a:hover {
  text-decoration: none
}
.navbar-top .nav-item .nav-link-buy {
  background-color: #f58b3c;
  color: #fff
}
.navbar-top .nav-item .nav-link-buy:hover {
  background-color: #e46526
}
.dropdown-toggle::after {
  color: #c00;
}
/*start menu*/
.dropdown-menu {
  background-color: transparent !important;
  /*min-width: 100% !important;*/
}
.navbar-nav .dropdown-menu {
  min-width: 100% !important;
}
.navtitle {
  background: #8c8b8b;
  text-align: center !important;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
.card-menu {
  padding: 4px 4px 4px 4px;
  margin-bottom: 10px;
}
.card-menu:hover {
  padding: 4px 4px 4px 4px;
  box-shadow: 0px 0px 5px #C0C0C0;
  -webkit-box-shadow: 0px 0px 5px #C0C0C0;
}
.proplus {
  background: #ff95951c;
}
.proplus .card-menu:hover {
  background: #fff;
}
/*end menu*/
.navbar-top .nav-item .nav-link:hover {
	color: #fff;
}
@media(min-width:992px) {
  .navbar-top .nav-item .nav-link {
    text-transform: none !important;
    padding: 1rem !important;
    display: inline-block;
    color: #fff;
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
  }
}
@media(min-width:1400px) {
  .navbar-top .nav-item .nav-link {
    text-transform: none !important;
    padding: 1.25rem 2rem !important;
    display: inline-block;
    color: #fff;
  }
}
.hero-area.style {
  overflow: visible;
  background-image: url("../img/home-page.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-area.style::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #c00;
  opacity: .9
}
.hero-area.style::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/small-patern.webp");
  opacity: .2
}
.hero-area.style .hero-inner {
  height: auto !important
}
.hero-area.style .hero-inner .hero-text {
  margin-top: 100px;
  text-align: center;
}
.u-lining-1, .u-lining-2, .u-lining-3 {
  position: relative;
}
.u-lining-1::after, .u-lining-2::after, .u-lining-3::after {
  background-image: url("../img/u-line1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: .3em;
  left: -.2em;
  position: absolute;
  top: calc(100% - .15em);
  width: calc(100% + .4em);
}
.u-lining-2::after {
  background-image: url("../img/u-line2.svg");
}
.u-lining-3::after {
  background-image: url("../img/u-line3.svg");
}
.btn-wht {
  font-weight: bold;
  background-color: #fff;
  color: #c00;
}
.btn-wht:hover {
  background-color: #081828;
  color: #fff
}
.btn-blk {
  font-weight: bold;
  background-color: #081828;
  color: #fff
}
.btn-blk:hover {
  background-color: #fff;
  color: #c00;
}
.hero-area.style .file-search-wrap {
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  position: relative;
  top: 102px;
  z-index: 1;
}
.hero-area .hero-inner {
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
/*  z-index: 3*/
}
.hero-area .hero-text {
  float: none;
  margin-top: 230px;
}
.hero-area .hero-text .desc {
  font-size: 15px;
  line-height: 24px
}
.file-search-wrap .file-search-form {
  border: 1px solid #e2e4ea;
  background: #fff;
  border-radius: 4px
}
.file-search-wrap .file-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 0
}
.file-search-wrap .file-search-form form .single-field-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
  padding: 0 15px;
  height: 100%;
  margin-bottom: 0
}
.file-search-wrap .file-search-form form .single-field-item label {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0
}
.file-search-wrap .file-search-form form .single-field-item input:focus-visible {
  border: none;
}
.file-search-wrap .file-search-form form .single-field-item input {
  width: 100%;
  border: none;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  padding: .375rem .75rem;
  height: auto;
  line-height: inherit;
}
.file-search-wrap .file-search-form form .submit-btn {
  width: 100%;
}
.file-search-wrap .file-search-form form .submit-btn .btn {
  background-color: #c00;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}
.file-search-wrap .file-search-form form .submit-btn .btn:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  background-color: #081828;
  color: #fff;
  border-color: transparent
}
.file-search-wrap .file-search-form form .single-field-item:first-child::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e2e4ea;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.keywords ul li {
  display: inline-block
}
.keywords ul li a {
  font-size: 14px;
  color: #fff;
  padding: 0 7px;
  border: 1px solid #e4e5ec;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 22px;
  margin-right: 0;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  background-color: #081828;
  border-color: transparent
}
.keywords ul li a:hover {
  color: #c00;
  background-color: #fff;
  border: 1px solid #081828;
}
.keywords.style-two .title {
  font-size: 16px;
  color: #c00;
  margin-right: 4px;
  line-height: 22px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  top: -2px
}
.apply-process {
  background-color: #c00;
  padding: 80px 0
}
.apply-process .process-item {
  padding-left: 92px;
  position: relative;
  padding-right: 25px
}
.apply-process .process-item svg {
  fill: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 65px;
  padding: 10px;
  border: 1px dashed #fff;
  border-radius: 5;
  text-align: center;
  line-height: 62px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}
.apply-process .process-item:hover svg {
  background-color: #fff;
  fill: #ffa319;
  border-color: transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
.apply-process .process-item .headline {
  font-size: 18px;
  font-weight: bold;
  color: #ffa319;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px
}
.apply-process .process-item a {
  color: #ffa319;
}
.apply-process .process-item a:hover {
  color: #ffa319;
}
.apply-process .process-item .headline::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #fff
}
.apply-process .process-item .desc {
  color: #fff;
  display: block
}
.apply-process .process-item.blk svg {
  border: 1px dashed #000;
}
.apply-process .process-item .headline.blk::before {
  background-color: #000;
}
.mt-50 {
  margin-top: 50px;
}
.about-us .content-left {
  position: relative;
  padding-right: 60px
}
.about-us .content-left .single-img {
  width: 100%;
  border-radius: 5px
}
.about-us .content-left .single-img.minus-margin {
  position: relative;
  top: -20px
}
.about-us .content-left::before {
  position: absolute;
  content: "";
  right: 4px;
  bottom: -55px;
  height: 200px;
  width: 200px;
  background-image: url("../img/pattern.webp");
  background-repeat: no-repeat;
  z-index: -1
}
.about-us .content-left .media-body {
  padding: 40px 30px;
  padding-bottom: 40px;
  border-radius: 5px;
  background-color: #c00;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 48px
}
.about-us .content-left .media-body svg {
  height: 40px;
  width: 40px;
  padding: 10px;
  line-height: 40px;
  text-align: center;
  display: block;
  fill: #fff;
  background-color: #ffffff45;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px
}
.about-us .content-left .media-body .headline {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #fff
}
.about-us .content-left .media-body .desc {
  color: #fff
}
.about-us .content-right {
  padding-right: 70px;
  padding-left: 30px
}
.section-headline {
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700
}
.about-us .content-right .single-list {
  position: relative;
  padding-left: 80px;
  margin-bottom: 50px
}
.about-us .content-right .single-list:last-child {
  margin-bottom: 0
}
.about-us .content-right .single-list svg {
  font-size: 20px;
  height: 55px;
  width: 55px;
  padding: 10px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: #cc00001c;
  fill: #c00;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 3px
}
.about-us .content-right .single-list .list-bod .headline {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #081828
}
.about-us .content-right .single-list .list-bod .desc {
  font-size: 14px;
  line-height: 24px
}
.testimonials {
  background-color: #081828;
  padding-top: 100px;
  position: relative;
  z-index: 5;
  overflow: hidden
}
.testimonials .patern1 {
  position: absolute;
  top: 245px;
  right: 8%;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: .6
}
.testimonials .patern2 {
  position: absolute;
  top: -49px;
  left: -90px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: .6
}
.testimonials .section-title {
  padding: 0
}
.testimonials .section-title .headline {
  color: #fff
}
.testimonials .section-title .desc {
  color: #fff
}
.testimonials .testimonial-inner-head {
  padding-bottom: 100px
}
.testimonials .testimonial-inner {
  position: relative
}
.testimonials .testimonial-right {
  text-align: right
}
.testimonials .single-testimonial {
  height: 100%;
  width: 100%;
  position: relative
}
.testimonials .single-testimonial .quote svg {
  fill: #fff
}
.testimonials .single-testimonial .desc {
  font-size: 15px;
  color: #fff
}
.testimonials .single-testimonial .bottom {
  position: relative;
  margin-top: 40px
}
.testimonials .single-testimonial .bottom .clien-image {
  margin-right: 20px
}
.testimonials .single-testimonial .bottom .clien-image img {
  height: 85px;
  width: 85px;
  border-radius: 100%;
  margin-right: 22px;
  float: left;
  border: 6px solid #ffffff21
}
.testimonials .single-testimonial .bottom .name {
  font-size: 17px;
  position: relative;
  top: 20px;
  color: #fff
}
.testimonials .single-testimonial .bottom .name span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
  color: #888;
  font-weight: 400
}
#owl-testimonial .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9
}
#owl-testimonial .owl-nav button {
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  background: #fff;
  border: 1px solid #f4eefb;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: 0 0;
  margin: 0 5px;
  line-height: 25px
}
#owl-testimonial .owl-nav button:hover {
  background-color: #fff;
  border-color: transparent;
  color: #c00
}
#owl-testimonial .owl-nav button span {
  font-size: 40px;
  bottom: 10px
}
.featured-section {
  background-color: #fff
}
.featured-section .section-title {
  margin-bottom: 50px
}
.featured-section .feature-box {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
  margin-top: 30px;
  border-radius: 5px;
  position: relative;
  border-radius: 6px
}
.featured-section .feature-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.featured-section .feature-box .feature {
  position: absolute;
  top: 14px;
  right: -34px;
  padding: 3px 35px;
  font-size: 12px;
  color: #fff;
  background-color: #c00;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%)
}
.featured-section .feature-box .shape::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 7px;
  right: 72px;
  top: -7px;
  background-color: #900
}
.featured-section .feature-box .shape:after {
  position: absolute;
  content: '';
  right: -6px;
  top: 71px;
  width: 7px;
  height: 8px;
  background-color: #900
}
.featured-section .feature-box .image {
  overflow: hidden;
  border-radius: 6px 6px 0 0
}
.featured-section .feature-box .image img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}
.featured-section .feature-box .content {
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 0 0 6px 6px
}
.featured-section .feature-box .content .headline {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 15px;
  position: relative
}
.featured-section .feature-box .content .headline::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #eee
}
.featured-section .feature-box .content .headline a {
  font-size: 19px;
  font-weight: bold;
  color: #081828;
  text-transform: capitalize
}
.featured-section .feature-box .content .headline a:hover {
  color: #c00
}
.featured-section .feature-box .content ul li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 3px;
  position: relative;
  background: #cc000014;
  color: #c00;
  padding: 5px 10px;
  border-radius: 3px
}
.featured-section .feature-box .content ul li:last-child {
  margin-bottom: 0;
  margin-right: 0
}
.featured-section .feature-box .content ul li i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px
}
.featured-section .feature-box .content .desc {
  font-size: 14px;
  display: block;
  margin-top: 10px
}
.featured-section .feature-box .content .button {
  display: block;
  margin-top: 20px
}
.featured-section .feature-box .content .button .btn {
  padding: 12px 34px;
  margin-right: 10px
}
.featured-section .feature-box .content .button .btn i {
  display: inline-block;
  margin-right: 5px
}
.featured-section .feature-box .content .button .btn:last-child {
  margin-right: 0
}
.featured-section .feature-box .content .button .btn.save {
  background-color: #c00;
  color: #fff;
  border-color: transparent;
  font-weight: bold;
}
.featured-section .feature-box .content .button .btn.save:hover {
  background-color: #c00;
  color: #fff;
  border: 1px solid #eee;
  font-weight: bold;
}
.btn-blog {
  background-color: #c00;
  color: #fff;
  border-color: transparent;
  font-weight: bold;
}
.btn-blog:hover {
  background-color: #c00;
  color: #fff;
  border: 1px solid #eee;
  font-weight: bold;
}
.bg-gray-15 {
  background-color: #081828;
}
.box-footer {
  text-align: left;
  letter-spacing: .025em;
}
.box-footer a, .box-footer a:focus, .box-footer a:active {
  color: #ffffff;
}
.footer-classic {
  color: rgba(255, 255, 255, 0.5);
}
.text-width-medium {
  max-width: 600px;
}
.contact-classic-item {
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-classic-title {
  color: #dc3545;
}
.contact-classic-link {
  color: #ffffff;
}
.box-footer a:hover {
  color: #dc3545;
}
ul.footer-social {
  list-style: outside none none;
  margin-bottom: 0 !important;
  padding: 0;
}
ul.footer-social li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
a {
  color: #be1e2d;
  text-decoration: none;
}
.btn-round {
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.bg-social {
  background-color: #333144 !important;
}
.bg-social:hover {
  background-color: transparent !important;
  box-shadow: inset 0 0 0 4px #333144;
}
ul.list-right-footer {
  list-style: none;
  padding-left: 25px;
}
ul.list-right-footer li {
  position: relative;
  text-align: left;
  padding-bottom: .5rem;
}
ul.list-right-footer li a {
  color: #fff;
}
ul.list-right-footer li a:hover {
  color: #be1e2d;
}
ul.list-right-footer li::before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(200,200,200)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
  background-size: auto;
  background-size: 14px 14px;
  top: 5px;
  margin-left: -20px;
}
.footer-p-21 {
  padding: 21px 0;
}
.ft a {
  color: #fff;
}
.ft a:hover {
  color: #dc3545;
}
@media only screen and (max-width:767px) {
  .section {
    padding: 50px 0
  }
  .hero-area .file-search-wrap {
    margin-top: 30px !important
  }
  .hero-area .hero-inner {
    height: auto;
    overflow: visible;
    padding-bottom: 50px
  }
  .hero-area .hero-text {
    float: none;
    margin-top: 100px
  }
  .apply-process {
    padding-bottom: 45px !important
  }
  .apply-process.style4 {
    padding-top: 120px !important
  }
  .apply-process .process-item {
    margin-bottom: 35px;
    padding-left: 80px !important
  }
  .apply-process .process-item svg {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
    line-height: 50px !important;
    top: 5px !important
  }
  .apply-process .process-item .heading-4 {
    font-size: 16px !important;
    margin-bottom: 14px !important;
    padding-bottom: 16px !important
  }
  .about-us .content-left {
    padding: 0
  }
  .about-us .content-left::before {
    display: none
  }
  .about-us .content-left .single-img {
    border-radius: 5px
  }
  .about-us .content-left .single-img.mt-50 {
    margin-top: 30px !important
  }
  .about-us .content-left .single-img.minus-margin {
    position: relative;
    top: 0
  }
  .about-us .content-left .media-body {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .about-us .content-left .media-body .headline {
    font-size: 20px
  }
  .about-us .content-right {
    margin-top: 50px;
    padding: 0
  }
  .section-headline {
    font-size: 27px;
    margin-bottom: 40px;
    line-height: 38px
  }
  .testimonials .patern1 {
    display: none
  }
  .testimonials .testimonial-right {
    display: none
  }
  .testimonials .tns-controls {
    position: absolute;
    right: 50%;
    bottom: -65px;
    z-index: 9;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }
  .testimonials button {
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    line-height: 40px !important
  }
  #owl-testimonial .owl-nav {
    display: none;
  }
  .testimonials {
    padding-bottom: 50px;
  }
  .u-lining-1::after, .u-lining-2::after, .u-lining-3::after {
    background: none;
  }
}
.gsc-input input {
  background: rgb(255, 255, 255) url("../img/branding.png") no-repeat scroll left center !important;
}
.gsc-input input:focus {
  background: rgb(255, 255, 255) none repeat scroll 0% 0% !important;
}
.gsc-search-button-v2 {
  font-size: 0;
  padding: 10px 27px !important;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  border-color: #900 !important;
  background-color: #c00 !important;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}
#adBlock, .gsc-adBlock {
  display: none !important;
}
.br-4 {
  border-radius: 40px !important;
  height: 100%;
}
.breadcrumb-white {
  color: #fff;
}
.breadcrumb-white li a {
  color: #fff;
}
.breadcrumb-white .breadcrumb-item {
  color: #f2f2f2 !important;
}
.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #fff !important;
  content: var(--bs-breadcrumb-divider, "/");
}
.g-recaptcha div {
  margin: 0 auto;
}
a.gotoTop {
  position: fixed;
  z-index: 1100;
  right: 0;
  bottom: 180px;
  width: 30px;
  color: #FFF;
  background-color: #081828;
  padding: 2px 10px 5px 10px;
  display: none;
}
a.gotoTop:hover {
  text-decoration: none;
  background-color: #c00;
}
/*start scroll offer*/
.text-red {
  color: #c00;
}
.bg-offer {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #c00;
}
.bg-offer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://www.freeviewer.org/assets/img/small-patern.webp");
  opacity: .4;
}
.icon-bfcm-thunder {
  content: url(https://www.freeviewer.org/assets/img/zig-zag.svg)
}
.bfcm-lines {
  white-space: nowrap;
  width: 100%;
  overflow-x: hidden;
}
.bfcm-lines:nth-child(5) {
  transform: rotate(0deg) translate(-1.25rem, 0);
  z-index: 6
}
.list {
  -webkit-animation: loop 30s infinite linear;
  animation: loop 30s infinite linear
}
.list-reverse {
  -webkit-animation: loop-reverse 30s infinite linear;
  animation: loop-reverse 30s infinite linear
}
@keyframes loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes loop-reverse {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
/*end scroll offer*/
.text-justify-center {
  text-align: justify;
  text-align-last: center;
}
.bg-red {
  background-color: #c00;
}
.bg-red-light {
  background: #ff95951c;
}
.red-faq .accordion-button:focus {
  z-index: 3;
  border-color: #dc3545;
  outline: 0;
  box-shadow: none !important;
}
.red-faq .accordion-button {
  border-left: 2px solid #dc3545;
  font-weight: 700
}
.red-faq .accordion-body {
  border-left: 2px solid #888;
  /*font-weight: 700*/
}
.red-faq .accordion-button:not(.collapsed) {
  color: #dc3545;
  background-color: #fff3f4;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}
.red-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.awards .awards-card {
  position: relative;
  background: #fffbfb;
  border: 4px solid #000;
  padding: 50px 35px 20px;
  box-shadow: 0 0 50px 0 rgb(0 0 0/5%);
  border-radius: 40px;
  margin-bottom: 28px;
  min-height: 130px
}
.awards:before {
  content: "\201C";
  font-family: arial;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 0;
  padding: 0;
  color: #dc3545;
  font-size: 120px;
  z-index: 1
}
.awards:after {
  content: "\201C";
  font-family: arial;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  bottom: 13px;
  right: 5%;
  line-height: 0;
  padding: 0;
  color: #dc3545;
  font-size: 60px;
  z-index: 1;
  transform: rotateZ(180deg)
}
.awards .awards-part {
  display: flex;
  align-items: center
}
.awards .awards-part .img {
  border-radius: 90px;
  margin-right: 20px
}
.awards .awards-part .info .name {
  font-weight: 700;
  color: #555
}
.awards .awards-part .info .desc {
  font-weight: 600;
  color: #888
}
.awards .awards-desc blockquote {
  margin: 1rem 0;
  color: #181617
}
.awards .carousel-control-next, .awards .carousel-control-prev {
  width: 5% !important
}
.awards .carousel-control-prev .icon-left-open-big, .awards .carousel-control-next .icon-right-open-big {
  color: #0065cc
}
.progress-bar {
  background-color: #dc3545;
}
/*New extra CSS (17 April 2024)*/
.bg-light-new {
  background-image: -webkit-linear-gradient(270deg, rgba(241, 247, 251, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(241, 247, 251, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(241, 247, 251, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(241, 247, 251, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%);
}
.product-vs a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
}
.bg-white {
  background-color: #fff !important;
}
/*.nav-topbar a {
  display: block;
  font-size: 13px;
  padding: 5px 8px 5px;
}*/
/*.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #000;
}*/
.navbar-expand-lg {
  z-index: 1;
}
.navbar-expand-lg .navbar-collapse {
  margin-top: 0px;
}
/*.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.55);
}*/
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
/*@media(min-width:1400px) {
  .navbar-top .nav-item .nav-link {
    text-transform: none!important;
    padding: 1.25rem 2rem!important;
    display: inline-block;
    color: #fff;
  }
}
.navbar-top.navbar-light .navbar-nav .nav-link:focus, .navbar-top.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}*/
.bg-lime {
  background-color: #f8f6ef !important;
}
.bg-dark-new {
  background-color: #dc3545 !important;
}
#faqs .accordion-button {
  font-weight: 600;
  color: #dc3545;
  background: #f2f2f2;
}
#faqs .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #dc3545;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}
#faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#faqs .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .125);
}
#faqs .accordion-body {
  padding: 1rem 1.25rem;
}
.carousel-indicators li {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  border: 1px solid #ea4335;
  background-color: #fff;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#hero .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 2px solid #000;
}
.nav-tabs .nav-link {
  color: #cc0000;
  font-size: 20px;
  border: 0px solid #fff;
  font-weight: 600;
}
.nav-tabs .nav-link:hover {
  color: #cc0000;
  font-size: 20px;
  border: 0px solid #fff;
  font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000000c9;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  font-size: 20px;
  background-color: #c92938;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.nav-tabs .nav-link.active svg {
  fill: #fff;
}
.nav-tabs .nav-link svg {
  fill: #cc0000;
  margin-bottom: 5px;
}
.bg-dark-grey {
  background-color: #bbbbb4;
}
/*ul.list-right-footer li a {
  color: #225371;
}*/
.nav-pills .nav-link {
  text-align: left !important;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #C8000024;
  color: #000;
  font-weight: bold;
  margin: 10px 0px;
  position: relative;
  border: none;
}
.nav-pills .nav-link:after {
  position: absolute;
  content: '\203A';
  font-weight: bold;
  font-size: 50px;
  right: 10px;
  opacity: 0;
  transition-duration: 150ms;
  line-height: 0px;
  top: 40%;
}
.nav-pills .nav-link:focus, .nav-pills .nav-link.active {
  text-align: left !important;
  opacity: 1;
  background-color: #C80000;
  color: #FFF;
}
.nav-pills .nav-link:focus, .nav-pills .nav-link.active:after {
  opacity: 1;
}
.nav-pills .nav-link span {
  color: #000;
  font-weight: 400;
}
.tab-content {
  border-radius: 8px;
  padding: 10px;
}

.client-card {
  position: relative;
  background: #fffbfb;
  border: 4px solid #000;
  padding: 50px 35px 20px;
  box-shadow: 0 0 50px 0 rgb(0 0 0/5%);
  border-radius: 40px;
  margin-bottom: 28px;
  min-height: 130px
}
.client-card .client-part {
  display: flex;
  align-items: center
}
.client-part .img {
  border-radius: 90px;
  margin-right: 20px
}
.client-part .info .name {
  font-weight: 700;
  color: #555
}
.client-part .info .desc {
  font-weight: 600;
  color: #888
}
.client-desc blockquote {
  margin: 1rem 0;
  color: #181617
}


/*Counter CSS*/
  .pi-counter {
background: linear-gradient(130deg, rgba(220,53,69,1) 46%, rgba(0,116,255,1) 72%, rgba(0,50,156,1) 92%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 40px;
}
.h-sm{
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}

/*rating css*/

   .rating_widget {
         margin: 0 auto;
         display: flex;
         }



.navbar.top_nav{
background: #c00;
margin: 0;
padding: 0;
}
.navbar.top_nav:before{
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url("https://www.freeviewer.org/assets/img/small-patern.webp");
opacity: .2;
}

.navbar.top_nav .dropdown-toggle::after {
color: #fff;
}
.navbar.top_nav .nav-item .nav-link{
color: #fff!important;
}
.navbar.top_nav .dropdown-menu{
background: #fff !important;
}
.navbar.top_nav .dropdown-item{
padding: 10px 30px;
}
.navbar.top_nav .dropdown-item:focus, .navbar.top_nav .dropdown-item:hover {
color: #dc3545;
background-color: #e9ecef;
}


.nav-item.dropdown .dropdown-menu{
background: #fff !important;
}
.nav-item.dropdown .dropdown-item{
padding: 10px 30px;
}
.nav-item.dropdown .dropdown-item:focus, .nav-item.dropdown .dropdown-item:hover {
color: #dc3545;
background-color: #e9ecef;
}




/*btn*/
.btn-green, .btn-green:focus {
background-color: #099e44;
border-color: transparent;
color: #fff!important;
border-radius: 5px;
font-weight: bold;
border: 2px solid #099e44;
}

.btn-green:hover {
box-shadow: none;
color: #fff!important;
border: 2px solid #099e44
}

.btn-green svg {
fill: #fff
}

.btn-green:hover svg {
fill: #fff
}


.btn-blue-outline, .btn-blue-outline:focus {
display: inline-block;
position: relative;
overflow: hidden;
z-index: 1;
background-color: #fff;
border-color: transparent;
color: #35578c !important;
border-radius: 5px;
font-size: 18px;
border: 2px solid #35578c;
border-style: solid;
box-shadow: none;
transition: all .3s ease 0s;
cursor: pointer;
z-index: 0;
position: relative
}

.btn-blue-outline::after {
position: absolute;
content: "";
z-index: -1;
display: block;
left: -20%;
right: -20%;
top: -4%;
height: 150%;
width: 150%;
bottom: 0;
background: #35578c;
transform: skewX(45deg) scale(0, 1);
transition: all .5s ease 0s
}

.btn-blue-outline:hover {
box-shadow: none;
color: #fff !important;
border: 2px solid #35578c
}

.btn-blue-outline svg {
fill: #35578c
}

.btn-blue-outline:hover svg {
fill: #fff
}

.btn-blue-outline:hover::after {
transform: skewX(45deg) scale(1, 1)
}
.bg-lgrad {
/*    background: linear-gradient(133deg, rgb(255, 255, 255) 8%, rgb(255, 230, 230) 28%, rgb(255, 232, 232) 36%);*/
background: linear-gradient(105deg, rgb(255, 246, 246) 6%, rgb(255, 230, 231) 30%, rgb(234, 242, 254) 51%, rgb(234, 242, 254) 65%, rgb(255, 230, 231) 117%);
}

.slide_container{
position: relative;
z-index: 0;
}

.slide_container .awards-card {
position: relative;
background: #fffbfb;
/*  border: 4px solid #000;*/
border: 3px solid #08182836;
padding: 20px;
box-shadow: 0 0 50px 0 rgb(0 0 0/5%);
border-radius: 10px;
margin-bottom: 28px;
height: auto;
margin: auto;
}
.slide_container:before {
content: "\201C";
font-family: arial;
font-style: normal;
font-weight: 900;
position: absolute;
top: 50px;
left: 20px;
line-height: 0;
padding: 0;
color: #dc3545;
font-size: 120px;
z-index: 1;
}
/*.awards:after {
content: "\201C";
font-family: arial;
font-style: normal;
font-weight: 900;
position: absolute;
bottom: 30px;
right: 5%;
line-height: 0;
padding: 0;
color: #dc3545;
font-size: 60px;
z-index: 1;
transform: rotateZ(180deg)
}*/
.slide_container  .awards-part {
display: flex;
align-items: center
}
.slide_container  .awards-part .img {
border-radius: 90px;
margin-right: 20px
}
.slide_container  .awards-part .info .name {
font-weight: 700;
color: #555
}
.slide_container  .awards-part .info .desc {
font-weight: 600;
color: #888
}
.slide_container  .awards-desc blockquote {
margin: 1rem 0;
color: #181617
}
.slide_container  .carousel-control-next, .slide_container  .carousel-control-prev {
width: 5% !important
}
.slide_container  .carousel-control-prev .icon-left-open-big, .slide_container  .carousel-control-next .icon-right-open-big {
color: #0065cc
}

#owl-testimonial .owl-nav{
padding: 10px;
}
/*.carousel-indicators{
right: 0;
left: auto;
}*/

.carousel-indicators [data-bs-target] {
background-color: #dc3545;
width: 6px;
height: 6px;
border-radius: 18px;
border: 2px solid #dc3545;
}
.carousel-indicators [data-bs-target].active {
background-color: #dc3545;
width: 35px;
height: 6px;
border-radius: 18px;
border: 2px solid #dc3545;
}


#owl-testimonial .owl-nav button{
background-color: #081828;
border: 1px solid #081828;
}
#owl-testimonial .owl-nav button:hover{
border: 1px solid #081828;
}
.br_10{
border-radius: 10px;
}

/*17-1-26*/
/* Modern Feature Cards */
.card-red {
  border-radius: 20px;
  /*transition: all 0.4s ease-in-out;*/
  border: 1px solid rgba(0,0,0,0.05);
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.card-red:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: #c00;
}

.card-red .bg-pink{
  background: #fff5f5;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  transition: .3s ease-in-out;
  justify-content: center;
  align-items: center;
}
.card-red:hover .bg-pink{
    background: #cc0000;
  }

.svg{
fill: #c00;
}
.card-red:hover .svg{
fill: #fff;
}

.bg-new{
  background: linear-gradient(90deg,rgb(255 255 255) 0%,rgb(255 243 243) 21%,rgb(247 250 255) 70%,rgb(255 243 243) 100%);

}

  /* Floating Sidebar Action - Pure CSS for Sticky */
  .sticky-card {
      position: sticky;
      top: 2rem;
      z-index: 10;
  }

  /* Custom Card Styling */
  .tech-card {
      border: 1px solid #dee2e6;
      border-radius: 1.25rem;
      transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }

  .tech-card:hover {
      border-color: #dc3545;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  }

  /* Red Circle Icons */
  .icon-box {
      width: 54px;
      height: 54px;
      background-color: #fff5f5;
      color: #dc3545;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      font-size: 1.5rem;
  }

  /* Clean Resource Buttons */
  .btn-outline-brand {
      border: 1px solid #dc3545;
      color: #dc3545;
      font-weight: 600;
      border-radius: 50px;
      transition: 0.3s;
  }

  .btn-outline-brand:hover {
      background-color: #dc3545;
      color: #fff;
  }

  /* Delivery Bar Gradient */
  .delivery-gradient {
      background: linear-gradient(90deg, #dc3545 0%, #a71d2a 100%);
      border-radius: 1.25rem;
  }

ul.list_green {
  list-style: none;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 0;
}
ul.list_green li {
  margin-top: .33rem;
  padding-left: 1.8rem;
  position: relative;
}
.list_green li::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 6px;
  z-index: 1;
}
ul.list_green li::after {
  width: 18px;
  height: 18px;
  border-radius: 14px;
  background: #099e44;
  position: absolute;
  left: 0;
  margin: auto;
  content: '';
  top: 4px;
  z-index: 0;
}

.navbar-top.navbar-light .navbar-nav .nav-link:focus, .navbar-top.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}


 .plead{
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 28px;
}

@media (max-width:1199px) {
 .product-navbar {
  display: none;
 }
}

@media (min-width:1200px) {
 .product-navbar {
  top: 0;
  width: 100%;
  z-index: 1021;
  background: #f2f2f2;
 }
 .product-navbar .left-list li a, .product-navbar .left-list li a:focus {
  color: #000;
  font-weight: 700;
  padding-left: 1rem!important;
  padding-right: 1rem!important;  
  font-size: 14px;
 }
 .product-navbar .left-list li:hover a {
  color: #e21032;
  font-weight: 700;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
 }
 .product-navbar .right-list .btn-download{
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  border-radius: 10px;
  font-size: 14px;
 }
 .product-navbar .right-list .btn-download:hover{
  color: #fff;
  background-color: #157347;
  border-color: #157347;
 }
 .product-navbar .right-list .btn-download svg,
 .product-navbar .right-list .btn-download:hover svg{
  fill: #fff;
 }
 .product-navbar .right-list .btn-buy{
  color: #B85A14;
  background-color: #fff;
  border-color: #B85A14;
  border-radius: 10px;
  font-size: 14px;
 }
 .product-navbar .right-list .btn-buy:hover{
  color: #fff;
  background-color: #B85A14;
  border-color: #B85A14;
 }
 .product-navbar .right-list .btn-buy svg{
  fill: #B85A14;
 }
 .product-navbar .right-list .btn-buy:hover svg{
  fill: #fff;
 }
}

/*rating css*/

.rating_widget {
padding: 0px;  
width: 160px;
}
.rating_widget li {
line-height: 0px;
width: 28px;
height: 28px;
padding: 0px;
margin: 0px;
margin-left: 2px;
list-style: none;
float: left;
cursor: pointer;
}
.rating_widget li span {
display: none;
}