.anchor_tag {
  color: #fff !important;
  cursor: pointer !important;
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  line-height: unset !important;
}
.list-style-none {
  list-style: none !important;
}
.job-code-login {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 2rem;
  border-radius: 10px;
  width: fit-content;
}
/* ================= HOME PAGE CSS START ================= */
.modal-persona {
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 0px solid #000000;
}
.modal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.modal-backdrop {
  display: none;
}

.bck-text {
  background-color: #201942;
}

.bann-heading-color {
  color: #201942;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

.bann-heading-color2 {
  color: #6a8dde;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

.banner_text {
  color: #868686;
  font-size: 18px;
}

.divider {
  width: 2px;
  height: 80px;
  margin: 6px 0;
  background: #e8e8e8;
  margin: 0rem 4rem;
}

.text_divider {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

.text_divider span {
  color: #6a8dde;
}
.pro-bottom-right {
  position: absolute;
  background-color: #e148ea;
  border-radius: 29px;
  transform: rotate(61deg);
  width: 142px;
  height: 154px;
  right: -12.2%;
  bottom: 13.6%;
}

/* .vector-bottom-right {
    right: -5.2%;
    position: absolute;
    bottom: -11%;
} */
.vector-bottom-right {
  right: -5.2%;
  position: absolute;
  bottom: -11%;
  width: 367px;
  height: 366px;
  background-image: url("../images/background/bg-vector-sliced.jpg");
  background-repeat: repeat;
}

.vector-top-right {
  position: absolute;
  right: -7.2%;
  top: 3%;
}
.pro-top-left {
  position: absolute;
  background-color: #e249ea;
  border-radius: 29px;
  transform: rotate(61deg);
  width: 140px;
  height: 135px;
  left: -12%;
  bottom: 39.6%;
}
.vector-top-left {
  left: -5.2%;
  position: absolute;
  bottom: 38%;
  width: 368px;
  height: 366px;
  background-image: url("../images/background/bg-vector-sliced.jpg");
}
.vector-top-right-two {
  position: absolute;
  right: -5.8%;
  top: 17.2%;
}
.vector_left_pro {
  left: -6.2%;
  position: absolute;
  bottom: 4%;
}

.bg_sec1 {
  background-color: #f4f6f9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f7fafb;
}

.nav-tabs .nav-link {
  background: transparent;
  padding: 0.2em 2em;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  /*min-width: 270px;*/
  justify-content: center;
  text-transform: uppercase;
  margin-right: 1em;
  border: 1px solid #cecece;
}

.color_2 {
  color: #30166f;
}

.p1_div {
  background: #fef8e6;
}

.p2_div {
  background: #e9e7e7;
}

.p3_div {
  background: #defffb;
}

.p4_div {
  background: #e8d2fc;
}

.p_div {
  padding: 1.5rem;
}

.p_div3 {
  padding-bottom: 4.5em;
}

.text_div {
  padding: 0px 7rem;
}

.text_div2 {
  padding: 0px 4rem;
}

.text_3 {
  font-size: 14px;
  line-height: 16px;
  color: #868686;
}

.img_new {
  margin: 2rem 1rem 1rem 0rem;
  width: 160px;
}

.btn-style-four .btn-title {
  padding: 5px 30px;
}

.sm-logo-div {
  display: flex;
  min-width: 120px;
  background: white;
  margin: 1em 2em;
  justify-content: center;
  border-radius: 8px;
  padding: 6px;
  align-items: center;
}

/*SHAPE HEXAGON*/
.gon {
  height: 130px;
  background: #fff;
  background-size: 220px 220px;
  /* Text styling */
  line-height: 220px;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 6px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  transition: color 500ms ease, text-shadow 500ms ease;
}

.gon:hover {
  color: #fff;
  text-shadow: 0 0 10px white;
}

.hexa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.hexa:last-child {
  margin-right: 0;
}

.hexa_sm {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-right: 2em;
  flex-flow: wrap;
}

.hexa2 {
  margin-right: 2em;
  margin-bottom: 2em;
}

.hexa2 img {
  width: 100px !important;
}

li#\31 {
  border-color: #37cc37;
}

li#\32 {
  border-color: orange;
}

li#\33 {
  border-color: yellow;
}

li#\34 {
  border-color: blue;
}

li#\35 {
  border-color: #f051f0;
}

li#\36 {
  border-color: #ff0076;
}

li#\37 {
  border-color: #987af4;
}

li#\38 {
  border-color: #7ac7f4;
}

.read_more {
  color: #017aff;
  font-size: 16px;
  padding-left: 10px;
  cursor: pointer;
}

.sm-logo-div img {
  width: 100px;
}

.banner-leftsec {
  padding: 2em 4em 4em;
  width: 45%;
  align-self: center;
}

#button_banner {
  position: relative;
  top: 42%;
  left: 45%;
}

.second-div {
  position: relative;
}

.second-div .bck-img {
  background: url("../images/background/bg_new1.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10%;
  position: static;
  height: 51px;
  width: 100%;
}
.second-div-child {
  background-color: #201942;
  padding-top: 28px;
}
.center-text {
  width: 50%;
}

.justify-content-center {
  justify-content: center !important;
}

.product_box {
  max-width: 22%;
  min-width: 22%;
  position: relative;
  background: rgb(255, 255, 255);
  padding: 2em;
  border-radius: 1em;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 3em;
}

.pb-icon {
  position: absolute;
  top: -40px;
  margin: 0 auto;
  border-radius: 5%;
}

.pb-icon img {
  width: 78px;
  height: 78px;
}

a:not([href]):not([tabindex]) {
  color: #000;
  text-decoration: none;
  cursor: default;
}

/*CSS BOX START*/
/* .box-part {
    margin: 0 1em;
} */

.box_image {
  background-size: cover;
  width: 300px;
  min-height: 250px;
  border: 1px;
  padding: 2em 1em 1em;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.lazy_hide {
  display: none;
}
.vertical-box-part {
  background-color: #000;
}
.box_content {
  padding: 0 1em 1em;
  min-height: 200px;
  background: #fff;
}

.b_bottom {
  border-bottom: 1px solid #dfe4e5;
}

.b_bottom a {
  color: black;
  font-size: 14px;
}

/*CSS BOX END*/
@media (max-width: 900px) {
  .p_div2 {
    padding: 2.5em 1em;
  }
}

/* ================= HOME PAGE CSS END ================= */
/* ================= HOME PAGE MEDIA QUERRY START ================= */
@media (min-width: 1401px) {
  .carousel1 .owl-dots {
    right: -17%;
  }
}

@media (min-width: 1601px) {
  .p_div3 {
    padding-bottom: 1.5em;
  }
}

@media (max-width: 1600px) {
  .product_box {
    max-width: 25%;
    min-width: 25%;
    margin: 3em 2em;
  }
}

@media (max-width: 1366) {
  .nav-tabs .nav-link {
    padding: 0.2em 1.5em;
    margin-right: 0.5em;
  }
}

@media (max-width: 1305px) {
  .banner-leftsec {
    padding: 1em;
    min-height: 400px;
  }
}

@media (max-width: 1197px) {
  .banner-leftsec {
    padding: 1em;
    min-height: 400px;
  }

  .mt-3-md {
    margin-top: 4em;
  }

  .nav-tabs .nav-link {
    padding: 0.2em 0.65em;
    margin-right: 0.35em;
  }
}

@media (max-width: 980px) {
  .sm-bs,
  .sm-row {
    flex-flow: column-reverse;
  }

  .sm-bs {
    align-self: flex-start;
  }

  .center-text {
    width: 80%;
  }

  #button_banner {
    position: absolute;
    top: 40%;
    left: 38%;
  }

  .banner-leftsec {
    min-height: auto;
    padding: 2em;
    width: 100%;
    margin-bottom: 3rem;
  }
  .banner-rightsec {
    width: 100% !important;
    position: relative;
  }
  .second-div .bck-img {
    height: 100px;
  }

  .nav-tabs .nav-link {
    padding: 0.2em 0.65em;
    margin-right: 0.35em;
  }
}

@media (max-width: 600px) {
  .btn-invite {
    width: 100% !important;
  }
  .nav-tabs .nav-item {
    margin: 0 auto;
    width: 80%;
  }
  .btn_sm_button {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
  }
  .p-sm-5 {
    padding: 0rem !important;
  }

  .btn_sm_button {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }

  .btn_sm_ml {
    margin-left: unset !important;
    margin-top: 1rem;
  }

  .text_div {
    padding: unset !important;
  }
  .img_new {
    visibility: hidden;
  }

  .p3_div_sm {
    margin-top: 1.5rem;
  }

  .para_sm {
    font-size: 14px;
  }

  .bann_sm_para {
    padding: 1rem;
    text-align: justify;
  }

  .pricing-section .left-column .outer-box {
    margin: unset !important;
  }

  .pricing-section .news-block {
    left: -9%;
    position: relative;
    background: rgb(255, 255, 255);
    padding: 2em;
    margin: 0 1em;
    border-radius: 1.75em;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 8px;
  }

  .new_sm_screen {
    flex-flow: wrap;
  }

  .card_sm_pt {
    padding-top: 4.5rem;
  }

  .sm_logo_tech {
    margin: 1em;
  }

  .hexa_sm {
    margin-right: unset;
  }

  .sm_slider_customer {
    flex-direction: column;
  }

  .divider {
    display: none;
  }

  .banner_bottom_text {
    flex-direction: column;
  }

  #button_banner {
    position: absolute;
    top: 38%;
    left: 30%;
    min-width: auto;
    padding: 10px 15px;
  }

  .bann-heading-color {
    color: #201942;
    font-size: 32px;
    font-weight: 700;
    line-height: unset;
  }

  .bann-heading-color2 {
    color: #6a8dde;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
  }

  .banner-leftsec {
    padding: 3em 1em;
    width: 100%;
  }

  .p_div p {
    width: 270px;
  }
  .sm_card {
    margin-bottom: 1rem !important;
    margin-right: 0rem !important;
  }

  .box-part {
    width: 100%;
    margin: unset;
  }

  .box_image {
    width: 340px;
    min-height: 150px;
  }
  .mt-3-sm {
    margin-top: 2em;
  }
}

@media (max-width: 450px) {
  .text_div {
    padding: unset !important;
  }

  .text_div2 {
    padding: unset !important;
  }

  .sm_logo_tech {
    margin: 0.5em;
  }

  .sm-bs,
  .sm-row {
    flex-flow: column-reverse;
  }
}
@media only screen and (max-width: 696px) {
  .box_content {
    min-height: auto;
  }
}
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 768px) and (max-device-width: 1007px) {
  .box-part {
    width: 200px;
  }

  .box_image {
    width: 200px;
    min-height: 530px;
  }
}
@media only screen and (max-width: 696px) {
  .text_div {
    padding: unset;
  }
  .text_div2 {
    padding: unset !important;
  }
  .product_box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .product_box {
    max-width: 47%;
    min-width: auto;
    margin: 3em 0.5em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .vertical-box-part {
    width: 200px;
    margin: 0 1rem;
  }

  .box-part {
    width: 100%;
  }

  .box_image {
    width: 200px;
    min-height: 320px;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
  .vertical-box-part {
    width: 290px;
    margin: 0 1rem;
  }

  .box-part {
    width: 100%;
  }

  .box_image {
    width: 100%;
    /* min-height: 350px; */
  }
}
/* Media Query */
@media only screen and (min-width: 1581px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 35px;
  }
}

/* ================= HOME PAGE MEDIA QUERRY END ================= */
