@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

* {
  cursor: none;
  margin: 0 auto;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: 'Fira Sans', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #d60000 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #d60000;
  border-radius: 20px;
  border: 5px solid #E51100;
}

/* laoder css */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}

.overlay .overlayDoor:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #111;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
  left: 0;
}

.overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #111;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
  right: 0;
}

.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay.loaded .overlayDoor:before {
  left: -50%;
}

.overlay.loaded .overlayDoor:after {
  right: -50%;
}

.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}

.divider {
  position: absolute;
  z-index: 2;
  top: 65px;
  left: 200px;
  width: 50px;
  height: 15px;
  background: #111;
}

.loading-text {
  position: relative;
  font-size: 3.75rem;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
}

.loading-text::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 40px;
  left: 115px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: dotMove 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
  animation: dotMove 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}

.loading-text .letter {
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: 8px;
}

.loading-text .letter:nth-child(1) {
  transform-origin: 100% 70%;
  transform: scale(1, 1.275);
}

.loading-text .letter:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 0;
  width: 14px;
  height: 36px;
  background: #111;
  transform-origin: 100% 0;
  -webkit-animation: lineStretch 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
  animation: lineStretch 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}

.loading-text .letter:nth-child(5) {
  transform-origin: 100% 70%;
  -webkit-animation: letterStretch 1800ms cubic-bezier(0.25, 0.23, 0.73, 0.75) infinite;
  animation: letterStretch 1800ms cubic-bezier(0.25, 0.23, 0.73, 0.75) infinite;
}

.loading-text .letter:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 2px;
  width: 9px;
  height: 15px;
  background: #111;
}

@-webkit-keyframes dotMove {

  0%,
  100% {
    transform: rotate(180deg) translate(-110px, -10px) rotate(-180deg);
  }

  50% {
    transform: rotate(0deg) translate(-111px, 10px) rotate(0deg);
  }
}

@keyframes dotMove {

  0%,
  100% {
    transform: rotate(180deg) translate(-110px, -10px) rotate(-180deg);
  }

  50% {
    transform: rotate(0deg) translate(-111px, 10px) rotate(0deg);
  }
}

@-webkit-keyframes letterStretch {

  0%,
  100% {
    transform: scale(1, 0.35);
    transform-origin: 100% 75%;
  }

  8%,
  28% {
    transform: scale(1, 2.125);
    transform-origin: 100% 67%;
  }

  37% {
    transform: scale(1, 0.875);
    transform-origin: 100% 75%;
  }

  46% {
    transform: scale(1, 1.03);
    transform-origin: 100% 75%;
  }

  50%,
  97% {
    transform: scale(1);
    transform-origin: 100% 75%;
  }
}

@keyframes letterStretch {

  0%,
  100% {
    transform: scale(1, 0.35);
    transform-origin: 100% 75%;
  }

  8%,
  28% {
    transform: scale(1, 2.125);
    transform-origin: 100% 67%;
  }

  37% {
    transform: scale(1, 0.875);
    transform-origin: 100% 75%;
  }

  46% {
    transform: scale(1, 1.03);
    transform-origin: 100% 75%;
  }

  50%,
  97% {
    transform: scale(1);
    transform-origin: 100% 75%;
  }
}

@-webkit-keyframes lineStretch {

  0%,
  45%,
  70%,
  100% {
    transform: scaleY(0.125);
  }

  49% {
    transform: scaleY(0.75);
  }

  50% {
    transform: scaleY(0.875);
  }

  53% {
    transform: scaleY(0.5);
  }

  60% {
    transform: scaleY(0);
  }

  68% {
    transform: scaleY(0.18);
  }
}

@keyframes lineStretch {

  0%,
  45%,
  70%,
  100% {
    transform: scaleY(0.125);
  }

  49% {
    transform: scaleY(0.75);
  }

  50% {
    transform: scaleY(0.875);
  }

  53% {
    transform: scaleY(0.5);
  }

  60% {
    transform: scaleY(0);
  }

  68% {
    transform: scaleY(0.18);
  }
}

@media (min-width: 48rem) {
  #container {
    transform: scale(0.725rem);
  }
}

@media (min-width: 62rem) {
  #container {
    transform: scale(0.85);
  }
}

/* default cursor css */

.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #a8a8a8;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  z-index: 99999999;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #E51100;
  position: fixed;
  z-index: 99999999;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
}

.hover {
  background-color: red;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}


/* header css */

header {
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  padding: 20px 0;
  animation-duration: 0.5s;
  transition: 0.5s;
  z-index: 99999;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo img {
  width: 60%;
  margin-left: 0;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

.menu ul li {
  margin: 0 20px;
}

.menu ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.menu ul li a i {
  font-size: 12px;
}

header.is-fixed {
  position: fixed;
  z-index: 99999;
  animation-name: stickySlideDown;
  padding: 10px 0;
  transition: none;
  background-color: #fff;
  border-color: #d8d8d8;
  color: #000;
}

.is-fixed .menu ul li a,
.is-fixed .have-query a {
  color: #363636;
  font-weight: 500;
}

.main-color-logo,
.is-fixed .main-white-logo {
  display: none;
}

.is-fixed .main-color-logo {
  display: block;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-banner {
  width: 100%;
  min-height: 55rem;
  position: relative;
  background-color: #0C1121;
  overflow-x: hidden;
}

.bg-textture-img {
  position: absolute;
  top: -10%;
  opacity: 0.6;
}

.banner-content {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 46rem;
}

.banner-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-txt h1 {
  font-size: 65px;
  font-weight: 500;
  color: #fff;
}

.banner-btn {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-txt p {
  margin-left: 0;
  font-size: 16px;
  color: #939393;
}

.banner-btn .contact-link {
  font-size: 14px;
  color: #fff;
  margin-left: 40px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.6s;
}

.banner-btn .contact-link:hover {
  border-color: #E51100;
  color: #E51100;
  transition: 0.6s;
}

/* default dropdown */
.navbar-dropdown {
  position: relative;
}

.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 10px 15px;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 111;
  transition: 0.2s all;
}

.navbar-dropdown .dropdown a {
  padding: 10px 0;
  font-weight: 500;
  color: #000;
  width: 100%;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
  width: 100%;
}

.navbar-dropdown .dropdown a:hover {
  padding-left: 10px;
  transition: 0.6s;
  color: #e20f00;
}

/* default button css */
.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin: 0;
}

.su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.button_su_inner {
  display: inline-block;
  background: #e20f00;
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  padding: 15px 50px;
  z-index: 100000;
}

.button_text_container {
  position: relative;
  z-index: 10000;
}

.explode-circle {
  animation: explode 0.5s forwards;

}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
    color: #000;
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
    color: #000;
  }
}

.banner-side-img {
  width: 100%;
  text-align: right;
}

.header-menu-part {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.have-query {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-left: 1px solid #636363;
  padding-left: 25px;
  margin-left: 10px;
}

.have-query span {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  margin-left: 0;
  text-transform: capitalize;
}

.have-query a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}


/* our services */

section {
  margin: 50px 0;
}

.sec-title span {
  background-color: #ffe3e0;
  padding: 5px 15px 4px 25px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  color: #3a3a3a;
  position: relative;
}

.sec-title span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E51100;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sec-title h2 {
  margin-top: 10px;
  color: #14133B;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  text-transform: capitalize;
}

.sec-title a {
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #526377;
  padding-bottom: 6px;
  color: #6A7C92;
  font-weight: 500;
}

.sec-title p {
  font-size: 14px;
  line-height: 25px;
  color: #7A7A7A;
  text-transform: capitalize;
}

.service-dtls-bx {
  border: 1px solid rgba(10, 29, 53, .1);
  padding: 50px 50px 30px;
  min-height: 200px;
  max-width: 400px;
  backdrop-filter: blur(7.8px);
  border-radius: 10px;
  background-color: #fffFFF12;
  transition: 0.6s;
}

.service-dtls-bx:hover {
  transform: scale(1.06);
  transition: 0.6s;
}

.service-dtls-bx h5 {
  font-size: 18px;
  font-weight: 600;
  color: #14133B;
}

.service-dtls-bx p {
  font-size: 15px;
  font-weight: 400;
  color: #6A7C92;
}

.service-dtls-bx a {
  font-size: 15px;
  font-weight: 400;
  color: #E51100;
  text-decoration: none;
}

.service-dtls-bx .servic-ico {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F1F7F3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-bottom: 15px;
}

.extra-txt {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #939393;
  font-size: 16px;
  font-weight: 400;
}

.extra-txt mark {
  background: transparent;
  color: #E51100;
  position: relative;
}

.extra-txt mark svg {
  color: inherit;
  position: absolute;
  top: auto;
  width: 100%;
  height: auto;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.extra-txt mark svg path {
  fill: #E51100;
  stroke: #E51100;
}

/* who we are */
.bg-color-section {
  border-radius: 20px;
  background-color: #CFE8EF;
  padding: 40px 60px;
}

.our-info-step-dtl {
  display: flex;
}

.our-info-step-dtl span {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.our-info-step-dtl .steps-info-bx {
  margin-left: 20px;
}

.our-info-step-dtl .steps-info-bx h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-info-step-dtl .steps-info-bx p {
  font-size: 15px;
  font-weight: 400;
  color: #6A7C92;
}

/* create resume */

.steps-create-bx {
  border: 1px solid rgba(10, 29, 53, .1);
  padding: 30px 30px 30px;
  min-height: 380px;
  max-width: 400px;
  backdrop-filter: blur(7.8px);
  border-radius: 10px;
  background-color: #fffFFF12;
  transition: 0.6s;
}

.steps-create-bx .number-bx {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  color: #E51100;
  margin-left: 0;
  margin-bottom: 20px;
}

.steps-create-bx h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.steps-create-bx p {
  font-size: 15px;
  font-weight: 400;
  color: #6A7C92;
  line-height: 22px;
}


/* testimonial css */
.testimonial-part {
  padding: 50px 0;
  background-color: #0C1121;
  position: relative;
}

.testimonial-part::after {
  content: url(../image/mo-bg.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.4;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 2px;
  width: 15px;
  display: block;
  background: #E51100;
  margin: 0 5px;
  border-radius: 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #fff;
  box-shadow: none;
  width: 12px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 10px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #E51100;
  font-size: 18px;
  line-height: 1.3;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 14px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 18px;
}

.gtco-testimonials .center h5 span {
  font-size: 16px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.contact-btn {
  background-color: #E51100;
  color: #fff;
  padding: 15px 40px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
  border: 1px solid transparent;
  transition: 0.6s;
}

.contact-btn i {
  margin-left: 5px;
}

.contact-btn:hover {
  background-color: transparent;
  color: #E51100;
  border: 1px solid #E51100;
  transition: 0.6s;
}


/* about us page */

.about-us-banner {
  background-image: url(../image/about-us-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruitment-banner {
  background-image: url(../image/recruitment-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.resume-banner {
  background-image: url(../image/resume-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.career-banner {
  background-image: url(../image/career-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-banner {
  background-image: url(../image/blog-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-banner {
  background-image: url(../image/contact-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.terms-condition-banner {
  background-image: url(../image/terms-condition-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.privacy-policy-banner {
  background-image: url(../image/privacy-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-banner.inner-page-banner .bg-textture-img {
  opacity: 0.4;
}

.home-banner.inner-page-banner .bg-textture-img img {
  width: 100%;
  height: 40%;
}

.about-us-banner::before,
.recruitment-banner::before,
.resume-banner::before,
.career-banner::before,
.blog-banner::before,
.contact-banner::before,
.terms-condition-banner::before,
.privacy-policy-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

.inner-page-banner {
  min-height: 20rem;
}

.inner-page-banner h1 {
  font-size: 50px;
}

.breadscrumbs {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadscrumbs li {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.breadscrumbs span {
  margin: 0 8px;
  color: #747474;
}

.breadscrumbs li a {
  color: #0084ff;
  text-decoration: none;
}

.about-us-page-cont {
  border: 1px solid rgba(10, 29, 53, .1);
  padding: 30px;
  width: 100%;
  backdrop-filter: blur(7.8px);
  border-radius: 10px;
  background-color: #fffFFF12;
  transition: 0.6s;
}

.about-us-page-cont h2 {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-us-page-cont h4 {
  font-size: 16px;
  font-weight: 400;
}

.about-us-page-cont img {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.about-us-page-cont h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
}

.about-us-page-cont p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #757474;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: justify;
}

.about-us-page-cont ul {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  margin: 20px 0;
  background-color: #f5f5f5;
}

.about-us-page-cont ul li {
  margin-bottom: 20px;
}

.about-us-page-cont ul li span {
  font-size: 14px;
  font-weight: 600;
  color: #353535;
}

.about-us-page-cont ul li p {
  margin-top: 5px;
}

.about-us-sidebar {
  position: sticky;
  top: 100px;
}

.download-company-profile {
  border: 1px solid rgba(10, 29, 53, .1);
  padding: 20px;
  width: 100%;
  backdrop-filter: blur(7.8px);
  border-radius: 10px;
  background-color: #fffFFF12;
  transition: 0.6s;
}

.download-company-profile h5 {
  font-size: 16px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.download-company-profile svg {
  display: table;
  margin: 20px auto;
}

.download-company-profile p {
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  text-transform: capitalize;
}

.download-company-profile a {
  background-color: #E51100;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  display: table;
  margin: 0 auto;
}

.query-mail-bx {
  background-color: #0C1121;
  color: #fff;
}

.query-mail-bx a {
  background-color: #fff;
  color: #000;
}


/* blog css */
.blogs-list {
  margin-top: 50px;
}

.blog-box {
  border: 1px solid rgba(10, 29, 53, .1);
  width: 100%;
  backdrop-filter: blur(7.8px);
  border-radius: 10px;
  background-color: #fffFFF12;
  transition: 0.6s;
  margin-bottom: 30px;
}

.blog-box img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
  position: relative;
  transition: 0.6s;
}

.blog-box a {
  text-decoration: none;
}

.blog-box:hover {
  transform: scale(1.04);
  transition: 0.6s;
}

.blog-box .blog-bx-txt {
  padding: 10px 20px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}

.blog-box .blog-bx-txt h5 {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: #14133B;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box .blog-bx-txt h6 {
  color: #6A7C92;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-im-bx {
  position: relative;
}

.blog-box .blog-im-bx span {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #f5f5f5;
  color: #000;
}

/* blog-detail */

.blog-detail-infos {
  border: 1px solid rgba(10, 29, 53, .1);
  width: 100%;
  padding: 30px;
  backdrop-filter: blur(7.8px);
  border-radius: 10px;
  background-color: #fffFFF12;
  transition: 0.6s;
}

.blog-detail-infos h2 {
  font-size: 22px;
  font-weight: 700;
}

.blog-detail-infos p {
  font-size: 13px;
  line-height: 20px;
  color: #757474;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: justify;
}

.blog-detail-infos h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.blog-detail-infos h4 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.blog-detail-infos img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  margin: 20px 0;
}

.blog-detail-infos ul {
  padding: 0;
}

.blog-detail-infos ul li {
  padding-left: 20px;
  position: relative;
}

.blog-detail-infos ul li::before {
  content: '';
  width: 12px;
  height: 3px;
  background-color: #E51100;
  position: absolute;
  left: 0;
  top: 10px;
}

.blog-detail-infos ul li span {
  font-size: 14px;
  font-weight: 600;
}

/* contact us css */

.map-location,
.map-location iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.mobile-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-contact span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E51100;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
}

.mobile-contact div {
  margin-left: 15px;
}

.mobile-contact div h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mobile-contact div p {
  margin-bottom: 0;
  font-size: 14px;
  color: #757474;
}

.contact-us-form {
  margin: 40px 0 0;
}

.contact-us-form .form-group,
.contact-us-form .form-group input,
.contact-us-form .form-group textarea {
  width: 100%;
}

.contact-us-form .form-group input,
.contact-us-form .form-group textarea {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #7A7A7A;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif !important;
}

.contact-us-form .form-group textarea {
  height: 100px;
}

.contact-us-form button {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #E51100;
  font-size: 15px;
  outline: none;
  border: none;
}

/* Recognition page */

.recognition-content{
  background-color: #e6f3ff;
  border-radius: 20px;
  margin: 20px 0;
  padding: 30px;
  text-align: center;
}

.recognition-content h3{
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-style: italic;
}

.recognitions-client-testi{
  text-align: center;
}


.recognition-content h3{
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-style: italic;
}

.recognition-content h4, .videos-bx h4{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.recognition-content p, .videos-bx p{
  font-size: 14px;
}

.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}
@media (max-width: 580px) {
  .photos-grid-container {
    grid-template-columns: 1fr;
 }
}
.photos-grid-container .img-box {
  position: relative;
  margin: 2px 5px;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
  max-width: 100%;
  display: block;
  height: auto;
  border-radius: 15px;
  border: 1px solid #cdcdcd;
}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}
.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
  margin-right: 10px;
}
.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}
.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
 /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.videos-bx{
  text-align: center;
}

.video-section .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.9);
}

@media(max-width:1000px){
  .video-section .item{margin:0; transform:scale(.9)}
}

.video-section .active .item{
  opacity:1;
  transform:scale(1);
} 

.video-section .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.video-section video{
  max-width:100%;
  height:auto;
}

.plyr--video, .plyr__video-wrapper{
  border-radius: 15px;
}

.clients-video-bx .owl-nav button{
  background-color: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-video-bx .owl-nav button span{
  font-size: 22px;
}

.clients-video-bx .owl-nav .owl-prev{
  left: 15px;
  top: 50%;
  position: absolute;
}

.clients-video-bx .owl-nav .owl-next{
  right: 15px;
  top: 50%;
  position: absolute;
}

article {
	margin: 4rem auto;
}

.quote {
	margin: 4rem 1rem 1rem 2rem;
	padding: 1rem;
	border-left: 1px solid #999;
}

blockquote {
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.6rem;
	position: relative;
	padding: 0;
	margin: 0;
}

blockquote::before {
	font-weight: 900;
	content: "\201C";
	color: #95abbb;
	font-size: 6rem;
	position: absolute;
	left: -5rem;
	top: 3.5rem;
}

figcaption {
	font-weight: 500;
	margin-top: 1rem;
	font-size: 1.0rem;
}


/* footer css */

footer {
  width: 100%;
  height: 100%;
  background-color: #0e1117;
  padding: 70px 0 0;
  border-top: 4px solid #E51100;
}

.footer-cont-bx img {
  width: 60%;
  margin-bottom: 30px;
}

.footer-cont-bx p {
  font-size: 14px;
  color: #b1b0b0;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}

.footer-cont-bx a {
  font-size: 18px;
  font-weight: 500;
  color: #E51100;
  text-decoration: none;
}

.footer-cont-bx span {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.footer-cont-bx ul {
  padding: 0;
  margin: 0;
}

.footer-cont-bx ul li a,
.footer-cont-bx ul li {
  font-size: 14px;
  color: #b1b0b0;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0;
}

.socail-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.socail-links ul li {
  margin-right: 15px;
}

.socail-links ul li a {
  width: 15px;
  height: 15px;
  border: 1px solid #757474;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #8b8b8b;
  font-size: 14px;
}

.copyright-data {
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #5c5c5c;
  margin-top: 40px;
}

.copyright-data p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.copyright-data p a {
  color: #fff;
  text-decoration: none;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #E51100;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* responsive css */

@media only screen and (max-width:1440px){
  .banner-txt h1{
    font-size: 56px;
  }
  .button_su_inner{
    padding: 12px 40px;
  }
  .banner-btn .contact-link{
    font-size: 12px;
  }
  .service-dtls-bx{
    min-height: 350px;
    max-height: 380px;
    padding: 40px 40px 30px;
  }
  .sec-title h2{
    font-size: 32px;
  }
  .our-info-step-dtl span{
    font-size: 40px;
  }
  .steps-create-bx{
    min-height: 400px;
    max-height: 420px;
  }
}