@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #0e103d;
  overflow: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  color: #0e103d;
  line-height: normal;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #00000099;
  line-height: 25.89px;
  font-weight: 400;
}

p:first-letter {
  text-transform: uppercase;
}

a {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #0e103d;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: #0e103ddb;
}

ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #0e103d;
  list-style-type: none;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
select,
textarea {
  margin: 0 0 13px 0;
  padding: 12px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #555;
  line-height: normal;
  width: 100%;
  outline: none;
  border: none;
  background: #f7f9fc;
  border-radius: 12px;
}

input[type="submit"] {
  margin: 10px 0;
  padding: 12px 22px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: none;
  outline: none;
  background: #f05820;
  transition: 0.5s;
  border-radius: 0;
}

input[type="submit"]:hover {
  background: #f05820db;
}

textarea {
  height: 100px;
}

footer .footer-header-btn {
  color: #0e103d;
  border: 1px solid #555;
  background: none;
}

footer .footer-header-btn {
  background: #181514;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ddd;
  text-align: center;
  padding: 20px;
  margin: 0;
  transition: all 0.5s ease;
}

.footer-menu figure {
  width: 300px;
  height: 300px;
  margin: -50px 0 0 0;
}

.footer-menu figure img {
  width: 100%;
}

/* a.footer-header-btn:hover {
  background: #0E103D;
} */
/* coolBeans */
.coolBeans {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: color 0.2s, transform 0.3s;
  z-index: 0;
  height: 150px;
  width: 150px;
  will-change: transform;
}

.coolBeans::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transform-origin: var(--transform-origin, center);
  transition: transform 0.3s ease-out;
  z-index: -1;
  will-change: transform;
}

.coolBeans:hover::before {
  transform: scale(1);
}

.coolBeans:hover {
  color: #000;
  /* transform: scale(1.05); */
}

/* .coolBeans i {
  margin-left: 0.5rem;
  font-size: 2.5rem;
} */
/*Back-to-top-button*/
#button {
  border: 5px solid #ffffff1f;
  background-color: #0e103d;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 8px;
  position: fixed;
  bottom: 30px;
  left: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#button i {
  color: #fff;
  font-size: 18px;
}

#button:hover {
  cursor: poUnbounded;
  background-color: #0e103db8;
  color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*whatsapp-icon phone-icon*/
a.whatsapp-icon,
a.phone-icon {
  position: fixed !important;
  bottom: 30px;
  left: 27px;
  z-index: 33;
  background: #19a500;
  border-radius: 50px;
  font-size: 22px;
  color: #fff;
  transition: 0.6s;
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.whatsapp-icon:before,
a.phone-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #29e507;
  box-shadow: 0 0 10px #29e507;
  animation: iconbtn 5s linear infinite forwards;
  z-index: -3;
}

a.phone-icon {
  padding: 13px 14px;
  bottom: 92px;
  background: #007eff;
  -webkit-text-stroke: 1px #fff;
  color: #007eff;
}

a.phone-icon:before {
  background: #007eff;
  box-shadow: 0 0 10px #007eff;
}

@keyframes iconbtn {
  from {
    transform: scale(1);
    opacity: 1;
    transition: 0.6s;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
    transition: 0.6s;
  }
}

/*heading*/
.heading,
.headingleft {
  font-size: 48px;
  color: #0e103d;
  font-weight: 700;
  text-align: center;
  line-height: 64px;
  margin: 0 auto 15px;
  width: fit-content;
  position: relative;
}

.headingleft {
  text-align: left;
  margin: 0 0 30px 0;
}

.heading span,
.headingleft span {
  font-weight: 300;
  display: block;
}

.heading figure,
.headingleft figure {
  margin: 0;
  position: absolute;
  top: 60%;
  left: 103%;
}

.heading figure img,
.headingleft figure img {
  width: 100%;
}

.heading-content {
  font-size: 16px;
  line-height: 25.89px;
  text-align: left;
  color: #00000099;
  margin: 0 0 20px 0;
}

/* subheading */
.subheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.32px;
  color: #0e103d;
  position: relative;
  margin-bottom: 0;
}

.subheading:before {
  content: "";
  position: absolute;
  top: 57%;
  right: 30%;
  width: 32%;
  height: 7px;
  background: url(../images/Line.png) no-repeat;
  z-index: 9;
  transform: translateY(-50%);
}

/* second-btn */
.second-btn {
  font-size: 16px;
  font-weight: 400;
  color: #0e103d;
}

.second-btn i {
  font-size: 15px;
  transform: rotate(-0deg);
  margin-left: 7px;
}

/*offcanvas*/
/* BBikram  */
.offcanvas {
  width: 100% !important;
}

/* BBikram  */
.offcanvas .offcanvas-header {
  position: relative;
}

.offcanvas-header h5 {
  font-size: 24px;
  font-weight: 600;
  background: transparent;
}

/* .offcanvas-body input[type="text"],
.offcanvas-body input[type="email"],
.offcanvas-body input[type="number"],
.offcanvas-body select,
.offcanvas-body textarea {
  border: 1px dashed #fd721c;
} */

/*btn-primary*/
.btn-primary i {
  font-size: 13px;
  margin-left: 10px;
}

a.button-flex {
  margin: 80px 0 20px 0;
}

a.button-flex span.button {
  width: 160px;
  height: 60px;
  border: 1px solid #0e103d;
  background: #0e103d;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

a.button-flex span.button-icon {
  position: absolute;
  top: 0;
  right: -61px;
  border: 1px solid #0e103d;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

a.button-flex span.button-icon i {
  font-size: 20px;
  color: #0e103d;
  /* transform: rotate(-45deg); */
  transition: 0.6s;
}

a.button-flex:hover span.button-icon {
  width: 141%;
  right: -61px;
}

a.button-flex:hover span.button-icon i {
  transform: rotate(-0deg);
}

/* button.btn-primary {
  transform: translateY(-50%);
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 36px;
  height: 120px;
  font-size: 15px;
  color: #fff;
  background: #0e103d;
  border-color: #0e103d;
  writing-mode: vertical-lr;
  padding: 4px;
  border-radius: 0 10px 10px 0;
} */
/* offcanvas-form modal */
.offcanvas-form .offcanvas-body {
  padding: 20px;
}

.offcanvas-form h5.modal-title {
  font-size: 25px;
  font-weight: 600;
}

.offcanvas-form a.button-flex {
  margin: 10px 0 0 0;
}

/*btn-primary*/
a.btn-primary,
a.btn-outline-primary {
  text-transform: capitalize;
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  border: 1px solid #0e103d;
  background: #0e103d;
  position: relative;
  transition: 0.6s;
  z-index: 1;
}

a.btn-outline-primary {
  margin: 0 12px 0 0;
  background: none;
  color: #0e103d;
  border: 1px solid #0e103d;
}

/* a.btn-primary:before,
a.btn-outline-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0E103D;
  z-index: -1;
  transition: all 0.6s ease-in;
  border-radius: 12px;
}
a.btn-primary:hover:before {
  transform: scaleX(0);
} */
a.btn-primary i {
  transition: all 0.3s ease-in;
}

a.btn-primary:hover i {
  transform: translateX(8px);
}

a.btn-outline-primary:before {
  width: 0;
}

a.btn-outline-primary:hover:before {
  transform: scaleX(1);
  width: 100%;
}

/*btn-primary*/
/* a.btn-primary,
a.btn-outline-primary {
  text-transform: capitalize;
  color: #fff;
  padding: 10px 28px;
  border-radius: 0;
  border: 0;
  background: #f05820;
  position: relative;
  transition: 0.4s;
  z-index: 0;
}
a.btn-outline-primary {
  margin-left: 0;
  background: none;
  color: #0E103D;
  border: 1px solid #0000001a;
}
a.btn-outline-primary:hover {
  color: #fff;
}
a.btn-primary:after,
a.btn-outline-primary:after {
  position: absolute;
  content: "";
  bottom: -200%;
  left: 0;
  width: 100%;
  height: 200%;
  background: #ff7a4aa6;
  transition: 0.7s;
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.btn-primary:hover:after,
.btn-outline-primary:hover:after {
  bottom: 0;
}
a.btn-primary i,
a.btn-outline-primary i {
  transition: all 0.6s ease-in;
  transform: rotate(-45deg);
  margin-right: 5px;
}
a.btn-primary:hover i,
a.btn-outline-primary:hover i {
  transform: translateX(8px);
} */

/*smoicons*/
.smoicons ul li a {
  border: 1px solid #ddd;
  border-radius: 50px;
  background: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 0px 0px 0 16px;
  transition: 0.6s;
  position: relative;
  z-index: 1;
}

.smoicons ul li a:hover {
  border-color: #f05820;
  color: #555;
}

/* .smoicons ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F05820;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
  border-radius: 10px;
}
.smoicons ul li a:hover:before {
  opacity: 1;
  transform: scale(1);
} */
.smoicons h4 {
  font-size: 16px;
  font-weight: 500;
  color: #0e103d;
  margin: 0;
}

/*header*/
header {
  box-shadow: 1px 2px 5px #00000005;
  margin-top: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #dfdfdf33;
}

/* #header.black a.logo {
  background: #fff;
  padding: 10px;
} */
/* #header.black a:hover {
  color: #f05820;
} */
/* #header.black a {
  color: #fff;
}
#header.black a.btn-primary {
  color: #fff;
} */
header {
  border-bottom: 1px solid #ebebeb;
  /* transition: background 0.1s ease, color 0.1s ease; */
}

header a.btn-primary {
  float: right;
}

header a.btn-primary i {
  margin-left: 3px;
}

header a.logo img {
  width: 100%;
}

header .menubar ul li {
  position: relative;
}

/* header .menubar ul li:first-child a {
  margin-left: 0;
} */
header .menubar ul li a {
  font-size: 16px;
  /* color: #fff; */
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 26px 0 0;
  transition: 0.4s;
  padding: 30px 0;
}

header .menubar ul li a i {
  font-size: 13px;
  color: #c9c9c9;
  margin-left: 3px;
}

/* Hover effect for links */
.navbar .menubar ul li a:hover {
  color: #0e103d;
  transform: scale(1.1);
}

header .menubar ul li a.btn-primary:hover {
  color: #fff;
  border-color: #fff;
}

header .menubar ul li a:hover i {
  color: #f05820;
}

header .menubar ul li .btn-primary {
  color: #0e103d;
  background: #fff;
  margin-left: 50px;
}

header .navbar .btn-outline-primary {
  margin-left: 26px;
}

.menubar ul li .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  background: #555;
  z-index: 1;
  visibility: hidden;
  webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform-origin: top;
  transition: 0.3s;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}

.menubar ul li.dropdown-wraper:hover .dropdown {
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 500ms ease;
}

/* .menubar ul li .dropdown .dropdown-head {
  border-right: 1px solid #55555555;
  padding-right: 20px;
}
.menubar ul li .dropdown .dropdown-head h3 {
  font-size: 24px;
  font-weight: 600;
} 
.menubar ul li .dropdown .dropdown-head h3 i {
  font-size: 21px;
  margin-left: 5px;
}
.menubar ul li .dropdown .dropdown-head figure p.dropdown-para {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  padding: 0 20px 0 0;
}
.menubar ul li .dropdown .dropdown-head figure p.dropdown-para a {
  display: block;
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 50px;
  width: fit-content;
  padding: 10px 20px;
  color: #0E103D;
  font-weight: 500;
}*/
.menubar ul li .dropdown li a {
  padding: 6px 0;
}

.menubar ul li .dropdown li a:hover {
  transform: translateX(8px);
}

.dropdown-content {
  display: none;
}

.AffnetzShow {
  display: block;
}

header .headbtn .btn-outline-primary {
  margin: 0 20px 0 0;
}

/*slider*/
.slider {
  padding-top: 60px;
  margin-bottom: 80px;
  background: url(../images/services-bg.png) no-repeat center center / cover;
}

.slider .slider-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.slider .slider-content h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 20px;
}

.slider .slider-content p {
  font-size: 16px;
  color: #0e103d;
  text-align: center;
  margin-bottom: 30px;
}

.slider .slider-content a.btn-outline-primary {
  margin: 0 0 0 20px;
}

/* .slider .button-flex {
  margin: 40px 0 0 0;
} */
/* .slider .slider-item {
  background: #0E103D;
  padding: 40px;
  border-radius: 12px;
  background-image: url(../images/grid-bg.png);
  margin-right: 30px;
}
.slider .slider-item h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 72px;
  width: 80%;
  margin: 0 0 100px 0;
}
.slider .slider-item figure img {
  width: 200px;
} */

.slider figure img {
  width: 100%;
}

/* .slider .slider-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47%;
  text-align: right;
}
.slider .slider-content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
} */

/* .banner {
  margin-bottom: 60px;
}
.banner figure img {
  width: 100%;
} */

/* partner*/
.partner {
  border: 1px solid #dbdada;
  border-radius: 12px 10% 10% 12px / 12px 100% 100% 12px;
  padding: 30px;
  margin-bottom: 60px;
}

.partner .headingleft {
  font-size: 24px;
  color: #0e103d;
  font-weight: 600;
  line-height: 36px;
  width: 16%;
  border-right: 1px solid #dbdada;
  padding-right: 20px;
  margin: 0;
}

.partner ul {
  width: 80%;
}

.partner figure {
  margin: 0 10px 0 0;
  height: 70px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner figure img {
  width: 100%;
}

/* about p*/
.about-hero {
  margin: 50px 0;
}

.about-hero h1 {
  font-size: 48px;
  font-weight: 700;
  width: 60%;
  text-align: center;
  margin: 0 auto 10px;
}

.about-hero h1 span {
  font-weight: 300;
  margin: 0 auto 30px;
}

.about-hero p.heading-content {
  width: 40%;
  text-align: center;
  margin: 0 auto 30px;
}

.about-hero figure {
  height: 350px;
}

.about-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.aboutp .new-audience .headingleft {
  margin: 0 0 50px 0;
}

.aboutp .new-audience .headingleft figure {
  width: 400%;
}

.aboutp .new-audience h3.accordion-header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.accordion-button:not(.collapsed)::after {
  background: #0e103d;
  border-color: transparent;
}

.aboutp .new-audience figure.new-audience-img img {
  height: fit-content;
}

.aboutp .new-audience .accordion-item:last-child {
  border-bottom: 0;
}

/* value */
.value {
  margin-bottom: 50px;
}

.value .headingleft figure {
  left: 110%;
}

.value .headingleft figure img {
  width: 560px;
}

.value .heading-content {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: normal;
}

.value .col-lg-6:nth-child(2),
.value .col-lg-6:nth-child(4) {
  margin-top: 140px;
}

.value img {
  margin-bottom: 25px;
}

.value h3 {
  font-size: 32px;
  font-weight: 600;
}

.value p {
  font-size: 24px;
  line-height: 38.83px;
  width: 85%;
  margin: 0 auto;
}

/* recognition */

.recognition {
  margin-bottom: 60px;
}

.recognition .headingleft figure {
  width: 145%;
  top: 68%;
}

.recognition .headingleft figure img {
  width: 100%;
}

.recognition .recognition-item:nth-child(even) {
  flex-direction: row-reverse;
}

.recognition .recognition-item .recognition-item-content {
  background: #f5f6f6;
  padding: 30px;
  border-radius: 12px;
  width: 40%;
}

.recognition .recognition-item:nth-child(even) h4 {
  justify-content: end;
}

.recognition .recognition-item span {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  background: #0e103d;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.recognition .recognition-item span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 400%;
  background: #0e103d;
  z-index: -1;
}

.recognition .recognition-item:last-child span:before {
  height: 0%;
}

.recognition h4 {
  font-size: 40px;
  color: #130c0e;
  font-weight: 700;
  height: 260px;
  display: flex;
  align-items: center;
  width: 40%;
}

/* .recognition .recognition-item h4 {
  justify-content: end;
} */

/* 
.recognition .recognition-item {
  margin-right: 50px;
}
.recognition .recognition-heading {
  margin-left: 50px;
}
.recognition .recognition-item-content {
  background: #f5f6f6;
  padding: 30px;
  border-radius: 12px;
}
.recognition .recognition-item-content p {
  margin: 0;
}
.recognition h4 {
  font-size: 40px;
  color: #130c0e;
  font-weight: 700;
  height: 260px;
  display: flex;
  align-items: center;
}
.recognition ul li {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  background: #0E103D;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 130px;
} */
/* .recognition ul li:nth-child(even) {
  margin-bottom: 0;
} */
/* .recognition ul li:last-child {
  margin-bottom: 0;
}
.recognition ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #0E103D;
  z-index: -1;
}

.recognition .recognition-item h4 {
  justify-content: end;
} */
.founded {
  background-color: #0e103d;
  padding: 100px 0;
  margin-bottom: 50px;
}

.founded h2 {
  font-size: 62px;
  color: #fff;
  font-weight: 800;
}

.founded h2 span {
  font-weight: 300;
}

.founded span,
.founded span h3 {
  font-size: 62px;
  color: #fff;
  font-weight: 800;
}

.founded p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.founded .row .col-lg-6 {
  margin-bottom: 32px;
}

.founded .founded-content {
  padding: 100px 0 0 0;
  margin-top: 100px;
  border-top: 1px solid #ffffff1a;
}

.founded a.button-flex {
  margin-top: 20px;
  margin-bottom: 0px;
}

.founded a.button-flex span.button {
  background: #fff;
  font-size: 16px;
  color: #000 !important;
  width: 200px;
}

.founded a.button-flex span.button-icon {
  background: #0e103d;
  border-color: #fff;
}

.founded a.button-flex span.button-icon i {
  color: #fff;
}

/* strengthen  */

.aboutp .strengthen .headingleft figure {
  top: 65%;
  left: 110%;
  width: 100%;
}

.aboutp .strengthen a.button-flex {
  margin-top: 90px;
}

/* our-team  */
.aboutp .our-team .headingleft figure {
  width: 140%;
}

.aboutp .our-team .headingleft figure img {
  width: 100%;
}

.our-team .our-team-item {
  overflow: hidden;
  transition: all 0.4s ease;
}

.our-team .our-team-item a {
  width: 100%;
}

.our-team .our-team-item figure {
  height: 280px;
}

.our-team .our-team-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.our-team .our-team-item .our-team-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  background: #000000b5;
  width: 100%;
  padding: 20px;
  border-radius: 0 0 12px 12px;
  transition: all 0.4s ease;
  text-align: center;
}

