@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
.main-btn {
  display: inline-block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: #00296B;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
          box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
}

.main-btn.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-btn.btn-icon .icon {
  margin-right: 12px;
}

.main-btn:hover {
  color: #00296B;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-btn.fill-btn {
  background: #00296B;
  color: #fff;
}

.main-btn.fill-btn:hover {
  background: #F2F7F9;
  border-color: #F2F7F9;
}

.main-btn.white-hover-btn:hover {
  -webkit-box-shadow: 0px 5px 18px rgba(0, 41, 107, 0.15);
          box-shadow: 0px 5px 18px rgba(0, 41, 107, 0.15);
}

@media (max-width: 1199px) {
  .main-btn {
    padding: 14px 20px;
  }
}

@media (max-width: 575px) {
  .main-btn {
    padding: 9px 12px;
  }
}

.btn-font {
  font-size: 20px;
}

@media (max-width: 767px) {
  .btn-font {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .btn-font {
    font-size: 16px;
  }
}

strong {
  font-weight: 600;
}

.banner-title-50 {
  font-size: 50px;
}

@media (max-width: 1199px) {
  .banner-title-50 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .banner-title-50 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .banner-title-50 {
    font-size: 28px;
  }
}

.font-60 {
  font-size: 60px;
}

@media (max-width: 1199px) {
  .font-60 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .font-60 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .font-60 {
    font-size: 36px;
  }
}

@media (max-width: 375px) {
  .font-60 {
    font-size: 32px;
  }
}

.font-42 {
  font-size: 42px;
}

@media (max-width: 1199px) {
  .font-42 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .font-42 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .font-42 {
    font-size: 24px;
  }
}

.font-28 {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .font-28 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .font-28 {
    font-size: 20px;
  }
}

.font-24 {
  font-size: 24px;
}

@media (max-width: 1199px) {
  .font-24 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .font-24 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .font-24 {
    font-size: 18px;
  }
}

.font-20 {
  font-size: 20px;
}

@media (max-width: 575px) {
  .font-20 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .font-20 {
    font-size: 16px;
  }
}

.font-18 {
  font-size: 18px;
}

@media (max-width: 991px) {
  .font-18 {
    font-size: 16px;
  }
}

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

.font-14 {
  font-size: 14px;
}

.weight-500 {
  font-weight: 600;
}

.weight-600 {
  font-weight: 600;
}

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

.primary-text {
  color: #00296B;
}

.secondary-text {
  color: #F2F7F9;
}

.secondary-color-text {
  color: #005B80;
}

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

.text-light-gray {
  color: #444;
}

.bg-lighten {
  background: #FFF6F2;
}

.bg-primary2 {
  background: #F2F7F9;
}

.text-666 {
  color: #666;
}

.text-999 {
  color: #999;
}

.white-text {
  color: #fff;
}

.capitalize-text {
  text-transform: capitalize;
}

.text-white {
  color: #fff;
}

strong {
  color: #00296B;
}

.primary-underline {
  color: #00296B;
  text-decoration: underline;
}

.underline-text {
  border-bottom: 1px solid #fff;
}

.hidden-text {
  display: none;
}

.hidden-text.show {
  display: inline;
}

.btn-disable {
  display: none;
}

.blend-mode {
  mix-blend-mode: darken;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

@media (max-width: 1199px) {
  .section-padding {
    padding: 50px 0px;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 30px 0px;
  }
}

.padding-top-0 {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .mob-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .mob-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.zoom-effect {
  cursor: pointer;
}

.zoom-effect img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.input-field {
  width: 100%;
  border: 1px solid #DDD;
  min-height: 54px;
  padding: 0px 20px;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
}

.input-field:focus {
  outline: none;
  border: 1px solid #00296B;
}

@media (max-width: 575px) {
  .input-field {
    padding: 0 10px;
    min-height: 45px;
  }
}

.label {
  color: #444;
  margin-bottom: 5px;
  font-size: 15px;
}

.label .required {
  color: red;
}

.container-box {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .container-box {
    max-width: 700px;
  }
}

@media (max-width: 991px) {
  .container-box {
    max-width: 580px;
  }
}

.field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.field-row .field-col {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.field-row .field-col .field-box {
  text-align: center;
}

.field-row .field-col:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .field-row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -7px;
  }
  .field-row .field-col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 25px;
    padding: 0 7px;
  }
  .field-row .field-col:nth-last-child(-n+3) {
    margin-bottom: 25px;
  }
  .field-row .field-col:last-child {
    margin-bottom: 0px;
  }
  .field-row .field-col .field-box {
    height: 100%;
  }
}

@media (max-width: 420px) {
  .field-row {
    margin: 0;
  }
  .field-row .field-col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading img {
  max-width: 100%;
}

.loading .logo-box {
  margin-bottom: 5px;
}

@keyframes ellipsis {
  to {
    width: 40px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 40px;
  }
}

.socials-fix-box {
  position: fixed;
  right: 0;
  top: 180px;
  background: rgba(4, 143, 199, 0.4);
  -webkit-box-shadow: -10px 10px 23px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 10px 23px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0px 0px 10px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 30px 15px;
  z-index: 1;
}

.socials-fix-box ul li {
  margin-bottom: 22px;
}

.socials-fix-box ul li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.socials-fix-box ul li:last-child {
  margin-bottom: 0px;
}

.socials-fix-box ul li:first-child:hover a {
  border-color: #ad2192;
}

.socials-fix-box ul li:nth-child(2):hover a {
  border-color: #c3000c;
}

.socials-fix-box ul li:nth-child(3):hover a {
  border-color: #179e2a;
}

.socials-fix-box ul li:last-child:hover a {
  border-color: #324fa4;
}

@media (max-width: 991px) {
  .socials-fix-box {
    padding: 20px 10px;
  }
  .socials-fix-box ul li a {
    height: 30px;
    width: 30px;
  }
  .socials-fix-box ul li a img {
    height: 16px;
  }
  .socials-fix-box ul li:nth-child(2) a img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .socials-fix-box {
    position: static;
    background: transparent;
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .socials-fix-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .socials-fix-box ul li {
    margin-bottom: 0px;
    margin-right: 22px;
  }
  .socials-fix-box ul li:last-child {
    margin-right: 0px;
  }
  .socials-fix-box ul li a {
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
            box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
  }
  .socials-fix-box ul li a img {
    height: 20px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  padding: 0px 3px;
}

.slick-dots li:first-child {
  padding-left: 0px;
}

.slick-dots li button {
  border: 0px;
  width: 10px;
  height: 10px;
  background: #00296B;
  opacity: 0.3;
  font-size: 0px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
  border-radius: 5px;
  width: 40px;
  background: #00296B;
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

.home-slider-outer {
  position: relative;
}

.bg-graphics {
  position: absolute;
  top: 85px;
  left: -20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1600px) {
  .bg-graphics {
    left: -24%;
  }
}

@media (max-width: 1400px) {
  .bg-graphics {
    left: -27%;
  }
}

@media (max-width: 1199px) {
  .bg-graphics {
    height: 520px;
    left: -23%;
  }
  .bg-graphics img {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .bg-graphics {
    left: -24%;
    height: 420px;
  }
}

.rotate-animation {
  -webkit-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.radio-custom {
  opacity: 0;
  position: absolute;
}

.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.radio-custom-label {
  position: relative;
}

.radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #666;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #00296B;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
          box-shadow: inset 0px 0px 0px 3px #fff;
  border: 2px solid #00296B;
}

.check-input {
  position: absolute;
  opacity: 0;
}

.check-input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-input + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #F2F7F9;
}

.check-input:checked + label:before {
  background: #00296B;
}

.check-input:checked + label:after {
  content: '';
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 8px;
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-area ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.checkbox-area ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
}

.checkbox-area ::-webkit-scrollbar-thumb {
  background: #00296B;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.main-btn {
  display: inline-block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: #00296B;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
          box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
}

.main-btn.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-btn.btn-icon .icon {
  margin-right: 12px;
}

.main-btn:hover {
  color: #00296B;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-btn.fill-btn {
  background: #00296B;
  color: #fff;
}

.main-btn.fill-btn:hover {
  background: #F2F7F9;
  border-color: #F2F7F9;
}

.main-btn.white-hover-btn:hover {
  -webkit-box-shadow: 0px 5px 18px rgba(0, 41, 107, 0.15);
          box-shadow: 0px 5px 18px rgba(0, 41, 107, 0.15);
}

@media (max-width: 1199px) {
  .main-btn {
    padding: 14px 20px;
  }
}

@media (max-width: 575px) {
  .main-btn {
    padding: 9px 12px;
  }
}

.btn-font {
  font-size: 20px;
}

@media (max-width: 767px) {
  .btn-font {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .btn-font {
    font-size: 16px;
  }
}

strong {
  font-weight: 600;
}

.banner-title-50 {
  font-size: 50px;
}

@media (max-width: 1199px) {
  .banner-title-50 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .banner-title-50 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .banner-title-50 {
    font-size: 28px;
  }
}

.font-60 {
  font-size: 60px;
}

@media (max-width: 1199px) {
  .font-60 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .font-60 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .font-60 {
    font-size: 36px;
  }
}

@media (max-width: 375px) {
  .font-60 {
    font-size: 32px;
  }
}

.font-42 {
  font-size: 42px;
}

@media (max-width: 1199px) {
  .font-42 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .font-42 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .font-42 {
    font-size: 24px;
  }
}

.font-28 {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .font-28 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .font-28 {
    font-size: 20px;
  }
}

.font-24 {
  font-size: 24px;
}

@media (max-width: 1199px) {
  .font-24 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .font-24 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .font-24 {
    font-size: 18px;
  }
}

.font-20 {
  font-size: 20px;
}

@media (max-width: 575px) {
  .font-20 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .font-20 {
    font-size: 16px;
  }
}

.font-18 {
  font-size: 18px;
}

@media (max-width: 991px) {
  .font-18 {
    font-size: 16px;
  }
}

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

.font-14 {
  font-size: 14px;
}

.weight-500 {
  font-weight: 600;
}

.weight-600 {
  font-weight: 600;
}

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

.primary-text {
  color: #00296B;
}

.secondary-text {
  color: #F2F7F9;
}

.secondary-color-text {
  color: #005B80;
}

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

.text-light-gray {
  color: #444;
}

.bg-lighten {
  background: #FFF6F2;
}

.bg-primary2 {
  background: #F2F7F9;
}

.text-666 {
  color: #666;
}

.text-999 {
  color: #999;
}

.white-text {
  color: #fff;
}

.capitalize-text {
  text-transform: capitalize;
}

.text-white {
  color: #fff;
}

strong {
  color: #00296B;
}

.primary-underline {
  color: #00296B;
  text-decoration: underline;
}

.underline-text {
  border-bottom: 1px solid #fff;
}

.hidden-text {
  display: none;
}

.hidden-text.show {
  display: inline;
}

.btn-disable {
  display: none;
}

.blend-mode {
  mix-blend-mode: darken;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

@media (max-width: 1199px) {
  .section-padding {
    padding: 50px 0px;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 30px 0px;
  }
}

.padding-top-0 {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .mob-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .mob-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.zoom-effect {
  cursor: pointer;
}

.zoom-effect img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.input-field {
  width: 100%;
  border: 1px solid #DDD;
  min-height: 54px;
  padding: 0px 20px;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
}

.input-field:focus {
  outline: none;
  border: 1px solid #00296B;
}

@media (max-width: 575px) {
  .input-field {
    padding: 0 10px;
    min-height: 45px;
  }
}

.label {
  color: #444;
  margin-bottom: 5px;
  font-size: 15px;
}

.label .required {
  color: red;
}

.container-box {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .container-box {
    max-width: 700px;
  }
}

@media (max-width: 991px) {
  .container-box {
    max-width: 580px;
  }
}

.field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.field-row .field-col {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.field-row .field-col .field-box {
  text-align: center;
}

.field-row .field-col:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .field-row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -7px;
  }
  .field-row .field-col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 25px;
    padding: 0 7px;
  }
  .field-row .field-col:nth-last-child(-n+3) {
    margin-bottom: 25px;
  }
  .field-row .field-col:last-child {
    margin-bottom: 0px;
  }
  .field-row .field-col .field-box {
    height: 100%;
  }
}

@media (max-width: 420px) {
  .field-row {
    margin: 0;
  }
  .field-row .field-col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading img {
  max-width: 100%;
}

.loading .logo-box {
  margin-bottom: 5px;
}

@keyframes ellipsis {
  to {
    width: 40px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 40px;
  }
}

.socials-fix-box {
  position: fixed;
  right: 0;
  top: 180px;
  background: rgba(4, 143, 199, 0.4);
  -webkit-box-shadow: -10px 10px 23px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 10px 23px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0px 0px 10px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 30px 15px;
  z-index: 1;
}

.socials-fix-box ul li {
  margin-bottom: 22px;
}

.socials-fix-box ul li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.socials-fix-box ul li:last-child {
  margin-bottom: 0px;
}

.socials-fix-box ul li:first-child:hover a {
  border-color: #ad2192;
}

.socials-fix-box ul li:nth-child(2):hover a {
  border-color: #c3000c;
}

.socials-fix-box ul li:nth-child(3):hover a {
  border-color: #179e2a;
}

.socials-fix-box ul li:last-child:hover a {
  border-color: #324fa4;
}

@media (max-width: 991px) {
  .socials-fix-box {
    padding: 20px 10px;
  }
  .socials-fix-box ul li a {
    height: 30px;
    width: 30px;
  }
  .socials-fix-box ul li a img {
    height: 16px;
  }
  .socials-fix-box ul li:nth-child(2) a img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .socials-fix-box {
    position: static;
    background: transparent;
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .socials-fix-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .socials-fix-box ul li {
    margin-bottom: 0px;
    margin-right: 22px;
  }
  .socials-fix-box ul li:last-child {
    margin-right: 0px;
  }
  .socials-fix-box ul li a {
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
            box-shadow: 0px 5px 24px rgba(4, 143, 199, 0.15);
  }
  .socials-fix-box ul li a img {
    height: 20px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  padding: 0px 3px;
}

.slick-dots li:first-child {
  padding-left: 0px;
}

.slick-dots li button {
  border: 0px;
  width: 10px;
  height: 10px;
  background: #00296B;
  opacity: 0.3;
  font-size: 0px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
  border-radius: 5px;
  width: 40px;
  background: #00296B;
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

.home-slider-outer {
  position: relative;
}

.bg-graphics {
  position: absolute;
  top: 85px;
  left: -20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1600px) {
  .bg-graphics {
    left: -24%;
  }
}

@media (max-width: 1400px) {
  .bg-graphics {
    left: -27%;
  }
}

@media (max-width: 1199px) {
  .bg-graphics {
    height: 520px;
    left: -23%;
  }
  .bg-graphics img {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .bg-graphics {
    left: -24%;
    height: 420px;
  }
}

.rotate-animation {
  -webkit-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.radio-custom {
  opacity: 0;
  position: absolute;
}

.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.radio-custom-label {
  position: relative;
}

.radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #666;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #00296B;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
          box-shadow: inset 0px 0px 0px 3px #fff;
  border: 2px solid #00296B;
}

.check-input {
  position: absolute;
  opacity: 0;
}

.check-input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-input + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #F2F7F9;
}

.check-input:checked + label:before {
  background: #00296B;
}

.check-input:checked + label:after {
  content: '';
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 8px;
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-area ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.checkbox-area ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
}

.checkbox-area ::-webkit-scrollbar-thumb {
  background: #00296B;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

html.active {
  overflow-y: hidden;
}

body {
  font-family: 'Lato', sans-serif;
  scroll-behavior: smooth;
  position: relative;
}

body.active {
  overflow: hidden;
  position: relative;
  z-index: 99999;
}

body.active::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

h1, h2, h3, h4, h5 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #222;
}

a {
  color: #222;
}

span, p, a {
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #222;
}

b {
  font-weight: 600;
}

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

ul {
  margin-bottom: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.block {
  display: block;
}

button {
  cursor: pointer;
  border-width: 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.call-btn {
  min-width: 192px;
}

@media (max-width: 1199px) {
  .call-btn {
    min-width: 180px;
  }
}

@media (max-width: 991px) {
  .call-btn {
    min-width: 175px;
  }
}

.mainHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  padding: 10px 0;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mainHeader.visible {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background: #a3c6f8;
}

.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 .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainHeader header .navbarLink ul li {
  text-transform: uppercase;
  margin-left: 10px;
}

.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}

.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}

.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 16px;
  padding: 10px 12px 10px 12px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 12px 10px 12px;
  }
}

@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, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #7A7C7D;
}

.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  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: capitalize;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #7A7C7D;
  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 .25s ease-out;
    transition: all .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: #7A7C7D !important;
}

@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;
}

.mainHeader header .logo img {
  height: 44px;
}

.mainHeader header .navBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mainHeader header .navBlock .navbarBtn .hamburger {
  display: none;
}

.mainHeader header .navBlock .contact-block {
  margin-left: 30px;
}

.mainHeader header .navBlock .contact-link {
  min-width: 150px;
  background: #00296B;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 11px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  top: 3px;
}

.mainHeader header .navBlock .contact-link:hover {
  color: #00296B;
  background: #fff;
}

.mainHeader header .navBlock .contact-link:hover span {
  color: #00296B;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.mainHeader header .navBlock .contact-link:hover img {
  -webkit-filter: invert(56%) sepia(62%) saturate(6284%) hue-rotate(166deg) brightness(45%) contrast(101%);
          filter: invert(56%) sepia(62%) saturate(6284%) hue-rotate(166deg) brightness(45%) contrast(101%);
}

.mainHeader header .navBlock .contact-link img {
  margin-right: 8px;
  height: 20px;
}

.mainHeader header .navbarLink {
  right: 100%;
}

.mainHeader header .navbarLink.active {
  left: unset;
  right: 50%;
}

.mainHeader header .navbarLink ul li {
  text-transform: capitalize;
  margin: 0;
  padding: 0 15px;
}

.mainHeader header .navbarLink ul li a {
  position: relative;
  padding: 0;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mainHeader header .navbarLink ul li a:hover {
  color: #00296B;
}

.mainHeader header .navbarLink ul li a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #00296B;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.mainHeader header .navbarLink ul li:first-child {
  padding-left: 0;
}

.mainHeader header .navbarLink ul li:last-child {
  padding-right: 0;
}

.mainHeader header .navbarLink ul li.active a {
  color: #00296B;
}

.mainHeader header .navbarLink ul li.active a::after {
  width: 100%;
}

.mainHeader header .navbarLink ul li:hover a::after {
  width: 100%;
}

.mainHeader header .navbarLink .navi_mobile .mobile-logo {
  display: none;
}

@media (max-width: 991px) {
  .mainHeader header .navBlock .navbarBtn .hamburger {
    display: block;
    background: transparent;
  }
  .mainHeader header .navBlock .contact-block {
    margin-left: 0px;
    padding-right: 60px;
  }
  .mainHeader header .navbarLink {
    width: 50%;
    background: #fff;
    left: auto;
  }
  .mainHeader header .navbarLink ul {
    padding: 20px 0;
  }
  .mainHeader header .navbarLink ul li {
    padding: 11px 0px;
    margin-bottom: 0px;
    width: 100%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .mainHeader header .navbarLink ul li a {
    color: #00296B;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li a::after {
    display: none;
  }
  .mainHeader header .navbarLink ul li.active a {
    color: #00296B;
  }
  .mainHeader header .navbarLink ul li:hover {
    background: #00296B;
  }
  .mainHeader header .navbarLink ul li:hover a {
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile .mobile-logo {
    display: block;
  }
}

@media (max-width: 767px) {
  .mainHeader header .navBlock .contact-block {
    padding-right: 50px;
  }
  .mainHeader header .navBlock .contact-link {
    font-size: 0px;
    min-width: auto;
    padding: 11px;
  }
  .mainHeader header .navBlock .contact-link img {
    margin: 0px;
  }
}

@media (max-width: 575px) {
  .mainHeader header .navbarLink {
    width: 70%;
  }
  .mainHeader header .navbarLink.active {
    right: 30%;
  }
}

.home-slider-section {
  position: relative;
  background: url(../images/banner-bg.png) center center no-repeat;
  background-size: 100% 100%;
  min-height: 660px;
}

.home-slider-section .join-now-btn {
  min-width: 215px;
}

.home-slider-section .main-slider-area {
  padding-top: 60px;
}

.home-slider-section .main-slider-area .main-slider-box {
  z-index: 2;
}

.home-slider-section .main-slider-area .main-slider-box .carousel-detail-box {
  max-width: 540px;
  overflow: hidden;
}

.home-slider-section .main-slider-area .main-slider-box .carousel-detail-box h1 {
  margin-bottom: 20px;
}

.home-slider-section .main-slider-area .main-slider-box .carousel-detail-box p {
  margin-bottom: 35px;
}

.home-slider-section .main-slider-area .main-slider-box .carousel-detail-box .main-btn {
  min-width: 438px;
  font-size: 30px;
  border-radius: 50px;
  padding: 17px 11px;
}

.home-slider-section .main-slider-area .main-slider-box .carousel-detail-box .main-btn img {
  margin-right: 10px;
}

.home-slider-section .main-slider-area .main-slider-box .carousel-image-box {
  text-align: center;
}

.home-slider-section .main-slider-area .main-slider-box .carousel-image-box img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .home-slider-section {
    min-height: 600px;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-detail-box .main-btn {
    min-width: 400px;
    font-size: 28px;
    padding: 13px 11px;
  }
}

@media (max-width: 991px) {
  .home-slider-section {
    min-height: 550px;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-detail-box p {
    margin-bottom: 22px;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-detail-box .main-btn {
    min-width: 320px;
    font-size: 22px;
    padding: 12px 11px;
  }
}

@media (max-width: 767px) {
  .home-slider-section {
    min-height: 700px;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-detail-box {
    text-align: center;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-image-box {
    margin-bottom: 15px;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-image-box img {
    height: 280px;
  }
}

@media (max-width: 575px) {
  .home-slider-section {
    background-size: 250% 100%;
    background-position: left;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-detail-box .main-btn {
    min-width: 250px;
    font-size: 18px;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-detail-box .main-btn img {
    height: 25px;
  }
}

@media (max-width: 480px) {
  .home-slider-section .main-slider-area .main-slider-box .carousel-image-box img {
    height: 250px;
  }
}

@media (max-width: 420px) {
  .home-slider-section {
    min-height: 660px;
  }
  .home-slider-section .main-slider-area .main-slider-box .carousel-image-box img {
    height: 220px;
  }
}

@media (max-width: 375px) {
  .home-slider-section .main-slider-area .main-slider-box .carousel-image-box img {
    height: 200px;
  }
}

.about-section {
  position: relative;
  overflow: hidden;
}

.about-section .about-image-box img {
  max-width: 100%;
}

.about-section .about-description-box h2 {
  margin-bottom: 20px;
}

.about-section .about-description-box p {
  margin-bottom: 10px;
}

.about-section .about-description-box .main-btn {
  min-width: 230px;
  font-size: 20px;
  padding: 10px;
  border-radius: 30px;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .about-section .about-description-box .main-btn {
    min-width: 200px;
  }
}

@media (max-width: 991px) {
  .about-section .about-description-box h2 {
    margin-bottom: 15px;
  }
  .about-section .about-description-box .main-btn {
    min-width: 180px;
    font-size: 18px;
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .about-section .about-image-box {
    text-align: center;
    margin-bottom: 15px;
  }
  .about-section .about-image-box img {
    height: 350px;
  }
  .about-section .about-description-box {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about-section .about-image-box img {
    height: 320px;
  }
  .about-section .about-description-box .main-btn {
    min-width: 150px;
    padding: 7px;
  }
}

@media (max-width: 480px) {
  .about-section .about-image-box img {
    height: 280px;
  }
}

@media (max-width: 375px) {
  .about-section .about-image-box img {
    height: 230px;
  }
}

.countries-we-work-section {
  background: #F8F8F8;
}

.countries-we-work-section h2 {
  margin-bottom: 40px;
}

.countries-we-work-section .countries-slide-box {
  cursor: -webkit-grab;
  cursor: grab;
}

.countries-we-work-section .countries-slide-box img {
  margin-bottom: 10px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .countries-we-work-section h2 {
    margin-bottom: 25px;
  }
}

.categories-section h2 {
  margin-bottom: 40px;
}

.categories-section .field-box {
  border: 1px solid #DDD;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}

.categories-section .field-box .image-box {
  overflow: hidden;
}

.categories-section .field-box img {
  width: 100%;
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.categories-section .field-box h3 {
  padding: 25px;
}

.categories-section .field-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 991px) {
  .categories-section h2 {
    margin-bottom: 25px;
  }
  .categories-section .field-box h3 {
    font-size: 16px;
    padding: 18px;
  }
}

.testimonial-section {
  background: #f8f8f8;
}

.testimonial-section h2 {
  margin-bottom: 40px;
}

.testimonial-section .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.testimonial-section .testimonial-box {
  padding: 0 15px 15px 15px;
}

.testimonial-section .testimonail-detail-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  min-height: 365px;
  border: 1px solid #DDD;
  border-radius: 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonial-section .testimonail-detail-box blockquote {
  margin-bottom: 15px;
  color: #222;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
}

.testimonial-section .testimonail-detail-box .image-box {
  margin-bottom: 15px;
}

.testimonial-section .testimonail-detail-box .image-box img {
  margin: 0 auto;
  height: 60px;
  border-radius: 50%;
}

.testimonial-section .testimonail-detail-box .pre-text {
  margin-bottom: 12px;
}

.testimonial-section .slick-arrow {
  background: transparent;
  font-size: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 35px;
  width: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
}

.testimonial-section .slick-arrow.slick-prev {
  margin-right: 30px;
  background-image: url(../images/slide-prev-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .slick-arrow.slick-next {
  margin-left: 30px;
  background-image: url(../images/slide-next-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial-box {
    padding: 15px 10px;
  }
  .testimonial-section .slick-dots {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .testimonial-section h2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonail-detail-box {
    min-height: 300px;
  }
  .testimonial-section .testimonial-box {
    padding: 0px 15px;
  }
}

@media (max-width: 480px) {
  .testimonial-section .slick-list {
    padding: 0 30px;
  }
  .testimonial-section .testimonail-detail-box {
    min-height: 360px;
  }
}

@media (max-width: 420px) {
  .testimonial-section .testimonial-box {
    padding: 0 5px;
  }
  .testimonial-section .testimonail-detail-box {
    padding: 15px;
  }
}

.join-us-section .join-box-wrapper {
  background: #00296B;
  min-height: 335px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.join-us-section .join-box-wrapper .join-content {
  max-width: 500px;
}

.join-us-section .join-box-wrapper .join-content h6 {
  color: #fff;
  line-height: 37px;
  margin-bottom: 35px;
}

.join-us-section .join-box-wrapper .join-app-img-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.join-us-section .join-box-wrapper .main-btn {
  background: #fff;
  color: #00296B;
  min-width: 330px;
  padding: 13px;
  border-radius: 50px;
  font-size: 22px;
}

.join-us-section .join-box-wrapper .main-btn:hover {
  background: #849bbf;
}

.join-us-section .join-box-wrapper .main-btn img {
  height: 30px;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .join-us-section .join-box-wrapper .join-content {
    max-width: 375px;
  }
  .join-us-section .join-box-wrapper .main-btn {
    min-width: 280px;
    padding: 12px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .join-us-section .join-box-wrapper {
    padding: 40px;
    min-height: auto;
  }
  .join-us-section .join-box-wrapper .join-content {
    max-width: 100%;
  }
  .join-us-section .join-box-wrapper .join-app-img-box {
    display: none;
  }
  .join-us-section .join-box-wrapper .main-btn {
    min-width: 220px;
    padding: 13px;
    font-size: 16px;
  }
  .join-us-section .join-box-wrapper .main-btn img {
    height: 20px;
    top: 0px;
  }
}

@media (max-width: 991px) {
  .join-us-section .join-box-wrapper .join-content {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .join-us-section .join-box-wrapper {
    padding: 30px;
  }
  .join-us-section .join-box-wrapper .join-content h6 {
    line-height: inherit;
    margin-bottom: 25px;
  }
}

@media (max-width: 420px) {
  .join-us-section .join-box-wrapper {
    padding: 20px;
  }
}

.footer-section {
  background: #0C101C;
}

.footer-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-section h4, .footer-section h5, .footer-section a, .footer-section p, .footer-section li {
  color: #fff;
}

.footer-section .logo-description-box {
  max-width: 360px;
}

.footer-section .logo-description-box .logo {
  display: block;
  margin-bottom: 15px;
}

.footer-section .logo-description-box h4 {
  margin-bottom: 20px;
}

.footer-section .logo-description-box .copyright {
  font-weight: 300;
  margin-bottom: 45px;
}

.footer-section .link-list-box h5 {
  margin-bottom: 20px;
}

.footer-section .link-list li {
  margin-bottom: 15px;
}

.footer-section .link-list li:last-child {
  margin-bottom: 0px;
}

.footer-section .footer-social-link {
  margin-bottom: 30px;
}

.footer-section .footer-social-link h5 {
  margin-bottom: 12px;
}

.footer-section .footer-social-link .social-link-box {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.footer-section .footer-social-link .social-link-box:last-child {
  margin: 0px;
}

.footer-section .footer-social-link .social-link-box:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer-section .contact-detail-box h5 {
  margin-bottom: 15px;
}

.footer-section .contact-detail-box .mail-link img {
  margin-right: 12px;
}

.footer-section .contact-detail-box .mail-link span {
  color: #fff;
}

@media (max-width: 991px) {
  .footer-section .logo-description-box p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer-section .logo-description-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-section .contact-detail-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .footer-section .custome-col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .footer-section .custome-col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-section .custome-col-xs-12 .footer-contact-box .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
  }
  .footer-section .custome-col-xs-12 .footer-contact-box .link-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7px;
  }
}

.hamburger {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  top: 20px;
  right: 0px;
  background: transparent;
}

@media (max-width: 991px) {
  .hamburger {
    top: 5px;
  }
}

@media (max-width: 575px) {
  .hamburger {
    width: 30px;
  }
}

@media (max-width: 420px) {
  .hamburger {
    top: 3px;
  }
}

.dot1, .dot2, .dot3 {
  background: #fff;
  width: 5px;
  height: 5px;
  border: double;
  border-color: black;
  border-radius: 50%;
  margin: 5px;
}

.dot1 {
  -webkit-animation: jump 1.6s -0.32s linear infinite;
          animation: jump 1.6s -0.32s linear infinite;
  background: #00296B;
}

.dot2 {
  -webkit-animation: jump 1.6s -0.16s linear infinite;
          animation: jump 1.6s -0.16s linear infinite;
  background: #00296B;
}

.dot3 {
  -webkit-animation: jump 1.6s linear infinite;
          animation: jump 1.6s linear infinite;
  background: #00296B;
}

@-webkit-keyframes jump {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@keyframes jump {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #00296B;
  margin: 6px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger.active:before {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
          transform: rotate(-45deg) translate(-8px, 6px);
}

.hamburger.active:after {
  -webkit-transform: rotate(45deg) translate(-9px, -8px);
          transform: rotate(45deg) translate(-9px, -8px);
}

.hamburger.active .bar {
  opacity: 0;
}

/* Jobs */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.top-head-section {
  position: relative;
  background: url(../images/banner-bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.card {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.25s box-shadow;
}
.card:focus, .card:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card .card-title {
  font-size: 1.2rem;
}
.card-inverse .card-img-overlay {
  background-color: rgba(51, 51, 51, 0.85);
  border-color: rgba(51, 51, 51, 0.85);
}
.card .apply-btn {
  min-width: 150px;
  background: #00296B;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 11px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  top: 3px;
}

.card .apply-btn:hover {
  color: #00296B;
  background: #fff;
  border: 1px solid #00296B;
}
.card .apply-btn:hover span {
  color: #00296B;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
/*# sourceMappingURL=style.css.map */