body {
  font-family: "Open Sans", sans-serif;
  color: #3e3e3e;
  background: #fff;
}

a {
  color: #F5954D;
  text-decoration: none;
}
p {
  text-align: justify;
}
a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Boston Regular';
}



@font-face {
  font-family: 'Boston Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Regular'), url('../css/fonts/BostonRegular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Regular It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Regular It'), url('../css/fonts/BostonRegularIt.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Thin'), url('../css/fonts/BostonThin.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Thin It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Thin It'), url('../css/fonts/BostonThinIt.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston ExtraLight';
  font-style: normal;
  font-weight: normal;
  src: local('Boston ExtraLight'), url('../css/fonts/BostonExtraLight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston ExtraLight It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston ExtraLight It'), url('../css/fonts/BostonExtraLightIt.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Light';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Light'), url('../css/fonts/BostonLight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Light It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Light It'), url('../css/fonts/BostonLightIt.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('Boston SemiBold'), url('../css/fonts/BostonSemiBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston SemiBold It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston SemiBold It'), url('../css/fonts/BostonSemiBoldIt.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Bold'), url('../css/fonts/BostonBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Bold It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Bold It'), url('../css/fonts/BostonBoldIt.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Black';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Black'), url('../css/fonts/BostonBlack.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Black It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Black It'), url('../css/fonts/BostonBlackIt.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Heavy'), url('../css/fonts/BostonHeavy.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Boston Heavy It';
  font-style: normal;
  font-weight: normal;
  src: local('Boston Heavy It'), url('../css/fonts/BostonHeavyIt.woff') format('woff');
  }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 55px;
  z-index: 996;
  background: #F5954D;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background: #f3f3f3;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #000000;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 35px;
}
.bg-effect{

}
.form-control::placeholder{
  color: #fff;
}
.request-demo .section-title {
  margin-bottom: 35px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #3e3e3e;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #F5954D;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #F5954D;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #F5954D;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #1C273D;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.form-control {
  color: #3e3e3e !important;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #F5954D;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #3e3e3e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #1C273D;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #F5954D;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #1C273D;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #F5954D;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 180px);
  margin-top: 70px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #3e3e3e;
  font-family: 'Boston Bold';
}

#hero h2 {
  color: #3e3e3e;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: 'Boston Regular';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #F5954D;
  border: 2px solid #F5954D;
}

#hero .btn-get-started:hover {
  background: #F5954D;
  color: #fff;
}

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

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

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

  #hero .animated {
    animation: none;
  }

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

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

@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
  }

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

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

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

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

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #3e3e3e;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #F5954D;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

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

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

.clients img {
  max-width: 80%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  max-height: 90px;
}
.img-fluid-ser {
  width: 33px;
  height: 40px;
  vertical-align: middle;
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}



@media (max-width: 575px) {
  
}
.techSlider .swiper-pagination{
  display: none;
}

/*--------------------------------------------------------------
# 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: #F5954D;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: 'Boston Regular';
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #F5954D;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #F5954D;
}

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

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #3e3e3e;
}

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

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #F5954D;
  float: left;
  line-height: 0;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #3e3e3e;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: 'Boston Regular';
  font-size: 14px;
  color: #3e3e3e;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3e3e3e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  text-align: left;
  border: 5px solid transparent;
}
/* .icon-box.hov1{
  border-color: #F69A56;
}
.icon-box.hov2{
  border-color: #A49DD2;
}
.icon-box.hov3{
  border-color: #A2C0C0;
} */
.msgSent{
  top: 0px;
  color: #fff;
  padding: 6px 20px 9px;
  margin: 10px;
  z-index: 999999;
  right: 0px;
  background: #3c9f45;
  position: fixed;
  border-radius: 5px;
  transition: ease 0.4s;
}
.msgSent .ri-check-double-line{
  margin-right: 5px;
}
.msgSent.hidden{
  display: none;
}

/* .services .icon-box::before {
  content: "";
  position: absolute;
  background: #f5954d40;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #F5954D;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
} */

.services .icon {
  margin: 0 auto 0px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #F5954D;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}
.min-height-470{
  min-height: 420px;
}
.services .title a {
  color: #3e3e3e;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/* .services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
} */

/* .services .icon-box:hover .icon {
  background: #1C273D;
} */

/* .services .icon-box:hover .icon i {
  color: #F5954D;
} */

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgb(28 39 61 / 90%);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #3e3e3e;
}

.more-services .card-text {
  color: #3e3e3e;
}

.more-services .read-more a {
  color: #3e3e3e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #F5954D;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  /* background: #1C273D; */
  /* transition: ease-in-out 0.3s; */
  border-radius: 10px;
  justify-content: center;
  margin: auto;
  /* display: inline-block; */
  width: 290px;
  box-shadow: 0px 24px 18px -20px rgba(245,149,77,1);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #3e3e3e;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #F5954D;
}

/* .features .icon-box:hover {
  background: #1C273D;
} */

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px 70px 20px 70px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 24px 18px -20px rgba(245,149,77,1);
  position: relative;
  border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #3e3e3e;
  text-align: left;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
  text-align: left;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.sdc-label{
  color: #F5954D;
  font-family: 'Boston Bold';
  font-size: 25px;
  margin: 20px 0px;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #F5954D;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F5954D;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #3e3e3e;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

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

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #F5954D;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap: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 #F5954D;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 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 {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #1C273D;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: #f5954d40;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #1C273D;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a i {
  line-height: 0;
}

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

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #3e3e3e;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #3e3e3e;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 24px 18px -20px rgba(245,149,77,1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #3e3e3e;
}

.pricing .box h4 {
  font-size: 42px;
  color: #F5954D;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #3e3e3e;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #F5954D;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #F5954D;
  color: #F5954D;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Boston Regular';
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #F5954D;
  color: #fff;
}

.pricing .recommended {
  border-color: #F5954D;
}

.pricing .recommended .btn-buy {
  background: #F5954D;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #F5954D;
  background: #F5954D;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #485878;
}

.faq .faq-item i {
  color: #F5954D;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3e3e3e;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Boston Regular';
  color: #3e3e3e;
}

.contact .social-links {
  padding-bottom: 20px;
}

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

.contact .social-links a:hover {
  background: #F5954D;
  color: #fff;
}

.contact .info {
  color: #3e3e3e;
}

.contact .info i {
  font-size: 32px;
  color: #F5954D;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.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: #1C273D;
  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 input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f5954d40;
  border-color: #f5954d40;
}

.form-control::placeholder {
  color: #3e3e3e;
}

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

.contact .php-email-form button[type=submit] {
  background: transparent;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  border: 2px solid #F5954D;
  color: #F5954D;
}

.contact .php-email-form button[type=submit]:hover {
  background: #F5954D;
  color: #fff;
}

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

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

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

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

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

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

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

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f3f3f3;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #404040;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #3e3e3e;
}

#footer .footer-links a {
  color: #343434;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #F5954D;
}

.demo-wrap img {
  max-width: 100%;
  display: block;
  height: auto;
}

.request-demo .form-group label {
  display: block;
  margin-bottom: 5px;
}

.request-demo .form-group input, .request-demo .form-group .form-control {
  display: block;
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f5954d40;
  border-color: #f5954d40;
}
.rq-demo-form {
  border-radius: 10px;
  padding: 25px 25px;
}
.rq-demo-form .form-group {
  margin-bottom: 40px;
}
.req-hold{
  padding-bottom: 70px;
}
.theme-btn{
  background: transparent;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  border: 2px solid #F5954D;
  color: #F5954D;
}
.theme-btn:hover{
  background: #F5954D;
  color: #fff;
}
.paragraph{
  font-size: 18px;
}
.request-demo .form-group select option{
  background-color: #1C273D;
  color: #a9a9a9;
}
.i-box {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 2px;
  background: linear-gradient(180deg, rgba(254, 103, 72, 1) 35%, rgba(255, 189, 77, 1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Boston Bold';
}

.i-cover {
  display: inline-block;
}
.infigen-text-logo{
  font-family: 'Boston Bold';
  font-size: 40px;
}
.shadowbox {
  box-shadow: 0px 24px 18px -20px #A49DD2;
}
.req-vid {
  position: absolute;
  width: 420px;
  height: 263px !important;
  top: calc(50% - 130px);
  left: calc(50% - 210px);
}

.about-label {
  color: #F5954D;
  font-family: 'Boston Bold';
  font-size: 20px;
}
.whatsapp-barcode{
  max-width: 100%;
  padding: 10px 25px;
}
.whatsapp-icon {
  color: #F5954D;
  position: fixed;
  bottom: 20px;
  right: 16px;
  font-size: 44px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.whatsapp-icon svg{
  float: left;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  text-align: center;
  margin: auto;
}
textarea {
  resize: vertical;
  display: block;
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f5954d40;
  border-color: #f5954d40 !important;
  width: 100%;
  min-height: 170px;
  outline: none;
  color: #3e3e3e;
}
.req-hold {
  position: relative;
  border: 8px double #f5954d40;
  border-radius: 15px;
  padding: 40px;
}
.req-hold::after {
  content: "";
  /* background-color: #f5954d40; */
  width: 100px;
  height: 100px;
  position: absolute;
  border-top-left-radius: 15px;
  top: -25px;
  left: -25px;
  z-index: -1;
  border-top: 8px dashed #f5954d40;
  border-left: 8px dashed #f5954d40;
}
.req-hold::before {
  content: "";
  /* background-color: #f5954d40; */
  width: 100px;
  height: 100px;
  position: absolute;
  border-bottom-right-radius: 15px;
  right: -25px;
  bottom: -25px;
  z-index: -1;
  border-bottom: 8px dashed #f5954d40;
  border-right: 8px dashed #f5954d40;
}


/* ------------------------------ whatsapp box styling starts here ---------------------------------- */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 55px;
  right: 15px;
  overflow: hidden;
  z-index: 999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
  
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /* background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 15px;
  height: 80px;
}

.online {
  position: relative;
  top: -30px;
  left: 59px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 10px 10px 0px 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: 'Boston Regular';
  width: 100%;
  min-height: 45px !important;
  outline: none;
  resize: none;
  padding: 12px;
  font-size: 14px;
  max-height: 45px;
  background: #fff;
  color: #000;
}

#send-it img{
  width: 20px;
  height: 20px;
  z-index: 11111;
}

a#send-it {
  width: 40px;
  height: 40px;
  font-weight: 700;
  padding: 7px 12px 0;
  background: #095e54;
  border-radius: 0px;
  height: 40px;
  border-radius: 50px;
  margin: 3px 3px 0px 0px;
  
  svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
  background: #fff;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}


.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  display: inline-block;
  width: 100%;
  height: 320px;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}
.mb-35{
  margin-bottom: 35px !important;
}
.align-center{
    margin: auto;
    text-align: center;
}
.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}



/* award winning section starts here */
.award-section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}

.award-block {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}
.swiper-slide-active + .swiper-slide + .swiper-slide img {
  filter: none;
  transform: scale(1.3);
}


.award-heading {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.award-image {
  max-width: 160px;
  max-height: 160px;
  border-radius: 0px;
  margin-bottom: 20px;
}

.award-description {
  font-size: 16px;
  color: #666;
  max-width: 200px;
  margin: 0 auto;
}
.flex-align{
  align-items: center;
  display: flex;
  justify-content: center;
}

/* .vision{
  background-image: url(../../assets/img/vision.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
} */

.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #f5954d40;
  outline: none;

  box-shadow: none !important;
}
.accordion-button::after {
  flex-shrink: 0;

  margin-left: auto;
  content: "";
  background-image: url(../../assets/img/arrow-down.png);
  
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/img/arrow-down.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq .ri-question-line{
  color: #F5954D;
  margin-right: 15px;
}
.accordion-item {
  color: #3e3e3e;
  background-color: transparent;
  border: #f5954d40;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #e3e3e3a8;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #3e3e3e;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);

}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #3e3e3e;
  background-color: unset;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  outline: none;
  /* border: 0px; */
  box-shadow: none !important;
}
.accordion-collapse.collapse.show{
  border: 0px solid #eee;
}

.icon-box{
  border-radius: 10px;
}



.services .icon-box.one{
  position: relative;
  transition: ease 0.5s;
  box-shadow: 0px 24px 18px -20px #A2C0C0;
}
.icon-box.one .icon{
  background: #A2C0C0;
  border-radius: 50px;
  box-shadow: none;
  
}
.icon-box.one:hover{
  background: #A2C0C0;
  box-shadow: none;
  transition: ease 0.5s;
}
.icon-box.one:hover .icon{
  background: #A2C0C0;
}



.services .icon-box.two{
  position: relative;
  transition: ease 0.5s;
  box-shadow: 0px 24px 18px -20px #A49DD2;
}
.icon-box.two .icon{
  background: #A49DD2;
  border-radius: 50px;
  box-shadow: none;
  
}
.icon-box.two:hover{
  background: #A49DD2;
  box-shadow: none;
  transition: ease 0.5s;
}
.icon-box.two:hover .icon{
  background: #A49DD2;
}




.services .icon-box.three{
  position: relative;
  transition: ease 0.5s;
  box-shadow: 0px 24px 18px -20px #F69A56;
}
.icon-box.three .icon{
  background: #F69A56;
  border-radius: 50px;
  box-shadow: none;
  
}
.icon-box.three:hover{
  background: #F69A56;
  box-shadow: none;
  transition: ease 0.5s;
}
.icon-box.three:hover .icon{
  background: #F69A56;
}




.services .icon-box.four{
  position: relative;
  transition: ease 0.5s;
  box-shadow: 0px 24px 18px -20px #C9B395;
}
.icon-box.four .icon{
  background: #C9B395;
  border-radius: 50px;
  box-shadow: none;
  
}
.icon-box.four:hover{
  background: #C9B395;
  box-shadow: none;
  transition: ease 0.5s;
}
.icon-box.four:hover .icon{
  background: #C9B395;
}





.services .icon-box.five{
  position: relative;
  transition: ease 0.5s;
  box-shadow: 0px 24px 18px -20px #6794E0;
}
.icon-box.five .icon{
  background: #6794E0;
  border-radius: 50px;
  box-shadow: none;
  
}
.icon-box.five:hover{
  background: #6794E0;
  box-shadow: none;
  transition: ease 0.5s;
}
.icon-box.five:hover .icon{
  background: #6794e0;
}



.services .icon-box.six{
  position: relative;
  transition: ease 0.5s;
  box-shadow: 0px 24px 18px -20px #C8A1CA;
}

.icon-box.six .icon{
  background: #C8A1CA;
  border-radius: 50px;
  box-shadow: none;
}
.icon-box.six:hover{
  background: #C8A1CA;
  box-shadow: none;
  transition: ease 0.5s;
}
.icon-box.six:hover .icon{
  background: #C8A1CA;
}

@media (max-width: 1200px) {
  .swiper-slide-active + .swiper-slide + .swiper-slide img {
    filter: grayscale(100) !important;
    transform: scale(1) !important;
  }
  .swiper-slide.swiper-slide-next img {
    filter: none !important;
    transform: scale(1.3) !important;
  }
  .clients img {
    max-width: 70%;
  }
  .award-image {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 768px) {
  .swiper-slide-active + .swiper-slide + .swiper-slide img {
    filter: grayscale(100) !important;
    transform: scale(1) !important;
  }
  .swiper-slide.swiper-slide-next img {
    filter: none !important;
    transform: scale(1.3) !important;
  }
  .clients img {
    max-width: 50%;
  }
  .award-image {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .award-image {
    max-width: 120px;
    max-height: 120px;
    border-radius: 0px;
    margin-bottom: 20px;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
  .align-center {
    margin: unset;
    text-align: center;
  }
}




/*88888888888888888888888888888888888888888888888888888888888888*/
@media screen{
  section{display:block;}
  a{background-color:transparent;-webkit-text-decoration-skip:objects;}
  a:active,a:hover{outline-width:0;}
  h1{font-size:2em;margin:0.67em 0;}
  svg:not(:root){overflow:hidden;}
  input,textarea{color:inherit;font:inherit;margin:0;}
  input{overflow:visible;}
  [type="submit"]{-webkit-appearance:button;}
  textarea{overflow:auto;}
  .u-btn{display:table;cursor:pointer;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;font-style:inherit;font-weight:inherit;text-decoration:none;border:0 none transparent;outline-width:0;background-color:transparent;margin:0;-webkit-text-decoration-skip:objects;font-style:initial;white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;text-align:center;padding:10px 30px;border-radius:0;align-self:flex-start;}
  .u-btn:focus,.u-btn:active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
  .u-btn:hover,.u-btn:focus{text-decoration:none;}
  .u-btn:active{outline:0;background-image:none;}
  .u-text a{font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;}
  a{border-top-width:0;border-left-width:0;border-right-width:0;}
  .u-input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    background-image: none;
    background-clip: padding-box;
    border: none;
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: transparent;
    color: inherit;
    height: auto;
    border-radius: 10px;
}
  .u-form-vertical{display:flex;flex-wrap:wrap;align-items:flex-end;}
  .u-form-vertical.u-form-spacing-28{margin-left:-28px;width:calc(100% +  28px);}
  .u-form-vertical.u-form-spacing-28 .u-form-group{margin-bottom:28px;padding-left:28px;}
  .u-form-vertical .u-form-group{width:100%;}
  @media (max-width: 575px){
  .u-form-vertical .u-form-group{width:100%;}
  }
  .u-form-control-hidden{display:none!important;}
  .u-form-vertical .u-btn-submit{margin-top:1px;margin-bottom:1px;position:relative;}
  .u-form div.u-form-send-error,.u-form div.u-form-send-success{display:none;position:absolute;bottom:0px;left:0px;width:100%;text-align:center;color:#fff;padding:20px 0px 20px 0px;border:none;}
  .u-form-send-message{z-index:1;}
  .u-form-send-error{background:#F95D51;}
  .u-form-send-success{background:#62C584;}
  .u-form{position:relative;font-size:1rem;height:auto!important;}
  .u-form-group{text-align:start;}
  .u-btn-submit{display:inline-block;}
  .u-label{font-weight:normal;}
  .u-form ::placeholder{opacity:0.5;}
  .u-form-vertical .u-form-submit{margin-bottom:0!important;}
  *,*:before,*:after{box-sizing:border-box;}
  section{position:relative;}
  section > *,.u-sheet > *{position:relative;}
  a{color:#259bca;text-decoration:none;}
  a:hover{color:#0676a4;}
  a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
  .u-clearfix:after,.u-clearfix:before{content:'';display:table;}
  .u-clearfix:after{clear:both;}
  .u-sheet{position:relative;width:1140px;margin:0 auto;}
  @media (min-width: 1200px){
  .u-sheet{width:1140px;}
  }
  @media (min-width: 992px) and (max-width: 1199px){
  .u-sheet{width:940px;}
  }
  @media (min-width: 768px) and (max-width: 991px){
  .u-sheet{width:720px;}
  }
  @media (min-width: 576px) and (max-width: 767px){
  .u-sheet{width:540px;}
  }
  @media (max-width: 575px){
  .u-sheet{width:340px;}
  }
  .u-container-layout{position:relative;flex:1;max-width:100%;}
  .u-container-layout > *{position:relative;}
  .u-expanded-width{width:100%!important;margin-left:0!important;margin-right:0!important;}
  @media (max-width: 575px){
  .u-expanded-width-xs{width:100%!important;margin-left:0!important;margin-right:0!important;}
  }
  .u-valign-top{display:flex;flex-direction:column;}
  @media (min-width: 1200px){
  .u-valign-middle-xl{display:flex;flex-direction:column;}
  }
  @media (min-width: 992px) and (max-width: 1199px){
  .u-valign-middle-lg{display:flex;flex-direction:column;}
  }
  @media (min-width: 768px) and (max-width: 991px){
  .u-valign-middle-md{display:flex;flex-direction:column;}
  }
  @media (min-width: 576px) and (max-width: 767px){
  .u-valign-middle-sm{display:flex;flex-direction:column;}
  }
  @media (max-width: 575px){
  .u-valign-middle-xs{display:flex;flex-direction:column;}
  }
  .u-valign-top > *{flex-shrink:0;}
  @media (min-width: 1200px){
  .u-valign-middle-xl{justify-content:center;}
  }
  @media (min-width: 992px) and (max-width: 1199px){
  .u-valign-middle-lg{justify-content:center;}
  }
  @media (min-width: 768px) and (max-width: 991px){
  .u-valign-middle-md{justify-content:center;}
  }
  @media (min-width: 576px) and (max-width: 767px){
  .u-valign-middle-sm{justify-content:center;}
  }
  @media (max-width: 575px){
  .u-valign-middle-xs{justify-content:center;}
  }
  .u-valign-top{justify-content:flex-start;}
  .u-sheet:not(.u-image):not(.u-video){pointer-events:none;}
  .u-sheet:not(.u-image):not(.u-video) > *{pointer-events:auto;pointer-events:initial;}
  .u-group .u-container-layout > *{position:relative;}
  .u-group{display:flex;}
  [class*="u-border-"]:not(.u-shape-svg){stroke:none;}
  .u-icon{display:block;line-height:0;border-width:0px;}
  .u-svg-link{width:100%;height:100%;fill:currentColor;}
  .u-svg-content{width:0;height:0;}
  .u-icon-circle{border-radius:50%;}
  .u-body h1,.u-body h5{padding:0;}
  h1,h5{margin-top:0;margin-bottom:0.5rem;line-height:1.2;font-weight:500;color:inherit;}
  h1{font-size:2.25rem;}
  h5{font-size:1.125rem;}
  p{margin-top:0;padding:0;margin-bottom:0.5rem;}
  .u-align-left{text-align:left;}
  .u-align-center{text-align:center;}
  .u-text{word-wrap:break-word;position:relative;}
  .u-repeater{display:grid;grid-template-columns:repeat(3, 33.33333333%);}
  .u-repeater-item{display:flex;position:relative;}
  .u-text .u-btn{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:baseline;white-space:normal;text-align:inherit;}
  .u-text .u-btn.u-button-link{display:inline;}
  [class*="u-border-"]{border-style:solid;}
  .u-border-1,a.u-button-style.u-border-1{border-width:1px;}
  .u-border-2,a.u-button-style.u-border-2{border-width:2px;}
  h1,h5{font-family:'Source Sans Pro',sans-serif;}
  .u-none.u-button-style,.u-none.u-button-style:hover,.u-none.u-button-style:focus,.u-none.u-button-style:active,.u-button-style.u-hover-none:hover,.u-button-style.u-hover-none:focus,.u-button-style.u-active-none:active{color:inherit!important;background-color:transparent!important;}
  .u-palette-1-base, .u-container-style.u-palette-1-base:before {
    color: #111111;
    background-color: #c3c3c3;
}
  .u-palette-2-base{color:#ffffff;background-color: #fff;}
  .u-white,.u-container-style.u-white:before{color:#111111;background-color:#ffffff;}
  .u-hover-white:hover,.u-hover-white[class*="u-border-"]:hover,.u-hover-white:focus,.u-hover-white[class*="u-border-"]:focus,a.u-button-style.u-hover-white:hover,a.u-button-style.u-hover-white[class*="u-border-"]:hover,a.u-button-style.u-hover-white:focus,a.u-button-style.u-hover-white[class*="u-border-"]:focus,a.u-button-style.u-button-style.u-active-white:active,a.u-button-style.u-button-style.u-active-white[class*="u-border-"]:active{color:#111111!important;background-color:#ffffff!important;}
  .u-border-palette-2-base{border-color:#082b76;stroke:#082b76;}
 .u-anchor {
    border-color: #917793;
    color: #756176;
    background-color: transparent !important;
}


  .u-border-white{border-color:#ffffff;stroke:#ffffff;}
  .u-button-style.u-border-white{border-color:#ffffff!important;color:#ffffff!important;background-color:transparent!important;}
  .u-button-style.u-border-white:hover,.u-button-style.u-border-white:focus{border-color:#e6e6e6!important;color:#e6e6e6!important;background-color:transparent!important;}
  .u-text-palette-1-base {
    color: #748b8b;
  }
  .u-text-palette-1-base svg{fill:#89d8e3;}

  a.u-button-style.u-text-palette-2-base:hover,a.u-button-style.u-text-palette-2-base[class*="u-border-"]:hover,a.u-button-style.u-text-palette-2-base:focus,a.u-button-style.u-text-palette-2-base[class*="u-border-"]:focus,a.u-button-style.u-button-style.u-text-palette-2-base:active,a.u-button-style.u-button-style.u-text-palette-2-base[class*="u-border-"]:active{color:#07276a!important;}
  a.u-button-style.u-button-style.u-text-hover-palette-2-base:hover,a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:hover,a.u-button-style.u-button-style.u-text-hover-palette-2-base:focus,a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:focus{color:#082b76!important;}
  h1:not(.u-title){font-weight:400;font-size:3rem;line-height:1.1;margin-top:20px;margin-bottom:20px;}
  h5{font-weight:400;font-size:1.25rem;line-height:1.2;margin-top:20px;margin-bottom:20px;}

  .u-btn{margin-top:20px;margin-bottom:20px;}
  @media (max-width: 575px){
  h1:not(.u-title){font-size:2.25rem;}
  }
  
  }
  .u-repeater-item {
    display: flex;
    position: relative;
    border-radius: 10px;
    background: #F69A56;
  }
  .u-section-2 .u-group-1 {
    width: 710px;
    min-height: 627px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
    margin: 0px auto 0;
    border-radius: 10px;
}
  /*! CSS Used from: Embedded */
  .u-section-2{background-image:none;}
  .u-section-2 .u-sheet-1{min-height:953px;}
  .u-section-2 .u-group-1{width:790px;min-height:627px;box-shadow:5px 5px 20px 0 rgba(0,0,0,0.4);margin:0px auto 0;}
  .u-section-2 .u-container-layout-1{padding:110px 40px 30px;}
  .u-section-2 .u-text-1{font-size:3.75rem;font-weight:700;margin:0;color: #fff;}
  .u-section-2 .u-form-1{width:515px;margin:20px auto 0;}
  .u-section-2 .u-form-group-1{width:100%;}
  .u-section-2 .u-form-group-2{width:100%;}
  .u-section-2 .u-form-group-3{width:100%;}
  .u-section-2 .u-form-group-4{width:100%;}
  .u-section-2 .u-btn-1 {
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    border-radius: 10px;
}
  .u-section-2 .u-list-1{margin-top:-813px;margin-bottom:436px;min-height:251px;grid-template-columns:repeat(4, calc(25% - 15.75px));grid-gap:21px;}
  .u-section-2 .u-list-item-1{background-image:none;}
  .u-section-2 .u-container-layout-2{padding:30px;}
  .u-section-2 .u-icon-1{height:64px;width:64px;margin:0 auto;}
  .u-section-2 .u-text-2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 0;
    color: #fff;
}
.u-section-2 .u-text-3 {
  margin: 19px 0 0;
  color: #578187;
  font-weight: 800;
  text-align: center;
}
  .u-section-2 .u-list-item-2{background-image:none;}
  .u-section-2 .u-container-layout-3{padding:30px;}
  .u-section-2 .u-icon-2 {
    height: 64px;
    width: 64px;
    color: #706b91;
    margin: 0 auto;
}
  .u-section-2 .u-text-4 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 0;
    color: #fff;
}
.u-section-2 .u-text-5 {
  margin: 19px 0 0;
  font-weight: 800;
  text-align: center;
  color: #5f5a7a;
}
  .u-section-2 .u-list-item-3{background-image:none;}
  .u-section-2 .u-container-layout-4{padding:30px;}
  .u-section-2 .u-icon-3 {
    height: 64px;
    width: 64px;
    color: #4c6ea7;
    margin: 0 auto;
}
.u-section-2 .u-text-6 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 0;
    color: #fff;
}
  .u-section-2 .u-text-7 {
    margin: 19px 0 0;
    text-align: center;
    font-weight: 800;
    color: #3a5581;
}
  .u-section-2 .u-list-item-4{background-image:none;}
  .u-section-2 .u-container-layout-5{padding:30px;}
  .u-section-2 .u-icon-4 {
    height: 64px;
    width: 64px;
    color: #917793;
    margin: 0 auto;
}
.u-section-2 .u-text-8 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0 0;
  color: #fff;
} 
.u-section-2 .u-text-9 {
  margin: 19px 0 0;
  text-align: center;
  font-weight: 800;
}
  .u-section-2 .u-btn-2{border-style:none none solid;padding:0;}
  @media (max-width: 1199px){
  .u-section-2 .u-sheet-1{min-height:943px;}
  .u-section-2 .u-group-1{margin-top:251px;}
  .u-section-2 .u-list-1{margin-bottom:279px;min-height:207px;height:auto;}
  .u-section-2 .u-text-2{margin-left:0;margin-right:0;}
  .u-section-2 .u-text-3{margin-left:0;margin-right:0;}
  .u-section-2 .u-text-4{margin-left:0;margin-right:0;}
  .u-section-2 .u-text-5{margin-left:0;margin-right:0;}
  .u-section-2 .u-text-6 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 0;
    color: #fff;
}
  .u-section-2 .u-text-7{margin-left:0;margin-right:0;}
  .u-section-2 .u-text-8{margin-left:0;margin-right:0;}
  .u-section-2 .u-text-9{margin-left:0;margin-right:0;}
  }
  @media (max-width: 991px){
  .u-section-2 .u-sheet-1{min-height:1198px;}
  .u-section-2 .u-group-1{width:618px;min-height:632px;margin-top:60px;}
  .u-section-2 .u-container-layout-1{padding-top:85px;padding-left:30px;padding-right:30px;}
  .u-section-2 .u-list-1{margin-top:-1068px;margin-bottom:184px;min-height:508px;grid-template-columns:repeat(2, calc(50% - 10.5px));}
  }
  @media (max-width: 767px){
  .u-section-2 .u-sheet-1{min-height:1218px;}
  .u-section-2 .u-group-1 {
    width: 546px;
    margin-top: 521px;
    position: relative;
    left: -15px;
}
.products #nav-tab{
  margin-top: 25px;
}
  .u-section-2 .u-container-layout-1{padding-top:90px;padding-left:20px;padding-right:20px;}
  .u-section-2 .u-list-1{margin-top:-1088px;margin-bottom:-375px;}
  .u-section-2 .u-container-layout-2{padding-left:10px;padding-right:10px;}
  .u-section-2 .u-container-layout-3{padding-left:10px;padding-right:10px;}
  .u-section-2 .u-container-layout-4{padding-left:10px;padding-right:10px;}
  .u-section-2 .u-container-layout-5{padding-left:10px;padding-right:10px;}
  }
  @media (max-width: 575px){
  .u-section-2 .u-sheet-1{min-height:1586px;}
  .u-section-2 .u-group-1 {
    width: 100%;
    min-height: 580px;
    margin-top: 60px;
    left: 0px;
}
.wt1{
  display: none;
}
.products #nav-tab{
  margin-top: 25px;
}
  .u-section-2 .u-container-layout-1{padding-top:30px;}
  .u-section-2 .u-text-1{font-size:3rem;margin-top:67px;}
  .u-section-2 .u-form-1{margin-right:initial;margin-left:initial;width:auto;}
  .u-section-2 .u-list-1 {
    margin-top: -1566px;
    margin-bottom: -230px;
    grid-template-columns: 100%;
  }
  }
  /*! CSS Used fontfaces */
  @media only screen and (min-width: 767px) and (max-width: 1399px) {
    .services .title {
      font-weight: 700;
      margin-bottom: 0px;
      font-size: 18px;
      display: inline-block;
      margin-left: 0px;
      display: block;
      margin-top: 15px;
  }
  }
.products .nav-link{
    width: 100%;
    transition: ease 0.3s;
}
.min-height-710{
  min-height: 490px;
}
.nav-link .icon-box{
  border-radius: 10px;
}
.nav-link:hover .icon-box.one, .nav-link .icon-box.one .icon, .nav-link.active .icon-box.one {
  background: #F69A56;
  box-shadow: none;
}
.nav-link:hover .icon-box.two, .nav-link .icon-box.two .icon, .nav-link.active .icon-box.two{
  background: #A49DD2;
  box-shadow: none;
}
.nav-link:hover .icon-box.three, .nav-link .icon-box.three .icon, .nav-link.active .icon-box.three{
  background: #A2C0C0;
  box-shadow: none;
}
.icon-box.hov1{
  box-shadow: 0px 24px 18px -20px rgba(245,149,77,1);
}
.icon-box.hov2{
  box-shadow: 0px 24px 18px -20px #A49DD2;
}
.icon-box.hov3{
  box-shadow: 0px 24px 18px -20px #A2C0C0;
}
.icon-box.hov1:hover, .nav-link.active .icon-box.hov1 , .nav-link .icon-box.hov1.active{
  background-color: #F69A56;
  box-shadow: none;
}
.icon-box.hov2:hover, .nav-link.active .icon-box.hov2, .nav-link .icon-box.hov2.active{
  background-color: #A49DD2;
  box-shadow: none;
}
.icon-box.hov3:hover, .nav-link.active .icon-box.hov3, .nav-link .icon-box.hov3.active{
  background-color: #A2C0C0;
  box-shadow: none;
}
#headingOne .accordion-button[aria-expanded="true"], #headingOne .accordion-button:hover {
  background-color: #A2C0C0 !important;
}
#headingTwo .accordion-button[aria-expanded="true"], #headingTwo .accordion-button:hover {
  background-color: #A49DD2 !important;
}
#headingThree .accordion-button[aria-expanded="true"], #headingThree .accordion-button:hover {
  background-color: #F69A56 !important;
}
#headingThree4 .accordion-button[aria-expanded="true"], #headingThree4 .accordion-button:hover {
  background-color: #C9B395 !important;
}
#headingThree5 .accordion-button[aria-expanded="true"], #headingThree5 .accordion-button:hover {
  background-color: #6794E0 !important;
}
#headingThree6 .accordion-button[aria-expanded="true"], #headingThree6 .accordion-button:hover {
  background-color: #C8A1CA !important;
}
#headingOne .accordion-button[aria-expanded="true"] .ri-question-line,
#headingTwo .accordion-button[aria-expanded="true"] .ri-question-line,
#headingThree .accordion-button[aria-expanded="true"] .ri-question-line,
#headingThree4 .accordion-button[aria-expanded="true"] .ri-question-line,
#headingThree5 .accordion-button[aria-expanded="true"] .ri-question-line,
#headingThree6 .accordion-button[aria-expanded="true"] .ri-question-line{
  color: #3e3e3e;
}
.accordion-button::after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}
#headingOne .accordion-button[aria-expanded="true"]::after{

}

#headingOne .accordion-button[aria-expanded="true"]::after{
  border-top: 5px solid #697d7d !important;
}
#headingTwo .accordion-button[aria-expanded="true"]::after {
  border-top: 5px solid #767196 !important;
}
#headingThree .accordion-button[aria-expanded="true"]::after {
  border-top: 5px solid #b26f3f !important;
}
#headingThree4 .accordion-button[aria-expanded="true"]::after{
  border-top: 5px solid #827460 !important;
}
#headingThree5 .accordion-button[aria-expanded="true"]::after {
  border-top: 5px solid #436091 !important;
}
#headingThree6 .accordion-button[aria-expanded="true"]::after {
  border-top: 5px solid #755e76 !important;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}


.sociallinks a img{
  width: 40px;
  margin-right: 3px;
  cursor: pointer;
}