html,
body {
  overflow-x: hidden;
}

/* Font start  */

body {
  font-family: "Inter", sans-serif;
}

h1 {
  font-family: "Merriweather", serif;
}

h2 {
  font-family: "Lato", sans-serif;
}

/* Font end  */

/* header start  */
header {
  padding: 8px 0;
  background-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(5px);
}

.navbar ul li {
  margin-right: 20px;
}

.navbar ul li:last-child {
  margin-right: 0px;
}

.page {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
  position: relative;
}

.page::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background-color: #2E4054;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}

.page:hover::after {
  width: 90%;
}

.page.active::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 2px;
  background-color: #5D2309;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}

.primary-btn {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background-color: #2E4054;
  color: #fff;
  padding: 8px 26px;
  letter-spacing: 1px;
  transition: 0.5s;
  text-transform: uppercase;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.primary-btn:hover {
  background-color: #21408E;
  color: #fff !important;
}


/* header end  */

/* banner start  */
.banner {
  padding: 180px 0 120px;
  border-top: 2px solid #5D2309;
  background-image: linear-gradient(to left, #45ffe0, #08D9B1, #05BCD9, #00a7ee);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-content h2 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
}

.banner-content h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 46px;
  color: #fff;
}

.banner-content h1 span {
  color: #2E4054;
}

.banner-content p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px;
  color: #fff;
}

/* banner end  */

/*About Start*/

.about {
  background-color: #F7F7F7;
  padding: 100px 0;
}

.png-bg {
  width: 600px;
  top: 20px;
  left: 60px;
  z-index: -1;
}

.liq-first-img {
  margin-top: 60px;
}


.about-content h2 {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  letter-spacing: 4px;
}


.about h3 {
  margin-top: 20px;
  font-weight: 900;
  font-size: 16px;
  color: #21408E;
}

.about-content h1 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  color: #21408E;
}

.about-content h1 span {
  color: #04ACF1;
}

.about-content h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2E4054;
}

.about-content p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.about-content ul li {
  margin: 3px 0;
  font-weight: 600;
  font-size: 15px;
}

.about-content ul li span {
  margin-right: 5px;
}

.about-content ul li i {
  color: #04ACF1;
}

/*About End*/

/* what-we-do start  */

.what-we-do {
  padding: 100px 0;
  background-image: linear-gradient(to left, #00000083, #00000083), url(../images/what-we-do1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.title-wrapper {
  margin-bottom: 20px;
}

.title-wrapper h2 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title-wrapper h1 {
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}

.title-wrapper h1 span {
  color: #01A9EC;
}

.title-wrapper p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.single-what-we-do {
  margin: 15px 0;
  padding: 30px 25px;
  background-color: #000000c9;
  border-radius: 10px;
}

.single-what-we-do h3 {
  margin-bottom: 15px;
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 22px;
  color: #08D9B1;
}

.single-what-we-do li {
  margin: 3px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.single-what-we-do li i {
  color: #08D9B1;
}

/* what-we-do end  */

/* Contact start  */

.contact {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.contact h1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #21408E;
}

.contact h3 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.contact ul li {
  margin: 5px 0;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.contact-info li a {
  text-decoration: none;
  color: #21408E !important;

}

.social-links li a {
  background-color: #21408E;
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
}

.social-links li a:hover {
  transform: scale(0.9);
}

.com-info li {
  margin: 5px !important;
  font-size: 14px;
}

.com-info ul li i {
  font-size: 10px !important;
}

.form-wrapper {
  margin-top: 4px;
  background-color: #ffffffa8;
  padding: 40px 30px;
  box-shadow: 0 0 20px #00000044;
}

.form-wrapper h2 {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #21408E;
  text-transform: capitalize;
}


.form-wrapper p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.form-wrapper .form-control {
  background-color: #00000050 !important;
  border: 1px solid transparent;
  height: 60px;
  border-radius: 0px;
  padding-bottom: 0;
  padding-left: 8px;
  color: #fff;
}

.form-wrapper .form-control:focus {
  border-color: #CE1616;
  box-shadow: 0 0 0 0;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0;
}

.form-wrapper label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff !important;
  position: absolute;
  bottom: 0;
}


.form-group {
  position: relative;
  margin-bottom: 8px;
}

.form-control-placeholder {
  position: absolute;
  top: 10px;
  padding: 7px 0 0px 10px;
  transition: all 200ms;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0%, -25%, 0);
  opacity: 1;
  color: #333;
}

textarea {
  resize: none;
  padding-top: 20px !important;
  height: 100px !important;
}

textarea::placeholder {
  color: #fff !important;
  font-size: 14px;
}

.form-control:focus+.cc-textarea,
.form-control:valid+.cc-textarea {
  font-size: 75%;
  transform: translate3d(0%, -16%, 0);
  opacity: 1;
  color: #333;
}

.submit-btn {
  margin-top: 15px;
  background-color: #2E4054;
  border: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #21408E !important;
}

/* Contact end  */

/* footer start  */
footer {
  background-color: #2E4054;
  padding: 40px 0 0 0;
}

footer p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.imp-link {
  text-align: center;
}

.imp-link li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.copyright {
  background-color: #2E4054;
  padding: 20px 0 20px 0;
  text-align: center;
}

.copyright p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

/* footer end  */