/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Importing Bootstrap SCSS file. */
html, body {
    height: 100%;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
    /*background: url(../images/base.png);
    background-size: cover;
    background-position: center center;*/
/*    color: #FFF;*/
}
a, a:hover {
  text-decoration: none !important;
/*  color: #FFF;*/
}
.themecolor {
    color:#1D8582;
}
.modal-dialog {
      max-width: 1100px;
      margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.content-base {
    background: #F4F5EF;
    font-size: 30px;
    line-height: 40px;
}
.content-base b {
    font-weight: 600;
}
.our-genesis h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 50px;
}
.our-genesis h1:after {
    background: #8CC542;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: ' ';
}
.our-genesis .content-top {
    margin-top: 30px;
}
.our-genesis img {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 100%;
}
.our-genesis .content-top-icon img {
    width: auto;
    display: block;
    margin: 0 auto 10px;
    height: 80px;
    float: none;
}
.bin {
    background: #F4F5EF;
}
.bin h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.bin .listing {
    margin-bottom: 40px;
    border-bottom: 1px solid #1D8582;
    font-size: 20px;
    position: relative;
    padding: 0 0 20px 80px;
    display: block;
}
.bin .listing.no-border {
    border: 0;
}
.bin .listing span {
    position: absolute;
    left: -80px;
    top: 0;
    font-size: 40px;
/*    font-weight: bold;*/
}
.bin h3 {
    position: relative;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #1D8582;
}
.bin .content-top-icon img {
    width: auto;
    display: block;
    margin: 0 auto 10px;
    height: 80px;
    float: none;
}
.bin .content-top-icon p {
    margin: 0;
    padding: 0;
}
.bin .content-top-icon b {
    font-size: 30px;
    display: block;
    margin:20px 0 10px;
}
.ufi {
    background: #1D8582;
}
.ufi h3 {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    line-height: 45px;
}
.ufi h3 span {
    font-weight: normal;
    display: block;
    font-size: 28px;
}
.ufi .content-box .col-md-6 .box {
    background: #FFF;
    padding: 30px;
    text-align: center;
}
.ufi .content-box .col-md-6 .box h4 {
    font-size: 28px;
    font-weight: bold;
}
.ufi .content-box .col-md-6 .box img {
    width: 60%;
    height: auto;
}
.vi h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 50px;
}
.vi h1:after {
    background: #8CC542;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: ' ';
}
.vi .vi-content p {
    font-size: 25px;
    line-height: 35px;
}
.vi .box {
    margin-top: 30px;
    position: relative;
}
.vi .box img {
    width: 100%;
    height: auto;
}
.vi .box .content-box {
    background: #FFF;
    padding: 30px;
    width: 90%;
    float: left;
    margin-top: -80px;
    position: relative;
}
.vi .box .content-box .title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.vi .box .content-box .title span {
    float: right;
    background: #10817C;
    display: inline-block;
    padding: 5px;
    border-radius: 6px;
    font-size: 13px;
    color: #FFF;
    line-height: 18px;
}
.vi .box .content-box .title h5 {
    position: relative;
    font-weight: bold;
    display: inline-block;
}
.vi .box .content-box .title h5:after {
    background: #8CC542;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: ' ';
}
.vi .box .content-box .content {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.vi .box .content-box .icon {
    width: 100%;
    float: left;
    text-align: center;
}
.vi .box .content-box .icon img {
    width: auto;
    display: block;
    margin: 10px auto 10px;
    height: 50px;
    float: none;
}
.vi .box .content-box .icon p {
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.fs {
    background: #E2F4F3;
}
.fs h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 50px;
}
.fs h1:after {
    background: #8CC542;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: ' ';
}
.fs img {
    width: 100%;
}
.ifl {
    background: #F4F5EF;
}
.ifl h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 70px;
}
.ifl h1:after {
    background: #8CC542;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: ' ';
}
.ifl img {
    width: 30%;
    margin-bottom: 20px;
}
.ifl .img-box {
    margin-top: 20px;
}
.ifl .img-box img {
    width: 100%;
    margin-bottom: 0;
}