

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family:  'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

.request {
    color: #fff;
    background-color: #e32228;
}

/*a:hover {
  color: #73c5eb;
  text-decoration: none;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:  'Poppins', sans-serif;
}
/*--------------------------------------------------------------
# header starts here
--------------------------------------------------------------*/
.dropdown a span p {
    font-weight: 600;
    margin-bottom: 0px;
}
.bt {
          height: 33px;
    background: rgb(57 49 133);
    color: #FFF;
    font-size: 14px;
    padding: 7px 15px 6px 232px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



.welcome-top h3, .mission h3 {
    color: #182A72;
    font-size: 2.5em;
    margin: 0;
       font-family:  'Poppins', sans-serif;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.fixed-top {
     position: relative; 
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#header {
  transition: all 0.5s;
  z-index: 997;
  border-top: 4px solid #393185;
  background: #e32228;
  padding: 4px 0px;
  /*font-family: sans-serif;*/
        font-family: 'Poppins', sans-serif !important; 
  text-transform: capitalize;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #b49090;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

 .logo-btn{
  text-align: end;
 }

/*--------------------------------------------------------------
#  Swiper's CSS
--------------------------------------------------------------*/
 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
       margin-top: 64px; 
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: #b49090;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  /*font-family: "Jost", sans-serif;*/
        font-family: 'Poppins', sans-serif !important; 
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /*padding: 25px 0;*/
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
    background: #47b2e4;
}*/
.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    animation-delay: 0.8s;
    margin-top: 6px;
    /* border: 2px solid #47b2e4; */
    background: #393185;
}

.about .content .btn-learn-more:hover {
    background: #e32228;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  /*font-family: "Jost", sans-serif;*/
        font-family: 'Poppins', sans-serif !important; 
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  /*font-family: "Jost", sans-serif;*/
        font-family: 'Poppins', sans-serif !important; 
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  /*font-family: "Jost", sans-serif;*/
        font-family: 'Poppins', sans-serif !important; 
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

*/














































/*<=======cards======>*/
.card_IN {
    margin: 0 2rem 0 2rem;
    position: relative;
    width: 183px;
    height: 156px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    padding: 32px;
    transition: .3s;
    background-color: #fff;
    cursor: pointer;}

.imgbox {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.imgbox img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-80px);
}
.card_IN h2 {
    color: #000000;
    margin-top: -4px;
    font-size: 18px;
    text-align: center;
}



/*<===== 1.Our Brands ======>*/
.imgbox img:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.imgbox img {
    margin-top: 25px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-80px);
}
.filter-section {
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*gap: 5rem;*/
  padding: 0rem 0;
}
.filter-section ul {
  list-style: none; 
  display: flex;
  align-items: center;
  gap: 5rem;
}
.filter-section ul li {
  padding: 10px;
  color: #000;
 /* background: #eee;*/
  cursor: pointer;
}
/*.filter-section ul li.active {
  color: #fff;
  background: #03a9fa;
}*/
/*.filter-section ul li.active {
       color: #fff;
    height: 186px;
     background: #22a5e3; 
    background: #e32228;
    border-radius: 10px;
    width: 265px;
}*/
.filter-section ul li {
    color: #fff;
    height: 186px;
    /* background: #22a5e3; */
    background: #faa61a;
    border-radius: 10px;
    width: 265px;
}
#havells{
   color: #fff;
    height: 186px;
    /* background: #22a5e3; */
    background: #019d4c;
    border-radius: 10px;
    width: 265px;
}
.products > div {
    color: #fff;
    border: 1px solid;
    width: 188px;
    height: 275px;
    /* background: #18386e; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    text-align: -webkit-center;
    text-transform: capitalize;
    border-radius: 5px;
}
.service1 {
    margin: 0px 5px;
}
.service_inner1 {
    background: #2196F3;
    padding: 10px 0px;
}





.products {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;

/*    gap: 48px;
  max-width: 1000px;*/
}
.products > div {
  color: #f2f2f2;
    border: 1px solid;
    width: 188px;
    height: 275px;
    /*background: #18386e;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    text-align: -webkit-center;
    text-transform: capitalize;
    border-radius: 5px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h3 {
     margin: 11px 0 20px 0px;
    font-size: 29px;
    font-weight: 700;
}
.section-title h3 span {
    border-bottom: 2px solid #02558b;
    padding-bottom: 5px;
    color: #02558b;
}
.justify-content-center {
    justify-content: center!important;
}

.d-flex {
    display: flex!important;
}
@media (min-width: 992px){

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fbfbfb;
    background: red;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
}

@media (min-width: 992px)
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}
.portfolio-info {
    padding: 5px 0px;
    text-align: center;
    background: #ed1c25;
    color: #fff !important;
}
.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
    color: #555555;
    font-size: 15px;
    margin-bottom: 0;
}
section#portfolio img {
    box-shadow: 1px 1px 9px #adb5bd;
    outline: 1px solid #0d66af42;
    outline-offset: -10px;
    border-radius: 10px;
}
.img-fluid {
    border-radius: 4px;
    max-width: 95%;
    height: auto;
}
/*a {
    color: #ffffff;
    text-decoration: none;
}*/

a {
    color: #fff;
    text-decoration: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
}
.service_inner1 {
    background: #2196F3;
    padding: 10px 0px;
    color: #FFF;
}
.service_inner1 h4 {
    text-align: center;
    margin: 0px;
    text-transform: capitalize;
    font-size: 12px;
}
.service1 {
   
    margin: 0px 8px;

}
.top-button{
  margin-left: -160px;
}
/*<======== cliensts ======>*/
.btnfirst {
    display: inline-block;
    padding: 16px 52px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btnsecond {
    display: inline-block;
    padding: 16px 52px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.clients {
    background: #cc181d;
    padding: 75px 0;
    height: 400px;
    text-align: center;
}
.btn-colour-1 {
    color: #fff;
    background-color: #393185;
    border-color: #ff0013;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 30px;
}
.btn-outline {
    color: #393185;
    background-color: #ffffff;
    border-color: #ff0013;
    font-weight: bold;
    border-radius: 30px;
}
/*.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
*/.btn-outline {
    color: #393185;
    background-color: #ffffff;
    border-color: #ff0013;
    font-weight: bold;
    border-radius: 30px;
}

 .clients {
    background: #cc181d;;
    padding: 75px 0;
    text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
 /* filter: grayscale(100);*/
  transition: all 0.4s ease-in-out;
 /* display: inline-block;*/
  padding: 10px 0;
}

/*.clients img:hover {
  filter: none;
  transform: scale(1.1);
}*/

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}


#hero{
      background: url(assets/img/cta-bg.jpg);
}
.marque{
padding: 0 0 0em 0;}
.scrll {
  /*  border: 1px solid #182A72;*/
    /* display: table; */
    width: 100%;
    /* float: left; */
}
.marque{
padding: 0 0 0em 0;}
.scrll {
  /*  border: 1px solid #182A72;*/
    /* display: table; */
    width: 100%;
    /* float: left; */
}
.count{
  border:1px solid #182A72;
  margin-left:15px;
  float:left;
  width:20.6%;}
.count img{
  padding:1em 0;}
.scrll img{
  width: 150px;
  
  margin-top:10px;
  margin-right:10px;
  /*border:1px solid #999;*/
}
.head3 h3 ::before {
    margin: 0 10px 5px 10px;
}


.head3 h3 ::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #1666af;
    display: inline-block;
}
.head3 h3 ::after {
    margin: 0 10px 5px 10px;
}

