.hero .slick-arrow:after{background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='17' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8429 17.711L18.4999 23.368L19.9139 21.954L14.9639 17.004L19.9139 12.054L18.4999 10.64L12.8429 16.297C12.6555 16.4845 12.5502 16.7389 12.5502 17.004C12.5502 17.2692 12.6555 17.5235 12.8429 17.711Z' fill='%2335748C'/%3E%3C/svg%3E%0A");}
.portfolio-slider .slick-arrow:after{background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='17' fill='%2335748C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.843 17.7111L18.5 23.3681L19.914 21.9541L14.964 17.0041L19.914 12.0541L18.5 10.6401L12.843 16.2971C12.6555 16.4847 12.5502 16.739 12.5502 17.0041C12.5502 17.2693 12.6555 17.5236 12.843 17.7111Z' fill='white'/%3E%3C/svg%3E%0A");}
.testimonial-slider .slick-arrow:after{background-image: url("data:image/svg+xml,%3Csvg width='45' height='46' viewBox='0 0 45 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 0.5C10.0736 0.5 0 10.5736 0 23C0 35.4264 10.0736 45.5 22.5 45.5C34.9264 45.5 45 35.4264 45 23C45 10.5736 34.9264 0.5 22.5 0.5Z' fill='%23E5F1FF'/%3E%3Cg clip-path='url(%23clip0_135_2376)'%3E%3Cpath d='M25.2 29.3003L19.8 23.0003L25.2 16.7003' stroke='%2335748C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_135_2376'%3E%3Crect width='14.4' height='14.4' fill='white' transform='matrix(-1 0 0 -1 29.7 30.2002)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.slick-arrow:after{content: "";display: inline-block;width: 100%;height: 100%;background-size: contain;background-repeat: no-repeat;background-position: center;flex-shrink: 0;}
.slick-arrow{z-index: 9;width: 35px;height: 35px;}
.slick-arrow:before{display: none;}
.slick-next{transform: rotate(180deg);}
.slick-dotted.slick-slider{margin-bottom: 0px;}

.hero .item{
  padding: 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - var(--HeaderHeight) - var(--TopBarHeight));
  display: flex;
  align-items: center;
}
.hero .content h2{
  color: #FFF;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 68px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 0px;
}
.hero .content h2 span{
  font-weight: 500;
}
.hero .content p{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.15px;
  margin-top: 18px;
}
.hero .content .btn-light{
  width: 180px;
  margin-top: 45px;
}

.hero .figure{margin: auto;}
.hero .figure img{
  margin-left: auto;
  margin-right: 0;
}

.hero .slick-prev{
  left: 35px;
}
.hero .slick-next{
  right: 40px;
}

.hero .slick-dots{
  bottom: 30px;
}
.hero .slick-dots li{
  width: auto;
  height: auto;
  margin: 0 4px;
}
.hero .slick-dots li button{
  padding: 0px;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
}
.hero .slick-dots li button:before{display: none;}
.hero .slick-dots li.slick-active button{
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  background: var(--ThemeColor);
}


.product-highlight .product-text h2{
  color: #000C19;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 5px;
}

.product-highlight .product-text p,
.product-highlight .product-text li{
  color: #423B4F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.15px;
  margin-bottom: 15px;
}

.product-highlight .product-text ul{
  margin-bottom: 45px;
}


.our-services{
  background: #F4F7FA;
}

.our-services .sec-para{
  max-width: 769px;
  margin: 0 auto;
  margin-top: 20px;
}


.why-sec {
  position: relative;
  background-color: #F4F7FA;
  z-index: 1;
  overflow: hidden;
}

.why-sec::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(https://conceptcare.lastsearch.co.in/front-assets/images/Vector.png) no-repeat center center / cover;
  opacity: 0.3;
  z-index: -1;
}
.service-card{
  border-radius: 10px;
  border: 1px solid #E7E9ED;
  overflow: hidden;
}
.service-card .sc-header{
  height: 167px;
}
.service-card .sc-header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
}
.service-card .sc-body{
  padding: 10px;
  text-align: center;
}
.service-card .sc-body h3{
  color: #201C26;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.service-card .sc-body p{
  color: #646366;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



/*Our Product*/
.product-section .sec-para{
  max-width: 744px;
  margin: 0 auto;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-tabs .tab {
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--ThemeColor);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  border: 1px solid var(--ThemeColor);
  border-left: 0px;
  border-right: 1px solid var(--ThemeColor);
  padding: 15px 40px;
  background: #fff;
}

.product-tabs .tab:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid var(--ThemeColor);
}
.product-tabs .tab:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid var(--ThemeColor);
}

.product-tabs .tab:hover,
.product-tabs .tab.active {
  background-color: var(--ThemeColor);
  color: #fff;
}

.product-grid {
  display: none;
  margin-top: 40px;
}

.product-grid.active {
  display: block;
}

.product-grid .rw{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  justify-content: center;
}

.product-grid .cl {
    aspect-ratio: 1 / 1;            /* Keeps a square shape */
    width: 100%;                    /* Responsive width */
    max-width: 300px;              /* Optional max size */
    overflow: hidden;              /* Hide overflow just in case */
    padding: 5px 10px;             /* Space between items */
    box-sizing: border-box;
}

.product-grid .cl img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;            Show full image without cropping */
    object-position: center;       /* Center image */
    background-color: #fff;        /* Optional background for transparent images */
    line-height: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); /* Soft shadow */
}



