* {
  margin: 0px;
  padding: 0px;
}

.navbar-brand img {
  /* width: 80%; */
  width: 150px;
}


body {
  font-family: myriad-pro, Arial;
  /* font-family: "Roboto Serif", serif;  */
  font-weight: 100;
  font-style: normal;
}

.nav-item {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 20px;
}


.navbar-button {
  margin-left: auto;
}

.signup-btn {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.signup-btn:hover {
  opacity: 0.9;
}

.signup-btn .icon {
  stroke: white;
}




/* Set background for the whole carousel */
#heroSlider {
  background-color: #000;
  /* margin: 14px 0px; */
  margin-top: 72px;
}

/* Optional: Background for each slide */
.carousel-item {
  color: #fff;
  /* Optional: text color for contrast */

}

.slider-text {
  padding: 100px;
}



.slider-text h1 {
  font-weight: 500 !important;
  font-size: 33px;
}

.button-slider .btn {
  /* background: linear-gradient(90deg, #ff416c, #9933ff); */
  color: #fff;
}




.gradient-border-btn {
  background:
    linear-gradient(rgb(6, 6, 6), rgb(6, 6, 6)) padding-box,
    /* inner white background */
    linear-gradient(90deg, #ff416c, #9933ff) border-box;
  /* border gradient */
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 28px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.gradient-border-btn:hover {
  background:
    linear-gradient(#ff416c0d, #9933ff0d) padding-box,
    linear-gradient(90deg, #ff416c, #9933ff) border-box;
  color: #ffffff;
}



/* --------------- */




.gradient-border-btns {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 28px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  border: none;
}

.gradient-border-btns:hover {
  background:
    linear-gradient(#ff416c0d, #9933ff0d) padding-box,
    linear-gradient(90deg, #ff416c, #9933ff) border-box;
  color: #faf9fa;
}





/* ------------------- */

.slider-image {
  text-align: end;
  padding: 0px;
  margin: 0px;
}

section {
  margin: 50px 0px;
}

.techek-content h2 {
  text-align: center;
  /* Gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

.expert-image img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin: 8px 8px;
}


.expert-image {
  border: 2px dotted #ffc96b;
  border-radius: 50%;
  /* Rounded corners */
  height: 120px;
  width: 120px;
  margin: auto;

}

.expert-title {
  font-size: 20px;
  padding-top: 10px;
  background: linear-gradient(90deg, #701b2e, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}



.expert {
  padding-top: 30px;
}


.expert-imagea {
  border: 2px dotted #ff0011;
  border-radius: 50%;
  /* Rounded corners */
  height: 120px;
  width: 120px;
  margin: auto;

}


.expert-imagea img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin: 7px 9px;
}


/* --------- */


.expert-imageb {
  border: 2px dotted #00d1bc;
  border-radius: 50%;
  /* Rounded corners */
  height: 120px;
  width: 120px;
  margin: auto;

}


.expert-imageb img {
  width: 250px;
  height: 130px;
  margin: auto;
  margin: -6px -65px;

}

/* ----------------- */


.expert-imagec {
  border: 2px dotted #02355c;
  border-radius: 50%;
  /* Rounded corners */
  height: 120px;
  width: 120px;
  margin: auto;

}


.expert-imagec img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin: 9px 8px;
}

.service-arrow {
  text-align: center;
}

.service-title h5 {
  background: linear-gradient(90deg, #701b2e, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgb(255 243 243 / 15%) !important;
}

.service-content {

  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: 0.3s ease;
}

.service-content:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}




.service-icon {
  text-align: center;
  height: 100px;
}

.service-icon img {
  width: 80px;

}


.service-content p {
  /* background: linear-gradient(90deg, #701b2e, #4b1a7c); */
  /* background: linear-gradient(90deg, #54202c, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

  font-size: 15px;
  /* letter-spacing: 1px; */
  line-height: 26px;
  text-align: justify;
  color: #93a0af;

}

.service-content {
  margin-top: 20px;
  height: 450px;
  position: relative;
  cursor: pointer
}

.service-arrow {
  position: absolute;
  bottom: 100px;
  right: 0px;
  left: 20px;
  /* Optional: adjust as needed */
}



.card-text {
  max-height: 21vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-section {
  text-align: center;
}



.expert-image img {
  cursor: pointer;
}

.expert-imagea img {
  cursor: pointer;
}

.expert-imageb img {
  cursor: pointer;
}

.expert-imagec img {
  cursor: pointer;
}


a {
  text-decoration: none;
}




.tab-button button.active {
  color: rgb(255, 255, 255);
  /* color: white; */
  position: relative;
  /* border: solid 1px; */
  background: linear-gradient(90deg, #ff416c, #9933ff);
  /* width: 31%; */

}


.tab-button button {
  padding: 18px 18px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  margin: 0px 10px;
  letter-spacing: 1px;

  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(90deg, #ff416c, #9933ff) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 16px;
  color: #b26d6d;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;

}




.column-nature {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 80px;

}



.content img {
  /* width: 70px; */
  max-height: 70px;

}

.content p {
  background: linear-gradient(90deg, #701b2e, #4b1a7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  /* letter-spacing: 1px; */
  line-height: 26px;
  font-weight: 600;
}


.tab-button {
  margin-bottom: 40px;
}


#myBtnContainer {
  margin-top: 20px;
}



/* 
----------------------- */



.testimonial-section {
  /* background: rgba(255, 87, 34, 0.85); orange semi-transparent */
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  /* background: linear-gradient(90deg, #ff416c, #9933ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.section-subtitle {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.testimonial-card {
  background: #fff;
  color: #333;
  border-radius: 20px;
  padding: 20px;
  width: 300px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stars {
  color: #FFD700;
  /* Gold */
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.client-name {
  font-weight: bold;
}


.testimonial-section {
  background-image: url(../image/pattern-23.png);
  position: relative;
  overflow: hidden;
  padding: 100px 0px 0px;
  background: #0C0747;
  background: -webkit-linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
  background: -moz-linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
  background: linear-gradient(to right, #0C0747 0%, #18B0F0 100%);

  color: white;
}




.client-info-abs {
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* optional: adjust as needed */
}




.card {
  height: 430px;
  border-radius: 20px;
}


.text-warning {
  font-size: 29px;
  text-align: justify;
}

p.mb-5 {
  text-align: justify;
  /* background: linear-gradient(90deg, #54202c, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #93a0af;
  font-size: 15px;
  /* letter-spacing: 1px; */
  line-height: 26px;
}



span.fw-bold {
  background: linear-gradient(90deg, #701b2e, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* --------------------
======================
====================== */



.static-brand {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 32px 0;
  /* background: #fcf4e8; */
  /* background: linear-gradient(90deg, #ff416c, #9933ff); */
}

.info-text img {
  /* max-height: 60px; */
  width: 100%;
}


/* footer */


.footer {
  background: linear-gradient(to right, #1a1a3d, #4b0076);
  color: #fff;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 220px;
}

.logo {
  font-size: 28px;
  color: #fff;
}

.logo span {
  color: #1dd1a1;
}

.footer-column h4 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: #fff;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, 60px);
  gap: 33px; */
  /* justify-content: space-between; */
}

.gallery img {
  /* width: 100%;
  height: 50px; */
  width: 84px;
  height: 85px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.email-subscribe {
  display: flex;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.email-subscribe input {
  border: none;
  padding: 10px;
  flex: 1;
  background: transparent;
  color: white;
  outline: none;
}

.email-subscribe button {
  background: none;
  border: none;
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 15px;
  cursor: pointer;
}

.social-icons {
  margin-top: 40px;
}

.social-icons i {
  margin-right: 33px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
}

.social-icons i:hover {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight {
  color: #1dd1a1;
  font-weight: bold;
}

.footers {
  padding-top: 25px;
}

.footer-title {
  padding-top: 16px;
}


.footer-logo {
  height: 43px;
  margin-top: 11px;
  width: 60%;
}


.footer-column li {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 15px;
  color: #fff;
  font-family: myriad-pro, Arial;

}


.footer-column p {
  font-size: 16px;
  font-family: myriad-pro, Arial;
}




a {
  text-decoration: none;
}



.navbar {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  z-index: 999999;
  width: 100%;
  background-color: #fff;
  font-family: myriad-pro, Arial;
}



/* =========================
owl 
========================== */
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navbar Styling */






/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header .navbar {
  background-color: white;
  /* padding: 10px 0; */
  font-family: Arial, sans-serif;
}

/* Ensure navbar items align inline */
.navbar-nav {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  list-style: none;
  justify-content: space-between;
  margin: auto;

}

.navbar-nav .nav-item,
.navbar-nav .dropdown {
  position: relative;
  display: inline-block;
}

.navbar-nav a {
  text-decoration: none;
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  position: relative;
  /* padding: 8px 0; */
  /* display: inline-block; */
  color: #000;
  padding: .2rem 1rem;
}

/* Underline effect */
.navbar-nav a::after {
  content: '';
  height: 2px;
  width: 0;
  background: #004080;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;

}

.navbar-nav a:hover::after,
.dropdown:hover>a::after {
  width: 100%;

}

/* Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 220px;
  z-index: 1000;
}

.owl-dots {
  display: none !important;
}

.owl-nav {
  display: none;
}


.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}




.dropdown-menu a {
  padding: 12px 20px;
  font-size: 14px;
  color: #000;
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Signup Button */


.client-info-abs img {
  width: 80px !important;
}




#popupDialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1000;
  width: 35%;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}


input#name {
  margin-top: 5px;
  width: 100%;
  height: 45px;
  background-color: #ebebeb;
  border: none;
}

input#email {
  width: 100% !important;
  height: 45px;
  background-color: #ebebeb;
  border: none;


}

input#number {
  width: 100% !important;
  height: 45px;
  background-color: #ebebeb;
  border: none;


}


textarea {
  resize: vertical;
  width: 100%;
  background-color: #ebebeb;
  border: none;

}


label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #7d8989;
}


.popupDialog p {
  color: #004080;
  font-size: 20px;
  font-weight: 600;
}



/* --------==========  aleart ============== */


#customAlert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

#alertBox {
  background: white;
  padding: 20px;
  border-radius: 8px;
  min-width: 320px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 140px;
}




#alertBox button {
  padding: 2px 24px;
  border-radius: 20px;
  color: white;
  background: green;
  border: navajowhite;
}


#alertBox .alertbtn {
  padding: 2px 24px;
  border-radius: 20px;
  color: white;
  background: red;
  border: navajowhite;
}



.close-btn {
  color: white;
  background: red;
  border: none;
  padding: 5px 20px;
}

.submit-btn {
  background-color: green;
  color: white;
  padding: 5px 20px;
  border: none;


}


/* ===================  service-arrow button======================= */
.service-arrow {}

.btn-service {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  text-align: center;
}


.btn-service button {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #060606;
  /* background: linear-gradient(90deg, #ff416c, #9933ff); */
  border: none;
  padding: 1px 10px;
  margin-bottom: 10px;
  background: rgb(70 103 255 / 15%);
  font-size: 14px;
}


/* ----------- */


.img-fluid {
  height: auto;
  width: 100%;
}

a.position-fixed.bottom-0.end-0.m-4.z-3 {
  z-index: 999;
}





/* =======================================
RED MORE BOTTON
====================================== */


.btn-plus {
  font-size: 15px;
  font-weight: bold;
  /* display: inline-block; */
  position: relative;
  text-align: center;
  max-width: 36px;
  height: 36px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 6px;
  overflow: hidden;
  border: solid 1px #000000;
  color: #000000c7;
  padding: 8px 8px;
}

.btn-plus:hover {
  max-width: 100%;
  color: #10244b;
  transition: 0.8s;
  background-color: #aec1d3;
}

.btn-plus i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.btn-plus span {
  /* opacity: 1; */
  display: inline-block;
  /* overflow: hidden; */
  margin-left: 36px;
  line-height: 2.2em;
  padding-right: 15px;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
}

/* .btn-plus:hover span {
  opacity: 1;
} */

/* =============================-----------
==========================-------- */














/* ========================================
About
========================================== */



.about-sectiok {
  background-image: url(../image/abouts.png);
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  margin-top: 70px;
}


.about-hadding {
  text-align: center;
  padding-top: 100px;
}


.about-hadding h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;

}

h2 {
  margin: 0px;
  padding: 0px;
}

.about-amploy img {
  width: 100%;
  margin-top: 50px;
  border-radius: 20px;
  height: 550px;
  cursor: pointer;
}




.amploy-title {
  margin-top: 30px;

}

.amploy-title p {
  /* padding-top: 30px; */
  font-size: 16px;
  color: #93a0af;
  letter-spacing: 1px;
  line-height: 30px;
}




.rocket-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.rocket-icon img {
  margin-bottom: 10px;
}


.rocket-icon h2 {
  font-size: 18px;
  font-weight: 600;
}




.iconsa {
  margin-top: -11px !important;

}

p {
  margin: 0px;
}


.amploy-title h2 span {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: solid 2px #ff416c;
  padding-bottom: 2px;
}






.rocket-icon p {
  font-size: 16px;
  color: #93a0af;
  letter-spacing: 1px;
}


.hadding {
  border-bottom: solid 2px #ff416c;
    padding-bottom: 2px;
}


.techek-content p {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  color: #93a0af;
  letter-spacing: 1px;
}

.service-svg {
  margin: auto;
}



.service-svg img {
  width: 90px;
}


.svg-icona {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 90px;
  width: 100%;
  height: 160px;
}

.icon-container {
  text-align: center;
  margin-top: 20px;

}


.service-svg p {
  font-size: 18px;
  font-weight: 500;
}

.owl-slider {
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  padding: 40px;
  border: solid 1px gray;
  border-radius: 20px;
  height: 122px;
}


.client {
  height: 100px;
  width: 100px !important;
  margin: auto;
}

.owl-sliders {
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  border: solid 1px gray;
  border-radius: 20px;
  padding: 10px;
}


.slider-content {
  margin-top: 50px;
}

.service-btn button {
  padding: 7px 20px;
  /* border: none; */
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  /* border-bottom: solid; */
  text-align: center;
}

.service-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}


/* =========================================
  service
========================================= */

.service-logo {
  background-color: #dfd8d866;
  padding: 50px 0px;
}

/* .service-image {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
.service-img {
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 260px;
  background: url(../image/screen-desktop-bg.webp) no-repeat center center;
  background-size: 395px 246px;
  display: flex;
  justify-content: center;
}

.service-image {
  height: 260px;
  /* ✅ important */
  transition: transform 4s ease-out;
  /* ✅ smooth animation */
}

.service-image img {
  width: 289px;
  height: 205px;
  position: relative;
  top: 20px;
}

.service-img:hover .service-image {
  transform: translateY(calc(-100% + 190px));
}



/* =========================== */
/*portfolio_page*/
.portfolio_1 {
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 260px;
  background: url(../image/screen-desktop-bg.webp) no-repeat center center;
  background-size: 395px 246px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.imf-cover {
  width: 289px;
  height: 205px;
  overflow: hidden;
  position: relative;
  top: 20px;
}

.port_S_short {
  width: 100%;
  height: 205px;
  overflow: hidden;
  position: absolute;
}

.port_S_short img {
  width: 100%;
}

.port_S_short:hover {
  bottom: 0;
  position: absolute;
  top: 0;
}

.port_S_short img:hover {
  transform: translateY(calc(-100% + 182px));
  transition: 4s ease-out;
}

/* ================================ */

.service-contenta {
  padding-left: 80px;
}


.amploy-titlea {
  margin-top: 10px !important;
}

.lorem {
  padding: 0px !important;
}

.amploy-titlea h3 {
  padding-top: 60px;
}


.amploy-titlea button {
  float: inline-end;
  margin-top: 23px;
  padding: 7px 19px;
  border: solid 1px;


  font-size: 15px;
  font-weight: 600;
  background: transparent;
}

.amploy-titlea button:hover {
  background: rgba(70, 104, 255, 0.486);
  border: none;
  transition: 0.8s;
  border: solid 1px rgb(70 104 255 / 49%);

}



.amploy-titlea {
  text-align: start;
}

.infoce {
  color: white !important;
}

.interval {
  color: white !important;
  border-bottom: solid 2px #fff;
}



.footer-column li:hover {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100vw, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}






.map-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 50px;
  text-align: center;
  /* height: 300px; */
  height: 295px;
}

.map-content img {
  height: 100px;
  cursor: pointer;
}


.map-content h5 {
  padding-top: 10px;
  color: black;
}


/* ======== */

.rts-contact-fluid .form-wrapper form .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-contact-fluid .form-wrapper form .name-email input {
  width: 48.8%;
}


.rts-contact-fluid .form-wrapper input {
  background: #F6F6F6;
  height: 55px;
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}


.rts-contact-fluid .form-wrapper input {
  background-color: #ebebeb;
  height: 55px;
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  width: 100%;
  padding: 0 15px;
}


.rts-contact-fluid .form-wrapper textarea {
  height: 150px;
  background-color: #ebebeb;
  border-radius: 15px;
  padding: 15px 15px;
  border: 1px solid transparent;
}





.rts-contact-form-area {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 50px;
}

.rts-contact-fluid .rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 30px;
  background: linear-gradient(90deg, #ff416c, #9933ff);
  color: #fff;
  padding: 8px 22px;
  border: none;
  font-size: 16px;
  font-weight: 600;
}



/* map */
.rts-contact-map-area,
.contact-map-area-fluid,
.contact-map {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
}

.contact-map {
  border: 0;
  display: block;
}



/* slider button header */

button.carousel-control-prev {
  display: none;
}

button.carousel-control-next {
  display: none;
}


/* ------------ */


.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}


.slideInLeft {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(100vw, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}


/*======================================
   service-details
====================================== */



.webside-service p {
  font-size: 16px;
  color: #93a0af;
  letter-spacing: 1px;
  line-height: 30px;
}

.webside-service h2 {
  margin-bottom: 30px;
  /* font-weight: 600; */
}


.website-content img {
  width: 100%;
}



.website-bg {
  background-color: #c0bbbb98;
  padding: 50px 0px;
}



.aws-card {
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 20px;
}


.aws-section {
  display: flex;
  gap: 20px;
}



.aws-content img {
  width: 50px;
}


.aws-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.aws-card p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
}


.webside-service button {
  margin: 20px 0px;
  padding: 6px 34px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  background: rgba(70, 104, 255, 0.486);
}


.website-content img {
  cursor: pointer;
}



.footer-top {
  background-color: #c0bbbb98;
  padding: 25px 0px;
}

.footer-top img {
  height: 30px;
}



.footer-top-titles {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}


.footer-top-title button {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
}


.footer-top-title h5 {
  font-size: 18px;
  font-weight: 600;
}

.tab-section {
  margin-top: 50px;
}




/* =======================================
   service
   ======================================== */
.our-service h5 {
  font-size: 18px;
  font-weight: 600;
}

.our-service p {
  font-size: 15px;
  /* font-weight: 600; */
  line-height: 34px;
  color: #93a0af;
  letter-spacing: 1px;
}


.our-service strong {
  font-weight: 700;
  font-size: 18px;
}



.signup-btns {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 31px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 17px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 20px;
}



.echek {
  margin-bottom: 30px;
}



.counter-content {
  display: flex;
  justify-content: center;
}


.counter-content h2 {
  font-size: 44px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;

}


.stats-item h6 {
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  color: #fff;

}


.counter-content span {
  font-size: 44px;
  margin-top: -8px;
  font-weight: 700;
  color: #fff;

}


.about-sections {
  padding: 30px 0px;
  background: linear-gradient(90deg, #000000c5), url(../image/tiled-floor-background.jpg)
}



.service-btn {
  width: 100%;
  display: block;
  text-align: start;
}

.service-btn button {
  /* border-bottom: solid 1px; */
  text-align: start;
  border: none;
  border-bottom: solid 1px gray;
  border-radius: 0px;
}





.btn-plusa {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 14px;
  overflow: hidden;
  /* border: solid 1px #10244b; */
  color: #10244b;
  margin-top: 20px;
}



.btn-plusa i {
  padding: 0px 10px;
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ----------- */

.website-content {
  position: relative;
  width: 100%;
  background: radial-gradient(#111111e2 50%, #000000d8 100%);
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}

.website-content.img {
  width: 100%;
  display: block;
  transform: scale(1.3);
  transition: 0.2s ease-out;
}

.website-content:hover img {
  transform: scale(1.1) translateY(-20px);
  opacity: 0.3;
  transition: 1s;
}

.website-content .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
}

/* -------- */

/* .service-content {
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.service-content:hover {
  transform: rotateY(180deg);
      box-shadow: 0 0 10px rgba(35, 173, 278, 1);
}


 .service-content:hover .service-title {
  transform: rotateY(180deg); 
}


 .service-content:hover .button-next{
  transform: rotateY(180deg); 
     padding-left: 20px;
 }

 .service-content:hover .btn-service{
    transform: rotateY(180deg); 

 } */

/* -------- */

.expert-image img:hover {
  transform: scale(1.1);
}

.expert-image img:hover {
  transition: transform 0.6s ease;
}


.expert-imagea img:hover {
  transform: scale(1.1);
}

.expert-imagea img:hover {
  transition: transform 0.6s ease;
}


.expert-imageb img:hover {
  transform: scale(1.1);
}

.expert-imageb img:hover {
  transition: transform 0.6s ease;
}


.expert-imagec img:hover {
  transform: scale(1.1);
}

.expert-imagec img:hover {
  transition: transform 0.6s ease;
}


.service-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  max-width: 300px;
  /* Optional: fix button width */
}

.btn-plusa {
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid gray;
  background: transparent;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}


.rts-contact-fluid .form-wrapper form .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}



.rts-contact-fluid .form-wrapper form .name-email input {
  width: 100%;
}


.rts-contact-form-area {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 50px 0px;
}




.techek-contenta {
  margin-top: -7px;
  /* margin-bottom: 37px; */
  text-align: center;
}



/* 
-------- */
@-webkit-keyframes shine {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes shine {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 100%;
  }
}


.techek-contenta {
  text-transform: capitalize;
  background: linear-gradient(90deg, #ff416c, #9933ff);

  background-repeat: no-repeat;
  background-size: 90%;
  animation: shine 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-weight: 600; */
  margin-bottom: 0px;
}

/* ------- */


/* ========================== */
.banner,
section#home {
  position: relative;
  overflow: hidden;
}

.banner-text,
.banner-text h1,
.banner-btn,
.banner .default-btn {
  position: relative;
  z-index: 2;
}

.banner-text h1 {
  color: #ffffff;
  font-weight: 500 !important;
  font-size: 33px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
  font-family: myriad-pro, Arial;
  font-style: normal;
}

.current-item {
  color: #fff;
}

.banner-btn a.default-btn {
  z-index: 2;
  position: relative;
}

.banner,
.banner * {
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.banner,
.banner-text,
.banner-text h1 {
  transform: none !important;
  will-change: auto !important;
}


.bounce-effect {
  width: 100%;
  height: auto;
  max-width: 1600px;
  object-fit: cover;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


/* ====== HERO / BANNER FIXES (paste at end of your CSS) ====== */

section#home.banner {
  position: relative;
  overflow: hidden;
}

section#home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#home,
section#home * {
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.banner-image img,
.banner-image .bounce-effect,
.banner-image img.bounce-effect {
  display: block;
  width: 100%;
  height: auto;
  max-width: 640px;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  /* height: 520px; */
}


.up-down-move,
.down-down-move {
  animation: upDownMove 2.3s linear 0s infinite normal both;
  transform-origin: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


.down-down-move {
  animation-direction: normal;
}

@keyframes upDownMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .up-down-move,
  .down-down-move {
    animation: none !important;
    transform: none !important;
  }
}



.banner-btn a.default-btn {
  padding: 10px 30px 10px 30px;
  background-color: transparent;
  background-image: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  border-radius: 6px 6px 6px 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.banner-btn a.default-btn {
  background: #fff;
  color: #513DE8;
}


.down-down-move {
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: down-down-move;
  animation-timing-function: linear;
}

@keyframes up-down-move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-14px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes down-down-move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-14px)
  }

  100% {
    transform: translateY(0)
  }
}

header.header_sec .address-text .phone a {
  color: #fff !important;
}

.sticky .address-icon.icon_1.elementor-repeater-item-4223cec img {
  filter: none !important;
}

header.header_sec .sticky a.number_btn {
  color: #323F7C !important;
}



.wave-effect {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 150px;
  overflow: hidden;
}

.waves-shape.shape-one {
  z-index: 15;
  opacity: 0.5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.wave-one {
  background-image: url('../Images/Recharge Admin Software/wave-1.webp');
  background-size: 50% 100px;
}

.waves-shape.shape-two {
  z-index: 10;
  opacity: 0.75;
}

.waves-shape.shape-three {
  z-index: 5;
}

.waves-shape {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wave-two {
  background-image: url(../image/wave-2.png);
  background-size: 50% 80px;
}

.wave-anim .wave-two {
  -webkit-animation: move-wave 10s linear infinite;
  -moz-animation: move-wave 10s linear infinite;
  animation: move-wave 10s linear infinite;
}

.wave-three {
  background-image: url(../image/wave-1.png);
  background-size: 50% 30px;
}

.wave-anim .wave-three {
  -webkit-animation: move-wave 15s linear infinite;
  -moz-animation: move-wave 15s linear infinite;
  animation: move-wave 15s linear infinite;
}

@keyframes move-wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}


.banner-image {
  position: relative;
  z-index: 2;
  /* image ABOVE overlay */
}

.banner-image img {
  position: relative;
  z-index: 3;
}



/* ----------- */


.bannera::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  background: #000000ce;
  pointer-events: none;
}

#homea {
  background-image: url(../image/single-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}




.bannerb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  background: #00000091;
  pointer-events: none;
}

#homeb {
  background-image: url(../image/banner-image-new-home-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}




.bannerb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  background: #00000091;
  pointer-events: none;
}

#homec {
  background-image: url(../image/banner-image-new-home-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}


/* =========================== */
.education-counter i {
  display: block;
  color: #02416f;
  text-align: center;
}

i.fa-solid.fa-users {
  font-size: 40px;
  margin-bottom: 8px;

}

i.fa-solid.fa-briefcase {
  font-size: 40px;
  margin-bottom: 8px;
}

i.fa-solid.fa-globe {
  font-size: 40px;
  margin-bottom: 8px;
}

i.fa-solid.fa-bell {
  font-size: 40px;
  margin-bottom: 8px;
}

.stats-item {
  text-align: center;
  color: #fff;
}





.about-sectioka {
  background-image: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.582)), url(../image/web-develoment.png);
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  margin-top: 70px;
}


