/* @import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'); */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p{
    line-height: 1.4;
    margin-bottom: 1rem;
    color: #59676A;
    font-size: 16px;
}
body {
    font-family: 'IBM Plex Sans', sans-serif;
}

.fixed-height-top {
  padding-top: 100px;
}

.carousel-sec .carosuel-right-sec {
  background-color: #1e4284;
  padding: 30px 40px;
  height: 100%;
  margin-left: -100px;
  position: relative;
}
@media (max-width: 767px) {
  .carousel-sec .carosuel-right-sec {
    margin: unset;
  }
}
.carousel-sec .carosuel-right-sec .carosuel-inner {
  margin: 6rem 4rem 0;
}
@media (max-width: 767px) {
  .carousel-sec .carosuel-right-sec .carosuel-inner {
    margin: unset;
  }
}
.carousel-sec .carosuel-right-sec .carosuel-inner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.carousel-sec .carosuel-right-sec .carosuel-inner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .carousel-sec .carosuel-right-sec .carosuel-inner h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.carousel-sec .carousel-control-prev {
  height: unset;
  top: unset;
  bottom: 75px;
  right: 80px;
  left: unset;
}
.carousel-sec .carousel-control-next {
  height: unset;
  top: unset;
  bottom: 75px;
  right: 35px;
}

.btn {
  width: 190px;
  max-width: 190px;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  border-radius: 12px;
  font-size: 14px;
}
.btn.md{
    width: 150px;
}
.btn.primary {
  background-color: #D11047 ;
  color: #fff;
}
.btn.primary:hover{
  background-color: #df3e6c;
}
.btn.secondary {
    background-color: transparent;
    color: #D11047;
    border: 2px solid #D11047;
    border-radius: 12px;
  }
  .btn-sec{
    display: flex;justify-content: space-between;
  }
  .btn-sec.w-50_ .btn{
    width: 49%;
    margin: 0 10px 0 ;
    max-width: unset !important;
  }
  .btn.xlg{
    /* width: 350px;
    max-width: 250; */
    padding: 10px 50px;
    max-width: unset;
    width: unset;
  }
  /* .btn-sec{
    margin-top: 40px;
  } */
  .bg-red{
    /* background-color: #D11047 !important; */
  }
.btn.primary:hover {
  /* background-color: #1c3666; */
}
.btn.white {
  background-color: #fff;
  color: #000;
}
.btn.white:hover {
  background-color: #eee;
}
.btn.sm {
  width: 100px;
  max-width: 100px;
  padding: 10px;
}

.right-img {
  position: relative;
  z-index: 9;
}

.form-parent {
  background: url(../assets/background/form-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
}

.heading-comn p {
  font-size: 15px;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto 2rem;
  text-align: center;
}
.heading-comn h3 {
  font-size: 30px;
}
.heading-comn h6 {
  font-size: 18px;
  color: #06b9fc;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .heading-comn h6 {
    justify-content: center;
  }
  
}
.heading-comn h6:before {
  content: "";
  background-image: url(../assets/icons/ship-icon.png);
  background-size: 25px;
  width: 25px;
  display: inline-block;
  height: 25px;
  margin: 0 10px 0 0;
}
.heading-comn h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 1rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .heading-comn h2 {
    font-size: 30px;
  }
}
.heading-comn h2:after {
  content: "";
  background-image: url(../assets/icons/underline.png);
  background-size: 55px;
  width: 55px;
  display: block;
  height: 22px;
  margin: 0px auto;
  text-align: center;
  background-repeat: no-repeat;
}

.spacer-15 {
  height: 5rem;
}

.info-inner h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 1rem 0;
}
.info-inner h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 1rem;
}
.info-inner p {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 2rem;
}
.info-inner h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .info-inner h3, .info-inner p, .info-inner h2, .info-inner h6 {
    text-align: center;
  }
}

