@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Exo 2", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Raleway", sans-serif;
}
html {
  scroll-behavior: smooth;
  transition: all 0.5s ease;
}
.main {
  float: left;
  width: 100%;
}
img {
  max-width: 100%;
}
.navbar-collapse {
  flex-grow: 0 !important;
}
.navbar-expand-lg .navbar-nav {
  gap: 20px !important;
}
.logo {
  width: 40%;
}
.logo img {
  width: 100%;
  max-width: 30%;
}
.header {
  position: sticky !important ;
  top: 0;
}
.banner {
  background: url(../images/pattern-6.jpg) no-repeat;
  background-size: cover;
}
.main .whatsapp {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 30;
}
.banner_text h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 65px;
  color: #0113fec7;
  text-transform: uppercase;
  text-shadow: 3px 6px 7px #525252b0;
}
.banner_text h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  color: #000;
  text-transform: capitalize;
  padding: 30px 0 40px 0;
}

.banner_button a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  background: linear-gradient(45deg, #0113fe, rgb(2 143 255)) border-box;
  color: #fff;
  text-transform: uppercase;
}
.banner_button a:hover {
  color: #000000;
  background: linear-gradient(40deg, #017dff52, #0174ff);
}
.banner_button {
  margin-top: 50px;
}
.nav-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000 !important;
  text-transform: uppercase;
  transition: all .5s ease;
}
.nav-item a:hover{
  color:#0113fe !important;
}
.services_colm {
  border-radius: 5px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.5s ease;

  padding: 15px;
  border-radius: 20px; /*1*/
  border: 10px solid transparent; /*2*/
  background: linear-gradient(45deg, #0113fe, rgb(2 143 255)) border-box;
}
.services_colm h3 {
  margin: 10px 0 20px 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
.head_2 {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}
.hed_blk {
  color: #fff;
}
.paragraph_txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
}
.help p {
  color: #fff;
}
.head_3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
  text-transform: capitalize;
  margin: 30px 0;
}
.srv_img img {
  max-width: 35%;
}
.services_colm p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.services_colm:hover {
  transform: translate(10px, 10px);
}
.why_us img {
  border-radius: 0 20px 20px 0;
}
.why_us_text h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.why_us_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  text-align: justify;
}
.clients_colm img {
  width: 30% !important;
  vertical-align: middle;
}

.footer .footer_colm p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #e4e4e4;
  margin: 25px 0;
}
.footer_colm ul li , .footer_colm ul li a{
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #e4e4e4;
  margin-bottom: 16px;
  position: relative;
  text-decoration: none;
}

.footer_colm input {
  margin-top: 20px;
  padding: 7px 125px 10px 10px;
  border-radius: 5px;
  border: none;
}
.footer_colm button {
  margin-top: 20px;
  padding: 6px 29px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  background: linear-gradient(45deg, #0113fe, rgb(2 143 255)) border-box;
  cursor: pointer;
  transition: all 0.5s ease;
  border: none;
}
.footer_logo a img{
  width: 54%;
}
.footer .footer_colm h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #023fff;
  margin-bottom: 30px;
  border-bottom: solid 2px #023fff;
  padding-bottom: 5px;
}
.footer_colm h4 {
  color: #e4e4e4;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin: 0;
}
.footer {
  background-color: #000;
}

.footer_colm ul li::after {
  content: "";
  position: absolute;
  left: -31px;
  color: #fff;
  border-top: solid 2px #023fff;
  border-right: solid 2px #023fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 9px;
}
.navbar {
  z-index: 999;
  background-color: hsl(0deg 0% 100% / 95%);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.social a{
  transition: all .5s ease;
}
.social>a:hover{
  transform: translateY(5px);
}
.sub_footer {
  background: #3e3d3d;
  padding: 8px 0;
}
.sub_footer h4 {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.choose_colm {
  padding: 10px;
  border-radius: 20px;
  box-shadow: inset 0 0 18px #ababab9e;
}
.choose_images img {
  border: solid 2px #ccc;
}

.slider img {
  width: 30% !important;
}
.slider {
  padding: 30px;
  border: solid 1px #f6f6f692;
  border-radius: 30px;
  background-color: #eaeaea;
  transition: all .5s ease;
}
.slider:hover {
  background-color: #adadadb5;
}
.testi_text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.contactus {
  background: url(../images/ziz-zag.png) no-repeat;
}
.contact_clm {
  background-color: #000;
  border-radius: 15px;
  padding: 20px;
}
.contact_clm ul li, .contact_clm ul li a {
  list-style: none;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #f1f1f1;
  text-decoration: none;
}
.social {
  display: flex;
  margin-top: 20px;
  gap: 15px;
}
.contact_clm h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
}
.choose {
  background: url(../images/black-background.webp);
}
.partners_colm {
  background-color: #252934;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 170px;
  border-radius: 20px;
}
.bg {
  background-color: #1c212d;
}
.bg h6 {
  color: #fff;
}
.partners_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.footer_colm input:focus-visible {
  outline: none;
}
@media (max-width: 576px) {
  .partners_grid {
    grid-template-columns: 1fr;
  }
}
