* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #444444;
  overflow-x: hidden;
  /* background: #cc0000; */
}

a {
  color: #ff6600;
  text-decoration: none;
}

p {
  font-size: 18px;
}


.accordion {
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: 600;

}

.active,
.accordion:hover {
  background-color: none;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}





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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
}

.fwb_600 {
  font-weight: 600;
}

.row {
  margin: 0 auto;
}

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

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

.back-to-top:hover {
  background: #2be4a2;
  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;
  }

  .accordian_scroll{
    display: none;
  }
  .multi_select_dropbtn{
    display:block;
  }


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;

  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  /* position: relative; */
  z-index: 9999;

}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {

  background-image: linear-gradient(180deg, #c2e8fb 0%, #e8f6fe 100%);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  /* height: 76px; */
}

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

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

#header .logo img {
  padding: 0;
  margin: -10px 0 0 0;
  /* max-height: 40px; */


}

.mailid .form-control {
  font-weight: 500;
  background-color: #eaf1ff;
  border-radius: 10px;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
  /*margin: 0px 0px 10px 0px;*/
  color: #000000;
  border: none;

}

.mailid .col-form-label {
  font-weight: 600;
}

.mailid .modal-title {
  font-weight: 600;
  font-size: 24px;

}

.mailid textarea.form-control {
  /*min-height: calc(1.5em + 0.75rem + 2px);*/
  min-height: 120px;

}

.modal-header {
  background: #fff;
  border: none;
}

.modal-body {
  background: #fff;
}

.modal-footer {
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;

}

.modal-header .close {
  background: none;
  ;
  border: none;
  border-radius: 20px;

}


.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: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  /*color: #01036f;*/
  color: black;
}

.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: #ff6600;
  ;
}

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }



  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;

  }
}


/*--------------------------------------------------------------
# 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;
  padding: 0 10px;
}

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

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

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  /* left: 30px; */
  background-color: #cc0000;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 30px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /* color: #fff; */
  /* color: black; */
  color: white;
  font-weight: 600;
}



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

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

  .navbar ul {
    display: none;
  }

  .navbar li {
    padding: 0;
  }


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #161616;
  transition: .2s;
  z-index: 999;
}


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

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

.navbar-mobile ul.anim_height {
  top: 50vh;
  transition: 0.4s;
}





.navbar-mobile>ul>li>a:before {
  left: 20px;
}

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

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

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

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

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

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

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .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,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #ff6600;
}


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

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  background: url("../img/bg-bgrnd.jpg");
  /* background: aliceblue; */
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 180px 0 0 0;
  min-height: 100vh;
}

#home:before {
  content: "";
  background: url("../img/bg-bgrnd.jpg");
  /* background: aliceblue; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#home h1 {
  margin: 0 0 20px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.8);
}

#home h1 span {
  color: #fff;
  border-bottom: 4px solid #ff6600;
  ;
}

#home h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
}

#home .btn-get-started {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
}

#home .btn-get-started:hover {
  background: #17b57d;
}

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

#mainheading {


  margin: 0 0 20px 0;
  /*font-size: 46px;*/
  font-weight: 600;
  line-height: 56px;
  color: black;
  text-transform: none;
  background: #f4f9fd;
}

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

  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

@media (max-width: 991px) {
  #home {
    /* padding-top: 80px; */
  }

  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

  #home .animated {
    /* animation: none; */
  }

  #home .home-img {
    text-align: center;

  }

  #home .home-img img {
    max-width: 50%;
    border-radius: 50px;
  }

  #home h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

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

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


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

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

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

.home-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

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

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

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff6600;
  ;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #010483;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}

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


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

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

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

  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #6c757d;
  content: "/";
}

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

  .breadcrumbs ol {
    display: block;
  }

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


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


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

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.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-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: #34e5a6;
}

.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: #343a40;
}

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

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


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #3f43fd;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  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: #010483;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #0205a1;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

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

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

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

.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 input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

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

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

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

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

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

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



/* features */
#features {
  padding: 70px 0;
}


#features .feature_img {
  padding: 25px 0;
}

#features .service_list {
  /* background: #ffcccc; */
  padding: 20px 25px;
  border-radius: 7px;
  background: #c2e8fb;
  height: 100%;
  transition: .3s;
}

#features .service_list:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: .3s;
}


#features .service_list img {
  transition: .4s;
}

#features .service_list:hover img {
  transform: rotate(10deg);
  transition: .4s;
}

#features .service_list h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 15px 0;
}

#features .service_list p {
  font-size: 16px;
}