/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 50px;
}

.skill-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.skill-section .image-column .inner-column {
  position: relative;
}

.skill-section .image-column .image {
  position: relative;
  margin-right: -150px;
}

.skill-section .counter-column {
  position: relative;
  margin-bottom: 40px;
}

.skill-section .counter-column .inner-column {
  position: relative;
}

.skill-section .counter-column .sec-title {
  margin-bottom: 20px;
}

.skill-section .counter-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 35px;
}

/* Skills Section */

.skills .skill-item {
  position: relative;
  margin-bottom: 30px;
}

.skills .skill-item:last-child {
  margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 5px;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 5px;
  background: #18B0F0;
}

.skills.style-two .skill-item .skill-bar .bar-inner {
  background-color: #eeeeee;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  width: 0px;
  border-bottom: 5px solid #23448c;
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 12px;
}

.skills .skill-item .skill-header .skill-title {
  position: relative;
}

.skills .skill-item .skill-header .skill-title {
  float: left;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: capitalize;
}

.skills .skill-item .skill-header .skill-percentage {
  position: relative;
  float: right;
  font-weight: 400;
  color: #555555;
  font-size: 16px;
  text-transform: uppercase;
}


.thumbnail img {
  width: 100%;
}

.thumbnail {
  overflow: hidden;
  display: block;
  max-width: max-content;
  margin-bottom: 30px;
  border-radius: 30px;
}


