html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

body {
  margin: 0px;
  font-family: Inter, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Manrope, sans-serif;
}

p {
  font-size: 16px;
  color: rgb(104, 104, 104);
}

a {
  color: rgb(0, 0, 0);
}

a:hover {
  color: rgb(250, 149, 56);
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}

.site-header {
  position: relative;
}

.site-header .black-logo {
  display: none;
}

.header-primary {
  left: 0px;
  right: 0px;
  width: 100%;
  top: 0px;
  z-index: 9999;
}

.top-header {
  background-color: #043a83;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  z-index: 99;
  position: relative;
}

header.site-header.header-primary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  z-index: 99;
  position: relative;
}

.header-contact-info {
  color: rgb(250, 250, 250);
  padding: 9px 0px;
  margin-right: 15px;
}

.header-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.header-contact-info ul li {
  display: inline-block;
  color: white;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.header-contact-info ul li:last-child {
  padding-right: 0px;
}

.header-contact-info ul li:first-child {
  padding-left: 0px;
}

.header-contact-info ul li [class*="fa-"] {
  margin-right: 5px;
}

.header-contact-info ul li a {
  color: rgb(252, 252, 252);
  display: block;
  transition: color 0.4s linear;
}

.header-contact-info ul li a:hover,
.header-contact-info ul li a:focus,
.header-contact-info ul li a:active {
  color: rgb(44, 117, 186);
}

.header-social {
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.header-social li {
  margin: 0px 8px;
}

.header-social a {
  color: rgb(0, 1, 55);
}

.header-social a:hover,
.header-social a:focus {
  color: rgb(44, 117, 186);
}

.social-links ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.social-links ul li {
  display: inline;
}

.button-primary {
  background-color: rgb(250, 149, 56);
  display: inline-block;
  padding: 10px 18px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.button-primary:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header-social {
    padding: 10px 0px;
  }
}

.header-search-icon {
  display: inline-flex;
  align-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 10px;
}

.header-search-icon .search-icon {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: rgb(0, 0, 0);
  height: 100%;
  width: 100%;
}

.top-header-info {
  display: flex;
}

.site-identity .site-title {
  margin: 0px;
  line-height: 1.1;
  font-size: 28px;
}

.site-identity .site-description {
  font-size: 13px;
  margin-bottom: 0px;
}

.site-identity img {
  transition: opacity 0.4s linear;
  height: 53px;
}

.site-identity a {
  display: block;
}

.site-identity a:hover img,
.site-identity a:focus img,
.site-identity a:active img {
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .site-identity img {
    max-width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 0px;
  }
}

.navigation-container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    padding-right: 35px;
  }
}

.main-navigation .navigation > ul > li {
  display: inline-block;
  padding-left: 33px;
}

.main-navigation ul {
  font-size: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.main-navigation ul > li.menu-item-has-children > a::after {
  content: "";
}

.main-navigation ul > li:last-child {
  border-bottom: none;
}

.main-navigation ul > li:last-child::before {
  display: none;
}

.main-navigation ul > li > a {
  color: rgb(30, 30, 30);
  display: inline-block;
  padding: 25px 0px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  /* transition: 0.5s; */
}

.main-navigation ul > li:hover > ul,
.main-navigation ul > li:focus > ul,
.main-navigation ul > li:active > ul {
  visibility: visible;
}

.main-navigation ul > li:hover > a,
.main-navigation ul > li:focus > a,
.main-navigation ul > li:active > a {
  color: #043a83;
}

.main-navigation ul > li:hover > a::after,
.main-navigation ul > li:focus > a::after,
.main-navigation ul > li:active > a::after {
  transform: rotate(180deg);
}

.main-navigation ul ul {
  background: rgb(255, 255, 255);
  border-top: 4px solid #043a83;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  z-index: 99;
  visibility: hidden;
  text-align: left;
  animation: 0.3s ease-out 0s 1 normal none running slide-up;
  /* min-width: max-content; */
  /* max-width: fit-content; */
  width: 174% !important;!i;!;
}

.main-navigation ul ul li {
  border-bottom: 1px solid rgb(221, 221, 221);
  position: relative;
  opacity: 1;
  width: 179px;
  background: white;
}

.main-navigation ul ul li a {
  color: rgb(51, 51, 51);
  opacity: 1;
  padding: 11px 19px;
  text-transform: capitalize;
  font-weight: 600;
  /* transition: 0.4s; */
  text-align: left;
  width: 100%;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:active {
  /* padding-left: 30px; */
  color: #043a83;
}

.main-navigation ul ul li > ul {
  left: 100%;
  top: 0px;
}

.main-navigation ul ul li.menu-item-has-children > a::after {
  content: "";
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul,
.main-navigation ul ul li:active > ul {
  opacity: 1;
  top: -3px;
}

.main-navigation ul ul li:hover a::after,
.main-navigation ul ul li:focus a::after,
.main-navigation ul ul li:active a::after {
  transform: rotate(180deg);
}

.main-navigation ul li {
  position: relative;
  color: rgb(45, 45, 45);
}

.main-navigation ul li:last-child ul,
.main-navigation ul li:nth-last-child(2) ul {
  right: 0px;
}

.main-navigation ul li:last-child ul ul,
.main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}

.main-navigation ul li.menu-item-has-children > a {
  position: relative;
}

.main-navigation ul li.menu-item-has-children > a::after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  transition: transform 0.4s;
}

.main-navigation ul li.menu-item-has-children li:hover > a,
.main-navigation ul li.menu-item-has-children li:focus > a {
  background-color: #043a83;
  color: rgb(255, 255, 255) !important;
}

.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-parent > a {
  color: rgb(250, 149, 56);
}

@-webkit-keyframes slide-up {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.header-btn {
  display: flex;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .header-btn {
    justify-content: flex-end;
  }

  .header-btn a {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 144px 0px 0px;
  background-image: url("assets/img/footerBg.jpg");
  z-index: 9;
}

.footer::before {
  content: "";
  position: absolute;
  background-color: rgb(4 58 131 / 75%);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  /* opacity: .9; */
  z-index: -9999;
}

.footer-contact h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}

.footer-contact-btn {
  text-align: right;
}

.footer-contact-btn a {
  font-size: 20px;
  color: rgb(255, 255, 255);
  background: rgb(0, 18, 63);
  padding: 15px 34px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 100;
}

#footer-contact-main {
  margin-bottom: 60px;
}

.footer-desc {
}

.footer-list h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer-list ul li {
  margin-bottom: 17px;
}

.footer-list ul li a {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  transition: 0.4s;
}

.footer-list ul li a i {
  margin-right: 10px;
}

.footer-image {
  margin-top: unset;
  border-radius: 10px;
  background: unset !important;
}

.footer-list {
  margin-top: unset;
}

.social-icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-flex;
}

.social-icons ul li {
  margin-right: 15px;
}

.social-icons ul li a {
  color: rgb(255, 255, 255);
  font-size: 25px;
}

