body {
  font-family: "Arial Regular";
}

.btn {
  /*height: 40px;
    line-height: 40px;*/
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.btn-primary {
  background-color: #3aadff;
  border-color: #3aadff;
  color: #f6f8f9;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1694cf;
  border-color: #1694cf;
  color: #f6f8f9;
  box-shadow: none !important;
}
.btn-secondary {
  background-color: #0ece6d;
  border-color: #0ece6d;
  color: #f6f8f9;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #0b9951;
  border-color: #0b9951;
  color: #f6f8f9;
  box-shadow: none !important;
}
.btn-theme-gradiant {
  width: 100%;
}
@media (min-width: 902px) {
  .d-breackpoint-none {
    display: none;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1410px;
  }
}

/* header css */
.header {
  height: 65px;
  padding-top: 8px;
  padding-bottom: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 9;
}
.header .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.indi-nav.nav-navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navbrand {
  flex: 0 0 125px;
  max-width: 125px;
  margin-left: 20px;
}
.navinner {
  flex: 0 0 100%;
  max-width: calc(100% - 466px);
  padding-left: 98px;
  padding-right: 20px;
}
.nav-buttons {
  flex: 0 0 321px;
  max-width: 321px;
}
.button-header > .btn {
  min-width: 148px;
  margin-right: 15px;
}
.button-header > .btn:last-child {
  margin-right: 0px;
}

.stellarnav ul {
  text-align: left;
}
.stellarnav > ul > li > a {
  padding: 0px 25px;
}
.stellarnav.light li a {
  font-size: 16px;
  line-height: 30px;
  color: #525659;
  font-family: "Arial Medium";
}

@media (max-width: 1279px) {
  .navbrand {
    margin-left: 0;
  }
  .nav-buttons {
    flex: 0 0 220px;
    max-width: 220px;
  }
  .navinner {
    max-width: calc(100% - 345px);
    padding-left: 80px;
    padding-right: 15px;
  }
  .button-header > .btn {
    min-width: 100px;
  }
}
@media (max-width: 1199px) {
  .stellarnav > ul > li > a {
    padding: 0px 12px;
  }
  .navinner {
    padding-left: 50px;
  }
}
@media (min-width: 576px) {
  .button-header > .btn i {
    display: none;
  }
}
@media (min-width: 902px) {
  .button-header > .btn:nth-last-child(2) {
    margin-right: 0px;
  }
}
@media (max-width: 901px) {
  .navinner .stellarnav.mobile .menu-toggle {
    display: none !important;
  }
  .navinner {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding-left: 15px;
  }
  .button-header > .btn {
    min-width: 100px;
    height: 32px;
    line-height: normal;
  }
  .nav-buttons {
    flex: 1;
    max-width: unset;
  }
  .button-header {
    text-align: right;
  }
  .nav-buttons .menu-toggle {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
  }
  .nav-buttons .menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #1693cf;
    border-radius: 12px;
  }
  .nav-buttons .menu-toggle span:not(:last-child) {
    margin-bottom: 5px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 15px;
  }
  .stellarnav.mobile > ul > li > a:not(.dd-toggle):hover,
  .stellarnav.mobile > ul > li ul.sub-menu > li > a:hover {
    background-color: #1694cf;
    color: #fff;
  }
  .stellarnav.mobile > ul > li > a:hover ~ a.dd-toggle {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:hover {
    color: #1694cf;
  }
  .stellarnav.mobile > ul > li ul.sub-menu > li > a {
    padding-left: 20px;
  }
  .stellarnav.mobile > ul > li.has-sub > a.dd-toggle > svg {
    transition: all 0.3s ease-in-out;
  }
  .stellarnav.mobile > ul > li.has-sub.open > a.dd-toggle > svg {
    transform: rotate(135deg);
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .navbrand {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navinner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .button-header > .btn span {
    display: none;
  }
  .button-header > .btn.login-icon,
  .button-header > .btn.singup-icon {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
    min-width: unset !important;
  }
  .button-header > .btn {
    margin-right: 5px;
  }
  .button-header > .btn i {
    display: block;
  }
  .button-header > .btn i img {
    max-width: 26px;
  }
  .button-header > .btn:hover i img {
    filter: contrast(200%);
  }
}

/* hero section */
.hero-section {
  position: relative;
  padding-bottom: 50px;
  background: #f6f8f9;
}
.hero-section .carousel {
  position: relative;
  background: #fafafa;
  /* filter: drop-shadow(0px 9px 6px rgba(0, 0, 0, 0.16)); */
}
.hero-section .carousel .carousel-inner {
  filter: drop-shadow(0px 9px 6px rgba(0, 0, 0, 0.16));
}
.hero-section .carousel-indicators {
  position: absolute;
  margin: auto;
  bottom: -40px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 11px !important;
  height: 11px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #7fc4fd;
  opacity: 1;
  border-radius: 40px;
  transition: opacity 0.6s ease;
  position: relative;
}
.hero-section .carousel-indicators [data-bs-target].active::before {
  content: "";
  background-color: #2699fb;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 40px;
  top: 2px;
  left: 2px;
  position: absolute;
}

/* modal popup */
.evj-thumb img {
  max-width: 77px;
}
.evj-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 20px 20px 30px;
  align-items: center;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.evj-col:not(:last-child) .evj-item {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  #singupmodel .modal-dialog.modal-lg {
    max-width: 750px;
  }
}
#singupmodel .modal-body .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.modal .modal-dialog .btn-close {
  background: transparent !important;
}
#singupmodel .modal-content {
  background-color: #f6f8f9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0px;
}
.evj-section {
  padding: 84px 44px;
}
.evj-thumb {
  max-width: 77px;
  flex: 0 0 77px;
  margin-right: 30px;
}
.evj-content {
  flex: 0 0 100%;
  max-width: calc(100% - 261px);
  margin-right: 30px;
}
.evj-content h3 {
  font-family: "Segoe UI Bold";
  font-size: 30px;
  color: #525659;
  margin-bottom: 0;
}
.evj-content p {
  font-family: "Segoe UI Regular";
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.73);
  margin-bottom: 0;
}
.evj-button {
  flex: 0 0 124px;
  max-width: 124px;
}
.evj-button .btn {
  min-width: 124px;
}
.btn-file {
  position: relative;
  cursor: pointer;
}
.btn-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.registration-modal .modal-content {
  background-color: #f6f8f9;
  border-radius: 15px;
}
.registration-modal .modal-header {
  border-bottom: 2px solid #707070;
}
.registration-modal .modal-body {
  padding: 20px 68px 40px 68px;
}
.registration-modal .form-control,
.registration-modal .form-select {
  min-height: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 13px 20px;
}
.registration-modal .form-label,
.registration-modal .form-check-label,
.registration-modal .file-label {
  font-size: 14px;
  text-align: left;
  color: #525659;
  font-family: "Arial Bold";
}
.registration-modal .form-label .required {
  color: #f00;
  margin-left: 5px;
}
.registration-modal .form-check-flex {
  padding: 11px 0px;
}
.registration-modal .modal-title {
  margin-left: auto;
  color: #525659;
  font-size: 20px;
  font-family: "Arial Bold";
}
.registration-modal .login-btn .btn {
  min-width: 148px;
}

