@charset "UTF-8";
/**
 * TekJobs reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  font: inherit;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/***********
  margins
  paddings
 **********/
html {
  box-sizing: border-box;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

/**
 * Paragraphs
 */
p {
    font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #888888;
}

h1 {
    font-family: "Mulish", sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #18191C;
}

h2 {
    font-family: "Mulish", sans-serif;
  font-size: 55px;
  font-weight: 600;
  color: #18191C;
}

h3 {
    font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #18191C;
}

h4 {
    font-family: "Mulish", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #18191C;
}

h5 {
    font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #18191C;
}

h6 {
    font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #18191C;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}

.section-heading {
  margin-bottom: 60px;
}
.section-heading h6 {
  font-size: 14px;
  color: #FFBB00;
}
.section-heading h2 {
  color: #16213e;
}
.section-heading h3 {
  font-size: 35px;
  font-weight: bold;
  color: #090909;
}
.section-heading h3 span {
  color: #FFBB00;
}

.slick-dots {
  display: flex !important;
  align-items: center;
  position: absolute;
  left: 220px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  bottom: 40px;
}
.slick-dots li {
  background-color: #00395c;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #005b94;
  width: 15px;
  height: 15px;
}

.heading-h6 {
  color: #FFBB00;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
}

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

.section-padding {
  padding: 20px 0px;
}

.articles-card {
  border-top: 7px solid #FFBB00;
  padding: 40px 50px;
  box-shadow: 0px 2px 25px #d8d8d8;
  margin-top: 50px;
  background-color: #fff;
  max-width: 400px;
  z-index: 9999;
  position: relative;
}

.contact-card .contact-card-widget {
  border-top: 3px solid #FFBB00;
  padding: 40px 50px;
  box-shadow: 0px 2px 25px #d8d8d8;
  margin-top: -80px;
  background-color: #fff;
  max-width: 416px;
  z-index: 9999;
  position: relative;
}
.contact-card .contact-card-widget p {
    font-family: "Mulish", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  color: #41444b;
}
.contact-card .contact-card-widget h4 {
  color: #18191C;
}
.contact-card .second-contact-card-widget {
  border-top: 0px !important;
  border-left: 7px solid #FFBB00;
  box-shadow: 0 0;
  padding: 18px 40px;
}

.job-item-card {
  box-shadow: 0px 2px 25px rgba(0, 33, 91, 0.17);
  border: solid 1px #005b94;
  border-left: solid 5px #005b94;
  padding: 45px 40px;
}
.job-item-card h4 {
  line-height: 35px;
}
.job-item-card h6 {
  font-size: 18px;
  color: #FFBB00;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.job-item-card h6 span {
  color: #00395c;
}

.bg-color-primary-dark {
  background-color: #18191C;
}

.bg-color-pickle {
  background-color: #FFBB00;
}

.pagination-wrapper .page-item .page-link {
  border: solid 2px #18191C;
  color: #18191C;
  border-radius: 0px;
  margin: 0px 3px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  line-height: 20px;
  text-align: center;
  padding: 5px 0px;
}
.pagination-wrapper .page-item .page-link.active {
  background-color: #00395c;
  color: #ffffff;
}
.pagination-wrapper .page-item .page-link:hover {
  background-color: #00395c;
  color: #ffffff;
}

.blue-widget {
  background-color: rgba(0, 57, 92, 0.9) !important;
}

.green-widget {
  background-color: #FFBB00;
}

/**
 * Variables
 * =================================
 * - Typography
 * - Breakpoints
 * - Paths
 * - Layout & Grid
 * - App-specific
 */
/* stylelint-disable indentation */
/**
  * Breakpoints
  * =================================
  * There are no common breakpoints so these are just a suggestions
  * You'll need to define your own breakpoints to suit your design
  * Add your breakpoints to this Sass map
  * Used in the Kickoff grid
  */
/**
  * Path variables
  * =================================
  */
/**
  * margin variables
  * =================================
  */
/**
  * padding variables
  * =================================
  */
/**
  * Z-index variables
  * =================================
  */
/**
  * App-specific variables
  * =================================
  */
/**
 * Buttons
 * =================================
 * - Associated Button Variables
 * - Base button styling
 * – Button Modifiers
 * 	 – btn--primary
 *   – btn--block
 */
/**
 * Define associated Button variables
 */
/**
  * Base button styles – Based on csswizardry.com/beautons
  *
  * 1. Allow us to better style box model properties.
  * 2. Line different sized buttons up a little nicer.
  * 3. Stop buttons wrapping and looking broken.
  * 4. Make buttons inherit font styles.
  * 5. Force all elements using beautons to appear clickable.
  * 6. Normalise box model styles.
  * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
  *    there is 1em of space above and below that text. We therefore apply 1em
  *    of space to the left and right, as padding, to keep consistent spacing.
  * 8. Fixes odd inner spacing in IE7.
  * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
  *10. Prevents from inheriting default anchor styles.
  */
.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-align: center;
  user-select: none;
  height: auto;
  padding: 14px 20px;
  line-height: normal;
  border-radius: 4px;
  color: #000000;
}

.btn, .btn:hover, .btn:active, .btn:focus, .btn:visited {
  text-decoration: none;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

.fill-btn {
  border: solid 1px #FFBB00;
  background-color: #FFBB00;
}
.fill-btn:hover {
  background-color: transparent;
  color: #FFBB00;
}

.sm-btn {
  border-color: #CEE0F5;
}

.outline-btn {
  border: solid 1px #CEE0F5;
  background-color: transparent;
  color: #FFBB00 !important;
}
.outline-btn svg path {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.outline-btn:hover {
  border: solid 1px #FFBB00;
  background-color: #FFBB00;
  color: #ffffff !important;
}
.outline-btn:hover svg path {
  stroke: #ffffff;
}

.main-footer {
  padding: 20px 0;
  position: relative;
  z-index: 1;
  border-top: solid 1px #C2C2C2;
  padding-bottom: 25px;
}
.footer-bottom{
  border-top: solid 1px #C2C2C2;
  padding-top: 10px;
  margin-top: 0px;
}
.footer-bottom p{
  margin-bottom: 0;
}
.main-footer .main-footer.second-footer::before {
  display: none;
}
.main-footer .main-footer.second-footer .f-widget {
  max-width: 330px;
}
.main-footer .main-footer.second-footer .f-widget .f-logo {
  max-width: 242px;
}
.main-footer .main-footer.second-footer .f-widget .f-social-icon li a:hover {
  background-color: #FFBB00 !important;
  color: #ffffff;
}
.main-footer .f-widget .f-logo {
  max-width: 130px;
  margin-bottom: 15px;
}
.main-footer .f-widget p {
  font-size: 16px;
  color: #ebecee;
  margin-bottom: 5px;
}
.main-footer .f-widget h4 {
  color: #ffffff;
}
.main-footer .f-widget .f-social-icon {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.main-footer .f-widget .f-social-icon li {
  list-style: none;
}
.main-footer .f-widget .f-social-icon li a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #363636;
  font-size: 18px;
  border: solid 1px #363636;
}
.main-footer .f-widget .f-social-icon li a:hover {
  background-color: #363636;
  color: #ffffff;
}
.main-footer .f-widget h5 {
  color: #000000;
  margin-bottom: 9px;
}
.main-footer .f-widget .f-list li {
  list-style: none;
}
.main-footer .f-widget .f-list li a {
  font-size: 17px;
  color: #363636;
  text-decoration: none;
  padding: 4px 0px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.main-footer .f-widget .f-list li a:after {
    position: absolute;
    content: '';
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    border: solid 1px #363636;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
}
.main-footer .f-widget .f-list li a:hover {
  color: #FFBB00;
}
.main-footer .f-widget .f-widget-last-news {
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-footer .f-widget .f-widget-last-news p {
  color: #363636;
    font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}
.main-footer .f-widget .f-widget-last-news p span {
    width: calc(100% - 30px);
    margin-left: 10px;
}
.main-footer .f-widget .f-widget-last-news .post-date {
  color: #ebecee;
  font-size: 14px;
  font-weight: 200;
}
.main-footer .f-b-widget-left {
  margin-top: 50px;
  max-width: 331px;
}
.main-footer .f-b-widget-left p {
  font-size: 17px;
  color: #ebecee;
  margin: 0;
}
.main-footer .f-b-widget-right {
  margin-top: 60px;
}
.main-footer .f-b-widget-right p {
  font-size: 17px;
  color: #d4d7dd;
  margin: 0;
}

.form-select,
.form-control {
  min-height: 50px;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px !important;
  height: 56px;
  border-color: #E7E7E7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  height: auto;
  min-height: 125px;
}

label {
  line-height: 14px;
  color: #18191C;
  font-size: 14px;
  font-weight: 400;
}

.required {
  color: #EB5757;
  font-weight: 500;
}

.input-group {
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
}
.input-group svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  z-index: 9;
}

.js-header {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 19%);
  position: sticky;
  z-index: 999;
  top: 0;
  background-color: #ffffff;
}
.js-header .main-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.js-header .main-navbar__navbar-brand {
  max-width: 130px;
}
.js-header .main-navbar .main-menu ul {
  display: flex;
  justify-content: end;
}
.js-header .main-navbar .main-menu ul li {
  list-style: none;
  display: inline-block;
}
.js-header .main-navbar .main-menu ul li a {
  font-size: 20px;
  color: #090909;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  position: relative;
}
.js-header .main-navbar .main-menu ul li a:hover {
  color: #FFBB00;
}
.js-header .main-navbar .main-menu ul li a:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #FFBB00;
  left: 0;
}
.js-header .main-navbar .main-menu ul li a.outline-btn {
  border-color: #FFBB00 !important;
}
.js-header .main-navbar .main-menu ul li a.outline-btn:hover {
  background-color: #FFBB00;
  color: #fff !important;
}
.js-header .main-navbar .main-menu ul li a.outline-btn:hover::after {
  display: none;
}
.js-header .main-navbar .main-menu ul li a.fill-btn {
  color: #000000;
  font-size: 16px;
  padding: 14px 12px;
}
.js-header .main-navbar .main-menu ul li a.fill-btn:hover {
  background-color: transparent;
  border: solid 1px #FFBB00;
  color: #FFBB00 !important;
}
.js-header .main-navbar .main-menu ul li a.fill-btn:hover::after {
  display: none;
}
.js-header .main-navbar .main-menu ul li a.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #FFBB00;
  left: 0;
}


.banner-wrapper {
  background-color: rgb(245 245 245);
}
.banner-wrapper .widget h4 {
  font-size: 32px;
  font-weight: 700;
}
.banner-wrapper .widget .f-widget {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 20%);
}
.banner-wrapper .widget .form-group label {
  background-color: #fff;
  position: relative;
  top: 14px;
  left: 15px;
}
.banner-wrapper .widget-img {
  position: relative;
  max-width: 770px;
  margin: 0 0 0 auto;
}
.banner-wrapper .widget .widget-list {
  position: absolute;
  bottom: 50px;
  left: 80px;
  max-width: 680px;
}
.banner-wrapper .widget:first-child .widget-list {
  bottom: 90px;
}
.banner-wrapper .widget:last-child .widget-list {
  bottom: 10px;
}
.banner-wrapper .widget .widget-list li {
  background-color: rgb(255 255 255 / 46%);
  margin-bottom: 10px;
  padding: 10px;
  font-size: 20px;
  color: #000;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  display: inline-block;
}



.our-product {
  position: relative;
  padding-bottom: 300px !important;
  overflow: hidden; 
  background-color: rgb(245 245 245);
  border-top: solid 1px #cccccc;
}
.our-product.small-ver {
	padding-bottom: 30px !important;
}

.our-product .widget{
  text-align: center;
}
.our-product .widget .icon {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #8d8d8d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.our-product .widget .icon img {
  width: 45px;
}
.our-product .widget:hover .icon{
  border: solid 3px rgb(255 187 0);
  box-shadow: none;
}
.our-product .widget h4 {
  font-size: 20px;
  margin-top: 20px;
  color: #000;
}

.our-product .ocean { 
  height: 5%;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background: rgb(255 187 0);
}

.our-product .wave {
  background: url(../images/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translateX(0); /* Changed to translateX for simpler troubleshooting */
}

.our-product .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translateY(-25px); /* Changed to translateY for simpler troubleshooting */
  }
  50% {
    transform: translateY(5px); /* Changed to translateY for simpler troubleshooting */
  }
}

.why-section-wrapper .widget {
  text-align: center;
  border: solid 1px #E4E4E4;
  border-radius: 16px;
  padding: 55px;
  padding: 15px;
}
.why-section-wrapper .widget h4 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #131313;
}
.why-section-wrapper .widget p {
    color: #000000;
    font-size: 17px;
}
.why-section-wrapper .widget .img {
  height: 120px;
}
.why-section-wrapper .widget .img img {
	height: 100px !important;
	width: auto !important;
}

