html, body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
  background-color: #200032;
}
@font-face {
  font-family: 'ncl_neovibesdemo';
  src: url("../fonts/nclneovibes-demo-webfont.woff2") format('woff2'), url('../fonts/nclneovibes-demo-webfont.woff') format('woff'), url('../fonts/nclneovibes-demo-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    margin-top: 33px;
}


.fixed .navbar-expand-lg .offcanvas .offcanvas-body {
       
        margin-top: 0px;
    }


.top_banner_section_row {
    float: left;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 19px;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: flex;
}
.top_banner_section_row ul {float: right; margin-right: 3px;}
.top_banner_section_row ul li {display: inline-block; margin-left: 32px;}
.top_banner_section_row ul li a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
}
.top_banner_section_row ul li img {
    width: 21px;
    filter: invert(1);
    margin-right: 7px;
}

.desktop {display: block;}
.mobile {display: none;}

.icon-zoom img {
  width: auto !important;
}
.contact_left_section {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 13px;
  margin-bottom: 13px;
}
.contact_left_section h4 {
  text-align: left;
  font-size: 20px;
}
.contact_left_section a {
  text-decoration: none;
  color: #FFF;
  letter-spacing: 1.5px;
}

.form-control:focus
 {
    color: #5e5f5f;
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.gallery {
  width: 100%;
  display: block;
}
.contact_left_section h4 {
  margin-bottom: 0;
}
.inquiry_btn {
  text-align: left;
  letter-spacing: 1px;
  font-size: 33px;
}
.contact_us {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.submit_button {
  width: 100%;
  height: 61px;
  line-height: 61px;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #6815ba, #4824bc);
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px !important;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 2px;
  border-radius: 7px;
  border: 0;
}
.contact_main_center {
  float: left;
  width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c5c5d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.gallery .gallery-filter {
  padding: 0 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.gallery .gallery-filter .filter-item {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  line-height: 1.2;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  font-weight: 600;
}
.gallery .gallery-filter .filter-item.active {
  color: #b99cff;
  border-color: #b99cff;
}
.gallery .gallery-item {
  width: calc(100% / 4);
  padding: 15px;
}
.gallery .gallery-item-inner img {
  width: 100%;
}
.gallery .gallery-item.show {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gallery .gallery-item.hide {
  display: none;
}
/*responsive*/
@media(max-width: 991px) {
  .gallery .gallery-item {
    width: 50%;
  }
}
@media(max-width: 767px) {
  .gallery .gallery-item {
    width: 100%;
  }
  .gallery .gallery-filter .filter-item {
    margin-bottom: 10px;
  }
}
.my-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.my-image:hover .overlay {
  opacity: 0.9;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #b89cfa;
}
.icon-outer {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.icon-zoom {
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1d062b;
  z-index: 9999;
  box-shadow: 0px 0px 114px #391452;
  transition: 0.5s ease;
}
.testimonial_box_inner {
  position: relative;
  height: 267px !important;
}
.quotes {
  filter: invert(1);
  margin-bottom: 11px;
  display: none;
}
.why_box_main {
    height: 354px !important;
    margin-bottom: 32px;
}
.inner_banner {
    height: 45vh !important;
}
.title_inner {
  letter-spacing: 1.5px;
  font-weight: 600;
}
.services_caption_secition .card-title {
  color: #a167d9;
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 19px;
}
.services_box_main img {
  border-radius: 500px !important;
  overflow: hidden;
  border: 4px solid #b86cd3;
}
.service_bg_section {
  background: url(../images/services-bg.jpg) no-repeat;
  background-size: contain;
  background-repeat: repeat;
}
.services_caption_secition {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.services_box_main {
  float: left;
  width: 100%;
  background-color: #46025f;
  padding: 43px 57px;
  margin-bottom: 25px;
  border-radius: 27px;
}
.services_caption_secition .paragraph {
  margin-bottom: 0px;
}
.vision_section {
  float: left;
  width: 100%;
  background-color: #8421ba;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/services-bg-1.jpg");
  background-repeat: repeat;
  background-size: contain;
}
.inner_banner .main_banner_caption h3 {
  font-family: 'ncl_neovibesdemo';
  color: #FFF;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0px;
}
.paragraph {
  font-size: 20px !important;
  letter-spacing: 0.5px;
}
.blog_image {
  height: 280px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 5px;
}
.inner_banner .main_banner_caption {
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 61%;
  left: 50%;
  z-index: 999;
}
.fixed .navbar-brand img {
  width: 51%;
  transition: 0.5s ease;
}
.fixed .nav-link {
  font-size: 13px;
}
.video_seciton_portfolio {
  float: left;
  width: 100%;
  position: absolute;
  bottom: -7%;
  opacity: 0.67;
}
.review_slider_main {
  float: left;
  width: 100%;
  margin-top: 37px;
}
.testimonial_box {
  float: left;
  width: 100%;
  background-color: #FFF;
  padding: 57px 29px;
  border-radius: 10px;
  height: 354px;
}
.view_all_btn {
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #6815ba, #4824bc);
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 2px;
  border-radius: 7px;
  margin-top: 70px;
  margin-bottom: 37px;
  z-index: 999;
  position: relative;
}
.latest_blog_section {
  float: left;
  width: 100%;
  background-color: #200032;
  padding-top: 50px;
  padding-bottom: 113px;
}
.clients_review_section {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #8421ba;
}
.testimonial_box p {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 400;
}
.testimonial_box h4 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ad52df;
  margin-top: 29px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: space-between;
  /* height: 100%; */
  /* align-items: center; */
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.owl-nav .owl-prev {
  position: relative;
  left: -94px;
}
.owl-nav .owl-next {
  position: relative;
  right: -94px;
}
.testimonial_box h5 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #000;
}
.blog_section_inner {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.blog_box_section {
  float: left;
  width: 100%;
  background-color: #8520b9;
  border-radius: 12px;
}
.blog_image_section {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.blog_caption_section {
  float: left;
  width: 100%;
  background-color: #8421ba;
  padding: 23px;
  height: 112px;
  position: relative;
  border-radius: 0px 0px 12px 12px;
}
.blog_caption_section a {
  width: 163px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #6815ba, #4824bc);
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 7px;
  margin-top: 70px;
  margin-bottom: 37px;
  position: absolute;
  bottom: -62px;
}
.blog_caption_section h4 {
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 2px;
}
.portfolio_seciton {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #210037;
  overflow: hidden;
  position: relative;
}
.portfolio_seciton:after {
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 488px;
  content: "";
  background: url(../images/color-splash.jpg) no-repeat;
  background-size: contain;
  top: auto;
}
.flip-box {
  background-color: transparent;
  height: 382px;
  height: 317px;
  border: 0px solid #f1f1f1;
  perspective: 1000px;
  -webkit-perspective: 1000px; /* Safari */
}
.portfolio_box {
  float: left;
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
}
.front_caption {
  float: left;
  width: 100%;
  position: relative;
}
.front_caption_inner {
  float: left;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(37, 8, 56, 1));
  position: absolute;
  bottom: -2px;
  padding-top: 101px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 22px;
}
.front_caption_inner h4 {
  font-family: 'ncl_neovibesdemo';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFF;
}
.moving_services_box {
  float: left;
  width: 100%;
  margin-top: 50%;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flip-box-front {
  color: black;
}

.btn_read {text-decoration:none; color:#FFF; text-transform:uppercase; letter-spacing:1px;}


.flip-box-back {
    background-color: #a166dc;
    color: white;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 35px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flip-box-back h2 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0px;
}
.main_banner_caption h3 {
  font-family: 'ncl_neovibesdemo';
  color: #FFF;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0px;
}
.main_banner_caption h3 span {
  background-image: linear-gradient(to top, #6815ba, #4824bc);
  padding: 10px 21px;
  border-radius: 113px;
  padding-bottom: 6px;
}
.main_banner_caption a {
  width: 258px;
  height: 61px;
  line-height: 61px;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #6815ba, #4824bc);
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 2px;
  border-radius: 7px;
  overflow: hidden;
}
.footer-box ul li a:hover {
  color: #a167d9 !important;
}
.hover_text:hover {
  color: #ffffff;
}
.hover_text:hover img {
  filter: invert(5) brightness(10);
}
.main_banner_caption p {
  font-size: 27px;
  color: #FFF;
  letter-spacing: 2px;
  margin-top: 26px;
  margin-bottom: 40px;
}
.about_us_section {
  float: left;
  width: 100%;
  background-color: #200032;
  padding-top: 40px;
  padding-bottom: 50px;
}
.card-title {
  color: #a167d9;
  font-size: 41px;
  letter-spacing: 3px;
  font-weight: 400;
}

.small-title{color: #FFF;
    letter-spacing: 2px;}


.about_us_section p {
  font-size: 28px;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 1.5px;
  padding-left: 245px;
  margin-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 28px;
}
.portfolio_seciton h2 {
  background: linear-gradient(to top, #000000, #400e5d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'ncl_neovibesdemo';
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-size: 194px;
  position: relative;
  margin-top: -156px;
  z-index: 9;
}
.portfolio_seciton_inner {
  margin: 0 auto;
  width: 1600px;
  margin-top: 5px;
  position: relative;
  z-index: 999;
}
.other_title_box {
  width: 1600px;
  margin: 0 auto;
}
.portfolio_seciton .card-title {
  position: relative;
  z-index: 99;
}
.about_us_section a {
  padding-left: 245px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #a167d9;
}
.about_us_section a img {
  width: 2%;
  margin-left: 6px;
}
.services_section {
  float: left;
  width: 100%;
  background-color: #1a0128;
  padding-top: 50px;
  padding-bottom: 85px;
}
.services_main_box {
  width: 1600px;
  margin: 0 auto;
  margin-top: 55px !important;
}
.services_box {
  float: left;
  width: 100%;
}
.main_banner_section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.nav-item {
  margin-left: 25px;
}
.main_banner_caption {
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 999;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(255 255 255);
  border-bottom: 2px solid #b99cff;
}
.navbar-nav .nav-link:hover {
  color: rgb(255 255 255);
  border-bottom: 2px solid #b99cff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 15px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #FFF;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.main_banner_section:after {
  position: absolute;
  content: "";
  background: url("../images/overly.png") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 13px;
}
.navbar-brand img {
  width: 78%;
}
.container {
  max-width: 1366px;
  margin: 0 auto;
}
footer {
  float: left;
  width: 100%;
  background: url(../images/footer_bg_2.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 80px 80px 0px 0px;
}
.footer-box {
  float: left;
  width: 100%;
}
.footer-box h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FFF;
  margin-bottom: 18px;
}
.social_footer {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: -5px !important;
}
.social_footer li {
  display: inline-block;
}
.social_footer li img {
  width: 35px;
  height: 35px;
  filter: invert(1);
}
.footer_left {
  margin-left: 50px;
}
.footer-box img {
  margin-right: 10px;
}
.footer-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-box ul li {
  line-height: 34px;
}
.footer-box ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
}
.copyright_section {
  float: left;
  width: 100%;
  background-color: #200032;
  padding: 15px;
  border-radius: 53px;
  margin-top: 46px;
}
.copyright_section p {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  margin-bottom: 0px;
  text-align: center;
}
@media(max-width:1600px) {
  .card-title {
    color: #a167d9;
    font-size: 41px;
    letter-spacing: 3px;
    font-weight: 400;
  }
  .portfolio_seciton h2 {
    background: linear-gradient(to top, #000000, #400e5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'ncl_neovibesdemo';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-size: 164px;
    position: relative;
    margin-top: -131px;
    z-index: 9;
    /* margin: 0 auto; */
    text-align: center;
  }
}
@media(max-width:1440px) {
  .contact_left_section h4 {
    text-align: left;
    font-size: 18px;
  }
  .paragraph {
    font-size: 18px !important;
  }
  .view_all_btn {
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #6815ba, #4824bc);
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 17px;
    letter-spacing: 2px;
    border-radius: 7px;
    margin-top: 70px;
    margin-bottom: 15px;
    z-index: 999;
    position: relative;
  }
  .owl-nav .owl-prev {
    position: relative;
    left: -65px;
  }
  .owl-nav .owl-next {
    position: relative;
    right: -65px;
  }
  .copyright_section p {
    font-size: 14px;
  }
  .footer-box ul li a {
    font-size: 15px;
  }
  .social_footer li img {
    width: 32px;
    height: 32px;
    filter: invert(1);
  }
  .owl-prev img {
    width: 70%;
  }
  .owl-next img {
    width: 70%;
  }
  .testimonial_box {
    float: left;
    width: 100%;
    background-color: #FFF;
    padding: 32px 29px;
    border-radius: 10px;
    height: 302px;
  }
  .blog_caption_section a {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #6815ba, #4824bc);
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 7px;
    margin-top: 70px;
    margin-bottom: 37px;
    position: absolute;
    bottom: -62px;
  }
  .testimonial_box h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .blog_caption_section h4 {
    font-size: 18px;
  }
  .testimonial_box h5 {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
  }
  .testimonial_box p {
    font-size: 16px;
  }
  .portfolio_seciton h2 {
    background: linear-gradient(to top, #000000, #400e5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'ncl_neovibesdemo';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-size: 157px;
    position: relative;
    margin-top: -129px;
    z-index: 9;
    /* margin: 0 auto; */
    text-align: center;
    margin-left: -162px;
  }
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
  .main_banner_caption h3 {
    font-size: 50px;
  }
  .main_banner_caption p {
    font-size: 21px;
  }
  .main_banner_caption a {
    width: 228px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #6815ba, #4824bc);
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 7px;
  }
  .about_us_section p {
    font-size: 25px;
  }
  .about_us_section a {
    font-size: 16px;
  }
  .card-title {
    font-size: 38px;
  }
  .front_caption_inner h4 {
    font-size: 15px;
  }
  .flip-box-back h2 {
    font-size: 17px;
  }
  .video_seciton_portfolio {
    float: left;
    width: 100%;
    position: absolute;
    bottom: -4%;
    opacity: 0.67;
  }
  .view_all_btn {
    width: 168px;
    height: 49px;
    line-height: 49px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #6815ba, #4824bc);
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 7px;
    margin-top: 70px;
    margin-bottom: 15px;
    z-index: 999;
    position: relative;
  }
}
@media(max-width:1400px) {
  .blog_caption_section h4 {
    font-size: 17px;
  }
  .container {
    max-width: 1300px;
    margin: 0 auto;
  }
  .portfolio_seciton h2 {
    background: linear-gradient(to top, #000000, #400e5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'ncl_neovibesdemo';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-size: 155px;
    position: relative;
    margin-top: -129px;
    z-index: 9;
    /* margin: 0 auto; */
    text-align: center;
    margin-left: -210px;
  }
}

@media(max-width:1366px) {
  .about_us_section p {
    font-size: 22px;
  }
  .container {
    max-width: 1280px;
    margin: 0 auto;
  }
  .about_us_section a {
    font-size: 15px;
  }
  .portfolio_seciton h2 {
    background: linear-gradient(to top, #000000, #400e5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'ncl_neovibesdemo';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-size: 152px;
    position: relative;
    margin-top: -129px;
    z-index: 9;
    /* margin: 0 auto; */
    text-align: center;
    margin-left: -237px;
  }
  .owl-prev img {
    width: 56%;
  }
  .owl-next img {
    width: 56%;
  }
  .owl-nav .owl-prev {
    position: relative;
    left: -56px;
  }
  .owl-nav .owl-next {
    position: relative;
    right: -56px;
  }
}


@media(max-width:1280px) {
	
	.nav-link {

    font-size: 14px;
   
}
	
   .latest_blog_section {
        float: left;
        width: 100%;
        background-color: #200032;
        padding-top: 50px;
        padding-bottom: 87px;
    }
	
	.services_caption_secition .card-title {
    color: #a167d9;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 19px;
}
	.portfolio_seciton .card-title {
    position: relative;
    z-index: 99;
    margin-bottom: 39px;
}
	    .view_all_btn {
        width: 168px;
        height: 49px;
        line-height: 49px;
        text-transform: uppercase;
        background-image: linear-gradient(to top, #6815ba, #4824bc);
        color: #FFF;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 15px;
        letter-spacing: 2px;
        border-radius: 7px;
        margin-top: 46px;
        margin-bottom: 15px;
        z-index: 999;
        position: relative;
    }
	
	    .main_banner_caption h3 {
        font-size: 45px;
    }
	    .about_us_section p {
        font-size: 20px;
    }
	
	    .front_caption_inner h4 {
        font-size: 13px;
    }
	
	    .portfolio_seciton h2

 {
        background: linear-gradient(to top, #000000, #400e5d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'ncl_neovibesdemo';
        text-transform: uppercase;
        letter-spacing: 3px;
        margin: 0;
        font-size: 138px;
        position: relative;
        margin-top: -129px;
        z-index: 9;
        /* margin: 0 auto; */
        text-align: center;
        margin-left: -324px;
    }
    .portfolio_seciton {
        float: left;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.other_title_box {display: none;}
	
  .about_us_section p {
    font-size: 22px;
  }
     .container {
        max-width: 1200px;
        margin: 0 auto;
    }
  .about_us_section a {
    font-size: 15px;
  }
  .portfolio_seciton h2 {
    background: linear-gradient(to top, #000000, #400e5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'ncl_neovibesdemo';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-size: 152px;
    position: relative;
    margin-top: -129px;
    z-index: 9;
    /* margin: 0 auto; */
    text-align: center;
    margin-left: -237px;
  }
  .owl-prev img {
    width: 56%;
  }
  .owl-next img {
    width: 56%;
  }
  .owl-nav .owl-prev {
    position: relative;
    left: -56px;
  }
  .owl-nav .owl-next {
    position: relative;
    right: -56px;
  }
}


@media(max-width:820px) {
	
    .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -280px;
        left: 50%;
    }
	.inner_banner img {height: 100%;}
	
	
	
	.main_banner_caption {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -27%);
    top: 50%;
    left: 50%;
    z-index: 999;
}
	
	.moving_services_box .mt-4 {margin-top: 0px !important;}
	.services_main_box .mt-4 {margin-top: 0px !important;}
	.navbar-nav {

    padding-left: 16px;
 
}
	.services_section {
   
    padding-bottom: 30px;
}
	
	.portfolio_seciton {

    background-color: #0b0012;

}
	
	.flip-box {
    background-color: transparent;
    height: 750px;
    border: 0px solid #f1f1f1;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    margin-bottom: 29px;
}
	
	
.main_banner_section {
        height: 100vh;
    }
	.top_banner_section_row {display: none;}
	
	.portfolio_seciton {
 
    padding-top: 50px;
    padding-bottom: 36px;
   
}
	.portfolio_seciton .card-title {margin-bottom: 30px;}
	
	
	.portfolio_seciton h2 {
    
        display: none;
    }
	
	       .view_all_btn {
        width: 168px;
        height: 49px;
        line-height: 49px;
        text-transform: uppercase;
        background-image: linear-gradient(to top, #6815ba, #4824bc);
        color: #FFF;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 15px;
        letter-spacing: 2px;
        border-radius: 7px;
        margin-top: 107px;
        margin-bottom: 15px;
        z-index: 999;
        position: relative;
    }
	.portfolio_mobile_margin {
        margin-top: 26px;
    }
	
	
    .clients_review_section {
        float: left;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 130px;
    }
	
	    .owl-nav .owl-prev {
        position: relative;
        left: -0px !important;
    }
	    .owl-nav .owl-next {
        position: relative;
        right: -0px !important;
    }
	
	    .owl-prev img {
        width: 70%;
        background-color: #6d1c98;
        border-radius: 51px;
    }
	    .owl-next img {
        width: 70%;
        background-color: #6d1c98;
        border-radius: 51px;
    }
	

	.copyright_section {
    float: left;
    width: 100%;
    background-color: #200032;
    padding: 15px;
    border-radius: 0;
    margin-top: 4px;
}
	.footer-box h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FFF;
    margin-bottom: 18px;
}
	
	.footer_left {
    margin-left: 0;
}

	.footer-box {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}
	footer {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 28px;
    border-radius: 0;
}
	
	.submit_button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #6815ba, #4824bc);
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px !important;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 7px;
    border: 0;
}
	
	
    .margin-bottom-contact {
        margin-bottom: 17px;
    }
	
	    .contact_left_section h4 {
        text-align: left;
        font-size: 17px;
    }
	
	.inquiry_btn {
    
    font-size: 25px;
}
	.contact_left_section {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 13px;
}
	
	
.form-control {
        display: block;
        width: 100%;
        padding: 11px 12px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        color: #595c5f;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0;
        transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
        letter-spacing: 1px;
        margin-bottom: 13px;
    }
	
	
	.title_inner {
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 22px;
}
	    .mt-mobile_blog {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
	
	.latest_blog_section_two {padding-top: 20px !important;}
	
	
	.blog_box_section_main {margin-bottom: 59px;}	
	    .blog_caption_section h4 {
        font-size: 16px;
    }
	
	    .testimonial_box h5 {
        font-size: 13px;
     
    }
	.blog_caption_section {
    float: left;
    width: 100%;
    background-color: #8421ba;
    padding: 23px;
    height: auto;
    position: relative;
    border-radius: 0px 0px 12px 12px;
}
	
	    .testimonial_box h4 {
        font-size: 16px;
        letter-spacing: 1px;
    }
	.testimonial_box_inner_mobile {margin-bottom: 23px;}
	
	
	.latest_blog_section {

    padding-top: 56px !important;
 
}
	.my-image {
   
    margin-bottom: 0;
}
	
	.blog_section_inner {

    margin-top: 0;
}
	
	.latest_blog_section {

    padding-top: 50px;
    padding-bottom: 19px !important;
}
	.why_box_main {
    height: auto !important;
    margin-bottom: 32px;
}
	
	
	.pe-5 {
    padding-right: 0rem !important;
}
	
	
    .about_us_section {
        float: left;
        width: 100%;
        background-color: #200032;
        padding-top: 29px;
        padding-bottom: 31px;
    }
	
	
	.ps-4 {
    padding-left: 0rem !important;
}
    .latest_blog_section_home {
        padding-top: 41px !important;
        padding-bottom: 118px !important;
    }
	.latest_blog_section_home .blog_caption_section h4 {
        font-size: 15px;
    }
	
       .latest_blog_section_home .blog_caption_section a {
        width: 140px;
        height: 41px;
        line-height: 40px;
        text-transform: uppercase;
        background-image: linear-gradient(to top, #6815ba, #4824bc);
        color: #FFF;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        display: block;
        font-size: 13px;
        letter-spacing: 2px;
        border-radius: 7px;
        margin-top: 17px;
        margin-bottom: 0px;
        position: relative;
        bottom: auto;
    }	
	
	
	
	
	
	
	
	
	
	
	
	.services_caption_secition .card-title {
    color: #a167d9;
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 13px;
}
	.desktop {display: none;}
.mobile {display: block;}
	
	
	.services_box_main {
  
    border-radius: 5px;
}
    .services_box_main img {
        border-radius: 0px !important;
        overflow: hidden;
        border: 0px solid #b86cd3;
        margin-top: 35px;
    }
    .services_box_main {
        float: left;
        width: 100%;
        background-color: #46025f;
        padding: 23px 36px;
        margin-bottom: 25px;
        border-radius: 4px;
        padding-bottom: 54px;
    }
	.vision_section h2 {text-align: left !important;}
	.vision_section .paragraph {
  
        text-align: left !important;
    }
	
	
	.mt-mobile {margin-top: 25px !important; float: left; width: 100%;}
	
	    .container {
        max-width: 770px;
        margin: 0 auto;
    }
	    .main_banner_caption h3 {
        font-size: 36px;
    }
	    .main_banner_caption p {
        font-size: 16px;
    }
	
	.navbar-brand img {
    width: 57%;
}
	
	.navbar-toggler {
    
    background-image: linear-gradient(to top, #6815ba, #4824bc);
}
	
	.navbar-toggler-icon {
    
    filter: invert(1);
}
	
	
.main_banner_caption {
  
    z-index: 99;
}	
	
	.text-bg-dark {
    color: #fff !important;
    background-color: rgb(31 0 65) !important;
}
	.nav-item {
    margin-left: 0;
}
	.inner_banner .main_banner_caption {
   
    z-index: 99;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 280px;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}	
	.nav-link {
 
    font-size: 13px;
 
}
	
	.menu_icon {width: 50%;}	
	    .card-title {
        font-size: 30px;
    }
	.about_us_section p {


    padding-left: 0;

}
	
	.about_us_section p {
        font-size: 16px;
    }
	.inner_banner .main_banner_caption h3 {
    
    font-size: 26px;
    
}
	    .paragraph {
        font-size: 16px !important;
    }
	
	.portfolio_section {padding-bottom: 50px !important;}
	.gallery .gallery-filter .filter-item {
    
    font-size: 15px;
   
}
	.testimonial_box_inner {
    position: relative;
    height: auto !important;
}
	
.about_us_section a {
    padding-left: 0;
  
}	
	.moving_services_box {
    float: left;
    width: 100%;
    margin-top: 0;
}
	
}

@media(max-width:768px) {
	
	
	.small-title {
    color: #FFF;
    letter-spacing: 2px;
    font-size: 18px;
}
	
	
    .flip-box {
        background-color: transparent;
        height: 691px;
        border: 0px solid #f1f1f1;
        perspective: 1000px;
        -webkit-perspective: 1000px;
        margin-bottom: 29px;
    }
	.testimonial_box {
       
        height: 351px;
    }
	.latest_blog_section_home .blog_caption_section h4 {
        font-size: 16px;
    }
	
	.blog_caption_section h4 {
        font-size: 15px;
    }
	    .gallery .gallery-item {
        width: 50%;
    }
	
	.vision_section {

    padding-top: 35px;
    padding-bottom: 30px;
    
}
	    .vision_section .paragraph {
        font-size: 16px !important;
        margin-top: 13px !important;
    }
	
	
	.mt-mobile {margin-top: 25px !important; float: left; width: 100%;}
	
	    .container {
        max-width: 711px;
        margin: 0 auto;
    }
	    .main_banner_caption h3 {
        font-size: 36px;
    }
	    .main_banner_caption p {
        font-size: 16px;
    }
	
	.navbar-brand img {
    width: 57%;
}
	
	.navbar-toggler {
    
    background-image: linear-gradient(to top, #6815ba, #4824bc);
}
	
	.navbar-toggler-icon {
    
    filter: invert(1);
}
	
	
.main_banner_caption {
  
    z-index: 99;
}	
	
	.text-bg-dark {
    color: #fff !important;
    background-color: rgb(31 0 65) !important;
}
	.nav-item {
    margin-left: 0;
}
	.inner_banner .main_banner_caption {
   
    z-index: 99;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 280px;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}	
	.nav-link {
 
    font-size: 13px;
 
}
	
	.menu_icon {width: 50%;}	
	    .card-title {
        font-size: 30px;
    }
	.about_us_section p {


    padding-left: 0;

}
	
	.about_us_section p {
        font-size: 16px;
    }
	.inner_banner .main_banner_caption h3 {
    
    font-size: 26px;
    
}
	    .paragraph {
        font-size: 16px !important;
    }
}


@media(max-width:600px) {
	
	    .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -370px;
        left: 50%;
    }
	
	    .review_slider_main .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -265px;
        left: 50%;
    }
	
	
	    .latest_blog_section_home .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -336px;
        left: 50%;
    }
	
	
	
	.flip-box {
        background-color: transparent;
        height: 530px;
        border: 0px solid #f1f1f1;
        perspective: 1000px;
        -webkit-perspective: 1000px;
        margin-bottom: 29px;
    }
	
	.testimonial_box {
        height: 265px;
    }
	
	    .inquiry_btn {
        font-size: 21px;
    }
    .contact_section_main {
        padding-top: 34px !important;
        padding-bottom: 46px !important;
    }
	
	.contact_left_section h4 {
        text-align: left;
        font-size: 16px;
    }

	.mail {width: 36px;}
	
	
	.blog_caption_section a {
        width: 139px;
        height: 38px;
        line-height: 38px;
        text-transform: uppercase;
        background-image: linear-gradient(to top, #6815ba, #4824bc);
        color: #FFF;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        display: block;
        font-size: 14px;
        letter-spacing: 2px;
        border-radius: 7px;
        margin-top: 70px;
        margin-bottom: 37px;
        position: absolute;
        bottom: -54px;
    }
	
	
	.reivew_section_inner {padding-bottom: 40px !important; }
	
	.gallery .gallery-filter .filter-item {
        font-size: 14px;
    }
	
	    .services_box_main img {
  
        margin-top: 22px;
    }
	
	.services_caption_secition .card-title {
        color: #a167d9;
        font-size: 26px;
        letter-spacing: 3px;
        font-weight: 400;
        margin-bottom: 13px;
    }
	
	
	.vision_section {

    padding-top: 35px;
    padding-bottom: 30px;
    
}
	    .vision_section .paragraph {
        font-size: 16px !important;
        margin-top: 13px !important;
    }
	
	
	.mt-mobile {margin-top: 25px !important; float: left; width: 100%;}
	
	    .container {
        max-width: 550px;
        margin: 0 auto;
    }
	     .main_banner_caption h3 {
        font-size: 30px;
        line-height: 44px;
    }
	    .main_banner_caption p {
        font-size: 16px;
    }
	
	.navbar-brand img {
    width: 57%;
}
	
	.navbar-toggler {
    
    background-image: linear-gradient(to top, #6815ba, #4824bc);
}
	
	.navbar-toggler-icon {
    
    filter: invert(1);
}
	
	
    .main_banner_caption {
        z-index: 99;
        width: 90%;
    }	
	
	.text-bg-dark {
    color: #fff !important;
    background-color: rgb(31 0 65) !important;
}
	.nav-item {
    margin-left: 0;
}
	.inner_banner .main_banner_caption {
   
    z-index: 99;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 280px;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}	
	.nav-link {
 
    font-size: 13px;
 
}
	
	.menu_icon {width: 50%;}	
	    .card-title {
        font-size: 27px;
    }
	.about_us_section p {


    padding-left: 0;

}
	
	.about_us_section p {
        font-size: 16px;
    }
	.inner_banner .main_banner_caption h3 {
    
    font-size: 26px;
    
}
	    .paragraph {
        font-size: 16px !important;
    }
}

@media(max-width:480px) {
	    .owl-nav .owl-next {
        position: relative;
        right: 12px !important;
    }
    .owl-nav .owl-prev {
        position: relative;
        left: 12px !important;
    }

	
	
	    .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -275px;
        left: 50%;
    }
	
	
	
	
	.about_us_section a img {
    width: 4%;
    margin-left: 6px;
}
	.blog_section_inner .mt-5 {    margin-top: 37px !important;
}	
	
	.services_section {
    
    padding-top: 39px;

}
	.services_main_box {

    margin-top: 41px !important;
}
	
	.main_banner_caption h3 span {
        padding: 8px 21px;
        padding-bottom: 4px;
    }
	
	.testimonial_box h4 {
   
    margin-top: 17px;
}
	
	
	.testimonial_box {
        height: 237px;
    }
	.owl-prev img {
        width: 54%;
       
    }
	.owl-next img {
        width: 54%;
      
    }
	    .portfolio_seciton {
        padding-top: 41px;
        padding-bottom: 36px;
    }
	
	.main_banner_caption h3 span {

    padding: 8px 21px;

}
	.main_banner_caption p {
    
    margin-bottom: 32px;
}
	    .flip-box {
        background-color: transparent;
        height: 419px;
        border: 0px solid #f1f1f1;
        perspective: 1000px;
        -webkit-perspective: 1000px;
        margin-bottom: 29px;
    }
	    .main_banner_caption a {
        width: 208px;
        height: 45px;
        line-height: 45px;
        text-transform: uppercase;
        background-image: linear-gradient(to top, #6815ba, #4824bc);
        color: #FFF;
        font-weight: 600;
        text-decoration: none;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        letter-spacing: 2px;
        border-radius: 7px;
    }
	
	
	    .title_inner {
        letter-spacing: 1.5px;
        font-weight: 600;
        font-size: 20px;
    }
	
	    .portfolio_section {
        padding-bottom: 30px !important;
        padding-top: 38px !important;
    }
	
	.gallery .gallery-filter .filter-item {
   
    margin: 0 5px;
    
}
	.icon-zoom img {
    width: 30px !important;
}
	
.testimonial_box {
        padding: 22px 21px !important;
        padding-bottom: 35px !important;
    }
	
	    .testimonial_box p {
        font-size: 14px;
    }
	.testimonial_box {
    padding: 21px 21px;
}
	    .testimonial_box p {
 
        margin-bottom: 0;
    }
	.services_box_main {
        float: left;
        width: 100%;
        background-color: #46025f;
        padding: 23px 24px;
        margin-bottom: 25px;
        border-radius: 4px;
        padding-bottom: 34px;
    }
	.services_caption_secition .card-title {
 
        font-size: 24px;
       
    }
	
	    .vision_section .paragraph {
        font-size: 14px !important;
        margin-top: 13px !important;
    }
	
	.vision_section {

    padding-top: 35px;
    padding-bottom: 30px;
    
}
	.vision_section .paragraph {
        font-size: 14px !important;
        margin-top: 13px !important;
    }
	
	
	.mt-mobile {margin-top: 25px !important; float: left; width: 100%;}
	
    .container {
        max-width: 440px;
        margin: 0 auto;
    }
	    .main_banner_caption h3 {
        font-size: 26px;
        letter-spacing: 2px; line-height: 37px;
    }
	    .main_banner_caption p {
        font-size: 16px;
    }
	
	
	
	.navbar-brand img {
    width: 57%;
}
	
	.navbar-toggler {
    
    background-image: linear-gradient(to top, #6815ba, #4824bc);
}
	
	.navbar-toggler-icon {
    
    filter: invert(1);
}
	
	
.main_banner_caption {
  
    z-index: 99;
}	
	
	.text-bg-dark {
    color: #fff !important;
    background-color: rgb(31 0 65) !important;
}
	.nav-item {
    margin-left: 0;
}
	.inner_banner .main_banner_caption {
   
    z-index: 99;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 280px;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}	
	.nav-link {
 
    font-size: 13px;
 
}
	
	.menu_icon {width: 50%;}	
	    .card-title {
        font-size: 23px;
    }
	.about_us_section p {


    padding-left: 0;

}
	
	.about_us_section p {
        font-size: 16px;
    }
	.inner_banner .main_banner_caption h3 {
    
    font-size: 26px;
    
}
	     .paragraph {
        font-size: 14px !important;
    }
	
	.view_all_btn {
        width: 147px;
        height: 44px;
        line-height: 44px;
        text-transform: uppercase;
        background-image: linear-gradient(to top, #6815ba, #4824bc);
        color: #FFF;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 13px;
        letter-spacing: 2px;
        border-radius: 7px;
        margin-top: 70px;
        margin-bottom: 15px;
        z-index: 999;
        position: relative;
    }
	
	.review_slider_main .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -201px;
        left: 50%;
    }
	
	    .clients_review_section {
        float: left;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 87px;
    }
	
	    .latest_blog_section_home .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -288px;
        left: 50%;
    }
	    .latest_blog_section_home {
        padding-top: 41px !important;
        padding-bottom: 102px !important;
    }
}

@media(max-width:414px) {
	    .latest_blog_section_home .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -272px;
        left: 50%;
    }
	
	   .portfolio_seciton_inner .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -245px;
        left: 50%;
    }
	
	    .flip-box {
 
        height: 358px;
     
    }
	.services_section {
 
    padding-top: 35px;

}
	.services_main_box {

    margin-top: 37px !important;
}
	
	.gallery .gallery-filter .filter-item {
        font-size: 13px;
    }
	
	    .services_caption_secition .card-title {
        font-size: 21px;
    }
	
	
	.inner_banner img {height: 100%;}
	
	
	.vision_section {

    padding-top: 35px;
    padding-bottom: 30px;
    
}
	    .vision_section .paragraph {
        font-size: 14px !important;
        margin-top: 13px !important;
    }
	
	
	.mt-mobile {margin-top: 25px !important; float: left; width: 100%;}
	
       .container {
        max-width: 380px;
        margin: 0 auto;
    }
	    .main_banner_caption h3 {
        font-size: 36px;
    }
	    .main_banner_caption h3 {
        font-size: 21px;
        letter-spacing: 2px;
        line-height: 33px;
    }
	.main_banner_caption p {
        font-size: 14px;
    }
	
	.main_banner_caption p {

    margin-top: 17px;

}
	.main_banner_caption p {
        margin-bottom: 25px;
    }
    .navbar-brand img {
        width: 49%;
    }
	
	.navbar-toggler {
    
    background-image: linear-gradient(to top, #6815ba, #4824bc);
}
	
	.navbar-toggler-icon {
    
    filter: invert(1);
}
	
	
.main_banner_caption {
  
    z-index: 99;
}	
	
	.text-bg-dark {
    color: #fff !important;
    background-color: rgb(31 0 65) !important;
}
	.nav-item {
    margin-left: 0;
}
	.inner_banner .main_banner_caption {
   
    z-index: 99;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 280px;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}	
	.nav-link {
 
    font-size: 13px;
 
}
	
	.menu_icon {width: 50%;}	
	    .card-title {
        font-size: 24px;
    }
	.about_us_section p {


    padding-left: 0;

}
	.latest_blog_section_home .blog_caption_section h4 {
        font-size: 15px;
    }
	.about_us_section p {
        font-size: 15px;
    }
    .inner_banner .main_banner_caption h3 {
        font-size: 22px;
    }
	     .paragraph {
        font-size: 14px !important;
    }
	
	    .main_banner_caption h3 span {
        padding: 8px 15px;
        padding-left: 19px;
    }
	
	.about_us_section a img {
    width: 5%;
    margin-left: 6px;
}
	    .about_us_section a {
        font-size: 14px;
    }
	
	.about_us_section p {
    
    margin-top: 25px;
    margin-bottom: 16px;
}
	    .flip-box-back h2 {
        font-size: 15px;
    }
	.footer-box ul li a {
        font-size: 14px;
    }
	
	.footer-box ul li {
    line-height: 30px;
}
}

@media(max-width:390px) {
	    .portfolio_seciton_inner .owl-theme .owl-nav {
        margin-top: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        justify-content: center;
        /* height: 100%; */
        /* align-items: center; */
        position: absolute;
        width: 100%;
        transform: translate(-50%, 0%);
        bottom: -232px;
        left: 50%;
    }
	
	
	
	    .copyright_section p {
        font-size: 11px;
    }
	
	    .flip-box {
        height: 329px;
    }
	
	.inquiry_btn_main {
        float: left;
        width: 100%;
        margin-top: 23px;
    }
	
	
	.contact_left_section {
       
        margin-bottom: 4px;
    }
	
	    .contact_left_section h4 {
        text-align: left;
        font-size: 13px;
    }
	
	
	.inner_banner img {height: 100%;}
	
	
	.vision_section {

    padding-top: 35px;
    padding-bottom: 30px;
    
}
	    .vision_section .paragraph {
        font-size: 14px !important;
        margin-top: 13px !important;
    }
	
	
	.mt-mobile {margin-top: 25px !important; float: left; width: 100%;}
	
       .container {
        max-width: 350px;
        margin: 0 auto;
    }
	    .main_banner_caption h3 {
        font-size: 20px;
    }
	.main_banner_caption p {
        font-size: 14px;
    }
	
    .navbar-brand img {
        width: 49%;
    }
	
	.navbar-toggler {
    
    background-image: linear-gradient(to top, #6815ba, #4824bc);
}
	
	.navbar-toggler-icon {
    
    filter: invert(1);
}
	
	
.main_banner_caption {
  
    z-index: 99;
}	
	
	.text-bg-dark {
    color: #fff !important;
    background-color: rgb(31 0 65) !important;
}
	.nav-item {
    margin-left: 0;
}
	.inner_banner .main_banner_caption {
   
    z-index: 99;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 280px;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}	
	.nav-link {
 
    font-size: 13px;
 
}
	
	.menu_icon {width: 50%;}	
	    .card-title {
        font-size: 21px;
    }
	.about_us_section p {


    padding-left: 0;

}
	
	    .about_us_section p {
        font-size: 15px;
    }
    .inner_banner .main_banner_caption h3 {
        font-size: 22px;
    }
	     .paragraph {
        font-size: 14px !important;
    }
}

@media(max-width:375px) {
    .main_banner_caption h3 {
        font-size: 18px;
    }
	.main_banner_caption p {
        font-size: 13px;
    }
 }	
	
	