body {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

.header_cta.calling {
  width: 20px;
}

.banner_cta_btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.banner_cta_btn .cta_btn_icon {
  filter: invert(1);
}
.banner_cta_btn:hover .cta_btn_icon {
  filter: none;
}

.brand_logo {
  width: 170px;
}
@media only screen and (max-width: 600px) {
  .brand_logo {
    width: 180px;
  }
}

.raleway_font {
  font-family: "Raleway", sans-serif;
}

.text-grey {
  color: #98989a;
}

.bg-darkgrey {
  background: #0f0f0f;
}

.swiper-pagination-bullet {
  background: #fff;
}

.main_heading {
  font-size: 70px;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .main_heading {
    font-size: 36px;
  }
}
.main_heading span {
  font-size: 18px;
}

.sub_heading {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .sub_heading {
    font-size: 16px;
  }
}

.overlay_layer::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about_heading {
  line-height: 50px;
}
@media only screen and (max-width: 600px) {
  .about_heading {
    line-height: 36px;
  }
}

.view_more_btn {
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 2px solid #cac1c1;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  background: transparent;
  color: #000;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .view_more_btn {
    font-size: 14px;
  }
}
.view_more_btn:hover {
  background: #000;
  color: #fff;
}

.floating_cta {
  position: fixed;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
  box-shadow: 1px 1px 3px 1px rgba(104, 89, 89, 0.431372549);
  z-index: 10;
  cursor: pointer;
}
.floating_cta.whatsapp_cta {
  left: 10px;
}
.floating_cta.move_top_icon {
  right: 10px;
}

.navbar {
  transition: 0.8s all;
}
.navbar.scrolled {
  background: #000;
  transition: background-color 200ms linear;
}
.navbar .nav-link {
  color: #fff !important;
}
@media only screen and (max-width: 600px) {
  .navbar .nav-link {
    font-size: 18px;
  }
}
.navbar .nav-link.active {
  color: #fff;
}
.navbar .offcanvas.offcanvas-end {
  width: 100% !important;
}
.navbar .navbar-toggler {
  color: transparent;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}

@media only screen and (max-width: 600px) {
  .banner_section .overlay_text {
    top: 50% !important;
  }
}
.banner_section .home_banner_heading {
  font-size: 75px;
  line-height: 75px;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .banner_section .home_banner_heading {
    font-size: 36px;
    line-height: 46px;
  }
}
.banner_section .big_digit {
  font-size: 94px;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .banner_section .big_digit {
    font-size: 50px;
  }
}
.banner_section .home_banner_sub_heading {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .banner_section .home_banner_sub_heading {
    font-size: 20px;
  }
}
.banner_section .home_banner_img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .banner_section .home_banner_img {
    height: 90vh;
  }
}

.inner_banner_section img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .inner_banner_section img {
    height: 50vh;
  }
}
.inner_banner_section .overlay_text {
  left: 10% !important;
}
@media only screen and (max-width: 600px) {
  .inner_banner_section .overlay_text {
    left: 0 !important;
  }
}
.inner_banner_section .overlay_text .banner_title {
  font-size: 75px;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 600px) {
  .inner_banner_section .overlay_text .banner_title {
    font-size: 46px;
    margin: auto;
  }
}
.inner_banner_section .overlay_text .breadcrumbs {
  font-size: 20px;
}

.blog_block {
  transition: 0.8s all;
  border: 0.2px solid rgba(255, 255, 255, 0.1607843137);
}
.blog_block:hover {
  background: rgba(255, 255, 255, 0.1607843137);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}
.blog_block:hover:after {
  transform: scale(2) rotate(180deg);
  background: #000;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.blog_block:hover .category_name {
  background: #fff !important;
  color: #000 !important;
}
.blog_block .home_blog_img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
.blog_block .blog_title {
  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .blog_block .blog_title {
    font-size: 18px;
  }
}
.blog_block .category_name {
  transition: 0.8s all;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .blog_block .category_name {
    font-size: 12px;
  }
}
.blog_block .blog_date {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .blog_block .blog_date {
    font-size: 12px;
  }
}

