@charset "UTF-8";
/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: "Montserrat";
  line-height: 1.5;
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

figure {
  margin: 0;
}

:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
}

h1 {
  font-size: 68px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
}

h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #1544b6;
  font-weight: 800;
  margin-bottom: 35px;
  animation: formalAnimation 3s ease-in-out infinite;
}

h3 {
  font-size: 33px;
  text-transform: uppercase;
  color: #1544b6;
  font-weight: 400;
  font-family: "Montserrat";
}

h4 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
}

p {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
}

.common_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #2c5cd5;
  font-weight: 800;
  font-family: "Montserrat";
  text-align: center;
  display: inline-block;
  background-color: #29d4a3;
  border: 2px solid transparent;
  padding: 8px 18px;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}
.common_btn:hover {
  background: transparent;
  border: 2px solid #29d4a3;
}

.common_head h2 {
  margin-block: 10px 25px;
}

.common_arrow {
  width: 35px;
  height: 35px;
  background-color: #f3f3f3;
  border-radius: 100%;
  font-size: 10px;
  color: #3b3b3b;
}
.common_arrow img {
  width: 12px;
  filter: invert(10);
  -webkit-filter: invert(10);
}
.common_arrow:after {
  display: none;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  height: auto !important;
  text-align: center;
}

.swiper-content {
  height: 100% !important;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.dblk {
  display: block !important;
}

.cls-menu {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 100;
}

.animate_line {
  display: none;
}

/*===== header_area_sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header_area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-block: 10px;
}

.pq-header-sticky .logo a {
  font-size: 30px !important;
}

/*===== preloading =====*/
#pq-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pq-loading img {
  height: 60px;
  width: auto;
  border-radius: 0;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
  z-index: 999;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 5px;
  line-height: 34px;
  z-index: 100;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
  background-color: #2c5cd4;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
}

#back-to-top .top:hover {
  opacity: 0.6;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header_area {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  padding-block: 30px;
  background-color: #2b5cd4;
  width: 100%;
}
.header_area .common_btn:hover {
  color: #fff;
}

.logo a {
  font-size: 40px !important;
  text-transform: capitalize;
  font-family: "Bebas Neue";
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

nav {
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 45px;
}
nav ul .common_btn {
  cursor: pointer;
}
nav ul .common_btn a {
  color: #2c5cd5 !important;
  font-weight: 700 !important;
}
nav ul .common_btn:hover {
  color: #fff !important;
  opacity: 1 !important;
}
nav ul .common_btn:hover a {
  color: #fff !important;
  opacity: 1 !important;
}
nav ul li {
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}
nav ul li .active {
  opacity: 0.6;
  color: #ffffff;
}
nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
  display: inline-block;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}
nav ul li a:hover {
  opacity: 0.6;
  color: #ffffff;
}

.head_contact h4 {
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
}
.head_contact h4 span {
  font-size: 16px;
  font-weight: 400;
}
.head_contact h4 a {
  color: #ffffff;
}

/*===== banner =====*/
.banner_area {
  position: relative;
  padding-block: 21rem 21rem;
}
.banner_area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2CAFD4;
  background: linear-gradient(90deg, rgba(44, 175, 212, 0.8) 0%, rgba(44, 117, 212, 0.7) 50%, rgba(44, 117, 212, 0.7) 100%);
}

.banner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 2;
}
.banner_txt .container {
  padding-inline: 20px;
}
.banner_txt h1 {
  margin-bottom: 10px;
  animation: formalAnimation 3s ease-in-out infinite;
}
.banner_txt p {
  color: #fff;
  padding-inline: 70px;
}

/*===== banner_bottom_area =====*/
.banner_bottom_area {
  padding-block: 160px;
  position: relative;
}
.banner_bottom_area .animate_line {
  height: 180px;
  width: 3px;
  background-color: #29d4a3;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -90px;
  z-index: 1;
}

.banner_bottom_txt {
  padding-inline: 7%;
}

/*===== accordian_area =====*/
.accordian_area {
  background-color: #ddf2f9;
  padding-block: 120px;
  position: relative;
}

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

