@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8b8b8b;
  overflow-x: hidden;
}

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #fff;
  white-space: initial;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #599bd5;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:focus {
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

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

li {
  color: black;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
  font-family: "blender_pro_bold";
  src: url("../fonts/blender_pro_bold.ttf");
}

@font-face {
  font-family: "blender_pro_heavy";
  src: url("../fonts/blender_pro_heavy.ttf");
}

@font-face {
  font-family: "blender_pro_medium";
  src: url("../fonts/blender_pro_medium.ttf");
}

@font-face {
  font-family: "blender_pro_";
  src: url("../fonts/blender_pro_thin.ttf");
}

/***** Custom Classes *****/

h1 {
  font-family: "blender_pro_medium";
  font-size: 4.19vw;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "blender_pro_medium";
  font-size: 60px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "blender_pro_medium";
  font-size: 1.309vw;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "blender_pro_medium";
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "blender_pro_medium";
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "blender_pro_medium";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

p {
  color: #969696;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
  padding: 0;
  color: #000;
}

.web-padding {
  padding: 0px 5%;
}

@keyframes swipe {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 400% 50%;
  }
}

.web-btn {
  height: 60px;
  width: fit-content;
  background: linear-gradient(45deg, #599bd5, #7bb1e0, #599bd5, #7bb1e0);
  background-size: 400%;
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px 7px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.web-btn span {
  height: 50px;
  width: 50px;
  background-color: #f5f0e1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  border-radius: 5px;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.web-btn span img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  transition: transform 0.6s ease;
  filter: brightness(0) saturate(100%) invert(69%) sepia(86%) saturate(2313%)
    hue-rotate(181deg) brightness(89%) contrast(87%);
}

.web-btn:hover {
  background: linear-gradient(45deg, #599bd5, #7bb1e0, #599bd5, #7bb1e0);
  background-size: 400%;
  animation: swipe 8s linear 22;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(59, 60, 127, 0.6);
}

.web-btn:hover span {
  background-color: #fffaf0;
  transform: scale(1.1);
}

.web-btn:hover span img {
  transform: translateX(5px) rotate(360deg);
}

.web-btn::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.web-btn:hover::before {
  transform: translate(-50%, -50%) scale(2.5);
  opacity: 0;
}

.web-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(59, 60, 127, 0.5);
  border-radius: 5px;
  top: 0;
  left: 0;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.web-btn:hover::after {
  transform: scale(1);
  opacity: 1;
}

.web-btn:hover {
  color: white;
}

.web-btn:active {
  color: white;
}
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #3a3b7c;
  padding: 5px;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #62a1d8;
  color: white;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: white;
}
/* Top header starts  */

.top-header-maruque {
  width: 100%;
  /* height: 50px; */
  /* position: absolute; */
  /* top: 0; */
  background-color: #599bd5;
}

.top-header-maruque .marquee {
  font-size: 17px;
  color: #fff;
  height: 2.5vw;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header-maruque .marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 22s linear infinite;
}

.top-header-maruque .marquee span {
  float: left;
  width: 20%;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

/* Top header Ends */

/* Header Styles */

.slicknav_nav a:hover {
  background: #599bd5;
  color: #fff;
}

div#Header {
  /* height: 135px; */
  width: 100%;
  position: absolute;
  /* top: 5%; */
  left: 0;
  border-bottom: 1px solid #8f8e8e63;
  z-index: 2;
}

.menuSec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 8%;
}

.menuSec ul img {
  height: 70px;
  width: 100%;
  object-fit: cover;
}

.menuSection {
  height: 100%;
  margin: 0 0 0;
}

div#Header header {
  display: contents;
}

.menuSection .container-fluid {
  height: 100%;
}

.menuSection .container-fluid .row {
  height: 100%;
}

.menuSec {
  height: 100%;
}

.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-logo {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.header-logo img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.header-logo img:hover {
  /* transform: scale(1.1); */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.menuSec ul > li > a {
  text-transform: uppercase;
  font-weight: 550;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.menuSec ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #599bd5;
  transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
}

.menuSec ul > li > a:hover::before,
.menuSec ul > li > a.active::before {
  width: 100%;
}

.hero-left h5 {
  text-transform: capitalize;
  padding-top: 15px;
  color: #3b3c7f;
  background-color: white;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(89 155 213);
  }
  100% {
    box-shadow: 0 0 0 20px rgb(89 155 213);
  }
}

.liceneced-para {
  text-transform: capitalize;
  padding-top: 15px;
  color: #3b3c7f;
  background-color: white;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  animation: pulse-animation 2s infinite;
  font-size: 0.9vw;
}
.header-right .web-btn {
  font-size: 0.8vw;
}

/* Header Ends */

/* hero banner starts  */

.hero-banner {
  height: 100vh;
  width: 100%;
  background: url("../images/hero-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 60, 127, 0.8);
  z-index: -1;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.hero-left h1 {
  text-transform: uppercase;
  line-height: 60px;
  padding-bottom: 10px;
  background: linear-gradient(90deg, #599bd5 0%, #e2e2e3 54%, #ffffff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: textclip 7s linear infinite;
  display: inline-block;
  animation-delay: 1s;
}

.hero-left h3 {
  display: inline-flex;
  background-color: #599bd5;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 6px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  width: fit-content;
}

.hero-left p {
  padding: 22px 0;
  color: #ffffff94;
}

.hero-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.image-wrapper img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  position: relative;
}

.hero-right .image-wrapper {
  position: relative;
  /* Position context for the ::before pseudo-element */
  width: 90%;
  height: 85vh;
}

.hero-right .image-wrapper > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.hero-right .image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 13%;
  left: 10%;
  height: 85px;
  width: 85px;
  background: url("../images/hero-ison01.png") no-repeat center center;
  background-size: 40px 40px;
  background-color: #599bd5;
  border-radius: 50%;
  z-index: 9;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
  cursor: pointer;
}

.hero-right .image-wrapper::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 8%;
  height: 85px;
  width: 85px;
  background: url("../images/hero-ison02.png") no-repeat center center;
  background-size: 40px 40px;
  background-color: #3b3c7f;
  border-radius: 50%;
  z-index: 9;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
  animation-delay: 0.5s;
  cursor: pointer;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.hero-right {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.hero-right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16%;
  height: 70.8vh;
  width: 32vw;
  background-color: #599bd5;
  z-index: -1;
  border-radius: 50% 50% 0 0;
}

section.hero-banner .container-fluid {
  height: 100%;
}

section.hero-banner .container-fluid .row {
  height: 100%;
  flex-wrap: wrap;
}

.hero-social {
  position: absolute;
  bottom: 0;
}

.hero-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
  width: 100vw;
  background-color: #599bd5;
  padding: 0 0 0 72%;
}

ul.social-icon {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

ul.social-icon::before {
  content: "";
  width: 300px;
  height: 1px;
  background-color: white;
  align-items: center;
  display: flex;
  justify-content: center;
}

section.hero-banner .container-fluid .row .col-md-6 {
  margin: 0;
  padding: 0;
}

.social-sec {
  margin-left: -73%;
}

.hero-social > p {
  color: white;
  text-transform: uppercase;
}

ul.social-icon a {
  width: 50px;
  height: 50px;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul.social-icon a i {
  font-size: 18px;
}

ul.social-icon a:hover {
  background-color: #3b3c7f;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul.social-icon a:hover i {
  color: white;
  border-radius: 50%;
}

/* hero banner ends */

/* About us starts  */

.about-left > img {
  height: 685px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

section.about-us {
  padding: 100px 0;
}

.counter-wrapper {
  background-color: #599bd5;
  position: absolute;
  bottom: 20%;
  left: -10%;
  display: flex;
  padding: 7px;
  padding-left: 30px;
  border-radius: 10px;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
}

.about-left {
  position: relative;
}

.y-counter-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-right: 12px;
}

.y-counter-img {
  height: 90px;
  width: 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}

.y-counter-img img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(61%) saturate(1735%)
    hue-rotate(181deg) brightness(90%) contrast(83%);
}

h2.counter-year {
  color: white;
  font-size: 50px;
}

.y-counter-txt p {
  color: white;
  text-transform: uppercase;
}

section.about-us .row {
  align-items: center;
}

.about-right .web-btn {
  background: linear-gradient(45deg, #3b3c7f, #5a5b9f, #3b3c7f, #5a5b9f);
}

.about-right .web-btn span img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(7%) saturate(5133%)
    hue-rotate(201deg) brightness(94%) contrast(94%);
}

.about-right .web-btn:hover {
  background: linear-gradient(45deg, #3b4c7f, #5a6b9f, #3b3c8f, #5a5b9f);
  background-size: 400%;
  animation: swipe 8s linear 22;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(52, 81, 109, 0.6);
}

.about-right h2 {
  text-transform: uppercase;
}

p.abt-para1 {
  color: #3b3c7f;
  text-transform: uppercase;
  font-weight: 550;
  padding: 5px 0 14px 0;
}

.about-right p {
  padding: 0 0 15px 0;
}

.abt-our-mision {
  background-color: #599bd5;
  margin-left: -4%;
  padding: 40px;
  margin-bottom: 4%;
  margin-top: 1%;
  border-radius: 0 10px 10px 0;
}

.abt-our-mision h3 {
  font-weight: 400 !important;
  text-transform: uppercase;
}

.abt-our-mision p {
  color: white;
  padding: 4px 0 12px 0;
}

/* About us ends */

/* Services Starts */

.service-item-img img {
  height: 287px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.testi-slider .slick-slide.slick-current .service-item .service-item-img img,
.testi-slider .service-item:hover .service-item-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 287px;
  width: 100%;
  object-fit: cover;
}

.testi-slider .slick-track {
  padding: 30px 0 50px 0;
  display: flex;
  justify-content: start;
}

.testi-slider .slick-slide {
  opacity: 1;
  margin: 0 30px;
}

.testi-slider .slick-slide.slick-current .service-item,
.testi-slider .service-item:hover {
  background-color: #599bd5 !important;
  transition: all 0.5s;
}

.testi-slider .slick-slide.slick-current .service-item .web-btn,
.testi-slider .service-item:hover .web-btn {
  background: linear-gradient(45deg, #3b3c7f, #5a5b9f, #3b3c7f, #5a5b9f);
  background-size: 400%;
  animation: swipe 8s linear infinite;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(52, 81, 109, 0.6);
  margin-left: 10px;
}

.testi-slider .slick-slide.slick-current .service-item .web-btn span img,
.testi-slider .service-item:hover .web-btn span img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(7%) saturate(5133%)
    hue-rotate(201deg) brightness(94%) contrast(94%);
}

.testi-slider .slick-slide.slick-current .service-item .service-item-img h4,
.testi-slider .service-item:hover .service-item-img h4 {
  background-color: #599bd5;
}

.testi-slider .slick-slide .service-item {
  background-color: #3b3c7f;
  border-radius: 10px !important;
}

.testi-slider .slick-slide.slick-current,
.testi-slider .slick-slide:hover {
  transition: all 0.5s;
}

.testi-slider
  .slick-slide.slick-current
  .service-item
  .rating-star
  ul
  li
  .grey-star,
.testi-slider .service-item:hover .rating-star ul li .grey-star,
.testi-slider
  .slick-slide.slick-current
  .service-item
  .rating-star
  ul
  li.grey-star,
.testi-slider .service-item:hover .rating-star ul li.grey-star {
  opacity: 1;
}

.testi-slider .slick-list {
  padding-left: 35px;
  padding-right: 30px;
}

section.testimonail {
  position: relative;
}

section.testimonail .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: black;
}

section.testimonail .slick-active {
  opacity: 1;
}

.testi-slider .slick-slide.slick-current .service-item::before,
.testi-slider .service-item:hover::before {
  opacity: 0;
}

.slick-slide {
  margin: 0px 10px;
  opacity: 1;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
  top: -11%;
}

.testi-slider .slick-next {
  right: 5%;
}

.testi-slider .slick-prev::before,
.testi-slider .slick-next::before {
  position: absolute;
  height: 40px;
  width: 40px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.3s ease;
}

.testi-slider .slick-prev::before {
  background-image: url("../images/btn-left.png");
  background-color: white;
  background-size: auto auto !important;
}

.testi-slider .slick-next::before {
  background-image: url("../images/btn-right.png");
  background-color: #599bd5;
  background-size: auto auto !important;
}

.testi-slider .slick-prev {
  left: inherit;
  right: 8%;
}

.testi-slider .slick-prev:hover::before {
  transform: rotate(360deg);
}

.testi-slider .slick-next:hover::before {
  transform: rotate(360deg);
}

.service-item-img {
  position: relative;
}

.service-item-img h4 {
  position: absolute;
  display: inline-flex;
  background-color: #3b3c7f;
  bottom: 0;
  left: 2%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
}

.service-item--detail h3 {
  font-weight: 400 !important;
  text-transform: uppercase;
}

.service-item--detail p {
  color: #ffffffe8;
  padding: 10px 0 15px 0;
}

.service-item--detail {
  padding: 30px 15px;
}

.service-item {
  cursor: pointer;
  transition: all 0.5s;
}

.services-heading {
  margin: 0 2%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d5d5b5;
}

.services-heading h2 {
  text-transform: uppercase;
  color: white;
}

.services-sec {
  background: url("../images/servicebg.jpg.png") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

.services-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 60, 127, 0.72);
  z-index: -1;
}

/* Testimonial End */

/* Covered Slider Starts */

.covered-slidder {
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

.covered-slidder .slick-slide {
  opacity: 1;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.covered-slidder .slick-slide .covered-card .covered-card-img {
  background-color: #599bd5;
  border-radius: 50%;
  overflow: hidden;
  transition: background-color 0.3s ease;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.covered-slidder .slick-center .covered-card .covered-card-img,
.covered-slidder .slick-slide .covered-card .covered-card-img:hover {
  background-color: #3b3c7f !important;
}

.covered-slidder .covered-card {
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}

.covered-slidder .covered-card-img img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.covered-slidder .covered-card-txt {
  padding: 15px;
}

.covered-slidder .covered-card-txt h4 sup {
  font-size: 22px;
}

.covered-slidder .covered-card-txt h4 {
  color: black !important;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.covered-slidder .slick-slide:not(.slick-center) {
  opacity: 0.8;
}

.covered-slidder .slick-center {
  opacity: 1 !important;
}

section.covered-sec {
  padding: 100px 0;
  contain-intrinsic-block-size: AUTO 100px;
}

.covered-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.covered-heading p {
  width: 50%;
}

.covered-heading h2 {
  text-transform: uppercase;
}

/* Covered Slider Ends */

/* Choose us sec starts  */

.choose-us {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: url("../images/choose-us-bg.jpg.png") no-repeat center center;
  background-size: cover;
  padding: 50px 0 0px 0;
  margin-bottom: 100px;
}

.choose-us-box {
  width: 50%;
  background-color: white;
  padding: 40px;
  border-radius: 10px 10px 0 0;
}

.choose-us-box h2 {
  text-transform: uppercase;
}

p.choose-para {
  color: #3b3c7f;
  font-weight: 550;
  text-transform: uppercase;
  padding: 4px 0 10px 0;
}

.choose-us-box p {
  padding: 0px 0 20px 0 !important;
}

.verify-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.verify-ul li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
}

ul.verify-ul li img {
  padding-right: 10px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(69%) saturate(694%)
    hue-rotate(203deg) brightness(90%) contrast(91%);
}

.choose-us .web-btn {
  background: linear-gradient(45deg, #3b3c7f, #5a5b9f, #3b3c7f, #5a5b9f);
}

.choose-us .web-btn span img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(7%) saturate(5133%)
    hue-rotate(201deg) brightness(94%) contrast(94%);
}

.choose-us .web-btn:hover {
  background: linear-gradient(45deg, #3b4c7f, #5a6b9f, #3b3c8f, #5a5b9f);
  background-size: 400%;
  animation: swipe 8s linear 22;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(52, 81, 109, 0.6);
}

/* Choose us sec ends */

/* What Customer Says Start */

.customer-review-item {
  background: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 19px 1px #0000005e;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  width: 24vw;
  height: 263px;
  border-radius: 10px;
  /*max-height: 250;*/
}

.customer-review-slider
  .slick-slide.slick-current
  .customer-review-item
  .customer-review-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 10px;
  margin: -100px 0 60px 0;
}

.customer-review-slider .customer-review-item .customer-review-quote img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 4px solid white;
  position: absolute;
  top: -12%;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
}

.customer-review-quote {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.customer-review-slider .slick-track {
  padding: 50px 0;
  display: flex;
  justify-content: start;
}

.customer-review-slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
}

.customer-review-slider .slick-slide.slick-current .customer-review-item {
  box-shadow: 0 10px 0px 0 #fff;
  background-color: #3b3c7f;
  width: 29vw;
  /*height: 253px;*/
}

.customer-review-slider .slick-slide.slick-current .customer-review-item h5 {
  color: white;
}

.customer-review-slider .slick-slide.slick-current .customer-review-item p {
  color: white;
}

.customer-review-slider .slick-slide .customer-review-item:hover {
  box-shadow: 0 10px 0px 0 #fff;
  background-color: #3b3c7f;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.customer-review-slider .customer-review-item:hover h5 {
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.customer-review-slider .customer-review-item:hover p {
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.customer-review-slider .slick-slide.slick-current {
  transition: 0.5s all;
}

.customer-review-slider .slick-list {
  padding-left: 35px;
  padding-right: 30px;
}

section.what-customer-says .slick-dots li button:before,
section.what-customer-says1 .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #9bb2b5;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  transition: all 0.3s ease;
}

section.what-customer-says .slick-dots li.slick-active button:before,
section.what-customer-says1 .slick-dots li.slick-active button:before {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 5px solid #599bd5;
  border-radius: 50%;
  transform: translateY(-5px);
}

section.what-customer-says .slick-dots,
section.what-customer-says1 .slick-dots {
  position: absolute;
  bottom: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 50px;
}

section.what-customer-says .slick-dots li,
section.what-customer-says1 .slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

section.what-customer-says .slick-dots li button,
section.what-customer-says1 .slick-dots li button {
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}

.customer-review-slider
  .slick-slide.slick-current
  .customer-review-item::before {
  opacity: 0;
}

.customer-review-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-name h5 {
  text-transform: uppercase;
  color: #969696;
}

.customer-name p {
  padding: 20px 0;
}

.review-starrs i {
  color: #ff9702;
}

.centerCol {
  margin: 0 auto;
}

.customer-say-heading {
  margin-bottom: 15px;
}

.customer-say-heading h2 {
  text-transform: uppercase;
}

section.what-customer-says {
  padding-bottom: 50px;
}

/* What Customer Says End */

.consult-form .web-btn {
  background: linear-gradient(45deg, #3b3c7f, #5a5b9f, #3b3c7f, #5a5b9f);
  background-size: 400%;
  animation: swipe 8s linear infinite;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(52, 81, 109, 0.6);
  margin-left: 10px;
  border: 1px solid transparent;
  margin-top: 15px;
}

.consult-form .web-btn span img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(7%) saturate(5133%)
    hue-rotate(201deg) brightness(94%) contrast(94%);
}

.consult-form input {
  width: 100%;
  height: 50px;
  padding: 20px;
  margin: 10px 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.consult-form select {
  height: 50px;
  margin: 10px 0;
  border: 1px solid #dddd;
  border-radius: 5px;
}

.consult-form input::placeholder {
  text-transform: capitalize;
  color: black;
}

.consult-form textarea {
  height: 200px;
  padding: 20px;
  border: 1px solid #dddd;
  border-radius: 5px;
  width: 100%;
  resize: none;
  margin: 10px 0;
}

.consultation-left form .txtarea-row {
  margin: 0;
  padding: 0;
}

.consult-left-heading h2 {
  text-transform: uppercase;
}

.consult-left-heading p {
  padding-bottom: 12px;
}

.consultation-right img {
  height: 610px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

section.consultation > .container {
  padding: 0 4%;
}

section.consultation {
  padding: 50px 0 100px 0;
}

.consultation-right {
  padding-left: 2%;
}

.consultation-right {
  padding-left: 5%;
}

/* Consultation sec starts  */

/* Consultation sec ends */

/* footer start */

footer {
  background-color: #3b3c7ff5;
  padding-top: 5%;
}

.footer-logo-wraper p {
  color: white;
}

.footer-logo > p {
  color: #e9e5e5;
  padding: 30px 0 30px 0;
}

.quick-links > p {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.footer-services > p {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.contanct-info-footer > p {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

ul.quick-links-list {
  display: flex;
  gap: 100px;
}

ul.quick-links-list div li {
  padding: 10px 0;
}

ul.footer-services-list li {
  padding: 15px 0;
}

ul.contanct-info-footer-list a {
  padding: 30px 0;
  display: flex;
  align-items: center;
  color: #939393;
}

ul.contanct-info-footer-list a i {
  padding-right: 20px;
}

ul.quick-links-list div li a {
  color: #939393;
}

ul.quick-links-list div li a {
  color: #e9e5e5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: inline-flex;
}

ul.quick-links-list div li a:hover {
  color: #599bd5;
  transform: translateY(-2px) scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

ul.quick-links-list div li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #599bd5;
  transition: width 0.3s ease-in-out;
}

ul.quick-links-list div li a:hover::after {
  width: 100%;
}

.footer-services-list a {
  color: #e9e5e5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}

.footer-services-list a:hover {
  color: #599bd5;
  transform: translateY(-2px) scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-services-list a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #599bd5;
  transition: width 0.3s ease-in-out;
}

.footer-services-list a:hover::after {
  width: 100%;
}

ul.contanct-info-footer-list a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  color: #e9e5e5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

ul.contanct-info-footer-list a:hover {
  color: #599bd5;
  transform: translateY(-2px) scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

ul.contanct-info-footer-list a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #599bd5;
  transition: width 0.3s ease-in-out;
}

ul.contanct-info-footer-list a:hover::after {
  width: 70%;
}

.copy-right-row p {
  color: white;
}

.footer-social-icon {
  display: flex;
  gap: 35px;
}

ul.footer-social-icon a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul.footer-social-icon a:hover {
  background-color: #599bd5;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul.footer-social-icon a i {
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.copy-right-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #616161;
  margin: 20px 0 0 0;
}

.footer-logo-wraper img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-logo-wraper img:hover {
  transform: scale(1.1) translateY(-2px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  cursor: pointer;
  filter: brightness(1.1);
}

.footer-logo > h5 {
  color: white;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.news-letter > p {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.news-letter input {
  width: 100%;
  height: 50px;
  background-color: #3b3c6f;
  border: 1px solid transparent;
  padding: 20px;
  color: white;
  margin: 20px 0 40px 0;
  border-radius: 5px;
}

.news-letter button {
  border: 1px solid transparent;
  margin-bottom: 30px;
}

.news-letter a {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-left: 30%;
}

.news-letter input::placeholder {
  color: #cbc5c5;
}

/* footer end */

/* About Us page Starts  */

.about-page-wrapper .abt-our-mision {
  background-color: #599bd5;
  margin-left: -4%;
  margin-top: -2%;
  border-radius: 10px;
  height: 17vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 0 0 5%;
}

.about-page-wrapper .abt-our-mision h3 {
  font-size: 48px;
}

.inner-banner {
  height: 600px;
  background: url("../images/hero-banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
  background-position: 0 -69px;
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 60, 127, 0.8);
  z-index: -1;
}

.inner-banner-right {
  position: relative;
  width: 100%;
  height: 50.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner-right img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -28px;
}

section.inner-banner .container-fluid {
  width: 100%;
  height: 100%;
}

section.inner-banner .container-fluid > .row {
  width: 100%;
  height: 100%;
}

.inner-banner-left {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.inner-banner-left h1 {
  text-transform: uppercase;
}

.inner-banner-right-wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.inner-banner-right-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  height: 42vh;
  width: 24vw;
  background-color: #599bd5;
  z-index: 0;
  border-radius: 50% 50% 0 0;
}

/* About Us page Ends */

/* Contact Us Page Starts  */

.contact-page-wrapper .consultation {
  padding: 100px 0 100px 0;
}

/* Contact Us Page ENds */

/* Services page Starts  */

.service-page-sec .service-item {
  background-color: #3b3c7f;
  border-radius: 10px !important;
}

.service-page-sec .service-item:hover {
  background-color: #599bd5 !important;
  transition: all 0.5s;
}

.service-page-sec .service-item:hover .web-btn {
  background: linear-gradient(45deg, #3b3c7f, #5a5b9f, #3b3c7f, #5a5b9f);
}

.service-page-sec .service-item:hover .web-btn span img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(7%) saturate(5133%)
    hue-rotate(201deg) brightness(94%) contrast(94%);
}

.service-page-sec .service-item:hover .web-btn:hover {
  background: linear-gradient(45deg, #3b4c7f, #5a6b9f, #3b3c8f, #5a5b9f);
  background-size: 400%;
  animation: swipe 8s linear 22;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(52, 81, 109, 0.6);
}

section.service-page-sec {
  padding: 100px 0;
}

section.service-page-sec .service-item {
  margin: 0 15px;
}

section.service-page-sec .row {
  margin-bottom: 60px;
}

/* Services page Ends */

/* Serice Detail page Starts  */

.services-d-img img {
  height: 585px;
  width: 100%;
  object-fit: cover;
}

section.servicespage-sec {
  padding: 100px 0;
}

.services-d-img > img {
  border-radius: 10px;
}

.services-d-txt h2 {
  text-transform: uppercase;
  padding: 10px 0;
}

.services-d-txt p {
  padding: 10px 0;
}

/* Serice Detail page ENds */

/*Faq Start*/

.menuSec.chg {
  background: #000;
}

.frequently-asked-questions {
  background: #172572;
  text-align: center;
  padding: 100px 0 180px;
}

.frequently-asked-questions-box h2 {
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.frequently-asked-questions-box h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 10px;
}

.frequently-asked-questions-box p {
  color: #fff;
  width: 60%;
  margin: 0 auto;
}

.frequently-asked-questions-box ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.frequently-asked-questions-box ul li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #29292d;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.buzzing-universe-overview-sec .row {
  justify-content: center;
}

.buzzing-universe-overview-faqs-box {
  background: #fff;
  padding: 100px 0;
}

.buzzing-universe-overview-sec {
  margin-top: 0;
}

.buzzing-universe-overview-faqs-box h2 {
  text-align: center;
  color: #2e58a6 !important;
  font-size: 35px;
  font-weight: 600;
}

.buzzing-universe-overview-sec .accordion-item {
  padding: 10px 0 10px;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0 !important;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed) {
  color: #000;
  border: none;
  background-color: transparent;
  font-size: 20px;
}

.buzzing-universe-overview-sec .accordion-button {
  font-size: 20px;
  color: black;
  border: none;
}

.buzzing-universe-overview-sec .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(9%)
    hue-rotate(88deg) brightness(98%) contrast(102%);
}

.buzzing-universe-overview-sec .accordion-body p {
  margin: 0;
  color: #6f787e;
  font-size: 15px;
}

.banner-text.faqtxt h1 {
  font-size: 60px;
}

span.faq-num {
  display: inline-flex;
  background-color: #3b3c7f;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  margin: 0 15px 0 0;
}

/*Faq End*/

/* Chat Box CSS Starts */

.chat-box-wrapper .chat-box {
  position: fixed;
  bottom: 20px;
  right: 82px;
  width: 300px;
  height: 400px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}

.chat-box-wrapper .chat-box.active {
  transform: scale(1);
  z-index: 1;
}

.chat-box-wrapper .chat-header {
  background: #3b3c7f;
  color: white;
  padding: 10px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chat-box-wrapper .chat-messages {
  height: 290px;
  padding: 10px;
  overflow-y: auto;
}

.chat-box-wrapper .chat-input {
  padding: 0 17px;
  display: flex;
  gap: 5px;
}

.chat-box-wrapper .chat-input input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.chat-box-wrapper .chat-input button {
  padding: 5px 10px;
  background: #3b3c7f;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.chat-box-wrapper .chat-input button:hover {
  background: #0056b3;
}

.chat-box-wrapper .toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #0056b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: bounce 1s infinite;
}

.chat-box-wrapper .toggle-btn::before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
}

.chat-box-wrapper .chat-box.active .toggle-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
}

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

/* Chat Box CSS Ends */

/* Services Bnnaer Starts  */

.services-inner-banner {
  height: 750px;
  background: url(../images/hero-banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
  background-position: 0 -69px;
}

.services-inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 60, 127, 0.8);
  z-index: -1;
}

.services-inner-banner .container-fluid {
  width: 100%;
  height: 100%;
}

.services-inner-banner .container-fluid > .row {
  width: 100%;
  height: 100%;
}

.services-banner-left {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.services-banner-right {
  display: flex;
  align-items: flex-end;
  height: 100%;
  gap: 5vw;
  padding: 0 0 3vh 0;
  justify-content: center;
}

.before-comp-img img {
  height: 45vh;
  width: 400%;
  object-fit: cover;
  object-position: 0 -1;
  border: 6px solid #599bd5;
  border-radius: 10px;
  box-shadow: 0 0 15px 3px rgba(89, 155, 213, 0.7);
}

.after-comp-img img {
  height: 44vh;
  width: 100%;
  object-fit: cover;
  border: 6px solid #599bd5;
  border-radius: 10px;
  box-shadow: 0 0 15px 3px rgba(89, 155, 213, 0.7);
}

.after-comp-img {
  margin: 0 0 12vh 0;
  position: relative;
}

.after-comp-img::after {
  content: "";
  position: absolute;
  height: 90px;
  background: url("../images/top-arrow.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  left: -9vw;
  width: 140px;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
}

.before-comp-img {
  position: relative;
}

.before-comp-img::before {
  content: "";
  position: absolute;
  height: 90px;
  background: url("../images/bottom-arrow.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
  bottom: 0;
  right: -9vw;
  width: 140px;
  animation: scaleAnimation 2s ease-in-out infinite alternate;
}

.services-banner-right h6 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}

.before-comp-img h6 {
  position: absolute;
  top: 20px;
  left: 20px;
}

.after-comp-img h6 {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* Services Bnnaer ENds */

.home-banner-right img {
  height: 55vh;
}

.why-choose-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.why-choose-btn .choose-us-logo,
.why-choose-btn .chs-logo {
  width: 60%;
}