.our-team .our-team-item.active .our-team-content,
.our-team .our-team-item:hover .our-team-content {
  bottom: 0;
}

.our-team .our-team-item.inactive .our-team-content {
  bottom: -100%;
  /* Hide content when inactive */
}

.our-team .our-team-item .our-team-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.our-team .our-team-item .our-team-content p {
  color: #eee;
}

/* maintanance */
.maintanance {
  margin-bottom: 60px;
}

.maintanance h2.headingleft figure {
  width: 400px;
  height: auto;
  margin: 0;
  top: 79%;
  left: 103%;
}

.maintanance a.button-flex {
  margin-top: 158px;
}

.maintanance a.button-flex span.button {
  background: #0e103d;
  border-color: transparent;
}

.maintanance .heading-content {
  font-size: 16px;
  line-height: normal;
}

.maintanance video {
  width: 253px;
  height: 450px;
  border-radius: 12px;
}

.maintanance figure {
  margin: 0 0 25px 0;
  width: 100%;
  height: 225px;
}

.maintanance img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maintanance-img-1 img {
  border-radius: 70% 70% 50% 35%;
}

.maintanance-img-2 img {
  border-radius: 60px;
}

.maintanance p {
  font-size: 24px;
  color: #666666;
  line-height: 38.83px;
}

/* aboutus */
.aboutus {
  margin-bottom: 60px;
}

.aboutus .aboutus-item figure img {
  width: 100%;
}

.aboutus .aboutus-item p {
  margin-top: 30px;
}

.aboutus .aboutus-content {
  background: #0e103d;
  padding: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.aboutus .aboutus-content span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.aboutus .aboutus-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.aboutus .aboutus-content p {
  color: #eee;
}

/* .aboutus .counter-detail {
  margin-bottom: 30px;
}
.aboutus .counter-detail figure {
  margin: 15px 40px 0 0;
}
.aboutus .counter-detail span {
  font-size: 40px;
  font-weight: 600;
}
.aboutus .counter-detail span h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.aboutus .counter-detail h4 {
  font-size: 16px;
  font-weight: 500;
  color: #707477;
  line-height: 24px;
  margin: 0;
  width: 90%;
} */
/* services */
.services {
  background: #fafafa;
  padding: 80px 0;
  margin-bottom: 60px;
}

.services .headingleft figure {
  width: 275%;
}

.services a.button-flex span.button {
  width: 200px;
}

.services .service-items {
  border-right: 1px solid #0000001a;
  padding: 50px 30px;
  border-bottom: 1px solid #0000001a;
  height: 100%;
}

.services .col-lg-4:nth-child(5) .service-items,
.services .col-lg-4:nth-child(8) .service-items {
  border-right: 0;
}

.services .col-lg-4:nth-child(6) .service-items,
.services .col-lg-4:nth-child(7) .service-items,
.services .col-lg-4:nth-child(8) .service-items {
  border-bottom: 0;
}

.services .service-items figure {
  margin-bottom: 30px;
}

.services .service-items h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.services .service-items p {
  margin-bottom: 26px;
}

.services .service-items ul li {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #0000001a;
  border-radius: 50px;
  padding: 7px 18px;
  margin-right: 10px;
}

/* counter */
/* .counter {
  margin-bottom: 60px;
}
.counter ul li {
  width: 33.33%;
  height: 420px;
  border: 1px solid #0000001a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.counter ul li:nth-child(1) {
  margin-right: -30px;
}
.counter ul li:nth-child(3) {
  margin-left: -30px;
}
.counter ul li span {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.counter ul li span h3 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 0;
}
.counter ul li h4 {
  font-size: 20px;
  color: #828588;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
} */
/* Colab-vdo */
.colabs {
  margin-bottom: 50px;
}

.colabs .colab-vdo {
  margin: 0 7px;
}

.colabs .colab-vdo video {
  width: 100%;
  border-radius: 4px;
}

.colabs .fa-chevron-right,
.colabs .fa-chevron-left {
  background-color: #0e103d;
  color: #fff;
  position: absolute;
  right: 5%;
  z-index: 11;
  top: -50px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.colabs .fa-chevron-left {
  right: 10%;
}

/* Colab-vdo */
/* our-service */
.our-service {
  margin-bottom: 80px;
  background: url(../images/services-bg.png) no-repeat center center/cover;
}

/* .our-service .headingleft {
  width: 54%;
} */
.our-service .headingleft figure {
  width: 255%;
}

.our-service .our-service-item figure {
  margin-bottom: 10px;
  width: 70%;
}

.our-service .our-service-item figure img {
  width: 100%;
}

.our-service .our-service-item h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.our-service .our-service-item p {
  font-weight: 500;
  margin-bottom: 20px;
}

.our-service .our-service-item ul li {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.our-service .our-service-item ul li:before {
  content: "\2b";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 800;
  transform: translateY(-50%);
}

/* catalog */
.strengthen {
  background: #fafafa;
  padding: 80px 0;
}

.strengthen .headingleft figure {
  top: 65%;
  left: 62%;
  width: 40%;
}

.strengthen .headingleft figure img {
  width: 100%;
}

.strengthen a.button-flex {
  margin-top: 140px;
}

.strengthen .strengthen-carousel {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  z-index: -0;
}

.strengthen .strengthen-carousel:before {
  content: "";
  position: absolute;
  top: -53px;
  left: -100px;
  width: 250px;
  height: 250px;
  background: url(../images/strengthen-bg.png) no-repeat center center / cover;
  z-index: -1;
}

.strengthen .strengthen-item figure.strengthen-item-img {
  width: 40%;
  margin: 0 3% 0 0;
}

.strengthen .strengthen-item .strengthen-item-content {
  width: 57%;
}

.strengthen .strengthen-item figure.strengthen-item-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 12px;
}

.strengthen .strengthen-item .strengthen-item-content figure {
  margin-bottom: 25px;
}

.strengthen .strengthen-item .strengthen-item-content figure h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 50px;
}

.strengthen .strengthen-item .strengthen-item-content p {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #0000001a;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
}

.strengthen .strengthen-item .strengthen-item-content ul li {
  width: 49%;
  background: #f071671a;
  padding: 25px;
  margin-right: 2%;
}

.strengthen .strengthen-item .strengthen-item-content ul li:nth-child(2) {
  background: #ffd1661a;
  margin-right: 0%;
}

.strengthen .strengthen-item .strengthen-item-content ul li:nth-child(3) {
  background: #06d6a01a;
}

.strengthen .strengthen-item .strengthen-item-content ul li:nth-child(4) {
  background: #118ab21a;
  margin-right: 0%;
}

.strengthen .strengthen-item .strengthen-item-content ul li h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.strengthen .strengthen-item .strengthen-item-content ul li h3 img {
  width: 24px;
  margin-right: 7px;
}

.strengthen .strengthen-item .strengthen-item-content ul li p {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0px;
}

.strengthen .strengthen-carousel .vector-right,
.strengthen .strengthen-carousel .vector-left {
  position: absolute;
  left: 43.3%;
  bottom: 33px;
  cursor: pointer;
  font-size: 15px;
  color: #f05820;
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 12px;
}

.strengthen .strengthen-carousel .vector-right {
  left: 47%;
}

/* technology */
.technology {
  background: #0e103d;
  padding: 100px 0;
  /* margin-bottom: 80px; */
}

.technology .headingleft {
  color: #fff;
  margin-bottom: 90px;
}

.technology .headingleft figure img {
  width: 360px;
}

.technology .heading-content {
  color: #eee;
  margin: 85px 0 0 0;
}

.technology ul.tab-menu {
  margin-bottom: -30px;
}

.technology ul.tab-menu li {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  background: #fdfdfd1f;
  border-radius: 50px;
  z-index: 1;
  padding: 10px 22px;
}

.technology ul.tab-menu li.active {
  color: #000;
  background: #fff;
}

.technology ul.tab-menu li.active:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 30px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  color: #fff;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 51% 100%);
  transform: translateX(-50%);
}

.technology .technology-items {
  background: #ffffff14;
  text-align: center;
  height: 180px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
}

.technology .technology-items:hover {
  box-shadow: 0px 1px 15px #ffffff29;
}

.technology .technology-items figure {
  margin-bottom: 12px;
}

.technology .technology-items h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.technology .col-lg-2:nth-child(2) .technology-items,
.technology .col-lg-2:nth-child(3) .technology-items,
.technology .col-lg-2:nth-child(4) .technology-items,
.technology .col-lg-2:nth-child(5) .technology-items {
  margin-top: 70px;
}

.technology .col-lg-2:nth-child(1) .technology-items,
.technology .col-lg-2:nth-child(6) .technology-items,
.technology .col-lg-2:nth-child(7) .technology-items,
.technology .col-lg-2:nth-child(12) .technology-items {
  height: 250px;
}

/* articles */
.articles {
  margin-bottom: 80px;
}

.articles .article-items figure img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.articles .article-items {
  border: 1px solid #0e103d0a;
  border-radius: 12px;
  height: 100%;
  transition: all 0.5s ease;
}

.articles .article-items:hover {
  transform: translateY(-15px);
  box-shadow: 4px 4px 14px 0px #0000000a;
  border-color: #0e103d21;
}

.articles .article-items:hover figure img {
  filter: brightness(0.7);
}

.articles .article-items .article-content {
  padding: 20px;
}

.articles .article-items ul {
  margin-bottom: 20px;
}

.articles .article-items ul li p,
.articles .article-items ul li i {
  font-size: 14px;
  color: #707477;
  font-weight: 400;
  margin: 0;
}

.articles .article-items ul li i {
  font-weight: 800;
  margin: 0 10px 0 0;
}

.articles .article-items h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

/* top-platforms */
.top-platforms {
  background: #fafafa;
  padding: 80px 0;
  margin-bottom: 60px;
}

.top-platforms .headingleft figure {
  width: 160%;
}

.top-platforms .headingleft figure img {
  width: 100%;
}

.top-platforms .top-platforms-item {
  border-right: 2px solid #dcdada;
  text-align: center;
}

.top-platforms .col-lg-4:last-child .top-platforms-item {
  border-right: 0;
}

.top-platforms .top-platforms-item h3 {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #0000001a;
  border-radius: 50px;
  padding: 7px 25px;
  width: fit-content;
  margin: 0 auto 35px;
}

.top-platforms .top-platforms-item figure {
  margin-bottom: 30px;
}

.top-platforms .top-platforms-item ul {
  margin-bottom: 10px;
}

.top-platforms .top-platforms-item ul li i {
  font-size: 16px;
  color: #ffe600;
  margin: 0 4px;
}

.top-platforms .top-platforms-item ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0 0 0 10px;
}

.top-platforms .top-platforms-item p {
  font-size: 14px;
  font-weight: 400;
  color: #181514;
  margin: 0 6px;
}

/* new-audience */
.new-audience {
  margin-bottom: 80px;
}

.new-audience .headingleft figure {
  width: 96%;
}

.new-audience .headingleft figure img {
  width: 100%;
}

.new-audience figure.new-audience-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
}

.new-audience .accordion {
  margin-left: 30px;
}

.new-audience .accordion-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.new-audience .accordion-item button {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* footer */
footer {
  background: #181514;
  padding: 60px 0 40px 0;
  position: relative;
  z-index: 1;
}

footer .footer-header {
  border-bottom: 1px solid #555555be;
  padding-bottom: 70px;
  margin-bottom: 3px;
}

footer .footer-header .footer-header-head {
  width: 60%;
  margin-right: 2%;
  position: relative;
}

footer .footer-header h2 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
}

footer .footer-header figure {
  position: absolute;
  bottom: 0;
  right: 15%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .footer-header figure img {
  border-radius: 50px;
  height: 100px;
  object-fit: cover;
  margin-right: 15px;
}

footer .footer-header figure video {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
}

footer figure img {
  width: 200px;
}

footer .footer-logo {
  border-top: 1px solid #555555be;
  padding-top: 30px;
  margin-bottom: 30px;
}

footer .footer-logo .smoicons ul li a {
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: none;
  border-color: #555;
  margin: 0 0 0 16px;
}

footer h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

footer .footer-menu li p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff99;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.4s ease;
}

footer .footer-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff99;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.4s ease;
}

footer .footer-menu li a:hover {
  color: #fff;
}

footer .footer-menu li a:after {
  content: "\e098";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 800;
  margin-left: 6px;
  transition: all 0.4s ease;
  opacity: 0;
}

footer .footer-menu li a:hover:after {
  opacity: 1;
}

footer ul.footer-info li a {
  color: #ffffff99;
  margin: 0;
}

footer ul.footer-info li p {
  color: #ffffff99;
}

footer ul.footer-info li i {
  font-size: 16px;
  color: #ffffff99;
  margin: 4px 15px 0 0;
}

/* copyright */
footer .copy-right {
  border-top: 1px solid #555;
  padding-top: 30px;
  margin-top: 30px;
}

footer .copy-right p {
  color: #dfdfdf99;
  font-weight: 300;
  font-size: 12px;
  margin: 0;
}

footer ul.copy-right-menu li a {
  font-size: 12px;
  font-weight: 300;
  color: #dfdfdf99;
  line-height: 12px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dfdfdf99;
}

footer ul.copy-right-menu li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

/* breadcrumb */
.breadcrumb {
  padding: 50px 0;
}

.breadcrumb h1 {
  font-size: 68px;
  font-weight: 600;
  line-height: 72px;
  width: fit-content;
  padding-bottom: 30px;
  position: relative;
}

.breadcrumb h1 span {
  -webkit-text-stroke: 2px #939393;
  color: #fff;
}

.breadcrumb .breadcrumb-flex figure {
  margin: 0 0 0 20px;
  width: 70px;
  height: 70px;
  background: #0e103d;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb h1 figure img {
  width: 40px;
}

.breadcrumb .breadcrumb-flex figure span {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #0e103d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-flex h1 span {
  font-size: 50px;
  -webkit-text-stroke: 0px;
  color: #0e103d;
  font-weight: 300;
}

/* servicep page 1*/
.servicep a.button-flex span.button {
  border: 1px solid #0e103d;
  background: #0e103d;
}

.servicep .breadcrumb {
  background: url(../images/services-bg.png) no-repeat center center / cover;
}

