body {
  font-family: "Inter", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}
a {
  color: #000;
}
p {
  font-size: 16px;
}
body {
  /* Theme color commented out for later customization */
  /* Current theme color */
  background: rgb(41, 128, 185);

  /* Alternative theme colors - uncomment to change */
  /* background: rgb(52, 152, 219); */
  /* background: rgb(26, 188, 156); */
  /* background: rgb(46, 204, 113); */
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.cus-pull-right {
  float: right !important;
}

.header-top {
  border-bottom: 1px solid #e9e9e9;
  min-height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
}
.logo {
  padding: 15px 0px 15px 0px;
}

/* Logo styling */
.logo-img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05);
}

.cust-btn1 {
  background-color: #3556e2;
  font-size: 13px;
  color: #ffffff;
  padding: 8px 15px;
  transition: transform 0.5s;
}
.cust-btn1 i {
  font-size: 14px;
  margin-right: 5px;
}
.cust-btn1:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.1);
}

.cust-btn2 {
  /* Button color - can be customized later */
  background-color: #000;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 27px;
  transition: transform 0.5s;
  border-radius: 15px;
}
.cust-btn2 i {
  font-size: 16px;
}
.cust-btn2:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.1);
}

.section-1 {
  padding: 0px 0px 50px 0px;
}
.section-1 h2 {
  font-size: 38px;
  font-weight: 600;
  color: white;
}
.section-1 h2 span {
  /* Accent color - can be customized */
  color: #000;
}
.section-1 h3 {
  font-size: 25px;
  color: #ffffff;
}
.section-1 h4 {
  margin: 20px 0px;
  color: white;
}
.section-1 p {
  color: #ffffff;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #838383;
}
.video {
  width: 100%;
  height: 400px;
}
.form-box {
  background-color: #151515;
  color: #ffffff;
  padding: 50px;
  border-top: 4px solid gray;
  border-radius: 8px;
}
.form-box .form-group {
  margin-bottom: 2rem;
}
.form-box label {
  margin-bottom: 0;
}
.form-box .form-control {
  background-color: #151515;
  font-size: 25px;
  padding: 0px 0px 4px 0px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #4e4e4e;
}
.section-2 {
  padding: 50px 0px 50px 0px;
}
.servi-box {
  padding: 0px 50px;
}
.servi-box img {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}
.servi-box h4 {
  color: white;
  font-size: 18px;
}
.servi-box p {
  color: white;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 0;
}

.section-3 {
  background-color: #fff;
  padding: 80px 0px 80px 0px;
}
.section-3 h3 {
  color: #1a202c;
  font-size: 38px;
  font-weight: 600;
  line-height: 56px;
  padding: 0px 120px;
}
.section-3 h3 span {
  /* Accent color - can be customized */
  color: #3556e2;
}
.section-3 p {
  color: #484d56;
  margin-top: 25px;
  padding: 0px 135px;
}

.section-footer {
  /* Footer background color - can be customized */
  background-color: #1d2f7c;
  padding-top: 50px;
  color: #ffffff;
}
.section-footer p {
  color: #d7d7d7;
  font-size: 14px;
}
.section-footer h5 {
  color: #ffffff;
  font-size: 18px;
}

ul.socul-i {
  margin: 0;
  padding: 0;
}
ul.socul-i li {
  list-style-type: none;
  float: left;
  padding: 0px 5px 0px 0px;
}

ul.sub-nav {
  margin: 0;
  padding: 0;
}
ul.sub-nav li {
  list-style-type: none;
  padding: 5px 0px;
}
ul.sub-nav li a {
  color: #d7d7d7;
  font-size: 13px;
  text-decoration: none;
}
ul.sub-nav li a:hover {
  color: #fff;
}
.copyright-text {
  padding: 20px 0px;
  border-top: 1px solid #ffffff3b;
  margin-top: 20px;
}
.copyright-text p {
  font-size: 13px;
  margin: 0;
}

.container {
  max-width: 1230px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .servi-box {
    padding: 0px 30px;
  }
  .section-3 h3 {
    font-size: 42px;
    padding: 0px 50px;
  }
}

@media (max-width: 768px) {
  .section-1 h2 {
    font-size: 40px;
  }
  .section-1 h2 img {
    width: 50px;
  }
  .section-1 h4 {
    font-size: 20px;
  }
  .servi-box img {
    width: 70px;
    height: 70px;
  }
  .servi-box h4 {
    font-size: 16px;
  }
  .video {
    height: 273px;
  }
}

@media (max-width: 767px) {
  .header-top {
    position: relative;
  }
}

@media (max-width: 500px) {
  .section-1 h2 {
    font-size: 26px;
  }
  .cus-pull-right {
    float: inherit !important;
    text-align: center;
    margin: -60px auto;
    display: block;
  }
  .section-1 {
    padding: 90px 0px 50px 0px;
  }
  .servi-box {
    padding: 0px 20px;
    margin: 20px 0px;
  }
  .section-footer {
    padding-top: 20px;
  }
  .section-footer h5 {
    font-size: 16px;
    margin-top: 30px;
  }
  .video {
    height: 230px;
  }
}

@media (max-width: 430px) {
  .section-2 {
    padding: 40px 0px 40px 0px;
  }
}

@media (max-width: 320px) {
  .section-1 h2 {
    font-size: 22px;
  }
  .section-1 h4 {
    font-size: 16px;
  }
}