.title-head {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.line {
  background: #161616;
  margin: 2px auto;
  width: 50px;
  height: 4px;
  border-radius: 5px;
}

.sub-p {
  text-align: center;
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.5;
  font-size: 14px;
}

.inner-flex .bi-1 {
  font-size: 44px;
  line-height: 44px;
  color: #ff5828;
}


.inner-flex .bi-2 {
  font-size: 44px;
  line-height: 44px;
  color: #e361ff;
}

.inner-flex .bi-3 {
  font-size: 44px;
  line-height: 44px;
  color: #ff6600;
}

.inner-flex .bi-4 {
  font-size: 44px;
  line-height: 44px;
  color: #11dbcf;
}

.inner-flex .ftrs-content {
  padding: 0 15px;
}

.row-cont img {
  width: 100%;
}

.row-cont {
  padding-top: 30px;
}

/* .....why..... */

.sub-ttl {
  font-size: 20px;
  color: black;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 1px;
  text-align: center;
}

.in-span {
  /* color: #ff6600;; */
  /* color: #b23229; */
  color: white;
  /* opacity: 1; */
}


#about1 {
  padding: 50px 0 0 0;
}




#info {
  padding: 50px 0 0 0;
  /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
  /* overflow: visible;  */
}

#info .content {
  display: flex;
  justify-content: center;
  /* background-color: #ecb1326c; */
  color: #fff;
  padding: 70px 0;
}

#info .count-box {
  /* border: 3px solid #ff6600;; */
  border-radius: 5px;
  transition: .2s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px 10px 10px 10px;
}

#info .count-box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border: none;
  transition: .2s;
}

#info .count-box .bi {
  color: #bb0852;
  transition: .2s;
}

#info .info-content {
  font-size: 22px;
  text-align: center;
  color: rgba(47, 54, 117, 1);
  border-right: 1px solid #fff;
  padding: 0 10px;
}

.info-img {
  float: left;
}

.inf-col .bi {
  float: left;
  font-size: 64px;
}

#info .count {
  font-size: 38px;
  font-weight: 600;
}

.fir-span {
  /* font-size: 22px; */
  font-weight: 600;
  padding-left: 24px;
  font-weight: 700;

}

.count-box i {
  position: absolute;
  top: 30px;
  left: 40px;
  transform: translateX(-50%);
  font-size: 30px;
  color: black;
  width: 45px;
  height: 45px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.count-box img {
  position: absolute;
  top: 25px;
  left: 40px;
  transform: translateX(-50%);
  font-size: 30px;
  color: black;
  width: 45px;
  height: 45px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.count-box {
  padding: 20px 20px 20px 20px;
  width: 90%;
  position: relative;
  text-align: center;
  /* background: #f1f6fe; */
  margin: 10px;
  color: rgba(1, 4, 136, 0.9);

}

#info .info-p {
  padding-left: 42px;
  padding-top: 5px;
}

#info .e-line {
  position: relative;
}

#info .e-line:after {
  position: absolute;
  content: '';
  background: white;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 5px;
}

/* .........swipe....... */
.clients .row {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
}

.clients .row .swiper-slide {
  text-align: center;
}

.clients .row .swiper-slide img {
  opacity: .8;
  transition: .2s;
}

.clients .row .swiper-slide img:hover {
  opacity: 1;
  transition: .2s;
}

.swiper-pagination {
  /* margin-top: 35px; */
}

/* contact */
.contact-us {
  min-height: 100vh;
  margin-bottom: 20px;
}

.contact-us .contact-info {
  /* margin-bottom: 25px; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  margin: 25px 40px;
}

.contact-info .media-body p {
  color: #8a8a8a;
}

.contact-us .cont-box {
  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-us label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: black;
}

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

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

.contact-us .form-control {
  border: 1px solid #c7b6eb;
  border-radius: 5px;
  height: 40px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon .bi {
  color: #8f9195;
  font-size: 27px;
  margin-top: 10px;
  /* color: hsl(209, 94%, 46%); */
  color: rgba(1, 4, 136, 0.9);
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  /* color: #2a2a2a; */
  color: black;
  font-weight: 500;
  padding-top: 10px;
}

.contact-us .right-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-us .cont-btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 37px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
  border: none;
}

.contact-us .long-row {
  height: 70px;
}

.swiper-slide-active {
  filter: blur(0px);

}

/* .....quote..... */

.demo-pg {
  padding: 60px 0 0 0;
  position: relative;

}

#request {
  background-image: url(../img/curve-bg.png);
  background-size: cover;
  background-position: left;
  margin-top: -60px;
  padding: 100px 0;
  z-index: -4;
  /* z-index: -90; */
  background-attachment: fixed;

}

#request h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  color: rgba(1, 4, 136, 0.9);
  margin-bottom: 20px;
}

#request span {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}

#request .reg-btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 10px;
  transition: 0.5s;
  background: black;
  color: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
  margin-top: 20px;





}

#mision {
  padding: 50px 0;
  background: #DF8932;
  margin-top: -60px;
}

#social {
  background-image: url(../img/slider/banner.jpg);
  padding: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: #edf1ff; */
  background: #c2e8fb;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
  z-index: 1000;
  position: relative;
  border-top: 3px solid #cc0000;
}

#footer .footer-top {
  padding: 60px 0 0 0;
  /* background: #cc0000; */
  position: relative;
  z-index: 999;
}

/* #footer .footer-top .product_of{
  position: absolute;
  right: 57%;
  font-size: 15px;
  top: -2%;
} */


#footer .footer-top h5 {
  font-size: 18px;
  font-weight: 600;
}

