html {
  scroll-behavior: smooth;
  position: relative;
  font-size: 16px;
}

a,
a:hover {
  color: #75bee9;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

p {
  font-size: 1rem;
}
/* News Styles */
.news-article {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;

}
.news-img {

}
.news-date {
    font-style: italic;
}
.news-source {

}
.news-content {

}
.news-link {

}

/* Common Styles */
.clearfix {
    float: none;
    clear: both;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.white {
  color: #ffffff;
}

.blue-text {
  color: #05345a;
}

.font-style-italic {
  font-style: italic;
}

.subheading {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-padding {
  padding: 4rem 0;
  text-align: center;
}

.section-padding-2 {
  padding: 2.5rem 0;
  text-align: center;
}

.section-h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.section-h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  background: rgba(255, 255, 255, 0.58);
  color: #000000;
  padding: 1rem 2.5rem;
  cursor: pointer;
  border-radius: 50px;
  margin: 0 auto;
}

.dropdown-item {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* Header */
.header-topbar {
  padding: 10px 0px;
  font-size: 0.875rem;
}
.header-topbar .topbar-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-topbar .topbar-cta a {
    color: #ffffff;
        
}
.header-topbar .phone-cta {
    margin-right: 20px;
    font-weight: bold;
    color: #ffffff;
}
.header-topbar .login-cta {
    font-weight: bold;
    color: #ffffff;
}
.header-topbar .phone-cta img {
  margin-top: -3px;
}
.header-topbar .login-cta img {
  margin-right: 10px;
}

#header-wrapper {
  background: url(../img/banner.jpg) top center no-repeat;
  height: 876px;
  position: relative;
  background-size: cover;
}

#header-wrapper-inner {
  position: relative;
}

#header {
  padding: 0 20px;
  top: 0;
  position: fixed;
  margin-top: 42px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  background: rgba(47, 114, 163, 0.329);
}
#header .container-navbar {
  padding: 0 1rem;
}
#header.scroll {
  margin-top: 0;
  background: rgb(47, 114, 163);
}
#header.scroll .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #58b6fc;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #58b6fc;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  color: #2a5473 !important;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  display: none;
}

.fa-bars {
  font-size: 1.5rem !important;
  color: #FFF;
}

.navbar-toggler {
  background-color: #0b3c60;
  border: 2px solid #0b3c60;
  border-color: #0b3c60 !important;
}

.navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.form-control {
  color: #999999;
  font-size: 0.75rem;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: none;
  margin-bottom: 0.75rem;
  border-radius: 50px;
}

.form-control::-webkit-input-placeholder {
  text-transform: capitalize;
}

.form-control::-moz-placeholder {
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  text-transform: capitalize;
}

.form-control::-ms-input-placeholder {
  text-transform: capitalize;
}

.form-control::placeholder {
  text-transform: capitalize;
}

/* Cover */
.cover .cover-text {
  padding-top: 29rem;
  padding-bottom: 3rem;
}
.cover .cover-text h1.cover-heading {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3.875rem;
  color: #ffffff;
  line-height: 1;
  position: relative;
  text-align: center;
}
.cover .cover-text .cover-p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.75rem;
}

#information {
  background: url(../img/info-bar-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 2rem;
}
#information .container {
  max-width: 840px;
}
#information .bottom-text {
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
}
#information .dark-blue-btn {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.6rem 1.5rem;
  background: #09304d;
  color: #fff;
  margin-bottom: 0rem;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#information .info-box {
  margin-bottom: 2rem;
  text-align: center;
  background: #ffffff;
  margin-top: -57px;
  z-index: 10;
}
#information .info-icon {
  display: inline-block;
  padding-top: 1rem;
}
#information .info-heading {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.125rem;
  display: inline;
}
#information .info-text {
  font-size: 0.75rem;
  color: #666666;
  margin-top: 1rem;
  padding: 0 1.2rem;
}
#information .read-more-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#information .read-more {
  font-size: 0.75rem;
  font-style: italic;
  margin-right: 10px;
  color: #2e479e;
}

#about p {
  text-align: left;
}
#about h2 {
  font-size: 1.375rem;
  color: #05345a;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.5rem;
}
#about .left-content {
  padding: 0 1rem;
}

#services {
    background: url(../img/services-bg.jpg);
    background-position: auto auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 622px;
    /*height: 822px;*/
    position: relative;
    color: #fff;
    text-align: center;
}
#services p {
  font-size: 0.875rem;
  max-width: 910px;
  margin: 0 auto;
}
#services .column {
  padding-right: 0;
}
#services .services-content {
  margin-top: 2rem;
  padding-right: 0;
}
#services .services-tile {
  padding: 3rem;
  background: #fff;
  color: #000;
  font-weight: 600;
  margin: 0.25rem 0 0.5rem 0;
  font-size: 1.125rem;
  text-transform: uppercase;
}

#contact {
  background: url(../img/contact-section-img-full.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 524px;
  width: 100%;
  background-position: center center;
  color: #fff;
}
#contact .content {
  padding-right: 2rem;
}
#contact .content-top {
  border-left: 9px solid #75bee9;
  padding-left: 3rem;
  margin-bottom: 3rem;
  color: #6f6b6b;
  text-align: justify;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
}
#contact .content-bottom {
  padding-left: 3rem;
}
#contact .relative-image {
  position: relative;
}
#contact .absolute-image {
  position: absolute;
  right: -40px;
  top: 96px;
}
#contact .bottom-text {
  color: #6f6b6b;
  padding-left: 50px;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  text-align: justify;
  margin-bottom: 3rem;
}
#contact .contact-form {
  margin: 0 2rem;
  margin-top: 2rem;
}
#contact textarea.form-control {
  border-radius: 25px;
}
#contact .form-submit {
  background: #196ca9;
  border: none;
  width: 160px;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
}

:focus {
  outline: none;
}

#footer {
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 347px;
  width: 100%;
  background-position: center center;
  color: #fff;
  padding: 3rem;
}
#footer .footer-logo-section {
  text-align: center;
  padding: 2rem 4.5rem;
}
#footer .footer-h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .footer-links {
  list-style: none;
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 0;
}
#footer .footer-links li {
  margin-bottom: 0.5rem;
}
#footer .footer-links li a {
  color: #fff;
}
#footer .footer-links-section, #footer .footer-bio-section {
  padding-top: 2rem;
}
#footer .footer-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .bio-image {
  margin-right: 1rem;
}
#footer .bio-title {
  font-size: 1rem;
  font-weight: 700;
}
#footer .bio-designation {
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
}
#footer .bio-info {
  font-size: 0.75rem;
}
#footer .footer-text {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
#footer .copyright {
  font-size: 0.625rem;
}

#footer-copyright {
  background: #474747;
  color: #ffffff;
  padding: 0.5rem 0;
}
#footer-copyright .copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer-copyright .copyright-container .copyright-text {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}
#footer-copyright .social a {
  text-align: center;
  background: #545454;
  color: #ffffff;
  border-radius: 50px;
  padding: 6px 14px 5px 14px;
  margin-right: 0.5rem;
}
#footer-copyright .facebook-icon {
  padding: 6px 14px 5px 14px;
}
#footer-copyright .instagram-icon {
  padding: 6px 11px 5px 11px !important;
}
#footer-copyright .twitter-icon {
  padding: 6px 9px 5px 10px !important;
}

#philosophy {
  /*background: url(../img/philosophy-content-bg.jpg);
  background-repeat: repeat;
  height: auto;*/
}
#philosophy h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #05345a;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1rem;
}
#philosophy p {
  text-align: left;
}
#philosophy .left-content, #philosophy .right-content {
  padding: 0 4rem;
}

#innerpage-contact {
  /*background: url(../img/contact-page-bg.jpg);
  background-repeat: repeat;*/
  height: auto;
  text-align: left;
}
#innerpage-contact p {
  font-size: 0.875rem;
  font-weight: 500;
}
#innerpage-contact .bio-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}
#innerpage-contact .bio-section .bio-info {
  margin-left: 1rem;
}
#innerpage-contact .bio-section .bio-info .bio-title {
  font-size: 2rem;
  font-weight: 700;
  color: #05345a;
  text-transform: uppercase;
  line-height: 2rem;
  margin-bottom: 0;
}
#innerpage-contact .bio-section .bio-info .designation {
  font-size: 0.875rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
#innerpage-contact .bio-section .bio-info .company-name {
  font-size: 0.85rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1rem;
  font-weight: 500;
  font-style: italic;
}
#innerpage-contact .right-content {
  text-align: center;
  padding: 3rem;
}
#innerpage-contact .right-content .contact-form {
  margin-top: 2rem;
}
#innerpage-contact .right-content .contact-form .form-control {
  background-color: #d7d7d7;
  border-radius: 0;
}
#innerpage-contact .right-content .contact-form .form-submit {
  background: #196ca9;
  border: none;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 0.75rem;
}

.header-wrapper-inner {
  background: url(../img/inner-page-cover.jpg) top center no-repeat !important;
  height: 380px !important;
}
.header-wrapper-inner .cover {
  padding-top: 3.5rem;
}
.header-wrapper-inner .cover .cover-text {
  padding-top: 6rem;
}

@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-collapse {
    margin-top: 1rem;
  }
  #footer {
    height: auto;
  }
}
@media all and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
    color: #5ab8eb;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar-expand-custom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dropdown, .dropend, .dropstart, .dropup {
    position: relative;
  }
  .navbar-collapse {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  .navbar-expand-custom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-expand-custom .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #main .bottom-text {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .navbar-brand img {
    max-width: 260px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .cover .cover-text h1.cover-heading {
    font-size: 3.5rem;
  }
  #main .absolute-image {
    top: 50px;
  }
  #main .bottom-text {
    margin-bottom: 1rem;
  }
  #services .services-tile {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #about .right-content {
    padding: 0 1rem 0 2rem;
  }
}
@media (max-width: 992px) {
  #header {
    background: rgba(47, 114, 163, 0.75);
  }
  #main .content {
    margin-bottom: 2rem;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  }
  #services {
    height: auto;
  }
  #services .services-tile {
    font-size: 1rem;
  }
  #contact {
    background: #05345a;
    padding: 0;
    height: auto;
  }
  #contact .right-form {
    margin: 2rem 0;
  }
  .cover .cover-text .cover-p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cover .cover-text h1.cover-heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cover .cover-text h1.cover-heading {
    font-size: 2.5rem;
  }
  .cover .cover-text {
    padding-bottom: 0;
  }
  #header {
    margin-top: 0;
  }
  .header-wrapper-inner {
    height: auto !important;
  }
  #information .info-box {
    margin-top: 0;
  }
  #information .first-info-box {
    margin-top: 3rem;
  }
  #header-wrapper {
    height: auto;
    padding-bottom: 3rem;
  }
  #philosophy h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .cover .cover-text h1.cover-heading {
    font-size: 2rem;
  }
  .cta-btn {
    padding: 0.5rem 1rem;
  }
  .cover .cover-img-logo {
    left: 35px;
    top: 30px;
    max-width: 300px;
  }
  .cover .cover-text {
    padding-top: 10rem;
  }
  #footer-copyright .copyright-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-copyright .copyright-container .copyright-text {
    margin-bottom: 1rem !important;
  }
  #philosophy .left-content, #philosophy .right-content {
    padding: 0 2rem;
  }
  #innerpage-contact .bio-section .bio-info .bio-title {
    font-size: 1.5rem;
  }
  #innerpage-contact .left-content {
    padding: 0 2rem;
  }
  #footer {
    padding: 1rem;
  }
  #footer .footer-logo-section {
    padding: 1rem;
  }
  #footer .footer-logo-section img {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  #header .container-navbar {
    padding: 0.5rem 0;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  .navbar {
    padding: 0.5rem 0;
  }
  .navbar-brand {
    margin-right: 0;
  }
  #cover .cover-text h1 {
    margin-bottom: 1.2rem;
  }
  #cover .cover-text {
    padding-bottom: 1rem;
  }
  #innerpage-contact .bio-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #innerpage-contact .bio-section .bio-info {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 400px) {
  .navbar-brand img {
    max-width: 200px;
  }
  .fa-bars {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 350px) {
  .navbar {
    padding: 0.5rem 0;
  }
  .navbar-brand {
    margin-right: 0;
  }
}