/**
 * Styles pulled from Simple CSS and JS plugin
 */

.cta-url a {
  text-decoration: underline;
  color: #50535a;
}
.hidden-sec {
  display: none !important;
}
ul.pagination.pagination-sm.pagination-ss {
  /*     display: none; */
}
h1,
.entry-content h1 {
  color: #ffffff;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span {
  border: 1px solid #0a77bc;
  opacity: 1;
  background: transparent !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0a77bc !important;
}
a#myBtn {
  cursor: pointer;
  text-decoration: none;
}
a#myBtn:after {
  position: absolute;
  content: "";
  padding-left: 26px;
  font-size: 17px;
  background: url(/wp-content/uploads/2022/07/arrow-blue-1.png);
  height: 8px;
  margin-left: 15px;
  margin-top: 7px;
}
/* blog Page */
#more {
  display: none;
}
.wrapper-banner-text h2.title-blog-page {
  line-height: 1;
  color: #0a77bc;
  font-family: "Source Sans Pro", raleway;
  font-size: 4em;
  font-weight: 500;
}
.wrapper-banner-text {
  max-width: 75%;
}
.wrapper-banner-text .banner-text-blog-page {
  color: #050a14;
  font-family: "Source Sans Pro", raleway;
  font-size: 18px;
}
.title-bar {
  padding: 16px 10px 16px 10px;
  text-transform: uppercase;
  background-color: #0a77bc;
  text-align: center;
  color: #ffffff;
  font-family: "Source Sans Pro", raleway;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
/* Blog Page End Here */
/* pluging css */
.two-blocks .three-post-wrapper > div {
  width: 48%;
}
.three-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*     justify-content: space-between; */
  column-gap: 3.5%;
}
.three-post-wrapper > div {
  width: 31%;
}
.single-post-wrapper {
  border-bottom: solid 3px black;
  margin-bottom: 40px;
}
.single-post-wrapper img {
  height: 275px;
  border-bottom: solid 7px #0a77bc;
  object-fit: cover;
  margin-bottom: 20px;
}
h4.category {
  color: #0a77bc;
  font-size: 14px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
}
h2.small-post-title {
  font-size: 24px;
  font-family: "Source Sans Pro";
  color: black;
  padding-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}
a.title-link:hover {
  text-decoration: none;
}
.col-sm-7.col-md-8.col-lg-9 .title-bar:after {
  content: ">";
  position: absolute;
  right: 14px;
  font-size: 28px;
  top: 0px;
  padding: 5px 12px;
  background: #3eb489;
  text-transform: uppercase;
}
.main-post-wrapper a:hover {
  text-decoration: none;
}
.main-post-wrapper img {
  border-bottom: solid 5px #0a77bc;
}
h4.post-small-title {
  font-size: 14px;
  padding-top: 20px;
  font-weight: 400;
  color: #0077c0;
  font-family: "Source Sans Pro";
}
h2.first-post-title {
  font-size: 35px;
  font-weight: 400;
  font-family: "Source Sans Pro";
  padding: 10px 0px;
  text-transform: uppercase;
}
a.btn.button-post-link {
  padding: 10px 0px 20px 0px;
  text-decoration: underline;
  font-size: 17px;
  font-family: "Source Sans Pro";
  color: black;
}
.main-post-wrapper {
  border-bottom: solid 3px;
  margin-bottom: 40px;
}

.main-post-wrapper {
  border-bottom: solid 3px;
  margin-bottom: 20px;
}
/* pluging enf */
.arrow-style:before {
  content: ">";
  position: absolute;
  right: 0px;
  font-size: 26px;
  color: white;
  background: #3eb489;
  padding: 2px 12px;
  font-weight: 600;
}
.arrow-style-2:before {
  content: ">";
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 26px;
  color: white;
  background: #3eb489;
  padding: 2px 12px;
  font-weight: 600;
}
.archive.category .ast-container {
  max-width: 100%;
}
.size-blog img.attachment-full.size-full {
  object-fit: cover;
  height: 350px;
  object-position: bottom;
}

