.hc-navbar ul li a:hover {
    color: var(--bright-blue);
}
.hc-navbar ul li a.active {
    color:var(--bright-blue);
    border-bottom: 3px solid var(--bright-blue);
}
:root {
    --bright-blue: #1E9AFE;
    --dark-blue: #00559A;
    --bright-green: #60DFCD;
    --base-green: #E7FAF8;
    --base-blue: #CFEFF9;
}
html {
    scroll-behavior: smooth;
}
body {
   font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #1f2732;
}
a {
	color: #1f2732;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
	color: linear-gradient(45deg, #1E9AFE, #60DFCD);;
}
:focus {
    outline: none;
}
p {
    margin-bottom: 1.5rem;
}
input,textarea {
    /*border: 1px solid #eee;*/
      border: 1px solid #c1c1c1;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
}
textarea {
    border-radius: 10px;
    height: 130px;
    resize: none;
}
.hc-spacer-top {
    padding-top: 60px;
}
.hc-spacer-bottom {
    padding-bottom: 60px;
}
.hc-spacer-high {
    padding-top: 170px;
}
.hc-btn {
    display: inline-block;
    min-width: 140px;
    background:var(--bright-green);
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    position: relative;
    box-shadow: 0px 0px 0px 4px var(--base-blue);
}
.hc-btn:hover {
    background:linear-gradient(45deg, #1E9AFE, #60DFCD);
    color: #fff;
    box-shadow: 0px 0px 0px 4px rgb(26 188 156 / 0.15);
    transform: scale(1.05);
}
.hc-btn:focus {
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.hc-sub-heading {
    font-size: 20px;
    color: var(--bright-green);
    position: relative;
}
.hc-sub-heading:after,
.hc-heading-wrap.text-center .hc-sub-heading:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--bright-green);
    top: 0;
    bottom: 0;
    margin: auto 0 auto 15px;
}
.hc-heading-wrap.text-center .hc-sub-heading:before {
    margin-left: -65px;
}
.hc-heading {
    font-size: 40px;
    /* text-transform: capitalize; */
    font-weight: 700;
    margin-bottom: 40px;
}

/* Main Css Start */
/* arrow css left & right */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 15px rgba(75, 75, 75, 0.4);
  top: calc(50% - 25px);
  cursor: pointer;
  background-image: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
}
.swiper-button-prev:hover::after{
    border-top: 3px solid #ffffff !important;
    border-left: 3px solid #ffffff !important; 
}
.swiper-button-next:hover::after{
    border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px; 
  transform: rotate(-45deg);
  top: 20px;
  left: 20px;
  box-sizing: border-box;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
}
.swiper-button-prev {
  left: -25px;
}
.swiper-button-prev::after {
    content: none;
    font-family: none;
    font-size: 0 !important;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
}
.swiper-button-next {
  right: -25px;
}
.swiper-button-next::after {
    content: none;
    font-family: none;
    font-size: 0 !important;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}
