body{transition: all 0.4s ease;}
img{max-width: 100%;}
ul, li {list-style-type:none;}


.owl-carousel.no-pb .owl-stage-outer {
  padding-bottom: 0;
}

.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots {
  width: 100%;
  display: inline-block;
  position: absolute;
  line-height: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #141414;
  border-radius: 2px;
  display: inline-block;
  width: 10px;
  height: 8px;
  margin: 0px 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.dark-bg .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #3d60e5;
  width: 22px;
}

.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: 100%;
  text-align: center;
  bottom: -20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  left: 50%;
  cursor: pointer;
  z-index: 999;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none;
  border: 2px solid #efefef;
  border-radius: 30px;
  color: #141414;
  cursor: pointer;
  display: inline-block;
  font-size: 34px;
  line-height: 0;
  margin: 0 10px;
  padding: 10px 60px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgb(255, 120, 16);
  background: linear-gradient(
    90deg,
    rgba(255, 120, 16, 1) 0%,
    rgba(255, 183, 47, 1) 50%
  );
  color: #fff;
  border-color: #1076bc;
}

.theme-bg .owl-carousel .owl-nav button.owl-prev,
.theme-bg .owl-carousel .owl-nav button.owl-next {
  background: #ffffff;
  color: #1076bc;
}
.theme-bg .owl-carousel .owl-nav button.owl-prev:hover,
.theme-bg .owl-carousel .owl-nav button.owl-next:hover {
  background: #141414;
  color: #fff;
}

.dark-bg .owl-carousel .owl-nav button.owl-prev:hover,
.dark-bg .owl-carousel .owl-nav button.owl-next:hover {
  background: #ffffff;
  color: #1076bc;
}

.owl-carousel .owl-item.center {
  transform: scale(1.1);
  z-index: 99;
}

.bg-light-blue {
  background: #e3f4ff59;
}
.bg-dark-blue {
  background: #0d77bf;
}

.x-hidden {
  overflow-x: hidden;
}

.awards {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 12px #55555524;
}
.fact-list {
  border: 1px solid #ebebeb;
  margin-right: -1px;
  margin-top: -1px;
  padding: 0px 10px;
}

.fact .icon-box img {
  max-width: 75px;
  margin-right: 17px;
}

.fact h5 {
  font-size: 37px;
  color: #104f7a;
  letter-spacing: 0px;
}

.fact h6 {
  color: #104f7a;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: 0;
}

.fact {
  padding: 20px;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .hero-banner {
    min-height: 100vh;
  }
}

.steps-process img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 48px;
}

.call-to-action input[type="text"] {
  padding: 14px;
  border: none;
  border-radius: 10px 0 0 10px;
}
.call-to-action input[type="submit"] {
  padding: 14px;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #032034;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .call-to-action input {
    border-radius: 5px !important;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 530px) {
  .dm-services .featured-icon {
    float: right;
  }
}

.dm-services .featured-icon {
  width: min(250px, 80%);
}

.dm-services .featured-title h5 {
  margin-top: 0;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 600;
  color: #033556;
}

.testimonial-caption h5 {
  margin: 0;
}

.testimonial-caption {
  margin-bottom: 30px;
}

.hemito-testi .fa-star {
  color: #0d77bf;
}

input,
textarea,
select {
  width: 100%;
  padding: 15px;
  border: none;
}

.contact-form {
  padding: 30px;
  background-color: #f6f6f6;
  color: #fff;
  border: none;
}

#accordion .ccordion-item,
#accordion .ccordion-item:is(:hover, :active, :focus) {
  box-shadow: none !important;
  border-bottom: 1px solid #cecece8f;
}

#accordion .accordion-header-home,
#accordion .accordion-header-home:is(:hover, :active, ) {
  line-height: 1.3;
  box-shadow: none !important;
  border: none;
}

#accordion button.accordion-button {
  box-shadow: none;
  padding: 10px;
}

.popup-overlay {
  background-color: #0000003b;
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.proposal-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2001;
  max-height: 95vh;
  overflow: auto;
  box-sizing: border-box;
  display: none;
  width: min(90%, 500px);
}