.wc-card{
}
.wc-card .wc-header{
  height: 80px;
  width: 80px;
  margin: auto;
}
.wc-card .wc-header img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  line-height: 0;
}
.wc-card .wc-body{
  padding: 20px 10px;
  text-align: center;
}
.wc-card .wc-body h3{
  color: #000C19;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
}
.wc-card .wc-body p{
  color: #423B4F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}





.portfolio-sec .sec-para{
  max-width: 769px;
  margin: 0 auto;
  margin-top: 20px;
}

.portfolio-card{
  border-radius: 10px;
  border: 1px solid #E7E9ED;
  background: #F4F7FA;
  overflow: hidden;
}
.portfolio-card .portfolio-header{
  height: 212px;
}
.portfolio-card .portfolio-header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
}
.portfolio-card .portfolio-body{
  padding: 10px 10px;
  text-align: center;
}
.portfolio-card .portfolio-body h3{
  color: #201C26;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.portfolio-card .portfolio-body p{
  color: #646366;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.portfolio-slider{margin-top: 40px;}
.portfolio-slider .slick-track{
  display: flex;
/*  margin: 0 15px;*/
}
.portfolio-slider .slick-track .slick-slide{
  padding: 0 15px;
  height: auto;
}
.portfolio-slider .slick-track .portfolio-card{
  height: 100%;
}

.portfolio-slider .slick-next{
  transform: rotate(180deg);
}
.portfolio-slider .slick-prev{
  left: -40px;
}
.portfolio-slider .slick-next{
  right: -40px;
}



.testimonial .sec-para{
  max-width: 769px;
  margin: 0 auto;
  margin-top: 20px;
}
/*.testimonial-slider{margin-top: 40px;}*/

.testimonial-card{
  border-radius: 20px;
  border: 1px solid #E7E9ED;
  background: #FFF;
  padding: 5px 10px;
  position: relative;
}
.testimonial-card .comma{
  position: absolute;
  left: 15px;
  top: 10px;
  width: 40px;
}
.testimonial-header{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  line-height: 0;
  margin: auto;
  margin-bottom: 10px;
}
.testimonial-header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
  object-position: center;
}
.testimonial-body img{
  margin: auto;
  margin-bottom: 10px;
}
.testimonial-body h3{
  color: #000C19;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.testimonial-body p{
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.testimonial-slider .slick-track{
  display: flex;
/*  margin: 0 -15px;*/
  padding: 40px 0;
}
.testimonial-slider .slick-track .slickitem{
  padding: 0 15px;
  height: auto;
}
.testimonial-slider .slick-track .testimonial-card{
  height: 100%;
}
.testimonial-slider .slick-track .slick-center .testimonial-card{
  transform: scale(1.1);
}

.testimonial-slider .slick-prev{
  left:-40px;
}
.testimonial-slider .slick-next{
  right:-40px;
}





.focus-section {
  background: url('../images/server_systems.png') no-repeat center center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 137px;
  padding-top: 114px;
  text-align: center;
  min-height: 485px;
}

.focus-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(53, 116, 140, 0.5);
  z-index: 1;
}

.focus-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: auto;
}

.focus-content h2 {
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.focus-content p {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.product-text small {
  border-radius: 100px;
  background: #E5F8FF;
  display: inline-flex;
  height: 28px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #35748C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15px;
  text-transform: uppercase;
} 



/*PRODUCTS PAGE START */

.row.pro-rw{margin-right: -30px !important;margin-left: -30px !important;}
.pro-rw > .col, 
.pro-rw > [class*="col-"]{padding-right: 30px !important;padding-left: 30px !important;margin-top: 30px;}


.hero-v2 {
  display: flex;
  align-items: center;
  /*min-height: 520px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.hero-v2 .content{
  max-width: 583px;
}
.hero-v2 .content h2{
  font-weight: 700;
  font-size: 68px;
  line-height: 130%;
  letter-spacing: 0px;
  color: rgba(0, 12, 25, 1);
  margin-bottom: 20px;
}
.hero-v2 .content p{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: rgba(66, 59, 79, 1);
}
.hero-v2 .figure img{margin-right: -30px;}

.page-title{
/*  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;*/
  color: rgba(0, 12, 25, 1);
  margin-bottom: 40px;
}


.product-card{
  border-radius: 10px;
  border: 1px solid #E7E9ED;
  position: relative;
}
.pro-badge{
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  width: 93px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #201C26;
  border-radius: 4px;
  position: absolute;
  top: -16px;
  right: -16px;
}
.product-card .pro-header{
  height: 212px;
  background: radial-gradient(50% 50% at 50% 50%, #E5F1FF 0%, #D2E7FF 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-card .pro-header img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  line-height: 0;
  border-radius: 10px;
}
.product-card .pro-body{
  padding: 12px 10px;
  text-align: center;
}
.product-card .pro-body h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #201C26;
  margin-bottom: 12px;
}
.product-card .pro-body .btn{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  height: 33px;
  border-radius: 5px;
  width: 105px;
  padding: 8px;
}

/*PRODUCTS PAGE END */


/*CONTACT START */
.hero-v3{
  display: flex;
  align-items: center;
  /*min-height: 520px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.hero-v3 .content h2{
  color: #000C19;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}

.contact-card{
  border-radius: 20px;
  background: #35748C;
  padding: 23px 67px 88px 67px;
}
.contact-card-title{
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.contact-card-para{
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-cl.left .rw{
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.contact-cl.left .rw .icon{
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-cl.left .rw .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  line-height: 0;
}
.contact-cl.left .rw .text{text-align: left;}
.contact-cl.left .rw .text h6{
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 2px;
}
.contact-cl.left .rw .text p,
.contact-cl.left .rw .text a{
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
}
.contact-cl.left .rw .text a:hover{
  text-decoration: underline;
}


.contact-rw{
  margin-top: 100px;
  display: flex;
  align-items: flex-end;
}
.contact-cl.left{
  flex: 1;
  max-width: 357px;
}
.contact-cl.right{
  flex: 1;
  padding-left: 30px;
}


.contact-cl.right .row {margin-right: -26px !important;margin-left: -26px !important;}
.contact-cl.right .row > .col, 
.contact-cl.right .row > [class*="col-"]{padding-right: 26px !important;padding-left: 26px !important;margin-top: 24px;}

.map{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*CONTACT END */


/*ABOUT START */
.abt-intro-sec .sec-title,
.abt-intro-sec .sec-para{margin-bottom: 20px;max-width: 624px;}
.abt-intro-sec .row {margin-right: -40px !important;margin-left: -40px !important;}
.abt-intro-sec .row > .col, 
.abt-intro-sec .row > [class*="col-"]{padding-right: 40px !important;padding-left: 40px !important;}

.our-mission .container {max-width: 1160px;}
.our-mission-card{
  margin-top: 50px;
}
.our-mission-card h3{
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000C19;
  margin-bottom: 20px;
}
.our-mission-card p,
.our-mission-card ul li,
.our-mission-card ul li span{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #423B4F;
}
.our-mission-card ul li{
  color: var(--ThemeColor);
}

.why-choose-us{
  position: relative;
  background-color: #F4F7FA;
  z-index: 1;
  overflow: hidden;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(https://conceptcare.lastsearch.co.in/front-assets/images/Vector.png) repeat center center / contain;
  opacity: 0.3;
  z-index: -1;
}

.why-choose-us .sec-title{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.why-choose-us .wc-card .wc-header{
  width: 55px;
  height: 55px;
}
.why-choose-us .wc-card .wc-body h3{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #001833;
  margin-bottom: 5px;
}
.why-choose-us .wc-card .wc-body p{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #423B4F;
}

.abt-intro-sec.second .bg-top-right{
  left: 0;
  right: auto;
  top: auto;
  bottom: 15%;
}
.trust-sec{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-sec .sec-img{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  z-index: -1;
}


.trust-card {
    text-align: center;
    max-width: 1160px;
    padding: 46px;
    border-radius: 20px;
    background: url(https://conceptcare.lastsearch.co.in/front-assets/images/call-to-action-bg.png) no-repeat center center / cover #2b6d86;
}
.trust-card .sec-title{
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -1.2px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.trust-card .sec-para{
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
.trust-card .btn-light{
  margin-top: 40px;
}
/*ABOUT END */


/*BUSINESS TO BUSINESS START */

.b2b-why-choose-us {
  position: relative;
  background-color: #F4F7FA;
  z-index: 1;
  overflow: hidden;
}

.b2b-why-choose-us::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(https://conceptcare.lastsearch.co.in/front-assets/images/Vector.png) no-repeat center center / cover;
  opacity: 0.3;
  z-index: -1;
}
.choose-card{
  background: #fff;
  border-radius: 20px;
  padding: 34px 10px;
  text-align: center;
  height: 100%;
}
.choose-card h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #001833;
  margin-bottom: 5px;
}
.choose-card p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #423B4F;
  margin-bottom: 0px;
}
.serve-sec{background: #fff;}
.serve-sec .sec-title {margin-bottom: 40px}

.banner-section {
    background: url(assets/images/contact-us.svg) no-repeat center center / cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    text-align: center;
}
.banner-section h1{
  color:#000C19;
font-weight: 700;
font-size: 68px;
line-height: 130%;
}
.contact-box {
      max-width: 1215px;
      margin: 50px auto;
      background: #2b6d86;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    .form-control {
      background: transparent;
      border: 1px solid #ccc;
      color: white;
    }
    .form-control::placeholder {
      color: #ddd;
    }
    .form-control:focus {
      background: transparent;
      border-color: #fff;
      box-shadow: none;
      color: white;
    }
    .contact-info {
      margin-top: 30px;
    }
    .btn-custom {
      background: white;
      color: #2b6d86;
      font-weight: bold;
    }
    .btn-custom:hover {
      background: #ddd;
      color: #2b6d86;
    }
    .formSec .contact-box{
    background: url(../images/form-bg.png) no-repeat center center / contain #2b6d86;
    position: relative;    
    padding: 30px 40px;
    }
    .formSec h2,  .formSec p{
      color:#ffffff;
    }
    .formSec a{
      color:#ffffff;
    }
    .hero-v2.whiteTxt .content h2,  .hero-v2.whiteTxt .content p {
      color:#ffffff;
    }
@media(min-width: 1367px){
.serve-sec .row {margin-right: -30px !important;margin-left: -30px !important;}
.serve-sec .row > .col, 
.serve-sec .row > [class*="col-"]{padding-right: 30px !important;padding-left: 30px !important;margin-top: 20px;}
}

.serve-sec .bg-top-right{
  left: 0;
  right: auto;
  top: auto;
  bottom: -25%;
}

/*BUSINESS TO BUSINESS END */

.bgoff{
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #ffffff 100%)!important;
}
.product-grid h2{
font-weight: 700;
font-size: 48px;
line-height: 130%;
letter-spacing: 0px;
}
.product-section.pt-5{
  padding-top:140px!important;
}
.product-section .btn-light{
  border:1px solid #35748C;
}
.rounded-img {
  border-radius: 12px;   /* change value for more/less curve */
}

.brand-logos.aos-init.aos-animate {
    width: 380px;
}

.brand-logos img {
    max-width: 100%;
    height: auto;
} 