@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: linear-gradient(#000000, #000);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

::selection {
  background-color: #ccc;
  color: #000;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #181818;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff7800;
}

a {
  text-decoration: none;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;

}

h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

p {
  text-align: justify;
  color: #ccc;
  font-family: "Montserrat", sans-serif;
}

.overley {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#00000094, #00000087);

  z-index: 10;
}

.bg-1 {
  background: linear-gradient(#00000024, #000000a6), url(../images/banner/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.full-vedio {
  background: url(../images/video/vedio-home-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;


}

.about h3 {
  color: #ffffff;
}

.topbar {
  background: linear-gradient(45deg, #0a0a0a00, #1c1c1c00);
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1;
}

.topbar p {
  color: #fff;
  margin-bottom: 0;
}

.topbar a {
  color: #fff;
  margin-bottom: 0;
}

.topbar a:hover {
  color: #ff7800;
  margin-bottom: 0;
}

.topbar .d-flex .fa-facebook {
  background-color: #004fec;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
}

.topbar .d-flex .fa-instagram {
  background: linear-gradient(46deg, #ee9f00, #ff0000, #ec00d0, #b300ff);
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
}

.topbar .d-flex .fa-youtube {
  background: #ff0000;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
}

.topbar .d-flex .fa-x-twitter {
  background: #1a1a1a;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
}

.topbar .d-flex .fa-linkedin {
  background: #006aff;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
}


.service .card {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: transparent !important;
  border: none;
  color: #fff;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;

  transition: 1s;

}

.service .card:hover {
  opacity: 1;
}

/* header{
  position: fixed;
  width: 100%;
  z-index: 99999;
} */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: #000;
}

.top-nav {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  z-index: 9999;
}

.menu-links .active {
  background: linear-gradient(45deg, #ff7800, #ff7800, #fff);
}

.menu-links li:hover {
  background: linear-gradient(45deg, #ff7800, #ff7800, #fff);
}

.menu-links {
  margin-top: 30px;
}

.section-banner-top {
  position: relative;
  top: -150px;
  z-index: -1;
}

#carouselExampleControls {
  position: relative;
  top: -150px;
 
}

.carousel-inner {
  z-index:-1 ;
}

.section-banner-top img {
  height: 100vh;
}

#carouselExampleControls img {
  height: 100vh;
}

.btn-previus,
.btn-next {
  background-color: #fff;
  color: #E65811;
  font-size: 16px;
  font-weight: 600;

}

.menu,
.menu-close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100000;
}

.menu-line {
  width: 35px;
  height: 2px;
  background-color: #ff7800;
  margin: 6px 0;
  z-index: 99999;
}

.menu-close .menu-line {
  width: 35px;
  height: 2px;
  background-color: rgb(255, 255, 255);
}

.menu-close .menu-line:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 8px;
  background-color: #ff7800;

}

.menu-close .menu-line:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -8px;
  background-color: #ff7800;
  background-color: #ff7800;

}

.menu-panel {
  width: 300px;
  right: -400px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
  padding: 50px 10px 50px 30px;
  -webkit-transition: all .6sease-in-out;
  transition: all .6sease-in-out;
  font-size: 16px;
  overflow-y: hidden;
}

.menu-panel.show {
  right: 0px;
  background-color: #000;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.menu-background {
  width: 100%;
  height: 100%;
  top: 0;
  right: -100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
}

.menu-panel .menu-links a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;

}

.menu-panel .menu-links li {
  list-style-type: none;
}

.menu-panel .menu-links li:hover {
  background: linear-gradient(left top, righ t top, 45deg, #ff7800, #ffff);

}

.menu-background.show {
  right: 0px;
  background-color: rgb(0 0 0 / 70%);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  overflow-y: hidden;
}

.menu-title {
  margin: 50px 0;
  font-size: 40px;
  color: #fff;
}

.top-nav .logo {
  width: 280px;
}

.navbar {
  z-index: 1;
  background-color: transparent;
}

.navbar .logo {
  width: 280px;
}

.navbar-light .navbar-nav .nav-link {
  color: #ccc;
}

.navbar-light .nav-link {
  font-size: 17px;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 120 0);
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255 120 0);
  font-weight: bold;
}





