@font-face {
  font-family: Titillium Web bold;
  src: url(../fonts/Titillium_Web/TitilliumWeb-Bold.ttf);
}
@font-face {
  font-family: Titillium Web;
  src: url(../fonts/Titillium_Web/TitilliumWeb-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../fonts/Pacifico-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Robotoflex;
  src: url(../fonts/Roboto_Flex/static/RobotoFlex-Regular.ttf);
}

.custom-heading{  font-family: Pacifico;line-height: 1.5;}

:root {

  --hc-white-color: #ffffff;
  --hc-yellow-color:#FFB800;
  --hc-face-color:#12304B;
  --hc-hiver-blue:#a73475;
  --hc-lightwhite-bg: #f7f7f7;
  --hc-head-color:#002B46;
  --hc-text-color: #74757a;
  --hc-footer-color:#02121B;
}

html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.6px;
  line-height: 1.4;
  scroll-behavior: smooth;
  font-family: Robotoflex;color: #58595B;font-size: 1rem;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin: 0;*/
  padding: 0;
  word-break: break-word;
  /*font-family: 'Metropolis', sans-serif;*/
font-family: Robotoflex;
}
img {
  max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  /*margin: 0px;*/
  word-break: break-word;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(119, 49, 103);
  background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
  width: 10px;
}
.nice-select.open ::-webkit-scrollbar {
  width: 2px;
}
.nice-select.open ::-webkit-scrollbar-thumb {
  background: #515151;
  width: 2px;
}
.container{
  max-width: 1170px;
}
.hc-paragraph {
  font-size: 16px;
  color: var(--hc-text-color);
  font-weight: 500;
}
.hc-testimonial .hc-paragraph, .hc-testimonial-2 .hc-paragraph{margin-bottom: 0;}
.hc-sections{
  background-color: var(--hc-white-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
}
.hc-container{
  max-width: 1620px;
  padding: 0 20px;
  margin: 0 auto;
}
/* botton css end */
/* navheadsection start */
.hc-nav{
  background-color: #02121B;
  padding: 14px 0px;
}
.hc-navhead{
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 15px;
}
.hc-navmainhead{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h5.form-heading{color:#fff}
.hc-navheadcall{
  width: 32px;
  height: 32px;
  background-color:#ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.baner-bg{background: #fff9ef;}

.searchbox{
  border:2px soild #333;

  -webkit-box-shadow: 2px 2px 8px #333;
 -moz-box-shadow: 2px 2px 8px #333;
 box-shadow: 2px 2px 8px #333;border-radius: 10px;
}
.submit-btn{
  padding: 15px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;
}
.submit-btn i{color:#fff;}
.modal{background: rgb(0 0 0 / 75%);}
.hcnavheadtext p{
  color: var(--hc-white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.hcnavheadtext span{
  color:var(--hc-yellow-color) ;
  font-weight: 700;
}
.hc-faceicon{
  width: 31px;
  height: 31px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--hc-face-color);
  transition: all 0.3s;
  cursor: pointer;
}
.hc-faceicon:hover{
  background-color: var(--hc-hiver-blue);
}
.hc-navheadicon{
  display: flex;
  gap: 15px;
}
/* navheadsection end */
/* header section css start */
.hc-header-wrapper {
  padding: 20px 0;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 51px 0px rgba(20, 100, 173, 0.10);}
.hc-navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  
}
.hc-navbar-menu ul li {
  display: inline-block;
  margin-right: 50px;
}
/* main header start */
.hc-main-head-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hc-navbar>ul>li a {
  text-transform: capitalize;
}
.hc-navbar>ul>li>a {
  padding: 15px 20px;
  display: inline-block;color: #fff;
}

.hc-main-header {
  padding: 10px 0;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
  z-index: 5;
  background: #fff;
  top: -80px;
}
.hc-main-header.hc-header-sticky{
  position: sticky;
  top: 0;
  z-index: 99;
  transition: 1s;
}
.hc-navbar>ul>li>a.menu-btn{background: #fff;color:#a73475;padding: 0px 10px;display: block;margin-left: 15px;border-radius: 5px;}
.hc-has-submenu:after {
  position: absolute;
  content: '';
  right: 0;
  width: 6px;
  height: 6px;
  background: transparent;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;color:#fd9678;margin-right: 7px;
}
.header .hc-navbar img{height: 20px;}
.hc-navbar>ul>li.hc-has-submenu>a {
  padding-right: 15px;
}
.hc-head-btn {
  margin-left: 20px;
}
li.hc-home-new {
  position: relative;
}
li.hc-home-new:after {
  position: absolute;
  content: 'New';
  left: -9px;
  top: 0px;
  font-size: 8px;
  background: #ffffff;
  padding: 2px 8px;
  color: #fd9678;
  border-radius: 30px;
  transform: rotate(-40deg);
  border: 1px dashed;
  animation: 0.5s hc_home_new linear alternate infinite;
}
@keyframes hc_home_new {
  0%{
      opacity: 1;
  }
  50%{
      opacity: 1;
  }
  100%{
      opacity: 0;
  }
}
/* main header end */
.navbar-nav .dropdown-menu{border-top-left-radius:0;border-top-right-radius: 0;box-shadow: 1px 2px 3px 1px #747474;}
.main-menu i{color:#fff;font-size: 30px;}
.header-new .main-menu i{color:#9C1A64;font-size: 30px;}
.header-new .dropdown-toggle::after{color:#9C1A64;font-size: 1.2rem;}

    .hc-navbar>ul>li>a {
      border-right: 1px solid #d9d2d2;
     }
     .hc-submenu li a{color:#333}
     .hc-submenu {
         background: #fff;
         box-shadow: 0 0px 20px 0 rgb(0 0 0 / 3%);
         border-top: 3px solid #fd9678;
         border-bottom: 3px solid #fd9678;
         position: absolute;
         top: 100%;
         /*max-width: 230px;*/
         width: max-content;
         min-width: 100%;
         padding: 8px 0;
         transform-origin: top;
         visibility: hidden;
         opacity: 0;
         z-index: 9;
         transition: 0.3s;
         transform: scaleY(0);
     }
     .hc-submenu li {
         display: block;
     }
     .hc-submenu li a {
         display: block;
         padding: 5px 15px;
     }
     .hc-navbar>ul>li:hover .hc-submenu {
         visibility: visible;
         opacity: 1;
         transform: scaleY(1);
     }
     .hc-navbar>ul>li {
         display: inline-block;
         position: relative;
     }
     .hc-navbar>ul>li:last-child {
         margin-right: 0;
     }
     button.accordion-button.collapsed span i {
      transform: translateY(50%) rotate(180deg);
  }
  .footer{background: rgb(84,16,67);
    background: linear-gradient(360deg, rgba(84,16,67,1) 0%, rgba(61,1,38,1) 100%)}
  .icon i{color: #fff;
    position: relative;
    top: 20px;
    left: 20px;
    font-size: 20px;}
    .icon-header i{color: #8C2C7B;
      position: relative;
      top: 10px;
      left: 10px;
      font-size: 16px;}
      .icon-with-bg{height: 30px;width: 30px;background: #8C2C7B;border-radius: 100%;}
   
  .icon{height: 60px;width: 60px;background: #8C2C7B;border-radius: 100%;display: block;
    margin: 0 auto 15px auto;}
  .icon-header{height: 40px;width: 40px;background: #fff;border-radius: 100%;}
  .pportal {background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
  padding: 12px;border-radius: 100%;color:#fff}
  
  .theme-border{height: 1px;width: 100%;background: #fff;margin-top: 5px;margin-bottom: 5px;}
.btn-outline-theme{border: 1px solid #8C2C7B;}
.btn-header{padding: 15px 5px;}
.btn-header:hover{background: #8c2c7b;color: #fff9ef;}
.bg-theme-5{background: #fff9ef;}
ul.list-icons li i{color:#a73475}
ul.list-icons li{text-indent: -10px;margin-left: 20px;list-style-position: inside;list-style-type: none;margin-bottom: 10px;}
ul.list-icons{margin: 0;padding: 0;}
header{border-bottom:1px solid #9b407b;}
header.header-new{border-bottom:none;}
.light-text{color:#fff8ff}
.btn-outline-theme-2{}
.box-shadow{box-shadow: 1px 1px 8px 4px #ccc;}
.profile-btn{display: block;border:1px solid #fff8ff;padding: 1rem;color:#fff8ff;border-radius: 5px;}
.profile-btn:hover{background: #fff8ff;color:#9b407b}
.accordion-button{color:#58595B}
.offcanvas-body .accordion-body{padding: 0px 1.25rem;}
ul.breadcrumb-list li{display: inline;}

ul.breadcrumb-list li::before{content: " / ";color:#f9fffd}
ul.breadcrumb-list li a{color:#f9fffd;font-size: 1rem;}
/*ul.breadcrumb-list li:last-child a{color: var(--hc-hiver-blue);}*/
ul.breadcrumb-list li:first-child::before{content: none;}

.profile-tabs .nav-pills .nav-link{border-bottom: 1px solid #ccc;border-radius: 0;font-size: 1.2rem;}

.profile-tabs .nav-pills .nav-link.active, .profile-tabs .nav-pills .show>.nav-link
{background-color: #fff;color:#8C2C7B;border-left:5px solid #8C2C7B;}
  @media screen and (max-width:768px){
    
         h6.special-heading{margin-bottom:5px;}
    h6.special-heading::after {
        content: "";
        background: #E08E2F;
        height: 3px;
        width: 15%;
       display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .icon-with-bg i {
      color: #fff;
      position: relative;
      top: 2px;
      left: 0px;
      font-size: 15px;}
    .main-menu{
      background: none;border: 0;padding-left: 0px;
      }
   
    #stories img.img-fluid{width: 25%;margin-right: auto;margin-left: auto;}

    #v-pills-tabContent h2 {
      position: relative;
  padding: 0;
  margin-bottom: 20px;

  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
      text-align: center;
      text-transform: uppercase;
      padding-bottom: 5px;
    }
    #v-pills-tabContent h2:before {
      width: 28px;
      height: 5px;
      display: block;
      content: "";
      position: absolute;
      bottom: 3px;
      left: 50%;
      margin-left: -14px;
      background-color: #b80000;
    }
    #v-pills-tabContent h2:after {
      width: 100px;
      height: 1px;
      display: block;
      content: "";
      position: relative;
      margin-top: 15px;
      left: 50%;
      margin-left: -50px;
      background-color: #b80000;
    }
    
    #leadership .card{border:0;border-top:5px solid rgb(163,33,109);border-bottom:5px solid rgb(163,33,109);}
    .submit-btn i {
      float: right;
  }
    ul.footer-links-inline{margin: 0;padding: 0;}
ul.footer-links-inline li{padding-bottom: 10px;display: block;}
ul.footer-links-inline li a {color:#fff9ef;}
ul.footer-links-inline li a:hover{color:#8c2c7b}

    /*Animation*/
.btn-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-bg .btn {
 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #E08E2F;

  border: none;
  box-shadow: 12px 12px 24px rgba(82, 56, 1, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  }

  .enquiry-bg .btn::before {
content: '';
  
  box-shadow: 0 0 60px rgba(255, 187, 0, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.enquiry-bg .btn:hover, 
.enquiry-bg .btn:focus {
  color: #313133;
  transform: translateY(-6px);
}

.enquiry-bg .btn:hover::before, 
.enquiry-bg .btn:focus::before {
  opacity: 1;
}

.enquiry-bg .btn::after {
  content: '';
  
  border-radius: 100%;
  border: 6px solid #a63479;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.enquiry-bg .btn:hover::after, 
.enquiry-bg .btn:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
    .callbtn{background: rgb(30, 228, 136);display: block;
      border-radius: 45px;width:45px;height: 45px;
      background: linear-gradient(180deg, rgb(30, 228, 136) 0%, rgb(2, 99, 39) 100%);}
      .callbtn i{font-size: 18px;
        padding-left: 12px;
        padding-top: 12px;
        color: #fff; }
    /*.dc-list-card .btn{min-width: 125px;border: 1px solid #783a6d;color:#783a6d;}*/
    /*.others .dc-list-card .btn{min-width: 130px;border: 1px solid #783a6d;color:#783a6d;}*/
   /* .overlay{display: none;}*/
   @keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 150px;
      height: 150px;
      opacity: 0;
    }
  }
  .dc-list-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:linear-gradient(to left, rgb(163 33 109 / 90%), rgb(84, 16, 67, 0.75));
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;border-radius: 0.25rem;
  }
  .dc-list-card .overlay btn-1{margin-left: auto;}
  .dc-list-card .overlay btn-2{margin-right: auto;}
  .dc-list-card .overlay h3{font-size: 3rem;text-align: center;}
  .dc-list-card .overlay h4{text-align: center;}
  .dc-list-card:hover .overlay {
    height: 100%;
  }
  .dc-list-card .btn{min-width: 150px;}
  .text {
    white-space: nowrap; 
    color: white;
    
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
    .pagination{overflow-x: scroll;padding-bottom: 15px;}
    .pagination::-webkit-scrollbar {
      height: 5px;
    }
    /* Track */
    .pagination::-webkit-scrollbar-track {
      background: #f1f1f1;
    }
    /* Handle */
    .pagination::-webkit-scrollbar-thumb {
      background: rgb(119, 49, 103);
      background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
      height: 5px;
    }
    .about-2{margin-top: 80px;margin-bottom: 0px;}
    .enquiry-bg{background: rgb(166,52,121);
      background: linear-gradient(90deg, rgba(166,52,121,1) 0%, rgba(124,34,83,1) 100%);
    border-radius: 10px;}
    .baner-search{padding: 30px 15px;}
    .main-menu{padding-top: 0;}
    .profile-tabs .nav-link{color:#58595B;text-align: center;padding-top: 15px;padding-bottom: 15px;}
    .hc-footer-Icon{margin: 15px auto;}
    .hc-testimonial-wrapper.hc-sections{padding-bottom: 100px;}
    .banner-bottom-2 img{display: block;margin: 5px auto;height: 50px;}
   .callnow
    .main-menu{padding-top: 0px;}
  .hc-testimonial-textcol .hc-depicon{margin-top: 30px;}
  .header .list-group-flush .list-group-item img{height:38px}
  .header img{height:48px}
  .main-menu i{color: #a73475;font-size: 30px;padding: 10px;background: #fff;border-bottom:2px solid #a73475;border-radius: 100%;}
  .ph-menu{padding-top: 5px;padding-bottom: 5px;}
  .seaerchbar{bottom: 0px;margin-bottom: 50px;}
.bg-search{background: var(--hc-lightwhite-bg);padding-top: 50px;}
  .slider-bottom{
    margin-top: 30px;
  }
  .hc-top-heading h5{margin-bottom: 16px;}

  .footer-nav{box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);border-top:3px solid #8C2C7B;}
.send{background: #8C2C7B;}

.footer-nav i{display: block;}
  .footer-nav a{padding: 15px 5px;text-align: center;color: #000;display: block;text-decoration: none;}
  .footer-nav a.whatsapp i{color: #18d26e;}
  .footer-nav a.send i{color: #0257ee;}
  .footer-nav a.phone i{color: #f68c09;}
  .submit-btn{color:#fff;
    padding: 15px 20px;border-radius: 10px;margin-bottom: 10px;margin-top: 20px;width:100%;
    background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
  }
  .about .callbox{padding-left: -.75rem;padding-right: -.75rem;}
  .searchbox input{margin-top: 10px;margin-bottom: 10px;}
  .searchbox{padding: 15px;}
  .hc-navbar>ul>li>a.menu-btn{margin-top: 15px;}
}
.dc-list-card img{border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.dc-list-card p{margin-bottom: 5px;}
.dc-list-card h3, .dc-list-card h5{color:#783a6d;font-weight: 600;}
.dc-list-card {
  position: relative;border-radius: .25rem;
}
.image {
  display: block;
  width: 100%;
  height: auto;border-bottom: 3px solid #783a6d;
}
select.form-select:focus, select.form-select:hover, select.form-select:active{border: 1px solid #ced4da;}
.enquiry-box{border-radius: 10px;}
.why-bg{background: rgb(163, 53, 119);
  background: linear-gradient(90deg, rgba(163, 53, 119, 1) 0%, rgba(118, 49, 101, 1) 100%);
  height: 7px;}
@media screen and (min-width:768px){
  .fs-xxl{font-size: 64px;}
       h6.special-heading{margin-bottom:5px;}
    h6.special-heading::after {
        content: "";
        background: #E08E2F;
        height: 3px;
        width: 15%;
        display: block;
        margin-top: 2.5px;
        margin-bottom: 5px;
    }

  .icon-with-bg i {
    color: #fff;
        position: relative;
        top: 2px;
        left: 7px;
        font-size: 15px;}
  .main-menu{
    background: none;border: 0;padding-left: 30px;
    }
    /* === HEADING STYLE #3 === */
    #v-pills-tabContent h2 {
padding-bottom: 15px;
  position: relative;margin-bottom: 25px;
}
#v-pills-tabContent h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #ce1c12;
}
#v-pills-tabContent h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 150px;
  background-color: #ce1c12;
}
  
  .heading-underline::after{content: "";background: #ce1c12;height:3px;width:15%;display: block;margin-top: 5px;margin-bottom: 15px;}
  #leadership .card{border:0;border-right:5px solid rgb(163,33,109);border-left:5px solid rgb(163,33,109);}
  ul.footer-links-inline{margin: 0 0 0 30px;padding: 0;}
  ul.footer-links-inline li{padding-bottom: 10px;display: inline;}
  ul.footer-links-inline li a {color:#fff9ef;}
  ul.footer-links-inline li a:hover{color:#8c2c7b}
  ul.footer-links-inline li::before{content: "|";color:#fff;position: relative;padding: 0 15px;}
  ul.footer-links-inline li:first-child::before{display: none;}
/*Animation*/
.btn-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-bg .btn {
 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #E08E2F;

  border: 1px solid #E08E2F;
  
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  }
  input{text-transform: capitalize;}
  .enquiry-bg .btn:hover{background: #000;color:#fff;  border: 1px solid #7c2253;}
/*
  .enquiry-bg .btn::before {
content: '';
  
  box-shadow: 0 0 60px rgba(255, 187, 0, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.enquiry-bg .btn:hover, 
.enquiry-bg .btn:focus {
  color: #313133;
  transform: translateY(-6px);
}
*/
.enquiry-bg .btn:hover::before, 
.enquiry-bg .btn:focus::before {
  opacity: 1;
}
/*
.enquiry-bg .btn::after {
  content: '';
  
  border-radius: 100%;
  border: 6px solid #a63479;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.enquiry-bg .btn:hover::after, 
.enquiry-bg .btn:focus::after {
  animation: none;
  display: none;
}
*/
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
  
  
  
.dc-list-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:linear-gradient(to left, rgb(163 33 109 / 90%), rgb(84, 16, 67, 0.75));
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;border-radius: 0.25rem;
  }
  .dc-list-card .overlay btn-1{margin-left: auto;}
  .dc-list-card .overlay btn-2{margin-right: auto;}
  .dc-list-card .overlay h3{font-size: 3rem;text-align: center;}
  .dc-list-card .overlay h4{text-align: center;}
  .dc-list-card:hover .overlay {
    height: 100%;
  }
  .dc-list-card .btn{min-width: 150px;}
  .inner-baner{min-height: 300px;}

  ul.list-icon{margin: 0;padding: 0;}
  
  .swiper-slide .dc-list-card .btn{min-width: 110px;}
  .text {
    white-space: nowrap; 
    color: white;
    
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .dr-profile-box
{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transition: .5s;
    margin-bottom: 0px;
}

.dr-profile-box:hover
{background: #000;
    transform: translateY(-30px);
    box-shadow: 0 50px 50x rgba(0,0,0,.5);
}

.dr-profile-box .imgbox
{
    position: relative;
}

.dr-profile-box .imgbox img
{
    transition: .5s;
}

.dr-profile-box:hover .imgbox img
{
   opacity: .5;
    transform: translateY(-40px);
}

.dr-profile-box .content
{
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    transition: .5s;
    opacity: 0;
    
}

.dr-profile-box:hover .content
{
    opacity: 1;
    bottom: 0;
}

.dr-profile-box .content h3
{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.dr-profile-box .content p
{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.dr-profile-box .content .btnD
{
    border: none;
    background: #ff0000;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 700;
    transition: .5s;
}

.dr-profile-box .content .btnD:hover
{
    background: #ff3232;
    
}



  .about-2{margin-top: 100px;}
  .enquiry-bg{background: rgb(166,52,121);
    background: linear-gradient(90deg, rgba(166,52,121,1) 0%, rgba(124,34,83,1) 100%);
  border-radius: 50px;}
  .profile-tabs .nav-link{color:#58595B;text-align: left;padding-top: 15px;padding-bottom: 15px;}
  .baner-search{background: #fff;box-shadow: 1px 1px 4px 2px #333;border-radius: 10px;
  }
  .search-box{position: relative;top:-25px;background: #fff;box-shadow: 1px 1px 4px 2px #333;border-radius: 10px;
  }
  .footer-contact{border-left: 1px solid #fff9ef;border-right: 1px solid #fff9ef;}
  /*.header img{height:50px}*/
  .seaerchbar{bottom: 70px;position: absolute;}
 .speciality{background-image: url(../images/why-choose-baner.jpg);background-position: center center;background-size: cover;background-repeat: no-repeat;}
  .footer-nav {
    display: none;
}
.slider-bottom{
  margin-top: 35px;margin-bottom: 50px;
}
}

@media screen and (min-width:992px){
  .baner-search{position: absolute;bottom: 30%;}
}

  
@media screen and (min-width:1200px){
  .baner-search{position: absolute;bottom: 30%;}
  h5.form-heading{margin-bottom: 0;}
  
  .submit-btn{
    padding: 15px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;
  }
  .hc-navbar>ul>li>a {
   border-right: 1px solid #d9d2d2;
  }
  .hc-submenu li a{color:#333}
  .hc-submenu {
      background: #fff;
      box-shadow: 0 0px 20px 0 rgb(0 0 0 / 3%);
      border-top: 3px solid #fd9678;
      border-bottom: 3px solid #fd9678;
      position: absolute;
      top: 100%;
      /*max-width: 230px;*/
      width: max-content;
      min-width: 100%;
      padding: 8px 0;
      transform-origin: top;
      visibility: hidden;
      opacity: 0;
      z-index: 9;
      transition: 0.3s;
      transform: scaleY(0);
  }
  .hc-submenu li {
      display: block;
  }
  .hc-submenu li a {
      display: block;
      padding: 5px 15px;
  }
  .hc-navbar>ul>li:hover .hc-submenu {
      visibility: visible;
      opacity: 1;
      transform: scaleY(1);
  }
  .hc-navbar>ul>li {
      display: inline-block;
      position: relative;
  }
  .hc-navbar>ul>li:last-child {
      margin-right: 0;
  }
}
@media screen and (min-width:2000px){
  .baner-search{position: absolute;bottom: 45%;}
}

@media screen and (max-width:1199px){
  .hc-submenu li a{color:#d9d2d2}
  .hc-menu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: #fff;
      margin-bottom: 4px;
      transition: 0.3s;;
  }
  .hc-menu-toggle span:nth-child(3) {
      margin-bottom: 0px;
  }
  .hc-menu-toggle span:nth-child(2) {
      width: 12px;
      background: #fff;
      margin-left: auto;
      margin-right: auto;
  }
  .hc-menu-toggle {
      width: 30px;
      text-align: center;margin: 15px 0;
  }
  .hc-open-menu .hc-menu-toggle span:nth-child(3) {
      transform: translate(1px, -9px) rotate(48deg);
  }
  .hc-open-menu .hc-menu-toggle span:nth-child(1) {
      transform: translate(1px, 6px) rotate(-48deg);
  }
  .hc-open-menu .hc-menu-toggle span:nth-child(2) {
      transform: translateY(9px);
      width: 24px;
      transition: 0.3s;
      height: 5px;
      background: #fd9678;
      border-radius: 5px;
  }
  .hc-main-head-flex {
      justify-content: flex-end;
  }
  /*.hc-navbar {
      position: fixed;
      top: 0;
      bottom: 0;
      left: -270px;
      width: 260px;
      background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
      z-index: 99;
      transition: 0.3s;
      overflow-y: auto;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
      text-align: left;
  }*/
  .hc-open-menu .hc-navbar {
      left: 0;
  }
  .hc-navbar>ul li {
      border-bottom: 1px solid #eee;
      position: relative;
  }
  .hc-navbar>ul li:last-child {
      border-bottom: 0;
  }
  .hc-navbar>ul li a {
      padding: 15px;
      display: inline-block;
  }
  .hc-navbar ul.hc-submenu li:first-child {
      border-top: 1px solid #eee;
  }
  ul.hc-submenu {
      display: none;
  }
  .hc-has-submenu:after {
      right: 15px;
      top: 23px;
      bottom: auto;
  }
  .hc-team-box {
      max-width: 280px;
  }
  .hc-banner-content {
      padding: 60px 0;
  }
  .hc-banner-content h1 {
      font-size: 40px;
  }
}
.about p{font-size: 1.2rem;
  text-align: justify;color:#717075}
  .about-2 p{font-size: 1.2rem;
    text-align: justify;}
header .nav-link{color:#fff}
header .nav-pills .nav-link.active{color:#002B46;background: none;}

.ph-menu{background: rgb(163,33,109);
  background: linear-gradient(90deg, rgba(163,33,109,1) 0%, rgba(84,16,67,1) 100%);}
.fs-01{font-size: 3rem;}
.btn-ph-danger{background:#aa0108 ;color: #ffffff;display: block;padding:5px;}
.bg-theme-1{background: #5C0546;}
.bg-theme{background: rgb(119,49,103)}
.bg-theme-2{background: #9C1A64}
.bg-theme-3{background: #E08E2F}
.bg-theme-4{background: #F7C41B}
.border-theme{border:1px solid #9C1A64}
.text-theme-gradient{background: #733063;
  background: linear-gradient(to right, #733063 0%, #B03178 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

  .pagination-lg .page-item:first-child .page-link{border-radius: 0;}
  .page-item.active .page-link{
    background: #753066;color: #fff;border: 1px solid #753066;
  }
  .pagination-lg .page-item:last-child .page-link{border-radius: 0;}
  .page-link:hover{background: #753066;color: #fff;border: 1px solid #753066;}
  .page-item{margin: 5px 15px 5px 5px}
  .page-link{color:#000}
  .theme-profile-btn{box-shadow: 1px 1px 3px 2px #ccc;}
  a.theme-profile-btn:hover{color:#fff;box-shadow: 3px 3px 8px 4px #ccc;background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);}
  .btn.theme-profile-btn{padding: 5px 7.5px;font-size: 1rem;}
  .experiance-text{background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: -15px;
    right: 15px;
    border-radius: 5px;font-size: 0.8rem;}
    .object-fit-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important;
  }
  .services-offerd .card img::before{content:"";background: linear-gradient(to top, rgb(84 16 67 / 30%), rgb(163, 33, 109, 1));}
.bg-theme-gradient{background: rgb(119,49,103);
  background: linear-gradient(90deg, rgba(119,49,103,1) 0%, rgba(167,52,117,1) 100%);}
  .bg-theme-srishti{background: #0d1354;}
.text-theme{color:#763062}
.text-theme-3{color: #E08E2F}
.bg-yellow{background: #ffcc29;}
.bg-primary-1 {
  background: #8C2C7B;
}
footer a {
  color: #fff;
  text-decoration: none;
}
.border-primary-5 {
  background: #ff5722;
  height: 3px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer h3 {
  text-decoration: underline;
  margin-bottom: 15px;
}
#c-form .nav-pills .nav-item{margin-right: 15px;}
#c-form .nav-pills .nav-link{border:1px solid #763062;color:#763062;padding: 0.5rem 2.5rem;}
#c-form .nav-pills .nav-link.active, #c-form .nav-pills .show>.nav-link{
  background: rgb(119,49,103);
  background: linear-gradient(90deg, rgba(119,49,103,1) 0%, rgba(167,52,117,1) 100%);
  color:#fff;
  
}
a.btn-ph-danger:hover, a.btn-ph-theme:hover{color:#000}
.btn-ph-theme{color: #ffffff;background: rgb(119,49,103);
  background: linear-gradient(90deg, rgba(119,49,103,1) 0%, rgba(167,52,117,1) 100%);
display: block;padding: 5px;}
.btn-ph-theme-2{color: #763062;background: #fff;
  
display: block;padding: 5px;}
.btn-ph-theme-2 .icon-header {
  height: 40px;
  width: 40px;
  background: rgb(119,49,103);
  background: linear-gradient(90deg, rgba(119,49,103,1) 0%, rgba(167,52,117,1) 100%);
  border-radius: 100%;
}
.btn-ph-theme-2 .icon-header i{color:#fff}
.header .btn-ph-danger span, .header .btn-ph-theme span{font-size: 10px;}
.callnow{line-height: 1.2rem;}
.hc-brand-logo a img {
  max-width: 213px;
  max-height: 60px;
  object-fit: contain;
  width: 100%;
}
.hc-navbar-menu .responsive-logo a img {
  display: none;
}
.hc-toggle-btn span{
  display: none;
}
.hc-navbar-menu ul li.start-security{
  margin-right: 0;
}
.hc-navbar-menu ul li.start-security a {
  width: 60px;
  height: 60px;
  background-color: var(--hc-white-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms-navbar-menu ul li.start-security a:hover{
  color: var(--ms-white-color);
}
.ms-navbar-menu ul li:last-child {
  margin-right: 0;
}
.hc-navbar-menu ul li a {
  color:#123144;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.hc-navbar-menu ul li a:after {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom:-36px;
  content: '';
  height: 4px;
  width: 20px;
  border-bottom: solid 3px var(--hc-hiver-blue);
  transition: all 0.3s;
  opacity: 0;
}
.hc-navbar-menu ul li a:hover:after {
  opacity: 1;
  color: var(--hc-hiver-blue);
}
.hc-navbar-menu ul li.start-security a:hover:after{
  opacity: 0;
}

.hc-navbar-menu ul li a:hover:after{
  opacity: 1;
}
.hc-navbar-menu ul li a:hover {
  color: var(--hc-hiver-blue);
}
/* header section css end */
.hc-mainbnr{
  padding: 100px 0px;
  background-color: var(--hc-lightwhite-bg);
}
.hc-headingsection{
  padding-top: 60px;
  max-width: 677px;
}
.hc-bannerheading{
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 535px;
}
.hctextbg{
  margin-left: -80px;
  padding: 8px 0 8px 78px;
  background-repeat: no-repeat;
}
.hc-headingsection p{
  margin-top: 34px;
}
.hc-mainbtn{
  position: relative;
}
.hc-buttonarrow{
  position: absolute;
  top: 30px;
  left: 250px;
  max-width: 111px;
  height: 76px;
}
.hc-textserch{
  display: none;
}
.hc-bnrbtn{
  max-width: 232px;
  height: 60px;
  background-color: var(--hc-hiver-blue);
  border-radius: 15px;
  padding: 19px 24px 19px 29px;
  display: flex;
  gap: 28px;
  align-items: center;
  color: var(--hc-white-color);
  font-size: 16px;
  font-weight: 600;
  margin-top: 57px;
  transition: all 0.3s ease;
  box-shadow: 15px 20px 60px rgba(42, 167, 255, 0.20);
}
.hc-bnrbtn:hover{
  transform: scale(1.05);
}
.hc-headingsection a:hover{
  color: var(--hc-white-color);
}
.hc-consultation{
  background-color: var(--hc-white-color);
  max-width: 655px;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  margin-top: 66px;
  border-radius: 20px;
  padding: 15px 15px 15px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
}
.hc-bnrser{
  display: none;
}
.hc-banner-right{
  position: relative;
  margin-top: -30px;
}
.hc-consultation select{
  border: none;
  cursor: pointer;
}
.form-select:focus{
  border-color: transparent;
  box-shadow: none;
}
.hc-firstdropdown{
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-right: 15px;
}
.hc-firstdrop{
  max-width: 160px;
}
.hc-thirddropdown{
  max-width: 160px;
}
.hc-seconddropdown{
  border-left: 1px solid #E1E8EE;
  border-right: 1px solid #E1E8EE;
  min-width: 168px;
  padding: 0 10px;
}
.hc-dropsearch{
  width: 60px;
  height: 60px;
  background-color: var(--hc-hiver-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hc-dropsearch:hover{
  transform: scale(1.05);
}
.nice-select{
  border: none !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.hc-bannerrightleft{
  display: grid;
  grid-template-columns: 1fr 1fr ;
  gap: 190px;
  position: relative;
  align-items: center;
}
/* boxes */
.hc-satisfied{
  background-color: var(--hc-white-color);
  width: 326px;
  padding: 14px 14px 14px 20px;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  display: flex;
  align-items: center;
  gap: 19px;
  position: absolute;
  top: 225px;
  left: -170px;
  border-radius: 10px;
}
.hc-satisfieimg2{
  margin-left: -40px;
  width: 58px;
  height: 58px;
}
.hc-satitext h4{
  font-size: 20px;
  font-weight: 700;
}
.hc-secondbox{
  width: 90px;
  height: 90px;
  background-color: var(--hc-white-color);
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  border-radius: 15px;
  position: absolute;
  top: 240px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hc-secondtab img{
  position: absolute;
  top:160px;
  right: 100px;
  max-width: 96px;
  height: 58px;
}
.hcsatiarrow img{
  position: absolute;
  top: 330px;
  left: -70px;
  max-width: 74px;
  height: 116px;
}
.hc-thirdbox{
  width: 199px;
  background-color: var(--hc-white-color);
  position: relative;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  padding: 18px 19px 18px 19px;
  text-align: center;
  border-radius: 10px;
}
.hc-thirdbox_img{
  position: absolute;
  bottom: 68px; 
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hc-thirdboxtext h4{
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.hc-thirdboxtext p{
  margin-top: 8px;
}
.hc-thirdmainbox{
  position: absolute;
  bottom: 80px;
  left: -120px;
}
.hc-fourthbox{
  width: 187px;
  border-radius: 10px;
  background-color: var(--hc-white-color);
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  position: relative;
  text-align: center;
  padding: 33px 24px 17px 24px;
}
.hc-fourthstar{
  width: 139px;
  height: 27px;
  background-color:#EEF1F3 ;
  border-radius: 10px;
  padding: 6px 5px 5px 10px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.hc-fourthstartext{
  display: flex;
  gap: 5px;
}
.hc-fourthtext h4{
  font-size: 16px;
  font-weight: 700;
  margin-top: 18px;
}
.hc-fourthtext p{
  margin-top: 2px;
}
.hc-fourthstartext img{
  max-width: 13px;
  height: 13px;
}
.hc-fourthbox_img{
  position: absolute;
  left: 0;
  right: 0 ;
  margin: 0 auto;
  bottom: 83px;
}
.hc-fourthmainbox{
  position: absolute;
  bottom: 208px;
  right: -95px;
}
.swiper-button-prev, .swiper-button-next,
.swiper-pagination{
  z-index: 5;
}
/* department section start */
  .hc-department-wrapper{
    background-color:#fff9ef ;
  }
  .hc-top-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .hc-top-heading h5{
    font-size: 40px;
    font-weight: 600;
    color: #002B46;
  }
  .hc-depicon{
    display: flex;
    gap: 15px;
  }
  .swiper-button-prev.hc-head-left {
    width: 50px;
    height: 50px;
    border-radius: 5px;border: 1px solid #a73475;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  .swiper-button-next.hc-head-left {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #a73475;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  .hc-head-left::after{
    color: #aa0108;
  }
  .hc-top-heading .swiper-button-prev{
    left: auto;
    right: 70px;
  }

  .hc-top-heading .swiper-button-prev::after{
    font-size: 10px;
  }
  .hc-top-heading .swiper-button-next::after{
    font-size: 10px;
  }
.slider-bottom{
  position: relative;bottom: 0;
  display: flex;
    gap: 15px;
}
.slider-bottom-2{
  position: relative;bottom: 0;
  display: flex;
    gap: 15px;margin-top: 30px;
}
  .slider-bottom .swiper-button-prev, .slider-bottom-2 .swiper-button-prev{
    left: 0;right:70px
  }
  .slider-bottom .swiper-button-next, .slider-bottom-2 .swiper-button-next{
    left: 60px;right:auto
  }
  .slider-bottom .swiper-button-prev::after, .slider-bottom-2 .swiper-button-prev::after{
    font-size: 18px;
  }
  .slider-bottom .swiper-button-next::after, .slider-bottom-2 .swiper-button-next::after{
    font-size: 18px;
  }

  .hc-head-left:hover{
    background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
  box-shadow:12px 16px 48px rgba(42, 167, 255, 0.20);

  }

  .hc-faq-wrapper .hc-mainaccordian {
    margin-top: 15px;
}
  img.hc-teamicon{width: 15px;}
  .hc-head-left:hover::after{
    color: var(--hc-white-color);
  }

  .hc-depcard{
    margin-top: 23px;margin-bottom: 23px;
  }
  .hc-depfirstcard{
    background: #fff;
    text-align: center;
    transition: all 0.5s;
    padding: 30px 20px 28px 20px;
    /* background-image: url('../images/depborder.png');
    background-repeat: no-repeat; */
    /* width: 275px; */
    margin: 0 auto;
    /*border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(42, 167, 255, 0.6)) 1;*/
    border-radius: .25rem;height: 100%;
    box-shadow: 1px 3px 5px 1px #ccc;

  }
  .inner-baner{    background: rgb(163, 33, 109);
    .inner-baner{background: rgb(117,48,102);
      background: linear-gradient(90deg, rgba(117,48,102,1) 0%, rgba(166,53,119,1) 50%, rgba(117,48,102,0) 100%);
    content: "";z-index: 999;position: relative;}
    background: linear-gradient(90deg, rgba(163, 33, 109, 1) 0%, rgba(84, 16, 67, 1) 100%);}
  #team .hc-teamimage img, .others .hc-teamimage img{border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
    #team .hc-team-firstcard:hover .hc-teamcard-main, .others .hc-team-firstcard:hover .hc-teamcard-main{opacity: 1;visibility: visible;}
    #team img.hc-teamicon, .others img.hc-teamicon{width:25px}
    #team .hc-paragraph, .others .hc-paragraph{color:var(--hc-lightwhite-bg);font-size: 12px;}
  #team .hc-team-firstcard .hc-teamcard-main, .others .hc-team-firstcard .hc-teamcard-main{background: none;}
  #team .swiper-slide, .others .swiper-slide{height: auto;padding-top: 15px; /*border-radius: 10px;    background: linear-gradient(90deg, rgba(122, 49, 105, 1) 0%, rgba(152, 47, 104, 1) 100%);*/}
  .swiper-slide .dc-list-card{margin-bottom: 0;}
  .hc-department-wrapper .swiper-slide{height: auto;padding-bottom: 10px;}
  .hc-department-wrapper .hc-depfirstcard{padding: 45px 15px 15px 15px;}
  .hc-depfirstcard h4{
    font-size: 16px;
    font-weight: 600;
    color: var(--hc-head-color);
  }
  .hc-deprcard-text{
    margin-top: 38px;
  }
  .hc-deprcard-text p{
    margin-top: 14px;
  }
  .hc-depfirstcard:hover{
    background-color: var(--hc-white-color);
    box-shadow:11px 11px 49px rgba(39, 98, 131, 0.10);
    border-radius: 10px;
    /*border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(237, 112, 23, 0.6)) 1;
*/display: block;
  }
  .hc-depcardimg{
    height: 52px;
    width: 52px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items:center ;
  }
  .hc-firstimg{
    background-color: #EBF3FF;
  }
  .hc-secondimg{
    background-color: #FFEBEB;
  }
  .hc-depar_firstimg{
    max-width: 46px;
    height: 39px;
  }
  .hc-depar_secondimg{
    max-width: 80px;
    height: 80px;
  }
  .hc-depar_thirdimg{
    max-width: 36px;
    height: 45px;
  }
  .hc-depar_fourthimg{
    max-width: 34px;
    height: 38px;
  }
/* department section end */
/* about section css start */
.hc-about-mainrow{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  margin-bottom: 15px;
}
.hc-about-top{
  text-align: left;
  position: relative;
}
.hc-about-top h6{
  color: var(--hc-hiver-blue);
  font-size: 16px;
  font-weight: 700;
}
.hc-about-top h4{
  font-size: 40px;
  font-weight: 500;
  color: var(--hc-head-color);
  margin-top: 10px;
  margin-bottom: 15px;
}
.hc-listimg-circle{
  width: 18px;
  height: 18px;
  background-color: #1AB820;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hc-listicon_img{
  width: 12px;
  height: 10px;
}
.hc-text-li{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  margin-top: 24px;
  align-items: center;
}
.hc-about-btn {
  max-width: 170px;
  background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
  border-radius: 10px;
  padding: 23px 41px 21px 42px;
  height: 60px;
  margin-top: 33px;
  color: var(--hc-white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 15px 20px 60px 0px rgba(42, 167, 255, 0.20);
}
.hc-about-btn:hover{
  /* box-shadow: inset 6.5em 0 0 0 var(--hc-head-color); */
  /* box-shadow: var(--hc-head-color) 0 16px 32px; */
  transform: scale(1.05) ;
}
.hc-abbtn a:hover{
  color: var(--hc-white-color);

}
.hc-about-img{
  position: relative;
  margin-top: 50px;
}
.hc-about-img .hc-satisfied{
  position: absolute;
  top: -50px;
  left: 160px;
}
.hc-about-img .hc-fourthmainbox{
  position: absolute;
  left: -55px;
  bottom: -15px;
}
.hc-lilybox{
  background-color: var(--hc-white-color);
  width: 242px;
  padding: 12px 19px 12px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  position: absolute;
  top: 260px;
  left: 255px;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
}
.hc-lilytext h4{
  font-size: 16px;
  color: var(--hc-head-color);
  font-weight: 700;
  margin-bottom: 7px;
}
.hc-plusdr{
  width: 195px;
  background-color: #A57BFF;
  border-radius: 10px;
  padding: 9px 17px 9px 17px;
  text-align: center;
  position: absolute;
  top: 325px;
  left: 350px;
}
.hc-plusdr img{
  margin-left: 55px;
}
.hc-plusdrtext h4{
  font-size: 16px;
  color: var(--hc-white-color);
  font-weight: 700;
}
.hc-plusdrtext p{
  color: var(--hc-white-color);
}
/* about section css end  */
/* appointment section css start */
.hc-appointment-wrapper{
  background-color: var(--hc-lightwhite-bg);
}
.hc-appointment-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.hc-appoint-firstpara{
  margin-top: 15px;
}
.hc-appint-secondpara{
  margin-top: 50px;
}
.hc-appointment-img{
  position: relative;
  margin-left:auto;
  margin-bottom: 25px;
  margin-top: 44px;
}
.hc-appointment_img{
  margin-left: auto;
}
.hc-appointment-img .hc-lilybox{
  position:absolute;
  top:-40px;
  left:200px;
  width: 242px;
}
.hc-appointmnetform{
  width: 336px;
  height: 468px;
  background-color: var(--hc-white-color);
  box-shadow: 13px 14px 40px rgba(39, 98, 131, 0.15);
  padding: 28px 28px 20px 28px;
  border-radius: 10px;
  position: absolute;
  top:100px;
  left: -60px;
}
.hc-appointmnetform h4{
  font-size:20px;
  font-weight: 700;
  color: var(--hc-head-color);
  margin-bottom: 7px;
}
.hc-appoindropdown .nice-select{
  width: 280px;
  height: 50px;
  background-color: rgba(220, 231, 242, 0.95);
  border-radius: 10px;
  border:none;
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.hc-appointinput input{
  width: 280px;
  height: 50px;
  background-color:rgba(245, 250, 255, 0.95);
  border: none;
  border-radius: 10px;
  padding: 0px 20px;
  margin-top: 10px;
}
.hc-daterow{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.hc-daterow .nice-select{
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:none;
  background-color:rgba(245, 250, 255, 0.95);
  border-radius: 10px;
  text-align: center;
  color: #6E8DA0;

}
.hc-datedrop .nice-select{
  width: 96px;
  height: 50px;
  background-color:rgba(245, 250, 255, 0.95);
  border-radius: 10px;
  border: none;
  color: #6E8DA0;
  display: flex;
  align-items: center;
}
.hc-datedroptwo .nice-select{
  width: 106px;
  height: 50px;
  background-color: rgba(245, 250, 255, 0.95);
  border-radius: 10px;
  border: none;
  color: #6E8DA0;
  display: flex;
  align-items: center;
}
.hc-appointmnetform .hc-about-btn{
  max-width: 280px;
  margin-top: 20px;
  height:50px;
}
.hc-appointmnetform a:hover{
color: var(--hc-white-color);
}
.nice-select.open .list{
  overflow-x: hidden;
  max-height: 200px;
  overflow-y: auto;
}
/* appointment section css end  */
/* team section start */
.hc-team-wrapper{
  position: relative;
  padding-bottom: 94px;
}
.hc-team-wrapper .hc-paragraph, .hc-team-rating h6, .others .hc-paragraph, .hc-team-rating h6{margin-bottom: 0;}
.hc-team-row{
  margin-top: 76px
}
.hc-team-firstcard .hc-teamcard-main{
  background-color: var(--hc-lightwhite-bg);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
  transition: all 0.5s ease;
}
.cta{background: rgb(117,48,102);
  background: linear-gradient(90deg, rgba(117,48,102,1) 0%, rgba(166,53,119,1) 50%, rgba(117,48,102,1) 100%);
border-bottom: 1px solid #fff9ef;}
.hc-team-firstcard{
  transition: all 0.5s ease ;
  margin: 0 auto;
  width: 100%;
  /* height: 408px; */
  position: relative;
}
.hc-teamimage img{
  width: 100%;
  border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.hc-team-firstcard:hover{
  box-shadow: 0px 25px 22px rgba(15, 78, 113, 0.15)  ;
  border-radius: 15px;
}
.hc-team-firstcard:hover .hc-teamcard-main{
  opacity: 0;
  visibility: hidden;
}
.hc-team-firstcard:hover .hc-teamhover{
  opacity: 1;
  visibility: visible;
  /* top: 70px;
  left: 20px; */
  background-color: var(--hc-white-color);
  transition: all 0.3s;
}
.hc-team-para{
  display: flex;
  align-items: center;
  gap: 9px;
  /*margin-top: 15px;*/
}
.hc-team-rating{
  display: flex;
  align-items: center;
  gap: 9px;
}
.hc-team-rating h6{
  font-size: 16px;
  color: var(--hc-head-color);
  font-weight: 500;
}
.hc-teamcard-main h5{
  font-size: 1rem;
  color: var(--hc-white-color);
  font-weight: 700;
}
.hc-teamcard-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hc-team-firstcard .hc-about-btn{
  max-width: 169px;
  height: 30px;
  padding: 7px 10px;
  border-radius: 10px;
  margin-top: 14px;
  /* opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; */
  transition: all 0.3s;
}
.hc-team-firstcard .hc-about-btn{
  box-shadow: none;
}
.hc-team-firstcard a:hover{
  color: var(--hc-white-color);
}
.hc-teamhover{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /* top: 270px; */
  bottom: -30px;
  background-color: var(--hc-white-color);
  width: 100%;
  transition: all 0.5s ease;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 18px 10px 18px;
}
/* team section end */
/* news section css start */
.hc-news-wrapper{
  /*background-color: var(--hc-lightwhite-bg);*/
  position: relative;
}
.hc-news-top{
  text-align: center;
  margin-bottom: 57px;
}
.hc-news-top h6{
  color: var(--hc-hiver-blue);
  font-size: 16px;
  font-weight: 700;
}
.hc-news-top h4{
  color: var(--hc-head-color);
  font-size: 40px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 20px;
}
.hc-firstnewsblog{
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s;
  width: 100%;
  margin: 0 auto;background: #f9f2f7;
}
.hc-newscard-text{
  padding: 20px 12px 24px 12px ;
}
.hc-newscard-text h6{
  color: #a73475;
  font-size: 16px;
  font-weight: 600;
}
.hc-newscard-text h5{
  font-size: 20px;
  font-weight:700;
  color: var(--hc-head-color);
  margin-top: 25px;
  margin-bottom: 11px;
}
.hc-newscard-text p{
  border-bottom: 1px solid #ECF3FB;
  padding-bottom: 27px;
}
.hc-newsreading{
  display: flex;
  gap: 8px;
  align-items: center;
}
.hc-newsreading h4{
  font-size: 16px;
  font-weight: 700;
}
.hc-news-coment{
  display: flex;
  gap: 8px;
  align-items: center;
}
.hc-news-coment h3{
  font-size: 16px;
  color: #6E8DA0;
  font-weight: 500;
}
.hc-read_img{
  max-width: 12px;
  height: 12px;
}
.hc-newsread{
  display: flex;
  justify-content: space-between;
  padding-top: 27px;
}/*
.hc-firstnewsblog:hover{
  background-color: var(--hc-white-color);
  box-shadow:13px 14px 50px rgba(15, 78, 113, 0.15);
}*/
.hc-news_img{
  width: 100%;
}
.hc-news {
  overflow: hidden;
  padding-right: 32px;
  padding-bottom: 25px;
}
.hc-depcard{
  overflow:hidden
}
.hc-team-row{
  overflow: hidden;
  padding: 0px 19px 25px 19px;
  margin: 23px -20px 0 -20px;
}
.hc-team-row-3{
  overflow: hidden;
  padding: 0px 19px 25px 19px;
  margin: 23px -20px 0 -20px;
}
.hc-team-row-2{
  overflow: hidden;
  padding: 0px 19px 25px 19px;
  margin: 23px -20px 0 -20px;
}
.footer .icon{margin: 0;}
.hc-team-row-1{
  overflow: hidden;
  padding: 0px 19px 25px 19px;
  margin: 23px -20px 0 -20px;
}
.hc-testimonial{
  overflow: hidden;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-right: -20px;
  padding-top: 15px;
}
.hc-testimonial-2{
  overflow: hidden;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-right: -20px;
  padding-top: 0px;
}
.hc-news-wrapper .swiper-pagination-bullet-active {
  width: 24px !important;
  height: 8px;
  border-radius: 4px;
  background-color: var(--hc-hiver-blue) !important;
}
.hc-news-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #DCE7F2;
  border-radius: 15px;
}
.hc-news-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 33px;
}
.hc-imgnewstext{
  width: 50%;
  height: 60px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
  position: absolute;
  top: 15px;
  right: 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.hc-imgtext{
  font-size: 16px;
  font-weight: 700;
  color: var(--hc-white-color);
}
.hc-newsimg{
  position: relative;
}
/* news section css end */
/* testimonial section css start */
.hc-testimonial-wrapper{
  padding-bottom: 80px;
}
.hc-testimonial-row{
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 50px;
  position: relative;
}
.hc-testimonial-box{
  background-color: var(--hc-white-color);
  box-shadow:0px 7px 30px rgba(15, 78, 113, 0.15);
  border-radius: 10px;
  padding: 30px 28px 29px 28px;
  position: relative;
  margin: 0 auto;
}
.hc-testimonial-2 .hc-testimonial-box{
background: #fff;box-shadow: none;border-radius:0;padding: 15px;
}
.hc-testimonial-2 .hc-testbox-second {
  margin-top: 0px;
}
.hc-testbox-second{
  margin-top: 50px;
}
.hc-testitextimg{
  display: flex;
  align-items: center;
  gap: 13px;
}
.hc-testiname h4{
  font-size: 16px;
  font-weight: 700;
  color: var(--hc-head-color);
}
.hc-testi_img{
  max-width: 50px;
  height: 50px;
}
.hc-testi_icon{
  position: absolute;
  top: 30px;
  right: 30px;
}
.hc-testborder{
  width: 130px;
  height: 4px;
  background-color: rgba(167, 52, 117, 0.30);
  margin-top: 14px;
  margin-bottom: 20px;
}
.hc-testistarrating{
  display: flex;
  gap: 5px;
}
.hc-testistarrating img{
  width: 13px;
  height: 12px;
}
.hc-test-str{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 25px;
}
.hc-test-str .hc-paragraph{
  color: var(--hc-head-color);
}
.hc-testimonial-textcol .swiper-button-next{
  right: auto;
  left: 70px;
}
.hc-testimonial-textcol .swiper-button-prev::after{
  font-size: 18px;
}
.hc-testimonial-textcol .swiper-button-next::after{
  font-size: 18px;
}
.hc-testimonial-textcol .hc-depicon{
  position: absolute;
  bottom: 140px;
}
.hc-testimonial-textcol .hc-depicon-2{
  position: relative;
  bottom: 20px;
}
.hc-testimonial-wrapper-2 .hc-depicon-2{
  position: relative;
  top: 0px;
}
/* testimonial section css end  */
/* service section css start */
.hc-service-wrapper{
  background-color: var(--hc-lightwhite-bg);
}
.hc-service-row{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 30px;
}
.hc-service-card{
  background-color: var(--hc-white-color);
  width: 270px;
  text-align: center;
  padding: 50px 40px 46px 40px;
  border-radius: 10px;
  transition: all 0.5s;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6)) 1;
}
.hc-service-card:hover{
  transform: translateY(-10px);
  box-shadow:11px 11px 49px rgba(39, 98, 131, 0.10);
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(42, 167, 255, 0.6)) 1;
}
.hc-sercardimg{
  background-color: #EBF4FF;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto;
}
.hc-servtwo{
  background-color: #EBEBFF;
}
.hc-servthree{
  background-color: #EEE;
}
.hc-servfour{
  background-color: #E3F0FF;
}
.hc-servfive{
  background-color: #EBF4FF;
}
.hc-servsix{
  background-color: #FCEBFF;
}
.hc-servseven{
  background-color: #FFECEC;
}
.hc-serveight{
  background-color: #DBF1F0;
}
.hc-service-card h4{
  font-size: 20px;
  font-weight: 700;
  color: var(--hc-head-color);
}
.hc-servicecardheading{
  max-width: 120px;
  margin: 28px auto 0;
}
.hc-pannelheading{
  max-width: 170px;
}
/* service section css end */
/* mobile section css start */
.hc-mobile-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.hc-store{
  display: flex;
  gap: 20px;
  margin-top: 37px;
}
.hc-mobile-imgcol{
  position: relative;
  margin-top: 10px;
}
.hc-mobile-imgcol .hc-satisfied{
  position: absolute;
 left: unset;
  right: 20px;
  top: 130px;
  width: 273px;
}
.hc-mobile-imgcol .hc-satisfieimg2{
  margin-left: -37px;
}
.hc-mobile-imgcol .hc-lilybox{
  left: -58px;
  top: -10px;
}
.hc-mobile-imgcol .hc-fourthmainbox{
  right: unset;
  bottom: 35px;
  left: -70px;
}
.hc-mobile-imgcol .hc-secondbox{
  top: 370px;
  right: 35px;
}
.hc-mobile-imgcol .hc-mobarrowleft{
  position: absolute;
  left: -45px;
  bottom:180px;
}
.hc-mobile-imgcol .hc-mobarrowright{
  position: absolute;
  top: 25px;
  right:65px;
}
/* mobile section css end */
/* faq section css start */
.hc-faq-wrapper{
  background-color: #fff9ef;
}
.hc-faq-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 90px;
}
.hc-faq-text .accordion-button{
height: 80px;
}
.accordion-button:focus{
  border:none;
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  background-color: #f9f2f7;
  box-shadow: none;
  color: unset;
}
.hc-quetinimg{
  margin-right: 20px;
}
.hc-faq-text .accordion-body{
  padding-left: 60px;
  padding-top: 0px;
}
/*
.hc-mainaccordian{
  margin-top: 15px;
}*/
.hc-faq-img{
  position: relative;
  margin-bottom: 9px;
}
.hc-faq-img .hc-lilybox{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 193px;
  left: -75px;
}
.hc-smilybox{
  background-color: var(--hc-white-color);
  width: 326px;
  border-radius: 10px;
  box-shadow: 13px 14px 40px rgba(39, 98, 131, 0.15);
  padding: 22px 20px 21px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  top: -45px;
  right: 60px;
}
.hc-smilybox h4{
  font-size: 20px;
  color: var(--hc-head-color);
  font-weight: 700;
  margin-bottom: 7px;
}
.hc-faq-img .hc-secondbox{
  top: 459px;
  left: 210px;
}
.accordion-flush .accordion-item .accordion-button{
  border-radius: 10px !important;
}
.accordion-button::after{
  display:none;
}
.hc-faq-wrapper .accordion-item, .accordion-item{
  border-radius: 10px;
}
.hc-faq-wrapper button.accordion-button.collapsed .hc-que-blue, button.accordion-button.collapsed .hc-que-blue {
  display: none;
}
.hc-faq-wrapper button.accordion-button .hc-que-red, button.accordion-button .hc-que-red {
 display: none;
}
.hc-faq-wrapper button.accordion-button.collapsed .hc-que-red, button.accordion-button.collapsed .hc-que-red {
 display: block;
}
.fa-chevron-up{
  position: absolute;
  right: 20px;
  bottom: 28px;
  color: var(--hc-head-color);
  transition: all 0.3s;
}
.hc-faq-wrapper button.accordion-button.collapsed span i, button.accordion-button.collapsed span i{
  transform: translateY(50%) rotate(180deg);
}
/* faq section css end  */
/* footer section css start */
/* newsleter csss */
.hc-newsletterbox{
  border: 2px solid #1E3743;
  padding: 0 70px 0 90px;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 70px;
  background-color: #061A24;
  border-radius: 10px;
  height: 347px;
  margin-bottom: 94px;
}
.hc-newsleter-text{
  margin-top: 52px;
}
.hc-newsleter-text h2{
  font-size: 40px;
  color: var(--hc-white-color);
  font-weight: 600;
  margin-bottom: 30px;
}
.hc-newsleter_img{
  margin-top: -65px;
}
.hc-input{
  width: 100%;
  height: 60px;
  background-color: rgba(22, 44, 57, 1);
  border: none;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 170px;
  color: var(--hc-text-color);
}
.hc-input::placeholder{
  color: #627D8D;
}
.hc-newssecond{
  display: none;
  margin-top: 0;
}
.hc-nesbtn .hc-bnrbtn{
  width: 170px;
  margin-top: unset;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}
.hc-nesbtn a:hover{
  color: var(--hc-white-color);
}
.hc-newsletrinput{
  position: relative;
  margin-top: 57px;
}
/* newsletter css end */
.hc-footer-wrapper {
  padding: 100px 0 38px 0;
  background-color: var(--hc-footer-color);
}
.hc-footer-row {
  display: grid;
  grid-template-columns: 1fr 200px 200px 1fr;
  gap: 30px;
}
.hc-footer-icimg {
  max-width: 16px;
  height: 16px;
}
.hc-footer-mainlogo {
  max-width: 241px;
  max-height: 40px;
  margin-bottom: 35px;
}
.hc-footer-Icon {
  margin-top: 5px;
  display: flex;
  gap: 15px;
}

.hc-footer-btm-heading h3 {
  font-size: 22px;
  color: var(--hc-white-color);
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
}
.hc-footer-btm-links ul li {
  margin-bottom: 15px;
  transition: all 0.3s;
  display: flex;
  gap: 15px;
}
.hc-footer-li {
  margin-bottom: 15px;
  transition: all 0.3s;
}
.hc-footer-btm-links a {
  font-size: 16px;
  color: #fff9ef;
  font-weight: 400;
  transition: all 0.3s;
}
.footer h5{margin-bottom: 15px;color:#fff9ef;font-weight: 600;}
.footer h5 i{color:#8c2c7b ;}
ul.footer-links{margin: 0 0 0 20px;padding: 0;}
ul.footer-links li{padding-bottom: 10px;list-style: disc;}
ul.footer-links li a {color:#fff9ef;display: block;}
ul.footer-links li a:hover{color:#8c2c7b}
.footer a{color:#fff9ef}

.hc-footer-btm-links ul li a:hover {
  color: var(--hc-hiver-blue);
}
.hc-blocktext {
  color: var(--hc-white-color);
  margin-top: 20px;
  max-width: 250px;
}
.hc-listtext{
  text-align: right;
}
.linkedin a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #8c2c7b;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkedin a:hover {
  background-color: var(--hc-hiver-blue);
}
.hc-footer-loctaion {
  max-width: 17px;
  max-height: 17px;
  object-fit: contain;
}
.hc-footer-btm-links Input{
  padding: 10px 15px;
  width: 260px;
  border: none;
  height: 50px;
  border-radius: 8px;
}
.hc-btn.ms-subscrbebtn{
  max-width: 260px ;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.hc-list{
  display: grid;
  grid-template-columns: 81px 1fr;
  gap: 118px;
}
.hc-time{
  color: var(--hc-hiver-blue);
}
.hc-listtext a{
  color: var(--hc-hiver-blue);
}
.hcflwtext p{
  color: var(--hc-white-color);
}
.hc-footerbtm ul li{
  display: grid;
  grid-template-columns: 81px 1fr;
  gap: 40px;
}
.hc-copyright-wrapper{
  border-top: 1px solid #142F49;
  margin-top: 85px;
  padding: 38px 0 0 ;
  text-align: center;
}
.hs-paragraph-copy{
  color: var(--hc-white-color);
}
.hc-resinp{
  display: none;
}
/* footer section css end  */
/* serach btn css on click */
.searchBox {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  left: 0%;
  background: rgb(0 0 0 / 77%);
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.searchBox.show {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.searchBox.show,
.searchBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchBoxContainer {
  width: 50%;
  position: relative;
  text-align: end;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  visibility: hidden;
}
.searchBox.show .searchBoxContainer {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.searchBox.show .searchBoxContainer,
.searchBoxContainer {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.search-bar-inner {
  position: relative;
  height: 60px;
}
.search-bar-inner input {
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  border-radius: 10px;
  background: var(--hc-white-color);
  color: var(--hc-text-color);
  box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
}
button i {
  color: var(--hc-hiver-blue);
}
.closeBtn svg {
  width: 20px;
  fill: var(--hc-hiver-blue) !important;
}
.search-bar-inner input::-webkit-input-placeholder {
  color: var(--hc-text-color);
  opacity: 90%;
}
.search-bar-inner input::-moz-placeholder {
  color: var(--hc-white-color);
  opacity: 90%;
}
.search-bar-inner input:-ms-input-placeholder {
  color: var(--hc-white-color);
  opacity: 90%;
}
.search-bar-inner input:-moz-placeholder {
  color: var(--hc-white-color);
  opacity: 90%;
}
.search-bar-inner button {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: none;
  background: transparent;
  width: 45px;
  font-size: 20px;
  border-radius: 26px;
}
.closeBtn {
  margin: 0 0 20px 0;
  display: inline-block;
  padding: 0 15px;
}
.closeBtn svg {
  width: 20px;
  fill: var(--hc-hiver-blue);
}
span.searchBtn {
  cursor: pointer;
}
@media only screen and (max-width: 1680px) and (min-width: 991px){
  .hc-fourthmainbox{
    bottom: -50px;
    right: 25px;
  }
  .hc-mobile-imgcol .hc-lilybox {
    left: 0;
  }
  .hc-mobile-imgcol .hc-mobarrowright {
    right: 0;
    left: 400px;
  }
  .hc-mobile-imgcol .hc-satisfied{
    display: none;
  }
  .hc-mobile-imgcol .hc-secondbox{
    right: unset;
    left: 350px;
  }
  .hc-mobile-imgcol .hc-fourthmainbox{
    display: none;
  }
  .hc-mobile-imgcol .hc-mobarrowleft{
    display: none;
  }
  .hc-bannerrightleft{
    gap: 50px;
  }
  .hc-satisfied{
    top: 320px;
    left: 0;
  }
  .hc-thirdmainbox{
    left: 0;
    bottom: -40px;
  }
  .hcsatiarrow img{
    display: none;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 991px){

  .hc-bannerheading{
    font-size: 48px;
  }
  .hc-headingsection{
    max-width: 500px;
  }
  .hc-firstdrop .nice-select{
    min-width: 100px;
  }
  .hc-firstdropdown{
    gap: 0;
  }
  .hc-seconddropdown{
    min-width: unset;
  }
  .hc-consultation{
    padding: 10px;
  }
  .hc-team-row{
    margin-left: -12px;
    margin-right: -12px;
  }
  .hc-team-row-3{
    margin-left: -12px;
    margin-right: -12px;
  }
  .hc-testimonial{
    margin-right: -12px;
  }
  .hc-about-img .hc-fourthmainbox {
    left: 0px;
    bottom: 80px;
  }
  .hc-faq-img .hc-secondbox{
    top: 400px;
    left: unset;
    right: 0;
  }
  .hc-faq-img .hc-lilybox{
    left: 0;
    top: 350px;
  }
  .hc-newsletterbox{
    padding: 0px 30px 0 30px;
  }
  .hc-secondtab img{
    display: none;
  }
  .hc-appointmnetform{
    left: -10px;
  }
}
@media only screen and (max-width: 1154px) and (min-width: 864px){
  .hc-sevencard{
    margin-left: 200px;
  }
}
@media(max-width:1080px){
  .hc-navbar-menu ul li{
    margin-right: 30px;
  }
}
@media(max-width:991px) and (min-width:768px){
  .main-menu{padding-top: 0;}
  .main-menu i{color: #fff;font-size: 30px;padding-top: 15px; padding-bottom: 15px;}
  .callbtn{background: rgb(30, 228, 136);display: block;
    border-radius: 65px;width:65px;height: 65px;
    background: linear-gradient(180deg, rgb(30, 228, 136) 0%, rgb(2, 99, 39) 100%);}
    .callbtn i{font-size: 26px;
      padding-left: 18px;
      padding-top: 18px;
      color: #fff; }

	.hc-service-row {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}
	.hc-service-card {
		width: 100%;
		padding: 50px 20px 46px 20px;
	}
  .submit-btn{color:#fff;border-radius: 10px;
    padding: 7.5px 15px; margin-bottom: 0px;margin-top: 0px;width:100%;
    background: rgb(119, 49, 103);
    background: linear-gradient(90deg, rgba(119, 49, 103, 1) 0%, rgba(167, 52, 117, 1) 100%);
  }
}
@media(max-width:991px){
  .hc-newsfirst{
    display:none
  }
  .hc-appoinimg{
    text-align: center;
  }
  .hc-newssecond{
    display: block;
    position: absolute;
    bottom: -20px;
    margin-top: 0;
    width: 100%;
  }
  .hc-navbar-menu .responsive-logo a img {
    display: block;
    padding-right: 20px;
  }
  .hc-toggle-btn {
    display: block;
    position: absolute;
    right: 15px;
  }
  .hc-brand-logo {
    width: 100%;
    position: relative;
  }
  .hc-navbar-menu ul {
    position: fixed;
    top: 0px;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: black;
    box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    padding: 0px 20px 20px;
    z-index: 9;
    overflow: auto;
  }
  .hc-navbar-menu ul li {
    display: block;
    border-bottom: 1px solid #484444;
    margin-right: 0;
  }
  .hc-navbar-menu ul li.start-earning a {
    background-color: transparent;
    border-radius: 0px;
    padding: 15px 0px;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: block;
  }
  .hc-navbar-menu ul li a {
    display: block;
    padding: 15px 0;
    color: var(--hc-white-color);
    justify-content: left;
  }
  .hc-navbar-menu ul li a:after {
    display: none;
  }
  .hc-navbar-menu ul li a:before {
    display: none;
  }
  .hc-toggle-btn span {
    width: 30px;
    height: 4px;
    background-color: var(--hc-hiver-blue);
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-top: -17px;
    transition: all 0.3s ease-in-out;
  } 
  .menu-open .hc-toggle-btn span {
    margin-top: -13px;
  }
  .menu-open .hc-toggle-btn > span:nth-child(2) {
    transform: translateX(20px);
    visibility: hidden;
    opacity: 0;
  }
  .menu-open .hc-toggle-btn > span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 24px -1px;
  }
  .menu-open .hc-toggle-btn > span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .menu-open .hc-navbar-menu ul {
    left: 0;
  }
  .hc-navbar-menu ul li.start-security {
    padding: 10px 0;
  }
  .hc-navbar-menu ul li.start-security a{
    width: 45px;
    height: 45px;
  }
  .hc-testimonial-row{
    position: relative;
  }
  .hc-about-mainrow,
  .hc-appointment-row,
  .hc-testimonial-row,
  .hc-mobile-row,
  .hc-newsletterbox,
  .hc-bannerrightleft,
  .hc-faq-row{
    grid-template-columns: 1fr;
  }
  .hc-footer-row{
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  }
  .hc-bannerheading{
    font-size: 42px;
  }
  .hc-appointment-img{
    margin-left: unset;
    margin: 25px auto;
  }
  .hc-headingsection{
    padding-top: 150px;
  }
  .hc-bannerrightleft{
    gap: 40px;
  }
  .hc-faq-img,
  .hc-about-img{
    margin: 0 auto;
  }
  .hc-testimonial-textcol .hc-depicon{
    top: unset;
    bottom: 0px;
    left: 44%;
  }
  .hc-testimonial-textcol .hc-depicon-2{
    top: unset;
    bottom: 0px;
    left: 0%;
  }
  .hc-newsletrimg{
    position: relative;
  }
  .hc-newsletterbox{
    height: unset;
  }
  .hc-fourthmainbox{
    right: 140px;
  }
  .hc-secondbox {
    right: 160px;
  }
  .hc-satisfied{
    left: 0;
    top: 390px;
  }
  .hc-thirdmainbox{
    left: 0;
  }
  .hcsatiarrow img {
    display: none;
  }
  .hc-secondtab img {
    top: 211px;
    right: 211px;
  }
  .hc-mobile-imgcol{
    margin: 0 auto;
  }
  .hc-about-img{
    order: 2;
    margin-top: 40px;
  }
  .hc-team-row{
    margin-left: -12px;
    margin-right: -12px;
  }
  .hc-team-row-3{
    margin-left: -12px;
    margin-right: -12px;
  }
  .hc-testimonial{
    margin-right: -12px;
    margin-bottom: 20px;
  }
  .hc-newsletterbox{
    text-align: center;
  }
}
.copyright{background: #3a2d36;}
@media(max-width:768px){
  .enquiry-bg .btn{width: 100%;}
  .hc-sections{
    padding: 50px 0;
  }
  .hc-header-wrapper{
    padding: 20px 0;
  }
  .hc-headingsection{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .hc-nav{
    padding: 15px;
  }
  .hc-bannerheading{
    font-size: 30px;
    max-width: 350px;
    margin: 0 auto;
  }
  .hc-banner-right{
    display: none;
  }
  .hc-news-top h4,
  .hc-about-top h4,
  .hc-top-heading h5,
  .hc-newsleter-text h2{
    font-size: 20px;
  }
  .hc-news-top h6,
  .hc-about-top h6,
  .hc-depfirstcard h4{
    font-size: 16px;
  }
  .hc-paragraph,
  .hcnavheadtext p{
    font-size: 14px;
  }
  .hc-news-top,
  .hc-about-top{
    padding: 0 20px;
  }
  .hc-news-top{
    margin-bottom: 25px;
  }
  .hc-newsletterbox{
    padding: 0px 20px ;
  }
  .hc-newscard-text h6,
  .hc-newsreading h4,
  .hc-news-coment h3
   {
    font-size: 12px;
  }
  .hc-newscard-text h5{
    font-size: 18px;
    margin-top: 12px;
  }
  .hc-news-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 20px;
  }
  .hc-appointmnetform{
    position: unset;
    margin: 15px auto 0;
    width: 100%;
    text-align: center;
  }
  .hc-appoindropdown .nice-select,
  .hc-appointinput input{
    width: 100%;
  }
  .hc-datedroptwo .nice-select,
  .hc-datedrop .nice-select{
    width: 200px;
  }
  .hc-daterow .nice-select{
    width:100%;
  }
  /*.accordion-button{
    font-size: 12px;
  }*/
  .hc-bnrser{
    display: block;
  }
  .hc-bnrbtn{
    margin: 20px auto 0;
  }
  .hc-footer-btm-heading h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .hc-footer-btm-links a {
    font-size: 14px;
  }
  .hc-copyright-wrapper{
    margin-top: 30px;
  }
  .hc-firstdrop .nice-select{
    min-width: 100px;
  }
  .hc-firstdropdown{
    gap: 0;
  }
  .hc-seconddropdown{
    min-width: unset;
  }
  .hc-consultation{
    padding: 10px;
  }
  .hc-testimonial-textcol .hc-depicon{
    bottom: -10px;
  }
  .hc-about-img .hc-fourthmainbox,
  .hc-faq-img .hc-lilybox,
  .hc-mobile-imgcol .hc-lilybox,
  .hc-mobile-imgcol .hc-mobarrowleft,
  .hc-mobile-imgcol .hc-fourthmainbox{
    left: 0;
  }
}
.dc-list-card{box-shadow: 1px 1px 8px 4px #d9bdd4;border: 0;height: 100%;background: #fff;}
@media(max-width:575px){
  .enquiry-bg .btn{margin-top: 10px;width: 100%;}
  
}
@media(max-width:540px){

  .baner-bottom img{display: block;text-align: center;margin: 0 auto;width: 40px;}
  /*.dc-list-card img{width: 50%;margin-top: 25px;border-radius: 5px;}*/
  .hc-about-btn{
    max-width: 130px;
    height: 40px;
    padding: 20px;
  }
  .hc-nesbtn .hc-bnrbtn{
    width: 90px;
    font-size: 11px;
    gap: 4px;
    height: 40px;
    padding: 12px;
  }
  .hc-input{
    height: 40px;
    font-size: 13px; 
  }
  .hc-appointmnetform .hc-about-btn {
    max-width: 100%;
  }
  .hc-newsletterbox{
    padding: 0 10px;
  }
  .hc-testbox-second{
    margin-top: 0;
  }
  .hc-datedroptwo .nice-select,
  .hc-datedrop .nice-select{
    width: 100px;
  }
  .hc-appointmnetform h4{
    font-size: 18px;
  }
  .hc-appointment-img .hc-lilybox {
    left: 50px;
  }
  .hc-navmainhead{
    display: block;
  }
  .hc-navheadicon{
    justify-content: center;
    margin-top: 20px;
  }
  .hc-top-heading .swiper-button-prev{
    left: auto ;
    right: 53%;
    top: 345px;
  }
  .hc-top-heading .swiper-button-next{
    left: 50%;
    right: auto;
    top: 345px;
  }
  .hc-depfirstcard{
    margin-bottom: 20px;
  }
  .hc-top-heading{
    justify-content: center;
  }
  .hc-testimonial-textcol .hc-depicon{
    top: unset;
    bottom: -10px;
    left: 33%;
  }
  .hc-testimonial-2 .hc-testimonial-box{
    margin-top: 0px;
  }
  .hc-testimonial-box{
    margin-top: 35px;
  }
  .hc-smilybox h4{
    font-size: 16px;
  }
  .hc-smilybox{
    width: 280px;
    right: 10px;
    padding: 10px 10px;
  }
  .hc-faq-img .hc-lilybox{
    left: 30px;
    bottom: -30px;
    top: unset;
  }
  .hc-faq-img .hc-secondbox{
    display: none;
  }
  .hc-about-img .hc-satisfied {
    left: 9px;
    width: 270px;
    padding: 14px 5px 14px 5px;
    gap: 10px;
  }
  .hc-satitext h4{
    font-size: 16px;
  }
  .hc-buttonarrow{
    display: none;
  }
  .hc-consultation{
    padding: 15px;
    display: inline-block;
    width: 100%;
  }
  .hc-dropsearch{
    width: 180px;
    margin: 20px auto 0 ;
  }
  .hcserchbtn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
  }
  .hc-dropsearch a{
    color: var(--hc-white-color);
  }
  .hc-textserch{
    display: block;
  }
  .hc-seconddropdown{
    min-width: unset;
    border-left: none;
    border-right: none;
    padding: 0;
  }
  .hc-firstdropdown{
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .hc-firstdropdown .nice-select{
    width: 100%;
  }
  .hc-mobile-imgcol .hc-lilybox {
    left: 0;
    display: flex;
  }
  .hc-mobile-imgcol .hc-fourthmainbox {
    display: none;
  }
  .hc-mobile-imgcol .hc-mobarrowleft {
    display: none;
  }
  .hc-mobile-imgcol .hc-satisfied{
    display: none;
  }
  .hc-mobile-imgcol .hc-mobarrowright,
  .hc-lilybox{
    display: none;
  }
  .hc-about-img .hc-fourthmainbox {
    left: 40px;
    bottom: -40px;
    right: 0;
  }
  .hc-mobile-imgcol .hc-secondbox{
    right: 20px;
    top: 300px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-prev{
    top: 730px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-next{
    top: 730px;
  }
  .hc-teamcard-main h5 {
    font-size: 18px;
  }
  .hc-faq-img{
    margin-bottom: 30px;
  }
  .hc-firstdrop{
    max-width: 100%;
  }
  .hc-thirddropdown{
    max-width: 100%;
  }
  .searchBoxContainer{
    width: 100%;
    padding: 0 40px;
  }
}
@media(max-width:500px){
  
  .hc-team-wrapper .hc-top-heading .swiper-button-prev{
    top: 660px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-next{
    top: 660px;
  }
}
@media(max-width:400px){
  .hc-team-wrapper .hc-top-heading .swiper-button-prev{
    top: 600px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-next{
    top: 600px;
  }
  .hc-datedroptwo .nice-select,
  .hc-datedrop .nice-select{
    width: 70px;
  }
}
@media(max-width:350px){
  .hc-team-wrapper .hc-top-heading .swiper-button-prev{
    top: 550px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-next{
    top: 550px;
  }
}


.why-us-card-over {
  position: absolute;
  /*background: rgb(163,33,109);
background: linear-gradient(360deg, rgba(163,33,109,1) 15%, rgba(84,16,67,0) 100%);*/
  width: 100%;
  height: 100%;
  transition: .5s ease;
  border-radius: 35px;
}



.why-us-card {
  position: relative;
  border-radius: .25rem;
}
ul.list-icon{margin-bottom: 25px;}
ul.list-icon li{margin-left: 40px;
  text-indent: -5px;
  margin-bottom: 5px;}
  ul.list-icon li i{color:#763062;font-size: 0.5rem;position: relative;    top: -3px;}

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-weight: 500;}
  #int-opinion, #int-plan, #other-speciality, #why-choose{border-bottom:1px solid #fbd6ec;border-top:1px solid #fbd6ec}
  #about, #int-overview, #excellence, .border-bottom-theme{border-bottom:1px solid #fbd6ec}
  #leadership{border-top:1px solid #fbd6ec}
  #vission .card, #int-plan .card, #int-services .card{border:1px solid #fbd6ec}
  
  .list-group-flush>.list-group-item a{color:#58595B}


  .navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-end;
  }
}
.navbar-expand-lg .navbar-nav li.nav-item:last-child{}
.navbar-expand-lg .navbar-nav li.nav-item:last-child .nav-link{background: #fff;color:#9C1A64;padding: .5rem 1rem;
  margin: .5rem 1rem;border-radius:20px;}
  .header-new .navbar-expand-lg .navbar-nav li.nav-item:last-child .nav-link{background: #9C1A64;color:#fff;padding: .5rem 1rem;
    margin: .5rem 1rem;border-radius:5px;    border: none;}
   label.error{color: #e70707;}
.navbar{padding: 0;}
.navbar-expand-lg .navbar-nav li.nav-item:first-child .nav-link{padding-left: 0;}
.navbar-expand-lg .navbar-nav .nav-link{padding:1rem;border-right: 1px solid #fff;}
.header-new .navbar-expand-lg .navbar-nav .nav-link{padding:1rem 10px;border-right: 5px solid #fef7fa;}
.navbar-dark .navbar-nav .nav-link{color:#fff}
.header-new .navbar-dark .navbar-nav .nav-link{color:#000}
.megamenu ul li{}

/*.megamenu ul li:last-child a{border-bottom: 0;}*/
.megamenu ul li a{padding: 5px 0px;display: block;border-bottom: 1px solid #DCE7F2;color:#000}
.megamenu ul li a:hover{color:#a73475}
a.services-bock img{margin-bottom: 5px;}
a.services-bock h5{color:#58595B;font-size: 1rem;font-weight: 600;}
a.services-bock{border: 1px solid #efefef;display: block;padding: 15px;text-align: center;}
a.services-bock:hover{border: 1px solid #ccc;background: #fff;}
.header .hc-footer-Icon img{height: auto;}
.navbar-nav .accordion-button{font-size: 1.1rem;color:#58595B;padding: .75rem;}
.accordion-flush .accordion-item:last-child{border-bottom: 1px solid rgba(0,0,0,.125);}
.navbar-nav .list-group-item{font-size: 1rem;color:#58595B;    border-bottom: 1px solid rgba(0, 0, 0, .05);}
.navbar-nav .list-group-item i{color:#E08E2F}

@media all and (min-width: 768px) {
#department-service{top:135px}
}
#department-service{box-shadow:1px 1px 8px 4px #ccc;border-radius: 0;}
#department-service .list-group-item{padding-top: 15px;padding-bottom: 15px;font-size: 1.2rem;}
#department-service .list-group-item.active{background: #fff;color: #8C2C7B;border-left: 5px solid #8C2C7B;border-top: 1px solid rgba(0,0,0,.125);border-bottom: 1px solid rgba(0,0,0,.125);border-right: 0;}


.excerpt-hidden {
  height: 3.5rem;
  overflow: hidden;
  position: relative;
  
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
  }
}

.excerpt-visible {
  height: auto;
  overflow: auto;
}

.modal-footer{justify-content:space-between}
.js-show-more{float: right;}
.baner-content p{font-size: 1rem;}
.tab-content .list-inline-item a{color: #58595B;}

.testi-img-text{border-radius: 100%;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  padding-left: 20px;
  color: #fff;}
  .hc-test-str i{font-size: 14px;    line-height: inherit;}
  .hc-team-row-2 .swiper-slide{height: auto;}

  .hospital-doctor-search {
  position: absolute;
      bottom: 2rem;
    }
  
    .search-doctor{position: absolute;bottom: 6rem;}
   
.hc-newsimg img.hc-news_img{min-height: 120px;
  max-height: auto;}

  .hc-newsreading a{color:#a73475}
  .js-excerpt a{color:#58595B}

  .trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}

.megamenu img{padding-right: 10px;}
/*.megamenu ul li a{display: flex;}*/
.megamenu ul li a img{width: 50px;}
.btn-orange{color: #000;
  background: #E08E2F;
  border: 1px solid #E08E2F;}




  /* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 15px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}
/* Refer a Patient */
.btn-floating.rap {
  bottom: 175px;
 
}

.btn-floating.rao:hover {
 
}
/* Online Consultation */
.btn-floating.oc {
  bottom: 235px;
 
}

.btn-floating.oc:hover {
 
}
/* Health Check Packages */
.btn-floating.hcp {
    
    bottom: 355px;
}

.btn-floating.hcp:hover {
   
}

/* Ask Prakriya */
.btn-floating.ap {
    
   
    bottom: 295px;
}

.btn-floating.ap:hover {
    
}

.btn-floating:hover img{height: 40px;}

.hide, .antispam { display:none;}
form.enquiry-bg .error{color: #E08E2F;font-weight: 400;}

form#call-back-footer .error, #r-appointment .error, #b-appointment label.error{color: #E08E2F;font-weight: 400;}

.dpi-border{border-color: #ced4da;}




.outer {
  display: table;
  height: 500%;
  margin: 0 auto;
  width: 100%;
}

.tcell {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.curtain-wrapper {
  min-width: 40%;
  max-width:100%;
  margin: auto;
}

.curtain-ratio-keeper {
  position: relative;
  padding-top: 56.25%;
  /* overflow: hidden; */
}

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 500%;
  /*border: 3px solid red;*/
  box-sizing: border-box;
  border-radius: 0px;
  overflow: hidden;
  background: transparent;
  animation-delay: 3000ms;

}

.panel-left,
.panel-right {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0%;
  transition: all 8s ease;

  /*transition-delay: 300ms;* fade is in place/
  /*background-image: url("https://picsum.photos/600");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  overflow: hidden;z-index: 9999;
}

.panel-left {
  left: 0;
  animation-delay: 3000ms;
  /*background-color: rgb(91, 96, 106);*/
}

.panel-right {
  right: 0;
  /*background-color: rgb(229, 211, 211);*/
}

.panel-left::before,
.panel-right::before {
  content: "";
  position: absolute;
  height: 500%;
  width: 200%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'> <filter id='filter'> <feTurbulence baseFrequency='0.01 0.0001' numOctaves='5'/> <feColorMatrix values='1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/></filter> <rect width='100%' height='100%' filter='url(%23filter)'/> </svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  pointer-events: none;
  animation-delay: 3250ms;
}

.panel-right::before {
  left: -100%;
}

.curtain .panel-left {
  /* transform: translateX(-100%);*/
  /*transform: translateX(calc(-100% - 1px));*/
  animation: slideLeft 8s forwards;
  animation-delay: 300ms;
}

@keyframes slideLeft {
  to {
    transform: translateX(calc(-100% - 1px))
  }
}

/*.panel-left::before {
  background: rgba(0, 0, 0, 0.5);
}*/

.curtain .panel-right {
  /*transform: translateX(100%);*/
  /*transform: translateX(calc(100% + 1px));*/
  animation: slideRight 8s forwards;
  animation-delay: 300ms;

}

@keyframes slideRight {
  to {
    transform: translateX(calc(100% + 1px))
  }
}


.jacket {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*width: 100%;
  height: 100%;*/
  margin: auto;
  /*cursor: pointer;
   background: red;
  cursor: pointer;*/
}

.hide {
  display: none;
}

audio{display: none;}


.tab-content p{margin-bottom: 15px;}

.btn-gradiant{background: rgb(119, 49, 103);
  background: linear-gradient(90deg, rgba(141, 57, 146, 1) 0%, rgba(205, 1, 91, 1) 100%);
color: #fff;}
.bg-theme-gradiant-2{background: rgb(119, 49, 103);
  background: linear-gradient(90deg, rgba(141, 57, 146, 1) 0%, rgba(205, 1, 91, 1) 100%);}
.btn-gradiant:hover{
  background: rgb(119, 49, 103);
  background: linear-gradient(90deg, rgba(205, 1, 91, 1) 0%, rgba(141, 57, 146, 1) 100%);
  color: #fff;
}
.text-theme-gradient-2{background: rgb(119, 49, 103);
  background: linear-gradient(to right, rgba(141, 57, 146, 1) 0%, rgba(205, 1, 91, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.bg-heading{margin-top: -30px;z-index: 9999;}
.theme-box{
  border: 1px solid rgb(119, 49, 103);
  border-radius: 5px;
  padding: 2rem 0.5rem;
  display: grid;
  place-items: center;
  height: 100vh;
}

@media screen and (min-width: 768px) {
  #ivf-team .dc-list-card .btn {
      min-width: 125px;
  }
  .text-srishti-title{font-size: 3.5rem;}
}


.assured-box img{width: 50px;margin: 15px auto;}

.text-orange{color:#ffcc29}

#ivf-team .dc-list-card{box-shadow: none;}

.why-choose-bg{background: #fff9ef;border-radius: 10px;box-shadow: 0px 0px 2px 2px #cccccc;}

h3.under-line::after{position: absolute;left:50%;margin-left: -45px;
  content: "";
  display: block;
  width: 75px;
  padding-top: 3px;
  border-bottom: 2px solid #ffcc29;
}

.text-srishti-primary{color:#0d1354}
.btn-srishti-primary{background:#0d1354;color:#fff;padding: 5px 20px;border-radius: 50px;}
.text-srishti-secondary{color:#6f3a96}
.bg-light-primary{background:#f9f2f7}
.bg-light-primary-radius{background:#f9f2f7;border-radius: 10px;}
.core-services .card{background: #f9f2f7;border: 1px solid #0d1354;border-radius: 10px;}
p.text-justify{text-align: justify;}
.video-rounded{border-radius: 25px;}
.accordion-button{background:#f9f2f7 ;}
.accordion-item{border:5px solid rgba(255,255,255,.125)}
iframe.map-iframe{border:1px solid #6f3a96;border-radius: 25px;}

.hc-newsimg img.hc-news_img{border-radius: 15px;}

.teamheading h4{color:#0b066d}