@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
a:hover {
  color: #e34133;
}
strong {
  font-weight: 700;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #222;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #315a72;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  color: #333;
  font-family: "Roboto", sans-serif;
}
h1,
h2 {
  font-weight: 700;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 1.8em;
}
.banner {
  background-color: #00afdd;
  height: 400px;
  padding: 20px 40px;
}
.logo img {
  height: 70px;
  width: auto;
  float: left;
}
.banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content p {
  color: #fff;
}
.banner-main-content {
  margin-top: 10%;
}
.banner-main-content h1 {
  color: #fff;
}
.ptb-50 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.sec-heading {
  text-align: center;
}
.sec-heading h2 {
  font-weight: 600;
}
.copyright-contant {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .banner-flex {
    gap: 55px;
  }
  .banner {
    background-color: #00afdd;
    height: 400px;
    padding: 18px 5px;
  }
}
