@font-face {
  font-family: "BasisGrotesque-Bold";
  src: url("../fonts/BasisGrotesque-Bold-Pro.ttf");
}

@font-face {
  font-family: "BasisGrotesque-Light";
  src: url("../fonts/BasisGrotesque-Light-Pro.ttf");
}

@font-face {
  font-family: "BasisGrotesque-Medium";
  src: url("../fonts/BasisGrotesque-Medium-Pro.ttf");
}

@font-face {
  font-family: "BasisGrotesque-Regular";
  src: url("../fonts/BasisGrotesque-Regular-Pro.ttf");
}

@font-face {
  font-family: "HouschkaRoundedAlt-Light";
  src: url("../fonts/HouschkaRoundedAlt-Light.ttf");
}

@font-face {
  font-family: "HouschkaRoundedAlt-Medium";
  src: url("../fonts/HouschkaRoundedAlt-Medium.ttf");
}

.navbar-brand {
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "BasisGrotesque-Regular";
  color: #101010;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  box-shadow: none;
}

.bg-primary {
  background-color: rgb(30, 64, 120) !important;
}

section {
  padding: 70px 0;
}

header {
  z-index: 99;
  transition: all 300ms ease-in-out;
}

header.sticky,
header:hover {
  background-color: #101010;
}

/* Tabs */
/* .tabs {
  width: 100%;
  background-color: #09f;
  border-radius: 5px 5px 5px 5px;
  display: flex;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  width: 50%;
}
#tabs-content {
  width: 50%;
}
ul#tabs-nav li {
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  display: block;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #08e;
}
#tabs-nav li a {
  text-decoration: none;
  color: #fff;
}
.tab-content {
  padding: 10px;
  border: 5px solid #09f;
  background-color: #fff;
} */
/* Tab Ends */

/* Style the tab */
.mega-menu .tab {
  float: left;
  /* border: 1px solid #ccc; */
  background-color: transparent;
  width: 30%;
  max-width: 300px;
  height: 300px;
}

/* Style the buttons inside the tab */
.mega-menu .tab button {
  display: block;
  background-color: inherit;
  color: #b8b8b8;
  position: relative;
  padding: 22px 30px 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  border-bottom: 1px solid #474747;
}

.mega-menu .tab button::after {
  position: absolute;
  content: url(../images//angle-right.png);
  right: 0;
}

/* Change background color of buttons on hover */
.mega-menu .tab button:hover {
  background-color: #333737;
  border-bottom: 1px solid #fff;
  color: #fff;
}

/* Create an active/current "tab button" class */
.mega-menu .tab button.active {
  background-color: #333737;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.custom-bordered-btn {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
}

.custom-bordered-btn:hover {
  color: #fff;
  border-color: #5f43e8;
  background-color: #5f43e8;
}

/* Style the tab content */
.mega-menu .tabcontent {
  float: left;
  padding: 0px 0 0 80px;
  /* border: 1px solid #ccc; */
  width: 70%;
  border-left: none;
  height: 300px;
  display: none;
  color: #fff;
}

.mega-menu .tabcontent p {
  color: #b8b8b8;
}

.mega-menu .tabcontent h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}

.mega-menu {
  position: fixed;
  z-index: 4;
  /* top: 96px; */
  top: 105px;
  padding: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 23.75rem;
  background: #1e2222;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  border-bottom: 1px solid #494c4d;
}

.mv-item {
  min-height: 380px;
  border: 1px solid #cccc;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}

.mv-item:hover {
  background-color: #5f43e8 !important;
}

.mv-item:hover img {
  filter: grayscale(1) brightness(9);
}

.mv-item:hover .desc .title,
.mv-item:hover .desc p,
.mv-item:hover .desc li {
  color: #fff;
}

.mv-item:hover .desc li::before {
  filter: grayscale(1) brightness(2);
}

.nav-item:hover .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: top 1s ease, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  transition: top 1s ease, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), top 1s ease;
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), top 1s ease, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  visibility: cubic-bezier(.23, 1, .32, 1) .3s;
  -webkit-transform: .3s cubic-bezier(.23, 1, .32, 1) .3s;
  transform: .3s cubic-bezier(.23, 1, .32, 1) .3s;
}

.carousel-item {
  position: relative;
  z-index: 1;
}

.carousel-item::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.carousel-inner {
  position: relative;
}

.carousel-inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/banner-wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 100%;
  min-height: 50%;
  bottom: -1px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.btn-custom {
  display: inline-block;
  padding: 10px 30px;
  background-color: #723CDA;
  border-radius: 4px;
  color: #fff;
}

.btn-custom.btn-sub-primary {
  background-color: #e91582;
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #5f43e8;
  color: #fff;
  box-shadow: none;
}

.navbar-brand>img {
  width: 100px;
  transition: all 300ms ease-in-out;
}

/* header.sticky .navbar-brand img { width: 90px; } */
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 400;
  /* padding: 30px 10px; */
  padding: 37px 10px;
}

.desk-nav .nav-link::before {
  position: absolute;
  content: "";
  width: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  margin: auto;
  opacity: 0;
  background-image: linear-gradient(to right, #5f43e8, #C122A0);
}

.desk-nav .nav-item:hover .nav-link::before,
.desk-nav .nav-item.active .nav-link::before {
  opacity: 1;
}

/* carousel CSS Starts */
.carousel-caption {
  top: 40%;
  bottom: unset;
  margin: auto;
  left: 0;
  right: 0;
  height: auto;
  display: block;
  transform: translateY(-50%);
}

.carousel-caption h2 {
  font-size: 48px;
  line-height: 1.3;
  font-family: "HouschkaRoundedAlt-Medium";
  /* font-weight: 600; */
}

.carousel-caption p {
  font-family: "HouschkaRoundedAlt-Medium";
  font-size: 20px;

}

/* .carousel-caption h2 span { font-weight: 400;} */
.carousel-caption .color-sub-primary {
  color: #ffca5f;
  /* font-weight: 600; */
}

/* carousel CSS Ends */
/*  */
.section-heading h3 {
  font-size: 24px;
  color: #C122A0;
  font-family: "HouschkaRoundedAlt-Medium";
  position: relative;
  /* font-weight: 600; */
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: linear-gradient(to right, #ef4a60 0%, #6242e6 50%, #8835ca 100%);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading h3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  background-color: #c122a0;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about-block {
  position: relative;
  z-index: 1;
}

.about-block::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-image: url(../images/right-bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 35%;
  background-position: left;
  z-index: -1;
  transform: rotate(180deg);
}

.clients-block {
  position: relative;
}
.clients-block .owl-nav{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.cl-item>img {
  position: relative;
  transition: all 300ms ease-in-out;
}

.cl-item>img:hover {
  transform: scale(1.05);
}

.clients-block::before {
  position: absolute;
  content: "";
  height: 170%;
  width: 50%;
  background-image: url(../images/right-bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  background-position: left;
  z-index: -1;
}

.about-image-wrap {
  z-index: 0;
}

.about-image-wrap::before {
  position: absolute;
  content: url(../images/dots.png);
  z-index: -1;
  top: 15%;
  left: -15%;
}

.about-image-wrap:hover .exp-wrap {
  transform: translate(1.1);
}

.about-image-wrap::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  border: 5px solid #5f43e8;
  top: -25px;
  right: -25px;
  z-index: -1;
}

.about-image-wrap.after-bottom::after {
  bottom: -25px;
  top: unset;
}

.about-image-wrap::before {
  position: absolute;
}

.exp-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  height: 200px;
  width: 200px;
  align-items: flex-end;
  padding: 15px;
  font-family: "HouschkaRoundedAlt-Medium";
  font-size: 22px;
  color: #fff;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: 0;
}

.exp-wrap::before {
  position: absolute;
  content: "";
  height: 220px;
  width: 350px;
  left: -150px;
  bottom: -90px;
  background-image: linear-gradient(80deg, #723CDA, #C122A0);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 10px solid #fff;
}

.exp-wrap small {
  display: block;
  word-break: break-all;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 5px;
}

.section-heading h2 {
  color: #000000;
  font-family: "HouschkaRoundedAlt-Medium";
  font-size: 48px;
}

.service-item-wrap {
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-item-wrap .service-thumb {
  overflow: hidden;
  position: relative;
}

.service-item-wrap .service-thumb img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.service-item-wrap:hover .service-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.service-name {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: "HouschkaRoundedAlt-Medium";
  min-height: 54px;
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-name:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  color: #C122A0;
  margin: auto;
  background-image: linear-gradient(#723CDA, #C122A0);
}

.service-name:hover {
  color: #C122A0;
}

.blog-slide-wrapper .blog-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  z-index: 1;
}

.blog-mega-detail .blog-thumb {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.blog-mega-detail .blog-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: #000000cc; */
}

.blog-mega-detail .blog-thumb img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.blog-mega-detail .blog-thumb h2 {
  /* position: absolute;
  transform: translateY(-50%) !important;
  top: 50% !important; */
  max-width: 100%;
  /* padding-right: 20% !important; */
  z-index: 9;
  /* left: 0 !important; */
  font-weight: 600;
  padding: 10px 15px 10px 0;
  background: linear-gradient(to right, #ef4a60 0%, #8835ca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-mega-detail .blog-thumb .blog-title {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 9;
}

.blog-info p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.date {
  font-family: "HouschkaRoundedAlt-Medium";

}

/* Footer Css Starts */

footer {
  position: relative;
}

footer .footer-wrap {
  background-image: url(../images/footer-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 325px 100px 0;
  position: relative;
  z-index: 0;
}

footer.bg-light {
  background-color: transparent !important;
}

footer.bg-light::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #f8f9fa !important;
}

footer::after {
  position: absolute;
  content: "";
  height: 65%;
  width: 50%;
  bottom: 30px;
  right: 50px;
  background-image: url(../images/ALLOT-LOGO11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: -1;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  margin-bottom: 7px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer ul li a {
  color: #fff;
  font-family: "HouschkaRoundedAlt-Medium";
  font-weight: 300;
}

footer ul li a:hover {
  color: #C122A0;
}

.f-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.f-logo {
  width: 80px;
}

.sub-footer {
  padding: 30px 0;
  border-top: 1px solid #676767;
  margin-top: 30px;
}

.sub-footer ul li {
  display: inline-block;
  margin-left: 15px;
}

/* Footer Css Ends */
.custom-link {
  color: #723CDA;
  font-weight: 600;
}

.custom-link:hover {
  color: #C122A0;
}

.call-action {
  display: flex;
}

.call-action .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 13px;
  margin-right: 15px;
  background-color: #F4F5F8;
  border-radius: 50%;
}

.call-action .icon>img {
  width: 22px;
}

.call-action a {
  font-size: 20px;
  color: #000;
  font-weight: 800;
  font-family: "HouschkaRoundedAlt-Medium";
}

.call-action a:hover {
  color: #C122A0;
}

.call-action a span {
  color: #A5A5A5;
  font-weight: 400;
  font-size: 15px;
  font-family: "HouschkaRoundedAlt-Medium";
}

.gray-bg-50 {
  position: relative;
}

.gray-bg-50::before {
  position: absolute;
  content: "";
  height: 400px;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f8f9fa;
  z-index: -1;
}

#inner-banner .carousel-item::before {
  opacity: 0.6;
}

.carousel-caption .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-family: "BasisGrotesque-Light";
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-family: "HouschkaRoundedAlt-Medium";
}

.desc ul {
  padding-left: 0;
}

.desc ul li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
  font-size: 18px
}

.desc ul li::before {
  position: absolute;
  content: url(../images/check.png);
  left: 0;
  top: 3px;
}

ol.breadcrumb {
  border-bottom: 1px solid rgb(255 255 255 / 47%);
  padding-bottom: 15px;
  margin-bottom: 80px;
}

.title {
  font-family: "HouschkaRoundedAlt-Medium";
  font-size: 40px;
}

.desc p {
  font-size: 18px
}

.ap-item .icon>img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.accordion-custom .accordion-button {
  box-shadow: none !important;
  font-size: 24px;
  font-family: "HouschkaRoundedAlt-Medium";
  padding: 30px 0;
  color: #000;
}

.accordion-custom .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-custom .accordion-button::after {
  background-image: url(../images/plus-white.png);
  background-position: center;
  background-color: #723cda;
  padding: 0px;
  width: 40px !important;
  height: 40px !important;
  line-height: 35px;
  text-align: center !important;
  display: flex;
  align-items: center;
  border-radius: 50%;

}

.accordion-custom .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-white.png);
  background-position: center;
  background-color: #723cda;
  padding: 0px;
  width: 40px !important;
  height: 40px !important;
  line-height: 35px;
  text-align: center !important;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.accordion-custom .accordion-item {
  border: 0;
  border-bottom: 1px solid #d1d1d1;
}

.accordion-custom .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  border-bottom: 1px solid #723cda;
}

.accordion-custom .accordion-body>ol>li {
  font-size: 18px;
  list-style-type: disc;
  margin-bottom: 10px;
}

.accordion-custom .accordion-body>ol>li::marker,
.accordion-custom .accordion-body>ol>li>ol>li::marker {
  /* background: linear-gradient(to right, #ef4a60 0%, #8835ca 100%); */
  color: #8337ce;
}

.accordion-custom .accordion-body>p>strong {
  background: linear-gradient(to right, #ef4a60 0%, #6242e6 50%, #8835ca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HouschkaRoundedAlt-Medium";
  font-weight: 800;
  display: block;
  font-size: 20px;
}

/* .accordion-custom .accordion-body>ol>li strong {
  background: linear-gradient(to right, #ef4a60 0%, #6242e6 50%, #8835ca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HouschkaRoundedAlt-Medium";
  font-weight: 800;
  display: block;
  font-size: 20px;
} */

.order-lg-first h4 {
  background: linear-gradient(to right, #ef4a60 0%, #6242e6 50%, #8835ca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HouschkaRoundedAlt-Medium";
  font-weight: 600;
}

.accordion-custom .accordion-body>ol>li>ol>li,
.accordion-custom .accordion-body>ol>ol>li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.accordion-custom .accordion-body>ol>li>ol>li {}

.accordion-custom .accordion-body p {
  margin-bottom: 10px;
}

.accordion-custom .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.bg-img-journey {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 600px;
  margin-bottom: -330px;
}

.bg-side-content {
  padding: 100px 50px 50px;
}

.map>iframe {
  width: 100%;
  height: 400px;
  border: 0
}

.accordion-custom .accordion-body ol {
  padding-left: 20px;
}

.contact-form-wrapper {
  border: 1px solid #ccc;
}

.contact-info-wrap {
  background-color: #723CDA;
}

.contact-info-wrap ul li {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
}

.contact-info-wrap ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-info-wrap ul li a,
.contact-info-wrap ul li p {
  font-family: "HouschkaRoundedAlt-Light";
  margin: 0;
}

.custom-form input.form-control {
  height: 50px;
}

.custom-form textarea.form-control {
  height: 100px;
}

.custom-form textarea.form-control:focus,
.custom-form input.form-control:focus {
  box-shadow: none;
}

.masonry .blog-item {
  display: inline-block;
  /* padding: 1em; */
  /* margin: 0 0 1.5em; */
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* .masonry {
  -webkit-column-count: 3;
  -moz-column-count:3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
} */
.masonry .blog-thumb img {
  width: 100%;
  height: 263px;
  object-fit: cover;
}

.client-logo-home {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

.cl-logo-wrap {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  /* margin: 1.5em; */
  padding: 0;
  -moz-column-gap: 1;
  -webkit-column-gap: 1;
  column-gap: 1;
}

.no-before::before {
  display: none;
}

.masonry .blog-item .blog-title {
  position: relative;
  font-size: 22px;
  font-family: "HouschkaRoundedAlt-Medium";
}

.masonry .blog-item .blog-thumb::before {
  opacity: 0;
}

.blog-mega-detail span.date {
  display: block;
  margin-top: 35px;
  color: #c122a0;
  font-family: "BasisGrotesque-Bold";

}

.quote-wrap {
  position: relative;
  margin-top: 50px;
  padding-top: 100px;
}

.quote-wrap::before {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
}

.mega-menu-link {
  display: block;
  padding-left: 0;
  list-style-type: none;
}

.mega-menu-link>li {
  display: inline-block;
  margin-right: 25px;
  min-width: 200px;
}

.mega-menu-link>li>a {
  color: #b8b8b8;
  display: block;
  margin-bottom: 10px;
}

.mega-menu-link>li>a:hover {
  color: #fff;
}

.mega-menu-link.service-list>li {
  max-width: 46%;
  min-width: 46%;
  float: left;
  margin-bottom: 13px;
}

.blog-slide-wrapper .blog-item {
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
}

.bg-light .blogs

.blog-slide-wrapper .blog-item .blog-info {
  background-color: #fff;
}

.blog-slide-wrapper .blog-item:hover {
  z-index: 1;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

.blog-slide-wrapper .blog-item .blog-thumb img {
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 263px;
  object-fit: cover;
}

.blog-slide-wrapper .blog-item:hover .blog-thumb img {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 575px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .client-logo-home {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {

  .client-logo-home {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .client-logo-home {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .client-logo-home {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}

#inner-banner .carousel-item img {
  width: 100%;
}

/* Career Section CSS Start */
.career-wrap-section {
  padding-top: 0;
  padding-bottom: 0;
}

.career-wrap-section .accordion-flush .accordion-item .accordion-button {
  box-shadow: none;
  border: none;
  background: #eff1f3;
  font-size: 23px;
  font-weight: 500;
  color: #000000;
  font-family: "HouschkaRoundedAlt-Medium";
}

.career-wrap-section .accordion-flush .accordion-item {
  margin-bottom: 10px;
  border-bottom: 0px solid #d6d6d6;
}

.career-wrap-section .accordion-body {
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.career-wrap-section .career-require-data ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.career-wrap-section .career-require-data ul li {
  margin-right: 25px;
}

.career-wrap-section .career-require-data ul li p {
  font-family: "HouschkaRoundedAlt-Medium";
  font-size: 18px;
}

.career-wrap-section .career-require-data ul li p strong {
  margin-right: 5px;
  font-family: "HouschkaRoundedAlt-Medium";
}

.career-wrap-section .job-desc-text-wrap h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.career-wrap-section .job-desc-text-wrap ul {
  list-style: none;
  padding-left: 0;
}

.career-wrap-section .job-desc-text-wrap ul li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
}

.career-wrap-section .job-desc-text-wrap ul li::before {
  position: absolute;
  content: '\2192';
  top: -6px;
  left: 0;
  font-size: 27px;
  color: #723cda;
}

.apply-now-form-wrap-section {
  padding-top: 115px;
}

.apply-now-form-wrap-section .form-control {
  line-height: 2.4;
}

.apply-now-form-wrap-section select {
  padding: 13px;
}

.apply-now-form-wrap-section select:focus {
  box-shadow: none !important;
  border: 1px solid #723cda;
}

.apply-now-form-wrap-section .form-control:focus {
  box-shadow: none;
  border: 1px solid #723cda;
}

/* Career Section CSS End */

/* Our Partner Section CSS Start */
.our-partner-wrap-section {
  background-color: #f8f9fa;
}

.our-partner-wrap-section .our-partner-logo-wrap img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: 10px;
}

.our-partner-wrap-section .our-partner-logo-wrap {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid #723cda;
  border-radius: 8px;
}

.our-partner-wrap-section .our-partner-logo-wrap:hover {
  border: 1px solid #f57c3f;
  border-radius: 8px;
}

/* Our Partner Section CSS End */

/* ------------------ Thank you page css Start ------------------ */

.thank-you-section {
  width: 100%;
  padding: 82px 0 82px 0;
  text-align: center;
  background: #fff;
}

.thank-you-section .thank-you-box {
  box-shadow: 0px 10px 35px 0px rgb(7 45 128 / 10%);
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
}

.thank-you-section img {
  width: 76px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.thank-you-section h4 {
  font-size: 18px;
}

.thank-you-section h1 {
  font-size: 42px;
  margin-bottom: 25px;
  color: #723cda;
  font-family: "HouschkaRoundedAlt-Medium";
}

.thank-you-section p {
  font-size: 17px;
  margin-bottom: 27px;
  color: #000;
}

.thank-you-section h3.cupon-pop {
  /* font-size: 18px; */
  font-size: var(--xxs-font);
  margin-top: 20px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px dashed #000;
  clear: both;
  font-weight: normal;
}

.thank-you-section h3.cupon-pop span {
  color: #20a740;
}

.thank-you-section a {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  border-radius: 5px;
}

.thank-you-section .theme_btn a {
  color: #fff;
}

.thank-you-section a i {
  margin-right: 5px;
  color: #fff;
}

.thank-you-section .theme-btn {
  margin-top: 30px;
}

/* ------------------ Thank you page css End ------------------ */

/* 404 page css start */
.error404_wrap_section .error404-tille h2 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #723cda;
  font-weight: 600;
}

.error404_wrap_section .error404-tille h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.error404_wrap_section .error404_text {
  margin-bottom: 20px;
}

.error404_wrap_section .error404_text p {
  text-align: center;
}

/* 404 page css End */

.gallery-wrap-section .gallery-wrap-box {
  overflow: hidden;
  border-radius: 10px;
}

.gallery-wrap-section .gallery-wrap-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.4s;
}

.gallery-wrap-section .gallery-wrap-box:hover img {
  transform: scale(1.1);
}

.gallery-wrap-section .nav-tabs .nav-link.active {
  background: #723cda;
  border: 1px solid #723cda;
  color: #fff;
}

.gallery-wrap-section .nav-tabs .nav-link {
  border: 1px solid #cdbaf2;
  margin: 0 5px;
  border-radius: 5px;
  background: #cdbaf2;
  color: #000;
  font-size: 17px;
}

.gallery-wrap-section .nav-tabs .nav-link {
  margin: 0 5px;
  border-radius: 5px;
  padding: 10px 15px;
}

.gallery-wrap-section .nav-tabs {
  border-bottom: none;
}

.footer-row {
  display: flex;
  justify-content: space-around;
}

.followus-icon {
  display: flex;
  padding-left: 0;
}

.followus-icon li:first-child {
  padding-left: 0;
}

.followus-icon li {
  padding: 5px;
}

.followus-icon li:last-child {
  padding-right: 0;
}

.developby-wrap img {
  width: 18px;
  filter: grayscale(1) brightness(9);
  transition: var(--tm-transition);
}

.contactus-wrap-section .followus-icon {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.contactus-wrap-section .followus-icon li:first-child {
  padding-left: 0;
}

.contactus-wrap-section .followus-icon li {
  padding: 5px;
}

.contactus-wrap-section .followus-icon li:last-child {
  padding-right: 0;
}

.contactus-wrap-section .followus-icon li img {
  filter: brightness(0);
}

.contactus-wrap-section .follous-wrap h4 {
  font-family: "HouschkaRoundedAlt-Medium";
}

.contactus-wrap-section .contact-info-wrap h2 {
  font-size: 30px;
  margin-bottom: 40px !important;
}

/* --- Mobile Menu CSS Starts --- */

.navbar-toggler {
  height: 25px;
  width: 30px;
  display: grid;
  align-items: center;
  position: relative;
  padding: 0;
  border: 0;
  outline: 0 !important;
  box-shadow: none;
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active {
  box-shadow: none;
}

.custom-toggler-btn {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar-toggler::before,
.navbar-toggler::after {
  transform: rotate(0deg);
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  left: 0;
  top: 0;
  background-color: #fff;
  margin: auto;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar-toggler::before {
  top: 0;
  bottom: unset;
  transform-origin: left top;
  transform-style: preserve-3D;
}

.navbar-toggler[aria-expanded=true]::after {
  transform: rotate(-45deg);
  bottom: 0;
  width: 33px;
  background-color: #fff;
}

.navbar-toggler[aria-expanded=true] .custom-toggler-btn {
  background-color: #fff;
}

.navbar-toggler::after {
  top: unset;
  transform-origin: left bottom;
  transform-style: preserve-3D;
  bottom: 0;
}

.sub-dd-content {
  padding: 0 20px;
}

.navbar-toggler[aria-expanded=true]::before {
  transform: rotate(45deg);
  top: 0;
  width: 33px;
  background-color: #fff;
}

.mobile-menu .register-link .nav-link,
.mobile-menu .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 15px !important;
  white-space: nowrap;
}

.mobile-menu .navbar-nav .nav-item .nav-link span {
  color: #fff;
  font-size: 15px !important;
  white-space: nowrap;
  display: inline-block;
  padding: 20px 5px !important;
}

.mobile-menu .navbar-nav .nav-item .nav-link span:last-child>img {
  width: 15px;
}

.mobile-menu .navbar-nav .nav-item .nav-link span:last-child {
  padding: 25px 5px 25px 25px !important;
}

.mobile-menu {
  display: none;
}

.mobile-menu .nav-item {
  margin-left: 0;
}

.custom-card-menu+.collapse {
  background: #000;
}

.custom-card-menu {
  border: 0;
  border-radius: 0;
  background-color: #000;
}

.custom-card-menu .card-header {
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
}

.custom-card-menu .card-body {
  border-bottom: 1px solid rgb(39, 39, 39);
  /* padding-left: 2rem; */
  padding-top: 0;
}

.custom-card-menu .btn {
  box-shadow: none;
  color: #fff;
}

.custom-card-menu .btn:focus,
.custom-card-menu .btn:hover,
.custom-card-menu .btn:active {
  box-shadow: none;
}

.custom-card-menu .btn.btn-expand {
  width: 38px;
  height: 38px;
  position: relative;
}

.custom-card-menu .btn.btn-expand::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(../images/minus-sign.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* content: url(../images/minus-sign.png); */
  filter: invert(1);
  align-items: center;
}

.custom-card-menu .btn.btn-expand[aria-expanded=false]::before,
.custom-card-menu .btn.btn-expand.collapsed::before {
  position: absolute;
  background-image: url(../images/plus-sign.png);
  filter: invert(1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
  display: inline-block;
  height: 2px;
  background: #fff;
  transition: all 300ms ease-in-out;
  width: 70%;
  margin-left: auto;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  width: 0;
}

.mob-dd.inactive-dd .dropdown-menu.mega-dropdown {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.mob-dd.active-dd .dropdown-menu.mega-dropdown {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.mob-dd .dropdown-menu.mega-dropdown {
  position: fixed;
  background-color: #000;
  height: 89.5vh;
  overflow-y: auto;
  padding: 0;
  top: 90px;
  left: 0;
  width: 100%;
  box-shadow: none !important;
}

header .back-to-main {
  display: block;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 20px;
  min-height: 73px;
  box-shadow: none !important;
  outline: 0;
  background-color: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
}

header .back-to-main>span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  display: inline-block;
  padding: 25px 5px;
}

header .back-to-main>span:first-child {
  margin-right: 5px;
}

header .back-to-main img {
  width: 16px;
  display: inline-block;
}

header .nav-item.dropdown .dropdown-menu .dropdown-item a {
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.sub-dd-content h3,
.sub-dd-content p {
  color: #b8b8b8;
}

/* --- Mobile Menu CSS Ends --- */

.owl-nav {
  width: 150px;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: -70px;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background: #723cda !important;
  border-radius: 50%;
  color: #fff !important;
  background-image: url('../images/right-arrow.png') !important;
  background-size: contain !important;
  background-position: center;

  /* display: flex; */
}

.owl-nav button.owl-prev {
  background-image: url('../images/left-arrow.png') !important;
}

.owl-nav button span {
  display: none;
}


.blog-thumb .blog-title {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 9;
}