/* top header start */
.hc-top-header {
    background: var(--dark-blue);
    padding: 10px 0px;
}
.hc-top-head-div {
    padding: 5px 0px;
}
.hc-top-head-div p {
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.hc-top-head-div span svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.hc-top-head-div span {
    margin-right: 5px;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: #00000040;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.hc-top-head-right {
    text-align: right;
}
.hc-top-header .row,
.hc-main-header .row {
    align-items: center;
}
/* top header end */
/* 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 0px;
    display: inline-block;
}
.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-logo a img{
    height: 50px;
    width: auto;
}
.hc-main-header.hc-header-sticky{
    position: sticky;
    top: 0;
    z-index: 99;
    transition: 1s;
}
.hc-has-submenu:after {
    position: absolute;
    content: '';
    right: 0;
    width: 6px;
    height: 6px;
    background: transparent;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.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 */
/* banner start */
#main_slider {
    padding: 0px 0px;
}
/* .hero {
    overflow: hidden;
    padding: 0;
} */
.hc-banner {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}
.banner-color {
    background: var(--dark-blue);
}
.banner-color2{
    background: var(--base-green);
}
.banner-color .hc-banner-content{
    color: #ffffff;
}
.banner-color .hc-banner-box {
    margin-bottom: 40px;
    background: #2a62b0;
    padding: 20px;
    box-shadow: none;
    border-left: 2px solid var(--dark-blue);
    border-radius: 15px;
}
.hc-banner-content {
    padding: 150px 0;
    z-index: 2;
    position: relative;
}
.hc-banner-content h2 {
    font-size: 20px;
    color: var(--bright-green);
    position: relative;
}
.hc-banner-content h1 {
    font-size: 50px;
    /* text-transform: capitalize; */
    font-weight: 800;
    margin-bottom: 25px;
}
.hc-banner-box p {
    margin: 0;
}
.hc-banner-box {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 0 #eee;
    border-left: 2px solid var(--dark-blue);
}
.hc-banner-content h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #1abc9c;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 15px;
}
.hc-banner-img {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 10;
    position: absolute;
    bottom: -10%;
    right: 0;
    left: 0;
}
/* .hc-banner-img:after, .hc-banner-img:before {
    position: absolute;
    content: '';
    max-width: 400px;
    left: 20px;
    right: 20px;
    top: 20px;
    background: rgb(255 255 255 / 70%);
    z-index: 0;
    margin: auto;
    box-shadow: 0 0 20px 0 #eee;
    bottom: 20px;
    border-radius: 5px;
}
.hc-banner-img:before {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 1;
} */
.hc-banner-img img {
    z-index: 2;
    position: relative;
}
.hc-banner:after {
    position: absolute;
    content: '';
    right: -200px;
    top: -100px;
    bottom: -200px;
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    max-width: 765px;
    width: 100%;
    z-index: 0;
    transform: rotate(15deg);
}
.hc-banner-shape {
    position: absolute;
    top: 100px;
    right: 0px;
}
.hc-banner-shape span {
    width: 235px;
    height: 235px;
    background: radial-gradient(#ffffff 2px, transparent 0px);
    z-index: 1;
    position: absolute;
    top: 100px;
    right: 100px;
    background-size: 20px 20px;
    opacity: 0.5;
    transform: rotate(-10deg);
}
.hc-banner:before {
    position: absolute;
    content: '';
    left: -150px;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: #fd9678;
    border-radius: 100%;
    opacity: 0.1;
}
/* banner end */
/* services start */
.hc-service,.hc-team {
    padding-bottom: 50px;
}
.hc-service-box, .hc-benefit-box{
    padding: 30px;
    background: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}
.hc-service-box:hover, .hc-benefit-box:hover {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    /* box-shadow: 3px 3px 0 5px var(--base-blue); */
}
.hc-service-box:hover h1, .hc-service-box:hover p,.hc-benefit-box:hover h1, .hc-benefit-box:hover p{
    color: #fff !important;
}
.hc-service-box p {
    margin-bottom: 0;
}
.hc-service-title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
}
.hc-service-icon, .hc-benfit-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #1E9AFE, #60DFCD) !important;
    margin: 0 auto 20px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px var(--base-blue) !important;
}
.hc-service-ico-clr1 {
    background: #4fcecd;
    box-shadow: 0 0 0 5px rgb(79 206 205 / 15%);
}
.hc-service-icon img{
    height: 70px;
    width: auto;
}
.hc-service-ico-clr2 {
    background: #5aa2ec;
    box-shadow: 0 0 0 5px rgb(90 162 236 / 15%);
}
.hc-service-ico-clr3 {
    background: #fbbb1c;
    box-shadow: 0 0 0 5px rgb(251 187 28 / 15%);
}
.hc-service-arrow svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: 0.3s;
    fill: #1f2732;
}
.hc-service-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0 #eee;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.hc-service-box:hover .hc-service-arrow {
    bottom: -25px;
    opacity: 1;
    visibility: visible;
}
.hc-service-arrow:hover {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    box-shadow: 0 0 0 5px var(--base-blue);
}
.hc-service-arrow:hover svg {
    fill: #fff;
}
/* services end */
/* about start */
.hc-about,
.hc-blog {
    background: var(--base-green);
}
.hc-tab-list li {
    margin-right: 30px;
}
.hc-tab-list li a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
}
.hc-tab-list li:last-child {
    margin-right: 0;
}
.hc-tab-list li a.active {
    border-bottom: 2px solid var(--bright-blue);
    color: var(--bright-blue);
}
.hc-tab-content {
    margin-top: 40px;
}
.hc-tab-content {
    margin-bottom: 30px;
}
.hc-image-style img {
    border-radius: 30px;
    border: 2px solid #ffffff;
    z-index: 2;
    position: relative;
}
.hc-image-style {
    position: relative;
}
.hc-image-style:after,.hc-image-style:before {
    width: 160px;
    height: 160px;
    background: radial-gradient( #1E9AFE 2px, transparent 0px);
    z-index: 0;
    position: absolute;
    top: 30px;
    right: 50px;
    background-size: 10px 10px;
    content: '';
    opacity: 0.5;
    transform: rotate(65deg);
}
.hc-image-style:after {
    right: auto;
    left: -40px;
    bottom: 0;
    top: auto;
    background: radial-gradient( #1E9AFE 2px, transparent 0px);
    background-size: 10px 10px;
}
/* about end */
/* team start */
.hc-team-box {
    /* box-shadow: 0 0 20px 0 #eee; */
    text-align: center;
    padding: 10px 10px 20px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 0 15px 30px;
    /* max-width: 332px; */
    border: 2px solid #f2f2f2;
}
.hc-team-box:hover{
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    border: 2px solid transparent;
}
.hc-team-box:hover h1, .hc-team-box:hover h2, .hc-team-box:hover p{
    color: #ffffff;
}
.hc-team-name {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 20px;
}
.hc-team-designation {
    font-size: 18px;
    color: #1abc9c;
    margin-bottom: 0;
    margin-top: 10px;
}
.hc-team-img img {
    width: 100%;
    height: 280px;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
}
.hc-dr-rating{
    display: none;
}
.hc-dr-rating {
    font-size: 14px;
    color: #FFC107;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 3px 10px;
    background: rgb(255, 248, 224);
    border-radius: 0 30px 30px 0
}
.hc-team-box p {
    margin-bottom: 0;
    margin-top: 20px;
}
.hc-team-social{
    display: none !important;
}
.hc-team-social {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.hc-team-social li {
    margin-right: 8px;
    display: inline-block;
}
.hc-team-social li:last-child,
.hc-blog-social li:last-child {
    margin-right: 0;
}
.hc-team-social li a,
.hc-blog-social li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    font-size: 16px;
    border-radius: 100%;
}
.hc-team-social li a:hover,
.hc-blog-social li a:hover {
    box-shadow: 0 0 0 3px var(--base-blue);
}
.hc-team-box:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--bright-blue);
    width: 0;
    transition: 0.3s;
    margin: auto;
}
.hc-team-box:hover:after {
    width: 80%;
}
.hc-team-tab-list ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}
.hc-team-tab-list {
    text-align: center;
    margin-bottom: 20px;
}
.hc-team-tab-list ul li:last-child {
    margin: 0;
}
.hc-team-tab-list ul li a {
    border: 1px solid #eee;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
}
.hc-team-tab-list ul li a.hc-team-tab-active {
    color: #fd9678;
    border-color: #fd9678;
}
/* team end */
/* counters start */
.hc-counter {
    background:var(--dark-blue);
}
.hc-counter-wrap {
    margin-bottom: -200px;
}
.hc-counter-box {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgb(238 238 238 / 44%);
    margin-bottom: 30px;
}
.hc-count-head h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.hc-count-data {
    display: flex;
    align-items: center;
}
.hc-count-icon {
    width: 60px;
}
.hc-count-icon img{
    filter: grayscale(1);
    opacity: 0.5;
}
.hc-count-head {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.hc-counter-box p {
    margin-bottom: 0;
    margin-top: 20px;
}
.hc-count-no h2 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 800;
    opacity: 1;
    color:var(--dark-blue);
}
.hc-counter .hc-sub-heading,
.hc-counter .hc-heading {
    color: #fff;
}
.hc-counter .hc-sub-heading:after,
.hc-counter .hc-heading-wrap .hc-sub-heading:before {
    background: #fff;
}
/* counters end */
/* contact start */
.hc-contact-box label {
    display: block;
    font-weight: 500;
}
.hc-contact-box .hc-btn {
    margin-top: 30px;
}
.hc-contact-box input {
    margin-bottom: 15px;
} 
.hc-map-box ul li {
    position: absolute;
}
.hc-map-box {
    position: relative;
    z-index: 2;
    padding-top: 50px;
}
.hc-map-box ul li span {
    /* width: 25px; */
    /* height: 25px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--base-green);
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 15px;
}
.hc-map-box ul li span img{
    height: 40px ;
    width: auto;
}
.hc-map-address {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 210px;
    margin-top: 15px;
    box-shadow: 0 0 20px 0 #eee;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateY(5px);
    z-index: 1;
}
.hc-map-box ul li:hover .hc-map-address {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.hc-map-address p {
    margin-bottom: 0;
}
.hc-map-address:after {
    position: absolute;
    content: '';
    left: 20px;
    top: -10px;
    border-top: 10px solid rgb(255 255 255 / 0%);
    border-left: 10px solid #1abc9c;
}
.hc-map-box ul li:nth-child(1) {
    display: none;
    top: 130px;
    left: 80px;
}
.hc-map-box ul li:nth-child(2) {
      display: none;
    top: 210px;
    right: 220px;
}
.hc-map-box ul li:nth-child(3) {
    bottom: 160px;
    right: 340px;
}
.response {
    margin-top: 10px;
}
/* contact end */
/* blog start */
.hc-blog {
    padding-bottom: 30px;
}
.hc-blog-data {
    box-shadow: 0 8px 20px 0 #eee;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: -50px;
    left: 0;
    right: 0;
    width: 85%;
    background: #fff;
    margin: auto;
    transition: 0.3s;
}
.hc-blog-box:hover .hc-blog-data {
    box-shadow: 3px 3px 0 5px rgb(253 150 120 / 15%);
}
.hc-blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hc-blog-title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}
.hc-blog-data p {
    margin-bottom: 0;
    margin-top: 10px;
}
.hc-blog-more {
    margin-top: 15px;
    color: var(--bright-blue);
    font-weight: 500;
    display: block;
}
.hc-blog-more i {
    padding-left: 3px;
}
.hc-blog-more:hover {
    letter-spacing: 1px;
}
.hc-blog-img img {
    border-radius: 10px;
}
.hc-blog-social li {
    margin-right: 3px;
    display: inline-block;
}
/* blog end */
/* testimonial start */
.hc-testi-img img {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
    border: 1px solid #fff;
}
.hc-testi-img {
    padding-bottom: 20px;
}
.hc-testimonial .swiper-slide {
    opacity: 0;
}
.hc-testimonial .swiper-slide.swiper-slide-active,
.hc-testimonial .swiper-slide.swiper-slide-prev,
.hc-testimonial .swiper-slide.swiper-slide-next {
    opacity: 1;
}
.hc-testi-nav {
    position: absolute;
    top: 95px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 500px;
}
.hc-testi-data {
    position: relative;
}
.hc-testi-data svg {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    margin: auto;
    fill: #58495e;
    opacity: 0.07;
}
.hc-testi-data p {
    margin-top: 15px;
    margin-bottom: 0px;
}
.hc-testi-data h4 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}
.hc-testi-data h5 {
    font-size: 14px;
    margin: 8px 0 0;
    color: var(--bright-blue);
}
.hc-testi-nav .swiper-button-prev,
.hc-testi-nav .swiper-button-next {
    background: transparent;
    box-shadow: none;
}
.hc-testi-nav .swiper-button-prev::before,
.hc-testi-nav .swiper-button-next::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #ccc;
    margin: auto;
    transition: 0.3s;
}
.hc-testi-nav .swiper-button-prev:after {
     border-left: none;
    border-top: none;
}
.hc-testi-nav .swiper-button-next:after {
    border-right: none;
}
.hc-testi-nav .swiper-button-prev:after,
.hc-testi-nav .swiper-button-next:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    margin: auto;
    transition: 0.3s;
    border-right: none;
}
.hc-testi-nav .swiper-button-prev:hover::after,
.hc-testi-nav .swiper-button-next:hover::after{
    border-left-color: #fd9678;
    border-bottom-color: #fd9678;
}
.hc-testi-nav .swiper-button-prev:hover::before,
.hc-testi-nav .swiper-button-next:hover::before{
    background: #fd9678;
}
.hc-testi-nav .swiper-button-prev::before {
    left: 10px;
}
.hc-testi-nav .swiper-button-next::before {
    right: 10px;
}
.mt-em-testimonial .swiper-button-prev,
.mt-em-testimonial .swiper-button-next,
.hc-testimonial .swiper-slide-shadow-left,
.hc-testimonial .swiper-slide-shadow-right {
    background-image: none;
    outline: none;
}
.hc-testi-box {
    text-align: center;
}
.hc-testi-nav .swiper-button-next:after {
    transform: rotate(225deg);
    right: -10px;
}
/* testimonial end */
/* Footer css */
/*footer {
    background: linear-gradient(180deg, #303030, #1e1e1e);
    padding: 40px 0 0;
}
footer a img {
    height: auto;
    width: 200px;
}
footer .logo_sec{
    display: flex;
    align-items: center;
}
footer p {
    color: #fff !important;
}
Footer .tagline {
    font-size: 14px;
    margin: 0px 0px 0px 20px;
    line-height: 20px;
}   
footer .social-media {
    float: inline-end;
}
footer .social-media ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
footer .social-media ul li, .sidebar .social-media ul li {
    background:  linear-gradient(45deg, #1E9AFE, #60DFCD);
    padding: 8px 14px;
    border-radius: 100px;
    transition: transform 2s;
}
footer .social-media ul .facebook, .sidebar .social-media ul .facebook {
    padding: 8px 16px;
}
footer .social-media ul li a {
    color: #fff;
}
footer .social-media ul li:hover {
    background: #fff;
    transform: rotate(360deg);
}
footer .social-media ul li:hover a {
    color: #173db9;
}
.company_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 2px solid #ffffff12;
    border-bottom: 2px solid #ffffff12;
    margin: 20px 0;
}
.company_profile form{
    display: flex;
}
.company_profile form .hc-btn{
    box-shadow: none;
} 
.company_profile input::placeholder{
    color: #ffffff3f;
}
.company_profile input{
    border: 1px solid #eee;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
    background: none;
    margin-right: 15px;
    width: 350px;
    color: #ffffff;
}
.Blue_btn {
    background: #173db9;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.Blue_btn:hover {
    background: #ffffff;
    color: #173db9;
    box-shadow: 0 0 10px #ececec;
}

footer .Blue_btn {
    padding: 10px 30px !important;
}
footer .Blue_btn:hover{
 
    color: #173db9;
    box-shadow: none;
}
Footer h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0px 30px 0px 0px;
}
footer .Navigation li:first-child {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #787878;
}
Footer ul {
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 6px;
}
Footer ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}
footer .contact li i {
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    background:linear-gradient(45deg, #1E9AFE, #60DFCD);
    border-radius: 100px;
    margin-right: 10px;
}
footer .contact .location_sec {
    display: flex;
    align-items: center;
}
footer .contact li .location {
    padding: 8px 10px;
}
footer .last_strip {
    margin-top: 20px;
    border-top: 2px solid #ffffff12;
    padding: 10px 0 10px;
}
footer .last_strip p {
    text-align: center;
    font-size: 15px;
}*/

