.btn-default,
.image-anime,
.reveal {
  position: relative;
  overflow: hidden
}

#loading-icon,
.image-anime:after {
  left: 50%;
  position: absolute;
  top: 50%
}

.btn-default,
.section-title-small.dark-section h1,
.section-title-small.dark-section h2,
.section-title-small.dark-section h3,
.section-title-small.dark-section p,
.section-title-small.dark-section ul,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section h3,
.section-title.dark-section p,
.team-item:hover .team-content h3,
.team-item:hover .team-content p,
.team-social-icon ul li a:hover i {
  color: var(--white-color)
}

.btn-default,
.main-menu ul li a,
.section-title h3 {
  font-size: 18px;
  text-transform: capitalize
}

.about-us-footer-counter h2,
.section-title h2 span {
  background-image: linear-gradient(90deg, var(--accent-color) 17.66%, var(--accent-secondary-color) 90.75%)
}

.about-us-footer-counter h2,
.btn-default.btn-highlighted span,
.section-title h2 span {
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.work-step-content h3,
body {
  font-family: var(--default-font)
}

.about-us-footer-counter h2,
.btn-default.btn-highlighted span,
.client-review-content h3 i,
.contact-info-content h3,
.section-title h2 span {
  -webkit-text-fill-color: transparent
}

#map,
#zoomHint {
  pointer-events: none
}

.btn-style-2,
a,
a:focus,
a:hover {
  text-decoration: none
}

:root {
  --primary-color: #0d4075;
  --secondary-color: #FAFAFB;
  --tertiary-color: #0d4075;
  --text-color: #666666;
  --text-black: #49494b;
  --accent-color: #219ed8;
  --accent-secondary-color: #0b3c88;
  --white-color: #FFFFFF;
  --divider-color: #E6E6EB;
  --dark-divider-color: #FFFFFF1A;
  --error-color: rgb(230, 87, 87);
  --default-font: "DM Sans", serif;
  --accent-font: "Poppins", serif
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  background-color: var(--white-color);
  color: var(--text-color)
}

.section-title h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-black);
  line-height: 1.2em
}

p {
  line-height: 1.6em;
  margin-bottom: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--accent-font);
  margin: 0;
  font-weight: 600
}

.about-footer-social ul li:last-child,
.benefit-item-content p,
.post-item-content p,
.satisfy-client-image:first-child,
.section-row .section-title,
.slicknav_menu ul ul,
.tabview-content p,
.tabview-content ul,
.team-sec-2-text h3,
.testimonial-title-box .section-title,
.topbar-social-links ul li:last-child,
figure {
  margin: 0
}

img {
  max-width: 100%
}

a:focus,
a:hover {
  outline: 0
}

body,
html {
  width: 100%;
  overflow-x: clip
}

.container {
  max-width: 1300px
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row>* {
  padding-right: 15px;
  padding-left: 15px
}

.image-anime:after {
  content: "";
  width: 200%;
  height: 0%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1
}

.image-anime:hover:after {
  height: 250%;
  transition: .6s linear;
  background-color: transparent
}

.reveal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.row.no-gutters>* {
  padding-right: 0;
  padding-left: 0
}

.btn-default {
  display: inline-block;
  background: linear-gradient(to right, var(--accent-color) 0, #6ed4f8 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  font-weight: 500;
  line-height: 1em;
  border: none;
  padding: 17px 46px 17px 16px;
  transition: .4s ease-in-out;
  z-index: 0;
  border-radius: 10px
}

.btn-default.btn-highlighted:hover span,
.btn-default:hover,
.intro-video-play-button a:hover,
.member-social-list ul li a:hover,
.post-social-sharing ul li:hover a,
.post-tags .tag-links a:hover,
.project-catagery-list ul li span a:hover {
  background-position: right center
}

.btn-default::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 16px;
  transform: translateY(-50%);
  background-image: url('../img/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: .4s ease-in-out
}

.btn-default:hover::before {
  transform: translateY(-50%) rotate(45deg)
}

.btn-default.btn-highlighted,
.hero-content .section-title.dark-section h3::before,
.our-team.about-page-team {
  background: var(--white-color)
}

.cb-cursor:before,
.preloader,
.pricing-item.highlighted-box {
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%)
}

.btn-default.btn-highlighted span {
  background-image: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  transition: .4s ease-in-out
}

.navbar-brand img,
header .homemenu-hide,
header .scrolled,
header .scrolled .homemenu-hide,
header .scrolled .navbar-brand img {
  transition: transform .3s ease-in-out
}

.btn-default.btn-highlighted::before {
  right: 18px;
  background-image: url('../img/arrow-gradient.png');
  width: 14px;
  height: 14px
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center
}

.loading,
.loading-container {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%
}

.loading-container {
  margin: 40px auto
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--white-color) transparent var(--white-color);
  animation: 1.5s linear infinite rotate-loading;
  transform-origin: 50% 50%
}

.loading-container .loading,
.loading-container:hover .loading {
  transition: .5s ease-in-out
}

#loading-icon {
  max-width: 66px;
  transform: translate(-50%, -50%)
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.section-row,
.service-feature-image,
.testimonial-content {
  margin-bottom: 40px
}

.benefit-item .icon-box,
.post-entry p,
.post-featured-image,
.project-entry p,
.section-title-content p,
.service-entry p,
.sidebar-cta-content ul li {
  margin-bottom: 20px
}

.accordion-item .accordion-body p:last-child,
.client-review-content p,
.contact-us-now-text p,
.footer-links ul li:last-child,
.info-img-overtext .info-img-overtext-inner p,
.member-content-body ul li:last-child,
.page-faqs-accordion:last-child,
.post-entry blockquote p:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child,
.post-entry p:last-child,
.post-entry ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ul ul li:last-child,
.pricing-header ul li:last-child,
.project-entry p:last-child,
.project-entry ul li:last-child,
.section-title-content p:last-child,
.service-entry p:last-child,
.sidebar-cta-content ul li:last-child,
.skills-progress-bar:last-child,
.why-choose-author-content p,
.why-choose-author-info p:last-child,
.why-choose-list ul li:last-child {
  margin-bottom: 0
}

.section-row .section-btn,
.team-contact-circle {
  text-align: end
}

.section-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 1
}

.section-title-small {
  position: relative;
  margin-bottom: 20px;
  z-index: 1
}

.section-title h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px
}

.section-title h1 {
  font-size: 45px;
  margin-bottom: 0
}

.section-title h2 {
  font-size: 32px;
  margin-bottom: 0
}

.section-title-small h2 {
  font-size: 32px;
  margin-bottom: 0
}

.section-title p,
.section-title-small p,
.section-title-small ul li {
  margin-top: 10px;
  margin-bottom: 0
}

.section-title-small ul li {
  line-height: 1.4
}

.help-block.with-errors ul {
  margin: 0;
  text-align: left
}

.help-block.with-errors ul li {
  color: var(--error-color);
  font-weight: 500;
  font-size: 14px
}

.topbar {
  background: var(--primary-color);
  padding: 12px 0
}

.main-menu ul ul,
.slicknav_btn,
.slicknav_menu {
  background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 100%)
}

.topbar-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px
}

.topbar-contact-info ul li a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  transition: .3s ease-in-out
}

.about-footer ul li:hover a,
.contact-us-now-text p a:hover,
.footer-go-to-top-btn a:hover,
.privacy-policy-list ul li:hover,
.topbar-contact-info ul li a:hover,
.topbar-login-btn ul li:hover,
.topbar-social-links ul li:hover a {
  color: var(--accent-secondary-color)
}

.topbar-contact-info ul li a i {
  font-size: 16px;
  color: inherit;
  margin-right: 8px
}

.topbar-social-login {
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px
}

#zoomHint,
.contact-form .btn-default::before,
.main-menu ul li.highlighted-menu,
.navbar-toggle,
.pricing-btn .btn-default::before,
.responsive-menu,
.topbar-login-btn ul li:last-child:before {
  display: none
}

.topbar-login-btn {
  border-right: 1px solid var(--white-color);
  margin-right: 30px;
  padding-right: 30px
}

.about-footer ul,
.member-social-list ul,
.post-social-sharing ul,
.sidebar-cta-content ul,
.topbar-login-btn ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.topbar-login-btn ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  color: var(--white-color);
  transition: .3s ease-in-out
}

.main-menu ul ul li,
.page-header-box ol,
.topbar-login-btn ul li:last-child {
  margin: 0;
  padding: 0
}

.topbar-login-btn ul li::before {
  content: '/';
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  font-size: 16px;
  color: var(--white-color)
}

.footer-links ul li a,
.page-header-box ol li.breadcrumb-item a,
.post-item-content h3 a,
.privacy-policy-list ul li a,
.project-content h3 a,
.project-content p a,
.service-title h3 a,
.team-content h3,
.team-content h3 a,
.topbar-login-btn ul li a,
.video-contact-content h3 a {
  color: inherit
}

.post-social-sharing,
.topbar-social-links {
  text-align: right
}

.topbar-social-links ul {
  list-style: none;
  line-height: 1em;
  padding: 0;
  margin: 0
}

.topbar-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  transition: .3s ease-in-out
}

.main-menu ul ul,
.navbar-brand,
.slicknav_btn {
  margin: 0;
  padding: 0
}

.about-footer ul li a,
.topbar-social-links ul li a {
  display: block;
  color: var(--white-color);
  transition: .3s ease-in-out
}

.topbar-social-links ul li a i {
  font-size: 16px;
  color: inherit
}

.navbar-brand img {
  width: 200px
}

.about-footer img,
.award-logos {
  max-width: 200px
}

header.main-header {
  position: relative;
  background-color: var(--primary-color);
  z-index: 100
}

header.main-header .header-sticky {
  position: relative;
  top: 0;
  z-index: 100
}

header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform .3s ease-in-out;
  border-radius: 0
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  transform: translateY(0);
  background-color: var(--white-color)
}

header .scrolled {
  background-color: var(--tertiary-color)
}

.service-body,
.service-content,
.service-image img {
  transition: .4s ease-in-out
}

header .scrolled .homemenu-hide {
  display: unset
}

.navbar {
  padding: 25px 0;
  align-items: center
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: end;
  margin: 0 0 0 20px
}

.main-menu .nav-menu-wrapper>ul {
  align-items: center;
  display: inline-flex
}

.main-menu ul li {
  margin: 0;
  position: relative
}

.main-menu ul li a {
  font-weight: 500;
  line-height: 1.2em;
  padding: 14px 15px !important;
  color: var(--white-color);
  transition: .3s ease-in-out
}

.main-menu ul li.submenu>a:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 1px
}

.main-menu ul li a:focus,
.main-menu ul li a:hover {
  color: #219ed8
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(.8);
  transform-origin: top;
  list-style: none;
  width: 230px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 100%;
  transition: .3s ease-in-out;
  text-align: left
}

.main-menu ul li.submenu:first-child ul {
  width: 230px
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
  text-align: left
}

.main-menu ul li.submenu ul li.submenu>a:after {
  content: '\f105';
  float: right
}

.main-menu ul ul li a {
  color: var(--white-color);
  padding: 8px 20px !important;
  transition: .3s ease-in-out
}

.main-menu ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding: 5px 0
}

.main-menu ul ul li a:focus,
.main-menu ul ul li a:hover {
  color: var(--primary-color);
  background-color: transparent;
  padding: 8px 20px 8px 23px !important
}

.responsive-menu {
  top: 0;
  position: relative
}

.slicknav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 0
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: .1s ease-in-out
}

.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important
}

.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:first-child {
  transform: rotate(-45deg) translate(-5px, 5px)
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
  opacity: 0
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px)
}

.slicknav_menu {
  position: absolute;
  width: 100%;
  padding: 0
}

.homepage-responsive-menu .slicknav_menu ul {
  margin: 120px 0 5px
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  transition: .3s ease-in-out
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:focus,
.slicknav_nav a:hover {
  background-color: transparent;
  color: var(--primary-color)
}

.slicknav_menu ul ul li a {
  padding: 8px 20px 8px 30px
}

.slicknav_arrow {
  font-size: 0 !important
}

.slicknav_arrow:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--white-color);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s ease-out
}

.slicknav_open>a .slicknav_arrow:after {
  transform: translateY(-50%) rotate(-180deg);
  color: var(--primary-color)
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(11, 60, 136, .55) 0, rgba(11, 60, 136, .65) 51.13%, rgba(11, 60, 136, .86) 63.85%);
  opacity: 82%;
  height: 100%;
  width: 100%;
  z-index: 1
}

.hero.hero-video .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.hero.hero-video::before {
  opacity: 70%
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img,
.hero.hero-video .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero.hero-slider-layout {
  background: 0 0;
  padding: 0
}

.hero.hero-slider-layout .hero-slide {
  position: relative;
  padding: 120px 0
}

.hero.hero-slider-layout .hero-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 51.13%, rgba(88, 181, 224, .02) 63.85%);
  opacity: 82%;
  width: 100%;
  height: 100%;
  z-index: 1
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}

.hero.hero-slider-layout .hero-pagination {
  position: absolute;
  bottom: 50px;
  text-align: left;
  padding-left: calc(((100vw - 1300px)/ 2));
  z-index: 2
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--white-color);
  opacity: 1;
  transition: .3s ease-in-out;
  margin: 0 5px
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color)
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-top: 80px
}

.hero-body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px
}

.hero-body .video-play-button {
  display: inline-flex;
  align-items: center
}

.hero-body .video-play-button p {
  font-family: var(--accent-font);
  text-transform: capitalize;
  color: var(--white-color);
  margin: 0;
  transition: .3s ease-in-out
}

.faq-catagery-list ul li:hover a,
.hero-body .video-play-button:hover p,
.service-catagery-list ul li:hover a,
.sidebar-cta-content ul li a:hover,
.swiper-pagination-current {
  color: var(--primary-color)
}

.hero-body .video-play-button a {
  height: 50px;
  width: 50px;
  border: 2px solid var(--white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: .3s ease-in-out
}

.hero-body .video-play-button:hover a {
  border-color: var(--primary-color)
}

.hero-body .video-play-button a img {
  width: 100%;
  max-width: 20px;
  margin-left: 2px
}

.hero-footer,
.post-social-sharing ul li,
.team-contact-circle a {
  display: inline-block
}

.benefit-service-box,
.hero-footer-text,
.project-challenge-box,
.service-entry-process,
.service-why-choose-box {
  margin-top: 60px
}

.hero-footer-text p {
  color: var(--white-color);
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 0px
}

.hero-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center
}

.hero-footer ul li {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 21px
}

.hero-footer ul li img {
  width: 58px
}

.about-us,
.our-services,
.page-single-post {
  padding: 60px 0
}

.about-us-images {
  position: relative;
  padding: 20px 240px 165px 30px;
  margin-right: 35px
}

.about-image-1 {
  transform: rotate(-10deg)
}

.about-image-1 figure,
.about-image-2 figure,
.achivement-image figure,
.faq-img figure,
.how-work-image figure,
.opportunities-image figure,
.our-approach-image-1 figure,
.our-approach-image-2 figure,
.page-gallery-box .photo-gallery figure,
.post-featured-image a figure,
.project-challenge-image figure,
.project-img a,
.project-img figure,
.project-single-slider .swiper-slide figure,
.service-entry-video-image figure,
.service-feature-image figure,
.team-image a,
.team-image a figure,
.team-image figure,
.team-member-image figure,
.what-we-do-img-1 figure,
.what-we-do-img-2 figure,
.what-we-do-img-3 figure,
.why-choose-image figure {
  display: block
}

.about-image-1 img,
.about-image-2 img {
  width: 100%;
  aspect-ratio: 1/1.162;
  object-fit: cover
}

.about-image-2 {
  position: absolute;
  bottom: 40px;
  right: 50px;
  transform: rotate(17deg);
  width: 100%;
  max-width: 290px
}

.about-image-circle {
  position: absolute;
  top: 0;
  right: 30px
}

.about-image-circle a {
  display: block;
  box-shadow: 0 0 30px 0 #0000000D;
  border-radius: 50%
}

.about-image-circle a img,
.our-approach-circle img {
  width: 100%;
  max-width: 146px;
  animation: 25s linear infinite infiniterotate
}

@keyframes infiniterotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.about-us-body,
.what-we-list {
  display: flex;
  gap: 30px 50px;
  flex-wrap: wrap
}

.about-body-item,
.what-we-item {
  width: calc(50% - 25px);
  display: flex;
  align-items: center
}

.about-body-item .icon-box,
.achivement-image,
.margin-end,
.service-process-step-body .icon-box,
.what-we-item .icon-box,
.work-step-item .icon-box {
  margin-right: 20px
}

.about-body-item .icon-box img,
.benefit-item .icon-box img,
.facility-item .icon-box img,
.what-we-item .icon-box img {
  width: 100%;
  max-width: 50px
}

.about-body-item-content,
.service-process-step-title,
.what-we-item-content,
.work-step-content {
  width: calc(100% - 70px)
}

.about-body-item-content h3,
.what-we-item-content h3 {
  font-size: 16px;
  line-height: 1.5em;
  text-transform: capitalize
}

.about-us-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--divider-color);
  margin-top: 40px;
  padding-top: 40px
}

.about-us-footer-counter {
  width: calc(27% - 20px)
}

.about-us-footer-counter h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1em
}

.about-us-footer-content {
  width: calc(45% - 20px)
}

.about-us-footer-content h3 {
  font-size: 18px;
  line-height: 1.5em
}

.about-us-footer-button {
  width: calc(28% - 20px);
  text-align: end
}

.service-item-list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid var(--dark-divider-color)
}

.service-item {
  position: relative;
  width: 33.33%;
  border: 1px solid var(--dark-divider-color);
  border-top-width: 0;
  border-left-width: 0;
  padding: 15px;
  border-radius: 30px;
  overflow: hidden
}

.service-item:nth-of-type(-n+4) {
  border-top-width: 1px
}

.service-image b,
.service-image b figure {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden
}

.service-image b::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(1, 5, 53, .8) 0, rgba(1, 5, 53, 0) 50%);
  height: 100%;
  width: 100%;
  z-index: 1
}

.service-image b figure::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(.07deg, rgba(33, 158, 216, .8) .06%, rgba(88, 181, 224, .8) 99.94%);
  height: 0;
  width: 100%;
  transition: .4s ease-in-out;
  z-index: 1
}

.service-item.active .service-image b figure::before,
.service-item:hover .service-image b figure::before,
.team-item:hover .team-body::before {
  height: 100%
}
.height-100{
  height: 100% !important;
}

.service-image img {
  width: 100%;
  object-fit: cover
}

.my-hover-box:hover,
.service-entry-counter-box:hover .service-entry-immage img,
.service-item.active .service-image img,
.service-item:hover .service-image img {
  transform: scale(1.05)
}

.service-content {
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 115px;
  transform: translateY(50px);
  z-index: 1
}

.service-item.active .service-content,
.service-item:hover .service-content,
.team-social-icon {
  transform: translateY(0)
}

.service-title img {
  width: 100%;
  max-width: 55px;
  margin-bottom: 25px
}

.service-title h3 {
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.service-body {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition-property: opacity, visibility, max-height
}

.service-item.active .service-body,
.service-item:hover .service-body {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
  max-height: 500px
}

.service-body ul {
  padding-left: 15px
}

.footer-copyright-text p,
.service-body p,
.work-counter-item-content p,
.work-step-content p {
  color: var(--white-color);
  margin-bottom: 0
}

.service-body li {
  color: var(--white-color);
  margin-bottom: 8px
}

.contact-us-now-text {
  text-align: center;
  margin-top: 60px
}

.contact-us-now-text p i {
  font-size: 18px;
  color: inherit;
  margin-right: 5px
}

.contact-us-now-text p a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--primary-color);
  transition: .3s ease-in-out
}

.page-contact-us,
.scrolling-ticker {
  padding: 100px 0 50px
}

.scrolling-ticker-box {
  --gap: 40px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  align-items: center;
  z-index: 1
}

.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: 80s linear infinite scroll
}

.scrolling-ticker-box .scrolling-content span {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-family: var(--accent-font);
  font-size: 100px;
  line-height: 1.3em;
  font-weight: 700;
  color: var(--white-color);
  letter-spacing: .02em;
  background: -webkit-linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent
}

.scrolling-ticker-box .scrolling-content span img {
  width: 45px;
  margin-right: 40px
}

.why-choose-us {
  padding: 50px 0 100px
}

.why-choose-list ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px
}

.why-choose-list ul li {
  color: var(--text-black);
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 15px
}

.why-choose-list ul li::marker {
  font-size: 18px;
  color: var(--accent-secondary-color)
}

.team-experience-skills,
.why-choose-btn {
  margin-top: 40px
}

.why-choose-image {
  margin: 0 17px
}

.why-choose-image img {
  width: 100%;
  aspect-ratio: 1/1.416;
  object-fit: cover
}

.page-faqs-accordion,
.project-catagery-list,
.project-entry,
.project-single-slider,
.service-catagery-list,
.why-choose-author-info,
.why-choose-author-skillbar {
  margin-bottom: 60px
}

.why-choose-author-info h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 30px
}

.client-logo,
.facility-item .icon-box,
.pricing-body,
.service-single-content,
.skills-progress-bar,
.testimonial-company-logo {
  margin-bottom: 30px
}

.skills-progress-bar .skillbar .skill-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

.faq-accordion .accordion-item:last-child,
.project-catagery-list ul li:last-child,
.work-step-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.skills-progress-bar .skill-data .skill-title {
  text-transform: capitalize
}

.skills-progress-bar .skill-data .skill-no {
  color: var(--primary-color);
  margin-left: 20px
}

.skills-progress-bar .skillbar .skill-progress {
  width: 100%;
  height: 8px;
  background: var(--divider-color);
  position: relative
}

.skills-progress-bar .skill-progress .count-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%)
}

.post-meta li,
.video-contact,
.why-choose-author-box {
  display: flex;
  align-items: center
}

.author-image,
.why-choose-author-image {
  margin-right: 15px
}

.author-image figure,
.why-choose-author-image figure {
  display: block;
  border-radius: 50%
}

.why-choose-author-image img {
  width: 100%;
  max-width: 70px;
  border-radius: 50%
}

.why-choose-author-content {
  margin-right: 30px
}

.why-choose-author-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px
}

.why-choose-author-signature img {
  width: 100%;
  max-width: 56px
}

.how-we-work {
  background: url(../img/how-we-work-bg-image.png), var(--tertiary-color);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto;
  padding: 50px 0
}

.work-counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px
}

.how-we-work.bg-white {
  background-color: #fff
}