.contactus a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.contactus a:hover {
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
}

#footer .footer-top .contactus {
  /*padding-top: 10px;
  padding-left: 30px;*/
}



#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #010246;
  color: #fff;
  border-top: 4px solid #ff6600;
  ;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;

}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 12px;
}

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

#footer .footer-links .qr_code {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
  border-radius: 10px;
  background: white;
}


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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /* color: #61ebba; */
  color: #cc0000;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  font-weight: bold;

}

#footer .footer-top .footer-links ul li:hover {
  font-weight: bold;
}

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

#footer .footer-top .footer-links ul a {
  color: black;
  transition: 0.3s;
  display: inline-block;
  /* line-height: 1; */
  font-weight: bold;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cc0000;
}


#footer .footer-newsletter {
  text-align: right;
}

#footer .footer-newsletter img {

  margin: 0 0 20px 0;
}

.whatsapp:hover .bi {
  color: white;
}

#footer .footer-newsletter .cmx-img {
  width: 135px;

}

#footer .footer-newsletter h4 {
  font-size: 18px;
  font-weight: 500;
}

#footer .copyright {

  text-align: center;
  padding-top: 20px;
  color: black;
  font-size: 15px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.ftr {
  /* background: #c8d1d9; */
  background: black;
  padding: 15px 0;
}

.ftr .copyright {
  text-align: left;
  margin-left: 30px;
  color: white;
  /* padding-top: 20px; */
}

.ftr .credits {
  /* padding-top: 10px; */
  text-align: right;
  font-size: 14px;
  color: black;
  font-weight: 600;
  opacity: .7;


}

.ftr .final-a {
  color: #010351;
  /* opacity: .8; */
  transition: .1s;
}

.ftr .final-a:hover {
  transition: .1s;
  color: #010351;
  opacity: 1;
}

.right-social {
  position: fixed;
  top: 30%;
  /* right: 0; */
  width: 205px;
  z-index: 2;
  left: 91%;
}

.right-social a {
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;

  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
  white-space: nowrap;
  color: white;
  background: #ff6600;
  ;

}

.right-social .vertical-btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 10px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.right-social .btn {
  /* width: 100px; */
}

.service-item .box1 img {
  min-width: 50px;
  max-width: 50px;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }



  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

#home .line-green span {
  color: #ff6600;
}



/* what-we   */

.whatwe .sub-p {
  text-align: center;
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.5;
}

.whatwesub .sub-p {
  text-align: center;
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.5;
}

.whatwesub .ftrs-subtitlehead {
  font-weight: 600;


}

.whatwesub .pro-box {
  background: aliceblue;
  border-radius: 10px;
  padding: 20px;
  transition: .3s;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.pro-box:hover {
  transform: translateY(-10px);
  transition: .3s;
}

.pro-box:hover .bi {
  color: #ff6600;
  transition: all 0.3s ease-in-out;
}

.pro-box:hover p {
  color: #22bdd9;
  transition: all 0.3s ease-in-out;
}

.pro-box:hover .bx {
  color: black;
  transition: all 0.3s ease-in-out;
}

.whatwesub .pro-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whatwesub .pro-box ul li h5 {
  /* height: 50px; */
}

.whatwesub .pro-box ul i {
  padding-right: 2px;
  /* color: #61ebba; */
  color: #22bdd9;
  font-size: 18px;
  line-height: 1;
}

.whatwesub .pro-box ul a {
  color: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
}

.whatwesub .pro-box:hover ul a {
  color: #22bdd9;
  transition: .3s;
}

.whatwesub .pro-box:hover {
  transition: .3s;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

.whatwe h1 {
  font-weight: 600;
  font-size: 22px;
  color: #0245bc;
}

.whatwesub h1 {
  font-weight: 600;
  font-size: 19px;
  color: black;
  line-height: 25px;
  /* padding-bottom: 10px; */
}

.whatwe .inner-flex {
  display: flex;
  align-items: flex-start;
}

.whatwesub .inner-flex {
  display: flex;
  align-items: flex-start;
}

.ftrs-content p {
  color: black;
  font-weight: 400;

}


.service-thumb {
  background: #ff6601;
  padding: 30px 30px 30px 30px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 150px;
  width: 150px;
}

.whatwe .ftrs-subtitle {
  /* color: #0245bc; */
  color: black;
  margin: 35px 0 10px 0;
  font-size: 25px;
  font-weight: 600;
}

.whatwesub .ftrs-subtitle {
  /* color: #0245bc; */
  color: #22bdd9;
  margin: 35px 0 10px 0;
  font-size: 22px;
  font-weight: 600;
}


.whatwesub .bi-check {
  /* color: #0245bc; */
  font-size: 30px;
  color: #22bdd9;

}

.display-5 {
  margin-bottom: 0px;
}

.whatwesub .bi-cpu,
.bi-broadcast-pin,
.bi-cash-coin,
.bi-clipboard2-pulse,
.bi-laptop,
.bi-cast,
.bi-bar-chart-fill,
.bi-mortarboard,
.bi-airplane,
.bi-shield-lock,
.bi-layout-text-window-reverse,
.bi-clipboard2-data,
.bi-building-gear,
.bi-person-rolodex,
.bi-boxes,
.bi-disc,
.bi-graph-up-arrow,
.bi-app-indicator,
.bi-stack,
.bi-window-stack,
.bi-bezier2 {
  font-size: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /*align-self: center;*/
  margin-top: 15px;
}

.inner-flex .ftrs-content {
  padding: 0 15px;
}

.whatwe .box {
  padding: 21px 21px;
  /* box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border-radius: 4px;
  transition: .3s;
  /* margin: 10px; */
}

.whatwesub .box {
  padding: 21px 21px;
  /* box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border-radius: 4px;
  transition: .3s;
  /* margin: 10px; */
}

.whatwe {
  padding: 60px 0;
  overflow: hidden;
}

.whatwesub {
  padding: 60px 0;
  overflow: hidden;
}

#social-about {
  /* background-image: url(../img/plane-top2.jpg); */
  /* background-image: url(../img/top-img.avif); */
  background-image: url(../img/banner2.jpg);
  background-position: left;
  background-size: cover;
  padding: 0;
  width: 100%;
}

.parallax {
  /* background-attachment: fixed; */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#social-about .overlay {
  /* background: url(../img/slide_bg.png) repeat scroll 0 0 transparent; */
  padding: 200px 0;
}


#social-contact {
  /* background-image: url(../img/plane-top2.jpg); */
  /* background-image: url(../img/top-img.avif); */
  background-image: url(../img/banner-cont.jpeg);
  background-position: right;
  background-size: cover;
  padding: 0;
  width: 100%;
}


.parallax {
  /* background-attachment: fixed; */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#social-contact .overlay {
  /* background: url(../img/slide_bg.png) repeat scroll 0 0 transparent; */
  padding: 200px 0;
}

.whatwe-ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
}

.whatwesub-ul li {
  padding: 7px 0;
  display: flex;
  align-items: start;
}



.whatwe-ul i {
  padding-right: 2px;
  /* color: #61ebba; */
  color: #00339b;
  font-size: 18px;
  line-height: 1;
}

.whatwesub-ul i {
  padding-right: 2px;
  /* color: #61ebba; */
  color: #00339b;
  font-size: 18px;
  line-height: 1;
}


.whatwe-ul a {
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.whatwesub-ul a {
  font-size: 16px;
  /*font-weight: 600;*/
  color: black;
}


.php-email-form {
  /* background: #fff;
  padding: 15px; */

  padding: 15px;
  height: 100%;
  border-radius: 15px;

}

.php-email-form .form-control {
  /* padding: 12px 15px; */
  /* font-size: 15px; */
  font-weight: 500;
  background-color: #eaf1ff;
  border-radius: 10px;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
  margin: 0px 0px 10px 0px;
  color: #000000;
  border: none;
}

.php-email-form .form-control:hover {
  /* background: white; */
}

.contact-h5 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.careers .car-btn {
  background: #22bdd9;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.career-input input {
  font-size: 13px;
}

.career-input {
  overflow: hidden;
}

.php-email-form label {
  font-size: 15px;
  /* color: #656d78; */
  font-weight: 700;
  color: black;
  margin-bottom: 10px;

}

.banner-back {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.mySwiper-bnr .swiper-wrapper .swiper-slide {

  /* padding: 180px 0 0 0; */
  background: url("../img/bg_banner1.svg");
  background-position: center;
  background-size: cover;
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* #mainheading{
  animation: onscroll ;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-duration: .5s; 
  
  
}

@keyframes onscroll {
  0% {
    transform: translateY(10px);
  }

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

.row {
  margin: 0 auto;
}



.ftrs .ftrs-subtitle {
  color: #22bdd9;
  margin: 35px 0 10px 0;
  font-size: 25px;
  font-weight: 600;
}

.in-span {
  color: white;
  /* opacity: 1; */
}

.in-spanf {
  color: #cc0000;
  /* opacity: 1; */
}

.in-span1 {
  color: #ff6600;
  ;
}

.in-span2 {

  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(to right, #095fab 10%, #22bdd9, 50%, #57d75b 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;

  /*font-size:32px;*/
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.in-span3 {
  color: #feeba7;
  /*font-size:46px;*/
}



.service-item .box1 img {
  min-width: 50px;
  max-width: 50px;
}



.row-cont img {
  width: 100%;
}

.member-info p {
  font-weight: 600;
  font-size: 15px;
}





.mySwiper-demo {
  width: 100%;
  height: 100%;
  background: #000;

  background-position: center;
  background-size: cover;
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper-demo .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 40px 60px;*/
  display: flex;
  justify-content: center;
}

.mySwiper-demo .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom;
  background-image: url(../img/banner.jpg);


}

.mySwiper-demo .parallax-bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact-adrs {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  /* justify-content: space-between; */
}

.member-info .aligning {
  margin: 0;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 47px;
  right: 43px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover {
  color: white;
}

.ftr .dream h6 {
  color: #cc0000;
  text-align: right;
  margin: 0 30px 0 0;
}


.swiper {
  width: 100%;
  height: 100%;
  /* min-height: 100vh; */

}

.mySwiper-new {
  position: relative;
  min-height: 100vh;
}

.mySwiper-new::after {
  content: "";
  position: absolute;
  background: url(../img/wave.svg);
  width: 100vw;
  height: 10vh;
  background-repeat: no-repeat;
  background-size: cover;
  top: 90%;
  left: 0;
}




.mySwiper-new #home_page .container {
  background: url(../img/banner_final.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  /* background-position: bottom; */
}



.mySwiper-new .swiper-wrapper .swiper-slide {
  /* background-image: url(../img/banner.jpg); */
  width: 100%;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  /* padding: 95px 0 0 0; */


}




.mySwiper-new .banner_image img {
  transform-style: preserve-3d;
  transition: all .1s;
}




.slide1 {
  /* background-image: url(../img/engineer.jpg); */
  position: relative;
}

.slide2 {
  background-image: url(../img/project-banner.jpg);
  position: relative;
}

.slide3 {
  background-image: url(../img/banner2.jpg);
  position: relative;
}

.banner-h1 {
  /* padding: 0 0 5px 10px; */
  padding-right: 10px;
  border-radius: 2px;
  opacity: 1;
  font-size: 60px;
  font-weight: 700;
  color: rgb(255, 255, 255);

}

.home_button,
.home_button:visited {
  background: #cc0000;
  width: fit-content;
  padding: 15px 40px;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px 6px 0 6px;
}

.home_button:hover {
  color: yellow;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #cc0000;
  --bs-btn-border-color: #cc0000;
  --bs-btn-hover-color: yellow;
  --bs-btn-hover-bg: #cc0000;
  --bs-btn-hover-border-color: #cc0000;
  --bs-btn-focus-shadow-rgb: 204, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cc0000;
  --bs-btn-active-border-color: #cc0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #cc0000;
  --bs-btn-disabled-border-color: #cc0000;

  border-radius: 6px 6px 0 6px;
}
/*.btn-primary,
.btn-primary:visited {
  background: #cc0000;
  width: fit-content;
 
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px 6px 0 6px;
}

.btn-primary:hover {
  color: yellow;
}*/





.slide1::before {
  content: "";
  /* background: rgba(0, 0, 0, 0.5);  */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.slide2::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.slide3::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about-p {
  font-size: 15px;
}

.home-title span {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 1.2;
}

.home-title span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: a-ltr-after 2s cubic-bezier(.77, 0, .18, 1) forwards;
  transform: translateX(-101%);
}

.home-title span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  animation: a-ltr-before 2s cubic-bezier(.77, 0, .18, 1) forwards;
  transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after {
  animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after {
  animation-delay: 1.5s;
}

@keyframes a-ltr-after {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(101%)
  }
}

@keyframes a-ltr-before {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(200%)
  }
}


.glowing {
  color: #fff;
  animation: glow 1s ease-in-out infinite alternate;
}


@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px white, 0 0 1px white, 0 0 10px black, 0 0 1px black, 0 0 1px #000000, 0 0 1px black;
  }


  to {
    text-shadow: 0 0 2px #fff, 0 0 5px white, 0 0 1px white, 0 0 10px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
  }
}

.descrip {
  font-weight: 500;
  padding: 0 25px;
  max-width: 90%;
  text-align: center;
  font-size: 15px;
}

.recent-work-wrap {
  /* width: 280px; */

}

.recent-work-wrap img {
  width: 100%;
  padding: 7px;
  overflow: hidden;
}

.pro-box:hover .no-hover:hover {
  color: black;
}

.serv-responce {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .serv-responce {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .ftr .copyright {
    text-align: center;
  }

  .ftr .dream h6 {
    text-align: center;
  }

  .btn-whatsapp-pulse {
    position: fixed;
    bottom: 37px;
    right: 43px;
    font-size: 30px;
    padding: 25px;

  }
}

.why-us {
  overflow: hidden;
  position: relative;

}

.why-us .form_label {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  padding-left: 5px;
  font-weight: 600;
}

.why-us .form-wrap {
  /* width: 100%; */
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 7px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.why-us .inner_input {
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  padding: 0 5px;
  margin: 0;
  height: 40px;
  border: none;

}

.why-us .inner_input::placeholder {
  color: white;
}

.why-us .inner_input:active {
  border: none;
}


.why-us .form_span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.why-us .form_span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #7f7f7f;
}

.why-us .form-wrap {
  /* width: 100%; */
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 7px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.why-us .form-valid i {
  border: 3px solid #df7c40;
  border-radius: 50%;
  padding: 5px 7px;
  margin-right: 10px;
  color: black;
}


.why-us .featurebg {
  /*background-color: red;*/
  /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  background: #fff;
  padding: 0;
  border: none;
}

.slick-arrow img {
  opacity: 0.4;
}

.slick-arrow img:hover {
  opacity: 1.0;
}

/* News Styling */
.news-slider {
  padding: 40px 0;
}

.blogPost--small {
  color: #7c7b7b;
  margin: 20px 30px 40px 0;
}

.blogPost--small .media>.pull-left {
  margin-right: 25px;
}

.blogPost--small a {
  color: #662d91;
}

.blogPost--small .date,
.blogPost--small .dateEl2 {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #662d91;
}

.blogPost--small .date span,
.blogPost--small .dateEl2 span {
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: -0.1em;
  color: #fff;
  font-weight: bold;
}

.blogPost--small .date small,
.blogPost--small .dateEl2 small {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.blogPost--small h4 {
  margin: 0 0 12px 0;
  font-size: 22px;
  text-transform: uppercase;
}

.newsNav .row {
  margin: 0 0;
}





.news-slider {
  display: flex !important;
}

.slide-cont {
  height: 100px !important;
}

.navimg {
  height: 48px;
}

.slick-arrow img {
  opacity: 100 !important;
}

.blogPost--small .date,
.blogPost--small .dateEl2 {
  color: khaki !important;
  background: #373737 !important;
}

.blogPost--small .date span,
.blogPost--small .dateEl2 span {
  color: khaki !important;
}



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



/* .swiper-container {
  width: 600px;
  max-width: 500px;
  width: 100%;
  height: 300px;
  margin-top: 200px;
} */

.swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide_img .d-flex {
  width: 100%;
  /* min-height: 280px;
  max-height: 280px; */
  border-radius: 5px;
}

.slide_img .before_img {
  width: 40%;
  height: auto;

}

.slide_img .d-flex img {
  width: 100%;
  height: auto;
}

.text-left {
  text-align: left;
}


.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
}

.arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
}

.card-text {
  font-size: 15px;
  font-weight: 400;
}

.card {
  display: flex;
  flex-direction: column;
}

.card-body {
  background: white;
}

@media only screen and (min-width: 480px) {
  .card {
    display: flex;
    flex-direction: row;
    background: white;
  }
}

#demo {

  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 40px 0 0 0;
  background: ghostwhite;
}


#demo .bg-way {
  height: 100%;
}

#demo .btn-lg {
  background: #cc0000;
  padding: 15px 40px;
  margin-left: 30px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px 6px 0 6px;
  width: fit-content;
  border: none;

}


