* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

li {
  color: #000;
}

p {
  color: #000;
  font-size: 15px;
}

a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

header {
  background: linear-gradient(90deg, rgb(9, 70, 139) 0%, rgb(30, 132, 246) 100%);
}
header .navbar .container-fluid {
  justify-content: center;
}
header .b-l {
  display: none;
}
header .w-l {
  display: block;
}
header .for-bor {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  padding-right: 0rem;
  padding-left: 0rem;
  color: #ffffff;
  font-size: 14px;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255);
}
header .dropdown-menu {
  max-height: 650px;
  opacity: 0;
  display: none;
  transition: all 0.5s;
  margin-top: 40px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 250px;
}
header .dropdown-menu li a {
  padding: 12px 15px;
  border-bottom: solid 1px #f5f5f5;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  font-family: "Inter", sans-serif;
}
header .dropdown {
  transition: all 0.5s;
}
header .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
header a img {
  max-width: 225px;
}
header .nav-item {
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 40px 15px;
  text-transform: uppercase;
}
header .attr-nav {
  display: inline-block;
  margin-left: 30px;
}
header .attr-nav ul {
  padding: 0;
  margin: 0 0 -17px 0;
  list-style: none;
  display: inline-block;
}
header .attr-nav ul .contact {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
header .attr-nav ul .contact i {
  color: #ffffff;
  font-size: 40px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e7e7e7;
}
header .attr-nav ul .contact p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
header .attr-nav ul .contact p strong {
  display: block;
}

.banner-p {
  background-color: #f3f7fd;
}

.top-divider {
  width: 100%;
  height: 118px;
}

.banner-section {
  background-color: #f3f7fd;
  height: 100vh;
  background-image: url("images/bg-hero-f.jpg");
  border-bottom-left-radius: 180px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.banner-section .row {
  align-items: center;
}
.banner-section .thumb {
  position: relative;
  top: 150px;
}
.banner-section .thumb img {
  height: auto;
  border: none;
  max-width: 72%;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: none;
  border-bottom: 2px solid white;
}
.banner-section .shape {
  position: absolute;
  left: 0;
  bottom: 10%;
  height: 100% !important;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.banner-section .content {
  position: relative;
  z-index: 9;
}
.banner-section .content h2 {
  font-size: 67px;
  margin-bottom: 25px;
  font-weight: 700;
  color: white;
  font-family: "Inter", sans-serif;
}
.banner-section .content h2 strong {
  font-weight: 800;
  display: block;
}
.banner-section .content p {
  color: white;
}
.banner-section .content a {
  margin-top: 20px;
}
.banner-section .content .btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  font-size: 17px;
}
.banner-section .content .btn-md {
  padding: 15px 40px;
}
.banner-section .content .btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: none;
  color: #ffffff;
}
.banner-section .content .circle {
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(49, 156, 252) 0%, rgb(30, 132, 246) 100%);
  box-shadow: rgba(255, 255, 255, 0.24) 0px 8px 24px;
  transition: 0.3s;
}
.banner-section .content .circle:hover {
  color: black;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  border-top: 2px solid var(--theme-Redcolor);
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0px 0px 10px -7px;
}

li.nav-item a {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.dropdown-item {
  font-size: 14px;
  padding: 12px 15px;
}

.default-padding-top {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}

.bg-gray {
  background-color: #f3f7fd;
}

.about-content-area .thumb {
  position: relative;
  margin-bottom: 50px;
}
.about-content-area .thumb img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.about-content-area .thumb img:first-child {
  width: 100%;
}
.about-content-area .overlay {
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgb(9, 70, 139) 0%, rgb(30, 132, 246) 100%);
  padding: 30px 20px;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 99%, 0 0);
          clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 99%, 0 0);
  display: flex;
  align-items: center;
  bottom: -50px;
}
.about-content-area .overlay .ico-abo {
  font-size: 60px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  padding-right: 25px;
}
.about-content-area .overlay h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-content-area .overlay p {
  margin: 0;
  color: #ffffff;
  font-style: italic;
}
.about-content-area .info .site-heading {
  overflow: hidden;
  margin-top: -5px;
  text-align: start;
  margin-bottom: 5px;
}
.about-content-area .info .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.about-content-area .info .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.about-content-area .info .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 0px;
  position: absolute;
  width: 40px;
}
.about-content-area .info .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 46px;
  position: absolute;
  width: 5px;
}
.about-content-area .info p {
  color: #000000;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  text-align: justify;
}
.about-content-area .info .cont p {
  margin-bottom: 0.5rem;
  text-align: start;
}
.about-content-area .info .cont h2 {
  font-weight: 600;
  margin-bottom: 17px;
  font-size: 1.5rem;
}
.about-content-area ::-moz-selection {
  background: rgba(23, 162, 184, 0.3);
}
.about-content-area ::selection {
  background: rgba(23, 162, 184, 0.3);
}
.about-content-area .wrapper {
  width: 100%;
}
.about-content-area .wrapper header {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.about-content-area .wrapper nav {
  position: relative;
  width: 80%;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 30px;
}
.about-content-area .wrapper nav label {
  display: block;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #000000;
  font-size: 14px;
  margin: 0 7px;
  font-weight: 600;
}
.about-content-area #home:checked ~ nav label.home,
.about-content-area #blog:checked ~ nav label.blog,
.about-content-area #code:checked ~ nav label.code,
.about-content-area #help:checked ~ nav label.help,
.about-content-area #about:checked ~ nav label.about {
  color: #086AD8;
  border-bottom: 2px solid;
}
.about-content-area nav label i {
  padding-right: 7px;
}
.about-content-area nav .slider {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.about-content-area input[type=radio] {
  display: none;
}
.about-content-area #blog:checked ~ nav .slider {
  left: 20%;
}
.about-content-area #code:checked ~ nav .slider {
  left: 40%;
}
.about-content-area #help:checked ~ nav .slider {
  left: 60%;
}
.about-content-area #about:checked ~ nav .slider {
  left: 80%;
}
.about-content-area section .content {
  display: none;
}
.about-content-area #home:checked ~ section .content-1,
.about-content-area #blog:checked ~ section .content-2,
.about-content-area #code:checked ~ section .content-3,
.about-content-area #help:checked ~ section .content-4,
.about-content-area #about:checked ~ section .content-5 {
  display: block;
}
.about-content-area section .content .title {
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
.about-content-area section .content ul {
  padding-left: 1rem;
}
.about-content-area section .content ul li {
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  list-style-type: none;
  line-height: 26px;
  margin-top: 5px;
}
.about-content-area section .content ul li i {
  color: #086AD8;
}
.about-content-area .content-3 ul li:before {
  content: "\f00c";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  color: #086add;
}
.about-content-area .content-3 ul li {
  position: relative;
  padding-left: 20px;
}
.about-content-area .content-1 ul li:before {
  content: "\f00c";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  color: #086add;
}
.about-content-area .content-1 ul li {
  position: relative;
  padding-left: 20px;
}
.about-content-area .content-4 ul li:before {
  content: "\f00c";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  color: #086add;
}
.about-content-area .content-4 ul li {
  position: relative;
  padding-left: 20px;
}

.promise {
  position: relative;
  background-color: #f3f7fd;
  padding-bottom: 30px;
}
.promise .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}
.promise .fixed-shape img {
  width: 100%;
}
.promise .single-item {
  margin-bottom: 30px;
}
.promise .single-item .item {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}
.promise .single-item .item::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  content: "";
  height: 40%;
  width: 40%;
  background: url(../img/shape/8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}