.rts-blog-h-2-wrapper .body span {
  color: #0B4DF5;
  font-size: 16px;
  font-weight: 500;
}





.rts-blog-h-2-wrapper .body h4 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  line-height: 31px;
}

.news-block .inner-box .lower-content {
  position: relative;
  padding-top: 25px;

}

.news-block .inner-box .lower-content .post-meta {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0px !important;
  padding: 0px !important;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}




.news-block .inner-box .lower-content .post-meta li a {
  position: relative;
  color: #555555;
  font-size: 14px;
  padding-left: 25px;
}

.news-block .inner-box .lower-content .post-meta li a .icon {
  position: absolute;
  left: 0px;
  color: #c945dc;
  padding-top: 4px;

}


.news-block .inner-box .lower-content h5 a {
  position: relative;
  color: #222222;
  transition: all 300ms ease;
  line-height: 30px;
  font-size: 19px;
}

.news-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 60px;
}

.news-section .sec-title .theme-btn {
  margin-top: 95px;
}

.news-section .pattern-layer {
  position: absolute;
  right: -50px;
  top: 280px;
  width: 304px;
  height: 281px;
  background-repeat: no-repeat;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image {
  position: relative;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: rgba(24, 176, 240, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.news-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.news-block .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}

.news-block .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.news-block .inner-box .image .overlay-box .icon {
  position: relative;
  width: 60px;
  height: 60px;
  color: #18B0F0;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box .image .overlay-box .icon:hover {
  background-color: #0E2D6D;
  color: #ffffff;
}

.news-block .inner-box .lower-content {
  position: relative;
  padding-top: 25px;
}




.business-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0px 0px;
  background: #0C0747;
  background: -webkit-linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
  background: -moz-linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
  background: linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
}

.business-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.business-section .sec-title {
  margin-bottom: 30px;
}

.business-section .inner-container {
  position: relative;
  padding-top: 40px;
}

.business-section .image-column {
  position: relative;
}

.business-section .image-column .inner-column {
  position: relative;
}

.business-section .image-column .image {
  position: relative;
  padding-top: 80px;
  display: inline-block;
}

.business-section .image-column .arrow-image {
  position: absolute;
  right: 0px;
  top: 0px;
}

.business-section .content-column {
  position: relative;
}

.business-section .content-column .inner-column {
  position: relative;
}

.business-block {
  position: relative;
  margin-bottom: 30px;
}

.business-block .inner-box {
  position: relative;
  padding-left: 225px;
}

.business-block .inner-box .box-number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  color: #222222;
  font-size: 26px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  border: 10px solid #162d76;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.business-block:nth-child(2) .inner-box .box-number {
  border-color: #0c8afa;
}

.business-block:nth-child(3) .inner-box .box-number {
  border-color: #0acdcd;
}

.business-block:nth-child(4) .inner-box .box-number {
  border-color: #ff9006;
}

.business-block:nth-child(5) .inner-box .box-number {
  border-color: #f32e2e;
}

.business-block .inner-box .icon-box {
  position: absolute;
  left: 130px;
  top: 15px;
  color: #ffffff;
  font-size: 52px;
  line-height: 1em;
}

.business-block .inner-box .icon-box::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 0px;
  width: 64px;
  height: 61px;
  background: url(../image/business-icon-1.png) no-repeat;
}

.business-block:nth-child(2) .inner-box .icon-box::before {
  width: 59px;
  height: 42px;
  background: url(../image/business-icon-1.png) no-repeat;
}

.business-block:nth-child(3) .inner-box .icon-box::before {
  width: 55px;
  height: 56px;
  background: url(../image/business-icon-1.png) no-repeat;
}

.business-block:nth-child(4) .inner-box .icon-box::before {
  width: 55px;
  height: 49px;
  background: url(../image/business-icon-1.png) no-repeat;
}

.business-block:nth-child(5) .inner-box .icon-box::before {
  width: 49px;
  height: 49px;
  background: url(../image/business-icon-1.png) no-repeat;
}

.business-block .inner-box h4 {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: capitalize;
}

.business-block .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 10px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}




.safes {
  height: 50px;
}


.sec-title .title {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  padding-right: 60px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 10px;
}

.sec-title .text {
  position: relative;
  color: #555555;
  font-weight: 400;
  line-height: 1.7em;
  margin-top: 18px;
  font-size: 18px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.centered {
  text-align: center !important;
}

.sec-title.centered .title {
  padding-left: 60px;
}

.sec-title.centered .title:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 4px;
  width: 43px;
  height: 15px;
  background: url(../image/title-icon.png) no-repeat;
}



.btn-style-eight {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 14px 44px;
  font-weight: 400;
  overflow: hidden;
  border-radius: 6px;
  overflow: hidden;
  background: #0C0747;
  text-transform: capitalize;
  background: -webkit-linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
  background: -moz-linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
  background: linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
}

.btn-style-eight:hover {
  color: #fff;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
  color: #ffffff;
}


#about {
  padding: 60px 20px;
}


.mission-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.mission-section .image-column .image img {
  position: relative;
}




@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


.sec-title .title {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  padding-right: 60px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 10px;
}

.mission-section .content-column .bold-text {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 35px;
}




.news-detail .inner-box {
  position: relative;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}




.sidebar-page-container {
  position: relative;
  padding: 0px 0px 0px;
  z-index: 99;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 80px !important;
  z-index: 1020;
}


