body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

::selection {
  background-color: #2b2e34;
  color: #ffffff;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1375px;
  margin: 0 auto;
  width: calc(100% - 15px);
}

.secondary-color {
  color: #444444;
}

.primary-color {
  color: #4071b3;
}

.text-black {
  color: #2b2e34 !important;
}

.bg-black {
  background-color: #2b2e34 !important;
}

.bg-light {
  background-color: #fff !important;
}

form .form-control {
  border-radius: 0px;
}

form textarea.form-control {
  height: 130px;
  resize: none;
}

form .form-control:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}
/* button start */
.button_su_inner {
  display: inline-block;
  background: #2b2e34;
  color: #f4f4f4;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
  transition: all 0.5s;
  text-decoration: none;
  padding: 10px 24px;
  position: relative;
  z-index: 2;
  box-shadow: none;
  outline: none;
  border: 0;
}
.button_su_inner:hover {
  color: #f4f4f4;
}
.button_su_inner::after {
  position: absolute;
  content: "";
  background-color: #4071b3;
  width: 0%;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  z-index: -1;
}
.button_su_inner:hover::after {
  width: 100%;
  height: 100%;
}
/* button end */

/* social media icon start */
.phone-box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s all;
  z-index: 0;
  position: relative;
  cursor: pointer;
}
.phone-box:hover::before {
  transform: rotate(40deg) scale(2);
  left: -20px;
  bottom: 10px;
}
.phone-box::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: rotate(40deg) scale(2);
  left: -50px;
  bottom: -50px;
  transition: 0.5s all;
  position: absolute;
  background: #4071b3;
  transform-origin: 0;
}
/* social media icon end */

/* header start */
.navbar .nav-menus {
  align-items: flex-start !important;
}
.navbar::before {
  position: absolute;
  content: "";
  background: #ffffff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 51%;
  z-index: -1;
  box-shadow: 0px 10px 10px -10px rgb(0 0 0 / 15%);
}
.navbar-brand {
  width: 131px;
  height: 131px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}
.navbar-collapse.show .mobile-close-btn {
  transform: rotate(180deg);
  transition: 0.6s ease;
}
.navbar .call-btn {
  position: absolute;
  right: 85px;
}
.navbar .inquiry-btn {
  position: absolute;
  right: 40px;
  cursor: pointer;
}
.navbar-toggler {
  border: 1px solid #2b2e34 !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-dots {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2b2e34;
  border-radius: 50%;
  position: relative;
}
.three-dots::before,
.three-dots::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #2b2e34;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.three-dots::before {
  top: -8px;
}
.three-dots::after {
  top: 8px;
}
.inquiry-btn .phone-box img {
  filter: brightness(0) invert(1);
  transition: 0.3s ease;
  width: 16px;
}
.navbar .navbar-nav .nav-item .nav-link {
  transition: all 0.5s;
  position: relative;
}
.navbar .navbar-nav .dropdown .nav-link {
  display: inline-block;
}
.navbar .navbar-nav .nav-item {
  display: inline-block;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #4071b3;
}
.navbar-nav .nav-link.active {
  color: #4071b3 !important;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 25px;
  background-color: #4071b3;
  width: 0px;
  height: 2px;
  transition: all 0.5s;
}
.navbar .navbar-nav .nav-item:hover .nav-link::before {
  width: 30px;
}
.navbar .navbar-nav .nav-item .nav-link.active::before {
  width: 30px;
}

.nav-item .arrow-img {
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(95%) contrast(90%);
  transition: all 0.5s;
}
.nav-item:hover .arrow-img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(64%) saturate(563%)
    hue-rotate(179deg) brightness(93%) contrast(90%);
}
.dropdown .arrow-btn .arrow-img {
  transform: rotate(90deg);
  transition: all 0.5s;
}

.dropdown-toggle::after {
  display: none;
}
.dropdown .dropdown-menu li + li {
  border-top: 1px solid #cecece;
}
.dropdown:hover .dropdown-menu li {
  transition: all 0.5s;
}
.dropdown:hover .dropdown-menu li:hover {
  background-color: #4071b3;
}
.dropdown:hover .dropdown-menu li a {
  transition: all 0.5s;
}
.dropdown:hover .dropdown-menu li:hover a {
  background-color: transparent;
  color: #fff;
}
.navbar .dropdown-toggle .arrow-img {
  position: absolute;
  right: 5px;
}
/* header end */

/* hero section start */
.hero-section {
  width: 100%;
  height: auto;
}
.heroSwiper {
  width: 100%;
  height: 100vh;
}
.hero-section .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-section .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1;
}
.slide1 {
  background: url("../img/slider-1.png") no-repeat center/cover;
}
.slide3 {
  background: url("../img/slider-2.png") no-repeat center/cover;
}
.slide2 {
  background: url("../img/slider-1.png") no-repeat center/cover;
}
.hero-content {
  position: absolute;
  bottom: 113px;
  right: 0;
  z-index: 2;
  left: 0;
}
.hero-content h1 {
  color: #fff;
  z-index: 2;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  max-width: 800px;
  letter-spacing: 1.2px;
}
.hero-nav {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  gap: 5px;
  opacity: 0;
  transition: 0.3s;
}
.hero-section:hover .hero-nav {
  opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

/* Pagination Container */
.hero-section .swiper-pagination {
  position: relative;
  bottom: 8%;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.custom-pagination {
  display: flex;
  align-items: center;
}
.page-number {
  color: #fff;
  font-weight: 600;
}
.page-number::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: middle;
}
.progress-line {
  width: 131px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.progress-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: rgb(255, 255, 255);
  opacity: 1;
  transition: all 0.5s;
}
.swiper-pagination-bullet-active .progress-line::after {
  width: 100%;
  opacity: 1;
}
.hero-section .swiper-pagination-bullet {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
  gap: 0px;
  background: none;
  opacity: 1;
  width: auto;
  height: 1px;
  opacity: 0.8;
}
/* hero section end */

/* about-company start */
h3 {
  font-size: 18px;
  font-weight: 600;
  color: #4071b3;
  line-height: 1;
  letter-spacing: 3px;
  padding-bottom: 15px;
}
h2 {
  font-size: 45px;
  font-weight: 600;
  color: #2b2e34;
  line-height: 1.1;
  padding-bottom: 35px;
}
p {
  font-size: 17px;
  font-weight: 500;
  color: #444444;
  line-height: 1.6;
  padding-bottom: 40px;
}
h4 {
  font-weight: 600;
  color: #444444;
}
.btn-about {
  border: 1px solid #4071b3;
  border-radius: 0px;
  position: relative;
  text-align: center;
  transition: 0.5s all;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  align-items: stretch;
  z-index: 0;
}
.btn-about::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #4071b3;
  transition: all 0.5s;
  z-index: -1;
}
.btn-about > span.text {
  position: relative;
  z-index: 2;
  color: #2b2e34;
  display: flex;
  align-items: center;
  transition: 0.4s all;
}
.btn-about:hover span {
  color: #ffffff;
}
.btn-about:hover::before {
  width: 100%;
}
.btn-about .arrow-img {
  background: #4071b3;
  object-fit: none;
  transition: 0.5s all;
  border: 1px solid #4071b3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-about:hover .arrow-img {
  background: #ffffff;
}
.btn-about .arrow-img img {
  width: 12px;
  height: 16px;
  margin-left: -2px;
  filter: invert(0);
  transition: all 0.5s;
}
.btn-about:hover .arrow-img img {
  filter: invert(1);
}
.about-company {
  background-color: #f3f3f3;
  position: relative;
}
.about-company::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/about-company-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
  background-blend-mode: multiply;
}
.about-company .container {
  position: relative;
  z-index: 2;
}
.about-company .about-key-strengths {
  position: relative;
}
.border-title {
  position: relative;
  max-width: 720px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 0;
}
.about-company .feature-card .icon-box img {
  max-width: 75px;
}
.border-title h4 {
  background-color: #f4f4f4;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.border-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #cecece;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.feature-section {
  background: #f5f5f5;
}
.feature-card {
  position: relative;
  background: #ffffff;
  padding: 69px 30px;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.5s;
}
.feature-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.feature-card span {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}
.feature-swiper .swiper-wrapper {
  justify-content: stretch;
}
.feature-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.feature-card h6 {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
}
.feature-card p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
}
.feature-card hr {
  border: none;
  height: 2px;
  background-color: #b2b2b2;
  width: 100%;
  margin: 25px 0;
  transition: all 0.5s;
  opacity: 1;
}
.feature-card .icon-box::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 150px;
  height: 150px;
  background: rgba(200, 200, 200, 6.3);
  background: -webkit-linear-gradient(
    135deg,
    rgb(147 147 147) -100%,
    rgba(0, 0, 0, 0) 55%
  );
  background: -moz-linear-gradient(320deg, #939393 -100%, rgba(0, 0, 0, 0) 55%);
  background: linear-gradient(
    135deg,
    rgb(147 147 147) -100%,
    rgba(0, 0, 0, 0) 55%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8C8C8", endColorstr="#000000", GradientType=0);
  z-index: 0;
  transition: all 0.5s;
  opacity: 0.5;
}
.feature-card::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 150px;
  height: 150px;
  background: rgba(200, 200, 200, 6.3);
  background: -webkit-linear-gradient(
    320deg,
    #939393 -100%,
    rgba(0, 0, 0, 0) 55%
  );
  background: -moz-linear-gradient(320deg, #939393 -100%, rgba(0, 0, 0, 0) 55%);
  background: linear-gradient(320deg, #939393 -100%, rgba(0, 0, 0, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8C8C8", endColorstr="#000000", GradientType=0);
  z-index: 0;
  transition: all 0.5s;
  opacity: 0.4;
}
.feature-card:hover::before {
  opacity: 1;
}
.feature-card:hover hr {
  background-color: #2b2e34;
}
.icon-box img {
  position: relative;
  z-index: 1;
  perspective: 1000px;
}
.strength-pagination {
  display: flex;
  justify-content: center;
}
.feature-swiper .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
}
.feature-swiper .swiper-pagination-bullet-active {
  background-color: #4071b3;
}
.feature-card:hover hr {
  background: #ff2d16;
  opacity: 1;
}

.feature-card:hover .icon-box::before {
  top: 0;
  left: 0;
  opacity: 0.8;
}

.feature-card:hover::before {
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.about-company .about_img {
  display: block;
  position: relative;
}
.about-company .about_img .video-icon {
  position: absolute;
  display: flex;
  width: 130px;
  height: 130px;
  align-items: center;
  justify-content: center;
  /* margin-left: 15px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-company .about_img .video-icon a {
  color: #fff;
  font-size: 90px;
  border-radius: 50px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  display: block;
  position: relative;
  /* outline: 2px solid #ffffff3b; */
  z-index: 1;
  /* outline-offset: 5px; */
  text-align: center;
  margin: 0 auto;
}
.about-company .about_img .video-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0;
  border: 35px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
  animation: btn_ring_anim 2.5s linear 1s infinite;
}
.about-company .about_img .video-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0;
  border: 35px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
  animation: btn_ring_anim 2.5s linear infinite;
}
@keyframes btn_ring_anim{
	0% { transform: scale(1); opacity:0.1 ;}
	50% { transform: scale(1.6); opacity:1; }
	100% { transform: scale(1.8); opacity:0; }
}
.about-company .about_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 40%);
}
.about-company .about_img .video-icon a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #4071b3;
    width: 45px;
    height: 45px;
    z-index: -1;
}
/* about-company end */

