/* header */
body .header-wr {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}
/* .header-wr .header-logo img { 
         filter: brightness(10); 
} */

/* home last menu css  */
/* commented due hover not appear on blog menu */
/* .home ul#menu-primary-menu li:nth-last-child(1) a {
    color: #fff !important;
} */

div#socialFooter i {
    padding: 12px;
    background: #fff;
    border-radius: 20px;
		margin-right: 10px;
}

div#socialFooter i:before {
    background: -webkit-linear-gradient(#008dfc, #1708ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clientLogo img.attachment-medium.size-medium {
    max-width: 170px;
    aspect-ratio: 5/2;
    object-fit: contain;
}

#clientLogo div#gallery-1 {
    gap: 50px;
}

/* Workflow. section svg animation css */
@keyframes circleAnimation {
  0%{
    stroke-dashoffset:  20;
    stroke-dasharray: 110;
  }
   80%{
    stroke-dashoffset:  180;
    stroke-dasharray: 150;
  }
  100%{
    stroke-dashoffset:  350;
    ;
    stroke-dasharray: 170;
  }
}

.circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 400;
  animation: circleAnimation 1s linear forwards;
}

/* Career Page Starts */
.career-banner-wr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.career-banner-wr h2.elementor-heading-title {
  z-index: 11;
  position: relative;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li {
  margin: 0;
  padding: 0;
}
.career-block {
  margin: 50px 0 0 35px;
  padding: 30px 40px;
  border-radius: 8px;
  transition: 0.5s;
  background-color: #F5F5F5;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.career-block:nth-child(2n+1) {
  margin-left: 0;
}
.job-title h4 {
  font-size: 26px;
  line-height: 36px;
  font-family: 'Plus Jakarta Sans';
  color: #023047;
  font-weight: 700;
}
.job-experience-block, .number-position-block {
  display: inline-block;
  vertical-align: top;
}
.job-left-btm-block {
  margin-top: 20px;
}
.job-left-btm-block h5, .job-left-btm-block p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Plus Jakarta Sans';
  color: #023047;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.location-block {
  margin-top: 10px;
}
.number-position-block {
  margin: 0 0 0 50px;
}
.job-right-block {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 30px;
  gap: .85em;
}
/* .job-view-details-block {
  margin: 0 0 0 20px;
} */
.job-right-block a, .job-discription-block a.apply-now-btn {
  background-color: #0c71c3;
  border: 1px solid #0c71c3;
  padding: 10px 45px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  border-radius: 30px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  font-family: 'Plus Jakarta Sans';
}
.job-view-details-block a.job-view-details-btn {
  background-color: transparent;
  color: #0c71c3;
}
.job-view-details-block a.job-view-details-btn:hover {
  background-color: #0c71c3;
  color: #fff;
}
.job-discription-block a.apply-now-btn:hover {
  background-color: #0c71c3;
  color: #fff;
}
.job-discription-block a.apply-now-btn:hover, .job-right-block a.apply-now-btn:hover {
  background-color: transparent;
  border-color: #0c71c3;
  color: #0c71c3;
}
/* .share-job-btn {
  margin: 0 0 0 19px;
} */
.share-job-btn a {
  position: relative;
  border: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  background-color: #0c71c3;
  border-radius: 50%;
  border: 1px solid transparent;
}
.share-job-btn a:hover {
  background-color: transparent;
  border-color: #0c71c3;
}
.share-job-btn a svg {
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-job-btn p.copied-job {
  position: absolute;
  bottom: 80%;
  left: -6px;
  opacity: 0;
  color: #000;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  transition: 0.5s;
}
.share-job-btn p.copied-job.copied-active {
  opacity: 1;
  bottom: 100%;
}
.share-job-btn a svg path {
  transition: 0.5s;
}
.share-job-btn a:hover svg path {
  fill: #0c71c3;
}
.career-block.job-active-block .job-discription-block {
  display: block;
}
.job-discription-block, .career-form-wr {
  max-width: 1000px;
  width: 90%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 30px 50px;
  z-index: 1000;
  border-radius: 30px;
  display: none;
}
.job-discription-block .job-apply-btn {
  margin: 0 0 20px 0;
}
.job-discription-block a.apply-now-btn {
  padding: 10px 40px;
  font-size: 16px;
  line-height: 22px;
}
.job-discription-block h5 {
  font-size: 24px;
  line-height: 30px;
  margin: 35px 0 10px;
  color: #0c71c3;
}
.job-discription-inner > h5:first-child {
  margin-top: 0;
}
.job-discription-block p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.job-discription-block p a {
  color: #0c71c3;
  transition: 0.5s;
}
.job-discription-block p a:hover {
  color: #000;
}
.job-discription-block ul li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #000;
  margin-top: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.job-discription-block ul li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 7px;
  left: 0;
  background-color: #0c71c3;
}
.career-form, .job-discription-inner {
  height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
}
.career-form::-webkit-scrollbar, .job-discription-inner::-webkit-scrollbar {
  width: 6px;
}
.career-form::-webkit-scrollbar-track, .job-discription-inner::-webkit-scrollbar-track {
  background-color: #3E3E3E;
}
.career-form::-webkit-scrollbar-thumb, .job-discription-inner::-webkit-scrollbar-thumb {
  background: #0c71c3;
}
.career-form-block h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-family: 'Montserrat';
  margin-bottom: 15px;
}
.career-form-outer-field {
  margin-top: 15px;
  position: relative;
}
.career-form-outer-field:first-child {
  margin-top: 0;
}
.career-form-half-field {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  position: relative;
}
.career-form-outer-field input:not([type='checkbox']):not([type='submit']), .career-form-outer-field select {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  width: 100%;
  padding: 8px 15px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-top: 8px;
}
.career-form-outer-field > .career-form-half-field:nth-child(2) {
  margin: 0 0 0 24px;
}
.career-form-outer-field label {
  color: #000;
}
.career-tech-known label {
  margin-bottom: 8px;
  display: inline-block;
}
.career-form-outer-field span.wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.career-tech-known span.wpcf7-list-item {
  margin: 10px 0 0 20px;
}
.career-form-outer-field .wpcf7-form-control-wrap {
  position: unset;
}
.career-form-wr .wpcf7 form .wpcf7-response-output {
  margin: 0;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.form-cross-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-cross-btn a {
  color: #fff;
  font-size: 26px;
  line-height: 27px;
  font-weight: 700;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0c71c3;
  text-align: center;
  border: 1px solid #0c71c3;
  transition: 0.5s;
}
.form-cross-btn a:hover {
  background-color: transparent;
  color: #0c71c3;
}
.career-form-submit input, .custom-form-submit button {
  background-color: #0c71c3;
  border: 1px solid #0c71c3;
  padding: 11px 54px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  border-radius: 30px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  font-family: 'Plus Jakarta Sans';
  cursor: pointer;
}
.career-form-submit input:hover, .custom-form-submit button:hover {
  background-color: transparent;
  color: #0c71c3;
  border-color: #0c71c3;
}
.career-form-submit {
  display: none;
}
.career-tech-known span.select2.select2-container {
  width: 100% !important;
}
.career-tech-known span.select2-selection.select2-selection--multiple ul.select2-selection__rendered {
  display: block;
}
/* Career Page Ends */
/* Home Page Starts */

.comn-heading h6::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 2px;
  background-color: #999999;
  top: 50%;
  left: 0;
}
.history-circle {
  height: 130px !important;
  line-height: 130px !important;
}
.workflow-block img, .workflow-block h2 {
  transition: 0.5s;
}
.workflow-block:hover img {
  filter: brightness(0) invert(1);
}
.workflow-block:hover h2 {
  color: #fff !important;
}
.testimonials-client-img, .testimonials-content-block {
  display: inline-block;
  vertical-align: top;
}
/* .testimonials-client-img {
  width: 36%;
}
.testimonials-content-block {
  width: 63%;
  padding: 0 0 0 30px;
} */
.testimonials-stars {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.testimonials-text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans';
  text-align: left;
}
.testimonials-text {
  margin-top: 20px;
}
.testimonials-name h3 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans';
  color: #023047;
}
.testimonials-name p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans';
  color: #868686;
  margin-top: 5px;
}
.testimonials-name-video-block {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.testimonials-video-block a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans';
  color: #1D1D1D;
}
.testimonials-slider .swiper-pagination-bullet-active {
  background-color: #0c71c3 !important;
}
.testimonials-slider .swiper-pagination-bullet {
  background-color: #0c71c3 !important;
}
.testimonials-slider {
  padding-bottom: 50px !important;
}
.testimonials-video-block a span {
  width: 42px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  border-radius: 50%;
  background-color: #b1a3ff1f;
}
.testimonials-video-block a span img {
  margin: 13px 0 0px 0;
}
.testimonials-video-block a {
  display: inline-block;
}
.testimonials-block .testimonials-slider .swiper-button-prev, .testimonials-block .testimonials-slider .swiper-button-next {
    top: 30%;
    left: 0;
}
.testimonials-block .testimonials-slider .swiper-button-next {
    right: 0 !important;
    left: auto;
}
.portfolio-tab-list ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio-tab-list ul li {
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f3f5f7;
    color: #000;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 11;
}
.portfolio-tab-list ul li.tab-list.active, .portfolio-tab-list ul li.tab-list:hover {
    /* background-color: #0c71c3; */
    color: #fff;
}
.portfolio-tab-content {
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  width: 31%;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.portfolio-tab-content:hover {
  border-radius: 20px;
}
.portfolio-tab-content.show {
  opacity: 1;
}
.portfolio-tab-content-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 39px 39px;
  margin: 30px 0 0;
}
.portfolio-tabber-text {
  padding: 20px;
}
.portfolio-tab-content-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 39px 39px;
}
.portfolio-tabber-text h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
    color: #2d2d2d;
    margin-top: 5px;
}
.portfolio-tabber-text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    color: #023047;
}
.portfolio-tab-image figure img {
    transition: 0.5s;
    display: block;
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.portfolio-tab-content:hover .portfolio-tab-image figure img {
  transform: scale(1.1);
}
.portfolio-tab-image {
  position: relative;
  overflow: hidden;
}
.footer-form-block input, .footer-form-block textarea {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #023047;
    padding: 10px 24px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    background-color: transparent;
    z-index: 11;
}
.footer-form-block label {
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    transition: 0.3s;    
}
.footer-form-block label.activeInput {
    top: -12px;
	left: 6px;
    background-color: #fff;
    padding: 0 7px;
    font-size: 13px;
    z-index: 11;
}
.footer-form-block textarea {
    height: 114px;
    resize: none;
}
.footer-form-block span.wpcf7-form-control-wrap {
    position: unset;
}
.footer-form-block p {
    position: relative;
}
.footer-form-half-field {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-form-half-field > .footer-field {
    width: 48%;
}
.footer-form-field {
    margin: 0 0 30px 0;
}
.footer-form-submit-btn input {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    color: #fff;
    background-color: #0D0C0B;
    border: unset;
    width: auto;
    padding: 12px 78px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
}
.footer-form-submit-btn input:hover {
    background-color: #0c71c3;
}
.footer-form-block span.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    font-size: 12px;
    line-height: 18px;
}
.footer-form-part .wpcf7-response-output {
    margin: 0;
    position: absolute;
    bottom: -45px;
    padding: 0 8px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.footer-list-block ul.elementor-icon-list-items li a:hover span {
    color: #0c71c3 !important;
}
.footer-number-block a:hover {
    color: #0c71c3 !important;
}
.get-in-touch-wr::before, .get-in-touch-wr::after {
    content: "" !important;
    position: absolute !important;
    width: 260px !important;
    height: 260px !important;
    background-color: rgba(0, 23, 255, 0.22);
    filter: blur(60px);
    border-radius: 50% !important;
    z-index: -1;
}
.get-in-touch-wr::before {
    right: -120px;
    bottom: 0;
    margin-left: auto;
    top: 50px !important;
}
.get-in-touch-wr::after {
    bottom: -100px;
    left: -140px;
    background-color: rgba(242, 163, 5, 0.96);
}
.get-in-touch-wr {
    overflow: hidden;
}
.get-in-touch-wr {
    padding: 70px 0 0 0;
    overflow: hidden !important;
}
.software-solution-card:hover {
    transform: translateY(-20px);
}
.software-solution-card {
    transition: 0.5s;
}
/* .home-banner-wr::before {
    content: "" !important;
    position: absolute !important;
    background-image: url(../images/te_banner_right.png);
    top: -90px !important;
    right: 0;
    width: 508px !important;
    height: 755px !important;
    margin-left: auto;
} */
/* .home-banner-wr::after {
    content: "";
    position: absolute;
    background-image: url(../images/te_banner_left.png);
    top: 110px;
    left: 0px;
    width: 120px;
    height: 442px;
    z-index: -1;
} */
.home-banner-wr {
    height: 100vh !important;
}
.page-id-292 .single-blog-banner {
    background-position: bottom !important;
}
.inner-banner-wr::before, .inner-banner-wr::after {
  display: none !important;
}
.scroll-down-btn a:focus {
	outline: none;
}
.comn-heading-color h2 span {
  color: #0c71c3;
  font-weight: 800;
}
/* a.blog-btn {
    background-color: #0c71c3 !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans';
    border: 1px solid transparent !important;
    padding: 14px 60px 14px 30px !important;
    background-position: 86% 50% !important;
    background-size: 15%;
    background-image: url('../images/blog_btn_icon.svg');
    background-repeat: no-repeat;
}
a.blog-btn:hover {
    background-color: transparent !important;
    border-color: #0c71c3 !important;
    color: #0c71c3 !important;
    background-image: url('../images/blog_btn_icon_hover.svg');
} */
/* Home Page Ends */
/* Services Page */
.services-tabber-block .elementor-tab-title {
  transition: 0.5s;
  text-align: center;
  margin: 30px 0 0 0;
}
.services-tabber-block .elementor-tab-title:first-child {
  margin-top: 0;
}
.services-tabber-block .elementor-tab-title.elementor-active, .services-tabber-block .elementor-tab-title:hover {
  background-color: #0c71c3;
  border-radius: 10px;
  color: #fff !important;
}
/* Services Page */
/* Portfolio Page */
/* .page-id-272 .home-banner-wr::before {
  height: 420px !important;
} */
.portfolio-page-shortcode .portfolio-tab-list {
  position: unset;
}
.portfolio-page-shortcode .portfolio-tab-list ul {
  justify-content: center;
}
.portfolio-page-shortcode .portfolio-tab-list {
  position: unset;
  margin: 0 0 50px 0;
}
/* Portfolio Page */
/* About Us */
.banner-text p {
  margin: 0 0 20px 0;
}
/* About Us */
/* Contact */
.contact-page-iframe iframe {
  border-radius: 30px 0 0 30px;
}
.page-id-279 .get-in-touch-wr, .page-id-292 .get-in-touch-wr, .postid-300 .get-in-touch-wr {
  display: none;
}
.scroll-animation-hidden {
  overflow: hidden !important;
}
/* Contact */
/* Blog */
.blog-outer-wr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-left-block {
  flex: 0 0 65%;
  padding: 0 50px 0 0;
}
.blog-sidebar {
  flex: 0 0 35%;
}
.blog-post-img img {
  display: block;
  width: 100%;
}
.blog-post-img figure {
  position: relative;
}
.blog-post-img figure img {
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}
.blog-post-img {
  overflow: hidden;
}
.blog-post-img a img {
  transition: 0.5s;
}
.blog-post-block:hover .blog-post-img img {
  transform: scale(1.06);
}
.blog-post-content {
  padding: 25px 47px;
}
.blog-post-bar p, .blog-post-bar a {
  font-size: 14px;
  line-height: 20px;
}
.blog-post-bar p {
  background: url(../images/calendar-days-solid.svg) no-repeat 0 / 16px;
  padding: 5px 20px 2px 25px;
}
.blog-post-cat p {
  background-image: url('../images/folder-open-regular.svg');
  background-size: 20px;
}
.blog-post-date, .blog-post-cat {
  display: inline-block;
  vertical-align: middle;
}
.blog-post-bar p, .blog-post-bar a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: 'Roboto';
  font-weight: 400;
  transition: 0.5s;
}
.blog-post-bar a:hover {
  color: #0c71c3;
}
.blog-post-title {
  margin: 15px 0 0 0;
}
.blog-post-title a, .blog-post-title h2 {
  font-size: 26px;
  line-height: 34px;
  color: #023047;
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  transition: 0.5s;
}
.blog-post-title h2 a:hover {
  color: #0c71c3;
}
.blog-post-desc p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000;
}
.blog-post-desc {
  margin: 15px 0 0 0;
}
.blog-post-block {
  margin: 30px 0 0 0;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
}
.blog-post-block:hover {
  box-shadow: 0px 3px 6px 1px rgb(161 161 161 / 18%);
}
.blog-post-block:first-child {
  margin: 0;
}
.blog-post-read-more-btn {
  margin: 15px 0 0 0;
}
.blog-post-read-more-btn a {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #0c71c3;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 30px 10px 30px;
  border: 1px solid #0c71c3;
  display: inline-block;
  transition: 0.5s;
}
.blog-post-read-more-btn a:hover {
  background-color: transparent;
  color: #0c71c3;
}
.pagination {
  margin: 30px 0 0 0;
  display: flex;
  gap: 0 15px;
}
.pagination span, .pagination a {
  border: 1px solid #0c71c3;
  padding: 6px 15px;
  display: inline-block;
  color: #0c71c3;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans';
  border-radius: 10px;
}
.pagination span {
  background-color: #0c71c3;
  color: #fff;
}
.pagination a {
  transition: 0.5s;
}
.pagination a:hover {
  background-color: #0c71c3;
  color: #fff;
}
/* Blog */
/* Sidebar */
.blog-sidebar label.wp-block-search__label {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.blog-sidebar .widget.widget_block {
  background-color: #F8F8F8;
  padding: 40px 30px;
  margin: 0 0 30px 0;
}
.blog-sidebar label.wp-block-search__label, .blog-sidebar .widget.widget_block h2, .similar-posts > h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  display: block;
  padding-bottom: 15px;
  position: relative;
}
.blog-sidebar label.wp-block-search__label::before, .blog-sidebar .widget.widget_block h2::before, .similar-posts > h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0c71c3;
  bottom: 0;
}
.blog-sidebar .wp-block-search__inside-wrapper input {
  font-size: 15px;
  line-height: 26px;
  font-family: 'Plus Jakarta Sans';
  width: 88%;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 25px;
  border-radius: 6px 0 0 6px;
}
.blog-sidebar .wp-block-search__inside-wrapper button {
  background: url(../images/magnifying-glass-solid.svg) no-repeat center / 30%;
  font-size: 0;
  width: 62px;
  height: 58px;
  line-height: 69px;
  background-color: #0c71c3;
  border-color: #0c71c3;
  margin: 0 0 0 -22px;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
.blog-sidebar ul.wp-block-categories-list.wp-block-categories li {
  list-style: none;
  margin: 16px 0 0 0;
}
.blog-sidebar ul.wp-block-categories-list.wp-block-categories li:first-child {
  margin-top: 0;
}
.blog-sidebar ul.wp-block-categories-list.wp-block-categories li {
  padding: 20px;
  background: #fff;
  text-align: right;
  width: 100%;
  position: relative;
  display: block;
}
.blog-sidebar ul.wp-block-categories-list.wp-block-categories li a {
  float: left;
}
.blog-sidebar ul.wp-block-categories-list.wp-block-categories li a, .blog-sidebar ul.wp-block-categories-list.wp-block-categories li {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000;
  transition: 0.5s;
}
.blog-sidebar ul.wp-block-categories-list.wp-block-categories li a:hover,
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover {
  color: #0c71c3;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li:first-child {
  margin-top: 0;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li img {
  display: block;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li {
  list-style: none;
  margin: 20px 0 0 0;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
  transition: 0.5s;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  float: left;
  padding: 0 15px 0 0;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image, .blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
  display: inline-block;
  vertical-align: middle;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  transition: 0.5s;
  border-radius: 6px;
  width: 84px;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.06);
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
  width: 70%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  font-family: 'Plus Jakarta Sans';
  overflow: hidden;
}
.blog-sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts li time {
  font-size: 14px;
  font-family: 'Roboto';
  color: #787878;
  background: url(../images/calendar-days-solid.svg) no-repeat 0 / 16px;
  padding: 5px 0 2px 25px;
  display: inline-block;
}
.blog-sidebar .wp-block-group.tagslist p a {
  font-size: 16px !important;
  line-height: 22px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  color: #fff;
  background-color: #0c71c3;
  padding: 12px 20px;
  border-radius: 5px;
  transition: 0.5s;
}
.blog-sidebar .wp-block-group.tagslist p a:hover {
  box-shadow: 2px 4px 8px 0px rgb(159 159 159 / 16%);
  color: #0c71c3;
}
.blog-sidebar .wp-block-group.tagslist p a {
  font-size: 16px !important;
  line-height: 22px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  color: #000;
  background-color: #FFF;
  padding: 12px 20px;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-block;
  margin: 0 0 8px 8px;
}
/* Sidebar */
/* Blog Single */
.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 94%;
}
figure {
  margin: 0;
}
a {
  text-decoration: none;
}
.single-blog-banner {
  padding: 150px 0;
  position: relative;
  text-align: center;
}
.single-blog-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.single-blog-banner h2 {
  font-size: 42px;
  line-height: 52px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  color: #fff;
  position: relative;
}
.breadcrumb__menu {
  margin: 10px 0 0 0;
}
.breadcrumb__menu li.breadcrumb-list {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  padding: 0 0 0 20px;
  background: url(../images/chevron-right-solid.svg) no-repeat 0 / 8px;
}
.breadcrumb__menu li.breadcrumb-list a:hover {
  color: #0c71c3;
}
.breadcrumb__menu li.breadcrumb-list a, .breadcrumb__menu li.breadcrumb-list {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto';
  font-weight: 500;
  position: relative;
  transition: 0.5s;
}
.breadcrumb__menu li.breadcrumb-list:first-child {
  margin: 0;
  padding: 0;
  background-image: unset;
}
.single-blog-main-wr {
  margin: 100px 0 50px;
}
.single-blog-main-wr:hover .blog-post-block img {
  transform: scale(1);
}
.single-blog-main-wr .blog-post-block img {
  height: 220px;
}
.similar-posts {
  padding: 50px 0 0;
}
.blog-left-block .similar-posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.similar-posts-container .blog-post-block {
    margin: 0;
    /* display: inline-block; */
    /* vertical-align: top; */
    /* width: 48%; */
    /* margin: 0 0 0 3%; */
    flex: 0 0 48%;
}
/* .similar-posts-container .blog-post-block:nth-child(2n+1) {
  margin-left: 0;
} */
.blog-post-content {
  padding: 25px 20px;
}
.similar-posts-container .blog-post-block .blog-post-title a {
  font-size: 20px;
  line-height: 30px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin: 20px 0 0;
}
/* Blog Single */
/* About Read More */
.read-more-text {
  display: none;
}
/*Footer Career*/
.footer-cat-block li {
    margin: 15px 0 0;
    list-style: none;
}
.footer-cat-block li:first-child {
    margin-top: 0;
}
.footer-cat-block a {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Plus Jakarta Sans';
    color: #fff;
    transition: 0.5s;
}
.footer-cat-block a:hover {
  color: #0c71c3;
}

/* change color for every heading */
span.main-theme-color {
  color: #0c71c3 !important;
}
div#tidio-chat iframe#tidio-chat-iframe {
    bottom: 60px !important;
}





/* .who-we-are-block span.elementor-icon {
    width: 50px;
    height: 50px;
    background-color: #E7E4F7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.who-we-are-block span.elementor-icon svg path {
    fill: rgba(12, 113, 195, 0.7);
}
.who-we-are-block span.elementor-icon svg {
    width: 28px;
} */


.comn-btn a.elementor-button {
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.comn-btn a.elementor-button::before, .comn-btn li::before {
  content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: 0.5s;
    z-index: -1;
}
.comn-btn a.elementor-button:hover::before, .comn-btn li:hover::before, .portfolio-tab-list.comn-btn li.tab-list.active::before {
    width: 100%;
    height: 100%;
}
.discover-who-we-are-block .comn-btn a.elementor-button::before {
  background-color: #0C71C3;
}
.portfolio-tab-list ul li::before {
    background-color: #0c71c3;
}
.comn-btn.explore-package-btn a::before {
    background-color: #0C71C3;
}

/* Get a quote form design */
.get-a-quote-block .elementor-widget-container form.wpcf7-form p {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 8px 4px;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form input, .get-a-quote-block .elementor-widget-container form.wpcf7-form textarea {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    border-radius: 5px;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form p:nth-last-child(3), .get-a-quote-block .elementor-widget-container form.wpcf7-form p:last-child {
    display: block;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form p:nth-last-child(3) {
    width: 100%;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form p:nth-last-child(3) textarea {
  height: 120px;
  resize: none;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    color: #fff;
    background-color: #0D0C0B;
    border: unset;
    width: auto;
    padding: 12px 78px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #0c71c3;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form p:nth-last-child(2) {
    margin: 0 auto;
    display: block;
    position: relative;
}
.get-a-quote-block .elementor-widget-container form.wpcf7-form p:nth-last-child(2) span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
}
/* Package Hover Effect */
.package-wr .package-block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.package-wr .package-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #0C71C3;
    top: -200px;
    right: 0;
    left: -300px;
    margin: 0 auto;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 1s ease;
}
.package-wr .package-block:hover::before {
    transform: scale(6);
}
/* .package-wr .package-block h3, .package-wr .package-block ul.elementskit-pricing-lists li {
  transition: 0.5s;
}
.package-wr .package-block:hover h3, .package-wr .package-block:hover ul.elementskit-pricing-lists li {
  color: #fff !important;
} */


#get-quote-form {
    display: none;
}
div#get-quote-form.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    z-index: 999;
    padding: 40px 30px;
}
.close-quote {
    position: absolute !important;
    right: -50px;
    top: -68px;
}
.close-quote i.icon.icon-cross::before {
    font-size: 24px;
    line-height: 39px;
    color: #fff;
}
.close-quote i.icon.icon-cross {
    width: 40px;
    height: 40px;
    background-color: #0C71C3;
    border-radius: 50%;
    cursor: pointer;
}
div#get-quote-form.active .footer-form-field.footer-form-half-field:first-child .footer-field {
    width: 100%;
}
#for-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: none;
}
div#get-quote-form .wpcf7-response-output {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 100%;
    left: 0;
    right: 0;
    margin: 10px auto 0;
}
/* Archive Page */
.archive-post-block .elementor-posts-container article.elementor-post {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text {
    padding: 0 20px 20px;
    display: flex;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text .elementor-post__meta-data {
    order: 1;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text h3.elementor-post__title {
    order: 2;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text h3.elementor-post__title a {
  transition: 0.5s;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text h3.elementor-post__title a:hover {
  color: #0C71C3;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text .elementor-post__excerpt {
    order: 3;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text a.elementor-post__read-more {
    order: 5;
    background-color: #0C71C3;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 10px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.archive-post-block .elementor-posts-container article.elementor-post .elementor-post__text a.elementor-post__read-more:hover {
  background-color: transparent;
  border-color: #0C71C3;
  color: #0C71C3;
}
.archive-post-block .elementor-posts-container article .elementor-post__thumbnail img {
    transition: 0.5s;
}
.archive-post-block .elementor-posts-container article:hover .elementor-post__thumbnail img {
    transform: translate(-50%, -50%) scale(1.2);
}
.header-wr ul#menu-primary-menu li.get-in-touch-menu {
    display: none;
}
.popup-overlay-wr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.popup-content {
    display: none;
    width: 900px;
    height: 510px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 120;
}
.popup-content iframe {
    width: 100% !important;
    height: 100% !important;
    border: 4px solid #0c71c3 !important;
    border-radius: 10px;
}
.popup-content a {
    position: absolute;
    top: -30px;
    background-color: #0c71c3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    right: -30px;
    box-shadow: 0px 9px 121px 18px rgb(0 0 0);
}
.popup-content a img {
    width: 20px;
}
/* Category */
.archive-post-block nav.elementor-pagination span, .archive-post-block nav.elementor-pagination a {
    border: 1px solid #0c71c3;
    padding: 6px 15px;
    display: inline-block;
    color: #0c71c3;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    border-radius: 10px;
}
.archive-post-block nav.elementor-pagination span {
    background-color: #0c71c3;
    color: #fff;
}
.archive-post-block nav.elementor-pagination a:hover {
    background-color: #0c71c3;
    color: #fff;
}
.archive-post-block nav.elementor-pagination {
    margin-top: 50px;
}
.header-wr {
  z-index: 99999 !important;
}