.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 0px;
  z-index: 999999;
}

.news-detail {
  position: relative;
  margin-bottom: 30px;
}

.news-detail .inner-box {
  position: relative;
}


.news-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}


.news-detail .inner-box .lower-content {
  position: relative;
  padding-top: 25px;
}





.news-detail .inner-box .lower-content .post-meta {
  position: relative;
}


.news-detail .inner-box .lower-content .post-meta li {
  position: relative;
  color: #555555;
  font-size: 14px;
  padding-left: 25px;
  margin-right: 15px;
  display: inline-block;
}

.news-detail .inner-box .lower-content .post-meta li .icon {
  position: absolute;
  left: 0px;
  color: #c945dc;
}


.news-detail .inner-box .lower-content h2 {
  position: relative;
  line-height: 1.6em;
  font-weight: 600;
  margin-top: 12px;
  font-size: 24px;
  color: #222222;
  margin-bottom: 12px;
}

.news-detail .inner-box .lower-content p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em;
}

.news-detail .post-share-options {
  position: relative;
  margin-top: 40px;
  padding: 22px 0px 25px;
  border-top: 1px solid #dddddd;
}


.news-detail .post-share-options .post-title {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  float: left;
  margin-right: 10px;
}

.news-detail .post-share-options .tags {
  position: relative;
  float: left;
  left: 0px !important;
}


