/**************** Start Default CSS ****************/
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2 {
  font-weight: bold;
}

h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
}

p {
  margin-bottom: 0;
  color: #242323;
}

.size-14 {
  font-size: 14px;
}

.my-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-heading {
  font-size: 36px;
}

.blue-heading {
  color: #0054A3;
}

.blue-heading img {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.white-color {
  color: #FFF;
}

.orange-color {
  color: #E2611E;
}

.white-heading {
  color: #FFF;
}

.white-heading img {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.btn-primary {
  padding: 10px 20px;
  display: inline-block;
  background: #E2611E;
  border: none;
}

.btn-primary:hover, .btn-primary:focus {
  background: #0054A3;
}

.btn-secondary {
  color: #0054A3;
  background: #FFF;
  padding: 10px 20px;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: white;
  background: #0054A3;
}

.list {
  margin: 20px 0 0 30px;
}

.list li {
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  position: relative;
}

.list li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -30px;
  width: 18px;
  height: 18px;
  background-image: url("../images/list-icon.png");
}

/**************** End Default CSS ****************/
body > .wrapper {
  font: 16px/26px 'Poppins', sans-serif;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}

/**************** Start header & Navbar CSS ****************/
.header {
  position: relative;
  border-top: 18px solid #0054A3;
}

.sticky .header {
  background: #FFF;
  position: fixed;
  z-index: 99;
  width: 100% !important;
  border-top: 6px solid #0054A3;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.sticky .header .navbar-brand {
  max-width: 150px;
}

.navbar-light .navbar-nav .nav-link {
  color: #0054A3;
}

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

.navbar.bg-light {
  background: transparent !important;
  padding: 0;
}

/**************** Header CSS ****************/
.banner {
  color: #FFF;
  padding: 146px 0;
  background: url("../images/banner_pic.png") left top;
}

.banner h1 {
  font-size: 60px;
  font-weight: normal;
}

.banner h1 span {
  font-weight: bold;
}

.banner p {
  color: white;
  font-size: 20px;
  margin: 20px 0;
}

/**************** Home page - About CSS ****************/
.about {
  background: #FCF8F8;
}

.about h4 {
  font-size: 18px;
  color: #E2611E;
  margin-bottom: 20px;
}

.about h4 span {
  position: relative;
}

.about h4 span::before {
  position: absolute;
  content: '';
  top: 7px;
  right: -100px;
  width: 70px;
  height: 4px;
  background-color: black;
}

.about h3 {
  margin: 20px 0;
  color: #242323;
}

.about .about_pic {
  border-radius: 12px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.about .about_pic img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.about .about_pic p {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
}

/**************** Home page - Technologies CSS ****************/
.technologies .item {
  text-align: center;
  padding: 20px 15px;
  height: calc(100% - 20px);
  border-radius: 12px;
  margin-bottom: 20px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.technologies .item img {
  width: auto;
  height: 50px;
}

/**************** Footer CSS ****************/
.footer {
  color: white;
  background: #0054A3;
}

.footer ul li {
  line-height: 40px;
}

.footer a, .footer p {
  color: white;
}

.footer h4 {
  font-size: 20px;
}

.footer .left_30 {
  padding-left: 30px;
}

.footer .social-icons li {
  padding-right: 20px;
}

.footer .copyrite {
  background: #E2611E;
}

/**************** inner-page-banner CSS ****************/
.inner-page-banner {
  background: url("../images/inner-page-banner.png") left top repeat;
}

.inner-page-banner h3 {
  margin: 0;
  color: #FFF;
  font-size: 44px;
  line-height: 44px;
}

/**************** page-content CSS ****************/
.page-content p {
  font-size: 18px;
}

/**************** dark-content CSS ****************/
.dark-content {
  color: #FFF;
  background: #323537;
}

.dark-content h3 {
  font-size: 32px;
}

.dark-content .orange-border {
  border: 10px solid #E2611E;
}

.dark-content .white-border {
  border: 10px solid white;
}

.dark-content .dark-list {
  margin: 20px 0 0 30px;
}

.dark-content .dark-list li {
  color: #FFF;
  font-weight: normal;
  position: relative;
}

.dark-content .dark-list li h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.dark-content .dark-list li p {
  color: #FFF;
  margin-bottom: 10px;
}

.dark-content .dark-list li::before {
  background-image: url("../images/list-icon-2.png");
}

.dark-content .dark-list-2 li::before {
  top: 3px;
}

.cycles .item {
  padding: 20px;
  display: inline-block;
  width: auto;
  border-radius: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.cycles .item:hover {
  background: #DFF0FF;
  color: #242323;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.cycles ul {
  margin-left: 30px;
}

.cycles ul li {
  line-height: 34px;
  position: relative;
}

.cycles ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -21px;
  width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #E2611E;
}

.map-container {
  background: #0054A3;
}

.map-container iframe {
  width: 100%;
}

.form-content h4 {
  font-size: 28px;
}

.form-content h5 {
  font-size: 18px;
  font-weight: 500;
}

.form-content .page-heading {
  font-weight: 500;
  font-size: 55px;
  margin: 30px 0;
  line-height: 55px;
}

.form-content .icon {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.form-content .icon-2 {
  top: -3px;
}

.form-content input[type="text"].form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #707070;
}

.form-content input[type="text"].form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #E2611E;
}

.form-content textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #E2611E;
}

/**************** Start Back to Top CSS ****************/
.back-top {
  right: 20px;
  font-size: 35px;
  position: fixed;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  bottom: 50vh;
  -webkit-transform: scale(0);
  transform: scale(0);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.back-top.back-top-visible {
  bottom: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 150px;
  }
  .header {
    padding: 10px 0;
  }
  .banner {
    padding: 80px 0;
  }
  p {
    text-align: justify;
  }
  .py-8 {
    padding: 40px 0;
  }
  .footer .left_30 {
    padding-left: 0;
  }
  .footer ul li {
    line-height: 34px;
  }
  .inner-page-banner {
    text-align: center;
  }
  .inner-page-banner .btn-primary.float-end {
    float: none !important;
    margin-top: 20px;
  }
  .dark-content .orange-border,
  .dark-content .white-border {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .footer h4 {
    margin: 30px 0 10px 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */