/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); */

@font-face {
  font-family: Mulish;
  src: url(../fonts/Mulish-Regular.ttf);
}

@font-face {
  font-family: Mulish;
  src: url(../fonts/Mulish-Bold.ttf);
  font-weight: bold;
}

/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Mulish", sans-serif;
  background-color: #2f5597;
}

html,
body {
  overflow-x: hidden;
}
/* reset end */

/* header */
header {
  background-color: #0074d9;
}

header img {
  width: 100%;
  max-width: 200px;
}

header nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header ul li a {
  color: #fff !important;
  margin-left: 30px;
}

header button.navbar-toggler {
  background: white;
}

header button:focus {
  outline: none;
}

header .navbar-toggler {
  padding: 4px 6px;
}

header ul.navbar-nav.ml-auto li a:hover {
  color: #16e8e8 !important;
}

.logo2 img {
  width: 80% !important;
}
/* header end */

/* content home*/
main.home {
  margin-top: -100px;
}

main.home .container {
  min-height: 100vh;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* contact us page */
.container-form {
  /* min-height: 100vh; */
  padding-top: 50px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .container-form {
  padding-top: 60;
  padding-left: 10px;
  padding-right: 10px;
}

.form form {
  width: 500px;
}

h5,
h1,
p {
  font-family: "Mulish", sans-serif;
}

/* about page */
main.about {
  margin-top: -100px;
}

main.about .container {
  min-height: 100vh;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main.about p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  max-width: 1000px;
  padding: 160px 0px 60px 0px;
}

/* Contact page */
main.contact {
  margin-top: -100px;
}

main.contact .container {
  min-height: 100vh;
  padding-top: 50px;
  /* display: flex;
  justify-content: center;
  align-items: center; */

  text-align: center;
}

main.contact p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  /* max-width: 1000px; */
  padding: 160px 0px 0px 0px;
}

main.contact a {
  color: #3cc !important;
}
main.contact a:hover {
  color: #ff0 !important;
}

/* newpage */
.newpage img {
  width: 100%;
}

.our-team-text p {
  font-size: 18px;
}
.our-team-text ul {
  list-style: none;
}
.our-team-text ul li {
  padding-bottom: 15px;
  font-size: 18px;
}
.our-team-text ul li:before {
  content: "✓";
  padding-right: 8px;
}
.our-team-text a {
  color: white;
}
.about img {
  /* height: 505px; */
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .newpage h1 {
    font-size: 26px;
  }

  .query-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .index-logo {
    width: 90%;
  }
}