@media (min-width: 1400px) {
  .modal-xxl {
    max-width: 1361px;
  }
}
@media (max-width: 767px) {
  .registration-modal .modal-body {
    padding: 20px 20px 40px 20px;
  }
}

/* tree box */
.tree-box {
  position: relative;
  padding-top: 30px;
  background: #f6f8f9;
  padding-bottom: 20px;
}
.tree-item {
  /*border-radius: 11px;*/
  background: #fff;
  /*border: 0.5px solid #707070;*/
  box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 20px 20px;
  position: relative;
}
/*.tree-icon {
  text-align: right;
  margin-bottom: -53px;
}*/
.tree-icon {
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.tree-item img {
  max-width: 70px;
}
.tree-item h2 {
  font-family: "Arial Medium";
  font-size: 32px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.73);
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.tree-item p {
  font-size: 17px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.73);
  margin-bottom: 25px;

  min-height: 65px;
  display: flex;
  align-items: center;
}
.tree-links {
  text-align: center;
}
.tree-links .btn {
  min-width: 130px;
  margin: 0 8px;
}

.job-post-sl {
  margin-top: 50px;
}
.job-post-sl {
  padding: 15px 38px;
  margin-bottom: 25px;
  border-radius: 35.5px;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.16);
}
.job-post-sl .job-head {
  width: 140px;
  display: inline-block;
  margin-bottom: 0px;

  font-size: 23px;
  line-height: 24px;
  color: #525659;
}
.job-post-sl marquee {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 150px);
}
.job-post-sl .job-ul {
  margin: 0;
}
.job-post-sl .job-ul li {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 22px;
  line-height: 18px;
  color: #525659;
  position: relative;
  top: 3px;
}
.job-post-sl .job-ul li a {
  color: inherit;
  text-decoration: none;
  font-family: "Arial Medium";
}
.job-post-sl .job-ul li::before {
  content: "||";
  position: absolute;
  top: 0px;
  right: -5px;
  font-size: 18px;
}