.work-counter-list-item {
  width: calc(20% - 20px)
}

.work-counter-list-item.three-cols {
  width: calc(33% - 20px) !important;
  text-align: center
}

.work-counter-list-item.three-cols .work-counter-item-header {
  justify-content: center
}

.work-counter-item-header {
  display: flex;
  margin-bottom: 30px
}

.video-contact .icon-box,
.work-counter-item-header .icon-box {
  margin-right: 10px
}

.work-counter-item-header .icon-box img {
  width: 100%;
  max-width: 50px;
  transition: .4s ease-in-out
}

.work-counter-list-item:hover .icon-box img {
  filter: brightness(0) invert(1)
}

.work-counter-item-no h2 {
  font-size: 46px;
  color: var(--white-color)
}

.work-step-item {
  display: flex;
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px
}

.work-step-item .icon-box img {
  max-width: 50px;
  transition: .4s ease-in-out
}

.work-step-item:hover .icon-box img {
  filter: brightness(0) invert(1);
  transform: rotateY(180deg)
}

.work-step-content h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 10px
}

.work-step-content h2 {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 15px
}

.how-work-image img {
  width: 100%;
  aspect-ratio: 1/1.078;
  object-fit: cover
}

.error-page,
.our-achivements,
.our-benefit,
.our-faqs,
.our-pricing,
.page-blog,
.page-faqs,
.page-pricing,
.page-project-single,
.page-service-single,
.page-services,
.page-team-single,
.what-we-do {
  padding: 100px 0
}

.achivement-image img {
  width: 100%;
  aspect-ratio: 1/0.884;
  object-fit: cover
}

.faq-accordion .accordion-item,
.what-we-do-body {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 40px;
  padding-bottom: 40px
}

.faq-accordion .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: capitalize;
  color: var(--primary-color);
  padding-right: 40px;
  transition: .3s ease-in-out
}

.accordion-item .accordion-body p,
.error-page-content .section-title,
.faq-accordion .accordion-button:not(.collapsed) {
  margin-bottom: 15px
}

.faq-accordion .accordion-item .accordion-button.collapsed::after,
.faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 5px;
  top: 2px;
  background: url('../img/arrow-gradient.png') center center/cover no-repeat;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg)
}

.accordion-item .accordion-body {
  padding-right: 35px
}

.our-team {
  background: linear-gradient(180deg, var(--secondary-color) 70%, var(--white-color) 30%);
  padding: 100px 0
}

.client-review-content h3 i,
.team-body,
.team-body::before {
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%)
}

.error-page-content,
.footer-copyright .footer-copyright-text,
.icon-badges .icon-badges-iner,
.our-company-slider .company-logo {
  text-align: center
}

.about-footer,
.our-company-slider .company-logo img,
.service-feature-image img {
  width: 100%
}

.intro-video-play-button a:after,
.intro-video-play-button a:before {
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  transform: scale(.6);
  z-index: -1;
  content: ''
}

.team-contact-circle a img,
.team-contact-circle img {
  width: 1000%;
  max-width: 125px;
  animation: 30s linear infinite infiniterotate
}

.team-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden
}

.team-image a img,
.team-image img {
  width: 100%;
  aspect-ratio: 1/1.205;
  object-fit: cover;
  transition: .4s ease-in-out
}

.blog-item:hover .post-featured-image img,
.project-item:hover .project-img img,
.team-item:hover .team-image a img,
.team-item:hover .team-image img {
  transform: scale(1.1)
}

.team-body {
  position: relative;
  bottom: 25px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  z-index: 1;
  color: #fff
}

.intro-video,
.intro-video-2 {
  padding: 200px 0;
  overflow: hidden
}

.team-body::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  transition: .4s ease-in-out
}

.bg-banner-section .row,
.contact-info-content,
.page-header-box,
.team-content,
.team-social-link,
.team-social-list {
  position: relative;
  z-index: 1
}

.team-content {
  width: calc(100% - 20px)
}

.team-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 2px;
  transition: .4s ease-in-out;
  color: #fff
}

.team-content p {
  text-transform: capitalize;
  margin-bottom: 0;
  transition: .4s ease-in-out;
  font-size: 13px
}

.team-social-list {
  margin-left: 0
}

.team-social-icon ul li a,
.team-social-link a {
  width: 25px;
  height: 25px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease-in-out
}

.team-social-icon ul li a i,
.team-social-link i {
  font-size: 16px;
  color: var(--primary-color);
  transition: .4s ease-in-out
}

.team-social-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out
}

.team-item:hover .team-social-icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(-40px)
}

.footer-links ul,
.member-content-body ul,
.team-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.team-social-icon ul li a:hover {
  background: var(--primary-color)
}

.contact-us-now-text.team-footer,
.pricing-benefit-list {
  margin-top: 30px
}

.intro-video {
  position: relative;
  background: url('../img/intro-video-bg.jpg') center center/cover no-repeat
}

.intro-video::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(33, 158, 216, .7) 0, rgba(88, 181, 224, .7) 100%);
  width: 100%;
  height: 100%
}

.intro-video-play-button {
  position: relative;
  text-align: center;
  z-index: 1
}

.intro-video-play-button a {
  position: relative;
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease-in-out
}

.intro-video-play-button a:before {
  position: absolute;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  animation: 1.2s linear infinite border-zooming
}

.intro-video-play-button a:after {
  position: absolute;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  animation: 1.2s linear .3s infinite border-zooming
}

.intro-video-2 {
  position: relative;
  background: url('../img/solution-banner.jpg') center center/cover no-repeat
}

@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0
  }
}

.intro-video-play-button a i {
  font-size: 34px;
  color: var(--white-color);
  margin-left: 3px
}

.our-pricing-swich {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  padding: 0;
  margin-bottom: 60px
}

.our-pricing-swich .form-check-label {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500
}

.our-pricing-swich.form-switch .form-check-input {
  width: 75px;
  height: 40px;
  --bs-form-check-bg: var(--accent-color);
  --bs-form-switch-bg: url(../img/pricing-swich-circle.svg);
  background-size: 28px auto;
  background-position: left 5px center;
  border-radius: 100px;
  border: none;
  outline: 0;
  box-shadow: none;
  margin: 0;
  transition: .3s ease-in-out
}

.form-switch .form-check-input:checked {
  background-color: var(--accent-secondary-color);
  background-position: right 5px center
}

.pricing-item {
  background: var(--secondary-color);
  height: calc(100% - 30px);
  padding: 40px;
  margin-bottom: 30px
}

.pricing-header {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px
}

.pricing-header h2 {
  font-size: 46px;
  text-transform: capitalize;
  margin-bottom: 20px
}

.pricing-header h3,
.project-challenge-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px
}

.pricing-header ul {
  list-style: disc;
  text-transform: capitalize;
  margin: 0;
  padding-left: 20px
}

.pricing-header ul li {
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px
}

.pricing-header ul li::marker {
  font-size: 18px;
  color: var(--accent-secondary-color)
}

.pricing-body h2 {
  font-size: 46px;
  text-transform: capitalize;
  margin-bottom: 5px
}

.pricing-body p {
  text-transform: capitalize;
  margin-bottom: 0
}

.pricing-btn .btn-default {
  display: block;
  text-align: center;
  padding: 17px
}

.pricing-item.highlighted-box .pricing-body h2,
.pricing-item.highlighted-box .pricing-body p,
.pricing-item.highlighted-box .pricing-header h2,
.pricing-item.highlighted-box .pricing-header h3,
.pricing-item.highlighted-box .pricing-header ul li,
.pricing-item.highlighted-box .pricing-header ul li::marker {
  color: var(--white-color)
}

.pricing-item.highlighted-box .pricing-btn .btn-default {
  background: var(--white-color);
  color: var(--primary-color)
}

.page-pagination ul li a:hover,
.page-pagination ul li.active a,
.pricing-item.highlighted-box .pricing-btn .btn-default:hover {
  background: var(--primary-color);
  color: var(--white-color)
}

.pricing-benefit-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 50px
}

.pricing-benefit-list ul li {
  display: flex;
  align-items: center;
  color: var(--primary-color)
}

.pricing-benefit-list ul li img {
  max-width: 20px;
  margin-right: 15px
}

.our-testimonial {
  background: url(../img/testimonial-bg-image.png), var(--secondary-color);
  background-repeat: repeat-x;
  background-size: cover;
  padding: 100px 0;
  animation: 30s linear infinite testimonialbgmove
}

@keyframes testimonialbgmove {
  from {
    background-position: left center
  }

  to {
    background-position: left 100vw center
  }
}

.our-benefit-content,
.testimonial-title-box {
  position: sticky;
  top: 30px
}

.testimonial-content-box {
  margin-left: 95px
}

.client-content-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px
}

.client-logo img {
  width: 100%;
  max-width: 105px
}

.client-review-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px
}

.satisfy-client-image {
  display: inline-block;
  margin-left: -14px;
  overflow: hidden
}

.satisfy-client-image figure {
  display: block;
  border: 1px solid var(--secondary-color);
  border-radius: 50%
}

.satisfy-client-image img {
  width: 100%;
  max-width: 40px;
  border-radius: 50%
}

.client-review-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px
}

.client-review-content h3 i {
  background-clip: text
}

.testimonial-company-logo img {
  width: 100%;
  max-width: 120px
}

.testimonial-content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-black);
  margin-bottom: 0
}

.post-item-content h3,
.testimonial-pagination span {
  font-weight: 600;
  font-size: 20px
}

.testimonial-body {
  display: flex;
  align-items: center;
  padding-right: 50px
}

.author-image img {
  max-width: 70px;
  border-radius: 50%
}

.author-content {
  width: calc(100% - 85px)
}

.author-content h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 5px
}

.author-content p,
.benefit-footer-content p {
  text-transform: capitalize;
  margin: 0
}

.testimonial-pagination {
  position: absolute;
  bottom: 25px;
  right: 0;
  top: auto;
  left: auto;
  width: auto;
  font-size: 22px;
  z-index: 1
}

.our-facility {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 1px solid var(--divider-color);
  margin-top: 60px;
  padding-top: 60px
}

.footer-copyright,
.footer-privacy-policy {
  border-top: 1px solid var(--dark-divider-color)
}

.facility-item {
  width: calc(16.66% - 33.33px)
}

.facility-item-content h3,
.service-process-step-title h3 {
  font-size: 20px;
  text-transform: capitalize
}

.our-blog,
.page-gallery,
.page-projects,
.page-team,
.page-video-gallery {
  padding: 100px 0 70px
}

.blog-item,
.page-gallery-box .photo-gallery {
  height: calc(100% - 30px);
  margin-bottom: 30px
}

.opportunities-video-image a,
.opportunities-video-image figure,
.post-featured-image a,
.post-image figure {
  display: block;
  overflow: hidden
}

.post-featured-image img {
  width: 100%;
  aspect-ratio: 1/0.77;
  object-fit: cover;
  transition: .5s ease-in-out
}

.post-item-content {
  margin-bottom: 25px
}

.post-item-content h3 {
  line-height: 1.5em;
  margin-bottom: 10px
}

.main-footer {
  background: url(../img/footer.png) center/cover no-repeat, center/cover no-repeat #0d4075;
  padding: 80px 0 0
}

.about-footer p,
.about-footer p a {
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 60px
}

.about-footer ul li {
  margin-left: 15px !important;
  margin-bottom: 5px !important;
  list-style: disc
}

.about-footer-social ul {
  list-style: none
}

.about-footer-social ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  transition: .3s ease-in-out
}

.about-footer ul li a i {
  font-size: 20px;
  color: inherit
}

.footer-links h3 {
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 30px
}

.footer-links ul li {
  text-transform: capitalize;
  color: var(--white-color);
  line-height: normal;
  margin-bottom: 12px;
  transition: .3s ease-in-out
}

.about-footer ul li a:hover,
.footer-copyright a:hover,
.footer-links ul li a:hover {
  color: #9dc9f7 !important
}

.footer-privacy-policy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
  padding-top: 20px
}

.footer-logo img {
  width: 100%;
  max-width: 200px
}

.privacy-policy-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right
}

.privacy-policy-list ul li {
  display: inline-block;
  text-transform: capitalize;
  line-height: normal;
  color: var(--white-color);
  border-right: 1px solid var(--dark-divider-color);
  padding-right: 30px;
  margin-right: 30px;
  transition: .3s ease-in-out
}

.privacy-policy-list ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0
}

.footer-copyright {
  margin-top: 30px;
  padding: 30px 0
}

.footer-copyright .footer-go-to-top-btn {
  text-align: center;
  margin-top: 20px
}

.footer-copyright-text a {
  color: #9dc9f7
}

.footer-copyright-text a:hover {
  color: #fff !important
}

.footer-go-to-top-btn a {
  text-transform: capitalize;
  color: var(--white-color);
  transition: .3s ease-in-out
}

.footer-go-to-top-btn a i {
  margin-left: 10px;
  font-size: 20px;
  color: inherit;
  animation: 1s linear infinite alternate gotoparrowmove
}

@keyframes gotoparrowmove {
  0% {
    transform: translateY(3px)
  }

  100% {
    transform: translateY(-3px)
  }
}

.page-header {
  position: relative;
  background-size: cover;
  padding: 18px 0
}

.page-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background:linear-gradient(90deg,#219ed8 0,#219ed8 34.36%,#219ed8 86.08%);*/
  opacity: 82%;
  width: 100%;
  height: 100%;
  z-index: 0
}

.page-header-box h1 {
  display: inline-block;
  color: var(--white-color);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 0
}

.page-header-box p {
  /*color: var(--white-color);*/
  font-size: 18px;
  margin-bottom: 0
}

.page-header-box ol li.breadcrumb-item {
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  color: var(--white-color)
}

.contact-info-item:hover .contact-info-content h2,
.page-header-box ol li.breadcrumb-item.active {
  color: var(--white-color)
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  color: var(--white-color);
  margin-top: 8px
}

.our-approach {
  background-color: var(--secondary-color);
  padding: 100px 0
}

.our-approach-image {
  position: relative;
  margin-left: 40px;
  padding-left: 170px
}

.our-approach-image-1 img {
  width: 100%;
  aspect-ratio: 1/1.581;
  object-fit: cover
}

.our-approach-image-2 {
  max-width: 305px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.our-approach-image-2 figure img {
  width: 100%;
  aspect-ratio: 1/1.42;
  object-fit: cover;
  border: 10px solid var(--white-color)
}

.opportunities-body ul li,
.what-we-do-body ul li {
  width: calc(50% - 10px);
  line-height: normal;
  text-transform: capitalize;
  padding-left: 20px
}

.post-entry,
.project-catagery-list ul li {
  border-bottom: 1px solid var(--divider-color)
}

.our-approach-circle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%)
}

.what-we-do-image {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: 20px
}

.benefit-item,
.what-we-do-img-1,
.what-we-do-img-2 {
  width: calc(50% - 15px)
}

.what-we-do-img-1 img,
.what-we-do-img-2 img {
  width: 100%;
  aspect-ratio: 1/0.853;
  object-fit: cover
}

.what-we-do-image-box {
  width: 100%;
  position: relative;
  text-align: right;
  padding-left: 60px
}

.opportunities-content,
.opportunities-image {
  width: calc(50% - 30px)
}

.what-we-do-img-3 img {
  width: 100%;
  aspect-ratio: 1/0.46;
  object-fit: cover
}

.what-we-do-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.what-we-do-circle img {
  width: 100%;
  max-width: 122px;
  animation: 25s linear infinite infiniterotate
}

.opportunities-body ul,
.what-we-do-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}

.what-we-do-body ul li {
  position: relative;
  color: var(--primary-color)
}

.opportunities-body ul li::before,
.what-we-do-body ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--accent-secondary-color);
  border-radius: 50%;
  height: 6px;
  width: 6px
}

.our-benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px
}

.benefit-item-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px
}

.benefit-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin-top: 60px
}

.benefit-footer .benefit-footer-content {
  background-color: var(--secondary-color);
  padding: 12px 20px
}

.our-opportunities {
  position: relative;
  background: url('../img/our-opportunities-bg.jpg') center center/cover no-repeat;
  margin-bottom: 60px;
  padding: 100px 0 0
}

.company-experience,
.opportunities-cta-box,
.project-catagery-list h3,
.service-catagery-list h3,
.service-process-step-no,
.sidebar-cta-box {
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%)
}

.our-opportunities:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  opacity: 75%;
  z-index: 0
}

.our-opportunities-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 60px;
  margin-bottom: -60px;
  z-index: 1
}

.opportunities-image img {
  width: 100%;
  aspect-ratio: 1/1.048;
  object-fit: cover
}

.opportunities-content {
  position: relative;
  z-index: 1
}

.opportunities-content .section-title {
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 40px;
  padding-bottom: 40px
}

.opportunities-body {
  margin-bottom: 70px
}

.opportunities-body ul li {
  position: relative;
  color: var(--white-color)
}

.opportunities-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.opportunities-image-video {
  position: relative;
  width: 40%
}

.opportunities-video-image img {
  width: 100%;
  aspect-ratio: 1/0.567;
  object-fit: cover
}

.opportunities-cta-box .intro-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.opportunities-cta-box .intro-video-play-button a {
  width: 50px;
  height: 50px
}

.opportunities-cta-box .intro-video-play-button a::after,
.opportunities-cta-box .intro-video-play-button a::before {
  top: -50%;
  left: -50%
}

.opportunities-cta-box .intro-video-play-button a i {
  font-size: 16px
}

.opportunities-video-content {
  width: 60%;
  padding: 20px 60px
}

.opportunities-video-content p {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 15px
}

.video-contact .icon-box img {
  width: 100%;
  max-width: 22px
}

.member-social-list ul li a i,
.video-contact-content h3 {
  color: var(--white-color);
  font-size: 20px
}

.faqs-image,
.fixedmenu .homepage-menu,
.image-up-overflow,
.swiper-info-slider,
.swiper-info-slider .swiper-slide {
  position: relative
}

.faq-img img {
  width: 100%;
  aspect-ratio: 1/0.9;
  object-fit: cover
}

.company-experience {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 20px 30px 20px 20px;
  z-index: 1
}

.company-experience h3 {
  color: var(--white-color);
  font-size: 46px;
  margin-bottom: 5px
}

.company-experience p {
  color: var(--white-color);
  text-transform: capitalize;
  margin: 0
}

.faqs-content {
  margin-left: 30px
}

.page-services .service-item-list {
  gap: 30px
}

.page-services .service-item-list .service-item {
  width: calc(25% - 22.5px);
  border: none
}

.service-sidebar {
  position: sticky;
  margin-right: 20px;
  top: 20px
}

.project-catagery-list h3,
.service-catagery-list h3 {
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
  padding: 25px 30px
}

.service-catagery-list ul {
  background-color: var(--secondary-color);
  list-style: none;
  margin: 0;
  padding: 30px
}

.faq-catagery-list ul li,
.service-catagery-list ul li {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: .3s ease-in-out
}

.faq-catagery-list ul li:last-child,
.service-catagery-list ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none
}

.faq-catagery-list ul li a,
.service-catagery-list ul li a {
  position: relative;
  display: block;
  text-transform: capitalize;
  color: var(--text-color);
  padding-right: 30px;
  transition: .3s ease-in-out
}

.faq-catagery-list ul li:hover a::before,
.service-catagery-list ul li:hover a::before {
  transform: rotate(45deg);
  filter: brightness(0) invert(0)
}

.sidebar-cta-box {
  padding: 40px
}

.sidebar-cta-content,
.sidebar-cta-content h3,
.sidebar-cta-logo {
  margin-bottom: 35px
}

.sidebar-cta-logo img {
  width: 100%;
  max-width: 275px
}

.sidebar-cta-content h3 {
  font-size: 22px;
  color: var(--white-color)
}

.sidebar-cta-content ul li a {
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  transition: .3s ease-in-out
}

.sidebar-cta-content ul li a i {
  font-size: 18px;
  color: inherit;
  margin-right: 10px
}

.service-entry h2 {
  font-size: 32px;
  margin-bottom: 20px
}

.service-entry ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0
}

.service-entry ul li {
  position: relative;
  color: var(--primary-color);
  text-transform: capitalize;
  line-height: 1.6;
  padding-left: 20px
}

.project-entry ul li::before,
.service-entry ul li::before,
.team-member-about-list ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background-color: var(--accent-secondary-color);
  border-radius: 50%;
  height: 6px;
  width: 6px
}

.benefit-services-list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin: 40px 0
}

.benefit-services-list .benefit-item {
  width: calc(25% - 18.75px)
}

.service-entry-image-counter {
  display: flex;
  gap: 30px;
  flex-wrap: wrap
}

.service-entry-counter-box {
  position: relative;
  width: calc(50% - 15px);
  padding: 50px 70px 50px 40px;
  overflow: hidden
}

.service-entry-immage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.contact-us-image figure,
.service-entry-immage figure {
  display: block;
  height: 100%
}

.service-entry-immage figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(1, 5, 53, 0) -11.22%, #010535 100%);
  height: 100%;
  width: 100%;
  z-index: 1
}

.service-entry-immage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease-in-out
}

.service-entry-counter {
  position: relative;
  z-index: 2
}

.service-entry-counter h2 {
  color: var(--white-color);
  line-height: 1em
}

.project-content h3,
.service-entry-counter h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color)
}

.service-entry-video {
  position: relative;
  margin-top: 40px
}

.our-company-slider .swiper,
.service-entry-video-image {
  overflow: hidden
}

.service-entry-video-image figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  opacity: 20%;
  height: 100%;
  width: 100%;
  z-index: 1
}

.service-entry-video-image img {
  width: 100%;
  aspect-ratio: 1/0.359;
  object-fit: cover
}

.service-entry-video .intro-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.service-entry-process-steps {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px
}

.service-process-step-item {
  width: calc(33.33% - 20px)
}

.service-process-step-no {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px
}

.contact-info-item,
.contact-us-box,
.faq-catagery-list,
.team-contact-form {
  background-color: var(--secondary-color)
}

.service-process-step-no h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white-color)
}

.service-process-step-body {
  display: flex;
  align-items: center;
  margin-bottom: 30px
}

.service-process-step-body .icon-box img {
  max-width: 50px
}

.service-entry-process .contact-us-now-text {
  text-align: start;
  margin-top: 40px
}

.page-pagination {
  margin-top: 30px;
  text-align: center
}

.page-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0
}

.page-pagination ul li a,
.page-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-weight: 600;
  line-height: 1em;
  transition: .3s ease-in-out
}

.member-social-list ul li a,
.project-catagery-list ul li span a {
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%)
}

.post-image {
  position: relative;
  margin-bottom: 30px
}

.post-image img {
  width: 100%;
  aspect-ratio: 1/0.50;
  object-fit: cover
}

.post-image img.ratio-1-25 {
  aspect-ratio: 1/0.25
}

.post-content {
  width: 100%;
  margin: 0 auto
}

.post-entry {
  padding-bottom: 30px;
  margin-bottom: 30px
}

.post-entry:after {
  content: '';
  display: block;
  clear: both
}

.post-entry a {
  color: var(--accent-color)
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 .455em
}

.post-entry h1 {
  font-size: 60px
}

.post-entry h2 {
  font-size: 46px
}

.post-entry h3 {
  font-size: 40px
}

.post-entry h4 {
  font-size: 30px
}

.post-entry h5 {
  font-size: 24px
}

.fs-18,
.post-entry h6 {
  font-size: 18px
}

.page-links,
.tag-links {
  font-size: 24px;
  color: var(--primary-color);
  gap: 10px
}

.post-entry p strong {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600
}

.post-entry ol {
  margin: 0 0 30px
}

.post-entry ol li {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color)
}

.post-entry ul {
  padding: 0 0 0 20px;
  margin: 20px 0
}

.post-entry ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  color: var(--text-color);
  position: relative;
  margin-bottom: 15px
}

.page-links,
.post-entry blockquote p,
.tag-links {
  font-weight: 600;
  font-family: var(--accent-font)
}

.post-entry ol ol,
.post-entry ol ul,
.post-entry ul ol,
.post-entry ul ul {
  margin-top: 20px;
  margin-bottom: 0
}

.post-entry blockquote {
  background: url('../img/icon-blockquote.svg'), var(--primary-color);
  background-repeat: no-repeat;
  background-position: 35px 25px;
  background-size: 55px;
  padding: 30px 30px 30px 100px;
  margin-bottom: 30px
}

.page-links a,
.post-tags .tag-links a {
  font-weight: 500;
  line-height: 1em;
  background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
  color: var(--white-color);
  border-radius: 0;
  padding: 12px 20px;
  transition: .3s ease-in-out;
  font-size: 16px
}

.post-entry blockquote p {
  font-size: 22px;
  line-height: 1.4em;
  color: var(--white-color)
}

.project-entry ul li,
.team-member-about-list ul li {
  line-height: normal;
  position: relative;
  text-transform: capitalize
}

.tag-links {
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap
}

.post-tags .tag-links a {
  display: inline-block;
  text-transform: capitalize;
  background-size: 200% auto
}

.post-social-sharing ul li:last-child {
  margin-right: 0
}

.post-social-sharing ul li a i {
  font-size: 18px;
  color: inherit
}

.page-links {
  text-transform: capitalize
}

.page-links a {
  display: block;
  text-transform: capitalize;
  background-size: 200% auto;
  margin-bottom: 10px
}

.page-links a.active {
  background: #48afdf !important;
  padding: 20px
}

.project-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px
}

.project-img figure:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(13, 64, 117, .95) 0, rgba(13, 64, 117, 0) 80%);
  z-index: 1
}

.project-img figure:hover:before {
  background: linear-gradient(360deg, rgba(13, 64, 117, .95) 0, rgba(13, 64, 117, .62) 80%)
}

.project-img img {
  width: 100%;
  aspect-ratio: 1/0.97;
  object-fit: cover;
  transition: .4s ease-in-out
}

.project-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1
}

.faq-sidebar,
.project-sidebar {
  position: sticky;
  top: 30px;
  margin-right: 20px
}

.custom-newsletter-button:hover i,
.project-content p,
.text-light .heading-secondry-span,
.text-light h3 {
  color: #fff
}

.project-content ul {
  color: #fff;
  line-height: 1.4;
  padding-left: 15px
}

.project-catagery-list ul {
  background: var(--secondary-color);
  margin: 0;
  padding: 30px;
  list-style: none
}

.project-catagery-list ul li {
  font-family: var(--accent-font);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.member-content-body ul li span,
.project-catagery-list ul li span {
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  width: 60%;
  display: inline-flex;
  gap: 15px
}

.project-catagery-list ul li span a {
  background-size: 200% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: .4s ease-in-out
}

.project-catagery-list ul li span a i {
  color: var(--white-color);
  font-size: 14px
}

.project-single-slider .swiper-slide figure::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(1, 5, 53, 0) 80.06%, var(--primary-color) 100%);
  width: 100%;
  height: 100%
}

.project-single-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/0.598;
  object-fit: cover
}

.project-single-slider .project-pagination {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1
}

.project-single-slider .project-pagination .swiper-pagination-bullet {
  position: relative;
  height: 12px;
  width: 12px;
  background: var(--white-color);
  opacity: 1;
  margin: 0 8px
}

.project-single-slider .project-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--white-color);
  height: 0;
  width: 0;
  border-radius: 50%;
  transition: .4s ease-in-out
}

.project-single-slider .project-pagination .swiper-pagination-bullet-active:before {
  height: 24px;
  width: 24px
}

.project-entry h2 {
  font-size: 46px;
  margin-bottom: 20px
}

.faq-catagery-list ul,
.project-entry ul,
.team-member-about-list ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.project-entry ul li {
  color: var(--primary-color);
  padding-left: 20px;
  margin-bottom: 20px
}

.project-challenge-item:nth-child(2n) {
  flex-direction: row-reverse
}

.project-challenge-item-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px
}

.project-challenge-item {
  display: flex;
  gap: 30px;
  align-items: center
}

.project-challenge-image img,
.video-gallery-image img {
  width: 100%;
  aspect-ratio: 1/0.87;
  object-fit: cover
}

.team-member-about,
.team-member-info-box {
  margin-bottom: 100px
}

.team-member-info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px
}

.team-contact-form,
.team-experience-box,
.team-member-content,
.team-member-image {
  width: calc(50% - 20px)
}

.team-member-image img {
  width: 100%;
  aspect-ratio: 1/0.92;
  object-fit: cover;
  object-position: top center
}

.member-content-body {
  background: var(--secondary-color);
  padding: 40px
}

.member-content-body ul li {
  position: relative;
  font-family: var(--accent-font);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 15px
}

.member-content-body ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--accent-secondary-color);
  border-radius: 50%;
  height: 6px;
  width: 6px
}

.member-social-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px
}

.member-social-list span {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color)
}

.member-social-list ul li {
  display: inline-block;
  margin-right: 15px
}

.member-social-list ul li a {
  background-size: 200% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: .4s ease-in-out
}

.team-member-about-list ul {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap
}

.team-member-about-list ul li {
  width: calc(33.33% - 20px);
  color: var(--primary-color);
  padding-left: 20px
}

.team-member-experience {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center
}

.team-experience-box .member-content-body ul li span {
  width: 80%
}

.team-contact-form {
  padding: 40px
}

.page-gallery-box .photo-gallery img {
  width: 100%;
  aspect-ratio: 1/0.8;
  object-fit: cover
}

.video-gallery-image {
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px
}

.video-gallery-image a {
  position: relative;
  display: block
}

.video-gallery-image a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  opacity: 0%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0);
  transition: .4s ease-in-out
}

.video-gallery-image:hover a::before {
  opacity: 50%;
  visibility: visible;
  transform: scale(1)
}

.video-gallery-image a::after {
  content: '\f04b';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 20px;
  background: var(--accent-secondary-color);
  color: var(--white-color);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-in-out;
  z-index: 1
}

.video-gallery-image:hover a::after {
  opacity: 1;
  visibility: visible
}

.faq-catagery-list {
  padding: 30px;
  margin-bottom: 30px
}

.faq-catagery-list ul li a::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  background: url('../img/arrow-text.svg') right center/cover no-repeat;
  width: 12px;
  height: 12px;
  transition: .3s ease-in-out
}

.contact-us-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%
}

.contact-us-form {
  width: 54%;
  padding: 80px
}

.contact-form .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--text-color);
  background: var(--white-color);
  border: none;
  border-radius: 0;
  padding: 18px 20px;
  box-shadow: none;
  outline: 0
}

.contact-info-item .icon-box,
.contact-info-item:after {
  background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%);
  transition: .4s ease-in-out
}

.contact-form .form-control::placeholder {
  color: var(--text-color)
}

.contact-form .btn-default {
  width: 100%;
  padding: 17px
}

.contact-us-image {
  width: 46%;
  height: 100%
}

.contact-us-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.33;
  object-fit: cover
}

.contact-info {
  padding: 50px 0 70px
}

.contact-info-item {
  position: relative;
  height: calc(100% - 30px);
  padding: 50px;
  margin-bottom: 30px
}

.contact-info-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0
}

.contact-info-item:hover .icon-box:after,
.contact-info-item:hover:after {
  top: auto;
  height: 100%
}

.contact-info-item .icon-box {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  z-index: 1
}

.contact-info-item .icon-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--white-color);
  z-index: 0;
  transition: .4s ease-in-out
}

.contact-info-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 30px;
  transition: .4s ease-in-out;
  z-index: 1
}

.contact-info-item:hover .icon-box img {
  filter: brightness(0) invert(0)
}

.contact-info-content h2 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 15px;
  transition: .4s ease-in-out
}

.contact-info-content p {
  margin-bottom: 35px;
  transition: .4s ease-in-out
}

.contact-info-content h3 {
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%);
  background-clip: text;
  transition: .4s ease-in-out
}

.contact-info-content h3 a {
  color: inherit;
  text-decoration: underline
}

.contact-info-item:hover .contact-info-content p {
  color: var(--white-color);
  opacity: 80%
}

.contact-info-item:hover .contact-info-content h3 {
  -webkit-text-fill-color: var(--white-color)
}

.google-map .container-fluid {
  padding: 0
}

.google-map-iframe,
.google-map-iframe iframe {
  height: 600px;
  width: 100%
}

.error-page-image {
  text-align: center;
  margin-bottom: 40px
}

.error-page-image img {
  width: 100%;
  max-width: 50%
}

.error-page-content-body p {
  color: var(--primary-color);
  margin-bottom: 20px
}

@media only screen and (min-width:991px) {
  .pl-md-20 {
    padding-left: 30px
  }
}

@media only screen and (max-width:991px) {

  .about-us-body,
  .topbar-contact-info ul {
    gap: 20px
  }

  .topbar-login-btn {
    margin-right: 20px;
    padding-right: 20px
  }

  .topbar-login-btn ul li {
    margin-right: 15px
  }

  .topbar-login-btn ul li::before {
    right: -13px
  }

  .about-body-item .icon-box,
  .service-process-step-body .icon-box,
  .topbar-social-links ul li,
  .what-we-item .icon-box {
    margin-right: 10px
  }

  .navbar {
    padding: 20px 0
  }

  .navbar-toggle,
  .responsive-menu,
  .slicknav_nav li,
  .slicknav_nav ul {
    display: block
  }

  .header-btn {
    display: none
  }

  .btn-default {
    padding: 14px 42px 14px 14px
  }

  .btn-default::before {
    right: 14px;
    width: 22px;
    height: 22px
  }

  .intro-video-play-button,
  .opportunities-body,
  .page-faqs-accordion,
  .section-row {
    margin-bottom: 40px
  }

  .section-title p,
  .section-title-content {
    margin-top: 15px
  }

  .section-row .section-btn {
    text-align: left;
    margin-top: 15px
  }

  .client-content-box,
  .error-page-image,
  .faqs-image,
  .how-work-content,
  .our-approach-content,
  .project-catagery-list,
  .project-entry,
  .project-single-slider,
  .section-title,
  .service-catagery-list,
  .service-entry,
  .service-feature-image,
  .testimonial-content,
  .why-choose-author-info,
  .why-choose-author-skillbar,
  .why-choose-content {
    margin-bottom: 30px
  }

  .section-title h1 {
    font-size: 38px
  }

  .company-experience h3,
  .post-entry h2,
  .pricing-body h2,
  .section-title h2,
  .work-counter-item-no h2 {
    font-size: 36px
  }

  .hero,
  .hero.hero-slider-layout .hero-slide {
    padding: 80px 0
  }

  .hero.hero-slider-layout .hero-pagination {
    bottom: 30px;
    padding-left: 15px
  }

  .hero-footer {
    padding: 15px 20px;
    margin-top: 40px
  }

  .about-us,
  .error-page,
  .how-we-work,
  .our-achivements,
  .our-approach,
  .our-benefit,
  .our-faqs,
  .our-pricing,
  .our-services,
  .our-team,
  .our-testimonial,
  .page-blog,
  .page-faqs,
  .page-pricing,
  .page-project-single,
  .page-service-single,
  .page-single-post,
  .page-team-single,
  .what-we-do {
    padding: 50px 0
  }

  .about-us-images {
    width: 100%;
    max-width: 75%;
    margin: 0 auto 30px;
    padding: 20px 225px 140px 30px
  }

  .about-image-2 {
    max-width: 270px
  }

  .about-image-circle a img,
  .our-approach-circle img {
    max-width: 120px
  }

  .about-body-item,
  .what-we-item {
    width: calc(50% - 10px)
  }

  .about-body-item .icon-box img,
  .what-we-item .icon-box img {
    max-width: 35px
  }

  .about-body-item-content,
  .what-we-item-content {
    width: calc(100% - 45px)
  }

  .about-us-footer {
    margin-top: 30px;
    padding-top: 30px
  }

  .about-us-footer-counter h2 {
    font-size: 60px
  }

  .about-us-footer-counter {
    width: calc(22% - 20px)
  }

  .about-us-footer-content {
    width: calc(50% - 20px)
  }

  .service-item {
    width: 50%
  }

  .service-item:nth-of-type(-n+4) {
    border-top-width: 0
  }

  .service-item:nth-of-type(-n+2) {
    border-top-width: 1px
  }

  .service-image img {
    aspect-ratio: 1/1.1
  }

  .service-content {
    right: 30px;
    left: 30px;
    bottom: 30px
  }

  .service-title img {
    max-width: 45px;
    margin-bottom: 15px
  }

  .contact-us-now-text.team-footer,
  .page-pagination,
  .pricing-benefit-list,
  .service-item:hover .service-body {
    margin-top: 10px
  }

  .benefit-footer,
  .benefit-service-box,
  .contact-us-now-text,
  .member-social-list,
  .project-challenge-box,
  .service-entry-process,
  .service-entry-process .contact-us-now-text,
  .service-entry-process-steps,
  .service-entry-video,
  .service-why-choose-box,
  .team-experience-skills,
  .why-choose-btn {
    margin-top: 30px
  }

  .page-contact-us,
  .scrolling-ticker {
    padding: 50px 0 25px
  }

  .scrolling-ticker-box {
    --gap: 30px
  }

  .scrolling-ticker-box .scrolling-content span {
    font-size: 70px
  }

  .scrolling-ticker-box .scrolling-content span img {
    max-width: 35px;
    margin-right: 30px
  }

  .why-choose-us {
    padding: 25px 0 50px
  }

  .benefit-item-content h3,
  .faq-accordion .accordion-button:not(.collapsed),
  .project-entry ul li,
  .why-choose-list ul li {
    margin-bottom: 10px
  }

  .why-choose-image {
    margin: 0
  }

  .why-choose-image img {
    aspect-ratio: 1/1.133
  }

  .contact-info-content p,
  .footer-links h3,
  .post-image,
  .post-item-content,
  .post-tags,
  .pricing-body,
  .service-process-step-body,
  .service-process-step-no,
  .skills-progress-bar,
  .testimonial-company-logo,
  .why-choose-author-info h3 {
    margin-bottom: 20px
  }

  .work-counter-list {
    gap: 30px 40px;
    margin-bottom: 30px;
    padding-bottom: 30px
  }

  .work-counter-list-item {
    text-align: center;
    width: calc(33% - 30px)
  }

  .work-counter-item-header {
    display: block;
    margin-bottom: 10px
  }

  .work-counter-item-header .icon-box {
    margin: 0 0 10px
  }

  .contact-us-form,
  .contact-us-image,
  .opportunities-content,
  .opportunities-image,
  .team-contact-form,
  .team-experience-box,
  .team-member-content,
  .team-member-image,
  .work-counter-item-no {
    width: 100%
  }

  .faq-accordion .accordion-item,
  .pricing-header,
  .work-step-item {
    margin-bottom: 20px;
    padding-bottom: 20px
  }

  .achivement-image img,
  .how-work-image img {
    aspect-ratio: 1/0.7;
    object-position: top center
  }

  .achivement-image {
    margin: 0 0 30px
  }

  .faq-accordion .accordion-item .accordion-button.collapsed::after,
  .faq-accordion .accordion-item .accordion-button::after {
    top: 4px;
    height: 18px;
    width: 18px
  }

  .opportunities-content .section-title,
  .our-company-slider,
  .what-we-do-body {
    margin-bottom: 30px;
    padding-bottom: 30px
  }

  .team-contact-circle a img {
    max-width: 110px
  }

  .project-catagery-list h3,
  .service-catagery-list h3,
  .team-body {
    padding: 15px 20px
  }

  .intro-video {
    padding: 100px 0
  }

  .intro-video-content {
    text-align: center
  }

  .our-pricing-swich {
    margin-bottom: 30px;
    gap: 20px
  }

  .our-pricing-swich .form-check-label {
    font-size: 16px
  }

  .our-pricing-swich.form-switch .form-check-input {
    width: 60px;
    height: 32px;
    background-size: 22px auto
  }

  .contact-info-item,
  .member-content-body,
  .pricing-item,
  .sidebar-cta-box,
  .team-contact-form {
    padding: 30px
  }

  .pricing-header h2,
  .project-entry h2,
  .service-entry h2 {
    font-size: 36px;
    margin-bottom: 15px
  }

  .pricing-btn .btn-default {
    padding: 14px
  }

  .pricing-benefit-list ul {
    gap: 15px 30px
  }

  .pricing-benefit-list ul li img {
    max-width: 18px;
    margin-right: 10px
  }

  .project-sidebar,
  .service-sidebar,
  .testimonial-title-box {
    position: initial;
    margin: 0 0 30px
  }

  .faqs-content,
  .testimonial-content-box {
    margin-left: 0
  }

  .author-content h3,
  .sidebar-cta-content h3 {
    font-size: 20px
  }

  .our-facility {
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px
  }

  .facility-item {
    width: calc(33.33% - 20px)
  }

  .benefit-item .icon-box,
  .facility-item .icon-box,
  .post-entry p,
  .post-featured-image,
  .project-challenge-content h3,
  .project-content p,
  .project-entry p,
  .service-entry p,
  .sidebar-cta-content ul li {
    margin-bottom: 15px
  }

  .facility-item .icon-box img,
  .service-process-step-body .icon-box img {
    max-width: 40px
  }

  .our-blog,
  .page-gallery,
  .page-team,
  .page-video-gallery {
    padding: 50px 0 20px
  }

  .main-footer,
  .our-opportunities {
    padding: 50px 0 0
  }

  .about-footer {
    max-width: 100%;
    margin-right: 30px
  }

  .about-footer p {
    font-size: 18px;
    margin-bottom: 30px
  }

  .footer-privacy-policy {
    margin-top: 40px
  }

  .privacy-policy-list ul li {
    padding-right: 20px;
    margin-right: 20px
  }

  .footer-copyright {
    padding: 30px 0
  }

  .page-header {
    padding: 18px 0
  }

  .page-header-box h1 {
    font-size: 28px
  }

  .our-approach-image {
    max-width: 80%;
    margin: 0 auto
  }

  .what-we-do-image {
    margin-right: 0;
    margin-bottom: 30px
  }

  .what-we-do-image-box {
    padding-left: 50px
  }

  .what-we-do-circle img {
    max-width: 100px
  }

  .opportunities-body ul,
  .what-we-do-body ul {
    gap: 15px 20px
  }

  .what-we-list {
    gap: 30px 20px
  }

  .our-benefit-content {
    position: static;
    margin-bottom: 30px
  }

  .our-benefit-list,
  .team-member-experience,
  .team-member-info-box {
    gap: 30px
  }

  .benefit-item .icon-box img {
    max-width: 45px
  }

  .opportunities-image img {
    aspect-ratio: 1/0.6
  }

  .opportunities-video-content {
    padding: 20px 40px
  }

  .faq-img img {
    aspect-ratio: 1/0.7
  }

  .company-experience {
    bottom: 20px;
    left: 20px;
    padding: 15px 25px 15px 15px
  }

  .page-projects,
  .page-services {
    padding: 50px 0 30px
  }

  .page-services .service-item-list .service-item {
    width: calc(50% - 15px)
  }

  .faq-catagery-list ul li,
  .service-catagery-list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px
  }

  .sidebar-cta-content,
  .sidebar-cta-content h3,
  .sidebar-cta-logo {
    margin-bottom: 25px
  }

  .sidebar-cta-logo img {
    max-width: 220px
  }

  .service-feature-image img {
    aspect-ratio: 1/0.5
  }

  .service-entry ul {
    gap: 15px
  }

  .service-entry ul li {
    padding-left: 18px
  }

  .benefit-services-list {
    gap: 15px;
    margin: 30px 0
  }

  .benefit-services-list .benefit-item {
    width: calc(25% - 11.25px)
  }

  .benefit-item-content h3,
  .post-entry blockquote p {
    font-size: 18px
  }

  .service-entry-counter-box {
    padding: 40px 50px 40px 30px
  }

  .service-process-step-title {
    width: calc(100% - 50px)
  }

  .post-entry h1,
  .post-entry h2,
  .post-entry h3,
  .post-entry h4,
  .post-entry h5,
  .post-entry h6 {
    margin: 0 0 .417em
  }

  .post-entry ul li {
    font-size: 16px;
    margin-bottom: 10px
  }

  .post-entry blockquote {
    background-position: 25px 25px;
    background-size: 50px;
    padding: 25px 25px 25px 85px;
    margin-bottom: 20px
  }

  .tag-links {
    font-size: 22px
  }

  .post-tags .tag-links a {
    font-size: 14px;
    padding: 12px 15px
  }

  .post-social-sharing ul {
    text-align: left
  }

  .project-img img {
    aspect-ratio: 1/0.87
  }

  .project-content {
    right: 20px;
    bottom: 20px;
    left: 20px
  }

  .project-single-slider .swiper-slide img {
    aspect-ratio: 1/0.55
  }

  .project-challenge-item-list {
    gap: 30px;
    margin-top: 30px
  }

  .team-member-about,
  .team-member-info-box {
    margin-bottom: 50px
  }

  .team-member-image img {
    aspect-ratio: 1/0.75
  }

  .member-content-body ul li {
    font-size: 18px;
    margin-bottom: 20px
  }

  .team-member-about-list ul {
    gap: 15px 10px
  }

  .team-member-about-list ul li {
    width: calc(50% - 5px);
    padding-left: 12px
  }

  .faq-sidebar {
    position: initial;
    top: 0;
    margin-right: 0;
    margin-bottom: 30px
  }

  .contact-us-form {
    padding: 50px
  }

  .contact-form .form-control {
    padding: 12px 15px
  }

  .contact-us-image,
  .contact-us-image figure,
  .contact-us-image img {
    height: auto
  }

  .contact-us-image img {
    aspect-ratio: 1/0.9
  }

  .contact-info {
    padding: 25px 0 20px
  }

  .contact-info-item .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 20px
  }

  .contact-info-item .icon-box img {
    max-width: 26px
  }

  .contact-info-content h2 {
    font-size: 20px;
    margin-bottom: 10px
  }

  .google-map-iframe,
  .google-map-iframe iframe {
    height: 450px
  }

  .error-page-image img {
    max-width: 80%
  }
}

@media only screen and (max-width:767px) {
  .hero-footer-text p {
    font-size: 32px
  }

  .topbar-contact-info ul {
    justify-content: center
  }

  .topbar-social-login {
    display: none
  }

  .intro-video-play-button a i,
  .page-header-box h1,
  .section-title h1 {
    font-size: 32px
  }

  .post-entry h2,
  .pricing-body h2,
  .pricing-header h2,
  .project-entry h2,
  .section-title h2,
  .service-entry h2,
  .work-counter-item-no h2 {
    font-size: 26px
  }

  .hero::before {
    background: linear-gradient(90deg, var(--accent-color) 0, var(--accent-secondary-color) 100%, rgba(88, 181, 224, .02) 0)
  }

  .hero-body {
    gap: 15px 40px
  }

  .hero-body .video-play-button a {
    height: 45px;
    width: 45px
  }

  .hero-body .video-play-button a img {
    max-width: 16px
  }

  .hero-footer {
    width: 100%;
    padding: 15px;
    margin-top: 30px
  }

  .hero-footer ul {
    justify-content: center;
    gap: 20px 20px
  }

  .hero-footer ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px
  }

  .hero-footer ul li img {
    margin: 0 auto 8px;
    max-width: 130px
  }

  .about-us-images {
    max-width: 100%;
    padding: 15px 100px 130px 20px
  }

  .about-image-2 {
    max-width: 200px;
    bottom: 25px;
    right: 30px
  }

  .about-image-circle {
    top: 10px;
    right: 0
  }

  .about-image-circle a img,
  .our-approach-circle img {
    max-width: 100px
  }

  .about-body-item,
  .about-body-item-content,
  .benefit-item,
  .opportunities-body ul li,
  .opportunities-image-video,
  .opportunities-video-content,
  .page-services .service-item-list .service-item,
  .project-challenge-content,
  .project-challenge-image,
  .service-entry ul li,
  .service-item,
  .service-process-step-item,
  .team-member-about-list ul li,
  .what-we-do-body ul li,
  .what-we-item,
  .what-we-item-content {
    width: 100%
  }

  .about-body-item .icon-box {
    margin-right: 5px
  }

  .client-logo,
  .work-step-item .icon-box {
    margin-right: 15px
  }

  .about-body-item .icon-box img {
    max-width: 30px
  }

  .about-us-footer,
  .service-entry-image-counter,
  .team-member-info-box,
  .what-we-do-image,
  .work-counter-list {
    gap: 20px
  }

  .about-us-footer-counter {
    width: calc(28% - 10px)
  }

  .about-us-footer-counter h2,
  .scrolling-ticker-box .scrolling-content span {
    font-size: 40px
  }

  .about-us-footer-content {
    width: calc(72% - 10px)
  }

  .about-us-footer-content h3,
  .member-content-body ul li,
  .testimonial-content p {
    font-size: 16px
  }

  .about-us-footer-button {
    text-align: left;
    width: 100%
  }

  .footer-copyright,
  .footer-logo,
  .privacy-policy-list ul,
  .section-row .section-title,
  .team-contact-circle {
    text-align: center
  }

  .service-item:nth-of-type(-n+2) {
    border-top-width: 0
  }

  .service-item:nth-of-type(-n+1) {
    border-top-width: 1px
  }

  .service-image img {
    aspect-ratio: 1/0.95
  }

  .service-content {
    right: 20px;
    left: 20px;
    bottom: 20px
  }

  .author-content h3,
  .benefit-item-content h3,
  .facility-item-content h3,
  .footer-links h3,
  .member-social-list span,
  .post-item-content h3,
  .project-catagery-list ul li,
  .project-content h3,
  .service-entry-counter h3,
  .service-process-step-title h3,
  .service-title h3,
  .sidebar-cta-content h3,
  .testimonial-pagination span,
  .video-contact-content h3,
  .why-choose-author-content h3,
  .why-choose-author-info h3 {
    font-size: 18px
  }

  .contact-us-now-text p i {
    font-size: 16px;
    margin-right: 2px
  }

  .scrolling-ticker-box {
    --gap: 20px
  }

  .scrolling-ticker-box .scrolling-content span img {
    width: 25px;
    margin-right: 20px
  }

  .why-choose-list ul li {
    font-size: 14px
  }

  .footer-links,
  .opportunities-body,
  .why-choose-image {
    margin-bottom: 30px
  }

  .facility-item,
  .what-we-do-img-1,
  .what-we-do-img-2,
  .work-counter-list-item {
    width: calc(50% - 10px)
  }

  .benefit-item .icon-box img,
  .work-counter-item-header .icon-box img,
  .work-step-item .icon-box img {
    max-width: 40px
  }

  .work-step-content {
    width: calc(100% - 55px)
  }

  .work-step-content h2 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .how-work-image img {
    aspect-ratio: auto;
    object-position: center center
  }

  .achivement-image img {
    aspect-ratio: 1/0.884;
    object-position: center center
  }

  .faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    padding-right: 30px
  }

  .faq-accordion .accordion-item .accordion-button.collapsed::after,
  .faq-accordion .accordion-item .accordion-button::after {
    height: 14px;
    width: 14px
  }

  .faq-accordion .accordion-item .accordion-body {
    padding: 0
  }

  .team-contact-circle {
    margin-top: 20px
  }

  .team-contact-circle a img {
    max-width: 95px
  }

  .team-image a img {
    aspect-ratio: 1/1.15
  }

  .team-body {
    padding: 15px
  }

  .team-content {
    width: calc(100% - 50px)
  }

  .contact-info-content h2,
  .team-content h3 {
    font-size: 18px;
    margin-bottom: 5px
  }

  .contact-info-content p,
  .contact-info-item .icon-box,
  .pricing-header h3,
  .testimonial-company-logo {
    margin-bottom: 15px
  }

  .team-social-list {
    margin-left: 10px
  }

  .intro-video-play-button a {
    width: 70px;
    height: 70px
  }

  .contact-info-item,
  .contact-us-form,
  .faq-catagery-list,
  .opportunities-video-content,
  .pricing-item,
  .project-catagery-list ul,
  .service-catagery-list ul,
  .sidebar-cta-box,
  .team-contact-form {
    padding: 20px
  }

  .pricing-header h3 {
    font-size: 18px
  }

  .pricing-benefit-list ul {
    gap: 15px
  }

  .pricing-benefit-list ul li {
    width: calc(50% - 7.5px);
    font-size: 12px
  }

  .pricing-benefit-list ul li img {
    max-width: 16px;
    margin-right: 5px
  }

  .client-logo {
    padding-right: 15px
  }

  .project-challenge-image,
  .project-single-slider,
  .service-feature-image,
  .sidebar-cta-content,
  .sidebar-cta-content h3,
  .sidebar-cta-logo,
  .testimonial-content {
    margin-bottom: 20px
  }

  .author-image,
  .member-social-list ul li {
    margin-right: 10px
  }

  .author-image img {
    max-width: 60px
  }

  .author-content {
    width: calc(100% - 70px)
  }

  .testimonial-pagination {
    font-size: 20px;
    bottom: 22px
  }

  .our-facility {
    gap: 30px 20px
  }

  .benefit-item .icon-box,
  .facility-item .icon-box,
  .opportunities-video-content p,
  .project-challenge-content h3,
  .service-process-step-body {
    margin-bottom: 10px
  }

  .post-featured-image img,
  .project-challenge-image img,
  .project-single-slider .swiper-slide img {
    aspect-ratio: 1/0.72
  }

  .about-footer {
    margin: 0 0 30px
  }

  .about-footer p {
    font-size: 16px;
    margin-bottom: 20px
  }

  .footer-privacy-policy {
    display: block;
    margin-top: 0
  }

  .footer-logo {
    margin-bottom: 15px
  }

  .footer-logo img {
    max-width: 170px
  }

  .privacy-policy-list ul li {
    padding-right: 10px;
    margin-right: 10px
  }

  .footer-copyright {
    padding: 15px 0;
    display: block
  }

  .footer-go-to-top-btn {
    margin-top: 15px
  }

  .footer-go-to-top-btn a i {
    font-size: 16px;
    margin-left: 5px
  }

  .our-approach-image {
    max-width: 100%;
    padding-left: 100px
  }

  .our-approach-image-2,
  .sidebar-cta-logo img {
    max-width: 180px
  }

  .our-approach-image-2 figure img {
    border-width: 5px
  }

  .what-we-do-image-box {
    padding-left: 40px
  }

  .what-we-do-circle img {
    max-width: 80px
  }

  .opportunities-content .section-title,
  .what-we-do-body {
    margin-bottom: 20px;
    padding-bottom: 20px
  }

  .opportunities-body ul,
  .what-we-do-body ul {
    gap: 10px 20px
  }

  .what-we-list {
    gap: 20px 10px
  }

  .benefit-footer {
    margin-top: 20px
  }

  .benefit-footer .benefit-footer-content {
    padding: 8px 15px
  }

  .opportunities-image img {
    aspect-ratio: 1/0.8
  }

  .faq-img img {
    aspect-ratio: 1/0.9
  }

  .company-experience {
    padding: 10px 15px 10px 10px
  }

  .company-experience h3 {
    font-size: 26px;
    margin-bottom: 0
  }

  .project-catagery-list h3,
  .service-catagery-list h3 {
    font-size: 18px;
    padding: 12px 20px
  }

  .post-image img,
  .service-feature-image img {
    aspect-ratio: 1/0.7
  }

  .benefit-services-list .benefit-item {
    width: calc(50% - 7.5px)
  }

  .service-entry-counter-box {
    padding: 40px 30px;
    width: 100%
  }

  .service-entry-video-image img {
    aspect-ratio: 1/0.65
  }

  .service-process-step-no {
    margin-bottom: 15px;
    padding: 6px 10px
  }

  .service-entry-process .contact-us-now-text p {
    text-align: center;
    font-size: 14px
  }

  .post-entry blockquote {
    background-position: 15px 12px;
    padding: 60px 15px 15px
  }

  .tag-links {
    font-size: 20px
  }

  .project-content p {
    font-size: 14px;
    margin-bottom: 10px
  }

  .project-single-slider .project-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px
  }

  .project-single-slider .project-pagination .swiper-pagination-bullet-active:before {
    height: 20px;
    width: 20px
  }

  .project-challenge-item {
    display: block
  }

  .team-member-image img {
    aspect-ratio: 1/1.05
  }

  .member-content-body {
    padding: 20px 15px
  }

  .member-content-body ul li span {
    width: 50%
  }

  .team-experience-box .member-content-body ul li span {
    width: 75%
  }

  .google-map-iframe,
  .google-map-iframe iframe {
    height: 350px
  }
}

.btn-white,
.btn-white-border {
  display: inline-flex;
  gap: 8px;
  font-size: 16px;
  cursor: pointer
}

.btn-white {
  background: #fff;
  color: #2196f3;
  border: none;
  padding: 20px 24px;
  align-items: center;
  border-radius: 4px;
  transition: background-color .3s
}

.bg-globe,
.bg-gray-box {
  background-image: url(../img/globe-bg.png);
  background-position: center;
  background-size: cover
}

.btn-white:hover {
  background-color: #f5f5f5
}

.btn-white-border {
  background-color: #2196f3;
  color: #fff;
  border: 2px solid #fff;
  padding: 20px 50px 20px 24px;
  align-items: center;
  border-radius: 4px;
  transition: background-color .3s, border-color .3s
}

.btn-white-border:hover {
  background-color: #1976d2;
  border-color: #f5f5f5
}

.homepage-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10
}

.homepage-menu .navbar {
  background-color: transparent
}

.info-img-overtext {
  position: relative;
  margin-bottom: 20px
}

.info-img-overtext .info-img-overtext-inner {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 20px 25px;
  min-height: 90px;
  color: #fff;
  font-size: 16px
}

.info-img-overtext .info-img-overtext-inner h4 {
  font-size: 21px;
  color: #fff;
  line-height: 1.4
}

.small-img-icon {
  max-height: 60px;
  max-width: 200px
}

.swiper-info-slider .swiper-slide .intro-video-content {
  min-height: 350px;
  overflow: hidden
}

.swiper-info-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important
}

.swiper-info-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #007aff !important
}

.video-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%
}

.video-container,
.video-element,
.video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.video-element {
  object-fit: cover
}

.video-overlay {
  background-color: rgba(11, 60, 136, .5);
  z-index: 1
}

#map,
.btn-style-2,
.logo-marquee {
  position: relative
}

#map {
  height: 500px;
  width: 100%;
  z-index: 1
}

#zoomHint {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 999
}

.bg-gray-box {
  background-color: #e8e8e8;
  border-radius: 30px;
  padding: 20px
}

.bg-gray-box.extra-margin-top {
  margin-top: 80px
}

.bg-gray-box.extra-margin-top.mt100 {
  margin-top: 100px
}

.image-up-overflow img {
  position: absolute;
  bottom: -80px;
  left: 20px;
  width: 150px
}

.image-up-overflow.w-100 img {
  width: 100%;
  bottom: -60px;
  left: 0
}

@media only screen and (max-width:600px) {
  .image-up-overflow.w-100 img {
    bottom: -25px
  }

  .about-us-content.mt-80 {
    margin-top: 60px !important
  }
}

.heading-with-logo {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 70px
}

.heading-with-logo h5 {
  margin: 0 20px 0 0;
  white-space: nowrap;
  font-size: 16px
}

.heading-with-logo img {
  max-height: 60px;
  width: auto
}

.extra-margin-top .section-title {
  min-height: 175px;
  margin-bottom: 10px
}

.custom-newsletter {
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 8px
}

.custom-newsletter-input {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 2px 0 0 2px;
  font-size: 16px;
  height: 45px
}

.custom-newsletter-button {
  background-color: #fff;
  border: none;
  padding: 12px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: .3s ease-in-out;
  height: 46px;
  border-left: 1px solid #dcdcdc
}

.custom-newsletter-button i {
  color: #0d4075;
  font-size: 18px
}

.custom-newsletter-button:hover {
  background-color: #007bff;
  color: #fff
}

.mb-15 {
  margin-bottom: 15px !important
}

.border-round {
  border-radius: 30px
}

.bg-primary-light-list ul {
  list-style-type: disc;
  margin: 20px 0;
  padding-left: 15px;
  line-height: 1.4
}

.icon-badges h4,
.tabview-content ul {
  line-height: 1.6
}

.bg-primary-light-list ul li {
  color: var(--text-color);
  margin-bottom: 10px
}

.bg-primary-light-list ul li::marker {
  color: #219ed8
}

.bg-primary-light-list ul li strong,
.heading-secondry-span span,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #219ed8
}

.bg-primary-light {
  background-color: #f1faff
}

.heading-secondry-span {
  margin-top: 20px;
  font-size: 32px !important
}

.team-sec-2 {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-bottom: 30px
}

.team-sec-2-text {
  background-color: #e7e7e7;
  padding: 15px
}

.team-sec-2-text h3,
.team-sec-2-text h3 a {
  color: var(--text-black);
  font-size: 21px
}

.team-sec-2-text p {
  margin: 0;
  font-size: 13px
}

.btn-style-2 {
  display: block;
  font-weight: 500;
  transition: .5s ease-in-out;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 17px 46px 17px 16px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
  background: 0 0;
  min-height: 90px;
  align-content: center
}

.btn-style-2:hover {
  transform: translateX(10px);
  transition: .5s ease-in-out
}

.bg-primary {
  background-color: #0d4075 !important
}

.bg-banner-section {
  background-image: url(../img/info-img.jpg);
  background-size: cover;
  border-radius: 30px;
  position: relative;
  background-position: center -360px;
  background-repeat: no-repeat
}

@media only screen and (max-width:991px) {
  .heading-with-logo {
    margin-top: 80px;
    justify-content: end
  }

  .bg-banner-section {
    background-position: center !important
  }
}

.bg-banner-section:before {
  background-color: #219ed8a1;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  border-radius: 30px
}

.bg-banner-section-content {
  padding: 80px 50px
}

.bg-banner-section-img {
  padding: 40px;
  text-align: center
}

.btn-default.white {
  background: #fff;
  color: #219ed8
}

.btn-default.white:hover {
  background-color: var(--accent-secondary-color);
  color: #fff
}

.btn-default.white:before {
  background-image: url('../img/arrow-color.png')
}

.btn-default.white:hover:before {
  background-image: url('../img/arrow-white.svg')
}

.icon-badges h4 {
  color: #219ed8;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px
}

.img-border {
  border: 5px solid #219ed8
}

.team-sec-2 img {
  width: 100%;
  aspect-ratio: 1/1.10;
  object-fit: cover;
  object-position: center
}

.post-meta {
  list-style: none;
  padding: 30px 0;
  margin: 0;
  display: flex;
  gap: 20px;
  font-size: 21px;
  color: #333;
  font-weight: 600
}

.post-meta li i {
  color: #219ed8;
  font-size: 21px;
  margin-right: 10px
}

.image-ratio-1-08 {
  aspect-ratio: 1/0.6;
  object-position: top center !important
}

.image-label label {
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #219ed8;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px 0 0 30px
}

.text-center ul li {
  list-style-position: inside
}

.post-featureds {
  padding: 0 0;
  /*background-color: #f4f4f4*/
}

.tabview-content,
.tabview-header {
  padding: 30px 20px
}

.post-featureds .our-company-slider {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.post-featureds .blog-item {
  border: 2px solid #0d4075;
  margin-bottom: 0
}

.post-featureds .post-featured-image {
  border-bottom: 2px solid #0d4075;
  margin-bottom: 0
}

.post-featureds .post-item-content {
  min-height: 70px;
  justify-content: center;
  display: grid;
  align-items: center !important;
  background-color: #dae0e6;
  margin-bottom: 0;
  overflow: hidden
}

.post-featureds .post-item-content h3 {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0
}

.tabview-wrapper {
  border: 2px solid #0d4075;
  height: 100%
}

.tabview-header {
  border-bottom: 2px solid #0d4075
}

.tabview-header h3 {
  text-align: center;
  margin: 0
}

.bg-heading,
.service-single-content h2 {
  background: linear-gradient(to right, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  color: var(--white-color);
  border-radius: 0;
  padding: 15px 10px
}

.office-showcase h4 {
  font-size: 18px;
  border: 3px solid #0d4075;
  text-align: center;
  padding: 20px
}

.bg-light-secondary {
  background-color: #ddedf2
}

.office-showcase .office-showcase-inner {
  border: 3px solid #0d4075;
  border-top: 0;
  padding: 20px;
  margin-bottom: 20px
}

.bg-light-box .project-challenge-content {
  padding: 40px;
  background: var(--secondary-color);
  box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px
}

.bg-light-box .project-challenge-content h3 {
  border-bottom: 3px solid #dbdbdb;
  padding-bottom: 20px
}

.newslettermsg {
  margin-top: 20px
}

.fixed-height-200 {
  height: 200px;
  overflow: hidden
}

.bg-gray-2 {
  background-color: #dae0e6
}

.small-image-center-wrapper {
  text-align: center;
  padding: 20px;
  height: 100%;
  border: 1px solid #ccc
}

.small-image-center-wrapper img {
  max-height: 150px
}

.small-image-center-wrapper h3,
.small-image-center-wrapper h3 a {
  font-size: 18px;
  color: var(--text-black);
  line-height: 1.4
}

.small-image-center-wrapper h3 a:hover {
  color: var(--tertiary-color)
}

.fixed-height-heading {
  height: 54px;
  overflow: hidden
}

.my-hover-box {
  transition: transform .3s
}

.blue-text-heading-wrap {
  color: #48afdf
}

.blue-text-heading-wrap h3 {
  color: #48afdf;
  font-size: 24px;
  font-weight: 600
}

.blue-text-heading-wrap p {
  color: #48afdf;
  font-size: 18px;
  font-weight: 400
}

.font-big-bold {
  margin: 0;
  font-size: 24px;
  font-weight: 500
}

.section-title ul {
  line-height: 1.4;
  margin-top: 10px;
  padding-left: 15px
}

.section-title ul li {
  margin-bottom: 10px
}

.border-end {
  border-right: 1px solid #dee2e6 !important
}

.border-radius-20 {
  border-radius: 20px
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
  background: #fff
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  animation: 5s linear infinite scroll
}

.logo-marquee img {
  height: 80px;
  margin: 0 40px;
  object-fit: contain;
  flex-shrink: 0
}

@keyframes scroll {

  0%,
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(calc(-100% - var(--gap)))
  }

  100% {
    transform: translateX(-50%)
  }
}

.our-company-slider .swiper-wrapper {
  transition-timing-function: linear
}

.our-company-slider .swiper-slide {
  display: flex;
  justify-content: center
}

.our-company-slider .swiper-wrapper.marquee {
  animation: 3s linear infinite marquee
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

:target {
  scroll-margin-top: 220px
}

h1.main-inner-page-heading-1 {
  display: inline-block;
  font-size: 40px;
  position: relative;
  color: black;
}

h1.main-inner-page-heading-1::first-letter {
  color: #219ed8;
}

h1.main-inner-page-heading-1::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #219ed8;
  pointer-events: none;
  overflow: hidden;
  width: 2ch;
  white-space: nowrap;
}


.story-card-slider{
	background-color: #0d4075;
}
.story-card-slider-img{
	background-size: cover; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 100%; 
	min-height: 300px;
}
@media only screen and (max-width:991px) {
	.story-card-slider-img{
		background-size: 100%; 
	}
}

.story-card-slider-content ul{
	padding-left: 0px;
}

.slicknav_menu{
	padding: 0px 5px;
}