footer{
    padding: 40px 0 0;
}
footer .strip {
    border-radius: 15px;
    padding: 20px 0 0;
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
}
footer .strip img {
    height: 250px;
    width: auto;
    position: absolute;
    bottom: 0%;
}
footer .strip .text{
    text-align: center;
    padding: 10px 0 30px;
}
footer .strip .text .hc-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    line-height: 40px;
    text-shadow: 3px 3px 7px #00000052;
}
footer .Navigation{
    padding: 30px 0;
}
footer .Navigation li:first-child {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1f1f1f;
}
Footer ul {
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 6px;
}
Footer ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}
footer .contact li i {
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    background:linear-gradient(45deg, #1E9AFE, #60DFCD);
    border-radius: 100px;
    margin-right: 10px;
}
footer .contact .location_sec {
    display: flex;
    align-items: center;
}
footer .contact li .location {
    padding: 8px 10px;
}
footer .logo_strip {
    display: flex;
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 15px 0 15px;
    margin: 0px 0;
    justify-content: space-between;
    align-items: center;
}
footer .logo_strip a img {
    height: auto;
    width: 160px;
}
footer .logo_strip .social-media ul {
    float: inline-end;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
footer .social-media ul li a i {
    color: #fff;
}
footer .social-media ul li:h a i {
    color: #fff;
}
.company_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #ffffff12;
    border-bottom: 2px solid #ffffff12;
    gap: 10px;
}
.company_profile form{
    display: flex;
}
footer .company_profile p{
    margin-bottom: 0;
    line-height: 24px;
}
footer .company_profile form input{
    width: 300px;
}
footer .company_profile form button {
    min-width: fit-content !important;
    margin-left: 15px;
}
footer .last_strip {
    border-top: 2px solid #ffffff12;
    padding: 10px 0 10px;
    margin: auto;
}
footer .last_strip p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
}