.modal {
  z-index: 9999;
}

.modal-body,
.modal-footer {
  background: #cc0000;
}

.modal .modal-body label {
  font-size: 17px;
  font-weight: 500;
}


.modal .modal-body .form-control {
  padding: 11px;
  font-weight: 600;
  letter-spacing: .1px;
}

.modal .bg-white {
  background: white;
  color: #cc0000;
  width: fit-content;
  padding: 12px 40px;
  border: none;
  font-weight: 700;
  border-radius: 6px 6px 0 6px;
}

.modal .modal-body .form-control:focus {
  box-shadow: none;
}

#demo .curve-arrow {
  width: 70px;
  height: 70px;
  background: transparent;
  rotate: 135deg;
}

#demo .quote-p {
  font-size: 27px;
  padding-left: 10px;
  color: white;
  opacity: .8;


}

#demo .contact-bx .form-control {
  background: #e4eaef;
  font-size: 15px;
  font-weight: 600;
}

#demo .inner-row {
  background-color: white;
  border-radius: 5px;
}

#popup-btn {
  background: #cc0000;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
  color: white;
  font-weight: 600;
}


.arrow {
  width: 100%;
}

.arrow .swiper-button-prev,
.arrow .swiper-button-next {

  height: 100%;
  border-radius: 5px;
  /* background: #212121; */
  color: #cc0000;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  /* margin: 0 4px; */
}

