/*
  * Author : http://psdtohtmlexpert.in/
  * Website Name :  Aqua Punch
  * Version : 1.0
*/
/*------------------------
       Web Fonts css
 ------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body {
  height: 100%; }

body {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  font-weight: normal; }
  @media (min-width: 1500px) {
    body {
      font-size: 20px;
      line-height: 36px; } }

*, ::after, ::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

@media (max-width: 991px) {
  * {
    scrollbar-width: none; }
    *::-webkit-scrollbar {
      /* This is the magic bit for WebKit */
      display: none; } }

body > * {
  /* Track */
  /* Handle */ }
  body > * ::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  body > * ::-webkit-scrollbar-track {
    background: #f8f8f8; }
  body > * ::-webkit-scrollbar-thumb {
    background: #cccccc; }
  body > * ::-webkit-scrollbar-thumb:window-inactive {
    background: #cccccc; }

a {
  color: #1b365e; }

ul {
  padding-left: 40px; }

ul.no-bullet {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.no-bullet li {
    list-style: none;
    margin: 0;
    padding: 0; }

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

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

select {
  outline: none; }

input:focus, select:focus {
  outline: 0; }

a img {
  border: none; }

.clr {
  clear: both;
  height: 0px; }

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

h1 {
  font-size: 40px;
  line-height: 50px;
  color: #030503;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700; }
  @media (min-width: 991px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }
  @media (min-width: 1100px) {
    h1 {
      font-size: 80px;
      line-height: 90px; } }
  @media (min-width: 1500px) {
    h1 {
      font-size: 90px;
      line-height: 100px; } }

h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 20px;
  color: #030503;
  font-family: "Poppins", sans-serif;
  font-weight: 700; }
  @media (min-width: 991px) {
    h2 {
      font-size: 36px;
      line-height: 44px;
      margin: 0 0 30px; } }
  @media (min-width: 1100px) {
    h2 {
      font-size: 60px;
      line-height: 70px; } }
  @media (min-width: 1500px) {
    h2 {
      font-size: 70px;
      line-height: 80px;
      margin: 0 0 40px; } }

h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #030503; }
  @media (min-width: 991px) {
    h3 {
      font-size: 28px;
      line-height: 36px; } }
  @media (min-width: 1100px) {
    h3 {
      font-size: 32px;
      line-height: 40px; } }
  @media (min-width: 1500px) {
    h3 {
      font-size: 40px;
      line-height: 60px; } }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #030503; }
  @media (min-width: 1100px) {
    h4 {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 1500px) {
    h4 {
      font-size: 22px;
      line-height: 32px; } }

h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  letter-spacing: 5px;
  color: #1b365e;
  text-transform: uppercase; }
  @media (min-width: 1100px) {
    h5 {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 20px; } }
  @media (min-width: 1500px) {
    h5 {
      font-size: 20px;
      line-height: 30px; } }

.btn {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  padding: 8px 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  box-shadow: none;
  border: 1px solid transparent; }
  @media (min-width: 991px) {
    .btn {
      padding: 10px 30px;
      font-size: 20px;
      line-height: 38px; } }
  .btn i {
    margin-left: 5px; }
  .btn:hover {
    cursor: pointer;
    box-shadow: none !important; }
    .btn:hover i {
      margin-left: 10px; }
  .btn:focus {
    outline: 0; }
  .btn.btn-primary {
    color: #ffffff;
    background: #1b365e;
    border: 1px solid #74c167; }
    .btn.btn-primary:hover {
      background: #1b365e;
      color: #ffffff;
      border-color: #1b365e; }
    .btn.btn-primary:focus {
      background: #1b365e;
      color: #ffffff;
      border-color: #1b365e; }
  .btn.btn-outline-secondary {
    color: #1b365e;
    background: #ffffff;
    border: 1px solid #1b365e; }
    .btn.btn-outline-secondary:hover {
      background: #1b365e;
      color: #ffffff;
      border-color: #1b365e; }
    .btn.btn-outline-secondary:focus {
      background: #1b365e;
      color: #ffffff;
      border-color: #1b365e; }
  .btn.btn-links {
    padding: 0;
    color: #1b365e;
    text-transform: none;
    box-shadow: none !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline; }
    .btn.btn-links i {
      font-size: 24px; }
    .btn.btn-links:hover {
      text-decoration: none; }
      .btn.btn-links:hover i {
        margin-left: 5px; }
  .btn.btn-secondary {
    color: #ffffff;
    background: #1b365e; }
    .btn.btn-secondary:hover {
      background: #1b365e;
      color: #ffffff;
      border-color: #1b365e; }
    .btn.btn-secondary:focus {
      background: #1b365e;
      color: #ffffff;
      border-color: #1b365e; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #030503;
  color: #1b365e;
  border-color: #1b365e; }

.form-group {
  position: relative;
  margin-bottom: 20px; }
  .form-group p {
    margin: 0; }
  @media (min-width: 1100px) {
    .form-group {
      margin-bottom: 40px; } }
  .form-group label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px; }
    @media (min-width: 1500px) {
      .form-group label {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px; } }
    .form-group label sup {
      color: #1b365e; }
  .form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control {
    padding: 0 20px;
    border: 1px solid #bbbdbf;
    height: 54px;
    font-size: 16px;
    line-height: 50px;
    width: 100%;
    border-radius: 8px;
    border: solid 2px rgba(73, 69, 66, 0.4);
    background-color: #fefefe; }
    @media (min-width: 1100px) {
      .form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control {
        height: 60px;
        font-size: 18px;
        line-height: 56px; } }
  .form-group textarea.form-control {
    resize: none;
    height: 150px; }
    @media (min-width: 1100px) {
      .form-group textarea.form-control {
        height: 198px; } }
  .form-group select.form-control:not([size]):not([multiple]) {
    height: 54px; }
    @media (min-width: 1100px) {
      .form-group select.form-control:not([size]):not([multiple]) {
        height: 60px; } }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0faff url(../images/select-arrow.png) 100% 50% no-repeat !important; }

.custom-control {
  padding-left: 40px; }
  .custom-control label {
    margin-bottom: 20px; }

.custom-control-label::before {
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  left: -40px;
  top: 0; }

.custom-control-label::after {
  width: 20px;
  height: 20px;
  left: -40px;
  top: 0; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1b365e; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #1b365e; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1b365e; }

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column; }
  .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0; }

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 10px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1500px) {
  .container {
    max-width: 1430px; } }

header {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (max-width: 1200px) {
    header {
      padding: 16px 0;
      min-height: inherit; } }
  header .aquapunch__logo a {
    display: block;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 10px 20px;
    /* this is where the (webkit) magic happens */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
    @media (max-width: 1100px) {
      header .aquapunch__logo a {
        width: 150px;
        padding: 7px 15px; } }
    header .aquapunch__logo a img {
      max-width: 100%; }
  header .menu {
    padding: 0; }
    header .menu li {
      position: relative; }
      @media (min-width: 1100px) {
        header .menu li {
          margin: 0 1px; }
          header .menu li:hover > a {
            color: #ffffff;
            background-color: #74c167; }
          header .menu li:hover .submenu {
            display: block; } }
      header .menu li a {
        font-size: 15px;
        padding: 10px 18px;
        line-height: 30px;
        color: #030503;
        border-radius: 12px;
        white-space: nowrap;
        display: block;
        font-family: "Poppins", sans-serif;
        position: relative; }
        @media (min-width: 1500px) {
          header .menu li a {
            font-size: 16px;
            padding: 10px 22px; }
            header .menu li a.btn {
              margin-left: 40px; } }
        header .menu li a i {
          position: absolute;
          top: 21px;
          right: 10px;
          font-size: 6px; }
        header .menu li a.btn {
          padding: 5px 30px;
          border-radius: 30px;
          margin-left: 25px; }
          header .menu li a.btn i {
            position: relative;
            top: -3px;
            margin: 0;
            right: inherit; }
        @media (min-width: 1200px) {
          header .menu li a:hover {
            color: #ffffff;
            background-color: #74c167; } }
      header .menu li .submenu {
        display: none; }
        header .menu li .submenu ul {
          padding: 0 0 0 24px; }
          header .menu li .submenu ul li {
            margin: 0; }
            header .menu li .submenu ul li a {
              color: #9f9f9f;
              font-size: 16px; }
        @media (min-width: 1200px) {
          header .menu li .submenu {
            position: absolute;
            padding-top: 8px;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 9;
            display: none; }
            header .menu li .submenu:before {
              content: "";
              position: absolute;
              top: -10px;
              left: 50%;
              margin-left: -10px;
              border-width: 10px;
              border-style: solid;
              border-color: transparent transparent #74c167 transparent; }
            header .menu li .submenu ul {
              padding: 15px 25px;
              /*box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.32);*/
              background-color: #74c167;
              border-radius: 8px;
              min-width: 170px; }
              header .menu li .submenu ul li {
                border-bottom: 1px solid rgba(254, 254, 254, 0.7); }
                header .menu li .submenu ul li a {
                  text-transform: none;
                  color: #ffffff;
                  padding: 10px 0;
                  display: block; }
                  header .menu li .submenu ul li a:hover {
                    color: #070B15; }
                header .menu li .submenu ul li:last-child {
                  border-bottom: 0; } }
      header .menu li.active > a {
        color: #ffffff;
        background-color: #74c167; }
    @media (max-width: 1200px) {
      header .menu {
        flex-direction: column;
        padding: 0;
        width: 100%; }
        header .menu li {
          margin: 0;
          position: relative;
          width: 100%; }
          header .menu li a {
            font-size: 18px;
            line-height: 30px;
            text-transform: none;
            position: relative;
            color: #ffffff;
            margin: 0 !important;
            padding: 10px 20px !important;
            text-align: left;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 0 !important; }
            header .menu li a.btn {
              padding: 10px 20px !important; }
            header .menu li a i {
              position: absolute;
              right: 20px;
              font-size: 10px; }
          header .menu li .submenu {
            display: block;
            position: relative;
            width: 100%;
            overflow: hidden;
            height: 0;
            left: 0;
            top: 0px;
            z-index: 99;
            transition: all 0.5s; }
            header .menu li .submenu ul {
              padding: 0;
              margin: 0 0;
              background: #20295f; }
              header .menu li .submenu ul li {
                margin: 0;
                position: relative;
                width: 100%; }
                header .menu li .submenu ul li a {
                  font-size: 16px;
                  text-transform: none;
                  position: relative;
                  color: #ffffff; }
          header .menu li.active a i {
            transform: rotate(180deg); }
          header .menu li.active .submenu {
            left: 0;
            height: auto;
            overflow: visible; } }
  @media (max-width: 1200px) {
    header {
      padding: 16px 0; } }
  header.fix-header {
    position: fixed; }

body.menu-in header {
  background: #ffffff; }

.menu-icon {
  display: none;
  width: 32px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 15px;
  z-index: 99999;
  font-size: 32px;
  color: #ffffff !important; }
  @media (max-width: 1200px) {
    .menu-icon {
      display: block; } }
  .menu-icon span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #1b365e;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .menu-icon:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #1b365e;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -10px) rotate(0deg);
    -moz-transform: translate(-50%, -10px) rotate(0deg);
    -ms-transform: translate(-50%, -10px) rotate(0deg);
    transform: translate(-50%, -10px) rotate(0deg);
    -webkit-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s; }
  .menu-icon:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #1b365e;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 8px) rotate(0deg);
    -moz-transform: translate(-50%, 8px) rotate(0deg);
    -ms-transform: translate(-50%, 8px) rotate(0deg);
    transform: translate(-50%, 8px) rotate(0deg);
    -webkit-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s; }

.menu-icon.active span {
  display: none; }

.menu-icon.active::before {
  -webkit-transform: translate(-50%, 0px) rotate(45deg);
  -moz-transform: translate(-50%, 0px) rotate(45deg);
  -ms-transform: translate(-50%, 0px) rotate(45deg);
  transform: translate(-50%, 0px) rotate(45deg); }

.menu-icon.active::after {
  -webkit-transform: translate(-50%, 0px) rotate(-45deg);
  -moz-transform: translate(-50%, 0px) rotate(-45deg);
  -ms-transform: translate(-50%, 0px) rotate(-45deg);
  transform: translate(-50%, 0px) rotate(-45deg); }

.menu-links {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 5px 20px;
  /* this is where the (webkit) magic happens */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  @media (min-width: 1500px) {
    .menu-links {
      padding: 5px 20px 5px 70px; } }

@media (max-width: 1200px) {
  .menu-links {
    position: fixed;
    width: calc(100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    width: calc(100%);
    height: 100%;
    border-radius: 0;
    max-height: calc(100% - 59px);
    top: 0%;
    background: #1b365e;
    left: 0px;
    margin: 0;
    align-items: flex-start !important;
    right: 0;
    padding: 0 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    padding: 40px 100px;
    flex-wrap: wrap; }
    .menu-links .menu {
      flex-direction: column !important; }
  .mobile__btns {
    flex-direction: column;
    width: 100%; }
  body.menu-in {
    overflow: hidden; }
  body.menu-in .menu-links {
    top: 72px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden; } }

@media (max-width: 767px) {
  .menu-links {
    padding: 20px 0; } }

.hero__area {
  background-color: #f7f7f7;
  padding: 100px 0 30px; }
  @media (min-width: 1100px) {
    .hero__area {
      padding: 150px 0 30px; } }

.hero_content {
  position: relative;
  z-index: 3; }
  .hero_content h1 {
    margin-bottom: 20px; }

.color-orange {
  color: #1b365e; }

.hero_list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  .hero_list li {
    list-style: none;
    color: #030503;
    font-size: 20px;
    line-height: 30px;
    position: relative; }
    .hero_list li:before {
      content: "\e909";
      font-family: 'icomoon' !important;
      color: #139090;
      margin-right: 24px; }
    @media (min-width: 1100px) {
      .hero_list li {
        font-size: 24px;
        line-height: 36px; } }
    @media (min-width: 1500px) {
      .hero_list li {
        font-size: 32px;
        line-height: 48px; } }

.phone_slider_sec {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 20px 15px 18px;
  max-width: 336px; }
  @media (min-width: 991px) {
    .phone_slider_sec {
      margin: 0 0 0 auto; } }
  .phone_slider_sec .phone_cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

:root {
  --backgroundColor: #232323;
  --firstColor: #74C167;
  --secondColor: #539A73;
  --thirdColor: #17903D;
  --fourthColor: #139090;
  --dropShadowColor: rgba(0, 0, 0, .05); }

.blob {
  position: absolute;
  top: 0;
  right: 0;
  display: none; }
  @media (min-width: 1100px) {
    .blob {
      display: block; } }

.blob svg {
  transform-origin: 50% 100%;
  animation: move 24s ease-in-out infinite; }

@keyframes move {
  0% {
    transform: scale(1) translate(0, 0) rotate(0);
    fill: var(--firstColor);
    filter: drop-shadow(20px 14px 10px var(--dropShadowColor)); }
  25% {
    transform: scale(1.4) translate(0vw, 0vh) rotate(25deg);
    fill: var(--secondColor);
    filter: drop-shadow(14px 14px 6px var(--dropShadowColor)); }
  50% {
    transform: scale(1.8) translate(0vw, 0vh) rotate(50deg);
    fill: var(--thirdColor);
    filter: drop-shadow(-16px -16px 16px var(--dropShadowColor)); }
  75% {
    transform: scale(2.2) translate(0vw, 0vh) rotate(25deg);
    fill: var(--fourthColor);
    filter: drop-shadow(14px 14px 6px var(--dropShadowColor)); }
  100% {
    transform: scale(1) translate(0, 0) rotate(0);
    fill: var(--firstColor);
    filter: drop-shadow(20px 14px 10px var(--dropShadowColor)); } }

.qr-code-sec h5 {
  color: #1b365e; }

.qr-code-sec h2 {
  color: #1b365e;
  font-weight: 700; }

.qr-code-sec p {
  color: #030503;
  padding: 0 50px; }

.qr-code-sec .text-yellow {
  color: #1b365e; }

.qr-code-sec .qr-code {
  margin: 25px auto;
  max-width: 150px; }
  @media (min-width: 1500px) {
    .qr-code-sec .qr-code {
      margin: 40px auto; } }

.get_the_app_sec {
  background-image: url(../images/cta-alt.png);
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 80px 0;
  border-radius: 8px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  .get_the_app_sec h5 {
    color: #1b365e; }
  .get_the_app_sec h2 {
    color: #ffffff;
    font-weight: 700; }
  .get_the_app_sec img {
    margin: 0 auto 40px;
    max-width: 150px; }
  .get_the_app_sec .text-yellow {
    color: #ffffff; }

.counter-sec {
  margin-top: 20px; }
  @media (min-width: 1100px) {
    .counter-sec {
      margin-top: 50px; } }
  .counter-sec h2 {
    font-size: 62px;
    line-height: 60px;
    margin-bottom: 5px;
    color: #1b365e; }
    @media (min-width: 1100px) {
      .counter-sec h2 {
        margin-bottom: 20px; } }
  .counter-sec p {
    color: #030503;
    margin-bottom: 40px; }
    @media (min-width: 1500px) {
      .counter-sec p {
        font-size: 24px; } }

.hiring_sec img {
  max-height: 70px;
  margin: 0 30px; }
  @media (min-width: 1100px) {
    .hiring_sec img {
      margin: 0 60px; } }

.hiring_sec h5 {
  margin-bottom: 40px; }
  @media (min-width: 1100px) {
    .hiring_sec h5 {
      margin-bottom: 70px; } }
  @media (min-width: 1500px) {
    .hiring_sec h5 {
      margin-bottom: 100px; } }

.bg-light {
  background-color: #f7f7f7; }

.primary-padding {
  padding: 40px 0; }
  @media (min-width: 1100px) {
    .primary-padding {
      padding: 120px 0; } }
  @media (min-width: 1500px) {
    .primary-padding {
      padding: 120px 0; } }

.bg-light-green {
  background-color: rgba(116, 193, 103, 0.4);
  color: #030503; }
  .bg-light-green h5 {
    color: #1b365e; }
  .bg-light-green h2 {
    color: #1b365e;
    font-weight: 700; }

.bg-light-green-img {
  background-image: url(../images/offer-bg.jpg);
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #ffffff; }
  .bg-light-green-img h5 {
    color: #ffffff; }
  .bg-light-green-img h2 {
    color: #ffffff;
    font-weight: 700; }
  .bg-light-green-img h3 {
    color: #0dff0b; }
    .bg-light-green-img h3 span {
      color: #ffffff;
      text-decoration: line-through; }
  .bg-light-green-img p {
    color: #ffffff; }
  .bg-light-green-img .text-yellow {
    color: #e7b63f; }

.bg-secondary {
  background-color: #030503 !important;
  color: #ffffff; }
  .bg-secondary h5 {
    color: #74c167; }

/* Faqs Page Css Start */
.page_title_sec {
  background-color: #f7f7f7;
  padding: 120px 0 50px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2); }
  .page_title_sec h5 {
    color: #549a73; }
  @media (min-width: 1100px) {
    .page_title_sec {
      padding: 200px 0 80px; } }
  @media (min-width: 1500px) {
    .page_title_sec {
      padding: 200px 0 100px; } }
  .page_title_sec.page_title_img {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
    .page_title_sec.page_title_img h5 {
      color: #e7b63f; }
    .page_title_sec.page_title_img h1 {
      color: #ffffff; }

.subtitle_text {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px; }
  .subtitle_text b, .subtitle_text strong {
    color: #1b365e; }
  @media (min-width: 1100px) {
    .subtitle_text {
      font-size: 24px;
      line-height: 36px;
      margin: 0 0 70px; } }
  @media (min-width: 1500px) {
    .subtitle_text {
      font-size: 30px;
      line-height: 42px;
      margin: 0 0 100px; } }

.f-16 {
  font-size: 16px; }

.f-bold {
  font-weight: 700; }

.text-yellow {
  color: #e7b63f; }

/* About us css*/
.title-green {
  color: #1b365e; }

ul.contact_info {
  margin-bottom: 20px; }
  @media (min-width: 1100px) {
    ul.contact_info {
      margin-bottom: 70px; } }
  @media (max-width: 991px) {
    ul.contact_info {
      flex-wrap: wrap;
      justify-content: start !important; } }
  ul.contact_info li {
    margin: 0 0 40px; }
    @media (min-width: 1100px) {
      ul.contact_info li {
        margin: 0 0 50px;
        width: 33.33%; }
        ul.contact_info li:last-child {
          width: 100%; } }
    ul.contact_info li a {
      display: block;
      color: #4a4a4a;
      font-size: 24px; }
      @media (min-width: 1500px) {
        ul.contact_info li a {
          font-size: 30px; } }
      ul.contact_info li a img {
        margin-right: 20px; }
        @media (min-width: 1100px) {
          ul.contact_info li a img {
            margin-right: 50px; } }
      ul.contact_info li a:hover {
        color: #1b365e; }

.master-footer {
  background: #ffffff;
  padding: 40px 0;
  position: relative; }
  @media (min-width: 991px) {
    .master-footer {
      padding: 70px 0 50px; } }
  @media (min-width: 1500px) {
    .master-footer {
      padding: 100px 0 70px; } }
  .master-footer .footer__logo__icon {
    margin: 0 auto 40px;
    display: table; }
    .master-footer .footer__logo__icon img {
      max-width: 336px; }
  @media (max-width: 991px) {
    .master-footer {
      text-align: center; }
      .master-footer .footer__logo__icon {
        margin-bottom: 30px; } }

.footer__links {
  margin: 0 auto 30px;
  display: table; }
  .footer__links h4 {
    color: #fefefe;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 20px; }
  .footer__links ul li {
    margin-bottom: 10px; }
    .footer__links ul li a {
      color: #4a4a4a; }
      .footer__links ul li a:hover {
        color: #74c167; }
  .footer__links ul.social__icons {
    margin: 0 auto; }
    @media (max-width: 991px) {
      .footer__links ul.social__icons {
        justify-content: center;
        margin: 0 auto 30px; } }
    .footer__links ul.social__icons li {
      margin: 0 25px 0 0; }
      .footer__links ul.social__icons li:last-child {
        margin: 0; }
      .footer__links ul.social__icons li a {
        font-size: 24px; }

.copyright-text {
  background-color: #ffffff;
  padding: 16px;
  border-top: 1px solid rgba(74, 74, 74, 0.1);
  font-size: 16px;
  line-height: 20px;
  color: #4a4a4a;
  text-align: center; }
  .copyright-text a {
    color: #4a4a4a; }
    .copyright-text a:hover {
      color: #1b365e; }
