@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
#accordionId .card {
  border: 0px;
  border-bottom: 1px solid #CBCBCB;
}
#accordionId .card .card-header {
  padding: 30px 0px;
  border: 0;
  background: transparent !important;
}
#accordionId .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  font-size: 28px;
  line-height: 36px;
  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;
  white-space: normal;
  word-break: break-word;
  color: #232323;
  font-weight: 600;
  text-decoration: none !important;
}
#accordionId .card .card-header button::after {
  content: "\f068";
  font-family: FontAwesome;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #232323;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
}
#accordionId .card .card-header button.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
}
@media (max-width: 1600px) {
  #accordionId .card .card-header button {
    font-size: 26px;
    line-height: 32px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #accordionId .card .card-header button {
    font-size: 22px;
    line-height: 30px;
  }
}
#accordionId .card .card-body {
  padding: 0px 0px 20px 0px;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #232323;
}

ul, li {
  list-style: none;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

.mainHeader {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
  background: #000;
}
.mainHeader .container-fluid {
  max-width: 1500px;
  margin: 0 auto;
}
.mainHeader header {
  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;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navBlock .navbarBtn button {
  background: none;
  padding: 0;
}
.mainHeader header .navBlock .navbarBtn button img {
  height: 40px;
  width: 40px;
}
@media (max-width: 1199px) {
  .mainHeader header .navBlock {
    margin-top: 0;
  }
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 7px;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0;
  }
}
.mainHeader header .navbarLink ul li .btnRed a {
  color: #fff;
}
.mainHeader header .navbarLink ul li.loginList {
  position: relative;
}
.mainHeader header .navbarLink ul li.loginList > .dropdown-menu {
  left: inherit !important;
  min-width: 150px;
  right: 0;
}
.mainHeader header .navbarLink ul li.loginList > .dropdown-menu li a {
  color: #000 !important;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 15px;
  padding: 10px 12px 10px 12px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 12px;
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 12px 10px 12px;
  }
}
.mainHeader header .navbarLink ul li.active a {
  background: none;
  border-radius: 0;
  color: #41AEA3;
}
.mainHeader header .navbarLink ul li.active.btnRed {
  background-color: #000;
}
.mainHeader header .navbarLink ul li.active.btnRed a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #41AEA3;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: inherit;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #41AEA3;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #7a7a7a;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
@media (max-width: 991px) {
  .mainHeader header {
    padding: 15px 0;
  }
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

.sectionPadding {
  padding: 100px 0px;
}
.sectionPadding.sectionPaddingTop0 {
  padding-top: 0;
}
.sectionPadding.sectionPaddingBtm0 {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0;
  }
}

.blueBg {
  background: #DDF0F1;
}

.bullets li {
  color: #232323;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background: #1B99A4;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .bullets li {
    font-size: 16px;
    line-height: 24px;
  }
}

.btnDefault {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 60px;
  padding: 17px 30px;
  display: inline-block;
  border: 0px !important;
  cursor: pointer;
  outline: 0 !important;
}
.btnDefault:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .btnDefault {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
}

.mgmB0 {
  margin-bottom: 0px;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sectionTitle {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 50px;
  color: #232323;
}
.sectionTitle.mgb0 {
  margin-bottom: 0px;
}

.subTitle {
  font-size: 22px;
  line-height: 28px;
}

.largeFont {
  font-size: 28px;
  line-height: 36px;
}

@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 25px;
  }
  .subTitle {
    font-size: 20px;
    line-height: 26px;
  }
  .largeFont {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
  }
  .subTitle {
    font-size: 16px;
    line-height: 24px;
  }
  .largeFont {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 22px;
    line-height: 28px;
  }
}
.imageBox {
  position: relative;
  max-width: 460px;
}
.imageBox img {
  border-radius: 220px 220px 0px 0px;
}
.imageBox::after {
  content: "";
  background: url(../images/about_border.png) no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 100%;
  right: -5%;
  bottom: -5%;
}
.imageBox.right {
  margin-right: 0;
  margin-left: auto;
}