/* our-product start */
.our-product {
  background-color: #222433;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.our-product h3 {
  color: #6fb7e9 !important;
}
.our-product h2 {
  max-width: 894px;
  font-weight: 400;
  line-height: 1.1;
}
.our-product .container-fluid {
  max-width: 1650px;
  margin: 0 0 0 auto;
}
.our-product::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/our-product-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.53;
  z-index: -1;
  mix-blend-mode: color-burn;
  background-attachment: fixed;
}
.footer:before {
  opacity: 0.25;
}
.our-product .container {
  position: relative;
  z-index: 2;
}
.our-product .our-product-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.black-overlay {
  background-color: #222433;
  opacity: 1;
  width: 100%;
  position: absolute;
  height: 77px;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
}
.our-product .our-product-card:hover .black-overlay {
  height: 0px;
}
.our-product .our-product-card .our-product-img img {
  display: block;
  aspect-ratio: 1 / 0.981;
  transition: transform 0.45s ease;
}
.our-product .our-product-card:hover .our-product-img img {
  transform: scale(1.05);
}
.our-product .our-product-btn {
  background-color: #fafafa;
  border-radius: 0;
  height: 60px;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 27px;
  text-align: left;
}
.our-product .our-product-btn::before {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  width: 51px;
  height: 51px;
  background-color: #4071b3;
  transition: all 0.5s;
}
.our-product .our-product-btn .our-product-arrow-img {
  position: absolute;
  right: 22px;
  top: 22px;
}
.our-product .our-product-btn-transparant {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: left;
  transition: all 0.5s;
  padding-right: 52px;
  align-items: center;
  display: flex;
}
.our-product .our-product-card:hover .our-product-btn-transparant {
  background-color: white;
  border: 1px solid #ffffff;
  border-radius: 0;
  width: 93%;
  height: 60px;
  position: absolute;
  margin: 0 17px;
  bottom: 25px;
  text-align: left;
}
.our-product .our-product-btn-transparant::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background-color: #4071b3;
  transition: all 0.5s;
  border: 5px solid #222433;
}
.products-section .our-product-btn-transparant::before {
  border: 5px solid #f3f3f3;
}
.our-product .our-product-card:hover .our-product-btn-transparant::before {
  border: 5px solid #fff;
}
.our-product .our-product-btn-transparant span {
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding-left: 24px;
  font-weight: 500;
  transition: all 0.5s;
}
.our-product .our-product-card:hover .our-product-btn-transparant span {
  color: #2b2e34;
}
.our-product .our-product-btn-transparant .our-product-arrow-img {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 17px;
}
/* our-product end */

