/*

TemplateMo 565 Onix Digital

https://templatemo.com/tm-565-onix-digital


------------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan-features {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 30px;
}

.plan-features li {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.plan-features li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.plan-card.highlight {
  background: linear-gradient(145deg, #102840, #0d1b2a);
}

.plan-card:nth-of-type(2) {
  background: linear-gradient(145deg, #142b44, #0c1a2a);
}

.plan-card:nth-of-type(3) {
  background: linear-gradient(145deg, #18334f, #0b1624);
}
.plan-card:hover {
  border: 1px solid #00c8ff;
  box-shadow: 0 0 25px rgba(0, 200, 255, 0.2);
  transform: translateY(-8px) scale(1.02);
  
}
.plan-card .badge {
  background: linear-gradient(90deg, #00c8ff, #0088ff);
  font-size: 13px;
  padding: 6px 16px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,200,255,0.4);
}

.plan-title {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  color: aliceblue;
}

.plan-price {
  font-size: 18px;
  font-weight: bold;
  color: #00c8ff;
  margin-bottom: 5px;
}
/* Keep hover effects nice too */
.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px rgba(0, 200, 255, 0.15);
}
.plan-card .main-blue-button-hover a {
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,200,255,0.45); }
  70% { box-shadow: 0 0 0 10px rgba(0,200,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,200,255,0); }
}

.plan-card {
  color: #fff;
  border-radius: 16px;
  padding: 20px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-plans > div:nth-child(1) .plan-card {
  background: linear-gradient(135deg, #191a1d 0%, #24262b 70%, #1b1c21 100%);
}
.pricing-plans > div:nth-child(2) .plan-card {
  background: linear-gradient(135deg, #17212d 0%, #1f6d9e 65%, #151a23 100%);
}
.pricing-plans > div:nth-child(3) .plan-card {
  background: linear-gradient(135deg, #211b29 0%, #6f54a4 60%, #291e37 100%);
}
.plan-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  line-height: 1.6;
  background: transparent;
}
.plan-features li:last-child {
  border-bottom: none;
}
.plan-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* Gradient color! */
  background: linear-gradient(135deg, #36bfff, #00d2ff);
  box-shadow: 0 0 8px 2px rgba(54,191,255,0.22);
  transition: background 0.3s;
}
.pricing-plans > div:nth-child(2) .plan-features li::before {
  background: linear-gradient(135deg, #33e1b9, #2ec4b6);
  box-shadow: 0 0 8px 2px rgba(51,225,185,0.22);
}
.pricing-plans > div:nth-child(3) .plan-features li::before {
  background: linear-gradient(135deg, #b983ff, #de8fff);
  box-shadow: 0 0 8px 2px rgba(185,131,255,0.22);
}
.plan-features li:hover {
  background: rgba(54, 191, 255, 0.04);
  color: #36bfff;
  transition: all 0.18s;
}
.pricing-plans > div:nth-child(2) .plan-features li:hover {
  color: #33e1b9;
  background: rgba(51, 225, 185, 0.08);
}
.pricing-plans > div:nth-child(3) .plan-features li:hover {
  color: #b983ff;
  background: rgba(185, 131, 255, 0.08);
}


@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-blue-button-hover a {
  background: linear-gradient(135deg, #00c8ff, #0088ff);
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.main-blue-button-hover a:hover {
  background: linear-gradient(135deg, #00aaff, #0066cc);
  transform: scale(1.05);
}

.plan-price.pulse {
  font-size: 1.5rem;
  font-weight: bold;
  color: #36bfff;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  display: inline-block;
  animation: pricePulse 2.1s infinite cubic-bezier(.66,0,0,1);
}

@keyframes pricePulse {
  0% {
    text-shadow: 0 0 0 rgba(54,191,255,0.12), 0 0 0 #36bfff;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 10px rgba(54,191,255,0.16), 0 0 18px #36bfff;
    transform: scale(1.04);
  }
  100% {
    text-shadow: 0 0 0 rgba(54,191,255,0.12), 0 0 0 #36bfff;
    transform: scale(1);
  }
}

/* Other plans, matching color */
.pricing-plans > div:nth-child(2) .plan-price.pulse {
  color: #33e1b9;
  animation: pricePulse2 2.1s infinite cubic-bezier(.66,0,0,1);
}
@keyframes pricePulse2 {
  0%, 100% {
    text-shadow: 0 0 0 rgba(51,225,185,0.12), 0 0 0 #33e1b9;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 10px rgba(51,225,185,0.16), 0 0 18px #33e1b9;
    transform: scale(1.04);
  }
}
.pricing-plans > div:nth-child(3) .plan-price.pulse {
  color: #b983ff;
  animation: pricePulse3 2.1s infinite cubic-bezier(.66,0,0,1);
}
@keyframes pricePulse3 {
  0%, 100% {
    text-shadow: 0 0 0 rgba(185,131,255,0.12), 0 0 0 #b983ff;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 10px rgba(185,131,255,0.16), 0 0 18px #b983ff;
    transform: scale(1.04);
  }
}
.price-currency {
  font-size: 1.1rem;
  vertical-align: super;
  margin-left: 2px;
}

.price-period {
  font-size: 1rem;
  color: #bbb;
  margin-left: 3px;
  letter-spacing: 0;
  font-weight: 400;
}

.subtext {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 20px;
}


header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}
html, body {
  font-family: "Electrolize", sans-serif;
  font-weight: 400;
  background-color: #0c0f18;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}
.our-partners {
  padding-top: 120px;
}

.our-partners .section-heading {
  text-align: center;
  margin-bottom: 60px;
}
.owl-partners .item {
  text-align: center;
  padding: 15px;
}
.owl-partners .item img {
  max-width: 150px;
  margin: 0 auto;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.owl-partners .item img:hover {
  opacity: 1;
  transform: scale(1.05);
}

p {
  font-size: 15px;
  line-height: 30px;
}

img {
  width: 100%;
  overflow: hidden;
}

.icon {
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(79, 161, 238);
  animation: icon-glow 3s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  
}
.bg-wave {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
}


@keyframes waveScroll {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
.count-digit {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}

.icon-svg {
  width: 44px;
  height: 44px;
  stroke: #ffffff;
  stroke-width: 2;
  animation: icon-pulse 2.5s ease-in-out infinite;
}

/* Glow pulse around icon */
@keyframes icon-glow {
  0%, 100% {
    box-shadow: 0 0 8px rgb(144, 205, 255);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px rgb(110, 185, 255);
    transform: scale(1.07);
  }
}

/* Slight pulsing of the SVG itself */
@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    stroke-width: 2;
  }
  50% {
    transform: scale(1.05);
    stroke-width: 2.3;
  }
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #0c0f18;
 font-family: "Electrolize", sans-serif;
}

::selection {
  background: #00c8ff;
  color: #0c0f18;
}

::-moz-selection {
  background: #00c8ff;
  color: #0c0f18;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #e6e6f0;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #00c8ff;
}

.section-heading h2 span {
  color: #0088ff;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d6f3ff;
  opacity: 1;
}

.main-blue-button a {
  display: inline-block;
  background-color: #00c8ff;
  font-size: 15px;
  font-weight: 400;
  color: #0c0f18;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #00c8ff;
  font-size: 15px;
  font-weight: 400;
  color: #0c0f18;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
  margin-bottom: 10px;
}

.main-blue-button-hover a:hover {
  background-color: #0088ff;
}

.main-red-button a {
  display: inline-block;
  background-color: #00c8ff;
  font-size: 15px;
  font-weight: 400;
  color: #0c0f18;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}
@media (max-width: 991px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.main-red-button-hover a {
  display: inline-block;
  background-color: #2c2c2c;
  font-size: 15px;
  font-weight: 400;
  color: #0c0f18;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}
.rounded-start-5 {
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

/* Override Bootstrap's rounded-end-5 */
.rounded-end-5 {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}
.main-red-button-hover a:hover {
  background-color: #00c8ff;
}

.main-white-button a {
  display: inline-block;
  background-color: #0c0f18;
  font-size: 15px;
  font-weight: 400;
  color: #0088ff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/



#portfolio {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-background {
  background: url('/assets/images/blue-waves.png') bottom center/cover no-repeat;
  position:relative;
  min-height: 700px;
  overflow: hidden; 
}
.our-videos video {
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(41, 129, 253, 0.11), 0 2px 6px rgba(0,0,0,0.07);
  background: #121c2a;
}

.project-logo {
  display: block;
  width: 100%;
  height: 350px;          /* Forces all logos to align vertically */
  object-fit: contain;
  margin: 18px auto 18px auto;
  background:transparent;
  transition: box-shadow 0.25s, transform 0.25s;
  padding: 10px 16px;
}

.our-portfolio p {
  color: #000000 !important;
}
.video-thumb video,
.nacc .thumb video,
.nacc .thumb iframe {
  max-height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 23px;
}

.our-videos .menu {
  max-height: 680px;  /* or any height you want */
  overflow-y: auto;
  padding-right: 8px; /* optional: for better scroll look */
}
.our-videos .menu .thumb {
  margin-bottom: 16px;
}

.project-logo:hover {
  box-shadow:
    0 8px 40px 0 rgba(56,144,202,0.33),
    0 3px 16px 0 rgba(27, 82, 119, 0.753),
    0 1px 4px 0 rgba(70, 152, 206, 0.658);
  transform: translateY(-6px) scale(1.05);
}

.pricing-content {
  position: relative;
  z-index: 2;
}
.background-header .main-nav .nav li.submenu:after {
  color: #e6e6f0;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  background: #181b24;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #181b24;
  color: #e6e6f0 !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #252a3a;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #0c0f18;
  color: #00c8ff !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #e6e6f0;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.portfolio-click {
  cursor: pointer;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #e6e6f0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #e6e6f0;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #e6e6f0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #e6e6f0;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #e6e6f0;
}

.header-area .main-nav .menu-trigger.active span:after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #e6e6f0;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #e6e6f0;
}
.background-header {
  background: linear-gradient(100deg, #0c0f18 0%, #1b2352 60%, #2981fd 100%) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area.header-sticky {
  background: #0c101a;
  min-height: 80px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.09);
}

.header-area .nav {
  margin-bottom: 30px;
  background: none;
}

.header-area.header-sticky .nav li a.active {
  color: #00c8ff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #e6e6f0;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #00c8ff!important;
    opacity: 0.8;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #121420;
    padding: 0px 0px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #0c0f18;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 60px !important;
    line-height: 60px !important;
    padding: 0px !important;
    border: none !important;
    background: #3b3b3b !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #00c8ff!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
.background-header.dark {
  background: linear-gradient(100deg, #0c0f18 0%, #1b2352 60%, #2981fd 100%) !important;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.18) !important;
}
.background-header.dark .main-nav .nav li a {
  color: #e6e6f0 !important;
}
.background-header.dark .main-nav .nav li a.active {
  color: #00c8ff !important;
}

.background-header.light {
  background: linear-gradient(90deg, #dbeafe 0%, #9ec3e0 100%) !important;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.11) !important;
}
.background-header.light .main-nav .nav li a {
  color: #142b44 !important;
}
.background-header.light .main-nav .nav li a.active {
  color: #2186d4 !important;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0c0f18;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #0c0f18;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #0088ff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #0088ff;
    border-radius: 50%;
}
.service-list ul {
  padding-left: 1rem;
  
}


/* Add spacing when columns stack on small screens */
@media (max-width: 768px) {
  .service-list .col-md-6 {
    margin-bottom: 1.5rem;
    
  }
  .service-card-hero .service-list {
  max-height: 300px;
  overflow-y: auto;
}
}

/* Optional: Center text for section headings on mobile */
@media (max-width: 576px) {
  .service-list h6 {
    text-align: center;
  }
}

.service-list li {
  margin-bottom: 8px;
  color: #fff;
}

.service-list h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-list h6 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
}

#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #00c8ff;
  color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  text-decoration: none;
}

#back-to-top svg {
  transition: transform 0.2s ease;
}

#back-to-top:hover svg {
  transform: translateY(-3px);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
/* Hide scrollbar but keep scroll functionality */
body::-webkit-scrollbar {
  display: none;
}
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 236px 0px 130px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 267px;
  height: 532px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/banner-right-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 100px;
  width: 819px;
  height: 674px;
}

.main-banner .item {
  margin-right: 45px;
}

.main-banner .item h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #0088ff;
  margin-bottom: 15px;
}

.main-banner .item h2 {
  font-size: 50px;
  font-weight: 700;
  color: #e6e6f0;
  line-height: 72px;
}

.main-banner .item h2 em {
  color: #00c8ff;
  font-style: normal;
}

.main-banner .item h2 span {
  color: #0088ff;
}

.main-banner .item p {
  margin: 20px 0px;
  color: white;
}

.main-banner .item .down-buttons {
  display: inline-flex;
}

.main-banner .item .down-buttons .call-button i {
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: rgb(18, 16, 151);
  color: #ffffff;
  font-size: 20px;
}

.main-banner .item .down-buttons .call-button a {
  color: #0088ff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
}

.main-banner .owl-dots {
  margin-top: 60px;
  counter-reset: dots;
}
/* For better modal presentation */
.modal-content {
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.carousel-inner img {
  border-radius: 12px;
  max-height: 600px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .modal-xl {
    max-width: 95vw;
  }
}

.main-banner .owl-dot:before {
  counter-increment:dots;
  content: counter(dots);
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  color: #e6e6f0;
  width: 15px;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all .5s;
}

.main-banner .active:before {
  color: #00c8ff;
  border-bottom: 3px solid #00c8ff;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/
.service-card-hero {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.service-card-hero:hover {
  transform: scale(1.02);
}
#services {
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-card-hero .overlay h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* List inside collapse area */
.service-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.95rem;
}

/* Responsive styles */
@media (max-width: 992px) {
  .service-card-hero {
    height: 320px;
  }

  .service-card-hero .overlay {
    padding: 20px;
  }

  .service-card-hero .overlay h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  #services h2 {
    font-size: 1.75rem;
  }

  .service-card-hero {
    height: 300px;
  }

  .service-card-hero .overlay h4 {
    font-size: 1.2rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 8px 14px;
  }
}
/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-list.collapse.show ul li {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.5s ease-out forwards;
}

.service-list.collapse.show ul li:nth-child(1) { animation-delay: 0.1s; }
.service-list.collapse.show ul li:nth-child(2) { animation-delay: 0.2s; }
.service-list.collapse.show ul li:nth-child(3) { animation-delay: 0.3s; }
.service-list.collapse.show ul li:nth-child(4) { animation-delay: 0.4s; }
.service-list.collapse.show ul li:nth-child(5) { animation-delay: 0.5s; }
.service-list.collapse.show ul li:nth-child(6) { animation-delay: 0.5s; }

/* When .collapse becomes visible, trigger animation */
.service-list.collapse.show ul {
  animation: fadeInUp 0.6s ease-out forwards;
}

@media (max-width: 576px) {
  .service-card-hero {
    height: 370px;
  }

  .service-card-hero .overlay h4 {
    font-size: 1.1rem;
  }

  .service-list li {
    font-size: 0.9rem;
  }
}
#services h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.toggle-icon {
  transition: transform 0.3s ease;
}

@keyframes arrow-bounce-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes arrow-bounce-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

.bounce-up {
  animation: arrow-bounce-up 1.2s ease-in-out infinite;
}

.bounce-down {
  animation: arrow-bounce-down 1.2s ease-in-out infinite;
}

#services span {
  font-size: 3.5rem;
  display: block;
  margin-bottom: 40px;
  color: #ffffff;
}
.btn-service-toggle {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.btn-service-toggle:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.btn-service-toggle i {
  transition: transform 0.3s ease;
}

.btn-service-toggle:hover i {
  transform: translateY(2px);
}

.service-card-hero .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all 0.5s ease;
  backdrop-filter: none;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-radius: 0 0 16px 16px;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.service-card-hero h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.service-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.service-list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}




/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  margin-top: 0px;
  padding-top: 120px;
}

.about-us .left-image {
  margin-right: 30px;
}

.about-us .section-heading h2 {
  margin-right: 60px;
}

.about-us .section-heading p {
  margin-top: 50px;
  color: white;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #e6e6f0;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 16px;
  color: #0088ff;
  font-weight: 600;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  color: #fff;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
  position: relative;
}

.our-portfolio .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.our-portfolio {
  margin: auto;
}

.our-portfolio .item .thumb {
  position: relative;
}

.our-portfolio .item .thumb:hover .hover-effect {
  bottom: 30px;
}

.our-portfolio .item .thumb:hover img {
  opacity: 0.7;
}

.our-portfolio .item .hover-effect {
  position: absolute;
  background-image: url(../images/hover-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  bottom: -240px;
  right: 30px;
  width: 239px;
  height: 210px;
}

.our-portfolio .item .hover-effect .inner-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
}

.our-portfolio .item .hover-effect .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0c0f18;
  margin-bottom: 15px;
}

.our-portfolio .item .hover-effect .inner-content span {
  font-size: 15px;
  color: #0c0f18;
}

.our-portfolio .item .thumb img {
  border-radius: 20px;
  transition: all .3s;
}

.owl-portfolio .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.owl-portfolio .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
}

.owl-portfolio .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-portfolio .owl-nav .owl-prev span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-prev span:after {
  width: 50px;
  height: 50px;
  background-color: #e0e0e0;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #000000;
  content: '\f104'; /* FontAwesome left arrow */
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.8;
  animation: bounceLeft 1.2s infinite;
}
@keyframes bounceLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-8px);
  }
}


.owl-portfolio .owl-nav .owl-next span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-next span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-next span:after {
  width: 50px;
  height: 50px;
  background-color: #dbdbdb;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #0c0f18;
  content: '\f105'; /* FontAwesome right arrow */
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all 0.5s;
  opacity: 0.8;
  animation: bounceRight 1.2s infinite ease-in-out;
}
@keyframes bounceRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}

.owl-portfolio .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-portfolio .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #0088ff;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.owl-portfolio .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}

.pricing-tables {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 45px;
}

.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #e6e6f0;
}

.pricing-tables .item em {
  color: #0088ff;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 44px;
  color: #0088ff;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #b0c4dc;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  background-image: url(../images/first-plan-bg.png);
}

.pricing-tables .second-item {
  background-image: url(../images/second-plan-bg.png);
}

.pricing-tables .third-item {
  background-image: url(../images/third-plan-bg.png);
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 120px;
}

.subscribe .inner-content {
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: '';
  background-image: url(../images/subscribe-dec.png);
  position: absolute;
  width: 195px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
  right: -20px;
  top: -20px;
}

.subscribe .inner-content h2 {
  font-size: 30px;
  color: #0c0f18;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.subscribe .inner-content form {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #0c0f18;
}

.subscribe .inner-content form input {
  width: 38.5%;
  margin-top: 20px;
  line-height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-size: 15px;
  color: #e6e6f0;
}

.subscribe .inner-content form input#website {
  border-right: 1px solid #eee;
}

.subscribe .inner-content form input::placeholder {
  color: #aabccc;
}

.subscribe .inner-content form button {
  display: inline-block;
  background-color: #00c8ff;
  font-size: 15px;
  font-weight: 400;
  color: #0c0f18;
  width: 20%;
  margin-right: 10px;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  text-align: center;
  transition: all .3s;
}

.subscribe .inner-content form button:hover {
  background-color: #0088ff;
}