.head3 h3 ::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #1666af;
    display: inline-block;
}
.head3 h3 {
  background: #fff;
    text-align: -webkit-center;
    padding: 5px 0 5px 15px;
    /* font-size: 1.6em; */
    color: #FFF;
    font-family:  'Poppins', sans-serif;
}
.head3{width:100%;/*background-color:#182A72*/ float:left;}
.head3 h3{
  /*padding: 28px 0 5px 15px;*/
  font-size:32px;
  color:#02558b;
  font-family:  'Poppins', sans-serif;
}


.Swiper-Parents {
  background:#fff;
}

/*<----- clent _section start -->*/

.Swiper-Parents .swiper {
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
}

    .Swiper-Parents.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

   .Swiper-Parents .swiper-slide img {
      display: block;
      width: 80%;
      height: 100%;
      object-fit: cover;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }


/*<----- clent _section end -->*/
/*footer section starts heree*/
#footer {
    width: 100%;
    padding-top: 5rem;
        width: 100%;
 height: 300px
    margin: 0px 0px -5px 0px;
}


.upper-footer {
    display: flex;
    text-align: center;
    justify-content: space-around;
   
    margin: 25px 25px 10px -209px;
}

.up-left {
    width: 700px;
    display: flex;
}

.image {
    width: 200px;
    position: relative;
}