figure.service-hero-img {
  margin: 0;
}

figure.service-hero-img img {
  width: 100%;
}

/* servicesp-partner */
.servicesp-partner {
  background: #ffffffeb;
  margin: -130px 0 0 0;
  position: relative;
}

.servicesp-partner .partner {
  border-color: transparent;
}

/* servicep .our-service */
.servicep .our-service a.button-flex {
  margin: 90px 0 20px 0;
}

.servicep .our-service .headingleft {
  width: fit-content;
}

/* smart-solution  servicep*/
.servicep .smart-solution {
  margin-bottom: 60px;
}

.servicep .smart-solution .headingleft figure {
  width: 122%;
}

.servicep .smart-solution .headingleft figure img {
  width: 100%;
}

.smart-solution {
  background: #0e103d;
  padding: 80px 0;
}

.smart-solution .row {
  align-items: end;
  margin-bottom: 60px;
}

.smart-solution .headingleft {
  color: #fff;
  margin-bottom: 0;
}

.smart-solution .smart-solution-items:hover .smart-solution-img figure img {
  filter: brightness(1.8);
}

.smart-solution .smart-solution-items figure {
  width: 60px;
  height: 60px;
}

.smart-solution .smart-solution-items figure img {
  width: 100%;
  height: 100%;
}

/* .smart-solution .headingleft figure img {
  width: 500px;
} */
.smart-solution .heading-content {
  color: #eee;
  margin: 0;
}

.smart-solution .smart-solution-flex {
  border: 1px solid #cccccc47;
}

.smart-solution .smart-solution-flex .smart-solution-items {
  border-bottom: 1px solid #cccccc47;
  height: 200px;
}

.smart-solution .smart-solution-flex a:last-child .smart-solution-items {
  border-bottom: 0;
}

.smart-solution .smart-solution-flex a {
  width: 100%;
}

.smart-solution .smart-solution-flex .smart-solution-items .smart-solution-img {
  width: 20%;
  border-right: 1px solid #cccccc47;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

figure {
  margin: 0;
}

.smart-solution .smart-solution-flex .smart-solution-items .smart-solution-heading {
  width: 25%;
}

.smart-solution .smart-solution-flex .smart-solution-items .smart-solution-heading h3 {
  font-size: 28px;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  margin-left: 30px;
}

.smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt {
  width: 55%;
  padding: 30px;
}

.smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt p {
  font-size: 16px;
  color: #eee;
  line-height: 25.89px;
  margin-bottom: 20px;
}

.smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt ul li {
  font-size: 14px;
  color: #eee;
  font-weight: 400;
  border: 1px solid #cccccc47;
  border-radius: 50px;
  padding: 7px 18px;
  margin-right: 10px;
}

/* sp-strengthen */
.sp-strengthen {
  margin-bottom: 60px;
}

.sp-strengthen .heading-content {
  font-size: 16px !important;
  font-style: normal;
  line-height: 25.89px;
}

.sp-strengthen .strengthen-carousel {
  background: #fafafa;
  padding: 0;
}

.sp-strengthen .strengthen-carousel:before {
  display: none;
}

.sp-strengthen .button-flex span i {
  margin: 0;
}

.sp-strengthen span i {
  font-size: 20px;
  color: #ff99b5;
  margin: 0 6px 30px 0;
}

.sp-strengthen p {
  font-size: 24px !important;
  line-height: 38.85px;
  font-style: italic;
}

.sp-strengthen h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.sp-strengthen h3 small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.sp-strengthen .strengthen-carousel .vector-right,
.sp-strengthen .strengthen-carousel .vector-left {
  left: auto;
  right: 2%;
  background: #fff;
}

.sp-strengthen .strengthen-carousel .vector-left {
  right: 6%;
}

.servicep .articles .headingleft figure img {
  width: 550px;
}

.servicep .new-audience .headingleft figure {
  width: 56%;
}

/* .breadcrumb h1:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #0000001a;
  font-weight: 800;
} */
.breadcrumb p {
  font-size: 16px;
  color: #0e103d;
  font-weight: 400;
  line-height: 25.89px;
  width: 36%;
  margin: 0 auto 30px;
  text-align: center;
}

/* contact-us */

.contactp .breadcrumb h1 {
  font-size: 82px;
  font-weight: 700;
  line-height: 100px;
  text-align: center;
  width: 70%;
  margin: 0 auto 20px;
}

.contact-us {
  margin: 90px 0 60px 0;
  position: relative;
  z-index: 1;
}

.contact-us .headingleft figure {
  width: 130%;
  top: 65%;
}

.contact-us .headingleft figure img {
  width: 100%;
}

.contact-us .row {
  margin-bottom: 40px;
}

/* .contact-us .contact-form {
  background: #fff;
  padding: 30px;
  margin-right: 10px;
} */
.contact-us .contact-form input[type="text"],
.contact-us .contact-form input[type="email"],
.contact-us .contact-form input[type="number"],
.contact-us .contact-form select,
.contact-us .contact-form textarea {
  border: 0;
  background: #f7f9fc;
  border-radius: 0;
  padding: 10px 16px;
  margin: -2px 0 20px 0;
  font-size: 16px;
  color: #000;
}

.contact-us .contact-form input[type="submit"] {
  position: relative;
}

.contact-us .contact-form input[type="submit"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  font-size: 15px;
  color: #0e103d;
}

.contact-us .contact-form label {
  font-size: 12px;
  font-weight: 500;
  color: #00000066;
  margin: 0;
  background: #f7f9fc;
  padding: 15px 16px 0 16px;
  width: 100%;
}

.contact-us .contact-form span input[type="checkbox"] {
  margin: 6px 10px 0 0;
}

.contact-us .contact-form span p {
  font-size: 16px;
  line-height: 25.89px;
}

.contact-us .contact-form span p a {
  color: #336cff;
  text-decoration: underline;
}

.contact-us .contact-form a.button-flex {
  margin-top: 15px;
  margin-bottom: 0;
}

.contact-us .contact-form a.button-flex span.button {
  background: #0e103d;
  border-color: transparent;
}

/* .contact-us .contact-details {
  background: #f7f9fc;
  border: 1px solid #0000001a;
  padding: 40px 40px 30px 40px;
  margin-bottom: 20px;
} */
.contact-us .contact-details ul li figure {
  /* width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #f05820;
  display: flex;
  align-items: center;
  justify-content: center;
  */
  margin: 0 20px 0 0;
}

.contact-us .contact-details ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd94;
}

.contact-us .contact-details ul li h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0px;
}

.contact-us .contact-details ul li h3 a {
  font-size: 16px;
  font-weight: 400;
  color: #464443;
  line-height: normal;
  display: block;
  margin: 7px 0 0 0;
}

.contact-us .contact-details ul li h3 p {
  font-size: 16px;
  color: #464443;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.contact-us .contact-details ul li:last-child p {
  width: 60%;
}

/* support-portal */
.support-portal {
  background: #f7f9fc;
  padding: 60px 0;
  margin-bottom: 60px;
  position: relative;
}

.support-portal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #0e103d;
}

.support-portal h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin: 20px 0 30px 0;
}

.support-portal a.button-flex span.button {
  background: #0e103d;
  border-color: #fff;
}

.support-portal a.button-flex {
  margin-top: 15px;
  margin-bottom: 0;
}

.support-portal .support-portal-chat {
  position: relative;
  z-index: 2;
  padding: 0 30px;
}

.support-portal .support-portal-chat h2 {
  color: #fff;
}

.support-portal .support-portal-chat a.button-flex span.button {
  background: #0e103d;
}

.support-portal .support-portal-chat a.button-flex span.button-icon {
  border: 1px solid #fff;
  background: #0e103d;
}

.support-portal .support-portal-chat a.button-flex span.button-icon i {
  color: #fff;
}

/* operation */
.operation {
  width: 45%;
  margin: 0 auto 60px;
}

.operation .heading-content {
  text-align: center;
  margin-bottom: 30px;
}

.operation ul.operation-hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.operation ul.operation-hours li {
  width: 50%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #0e103d;
  line-height: 24px;
}

.operation ul.operation-hours li:nth-child(even) {
  display: flex;
  justify-content: end;
}

.operation ul.operation-hours li:last-child {
  font-weight: 600;
}

.operation ul.operation-hours li figure {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.operation ul.operation-hours li figure img {
  width: 100%;
}

iframe {
  height: 500px;
  width: 100%;
}

/* teamp-hero p*/
.teamp-hero {
  background: url(../images/services-bg.png) no-repeat center center / cover;
}

.teamp-hero h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 80px;
  padding-bottom: 0;
}

.teamp-hero h1 span {
  display: block;
  font-weight: 300;
  -webkit-text-stroke: 0px;
  color: #000;
}

.teamp-hero h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 38.83px;
  padding-bottom: 20px;
}

.teamp-hero p {
  width: 100%;
  text-align: left;
}

.teamp-hero img {
  width: 100%;
  border-radius: 12px;
}

.teamp-hero .teamp-hero-img figure.animation {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  right: -30px;
  animation: animimg 10s linear infinite;
}

@keyframes animimg {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(360deg);
  }
}

/* .our-team .team-carousel */
.our-team .team-carousel {
  margin-bottom: 100px;
}

.our-team .team-carousel .our-team-item {
  margin: 10px;
}

.our-team .team-carousel .vector-right,
.our-team .team-carousel .vector-left {
  position: absolute;
  right: 0;
  bottom: -50px;
  cursor: pointer;
  font-size: 15px;
  color: #f05820;
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 12px;
}

.our-team .team-carousel .vector-left {
  right: 4%;
}

/* actionbar teamp */
.teamp .actionbar {
  background: #0e103d;
  border-radius: 0;
  padding: 60px 0;
  margin-bottom: 80px;
}

.teamp .actionbar .container {
  text-align: center;
}

.teamp .actionbar .headingleft {
  color: #fff;
  width: 60%;
  text-align: center;
  margin: 0 auto 30px;
}

.teamp .actionbar a.button-flex span.button {
  background: #fff;
  border-color: #fff;
  color: #0e103d !important;
}

.teamp .actionbar a.button-flex span.button-icon {
  border-color: #fff;
  background: #0e103d;
}

.teamp .actionbar a.button-flex span.button-icon i {
  color: #fff;
}

/* team-gallery */
.team-gallery {
  margin-bottom: 60px;
}

.team-gallery figure {
  position: relative;
}

.team-gallery figure:hover:before {
  transform: rotate(-5deg);
}

.team-gallery figure.active:before {
  transform: rotate(-5deg);
}

.team-gallery figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 180deg at 50% 50%,
      #fff1bf 0deg,
      #ec458d 180deg,
      #474ed7 360deg);
  border-radius: 12px;
  z-index: -1;
  transition: all 0.5s ease;
}

.team-gallery figure img {
  width: 100%;
  border-radius: 12px;
  height: 350px;
  object-fit: cover;
}

/* achieved */
.achieved {
  background: url(../images/services-bg.png) no-repeat center center / cover;
  padding: 80px 0;
}

.achieved .headingleft figure {
  width: 250%;
}

.achieved .headingleft figure img {
  width: 100%;
}

.achieved a.button-flex span.button {
  width: 200px;
}

.achieved .counter-detail figure {
  margin: 15px 40px 0 0;
}

.achieved .counter-detail span {
  font-size: 40px;
  font-weight: 600;
}

.achieved .counter-detail span h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.achieved .counter-detail h4 {
  font-size: 16px;
  font-weight: 500;
  color: #707477;
  line-height: 24px;
  margin: 0;
  width: 90%;
}

/* awards */
.awards {
  padding: 80px 0;
  margin-bottom: 60px;
  background: #0e103d;
}

.awards .headingleft {
  color: #fff;
}

.awards .headingleft figure {
  top: 65%;
  left: 110%;
  width: 310%;
}

.awards .headingleft figure img {
  width: 100%;
}

.awards .awards-carousel {
  margin-top: 40px;
}

.awards .heading-content {
  color: #eee;
  margin: 85px 0 0 0;
}

.awards .awards-carousel {
  height: 550px;
}

.awards .strengthen-item-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 50px;
}

.awards .strengthen-item-content h3 {
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  line-height: 66px;
  text-align: right;
}

.awards .strengthen-item-content ul li {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.awards .strengthen-item-content ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #40454a;
  border-radius: 50px;
  transform: translateY(-50%);
}

.awards .strengthen-item-img {
  width: 60%;
}

.awards .strengthen-item-img img {
  width: 100%;
  border-radius: 12px;
}

.awards .awards-carousel figure.vector-right,
.awards .awards-carousel figure.vector-left {
  position: absolute;
  right: 0px;
  bottom: 55px;
  cursor: pointer;
  background: #0e103d;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.awards .awards-carousel figure.vector-right img,
.awards .awards-carousel figure.vector-left img {
  width: 25px;
  height: 25px;
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 12px;
}

.awards .awards-carousel figure.vector-left {
  right: 5%;
}

.teamp .new-audience .headingleft figure {
  width: 52%;
  top: 55%;
}

/* main-services */
.main-services {
  padding: 80px 0;
  margin-bottom: 80px;
  background: #181514;
}

.main-services .headingleft,
.main-services .subheading {
  color: #fff;
}

.main-services .subheading {
  margin-bottom: 20px;
}

.main-services .heading-content {
  font-size: 16px;
  color: #ccc;
  line-height: 25px;
  width: 80%;
}

.main-services .main-services-flex {
  background: #211e1d;
  box-shadow: 4px 4px 14px 0px #0000000a;
  padding: 30px;
  margin-bottom: 26px;
}

.main-services .main-services-flex h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 30.4px;
  width: 20%;
}

.main-services .main-service-items {
  margin-bottom: 20px;
}

.main-services .main-service-items ul {
  width: 60%;
}

.main-services .main-service-items ul li {
  width: 50%;
  padding-left: 16px;
  margin-bottom: 15px;
  position: relative;
}

.main-services .main-service-items ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  outline: 1px solid #ffffff66;
  border-radius: 50px;
  transform: translateY(-50%);
}

.main-services .main-service-items ul li p {
  font-size: 14px;
  color: #ffffffcc;
  line-height: normal;
  margin: 0 6px 0 0;
}

.main-services .main-service-items ul li p strong {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.main-services .main-services-flex .main-service-items a.btn-primary {
  width: 20%;
}

.main-services .main-services-flex ul.main-service-items-btn li {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  padding: 10px 20px;
  margin-right: 10px;
}

/* career-why-us */
.career-why-us {
  background: none;
  padding-top: 0;
}

.career-why-us .headingleft span {
  display: inline;
}

.career-why-us .why-us-btn {
  color: #0e103d;
  border: 1px solid #0e103d;
  background: none;
}

/* gallery */
/* .gallery .subheading {
  width: 34%;
  margin-bottom: 30px;
}
.gallery ul li {
  width: 20%;
}
.gallery ul li figure img {
  width: 100%;
} */

/* aboutp */
.about-bread {
  margin: 120px 0 80px 0;
}

.about-bread .subheading {
  width: 40%;
  margin-bottom: 16px;
}

.about-bread h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 84.1px;
  width: 80%;
  margin-bottom: 50px;
}

.about-bread h1 span {
  font-weight: 400;
}

.about-bread figure img {
  width: 100%;
}

.aboutp-why-us {
  margin-bottom: 60px;
}

/* partner */
.partner h4 {
  font-weight: 500;
  text-align: right;
}

/* it-solutions */
.it-solutions {
  margin-bottom: 80px;
}

.it-solutions .subheading {
  width: 65%;
  margin-bottom: 30px;
}

.it-solutions figure img {
  width: 100%;
}

.it-solutions figure ul {
  position: absolute;
  bottom: 20px;
  left: 25%;
  background: #fff;
  padding: 25px;
  box-shadow: 4px 4px 14px 0px #0000000a;
}

.it-solutions figure ul li h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.76px;
  margin: 0 0 0 16px;
}

.it-solutions figure ul li h5 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #00000099;
}

.it-solutions figure ul li img {
  width: 60px;
}

.it-solutions .it-solutions-content .headingleft {
  width: 85%;
}

.it-solutions .it-solutions-content .headingleft span {
  display: inline;
}

.it-solutions .it-solutions-content ul {
  margin: 30px 0;
}

