/* @font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 400;
    src: local('Muli'), url(../fonts/Muli-Regular.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: italic;
    font-weight: 400;
    src: local('Muli'), url(../fonts/Muli-Italic.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 275;
    src: local('Muli'), url(../fonts/Muli-ExtraLight.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: italic;
    font-weight: 275;
    src: local('Muli'), url(../fonts/Muli-ExtraLightItalic.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 300;
    src: local('Muli'), url(../fonts/Muli-Light.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: italic;
    font-weight: 300;
    src: local('Muli'), url(../fonts/Muli-LightItalic.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 600;
    src: local('Muli'), url(../fonts/Muli-SemiBold.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: italic;
    font-weight: 600;
    src: local('Muli'), url(../fonts/Muli-SemiBoldItalic.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 700;
    src: local('Muli'), url(../fonts/Muli-Bold.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: italic;
    font-weight: 700;
    src: local('Muli'), url(../fonts/Muli-BoldItalic.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    src: local('Muli'), url(../fonts/Muli-ExtraBold.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: italic;
    font-weight: 800;
    src: local('Muli'), url(../fonts/Muli-ExtraBoldItalic.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    src: local('Muli'), url(../fonts/Muli-Black.woff) format('woff')
}
@font-face {
    font-family: Muli;
    font-style: italic;
    font-weight: 900;
    src: local('Muli'), url(../fonts/Muli-BlackItalic.woff) format('woff')
} */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body,
html {
  overflow-x: clip;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
p {
  font-size: 24px;
  line-height: 36px;
  color: #616161;
  font-weight: 400;
  margin-bottom: 30px;
}
b,
strong {
  font-weight: 700;
}
/* body {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Muli';
    font-weight: 400;
    color: #000;
    overflow-x: hidden
}
a {
    color: #757575;
    transition: .5s
}
header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 9;
    transform: translateY(0);
    transition: .5s;
}
.navbar-brand {
    padding: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}
.navbar-brand img {
    max-width: 200px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}
header .navbar-collapse {
    flex-grow: inherit;
}
header .navbar-nav a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    padding: 38px 27px;
    display: block;
    position: relative;
    transition: .3s;
}
header .navbar-nav a:before {
    content: "\f143";
    font-family: flaticon;
    color: inherit;
    transition: .3s;
    opacity: 0;
    transform: translateX(-10px);
    position: absolute;
    left: 0;
}
header .navbar-nav a:hover,
header .navbar-nav .menu-item.current-menu-item a,
header .navbar-nav .menu-item.current-menu-ancestor>a,
header .navbar-nav a:focus,
header .navbar-nav a:active {
    color: #000;
    opacity: .7;
}
header .navbar-nav a:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
header .navbar-nav .menu-item+.menu-item {
    margin-left: 20px;
}
header .navbar-nav .menu-item-has-children a::after {
    content: '\f178';
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-family: flaticon;
    font-size: .5em;
    color: #000;
}
.navbar {
    padding: 0 !important
}
.navbar-toggler {
    padding: 0;
    transition: .5s;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important
}
.header-top {
    background: rgba(50, 50, 50, 0.98);
    padding: 15px 0;
    transition: all .5s;
}
header .container-fluid {
    padding: 0 30px;
}
.ht-box h6 {
    margin: 0;
    font-size: 14px;
}
.ht-box h6+h6 {
    margin-left: 34px;
}
.ht-box h6 a {
    color: rgba(181, 181, 181, 1);
    font-weight: 700;
}
.ht-box h6 a:hover i,
.social a:hover {
    color: #d9377f;
}
.social {
    margin-left: 90px;
}
.social a {
    font-size: 14px;
}
.social a+a {
    margin-left: 21px;
}
.header-bottom {
    background: rgba(255, 221, 10, 1);
    transition: all .5s;
}
header.sticky {
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
    transform: translateY(-62.4px);
}
.header_search {
    position: relative
}
.header_search-button {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    top: -8px;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s
}
.header_search-open .header_search-button {
    top: -2px;
}
.header_search-button svg {
    transition: .3s
}
.header_search-button svg .st_transform {
    stroke: #000 !important;
    transform-origin: bottom left;
    transform-box: fill-box;
    transition: .45s
}
.header_search-button svg g path {
    fill: #000 !important
}
.header_search-button svg line {
    stroke: #000 !important
}
.header_search-button:hover svg path.st_transform {
    transform: rotate(-185deg)
}
.header_search-button:after,
.header_search-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #000;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0
}
.header_search-button:before {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border-width: 2px;
    transform: rotate(45deg);
    transition: all .3s, background-color 0s linear 0s;
}
.header_search-button:after {
    border-width: .5px;
    width: 0;
    height: 35%;
    left: 90%;
    top: 90%;
    margin-left: 0;
    margin-top: 0;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all .3s
}
.header_search.search_standard .header_search-field {
    position: absolute;
    z-index: 2;
    top: 80px;
    right: 0;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .08);
    transform: scale3d(.8, .8, .8);
    opacity: 0;
    visibility: hidden;
    background: #2d2d2d;
    transition: .3s
}
.header_search.search_standard .header_search-field .search-form {
    position: relative;
    z-index: 1
}
.header_search.search_standard .header_search-field .search-form:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath style='fill:%23fff;' d='M118,20c54,0,98,44,98,98s-44,98-98,98s-98-44-98-98S64,20,118,20 M118,0C52.8,0,0,52.8,0,118s52.8,118,118,118 s118-52.8,118-118S183.2,0,118,0L118,0z'/%3E%3C/g%3E%3Cpath class='st0' style='fill:none;stroke:%23fff;stroke-width:20;stroke-miterlimit:10;' d='M189,118c0-39.2-31.8-71-71-71'/%3E%3Cline class='st0' style='fill:none;stroke:%23fff;stroke-width:20;stroke-miterlimit:10;' x1='192' y1='192' x2='275' y2='275'/%3E%3C/svg%3E");
    opacity: 1;
    transform: translateY(-50%);
    transition: .4s
}
.header_search.search_standard .header_search-field .search-form:hover:after {
    opacity: .6
}
.header_search.search_standard .header_search-field .search-field {
    width: 270px;
    height: 46px;
    border: 0;
    outline: none;
    border-radius: 5px;
    padding: 14px 50px 14px 20px;
    font-weight: 400;
    background: rgba(255, 255, 255, .1);
    color: #fff
}
.header_search.search_standard .header_search-field .search-field:-ms-input-placeholder {
    color: #fff !important
}
.header_search.search_standard .header_search-field .search-field::placeholder {
    color: #fff !important
}
.header_search.search_standard .header_search-field .search-field:active,
.header_search.search_standard .header_search-field .search-field:focus {
    box-shadow: none;
    border-color: transparent
}
.header_search.search_standard .header_search-field .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 0;
    background: 0 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer
}
.header_search.search_standard .header_search-field .search-button:active,
.header_search.search_standard .header_search-field .search-button:focus {
    box-shadow: none;
    background: 0 0
}
.header_search.header_search-open.search_standard .header_search-field {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: scale3d(1, 1, 1)
}
.header_search.header_search-open.search_standard .header_search-button svg {
    opacity: 0
}
.header_search.header_search-open.search_standard .header_search-button:after,
.header_search.header_search-open.search_standard .header_search-button:before {
    opacity: 1;
    visibility: visible
}
.header_search.header_search-open.search_standard .header_search-button:before {
    width: 0;
    height: 100%;
    border-radius: 0;
    border-width: .5px;
    left: 50%;
    background-color: #000;
    transition: all .3s, background-color 0s linear .3s;
    transform: translateX(-.5px) rotate(45deg)
}
.header_search.header_search-open.search_standard .header_search-button:after {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}
.header_search.header_search-open.search_standard .header_search-close {
    opacity: 1
}
.header_search.header_search-open.search_standard .header_search-close:before {
    content: "\f180";
    font: 14px/1 flaticon;
    font-size: 21px;
    cursor: pointer
}
.header-btn {
    min-width: 156px;
    min-height: 46px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: .01em;
    margin-left: 30px;
    color: #000;
    justify-content: center;
}
.header-btn i {
    padding-left: 11px;
    font-size: 15px;
}
header .navbar-nav .menu-item-has-children {
	position: static !important;
}
.mega-menu{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1050px;
    background: #fff;
    z-index: 555;
    top: calc(100% + 15px);
    border-radius: 5px;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.08);
    padding: 0 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in;
}
header .navbar-nav .menu-item-has-children.sub-open .mega-menu{
    opacity: 1;
    visibility: visible;
}
.mega-menu ul li.menu-item a:after{
    display: none;
}
.mega-menu h4{
    margin: 12px 0 0 28px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f5f8 !important;
}
.mega-menu h4 a {
    font-size: 21px;
    font-weight: 700;
    color: rgb(65, 105, 225);
    opacity: .7;
    padding-left: 28px;
    width: 100%;
    display: block;
    padding: 10px 20px 5px 0;
}
.mega-menu h4 a:hover{
    color: rgb(65, 105, 225);
    opacity: 1;
    padding-left: 30px;
}
.mega-menu h4 a:after{
    display: none;
}
.mega-menu ul {
	display: flex;
	flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.mega-menu ul li.menu-item {
    flex: 0 0 auto;
	width: 30%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin: 15px 0 !important;
    margin-left: 28px !important;
}
.mega-menu ul li.menu-item a{
    padding: 0 !important;
}
.mega-menu ul li + li{
    margin: 0 !important;
}
.mega-menu ul li.menu-item a:hover{
    padding-left: 30px !important;
    color: #4169e1 !important;
} */
h1 {
  font-size: 57px;
  font-weight: 900;
  line-height: 69px;
  text-transform: capitalize;
}
.home-banner {
  padding-top: 160px;
}
.hb-desc h1 {
  color: #fff;
}
.hb-btns {
  margin-top: 60px;
}
.btn-white {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 19px 28px;
  border-radius: 5px;
  line-height: 1;
}
.btn-white i,
.btn-primary i {
  font-weight: 400;
  margin-left: 8px;
}
.btn-white:hover,
.btn-white:focus {
  background: #fff;
  color: #000;
}
.btn-white:hover i,
.btn-white:focus i {
  color: #000;
}
.btn-primary {
  border: 1px solid #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 19px 28px;
  border-radius: 5px;
  line-height: 1;
  background: linear-gradient(rgb(255, 221, 10) 0%, rgb(255, 205, 2) 100%);
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(rgb(255, 221, 10) 0%, rgb(255, 205, 2) 100%);
  color: #fff;
  border-color: #fff;
}
.btn-primary:hover i,
.btn-primary:focus i {
  color: #fff;
}
.hb-btns .btn-primary {
  margin-left: 50px;
}
.hb-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px #00000070;
  max-width: 320px;
  margin: 0 auto;
}
.hb-form h2 {
  line-height: 20px;
  font-weight: 900;
  padding: 10px;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0;
}
.hb-form input,
.hb-form textarea {
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  border-color: rgb(246, 246, 246) !important;
  border-style: solid;
  padding: 10px 20px;
  color: #000;
  box-shadow: none !important;
  outline: none !important;
  margin-bottom: 20px;
}
.hb-form textarea {
  width: 100%;
  height: 80px !important;
}
.hb-form .submit {
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 700;
  border: 0;
  padding: 12px 30px;
  border-radius: 5px;
  background: -webkit-linear-gradient(
    left,
    #ffdd0a 0,
    #ff3d00 50%,
    #ffdd0a 100%
  );
  background: -ms-linear-gradient(left, #ffdd0a 0, #ff3d00 50%, #ffdd0a 100%);
  background-size: 300%, 1px;
  background-position: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.hb-form .submit:hover {
  background-position: 100%;
}
.hb-form input:focus::placeholder,
.hb-form textarea:focus::placeholder {
  opacity: 0;
}
.home-banner .container {
  padding-top: 100px;
  padding-bottom: 180px;
}
.pointers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 2;
}
.pointer {
  color: #000;
  padding: 25px 40px 25px 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  background: -webkit-radial-gradient(
    100% 110%,
    circle farthest-corner,
    #ff3d00 10%,
    #ffdd0a 50%
  );
  background: radial-gradient(
    circle farthest-corner at 100% 110%,
    #ffd109 10%,
    #ffdd0a 50%
  );
  position: relative;
  transition: none;
}
.pointer i {
  font-weight: 400;
}
.pointer i:nth-child(1) {
  font-size: 33px;
  width: 50px;
  margin-right: 8px;
  text-align: center;
}
.pointer i:nth-child(2) {
  margin-left: auto;
}
.pointer:hover {
  background: #ffd109;
}
.home-about {
  margin: 120px 0 50px;
}
.sub-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(217, 55, 127);
  text-transform: uppercase;
  padding-bottom: 10px;
}
.hs-desc h2 {
  padding-bottom: 10px;
}
h2 {
  font-size: 42px;
  line-height: 1.238;
  color: #232323;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: -1.6px;
}
.btn-gradient {
  min-width: 165px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #d9377f;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d9377f;
}
.btn-gradient i {
  font-size: 15px;
  margin-right: 14px;
}
.btn-gradient:hover,
.btn-gradient:focus {
  background: linear-gradient(90deg, #de3b76, #a713d2);
  color: #fff;
  box-shadow: 0px 9px 30px 0 rgba(222, 59, 118, 0.4);
}
.btn-gradient:hover i,
.btn-gradient:focus i {
  color: #fff;
}
.home-clients {
  padding: 60px 0 30px;
  background: #f4f4f4;
}
.clientswiper {
  margin-top: 30px;
}
.clientswiper .swiper-slide {
  text-align: center;
}
.clientswiper .swiper-slide img {
  max-width: 100%;
  filter: grayscale(100%);
}
.clientswiper .swiper-slide:hover img {
  filter: grayscale(0);
}
.home-clients .btn-gradient {
  margin-top: 50px;
}
.home-service,
.home-case {
  margin: 65px 0 30px;
}
.hs-desc p {
  margin: 0;
}
.mt-50 {
  margin-top: 50px;
}
.home-service .col-lg-4 {
  display: inherit;
}
.service-box {
  padding: 50px 40px 40px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  background: #fff;
  border: 1px solid #dbdbdb;
  z-index: 1;
}
.service-icon {
  margin-bottom: 24px;
}
.service-icon img {
  width: 87px;
  height: 87px;
  border-radius: 50%;
}
.service-box h3 {
  font-size: 22px;
  margin-bottom: 13px;
  font-weight: 700;
  line-height: 29px;
}
.service-desc p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  min-height: 90px;
}
.service-box .service-img {
  transition: all 1s;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.service-box .btn-gradient {
  transition: all 1s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: -1;
}
.service-box .btn-gradient i {
  margin: 0 0 0 8px;
}
.serivce-box:hover {
  border-color: transparent;
}
.service-box:hover .service-img {
  opacity: 1;
  z-index: 2;
}
.service-box:hover .btn-gradient {
  opacity: 1;
  z-index: 3;
}
.home-service .row {
  row-gap: 15px;
}
.home-industry,
.home-testi {
  padding: 65px 0 30px;
}
.industry-box {
  width: 100%;
  padding: 40px 40px 34px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  transition: 0.4s;
  overflow: hidden;
  min-height: 216px;
  background: #fff;
  text-align: center;
}
.ind-desc {
  transition: 0.4s;
}
.ind-desc img {
  width: 50px;
  line-height: 1;
  color: #d9377f;
  margin-bottom: 16px;
  transition: 0.4s;
}
.ind-desc h3 {
  line-height: 36px;
  font-size: 22px;
  font-weight: 600;
  color: #232323;
  margin: 0;
}
.industry-box:hover {
  border-color: transparent;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.industry-box:hover img {
  opacity: 0;
}
.industry-box:hover .ind-desc {
  transform: translateY(-35%);
}
.home-industry .row,
.home-case .row {
  row-gap: 30px;
}
.blog-box {
  padding-bottom: 55px;
}
.blog-box img {
  width: 100%;
  border-radius: 5px;
}
.blog-box .blog-desc {
  left: 35px;
  right: 35px;
  bottom: 0;
  padding: 25px 20px 10px;
  z-index: 3;
  transition: all 0.35s ease-out;
  position: absolute;
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.blog-box .blog-desc .cat {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #b3b3b3;
  margin-bottom: 12px;
  display: block;
}
.blog-box .blog-desc .cat:hover {
  color: rgb(217, 55, 127);
}
.blog-box .blog-desc h3,
.blog-box .blog-desc h3 a {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #232323;
  margin: 0;
}
.blog-box .blog-desc h3:hover,
.blog-box .blog-desc h3 a:hover {
  opacity: 0.7;
}
.blog-box:hover .blog-desc {
  bottom: 55px;
}
.testi-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}
.testi-box .author-img {
  position: absolute;
  z-index: 1;
  top: -35px;
  left: -35px;
}
.testi-box .author-img img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.testiswiper {
  overflow: visible;
  margin-top: 35px;
}
.testi-box .author-name {
  padding: 32px 35px 30px;
  border-bottom: 1px solid #eee;
}
.testi-box .author-name h3 {
  padding-bottom: 1px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}
.testi-box .author-name .designation {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 6px;
  display: block;
  min-height: 40px;
}
.testi-box .author-name:after {
  position: absolute;
  z-index: 1;
  content: "“";
  font-family: "Muli";
  font-size: 120px;
  text-align: center;
  color: #fff;
  right: 35px;
  top: -35px;
  height: 72px;
  width: 72px;
  line-height: 124px;
  border-radius: 50%;
  background: -webkit-linear-gradient(
    left,
    #ffdd0a 0,
    #ff3d00 50%,
    #ffdd0a 100%
  );
  background: -ms-linear-gradient(left, #ffdd0a 0, #ff3d00 50%, #ffdd0a 100%);
  background-size: 300%, 1px;
  background-position: 0;
}
.testi-box .description {
  padding: 25px 35px 30px;
}
.testi-box .description p {
  font-size: 16px;
  min-height: 240px;
  color: #616161;
  margin: 0;
  line-height: 30px;
}
.home-awards {
  padding: 35px 0 55px;
  background: #f3ecff;
}
.award-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  align-items: center;
}
.award-img img {
  max-width: 210px;
  margin: 0 auto;
}
.award-img:hover {
  transform: scale(1.1);
}
.get-in-touch {
  padding: 45px 0 30px;
}
.home-news {
  margin: 50px 0;
}
.news-box {
  border-radius: 5px;
  position: relative;
  border: 1px solid #e6e6e6;
}
.news-img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.news-img .tags {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.news-img .tags a {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(
    left,
    #3486fe 0,
    #0c1bae 50%,
    #3486fe 100%
  ) !important;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 20px;
  transition: 0.4s;
  font-size: 10px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-img .tags a:hover {
  background: -webkit-linear-gradient(
    left,
    #0c1bae 0,
    #3486fe 50%,
    #0c1bae 100%
  ) !important;
}
.news-desc {
  padding: 25px 30px 7px;
}
.news-desc h3,
.news-desc h3 a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 16px;
}
.news-desc h3:hover,
.news-desc h3 a:hover {
  color: #d9377f;
}
.news-date {
  margin-top: 25px;
  padding: 15px 0 10px;
  border-top: 1px solid rgba(96, 101, 104, 0.15);
}
.news-date .date {
  color: #989898;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.news-date .share-icon:before {
  font-size: 13px;
  font-family: Flaticon;
  font-weight: 700;
  content: "\f13a";
  vertical-align: middle;
}
.share_social-wpapper {
  padding: 0;
  display: block;
  position: absolute;
  right: 0;
  top: -100%;
  margin-top: 10px;
  margin-right: -20px;
  z-index: 2;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 13px 0 rgba(145, 145, 145, 0.3);
  background: #fff;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
.share_social-wpapper:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  height: 15px;
  width: 100%;
}
.share_social-wpapper:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0;
  border-color: #fff transparent transparent;
  right: 17px;
  bottom: -8px;
}
.share_social-wpapper ul {
  padding: 0;
  line-height: inherit;
  white-space: nowrap;
}
.share_social-wpapper ul li {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
  font-size: 14px;
}
.share_social-wpapper ul li:before {
  display: none;
}
.share_social-wpapper ul li .share_facebook span.fa {
  color: #3b5998;
}
.share_social-wpapper ul li .share_twitter span.fa {
  color: #1da1f2;
}
.share_social-wpapper ul li .share_pinterest span.fa {
  color: #bd081c;
}
.share_social-wpapper ul li .share_linkedin span.fa {
  color: #007bb5;
}
.news-date .share:hover .share_social-wpapper {
  visibility: visible;
  opacity: 1;
  margin-top: -2px;
}
.share_social-wpapper ul li a:hover span {
  color: #d9377f !important;
}
.cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  background: #2d2d2d;
  z-index: -1;
}
.cta .container-fluid {
  max-width: 1452px;
  margin: 0 auto;
  background: linear-gradient(90deg, #0c1bae, #3486fe);
  padding: 50px 70px;
  border-radius: 5px;
}
.cta h4 {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 34px;
}
.cta input {
  display: block;
  height: 50px;
  width: 100%;
  margin: 0;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-family: inherit;
  background: rgba(167, 167, 167, 0.1);
  outline: 0;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.cta input::placeholder {
  color: #fff;
}
.cta input:focus {
  background: #fff;
}
.cta input:focus::placeholder {
  opacity: 0;
}
.cta .submit {
  height: 50px;
  margin: 0;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-family: inherit;
  background: #fff;
  color: #313131 !important;
  outline: 0;
  border-radius: 5px;
  margin-top: 15px;
  transition: 0.3s;
}
.cta .submit:hover {
  background: rgba(255, 255, 255, 0.7);
}
/* .footer-top{
    padding-top: 100px;
    background: #2d2d2d;
}
.ft-logo img{
    max-width: 225px;
    margin-bottom: 20px;
}
footer p{
    color: #cccccc;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 85%;
}
.download-port {
    margin-bottom: 30px;
    display: block;
}
footer h6{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 12px;
}
footer .social{
    margin-top: 30px;
    margin-left: 0;
}
footer .social a{
    font-size: 20px;
    color: #cccccc;
}
.footer-top ul{
    margin-bottom: 30px;
}
.footer-top ul li{
    margin-bottom: 6px;
}
.footer-top ul li a{
    position: relative;
    color: #cccccc;
    font-size: 16px;
    padding-bottom: 2px;
}
.footer-top ul li a:before {
	content: '';
	position: absolute;
	z-index: 1;
	display: block;
	bottom: 0;
	border-bottom: 1px solid;
	width: 0;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	visibility: visible;
	transition: all .3s ease-in-out 0s,color 0s;
}
.footer-top ul li a:hover::before {
	width: 100%;
	color: #fff !important;
}
.con-box p {
	font-size: 15px;
	line-height: 26px;
}
.footer-bottom{
    background: #222;
    padding: 20px 0;
}
.footer-bottom a, .footer-bottom p {
	font-size: 12px;
	line-height: 1;
	color: #a9a9a9;
	margin: 0;
	padding: 0 10px;
	position: relative;
}
.footer-bottom a + a, .footer-bottom p {
	border-left: 1px solid #a9a9a9;
}
.footer-bottom a:hover{
    color: #d9377f;
}
.popup-home .modal-dialog {
	max-width: 615px;
}
.popup-home .modal-content{
    border-radius: 0;
}
.popup-home .btn-close {
	position: absolute;
	height: 28px;
	width: 28px;
	left: auto;
	right: 8px;
	bottom: auto;
	top: 8px;
	padding: 4px;
	color: #fff;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	border: 1px #fff;
	border-radius: 42px;
	box-shadow: 0 0 0 0 rgba(2,2,2,.23);
	text-shadow: 0 0 0 rgba(0,0,0,.23);
    padding: 0;
    opacity: 1;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") #315b7c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    z-index: 2;
}
.popup-home .modal-body{
    padding: 0;
}
.popup-grid {
	display: grid;
	align-items: center;
	grid-template-columns: auto 185px;
}
.popup-grid .hb-form {
	background: transparent;
	padding: 25px;
	border: 0;
	max-width: 100%;
	box-shadow: none;
}
.pop-img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 185px;
}
.popup-home .hb-form input{
    background: rgba(167,167,167,.1);
}
.popup-home .hb-form input:focus{
    background: #fff;
}
.popup-home .hb-form h2 {
	line-height: 24px;
	font-weight: 900;
	padding: 0;
	margin-bottom: 20px;
	font-size: 18px;
} */

.page-template-home-new .header_area_container #integrio_button_5f6db9cf3c91b,
.page-template-ai-labs .header_area_container #integrio_button_5f6db9cf3c91b,
.single-ai-labs .header_area_container #integrio_button_5f6db9cf3c91b {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: auto;
  border-radius: 0;
}
.page-template-home-new
  .header_area_container
  #integrio_button_5f6db9cf3c91b
  .wgl_button_link,
.page-template-ai-labs
  .header_area_container
  #integrio_button_5f6db9cf3c91b
  .wgl_button_link,
.single-ai-labs
  .header_area_container
  #integrio_button_5f6db9cf3c91b
  .wgl_button_link {
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
}
.page-template-home-new
  .header_area_container
  #integrio_button_5f6db9cf3c91b:hover
  i,
.page-template-ai-labs
  .header_area_container
  #integrio_button_5f6db9cf3c91b:hover
  i,
.single-ai-labs .header_area_container #integrio_button_5f6db9cf3c91b:hover i {
  color: #000;
}
body.page-template-home-new .hb-form {
  background: #fff;
}
.page-template-home-new
  .hb-form
  input.form-control:not([type="checkbox"]):not([type="submit"]),
select,
textarea {
  height: 40px;
  font-size: 14px;
  line-height: 25px;
}
.page-template-home-new .hb-form .form-group {
  margin-bottom: 20px;
}
.page-template-home-new .hb-form .form-group:last-child {
  margin-bottom: 0;
}
body.page-template-home-new .footer_top-area p,
body.page-template-ai-labs .footer_top-area p,
body.single-ai-labs .footer_top-area p {
  color: #fff;
}
.ai-labs-banner {
  height: 500px;
  margin-bottom: 20px;
}
.ai-labs-banner .container {
  padding-top: 0;
  padding-bottom: 0;
}
.ai-labs-banner h4 {
  color: #fff;
  font-size: 26px;
  padding-top: 14px;
}
.ai-labs-banner .hb-desc p {
  font-size: 18px;
  padding-top: 10px;
}
.breadcrumbs {
  width: auto;
  padding-left: 54px;
  display: flex;
  align-items: center;
  color: black;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.breadcrumbs a {
  opacity: 0.7;
  color: #d9377f;
}
.breadcrumbs .divider {
  width: 15px;
  height: 1px;
  vertical-align: middle;
  font-size: inherit;
  font-weight: 400;
  background-color: black;
  margin: 0 3.5px;
  margin-top: 3px;
}
.breadcrumbs .current {
  opacity: 1;
}
.labs-title h2 {
  font-size: 44px;
  line-height: 1.2em;
}
.labs-title p {
  text-align: start;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding-top: 20px;
}
.labs {
  padding-top: 60px;
}
body.single-ai-labs .portfolio_info_item-info_desc {
  width: 49%;
}
body.single-ai-labs .share_social-wpapper {
  position: unset;
  visibility: visible;
  opacity: 1;
  background: transparent;
  box-shadow: none;
}
.labs-overview {
  padding-top: 20px;
}
.ai-labs-content-wrapper ul {
  padding-top: 30px;
}
.ai-labs-content-wrapper ul li {
  padding-left: calc(1em + 5px);
}
.ai-labs-content-wrapper ul li::before {
  content: "\f17f";
  font-family: flaticon;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  font-size: 0.8em;
  color: #d9377f;
}
body.single-ai-labs .related-title {
  padding: 30px 0;
}
.related-ai-labs {
  padding-bottom: 60px;
}
.related-ai-labs .row {
  row-gap: 60px;
}
.post-img {
  padding-bottom: 30px;
}
#ai-labs-filter-list li {
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 50px;
  padding-bottom: 9px;
  padding-left: 5px;
  cursor: pointer;
}
#ai-labs-filter-list li .number_filter {
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 16px;
  right: -18px;
  line-height: 16px;
  font-size: 11px;
  top: -15px;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  text-align: center;
  color: #fff;
  transform: translateY(4px);
}
#ai-labs-filter-list li:after {
  content: "\f143";
  font-family: flaticon;
  position: absolute;
  z-index: 1;
  left: -20px;
  opacity: 0;
  transition: all 0.5s;
  font-size: 14px;
  visibility: hidden;
  color: #d9377f;
}
#ai-labs-filter-list li:hover:after,
#ai-labs-filter-list li.active:after {
  opacity: 1;
  left: -15px;
  visibility: visible;
}
#ai-labs-filter-list li:hover .number_filter,
#ai-labs-filter-list li.active .number_filter {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  color: #d9377f;
}
#ai-labs-filter {
  padding-top: 60px;
  padding-bottom: 30px;
}
#ai-labs-posts {
  text-align: center;
  padding-bottom: 60px;
}
#ai-labs-posts .row {
  row-gap: 60px;
}
@media screen and (max-width: 1799px) {
}
@media screen and (max-width: 1699px) {
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1399px) {
  h1 {
    font-size: 47px;
    line-height: 59px;
  }
  h2 {
    font-size: 40px;
  }
  .pointer {
    font-size: 18px;
  }
  p {
    font-size: 22px;
    line-height: 34px;
  }
  .testi-box .author-name .designation {
    min-height: 60px;
  }
  .testi-box .description p {
    min-height: 270px;
  }
  .award-img img {
    max-width: 200px;
  }
  .news-desc h3,
  .news-desc h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1260px) {
  body.page-template-ai-labs #main,
  body.single-ai-labs #main {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  /* header .container-fluid {
        padding: 0 15px;
    }
    .ht-box h6{
        font-size: 12px;
    }
    .ht-box h6 + h6 {
        margin-left: 14px;
    }
    header .social {
        margin-left: 50px;
    }
    header .social a + a {
        margin-left: 12px;
    }
    .navbar-brand img{
        max-width: 150px;
    }
    header .navbar-nav a{
        font-size: 14px;
        padding: 38px 20px;
    }
    header .navbar-nav .menu-item-has-children a::after{
        right: 6px;
    }
    .mega-menu{
        max-width: 1000px;
    }
    header.sticky{
        transform: translateY(-62px);
    } */
  .home-banner .container {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .award-img img {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  /* .header-top{
        display: none;
    }
    .header-bottom{
        padding: 20px 0
    }
    header.sticky {
        transform: translateY(0);
    }
    .navbar-collapse {
        padding: 0;
        float: left;
        width: 100%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: rgba(255, 221, 10, 1);
        overflow: auto;
    }
    .navbar-collapse.show {
        right: 0;
    }
    button.close-btn {
        width: 100%;
        height: 40px;
        background: #000;
        border: 0;
        right: 0;
        position: absolute;
        font-size: 18px;
        color: #fff;
        padding: 0 15px 0;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
    }
    button.close-btn svg {
        fill: #fff;
        width: 18px;
        padding-top: 10px;
        vertical-align: unset;
    }
    ul.navbar-nav {
        padding-top: 40px;
        width: 100%;
        overflow-x: hidden;
    }
    ul.navbar-nav>li {
        width: 100%;
    }
    header .menu-item+.menu-item {
        margin-left: 0 !important;
        border-top: 1px solid #000;
    }
    header .navbar-nav a {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 15px 30px !important;
        line-height: 1;
        border: 0;
    }
    header .collapse:not(.show) {
        display: block;
    }
    .navbar-toggler {
		display: block;
		top: 50%;
		right: 15px;
		position: absolute;
		border: 2px solid #001F35 !important;
		border-radius: 10px;
		width: 40px;
		height: 40px;
		padding: 8px;
		box-shadow: none !important;
		transform: translateY(-50%);
	}
    .navbar-toggler .icon-bar {
        width: 100%;
        height: 1.5px;
        background-color: #000;
        display: block;
        border-radius: 2px;
    }
    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    header .navbar-nav .menu-item-has-children a::after{
        right: 30px;
    }
    .home-banner {
        padding-top: 74px;
    }
    .header-bottom .d-flex {
        margin-right: 65px;
    }
    .header-bottom .d-flex .header-btn{
        display: none !important;
    }
    header .navbar-nav > li.menu-item-has-children .mega-menu{
        display: none;
    }
    header .navbar-nav > li.menu-item-has-children.sub-open .mega-menu {
        display: block !important;
        position: relative !important;
        padding: 0 !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
        -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
        transform: inherit !important;
        opacity: 1 !important;
        border-radius: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        background: #fff !important;
    }
    .mega-menu h4 {
        margin: 0;
        border-bottom: 1px solid #000 !important;
        padding-bottom: 0;
    }  
    .mega-menu ul {
        height: 233px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .mega-menu ul li.menu-item{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .mega-menu ul li.menu-item a{
        padding: 15px 30px !important;
    }
    .mega-menu ul li.menu-item a:hover{
        margin-left: 30px !important;
    }
    .home-banner .row {
        row-gap: 30px;
    } */
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hb-btns {
    margin-top: 30px;
  }
  .hb-btns .btn-primary {
    margin-left: 25px;
  }
  .home-banner .hb-form {
    max-width: 90%;
    margin-bottom: 50px;
  }
  .pointers {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-about {
    margin: 75px 0 50px;
  }
  h2 {
    font-size: 35px;
  }
  .home-clients {
    padding: 30px 0 30px;
  }
  .col-lg-6.text-end {
    text-align: left !important;
  }
  .hs-desc p br {
    display: none;
  }
  .hs-desc p {
    margin: 0 0 15px;
  }
  .home-service,
  .home-case {
    margin: 55px 0 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .testi-box .author-name .designation,
  .testi-box .description p {
    min-height: auto;
  }
  .testi-box .author-img {
    left: -25px;
  }
  .award-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
  }
  .award-img img {
    max-width: 100%;
  }
  .home-news .row,
  footer .row {
    row-gap: 30px;
  }
  .home-news {
    margin: 30px 0;
  }
  .footer-top ul:last-child {
    margin: 0;
  }
  .footer-bottom .d-flex {
    display: block !important;
  }
  .footer-bottom p {
    margin: 15px auto 0;
    border-left: 0;
  }
  .ai-labs-banner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hb-desc h1 br {
    display: none;
  }
  .pointers {
    grid-template-columns: auto;
    position: relative;
    bottom: 0;
    padding: 15px 40px 15px 20px;
  }
  .home-banner .container {
    padding-bottom: 15px;
  }
  .home-about {
    margin: 50px 0;
  }
  .industry-box {
    min-height: auto;
  }
  .award-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
  .award-grid img {
    max-width: 90%;
    margin: 0 auto;
  }
  .cta .container-fluid {
    padding: 30px;
  }
  .footer-top {
    padding-top: 75px;
  }
  .testi-box .author-img {
    left: 0;
    top: -50px;
  }
  .testi-box .author-name::after {
    right: 0;
    top: -50px;
  }
  .hb-btns .btn-white {
    font-size: 12px;
    padding: 15px 20px;
  }
  .hb-btns .btn-primary {
    margin-left: 15px;
    font-size: 12px;
    padding: 15px 20px;
  }
  .hb-btns .btn-primary {
    margin-left: 15px;
  }
  .popup-grid {
    grid-template-columns: auto 100px;
  }
  .pop-img {
    width: 100px;
  }
  .popup-home .hb-form h2 {
    font-size: 16px;
  }
  .popup-grid .hb-form {
    padding: 15px;
  }
  .home-industry .col-lg-3 {
    width: 50%;
    display: inherit;
  }
  .industry-box {
    padding: 20px 6px;
  }
  .ind-desc h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .labs {
    padding-bottom: 60px;
  }
  .ai-labs-banner {
    height: 400px;
  }
}

/* Ansh 11-06-25 */
.hb-desc h1 {
  font-size: 52px;
  line-height: 1.3em;
}
.hb-desc p {
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  padding-top: 20px;
}
.hb-form .wgl_col-12 br {
  display: none !important;
}
.home-news .col-lg-4 {
  display: inherit;
}
body.page-template-home-new #cta-ftr {
  background: #fff;
}
.ai-labs-tag {
  padding-top: 60px;
}
.labs .post-title {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .hb-desc br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-img img {
    height: 260px;
  }
  .hb-desc h1 {
    font-size: 32px;
  }
  .logo-mobile {
    height: 40px !important;
  }
  .labs .post-title h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .breadcrumbs {
    padding-left: 10px;
    flex-wrap: wrap;
  }
}