.accordion_item {
  display: flex;
  width: 20%;
  height: 500px;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
  cursor: pointer;
  overflow: hidden;
  border-right: 1px solid #2bb0da;
  transition: 0.9s all;
  -webkit-transition: 0.9s all;
}

.accordion_item.active {
  width: 80%;
  transition: 0.9s all;
  -webkit-transition: 0.9s all;
}

.accordion_item.active .accordion_content {
  opacity: 1;
}

.accordian_head_txt {
  position: absolute;
  bottom: 15px;
  left: calc(50% + 50px);
  transform: translateX(-50%);
}

.accordion_item.active .accordian_head_txt {
  left: 50%;
}

.accordion_header {
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}
.accordion_header h4 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #333;
  text-transform: uppercase;
  color: #1544b6;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 33px;
  display: inline-block;
}

.accor_img {
  width: 45px;
  display: none;
}

.accordion_content {
  height: 100%;
  background-color: #2bb0da;
  padding: 25px;
  padding-right: 50px;
  display: none;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  opacity: 0;
}
.accordion_content p {
  font-size: 20px;
  margin-block: 10px 25px;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}

.accordion_item.active .accor_img {
  display: block;
}

.accordion_item.active .toggle_icon {
  display: none;
}

.accordion_item.active .accordion_header h4 {
  color: #fff;
}

.accordion_item.active .accordion_header {
  border-right: 1px solid #fff;
  background-color: #2bb0da;
}

.accordion_item.active .accordion_content {
  display: block;
  background-color: #2bb0da;
  width: 100%;
}

.accordion_item.active .accordion_content P {
  white-space: unset;
}

.toggle_icon {
  line-height: 0;
  top: 22px;
  left: calc(50% + 50px);
  transform: translateX(-50%);
  position: absolute;
}

.accordion_item.active .toggle_icon::before {
  content: "−";
  color: #29d4a3;
  font-size: 60px;
  font-weight: 400;
}

.accordion_item .toggle_icon::before {
  content: "+";
  color: #29d4a3;
  font-size: 60px;
  font-weight: 400;
}