.it-solutions .it-solutions-content ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.it-solutions .it-solutions-content ul li:before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 7px;
  color: #fff;
  line-height: 8px;
  font-weight: 800;
  background: #f05820;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.it-solutions .it-solutions-content .accordion-item {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.it-solutions .it-solutions-content .accordion-item h3 button {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.it-solutions .it-solutions-content .accordion-button:not(.collapsed)::after {
  content: "";
  color: #0e103d;
}

.it-solutions .it-solutions-content .accordion-button::after {
  content: "+";
  color: #0e103d;
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #0e103d;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* trusted */
.trusted {
  margin-bottom: 80px;
  position: relative;
  padding: 0 0 60px 0;
}

.trusted:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f7f9fc;
  width: 75.5%;
  height: 80%;
  z-index: -1;
}

.trusted figure.trusted-img {
  width: 70%;
}

.trusted figure.trusted-img .trusted-views {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  background: #f05820;
  padding: 30px;
}

.trusted figure.trusted-img .trusted-views img {
  filter: none;
}

.trusted figure.trusted-img h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0 0 0;
}

.trusted figure.trusted-img img {
  width: 100%;
  filter: brightness(0.6);
}

.trusted figure.trusted-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
  color: #f05820;
}

.trusted .counter {
  border: 1px solid #3232321a;
}

.trusted .counter .counter-detail {
  border-right: 1px solid #3232321a;
}

.trusted .counter .counter-detail h3,
.trusted .counter .counter-detail h4,
.trusted .counter .counter-detail span {
  color: #0e103d;
}

/* main-service */
.main-service {
  margin-bottom: 80px;
}

.main-service .main-service-item figure img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.main-service .main-service-item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 24.8px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 100%);
  margin: 0;
  width: 100%;
  padding: 30px;
}

.main-service .main-service-item h3 small {
  display: block;
  font-size: 14px;
  color: #ff4500;
  font-weight: 400;
  margin-bottom: 10px;
}

/* team */
.team {
  margin-bottom: 110px;
}

.team .headingleft span {
  color: #0e103d;
  font-weight: 400;
  display: block;
}

.team .team-carousel .team-carousel-items {
  margin: 10px;
}

.team .team-carousel figure {
  margin-bottom: 25px;
}

.team .team-carousel figure img {
  width: 100%;
  border-radius: 50% 50% 0 0 / 50% 50% 0 0;
}

.team .team-carousel h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.8px;
  text-align: center;
  margin-bottom: 0;
}

.team .team-carousel h3 small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.team .team-carousel .fa-arrow-left-long,
.team .team-carousel .fa-arrow-right-long {
  position: absolute;
  right: 0;
  bottom: -60px;
  cursor: pointer;
  font-size: 15px;
  color: #f05820;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.team .team-carousel .fa-arrow-left-long {
  right: 5%;
}

/* service-details p*/
.service-details-hero {
  margin: 0 0 60px 0;
}

.service-details-hero figure {
  margin-bottom: 20px;
}

.service-details-hero figure img {
  width: 100%;
  filter: brightness(0.5);
}

.service-details-hero h1 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-details-hero ul li {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #0000001a;
  border-radius: 50px;
  padding: 7px 18px;
  margin-right: 10px;
}

/* service-overview */
.service-overview {
  margin-bottom: 80px;
}

.service-overview .headingleft {
  margin: 0 0 20px 0;
}

.service-overview .service-overview-content h2.headingleft {
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  line-height: normal;
}

.service-overview .service-overview-content p {
  padding-right: 30px;
}

.service-overview .service-overview-sidebar {
  background: #f7f9fc;
  border-radius: 12px;
  padding: 30px;
}

.service-overview .service-overview-sidebar h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-overview .service-overview-sidebar ul li a {
  width: 100%;
  background: #fff;
  border: 1px solid #5555553b;
  padding: 13px 15px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #0e103d;
  position: relative;
  transition: all 0.4s ease;
}

.service-overview .service-overview-sidebar ul li a:after {
  content: "\e098";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  transition: all 0.4s ease;
  opacity: 0;
}

.service-overview .service-overview-sidebar ul li a:hover:after {
  opacity: 1;
}

.service-overview .service-overview-sidebar ul li a:hover {
  color: #fff;
  background: #0e103d;
}

.service-overview .service-overview-sidebar ul li a.active {
  color: #fff;
  background: #0e103d;
}

.service-overview .service-overview-sidebar ul li a.active:after {
  opacity: 1;
}

/* benefits */
.benefits {
  margin-bottom: 100px;
}

.benefits .heading-content {
  width: 80%;
  font-size: 16px;
  margin-bottom: 30px;
}

.benefits .benefit-items {
  border: 1px solid #0000000f;
  padding: 40px 30px 25px 30px;
  height: 370px;
  border-radius: 12px;
  margin: 10px;
}

.benefits .benefit-items:nth-child(2),
.benefits .benefit-items:nth-child(8),
.benefits .benefit-items:nth-child(6) {
  background: #fafafa;
}

.benefits .benefit-items figure {
  margin-bottom: 20px;
}

.benefits .benefit-items figure img {
  width: 60px;
}

.benefits .benefit-items h3 {
  font-size: 18px;
  font-weight: 600;
}

.benefits .benefit-items a.btn-primary {
  padding: 7px 18px;
  margin-top: 5px;
}

.benefits .benefits-carousel .fa-chevron-right,
.benefits .benefits-carousel .fa-chevron-left {
  position: absolute;
  right: 10px;
  bottom: -50px;
  cursor: pointer;
  font-size: 15px;
  color: #f05820;
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 12px;
}

.benefits .benefits-carousel .fa-chevron-left {
  right: 4%;
}

/* actionbar */
.actionbar {
  border: 1px solid #0000001a;
  padding: 40px 100px 40px 40px;
  margin-bottom: 60px;
  border-radius: 12px;
}

.actionbar .headingleft {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  width: 45%;
  margin-bottom: 0;
}

.actionbar a.button-flex {
  margin-top: 0;
}

.service-detailsp a.button-flex span.button {
  background: #0e103d;
  border-color: transparent;
}

.service-detailsp .new-audience .headingleft figure {
  width: 52%;
  top: 55%;
}

/* portfolio */

.portfolio-bread {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
    url(../images/portfolio-bg.jpg) no-repeat center center / cover;
}

.portfolio-bread:before {
  display: none;
}

.portfolio {
  margin-bottom: 60px;
}

.portfolio .portfolio-item p {
  margin-bottom: 20px;
}

.portfolio .portfolio-item ul li {
  border: 1px solid #ddddddad;
  border-radius: 50px;
  padding: 6px 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.portfolio .portfolio-item span {
  position: absolute;
  top: 5%;
  right: 9.5%;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.portfolio .portfolio-item .feature-content {
  height: 75%;
}

/* portfolio-details */
.portfolio-details-hero {
  margin: 160px 0 80px 0;
}

.portfolio-details-hero h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}

.portfolio-details-hero ul.portfolio-details-hero-list li {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #0000001a;
  border-radius: 50px;
  padding: 7px 18px;
  margin-right: 10px;
}

.portfolio-details-hero .portfolio-details-hero-item {
  border: 1px solid #0000001a;
  padding: 30px 40px;
}

.portfolio-details-hero .portfolio-details-hero-item ul li {
  margin-bottom: 10px;
}

.portfolio-details-hero .portfolio-details-hero-item .smoicons {
  border-top: 1px solid #0000001a;
  padding-top: 30px;
  margin-top: 30px;
}

.portfolio-details-hero .portfolio-details-hero-item .smoicons h4 {
  font-size: 18px;
  margin: 0 30px 10px 0;
}

.portfolio-details {
  border-bottom: 0;
  margin: 0 0 60px 0;
  padding: 0;
}

.projects-overview ul {
  margin: 25px 0 40px 0;
}

.projects-overview ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.projects-overview ul li:before {
  content: "\f00c";
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #0e103d;
  font-weight: 800;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #0e103d;
}

.portfolio-why-us {
  background: none;
}

.portfolio-why-us .headingleft span {
  display: inline;
}

/* terms */
.terms {
  margin-bottom: 80px;
}

.terms p span {
  font-size: 18px;
  font-weight: 500;
  color: #0e103d;
  position: relative;
  padding: 0 65px 0 22px;
  margin-right: 15px;
}

.terms p span:before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 800;
  color: #f05820;
  transform: translateY(-50%);
}

.terms p span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
}

.terms .terms-content {
  margin-bottom: 40px;
}

.terms h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.terms ul li {
  position: relative;
  padding-left: 16px;
}

.terms ul {
  margin-bottom: 40px;
}

.terms ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50px;
}

.terms ul li p strong {
  color: #181514;
}

.terms h3 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* faqs */

.faq-form-head {
  border: 1px solid #00000066;
  padding: 100px;
  height: 400px;
}

.faq-form-head .headingleft {
  margin: 0 0 20px 0;
  width: 50%;
}

.faq-form-head .subheading {
  width: 40%;
}

.faq-form-head .subheading:before {
  right: -27%;
}

.faq-form .faq-info {
  padding: 50px;
  box-shadow: 4px 4px 14px 0px #00000014;
  width: 84%;
  margin: -120px auto 80px;
  background: #fff;
}

.faq-form .faq-info input[type="submit"] {
  width: 25%;
}

/* Not Found */
/* .not-found {
  text-align: center;
  width: 50%;
  margin: 85px auto;
}
.not-found figure {
  width: 50%;
  margin: 0 auto 30px;
}
.not-found figure img {
  width: 100%;
}
.not-found .heading {
  margin: 0 auto 20px;
}
.not-found .heading-content {
  margin-bottom: 30px;
  text-align: center;
}
.not-found .btn-primary i {
  -webkit-text-stroke: 1.9px #fff;
  color: #0e103d;
  margin-right: 10px;
  transform: rotate(0);
} */
/* testimonials page*/
.testimonials {
  margin: 60px 0;
}

.testimonials .heading {
  margin-bottom: 20px;
  width: 50%;
}

.testimonials .heading span {
  color: #0e103d;
  font-weight: 600;
  display: inline-block;
}

.testimonials .heading-content {
  text-align: center;
  margin-bottom: 30px;
}

/* founder */
.founder {
  margin-bottom: 60px;
}

.founder .row-flex {
  padding: 10px;
}

/* .founder figure {
  overflow: hidden;
  height: 100%;
  width: 50%;
  border-radius: 12px 0 0 12px;
} */
/* .founder figure img {
  width: 100%;
  height: 350px;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
} */

/* .founder figure:hover img {
  transform: scale(1.2);
} */
.founder .slick-list {
  /* height: 350px; */
  width: 70% !important;
  margin: 0 auto;
}

.founder .founder-content {
  padding: 50px 60px 40px 60px;
  background: #fff;
  height: 100%;
  width: 100%;
  box-shadow: 0px 0px 14px 2px #0000000a;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.founder .founder-content figure.founder-quote {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.founder .founder-content figure img {
  width: 62px;
  height: 62px;
}

.founder .founder-content figure img.img-one {
  width: 200px;
  height: 70px;
}

.founder .founder-content p {
  font-size: 16px;
  color: #00000099;
  font-weight: 500;
  font-style: italic;
  line-height: 25.89px;
  margin: 20px 0;
}

.founder .founder-content h5 {
  line-height: 28px;
  font-size: 13px;
}

.founder .founder-content h5 i {
  font-size: 20px;
  color: #e8cd3f;
  display: block;
}

.testimonials-carousel ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.testimonials-carousel ul li {
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #ddd;
  margin: 0 4px;
  cursor: pointer;
}

.testimonials-carousel ul li.slick-active {
  background: #0e103d;
}

.testimonials-carousel ul li button {
  border: 0;
  font-size: 0;
}

.testimonials-carousel .fa-chevron-right,
.testimonials-carousel .fa-chevron-left {
  position: absolute;
  top: 50%;
  left: 150px;
  font-size: 12px;
  color: #dd0000;
  background: #ededed;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transform: translateY(-50%);
}

.testimonials-carousel .fa-chevron-right {
  right: 150px;
  left: auto;
}

/* secondary-testimonials */
.secondary-testimonials {
  background: #0e103d;
  padding: 60px 0;
  margin-bottom: 60px;
}

.secondary-testimonials .secondary-testimonials-item {
  background: #ffffff14;
  text-align: center;
  border-radius: 0 0 12px 12px;
  border-top: 2px solid #fff;
  margin: 10px;
  padding: 0 30px 30px 30px;
  height: 450px;
}

.secondary-testimonials .secondary-testimonials-item figure.founder-quote {
  width: 100px;
  height: 100px;
  background: #0e103d;
  border-radius: 0 0 12px 12px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondary-testimonials .secondary-testimonials-item figure.founder-quote img {
  filter: brightness(5.9);
  transform: rotate(180deg);
  width: 50px;
}

.secondary-testimonials .secondary-testimonials-item .view-img {
  margin: 0 auto 30px !important;
  width: 100px;
  height: 100px;
}

.secondary-testimonials .secondary-testimonials-item .view-img img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.secondary-testimonials .secondary-testimonials-item p {
  color: #eee;
  margin: 0 0 20px 0;
}

.secondary-testimonials .secondary-testimonials-item h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 27px;
}

.secondary-testimonials .secondary-testimonials-item h4 small {
  font-size: 14px;
  color: #eee;
  font-weight: 400;
  display: block;
}

/* testimonials-wraper */
.testimonials-wraper {
  /* overflow: hidden;
  height: 260px; */
  margin-bottom: 60px;
}

.secondary-testimonials-slider {
  direction: rtl;
}

.secondary-testimonials-slider .testimonials-item {
  direction: ltr;
}

.testimonials-wraper .testimonials-item {
  padding: 20px;
  background: #fff;
  margin: 0px 10px 20px 10px;
  border-radius: 10px;
  box-shadow: 1px 2px 5px #ddd;
  height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.testimonials-wraper .testimonials-item p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.888px;
}

.testimonials-wraper .testimonials-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.testimonials-wraper .testimonials-item h4 small {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.testimonials-wraper .testimonials-item ul li i {
  font-size: 14px;
  color: #0e103d;
  margin: 0 6px 20px 0;
}

/* testimonials-view */
.testimonials-view {
  margin-bottom: 100px;
}

.testimonials-view .testimonials-view-info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  width: 80%;
  margin-bottom: 16px;
}

.testimonials-view .testimonials-view-info h3 {
  font-size: 16px;
  font-weight: 600;
}

.testimonials-view .testimonials-view-info a,
.clients-satisfied .clients-satisfied-info a {
  color: #0e103d;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-view .testimonials-view-info a i,
.clients-satisfied .clients-satisfied-info a i {
  font-size: 12px;
  margin-left: 4px;
}

.testimonials-view .testimonials-view-img img {
  width: 100%;
  border-radius: 12px;
  filter: brightness(0.5);
}

.testimonials-view .testimonials-view-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials-view .testimonials-view-img a img {
  width: 42px;
  filter: brightness(1.5);
}

/* clients-satisfied */
.clients-satisfied {
  margin-bottom: 70px;
}

.clients-satisfied .smoicons ul li a {
  margin: 20px 15px 0 0;
}

.clients-satisfied .clients-satisfied-img figure {
  width: 50%;
  position: relative;
  z-index: 1;
}

.clients-satisfied .clients-satisfied-img figure img {
  width: 100%;
  border-radius: 12px;
}

.clients-satisfied .clients-satisfied-info {
  width: 45%;
  background: #fff4f7;
  border-radius: 12px;
  padding: 20px 30px 30px 70px;
  position: absolute;
  top: -10%;
  right: 10%;
}

.clients-satisfied .clients-satisfied-info p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 20px 0;
}

.clients-satisfied .clients-satisfied-info figure img {
  width: 42px;
}

/* Blog-Page bikram Code*/
.blog-page-head {
  margin-bottom: 50px;
  position: relative;
}

.blog-page-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #f7f9fc;
  z-index: -1;
}

.blog-page-head .row-flex {
  background: #fff;
  border-radius: 12px;
  padding-right: 25px;
}

.blog-page-head ul {
  display: flex;
  align-items: center;
  margin: 30px 0 20px 0;
}

.blog-page-head ul li a {
  padding: 8px 14px;
  margin: 0 15px;
}

.blog-page-head figure {
  width: 100%;
  height: 410px;
}