/* 
---------------------------------------------
Video
--------------------------------------------- 
*/

.our-videos .videos-left-dec img {
  width: 220px;
  height: 471px;
  left: 0;
  top: 120px;
  position: absolute;
}

.our-videos .videos-right-dec img {
  width: 730px;
  height: 523px;
  right: 0;
  top: 45px;
  position: absolute;
}

.our-videos {
  position: relative;
  margin-bottom: -30px;
  padding-top: 120px;
  margin-top: 0px;
}

.our-videos .naccs {
  position: relative;
}

.our-videos .naccs .menu div {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos .naccs .menu div {
  transition: all 0.3s;
}

.our-videos .naccs .menu div.active .thumb .inner-content {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.our-videos .naccs .menu div.active .thumb .inner-content h4 {
  top: 40%;
  transform: translateY(-55%);
  position: relative;
}

.our-videos .naccs .menu div.active .thumb .inner-content span {
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-55%);
}

.our-videos ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.our-videos ul.nacc li {
  width: 100%;
}

.our-videos .nacc .thumb {
  position: relative;
  border-radius: 23px;
}

.our-videos .nacc .thumb iframe {
  border-radius: 23px;
  height: 675px;
}

.our-videos .nacc .thumb .overlay-effect {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(24,99,205,1) 0%, rgba(0,180,255,1) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 35px 30px;
  text-align: center;
}

.our-videos .nacc .thumb .overlay-effect h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #0c0f18;
  margin-bottom: 10px;
}