.promise .single-item .item .ico-back {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #086AD8;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.promise .single-item .item .ico-back::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  border-radius: 38% 62% 62% 38%/41% 44% 56% 59%;
  opacity: 0.1;
}
.promise .single-item .item .ico-back-2 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #086AD8;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.promise .single-item .item .ico-back-2::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #8a49a1;
  z-index: -1;
  border-radius: 38% 62% 62% 38%/41% 44% 56% 59%;
  opacity: 0.1;
}
.promise .single-item .item .ico-back-3 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #086AD8;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.promise .single-item .item .ico-back-3::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #57b957;
  z-index: -1;
  border-radius: 38% 62% 62% 38%/41% 44% 56% 59%;
  opacity: 0.1;
}
.promise .single-item .item .ico-back-4 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #086AD8;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.promise .single-item .item .ico-back-4::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ff583c;
  z-index: -1;
  border-radius: 38% 62% 62% 38%/41% 44% 56% 59%;
  opacity: 0.1;
}
.promise .single-item .item .ico-back-5 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #EF007F;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.promise .single-item .item .ico-back-5::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #EF007F;
  z-index: -1;
  border-radius: 38% 62% 62% 38%/41% 44% 56% 59%;
  opacity: 0.1;
}
.promise .single-item .item h5 {
  color: #0e2b3d;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 600;
}
.promise .single-item .item h5:hover {
  color: #086AD8;
}
.promise .single-item .item h5 a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  outline: none;
  text-decoration: none;
  color: #0e2b3d;
}
.promise .single-item .item h5 a:hover {
  color: #086AD8;
}
.promise .single-item .item p {
  color: #666;
  margin: 0px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}

h4 {
  margin-bottom: 15px;
  color: #0e2b3d;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h2 {
  color: #0e2b3d;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

#products {
  padding-top: 30px;
}
#products .site-heading {
  overflow: hidden;
  margin-top: -5px;
  margin-bottom: 15px;
}
#products .site-heading h4 {
  color: #086AD8;
  font-weight: 600;
  text-transform: uppercase;
}
#products .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
#products .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
#products .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
#products .items {
  background: #ffffff;
  padding: 60px 37px;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
#products .items .icon {
  height: 150px;
  width: 150px;
  margin: auto auto 25px;
}
#products .items img {
  height: 100%;
  width: 100%;
}
#products .items h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
#products .items .info {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#products .items .info i::before {
  content: "\f105";
}
#products .items .info i::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, rgb(9, 70, 139) 0%, rgb(30, 132, 246) 100%);
}

.section-services {
  background-color: #f3f7fd;
  padding-top: 60px;
}