.imageBoxLeft img {
  border-radius: 0px 0px 0px 170px;
}
@media (max-width: 767px) {
  .imageBoxLeft {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
.homebanner {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  position: relative;
  overflow: hidden;
}
.homebanner::before {
  content: "";
  display: block;
  background: url(../images/circle.svg) no-repeat;
  height: 500px;
  width: 500px;
  position: absolute;
  right: -12%;
  top: -35%;
}
.homebanner::after {
  content: "";
  display: block;
  background: url(../images/circle.svg) no-repeat;
  height: 500px;
  width: 500px;
  position: absolute;
  left: -12%;
  bottom: -35%;
}
@media (max-width: 1600px) {
  .homebanner::before, .homebanner::after {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .homebanner::before, .homebanner::after {
    height: 220px;
    width: 220px;
  }
  .homebanner::after {
    left: -10%;
    bottom: -18%;
  }
  .homebanner::before {
    right: -10%;
    top: -18%;
  }
}
@media (max-width: 767px) {
  .homebanner::before, .homebanner::after {
    height: 200px;
    width: 200px;
  }
  .homebanner::after {
    left: -10%;
    bottom: -18%;
  }
  .homebanner::before {
    right: -10%;
    top: -18%;
  }
}
.homebanner .homeSlider {
  z-index: 1;
}
.homebanner .homeSlider .bannerBox {
  display: block !important;
  padding: 75px 0px;
}
.homebanner .homeSlider .bannerBox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homebanner .homeSlider .bannerBox .container .bannerImg {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.homebanner .homeSlider .bannerBox .container .bannerImg::before {
  content: "";
  display: block;
  background: url(../images/dots.png) no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -5%;
}
.homebanner .homeSlider .bannerBox .container .bannerImg img {
  position: relative;
}
.homebanner .homeSlider .bannerBox .container .bannertext {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.homebanner .homeSlider .bannerBox .container .bannertext .tagLine {
  font-size: 120px;
  font-weight: 600;
  line-height: 120px;
  text-transform: uppercase;
  color: #fff;
}
.homebanner .homeSlider .bannerBox .container .bannertext .tagLine span {
  display: block;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  text-transform: inherit;
}
.homebanner .homeSlider .bannerBox .container .bannertext p {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 0px;
}
.homebanner .homeSlider .bannerBox .container .bannertext p strong {
  font-weight: 500;
}
@media (max-width: 1600px) {
  .homebanner .homeSlider .bannerBox .container .bannertext .tagLine {
    font-size: 70px;
    line-height: 80px;
  }
  .homebanner .homeSlider .bannerBox .container .bannertext .tagLine span {
    font-size: 40px;
    line-height: 50px;
  }
  .homebanner .homeSlider .bannerBox .container .bannertext p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .homebanner .homeSlider .bannerBox .container .bannertext .tagLine {
    font-size: 30px;
    line-height: 32px;
  }
  .homebanner .homeSlider .bannerBox .container .bannertext .tagLine span {
    font-size: 22px;
    line-height: 32px;
  }
  .homebanner .homeSlider .bannerBox .container .bannertext p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerBox .container .bannertext .tagLine {
    font-size: 36px;
    line-height: 42px;
  }
  .homebanner .homeSlider .bannerBox .container .bannertext .tagLine span {
    font-size: 22px;
    line-height: 32px;
  }
  .homebanner .homeSlider .bannerBox .container .bannertext p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerBox .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .homebanner .homeSlider .bannerBox .container .bannerImg, .homebanner .homeSlider .bannerBox .container .bannertext {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.homebanner .homeSlider .bannerBox .btnDefault {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homebanner .homeSlider .bannerBox {
    padding: 40px 0px;
  }
  .homebanner .homeSlider .bannerBox .btnDefault {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.innerbanner {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
}
.innerbanner::before {
  content: "";
  display: block;
  background: url(../images/circle.svg) no-repeat;
  height: 400px;
  width: 400px;
  position: absolute;
  right: -8%;
  top: -40%;
}
.innerbanner::after {
  content: "";
  display: block;
  background: url(../images/circle.svg) no-repeat;
  height: 400px;
  width: 400px;
  position: absolute;
  left: -8%;
  bottom: -40%;
}
@media (max-width: 1600px) {
  .innerbanner::before, .innerbanner::after {
    height: 250px;
    width: 250px;
  }
  .innerbanner::after {
    left: -9%;
    bottom: -30%;
  }
  .innerbanner::before {
    right: -9%;
    top: -30%;
  }
}
@media (max-width: 767px) {
  .innerbanner::before, .innerbanner::after {
    height: 200px;
    width: 200px;
  }
  .innerbanner::after {
    left: -12%;
    bottom: -30%;
  }
  .innerbanner::before {
    right: -12%;
    top: -30%;
  }
}
.innerbanner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerbanner .bannerImg {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}
.innerbanner .bannerImg::before {
  content: "";
  display: block;
  background: url(../images/dots.png) no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -5%;
  background-position: right;
}
.innerbanner .bannerImg img {
  position: relative;
  border-bottom-left-radius: 200px;
}
@media (max-width: 1600px) {
  .innerbanner .bannerImg img {
    border-bottom-left-radius: 100px;
    max-height: 350px;
  }
}
.innerbanner .bannertext {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  z-index: 1;
}
.innerbanner .bannertext .title {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  color: #fff;
  max-width: 770px;
  margin-bottom: 20px;
}
.innerbanner .bannertext p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  max-width: 770px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .innerbanner .bannertext .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 10px;
  }
  .innerbanner .bannertext p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .innerbanner .bannertext .title {
    font-size: 36px;
    line-height: 42px;
  }
  .innerbanner .bannertext p {
    font-size: 16px;
    line-height: 24px;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .innerbanner .bannertext {
    padding-right: 10px;
  }
  .innerbanner .bannertext .title {
    font-size: 26px;
    line-height: 32px;
  }
  .innerbanner .bannertext p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .innerbanner .bannertext .btnDefault {
    font-size: 13px;
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .whatWeDoSection .whatDoSection .col-lg-1 {
    display: none;
  }
}
.whatWeDoSection .whatWeDoBox {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.whatWeDoSection .whatWeDoBox img {
  width: 100%;
}
.whatWeDoSection .whatWeDoBox .whatWeDoTitle {
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: left;
  color: #fff;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.whatWeDoSection .whatWeDoBox .whatWeDoTitle .subHeading {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.whatWeDoSection .whatWeDoBox .whatWeDoTitle a {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1600px) {
  .whatWeDoSection .whatWeDoBox .whatWeDoTitle .subHeading {
    font-size: 22px;
    line-height: 28px;
  }
  .whatWeDoSection .whatWeDoBox .whatWeDoTitle a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .whatWeDoSection .whatWeDoBox .whatWeDoTitle .subHeading {
    font-size: 16px;
    line-height: 24px;
  }
  .whatWeDoSection .whatWeDoBox .whatWeDoTitle a {
    opacity: 1;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .whatWeDoSection .whatWeDoBox .whatWeDoTitle .subHeading {
    font-size: 16px;
    line-height: 20px;
  }
}
.whatWeDoSection .whatWeDoBox:hover .whatWeDoTitle {
  height: 100%;
}
.whatWeDoSection .whatWeDoBox:hover .whatWeDoTitle .subHeading {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.whatWeDoSection .whatWeDoBox:hover .whatWeDoTitle a {
  opacity: 1;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.whatWeDoSection .whatWeDoTwoCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin: 0 -15px;
}
.whatWeDoSection .whatWeDoTwoCol li {
  padding: 0 15px;
}
.whatWeDoSection .whatWeDoTwoCol li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  max-width: 57%;
}
.whatWeDoSection .whatWeDoTwoCol li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  max-width: 43%;
}
@media (max-width: 767px) {
  .whatWeDoSection {
    padding-bottom: 0px !important;
  }
  .whatWeDoSection .whatWeDoBox {
    margin-bottom: 20px;
  }
  .whatWeDoSection .col-lg-1 {
    display: none;
  }
  .whatWeDoSection .whatWeDoTwoCol {
    padding-top: 0px;
  }
  .whatWeDoSection .whatWeDoTwoCol li {
    padding: 0 10px;
  }
}

.aboutSection {
  position: relative;
  overflow: hidden;
}
.aboutSection::before {
  content: "";
  background: url(../images/shadow.png) no-repeat;
  left: -5%;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0%;
  opacity: 100%;
  top: 0%;
  bottom: 0;
  z-index: -1;
  background-position: left center;
  background-size: contain;
}
.aboutSection::after {
  content: "";
  background: url(../images/shape.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0%;
  opacity: 70%;
  top: 0%;
  bottom: 0;
  z-index: -1;
  background-position: right center;
  background-size: contain;
}
.aboutSection .aboutImage {
  position: relative;
}
.aboutSection .aboutImage img {
  border-radius: 220px 220px 0px 0px;
}
.aboutSection .aboutImage::after {
  content: "";
  background: url(../images/about_border.png) no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 100%;
  right: -10%;
  bottom: -10%;
}
@media (max-width: 1600px) {
  .aboutSection .aboutImage::after {
    height: 80%;
    width: 80%;
    right: -5%;
    bottom: -5%;
  }
}
@media (max-width: 1600px) {
  .aboutSection .aboutImage {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .aboutSection .aboutImage {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.serviceSec .serviceSlider {
  margin-top: 40px;
}
.serviceSec .serviceSlider .serviceBox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
}
.serviceSec .serviceSlider .serviceBox .serviceImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  max-width: 285px;
}
.serviceSec .serviceSlider .serviceBox .serviceImage img {
  position: relative;
  border-radius: 50%;
}
.serviceSec .serviceSlider .serviceBox .serviceImage .serviceCircle {
  border: 1px solid #B4B4B4;
  padding: 20px;
  border-radius: 50%;
  height: 285px;
  width: 285px;
  position: relative;
}
.serviceSec .serviceSlider .serviceBox .serviceImage .serviceCircle::before {
  content: "";
  position: absolute;
  background: #1696A4;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  top: 0;
  right: 30%;
}
.serviceSec .serviceSlider .serviceBox .serviceImage .serviceCircle::after {
  content: "";
  position: absolute;
  background: #1696A4;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  bottom: 0;
  left: 30%;
}
.serviceSec .serviceSlider .serviceBox .serviceText {
  padding-left: 20px;
}
.serviceSec .serviceSlider .serviceBox .serviceText h3 {
  font-size: 28px;
  line-height: 35px;
  color: #232323;
  font-weight: 400;
  margin-bottom: 15px;
}
.serviceSec .serviceSlider .serviceBox .serviceText p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 1600px) {
  .serviceSec .serviceSlider .serviceBox .serviceImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
  }
  .serviceSec .serviceSlider .serviceBox .serviceImage .serviceCircle {
    padding: 15px;
    height: 250px;
    width: 250px;
  }
  .serviceSec .serviceSlider .serviceBox .serviceText {
    padding-left: 15px;
  }
  .serviceSec .serviceSlider .serviceBox .serviceText h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .serviceSec .serviceSlider .serviceBox .serviceText p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .serviceSec .serviceSlider .serviceBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .serviceSec .serviceSlider .serviceBox .serviceImage {
    margin-bottom: 30px;
  }
  .serviceSec .serviceSlider .serviceBox .serviceText {
    padding: 0px;
  }
}
.serviceSec .serviceSlider .slick-prev {
  left: inherit;
  z-index: 1;
  top: -50%;
  right: 10%;
}
.serviceSec .serviceSlider .slick-next {
  right: 3%;
  z-index: 1;
  top: -50%;
}
@media (max-width: 991px) {
  .serviceSec .serviceSlider {
    margin: 0px;
    padding-top: 40px;
  }
  .serviceSec .serviceSlider .slick-next, .serviceSec .serviceSlider .slick-prev {
    top: 10px !important;
    bottom: inherit;
  }
  .serviceSec .serviceSlider .slick-prev {
    right: 14%;
  }
}
@media (max-width: 767px) {
  .serviceSec .serviceSlider {
    padding-top: 55px;
  }
  .serviceSec .serviceSlider .slick-next, .serviceSec .serviceSlider .slick-prev {
    height: 50px;
    width: 50px;
    background-size: 25px;
  }
  .serviceSec .serviceSlider .slick-prev {
    right: 60px;
  }
  .serviceSec .serviceSlider .slick-next {
    right: 0px;
  }
}

.dotsSlider .slick-prev, .dotsSlider .slick-next {
  z-index: 1;
}
.dotsSlider .slick-prev::before, .dotsSlider .slick-next::before {
  display: none !important;
}
.dotsSlider .slick-prev {
  background: url(../images/left_arrow.png) no-repeat #EBEBEB;
  height: 80px;
  width: 80px;
  background-position: center !important;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dotsSlider .slick-prev:hover {
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  background: url(../images/left_arrow.png) no-repeat #fff;
}
.dotsSlider .slick-next {
  background: url(../images/right_arrow.png) no-repeat #EBEBEB;
  height: 80px;
  width: 80px;
  background-position: center !important;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dotsSlider .slick-next:hover {
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  background: url(../images/right_arrow.png) no-repeat #fff;
}
@media (max-width: 1600px) {
  .dotsSlider .slick-prev, .dotsSlider .slick-next {
    height: 60px;
    width: 60px;
    top: -40%;
  }
}

.innovativeSection {
  position: relative;
  text-align: center;
}
.innovativeSection img {
  width: 100%;
}
.innovativeSection .innovationContent {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px 30px 0px 0px;
  text-align: left;
  padding: 85px 120px;
  max-width: 800px;
  margin: -25% 0 0 auto;
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.innovativeSection .innovationContent p {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 1600px) {
  .innovativeSection .innovationContent {
    padding: 60px 60px;
  }
  .innovativeSection .innovationContent .sectionTitle {
    margin-bottom: 20px;
  }
  .innovativeSection .innovationContent p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .innovativeSection .innovationContent {
    padding: 40px 60px 60px 60px;
    margin: -15% 0 0 auto;
  }
  .innovativeSection .innovationContent p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .innovativeSection .innovationContent {
    padding: 40px;
  }
  .innovativeSection .innovationContent .sectionTitle {
    font-size: 22px;
    line-height: 28px;
  }
  .innovativeSection .innovationContent p {
    font-size: 14px;
    line-height: 20px;
  }
}

.newsSection {
  position: relative;
  overflow: hidden;
  padding-top: 30px !important;
}
.newsSection .newsSlider .slick-slide {
  padding: 0 10px;
}
.newsSection .newsSlider .slick-prev {
  left: inherit;
  z-index: 1;
  top: 50%;
  left: -7%;
}
.newsSection .newsSlider .slick-next {
  right: -7%;
  z-index: 1;
  top: 50%;
}
@media (max-width: 767px) {
  .newsSection .newsSlider .slick-prev {
    top: 100%;
    left: inherit;
    right: 70px;
  }
  .newsSection .newsSlider .slick-next {
    top: 100%;
    left: inherit;
    right: 0px;
  }
}

.newsBox {
  border-radius: 30px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px !important;
  width: 100%;
}
.newsBox .newsImage {
  position: relative;
}
.newsBox .newsImage a {
  display: block;
}
.newsBox .newsImage .date {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  padding: 18px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  right: 30px;
  bottom: -28px;
  margin: 0px;
  color: #fff;
}
.newsBox .newsText {
  padding: 50px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsBox .newsText h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  min-height: 120px;
}
.newsBox .newsText .readMore {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsBox .newsText .readMore a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #232323;
  min-width: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsBox .newsText .readMore::after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsBox .newsText .readMore:hover a {
  color: #1B99A4;
}
.newsBox .newsText .readMore:hover::after {
  background: #1B99A4;
}
@media (max-width: 1600px) {
  .newsBox .newsImage .date {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    bottom: -18px;
  }
  .newsBox .newsText {
    padding: 40px 30px;
  }
  .newsBox .newsText h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .newsBox .newsText {
    padding: 30px 20px;
  }
  .newsBox .newsText h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .newsBox .newsText .readMore a {
    font-size: 14px;
    line-height: 14px;
  }
}

.requestCall .requestCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0B6D76;
  padding: 40px 80px;
  position: relative;
  border-radius: 30px;
  margin-bottom: -85px;
}
.requestCall .requestCon::after {
  content: "";
  background: url(../images/headset.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 180px;
}
.requestCall .requestCon .sectionTitle {
  margin: 0;
  color: #fff;
}
.requestCall .requestCon .subHeading {
  margin: 0;
  color: #fff;
}
.requestCall .requestCon .btnBlock {
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .requestCall .requestCon {
    margin-bottom: -65px;
  }
}
@media (max-width: 1199px) {
  .requestCall .requestCon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .requestCall .requestCon .subHeading {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .requestCall .requestCon {
    text-align: center;
  }
  .requestCall .requestCon .subHeading {
    padding-top: 10px;
  }
  .requestCall .requestCon p {
    font-size: 18px;
    line-height: 24px;
  }
  .requestCall .requestCon .btnBlock a {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .requestCall .requestCon {
    padding: 30px;
  }
  .requestCall .requestCon > div {
    position: relative;
  }
  .requestCall .requestCon .subHeading {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .requestCall .requestCon .btnBlock {
    position: relative;
  }
}

.footer {
  background: #000;
}
.footer h5 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer .footerTop {
  padding: 150px 0px 60px 0px;
}
@media (max-width: 1600px) {
  .footer .footerTop {
    padding: 130px 0px 40px 0px;
  }
}
.footer .footTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #fff;
}
.footer .footLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footLinks ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 7px 0px;
}
.footer .footLinks ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.footer .footLinks ul li.active a {
  color: #1B99A4;
}
@media (max-width: 1600px) {
  .footer .footLinks ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .footer .footLinks ul {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footLinks ul li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding: 0px;
    margin-bottom: 10px;
  }
  .footer .footLinks ul li a {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  .footer .footLinks ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footLinks ul li {
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footLinks ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .footer .footLinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .ldflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.footer .ldflex img {
  height: 100px;
  margin-right: 15px;
}
.footer .ldflex p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .footer .ldflex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .ldflex img {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .footer .ldflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer .ldflex img {
    margin-right: 0px;
  }
}
.footer .bottomCopy {
  text-align: center;
  border-top: 1px solid #494949;
  padding: 15px 0px;
}
.footer .bottomCopy .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 .bottomCopy p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .bottomCopy p a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-left: 6px;
}
.footer .bottomCopy .designBy {
  text-align: right;
}
.footer .bottomCopy .designBy img {
  height: 25px;
}
@media (max-width: 1600px) {
  .footer .bottomCopy p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .footer .bottomCopy {
    padding-top: 30px;
    text-align: center;
  }
  .footer .bottomCopy p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .footer .bottomCopy {
    text-align: center;
  }
  .footer .bottomCopy .designBy {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .footTitle {
    text-align: center;
  }
  .footer .footLinks {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer .bottomCopy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .ldflex p {
    font-size: 14px;
    line-height: 22px;
  }
}

.aboutContentList {
  margin: 0px;
}
.aboutContentList li.aboutRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}
.aboutContentList li.aboutRow:last-child {
  padding-bottom: 0px;
}
.aboutContentList li.aboutRow:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutContentList li.aboutRow .aboutIcon {
  border: 1px solid #B4B4B4;
  padding: 20px;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 100%;
}
.aboutContentList li.aboutRow .aboutIcon img {
  width: 100%;
}
.aboutContentList li.aboutRow .aboutIcon::before {
  content: "";
  position: absolute;
  background: #1696A4;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  top: 0;
  right: 30%;
}
.aboutContentList li.aboutRow .aboutIcon::after {
  content: "";
  position: absolute;
  background: #1696A4;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  bottom: 0;
  left: 30%;
}
.aboutContentList li.aboutRow .aboutContent {
  padding: 10px 25px;
}
.aboutContentList li.aboutRow .aboutContent .aboutTitle {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
.aboutContentList li.aboutRow .aboutContent p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1600px) {
  .aboutContentList li.aboutRow .aboutContent p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .aboutContentList li.aboutRow .aboutContent p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .aboutContentList li.aboutRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-bottom: 50px !important;
  }
  .aboutContentList li.aboutRow .aboutContent {
    padding: 30px 10px 0px 10px;
  }
  .aboutContentList li.aboutRow .aboutContent .aboutTitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.flexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexList .flexIcon {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexList .flexIcon img {
  height: 60px;
}
.flexList .flexBody {
  padding: 10px 20px 10px 35px;
}
.flexList .flexBody p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .flexList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexList .flexIcon {
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
  }
  .flexList .flexIcon img {
    height: 40px;
  }
  .flexList .flexBody {
    padding: 20px 10px;
  }
}

.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: list-counter;
  list-style: none;
}
.serviceList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.serviceList li .serviceBox {
  border-radius: 20px 20px 20px 100px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1607843137);
  padding: 150px 40px 50px 40px;
  display: block;
  width: 100%;
  height: 100%;
}
.serviceList li .serviceBox .number {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  position: absolute;
  right: -30px;
  top: -40px;
  font-size: 60px;
  font-weight: 400;
  line-height: 36px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.serviceList li .serviceBox .tagLine {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #232323;
}
.serviceList li .serviceBox p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.serviceList li .serviceBox .link {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #232323;
}
.serviceList li .serviceBox svg {
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .serviceList li .serviceBox {
    padding: 100px 30px 50px 30px;
    border-radius: 20px 20px 20px 80px;
  }
  .serviceList li .serviceBox .number {
    height: 120px;
    width: 120px;
    right: -20px;
    top: -30px;
    font-size: 40px;
  }
  .serviceList li .serviceBox .tagLine {
    font-size: 22px;
    line-height: 30px;
  }
  .serviceList li .serviceBox p {
    font-size: 16px;
    line-height: 24px;
  }
  .serviceList li .serviceBox .link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .serviceList li .serviceBox {
    padding: 70px 30px 30px 30px;
    border-radius: 20px 20px 20px 60px;
  }
  .serviceList li .serviceBox .number {
    height: 80px;
    width: 80px;
    right: -10px;
    top: -20px;
    font-size: 26px;
  }
  .serviceList li .serviceBox .tagLine {
    font-size: 20px;
    line-height: 28px;
  }
  .serviceList li .serviceBox p {
    font-size: 14px;
    line-height: 22px;
  }
  .serviceList li .serviceBox .link {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .serviceList li .serviceBox {
    padding: 50px 20px 20px 20px;
    border-radius: 20px 20px 20px 40px;
  }
  .serviceList li .serviceBox .number {
    height: 60px;
    width: 60px;
    right: -5px;
    top: -10px;
    font-size: 22px;
    padding-top: 5px;
  }
  .serviceList li .serviceBox .tagLine {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .serviceList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .serviceList li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .serviceList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.pagenation {
  margin-top: 50px;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.pagenation ul li {
  padding: 0px 3px;
  font-size: 18px;
}
.pagenation ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #1B99A4;
  line-height: 24px;
  border: #1B99A4 solid 2px;
  text-align: center;
  padding: 7px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li:hover a, .pagenation ul li.active a {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  color: #fff !important;
  border-color: #1B99A4 !important;
}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.formList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.formList li .formBox {
  border-radius: 20px 20px 20px 80px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1607843137);
  padding: 150px 40px 50px 40px;
  display: block;
  width: 100%;
  height: 100%;
}
.formList li .formBox .number {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  position: absolute;
  right: -30px;
  top: -40px;
  font-size: 60px;
  font-weight: 400;
  line-height: 36px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.formList li .formBox .tagLine {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #232323;
}
.formList li .formBox p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.formList li .formBox .link {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #232323;
}
.formList li .formBox svg {
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .formList li .formBox {
    padding: 100px 30px 50px 30px;
    border-radius: 20px 20px 20px 80px;
  }
  .formList li .formBox .number {
    height: 120px;
    width: 120px;
    right: -20px;
    top: -30px;
    font-size: 40px;
  }
  .formList li .formBox .tagLine {
    font-size: 22px;
    line-height: 30px;
  }
  .formList li .formBox p {
    font-size: 16px;
    line-height: 24px;
  }
  .formList li .formBox .link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .formList li .formBox {
    padding: 70px 30px 30px 30px;
    border-radius: 20px 20px 20px 60px;
  }
  .formList li .formBox .number {
    height: 80px;
    width: 80px;
    right: -10px;
    top: -20px;
    font-size: 26px;
  }
  .formList li .formBox .tagLine {
    font-size: 20px;
    line-height: 28px;
  }
  .formList li .formBox p {
    font-size: 14px;
    line-height: 22px;
  }
  .formList li .formBox .link {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .formList li .formBox {
    padding: 50px 20px 20px 20px;
    border-radius: 20px 20px 20px 40px;
  }
  .formList li .formBox .number {
    height: 60px;
    width: 60px;
    right: -5px;
    top: -10px;
    font-size: 22px;
    padding-top: 5px;
  }
  .formList li .formBox .tagLine {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .formList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .formList li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .formList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contactList {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  padding: 40px;
  border-radius: 10px 10px 10px 100px;
  margin: 0px;
}
.contactList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.contactList li:last-child {
  margin-bottom: 0px;
}
.contactList li .largeFont {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.contactList li i {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.contactList li p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.contactList li a {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.contactForm {
  position: relative;
  z-index: 1;
}
.contactForm .form-control {
  background: #EEEEEE;
  border-radius: 5px;
  color: #696969;
  height: 50px;
  border: inherit;
}
.contactForm textarea {
  height: inherit !important;
}
.contactForm ::-webkit-input-placeholder {
  color: #696969;
}
.contactForm :-ms-input-placeholder {
  color: #696969;
}
.contactForm ::-moz-placeholder {
  color: #696969;
}
.contactForm ::-ms-input-placeholder {
  color: #696969;
}
.contactForm ::placeholder {
  color: #696969;
}

.bBox {
  margin: 50px 0px;
}
@media (max-width: 767px) {
  .bBox {
    margin: 30px 0px;
  }
}
@media (max-width: 575px) {
  .bBox {
    margin: 20px 0px;
  }
}

.bankingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 0px 0px 100px;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
}
.bankingBox .imgIcon {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  width: 150px;
  margin-top: -50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
}
.bankingBox .imgIcon img {
  height: 80px;
}
.bankingBox .bankingDesc {
  padding: 50px 20px;
}
.bankingBox .bankingDesc .largeFont {
  margin-bottom: 20px;
}
.bankingBox .bankingDesc p {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .bankingBox .imgIcon {
    height: 120px;
    width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    margin-top: -40px;
  }
  .bankingBox .imgIcon img {
    height: 60px;
  }
  .bankingBox .bankingDesc {
    padding: 30px 20px;
  }
  .bankingBox .bankingDesc .largeFont {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bankingBox .imgIcon {
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    margin-top: -30px;
  }
  .bankingBox .imgIcon img {
    height: 60px;
  }
  .bankingBox .bankingDesc {
    padding: 20px 10px;
  }
}

.greenBox {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  border-radius: 50px;
  padding: 50px 100px;
}
.greenBox .sectionTitle {
  max-width: 450px;
}
@media (max-width: 1199px) {
  .greenBox .row .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .greenBox {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .greenBox {
    padding: 40px 30px;
  }
}

.bankDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px;
}
.bankDesc li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 40px;
}
.bankDesc li .bankBox {
  padding: 0 15px;
}
.bankDesc li .bankBox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #006F7A;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.bankDesc li .bankBox p {
  margin-bottom: 10px;
  font-weight: 500;
}
.bankDesc li .bankBox .largeFont {
  font-weight: 600;
}
@media (max-width: 991px) {
  .bankDesc li .bankBox img {
    height: 60px;
  }
  .bankDesc li .bankBox .subHeading {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .bankDesc li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bankDesc li .bankBox span {
    height: 80px;
    width: 80px;
  }
  .bankDesc li .bankBox span img {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .bankDesc li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.newsSidebar .row-offcanvasTitle {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 15px 30px;
}
.newsSidebar ul {
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1490196078);
}
.newsSidebar ul li {
  border-bottom-color: #D7D7D7 !important;
  padding: 20px 30px;
}
.newsSidebar ul li a {
  font-size: 16px;
  line-height: 22px;
}
.newsSidebar ul li a .date {
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  display: block;
  margin-bottom: 5px;
}
.newsSidebar ul li a:hover {
  color: #1B99A4;
}
@media (max-width: 991px) {
  .newsSidebar {
    margin-bottom: 30px !important;
  }
}

#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 20px;
  line-height: 26px;
  z-index: 9;
}
@media (max-width: 991px) {
  #toTop {
    bottom: 10%;
  }
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type=text].error, textarea.error, select.error, input[type=password].error {
  border-bottom: 1px solid #D8000C !important;
}

label.error {
  color: #D8000C !important;
}

label.error {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  top: 100%;
}

.form-group {
  position: relative;
}

.roboto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roboto .pull-left {
  background: #0c6d76;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-icon {
  z-index: 9;
  position: fixed;
  top: 30%;
  right: 0%;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .sticky-icon {
    top: inherit;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 0;
    right: 0;
  }
  .sticky-icon a {
    -webkit-transform: inherit !important;
            transform: inherit !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
    margin: 0px !important;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 12px !important;
  }
  .sticky-icon a i {
    margin: 0px !important;
    font-size: 16px !important;
    width: auto;
    height: auto;
  }
}

.sticky-icon a {
  -webkit-transform: translate(150px, 0px);
          transform: translate(150px, 0px);
  text-align: left;
  margin: 2px;
  text-decoration: none;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background: #2CA2A3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-icon a:hover {
  color: #FFF;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.sticky-icon a i {
  height: 30px;
  width: 40px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sticky-icon a i.fa-envelope {
  font-size: 18px;
}

.loginPage {
  background: -webkit-gradient(linear, left top, right top, from(#1696A4), to(#6BC5A2));
  background: linear-gradient(90deg, #1696A4 0%, #6BC5A2 100%);
  padding: 8px 0px;
}
.loginPage .formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loginPage .formBox .formSection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
  text-align: left;
}
.loginPage .formBox .formSection .max400 {
  max-width: 400px;
  margin: 0 auto;
}
.loginPage .formBox .imageBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  text-align: right;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.loginPage .formBox .formTitle {
  color: #fff;
}
.loginPage .formBox p {
  color: #a1a1a1;
  margin: 10px 0px;
}
.loginPage .formBox a {
  color: #fff;
}
.loginPage .formBox .form-group {
  margin-bottom: 30px;
  position: relative;
}
.loginPage .formBox .form-group i {
  font-size: 22px;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
}
.loginPage .formBox .form-control {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 15px 50px;
  color: #000 !important;
  color: #fff;
  height: 50px;
  border: inherit;
}
.loginPage .formBox .form-control:focus {
  background: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.loginPage .formBox textarea {
  height: inherit !important;
}
.loginPage .formBox .btnRed {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.loginPage .formBox .btnRed:hover, .loginPage .formBox .btnRed:focus, .loginPage .formBox .btnRed:active {
  color: #fff;
  background: #000;
}
.loginPage .formBox .forgotPasswod p, .loginPage .formBox .signUp p {
  color: #2a2a2a;
  margin: 10px 0px;
}
.loginPage .formBox .forgotPasswod a, .loginPage .formBox .signUp a {
  color: #000;
  font-weight: 600;
}
.loginPage .formBox select {
  color: #000 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: url(../images/dropdown.svg) no-repeat rgba(255, 255, 255, 0.3) !important;
  background-size: 10px !important;
  background-position: 95% center !important;
}
.loginPage .formBox ::-webkit-input-placeholder {
  color: #000 !important;
}
.loginPage .formBox :-ms-input-placeholder {
  color: #000 !important;
}
.loginPage .formBox ::-moz-placeholder {
  color: #000 !important;
}
.loginPage .formBox ::-ms-input-placeholder {
  color: #000 !important;
}
.loginPage .formBox ::placeholder {
  color: #000 !important;
}
@media (max-width: 767px) {
  .loginPage .formBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0px;
  }
  .loginPage .formBox .formSection, .loginPage .formBox .imageBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .loginPage .formBox .imageBox {
    max-width: 300px;
    margin: 0 auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.open_an_accountPage {
  padding: 30px;
  background: url(../images/open_an_account_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.open_an_accountPage .accountForm {
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 80px 50px;
  text-align: left;
  margin: 0 auto;
}
.open_an_accountPage .accountForm .max400 {
  max-width: 400px;
  margin: 0 auto;
}
.open_an_accountPage .form-group {
  margin-bottom: 30px;
  position: relative;
}
.open_an_accountPage .form-group i {
  font-size: 22px;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
}
.open_an_accountPage .form-control {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 15px 10px;
  color: #000 !important;
  color: #fff;
  height: 50px;
  border: inherit;
  font-size: 15px;
}
.open_an_accountPage .form-control:focus {
  background: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.open_an_accountPage .signUp p {
  margin-bottom: 0px;
  text-align: center;
}
.open_an_accountPage .signUp a {
  color: #000;
  font-weight: 600;
}
.open_an_accountPage select {
  color: #000 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: url(../images/dropdown.svg) no-repeat rgba(255, 255, 255, 0.3) !important;
  background-size: 10px !important;
  background-position: 95% center !important;
}
.open_an_accountPage ::-webkit-input-placeholder {
  color: #000 !important;
}
.open_an_accountPage :-ms-input-placeholder {
  color: #000 !important;
}
.open_an_accountPage ::-moz-placeholder {
  color: #000 !important;
}
.open_an_accountPage ::-ms-input-placeholder {
  color: #000 !important;
}
.open_an_accountPage ::placeholder {
  color: #000 !important;
}
.open_an_accountPage .uploadresume i {
  color: #707070;
  cursor: pointer;
  font-size: 20px;
}
.open_an_accountPage .uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  z-index: 3;
}
.open_an_accountPage .btn-file {
  position: relative;
  overflow: hidden;
}
.open_an_accountPage .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.open_an_accountPage .career_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #BBBBBB;
  background: #000;
  border-radius: 0px;
  color: #fff;
}
.open_an_accountPage .btnRed {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.open_an_accountPage .btnRed:hover, .open_an_accountPage .btnRed:focus, .open_an_accountPage .btnRed:active {
  color: #fff;
  background: #000;
}
@media (max-width: 767px) {
  .open_an_accountPage .accountForm {
    padding: 40px 20px;
    border-radius: 15px;
  }
}

.privcySection .subHeading {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 22px;
  font-weight: 500;
}
.privcySection .marbtm20 {
  margin-bottom: 25px;
}

#inquiryPopup .modal-dialog {
  max-width: 760px;
}
#inquiryPopup .modal-content {
  border: 0;
  padding: 30px 20px;
  background: #1B99A4;
}
#inquiryPopup .modal-content .form-group {
  margin-bottom: 15px;
  position: relative;
}
#inquiryPopup .modal-content .form-group i {
  font-size: 22px;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
}
#inquiryPopup .modal-content .form-control {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 12px 20px;
  color: #000 !important;
  color: #fff;
  min-height: 50px;
  border-color: transparent;
}
#inquiryPopup .modal-content .form-control:focus {
  background: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  border-color: #1B99A4;
}
#inquiryPopup .modal-content select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: url(../images/dropdown.svg) no-repeat rgba(255, 255, 255, 0.3) !important;
  background-size: 10px !important;
  background-position: 95% center !important;
}
#inquiryPopup .modal-header {
  color: #fff;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  border: 0px;
  display: block;
}
#inquiryPopup .modal-header .sectionTitle {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
#inquiryPopup .modal-header p {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
#inquiryPopup .modal-header .close {
  color: #fff;
  opacity: 1;
  position: relative;
  margin: 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 30px;
}
#inquiryPopup .modal-header .close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
#inquiryPopup .modal-header .close span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#inquiryPopup .modal-header .close span:nth-child(2) {
  bottom: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#inquiryPopup .modal-body {
  padding: 30px 20px;
}
@media (max-width: 575px) {
  #inquiryPopup .modal-body {
    padding: 30px 10px;
  }
  #inquiryPopup .modal-header .close {
    right: 0px;
    top: 10px;
  }
}
#inquiryPopup ::-webkit-input-placeholder {
  color: #000;
}
#inquiryPopup :-ms-input-placeholder {
  color: #000;
}
#inquiryPopup ::-moz-placeholder {
  color: #000;
}
#inquiryPopup ::-ms-input-placeholder {
  color: #000;
}
#inquiryPopup ::placeholder {
  color: #000;
}/*# sourceMappingURL=style.css.map */