.work .btn-more {
  background-color: #0d0d0d;
  color: #fff;
  padding: 5px 15px;
  border: 2px solid #ff7800 !important;
  border-radius: 5px;
}

.plans .btn-more {
  background-color: #0d0d0d;
  color: #fff;
  padding: 5px 15px;
  border: 2px solid #ff7800 !important;
  border-radius: 5px;
}

.work .btn-more:hover {
  background-color: #fff;
  color: #ff7800;
}

.plans .btn-more:hover {
  background-color: #fff;
  color: #ff7800;
}

.plans .card {
  background-color: #0d0d0d;
  margin: 10px;
  padding: 10px;
}

.plans .card h4 {
  color: #ccc;
}

.plans .card p {
  color: #aeabab;
  font-size: 15px;
}

.plans .card span {
  color: #aeabab;
  font-size: 13px;
  color: #ffffff;
}

.plans .card span b {
  color: #aeabab;
}

.plans .card ul li {
  color: #d0d0d0;
  font-size: 16px;
}

.about-banner {
  background: linear-gradient(#0000001f, #000), url(../images/banner/about.png);
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

.about-banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.services-banner {
  background: linear-gradient(#0000001f, #000), url(../images/banner/services-banner.png);
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

.services-banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.gallery-banner {
  background: linear-gradient(#00000000, #00000000), url(../images/banner/gallery-banner.png);
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

.gallery-banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.contact-banner {
  background: linear-gradient(#00000000, #00000000), url(../images/banner/contact-banner.png);
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

.contact-banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.nano .card {
  background-color: #000;
  border: none;
  padding: 10px;
  margin: 10px;

}

.nano h4,
h6 {
  color: #fff;
}





/* time distsance */
.time-size {
  margin-top: -17px;
}

/* whatsapp chat box */

.chat-header,
.chat-content,
.message-input {
  position: fixed;
  right: 20px;
  width: 300px;
  background-color: #171717;
  z-index: 10002;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.chat-header {
  top: calc(100% - 420px);
  height: 60px;
  background-color: #075e54;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
}

.avatar-container {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.chat-header img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.online-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #25d366;
  border-radius: 50%;
  border: 2px solid #075e54;
}

.chat-header-info {
  flex-grow: 1;
}

.chat-header h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.online-status {
  font-size: 12px;
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.chat-content {
  top: calc(100% - 360px);
  height: 300px;
  padding: 20px;
  overflow-y: auto;
}

.message {
  max-width: 80%;
  padding: 8px 12px;
  margin-bottom: 10px;
  border-radius: 7.5px;
  position: relative;
  word-wrap: break-word;
}

.message.received {
  background-color: #ffffff;
  align-self: flex-start;
}

.message.sent {
  background-color: #dcf8c6;
  align-self: flex-end;
  margin-left: auto;
}

.message-input {
  bottom: 20px;
  height: 60px;
  display: flex;
  padding: 10px;
  background-color: #242424;
  border-radius: 0 0 12px 12px;
}

.whatsapp-btn {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn:hover {
  background-color: #128c7e;
}

.typing-indicator {
  background-color: #e5ddd5;
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.typing-indicator span {
  height: 10px;
  width: 10px;
  float: left;
  margin: 0 1px;
  background-color: #9e9ea1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}

.typing-indicator span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}

.typing-indicator span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  animation: wave 2s infinite;
}

.chat-icon img {
  width: 35px;
  height: 35px;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


.choose .card {
  background: linear-gradient(#000, #000000bf), url(../images/new/23.png);
  color: #fff;
  padding: 10px;
  margin: 5px;
  border: 1px solid #cacaca;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: 3s;
}

.choose .card:hover {
  box-shadow: 1px 0px 13px 10px #ff780036;
  border: none;
  transition: 1s;
  transform: translateY(-10px);
}

.choose .d-flex .fa-circle-check {
  color: #fff;
  margin-right: 15px;
}

.product {
  overflow-x: auto;
  display: flex;
  width: 90%;
  scroll-behavior: smooth;
  margin: auto;
}

/* hide the scrollbar and retain it's functionality */
.product::-webkit-scrollbar {
  display: none;
}

.product .box {
  flex-shrink: 0;
  margin-right: 4px;
}


/* Next & previous buttons */
.product .prev,
.product .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin-top: 150px;
  background-color: #ff7800;
}

/* Position the "next button" to the right */
.product .next {
  right: 5%;
  border-radius: 3px 0 0 3px;
  margin-right: 5.5px;
}

/* On hover, add a black background color with a little bit see-through */
.product .prev:hover,
.product .next:hover {
  background-color: rgba(107, 26, 26, 0.8);
}


#counter {
  background: #111111;
  padding: 40px 0px;
  width: 100%;
}

#counter .item {
  width: 100%;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 1px 6px 3px rgb(65 62 62 / 36%);
  background-color: #0b0b0b;
}

#counter .item .count {
  color: #e1e1e1;
  margin-bottom: 5px;
  font-size: 40px;
}

#counter .item span {
  color: #e1e1e1;
  margin-bottom: 5px;
  font-size: 40px;
}

#counter .item h3 {
  color: #616161;
  text-transform: capitalize;
  font-size: 18px;
}

:root {
  --white: #fff;
  --color: #1677E8;
}

.serviceBox {
  color: #777;
  background: #121111;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 50px 20px;
  margin: 150px auto 0;
  border-radius: 15px 0;
  position: relative;
  box-shadow: -6px 6px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.serviceBox:before {
  content: "";
  background: linear-gradient(#000, #000), url(../images/new/18.png);
  width: calc(100% - 25px);
  height: calc(100% - 45px);
  border-radius: 15px 15px;
  transform: translateX(-50%) translateY(0%);
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: -1;
}

.serviceBox:after {
  content: "";
  background: #100800;
  width: 35px;
  height: 35px;
  transform: translateX(-50%) rotate(-45deg);
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: -2;
}

.serviceBox .service-icon {
  color: var(--color);
  background: #ff7800;
  font-size: 40px;
  line-height: 100px;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50px 50px;
  box-shadow: -6px 6px 3px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  position: absolute;
  top: -115px;
  left: 50%;
}

.serviceBox .service-icon:before {
  content: "";
  background: #141313;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border-radius: 50px 50px;
  box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.serviceBox .service-icon i {
  line-height: inherit;
  color: #ff7800;
}

.serviceBox .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 7px;
}

.serviceBox .description {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin: 0;
}

.serviceBox.purple {
  --color: #6A47DC;
}

.serviceBox.pink {
  --color: #E42485;
}

.serviceBox.orange {
  --color: #E65811;
}

.faq .accordion-button {
  background-color: #121111;
  color: #ccc;
}

.accordion-button::after {
  background-color: #ccc !important;
}

.accordion-body {
  padding: 1rem 1.25rem;
  background-color: #1e1e1e;
  color: aliceblue;
}

.testimonials {
  background: linear-gradient(#000000ab, #000000e6), url(../images/TESTIMONIAL.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.testimonial-box p {
  color: #fff;
}

.about .item .testimonial-box video {
  height: 200px;
  width: 100%;
}

.service a {
  background-color: #0d0d0d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  border: 2px solid #f47300;
}

.service a:hover {
  background-color: #fff;
  color: #ff7800;
}

.testimonials-wrap {
  padding: 40px 0;
}

.heading-section {
  text-align: center;
}

.sub-heading {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.heading-section h2 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #00000033;
  border: 1px solid rgba(0, 0, 0, .03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  height: 200px;
}

.testimonials .testimonial-box {
  height: auto;
}

.testimonials .check-name {
  width: 15px !important;
  margin-left: 10px;
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #ff7800;
  font-size: 27px;
}

.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.carousel-testimonial .owl-nav {
  text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
  color: #fff;
}

.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

:root {
  --main-color: #f56709;
}

.testimonials .google-img {
  width: 80px;
  margin-right: 10px;
}

.testimonials .d-flex span {
  font-weight: bold;
  color: #ccc;
}

.testimonials .fa-star,
.fa-star-half-stroke {
  color: #fcbf02;
}

.testimonials .google-icon {
  width: 17px !important;
  margin-left: 10px;
  background: linear-gradient(115deg, #000000, #000, transparent);
  border-radius: 50%;
}

.testimonials .client-initial {
  background-color: #ccc;
  padding: 5px 10px;
  border-radius: 50%;
}

.testimonials .months {
  font-size: 10px;
  color: #ccc;
  margin-bottom: 0px;
}

.testimonials .name-client {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 5px;
}

/* 

  .pricingTable {
    color: var(--main-color);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 40px 25px 110px;
    position: relative;
    z-index: 1;
  }

  .pricingTable:before,
  .pricingTable:after {
    content: '';
    background-color: #ffffff6b;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 85%);
  }

  .pricingTable:after {
    background-color: #121111;
    width: 100%;
    height: calc(100% - 30px);
    clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 80%);
  }

  .pricingTable .pricingTable-header {
    margin: 0 0 15px;
  }

  .pricingTable .price-value {
    color: #919191;
    background-color: #141414;
    width: 130px;
    height: 130px;
    padding: 29px 0;
    margin: 0 auto 8px;
    border-radius: 50%;
    border: 5px solid #919191;
  }

  .pricingTable .price-value .amount {
    font-size: 33px;
    font-weight: 800;
    line-height: 38px;
    display: block;
  }

  .pricingTable .price-value .duration {
    font-size: 15px;
    font-weight: 600;
  }

  .pricingTable .title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 20px 10px;
    margin: 0;
    border-bottom: 3px dashed var(--main-color);
    display: inline-block;
  }

  .pricingTable .pricingTable-signup a {
    color: #fff;
    background-color: #333;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0 0 10px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }

  .pricingTable .pricingTable-signup a:hover {
    color: #fff;
    background-color: var(--main-color);
    text-decoration: none;
  }

  .pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
  }

  .pricingTable .pricing-content li {
    color: #ccc;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: .5px;
    padding: 0 0 0 28px;
    margin: 0 0 3px;
    position: relative;
  }

  .pricingTable .pricing-content li:last-child {
    margin: 0;
  }

  .pricingTable .pricing-content li:before {
    content: "\f00c";
    color: #ccc;
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
  }

  .pricingTable .pricing-content li.disable:before {
    content: "\f00d";
  }

  .pricingTable.magenta {
    --main-color: #e02040;
  }

  .pricingTable.blue {
    --main-color: #1f5ebd;
  } */



footer .logo {
  width: 200px;
}

.contact p {
  color: #ccc;
}

.contact a {
  color: #ccc;
}

.contact a:hover {
  color: #f47300;
}

.contact .social-icon i {
  background-color: #ff7800;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
}

.contact h4 {
  color: #fff;
}

footer {
  padding-top: 50px;
}

footer .logo {
  width: 280px;
  margin-bottom: 20px;
}

footer h4 {
  color: #fff;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #f47300;
}

.choose-bg {
  background: linear-gradient(#000000d6, #000000db), url(../images/video/vedio-home-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.social-links {
  position: fixed;
  top: 30%;
  left: 10px;
  z-index: 9999;
}

.social-links p {
  background-color: #ff7800;
  padding: 5px 7px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #f56709;
}

.social-links a {
  color: #fff;
}

.social-links p:hover {
  background-color: transparent;
}

summary {
  cursor: pointer;
  min-width: 12rem;
}

details.tab[open] summary {
  border-bottom: 4px solid #ccc;
}

/* TABS */
.tab1[open]~.tab__content--tab1,
.tab2[open]~.tab__content--tab2 {
  display: block;
}

.tab h3 {
  color: #fff;
  font-size: 20px;
}

/* Tailwind utility classes */
.lg\:tw-flex-row {
  justify-content: center;
}

.tw-w-full {
  width: 100%;
}

.tw-hidden {
  display: none;
}

.tw-flex {
  display: flex;
  justify-content: center;
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-nowrap {
  flex-wrap: nowrap;
}

.tw-basis-full {
  flex-basis: 100%;
}

@media (min-width: 800px) {
  .lg\:tw-basis-1 {
    flex-basis: 0.25rem;
    justify-content: center;
  }

  .lg\:tw-justify-start {
    justify-content: flex-start;
  }

  .lg\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
    justify-content: center;
  }
}

.tw-order-1 {
  order: 1;
}

.tw-order-2 {
  order: 2;
}

.tw-order-3 {
  order: 3;
}

.tw-order-4 {
  order: 4;
}

.tw-order-5 {
  order: 5;
}

.tw-order-6 {
  order: 6;
}

#button {
  display: inline-block;
  background-color: #ff7800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 30px;
  bottom: 40px;
  background: #ff7800;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
}

.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
  }
}


@media (min-width: 800px) {
  .lg\:tw-order-1 {
    order: 1;
  }

  .lg\:tw-order-2 {
    order: 2;
  }

  .lg\:tw-order-3 {
    order: 3;
  }

  .lg\:tw-order-4 {
    order: 4;
  }

  .lg\:tw-order-5 {
    order: 5;
  }

  .lg\:tw-order-6 {
    order: 6;
  }
}






@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 115px 5px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .serviceBox {
    margin: 130px 5px 60px;
  }
}

@media screen and (max-width:480px) {

  body {
    overflow-x: hidden;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .topbar p {
    font-size: 10px;
  }

  .navbar-toggler {
    background-color: #ffffffd9;
  }

  .work .btn-more {
    padding: 7px 7px;
    font-size: 14px;
  }

  h5 {
    font-size: 16px;
  }

  h2 {
    font-size: 30px;
  }

  .choose .card {
    height: auto;
  }

  .testimonials {
    background: linear-gradient(#000000db, #000000e0), url(../images/TESTIMONIAL.png);
  }

  .testimonial-box {
    height: auto;
  }

  .tw-flex {
    display: ruby;
    justify-content: center;
  }

  .tab h3 {
    margin-right: 20px;
  }

  .serviceBox {
    height: auto;
  }

  .menu-panel {
    width: 100%;
  }

  .menu-title {
    font-size: 25px;
    margin: 45px 0;
  }

  .section-banner-top img {
    height: auto;
  }

  .section-banner-top {
    position: relative;
    top: 15px;
  }

  .top-nav .logo {
    width: 190px;
  }

  .menu-panel {
    padding: 50px 3px 20px 65px;
  }

  .btn-previus,
  .btn-next {
    font-size: 12px;
  }

  #carouselExampleControls {
    position: unset;
    top: auto;
  }

  #carouselExampleControls img {
    height: auto;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  

  .top-nav {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .full-vedio {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .service .card {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials .testimonial-box {
    height: auto;
  }

  .navbar .logo {
    width: 185px;
  }

  #counter .item .count {

    font-size: 20px;
  }

  #counter .item h3 {
    font-size: 15px;
  }

  #counter .item {
    padding: 5px 20px;
    margin: 5px;
  }

  #counter .item span {
    font-size: 18px;
  }

  .about-banner,
  .services-banner,
  .contact-banner,
  .gallery-banner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}