.our-videos .nacc .thumb .overlay-effect span {
  font-size: 15px;
  color: #0c0f18;
}
body {
  background: #0c101a;
}

/* Main card style */
.contact-card {
  border-radius: 2.5rem !important;
  overflow: hidden;
  margin-top: 40px;
}

/* Contact Info (Left) */
.contact-title {
  color: #1e293b;
  letter-spacing: .02em;
}

.contact-image img {
  border-radius: 1.2rem !important;
  box-shadow: 0 3px 20px #2563eb15;
}

/* Contact Details */
.contact-details {
  margin-top: 15px;
}

.contact-info-item {
  background: #f1f6ff;
  border-radius: 1rem;
  padding: 12px 20px;
  margin-bottom: 12px;
  min-width: 260px;
  box-shadow: 0 2px 12px 0 rgba(37, 99, 235, 0.03);
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.4rem;
  background: linear-gradient(120deg, #2563eb 70%, #60a5fa 100%);
  box-shadow: 0 2px 8px #2563eb30;
}

.contact-info-item a {
  text-decoration: none;
  color: #1e293b !important;
  transition: color 0.2s;
}

.contact-info-item a:hover {
  color: #2563eb !important;
}

.contact-text {
  font-size: 1.11rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* Form (Right) */
.bg-light {
  background:#23303d !important;
}

.contact-input {
  border-radius: 0.9rem;
  border: 1.5px solid #dde4fc;
  font-size: 1.09rem;
  padding: 13px 17px;
  background: #fafdff;
  margin-bottom: 0.5rem;
  transition: border 0.2s, box-shadow 0.2s;
}
.contact-input:focus {
  border-color: #2563eb;
  background: #fff;
}

.btn-primary {
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
  border: none;
  font-size: 1.08rem;
  transition: background 0.15s, box-shadow 0.2s;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(90deg, #1742a0 0%, #2563eb 100%);
}

@media (max-width: 991px) {
  .contact-card {
    border-radius: 1.5rem !important;
    flex-direction: column !important;
  }
  .rounded-start-5,
  .rounded-end-5 {
    border-radius: 1.5rem !important;
  }
  .contact-image img {
    max-height: 130px;
  }
}

.our-videos .menu .thumb {
  position: relative;
}

.our-videos .menu .thumb .inner-content {
  background: rgb(24,99,205); /* fallback */
  background: linear-gradient(105deg, rgba(24,99,205,1) 0%, rgba(0,180,255,1) 100%);
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 30px;
  transition: all 0.3s;
}


.our-videos .menu .thumb .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0c0f18;
  transition: all 0.3s;
}

.our-videos .menu .thumb .inner-content span {
  font-size: 15px;
  color: #0c0f18;
  font-weight: 400;
  display: none;
  transition: all 0.3s;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-dec img {
  position: absolute;
  z-index: 1;
  width: 459px;
  height: 702px;
  right: 0;
  bottom: -400px;
}

.contact-left-dec img {
  position: absolute;
  z-index: 1;
  width: 174px;
  height: 319px;
  left: 0;
  top: 120px;
}

.contact-us {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.contact-us .section-heading h2 {
  margin-right: 100px;
  margin-bottom: 40px;
}

.contact-us #map iframe {
  border-radius: 23px;
  position: relative;
  z-index: 2;
}

.contact-us .info {
  margin-top: 30px;
  position: relative;
  z-index: 5;
  display: inline-flex;
}

.contact-us .info span {
  opacity: 1;
  display: inline-flex;
  margin-right: 30px;
}

.contact-us .info span i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-radius: 50%;
  color: #0c0f18;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.contact-us .info span a {
  color: #00c8ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}

form#contact {
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 120px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #e6e6f0;
  padding: 0px 0px;
  margin-bottom: 35px;
}

form#contact input::placeholder {
  color: #aabccc;
}

form#contact button {
  display: inline-block;
  background-color: #0088ff;
  font-size: 15px;
  font-weight: 400;
  color: #0c0f18;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #00c8ff;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
  width: 100%;
  margin-top: 160px;
}