.close-btn {
  font-weight: 600;
  color: #d90000;
  float: right;
  font-size: 23px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.close-btn:hover {
  font-size: 27px;
}

.fixed-social-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fixed-social-button a.btn:not(.proposal-btn) {
  height: 55px;
  width: 55px;
  margin-bottom: 7px;
  border-radius: 50%;
  box-shadow: 0 0 12px #5555;
  position: relative;
}

.fixed-social-button svg {
  height: 50%;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.highlite-section form input {
  border: 1px solid #dedede;
}

.bg-highlite {
  background-color: #cfecff;
}

.s-facts p {
  margin: 0;
  font-size: 12px;
}
.s-facts h6 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.s-icon svg {
  width: 50px;
  height: auto;
  margin: 15px;
}

.s-facts li {
  margin: 20px 0;
  padding: 5px;
  background-color: #054876;
  color: #fff;
  list-style-type: none;
}

.highlite-section {
  margin-top: 100px;
}

.price-plan {
  box-shadow: 0 0 12px #d1d1d155;
  background-color: #fff;
  position: relative;
  margin-bottom: 65px;
}

.top-price {
  text-align: center;
  background-color: #def1ff;
  padding: 20px;
  padding-top: 55px;
}

.top-price h3 {
  color: #023c64;
  font-weight: 700;
  letter-spacing: 0;
}

.top-price h6 {
  font-weight: 600;
  text-transform: uppercase;
}

.top-price p span {
  color: #023c64;
  font-weight: 600;
  text-transform: capitalize;
}

.bottom-price {
  padding: 35px 20px;
}

.tick-list li {
  list-style-type: none;
  padding-left: 1em;
  margin-bottom: 15px;
}

.tick-list li:before {
  content: "✓";
  color: #023c64;
  font-weight: 600;
  font-size: 15px;
  background: #def1ff;
  padding: 3px 8px;
  border-radius: 50%;
  margin-right: 10px;
}

.price-plan .price-icon svg {
  width: 45px;
  height: auto;
}

.price-plan .price-icon {
  background-color: #ffffff;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 0 7px #cfcfcf3b;
}

.social-services .icon {
  margin-right: 15px;
}

@media only screen and (max-width: 320px) {
  .social-services .icon {
    display: none;
  }
}

.social-services {
  margin-top: 20px;
}

.case-study {
  background-color: #f7fcff;
  padding: 12px;
}

.plan {
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
  width: calc(25% - 40px);
  float: left;
  box-sizing: border-box;
}

.plan h2 {
  text-align: center;
  color: #333;
}

.plan ul {
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.plan ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.plan ul li:last-child {
  border-bottom: none;
}

.plan ul li:before {
  content: "\2713\0020";
  color: green;
}

/* Responsive styling */
@media screen and (max-width: 800px) {
  .plan {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 600px) {
  .plan {
    width: calc(100% - 40px);
    margin: 20px 0;
  }
}

.plans-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
}

.plans-table td {
  border: 1px solid #d8d8d8;
  font-size: 14px;
  padding: 5px 10px;
}

.plans-table th {
  background-color: #074976;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #ffffff8f;
  text-align: center;
}

.plans-table tr td:not(:first-child) {
  text-align: center;
  font-weight: 600;
}

.plans-table tr td.check {
  color: green;
}

.plans-table tr td.cross {
  color: red;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.bg-highlite-green {
  background-color: #dbf3f1;
}

.seo-testi {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 12px #e1e1e17d;
  margin-top: 110px;
}

.stars p {
  margin: 0;
  padding: 0;
}
.stars svg {
  fill: #1076bc;
}

.seo-circles {
  color: #fff;
}
.seo-circles h6 {
  margin: 0;
  color: #fff;
}

.seo-circles .c-facts {
  background-color: #1d73ed;
  border-radius: 50%;
  aspect-ratio: 1/1;
  top: -80px;
  left: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  box-shadow: 0 0 15px #bababa;
}

@media screen and (min-width: 992px) {
  .seo-circles .c-facts {
    position: absolute;
  }
}

.seo-circles h3 {
  font-weight: 700;
}

.seo-circles h6 {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
}

.seo-circles p {
  line-height: 1;
  font-size: 12px;
  opacity: 0.8;
}

@media screen and (min-width: 992px) and (max-width: 1230px) {
  .seo-circles .light-blue {
    background-color: #1d73ed;
    top: -69px;
    left: 25%;
    transform: scale(0.9);
  }

  .seo-circles .maroon {
    background-color: #af3fac;
    top: 5px;
    left: 57%;
    transform: scale(0.9);
  }

  .seo-circles .dark-blue {
    background-color: #00448f;
    top: 209px;
    left: 63%;
    transform: scale(0.9);
  }
}

@media screen and (min-width: 1230px) {
  .seo-circles .light-blue {
    top: -100px;
    left: 35%;
  }

  .seo-circles .maroon {
    top: 5px;
    left: 67%;
  }

  .seo-circles .dark-blue {
    top: 209px;
    left: 63%;
  }
}

@media screen and (max-width: 992px) {
  .seo-circles {
    display: flex;
    justify-content: space-around;
    padding: 35px;
    flex-wrap: wrap;
    align-content: center;
  }
  .seo-circles .c-facts {
    width: 195px;
    margin: 5px;
  }
}

.seo-circles .light-blue {
  background-color: #1d73ed;
}
.seo-circles .maroon {
  background-color: #af3fac;
}
.seo-circles .dark-blue {
  background-color: #00448f;
}

.seo-fact-list ul li{
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
}

.seo-fact-list ul li:not(:last-child){border-right: 1px solid #5555;}

.seo-list li{ list-style-position: inside;}

.seo-side-menu li{
  padding: 12px;
  list-style: none;
  border-bottom: 1px solid #5555;
}

.social-links li{
  display: inline-block;
  margin-right: 20px;
}

.social-links li a{font-size: 28px;}

.social-links li a svg{fill: #003457;transition: all 0.4s ease-in-out;}

.social-links li a:hover svg{fill: #005f9f;}

.cv-link{
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  background:  #003457;
  padding: 7px 17px;
  border-radius: 5px;
}

table.qual td{
  font-weight: 600;
  color: #003457;
  padding: 5px;
}

.portfolio .img-box{
  height: 400px;
  overflow-y: hidden;
  cursor: s-resize;
}

.portfolio{
  box-shadow: 0  0 12px #5555;
  position: relative;
  margin: 15px 0;
}

.portfolio h5{
  padding: 15px;
  background: #f5fbff;
  color: #104f7a;
  font-weight: 600;
}

.portfolio .click-overlay h6{
  color: #104f7a;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #96d4ff;
  padding: 9px 18px;
  font-weight: 600;
  border-radius: 5px;
}

.portfolio .click-overlay{
  position: absolute;
  inset: 0;
  background-color: #0000003b;
}

.portfolio .img-box{position: relative;}

.portfolio .img-box.scrollable {
  overflow-y: auto;
}

.portfolio .img-box::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.portfolio .img-box {
  scrollbar-width: 0;
}

.logo h5{
  font-size: 40px;
  font-size: 45px;
  margin: 0;
  font-weight: 900;
  color: #3d60e5;
}

.foot-menu li {
  display: inline-block;
  margin: 12px
}

.foot-menu li a{
  font-weight: 600;
}

footer{
  background: #002946;
  color: #fff;
}

footer .social-links li a svg {
  fill: #ffffff;
  transition: all 0.4s ease-in-out;
}

.portfolio .auto-count {
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  color: #212121;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .highlite-section {
    margin-top: 72px;
  }
}

.img-fill{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.text-justify{text-align: justify;}

.radius-img{border-radius: 7px;}

.features{
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
  height: calc(100% - 20px);
}
.features p{line-height: 1.5;}
.features h6{font-weight: 600;}

.bg-hero-img{
  background-image: url(../images/home/hero.webp);
  background-size: cover;
background-repeat: no-repeat;
}

#site-header.bg-white{
  background-color: #2a2e33 !important;
  color: #fff;
}

.languageSelector{
  background-color: #2a2e33;
  color: #fff;
}

.list-tick {
  list-style: none;
  padding-left: 0;
}
.list-tick li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.list-tick li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  color: #3d60e5;
  font-weight: bold;
  font-size: 16px;
}