/*===== network_area =====*/
.network_area {
  position: relative;
  padding-block: 230px 100px;
  overflow: hidden;
}
.network_area .net_img {
  width: 750px;
  margin: 0 auto;
  animation: floatSway 3s infinite ease-in-out;
}
.network_area:after {
  content: "";
  background-image: url(../images/net_bg.jpg);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.network_area .common_head {
  padding-inline: 12px;
}
.network_area .common_head h2 {
  color: #fff;
  margin-top: 0;
}
.network_area .animate_line {
  width: 4px;
  height: 80px;
  background-color: #29d4a3;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 230px;
}

/*===== middle_area =====*/
.middle_area {
  padding-top: 150px;
  background-color: #dde5f8;
  overflow: hidden;
  position: relative;
}
.middle_area_txt h2 {
  font-size: 16px;
}
.middle_area .common_btn {
  margin-top: 50px;
}

.middle_area_img {
  margin-right: -25%;
}

/*===== brand_area =====*/
.brand_area {
  padding-block: 140px;
  overflow: hidden;
  position: relative;
}

.brand_area_cont {
  margin-top: 0px;
}
.brand_area_cont .col-2 {
  width: 25%;
  margin-bottom: 25px;
}

.brnad_img {
  text-align: center;
}
.brnad_img img {
  width: 180px;
}

.common_head h2 {
  position: relative;
}

/*===== form_area =====*/
.form_area {
  padding-block: 120px;
}
.form_area .text-center h2 {
  color: #fff;
}
.form_area .scroll-arrow i {
  color: #ffffff;
}

.form_container {
  padding-inline: 100px;
}
.form_container textarea {
  height: 120px;
}
.form_container .common_btn {
  min-width: 448px;
  min-height: 70px;
  background-color: #2c5cd5;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  border: 2px solid transparent;
}
.form_container .common_btn:hover {
  border: 2px solid #2c5cd5;
  color: #2c5cd5;
  background-color: transparent;
}

.form_style {
  font-size: 24px;
  color: #2c5cd5;
  font-weight: 400;
  font-family: "Montserrat";
  height: 70px;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  border: unset;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.form_style::-moz-placeholder {
  color: #2c5cd5;
}
.form_style::placeholder {
  color: #2c5cd5;
}

/*===== web_design_sec =====*/
.web_design_sec {
  position: relative;
  padding-block: 20rem;
}
.web_design_sec:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}

.web_design_cont {
  position: absolute;
  width: calc(100% - 200px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.web_design_cont p {
  color: #fff;
}
.web_design_cont .common_btn {
  margin-top: 30px;
}

/*===== footer_area =====*/
.footer_area {
  background-color: #2c5cd4;
  padding-block: 70px;
  position: relative;
}
.footer_area .animate_line_ft {
  top: -30px;
  width: 3px;
  height: 80px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
}
.footer_area .common_head h2 {
  padding-bottom: 0;
}
.footer_area .common_head h2:after {
  background-color: #fff;
  top: -135px;
  width: 3px;
}

.terms {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
}

.foote_area_cont .col-md-8 .col-md-4:nth-child(1) .each_foot_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.foote_area_cont .col-md-8 .col-md-4:nth-child(2) ul {
  padding-left: 40px;
}

.each_foot_cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.each_foot_cont .logo a {
  font-size: 50px !important;
}
.each_foot_cont h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  font-family: "Montserrat";
  margin-bottom: 10px;
}
.each_foot_cont p, .each_foot_cont a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
.each_foot_cont a {
  display: inline-block;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}
.each_foot_cont a:hover {
  opacity: 0.6;
}
.each_foot_cont ul li {
  margin-bottom: 10px;
}
.each_foot_cont ul li a {
  display: inline-block;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
  text-transform: capitalize;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
}
.each_foot_cont ul li a:hover {
  opacity: 0.5;
}

.foot_social ul {
  display: flex;
  gap: 50px;
  width: 100%;
  max-width: 290px;
  margin-left: auto;
}
.foot_social ul li:nth-child(2) a {
  width: 45px;
  margin-top: -9px;
}
.foot_social ul li a {
  width: 30px;
  display: inline-block;
}
.foot_social ul li a:hover img {
  transform: rotate(360deg);
}
.foot_social ul li a img {
  width: 100%;
  filter: invert(1);
  -webkit-filter: invert(1);
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}

.footer_inn .col-md-4 {
  display: flex;
}
.footer_inn .col-md-4:nth-child(2) {
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_inn .col-md-4:nth-child(3) {
  justify-content: right;
}
.footer_inn .col-md-4:nth-child(3) .each_foot_cont {
  justify-content: unset !important;
}

@keyframes floatSway {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; /* Fully opaque */
  }
  50% {
    transform: translate(10px, -10px) rotate(5deg);
    opacity: 0.4; /* Low opacity for a faded look */
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; /* Back to fully opaque */
  }
}
/* Scroll Arrow Styling */
/* Scroll Arrow Styling */
.scroll-arrow {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  text-align: center;
  display: none; /* Hidden by default */
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth fade-in/out */
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
}

.scroll-arrow.active {
  display: block; /* Show when active */
  opacity: 1;
}

.scroll-arrow i {
  font-size: 20px;
  color: #ffffff; /* Adjust to match your design */
  transition: color 0.3s ease;
}

.scroll-arrow:hover i {
  color: #43e7b9; /* Hover color, adjust as needed */
}

.scroll-prev {
  left: calc(50% + 35px);
}

/* Bounce Animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.bounce {
  animation: bounce 2s infinite;
}

/* Ensure sections are positioned relatively to contain the absolute arrow */
section {
  height: 100vh; /* Full viewport height */
  scroll-snap-align: start; /* Optional: Aligns sections to snap to viewport */
  box-sizing: border-box; /* Ensures padding/margins don't add to height */
  display: flex; /* Optional: Center content vertically */
  flex-direction: column;
  justify-content: center; /* Optional: Center content */
}/*# sourceMappingURL=style.css.map */