/*==================== Common Body & HTML CSS Start ====================*/
body {
  font-family: "SofiaPro";
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  background-color: #ffffff;
  letter-spacing: normal;
}

.container {
  width: 1280px;
  max-width: 100%;
}

a,
button,
.form-control {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

h4 {
  font-size: 24px;
  line-height: 24px;
}

h5 {
  font-size: 24px;
  line-height: 24px;
}

h6 {
  font-size: 20px;
  line-height: 20px;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.btn-common {
  position: relative;
  z-index: 2;
  margin-right: 0;
  padding: 10px 25px;
  border-radius: 7px;
  background-color: #0089db;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  color: #ffffff;
}
.btn-common:hover {
  background-color: #000000;
  color: #ffffff;
}

img {
  max-width: 100%;
}

/*==================== Common Body & HTML CSS End ====================*/
header {
  padding: 25px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
}
header .navbar-brand {
  padding: 0px;
}
header .navbar-brand img {
  width: 250px;
  height: auto;
}
header .navbar {
  background: transparent;
  padding: 0px;
}
header .navbar .navbar-nav .nav-item {
  padding: 0px 20px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 0px;
  font-size: 15px;
  line-height: 15px;
  font-family: "SofiaPro-Bold";
}
header .navbar .right-nav {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}
header .navbar .right-nav li {
  padding: 0px 10px;
}

/* banner css start */
.home-banner {
  padding: 160px 0px 50px;
  background-color: #f1f1f1;
}
.home-banner .banner-content h1 {
  font-size: 78px;
  line-height: 84px;
  letter-spacing: -1px;
  font-family: "SofiaPro-Black";
  color: #0089db;
  margin-bottom: 20px;
}
.home-banner .banner-content p {
  font-size: 18px;
  line-height: 27px;
  color: #17262e;
  font-family: "SofiaPro";
}

/* banner css end */