@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:ital,wght@0,400;0,500;1,400&display=swap');
html {
  font-size: 1rem;
  line-height: 24px;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2a2d35;
  overflow-x: hidden;
}
button {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
section {
  overflow: hidden;
  width: 100%;
}
button {
  outline: none !important;
}
a {
  color: #ed7d31;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*em {
	 color:#d0081a; 
}*/
sub,
sup {
  font-size: 50%;
}
sup {
  top: -0.75em;
}
/* flexbox css */
.flex-end {
  justify-content: flex-end;
}
.row-reverse {
  flex-direction: row-reverse;
}
.cursor-pointer {
  cursor: pointer;
}
/* font related css */
.fw-3 {
  font-weight: 300 !important;
}
.fw-4 {
  font-weight: 400 !important;
}
.fw-6 {
  font-weight: 600 !important;
}
.fw-7 {
  font-weight: 700 !important;
}
.fw-8 {
  font-weight: 800 !important;
}
.fw-9 {
  font-weight: 900 !important;
}
.font-12 {
  font-size: 0.75rem !important;
}
.font-13 {
  font-size: 0.8125rem !important;
}
.font-14 {
  font-size: 0.875rem !important;
}
.font-15 {
  font-size: 0.9375rem !important;
}
.font-16 {
  font-size: 1rem !important;
}
.font-18 {
  font-size: 1.125rem !important;
}
.font-20 {
  font-size: 1.25rem !important;
}
.font-24 {
  font-size: 1.5rem !important;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.lh-normal {
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #001a57;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.75rem;
}
/* Extra padding margin css */
.pt-100,
.py-100 {
  padding-top: 6.25rem;
}
.pb-100,
.py-100 {
  padding-bottom: 6.25rem;
}
.pt-80,
.py-80 {
  padding-top: 5rem;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem;
}
.pl-60 {
  padding-left: 3.75rem!important;
}
.pt-25,
.py-25 {
  padding-top: 1.5rem;
}
.pb-25,
.py-25 {
  padding-bottom: 1.5rem;
}
.mt-100,
.my-100 {
  margin-top: 6.25rem;
}
.ml-100 {
  margin-left: 6.25rem;
}
.mr-100 {
  margin-right: 6.25rem;
}
.mb-100,
.my-100 {
  margin-bottom: 6.25rem;
}
.mt-80,
.my-80 {
  margin-top: 5rem;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.rounded-lg {
    border-radius: 1rem!important;
}

/* btn css */
.btn:disabled {
  opacity: 1 !important;
  cursor: not-allowed;
}
.btn:focus {
  box-shadow: none;
}
.btn-blue {
  background-color: #001a57;
  color: #ffffff !important;
  font-size: 1rem;
  /* font-weight: 500; */
  border: none;
  border-radius: 6px;
  padding: 1rem 2.5rem;
  line-height: 18px;
  position: relative;
  text-align: center;
  min-width: 100px;
}
.btn-blue:focus,
.btn-blue:hover {
  color: #ffffff;
  background-color: #022576;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0px 8px 22px 0px rgba(0, 42, 50, 0.22);
  -moz-box-shadow: 0px 8px 22px 0px rgba(0, 42, 50, 0.22);
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.22);
}


.header {
  background-color: #ffffff;
  padding: 1.25rem 0;
  height: 80px;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 8%);
}
.header .logo img {
    max-height: 40px;
}
.header .navbar .navbar-nav .nav-item {
  margin-left: 1.5rem;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #2a2d35;
  font-size: 15px;
}
.header .navbar .navbar-nav .nav-item .nav-link.btn {
  padding: .75rem 1.5rem;
  line-height: 16px;
}

.hero-section {
    opacity: 1;
    text-shadow: none;
    object-fit: cover;
    /* width: 100vw; */
    height: calc(100vh - 80px);
    padding-top: 2rem;
    color: #181b31;
}
.hero-section h1 {
  color: #001a57;
}
.hero-section label {
  color: #556382;
}
.hero-section .header .btn-blue {
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 24px;
}
.hero-container {
    height: calc(100vh - 88px);
}
.intro-section {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.intro-section h5 {
  color: #001a57;
}
.intro-section ul li:nth-child(odd) {
  background-color: #f6f6f6;
}
.about .img-box {
  background-color: #ebebf0;
}
.ventures .imgbox {
  background-color: #f6f6f6;
  border-radius: .5rem;
  padding: 1rem;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ventures .imgbox img {
  max-height: 150px;
}
.feature-banner {
  background: url(../images/feature.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  text-align: center;
}
.feature-banner .opacity {
    background: rgba(0, 26, 87, 0.5);
    padding: 74px 0 80px 0;
}
.feature-banner .opacity h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 0 6%;
}
.form-area {
  padding: 2rem 1.75rem;
  border-radius: .75rem;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 8%);
}
.form-area .form-group label {
  color: #37393d;
  font-size: 1rem;
  margin: 0;
}
.form-area .form-group label em {
  color: red;
}
.form-area .form-group .form-control {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 0 0 .375rem 0;
}
.form-area .form-group .form-control:focus {
  border-bottom-color: #001a57;
}

.footer {
    padding-top: 3.5rem;
    background-color: #001648;
    color: #ffffff;
}
.footer a {
    color: #ffffff;
}
.footer-bottom {
    background-color: #001138;
}


.contact-form {
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .2);
}
.contact-form .card-body {
    padding: 2.25rem;
}
.contact-form .card-body .form-control {
    border-radius: .375rem;
    padding: .5rem 1rem;
    height: 44px;
    font-size: .9375rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
.contact-form .card-body textarea.form-control {
    height: 120px;
}
.about-section .card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
.about-section .card .card-body {
    padding: 2rem;
}
.network-list li {
    width: 20%;
    margin: 0 2%;
}

.newsletter-modal .modal-content {
  border-radius: 0;
}
.newsletter-modal .left {
  width: 40vw;
  height: 90vh;
  background-image: url(../images/modal-image.jpg);
  background-position: 37%;
  background-size: cover;
}
.newsletter-modal .right {
  padding: 1.25rem 3.5rem;
  position: relative;
  width: 60vw;
}
.newsletter-modal .right .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.newsletter-modal .right .form-control {
  border-radius: .375rem;
  padding: .5rem 1rem;
  height: 46px;
  font-size: .9375rem;
  background-color: #f6f6f6;
  border-color: transparent;
}
.newsletter-modal .right .form-control::placeholder {
  color: #000000;
  font-weight: 500;
}
.newsletter-modal .right .form-control:focus {
  /* box-shadow: none; */
  border-color: #01a0ff;
}
.newsletter-modal .right .btn-blue {
  font-size: 1rem;
  font-weight: 500;
}
.toggle__button__container {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  border: none;
  flex-flow: row wrap;
  gap: 1rem;
  display: flex;
}
.toggle__button__container .toggle__button {
  position: relative;
  padding: .625rem 1rem;
  border: 1px solid rgb(0 0 0 / 50%);
  border-radius: 2rem;
  color: #000000;
  background-color: #ffffff;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  column-gap: 0.5rem;
  display: inline-flex;
  cursor: pointer;
  transition: background-color 350ms ease-in;
  width: 48%;
  margin: 0;
}
.toggle__button__container .toggle__button:has(:checked) {
  color: #ffffff;
  background-color: #01a0ff;
  border-color: #01a0ff;
}
.toggle__button__container .toggle__button input[type="checkbox"] {
  position: absolute;
  inset: 0;
  appearance: none;
  z-index: -1;
}
.toggle__button__container.type .toggle__button {
  width: 31%;
}
.newsletter-modal .modal-xl {
  max-width: 95vw;
}
ul.list-style {
  list-style-type: disc;
  padding-left: 1.5rem;
}
ul.list-style li {
  margin-bottom: .5rem;
}