.size-blog h1.elementor-heading-title.elementor-size-default {
  height: 100px;
}
.catego-style h2.widget-title {
  display: none;
}
.catego-style ul li {
  padding: 5px 0px;
}
.catego-style ul li a {
  color: black;
  font-size: 18px;
  font-weight: 400;
}
.new-header.elementor-sticky--active {
  background: #fff;
  padding-bottom: 20px !important;
  box-shadow: 2px 7px 26px -5px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 2px 7px 26px -5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 2px 7px 26px -5px rgba(0, 0, 0, 0.42);
}
.guide-box {
  padding: 50px 30px 25px 30px;
  border: solid 10px #0a77bc;
  text-align: center;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.guide-box h2 {
  margin: auto;
  text-align: center;
  color: #000000;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}
.guide-box p {
  margin: auto;
  max-width: 85%;
  text-align: center;
  color: black;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
}
.guide-box .butn {
  background: #0077c0;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  margin: auto;
  display: inline-block;
  margin-top: 20px;
}
.main-testi {
  background: #a3e6f1;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial {
  padding: 50px 80px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  border: solid 2px #0a77bc;
  position: relative;
  bottom: -15px;
  left: -20px;
}
.solutions ul li a {
  flex-direction: column;
  text-align: left;
  justify-content: left;
  align-items: flex-start;
  font-weight: 600 !important;
  width: 100%;
  border-left: 0 !important;
}
.solutions ul li a span {
  font-weight: 400;
  margin-top: 3px;
}

@media (max-width: 2000px) {
  .padding-left {
    padding-left: 16vw !important;
  }
  .tst-slider .elementor-swiper-button {
    top: unset;
  }
  .tst-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: unset;
    left: 40px;
  }
  .tst-slider span.test-city {
    color: #a6a6a6;
    font-size: 13px;
  }
  li.elementor-icon-list-item a > span {
    position: relative;
  }
  li.elementor-icon-list-item:hover a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
/* leadership css*/
.elementor-1673
  .elementor-element.elementor-element-281bad5
  .eael-team-item
  .eael-team-content {
  padding: 45px 30px 20px 30px;
}
/* Icon Font awesom Css*/
.row {
  margin-bottom: 70px !important;
}
.column {
  float: left;
  width: 25%;
}
div#omg {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .row {
    margin-bottom: 60px !important;
  }
}
/* Footer Css*/
div#connect ul.elementor-icon-list-items li:nth-child(2) a {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-color: black !important;
}
.elementor-field-textual.elementor-size-md {
  height: 26px;
  min-height: 4px;
}
.hover-ef:hover .elementor-widget-container {
  cursor: pointer;
}
.hover-ef:hover p.elementor-image-box-description {
  color: white !important;
}
.hover-ef:hover h3.elementor-image-box-title {
  color: white !important;
}
.ourbenefit-li li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/Ellipse-2.png) no-repeat;*/
  background-size: contain;
}
.ourbenefit-li li span.elementor-icon-list-icon {
  opacity: 0;
  padding-right: 10px;
}
.banner_text {
  max-width: 590px;
}
.elementor-location-header .req_btn a {
  background: #0a77bc;
  color: white !important;
  padding: 12px 30px !important;
  border-radius: 35px;
}
.service_tab .elementor-tabs > div {
  justify-content: space-between !important;
}
#service_tab .elementor-tab-title {
  padding: 13px 0;
}
#service_tab .elementor-tab-content {
  border-top: 1px solid #c9c9c9 !important;
  text-align: center;
  padding: 20px 70px;
  margin-top: -2px;
}
.service_tab .elementor-tab-content a {
  display: block;
  background: #0077c0;
  height: 46px;
  line-height: 46px;
  max-width: 180px;
  color: white;
  border-radius: 35px;
  margin: 20px auto 0;
  font-size: 20px;
  text-decoration: none;
}
#service_tab .elementor-tab-title.elementor-active {
  border-bottom: 3px solid #0077c0 !important;
}
.keyoffer_box p.elementor-image-box-description {
  max-width: 360px;
  margin: auto;
}
.whychose_tab li.active img {
  filter: invert(1);
}
.why-chose_col > div {
  max-width: 500px;
  margin: auto;
}
div#resource_element {
  width: 112%;
  margin-left: 30px;
  margin-right: -5%;
}
div#resource_element article {
  border: 15px solid #fff0;
}
div#resource_element article .elementor-post__text {
  order: 3;
}
div#resource_element a.elementor-post__thumbnail__link {
  margin-bottom: 0;
}
div#resource_element .elementor-post__meta-data {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shadow_col > div {
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}
div#resource_element button.slick-arrow {
  border: 0;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: -65px;
  background-position: center;
}
div#resource_element button.slick-arrow:before {
  content: ">";
  font-size: 26px;
  color: transparent;
}
div#resource_element article {
  height: auto;
}
div#resource_element .slick-track {
  display: flex;
}
div#resource_element button.slick-prev,
div#test-slider button.slick-prev {
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/arrowleft.png) no-repeat;*/
  background-size: contain;
  background-position: center;
}
div#resource_element button.slick-next,
div#test-slider button.slick-next {
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/arrowright.png) no-repeat;*/
  background-size: contain;
  background-position: center;
}
div#resource_element button.slick-prev {
  left: 20px;
}
div#resource_element button.slick-next {
  left: 60px;
}
.footer_form input {
  padding-left: 0px !important;
}
/* div#resource_element button.slick-arrow:hover, div#test-slider button.slick-arrow:hover {
    background: transparent !important;
} */
div#test-slider article > div {
  background: #c6e8da;
  padding: 120px 35px 100px;
  min-height: 420px;
  position: relative;
  border-radius: 10px;
}
div#test-slider article {
  border: 15px solid #ff000000;
  opacity: 0.7;
}
div#test-slider article.slick-active {
  position: relative;
  top: 15px;
  transition: 0.5s all;
}
div#test-slider article.slick-active.slick-center {
  top: 30px;
  opacity: 1;
  transition: 1s all;
}
div#test-slider .elementor-post__text p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
div#test-slider article > div:before {
  content: "";
  position: absolute;
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/invertedcommas-1.png) no-repeat;*/
  width: 50px;
  height: 50px;
  background-size: contain;
  top: 50px;
}
div#test-slider h3.elementor-post__title {
  position: absolute;
  bottom: 35px;
}
div#test-slider button.slick-arrow {
  border: 0;
  font-size: 0;
  padding: 0;
  position: absolute;
  bottom: -65px;
  background-position: center;
}
div#test-slider button.slick-arrow.slick-prev:before {
  content: "<";
  font-size: 26px;
  color: #fff;
}
/* div#test-slider button.slick-prev {
    left: 0;
    right: 0;
	margin-left: -45px;
}
div#test-slider button.slick-next {
    left: 0;
    right: 0;
    margin-right: -45px;
} */
div#test-slider button.slick-prev {
  left: -3%;
  right: 0;
  max-width: 35px;
  margin: auto;
}
div#test-slider button.slick-next {
  right: -3%;
  left: 0;
  max-width: 35px;
  margin: auto;
}
/* div#test-slider h3.elementor-post__title:after {
    content: "Lorem ipsum dolor sit amet";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
} */
.acc-border .elementor-accordion-item {
  margin: 25px 0px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 5px #9a9a9a45;
}
.frm-padding input {
  padding: 20px;
}
section#faq_sec {
  background-position: bottom -15% right -8%;
}
section#consult_faq_sec {
  background-position: bottom -15% left -8%;
}
/*placeholder spacing*/
.get_started_form form.elementor-form input {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-color: transparent !important;
}
/*email */
.get_started_form form.elementor-form .elementor-field-group-email input {
  /*background-image: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/formemailicon.png);*/
}
/* Name */
.get_started_form .elementor-field-group-name input,
.get_started_form .elementor-field-group-lastname input {
  /*background-image: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/formnameicon.png);*/
}
/* Phone*/
.get_started_form form.elementor-form .elementor-field-group-phone input {
  /*background-image: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/formnumbericon.png); */
}
.request_col > div {
  box-shadow: 0px 0px 10px 10px #69696924;
}
.about5boxx .elementor-image-box-content {
  width: 85% !important;
  margin: -80px auto 0;
  background-color: white;
  z-index: 5;
  border: 1px solid #d4d4d4;
  position: relative;
  padding: 10px 25px 25px;
  border-radius: 10px;
}
.titlelinee .elementor-image-box-content h3.elementor-image-box-title:after {
  content: "";
  background: #3eb489;
  display: block;
  width: 35px;
  height: 4px;
  margin: 10px auto -5px;
}
.founderr .eael-team-content {
  width: 85% !important;
  margin: -80px auto 0;
  background-color: white;
  z-index: 5;
  border-bottom: 10px solid;
  position: relative;
  padding: 10px 25px 25px;
  border-radius: 15px;
}
.green_line .eael-team-content {
  border-color: #3eb489;
}
.blue_line .eael-team-content {
  border-color: #0077c0;
}
.founderr .eael-team-content a,
.exective_team .exective_team_membr .eael-team-content a {
  display: block;
  margin-top: 15px;
  color: #0077c0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom: 2px solid #0077c0;
  max-width: 100px;
}
.exective_team .exective_team_membr .eael-team-content a {
  margin: 15px auto 0;
}
.exective_team .exective_team_membr .eael-team-image img {
  height: 300px;
  object-fit: contain;
  object-position: bottom;
}
.bluee_row .exective_team_membr .eael-team-image img {
  background-color: #cce3f1;
  padding-top: 40px;
}
.founderr .eael-team-image img {
  height: 535px;
  object-fit: cover;
}
.green_row .exective_team_membr .eael-team-image img {
  background-color: #c6e8da;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .elementor-location-header .req_btn a {
    border-radius: 35px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    display: inline-block;
  }
  .header_menuu .elementor-nav-menu--dropdown {
    top: 53px !important;
  }
}
@media (max-width: 425px) {
  #service_tab .elementor-tab-content {
    padding: 20px 20px;
    margin-top: 0px;
  }
  div#test-slider article > div {
    padding: 60px 15px 80px;
    min-height: 300px;
  }
  div#test-slider article > div:before {
    width: 35px;
    top: 20px;
  }
  div#test-slider .elementor-post__text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .three-post-wrapper > div {
    width: 100% !important;
  }
  .single-post-wrapper img {
    width: 100%;
  }
  .elementor-location-header .req_btn a {
    background: unset !important;
    color: black !important;
    padding: 5px 0px !important;
  }
  div#resource_element {
    width: 100%;
    margin-left: 0px;
    margin-right: 0%;
  }
  div#test-slider article {
    border: 10px solid #ff000000;
  }
  div#test-slider button.slick-arrow {
    bottom: -40px;
  }
  div#test-slider button.slick-next {
    right: -9%;
  }
  div#test-slider button.slick-prev {
    left: -9%;
  }
}
.founderr .eael-team-content a img {
  position: absolute;
  margin-top: 10px;
  margin-left: 15px;
}
body,
html {
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .padding-left {
    padding-left: 10px !important;
  }
}
@media (max-width: 800px) {
  div#test-slider button.slick-prev {
    left: -6%;
    right: 0;
    max-width: 35px;
    margin: auto;
  }
}
@media (max-width: 800px) {
  div#test-slider button.slick-next {
    right: -6%;
    left: 0;
    max-width: 35px;
    margin: auto;
  }
}
@media (max-width: 425px) {
  div#test-slider button.slick-next {
    right: -10%;
    left: 0;
    max-width: 35px;
    margin: auto;
  }
}
@media (max-width: 425px) {
  div#test-slider button.slick-prev {
    left: -10%;
    right: 0;
    max-width: 35px;
    margin: auto;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets
    span {
    border: 1px solid #0a77bc;
    opacity: 1;
    background: transparent !important;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0a77bc !important;
  }
  a#myBtn {
    cursor: pointer;
  }
  a#myBtn:after {
    position: absolute;
    content: "";
    padding-left: 26px;
    font-size: 17px;
    background: url(/wp-content/uploads/2022/07/arrow-blue-1.png);
    height: 8px;
    margin-left: 15px;
    margin-top: 7px;
  }
}
/* blog Page */
#more {
  display: none;
}
.container.banner-section {
  min-height: 646px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 50px;
  background-image: url(/wp-content/uploads/2022/08/leadership-header.png);
  background-position: center center;
  background-size: cover;
}
.wrapper-banner-text h2.title-blog-page {
  line-height: 1;
  color: #0a77bc;
  font-family: "Source Sans Pro", raleway;
  font-size: 4em;
  font-weight: 500;
}
.wrapper-banner-text {
  max-width: 75%;
}
.wrapper-banner-text .banner-text-blog-page {
  color: #050a14;
  font-family: "Source Sans Pro", raleway;
  font-size: 18px;
}
.title-bar {
  padding: 16px 10px 16px 10px;
  text-transform: uppercase;
  background-color: #0a77bc;
  text-align: center;
  color: #ffffff;
  font-family: "Source Sans Pro", raleway;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
/* Blog Page End Here */
/* pluging css */

.two-blocks .three-post-wrapper > div {
  width: 48%;
}
.three-post-wrapper > div {
  width: 31%;
}
.single-post-wrapper {
  border-bottom: solid 3px black;
  margin-bottom: 40px;
}
.single-post-wrapper img {
  height: 275px;
  border-bottom: solid 7px #0a77bc;
  object-fit: cover;
  margin-bottom: 20px;
}
h4.category {
  color: #0a77bc;
  font-size: 14px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
}
h2.small-post-title {
  font-size: 24px;
  font-family: "Source Sans Pro";
  color: black;
  padding-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}
a.title-link:hover {
  text-decoration: none;
}
.col-sm-7.col-md-8.col-lg-9 .title-bar:after {
  content: ">";
  position: absolute;
  right: 14px;
  font-size: 28px;
  top: 0px;
  padding: 5px 12px;
  background: #3eb489;
  text-transform: uppercase;
}
.main-post-wrapper a:hover {
  text-decoration: none;
}
.main-post-wrapper img {
  border-bottom: solid 5px #0a77bc;
}
h4.post-small-title {
  font-size: 14px;
  padding-top: 20px;
  font-weight: 400;
  color: #0077c0;
  font-family: "Source Sans Pro";
}
h2.first-post-title {
  font-size: 35px;
  font-weight: 400;
  font-family: "Source Sans Pro";
  padding: 10px 0px;
  text-transform: uppercase;
}
a.btn.button-post-link {
  padding: 10px 0px 20px 0px;
  text-decoration: underline;
  font-size: 17px;
  font-family: "Source Sans Pro";
  color: black;
}
.main-post-wrapper {
  border-bottom: solid 3px;
  margin-bottom: 40px;
}
.main-post-wrapper {
  border-bottom: solid 3px;
  margin-bottom: 20px;
}
/* pluging enf */
.arrow-style:before {
  content: ">";
  position: absolute;
  right: 0px;
  font-size: 26px;
  color: white;
  background: #3eb489;
  padding: 2px 12px;
  font-weight: 600;
}
.arrow-style-2:before {
  content: ">";
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 26px;
  color: white;
  background: #3eb489;
  padding: 2px 12px;
  font-weight: 600;
}
.archive.category .ast-container {
  max-width: 100%;
}
.size-blog img.attachment-full.size-full {
  object-fit: cover;
  height: 350px;
  object-position: bottom;
}
.size-blog h1.elementor-heading-title.elementor-size-default {
  height: 100px;
}
.catego-style h2.widget-title {
  display: none;
}
.catego-style ul li {
  padding: 5px 0px;
}
.catego-style ul li a {
  color: black;
  font-size: 18px;
  font-weight: 400;
}
.new-header.elementor-sticky--active {
  background: #fff;
  padding-bottom: 20px !important;
  box-shadow: 2px 7px 26px -5px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 2px 7px 26px -5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 2px 7px 26px -5px rgba(0, 0, 0, 0.42);
}
.guide-box {
  padding: 50px 30px 25px 30px;
  border: solid 10px #0a77bc;
  text-align: center;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.guide-box h2 {
  margin: auto;
  text-align: center;
  color: #000000;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}
.guide-box p {
  margin: auto;
  max-width: 85%;
  text-align: center;
  color: black;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
}
.guide-box .butn {
  background: #0077c0;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  margin: auto;
  display: inline-block;
  margin-top: 20px;
}

.main-testi {
  background: #a3e6f1;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial {
  padding: 50px 80px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  border: solid 2px #0a77bc;
  position: relative;
  bottom: -15px;
  left: -20px;
}
.solutions ul li a {
  flex-direction: column;
  text-align: left;
  justify-content: left;
  align-items: flex-start;
  font-weight: 600 !important;
  width: 100%;
  border-left: 0 !important;
}
.solutions ul li a span {
  font-weight: 400;
  margin-top: 3px;
}
@media (max-width: 2000px) {
  .padding-left {
    padding-left: 16vw !important;
  }
  .tst-slider .elementor-swiper-button {
    top: unset;
  }
  .tst-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: unset;
    left: 40px;
  }
  .tst-slider span.test-city {
    color: #a6a6a6;
    font-size: 13px;
  }
  li.elementor-icon-list-item a > span {
    position: relative;
  }
  li.elementor-icon-list-item:hover a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
/* leadership css*/
.elementor-1673
  .elementor-element.elementor-element-281bad5
  .eael-team-item
  .eael-team-content {
  padding: 45px 30px 20px 30px;
}
/* Icon Font awesom Css*/
.row {
  margin-bottom: 70px !important;
}
.column {
  float: left;
  width: 25%;
}
div#omg {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .row {
    margin-bottom: 60px !important;
  }
}
/* Footer Css*/
div#connect ul.elementor-icon-list-items li:nth-child(2) a {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-color: black !important;
}
.elementor-field-textual.elementor-size-md {
  height: 26px;
  min-height: 4px;
}
.hover-ef:hover .elementor-widget-container {
  cursor: pointer;
}
.hover-ef:hover p.elementor-image-box-description {
  color: white !important;
}
.hover-ef:hover h3.elementor-image-box-title {
  color: white !important;
}
.ourbenefit-li li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/Ellipse-2.png) no-repeat;*/
  background-size: contain;
}
.ourbenefit-li li span.elementor-icon-list-icon {
  opacity: 0;
  padding-right: 10px;
}
.banner_text {
  max-width: 590px;
}
.elementor-location-header .req_btn a {
  background: #0a77bc;
  color: white !important;
  padding: 12px 30px !important;
  border-radius: 35px;
}
.service_tab {
  /*     max-width: 900px;
    margin: auto; */
}
.service_tab .elementor-tabs > div {
  justify-content: space-between !important;
}
#service_tab .elementor-tab-title {
  padding: 13px 0;
}
#service_tab .elementor-tab-content {
  border-top: 1px solid #c9c9c9 !important;
  text-align: center;
  padding: 20px 70px;
  margin-top: -2px;
}
#service_tab .elementor-tab-title.elementor-active {
  border-bottom: 3px solid #0077c0 !important;
}
.service_tab .elementor-tabs-wrapper .elementor-tab-title {
  text-align: center;
}
.service_tab .elementor-tab-title:hover {
  border-bottom: 3px solid #0077c0 !important;
}
.keyoffer_box p.elementor-image-box-description {
  max-width: 360px;
  margin: auto;
}
.whychose_tab li.active img {
  filter: invert(1);
}
.why-chose_col > div {
  max-width: 500px;
  margin: auto;
}
div#resource_element {
  width: 112%;
  margin-left: 30px;
  margin-right: -5%;
}
div#resource_element article {
  border: 15px solid #fff0;
}
div#resource_element article .elementor-post__text {
  order: 3;
}
div#resource_element a.elementor-post__thumbnail__link {
  margin-bottom: 0;
}
div#resource_element .elementor-post__meta-data {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shadow_col > div {
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}
div#resource_element button.slick-arrow {
  border: 0;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: -65px;
  background-position: center;
}
div#resource_element button.slick-arrow:before {
  content: ">";
  font-size: 26px;
  color: transparent;
}
div#resource_element article {
  height: auto;
}
div#resource_element .slick-track {
  display: flex;
}
div#resource_element button.slick-prev,
div#test-slider button.slick-prev {
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/arrowleft.png) no-repeat;*/
  background-size: contain;
  background-position: center;
}
div#resource_element button.slick-next,
div#test-slider button.slick-next {
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/arrowright.png) no-repeat;*/
  background-size: contain;
  background-position: center;
}
div#resource_element button.slick-prev {
  left: 20px;
}
div#resource_element button.slick-next {
  left: 60px;
}
.footer_form input {
  padding-left: 0px !important;
}
/* div#resource_element button.slick-arrow:hover, div#test-slider button.slick-arrow:hover {
    background: transparent !important;
} */
div#test-slider article > div {
  background: #c6e8da;
  padding: 120px 35px 100px;
  min-height: 420px;
  position: relative;
  border-radius: 10px;
}
div#test-slider article {
  border: 15px solid #ff000000;
  opacity: 0.7;
}
div#test-slider article.slick-active {
  position: relative;
  top: 15px;
  transition: 0.5s all;
}
div#test-slider article.slick-active.slick-center {
  top: 30px;
  opacity: 1;
  transition: 1s all;
}
div#test-slider .elementor-post__text p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
div#test-slider article > div:before {
  content: "";
  position: absolute;
  /*background: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/invertedcommas-1.png) no-repeat;*/
  width: 50px;
  height: 50px;
  background-size: contain;
  top: 50px;
}
div#test-slider h3.elementor-post__title {
  position: absolute;
  bottom: 35px;
}
div#test-slider button.slick-arrow {
  border: 0;
  font-size: 0;
  padding: 0;
  position: absolute;
  bottom: -65px;
  background-position: center;
}
div#test-slider button.slick-arrow.slick-next:before {
  content: ">";
  font-size: 26px;
  color: #fff;
}
div#test-slider button.slick-arrow {
  padding: 10px 0 6px;
}
/* div#test-slider button.slick-prev {
    left: 0;
    right: 0;
	margin-left: -45px;
}
div#test-slider button.slick-next {
    left: 0;
    right: 0;
    margin-right: -45px;
} */
div#test-slider button.slick-prev {
  left: -3%;
  right: 0;
  max-width: 35px;
  margin: auto;
}
div#test-slider button.slick-next {
  right: -3%;
  left: 0;
  max-width: 35px;
  margin: auto;
}
/* div#test-slider h3.elementor-post__title:after {
    content: "Lorem ipsum dolor sit amet";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
} */
.acc-border .elementor-accordion-item {
  margin: 25px 0px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 5px #9a9a9a45;
}
.frm-padding input {
  padding: 20px;
}
section#faq_sec {
  background-position: bottom -15% right -8%;
}
section#consult_faq_sec {
  background-position: bottom -15% left -8%;
}
/*placeholder spacing*/
.get_started_form form.elementor-form input {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-color: transparent !important;
}
/*email */
.get_started_form form.elementor-form .elementor-field-group-email input {
  /*background-image: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/formemailicon.png);*/
}
/* Name */
.get_started_form .elementor-field-group-name input,
.get_started_form .elementor-field-group-lastname input {
  /*background-image: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/formnameicon.png);*/
}
/* Phone*/
.get_started_form form.elementor-form .elementor-field-group-phone input {
  /*background-image: url(https://dotlogicstest.mirzadev.com/wp-content/uploads/2022/07/formnumbericon.png); */
}
.request_col > div {
  box-shadow: 0px 0px 10px 10px #69696924;
}
.about5boxx .elementor-image-box-content {
  width: 85% !important;
  margin: -80px auto 0;
  background-color: white;
  z-index: 5;
  border: 1px solid #d4d4d4;
  position: relative;
  padding: 10px 25px 25px;
  border-radius: 10px;
}
.titlelinee .elementor-image-box-content h3.elementor-image-box-title:after {
  content: "";
  background: #3eb489;
  display: block;
  width: 35px;
  height: 4px;
  margin: 10px auto -5px;
}
.founderr .eael-team-content {
  width: 85% !important;
  margin: -80px auto 0;
  background-color: white;
  z-index: 5;
  border-bottom: 10px solid;
  position: relative;
  padding: 10px 25px 25px;
  border-radius: 15px;
}
.green_line .eael-team-content {
  border-color: #3eb489;
}
.blue_line .eael-team-content {
  border-color: #0077c0;
}
.founderr .eael-team-content a,
.exective_team .exective_team_membr .eael-team-content a {
  display: block;
  margin-top: 15px;
  color: #0077c0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom: 2px solid #0077c0;
  max-width: 100px;
}
.exective_team .exective_team_membr .eael-team-content a {
  margin: 15px auto 0;
}
.exective_team .exective_team_membr .eael-team-image img {
  height: 300px;
  object-fit: contain;
  object-position: bottom;
}
.bluee_row .exective_team_membr .eael-team-image img {
  background-color: #cce3f1;
  padding-top: 40px;
}
.founderr .eael-team-image img {
  height: 535px;
  object-fit: cover;
}
.green_row .exective_team_membr .eael-team-image img {
  background-color: #c6e8da;
  padding-top: 40px;
}
.test_slider button.slick-arrow {
  background-color: #0170b9 !important;
}
.test_slider button.slick-arrow:hover {
  background-color: #3a3a3a !important;
}
@media (max-width: 425px) {
  #service_tab .elementor-tab-content {
    padding: 20px 20px;
    margin-top: 0px;
  }
  div#test-slider article > div {
    padding: 60px 15px 80px;
    min-height: 300px;
  }
  div#test-slider article > div:before {
    width: 35px;
    top: 20px;
  }
  div#test-slider .elementor-post__text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .three-post-wrapper > div {
    width: 100% !important;
  }
  .single-post-wrapper img {
    width: 100%;
  }
  .elementor-location-header .req_btn a {
    background: unset !important;
    color: black !important;
    padding: 5px 0px !important;
  }
  div#resource_element {
    width: 100%;
    margin-left: 0px;
    margin-right: 0%;
  }
  div#test-slider article {
    border: 10px solid #ff000000;
  }
  div#test-slider button.slick-arrow {
    bottom: -40px;
  }
  div#test-slider button.slick-next {
    right: -9%;
  }
  div#test-slider button.slick-prev {
    left: -9%;
  }
}
.founderr .eael-team-content a img {
  position: absolute;
  margin-top: 10px;
  margin-left: 15px;
}
body,
html {
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .padding-left {
    padding-left: 10px !important;
  }
  .banner_text {
    max-width: initial;
  }
}
@media (max-width: 800px) {
  div#test-slider button.slick-prev {
    left: -6%;
    right: 0;
    max-width: 35px;
    margin: auto;
  }
}
@media (max-width: 800px) {
  div#test-slider button.slick-next {
    right: -6%;
    left: 0;
    max-width: 35px;
    margin: auto;
  }
}
@media (max-width: 425px) {
  div#test-slider button.slick-next {
    right: -10%;
    left: 0;
    max-width: 35px;
    margin: auto;
  }
}
@media (max-width: 425px) {
  div#test-slider button.slick-prev {
    left: -10%;
    right: 0;
    max-width: 35px;
    margin: auto;
  }
  .founderr .eael-team-image img {
    height: 400px;
    object-fit: cover;
  }
}
.whychose_tab .eael-tab-content-item p br {
  display: none;
}
.founderr .eael-team-image img {
  height: 400px;
  object-fit: cover;
}
.whychose_tab .eael-tab-content-item p br {
  display: none;
}
.acc-border .elementor-tab-content a {
  display: block;
  background: #0077c0;
  height: 46px;
  line-height: 46px;
  max-width: 180px;
  color: white;
  border-radius: 35px;
  margin: 20px auto 0;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.acc-border .elementor-tab-content a:hover {
  background: #61ce70;
}
.slick-list.draggable {
  padding: 0 60px 0 90px !important;
}
header .elementor-sticky--active {
  background-color: #fff !important;
}
.test_slider h3.elementor-post__title:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.search-results div#content {
  padding-top: 125px;
}
.header_menuu ul.elementor-nav-menu li a {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 17px;
  font-weight: 600 !important;
}
.exective_team_membr p {
  color: #000 !important;
}
.hover-ef a.mytbtn {
  color: #0a77bc;
}
.hover-ef:hover a.mytbtn {
  color: #fff;
  text-decoration: underline !important;
}
.hover-ef a.mytbtn:hover {
  text-decoration: none !important;
}
.general-form ul.inputs-list {
  list-style-type: none;
  margin: initial;
}
.general-form ul.inputs-list .hs-input {
  width: initial !important;
  min-height: initial;
  margin-right: 8px;
}
.page-template-template-knowledge-center-type .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
  display: initial;
}
.ss-result-wrapper .single-post-wrapper:first-child {
  width: 100%;
}
.ss-result-wrapper .single-post-wrapper:first-child img {
  width: 100%;
  height: 350px;
}
.category-contols.type-sorter-controls li span {
  padding-top: 0;
  padding-bottom: 1px;
  font-size: 17px;
}
.category-filters .form-check label.cb-container.form-check-label {
  font-size: 16px;
  color: #767779;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 25px;
}
.category-filters
  .form-check
  label.cb-container.form-check-label
  span.checkmark {
  border-color: #767779;
}
.category-filters .category-contols a {
  margin-bottom: 10px;
  font-size: 16px;
  color: #767779;
}
.category-filters .category-contols a span:last-child {
  padding-left: 5px;
}
.category-filters .category-contols a:hover {
  text-decoration: none;
}
.category-filters .category-contols {
  margin-bottom: 50px;
  border-right: 1px solid #cccccc;
}
.category-filters .form-check.ss-search-filters {
  padding-left: 0;
}
.category-filters .form-check label.cb-container.form-check-label:hover {
  color: #111111;
}
.category-filters
  .form-check
  label.cb-container.form-check-label:hover
  span.checkmark {
  border-color: #111111;
}
a.ss-toggl-filter {
  display: none;
}
.ss-control.clearfix a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.ss-control.clearfix a:hover {
  text-decoration: none;
}
.header_menuu a:hover {
  text-decoration: none;
}
/* AJ spacing */
.single-case_studies div.site-content,
.single-infographics div.site-content,
.single-whitepapers div.site-content,
.single-datasheets div.site-content,
.single-faqs div.site-content,
.single-post div.site-content,
.single-tools div.site-content,
.single-news div.site-content,
.single-testimonial div.site-content {
  /*     padding-top: 123px; */
}
.top-banner-section {
  /* 	margin-top: 123px; */
}
.post-template .ast-container {
  max-width: 100%;
  padding: 0;
}
.single-news div.site-content .ast-container,
.single-testimonial div.site-content .ast-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 15px;
}
@media screen and (max-width: 768px) {
  .search-results div#content,
  .single-case_studies div.site-content,
  .single-infographics div.site-content,
  .single-whitepapers div.site-content,
  .single-datasheets div.site-content,
  .single-faqs div.site-content,
  .single-post div.site-content,
  .single-news div.site-content,
  .single-tools div.site-content,
  .single-news div.site-content,
  .single-testimonial div.site-content {
    /* 		padding-top: initial; */
  }
  .top-banner-section {
    /* 		margin-top: initial; */
  }
}
/* Knowledge Center template new layout css start here 18-aug-2022 */
.k-listing {
  position: relative;
  min-height: 1200px;
}
.category-filters {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  z-index: 9;
}
.right-side {
  width: 64%;
  margin-left: auto;
}
.ss-result-wrapper .main-post-wrapper {
  width: 64%;
  margin-left: auto;
}
.ss-result-wrapper h4.no-result {
  width: 64%;
  margin-left: auto;
}
.ss-result-wrapper .single-post-wrapper:first-child {
  width: 64%;
  margin-left: auto;
  float: right;
}
.ss-result-wrapper .single-post-wrapper:nth-child(2) {
  width: 30%;
  margin-left: 36%;
}
.ss-result-wrapper .single-post-wrapper:nth-child(3) {
  width: 30%;
}
.ss-result-wrapper .single-post-wrapper:nth-child(4),
.ss-result-wrapper .single-post-wrapper:nth-child(5),
.ss-result-wrapper .single-post-wrapper:nth-child(6) {
  margin-top: 50px;
}
ul.pagination {
  justify-content: center;
}
ul.pagination.pagination-ss li a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 18px;
  color: #000;
}
ul.pagination.pagination-ss li span {
  padding-top: 8px;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
}
ul.pagination.pagination-ss li.active a,
ul.pagination.pagination-ss li a:hover {
  background-color: #0077c0;
  text-decoration: none;
  color: #fff !important;
}
ul.pagination.pagination-ss li:first-child,
ul.pagination.pagination-ss li:last-child {
  display: none;
}
.category-filters .category-contols a svg {
  border-radius: 50% !important;
  box-shadow: inset 0px 0px 0px 3px #767779;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .category-filters {
    position: initial;
    width: initial;
  }
  .right-side {
    width: initial;
    margin-left: initial;
  }
  .ss-result-wrapper h4.no-result {
    width: initial;
    margin-left: initial;
  }
  .ss-result-wrapper .main-post-wrapper {
    width: initial;
    margin-left: initial;
  }
  .ss-result-wrapper .single-post-wrapper:first-child {
    width: 100%;
    float: initial;
    margin-left: initial;
  }
  .ss-result-wrapper .single-post-wrapper:nth-child(2),
  .ss-result-wrapper .single-post-wrapper:nth-child(3),
  .ss-result-wrapper .single-post-wrapper {
    margin-left: initial;
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .ss-result-wrapper .single-post-wrapper:nth-child(2),
  .ss-result-wrapper .single-post-wrapper:nth-child(3),
  .ss-result-wrapper .single-post-wrapper {
    margin-left: initial;
    width: 100%;
  }
  .ss-result-wrapper .single-post-wrapper img {
    width: 100%;
    height: auto;
  }
}
/* Knowledge Center template new layout css end here 18-aug-2022 */
/* Post detail page new template elementro save liberary start here */
.ast-post-format-.single-layout-1 header.entry-header {
  display: none;
}
div#comments,
nav.navigation.post-navigation {
  display: none;
}
.ast-container {
  max-width: 100%;
  padding: 0;
}
.ast-plain-container.ast-no-sidebar #primary {
  margin-top: initial;
}
.testimonial-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #0077c0;
  z-index: 1;
  transform: translate(-25px, 25px);
}
.testimonial-sec:after {
  content: "";
  position: absolute;
  background: #cce3f1;
  top: 99%;
  left: 80%;
  width: 50px;
  height: 50px;
  clip-path: polygon(100% 0, 20% 0, 0 100%);
  z-index: 3;
}
/* Post detail page new template elementro save liberary end here */
/* News Media Hits page css start here */
.bar-title {
  padding: 16px 10px 16px 10px;
  text-transform: uppercase;
  background-color: #0a77bc;
  color: #ffffff;
  font-family: "Source Sans Pro", raleway;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.bar-title p {
  margin-bottom: 0;
}
/* News Media Hits page css End here */
.keyoffer_box p {
  line-height: 1.6em !important;
}
.search-results .ast-container {
  padding: 0 15px;
  max-width: 1305px;
}
.card-box .eael-infobox img {
  width: 100%;
}
nav ul.elementor-nav-menu a.has-submenu:hover {
  cursor: pointer;
}
.elementor-location-header .req_btn a:hover,
.service_tab .elementor-tab-content a:hover,
.testimonial-sec .elementor-widget-button a:hover {
  background-color: #3eb489 !important;
}
.testimonial-sec .elementor-widget-heading,
.testimonial-sec .elementor-widget-text-editor,
.testimonial-sec .elementor-widget-button {
  z-index: 4;
}
.single-testimonial .testimonial {
  left: initial;
}
.test_slider h3.elementor-post__title a:hover {
  text-decoration: none;
}
.search-form .dialog-close-button {
  top: 50px;
}
.search-form .dialog-close-button {
  top: 50px;
  right: 50px;
  margin: initial;
}
.general-form .hs-form-field label:first-child {
  cursor: initial;
}
.des-text p {
  margin-bottom: 0;
}
#footer-newsletter .hs-button:hover {
  background-color: #3eb489;
}
.testimonial-sec {
  margin: 0 40px;
}
.whychose_tab .eael-tab-content-item ul li {
  position: relative;
}
.whychose_tab .eael-tab-content-item ul > ::marker {
  color: #fff;
}
.whychose_tab .eael-tab-content-item ul li:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/09/check_15.png);
  width: 20px;
  height: 20px;
  object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 5px;
  left: -25px;
}
.text-list-sec ul li {
  position: relative;
}
.text-list-sec ul li:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/09/check_15.png);
  width: 20px;
  height: 20px;
  object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 5px;
  left: -25px;
}
.text-list-sec ul > ::marker {
  color: transparent;
}
.kc-wrap {
  margin-top: initial;
}
.whychose_tab .eael-advance-tabs {
  column-gap: 15px;
}
.whychose_tab li:hover img {
  filter: invert(1);
}
.single ul li ul {
  list-style-type: disclosure-closed;
}
.img-k-center {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 1023px) {
  nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal.e--pointer-underline.e--animation-fade {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .news-banner-sec .elementor-container {
    min-height: initial !important;
  }
  .news-banner-sec .elementor-column {
    width: 100% !important;
  }
  .news-banner-sec .elementor-column:last-child {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-sec:before {
    transform: translate(-15px, 15px);
  }
  .container.banner-section {
    background-image: none;
    min-height: initial;
    padding: 0;
  }
  .img-k-center {
    display: block;
    margin-bottom: 30px;
  }
  .wrapper-banner-text {
    padding: 0 20px;
  }
  .kn-row {
    display: block !important;
  }
  .kn-col {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 767px) {
  .card-box .eael-infobox {
    min-height: 432px;
  }
}
@media screen and (max-width: 767px) {
  div#test-slider article > div {
    padding: 110px 15px 220px;
  }
}
@media screen and (max-width: 500px) {
  .testimonial-sec:after {
    left: 70%;
  }
}