.arrow .swiper-button-prev i,
.arrow .swiper-button-next i {
  font-size: 37px;
}

#clients {
  background: #e5e2e2;
  min-height: 100vh;
}

#contact-us .member-info p {
  font-weight: 600;
  font-size: 15px;
  color: rgb(255, 255, 255);
  opacity: .7;
}

#contact-us .ftrs-subtitle {
  color: #ebbcbb;
}

#contact-us .another-col-img {
  position: relative;
  width: 100%;
  height: auto;
}

#contact-us .content-absolute {
  position: absolute;
  top: 31%;
  /* right: 4%;  */
  left: 10%;
}


#contact-us .country {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  padding: 20px;
}

#contact-us .country img {
  width: 35px;
}

#contact-us .country h5 {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 700;
}

#contact-us .country p {
  margin: 0;
  font-size: 16px;
  margin-top: 5px;
}




#contact-us .member:hover .pic {
  transform: translateY(-10px);
  transition: all .4s ease-in-out;
}

#contact-us .member {
  transition: .4s;
}

#contact-us .member .pic {
  border: 5px solid white;
  border-radius: 50%;
  /* padding: 10px; */
  margin: 0;
  overflow: hidden;
  transition: .4s;
}

#contact-us .member .pic img {
  width: 100%;
  height: auto;
}

/*features*/
#features .member-info p {
  font-weight: 600;
  font-size: 15px;
  color: rgb(255, 255, 255);
  opacity: .7;
}