footer {
  margin-top: -50px;
  z-index: 2;
  position: relative;
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #e6e6f0;
  margin-bottom: 30px;
}

footer .about .logo img {
  width: 120px;
}

footer .about a {
  color: #aabccc;
  font-weight: 300;
}

footer .about ul {
  margin-top: 20px;
}

footer .about ul li {
  display: inline-block !important;
  margin-right: 5px;
}

footer .about ul li a {
  width: 32px;
  height: 32px;
  background-color: #00c8ff;
  color: #0c0f18 !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
}

footer .about ul li a:hover {
  background-color: #0088ff;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 15px;
  color: #aabccc;
  transition: all .3s;
}

footer .footer-item ul li a:hover {
  color: #0088ff;
}

footer .footer-item p {
  font-size: 15px;
  color: #aabccc;
  margin-top: -5px;
}

footer .footer-item form {
  background-color: #00c8ff;
  height: 46px;
  border-radius: 23px;
  position: relative;
  margin-top: 15px;
}

footer .footer-item form input {
  line-height: 46px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0px 20px;
  outline: none;
}

footer .footer-item form input::placeholder {
  color: #0c0f18;
}

footer .footer-item form button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #0c0f18;
  background-color: transparent;
  border: none;
  outline: none;
}

footer .copyright p {
  text-align: center;
  border-top: 1px solid #eee;
  color: #aabccc;
  margin-top: 50px;
  padding: 20px 0px;
  font-weight: 300;
}

footer .copyright p a {
  color: #0088ff;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }

}

@media (max-width: 992px) {
  .main-banner::before {
    display: none;
  }
  .main-banner .item {
    margin-right: 0px;
  }
  .main-banner  {
    padding-bottom: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item {
    text-align: center;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .subscribe .inner-content {
    padding: 60px 30px;
  }
  .our-videos ul.nacc {
    margin-bottom: 30px;
  }
  .our-videos .naccs .menu div img {
    border-radius: 50px;
  }
  .our-videos .menu .thumb .inner-content {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 60px;
  }
  form#contact {
    padding: 45px 30px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .subscribe .inner-content:after {
    z-index: -1;
  }
  .subscribe .inner-content {
    padding: 60px 30px 100px 30px;
  }
  .subscribe .inner-content form input {
    width: 49%;
  }
  .subscribe .inner-content form button {
    width: 100%;
    background-color: #0088ff;
    margin-top: 30px;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }
}