.listing-sec {
  background: url(../assets/background/list-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
}
.listing-sec.no-bg {
  background: unset;
}
.listing-sec .pricing {
  color: #1e4284;
  font-size: 30px;
  margin: 1rem 0;
  font-weight: 600;
}
.listing-sec .heading-comn h6 {
  justify-content: center;
}
.listing-sec ul li {
  margin-bottom: 0.7rem;
  font-size: 15px;
  font-weight: 600;
}
.listing-sec ul li::before {
  content: "";
  background: #06b9fc;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
}

.listing-inner {
  margin-bottom: 4rem;
}

.listing-header h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
.listing-header p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.link-btn {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #000;
  text-decoration: underline;
}

.slider-sec {
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-sec .carousel-inner {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .slider-sec .carousel-inner {
    text-align: center;
  }
}
.slider-sec .carousel-inner h5 {
  margin-bottom: 0;
  font-size: 30px;
}
.slider-sec .carousel-inner .img-sec::before {
  content: "";
  background-color: #000;
  width: 100px;
  height: 600px;
}
.slider-sec .carousel-inner .profile-icon {
  width: 200px;
  margin: auto;
}
.slider-sec .carousel-inner p {
  font-style: italic;
  line-height: 1.6;
  width: 70%;
}
.slider-sec .carousel-inner .testimonial-icon {
  width: 75px;
  max-width: 75px;
  margin-bottom: 1rem;
}

.text-grey {
  color: #a9a9a9;
}

.footer {
  background-color: #2a2a2a;
  padding: 2rem 0;
}
.footer .menu-footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 2rem 0 1rem;
}
.footer .menu-footer ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .menu-footer ul li {
  margin: 0 10px;
}
.footer .menu-footer ul li a {
  color: #fff;
  font-size: 12px;
  margin: 10px;
  text-decoration: none;
}
.footer .menu-footer::after {
  content: "";
  width: 100%;
  background-color: #fff;
  height: 1px;
  display: inline-block;
  margin-top: 2rem;
}
.footer .copyright {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 1rem 0 0;
}
.footer .social-icon-footer ul {
  display: flex;
  justify-content: center;
}
.footer .social-icon-footer ul li {
  margin: 0 5px;
}
.footer .social-icon-footer .social-icon {
  background: url(../assets/icons/social-icon-white.png);
  background-position: 1px 0;
  /* background-size: 20px; */
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px;
}
.footer .social-icon-footer .social-icon.fb-icon {
  background-position: -35px 0;
}
.footer .social-icon-footer .social-icon.twitter-icon {
  background-position: -71px 0;
}
.footer .social-icon-footer .social-icon.insta-icon {
  background-position: -110px 0;
}
.footer .social-icon-footer .social-icon.yt-icon {
  background-position: -150px 0;
}
.footer .social-icon-footer:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #000;
  margin: -5px 10px;
}

.breadcrum-sec {
  content: "";
  background: url(../assets/background/breadcrum.png);
  background-position: center;
  /* background-size: 20px; */
  width: 100%;
  height: 250px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrum-sec h1 {
  font-size: 40px;
  color: #fff;
}
.breadcrum-sec .inner {
  padding: 3rem 0 0;
  text-align: center;
}
.breadcrum-sec .breadcrum-link ul {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
}
.breadcrum-sec .breadcrum-link ul li {
  color: #fff;
  font-size: 12px;
}
.breadcrum-sec .breadcrum-link ul li:after {
  content: "/";
  display: inline-block;
  width: 10px;
  height: 10px;
}
.breadcrum-sec .breadcrum-link ul li :last-child {
  content: unset;
}
.breadcrum-sec .breadcrum-link ul li a {
  color: #fff;
}

.breadcrum-sec .breadcrum-link ul li:last-child:after {
  content: unset;
}

.product-details ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-details ul {
    flex-wrap: wrap;
  }
}
.product-details ul li {
  padding: 1rem;
  border-right: 1px solid #eee;
  list-style-type: none;
  text-align: center;
}
@media (max-width: 767px) {
  .product-details ul li {
    border: unset;
  }
}
.product-details ul li:last-child {
  border: unset;
}
.product-details ul li::before {
  content: unset;
}
.product-details .product-details-inner p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
}
.product-details .product-details-inner.vision-icon h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}
.product-details .product-details-inner.vision-icon h2:before {
  content: "";
  background-image: url(../assets/icons/icon1.png);
  background-size: 25px;
  width: 25px;
  display: inline-block;
  height: 25px;
  margin: 0 10px 0 0;
}
.product-details .product-details-inner.mission-icon h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}
.product-details .product-details-inner.mission-icon h2:before {
  content: "";
  background-image: url(../assets/icons/icon3.png);
  background-size: 25px;
  width: 25px;
  display: inline-block;
  height: 25px;
  margin: 0 10px 0 0;
}
.product-details .product-details-inner.strenght-icon h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}
.product-details .product-details-inner.strenght-icon h2:before {
  content: "";
  background-image: url(../assets/icons/icon3.png);
  background-size: 25px;
  width: 25px;
  display: inline-block;
  height: 25px;
  margin: 0 10px 0 0;
}

.info-with-icon .col-4 {
  text-align: center;
  padding: 0;
}
.info-with-icon .col-4 img {
  width: 50px;
  max-width: 50px;
}
.info-with-icon .col-8 {
  padding: 0;
}
.info-with-icon .col-8 h4 {
  margin-bottom: 0.4rem;
}

.grey-bg {
  background-color: #eee;
}

.cust-padding {
  padding: 2rem;
}

.pointers ul li {
  margin-bottom: 0.7rem;
  font-size: 15px;
  font-weight: 600;
}
.pointers ul li::before {
  content: "";
  background: #06b9fc;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
}

.contact-info-sec .contact-det {
  background: #fafafa;
  padding: 0.7rem;
  margin-bottom: 1rem;
}
.contact-info-sec .contact-det .contact {
  margin-left: 10px;
}
.contact-info-sec .contact-det .contact a, .contact-info-sec .contact-det .contact p {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  display: block;
}
.contact-info-sec .contact-det ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.contact-info-sec .contact-det ul li {
  display: flex;
}
.contact-info-sec .contact-det ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #06b9fc;
  margin: 0 10px;
}
.contact-info-sec .contact-det ul li:after:last-child {
  content: unset;
}
.contact-info-sec .contact-det ul li img {
  max-width: 40px;
  width: 40px;
}
.contact-info-sec .contact-det ul li h6 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px;
}
.contact-info-sec .contact-det ul li p {
  line-height: 1.6;
  font-size: 14px;
}

.contact-info-sec .contact-det ul li:last-child::after {
  content: unset;
}

.carousel-sec .carousel-control-next-icon,
.carousel-sec .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0;
  background-size: 15px;
}

.carousel-sec .carousel-control-next,
.carousel-sec .carousel-control-prev {
  width: 30px;
}

.slider-sec .carousel-control-next-icon,
.slider-sec .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0;
  background-size: 15px;
}

.slider-sec .carousel-control-next,
.slider-sec .carousel-control-prev {
  width: 30px;
  left: 13%;
  bottom: 0px;
  top: unset;
}

.slider-sec .carousel-control-next {
  left: 17%;
  bottom: 0px;
  top: unset;
}

.carousel-sec .carousel-control-prev,
.carousel-sec .carousel-control-next {
  display: none;
}