.slider-service {
  padding-top: 60px 0px;
}
.slider-service .site-heading {
  overflow: hidden;
  margin-top: -5px;
}
.slider-service .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.slider-service .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.slider-service .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.slider-service .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.slider-service .swiper {
  overflow: visible;
}
.slider-service .slide-container {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 20px;
}
.slider-service .slide-content {
  overflow: hidden;
}
.slider-service .card {
  background: #ffffff;
  padding: 30px 37px;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.slider-service .card:hover .service-btn {
  color: #ffffff;
}
.slider-service .card:hover .service-btn::after {
  bottom: 0;
}
.slider-service .image-content,
.slider-service .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider-service .image-content {
  position: relative;
  row-gap: 5px;
  padding: 15px 0;
}
.slider-service .overlay-s {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent !important;
}
.slider-service .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.slider-service .card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.slider-service .card-image .card-img {
  height: 100%;
  width: 100%;
}
.slider-service .name {
  font-weight: 600;
  margin-bottom: 20px;
}
.slider-service .name a {
  color: #0e2b3d;
}
.slider-service .name:hover a {
  color: #086AD8;
}
.slider-service .button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-service .button:hover {
  background: #265DF2;
}
.slider-service .swiper-navBtn {
  color: #ffffff;
  transition: color 0.3s ease;
  background: rgba(8, 106, 216, 0.6196078431);
  padding: 1rem 1.5rem;
}
.slider-service .swiper-navBtn:hover {
  color: #ffffff;
  background: #356ab4;
}
.slider-service .swiper-navBtn::before,
.slider-service .swiper-navBtn::after {
  font-size: 23px;
}
.slider-service .swiper-button-next {
  right: 0px;
}
.slider-service .swiper-button-prev {
  left: 0px;
}
.slider-service .swiper-pagination-bullet {
  background: #ffffff;
  border: 2px solid #e7e7e7;
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.slider-service .swiper-pagination-bullet-active {
  background-color: #4070F4;
}
.slider-service p {
  color: #666 !important;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.slider-service a {
  text-decoration: none;
}
.slider-service .service-btn {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #0e2b3d;
  font-size: 14px;
}
.slider-service .service-btn::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.slider-service .service-btn i {
  position: relative;
  top: 1px;
  left: 2px;
}
.slider-service .service-btn i::before {
  content: "\f105";
}
.slider-service .fixed-shape-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}
.slider-service .fixed-shape-bottom img {
  width: 100%;
}

.case-studies {
  padding: 60px 0px;
  background: #f3f7fd;
}
.case-studies .site-heading {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: -5px;
  text-align: center;
}
.case-studies .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.case-studies .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.case-studies .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.case-studies .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.case-studies .case {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.case-studies .case .thumb {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  margin-bottom: 0px;
}
.case-studies .case .thumb img {
  transition: all 0.35s ease-in-out;
}
.case-studies .case .info {
  position: relative;
  z-index: 1;
}
.case-studies .case .info .info-items {
  position: absolute;
  left: 30px;
  right: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.case-studies .case .info .info-items .left-info {
  padding: 20px 30px;
  padding-right: 100px;
}
.case-studies .case .info .info-items .left-info h4 {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 18px;
  text-transform: capitalize;
}
.case-studies .case .info .info-items .left-info h4 a {
  color: #0e2b3d;
}
.case-studies .case .info .info-items .left-info ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0rem;
}
.case-studies .case .info .info-items .left-info ul li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  font-size: 14px;
  color: #666666;
}
.case-studies .case .info .info-items .right-info a {
  display: inline-block;
  padding: 0 40px;
  background: #086AD8;
  color: #ffffff;
  position: absolute;
  height: 80%;
  right: -30px;
  top: 10%;
}
.case-studies .case .info .info-items .right-info a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-studies .case:hover img {
  transform: scale(1.1);
}
.case-studies .case:hover .info-items {
  bottom: 30px;
  opacity: 1;
}

.num {
  background-color: #ffffff;
}
.num .fact {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.num .fact .fact-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.num .fact .fact-area i {
  display: inline-block;
  font-size: 70px;
  margin-right: 20px;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgb(65, 84, 241) 0%, rgb(14, 32, 173) 75%);
  -webkit-background-clip: text;
}
.num .fact .fact-area img {
  margin-right: 10px;
}
.num .fact .fact-area .timer {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #0e2b3d;
}
.num .fact .fact-area .medium {
  display: block;
  margin-bottom: -5px;
  text-transform: capitalize;
}

.industries {
  padding: 60px 0px;
  background: #f3f7fd;
}
.industries .site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.industries .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.industries .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 5px 0px;
}
.industries .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.industries .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.industries .team-row {
  text-align: start;
}
.industries .team-row .inner-col {
  margin-bottom: 20px;
}
.industries .team-row .inner-ind {
  margin-bottom: 0px;
}
.industries .item {
  border: 1px solid #e7e7e7;
  padding: 30px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.industries .item::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #de452d;
  transition-delay: 0.2s;
  right: 0;
  top: 0;
}
.industries .item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #de452d;
  left: 0;
  bottom: 0;
  transition-delay: 0.2s;
}
.industries .item:hover::before {
  transition-delay: 0s;
  width: 100%;
}
.industries .item:hover::after {
  transition-delay: 0s;
  width: 100%;
}
.industries .item h4 {
  font-weight: 600;
  color: #0e2b3d;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.industries .item p {
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.industries .item .icon img {
  display: inline-block;
  color: #086AD8;
  margin-bottom: 30px;
}

.blog {
  padding: 60px 0px;
}
.blog .site-heading {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: -5px;
}
.blog .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.blog .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.blog .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.blog .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.blog .item {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}
.blog .thumb {
  position: relative;
  margin-bottom: 0px;
}
.blog .info {
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.blog .info .meta {
  margin-bottom: 15px;
}
.blog .info .meta ul {
  padding-left: 0rem;
}
.blog .info .meta ul li {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
}
.blog .info .meta ul li i {
  color: #086AD8;
  margin-right: 5px;
  font-weight: 500;
}
.blog .info .meta a {
  font-weight: 500;
  color: #666666;
}
.blog .info h4 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 15px;
}
.blog .info h4 a {
  color: #0e2b3d;
}
.blog .info p {
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.blog .info a.btn-simple {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}
.blog .info a.btn-simple:hover {
  color: #086AD8;
}

.page-blog {
  padding: 60px 0px;
}
.page-blog .site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}
.page-blog .site-heading h4 {
  color: #086AD8;
  font-weight: 600;
  text-transform: uppercase;
}
.page-blog .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.page-blog .site-heading h2::before {
  background: #086AD8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.page-blog .site-heading h2::after {
  background: #086AD8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.page-blog .item {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}
.page-blog .thumb {
  position: relative;
  margin-bottom: 0px;
}
.page-blog .info {
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.page-blog .info .meta {
  margin-bottom: 15px;
}
.page-blog .info .meta ul {
  padding-left: 0rem;
}
.page-blog .info .meta ul li {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
}
.page-blog .info .meta ul li i {
  color: #086AD8;
  margin-right: 5px;
  font-weight: 500;
}
.page-blog .info .meta a {
  font-weight: 500;
  color: #666666;
}
.page-blog .info h4 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 15px;
}
.page-blog .info h4 a {
  color: #0e2b3d;
}
.page-blog .info p {
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.page-blog .info a.btn-simple {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}
.page-blog .info a.btn-simple:hover {
  color: #086AD8;
}

.contact-area {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.contact-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 60%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.contact-area .contact-back {
  padding: 50px 30px;
  background-image: url(https://wpriverthemes.com/tandaelem/wp-content/uploads/2022/01/7.jpg);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
  color: white;
}
.contact-area .contact-back::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contact-area .contact-back .row {
  align-items: center;
}
.contact-area .contact-back h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  color: white;
}
.contact-area .contact-back h2 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  margin-bottom: -5px;
  color: white;
}
.contact-area .contact-back h2 strong {
  text-decoration: underline;
  color: white;
}
.contact-area .contact-back .btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #0e2b3d;
}
.contact-area .contact-back .btn-md {
  padding: 15px 40px;
}
.contact-area .contact-back .contact-btn {
  justify-content: end;
  display: flex;
}
.contact-area .contact-back .btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
}

footer {
  padding: 70px 0 0 0;
  color: #000;
  background-color: #001d4c !important;
  background-size: cover;
  background-position: center;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  font-family: "Inter", sans-serif;
}
footer * {
  color: inherit;
}
footer a,
footer p {
  color: var(--theme-textLightWhite);
}
footer h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: var(--theme-font);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
}
footer ul.fnnn li a {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}
footer ul.fnnn li a:hover {
  margin-left: 8px;
  transition: all 0.3s;
  color: white;
}
footer .f-nav ul {
  padding-left: 0;
}
footer .f-nav ul li {
  transition: all 0.3s;
  list-style: none;
  font-size: 14px;
  margin-bottom: 13px;
  padding-left: 0;
  margin-top: 13px;
  line-height: 12px;
  padding-bottom: 2px;
  border-color: #303030;
}
footer .f-nav ul li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
footer .f-nav ul li:before {
  content: "\f061";
  font-family: "fontawesome";
  padding-right: 8px;
  color: white;
}
footer .f-nav ul li:hover {
  margin-left: 3px;
  color: white;
}
footer .f-nav ul li:hover a {
  color: var(--theme-color);
  text-decoration: none;
}
footer .f-nav ul li:last-child {
  border: 0;
}
footer .addrs-nav .addrs {
  padding-left: 0;
}
footer .addrs-nav .addrs li {
  list-style: none;
  display: flex;
  align-items: baseline;
  margin-bottom: 13px;
  padding-left: 0;
  margin-top: 25px;
  line-height: 20px;
}
footer .addrs-nav .addrs li span i {
  margin-right: 10px;
  color: white;
}
footer .addrs-nav .addrs li p {
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
}
footer .addrs-nav .addrs li a {
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
footer p {
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.95);
}
footer .newsBox .newsBox-subscription form {
  position: relative;
}
footer .newsBox .newsBox-subscription form input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #fff;
}
footer .newsBox .newsBox-subscription form .tnp-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  background-color: #086ad8 !important;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
footer .footer-btn {
  border-top: solid 1px #404040;
}
footer .footer-socials {
  padding-top: 15px;
}
footer .footer-socials ul {
  display: flex;
  padding-left: 0;
}
footer .footer-socials ul li {
  padding-right: 8px;
  list-style: none;
}
footer .footer-socials ul li a {
  border-radius: 10px;
  background-color: #086ad8 !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  text-decoration: none;
}
footer .footer-socials ul li a img {
  filter: brightness(0) invert(1);
  padding: 8px;
}
footer .footer-socials ul li a i {
  color: var(--theme-white);
}
footer .footer-socials ul li a :hover {
  color: var(--theme-color);
}
footer .footer-top {
  padding: 0px 0px 25px 0px;
}
footer .f-logo-wrapper img {
  max-width: 85%;
}
footer .bottom-footer {
  border-top: solid 1px #0f2a57;
  padding: 5px 0;
  background-color: #0f2a57;
  padding: 20px 0;
}
footer .bottom-footer p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}

#products {
  background: #f3f7fd;
  padding: 60px 0px;
}
#products .product_slider {
  text-align: center;
}
#products .product_slider .items {
  margin: 0px 15px;
  background-color: var(--theme-white);
  border: 1px solid #eee;
  box-shadow: 0 0 27px -19px #000;
}
#products .product_slider .items .prdBox .imgBox {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}
#products .product_slider .items .prdBox .text {
  background-color: rgba(241, 241, 241, 0.5607843137);
  padding: 0.5rem;
}
#products .product_slider .items .prdBox .text a {
  text-decoration: none;
  color: var(--theme-black);
}
#products .product_slider .items .prdBox .text a h4 {
  font-weight: 600;
  line-height: 30px;
  font-size: 20px;
  transition: all 0.3s linear;
  margin-bottom: 0;
}
#products .product_slider .items .prdBox .text a h4:hover {
  color: var(--theme-Redcolor);
}
#products .slick-next {
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 15px;
  background-color: #086ad8;
  transition: all 0.3s;
  border-radius: 50%;
}
#products .slick-prev {
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 15px;
  background-color: #086ad8;
  z-index: 2;
  transition: all 0.3s;
  border-radius: 50%;
}
#products .slick-prev:before,
#products .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}

header.sticky {
  background: white;
}
header.sticky .navbar {
  background: #fff;
}
header.sticky .navbar.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
}
header.sticky .attr-nav ul .contact i {
  color: #0c5bb3;
  border-right: 1px solid #dddddd;
}
header.sticky .attr-nav ul .contact p {
  color: #000;
}
header.sticky .w-l {
  display: none;
}
header.sticky .b-l {
  display: block;
}

.sticky-about {
  background: white;
}
.sticky-about .navbar {
  background: #fff;
}
.sticky-about .navbar.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
}
.sticky-about .attr-nav ul .contact i {
  color: #0c5bb3;
  border-right: 1px solid #dddddd;
}
.sticky-about .attr-nav ul .contact p {
  color: #000;
}
.sticky-about .w-l {
  display: none;
}
.sticky-about .b-l {
  display: block;
}

.breadcrum-area {
  padding: 150px 0;
  color: white;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.breadcrum-area .row {
  align-items: center;
}
.breadcrum-area .row h2 {
  color: white;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}
.breadcrum-area .row .breadcru {
  text-align: right;
}
.breadcrum-area .row .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.breadcrum-area .row .breadcrumb a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.breadcrum-area .row .breadcrumb a i {
  margin-right: 5px;
}
.breadcrum-area .row .breadcrumb li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.breadcrum-area .row .breadcrumb li i {
  margin-right: 5px;
}
.breadcrum-area .row .breadcrumb li.active {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrum-area .row .breadcrumb li.active::after {
  border: 2px solid #ffffff;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  border-radius: 50%;
}
.breadcrum-area .row .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow {
  position: relative;
  z-index: 1;
}
.shadow::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.beautypress-blog-post-group {
  padding: 1rem;
  box-shadow: 0px 0px 12px -10px;
  border-radius: 8px;
  background-color: var(--theme-lightDark);
}
.beautypress-blog-post-group img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.beautypress-blog-post-group p {
  line-height: 2rem;
}
.beautypress-blog-post-group .entryAuthor {
  display: flex;
  align-items: center;
}
.beautypress-blog-post-group .entryAuthor p {
  margin-right: 10px;
}
.beautypress-blog-post-group .entryAuthor p i {
  margin-right: 10px;
  color: #0c5bb3;
}

.side-wraspd {
  padding: 1rem;
  box-shadow: 0px 0px 12px -10px;
  border-radius: 8px;
  background-color: #0c5bb3;
  margin-bottom: 1.5rem;
}
.side-wraspd h4 {
  color: #fff;
  margin-bottom: 15px;
}
.side-wraspd p {
  border-bottom: 1px dotted #eeeeee;
}
.side-wraspd p a {
  color: #fff;
}

.team {
  padding-top: 60px;
  background-color: white;
  padding-bottom: 60px;
}
.team .site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.team .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.team .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.team .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.team .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.team .team-row .single-item {
  margin-bottom: 30px;
}
.team .team-row .single-item .thumb {
  position: relative;
  margin-bottom: 0px;
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 17px -9px rgba(0, 0, 0, 0.4117647059);
}
.team .team-row .single-item .thumb img {
  border-radius: 8px;
  width: 100%;
  max-height: 392px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .team-row .single-item .thumb .social {
  display: none;
  position: absolute;
  right: 30px;
  bottom: -35px;
}
.team .team-row .single-item .thumb .social a.facebook {
  background: #3B5998 none repeat scroll 0 0;
}
.team .team-row .single-item .thumb .social a {
  color: #ffffff;
}
.team .team-row .single-item .thumb .social a.twitter {
  background: #1DA1F2 none repeat scroll 0 0;
}
.team .team-row .single-item .thumb .social a.instagram {
  background: #3f729b none repeat scroll 0 0;
}
.team .team-row .single-item .thumb .social .share-icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transform: translateX(0) rotate(180deg);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.team .team-row .single-item .thumb .share-button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #086AD8;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px #ffffff;
  cursor: pointer;
  transition: 0.3s ease;
  transform: rotate(45deg);
}
.team .team-row .single-item .thumb label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
.team .team-row .single-item .thumb:hover {
  box-shadow: 0 17px 17px -9px rgba(0, 0, 0, 0.4117647059);
}
.team .team-row .single-item .info {
  padding: 30px;
}
.team .team-row .single-item .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.team .team-row .single-item .info h4 a {
  box-shadow: none;
  text-decoration: none;
  color: #000;
}
.team .team-row .single-item .info span {
  color: #086ad8;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}

.team-single {
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-single .top-info .row {
  align-items: center;
}
.team-single .thumb {
  padding-right: 35px;
}
.team-single .thumb img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.team-single .content h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
}
.team-single .content span {
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  color: #086ad8;
}
.team-single .content p {
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.team-single .social ul {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.team-single .social ul li {
  display: inline-block;
  margin-right: 7px;
}
.team-single .social ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #e9e9e9;
  text-align: center;
  border-radius: 50%;
  color: #232323;
  box-shadow: none;
  text-decoration: none;
}
.team-single .basic-info {
  clear: both;
  margin: 0 -15px;
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0;
  padding-top: 15px;
  margin-top: 30px;
  list-style-type: none;
}
.team-single .basic-info li {
  float: left;
  width: 50%;
  padding: 0 15px;
  color: #ffffff;
  margin-top: 15px;
}
.team-single .basic-info::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 110%;
  background: linear-gradient(90deg, rgb(9, 70, 139) 0%, rgb(30, 132, 246) 100%);
  z-index: -1;
}
.team-single .basic-info span {
  color: white;
  display: inline-block;
}
.team-single .bottom-info {
  padding-top: 50px;
}
.team-single .bottom-info .row {
  text-align: start;
}
.team-single .bottom-info h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
  color: #0e2b3d;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
.team-single .bottom-info p {
  color: #000000;
  margin: 0 0 3px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  text-align: justify;
}
.team-single .bottom-info .education p {
  margin: 0 0 7px;
}
.team-single .bottom-info .side-ed {
  margin-bottom: 15px;
  padding-left: 30px;
}
.team-single .bottom-info ul {
  list-style: none;
  padding-left: 0;
}

.mission {
  padding: 60px 0px;
}
.mission .site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.mission .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.mission .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.mission .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.mission .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.mission .row {
  justify-content: space-evenly;
}
.mission .iteams {
  padding: 25px 19px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 3px #cccccc;
  text-align: center;
}
.mission .iteams::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(90deg, rgb(4, 45, 92) 0%, rgb(63, 146, 240) 48%);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}
.mission .iteams .icon {
  display: flex;
  justify-content: center;
}
.mission .iteams .icon img {
  display: inline-block;
  margin-bottom: 23px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.mission .iteams .icon .icon-b {
  display: block;
}
.mission .iteams .icon .icon-w {
  display: none;
}
.mission .iteams .info {
  position: relative;
}
.mission .iteams .info h4 {
  transition: all 0.35s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  color: #0e2b3d;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.mission .iteams .info p {
  transition: all 0.35s ease-in-out;
  margin-bottom: -5px;
  color: #666;
  margin: 0 0 2px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.mission .iteams:hover .icon img {
  filter: brightness(0) invert(1);
}
.mission .iteams:hover .icon .icon-b {
  display: none;
}
.mission .iteams:hover .icon .icon-w {
  display: block;
}
.mission .iteams:hover .info h4 {
  color: white;
}
.mission .iteams:hover .info p {
  color: white;
}
.mission .iteams:hover::after {
  height: 100%;
  opacity: 1;
}

.strength {
  padding: 60px 0px;
  background: #f3f7fd;
}
.strength .site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.strength .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.strength .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 5px;
}
.strength .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.strength .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.strength .row {
  justify-content: space-evenly;
}
.strength .iteams {
  padding: 25px 19px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 3px #cccccc;
  text-align: center;
}
.strength .iteams::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(90deg, rgb(4, 45, 92) 0%, rgb(63, 146, 240) 48%);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}
.strength .iteams .icon {
  display: flex;
  justify-content: center;
}
.strength .iteams .icon img {
  display: inline-block;
  margin-bottom: 23px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.strength .iteams .icon .icon-b {
  display: block;
}
.strength .iteams .icon .icon-w {
  display: none;
}
.strength .iteams .info {
  position: relative;
}
.strength .iteams .info h4 {
  transition: all 0.35s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  color: #0e2b3d;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.strength .iteams .info p {
  transition: all 0.35s ease-in-out;
  margin-bottom: -5px;
  color: #666;
  margin: 0 0 2px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.strength .iteams:hover .icon img {
  filter: brightness(0) invert(1);
}
.strength .iteams:hover .info h4 {
  color: white;
}
.strength .iteams:hover .info p {
  color: white;
}
.strength .iteams:hover::after {
  height: 100%;
  opacity: 1;
}

.consult-p .team-row .inner-col {
  margin-bottom: 0;
}
.consult-p .team-row .inner-col .item {
  margin-bottom: 10px;
}

.training-p {
  background-color: white;
}
.training-p .team-row .inner-col {
  margin-bottom: 0;
}

.training-clients .site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.training-clients .site-heading h4 {
  color: #086AD8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.training-clients .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 5px 0px;
}
.training-clients .site-heading h2::before {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.training-clients .site-heading h2::after {
  background: #de452d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.client-p {
  padding: 60px 0px;
  text-align: center;
}
.client-p .single-item {
  margin-bottom: 30px;
}
.client-p .single-item .item {
  background: #ffffff;
  padding: 50px 24px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  z-index: 1;
}
.client-p .single-item .item img {
  margin-bottom: 30px;
}
.client-p .single-item .item:hover::after {
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 1;
}
.client-p .single-item .item::after {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 3px;
  content: "";
  background: #086AD8;
  bottom: 0;
  margin-left: -25px;
  transition: all 0.35s ease-in-out;
  border-radius: 50px;
  opacity: 0;
}

.service-page {
  padding: 60px 0px;
  text-align: center;
}
.service-page .single-item {
  margin-bottom: 30px;
}
.service-page .single-item .item {
  background: #ffffff;
  padding: 50px 24px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  z-index: 1;
  min-height: 309px;
}
.service-page .single-item .item img {
  margin-bottom: 30px;
}
.service-page .single-item .item h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e2b3d;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 1.25rem;
}
.service-page .single-item .item p {
  color: #666;
  margin: 0px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.service-page .single-item .item:hover::after {
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 1;
}
.service-page .single-item .item::after {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 3px;
  content: "";
  background: #086AD8;
  bottom: 0;
  margin-left: -25px;
  transition: all 0.35s ease-in-out;
  border-radius: 50px;
  opacity: 0;
}

.awe-service {
  padding: 60px 0px;
  text-align: center;
  background-color: #f3f7fd;
}
.awe-service .site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}
.awe-service .site-heading h4 {
  color: #086AD8;
  font-weight: 600;
  text-transform: uppercase;
}
.awe-service .site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
}
.awe-service .site-heading h2::before {
  background: #086AD8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.awe-service .site-heading h2::after {
  background: #086AD8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.awe-service .single-item {
  margin-bottom: 30px;
}
.awe-service .single-item .row {
  align-items: center;
}
.awe-service .single-item .row .awe-content {
  text-align: start;
}
.awe-service .single-item .item {
  background: #ffffff;
  padding: 50px 24px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  z-index: 1;
}
.awe-service .single-item .item ul {
  padding: 0;
  margin-bottom: 0;
}
.awe-service .single-item .item ul li {
  list-style: none;
  padding: 3px 0px;
}
.awe-service .single-item .item ul li i {
  color: #086add;
}
.awe-service .single-item .item h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e2b3d;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 1.25rem;
}
.awe-service .single-item .item p {
  color: #666;
  margin: 0px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.awe-service .single-item .item:hover h5 {
  color: white;
}
.awe-service .single-item .item:hover li {
  list-style: none;
  color: white;
}
.awe-service .single-item .item:hover li i {
  color: white;
}
.awe-service .single-item .item:hover::after {
  height: 100%;
  opacity: 1;
}
.awe-service .single-item .item:hover ul li::before {
  color: #ffffff;
}
.awe-service .single-item .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(90deg, rgb(4, 45, 92) 0%, rgb(63, 146, 240) 48%);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}

.focus {
  padding: 60px 0px;
}
.focus .single-item {
  margin-bottom: 30px;
}
.focus .single-item .item {
  display: flex;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  justify-content: space-around;
}
.focus .single-item .item .icon {
  margin-right: 30px;
}
.focus .single-item .item .icon .icon-b {
  display: block;
}
.focus .single-item .item .icon .icon-w {
  display: none;
}
.focus .single-item .item h4 {
  margin-bottom: 15px;
  transition: all 0.35s ease-in-out;
}
.focus .single-item .item p {
  transition: all 0.35s ease-in-out;
  margin-bottom: 2px;
}
.focus .single-item .item::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(4, 45, 92) 0%, rgb(63, 146, 240) 48%);
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.focus .single-item .item:hover .icon .icon-b {
  display: none;
}
.focus .single-item .item:hover .icon .icon-w {
  display: block;
}
.focus .single-item .item:hover h4 {
  color: white;
}
.focus .single-item .item:hover p {
  color: white;
}
.focus .single-item .item:hover::after {
  bottom: 0;
}

.contact-us-p {
  padding: 60px 0px;
}
.contact-us-p .heading {
  margin-bottom: 30px;
}
.contact-us-p .heading h2 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #0e2b3d;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
.contact-us-p .heading p {
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
.contact-us-p .input-form input, .contact-us-p .input-form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #f3f7fd;
  margin: 15px 0px;
}
.contact-us-p .input-form input:focus, .contact-us-p .input-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-us-p .input-form input[type=number]::-webkit-inner-spin-button,
.contact-us-p .input-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.contact-us-p .input-form .btn-sub {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  background: #086AD8;
}

.carreer-section {
  background-color: #f6f5fb;
}
.carreer-section .career-formss {
  background-color: #ffecec;
  box-shadow: 0 0px 19px -3px rgba(0, 0, 0, 0.4196078431);
  padding: 34px 22px;
  border-radius: 7px;
}
.carreer-section .career-formss .form-control {
  height: 46px;
  font-size: 15px;
  border: 0px solid #ffffff;
  background-color: #fff;
}
.carreer-section .career-formss .form-submit {
  background-color: #356ab4;
  color: #fff;
  padding: 10px 20px;
}

.about-content-area .wrapper {
  width: 100%;
  height: 194px;
}

.oracle-p .item {
  text-align: start;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border: none;
}
.oracle-p ul {
  margin-bottom: 0;
  padding-left: 0;
}
.oracle-p ul li {
  list-style-type: none;
  position: relative;
  padding-left: 21px;
}
.oracle-p ul li::before {
  content: "\f00c";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  color: #086add;
}

.digital-p {
  padding: 60px 0px 0px 0px;
}
.digital-p .thumb img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.digital-data {
  background-color: white;
  padding-bottom: 40px;
}

.digital-cap {
  padding: 60px 0px 60px 0px;
  background-color: #f3f7fd;
}
.digital-cap .iteams:hover .icon img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1440px) {
  .promise .single-item .item {
    padding: 50px 0px;
    min-height: 378.66px;
  }
}
footer .newsBox .newsBox-subscription form .tnp-submit {
  top: 21px;
}

@media only screen and (max-width: 1366px) {
  header .nav-item {
    font-size: 13px;
    letter-spacing: 0.06em;
    padding: 40px 7.5px;
    text-transform: uppercase;
  }
  .banner-section .thumb {
    position: relative;
    top: 80px;
    text-align: center;
  }
  .contact-back {
    max-width: 1140px;
  }
  .promise .col-lg-2 {
    width: 20%;
  }
  .promise .item {
    min-height: 378.66px;
  }
  .promise .single-item .item {
    padding: 50px 22px;
  }
  .promise .single-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }
  header a img {
    max-width: 180px;
  }
  header .attr-nav {
    margin-left: 20px;
  }
  header .attr-nav ul .contact i {
    font-size: 28px;
  }
  header .attr-nav ul .contact p {
    font-size: 13px;
  }
  header a img {
    max-width: 160px;
  }
  header .attr-nav ul .contact {
    padding: 8px 0 25px 0;
  }
  .promise .col-lg-2 {
    width: 33%;
  }
  .case-studies {
    padding-top: 60px;
  }
  .blog {
    padding-top: 60px;
  }
  .industries {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #products .items {
    border-radius: 5px;
    display: flex;
    padding: 31px 0px;
    align-items: center;
    height: 100%;
  }
  #products .product_slider .items .prdBox .imgBox {
    margin-bottom: 0;
  }
  .banner-section .thumb {
    top: 50px;
  }
  .slider-service .card {
    padding: 30px 23px;
  }
  .industries .item {
    text-align: center;
    padding: 50px 10px;
  }
  .slider-service .swiper-button-next {
    right: 0px;
  }
  .slider-service .swiper-button-prev {
    left: 0px;
  }
  .promise {
    padding-bottom: 40px;
  }
  .oracle-p .item {
    text-align: start;
  }
}
@media screen and (max-width: 991px) {
  .about-content-area .info h2 {
    margin-top: 1.5rem;
  }
  header .for-bor {
    border-bottom: 0;
  }
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 27px;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  .navbar-light .navbar-toggler-icon {
    filter: invert(1);
  }
  .sticky .navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0, 0, 0, 0.5411764706);
  }
  .sticky .navbar-light .navbar-toggler-icon {
    filter: unset;
  }
  .navbar-collapse {
    max-height: 95vh;
    overflow: scroll;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 78px;
    left: 0;
  }
  header .nav-item {
    padding: 6px 7.5px;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }
  header .attr-nav {
    display: none;
  }
  .blog .item {
    margin-bottom: 1rem;
  }
  .num .fact .fact-area {
    justify-content: start;
    margin-bottom: 1.5rem;
  }
  .num .fact {
    padding: 60px 0px;
  }
  header .dropdown-menu {
    margin-top: 0;
  }
  .promise {
    padding-bottom: 40px;
  }
  .oracle-p .item {
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  header .dropdown-menu {
    width: 100%;
  }
  .banner-section {
    border-bottom-left-radius: 115px;
  }
  .banner-section .thumb {
    display: none;
  }
  .banner-section .content {
    padding: 150px 0;
  }
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
  .num .fact .fact-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .num .fact .fact-area .timer {
    text-align: center;
  }
  .fact-area img {
    text-align: center;
    margin-bottom: 1rem;
  }
  .about-content-area .info p {
    margin: 0px 21px 15px 0;
  }
  .about-content-area .wrapper {
    padding-right: 4px;
  }
  .team-row {
    text-align: start;
  }
  .team-row .inner-col {
    margin-bottom: 20px;
  }
  .case-img {
    margin-top: 0px;
  }
  .industries .team-row .inner-ind {
    margin-bottom: 20px;
  }
  .contact-area .contact-back .contact-btn {
    justify-content: center;
    display: flex;
    margin-top: 25px;
  }
  .industries .item {
    text-align: center;
  }
  header a img {
    max-width: 200px;
  }
  .navbar-collapse {
    top: 93px;
    padding: 10px;
  }
  .promise .single-item .item {
    padding: 40px 15px;
  }
  header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0);
  }
  .case-studies .case .info .info-items .left-info {
    padding: 20px 7px;
  }
  .case-studies .case .info .info-items .right-info a {
    right: -48px;
    padding: 0 32px;
  }
  .case-studies .case .info .info-items .left-info h4 {
    font-size: 16px;
  }
  .breadcrum-area .row h2 {
    text-align: center;
  }
  .breadcrum-area .row .breadcru {
    text-align: center;
  }
  .banner-section {
    height: auto;
  }
  .navbar-collapse {
    top: 103px;
    padding: 10px;
    padding-left: 30px;
  }
  .banner-section .content {
    padding: 150px 0;
    margin-top: 17px;
  }
  .swiper-navBtn {
    display: block;
  }
  .slider-service .swiper-navBtn {
    padding: 0.7rem 1.5rem 1rem 1rem;
  }
  .slider-service .swiper-button-next {
    right: 10px;
  }
  .slider-service .swiper-button-prev {
    left: 10px;
  }
  .oracle-p .item {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .promise .col-lg-2 {
    width: 100%;
  }
  #main_slide .slider .items .overlay {
    width: 80%;
  }
  #main_slide .slider .items .overlay .contents .top_title {
    font-size: 14px;
  }
  #main_slide .slider .items .overlay .contents h1 {
    font-size: 40px;
  }
  #main_slide .slider .items .overlay .contents p {
    font-size: 15px;
  }
  a.navbar-brand {
    max-width: 65%;
  }
  nav.navbar.navbar-expand-lg.navbar-light .container-fluid {
    padding: 0;
  }
  .num .fact .fact-area .timer {
    font-size: 18px;
  }
  .fact-area img {
    max-width: 40px;
  }
  .about-content-area .info p {
    margin: 0px 21px 15px 0;
  }
  .about-content-area .wrapper {
    padding-right: 4px;
  }
  .team-row {
    text-align: start;
  }
  .team-row .inner-col {
    margin-bottom: 20px;
  }
  .slider-service .slide-content {
    margin: 0 0px;
    overflow: hidden;
  }
  .industries .team-row .inner-ind {
    margin-bottom: 20px;
  }
  .banner-section .content h2 {
    font-size: 52px;
  }
  .contact-area .contact-back {
    padding: 50px 8px;
    text-align: center;
  }
  .contact-area .contact-back .contact-btn {
    margin-top: 25px;
  }
  .industries .item {
    padding: 30px 20px;
  }
  .promise {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .case-studies .case .info .info-items .left-info {
    padding: 20px 30px;
  }
  .case-studies .case .info .info-items .right-info a {
    right: -30px;
    padding: 0 40px;
  }
  .case-studies .case .info .info-items .left-info h4 {
    font-size: 18px;
  }
  .promise .single-item .item {
    min-height: auto;
  }
  #products .items {
    justify-content: center;
  }
  .info {
    margin-top: 20px;
  }
  .oracle-p .item {
    text-align: start;
  }
}
@media (max-width: 320px) {
  .banner-section .content h2 {
    font-size: 45px;
  }
  .industries .item {
    padding: 30px 20px;
  }
  .info {
    margin-top: 20px;
  }
}
.tnp-field label {
  color: white;
}

.contact-us-p textarea {
  height: 15vh;
}/*# sourceMappingURL=style.css.map */