.about_section {
  background: url(images/about_section_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_section .home_about_img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 710px;
}
@media only screen and (max-width: 600px) {
  .about_section .home_about_img {
    height: 222px;
  }
}
.about_section .stat_blocks_container .stat_block {
  background: rgba(30, 30, 30, 0.7215686275);
}
.about_section .stat_blocks_container .stat_block .stat_count {
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .about_section .stat_blocks_container .stat_block .stat_count {
    font-size: 22px;
  }
}
.about_section .stat_blocks_container .stat_block span {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  width: 95px;
}
@media only screen and (max-width: 600px) {
  .about_section .stat_blocks_container .stat_block span {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.about_section .stat_blocks_container .right_border::after {
  content: "";
  position: absolute;
  height: 82%;
  width: 1px;
  background: rgba(151, 109, 109, 0.41);
  right: 0px;
}

.work_process_section .work_line {
  position: absolute;
  top: 50%;
  transform: translate(0%, 25%);
  width: 100%;
}
.work_process_section .work_process_block {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .work_process_section .work_process_block {
    height: inherit !important;
  }
}
.work_process_section .work_process_block.right_arrow::after {
  content: url(images/icons/right_arrow.svg);
  position: absolute;
  height: 20px;
  right: -75px;
  top: 30%;
}
@media only screen and (max-width: 600px) {
  .work_process_section .work_process_block.right_arrow::after {
    content: url(images/icons/right_arrow_mobie.svg);
  }
}
@media only screen and (max-width: 600px) {
  .work_process_section .work_process_block.right_arrow::after {
    height: 0px;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
  }
}
.work_process_section .work_process_block .left_top_element {
  width: 36px;
}
@media only screen and (max-width: 600px) {
  .work_process_section .work_process_block .left_top_element {
    left: 50% !important;
  }
}
.work_process_section .work_process_block .work_process_heading {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .work_process_section .work_process_block .work_process_heading {
    font-size: 22px;
  }
}

.services_section .flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px;
  perspective: 1000px;
}
@media only screen and (max-width: 600px) {
  .services_section .flip-card {
    height: 270px;
  }
}
.services_section .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  .services_section .flip-card .flip-card-inner {
    height: 270px;
  }
}
.services_section .flip-card .flip-card-inner img {
  height: inherit;
}
@media only screen and (max-width: 600px) {
  .services_section .flip-card .flip-card-inner .service_title {
    font-size: 18px;
  }
}
.services_section .flip-card .flip-card-inner .flip-card-front,
.services_section .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 400px;
  backface-visibility: hidden;
}
@media only screen and (max-width: 600px) {
  .services_section .flip-card .flip-card-inner .flip-card-front,
  .services_section .flip-card .flip-card-inner .flip-card-back {
    height: 270px;
  }
}
.services_section .flip-card .flip-card-inner .flip-card-back {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .services_section .flip-card .flip-card-inner .flip-card-back {
    font-size: 12px;
  }
}
.services_section .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.works_section .works_block {
  height: 87%;
  overflow: hidden;
  transition: 0.8s all;
}
.works_section .works_block:hover {
  height: 100%;
  box-shadow: 0px 1px 8px 4px #666161;
}
@media only screen and (max-width: 1400px) {
  .works_section .works_block {
    height: 80%;
  }
}
.works_section .our_works_swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
.works_section .our_works_swiper .swiper-slide .works_block {
  overflow: hidden;
  transition: 0.8s all;
}
.works_section .our_works_swiper .swiper-slide .works_block:hover {
  height: 100%;
  box-shadow: 0px 1px 8px 4px #666161;
}

.our_clients_section .client_logo_container {
  position: relative;
}
.our_clients_section .client_logo_container .client_logo {
  transition: 0.3s all;
}
.our_clients_section .client_logo_container .client_logo:hover {
  transform: scale(1.01);
  background: rgba(255, 255, 255, 0.1607843137);
  box-shadow: 0px 0px 4px 5px;
}

@media only screen and (max-width: 600px) {
  .our_team_section .view_more_btn {
    margin: auto;
  }
}
.our_team_section .team_pics_swiper {
  max-height: 450px;
}
@media only screen and (max-width: 600px) {
  .our_team_section .team_pics_swiper {
    max-height: 385px;
  }
}
.our_team_section .team_pics_swiper img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .our_team_section .team_pics_swiper img {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.our_blogs_section .blogs_swiper .swiper-slide {
  height: auto;
}

.testimonials_section .swiper-button-next,
.testimonials_section .swiper-button-prev {
  color: #fff;
}
.testimonials_section .swiper-button-next:after,
.testimonials_section .swiper-button-prev:after {
  font-size: 26px;
}
.testimonials_section .testimonials_swiper img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .testimonials_section .testimonials_swiper .iframe {
    height: 270px !important;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials_section .testimonials_thumb_swiper {
    display: none;
  }
}
.testimonials_section .testimonials_thumb_swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
}
.testimonials_section .testimonials_thumb_swiper img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials_section .testimonials_thumb_swiper .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.contact_section .contact_overlay_text {
  max-width: 400px;
}
@media only screen and (max-width: 600px) {
  .contact_section .contact_overlay_text {
    text-align: center;
    width: 85%;
  }
}
.contact_section .contact_overlay_text .keep_touch_title {
  font-size: 22px;
  letter-spacing: 10px;
}
@media only screen and (max-width: 600px) {
  .contact_section .contact_overlay_text .keep_touch_title {
    font-size: 10px;
  }
}
.contact_section .contact_overlay_text .follow_us_title {
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .contact_section .contact_overlay_text .follow_us_title {
    font-size: 25px;
  }
}
.contact_section .form-control {
  border: 1px solid;
  border-radius: 0;
}

.services_page .main_heading {
  text-wrap: wrap;
}
.services_page .service_section .service_img {
  width: 506px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.services_page .service_section .service_title {
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .services_page .service_section .service_title {
    font-size: 36px;
  }
}
.services_page .service_section .services_list li {
  position: relative;
  font-size: 28px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .services_page .service_section .services_list li {
    font-size: 22px;
  }
}
.services_page .service_section .services_list li::after {
  content: "+";
  position: absolute;
  right: 0;
}
.services_page .service_section .cta_text {
  font-size: 24px;
}
.services_page .service_section .cta_text .cta_arrow {
  rotate: -45deg;
}

.our_works_page .work_title {
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .our_works_page .work_title {
    font-size: 36px;
  }
}
.our_works_page .work_desc {
  font-size: 26px;
}
@media only screen and (max-width: 600px) {
  .our_works_page .work_desc {
    font-size: 18px;
  }
}

.our_blogs_page .navbar {
  background: #000;
}
.our_blogs_page .heading_section {
  padding-top: 100px;
}
.our_blogs_page .heading_section .banner_title {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 5px;
}

.blog_details_page .navbar {
  background: #000;
}
.blog_details_page .heading_section {
  padding-top: 100px;
}
.blog_details_page .heading_section .banner_title {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 5px;
}
.blog_details_page .blog_sub_heading {
  display: inline-flex;
  gap: 32px;
  font-size: 16px;
}
.blog_details_page .blog_category {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */