body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #4f5359;
}

img {
  max-width: 100%;
}

.p7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.topbar {
  background-color: #141a24;
  padding: 8px 0;
}

.topbar ul {
  margin: 0;
  text-align: right;
}

.topbar .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.topbar li {
  font-size: 15px;
  color: #edf2f5;
}

.topbar li i {
  background-color: #0076bf;
  margin-right: 10px;
  border-radius: 50px;
  color: #141a24;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header .navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

header .navbar-light .navbar-nav .nav-link {
  color: #526174;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
}

header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  background-color: #f04b39;
  border-radius: 50px;
}

header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #f04b39;
  border-radius: 50px;
}

header .nav-item:not(:last-child) {
  margin-right: 5px;
}

.hero {
  background: url(../../assets/img/header-bg.jpg) no-repeat right center;
  background-size: cover;
  padding: 80px 0;
}

.hero .title {
  font-size: 41px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero .title span {
  font-size: 75px;
  color: #e3bd58;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.text-bg {
  background-color: #1e8ab0;
  padding: 20px;
}

.text-bg p {
  font-size: 21px;
  margin: 0;
  color: #fff;
}

.main-title {
  color: #434c56;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.main-title:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #f63d12;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}

.main-title span {
  color: #0076bf;
}

.welcome-part {
  padding-top: 70px;
}

.welcome-part .main-title {
  font-weight: 400;
  text-align: left;
}

.welcome-part .main-title:after {
  margin-left: 0px;
  left: 0;
}

.welcome-part .main-title span {
  font-weight: 700;
}

.welcome-text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 30px;
}

.welcome-text span {
  color: #225896;
  font-weight: 700;
}

.vision-box {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 5px 20px rgba(196,211,211,0.3);
  min-height: 546px;
}

.blue-bg {
  background-color: #f7faff;
}

.vision-box .title {
  color: #434c56;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vision-box .title span {
  color: #0076bf;
}

.vision-box img {
  margin-bottom: 20px;
}

.vision-box p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}

.values-part {
  background: url(../../assets/img/values-bg.jpg) no-repeat center, #fff;
  background-size: cover;
}

.values-box {
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 5px 20px rgba(196,211,211,0.3);
  border-radius: 4px;
  border-bottom: 1px solid #0076bf;
  margin-bottom: 30px;
  min-height: 277.8px;
}

.values-box.sea {
  border-bottom: 1px solid #00bdb6;
}

.values-box .title {
  color: #555e68;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.values-box p {
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
}

.values-icon {
  background-color: #0076bf;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
}

.values-box.sea .values-icon {
  background-color: #00bdb6;
}

.values-box.fluid {
  text-align: left;
  padding: 30px;
  margin-bottom: 0px;
  min-height: auto;
  display: flex;
  align-items: center;
}

.values-box.fluid .values-icon {
  margin: 0 30px 0 0;
  flex-shrink: 0;
}

.logos-part {
  background: url(../../assets/img/blue-bg.jpg) no-repeat center;
  background-size: cover;
}

.logo-box {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

.logo-box-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box-main .logo-box:not(:last-child) {
  margin-right: 10px;
}

.ftr-title {
  color: #434c56;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: block;
}

.ftr-title span {
  color: #0076bf;
}

.ftr-title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #f63d12;
  left: 0;
  bottom: -1px;
}

.ftr-link {
  padding: 0;
  margin: 0;
}

.ftr-link a {
  font-size: 16px;
  font-weight: 700;
  color: #4f5359;
  text-decoration: none;
}

.ftr-link a:hover {
  color: #428dc8;
}

.ftr-link a i {
  font-size: 14px;
  margin-right: 6px;
}

.ftr-link li {
  margin-bottom: 10px;
}

.ftr-link li:last-child {
  margin-bottom: 0px;
}

.social-link {
  padding: 0;
  margin: 0;
}

.social-link li {
  display: inline-block;
  margin: 0 7px 10px 0;
}

.social-link a {
  font-size: 18px;
  color: #526174;
  text-decoration: none;
  border: 1px solid #526174;
  border-radius: 3px;
  background: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link a:hover {
  color: #0076bf;
  border: 1px solid #0076bf;
}

.ftr-link.contact i {
  font-size: 12px;
  margin-right: 6px;
  background-color: #526174;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ftr-link.contact li {
  font-size: 16px;
  font-weight: 700;
  color: #4f5359;
}

.footer {
  background: url(../../assets/img/ftr-bg.jpg) no-repeat center bottom;
}

.copyright {
  background: #1a273c;
  text-align: center;
  padding: 15px 0;
}

.copyright p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0;
}

.copyright p a {
  color: #05aef4;
}

.ftr-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero.inner {
  background: url(../../assets/img/inner-header-bg.jpg) no-repeat left center, #0252ab;
  background-size: inherit;
  padding: 50px 0;
}

.hero.inner .title {
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}

.about-part {
  background: url(../../assets/img/about-bg.jpg) no-repeat center;
  background-size: cover;
}

.about-main {
  margin-top: 60px;
  margin-bottom: -30px;
  padding: 0 0 0 20px;
  border-left: 1px solid #00c8b4;
  border-top: 1px solid #00c8b4;
  box-shadow: 0px 0px 20px rgba(196,211,211,0.5);
}

.about-box {
  background: #0252ab;
  padding: 40px;
  margin-right: -20px;
  bottom: -20px;
  position: relative;
}

.about-part .main-title {
  color: #fff;
  font-size: 36px;
  text-align: left;
}

.about-part .main-title:after {
  left: 0;
  margin-left: 0px;
}

.about-box p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 32px;
}

.service-part {
  padding: 110px 0 70px 0;
}

.service-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 2px 20px rgba(0, 29, 36, 0.08);
  border-radius: 5px;
  border-left: 1px solid #0076bf;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.service-icon {
  background-color: #0076bf;
  padding: 20px;
  border-radius: 50px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}

.service-box .title {
  color: #555e68;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 18px;
}

.service-box .title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #0076bf;
  left: 0;
  bottom: 0;
}

.service-box .title.first {
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-box .title.first:after {
  display: none;
}

.service-box p {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}

.service-box.sea {
  border-left: 1px solid #00bdb6;
}

.service-box.sea .title:after {
  background-color: #00bdb6;
}

.service-box.sea .service-icon {
  background-color: #00bdb6;
}

.contact-box {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 29, 36, 0.08);
  margin-bottom: 30px;
  text-align: center;
}

.contact-box img {
  margin-bottom: 15px;
}

.contact-box .title {
  font-size: 20px;
  font-weight: 700;
  color: #526174;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

.contact-box.form {
  padding: 40px;
  margin-bottom: 0px;
}

.form-btn {
  background: linear-gradient(to bottom, #00bdb6, #0076bf);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 50px;
  border: none;
  border-radius: 50px;
}

.form-btn:hover {
  background: linear-gradient(to top, #00bdb6, #0076bf);
  color: #fff;
}

.form-control {
  height: calc(1.5em + 1.5rem + 2px);
  border-radius: 0;
}

.form-group {
  margin-bottom: 20px;
}

.contact-box.form img {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .hero .title {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .hero .title span {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .text-bg p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .hero {
    padding: 40px 0;
  }
}

@media (max-width: 1199px) {
  .contact-box .title {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .hero .title span {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .hero .title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .text-bg p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .text-bg {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .welcome-text {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .welcome-part .main-title span {
    display: block;
  }
}

@media (max-width: 991px) {
  .main-title {
    font-size: 32px;
    margin-bottom: 24px;
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .vision-box .title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .vision-box p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .vision-box {
    min-height: 493px;
  }
}

@media (max-width: 991px) {
  .values-box {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .values-box.fluid {
    text-align: center;
    display: block;
  }
}

@media (max-width: 991px) {
  .values-box.fluid .values-icon {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  .ftr-logo {
    display: block;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .ftr-title {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 8px 10px;
  }
}

@media (max-width: 767px) {
  .topbar li i {
    margin-right: 5px;
    width: 22px;
    height: 22px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .topbar .list-inline-item:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .hero .title span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .hero .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .welcome-part {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .p7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .vision-box {
    min-height: auto;
    margin-bottom: 10px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .vision-box p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .values-box .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .values-box p {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .values-box {
    padding: 20px;
    margin-bottom: 20px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .values-box.fluid {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .logo-box-main {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .logo-box-main .logo-box:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .service-box {
    align-items: self-start;
  }
}

@media (max-width: 767px) {
  .about-part {
    background: url(../../assets/img//about-bg.jpg) no-repeat top center;
    background-size: contain;
    padding-top: 22px;
  }
}

@media (max-width: 767px) {
  .about-main {
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #00c8b4;
  }
}

@media (max-width: 767px) {
  .about-box {
    padding: 20px;
    margin-right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .service-part {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 767px) {
  .about-box p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .about-part .main-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hero.inner {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .hero.inner .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .service-box .title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .contact-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-box .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact-box.form {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .service-box {
    padding: 20px;
    border-top: 1px solid #0076bf;
    border-left: none;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .service-icon {
    margin: 0 0 20px 0;
    display: inline-block;
  }
}

@media (max-width: 575px) {
  .service-box .title:after {
    left: 50%;
    margin-left: -25px;
  }
}

@media (max-width: 575px) {
  .service-box.sea {
    border-top: 1px solid #00bdb6;
    border-left: none;
  }
}