.top-one-blog .top-one-blog-anc {
  height: 100%;
}

.top-one-blog ul {
  margin-top: 0;
}

.top-one-blog figure {
  height: 100%;
}

.blog-page-head a figure img {
  width: 100%;
  height: 100%;
  border-radius: 12px 0 0 12px;
}

.blog-page-head ul li p {
  margin-right: 32px;
}

.blog-page-head ul li p i {
  font-size: 18px;
  margin-right: 10px;
}

.blog-page-head h2 {
  font-size: 32px;
}

.blog-page-head p {
  font-size: 14px;
}

.blog-page-head .blog-details-main-content {
  margin-top: 22px;
}

.blog-details-main-content figure {
  width: 48px;
  height: 48px;
  margin: 0;
}

/* Team */
.team-maison {
  margin-bottom: 50px;
}

.team-maison ul li p {
  margin-right: 20px;
}

.team-maison ul li p i {
  margin-right: 10px;
  font-size: 18px;
}

.team-maison .team-content {
  padding: 20px;
}

.team-maison .team-content h4 {
  margin-top: 20px;
}

/* Blog-Sections */
.blog-sections {
  margin-bottom: 50px;
}

.blog-sections h2 {
  font-size: 32px;
  font-weight: 600;
}

/* Feature-Collection */
.feature-collection .row {
  margin-bottom: 60px;
  padding: 50px;
  background: #f7f9fc;
  border-radius: 12px;
}

.feature-collection .feature-collection-heading {
  margin-right: 40px;
}

.feature-collection h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.feature-collection h2 small {
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
  color: #00000099;
  font-weight: 500;
}

.feature-collection .feature-collection-heading p {
  font-size: 16px;
  line-height: 25.89px;
  margin-bottom: 30px;
}

.feature-collection .feature-collection-item {
  margin-bottom: 30px;
}

.feature-collection .feature-collection-item figure {
  width: 32%;
}

.feature-collection .feature-collection-item figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}

.feature-collection .feature-collection-item .feature-collection-item-content {
  width: 57%;
}

.feature-collection .feature-collection-item ul li p i {
  margin-right: 10px;
  font-size: 18px;
}

.feature-collection .feature-collection-item h3 {
  margin: 10px 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.feature-collection .feature-collection-item span figure {
  height: 50px;
  width: 50px;
  margin: 15px 15px 15px 0;
  position: relative;
  object-fit: cover;
}

.feature-collection .feature-collection-item span figure:before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #1fb32c;
  border-radius: 50px;
}

.feature-collection .feature-collection-item span figure img {
  border-radius: 50px;
  height: 100%;
  object-fit: cover;
}

.feature-collection .feature-collection-item h4 {
  font-size: 12px;
  color: #0e103d;
  line-height: 18px;
  font-weight: 500;
  display: block;
}

.feature-collection .feature-collection-item h4 small {
  display: block;
  font-size: 10px;
  color: #818588;
  line-height: normal;
}

/* Blog-Page end */

/* BLOG DETAILS */
.blog-details-head {
  margin: 50px 0;
}

.blog-details-head h2 {
  font-size: 35px;
  width: 50%;
  margin-bottom: 20px;
}

.blog-details-head h2 small {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.blog-details-head p span {
  display: block;
  color: #0e103d;
  font-weight: 600;
}

/* blog-details-content */
.blog-details-content {
  margin-bottom: 20px;
}

.blog-details-content figure {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

.blog-details-content figure img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 12px;
}

.blog-details-content p {
  width: 70%;
}

.marketing {
  margin-bottom: 50px;
}

.marketing h3,
.marketing p {
  margin-bottom: 25px;
}

.marketing h4 {
  margin-bottom: 15px;
}

.marketing figure {
  width: 100%;
  height: 300px;
  margin: 50px 0;
}

.marketing .marketing-adv {
  height: 500px;
}

.marketing figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.marketing .conclusion {
  margin: 100px 0;
}

.blog-details-main-content figure {
  height: 48px;
  width: 48px;
  margin: 15px 0;
}

.blog-details-main-content figure img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.blog-details-main-content p {
  margin: 0;
}

.blog-details-main-content .content {
  margin-left: 10px;
}

/* Insight */
.insight {
  margin-bottom: 50px;
}

.insight .headingleft {
  margin: 0 0 100px 0;
}

.insight .headingleft figure {
  height: fit-content;
  left: 103%;
}

.insight .headingleft figure img {
  border-radius: 0;
}

/* .insight h2 {
  font-size: 48px;
  font-weight: 200;
  color: #0E103D;
}
.insight h2 span {
  display: block;
  font-weight: 700;
} */
.insight .content a {
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 21px;
}

.insight .content {
  width: 24%;
}

.insight .content .anc {
  margin-bottom: 20px;
}

.insight figure {
  width: 100%;
  height: 250px;
}

.insight figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.insight .post-content {
  padding: 32px;
}

.insight .post-content h3 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
}

.insight .post-content a i {
  font-size: 14px;
  margin: 0 0 0 6px;
}

.insight .post-content ul li {
  margin-bottom: 15px;
}

.insight .post-content ul li p i {
  margin-right: 10px;
  font-size: 18px;
}

.insight .news {
  transition: 0.3s;
  border-radius: 12px;
  box-shadow: 4px 4px 14px 0px #00000063;
}

.insight .news:hover {
  border-radius: 12px;
  box-shadow: 4px 4px 14px 0px #00000063;
  transform: translateY(-20px);
}

.insight .news a {
  width: 100%;
}

/* BLOG DETAILS END*/
/* logo-head */
.logo-head {
  border: 1px solid #0e103d40;
  padding: 10px 18px;
  border-radius: 25px;
}

/* License-Page */
.license-content .content {
  padding: 32px;
}

.condition {
  text-align: center;
  margin: 100px auto;
  width: 50%;
}

.condition a,
.condition h2,
.condition p {
  margin-bottom: 32px;
}

/* Terms & Condition */
.condition-content .content {
  margin-bottom: 50px;
}

.condition-content .content h3 {
  margin-bottom: 25px;
}

.condition-content .content ul {
  margin-top: 32px;
}

.condition-content .content ul li p {
  position: relative;
  padding-left: 10px;
}

.condition-content .content ul li p::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  top: 10px;
  background-color: #000000ba;
}

/* License-Page end */

/* Career Page */
.career-hero {
  margin: 50px 0;
}

.career-hero h1 {
  font-size: 68px;
  font-weight: 600;
}

.career-hero h1 span.grow {
  background: #e2b747;
  padding: 0 0px 0 20px;
  clip-path: polygon(0 0, 100% 15%, 100% 84%, 15% 100%);
}

.career-hero h1 span.breack {
  display: block;
  padding: 0 0 0 20px;
}

.career-hero h1 span.outcomes {
  background: #f9b9df;
  clip-path: polygon(0 0, 73% 16%, 100% 0, 100% 100%, 24% 89%, 0 100%);
  padding: 0;
}

.career-hero h3 {
  font-weight: 600;
}

.career-hero p {
  width: 90%;
}

.career-hero-images {
  margin-bottom: 50px;
}

.career-hero-images .col-lg-3 {
  border-radius: 200px 200px 0 0;
  padding: 0;
}

.career-hero-images .col-lg-3:nth-child(1),
.career-hero-images .col-lg-3:nth-child(3) {
  height: 740px;
}

.career-hero-images .col-lg-3:nth-child(2),
.career-hero-images .col-lg-3:nth-child(4) {
  height: 600px;
}

.career-hero-images figure {
  height: 100%;
  margin: 0;
}

.career-hero-images figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px 200px 0 0;
}

.career-hero-images .col-lg-3:nth-child(1) {
  background-color: #e8b0b6;
}

.career-hero-images .col-lg-3:nth-child(2) {
  background-color: #b5cdca;
}

.career-hero-images .col-lg-3:nth-child(3) {
  background-color: #adb1df;
}

.career-hero-images .col-lg-3:nth-child(4) {
  background-color: #ccb291;
}

/* Culture */
.culture {
  margin-bottom: 50px;
}

.culture .headingleft figure {
  width: 630px;
  left: 110%;
}

.culture .heading-content {
  margin: 0;
}

.culture .culture-head {
  margin-bottom: 50px;
}

.culture h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.culture figure {
  width: 100%;
}

.culture figure img {
  width: 100%;
}

.culture .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.culture .culuture-sec {
  margin-bottom: 50px;
}

.culture .culuture-sec p {
  width: 85%;
}

/* Job-Circular */
.job-circular {
  margin-bottom: 60px;
  background-color: #0e103d;
  padding: 70px 0;
}

.job-circular .headingleft figure img {
  width: 520px;
}

.job-circular .circular-contents {
  border: 1px solid #ffffff2b;
  border-radius: 12px;
  padding: 0 12px;
}

.job-circular .circular-contents .row {
  border-bottom: 1px solid #ffffff24;
  overflow: hidden;
  align-items: center;
}

.job-circular .col-lg-1 {
  padding: 0;
}

.job-circular .circular-right {
  border-right: 1px solid #ffffff29;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-circular .circular-contents .details {
  display: flex;
}

.job-circular .circular-contents .circular-right span {
  font-size: 48px;
  font-weight: 600;
  color: #cfd1d2;
}

.job-circular .circular-contents .details li {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #555;
}

.job-circular .circular-contents .details li p {
  margin: 0;
}

.job-circular .circular-contents .details li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.job-circular .cources {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.job-circular .cources li {
  margin-right: 10px;
  border: 1px solid #ffffff30;
  padding: 6px 18px;
  border-radius: 20px;
}

.job-circular p {
  color: #cfd1d2;
}

.job-circular p img {
  filter: brightness(23.9);
  width: 20px;
  height: 20px;
}

.job-circular p span {
  color: #fff;
}

.job-circular h2,
.job-circular h3,
.job-circular ul li {
  color: #fff;
}

/* Internship */
.internship {
  position: relative;
  margin-bottom: 100px;
}

.internship .headingleft {
  margin: 0 0 130px 0;
}

.internship .headingleft figure {
  height: fit-content;
  width: 360px;
  left: 102%;
}

.internship .headingleft figure {
  height: fit-content;
  width: 85%;
}

.internship a.button-flex {
  margin: 0 0 20px 0;
}

.internship figure {
  width: 100%;
  height: 500px;
}

.internship figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.internship .content h2 {
  font-size: 32px;
  font-weight: 600;
}

.internship .content {
  text-align: center;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
  border-radius: 12px 12px 0 0;
}

/* .intern {} */
.intern {
  margin-bottom: 60px;
}

.intern .intern-item {
  border-right: 2px solid #dcdada;
  padding: 30px;
  height: 100%;
}

.intern .col-lg-4:last-child .intern-item {
  border-right: 0;
}

.intern figure {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.intern figure img {
  width: 100%;
  height: 100%;
}

.intern h3 {
  font-size: 24px;
  font-weight: 600;
}

.intern p {
  width: 87%;
}

/* our-team careerp */
.careerp a.button-flex span.button {
  border: 1px solid #0e103d;
  background: #0e103d;
}

.our-team {
  margin-bottom: 50px;
}

.careerp .our-team .headingleft figure img {
  width: 450px;
}

.service-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
}

.service-image {
  overflow: hidden;
  border-radius: 40px;
}

.service-image a {
  position: relative;
  display: block;
}

.service-image figure {
  height: 400px;
}

.service-image img {
  height: 100%;
  width: 100%;
  border-radius: 40px;
  object-fit: cover;
}

.service-body {
  position: absolute;
  bottom: -10px;
  right: 40px;
  left: 40px;
  text-align: left;
  z-index: 2;
  transform: translateY(70%);
  transition: all 0.5s ease-in-out;
}

.service-item:hover .service-body {
  transform: translateY(0%);
  bottom: 20px;
}

.service-body-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.service-content {
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.service-item:hover .service-content {
  opacity: 1;
}

.service-content p {
  color: #fff;
}

/* Career Page end*/
/* career-details BB */
/* career-details-breadcrumb */
.career-details-breadcrumb {
  background: #f7f9fc;
  padding: 60px 0;
  margin-bottom: 80px;
}

.career-details-breadcrumb h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.career-details-breadcrumb p {
  width: 47%;
  margin: 0 0 27px 0;
  text-align: left;
}

.career-details-breadcrumb ul li {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccccccba;
  border-radius: 50px;
  padding: 7px 18px;
  margin-right: 10px;
  flex-wrap: wrap;
}

.career-details {
  margin-bottom: 60px;
}

.career-details-bread h1:before {
  width: 100%;
}

.career-details .career-details-content h2,
.career-details .job-key-info h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.career-details .career-details-content p {
  margin-bottom: 40px;
}

.career-details .career-details-content p a {
  color: #0e103d;
  font-weight: 600;
}

.career-details .career-details-content ul {
  margin-bottom: 40px;
}

.career-details .career-details-content ul li,
.job-key-info ul li {
  padding-left: 16px;
  margin-bottom: 15px;
}

.career-details .career-details-content ul li {
  position: relative;
}

.career-details .career-details-content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #747372;
  border-radius: 50px;
}

.career-details .career-details-content ul li p {
  margin-bottom: 0px;
  color: #0e103d;
}

.career-details .career-details-content ul li p a {
  display: block;
}

.career-details .job-key-info {
  background: #f7f9fc;
  padding: 30px;
}

.career-details .job-key-info ul li:before {
  outline: 1px solid #747372;
  background: none;
}

.career-details .job-key-info ul li p strong {
  color: #181514;
}

.career-details .job-key-info .career-details-skills ul {
  margin-bottom: 20px;
}

.career-details .job-key-info .career-details-skills ul li {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccccccba;
  border-radius: 50px;
  padding: 7px 18px;
  margin-right: 10px;
  flex-wrap: wrap;
}

.career-details .job-key-info .job-key-info-btn {
  margin-top: 30px;
}

.career-details .job-key-info .job-key-info-btn .btn-primary {
  width: 75%;
  padding: 13px 0;
}

.career-details .job-key-info .job-key-info-btn figure {
  width: 45px;
  height: 45px;
  background: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.job-key-info ul li {
  display: flex;
  align-items: baseline;
}

.job-key-info ul li figure {
  height: 24px;
  width: 24px;
}

.job-key-info ul li figure img {
  width: 100%;
}

.job-key-info ul li h4 {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.job-key-info ul li small {
  display: block;
  color: #00000099;
  font-weight: 400;
}

.job-key-info ul {
  flex-wrap: wrap;
}

.job-key-info a.button-flex {
  margin: 0px 0 20px 0;
}

.career-newsletter-content {
  border: 1px solid #10171d1c;
  padding: 50px;
  border-radius: 15px;
  margin-bottom: 50px;
}

.career-newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-newsletter-content a.button-flex {
  margin: 0;
}

.career-newsletter-content h4 {
  text-align: end;
}

.career-newsletter-content h4 small {
  display: block;
  color: #00000099;
  margin-top: 14px;
}

/* influincer-hero */
.influincer-hero {
  margin: 30px 0;
}

.influincer-hero .influincer-hero-content {
  width: 50%;
  margin: 0 20px 0 0;
}

.influincer-hero .influincer-hero-content h1 {
  font-size: 38px;
}

.influincer-marketingp p strong {
  color: #0e103d;
}

.influincer-marketingp .new-audience .headingleft figure {
  width: 58%;
}

/* why-choose */
.why-choose {
  margin-bottom: 80px;
}

.why-choose .headingleft figure {
  width: 170%;
}

.why-choose .why-choose-content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.why-choose figure.why-choose-img img {
  width: 100%;
  border-radius: 12px;
}

.why-choose .why-choose-flex .why-choose-flex-item {
  width: 50%;
  text-align: center;
  padding: 20px;
  border-right: 1px solid #5555553b;
}

.why-choose .why-choose-flex .why-choose-flex-item:last-child {
  border-right: 0;
}

.why-choose .why-choose-flex {
  margin: 40px 0 0 0;
}

.why-choose .why-choose-flex .why-choose-flex-item figure {
  margin-bottom: 20px;
}

.why-choose .why-choose-flex .why-choose-flex-item figure img {
  width: 64px;
  height: 64px;
}

.why-choose .why-choose-flex .why-choose-flex-item h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.important-details {
  margin-bottom: 40px;
}

.important-details h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.important-details p {
  margin-bottom: 25px;
  text-align: justify;
}

.important-details ul {
  margin-bottom: 40px;
}

.important-details ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Not Found */
.not-found {
  text-align: center;
  width: 50%;
  margin: 85px auto;
}

.not-found figure {
  width: 50%;
  margin: 0 auto 30px;
}

.not-found figure img {
  width: 100%;
}

.not-found .heading {
  margin: 0 auto 20px;
}

.not-found .heading-content {
  margin-bottom: 30px;
  text-align: center;
}

.not-found .btn-primary i {
  -webkit-text-stroke: 1.9px #fff;
  color: #0e103d;
  margin-right: 10px;
  transform: rotate(0);
}

/* portfoliop */
.portfolio-hero {
  margin-bottom: 80px;
}

.portfolio-hero h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 86px;
  text-align: center;
  margin: 30px 0 50px 0;
}

.portfolio-hero h1 span {
  display: block;
  font-weight: 400;
}

.portfolio-hero-item ul li span {
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 500;
  color: #10171d;
  line-height: normal;
  margin-right: 6px;
  padding: 5px 9px;
}

.portfolio-hero-item .portfolio-hero-info {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px 30px 0 30px;
  margin-top: 20px;
}

.portfolio-hero-item .portfolio-hero-info h2 {
  font-size: 36px;
  font-weight: 600;
  width: 70%;
  line-height: 45px;
  margin-bottom: 30px;
}

.portfolio-hero-item .portfolio-hero-info button {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #262a61;
  padding: 7px 15px;
  margin-top: 10px;
}

.portfolio-hero-item figure img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.portfolio-hero-item figure .btn-primary {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.portfoliop .headingleft figure {
  width: 210%;
}

.portfoliop .new-audience .headingleft figure {
  width: 95%;
}

@media only screen and (max-width: 1199px) {
  p {
    font-size: 14px;
    line-height: 23.89px;
  }

  .portfolio-hero h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 46px;

    margin: 15px 0 30px 0;
  }

  .heading,
  .headingleft {
    font-size: 38px;
    line-height: 54px;
  }

  a.btn-primary,
  a.btn-outline-primary {
    padding: 10px 12px;
    font-size: 12px;
  }

  a.btn-outline-primary {
    margin-right: 8px;
  }

  .subheading:before {
    right: 15%;
  }

  header .menubar ul {
    align-items: center;
    justify-content: center;
  }

  header .menubar ul li a {
    font-size: 14px;
  }

  header .menubar ul li a i {
    margin-left: 0px;
  }

  header .headbtn .btn-outline-primary {
    margin: 0 10px 0 0;
  }

  /* slider */
  .slider .slider-content {
    width: 80%;
    margin-top: 30px;
  }

  .slider .slider-item h1 {
    font-size: 40px;
    line-height: 50px;
  }

  /* smart-solution */
  .smart-solution .smart-solution-item {
    border: 1px solid #0000001a;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
  }

  /* features */
  .features .subheading:before {
    right: 36%;
  }

  .features .headingleft {
    width: 85%;
    margin-bottom: 10px;
  }

  .features ul.tab-menu li:nth-child(even) {
    width: fit-content;
    padding: 0;
    margin: 0 6px 0 0;
  }

  .features .project-slider .feature-content ul {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  /* about page start*/
  .about-hero {
    margin: 30px 0 50px 0;
  }

  .about-hero h1 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 auto 30px auto;
  }

  /* aboutp partner */
  .partner {
    padding: 20px;
    margin-bottom: 40px;
  }

  .partner .headingleft {
    font-size: 18px;
    line-height: 27px;
  }

  /* aboutp new-audience */
  .new-audience {
    margin-bottom: 30px;
  }

  .aboutp .new-audience .headingleft {
    margin: 0 0 89px 0;
  }

  .aboutp .new-audience .headingleft figure {
    width: 358%;
  }

  .aboutp .new-audience .headingleft figure img {
    width: 100%;
  }

  .aboutp .new-audience h3.accordion-header {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .aboutp .new-audience .accordion-item {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .aboutp .new-audience .accordion-button::after {
    font-size: 13px;
    width: 25px;
    height: 25px;
  }

  .new-audience .accordion-item button {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* aboutp value */
  .value .headingleft figure {
    width: 310%;
  }

  .value .headingleft figure img {
    width: 100%;
  }

  .value .col-lg-6:nth-child(2),
  .value .col-lg-6:nth-child(4) {
    margin-top: 80px;
  }

  .value .heading-content {
    margin: 0 0 0px 0;
  }

  /* aboutp founded */
  .founded {
    padding: 50px 0;
    margin-bottom: 30px;
  }

  .founded .row .col-lg-6 {
    margin-bottom: 12px;
  }

  .founded .founded-content {
    padding: 50px 0 0 0;
    margin-top: 50px;
  }

  .founded a.button-flex {
    margin-top: 0px;
  }

  /* aboutp strengthen */
  .aboutp .strengthen .headingleft figure {
    left: 102%;
  }

  .strengthen .headingleft figure img {
    width: 300px;
  }

  .aboutp .strengthen a.button-flex {
    margin-top: 80px;
  }

  .sp-strengthen .strengthen-carousel .vector-left {
    right: 7%;
  }

  .recognition .headingleft figure {
    width: 126%;
  }

  .recognition .heading-content {
    margin: 0;
  }

  /* aboutp our-team */
  .aboutp .our-team .headingleft figure {
    width: 120%;
  }

  .aboutp a.button-flex span.button {
    width: 190px;
  }

  .aboutp .about-hero .col-lg-4:nth-child(2) figure,
  .aboutp .about-hero .col-lg-4:nth-child(3) figure {
    display: none;
  }

  /* aboutp maintanance */
  .maintanance h2.headingleft figure {
    width: 260px;
    top: 70%;
  }

  .maintanance a.button-flex {
    margin-top: 123px;
  }

  /* servicesp page start */

  /* servicep-partner */
  .servicesp-partner {
    margin: -110px 0 0 0;
  }

  /* servicep our-service */
  /* .servicep .our-service .headingleft {
    font-size: 22px;
    line-height: 35px;
  } */
  .servicep .our-service .headingleft figure {
    width: 230%;
  }

  .servicep .our-service a.button-flex {
    margin: 75px 0 20px 0;
  }

  /* smart-solution page start */
  /* .smart-solution .headingleft figure img {
    width: 330px;
  } */
  .smart-solution .headingleft {
    margin-bottom: 36px;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt ul li {
    padding: 6px 10px;
    font-size: 12px;
  }

  /* servicep strengthen */
  .servicep .strengthen .headingleft {
    font-size: 28px;
    line-height: 40px;
  }

  .servicep .strengthen .headingleft figure img {
    width: 190px;
  }

  .servicep .strengthen a.button-flex {
    margin-top: 86px;
  }

  /* servicep articles */
  .servicep .articles .headingleft figure img {
    width: 390px;
  }

  a.button-flex {
    margin: 70px 0 20px 0;
  }

  /* servicep new-audience */
  /* .servicep .new-audience .headingleft figure img {
    width: 170px;
  } */
  /* service-detailsp new-audience */
  /* .service-detailsp .new-audience .headingleft figure img {
    width: 170px;
  } */
  .servicep .smart-solution .headingleft figure {
    width: 103%;
    top: 78%;
  }

  .servicep .new-audience .headingleft figure {
    width: 44%;
    top: 53%;
  }

  /* careerp culture */
  .careerp .culture .headingleft {
    margin-bottom: 88px;
  }

  .careerp .culture .headingleft figure {
    width: 330%;
  }

  .careerp .job-circular .headingleft {
    margin-bottom: 55px;
  }

  .careerp .job-circular .headingleft figure img {
    width: 350px;
  }

  .job-circular .cources li {
    margin-right: 7px;
    padding: 6px 12px;
    font-size: 13px;
  }

  /* careerp internship */
  .internship .headingleft {
    margin: 0 0 170px 0;
  }

  .internship .headingleft figure {
    width: 70%;
  }

  /* careerp our-team */
  .careerp .our-team .headingleft figure img {
    width: 300px;
  }

  /* insight */
  .insight .headingleft {
    margin: 0 0 142px 0;
  }

  .insight .headingleft figure {
    width: 270px;
  }

  .insight .post-content {
    padding: 20px 10px 10px 10px;
  }

  .insight .post-content ul li {
    margin-bottom: 0;
  }

  /*blog page blog-page-head */
  .blog-page-head ul li a {
    padding: 8px 6px;
    margin: 0 6px;
  }

  .blog-page-head ul {
    margin: 30px 0 5px 0;
  }

  .blog-page-head h2 {
    font-size: 27px;
    margin-bottom: 16px;
  }

  .blog-page-head .blog-details-main-content {
    margin-top: 12px;
  }

  /* team-maison */
  .team-maison .team-content {
    padding: 0px;
  }

  .team-maison ul li p i {
    margin-right: 5px;
    font-size: 14px;
  }

  .team-maison .team-content h4 {
    margin-top: 0;
  }

  .feature-collection .feature-collection-item ul li p i {
    margin-right: 5px;
    font-size: 12px;
  }

  .feature-collection .feature-collection-item h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
  }

  /* contactp */
  .contactp .breadcrumb h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 auto 1px;
  }

  .contact-us {
    margin: 0px 0 60px 0;
  }

  .contact-us .headingleft {
    margin-bottom: 56px;
  }

  .contact-us .headingleft figure {
    width: 115%;
    top: 60%;
  }

  /* testimonials page */
  .founder .row-flex {
    height: 360px;
  }

  .founder .founder-content figure img {
    width: 42px;
    height: 42px;
  }

  .founder-content p {
    margin: 10px 0;
  }

  .clients-satisfied .clients-satisfied-info {
    width: 45%;
    padding: 20px;
    z-index: 1;
  }

  .secondary-testimonials .secondary-testimonials-item {
    height: 480px;
  }

  /* team page */
  .awards .headingleft figure img {
    width: 440px;
  }

  .awards .heading-content {
    margin: 68px 0 0 0;
  }

  .awards .awards-carousel figure.vector-right,
  .awards .awards-carousel figure.vector-left {
    width: auto;
    height: auto;
  }

  .teamp .new-audience .headingleft figure img {
    width: 180px;
  }

  /* footer */
  footer .footer-header h2 {
    font-size: 50px;
  }

  footer .footer-header figure {
    bottom: -30px;
    right: 5%;
  }

  footer h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  footer .footer-menu li a {
    font-size: 14px;
    margin-bottom: 6px;
  }

  /* privacy-policy */
  .condition {
    margin: 50px auto;
  }

  .condition a,
  .condition h2,
  .condition p {
    margin-bottom: 10px;
  }

  .condition a,
  .condition h2,
  .condition p {
    margin-bottom: 10px;
  }

  .condition a,
  .condition h2,
  .condition p {
    margin-bottom: 10px;
  }

  .license-content .content {
    padding: 0px 32px 32px 32px;
  }

  /* home heading  */
  .services .headingleft figure {
    width: 240%;
  }

  .services .headingleft figure img,
  .our-service .headingleft figure img {
    width: 100%;
  }

  .our-service .headingleft figure {
    width: 230%;
  }

  .technology .headingleft figure img {
    width: 220px;
  }

  .top-platforms .headingleft figure {
    width: 136%;
  }

  .new-audience .headingleft figure {
    width: 80%;
  }
}

header .mobile-menu {
  display: none;
}



@media only screen and (max-width: 991px) {
  .blog-details-head .row>* {
    width: auto;
  }

  .colabs .fa-chevron-left {
    right: 12%;
  }

  /*whatsapp-icon*/
  a.whatsapp-icon,
  a.phone-icon {
    font-size: 18px;
    left: auto;
    right: 12px;
    bottom: 110px;
  }

  a.phone-icon {
    padding: 11px 12px;
    bottom: 84px;
  }

  /*heading*/
  .heading,
  .headingleft {
    font-size: 26px;
    width: 100% !important;
    margin: 0 0 3px 0;
    line-height: 32px;
    text-align: center;
  }

  .heading span,
  .headingleft span {
    display: inline-block;
  }

  .heading figure,
  .headingleft figure {
    display: none;
  }

  p.heading-content {
    width: 100%;
    margin: 0 auto 18px;
    text-align: center;
  }

  .subheading {
    font-size: 16px;
  }

  .subheading:before {
    right: 20%;
    width: 40%;
  }

  /* a.button-flex */
  .btn-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  a.button-flex {
    width: fit-content;
    margin: 0 auto 20px !important;
    margin-top: 0 !important;
  }

  a.button-flex span.button {
    width: 150px;
    height: 45px;
    justify-content: flex-start;
    padding: 0 0 0 16px;
  }

  a.button-flex span.button-icon {
    right: 0;
    width: 45px;
    height: 45px;
  }

  a.button-flex:hover span.button-icon {
    width: 100%;
    right: 0px;
  }

  /*btn-primary*/
  a.btn-outline-primary,
  a.btn-primary {
    padding: 8px 16px;
  }

  a.btn-outline-primary {
    margin-left: 10px !important;
  }

  .row {
    row-gap: 10px;
  }

  .offset-1,
  .offset-2,
  .offset-3 {
    margin-left: 0;
  }

  /*offcanvas*/
  .menubar ul li {
    position: relative;
  }

  .menubar ul li .dropdown {
    padding: 10px;
    border-radius: 6px;
    box-shadow: 1px 2px 5px #dddddd82;
  }

  .offcanvas {
    background: #1f2732;
  }

  .offcanvas-title img {
    width: 200px;
  }

  .offcanvas-body ul li {
    margin-bottom: 7px;
    color: #fff;
    border-bottom: 1px solid #eeeeee70;
    padding-bottom: 7px;
    transition: all 0.6s linear;
  }

  .offcanvas-body ul li a {
    color: #fff;
    font-size: 25px;
  }

  .offcanvas-body ul li .btn-primary {
    /*BBikram {} */
    color: #000;
    font-size: 25px;
    padding: 20px 50px;
    background-color: #fff;
    /*BBikram {} */
  }

  .offcanvas-body ul .mobile-dropdown {
    padding: 10px 0 0 20px;
  }

  .offcanvas-body ul .mobile-dropdown li {
    border: 0;
    padding: 0;
  }

  .menubar ul li:hover ul.dropdown li {
    width: 100%;
  }

  .menubar ul li:hover .dropdown li a {
    color: #666;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }

  .offcanvas-body ul li .dropdown-menu li a.dropdown-item {
    margin-bottom: 0px;
    color: #0e103d;
  }

  .offcanvas {
    width: 90% !important;
  }

  .offcanvas .offcanvas-header {
    position: relative;
  }

  .offcanvas-header .btn-close {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 72%;
    right: 25px;
    transform: translateY(-50%);
    background: #000000;
    opacity: 1;
  }

  .offcanvas-header .btn-close i {
    font-size: 20px;
    color: #fff;
  }

  /*header*/
  header {
    padding: 10px 0;
  }

  #header.black i {
    color: #fff;
  }

  header .row {
    row-gap: 0;
  }

  header .navbar {
    display: none !important;
  }

  header .menubar {
    display: none;
  }

  header .btn-outline-primary {
    display: none;
  }

  header .btn-primary {
    display: none;
  }

  header .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 14px;
    color: #000;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 24px;
  }

  header .headbtn {
    justify-content: center !important;
  }

  #button {
    width: 30px;
    height: 30px;
    bottom: 66px;
    z-index: 99;
  }

  #button i {
    font-size: 15px;
  }

  /*slider*/
  .slider {
    margin: 0px 0 20px 0;
    padding: 20px 0;
  }

  .slider .slider-content {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .slider figure {
    width: 100%;
    height: 300px;
  }

  .slider figure img {
    height: 100%;
    object-fit: cover;
  }

  .slider .slider-content h1 {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 6px;
  }

  .slider .slider-content p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  /* about-us */
  .about-us {
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .about-us .about-content .second-btn {
    margin-top: 2px;
  }

  /* counter */
  /* .counter {
    padding: 0;
    margin-top: 30px;
  }
  .counter .counter-detail {
    border-right: 0;
    border-bottom: 1px solid #ffffff1a;
    margin-right: 0;
    padding: 20px 40px;
  }
  .counter .counter-detail span {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .counter .counter-detail h3 {
    font-size: 30px;
  } */
  /* partner */

  /* smart-solution */
  .smart-solution {
    margin-bottom: 20px;
  }

  .smart-solution .subheading:before {
    right: 10%;
  }

  .smart-solution .smart-solution-item {
    padding: 20px;
  }

  /* services */
  .services {
    padding: 25px 0;
    margin-bottom: 30px;
  }

  .services .service-items {
    padding: 16px;
    border: 1px solid #0000001a;
    text-align: center;
  }

  .services .col-lg-4:nth-child(6) .service-items,
  .services .col-lg-4:nth-child(7) .service-items,
  .services .col-lg-4:nth-child(8) .service-items {
    border-bottom: 1px solid #0000001a;
  }

  .services .col-lg-4:nth-child(5) .service-items,
  .services .col-lg-4:nth-child(8) .service-items {
    border-right: 1px solid #0000001a;
  }

  .services .service-items figure {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
  }

  .services .service-items figure img {
    width: 100%;
  }

  .services .service-items h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .services .service-items p {
    margin-bottom: 15px;
  }

  .services .service-items ul {
    justify-content: center;
    row-gap: 8px !important;
  }

  .services .service-items ul li {
    font-size: 13px;
    padding: 6px 14px;
  }

  /* technology */
  .technology {
    padding: 30px 0;
  }

  .technology .headingleft {
    margin-bottom: 0;
  }

  .technology .heading-content {
    margin: 0px 0 20px 0;
  }

  .technology ul.tab-menu {
    margin-bottom: 30px;
  }

  .technology ul.tab-menu li {
    font-size: 14px;
    margin-right: 6px;
    padding: 8px 16px;
  }

  .technology .col-lg-2:nth-child(1) .technology-items,
  .technology .col-lg-2:nth-child(6) .technology-items,
  .technology .col-lg-2:nth-child(7) .technology-items,
  .technology .col-lg-2:nth-child(12) .technology-items {
    height: 100%;
  }

  .technology .col-lg-2:nth-child(2),
  .technology .col-lg-2:nth-child(5),
  .technology .col-lg-2:nth-child(8),
  .technology .col-lg-2:nth-child(11) {
    padding: 0;
  }

  .technology .technology-items {
    height: 100%;
    padding: 10px;
  }

  .technology .col-lg-2:nth-child(2) .technology-items,
  .technology .col-lg-2:nth-child(3) .technology-items,
  .technology .col-lg-2:nth-child(4) .technology-items,
  .technology .col-lg-2:nth-child(5) .technology-items {
    margin-top: 0;
  }

  .technology .technology-items figure img {
    width: 100%;
  }

  .technology .technology-items h3 {
    font-size: 14px;
  }

  /* top-platforms */
  .top-platforms {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .top-platforms a.button-flex span.button {
    width: 176px;
  }

  .top-platforms .row,
  .top-platforms .headingleft,
  .top-platforms .heading-content {
    text-align: center;
  }

  .top-platforms .top-platforms-item {
    border-right: 0;
    margin: 0;
    padding: 20px;
    box-shadow: 0px 0px 7px #dcdada;
  }

  .top-platforms .top-platforms-item h3 {
    font-size: 18px;
    margin: 0 auto 15px;
  }

  .top-platforms .top-platforms-item figure {
    margin-bottom: 20px;
  }

  /* features */
  /* .features .headingleft {
    width: 65%;
    margin-bottom: 10px;
  }
  .features .subheading {
    margin-bottom: 20px;
  }
  .features .subheading:before {
    right: 26%;
  }
  .features .heading-content {
    margin-bottom: 0px;
  }

  .features .feature-content {
    bottom: 2%;
    padding: 10px;
  }
  .features .feature-items h3 {
    font-size: 15px;
    font-weight: 600;
  }
  .features .feature-items p {
    margin-bottom: 10px;
  }
  .features .feature-items .feature-content ul {
    flex-wrap: wrap;
    row-gap: 10px;
  } */
  /* features tab */
  /* .features {
    margin-bottom: 65px;
  }

  .features ul.tab-menu {
    margin-bottom: 15px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .features ul.tab-menu li {
    font-size: 12px;
    padding: 8px;
    margin-right: 8px;
    width: fit-content;
    margin-bottom: 10px;
  }
  .features ul.tab-menu li:nth-child(even) {
    display: none;
  }
  .features .col-lg-4 .feature-items {
    padding: 20px;
    margin-right: 0px;
  }
  .features .row {
    flex-direction: column-reverse;
  }
  .features .feature-items figure {
    margin: 5px 10px 0 0;
  }
  .features .feature-items h4 {
    margin-bottom: 3px;
  }
  .features .project-slider .fa-arrow-left-long {
    right: 15%;
  } */

  /* testimonials */
  /* 
  .testimonials {
    padding-bottom: 20px;
  }
  .testimonials .headingleft {
    width: 80%;
  }
  .testimonials .subheading:before {
    right: 10%;
  }
  .testimonials .heading-content {
    width: 100%;
  }
  .testimonials .client-feedback {
    margin-top: 0;
  }
  .testimonials .client-feedback-item {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  .testimonials .client-feedback figure {
    width: 100%;
    margin: 0;
  }
  .testimonials .client-feedback .client-feedback-content {
    width: 100%;
  }
  .testimonials .client-feedback .client-feedback-content h3 {
    font-size: 16px;
    margin: 8px 0 10px 0px;
  }
  .testimonials .client-feedback .client-feedback-content p {
    font-size: 14px;
    line-height: 18.83px;
    margin-bottom: 16px;
  }
  .testimonials .client-feedback .client-feedback-content h4 {
    font-size: 14px;
    line-height: 22.36px;
    margin-bottom: 45px;
  }
  .testimonials .client-feedback .fa-arrow-right-long {
    left: 47.5%;
  } */
  /* latest-article */
  /* .latest-article,
  .why-us {
    padding: 30px 0;
    margin-bottom: 20px;
  } */
  /* why-us */
  /* .why-us .why-us-content {
    width: 100%;
  }
  .why-us .subheading:before {
    display: none;
  } */
  /* our-clients */
  .our-clients {
    margin-bottom: 30px;
  }

  .our-clients .heading {
    margin-bottom: 15px;
  }

  /* 
  .why-us {
    margin-bottom: 20px;
    padding: 26px 0;
  }
  .why-us p {
    width: 100%;
    margin: 0 auto 15px;
  } */

  /* footer */
  footer {
    padding: 20px 0 20px 0;
  }

  footer h3 {
    margin-bottom: 7px;
  }

  footer .footer-menu li a {
    margin-bottom: 5px;
  }

  footer ul.footer-info li {
    justify-content: center !important;
  }

  footer ul.footer-info li i {
    margin: 4px 5px 0 0;
  }

  footer .copy-right {
    padding: 15px 0 0 0;
    margin-top: 5px;
    text-align: center;
  }

  footer .copy-right .row {
    row-gap: 0 !important;
  }

  footer .copy-right ul.copy-right-menu {
    justify-content: center !important;
  }

  footer .copy-right .smoicons ul li:first-child a {
    margin-left: 0;
  }

  /* footer footer-header */
  footer .footer-header {
    padding-bottom: 30px;
    margin-bottom: 3px;
    flex-direction: column;
    row-gap: 110px;
  }

  footer .footer-header .footer-header-head {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  footer .footer-header h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  footer .footer-header figure {
    bottom: -92px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  footer .row {
    text-align: center;
  }

  footer .footer-logo {
    padding-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: start !important;
  }

  footer .footer-logo figure {
    margin: 0 auto 15px auto;
  }

  .footer-menu figure {
    margin: -30px auto 0 auto;
  }

  footer .footer-logo .smoicons ul li a {
    margin: 0 16px 0 0;
  }

  footer .smoicons ul {
    margin: 10px auto;
  }

  /*home page end*/

  /* about-hero page */
  .about-hero {
    margin: 20px 0 10px 0;
  }

  .about-hero h1 {
    font-size: 25px;
    line-height: 38px;
    margin: 0 auto 8px auto;
    width: 100%;
  }

  .about-hero p.heading-content {
    width: 100%;
    margin: 0px auto 20px;
  }

  /* partner about-hero page */
  .partner {
    flex-direction: column;
    margin-bottom: 16px;
    border: 0;
    padding: 0;
  }

  .partner .headingleft {
    width: 96%;
    border-right: 0;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .partner ul {
    width: 100%;
  }

  .partner figure {
    margin: 0 30px 0 0;
    height: 60px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* aboutp .new-audience */
  .aboutp .new-audience .headingleft {
    margin: 0 0 5px 0;
  }

  .new-audience .accordion {
    margin-left: 0;
  }

  /* value */
  .value {
    margin-bottom: 30px;
  }

  .value .headingleft {
    margin: 0 0 0px 0;
    text-align: center;
  }

  .value img {
    margin-bottom: 10px;
    width: 100%;
  }

  .value h3 {
    font-size: 20px;
  }

  .value p {
    font-size: 15px;
    line-height: 24.83px;
    width: 100%;
    text-align: center;
  }

  .value .col-lg-6:nth-child(2),
  .value .col-lg-6:nth-child(4) {
    margin-top: 10px;
  }

  /* founded */
  .founded {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .founded h2 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 50px;
    text-align: center;
  }

  .founded span,
  .founded span h3 {
    font-size: 32px;
    justify-content: center;
    line-height: 30px;
  }

  .founded .row .col-lg-6 {
    margin-bottom: 0;
  }

  .founded p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .founded .founded-content {
    padding: 20px 0 0 0;
    margin-top: 20px;
    text-align: center;
  }

  .founded a.button-flex span.button {
    height: 50px;
    margin: 0 50px 0 0;
  }

  .founded a.button-flex span.button-icon {
    right: -1px;
    width: 50px;
    height: 50px;
  }

  .founded a.button-flex {
    margin-top: 10px;
  }

  .sp-strengthen .heading-content {
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .sp-strengthen .strengthen-carousel {
    margin: 10px;
    height: 630px;
  }

  .sp-strengthen {
    margin-bottom: 30px;
  }

  .strengthen {
    padding: 30px 0;
  }

  .sp-strengthen .strengthen-item {
    flex-direction: column;
    /* width: 340px !important; */
  }

  .strengthen .strengthen-item figure.strengthen-item-img {
    width: 100%;
    margin: 0;
  }

  .strengthen .strengthen-item .strengthen-item-content {
    width: 100%;
  }

  .strengthen .strengthen-item figure.strengthen-item-img img {
    height: auto;
  }

  .sp-strengthen span i {
    margin: 15px 6px 15px 0;
  }

  .sp-strengthen p {
    font-size: 15px !important;
    line-height: 18.85px;
    margin: 0px 0 15px 0 !important;
    padding-bottom: 15px !important;
  }

  .strengthen .strengthen-carousel .vector-right,
  .strengthen .strengthen-carousel .vector-left {
    bottom: -10px;
    left: auto;
    right: 6%;
  }

  .sp-strengthen .strengthen-carousel .vector-left {
    right: 18%;
  }

  /* our-team */
  .our-team {
    margin-bottom: 30px;
  }

  .our-team .heading-content {
    margin: 0 0 20px 0;
  }

  /* maintanance */
  .maintanance {
    margin-bottom: 20px;
  }

  .maintanance video {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .maintanance figure {
    margin: 0 0 10px 0;
  }

  .maintanance p {
    font-size: 15px;
    line-height: 25.83px;
    text-align: center;
  }

  /* blog page  */
  .blog-page-head ul {
    margin: 10px 0 5px 0;
    flex-wrap: wrap;
  }

  .blog-page-head ul li a {
    padding: 0px;
    margin: 0 10px 4px 0;
  }

  .blog-page-head .row-flex {
    border-radius: 0;
    padding-right: 0;
  }

  .blog-page-head figure {
    height: auto;
  }

  .blog-page-head figure img {
    border-radius: 12px;
  }

  .blog-page-head ul li p {
    margin-bottom: 2px;
  }

  .blog-page-head h2 {
    font-size: 20px;
    margin-bottom: 9px;
  }

  .blog-page-head .blog-details-main-content {
    margin-top: 0;
  }

  .blog-details-main-content figure {
    height: 48px !important;
    margin: 0;
  }

  .blog-details-main-content figure img {
    border-radius: 50px !important;
  }

  .blog-page-head {
    margin-bottom: 30px;
  }

  /* team-maison */
  .team-maison {
    margin-bottom: 20px;
  }

  .team-maison .team-content h4 {
    margin-bottom: 0;
  }

  .blog-sections {
    margin-bottom: 10px;
  }

  .blog-sections .mb-5 {
    margin-bottom: 10px !important;
  }

  .blog-sections h2 {
    margin: 0;
  }

  /* feature-collection */
  .feature-collection .row {
    margin-bottom: 20px;
    padding: 10px;
  }

  .feature-collection .feature-collection-heading {
    margin-right: 0;
  }

  .feature-collection h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .feature-collection h2 small {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .feature-collection .feature-collection-heading p {
    font-size: 15px;
    line-height: 23.89px;
    margin-bottom: 10px;
  }

  .feature-collection .feature-collection-item {
    margin-bottom: 10px;
    flex-direction: column;
  }

  .feature-collection .feature-collection-item figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .feature-collection .feature-collection-item .feature-collection-item-content {
    width: 100%;
  }

  .feature-collection .feature-collection-item span figure {
    margin: 0px 15px 10px 0;
  }

  .blog-sections h2 {
    font-size: 24px;
  }

  /* blog details page  */
  .blog-details-head {
    margin: 30px 0;
  }

  .blog-details-head .row {
    row-gap: 0;
  }

  .blog-details-head h2 {
    font-size: 25px;
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-details-head h2 small {
    margin-bottom: 10px;
  }

  .blog-details-head .smoicons ul li a {
    margin: 0px 16px 0px 0;
  }

  /* blog-details-content */
  .blog-details-content figure img {
    object-fit: cover;
  }

  .blog-details-content figure {
    margin-bottom: 20px;
  }

  .blog-details-content p {
    width: 100%;
  }

  .blog-details-content {
    margin-bottom: 20px;
  }

  .marketing {
    margin-bottom: 20px;
  }

  .marketing h3,
  .marketing p {
    margin-bottom: 10px;
  }

  .marketing h4 {
    margin-bottom: 7px;
  }

  .marketing figure {
    margin: 10px 0;
  }

  .marketing .marketing-adv {
    height: 300px;
  }

  .marketing .row {
    row-gap: 0;
  }

  .marketing .conclusion {
    margin: 20px 0;
  }

  .insight {
    margin-bottom: 20px;
  }

  .insight .headingleft {
    margin: 0 0 10px 0;
  }

  .insight .post-content h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  /* career page */
  .career-hero {
    margin: 25px 0;
    text-align: center;
  }

  .career-hero h1 {
    font-size: 27px;
    line-height: 45px;
    margin-bottom: 0;
  }

  .career-hero p {
    width: 100%;
  }

  /* .career-hero h1 span {
    clip-path: polygon(0 0, 100% 20%, 100% 84%, 15% 100%);
  } */
  .career-hero-images {
    margin-bottom: 30px;
  }

  .career-hero-images .col-lg-3:nth-child(2),
  .career-hero-images .col-lg-3:nth-child(3) {
    display: none;
  }

  .career-hero-images .col-lg-3 {
    height: 400px !important;
  }

  .career-hero-images figure {
    padding: 30px 0 0 0;
    overflow: hidden;
  }

  .career-hero-images figure img {
    height: 400px;
  }

  /* careerp .culture */
  .culture {
    margin-bottom: 16px;
    text-align: center;
  }

  .careerp .culture .headingleft {
    margin-bottom: 0px;
  }

  .culture .heading-content {
    margin: 0 0 10px 0;
  }

  .culture .row .col-lg-6:nth-child(1) {
    order: 2;
  }

  .culture .row .col-lg-6:nth-child(2) {
    order: 1;
  }

  .culture .row .col-lg-6:nth-child(3) {
    order: 3;
  }

  .culture .row .col-lg-6:nth-child(4) {
    order: 4;
  }

  .culture .row .col-lg-6:nth-child(5) {
    order: 6;
  }

  .culture .row .col-lg-6:nth-child(6) {
    order: 5;
  }

  .culture .row .col-lg-6:nth-child(8) {
    order: 8;
  }

  .culture .row .col-lg-6:nth-child(7) {
    order: 7;
  }

  .culture h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .culture .culuture-sec p {
    width: 100%;
  }

  .culture .culuture-sec {
    margin-bottom: 0px;
  }

  .culture h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  /* careerp job-circular */
  .job-circular {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .careerp .job-circular .headingleft {
    margin-bottom: 6px;
    text-align: center;
  }

  .careerp .job-circular p.heading-content {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }

  /* job-circular */
  .job-circular .circular-right {
    border-right: 0;
    height: 80px;
  }

  .job-circular .circular-contents .circular-right span {
    font-size: 40px;
  }

  .job-circular h2,
  .job-circular h3,
  .job-circular ul li {
    text-align: center;
  }

  .job-circular .circular-contents .details {
    justify-content: center;
  }

  .job-circular .circular-contents .details li {
    padding-right: 6px;
    margin-right: 6px;
  }

  .job-circular .circular-contents .details li p {
    font-size: 13px;
  }

  .job-circular p {
    text-align: center;
  }

  .job-circular .cources {
    margin: 16px 0 20px 0;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }

  /* internship */
  .internship {
    margin-bottom: 20px;
  }

  .internship .headingleft {
    margin: 0 0 10px 0;
  }

  .internship p.heading-content {
    margin: 0 auto 20px;
  }

  .internship .content {
    width: 90%;
    padding-top: 20px;
  }

  .internship .content h2 {
    font-size: 20px;
  }

  .intern {
    margin: 0 auto 30px;
  }

  .intern .intern-item {
    border-right: 0;
    padding: 25px 15px 10px 15px;
    text-align: center;
    box-shadow: 1px 1px 10px #eeeeee;
  }

  .intern figure {
    margin: 0 auto 20px;
  }

  .intern p {
    width: 100%;
  }

  .careerp .internship a.button-flex span.button {
    width: 180px;
  }

  .careerp a.button-flex span.button {
    width: 186px;
  }

  /* breadcrumb contact  */
  .breadcrumb {
    padding: 20px 0;
  }

  .contactp .breadcrumb h1 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    padding-bottom: 10px;
  }

  .breadcrumb p {
    font-size: 14px;
    line-height: 23.89px;
    width: 100%;
    margin: 0 auto 16px;
  }

  .contact-us .row {
    margin-bottom: 10px;
  }

  .contact-us .headingleft {
    margin-bottom: 0px;
  }

  /*contact page*/
  .contact-us {
    margin: 0 0 32px 0;
  }

  .contact-us .contact-details {
    padding: 0;
    margin-bottom: 20px;
  }

  .contact-us .contact-details ul li figure {
    margin: 0 10px 0 0;
  }

  .contact-us .contact-details h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .contact-us .contact-details ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .contact-us .contact-details ul li p {
    font-size: 12px;
    line-height: 20px;
  }

  .contact-us .contact-details ul li p a {
    font-size: 13px;
  }

  .contact-us .contact-details ul li:last-child p {
    width: 100%;
  }

  .contact-us .contact-form {
    padding: 0px;
    margin-right: 0;
  }

  .contact-us .contact-form label {
    margin: 0 0 -1px 0;
    padding: 7px 15px 0 15px;
  }

  .contact-us .contact-form input[type="text"],
  .contact-us .contact-form input[type="email"],
  .contact-us .contact-form input[type="number"],
  .contact-us .contact-form select,
  .contact-us .contact-form textarea {
    margin-bottom: 10px;
    padding: 5px 15px;
  }

  /* support-portal */
  .support-portal {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .support-portal:before {
    top: 51%;
    width: 100%;
    height: 50%;
  }

  .support-portal .support-portal-chat {
    padding: 30px 0 0 0;
  }

  .support-portal h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 10px 0;
  }

  .support-portal a.button-flex {
    margin-bottom: 20px;
  }

  .operation {
    width: 100%;
    margin: 0 auto 16px;
  }

  .operation .heading {
    text-align: left;
  }

  .operation .heading-content {
    margin-bottom: 20px;
    text-align: left;
  }

  /* license-page */
  .condition {
    margin: 30px auto;
    width: 100%;
  }

  .condition a,
  .condition h2,
  .condition p {
    margin-bottom: 3px;
  }

  .condition a {
    margin-bottom: 15px;
  }

  .license-content {
    margin-bottom: 30px;
  }

  .license-content .content {
    padding: 0;
    text-align: center;
  }

  /* privacy-policy page */
  .condition-content .content {
    margin-bottom: 20px;
  }

  .condition-content .content p {
    text-align: center;
  }

  .condition-content .content h3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .condition-content .content ul {
    margin-top: 15px;
  }

  .condition-content .content ul li p {
    text-align: left;
  }

  /* team page */

  .teamp-hero h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0;
  }

  .teamp-hero h2 {
    font-size: 20px;
    line-height: 31.83px;
    padding-bottom: 5px;
  }

  .teamp-hero .teamp-hero-img figure.animation {
    right: auto;
    left: 10px;
    top: -20px;
  }

  .teamp-hero {
    margin: 0;
    text-align: center;
  }

  .teamp .teamp-hero h1 {
    width: 100%;
    margin-bottom: 16px;
  }

  .teamp .teamp-hero h1 span {
    -webkit-text-stroke: 0px !important;
    display: inline-block;
  }

  .teamp .teamp-hero p {
    text-align: center;
  }

  .our-team .team-carousel .our-team-item {
    margin: 0;
  }

  .our-team .team-carousel .vector-left {
    right: 15%;
  }

  .our-team .team-carousel {
    margin-bottom: 80px;
  }

  .teamp .actionbar {
    padding: 20px 0;
    margin: 0 0 30px 0;
  }

  .teamp .actionbar .headingleft {
    width: 100%;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .teamp .actionbar a.button-flex span.button {
    width: 160px;
  }

  .team-gallery {
    margin-bottom: 20px;
  }

  .team-gallery figure.active:before {
    transform: rotate(-3deg);
  }

  .team-gallery figure:hover:before {
    transform: rotate(-3deg);
  }

  .achieved {
    padding: 30px 0;
  }

  /* awards */
  .awards {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
  }

  .awards .headingleft {
    text-align: center;
    margin: 0;
  }

  .awards .heading-content {
    margin: 0;
    text-align: center;
  }

  .awards-carousel .strengthen-item {
    flex-direction: column;
  }

  .awards .strengthen-item-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .awards .strengthen-item-content h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .awards .awards-carousel figure.vector-right,
  .awards .awards-carousel figure.vector-left {
    right: 10px;
    bottom: 37px;
  }

  .awards .awards-carousel figure.vector-left {
    right: 15%;
  }

  .new-audience {
    margin-bottom: 10px;
  }

  .new-audience a.button-flex span.button {
    width: 160px;
  }

  .new-audience figure.new-audience-img img {
    height: fit-content;
    margin-bottom: 16px;
  }

  .new-audience .accordion-item {
    margin-bottom: 10px;
  }

  /* testimonials page*/
  .testimonials {
    margin: 30px 0;
  }

  .testimonials .heading {
    margin-bottom: 5px;
    width: 100%;
  }

  .founder .slick-list {
    width: 100% !important;
    margin: 0 auto;
  }

  .testimonials .heading-content {
    margin-bottom: 10px;
  }

  .founder .row-flex {
    margin: 0;
    padding: 0;
  }

  .testimonials-carousel .fa-chevron-right,
  .testimonials-carousel .fa-chevron-left {
    display: none !important;
  }

  /* .founder figure {
    height: auto;
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .founder figure img {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0;
  } */
  .founder .founder-content {
    padding: 20px 20px 0px 20px;
    width: 100%;
  }

  .founder .founder-content p {
    font-size: 15px;
    line-height: 23.89px;
    margin: 16px 0 16px 0;
  }

  .founder .founder-content h5,
  .founder .founder-content h4 {
    margin-bottom: 0;
  }

  .founder {
    margin-bottom: 30px;
  }

  .secondary-testimonials {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .testimonials-wraper {
    margin-bottom: 20px;
  }

  .secondary-testimonials {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  /* testimonials-view */
  .testimonials-view {
    margin-bottom: 20px;
  }

  .testimonials-view .testimonials-view-info {
    text-align: center;
    margin-bottom: 10px;
  }

  .testimonials-view .testimonials-view-info p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
  }

  /* clients-satisfied */
  .clients-satisfied {
    margin-bottom: 30px;
  }

  .clients-satisfied h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .clients-satisfied .smoicons ul li a {
    margin: 0px 15px 20px 0;
  }

  .clients-satisfied .clients-satisfied-img {
    height: 500px;
  }

  .clients-satisfied .clients-satisfied-img figure {
    width: 100%;
  }

  .clients-satisfied .clients-satisfied-info {
    width: 100%;
    padding: 20px;
    left: 0;
    top: 53%;
  }

  .clients-satisfied .clients-satisfied-info p {
    font-size: 18px;
    margin: 10px 0 10px 0;
  }

  .clients-satisfied .clients-satisfied-info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  /* service page  */
  .servicep .breadcrumb {
    margin-bottom: 0;
  }

  .breadcrumb h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 0px;
  }

  .breadcrumb .breadcrumb-flex h1 span {
    font-size: 20px;
  }

  .breadcrumb .breadcrumb-flex h1 br {
    display: none;
  }

  .breadcrumb h1 span {
    -webkit-text-stroke: 1px #939393;
  }

  .breadcrumb .breadcrumb-flex figure {
    margin: 0 0 0 10px;
    width: 90px;
  }

  .servicesp-partner {
    margin: -85px 0 0 0;
  }

  /* our-service */
  .our-service {
    margin-bottom: 30px;
  }

  .our-service .our-service-item {
    text-align: center;
    box-shadow: 1px 1px 5px #eee;
    padding: 15px;
    border-radius: 12px;
  }

  .our-service .our-service-item figure {
    margin: 0 auto 10px;
  }

  .our-service .our-service-item h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .our-service .our-service-item p {
    margin-bottom: 10px;
  }

  .our-service .our-service-item ul li {
    font-size: 15px;
    width: fit-content;
    margin: 0 auto;
  }

  .servicep .smart-solution {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .servicep .smart-solution .headingleft {
    margin-bottom: 0px;
    text-align: center;
  }

  .servicep .smart-solution .heading-content {
    text-align: center;
  }

  .smart-solution .row {
    margin-bottom: 20px;
  }

  .smart-solution .smart-solution-flex .smart-solution-items {
    flex-direction: column;
    text-align: center;
    height: fit-content;
    padding: 25px 15px;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-img {
    border-right: 0;
    margin-bottom: 15px;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-heading {
    width: 100%;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-heading h3 {
    font-size: 20px;
    line-height: 32px;
    margin-left: 0;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt {
    width: 100%;
    padding: 0;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt ul {
    justify-content: center;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt ul li {
    padding: 5px 7px;
    font-size: 10px;
    margin-right: 5px;
  }

  .smart-solution .smart-solution-flex .smart-solution-items .smart-solution-contemt p {
    font-size: 14px;
    line-height: 22.89px;
    margin-bottom: 15px;
  }

  /* articles */
  .articles {
    margin-bottom: 30px;
  }

  .articles .article-items ul {
    margin-bottom: 10px;
  }

  .articles .article-items h3 {
    margin: 0 0 10px 0;
  }

  /* service-details */
  .service-details-hero {
    margin: 0 0 10px 0;
  }

  .service-details-hero figure {
    margin-bottom: 20px;
  }

  .service-details-hero h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .service-details-hero ul li {
    font-size: 14px;
    padding: 6px 12px;
    margin-right: 7px;
  }

  .service-overview {
    margin-bottom: 30px;
  }

  .service-overview .service-overview-content h2.headingleft {
    font-size: 20px;
    margin: 10px 0 4px 0;
  }

  .service-overview .service-overview-content p {
    padding-right: 0;
  }

  .service-overview .service-overview-sidebar {
    padding: 10px;
  }

  .service-overview .service-overview-sidebar h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .service-overview .service-overview-sidebar ul li a {
    padding: 8px 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .benefits .benefit-items {
    padding: 20px 30px 6px 20px;
    height: 100%;
    border-radius: 12px;
  }

  .benefits {
    margin-bottom: 40px;
  }

  .actionbar {
    padding: 20px;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .actionbar .headingleft {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .actionbar .button-flex {
    margin: 0 auto 0 46px;
  }

  /* recognition */
  .recognition {
    margin-bottom: 10px;
  }

  .recognition .recognition-item {
    flex-direction: column-reverse;
    position: relative;
    align-items: flex-start !important;
    padding-left: 16%;
  }

  .recognition .recognition-item .recognition-item-content {
    padding: 15px;
    width: 100%;
    margin-bottom: 23px;
  }

  .recognition .recognition-item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .recognition .recognition-item:nth-child(even) h4 {
    justify-content: flex-start;
  }

  .recognition .recognition-item span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    background: #0e103d;
    width: 40px;
    height: 40px;
  }

  .recognition .recognition-item span:before {
    height: 580%;
  }

  .recognition h4 {
    font-size: 25px;
    height: fit-content;
    margin: 0 0 2px 0;
  }

  /*influincer*/
  .career-detailsp a.button-flex span.button {
    width: 180px;
  }

  .career-newsletter-content {
    flex-direction: column;
    padding: 25px 25px 14px 25px;
  }

  .career-newsletter-content h4 {
    text-align: center;
  }

  .career-newsletter-content h4 small {
    margin-top: 6px;
  }

  /* not-found */
  .not-found .heading {
    margin: 0 auto 10px;
  }

  .not-found .heading-content {
    margin-bottom: 20px;
  }

  .not-found {
    width: 100%;
    margin: 64px auto 30px;
  }
}


@media only screen and (max-width: 768px) {
  .colabs .fa-chevron-left {
    right: 15%;
  }
}

 @media only screen and (max-width: 450px) {

  .colabs .fa-chevron-left,
  .colabs .fa-chevron-right {
    display: none !important;
  }
}  

.press-section {
  /* height: 167px; */
  width: 100%;
  background-color: #0e103d;
  padding: 80px 0px;
}

.sub-heading {
  /* padding-top: 15px; */

  text-align: center;

  color: white;
  font-size: 20px;
  font-weight: 500;
}

.press-section h1 {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 48px;
}

.logo-section {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
}

.partner-logo img {
  width: 10%;
}

.news-section {
  background-color: #f2f5f9;
  padding: 50px 0;
}

.news-section a {
  color: #007bff;
}

.news-section .ns {
  background-color: white;
  border-radius: 10px;

  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.032);
  height: 210px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.news-section .ns p {
  height: 100%;
  width: 100%;
}

.news-section .col-lg-4 {
  padding: 0;
}

.nav-container button {
  border: none;
  border-radius: 50%;
}

.nav-container button i {
  border: 1px solid black;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-top: 20px;
}

/*  */

/*ABOUT SECTION STYLING*/
.about {
  background-color: #eeeffb;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 4%);
  text-align: left;
}

.learn-btn {
  display: inline-block;
  background-color: #0047bb;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.learn-btn:hover {
  background-color: #003699;
  color: #fff;
}

.icon-wrapper {
  text-align: left;
  margin-bottom: 15px;
}

.icon-wrapper .icon {
  font-size: 30px;
  color: #0e103d;
  text-align: left;
}

.story-card h3,
.assets-card h3 {
  font-size: 16px;
  color: #0e103d;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.story-card h2,
.assets-card h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.story-card p,
.assets-card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.story-btn,
.assets-btn {
  display: inline-block;
  background-color: #0e103d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;

  text-align: center;
}

.story-btn:hover,
.assets-btn:hover {
  background-color: #003699;
  color: #fff;
}

#pagination li a {
  color: #00000099;
  border: 1px solid #030000b4;
  padding: 8px 14px;
  border-radius: 20px;
  margin-right: 10px;
  justify-content: center;
}

                .footer-contact h3 {
                    margin-bottom: 6px;
                }

                .footer-contact figure {
                    width: 30px;
                    height: 30px;
                    margin: 0 0 16px 0;
                }

                .footer-contact figure img {
                    width: 100%;

                }

                .footer-contact .footer-info-1 {
                    border-bottom: 1px solid #fff;
                    margin-bottom: 16px;
                }
                 .map figure {
        height: 200px;
        text-align: center;
    }
    .map figure img{
        height: 100%;
    }