@media (max-width: 767px) {
  .slider-sec .carousel-inner p {
    margin: 1rem auto;
    width: 90%;
  }
  .slider-sec .carousel-inner .testimonial-icon {
    margin-top: 1rem;
  }
  .footer .social-icon-footer:after {
    content: unset;
  }
  .carousel-sec .carosuel-right-sec .carosuel-inner h1,
  .carousel-sec .carosuel-right-sec .carosuel-inner p,
  .listing-header h5,
  .listing-header p, .listing-sec ul li, .btn-sec,
  .form-sec h3 {
    text-align: center;
  }
  .slider-sec .carousel-inner .profile-icon {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .info-with-icon h4, .info-with-icon p {
    text-align: left;
  }
  .form-sec h3 {
    text-align: center;
    font-size: 20px !important;
  }
  .breadcrum-sec h1 {
    font-size: 25px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  padding: 1rem;
  /* background-color: #fff; */
}
.navbar .logo {
  max-width: 150px;
  width: 150px;
}
.navbar__menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .navbar__menu {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 280px;
    min-height: calc(100vh);
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding: 2rem 1rem;
    transition: all 0.5s ease;
  }
  .navbar__menu.right-open {
    right: 0;
  }
}
.navbar__list {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 2rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .navbar__list {
    flex-direction: column;
    flex-grow: 0;
    margin: unset;
  }
}
.navbar__list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.5s ease;
  color: var(--text-gray-color);
  font-size: 15px;
  text-decoration: none;
}
.navbar__list li a:hover {
  color: var(--theme-dark-color);
}
.navbar__list li .arrow {
  transition: 0.3s ease;
}
.navbar__list li .arrow.up {
  transform: rotate(180deg);
}
.navbar__list-drop {
  display: inline-block;
  position: relative;
}
.navbar__list-drop-menu {
  display: none;
  position: absolute;
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.122);
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .navbar__list-drop-menu {
    position: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0.5rem 1rem;
  }
}
.navbar__list-drop-menu.open {
  display: flex;
}
.navbar__list-drop-menu.features {
  right: 0;
}
.navbar__list-drop-menu.company {
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
.navbar__buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .navbar__buttons {
    width: 100%;
    flex-direction: column;
  }
}
.navbar__buttons a {
  color: var(--text-gray-color);
  font-weight: 500;
  transition: 0.3s ease;
}
.navbar__buttons a:hover {
  color: var(--theme-dark-color);
}
.navbar__buttons-register {
  width: 100%;
  font-weight: 500;
  color: var(--text-gray-color);
  padding: 0.8rem 1.5rem;
  background-color: var(--theme-light-color);
  border: 2px solid var(--text-gray-color);
  border-radius: 1rem;
  transition: 0.3s ease;
}
.navbar__buttons-register:hover {
  border: 2px solid var(--theme-dark-color);
  color: var(--theme-dark-color);
}
.navbar .menu {
  display: none;
  float: left;
  transition: all 275ms ease;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .navbar .menu {
    display: block;
  }
}
.navbar .menu span {
  display: block;
  width: 22px;
  height: 3px;
  background: #b81b4b;
  margin-bottom: 3px;
  border-radius: 1px;
  transition: all 275ms ease;
  border-radius: 100px;
  border-radius: 100px;
}
.navbar .menu.active {
  transform: rotate(-45deg);
}
.navbar .menu.active .bar1 {
  transform: rotate(0deg) translateY(6px);
}
.navbar .menu.active .bar2 {
  opacity: 0;
}
.navbar .menu.active .bar3 {
  transform: rotate(-90deg) translateX(5px);
}

