*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
}
p, li, a, span{
    font-family: "Roboto", sans-serif;
}
a{
    text-decoration: none !important;
}
img{
    width: 100%;
}
.tbm{
    margin: 70px 0;
}
.tbp{
    padding: 70px 0;
}
.cus-container {
    max-width: 1643px;
    margin-inline: auto;
}

.tha-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.top-header {
    background: #303442;
    padding: 10px 0px;
}
.thil-inr a {
    color: #bbbdc3;
}
.thil-inr a i {
    margin-right: 5px;
}
.thil-inr {
    display: flex;
    align-items: center;
    gap: 30px;
}
.thil-inr a i {
    margin-right: 5px;
    color: #00ADEF;
}
.thair-social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.thair-social a{
    color: #00ADEF;
}
img.heder-logo {
    max-width: 270px;
}
ul.navbar-nav {
    margin: 0 auto;
}
.btn1 {
    background: #00ADEF; 
    right: 37px;
    color: #fff;
    display: inline-block;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 4px;
    border: 2px solid #00ADEF;
}
.btn3 {
    background: #303442;
    color: #fff;
    display: inline-block;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 4px;
    border: 2px solid #303442;
}
.btn1 i, .btn3 i{
    margin-right: 4px;
}
.btn2 {
    background: #00ADEF;
    color: #fff;
    display: inline-block;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 4px;
    border: 2px solid #00ADEF;
}
.btn2 i{
    margin-left: 4px;
}
.btn2:hover, .btn1:hover{
    background-color: #fff;
    color: #00ADEF;
    transition: 0.3s;
}
.btn3:hover{
    background-color: #fff;
    color: #303442;
    transition: 0.3s;
}
a.nav-link {
    color: #313529;
    font-size: 19px;
    font-weight: 500;
}
li.nav-item {
    margin-inline: 8px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #313529 !important;
}

.navbar {
    padding: 0 !important;
}
.main-header {
    background: #fff;
    box-shadow: 0 0 10px #00000010;
}
ul.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 4px 4px 15px #00000015;
    padding: 6px 0  !important;
}
a.dropdown-item {
    padding: 9px 12px !important;
    border-bottom: 1px solid #ececec;
    font-size: 16px; color:#000;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #00ADEF !important;
}
.hbs-slide img {
    min-height: 640px;
    max-height: 640px;
    object-fit: cover;
    object-position: 0 80%;
}
.hbs-slide {
    position: relative;
    z-index: 0;
}
.hbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0c0d12;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 0;
}
.hbss-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 900px;
}
.hbss-con h5 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.hbss-con h3 {
    font-size: 64px;
    font-weight: 600;
    /* text-transform: capitalize; */
    line-height: 70px;
}
.slick-prev {
    left: 30px !important;
    z-index: 1;
}
.slick-next {
    right: 25px !important;
}
.slick-next:before, .slick-prev:before {
    font-family: 'FontAwesome' !important;
    font-size: 26px !important;
}
.habl-ic {
    position: relative;
}
.habl-sub-ig {
    position: absolute;
    bottom: -64px;
    left: -98px;
}
.habr-ic {
    background-color: #ffffff;
    position: relative;
    margin: 35px 0 0 -85px;
    padding: 62px 0 0px 75px;
}
.web-tt h6 {
    font-size: 16px;
    line-height: 26px;
    color: #00ADEF;
    font-weight: 600;
}
.web-tt h3 {
    font-size: 36px;
    line-height: 46px;
    color: #303442;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 14px;
}
.web-con p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.web-ul ul {
    --icon-space: 1.7em;
    list-style: none;
    padding: 0;
  }
  
  .web-ul li {
    padding-left: var(--icon-space);
    color: #303442;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    font-weight: 500;
  }
  
  .web-ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #00ADEF;
  }
  section.h-pro {
    background: #f8f9fe; 
    overflow: hidden;
    z-index: 0;
    position: relative;
}
section.h-pro:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/hab-bgl.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    /* position: absolute;
    background: url(../images/shapes/services-one-shape-1.png)no-repeat; */
    mix-blend-mode: luminosity;
    background-size: contain;
    width: 685px;
    height: 754px;
    top: 0;
    left: 0;
    z-index: -1;
}
section.h-pro:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/hab-bgr.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: -50PX;
    mix-blend-mode: luminosity;
    background-size: contain;
    width: 685px;
    height: 754px;
    /* top: 0;
    left: 0; */
    z-index: -1;
}
.services-one-single-box {
    position: relative;
    padding: 20px 25px 20px 25px;
    background-color: #ffffff;
    margin-bottom: 50px;
}
.services-one-single-box-shape {
    position: absolute;
    background: url(../../assets/img/pbox-bg.png)no-repeat;
    width: 155px;
    height: 170px;
    top: 0;
    right: 0;
    z-index: 0;
}
.services-one-single-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.services-one-single-btn span {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #00ADEF;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-one-single-btn span i {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.services-one-single-btn span img {
    max-width: 32px;
}
.services-one-single-icon {
    margin-bottom: 13px;
}
.services-one-single-icon span {
    font-size: 70px;
}
.services-one-single-title {
    position: relative;
    padding-top: 19px;
}
.services-one-single-title h5 {
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}
.services-one-single-title::after {
    position: absolute;
    content: "";
    background-color: #d3d8e2;
    width: 60px;
    height: 2px;
    top: 0;
    left: 0;
}
.services-one-single-text p {
    color: #666666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 0;
    opacity: 0;
    padding-top: 10px;
    padding-top: 5px;
    transition: all 0.3s;
    margin-bottom: 0;
    text-transform: uppercase;
}
.services-one-single-img {
    transform: translateY(0);
    margin-top: 14px;
    transition: all 0.3s;
    overflow: hidden;
}
.services-one-single-box:hover .services-one-single-img img{
    transform: scale(1.1) rotate(2deg);
    transition: 4s;

}
.services-one-single-box:hover .services-one-single-text p {
    opacity: 1;
}
.services-one-single-box:hover .services-one-single-img {
    transform: translateY(30px);
}
.services-one-single-icon img {
    max-width: 120px;
    min-width: 68px;
}

