@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
@import url(https://fonts.googleapis.com/css?family=Outfit);
@import url(font-awesome.min.css);
@import url(../plugins/magnific-popup/magnific-popup.css);
@import url(../plugins/owlcarousel/owl.carousel.min.css);
iframe,
img,
pre,
select,
table {
  max-width: 100%;
}
h1,
h2 {
  font-size: 36px;
}
.imageoverlay img,
img,
select,
table,
video {
  width: 100%;
}
body,
code,
p:last-child {
  margin: 0;
}
.banner,
.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
}
.banner,
.bg-img,
.service-list li:after {
  background-repeat: no-repeat;
}
.banner-content h4,
.btn,
.btn-link,
.btn-wrap .btn,
.video-btn {
  text-transform: uppercase;
}
.back-to-top,
.button-48,
.numbers,
.sectsubscribe-email,
.single-counter,
.single-price,
.single-service {
  text-align: center;
}
#navigation
  .items-wrapper
  .item
  .submenu-wrapper
  .item-submenu
  .submenu-group
  .submenu-link-master:hover,
#navigation
  .items-wrapper
  .item
  .submenu-wrapper
  .item-submenu
  .submenu-group
  .submenu-link:hover,
.btn-link:hover,
.button-48,
.menu,
.menu a {
  text-decoration: none;
}
.cerd__content,
.wrapper .tooltip {
  pointer-events: none;
  pointer-events: none;
}
.btn-hover,
.btn-hover:hover {
  moz-transition: all 2s ease-in-out;
}
#mainnav ul,
.cerds,
.light-pagination,
.list-check,
.widget ul {
  list-style: none;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-display: fallback;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.googleapis.com/css?family=Outfit)
      format("woff2");
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes matrix {
  0%,
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
}
@keyframes matrix {
  0%,
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes inner-circles-loader {
  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes inner-circles-loader {
  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes box-one {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
  75% {
    -webkit-transform: translateX(75px) scale(0);
    transform: translateX(75px) scale(0);
  }
}
@keyframes box-one {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
  75% {
    -webkit-transform: translateX(75px) scale(0);
    transform: translateX(75px) scale(0);
  }
}
@-webkit-keyframes box-two {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
  75% {
    -webkit-transform: translateX(75px) scale(0);
    transform: translateX(75px) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
  }
}
@keyframes box-two {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
  75% {
    -webkit-transform: translateX(75px) scale(0);
    transform: translateX(75px) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
  }
}
@-webkit-keyframes box-three {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(-25px) scale(0);
    transform: translateX(10px) translateY(-25px) scale(0);
  }
}
@keyframes box-three {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(-25px) scale(0);
    transform: translateX(10px) translateY(-25px) scale(0);
  }
}
@-webkit-keyframes box-four {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(-55px) scale(0);
    transform: translateY(-55px) scale(0);
  }
}
@keyframes box-four {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(-55px) scale(0);
    transform: translateY(-55px) scale(0);
  }
}
@-webkit-keyframes box-five {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(-25px) translateY(-25px) scale(0);
    transform: translateX(-25px) translateY(-25px) scale(0);
  }
}
@keyframes box-five {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(-25px) translateY(-25px) scale(0);
    transform: translateX(-25px) translateY(-25px) scale(0);
  }
}
@-webkit-keyframes box-six {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
  }
  75% {
    -webkit-transform: translateX(-75px) scale(0);
    transform: translateX(-75px) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
  }
}
@keyframes box-six {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
  }
  75% {
    -webkit-transform: translateX(-75px) scale(0);
    transform: translateX(-75px) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    left: -2000px;
  }
  to {
    left: -120px;
  }
}
@keyframes slideLeft {
  0% {
    left: -2000px;
  }
  to {
    left: -120px;
  }
}
@-webkit-keyframes slideInTop {
  0% {
    top: -2000px;
  }
  to {
    top: 70px;
  }
}
@keyframes slideInTop {
  0% {
    top: -2000px;
  }
  to {
    top: 70px;
  }
}
@-webkit-keyframes slideInTop2 {
  0% {
    top: -2000px;
  }
  to {
    top: 160px;
  }
}
@keyframes slideInTop2 {
  0% {
    top: -2000px;
  }
  to {
    top: 160px;
  }
}
@-webkit-keyframes slideInBottom {
  0% {
    bottom: -2390px;
  }
  to {
    bottom: -50px;
  }
}
@keyframes slideInBottom {
  0% {
    bottom: -2390px;
  }
  to {
    bottom: -50px;
  }
}
@-webkit-keyframes slideInBottom2 {
  0% {
    top: 2390px;
  }
  to {
    top: 390px;
  }
}
@keyframes slideInBottom2 {
  0% {
    top: 2390px;
  }
  to {
    top: 390px;
  }
}
@-webkit-keyframes slideRight {
  0% {
    left: auto;
    right: -2000px;
  }
  to {
    left: auto;
    right: 50px;
  }
}
@keyframes slideRight {
  0% {
    left: auto;
    right: -2000px;
  }
  to {
    left: auto;
    right: 50px;
  }
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out;
  transition: background-color 5000s ease-in-out;
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #5551ef;
}
::selection {
  text-shadow: none;
  color: #000;
}
::-webkit-input-placeholder {
  color: #c6c6c8 !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #c6c6c8 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #c6c6c8 !important;
  opacity: 1 !important;
}
::-ms-input-placeholder {
  color: #c6c6c8 !important;
  opacity: 1 !important;
}
::placeholder {
  color: #c6c6c8 !important;
  opacity: 1 !important;
}
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}
button,
button[type="submit"],
input[type="submit"] {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}
select {
  color: #333;
}
textarea {
  resize: none;
}
img {
  height: auto;
}
a,
a:active,
a:focus,
a:hover,
input,
input:active,
input:focus,
input:hover,
select,
textarea {
  text-decoration: none;
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.2;
  letter-spacing: 1px;
}
.bold,
.btn-link,
.pagination li a,
.pagination li span,
.post-navigation .nav-link .nav-title,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #0fe705;
}
h1,
h2 {
  font-weight: 800;
}
h3 {
  font-size: 24px;
}
body,
h4,
h5,
pre {
  font-size: 16px;
}
.btn-link.style--two,
.post-details .entry-header .entry-meta li a,
.single-blog .blog-meta ul li a,
.widget.widget_newsletter.style--two .newsletter-content p,
h6 {
  font-size: 14px;
}
table td,
table th {
  border: 1px solid #666;
}
pre {
  border: 1px solid;
  border-radius: 4px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  overflow: auto;
  padding: 0.8em 1.6em;
}
code {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  font-size: 85%;
  padding: 0.2em 0.4em;
}
body {
  overflow-x: hidden !important;
  line-height: 1.625;
  color: #333;
  padding: 0;
}
.pt-140 {
  padding-top: 140px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.list-check li:not(:last-child),
.mb-20,
.widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 20px;
}
.accordion > div:not(:last-child),
.mb-10 {
  margin-bottom: 10px;
}
#countdown .single-countdown h2,
.btn-link,
.btn-link:hover,
.c1,
.coming-soon-newsletter .btn-wrap .btn:hover,
.contact-info-list .single-contact .contact-content a:hover,
.contact-info-list .single-contact .contact-icon,
.header-main ul li a:hover,
.header-main ul.nav ul li a.current-menu-children,
.header-main ul.nav ul li a:hover,
.pagination li a,
.pagination li span,
.post-details .entry-categories ul li a:hover,
.post-details .entry-tags ul li a:hover,
.single-price .price,
.single-testimonial .testimonial-name span,
.widget.widget_categories ul li a:hover,
.widget.widget_recent_entries ul li .post-title a:hover,
.widget.widget_tag_cloud .tagcloud a:hover,
a {
  color: #333;
}
.active.single-team,
.btn,
.btn-wrap .btn,
.c1-bg,
.header-main ul.nav ul li a:after,
.header-main ul.nav ul li a:before,
.header-main.sticky .menu-mark,
.header-main.sticky .menu-mark:after,
.header-main.sticky .menu-mark:before,
.hover-effect.active,
.hover-effect:after,
.hover-effect:hover,
.offcanvas-wrapper .widget .widget-title:before,
.search-form.style--two input,
.single-blog .blog-meta,
.single-team:after,
.single-team:hover,
.single-testimonial .quote,
.style--two.widget.widget_newsletter input,
.style--two.widget.widget_search input,
.video-btn.style--two i,
.widget .widget-title h3:after,
::selection {
  background: #3db1f2;
}
.accordion .active h3:after,
.service-list li:after {
  background-image: url(../img/icons/right-arrow.svg);
}
.c1-bo {
  border-color: #66bdce !important;
}
.c2,
.footer .widget.widget_contact ul li a:hover,
.header-top .social-links a:hover i,
.list-check li:after,
.post-details .entry-header .entry-meta li a:hover,
.single-price.style--three:hover .price,
.single-price:hover .price,
.single-team.style--three .social-links a,
.video-btn.style--two:hover i,
.widget.widget_contact ul li a:hover,
.widget.widget_service .service-list li a:hover,
.widget.widget_service .service-list li a:hover i,
.widget.widget_service .service-list li a:hover svg *,
a:hover {
  color: #3db1f2;
}
.back-to-top,
.c2-bg,
.coming-soon-newsletter .btn-wrap .btn,
.page-title ul li.active:after,
.pagination li a.active,
.pagination li a:hover,
.pagination li span.active,
.pagination li span:hover,
.single-team.active .social-links a:hover,
.single-team.style--three .social-links a:hover,
.single-team:hover .social-links a:hover,
.social-links a:hover,
.social-links.style--two a:hover,
.theme-input-group button,
.widget.widget_social_links .social-links a:hover {
  background-color: #66bdce;
}
.c2-bo {
  border-color: #0fe705 !important;
}
.banner-content,
.banner-content h2,
.banner-content h4,
.banner.style--two .banner-content .btn-wrap .btn,
.btn,
.btn-wrap .btn,
.btn-wrap .btn:hover,
.btn.btn-white:hover,
.btn:hover,
.footer *,
.footer .widget.widget_contact ul li a,
.footer .widget.widget_recent_entries ul li .post-title a,
.footer .widget.widget_recent_entries ul li .post-title a:hover,
.footer .widget.widget_recent_entries ul li .posted-on a,
.footer .widget.widget_recent_entries ul li .posted-on i,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.header-top .social-links a,
.news-letter-form-wrapper h3,
.news-letter-form-wrapper p,
.pagination li a.active,
.pagination li a.current,
.pagination li a:hover,
.pagination li span.active,
.pagination li span.current,
.pagination li span:hover,
.search-form.style--two input,
.single-blog .blog-meta ul li a,
.single-counter .counter-content,
.single-counter .counter-content h2,
.single-service.active .btn-link,
.single-service.active .service-content,
.single-service.active .service-content h3,
.single-service.style--three.active .btn-link,
.single-service.style--three:hover .btn-link,
.single-service:hover .btn-link,
.single-service:hover .service-content,
.single-service:hover .service-content h3,
.single-team.active .member-details,
.single-team.active .member-details h3,
.single-team.active .social-links a,
.single-team.style--three.active .member-details h3,
.single-team.style--three.active .social-links a,
.single-team.style--three:hover .member-details h3,
.single-team.style--three:hover .social-links a,
.single-team:hover .member-details,
.single-team:hover .member-details h3,
.single-team:hover .social-links a,
.social-links a:hover,
.social-links.style--two a:hover,
.style--two.widget.widget_newsletter input,
.style--two.widget.widget_search input,
.text-white *,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.video-btn:hover,
.white,
.widget.widget_social_links .social-links a:hover {
  color: #fff;
}
#countdown li,
.banner.style--three .banner-btn-group .btn-wrap .btn:after,
.banner.style--three .banner-btn-group .btn-wrap span,
.banner.style--two .banner-content .btn-wrap .btn:after,
.banner.style--two .banner-content .btn-wrap span,
.btn.btn-white,
.coming-soon-newsletter .btn-wrap .btn:after,
.coming-soon-newsletter .btn-wrap span,
.footer .widget .widget-title:after,
.footer-bottom-text:after,
.header-main .menu-mark:after,
.header-main .menu-mark:before,
.header-main.sticky,
.header-top .info-bar ul li:not(:last-child):after,
.news-letter-form-wrapper h3:after,
.offcanvas-wrapper,
.page-title ul li:not(:last-child):after,
.single-blog .blog-content,
.single-feature,
.single-price,
.single-service,
.single-team,
.single-team .member-img .btn-rounded,
.single-testimonial,
.title-shape.title-shape-c2.style--two:after,
.title-shape.title-shape-c2.title-shape-style-two:before,
.white-bg,
.widget.widget_newsletter.style--two
  .newsletter-content
  .theme-input-group
  input {
  background-color: #fff;
}
.white-bo {
  border-color: #fff !important;
}
#countdown .single-countdown span,
.black,
.content-404 > p,
.header-main.bg-white ul.nav > li > a,
.header-main.sticky .nav > li > a,
.post-title,
.related-post h4,
.service_point-list li,
.service_point-list-blue li,
.single-blog .blog-content h3 a,
.single-blog.style--four .btn-link,
.single-blog.style--three .btn-link,
.single-feature:after,
.single-price .price-body ul li strong,
.single-price.style--two .price,
.single-service.style--three .btn-link,
.single-service.style--two .btn-link,
.single-service.style--two.active .service-content h3,
.widget.widget_contact ul li a,
.widget.widget_social_links .social-links a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
}
.single-service.style--two:hover .service-content h3,
.single-service.style--two:hover .service-content p {
  color: #fff !important;
  font-weight: 600 !important;
}
.colorsa {
  color: #777 !important;
}
.black-bg,
.btn-wrap.style--two .btn:after,
.btn-wrap.style--two span,
.header-main.bg-white #menu-button span,
.header-main.bg-white #menu-button span:after,
.header-main.bg-white #menu-button span:before,
.header-main.bg-white .offcanvas-trigger span,
.header-main.sticky #menu-button span,
.header-main.sticky #menu-button span:after,
.header-main.sticky #menu-button span:before,
.header-main.sticky .offcanvas-trigger span,
.offcanvas-overlay,
.single-price .price-head:after,
.single-price.style--two .btn-wrap .btn {
  background-color: #252525;
}
.black-bo {
  border-color: #252525 !important;
}
.card-body,
.colorchange,
.comment-content .comment-respond .comment-form select,
.comment-respond .comment-form .comment-content select,
.comment-respond .comment-form .entry-content select,
.comment-respond .comment-form .page--content select,
.comment-respond .comment-form .theme-input-style,
.contact-info-list .single-contact .contact-content a,
.defaultcolorsa,
.entry-content .comment-respond .comment-form select,
.full-page-search .dvpn_input-wrapper .input-icon i,
.page--content .comment-respond .comment-form select,
.post-details .entry-categories ul li a,
.post-details .entry-header .entry-meta li a,
.post-details .entry-tags ul li a,
.post-navigation .nav-link .posted-on,
.search-form .theme-input-group input,
.single-service.style--two.active .service-content,
.single-service.style--two:hover .service-content,
.text-color,
.widget.widget_categories ul li a,
.widget.widget_newsletter.style--two .theme-input-group input,
.widget.widget_recent_entries ul li .post-title a,
.widget.widget_search .theme-input-group input,
.widget.widget_service .service-list li a,
.widget.widget_tag_cloud .tagcloud a {
  color: #333;
}
.text-color-bg,
blockquote cite:after {
  background-color: #666;
}
.text-color-bo {
  border-color: #666 !important;
}
.theme-input-group button,
.trans2 {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.accordion h3:after,
.btn-link svg path,
.form-control,
.header-top .social-links a i,
.offcanvas-overlay,
.pagination li a svg path,
.pagination li span svg path,
.post-navigation .nav-link .nav-title,
.single-price .price,
.single-service .service-content h3,
.single-service .service-content p,
.single-team .member-details,
.single-team .member-details h3,
.trans3,
.widget.widget_service .service-list li i,
.widget.widget_service .service-list li img,
.widget.widget_service .service-list li svg,
a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.trans4 {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.accordion h3,
.btn-link,
.btn-link svg,
.hover-effect,
.hover-effect:after,
.single-feature .feature-icon img,
.single-service .service-icon,
.single-service.style--three:before,
.single-team,
.single-team.style--three:before,
.single-team:after,
.trans5,
.trans7 {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-link,
.header-main ul li a,
.nunito,
.page-title ul li,
.pagination li a,
.pagination li span,
.post-details .entry-categories ul li:first-child,
.post-details .entry-tags ul li:first-child,
.rubik,
.single-feature:after,
.single-price .price,
.widget.widget_service .service-list,
blockquote,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit;
}
#mainnav > ul > li > a,
.video-btn {
  font-family: Outfit;
}
.news-letter-form-wrapper,
.radius-5,
.search-form .theme-input-group,
.single-testimonial .quote,
.widget.widget_newsletter.style--two .theme-input-group,
.widget.widget_search .theme-input-group {
  border-radius: 5px;
}
.radius-10,
.single-feature,
.single-price,
.single-team,
.single-testimonial {
  border-radius: 10px;
}
.radius-50,
.search-form.style--two input,
.style--two.widget.widget_newsletter input,
.style--two.widget.widget_search input {
  border-radius: 50px;
}
.contact-info-list .single-contact .contact-icon,
.flag-dropdown .dropdown-btn img,
.flag-dropdown .dropdown-btn svg,
.hover-effect:after,
.page-title ul li:not(:last-child):after,
.pagination li a,
.pagination li span,
.radius,
.single-price .price-head:after,
.single-service .service-icon,
.single-team .member-img,
.single-team .member-img .btn-rounded,
.single-team .member-img > img,
.single-team:after,
.single-testimonial .testimonial-img img,
.social-links a,
.video-btn.style--two:after {
  border-radius: 50%;
}
.regular {
  font-weight: 400;
}
.header-main ul.nav ul li a,
.medium,
.widget.widget_tag_cloud .tagcloud a {
  font-weight: 500;
}
.header-main ul li a,
.semi-bold,
.single-price .price,
.single-price .price .value {
  font-weight: 600;
}
#countdown .single-countdown h2,
.extra-bold,
.single-feature:after {
  font-weight: 800;
}
.box-shadow,
.single-team .member-img {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}
.box-shadow2,
.news-letter-form-wrapper,
.single-blog .blog-content,
.single-feature,
.single-price,
.single-service {
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
}
.no-shadow,
.single-service.style--three,
.single-service.style--two {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bg-img {
  background-size: 178%;
}
.bg-img.service {
  background-position: center right;
}
.section-bg {
  background-color: #f2f2f2;
}
.gradient-bg,
.gradient-bg2 {
  background-color: transparent;
  background-image: -o-radial-gradient(
    at center center,
    #7875f4 0,
    #5551ef 100%
  );
  background-image: radial-gradient(at center center, #7875f4 0, #5551ef 100%);
}
.gradient-bg2 {
  background-image: -o-radial-gradient(
    at center center,
    #34f093 0,
    #0ce177 100%
  );
  background-image: radial-gradient(at center center, #34f093 0, #0ce177 100%);
}
.gradient-section-bg {
  background-color: transparent;
  background-image: -o-linear-gradient(23deg, #66bdce -30%, #01064a 100%);
  background-image: linear-gradient(67deg, #66bdce -30%, #01064a 100%);
}
.section-pattern-img {
  position: absolute;
  width: 90%;
  left: 5%;
}
.app-section {
  padding-top: 36px;
  padding-bottom: 20px;
}
.hover-effect,
.single-team,
.video-btn.style--two {
  position: relative;
  z-index: 1;
}
.hover-effect:after,
.single-team:after {
  width: 150%;
  height: 150%;
  opacity: 1 !important;
  content: "";
  position: absolute;
  right: -25%;
  bottom: -25%;
  z-index: -1;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.active.single-team:after,
.hover-effect.active:after,
.hover-effect.style--three.active:after,
.hover-effect.style--three:hover:after,
.hover-effect:hover:after,
.single-team:hover:after,
.style--three.active.single-team:after,
.style--three.single-team:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hover-effect.style--three:after,
.style--three.single-team:after {
  background-color: transparent;
  background-image: -o-radial-gradient(
    at center center,
    #34f093 0,
    #0ce177 100%
  );
  background-image: radial-gradient(at center center, #34f093 0, #0ce177 100%);
}
.hover-effect.style--three.active,
.hover-effect.style--three:hover,
.style--three.active.single-team,
.style--three.single-team:hover {
  background-color: #34f093;
}
#countdown,
.header-main ul,
.list-inline,
.list-unstyled,
.service-list,
.service_point-list,
.service_point-list-blue,
.single-price .price-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#navigation .items-wrapper .item,
.flag-dropdown .dropdown-btn img,
.flag-dropdown .dropdown-btn svg,
.list-inline li,
.single-testimonial .testimonial-name span {
  display: inline-block;
}
.list-check {
  margin-bottom: 0;
  padding: 0;
}
.list-check li {
  font-size: 18px;
  line-height: 1.67;
  padding-left: 35px;
  position: relative;
}
.list-check li:after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  line-height: inherit;
  left: 5px;
  top: -2px;
}
.list-check li:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff988d;
  z-index: -1;
  opacity: 0.2;
}
.active-page,
.color,
.licolor {
  color: #66bdce !important;
}
.licolor2 {
  margin-bottom: 0 !important;
}
.service_point-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
  position: relative;
}
.service_point-list-blue li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
  position: relative;
}
#countdown li,
.contact-info-list .single-contact:not(:last-child),
.form-control,
.post-details .entry-header .entry-meta,
.related-post h2,
.related-post h4,
.single-feature,
.single-feature .feature-icon,
.single-solution:not(:last-child) {
  margin-bottom: 30px;
}
.list-check li:before,
.service_point-list li i {
  left: 0;
  top: 5px;
}
.contact-info-list .single-contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-info-list .single-contact .contact-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: rgba(85, 81, 239, 0.1);
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#countdown li,
.social-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
}
#dots,
#navigation
  .items-wrapper
  .item
  .submenu-wrapper
  .item-submenu
  .submenu-group
  .submenu-link,
#navigation
  .items-wrapper
  .item
  .submenu-wrapper
  .item-submenu
  .submenu-group
  .submenu-link-master,
.active-page,
.boxbodycolor:hover #myBtn,
.boxbodycolor:hover #myBtn2,
.boxbodycolor:hover #myBtn3,
.boxbodycolor:hover #myBtn4,
.boxbodycolor:hover #myBtn5,
.boxbodycolor:hover #myBtn6,
.boxbodycolor:hover .seemore,
.contact-info-list .single-contact .contact-content a,
.dropdown:hover .dropdown-content,
.header-main.sticky .logo .sticky-logo,
.profile-bio:hover #modal,
.profile-bio:hover #modal2,
.profile-bio:hover #modal3,
.profile-bio:hover #modal4,
.profile-bio:hover #modal5,
.profile-bio:hover #modal6,
.profile-bio:hover .seemore,
.servicepadding2:hover #myBtn,
.servicepadding2:hover #myBtn10,
.servicepadding2:hover #myBtn11,
.servicepadding2:hover #myBtn12,
.servicepadding2:hover #myBtn13,
.servicepadding2:hover #myBtn14,
.servicepadding2:hover #myBtn15,
.servicepadding2:hover #myBtn16,
.servicepadding2:hover #myBtn17,
.servicepadding2:hover #myBtn18,
.servicepadding2:hover #myBtn19,
.servicepadding2:hover #myBtn2,
.servicepadding2:hover #myBtn20,
.servicepadding2:hover #myBtn21,
.servicepadding2:hover #myBtn22,
.servicepadding2:hover #myBtn23,
.servicepadding2:hover #myBtn24,
.servicepadding2:hover #myBtn25,
.servicepadding2:hover #myBtn26,
.servicepadding2:hover #myBtn27,
.servicepadding2:hover #myBtn28,
.servicepadding2:hover #myBtn29,
.servicepadding2:hover #myBtn3,
.servicepadding2:hover #myBtn30,
.servicepadding2:hover #myBtn31,
.servicepadding2:hover #myBtn32,
.servicepadding2:hover #myBtn33,
.servicepadding2:hover #myBtn34,
.servicepadding2:hover #myBtn4,
.servicepadding2:hover #myBtn5,
.servicepadding2:hover #myBtn6,
.servicepadding2:hover #myBtn7,
.servicepadding2:hover #myBtn8,
.servicepadding2:hover #myBtn9,
.servicepadding2:hover .seemore,
nav {
  display: block;
}
.service-list li {
  position: relative;
  padding-left: 22px;
}
.service-list li:not(:last-child),
.single-solution .content h3,
.widget.widget_contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.service-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
}
#countdown li {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#countdown li:not(:last-child) {
  margin-right: 26px;
}
#countdown .single-countdown {
  display: inline-block;
  text-align: center;
}
#countdown .single-countdown h2 {
  font-size: 42px;
}
#countdown .single-countdown span {
  font-size: 12px;
  text-transform: uppercase;
}
.social-links a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(85, 81, 239, 0.1);
}
.social-links a:not(:last-child) {
  margin-right: 7px;
}
.single-team.active .social-links a,
.single-team:hover .social-links a,
.social-links.style--two a {
  background-color: rgba(255, 255, 255, 0.1);
}
.post-navigation .nav-link .nav-title i,
.social-links.style--two a:not(:last-child),
.title-shape.text-right:after,
.widget.widget_service .service-list li img,
.widget.widget_service .service-list li svg,
.widget_nav_menu i {
  margin-right: 10px;
}
.logo-carousel {
  padding: 60px 0 0;
}
.logo-carousel.style--two {
  padding: 120px 0;
}
.testimonial-carousel {
  padding-top: 24px;
}
.owl-carousel button.owl-dot,
.video-btn,
.video-btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.owl-carousel .owl-dots,
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  bottom: 0;
}
.video-btn {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.owl-carousel button.owl-dot,
.video-btn i {
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-btn i {
  width: 65px;
  height: 65px;
  background-color: #0fe705;
  color: #fff;
  margin-right: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-btn:hover i {
  color: #5551ef;
}
.video-btn.style--two i {
  width: 80px;
  height: 80px;
  margin: 0;
}
.video-btn.style--two:after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  -webkit-animation: 1.4s ease-in infinite forwards ripple;
  animation: 1.4s ease-in infinite forwards ripple;
  z-index: -1;
}
.owl-carousel .owl-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: flex;
}
.owl-carousel button.owl-dot {
  margin: 0 7.5px;
  width: 7px;
  height: 7px;
  display: block;
  position: relative;
  background-color: rgba(85, 81, 239, 0.2);
}
.owl-carousel button.owl-dot.active {
  background-color: #5551ef;
  width: 9px;
  height: 9px;
}
.owl-carousel button.owl-dot.active:after {
  content: "";
  position: absolute;
  background-color: rgba(85, 81, 239, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.owl-carousel.style--two button.owl-dot {
  background-color: rgba(0, 215, 255, 0.3);
}
.owl-carousel.style--two button.owl-dot.active {
  background-color: #66bdce;
}
.owl-carousel.style--two button.owl-dot.active:after {
  background-color: rgba(0, 215, 255, 0.15);
}
.owl-carousel.style--three button.owl-dot {
  background-color: rgba(15, 231, 5, 0.3);
}
.owl-carousel.style--three button.owl-dot.active,
.pagination li a.current,
.pagination li span.current {
  background-color: #0fe705;
}
.owl-carousel.style--three button.owl-dot.active:after {
  background-color: rgba(15, 231, 5, 0.15);
}
.theme-input-group {
  position: relative;
  width: 100%;
}
.theme-input-group input {
  width: 100%;
  height: 50px;
  border: 0;
  padding-left: 15px;
  padding-right: 50px;
  color: #fff;
  background-color: #334e95;
}
.theme-input-group button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
  padding: 9px 28px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.theme-input-group button:hover {
  background-color: #fb9389;
}
.form-control {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  height: 52px;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 0;
}
.form-control:focus {
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  height: 170px;
  padding: 20px;
}
.accordion > div,
.app-content,
.hover-effect,
.imagesinsight,
.input-fields,
.ov-hidden,
.pricing,
.single-feature,
.single-price,
.single-team {
  overflow: hidden;
}
.comment-content a i,
.entry-content a i,
.page--content a i,
.pagination li:not(:last-child),
.widget.widget_recent_entries ul li .posted-on i {
  margin-right: 5px;
}
.pagination li a,
.pagination li span {
  width: 50px;
  height: 50px;
  line-height: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(85, 81, 239, 0.1);
}
.pagination li a.active svg path,
.pagination li a:hover svg path,
.pagination li span.active svg path,
.pagination li span:hover svg path {
  stroke: #fff;
  fill: #fff;
}
.pagination li.nav-btn a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
blockquote {
  max-width: 570px;
  margin: 0 auto 30px;
}
blockquote P {
  font-size: 18px;
  line-height: 1.67;
  font-style: italic;
  margin-bottom: 15px !important;
}
blockquote cite {
  font-style: normal;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
blockquote cite:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  width: 10px;
}
.form-response {
  background-color: rgba(85, 81, 239, 0.2);
}
.carousel-indicators li,
.header-top .social-links a,
.header-top .social-links a:hover,
.search-form .theme-input-group input,
.search-form .theme-input-group input:focus,
.transparentback,
.widget.widget_newsletter.style--two .theme-input-group input,
.widget.widget_newsletter.style--two .theme-input-group input:focus,
.widget.widget_search .theme-input-group input,
.widget.widget_search .theme-input-group input:focus {
  background-color: transparent;
}
.form-response span {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 15px;
}
.search-form .theme-input-group,
.widget.widget_newsletter.style--two .theme-input-group,
.widget.widget_search .theme-input-group {
  border: 1px solid #5551ef;
}
.search-form .theme-input-group input::-webkit-input-placeholder,
.widget.widget_newsletter.style--two
  .theme-input-group
  input::-webkit-input-placeholder,
.widget.widget_search .theme-input-group input::-webkit-input-placeholder {
  color: rgba(110, 110, 110, 0.45) !important;
}
.search-form .theme-input-group input::-moz-placeholder,
.widget.widget_newsletter.style--two .theme-input-group input::-moz-placeholder,
.widget.widget_search .theme-input-group input::-moz-placeholder {
  color: rgba(110, 110, 110, 0.45) !important;
}
.search-form .theme-input-group input:-ms-input-placeholder,
.widget.widget_newsletter.style--two
  .theme-input-group
  input:-ms-input-placeholder,
.widget.widget_search .theme-input-group input:-ms-input-placeholder {
  color: rgba(110, 110, 110, 0.45) !important;
}
.search-form .theme-input-group input::-ms-input-placeholder,
.widget.widget_newsletter.style--two
  .theme-input-group
  input::-ms-input-placeholder,
.widget.widget_search .theme-input-group input::-ms-input-placeholder {
  color: rgba(110, 110, 110, 0.45) !important;
}
.search-form .theme-input-group input::placeholder,
.widget.widget_newsletter.style--two .theme-input-group input::placeholder,
.widget.widget_search .theme-input-group input::placeholder {
  color: rgba(110, 110, 110, 0.45) !important;
}
.search-form .theme-input-group button,
.widget.widget_newsletter.style--two .theme-input-group button,
.widget.widget_search .theme-input-group button {
  background-color: transparent;
  padding: 9px 25px;
}
@media only screen and (min-width: 992px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.preloader {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #336;
  z-index: 99999;
}
.box,
.btn-wrap,
.btn-wrap span {
  display: inline-block;
}
.box {
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.box:first-child {
  background: #ffa372;
  -webkit-animation-name: box-one;
  animation-name: box-one;
}
.box:nth-child(2) {
  background: #ed6663;
  -webkit-animation-name: box-two;
  animation-name: box-two;
}
.box:nth-child(3) {
  background: #b52b65;
  -webkit-animation-name: box-three;
  animation-name: box-three;
}
.box:nth-child(4) {
  background: #f9ed69;
  -webkit-animation-name: box-four;
  animation-name: box-four;
}
.box:nth-child(5) {
  background: #916dd5;
  -webkit-animation-name: box-five;
  animation-name: box-five;
}
.box:nth-child(6) {
  background: #b83b5e;
  -webkit-animation-name: box-six;
  animation-name: box-six;
}
.btn-wrap {
  position: relative;
  border-radius: 50px;
}
.page-title-wrap,
.widget.widget_service .service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.btn-wrap .btn:after,
.btn-wrap span,
.btn:after {
  background-color: #3db1f2;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  right: 3px;
  bottom: 5px;
}
#mainnav ul li,
.btn-link svg,
.header-main ul li,
.imageoverlay,
.p-carousel-overlay,
.single-feature,
.solution-img,
.submenu-wrapper,
.title-shape,
.tttt {
  position: relative;
}
.btn-wrap span {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
  z-index: 9;
}
.btn-wrap:hover span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-wrap.style--two .btn {
  background-color: #66bdce;
}
.btn,
.btn-wrap .btn,
.page-title ul li {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.btn,
.btn-wrap .btn {
  font-size: 16px;
  line-height: 1;
  font-family: Outfit;
  padding: 18px 39px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-wrap .btn:after,
.btn:after {
  z-index: -1;
  -webkit-transition: 0.7s 0.1s;
  -o-transition: 0.7s 0.1s;
  transition: 0.7s 0.1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn:hover:after {
  -webkit-transform: scale(60);
  -ms-transform: scale(60);
  transform: scale(60);
}
.btn.btn-white {
  color: #66bdce;
  background: 0 0;
  border: 2px solid #66bdce;
}
.btn.btn-white2 {
  color: #fff;
  background: #66bdce;
  border: 2px solid #66bdce;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 14px 26px;
}
.btn-link {
  font-size: 13px;
}
.btn-link svg {
  left: 3px;
  top: -2px;
}
.btn-link:hover svg {
  left: 7px;
}
.btn-link.style--two svg {
  left: 0;
}
.btn-link.style--two:hover svg {
  left: -5px;
}
.section-title {
  margin-bottom: 35px;
}
.section-title h2 {
  font-size: 36px;
  line-height: 1.35;
  margin-bottom: 12px;
}
.section-title.style--two {
  margin-bottom: 46px;
}
.title-shape:after,
.title-shape:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 3px;
  border-radius: 50px;
  content: "";
}
.title-shape.text-right:after,
.title-shape.text-right:before {
  right: 0;
  left: auto;
}
.title-shape.title-shape-style-two:after {
  background-color: #5551ef;
}
.title-shape.title-shape-c2 h2 {
  color: #081f70;
}
.title-shape.title-shape-c2.title-shape-style-two:after,
.title-shape.title-shape-c2:before {
  background-color: #0ce177;
}
.page-title-wrap {
  min-height: 530px;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.page-title h2 {
  margin-top: -13px;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 1.375;
}
.page-title ul {
  margin-bottom: -8px;
}
.page-title ul li {
  font-size: 18px;
}
.page-title ul li:not(:last-child) {
  padding-right: 15px;
  margin-right: 10px;
}
.page-title ul li:not(:last-child):after {
  right: 0;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
}
.page-title ul li.active:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 3px;
  z-index: -1;
}
.comment-respond .comment-form .custom-checkbox label,
.post-details,
.widget {
  font-size: 16px;
}
.comment-content select,
.comment-content table,
.entry-content select,
.entry-content table,
.page--content select,
.page--content table,
.widget:not(:last-child) {
  margin-bottom: 50px;
}
.widget .widget-title h3 {
  margin-bottom: 24px;
  position: relative;
  padding-left: 14px;
}
.widget .widget-title h3:after {
  width: 3px;
  height: 17px;
  left: 0;
  top: 3.5px;
  content: "";
  position: absolute;
}
.widget ul {
  padding: 0;
  margin: 0;
}
.comment-content p,
.entry-content p,
.page--content p,
.widget.widget_newsletter .newsletter-content p {
  margin-bottom: 25px;
}
.widget.widget_newsletter.style--two
  .newsletter-content
  .theme-input-group
  button {
  position: static;
  width: 100%;
  margin-top: 16px;
  height: 52px;
}
.widget.widget_contact ul li {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
}
.widget.widget_contact ul li .icon {
  position: absolute;
  left: 0;
}
.widget.widget_service .service-list li {
  line-height: 2;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.widget.widget_service .service-list li a:hover i,
.widget.widget_service .service-list li a:hover svg * {
  fill: #0fe705;
}
.widget.widget_service .service-list li i {
  font-size: 18px;
  margin-right: 10px;
}
.accordion .accordion-content,
.accordion h3,
.single-counter .counter-icon,
.single-team .member-details,
.widget.widget_service .service-list li:not(:last-child) {
  margin-bottom: 24px;
}
.widget.widget_recent_entries ul li:not(:last-child) {
  margin-bottom: 23px;
}
.widget.widget_recent_entries ul li .posted-on {
  margin-bottom: 10px;
  display: block;
}
.widget.widget_recent_entries ul li .posted-on a,
.widget.widget_recent_entries ul li .posted-on i {
  color: #fff !important;
  font-size: 14px;
}
.widget.widget_recent_entries ul li .post-title a {
  line-height: 1.666;
}
.widget.widget_tag_cloud .tagcloud {
  margin: 0 -6px -6px 0;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f9f9f9;
  margin: 0 3px 6px 0;
  border-radius: 2px;
  font-size: 13px;
}
.widget.widget_nav_menu ul li a {
  text-transform: capitalize;
  display: block;
}
.comment-content > :last-child,
.entry-content > :last-child,
.page--content > :last-child,
.widget.widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 0;
}
.widget.widget_social_links {
  margin: 0;
  padding: 30px;
}
.widget.widget_social_links .social-links a {
  background-color: rgba(0, 0, 0, 0.05);
}
.widget.widget_categories ul li a {
  position: relative;
  padding-left: 28px;
  display: block;
}
.widget.widget_categories ul li a:after {
  position: absolute;
  background-image: url(../img/icons/angle-right.svg);
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  content: "";
  left: 0;
  top: 8px;
}
.back-to-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #fff !important;
  border-radius: 50%;
  display: inline-block;
  line-height: 35px;
  bottom: 10%;
  right: 4%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.back-to-top.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.back-to-top:hover {
  opacity: 0.6;
}
.full-page-search,
.header-main ul.nav ul li a:before,
.offcanvas-overlay {
  opacity: 0;
  visibility: hidden;
}
.header {
  z-index: 1029;
}
.header-top {
  background-color: #01064a;
}
.header-top .info-bar ul li {
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.banner.style--two .banner-content .btn-wrap .btn:hover,
.header-main.bg-white ul.nav ul li a.current-menu-children,
.header-main.bg-white ul.nav ul li a:hover,
.header-top .info-bar ul li span,
.single-blog.style--three .btn-link:hover {
  color: #66bdce;
}
.header-top .info-bar ul li:not(:last-child) {
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
.header-top .info-bar ul li:not(:last-child):after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  opacity: 0.3;
  right: 0;
  top: 0;
}
.header-top .social-links a {
  width: auto;
  height: auto;
}
.header-top .social-links a:not(:last-child) {
  margin-right: 20px;
}
.header-main {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#frame .share-update-card__update-text,
#menu-button,
#more,
#more10,
#more11,
#more12,
#more13,
#more14,
#more15,
#more16,
#more17,
#more18,
#more19,
#more2,
#more20,
#more21,
#more22,
#more23,
#more24,
#more25,
#more26,
#more27,
#more28,
#more29,
#more3,
#more30,
#more31,
#more32,
#more33,
#more34,
#more4,
#more5,
#more6,
#more7,
#more8,
#more9,
.boxbodycolor #myBtn,
.boxbodycolor #myBtn2,
.boxbodycolor #myBtn3,
.boxbodycolor #myBtn4,
.boxbodycolor #myBtn5,
.boxbodycolor #myBtn6,
.boxbodycolor .seemore,
.click-zoom input[type="checkbox"],
.header-main .logo .sticky-logo,
.header-main.sticky .logo .main-logo,
.hide,
.item,
.menu input[type="checkbox"],
.menu-dropdown,
.notification-top-bar,
.owl-dots,
.profile-bio #modal,
.profile-bio #modal2,
.profile-bio #modal3,
.profile-bio #modal4,
.profile-bio #modal5,
.profile-bio #modal6,
.profile-bio .seemore,
.servicepadding2 #myBtn,
.servicepadding2 #myBtn10,
.servicepadding2 #myBtn11,
.servicepadding2 #myBtn12,
.servicepadding2 #myBtn13,
.servicepadding2 #myBtn14,
.servicepadding2 #myBtn15,
.servicepadding2 #myBtn16,
.servicepadding2 #myBtn17,
.servicepadding2 #myBtn18,
.servicepadding2 #myBtn19,
.servicepadding2 #myBtn2,
.servicepadding2 #myBtn20,
.servicepadding2 #myBtn21,
.servicepadding2 #myBtn22,
.servicepadding2 #myBtn23,
.servicepadding2 #myBtn24,
.servicepadding2 #myBtn25,
.servicepadding2 #myBtn26,
.servicepadding2 #myBtn27,
.servicepadding2 #myBtn28,
.servicepadding2 #myBtn29,
.servicepadding2 #myBtn3,
.servicepadding2 #myBtn30,
.servicepadding2 #myBtn31,
.servicepadding2 #myBtn32,
.servicepadding2 #myBtn33,
.servicepadding2 #myBtn34,
.servicepadding2 #myBtn4,
.servicepadding2 #myBtn5,
.servicepadding2 #myBtn6,
.servicepadding2 #myBtn7,
.servicepadding2 #myBtn8,
.servicepadding2 #myBtn9,
.servicepadding2 .seemore {
  display: none;
}
.header-main.sticky {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-top: 0;
}
.header-main.sticky .search-toggle-btn svg path {
  fill: #252525;
}
.header-main.sticky .flag-dropdown .dropdown-btn svg g path,
.single-blog.style--four .btn-link svg path,
.single-blog.style--three .btn-link svg path {
  stroke: #252525;
}
.offcanvas-trigger,
.single-price .ribbon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.header-main .menu-mark:after,
.header-main .menu-mark:before,
.header-main.sticky .menu-mark:after,
.header-main.sticky .menu-mark:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  display: block;
  content: "";
}
.header-main .menu-mark,
.header-main ul.nav ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
.header-main .menu-mark {
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.3s ease-in 0.1s;
  -o-transition: 0.3s ease-in 0.1s;
  transition: 0.3s ease-in 0.1s;
}
.header-main .menu-mark:before {
  left: -10px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.header-main .menu-mark:after {
  left: 10px;
  -webkit-transition: 0.3s ease-in 0.2s;
  -o-transition: 0.3s ease-in 0.2s;
  transition: 0.3s ease-in 0.2s;
}
.header-main ul.nav > li > a {
  line-height: 50px;
  color: #fff;
  position: relative;
}
.header-main ul.nav li:hover > ul {
  top: 100%;
}
.header-main ul.nav ul {
  left: 0;
  top: -2000px;
  width: 200px;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 9;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
}
.header-main ul.nav ul li a {
  padding: 8px 20px;
  display: block;
}
.header-main ul.nav ul li a:after,
.header-main ul.nav ul li a:before {
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header-main ul.nav ul li a:after {
  content: "";
}
.header-main ul.nav ul li a:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  width: 2px;
  content: "";
}
.full-page-search.show,
.header-main ul li a.current-menu-parent .menu-mark,
.header-main ul li a:hover .menu-mark,
.header-main ul.nav ul li a.current-menu-children:before,
.header-main ul.nav ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-main ul.nav ul li:not(:last-child) a:after {
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 0.1;
}
.header-main ul.nav ul li:hover > ul {
  top: 0;
}
.header-main ul.nav ul ul {
  left: 100%;
}
.header-main ul li:hover > ul,
.header-main ul.nav ul.open {
  visibility: visible;
  opacity: 1;
}
.header-main ul li a {
  color: #252525;
  padding: 0 20px;
  text-transform: capitalize;
}
.header-main ul li:hover > ul {
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header-main.bg-white {
  margin: 0;
}
.btn-white2 {
  background-color: #66bdce00;
  border-color: #66bdce !important;
}
.btn2 {
  background-color: #66bdce00 !important;
  border: 2px solid #66bdce !important;
}
.btn2:hover {
  background-color: #66bdce !important;
}
.header-main.bg-white .flag-dropdown .dropdown-btn i,
.header-main.bg-white .flag-dropdown .dropdown-btn svg path,
.header-main.bg-white .search-toggle-btn i,
.header-main.bg-white .search-toggle-btn svg path {
  color: #252525;
  stroke: #252525;
  fill: #252525;
}
.offcanvas-trigger {
  height: 18px;
  width: 25px;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.banner,
.full-page-search {
  display: -webkit-box;
  display: -ms-flexbox;
}
.offcanvas-trigger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.offcanvas-trigger span:nth-child(2) {
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.offcanvas-trigger:hover span:nth-child(2),
.offcanvas-wrapper.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.comment-respond .comment-form .custom-checkbox label input[type="checkbox"],
.flag-dropdown .dropdown-btn img:not(:last-child),
.flag-dropdown .dropdown-btn svg:not(:last-child) {
  margin-right: 8px;
}
.flag-dropdown .dropdown-menu {
  min-width: auto;
  padding: 10px 0;
}
.flag-dropdown .dropdown-menu li a {
  padding: 10px;
}
.full-page-search {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1200;
  top: 0;
  left: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.full-page-search .search-close-btn {
  position: absolute;
  right: 15%;
  top: 15%;
  font-size: 20px;
}
.full-page-search .dvpn_input-wrapper {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.full-page-search .dvpn_input-wrapper input {
  width: 100%;
  font-size: 15px;
  background-color: transparent;
  border: 0;
  padding-left: 35px;
  padding-bottom: 6px;
}
.full-page-search .dvpn_input-wrapper .input-icon {
  position: absolute;
  left: 10px;
  top: 0;
}
.offcanvas-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 400px;
  width: 100%;
  right: 0;
  left: auto;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1031;
}
.banner,
.bannerservice {
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
}
.offcanvas-wrapper .offcanvas-close {
  cursor: pointer;
  z-index: 999;
  top: 30px;
  right: 30px;
}
.offcanvas-wrapper .widget:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(57, 62, 92, 0.09);
}
.offcanvas-wrapper .widget .widget-title {
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
.offcanvas-wrapper .widget .widget-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 15px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offcanvas-wrapper .offcanvas-content {
  padding: 40px;
}
.offcanvas-overlay.show {
  opacity: 0.9;
  visibility: visible;
}
#menu-button,
.banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#menu-button {
  height: 25px;
  width: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -2px;
  margin-right: 10px;
}
#menu-button span,
#menu-button span:after,
#menu-button span:before {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
#menu-button span:after,
#menu-button span:before {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#menu-button span:before {
  top: -7px;
}
#menu-button span:after {
  top: 7px;
}
#menu-button.menu-opened span,
.single-service::before {
  background-color: transparent !important;
}
.banner.style--three,
.banner.style--two,
.footer .widget {
  background-color: transparent;
}
#menu-button.menu-opened span:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#menu-button.menu-opened span:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.conclavehomebanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/conclavehomebanner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.blogsbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/blogs-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogone {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogone.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogtwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogtwo.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogthree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogthree.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogfour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogfour.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogfive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogfive.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogsix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogsix.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogseven {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogseven.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogeight {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogeight.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblognine {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblognine.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannerblogten {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannerblogten.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.personalized-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/personalized-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.labautomation-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/labautomation-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.casestudybanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/casestudy-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudyone {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudyone.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudytwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudytwo.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudythree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudythree.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudyfour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudyfour.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudyfive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudyfive.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudysix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudysix.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudyseven {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudyseven.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudyeight {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudyeight.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudynine {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudynine.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudyten {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudyten.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.bannercasestudynew {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bannercasestudynew.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.payment-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/payment-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.hospitalbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/hospitalbanner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.labbookingbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/labbookingbanner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.caregiverbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/caregiverbanner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.visitormanagement {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/vms-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.clinicalbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/clinic-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.contactuspagebanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contactuspage-banner.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.contactusbg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contactusbg.webp);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.uniqueadvantage {
  background-image: url(../img/uniqueadvantage.png);
  display: flex;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 80%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
  background-color: #f2f2f2;
}
.secured-practices {
  background-image: url(../img/secured-practices.png);
  display: flex;
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 80%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
}
.sharpedge {
  position: relative; 
  background-image: url(../img/sharpedge.png);
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center; 
  overflow: hidden; 
  color: #FFF; 
}
.banner .banner-shape {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container {
    width: 1600px;
  }
}
.banner-content h4 {
  margin-bottom: 20px;
}
.banner-content h2 {
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 48px;
  color: #fff;
}
.banner-content p {
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 34px;
  color: #fff;
}
.banner-img {
  position: relative;
  margin-right: -150px;
}
.banner-img .box-img,
.banner-img .card-img,
.banner-img .check-img,
.banner-img .lock-img,
.banner-img .setting-img,
.banner-img .setting2-img,
.banner-img .sheild-img {
  position: absolute;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.banner-img .sheild-img {
  left: 40px;
  top: 70px;
}
.banner-img .main-img {
  max-width: initial;
  position: relative;
  left: -70px;
}
.banner-img .setting-img {
  left: -120px;
  top: 280px;
  -webkit-animation: 1.3s forwards slideLeft;
  animation: 1.3s forwards slideLeft;
}
.banner-img .sheild-img {
  -webkit-animation: 1s forwards slideInTop;
  animation: 1s forwards slideInTop;
}
.banner-img .lock-img {
  top: auto;
  left: 180px;
  bottom: 20px;
  -webkit-animation: 5s infinite matrix;
  animation: 5s infinite matrix;
}
.banner-img .card-img {
  top: auto;
  left: 330px;
  bottom: -50px;
  max-width: 255px;
  -webkit-animation: 1.2s forwards slideInBottom;
  animation: 1.2s forwards slideInBottom;
}
.banner-img .setting2-img {
  top: auto;
  left: auto;
  right: 50px;
  bottom: 230px;
  -webkit-animation: 1.1s forwards slideRight;
  animation: 1.1s forwards slideRight;
}
.banner-img .check-img {
  top: 160px;
  left: 369px;
  -webkit-animation: 1.1s forwards slideInTop2;
  animation: 1.1s forwards slideInTop2;
}
.banner-img .box-img {
  top: 390px;
  left: -37px;
  -webkit-animation: 1s forwards slideInBottom2;
  animation: 1s forwards slideInBottom2;
}
.banner-img-responsive {
  margin-left: -80px;
  margin-right: -80px;
}
.banner-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-btn-group .video-btn {
  margin-left: 16px;
}
.banner.style--two {
  /*min-height:83vh;*/
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.banner.style--two .banner-shape {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: -1;
}
.banner.style--two .banner-img {
  margin: 0;
}
.banner.style--two .banner-img img {
  max-width: none;
  margin-left: -110px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .banner.style--two .banner-img img {
    width: 150%;
  }
}
@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 80px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-90 {
    padding-top: 30px;
  }
  .pb-140 {
    padding-bottom: 80px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-90 {
    padding-bottom: 30px;
  }
  .pb-30,
  .pb-60 {
    padding-bottom: 0;
  }
  .app-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .app-section .app-img,
  .banner-content {
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 46px;
  }
  .header-main .menu-mark,
  .header-main ul.nav ul li a:after,
  .header-main ul.nav ul li a:before,
  .header-main.sticky .menu-mark,
  .section-title br {
    display: none;
  }
  .header-main .submenu-button {
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    width: 30px;
    color: inherit;
    font-size: 14px;
    z-index: 9999;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header-main .submenu-button:after {
    font-family: FontAwesome;
    content: "";
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-main .submenu-button.submenu-opened:after {
    content: "";
    color: #5551ef;
  }
  .header-main ul.nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 110%;
    z-index: 9;
  }
  .header-main ul.nav > li {
    width: 100%;
  }
  .header-main ul.nav > li > a {
    color: #252525 !important;
    display: block;
  }
  .header-main ul.nav ul {
    position: static;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    width: 100%;
  }
  .header-main ul.nav ul li {
    margin-left: 20px;
  }
  #menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .banner.style--two {
    padding-top: 80px;
  }
  .bannerblog {
    min-height: 160px !important;
  }
  .banner.style--two .banner-img img {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .banner.style--three .banner-btn-group .btn-wrap {
    margin-bottom: 14px;
  }
}
.banner.style--three {
  background-image: -o-radial-gradient(
    at center center,
    #34f093 0,
    #0ce177 100%
  );
  background-image: radial-gradient(at center center, #34f093 0, #0ce177 100%);
  min-height: 964px;
}
.banner.style--three .banner-btn-group .btn-wrap .btn,
.banner.style--three .banner-btn-group .btn-wrap:nth-child(2) .btn:after,
.banner.style--three .banner-btn-group .btn-wrap:nth-child(2) span {
  background-color: #081f70;
}
.banner.style--three .banner-btn-group .btn-wrap .btn:hover {
  color: #081f70;
}
.banner.style--three .banner-btn-group .btn-wrap:not(:last-child),
.single-testimonial .testimonial-img {
  margin-right: 20px;
}
.banner.style--three .banner-btn-group .btn-wrap:nth-child(2) .btn {
  background-color: #fff;
  color: #081f70;
}
.banner.style--three .banner-btn-group .btn-wrap:nth-child(2) .btn:hover,
.button60:hover,
.news-letter-form-wrapper.style--three .btn-wrap .btn:hover,
.news-letter-form-wrapper.style--two .btn-wrap .btn:hover {
  color: #fff;
}
.single-blog {
  margin-bottom: 30px;
  display: inline-block;
}
.single-blog .blog-img {
  border-radius: 5px 5px 0 0;
}
.single-blog .blog-img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.single-blog .blog-content {
  padding: 40px 40px 32px;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.single-blog .blog-content h3,
.single-feature .feature-content h3 {
  margin-bottom: 16px;
}
.single-blog .blog-meta {
  position: absolute;
  top: 0;
  left: 45px;
  padding: 3px 15px;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-blog.style--two .blog-meta {
  display: inline-block;
  position: static;
  margin-bottom: 16px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.midcolor,
.news-letter-form-wrapper.style--two .btn-wrap .btn:after,
.news-letter-form-wrapper.style--two .btn-wrap span,
.single-blog.style--three .blog-meta,
.single-price.style--two .btn-wrap .btn:after,
.single-price.style--two .btn-wrap span,
.single-price.style--two .ribbon,
.testimonial-carousel.style--two .single-testimonial .quote {
  background-color: #66bdce;
}
.single-blog.style--three .btn-link:hover svg path {
  stroke: #66bdce;
}
.single-blog.style--four .blog-meta {
  background-color: #0ce177;
}
.single-blog.style--four .btn-link:hover {
  color: #0ce177;
}
.single-blog.style--four .btn-link:hover svg path {
  stroke: #0ce177;
}
.news-letter-form-wrapper {
  background-image: -o-radial-gradient(
    at center center,
    #7875f4 0,
    #5551ef 100%
  );
  background-image: radial-gradient(at center center, #7875f4 0, #5551ef 100%);
  padding: 58px 39px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.news-letter-form-wrapper:after {
  right: 20px;
  bottom: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  content: "";
  z-index: -1;
  opacity: 0.1;
  background-image: url(../img/icons/newsletter-icon.png);
}
.news-letter-form-wrapper .newsletter-form {
  padding: 0 10px;
}
.news-letter-form-wrapper h3 {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 22px;
}
.news-letter-form-wrapper h3:after {
  width: 45px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.news-letter-form-wrapper > p {
  margin-bottom: 21px;
}
.coming-soon-content #countdown,
.coming-soon-content > img,
.news-letter-form-wrapper .sectsubscribe-email,
.single-price .price-body ul li {
  margin-bottom: 14px;
}
.news-letter-form-wrapper .btn:hover:after {
  -webkit-transform: scale(90);
  -ms-transform: scale(90);
  transform: scale(90);
}
.news-letter-form-wrapper.style--two {
  background-image: -o-linear-gradient(231deg, #01064a 0, #66bdce 100%);
  background-image: linear-gradient(219deg, #01064a 0, #66bdce 100%);
}
.news-letter-form-wrapper.style--two .btn-wrap .btn {
  color: #66bdce;
}
.news-letter-form-wrapper.style--three {
  background-image: -o-radial-gradient(
    at center center,
    #34f093 0,
    #0ce177 100%
  );
  background-image: radial-gradient(at center center, #34f093 0, #0ce177 100%);
}
.news-letter-form-wrapper.style--three .btn-wrap .btn:after,
.news-letter-form-wrapper.style--three .btn-wrap span,
.single-price.style--three .btn-wrap .btn,
.single-price.style--three .ribbon,
.single-team.style--three.active .social-links a:hover,
.single-team.style--three:hover .social-links a:hover {
  background-color: #081f70;
}
.news-letter-form-wrapper.style--three .btn-wrap .btn,
.single-price.style--three .price,
.single-team.style--three .member-details h3 {
  color: #081f70;
}
.sectsubscribe-email {
  border-radius: 50px;
  background-color: rgba(57, 62, 92, 0.6);
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  font-size: 15px;
  width: 100%;
}
.sectsubscribe-email::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.sectsubscribe-email::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.sectsubscribe-email:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.sectsubscribe-email::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.sectsubscribe-email::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.post-details p {
  line-height: 1.86;
}
.post-details figure {
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-details figcaption {
  margin-top: 15px;
}
.post-details .entry-header .entry-thumbnail {
  margin-bottom: 47px;
}
.post-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 1.28;
  margin-bottom: 15px;
}
.post-details .entry-header .entry-meta li:not(:last-child) {
  margin-right: 50px;
}
.post-details .entry-header .entry-meta li span {
  font-weight: 600;
  margin-right: 7px;
  font-size: 16px;
}
.post-details .entry-categories ul li:first-child,
.post-details .entry-tags ul li:first-child {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.post-details .entry-categories ul li a,
.post-details .entry-tags ul li a {
  font-size: 14px;
  line-height: 1.57;
}
.post-details .entry-categories ul li a:not(:last-child):after,
.post-details .entry-tags ul li a:not(:last-child):after {
  content: ",";
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page--content h1,
.page--content h2,
.page--content h3,
.page--content h4,
.page--content h5,
.page--content h6 {
  line-height: 1.5;
  margin-bottom: 23px;
}
.comment-content a,
.entry-content a,
.page--content a {
  color: #252525;
  font-weight: 700;
  font-size: 14px;
}
.comment-content a:hover,
.entry-content a:hover,
.page--content a:hover {
  text-decoration: underline;
}
.post-author {
  padding: 40px 0;
}
.post-author .author-thumb {
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
  }
  .banner-content h2 {
    font-size: 48px !important;
  }
  .banner-content h2 br,
  .banner-content p br {
    display: none;
  }
  .banner-img-responsive {
    margin: 0;
  }
  .banner-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banner-btn-group .video-btn {
    margin-top: 14px;
    margin-left: 0;
  }
  .post-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-author .author-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.post-author .author-info h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #252525;
  font-weight: 600;
}
.post-author .author-info p {
  font-size: 16px;
  margin-bottom: 20px;
}
.post-navigation .nav-link {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0;
}
.post-navigation .nav-link .nav-title {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 17px;
  color: #252525;
}
.post-navigation .nav-link .nav-title.text-right i {
  margin-left: 10px;
}
.post-navigation .nav-link .posted-on {
  margin: 10px 0 2px;
  display: block;
  font-size: 14px;
}
.gallery-item:hover,
.imageoverlay .overlay,
.nav-pills-custom .nav-link.active::before,
.post-navigation .nav-link:hover .nav-title {
  opacity: 1;
}
.comments-area .comments-title {
  margin-bottom: 25px;
  color: #252525;
}
#menuwrapper ul,
#menuwrapper ul li,
.comments-area ul,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comment .single-comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.bg-404,
.coming-soon,
.single-solution .img {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.comments-area .comment .single-comment .comment-author-image {
  min-width: 65px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.comments-area
  .comment
  .single-comment:not(.trackback):not(.pingback)
  .comment-content {
  max-width: calc(100% - 95px);
  width: 100%;
}
.comments-area .comment .single-comment .comment-content .author_name {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
}
.comments-area .comment .single-comment .comment-content .commented-on {
  font-size: 12px;
}
.comments-area .comment .single-comment .comment-content p {
  margin: 7px 0 5px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.comments-area .comment ul.children {
  margin-left: 95px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 20px;
  color: #252525;
}
.comment-respond .comment-form .comment-notes {
  margin-bottom: 30px;
  font-size: 16px;
}
.comment-content .comment-respond .comment-form select,
.comment-respond .comment-form .comment-content select,
.comment-respond .comment-form .entry-content select,
.comment-respond .comment-form .page--content select,
.comment-respond .comment-form .theme-input-style,
.entry-content .comment-respond .comment-form select,
.page--content .comment-respond .comment-form select {
  border-radius: 25px;
  border: 1px solid #eee;
  padding: 10px 20px;
}
.comment-content .comment-respond .comment-form select:focus,
.comment-respond .comment-form .comment-content select:focus,
.comment-respond .comment-form .entry-content select:focus,
.comment-respond .comment-form .page--content select:focus,
.comment-respond .comment-form .theme-input-style:focus,
.entry-content .comment-respond .comment-form select:focus,
.page--content .comment-respond .comment-form select:focus {
  background-color: #f1f3ff;
}
.comment-respond .comment-form label {
  margin-bottom: 18px;
}
.comment-respond .comment-form .custom-checkbox,
.single-testimonial .testimonial-name h4 {
  margin-bottom: 5px;
}
.footer {
  background: #141714 !important;
  position: relative;
  z-index: 1;
}
.footer .widget {
  margin-bottom: 60px;
}
.footer .widget .widget-title {
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
}
@media only screen and (min-width: 600px) {
  .footercontact {
    margin-left: 54px;
  }
}
.footer .widget .widget-title:after,
.footer-bottom-text:after {
  width: 3px;
  left: 0;
  top: 3.5px;
  content: "";
  position: absolute;
}
.footer-bg-shape {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/media/footer-bg.png);
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.footer-top {
  padding: 50px 0 0;
}
.footer-bottom-text {
  position: relative;
  padding: 20px 0;
}
.footer-bottom-text:after {
  width: 100%;
  height: 1px;
  top: 0;
  opacity: 0.15;
}
.footer.style--three,
.footer.style--two {
  background-color: transparent;
  background-image: -o-linear-gradient(195deg, #01064a 0, #66bdce 100%);
  background-image: linear-gradient(255deg, #01064a 0, #66bdce 100%);
}
.footer.style--three {
  background-image: -o-linear-gradient(195deg, #28345f 0, #030f38 100%);
  background-image: linear-gradient(255deg, #28345f 0, #030f38 100%);
}
.search-form.style--two,
.style--two.widget.widget_newsletter,
.style--two.widget.widget_search {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.cd-logo,
.search-form.style--two input,
.style--two.widget.widget_newsletter input,
.style--two.widget.widget_search input {
  height: 60px;
}
.search-form.style--two button,
.style--two.widget.widget_newsletter button,
.style--two.widget.widget_search button {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-404,
.coming-soon {
  background-size: contain;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.coming-soon,
.video-wrap {
  background-size: cover;
}
.content-404 h1 {
  color: #3c4858;
  margin-bottom: 26px;
}
.content-404 > p {
  margin-bottom: 42px;
  font-size: 18px;
}
.coming-soon-content h1 {
  font-size: 72px;
  line-height: 1.111;
  margin-bottom: 47px;
}
.coming-soon-content p,
.service-details p,
.single-price .price-body ul {
  margin-bottom: 26px;
}
.coming-soon-newsletter {
  max-width: 480px;
}
.coming-soon-newsletter .form-control {
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 50px 0 0 50px;
}
.coming-soon-newsletter .btn-wrap .btn {
  border-radius: 0 50px 50px 0;
}
.single-feature {
  padding: 60px 45px 55px;
}
.single-feature:after {
  content: "01";
  position: absolute;
  right: -29px;
  top: -68px;
  font-size: 150px;
  opacity: 0.03;
}
.single-feature.two:after {
  content: "02";
}
.single-feature.three:after {
  content: "03";
}
.single-feature:hover .feature-icon img {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.solution-img .s_man,
.solution-img .s_woman {
  position: absolute;
  left: 0;
  top: 130px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.solution-img .s_woman {
  left: auto;
  right: 60px;
  top: 150px;
}
.single-solution .img {
  background-color: rgba(85, 81, 239, 0.1);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-right: 30px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-solution .img.style--two {
  background-color: rgba(15, 231, 5, 0.1);
}
.single-solution .img.style--three {
  background-color: rgba(255, 255, 255, 0.09);
}
.single-service {
  padding: 25px 15px 20px;
  margin-bottom: 30px;
  position: relative;
}
.single-service .service-icon,
.video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-service .service-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
}
.single-service .service-content h3 {
  margin-bottom: 16px;
  color: #fff;
}
.single-service.active .service-icon,
.single-service:hover .service-icon {
  background-color: #fff !important;
}
.single-service.active .btn-link svg path,
.single-service:hover .btn-link svg path {
  stroke: #fff;
}
.single-service.style--two {
  text-align: left;
  padding-top: 0;
}
.single-service.style--two .service-icon {
  margin: 0 0 30px;
  background-color: transparent;
}
.single-service.style--three .btn-link svg path,
.single-service.style--two .btn-link svg path {
  stroke: #252525;
}
.navheader i,
.service_point-map-img .l_info .info-box span,
.single-price.style--two:hover .price,
.single-service.style--two .btn-link:hover,
.single-service.style--two.active .service-content .btn-link,
.single-service.style--two:hover .service-content .btn-link,
.testimonial-carousel.style--two .single-testimonial .testimonial-name span {
  color: #66bdce;
}
.single-service.style--two .btn-link:hover svg path,
.single-service.style--two.active .service-content .btn-link svg path,
.single-service.style--two:hover .service-content .btn-link svg path {
  stroke: #66bdce;
}
.single-service.style--two.active .service-icon,
.single-service.style--two:hover .service-icon {
  background-color: #f6f6f6 !important;
}
.single-service.style--three .service-icon {
  background-color: rgba(12, 225, 119, 0.09);
}
.single-service.style--three:before {
  background-image: url(../img/media/service-box-bg.png);
  position: absolute;
  left: 120px;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.single-service.style--three:after,
.single-team.style--three:after {
  z-index: -2;
}
.single-service.style--three.active:before,
.single-service.style--three:hover:before {
  left: 0;
  opacity: 1;
}
.single-service.style--three.active .btn-link svg path,
.single-service.style--three:hover .btn-link svg path {
  stroke: #fff;
}
.button-45:after,
.button-46:after,
.button-48:after,
.button99:after,
.contact-button:after,
.single-service.style--three.active .service-icon,
.single-service.style--three:hover .service-icon {
  background-color: #fff;
}
.single-price.style--three .btn-wrap .btn:after,
.single-price.style--three .btn-wrap span,
.testimonial-carousel.style--three .single-testimonial .quote {
  background-color: #0ce177;
}
.single-service.five .service-icon {
  background-color: #fcedec;
}
.single-service.six .service-icon {
  background-color: #eafaf7;
}
.video-wrap {
  min-height: 340px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service-details {
  background-size: auto;
  background-position: center right;
}
.service-details h2 {
  margin-bottom: 25px;
  line-height: 1.2;
}
.accordion h3 {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 800;
}
.accordion h3:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/icons/plus.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
.accordion .active h3:after {
  width: 12px;
}
.single-price {
  padding: 60px 20px;
  position: relative;
  margin-bottom: 30px;
}
.single-price .ribbon {
  background-color: #0fe705;
  position: absolute;
  height: 50px;
  color: #fff;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  top: 28px;
  right: -48px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-price .price-head {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.single-price .price-head:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  height: 1px;
  opacity: 0.1;
}
.single-price .price {
  line-height: 1;
  padding: 20px 0;
}
.single-price .price .currency {
  vertical-align: top;
  font-size: 24px;
}
.single-price .price .value {
  font-size: 48px;
}
.team-carousel .owl-stage-outer {
  margin: -20px;
  padding: 20px;
}
.single-team {
  -webkit-box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
  padding: 60px 15px;
  margin-bottom: 30px;
}
.single-team .member-img {
  border: 5px solid #fff;
  width: 170px;
  height: 170px;
  margin: 0 auto 30px;
  position: relative;
}
.single-team .member-img .btn-rounded {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 15px;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-team .member-details h3 {
  margin-bottom: 12px;
}
.single-team.style--three .social-links a {
  background-color: rgba(12, 225, 119, 0.09);
}
.single-team.style--three:before {
  background-image: url(../img/media/service-box-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 120px;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-team.style--three.active .social-links a,
.single-team.style--three:hover .social-links a {
  background-color: rgba(8, 31, 112, 0.09);
}
.containers.left,
.lightbox-prev,
.single-team.style--three.active:before,
.single-team.style--three:hover:before {
  left: 0;
}
.testimonial-carousel.owl-carousel .owl-stage-outer {
  margin: -25px;
  padding: 25px;
}
.single-testimonial {
  -webkit-box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
  padding: 54px 45px 45px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.single-testimonial .quote {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45px;
  top: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .page-title-wrap {
    min-height: 440px;
  }
  .single-blog .blog-content {
    padding: 40px 20px 32px;
  }
  .single-blog .blog-meta {
    left: 20px;
  }
  .news-letter-form-wrapper {
    padding: 48px 20px;
  }
  .comments-area .comment .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments-area .comment .single-comment .comment-author-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .comments-area
    .comment
    .single-comment:not(.trackback):not(.pingback)
    .comment-content {
    max-width: 100%;
  }
  .comments-area .comment ul.children {
    margin-left: 20px;
  }
  .single-service {
    padding: 50px 30px;
  }
  .single-testimonial {
    padding: 44px 15px 35px;
  }
  .single-testimonial .quote {
    left: 15px;
  }
}
.single-testimonial .testimonial-content {
  margin-bottom: 22px;
}
.single-testimonial .testimonial-img img {
  width: 65px;
  height: 65px;
}
.single-testimonial .rating i {
  color: #ffd643;
  font-size: 13px;
}
.single-testimonial .rating i:not(:last-child) {
  margin-right: 3px;
}
.single-testimonial:after {
  background-image: url(../img/media/big-quote.png);
  content: "";
  right: 10px;
  bottom: 0;
  position: absolute;
  width: 162px;
  height: 135px;
  z-index: -1;
  opacity: 0.03;
}
.testimonial-carousel.style--three .single-testimonial .testimonial-name span {
  color: #0ce177;
}
.service_point-map-img {
  position: relative;
  margin-left: -30px;
}
.service_point-map-img img {
  max-width: none;
}
.service_point-map-img .l_info {
  position: absolute;
  left: 45px;
  top: 35px;
}
.service_point-map-img .l_info.l_info2 {
  left: 34%;
  top: auto;
  bottom: 32%;
}
.service_point-map-img .l_info.l_info3 {
  left: 41%;
  top: 10px;
}
.service_point-map-img .l_info.l_info4 {
  left: 57%;
  top: 46%;
}
.service_point-map-img .l_info.l_info5 {
  left: auto;
  right: -15px;
  top: 25px;
}
.service_point-map-img .l_info.l_info6 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 22%;
}
.service_point-map-img .l_info .circle-ball {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #66bdce;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.service_point-map-img .l_info .circle-ball:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #66bdce;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: 2s infinite ripple2;
  animation: 2s infinite ripple2;
}
.service_point-map-img .l_info .info-box {
  background-color: #fff;
  padding: 20px 60px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  min-width: 240px;
}
.card,
.profile-pic {
  box-shadow: 0 4px 8px 0 #bdbdbd;
}
.service_point-map-img .l_info .info-box h3 {
  margin-bottom: 6px;
}
.service_point-map-img .l_info.active .info-box {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner.style--three .banner-img {
    margin-right: 0;
  }
  .service_point-map-img {
    display: inline-block;
    margin-left: 0;
  }
  .service_point-map-img img {
    max-width: 100%;
  }
  .service_point-map-img .l_info {
    left: 35px;
    top: 30px;
  }
  .service_point-map-img .l_info.l_info2 {
    left: 30%;
    top: auto;
    bottom: 32%;
  }
  .service_point-map-img .l_info.l_info3 {
    left: 35%;
    top: 3px;
  }
  .service_point-map-img .l_info.l_info4 {
    left: 50%;
    top: 45%;
  }
  .service_point-map-img .l_info.l_info5 {
    left: auto;
    right: 60px;
    top: 22px;
  }
  .service_point-map-img .l_info.l_info6 {
    left: auto;
    top: auto;
    right: 10%;
    bottom: 23%;
  }
  .service_point-map-img .dvpn_map-img {
    left: 25px;
  }
  .service_point-map-img .dvpn_map-img img {
    max-width: initial !important;
  }
}
.counter-statistics {
  background-color: transparent;
  background-image: -o-radial-gradient(
    at center center,
    #7875f4 0,
    #5551ef 100%
  );
  background-image: radial-gradient(at center center, #7875f4 0, #5551ef 100%);
  position: relative;
}
.counter-statistics .section-pattern-img {
  width: 100%;
  top: 0;
  left: 0;
}
.single-counter {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 60px 15px 55px;
  margin-bottom: 30px;
}
.single-counter .counter-content h2 {
  font-size: 48px;
  margin-bottom: 16px;
}
.bg-darkblue {
  background-color: #1c2530;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.carousel-inner {
  color: #1c2530;
}
.img-fluid {
  display: block;
  min-width: 100%;
}
#quote-carousel,
#testimonials {
  padding: 0 10px 30px;
  margin-top: 60px;
}
#quote-carousel .carousel-indicators,
#testimonials .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0;
  margin-top: 20px;
}
#quote-carousel .carousel-indicators li,
#testimonials .carousel-indicators li {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.4s ease-in;
  vertical-align: middle;
}
#quote-carousel .carousel-indicators .active,
#testimonials .carousel-indicators .active {
  margin: 0;
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: 0.2s;
}
.carousel-item blockquote {
  border-left: none;
  margin: 0;
}
.carousel-item blockquote p:before {
  content: "";
  font-family: Fontawesome;
  float: left;
  margin-right: 10px;
}
.profile-pic {
  width: 100px !important;
  height: 100px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #1e88e5 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 50px !important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0d47a1 !important;
  background-color: transparent !important;
}
button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}
.next,
.prev {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}
.item.show {
  display: block;
  transition-duration: 0.4s;
}
@media screen and (max-width: 999px) {
  .next,
  .prev {
    transform: scale(1);
    opacity: 1;
  }
}
.active,
.colorindicator,
.hover-effect:hover .colorchange,
.posted-on1,
.styleback3:hover .service-content,
.widget-title1 {
  color: #000;
}
.numbers {
  font-family: Outfit;
  font-size: 30px;
  line-height: 1em;
  margin: 40px auto;
  overflow: hidden;
}
.numbers__window {
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
}
.numbers__window__digit {
  font: inherit;
  word-break: break-all;
  display: block;
  width: 50px;
  padding: 0 0.52em 0 0;
  margin: 0 auto;
  overflow: inherit;
  animation: 0.4s steps(10) infinite forwards counting;
}
.numbers__window__digit::before {
  content: attr(data-fake);
  display: inline-block;
  width: 100%;
  height: auto;
}
@keyframes counting {
  100% {
    transform: translate3d(0, -10em, 0);
  }
}
.numbers__window__digit--1 {
  animation-iteration-count: 3;
}
.numbers__window__digit--2 {
  animation-iteration-count: 6;
}
.numbers__window__digit--3 {
  animation-iteration-count: 9;
}
.numbers__window__digit--4 {
  animation-iteration-count: 12;
}
.numbers__window__digit--5 {
  animation-iteration-count: 15;
}
@property --n {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.number {
  animation: animate var(--duration) forwards var(--timing, linear);
  counter-reset: num var(--n);
  font-weight: 700;
  font-size: 36px;
  font-family: Outfit;
}
.button-48,
.button33 {
  display: inline-block;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.button33,
.button60 {
  font-family: inherit;
  overflow: hidden;
}
.number::before {
  content: counter(num);
}
@keyframes animate {
  from {
    --n: var(--from);
  }
  to {
    --n: var(--to);
  }
}
.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  opacity: 0.75;
}
@keyframes shake {
  25% {
    transform: rotate(calc(var(--angle) * -1));
  }
  50% {
    transform: rotate(var(--angle));
  }
  100% {
    transform: rotate(0);
  }
}
.button-48 {
  appearance: none;
  background-color: #3db1f2 !important;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1em;
  text-rendering: geometricprecision;
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1),
    background-color 0.1s cubic-bezier(0.694, 0, 0.335, 1),
    color 0.1s cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 5px;
}
.button-48 span,
.button99 span {
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}
.button-48:hover:before {
  animation: step-start backwards opacityFallbackIn;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.button33 {
  --color: #66bdce;
  width: 200px;
  height: 53px;
  line-height: 2.5em;
  margin: 20px;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 18px;
  border-radius: 6px;
  color: var(--color);
}
.button-33 span {
  z-index: 1;
  position: relative;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}
span.text {
  z-index: 1;
  position: relative;
  font-weight: 500;
  text-transform: initial;
  letter-spacing: 1px;
}
#navigation .items-wrapper .item .item-link,
.button-45 span,
.button-46 span,
.contact-button span,
input {
  text-transform: capitalize;
}
.button33:before,
.button60:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 300px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: 0.7s;
}
.button33:hover {
  color: #fff;
  border-radius: 4px;
}
.button33:hover:before {
  top: -30px;
  left: -30px;
  border-radius: 4px !important;
}
.button33:active:before,
.button60:active:before {
  background: #66bdce;
  transition: background;
}
.wrapper .tooltip,
.wrapper .tooltip::before {
  background-color: #fff;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.number:nth-child(2) {
  font-size: 70px;
}
.wrapper .tooltip {
  display: none;
  position: absolute;
  top: 0;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.containers .date,
.containers .icon {
  display: inline-block;
  z-index: 1;
  color: #000;
  position: absolute;
  text-align: center;
}
.button-46:before,
.contact-button:before {
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: 0.5s step-end backwards opacityFallbackOut;
  backface-visibility: hidden;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  transform: translateZ(0);
}
.wrapper,
label {
  display: inline-flex;
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover .tooltip,
.wrapper .icon:hover span {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #fff;
}
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #fff;
}
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #fff;
}
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background-color: #333;
  color: #fff;
}
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #fff;
}
.tab {
  border: none;
}
.tab button {
  background-color: inherit;
}
.tab button.active {
  width: 100%;
  border-radius: 4px;
}
.tabcontent {
  float: left;
  border: none;
}
.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  margin-bottom: -5px;
}
.containers {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}
.containers.right {
  left: 50%;
}
.containers::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  z-index: 1;
}
.containers.right::after {
  left: -8px;
}
.containers::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #000;
  z-index: 1;
}
.containers.right::before {
  left: 8px;
}
.containers .date {
  top: calc(50% - 8px);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.containers.left .date {
  right: -75px;
}
.containers.right .date {
  left: -75px;
}
.containers .icon {
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  border: 2px solid #000;
  border-radius: 40px;
  font-size: 18px;
}
.timeline-article .timeline-author,
.timeline-article p {
  font-weight: 400;
  color: #242424;
  line-height: 24px;
  font-size: 14px;
}
.containers.left .icon {
  right: 56px;
}
.containers.right .icon {
  left: 56px;
}
.containers .content {
  padding: 30px 90px 30px 30px;
  position: relative;
  border-radius: 0 500px 500px 0;
}
.containers.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}
.containers .content h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.containers .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }
  .containers {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  .containers.right {
    left: 0;
  }
  .containers.left::after,
  .containers.right::after {
    left: 82px;
  }
  .containers.left::before,
  .containers.right::before {
    left: 100px;
    border-color: transparent #000 transparent transparent;
  }
  .containers.left .date,
  .containers.right .date {
    right: auto;
    left: 15px;
  }
  .containers.left .icon,
  .containers.right .icon {
    right: auto;
    left: 146px;
  }
  .containers.left .content,
  .containers.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-end,
#conference-timeline .timeline-start {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 100px !important;
  margin: 0 auto;
  background: #fff;
}
#conference-timeline .conference-center-line {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #000;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .content-left,
.timeline-article .content-right {
  width: auto;
  padding: 27px 25px;
  position: relative;
}
.timeline-article .timeline-author {
  display: block;
  text-align: right;
}
.timeline-article .content-right {
  margin-top: 140px;
}
.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
  margin-top: 120px;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: FontAwesome;
  color: #fff;
}
.timeline-article .meta-date {
  position: absolute;
  top: 120px;
  left: 50%;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
  visibility: hidden;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-end,
  #conference-timeline .timeline-start {
    margin: 0;
    display: none;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
    display: none;
  }
  .timeline-article .content-left-container {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
    display: none;
  }
  .timeline::after {
    display: none !important;
  }
  .timeline-article {
    margin-top: -135px;
  }
  #conference-timeline .conference-timeline-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .timeline-article .content-right-container {
    margin-left: 0 !important;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
.leftone .icon,
.rightone .icon {
  display: inline-block;
  padding: 9px 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  position: absolute;
  z-index: 1;
}
.leftone::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 1px;
  top: calc(100% - 1px);
  right: 32px;
  background: #000;
  z-index: 1;
}
.leftone .icon {
  right: 106px;
  width: 30px;
  height: 30px;
  top: calc(50% - -11px);
  border: 1px solid #000;
  border-radius: 40px;
}
.rightone::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  top: calc(50% - 5px);
  background: #000;
  z-index: 1;
}
.rightone .icon {
  width: 30px;
  height: 30px;
  top: calc(50% - 20px);
  border: 1px solid #000;
  border-radius: 40px;
  left: 80px;
}
.button-46:before,
.contact-button:before,
.single-service::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.title,
.title2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 36px;
  margin-top: -5px;
  margin-left: 0;
  padding-left: 15px;
}
.rtl {
  direction: rtl;
}
#conference-timeline .timeline-start {
  margin-top: -54px;
}
#conference-timeline .timeline-end {
  margin-bottom: -60px;
}
.banner {
  min-height: 600px;
  overflow: hidden;
}
.services {
  background-image: url(../img/background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  z-index: 1;
}
.button-45,
.button-46,
.contact-button {
  border-width: 0;
  display: inline-block;
  font-size: 17px;
  line-height: 1em;
  opacity: 1;
  padding: 1em 2.2em;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1),
    background-color 0.1s cubic-bezier(0.694, 0, 0.335, 1),
    color 0.1s cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  vertical-align: baseline;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  text-rendering: geometricprecision;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
}
.bg-blue {
  background: #3db1f2;
}
.bg-black {
  background-color: #000;
}
.btn.btn-white3 {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
.button-45:hover,
.contact-button,
.contact-button:hover {
  border-radius: 4px;
}
.menu-dvpn-container {
  margin-left: 2px;
}
.button-45,
.button-46 {
  background-color: #fff;
  color: #000;
  margin: 0;
  -webkit-user-select: none;
  border-radius: 4px;
  border: 1px solid #3db1f2;
}
.button-45 span {
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}
.button-45:hover:before,
.button-46:hover:before,
.button99:hover:before,
.contact-button:hover:before {
  animation: step-start backwards opacityFallbackIn;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  border-radius: 4px !important;
}
.contact-button {
  background-color: #66bdce;
  color: #fff !important;
  margin: 0;
  -webkit-user-select: none;
}
.contact-button span {
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 1;
  color: #fff !important;
  position: relative;
}
.contact-button:before {
  background-color: #252525;
  content: "";
  color: #fff !important;
  position: absolute;
}
.button-46:before {
  background-color: #66bdce;
  content: "";
  position: absolute;
  color: #252525 !important;
}
.button-46 span {
  z-index: 1;
  position: relative;
  color: #252525 !important;
  font-weight: 800;
  letter-spacing: 1px;
}
.tab button.active:before {
  content: "";
  border-radius: 0 10px 10px 0;
  color: #fff;
  background-color: #5dbc09;
  height: 100%;
  width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
.active,
.shadow {
  box-shadow: none !important;
}
.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-weight: 500;
}
.rounded {
  border-radius: 0.5rem !important;
}
@media only screen and (max-width: 390px) {
  .tab,
  .tabcontent {
    border: none;
    width: 100%;
  }
  .tab {
    float: left;
    background-color: #f1f1f1;
    height: 300px;
  }
  .app-content {
    margin-left: 30px;
    margin-top: 30px;
  }
  .nav-tabs {
    margin-top: 34px !important;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right {
    margin-top: 0;
  }
  .title2 {
    float: none !important;
    text-align: center !important;
  }
  .tabcontent {
    float: left;
    padding: 15px;
    border-left: none;
    height: auto;
    background-color: #fff;
    margin-top: -24px;
  }
  .tab button.active {
    background-color: #66bdce;
    width: 100%;
    border-radius: 4px;
    color: #fff;
  }
  .conference-center-line,
  .meta-date,
  .timeline-end,
  .timeline-start,
  .timeline::after {
    display: none;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    margin-left: 0;
  }
}
.button-50,
.button99,
.cardbox-details,
.cerd__frame,
.navbar a {
  text-align: center;
}
.title-mute {
  color: #000;
  font-size: 5rem;
}
.nav-tabs {
  border: none;
  margin-top: -34px;
}
.nav-tabs .nav-item {
  font-size: 25px;
}
.button60 {
  --color: #252525;
  display: inline-block;
  width: 200px;
  height: 53px;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 18px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
}
.styleback1,
.styleback2,
.styleback3 {
  color: #fff;
  background-position: center center;
}
.button60:hover:before {
  top: -30px;
  left: -30px;
}
.nav-fill .active,
.tab-content > .tab-pane {
  box-shadow: none !important;
  font-weight: 500 !important;
}
.single-service a,
.single-service p {
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.single-service::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  z-index: 0;
}
.styleback1 {
  background-image: url(../img/home1.png);
  height: 557px;
}
.back1 h3,
.back2 h3,
.back3 h3,
.back4 h3,
.styleback2 .service-content,
.styleback4 .service-content {
  padding-top: 50%;
}
.styleback2 {
  background-image: url(../img/home2.png);
  height: 442px;
}
.styleback1 .service-content {
  padding-top: 95%;
}
.styleback3 {
  background-image: url(../img/home3.png);
  height: 327px;
}
.styleback3 .service-content {
  padding-top: 40%;
}
.dropdown .dropbtn,
.navbar a {
  padding: 14px 16px;
  color: #fff;
}
.styleback4 {
  background-image: url(../img/home4.png);
  height: 442px;
  color: #fff;
  background-position: center center;
}
.midcolor2 {
  height: 200px;
  background-color: #66bdce;
  width: 200px;
}
.colorleader,
.colorleader2 {
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  float: right;
  margin-bottom: 60px;
  padding: 20px;
  color: #252525;
}
.colorleader {
  width: 300px;
  height: 120px;
  margin-top: -43px;
  margin-right: -80px;
}
.colorleader2 {
  width: 200px;
  margin-top: -18px;
  margin-right: 5px;
}
.hover-effect:hover .servicesh3,
.servicesh3 {
  color: #000 !important;
}
.column,
.columns,
.dropdown,
.navbar a,
.tab {
  float: left;
}
.servicesh3 {
  font-size: 20px !important;
  font-weight: 900;
}
@media only screen and (min-width: 390px) and (max-width: 767px) {
  .title-mute {
    color: #000;
    font-size: 3.5rem;
  }
  h1.contactUs-heading {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  .title-mute {
    color: #000;
    font-size: 3.5rem;
  }
  h1.contactUs-heading {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 991px) {
  .columns {
    height: 200px;
    overflow-y: scroll;
  }
}
.dropdown,
.navbar,
.panel {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    width: 500px;
    height: 170px;
  }
}
.dropdown-menu.multi-column:hover {
  width: 400px;
  display: block;
}
.dropdown-menu.multi-column .dropdown-menu {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  min-width: 100px;
}
.navbar {
  background-color: #333;
  font-family: Outfit;
}
.navbar a {
  font-size: 16px;
  text-decoration: none;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: 0;
  background-color: inherit;
  font: inherit;
  margin: 0;
}
.dropdown:hover .dropbtn,
.navbar a:hover {
  background-color: red;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: #fff;
}
.column {
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}
.column a {
  float: none;
  color: #000;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.column a:hover {
  background-color: #ddd;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
#navigation {
  width: 100%;
  margin-top: 18px;
  margin-left: 30px;
  margin-right: 39px !important;
}
.bottom {
  margin-top: -63px !important;
}
#navigation .items-wrapper .item:hover > .arrow,
#navigation .items-wrapper .item:hover > .submenu-wrapper {
  display: block;
  z-index: 3333333;
}
#navigation .items-wrapper .item .arrow {
  display: none;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  position: relative;
  z-index: 101;
  top: 15px;
  left: 50%;
  margin-top: -15px;
  transform: translateX(-50%);
}
#navigation .items-wrapper .item .item-link {
  color: #000;
  margin-bottom: 15px;
  display: block;
  padding: 5px 10px 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
#navigation .items-wrapper .item .item-link:hover {
  cursor: pointer;
  text-decoration: none;
  color: #66bdce;
}
#navigation .items-wrapper .item .submenu-wrapper {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0;
  box-shadow: 0 0 3px rgb(000/20%);
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu {
  max-width: 1200px;
  font-size: 0;
  column-count: 4;
}
@media (max-width: 1024px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 4;
  }
  .border-half:before {
    display: none;
  }
}
@media (max-width: 840px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 3;
  }
}
@media (max-width: 480px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 2;
  }
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group {
  font-size: 14px;
  box-sizing: border-box;
  padding: 5px 20px 0;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
#navigation
  .items-wrapper
  .item
  .submenu-wrapper
  .item-submenu
  .submenu-group
  .submenu-link-master {
  color: #252525;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#navigation
  .items-wrapper
  .item
  .submenu-wrapper
  .item-submenu
  .submenu-group
  .submenu-link {
  color: #333;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#navigation
  .items-wrapper
  .item
  .submenu-wrapper
  .item-submenu
  .submenu-group
  .submenu-link:hover {
  color: #111;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
.hr-line {
  width: 100%;
  height: 10%;
  margin: auto;
}
.boxed,
.contact-form {
  width: 70%;
  position: relative;
}
.boxed {
  background-image: linear-gradient(to right, #c6ebff 0, #3db1f2 25%);
  border: none;
  padding: 6%;
  color: #000;
}
.form-container {
  box-shadow: 5px 10px 18px #888;
  padding-bottom: 5%;
  padding-top: 5%;
}
.contact-form {
  top: 5%;
  left: 15%;
}
input,
textarea {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 2rem;
  box-sizing: border-box;
  border: 1px solid #d5d2e2;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  box-shadow: none !important;
  border-color: transparent !important;
  border-bottom: 3px solid #495057 !important;
  background: 0 0 !important;
}
.button-50 {
  background-color: #66bdce;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.bannerannouncements,
.bannerhelpdesk {
  display: -webkit-box;
  display: -ms-flexbox;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  overflow-x: hidden;
}
.bannerannouncements {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/announcements.jpg);
  display: flex;
}
.bannerhelpdesk {
  background-image: linear-gradient(to bottom, rgb(000/50%), rgb(202020/50%)),
    url(../img/helpdesk-banner.png);
  display: flex;
}
.bannerannouncements1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/announcements-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
  text-align: center;
}
.rounded.bg-white {
  z-index: 0;
  height: 300px;
  margin-top: -34px;
}
.nav-pills-custom .nav-link.active {
  background: #66bdce;
  z-index: 444;
}
.headingtag {
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #252525 !important;
}
.border-half {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 15px;
}
.border-half:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 25%;
  border-bottom: 2px solid #000;
}
.cerds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin: 0;
  padding: 0;
}
.cerd__frame,
.cerd__overlay {
  display: flex;
  position: absolute;
}
.cards__item {
  height: 400px;
}
.cerd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.cerd__frame {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cerd__picture {
  margin-bottom: 12px;
  filter: invert(1);
}
.cerd__picture img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cerd__title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.button99,
.cerd__overlay::before {
  font-weight: 500;
  text-transform: uppercase;
}
.cerd__overlay {
  bottom: 20px;
  right: 20px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  cursor: pointer;
}
.cardbox,
.input1,
.nav-fill .active {
  position: relative;
}
.card,
.siglecolor {
  box-shadow: none !important;
}
.cerd__overlay::before {
  content: "Read";
  font-size: 12px;
  letter-spacing: 0.02em;
}
.cerd__overlay:focus,
.cerd__overlay:hover {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.9;
}
.cerd__overlay:focus::before,
.cerd__overlay:hover::before {
  content: none;
}
.cerd .cerd__overlay {
  background: #66bdce;
  color: #fff;
}
.cerd__content {
  z-index: 1;
  padding: 20px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  transition: none;
}
.cerd__overlay:hover ~ .cerd__content {
  opacity: 1;
  visibility: visible;
  transition: 0.2s 0.3s;
}
.cerd__content h2 {
  margin: 0 0 16px;
}
#mainnav ul li ul li,
hr.new {
  margin-left: 0;
}
.helpdesk2 {
  background-image: url(../img/home3hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
}
.siglecolor {
  background-color: transparent !important;
}
.label1 {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.input1 {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  top: -1px;
  left: -15px;
  display: inline;
}
.nav-fill .active {
  z-index: 1;
  background: #fff;
  margin-bottom: 15px;
  color: #000 !important;
  font-weight: 800 !important;
  padding-bottom: 7px;
}
.nav-fill .active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 105%;
  background: #3db1f2;
}
.footera,
.footera a {
  color: #999 !important;
}
hr.new {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 10%;
}
.owl-carousel .owl-item img {
  max-height: 600px;
}
.colorleader2 {
  height: 110px;
}
.carouselinnerliner .carousel-item-next,
.carouselinnerliner .carousel-item-prev,
.carouselinnerliner .carousel-item.active,
.columss {
  display: flex;
}
.colornumber {
  color: #66bdce !important;
  font-size: 101px !important;
  margin-top: -38px;
}
.nopadding,
.number {
  padding: 0 !important;
}
.wrapper .tooltip {
  color: #a30000;
  margin-top: 354px;
  margin-left: -23px;
}
.cardbox {
  margin: auto;
}
.cardbox .cardbox-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.cardbox:hover .cardbox-overlay {
  opacity: 1;
  border-radius: 10px;
}
.cardbox-image {
  width: 100%;
  border-radius: 10px;
}
.cardbox-details {
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.cardbox:hover .cardbox-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.cardbox-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.cardbox-details p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom {
  top: 80%;
}
.panel {
  padding: 0 18px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.button99 {
  appearance: none;
  background-color: #fff;
  border-width: 0;
  box-sizing: border-box;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1em 2.2em;
  position: relative;
  text-decoration: none;
  text-rendering: geometricprecision;
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1),
    background-color 0.1s cubic-bezier(0.694, 0, 0.335, 1),
    color 0.1s cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 4px;
}
.banner-content,
.bannerimageone,
.nav-fill .nav-item,
.nav-fill > .nav-link,
.profile-bio p,
.profile-card h3 {
  text-align: left;
}
.button99:before {
  animation: 0.5s step-end backwards opacityFallbackOut;
  backface-visibility: hidden;
  background-color: #66bdce;
  color: #fff !important;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: calc(100% + 2px);
  left: 0;
  position: absolute;
  top: -1px;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.accordion .card-header.collapsed:after {
  content: "";
  content: "\002B";
}
.card-header {
  background: 0 0 !important;
  cursor: pointer;
}
.card {
  border-radius: none !important;
}
.card-title {
  color: #000;
  font-weight: 800;
}
.partnerservice {
  font-size: 28px !important;
  font-weight: 300 !important;
  padding-bottom: 20px;
}
.bannertext {
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 34px;
}
.headering {
  line-height: 1.083;
  margin-bottom: 30px;
  font-size: 48px;
  letter-spacing: 3px;
  color: #fff;
}
@media (max-width: 786px) {
  .banner-content h2 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
  }
  .carouselitems img {
    min-height: 500px !important;
  }
  .app-content {
    margin-left: 1% !important;
  }
  #navigation .items-wrapper .item a.item-link {
    padding-left: 30px;
  }
}
.profile-card {
  width: auto;
  height: 568px;
  background-color: #fff;
  margin-bottom: 70px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%), 0 2px 8px rgb(0 0 0 / 22%);
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(31 45 61 / 13%);
}
.profile-card header {
  width: auto;
  padding: 15px;
}
.profile-card img {
  width: 200px;
  height: auto;
  display: flex;
  margin: auto;
  border: 8px solid transparent;
  transition: 0.4s;
  border-radius: 200px;
}
.profile-card h2 {
  font-size: 22px;
  text-align: left;
  margin-top: 15px;
}
.profile-card h3 {
  font-size: 16px;
  color: #66bdce;
}
.profile-bio {
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 30px;
}
.profile-bio p {
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
}
.linkedincolor {
  background: #0e76a8;
  padding: 10px;
  font-size: 25px;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%),
    0 13px 24px -11px rgb(156 39 176 / 60%);
}
.modal-dialog {
  max-width: 60%;
}
.titletestimonial {
  margin-bottom: -250px !important;
}
@media (max-width: 1024px) {
  .menu-bar {
    display: block;
    position: absolute;
    top: 2px;
    right: 15px;
    font-size: 30px;
  }
  #navigation .items-wrapper {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 111;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .banner-content,
  .bannerimageone {
    top: 25%;
    display: block !important;
  }
  .item {
    display: block !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 768px) {
  #caroimage,
  #myCarousel {
    height: 410px;
  }
  .item,
  .profile-card {
    display: block !important;
  }
  #caroimage {
    width: 100vw !important;
  }
  #navigation .items-wrapper .item:hover > .submenu-wrapper {
    position: relative;
    top: 0;
  }
  .active-page {
    color: #66bdce;
    font-size: 17px;
  }
  .submenu-group .active-page {
    font-size: 14px;
    margin-left: 0;
  }
  .profile-bio {
    padding: 15px;
  }
  .rounded.bg-white {
    margin-top: 0;
  }
  .annual-day-sec {
    margin-left: 0 !important;
  }
  .owl-item > div {
    margin: 0 !important;
  }
  .menu-bar {
    display: block;
    position: absolute;
    top: 2px;
    right: 15px;
    font-size: 30px;
  }
  .carouselinnerliner .carousel-item > div {
    display: none;
  }
  .carouselinnerliner .carousel-item > div:first-child {
    display: block;
  }
}
.bannerblog,
.engineeringservices {
  padding-top: 160px;
  padding-bottom: 60px;
}
.sectionengineering {
  background-color: #fff;
  box-shadow: 2px 14px 26px -5px rgba(46, 45, 45, 0.75);
  -webkit-box-shadow: 2px 14px 26px -5px rgba(46, 45, 45, 0.75);
  -moz-box-shadow: 2px 14px 26px -5px rgba(46, 45, 45, 0.75);
  height: 390px;
}
.engineeringservices {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/engineeringservice.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#message,
.cardbodycolor2,
.sectionblog {
  overflow-y: scroll;
}
.imgagesblog {
  min-width: 100%;
  height: 250px !important;
  object-fit: cover;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #navigation .items-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    float: left;
    min-width: 800px;
  }
}
@media (max-width: 508px) {
  .cardbox-details {
    transform: translate(-50%, -86%);
  }
  .profile-card {
    height: auto;
  }
  .accordion > .card > .card-header {
    border: 1px solid #cccccc42;
  }
  .cardbox-details h3 {
    font-size: 15px !important;
  }
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    height: 300px;
    overflow: scroll;
  }
  .columss {
    display: block;
  }
  .cardbox-details p {
    color: #fff;
    font-size: 0.8em;
    line-height: 16px;
  }
  .timeline-article .content-right {
    margin-top: 45px;
    margin-bottom: -103px;
  }
  .timeline-article .content-right-container {
    margin-left: 0 !important;
    margin-top: 150px;
  }
}
.bannerblog,
.bannerdownloads {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: hidden;
  z-index: 1;
}
.accordion .card-header:after {
  font-family: FontAwesome;
  content: "\2212";
  float: right;
  font-size: 20px;
}
.job-header,
.menu label:hover {
  cursor: pointer;
}
.bannerblog {
  background-image: url(../img/aerial-view-man-using-computer-laptop-wooden-table.jpg);
  display: flex;
  min-height: 500px;
}
.click-zoom img {
  transition: transform 0.25s;
  cursor: zoom-in;
}
.click-zoom input[type="checkbox"]:checked ~ img {
  transform: scale(2);
  cursor: zoom-out;
}
.card-body {
  padding: 1.25rem !important;
}
.bannerdownloads {
  background-image: url(../img/downloadsbanner.png);
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
}
.navheader {
  height: 30px;
  background: #f3f3f3;
}
.colorsfont {
  color: #777;
}
.homepagebanner {
  min-height: 602px !important;
}
.jobform-container {
  position: relative;
  width: 70%;
  background-color: #f4f4f4;
  box-shadow: 5px 10px 18px #888;
  padding-bottom: 5%;
  padding-top: 5%;
  margin: 0 auto;
}
#navigation .items-wrapper .item .submenu-wrapper {
  border-bottom: 1px solid #0003;
}
.header-main.sticky {
  box-shadow: 0 2px 8px #0003;
}
.header-main {
  min-height: 70px;
}
.linkedin-page-post-user-root-container,
.sk-ww-linkedin-page-jobs .linkedin-page-jobs-user-root-container,
.sk_branding,
.sk_branding a,
body .sk_branding,
body .sk_branding a {
  display: none !important;
}
.grid-content {
  background: #f8f9fa !important;
  border: 1px solid #d9e0f0 !important;
  margin: 20px !important;
}
.sk-ww-linkedin-page-post {
  background: 0 0 !important;
}
body .sk_branding a {
  color: #fff !important;
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}
button.sk-linkedin-page-post-load-more-posts {
  background: #66bdce !important;
  color: #fff !important;
}
body .sk_branding {
  color: #fff !important;
}
p.share-update-card__update-text {
  height: 60px !important;
}
.share-native-document {
  margin-top: -110px !important;
}
.share-update-card_update-text {
  word-break: unset !important;
  white-space: nowrap !important;
  height: 60px !important;
  max-height: 60px !important;
}
.ssplayer-presentation-player .ssplayer-carousel {
  top: 30px !important;
}
iframe p {
  height: 80px !important;
}
.imageicons {
  width: 40%;
}
.carosoueliconscolor {
  background-color: #fff;
  height: 50px;
  top: 50%;
  width: 50px;
  border-radius: 50px;
}
.iconcolors {
  filter: invert(84%) sepia(99%) saturate(2476%) hue-rotate(150deg)
    brightness(118%) contrast(419%);
}
.cardbodycolor {
  border: 4px solid #3db1f2 !important;
  background-color: #fff;
  padding: 50px !important;
  height: 350px;
  font-size: 16px;
  box-shadow: 0 0 30px rgb(31 45 61 / 13%);
}
.main-feed-card,
.share-update-card {
  border: none !important;
}
.serviceiconse {
  background: #fff;
  margin: 0 auto -11px !important;
  z-index: 10;
  width: 150px !important;
  height: 150px !important;
  padding: 10px;
}
.main-feed-card {
  box-shadow: none !important;
}
.share-update-card__update-text {
  height: 53px !important;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 400;
  color: #00f;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}
.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 6px;
  opacity: 0.85;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-content {
  font-size: 0.8em;
}
.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-next,
.lightbox-prev {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}
.lightbox-next {
  right: 0;
}
.imagesoverlay:hover,
.lightbox-next:hover,
.lightbox-prev:hover {
  opacity: 0.8;
}
.caption-container {
  position: absolute;
  margin-top: -67px;
  font-size: 30px;
  background: #141714;
  color: #fff;
  width: 1110px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding-top: 10px;
  }
  .header-top .info-bar {
    margin-bottom: 5px;
  }
  .coming-soon-content p br,
  .header-top .info-bar ul li:not(:last-child)::after {
    display: none;
  }
  .header-top .info-bar ul li {
    display: block;
    padding: 2px 0 !important;
    margin: 0 !important;
  }
  .gallery-container {
    width: 100%;
  }
  .carousuelindi {
    width: 100%;
    margin-left: 0;
    margin-top: -200px;
    margin-right: 0;
    box-shadow: 0 4px 5px #0000004d;
  }
  .banner-contents,
  .col-widght,
  .col-widght2,
  .counter,
  .imageoverlay {
    width: 100% !important;
  }
  .padding-body-right,
  .pr-3 {
    padding-right: 0 !important;
  }
  .padding-body-left {
    padding-left: 0 !important;
  }
  .d-flex {
    display: block !important;
  }
  .titletestimonial {
    margin-bottom: -150px !important;
  }
  .counter {
    padding-bottom: 30px !important;
    text-align: center !important;
  }
  .padding-body,
  .padding-body2 {
    padding: 0 10px !important;
  }
  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }
  .imageoverlay {
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  .banner-contents {
    margin-top: 0 !important;
    height: auto !important;
  }
  .lightbox-content {
    width: 80%;
    height: 60%;
    margin: 15% auto;
  }
}
@media only screen and (max-width: 480px) {
  .lefty,
  .righty {
    background: #34f1c9 !important;
  }
  .banner-contents,
  .carousuelindi,
  .col-widght,
  .col-widght2,
  .counter,
  .digitalimage,
  .indicators {
    width: 100% !important;
  }
  .banner-contents,
  .bannerservicelower,
  .equal-height {
    height: auto !important;
  }
  .gallery-item whitespacetop {
    flex-basis: 100%;
    margin-bottom: 1px;
  }
  .counter {
    padding-bottom: 30px !important;
    text-align: center !important;
  }
  .digitalimage {
    right: 0 !important;
  }
  .digitalimg,
  .imageoverlay {
    max-width: 100% !important;
  }
  .footer-top {
    padding: 40px 0 0 !important;
  }
  .footer,
  .titletestimonial,
  .whitespacebottom {
    margin-bottom: 0 !important;
  }
  .widget,
  .widget2,
  .widget_recent_entries {
    margin-bottom: 40px !important;
  }
  .whitespacetop {
    margin-top: 0 !important;
  }
  #navigation .items-wrapper .item .submenu-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .imagesinsight {
    box-shadow: 0 0 15px #8d8d8d82 !important;
    margin-bottom: 30px !important;
  }
  .lefty {
    margin-left: -55px;
  }
  .carousuelindi,
  .imagetestimonial {
    margin-left: 0 !important;
  }
  .carousuelindi {
    margin-top: -201px !important;
  }
  .imageoverlay,
  .servicepadding {
    margin-bottom: 20px;
  }
  .banner-contents {
    margin-top: 0 !important;
    box-shadow: 0 4px 5px #0000004d;
  }
  .d-flex {
    display: block !important;
  }
  .bannerservicelower {
    padding: 10px !important;
  }
  .padding-body,
  .padding-body2 {
    padding: 0 10px !important;
  }
  .lightbox-content {
    width: 90%;
    margin: 20% auto;
  }
}
.next1,
.prev1 {
  display: block !important;
  position: relative;
  transition-duration: 0.3s;
  opacity: 0.6;
  font-size: 70px;
  margin-bottom: -80px;
  cursor: pointer;
}
.columns {
  width: 16%;
  padding: 10px;
  margin-right: -100px;
  height: 85px;
}
.mySlides img {
  height: 600px;
  object-fit: contain;
}
.prev1 {
  transform: translate(10px, -320px);
  color: #fff;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
}
.next1 {
  transform: translate(95%, -350px);
  color: #fff;
  box-shadow: 0 0 3px 0 rgb(225 225 225 / 25%);
}
.notification-top-bar,
.notification-top-bar2 {
  left: 0;
  color: #fff;
  font-family: Outfit;
  font-weight: lighter;
  font-size: 14px;
  z-index: 2;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
.cursor {
  max-width: 200%;
  cursor: pointer;
  height: 75px;
}
.notification-top-bar .closenotification,
.share-update-card__update-text {
  display: none !important;
}
.notification-top-bar {
  position: absolute;
  top: 80px;
  height: 40px;
  background: #1abc9c;
}
.notification-top-bar2 {
  position: fixed;
  top: 120px;
  height: 180px;
  background: #fff;
  border: 3px solid gold;
}
.notanchor a,
.notification-top-bar p a {
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
}
.notification-top-bar p {
  padding: 0;
  margin: 0;
}
.notification-top-bar h5 {
  padding: 0;
  margin: 10px 0 15px;
  font-size: 50px;
  color: #000;
}
.notification-top-bar p a {
  padding: 5px 10px;
  background: #fff;
  color: #1abc9c;
}
.notanchor a {
  padding: 15px 30px;
  background: #1abc9c;
  color: #fff;
  margin-top: 30px;
}
.modal button.close {
  right: 0;
  outline: 0;
}
#gallery-lightbox img {
  height: 350px;
  object-fit: cover;
  cursor: pointer;
}
#gallery-lightbox img:hover {
  opacity: 0.9;
  transition: 0.5s ease-out;
}
.modal.lightbox .modal-content,
.modal.lightboxs .modal-content {
  margin: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}
.modal.lightbox .modal-body,
.modal.lightboxs .modal-body {
  height: 80vh;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.isLightbox {
  position: relative;
  width: 100%;
  height: 80vh;
}
.isLightbox .track {
  display: table;
  width: auto;
  margin: 0 auto;
  height: calc(80vh - 40px);
  padding: 10px 0 5px;
  text-align: center;
  overflow: hidden;
}
.isLightbox .slide {
  height: calc(80vh - 40px);
  width: auto;
  max-width: 100%;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 0;
  display: none;
}
.colorreadmore2:before,
.colorreadmore:before {
  content: "";
  height: 4px;
  width: 65px;
  background: #3db1f2;
}
.absoluteheader,
.btnNext,
.btnPrev,
.colorreadmore:before,
.imagesnew,
.overlay,
.photobanner {
  position: absolute;
}
.isLightbox .slide.active {
  display: table-cell;
}
.isLightbox .slide img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.isLightbox .slide summary {
  width: 100%;
  font-style: normal;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.88);
  color: #fff;
  padding: 0.5rem 0.75rem;
}
.isLightbox .slide summary + img {
  max-height: calc(100% - 2rem);
}
.btnNext,
.btnPrev {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
}
.colorreadmore,
.colorreadmore2 {
  color: #000;
  font-weight: 700 !important;
  letter-spacing: 0.67px;
  font-size: 15px;
}
.btnNext {
  right: 5px;
}
.btnPrev {
  left: 5px;
}
.btnNext i.material-icons {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0;
}
.light-pagination {
  display: table;
  width: auto;
  padding: 0;
  margin: 0 auto;
  z-index: 11;
}
.light-pagination li {
  display: inline-block;
  width: 20px;
  height: 20px;
}
button.dot {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: 0 0;
  filter: none;
  border: none;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
button.dot i {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.11);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.75);
}
button.dot.active i {
  background-color: #73bd0b;
}
button.dot:focus {
  outline: 0;
}
.photobanner {
  top: 0;
  left: 0;
  white-space: nowrap;
  animation: 60s linear infinite bannermove;
  width: 24000px;
  display: block;
  overflow: hidden;
}
.photobanner img {
  margin: 0 0.5em;
  width: auto;
}
@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
#navigation .items-wrapper {
  max-width: 1200px;
  margin: 0 55px 0 auto;
  float: right;
}
.absoluteheader {
  top: 0;
  margin-right: 70px;
  margin-left: 10px;
}
.equal-height {
  border: 1px solid #dbdbdb;
  height: 404px;
  border-radius: 0 !important;
  padding-top: 40px;
  text-align: left;
}
.nomargin {
  margin: 0 !important;
}
.padding-body {
  padding-left: 65px;
  padding-right: 65px;
}
.padding-body2 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-body-left {
  padding-left: 65px;
}
.padding-body-right {
  padding-right: 65px;
}
.card-footer {
  background: 0 0 !important;
  border: none !important;
  display: none;
}
.colorreadmore {
  padding-bottom: 5px;
}
.colorreadmore:before {
  left: 0;
  bottom: 0;
}
.btn-hover,
.menu a {
  letter-spacing: 1px;
}
.heightauto {
  height: auto !important;
}
.colorreadmore2:before {
  position: absolute;
  left: 48px;
  bottom: 40px;
}
.equal-height:hover {
  background-color: #f9f9f9;
}
.equal-height:hover > .card-footer {
  display: block !important;
}
.bannerservicelower {
  background-image: url(../img/services/aqueduct-of-the-miracles.webp);
  height: 865px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner.style--two {
  background-color: rgb(0 0 0 / 48%) !important;
  background-blend-mode: hard-light !important; /*margin-top:100px*/
}
.banner-contents {
  margin-top: 175px;
  background: #fff;
  padding: 60px 35px;
  width: 607px;
  height: 528px;
}
.buttonnew {
  border: 1px solid #000;
  border-radius: 5px;
  width: 183px;
  height: 60px;
}
.buttonnewwhite {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
}
.servicepadding {
  padding: 30px 40px;
  height: auto;
}
.servicepadding:hover {
  box-shadow: 0 0 15px #8d8d8d82;
  background: linear-gradient(to right, #c6ebff 0, #3db1f2 25%);
}
.innerpadding {
  margin: 17px 0;
}
.imagesnew {
  height: 320px;
}
.overlay {
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  transition: 0.5s;
  opacity: 0;
  color: #fff;
  font-size: 15px;
  text-align: left;
  padding: 10px;
  line-height: 16px;
  height: 50px;
}
.overlay:hover {
  height: auto;
  transition: 6s ease-in-out;
}
.overlaytitle {
  font-weight: 900;
  line-height: 18px;
  color: #fff;
}
.overlaydescription {
  display: none;
  color: #fff;
}
.overlaylink i,
.overlaylink span {
  display: none;
  font-size: 14px;
  color: #1fd1f8 !important;
}
.overlay:hover > .overlaydescription {
  display: block !important;
  transition: 4s;
}
.overlay:hover > .overlaylink i,
.overlay:hover > .overlaylink span {
  display: inline-block !important;
  transition: 4s;
}
.frame {
  line-height: 25px;
  width: 249px;
  text-align: center;
  margin: 1em 0;
}
.frame img {
  vertical-align: middle;
  max-width: 180px;
}
.insighttitle {
  height: 70px;
}
.insigtdesc {
  line-height: 1.625;
  color: #333;
  font-size: 15px;
}
.marginover {
  margin-bottom: -32%;
}
.imagesinsight {
  height: 710px;
  background-color: #fff;
}
.insightlink {
  font-size: 15px !important;
  color: #000;
}
.insightcontent {
  padding: 20px;
}
.footer,
.insigtcontainer {
  background-color: #f3f3f3 !important;
}
.readingblog {
  font-size: 13px;
  color: #d7d3d3 !important;
  font-weight: 600;
}
.counter {
  line-height: 25px;
  width: 20%;
  padding-right: 30px;
  padding-left: 50px;
}
.counternumber {
  font-size: 40px !important;
}
.counterdesc {
  font-size: 16px !important;
  color: #0c6191;
}
.embed-responsive {
  width: 70%;
  margin: 0 auto;
}
.footer .widget.widget_recent_entries ul li .posted-on a,
footer * {
  color: #222a41 !important;
  font-size: 16px;
}
.col-widght {
  width: 22%;
}
.col-widght2 {
  width: 34%;
}
.footer .widget .widget-title {
  color: #333 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 34px !important;
}
.footer-bottom-text,
.footera a,
.widget.widget_nav_menu ul li a {
  font-size: 16px !important;
  color: #222a41 !important;
}
.testinomialbox {
  background: no-repeat padding-box #fff;
  padding: 60px 25px;
  box-shadow: 0 4px 5px #0000004d;
  border-width: 0;
  border-left: 20px solid;
  border-image: linear-gradient(#1fd1f8, #35f4c8) 0 100%;
}
.innerone {
  padding: 230px 20px 30px 30px;
  margin-left: -230px;
  z-index: 15;
  margin-right: -13px;
}
.indicators {
  margin-right: 0 !important;
  margin-left: 0 !important;
  justify-content: unset;
  width: 640px;
}
.liner {
  width: 73px;
  height: 2px;
  background: no-repeat padding-box #111;
  opacity: 1;
}
.back-to-top,
.casecolorindicator {
  background: #3db1f2;
}
.indicatoricon {
  overflow: initial !important;
  width: 210px;
  margin-left: 100px;
}
.imagetestimonial {
  margin-left: 70px;
  margin-top: 80px;
}
.marqueeleft {
  width: 100px;
  height: 100px;
  animation: 5s infinite mymove;
  animation-direction: none;
}
.modal-backdrop {
  position: absolute !important;
}
.modal-content {
  margin-top: 85px;
}
.dropdown-menu,
.tabcontent {
  margin-top: 0;
}
.logo-img > img {
  max-width: 100% !important;
}
.btn-hover.colors {
  background: #3db1f2;
  color: #fff;
  border-radius: 5px;
}
.btn-hover {
  padding: 6px 30px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border: none;
  background-size: 300% 100%;
  -o-transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.btn-hover:hover {
  background-position: 100% 0;
  box-shadow: none;
  -o-transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.paddings {
  padding: 14px 30px;
}
.button-45:hover,
.buttonnew:hover,
.buttonnewwhite:hover {
  color: #01cfcf !important;
  border: 1px solid #01cfcf;
}
.indicationsvideo li {
  background-color: #fff;
  border-bottom: none !important;
  border-top: none !important;
  border-radius: 40px !important;
  width: 8px;
  height: 8px;
}
.indicationsvideo .active {
  width: 30px !important;
  background: #3db1f2;
}
.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}
.dropdown-toggle::after {
  transition: transform 0.15s linear;
}
#mainnav ul.submenu,
#mainnav > ul > li > a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
#mainnav ul {
  margin: 0;
  padding: 0;
}
#mainnav > ul > li {
  display: inline-block;
  padding: 0 6px;
}
.header #mainnav > ul > li > a {
  line-height: 100px;
}
#mainnav > ul > li.home > a {
  color: #18ba60;
}
#mainnav > ul > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  margin: 0 15px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
#mainnav ul.submenu {
  position: absolute;
  left: 0;
  top: 150%;
  width: 300px;
  text-align: left;
  background-color: #222;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mainnav ul.submenu li:first-child {
  border-top: none;
}
#mainnav ul.submenu > li {
  border-top: 1px solid #333;
}
#mainnav ul.submenu > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 20px;
  line-height: 45px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#mainnav ul li:hover > ul.submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#navigation .items-wrapper .item .submenu-wrapper {
  top: 58px;
  width: 90%;
  margin-left: 6%;
  height: 450px !important;
  margin-top: 12px;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu {
  column-count: auto;
  column-gap: 20px;
  padding: 10px;
  margin: 0 !important;
}
.tab {
  width: 33%;
  height: 300px;
  background-color: transparent;
}
.tab button {
  display: block;
  color: #000;
  padding: 10px 5px;
  width: 95%;
  border: none;
  outline: 0;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
.tab button.active {
  background-color: #f8f8f8;
  color: #000;
}
.tabcontent {
  width: 33%;
  border-left: none;
  background-color: #f8f8f8;
  padding: 10px;
  height: auto;
  position: absolute;
  transform: translate(195%, 0);
  display: none;
}
.tab button:hover {
  background: #f8f8f8;
}
.tabh3 {
  font-size: 15px !important;
  color: #999;
  font-weight: 500;
}
.indicationsvideo {
  justify-content: flex-start;
}
.travel__arrows {
  float: right;
  transform: translate(0, -108vh);
}
.casestudy {
  float: right;
  color: #fff;
  padding-bottom: 20px;
}
.testimonialindicator {
  float: right;
  transform: translate(40vw, -103vh);
}
.casecolorindicator {
  color: #fff;
  padding: 10px 20px;
}
.servicepadding2 {
  padding: 30px 40px;
}
.servicepadding2:hover {
  background-color: #fff;
  box-shadow: 0 0 15px #8d8d8d82;
}
.digitalimage {
  background-color: #fff;
  box-shadow: 0 0 15px #8d8d8d82;
  width: 120%;
  padding: 25px;
  position: relative;
  right: 20%;
}
.digitalimg {
  max-width: 120%;
}
.carousel-control-next,
.carousel-control-prev {
  background: 0 0;
  color: #3db1f2 !important;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
.owl-carousel .owl-item img:hover {
  filter: none;
  opacity: 1;
}
.bordertestinomial {
  border: 1px solid #002948;
  padding: 10px 30px;
}
@media only screen and (min-width: 900px) {
  .carousuelindi {
    width: 800px !important;
    margin-left: -172px !important;
    margin-top: 200px !important;
    margin-right: 0;
    box-shadow: 0 4px 5px #0000004d;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 700px) {
  .section-title {
    margin-left: 50%;
  }
  .carousuelindi {
    height: 300px;
  }
}
.lefty,
.righty {
  border: 1px solid #000;
  height: 60px;
  width: 60px;
}
.carousel-control-prev-icon {
  background-image: url(../img/icons/left.svg);
  padding: 15px;
  font-size: 16px;
}
.lefty {
  transform: translate(80vw, 7vh);
  padding: 30px;
}
.carousel-control-next-icon {
  background-image: url(../img/icons/right.svg);
  padding: 15px;
  font-size: 16px;
}
.righty {
  transform: translate(0, -3vh);
  padding: 30px;
}
.border-right-g-4,
.border-right-g-5 {
  border-left-style: solid;
  -o-border-image: linear-gradient(to bottom, #3db1f2, #3db1f2) 1 100%;
  border-image: linear-gradient(to bottom, #3db1f2, #3db1f2) 1 100%;
}
.carousel-control-next,
.carousel-control-prev {
  width: 0%;
}
@media only screen and (max-width: 600px) {
  .banner-content,
  .bannerimageone {
    top: 25%;
  }
}
@media only screen and (max-width: 500px) {
  #caroimage,
  #myCarousel {
    height: 230px;
  }
}
.carousel-control-pre {
  bottom: 420px;
}
.carousel-control-nxt {
  right: -41px;
  bottom: 420px;
}
@media only screen and (min-width: 400px) {
  .backgroundvideo {
    height: auto;
  }
  .carousuelindi {
    width: 100%;
    margin-left: 0;
    margin-top: -200px;
    margin-right: 0;
    box-shadow: 0 4px 5px #0000004d;
  }
}
.ovx-hidden,
section {
  overflow-x: initial;
}
#myCarousel {
  margin: 0 auto;
}
.background-cloud-computing {
  background: url(../img/media/cloud-computing2.webp) center center/cover
    no-repeat;
}
.bodycolor,
.service_point-list li {
  color: #333;
  font-weight: 100;
  font-size: 16px;
}
@media only screen and (max-width: 756px) {
  .carousel-btn-group,
  .carousel-height {
    display: none;
  }
  .carousel-overlay {
    height: auto !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-top: 60px;
  }
  .coming-soon-content,
  .comment-respond,
  .contact-form-wrap,
  .solution-img-responsive {
    margin-bottom: 60px;
  }
  .video-wrap {
    margin-bottom: 50px;
  }
  .overlay {
    font-size: 20px;
  }
  .imageoverlay {
    margin-bottom: 20px;
  }
  .backgroundvideo {
    height: 500px;
  }
  .backgroundvideo img {
    width: 1500px;
  }
  .carousuelindi {
    width: 100%;
    margin-left: 0;
    margin-top: -200px;
    margin-right: 0;
    box-shadow: 0 4px 5px #0000004d;
  }
  .imagesinsight,
  .insightcontent,
  .insigtdesc {
    height: auto;
  }
  .tabcontent1,
  .tabcontent2,
  .tabcontent3,
  .tabcontent4,
  .tabcontent5 {
    transform: translate(0, 0) !important;
  }
  .lefty {
    transform: translate(85vw, 7vh);
  }
  .marginbottom {
    margin-bottom: 30px;
  }
  .tab {
    width: 100%;
  }
  .tabcontent {
    margin-top: 20px;
    position: static !important;
    transform: translate(0, 0);
  }
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    height: 400px;
    overflow: scroll;
  }
  .lefty,
  .righty {
    background: #33f1cc;
  }
  .indicators {
    width: auto;
  }
}
.backgroundmask {
  background: url(../img/page/mark.webp) center center/cover no-repeat;
}
@media only screen and (max-width: 756px) and (min-width: 600px) {
  .divder {
    height: 20px !important;
    clear: both;
  }
  @media only screen and (max-width: 990px) and (min-width: 756px) {
    .divder {
      height: 350px !important;
      clear: both;
    }
  }
}
.backgroundmask2 {
  background: url(../img/banner/network-operation.webp) center center/cover
    no-repeat;
}
@media only screen and (max-width: 990px) and (min-width: 756px) {
  .divder {
    height: 150px !important;
    clear: both;
  }
}
@media only screen and (max-width: 756px) and (min-width: 600px) {
  .divder {
    height: 350px !important;
    clear: both;
  }
}
@media only screen and (max-width: 1208px) and (min-width: 1024px) {
  #navigation,
  #navigation .items-wrapper {
    margin-right: 0 !important;
  }
  #navigation {
    margin-left: 0 !important;
  }
  .absoluteheader {
    position: static;
    margin-top: 24px;
    margin-right: 70px;
    margin-left: 24px;
  }
}
.section-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.single-quoat {
  font-size: 5em;
  color: #fff;
}
.title-h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}
.border-right-g-5 {
  border-left-width: 15px;
}
.border-right-g-4 {
  border-left-width: 4px;
}
.carousel-height {
  height: 450px;
}
.carousel-overlay {
  position: absolute;
  top: 185px;
  z-index: 10;
  width: 75%;
  right: 0;
  height: 350px;
}
.carosel-head {
  font-size: 18px;
}
.bg-navy {
  background-color: #002440;
}
.carousel-control-nxt {
  top: 45px;
  position: absolute;
}
.carousel-btn-group {
  position: relative;
  left: -47px;
}
.px-25 {
  padding-left: 13px;
  padding-right: 13px;
}
.quote-symbol {
  padding-top: 15%;
  padding-left: 10%;
}
.carousel-indicator {
  bottom: -50px !important;
  justify-content: unset !important;
  margin-left: 0 !important;
}
.carousel-indicator li {
  background-color: #3db1f2 !important;
  width: 8px !important;
  height: 8px !important;
  border: 1px solid #aaa !important;
  border-radius: 5px !important;
  opacity: 0.3;
}
.carousel-control-pre-icon {
  background: url(../img/left.png) 50% 50%/35% no-repeat #fff !important;
  border: 1px solid #000;
  padding: 20px;
}
.carousel-control-nxt-icon {
  background: url(../img/right.png) 50% 50%/35% no-repeat #fff !important;
  border: 1px solid #000;
  padding: 20px;
}
.carousel-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.width-50 {
  width: 50% !important;
}
.seprator {
  display: none;
  width: 100px;
  height: 2px;
  background-color: #000;
}
.digital,
.enterprise {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (max-width: 1100px) {
  .banner-content,
  .bannerimageone {
    top: 15% !important;
  }
  .bannerimageone {
    bottom: 10% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content,
  .bannerimageone {
    top: 25% !important;
  }
  .bannerimageone {
    bottom: 20%;
  }
}
.banner-content,
.bannerimageone {
  top: 28%;
}
.bannerimageone {
  bottom: 30%;
}
#menuwrapper ul li {
  background-color: #7f95db;
  border-bottom: 1px solid #fff;
  width: 150px;
  cursor: pointer;
}
#menuwrapper ul li.iehover,
#menuwrapper ul li:hover {
  background-color: #6679e9;
  position: relative;
}
#menuwrapper ul li a {
  padding: 5px 15px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
#menuwrapper ul li ul,
#menuwrapper ul li.iehover ul li ul,
#menuwrapper ul li:hover ul li ul {
  position: absolute;
  display: none;
}
#menuwrapper ul li.iehover ul,
#menuwrapper ul li:hover ul {
  left: 150px;
  top: 0;
  display: block;
}
#menuwrapper ul li ul li a {
  color: #454444;
  display: inline-block;
  width: 120px;
}
#menuwrapper ul li.iehover ul li.iehover ul,
#menuwrapper ul li:hover ul li:hover ul {
  display: block;
  left: 150px;
  top: 0;
}
.tabcontent1,
.tabcontent2 {
  transform: translate(195%, 50%);
}
.tabcontent3 {
  transform: translate(195%, 70%);
}
.tabcontent4 {
  transform: translate(195%, 80%);
}
.tabcontent5 {
  transform: translate(195%, 116%);
}
.backgroundvideo {
  height: 600px;
}
.service_point-list li {
  position: relative;
  padding-left: 25px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.service_point-list-blue li {
  position: relative;
  padding-left: 25px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.service_point-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url(../img/tick.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.service_point-list-blue li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url(../img/tick-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.nav-pills-custom .nav-link {
  background: #fff;
  position: relative;
  color: #060606;
}
.borders {
  border-right: 1px solid #20d3f5;
}
.nav-pills-custom .nav-link.active {
  color: #000;
  background: linear-gradient(270deg, #1fd1f8 0, #35f4c8 100%);
}
.rounded.bg-white {
  margin-left: 0;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(270deg, #1fd1f8 0%, #35f4c8 100%);
}
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
@media only screen and (max-width: 600px) {
  .p-5 {
    padding: 10px !important;
  }
  .carousel-height {
    height: auto;
  }
  .carousel-overlay {
    position: static;
    bottom: 0;
    margin-top: 45px;
    z-index: 10;
    width: 100%;
    right: 0;
    height: auto;
    padding: 10px;
  }
  .paddingmore {
    padding-top: 0;
  }
  .colorreadmore2:before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 5px;
    height: 4px;
    width: 65px;
    background: #3db1f2;
  }
  .width-50 {
    width: 100% !important;
  }
  .carousel-btn-group {
    left: 0;
  }
  .quote-symbol {
    padding-top: 18%;
    padding-left: 3%;
  }
  .text-sm-center {
    text-align: center;
  }
  .divder {
    height: 20px;
  }
}
p {
  font-weight: 100;
}
@media only screen and (max-width: 630px) {
  #caroimage,
  #myCarousel {
    height: 335px;
  }
}
@media only screen and (max-width: 500px) {
  #myCarousel {
    height: 266px;
  }
  #caroimage {
    height: 240px;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  #caroimage,
  #myCarousel {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .carouselinnerliner .carousel-item-next,
  .carouselinnerliner .carousel-item-right.active {
    transform: translateX(33.333%);
  }
  .carouselinnerliner .carousel-item-left.active,
  .carouselinnerliner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}
.carouselinnerliner .carousel-item-left,
.carouselinnerliner .carousel-item-right {
  transform: translateX(0);
}
.menu a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 100 !important;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .menu-hasflyout .menu-downicon,
  .menu > label,
  input[type="checkbox"] {
    display: none;
  }
  .menucio {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 60px;
    width: 80px;
  }
  .menu a {
    padding: 12px 20px 12px 0;
  }
  .menu > ul > li {
    display: inline-block;
  }
  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: 0.2s ease-in-out grow;
    animation: 0.2s ease-in-out grow;
  }
  .width {
    width: 65px;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    top: 112%;
    left:-260px;
    width: 600px;
    background: #FFF;
    z-index: 22;
    box-shadow: 0 2px 8px #0003;
    column-count: 2;
    padding: 15px 15px 15px 0;
    border-radius:8px;
  }
  .column-break {
    display: block;
    break-after: column;
  }
  .menu-hasflyout > ul {
    left: 95%;
    top: 0;
    column-count: 1;
  }
  .menu {
    margin: 0 auto;
    box-shadow: 0 0 15px #8d8d8d82;
  }
  li.menu-hasdropdown.menu-hasflyout {
    //margin: 0 5px -3px;
  }
  .menu-hasflyout > ul,
  li.menu-hasdropdown.menu-hasflyout:hover {
    background: #F2F2F2;
    border-radius: 8px;
    //box-shadow: 0 2px 8px #0003;
  }
}
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.menu-dropdown a {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .menu-righticon,
  .menu > ul {
    display: none;
  }
  .wid-logo {
    display: block !important;
  }
  input[type="checkbox"]:checked ~ ul {
    display: block;
    -webkit-animation: 0.5s ease-in-out grow;
    animation: 0.5s ease-in-out grow;
    width: 100%;
  }
  .menu > label {
    background: #fff;
    display: block;
    text-align: right;
  }
  input[type="checkbox"]:checked ~ ul img {
    width: 60%;
  }
  .width {
    width: 0;
  }
  .menu a {
    padding: 15px 20px;
    color:#333 !important;
  }
  .menu > ul i {
    float: right;
    padding: 5px 10px;
  }
  .fa-bars,
  .fa-times {
    padding: 10px;
    background: #03CFCF;
    color: #fff;
    font-size: 20px;
  }
  .menu-dropdown a {
    background: #FFF;
    color: #333;
  }
  .menu-dropdown {
    overflow-y: scroll;
    height: 150px;
  }
  .menu-hasflyout > ul a {
    background: #f2f2f2;
  }
  .menu-hasdropdown > a::after {
    background: none !important;
  }
  li.menu-hasdropdown.menu-hasflyout > a::after{
    background: none !important;
  }
}
.classbox {
  height: 210px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.servicepadding2 img {
  width: 60px;
  height: 60px;
}
.background {
  background: linear-gradient(to right, #c6ebff 0, #3db1f2 25%);
}
.owl-carousel.owl-drag .owl-item {
  box-shadow: none !important;
  margin-right: 20px !important;
}
.bg-gradient-color {
  background: #fff !important;
  border: 1px solid #21d4f5;
}
.back1:hover h3,
.back2:hover h3,
.back3:hover h3,
.back4:hover h3 {
  font-size: 30px;
  transition: 0.2s ease-in-out;
}
.heightleader {
  height: 134px;
}
.heighttittleleader {
  height: 100px;
}
.icon1:hover {
  content: url(../img/icons/health-insurance-hover.png);
}
.icon2:hover {
  content: url(../img/icons/personal-growth-hover.png);
}
.icon3:hover {
  content: url(../img/icons/perfomance-bonus-hover.png);
}
.icon4:hover {
  content: url(../img/icons/rewards-hover.png);
}
.icon5:hover {
  content: url(../img/icons/international-transfer-hover.png);
}
.icon6:hover {
  content: url(../img/icons/employee-referral-hover.png);
}
.icon7:hover {
  content: url(../img/icons/yearly-vacation-hover.png);
}
.icon8:hover {
  content: url(../img/icons/family-gettogether-hover.png);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #03cfcf;
}
.toggle:hover {
  background-image: linear-gradient(to right, #c6ebff 0, #3db1f2 25%);
  color: #fff !important;
}
.padding-side-homepage {
  padding: 0 1.25rem !important;
}
button {
  padding-left: 0;
}
b {
  font-weight: 700;
}
.applicationheight {
  padding-top: 70px;
}
.applicationheight2 {
  padding-top: 37px;
}
#container {
  height: 175px;
  position: relative;
  overflow: hidden;
  width: 3000px;
  display: block;
  margin: 70px 20px;
}
.border {
  position: relative;
  font-size: 18px;
}
.nav-fill .active:before {
  animation: 0.25s linear forwards border_anim;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.margin0 {
  margin: 0 !important;
  padding: 0 !important;
}
.carousel-item {
  overflow: hidden;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out !important;
}
.padding15 {
  margin-right: 15px;
}
@media only screen and (max-width: 1210px) and (min-width: 1080px) {
  .position-relative {
    padding: 0 26px !important;
  }
  .menucio {
    right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu a {
    //padding-right: 20px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .position-relative {
    padding: 0 70px;
  }
  .menucio {
    right: 35px !important;
  }
}
@media only screen and (min-width: 1300px) {
  .width {
    width: 65px;
  }
  .banner-content,
  .bannerimageone {
    top: 25%;
  }
  .menu a {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .menu a {
    padding-right: 20px;
  }
  .width {
    width: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-content,
  .bannerimageone {
    top: 33% !important;
  }
  .imagesinsight {
    height: auto !important;
  }
}
.iconofimage {
  width: 100px;
  height: 70px;
}
#caroimage {
  width: 100vw !important;
  filter: brightness(50%); /*margin-top:100px*/
}
@media only screen and (min-width: 2000px) {
  .banner-content,
  .bannerimageone {
    top: 35% !important;
  }
}
::-webkit-input-placeholder {
  text-transform: none;
}
:-moz-placeholder {
  text-transform: none;
}
::-moz-placeholder {
  text-transform: none;
}
:-ms-input-placeholder {
  text-transform: none;
}
input[type="email"] {
  text-transform: lowercase !important;
}
.sectionblog {
  min-height: 350px;
  height: 300px;
  border: 2px solid #3db1f2;
  overflow: hidden;
}
.sectionblog iframe {
  max-width: 100%;
  height: 400px;
  width: 100%;
  overflow: visible;
}
.banner-content {
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.left {
  float: left;
  width: 30%;
}
.right {
  float: right;
  text-align: right;
  width: 70%;
}
.position-relative {
  padding: 0 10% 0 10%;
}
.menu-dropdown::-webkit-scrollbar {
  width: 11px;
}
.menu-dropdown {
  scrollbar-width: thin;
  scrollbar-color: #000;
}
.menu-dropdown::-webkit-scrollbar-track {
  background: #666;
}
.menu-dropdown::-webkit-scrollbar-thumb {
  background-color: #3db1f2;
  border-radius: 6px;
  border: 2px solid #666;
}
.cardbodycolor::-webkit-scrollbar {
  width: 11px;
}
.cardbodycolor::-webkit-scrollbar-thumb {
  background-color: #3db1f2;
  background-clip: padding-box;
  border: 0.05em solid #3db1f2;
}
.cardbodycolor::-webkit-scrollbar-track {
  background-color: #666;
}
.cardbodycolor::-webkit-scrollbar-button:single-button {
  background-color: #666;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
  cursor: pointer;
}
.cardbodycolor::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px;
  border-color: transparent transparent #3db1f2;
  cursor: pointer;
}
.cardbodycolor::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #3db1f2;
}
.cardbodycolor::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0;
  border-color: #3db1f2 transparent transparent;
  cursor: pointer;
}
.cardbodycolor::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #777 transparent transparent;
}
@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 80%;
  }
  .banner-content {
    bottom: none;
    top: 10%;
  }
  .nrf-banner-box {
    top: 7% !important;
  }
}
a {
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .cardbodycolor {
    padding: 25px !important;
  }
  .linkedincolor {
    margin-left: -15px;
  }
  img.menucio {
    width: 20% !important;
  }
  .wid-logo {
    width: 50% !important;
    margin: 0 auto !important;
  }
  .cd-logo {
    width: 100% !important;
    height: 50px !important;
  }
  .fa-phone {
    margin-right: 35%;
  }
  .iconofimage {
    width: 100px;
  }
}
input[type="file"]::file-selector-button {
  color: #333;
  border: 1px solid #d5d2e2;
  border-radius: 5px;
}
input[type="file"] {
  background: #fff;
  color: #333;
}
::selection {
  background: #3db1f2;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .position-relative {
    padding: 10px;
  }
  .menu a {
    padding-right: 5px;
  }
  .menucio {
    right: 10px;
  }
}
.brightness {
  width: 100vw !important; /*margin-top:100px*/
}
.nrfcontent {
  max-width: 65%;
}
@media screen and (max-width: 1024px) {
  .himsssubtxt,
  .nrfcontent {
    font-size: 14px !important;
  }
  .nrfcontent {
    max-width: 85%;
  }
  .himsssubtxt {
    max-width: 90% !important;
  }
  .himsslogo,
  .himsslogo span {
    font-size: 16px !important;
  }
  .himsswhitebox {
    margin-top: -30px !important;
  }
  .locsubtxt {
    margin-top: -12px !important;
  }
}
.subtxt {
  width: 85%;
}
.subbantxt {
  width: 70%;
}
.industry-header {
  font-size: 42px !important;
}
.round-corner {
  border-radius: 15px;
}
.box-height {
  min-height: 275px;
}
.industry-box {
  height: 620px !important;
}
.break-bar {
  border: 2px solid #fff;
}
.himsslogo,
.himsswhitebox {
  padding: 10px;
  border-radius: 8px;
}
.himssheader {
  max-width: 70%;
}
.himsssubtxt {
  max-width: 79%;
}
.himsswhitebox {
  background: #fff;
  width: 90%;
  height: 120px;
  margin: 0;
}
.himsslogo {
  color: #00f;
  margin-bottom: 0;
  box-shadow: 0 0 15px #8d8d8d82;
  letter-spacing: 2px;
  text-align: center;
}
.locsubtxt,
.loctxt {
  color: #000 !important;
}
.himsslogo span {
  color: #fff;
  background: #1fd1f8;
  border-radius: 50%;
  padding: 5px 7px;
  margin-left: 3px;
  letter-spacing: 0;
}
.linebreak {
  border-right: 1px solid #8d8d8d82;
  width: 2px;
  height: 70%;
  padding: 25%;
}
.loctxt {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.locsubtxt {
  font-size: 14px !important;
}
.even-whitebox {
  background: no-repeat padding-box #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  margin: 15px 0;
  padding: 25px 15px;
  height: 90%;
  align-items: center;
}
.intl-tel-input {
  width: 100%;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .pagenotfound {
    min-height: auto;
  }
  .conclaveslogo {
    width:100% !important;
  }
}
.careerimage {
  background-color: #fff;
  box-shadow: 0 0 15px #8d8d8d82;
  width: 120%;
  padding: 50px 25px;
  transform: translate(-10vw, 3vh);
}
.cookieConsentContainer,
.cookieConsentContainer .cookieButton a {
  background: linear-gradient(to right, #c6ebff 0, #3db1f2 25%);
  box-sizing: border-box;
  text-align: center;
}
.tenkfollowers iframe {
  width: 57% !important;
  height: 600px !important;
}
@media screen and (max-width: 1024px) {
  .tenkfollowers iframe {
    width: 80% !important;
  }
}
.imagesinsight:hover img {
  transform: scale(1.05);
}
.cookieConsentContainer {
  z-index: 999;
  width: 100%;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  right: 0;
}
.cookieConsentContainer .cookieTitle a {
  font-family: Outfit;
  color: #fff !important;
  font-size: 22px;
  line-height: 20px;
  display: block;
  font-weight: 700;
}
.cookieConsentContainer .cookieDesc p {
  margin: 10px 0 0;
  padding: 0;
  font-family: Outfit;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.cookieConsentContainer .cookieDesc a {
  font-family: Outfit;
  color: #fff !important;
  text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: Outfit;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  padding: 10px 50px;
  transition: background 0.3s;
  border: 1px solid #fff;
}
.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  color: #fff;
}
.cookieConsentContainer > div {
  display: inline-block;
  padding: 25px;
}
.authorfont {
  font-size: 12px;
}
.authorfont span {
  padding: 5px;
}
.partners-bg {
  background: #112c57;
}
.canada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/banner/canada-banner.png);
  display: flex;
}
.bannerdei,
.pagenotfound {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
}
.banner-content h1 {
  line-height: 1.083;
  margin-bottom: 30px;
  font-size: 48px;
  letter-spacing: 3px;
  color: #fff;
}
@media only screen and (min-width: 1800px) {
  .backgroundvideo {
    height: auto;
  }
}
.footerlinks {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}
.footerlinks li {
  padding: 5px 0;
}
.footerlinks li a {
  color: #fff;
  font-size: 14px;
}
.footer-new p {
  color: #3db1f2;
}
.footer-black {
  background: #000;
}
.footer-black p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.sociallinks {
  list-style: none;
  color: #fff;
  margin: 0;
  font-weight: 100;
}
.sociallinks li {
  display: inline-block;
  padding: 5px 5px 20px;
  font-size: 14px;
}
.sociallinks li a {
  color: #fff;
  font-size: 14px;
}
.addressmap p {
  font-size: 16px;
}
.uslocation,
.canadalocation,
.covailocation,
.chennailocation,
.malaysialocation {
  padding: 15px;
  border-radius: 10px;
  width: auto;
  position: absolute;
  z-index: 1;
  margin-right: 4%;
}
.uslocation {
  background: #e1cf98;
}
.canadalocation {
  background: #c0dbf5;
}
.covailocation {
  background: #bae2e1;
}
.chennailocation {
  background: #edbeea;
}
.malaysialocation {
  background: #b2cea4;
}
.locicon img {
  width: 30px;
  cursor: pointer;
}
img.usmap {
  position: absolute;
  top: 32%;
  left: 14%;
}
img.canadamap {
  position: absolute;
  top: 24%;
  left: 12%;
}
img.covaimap {
  position: absolute;
  top: 27.5%;
  left: 65.7%;
}
img.chennaimap {
  position: absolute;
  top: 37.7%;
  left: 66%;
}
img.malaysiamap {
  position: absolute;
  top: 41%;
  left: 72.5%;
}
@media only screen and (min-width: 1800px) {
  img.usmap {
    top: 38%;
  }
  img.canadamap {
    top: 25%;
  }
  img.covaimap {
    top: 40%;
    left: 67.5%;
  }
  img.chennaimap {
    top: 47.7%;
    left: 67.8%;
  }
  img.malaysiamap {
    top: 50%;
    left: 74.5%;
  }
}
@media only screen and (max-width: 767px) {
  img.usmap {
    top: 17%;
  }
  img.canadamap {
    top: 4%;
  }
  img.covaimap {
    top: 3%;
    left: 62%;
  }
  img.chennaimap {
    top: 23.7%;
    left: 62.5%;
  }
  img.malaysiamap {
    top: 26%;
    left: 68.5%;
  }
}
@media only screen and (max-width: 1039px) {
  img.usmap {
    top: 20%;
  }
  img.canadamap {
    top: 16%;
  }
  img.covaimap {
    top: 12%;
    left: 63%;
  }
  img.chennaimap {
    top: 30%;
    left: 64.2%;
  }
  img.malaysiamap {
    top: 36%;
    left: 71%;
  }
}
.addressmap p {
  font-size: 14px;
}
.whitecta {
  background: #fff !important;
  border: 1px solid #3db1f2 !important;
  color: #000 !important;
}
.whitectamore {
  border: 1px solid #3db1f2;
}
.whitectamore:hover {
  background: #3db1f2 !important;
}
.whitecta:hover {
  background: #3db1f2 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.whitecta:hover .text-blue {
  color: #fff !important;
  transform: translate(10px, 0);
  transition: 1s;
}
.buttonnewwhite:hover .text-blue {
  color: #fff !important;
  transform: translate(10px, 0);
  transition: 1s;
}
.button-45:hover .text-blue {
  color: #fff !important;
  transform: translate(10px, 0);
  transition: 1s;
}
.colorreadmore:before {
  background: none !important;
}
.isologobg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/isobackground.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.numbersbg {
  background-image: url(../img/numbersspeaksbg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.itservicersbgimage {
  background-image: url(../img/itservicersbgimage.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.px-10 {
  padding-left: 10%;
  padding-right: 10%;
}
.casestudybg {
  position: relative;
}
.casestudybg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  right: 0;
  background: #112c57;
  z-index: -2;
}
.num {
  font-size: 42px;
}
.blue-box {
  background: #112c57;
  text-align: center;
  padding: 10px;
  //border: 1px solid #e9e9e9;
  border-radius: 10px;
  opacity: 1;
}
.itservices:hover {
  background: #fff;
}
.itservices:hover p {
  color: #000 !important;
}
.itservices:hover h2 {
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  .carousel-indicators {
    display: none;
  }
}
.customersaysbg {
  background: #3db1f2;
  color: #fff;
}
.text-quote {
  font-size: 40px;
  height: 30px;
}
.topblurbar-list {
  list-style: none;
  font-size: 14px;
  margin: 0;
}
.topblurbar-list li {
  display: inline-block;
  color: #fff;
}
.topblurbar-list li a {
  color: #fff;
}
.topblurbar {
  /*background:#112c57;*/
  padding: 5px 85px 5px 80px;
}
.topblurbar-list .fa-phone,
.fa-globe {
  padding-right: 5px;
}
.itservices img {
  width: 60px;
  height: 60px;
}
.itservices {
  box-shadow: 0 0 15px #8d8d8d82;
  border: 1px solid #566d8f;
  border-radius: 20px;
  opacity: 1;
}
.itservices p {
  color: #fff !important;
}
.itservices h2 {
  color: #fff !important;
}
.nohover {
  background: #fff !important;
  border: none;
}
.nohover:hover {
  background: #fff !important;
}
.nohover:hover img {
  filter: none !important;
}
.contactbtn {
  background: #01cfcf !important;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 14px;
}
.text-blue {
  color: #3db1f2 !important;
}
.copyright {
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}
.equal-height {
  background: #f3f3f6 0% 0% no-repeat padding-box;
  height: 404px;
  padding-top: 40px;
  text-align: left;
  border-radius: 20px !important;
  color: #fff;
}
.equal-height:hover {
  background: transparent linear-gradient(180deg, #112c57 0%, #3db1f2 100%) 0%
    0% no-repeat padding-box;
  border-radius: 20px !important;
  opacity: 1;
}
.equal-height:hover .text-blue {
  color: #fff !important;
}
.equal-height:hover img {
  filter: invert(150%) sepia(100%) saturate(100%) hue-rotate(86deg)
    brightness(118%) contrast(119%);
}
.itservices:hover .sericon {
  filter: invert(150%) sepia(100%) saturate(100%) hue-rotate(86deg)
    brightness(0%) contrast(119%);
}
.equal-height:hover h3 {
  color: #fff !important;
}
.equal-height:hover p {
  color: #fff !important;
}
.new-blue {
  background: #3db1f2;
}
.divider-line {
  border: 1px solid #fff;
  width: 1px;
  height: 30vh;
  margin: 0 auto !important;
}
.white-box {
  background: #fff;
  box-shadow: 2px 5px 5px #58585829;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  opacity: 1;
  padding: 25px 0;
}
.bottomtextbox {
  background-color: #fff;
  box-shadow: 0 0 15px #8d8d8d82;
  width: 90%;
  height: auto;
  padding: 25px;
  margin: 0 auto;
  position: relative;
  top: -10%;
}
@media only screen and (max-width: 767px) {
  .topblurbar {
    display: none;
  }
  .casetitle {
    top: -1% !important;
    left: 10% !important;
  }
}
.menucio {
  display: none;
}
@media (min-width: 1800px) {
  .topblurbar {
    padding: 5px 11.5% 5px 80px;
  }
}
.casetitle {
  position: absolute;
  top: 15%;
}
.casestudybottomtextbox {
  background-color: #fff;
  box-shadow: 0 0 15px #8d8d8d82;
  width: 90%;
  height: auto;
  padding: 25px;
  margin: 0 auto;
  position: relative;
  top: -10%;
  transition: all 1s ease;
}
.incheader {
  position: relative;
  left: -4%;
  top: 4%;
}
@media (max-width: 786px) {
  .incheader {
    top: 4%;
  }
}
@media only screen and (min-width: 1600px) {
  .incheader {
    top: -10% !important;
    left: -20%;
  }
  .equal-height {
    height: 350px;
  }
  .gptwtxt {
    top: 30% !important;
  }
}
@media only screen and (min-width: 2000px) {
  .incheader {
    left: -23%;
  }
}
@media only screen and (min-width: 3000px) {
  .incheader {
    left: -15%;
  }
  .banner-content h2 {
    font-size: 100px;
  }
  .banner-content p {
    font-size: 40px;
  }
}
.blogtitle {
  font-size: 30px;
}
.subtitle {
  font-size: 20px;
}
.bannerworldwide {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/worldwide-banner.png);
  background-position: center center;
  display: flex;
  background-size: 100% 100%;
}
.cdbluecolor {
  background: #112c57;
}
@media only screen and (max-width: 1080px) {
  .casestudybottomtextbox {
    height: 310px !important;
  }
}
.casestudybottomtextbox:hover {
  margin-top: -10%;
}
@media only screen and (max-width: 767px) {
  .footsublinksscroll {
    overflow-y: scroll;
    height: 300px;
  }
}
.back-to-top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .MobileNav {
    position: relative;
    left: 20%;
    width: 80% !important;
    background: #FFF;
    margin-top: 5% !important;
    box-shadow: 0 0 15px #8d8d8d82;
  }
  .MobFoot {
    display: block !important;
  }
  .DeskFoot {
    display: none !important;
  }
}
.DeskFoot {
  display: block;
}
.MobFoot {
  display: none;
} /* footaccordion */
.footaccordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}
.accordion button:hover,
.footaccordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after,
.footaccordion button:focus::after {
  cursor: pointer;
}
.footaccordion button .footaccordion-title {
  padding: 0;
}
.footaccordion button .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
}
.footaccordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.footaccordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.footaccordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.footaccordion button[aria-expanded="true"] + .footaccordion-content {
  opacity: 1;
  max-height: 0%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  position: relative;
}
.footaccordion .footaccordion-content {
  opacity: 0;
  max-height: 15px;
  overflow: hidden;
  transition: opacity 0ms linear, max-height 0ms linear;
  will-change: opacity, max-height;
}
/* footaccordion */
.itservicesbanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/banner/it-services-banner.webp);
  background-position: top center;
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
}
.generativeai {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/banner/ai-banner.webp);
  background-position: top center;
  display: flex;
  padding-top: 160px;
  padding-bottom: 60px;
  z-index: 1;
}
.databackgroundmask {
  background: url(../img/page/dataengineering-benefit-banner.webp) center
    center/cover no-repeat;
}
.breadcrumb-item.active {
  box-shadow: none !important;
}
.breadcrumb-item {
  font-size: small;
}
.breadcrumb-item.active {
  color: #3db1f2 !important;
}
.certifiedlogos {
  background: #f0faff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 3px #00000029;
  opacity: 1;
  text-align: center;
  width: 79%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  bottom: 60px;
}
.certifiedlogos ul {
  padding: 0;
}
.certifiedlogos li {
  list-style: none;
  display: inline-block;
  padding: 15px;
  width: 19%;
}
.certifiedlogos li img {
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .certifiedlogos {
    width: 100% !important;
    position: relative;
    bottom: 35px !important;
  }
  .padding-side-homepage {
    padding: 0 5px !important;
  }
}
.banner-content {
  width: 90%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .position-relative {
    padding: 0 6% 0 6%;
  }
  .certifiedlogos {
    width: 87%;
  }
}
.BlueHeader {
  background-color: #000;
}
.LightHeader {
  background-color: none;
}
.menu-hasdropdown a {
  color: #333;
}
.menu-hasdropdown a:hover {
  color: #01cfcf;
}
.navpartner {
  color: #333;
}
.navpartner:hover {
  color: #01cfcf !important;
}
.phoneover {
  color: #333;
}
.phoneover:hover {
  color: #01cfcf !important;
}
.newblue {
  background: #112c57;
}
.newsky {
  color: #3db1f2;
}
.logocertify li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  width: 19%;
}
.logocertify li img {
  width: 70px;
}
.logocertifyicons li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}
.logocertifyicons li  img {
  width: 60px;
}
.newblue p {
  font-size: 14px;
}
.footer-new p {
  font-size: 14px;
}
.newblue img {
  height: 120px;
  width: 100%;
}
.conclavedarkblue {
  background: transparent linear-gradient(180deg, #00457c 0%, #03cfcf 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.conclavegradientbg {
  background: transparent
    linear-gradient(111deg, #00457c 0%, #0184a2 52%, #03cfcf 100%) 0% 0%
    no-repeat padding-box;
}
.conclavecolor {
  color: #01cfcf;
}
@media only screen and (max-width: 767px) {
  .borderline,
  .whiteborderline {
    border: none !important;
  }
}
.accordion-btn-list li {
  display: inline-block;
  margin: 1%;
  width: 17.5%;
  font-weight: bold;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 5px;
  border-radius: 25px;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.bluebtnbg {
  background: #01cfcf !important;
  color: #fff;
  border: 1px solid #01cfcf !important;
}
@media only screen and (max-width: 767px) {
  .accordion-btn-list li {
    width: 85%;
  }
}
.aboutusicon img {
  width: 50px;
  height: 50px;
}
.borderline {
  //margin: 25px 0;
  border-left: 2px solid #01cfcf;
  justify-content: space-between;
  //padding: 20px;
  //height: 100px;
}
.whiteborderline {
  //margin: 25px 0;
  border-left: 2px solid #fff;
  justify-content: space-between;
  //padding: 20px;
  //height: 100px;
}
.conclavebg {
  background: #01cfcf;
}
.conclavebtn {
  background: #00457c;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 14px;
}
.footerlightbg {
  background: #2a2a2a;
}
.footerlightbg p {
  color: #fff;
  font-size: 12px;
}
.footerlinks li {
  font-size: 14px;
}
.description {
  margin: 10px 0;
  color: #555;
}
.client-info {
  display: flex;
  align-items: center;
}
.client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.client-info h3 {
  margin: 0;
  font-size: 1rem;
}
.client-info p {
  margin: 0;
  color: #777;
}
/* Testimonials Section */
.testimonials {
  padding: 40px 0;
  text-align: center;
  background: transparent linear-gradient(180deg, #00d3d700 0%, #aef6f6 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.7;
}
.testimonial.active {
  transform: scale(1.1);
  z-index: 1;
  order: 2; /* Order for the active testimonial */
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 16px;
  opacity: 1;
}
.testimonial-slider {
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: visible;
  flex-wrap: wrap; /* Allow testimonials to wrap on smaller screens */
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.testimonial {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, opacity 0.5s ease;
  text-align: left;
  width: calc(33.33% - 40px); /* Adjust width for three testimonials per row */
  margin: 10px;
  flex-shrink: 0;
  opacity: 0.5;
  transform: scale(0.9);
}
.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #00a7ae66;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.pagination .dot.active {
  background-color: #00a7ae;
}
@media (max-width: 992px) {
  .testimonial {
    width: calc(50% - 40px); /* Two testimonials per row on medium screens */
  }
}
@media (max-width: 768px) {
  .testimonial {
    width: calc(100% - 40px); /* Single testimonial per row on small screens */
  }
  .uniqueadvantage .evenbox {
    text-align:center;
  }
}
.borderaround {
  border: 1px solid #dadce0;
}
.aboutusicon {
  position: relative;
}
.row-divider {
  display: flex;
}
.row-divider > .col-md-6:not(:last-child) {
  border-right: 2px solid #fff;
}
.input-fields {
  font-size: 14px;
  padding-left: 10px;
}
.large {
  font-size: 55px;
}
.mb-30 {
  margin-bottom: 30px;
}
.evenbox img {
  width: 50px;
  height: 50px;
}
.evenbox {
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  opacity: 1;
  height: 91%;
}
.evenbox:hover {
  background: #f3f4f6 0% 0% no-repeat padding-box;
  box-shadow: 0 0 10px #8D8D8D82;
}
.background-image {
  width: 100%;
  display: block;
  padding: 10%;
}
.overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.flowchart p {
  border: 2px solid #00457c;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 25px;
}
.whitelist li {
  color: #fff !important;
}
.textanimi {
  background: linear-gradient(45deg, #00457C, #0184A2, #03CFCF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.bannertextanimi {
  background: linear-gradient(45deg, #007bff, #79e6e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.appointment-btn-list li {
  display: inline-block;
  margin: 1%;
  width: 27%;
  font-weight: bold;
  border: 1px solid #00457C;
  text-align: center;
  padding: 10px 5px;
  border-radius: 25px;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.visitbg {
  background: #00457C;
  color: #fff;
}
.font14 {
  font-size: 14px;
}
.font14 li {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font20 {
  font-size: 20px;
}
.caregivericons img {
  width: 75%;
  padding: 30px;
  border: 2px solid #DFE3E3;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .caregivericons img {
    width: 100px;
  }
}
.caregiverevenbox .evenbox {
  background: #FFF;
}
.sericon {
  width: 50px;
  height: 50px;
}
.direction {
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.direction:hover, .direction.active {
  background-color: #00457C;
  border: 2px solid #00457C;
  color: #FFF;
}

.direction img {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  transition: filter 0.3s;
}

.direction:hover img, .direction.active img {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}
.top-images {
  position: relative;
}

.sericon-left {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.sericon-right {
  position: absolute;
  top: -139px;
  right: 15px;
  width: 200px;
}

.next-element {
  margin-top: 15px;
  margin-left: 10px;
}
.bottomcurve {
  position: absolute;
  right: 10px;
  width: 200px;
}
#header {
  background: #FFF;
}
p {
  font-size: 16px;
}
.uniqueadvantage .evenbox {
  background: #FFF;
}
.menudividerline {
  border-left: 1px solid #b1acace3;
  height: 90%;
  position: absolute;
}
/* .arrow-up {
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  position: absolute;
  top: -8px;
  left: 50%; 
  transform: translateX(-50%);
} */
.menu-hasdropdown > a {
  position: relative;
}

.menu-hasdropdown > a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01cfcf;
  transition: width 0.3s;
}

.menu-hasdropdown > a:hover::after {
  width: 80%;
}
li.menu-hasdropdown.menu-hasflyout > a::after{
  background: none;
}
/* @keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  animation: slideInFromLeft 1s ease-out forwards;
}
.slide-in-right {
  animation: slideInFromRight 1s ease-out forwards;
} */
.menu-hasflyout > ul, li.menu-hasdropdown.menu-hasflyout:hover {
  background: #F2F2F2;
  border-radius: 8px;
}
.menu-hasdropdown:hover > ul {
  display: block;
  -webkit-animation: 0.2s ease-in-out grow;
  animation: 0.2s ease-in-out grow;
}
.text-content {
    text-align: left; /* Default alignment for larger screens */
}

@media (max-width: 767px) {
    .text-content {
        text-align: center; /* Center alignment for screens smaller than 768px */
    }
}
.toc a {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 12px;
}
.toc a.active {
  color: #3DB1F2;
  border-radius: 3px;
  padding: 2px 5px;
}
.toc {
  position: sticky;
  top: 100px; 
  padding: 10px;
}
p, li, a, span {
  letter-spacing: 0.3px;
}
.conclaveslogo {
  width: 55%;
}
h3 {
  line-height:1.5 !important;
}