/* clientele */
.clientele {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clientele-title {
  display: flex;
  align-items: start;
  height: 100%;
  justify-content: center;
}
.cliente-text {
  padding-top: 50px;
}
.cliente-text h2 {
  font-size: 109px;
  color: #3aadff;
  text-shadow: 0px 169px 0px rgba(58, 173, 255, 0.09);
  font-family: "Century Gothic";
  line-height: 70px;
}
.cliente-text h2 small {
  font-size: 70px;
}
.clinetele-slide {
  padding-left: 40px;
}

.sc-img {
  min-height: 240px;
  max-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.slie-clientele {
  background-color: #fff;
  position: relative;
  margin: 0px 20px;
}
.slie-clientele .sc-title {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(255, 0, 0, 1)
  );
}
.slie-clientele .sc-title {
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  margin-top: 10px;
}
.slie-clientele .sc-title h3 {
  margin: 0px;
  font-size: 27px;
  line-height: 41px;
  font-family: "Segoe UI Bold";
}
.clientele .slick-slide img {
  display: block;
  max-width: 90%;
  height: auto;
}
.clientele .slick-prev,
.clientele .slick-next {
  display: none !important;
}
.clientele .slick-dots li button {
  font-size: unset;
  width: 15px;
  height: 15px;
  border-radius: 40px;
  border: 2px solid #fff;
}
.clientele .slick-dots li button::before {
  opacity: 0;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
}
.clientele .slick-dots li.slick-active button::before {
  opacity: 1;
}
.clientele .slick-dots {
  bottom: -25px;
}

/* review section */
.reviews {
  position: relative;
  background-color: #f6f8f9;
  padding-bottom: 20px;
  padding-top: 30px;
  overflow: hidden;
}
.review-title {
  text-align: center;
  margin-bottom: 20px;
}
.review-title span {
  color: #525659;
  font-size: 30px;
  line-height: 24px;
  font-family: "Arial Regular";
}
.review-title h2 {
  color: #3aadff;
  font-size: 45px;
  line-height: 40px;
  font-family: "Arial Bold";
  margin-top: 15px;
}
.review-box {
  padding: 30px;
  background: #fff;
  border: 0.5px solid #e1e1e1;
  filter: drop-shadow(8px 8px 25px #d5d5d5);
}
.review-box {
  margin: 100px 0 60px;
}
.rb-image {
  max-width: 140px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}
.reviews-slick .slick-track .slick-slide {
  opacity: 0.3;
}
.reviews-slick .slick-track .slick-active {
  transform: scale(0.8);
  transition: transform 0.4s ease-in-out;
}
.reviews-slick .slick-track .slick-active.slick-center {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.reviews-slick .slick-dots li button::before {
  font-size: 47px;
}
.reviews-slick .slick-prev,
.reviews-slick .slick-next {
  opacity: 0;
}
.review-slide .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}
.reviews-slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  /* border: 0; */
  outline: none;
  background: transparent;
  border: 2px solid #3aadff;
  border-radius: 40px;
}
.reviews-slick .slick-dots li:not(.slick-active) button::before {
  display: none;
}
.reviews-slick .slick-dots li.slick-active button::before {
  content: "";
  width: 7px;
  height: 7px;
  font-size: unset;
  font-family: unset;
  background-color: #3aadff;
  opacity: 1;
  border-radius: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.reviews-slick .slick-dots {
  position: absolute;
  bottom: 20px;
}
.rb-title {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rb-title::after {
  content: "";
  width: 176px;
  height: 2px;
  background-color: #3aadff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.rb-title h3 {
  font-size: 26px;
  line-height: 40px;
  color: #525659;
  font-family: "Arial Bold";
  margin-bottom: 2px !important;
}
.rb-title .author-id {
  display: block;
  color: #525659;
  font-size: 17px;
}
.rb-desc {
  font-family: "Segoe UI Regular";
  font-size: 17px;
  line-height: 33px;
  text-align: center;
  color: #525659;
}
#registerfrm .iti.iti--allow-dropdown,
#registerfrm1 .iti.iti--allow-dropdown {
  display: block;
}

/* give us review */
.giveus-review {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg-gr::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.gr-content {
  color: #fff;
  position: relative;
}
.gr-title {
  font-family: "Segoe UI Bold";
  font-size: 45px;
  color: #fff;
  margin-bottom: 30px;
}
.gr-text {
  font-family: "Segoe UI Regular";
  font-size: 29px;
  color: #fff;
  max-width: 1210px;
  margin: 0 auto 30px;
}
.grbuttons .btn {
  text-transform: uppercase;
}

/* footer */
.footer-main {
  background: #525659;
  color: #f6f8f9;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}
.footer-item > h2 {
  font-family: "Segoe UI Bold";
  margin-bottom: 25px;
  font-size: 17px;
  color: #f6f8f9;
}
.footer-main a {
  color: #f6f8f9;
  font-size: 17px;
  text-decoration: none;
  font-family: "Segoe UI Regular";
}
.footer-main a:hover,
.footer-main a:focus {
  color: #0ece6d;
}
.footer-main ul {
  list-style: none;
  padding-left: 0px;
}
.footer-main ul li + li {
  margin-top: 15px;
}
.footer-item .phone > svg,
.footer-item .whatsapp > svg,
.footer-item .email > svg {
  font-size: 20px;
  margin-right: 12px;
}
.fic-details:not(:last-child) {
  margin-bottom: 10px;
}
.copyright {
  padding: 20px 15px;
  background-color: white;
}
.copy-text {
  font-size: 17px;
  line-height: 30px;
  color: #525659;
  font-family: "Arial Regular";
}

/* Responsive */
@media (max-width: 1400px) {
  .rb-title h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .rb-title .author-id {
    font-size: 14px;
  }
  .rb-title::after {
    width: 146px;
  }
  .rb-desc {
    font-size: 17px;
    line-height: 24px;
  }
  .tree-item p {
    font-size: 17px;
    line-height: 24px;
  }
  .clinetele-slide {
    padding-left: 0px;
  }
  .cliente-text h2 {
    font-size: 86px;
    line-height: 70px;
  }
  .cliente-text h2 small {
    font-size: 60px;
  }
  .clinetele-slide {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .tree-item h2 {
    font-size: 28px;
  }
  .tree-item img {
    max-width: 55px;
  }
  .tree-links .btn {
    min-width: 115px;
    margin: 0 4px;
    font-size: 14px;
  }
  .job-post-sl .job-head {
    font-size: 20px;
    line-height: 22px;
  }
  .job-post-sl .job-ul li {
    font-size: 18px;
  }
  .footer-main a {
    font-size: 18px;
  }
  .gr-text {
    font-size: 24px;
  }
  .review-title span {
    font-size: 22px;
  }
  .review-title h2 {
    font-size: 40px;
  }
  .footer-main {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .tree-box .col-lg-4.col-md-6 {
    margin-bottom: 30px;
  }
  .footer-item > h2 {
    font-size: 30px;
  }
  .giveus-review {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gr-title {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .reviews-slick .slick-track .slick-slide {
    opacity: 0;
  }
  .rb-image {
    max-width: 110px;
    margin-top: -68px;
  }
  .review-box {
    padding: 15px;
  }
  .review-box {
    margin: 70px 0 60px;
  }
  .cliente-text {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .clientele {
    padding-top: 30px;
  }
  .cliente-text h2 {
    font-size: 76px;
    line-height: 50px;
  }
  .cliente-text h2 small {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .contact-form .form-control.col-md-8 {
    width: 66.66666667% !important;
  }
}
@media (max-width: 767px) {
  .tree-box .col-lg-4.col-md-6 {
    margin-bottom: 0px;
  }
  .tree-item {
    height: auto;
    margin-bottom: 30px;
  }
  .job-post-sl {
    margin-top: 20px;
  }
  .footer-main .row .col-md-4:not(:last-child) .footer-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .footer-main .row .col-md-4:not(:last-child) .footer-item::after {
    width: 100%;
    height: 1px;
    background-color: #5c6062;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
  }
  .gr-text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .job-post-sl {
    margin-top: 15px;
    padding: 10px 16px;
  }
  .job-post-sl .job-head {
    font-size: 16px;
    line-height: 18px;
    width: 100px;
    font-weight: bold;
  }
  .job-post-sl marquee {
    width: calc(100% - 105px);
  }
  .job-post-sl .job-ul li {
    font-size: 15px;
    padding: 0px 8px 0px 8px;
  }
  .job-post-sl .job-ul li::before {
    font-size: 12px;
  }
  .review-title h2 {
    font-size: 32px;
    margin-top: 0px;
    line-height: 32px;
  }
}

.required {
  color: #f00;
  margin-left: 5px;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
}

.reviews-slick .slick-slide {
  height: auto;
}
.reviews-slick .slick-dots li.slick-active button::before {
  top: 4px;
  left: 4px;
}

.jsr-content form .form-label {
  display: block;
}
.jsr-content form .iti.iti--allow-dropdown {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tree-item {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tree-item {
    margin-bottom: 15px;
  }
  .clientele .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .clientele .slick-dots li button::before {
    width: 7px;
    height: 7px;
    top: 4px;
    left: 4px;
  }
  .hero-section .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
  }
  .hero-section .carousel-indicators [data-bs-target].active::before {
    width: 9px;
    height: 9px;
  }
}

/*----------------------------------
		accordian style 
----------------------------------*/
.faq-accord .card {
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #eceff2;
}
.faq-accord .card-header {
  padding: 0px;
  border-bottom: none;
  background-color: transparent;
}
.faq-accord .card-header .btn {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  padding: 0.75rem 0.55rem;
  text-decoration: none;
  font-size: 24px;
  color: #000;
  white-space: initial;
  box-shadow: none !important;
}
.faq-accord .card-header .btn .angle-ico {
  float: right;
  transition: all 0.4s;
}
.faq-accord .card-header button[class="btn btn-link collapsed"] .angle-ico {
  transform: rotate(0deg);
  transition: all 0.4s;
}
.faq-accord .card-header button[class="btn btn-link"] .angle-ico {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.faq-accord .card-header button[class="btn btn-link"] {
  color: #2e3192;
  background-color: #f4f8fb;
}
.faq-accord .card-header button[class="btn btn-link collapsed"] {
  color: #000;
  background-color: transparent;
}
.faqs-page .abtop-desc {
  font-size: 18px;
}
.pass-eyes {
  position: relative;
}
.pass-eyes .hidden-eye {
  position: absolute;
  top: 38px;
  right: 8px;
  cursor: pointer;
}
.hidden-eye .pass-view {
  display: none;
}
.contact-form .btn.btn-theme-gradiant {
  max-width: unset !important;
}

.contact-map .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.contact-map #map > iframe {
  width: 100%;
}
.navbrand .img-fluid {
  max-width: 150%;
}
/* new style 1-11-22 */
.faqs-page .abtop-desc,
.about-us-page .abtop-desc {
  font-family: "Segoe UI Regular";
}
.faq-accord .card-header .btn {
  font-family: "Segoe UI Regular";
}

.job-post-sl .job-ul li {
  padding: 0px 10px 0px 10px;
  top: unset;
  max-width: 250px;
  min-width: 250px;
}
.job-card {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin: 5px 0px;
  position: relative;
}
.job-card .jobcard-heading {
/*  margin-bottom: 10px;*/
  margin-bottom: 4px;
  min-height: 40px;
}
.job-card .jobcard-heading h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.job-card .jobcard-heading span {
  font-size: 14px;
  display: block;
  margin: 0;
  line-height: normal;
  color: #a9a9a9;
}
.jobcard-desc {
  font-size: 14px;
}
body.modal-open #singupmodel {
  z-index: 99999;
}
@media (max-width: 767px) {
  .evj-section {
    padding: 40px 5px;
  }
  .evj-thumb {
    max-width: 50px;
    flex: 0 0 50px;
    margin-right: 15px;
  }
  .evj-thumb img {
    max-width: 50px;
  }
  .evj-content {
    flex: 0 0 100%;
    max-width: calc(100% - 0px);
    margin-right: 0;
  }
  .evj-thumb {
    max-width: 50px;
    flex: 0 0 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .evj-content h3 {
    font-size: 24px;
  }
  .evj-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.job-post-sl {
  padding: 0;
  border-radius: 0px;
  background: transparent;
  border: none;
  box-shadow: none !important;
}
.job-post-sl marquee {
  display: block;
  padding-left: 0;
  width: 100%;
}
.job-post-sl .job-ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}
.job-post-sl .job-head {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.job-post-sl .job-ul li::before {
  content: none;
}
.job-card {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin: 5px 0px;
  min-height: 110px;
  background-color: #ffffff;
}

.give_us_review {
  padding: 60px 5% 0;
}
.review--bg img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.give_us_review .gr-content {
  color: #333;
}
.give_us_review .gr-content .gr-title {
  color: #333;
}
.give_us_review .gr-content .gr-text {
  color: #333;
}
@media (max-width: 991px) {
  .give_us_review {
    padding: 40px 0% 0;
  }
}
@media (max-width: 767px) {
  .review--bg img {
    margin-bottom: 20px;
  }
  .give_us_review {
    padding-bottom: 30px;
  }
}