.mt-60{
    margin-top: 50px;
}
.hprc-slide {
    margin: 0 12px;
}
.hprc-slider .slick-list {
    margin: 0 -12px;
}
.services-one-single-text p b span {
    color: #28bff9;
}
.slick-dots li {
    margin: 0 2px !important;
}
.slick-dots li button:before {
    font-size: 10px !important;
    color: #303442 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #303442 !important;
}
.hwuc-inr img {
    max-width: 120px;
}
.hwuc-inr1 {
    text-align: center; box-shadow: 0 0 10px #e2e2e2;
    padding: 20px 22px; background:#fff;
}
.hwuc-inr {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 20px 22px;
    height: 100%; background:#fff;
}
.hwuc-data h4 {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 6px;
}
.hwuc-data p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin-bottom: 0;
}
.hwuc-img {
    margin-bottom: 14px;
}
.hbi-tt span {
    font-size: 20px;
    line-height: 26px;
    color: #00ADEF;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding-inline: 16px ;
}
.hbi-tt {
    text-align: center;
    position: relative;
    z-index: 0;
}
.hbi-tt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: #007eaf94;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.hbi-row {
    /* display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; */
}
.hbir-box {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    padding: 20px 10px;
    margin: 10px;
}
.hbi-row .slick-list{
    margin: 0 -10px;
}
section.h-contact-us {
    background: url(../../assets/img/hcu-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.hcu-box {
    background-color: #ffffff;
    display: inline-block;
    padding: 50px;
    max-width: 584px;
}
.hcu-box h4 {
    font-size: 36px;
    line-height: 46px;
    color: #303442;
    position: relative;
    padding: 0 0 0 37px;
    margin: 0 0 23px 0;
    font-weight: 600;
}
.hcu-box h4 span{
    color: #00ADEF;
}
.hcu-box h4:before {
    content: '';
    width: 4px;
    height: calc(100% - 20px);
    background-color: #00ADEF;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
}
.hcu-box P {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px;
}
.hcu-btn {
    display: flex;
    gap: 20px;
}
footer {
    background-color: #303442;
    color: #bbbdc3;
}
.ft-top {
    padding: 50px 0 0px;
}
.ftc-logo img {
    max-width: 130px;
}
.ftc-logo {
    margin-bottom: 40px ;
}
.ftc-ul ul {
    --icon-space: 1.7em;
    list-style: none;
    padding: 0;
  }
  
  .ftc-ul li {
    padding-left: var(--icon-space);
    color: #303442;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px; 
  }
  .ftc-ul li a{
    color: #bbbdc3;
  }
  .ftc-ul li a:hover{
    color: #fff;
  }
  
  .ftc-ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #00ADEF;
    font-size: 14px;
  }
  ul.ul-2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
ul.ul-2 li{
    width: 100%;
    max-width: 46%;
}
.ftca-box {
    display: flex;
    column-gap: 18px;
}
.ftca-l {
    width: 100%;
    max-width: 20px;
}
.ftca-l i{
    color: #00ADEF;
}
.ftca-r p {
    font-size: 16px;
    color: #bbbdc3;
}
.ftca-r p a{
    font-size: 16px;
    color: #bbbdc3;
}
.ftca-r p a:hover{
    color: #fff;
}
.ftc-inc {
    margin-right: 40px;
}
.ftc-con p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}
.ftb-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftb-ic p {
    margin: 0;
}
.ftb-ic p a{
    color: #00ADEF;
}
.ftb-ic {
    border-top: 1px solid #6a6a6a;
    padding: 15px 0;
}
.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    transition: 0.3s;
}
.sticky img.heder-logo {
    max-width: 205px;
    transition: 0.3s;
}
.ftc-map iframe {
    width: 100%;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.ftc-tt h4 {
    font-size: 20px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    position: relative;
}
.ftc-tt h4:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #00ADEF;
    bottom: 0;
    left: 0;
}
/* .ftc-add {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #5a5a5a;
} */
.ibn-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ibn-ic h4{
    margin-bottom: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.ibn-ic p{
    margin-bottom: 0;
    font-size: 16px; 
    color: #fff;
}
.ibn-ic p a{
    color: #fff;
}
.ibn-ic p a:hover{
    color: #00ADEF;
}
section.i-banner {
    padding: 100px 0;
    background: red;
}
section.i-banner {
    padding: 50px 0;
    background: url(../../assets/img/i-banner.jpg);
    position: relative;
    z-index: 0;
    background-position: center center;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
    top: 0;
    left: 0;
}
.i-hwu {
    background: #f8f9fe;
}
.i-hbr {
    background: #f8f9fe;
    padding-bottom: 100px;
}
.i-hbr .hbi-tt span {
    background-color: #f8f9fe;
}
.hprl-ic .vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.hprl-ic .banner-slider .slider.slider-for {
    max-width: 84%;
    /* padding-right: 35px; */
}
.hprl-ic .slider-banner-image img {
    border: 1px solid #efefef !important;
}
.hprl-ic .banner-slider .slider.slider-nav {
    max-width: 16%;
}
.hprl-ic .banner-slider .slider.slider-for,
.hprl-ic .banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.hprl-ic .banner-slider .slider.slider-nav {
    height: 410px;
    overflow: hidden;

}
.hprl-ic .slider-banner-image {
    height: 410px;
    padding-inline: 10px;
}
.hprl-ic .banner-slider .slider.slider-nav {
    padding: 0px 0 0;
}
.hprl-ic .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 150px;
    height: 92px;
    margin: 4px auto;
    border: 1px solid #EBEBEB;
}
.hprl-ic .slider-banner-image img, .hprl-ic .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: #fff;
}
.hprl-ic .slick-vertical .slick-slide:active,
.hprl-ic .slick-vertical .slick-slide:focus,
.hprl-ic .slick-arrow:hover,
.hprl-ic .slick-arrow:focus {
    border: 0;
    outline: 0;
}
.hprl-ic .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #00ADEF;
}
.hprl-ic .slider-nav .slick-slide.slick-current span {
    color: #00ADEF;
}
.hprl-ic .slider-nav .slick-slide {
    text-align: center;
}
.hprl-ic .slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.hprl-ic .slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.hprl-ic .slick-prev {
   top: 0;
}
.hprl-ic .slick-next {
   bottom: 0;
   background-color: #fff;
}
.hprl-ic .slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}
.hprl-ic .slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.hprl-ic .banner-slider .slider.slider-for,
	.hprl-ic .banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.hprl-ic .banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.hprl-ic .banner-slider .slider.slider-nav {
		height: auto;
	}
	.hprl-ic .slider-banner-image {
	    height: 500px;
	} 
	.hprl-ic .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.hprl-ic .slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.hprl-ic .slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.hprl-ic .slick-prev {
	    left: 0;
	    right: unset;
	}
	.hprl-ic .slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.hprl-ic .vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.hprl-ic .bid-tag {
    	padding: 10px 0 15px;
	}
	.hprl-ic .slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.hprl-ic .thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media(max-width : 767px) {
    .mci-ic-top {
        gap: 10px;
        padding: 40px 40px 0;
        flex-wrap: wrap;
    }
	.hprl-ic .slider-banner-image {
	    height: 400px;
	}
	.hprl-ic .slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.hprl-ic .slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.hprl-ic .slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.hprl-ic .slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.hprl-ic .slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	}
}
.thumbnail-image:first-child .thumbImg {
    margin-top: 0 !important;
}
.banner-slider .slick-list {
    height: 100% !important;
}
.hpr-tt h4 {
    font-size: 24px;
    line-height: 34px;
    color: #303442;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 22px;
    position: relative;
}
.hpr-pricce p {
    font-size: 18px;
    color: #303442 ;
    font-weight: 500;
}
.hpr-pricce p b {
    color: #00ADEF;
}
.hpr-table ul {
    list-style: none;
    padding: 0;
}
.hpr-table ul li {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
}
.hpr-table ul li span.hprt-ut {
    width: 100%;
    max-width: 34%;
}
.hpr-table ul li:last-child{
    border-bottom: none;
}
.hpr-if p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
.hpr-st h5 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    color: #303442;
    padding-left: 20px;
    line-height: 40px;
}
.hpr-st h5:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #00ADEF;
    bottom: 0;
    left: 0;
}
.hpr-stc ul {
    --icon-space: 1em;
    list-style: none;
    padding: 0;
  }
  
  .hpr-stc li {
    padding-left: var(--icon-space);
    margin-bottom: 10px;
    color: #000;
    display: flex;
    column-gap: 10px;
}
  
  .hpr-stc li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
    color: #666;
  }
  span.hprs-tt {
    width: 100%;
    max-width: 31%;
}
.mpro2 {
    background: #f8f9fe;
}
.hpr-tt h4:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #3e424e;
    bottom: 0;
    left: 0;
}
.mobc-box {
    display: flex;
    gap: 40px;
    align-items: center;
    box-shadow: 0 0 10px #00000014;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
}
.mobc-box div {
    width: 100%;
}
.mobc-data span {
    font-size: 25px;
    font-weight: 500;
    color: #3e424e;
    display: block;
}
.mobc-box:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 2px;
    background: #ededed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.mci-ic-top .ftca-box {
    width: 100%;
}
.mci-ic-top {
    display: flex;
    gap: 30px;
    background: #fff;
    margin-top: -100px;
    position: relative;
    padding: 50px 80px 0;
}
.mci-ic-top .ftca-l i {
    color: #00ADEF;
    font-size: 24px;
}
.mci-ic-top .ftca-r p, .mci-ic-top .ftca-r p a{
    font-size: 16px;
    color: #000;
}
.mci-ic-btm .web-con p {
    max-width: 600px;
    margin-inline: auto;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-row {
    display: flex;
    gap: 24px;
}
.form-control {
    border-radius: 0 !important;
    padding: 10px 16px !important;
    box-shadow: 0 0 10px #00000010;
    border: 1px solid #ebebeb !important;
}
.mt-30{
    margin-top: 30px;
}
.mci-form {
    max-width: 800px;
    margin-inline: auto;
}
section.m-c-info {
    margin-bottom: 80px;
}
span.hprs-ct {
    width: 100%;
}
.slider-nav .slick-next:before, .slider-nav .slick-prev:before {
    color: #00ADEF !important;
    
}
.ftca-r h5 {
    color: #303442;
}

span.hprt-utr {
    width: 100%;
}
.lcm-4 p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.mga-box {
    position: relative;
    width: 100%;
    max-width: 32%; box-shadow:0 0 10px #e2e2e2; padding:10px;
}
.lpgc-overlay, .lpp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    transform: scale(0);
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0B0D2682 0%, #0b0d2661 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.lpgc-overlay:before, .lpp-overlay:before {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 2px solid #fff;
}
.mga-box:hover .lpgc-overlay, .mga-box:hover .lpp-overlay {
    transform: scale(1);
    transition: 1s;
}
.mga-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.mga-box img {
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
}
img.sidelogo.heder-logo {
    width: 82px;
    margin-left: 28px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 13px !important;
        padding-left: 3px !important;
    }
}
/* ul.navbar-nav {
    margin: 0!important;
    margin-top: 14px!important;
} */
@media (min-width: 992px) {
    .sticky .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px !important;
        padding-left: 4px !important;
    }
}
.newb{ width:100px;}
.newb1{ width:300px;}
.whatsapp-ico a {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    max-width: 54px;
}
.hbss-con span {
    background: #00ADEF;
    line-height: 40px;
    display: inline-block;
    padding-inline: 20px;
    border-radius: 10px;
    border-inline: 6px solid #fff;
    margin: 10px 0 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.hal-ic {
    display: flex;
    gap: 60px;
}
section.ha-logos {
    background: #e5f6fd;
    padding: 20px 0;
}