.copyright {
  padding-top: 36px;
  z-index: 999;
  padding-bottom: 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.copyright-center {
  font-size: 15px;
  text-align: center;
  color: white !important;
}

.copyright-center p {
  margin-bottom: 0px;
  color: white;
}

.copyright-right {
  text-align: right;
  font-size: 15px;
  color: rgb(209, 209, 209);
}

.copyright-right p {
  margin-bottom: 0px;
  color: white;
}

.breadcrumb-section {
  background: rgb(32, 28, 27);
  height: 300px;
  display: flex;
  align-items: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-main h2 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

li.breadcrumb-item a {
  color: rgb(0, 18, 63);
}

.get-in-touch {
  background: rgb(0, 18, 63);
  padding: 50px;
  color: rgb(255, 255, 255);
}

.get-in-touch h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.get-in-touch h5 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.contact-info {
  margin-bottom: 40px;
}

.contact-info:last-child {
  margin-bottom: 0px;
}

.contact-info i {
  font-size: 24px;
  margin-right: 10px;
}

.contact-info h6 {
  font-size: 24px;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
}

.contact-form {
  box-shadow: rgba(180, 178, 178, 0.25) 0px 4px 14px;
  padding: 50px 75px;
}

.contact-form h3 {
  font-size: 40px;
  font-weight: 600;
}

.contact-form label {
  font-weight: 500;
}

.contact-form input {
  height: 50px;
  background: rgb(243, 243, 243);
  border: 0px;
  margin-bottom: 30px;
  border-radius: 0px;
}

.contact-form textarea {
  background: rgb(243, 243, 243);
  border: 0px;
  border-radius: 0px;
  margin-bottom: 30px;
}

.contact-form button {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  border-radius: 0px;
  padding: 15px 60px;
}

.contact-form .form-control:focus {
  color: rgb(33, 37, 41);
  background-color: rgb(243, 243, 243);
  border-color: rgb(134, 183, 254);
  outline: 0px;
  box-shadow: rgba(13, 110, 253, 0) 0px 0px 0px 0.25rem;
}

.contact-icon {
  background: rgb(33, 74, 120);
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-icon ul {
  padding-left: 50px;
}

.map-section iframe {
  width: 100%;
}

.about-list li {
  line-height: 31px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgb(104, 104, 104);
}

.about-para {
  padding-right: 25px;
  padding-bottom: 25px;
}

.comp-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.comp-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(rgba(91, 91, 91, 0.07) 0px 4px 25px);
}

.comp-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
}

.perc {
  position: absolute;
  top: 36px;
  right: 0px;
  background-color: rgb(250, 149, 56);
  color: rgb(0, 0, 0);
  padding: 8px 17px;
  border-radius: 50px 0px 0px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.perc img {
  height: 30px;
  width: 30px;
  margin-right: 9px;
}

.perc span {
  font-size: 25px;
  font-weight: 700;
  color: rgb(32, 28, 27);
}

.energy-wrapper img {
  height: 570px;
  width: 100%;
  margin-top: 70px;
}

.inner-head {
  font-size: 40px;
  font-weight: 700;
  color: rgb(250, 149, 56);
  text-align: center;
}

.energy-wrapper span {
  font-size: 24px;
}

.app-box {
  padding: 60px 0px;
  text-align: center;
  height: 100%;
}

.app-box1 {
  padding: 60px 0px;
  text-align: center;
  height: 100%;
}

.app-box3 {
  padding: 60px 0px;
  text-align: center;
  height: 100%;
}

.app-box-img img {
  height: 340px;
  width: 100%;
  object-fit: contain;
}

.app-desc {
  padding: 0px 40px;
}

.app .col-lg-3:nth-child(2n) .app-box {
  background: rgba(250, 149, 56, 0.05);
}

.app .col-lg-3:nth-child(2n + 1) .app-box1 {
  background: rgb(245, 245, 245);
}

.app .col-lg-3:nth-child(2n + 1) .app-box3 {
  background: rgba(250, 149, 56, 0.05);
}

.prep-box img {
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.prep-box {
  padding: 50px 45px;
  box-shadow: rgba(155, 155, 155, 0.25) 0px 4px 27px;
  text-align: center;
  background: rgb(248, 248, 248);
  height: 100%;
}

.prep-box h3 {
  font-size: 24px;
  margin-top: 12px;
  color: rgb(32, 28, 27);
  font-weight: 700;
}

.product .premium-box {
  margin-bottom: 30px;
}

.product-detail-box .inner-head {
  text-align: left;
}

.product-detail-box p {
  padding: 30px 0px;
}

.product-info {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.product-info li {
  font-size: 18px;
  font-weight: 400;
  color: rgb(104, 104, 104);
  margin-bottom: 15px;
}

.product-detail-img img {
  height: 250px;
  width: 100%;
  object-fit: contain;
  margin-top: 55px;
}

.product-detail-box {
  padding: 0px 50px;
}

.page-item {
  margin-right: 10px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(250, 149, 56);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(250, 149, 56);
  font-weight: 600;
}

.page-link:hover {
  z-index: 2;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(250, 149, 56);
  border-color: rgb(250, 149, 56);
}

.sub-head {
  font-size: 16px;
  color: rgb(32, 28, 27);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2px + 0.75rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background: padding-box padding-box rgb(241, 241, 241);
  border: 1px solid rgb(206, 212, 218);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0px !important;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  outline: 0px;
  padding: 20px;
  border-radius: 0px !important;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-top-left-radius: calc(-1px + 0.3rem);
  border-top-right-radius: calc(-1px + 0.3rem);
  border-bottom: none !important;
}

.modal-img {
  height: 180px;
}

.next-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.related .inner-head {
  color: rgb(32, 28, 27);
}

.feature-img img {
  height: 700px;
  width: 100%;
  object-fit: contain;
}

.feat-head {
  margin-top: 15px;
  padding: 0px 50px;
}

.featurelist-box h3 {
  font-size: 36px;
  color: rgb(250, 149, 56);
  margin-bottom: 15px;
}

.featurelist-box img {
  height: 285px;
  width: 100%;
  object-fit: contain;
}

.featureList-wrapper {
  margin-bottom: 15px;
  padding: 30px 0px;
}

.featureList .featureList-wrapper:nth-child(4n + 3) {
  background: rgb(245, 245, 245);
}

.featureList .featureList-wrapper:nth-child(5) {
  background: rgba(250, 149, 56, 0.05);
}

.logo_header {
  top: -28px;
  width: 178px;
  background: white;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: scale(1);
}

.logo_header img {
  max-width: 100%;
  width: 100%;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.2);
}

.bottom-header {
  background-color: rgb(255, 255, 255);
}

.banner-inner-wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
}

.banner-inner-wrap {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.padding {
  padding: 100px 0px;
}

.aboutMainImg img {
  border-radius: 10px;
  z-index: 9;
  position: relative;
}

.titleCustom h1 {
  font-size: clamp(29px, 7vw, 50px);
  line-height: clamp(38px, 7vw, 60px);
  color: rgb(0, 1, 55);
}

.titleCustom h5 span {
  position: relative;
}

.titleCustom h5 span::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgb(244, 118, 41);
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.titleCustom h5 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(244, 118, 41);
  text-transform: capitalize;
  line-height: 24px;
  position: relative;
  margin-bottom: 19px;
}

.aboutMainImg::before {
  position: absolute;
  content: "";
  height: 135px;
  width: 135px;
  background: rgb(0, 18, 63);
  bottom: 0px;
  left: 0px;
  z-index: 0;
  border-bottom-left-radius: 10px;
}

.aboutMainImg {
  position: relative;
  padding: 15px;
}

.footer-contact-btn {
  margin-top: 35px;
  display: block;
}

.titleCustom {
  margin-bottom: 25px;
}

nav#navigation {
  display: flex;
  align-items: center;
}

section.mainProduct::before {
  background-image: url("assets/img/bg.png");
  background-position: center center;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.productSub {
  border-radius: 10px;
}

.titleCustom h1 strong {
  color: rgb(0, 102, 179);
  font-size: 66px;
}

section.aboutSection {
  background-image: url("assets/img/slider01.jpg");
  position: relative;
  background-size: cover;
  background-position: center center;
}

section.aboutSection::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
}

.about_wrap p {
  font-size: 18px;
  line-height: 30px;
  color: rgb(229, 226, 221) !important;
}

section.aboutSection::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url("assets/img/50.png");
  width: 236px;
  height: 191px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: 999999;
}