.slick-slider {
    margin:0 -15px;
}
.company-stats-wrapper{
  position: relative;
  /*border-top: solid 1px #cccccc;*/
}
.company-stats-wrapper:after{
  position: absolute;
  content: '';
  /*background-image: url('../images/mask-line.svg');*/
  height: 100%;
  width: 100%;
  background-size: cover;
  top: 0;
  z-index: -1;
  background-position: bottom;
}

.company-stats-wrapper .widget {
  border: solid 1px #E4E4E4;
  background-color: #F7F7F7;
  text-align: center;
  border-radius: 16px;
  margin: 0px 15px;
  padding: 30px;
}
.company-stats-wrapper .widget .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-stats-wrapper .widget .img img {
	height: 55px;
	width: auto;
}
.company-stats-wrapper .widget .content h4 {
    margin-top: 10px;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}
.company-stats-wrapper .widget .content p {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
}
.slick-arrow::before {
    color: #000;
}


.company-logo-wrapper .logo-slider .item {
    box-shadow: 0px 0px 6px 1px #ccc;
    margin: 7px 15px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-leadgen {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  z-index: 7;
}
.sticky-leadgen .sticky-leadgenwrp {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(255 187 0);
}
.sticky-leadgen-desktop .inner-container {
  display: flex;
  /*padding: 27px 16px 17px 240px;*/
  padding: 10px 16px 0px 240px;
  position: relative;
}
.sticky-leadgen-desktop .inner-container .sticky-image {
  left: 0;
  bottom: 0;
  height: 150px;
  z-index: 2;
  position: absolute;
}
.sticky-leadgen .sticky-leadgenwrp .inner-container .input-wrapper .input-actionsection button.btn.fill-btn {
  background-color: #181818;
  color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 8px;
}
.sticky-leadgen .sticky-leadgenwrp .inner-container .input-wrapper .input-actionsection input.form-control {
    min-height: 50px;
    height: 50px;
}
.sticky-leadgen-desktop .input-label {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  color: #323232;
  text-align: left;
}
.sticky-leadgen-desktop .input-label .sub-label {
    color: #000000;
    display: block;
}
.sticky-leadgen .sticky-leadgenwrp .inner-container .input-wrapper {
    display: block;
}
.sticky-leadgen-desktop .input-wrapper {
    margin-left: 44px;
    flex-grow: 1;
}
.sticky-leadgen .sticky-leadgenwrp .inner-container .input-wrapper .input-actionsection {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sticky-leadgen .sticky-leadgenwrp .inner-container .input-wrapper .input-actionsection .child-wrapper {
  flex-grow: 1;
  padding-right: 16px;
  position: relative;
}
.sticky-leadgen .user-consent-label, .body .user-consent-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #727272;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px 0 3px 10px;
  margin: 6px 0 0;
}
.user-consent-wrapper {
  display: flex;
  align-items: center;
}

.inner-banner-wrapper.section-padding {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.inner-banner-wrapper .widget h4 {
  font-size: 48px;
  font-weight: 600;
  color: #090909;
}
.bank-information {
  background-color: #F6F6F6;
  padding: 20px 0px;
}
.bank-information table {
    border-collapse: separate;
    border-spacing: 0 2em;
	width: 100%;
}
.bank-information table tr {
  box-shadow: 0px 3px 6px #00000017;
  border-radius: 8px;
  background-color: #fff;
}
.bank-information table td span {
  display: inline-block;
}
.bank-information table td h4 {
  font-size: 18px;
  font-weight: 600;
}
.bank-information table td h5 {
  font-size: 18px;
  font-weight: 600;
}
.bank-information table td {
  vertical-align: top;
  padding: 15px;
}
.bank-information table td p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-top: 10px;
}
.bank-information table td button.btn.sm-btn {
  font-size: 14px;
  width: 120px;
  padding: 6px 8px;
  margin-bottom: 10px;
  font-weight: 500;
}
.about-wrapper {
	font-family: "Mulish", sans-serif;
}
.about-wrapper .widget h4 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #090909;
}
.about-wrapper .widget ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000000;
}
.valgn-mdle {
	vertical-align:middle !important;
}
.banner-wrapper .widget .widget-list li {
	display:inline-flex;
}
.banner-wrapper .widget .widget-list li .byline-txt {
	display: block;
	padding-left: 5px;
}
.company-stats-wrapper .widget .content .stats-hlder {
	margin-top: 10px;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
	text-align:center;
	margin: auto;
	width:100%;
	display: flex;
	margin-left: 10px;
}
.company-stats-wrapper .widget .content .stats-hlder span {
	margin-top: 8px;
}
.company-stats-wrapper .widget .content .stats-hlder h4 {
	margin-bottom: 0px;
}
.ml-100 {
	margin-left: 100px !important;
}
.ml-80 {
	margin-left: 80px !important;
}
.pd-tp-30 {
	padding-top: 30px !important;
}
.pd-btm-30 {
	padding-bottom: 30px !important;
}
.m-btm-20 {
	margin-bottom: 20px !important;
}
.pd-tp-20 {
	padding-top: 20px !important;
}
.why-section-wrapper.small-ver {
	padding:20px 0px;
}
.why-section-wrapper.small-ver h3 {
	font-size: 35px;
}
.why-section-wrapper.small-ver .widget {
	padding: 20px
}
.multi-box-sec {
	/*background-color: #F6F6F6;*/
	font-family: "Mulish", sans-serif;
	padding: 30px 0px;
}
.multi-box-sec .widget {
	border: solid 1px #E4E4E4;
    background-color: #F7F7F7;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}
.multi-box-sec h3 {
	font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #18191C;
}
.multi-box-sec ul {
    font-size: 18px;
}
.bank-list-logo {
	max-width: 150px;
	height: auto;
}
.bg-post-rght {
	background-position: right !important;
}
.cnt-icn-crcle {
	width: 32px;
    height: 32px;
    background-color: #ffffff;
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #363636;
    font-size: 17px;
    border: solid 1px #363636;
}
.rupilo-vdo-hlder {
	width: 100% !important;
	height:365px !important;
}
.pre-bull {
	margin: 20px 0px;
    background-image: url(../images/check-clr.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top left;
    padding-left: 35px;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.inner-banner-wrapper .widget .f-widget {
	background-color: #fff;
    padding: 30px;
    border-radius: 10px;
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 20%);
}
.min-hgt-255 {
	min-height: 255px !important;
}
.min-hgt-210 {
	min-height: 210px !important;
}
.min-hgt-170 {
	min-height: 170px !important;
}
.min-hgt-120 {
	min-height: 120px !important;
}
.min-hgt-90 {
	min-height: 90px !important;
}
.fnt-sze-20 {
	font-size: 20px !important;
}
.vdo-dv {
	display: flex;
    justify-content: center;
}
.vdo-dv iframe, .vdo-fle {
	aspect-ratio: 16 / 9;
    width: 60% !important;
}
.ruplopophlder {
	  position: relative;
	  background: #FFF;
	  padding: 20px;
	  width: auto;
	  max-width: 500px;
	  margin: 10px auto;
	  border-radius: 12px;
}
.mfp-close {
	font-size: 17px !important;
}
.ruplopophlder .modal-content {
	border: 0px;
}
.ruplopophlder .modal-content label{
	background-color: #fff;
    position: relative;
    top: 14px;
    left: 15px;
}
@media (min-width: 1400px) {
  .js-header .container {
    max-width: 1580px;
  }
}
@media (max-width: 1400px) {
  .js-header .main-navbar .main-menu ul li a {
    font-size: 16px;
    padding: 10px 6px;
  }
  .js-header .main-navbar .main-menu ul li a.fill-btn {
    font-size: 14px;
    padding: 14px 12px;
  }
  .js-header .main-navbar__navbar-brand {
    max-width: 130px;
  }
}
@media (max-width: 1200px) {
  .js-header .main-navbar .main-menu ul li.ms-5 {
    margin-left: 10px !important;
  }
    .js-header .main-navbar__navbar-brand {
    max-width: 120px;
  }
  .js-header .container {
    max-width: 1084px;
  }
  .banner-wrapper .widget {
      padding: 20px;
  }
  .section-heading h3{
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .js-header .container {
    max-width: 100%;
  }
  .js-header .container .top-bar__menu {
    display: none;
  }
  .js-header .container .main-navbar__navbar-brand {
    padding: 8px 0px;
  }
  .js-header .container .main-navbar {
    padding: 0px;
  }
  .js-header .container .top-bar__social-icon {
    display: none;
  }
  .js-header .main-navbar .main-menu ul li a.outline-btn{
    margin: 10px 0px;
    height: auto;
    line-height: normal;
  }
  .js-header .container .main-navbar {
    position: fixed;
    width: 250px;
    background-color: #ffffff;
    left: -250px;
    z-index: 999;
    height: 100vh;
    top: 0;
    padding: 15px 0px;
    overflow: auto;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .js-header .container .main-navbar.open {
    left: 0;
  }
  .js-header .container .main-navbar__navbar-brand {
    max-width: 200px;
    padding: 10px 10px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon {
    display: block;
    padding: 0px 10px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li {
    display: inline-block;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo {
    margin-right: 0px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo a {
    width: 80px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li a {
    border: 0;
    width: 30px;
    padding: 3px 5px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__menu {
    display: block;
  }
  .js-header .container .main-navbar .main-menu .top-bar__menu ul li {
    padding: 0;
  }
  .js-header .container .main-navbar .main-menu ul {
    display: block;
  }
  .js-header .container .main-navbar .main-menu ul li {
    display: block;
  }
  .js-header .container .main-navbar .main-menu ul li a {
    color: #000;
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    border-bottom: solid 1px rgba(184, 184, 184, 0.16);
    font-size: 14px;
  }
  .js-header .container .top-bar {
    padding: 10px 0px;
  }
  .js-header .container .top-bar .menu-btn {
    text-align: right;
    display: block;
    width: 40px;
    height: 40px;
    padding: 2px 4px;
    float: right;
  }
  .js-header .container .top-bar .menu-btn .toggle-icon {
    background-color: #FFBB00;
    height: 3px;
    margin: 7px 0px;
    width: 100%;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .main-footer {
    padding: 40px 0px;
  }
  .main-footer .f-widget {
    text-align: center;
  }
  .main-footer .f-widget .f-logo {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .main-footer .f-widget .f-social-icon {
    justify-content: center;
    margin-bottom: 30px;
  }
  .main-footer .f-widget h5 {
    margin-top: 30px;
  }
  .main-footer .f-widget .f-widget-last-news p {
    margin: 0 auto;
    max-width: 100%;
  }
  .main-footer .f-b-widget-left {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }
  .main-footer .f-b-widget-right {
    text-align: center;
    margin-top: 10px;
  }
  .main-footer.second-footer .f-widget {
    max-width: 100%;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .our-product:after{
    display: none;
  }
  .why-section-wrapper .widget{
    margin-bottom: 15px;
  }
  .banner-wrapper .widget h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px !important;
  }
  .banner-wrapper .widget .widget-list {
    left: 0px;
  }
  .banner-wrapper .widget .widget-list li {
    font-size: 18px;
  }
  .banner-wrapper .widget .f-widget .form-group.mb-5.pb-5 {
    margin-bottom: 0px !important;
  }
  .banner-wrapper .widget .widget-list li svg {
    width: 22px;
  }
  .banner-wrapper .row.align-items-center {
    flex-direction: column-reverse;
  }
  .our-product .col {
    width: 33.33%;
    flex: auto;
    margin-bottom: 60px;
  }
  .sticky-leadgen-desktop .inner-container .sticky-image {
    display: none;
  }
  .sticky-leadgen-desktop .inner-container {
    padding: 0;
    flex-direction: column;
  }
  .sticky-leadgen-desktop .input-label .sub-label {
      display: inline-block;
      color: #323232;
  }
  .sticky-leadgen-desktop .input-label {
      font-size: 26px;
      margin-bottom: 15px;
  }
  .sticky-leadgen .sticky-leadgenwrp .inner-container .input-wrapper {
      margin: 0;
  }
  .sticky-leadgen .sticky-leadgenwrp {
      padding: 14px 15px;
  }
  .footer-bottom p {
      margin-bottom: 0;
      text-align: center !important;
  }
  .inner-banner-wrapper .widget h4 {
      font-size: 34px;
  }
  .inner-banner-wrapper.section-padding {
    height: 200px;
  }
  .about-wrapper .widget h4 {
      font-size: 28px;
      margin-top: 40px;
  }
  .bank-information table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 991.98px) {
  .js-header .top-bar .main-navbar__navbar-brand {
    display: none;
  }
  .js-header .main-menu .main-navbar__navbar-brand {
    display: none;
  }
  .js-header .main-menu .top-bar__social-icon {
    display: none;
  }
  .js-header .main-menu .top-bar__menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
 .our-product .widget {
    margin-bottom: 20px;
}
  .our-product .col {
    width: 50%;
  }
  .inner-banner-wrapper.section-padding {
	  align-items: flex-end;
	  height: 240px;
	  padding-bottom: 15px;
  }
  .inner-banner-wrapper .widget h4 {
	  font-size: 27px;
	  /*background: rgba(255, 255, 255, 0.5);*/
		padding: 0px;
  }
  .inner-banner-wrapper .widget .f-widget {
	  background-color: rgb(255, 255, 255, 60%);
  }
  .inner-banner-wrapper .widget .f-widget .f-widget-last-news {
	  margin-bottom: 0px !important;
  }
  .inner-banner-wrapper .widget .f-widget .f-widget-last-news span {
	  font-size: 18px !important;
  }
  .rupilo-vdo-hlder {
		width: 100% !important;
		height:auto !important;
	}
	.inner-banner-wrapper .widget .f-widget {
		padding: 5px;
	}
	.vdo-dv iframe, .vdo-fle {
		width: 100% !important;
	}
}
@media only screen and (max-width: 575.98px) {
  .btn {
    font-size: 16px;
    line-height: 3;
    height: 50px;
    padding: 1px 30px;
  }
  h2 {
    font-size: 24px;
  }
    h3 {
      font-size: 22px;
      text-align: center;
  }
  p {
    font-size: 14px;
  }
  .slick-arrow{
    display: none !important;
  }
  .our-product .widget h4 {
    font-size: 16px;
  }
  .js-header .container .main-navbar .main-menu ul li a.custom-btn {
    height: auto;
    line-height: normal;
    margin-bottom: 15px;
}
  .our-product .col {
    width: 50%;
  }
  .banner-wrapper .widget .widget-list li {
    padding: 4px 10px;
    font-size: 14px;
  }
  .our-product .ocean{
    display: none;
  }
  .our-product{
    padding-bottom: 40px !important;
  }
  .section-heading h3 {
    font-size: 30px;
  }
  .why-section-wrapper .widget h4 {
    font-size: 22px;
  }
  .why-section-wrapper .widget p{
    font-size: 16px;
  }
  .company-stats-wrapper .widget .content h4 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .company-stats-wrapper .widget .content p{
    font-size: 16px;
  }
  .bank-information table tr {
    text-align: center;
    flex-direction: column;
  }
  .bank-information table{
    width: 100%;
  }
  .company-stats-wrapper .widget .content .stats-hlder span {
	  margin-top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */
