/*

Theme Name: Revocube Technologies Blog 2024
Text Domain: Revocube Technologies
Version 1.0
Description: Get the feel of total customisation
Tag: Responsive , Customisable , blog template
Authur: Godwin Sunday Follow link(cmd + click)
Author Url: https//youtube.com/techlab
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif, Helvetica;
}

h1 {
  font-weight: 900;
}

a:hover {
  text-decoration: none;
}

.title-font {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
MEDIA BLOG STYLES /white navbar styling/ * {
  font-family: "Plus Jakarta Display", sans-serif;
}

.vbox-child {
  border-radius: 20px !important;
}

.form-control:focus {
  border-color: #f02f30 !important;
}

.privacy-header {
  text-align: center;
  font-family: "Plus Jakarta Display";
  margin-top: 100px;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 50px;
}

.privacy-subheader {
  font-size: 20px;
  font-family: "Plus Jakarta Display";
  font-weight: 500;
}

.privacy-subheading {
  font-size: 16px;
  font-family: "Plus Jakarta Display";
  font-weight: 400;
  /* letter-spacing: 0.1px; */
}

.accept-terms {
  border: none;
  padding: 10px 35px;
  border-radius: 20px;
  background-color: #f40000;
  color: #ffffff;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 700;
  font-family: "Plus Jakarta Display";
}

.terms-text {
  color: #ffffff;
  font-family: "Plus Jakarta Display";
  text-decoration: none !important;
}

.gallery-pictures-img {
  width: 100%;
  /* margin: auto !important; */
}

.previous-gallery {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 10px 35px !important;
}

.next-gallery {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 10px 35px !important;
}

.close-gallery {
  background-color: #f02f30 !important;
  color: #ffffff !important;
  padding: 10px 35px !important;
}

.modal-img {
  width: 470px;
}

body {
  overflow-x: hidden;
}

.card-title-one {
  font-size: 18px;
  font-family: "Plus Jakarta Display";
}

.card-title-two {
  font-size: 14px;
  font-family: "Plus Jakarta Display";
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* p.contactHeadingText {
  font-size: 18px;
  font-weight: 400;
  max-width: 574px;
} */
.navButton {
  border-radius: 30px;
  border: 1px;
  color: #fff;
  background-color: #f02f30;
  padding: 10px 30px 10px 30px;
}

a.nav-link {
  color: #000;
  text-decoration: none;
}

a.nav-link:hover {
  color: #000;
}

nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.lastList {
  margin-left: 50px;
}

.navbarItems {
  margin-left: 5rem;
  gap: 15px;
}

.mission {
  font-size: 50px;
  font-weight: 800;
  font-family: "Plus Jakarta Display";
  line-height: 77.12px;
  letter-spacing: -2%;
}

.missionVision {
  display: flex;
  gap: 45px;
  margin-bottom: 50px;
}

.missionDiv {
  text-align: center;
}

.missionImgs {
  width: 100%;
}

.missionIcons {
  gap: 10px;
}

.text-start {
  width: 100%;
  padding: 20px !important;
  background-color: #fafafa !important;
  border: none !important;
}

.aboutImages {
  display: flex;
  gap: 10px;
}

.aboutImg {
  width: 25%;
}

.storyTitle,
.valuesTitle {
  color: #f02f30;
  font-size: 16px;
  font-family: "Plus Jakarta Display";
  /* letter-spacing: 16% !important; */
  margin-top: 100px;
}

.storyText,
.valuesText {
  font-size: 40px;
  font-weight: 500;
  font-family: "Plus Jakarta Display";
  max-width: 673px;
  margin-bottom: 10px;
}

.storyText2 {
  font-size: 16px;
  font-family: "Plus Jakarta Display";
  font-weight: 300;
  color: #505050;
  line-height: 30.7px;
  margin-bottom: 50px;
}

.storyImage {
  width: 100%;
}

/footer/ footer {
  background-color: #000;
  color: white;
  padding-bottom: 20px;
}

.footer {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}

.footerTitle {
  font-size: 36px;
  font-weight: 800px;
  max-width: 514px;
  margin: auto;
  margin-bottom: 20px;
}

.footerText {
  font-size: 18px;
  font-weight: 300;
  max-width: 513px;
  margin: auto;
  font-family: "Plus Jakarta Display";
  margin-bottom: 25px !important;
  letter-spacing: 0.5px;
}

.footerBtn {
  border: 1px;
  border-radius: 30px;
  color: #fff;
  background-color: #f02f30;
  padding: 15px 40px 15px 40px;
}

.footerContact {
  font-size: 20px;
  font-weight: 600;
}

.footerContactTexts {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}

.footerLinks {
  text-decoration: none;
  color: white;
  margin-left: 15px;
}

.footerLinks1 {
  text-decoration: none;
  color: white;
  margin-left: 15px;
}

.socialIcons {
  display: flex;
  justify-content: space-between;
  gap: 20%;
  margin-top: 50px;
}

.contactDetails {
  display: flex;
  gap: 116px;
  margin-top: 100px;
}

.copyright {
  /* margin-left: 50px; */
  font-weight: 100;
}

@media screen and (max-width: 480px) {
  .nav-link {
    padding: 0px 0px;
  }

  #logo {
    width: 150px;
  }

  .gallery-pictures-img {
    width: 370px;
    /* margin: auto !important; */
  }

  .storyTitle,
  .valuesTitle {
    margin-top: 50px;
  }

  /mission section/ .aboutContainer {
    padding: 1rem;
    align-items: center;
  }

  .mission {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
  }

  .aboutImages {
    display: flex;
  }

  .aboutImages {
    gap: 3px;
  }

  /Values Section/ .valuesTitle,
  .storyTitle {
    font-size: 14px;
    font-weight: 500;
  }

  .valuesText,
  .storyText {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .storyText2 {
    font-size: 14px;
    font-family: "Plus Jakarta Display";
    font-weight: 300;
    color: #505050;
    line-height: 25.7px;
    margin-bottom: 50px;
  }

  .missionVision {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .textCard {
    background-color: #fafafa;
  }

  /Footer/ footer {
    padding: 1rem 1rem 1rem 1rem;
  }

  div.footer.col-6.mb-5 {
    width: 100%;
  }

  p.footerTitle {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
  }

  p.footerContactTexts {
    line-height: 4px;
  }

  .footerBtn {
    width: 100%;
  }

  .footer {
    margin: 0 auto;
  }

  div.row.mx-5.contactDetails {
    display: block;
  }

  div.col-4.footerDiv {
    width: 100%;
  }

  div.col-4.footerDiv.clientImages,
  div.row.mx-5.contactDetails,
  div.col-9.copyright,
  div.col-3.socials {
    width: 100%;
  }

  .socialIcons {
    flex-direction: column;
    margin-left: 15px;
  }

  .contactDetails {
    flex-direction: column;
    gap: 5px;
    padding: 0px;
  }

  .copyright {
    margin-left: 0px;
  }
}

/works styling/ .projectsTitle {
  font-size: 40px;
  font-weight: 800;
}

.projectsText {
  font-size: 16px;
  font-weight: 400;
}

.photographyBtn {
  border-radius: 30px;
  border: 1px;
  color: #fff;
  background-color: #f02f30;
  padding: 10px 30px 10px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.videosBtn {
  border-radius: 30px;
  border: 1px;
  color: #000;
  background-color: #f1f1f1;
  padding: 10px 30px 10px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photographyBtn:hover,
.videosBtn:hover {
  background-color: #f02f30;
  color: #ffffff;
}

.babyPic {
  margin-top: -250px;
}

.hatPic {
  margin-top: -80px;
}

#videos {
  display: none;
}

.container.pictures {
  margin-inline: auto;
}

.projectsDiv {
  margin-right: 50%;
  margin-left: auto;
}

#pictures {
  display: flex;
}

/styling for rates/ .ratesTitle {
  font-size: 40px;
  font-weight: 700;
  font-family: "plus jakarta display";
}

.ratesText {
  font-size: 18px;
  font-weight: 400;
  font-family: "plus jakarta display";
  letter-spacing: 0.5px;
}

.rates {
  margin-bottom: 20%;
}

.rate {
  margin-top: 6%;
  margin-bottom: 6%;
}

.accordion-button:not(.collapsed) {
  color: #212529 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

/* .accordion-button:focus {
  border-color: transparent !important;
} */

/Blog Styling/ .blogHeader {
  margin-top: 10%;
  width: 50%;
  align-items: center;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}

.blogTitle {
  font-size: 40px;
  font-weight: 700;
}

.blogText {
  font-size: 20px;
  font-weight: 400;
}

.red-btn {
  border: 1px;
  border-radius: 30px;
  color: #fff;
  background-color: #f02f30;
  padding: 15px 40px 15px 40px;
}

.blogButtons {
  display: flex;
  gap: 10px;
}

.allBtn,
.newsBtn,
.resourcesBtn,
.articlesBtn {
  border: 1px;
  border-radius: 30px;
  color: #000;
  background-color: #f1f1f1;
  padding: 15px 40px 15px 40px;
  margin-top: 5%;
}

.allBtn:hover,
.newsBtn:hover,
.resourcesBtn:hover,
.articlesBtn:hover {
  background-color: #f02f30;
}

/dark-bg/ section.dark-bg {
  background-image: url("../images/darkbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  width: 100%;
  color: white;
}

.red-btn2 {
  border-radius: 30px;
  color: #fff;
  background-color: #f02f30;
  width: 150px;
  padding: 15px;
  border: #f02f30;
}

.bookPodcast {
  width: 50%;
}

.contents2 {
  padding: 100px;
}

/blog2/ .camImg {
  width: 100%;
}

/Contact Information/ .contactInformation {
  border-radius: 10px;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.container.contactHeader {
  margin-top: 70px;
}

h1.contactHeading {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contactheadingText {
  font-size: 18px;
  font-weight: 400;
  max-width: 574px;
}

.email,
.phone,
.address {
  background-color: #f1f1f1;
  /* margin: 10px 10px 10px 10px; */
  padding: 15px 65px 15px 35px;
  border-radius: 10px;
  /* width: 33.5%; */
  /* justify-content: space-evenly !important; */
}

.mail {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.42px;
  color: #505050;
}

.mailText {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.76px;
  color: #898686;
}

.the-contact-image {
  margin-right: 15px;
}

.submitBtn {
  border: 1px;
  border-radius: 30px;
  color: #fff;
  background-color: #f02f30;
  padding: 10px 30px 10px 30px;
}

div.contents2 {
  margin-inline: auto;
}

@media screen and (max-width: 480px) {
  .hatPic {
    margin-top: 0px;
  }

  .babyPic {
    margin-top: 0px;
  }

  .projectsDiv {
    width: 100%;
  }

  div.blogContents {
    margin-top: 10px;
  }

  .contents {
    gap: 30px;
  }

  .blogButtons {
    flex-direction: column;
    width: 40%;
  }

  .allBtn,
  .newsBtn,
  .resourcesBtn,
  .articlesBtn {
    border: 1px;
    border-radius: 10px;
    color: #000;
    background-color: #f1f1f1;
    padding: 15px 40px 15px 40px;
    margin-top: 5%;
  }

  .blogTitle {
    font-size: 24px;
    font-weight: 700;
  }

  .blogText {
    font-size: 14px;
    font-weight: 400;
  }

  section.dark-bg {
    background-image: url("../images/darkbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
    width: 100%;
    color: white;
  }

  .bookPodcast {
    width: 100%;
    margin-left: -90px;
  }

  .contents2 {
    padding: 0;
    margin-bottom: 50px;
  }

  h1.contactHeading {
    font-size: 24px;
  }

  .modal-img {
    width: 100%;
  }

  .lastList {
    margin-left: 0px;
  }

  .blogButtons {
    flex-direction: column;
    width: 40%;
  }

  /contact header/ .contactInformation {
    display: block;
    /* flex-direction: column; */
  }

  .contactHeader {
    width: 100%;
  }

  .email,
  .phone,
  .address {
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* width: 100%; */
  }

  .container.contactHeader {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 850px) {
  .contactInformation {
    display: block;
    /* flex-direction: column; */
  }

  .lastList {
    margin-left: 0px;
  }

  .email,
  .phone,
  .address {
    display: block;
  }

  footer {
    padding: 1rem 1rem 1rem 1rem;
  }

  /*   div.footer.col-6.mb-5 {
    width: 100%;
  } */

  p.footerTitle {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
  }

  p.footerContactTexts {
    line-height: 4px;
  }

  .footerBtn {
    width: 100%;
  }

  .footer {
    margin: 0 auto;
  }

  div.row.mx-5.contactDetails {
    display: block;
  }

  div.col-4.footerDiv {
    width: 100%;
  }

  div.col-4.footerDiv.clientImages,
  div.row.mx-5.contactDetails,
  div.col-9.copyright,
  div.col-3.socials {
    width: 100%;
  }

  .socialIcons {
    flex-direction: column;
    margin-left: 0px;
  }

  .contactDetails {
    display: block;
    gap: 5px;
    padding: 0px;
  }

  .copyright {
    margin-left: 0px;
  }

  p.footerContactTexts {
    line-height: 34px;
  }

  .footerContact {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
  }

  .footerLinks1 {
    text-decoration: none;
    color: white;
    margin-left: 0px;
  }

  .card-body {
    padding: 0 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .gallery-pictures-img {
    width: 340px;
    /* margin: auto !important; */
  }
}

@media screen and (max-width: 380px) {
  .gallery-pictures-img {
    width: 305px;
  }
}

MEDIA BLOG STYLES .para-font {
  font-family: Arial, Helvetica, sans-serif;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

header.main_header {
  width: 100%;
  position: relative;
}

.header_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333;
  background-color: rgba(255, 255, 255, 0.75);
}

.header_container {
  width: 90%;
  max-width: 1360px;
  min-height: 100px;
  padding: 10px 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.normal_header {
  background-color: #fff;
}

.normal_header .header_wrap {
  background-color: rgba(255, 255, 255, 0.75);
}

.dark_header {
  background-color: #000;
}

.dark_header .header_wrap {
  background-color: #000;
}

.logo {
  width: 120px;
  height: 70px;
  position: relative;
}

.logo_ins {
  width: 100%;
  height: 70px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.normal {
  background-image: url(assets/images/logo.png);
}

/* .dark {
  background-image: url(../images/logo-white.png);
} */

.normal_header .dark {
  display: none;
}

.dark_header .normal {
  display: none;
}

.normal_header span {
  background-color: #000;
}

.dark_header span {
  background-color: #fff;
}

.hamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.hamburger span {
  display: block;
  height: 3px;
  margin: 10px 0;
  background-color: #000;
}

.hamburger span:nth-of-type(1) {
  width: 100%;
  transition: all 0.1s linear;
}

.hamburger span:nth-of-type(2) {
  width: 50%;
}

.hamburger span:nth-of-type(3) {
  width: 75%;
  transition: all 0.1s linear;
}

.hamburger.active span:nth-of-type(1) {
  transform: translate(0px, 7px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  width: 100%;
  transform: translate(0px, -18px) rotate(45deg);
}

.dark_header .navigation_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.navigation_overlay {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.navigation_overlay {
  overflow: hidden;
  height: 1px;
}

.navigation_overlay.active {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 100vh;
  top: 80px;
  display: flex;
  justify-content: flex-end;
}

.navigation_container {
  background-color: #f9f9f9;
}

.dark_header .navigation_container {
  background-color: #000;
}

@keyframes expand {
  0% {
    width: 1px;
    opacity: 0.1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    width: 75%;
    opacity: 1;
  }
}

@keyframes collapse {
  0% {
    width: 75%;
  }
  100% {
    width: 1px;
  }
}

.navigation_container {
  width: 1px;
  height: 100%;
  animation: collapse 0.4s ease-in-out;
}

.navigation_container.active {
  width: 80%;
  animation: expand 0.4s ease-in-out;
}

.navigation-ins {
  width: 100%;
  padding: 50px 100px;
  display: flex;
  justify-content: space-between;
}

.nav-left {
  width: 30%;
  margin-top: 15px;
}

.nav-left ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  font-weight: 800;
}

.nav-left ul li {
  height: 60px;
  width: auto;
  margin-bottom: 15px;
  display: inline-block;
}

@keyframes slideout {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}

.nav-left ul li a {
  position: relative;
  font-size: 2.5rem;
  line-height: 60px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: all 0.3s linear;
}

.nav-left ul li:hover a {
  color: #f03030;
  text-decoration: none;
}

.nav-left ul li:hover a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f03030;
  left: 0;
  animation: slideout 0.3s ease-in-out;
  top: 58px;
}

.dark_header .nav-left ul li a {
  color: #fff;
}

.dark_header .nav-left ul li:hover a {
  color: #f03030;
}

.dark_header .nav-left ul li:hover a::after {
  background-color: #f03030;
}

.nav-right {
  width: 30%;
}

.contact-btn {
  width: 100%;
  margin-bottom: 50px;
}
.contact-btn .contact a:hover {
  color: #cacaca;
}

.nav-right-itm {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.nav-right-itm h5 {
  color: #999;
  font-size: 1.4rem;
}

.nav-right-itm p,
.nav-right-itm a {
  font-size: 1.3rem;
  color: #333;
}
.nav-right-itm p,
.nav-right-itm a:hover {
  font-size: 1.3rem;
  color: #333;
}

.dark_header .nav-right-itm p,
.dark_header .nav-right-itm a {
  color: #fff;
}

.nav-itm-socials {
  width: 100%;
}

.nav-itm-socials a .la {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px;
  background-color: #000;
  color: #fff;
}

.dark_header .nav-itm-socials a .la {
  color: #000;
  background-color: #fff;
}

.container {
  width: 1320px;
  max-width: 90%;
  margin: 0 auto;
}

#main_content {
  width: 100%;
  min-height: 100vh;
}

.index-hero-section {
  min-height: 100vh;
  width: 100%;
  padding-top: 150px;
}

.hero-text {
  width: 100%;
}

.giant-text {
  font-size: 5.5rem;
  line-height: 1.2;
}

.hero-carousel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0px;
}

.hero-carousel-left {
  width: 30%;
}

.hero-carousel-left p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hero-carousel-right {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  transform: translateY(-240px);
}

.hero-carousel-right img {
  width: 100%;
}

.hero-carousel-right .img1 {
  width: 40%;
  height: 200px;
  background-color: #ddd;
  margin-bottom: 30px;
  border-radius: 20px;
}

.hero-carousel-right .img2 {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ddd;
  margin-bottom: 30px;
}

.hero-carousel-right .img3 {
  width: 40%;
  height: 200px;
  border-radius: 20px;
  background-color: #666;
  margin-right: 30px;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  transition: all 0.2s linear;
}

.hero-carousel-right .img3:hover {
  background-color: rgb(223, 27, 27);
}

.hero-carousel-right .img4 {
  width: calc(60% - 30px);
  height: 200px;
  border-radius: 20px;
  background-color: #ddd;
  overflow: hidden;
  transition: all 0.2s linear;
}

.hero-carousel-right .img4:hover {
  border-radius: 100px;
}

.index-service-section {
  width: 100%;
  height: auto;
  padding: 0px 0 70px;
}

.sub-container {
  margin-top: 10rem;
  border-bottom: 1px solid #e8e8e8;
}

.section-title {
  margin: 0 auto 50px;
  width: 55%;
  text-align: center;
}

.section-title h3 {
  font-size: 5rem;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 800;
}

.section-title p {
  font-size: 1.1rem;
  line-height: 1.3;
}

a.red-btn {
  outline: solid 7px rgba(230, 107, 93, 0.35);
  background-color: rgb(223, 27, 27);
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

a.transparent-btn {
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 48px;
  display: inline-block;
}

.rounded-btn {
  border-radius: 30px;
  width: auto;
  font-size: 1.3rem;
  margin-top: 30px;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
}

.rounded-btn:hover {
  padding: 0 35px;
}

.services-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-itm {
  width: 32%;
  height: 450px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.service-itm:last-of-type {
  margin-bottom: 0;
}

.service-itm-title {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: auto;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  z-index: 3;
}

.service-itm .service-itm-txt {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: inherit;
  padding: 20px;
}

.service-itm .service-itm-img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: inherit;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s linear;
}

.service-itm-img img {
  width: 100%;
}

.service-itm .service-itm-txt {
  width: 100%;
  padding: 75% 30px 10px 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.2s;
}

.service-itm-txt p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.service-itm:hover .service-itm-img {
  transform: translate(0%, -20%) scale(0.9, 0.9);
}

.service-itm:hover .service-itm-txt {
  opacity: 1;
}

.web-app-box {
  background-color: #eef5ff;
}

.mobile-app-box {
  background-color: #f5f5f5;
}

.enterprise-app-box {
  background-color: #f9f1ff;
}

.index-features-section {
  width: 100%;
  padding: 70px 0;
}

.features-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.features-left {
  width: 35%;
}

.features-left .top-label {
  width: auto;
  padding: 5px 10px;
  background: #fff2f0;
  color: #f03030;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
}

.features-left h2 {
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px;
}

.features-left p {
  color: #222;
  font-size: 1.2rem;
  line-height: 1.3;
}

.features-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features {
  width: 45%;
  margin-bottom: 40px;
}

.features .icon {
  width: 40px;
  margin-bottom: 15px;
}

.features .text {
  width: 100%;
}

.features .text h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.features .text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.3;
}

.index-testimonial-section {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}

/**** testimonial slider ****/
.testimonials {
  width: 80%;
  margin: 50px auto;
}

#testimonial_slider {
  padding: 40px 40px 35px;
  min-height: 250px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 115px 19px grba(236, 236, 236, 1);
}

.testimonial {
  margin: 0 60px;
}

.testimonial .description {
  font-size: 1.2rem;
  color: #777;
  line-height: 1.5;
  position: relative;
  padding: 0 25px;
}
.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2.2rem;
  position: absolute;
  top: -30px;
  left: -20px;
}
.testimonial .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #363636;
  text-transform: capitalize;
  margin: 0;
}
.testimonial .post {
  display: block;
  font-size: 15px;
  color: #363636;
}

.about-hero-wrap {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: inherit;
}

.overlay-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.about-hero-text {
  width: 54%;
  height: 100%;
  padding-top: 150px;
}

.about-hero-text h1 {
  font-size: 5.5rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}

.about-hero-text .tab-itm {
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  background-color: #f03030;
  margin-bottom: 25px;
  border-radius: 22px;
  font-size: 1.25rem;
}

.about-content {
  width: 100%;
  padding: 80px 0;
}

.abt-content-ins {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.abt-content-left {
  width: 50%;
}

.abt-content-left .tab-itm {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 25px;
  border-radius: 22px;
  font-size: 1rem;
  color: rgb(223, 27, 27);
  background-color: rgba(230, 107, 93, 0.35);
}

.abt-content-left h2 {
  font-size: 2.75rem;
  line-height: 1.35;
}

.abt-content-right {
  width: 40%;
  border-top: solid 2px #000;
  padding-top: 40px;
  margin-top: 40px;
}

.abt-content-right p {
  font-size: 1.35rem;
  line-height: 1.5;
  color: #333;
}

.extra-about-content {
  width: 100%;
  padding: 70px 0 100px;
}

.extra-abt-content-ins {
  display: flex;
  height: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.extra-abt-content-left {
  width: 40%;
}

.extra-abt-content-left p {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
}

.extra-abt-content-right {
  width: 50%;
}

.extra-abt-content-right img {
  width: 100%;
  border-radius: 20px;
}

.about-values {
  width: 100%;
  padding: 100px 0;
  background-color: #f5f5f5;
}

.values-top {
  width: 50%;
  margin-bottom: 50px;
}

.values-top h2 {
  font-size: 3.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.values-top p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

.values-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 90%;
}

.values-itm {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 50px;
}

.values-itm .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  color: #f03030;
}

.values-itm .icon svg {
  color: #f03030;
  outline-color: #f03030;
}

.values-itm h4 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.values-itm p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
}

.services-hero {
  width: 100%;
  min-height: 60vh;
  margin-top: 120px;
  /* border-bottom: solid 1px #999; */
}

.services-hero-ins {
  width: 1024px;
  max-width: 90%;
  margin: 70px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-hero-ins h1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: normal;
}

.services-hero-ins p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 25px;
}

.services-content-wrap {
  width: 100%;
  padding: 80px 0 0px;
}

.full-service-itm {
  width: 100%;
  margin-bottom: 100px;
}

.service-itm-top {
  border-radius: 30px;
  min-height: 550px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 30px;
  border: solid #eee;
}

.service-itm-top-text {
  width: 45%;
  padding: 50px;
}

.service-itm-top-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.service-itm-top-title .icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.service-itm-top-title .itm-top-txt {
  width: auto;
  font-size: 1.5rem;
  line-height: 40px;
}

.web-development .itm-top-txt {
  color: #0c78f1;
}

.mobile-development .itm-top-txt {
  color: #565656;
}

.enterprise-development .itm-top-txt {
  color: #7408a7;
}

.service-itm-top-text h4 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.service-itm-top-text p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
}

.service-itm-top-img {
  width: 45%;
  transform: translateX(40px);
  margin-top: 50px;
}

.service-itm-top-img img {
  width: 100%;
}

.service-itm-btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 1px;
  overflow: hidden;
}

.service-itm-btm.active {
  height: 70vh;
}

.service-itm-btm-row {
  width: 48%;
  padding-left: 50px;
  position: relative;
}

.service-itm-btm-row h4 {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 15px;
}

.service-itm-btm-row h4::before {
  position: absolute;
  top: 9px;
  left: -30px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 6px;
  background-color: #666;
}

.service-itm-btm-row p {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
}

.service-itm-btm-row ul {
  list-style-type: disc;
  padding-left: 20px;
}

.service-itm-btm-row ul li {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 15px;
}

.faq-content-wrap {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.faq-content {
  width: 1200px;
  max-width: 80%;
  margin: 40px auto;
}

.faq-content-title {
  width: 55%;
  margin-bottom: 50px;
}

.faq-content-title h2 {
  font-size: 3.75rem;
  font-weight: 700;
}

.faq-content-title p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.faq-content-ins {
}

.faq-content-itm {
  background-color: #eee;
  border-radius: 30px;
  margin-bottom: 30px;
}

.careers-hero {
  width: 100%;
  min-height: 50vh;
  padding-top: 100px;
  /* border-bottom: solid 1px #999; */
}

.contacts-hero {
  width: 100%;
  min-height: 40vh;
  padding-top: 100px;
  /* border-bottom: solid 1px #999; */
}

.careers-hero-ins,
.contacts-hero-ins {
  width: 960px;
  max-width: 90%;
  margin: 70px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.careers-hero-ins h1,
.contacts-hero-ins h1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.careers-hero-ins p,
.contacts-hero-ins p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 25px;
  color: #666;
}

.careers-hero-banners {
  width: 100%;
  padding: 50px 0 100px;
}

.careers-hero-banners-ins {
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: space-between;
}

.hero-ban-left {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-ban-left-img {
  border-radius: 10px;
  height: 47%;
  overflow: hidden;
  background-color: #eee;
}

.hero-ban-left-img img {
  width: 100%;
}

.hero-ban-right {
  width: calc(50% - 20px);
}

.hero-ban-right-img {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  background-color: #eee;
}

.careers-content-wrap {
  width: 100%;
  min-height: 100vh;
  padding: 70px 0 80px;
}

.careers-content {
  width: 1200px;
  max-width: 80%;
  margin: 0 auto;
}

.careers-content-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.careers-content-top h2 {
  width: 30%;
  font-size: 4rem;
  font-weight: 600;
  color: #f03030;
}

.careers-content-top p {
  width: 45%;
  font-size: 1.3rem;
  line-height: 1.5;
}

.careers-content-btm {
  width: 100%;
  height: auto;
}

.careers-accordion {
  background-color: #eee;
  border-radius: 40px;
  margin-bottom: 30px;
}

.question {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 30px 80px 10px 40px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 12.5px;
  background-color: #fff;
  right: 30px;
  text-align: center;
  transition: all 0.2s linear;
  font-weight: 500;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  padding: 0 50px 30px 40px;
}

.answer {
  padding: 0 0px 10px;
  line-height: 1.5;
}

.answer p {
  font-size: 1.22rem;
  line-height: 1.5;
  color: #666;
}

.answer ul {
  padding-left: 15px;
}

.answer li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #666;
}

.contacts-hero {
  width: 100%;
  min-height: 40vh;
  padding-top: 100px;
}

.contacts-hero-ins {
  width: 960px;
  max-width: 90%;
  margin: 30px auto;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #ccc;
}

.contacts-hero-ins h1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.contacts-hero-ins p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 25px;
  color: #666;
}

.contact-content-wrap {
  width: 100%;
  min-height: 80vh;
  padding: 30px 0 100px;
}

.contact-content-ins {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}

.contact-content-top {
  width: 70%;
  margin: 0 auto 50px;
}

.form-wrap {
  width: 100%;
}

.form-options {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.checkbox-itm {
}

.checkbox-itm input[type="radio"],
.checkbox-itm input[type="checkbox"] {
  display: none;
}

.checkbox-itm label {
  display: inline-block;
  width: auto;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #ddd;
  margin: 10px 15px 20px 15px;
}

.checkbox-itm input[type="checkbox"]:checked + label {
  background-color: #f03030;
  color: #fff;
}

.contact-content-btm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

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

.contact-itm {
  width: auto;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-itm h4 {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
  margin-right: 10px;
}

.contact-itm p {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0;
}

footer {
  /* background: url(../revblog/assets/images/checkered-bg.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: 400px;
  color: #fff;
  padding: 70px 0 50px;
}

footer h2,
footer h3,
footer h4,
footer p {
  color: #fff;
}

.footer-top {
  width: 100%;
  padding: 50px 0;
}

.footer-top-ins {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.footer-top-ins h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}

.footer-top-ins p {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 1.1rem;
}

.footer-top a.transparent-btn {
  border: solid 1px #fff;
}

.footer-btm {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-btm .footer-btm-right {
  width: auto;
}

.footer-btm-right span {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: solid 1px #fff;
  color: #fff;
  margin: 0 7px;
}

.social {
  width: auto;
  text-align: right;
}

.social i.las,
.social i.lab {
  width: auto;
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-left: 10px;
}

.owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
}
.owl-prev,
.owl-next {
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}
.owl-next {
  left: auto;
  right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
}
.owl-buttons .owl-next:before {
  content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
}
.owl-theme .owl-controls {
  margin-top: 40px;
}

@media only screen and (max-width: 479px) {
  .owl-buttons {
    bottom: 30%;
  }
}

@media only screen and (min-width: 1441px) {
}

@media only screen and (max-width: 1024px) {
  .navigation_container.active {
    width: 85%;
  }

  .nav-right .rounded-btn {
    padding: 0 20px;
    font-size: 1rem;
  }

  .careers-hero-ins h1,
  .contacts-hero-ins h1 {
    font-size: 4.5rem;
  }

  .about-hero-text {
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }

  .about-hero-text h1 {
    font-size: 4rem;
  }

  .hero-carousel {
    flex-direction: column;
    margin-top: 0;
  }

  .hero-carousel-left,
  .hero-carousel-right {
    width: 100%;
  }

  .hero-carousel-right {
    margin-top: 50px;
    min-height: 200px;
  }

  .services-hero-ins h1 {
    font-size: 4rem;
  }

  .features-left h2 {
    font-size: 2.8rem;
  }

  .section-title {
    width: 100%;
  }

  .values-btm {
    display: flex;
    width: 100%;
  }

  .service-itm {
    width: 48%;
  }

  .service-itm-top {
    flex-direction: column;
  }

  .service-itm-top-text {
    padding: 30px;
    width: 100%;
    order: 2;
  }

  .service-itm-top-text h4 {
    font-size: 1.4rem;
  }

  .service-itm-top-title .itm-top-txt {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .service-itm-top-img {
    order: 1;
    width: 60%;
  }

  .careers-hero-banners-ins {
    width: 100%;
    min-height: 50vh;
  }

  .hero-ban-right img {
    width: 100%;
  }

  .careers-content-top {
    flex-direction: column;
  }

  .careers-content-top h2 {
    width: 100%;
    font-size: 3rem;
    weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .careers-content-top p {
    width: 100%;
    font-size: 1.3rem;
  }

  .footer-top-ins {
    width: 100%;
  }

  .footer-btm {
    flex-direction: column;
  }

  .footer-btm-right {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    order: 1;
  }

  .footer-btm-center {
    margin-bottom: 30px;
    text-align: center;
    order: 3;
  }

  .footer-btm-left {
    order: 2;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .normal_header .header_wrap {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .nav-right .rounded-btn {
    padding: 0 20px;
    font-size: 1rem;
  }

  .navigation_container.active {
    width: 100%;
  }

  .services-wrap {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .service-itm {
    width: 100%;
    margin-bottom: 40px;
    min-height: 70vh;
  }

  .service-itm-title {
    font-size: 1.3rem;
  }

  .service-itm .service-itm-txt {
    padding: 60% 30px 20px 30px;
  }

  .service-itm-img {
    width: 80%;
  }

  .footer-top-ins {
    width: 90%;
  }

  .features-wrap {
    flex-direction: column;
  }

  .features-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .features-left h2 {
    font-weight: 600;
  }

  .features-right {
    width: 100%;
  }

  .about-hero-text {
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }

  .about-hero-text .tab-itm {
    padding: 0 20px;
  }

  .about-hero-text h1 {
    font-size: 4rem;
    color: #fff;
    line-height: 1.3;
  }

  .video-bg video {
    height: 100%;
  }

  .abt-content-left h2 {
    font-size: 2.5rem;
  }

  .extra-abt-content-ins {
    flex-direction: column;
  }

  .extra-abt-content-right {
    order: 1;
    width: 100%;
  }

  .extra-abt-content-left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }

  .values-btm {
  }

  .values-itm {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 50px;
  }

  .values-itm h4 {
    font-size: 1.5rem;
  }

  .services-hero-ins h1 {
    font-size: 4.5rem;
  }

  .service-itm-top {
    flex-direction: column;
  }

  .service-itm-top-text {
    padding: 30px;
    width: 100%;
    order: 2;
  }

  .service-itm-top-text h4 {
    font-size: 1.4rem;
  }

  .service-itm-top-title .itm-top-txt {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .service-itm-top-img {
    order: 1;
    width: 70%;
  }

  .faq-content-title {
    width: 100%;
  }

  .faq-content-title h2 {
    font-size: 2.5rem;
  }

  .careers-hero-ins h1 {
    font-size: 4.5rem;
  }

  .careers-hero-banners {
    padding-bottom: 50px;
  }

  .careers-hero-banners-ins {
    flex-direction: column;
  }

  .hero-ban-left {
    width: 100%;
    order: 2;
  }

  .hero-ban-left img {
    width: 100%;
  }

  .hero-ban-left-img {
    margin-bottom: 40px;
  }

  .hero-ban-right {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }

  .hero-ban-right img {
    width: 100%;
  }

  .careers-content {
    width: 90%;
  }

  .careers-content-top {
    flex-direction: column;
  }

  .careers-content-top h2 {
    width: 100%;
    font-size: 2.5rem;
    weight: 700;
    line-height: 1.2;
  }

  .careers-content-top p {
    width: 100%;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .normal_header .header_wrap {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .navigation_container.active {
    width: 100%;
  }

  .navigation-ins {
    width: 100%;
    padding: 30px 20px 30px 30px;
  }

  .nav-left {
    width: 45%;
    margin-top: 30px;
  }

  .nav-left ul li {
    height: 40px;
  }

  .nav-left ul li a {
    font-size: 1.5rem;
    line-height: 40px;
  }

  .nav-left ul li:hover a::after {
    top: 40px;
  }

  .nav-right {
    width: 50%;
  }

  .nav-right .rounded-btn {
    padding: 0 20px;
    font-size: 1rem;
  }

  .contact-btn {
    margin-bottom: 30px;
  }

  .nav-right-itm {
    margin-bottom: 30px;
  }

  .nav-right-itm h5 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .nav-right-itm p,
  .nav-right-itm a {
    font-size: 1rem;
  }

  .nav-itm-socials a .la {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    margin: 0 3px;
  }

  .giant-text {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .hero-carousel {
    flex-direction: column;
  }

  .hero-carousel-left,
  .hero-carousel-right {
    width: 100%;
  }

  .hero-carousel-right {
    margin-top: 50px;
    min-height: 200px;
  }

  .section-title {
    width: 100%;
  }

  .section-title h3 {
    font-weight: 600;
  }

  .services-wrap {
    flex-direction: column;
  }

  .service-itm {
    width: 100%;
    margin-bottom: 40px;
    min-height: 60vh;
  }

  .service-itm-title {
    font-size: 1rem;
    padding: 0 15px;
  }

  .service-itm-img {
    width: 100%;
  }

  .features-wrap {
    flex-direction: column;
  }

  .features-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .features-left h2 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .features-right {
    width: 100%;
  }

  .features {
    width: 100%;
  }

  .features .text h4 {
    font-weight: 600;
  }

  .testimonials {
    width: 100%;
    margin: 30px auto 0;
  }

  #testimonial_slider {
    padding: 40px 20px 35px;
    min-height: 200px;
  }

  .testimonial {
    padding: 30px 20px;
    margin: 0;
    width: 100%;
  }

  .testimonial .description:before {
    top: -30px;
    left: 0px;
    font-size: 1.8rem;
  }

  .service-itm .service-itm-txt {
    padding: 75% 30px 20px 30px;
  }

  .about-hero-wrap {
    height: 65vh;
    padding-top: 0;
    margin-top: 95px;
  }

  .about-hero-text {
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }

  .about-hero-text .tab-itm {
    padding: 0 20px;
  }
  .about-hero-text h1 {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.3;
  }

  .video-bg video {
    height: 100%;
  }

  .abt-content-ins {
    flex-direction: column;
  }

  .abt-content-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .abt-content-left h2 {
    font-size: 2rem;
  }

  .abt-content-right {
    width: 100%;
  }

  .extra-abt-content-ins {
    flex-direction: column;
  }

  .extra-abt-content-right {
    order: 1;
    width: 100%;
  }

  .extra-abt-content-left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }

  .values-btm {
    flex-direction: column;
  }

  .values-itm {
    width: 100%;
  }

  .services-hero-ins h1 {
    font-size: 3rem;
    font-weight: 800;
  }

  .services-hero-ins p {
    font-size: 1.2rem;
  }

  .service-itm-top {
    flex-direction: column;
  }

  .service-itm-top-text {
    padding: 20px;
    width: 100%;
    order: 2;
  }

  .service-itm-top-text h4 {
    font-size: 1.8rem;
  }

  .service-itm-top-title .itm-top-txt {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .service-itm-top-img {
    order: 1;
    width: 100%;
  }

  .faq-content-wrap {
    padding: 0 0 40px;
  }

  .faq-content-title {
    width: 100%;
  }

  .faq-content-title h2 {
    font-size: 1.75rem;
  }

  .question {
    padding: 20px 60px 10px 20px;
    font-size: 1.1rem;
  }

  .question::after {
    right: 20px;
  }

  .answercont {
    padding: 0 50px 30px 20px;
  }

  .answer p {
    font-size: 1rem;
  }

  .careers-hero-ins h1 {
    font-size: 3rem;
  }

  .careers-hero-banners {
    padding-bottom: 50px;
  }

  .careers-hero-banners-ins {
    flex-direction: column;
  }

  .hero-ban-left {
    width: 100%;
    order: 2;
  }

  .hero-ban-left-img {
    margin-bottom: 40px;
  }

  .hero-ban-right {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }

  .careers-content {
    width: 90%;
  }

  .careers-content-top {
    flex-direction: column;
  }

  .careers-content-top h2 {
    width: 100%;
    font-size: 2.5rem;
    weight: 700;
    line-height: 1.2;
  }

  .careers-content-top p {
    width: 100%;
    font-size: 1.2rem;
  }

  .contacts-hero-ins h1 {
    font-size: 3rem;
  }

  .contact-content-top {
    width: 100%;
  }

  .contact-content-btm {
    flex-direction: column;
  }

  .contact-itm p {
    font-size: 1.1rem;
  }

  .footer-top {
    padding-bottom: 0;
  }

  .footer-top-ins {
    width: 90%;
  }

  .footer-top-ins h2 {
    font-size: 3rem;
  }

  .footer-top_ins p {
    line-height: 1.5;
  }

  .footer-btm {
    flex-direction: column;
  }

  .footer-btm-right {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    order: 1;
  }

  .footer-btm-center {
    margin-bottom: 30px;
    text-align: center;
    order: 3;
  }

  .footer-btm-left {
    order: 2;
    margin-bottom: 30px;
  }
}