/* quality start */

.quality-img {
  background-image: url("../img/quality-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* quality end */

/* our-client start */
.our-client {
  background-color: #f3f3f3;
  position: relative;
  z-index: 0;
}
.our-client::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/about-company-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.our-box {
  position: relative;
  padding: 55px 40px;
  /* background: #f3f3f3; */
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
.icon {
  position: relative;
  z-index: 2;
}
.our-box img {
  transition: 0.5s all;
}
.our-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  opacity: 1;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.5s ease;
  z-index: 0;
}
.box1::before {
  background-image: url("../img/why-choose-3.png");
}
.box2::before {
  background-image: url("../img/why-choose-2.png");
}
.box3::before {
  background-image: url("../img/why-choose-1.png");
}
.our-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.5s ease;
  z-index: 0;
}
.our-box:hover::before,
.our-box:hover::after {
  transform: scaleY(1);
}
.our-box:hover .our-box-contant {
  border-color: #fff;
}
.our-box h4,
.our-box p {
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}
.our-box:hover h4,
.our-box:hover p {
  color: #fff;
}
.our-box p {
  max-width: 750px;
  line-height: 1.4;
}
.our-box h4 {
  font-weight: 500;
  color: #444444;
}
.our-box .icon-white {
  position: absolute;
  top: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.our-box:hover .icon-dark {
  opacity: 0;
}
.our-box:hover .icon-white {
  opacity: 1;
}
.our-box .our-box-contant {
  border-left: 2px solid #dee2e6;
  transition: all 0.5s;
  z-index: 1;
}
/* our-client end */

/* testimonial start */
.testimonials {
  display: block;
  position: relative;
  overflow: hidden;
}
.testimonials .swiper {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
}
.testimonials .swiper-slide {
  display: flex;
  justify-content: center;
  transition: 0.4s ease;
  height: auto;
}
.testimonials .slide-box {
  box-shadow: 1px 25px 50px rgba(0, 0, 0, 0.16);
  border: 1px solid #e4e4e4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
  opacity: 0.5;
  transform: scale(1);
  transition: 0.4s ease;
  position: relative;
}
.testimonials .slide-box p {
  padding-top: 54px;
}
.testimonials .slide-box .testimonial-quote {
  position: absolute;
  top: -30px;
  width: 66px;
  height: 50px;
}
.testimonials .slide-box .star-img {
  max-width: 11px;
}
.slide-box h5 {
  font-size: 19px;
  font-weight: 600;
  color: #2b2e34;
  padding-bottom: 30px;
}
.swiper-slide-active .slide-box {
  opacity: 1;
  transform: scale(1);
}
.slider-btns {
  position: relative;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 0;
}
.border-testimonial {
  background-color: #ffffff;
  padding: 0 5px;
}
.slider-btns::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #cecece;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.slider-btns button {
  border: 1px solid #c2c2c2;
  transition: all 0.5s;
  position: relative;
  background-color: #fff;
}
.slider-btns img {
  filter: grayscale(1) invert(1);
  transition: all 0.5s;
  opacity: 0.4;
}
.slider-btns button:hover img {
  filter: grayscale(0) invert(0);
  opacity: 1;
}
.slider-btns .prev-btn .arrow-img-pre {
  transform: rotate(180deg);
}
.slider-btns button:hover {
  background-color: #4071b3;
  border: transparent;
}
.slider-btns button + button {
  margin-left: 3px;
}
/* testimonial end */

/* solution start */
.solution {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  z-index: 0;
}
.solution::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/5244.svg");
  opacity: 0.41;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  z-index: -1;
}
.solution .container-fluid {
  max-width: 1650px;
  margin: 0 auto 0 0;
}
.solution .solution-content {
  position: relative;
  z-index: 2;
}
.solution-img {
  position: relative;
  height: 101%;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.solution-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.solution p {
  font-weight: 500;
  color: #444444;
  line-height: 1.4;
}
/* solution end */

/* footer start */
.footer .container {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 15px);
}
.footer .social-media-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgb(51 51 51 / 39%);
  position: relative;
  overflow: hidden;
}
.footer .social-media-icons a:after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
  background: #1d1f2f;
}
.footer .social-media-icons a:hover:after {
  width: 100%;
  height: 100%;
}
.footer .social-media-icons a img {
  width: 22px;
  height: 21px;
  transition: 0.5s all;
  filter: invert(20%) sepia(0%) saturate(9703%) hue-rotate(366deg)
    brightness(50%) contrast(100%);
}
.footer .social-media-icons .youtube-icon {
  width: 26px;
  height: 25px;
}
.footer .social-media-icons a:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%)
    contrast(100%);
}
.footer h5 {
  font-size: 17px;
  color: #6fb7e9;
}
.footer .personal-details h5 {
  color: #444444;
  font-weight: 600;
}
.footer h5.subtitle {
  font-size: 15px;
}
.footer hr {
  border-bottom: 1px solid #ffffff;
  opacity: 0.46;
  max-width: 206px;
  margin: 1.5rem 0;
}