.news-detail .post-share-options .tags li {
  position: relative;
  margin-right: 4px;
  display: inline-block;
}


.news-detail .post-share-options .tags li a {
  position: relative;
  color: #888888;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-detail .inner-box .lower-content p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em;
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}

.lower-content li {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  color: #777777;
  line-height: 35px;

}

.pull-left {
  float: left;
}

.news-detail .post-share-options .tags ul li {
  line-height: 0px !important;
}


.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 130px;
  min-height: 100px;
  margin-bottom: 25px;
}








.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
}


.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;

}




.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
  top: 50%;
  position: relative;
  margin-top: -12px;
  display: block;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: 0px;
  font-size: 17px;
  margin: 0px 0px 0px;
  font-weight: 600;
  color: #222222;
  line-height: 1.5em;
  text-transform: capitalize;
}


.sidebar .popular-posts .post .text a {
  color: #222222;
}


.sidebar .popular-posts .post-info {
  position: relative;
  font-size: 16px;
  color: #777777;
  font-weight: 400;
  margin-top: 4px;
}


.news-block {
  position: relative;
  margin-bottom: 5px;
}




.footer-column a {
  color: #ffffff;
  transition: all 300ms ease;
  font-size: 16px;
  font-family: myriad-pro, Arial;
  line-height: 30px;
  cursor: pointer;
}

.footer-title {
  padding-top: 3px;
}


.fb-icon {
  background-color: #3727c4;
  padding: 8px 12px;
  color: #fff;
  margin: 0px;
  border-radius: 5px;
  margin: 0px 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tr-icon {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  padding: 8px 9px;
  color: #fff;
  margin: 0px 5px !important;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.yt-icon{
  background-color: #ff0000;
  padding: 8px 9px;
  color: #fff;
      border-radius: 5px;
  margin: 0px 5px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}



@media (max-width: 768px) {
  .carousel-item {
    text-align: center;
  }

  .carousel-item .col-lg-6 {
    width: 100%;
  }
}