.up-left img {
    position: absolute;
    width: 100%;
}

.content {
    width: 400px;
    margin-top: -66px;
    margin-left: 8rem;
}

.description {
    font-size: 15px;
    font-weight: 100;
}

.footer-heading {
    color:#ffffff;
    font-size: 2.2rem;
    margin-bottom: .6rem;
    text-transform: uppercase;
}

.up-right ul {
    padding: 0px;
    display: flex;
    list-style: none;
}

.up-right ul li {
    height: 40px;
    width: 40px;
    padding: 6px;
    font-size: 1.4rem;
    border-radius: 5px;
    margin: 0 0.8rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.up-right ul li a {
    color: white;
}

.linkedIn {
    background-color: #0077b5;
}

.instagram {
      background: #0572e6;
   /* background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);*/
}

.youtube {
  background-color:  #dd5348;
    /*  color: #dd5348;*/
/*    background-color: #f50000;*/
}

.github {
    background-color: #24292E;
}

.down-footer {
    width: 100%;
    color: #404040;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-li {
      justify-content: center;
    display: flex;
    list-style: none;
       padding-top: 16px;
}

.footer-li li {
    padding: 0 1rem;
}


.footer-li li a {
    margin-right: 2px;
    color: #ffffff;
    text-decoration: none;
    padding-left: -5px;
}


@media screen and (max-width: 821px) {
    .up-left {
        width: 100%;
    }

    .upper-footer,
    .down-footer,
    .up-left {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .image {
        margin: 2rem 0;
    }

    .content {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-heading {
        margin: 1rem 0;
        text-align: center;
    }

    .down-footer {
        flex-direction: column-reverse;
    }

    .down-footer .leftPara {
        margin-top: 1rem;
    }

    .footer-li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 25px;
        margin: 1rem auto;
    }
}




.footer {
  font-size: 14px;
      background-color:#212327;
      padding-top: 50px;
  /* background-color: var(--color-primary); */
/*   background: rgb(29,68,85);
background: radial-gradient(circle, rgba(29,68,85,1) 0%, rgba(0,0,0,1) 100%);
  padding:50px 0px 24px 0px; */
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 156px;
  margin-right: 6px;
      background: #fff;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
      color: #fff;
  font-size: 14px;
  font-family: var(--font-primary);
      margin-top: -21px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}
.footery h4{
   font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  width: 108px;
    border-bottom: 2px solid white;
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  width: 108px;
  
    border-bottom: 2px solid #21a0dc;
}
/*#featured{
  width: 175px;
}*/
.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
      padding-top: 10px;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  padding-right: 10px;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color:  #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

/*.footer .footer-links ul a:hover {
    font-weight: bold;
    margin-left: 10px;
}*/

.footer .footer-contact p {
    line-height: 25px;
    margin-bottom: 6px;
    color: #fff;
    width: 219px;
}
/*.footer .footer-contact p:hover{
  font-weight: bold;
    margin-left: 10px;
}*/

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.whatsapp {
    right: 11px;
    z-index: 999;
    position: fixed;
    bottom: 69px;
}
.d-flex.foter-icon {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.d-flex {
    display: flex!important;
}
.footer-contact ul{
  padding:0;
}


.welcome-top a {
      color: #fff;
    font-size: 1em;
    padding: 7.5px 15px;
   /* background: #e32228;*/
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}

.btn-learn-more{
    font-size: 1em;
    padding: 7.5px 15px;
    background: #e32228;
}
.btn-learn-more:hover {
  color: #fff;

        background: #393185;
}


/*<=============================================================================================================*/

.back-link {
    height: 251px;
    background: #393185;
    color: #FFF;
}
.back-link-a:hover{
   color: #FFF;
}


/*--------------------------------------------- Product cards*/
hr:not([size]) {
    height: 1px;
    color: #0000006e;
}
.product-card a {
    text-decoration: none;
    color: #393185;
    margin-top: 8px;
    padding: 10px;
    /* padding-top: 15px; */
}
.product-card a h5 {
    font-size: 15px;
    font-weight: bolder;
}
.card.img-cards.text-center.product-card {
    min-height: 516px;
}

/*------------------------mfm-page---------------*/
/*.mfm-pg{
  gap:14px;
}*/
/*.card.img-cards.text-center.product-card1 {
    min-height: 555px;

}*/
/*.btn-primary {
  color: #fff
}*/
.product-card1 h5{
  font-size: 16px;
}
.cards a{
color: #fff;
}
.product-card1 a {
    text-decoration: none;
    color: #393185;
    margin-top: 8px;
    padding: 10px;
    /* padding-top: 15px; */
}
.crds{min-height: 558px;}
.card-body p{
  font-size: 14px;
}
/*.cards-body{
      margin-top: -19px;
    min-height: 226px;
}*/
/*---------------------------mfm-product-section--------------------------*/
.prd-block_title-wrap {
    display: block;
}
.prd-block_description.topline {
    margin-bottom: 15px;
    margin-top: 20px;
}
.downloadBlock {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.downloadBlock .downloadSingle {
    padding: 10px 10px;
    border: 1px solid #eee;
    flex: 0 0 22%;
    margin: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.downloadBlock i {
    color: #ff8e25;
    margin-right: 2px;
    font-size: 16px;
    vertical-align: 0;
}

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.downloadBlock span {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 17px;
    color: #000;
    font-size: 15px;
}

.viewProductVariant a b{
  color: #393185;

}
/*.downloadSection .nav-tabs .mb-3 {
    margin-bottom: 0rem;
}*/

.downloadSection .nav-tabs .nav-link  {
    background: #393185;
    border-left-color: #eee;
    border-right-color: #eee;
    border-bottom: 3px solid #000;
    border-top: 0;
    color: #fff;
}
.downloadSection .nav-tabs .nav-link:hover{
    background: #e32228;
    border-left-color: #eee;
    border-right-color: #eee;
    border-bottom: 3px solid #000;
    border-top: 0;
    color: #fff;
}
.downloadSection p a {
    border: 1px solid #eee;
    padding: 7px 15px;
    margin-right: 12px;
    border-radius: 3px;
}
.downloadSection p a:hover {
    color: #e32228;
}
.downloadSection p a {
  color:  #393185;
      display: table-cell;

}
.image-product{
      border-right: 1px solid;
    color: #dedede;
}
.table-bordered{
  font-size: 14px;
}

/*///// inner-banner/////*/
/*#other-brands{
  background-image: url(../../images/inner-banner/1.jpg);
  background-position: center;
  background-size: cover;

}*/
.back-link{
    background-image: url(../../images/inner-banner/selec.png);
  background-position: center;
  background-size: cover;
}
.breadcrumb{
      font-size: 16px;
   /* padding-top: 70px;*/
}
.dealers{
      text-align: center;
    padding-top: 23px;
    }
.other img{
      border-radius: 7px;
  /*padding:2px;*/
  width:100%;
  
    cursor: pointer;

  border: 2px solid #5a5a5a;
  /*background-color:#44559A;*/
}
.other img:hover {
box-shadow: rgba(0, 0, 0, 0.19) 0px 1px 0px, rgba(0, 0, 0, 0.63) 2px 3px 1px!important;
    /*padding: 0px 0px 3px 3px;*/
    width: 100%;
     /*background-color:#44559A;*/
    /*background-color: #f80003;*/
    border-radius: 7px;
}
.lg1
{padding:5px !important;}

#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 28px;
    z-index: 99;
    font-size: 30px;
    border: none;
    width: 3%;
    height: 6%!important;
    outline: none;
    background-color: #e32228;
    color: white;
    cursor: pointer;
    padding: -16px;
    border-radius: 7px;
} 
#myBtn i {
    position: absolute;
    top: 6px;
    left: 8px;
}

#myBtn:hover {
  background-color:#393185;
}

.whatsapp {
  right: 21px;
  z-index: 999;
  position: fixed;
  bottom: 97px;
}

.text, #detail-information {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

#form-submit{
  background-color: #061a49;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#form-submit:hover {
  background-color: #061a49d9;
}

.quote-popup {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/*--------------------------- Nav bar  css ----------------*/
body > .over-menu {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: fixed;
      height: 100%;
      content: "";
      width: 100%;
      left: 0;
      top: 0;
      visibility: hidden;
      opacity: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 9;
    }
    body.open-menu {
      left: -250px;
    }
    body.open-menu > .over-menu {
      visibility: visible;
      opacity: 1;
    }
    body.open-menu .menu-container {
      right: 0 !important;
    }
    a {
      text-decoration: none !important;
      outline: none;
    }
    .hidden {
      display: none;
    }
   
    header {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #e32228;
      width: 100%;
      float: left;
      position: fixed;
      z-index: 10;
          padding-bottom: 4px;
          border-top: 5px solid #393185;
    }
    header::before {
     -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      transform-origin: 0;
      background: #FFF;
      position: absolute;
      width: 100%;
      content: "";
      top: 0;
      right: 0;
      height: 0;
    }
    header .desk-menu {
      position: relative;
      width: 100%;
      float: left;
    }
    header .desk-menu .logo {
      position: absolute;
      float: left;
    }
    header .desk-menu .logo-adn {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin: 20px 0 0;
      position: relative;
      display: table;
      z-index: 1;
    }
    header .desk-menu .logo-adn a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /*background-image: url("https://seeklogo.com/images/G/google-logo-28FA7991AF-seeklogo.com.png");*/
      background-position: 0;
      color: rgba(0, 0, 0, 0);
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      width: 40px;
      height: 40px;
      font-size: 0;
    }
    header .desk-menu .box-menu {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
     /* padding: 16px 0 0;*/
      display: grid;
      place-items:center;
      margin: 0 auto;
      float: right;
      text-align: center;
    }
    header .desk-menu .menu-container {
      float: left;
    }
    header .desk-menu .menu-container .menu-head,
    header .desk-menu .menu-container .menu-foot {
      width: 100%;
      float: left;
      display: none;
    }
 header .desk-menu .menu-container .menu-head {
    background: #393185;
    padding: 16px 10px;
}
    header .desk-menu .menu-container .menu-head .e1 {
      padding: 3px 0;
      float: left;
    }
    header .desk-menu .menu-container .menu-head .e1 img {
      width: 29px;
      float: left;
      height: 29px;
    }
    header .desk-menu .menu-container .menu-foot {
      position: absolute;
      bottom: 0;
      padding: 15px 0;
    }
    header .desk-menu .menu-container .menu-foot .social {
      display: table;
      margin: 0 auto;
    }
    header .desk-menu .menu-container .menu-foot .social a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: inline-block;
      position: relative;
      margin: 0 5px 0 0;
      color: #FFF;
      font-size: 13px;
      text-align: center;
      padding: 8px 0;
      border-radius: 50%;
      background: #797c82;
      width: 29px;
      height: 29px;
    }
    header .desk-menu .menu-container .menu-foot .social a:last-child {
      margin: 0;
    }
    header .desk-menu .menu-container .menu-foot .social a:hover {
      background: #a4a7ac;
    }
    header .desk-menu .menu-container .menu-foot hr {
      margin: 15px auto 20px;
      display: table;
      width: calc(100% - 20px);
    }
    header .desk-menu .menu-container .menu-foot address {
      position: relative;
      text-align: left;
      padding: 0 15px;
      margin: 0;
    }
    header .desk-menu .menu-container .menu-foot address i {
      position: absolute;
      left: 0;
      top: 0;
    }
    header .desk-menu .menu-container .menu-foot address span {
      padding: 0 0 0 20px;
      position: relative;
      margin-bottom: 5px;
      font-size: 14px;
      display: block;
    }
    header .desk-menu .menu-container .menu {
      float: left;
      padding: 0;
      margin: 0 138px 0 0;
      list-style: none;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    header .desk-menu .menu-container .menu li.back {
      display: none;
    }
    header .desk-menu .menu-container .menu > li {
      -webkit-transition: all 0.33s ease;
      -moz-transition: all 0.33s ease;
      -ms-transition: all 0.33s ease;
      -o-transition: all 0.33s ease;
      transition: all 0.33s ease;
      margin: 0 0 0 10px;
      float: left;
      cursor: pointer;
      position: relative;
      overflow: inherit;
    }
    header .desk-menu .menu-container .menu > li a {
      font-weight: 600;
      position: relative;
      text-transform: uppercase;
      /* font-family: "Ubuntu", sans-serif; */
      /*   font-family: 'Poppins', sans-serif !important;  */
      /*font-family: 'Roboto', sans-serif;*/
            font-family: 'Poppins', sans-serif !important; 
      font-size: 14px;
      padding: 17px 8px;
      display: block;
      color: #fff;
    }
 header .desk-menu .menu-container .menu > li a:hover{
  color: #fff!important;
 }

header .desk-menu .menu-container .menu > li.menu-item-has-children > a {
    padding: 16px 20px 19px 8px;
    position: relative;
}
  

    header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #4e4e4e;
      position: absolute;
      content: "";
      height: 1px;
      width: 7px;
      top: 26px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10px;
      background: #fff;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 6px;
         background: #fff;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
      /* box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2); */
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      -webkit-overflow-scrolling: touch;
      min-width: 230px;
      position: absolute;
      list-style: none;
      background: #FFF;
      padding: 0;
      float: left;
      display: table;
      left: 0;
      width: 100%;
      float: left;
      display: none;
      /*top:  56px;*/
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li {
      width: 100%;
      -webkit-transition: all 0.33s ease;
      -moz-transition: all 0.33s ease;
      -ms-transition: all 0.33s ease;
      -o-transition: all 0.33s ease;
      transition: all 0.33s ease;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
      color: #4e4e4e;
            font-family: 'Poppins', sans-serif !important; 
      width: 230px;
      padding: 14px;
      font-size: 13px;
    }
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a:hover{
 color: #000!important;  
}


    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu {
      display: none;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #4e4e4e;
      position: absolute;
      content: "";
      height: 1px;
      width: 7px;
      top: 24px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
      transform: rotate(45deg);
      right: 6px;
      top: 19px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
      transform: rotate(-45deg);
      right: 6px;
      top: 23px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
      display: block;
      color: #000!important;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
      display: block;
      margin-left: 2px;
    }
     header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children.capacitors:hover .sub-menu {
    margin-top: -50px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a {
      color: #000;
      background-color: #eeeff1;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::before {
      -webkit-transform: rotate(142deg);
      -moz-transform: rotate(142deg);
      -ms-transform: rotate(142deg);
      -o-transform: rotate(142deg);
      transform: rotate(142deg);
      top: 23px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::after {
      -webkit-transform: rotate(42deg);
      -moz-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
      -o-transform: rotate(42deg);
      transform: rotate(42deg);
      right: 11px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
      left: 100%;
      margin-top: -43px;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children a {
      text-align: left;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover {
      margin-top: 0;
    }
    header .desk-menu .menu-container .menu > li.line {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      bottom: 11px;
      left: 0;
      height: 0px;
      pointer-events: none;
      border: 1px solid #4285f4;
      background: #4285f4;
      -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
      -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
      transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
      opacity: 0;
      display: block;
    }
    header .desk-menu .menu-container .menu > li:hover > a {
      color: #4285f4;
    }
    header .desk-menu .menu-container .menu > li:hover > a::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg);
      width: 10px;
      right: 12px;
    }
    header .desk-menu .menu-container .menu > li:hover > a::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 10px;
      right: 7px;
    }
    header .desk-menu .menu-container .menu > li:hover.menu-item-has-children .sub-menu {
      display: block;
    }
    header .hamburger-menu {
      display: none;
    }
    header.small::before {
          background-color: #e32228;
      box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
      height: 100%;
    }
    header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
    background-color: #fff;
    }
    header.small .desk-menu .logo-adn {
      margin-top: 14px;
    }
    header.small .desk-menu .logo-adn a {
      background-image: url("../img/empresa-1-logo.svg");
      height: 30px;
      width: 140px;
    }
    header.small .desk-menu .box-menu {
      padding: 0;
    }
    header.small .desk-menu .box-menu ul li a {
      color: #fff;
    }
    @media (max-width: 991px) {
      header {
        height: 60px;
      }
      header .hamburger-menu {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        position: absolute;
        top: 45px;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        cursor: pointer;
        right: 0;
        z-index: 11;
      }
      header .hamburger-menu span {
        text-transform: uppercase;
        left: calc(-100% + -5px);
        padding: 8px 9px 8px 0;
        top: calc(50% - 18px);
        position: absolute;
        font-size: 13px;
        color: #FFF;
      }
      header .hamburger-menu .bar,
      header .hamburger-menu .bar::after,
      header .hamburger-menu .bar::before {
        width: 35px;
        height: 3px;
      }
      header .hamburger-menu .bar {
        position: relative;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        background: #4e4e4e;
        top: -7px;
      }
      header .hamburger-menu .bar::before, header .hamburger-menu .bar::after {
        position: absolute;
        background: #4e4e4e;
        content: "";
        left: 0;
        border-radius: 5px;
      }
      header .hamburger-menu .bar::before {
        bottom: 10px;
        -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      header .hamburger-menu .bar::after {
        top: 10px;
        -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      header .hamburger-menu .bar.animate {
        background: rgba(255, 255, 255, 0);
      }
      header .hamburger-menu .bar.animate::after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      header .hamburger-menu .bar.animate::before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      header .desk-menu .box-menu ul li a {
        color: #FFF !important;
        border-bottom: 1px solid #eaeaea;
      }
      header .desk-menu .menu-container {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #FFF;
        position: fixed;
        height: 100%;
        width: 250px;
        right: -250px;
        top: 0;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
      }
      header .desk-menu .menu-container .menu-header-container {
        position: relative;
        float: left;
      }
      header .desk-menu .menu-container .menu-header-container ul {
        padding: 10px !important;
      }
      header .desk-menu .menu-container .menu {
        margin: 0;
      }
      header .desk-menu .menu-container .menu li.back {
        position: relative;
        display: block;
      }
      header .desk-menu .menu-container .menu li.back a {
        padding: 12px 12px 12px 35px !important;
      }
      header .desk-menu .menu-container .menu li.back a::before, header .desk-menu .menu-container .menu li.back a::after {
        background-color: #4e4e4e;
        position: absolute;
        content: "";
        height: 2px;
        width: 7px;
        top: 23px;
      }
      header .desk-menu .menu-container .menu li.back a::before {
        -webkit-transform: rotate(-45deg) !important;
        -moz-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        -o-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
        top: 20px !important;
        right: inherit !important;
        left: 15px !important;
      }
      header .desk-menu .menu-container .menu li.back a::after {
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
        top: 24px !important;
        left: 15px !important;
      }
      header .desk-menu .menu-container .menu li.line {
        display: none !important;
      }
      header .desk-menu .menu-container .menu > li {
        width: 100%;
        float: left;
        margin: 0;
        text-align: left;
      }
      header .desk-menu .menu-container .menu > li a {
        /* font-family: "Ubuntu", sans-serif; */
         font-family: 'Poppins', sans-serif !important; 
        /*font-family: 'Roboto', sans-serif;*/
        padding: 12px;
        color: #4e4e4e !important;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children {
        position: initial;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a {
        padding: 12px;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
        background: #4e4e4e;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
        right: 6px !important;
        top: 22px !important;
        width: 7px !important;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
        top: 26px !important;
        width: 7px !important;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
        
        box-shadow: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block !important;
        background: #FFF;
        z-index: 1;
        top: 0;
        left: 100%;
        height: 100%;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
        margin-top: 0;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
        left: 0%;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
        background-color: #4e4e4e;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
        right: 6px !important;
        top: 22px !important;
        width: 7px !important;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
        -webkit-transform: rotate(-45deg) !important;
        -moz-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        -o-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
        right: 6px !important;
        top: 26px !important;
        width: 7px !important;
      }
      header .desk-menu .menu-container .menu > li:hover a:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 6px;
        top: 22px;
      }
      header .desk-menu .menu-container .menu > li:hover a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 6px;
        top: 26px;
      }
      header .desk-menu .menu-container .menu-head {
        display: block;
      }
      header .desk-menu .menu-container .menu-foot {
        display: block;
      }
      header.small .hamburger-menu {
        top: 31px;
      }
      header.small .hamburger-menu span {
        color: #4e4e4e;
      }
      header.small .hamburger-menu .bar {
        background: #fff;
      }
      header.small .hamburger-menu .bar::before, header.small .hamburger-menu .bar::after {
        background: #fff;
      }
      header.small .hamburger-menu .bar.animate {
        background: rgba(255, 255, 255, 0);
      }
    }
    @media (max-width: 767px) {
      header .desk-menu .menu-container .menu li a {
        padding: 8px 12px;
      }
      header .desk-menu .menu-container .menu li.back a {
        padding: 8px 12px 8px 35px !important;
      }
      header .desk-menu .menu-container .menu li.back a::before {
        top: 17px !important;
      }
      header .desk-menu .menu-container .menu li.back a::after {
        top: 21px !important;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a {
        padding: 8px 12px;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
        top: 18px;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
        top: 22px;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
        padding: 8px 12px;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
        top: 18px;
      }
      header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
        top: 22px;
      }
    }
    @media (max-width: 481px) {
      header .desk-menu .logo-adn a {
        width: 100px;
        height: 30px;
      }
      header .hamburger-menu {
        top: 28px;
         right: 300px;  
      }
      header .hamburger-menu .bar,
      header .hamburger-menu .bar::after,
      header .hamburger-menu .bar::before {
        width: 30px;
            background: #fff;
        height: 3px;
      }
      header .hamburger-menu .bar::before {
        bottom: 9px;
      }
      header .hamburger-menu .bar::after {
        top: 9px;
      }
      header.small .desk-menu .logo-adn a {
        width: 100px;
        height: 30px;
      }
    }
    @media (max-height: 550px) {
      header .desk-menu .menu-container .menu-foot hr,
      header .desk-menu .menu-container .menu-foot address {
        display: none;
      }
    }
    .resize-message {
      margin: 40vh auto 0;
      display: table;
    }
    .resize-message span {
      text-transform: uppercase;
      text-align: center;
      display: block;
      color: #666;
    }
    .resize-message span i {
      font-size: 30px;
    }
    .author {
      position: fixed;
      bottom: 0;
      z-index: 2;
      width: 100%;
      padding: 30px 15px 15px;
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(54%, rgba(0, 0, 0, 0.54)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    }
    .author a {
      font-size: 16px;
      display: table;
      margin: 0 auto;
      text-decoration: none;
      color: #FFF;
      font-weight: 700;
    }
    .author a span {
      color: #4285f4;
    }

      /*-----------header css----------------*/

#header-scroll.hide {
  transform: translateY(-100%);
}

.small, small {
  
     margin-top: -120px!important;
    font-size: 14px!important;
    height: 60px!important;
}

/*----------- Loader ------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;

}

.loader::after {
    content: "";
    /* background-image: url('../img/loader-logo.jpg');  */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid #000;
    border-top-color: #fff;
     color: #312875;
    animation: loader 1s ease-in-out infinite;
  /* -webkit-animation: wobble-hor-bottom 0.8s both;
            animation: wobble-hor-bottom 0.8s both; */
}
#loader{
  display: grid;
  place-items:center;
}
#loader a img {
  width: 50%;
}

@keyframes loader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.topbar{
  display: flex;
}

 .nav-link.active,
  .nav-item.show .nav-link.active{
    background-color: #e32228!important;
    color: #fff!important;
  }
  .downloadSection .nav-tabs .nav-link.active{

    border-bottom: 3px solid #080707;
  }

 /* .downloadSection {
    margin-left: 24px;
}*/
.breadcrumb-item a{
  color: #fff;
}


/*------------ cards under bannar -----*/
.authorized{
    border: 1px solid #182a72;
    float: right;
    /*padding: 0 !important;*/
    border-radius: 10px;
}
@media (min-width: 1200px)
.col-lg-4 {
    width: 25%;
}
.authorized h5 {
    background-color: #182A72;
    color: #FFF;
    font-size: 21px;
    margin: 0;
    font-family:  'Poppins', sans-serif;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
}
.cards {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
}

 .authorized-card {
    display: block;
    width: 50%;
    height: auto;
        margin: 0px 0px 0px 90px;
}
.authorised{
  margin-left: 15%;
}

.authorised .authorized-img img{
  transition: transform .5s; /* Animation */
}

.authorised .authorized-img img:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.authorised hr{
      margin-left: -55px!important;

}

   /*===--=-=-=-=Read button css==-=-=-==-*/
   .button-30 {
  align-items: center;
  appearance: none;
  background-color: #e32228 ;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
   font-family: 'Poppins', sans-serif !important;   
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}


.btnfirst:hover{
color: #fff;
}









 .label-new{
  position: absolute;
    z-index: 2;
    background: #f9a51acf!important;
  /*background: #2ec69f!important;*/
    text-transform: uppercase!important;
    border-radius: 0 12px!important;
    color: #fff!important;
    font-weight: 600!important;
    border: 0!important;
    padding: 1px 10px!important;
    font-size: 12px!important;
    line-height: 21px!important;
}

.prd-img-area{    
    top: 9px;
    text-align: center;
    left: 9px;
    padding: 0 11px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 600;
    min-width: 50px;
    text-align: center;
}