.footer ul li:hover,
.footer ul li:hover a,
.footer a:hover {
  color: #6fb7e9 !important;
}
.footer a,
.copyright p {
  color: #ffffff !important;
  opacity: 0.85;
  transition: all 0.5s;
  white-space: pre-line;
  font-weight: 400;
}
.footer p {
  /* color: #ffffff;
  opacity: 0.85; */
  transition: all 0.5s;
  white-space: pre-line;
  font-size: 17px;
  font-weight: 500;
  color: #444444;
}
.footer .personal-details {
  /* background-color: #2b2d3d; */
  background-color: #ffffff;
}
.footer .colum-count {
  grid-template-columns: auto auto;
}
.footer .webplus-logo {
  filter: invert(1) grayscale(1) brightness(2);
  opacity: 0.55;
  transition: 0.5s all;
  margin-left: 3px;
}
.footer .webplus-logo:hover {
  filter: none;
  opacity: 1;
}
.footer .copyright p {
  font-size: 15px;
  max-width: auto;
  font-weight: 400;
}
/* footer end */

/* inquiry-form-modal */
.inquiry-form-modal .modal-dialog {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  position: relative;
}
.inquiry-form-modal .contact-form::before {
  width: 100%;
}
.inquiry-form-modal .modal-content {
  background-color: transparent;
  border: none;
  height: 93vh;
}
.inquiry-form-modal .modal-body {
  overflow-y: auto;
}
.inquiry-form-modal .modal-header {
  border: none;
}
.modal.right .modal-dialog::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: #cccc;
  top: 30px;
  z-index: -1;
}
/* .modal.right .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  transition: all 0.5s;
  background: #f3f3f3;
  max-width: 900px;
} */

/* .modal.right.show .modal-dialog {
  transform: translate(0, -50%);
} */
.inquiry-form-modal .btn-close {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  opacity: 1;
}
.inquiry-form-modal .btn-close:focus {
  box-shadow: none;
}
.inquiry-form-modal h2 {
  color: #2b2e34;
}
.inquiry-form-modal .inquiry-contact-form {
  position: relative;
  z-index: 0;
  width: 95%;
  padding: 30px 40px 40px 40px;
  margin: 0 0 0 auto;
}
.inquiry-form-modal .inquiry-contact-form .input-box input,
.inquiry-form-modal .inquiry-contact-form .input-box textarea {
  width: 100%;
  border: 1px solid rgba(32, 34, 49, 0.5);
  padding: 15px 20px;
  background: transparent;
}
.inquiry-form-modal .inquiry-contact-form .input-box input::placeholder,
.inquiry-form-modal .inquiry-contact-form .input-box textarea::placeholder {
  color: #2b2e34;
  opacity: 0.6;
}
.inquiry-form-modal .inquiry-contact-form .input-box input,
.inquiry-form-modal .inquiry-contact-form.input-box textarea {
  color: #2b2e34;
}
.inquiry-form-modal .inquiry-contact-form .input-box input:focus,
.inquiry-form-modal .inquiry-contact-form .input-box textarea:focus {
  border-color: #666666;
  outline: 1px solid rgba(32, 34, 49, 0.5);
}

/* back to top button */
#topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 51px;
  height: 51px;
  line-height: 51px;
  background-color: #4071b3;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

#topBtn.show {
  opacity: 1;
  visibility: visible;
}

#topBtn img {
  transform: rotate(270deg);
  transition: all 0.5s ease;
}

#topBtn:hover {
  background-color: #fff;
  border: 1px solid #4071b3;
}

#topBtn:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(64%) saturate(563%)
    hue-rotate(179deg) brightness(93%) contrast(90%);
}