#features .ftrs-subtitle {
  color: #ebbcbb;
}

#features .another-col-img {
  position: relative;
  width: 100%;
  height: auto;
}

#features .content-absolute {
  position: absolute;
  top: 31%;
  /* right: 4%;  */
  left: 10%;


}

.features_outered {
  position: relative;
}

#features .member:hover .pic {
  transform: translateY(-10px);
  transition: all .4s ease-in-out;
}

#features .member {
  transition: .4s;
}

#features .member .pic {
  border: 5px solid white;
  border-radius: 50%;
  /* padding: 10px; */
  margin: 0;
  overflow: hidden;
  transition: .4s;
}

#features .member .pic img {
  width: 100%;
  height: auto;
}

.modal-content .contact-bx input {
  /* background: rgba(255, 255, 255, 0.1); */
  border: none;
  border-radius: 10px;
  font-size: 17px;
  width: 100%;
  margin: 0px 0px 20px 0px;
  color: black;
  background: white;
  border-radius: 5px;
  height: 40px;
  padding-left: 18px;
  font-size: 13px;
  /* background: transparent; */
}



.top_body {
  background-attachment: fixed;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}

.top_body #renderCanvas {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, #c2e8fb 0%, #ffffff 59%);

}

.curve-arrow {
  background: rgb(255, 255, 255, 3);
}

.mySwiper-another .swiper-slide {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 30px;
}

.mySwiper-another .swiper-slide .box {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  opacity: 1;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  min-height: 250px;
  z-index: 1;
}

.mySwiper-another .swiper-slide .overlay {
  z-index: 9;
  /* margin: 30px; */
  /* background: #009938; */
  position: absolute;
  top: -59px;
  right: 14%;
  height: 100%;
  width: auto;
  opacity: 1;
}

.mySwiper-another .swiper-slide .overlay img {
  border-radius: 20px;
}

.mySwiper-another .swiper-slide .inner-swiper {
  width: 60%;
  padding: 40px 0 20px 20px;
}

.mySwiper-another .swiper-slide .inner-swiper h3 {
  padding-bottom: 10px;
}




/* .testimonials .swiper {
  width: 40%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.testimonials .swiper-slide img {
  display: block;
  width: 100%;
}
.testimonials{

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
  overflow: hidden;

} */

.testimonials {
  background: #cc0000;
}

.testimonials .container-fluid {
  padding: 30px;
}

.testimonials .cursor .bi {
  font-size: 30px;
  color: #cc0000;
  /* margin: 0 10px; */
  background: white;
  border-radius: 50%;
  ;
  line-height: 30px;
  padding: 10px;

}

.testimonials .tstmnl-bx {
  background: aliceblue;
  /* padding: 20px 35px; */
  min-height: 250px;
  min-width: 450px;
  margin-right: 30px;
  border-radius: 10px 0px 10px 0px;
}

.testimonials .black {
  color: black;
}

.testimonials .test-clt {
  font-weight: 600;
  font-size: 48px;
  color: #f8faff;


}

.testimonials .test-clt .h3-span {
  color: black;
}

.tstmnl-bx h6 {
  color: black;
  font-size: 25px;
  line-height: 20px;
  font-weight: 600;
}

.testimonials .tstmnl-bx img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.testimonials .star {
  position: relative;

}

.testimonials .star::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  height: 50%;
  width: 4px;
  border-radius: 20px;
  background: black;
  /* color: black; */
}



.slider-clients {
  background: #cc0000;
  min-height: 100vh;
}

.slider-clients .sliding {
  padding-left: 10px;
  padding-right: 10px;
}

.slider-clients .sliding .sliding-item {
  box-sizing: content-box;
  padding: 20px;
  /* margin: 30px 10px; */
  /* box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1); */
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: .3s;
}

.slider-clients .sliding .sliding-item:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  transition: .3s;
}

.slider-clients .sliding .sliding-item img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.slider-clients .sliding .margin-20 {
  margin-top: 50px;
}

.slider-clients .sliding .margin-40 {
  margin-top: 100px;
}

.slider-clients .sliding-item h3 {
  color: black;
  font-weight: 700;
  /* margin: 0 0 20px 0; */
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #fcf4f4;
  transition: 0.3s;
  text-align: left;
}

.slider-clients .sliding-item p {
  font-size: 14px;
  line-height: 24px;
}

.slider-clients .sliding-item:hover h3 {
  border-bottom: 3px solid #cc0000d6;
  transition: 0.3s;
}

.slider-clients .cursor {
  margin: 25px 0;
}

.slider-clients .cursor .swiper-pagination {
  text-align: right;
  margin-right: 35px;
  margin-bottom: 20px;
}

.slider-clients .cursor .bi {
  font-size: 30px;
  color: #cc0000;
  /* margin: 0 10px; */
  background: white;
  border-radius: 50%;
  line-height: 30px;
  padding: 10px;
}

#footer .social-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

#footer .soc-item {
  /* width: 65px;
  height: 65px; */
  background: transparent;
  border-radius: 100%;
  margin-right: 0.5rem;
}

#footer .soc-item a {
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px;
  color: #ee7326;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

#footer .soc-item a i {
  line-height: 20px;
  color: #3e4c55;
  transition: .3s;
}


#footer .contactus h2 {
  font-weight: 600;
  font-size: 28px;
  color: white;
}



#contact-us {
  /* background: url("../img/map_demo.svg"); */
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
}

#features {
  /*background: url("../img/way-find1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;*/
}


model-viewer {
  width: 400px;
  height: 600px;
  margin: 0 auto;
}


@media (max-width: 991px) {
  .banner-h1 {
    font-size: 45px;
  }



  .mySwiper-new .banner_image div {
    background: url(../img/banner_final.png);
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .mySwiper-new #home_page .container {
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    /* background-position: bottom; */
  }

}

#qr_code {
  width: 100%;
  min-height: 100vh;
  /*max-height: 100vh;*/
  /*overflow: hidden;*/
  overflow: auto;
}

#qr_code .top_header {
  width: 100%;
  /* background-image: linear-gradient(180deg, #c2e8fb 0%, #e8f6fe 100%); */
  padding: 10px 0;
}

#qr_code .qr_image {
  background: #cc0000;
  margin-top: 67px;
  padding: 20px;
  position: relative;
  border: none;
  border-radius: 5px;
  width: 350px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
}

#qr_code .qr_image .content {
  background: white;
  border-radius: 10px;

}

#qr_code .qr_img {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  border-radius: 5px;
}

#qr_code .search_point h6 {
  color: #feff00;
}

#qr_code .content h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: black;
}

#qr_code .content h1 {
  font-size: 30px;
  font-weight: 700;
}

#qr_code .content h3 {
  font-size: 22px;
  font-weight: 700;
}

#qr_code .parent_image {
  width: 50%;
  position: relative;
  top: 35px;
 padding: 10px;
 background: url(../img/border_red1.jpg);
 background-repeat: no-repeat;
 background-size: cover;
background-position: center;
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

#qr_code .parent_image img{

padding: 14px;
}
#qr_code .customize_div{
  height: 100%;
  overflow-y: auto;
}
#qr_code .customize_div .c_title{
  margin: 0;
  padding: 15px 0;
  color: black;
  font-size: 22px;
  font-weight: 700;
}
#qr_code .customize_div .dynamic_link{
  color: #0d6efd;
    font-weight: 600;
}
#qr_code .customize_div .px_catagry button{
  padding: 7px 10px;
    border: 1px solid #cc0000;
    color: #cc0000;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

#qr_code .customize_div .px_catagry button:active{
    border: 1px solid #cc0000;
    color: white;
    background: #cc0000;
}
#qr_code .customize_div .px_catagry button:focus{
  border: 1px solid #cc0000;
  color: white;
  background: #cc0000;
}
#qr_code .customize_div .c_option{
  margin: 0;
  padding: 10px 0;
  color: #cc0000;
  font-weight: 600;
}


#qr_code .customize_div label{
 font-weight: 600;
 color: #cc0000;
}

#qr_code .customize_div .file_input {
  position: relative;
  overflow: hidden;
}
#qr_code .customize_div .file_input input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.form-select:focus {
  border-color: #bf8282;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #bf8282;
}

.download {
  background: #cc0000;
  width: fit-content;
  padding: 12px 40px;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px 6px 0 6px;
}
.final_download {
  background: #cc0000;
    width: fit-content;
    padding: 10px 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 6px 6px 0 6px;
    white-space: nowrap;
}

.dropdown-menu li.selected > a.selected {
  color: #cc0000;
}
.check-mark {
  font-size: 12px;
  margin-top: 2px;
  color: #cc0000;
  position: relative;
}
/* .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
} */
.multi_select_dropbtn{
  display:none;
}
.accordian_scroll{
  height: 100%;
  overflow-y: auto;
  /*height:100px;*/
  

  
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #cc0000;
  border-radius: 20px;
  border: 3px solid white;
}


.accordion .floor_buttons{
  background: white;
  width: 100%;
  padding: 10px 0 10px 20px;
  color: #cc0000;;
  font-weight: 600;
  border: none;
  border-radius: 6px 6px 0 6px;
text-align: left;
}

.accordion .floor_buttons:active{
  color: white;
  background: #cc0000;
}

.accordion .floor_buttons:focus{
  color: white;
  background: #cc0000;;
}
.accordion .accordion-button{
  font-weight: 600;
  color: black;
  padding: 10px 20px;
  box-shadow: none;
  }
.accordion .accordion-button:focus{
  box-shadow: none;
  color: black;
  /* background: #cc0000; */
}

.accordion .accordion-button:active{
  box-shadow: none;
  color: black;
  /* background: #cc0000; */
}

.accordion-button:not(.collapsed){
  background-color: white;
}

.qr_block{
  background: #E1EBEE;
  /*min-height: 100vh;*/
  display: flex;
  align-items: center;
/*width: 45%;*/
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.nav-tabs .nav-link.active {
  color: black !important;
}






.msgnotifyimg img{
  height:50px;
  width:50px;
}