/* Footer css end*/

/* appointment start */
.modal-header button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 2px solid #fff;
    background: var(--bright-blue);
    opacity: 1;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}
.modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.modal-content .hc-contact-box form {
    padding: 15px;
}
#hc-appointment .modal-header {
    background: var(--dark-blue);
    color: #fff;
}
/* appointment end */
/* go to top start */
.hc-go-top {
    width: 40px;
    height: 40px;
    line-height: 55px;
    text-align: center;
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    color: #fff;
    font-size: 25px;
    position: fixed;
    bottom: 50%;
    border-radius: 100%;
    right: 26px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hc-go-top.hc-go-top-show {
    bottom: 35px;
    opacity: 1;
    visibility: visible;
    transition: 1s;
}
.hc-go-top svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}
.hc-go-top:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 100%;
    z-index: -1;
    transition: 0.3s;
}
.hc-go-top:hover:after{
    animation: hc_gotop_wave 2s infinite;
}
@keyframes hc_gotop_wave {
    0%{
        box-shadow: 0px 0px 0px 0px var(--base-blue);
    }
    100%{
        box-shadow: 0px 0px 0px 12px var(--base-blue);
        opacity: 0;
    }
}
/* go to top end */
/* loader css start */
#hc-preloader {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
}
.hc-loading {
    width: 100%;
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -90px;
}
.hc-loading svg {
	width: 100%;
	height: 100%;
}
.hc-loading #pulsar{
	stroke-dasharray:281;
	-webkit-animation: dash 2.5s infinite linear forwards;
}
@-webkit-keyframes dash{
    from {
        stroke-dashoffset:814;
    } 
    to {
        stroke-dashoffset:-814;
    }
}
/* loader css end */
/* About us page css start */
.hc-banner-inner {
    position: relative;
    overflow: hidden;
}
.web_home_banner {
    display: block !important;
}
.mobile_home_banner {
    display: none !important;
}
.hero img {
    position: relative;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.hc-about-sub-heading{
    color: #fff;
    font-size: 23px;
    line-height: 36px;
}
.hero .hc-banner-content {
    padding: 50px 0;
    z-index: 2;
    position: absolute;
    bottom: 20%;
    color: #ffffff;
}
.hero .hc-banner-content h2 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
}
.hero .hc-banner-content img{
    height: 200px;
    width: auto;
    margin-bottom: 20px;
}
.hc-about_strip{
    background: var(--dark-blue);
}
.mission{
    display: flex;
    align-items: center;
}
.ro
.hc-about-sub-heading {
    font-size: 20px;
    color: #ffffff;
    line-height: 33px;
    width: 94%;
    margin: auto;
}
.hc-about-overview-content .hc-heading{
    margin-bottom: 20px;
    text-align: left;
}
.about-inner-img img{
    border-radius: 15px;
}
.readmore {
    position: relative;
    max-height: 60px;
    overflow: hidden;
    width: 100%;
    border: 0;
    padding: 0px;
    margin: 0 auto 20px;
    transition: max-height 0.15s ease-out;
}
.readmore.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link {
    position: absolute;
    bottom: -20px;
    right: 0;
    display: block;
    width: 100%;
    height: 130px;
    /* color: blue; */
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, #e9faf8);
    cursor: pointer;
}
.readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 80px;
    height: 20px;
}

.readmore-link:after {
    left: 10px;
    bottom: 30px;
    position: absolute;
    content: "Read more";
    display: inline-block;
    min-width: 140px;
    background: var(--bright-green);
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    /* position: relative; */
    box-shadow: 0px 0px 0px 4px var(--base-blue);
}
.readmore-link:after:hover {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    color: #fff;
    box-shadow: 0px 0px 0px 4px rgb(26 188 156 / 0.15);
    transform: scale(1.05);
}
.readmore-link.expand:after{
  content:"Read less";
}
.hc-mission .head{
    margin-bottom: 20px;
}
.head{
    margin-bottom: 20px;
}
.hc-mission-content .hc-heading{
    opacity: 0.2;
    margin-bottom: 20px !important;
}
.hc-mission-content h3{
    color: var(--bright-blue);
}
.extend-details {
    display: flex;
    flex-direction: column;
}
.leadership .active {
    position: relative;
}

.leadership .user_name {
    background: #ffffff ;
    margin-bottom: 38px;
    border-radius: 15px;
    border: 2px solid var(--base-blue);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.leadership .user_name:hover {
    background: linear-gradient(137deg, #1E9AFE, var(--bright-green));
    color: #fff;
}
.leadership .user_name:hover .detail p{
    color: #ffff;
}
.leadership .user_name:hover .detail hr{
    background: #fff;
}
.second_col {
    display: flex;
    flex-direction: row-reverse !important;
}
.leadership .active .user_first, .user_name .user_first, .extend_name .user_first {
    height: 334px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    width: 426px !important;
    border-radius: 10px;
    margin: 10px;
}
.user_name.active .detail .designation {
    font-size: 18px !important;
    padding: 8px 0 ;
}
.user_name.active .detail{
    width: 100%;
    /* position: absolute; */
    padding: 45px 47px !important;
    /* transform: translate(0px, -100%); */
    display: block !important;
    /* background-color: #2e2d2ded; */
    height: 100%;
}
.user_name.active .detail .hc-heading{
    margin-bottom: 0;
}
.about_us_details {
    display: flex;
}
.leadership .detail p {
    color: #1f2732;
    font-size: 15px !important;
    line-height: 24px !important;
    margin: 5px 0px !important;
}
.leadership .user_name .detail hr {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    border-radius: 100px;
    height: 3px;
    width: 80%;
    margin: 10px 0;
}
/* About us page css end */
/* Service page css start */
.hc-services{
    background: var(--base-green);
}
.hc-services .hc-service-overview-content .hc-heading, .hc-service-benefit-content .hc-heading{
    margin-bottom: 20px;
}
.lead_gen .hc-contact-box{
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
}
.lead_gen .hc-contact-box .hc-heading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.lead_gen form .hc-btn{
    margin: 30px 30% 0;
}
.margin_right_side{
    padding-right: 50px;
}
#more {display: none;}
.service-mid-banner-inner, .service-mid-banner{
    position: relative;
} 
.service-mid-banner-inner img, .service-mid-banner img{
    border-radius: 15px;
}
.service-mid-banner-inner, .service-mid-banner {
    margin-bottom: 20px;
}
.service-mid-banner-inner .banner-content{
    padding: 23px;
    position: absolute;
    bottom: 10%;
}
.service-mid-banner-inner .banner-content h1, .service-mid-banner .banner-content h1 {
    width: 50%;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}
.hc-service-benefit-content .hc-heading{
    text-align: center;
}
.hc-service-benefit-content .hc-heading-wrap p{
    text-align: center;
    width: 91%;
    margin: 0px auto 10px;
}
.hc-benefit-box .hc-benfit-icon img{ 
    height: 57px;
    width: auto;
}
.service-mid-banner .banner-content{
    padding: 23px;
    position: absolute;
    bottom: 20%;
    left: 15%;
}
.service-mid-banner .banner-content h1 {
    width: 60%;
}
/* Service page css end */
/* responsive start */
@media screen and (min-width:1200px){
    .container {
        max-width: 1180px;
    }
    .hc-submenu {
        background: #fff;
        box-shadow: 0 0px 20px 0 rgb(0 0 0 / 3%);
        border-top: 3px solid var(--bright-blue);
        border-bottom: 3px solid var(--bright-blue);
        position: absolute;
        top: 100%;
        max-width: 200px;
        width: max-content;
        min-width: 150px;
        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;
        margin-right: 20px;
        position: relative;
    }
    .hc-navbar>ul>li:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width:1600px){
    .container {
        max-width: 1480px;
    }
    .readmore {
        max-height: 200px;
    }
    .readmore-link.expand {
        padding-top: 70px;
        height: 0px;
    }
}
@media screen and (max-width:1199px){
     .hero .hc-banner-content {
    padding: 50px 0;
    z-index: 2;
    position: absolute;
    /* bottom: 26%; */
    color: #ffffff;
    top: -438px !important;
}
    .hc-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: #1f2732;
        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: #1abc9c;
        margin-left: auto;
        margin-right: auto;
    }
    .hc-menu-toggle {
        width: 22px;
        text-align: center;
    }
    .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: #ffffff;
        border-radius: 5px;
    }
    .hc-main-head-flex {
        justify-content: flex-end;
    }
    .hc-navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 260px;
        background: #fff;
        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: 7px 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: 29px 0;
        text-align: center;
    }
    .hc-banner-content h1 {
       font-size: 27px;
        font-weight: 500;
        line-height: 37px;
    }
}
@media screen and (max-width:991px){
    #wa-widget-send-button {
        right:8px !important;
    }
       .hc-map-address {
        width: 307px !important;
    }
    .hc-about-content {
       padding-top: 20px;
    }
    .hc-team-box {
        max-width: 310px;
    }
    .hc-go-top {
        right: 50px;
    }
    .hc-banner-img {
        position: unset;
    }
    .hc-banner-shape,
    .hc-banner:after {
        display: none;
    }
}
@media screen and (max-width:767px){
    .second_col {
    display: flex;
   flex-direction: column !important;
}
    .about_us_details {
    display: flex;
    justify-content: center;
}
    .user_name.active .detail{
            padding: 0px 10px !important;
    }
    .leadership .active .user_first, .user_name .user_first{
        width:371px !important;
    }
    .leadership .user_name{
      
        display: flex;
    align-items: center;
    flex-direction: column;
    }
    .hc-mission-content h3 {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    margin: 13px;
} 
    .hc-about-content ul{
        justify-content: center;
    }
    .hc-spacer-top{
        padding-bottom: 0px !important; 
       padding-top: 30px !important;
    }
    .hc-benefit-box .hc-benfit-icon img {
    height: 42px;
    width: auto;
}
    .hc-benfit-icon {
    width: 77px !important;
    height: 77px !important;
    }
    .hc-benefit-box {
    padding: 18px  !important;
    margin: 0px 19px 18px  !important;;
}
    .lead_gen .hc-contact-box {
    padding: 26px !important;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 25px !important;
}
#about{
    margin: 17px 0px;
    padding-top: 24px;
}
    .service-mid-banner-inner img, .service-mid-banner img {
           border-radius: 15px;
        width: 100%;
        height: 387px;
        object-fit: cover;
}
    #team .hc-heading{
     margin-bottom:0px  !important;   
    }
    .navs-tabs div#nav-tab {
    display: flex;
    gap: 12px !important;
    border-bottom: none !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    padding: 15px 5px !important;
}
    .contact_form .form-control{
        border: 1px solid #c1c1c1 !important;
    }
    .blog_content{
        height: 366px;
    }
      .blog_content .hc-banner-content{    
             top: -311px !important;
        width: 100%;
        left: 0px;
    }
    .hc-map-box ul li span {
    width: 44px !important;
    height: 37px;
    margin-left: 10px !important;
    padding: 10px 5px !important;
}
    .hc-top-header{
        

    background: linear-gradient(45deg, #1E9AFE, #60dfcd) !important;
    }
   .hc-contact-box .hc-heading {
        margin-bottom: 10px;
    }
    .hc-heading-wrap{
        text-align:center;
    }
    .hc-contact-box{
        background-color: #f9f9f9cc;
    padding: 20px;
    margin-bottom: 32px;
    border-radius: 12px;
    }
    .hc-tab-content .hc-btn{
        margin-top:10px;
    }
    .hc-spacer-bottom {
    padding-bottom: 0px !important;
}
    .hc-contact-box input {
   margin-bottom: 10px;
        padding: 7px 15px !important;
}
#contact_form{
    text-align:center;
} 
.hc-contact-box .hc-btn {
           margin-top: 16px !important;
    
}
.hc-contact-box label {
    text-align: left;
}
 .hc-banner-content h1 br:nth-child(1) {
    display: none;
}

    .hc-head-btn {
    margin-left: 20px;
    position: fixed;
    right: -64px;
    transform: rotate(90deg);
    z-index: 99;
    bottom: 267px;
}
    .hc-top-header .col-md-6{
        padding:0px;
    }
.Teams-section .hero .hc-banner-content {
    padding: 0px 0 85px 0 !important;
}
.hc-counter-box {
    padding: 19px !important;
    margin-bottom: 18px  !important;
}
    .hc-count-no h2 {
    font-size: 20px;
        font-weight: 500;
        background-color: #60dfcd;
        box-shadow: 0px 0px 0px 3px var(--base-blue) !important;
        width: 100px;
        margin: auto;
        color: #fff;
        padding: 7px 8px;
        border-radius: 100px;
    }
    .hc-count-no{
        text-align:center;
    }
       .service-mid-banner-inner .banner-content{
          padding: 23px !important;
    position: absolute;
    bottom: 13% !important;
    left: 0%;
        transform: translate(0px, -230px) !important;
        text-align: center;
    }
 
    .service-mid-banner .banner-content {
    padding: 23px !important;
    position: absolute;
    bottom: 13% !important;
    left: 0%;
    transform: translate(0px, -160px) !important;
    text-align: center;
}
 .service-mid-banner-inner .banner-content h1,
    .service-mid-banner .banner-content h1 {
    width: 100% !important;
    font-size: 23px !important;
    font-weight: 500;
    margin-bottom: 25px !important;
    color: #fff;
    line-height: 31px !important;
}
    .margin_right_side {
    padding-right: 15px !important;
}
    .hero .hc-banner-content {
    padding: 50px 0;
    z-index: 2;
    position: absolute;
    /* bottom: 26%; */
    color: #ffffff;
    /*top: -438px !important;*/
}
    .web_home_banner{
          display: none !important;
    }
    .mobile_home_banner {
    display: block !important;
}
    [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: "";
   width: 9px !important;
        height: 9px !important;
        background: var(--bright-blue);
        position: absolute;
        top: 5px !important;
        left: 1px !important;
    }
    .growth_career .career_option p {
    padding: 1px 10px 0px !important;
    /* margin: 2px 20px 0px 0px; */
    background: #fff;
    border-radius: 50px;
    margin-bottom:10px;
    }
    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: -2px !important;
    top: 2px !important;
    width: 15px !important;
    height: 15px !important;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 17px !important;
    cursor: pointer;
    line-height: 23px !important;
    display: block !important;
    color: #666;
    font-size: 13px !important;
    margin: 0px;
}
    .hc-btn {
    padding: 6px 17px !important;
    font-size: 14px !important;
    box-shadow: 0px 0px 0px 3px var(--base-blue) !important;
}
    .growth_career .hc-contact-box {
    background: #22549a29;
    padding: 10px 10px !important;
    border-radius: 15px;
    margin: 12px !important;
    text-align: center;
}
    .growth_career .hc-heading-wrap p {
    width: 100% !important;
    margin: auto;
}
    .contactbanner_txt {
    padding-bottom: 0px  !important;
    padding-top: 44px  !important;
    text-align: center;
}
    .contact_info {
    padding: 60px 0px 0px !important;
}
    .contact_head h1 {
    font-size: 24px !important;
    margin: 0px !important;
}
    .contact_banner{
    height: auto !important;
    }
    .contact_detail ul {
    display: flex;
    flex-direction:column;
}
    .contact_detail ul li {
    margin-right: 0px  !important;
    margin: 6px 0px  !important;
}
   .contact_form {
    width: 100% !important;
    }
    .hc-top-head-div,.hc-top-head-right {
        text-align: center;
    }
    /*.hc-footer-contact-list {*/
    /*    grid-template-columns: repeat(1,1fr);*/
    /*}*/
    .hc-footer-contact-list li {
        border-right: 0px solid #323d4c;
        border-bottom: 1px solid #323d4c;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .hc-footer-contact-list li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /*.hc-main-head-flex {*/
    /*    justify-content: center;*/
    /*}*/
    .hc-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .hc-blog-img img {
        width: 100%;
    }
    .hc-team-box {
        max-width: 100%;
        margin: 0 0px 30px;
    }
  .hc-about_strip{
    
        padding: 20px 3px;
    
    
  }
  .hc-about-sub-heading{
  
      font-size: 16px !important;
    line-height: 27px !important;
  }
    .hc-blog {
        padding-bottom: 10px;
    }
        .hc-about .hc-heading {
        font-size: 22px !important;
        margin-bottom: 14px;
        text-align: center;
    }
    .hc-about{
        padding-top: 30px !important; 
        text-align: center !important;
    }
    .readmore-link:after {
    left: 115px;
    }
    .our_team{
        margin-top: 15px;
    text-align: center;
    }
    .modal-header button.close {
    position: absolute;
    right: 16px;
    }
       .modal-body .hc-contact-box {
        background-color: #f9f9f9cc;
        padding: 0px;
         margin-bottom: 0px !important; 
        border-radius: 12px;
        text-align: center;
    }
    .hc-service, .hc-team {
       padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
    .hc-map-box {
        margin-bottom: 50px;
    }
    /* Footer css */
    /*footer .logo_sec {
        justify-content: center;
        flex-wrap: wrap;
    }
    footer a img {
        height: auto;
        width: 150px;
    }
    .company_profile form {
        display: block !important;
    }
    Footer .tagline {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    footer .social-media {
        float: none;
        margin: 20px auto 0;
    }
    footer ul li {
        margin-bottom: 0px;
    }
    .social-media ul {
        justify-content: center;
        margin: 0px 0 10px;
    }
    footer .company_profile {
        display: block;
        text-align: center;
        padding: 15px 0 30px;
        margin: 20px 0 0;
    }
    Footer h1 {
        text-align: center;
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }
    .select li, .select1 li, .select2 li, .select3 li, .contact li {
        display: none;
        cursor: pointer;
        padding: 10px 10px;
        border-top: none;
        min-width: 90%;
        background: #393939;
        border-radius: 8px;
        text-align: center;
    }
    .contact li {
        display: block !important;
        margin: 0 0 10px;
    }
    .contact li:first-child {
        background: none;
        margin: 10px 0 0;
    }
    .contact li:first-child a {
        color: #ffffff !important;
    }
    .select li:first-child, .select1 li:first-child, .select2 li:first-child, .select3 li:first-child {
        display: block;
        border-top: 0px;
    }
    .select, .select1, .select2, .select3 {
        border-bottom: none;
        display: inline-block;
        padding: 0;
        border-radius: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }
    .select li:first-child, .select1 li:first-child, .select2 li:first-child, .select3 li:first-child {
        background: none;
        border-bottom: 2px solid #ffffff12;
        border-radius: 0px;
        padding: 10px;
        margin-bottom: 0px;
        text-align: left;
    }
    .select li:hover, .select1 li:hover, .select2 li:hover, .select3 li:hover {
        background-color: #ddd;
    }
    .select li:first-child:hover, .select1 li:first-child:hover, .select2 li:first-child:hover, .select3 li:first-child:hover {
        background-color: transparent;
    }
    .select.open li, .select1.open li, .select2.open li, .select3.open li {
        display: block;
        margin: 0 0 10px;
    }
    .select span:before, .select1 span:before, .select2 span:before, .select3 span:before {
        position: absolute;
        top: 0px;
        right: 15px;
        content: "+";
        color: #ddd;
        font-size: 25px;
    }
    .select.open span:before, .select1.open span:before, .select2.open span:before, .select3.open span:before {
        content: "-";
    }

    footer .last_strip {
        margin-top: 0px;
    }*/
    
    footer .strip {
        margin: 0;
    }
       footer .company_profile form input {
        width: 100%;
        position: relative;
        margin: 10px 0px 0px;
    }
    footer .strip img{
        position: relative;
        height: auto;
    }
    footer .strip .text .hc-heading {
        font-size: 22px !important;
        line-height: 30px;
        text-shadow: 2px 2px 2px #00000052;
    }
    .company_profile form {
        display: block !important;
    }
    footer .social-media {
        float: none;
        /*/ margin: 20px auto 0; /*/
    }
    footer .logo_strip .social-media ul {
        float: none;
    }
    footer ul li {
        margin-bottom: 0px;
    }
    .social-media ul {
        justify-content: center;
        margin: 0px 0 10px;
    }
    footer .company_profile {
        display: block;
        text-align: center;
        padding: 15px 0 20px;
    }
    footer .company_profile p {
        margin-bottom: 5px;
    }
    footer .company_profile p br{
        display: none;
    }
    Footer p {
        text-align: center;
    }
    .select li, .contact li {
        display: none;
        cursor: pointer;
        padding: 10px 10px;
        border-top: none;
        min-width: 90%;
        background: #ffffff;
        border-radius: 8px;
        text-align: center;
    }
    .contact li {
        display: block !important;
        margin: 0 0 10px;
        background: #f6f6f6 !important;
    }
    .contact li:first-child {
        background: none !important;
        margin: 10px 0 0;
    }
    .contact li:first-child a {
        color: #ffffff !important;
    }
    .select li:first-child{
        display: block;
        border-top: 0px;
    }
    .select {
        border-bottom: none;
        display: inline-block;
        padding: 0;
        border-radius: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        background: #f6f6f6;
    }
    .select li:first-child{
        font-size: 16px !important;
        background: none;
        border-bottom: 2px solid #ffffff12;
        border-radius: 0px;
        / width: 100%; /
        padding: 10px;
        margin-bottom: 0px;
        text-align: left;
    }
    .select li:hover{
        background-color: #ddd;
    }
    .select li:first-child:hover {
        background-color: transparent;
    }
    .select.open li {
        display: block;
        margin: 10px 15px;
    }
    .select span:before {
        position: absolute;
        top: 6px;
        right: 18px;
        content: "+";
        color: #1b94f7;
        font-size: 25px;
    }
    .select.open span:before{
        content: "-";
    }

    footer .last_strip {
        margin-top: 0px;
    }
    footer .logo_strip {
        justify-content: center;
        align-items: normal;
    }
    footer .logo_strip .logo_sec a{
        display: flex;
        justify-content: center;
    }
    footer .company_profile form button {
            min-width: fit-content !important;
        margin-left: 15px;
        position: absolute;
        right: 23px;
        top: 64px;
}
    .hc-about_strip {
       padding: 20px 3px; 
        margin: 13px 10px 0px;
        /* border-radius: 14px; */
        background: linear-gradient(178deg, #1e9afea6, #60dfcd) !important;
    }

    /* Footer css end */
}
@media screen and (max-width:480px){
    .hc-testi-img img {
        width: 80px;
        height: 80px;
    }
        .hc-heading {
       font-size: 23px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
    }
    .hc-go-top {
        width: 50px;
        height: 50px;
    }
    .hc-go-top svg {
        width: 15px;
        height: 15px;
    }
    .hc-heading-wrap.text-center .hc-sub-heading:before {
        margin-left: -45px;
    }
    .hc-sub-heading:after,
    .hc-heading-wrap.text-center .hc-sub-heading:before {
        width: 30px;
    }
    .hc-go-top.hc-go-top-show {
        bottom: 20px;
    }
    .hc-go-top {
        right: 0px;
    }
    .hc-tab-list li {
        margin-right: 15px;
    }
    .hc-tab-content {
        margin-top: 20px;
    }
    .hc-blog-data {
        width: 95%;
    }
}
/* responsive end */


.blogpagination {
    display: flex;
    justify-content: center;
}

.blogpagination li{
    border: 1px solid #1e9afe;
}

.blogpagination .active{
    background: #1E9AFF;
    border: 1px solid #1e9afe;
    padding: 4px 12px;
}

.blogpagination .active a{
    color: white;
}