.text-holder {
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: rgba(1, 83, 159, 0.13) rgba(1, 83, 159, 0.13)
    rgba(1, 83, 159, 0.13) rgb(0, 46, 95);
  border-image: initial;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.69);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 7px;
  margin-bottom: 11px;
}

.icon-holder {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 25px;
}

.icon-holder img {
  height: 45px;
  filter: brightness(1) invert(0);
}

.text-holder h4 {
  color: rgb(16, 24, 64);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.work-main::before,
section.blog::before {
  background-image: url("assets/img/bg.png");
  background-position: center center;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

li {
  list-style: none;
}

.sectionMargin {
  margin-bottom: 40px;
}

section.testimonial {
  background: url(https://karsfix-demo.pbminfotech.com/demo1/wp-content/uploads/sites/2/2024/09/contact-form-bg.jpg) fixed;
  position: relative;
}

.bg-blue {
  background-color: rgb(0, 46, 95);
}

.testimonialSlider_wrap {
  padding: 70px 44px 105px;
  border-radius: 162px;
  width: 350px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: white;
}

.sliderTest-img img {
  border-radius: 50px;
  height: 70px;
  width: 70px !important;
}

.testimonial_img-full img {
  border-radius: 50px;
  width: 76%;
  height: 569px;
  object-fit: cover;
}

.testimonial_img-full {
  text-align: right;
}

.slider_item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tes-text h3 {
  font-size: 23px;
  margin-top: 10px;
}

.exper h2 {
  font-size: 53px;
  font-weight: 700;
}

.exper p::before {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.exper p::before {
  border-bottom: 1px solid rgb(255, 255, 255);
  content: "";
  position: absolute;
  bottom: 6px;
  width: 90px;
}

.exper p {
  position: relative;
}

.testimonialWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.testimonialWrap p {
  color: rgb(241, 240, 255);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: grey 0px 0px 5px inset;
}

::-webkit-scrollbar-thumb {
  background: rgb(3, 175, 241);
}

.whyChooseImg img {
  border-radius: 10px;
}

section#blogId {
  background: white;
}

section#blogId .blog-box img {
  height: 444px;
  border: 0px;
}

section.clients {
  background: rgb(225, 228, 229);
}

.client-box {
  background: white;
  padding: 10px;
  object-fit: contain;
  border-radius: 10px;
}

.footer-image img {
  background: white;
  border-radius: 10px;
  width: 249px !important;
}

.breadcrumb-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer-contact-btn a:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
  transform: translateY(-5px);
}

.footer-contact-btn a {
  transition: 0.5s;
}

.magnific-img img {
  width: 100%;
  height: 371px;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 10px;
}

.mfp-bottom-bar,
.magnific-img {
  display: inline-block;
  width: 32.3%;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  transition: 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left::before {
  border-right: none !important;
}

.mfp-arrow-right::before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
  opacity: 0 !important;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

.mfp-bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgb(11, 11, 11);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  backface-visibility: hidden;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 0px 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: rgb(204, 204, 204);
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: rgb(204, 204, 204);
}

.mfp-preloader a:hover {
  color: rgb(255, 255, 255);
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0px;
  appearance: none;
  display: block;
  outline: none;
  padding: 0px;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0px 0px 18px 10px;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: rgb(51, 51, 51);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: rgb(255, 255, 255);
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgb(204, 204, 204);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0px 0px;
  top: 50%;
  padding: 0px;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0px;
}

.mfp-arrow-left::after {
  border-right: 17px solid rgb(255, 255, 255);
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid rgb(63, 63, 63);
}

.mfp-arrow-right {
  right: 0px;
}

.mfp-arrow-right::after {
  border-left: 17px solid rgb(255, 255, 255);
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid rgb(63, 63, 63);
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
  background: rgb(0, 0, 0);
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0px;
  margin: 0px auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  position: absolute;
  inset: 40px 0px;
  display: block;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
  background: rgb(68, 68, 68);
}

.mfp-figure small {
  color: rgb(189, 189, 189);
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: rgb(243, 243, 243);
  overflow-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0px;
  }

  .mfp-img-mobile .mfp-figure::after {
    top: 0px;
    bottom: 0px;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    margin: 0px;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0px;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0px;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0px center;
  }

  .mfp-arrow-right {
    transform-origin: 100% center;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

a.image-popup-vertical-fit i.fa.fa-search-plus {
  display: none;
}

section.productDetailPage {
  background-color: rgb(225, 228, 229);
}

.titleCustom h2 {
  font-size: 36px;
  line-height: 44px;
}

.productDetailPageImg img {
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

section#fiftyYears::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
}

section#fiftyYears .about_wrap p {
  color: rgb(30, 30, 30) !important;
  font-weight: 600;
}

.feat-wrapper {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  box-shadow: rgb(224, 224, 224) 0px 6px 6px;
  height: 100%;
}

@media (max-width: 900px) {
  .top-header-info {
    display: none;
  }

  .logo_header {
    position: unset;
    top: 0px;
    width: 164px;
    background: white;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .bottom-header {
    background-color: white;
    padding: 0px;
  }

  .mobile-menu-container .slicknav_menu {
    background-color: unset;
    padding: 0px;
    position: absolute;
    top: 37px;
    right: 0px;
    width: 100%;
  }

  .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: rgb(0, 18, 63);
  }

  .slicknav_btn .slicknav_icon span,
  .slicknav_btn .slicknav_icon span:first-child::before,
  .slicknav_btn .slicknav_icon span:first-child::after {
    background-color: rgb(0, 18, 63);
  }

  .banner-inner-wrap,
  .home-banner-items.slick-slide {
    height: 42vh;
  }

  .padding {
    padding: 62px 0px;
  }

  .titleCustom h1 strong {
    color: rgb(0, 102, 179);
    font-size: 28px;
  }

  .blog-box img {
    height: unset;
    width: 100%;
    object-fit: cover;
    border: 5px solid rgb(0, 46, 95);
    border-radius: 10px;
  }

  .sectionMargin {
    margin-bottom: 24px;
  }

  .about-image img {
    margin-top: -130px;
    height: unset;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 22px;
  }

  .footer-list,
  .footer-image {
    margin-top: 22px;
  }

  .social-icons {
    text-align: center;
  }

  .copyright-right {
    text-align: center;
    margin-top: 7px;
  }

  .copyright {
    padding-top: 16px;
  }

  .about-info h3 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 19px;
  }

  .aboutMainImg {
    margin-bottom: 22px;
  }

  .footer {
    padding: 54px 0px;
  }

  .contact-form,
  .get-in-touch {
    padding: 18px;
  }

  a.slicknav_btn.slicknav_collapsed,
  a.slicknav_btn.slicknav_open {
    position: absolute;
    right: 21px;
  }

  nav.slicknav_nav {
    top: 61px;
    position: absolute;
    width: 100%;
  }

  li.HomeItem a:nth-child(1) {
    display: none;
  }

  .magnific-img {
    display: inline-block;
    width: 100%;
  }
}

section.about-inner-section {
  background: rgb(225, 228, 229);
}

.processImg img {
  border-radius: 10px;
  height: 378px;
  object-fit: cover;
}

.text-holder p {
  margin-bottom: 0px !important;
}

section.mainProduct {
  position: relative;
}

section.mainProduct {
  position: relative;
  background: rgba(220, 220, 220, 0.09);
}

.work-main {
  position: relative;
}

.card-img {
  bottom: 100%;
}

.card-img img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -48px;
  left: 32px;
  z-index: 999;
}

.client-img {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(188, 188, 188);
}

section.testimonial span.text-blue-lighter-1.font-size-normal {
  margin-top: 11px;
  display: block;
  color: rgb(0, 46, 95);
  font-size: 14px;
}

div#testimonail {
  margin-bottom: 82px;
}

section.blog.padding {
  position: relative;
}

section#blogId::before {
  display: none;
}

.sticky-bar {
  left: 0px;
  margin: auto;
  width: 100%;
  z-index: 9999;
  animation: 0.3s ease-in-out 0s 1 normal none running fadeInDown;
  box-shadow: rgba(25, 25, 25, 0.1) 0px 10px 15px;
  background: rgb(255, 255, 255);
}

@keyframes fadeInDown {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header {
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
}

.sticky-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
}

.sticky-bar .logo_header {
  transform: scale(0.8);
  top: -18px;
}

.main-navigation {
  display: flex !important;
}

header.sliderWrap {
  margin-top: -2px;
}

.headerRight img {
  width: 30px;
  margin-right: 12px;
}

h3.elementor-icon-box-title span {
  color: rgb(171, 173, 175);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

p.elementor-icon-box-description a {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  color: #00aeee !important;
}

.elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
}

span.elementor-button-text {
  font-size: 13px;
  padding: 14px 21px;
  background: #043a83;
  border-radius: 5px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  margin-left: 30px;
  display: inline-block;
  transition: 0.5s;
  border: 1px solid #043a83;
}

a:hover {
  color: unset;
  text-decoration: unset !important;
}

.rightHeaderBtn {
  display: flex;
  align-items: center;
}

span.elementor-button-text i.fa.fa-arrow-right {
  margin-left: 5px;
  transform: rotate(305deg);
}

.site-identity {
  background: white;
  display: flex;
  padding: 15px 12px;
  align-items: center;
  margin-left: -16px;
}

header.sliderWrap {
  position: relative;
}

.sectionTitle p {
  color: rgb(4 58 131);
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase !important;
}

.sectionTitle p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #043a83;
}

.sectionTitle h1 {
  color: rgb(1 8 18);
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
  line-height: 50px;
}

section.services {
  background-color: rgb(244 247 251);
  background-image: url("assets/img/bgCategory.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionTitle {
  margin-bottom: 40px;
}

.servicesIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100px;
  border-radius: 24px;
  /*background: #ee2b3e;*/
  z-index: 999;
}

.servicesIcons img {
  padding: 8px;
  /* filter: brightness(0) invert(1); */
}

h3.service-loop-title {
  font-size: 23px;
  font-weight: 700;
  color: black;
  line-height: 30px;
  padding-top: 32px;
  margin-bottom: 4px;
  height: 81px;
}

.service-loop-excerpt p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 10px 0px 0px;
  color: black;
  z-index: 999;
  position: relative;
}

.servicesImg img {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-position: center center;
  object-fit: cover;
  border-radius: 10px;
}

.service-block.servicesWrap::after {
  right: -175px;
  bottom: -41px;
  transform: rotateZ(42.33deg);
  background: linear-gradient(111.8deg, rgb(4 58 131) 103.93%, #043a83 90.29%);
  content: "";
  position: absolute;
  width: 155px;
  height: 258px;
  z-index: 3;
  display: block;
  border-radius: 18px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.service-block.servicesWrap:hover::after {
  right: -130px;
  bottom: -23px;
  opacity: 0.8;
}

.service-block.servicesWrap::before {
  left: -175px;
  top: -41px;
  transform: rotateZ(42.33deg);
  background: linear-gradient(111.8deg, rgb(4 58 131) 21.93%, #043a83 90.29%);
  content: "";
  position: absolute;
  width: 155px;
  height: 258px;
  z-index: 3;
  display: block;
  border-radius: 18px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.service-block.servicesWrap:hover::before {
  left: -135px;
  top: -23px;
  opacity: 0.8;
}

.servicesCard {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 50px;
  transition: 0.4s ease-in-out;
  z-index: 2;
  border-top: 6px solid #ee2b3e;
  margin-bottom: 10px;
  box-shadow: rgb(233, 233, 233) 0px 0px 15px;
}

.servicesText {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding-bottom: 13px;
  justify-content: center;
  width: 100%;
}

.servicesImg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}

.service-block.servicesWrap {
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-block.servicesWrap:hover .servicesImg {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.service-block.servicesWrap:hover .servicesText {
  bottom: 0px;
  position: absolute;
  transition: 0.3s ease-in-out;
}

.service-content-box {
  opacity: 1;
  transition: 0.5s;
}

.service-block.servicesWrap:hover .service-content-box {
  opacity: 1;
}

.servicesImg {
  transition: 0.5s;
}

.servicesButtom span {
  color: rgb(92, 102, 114);
  font-weight: 100;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.3px;
}

.servicesButtom {
  text-align: center;
  margin-top: 57px;
}

.servicesButtom span a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #043a83;
}

.servicesButtom span a i.fa.fa-arrow-right {
  transform: rotate(337deg);
}

.imgOne {
  position: relative;
  text-align: right;
}

.imgtwo img {
  position: absolute;
  bottom: -85px;
  left: 29px;
}

.about_imgWrap {
  position: relative;
}

section.about {
  padding-bottom: 175px;
}

.imgOne {
  position: relative;
}

.imgOne::before {
  content: "";
  position: absolute;
  bottom: -190px;
  right: -83px;
  background-image: url("assets/img/upDown.png");
  width: 250px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  animation: 3s ease-in-out 0s infinite normal none running upDown;
}

@keyframes upDown {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.sticky-bar .main-navigation ul > li > a {
  color: black;
  font-weight: 500;
}

.sticky-bar .site-identity {
  background: white;
  display: flex;
  padding: 10px 12px;
  align-items: center;
}

.sticky-bar p.elementor-icon-box-description {
  color: black;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.sticky-bar .headerRight img {
  width: 30px;
  filter: brightness(1) invert(0);
  margin-right: 12px;
}

section.services.padding {
  position: relative;
}

section.services::before {
  background: #ffffffde;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}

section.testimonial::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(1 15 49 / 94%);
}

.slick-slider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  z-index: 999;
}

.slick-prev,
.slick-next {
  color: rgb(51, 51, 51);
  font-size: 24px;
  z-index: 1;
}

.testImg img {
  width: 55px;
  height: 55px;
  border-radius: 9px;
  margin-right: 14px;
}

.slickItem {
  background: rgb(255, 255, 255);
  padding: 29px;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 18px 0px;
}

.slickStar ul li i {
  color: #043a83;
}

.slickStar ul {
  display: flex;
}

.slickStar p {
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  color: rgb(22, 35, 57);
  font-size: 16px;
}

.testUser {
  display: flex;
  align-items: center;
}

.testContent h3 {
  font-size: 18px;
  color: rgb(22, 35, 57);
  line-height: 24px;
  margin: 4px 0px 7px;
  font-weight: 700;
}

.testContent small {
  font-size: 14px;
  text-transform: capitalize;
  color: rgb(92, 102, 114);
}

.slick-slide {
  margin: 0px 15px;
}

.slick-list {
  margin: 0px -15px;
}

.slickSliderWrap {
  margin-bottom: -121px;
  z-index: 9999;
  position: relative;
}

.slickItem {
  margin-bottom: 14px;
}

.partnerItem img {
  width: 135px;
  opacity: 0.6;
  transition: 0.5s;
}

.partnerItem img:hover {
  opacity: 1;
  transition: 0.5s;
}

section.partnerHome {
  background-image: url("https://demo2.themelexus.com/neotech/wp-content/uploads/2024/10/h1-bg05.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0 39px;
}

.partnerItem {
  text-align: center;
  margin: 0px auto;
}

.partnerImg {
  text-align: center;
  margin: 0px auto;
  display: inline-block;
}

.borderButtom {
  border-bottom: 1px solid rgb(229, 231, 234);
}

.blogImg img {
  aspect-ratio: 1.46429 / 1;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: 0.5s;
  transform: scale(1);
}

.blogImg img:hover {
  transition: 0.5s;
  transform: scale(1.3);
}

.blogImg {
  overflow: hidden;
  border-radius: 18px;
}

.blogContent span {
  font-size: 12px;
  line-height: 1.33333;
  color: rgb(171, 173, 175);
}

.blogContent h3 {
  font-size: 21px;
  line-height: 30px;
  color: rgb(0, 0, 0);
  text-transform: inherit;
  overflow: hidden;
  font-weight: 600;
  transition: 0.3s;
  margin: 5px 0px 16px;
}

.textBtn a {
  color: rgb(92, 102, 114);
  font-size: 12px;
  font-weight: 700;
}

.textBtn span i {
  transform: rotate(-29deg);
  margin-left: 6px;
  color: rgb(92, 102, 114);
  transition: 0.5s;
}

.blogContent {
  padding: 19px 30px 0px;
}

.textBtn a:hover {
  color: #043a83;
  transition: 0.5s;
}

.textBtn a:hover i {
  color: #043a83;
  transition: 0.5s;
  transform: rotate(0deg);
}

.copyright-center span {
  color: rgb(255 255 255);
  font-weight: 700;
}

.footerTitle h1 {
  color: black;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-right: 20px;
}

.footerTitle {
  padding-bottom: 100px;
}

span.elementor-button-text:hover {
  background: transparent;
  border: 1px solid #043a83;
  color: #043a83;
  transition: 0.5s;
}

.sticky-bar p.elementor-icon-box-description a {
  color: #043a83 !important;
}

.btnCustom {
  border: none;
  cursor: pointer;
  transition-duration: 0.4s;
  font-size: 13px;
  padding: 14px 21px;
  border-radius: 5px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  z-index: 9999999999999;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #043a83;
}

.btnCustom:hover {
  box-shadow: rgb(151, 177, 191) 0px 2px 20px 10px;
  color: #043a83;
  background: rgb(255, 255, 255) !important;
}

.btnCustom span i {
  transform: rotate(-29deg);
  transition: 0.4s;
  color: white;
}

.btnCustom:hover span i {
  transform: rotate(0deg);
  color: #043a83;
}

div#btnSlider a {
  font-size: 18px;
  padding: 10px 26px;
  display: block;
  border-radius: 50% !important;
}

div#btnSlider i.fa.fa-phone {
  transform: rotate(106deg);
}

div#btnSlider a {
  color: white;
  transition: 0.4s;
}

div#btnSlider:hover a {
  color: #043a83;
  transition: 0.4s;
}

div#btnSlider {
  padding: 0px;
  border-radius: 10px;
}
.footer-list ul li a:hover {
  color: #b5e9ff;
  transition: 0.4s;
  padding-left: 5px;
}
.footerTopWrap.footerTitle {
  background-color: transparent;
  background: #ffffff;
  border-radius: 10px;
  padding-bottom: 0;
  padding: 48px;
  margin-bottom: -73px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  z-index: 99;
}

.footerTopWrap.footerTitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://demo2.themelexus.com/neotech/wp-content/uploads/2024/10/h1-bg05.png);
}

.footerTopWrap::before {
  /* content: ""; */
  position: absolute;
  /* background-image: url(https://thepixelcurve.com/wp/techwix/wp-content/uploads/2024/05/TECW0006.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#btnFooter a:hover {
  box-shadow: rgb(151, 177, 191) 0px 2px 20px 10px;
  color: #043a83;
  background: rgb(255, 255, 255) !important;
  z-index: 99;
  position: relative;
  cursor: pointer;
}
#btnFooter i {
  color: #043a83;
}
.footerTopIcons:after {
  content: "";
  position: absolute;
  top: -23px;
  left: 52px;
  background-image: url(assets/img/categories.png);
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  z-index: 999;
  background-size: contain;
}

section.footerTop {
  position: relative;
}

.footerTopIcons {
  position: relative;
}

.footerTopIcons::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 44px;
  background: rgb(2 122 166);
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
section.blogSec {
  padding-top: 181px;
}

.imgOne img {
  height: 400px;
  width: 62%;
  object-fit: cover;
}
.topHeaderBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#callToAction a {
  animation: upDown 2s infinite;
  color: white;
  border-radius: 50px !important;
  background: #00719c;
  padding: 17px 43px;
  border: 0;
  /* position: fixed; */
}

div#callToAction {
  padding: 0;
  position: fixed;
  bottom: 57px;
  right: 51px;
  animation: bounce 2s infinite;
}
div#callToAction a {
  color: white;
  border-radius: 50px !important;
  background: #043a83;
  padding: 19px 22px;
  border: 0;
  /* position: fixed; */
  transition: 0.4s;
}

div#callToAction {
  padding: 0;
  position: fixed;
  bottom: 90px;
  right: 51px;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
div#callToAction a:hover {
  background: white;
  color: #00aeee;
  transition: 0.4s;
}
.footer-desc.text-white {
  z-index: 99999999999;
  position: relative;
}

.form-control {
  border-radius: 5px !important;
  overflow: hidden;
}
div#btnFooter i {
  color: white;
}

div#btnFooter:hover i {
  color: #043a83;
}

a.logBtn {
  background: #0c4357;
  border: 1px solid #0c4357;
  border-radius: 5px;
  color: white;
}
a.supportBtn:hover {
  color: #0c7fa9;
}
a.logBtn:hover {
  color: wheat;
}
.twoBtnHeader a {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 10px 15px;
  font-weight: 600;
  transition: 0.5s;
}

a.supportBtn {
  margin-right: 5px;
  background: white;
  color: #00aeee;
  border: 1px solid #00aeee;
  border-radius: 5px;
  transition: 0.4s;
}

a.supportBtn span {
  animation: blink-text 1s infinite;
}

@keyframes blink-text {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.bg-img-hero {
  position: relative;
  margin-top: -134px;
}

.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.text-center {
  text-align: center !important;
}

.bg-img-hero:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00000054;
  opacity: 0.6;
}
.bg-img-hero h1,
.bg-img-hero nav {
  position: relative;
}
.breadcrumb-no-gutter {
  padding: 0;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.3125rem;
  justify-content: center;
}
.font-size-14 {
  font-size: 0.875rem;
}

.breadcrumb-item {
  color: #67747c;
  font-size: 0.875rem;
}
.innerBanner {
  margin-top: -3px;
}
ol.breadcrumb.breadcrumb-no-gutter.mb-0 {
  background: unset;
}
/* button start  */
div#topHeaderAnimatedbtn .btnRemote {
  background: #ff1616;
  border: none;
  color: white;
  padding: 0.8rem 1rem;
  position: relative;
  cursor: pointer;
  margin: 5px;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
div#topHeaderAnimatedbtn .border-animation::before,
div#topHeaderAnimatedbtn .border-animation::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 0px solid transparent;
  transition: 0.5s;
}
div#topHeaderAnimatedbtn .border-animation::before {
  top: -4px;
  left: -4px;
  border-top: 2px solid #ff1616;
  transition: 0.5s;
  border-left: 2px solid #ff1616;
}
div#topHeaderAnimatedbtn .border-animation::after {
  bottom: -4px;
  right: -4px;
  border-bottom: 2px solid #ff1616;
  border-right: 2px solid #ff1616;
  transition: 0.5s;
}
div#topHeaderAnimatedbtn .border-animation:hover::before,
div#topHeaderAnimatedbtn .border-animation:hover::after {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transition: 0.5s;
}
div#topHeaderAnimatedbtn .btn-animation {
  border: 1px solid #c3ffd1;
  outline: 1px solid #fff;
  transition: outline-offset 200ms ease;
}
div#topHeaderAnimatedbtn .btn-animation:hover {
  outline: 1px solid #fff;
  outline-offset: -6px;
}

/* team section start  */

.team-9 {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background: white;
}

.team-9:hover {
  transform: rotateY(180deg);
}

.team-9 .team-img {
  position: relative;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.team-9 .team-img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.team-9 .team-content {
  text-align: center;
}

.team-9 .team-content h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.team-9 .team-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.team-9 .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 5px;
  transform: rotateY(180deg);
}

.team-9 .team-overlay p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.team-9 .team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.team-9 .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s;
}

.team-9 .team-social a.social-tw {
  background: #00acee;
}

.team-9 .team-social a.social-fb {
  background: #3b5998;
}

.team-9 .team-social a.social-li {
  background: #0e76a8;
}

.team-9 .team-social a.social-in {
  background: #3f729b;
}

.team-9 .team-social a.social-yt {
  background: #c4302b;
}

.team-9 .team-social a:last-child {
  margin-right: 0;
}

.team-9 .team-social a:hover {
  background: #222222;
}

/* chair man  */
.message_img img {
  min-height: 298px;
  object-fit: cover;
  width: 100%;
}
.message_wrap::before {
  top: 5px;
  left: -4px;
  border-top: 20px solid #00aeee;
  width: 32%;
  height: 103%;
  border-left: 20px solid #00aeee;
  content: "" !important;
  position: absolute;
}
.message_wrap::after {
  top: 5px;
  left: -4px;
  width: 100%;
  height: 110%;
  border-bottom: 20px solid #00aeee;
}
.message_wrap::after {
  top: 5px;
  left: -4px;
  width: 100%;
  height: 103%;
  border-bottom: 20px solid #00aeee;
  content: "";
  position: absolute;
}
.message_img img {
  min-height: 298px;
  object-fit: cover;
  width: 100%;
}
.inner_title_left p {
  letter-spacing: 2px;
  color: #666;
  font-size: 18px;
  letter-spacing: 0.3em;
  transform: rotate(-90deg);
  position: absolute;
  left: -49px;
  top: 48px;
}
.inner_title_left p span {
  font-weight: 600;
}
.inner_title_left p span::before {
  left: 2px;
  top: 28px;
  background: #00aeee;
  width: 112px;
  height: 4px;
  content: "";
  position: absolute;
}

.inner_title h1 {
  font-weight: 700;
}

.message_left h5 {
  font-size: 28px;
  font-weight: 700;
}

.message_left h6 {
  font-weight: 700;
  font-size: 17px;
  color: #07749c;
}

ul#thirdmenu li {
  width: 49%;
  display: inline-block; /* Makes items sit side by side */
  width: 50%;
}
.warningText {
  background: #f4882b;
  padding: 12px;
  font-weight: 700;
}

.form-container {
  /* max-width: 600px; */
  /* margin: 50px auto; */
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* padding: 30px; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-bottom-right-radius: 0;
}

.form-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #343a40;
  background: #055472;
  padding: 17px;
  border-radius: 5px;
  font-size: 20px;
  color: white;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
}

.btn-custom {
  background-color: #0d6efd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover {
  background-color: #0b5ed7;
  box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}
label.form-label {
  font-size: 14px;
  font-weight: 500;
}

.form-contro {
  font-size: 12px !important;
}
.formTitleWrap {
  padding: 0 30px 30px 30px;
}
.form-control {
  font-size: 13px !important;
  padding: 22px 15px !important;
  box-shadow: unset !important;
}
button.btn.btn-custom {
  background: #00aeee;
  color: white;
  width: 100%;
  box-shadow: unset !important;
}

ul.job-list {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

ul.job-list > li.job-preview {
  background: #fff;
  border: 1px solid #d7e2e9;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  float: left;
  width: 49%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

ul.job-list > li.job-preview:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.job-title {
  margin-top: 0.6rem;
  font-size: 20px;
}

.company {
  color: #96a4b1;
}

.job-preview .btn {
  margin-top: 1.1rem;
  background: #00aeee;
  color: white;
  transition: 0.4s;
}

.btn-apply {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  background-color: transparent;
  color: #393a5f;
  border: 2px solid #393a5f;
  padding: 0.6rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}

.btn-apply:hover {
  background-color: #124456;
  color: #fff !important;
  /* border: 2px solid #393a5f; */
  transition: 0.4s;
}

/* tabs start  */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  background-color: #00aeee !important;
  border-color: #00aeee !important;
}
.formWrap {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 22px;
  border-radius: 5px;
}
.tabTitle {
  font-weight: 600;
  color: #00aeee;
}
.servicePageWrap h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 14px 0;
}
.widget-title {
  font-weight: 800;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}
.widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #086ad8;
}
.content ul li a {
  display: block;
  padding: 18px 25px;
  background: #ffffff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  overflow: hidden;
  border: 3px solid #e7e7e7;
  border-radius: 5px;
  color: black;
}
.content ul {
  padding-left: 0;
}
.content ul li a::before {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transform: translateY(-50%);
  font-size: 20px;
}
.sidebarWithBgImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 337px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 37px;
  border-radius: 10px;
  position: relative;
}
.sidebarWithBgImg::before {
  border-radius: 10px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #061b22e8;
  width: 100%;
  height: 100%;
}

.sidebarWithBgImg he {
  color: white;
  z-index: 99;
  position: relative;
}

.sidebarWithBgImg h2 {
  color: white;
  z-index: 99;
  font-size: 30px;
  font-weight: 600;
}

.sidebarWithBgImg p {
  color: #f5f5f5;
  z-index: 9;
  margin-top: 24px;
  margin-bottom: 20px;
}
a.callPhone {
  color: #00aeee;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* contact  */

div#counter-box p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #1b3942;
  text-align: center;
}

div#counter-box {
  padding: 24px 0 24px 38px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #00aeee;
  text-align: center;
}

.contact_page-text a,
.contact_page-text p {
  font-size: 16px;
  color: #4d4949;
  font-weight: 500;
  line-height: 34px;
}

.contact_page-text .phone a {
  color: #00aeee;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

input.form-control.rounded-0,
textarea.form-control.rounded-1 {
  background-color: transparent;
  color: #262626;
  border: 0;
  border-bottom: 1px solid #c5c5c5;
  padding-left: 0;
}

input.button_message {
  border: 1px solid #00aeee;
  color: #00aeee;
  background: 0 0;
}

.fill-form h3 {
  background: #00aeee;
  padding: 19px;
  border-radius: 20px;
  font-size: 22px;
}
section.contact {
  background: #8985851a;
}
section.contact {
  background: #8985851a;
}

.branch-box {
  width: 70%;
  border-radius: 30px;
  box-shadow: rgb(249 199 192 / 43%) 0 7px 29px 0;
  background: white;
}

.submitBtnNew {
  background: #00aeee;
  padding: 7px 15px;
  border: 0;
  color: white;
  border-radius: 5px;
}
.servicePageWrap img {
  height: 444px;
  border-radius: 10px;
  object-fit: cover;
}
div#btnId a {
  font-size: 19px;
  color: #00aeee;
}

div#btnId a span i {
  color: #00aeee;
}
section#servicesPage .servicesText {
  top: 11px;
}
.item {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-radius: 8px;
}
.item .thumb {
  position: relative;
  padding: 15px;
}
.item .thumb img {
  height: auto;
  width: 100%;
  border-radius: 5px;
  height: 251px;
  object-fit: cover;
}
.item .thumb .date {
  position: absolute;
  left: 30px;
  bottom: -30px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  font-size: 36px;
  color: #00aeee;
  font-weight: 600;
  border-radius: 5px;
  line-height: 1;
}
.item .thumb .date span {
  display: block;
  font-size: 14px;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}
.info {
  padding: 30px;
  padding-top: 41px;
  overflow: hidden;
}
.info .meta {
  margin-bottom: -8px;
}
.info .meta ul {
  margin-left: 0;
  list-style: inherit;
  margin-top: -5px;
}
.info .meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-weight: 500;
  color: #232323;
  font-size: 13px;
}
.info ul li,
.commen-item ul li {
  line-height: 32px;
}
.info .meta ul li i {
  font-weight: 500;
  margin-right: 2px;
  color: #104cba;
}
.info .meta a {
  font-weight: 600;
  text-transform: capitalize;
  color: #00aeee;
}
.info .meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-weight: 500;
  color: #232323;
  font-size: 13px;
}
.info .meta ul li i {
  font-weight: 500;
  margin-right: 2px;
  color: #00aeee;
}
.info h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  transform: translateY(1px);
}
.meta ul {
  margin-left: 0;
  padding-left: 0;
}

.info h4 a {
  display: block;
  color: #00aeee;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #373333;
  transition: 0.4s;
}
.info h4 a:hover {
  color: #00aeee;
}
section#news-detail img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}
section#news-detail {
  text-align: center;
}
.date_news h1 {
  background: #00aeee;
  width: 85px;
  height: 85px;
  border-radius: 6px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -61px;
  left: 22px;
  font-size: 29px;
  font-weight: 700;
  line-height: 29px;
}

.date_news h1 span {
  font-size: 18px;
  line-height: 25px;
}

div#servicesSupport .servicesIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #00aeee;
  z-index: 999;
  position: absolute;
  top: -43px;
  transform: translateX(-50%);
  left: 50%;
}
.sidebarWithBgImg i {
  color: white !important;
  z-index: 99;
  margin-top: 12px;
  margin-bottom: -9px;
}

/* contact css start  */
.right_conatct_social_icon {
  background: linear-gradient(to top right, #72d9ff -5%, #0d516a 100%);
  background: #1484ae;
}
.contact_us {
  background-color: #f1f1f1;
  padding: 120px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}
.contact_field {
  padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #00aeee;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #00aeee;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}
.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: white;
}

.info_single {
  margin: 30px 0px;
}
.info_single i {
  margin-right: 15px;
  color: white;
}
.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #72d9ff -5%, #0d516a 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  background: #00aeee;
}
.socil_item_inner li {
  list-style: none;
}
.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}
.map_inner p {
  font-size: 13px;
}
.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}
button.contact_form_submit {
  border: 0 !important;
  box-shadow: unset !important;
  outline: none !important;
}

#menu_twoColumn {
  width: 512px;

  display: flex;
  flex-wrap: wrap;
}

#menu_twoColumn li {
  width: 50%;
}
/* section#jobDetail ul.job-list {
  display: unset;
} */

.btn-primary {
  color: #fff;
  background-color: #00aeee !important;
  border-color: #00aeee !important;
}
.table .thead-dark th {
  color: #fff;
  background-color: #04445c !important;
  border-color: #0d5b77 !important;
}
.modal-header {
  background: #00aeee;
  color: white;
}
div#exampleModalCenter input#file {
  padding: 6px !important;
  height: 44px;
  line-height: 26px;
}
.modal-content.p-0 {
  border-radius: 10px !important;
  overflow: hidden;
  position: relative;
}
.imgOne img {
  height: 400px;
  width: 62%;
  object-fit: cover;
  clip-path: polygon(84% 0, 100% 19%, 100% 100%, 0 100%, 0 0);
}
a.partnerImgList img {
  max-height: 57px;
  min-height: 57px;
  object-fit: contain;
}
section#expertiseSec {
  padding-top: 200px;
}
a.partnerImgList {
  background: white;
  display: block;
  padding: 29px;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
}
.btnSliderNew {
  height: 50px;
  line-height: 23px;
}
.imgtwo img {
  max-width: 400px;
  min-width: 400px;
  object-fit: cover;
}
section.testimonial::before {
  content: "";
}
.main-navigation .navigation > ul > li {
  display: inline-block;
  padding-left: 38px;
}
.socialIconsTop ul {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  transform: translateY(6px);
}
.socialIconsTop ul li {
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  font-size: 17px;
  color: #ed1a2e;
}
.threeColImg img {
  max-width: 50px;
  min-width: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  padding: 5px;
}
.threeCol {
  box-shadow: rgb(233, 233, 233) 0px 0px 15px;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: white;
  z-index: 9;
  position: relative;
  margin-top: -69px;
}
.threeColImg {
  background: #ed2033;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* :: Contact US Page */
.contact-info-content {
  margin-bottom: 50px;
}

.contact-info-content .contact-box {
  padding: 40px;
  border: 1px solid #DDD;
  border-radius: 3px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-info-content .contact-box:hover {
  background-color: #0d569f;
  border-color: #0d569f;
}

.contact-info-content .contact-box i {
  font-size: 60px;
  line-height: 1;
  color: #0d569f;
  display: inline-block;
  margin-bottom: 25px;
}

.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
  display: block;
  color: #9B9B9B;
  font-family: 'Barlow', sans-serif;
}

.contact-info-content .contact-box:hover i,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p {
  color: #FFF;
}

.contact-us .map-box {
  height: 100%;
  margin-right: 20px;
}

.contact-us .map-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.contact-us .add-comments .inner-add-comments-box.last {
  margin-bottom: 0;
}

/*============================================ RESPONSIVE START  */


@media (max-width: 1377px) {
  .main-navigation .navigation > ul > li {
    display: inline-block;
    padding-left: 21px;
    position: relative;
}
}
@media (min-width: 1025px) {
  .nav-wrapper {
    display: none;
}
.logoMobile {
  display: none;
}
}

@media (max-width: 1025px) {
  .mobileBreadcrumb {
    display: none;
}

  html,
  body {
    overflow-x: hidden;
  }
  header.site-header.header-primary {
    display: none !important;
  }
  header .item img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
  }
  .padding {
    padding: 70px 0px;
  }

  .sectionTitle h1 {
    font-size: 33px;

    line-height: 43px;
  }
  h3.service-loop-title {
    font-size: 20px;
    font-weight: 700;
    color: black;
    line-height: 27px;
    padding-top: 21px;
    margin-bottom: 0px;
  }
  .btnCustom {
    padding: 14px 10px;
  }
  .inner_title h1 {
  
    font-size: 28px;
    line-height: 36px;
}
.message_left.pt-md-5.pt-0.pl-md-5.pl-0 {
  padding: 0 !important;
}
.message_wrap::before {
 display: none;
}

/* mobile menu start  */

.debugger {
  position: absolute;
  left: 50%;
  top: 0;
}
.nav-wrapper {
  position: relative;
  width: 300px;
  height: 11vh;
  transition: transform 0.3s;
  transform: translateX(-100%);
}
.show-menu {
  height: 100vh !important;
}

.nav-wrapper.show-menu {
  transform: none;
}
.js-nav-toggle {
  position: absolute;
  top: 6px;
  right: -60px;
  width: 43px;
  height: 40px;
  margin: 15px 0 0 15px;
  display: block;
  float: left;
  padding: 0;
  color: #345;
  border: 2px solid #00aeee;
  z-index: 2;
}
.js-nav-toggle span {
  position: relative;
  background-color: #ffffff;
  height: 2px;
  display: block;
  width: 22px;
  margin: 17px auto 0;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before, .js-nav-toggle span:after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 0;
  left: 1px;
  top: 50%;
  margin-top: -7px;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  box-shadow: 0 14px 0 1px #ffffff;
}
.js-nav-toggle span:after {
  box-shadow: 0 0 0 1px #ffffff;
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before, .show-menu .js-nav-toggle span:after {
  margin-top: 0;
  box-shadow: 0 0 0 1px #ffffff;
}
nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 1px #ddd;
  background-color: #fafafa;
}
nav .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.45em 0.6em;
  background-color: #00aeee;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  transition: backgroun-color 0.2s;
}
nav .nav-toggle:hover {
  background-color: #1c8ab2;
}
nav .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
nav .nav-toggle.back-visible .nav-title {
  transform: translateX(40px);
}
nav .nav-title {
  position: absolute;
  left: 0;
  top: 0.8em;
  padding-left: 0.7em;
  transition: transform 0.3s;
}
nav .nav-back {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
nav .nav-back:before, nav .nav-back:after {
  content: '';
  position: absolute;
  top: 50%;
}
nav .nav-back:before {
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
nav .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
nav a {
  display: block;
  position: relative;
  padding: 0.7em;
  border-bottom: 1px solid #eee;
  color: #999;
  text-decoration: none;
  transition: color 0.15s, background-color 0.15s;
}
nav a:hover {
  color: #333;
  background-color: #efefef;
}
nav ul {
  list-style: none;
  padding: 45px 0 0;
  transition: transform 0.3s;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
nav ul ul {
  display: none;
  left: 100%;
}
nav li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
nav li.has-dropdown > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
}
nav li.nav-dropdown-open ul {
  display: block;
}
.logoMobile img{
  position: absolute;
  right: 0;
  width: 179px;
  top: 4px;
  right: 10px;
}
header.sliderWrap {
  margin-top: 13px;
}
.js-nav-toggle {
  position: absolute;
  top: 0px;
  background: #0c3c4e;
  border: 1px solid #0c3c4e;
}
.contact_field h3 {

  font-size: 32px;
 
}
.contact_field {
  padding: 30px;
}

}
@media (max-width: 991px) {

div#btnSlider a {
  font-size: 14px;
  padding: 6px 20px;
  display: block;
  border-radius: 50% !important;
}
.sectionTitle {
  margin-bottom: 30px;
}
.inner_title_left {
  display: none;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .imgtwo img {
        left: 0;
        margin-top: -136px;
        z-index: 999;
        position: relative;
        top: -27px;
    }
}

@media (max-width: 767px) {
  .contact_info_sec {
    position: unset;
    background-color: #00aeee;
    right: 1px;
    top: 18%;
    height: unset;
    width: unset;
    padding: 40px;
    border-radius: 0;
}
.contact_us {
  background-color: #f1f1f1;
  padding: 81px 0px;
}


  .footerTopIcons::before {
    display: none;
}
  .servicesImg img {

min-height: 242px;

max-height: 242px;
}
.sectionTitle h1 {
  font-size: 28px;
  line-height: 36px;
}
.sectionTitle {
  margin-bottom: 20px;
}
.padding {
  padding: 50px 0px;
}
.servicesButtom {
  text-align: center;
  margin-top: 13px;
}
.sectionTitle p {

  margin-bottom: 5px;
}
header .item .cover .header-content h1 {
  font-size: 24px;
  line-height: 31px;
}
.imgtwo {
  display: none;
}
.imgOne img {
  height: 328px;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(84% 0, 100% 19%, 100% 100%, 0 100%, 0 0);
  margin-top: 19px;
  object-fit: cover;
}
.footerTopWrap.footerTitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://demo2.themelexus.com/neotech/wp-content/uploads/2024/10/h1-bg05.png);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footerTitle h1 {
  color: black;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
  margin-right: 0;
  margin-bottom: 16px !important;
}
.footer-desc.text-white {
  z-index: 99999999999;
  position: relative;
  padding-top: 26px;
}
section.blogSec {
  padding-top: 147px;
}
.inner_title h1 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
ul.job-list > li.job-preview {
 
  width: 100%;
 
}

.footer {
  padding: 54px 0px;
  padding-bottom: 0;
}

.footerTopWrap.footerTitle {

  padding-bottom: 0;
  padding: 22px;
  
}
.footerTopIcons:after{
  display: none;

}
.blogContent {
  padding: 19px 9px 0px;
}
section#news-detail {
  padding-bottom: 50px !important;
  padding-top: 86px;
}
section#news-detail img {
  height: 252px;
  object-fit: cover;
  object-position: center;
}
section.blogSec {
  padding-top: 56px ! IMPORTANT;
}


.innerBanner.bg-img-hero.text-center h1 {
  font-size: 24px;
}

section#expertiseSec {
  padding-top: 161px;
}
.header-content {
  display: none !important;
}
.threeCol {

  margin-top: 0px;
}
section#threeCol {
  margin-top: -47px;
}
.imgOne::before {
 display: none;
}
}

@media (max-width: 575px) {
.sectionTitle h1 {
  font-size: 24px;
  line-height: 31px;
}
.blogContent h3 {
  font-size: 17px;
  line-height: 24px;
  
}
header .item .cover .header-content {
 
  text-align: center;
}
.js-nav-toggle {
  position: absolute;
  top: 10px;
 
}
.logoMobile img {
  
right: 0;
  
width: 179px;
  
top: 16px;
  
right: 10px;
}
.js-nav-toggle {
  position: absolute;
  top: 2px;
  background: #0c3c4e;
  border: 1px solid #0c3c4e;
}

.servicePageWrap img {
  height: 211px;

}
.servicePageWrap h1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
  margin: 14px 0;
}
.form-title {

  font-size: 15px;
  
}
.info_single {
  margin: 17px 0px;
}
.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 2px;
  color: white;
}
a.partnerImgList {
  background: white;
  display: block;
  padding: 17px;
  border-radius: 6px;
}
section.about {
  padding-bottom: 83px;
}
}


.twoBtnHeader a {
    color: #043a83;
    font-size: 13px;
    text-transform: uppercase;
    border: unset;
    padding: 10px 15px;
    font-weight: 600;
    transition: 0.5s;
}

    nav .nav-toggle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0.45em 0.6em;
        background-color: #043a83;
        color: #fff;
        z-index: 100;
        cursor: pointer;
        transition: backgroun-color 0.2s;
    }
section#aboutInnterPage li {
    list-style: disc;
    margin-bottom: 8px;
    line-height: 22px;
    font-family: unset ! IMPORTANT;
}
section#aboutInnterPage span {
    font-family: unset !important;!i;!;
    line-height: 26px;
    font-size: 16px !IMPORTANT;!I;!;
}
section.about p.MsoNormal {
    line-height: 26px !important;
}