.section-hero {
  display: flex;
  gap: 2.5rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .section-hero {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.section-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.section-hero__left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .section-hero__left-content {
    align-items: center;
    gap: 2rem;
  }
}
.section-hero__left-content-header {
  font-size: 5.5rem;
  font-weight: 700;
  color: var(--theme-dark-color);
}
@media screen and (max-width: 1200px) {
  .section-hero__left-content-header {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__left-content-header {
    text-align: center;
    font-size: 2rem;
  }
  .section-hero__left-content-header br {
    display: none;
  }
}
.section-hero__left-content-description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  width: 65%;
  color: var(--text-gray-color);
}
@media screen and (max-width: 992px) {
  .section-hero__left-content-description {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__left-content-description {
    text-align: center;
    font-size: 1rem;
  }
}
.section-hero__left-content-button {
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--theme-light-color);
  background: var(--theme-dark-color);
  border: 1px solid var(--theme-dark-color);
  border-radius: 1rem;
  transition: 0.3s ease;
}
.section-hero__left-content-button:hover {
  color: var(--theme-dark-color);
  background-color: var(--theme-light-color);
}
.section-hero__left-clients {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .section-hero__left-clients {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.section-hero__left-clients svg {
  width: 100%;
}
.section-hero__right {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .section-hero__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__right-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .section-hero__right-mobile {
    display: none;
  }
}



.navbar__buttons ul li:last-child:after {
  content: "";
  background: unset;
}

.navbar__buttons {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .navbar__buttons .navbar__buttons {
    display: none;
  }
}
.navbar__buttons li {
  display: flex;
  align-items: center;
}
.navbar__buttons li a {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.navbar__buttons li  .icons_nav {
  width: 18px;
  max-width: 20px;
  margin-right: 30px;
}
.navbar__buttons ul {
  display: flex;
}

.no-line li {
  margin: 0;
}

.no-line li:after {
  content: "";
  background: unset !important;
  margin: unset !important;
}

.social-icon {
  background: url(../assets/icons/social-icon-black.png);
  background-position: 1px 0;
  /* background-size: 20px; */
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px;
}
.social-icon.linkedin-icon {
  background-position: 1px 0;
}
.social-icon.fb-icon {
  background-position: -35px 0;
}
.social-icon.twitter-icon {
  background-position: -71px 0;
}
.social-icon.insta-icon {
  background-position: -110px 0;
}
.social-icon.yt-icon {
  background-position: -150px 0;
}

@media (max-width: 1024px) {
  .navbar__buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn-parnt {
    text-align: center;
  }
}
.input-ui {
  height: 65px;
}
.input-ui input[type=text], .input-ui input[type=tel], .input-ui input[type=number], .input-ui input[type=email], .input-ui input[type=textarea],
.input-ui input[type=textarea], .input-ui select, .input-ui textarea {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #000;
  width: 100%;
  line-height: 1.5;
  font-size: 13px;
}
.input-ui .error-msg {
  font-size: 12px;
  color: #a50d0d;
  padding: 5px 0;
  display: none;
}

.btn-sec {
  margin-top: 2rem;
}

.btn-sec.div-center{
    display: flex;
    justify-content: center;
}
.form-sec {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .form-sec {
    margin-top: 3rem;
    padding: 1rem;
  }
}
.form-sec.grey-bg {
  background-color: #fafafa;
  border-radius: 0;
}
.form-sec h3 {
  color: #000;
  margin-bottom: 1rem;
  font-size: 30px;
}

.cross-info div {
  padding: 2rem;
  color: #fff;
  text-align: center;
}
.cross-info div h3 {
  font-size: 50px;
}
.cross-info div h6 {
  font-size: 17px;
  font-weight: normal;
}
.cross-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cross-info ul li {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 50%;
}
.cross-info ul li:nth-child(2) {
  border-right: unset;
}
.cross-info ul li:nth-child(3) {
  border-bottom: unset;
}
.cross-info ul li:nth-child(4) {
  border-bottom: unset;
}
.cross-info ul li:nth-child(4) {
  border-right: unset;
}

.header-sec{
    background-color: #d0e5f8;
}
.main-container{
    padding-top: 81px;
}
.info p{
  width: 80%;
}
.title h2{
    font-size: 25px;
    font-weight: 700;
    color:#2f3b3b;
    text-align: center;
    margin-bottom: 1.5rem;
}
.title h3{
    font-size: 18px;
    font-weight: 700;
    color:#2f3b3b;
    text-align: center;
    margin-bottom: 2rem;
}
.title p{
    font-size: 15px;
    /* font-weight: 700; */
    color:#59676A;
    text-align: center;
    width: 60%;

    /* margin-bottom: 2rem; */
    margin: 0 auto 2rem;
}
.spacer-70{
    height: 70px;
}
.img-info{
    max-width: 260px;
    width: 400px;
}
.img-info-2{
max-width: 260px;
}
.stepper {
    padding: 2rem 0;
    background: rgb(239,253,254);
    background: linear-gradient(187deg, rgba(239,253,254,1) 0%, rgba(255,255,255,1) 90%);
    margin: 3rem 0 ;
}
.stepper ul{
    display: flex;
    justify-content: center;
}
.stepper ul li
.stepper-inner{
    text-align: center;
    width: 300px;
}
.stepper ul li
.stepper-inner h6{
    margin-top: 1.5rem;
    font-size: 15px;
    color: #2E3A3A;
}
.stepper ul li{
    position: relative;
}
.stepper ul li
.stepper-inner h6 span{
    font-size: 22px;
    color:#a50d0d;
    font-weight: 700;
    margin: 0 10px;
}
.stepper ul li:after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../assets/images/icons/arrow-right.png);
    background-size: 40px;
    right: 0;
    position: absolute;
    top:40%;
    background-repeat: no-repeat;
}
.stepper ul li:last-child:after{
    content: unset;
}
.doc-sec {
    width: 40%;
    margin: 2rem auto 0;
}
.doc-sec ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.doc-sec ul li img{
    width: 80px;
    max-width: 80px;
}
.doc-sec ul li h6{
    font-size: 15px;
    font-weight: 600;
    color: #2E3A3A;
}
.doc-sec .doc-inner{
    text-align: center;
}
.doc-sec .doc-inner h6{
    margin-top: 15px;
}
.blue-bg{
    background-color: #F3F9F9;
}
.spacer-50{
    height: 50px;
}
.icon-info {
    margin-top: 3.5rem;
}
.icon-info .icon-desc {
    margin-bottom: 2rem;
}

/* .icon-info  img{
    max-width: 400px;
} */
.icon-info .icon-desc  img{
    max-width: 22px;
    width: 22px;
    /* margin-bottom: 15px; */
}
.icon-info .icon-desc h6{
    font-size: 16px;
    font-weight: 700;
    color: #2E3A3A;
}   
.icon-info .icon-desc p{
    font-size: 14px;
    margin-top: .2rem;
}
.accordion-parent{
    margin-top: 4rem;
}
.accordion-parent
.accordion>.card>.card-header{
padding: 0;
}
.accordion-parent
.accordion .card{
    margin-bottom: 1rem;
}
.accordion-parent
.accordion>.card>.card-header {
    border: none;
    border-radius: 10px;
    /* margin-bottom: 1rem; */
}
.accordion-parent
.accordion>.card>.card-header .btn{
    max-width: unset;
    font-weight: 900;
    color:#2F393A;
    background-color: #F3F9F9;
    text-decoration: none;
    border:none;
    font-size: 17px;
}
.accordion-nobg 
.accordion>.card>.card-header .btn{
    text-decoration: none;
    font-size: 20px;
    color:#2F393A;
    font-weight: 900;
    max-width: unset;
    padding-left: 0;
}
.accordion-nobg 
.accordion>.card>.card-header .btn span{
    font-size: 22px;
    color:#8DA9AC;
    margin-right: 15px;
}
.accordion-parent
.accordion .card{
    border:none
}
.card_custom{
    /* -webkit-box-shadow: 10px 12px 17px -10px rgba(194,194,194,1);
-moz-box-shadow: 10px 12px 17px -10px rgba(194,194,194,1);
box-shadow: 10px 12px 17px -10px rgba(194,194,194,1); */
box-shadow: 0px 1px 7px 2px #ebebeb, 0 3px 6px #ebebeb;
padding: 20px;
border-radius: 10px;
}
.btn.focus, .btn:focus{
    box-shadow: unset !important;
}
.card_custom p{
    font-size: 15px;
    margin: 1.4rem 0 0;
    height:120px ;
}
.card_custom p:after{
    /* content: ''; */
    display: block;
    background-color: #eee;
    width: 100%;
    height: 2px;
    margin-top: 1rem;
}
.card_custom
.img-sec .icon{
    text-align: right;
}
.card_custom
.img-sec{
    /* height:100px; */
    padding: 10px 15px 15px;
    border-radius: 10px;
    background: rgb(255,249,213);
background: linear-gradient(123deg, rgba(255,249,213,1) 0%, rgba(254,238,213,1) 50%, rgba(255,227,215,1) 100%);
}
.card_custom
.img-sec h2{
    font-size: 22px;
    font-weight: 900;
    color: #2E3A3A;
}   
.card_custom .info-div{
    padding: 20px 0;
    height: 200px;
}
.card_custom
.img-sec h2 span{
    display: block;
}
.card_custom{
    /* margin: 1rem 1rem 0 1rem; */
}
.card_custom{
    margin-bottom: 2rem;
}
.card_custom
.img-sec  img{
    max-width: 75px;
    width: 75px;
}
.card_custom  ul{
    display: flex;
    flex-wrap: wrap;
}
.card_custom li{
width: 49%;
}

.card_custom  .info{
    margin-bottom: 2rem;
}
.card_custom  .info h6{
    font-size: 13px;
    font-weight: 600;
    color: #272A29;
    margin-bottom: 4px;
}
.card_custom  .info h5{
    font-size: 16px;
    font-weight: 900;
    color: #272A29;
    margin-bottom: 3px;
}

.accordion_bg{
    background-color: #F9FAFC;
}
.accordion-nobg .accordion .btn{

}

.accordion-nobg .accordion {
    padding: 0 10px;
    border-radius: 10px;
}
.accordion-nobg .accordion  .card{
    border :none;
    border-bottom: 1px solid #eee;
    /* border-radius: unset; */
    /* border-radius: 10px; */
}
.accordion-nobg .accordion  .card:last-child{
    border: none;
}
.accordion-nobg .accordion  .card .card-header{
    background-color: #fff;
    border:none;
}

.accordion-nobg  .accordion  .card p{
    margin-left: 45px;
}
.accordion-nobg  .accordion  .card .card-body{
    padding: 0 1.5rem;
}
.blue--outline{
    border:2px solid #3669AF !important;
    color:#3669AF !important;
}

.accordion-nobg 
.accordion{
    background-color: #fff;
}
[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion .card .card-header .btn
em {
    background: url(../assets/images/svg/down-arrow.svg) no-repeat 97% 50%;
    background-size: 16px;
    transform: rotate(180deg);
    transition: all 0.5s ease;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top:25px;
    display: block;
    margin-top: -8px;
    cursor: pointer;
}
.accordion .card .card-header .btn{
    position: relative;
}
.accordion .card .card-header .btn.collapsed
em {
    transform: rotate(0deg);
}
.accordion>.card>.card-header .btn{
    white-space: unset !important;
    padding: 10px 30px 10px 20px;
}
@media (max-width:993px) {
    .img-info{
        max-width: 300px;
    }
    .stepper ul li .stepper-inner{
        width: 250px;
    }
}

@media (max-width:767px) {
    .img-info{
        max-width: 200px;
        width: 100%;
    }
    .stepper ul{
        flex-wrap: wrap;
    }
    .btn.xlg{
        padding: 10px;
    }
    .title h2{
        font-size: 22px;
    }
    p,.title p{
        font-size: 14px;
    }
    .title p{
        width: 100%;
    }
    .info p{
      width: 100%;
    }
    .stepper ul li:after{
        background-repeat: no-repeat;
        bottom: 12px;
        top: unset;
        transform: rotate(87deg);
        left: 41%;
        right: 0;
    }
    .stepper ul li .stepper-inner{
        margin-bottom: 5rem;
    }
    .doc-sec ul{
        flex-wrap: wrap;
        justify-content: center;
        
    }
    .navbar{
        padding: .5rem;
    }
    .navbar .logo{
        max-width: 130px;
        width: 130px;
    }
    .main-container {
        padding-top: 59px;
    }
    .doc-sec .doc-inner{
        margin-bottom: 1rem;
    }
    .doc-sec{
        width: 100%;
    }
    .doc-sec ul{
        justify-content: center;
    }
    .doc-sec ul li{
        width: 49%;
    }
    .icon-desc{
        margin: 1rem 0;
        text-align: center;
    }
    .card_custom .img-sec h2{
        font-size: 16px;
    }
    .btn{
        padding: 5px 10px;
        border-radius: 8px;
        /* width: unset; */
    }
    .btn.secondary{
        border-radius: 8px;
    }
    .btn-sec.w-50_ .btn{
        width: unset;
        margin: 0 5px 0;
    }
    .accordion .card .card-header .btn
em {
    /* top: 28px; */
    right: -20px;
}
.accordion-nobg .accordion>.card>.card-header .btn,
.accordion-nobg .accordion>.card>.card-header .btn span{
    font-size: 16px;
}
.btn-sec{
    justify-content: center;
}
.title h3{
    font-size: 16px;
}
.spacer-70{
    height: 40px;
}
.spacer-50{
    height: 30px;
}
.card_custom p{
  height: unset;
}
.stepper{
  padding: unset;
}
.card_custom span{
  margin: 10px 0 0 0;
}
.card_custom .img-sec h2 span{
  margin: unset;
}
.icon__{
  margin: 1.5rem auto;
}
.icon-info .icon-desc{
  margin-bottom: 2rem;
}
}
.ig2{
  background: rgb(255,249,213) !important;
background: linear-gradient(152deg, rgba(255,249,213,1) 0%, rgba(254,252,215,1) 25%, rgba(229,251,241,1) 100%) !important;
}

.icon__{
  background: rgb(21,168,188);
background: linear-gradient(152deg, rgba(21,168,188,1) 0%, rgba(76,199,217,1) 100%);
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
margin-bottom: 1rem;

}

.card_custom span{
  display: block;
  background: #eee;
  width: 100%;
  height: 2px;
}


.card_custom .img-sec span{
  background: unset;
  width: unset;
  height: unset;
}